@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:900,300,500,100,400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,700,400,600);
@import "../css/animate.css";

/*========================================================
                    Main layout styles
=========================================================*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    background: #444444;
    color: #777777;
}

.languages-box {
    position: absolute;
    left: 70px;
    top: 0;
    display: block;
    height: 30px;
    width: 110px;
}

.language-icon {
    position: relative;
    display: inline-block;
    /*left: 70px;*/
    /*top: 0;*/
    /*display: block;*/
    height: 30px;
    width: 30px;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: underline;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

img {
    max-width: 100%;
    height: auto;
}

h2,
h3,
h4,
h5 {
    font-family: 'Roboto', sans-serif;
}

h1 a:hover {
    text-decoration: none;
}

h2 {
    font-size: 46px;
    line-height: 44px;
    font-weight: 300;
}

@media (min-width: 768px) and (max-width: 979px) {
    h2.__resize {
        font-size: 36px;
        line-height: 34px;
    }
}

@media (max-width: 767px) {
    h2.__resize {
        font-size: 18px;
        line-height: 36px;
    }
}

@media (max-width: 479px) {
    h2.__resize-heading {
        font-size: 36px;
        line-height: 34px;
    }
}

h2.__fw-100 {
    font-weight: 100;
}

h3 {
    font-size: 74px;
    line-height: 80px;
    font-weight: 900;
}

h4 {
    font-size: 60px;
    line-height: 66px;
    font-weight: 500;
}

@media (max-width: 479px) {
    h4.__resize {
        font-size: 42px;
        line-height: 48px;
    }
}

h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

@media (max-width: 767px) {
    h6.__resize {
        font-size: 14px;
        line-height: 24px;
    }
}

h6.__lh-24 {
    line-height: 24px;
}

h6.color_2 a:hover {
    text-decoration: none;
    color: #ff7b3d;
}

h6.color_3 a:hover {
    text-decoration: none;
    color: #444444;
}

a[data-gal] {
    display: block;
    position: relative;
}

a[data-gal] .first {
    width: 100%;
}

a[data-gal] .overlay-gallery {
    display: block;
    background: rgba(39, 39, 39, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a[data-gal] .hover {
    display: block;
    visibility: hidden;
    height: 50px;
    width: 61px;
    text-align: center;
    position: absolute !important;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -25px !important;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

a[data-gal]:hover .overlay-gallery {
    background: rgba(39, 39, 39, 0.73);
}

a[data-gal]:hover .hover {
    visibility: visible;
}

.btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    border-radius: 50px;
    padding: 11px 32px 12px;
}

.btn:hover {
    text-decoration: none;
    background: #111;
}

.overlay2-wrap {
    position: relative;
}

.overlay2-wrap.mt {
    margin: 2px 0;
}

.overlay2 {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

/*========================================================
                    HEADER styles
=========================================================*/
#header.bg {
    position: relative;
    background: url(../images/page1-img1.jpg) no-repeat;
}

#header .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 1);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#header .header-wrapper {
    position: relative;
}

#header .logo-caption {
    position: relative;
    padding-top: 30px;
    z-index: 1;
}

#header .absolute-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
}

#header h1 {
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 2px;
    font-weight: 300;
}

#header h1 .circle {
    display: block;
    position: relative;
    margin: -3px 17px 0 28px;
    width: 24px;
    height: 24px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

#header h1 .circle:before {
    content: '';
    position: absolute;
    left: -9px;
    top: -9px;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

#header h1 .circle img {
    padding-top: 7px;
}

#header .wrapper {
    position: relative;
    padding-top: 180px;
    height: 779px;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#header .wrapper .btn {
    margin-top: 20px;
}

#header .wrapper h2 {
    margin-bottom: 8px;
}

@media (min-width: 768px) and (max-width: 979px) {
    #header .wrapper {
        height: 626px;
        padding-top: 232px;
    }
}

@media (max-width: 767px) {
    #header .wrapper {
        height: 481px;
        padding-top: 154px;
    }
}

@media (max-width: 479px) {
    #header .wrapper {
        height: 639px;
        padding-top: 75px;
    }
}

#header .slider-wrapper {
    height: 953px;
}

@media (min-width: 768px) and (max-width: 979px) {
    #header #camera01,
    #header .slider-wrapper {
        height: 800px !important;
    }
}

@media (max-width: 767px) {
    #header .logo-caption {
        text-align: center;
    }

    #header #camera01,
    #header .slider-wrapper {
        height: 700px !important;
    }
}

