/*----------------------------------------
[Table of contents]

1. Main Structure
   1.1 Layout Styles
   1.2 Header
       1.2.1 Slide Menu
   1.3 Footer
   1.4 Main Slider
2. Typography
   2.1 Typography Styles
   2.2 Page Preloader
   2.3 Forms
   2.4 Buttons
   2.5 Social Icons
   2.6 Tags
3. Content
   3.1 Services block
   3.2 Category block
   3.3 Pricing block
   3.4 Text + Number block
   3.5 Icon + Number block
   3.6 Text + Icon block
   3.7 Testimonials block
   3.8 Request form block
   3.9 Gallery block
   3.10 Person block
   3.11 Post block
   3.12 Tips block
   3.13 Blog
   3.14 Calendar
   3.15 News
   3.16 Service Banner
   3.17 Contact Box
   3.18 Coupon
4. Shop
5. Plugins overlay styles



---------------------------------------*/
.fontZero{font-size: 0em; padding: 0 !important; margin: 0 !important;}

/*.copyv8design{color: #fff !important;}*/
/*.copyv8design img{width: 40px;}*/

.vertical-align {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.horizontal-align {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.vert-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,.34);
}
.vert-wrapper .vert {
    display: table-cell;
    height: 100%;
    vertical-align: middle;    
}
.no-select {
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.notfound{
    width: 100%;
    height: 500px;
    position: relative;
}
.notfound .notfoundbg{
    position: absolute;
    z-index:999;
    text-align: center;
    width: 100%;
}
.notfound::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index:99;
    background-image: url(../images/request-form-bg.jpg);
    background-size: cover;
    opacity: 0.4;
}
.notfound a{
    color: #1E215D;
    transition: .4s; 
    text-decoration: none;  
}
.notfound a:hover{
    color: #ff1411;
    text-decoration: none;
}

/* 2SIGN WEB */
/* PG SINGLE */
.single_breadcumb {
    position: relative;
    background: url('../images/bg_single.jpg') no-repeat top center;
    background-size: cover;
}
.single_breadcumb::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: -webkit-linear-gradient(#000 -60%, #ffffff59 40%, #fff 100%);
    background: linear-gradient(#000 -60%, #ffffff59 40%, #fff 100%);
    border-bottom: 1px solid #e6e6e6;
}
.single_breadcumb-links {
    padding: 60px 0 35px 0;
}
.single_breadcumb-links .link {
    /* background: #fff; */
    background: -webkit-linear-gradient(top, #393C7B, #0C0F41);
    background: linear-gradient(top, #393C7B, #0C0F41);
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    margin-right: 15px;
    -webkit-box-shadow: 0 6px 30px -5px #1a9ce8;
    -moz-box-shadow: 0 6px 30px -5px #1a9ce8;
    box-shadow: 0 6px 30px -5px #1a9ce8;
}
.single_breadcumb-links a.link {
    cursor: pointer;
}
.single_breadcumb-links a.link:hover,
.single_breadcumb-links a.link:focus {
    -webkit-box-shadow: 0 3px 20px -1px #1a9ce8;
    -moz-box-shadow: 0 3px 20px -1px #1a9ce8;
    box-shadow: 0 3px 20px -1px #1a9ce8;
    background: -webkit-linear-gradient(top, #0C0F41, #393C7B);
    background: linear-gradient(top, #0C0F41, #393C7B);
}
/* PAGE CONTENT */
.single_content {
    padding: 80px 0 50px;
}
.single_content-title {
    text-align: center;
    margin-bottom: 50px;
}
.single_content-title p::before {
    opacity: .5;
}
.single_content-title p {
    font-size: 1.2em;
    font-weight: 300;
    font-style: italic;
    width: 700px;
    margin: 0 auto;
    max-width: 100%;
}
.single_content .htmlchars {
    padding: 20px 0;
    font-size: 105%;
}

/*---------------------------------------*/
/*--------   1. Main Structure   --------*/
/*---------------------------------------*/
/*--------   1.1 Layout Styles   --------*/
body,
html {
    overflow-x: hidden;
}
.block {
    margin-bottom: 90px;
}
.block.bottom-md-margin {
    margin-bottom: 80px;
}
.block.bottom-sm-margin {
    margin-bottom: 70px;
}
.block.bottom-xs-margin {
    margin-bottom: 60px;
}
.block.bottom-null {
    margin-bottom: 0;
}
.block.bg-1 {
    background: url(../images/block-bg.jpg) no-repeat fixed center center;
    background-size: cover;
    padding: 75px 0 44px;
    color: #fff;
}
.block.bg-1 h2 {
    color: #fff;
}
.block.bg-2 {
    background: url(../images/block-bg-2.jpg) no-repeat fixed center center;
    background-size: cover;
    padding: 0;
    color: #fff;
    min-height: 578px;
}
.block.bg-3 {
    background: url(../images/block-bg-3.jpg) no-repeat center center;
    background-size: cover;
    padding: 73px 0 44px;
    color: #fff;
}
.block.bg-3 h2 {
    color: #fff;
}

@media (max-width: 767px) {
    .block {
        margin-bottom: 45px;
    }
    body:not(.home) #page-content {
        margin-top: 45px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
.block.block-top-lined {
    margin-top: 100px;
}
.block.block-top-lined .container {
    position: relative;
}
.block.block-top-lined .container:before {
    content: '';
    position: absolute;
    top: -50px;
    left: 15px;
    height: 1px;
    width: calc(100% - 30px);
    background-color: #e0eaf2;
}
.asideColumn h4 {
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    position: relative;
    padding: 3px 0 3px 20px;
}
.asideColumn h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #2ea5e9;
}
/*--------   1.2 Header          --------*/
header.page-header {
    position: relative;
    z-index: 100000;
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: normal;
}
header .header-top {
    padding: 15px 0;
}
header .logo {
    width: 60%;
    margin: 0 auto;
}
header .logo img {
    max-width: 100%;
}
header .slogan {
    padding: 30px 0 0 0;
    font-size: 20px;
    line-height: 28px;
    font-style: italic;
    text-align: left;
    color: #1E215D;
}
header .phone {
    display: inline-block;
    padding: 30px 0 0 0;
    font-size: 13px;
    color: #1E215D;
    text-transform: uppercase;
    text-align: right;
    font-weight: normal;
    text-align: right;
    font-size: .74em;
}
header .phone span {
    display: inline-block;
    vertical-align: bottom;
}
header .phone .number {
    margin-bottom: 5px;
    font-size: 1.5em;
    /*    line-height: 32px;*/
    color: #4c4c4c;
}
header .phone .number .icon {
    font-size: 34px;
    padding: 0 10px 0 0;
    vertical-align: middle;
}
header .first-mobile {
    float: right;
}
header.page-header {
    border-bottom: 6px solid #0C0F41;
}
@media (min-width: 768px) {
    .navbar-header {
        float: none;
    }
    #navbar-main.affixed-top {
        background: #fff;
    }
    #navbar-main.affix {
        top: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.9);
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    }
    .navbar {
        background-color: transparent;
        border: 0;
        border-radius: 0;
        min-height: 70px;
        margin-bottom: 0;
        padding: 0;
    }
    .ecaret {
        display: none;
    }
    #slidemenu {
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }
    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
        background-color: transparent;
        color: #005395;
    }
    .navbar-nav {
        float: none;
        margin: 0 auto -5px;
        display: inline-block;
    }
    .navbar-nav > li > a {
        font-size: 18px;
        line-height: 30px;
        padding: 22px 30px;
        text-transform: uppercase;
        color: #333;
        font-weight: bold;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
    }
    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #1E215D;
    }
    .navbar-nav li.active > a {
        color: #1E215D;
    }
    .navbar-nav .dropdown .dropdown-menu {
        border: 0;
        border-radius: 0;
        padding: 12px 0;
        bottom: auto !important;
        -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    }
    .navbar-nav .dropdown .dropdown-menu li.open > a {
        background-color: transparent;
    }
    .navbar-nav .dropdown .dropdown-menu li > a {
        font-size: 16px;
        line-height: 30px;
        padding: 10px 38px;
        text-transform: uppercase;
        color: #929292;
        border-bottom: 1px solid #f0f0f0;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
    }
    .navbar-nav .dropdown .dropdown-menu li > a:hover,
    .navbar-nav .dropdown .dropdown-menu li > a:focus {
        background-color: transparent;
        color: #005395;
        border-bottom: 1px solid #f0f0f0;
    }
    .navbar-nav .dropdown .dropdown-menu li:last-child > a {
        border-bottom: 0;
    }
    .navbar-nav .dropdown .dropdown-menu .dropdown-menu {
        top: -6px;
    }
    .navbar-nav .dropdown .dropdown-menu .ecaret {
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        display: inline-block;
        border: 0;
        float: right;
        margin-top: 0;
        margin-right: -10px;
        position: relative;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
    }
    .navbar-nav .dropdown .dropdown-menu .ecaret:before {
        font-family: 'pool';
        content: "\e90f";
    }
    .navbar-nav .dropdown .dropdown-menu li > a:hover .ecaret {
        margin-right: -20px;
    }
}
@media (max-width: 1199px) {
    header .slogan {
        padding: 30px 0 0 0;
        font-size: 18px;
        line-height: 24px;
    }
    header .phone {
        padding: 20px 0 0 0;
        font-size: 14px;
    }
    header .phone .number {
        margin-bottom: 8px;
        font-size: 30px;
        line-height: 34px;
    }
    header .phone .number .icon {
        font-size: 30px;
        padding: 0 10px 0 0;
    }
    header .navbar-nav > li > a {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 991px) {
    header .slogan {
        display: none;
    }
    header .phone {
        padding: 10px 0 0 0;
        font-size: 14px;
    }
    header .phone .number {
        margin-bottom: 8px;
        font-size: 30px;
        line-height: 34px;
    }
    header .phone .number .icon {
        font-size: 30px;
        padding: 0 10px 0 0;
    }
    header .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    body:not(.home) header.page-header {
        border-bottom: 4px solid #005395;
    }
    header.page-header {
        padding: 0;
        margin: 0;
    }
    header .header-top {
        padding: 10px 0;
    }
    header .slogan {
        display: none;
    }
    header .logo {
        text-align: center;
        padding: 15px 0;
    }
    header .logo img {
        max-width: 250px;
    }
    header .phone {
        padding: 8px 0 0 50px;
    }
    header .phone div:not(.number) {
        display: none;
    }
    header .phone .number {
        margin-bottom: 0;
        font-size: 24px;
        line-height: 24px;
    }
    header .phone .number .icon {
        font-size: 24px;
        padding: 0 10px 0 0;
        vertical-align: middle;
    }
    header .first-mobile {
        float: none;
    }
    header .navbar {
        position: static;
        min-height: 0;
        border: 0;
        margin: 0;
    }
    header .dropdown-menu {
        border-radius: 0;
    }
    header .navbar-nav .ecaret {
        display: block;
        width: 50px;
        height: 50px;
        border: 0;
        background: rgba(255, 255, 255, 0.2);
        position: absolute;
        z-index: 100;
        top: 0;
        right: 0;
    }
    header .navbar-nav .ecaret:after {
        content: '+';
        position: absolute;
        top: 0;
        width: 100%;
        font-size: 24px;
        line-height: 50px;
        text-align: center;
    }
    header .navbar-nav li.opened > a > .ecaret:after {
        content: '\2013';
    }
    header .navbar-nav li {
        background: transparent;
        position: relative;
    }
    header .navbar-nav > li > a,
    header .navbar-nav > li > a:focus {
        font-size: 20px;
        line-height: 30px;
        padding: 10px 20px;
        color: #fff;
        background: transparent;
        text-transform: uppercase;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
    }
    header .navbar-nav > li > a:hover {
        background-color: rgba(0, 0, 0, 0.2);
        color: #fff;
    }
    header .navbar-nav .open > a,
    header .navbar-nav .open > a:focus,
    header .navbar-nav .open > a:hover,
    header .navbar-nav .opened > a,
    header .navbar-nav .opened > a:focus,
    header .navbar-nav .opened > a:hover {
        background-color: rgba(0, 0, 0, 0.2);
        color: #fff;
    }
    header .navbar-toggle {
        position: absolute;
        top: 16px;
        left: 5px;
        padding: 0 10px;
        margin: 0;
        font-size: 30px;
        color: #ec1212;
    }
    header .navbar-toggle .icon-cancel {
        display: none;
        font-size: 26px;
    }
    header .navbar-toggle.slide-active .icon-cancel {
        display: inline;
    }
    header .navbar-toggle.slide-active .icon-menu {
        display: none;
    }
    header .navbar-nav .dropdown-menu,
    header .navbar-nav .opened > .dropdown-menu {
        margin: 0;
        padding: 0;
        display: none;
        width: 100%;
        position: relative;
        background-color: #f0f0f0;
        border: 0;
    }
    header .navbar-nav .dropdown-menu a,
    header .navbar-nav .opened > .dropdown-menu a,
    header .navbar-nav .dropdown-menu a:focus,
    header .navbar-nav .opened > .dropdown-menu a:focus {
        font-size: 16px;
        line-height: 30px;
        color: #333;
        background: transparent;
        padding: 10px 15px 10px 20px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
    }
    header .navbar-nav .dropdown-menu a:hover,
    header .navbar-nav .opened > .dropdown-menu a:hover {
        background-color: rgba(0, 0, 0, 0.2);
        color: #fff;
    }
    header .navbar-nav .dropdown-menu .dropdown-menu,
    header .navbar-nav .opened > .dropdown-menu .dropdown-menu {
        background-color: #fcfcfc;
    }
    header .navbar-nav .opened > .dropdown-menu {
        display: block;
        margin-bottom: 5px;
    }
}
#slidemenu.is-fixed{
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 0 !important;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

/* .page-header.is-sticky .header-top {
    display: none;
} */

/*--------   1.2.1 Slide Menu    --------*/
body.slide-active {
    overflow-x: hidden;
}
#page-content {
    position: relative;
    left: 0;
}
#page-content.slide-active {
    padding-top: 0;
}
.navbar-header {
    position: relative;
}
@media (max-width: 767px) {
    #slide-nav .container {
        margin: 0!important;
        padding: 0!important;
        height: 100%;
    }
    #slide-nav .navbar-header {
        margin: 0 auto;
        padding: 0 15px;
    }
    #slide-nav .navbar.slide-active {
        position: absolute;
        width: 270px;
        top: -1px;
        z-index: 1000;
    }
    #slide-nav #slidemenu {
        left: -100%;
        width: 270px;
        min-width: 0;
        position: absolute;
        padding-left: 0;
        z-index: 2;
        top: 0;
        margin: 0;
    }
    #slide-nav #slidemenu .navbar-nav {
        min-width: 0;
        width: 100%;
        margin: 10px 0 0;
    }
    #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
        min-width: 0;
        width: 100%;
        white-space: normal;
    }
    #slide-nav {
        border-top: 0;
    }
    #navbar-height-col {
        position: fixed;
        top: 0;
        height: 100%;
        bottom: 0;
        width: 270px;
        left: -270px;
        background: #dc9897;
    }
}
@media (min-width: 768px) {
    #page-content {
        left: 0 !important;
    }
    .navbar.navbar-fixed-top.slide-active {
        position: fixed;
    }
    .navbar-header {
        left: 0 !important;
    }
}
/*--------   1.3 Footer          --------*/
.page-footer {
    position: relative;
    background: url(../images/footer-bg.jpg) repeat-x center bottom #0099e7;
    color: #fff;
    padding: 48px 0 54px;
    clear: both;
}
.page-footer .container {
    position: relative;
    z-index: 100;
}
.page-footer .footer-menu {
    text-align: center;
    margin-bottom: 25px;
}
.page-footer .footer-menu ul {
    margin: 0;
    padding: 0;
}
.page-footer .footer-menu ul li {
    display: inline;
    margin: 0 24px 5px;
}
@media (max-width: 1199px) {
    .page-footer .footer-menu ul li {
        margin: 0 12px 5px;
    }
}
@media (max-width: 767px) {
    .page-footer .footer-menu ul li {
        margin: 0 8px 5px;
    }
}
.page-footer .footer-menu ul li a {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
}
.page-footer .footer-menu ul li a:hover {
    text-decoration: underline;
}
.page-footer .logo {
    text-align: center;
    padding: 0 1.8em;
}
.page-footer .logo img {
    max-width: 100%;
    display: inline-block;
}
.page-footer .location {
    position: relative;
    margin: 32px 0 0 0;
    padding: 0 0 0 38px;
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
}
.page-footer .location span {
    display: inline-block;
    vertical-align: bottom;
}
.page-footer .location .icon {
    position: absolute;
    left: 2px;
    top: 0;
    font-size: 26px;
    padding: 0 7px 0 0;
    vertical-align: middle;
}
.page-footer .first-mobile {
    float: right;
}
.page-footer .phone {
    margin: 29px 0 0 0;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
}
.page-footer .phone span {
    display: inline-block;
    vertical-align: bottom;
}
.page-footer .phone .number {
    font-size: 1em;
    line-height: 30px;
    color: #fff;
}
.page-footer .phone .number .icon {
    font-size: 26px;
    padding: 0 7px 0 0;
    vertical-align: middle;
}
.page-footer .footer-bot {
    text-align: center;
}
.page-footer .copyright {
    font-size: 16px;
    line-height: 22px;
    margin: 18px 0 20px;
}
@media (max-width: 991px) {
    .page-footer .phone .number {
        font-size: 20px;
        line-height: 40px;
    }
    .page-footer .phone .number span {
        vertical-align: middle;
    }
    .page-footer .phone .number .icon {
        font-size: 26px;
        padding: 0 7px 0 0;
    }
}
@media (max-width: 767px) {
    .page-footer {
        padding: 30px 10px;
    }
    .page-footer .location {
        margin: 0 0 10px;
        padding: 0 0 0 38px;
        font-size: 16px;
        line-height: 20px;
    }
    .page-footer .phone {
        margin: 0 0 10px;
        text-align: left;
    }
    .page-footer .phone .number {
        font-size: 26px;
        line-height: 30px;
    }
    .page-footer .phone .number .icon {
        font-size: 26px;
        padding: 0 7px 0 0;
    }
    .page-footer .first-mobile {
        float: none;
    }
}
/* back to top button */
.back-to-top {
    position: absolute;
    bottom: 205px;
    right: 5%;
}
@media (max-width: 1199px) {
    .back-to-top {
        bottom: 50px;
    }
}
.back-to-top a {
    display: block;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.back-to-top:hover a {
    color: #005395;
}
#footerSea {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
    opacity: 0.55;
    pointer-events: none;
}
/*--------   1.4 Main Slider     --------*/
.slider-wrapper {
    position: relative;
}
#slider {
    height: 700px;
    margin-bottom: 0 !important;
}
@media (max-width: 767px) {
    #slider {
        margin-bottom: 45px;
        height: 400px;
    }
}
#sea {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1000;
    opacity: 0.15;
    pointer-events: none;
}
.nivo-caption .text {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    -ms-animation-fill-mode: backwards;
    -o-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}
