﻿body {
    padding: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}

    h1 small {
        font-size: inherit;
        color: inherit;
    }

h2 {
    margin: 0 0 41px;
}

h3 {
    font-weight: 300 !important;
    margin: 0 0 12px;
}

p {
    margin-bottom: 18px;
}

a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    a:hover, a:focus {
        text-decoration: none;
    }

.main-holder {
    overflow: hidden;
}

.header {
    padding: 0;
    border: none;
    background-color: #fff;
}

@media (max-width: 767px) {
    .header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.header .container {
    padding: 39px 0 0 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (min-width: 1200px) {
    .header .container {
        padding-top: 75px;
    }
}

@media (max-width: 767px) {
    .header .container {
        padding-top: 20px;
    }
}

.pseudoStickyBlock {
    max-height: 85px !important;
}

@media (max-width: 767px) {
    .pseudoStickyBlock {
        display: none !important;
    }
}

.logo {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (min-width: 768px) and (max-width: 979px) {
    .logo {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .logo {
        float: none !important;
        text-align: center;
        margin-bottom: 30px;
        padding-left: 0;
    }
}

.logo_h__txt {
    font-weight: 300 !important;
    text-transform: capitalize;
}

.logo_link {
    font-weight: 300 !important;
}

    .logo_link:hover, .logo_link:focus {
        color: #3e454c;
    }

.logo_tagline {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 300 !important;
    line-height: 20px;
    margin-bottom: 0;
}

.nav_wrapper {
    padding: 10px 0 42px;
    z-index: 3;
    -webkit-transition: padding-bottom 0.3s;
    -moz-transition: padding-bottom 0.3s;
    -o-transition: padding-bottom 0.3s;
    transition: padding-bottom 0.3s;
}

@media (min-width: 1200px) {
    .nav_wrapper {
        padding-bottom: 84px;
    }
}

@media (max-width: 767px) {
    .nav_wrapper {
        padding-bottom: 20px;
    }
}

.home .nav_wrapper {
    border-bottom: 20px solid #3e454c;
}

@media (max-width: 767px) {
    .home .nav_wrapper {
        border-bottom-width: 5px;
    }
}

body.author .nav_wrapper, body.error404 .nav_wrapper, body.single-team .nav_wrapper, body.single-testi .nav_wrapper {
    border-bottom: 20px solid #3e454c;
}

@media (max-width: 767px) {
    body.author .nav_wrapper, body.error404 .nav_wrapper, body.single-team .nav_wrapper, body.single-testi .nav_wrapper {
        border-bottom-width: 5px;
    }
}

.nav_wrapper:before, .nav_wrapper:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -150%;
    border-bottom-width: 5px;
    border-bottom-color: inherit;
    border-bottom-style: inherit;
}

@media (max-width: 767px) {
    .nav_wrapper:before, .nav_wrapper:after {
        width: 300%;
    }
}

.nav_wrapper.isStuck {
    background-color: #fff;
    border-bottom: 0px solid #3e454c;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .nav_wrapper.isStuck {
        position: relative !important;
        top: 0 !important;
        padding-bottom: 20px;
        border: none;
    }

    .home .nav_wrapper.isStuck {
    }
}

.nav_wrapper.isStuck:before {
    width: 300%;
    background-color: inherit;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

@media (max-width: 767px) {
    .nav_wrapper.isStuck:before {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

.nav_wrapper.isStuck .sf-menu {
    padding-top: 14px;
}

@media (min-width: 1200px) {
    .nav_wrapper.isStuck .sf-menu {
        padding-top: 25px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .nav_wrapper.isStuck .sf-menu {
        padding-top: 12px;
    }
}

.nav__primary {
    margin-bottom: 0;
}

body.author .nav_wrapper.isStuck, body.error404 .nav_wrapper.isStuck, body.single-team .nav_wrapper.isStuck, body.single-testi .nav_wrapper.isStuck {
    border-bottom: 5px solid #3e454c;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 50%;
    margin: 20px 0 0 -103.5px;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    top: -5px;
    left: auto;
    right: 227px;
    margin: 0;
}

.sf-menu {
    padding-top: 31px;
}

    .sf-menu > li {
        background-color: transparent;
        margin-left: 29px;
    }

@media (min-width: 1200px) {
    .sf-menu > li {
        margin-left: 40px;
    }
}

.sf-menu > li:first-child {
    margin-left: 0;
}

.sf-menu > li > a {
    padding: 0;
    border: none;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.sf-menu li ul {
    width: 207px;
    background-color: #3498db;
    padding: 23px 0;
}

    .sf-menu li ul:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7.5px 10px 7.5px;
        border-color: transparent transparent #3498db transparent;
        position: absolute;
        left: 50%;
        top: -10px;
        margin: 0 0 0 -7.5px;
    }

.sf-menu li li {
    background-color: transparent;
}

    .sf-menu li li a {
        padding: 2px 10px;
        margin: 0 8px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        border: none;
    }

    .sf-menu li li ul {
        background-color: #f5f6f6;
    }

        .sf-menu li li ul:before {
            border-width: 7.5px 0 7.5px 10px;
            border-color: transparent transparent transparent #f5f6f6;
            left: auto;
            right: -10px;
            top: 12px;
            margin: 0;
        }

    .sf-menu li li li a {
        color: #3e454c;
    }

.sf-menu > li > a:hover, .sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a, .sf-menu > li.current_page_item > a {
    color: #3498db;
    background-color: transparent;
}

.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a, .sf-menu li li.current_page_item > a {
    background-color: #f5f6f6;
    color: #3e454c;
}

.sf-menu li li li > a:hover, .sf-menu li li li.sfHover > a, .sf-menu li li li.current-menu-item > a, .sf-menu li li li.current_page_item > a {
    background-color: #3e454c;
    color: #f5f6f6;
}

.search-form_it {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.slider {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .slider {
        margin-bottom: 100px;
    }
}
@media (max-width: 1200px) {
    .sf-menu > li {
        margin-left: 21px;
    }
}
@media (max-width: 990px) {
   .sf-menu > li > a {
       font-size:12px;
   }
   .sf-menu > li{
       margin-left:21px;
   }
}

.content-holder {
    background-color: #fff;
    padding-bottom: 55px;
}

@media (max-width: 767px) {
    .content-holder {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.home .content-holder {
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .home .content-holder {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .home .content-holder .page {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#content {
    padding-top: 41px;
    padding-bottom:25px;
}


.title-section {
    padding: 20px 20px 23px 20px;
    background-color: #31353d;
    margin-top: 20px;
}

@media (min-width: 1200px) {
    .title-section {
        padding-left: 63px;
        padding-right: 63px;
    }
}

/*@media (min-width: 767px) {
    .title-section {
        margin-left: 15px;
        margin-right: 15px;
    }
}*/

.title-header {
    overflow: visible;
    margin: 0 0 3px;
    font-size: 34px;
    font-weight: 300 !important;
    line-height: 1em;
    color: #3498db;
}

.breadcrumb__t {
    padding: 0;
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    .breadcrumb__t li {
        text-shadow: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 300;
        text-transform: uppercase;
        color: #fff;
    }

        .breadcrumb__t li.active {
            color: #3498db;
        }

        .breadcrumb__t li.divider {
            margin: 0 21px;
            font: 0/0 a;
            color: transparent;
            text-shadow: none;
            background-color: transparent;
            border: 0;
        }

            .breadcrumb__t li.divider:after {
                content: '|';
                color: #fff;
                font: 300 16px/24px 'Open Sans', sans-serif;
            }

        .breadcrumb__t li a {
            color: inherit;
        }

            .breadcrumb__t li a:hover, .breadcrumb__t li a:focus {
                color: #3498db;
            }

.post__holder .post-header .post-title {
    font-size: 40px;
    line-height: 1em;
    margin: 0 0 20px;
}

@media (min-width: 1200px) {
    .post__holder .post-header .post-title {
        margin-bottom: 45px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .post__holder .post-header .post-title {
        font-size: 30px;
        line-height: 30px;
    }
}

.post__holder .featured-thumbnail.large {
    margin-bottom: 24px;
    margin-top: 0;
}

figure.featured-thumbnail {
    width: 100%;
}

.post__holder .btn-primary {
    font-size: 14px;
    padding: 9px 20px;
}

.post_meta {
    font-size: 14px;
    border-color: #ececec;
}

.post p {
    margin-bottom: 0px;
    margin-top: 10px;
}

    .post p i {
        padding-right: 5px;
    }

    .post .img-gallery{
        padding-top:10px;
    }

.post hr {
    margin-top: 20px;
    margin-bottom: 15px;
}

.post_meta i {
    color: #d8d8d8;
}

.share-buttons span, .share-buttons li {
    line-height: 18px;
}

.post-author {
    padding: 20px 45px 18px 20px;
    border: none;
    background-color: #fbfbfb;
}

.post-author_h {
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 1.2em;
    text-transform: none;
    margin: 0 0 15px 0;
}

    .post-author_h small {
        text-transform: capitalize;
        color: #3498db;
    }

    .post-author_h a {
        text-transform: capitalize;
        color: #3498db;
    }

        .post-author_h a:hover, .post-author_h a:focus {
            color: #3e454c;
        }

.post-author_link {
    font-size: 16px;
    color: #3e454c;
    margin-top: 1em;
}

    .post-author_link p {
        margin-bottom: 0;
    }

    .post-author_link a {
        text-transform: uppercase;
        color: #3498db;
    }

        .post-author_link a:hover, .post-author_link a:focus {
            color: #3e454c;
        }

.post-author_gravatar {
    margin: 0 17px 0 0;
}

    .post-author_gravatar img {
        padding: 0;
        border: none;
        background-color: transparent;
    }

.post-author .post-author_desc {
    overflow: visible;
    margin-top: 1em;
}

@media (min-width: 1200px) {
    .post-author .post-author_desc {
        overflow: hidden;
    }
}

.post-author .post-author_desc .post-author_link {
    font-size: 16px;
}

#recent-author-posts .post__holder {
    margin-bottom: 40px;
}

#recent-author-comments {
    padding-top: 50px;
}

    #recent-author-comments ul {
        margin-left: 0;
    }

        #recent-author-comments ul li {
            font-family: 'Open Sans', sans-serif;
            font-weight: 300;
            margin: 10px 0 0 0;
            list-style-type: none;
            text-transform: uppercase;
        }

            #recent-author-comments ul li:first-child {
                margin-top: 0;
            }

            #recent-author-comments ul li:before {
                content: '';
                width: 7px;
                height: 11px;
                margin-right: 10px;
                background-position: 0 0;
                background-repeat: no-repeat;
                background-image: url(/images/arrow.png);
                display: inline-block;
                vertical-align: top;
                position: relative;
                top: 6px;
            }

            #recent-author-comments ul li a {
                text-shadow: 0 0 0 #3e454c;
            }

                #recent-author-comments ul li a:hover, #recent-author-comments ul li a:focus {
                    text-shadow: 0 0 0 #3498db;
                }

.related-posts_h {
    font-size: 40px;
    font-weight: 400 !important;
    line-height: 1em;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .related-posts_h {
        margin-bottom: 45px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .related-posts_h {
        font-size: 30px;
        line-height: 30px;
    }
}

.related-posts_item {
    font-size: 14px;
}

    .related-posts_item h3 {
        margin: 0 0 10px;
    }

@media (min-width: 768px) and (max-width: 979px) {
    .related-posts_item h3 {
        font-size: 15px;
        line-height: 20px;
    }
}

.related-posts .featured-thumbnail {
    margin: 0 0 27px 0;
}

.pagination__posts ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .pagination__posts ul li a {
        margin: 0 2px 4px;
        border: none !important;
        background: none !important;
        text-transform: uppercase;
        text-shadow: 0 0 0 #3e454c;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
    }

        .pagination__posts ul li a:hover {
            color: #fff;
            text-shadow: 0 0 0 #fff;
            background: #3498db !important;
        }

    .pagination__posts ul .active a {
        color: #fff;
        text-shadow: 0 0 0 #fff;
        background: #3498db !important;
    }

.faq-list_body .marker {
    top: 2px;
}

.testimonial {
    border: none;
    background-color: #fbfbfb;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.testimonial_bq p {
    font-size: 14px;
    line-height: 24px;
}

.testimonial small {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    padding: 12px 0 0;
    font-size: 11.9px;
}

.filter-wrapper .pull-right {
    float: left !important;
}

.filter-wrapper strong {
    display: none;
}

.nav-pills {
    margin-bottom: 31px;
}

@media (min-width: 1200px) {
    .nav-pills {
        margin-bottom: 61px;
    }
}

.nav-pills li a {
    padding: 0;
    margin: 0 45px 0 0;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    line-height: 24px;
    background: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

@media (max-width: 480px) {
    .nav-pills li a {
        padding: 0;
    }
}

.nav-pills li a:hover {
    color: #3498db;
}

.nav-pills li.active a {
    color: #3498db !important;
}

.filterable-portfolio .caption__portfolio {
    padding: 24px 0 0 0;
}

.filterable-portfolio h3 {
    margin: 0 0 7px 0;
}

.filterable-portfolio .excerpt {
    margin-bottom: 25px;
}

.filterable-portfolio .btn-primary {
    font-size: 14px;
    padding: 9px 20px;
}

.zoom-icon {
    background: rgba(80,79,86,0.5);
}

    .zoom-icon:before {
        margin: -13px 0 0 -13px;
        width: 26px;
        height: 26px;
        background: url(/images/magnify-alt.png) 50% 50% no-repeat;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

.post .zoom-icon {
    margin-left: 15px;
    right: 15px;
}


a:hover .zoom-icon:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.single-portfolio .featured-thumbnail {
    margin-top: 0;
}

.single-pager {
    border-color: #ececec;
}

    .single-pager a {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        border: none !important;
        background: #3e454c !important;
        color: #fff;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
    }

        .single-pager a:hover, .single-pager a:focus {
            background: #3498db !important;
        }

.page-header {
    border: none;
    padding: 0;
    margin: 0;
}

    .page-header h1 {
        font-size: 40px;
        line-height: 1em;
        margin: 0 0 20px;
    }

@media (min-width: 1200px) {
    .page-header h1 {
        margin-bottom: 45px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .page-header h1 {
        font-size: 30px;
        line-height: 30px;
    }
}

.portfolio-meta {
    border-color: #ececec;
}

.portfolio-meta-list {
    border-color: #ececec;
}

.portfolio-meta i {
    color: #d8d8d8;
}

.comments-h {
    font-size: 40px;
    font-weight: 400 !important;
    line-height: 1em;
    margin: 0;
}

@media (min-width: 768px) and (max-width: 979px) {
    .comments-h {
        font-size: 30px;
        line-height: 30px;
    }
}

.comment .comment-body {
    margin-bottom: 10px;
    padding: 21px 35px 32px 20px;
    border: none;
    background: #fbfbfb;
}

    .comment .comment-body:hover .comment-meta, .comment .comment-body:hover .comment-author .author, .comment .comment-body:hover .comment-reply-link {
        color: #3498db;
    }

@media (max-width: 767px) {
    .comment .comment-body .extra-wrap {
        overflow: visible;
        *zoom: 1;
    }

        .comment .comment-body .extra-wrap:before, .comment .comment-body .extra-wrap:after {
            display: table;
            content: "";
            line-height: 0;
        }

        .comment .comment-body .extra-wrap:after {
            clear: both;
        }
}

.comment .comment-body p {
    margin-bottom: 24px;
}

.comment.bypostauthor .comment-body {
    background: #fbfbfb;
}

.comment-author {
    margin: 5px 17px 0 0;
}

    .comment-author .author {
        padding-top: 13px;
        font-size: 15px;
        font-weight: normal;
        text-transform: uppercase;
        color: #3e454c;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.comment-meta {
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #3e454c;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.reply {
    margin-left: 27px;
    font-size: 15px;
}

    .reply .comment-reply-link {
        background: none;
        color: #3e454c;
        padding: 0;
        text-transform: uppercase;
    }

        .reply .comment-reply-link:hover, .reply .comment-reply-link:focus {
            color: #3e454c !important;
        }

#respond h3 {
    font-size: 40px;
    font-weight: 400 !important;
    line-height: 40px;
    margin-bottom: 25px;
}

@media (min-width: 1200px) {
    #respond h3 {
        margin-bottom: 45px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #respond h3 {
        font-size: 30px;
        line-height: 30px;
    }
}

#respond form .btn {
    margin-top: 0;
    float: left;
}

.comment-list ul.children {
    margin-left: 50px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .comment-list ul.children {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .comment-list ul.children {
        margin: 0;
    }
}

#commentform p {
    *zoom: 1;
}

    #commentform p:before, #commentform p:after {
        display: table;
        content: "";
        line-height: 0;
    }

    #commentform p:after {
        clear: both;
    }

    #commentform p.field {
        margin-bottom: 10px;
    }

#commentform input[type="text"] {
    width: 336px;
    padding: 7px 16px;
    color: #bbbaba;
}

#commentform textarea {
    padding: 7px 16px;
    color: #bbbaba;
    margin-bottom: 12px;
    min-height: 200px;
    height: 200px;
}

#commentform #nsu-checkbox {
    float: right;
    position: relative;
    top: -54px;
}

