/* EGRO */
body{
    overflow: hidden;
}
#loading{
    background-color: #F24F00;
}
header li a {
    color: #F24F00 !important;
}
header li.active a {
    background-color: #F24F00 !important;
}
#social li{
    background-color: #F24F00 !important;
}
.btn-osk {
    background-color: #F24F00 !important;
    border-color: #F24F00 !important;
}
.img-block {
    border: 7px solid #F24F00;
}
.service-wrapper h3 {
    color: #F24F00;
}
.section-title h1 {
    color: #F24F00;
}
.icon-container{
    border: 7px solid #F24F00;
    width: 290px;
    height: 290px;
    margin: 60px auto 30px;
    border-radius: 50%;
    padding: 40px;
    background-color: #C7DEEA;
}
@media(max-width: 992px){
    .icon-container{
        width: 220px;
        height: 220px;
    }
}
.content p {
    font-size: 16px !important;
}
.footer a{
    color: #8FD400;
}
.footer{
    border-top: 2px solid #F24F00;
}
.section-bg-1{
    background-color: white;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 40px;
}
.section-bg-1 h1{
    margin-bottom: 20px;
}
.content hr{
    width: 150px;
}
.grid figcaption {
    background: #9E9E9D;
}
.bay{
    bottom: 13px;
    position: absolute;
    right: 20px;
    background: white;
    border-radius: 0;
    color: #8FD400;
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #8FD400;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
}
.bay b{
    font-size: 15px;
    font-weight: 500;
}
.section-bg-2{
    padding-top: 80px;
    padding-bottom: 20px;
}
.section-bg-2 h1{
    margin-bottom: 20px;
}
.section-bg-2 p.partners-p{
    margin-top: -10px;
}
.single-partner img {
    border: 1px solid #F24F00;
    padding: 10px 18px;
    margin-bottom: 2px;
}
.owl-buttons div {
    border: 1px solid #F24F00;
}
.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
	
}
.navbar-brand {
    font-weight: 700;
}
.navbar-brand h1{
	color: #fff;
  font-size: 20px;
  line-height: 40px;
}
.navbar-brand:focus {
    outline: 0;
}
.nav.navbar-nav {
    background-color: rgba(255,255,255,.7);
}
.navbar-custom.top-nav-collapse .nav.navbar-nav, .top-nav-collapse-2 .nav.navbar-nav{
    background-color: rgba(0,0,0,0);
}
.navbar-custom ul.nav li a {
    font-size: 13px;
    letter-spacing: 1px;
    color: #444;
    text-transform: uppercase;
    font-weight: 800;
}
.navbar-custom.top-nav-collapse ul.nav li a, .top-nav-collapse-2 ul.nav li a{
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #fff;
}
.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 0;	
}
.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;
}
.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}
.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}
.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}
.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a, .top-nav-collapse-2 ul.nav ul.dropdown-menu li a {
	color: #666;
}
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus{
    outline: 0;
    background-color: rgba(255,255,255,0.4);
}
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,1);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}
.navbar-custom.top-nav-collapse ul.nav li.active a, .top-nav-collapse-2 ul.nav li.active a{
    color: #444
}

@media(min-width:767px) {

    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse, .top-nav-collapse-2 {
        padding: 0;
        background-color: #F24F00;
    }

    .navbar-custom.top-nav-collapse, .top-nav-collapse-2 {
        border-bottom: 1px solid #E27C4D;
    }
}