@media (max-width: 479px) {
    #header #camera01,
    #header .slider-wrapper {
        height: 860px !important;
    }
}

#header .camera_wrap .camera_pag .camera_pag_ul li {
    cursor: pointer;
    display: inline-block;
    height: 17px;
    width: 17px;
    margin: 0 1px;
    position: relative;
    text-align: left;
    text-indent: -9999px;
    border: 1px solid transparent;
    border-radius: 50%;
    z-index: 11;
}

#header .camera_wrap .camera_pag .camera_pag_ul li > span {
    position: absolute;
    width: 11px;
    height: 11px;
    top: 2px;
    left: 2px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#header .camera_wrap .camera_pag .camera_pag_ul li > span > span {
    position: absolute;
    width: 11px;
    height: 11px;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 1px solid #fff;
}

#header .camera_wrap .camera_pag .camera_pag_ul li:hover {
    border-color: #fff;
}

#header .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
    border-color: #fff;
}

/* Main menu styles
========================================================*/
.sf-menu {
    margin-right: 5px;
}

.sf-menu > li {
    position: relative;
    float: left;
    background: transparent;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sf-menu > li > a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 30px 14px 29px 15px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #ffffff;
}

.sf-menu > li > a:hover {
    text-decoration: none;
    background: #ff7b3d;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sf-menu > li.current > a {
    background: #ff7b3d;
}

.sf-menu > li.sfHover > a {
    background: #ff7b3d;
}

.sf-menu a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sf-menu a:hover {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

/* First level sub-menu styles
========================================================*/
.sf-menu ul {
    position: absolute;
    color: #ffffff;
    top: 81px;
    left: 0px;
    z-index: 4;
    width: 130px;
    display: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sf-menu ul li {
    position: relative;
    font-size: 13px;
    line-height: 19px;
}

.sf-menu ul li a {
    display: block;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.5);
}

.sf-menu ul li a:hover {
    text-decoration: none;
    background: rgba(255, 123, 61, 0.7);
}

.sf-menu ul li.sfHover > a {
    background: rgba(255, 123, 61, 0.7);
}

.bg .sf-menu ul {
    top: 79px;
}

.bg .sf-menu ul li a {
    background: rgba(0, 0, 0, 0.8);
}

.bg .sf-menu ul li a:hover {
    background: #ff7b3d;
}

/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
    position: absolute;
    top: 0;
    left: 130px;
    z-index: 4;
}

.bg .sf-menu ul ul {
    top: 0;
}

@media only screen and (max-width: 767px) {
    .sf-menu {
        display: none;
    }

    .select-menu {
        display: block;
        clear: both;
        position: relative;
        width: 90%;
        left: 0;
        top: 0;
        margin: 14px auto;
        padding: 0;
        height: 40px;
        background: #ffffff url(../images/select.png) 99% center no-repeat;
        color: #05090d;
        border-radius: 0;
        -webkit-appearance: none;
        outline: none;
        font: normal 14px 'Open Sans', sans-serif;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/* Stuck menu styles
========================================================*/
.isStuck {
    background: rgba(0, 0, 0, 1);
    z-index: 999;
}

.isStuck .wrapper {
    display: none;
}

#header .isStuck .absolute-container {
    position: relative;
}

#header .isStuck .sf-menu ul {
    top: 79px;
}

#header .isStuck .sf-menu ul ul {
    top: 0;
}

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}

/*========================================================
                    CONTENT styles
=========================================================*/
#content {
    background: #ffffff;
    /*========= Wrappers ========*/
    /*====Map-box====*/
}

#content .heading {
    position: relative;
    text-align: center;
}

#content .heading:before,
#content .heading:after {
    content: '';
    position: absolute;
    width: 96px;
    height: 1px;
    top: 9px;
    left: 50%;
    background: #d3d3d3;
}

#content .heading:before {
    margin-left: -122px;
}

#content .heading:after {
    margin-left: 23px;
}

#content .link {
    display: inline-block;
}

#content .link:hover {
    text-decoration: none;
    color: #444444;
}

#content .wrapper1 {
    padding: 52px 0;
}

#content .wrapper1__inset1 {
    padding-bottom: 68px;
}

#content .wrapper1__inset2 {
    padding-bottom: 32px;
}

@media (max-width: 767px) {
    #content .wrap-top-767 {
        margin-top: 40px;
    }
}

