/*------------------------------------------------------------------
Common Stylesheet

Project:   ABP 2.0
Build:     Bootstrap 3 +
Author:    Alexander Bernhardt Publishing, Co. USA

-------------------------------------------------------------------*/


/* ----------------------------------------------------------------
	Preloader Coding Start
-----------------------------------------------------------------*/
div#mxalert {
	float: left;
	width: 350px;
	height: 100px;
	background: #FFFFCC;
	-moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0, 0.14);
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0, 0.14);
	box-shadow: 0px 0px 6px 1px rgba(0,0,0, 0.14);
	padding: 20px;
	text-align: center;
	border: double 8px #000066;
}
div#mxalert h1 {
	float: left;
	width: 100%;
	margin-top: 10px;
	color: #a6ce39;
	font-size: 56px;
}
div#mxalert p {
	float: left;
	width: 100%;
	color: #000066;
	font-size: 18px;
	margin-top: 15px;
}
div#mxalert a.close {
	float: left;
	width: 32px;
	height: 32px;
	background: url("assets/img/btn-popup-close.png") no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
	overflow: hidden;
	line-height: 100px;
}
div#mxalert p.e {
	margin-top: 60px;
}

body.preload-site {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#preloader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999999;
}


body.preload-site {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#preloader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999999;
}

.preloader-spinner {
    background: url("assets/img/preloader.gif")no-repeat scroll center center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    display: block;
    width: 64px;
    height: 64px;
}

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
}
.info-msg {
  color: #059;
  background-color: #BEF;
}
.success-msg {
  color: #270;
  background-color: #DFF2BF;
}
.warning-msg {
  color: #9F6000;
  background-color: #FEEFB3;
}
.error-msg {
  color: #D8000C;
  background-color: #FFBABA;
}

/* ----------------------------------------------------------------
	Preloader Coding end
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
	typography
-----------------------------------------------------------------*/
@font-face {
    font-family: 'Openline';
    src: url('assets/fonts/Openline.eot');
    src: url('assets/fonts/Openline.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Openline.woff2') format('woff2'), url('assets/fonts/Openline.woff') format('woff'), url('assets/fonts/Openline.ttf') format('truetype'), url('assets/fonts/Openline.svg#Openline') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ColonnaMT';
    src: url('assets/fonts/ColonnaMT.eot');
    src: url('assets/fonts/ColonnaMT.eot?#iefix') format('embedded-opentype'), url('assets/fonts/ColonnaMT.woff2') format('woff2'), url('assets/fonts/ColonnaMT.woff') format('woff'), url('assets/fonts/ColonnaMT.ttf') format('truetype'), url('assets/fonts/ColonnaMT.svg#ColonnaMT') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'OPTIBurley';
    src: url('assets/fonts/OPTIBurley.eot');
    src: url('assets/fonts/OPTIBurley.eot?#iefix') format('embedded-opentype'), url('assets/fonts/OPTIBurley.woff2') format('woff2'), url('assets/fonts/OPTIBurley.woff') format('woff'), url('assets/fonts/OPTIBurley.ttf') format('truetype'), url('assets/fonts/OPTIBurley.svg#OPTIBurley') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'NewYorkerEngraved';
    src: url('assets/fonts/NewYorkerEngraved.eot');
    src: url('assets/fonts/NewYorkerEngraved.eot?#iefix') format('embedded-opentype'), url('assets/fonts/NewYorkerEngraved.woff') format('woff'), url('assets/fonts/NewYorkerEngraved.ttf') format('truetype'), url('assets/fonts/NewYorkerEngraved.svg#NewYorkerEngraved') format('svg');
    font-weight: 500;
    font-style: normal;
}


body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    color: #000066;
    font-size: 15px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    background: #000066;
}

select::-ms-expand {
    display: none;
}

a:active,
a:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000066;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

a {
    text-decoration: none !important;
}

.link {
    color: #FFFFCC;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol {
    margin: 0;
    padding: 0;
    list-style: none;
	font: 8px;
	margin-left: 15px;
}

a:hover,
a:focus {
    color: #323232;
}

a:hover,
.btn,
.btn:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a img,
iframe {
    border: none !important;
}

