@import url("cherry/style.css");
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
body {
    letter-spacing: 0;
    background: #fff !important;
}

.cherry-fixed-layout .main-holder {
    background: #fff !important;
}

form {
    overflow: hidden;
}

.main-holder {
    overflow: hidden;
    background: #fff;
}

.custom_poz {
    position: relative;
    z-index: 500;
    padding-bottom: 0;
    background: #fff;
}

.custom_poz:before,
.custom_poz:after {
    position: absolute;
    display: block;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    content: "";
    background: transparent;
}

.custom_poz:after {
    left: auto;
    right: -100%;
}

.custom_poz .container {
    position: relative;
    background: transparent;
}

.custom_poz .container:before,
.custom_poz .container:after {
    position: absolute;
    display: block;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    content: "";
    background: transparent;
    z-index: 1;
}

.custom_poz .container:after {
    left: auto;
    right: -100%;
}

a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a:hover,
a:focus {
    text-decoration: none;
}

p {
    margin: 0 0 24px;
}

figure {
    padding: 0 !important;
    border: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

h2 {
    position: relative;
    font-weight: 300 !important;
    margin-bottom: 32px;
    text-transform: uppercase;
}

h2 a {
    color: inherit;
}

h2 a:hover {
    color: #5eea0e;
}

h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.hr {
    position: relative;
    border: none;
    height: 1px;
    color: #ececec;
    background: #ececec;
    margin: 0 0 88px;
    overflow: visible;
}

.hr:before,
.hr:after {
    position: absolute;
    display: block;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    content: "";
    background: transparent;
}

.hr:after {
    left: auto;
    right: -100%;
}

.select-menu {
    height: 33px;
}

.ex_h1 {
    position: relative;
    text-align: center;
    margin-bottom: 5px;
}

.logo {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    float: none;
    background: transparent;
}

.logo a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.logo a:hover {
    color: inherit !important;
    text-decoration: none;
}

.logo .logo_tagline {
    position: relative;
    margin-top: -15px;
    text-align: right;
    padding-right: 5px;
    font: 300 15px/18px 'Open Sans', sans-serif;
    color: #a2a2a2;
    text-transform: uppercase;
}

.logo .logo_h__txt {
    position: relative;
    text-align: left;
    display: inline-block;
    float: none;
    text-decoration: none;
    margin-top: -4px;
    margin-bottom: -9px;
    z-index: 10;
}

.logo .logo_h__txt a {
    padding: 0 0 12px;
    margin-top: 0;
    margin-bottom: 24px;
    letter-spacing: -1px;
    color: #464646;
    font-weight: 300;
}

.logo .logo_h__txt a:hover {
    color: #464646 !important;
    text-decoration: none;
}

.logo .logo_h__img img {
    width: 100%;
}

.spacer {
    height: 25px;
}

.alignleft {
    float: left;
    margin: 8px 30px 10px 0;
}

.alignnone {
    margin: 20px 0 10px 0;
}

.main-holder input[type="text"],
.main-holder input[type="email"],
.main-holder textarea {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
    border: 1px solid #ececec;
}

.main-holder textarea {
    border-color: #ececec !important;
}

.main-holder input {
    color: #494d52;
}

#search-header {
    margin: 0 0 15px;
}

#search-header .btn-primary {
    font: 600 15px/15px 'Open Sans', sans-serif;
    background: transparent;
    color: #fff !important;
    padding: 13px 21px 11px !important;
    text-decoration: none !important;
    text-transform: uppercase;
    min-height: 39px;
    border-color: #fff;
}

#search-header .btn-primary:hover {
    color: #fff !important;
    background: #48474d !important;
    text-decoration: none !important;
    border-color: #ececec;
}

#search-header input[type="text"] {
    border-color: #ececec !important;
    color: #48474d !important;
}

#search-header input::-webkit-input-placeholder,
#search-header textarea::-webkit-input-placeholder {
    color: #48474d !important;
}

#search-header input:-moz-placeholder,
#search-header textarea:-moz-placeholder {
    color: #48474d !important;
}

.wpcf7-form p.field input {
    line-height: inherit;
}

.wpcf7-not-valid-tip {
    padding-top: 8px !important;
}

.submit-wrap .ajax-loader {
    margin-top: 15px;
}

.content-holder {
    padding: 0;
    margin-top: -1px;
}

.home .content-holder {
    margin-top: -1px;
}

.title-section {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 29px 0 0;
    margin-top: 0;
    /*background:#fff;*/
    border: none;
}

.title-section:before,
.title-section:after {
    position: absolute;
    display: block;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    content: "";
    /*background:#fff;*/
    z-index: -1;
    margin-left: 1px;
}

.title-section:after {
    left: 100%;
    z-index: 10;
    margin-left: -1px;
}

.title-section .title-header {
    position: relative;
    display: block;
}

.title-section h1 {
    position: relative;
    overflow: visible;
    font-weight: 300 !important;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.title-section .breadcrumb {
    position: relative;
    padding: 8px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    font-size: 20px;
    font-weight: 300;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    text-transform: uppercase;
}

.title-section .breadcrumb li {
    color: #5eea0e;
    font-family: 'Open Sans', sans-serif;
}

.title-section .breadcrumb li a {
    text-shadow: none;
    color: inherit;
}

.title-section .breadcrumb li a:hover {
    color: #48474d;
}

.title-section .breadcrumb li.active {
    color: #48474d;
    text-shadow: none;
}

.title-section .breadcrumb li.divider {
    position: relative;
    padding: 0 14px;
    top: 0;
}

.title-section .breadcrumb li.divider:after {
    position: absolute;
    display: block;
    font-size: 20px;
    color: #48474d;
    font-weight: 300;
    background: transparent;
    top: -6px;
    left: 10px;
    content: "/";
}

#content {
    padding-top: 29px;
}

#back-top-wrapper {
    z-index: 150;
}

#back-top a {
    width: 70px;
    height: 70px;
}

#back-top a span {
    width: 100%;
    height: 100%;
    background: transparent;
}

#back-top a span:before {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font: 22px/70px FontAwesome;
    top: 0;
    left: 0;
    content: "\f077";
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #555a5d;
}

#back-top a:hover span {
    background: transparent;
}

#back-top a:hover span:before {
    color: #fff;
    background: #5eea0e;
}

.wpcf7-response-output {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #48474d;
}

.wpcf7-validation-errors {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.sf-sub-indicator {
    top: 26px;
    right: 50%;
    margin-right: -5px;
}

.error404-holder_num {
    font-size: 220px;
}

.error404-holder h1 {
    font-size: 60px !important;
    text-transform: uppercase;
    color: #48474d;
}

.error404-holder h2 {
    padding: 0;
    margin: 5px 0 10px;
}

.error404-holder h2:before,
.error404-holder h2:after {
    display: none;
}

.error404-holder h4 {
    color: #bab9b9;
}

.google-map {
    margin-bottom: 40px;
}

.header {
    border: none;
    margin: 0;
    padding: 14px 0 0;
    z-index: 500;
    border: none !important;
    background: transparent;
}

.header .ex_poz0 {
    position: relative;
    display: block;
    background: #000;
    padding: 13px 0 16px;
}

.header .ex_poz0:before,
.header .ex_poz0:after {
    position: absolute;
    display: block;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
}

.header .ex_poz0:after {
    left: auto;
    right: -100%;
}

.header #loginout {
    font-size: 15px;
    line-height: 1em;
    color: #fff;
    font-weight: 700;
    padding-top: 4px;
    padding-left: 23px;
    text-transform: uppercase;
}

.header #loginout .register-link {
    position: relative;
}

.header #loginout .register-link:before {
    position: absolute;
    display: block;
    font: 19px/1em FontAwesome;
    color: #5eea0e;
    top: -2px;
    left: -23px;
    content: "\f007";
}

.header #loginout .line4 {
    margin-left: 45px;
    position: relative;
}

.header #loginout .line4:before {
    position: absolute;
    display: block;
    font: 19px/1em FontAwesome;
    color: #5eea0e;
    top: -1px;
    left: -25px;
    content: "\f09c";
}