#content .banner {
    position: relative;
    padding: 40px 0;
    z-index: 1;
}

#content .banner img {
    margin: 8px 2px 0 0;
}

@media (max-width: 767px) {
    #content .banner img {
        margin-top: -2px;
    }
}

#content .banner span {
    font-size: 36px;
    line-height: 44px;
    margin-right: 10px;
}

#content .banner h2 {
    display: inline-block;
}

#content .banner__inset1 {
    padding: 32px 0 38px;
}

#content .banner__inset2 {
    padding-top: 24px;
}

#content .banner a:hover {
    text-decoration: none;
    color: #444444;
}

@media (max-width: 767px) {
    #content .banner {
        padding: 30px 0;
    }

    #content .banner__inset1 {
        padding: 30px 0;
    }
}

#content .owl-wrap {
    position: relative;
}

#content .owl-wrap .owl-prev,
#content .owl-wrap .owl-next {
    position: absolute;
    display: block;
    top: 205px;
    margin-top: -39px;
    width: 43px;
    height: 78px;
    z-index: 1;
    left: 50%;
    -webkit-transition: 0s;
    transition: 0s;
}

#content .owl-wrap .owl-prev {
    background: url(../images/page1-img5.png) no-repeat;
    background-position: -43px 0;
    margin-left: -311px;
}

#content .owl-wrap .owl-prev:hover {
    background-position: -1px 0;
}

#content .owl-wrap .owl-next {
    background: url(../images/page1-img6.png) no-repeat;
    background-position: -53px 0;
    margin-left: 267px;
}

#content .owl-wrap .owl-next:hover {
    background-position: -5px 0;
}

#content .owl-wrap .item {
    width: 460px;
    margin: 25px auto 0;
}

#content .owl-wrap .item h6 {
    margin-bottom: 15px;
}

#content .owl-wrap .item .caption {
    padding: 13px 24px 17px;
}

@media (max-width: 767px) {
    #content .owl-wrap .item {
        width: 300px;
    }

    #content .owl-wrap .owl-next {
        margin-left: 155px;
    }

    #content .owl-wrap .owl-prev {
        margin-left: -200px;
    }
}

@media (max-width: 479px) {
    #content .owl-wrap .item {
        width: 220px;
    }

    #content .owl-wrap .item .caption {
        padding: 5px;
    }

    #content .owl-wrap .owl-next {
        margin-left: 111px;
    }

    #content .owl-wrap .owl-prev {
        margin-left: -156px;
    }
}

#content .box {
    margin-top: 52px;
}

#content .box a {
    display: inline-block;
}

#content .box a:hover {
    text-decoration: none;
}

#content .box a:hover .circle {
    border-color: #ff7b3d;
}

#content .box a:hover .circle .main {
    display: none;
}

#content .box a:hover .circle .hover {
    display: inline-block;
}

#content .box a:hover .circle:before {
    background: #ff7b3d;
}

#content .box a:hover h6 {
    color: #444444;
}

#content .box .circle {
    display: block;
    position: relative;
    width: 151px;
    height: 151px;
    margin: 0 auto 20px;
    border: 1px solid #7a7a7a;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#content .box .circle img {
    position: relative;
    padding-top: 60px;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#content .box .circle .hover {
    display: none;
}

#content .box .circle:before {
    content: '';
    position: absolute;
    left: 50%;
    margin: -46px 0 0 -46px;
    top: 50%;
    width: 93px;
    height: 93px;
    border-radius: 50%;
    z-index: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#content .box h6 {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#content .box2-wrap {
    margin-top: 38px;
}

#content .box2 img,
#content .box2 h3 {
    width: 33.0087%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#content .box2 .caption {
    width: 33.9361%;
    padding: 26px 45px 10px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#content .box2 .caption h6 {
    margin-bottom: 23px;
}

#content .box2 .caption .link {
    margin-top: 24px;
}

#content .box2 h3 {
    padding: 16px 0 0 74px;
}

#content .box2 h3.__inset1 {
    padding: 16px 74px 0 0;
}

