/*
Theme Name:   HTML5blank Child
Theme URI:    n/a
Description:  HTML5blank Child Theme
Author:       Dafabet America
Author URI:   n/a
Template:     html5blank
Version:      1.0.0
Tags:         n/a
Text Domain:  html5blank-child

License: MIT
License URI: http://opensource.org/licenses/mit-license.php
*/

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
/*ol, ul {
list-style: none;
}*/
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'MyriadWebPro';
    src: url('_fonts/MyriadWebPro.eot?#iefix') format('embedded-opentype'),
    url('_fonts/MyriadWebPro.woff') format('woff'),
    url('_fonts/MyriadWebPro.ttf')  format('truetype'),
    url('_fonts/MyriadWebPro.svg#MyriadWebPro') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------*\
MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size:62.5%;
}
body {
    font:300 11px/1.4 'MyriadWebPro', Helvetica, Arial, sans-serif;
    color:#444;
    min-width: 320px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    vertical-align:bottom;
}
a {
    color:#444;
    text-decoration:none;
}
a:hover {
    color:#444;
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}
input:focus {
    outline:0;
    border:1px solid #04A4CC;
}

h1 {
    font-size:36px !important;
}
h2 {
    font-size:30px;
}
h3 {
    font-size:24px;
}
p {
    font-size:18px;
}
li {
    font-size: 18px;
    margin: 10px 20px;
}

/*------------------------------------*\
STRUCTURE
\*------------------------------------*/
/* inner-wrapper */
.inner-wrapper {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}
/* wrapper */
.wrapper {
    max-width:1024px;
    width:95%;
    margin:0 auto;
    position:relative;
}
/* Header */
.header {
    background: none repeat scroll 0 0 #af0001;
    color: #ffffff;
    margin: 0 0 15px;
}
.header img.logo-img {
    display: inline-block;
    width: 280px;
    position: relative;
/* top: 15px; */
}
.header .top-quick-links {
    background: none repeat scroll 0 0 #8d0303;
    padding: 5px 0;
    font-size: 11px;
}
.header .top-quick-links .hotline {
    float: left;
}
.header .top-quick-links .hotline i {
    border: 1px solid #ffffff;
    border-radius: 30px;
    height: 17px;
    padding: 2px 3px;
    width: 17px;
}
.header .top-quick-links .hotline span {
    font-weight: bold;
}
.header .top-quick-links .top-social-links {
    float: right;
}
.header .top-quick-links .top-social-links ul li {
    display: inline-block;
    margin-left: 6px;
}
.header .top-quick-links .top-social-links ul li a {
    color: #FFFFFF;
}
.header .top-quick-links .top-social-links ul li img {
    vertical-align: middle;
    width: 15px;
}
.header .logo-holder .logo {
    float: left;
}
.header .logo-holder .top-banner {
    float: right;
    margin: 5px 0 0 0;
}
.header .logo-holder {
    padding: 10px 0;
}
/* logo */
.logo {
/* height: 150px; */
}
.logo-img {

}
.logo-wrap {
    display: inline-block;
    margin: 35px 35px;
}
/* nav */
nav.nav {
    background: #373737;
}
nav.head-nav{
    background: #af0000;
    width: 100%;
    height: 47px;
    position: relative;
    border-top: 1px solid #ffffff;
}

nav .head-nav-main-menu{
    height: 100%;
    max-width: 1200px;
    width: 81.5%;
    margin: 0 auto;
    position: relative;
}
nav ul{
    list-style: none;
}