.header #loginout .line1 {
    margin-left: 48px;
    position: relative;
}

.header #loginout .line1:before {
    position: absolute;
    display: block;
    font: 19px/1em FontAwesome;
    color: #5eea0e;
    top: -1px;
    left: -20px;
    content: "\f023";
}

.header #loginout span a {
    color: #fff;
}

.header #loginout span a:hover {
    color: #5eea0e;
}

.header .textwidget {
    font-size: 21px;
    line-height: 21px;
    color: #5eea0e;
    font-weight: bold;
    text-transform: uppercase;
}

.header h2 {
    border-bottom: none;
    padding-bottom: 0;
}

.header .cont {
    position: relative;
    margin-bottom: 24px;
}

.header .textwidget {
    position: relative;
    text-align: right;
}

.header .textwidget p {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    padding-top: 2px;
    margin-bottom: 0;
}

.header .textwidget .phone1 {
    position: relative;
    display: inline-block;
    color: #5eea0e;
    font-size: 40px;
    line-height: 40px;
}

.header .textwidget .phone1:before {
    position: absolute;
    display: block;
    font: 30px/1em FontAwesome;
    color: #cccccc;
    top: 8px;
    left: -30px;
    content: "\f095";
}

.header .logo_poz {
    position: relative;
    padding: 0;
}

.header .block_menu {
    position: relative;
    float: left;
    background: #5eea0e;
    z-index: 50;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header .block_menu:before,
.header .block_menu:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: #5eea0e;
    content: "";
}

.header .block_menu:after {
    left: 100%;
}

.nav {
    margin: 0;
    padding: 0;
    text-align: left;
    float: left;
    z-index: 100;
}

.nav .sf-menu {
    position: relative;
    display: inline-block;
    float: right;
    padding-bottom: 0;
    margin-right: 0;
}

.nav .sf-menu>li {
    background: transparent;
    margin: 0;
    width: 185px;
    border-right: 1px solid #2b2b2c;
}

.nav .sf-menu>li:before {
    position: absolute;
    display: block;
    top: 44px;
    right: -13px;
    width: 15px;
    height: 42px;
    content: "";
    background: transparent;
}

.nav .sf-menu>li a {
    letter-spacing: 0;
    border: none !important;
    padding: 0;
    text-shadow: none;
    overflow: hidden;
    pointer-events: auto;
}

.nav .sf-menu>li a>div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.nav .sf-menu>li a>div:first-child {
    position: absolute;
    background: #464646;
}

.nav .sf-menu>li a>div:first-child+div {
    top: -200px;
    color: #FFF;
    background: #5eea0e;
}

.nav .sf-menu>li a>div:first-child+div span {
    opacity: 0;
    filter: alpha(opacity=0);
    background: transparent;
}

.nav .sf-menu>li a>div span {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    padding: 18px 0;
    margin: 0;
    background: url('../images/false_button.png') 0 0 repeat;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.nav .sf-menu>li a:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 200%;
    top: -200%;
    right: 0;
    content: "";
    opacity: 0.4;
    filter: alpha(opacity=40);
    background: linear-gradient(to top, #ffffff, #48474d);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav .sf-menu>li a:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 14px;
    margin-bottom: 0;
    bottom: -200%;
    right: 0;
    content: "";
    opacity: 1;
    filter: alpha(opacity=100);
    background: #ececec;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav .sf-menu>li:last-child {
    border: none;
}

.nav .sf-menu>li:last-child:before {
    display: none;
}

.nav .sf-menu>li.current_page_item,
.nav .sf-menu>li.sfHover,
.nav .sf-menu>li:hover {
    z-index: 10;
}

.nav .sf-menu>li.current_page_item>a,
.nav .sf-menu>li.sfHover>a,
.nav .sf-menu>li:hover>a {
    text-decoration: none;
    background: transparent;
}

.nav .sf-menu>li.current_page_item>a>div:first-child,
.nav .sf-menu>li.sfHover>a>div:first-child,
.nav .sf-menu>li:hover>a>div:first-child {
    top: 200px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nav .sf-menu>li.current_page_item>a>div:first-child+div,
.nav .sf-menu>li.sfHover>a>div:first-child+div,
.nav .sf-menu>li:hover>a>div:first-child+div {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: 0;
}

.nav .sf-menu>li.current_page_item>a>div:first-child+div span,
.nav .sf-menu>li.sfHover>a>div:first-child+div span,
.nav .sf-menu>li:hover>a>div:first-child+div span {
    color: #FFF;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav .sf-menu>li.current_page_item>a:before,
.nav .sf-menu>li.sfHover>a:before,
.nav .sf-menu>li:hover>a:before {
    top: 100%;
}

.nav .sf-menu>li.current_page_item>a:after,
.nav .sf-menu>li.sfHover>a:after,
.nav .sf-menu>li:hover>a:after {
    bottom: 100%;
}

.nav .sf-menu>li:last-child {
    width: 234px;
}

.nav .sf-menu .sub-menu {
    background: #464646;
    width: 100%;
    left: 50%;
    margin-left: -50%;
    margin-top: 0;
    padding: 34px 0 35px;
}

.nav .sf-menu .sub-menu:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    top: -5px;
    left: 0;
    content: "";
}

.nav .sf-menu .sub-menu li {
    font: normal 14px/18px 'Open Sans', sans-serif;
    letter-spacing: 0;
    background: transparent;
    text-transform: uppercase;
    margin-bottom: 0;
}

.nav .sf-menu .sub-menu li a {
    position: relative;
    display: inline-block;
    border: none;
    background: transparent;
    font-weight: normal !important;
    padding: 3px 0 2px;
    margin: 0 8px;
    text-align: center;
    color: #fff;
    text-shadow: none !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: visible;
}

.nav .sf-menu .sub-menu li a .sf-sub-indicator {
    position: absolute;
    top: 7px;
    left: -15px !important;
    right: auto;
    display: block;
    overflow: hidden;
    width: 10px;
    height: 10px;
    background: url(../images/arrows-ffffff.png) no-repeat 0 0;
    text-indent: -999em;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav .sf-menu .sub-menu li a:hover {
    color: #5eea0e;
}

.nav .sf-menu .sub-menu li a:hover .sf-sub-indicator {
    background: url(../images/arrows-ffffff.png) no-repeat -10px 0;
}

.nav .sf-menu .sub-menu li a:before,
.nav .sf-menu .sub-menu li a:after {
    display: none;
}

.nav .sf-menu .sub-menu li .sub-menu {
    top: -5px !important;
    margin-left: -20px;
    background: #5eea0e;
    padding: 34px 0 35px;
    width: 100%;
    left: -100%;
}

.nav .sf-menu .sub-menu li .sub-menu:after {
    position: absolute;
    display: block;
    width: 5px;
    height: 100%;
    top: 13px;
    left: auto;
    right: -5px;
    content: "";
    background: url('../images/arr_sm.png') no-repeat 0 0;
}

.nav .sf-menu .sub-menu li .sub-menu a {
    color: #fff;
}

.nav .sf-menu .sub-menu li .sub-menu a:hover {
    color: #48474d;
}

.nav .sf-menu .sub-menu li.sfHover>a {
    color: #5eea0e;
}

.nav .sf-menu .sub-menu li.sfHover>a .sf-sub-indicator {
    background: url(../images/arrows-ffffff.png) no-repeat -10px 0;
}

.nav .sf-menu .sub-menu li:last-child a {
    border-bottom: none !important;
}

.isStuck {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 800;
}

.isStuck #topnav {
    background: transparent;
}

.isStuck .nav {
    background: #fff;
}

.isStuck .nav .sf-menu>li a>div span {
    padding: 17px 0 16px;
}

.isStuck .nav .sf-menu>li:before {
    top: 21px;
}

@media (max-width: 767px) {
    .isStuck {
        top: 0 !important;
        position: relative !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .isStuck #topnav {
        display: none !important;
    }
}

.parallax-slider {
    top: -108px;
    margin-bottom: -23px;
    height: 830px !important;
}

.parallax-slider #mainCaptionHolder .container {
    position: relative;
    top: 100% !important;
}

@media (min-width: 1200px) {
    .parallax-slider #mainCaptionHolder .container {
        width: 1170px !important;
    }
}