@media (min-width: 768px) and (max-width: 979px) {
    #content .box2 h3 {
        width: 30.0087%;
        padding: 0 0 0 30px;
    }

    #content .box2 h3.__inset1 {
        padding: 0 30px 0 0;
    }

    #content .box2 .caption {
        padding: 15px 12px 10px 15px;
        width: 36.9361%;
    }

    #content .box2 .caption h6 {
        margin-bottom: 10px;
    }

    #content .box2 .caption .link {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    #content .box2 img,
    #content .box2 h3,
    #content .box2 .caption {
        width: 100%;
    }

    #content .box2 h3,
    #content .box2 h3.__inset1 {
        text-align: center;
        padding: 0;
        margin-bottom: 10px;
    }

    #content .box2 + .box2 {
        margin-top: 30px;
    }
}

#content .box3 {
    margin-top: 31px;
    padding: 24px 10px 54px 30px;
}

#content .box3 h6 {
    position: relative;
    margin-bottom: 22px;
}

#content .box3 h6 span {
    font-size: 20px;
    line-height: 28px;
    margin-right: 5px;
}

#content .box4 {
    margin-top: 32px;
}

#content .box4 a:hover {
    text-decoration: none;
    color: #444444;
}

#content .box4 h6 {
    margin-bottom: 14px;
}

#content .box4__offset1 {
    margin-top: 25px;
}

#content .box5 {
    margin-top: 37px;
}

#content .box5 .caption {
    padding: 27px 20px 48px 32px;
}

#content .box5 .caption h6 {
    margin-bottom: 23px;
}

#content .box6 {
    margin-top: 42px;
}

#content .box6 img {
    margin: 5px 20px 0 0;
}

@media (max-width: 767px) {
    #content .box6 img {
        margin: 15px 0;
    }
}

#content .box6 h6 {
    margin-bottom: 15px;
}

#content .box6 p + p {
    margin-top: 23px;
}

#content .box6 .link {
    margin-top: 23px;
}

#content .box6 .markered-list {
    margin-top: 23px;
}

#content .box6__inset1 img {
    margin: -2px -65px 0 0;
}

#content .box6__offset1 {
    margin-top: 35px;
}

#content .box7 {
    margin-top: 25px;
}

#content .box7 img {
    margin: 5px 20px 0 0;
}

@media (min-width: 768px) and (max-width: 979px) {
    #content .box7 img {
        margin-bottom: 15px;
    }
}

@media (max-width: 479px) {
    #content .box7 img {
        margin-bottom: 15px;
    }
}

#content .box7 h6 {
    margin-bottom: 15px;
}

#content .box7 .meta span {
    font-size: 5px;
    line-height: 26px;
}

#content .box7 .meta span a {
    font-size: 13px;
    margin-left: 5px;
}

@media (min-width: 480px) and (max-width: 767px) {
    #content .box7 .meta span {
        display: block;
    }
}

#content .box7 .meta .author {
    margin-right: 7px;
}

#content .box7__offset1 {
    margin-top: 47px;
}

#content .box8 {
    margin-top: 46px;
}

#content .box8 .date-btn {
    display: inline-block;
    padding: 9px 16px;
    font-size: 13px;
    margin-bottom: 12px;
}

#content .box8 .date-btn:hover {
    text-decoration: none;
    background: #444444;
}

#content .box8 h6 {
    margin-bottom: 4px;
}

#content .box8 .divider {
    margin: 14px 0 18px;
}

#content .blog-box {
    margin-top: 50px;
}

#content .blog-box .date {
    width: 60px;
    padding: 10px 0 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#content .blog-box .date p {
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
}

#content .blog-box .date p + p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    margin-top: 5px;
}

#content .blog-box .caption {
    padding: 34px 32px 33px 20px;
}

#content .blog-box .caption h6 {
    margin-bottom: 16px;
}

#content .blog-box .caption .link {
    margin-top: 23px;
}

#content .blog-box__offset1 {
    margin-top: 31px;
}

@media (max-width: 767px) {
    #content .blog-box img {
        width: 85.5%;
    }
}

@media (max-width: 479px) {
    #content .blog-box img {
        width: 77.7%;
    }

    #content .blog-box .caption {
        padding-right: 10px;
    }
}

#content .divider {
    height: 1px;
    background: #bbbbbb;
}

#content .markered-list li {
    position: relative;
    padding-left: 22px;
}

#content .markered-list li:before {
    content: '\f0a9 ';
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 24px;
    color: #ff7b3d;
}

#content .markered-list li + li {
    margin-top: 6px;
}

#content .google-map-api {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#content #map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#content #map-canvas img {
    max-width: none !important;
}

#content #map-canvas2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#content #map-canvas2 img {
    max-width: none !important;
}