p {
    margin: 0;
    line-height: 22px;
    color: #7e7e7e;
}

p,
li {
    font-family: 'Open Sans', sans-serif;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #000066;
}

pre {
    display: block;
    padding: 10px;
    margin: 0 0 30px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f9f9f9;
    border: 1px solid #EDEDED;
    border-radius: 0;
}


/* Go Scroll To Top */

.go-top {
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 999;
    display: none;
}

.go-top span {
    background-color: #ffffcc;
    color: #000066;
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 10px;
}

.go-top span:hover {
    color: #1f1f79;
}


/*************top_header*************/

.top_header {
    position: relative;
    padding: 20px 0;
}

.top_header:before,
.top_header:after {
    display: table;
    clear: both;
    content: "";
}

.top_header_left {
    float: left;
    width: 50%;
}

.top_header_left h2 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffcc;
}

.top_header_left a {
    color: #ffffcc;
    text-decoration: underline!important;
}

.top_header_right {
    float: left;
    width: 50%;
    text-align: right;
}

.top_header_right ul li {
    display: inline-block;
    padding: 0 3px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffcc;
}

/*************header_area************/

.header_area {
    padding-bottom: 20px;
    text-align: center;
}

.header_area_inner h1 {
    font-size: 73px;
    font-weight: lighter;
    line-height: 1.4;
    text-transform: capitalize;
    color: #ffffcc;
    font-family: 'NewYorkerEngraved';
	letter-spacing: -3px;
}

.header_footer h1 {
    font-size: 32px;
    font-weight: normal;
    line-height: 1.4;
    text-transform: none;
    color: #ffffcc;
    font-family: 'ColonnaMT';
}

.header_area_inner p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffcc;
    margin-bottom: 7px;
}

.header_logo {
    padding: 0 145px;
}

.header_logo img {
    width: 100%;
}


/***************top_menu***************/
.mnu_langue {
    FONT-SIZE: 10pt;
    MARGIN: 0px;
    padding: 3px;
    FONT-FAMILY: arial;
    TEXT-DECORATION: none;
	border: 1px solid #ffffcc;
}


.mnu_langues {
    FONT-SIZE: 10pt;
    MARGIN: 0px;
    COLOR: #FFFFCC;
    FONT-FAMILY: arial;
    TEXT-DECORATION: none;
}


.top_menu {
    background: #000066;
    padding: 5px 10px;
}

.top_menu_left {
    float: left;
    width: 65%;
}


.top_menu_left ul {
    max-width: 290px;
    margin-left: 180px;
}

.top_menu_left ul.sc_menu {
    max-width: 640px;
    margin-left: -15px;
}


.top_menu_left ul li {
    display: inline-block;
    padding: 2px 0px;
	margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}


.top_menu_left ul.sc_menu li.active{
    color: #ffffff;
	background-color:#000066;
}


.top_menu_left ul li a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffcc;
}


.top_menu_right {
    float: left;
    width: 35%;
    text-align: right;
}

.top_menu_right h2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    margin-right: 170px;
}

.top_menu_right h2 img {
    margin-right: 5px;
}


/*********************wellcome_area***************/

.wellcome_area_inner {
    position: relative;
}

.wellcome_area_inner:before,
.wellcome_area_inner:after {
    display: table;
    clear: both;
    content: "";
}

.wellcome_area_left {
    float: left;
    width: 180px;
}

.wellcome_area_mide {
    float: left;
    width: calc(100% - 330px);
    background: #ffffcc;
    padding: 40px;
}

.wellcome_area_mide h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #000066;
    text-align: center;
    margin-bottom: 25px;
}

.wellcome_area_mide h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #000066;
    text-align: center;
    margin-bottom: 5px;
}

.wellcome_area_mide p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000066;
    text-align: justify;
}

.wellcome_area_mide p a {
    color: #000066;
    text-decoration: underline!important;
    font-weight: 700;
}

.wellcome_area_right {
    float: left;
    width: 150px;
}

.wellcome_area_right h1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffcc;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding: 25px 20px;
    position: relative;
}