@media (max-width: 1200px) {
    .parallax-slider #mainCaptionHolder .container {
        width: 940px !important;
    }
}

@media (max-width: 979px) {
    .parallax-slider #mainCaptionHolder .container {
        width: 724px !important;
    }
}

@media (max-width: 767px) {
    .parallax-slider #mainCaptionHolder .container {
        width: 100% !important;
    }
}

.parallax-slider #mainCaptionHolder .container>div {
    top: -100%;
    background: #5eea0e;
}

.parallax-slider #mainCaptionHolder .container>div .slider_caption {
    padding: 48px 0 57px;
}

.parallax-slider #mainCaptionHolder .container .slider_caption {
    position: relative;
    text-align: center;
}

.parallax-slider #mainCaptionHolder .container .slider_caption h2 {
    font: 300 60px/60px 'Open Sans', sans-serif;
    color: #fff !important;
    margin-bottom: 7px !important;
    text-transform: uppercase;
    padding: 0 9%;
    border-bottom: none;
}

.parallax-slider .controlBtn {
    position: relative;
    width: 100% !important;
    right: 0 !important;
    left: 0 !important;
    top: 100% !important;
    margin-top: -145px !important;
    pointer-events: none;
    margin: 0 auto;
    width: 1170px !important;
}

@media (max-width: 1200px) {
    .parallax-slider .controlBtn {
        width: 940px !important;
    }
}

@media (max-width: 979px) {
    .parallax-slider .controlBtn {
        width: 724px !important;
    }
}

@media (max-width: 767px) {
    .parallax-slider .controlBtn {
        width: 100% !important;
    }
}

.parallax-slider .controlBtn .innerBtn {
    display: inline-block !important;
    float: left;
    width: 49px !important;
    height: 49px !important;
    font-size: 38px !important;
    color: #fff !important;
    pointer-events: auto;
    background: url('../images/false_button.png') 0 0 repeat !important;
}

.parallax-slider .controlBtn .innerBtn:hover {
    color: #48474d !important;
    background: url('../images/false_button.png') 0 0 repeat !important;
}

.parallax-slider .controlBtn .icon-angle-right {
    float: right;
    margin-right: 34px;
}

.parallax-slider .controlBtn .icon-angle-right:before {
    position: relative;
    top: -5px;
    content: '\f054';
    line-height: 49px;
}

.parallax-slider .controlBtn .icon-angle-left {
    margin-left: 34px;
}

.parallax-slider .controlBtn .icon-angle-left:before {
    position: relative;
    top: -5px;
    content: '\f053';
    line-height: 49px;
}

.parallax-slider .controlBtn .slidesCounter {
    display: none;
}

.parallax-slider #paralaxSliderPagination {
    bottom: 14px !important;
    text-align: center;
}

.parallax-slider #paralaxSliderPagination ul {
    display: inline-block;
}

.parallax-slider #paralaxSliderPagination ul li {
    position: relative;
    width: 11px !important;
    height: 11px !important;
    background: transparent !important;
    margin: 0 4px !important;
}

.parallax-slider #paralaxSliderPagination ul li:after {
    position: absolute;
    display: block;
    top: -3px !important;
    left: -3px !important;
    width: 100% !important;
    height: 100% !important;
    background: transparent;
    border: 3px solid #fff !important;
    -webkit-border-radius: 500px !important;
    -moz-border-radius: 500px !important;
    border-radius: 500px !important;
    content: "";
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.parallax-slider #paralaxSliderPagination ul li:before {
    position: absolute;
    display: block;
    top: -3px !important;
    left: -3px !important;
    width: 100% !important;
    height: 100% !important;
    background: #464646;
    border: 3px solid #5eea0e !important;
    -webkit-border-radius: 500px !important;
    -moz-border-radius: 500px !important;
    border-radius: 500px !important;
    content: "";
    visibility: hidden;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.parallax-slider #paralaxSliderPagination ul li:hover:before,
.parallax-slider #paralaxSliderPagination ul li.active:before {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.parallax-slider #paralaxSliderPagination ul li:hover:after,
.parallax-slider #paralaxSliderPagination ul li.active:after {
    visibility: hidden;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    transform: scale(0.01);
}

.block_1 {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 80px;
}

.block_1 h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 51px;
}

.block_1 img {
    position: relative;
}

.block_1 img.alignleft {
    margin: 0 0 39px;
}

.block_1 p {
    line-height: 23px;
}

.box_1 {
    position: relative;
    padding: 111px 0 86px;
}

.block_2 {
    position: relative;
}

.block_2 li .cont {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 15px 20px 15px;
}

.block_2 li .cont h5 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.block_2 li .cont h5 a {
    color: #464646;
}

.block_2 li .cont h5 a:hover {
    color: #5eea0e;
}

.block_2 li .cont .post_metabox {
    font: 300 20px/25px 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #5eea0e;
    margin-bottom: 15px;
}

.block_3 {
    position: relative;
    padding: 88px 0 0;
}

.block_3 h2 {
    margin-bottom: 30px;
}

.block_3 .block_cont {
    position: relative;
}

.block_3 .block_cont li {
    position: relative;
    margin-bottom: 54px;
}

.block_3 .block_cont li .featured-thumbnail {
    position: relative;
    overflow: visible !important;
    margin-bottom: 15px;
}

.block_3 .block_cont li .featured-thumbnail a img {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.block_3 .block_cont li .featured-thumbnail a .zoom-icon {
    width: 71px !important;
    height: 71px !important;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    background: #5eea0e !important;
    left: 100%;
    top: 100%;
    margin-left: -71px;
    margin-top: -71px;
}

.block_3 .block_cont li .featured-thumbnail a .zoom-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19px;
    height: 19px;
    margin-top: -10px;
    margin-left: -10px;
    background: url(../images/zoom-icon2.png) no-repeat 0 0;
    content: "";
    visibility: visible;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    z-index: 10;
}

.block_3 .block_cont li .featured-thumbnail a .zoom-icon:before {
    background: #48474d;
}

.block_3 .block_cont li .featured-thumbnail a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.block_3 .block_cont li .featured-thumbnail a:hover .zoom-icon {
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
}

.block_3 .block_cont li .featured-thumbnail a:hover .zoom-icon:after {
    -webkit-transform: scale(1.2) !important;
    -moz-transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    -o-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
}