.nivo-caption .text1 {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 80px;
    margin-bottom: .6em;
    line-height: 1em;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@media (max-width: 1199px) {
    .nivo-caption .text1 {
        font-size: calc(3.8vw + 10px);
    }
}
.nivo-caption .text2 {
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 1.7em;
    line-height: 1em;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@media (max-width: 1199px) {
    .nivo-caption .text2 {
        font-size: calc(.65vw + 15px);
    }
}
@media (max-width: 767px) {
    .nivo-caption .text2 {
        margin-bottom: 1em;
    }
}
.nivo-caption .text3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.nivo-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background: 0 0;
    text-align: center;
    opacity: 1;
}
.nivo-caption a.btn {
    display: inline-block !important;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    padding: 1.15em 1.6em;
    border-radius: .5em;
    height: auto;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
@media (max-width: 1199px) {
    .nivo-caption a.btn {
        font-size: calc(.8vw + 5px);
    }
}
/*---------------------------------------*/
/*--------     2. Typography     --------*/
/*---------------------------------------*/
/*-------  2.1 Typography Styles --------*/
body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}
@media (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }
}
a {
    color: #000;
}
p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 22px;
}
@media (max-width: 767px) {
    p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}
p.font16 {
    font-size: 16px;
}
@media (max-width: 767px) {
    p.font16 {
        font-size: 15px;
    }
}
p.font18 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 26px;
}
@media (max-width: 767px) {
    p.font18 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 22px;
    }
}
p.font52 {
    font-size: 52px;
    line-height: 1em;
    margin-bottom: 35px;
    font-weight: 600;
}
@media (max-width: 767px) {
    p.font52 {
        font-size: 40px;
        margin-bottom: 35px;
    }
}
p.font30 {
    font-size: 30px;
    line-height: 1em;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    p.font30 {
        font-size: 20px;
        margin-bottom: 25px;
    }
}
.color {
    color: #1E215D;
}
h1,
h2 {
    font-size: 52px;
    line-height: 1em;
    padding: 0 0 20px;
    margin: 0 0 60px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #4c4c4c;
}
@media (max-width: 767px) {
    h1,
    h2 {
        font-size: 40px;
        line-height: 1em;
        padding: 0 0 10px;
        margin: 0 0 30px;
    }
}
h1.decor,
h2.decor {
    margin-bottom: 15px;
    background: url(../images/h-decor.png) no-repeat center bottom;
}
@media (max-width: 767px) {
    h1.decor,
    h2.decor {
        padding: 0 0 25px;
        margin-bottom: 25px;
    }
}
h1.decor.decor-white,
h2.decor.decor-white {
    background-image: url(../images/h-decor-white.png);
}
h3 {
    font-size: 42px;
    line-height: 1em;
    padding: 0;
    margin: 0 0 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #4c4c4c;
}
@media (max-width: 767px) {
    h3 {
        font-size: 36px;
        line-height: 1em;
        padding: 0 0 10px;
        margin: 0 0 30px;
    }
}
h3.decor {
    padding: 0 0 45px;
    margin-bottom: 28px;
    background: url(../images/h-decor.png) no-repeat center bottom;
}
@media (max-width: 767px) {
    h3.decor {
        padding: 0 0 25px;
        margin-bottom: 25px;
    }
}
h4 {
    font-size: 26px;
    line-height: 1.154em;
    padding: 0;
    margin: 0 0 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #4c4c4c;
}
@media (max-width: 767px) {
    h4 {
        font-size: 24px;
        margin: 0 0 15px;
    }
}
h5 {
    font-size: 22px;
    line-height: 1.273em;
    padding: 0;
    margin: 0 0 20px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #272727;
}
h6 {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #272727;
}
.divider {
    clear: both;
    height: 35px;
}
@media (max-width: 767px) {
    .divider {
        height: 20px;
    }
}
.divider-line {
    clear: both;
    height: 50px;
    margin-top: 50px;
    border-top: 1px solid #e0eaf2;
}
@media (max-width: 767px) {
    .divider-line {
        margin-top: 30px;
        height: 30px;
    }
}
.divider-line-sm {
    clear: both;
    height: 30px;
    margin-top: 30px;
    border-top: 1px solid #e0eaf2;
}
.divider-xl {
    clear: both;
    height: 85px;
}
@media (max-width: 767px) {
    .divider-xl {
        height: 60px;
    }
}
.divider-lg {
    clear: both;
    height: 65px;
}
@media (max-width: 767px) {
    .divider-lg {
        height: 40px;
    }
}
.divider-md {
    clear: both;
    height: 45px;
}
@media (max-width: 767px) {
    .divider-md {
        height: 30px;
    }
}
.divider-sm {
    clear: both;
    height: 15px;
}
@media (max-width: 767px) {
    .divider-sm {
        height: 10px;
    }
}
.divider-xs {
    clear: both;
    height: 10px;
}
.divider-xxs {
    clear: both;
    height: 5px;
}
.address-block {
    position: relative;
    padding: 0 0 20px 52px;
    font-size: 16px;
    line-height: 26px;
}
.address-block .icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    line-height: 40px;
    color: #005395;
}
.address-block h6 {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
#map {
    width: 100%;
    height: 325px;
    margin: 0;
    border: 0;
    overflow: hidden;
}
.quote {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #7a8288;
    font-size: 15px;
    line-height: 1.2em;
    font-style: italic;
    padding-left: 100px;
    position: relative;
}
.quote:before {
    font-family: Georgia, serif;
    font-size: 200px;
    line-height: 1em;
    font-style: normal;
    content: "“";
    position: absolute;
    left: 0;
    top: -20px;
    color: #e8eaec;
}
.quote-simple {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #7a8288;
    font-size: 15px;
    line-height: 22px;
    font-style: italic;
    padding-left: 20px;
    position: relative;
}
ul.marker-list {
    margin: 35px 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    list-style: none;
}
ul.marker-list li {
    padding: 0 0 12px 23px;
    position: relative;
}
ul.marker-list li:after {
    content: '\e913';
    font-family: 'pool';
    color: #005395;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
}
ul.marker-list li span {
    color: #b1b1b1;
}
ul.marker-list.pad-left {
    padding-left: 28px;
    margin: 25px 0 0;
}
ul.marker-list.pad-left li {
    padding: 0 0 10px 30px;
}
ul.service-list {
    margin: 20px 0 35px 20px;
    padding: 0;
    list-style: none;
}
ul.service-list li {
    position: relative;
    border-bottom: 1px solid #e5edf4;
    font-size: 18px;
    line-height: 24px;
}
ul.service-list li:last-child {
    border-bottom: 0;
}
ul.service-list li a {
    display: block;
    padding: 6px 10px 6px 26px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
ul.service-list li a:after {
    content: '\e913';
    font-family: 'pool';
    color: #005395;
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 16px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
ul.service-list li:hover a,
ul.service-list li.active a {
    color: #2ea5e9;
    text-decoration: none;
    padding-left: 36px;
    padding-right: 0;
}
ul.service-list li:hover a:after,
ul.service-list li.active a:after {
    color: #2ea5e9;
    left: 10px;
}
ul.service-list-1 {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}
ul.service-list-1 li {
    position: relative;
    font-size: 15px;
    line-height: 20px;
}
ul.service-list-1 li:last-child {
    border-bottom: 0;
}
ul.service-list-1 li a {
    display: block;
    padding: 8px 0 8px 30px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
ul.service-list-1 li a:after {
    content: '\e913';
    font-family: 'pool';
    color: #005395;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 16px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
ul.service-list-1 li:hover a,
ul.service-list-1 li.active a {
    color: #2ea5e9;
    text-decoration: none;
}
ul.service-list-1 li:hover a:after,
ul.service-list-1 li.active a:after {
    color: #2ea5e9;
}
.animated {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}
.animation,
.step-animation {
    opacity: 0;
    opacity: 1\9;
}
.nav-tabs {
    border-bottom: 1px solid #d8d8d8;
}
.nav-tabs > li {
    margin: 0 20px;
}
@media (max-width: 479px) {
    .nav-tabs > li {
        width: 100%;
        margin: 0;
    }
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-width: 0;
}
.nav-tabs > li > a {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    border: none;
    color: #292929;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
    border: none;
    color: #005395 !important;
    background: transparent;
}
.nav-tabs > li > a::after {
    content: "";
    background: #005395;
    height: 4px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.tab-nav > li > a::after {
    background: #005395 none repeat scroll 0% 0%;
    color: #fff;
}
.tab-pane {
    padding: 15px 0;
}
.tab-content {
    padding: 20px;
}
@media (max-width: 479px) {
    .tab-content {
        padding: 0;
    }
}
.tab-services .tab-content {
    position: relative;
}
.tab-services .tab-content > .tab-pane {
    display: block;
    position: absolute;
    width: calc(100% + 30px);
    top: -10000px;
}
.tab-services .tab-content > .active {
    position: relative;
    top: 0;
}
.nav-pills {
    margin: 70px 0 47px;
    text-align: center;
}
.nav-pills > li {
    display: inline-block;
    float: none;
    margin: 0 3px 10px 3px;
}
.nav-pills > li > a {
    display: block;
    border-radius: 0;
    padding: 0 18px;
    min-width: 50px;
    border: 1px solid #eaeaea;
    font-size: 14px;
    line-height: 53px;
    color: #383838;
    text-decoration: none;
    text-align: center;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background: #005395;
    border-color: #005395;
    color: #383838;
}
.pagination {
    margin: 20px 0 0;
}
.pagination > li > a,
.pagination > li > span {
    padding: 0 15px;
    min-width: 47px;
    font-size: 16px;
    line-height: 49px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    color: #005395;
    background-color: #fff;
    border: 1px solid #005395;
    margin: 0 9px 0 0;
    text-align: center;
    border-radius: 12px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 12px;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
    color: #fff;
    background-color: #005395;
    border-color: #005395;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
    color: #fff;
    background-color: #005395;
    border-color: #005395;
}
/*-------- 2.2 Page Preloader    --------*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    background-color: #0C0F41;
}
#loader-wrapper.loader-off {
    display: none !important;
}
#loader {
    display: block;
    margin: -25px 0 0 -65px;
    height: 50px;
    width: 130px;
    position: relative;
    top: 50%;
    left: 50%;
}
.loaded #loader-wrapper {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.loader ul {
    margin: 0;
    padding: 0;
}
.loader ul li {
    position: relative;
    bottom: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 3px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    -webkit-animation-name: UpAndDown;
    animation-name: UpAndDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.loader ul li:nth-child(1) {
    margin-left: 0;
}
.loader ul li:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.loader ul li:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.loader ul li:nth-child(4) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.loader ul li:nth-child(5) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
@-webkit-keyframes UpAndDown {
    0% {
        bottom: 0px;
    }
    30% {
        bottom: 50px;
    }
    60% {
        bottom: 0px;
    }
}
@keyframes UpAndDown {
    0% {
        bottom: 0px;
    }
    30% {
        bottom: 50px;
    }
    60% {
        bottom: 0px;
    }
}
.loader p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
}
/*-------- 2.3 Forms             --------*/
.input-custom {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 4px;
    padding: 13px 15px 13px;
    font-size: 16px;
    line-height: 20px;
    height: 46px;
    background: #fff;
    border: 0;
    border-radius: 2px;
    color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.input-custom:hover,
.input-custom:focus,
.input-custom.focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.input-custom.input-full {
    width: 100%;
}
.textarea-custom {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 4px;
    padding: 13px 15px 13px;
    font-size: 16px;
    line-height: 20px;
    height: 46px;
    background: #fff;
    border: 0;
    border-radius: 2px;
    color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-height: 235px;
    height: auto;
}
.textarea-custom:hover,
.textarea-custom:focus,
.textarea-custom.focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.textarea-custom.input-full {
    width: 100%;
}
.input-wrapper {
    position: relative;
}
.placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #686969;
}
input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #686969;
}
input::-moz-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #686969;
}
input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #686969;
}
input:-moz-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #686969;
}
.required {
    color: red;
}
input.input-custom,
textarea.textarea-custom,
.select-wrapper select.input-custom,
.select-wrapper select.select-custom {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select-wrapper {
    position: relative;
}
.select-wrapper:before {
    content: '\25BE';
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: 44px;
    height: 44px;
    font-size: 14px;
    line-height: 44px;
    pointer-events: none;
    color: #000;
    text-align: center;
    background-color: #fff;
}
.select-wrapper select {
    padding-right: 50px;
    padding-left: 15px;
    height: 46px;
    width: 100%;
    background-color: #fff;
    color: #2b2b2b;
    border: 0;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
}
/*for IE10*/
select::-ms-expand {
    display: none;
}
.contact-form {
    margin-bottom: 15px;
    margin-top: 20px;
}
.contact-form .input-custom,
.contact-form .textarea-custom {
    margin-bottom: 15px;
    border: 1px solid #dbdbdb;
    padding: 16px 15px 17px;
    height: 50px;
}
label {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
}
form label.error {
    display: block;
    color: #ff0000;
    font-size: 14px !important;
    margin-top: -15px;
    opacity: 1 !important;
}
#success,
#error,
.successform,
.errorform {
    display: none;
}
#success span,
#error span,
.successform span,
.errorform span {
    display: block;
}
#success span p,
#error span p,
.successform span p,
.errorform span p {
    margin-top: 15px;
}
#success span p,
.successform span p {
    color: #2990d6;
}
#error span p,
.errorform span p {
    color: #c0392b;
}
.form-popup-wrap {
    display: inline-block;
    position: relative;
}
.form-popup-wrap-full {
    width: 100%;
}
.form-popup {
    position: absolute;
    z-index: 101;
    width: 865px;
    left: 50%;
    margin-left: -433px;
    visibility: hidden;
    top: 100px;
    opacity: 0;
    text-align: left;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -ms-transition: top 0.3s;
    -o-transition: top 0.3s;
}
.form-popup.form-popup-top {
    top: auto;
    bottom: 100px;
    -webkit-transition: bottom 0.3s;
    -moz-transition: bottom 0.3s;
    -ms-transition: bottom 0.3s;
    -o-transition: bottom 0.3s;
}
@media (max-width: 991px) {
    .form-popup {
        width: 740px;
        margin-left: -370px;
    }
}
@media (max-width: 767px) {
    .form-popup {
        width: 100%;
        margin-left: -50%;
    }
}
.form-popup.opened {
    opacity: 1;
    top: 70px;
    visibility: visible;
}
.form-popup.opened.form-popup-top {
    top: auto;
    bottom: 70px;
}
.request-form-popup {
    padding: 29px 30px 35px 36px;
    position: relative;
    background: url('../images/request-form-bg.jpg') repeat-y;
    background-size: 100% auto;
    color: #fff;
    font-size: 16px;
}
@media (max-width: 991px) {
    .request-form-popup {
        background-size: cover;
    }
}
.request-form-popup .form-row:not(:first-child) {
    margin-top: 25px;
}
.request-form-popup form > .row {
    margin-top: 37px;
}
.request-form-popup p {
    font-size: 16px;
}
.request-form-popup .p-label {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: 600;
}
.request-form-popup h3 {
    font-size: 42px;
    line-height: 55px;
    color: #fff;
    margin: 0 0 7px;
    padding: 0;
}
.request-form-popup input[type="text"],
.request-form-popup textarea {
    display: block;
    height: 43px;
    color: #686969;
    font-size: 15px;
    line-height: 24px;
    padding: 15px 15px;
    border-radius: 4px;
    background-color: #fff;
    border: 0;
    margin-bottom: 14px;
    width: 100%;
}
.request-form-popup .select-wrapper {
    margin-top: 10px;
}
.request-form-popup .select-wrapper select {
    height: 43px;
    color: #686969;
    border-radius: 4px;
}
.request-form-popup .select-wrapper:before {
    line-height: 41px;
    height: 41px;
    border-radius: 4px;
}
.request-form-popup textarea {
    height: 112px;
}
.request-form-popup label {
    color: #fff;
}
.request-form-popup label.error {
    margin-top: -5px;
    font-size: 12px !important;
    line-height: 12px;
    margin-bottom: 10px;
    color: #fff;
}
.request-form-popup .btn[type='submit'] {
    min-width: 165px;
    margin-top: 5px;
}
.request-form-popup .radio + .clearfix {
    margin-top: 10px;
}
.request-form-popup .radio {
    margin: 0 18px 0 12px;
    display: inline-block;
}
.request-form-popup .radio label {
    padding-left: 14px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    vertical-align: middle;
}
.request-form-popup .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.request-form-popup .radio input[type="radio"] + .radio-label:before {
    content: '';
    background: transparent;
    border-radius: 100%;
    border: 2px solid #fff;
    display: inline-block;
    width: 17px;
    height: 17px;
    position: relative;
    top: 0;
    margin-left: -24px;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.request-form-popup .radio input[type="radio"]:checked + .radio-label:before {
    background-color: #fff;
    box-shadow: inset 0 0 0 2px #3587b6;
}
.request-form-popup .radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #fff;
}
.request-form-popup .radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 2px #3587b6;
    border-color: #fff;
    background: #b4b4b4;
}
.request-form-popup .radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}
.form-modal {
    position: relative;
    max-width: 866px;
    margin: 20px auto;
    display: none;
}
@media (max-width: 991px) {
    .form-modal {
        width: 740px;
    }
}
@media (max-width: 767px) {
    .form-modal {
        width: 90%;
    }
}
.form-modal .quote-form {
    position: relative;
}
.form-modal .quote-form:after,
.form-modal .quote-form:before {
    display: none;
}
.mfp-content .form-modal {
    display: block;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
/*-------- 2.4 Buttons           --------*/
button:focus,
.btn:focus,
button:active:focus,
.btn:active:focus,
button.active:focus,
.btn.active:focus,
button.focus,
.btn.focus,
button:active.focus,
.btn:active.focus,
button.active.focus,
.btn.active.focus {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
button:hover,
.btn:hover,
button:focus,
.btn:focus,
button.focus,
.btn.focus {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
button:active,
.btn:active,
button.active,
.btn.active {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
button.pull-right,
.btn.pull-right {
    margin-right: 10px;
}
.btn {
    padding: 15px 22px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    height: 51px;
    border-radius: 10px;
    vertical-align: top;
    border: 1px solid #005395;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    text-decoration: none;
}
.btn,
.btn.focus,
.btn:focus {
    background-color: #005395;
    color: #fff;
}
.btn:hover,
.btn.active,
.btn:active {
    background: #fff;
    color: #005395;
}
.btn span {
    position: relative;
    top: 0;
    left: 0;
}
.btn.btn-md {
    height: 61px;
    font-size: 16px;
    line-height: 21px;
    padding: 20px 40px;
    border-radius: 10px;
}
.btn.btn-lg {
    height: 66px;
    font-size: 20px;
    line-height: 26px;
    padding: 20px 30px;
    border-radius: 10px;
}
.btn-light,
.btn-light.focus,
.btn-light:focus {
    background-color: #28bceb;
    color: #fff;
    border-color: #28bceb;
}
.btn-light:hover,
.btn-light.active,
.btn-light:active {
    background: #fff;
    color: #28bceb;
}
.btn.btn-orange,
.btn.btn-orange.focus,
.btn.btn-orange:focus {
    background: #ff9a37;
    background: -moz-linear-gradient(top, #ff9a37 0%, #ff8427 100%);
    background: -webkit-linear-gradient(top, #ff9a37 0%, #ff8427 100%);
    background: linear-gradient(to bottom, #ff9a37 0%, #ff8427 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9a37', endColorstr='#ff8427', GradientType=0);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    border: 0;
}
.btn.btn-orange:hover,
.btn.btn-orange.active,
.btn.btn-orange:active {
    background: #ff8427;
    background: -moz-linear-gradient(top, #ff8427 0%, #ff9a37 100%);
    background: -webkit-linear-gradient(top, #ff8427 0%, #ff9a37 100%);
    background: linear-gradient(to bottom, #ff8427 0%, #ff9a37 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8427', endColorstr='#ff9a37', GradientType=0);
    color: #fff;
}
/*-------- 2.5 Social Icons      --------*/
.social-links ul {
    margin: 0;
    padding: 0 0 10px 0;
}
.social-links ul li {
    display: inline-block;
    margin: 0 5px;
    list-style: none;
    text-align: center;
}
.social-links ul li a {
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}
.social-links ul li a:hover {
    color: #005395;
}
/*-------- 2.6 Tags              --------*/
.tag {
    display: block;
    border: 1px solid #b2cbdf;
    font-size: 14px;
    line-height: 25px;
    padding: 0 10px;
    text-decoration: none;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.tag:hover {
    background-color: #005395;
    border-color: #005395;
    color: #fff;
}
.tags-list {
    position: relative;
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}
.tags-list li {
    display: inline-block;
    padding: 0;
    margin-bottom: 5px;
    margin-right: 2px;
}
.tags-list li a {
    display: block;
    border: 1px solid #b2cbdf;
    font-size: 14px;
    line-height: 25px;
    padding: 0 10px;
    text-decoration: none;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.tags-list li a:hover {
    background-color: #005395;
    border-color: #005395;
    color: #fff;
}
/*---------------------------------------*/
/*--------       3. Content      --------*/
/*---------------------------------------*/
/*-----  3.1 Services block      --------*/
.service-item {
    padding: 80px 0;
    margin-bottom: 22px;
    text-align: center;
    position: relative;
}
.service-item .icon-circle {
    display: block;
    text-decoration: none;
    width: 196px;
    height: 196px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto 45px;
    background-color: #393C7B;
    background: -webkit-gradient(linear, left top, left bottom, from(#393C7B), to(#0C0F41));
    background: -webkit-linear-gradient(top, #393C7B, #0C0F41);
    background: -moz-linear-gradient(top, #393C7B, #0C0F41);
    background: -ms-linear-gradient(top, #393C7B, #0C0F41);
    background: -o-linear-gradient(top, #393C7B, #0C0F41);
    color: #fff;
}
.service-item .icon-circle .icon {
    font-size: 94px;
    line-height: 196px;
}
.service-item .icon-circle .icon-hover {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #0C0F41;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
}
.service-item .service-title {
    margin-bottom: 25px;
}
.service-item .service-title a {
    text-decoration: none;
    color: #4c4c4c;
}
.service-item .service-title a:hover {
    color: #005395;
}
.service-item .service-text {
    width: 80%;
    margin: 0 auto;
}
.service-item .service-more-link {
    position: absolute;
    right: 0;
    bottom: -10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.service-item .service-more-link a {
    font-size: 30px;
    color: #005395;
    text-decoration: none;
}
.service-item .service-more-link:hover {
    right: -5px;
    opacity: 0.8;
}
.service-item:hover .icon-hover {
    opacity: 1;
}
/*-----  3.2 Category block      --------*/
.page_item:hover{color: rgba(4, 6, 40, 0.8);}

.category-item {
    margin-bottom: 40px;
    display: block;
    text-decoration: none;
}
.category-item:hover {
    text-decoration: none;
}
.category-item.mb-sm {
    margin-bottom: 24px;
}
.category-item .category-image {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.category-item .category-image img {
    border-radius: 25px;
}
.category-item .category-title {
    color: #005395;
    margin-bottom: 12px;
}
.category-item .category-number {
    position: absolute;
    z-index: 3;
    bottom: -8px;
    left: 22px;
    margin: 0;
    padding: 0;
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f0f6f9;
}
.category-item .category-image h5.category-title {
    position: absolute;
    z-index: 3;
    bottom: 18px;
    left: 22px;
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.category-item .category-price {
    position: absolute;
    z-index: 5;
    top: 25px;
    right: 0;
    padding: 0 15px 0 20px;
    font-size: 18px;
    line-height: 46px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    border-radius: 23px 0 0 23px;
    background-color: #005395;
    text-transform: none;
}
.category-item .category-price span {
    font-size: 26px;
    font-weight: 600;
}
.category-item .category-text {
    position: relative;
    padding: 0 46px 0 0;
    text-align: center;
}
.category-item .wave-wrapper {
    opacity: 0;
    left: -50%;
    right: 50%;
    width: 100%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.category-item:hover .wave-wrapper {
    opacity: 1;
    left: 25%;
    right: 50%;
    width: 100%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.category-item .category-more-link {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.category-item .category-more-link a,
.category-item .category-more-link > span {
    font-size: 30px;
    color: #005395;
    text-decoration: none;
}
.category-item .category-more-link:hover {
    right: -5px;
    opacity: 0.8;
}
@media (max-width: 767px) {
    .category-item {
        margin-bottom: 20px;
    }
    .category-item .category-title {
        bottom: 15px;
        left: 15px;
        font-size: 22px;
        line-height: 20px;
    }
}
.wave-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    background-color: rgba(4, 6, 40, 0.8);
    -webkit-transform: skew(59deg) translateX(-75%);
    -ms-transform: skew(59deg) translateX(-75%);
    transform: skew(59deg) translateX(-75%);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
@media (min-width: 768px) {
    .category-carousel [class*="col-"] {
        display: inline-block;
        float: none;
        vertical-align: top;
        margin-right: -4px;
    }
}
h2 + .category-carousel {
    margin-top: 45px;
}
/*-----  3.3 Pricing block       --------*/
.pricing {
    position: relative;
    width: 100%;
    min-height: 614px;
    color: #fff;
}
.pricing:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100px;
    width: 625px;
    padding: 60px 100px;
    content: '';
    background-color: #fff;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    font-size: 16px;
    line-height: 24px;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}
.pricing:hover:before {
    opacity: 0.2;
    right: -50px;
}
.pricing .pricing-box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 525px;
    padding: 70px 100px 60px 120px;
    content: '';
    background-color: rgba(40, 168, 225, 0.95);
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    font-size: 16px;
    line-height: 24px;
    z-index: 0;
}
@media (max-width: 767px) {
    .pricing .pricing-box {
        width: 410px;
        right: -30px;
        padding: 40px 40px 40px 100px;
    }
}
.pricing .pricing-box .inside {
    -webkit-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
}
.pricing .pricing-box h3 {
    line-height: 50px;
    padding-bottom: 30px;
    margin-bottom: 50px;
    color: #fff;
    background: url(../images/h-decor-trans.png) 0 bottom no-repeat;
}
.pricing .pricing-box .price-title {
    margin: 0 0 10px;
    padding: 0;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    color: #fff;
}
.pricing .pricing-box .price-text {
    padding-bottom: 30px;
    border-bottom: 1px solid #6bc0ed;
    margin-bottom: 26px;
}
.pricing .pricing-box .price-from {
    margin-bottom: 10px;
}
.pricing .pricing-box .price-value span {
    font-size: 36px;
}
.pricing .pricing-box .price-action {
    margin-top: 25px;
}
.pricing .pricing-box .price-action .btn {
    margin-bottom: 1px;
}
.price-carousel .slick-prev,
.price-carousel .slick-next {
    top: 20%;
}
@media (min-width: 768px) {
    .pricing-block-row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.pricing-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
    .pricing-block {
        margin-bottom: 35px;
    }
}
.pricing-block .number {
    color: #fff;
    display: block;
    position: absolute;
    z-index: 100;
    left: 30px;
    top: 5px;
    font-size: 52px;
    line-height: 1em;
    font-weight: bold;
}
.pricing-block__top {
    height: 190px;
    background: #e8eff2;
}
.pricing-block .title1 {
    font-size: 26px;
    line-height: 1.2em;
    color: #005395;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.pricing-block .title2 {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    color: #424242;
    margin-bottom: 28px;
}
.pricing-block__price {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -148px;
    width: 316px;
    height: 316px;
    border: 12px solid #e8eff2;
    border-radius: 50%;
    text-align: center;
    background: #fff;
}
.pricing-block__price:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #00467e;
    background-color: #005395;
}
.pricing-block__price .vert-wrapper {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}
.pricing-block__price .vert {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #fff;

}
.pricing-block__price .text1 {
    font-size: 52px;
    line-height: 1.4em;
    font-weight: 600;
}
.pricing-block.color2 .pricing-block__price:after {
    background: #28bceb;
    border-color: #1db3e3;
}
.pricing-block.color2 .title1 {
    color: #28bceb;
}
.pricing-block.color3 .pricing-block__price:after {
    background: #70b5cf;
    border-color: #5aa9c7;
}
.pricing-block.color3 .title1 {
    color: #005395;
}
.pricing-block__bottom {
    padding: 190px 33px 40px;
    background: #fff;
    text-align: center;
}
.pricing-block__bottom ul {
    margin: 0 0 30px;
    padding: 0;
    text-align: left;
    list-style: none;
}
.pricing-block__bottom ul li {
    padding: 0 0 6px 26px;
    position: relative;
    font-size: 15px;
    line-height: 22px;
}
.pricing-block__bottom ul li:after {
    content: '\e913';
    font-family: 'pool';
    color: #005395;
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 15px;
}
@media (max-width: 991px) {
    .pricing-block__bottom {
        padding: 145px 20px 20px;
    }
    .pricing-block__price {
        margin-left: -140px;
        width: 280px;
        height: 280px;
    }
    .pricing-block .title1 {
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    .pricing-block__bottom {
        padding: 145px 20px 25px;
    }
    .pricing-block .number {
        font-size: 50px;
    }
    .pricing-block__bottom ul {
        font-size: 16px;
        line-height: 20px;
    }
    .pricing-block__bottom ul li {
        padding: 0 0 5px 26px;
        position: relative;
    }
}
.price-grid {
    display: table;
    border-collapse: collapse;
    margin-top: 35px;
}
.price-cell {
    display: table-cell;
    padding: 22px 15px 20px;
    width: 25%;
    position: relative;
    padding-bottom: 50px;
    text-align: center;
    border: 1px solid #e4e4e4;
    background-colo: #fff;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.price-cell p {
    margin-bottom: 5px;
}
.price-cell h6 {
    text-transform: uppercase;
    margin-bottom: 5px;
}
.price-cell h6.sub {
    text-transform: none;
    font-weight: 400;
}
.price-cell h6 + h6.sub {
    margin-top: -5px;
}
.price-cell:nth-child(odd) {
    background-color: #f7f8f8;
}
.price-cell:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.price-cell:hover:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #005395;
}
.price-grid + .price-grid {
    margin-top: 0;
}
.price-grid + .price-grid .price-cell {
    border-top: 0;
}
.price-grid:nth-child(odd) .price-cell {
    background-color: #f7f8f8;
}
.price-grid:nth-child(odd) .price-cell:nth-child(odd) {
    background-color: #fff;
}
.price-cell-price {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 20px;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    color: #005395;
}
/*-----  3.4 Text + Number block --------*/
.text-num {
    position: relative;
    margin-bottom: 18px;
}
.text-num-num {
    position: absolute;
    top: -15px;
    width: 70px;
    text-align: center;
}
.text-num-num span {
    display: block;
    position: relative;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    line-height: 74px;
    font-size: 36px;
    font-weight: 400;
    background-color: #fff;
    color: #005395;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.text-num:hover .text-num-num span {
    background-color: #28bceb;
    color: #fff;
}
.text-num-info {
    padding: 0 0 0 100px;
}
.text-num-title {
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 20px 0 15px;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
}
.text-num.last {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .number-carousel [class*="col-"] {
        display: inline-block;
        float: none;
        vertical-align: top;
        margin-right: -4px;
    }
}
@media (max-width: 767px) {
    .text-num {
        text-align: center;
    }
    .text-num-num {
        position: relative;
        top: 0;
        width: 70px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .text-num-info {
        padding: 0;
    }
    .text-num-title {
        font-size: 20px;
        line-height: 26px;
        margin: 15px 0 15px;
    }
}
/*-----  3.5 Icon + Number block --------*/
.num-icon {
    text-align: center;
    margin: 15px 0 35px;
}
.num-icon-icon {
    margin-bottom: 38px;
    font-size: 94px;
    line-height: 1em;
}
@media (max-width: 1199px) {
    .num-icon-icon {
        font-size: 70px;
    }
}
.num-icon-num {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
@media (max-width: 1199px) {
    .num-icon-num {
        font-size: 38px;
    }
}
.num-icon-text {
    line-height: 1em;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #fff;
}
/*-----  3.6 Text + Icon block   --------*/
.text-icon {
    position: relative;
    margin: 16px 0 24px;
    text-align: center;
}
.text-icon-icon {
    text-align: center;
    margin-bottom: 23px;
}
.text-icon-icon span {
    display: inline-block;
    position: relative;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    line-height: 82px;
    font-size: 20px;
    font-weight: bold;
    background-color: #27b9e8;
    background: -webkit-gradient(linear, left top, left bottom, from(#27b9e8), to(#0b6fac));
    background: -webkit-linear-gradient(top, #27b9e8, #0b6fac);
    background: -moz-linear-gradient(top, #27b9e8, #0b6fac);
    background: -ms-linear-gradient(top, #27b9e8, #0b6fac);
    background: -o-linear-gradient(top, #27b9e8, #0b6fac);
}
.text-icon-icon span .icon {
    position: relative;
    z-index: 1;
    font-size: 42px;
    line-height: 82px;
    color: #fff;
}
.text-icon-icon .icon-hover {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #005395;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
}
.text-icon:hover .icon-hover {
    opacity: 1;
}
.text-icon-title {
    line-height: 28px;
    margin-bottom: 18px;
    color: #272727;
    text-transform: uppercase;
}
.text-icon.last {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .text-icon-carousel [class*="col-"] {
        display: inline-block;
        float: none;
        vertical-align: top;
        margin-right: -4px;
    }
}
.text-icon.last {
    margin-bottom: 0;
}
/* text icon horizontal */
.text-icon-hor {
    position: relative;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
}
.text-icon-hor-icon {
    margin-bottom: 20px;
    position: absolute;
    display: block;
    width: 85px;
    text-align: center;
}
.text-icon-hor-icon .icon {
    position: relative;
    z-index: 1;
    font-size: 48px;
    line-height: 50px;
    color: #fff;
}
.text-icon-hor-title {
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.text-icon-hor-text {
    padding-left: 85px;
}
/*-----  3.7 Testimonials block  --------*/
.testimonials-item {
    margin: 12px 0 20px;
    padding: 35px 0 0;
    text-align: center;
}
.testimonials-item .testimonials-username {
    font-size: 18px;
    font-weight: bold;
    margin: 40px 0 10px;
    color: #4c4c4c;
}
@media (max-width: 767px) {
    .testimonials-item .testimonials-username {
        font-size: 14px;
    }
}
.testimonials-item .testimonials-text {
    position: relative;
    background: #f0f6f9;
    padding: 50px 50px;
    color: #617585;
    font-size: 20px;
    line-height: 1.5em;
    border-radius: 16px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-style: italic;
}
@media (max-width: 767px) {
    .testimonials-item .testimonials-text {
        font-size: 16px;
        padding: 24px 25px;
    }
}
.testimonials-item .testimonials-text:before {
    content: " ";
    position: absolute;
    left: 22px;
    top: -25px;
    font-size: 60px;
    color: #005395;
    font-family: 'pool';
    font-style: normal;
    content: '\e906';
}
@media (max-width: 767px) {
    .testimonials-item .testimonials-text:before {
        font-size: 40px;
        top: -15px;
    }
}
.testimonials-item .testimonials-text:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(240, 246, 249, 0);
    border-top-color: #f0f6f9;
    border-width: 15px;
    margin-left: -15px;
}
@media (max-width: 767px) {
    .testimonials {
        margin: 0 0 40px;
    }
}
.testimonials-carousel {
    margin: 0 0 65px;
}
.testimonial-simple {
    margin-top: 40px;
}
.testimonial-simple-text {
    position: relative;
    font-size: 15px;
    line-height: 22px;
    border-bottom: 1px solid #e0eaf2;
    padding: 0 0 18px 0;
    margin-left: 100px;
}
@media (max-width: 767px) {
    .testimonial-simple-text {
        margin-left: 60px;
    }
}
.testimonial-simple-text:before {
    position: absolute;
    left: -70px;
    top: -15px;
    font-size: 50px;
    line-height: 1em;
    color: #005395;
    font-family: 'pool';
    font-style: normal;
    content: '\e906';
}
@media (max-width: 767px) {
    .testimonial-simple-text:before {
        font-size: 35px;
        top: -5px;
        left: -60px;
    }
}
.testimonial-simple-author {
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    color: #4c4c4c;
    padding: 12px 0 0;
    text-align: right;
}
.testimonial-aside {
    margin-bottom: 35px;
    margin-top: 40px;
    background-color: #f0f6f9;
    border-radius: 8px;
    padding: 30px 25px 25px;
    text-align: center;
}
.testimonial-aside-text {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 18px 0;
    color: #617585;
    font-style: italic;
}
.testimonial-aside-text:before {
    position: absolute;
    left: -5px;
    top: -50px;
    font-size: 48px;
    line-height: 1em;
    color: #005395;
    font-family: 'pool';
    font-style: normal;
    content: '\e906';
}
.testimonial-aside-author {
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    color: #4c4c4c;
}
/*-----  3.8 Request form block  --------*/
.request-form {
    margin-bottom: 20px;
    background: url(../images/bg-form.jpg) no-repeat center top #2392d7;
    background-size: cover;
    border-radius: 12px;
    padding: 30px 22px 25px 30px;
    color: #fff;
}
.request-form h4 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 12px;
}
.request-form form {
    margin-top: 18px;
}
.request-form form textarea {
    height: 102px;
}
.request-form label.error {
    margin-top: 0;
    font-size: 12px !important;
    line-height: 12px;
    margin-bottom: 10px;
    color: #fff;
}
@media (max-width: 767px) {
    .request-form {
        margin: 0 -20px;
        padding: 22px 25px;
        border-radius: 0;
    }
    .request-form h4 {
        font-size: 22px;
    }
}
/*-----  3.9 Gallery block       --------*/
.gallery {
    overflow: hidden;
    margin-top: -8px;
    margin-bottom: 0px;
}
.gallery.gallery-isotope {
    margin-bottom: 40px;
}
.gallery__item {
    position: relative;
    float: left;
    width: 12.5%;
    overflow: hidden;
    background: #242e45;
}
@media (max-width: 1599px) {
    .gallery__item {
        width: 16.665%;
    }
}
@media (max-width: 1399px) {
    .gallery__item {
        width: 20%;
    }
}
@media (max-width: 991px) {
    .gallery__item {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .gallery__item {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .gallery__item {
        width: 100%;
    }
}
.gallery__item img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.gallery__item.doubleW {
    width: 33.333%;
}
.gallery__item .btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    margin-left: -50px;
    opacity: 0;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.gallery__item .btn span.icon {
    display: block;
    line-height: 58px;
}
.gallery__item .btn:hover,
.gallery__item .btn.active,
.gallery__item .btn:active,
.gallery__item .btn.focus,
.gallery__item .btn:focus {
    background: #003762;
    border-color: #003762;
    color: #fff;
}
.gallery__item .hover {
    display: block;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.gallery__item .hover .item-name {
    margin: 0 0 9px;
    padding: 0;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
}
.gallery__item .hover .item-price {
    margin-bottom: 6px;
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
}
.gallery__item .hover .item-price span {
    font-weight: 300;
}
.gallery__item .hover .item-period {
    font-size: 15px;
}
.gallery__item .hover .item-location {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 15px;
    line-height: 1em;
    font-style: italic;
    font-weight: 600;
    color: #28bceb;
}
.gallery__item__image {
    overflow: hidden;
}
.gallery__item:hover img {
    opacity: 0.68;
}
.gallery__item:hover .hover {
    opacity: 1;
    -webkit-transition: all 0.5s ease 0.05s;
    -moz-transition: all 0.5s ease 0.05s;
    -ms-transition: all 0.5s ease 0.05s;
    -o-transition: all 0.5s ease 0.05s;
}
.gallery__item:hover .btn {
    opacity: 1;
}
.filters-by-category ul {
    margin: 0 0 35px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.filters-by-category ul li {
    display: inline-block;
    line-height: 1em;
    margin: 0 8px 10px;
}
.filters-by-category ul li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 31px;
    font-family: 'Lato', sans-serif;
    padding: 10px 18px;
    color: #434343;
    background-color: transparent;
    text-decoration: none;
    border-radius: 8px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.filters-by-category ul li a:hover,
.filters-by-category ul li a.selected {
    background-color: #005395;
    border-color: #005395;
    color: #fff;
}
/*-----  3.10 Person block       --------*/
.person {
    margin-top: 11px;
    text-align: center;
}
.person-image {
    margin-bottom: 27px;
}
.person-image img {
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
}
.person:hover .person-image img {
    display: block;
    position: relative;
    border-radius: 20%;
}
.person-title {
    margin-bottom: 5px;
    line-height: 1.2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: none;
    color: #005395;
}
.person-position {
    margin-bottom: 20px;
    padding: 0;
    font-style: italic;
    color: #000;
    font-weight: normal;
}
@media (max-width: 767px) {
    .person:not(.last) {
        margin-bottom: 25px;
    }
}
/*-----  3.11 Post block         --------*/
.post {
    padding-top: 5px;
}
.post h5 {
    margin-bottom: 30px;
}
.post-image {
    margin-bottom: 25px;
    border-radius: 25px;
}
/*-----  3.12 Tips block         --------*/
.panel-group {
    margin-top: 50px;
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .panel-group {
        margin-top: 15px;
        margin-bottom: 30px;
    }
}
.faq-item .panel {
    border-bottom: 1px solid #e0eaf2;
    margin-bottom: 15px;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.faq-item.last .panel {
    border-bottom: 0;
}
.faq-item .panel-heading {
    position: relative;
    min-height: 85px;
    padding: 0 0 15px;
    background: transparent;
}
.faq-item .panel-heading .panel-title {
    text-align: left !important;
}
.faq-item .panel-heading .panel-title > a {
    display: block;
    position: relative;
    padding: 20px 50px 20px 115px;
    font-size: 26px;
    line-height: 45px;
    font-weight: 600;
    text-transform: uppercase;
    color: #005395;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}
.faq-item .panel-heading .panel-title > a:hover {
    color: #005395;
}
.faq-item .panel-heading a,
.faq-item .panel-heading a:hover {
    text-decoration: none;
    -webkit-transition: all 0.25 ease;
    -moz-transition: all 0.25 ease;
    -ms-transition: all 0.25 ease;
    -o-transition: all 0.25 ease;
}
.faq-item .panel-heading a > span.caret-toggle {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 60px;
    height: 85px;
    font-size: 40px;
    line-height: 85px;
    text-align: center;
}
.faq-item .panel-heading a:not(.collapsed) > span.opened {
    display: none;
}
.faq-item .panel-heading a.collapsed > span.closed {
    display: none;
}
.faq-item .panel-title .number {
    position: absolute;
    width: 87px;
    height: 87px;
    top: 0;
    left: 0;
    background: #005395;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    line-height: 87px;
    text-align: center;
}
.faq-item .panel-collapse {
    margin-top: 0;
    background: transparent;
}
.faq-item .panel-body {
    border: 0;
    padding: 0 0 15px 115px;
}
.faq-item .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}
@media (max-width: 767px) {
    .faq-item .panel-heading {
        min-height: 65px;
        padding: 0 0 15px;
    }
    .faq-item .panel-heading .panel-title > a {
        padding: 10px 50px 10px 75px;
        font-size: 20px;
        line-height: 35px;
    }
    .faq-item .panel-heading a > span.caret-toggle {
        width: 60px;
        height: 55px;
        font-size: 40px;
        line-height: 55px;
    }
    .faq-item .panel-title .number {
        width: 55px;
        height: 55px;
        font-size: 30px;
        line-height: 55px;
    }
    .faq-item .panel-body {
        border: 0;
        padding: 0 0 15px 75px;
    }
}
/*-----  3.13 Blog               --------*/
.blog-post {
    margin-bottom: 100px;
}
@media (max-width: 767px) {
    .blog-post {
        margin-bottom: 50px;
    }
}
.blog-post .post-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}
.blog-post .post-video iframe,
.blog-post .post-video object,
.blog-post .post-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.blog-post .post-music iframe,
.blog-post .post-music object,
.blog-post .post-music embed {
    width: 100%;
    height: auto;
    border: 0;
}
.blog-post .post-image {
    position: relative;
    margin-bottom: 32px;
    border-radius: 0;
}
.blog-post .post-image img {
    width: 100%;
}
.blog-post .post-image .post-link-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.blog-post .post-image .post-link {
    font-size: 42px;
    line-height: 1em;
    color: #fff;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
@media (max-width: 767px) {
    .blog-post .post-image .post-link {
        font-size: 4vw;
    }
}
.blog-post .post-image .post-link:hover {
    color: #005395;
    text-decoration: none;
}
.blog-post .post-title {
    font-family: 'Lato', sans-serif;
    color: #005395;
    margin-bottom: 28px;
}
.blog-post .post-meta {
    margin: 0 0 20px;
    padding: 0;
    overflow: hidden;
    list-style: none;
}
.blog-post .post-meta li {
    float: left;
    padding-right: 24px;
}
.blog-post .post-meta li i.icon,
.blog-post .post-meta li span {
    display: inline-block;
    vertical-align: middle;
}
.blog-post .post-meta li i.icon {
    font-size: 20px;
    padding-right: 7px;
}
.blog-post .post-meta li:last-child {
    padding-right: 0;
}
@media (max-width: 767px) {
    .blog-post .post-meta li {
        padding-right: 10px;
    }
}
.blog-post .post-teaser {
    margin-bottom: 32px;
}
.blog-post .post-author {
    margin: 20px 0 25px;
}
.blog-post .post-author img {
    margin-right: 20px;
    border-radius: 50%;
}
.blog-post.single {
    margin-bottom: 0;
}
.post-carousel {
    overflow: hidden;
}
.post-carousel .slick-prev,
.post-carousel .slick-next,
.post-carousel .slick-prev:focus,
.post-carousel .slick-next:focus {
    width: 82px;
    height: 82px;
    padding: 0 20px;
    margin-top: -41px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
.post-carousel .slick-prev:hover,
.post-carousel .slick-next:hover {
    opacity: 0.7;
    background-color: #fff;
}
.post-carousel .slick-prev {
    left: -41px;
    text-align: right;
}
.post-carousel .slick-next {
    right: -41px;
    text-align: left;
}
.post-carousel .slick-prev:before,
.post-carousel .slick-next:before {
    color: #005395;
    font-size: 32px;
}
.post-preview {
    margin-top: 28px;
    margin-bottom: 45px;
}
.post-preview .post-image {
    margin-bottom: 15px;
}
.post-preview .post-meta {
    margin-bottom: 15px;
    font-size: 13px;
}
.post-preview .post-title {
    font-size: 22px;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    color: #005395;
    margin-bottom: 10px;
    text-transform: none;
}
.view-more-post {
    margin-bottom: 30px;
}
.side-block {
    margin-bottom: 45px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0eaf2;
}
.side-block h4 {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 1em;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #005395;
}
.side-block:last-child {
    border-bottom: 0;
}
.comments {
    padding-top: 15px;
}
.comments .comment {
    margin: 10px 0 0;
}
.comments .comment .userpic {
    width: 85px;
    height: 85px;
    float: left;
    margin: 0 15px 0 0;
    font-size: 64px;
    line-height: 85px;
    color: #e8e8e8;
}
.comments .comment .text {
    overflow: hidden;
}
.comments .comment .text p {
    font-size: 15px;
    line-height: 22px;
    color: #7a8288;
    font-style: italic;
}
.comments .comment .text .meta {
    padding-bottom: 5px;
}
.comments .comment .text .meta a {
    color: #005395;
    font-size: 13px;
}
.comments .comment .text .date {
    margin: 0 0 20px;
    padding: 0;
    overflow: hidden;
    font-size: 13px;
}
.comments .comment .text .date i.icon,
.comments .comment .text .date span {
    display: inline-block;
    vertical-align: middle;
}
.comments .comment .text .date i.icon {
    font-size: 20px;
    padding-right: 7px;
}
.comments .comment.replay {
    margin-left: 80px;
}
.comment-form .form-group {
    margin-bottom: 8px;
}
.comment-form input[type=text],
.comment-form textarea {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    padding: 5px 0;
    margin-bottom: 0;
    height: 38px;
}
.comment-form textarea {
    padding: 12px 0;
    overflow: hidden;
}
.blog-isotope {
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 10px;
    overflow: visible;
}
.blog-isotope .post-image {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
}
.blog-isotope .blog-post {
    position: relative;
    float: left;
    width: 33%;
    padding: 20px 20px 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
    .blog-isotope .blog-post {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .blog-isotope .blog-post {
        width: 100%;
    }
}
.blog-isotope .blog-post.doubleW {
    width: 66%;
}
@media (min-width: 768px) {
    .blog-isotope .blog-post:not(.doubleW) .post-image {
        margin-bottom: 15px;
    }
    .blog-isotope .blog-post:not(.doubleW) .post-meta {
        margin-bottom: 15px;
        font-size: 13px;
    }
    .blog-isotope .blog-post:not(.doubleW) .post-title {
        font-size: 26px;
        line-height: 34px;
        font-family: 'Lato', sans-serif;
        color: #005395;
        margin-bottom: 15px;
        text-transform: none;
    }
    .blog-isotope .blog-post:not(.doubleW) .btn {
        padding: 10px 18px;
        font-size: 12px;
        line-height: 20px;
        height: 43px;
        border-radius: 6px;
    }
    .blog-isotope .blog-post:not(.doubleW) .post-link {
        font-size: 22px;
    }
    .blog-isotope .blog-post:not(.doubleW) .quote {
        margin-top: 40px;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 1.2em;
        padding-left: 88px;
    }
}
/*-----  3.14 Calendar           --------*/
.calendar__header {
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 18px;
}
.calendar__footer {
    font-size: 15px;
    padding: 10px 0 0;
}
.calendar table {
    background: #fff;
    border-collapse: collapse;
    color: #222;
    font-size: 15px;
    width: 100%;
    max-width: 350px;
}
.calendar th,
.calendar td {
    border: 1px solid #eee;
    color: #484848;
    cursor: pointer;
    line-height: 38px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.calendar th:hover,
.calendar td:hover {
    background-color: #f5f5f5;
}
.calendar th {
    background-color: #f5f5f5;
}
.calendar tr:first-child td {
    color: #222;
    font-weight: 700;
    padding-bottom: 10px;
}
.calendar .selected,
.calendar .selected:hover {
    background-color: #005395;
    color: #fff;
}
/*-----  3.15 News               --------*/
@media (min-width: 768px) {
    .news-item-row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.news-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 8px;
    height: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 18px;
}
.news-item-image img {
    border-radius: 18px 18px 0 0;
    width: 100%;
}
.news-item-title {
    color: #005395;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.news-item-text {
    padding: 25px 29px;
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.news-item-text p {
    padding-right: 15px;
    margin-bottom: 12px;
}
.news-item-more-link {
    position: absolute;
    right: 18px;
    bottom: 32px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.news-item-more-link a {
    font-size: 30px;
    color: #005395;
    text-decoration: none;
}
.news-item-more-link:hover {
    right: 13px;
    opacity: 0.8;
}
/*-----  3.16 Service Banner     --------*/
.service-banner {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
    min-height: 130px;
    text-decoration: none;
}
@media (max-width: 767px) {
    .service-banner {
        margin-bottom: 25px;
    }
}
.service-banner-image {
    width: 100%;
}
.service-banner-title {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.service-banner-title h6 {
    color: #fff;
    text-transform: uppercase;
}
.service-banner-more-link {
    position: absolute;
    right: -2px;
    bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.service-banner-more-link span {
    font-size: 28px;
    color: #fff;
    text-decoration: none;
}
.service-banner-more-link:hover {
    right: -5px;
    opacity: 0.8;
}
.service-banner-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    width: 80%;
    content: '';
    background-color: #005395;
    -webkit-transform: skew(-15deg) translateX(23%);
    -moz-transform: skew(-15deg) translateX(23%);
    -ms-transform: skew(-15deg) translateX(23%);
    -o-transform: skew(-15deg) translateX(23%);
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
}
.service-banner:hover .service-banner-bg,
.service-banner.active .service-banner-bg {
    background-color: #2ea5e9;
    width: 85%;
}
/*-----  3.17 Contact Box     --------*/
.contact-box {
    padding: 18px 10px 10px;
    margin-bottom: 35px;
    background: #27bae9;
    background: -moz-linear-gradient(top, #27bae9 0%, #0a6eab 100%);
    background: -webkit-linear-gradient(top, #27bae9 0%, #0a6eab 100%);
    background: linear-gradient(to bottom, #27bae9 0%, #0a6eab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27bae9', endColorstr='#0a6eab', GradientType=0);
    border-radius: 8px;
}
.contact-box-title {
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.contact-box-row {
    background-color: #fff;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    padding: 16px 16px 16px 52px;
    margin-top: 4px;
    border-radius: 4px;
}
.contact-box-row:first-child {
    margin-top: 0;
}
.contact-box-row-title {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    color: #005395;
    text-transform: uppercase;
}
.contact-box [class*='icon-'] {
    position: absolute;
    top: 13px;
    left: 16px;
    color: #005395;
    font-size: 26px;
}
/*-----  3.18 Coupon     --------*/
.coupon-print {
    padding: 5px;
    margin-top: 40px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
}
@media (max-width: 767px) {
    .coupon-print {
        margin-left: 0;
        margin-right: 0;
    }
}
.coupon-print:after,
.coupon-print:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 2px;
    background: url(../images/border-hor.png) repeat-x 0 0;
}
.coupon-print .coupon-print-inside > img {
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 1;
}
.coupon-print:before {
    top: 0;
}
.coupon-print-col-left,
.coupon-print-col-center {
    width: 33.3%;
}
@media (max-width: 767px) {
    .coupon-print-col-left,
    .coupon-print-col-center {
        width: 100%;
    }
}
.coupon-print-col-left img {
    position: relative;
    z-index: 1;
    margin-top: -22px;
    margin-bottom: 10px;
    border-radius: 0 12px 0 0;
}
.coupon-print-col-right {
    width: 33.3%;
}
@media (max-width: 767px) {
    .coupon-print-col-right {
        width: 100%;
    }
}
.coupon-print-row-top,
.coupon-print-row-bot {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .coupon-print-row-top,
    .coupon-print-row-bot {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.coupon-print-row-top {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.coupon-print-row-top {
    padding: 3px 0 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
}
.coupon-print-row-bot {
    font-size: 14px;
    line-height: 20px;
}
.coupon-print-row-bot .coupon-print-col-center {
    font-weight: 700;
}
.coupon-print .print-link {
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
}
.coupon-print-inside {
    position: relative;
}
.coupon-print-inside:after,
.coupon-print-inside:before {
    content: '';
    position: absolute;
    width: 2px;
    top: -5px;
    bottom: -5px;
    background: url(../images/border-vert.png) repeat-y 0 0;
}
.coupon-print-inside:after {
    right: -5px;
}
.coupon-print-inside:before {
    left: -5px;
}
/*---------------------------------------*/
/*---- 4. Shop  -------*/
/*---------------------------------------*/
.column-filters {
    margin-bottom: 35px;
}
.column-filters-inside {
    border: 3px solid #f5f5f5;
}
.column-filters .side-block {
    border-color: #ebebeb;
    padding: 30px 20px;
    margin-bottom: 0;
}
.column-filters .side-block > h3 {
    font-size: 22px;
    line-height: 24px;
    color: #005395;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-bottom: 25px;
}
.column-filters .category-list {
    margin-top: 20px;
}
.column-center {
    margin-bottom: 35px;
}
/*range slider*/
.noUi-horizontal {
    height: 6px;
}
.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    left: -7.5px;
    top: -5px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #005395;
    border-radius: 50%;
    cursor: pointer;
}
.noUi-target {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background-color: #c7c7c7;
    margin-bottom: 24px;
}
.noUi-origin {
    border-radius: 0;
    box-shadow: none;
}
.noUi-connect {
    background: #7694c6;
    border: 0;
    border-radius: 0;
    height: 6px;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-handle:before,
.noUi-handle:after {
    display: none;
    border: 0;
    border-radius: 0;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.range {
    margin-top: 35px;
}
.range p {
    color: #444444;
    font-size: 15px;
    line-height: 20px;
}
.prd-sm {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 26px;
}
.prd-sm:not(:last-child) {
    margin-bottom: 20px;
}
.prd-sm-img {
    width: 88px;
    min-width: 88px;
}
.prd-sm-delete {
    position: absolute;
    top: 5px;
    right: -4px;
    cursor: pointer;
    font-size: 18px;
    color: #444;
}
.prd-sm-delete:hover {
    opacity: .5;
}
.prd-sm-info {
    padding: 0 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.prd-sm-info h3 {
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    color: #292929;
    margin: 0;
}
.prd-sm-info h3 a {
    text-decoration: none;
}
.prd-sm-info h3 a:hover {
    text-decoration: underline;
}
.prd-sm-info .price {
    font-size: 20px;
    margin-top: auto;
    font-family: 'Lato', sans-serif;
    color: #005395;
    font-weight: bold;
}
.header-cart-dropdown .prd-sm-info {
    padding-right: 30px;
}
.prd-grid:not(.prd-carousel) {
    margin: -45px -15px 0;
}
.prd-grid.prd-carousel {
    margin: -45px 0 0;
}
.prd-grid:not(.prd-carousel) .prd {
    width: calc(33.333% - 30px);
    float: left;
}
.prd {
    margin: 45px 15px 15px;
}
.prd-img img {
    width: 100%;
}
.prd-info {
    padding: 0 15px;
    text-align: center;
}
.prd-info h3 {
    margin-top: 17px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
    text-transform: none;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    color: #292929;
}
.prd-info h3 a {
    text-decoration: none;
}
.prd-info h3 a:hover {
    text-decoration: underline;
}
.prd-info .price {
    font-size: 26px;
    margin-top: 18px;
    font-family: 'Lato', sans-serif;
    color: #005395;
    font-weight: bold;
}
.prd-info .btn {
    min-width: 0;
    margin-top: 20px;
    height: 45px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 800;
    padding: 12px 17px 18px;
}
.prd-info .btn [class*='icon-'] {
    font-size: 18px;
    padding-right: 9px;
    vertical-align: sub;
}
.prd .rating + .price {
    margin-top: 10px;
}
.rating i {
    font-size: 10px;
    padding: 0 1px;
    color: #005395;
}
.rating-4 i:nth-child(5) {
    color: #c2c2c2;
}
.rating-3 i:nth-last-child(-n+2) {
    color: #c2c2c2;
}
.rating-2 i:nth-last-child(-n+3) {
    color: #c2c2c2;
}
.rating-1 i:nth-last-child(-n+4) {
    color: #c2c2c2;
}
.rating-0 i {
    color: #c2c2c2;
}
.rating-text {
    display: inline-block;
    vertical-align: baseline;
    padding-left: 15px;
    font-size: 14px;
}
h5 > .rating {
    margin-right: 15px;
}
@media (min-width: 1199px) {
    .prd-grid:not(.prd-carousel) .prd:nth-child(3n) {
        margin-right: 0;
    }
    .prd-grid:not(.prd-carousel) .prd:nth-child(3n+1) {
        clear: left;
    }
}
@media (max-width: 1199px) and (min-width: 480px) {
    .prd-grid:not(.prd-carousel) .prd {
        width: calc(50% - 30px);
    }
    .prd-grid:not(.prd-carousel) .prd:nth-child(2n) {
        margin-right: 0;
    }
    .prd-grid:not(.prd-carousel) .prd:nth-child(2n+1) {
        clear: left;
    }
}
@media (max-width: 479px) {
    .prd-grid {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .prd-grid:not(.prd-carousel) .prd {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
.product-card img {
    width: 100%;
}
.prd-carousel .slick-next {
    right: -50px;
}
.prd-carousel .slick-prev {
    left: -50px;
}
.prd-carousel .slick-prev:before,
.prd-carousel .slick-next:before {
    color: #005395;
}
.filters-row {
    display: inline-block;
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid #e8e8e8;
    font-size: 16px;
    line-height: 22px;
}
.filters-row-left {
    float: left;
}
.filters-row-right {
    float: right;
    text-align: right;
}
.filters-row .form-inline {
    display: inline-block;
}
.filters-row .form-inline:not(:first-child) {
    margin-left: 3vw;
}
@media (max-width: 480px) {
    .filters-row .form-inline:not(:first-child) {
        margin: 8px 0;
        width: 100%;
    }
}
.filters-row .form-inline select {
    background-color: #f0f0f0;
    height: 35px;
    border-radius: 5px;
    border: 0;
    padding-left: 15px;
    outline: none !important;
    color: #7c7c7c;
}
.filters-row .form-inline .select-wrapper:before {
    right: 1px;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #f0f0f0;
    border-radius: 5px;
}
.simple-pagination {
    display: inline-block;
    color: #444;
}
.simple-pagination span,
.simple-pagination a {
    display: inline-block;
    vertical-align: top;
    color: #444;
    padding: 2px 5px;
    text-decoration: none;
}
.simple-pagination a.active {
    color: #005395;
    font-weight: bold;
}
.product-block .rating i {
    font-size: 12px;
}
.product-block-info > *:not(:first-child):not(span) {
    margin-top: 21px;
}
.product-previews {
    float: left;
    width: 106px;
}
@media (max-width: 480px) {
    .product-previews {
        width: 80px;
    }
}
.product-previews img {
    width: 100%;
}
.product-previews-item {
    display: block;
    margin-bottom: 11px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.product-previews-item:hover {
    opacity: .7;
}
.product-block-gallery {
    margin-bottom: 30px;
    overflow: hidden;
}
.product-block-mainimage {
    float: right;
    width: calc(100% - 127px);
}
@media (max-width: 480px) {
    .product-block-mainimage {
        width: calc(100% - 100px);
    }
}
.product-block-mainimage img {
    width: 100%;
}
.product-block-title {
    font-size: 26px;
    line-height: 36px;
    font-family: 'Lato', sans-serif;
    padding: 0;
    margin-bottom: 15px;
    color: #000;
}
.product-block-price {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    color: #005395;
}
.product-block-price-comment {
    font-size: 14px;
    margin-top: 10px !important;
}
.btn.product-block-add-to-cart {
    font-size: 20px;
    line-height: 30px;
    height: 70px;
}
.btn.product-block-add-to-cart [class*='icon-'] {
    font-size: 22px;
    padding-right: 12px;
    vertical-align: text-top;
}
@media (max-width: 480px) {
    .btn.product-block-add-to-cart {
        width: 100%;
    }
}
.product-block-description .row {
    margin: 0;
}
.product-block-description [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}
.product-block-actions {
    margin-top: 40px !important;
}
.qty-count {
    height: 70px;
    background-color: #f5f5f5;
    display: inline-block;
    border-radius: 5px;
    margin-right: 25px;
}
.count-add,
.count-input,
.count-reduce {
    float: left;
    margin-right: -1px;
    position: relative;
    z-index: 0;
}
.count-add,
.count-reduce {
    height: 70px;
    width: 30px;
    text-align: center;
    line-height: 70px;
    color: #565656;
    font-size: 20px;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.count-add:hover,
.count-reduce:hover {
    color: #000;
    cursor: pointer;
}
.count-input {
    width: 57px;
    height: 70px;
    line-height: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    text-align: center;
}
.zoomWrapper {
    position: relative;
}
.zoomContainer {
    z-index: 100;
}
.zoomLens {
    border: 1px solid #b0b0b0 !important;
}
.zoomWindowContainer > * {
    border: 2px solid #b0b0b0 !important;
}
.header-cart {
    margin-top: 31px;
    cursor: pointer;
    position: relative;
    float: right;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
@media (max-width: 1199px) {
    .header-cart {
        padding-left: 5px;
    }
}
@media (max-width: 991px) {
    .header-cart {
        margin-top: 27px;
    }
}
@media (max-width: 767px) {
    .header-cart {
        margin-top: 5px;
        margin-right: 5px;
    }
}
.header-cart a.icon {
    font-size: 40px;
    color: #4c4c4c;
    text-decoration: none;
}
.header-cart .badge {
    pointer-events: none;
    width: 19px;
    height: 19px;
    line-height: 14px;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    right: -5px;
    top: -1px;
    background-color: #005395;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    border-radius: 50%;
}
.header-cart:hover a.icon,
.header-cart.opened a.icon {
    color: #005395;
}
.header-cart:hover .badge,
.header-cart.opened .badge {
    background-color: #28a8eb;
}
.header-cart-dropdown {
    position: absolute;
    z-index: 1;
    right: -20px;
    top: -5000px;
    width: 350px;
    padding: 35px 32px 25px;
    background: #fff;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    text-align: left;
}
@media (max-width: 479px) {
    .header-cart-dropdown {
        width: 270px;
        padding: 15px 15px;
    }
}
.header-cart-dropdown .header-cart-total {
    font-size: 20px;
    line-height: 36px;
    font-family: 'Lato', sans-serif;
    border-top: 1px solid #e8e8e8;
    padding: 20px 0;
    overflow: hidden;
}
.header-cart-dropdown .header-cart-total .price {
    font-weight: bold;
    color: #005395;
}
.header-cart.opened .header-cart-dropdown {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
    -moz-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
    -ms-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
    opacity: 1;
    visibility: visible;
    top: 100%;
}
@media (max-width: 1199px) {
    header .phone .number {
        margin-bottom: 8px;
        font-size: 26px;
        line-height: 34px;
    }
    .header-cart {
        margin-right: -10px;
    }
}
@media (max-width: 767px) {
    .shop-page header .phone .number {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 24px;
    }
    .header-cart {
        margin-right: 0;
    }
    .header-cart a.icon {
        font-size: 33px;
    }
}
.product-block-description {
    margin: 55px 0 75px !important;
}
@media (max-width: 1199px) {
    .product-block-description {
        margin: 35px 0 55px !important;
    }
}
.product-block-description .no-marker,
.product-block-description .marker-list-arrow {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-block-description .no-marker > li,
.product-block-description .marker-list-arrow > li {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
    padding: 8px 0 8px;
    border-top: 1px solid #e7e7e7;
}
.product-block-description .no-marker > li:last-child,
.product-block-description .marker-list-arrow > li:last-child {
    border-bottom: 1px solid #e7e7e7;
}
.product-block-description .marker-list-arrow > li {
    font-weight: 600;
    padding-left: 45px;
}
.product-block-description .marker-list-arrow > li:after {
    position: absolute;
    top: 9px;
    left: 12px;
    display: block;
    font-family: 'pool';
    content: "\e913";
    color: #005395;
}
/*---------------------------------------*/
/*---- 5. Plugins overlay styles  -------*/
/*---------------------------------------*/
/* Slider */
.slick-loading .slick-list {
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 200;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:after,
.slick-next.slick-disabled:after {
    opacity: .25;
}
.slick-prev:before,
.slick-next:before {
    font-family: 'pool';
    font-size: 34px;
    line-height: 34px;
    color: #fff;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -55px;
}
.slick-prev:before {
    content: "\e90e";
}
.slick-next {
    right: -55px;
}
.slick-next:before {
    content: "\e90f";
}
/* Dots */
.slick-slider {
    margin: 0;
    padding: 0;
    list-style: none;
}
.slick-slider.nav-dot {
    margin-bottom: 75px;
}
@media (max-width: 767px) {
    .slick-slider {
        margin-bottom: 30px;
    }
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
@media (max-width: 767px) {
    .slick-dots {
        bottom: -25px;
    }
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    color: transparent;
    background-color: transparent;
    border: 0;
    outline: none;
}
.slick-dots li button:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #393C7B;
}
.slick-dots li.slick-active button:after,
.slick-dots li.slick-active button:hover:after {
    background:  #0C0F41;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.num_crea{
    display: block;
    color: #555665;
    font-weight: 600;
    font-size: 0.875em;
    text-align: right;
}

/*Form download*/
form{
    /* Apenas para centralizar o form na página */
    margin: 0 auto;
    width: 1000px;

    padding: 1em;
    border-radius: 1em;
}

form div + div {
    margin-top: 1em;
    margin-bottom: 1em;
}

label {
    display: inline-block;
    width: 400px;
    text-align: left;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
    margin-top: -15px;
}

/*Download btn*/
.pre-footer{
    background: #c7e3f1;
    text-align: center;
    text-transform: uppercase;
    padding: 2em 0 1em;
    font-weight: 700;
    text-shadow: 1px 1px 1px #fff;
    /*    text-transform: uppercase;*/
}
.pre-footer p{
    font-size: 2em;
    color: #8c8c8c;
}


.pre-footer span{
    display: block;
    width: 85%;
    margin: 0 auto;
}