/**************/
/* FONTS */
/**************
font-family: 'Raleway', sans-serif;
font-family: 'Cantata One', serif;
font-family: 'Lato', sans-serif;
font-family: 'Proza Libre', sans-serif;
font-family: 'Trirong', serif;
*/

/**************/
/* GERAL */
/**************/
* { margin: 0; padding: 0px; }
.mb-20{ margin-bottom: 20px; }
.mt-20{ margin-top: 20px; }
.mb-40{ margin-bottom: 40px; }
.mt-40{ margin-top: 40px; }
.mb-60{ margin-bottom: 60px; }
.mt-60{ margin-top: 60px; }
.mb-80{ margin-bottom: 80px; }
.mt-80{ margin-top: 80px; }

a:hover{ color: rgba(0, 125, 191, 0.6); }
.blue{ color: #007dbf; }
.grey{ color: #666; }
.bgblue{ background: #007dbf; }
.black{ color: #000; }
a.black:hover{ color: rgba(0, 0, 0, 0.6); }
input.bgblue:hover{ background: rgba(0, 125, 191, 0.6);  }

body{ font-family: 'Raleway', sans-serif;}
.sanserif{font-family: 'Raleway', sans-serif;}
.serif{font-family: 'Cantata One', serif;}
iframe{ width: 100%!important; }
.none{ display: none; }
.horizon{ opacity:"0"; }
.form-element:focus, textarea:focus { background-color: #fff!important; }
nav li.current > a {color: rgba(0, 125, 191, 0.4)!important;}
label.error{ color: #a10808; margin-top: -1.5rem; }
.cc-message, .cc-compliance{ font-size: 12px; }


/**************/
/* LIGHTBOX */
/**************/
#tml-tool-bar{ display: none; }
#tm-lightbox{ z-index: 6000; }

/**************/
/* NAV */
/**************/
.nav-bar.nav-main .navigation>ul>li>a { font-size: 14px; }
.nav-bar.nav-main>.row>.column{ border: none; }
.navigation .dropdown-list, .navigation .sub-menu { background: #fff!important;  } /* width: 100%; */
.aux-navigation .icon-menu{ font-size: 30px; color: #000; }
.side-navigation > ul > li > a:after {background: transparent;}
.side-navigation .sub-menu a {color: #fff;}

/**************/
/* INDEX */
/**************/
.hero-slider .hero-content {   background-color: rgba(255, 255, 255, 0.6); color: #000; }
#tms-next,#tms-prev{ display: none!important; }
.hero-slider .tms-pagination{ width: 100%; }
.tms-nav-dark .tms-bullet-nav{ background: #fff; }

/**************/
/* FORM */
/**************/
.radio:checked + .radio-label:before { background: gray; }
.radio+.radio-label:before{ border-radius: 0px; }

/**************/
/* CONTENT */
/**************/
/*a.move:hover span{ margin-left: -10px; }
*/
.tms-pagination{ text-align: right; padding-right: 40px; }

.gray_box{ padding-top: 20px; padding-bottom: 20px; background: #f4f4f4; }
.box_{ padding-top: 20px; padding-bottom: 20px; }


.imgAbso{ left: 0 }

/**************/
/* MEDIA QUERIES */
/**************/
@media (max-width: 768px) {
	.downloadPdfStatus{ margin-top: -40px; }
	.areaInfo{ padding: 0; }
	.areaInfo div{ padding-right: 0; padding-left: 0; }
	.side-navigation ul li.current>a{ color: #fff!important; }
	.hero-slider .hero-content, .hero-slider .hero-content *{ color: #000; }
	.hero-slider .hero-content, .hero-slider .hero-content .blue{ color: #007dbf; }
}

/*@media only screen and (max-width: 480px){
	.row, body.boxed .wrapper-inner {
    max-width: 95%;
}
}*/


}