.block_3 .block_cont li .cont {
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.block_3 .block_cont li .cont h5 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.block_3 .block_cont li .cont h5 a {
    color: #48474d;
}

.block_3 .block_cont li .cont h5 a:hover {
    color: #5eea0e;
}

.block_3 .block_cont li:hover .cont {
    opacity: 1;
    filter: alpha(opacity=100);
}

.block_4 {
    position: relative;
    margin-bottom: 108px;
}

.block_4 img {
    margin: 10px 0 -2px;
}

.post_list_1 {
    position: relative;
}

.post_list_1 li {
    position: relative;
    margin-bottom: 45px;
    border-bottom: 1px solid #ececec;
}

.post_list_1 li figure {
    display: none;
}

.post_list_1 li .post_meta {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0;
    border: none;
    min-width: 85px;
    margin-right: 15px;
}

.post_list_1 li .post_meta .post_category,
.post_list_1 li .post_meta .post_author,
.post_list_1 li .post_meta .post_comment {
    display: none;
}

.post_list_1 li .post_meta .post_date {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    background: #5eea0e;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    text-align: center;
    margin-top: 8px;
}

.post_list_1 li .post_meta .post_date time {
    font-weight: 300 !important;
    font-size: 15px;
    text-transform: uppercase;
    color: #c1d77b;
    font-family: 'Open Sans', sans-serif;
}

.post_list_1 li .post_meta .post_date time b {
    position: relative;
    display: block;
    font-weight: 300 !important;
    font-size: 30px;
    line-height: 22px;
    padding-top: 14px;
    color: #fff;
}

.post_list_1 li .cont {
    position: relative;
    overflow: hidden;
    text-align: left;
    padding-bottom: 7px;
}

.post_list_1 li .cont h5 {
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 5px 0 7px;
}

.post_list_1 li .cont h5 a {
    color: #48474d;
}

.post_list_1 li .cont h5 a:hover {
    color: #5eea0e;
}

.post_list_1 li .cont .excerpt {
    position: relative;
    font-weight: 300;
    margin-bottom: 36px;
}

.post_list_1+.post_list_1 li {
    border: none;
}

.block_5 {
    position: relative;
    margin-bottom: 108px;
}

.block_5 h3 {
    position: relative;
    top: 5px;
    margin-bottom: 24px;
}

.block_5 p {
    margin-bottom: 17px;
}

.block_6 {
    position: relative;
    margin-bottom: 102px;
}

.block_6 h3 {
    position: relative;
    top: 3px;
    margin-bottom: 19px;
}

.block_6 .btn-primary {
    margin-top: 11px;
}

.box_2 {
    position: relative;
    padding: 90px 0 31px;
}

.team {
    position: relative;
    padding: 9px 0 0;
}

.team .cont {
    position: relative;
    padding: 35px 0 0;
}

.team .cont h5 {
    position: relative;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.team .cont h5 a {
    color: #48474d;
}

.team .cont h5 a:hover {
    color: #5eea0e;
}

.block_7 {
    position: relative;
    padding: 89px 0 0;
}

.block_8 {
    position: relative;
    margin: 0 0 118px;
}

.block_8 .check-list {
    padding: 3px 0 0;
}

#comments {
    position: relative;
    border-top: 1px solid #ececec;
    padding: 101px 0 0;
    margin: 0 0 95px;
}

#comments .comment-list li {
    position: relative;
    text-align: left;
}

#comments .comment-list li .comment-body {
    background: #ececec;
    border: none;
}

#comments .comment-list li .comment-body .extra-wrap {
    position: relative;
    margin-bottom: 28px;
}

#comments .comment-list li .comment-body .author {
    color: #48474d;
    font: 300 15px/25px 'Open Sans', sans-serif;
    text-transform: uppercase;
}

#comments .comment-list li .comment-body .commentmetadata {
    font: 300 15px/25px 'Open Sans', sans-serif;
    padding: 18px 0 0;
    color: #5eea0e;
    text-transform: uppercase;
}

#comments .comment-list li .comment-body .reply {
    margin-left: 29px;
    margin-right: 60px;
}

#comments .comment-list li .comment-body .reply a {
    position: relative;
    font: 600 15px/20px 'Open Sans', sans-serif;
    padding: 20px 23px 20px 25px !important;
    border: none;
    background: #5eea0e;
    color: #fff;
    text-transform: uppercase;
    overflow: visible;
}

#comments .comment-list li .comment-body .reply a:before {
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    width: 60px;
    z-index: 1;
    font: 22px/63px FontAwesome;
    content: '\f054';
    text-align: center;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#comments .comment-list li .comment-body .reply a:hover {
    color: #fff;
    background: #48474d;
}

#comments .comment-list li .comment-body .reply a:hover:before {
    background: #5eea0e;
}

#respond {
    position: relative;
    border-top: 1px solid #ececec;
    padding: 89px 0 0;
}

#respond #commentform input[type="text"] {
    width: 340px;
}

#respond .field {
    margin-bottom: 11px !important;
}

#respond #commentform .btn-primary {
    height: auto;
}

#respond #commentform #nsu-checkbox {
    display: none;
}

#respond form {
    padding-top: 0;
    text-align: left;
}

#respond form .btn {
    margin-top: 10px;
}

#respond .comment_submit {
    position: relative;
    display: inline-block;
    color: #fff;
    margin-top: 16px;
}

#respond .comment_submit:before {
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    width: 60px;
    margin-left: -60px;
    z-index: 1;
    font: 22px/63px FontAwesome;
    content: '\f054';
    text-align: center;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    pointer-events: none;
}

#respond .comment_submit:hover:before {
    background: #5eea0e;
}

#respond .btn-primary {
    float: left;
    margin: 0 !important;
    padding-right: 83px !important;
}

#respond .btn-primary:hover {
    color: #fff !important;
    background: #48474d !important;
    text-decoration: none !important;
    border-color: #fff;
}

.main-holder input[type="text"],
.main-holder input[type="email"],
.main-holder textarea {
    border-color: #ececec;
    background: transparent;
    padding: 6px 14px 7px !important;
    height: auto !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #bab9b9;
    font-weight: 300 !important;
    min-height: 24px;
}

input:focus {
    outline: none;
}

.main-holder input {
    color: #bab9b9;
}

.wpcf7 .search-form_it,
#searchform .search-form_it {
    padding: 11px 10px !important;
}

.wpcf7 .btn-primary,
#searchform .btn-primary {
    background: #5eea0e !important;
    padding: 14px 21px !important;
    text-decoration: none !important;
}

.wpcf7 .btn-primary:hover,
#searchform .btn-primary:hover {
    color: #fff !important;
    background: #48474d !important;
    text-decoration: none !important;
}

.single-pager li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.social li {
    position: relative;
    margin-bottom: 6px;
}