@media (max-width: 480px) {
    #commentform #nsu-checkbox {
        top: 0;
        float: none;
        padding-top: 10px;
    }
}

#commentform #nsu-checkbox input[type="checkbox"] {
    margin-top: -2px;
}

@media (max-width: 767px) {
    #commentform input[type="text"] {
        height: 40px;
    }
}

#sidebar {
    padding-top: 41px;
}

#sidebar .widget {
    margin-bottom: 33px;
}

@media (min-width: 1200px) {
    #sidebar .widget {
        margin-bottom: 67px;
    }
}

#sidebar .widget-title {
    font-size: 40px;
    font-weight: 400 !important;
    line-height: 1em;
    margin: 0 0 39px;
}

@media (min-width: 768px) and (max-width: 979px) {
    #sidebar .widget-title {
        font-size: 30px;
        line-height: 30px;
    }
}

#sidebar .widget ul {
    margin: 0;
}

    #sidebar .widget ul li {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        margin: 16px 0 0 0;
        list-style-type: none;
        text-transform: uppercase;
    }

        #sidebar .widget ul li:first-child {
            margin-top: 0;
        }

        #sidebar .widget ul li:before {
            content: '';
            width: 7px;
            height: 11px;
            margin-right: 20px;
            background-position: 0 0;
            background-repeat: no-repeat;
            background-image: url(/images/arrow.png);
            display: inline-block;
            vertical-align: top;
            position: relative;
            top: 6px;
        }

        #sidebar .widget ul li a {
            position: relative;
            text-shadow: 0 0 0 #3e454c;
        }

            #sidebar .widget ul li a:before, #sidebar .widget ul li a:after {
                content: '';
                position: absolute;
                top: 4px;
                left: -27px;
                width: 7px;
                height: 11px;
                background-position: 0 0;
                background-repeat: no-repeat;
                background-image: url(/images/arrow.png);
                opacity: 0;
                filter: alpha(opacity=0);
            }

            #sidebar .widget ul li a:before {
                -webkit-transition: 0.2s;
                -moz-transition: 0.2s;
                -o-transition: 0.2s;
                transition: 0.2s;
            }

            #sidebar .widget ul li a:after {
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

            #sidebar .widget ul li a:hover, #sidebar .widget ul li a:focus {
                text-shadow: 0 0 0 #3498db;
            }

                #sidebar .widget ul li a:hover:before, #sidebar .widget ul li a:focus:before {
                    -webkit-transform: translate(7px,0);
                    -moz-transform: translate(7px,0);
                    -ms-transform: translate(7px,0);
                    -o-transform: translate(7px,0);
                    transform: translate(7px,0);
                    opacity: 0.65;
                    filter: alpha(opacity=65);
                }

