/* FONTS */
@font-face {
    font-family: "GothamProRegular";
    src: url("../fonts/GothamProRegular.eot");
    src: url("../fonts/GothamProRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProRegular.woff") format("woff"),
    url("../fonts/GothamProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "GothamProLight";
    src: url("../fonts/GothamProLight.eot");
    src: url("../fonts/GothamProLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProLight.woff") format("woff"),
    url("../fonts/GothamProLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "GothamProBold";
    src: url("../fonts/GothamProBold.eot");
    src: url("../fonts/GothamProBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProBold.woff") format("woff"),
    url("../fonts/GothamProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "GothamProBlack";
    src: url("../fonts/GothamProBlack.eot");
    src: url("../fonts/GothamProBlack.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProBlack.woff") format("woff"),
    url("../fonts/GothamProBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "GothamProMedium";
    src: url("../fonts/GothamProMedium.eot");
    src: url("../fonts/GothamProMedium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProMedium.woff") format("woff"),
    url("../fonts/GothamProMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* STYLE */
* { margin: 0; padding: 0; outline: 0; }
html, body { background: #ffffff; }
body { font-family: "GothamProRegular"; font-size: 13px; line-height: 22px; color: #231f20; font-weight: normal; }
p { margin-bottom: 20px; } 
a { color: #00a0a0; text-decoration: none; }
a:hover { text-decoration: underline; }
img { height: auto; max-width: 100%; }
ul { margin: 0 0 25px 0; }
ol { margin: 0 0 25px 0; counter-reset: item; list-style: none; }
ul li { list-style: none; background: url("../images/ul-li.png") 0 6px no-repeat; padding-left: 17px; margin-bottom: 6px; }
ol li  { margin-bottom: 6px; }
ol li:before { content: counter(item) ""; counter-increment: item; display: inline-block; width: 19px; height: 19px; line-height: 19px; text-align: center; background: #e600a0; border-radius: 100%; color: #ffffff; margin-right: 9px; }
hr { margin: 45px 0; border: 1px solid #474747; width: 214px; } 
strong, b, h1, h2, h3, h4, h5, h6  { font-family: "GothamProBold"; font-weight: normal; }
.clr { clear: both; }
.left { float: left; }
.right { float: right; }
.hidden { display: none; }
.clearfix:after { display: table; content: " "; clear: both; }
.tb { display: table; width: 100%; }
.tr { display: table-row; } 
.td { display: table-cell; vertical-align: middle; }
.aligncenter { display: block; margin: 0 auto 25px auto; }
.wp-caption-text { text-align: center; margin-top: 6px; color: #777777; font-size: 14px; }
.alignleft { float: left; margin: 0 20px 10px 0; }
.alignright { float: right; margin: 0 0 10px 20px; }

/* TRANSITION CSS */
.procedures-tabs-list li a:after, .search-box, .search-button, .navi-list li a:after, #holder, .menu li:after, .menu li a, .join-btn, .slide-title, .sbtn, .call-form, .btn, .load-more span, .item-img a, .navi-list li a, .subscrible-box input[type="submit"], .navi-list li a span, .forma-input input, .forma-textarea textarea, .forma-button input, .btn2 { -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } 

/* GLOBAL CONTAINERS */
.container { padding-left: 0; padding-right: 0; }
html, body, .wrapper, .topbox { height: 100%; }
.wrapper, .bottombox { display: table; width: 100%; position: relative; }
.topbox { display: table-row; } 
.site-wrapper { padding-bottom: 35px; }
.topbox-wrap { position: relative; width: 100%; overflow: hidden; }
.header-bg { position: absolute; top: 0; left: 50%; margin-left: -744px; width: 1363px; height: 320px; background: url("../images/header-bg.jpg") 0 0 no-repeat; z-index: 0; }

/* HEADER */
.header { padding: 21px 0; position: relative; z-index: 100; }
.logo-slogan { margin: 14px 0 0 15px; }

/* MENU */ 
.menu { background: #00a0a0; padding: 0; height: 46px; position: relative; z-index: 100; }
.menu ul { margin: 0; padding: 0; }
.menu li { float: left; margin: 0 45px 0 0; padding: 0; background: none; list-style: none; position: relative; overflow: hidden; }
.menu li:after { content: ""; display: block; position: absolute; bottom: 0; left: -100%; width: 100%; height: 3px; background: #ee2e24; z-index: 20; }
.menu li:hover:after { left: 0; }
.menu li a { display: block; padding: 12px 0; font-size: 14px; text-transform: uppercase; color: #ffffff; }
.menu li:hover a { opacity: 0.85; text-decoration: none; }
.menu li.current-menu-item:after, .menu li.current-post-ancestor:after, .menu li.current-menu-parent:after, .menu li.current-post-parent:after, .menu li.current-page-ancestor:after { left: 0; background: #ee2e24; }
.menu li.li-last { margin-right: 0; }

/* SEARCH */ 
.search-button { margin-top: 7px; cursor: pointer; width: 38px; height: 32px; background: url("../images/search.png") 0 0 no-repeat; }
.search-button.active { background: url("../images/mobile-menu-button-close.png") 0 0 no-repeat;}
.search-button:hover { opacity: 0.65; }
.search-box { opacity: 0; margin: 9px 10px 0 0; width: 150px; overflow: hidden; }
.search-box.active { opacity: 1; }
.search-box forum { position: relative; }
.search-box input { width: 100%; padding: 3px 9px; margin: 0; background: #ffffff; color: #acacac; font-size: 13px; border: 0; }

/* MAINPAGE SLIDER */
.slider-main { position: relative; z-index: 100; padding: 35px 10px; }
.slider-main .left { width: 33.3333%; }
.slide-box-in { position: relative; margin: 0 10px; border-radius: 15px; overflow: hidden; }
.slide-box-in img { max-width: 100%; }
.slider-in { overflow: hidden; }
.slider-in ul, .slider-in ul li { margin: 0; list-style: none; padding: 0; background: none; }
.slider-in .bx-wrapper .bx-viewport { background: transparent !important; }
.slider-in li { border-radius: 15px; overflow: hidden; }
.slider-full { position: relative; margin-bottom: 35px; z-index: 100; }
.slider-main-centersl { position: relative; }
.smc-title { position: absolute; top: 25px; left: 25px; color: #ffffff; line-height: 18px; text-transform: uppercase; z-index: 5; }


/* STRUCTURE */
.body-wrapper { position: relative; }
.body-wrapper-container { position: relative; padding-bottom: 125px; }
.body-top-bg { position: absolute; top: -337px; left: 220px; width: 963px; height: 1308px; background: url("../images/body-top-bg.png") 0 0 no-repeat; z-index: 0; }
.body-bottom-bg { position: absolute; bottom: 0; left: 0; width: 259px; height: 134px; background: url("../images/body-bottom-bg.png") 0 0 no-repeat; z-index: 0; }
.body-left-bg { position: absolute; top: 10%; left: 0; width: 218px; height: 438px; background: url("../images/body-left-bg.jpg") 0 0 no-repeat; z-index: 0; display: none; }
.body-right-bg { position: absolute; bottom: 0; right: 0; width: 223px; height: 429px; background: url("../images/body-right-bg.jpg") 0 0 no-repeat; z-index: 0; display: none; }
@media (min-width: 1600px) { .body-left-bg, .body-right-bg { display: block; } }
.body-wrapper-content { position: relative; z-index: 50; }
.sidebar { width: 285px; position: relative; }
.main-coll { width: 890px; padding-left: 20px; position: relative; /*background: url("../images/main-coll-bg.jpg") 0 400px no-repeat;*/ }
.colls { position: relative; }

.tenderd-colls { margin-top: 90px; }

body.home .main-coll,
.page-id-3254 .main-coll{
	border-left: 1px solid #7fcfcf;
}

.page-id-3254 .body-wrapper-container{
	padding-bottom:20px;
}

.page-bottom{
	padding:20px;
}
.page-bottom h1,
.page-bottom h2, 
.page-bottom h3,
.page-bottom h4,
.page-bottom h5{
	margin:20px 0 12px 0;
}

/* TITLE */
.title { text-align: center; margin-bottom: 25px; position: relative; }
.title h1, .title h2, .title h3 { display: block; font-size: 30px; line-height: 35px; text-transform: uppercase; color: #00a0a0; margin-bottom: 6px; font-family: "GothamProBold"; }
 
/* SIDEBAR */
.side-box { padding: 0 20px; margin-bottom: 25px; }
.sbtn { display: block; padding: 8px 0 6px 0; background: #a0d17c; color: #ffffff; text-transform: uppercase; border-radius: 4px; text-align: center; }
.sbtn:hover { text-decoration: none; background: #77ab51; }

/* SIDEBAR FILTERS */
.side-title { margin-bottom: 6px; }
.side-title * { font-family: "GothamProRegular"; color: #77bd43; font-size: 16px; text-transform: uppercase; margin: 0; }
.cats-filter .side-title { padding: 6px 0 6px 36px; border-bottom: 1px solid #e9e9e9; }
.cats-filter .side-title * { color: #0076bc; }
.filter { margin: 0; }
.filter li { list-style: none; padding: 6px 0; margin: 0; background: none; border-bottom: 1px solid #e9e9e9; }
.filter input, .sf-checkbox-wrapper label input { display: inline-block; vertical-align: top; width: 21px !important; height: 21px !important; margin-right: 10px; position: relative; border: 0; }
.filter input:after, .sf-checkbox-wrapper label input:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("../images/radio.png") 0 0 no-repeat; cursor: pointer; z-index: 5; }
.cats-filter-green  .filter input:after { background: url("../images/radio2.png") 0 0 no-repeat; }
.filter input:checked:after, .sf-checkbox-wrapper label input:checked:after { background-position: 0 100%; } 
.sf-element.checkbox .sf-checkbox-wrapper label { padding: 6px 0; border-bottom: 1px solid #e9e9e9; color: #0076bc; font-size: 14px; text-transform: uppercase; }
body.category-4 .sidebar { margin-top: 335px !important; }



.filter label { display: inline-block; vertical-align: top; color: #0076bc; font-size: 14px; text-transform: uppercase; cursor: pointer; width:205px; }
.cats-filter-green label { color: #77bd43; }
.select-filter { padding: 0; margin: 0; border: 0; width: 100%; border-radius: 4px; overflow: hidden; background-color: #fff; background: #77bd43 url("../images/select.png") 95% 50% no-repeat; }
.select-filter select { padding: 8px 8px !important; width: 100%; height: auto !important; border: none; color: #ffffff; text-transform: uppercase;  box-shadow: none; background-color: transparent; background-image: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.select-filter select:focus { outline: none; color: #000000; }
.select-dates .left, .select-dates .right { width: 48%; }
.select-dates input, .sf-date { padding: 8px 8px; width: 100%; border-radius: 4px; background-color: #fff; background: #77bd43 url("../images/select.png") 95% 50% no-repeat; border: 0; color: #ffffff; font-size: 12px; }
.sf-date.first { float: left; width: 49%; padding: 8px 8px !important; font-size: 12px; cursor: default; }
.sf-date.second { float: right; width: 49%; padding: 8px 8px !important; font-size: 12px; cursor: default; }
.sf-date::-webkit-input-placeholder { color: #ffffff; text-transform: uppercase; }
.sf-date::-moz-placeholder  { color: #ffffff; text-transform: uppercase; }
.sf-date:-moz-placeholder { color: #ffffff; text-transform: uppercase; }
.sf-date:-ms-input-placeholder { color: #ffffff; text-transform: uppercase; }
.sf-widget, .sf-widget li { list-style: none; background: none; padding: 0; margin: 0; }
.sf-widget li { margin-bottom: 15px !important; overflow: hidden; }
.sf-widget li span { display: block; font-family: "GothamProRegular"; color: #77bd43; font-size: 16px; text-transform: uppercase; margin: 0 0 5px 0; }
.side-menu .side-title { padding: 6px 0; border-bottom: 1px solid #e9e9e9; }
.side-menu .side-title * { color: #0076bc; }
.side-menu ul { margin: 0; padding: 0; }
.side-menu li { list-style: none; padding: 6px 0; margin: 0; background: none; border-bottom: 1px solid #e9e9e9; }
.side-menu li a { font-size: 12px; text-transform: uppercase; color: #0076bc; }
.ui-tabs, .ui-tabs-panel, .ui-tabs, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-tabs .ui-tabs-nav  { -moz-border-radius-bottomright: 0 !important; -webkit-border-bottom-right-radius: 0 !important; -khtml-border-bottom-right-radius: 0 !important; border-bottom-right-radius: 0 !important; }
.ui-tabs-panel { padding: 0 !important; }
.ui-tabs, .ui-tabs .ui-tabs-nav { padding: 0 !important; }
.ui-widget-header { border: 0 !important; background: none !important; }
.ui-tabs { border: 0 !important; margin: 0 !important; padding: 0 !important; border: 0 !important; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 0 !important; margin: 0 !important; padding: 0 !important; }
.ui-widget-content { background: none !important; }
.ui-datepicker { background: #ffffff !important; border-color: #77bd43 !important; }

/* NAVI */
.navi-list { margin: -65px 0 0 0; padding: 0; list-style: none; }
.navi-list li { float: left; width: 165px !important; margin: 0 10px 0 0 !important; padding: 0; background: none; list-style: none; text-align: center; overflow: hidden; white-space: normal !important; }
.navi-list li.li-last { margin-right: 0 !important; }
.navi-list li a { float: none !important; padding: 0 !important; display: table; width: 100%; border: 2px solid #77bd43; background: #ffffff; border-radius: 4px; height: 50px; text-transform: uppercase; font-size: 10px; color: #77bd43; line-height: 14px; text-decoration: none !important; position: relative;  }
.navi-list li a span { display: table-cell; vertical-align: middle; color: #77bd43; position: relative; z-index: 20; }
.navi-list li a:after { content: ""; display: block; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: #77bd43; }
.navi-list li a:hover:after, .navi-list li.active a:after { left: 0; } 
.navi-list li a:hover { background: #e6e6e6; }
.navi-list li a:hover span, .navi-list li.active a span { color: #ffffff; }
.navi-list li:after { left: 0; }

/* ITEMS */
.items-list { display: table; margin: 0; padding: 0; list-style: none; width: 100%; }
.items-list > li { display: table-row; list-style: none; margin: 0; padding: 0; background: none !important; }
.items-list li .td { border-bottom: 1px solid #e6e6e6; padding: 15px 0; }
.item-img { width: 309px; }
.item-img a, .item-img span.item-img-box { display: block; border: 5px solid #ffffff; border-radius: 85px 0 85px 0; height: 174px; overflow: hidden; margin-right: 15px; }
.items-list li:hover .item-img a { border-color: #77bd43; }
.item-img a img { width: 100%; height: auto; }
.item-info { vertical-align: top; }
.item-info h2 { margin-bottom: 15px; }
.item-info h2, .item-info h2 a { font-family: "GothamProMedium"; font-size: 15px; color: #00a0a0; text-transform: uppercase; }
.item-info h2 a:hover { color: #77bd43; }
.times { margin-bottom: 15px; line-height: 18px; padding-left: 30px; font-family: "GothamProBold"; }
.times.green { color: #77bd43; font-size: 12px; background: url("../images/times-green.png") 0 0 no-repeat; }
.times.red { color: #d41772; font-size: 12px; background: url("../images/times-red.png") 0 0 no-repeat; }
.item-types { width: 150px; vertical-align: top; position: relative; }
.item-types ul { position: absolute; top: 8%; left: 0; width: 100%; height: 84%; padding-left: 20px; border-left: 1px solid #e6e6e6; margin: 0; }
.item-types li { list-style: none; margin: 0; padding: 0; background: none; border: 0 !important; }
.item-types li, .item-types li a { color: #00a0a0; text-transform: uppercase; font-size: 10px; }
.item-types li.li-last { margin: 0; }
.item-types li.type-cats { padding-left: 23px; line-height: 16px; margin-bottom: 15px; background: url("../images/type-icon1.png") 0 0 no-repeat; }
.item-types li.type-type { padding-left: 23px; line-height: 16px; margin-bottom: 15px; background: url("../images/type-icon2.png") 0 0 no-repeat; }
.item-types li.type-city { padding-left: 23px; line-height: 16px; margin-bottom: 15px; background: url("../images/type-icon3.png") 0 0 no-repeat; }
.item-types li.type-price { padding-left: 23px; line-height: 16px; margin-bottom: 15px; background: url("../images/price-icon.png") 0 0 no-repeat;}
.item-prices { margin-bottom: 30px; }
.item-prices span { display: inline-block; margin-right: 25px; }
.item-prices span.prc { font-family: "GothamProBold"; }
.item-more { display: inline-block; line-height: 22px; padding-right: 30px; background: url("../images/more.png") 100% 50% no-repeat; }
.item-more:hover { color: #468418; }

/* ERRORS */
.no-found, .s2_error { text-align: center; padding: 9px 15px; max-width: 550px; margin: 0 auto; color: #ee2e24; border: 1px solid #7fcfcf; background: rgba(255,255,255,0.60); }
.no-found { margin-top: 35px; }

/* ITEMS CALENDAR */
.calendar-title { margin: 12px 12px; }
.calendar-title * { font-family: "GothamProMedium"; font-size: 15px; color: #00a0a0; text-transform: uppercase; }
.calendar-list { border-top: 1px solid #e6e6e6; margin: 0 0 45px 0; padding: 0; }
.sf-result { display: table; border-top: 1px solid #e6e6e6; margin: 0 0 45px 0; padding: 0; list-style: none; width: 100%; }
.sf-result   > li { display: table-row; list-style: none;  margin: 0; padding: 0; background: none !important; }
.sf-result  > li .td  { border-bottom: 1px solid #e6e6e6; padding: 15px 0; }
.calendar-list  li  { padding: 0; margin: 0; list-style: none; background: none; }
.calendar-list  li .td, .sf-result  > li { border-bottom: 1px solid #e6e6e6; padding: 15px 0;  }
.calendar-list .item-date, .sf-result .item-date { width: 80px; vertical-align:top; text-align: center; font-family: "GothamProLight"; font-size: 12px; text-transform: uppercase; color: #d41772; }
.calendar-list .item-date strong, .sf-result .item-date strong { display: block; font-size: 26px; }
.calendar-list .item-inf, .sf-resulto .item-inf { border-left: 1px solid #e6e6e6; vertical-align: middle; }
.calendar-list .item-types, .sf-result .item-types { border-left: 1px solid #e6e6e6; vertical-align: middle; }
.calendar-list .item-types ul, .sf-result .item-types ul { position: static; height: 100%; border: 0; }
.sf-filter { position: absolute; top: 0; left: -237px; width: 217px; }
body.category-4 .sf-filter { position: absolute; top: 0; left: -257px; width: 217px; }
.sf-filter fieldset { display: block; margin-bottom: 15px; float: none; width: 100%; }
.sf-filter fieldset legend { display: block; float: none; font-family: "GothamProRegular"; color: #77bd43; font-size: 16px; text-transform: uppercase; margin: 0 0 6px 0; }
.sf-element input { height: auto; border: 0; }
.sf-checkbox-wrapper label { margin-right: 6px; display: block; clear: both; }

a.item-link {
    cursor: pointer;
}

.modal_policy {
    /*display: none;*/
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 9999;
}

.modal_policy_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 5rem 2.5rem 5rem 2.5rem;
    max-width: 450px;
    width: 90%;
    border-radius: 0.5rem;
    border: 0;
    max-height: 80%;
    overflow-y: auto;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
}

.policy {
    text-align: center;
}

.modal_policy_file a {
    font-size: 16px;
}

.policy label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    margin-top: 2rem;
}

.policy label:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    border: 3px solid #fff;
    margin-right: 10px;
    outline: 2px solid #3acfb6;
}

#radio-one:checked + label:before {
    background-color: #3acfb6;
} 

#radio-one {
    display: none;
}

.close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 3rem;
    height: 2.5rem;
    line-height: 2.4rem;
    text-align: center;
    cursor: pointer;
    background-color: #3bcfb6;
    color: #fff;
    font-family: Arial;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 16px;
} 

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    /*display: block;*/
}

.modal_policy_content .modal_policy_heading {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1.75rem;
    font-size: 1.35em;
}

/* LOAD MORE */
.load-more, .call-form, .btn { display: block; text-align: center; margin-top: 25px; }
.load-more span, .call-form span, .btn span { display: inline-block; border: 5px solid #e4f2d9; padding: 12px 60px; font-size: 14px; text-transform: uppercase; color: #ffffff; background: #77bd43; border-radius: 22px; cursor: pointer; }
.load-more span:hover, .call-form span:hover, .btn span:hover { background: #77ab51; }

/* TENDER PAGE */
.tender-info, .tender-info li { list-style: none; margin: 0; padding: 0; }
.tender-info li { margin: 0; padding: 0; background: none; list-style: none; margin-bottom: 25px; padding-right: 15px; }
.tender-info li h3 { text-transform: uppercase; margin-bottom: 5px; }
.tender-info li span { color: #00a0a0; text-transform: uppercase; font-size: 12px; line-height: 16px; display: block; margin-bottom: 5px;}
.tender-info li span.ti-price { font-size: 16px; }
.tender-info li .td { text-transform: uppercase; font-size: 12px; }
.tendertext-img { margin: 0 15px 10px 0; }
.tendertext-title { color: #7fc9cb; }
.tender-page { border-bottom: 1px solid #e6e6e6; padding-bottom: 15px; }
.tendertext-mission { border-top: 1px solid #e6e6e6; margin-top: 15px; padding-top: 15px; }
.tm-title  { margin-bottom: 15px; color: #e600a0; }
.dwn { display: inline-block; padding: 5px 0 5px 45px; background: url("../images/dwn.png") 0 0 no-repeat; font-size: 14px; margin-top: 15px; text-transform: uppercase; color: #007ac2; font-family: "GothamProBold";}
.tender-page img { border: 1px solid #7fcfcf; }

/* SUBSCRIBLE */
.subscrible-box { text-align: center; }
.subscrible-box label { display: inline-block; margin-bottom: 15px; }
#s2email { border: 1px solid #00a0a0; padding: 7px 15px; width: 400px; }
.subscrible-box input[type="submit"] { display: inline-block; padding: 8px 15px 6px 15px; border: 0; background: #77bd43; color: #ffffff; text-transform: uppercase; border-radius: 4px;  text-align: center; }
.subscrible-box input[type="submit"]:hover { background: #77ab51; }

/* JOIN BOX */
.join-box-in { height: 290px; text-align: center; position: relative; z-index: 10; }
.join-box { position: relative; }
.join-box:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(119,189,67,0.84); z-index: 1; }
.join-box-in  h3 { color: #ffffff; font-size: 20px; line-height: 25px; text-transform: uppercase; }
.join-box-in  h3 span { font-family: "GothamProRegular"; }
.join-box-in  h3 strong { font-size: 26px; margin-top: 10px; display: inline-block; color: #ffffff; }
.join-btn, .btn2 { display: inline-block; margin-top: 30px; padding: 12px 50px; color: #ffffff; font-size: 14px; text-transform: uppercase; border: 2px solid #ffffff; background: #1aa1a0; border-radius: 22px; }
.join-btn:hover, .btn2:hover { background: #097574; text-decoration: none; }

/* PROCEDURES PAGE */
.procedures-list, .procedures-list li.tr { list-style: none; margin: 0; padding: 0; background: none; }
.procedures-list li .td { width: 50%; padding: 25px 0; border-bottom: 1px solid #74caca; vertical-align: top; }
.procedures-list li.li-last .td { border: 0; }
.procedures-list li h2, .procedures-list li h2 a, .procedures-bottom-text h2 { font-family: "GothamProMedium"; font-size: 16px; color: #00a0a0; text-transform: uppercase; }
.procedures-list li h2, .procedures-bottom-text h2 { margin-bottom: 15px; }
.procedures-list li .td-first { padding-right: 25px; }
.procedures-list li .td-last { padding-left: 25px; }
.procedures-list li.li-last .td-last { padding-left: 0; }
.procedures-tabs { margin-bottom: 55px; padding-bottom: 15px; border-bottom: 1px solid #7fcfcf; }
.procedures-tabs-list { padding: 0 0 6px 0; margin: 35px 0 25px 5%; list-style: none; border-bottom: 1px solid #7fcfcf; }
.procedures-tabs-list li.ui-state-default { float: left; width: 310px; margin: 14px 40px 15px 0 !important; padding: 0; background: none; list-style: none; overflow: hidden; }
.procedures-tabs-list li.li-last { margin-right: 0; }
.procedures-tabs-list li a { display: table; width: 100%; border: 2px solid #00a0a0; background: #ffffff; border-radius: 4px; height: 56px; text-transform: uppercase; font-size: 14px;  line-height: 18px; font-family: "GothamProMedium"; text-decoration: none !important; padding: 0 10px; position: relative; overflow: hidden; }
.procedures-tabs-list li a span { display: table-cell; vertical-align: middle; color: #00a0a0; position: relative; z-index: 20; }
.procedures-tabs-list li a:after { content: ""; display: block; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: #00a0a0; }
.procedures-tabs-list li a:hover:after { left: 0; } 
.procedures-tabs-list li.ui-tabs-active a:after { left: 0; }
.procedures-tabs-list li a:hover span, .procedures-tabs-list li.ui-tabs-active a span { color: #ffffff; }
.procedures-tab .left, .procedures-tab .right { width: 48%; }
.procedures-bottom-text { max-width: 550px; margin: 30px auto 45px auto; text-align: center; }

/* ABOUT */
.about-corphistory { padding: 25px 37px; text-align: center; margin-bottom: 35px; position: relative; overflow: hidden; }
.about-corphistory * { color: #ffffff; font-size: 15px; margin-bottom: 0; }
.about-corphistory .btn2 { font-size: 13px; padding-left: 16px; padding-right: 16px; }
.about-corphistory-box { position: relative; z-index: 20; }
.video { position: absolute; top: 0; left: 0; min-width: 500px; width: 100%; height: 100%; overflow: hidden; }
.video video { min-width: 100%; min-height: 100%; position: absolute; top: 0; left: 0; }
.video:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(119,189,67,0.84); z-index: 1; }
.mobile-corphistory { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.about-colls { margin-bottom: 45px; }
.about-colls .left h2, .about-colls .left h2 a, .about-colls .right h2 .about-colls .right h2 a, .project-title h2, .project-title h3 a, .ptitle h2 { font-family: "GothamProMedium"; font-size: 16px; color: #00a0a0; text-transform: uppercase; }
.about-colls .left h2, .about-colls .right h2 { margin-bottom: 15px;  }
.about-colls .left, .about-colls .right { width: 380px; }
.about-coll-2, .about-coll-3 { margin-left: 20px; }
.about-projects { margin-bottom: 35px; }
.projects-list { list-style: none; margin: 0; padding: 0p }
.projects-list > li { width: 380px; list-style: none; background: none; padding: 0; margin: 0 20px 0 0; min-height: 246px; }
.projects-list > li.three { margin-right: 0; }
.project-box { padding: 21px; }
.project-box * { color: #ffffff; }
.project-box p { line-height: 18px; }
.project-title { margin-bottom: 6px; }
.ptitle { text-align: center; margin-bottom: 25px; }
.ptitle h2 { font-size: 20px; }
.about-opinions { padding-right: 25px; border-right: 2px solid #7fcfcf; }
.ao-numbers { width: 60px; padding-right: 15px; text-align: right; }
.ao-numbers strong { display: block; font-size: 30px; color: #00a0a0; line-height: 30px; font-family: "GothamProLight"; }
.ao-numbers span { display: block; font-size: 10px; line-height: 10px; text-transform: uppercase; color: #00a0a0; font-family: "GothamProLight"; }
.ao-title { vertical-align: top; }
.ao-title-box { font-family: "GothamProMedium"; font-size: 14px; color: #00a0a0; text-transform: uppercase; }
.ao-progres-line { display: block; height: 1px; background: #6c6c6c; position: relative; }
.ao-progres-line span { display: block; position: absolute; top: 0; left: 0; height: 1px; background: #e600a0; }
.ao-progres-line span:after { content: ""; display: block; position: absolute; top: -5px; right: -5px; width: 11px; height: 11px; border-radius: 100%; background: #e600a0; }
.about-opinions .td { padding-bottom: 19px; }

/* ETAPS */
.etaps-list, .etaps-list li { list-style: none; margin: 0; padding: 0; background: none; }
.etaps-list  .td { padding: 15px; border-bottom: 1px solid #7fcfcf; }
.etap-img { width: 210px; }
.etap-img { text-align: center; }
.epat-text h3 { font-size: 30px; line-height: 35px; text-transform: uppercase; color: #00a0a0; margin-bottom: 6px; font-family: "GothamProBold"; }

/* MAP */
.map-box { position: relative; }
.map-box iframe { width: 100%; height: 340px; }

/* NAVIGATION */
.navigation span, .navigation a { font-size: 15px; margin: 0 4px; }
 
/* QUOTE BOX */
.quote-box { background: url("../images/quote-bg.png") 0 100% no-repeat; overflow: hidden; padding: 0 0 28px 0; margin: 0 20px; }
.quote-slider ul, .quote-slider li { padding: 0; margin: 0; list-style: none; background: none; }
.quote-in { background: #f1f8ec; padding: 9px; }
.quote-in * { margin: 0; color: #00a0a0; font-style: italic; }
.quote-aimg { width: 75px; }
.qa-img { border: 1px solid #e7e7e7; width: 75px; height: 75px; border-radius:50%; background-size:cover;}
.quote-aname { width: 181px; }
.quote-box .clearfix { margin-bottom: 15px; }
.quote-aname h3 { color: #00a0a0; margin-left: 15px; font-size:12px; line-height:1.3em; }
.quote-box .tb { margin-bottom: 6px; }

/* GALLERY */
.gallery-item { margin-bottom: 35px; }
.gallery-item img { border: 2px solid #00a0a0 !important; border-radius: 6px; }

/* BOTTOM SLIDER */
.text-bottom-slider { position: relative; }
.text-bottom-slider .bx-viewport { background: none !important; }
.text-bottom-slider ul, .text-bottom-slider li { list-style: none; margin: 0; padding: 0; background: none; }
.text-bottom-slider li { text-align: center; }
.text-bottom-slider li img { max-width: 60%; }
.bx-prev { position: absolute; top: 0; left: 0; width: 80px; height: 100%; background: #f1f9ec url("../images/slider-arrow-left.png") 50% 50% no-repeat; background-size: 35px; }
.bx-next { position: absolute; top: 0; right: 0; width: 80px; height: 100%; background: #f1f9ec url("../images/slider-arrow-right.png") 50% 50% no-repeat; background-size: 35px; }
.bx-prev:hover, .bx-next:hover { opacity: 0.65; } 
.angel-box { padding: 15px; border: 4px solid #00a0a0; }

 /* MAP */
.mapbox { position: relative; width: 100%; height: 380px; overflow: hidden; }
.mapbox iframe { vertical-align: top;}
.mapbox #canvas_holder { width: 100%; height: 380px; z-index: 0; }
.mapbox #map_canvas{ width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; overflow: hidden; }
.mapbox #holder { opacity: 0; width: 66px; left: 50%; margin-left: -33px !important; z-index: 1; position: absolute; color: white; padding: 10px; }
.mapbox:hover #holder { opacity: 1; }
.mapbox a { color: white; }
.gm-style-iw { width: auto !important; height: auto !important; padding: 10px; }
.gm-style-iw div p { margin-bottom: 9px; } 
.gm-style-iw div strong { font-weight: bold; }
.mapbox #holder { margin: auto; overflow: hidden; bottom: 10%; background: #00a0a0; -webkit-border-radius: 6px; border-radius: 6px; -moz-border-radius: 6px !important; }
.mapbox #holder a { display: block; width: 18px; height: 18px; text-indent: -4000px; float: left; }
.mapbox #holder #zi { background: url("../images/map-zoom-in.png") top left no-repeat; }
.mapbox #holder #zo { background: url("../images/map-zoom-out.png") top left no-repeat; margin: 0 5px; }
.mapbox #holder #zi:hover, #holder #zo:hover, #holder #gt:hover { opacity: 0.60; }
.info-window-content { width: 275px; }
.info-window-content h3 {font-size: 15px; margin-bottom: 15px; }
.info-window-content a { color: #f70000; text-decoration: underline; display: inline-block; padding: 3px 0 4px 32px; }

/* FORMS */
.forma ul { list-style: none !important; padding: 0 !important; margin: 0 !important; position: relative; }
.forma li { list-style: none !important; margin: 0 0 15px 0 !important; padding: 0 !important; background: none; }
.forma-input-hiden { display: none; }
.forma-title { margin-bottom: 7px; color: #960902; font-size: 16px; }
.forma-input input, .forma-textarea textarea, .forma-select select { width: 100%; max-width: 100%; padding: 11px 10px; border: 1px solid #7fcfcf; font-family: "GothamProRegular"; }
.forma-input input:hover, .forma-textarea textarea:hover, .forma-input input:focus, .forma-textarea textarea:focus { background: #f7f7f7; border-color: #77bd43; }
.forma-input input::-webkit-input-placeholder { color: #989a93; font-size: 14px; }
.forma-input input::-moz-placeholder  { color: #989a93; font-size: 14px; }
.forma-input input:-moz-placeholder { color: #989a93; font-size: 14px; }
.forma-textarea textarea:-ms-input-placeholder { color: #989a93; font-size: 14px; }
.forma-textarea textarea::-webkit-input-placeholder { color: #989a93; font-size: 14px; }
.forma-textarea textarea::-moz-placeholder  { color: #989a93; font-size: 14px; }
.forma-textarea textarea:-moz-placeholder { color: #989a93; font-size: 14px; }
.forma-textarea textarea { height: 98px; }
.forma-input input.wpcf7-not-valid, .forma-textarea textarea.wpcf7-not-valid { border-color: red; }
.forma-button { position: relative; text-align: right; }
.forma-button input { cursor: pointer; border: 0; display: inline-block; padding: 8px 25px; text-align: center; font-size: 14px; color: #ffffff; background: #00a0a0; border-radius: 4px; }
.forma-button input:hover { background: #0e8080; }
div.wpcf7 img.ajax-loader { position: absolute; top: 11px; left: 0; width: 15px; height: 15px; background: #ffffff; border-radius: 15px; }
.wpcf7-validation-errors, div.wpcf7-mail-sent-ok { width: 319px !important; max-width: 100%; background: red; color: #ffffff !important; font-size: 13px; border: 0 !important; padding: 12px 15px !important; display: block !important; margin: 15px auto 20px auto !important; }
div.wpcf7-mail-sent-ok { background: #398f14; }
.wpcf7-not-valid-tip { display: none !important; }

/* POPUP */
.mfp-content { width: auto !important; } 
.white-popup { position: relative; background: #ffffff; margin: 60px auto !important; max-width: 1047px; z-index: 100000; padding: 25px 25px 15px 25px; } 
.mfp-close { top: 15px !important; right: 12px !important; color: #b4b4b4 !important; font-size: 35px !important; }
.mfp-bg { opacity: 0.30 !important; }
.mfp-move-from-top .mfp-content { vertical-align: top; }
.mfp-move-from-top  .mfp-content  { opacity: 0; transition: all 0.2s; transform: translateY(-100px); }
.mfp-move-from-top.mfp-bg .mfp-content  { opacity: 0; transition: all 0.2s; }
.mfp-move-from-top.mfp-ready .mfp-content  { opacity: 1; transform: translateY(0); }
.mfp-move-from-top.mfp-ready.mfp-bg { opacity: 0.8; }
.mfp-move-from-top.mfp-removing .mfp-content  { transform: translateY(-50px); opacity: 0; }
.mfp-move-from-top.mfp-removing.mfp-bg { opacity: 0; }
.form-title { margin-bottom: 25px; }
.form-title * { font-family: "GothamProMedium"; font-size: 16px; color: #00a0a0; text-transform: uppercase; }

/* PAGINATION */
.navigation { margin-top: 20px; }
.sf-nav, .sf-nav li { list-style: none; background: none; padding: 0; }
.sf-nav { margin: 15px 0 0 0 !important; }
.sf-nav li  { margin: 0 6px 0 0; }
ul.sf-nav > li > a, ul.sf-nav > li > span { color: #00a0a0; padding: 0 !important; text-align: center; border: 0; background: none !important; font-size: 15px; }
.sf-nav-current { color: #231f20 !important; }

/* FOOTER */
.footer { padding: 25px 0; background: url("../images/footer-bg.jpg") 40% 0 no-repeat; position: relative; z-index: 50; }
.footer-menu { margin: 0 0 20px 0; }
.footer-menu ul { margin: 0; padding: 0; }
.footer-menu li { float: left; margin: 0 25px 0 0; list-style: none; padding: 0; background: none; text-transform: uppercase; }
.footer a:hover { color: #77bd43; }
.copys strong { text-transform: uppercase; color: #231f20; }
.tels { padding-left: 15px; background: url("../images/tel.png") 0 0 no-repeat; margin: 18px 0; }
.tels  span { display: inline-block; margin-left: 20px; }
.email { padding-left: 35px; background: url("../images/email.png") 0 0 no-repeat; margin: 18px 0; }

/* FILTER */
.wrap-btn{ text-align:center; padding:0 0 30px 0; }
.wrap-btn .sbtn{ display:inline-block; border:none; padding:8px 12px; font-size:13px; color:#fff; }
.page-content{
    margin-top:50px;
}

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

.load-more-block #load-more-submit{
	border: medium none;
    color: #fff;
	background:#a0d17c none repeat scroll 0 0; 
    display: inline-block;
    font-size: 13px;
    padding: 8px 20px;
	border-radius:5px;
	
	-webkit-transition: all  .4s ease;
    -moz-transition:  all .4s ease;
    -o-transition:  all .4s ease;
    transition:  all .4s ease;
	
	position:relative;
}

.load-more-block #load-more-submit:active{
	top:1px;
}

.load-more-block #load-more-submit:hover{
	background: #77bd43;
	
	-webkit-transition: all  .4s ease;
    -moz-transition:  all .4s ease;
    -o-transition:  all .4s ease;
    transition:  all .4s ease;
}
*/

.load-more-block{
	text-align:center;
}

.load-more-block  > form{
	display:inline-block;
}

.load-more-block input[type='submit']{
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	font-size: 13px;
	border-radius:5px;
	color:#fff;
	background: #a0d17c none repeat scroll 0 0;
	border:none;
	
	-webkit-transition: all  .4s ease;
    -moz-transition:  all .4s ease;
    -o-transition:  all .4s ease;
    transition:  all .4s ease;
}


.load-more-block input[type='submit']:hover{
	background:#77bd43 none repeat scroll 0 0; 
	
	
	-webkit-transition: all  .4s ease;
    -moz-transition:  all .4s ease;
    -o-transition:  all .4s ease;
    transition:  all .4s ease;
}


.load-more-block .active input[type='submit']{
	background:#77bd43 none repeat scroll 0 0; 
}


/*///////////////////////////////////////////////////////*/
.ui-datepicker .ui-datepicker-title{
	color:#77bd43;
}
.ui-widget-header .ui-icon {
    background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
	background:#77bd43;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active{
	color:#77bd43;
	text-align:center; 
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{
	background:#d41772;
	color:#fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover{
	background: #d41772;
	color:#fff;
}

.item-types li.type-archive{
    background: rgba(0, 0, 0, 0) url("../images/type-icon-archive-red.png") no-repeat scroll 0 0;
    line-height: 16px;
    margin-bottom: 15px;
    padding-left: 23px;
	color:#d41772;
}

.item-types li.type-archive a{
	text-decoration:none;
	color:#d41772;
}