.social li a {
    position: relative;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.social li a .social_ico img {
    display: none;
}

.social li a .social_ico:before {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #464646;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    float: left;
    font: 18px/35px FontAwesome;
    color: #fff;
    top: 2px;
    left: 0;
    content: "";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.social li a:hover {
    color: #5eea0e;
    opacity: 1;
    filter: alpha(opacity=100);
}

.social li a:hover .social_ico:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    color: #fff;
    background: #5eea0e;
}

.social li a.social_link__google .social_ico:before {
    content: "\f0d5";
}

.social li a.social_link__twitter .social_ico:before {
    content: "\f099";
}

.social li a.social_link__facebook .social_ico:before {
    content: "\f09a";
}

.social li a.social_link__feed .social_ico:before {
    content: "\f09e";
}

.social li a.social_link__flickr .social_ico:before {
    content: "\f16e";
}

.social li a.social_link__linkedin .social_ico:before {
    content: "\f0e1";
}

.social li a.social_link__instagram .social_ico:before {
    content: "\f16d";
}

.nsu-form {
    position: relative;
    display: inline-block;
    margin-bottom: 7px;
    font-family: !important;
}

.nsu-form label {
    display: none;
}

.nsu-form input[type="email"] {
    color: #48474d !important;
    font: 18px/18px !important;
    box-shadow: none;
}

.nsu-form input[type="email"]:focus {
    box-shadow: none;
}

.nsu-form input.nsu-field {
    position: relative;
    border: none !important;
    background: #fff !important;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #48474d !important;
    padding: 17px 15px 19px 29px !important;
    min-height: 23px;
    width: 335px;
    margin-right: 15px;
}

.nsu-form input.nsu-field .placeholder {
    color: #c8c8c8 !important;
}

.nsu-form input[type="text"] {
    border-color: #c8c8c8 !important;
    color: #c8c8c8;
}

.nsu-form input::-webkit-input-placeholder,
.nsu-form textarea::-webkit-input-placeholder {
    color: #c8c8c8 !important;
}

.nsu-form input:-moz-placeholder,
.nsu-form textarea:-moz-placeholder {
    color: #c8c8c8 !important;
}

.nsu-form .nsu-submit {
    font: normal 18px/18px 'Open Sans', sans-serif !important;
    color: #fff;
    border: none;
    background: #5eea0e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 21px 54px;
    height: auto;
    min-height: 60px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.nsu-form .nsu-submit:hover {
    color: #fff;
    background: #48474d;
}

.nsu-form .nsu-error {
    color: #fff;
    text-align: left;
    position: absolute;
    bottom: auto;
    right: auto;
    top: 65px;
    left: 0;
    font-size: 15px;
    background: #5eea0e;
    width: 379px;
    min-height: 30px;
    line-height: 20px;
    padding: 5px 0 5px 28px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nsu-form p {
    position: relative;
    display: inline-block;
    float: left;
}

.nsu-form p:textarea:focus,
.nsu-form p:input:focus {
    outline: none;
    box-shadow: none !important;
    text-shadow: none !important;
}

.nsu-form p:first-child {
    position: relative;
}

.ext_poz5 {
    position: relative;
    text-align: center;
}

.ext_poz5 h4 {
    display: none;
}

.ext_poz5 .textwidget {
    position: relative;
    font: normal 18px/18px 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 0 0 45px;
}

.ext_poz5 .textwidget:before {
    position: absolute;
    display: block;
    font: 30px/1em FontAwesome;
    color: #5eea0e;
    top: -69px;
    left: 50%;
    margin-left: -18px;
    z-index: 50;
}

.filter-wrapper {
    margin: 12px 0 30px;
    letter-spacing: 0;
    text-align: left;
    padding-bottom: 0;
}

.filter-wrapper .nav {
    overflow: visible;
    padding: 0 !important;
}

.filter-wrapper .pull-right {
    position: relative;
    display: block;
    float: none;
    text-align: right;
}

@media (max-width: 767px) {
    .filter-wrapper {
        margin: 10px 0;
    }
    .filter-wrapper .pull-right {
        float: left;
    }
    .filter-wrapper .pull-right strong {
        float: none;
        margin-bottom: 0;
        text-align: left;
        padding: 3px 0 1px;
    }
    .filter-wrapper .pull-right .nav {
        margin-bottom: 23px !important;
    }
    .filter-wrapper .pull-right .nav.nav-pills>li {
        margin-left: 0 !important;
        padding-bottom: 0;
        margin-bottom: 5px;
        float: none;
    }
    .filter-wrapper .pull-right .nav.nav-pills>li:after {
        display: none;
    }
    .filter-wrapper .pull-right .nav.nav-pills>li a:before {
        display: none;
    }
    .filter-wrapper .pull-right .nav.nav-pills>li a {
        text-align: left;
        padding: 3px 0 1px;
    }
    .filter-wrapper .pull-right #filters {
        display: block;
    }
}

.filter-wrapper>div>strong {
    position: relative;
    display: inline-block;
    float: none;
    font: 300 20px/24px 'Open Sans', sans-serif;
    color: #48474d;
    background: transparent;
    text-transform: uppercase;
    padding: 5px;
    margin: 0 60px 0 0;
    top: -10px;
}

@media (max-width: 978px) {
    .filter-wrapper>div>strong {
        margin: 0 16px 0 0;
    }
}

.filter-wrapper ul {
    position: relative;
    display: inline-block;
    float: none;
}

.filter-wrapper ul li {
    margin: 0 62px 0 0;
    position: relative;
}

@media (max-width: 978px) {
    .filter-wrapper ul li {
        margin: 0 16px 0 0;
    }
}

.filter-wrapper ul li a {
    position: relative;
    font: 300 20px/24px 'Open Sans', sans-serif;
    color: #48474d;
    background: transparent;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 5px;
}

.filter-wrapper ul li a:hover {
    color: #5eea0e;
    text-decoration: none;
    background: transparent;
}

.filter-wrapper ul li a:focus {
    background: transparent !important;
}

.filter-wrapper ul li.active {
    background: transparent;
}

.filter-wrapper ul li.active a {
    color: #5eea0e !important;
    text-decoration: none;
    background: transparent !important;
}

.filter-wrapper ul li.active a:hover {
    color: #5eea0e;
    text-decoration: none;
    background: transparent;
}

.filter-wrapper ul li.active a:before {
    width: 100%;
}

.filter-wrapper ul li:after {
    position: absolute;
    top: 20px;
    right: -18px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #48474d;
    content: "|";
    display: none;
}

.filter-wrapper ul li:last-child {
    margin-right: 0 !important;
}

.filter-wrapper ul li:last-child a {
    padding-right: 0 !important;
}

.filter-wrapper ul li:last-child:after {
    display: none;
}

.filterable-portfolio .portfolio_item_holder {
    position: relative;
}

.portfolio_item .portfolio_item_holder {
    padding-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.portfolio_item .portfolio_item_holder .thumbnail__portfolio {
    position: relative;
    margin-bottom: 0;
}

.portfolio_item .portfolio_item_holder .caption {
    padding: 11px 32px 31px;
    color: #bab9b9;
    text-align: left;
    margin-top: 0;
    background: #ececec;
}

.portfolio_item .portfolio_item_holder .caption h3 {
    margin-bottom: 0;
    font: normal 20px/24px 'Open Sans', sans-serif !important;
}

.portfolio_item .portfolio_item_holder .caption h3 a {
    color: #5eea0e;
}

.portfolio_item .portfolio_item_holder .caption h3 a:hover {
    color: #48474d;
}

.portfolio_item .portfolio_item_holder .btn-primary {
    z-index: 10;
}

.portfolio_item .portfolio_item_holder .excerpt {
    padding: 15px 0;
}

.pagination__posts {
    margin-top: 45px;
    margin-bottom: 60px;
}

.pagination__posts ul li a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #48474d;
}

.pagination__posts ul li a:hover {
    color: #5eea0e;
}

.pagination__posts ul li span {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.pagination__posts ul li.active span {
    color: #5eea0e;
}

.post_wrapper article .post-header {
    position: relative;
}

.post_wrapper article .post-header h2 {
    position: relative;
    margin-bottom: 41px !important;
}

.post_wrapper article .post-header h2 a {
    color: inherit;
    text-decoration: none;
}

.post_wrapper article .post-header h2 a:hover {
    color: #5eea0e;
    text-decoration: none;
}

.post_wrapper article .post-header h2 a:focus {
    text-decoration: none;
}

.post_wrapper article figure {
    margin-bottom: 22px !important;
}

.post__holder {
    position: relative;
}

.post__holder .featured-thumbnail.large {
    margin-bottom: 22px !important;
}

.post__holder h3 {
    margin-bottom: 15px !important;
}

.post__holder p {
    margin: 0 0 28px;
}

.meta_type_line {
    border-color: #ececec;
    padding: 7px 0 5px;
}

.post_meta_unite a {
    font: 300 15px/18px 'Open Sans', sans-serif;
    color: #48474d;
    text-transform: uppercase !important;
}

.post_meta_unite a:hover {
    color: #5eea0e;
    text-decoration: none;
}

.post_meta_unite i {
    color: #48474d;
}

.post_meta_unite .post_date {
    font: 300 15px/18px 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #5eea0e !important;
}

.portfolio-meta i {
    color: #48474d;
}

.post-author {
    position: relative;
    padding: 12px 31px 39px;
    background: #ececec;
    border: none;
    margin-bottom: 110px;
}

.post-author h3 {
    font: 300 15px/25px 'Open Sans', sans-serif;
    color: #5eea0e;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.post-author h3 a {
    color: #48474d;
    font-weight: normal;
}

.post-author h3 a:hover {
    color: #5eea0e;
}

.post-author .post-author_gravatar {
    margin-bottom: 30px;
    margin-right: 15px;
}

.post-author .post-author_gravatar img {
    border: none;
    padding: 0;
}

.post-author .post-author_desc {
    position: relative;
    margin-top: 0px;
    top: -5px;
}

.post-author .post-author_desc .post-author_link {
    position: relative;
    margin-top: 26px;
    text-transform: uppercase;
}

.post-author .post-author_desc .post-author_link p {
    font: 300 15px/25px 'Open Sans', sans-serif;
    color: #5eea0e;
    margin-bottom: 0;
}

.post-author .post-author_desc .post-author_link p a {
    color: #48474d;
    font-weight: normal !important;
}

.post-author .post-author_desc .post-author_link p a:hover {
    color: #5eea0e;
}

.related-posts h3,
.comment-holder h3,
#respond h3 {
    position: relative;
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    margin-bottom: 42px;
}

.related-posts h3 a,
.comment-holder h3 a,
#respond h3 a {
    color: inherit;
}

.related-posts h3 a:hover,
.comment-holder h3 a:hover,
#respond h3 a:hover {
    color: #5eea0e;
}

.related-posts {
    border-top: 1px solid #ececec;
    padding: 89px 0 0;
    margin: 0 0 82px;
}