.ie8 #sidebar .widget ul li a:hover:before, .ie8 #sidebar .widget ul li a:focus:before {
    left: -20px;
}

#sidebar .widget ul li a:hover:after, #sidebar .widget ul li a:focus:after {
    -webkit-transform: translate(14px,0);
    -moz-transform: translate(14px,0);
    -ms-transform: translate(14px,0);
    -o-transform: translate(14px,0);
    transform: translate(14px,0);
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.ie8 #sidebar .widget ul li a:hover:after, .ie8 #sidebar .widget ul li a:focus:after {
    left: -13px;
}

#sidebar .widget ul ul {
    margin: 16px 0 0 27px;
}

#wp-calendar td#today {
    font-weight: bold;
    color: #3e454c;
}

#wp-calendar caption {
    color: #3e454c;
}

#wp-calendar thead th {
    color: #3e454c;
}

.comments-custom li {
    margin: 0 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    text-transform: none !important;
}

    .comments-custom li:before {
        display: none !important;
    }

    .comments-custom li a:before, .comments-custom li a:after {
        display: none;
    }

.comments-custom_txt {
    padding: 7px 0 0 0;
    border-top: 1px solid #ddd;
    margin-top: 7px;
}

    .comments-custom_txt a:hover {
        text-decoration: none;
    }