@media (max-width:480px) {

    .navbar-custom .nav.navbar-nav {
        background-color: rgba(255,255,255,.4);
    }

    .navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 30px;
    }
}
.navbar-brand h1{
    margin: 0;
    padding: 0;
    font-size: 22px;
    margin-top: 1px;
}
.single-post-title h2 {
    color: #F24F00 !important;
}
.single-post-content a {
    background-color: #F24F00;
    border-color: #F24F00;
}
.pagination > .active > a, .pagination > .active > span {
    border-bottom: 3px solid #F24F00;
    color: #666666;
}
.sites-header h1 {
    color: #F24F00;
}
figcaption span {
    color: white;
}
.classic-title {
    color: #F24F00;
}
.classic-title span {
    border-bottom: 1px solid #F24F00;
}
#contact-form input, #contact-form textarea {
    border-color: #8FD400;
    color: #8E8E8E !important;
}
#contact-form .btn {
    background-color: #F24F00;
    border-color: #F24F00;
}
.h3_opinion {
    background-color: #A1D631;
}
.comment-item h3 {
    color: #F24F00;
}
.comment-item .mail {
    color: #F24F00;
}
.comment-item::after {
    background-color: #F24F00;
}
.section-bg-1{
    padding-top: 160px;
}
.partners-all{
    margin-top: 0px;
}
#main-slider .carousel h2 {
    margin-top: 215px;
}
.sec-boxes{
    padding-bottom: 80px;
}
.sec-start{
    padding-bottom: 0px;
    padding-top: 80px;
}
#main-slider {
    margin-top: 0;
    border-bottom: 1px solid #C4C4C4;
}
#main-slider .carousel .item {
    height: 665px !important;
    background-size: auto 100% !important;
    background-position: center center !important;
}
#social {
    top: 253px;
}
.section-title h1 {
    font-size: 34px;
}
@media(max-width: 776px){
    .section-title h1{
        margin-top: 40px !important;
        padding-bottom: 20px !important;
    }
}
.footer {
    background: #898988;
}
.btn-osk:hover {
    background-color: #8FD400 !important;
    border-color: #8FD400 !important;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
.navbar-custom ul.nav ul.dropdown-menu li a {
    padding: 10px 20px;
}
.dropdown-menu li a:hover, .dropdown-menu li.active a{
    background-color: #f24f00 !important;
    color: white !important;
}
.dropdown-menu {
    border: medium none !important;
    border-radius: 0;
    margin-top: 3px !important;
    padding: 0;
}
.icon-container {
    background-color: #FCF3EF;
}
.partners-top{
    margin-top: 70px;
}
.data-bread li, .sites .breadcrumb a{
    color: #F47235;
}
.data-bread::after {
    background-color: #B0B0B0;
    top: 13px;
}
.sites-inside{
    padding-bottom: 0px;
}
figcaption a {
    background-color: #8FD400 !important;
    bottom: 10px !important;
    position: absolute !important;
    right: 10px !important;
}
.more-padding-bottom{
    margin-bottom: 70px;
}
#contact-form input, #contact-form textarea {
    border-color: #A8A8A8;
}
#contact-form ::-webkit-input-placeholder { /* WebKit browsers */
    color:   #8E8E8E;
    font-weight: 500;
    text-transform: uppercase;
}
#contact-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #8E8E8E;
   opacity:  1;
   font-weight: 500;
    text-transform: uppercase;
}
#contact-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #8E8E8E;
   opacity:  1;
   font-weight: 500;
    text-transform: uppercase;
}
#contact-form :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #8E8E8E;
   font-weight: 500;
    text-transform: uppercase;
}
.comment-item::after {
    background-color: #eee;
}
.single-partner img {
    border: 1px solid transparent;
}
.footer a:hover {
    color: #6E8E27;
}
#main-slider .carousel .item.active::after {
    opacity: 0 !important;
}
#scroller{
    width: 100%;
    height: auto;
    position: relative;
}
.icon-fly{
    position: absolute;
    z-index: 1;
    opacity: 0.5;
}
.fly-content{
    position: relative;
    z-index: 2;
    margin-top: -1px;
}
.fly-content .section-white{
    background-color: transparent;
}

