/*===========================================================================================
    RESET
============================================================================================*/
img, p, ul, li, span, h1, h2, h3, h4, div {
    margin:0;
    padding:0;
}
* { 
    margin:0; 
    padding:0; 
}
:focus {
    outline-width:0;
    outline: none;
    outline-style:none;
    -moz-outline-style: none;
    -webkit-outline-style:none;
    -o-outline-style:none;
}
img {
    border:0;
}
input, select {
    font-family: Arial, Helvetica, sans-serif;
}
a {
    text-decoration:none;
}
body { 
    margin:0px;
    padding:0px;
    font-family: 'Source Sans Pro', sans-serif;
    color:#000000;
}
.clear {
    clear:both;
}
.top, .mid, .bot {
    width:100%;
}
.mid {
    position: relative;
    width: 1250px;
    margin: auto;
}
.center {
    /* width: 980px; */
    background-color: #ffffff;
    margin: 0 auto;
}
/*=================================================================================
    MAIN STYLES
===================================================================================*/
html {
    background-color: #e7e7e7;
}
body {
    position: relative;
    font-family: 'Times New Roman', serif;
    font-size: 12px;
    color: #000000;
}
.wrapper {
    max-width: 100%;
    margin: 0 auto;
}
a {
    color: #000000;
}
.left-col {
    float: left;
}
.right-col {
    float: right;
}
#bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#page, .top .center {
    background: #19bcd0;
    background: linear-gradient(top, #F5FEF9 0, #19bcd0 884px) no-repeat;
    background: -webkit-linear-gradient(top, #F5FEF9 0, #19bcd0 884px) no-repeat;
    background: -moz-linear-gradient(top, #F5FEF9 0, #19bcd0 884px) no-repeat;
    background: -o-linear-gradient(top, #F5FEF9 0, #19bcd0 884px) no-repeat;
    background: -ms-linear-gradient(top, #F5FEF9 0, #19bcd0 884px) no-repeat;
    background: linear-gradient(top, #F5FEF9 0, #19bcd0 884px) no-repeat;
    -svg-background: linear-gradient(top, #F5FEF9 0, #19bcd0 884px) no-repeat;
}
/*=================================================================================
    HEADER
===================================================================================*/
.wrapper_top_header {
	border-bottom: 1px solid #fff;
}
.top_header {
    display: flex;
    justify-content: center;
    align-items: center;
   
    padding: 100px 0;
    margin:auto;
/*    max-width: 1440px;*/
    margin-bottom: -1px;
}
.logo {
    width: 115px;
    height: 115px;
}
.logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.logo a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.title_header {
    text-align: center;
    padding: 30px 60px;
    position: relative;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
   /* text-shadow: 2px 6px 6px white;*/
}
.style_title_header {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.stema_tara {width: 85px; height: 110px;}
.stema_tara img {width: 100%; height: 100%; object-fit: cover;}
.menu_li_a:hover {
    background: rgba(255,255,255,0.6);
    color: #002e5d;
    border: 1px solid #fff;
}
.menu_li_a:visited {
    color: #fff;
}
.menu_li_a:hover {
    background: rgba(255,255,255,0.6);
    color: #002e5d;
    border: 1px solid #fff;
}
.menu_li_a:visited {
    color: #fff;
}
.dropdownMenu_li_a , .dropdownMenu_li_a_1 {
    font-size: 18px;
    display: block;
    padding: 7px 15px;
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 3px;
}
.dropdownMenu_li_a_1 {
    background: #232323;
    border: 1px solid #676767;
}
.dropdownMenu_li_a_1:hover {
    color: #fff;
    background: rgba(0,0,0,.6);
}
.dropdownMenu_li_a:hover, .btn_request_offer a:hover {
    background: rgba(255,255,255,0.6);
    color: #002e5d;
}
/*.logo>a {
    display: block;
    width: 245px;
    height: 73px;
}*/
.logo>a>img {
    display: block;
}
.top>.center>a {
    display: block;
    float: right;
    margin: 30px 15px 15px 0;
    font-size: 14px;
    line-height: 16px;
}
.top>.center>a>strong {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    text-align: right;
    color: #007db7;
}
.top>.center>a:hover>strong {
    text-decoration: underline;
}
.top>.center>a>span {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 8px;
    width: 32px;
    height: 32px;
    background-image: url("../img/sprite.png");
    background-position: -0px -0px;
    background-repeat: no-repeat;
}
/*=================================================================================
    MAIN NAV
===================================================================================*/
.main-nav {
    max-width: 1250px;
    margin: auto;
    padding: 6px 0;
}
.main-nav:after {
	content: '';
	display: block;
	clear: both;
}
ul.main-nav {
    text-align: center;
}
.main-nav>li {
    position: relative;
    z-index: 5;
    display: inline-block;
    background: none;
    margin: 0;
    padding: 0 5px;
    border: 0;
}
ul.main-nav>li:after {
    position: absolute;
    display: block;
    content: ' ';
    top: 0;
    right: -5px;
    width: 5px;
    height: 30px;
    background: url(../images/menuseparator.png) center center no-repeat;
}
ul.main-nav>li:last-child:after {
	background: none;
}
.main-nav>li>a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 22px;
    margin: 0 auto;
    position: relative;
    display: block;
    height: 30px;
    cursor: pointer;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
}
ul.main-nav>li>a.active, ul.main-nav>li>a:hover {
    background: #0f7b8a;
    background: linear-gradient(top, #0f7b8a 0, #0f7b8a 100%) no-repeat;
    background: -webkit-linear-gradient(top, #0f7b8a 0, #17b9cf 100%) no-repeat;
    background: -moz-linear-gradient(top, #0f7b8a 0, #17b9cf 100%) no-repeat;
    background: -o-linear-gradient(top, #0f7b8a 0, #17b9cf 100%) no-repeat;
    background: -ms-linear-gradient(top, #0f7b8a 0, #17b9cf 100%) no-repeat;
    background: linear-gradient(top, #0f7b8a 0, #17b9cf 100%) no-repeat;
    -svg-background: linear-gradient(top, #0f7b8a 0, #17b9cf 100%) no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 22px;
    margin: 0 auto;
    color: #FFFCFA;
    text-decoration: none;
}
.main-nav>li:last-child {
    border-right: 0px;
}
/*.main-nav>li>a:hover {
    font-weight: bold;
}*/
.main-nav>li:first-child {
    border-left: none;
}
.main-nav>li:last-child {
    border-right: none;
}
/*=================================================================================
    SLIDER
===================================================================================*/
.slider-wrapper {
    position: relative;
    width: 980px;
    height: 323px;
    overflow: hidden;
}
#slideshow {
    width: 980px;
    height: 323px;
    overflow: hidden;
}
#slideshow>div {
    width: 980px;
    height: 323px;
    overflow: hidden;
}
#slideshow>div>img {
    display: block;
}
#slideshow-pager {
    position: absolute;
    width: 980px;
    bottom: 10px;
    text-align: center;
    z-index: 100;
}
#slideshow-pager>a {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    background-color: rgba(35, 49, 71, 0.9);
    text-indent: 10000px;
    overflow: hidden;
}
#slideshow-pager>.activeSlide {
    background-color: #ffffff;
}
/*=================================================================================
    FOOTER
===================================================================================*/
.bot {
    padding: 20px 0;
    background-color: #0f7b8a;
    color: #ffffff;
    font-size: 14px;
}
.bot>.center {
    background-color: transparent;
}
.bot .left-col {
    width: 680px;
}
.copyright {
    font-size: 11px;
    margin: 20px 0 0 0;
}
.bot .right-col {
    width: 300px;
} 
.bot .right-col h1 {
    margin-left: auto;
    margin-right: 0px;
    width: 113px;
    height: 78px;
}
.bot .right-col h1 a {
    display: block;
    width: 113px;
    height: 78px;
}
.bot .right-col h1 a img {
    display: block;
}
.bot ul {
    margin: 15px 0 0 0;
    list-style-type: none;
}
.bot ul li {
    display: inline-block;
    border-left: 1px solid #ffffff
}
.bot ul li:first-child {
    border-left: none;
}
.bot ul li a {
    font-size: 13px;
    color: #ffffff;
    padding: 0 10px;
    margin:  0 5px;
    font-family: sans-serif;
}
.bot ul li a:hover {
    text-decoration: underline;
}
/*=================================================================================
    MAIN CONTENT
===================================================================================*/
.article {
    padding: 20px 20px 0 0px;
    float: left; 
    width: 627px;
    max-width: 100%;
}
.article a {color: #7f5da2;}
.article a:hover {text-decoration: underline;}

.aside {
    position: relative;
    padding: 20px 0px 0px 20px;
    display: inline-block;
    width: 250px;
    max-width: 100%;
}
.new-posts {
   /* padding: 2px;*/
    border-radius: 2px;
    box-shadow: -1px -1px 6px #898989;
    margin-bottom: 30px;
}
.new-color {
    background: #fff!important;
}
.new-posts>div {
    margin: 0;
}
.new-posts>h1 {
    margin: 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #0f7b8a;
    padding: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #e3e3e3;
}
.new-posts>div>.left-col {
    width: 58px;
}
.new-posts>div>.left-col>a {
    display: block;
    width: 58px;
    height: 53px;
}
.new-posts>div>.left-col>a>img {
    display: block;
}
.new-posts>div>.right-col {
    width: 210px;
}
.new-posts>div>strong,
.new-posts>div>.right-col>strong {
    font-size: 12px;
    color: #9d9d9d;
    margin: 0 0 10px 0;
    display:none;
}
.new-posts>div>h1,
.new-posts>div>.right-col>h1 {
    max-height: 36px;
    overflow: hidden;
}
.new-posts>div>h1>a,
.new-posts>div>.right-col>h1>a {
    font-size: 14px;
    line-height: 18px;
    color: #292929;
    font-weight: normal;
}
.new-posts>div>.right-col>h1>a:hover {
    text-decoration: underline;
}
.new-posts>div>h1>a:hover {
    text-decoration: underline;
}
.new-posts>div>p,
.new-posts>div>.right-col>p {
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #292929;
    line-height: 16px;
    max-height: 98px;
    overflow: hidden;
}

.search {
    margin-bottom: 20px;
    padding: 8px;
    background-color: #0f7b8a;
    border-radius: 2px;
    box-shadow: 0 15px 10px -10px #545454;
}
.search-text {
    float: left;
    display: block;
    padding: 6px;
    width: 156px;
    font-size: 14px;
    border-radius: 2px;
    border: none;
    box-shadow: inset 0 0 2px 1px #000;
}
.search-text:focus {
    float: left;
    display: block;
    padding: 6px;
/*    width: 240px;*/
    font-size: 14px;
    border-radius: 2px;
    border: none;
    box-shadow: inset 0 0 2px 1px #000;
}
.search-btn {
    float: right;
    display: block;
    border: none;
    padding: 0;
    width: 26px;
    height: 27px;
    background-color: transparent;
    background-image: url("../img/sprite.png");
    background-position: -32px -0px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.contacts {
    margin: 20px 0;
    border-radius: 2px;
    box-shadow: 0 15px 10px -10px #545454;


    background-color: #F0F0F0;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F0F0F0 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F0F0F0 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #F0F0F0 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #F0F0F0));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F0F0F0 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #F0F0F0 100%);
}
.contacts>h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    color: #ffffff;
    text-indent: 10px;
    background-color: #007db7;
    border-radius: 2px 2px 0 0;
}
.contacts>div {
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0;
}
.contacts table {
    margin: 0 auto;
}
.contacts table tr td {
    font-size: 14px;
    padding: 3px 5px;
}
.contacts table tr td span {
    color: #888888;
}
.contacts>h3 {
    border-top: 1px solid #fcfcfc;
    padding: 20px 0 20px 20px;
    font-size: 14px;
    color: #7f5da2;
}
.contacts>h3>strong {
    margin: 4px 0;
    font-weight: normal;
    color: #7f5da2;
} 
.contacts>h3>strong>a {
    color: #7f5da2;
} 
.contacts>h3>strong>a:hover {
    text-decoration: underline;
}
.banner {
    position: relative;
    display: block;
    margin: 0 0 20px 0;
    width: 600px;
    height: 270px;
    overflow: hidden;
}
.banner>img {
    display: block;
}
.banner>strong {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    width: 580px;
    font-size: 25px;
    line-height: 35px;
    color: #ffffff;
    font-weight: normal;
    background-color: rgba(0, 0, 0, 0.6);
}
.article>h1 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px 0;
    padding: 0 0 15px 0;
    color: #7f5da2;
    /*border-bottom: 1px solid #e3e3e3; linia articol*/
}
.article>h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px 0;
    padding: 0 0 15px 0;
    color: #66e1fb;
    font-weight: bold;
}
.post {
    padding: 15px 10px;
    border-radius: 2px;
}
.post>.left-col {
    width: 120px;
}
.post>.left-col>a {
    display: block;
    width: 120px;
    height: 120px;
}
.post>.left-col>a>img {
    display: block;
}
.shadow {
    width: 530px;
    height: 23px;
    background-image: url("../img/sprite.png");
    background-position: -0px -32px;
    background-repeat: no-repeat;
    max-width: 100%;
}
.post>.right-col {
    width: 450px;
}
.post>h1>a,
.post>.right-col>h1>a {
    font-size: 14px;
    color: #7f5da2; 
    font-weight: normal;
}
.post>.right-col>h1>a:hover {
    text-decoration: underline;
}
.post>h1>a:hover {
    text-decoration: underline;
}
.post>h2,
.post>.right-col>h2 {
    margin: 0 0 5px 0;
    font-size: 23px;
    color: #7f5da2;
    font-weight: normal;
    max-height: 54px;
    overflow: hidden;
}
.post>strong,
.post>.right-col>strong {
    font-size: 12px;
    font-weight: normal;
    color: #9d9d9d;
    display:none;
}
.post>p,
.post>.right-col>p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 22px;
    color: #7f5da2;
    text-align: justify;
    max-height: 132px;
    overflow: hidden;
}
.post>h5,
.post>.right-col>h5 {
    text-align: right;
}
.post>h5>a,
.post>.right-col>h5>a {
    font-size: 14px;
    font-weight: normal;
    color: #7f5da2;
}
.post>.right-col>h5>a:hover {
    text-decoration: underline;
}
.post>h5>a:hover {
    text-decoration: underline;
}
#image_wrap {
    width: 600px;
    height: 270px;
    overflow: hidden;
    margin: auto;
}
.gallery-wrapper {
    position: relative;
    margin: 20px 0;
    width: 600px;
    height: 270px;
    overflow: hidden;
}
.gallery {
    position: absolute;
    bottom: 0;
    width: 600px;
    height: 70px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
} 
.scrollable {
    margin: 8px auto 0 auto;
    /* required settings */
    position:relative;
    overflow:hidden;
    width: 510px;
    height: 54px;
}
.scrollable .items {
    /* this cannot be too large */
    width: 20000em;
    position:absolute;
    width: 
}
.items div {
    float:left;
}
.items>div>img {
    margin: 0 3px;
    cursor: pointer;
}
.browse {
    position: absolute;
    top: 23px;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url("../img/arrows.png");
}
.prev {
    left: 6px;
    background-position: 0 0;
}
.prev:hover {
    background-position: -30px 0;
}
.prev:active {
    background-position: -60px 0;
}
.next {
    right: 6px;
    background-position: 0 -30px;
}
.next:hover {
    background-position: -30px -30px;
}
.next:active {
    background-position: -60px -30px;
}
.article>strong {
    font-size: 14px;
    color: #9d9d9d;
    line-height: 20px;
    padding: 20px 0 20px 15px;
    display:none;
}
.article>p {
    margin: 15px;
    font-size: 15px;
    line-height: 23px;
    color: #2d2d2d;
}
/*
    CSS Sprite

    .clock { background-position: -0px -0px; width: 32px; height: 32px; }
    .search { background-position: -32px -0px; width: 26px; height: 27px; }
    .shadow { background-position: -0px -32px; width: 600px; height: 23px; }
*/

.curent_link_page{font-weight:bold;}




.cform form{}
.cform{position:relative; width: 500px; margin:0 auto; float: left;padding-left:80px;}
.f_left {width:115px; display:block; float:left; height:18px; line-height:18px; text-align:right; margin-right:6px; color:#333; font-size:13px;}
.f_right{color:#333;}
.f_right input{width:330px;padding-left:5px;padding-right:5px; display:block; float:left; height:22px;color:#999;border:0}
.f_right textarea{width:330px; display:block; float:left;height:90px;padding-top:5px;padding-bottom:5px;color:#999;border:0;padding-left:5px;padding-right:5px;}
.f_x{clear:both; font-size:1px; height:6px;}
.f_right textarea:focus, .f_right input:focus {color:#fff;}
.f_left .checkbox{width:14px; height:14px; display:block; float:right;  border:1px #C9C9C9 solid; }
.f_right .small{color:#999; font-size:12px;}
.f_right select{height:20px;}
.f_right .link_big{cursor:pointer; display:block; float:left; width:96px; font:bold 12px/22px arial; background-position:top; text-align:center;  height:23px; line-height:26px;outline:0; outline:none;}
.f_right .small_right{display:block; float:right; color:#FF6666 ; font-size:12px; text-align:right;width:150px;padding-right:40px;}
.link_big{color:#000!important;}
.f_title  .error{color:#E2584E; font-weight:bold; display:block; margin-bottom:2px;}
.error {color:#E2584E;}
#produs_warning , #username_warning , #email_warning, #telefon_warning, #mesaj_warning, #adresa_warning , #societatea_warning, #localitate_warning, #judet_warning, #observatii_warning{color:#E2584E; font-weight:bold; font-size:30px; margin:0 0 0 4px; float:left;}
.cform input,.cform textarea  {border:1px solid #C9C9C9;background-color:#EAEAEA}
.cform input:focus, .cform textarea:focus {border:1px solid #650101!important;background-color:#333!important;}
.cform .link_big {color:#333}
.cform .link_big:hover {border:1px solid #000;}
.ajax-loader{background: url("../img/ajax-loader.gif") no-repeat scroll 0 0 transparent; padding-left: 50px!important;padding-bottom: 5px!important;}
.img-noi{color: #111;}
.img-noi:hover{text-decoration:none;}
.error{color:#ee0000!important;}
.spacer10{height:10px; clear:both; font-size:1px;}
.input_opinie:focus{color:#fff;}
.scod{height:34px; width:100px;color:#333; text-align:center;}
.scod:focus,.f_right .link_big:focus{color:#fff!important;}

.page_pos {clear:both;width:100%; border:0px #666 solid; height:25px; padding:0; background:none; margin-top:10px;padding-bottom:10px;}
    .results {float:left;  width:15%;  height:25px; line-height:25px; font-size:11px; text-align:left; color:#666; margin:0 5px 0 10px;}
    .pages {float:right; width: 75%; height:25px; line-height:25px; margin-right: 10px;}
        .numbers { float:right; height:auto; width:auto; font-size: 11px; color:#999;font-weight:bold;}
        .numbers a, .numbers span { margin:0 2px; text-decoration:none; color:#666666;background-color:#ededed;padding:0px 8px;text-align:center;display:block;float:left; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
        .numbers span {opacity:0.3;filter:alpha(opacity=30);}
        .numbers a:hover{ background-color:#1081F0;color:#fff!important;text-decoration:none;text-decoration:none;}
        .numbers a.current { font-weight:bold; color:#fff;background-color:#1081F0;}
        .numbers a:hover { color: #fff;}
        
.more{ color: #333;font-size: 11px;text-decoration:none;}
.more:hover{color: #666;text-decoration:none;}
.none{display:none!important;}


.contact-top
{
    float:right;
    margin: 30px 15px 15px 0;
}
.contact-top li {
    list-style: none;
}
.contact-top span {
    color: #004566;
}
.mid{min-height: calc(100vh - 312px);background: #fff;}
.mm-menu.mm-offcanvas.mm-current {
    background: #0f7b8a;
    color: #fff;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff!important;
    font-size: 18px;
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before, .mm-menu .mm-listview>li .mm-next:after {
    border-color: #fff!important;
}
.mm-search {
    display: none!important;
}
.mm-listview>li>a, .mm-listview>li>span {
    font-size: 16px;
}
.mm-counter {
    color: #fff!important;
}
.main_li_dd {
    position: relative;
}
.dropdown_left_a {
    display: block;
}
.new-posts ul li {
    list-style-type: none;
}
/*.new-posts ul li a {
    display: block;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    width: 100%;
    color: #607E9F!important;
}*/
.new-posts .new_drop {
    display: none;
    padding-top: 10px;
}
.new-posts .new_drop_a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
}
.new-posts.new-color.active_dd {
	box-shadow: none!important;
	border-bottom: 1px solid #ccc;
}
.new-posts.new-color.active_dd:last-child {
	border-bottom: none!important;
}
.include_facebook_icon {
    background: #004566;
    padding: 5px;
}
.include_facebook_icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    color: #004566;
    border-radius: 5px;
    background: #fff;
    font-size: 16px;
}
.fa-arrow-circle-o-down {
    color: #fff;
}
.include_adresa, .include_telefon {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    font-size: 14px;
}
.include_adresa p:first-child{
    flex: 1;
}
.include_adresa p:nth-child(2) {
    flex: 5;
    font-style: italic;
}
.include_telefon p {
    display: flex;
    flex:1;
    justify-content: space-between;
}
.include_telefon p a {
    display: inline-block;
    flex: 1;
}
.map_contact {
    width: 100%;
    height: 100%;
}
.map_contact iframe {
    width: 100%;
    height: 100%;
    min-height: 350px;
}
.trigger_submenu i {
    position: absolute;
    top: 0;
    left: 8px;
    padding: 5px;
    color: #607E9F;
}
.trigger_submenu .fa-arrow-circle-o-down:before {
    content: "\f103";
}
.rotate_arrow {
    transform: rotate(180deg) ;
    -webkit-transform: rotate(180deg) ;
    -moz-transform: rotate(180deg) ;
    -o-transform: rotate(180deg) ;
    -ms-transform: rotate(180deg) ;
}
.animated {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.blink_link {
    color: #fdfa00!important;
    font-size: 22px!important;
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
}
.pulse {
  animation-name: pulse;
  animation-duration: 1s;
}
 .dd_menu li a {
    text-transform: capitalize;
 }
 .new-posts .new_drop_submenu {
    display: none;
 }
 .trigger_submenu_submenu {
    display: inline-block!important;
    vertical-align: top;
    padding-left: 20px;
 }
 .trigger_submenu_submenu i {
    color: #fff;
 }
 .new_drop li {
    text-align: center;
 }
 .new_drop_a_submenu {
    font-weight: 400!important;
    line-height: 25px;
    font-size: 13px;
 }
 .left_container {
    display: inline-block;
    width: 22%;
    vertical-align: top;
 }
 .include_slider_on_page_home {
    width: calc(100% - 460px);
    margin: 20px 0 0 0;*/
    display: inline-block;
    width: 67%;
    vertical-align: top;
    float: left;
 }
.set_dimensions_on_img_slider {
    width: 100%;
    height: 345px;
    border-radius: 10px;
    overflow: hidden;
}
.set_dimensions_on_img_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.include_slider_on_page_home .owl-controls .owl-page, .owl-controls .owl-buttons div {
    position: absolute;
    font-size: 20px;
}
.include_slider_on_page_home .owl-controls {
    top: 50%!important;
    transform: translateY(-50%);
}
.include_slider_on_page_home .owl-prev {
    left: 30px;
    background: url(../img/prev.png) no-repeat;
    color: transparent;
    padding: 5px;
}
.include_slider_on_page_home .owl-next {
    right: 10px;
    background: url(../img/next.png) no-repeat;
    color: transparent;
    padding: 5px;
}
.include_linkuri_footer {
    right: 10%;
    bottom: 0;
    z-index: 99;
    text-align: center;
}
.include_linkuri_footer li {
    display: inline-block;
    padding-right: 5px;
}
.include_linkuri_footer li a {
    font-size: 16px;
    color: #0f7b8a;
    text-transform: uppercase;
}
.bot .center {
    max-width: 980px;
    margin: auto;
}
.mid .center:after {
  content: '';
  clear: both;
  display: block;
}
.left_container {
	float: left;
}
.left_container:after {
	content: '';
	display: block;
	clear: both;
}
.new_styling_primaria {
	display: inline-block;
	/* width: 22%; */
	vertical-align: top;
	float: right;
}
.clear {
	clear: both;
}
/*.left_container .search {
	display: none;
}*/
.content_center_container {
	float: right;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.new_styling_primaria .aside {
	padding-right: 20px;
}
.include_program {
	margin-top: 30px;
	text-align: center;
}
.include_program p {
	font-size: 20px;
	color: #999;
	font-weight: bold;
}
.include_program p:first-child {
	font-style: italic;
}
.new-posts .subtitle {
    font-size: 17px;
    color: red;
    text-align: center;
    padding-bottom: 10px;
}
.main-nav-wrapper {
    list-style-type: none;
    background: -webkit-linear-gradient(top, #14a5b8 0, #1290a1 27%, #083e45 100%) no-repeat;
    border-radius: 1px;
    text-align: center;
}
.main_ul_dd, .main_ul_dd li {
	display: block;
	margin: 0;
    padding: 0;
    width: auto;
    /*line-height: 0;*/
}
.main_ul_dd>li {
	margin-top: 1px;
	border-bottom: 1px solid #ccc!important;
	text-align: left;
	display: block;
	padding: 5px 15px;
}
.main_ul_dd li:last-child {
	border-bottom: none!important;
}
.main_ul_dd>li:first-child {
	margin-top: 0;
}
.trigger_submenu {
	display: none;
}
.main_ul_dd .main_a_dd {
	color: #607E9F!important;
	font-size: 14px!important;
	position: relative;
}
.main_ul_dd .main_a_dd:before {
	content: url(../images/vmenuitemicon.png);
    margin-right: 5px;
    bottom: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}
.main_ul_dd .main_a_dd.active:before {
    content: url(../images/vmenuactiveitemicon.png);
    margin-right: 5px;
    bottom: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}
.main_ul_dd .main_li_dd:hover {
	background: #EFF2F5;
}
.main_ul_dd .main_li_dd:hover .main_a_dd, .main_a_dd.active {
   color: #FA5705!important;
}
/*.include_owl_list {
    overflow: hidden;
}*/
.owl-thumb-item img {
    width: 150px;
    height: auto;
}

.owl-thumbs {
    position: absolute;
    bottom: -130px;
    left: -20px;
    display: table;
    width: 100%;
    text-align: center;
    padding: 1%;
}
.owl-thumb-item {
    display: table-cell;
    border: none;
    background: none;
    padding: 0;
    opacity: .4;
}
.owl-thumb-item.active {
    opacity: 1;
}
.label {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #0a6cff;
    color: white;
    padding: 10px 20px;
    z-index: 5;
    text-align: center;
}
#owl_carousel_home .owl-thumbs {
    display: none;
}
#owl_carousel_home .owl-stage {
    width: auto!important;
}
.main_ul_dd .new_drop li {
    line-height: initial;
    text-align: left;
    padding: 0% 6%;
}

#sync2 .owl-wrapper {
    position: relative;
    left: 30px !important;
}
#sync2 {
    z-index: 9999;
}
#sync1 .owl-item {margin-bottom: 20px;}
#sync2 {text-align: center;}
#sync2 .owl-item {
/*    margin-right: 10px;*/
    display: inline-block;
}
#sync1 .owl-theme .owl-controls .owl-buttons div {
    color: transparent;
}
/*#sync2 .owl-next {
    position: absolute;
    right: -10px;
    top: 270px;
    z-index: 99999;
    background: url(../img/next.png) no-repeat;
    color: transparent;
}
#sync2 .owl-prev {
    position: absolute;
    left: 20px;
    top: 270px;
    z-index: 99999;
    background: url(../img/prev.png) no-repeat;
    color: transparent;
}*/
#sync2 .owl_item {
    margin-top: 20px;
}
/*#sync2 .set_dimensions_on_item_pic img {
    max-width: 96px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}*/
.drop_menu_li{
    text-align: left;
    padding: 0% 16%;
}
.mg_t_10{
    margin-top: 10px; 
}
.dimensions_on_post {
    height: 338px;
    margin-bottom: 30px;
}
.video_new{
    text-align: center;
    /* width: 100%; */
    margin: 2%;
    height: 65%;
}
.iframe{
    width: 100%;
    height: 100%;
}
.text_video{
    font-size: 15px;
    color: #0f7b8a;
    margin-bottom: 1%;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
#sync1 .set_dimensions_on_item_pic {
    height: calc(22vw / 1.33);
}
#sync2 .set_dimensions_on_item_pic {
    max-width: 96px;
    margin-left: auto;
    margin-right: auto;
}
#sync2 .set_dimensions_on_item_pic a  {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#sync2 .set_dimensions_on_item_pic a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.owl-item .set_dimensions_on_item_pic a {
    height: 100%;
}
.owl-item .set_dimensions_on_item_pic a img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.include_owl_list .owl-prev {
    left: 0;
}
.include_owl_list .owl-next {
    right: calc(10% - 120px);
}