.comments-custom .ladle {
    position: relative;
    top: -2px;
}

.flickr_li {
    margin-top: 0 !important;
}

    .flickr_li:before {
        display: none !important;
    }

    .flickr_li .thumbnail:before, .flickr_li .thumbnail:after {
        display: none;
    }

    .flickr_li .thumbnail:hover, .flickr_li .thumbnail:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.post-list li {
    font-family: Arial, Helvetica, sans-serif !important;
    text-transform: none !important;
}

    .post-list li:before {
        display: none !important;
    }

    .post-list li a:before, .post-list li a:after {
        display: none;
    }

.banners {
    margin-bottom: 33px;
}

@media (min-width: 1200px) {
    .banners {
        margin-bottom: 67px;
    }
}

.social_li {
    margin-top: 0 !important;
}

    .social_li:before {
        display: none !important;
    }

    .social_li a:before, .social_li a:after {
        display: none;
    }

.social_link:hover {
    filter: none !important;
    opacity: 1;
    filter: alpha(opacity=100);
}

    .social_link:hover .social_ico {
        color: #3e454c;
    }

.social_ico {
    font-size: 22px;
    color: #2185c5;
    min-width: 28px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.social_label {
    padding-top: 3px;
}

.social__row li {
    margin: 0 5px 0 0 !important;
}

    .social__row li .social_ico {
        min-width: 0px;
    }

.social__list li {
    margin: 7px 0 0 0 !important;
}

    .social__list li:first-child {
        margin-top: 0 !important;
    }

#sidebar .social__list li .social_ico {
    padding-top: 3px;
}

.recent-posts_li {
    margin-bottom: 24px;
}

    .recent-posts_li .featured-thumbnail {
        margin: 5px 20px 10px 0;
    }