nav ul.head-nav-ul {
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
nav ul.head-nav-ul > li {
    display: inline-block;
    height: 100%;
    line-height: 25px;
/* margin: 0 18px; */
position: relative;
box-sizing: border-box;
padding: 10px 15px;
margin: 0 3px;
}

nav ul.head-nav-ul > li.menu-item-has-children{
    padding-right: 15px;
    padding-left: 8px
}

nav ul.head-nav-ul > li > a{
    display: block;
    width: 100%;
    padding: 0 2px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    font-size: 16px;
}

nav ul.head-nav-ul > li:hover{
/*border-bottom: 1px solid #000;*/
background: #af0001;
}

nav ul.head-nav-ul > li:hover a{
    color: #ffe000;
}

nav ul.head-nav-ul > li > ul {
    display: none;
    padding: 0;
    min-width: 116px;
    position: absolute;
    background-color: #af0001;
    box-sizing: border-box;
    transition: all 1s ease-in-out;
    left: 0;
    top: 45px;
}

nav ul.head-nav-ul > li > ul li{
    padding: 0;
    min-width: 155px;
}

nav ul.head-nav-ul > li > ul li:hover{
    background: #ffe000;
}

nav ul.head-nav-ul > li > ul li > ul{
    background: #ffffff;
    padding: 0;
}

nav ul.head-nav-ul > li > ul li > ul:hover{
    background: #ffffff;
}

nav ul.head-nav-ul > li > ul li > span {
    position: relative;
    display: none;
}

nav ul.head-nav-ul > li > ul li > ul li:hover{
    background: #ffe000;
}

nav ul.head-nav-ul > li > ul li > ul li > a{
    font-size: 15px;
    padding: 10px 25px;
    text-transform: initial;
    text-shadow: none;
    line-height: 26px;
    min-width: 200px;
    display: inline-block;
}

nav ul.head-nav-ul > li > ul li.active {
    background: #ffffff;
}

nav ul.head-nav-ul > li:hover > ul{
    display:block;
    z-index: 10;
}

nav a, nav a:hover{
    text-decoration: none;
    color: #fff;
}

nav .menu-arrow {
    position: absolute;
    top: 7px;
    right: 3px;
    width: 23px;
    cursor: pointer;
    font-size: 8px;
    color: #fff;
    height: 100%;
}

nav ul.head-nav-ul > li:hover > .menu-arrow {
    color: #ffe000;
}

nav .menu-arrow:before{
    top: 11px;
    position: absolute;
    left: 12px;
}

nav ul.head-nav-ul > li > ul > li > a {
    color: #333;
    font-size: 15px;
    padding: 10px 15px;
    text-transform: initial;
    text-shadow: none;
    display: inline-block;
}

nav ul.head-nav-ul > li > ul > li > a:hover {
    outline: none;
    color: #000000;
}

ul.submenu-wrapper li a {
    color: #ffffff !important;
}

ul.submenu-wrapper li:hover a {
    color: #000000 !important;
}

.slicknav_menu i.menu-arrow.fa.fa-chevron-down {
    display: none;
}

/* register button */
.reg-wrap {
    display: inline-block;
    position: relative;
    float: right;
    top: 20px;
    left: -70px;
}
.registerBtn {
    background-color: #ffe000;
    display: inline-block;
    cursor: pointer;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .2pt;
/* position: relative;
float: right;
top: 20px;
left: -105px; */
}
/* language selector */
.sprt {
    background: url(_img/sprite.png) no-repeat;
    display: block;
}
.lang-wrap {
    width: 36px;
    height: 27px;
    background: #000;
    background-color: rgba(70, 15, 7, .5);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    position: relative;
    top: 20px;
    left: 150px;
    z-index: 100;
    font-family: MyriadPro, Helvetica, Arial, sans-serif;
    float: right;
}
.lang-trigger {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 5px;
    cursor: pointer;
}
.lang-select .sprt,
.lang-trigger .sprt,
.txt-lang {
    margin-right: 5px;
    float: left;
}
.lang-trigger .sprt.arw-lang {
    position: absolute;
    top: 10px;
    right: 10px;
}

.lang-select {
    background-color: rgba(0, 0, 0, .3);
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display: none;
    top: 5px;
    position: relative;
}
.lang-select li {
    list-style-type: none;
    clear: both;
}
.lang-select li a {
    float: left;
    clear: both;
    padding: 5px;
    width: 100%;
}

.lang-select li a:hover {
    background-color: #ffe000;
    color: #000;
}
.sprt.pt,
.sprt.ke,
.sprt.es,
.sprt.mx,
.sprt.pe,
.sprt.cl,
.sprt.ar {
    width: 26px;
    height: 17px;
}
.sprt.pt {
    background-position: -536px 0;
}
.sprt.ke {
    background-position: -590px 0;
}
.sprt.pt:hover {
    background-position: -536px -18px;
}
.sprt.ke:hover {
    background-position: -590px -18px;
}
.sprt.es {
    background-position: -563px 0;
}
.sprt.es:hover {
    background-position: -563px -18px;
}
.sprt.arw-lang {
    background-position: -410px -36px;
    width: 8px;
    height: 6px;
}
.sprt.arw-lang.up {
    background-position: -419px -36px;
}
.sprt.mx{
    background: url(_img/mexico.png) no-repeat;
}
.sprt.pe{
    background: url(_img/peru.png) no-repeat;
}
.sprt.cl{
    background: url(_img/chile.png) no-repeat;
}
.sprt.ar{
    background: url(_img/argentina.png) no-repeat;
}

/* top banner */
.top-banner-wrapper {
    position: relative;
}
.script-banner-top {
    display: inline-block;
    position: absolute;
    right: 28px;
    top: -86px;
    margin-top: 10px;
    margin-bottom: 5px;
}
img.top-banner-img {
    display: inline-block;
    position: absolute;
    right: 28px;
    top: -86px;
    margin-top: 10px;
    margin-bottom: 5px;
/* display: inline-block;
position: absolute;
right: 28px;
top: -60px;
margin-top: 10px;
margin-bottom: 5px;
width: : 450px;
*/
}
/* sidebar */
.sidebar-banners-wrap {
    float: right;
    max-width: 286px;
    width: 100%;
}
.sidebar .section {
    margin-bottom: 15px;
    margin-top: 15px;
}
/* sidebar banners */
.sidebar-banners-wrap > div {
    margin-bottom: 10px;
    transform: scale(0.91);
}
/* footer */
.footer-wrapper {
    padding: 20px 25px 20px 25px;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}
.footer {
    background: #373737;
    height: auto;
    color: #FFFFFF;
/* position: relative; */
margin: 0 auto;
width: 100%;
clear: both;
margin-top: 10px;
}
.footer-title {
    margin: 0;
    padding-bottom: 10px;
    font-size: 22px;
}
.footer-description {
    font-size: 13px;
    text-align: justify;
    line-height: 16pt;
}

.bottom-banner-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.bottom-banner-img {
    position: relative;
    margin-bottom: 20px;
}

/*------------------------------------*\
PAGES
\*------------------------------------*/
main a {
    font-weight: bold;
    text-decoration: underline;
}
/* slider */
.your-class {
    margin-bottom: 10px;
    border: 3px solid #B8B8B8;
    padding-bottom: 15px;
}
.slider-thumbnail {
    padding: 10px 35px 10px 35px;
    height: 500px;
}
.slick-slide img {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
/* max-height: 480px; */
height: 100%;
object-fit: cover;
}
.slider-content {
    padding-left: 35px;
    padding-right: 35px;
}
.slider-content h6 {
    font-size: 25px;
}
.slider-content a {
    color: #1e4273;
    font-weight: 600;
}
.slider-content span {
    font-size: 13px;
}
.slider-content p {
    font-size: 17px;
}
ul.slick-dots {
    list-style: none;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 50px;
    padding-top: 25px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: rgb(0, 0, 0) transparent;
    background-color: rgba(0,0,0,0.3);
    margin: 0 5px;
}
.slick-dots li a {
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: block;
    color: #FFFFFF;
    line-height: 23pt;
}
.slick-dots .slick-active {
    background: #1e4273;
}

.news-wrap {
/* width: 70%; */
float: left;
max-width: 72%;
width: calc(100% - 285px);
}
.news-article {
    display: inline-block;
    margin: 5px 0 0px 0;
    border-bottom: 1px solid gray;
    width: 100%;
}
.blog-wrap {
/* width: 70%; */
float: left;
max-width: 72%;
width: calc(100% - 285px);
}
.blog-article {
    display: inline-block;
    margin: 10px 0 10px 0;
    border-bottom: 1px solid gray;
    width: 100%;
}
.featured-image.article-img {
    display: inline-block;
    width: 260px;
/* margin-top: 10px;
margin-bottom: 10px; */
}
/* .featured-image.article-img img {
width: 260px;
height: 145px;
object-fit: cover;
} */
.article-content {
    display: inline-block;
/* width: 63%; */
/* width: 415px; */
width: calc(100% - 265px);
padding: 0 8px 0 10px;
vertical-align: top;
margin-top: 10px;
}
h3.entry-title {
    font-size: 17px;
}
h3.entry-title a {
    color: #1e4273;
    font-weight: 600;
}
h3.entry-title a:hover {
    color: #af0001; 
    transition: all 0.3s ease 0s;
}
.below-entry-meta span {
    font-size: 12px;
    margin: 3px 0 3px 0;
    display: inline-block;
}
.entry-content p {
    font-size: 13px;
    text-align: justify;
    line-height: 15pt;
    margin-top: 12px;
}
.entry-content p a {
    color: #1e4273;
    font-weight: 600;
    float: right;
}
.entry-content p a:hover {
    color: #af0001; 
    transition: all 0.3s ease 0s;
}

/* category page style */
.posts-wrap {
    width: 70%;
    float: left;
}
.category-thumbnail {
    display: inline-block;
    width: 260px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.category-thumbnail img {
    width: 260px;
    height: 145px;
    object-fit: cover;
}
article .entry-title {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
}
article .content p {
    font-size: 18px;
    text-align: justify;
    line-height: 15pt;
    margin-top: 12px;
}
article .below-entry-meta {
    margin: 0 0 10px;
}
article .title-wrapper {
    margin-top: 5px;
}

/* promo page */
main.main-promo-article {
    margin-bottom: 35px;
}
.main-promo-article h2 {
    padding: 10px;
    margin: 0;
}
.promo-wrap.section {
    margin-top: 10px;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.promo-article {
    width: 485px;
    display: inline-block;
    padding: 10px;
}
.promo-featured-image.article-img {
    display: table;
    width: 100%;
}
.promo-category-thumbnail {
    display: inline-block;
    width: 100%;
    height: 240px;
}
.promo-category-thumbnail img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.promo-article-content {
    display: inline-block;
    width: 100%;
    padding: 10px 10px 10px 10px;
    vertical-align: top;
    background: #d3d3d3;
}
h3.promo-entry-title {
    font-size: 17px;
}
h3.promo-entry-title a {
    color: #373737;
    font-weight: 600;
}
.promo-entry-content p {
    font-size: 13px;
    text-align: justify;
    line-height: 15pt;
    margin-top: 12px;
}
.promo-entry-content p a {
    color: #af0001;
    font-weight: 600;
}

.page-title {
    position: relative;
    display: inline-block;
    background: #af0001;
    padding: 10px;
    color: #FFFFFF;
    margin-bottom: 0;
    font-weight: 600;
}

.borderline {
    width: 100%;
    position: relative;
    display: block;
    border: 2px solid #af0001;
}
.products-class {

    color: blue;
}
/* single page */
p#breadcrumbs {
    font-size: 14px;
    font-family: 'MyriadWebPro';
    font-weight: 700;
    padding-bottom: 10px;
}
#breadcrumbs span a {
    color: #af0000;
}

main.main-article {
    position: relative;
    display: inline-block;
    max-width: 72%;
    width: calc(100% - 285px);
    float: left;
/* position: relative;
display: inline-block;
max-width: 72%;
width: 100%;
float: left;
*/
}
.main-article h2 {
    padding: 10px 0;
    margin: 0;
}
.section-article img {
    max-width: 800px;
    width: 100%;
    padding-bottom: 20px;
    max-height: 450px;
    height: auto;
    object-fit: cover;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
/* width: 100%;
padding: 10px;
*/
}
.section-article h2 {
    padding: 10px;
    margin: 0;
}
.section-article span {
    padding: 10px;
    margin: 0;
    font-size: 13px;
}
.section-article h1 {
    padding: 10px 10px 0px 10px;
    font-size: 36px;
	cursor:pointer;
}
.section-article.with-odds h1 {
	background-color: #eee;
    color: #444;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
}
.section-article.with-odds h1:after{
    content: "\f077";
    font: normal normal normal 18px / 1 FontAwesome;
	float: right;
    margin-left: 5px;
	margin-top: 14px;
}
.section-article.with-odds h1.hide:after{
    content: "\f078";
}
.section-article h2 {
    padding: 10px 10px 0px 10px;
    font-size: 30px;
}
.section-article h3 {
    padding: 10px 10px 0px 10px;
    font-size: 18px;
}
.section-article h4 {
    padding: 10px 10px 0px 10px;
    font-size: 20px;
}
.section-article h5 {
    padding: 10px 10px 0px 10px;
    font-size: 18px;
}
.section-article h6 {
    padding: 10px 10px 0px 10px;
    font-size: 16px;
}
.section-article p {
    padding: 7px 10px 7px 10px;
    font-size: 18px;
}

/* read previous posts */
.prev-posts-wrap {
    border: 2px solid #d7d7d7;
    margin: 25px 10px 25px 10px;
}
span.read-more-title {
    position: relative;
    display: inline-block;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
}
a.previous-posts {
    position: relative;
    display: table;
    padding: 0 10px 0 10px;
    font-size: 16px;
    color: #1e4273;
    font-weight: 600;
}
a.previous-posts:hover {
    color: #af0001;
    transition: all 0.3s ease 0s;
}

/*------------------------------------*\
SLICKNAV
\*------------------------------------*/
.slicknav_menu {
    display:none;
}
.js .slicknav_menu {
    background: #373737;
}
.js .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
.js .slicknav_nav a:hover {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #af0001;
    color: #FFFFFF;
}
.js .slicknav_menu .slicknav_menutxt {
    display: none;
}
.js .slicknav_menu .slicknav_icon {
    margin: 5px;
}

/*------------------------------------*\
PAGINATION
\*------------------------------------*/
.pagination-wrap {
    text-align: center;
    margin: 10px auto;
    position: relative;
    display: table;
}
.pagination .page-numbers {
    background: #3d3d3d;
    color: #fff;
    display: block;
    width: auto;
    float: left;
    margin: 4px 4px 4px 0;
    padding: 15px 18px 14px 18px;
    text-decoration: none;
    font-size: 14px;
}
.pagination .page-numbers:hover {
    background: #24221D;
    color: #fff;
    text-decoration: none;
}
.pagination .current {
    background: #808080;
    color: #fff;
    padding: 15px 18px 14px 18px;
}

/*------------------------------------*\
LOAD MORE
\*------------------------------------*/
.load_more {
    display: inline-block;
    clear: both;
    position: relative;
    margin: 20px auto;
    width: 100%;
}
.load_more a, .load_more .loader{
    border: 3px solid #186ab1;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #186ab1;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    position: relative;
    width: 165px;
    margin: 0 auto;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.load_more a:hover{ 
    background-color: #186ab1;
    color: #ffffff;
}

.load_more_promo {
    display: inline-block;
    clear: both;
    position: relative;
    margin: 20px auto;
    width: 100%;
}
.load_more_promo a, .load_more_promo .loader{
    border: 3px solid #186ab1;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #186ab1;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    position: relative;
    width: 165px;
    margin: 0 auto;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.load_more_promo a:hover{ 
    background-color: #186ab1;
    color: #ffffff;
}

/*------------------------------------*\
IMAGES
\*------------------------------------*/



/*------------------------------------*\
TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family:'Font-Name';
    src:url('fonts/font-name.eot');
    src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
    url('fonts/font-name.woff') format('woff'),
    url('fonts/font-name.ttf') format('truetype'),
    url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
MISC
\*------------------------------------*/

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}

/*------------------------------------*\
WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
        }
        abbr[title]:after {
            content:" (" attr(title) ")";
            }
            .ir a:after,
            a[href^="javascript:"]:after,
            a[href^="#"]:after {
                content:"";
            }
            pre,blockquote {
                border:1px solid #999;
                page-break-inside:avoid;
            }
            thead {
                display:table-header-group;
            }
            tr,img {
                page-break-inside:avoid;
            }
            img {
                max-width:100% !important;
            }
            @page {
                margin:0.5cm;
            }
            p,
            h2,
            h3 {
                orphans:3;
                widows:3;
            }
            h2,
            h3 {
                page-break-after:avoid;
            }
        }

/* Accordion */
.accordion h1 {
    font-size: 20px !important;
    display: inline-block;
    margin: 0;
}
.accordion h2 {
    font-size: 20px;
    display: inline-block;
    margin: 0;
    padding: 0 !important;
    font-weight: 100 !important;
}
.section-faq{
    margin: 10px;
    margin-bottom: 50px;
}
.section-content-box {
    margin: 50px 0;
}
.section-faq h2,
.section-content-box h2 {
    padding: 10px 0;
    font-weight: 600;
    /*font-size: 30px;*/
}
.section-faq p,
.section-content-box p {
   /* font-size: 16px;*/
    margin: 10px 0;
}
.section-faq .accordion,
.section-content-box .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
}
.section-faq .active,
.section-faq .accordion:hover,
.section-content-box .active,
.section-content-box .accordion:hover {
    background-color: #ccc; 
}
.section-faq .panel,
.section-content-box .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.section-faq .accordion:after,
.section-content-box .accordion:after {
    content: "\f078";
    font: normal normal normal 18px/1 FontAwesome;
    font-size: 18px;
    color: #777;
    float: right;
    margin-left: 5px;
}
.section-faq .active:after,
.section-content-box .active:after {
    content: "\f077";
    font: normal normal normal 18px/1 FontAwesome;
}

.section-content-box h2 {
    font-size: 25px;
}
/* BG Link */
.box-link {
    background-color: transparent;
    height: 100%;
    left: 0;
    position: fixed;
    width: 100%;
}

/* Homepage Slider - New */
.swiper {
  width: 100%;
  min-height: 500px;
  height: 100%;
  background: #000000;
}
.swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
}
.parallax-bg {
  position: absolute;
  left: 0;
  top: -40%;
  width: 100%;
  min-height: 500px;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.swiper-slide .title {
  font-size: 43px;
  font-weight: 300;
}
.swiper-slide .subtitle {
    font-size: 15px;
    color: #ffffff;
    display: block;
}
.swiper-slide .text {
    font-size: 17px;
    line-height: 20px;
}
.swiper-pagination-bullet {
    background: #af0000 !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    background: #ffe000 !important;
}
.swiper-button-next, .swiper-button-prev {
    color: #ffffff !important;
}
.slider-content a {
    color: #ffffff;
    font-weight: 600;
}
.slider-thumbnail {
    padding: 0;
}
.slider-content {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 40px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    width: 100%;
    top: 320px;
    margin: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}
/* Blog Category Section - New */
.home-cat-container {
    display: inline-flex;
    flex-direction: column;
    width: 48%;
    justify-content: space-between;
    align-content: space-around;
    flex-wrap: wrap;
    margin-right: 13px;
    margin-bottom: 13px;
}
.home-cat-title {
    border-bottom: #af0000 3px solid;
    width: 100%;
    margin: 20px 0 15px;
}

.home-cat-title h2 {
    color: #fff;
    font-family: 'MyriadWebPro';
    font-size: 22px;
    font-weight: bold;
    padding: 3px 14px;
    background: #af0000;
    display: inline;
}
.home-cat-title h2 a {
    color: #ffffff !important;
    font-weight: 100;
}

.home-cat-a-wrapper{
    margin-bottom: 45px;
}

.home-cat-a-wrapper h3 a {
    text-decoration: none;
    color: #1e4273;
    font-family: 'MyriadWebPro';
}
.home-cat-a-wrapper h3 a:hover,
.home-cat-a-sub-wrapper h3 a:hover,
.home-cat-b-sub-wrapper h3 a:hover{
    text-decoration: none;
    color: #af0000;
}

.home-cat-a-wrapper h3{
    font-size: 23px;
    margin-top: 23px;
    font-weight: 600;
    font-family: 'MyriadWebPro';
    font-weight: 700;
}
.home-cat-date{
    color: #767676;
    font-size: 13px;
    line-height: 21px
}
.home-cat-content {
    color: #000000;
    line-height: 22px;
    margin-bottom: 1.5em;
    font-size: 13px;
}

.home-cat-a-wrapper{
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
}

.home-cat-a-sub-wrapper, .home-cat-b-sub-wrapper {
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    color: #767676;
    transition: all .2s ease-in;
    position: relative;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding-bottom: 5px;
}

.home-cat-a-sub-wrapper:hover,
.home-cat-b-sub-wrapper:hover{
    border-bottom-color: #D0EDF3;
}

.home-cat-a-sub-wrapper h3, .home-cat-b-sub-wrapper h3 {
    margin-top: 0;
    margin: 5px 0;
}

.home-cat-a-sub-wrapper h3 a, .home-cat-b-sub-wrapper h3 a {
    color: #1e4273;
    font-size: 23px;
    font-family: 'MyriadWebPro';
    margin-top: 0;
    text-transform: initial;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
}

.home-cat-a-sub-wrapper img,
.home-cat-a-wrapper img,
.home-cat-b-sub-wrapper img{
    width: 100%;
}
.home-cat-a-sub-wrapper:last-of-type,
.home-cat-b-sub-wrapper:last-of-type {
    border-bottom: 0;
}

.home-cat-a-sub-wrapper > .row > .col-xs-9,
.home-cat-a-sub-wrapper > .row > .col-sm-9,
.home-cat-a-sub-wrapper > .row > .col-md-8 {
    padding-left: 0;
}
.home-cat-b-sub-wrapper h3 a{
    font-size: 21px;
}

.home-cat-a-sub-wrapper img, .home-cat-a-wrapper img, .home-cat-b-sub-wrapper img {
    max-width: 354px;
    width: 100%;
    max-height: 200px;
    height: 100%;
}

a.read-more {
    color: #1e4273;
}

.home-cat-a-sub-wrapper img {
    min-width: 120px;
    min-height: 90px;
}
.home-cat-a-sub-thumbnail-wrapper {
    width: 40%;
}
.home-cat-a-sub-content-wrapper {
    width: 60%;
    padding-left: 20px;
}

/* Image Effect*/
.img-effect-wrapper {
    overflow: hidden;    
    position: relative;
}

.img-effect-wrapper img{
    transition: transform 250ms ease-in-out;
}

.img-effect-wrapper img:hover {
    transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
}

.img-effect-wrapper a:hover + .img-cat-sub,
a.img-cat-sub:hover{
    opacity: 1;
}
a.img-cat-sub{    
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #fff;
    background: #af0000;
    padding: 2px 6px;
    opacity: 0;
    transition: all 200ms ease-in-out;
    text-decoration: none;
    display: block;
}
/* end Image Effect*/

.iframe-container {
    overflow: hidden;
    padding-top: 90px;
    position: relative;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* border: 0; */
    /* width: 100%; */
    /* height: 59%; */
    text-align: center;
    margin: 0 auto;
}

/* email section */

.email-section {
    display: none;
    background-color: #e6e7e9;
    clear: both;
}

.email-container, .phone-container {
    display: flex;
    justify-content: space-between;
    max-width: 1024px;
    margin: 0 auto;
}

.email-1, .email-2, .phone {
    display: flex;
    align-items: center;
}

.email-1 img, .email-2 img, .phone img {
    width: 70px;
    height: 70px;
}

.email-1 a, .email-2 a, .phone p {
    font-size: 18px;
}

/* email section */

/* review section */

.review-section {
    clear: both;
    display: flex!important;
    justify-content: center;
    align-items: center;
}

.review-container {
    background-color: #e6e7e9;
    height: 400px;
    width: 380px!important;
    margin: 0px 20px;
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding: 0 20px;
}

.review-photo {
    position: absolute;
    top: -40px;
    width: 80px!important;
    height: 80px!important;
    border: 2px solid #e0835b;
    border-radius: 50px;
}

.review-stars {
    width: 120px!important;
    margin-top: 40px!important;
    height: unset!important;
}

.review-container h3, .review-container p {
    margin: 7px 0px;
}

.review-container h3, .review-container p:nth-of-type(2) {
    font-weight: bold;
}

.review-container h3 {
    font-size: 20px;
}

.review-section .slick-track {
    display: flex!important;
    max-width: 1024px!important;
    margin: 0 auto!important;
}

.review-section .slick-slide > div  {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 500px;
}

.review-section .slick-dots {
    position: absolute;
    bottom: 10px;
    top: unset;
    padding-right: unset;
    padding-left: unset;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.review-section .slick-dots li {
    position: relative;
    border-radius: 50px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.review-section .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.review-section .slick-dots li button:focus,.slick-dots li button:hover {
    outline: 0
}

.review-section .slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.review-section .slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.review-section .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}
.lang-wrap{
    display: none;
}

/* review section */
/* Blog carousel section */
.blog-carousel-section {
    margin: 50px 0;
    text-align: center;
}

.blog-carousel-title {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 12px;
    color: #333;
}

.blog-carousel-subtitle {
    font-size: 16px;
    margin: 0 0 35px;
    color: #555;
}

/* Carousel wrapper */
.blog-carousel-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

/* Track */
.blog-carousel-track {
    display: flex;
    gap: 28px;
    transition: transform 0.3s ease;
    will-change: transform;
    touch-action: pan-y;
}

/* Items - 3 per row desktop */
.blog-carousel-item {
    flex: 0 0 calc((100% - 56px) / 3);
    max-width: calc((100% - 56px) / 3);
}

/* Card */
.blog-carousel-card {
    display: block;
    text-align: left;
    text-decoration: none;
    color: inherit;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.blog-carousel-card:hover {
    text-decoration: none;
}

/* Image */
.blog-carousel-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin-bottom: 15px;
    background: #f3f3f3;
}

.blog-carousel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    pointer-events: none;
}

/* Category */
.blog-carousel-category {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #1f75bc;
    margin-bottom: 8px;
}

/* Post title */
.blog-carousel-post-title {
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
    color: #222;
    margin: 0 0 10px;
}

.blog-carousel-card:hover .blog-carousel-post-title {
    text-decoration: underline;
}

/* Meta */
.blog-carousel-meta {
    font-size: 12px;
    color: #777;
}

.blog-carousel-date {
    display: inline-block;
}

/* Dots */
.blog-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 28px;
}

.blog-carousel-dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #cfcfcf;
    cursor: pointer;
}

.blog-carousel-dots button.active {
    background: #1f75bc;
}

/* Arrows */
.blog-carousel-arrow {
    position: absolute;
    top: 85px;
    z-index: 2;
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    cursor: pointer;
}

.blog-carousel-arrow:disabled {
    opacity: 0.3;
    cursor: default;
}

.blog-carousel-prev {
    left: 0;
}

.blog-carousel-next {
    right: 0;
}

/* Tablet - 2 items */
@media (max-width: 1024px) {
    .blog-carousel-item {
        flex: 0 0 calc((100% - 28px) / 2);
        max-width: calc((100% - 28px) / 2);
    }
}

/* Mobile - 1 item */
@media (max-width: 767px) {
    .blog-carousel-section {
        margin: 35px 0;
    }

    .blog-carousel-title {
        font-size: 26px;
    }

    .blog-carousel-subtitle {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .blog-carousel-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .blog-carousel-image {
        height: 210px;
    }

    .blog-carousel-arrow {
        display: none;
    }
}