/* Indicators list style */
.article-slide .carousel-indicators {
    bottom: 0;
    left: 0;
    margin-left: 5px;
    width: 100%;
}
/* Indicators list style */
.article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 54px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 100px;
}
/* Indicators images style */
.article-slide .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 54px;
    left: 0;
    width: 100px;
}
/* Indicators active image style */
.article-slide .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
}
.carousel-article{
    width: 100%;
}
.article-list .owl-prev, .article-list .owl-next{
    display: block !important;
    float: left;
    background-color: #F24F00;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: white;
    margin-top: 2px;
    margin-right: 2px;
}
.article-list .owl-prev:hover, .article-list .owl-next:hover{
    opacity: 0.8;
}
.article-list{
    margin-top: 2px;
}
.article-list .item{
    margin: 0 1px;
}
.article-list .item img{
    border: 1px solid #8FD400;
    cursor: pointer;
}
.article-list .item.active img{
    border: 1px solid #F24F00;
    cursor: default;
}
#zoom img{
    max-width: 100% !important;
}
#zoom{
    position: relative;
}
.price{
    color: #F24F00;
    font-size: 18px;
}
.price span{
    background-color: #F24F00;
    color: white;
    margin-left: 10px;
    padding: 10px;
    border-radius: 5px;
    font-weight: 900;
}
.buy{
    color: #F24F00;
    font-size: 18px;
}
.buy select{
    max-width: 92px !important;
    display: inline-block;
    margin-left: 6px;
    height: 40px;
}
.buy select:focus{
    box-shadow: none;
    border-color: #F24F00;
}
.buy span{
    background-color: #F24F00;
    color: white;
    margin-left: 10px;
    padding: 10px;
    border-radius: 5px;
    font-weight: 900;
    cursor: pointer;
}
.buy span:hover{
    opacity: 0.8;
}
p.details{
    font-size: 13px;
    margin: 0;
}
p.details{
    font-size: 13px !important;
    margin: 3px 0;
}
p.details b{
    color: #8FD400;
    margin-right: 5px;
}
.product-content{
    margin-top: 25px;
}
.border-top {
    border-top: none;
}
.navbar-nav > li > a {
    padding: 30px 25px;
}
.navbar-brand img{
    height: 75px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 28px;
}
.navbar-brand img.main-logo{
    opacity: 1;
}
.navbar-brand img.logo-white{
    opacity: 0;
}
.top-nav-collapse .navbar-brand img, .top-nav-collapse-2 .navbar-brand img{
    top: 4px;
}
.top-nav-collapse .navbar-brand img.main-logo, .top-nav-collapse-2 .navbar-brand img.main-logo{
    opacity: 0;
}
.top-nav-collapse .navbar-brand img.logo-white, .top-nav-collapse-2 .navbar-brand img.logo-white{
    opacity: 1;
}
footer{
    position: relative;
    z-index: 99;
}
.fa-caret-right {
    margin-left: 0px;
    color: #F24F00 !important;
}
.fa-file-pdf-o, .fa-link{
    color: #F24F00 !important;
}
.tg-xs{
    padding: 10px !important;
    border-color: #F24F00 !important;
    background-color: white !important;
}
.tg-xs:hover, .tg-xs:focus {
    padding: 10px !important;
    border-color: #F24F00 !important;
    background-color: white !important;
}
.tg-xs span{
    border-color: #F24F00 !important;
    background-color: #F24F00 !important;
}
.content p{
    padding: 0;
}
.sites-header h1{
    margin-left: 0 !important;
}
.bread-alone {
    margin-left: 0 !important;
}
.data-bread {
    margin-left: 0 !important;
}
.hr_ornt{
    display: none;
}
.icon-container{
    border-color: #757575;
}
.fb_like_inside {
    margin-left: 0 !important;
}
.navbar-custom .container{
    background-color: rgba(255, 255, 255, 0.7) !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav.navbar-nav {
    background-color: transparent;
}
.top-nav-collapse .container, .top-nav-collapse-2 .container{
    background-color: transparent !important;
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar-xs img{
    height: 39px;
    margin-top: -8px;
    position: static;
}
.gallery {
    padding-left: 0px;
    padding-right: 0px;
}
@media(max-width: 1200px){
    .navbar-nav > li > a {
        padding: 30px 17px;
    }
}
@media(max-width: 992px){
    .navbar-nav > li > a {
        padding: 30px 4px;
    }
}
.news-img {
    margin-left: 0px;
}
.sites hr {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.sec-start {
    padding-top: 55px;
}
.content {
    padding-bottom: 0px;
}
.sec-boxes {
    padding-bottom: 55px;
}
.icon-container {
    margin-top: 25px;
}
.gallery-gird {
    margin-bottom: 5px;
}
.sites{
    margin-bottom: 0;
    padding-bottom: 0;
}
.new-margin{
    margin-bottom: 55px;
}
.new-margin-2{
    margin-bottom: 80px;
}
.opinion-new{
    margin-bottom: -35px;
}
@media(max-width: 992px){
    .sites{
        margin-bottom: 30px;
    }
    .no-partners{
        margin-bottom: 30px;
    }
}
@media (max-width: 340px) {
    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0 0;
    }
}
.footer-news{
    margin-top: 20px;
}
.sites-new-margin{
    margin-top: 120px;
    margin-bottom: -16px;
}
@media(max-width: 992px){
    .sites-new-margin{
        margin-bottom: 20px;
    }
}
.margin-news{
    margin-bottom: 85px;
}
#contact-form input, #contact-form textarea {
    color: #8E8E8E !important;
}
.cs-style-3 figcaption {
    bottom: auto;
    top: 0px;
}