.related-posts ul li {
    position: relative;
    text-align: left;
}

.related-posts ul li .thumbnail {
    margin: 0 0 22px !important;
    overflow: hidden;
}

.related-posts ul li a {
    font: normal 20px/25px 'Open Sans', sans-serif;
    color: #48474d;
    text-transform: uppercase;
}

.related-posts ul li a:hover {
    color: #5eea0e;
}

#sidebar {
    padding-top: 28px;
}

#sidebar .social {
    margin-left: 0;
}

#sidebar .social .social_li a:before {
    display: none;
}

#sidebar .social .social_li .social_ico:before {
    color: #fff;
}

#sidebar .social .social_li .social_label {
    position: relative;
    top: 4px;
}

#sidebar .social,
#sidebar .banners,
#sidebar .flickr_list,
#sidebar .imgs_wrapper {
    margin-left: 0 !important;
}

#sidebar .social li a:before,
#sidebar .banners li a:before,
#sidebar .flickr_list li a:before,
#sidebar .imgs_wrapper li a:before {
    display: none !important;
}

#sidebar .widget {
    border: none;
    padding: 0;
    margin-bottom: 103px !important;
}

#sidebar .widget+.widget {
    padding-top: 88px;
    border-top: 1px solid #ececec;
}

#sidebar .widget-flexslider .flex-viewport ul li a:before {
    display: none !important;
}

#sidebar .search-form {
    padding-top: 50px;
}

#sidebar .search-form #search-submit {
    padding: 12px 27px !important;
}

#sidebar h3 {
    position: relative;
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    margin-bottom: 36px;
    letter-spacing: -1px;
}

#sidebar h3 a {
    color: inherit;
}

#sidebar h3 a:hover {
    color: #5eea0e;
}

#sidebar #wp-calendar caption {
    color: #48474d;
}

#sidebar #wp-calendar thead tr th {
    color: #48474d;
}

#sidebar #wp-calendar tfoot tr td a {
    color: #48474d;
}

#sidebar #wp-calendar tfoot tr td a:hover {
    color: #5eea0e;
    text-decoration: none;
}

#sidebar ul {
    margin-left: 30px;
}

#sidebar ul.clearfix {
    margin-left: 0;
}

#sidebar ul li {
    list-style: none;
    margin-bottom: 11px !important;
    position: relative;
    font-weight: normal;
}

#sidebar ul li a {
    margin-left: 0;
    color: #48474d;
    font-size: 14px;
    text-transform: uppercase;
}

#sidebar ul li a:before {
    position: absolute;
    display: block;
    font: 16px/1em FontAwesome;
    top: 4px;
    left: -30px;
    content: "\f00c";
    color: #5eea0e;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#sidebar ul li a:hover {
    color: #5eea0e;
}

#sidebar ul li a:hover:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    color: #48474d;
}

#sidebar ul li:before {
    font-size: 0;
}

#sidebar ul li ul {
    margin-top: 10px;
}

#sidebar #recentcomments li a:before {
    display: none;
}

#sidebar .post-list {
    margin-left: 0 !important;
}

#sidebar .post-list li {
    position: relative;
    padding-top: 0;
    margin-bottom: -8px !important;
}

#sidebar .post-list li figure {
    margin: 6px 30px 21px 0;
}

#sidebar .post-list li figure a {
    padding-left: 0;
}

#sidebar .post-list li a {
    padding-left: 0;
}

#sidebar .post-list li a:before {
    display: none;
}

#sidebar .post-list li i {
    display: none;
}

#sidebar .post-list li time {
    font: 300 15px/18px 'Open Sans', sans-serif;
    color: #5eea0e;
    text-transform: uppercase;
}

#sidebar .post-list li h4 {
    margin: -2px 0 0;
}

#sidebar .post-list li h4 a {
    color: #48474d;
    font-size: 20px !important;
    line-height: 25px !important;
    font-weight: 300 !important;
    text-transform: uppercase;
}

#sidebar .post-list li h4 a:hover {
    color: #5eea0e;
    text-decoration: none;
}

#sidebar .post-list li .excerpt {
    margin: 15px 0 33px;
}

#sidebar .post-list li .btn-primary:before {
    background: #48474d;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    width: 60px;
    z-index: 1;
    font: 22px/63px FontAwesome;
    content: '\f054';
    text-align: center;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    color: #fff;
}

#sidebar .post-list li .btn-primary:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background: #5eea0e;
}

#sidebar #searchform .btn-primary {
    padding: 14px 22px !important;
}

#sidebar .comments-custom {
    margin-left: 0;
    padding-top: 0;
}

#sidebar .comments-custom li {
    margin-bottom: 3px !important;
    padding-bottom: 0;
}

#sidebar .comments-custom li figure {
    margin: 5px 37px 10px 0;
}

#sidebar .comments-custom li .comments-custom_txt {
    border-top: 0;
    margin-top: 12px;
    padding: 4px 0 0;
}

#sidebar .comments-custom li .comments-custom_txt a {
    padding-left: 0;
    color: #bab9b9;
    text-transform: none;
}

#sidebar .comments-custom li .comments-custom_txt a:hover {
    color: #5eea0e;
    text-decoration: none;
}

#sidebar .comments-custom li .comments-custom_txt .btn1 {
    position: relative;
    display: block;
    padding: 6px 0 0;
    border-top: 1px dotted #c6c3b2;
    margin: 11px 0 5px;
}

#sidebar .comments-custom li .meta_format {
    margin-top: 0;
}

#sidebar .comments-custom li .meta_format .icon-link {
    color: #48474d;
}

#sidebar .comments-custom li .meta_format .comments-custom_h_title a {
    color: #5eea0e;
}

#sidebar .comments-custom li .meta_format .comments-custom_h_title a:hover {
    color: #48474d;
}

#sidebar .comments-custom li .meta_format .comments-custom_h_author {
    font: 300 15px/18px 'Open Sans', sans-serif;
    color: #48474d;
    text-transform: uppercase;
    position: relative;
    display: block;
    margin-top: 1px;
    margin-bottom: 6px;
}

#sidebar .comments-custom li .meta_format time {
    position: relative;
    display: block;
    font: 300 15px/18px 'Open Sans', sans-serif;
    color: #5eea0e;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 6px;
}

#sidebar .comments-custom li:last-child {
    padding-bottom: 0;
}

#sidebar .comments-custom li:last-child .comments-custom_txt {
    border-bottom: none;
}

#sidebar .nsu-field {
    border: 1px solid #ececec !important;
}

.content_box {
    background: #ececec;
}

.content_box:before,
.content_box:after {
    background: #ececec;
}

.custom-list {
    position: relative;
}

.custom-list ul li {
    margin-bottom: 103px !important;
}

.custom-list ul li strong {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    font: 300 40px/70px 'Open Sans', sans-serif;
    color: #fff;
    float: left;
    background: #5eea0e;
    text-align: center;
    margin-right: 28px;
    margin-top: 10px;
}

.custom-list ul li strong:before {
    position: absolute;
    display: block;
    width: 8px;
    height: 100%;
    background: transparent;
    top: 0;
    right: -8px;
    pointer-events: none;
    content: "";
    display: none;
}

.custom-list ul li a {
    position: relative;
    display: inline-block;
    float: none;
    font: 300 20px/25px 'Open Sans', sans-serif;
    color: #48474d;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.custom-list ul li a:hover {
    color: #5eea0e;
}

.custom-list ul li em {
    position: relative;
    display: inherit;
    overflow: hidden;
    font-style: normal;
    font-weight: 100;
    margin-top: -20px;
}

.check-list {
    position: relative;
}

.check-list ul li {
    text-transform: uppercase;
    font-family: ;
    font-weight: 300;
    margin-bottom: 11px !important;
}

.check-list ul li a {
    color: #48474d;
    padding-left: 30px;
    letter-spacing: -1px;
}

.check-list ul li a:before {
    position: absolute;
    display: block;
    font: 16px/1em FontAwesome;
    top: 4px;
    left: -1px;
    content: "\f00c";
    color: #5eea0e;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.check-list ul li a:hover {
    color: #5eea0e;
}

