/*
	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;
}

/*------------------------------------*\
    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: 370px;
    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 {

}
h1.logo-wrap {
    display: inline-block;
}
/* nav */
.nav {
    background: #373737;
    height: 40px;
}
.nav ul {
    padding: 0 25px 0 25px;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}
.nav li {
    display: inline-block;
}
.nav li:hover {
    background: #af0001;
    height: 40px;
}
.nav li a {
    color: #FFFFFF;
    font-size: 16px;
    display: block;
    height: 40px;
    padding: 10px 25px 10px 25px;
    margin-left: -5px;
    margin-right: -5px;
    outline: none;
}
.nav li > a:hover {
    color: #ffe000;
}
.nav .current_page_item > a,
.nav .current-menu-ancestor > a {
    background: #af0001;
    color: #ffe000;
}

/* register button */
.reg-wrap {
    display: inline-block;
    position: relative;
    float: right;
    top: 20px;
    left: -110px;
}
.registerBtn {
    background-color: #ffe000;
    display: inline-block;
    cursor: pointer;
    color: #000000;
    font-size: 12px;
    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: 65px;
    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: 70px;
    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.es,
.sprt.mx,
.sprt.pe,
.sprt.cl,
.sprt.ar {
    width: 26px;
    height: 17px;
}
.sprt.pt {
    background-position: -536px 0;
}
.sprt.pt:hover {
    background-position: -536px -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;
}
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: 270px;
	width: 100%;
}
.sidebar .section {
	margin-bottom: 15px;
	margin-top: 15px;
}
/* sidebar banners */
.sidebar-banners-wrap > div {
	margin-bottom: 10px;
}
/* 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;
}
.footer-description {
    font-size: 13px;
    text-align: justify;
    line-height: 16pt;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/* 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: 13px;
    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 h1 {
    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 */
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 h1 {
    padding: 10px;
    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 h1 {
    padding: 10px;
    margin: 0;
}
.section-article span {
    padding: 10px;
    margin: 0;
    font-size: 13px;
}
.section-article h2 {
    padding: 10px 10px 0px 10px;
    font-size: 18px;
}
.section-article h3 {
    padding: 10px 10px 0px 10px;
    font-size: 17px;
}
.section-article h4 {
    padding: 10px 10px 0px 10px;
    font-size: 16px;
}
.section-article h5 {
    padding: 10px 10px 0px 10px;
    font-size: 15px;
}
.section-article h6 {
    padding: 10px 10px 0px 10px;
    font-size: 14px;
}
.section-article p {
    padding: 7px 10px 7px 10px;
    font-size: 16px;
}

/* 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;
	}
}