#content .home-map {
    color: #fff;
    position: relative;
    text-align: center;
    height: 360px;
}

#content .map {
    position: relative;
    margin: 31px 0 45px;
    height: 374px;
}

@media (max-width: 479px) {
    #content .map {
        height: 250px;
    }
}

#content dt {
    padding-right: 5px;
}

#content dd,
#content dt {
    display: inline-block;
}

#content .form-wrapper {
    margin: 38px 0;
}

#content .form-wrapper2 {
    margin: 32px 0 2px;
}

#content .contacts {
    padding: 34px 15px 38px 30px;
    margin-top: 32px;
}

#content .contacts h6 {
    margin-bottom: 16px;
}

#content .contacts .mail a {
    text-decoration: underline;
}

#content .contacts .mail a:hover {
    color: #444444;
}

@media (min-width: 768px) and (max-width: 979px) {
    #content .contacts {
        font-size: 14px;
    }

    #content .contacts h6 {
        font-size: 16px;
    }
}

@media (max-width: 479px) {
    #content .contacts {
        font-size: 14px;
    }

    #content .contacts h6 {
        font-size: 16px;
    }
}

#content .policy-box {
    margin-top: 25px;
}

#content .policy-box h6 {
    margin-bottom: 18px;
}

#content .policy-link {
    margin-top: 21px;
    text-decoration: underline;
}

/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
    border-top: 1px solid #353535;
    padding: 53px 0 30px;
    text-align: center;
}

#footer h1 {
    display: inline-block;
    font-size: 53px;
    line-height: 60px;
    letter-spacing: 9px;
    font-weight: 300;
}

#footer h1 .circle {
    display: block;
    position: relative;
    margin: 20px 60px 0 0;
    width: 66px;
    height: 66px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

#footer h1 .circle:before {
    content: '';
    position: absolute;
    left: -22px;
    top: -22px;
    width: 110px;
    height: 110px;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

#footer h1 .circle img {
    padding-top: 15px;
}

@media (max-width: 767px) {
    #footer h1 .circle {
        margin-right: -40px;
    }
}

#footer h1 .copyright {
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-top: 10px;
    letter-spacing: normal;
    text-align: left;
}

#footer h1 .copyright a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    #footer h1 .copyright {
        text-align: center;
    }
}

@media (max-width: 479px) {
    #footer h1 {
        font-size: 40px;
        line-height: 53px;
        letter-spacing: 2px;
    }

    #footer h1 .circle {
        margin-right: 20px;
    }
}

/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    overflow: hidden;
    font-size: 30px;
    z-index: 20;
    padding: 5px 10px;
    border: 1px solid #ff7b3d;
    background: #ffffff;
    color: #ff7b3d;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#toTop:hover {
    background: #ff7b3d;
    color: #ffffff;
}

@media only screen and (max-width: 1199px) {
    #toTop {
        display: none !important;
    }
}

/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
    position: relative;
    background-repeat: no-repeat;
    z-index: 8;
}

.desktop .stellar-block {
    background-attachment: fixed;
}

.stellar-section .stellar1 {
    background-image: url(../images/page3-img1.jpg);
    background-position: center center;
}

@media (max-width: 767px) {
    .stellar-section .stellar1 {
        background-size: auto 100%;
    }
}

@media (max-width: 767px) {
    .stellar-section .stellar1 {
        border-bottom: 1px solid #ffffff;
    }
}

.stellar-section .stellar2 {
    background-image: url(../images/page4-img5.jpg);
    background-position: center center;
}

@media (max-width: 767px) {
    .stellar-section .stellar2 {
        background-size: auto 100%;
    }
}

@media (max-width: 767px) {
    .stellar-section .stellar2 {
        border-bottom: 1px solid #ffffff;
    }
}

#search {
    position: relative;
    margin-top: -9px;
    z-index: 15;
    width: 220px;
    height: 40px;
    background: #fcf9f2;
}

#search .input_wrap {
    position: relative;
    display: block;
    box-sizing: border-box;
    line-height: 20px;
    border-radius: 0;
    padding-top: 4px;
    height: 100%;
    -webkit-appearance: none;
}

#search input {
    display: block;
    padding-left: 10px;
    line-height: 30px;
    width: 80%;
    height: 80%;
    outline: none;
    background-color: transparent;
    color: #444444;
    border: none;
    overflow: hidden;
    margin: 0;
}