@media (min-width: 1200px) {
    .recent-posts_li .featured-thumbnail {
        margin-right: 30px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .recent-posts_li .featured-thumbnail {
        max-width: 120px;
    }
}

@media (max-width: 767px) {
    .recent-posts_li .featured-thumbnail {
        max-width: 120px;
    }
}

@media (max-width: 320px) {
    .recent-posts_li .featured-thumbnail {
        max-width: none;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-right: 0;
    }
}

.recent-posts_li h5 {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
}

.posts-grid li {
    padding-top: 8px;
}

@media (min-width: 481px) and (max-width: 767px) {
    .posts-grid li {
        *zoom: 1;
    }

        .posts-grid li:before, .posts-grid li:after {
            display: table;
            content: "";
            line-height: 0;
        }

        .posts-grid li:after {
            clear: both;
        }
}

.posts-grid li .featured-thumbnail {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .posts-grid li .featured-thumbnail {
        margin-bottom: 33px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .posts-grid li .featured-thumbnail {
        margin-right: 20px;
    }
}

.ie8 .posts-grid li .featured-thumbnail img {
    max-width: none;
}

.posts-grid li .featured-thumbnail .post_meta {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (min-width: 481px) and (max-width: 767px) {
    .posts-grid .clear {
        clear: none;
    }
}

.posts-grid .post_meta {
    border: none;
    padding: 12px 0 18px;
    margin: 0;
    background-color: #3498db;
    text-align: center;
    width: 70px;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: -1px;
    color: #fff;
}

@media (min-width: 768px) and (max-width: 979px) {
    .posts-grid .post_meta {
        font-size: 30px;
        width: 50px;
        padding: 10px 0 12px;
    }
}

.posts-grid .post_meta small {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1em;
    letter-spacing: 0;
    display: block;
    margin-top: 7px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

@media (min-width: 768px) and (max-width: 979px) {
    .posts-grid .post_meta small {
        font-size: 13px;
    }
}

.posts-grid .post_meta span[class^="post_"] {
    margin-right: 0;
}

.posts-grid h5 {
    font-size: 20px;
    line-height: 1em;
    margin: 0 0 15px;
}

    .posts-grid h5 small {
        display: block;
        font-size: 15px;
        line-height: 1em;
        color: #3498db;
        margin-top: 4px;
    }

    .posts-grid h5 a {
        color: #3a3f4d;
    }

        .posts-grid h5 a:hover, .posts-grid h5 a:focus {
            color: #3498db;
        }

.hero-unit {
    padding: 0;
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    .hero-unit h1 {
        margin: 0 0 20px;
        font-size: 30px;
        font-weight: 300;
        line-height: 30px;
        color: #3e454c;
    }

@media (min-width: 1200px) {
    .hero-unit h1 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 32px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .hero-unit h1 {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .hero-unit h1 {
        font-size: 25px;
        line-height: 30px;
    }
}

.hero-unit h1 strong {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    display: block;
    margin-bottom: 2px;
}

@media (min-width: 1200px) {
    .hero-unit h1 strong {
        font-size: 70px;
        line-height: 70px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .hero-unit h1 strong {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .hero-unit h1 strong {
        font-size: 40px;
        line-height: 40px;
    }
}

.hero-unit p {
    font-size: 14px;
    line-height: 23px;
}

.service-box {
    padding: 0;
    margin-bottom: 50px;
    background-color: transparent;
    border: none;
    text-align: center;
    overflow: visible;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 1200px) {
    .service-box {
        margin-bottom: 101px;
    }
}

.service-box .icon {
    float: none;
    margin: 0 auto 30px;
    width: 157px;
    height: 157px;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (min-width: 1200px) {
    .service-box .icon {
        margin-bottom: 65px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .service-box .icon {
        width: 135px;
        height: 135px;
    }
}

.service-box .icon:before, .service-box .icon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.service-box .icon:before {
    background-color: #3e454c;
}

.service-box .icon:after {
    border: 3px solid transparent;
}


.service-box .icon i {
    font-size: 60px;
    line-height: 157px;
    color: #fff;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

@media (min-width: 768px) and (max-width: 979px) {
    .service-box .icon i {
        font-size: 50px;
        line-height: 135px;
    }
}

.service-box h2 {
    font-size: 30px;
    line-height: 35px;
    overflow: visible;
    margin: 0 0 14px;
    color: #3498db;
}

@media (min-width: 1200px) {
    .service-box h2 {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .service-box h2 {
        font-size: 25px;
        line-height: 30px;
    }
}

.service-box h5 {
    font-size: 20px;
    line-height: 25px;
    overflow: visible;
    margin: 0 0 15px;
}

@media (min-width: 1200px) {
    .service-box h5 {
        padding: 0 25px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .service-box h5 {
        font-size: 15px;
        line-height: 20px;
    }
}

.service-box_txt {
    margin-bottom: 25px;
}

@media (min-width: 1200px) {
    .service-box_txt {
        margin-bottom: 43px;
    }
}

.service-box .btn-align {
    text-align: inherit;
}

    .service-box .btn-align .btn {
        background: #3e454c !important;
        border-color: #3e454c;
    }

        .service-box .btn-align .btn:hover, .service-box .btn-align .btn:focus {
            background: none !important;
            border-color: #3498db;
            color: #3498db;
        }

.service-box:hover .icon:before {
    background-color: #3498db;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.service-box:hover .icon:after {
    border-color: #3498db;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.footer {
    padding: 40px 0;
    border: none;
    color: #a1abb6;
    background-color: #f5f6f6;
}

@media (min-width: 1200px) {
    .footer {
        padding: 57px 0 68px 0;
    }
}

@media (max-width: 767px) {
    .footer {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
}

.footer-widgets {
    padding-bottom: 30px;
}

@media (min-width: 1200px) {
    .footer-widgets {
        padding-bottom: 106px;
    }
}

.footer-widgets .widget {
    margin: 0;
}

.footer-widgets .widget-title {
    font-size: 20px;
    line-height: 25px;
    color: #2185c5;
    margin: 0 0 29px 0;
}

@media (max-width: 767px) {
    .footer-widgets .widget-title {
        margin: 20px 0 15px;
    }
}

.footer-widgets .widget ul {
    margin-left: 0;
}

@media (max-width: 767px) {
    .footer-widgets .widget ul {
        margin: 0;
    }
}

.footer-widgets .widget ul li {
    list-style-type: none;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 4px;
}

    .footer-widgets .widget ul li:first-child {
        margin-top: 0;
    }

    .footer-widgets .widget ul li a {
        color: #a1abb6;
    }

        .footer-widgets .widget ul li a:hover, .footer-widgets .widget ul li a:focus {
            color: #3e454c;
        }

    .footer-widgets .widget ul li.current-menu-item a, .footer-widgets .widget ul li.current_page_item a {
        color: #3e454c;
    }

.footer-widgets .widget address {
    text-transform: uppercase;
    line-height: 17px;
}

    .footer-widgets .widget address span {
        display: block;
        position: relative;
        margin: 21px 0 0 0;
    }

@media (min-width: 1200px) {
    .footer-widgets .widget address span {
        padding-left: 39px;
    }
}

.footer-widgets .widget address span:first-child {
    margin-top: 0;
}

.footer-widgets .widget address span:before {
    font-family: FontAwesome;
    font-size: 22px;
    color: #2185c5;
    display: block;
    margin-bottom: 5px;
}

@media (min-width: 1200px) {
    .footer-widgets .widget address span:before {
        position: absolute;
        left: 0;
        top: 0;
        margin-bottom: 0;
    }
}

.footer-widgets .widget address span.locality:before {
    content: '\f015';
}

.footer-widgets .widget address span.phone:before {
    content: '\f098';
}

nav.footer-nav {
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 979px) {
    nav.footer-nav {
        float: right;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    nav.footer-nav ul {
        float: right;
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    nav.footer-nav ul li {
        float: left;
        padding: 0 0 0 15px;
    }
}

@media (max-width: 767px) {
    nav.footer-nav ul li {
        padding: 0 3px;
    }
}

nav.footer-nav ul li a {
    font-weight: 300 !important;
}

    nav.footer-nav ul li a:hover, nav.footer-nav ul li a:focus {
        color: #3e454c;
    }

nav.footer-nav ul li.current-menu-item a {
    color: #3e454c;
    text-decoration: none;
}

.copyright {
    padding: 0;
}

.footer-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
}

    .footer-text a {
        color: inherit;
    }

        .footer-text a:hover, .footer-text a:focus {
            color: #3e454c;
        }

        .footer-text a.site-name {
            font-weight: 600 !important;
            text-transform: uppercase;
            color: #2185c5;
        }

            .footer-text a.site-name:hover, .footer-text a.site-name:focus {
                color: #3e454c;
            }

@media (min-width: 1200px) {
    .spacer {
        height: 60px;
    }
}

.dropcap {
    margin: 0 10px 10px 0;
    width: 56px;
    height: 56px;
    background: #3498db;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 56px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .dropcap {
        float: none;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .dropcap {
        float: none;
        margin-right: 0;
    }
}

.alignnone {
    margin-bottom: 7px;
}

.home .alignnone {
    margin-bottom: 10px;
}

.flexslider ul li {
    text-transform: none !important;
}

    .flexslider ul li:before {
        display: none !important;
    }

    .flexslider ul li a:before, .flexslider ul li a:after {
        display: none;
    }

    .flexslider ul li h5 a:hover, .flexslider ul li h5 a:focus {
        color: #3498db;
    }

.flex-control-paging li a {
    background-color: #bababa;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
        background-color: #3498db;
    }

.flex-direction-nav a {
    position: absolute !important;
}

    .flex-direction-nav a:before {
        width: auto !important;
        position: static !important;
        display: block !important;
        background: none !important;
        left: auto !important;
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
        -webkit-transform: translate(0,0) !important;
        -moz-transform: translate(0,0) !important;
        -ms-transform: translate(0,0) !important;
        -o-transform: translate(0,0) !important;
        transform: translate(0,0) !important;
    }

.flexslider:hover .flex-prev {
    opacity: 0.7 !important;
    filter: alpha(opacity=70) !important;
}

.flexslider:hover .flex-next {
    opacity: 0.7 !important;
    filter: alpha(opacity=70) !important;
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
    }

.flex-direction-nav a:before {
    content: '\f001' !important;
}

.flex-direction-nav a.flex-next:before {
    content: '\f002' !important;
}

input[type="submit"], input[type="reset"] {
    padding: 0 20px;
    height: 50px;
    color: #fff;
    border: 3px solid #3498db !important;
    background-color: #3498db !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
        color: #3498db;
        background-color: transparent;
        outline: none;
    }

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    padding: 7px 16px;
    border-color: #3498db;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #ccc;
}

    select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
        border-color: #3498db;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: #fff;
        border: 1px solid #ccc;
    }

textarea {
    border-color: #e1e0e0 !important;
}

    textarea:focus {
        border-color: #3498db !important;
    }

.contact-form p.field input {
    padding: 7px 16px;
    height: 40px;
    line-height: 22px;
}

.contact-form textarea {
    padding: 7px 16px;
    line-height: 24px;
}

.contact-form .ajax-loader {
    margin-top: 14px;
}

.contact-not-valid-tip {
    padding: 7px 0 7px 12px !important;
}

@media (min-width: 1200px) {
    .contact-not-valid-tip {
        padding-left: 16px !important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .contact-not-valid-tip {
        padding-left: 6px !important;
    }
}

.nsu-form {
    margin-bottom: 0;
    padding: 20px 0 20px 15px;
    *zoom: 1;
}

    .nsu-form:before, .nsu-form:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .nsu-form:after {
        clear: both;
    }

@media (min-width: 1200px) {
    .nsu-form {
        padding: 40px 0 44px 114px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .nsu-form {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .nsu-form {
        padding-left: 0;
    }
}

.nsu-form p {
    margin: 0;
    float: left;
}

@media (max-width: 767px) {
    .nsu-form p {
        float: none;
        display: block;
    }
}

.nsu-form label {
    float: left;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 42px;
    color: #1c1d21;
    margin: 0 20px 0 0;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

@media (min-width: 1200px) {
    .nsu-form label {
        margin-right: 47px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .nsu-form label {
        font-size: 15px;
        margin-right: 16px;
    }
}

@media (max-width: 767px) {
    .nsu-form label {
        margin-right: 0;
        line-height: 1.2em;
        float: none;
        display: inline;
        vertical-align: top;
    }
}

.nsu-form label:hover {
    color: #3498db;
}

.nsu-form label:before {
    content: '\f003';
    font-size: 30px;
    font-family: FontAwesome;
    color: #2185c5;
    padding: 0 19px 0 0;
    position: relative;
    top: 2px;
}

@media (max-width: 767px) {
    .nsu-form label:before {
        top: 0;
        display: block;
        padding-right: 0;
        margin-bottom: 8px;
    }
}

.nsu-form input[type="email"], .nsu-form input[type="text"] {
    width: 378px;
    height: 50px;
    padding: 13px 22px;
    margin: 0 20px 0 0;
    border-color: transparent;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #3e454c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .nsu-form input[type="email"]::-moz-placeholder, .nsu-form input[type="text"]::-moz-placeholder {
        color: #3e454c;
        opacity: .5;
        text-transform: uppercase;
    }

    .nsu-form input[type="email"]::-ms-input-placeholder, .nsu-form input[type="text"]::-ms-input-placeholder {
        color: #3e454c;
        text-transform: uppercase;
    }

    .nsu-form input[type="email"]::-webkit-input-placeholder, .nsu-form input[type="text"]::-webkit-input-placeholder {
        color: #3e454c;
        opacity: .5;
        text-transform: uppercase;
    }

    .nsu-form input[type="email"]:-moz-placeholder, .nsu-form input[type="text"]:-moz-placeholder {
        color: #3e454c;
    }

    .nsu-form input[type="email"]:-ms-input-placeholder, .nsu-form input[type="text"]:-ms-input-placeholder {
        color: #3e454c;
    }

    .nsu-form input[type="email"]::-webkit-input-placeholder, .nsu-form input[type="text"]::-webkit-input-placeholder {
        color: #3e454c;
    }

@media (min-width: 1200px) {
    .nsu-form input[type="email"], .nsu-form input[type="text"] {
        width: 381px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .nsu-form input[type="email"], .nsu-form input[type="text"] {
        width: 280px;
    }
}

@media (max-width: 767px) {
    .nsu-form input[type="email"], .nsu-form input[type="text"] {
        width: 100%;
        margin: 10px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.nsu-form input[type="email"]:focus, .nsu-form input[type="text"]:focus {
    border-color: #3498db !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.nsu-form input[type="submit"] {
    padding: 0 39px;
    height: 50px;
    border-color: #2185c5 !important;
    background-color: #2185c5 !important;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 979px) {
    .nsu-form input[type="submit"] {
        padding: 0 30px;
    }
}

.nsu-form input[type="submit"]:hover, .nsu-form input[type="submit"]:focus {
    color: #2185c5;
    background-color: transparent !important;
}

.nsu-form .nsu-error {
    color: red;
    text-align: left;
    position: absolute;
    bottom: 20px;
    right: 177px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    background-color: #fff;
    width: 378px;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 1200px) {
    .nsu-form .nsu-error {
        right: 276px;
        width: 381px;
        bottom: 44px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .nsu-form .nsu-error {
        width: 280px;
        bottom: 20px;
        right: 153px;
        font-size: 13px;
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .nsu-form .nsu-error {
        width: 100%;
        right: auto;
        left: 0;
        bottom: 10px;
        padding-left: 15px;
        font-size: 13px;
    }
}

.list.styled > ul li {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

    .list.styled > ul li:before {
        color: #3498db;
    }

    .list.styled > ul li a {
        text-shadow: 0 0 0 #3e454c;
    }

        .list.styled > ul li a:hover, .list.styled > ul li a:focus {
            text-shadow: 0 0 0 #3498db;
        }

@media (min-width: 1200px) {
    .home .list.styled.arrow-list {
        padding-top: 27px;
    }
}

.list.styled.arrow-list > ul {
    margin-left: 0;
}

    .list.styled.arrow-list > ul li {
        margin: 16px 0 0 0;
    }

        .list.styled.arrow-list > ul li:first-child {
            margin-top: 0;
        }

        .list.styled.arrow-list > ul li:before {
            content: '';
            width: 7px;
            height: 11px;
            margin-right: 20px;
            background-position: 0 0;
            background-repeat: no-repeat;
            background-image: url(/images/arrow.png);
            vertical-align: top;
            position: relative;
            top: 7px;
        }

        .list.styled.arrow-list > ul li a {
            position: relative;
        }

            .list.styled.arrow-list > ul li a:before, .list.styled.arrow-list > ul li a:after {
                content: '';
                position: absolute;
                top: 5px;
                left: -27px;
                width: 7px;
                height: 11px;
                background-position: 0 0;
                background-repeat: no-repeat;
                background-image: url(/images/arrow.png);
                opacity: 0;
                filter: alpha(opacity=0);
            }

            .list.styled.arrow-list > ul li a:before {
                -webkit-transition: 0.2s;
                -moz-transition: 0.2s;
                -o-transition: 0.2s;
                transition: 0.2s;
            }

            .list.styled.arrow-list > ul li a:after {
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

            .list.styled.arrow-list > ul li a:hover:before, .list.styled.arrow-list > ul li a:focus:before {
                -webkit-transform: translate(7px,0);
                -moz-transform: translate(7px,0);
                -ms-transform: translate(7px,0);
                -o-transform: translate(7px,0);
                transform: translate(7px,0);
                opacity: 0.65;
                filter: alpha(opacity=65);
            }

.ie8 .list.styled.arrow-list > ul li a:hover:before, .ie8 .list.styled.arrow-list > ul li a:focus:before {
    left: -20px;
}

.list.styled.arrow-list > ul li a:hover:after, .list.styled.arrow-list > ul li a:focus:after {
    -webkit-transform: translate(14px,0);
    -moz-transform: translate(14px,0);
    -ms-transform: translate(14px,0);
    -o-transform: translate(14px,0);
    transform: translate(14px,0);
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.ie8 .list.styled.arrow-list > ul li a:hover:after, .ie8 .list.styled.arrow-list > ul li a:focus:after {
    left: -13px;
}

.thumbnail, .featured-thumbnail {
    border: none;
    padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.content_box:before, .content_box:after {
    background-color: inherit;
}

.content_box.style-1 {
    background-color: #f5f6f6;
    padding: 55px 0 30px;
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .content_box.style-1 {
        padding: 87px 0 62px 0;
        margin-bottom: 94px;
    }
}

.content_box.style-2 {
    background-color: #3e454c;
    color: #6c7782;
    padding: 40px 0;
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .content_box.style-2 {
        padding: 94px 0 78px 0;
        margin: 51px 0 0 0;
    }
}

.content_box.style-2 h1, .content_box.style-2 h2, .content_box.style-2 h3, .content_box.style-2 h4, .content_box.style-2 h5, .content_box.style-2 h6 {
    color: #fff;
}

.content_box.style-2 h2 {
    margin-bottom: 0;
    padding-bottom: 45px;
}

.content_box.style-2 h3 {
    font-weight: 400 !important;
    color: #3498db;
    margin-bottom: 23px;
}

.content_box.style-2 p {
    line-height: 23px;
}

.btn-primary, .btn-inverse {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border: 3px solid #3e454c;
    background: #3e454c !important;
    text-transform: uppercase;
    text-shadow: none;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    .btn-primary.btn-normal, .btn-inverse.btn-normal {
        font-size: 14px;
        padding: 9px 20px;
    }

    .btn-primary:hover, .btn-primary:focus, .btn-inverse:hover, .btn-inverse:focus {
        border-color: #3498db;
        color: #3498db;
        background-color: transparent !important;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.btn-inverse {
    border-color: #3498db;
    background: #3498db !important;
}

    .btn-inverse:hover, .btn-inverse:focus {
        border-color: #3e454c;
        color: #3e454c;
    }

#back-top {
    margin-bottom: 0;
}

#back-top-wrapper {
    right: 15px;
    bottom: 15px;
}

#back-top a:hover span {
    background-color: #3e454c;
}

#back-top span {
    margin-bottom: 0;
    background-color: #3498db;
}

.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 {
    position: relative;
    width: 100%;
    height: 600px;
    display: block;
    overflow: hidden;
    top: 0;
    left: 0;
    margin-bottom: 50px;
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@media (min-width: 1200px) {
    .parallax-slider {
        margin-bottom: 100px;
        height: 719px;
    }
}

@media (max-width: 767px) {
    .parallax-slider {
        height: 400px;
    }
}

@media (max-width: 480px) {
    .parallax-slider {
        height: 300px;
    }
}

.parallax-slider .baseList {
    display: none;
}

.parallax-slider #mainImageHolder {
    position: relative;
    width: 100%;
    height: 150%;
    top: 0;
    z-index: 1;
}

    .parallax-slider #mainImageHolder .primaryHolder {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
    }

        .parallax-slider #mainImageHolder .primaryHolder img {
            position: absolute;
            max-width: inherit;
        }

    .parallax-slider #mainImageHolder .secondaryHolder {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        z-index: 1;
    }

        .parallax-slider #mainImageHolder .secondaryHolder img {
            position: absolute;
            max-width: inherit;
        }

.parallax-slider #mainCaptionHolder {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
}

    .parallax-slider #mainCaptionHolder .container {
        position: relative;
        height: 100%;
    }

        .parallax-slider #mainCaptionHolder .container .primaryCaption {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 200px;
            line-height: 200px;
            background-color: #3498db;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

@media (min-width: 1200px) {
    .parallax-slider #mainCaptionHolder .container .primaryCaption {
        height: 230px;
        line-height: 230px;
    }
}

@media (max-width: 767px) {
    .parallax-slider #mainCaptionHolder .container .primaryCaption {
        height: 150px;
        line-height: 150px;
    }
}

@media (max-width: 480px) {
    .parallax-slider #mainCaptionHolder .container .primaryCaption {
        height: 120px;
        line-height: 120px;
    }
}

.parallax-slider #mainCaptionHolder .container .secondaryCaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    line-height: 200px;
    background-color: #3498db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 1200px) {
    .parallax-slider #mainCaptionHolder .container .secondaryCaption {
        height: 230px;
        line-height: 230px;
    }
}

@media (max-width: 767px) {
    .parallax-slider #mainCaptionHolder .container .secondaryCaption {
        height: 150px;
        line-height: 150px;
    }
}

@media (max-width: 480px) {
    .parallax-slider #mainCaptionHolder .container .secondaryCaption {
        height: 120px;
        line-height: 120px;
    }
}

.parallax-slider #mainCaptionHolder .container .slider_caption {
    padding: 0 156px 0 50px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -5px;
}

@media (min-width: 1200px) {
    .parallax-slider #mainCaptionHolder .container .slider_caption {
        padding: 0 50px 0 77px;
    }
}
@media (max-width: 768px) {
    .parallax-slider #mainCaptionHolder .container .slider_caption {
        padding: 0 10px 0 20px;
    }
}
@media (max-width: 480px) {
    .parallax-slider #mainCaptionHolder .container .slider_caption {
        padding: 0 10px 0 20px;
    }
}

.parallax-slider #mainCaptionHolder .container h2 {
    font-size: 40px;
    font-weight: 300 !important;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 767px) {
    .parallax-slider #mainCaptionHolder .container h2 {
        font-size: 35px;
        line-height: 35px;
    }
}

@media (max-width: 480px) {
    .parallax-slider #mainCaptionHolder .container h2 {
        font-size: 20px;
        line-height: 25px;
    }
}

.parallax-slider #mainCaptionHolder .container h2 strong {
    font-size: 70px;
    font-weight: 600 !important;
    line-height: 70px;
    display: block;
    margin-bottom: 3px;
}

@media (max-width: 767px) {
    .parallax-slider #mainCaptionHolder .container h2 strong {
        font-size: 35px;
        line-height: 38px;
    }
}

@media (max-width: 480px) {
    .parallax-slider #mainCaptionHolder .container h2 strong {
        font-size: 35px;
        line-height: 38px;
    }
}

.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);
    }