.check-list ul li a:hover:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    left: 3px;
    color: #48474d;
}

.check-list ul li:before {
    display: none;
}

.footer {
    padding: 157px 0 78px;
    border: none;
    background: url('../images/footer_pic.jpg') 50% bottom no-repeat;
    background-size: cover;
}

.footer h4 {
    text-transform: uppercase;
    margin-bottom: 29px;
}

.footer .footer-widgets {
    position: relative;
}

.footer .title_nav {
    display: none;
}

.footer nav {
    padding: 0;
}

.footer nav.footer-nav {
    position: relative;
    display: inline-block;
    float: none;
}

.footer nav.footer-nav ul {
    position: relative;
    float: left !important;
    text-align: left;
}

.footer nav.footer-nav ul li {
    position: relative;
    float: left;
    padding: 0;
    margin: 0 5px 3px;
}

.footer nav.footer-nav ul li a {
    position: relative;
    text-transform: uppercase;
}

.footer nav.footer-nav ul li a:hover {
    color: #5eea0e;
    text-decoration: none;
}

.footer nav.footer-nav ul li.current-menu-item a {
    color: #5eea0e !important;
    text-decoration: none;
}

.footer .comp_name {
    position: relative;
    text-transform: uppercase;
}

.footer .comp_name a:first-child {
    color: #e8eef2;
}

.footer .comp_name a:first-child:hover {
    color: inherit;
}

.footer .copyr_info {
    position: relative;
    color: #9fa6ae;
}

.footer .copyr_info a {
    color: inherit;
}

.footer .copyr_info a:hover {
    color: #5eea0e;
}

.footer .menu {
    position: relative;
    margin: 0;
}

.footer .menu li {
    list-style: none;
    margin-top: -1px;
    margin-bottom: 3px;
}

.footer .menu li a {
    font-size: 14px;
    line-height: 18px;
    color: #bfbfbf;
}

.footer .menu li a:hover {
    color: #5eea0e;
}

.footer .social {
    position: relative;
    display: inline-block;
    padding: 12px 0 30px;
}

.footer .social li {
    margin: 0 4px;
}

.footer .block_02 {
    position: relative;
    border: none;
    text-align: center;
    padding: 6px 0 0;
}

.footer .block_02 .footer-text {
    position: relative;
    float: none;
    color: #e8eef2;
}

.footer .block_02 .footer-text:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 98px;
    background: url('../images/logo_footer.png') 50% 0 no-repeat;
    top: -180px;
    left: 0;
    content: "";
}

.btn-primary {
    position: relative;
    display: inline-block;
    overflow: visible;
    padding: 20px 23px 20px 25px !important;
    font: 600 15px/20px 'Open Sans', sans-serif;
    color: #fff !important;
    text-shadow: none;
    background: #5eea0e !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    height: auto !important;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 60px;
}

.btn-primary div {
    position: relative;
    display: block;
}

.btn-primary div span {
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-primary:before {
    background: #48474d;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    width: 60px;
    z-index: 1;
    font: 22px/63px FontAwesome;
    content: '\f054';
    text-align: center;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.btn-primary:after {
    background: #48474d;
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: '';
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #fff !important;
    background: transparent !important;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-primary:hover:after,
.btn-primary:active:after,
.btn-primary.active:after,
.btn-primary.disabled:after,
.btn-primary[disabled]:after {
    top: 0;
}

.btn-primary:hover:before,
.btn-primary:active:before,
.btn-primary.active:before,
.btn-primary.disabled:before,
.btn-primary[disabled]:before {
    background: #5eea0e;
}

.thumbnail a img {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: 0.45s;
    -moz-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
}

.thumbnail a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.zoom-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
    cursor: pointer;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 0.55s;
    -moz-transition: 0.55s;
    -o-transition: 0.55s;
    transition: 0.55s;
}

.zoom-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    margin-left: -22px;
    background: url(../images/zoom-icon.png) no-repeat 0 0;
    content: "";
    visibility: hidden;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.45s;
    -moz-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
}

.no-rgba .zoom-icon {
    visibility: hidden;
    display: none;
}

.zoom-icon:before {
    position: absolute;
    left: -50%;
    top: 48%;
    display: block;
    margin: 0;
    height: 0%;
    width: 200%;
    background: url(../images/hover_bg.png);
    content: "";
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.65s;
    -moz-transition: 0.65s;
    -o-transition: 0.65s;
    transition: 0.65s;
}

.featured-thumbnail a:hover .zoom-icon,
a.thumbnail:hover .zoom-icon,
.thumbnail__portfolio a:hover .zoom-icon {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.featured-thumbnail a:hover .zoom-icon:before,
a.thumbnail:hover .zoom-icon:before,
.thumbnail__portfolio a:hover .zoom-icon:before {
    left: -50%;
    top: -100%;
    height: 400%;
    width: 200%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.featured-thumbnail a:hover .zoom-icon:after,
a.thumbnail:hover .zoom-icon:after,
.thumbnail__portfolio a:hover .zoom-icon:after {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: 0.45;
    -moz-transition: 0.45;
    -o-transition: 0.45;
    transition: 0.45;
}

.no-rgba .image-wrap:hover .zoom-icon,
.featured-thumbnail a:hover .zoom-icon,
a.thumbnail:hover .zoom-icon,
.thumbnail__portfolio a:hover .zoom-icon {
    visibility: visible;
    border-radius: 0;
    overflow: hidden;
}

@media (min-width: 979px) and (max-width: 1200px) {
    .nav .sf-menu>li {
        width: 187px;
    }
    .nav .sf-menu>li:last-child {
        width: 188px;
    }
    .block_1 h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .block_1>p img {
        width: 33.3%;
    }
    .block_2 li .cont h5 {
        font-size: 33px;
        line-height: 33px;
    }
    .block_2 li .cont .post_metabox {
        font-size: 18px;
    }
    #sidebar .nsu-form p {
        position: relative;
        display: block;
        width: 83%;
    }
    #sidebar .nsu-form p input.nsu-field {
        width: 100%;
    }
    .related-posts ul li a {
        font-size: 14px !important;
        line-height: 16px !important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .header {
        padding: 30px 0 0;
    }
    .ex_h1 {
        margin-bottom: 10px;
    }
    .logo {
        width: auto;
    }
    .nav .sf-menu>li {
        width: 144px;
    }
    .nav .sf-menu>li:last-child {
        width: 144px;
    }
    .parallax-slider {
        height: 600px !important;
    }
    .parallax-slider #mainCaptionHolder .container .slider_caption h2 {
        font-size: 40px !important;
        line-height: 48px !important;
    }
    .parallax-slider .controlBtn {
        margin-top: -125px !important;
    }
    .parallax-slider .controlBtn .innerBtn.icon-angle-right {
        margin-right: 0;
    }
    .parallax-slider .controlBtn .innerBtn.icon-angle-left {
        margin-left: 0;
    }
    .block_1 h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .block_1>p img {
        width: 33.3%;
    }
    .block_2 li .cont h5 {
        font-size: 23px;
        line-height: 23px;
    }
    .block_2 li .cont .post_metabox {
        font-size: 15px;
    }
    .post_list_1 li .post_meta {
        float: none;
    }
    .block_5 img {
        width: 100%;
    }
    .block_7 .custom-list {
        position: relative;
    }
    .block_7 .custom-list ul li:before {
        display: none;
    }
    .block_7 .custom-list ul li strong {
        display: block;
        float: none;
        margin-bottom: 30px;
    }
    #sidebar .nsu-form p {
        position: relative;
        display: block;
        width: 79%;
    }
    #sidebar .nsu-form p input.nsu-field {
        width: 100%;
    }
    #sidebar h3 {
        font-size: 38px;
        word-wrap: break-word;
    }
    .google-map-api {
        height: 500px;
    }
    .related-posts ul li a {
        font-size: 12px !important;
        line-height: 16px !important;
    }
}