#search a {
    position: absolute;
    right: 10px;
    bottom: 14px;
    color: #444444;
    cursor: pointer;
    font-size: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#search a:hover {
    text-decoration: none;
    color: #ff7b3d;
}

#subscribe-form {
    position: relative;
    margin-top: 15px;
}

#subscribe-form label {
    display: inline-block;
    position: relative;
    width: 100%;
    outline: none;
    background: #b0b8d6;
    box-sizing: border-box;
    height: 40px;
}

#subscribe-form label input {
    display: block;
    background: transparent;
    width: 100%;
    font: 400 14px/18px 'Roboto', sans-serif;
    padding: 10px 45px 10px 10px;
    color: #ffffff;
    outline: none;
    border: none;
    overflow: hidden;
    margin: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    height: 100%;
}

#subscribe-form .error {
    position: absolute;
    right: 5px;
    font-size: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#subscribe-form .error {
    top: -6px;
}

#subscribe-form .success {
    position: absolute;
    letter-spacing: normal;
    left: 50%;
    margin-left: -165px;
    bottom: -29px;
}

#subscribe-form .error {
    color: #ffffff;
    letter-spacing: normal;
    overflow: hidden;
    height: 0px;
}

#subscribe-form .success {
    display: none;
    color: #ffffff;
}

#subscribe-form label.invalid .error {
    height: 21px;
}

#subscribe-form a[data-type='submit'] {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 7px;
    font-size: 26px;
    line-height: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#subscribe-form a[data-type='submit']:hover {
    text-decoration: none;
    color: #ff7b3d;
}

/*============  Colors  =============*/
.color_1 {
    color: #ffffff;
}

.color_2 {
    color: #444444;
}

.color_3 {
    color: #ff7b3d;
}

.color_4 {
    color: #f2f2f2;
}

/*============  Backgrounds  =============*/
.bg_1 {
    background: #ffffff;
}

.bg_2 {
    background: #444444;
}

.bg_3 {
    background: #ff7b3d;
}

.bg_4 {
    background: #f2f2f2;
}

/*============  Floats  =============*/
.f__left {
    float: left;
}

.f__right {
    float: right;
}

@media (max-width: 1199px) {
    .f__none-1199 {
        float: none;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .f__none-768 {
        float: none;
    }
}

@media (max-width: 767px) {
    .f__none-767 {
        float: none;
    }
}

@media (max-width: 479px) {
    .f__none-479 {
        float: none;
    }
}

/*============= Text ============*/
.t__center {
    text-align: center;
}

.t__right {
    text-align: right;
}

.t__left {
    text-align: left;
}

.t__up {
    text-transform: uppercase;
}

.t__low {
    text-transform: lowercase;
}

.t__none {
    text-transform: none;
}

/*============= Overflow ===============*/
.o__hidden {
    overflow: hidden;
}

.social-links img {
    width: 32px;
    height: 32px;
    margin: 5px;
}

.result {
    /*display: none;*/
    background: #ff7b3d;
    color: #fff;
    padding: 20px;
    margin: 50px 0;
}

b {
    font-weight: bold !important;
}

#vk_groups {
    margin-top: 20px;
}

.fb-comments, .fb-comments iframe[style] {
    width: 100% !important;
}

#facebook > div > span {
    width: 100% !important;
}

.main-form {
    /*width: 540px;*/
    margin-top: 50px;
    border: 2px solid #F5773C;
    padding: 20px;
    border-radius: 3px;
    /*background: #fff;*/
}

.main-form .form-text {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.main-form .input {
    margin-bottom: 10px;
}

.main-form input {
    background-color: #353535;
    border-radius: 0;
    line-height: 30px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 17px 7px 16px;
    color: #ffffff;
    height: 49px;
    border: none;
    box-sizing: border-box;
    margin: 0;
    -webkit-appearance: none;
    width: 100%;
    outline: none;
    border-bottom: 2px solid #f5773c;
}

.main-form button {
    text-decoration: none;
    background: #ff7b3d;
    color: #fff;
    display: inline-block;
    min-width: 100px;
    border: 1px solid #ff7b3d;
    padding: 13px 17px 12px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 24px;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
    cursor: pointer;
}

.main-form .form-message {
    display: none;
    padding: 10px;
    margin-bottom: 10px;
}

.main-form .form-message.success {
    background: #4CAF50;
    color: #fff;
}

.main-form .form-message.danger {
    background: #F44336;
    color: #fff;
}