.parallax-slider .controlBtn {
    width: 40px;
    height: 60px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    z-index: 2;
}

    .parallax-slider .controlBtn .innerBtn {
        width: 40px;
        height: 60px;
        font-size: 25px;
        line-height: 63px;
        text-align: center;
        color: #fff;
        display: block;
        position: relative;
        z-index: 1;
        background: #3498db;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .parallax-slider .controlBtn .slidesCounter {
        width: 40px;
        height: 60px;
        background: #3e454c;
        display: block;
        position: absolute;
        top: 0;
        color: #fff;
        text-align: center;
        font-size: 16px;
        line-height: 60px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .parallax-slider .controlBtn.parallaxPrevBtn {
        left: 0;
    }

        .parallax-slider .controlBtn.parallaxPrevBtn .innerBtn {
            border-radius: 0 3px 3px 0;
        }

        .parallax-slider .controlBtn.parallaxPrevBtn .slidesCounter {
            left: 0%;
            border-radius: 0 3px 3px 0;
        }

        .parallax-slider .controlBtn.parallaxPrevBtn:hover .innerBtn {
            background: #3e454c;
            border-radius: 0;
        }

        .parallax-slider .controlBtn.parallaxPrevBtn:hover .slidesCounter {
            left: 100%;
        }

    .parallax-slider .controlBtn.parallaxNextBtn {
        right: 0;
    }

        .parallax-slider .controlBtn.parallaxNextBtn .innerBtn {
            border-radius: 3px 0 0 3px;
        }

        .parallax-slider .controlBtn.parallaxNextBtn .slidesCounter {
            right: 0%;
            border-radius: 3px 0 0 3px;
        }

        .parallax-slider .controlBtn.parallaxNextBtn:hover .innerBtn {
            background: #3e454c;
            border-radius: 0;
        }

        .parallax-slider .controlBtn.parallaxNextBtn:hover .slidesCounter {
            right: 100%;
        }

.parallax-slider #paralaxSliderPagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    line-height: 200px;
    text-align: right;
    z-index: 2;
}