.wellcome_area_right h1::before {
    position: absolute;
    bottom: 21px;
    left: 18px;
    width: 100%;
    height: 2px;
    background: #ffffcc;
    content: "";
}

.wellcome_area_right ul {
    padding: 0px 20px;
    margin-bottom: 45px;
}

.wellcome_area_right ul li {
    padding-bottom: 3px;
}

.wellcome_area_right ul li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffcc;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.wellcome_area_right ul li a:hover {
    text-decoration: underline!important;
}

.wellcome_area_right h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffcc;
    padding: 10px 20px;
    position: relative;
}


/*******************wellcome_area_left**************/

.wellcome_area_left ul li {
    padding: 10px 15px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.wellcome_area_left ul li:hover,
.wellcome_area_left ul li.active {
    background: #ffffcc;
}

.wellcome_area_left ul li:hover a,
.wellcome_area_left ul li.active a {
    color: #000066;
}

.wellcome_area_left ul li a {
    font-size: 18px;
    line-height: 1.4;
    color: #ffffcc;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

/*
==========================================
4.  inner content css
==========================================
*/
.inner-content #accordion > ul {
  margin-bottom: 0;
  border: 2px solid;
  border-color: #00003d;
  border-left: 0;
  border-right: 0;
}
.inner-content #accordion > ul > li button.btn.btn-link {
  background-color: #000066;
  color: #fff;
}
.inner-content #accordion > ul > li button.btn.btn-link.collapsed {
  background-color: transparent;
  color: #000066;
}
.inner-content #accordion > ul > li button.collapsed:hover {
  background-color: #000066 !important;
  color: #fff !important;
}
.inner-content #accordion > ul > li button {
  font-size: 16px;
  font-weight: 600;
  margin: 4px 14px;
  border-radius: 0;
  padding: 0 2rem;
  text-decoration: none;
}
.inner-content .card {
  border: 0;
  text-align: justify;
}
.inner-content .card-body {
  padding: 1.6rem 3rem;
  font-size: 16px;
  line-height: 26px;
}

/*****************down_menu***************/

.down_menu {
    background: #1f1f79;
    padding: 15px 0;
    text-align: center;
    margin-top: 25px;
}

.down_menu ul li {
    display: inline-block;
    color: #fff;
    padding: 0 5px;
}

.down_menu ul li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffcc;
}


/****************footer_area*************/

.footer_area {
    padding: 0px 0 40px 0;
    text-align: center;
}

.footer_area_inner h2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffcc;
    padding-bottom: 2px;
}

.footer_area_inner p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffcc;
}


/***************Bookorder page css*********/

.upper_book {
    border-bottom: 1px solid #000066;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.upper_book h1 {
    font-size: 25px;
    margin-bottom: 10px;
}

.single_book {
    float: left;
    width: 50%;
    padding: 0 7px;
    margin-bottom: 25px;
    text-align: center;
	border-bottom: none;
	padding-bottom: 17px;
}

.single_book_img {
    margin-bottom: 5px;
}

.single_book_img img {
    width: none;
}

.single_book_text h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #000066;
}

.single_book_text h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #000066;
}

.card {
    padding: 7px 15px;
}

.card a {
    display: block;
    width: 100%;
    background: #000066;
    font-size: 13px;
    color: #ffffcc;
    font-weight: 700;
    padding: 5px 2px;
    text-transform: uppercase;
    border: 1px solid #000066;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.card a:hover {
    background: #ffffcc;
    color: #000066;
    border: 1px solid #000066;
}

button, input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
	background: #000066;
    color: #ffffcc;
}

.card, a:hover {
    background: none;
    color: #000066;
    border: none;
}

.card, button, a i {
    margin-left: 5px;
}

.all_book {
    position: relative;
}

.all_book:before,
.all_book:after {
    display: table;
    clear: both;
    content: "";
}

.wellcome_area_mide_down ul li {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000066;
    position: relative;
}

.bar {
    position: absolute;
    top: 7px;
    left: 53px;
}

.wellcome_area_mide_down ul li select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 75px;
    border: 1px solid #000066;
    padding: 0 7px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #000066;
    background: url(assets/img/down.png) no-repeat scroll 85%;
    position: relative;
}