@media (max-width: 767px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .container .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .custom_poz {
        background: transparent;
    }
    .parallax-slider .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .parallax-slider .container>div .slider_caption {
        padding-left: 20px;
        padding-right: 20px;
    }
    .google-map-api {
        height: 400px;
    }
    .custom_poz .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .custom_poz .select-menu {
        height: 39px;
    }
    .nav {
        float: none;
        padding: 0 0 25px;
    }
    .nav .sf-menu {
        display: none;
    }
    .pseudoStickyBlock,
    .menu_bg {
        display: none !important;
    }
    .block_menu {
        float: none !important;
    }
    .header {
        padding: 15px 0 0;
    }
    .ex_h1 {
        margin-bottom: 10px;
    }
    .parallax-slider {
        height: 460px !important;
        top: -80px;
    }
    .parallax-slider #mainCaptionHolder .container .slider_caption {
        padding: 18px 0 17px !important;
    }
    .parallax-slider #mainCaptionHolder .container .slider_caption h2 {
        font-size: 30px !important;
        line-height: 38px !important;
    }
    .parallax-slider .controlBtn {
        margin-top: -85px !important;
    }
    .parallax-slider .controlBtn .innerBtn.icon-angle-right {
        margin-right: 0;
    }
    .parallax-slider .controlBtn .innerBtn.icon-angle-left {
        margin-left: 0;
    }
    .block_1 h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .block_1>p img {
        width: 100%;
    }
    .block_2 li .featured-thumbnail {
        float: none;
    }
    .related-posts ul li a {
        font-size: 12px !important;
        line-height: 16px !important;
    }
}

@media (max-width: 620px) {
    .block_6 img {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .parallax-slider {
        height: 360px !important;
    }
    .parallax-slider #mainCaptionHolder .container .slider_caption h2 {
        font-size: 22px !important;
        line-height: 30px !important;
        padding: 0 45px;
    }
    .block_5 img {
        width: 100%;
    }
    .nsu-form p {
        position: relative;
        display: block;
        width: 100%;
    }
    .nsu-form p input.nsu-field {
        width: 100%;
    }
    #sidebar .nsu-form p {
        position: relative;
        display: block;
        width: 79%;
    }
    #sidebar .nsu-form p input.nsu-field {
        width: 100%;
    }
    .error404-holder_num {
        font-size: 140px;
    }
}

@media (max-width: 400px) {
    .parallax-slider #mainCaptionHolder .container .slider_caption h2 {
        font-size: 18px !important;
        line-height: 22px !important;
    }
    .parallax-slider .controlBtn {
        margin-top: -70px !important;
    }
    .block_2 li .cont h5 {
        font-size: 23px;
        line-height: 23px;
    }
    .block_2 li .cont .post_metabox {
        font-size: 15px;
    }
    .logo .logo_tagline {
        font-size: 13px !important;
    }
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.parallax-slider {
    height: 926px;
}

.parallax-slider #mainCaptionHolder .container {
    top: 25%;
    width: 100%;
}

.parallax-slider #mainCaptionHolder .slider_caption {
    text-align: left;
}

.parallax-slider #mainCaptionHolder .slider_caption h1,
.parallax-slider #mainCaptionHolder .slider_caption h2 {
    font-size: 129px;
    line-height: 111px;
    font-weight: bold;
    color: #fff;
}

.parallax-slider #mainCaptionHolder .slider_caption h1 span,
.parallax-slider #mainCaptionHolder .slider_caption h2 span {
    color: #000;
}

.parallax-slider .controlBtn {
    width: 60px;
    height: 60px;
    margin-top: -30px;
}

.parallax-slider .controlBtn .innerBtn {
    font-size: 48px;
    line-height: 60px;
    color: #5eea0e;
    background: #fff;
}

.parallax-slider .controlBtn .slidesCounter {
    font-size: 16px;
    line-height: 60px;
    color: #bab9b9;
    background: #5eea0e;
}

.parallax-slider .controlBtn:hover .innerBtn {
    color: #bab9b9;
    background: #5eea0e;
}

.parallax-slider .parallaxPrevBtn,
.parallax-slider .parallaxNextBtn {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.parallax-slider .parallaxPrevBtn {
    left: -60px;
}

.parallax-slider .parallaxNextBtn {
    right: -60px;
}

.parallax-slider:hover .parallaxPrevBtn {
    left: 0;
}

.parallax-slider:hover .parallaxNextBtn {
    right: 0;
}

.parallax-slider #paralaxSliderPagination {
    bottom: 170px;
}

.parallax-slider #paralaxSliderPagination.buttons_pagination ul li {
    border-radius: 500px;
    margin: 0 8px;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    background: #fff;
}

.parallax-slider #paralaxSliderPagination.buttons_pagination ul li:hover,
.parallax-slider #paralaxSliderPagination.buttons_pagination ul li.active {
    border: 2px solid #000;
    background: #000;
}

.parallax-slider #paralaxSliderPagination.images_pagination ul li {
    margin: 3px;
    opacity: .5;
}

.parallax-slider #paralaxSliderPagination.images_pagination ul li:hover,
.parallax-slider #paralaxSliderPagination.images_pagination ul li.active {
    opacity: 1;
}

.parallax-slider #previewSpinner {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 25px;
    background: url(parallax-slider/img/spinner.GIF) 50% 50% #fff no-repeat;
}

.parallax-slider {
    overflow: hidden;
    position: relative;
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.parallax-slider .baseList {
    display: none;
}

.parallax-slider #mainImageHolder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.parallax-slider #mainImageHolder .primaryHolder,
.parallax-slider #mainImageHolder .secondaryHolder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.parallax-slider #mainImageHolder .primaryHolder .imgBlock,
.parallax-slider #mainImageHolder .secondaryHolder .imgBlock {
    max-width: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.parallax-slider #mainImageHolder .primaryHolder {
    z-index: 2;
}

.parallax-slider #mainImageHolder .secondaryHolder {
    z-index: 1;
}

.parallax-slider #mainCaptionHolder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.parallax-slider #mainCaptionHolder .container {
    position: relative;
}

.parallax-slider #mainCaptionHolder .primaryCaption,
.parallax-slider #mainCaptionHolder .secondaryCaption {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.parallax-slider .controlBtn {
    position: absolute;
    cursor: pointer;
    display: block;
    top: 50%;
    z-index: 2;
}

.parallax-slider .controlBtn .innerBtn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
}

.parallax-slider .controlBtn .slidesCounter {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    width: 60%;
    height: 100%;
}

.parallax-slider .controlBtn.parallaxPrevBtn .slidesCounter {
    left: 0%;
    text-align: left;
}

.parallax-slider .controlBtn.parallaxPrevBtn:hover .slidesCounter {
    left: 100%;
}

.parallax-slider .controlBtn.parallaxNextBtn .slidesCounter {
    right: 0%;
    text-align: right;
}

.parallax-slider .controlBtn.parallaxNextBtn:hover .slidesCounter {
    right: 100%;
}

.parallax-slider #paralaxSliderPagination {
    position: absolute;
    width: 100%;
    z-index: 2;
}

.parallax-slider #paralaxSliderPagination ul {
    list-style: none;
    margin: 0;
}

.parallax-slider #paralaxSliderPagination ul li {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    display: inline-block;
}

.parallax-slider #previewSpinner {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    z-index: 99;
}

.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}

.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder {
    opacity: 1;
    filter: alpha(opacity=100);
}

.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption {
    opacity: 1;
    filter: alpha(opacity=100);
}

.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption {
    opacity: 1;
    filter: alpha(opacity=100);
}

.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder {
    opacity: 1;
    filter: alpha(opacity=100);
}

.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState {
    opacity: 1;
    filter: alpha(opacity=100);
}

.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption {
    opacity: 1;
    filter: alpha(opacity=100);
}

.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.parallax-slider.slide-top-eff #mainImageHolder .primaryHolder {
    top: 0;
}

.parallax-slider.slide-top-eff #mainImageHolder .primaryHolder.animateState {
    top: -100%;
}

.parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState {
    top: 0;
}

.parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState.animateState {
    top: 100%;
}

.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption {
    opacity: 1;
    filter: alpha(opacity=100);
}

.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}