@media (min-width: 1200px) {
    .parallax-slider #paralaxSliderPagination {
        height: 230px;
        line-height: 230px;
    }
}

@media (max-width: 767px) {
    .parallax-slider #paralaxSliderPagination {
        height: 150px;
        line-height: 150px;
    }
}

@media (max-width: 480px) {
    .parallax-slider #paralaxSliderPagination {
        height: 120px;
        line-height: 120px;
    }
}

.parallax-slider #paralaxSliderPagination ul {
    list-style: none;
    margin: 0 70px 0 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

@media (max-width: 480px) {
    .parallax-slider #paralaxSliderPagination ul {
        margin-right: 20px;
    }
}

.parallax-slider #paralaxSliderPagination ul li {
    width: 16px;
    height: 16px;
    float: right;
    clear: both;
    display: block;
    margin: 12px 0 0 0;
    border-radius: 16px;
    cursor: pointer;
    background: #7ecefd !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 480px) {
    .parallax-slider #paralaxSliderPagination ul li {
        margin-top: 8px;
    }
}

.parallax-slider #paralaxSliderPagination ul li:first-child {
    margin-top: 0;
}

.parallax-slider #paralaxSliderPagination ul li:hover {
    background: #fff !important;
}

.parallax-slider #paralaxSliderPagination ul li.active {
    background: #fff !important;
}

.parallax-slider #previewSpinner {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 25px;
    z-index: 99;
    background: url(images/spinner.gif) 50% 50% no-repeat #3498db;
}