.wellcome_area_mide_down ul li select option {
    width: 75px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #000066;
    position: relative;
}

/* Mobile Menu */
.slicknav_menu {
    display: none;
    background: transparent;
    padding: 0;
}
.slicknav_btn {
    margin: 5px 10px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0);
    background-color: transparent;
}
.slicknav_nav{
    padding: 0;
}
.slicknav_nav a {
    padding: 5px 15px;
    margin: 2px 5px;
    text-decoration: none;
    color: #ffffcc;
	font-size: 13pt;
}
.slicknav_nav a:hover {
    border-radius: 0;
    background: #ffffcc;
    color: #000066;
	font-size: 13pt;
}
.slicknav_menu .slicknav_icon-bar {
    width: 25px;
    height: 3px;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
}

.lien_vide { COLOR:#000066; TEXT-DECORATION: none }
.lien_vide:hover { COLOR:#FA5100; }

.mnu_acc { FONT-SIZE:15pt; MARGIN:0px; COLOR:#FFFFCC; FONT-FAMILY:arial; TEXT-DECORATION: none }
.mnu_acc:hover { COLOR:#000066; }

.mnu_acc2 { FONT-SIZE:15pt; MARGIN:0px; COLOR:#FFFFCC; FONT-FAMILY:arial; TEXT-DECORATION: none }
.mnu_acc2:hover { COLOR:#AAAAAA; }

.mnu_onglet { FONT-SIZE:15pt; MARGIN:0px; COLOR:#000066; FONT-FAMILY:arial; TEXT-DECORATION: none }

.mnu_langue { FONT-SIZE:10pt; MARGIN:0px; COLOR:#FFFFCC; FONT-FAMILY:arial; TEXT-DECORATION: none }
.mnu_langue:hover { COLOR:#ffffcc; background-color: #000066 }

.mnu_sous { FONT-SIZE:12pt; MARGIN:0px; COLOR:#000066; FONT-FAMILY:Times; TEXT-DECORATION: none }
.mnu_sous:hover { COLOR:#FFFFCC; }

.mnu_sous2 { FONT-SIZE:12pt; MARGIN:0px; COLOR:#FFFFCC; FONT-FAMILY:Times; background:#000066; TEXT-DECORATION: none }
.mnu_sous2:hover { COLOR:#000066; background:#FFFFCC;  }

.mnu_titre2 { FONT-SIZE:10pt; MARGIN:0px; COLOR:#000066; FONT-FAMILY:arial; TEXT-DECORATION: none }
.mnu_titre2:hover { COLOR:#FF0000; }

/* Responsive Code */

@media only screen and (max-width:1200px) {
    .wellcome_area_mide h1 {
        font-size: 20px;
    }
    .wellcome_area_mide {
        padding: 30px;
    }
    .single_book {
        width: 33.33%;
    }
    .card {
        padding: 7px 10px;
    }
}

@media only screen and (max-width:991px) {
    .wellcome_area_left,
    .wellcome_area_right {
        width: 180px;
    }
    .wellcome_area_left ul li {
        padding: 10px;
    }
    .wellcome_area_mide {
        width: calc(100% - 360px);
        padding: 20px;
    }
    .wellcome_area_mide h1 {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .top_menu_left ul {
        margin-left: 180px;
    }
    .top_menu_right h2 {
        font-size: 13px;
        margin-right: 180px;
    }
    .top_menu_left ul li a {
        font-size: 13px;
    }
    .top_menu_left ul li {
        padding: 0 3px;
    }
    .header_area_inner h1 {
        font-size: 60px;
    }
    .single_book {
        width: 50%;
    }
	span.sc_mobile{
	display:block !important;
}
}

@media only screen and (max-width:767px) {
    #nav{
        display: none;
    }
    html, body {
    overflow-x: hidden;
}

div#mobile-menu {
    display: none;
}
ul.lang-tabs {
    position: relative;
    left: 0 !important;
}

#table {
    width: 100% !important;
}
    .slicknav_menu{
        display: block;
    }

    .header_area_inner h1 {
        font-size: 60px;
    }
    .header_logo {
        padding: 0px 25px;
    }
    .top_menu_left {
        float: none;
        width: 100%;
        text-align: center;
    }
    .top_menu_left ul {
        margin: 0 auto;
    }
    .top_menu_right {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 7px;
    }
    .top_menu_right h2 {
        margin-right: 0px;
    }
    .wellcome_area_left,
    .wellcome_area_mide, .myWellcome_area_mide,
    .wellcome_area_right {
        width: 100% !important;
        float: none;
        margin-bottom: 25px;
    }
    .wellcome_area_right h1 {
        padding-left: 0;
    }
    .wellcome_area_right h1::before {
        width: 170px;
        left: 0;
    }
    .down_menu ul li {
        padding: 5px;
    }


	.smallImg{
		height:75px;	
	}
}

@media only screen and (max-width:550px) {
    .top_header_left {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .top_header_right {
        float: none;
        width: 100%;
        text-align: center;
    }
    .header_area_inner h1 {
        font-size: 40px;
        margin-bottom: 5px;
    }
    .header_area_inner p {
        font-size: 17px;
    }
    .wellcome_area_left ul li a {
        font-size: 16px;
    }
    .wellcome_area_mide h1 {
        font-size: 17px;
        line-height: 1.5;
    }
    .footer_area {
        padding: 25px 5px 40px 5px;
    }
	span.sc_mobile{
	display:block !important;
}
}

@media only screen and (max-width:450px) {
    .single_book {
        width: 100%;
        float: none;
    }
    .card i {
        padding-left: 7px;
    }
    .wellcome_area_mide_down ul li {
        display: block;
        padding: 8px 10px;
    }
    .bar {
        top: 15px;
    }

	.smallImg{
		height:45px;	
	}

.productMobile100{
	width:100%;	
}

.productMobileCheckout{
	width: 69%;
	float: right;
	margin-right: -2px;	
}

.productMobile50{
	width:50%;	
}

.productMobile40{
	width:40%;	
}

.productMobile20{
	width:20%;	
}

}

span.sc_mobile{
	display:block !important;
}
}

@media only screen and (max-width:414px) {
li.sc_mobile{
	width:100%;	
}
}

@media only screen and (max-width:360px) {
li.sc_mobile{
	width:100%;	
}
}

@media only screen and (max-width:320px) {
li.sc_mobile{
	width:100%;	
}
}

span.sc_mobile{
	display:none;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #fff;
}

/*
==========================================
4.  inner content css
==========================================
*/

.inner-content #accordion > ul {
  margin-bottom: 0;
  border: 2px solid;
  border-color: #00003d;
  border-left: 0;
  border-right: 0;
}
.inner-content #accordion > ul > li button.btn.btn-link {
  background-color: #000066;
  color: #ffffcc;
  margin:5px;
  padding:none;
}
.inner-content #accordion > ul > li button.btn.btn-link.collapsed {
  background-color: transparent;
  color: #000066;
}
.inner-content #accordion > ul > li button.collapsed:hover {
  background-color: #000066 !important;
  color: #ffffcc !important;
}
.inner-content #accordion > ul > li button {
  font-size: 16px;
  font-weight: 600;
  margin: 4px 2px;
  border-radius: 0;
  padding: 0 2rem;
  text-decoration: none;
}
.inner-content .card {
  border: 0;
  text-align: justify;
}
.inner-content .card-body {
  padding: 1.6rem 3rem;
  font-size: 16px;
  line-height: 26px;
}

.d-flex {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.paragraph {
	padding-left: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
}
.d-flex b {
	text-align: left;
	padding-left: 50px;
}

.inner-content #accordion > ul > li button {
	font-size: 14px !important;
	padding: 0 1rem !important;
}
ol {
	list-style: decimal !important;
}
p, li {
	font-family: times;
	text-align: left !important;
}

a.lang-tab-link.active {
    color: #000;
    background: #ffffcc;
}
a.lang-tab-link {
    color: #ffffcc;
}
ul.lang-tabs {
    position: relative;
    left: 16%;
}

#shadowbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#shadowbox img {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 20px 60px rgba(0,0,0,0.6);
    border-radius: 6px;
}

.shadowbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
}