@charset "UTF-8";

/*----- General CSS -----*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    line-height: 22px;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
}

hr {
    border-top: 2px solid #056FAD;
}

h1, h2, h3, h4, h5, h6 {
    color: #056FAD;
    margin: 0;
    margin-bottom: 16px;
    font-family: 'Rokkitt', sans-serif;
    font-weight: 600;
    line-height: normal;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 27px;
}

.news h2 {
    line-height: 29px;
    margin-top: 15px;
    margin-bottom: 15px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 16px;
}

p {
    margin-bottom: 30px;
}

ul, ol {
    margin-bottom: 30px;
}

ul li, ol li {
}

a {
    color: #056FAD;
    text-decoration: none;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.content a {
    text-decoration: underline;
}

a:focus, a:hover {
    text-decoration: none;
    color: #689cc7;
}

strong {
    font-weight: 600;
}

.wrapper {
    width: 100%;
}

/*-----  button -----*/

.btn {
    padding: 14px 20px;
    border-radius: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #FFFFFF;
    letter-spacing: 1px;
}

.btn-transparent {
    opacity: 0.8;
}

.btn-default {
    background: transparent;
    color: #056FAD;
    border: 1px solid #056FAD;
}

.btn-default:hover,
.btn-default.focus,
.btn-default:focus {
    background: #056FAD;
    color: #FFFFFF;
    border: 1px solid #056FAD;
}

.btn-primary {
    background: #056FAD;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
    background: transparent;
    color: #056FAD;
    border: 1px solid #FFFFFF;
}

.btn-primary.btn-transparent:hover,
.btn-primary.btn-transparent.focus,
.btn-primary.btn-transparent:focus {
    background: #056FAD;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    opacity: 1;
}

.btn-secondary {
    background-color: #689cc7;
    color: #fff;
    border: 1px solid #FFFFFF;
}

.btn-secondary:hover {
    background-color: #FFFFFF;
    color: #689cc7;
}

.btn-lg {
    font-size: 16px;
    padding: 20px 34px;
}

.btn-sm {
    font-size: 14px;
    padding: 10px 14px;
}

.btn-xs {
    font-size: 12px;
    padding: 6px 8px;
}

.btn-link {
    color: #1f7b76;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
}

.btn-link:hover {
    color: #056FAD
}

.slider-caption .btn .fa {
    font-size: 20px;
    margin: 0 5px;
}

.btn-with-decoration {
    position: relative;
    padding-left: 55px;
}

.btn-with-decoration:before {
    content: " ";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: -4px;
    left: 4px;
    border-top: 1px solid #056FAD;
    border-bottom: 1px solid #056FAD;
    border-left: 1px solid #056FAD;
    border-right: 0;
}

.icon-arrow {
    position: relative;
    display: block;
    width: 22px;
    height: 1px;
    background-color: #056FAD;
    top: 7px;
    left: -33px;
}

.icon-arrow:after {
    content: " ";
    display: block;
    position: absolute;
    border-right: 1px solid #056FAD;
    border-bottom: 1px solid #056FAD;
    transform: rotate(-45deg);
    width: 18px;
    height: 18px;
    top: -9px;
    right: 1px;
}

.btn-default:hover .icon-arrow {
    background-color: #FFFFFF;
}

.btn-default:hover .icon-arrow:after {
    border-color: #FFFFFF;
}

/*--------------- Form Elements ----------------*/
input.form-control {
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #e9eae4;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    height: 52px;
    color: #7c8182;
    font-weight: 600;
}

select.form-control {
    background-color: #fefefd;
    border-radius: 4px;
    border: 2px solid #e9eae4;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    height: 52px;
    font-weight: 600;
}

textarea.form-control {
    background-color: #fefefd;
    border-radius: 4px;
    border: 2px solid #e9eae4;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    font-weight: 600;
}

label.control-label {
    color: #303136;
    font-weight: 500;
    margin-bottom: 5px;
    font-weight: 600;
}

button.btn {
    padding-top: 20px;
    padding-bottom: 17px;
}

.form-group {
    margin-top: 10px;
}

.form-control:focus {
    border-color: #dad2cb;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 8px rgba(220, 213, 206, .6);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 8px rgba(220, 213, 206, .6);
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 14px;
}

.input-subtitle {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-size: 12px;
}

/*** help block ***/

.help-block {
    margin-top: 0;
    font-size: 12px;
}

/*** custom checkboxes ***/
input[type=checkbox] {
    display: none;
}

input[type=checkbox] + label:before {
    font-family: FontAwesome;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}

input[type=checkbox] + label:before {
    content: "\f096";
    color: #e5e5e5;
}

input[type=checkbox] + label:before {
    width: 20px;
}

input[type=checkbox]:checked + label:before {
    content: "\f046";
    color: #4a4a4a;
}

/*** custom radios ***/
input[type=radio] {
    display: none;
}

input[type=radio] + label {
    margin-right: 5px;
}

input[type=radio] + label:before {
    font-family: FontAwesome;
    display: inline-block;
    font-size: 16px;
}

input[type=radio] + label:before {
    content: "\f10c";
}

input[type=radio] + label:before {
    width: 20px;
}

input[type=radio]:checked + label:before {
    content: "\f05d";
}

.required {
    color: #ff481e;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

/*--------- list bullet elements --------*/

ul.listnone {
}

.arrow li {
    position: relative;
    padding-left: 20px;
    color: #6a716c;
    line-height: 32px;
}

.arrow li:before {
    font-family: FontAwesome;
    display: block;
    position: absolute;
    left: 0;
    width: 13px;
    font-size: 14px;
    color: #6a716c;
    content: "\f105";
}

.angle-double-right li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

.angle-double-right li:after {
    font-family: "fontAwesome";
    content: "\f101";
    font-size: 14px;
    color: #056FAD;
    position: absolute;
    top: 0;
    left: 0;
}

.check-circle li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

.check-circle li:after {
    font-family: "fontAwesome";
    content: "\f058";
    font-size: 14px;
    color: #056FAD;
    position: absolute;
    top: 0;
    left: 0;
}

/*--------------- Space Elements ---------------*/
p:last-child {
    margin-bottom: 0;
}

::selection {
    background: #ffecb3;
    color: #333;
}

::-moz-selection {
    background: #ffecb3;
    color: #333;
}

.section-space {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-space-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.space-top {
    padding-top: 80px;
}

.space-bottom {
    padding-bottom: 80px;
}

.section-color {
    background-color: #f9faf4;
}

.section-default-bg {
    background-color: #056FAD;
}

.section-title {
    margin-bottom: 60px;
    text-align: center;
}

.heading-title {
    color: #323734;
}

.heading-title-white {
    color: #fff;
}

.nospace {
    margin: 0;
    padding: 0;
}

.no-padding {
    padding: 0;
}

/*--------- nagative margin --------*/

/*----- General CSS -----*/
.listnone {
    list-style: none;
    padding: 0;
}

.bdr-top {
    border-top: 1px solid #ebece5;
}

.bdr-left {
    border-left: 1px solid #ebece5;
}

.bdr-right {
    border-right: 1px solid #ebece5;
}

.bdr-bottom {
    border-right: 1px solid #ebece5;
}

.bdr-top-thik {
    border-top: 2px solid #056FAD;
}

.padding-top60 {
    padding-top: 60px;
}

.main-container {
    /*padding-top: 80px;*/
    padding-bottom: 80px;
}

.small-content {
    font-family: 'Rokkitt', serif;
    font-size: 36px;
    color: #333333;
    margin-bottom: 45px;
    line-height: 33px;
}


/*---------------- Header -----------------*/
.header {
    padding-top: 20px;
}

.header-logo {
    max-width: 300px;
    margin-bottom: 20px;
}

.navigation {
    background-color: #FFFFFF;
    position: relative;
    z-index: 9;
}

#navigation,
#navigation ul,
#navigation ul li,
#navigation ul li a,
#navigation #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#navigation ul .has-sub li a {
    line-height: normal;
}

#navigation ul .has-sub li {
    /*border-bottom: 1px dashed #1f7b76;*/
    background: #0c5fa5;
    position: relative;
}

#navigation ul .has-sub li:before {
    display: inline-block;
    position: absolute;
    left: 35px;
    top: 20px;
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 20px;
    color: #689cc7;
}

#navigation:after,
#navigation > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#navigation #menu-button {
    display: none;
}

#navigation {
}

#navigation > ul > li {
    float: left;
}

#navigation.align-center > ul {
    font-size: 0;
    text-align: center;
}

#navigation.align-center > ul > li {
    display: inline-block;
    float: none;
}

#navigation.align-center ul ul {
    text-align: left;
}

#navigation.align-right > ul > li {
    float: right;
}

#navigation > ul > li > a {
    padding: 20px 15px;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: -1px;
}

#navigation > ul > li:hover > a {
    color: #ffffff;
}

#navigation > ul > li.active > a {
}

#navigation > ul > li.has-sub > a {
    padding-right: 30px;
}

#navigation > ul > li.has-sub > a:after {
    position: absolute;
    top: 19px;
    right: 15px;
    display: block;
    content: '\f107';
    font: normal normal normal 14px/1 FontAwesome;
}

#navigation > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
}

#navigation ul ul {
    position: absolute;
    left: -9999px;
}

#navigation.align-right ul ul {
    text-align: right;
}

#navigation ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#navigation li:hover > ul {
    left: auto;
}

#navigation.align-right li:hover > ul {
    left: auto;
    right: 0;
}

#navigation li:hover > ul > li {
    height: 51px;
}

#navigation ul ul ul {
    margin-left: 100%;
    top: 0;
}

#navigation.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#navigation ul ul li a {
    padding: 18px 15px;
    width: 220px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
}

#navigation ul ul li:last-child > a, #navigation ul ul li.last-item > a {
    border-bottom: 0;
}

#navigation ul ul li:hover > a, #navigation ul ul li a:hover {
    color: #689cc7;
}

#navigation ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    content: '\f105';
    font: normal normal normal 14px/1 FontAwesome;
}

#navigation.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}

#navigation.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}

#navigation ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}

@media all and (max-width: 991px) {
    .header-menu {
        padding-left: 0;
        padding-right: 0;
    }

    #navigation {
        width: 100%;
    }

    #navigation ul {
        background: #0c5fa5;
        width: 100%;
        display: none;
        padding-bottom: 20px;
    }

    #navigation.align-center > ul {
        text-align: left;
    }

    #navigation ul li {
        width: 100%;
        /*border-top: 1px solid #FFFFFF;*/
        background: #0c5fa5;
        position: relative;
    }

    #navigation ul li:after {
        content: " ";
        display: block;
        position: absolute;
        bottom: 0;
        left: 25px;
        right: 25px;
        width: calc(100% - 50px);
        height: 1px;
        background-color: #689cc7;
    }

    #navigation ul ul li, #navigation li:hover > ul > li {
        height: auto;
    }

    #navigation ul li a, #navigation ul ul li a {
        width: 100%;
        border-bottom: 0;
    }

    #navigation > ul > li {
        float: none;
    }

    #navigation ul ul li a {
        padding-left: 55px;
    }

    #navigation ul ul ul li a {
        padding-left: 35px;
    }

    #navigation ul ul li a {
        color: #dddddd;
        background: none;
    }

    #navigation ul ul li:hover > a, #navigation ul ul li.active > a {
        color: #ffffff;
    }

    #navigation ul ul, #navigation ul ul ul, #navigation.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }

    #navigation > ul > li.has-sub > a:after, #navigation > ul > li.has-sub > a:before, #navigation ul ul > li.has-sub > a:after,
    #navigation ul ul > li.has-sub > a:before {
        display: none;
    }

    #navigation #menu-button {
        display: block;
        padding: 17px;
        background: #0c5fa5;
        color: #FFFFFF;
        cursor: pointer;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 400;
    }

    #navigation #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        content: '';
    }

    #navigation #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: #fff;
        content: '';
    }

    #navigation #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #navigation #menu-button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #navigation .submenu-button {
        position: absolute;
        z-index: 99;
        right: 25px;
        top: 0;
        display: block;
        /*border-left: 1px solid #FFFFFF;*/
        height: 53px;
        width: 53px;
        cursor: pointer;
    }

    #navigation .submenu-button.submenu-opened {
        background: #0c5fa5;
    }

    #navigation ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }

    #navigation .submenu-button:after {
        position: absolute;
        top: 25px;
        right: 22px;
        width: 8px;
        height: 2px;
        display: block;
        background: #FFFFFF;
        content: '';
    }

    #navigation ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }

    #navigation .submenu-button.submenu-opened:after {
        background: #ffffff;
    }

    #navigation .submenu-button:before {
        position: absolute;
        top: 22px;
        right: 25px;
        display: block;
        width: 2px;
        height: 8px;
        background: #FFFFFF;
        content: '';
    }

    #navigation ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }

    #navigation .submenu-button.submenu-opened:before {
        display: none;
    }
}

/*----------------- slider ----------------*/
.slider, .slick-slide {
    position: relative;
}

.slider {
    margin-bottom: 50px;
    overflow: hidden;
}

.slider-img {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#056fad+0,7db9e8+100&1+32,0+100 */
    background: -moz-linear-gradient(-45deg, rgba(5,111,173,1) 0%, rgba(43,135,192,1) 32%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(5,111,173,1) 0%,rgba(43,135,192,1) 32%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(5,111,173,1) 0%,rgba(43,135,192,1) 32%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#056fad', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.slider img {
    width: 100%;
    z-index: -1;
    position: relative;
}

.slider-caption {
    position: relative;
    margin-top: 30px;
}

.slider-caption h2 {
    font-family: 'Rokkitt', serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #056FAD;
}

.slider-caption .city {
    font-family: 'Rokkitt', serif;
    text-transform: uppercase;
    font-weight: 400;
}

.slider-caption .year {
    font-family: 'Rokkitt', serif;
    font-weight: 100;
    font-size: 32px;
    margin-bottom: 20px;
}

.slider .slick-prev,
.slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: none !important;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 1px solid #FFFFFF;
    outline: none;
    border-radius: 0;
}

.slider .slick-prev:hover,
.slider .slick-prev:focus,
.slider .slick-next:hover,
.slider .slick-next:focus {
}

.slick-prev {
    left: -1px;
}

.slick-next {
    right: -1px;
}

.slick-prev::before,
.slick-next::before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 25px;
    transform: translate(-50%, -50%);
}

.slick-prev::before {
    background: transparent url('../images/arrow-left.png') no-repeat;
}

.slick-next::before {
    background: transparent url('../images/arrow-right.png') no-repeat;
}

/*--------------- home content --------------*/

.home-content .text {
    margin-bottom: 50px;
}

.home-content p {
    color: #060606;
    font-size: 23px;
    line-height: normal;
    text-align: left;
}

.home-content p strong {
    color: #056FAD;
    font-weight: 800;
}

.home-content p a:link,
.home-content p a:active,
.home-content p a:visited {
    color: #056FAD;
}

/*--------------- home featured --------------*/

.home-featured {
    margin-top: 45px;
}


/*--------------- service image --------------*/

.service-img {
    margin-bottom: 30px;
}

.service-item {
    margin-bottom: 30px;
}


/*----------------- about us -------------*/



/*----------------- staff -------------*/

.staff-bg {
    background: transparent url("../images/staff-bg.png") no-repeat center 30px;
    background-size: 100% auto;
}

.staff-link {
    margin-top: 18px;
    color: #333333;
    font-family: 'Rokkitt', serif;
    font-size: 36px;
    margin-bottom: 63px !important;
}

.staff-link span {
    color: #056FAD;
}

.box-counter {
    padding: 20px;
    background-color: #056FAD;
    color: #FFFFFF;
    margin-bottom: 20px;
    position: relative;
    font-family: 'Rokkitt', serif;
}

.vcenter {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.box-counter .counter {
    font-size: 100px;
    font-weight: 100;
    line-height: normal;
}

.box-counter .counter-label {
    font-size: 24px;
    text-transform: uppercase;
    line-height: normal;
}

.staff-table table,
.staff-table table tr,
.staff-table table td{
    border: 0;
}

.staff-table table td{
    padding: 10px;
}

.staff-table table tr td:first-of-type {
    text-align: right;
    font-family: 'Rokkitt', serif;
}

.staff-list ul {
    padding-left: 0;
}

.staff-list ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 20px;
    background-color: #eee;
    padding: 10px;
}

.staff-list ul li:before {
    content: "";
    background-color: #056FAD;
    width: 2px;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}


/*---------------- Servizi --------------*/

.box-servizi {
    padding: 0 30px 35px;
}

.box-servizi h3 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 30px;
}

.right-border {
    border-right: 2px solid #056FAD;
}

/*---------------- Contact us --------------*/
/*** contact ***/
.contact-us {
    padding-top: 80px;
}

.contact-location {
    border-top: 1px solid #ebece5;
    margin-top: 85px;
    border-bottom: 1px solid #ebece5;
}

.contact-block {
    border-right: 1px solid #ebece5;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: 280px;
}

.email-block {
    border-right: 0 solid transparent;
}

.contact-block address {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 26px;
}

.address-title {
    margin-bottom: 15px;
    display: inline-block;
}

.contact-form {
    background-color: #f4f6fa;
    padding-top: 85px;
    padding-bottom: 85px;
}

.map {
    height: 400px;
}

/*------------ error --------------*/
.error-title {
    font-size: 250px;
    color: #0c5fa5;
    margin-bottom: 85px;
}

.sorry-text {
    font-size: 60px;
    color: #323734;
    margin-bottom: 30px;
}

.not-found {
    font-size: 24px;
    font-weight: 500;
}

/*------------------ Staff page --------------*/
.effects {
    padding-left: 15px;
}

.effects .team-img {
    position: relative;
    float: left;
    margin-bottom: 10px;

    overflow: hidden;
}

.effects .team-img:nth-child(n) {
    /* margin-right: 5px;*/
}

.effects .team-img:first-child {
    /* margin-left: -15px;*/
}

.effects .team-img:last-child {
    /* margin-right: 0;*/
}

.effects .team-img img {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
}

.overlay {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(40, 80, 50, 0.7);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-details {
    display: block;
    position: absolute;
    z-index: 100;
    width: 80%;
    color: #fff;
    font-weight: 700;

}

/* ============================================================
  EFFECT 1 - SLIDE IN BOTTOM
============================================================ */
#effect-1 .overlay {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
}

#effect-1 .overlay .team-details {
    left: 0;
    right: 0;
    bottom: 15%;
    margin: 0 auto -20px auto;
}

#effect-1 .team-img.hover .overlay {
    height: 100%;
}

#effect-1 .overlay .team-details h2 {
    margin-bottom: 10px;
}

.team-block {
}

.team-title {
    color: #fff;
}

.team-social {
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding-top: 10px;
    margin-top: 10px;
}

.team-social ul li {
    float: left;
    margin-right: 10px;
}

.team-social ul li a {
    color: #fff;
}

.team-social ul li a:hover {
    color: #056FAD;
}

.team-designation {
    color: #1c746f;
    font-size: 13px;
    text-transform: uppercase;
}

.team-meta {
    font-weight: 600;
    border-bottom: 1px solid #ebece5;
    padding-bottom: 30px
}

.team-meta .call {
    padding-right: 30px;
}

/*------------------- Career page --------------*/
.career-block {
    border-bottom: 1px solid #ebece5;
    padding-bottom: 30px;
    padding: 40px;
}

.career-meta {
    font-size: 14px;
    text-transform: uppercase;
}

.job-location {
    padding-right: 30px;
}

.job-time {
}

.job-location i, .job-time i {
    padding-right: 10px;
    color: #056FAD;
}

/*-------------- Faq page -------*/
.faq-section {
    margin-top: 30px;
}

.faq-block {
    margin-bottom: 10px;
}

.faq-block:last-child {
    margin-bottom: 0;
}

.faq-icon {
    color: #056FAD;
}

.faq-content {
}

/*---------------- Location pages --------------*/
.location-details {
}

.location-title {
    margin-bottom: 40px;
}

.location-block {
    margin-bottom: 30px;
}

.small-title {
    text-transform: uppercase;
    color: #056FAD;
    font-weight: 600;
}

.location-map {
    height: 360px;
}

/*--------------- Pricing Page -------------*/
.pricing-block {
}

.pricing-inner {
    border: 2px solid #ebece5;
}

.pricing-head {
    padding: 40px;
    text-align: center;
}

.pricing-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.price-box {
    margin-top: 40px;
}

.price {
    font-size: 65px;
    color: #1f7b76;
    line-height: 1;
    font-weight: 100;
    margin-bottom: 0;
    letter-spacing: -6px;
}

.price-sign {
    font-size: 22px;
}

.price-feature {
    background-color: #f4f5f0;
    padding: 40px;
    border-top: #ebece5 2px solid;
}

.price-feature ul {
    margin-bottom: 0;
}

/*--------------- blog post thumbnail --------------*/
.post-block {
}

.post-pic {
    margin-bottom: 30px;
    position: relative;
}

.post-content p strong {
    color: #056FAD;
}

.meta {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border-top: 2px solid #ebece5;
    border-bottom: 2px solid #ebece5;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.meta-comments {
    padding-right: 20px;
}

.meta-comments i {
    padding-right: 10px;
    color: #056FAD;
}

.meta-date-bg {
    background-color: #1f7b76;
    text-transform: uppercase;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.meta-date-bg .meta-date {
    color: #fff;
}

.meta-date {
}

.meta-author {
}

.meta-link {
}

/*----- widget -----*/
.widget {
    margin-bottom: 30px;
}

.widget-title {
    border-bottom: 1px solid #ebece5;
    padding-bottom: 19px;
    margin-bottom: 20px;
}

.widget ul:last-child {
    margin-bottom: 0;
}

.widget ul li:last-child {
    margin-bottom: 0;
}

/*----- widget call -----*/
.widget-call {
    text-align: center;
}

.widget-callnum {
    color: #1f7b76;
    font-size: 24px;
}

/*----- widget download -----*/
.widget-download {
    text-align: center;
}

/*----- widget-hours -----*/
.widget-hours {
    text-align: center;
}

.day-time {
    font-size: 13px;
    font-weight: 500;
}

.days {
    color: #056FAD;
    margin-right: 30px;
    text-transform: uppercase;
}

.time {
    color: #7b7d7c;
}

/*----- sidenav -----*/

.sidenav {
    background-color: #1f7b76;
    padding: 30px;
}

.sidenav-title {
    border-bottom: 1px solid #1b6f6a;
    padding-bottom: 19px;
    margin-bottom: 0;
    color: #fff;
}

.sidenav ul {
    margin-bottom: 0;
    margin-top: 20px;
}

.sidenav ul li {
}

.sidenav ul li {
    position: relative;
    margin-bottom: 20px;
}

.sidenav ul li:before {
    font-family: "fontAwesome";
    content: "\f101";
    font-size: 14px;
    color: #b5d1cf;
    padding-right: 10px;
}

.sidenav ul li a {
    color: #b5d1cf;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
}

.sidenav ul li.active a {
    color: #fff;
}

.sidenav ul li a:hover {
    color: #fff;
}

.sidenav li.active:before {
    color: #fff;
}

.sidenav li:hover:before {
    color: #fff;
}

/*----- service -----*/
.service-pic {
    margin-bottom: 30px;
}

/*------------------- Testimonial block ----------------*/
.testimonial-block {
    position: relative;
    margin-bottom: 60px;
}

.testimonial-inner {
    padding: 40px;
    background-color: #fff;
    border: 3px solid #ebece5;
    border-radius: 10px;
}

.testimonial-desc {
    font-family: 'Open Sans', sans-serif;;
    font-style: italic;
}

.testimonial-name {
    color: #484b49;
    font-weight: 500;
}

.testimonial-icon {
    position: absolute;
    text-align: center;
    line-height: 2.8;
    color: #056FAD;
    top: -20px;
}

.testimonial-icon .circle {
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #056FAD;
    width: 50px;
    height: 50px;
    display: block;
}

/*---------------- call to action ---------------*/
.cta-section {
}

.cta-title {
    padding-top: 10px;
}

/*---------------- Insurance Logo -------------------*/
.insurance-logo {
    margin-bottom: 30px;
}

/*---------------- footer ---------------*/
.footer {
    background-color: #056FAD;
    padding-top: 30px;
    padding-bottom: 45px;
    color: #FFFFFF;
    font-size: 12px;
}

.footer p {
    line-height: normal;
}

.footer a {
    color: #FFFFFF;
}

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

.footer-widget {
    margin-bottom: 20px;
}

.footer-widget img {
    margin: 0 auto;
}

.privacy-links {
    text-align: center;
}

/*---------------- Page Header -----------------*/

.page-header {

    background-size: cover;

    color: #fff;
    margin: 0 0 40px 0;
    border: none;
    position: relative;
    padding: 0;
    /*-webkit-filter: grayscale(100%); !* Chrome, Safari, Opera *!*/
    /*filter: grayscale(100%);*/
}

.page-header:before {
    position: absolute;
    content: " ";
    top: 0;
    /*bottom: 0;*/
    left: 0;
    /*right: 0;*/
    width: 100%;
    height: 100%;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#056fad+0,7db9e8+100&1+32,0+100 */
    background: -moz-linear-gradient(-45deg, rgba(5,111,173,1) 0%, rgba(43,135,192,1) 32%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(5,111,173,1) 0%,rgba(43,135,192,1) 32%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(5,111,173,1) 0%,rgba(43,135,192,1) 32%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#056fad', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.page-section {
    padding: 60px 0 30px;
    text-align: left;
}

.page-title {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.page-breadcrumb {
    font-family: 'Rokkitt', serif;
}

.page-breadcrumb .breadcrumb {
    background: transparent;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    padding: 15px 0;
}

.breadcrumb > li + li::before {
    /*padding: 0 5px;*/
    color: #FFFFFF;
    content: ">";
}

.page-breadcrumb ol.breadcrumb li {
}

.page-breadcrumb ol.breadcrumb li a {
    color: #fff;
}

.page-breadcrumb .breadcrumb > .active {
    color: #fff;
}

.content-breadcrumbs .page-breadcrumb .breadcrumb {
    border-bottom: 1px solid #1f7b76;
}

.content-breadcrumbs .page-breadcrumb ol.breadcrumb li a {
    color: #323734;
}

.content-breadcrumbs .page-breadcrumb .breadcrumb > .active {
    color: #323734;
}

.content-breadcrumbs .breadcrumb > li + li::before {
    color: #1f7b76;
}

/*--------------- Template Elements --------------*/
.well-default {
    background-color: #f7f8f3;
    padding: 30px;
}

.blurb {
    border-bottom: 1px solid #eee;
    margin-bottom: 29px;
}

.lead {
    font-size: 21px;
    line-height: 35px;
    font-weight: 400;
}

.caption {
    font-style: italic;
}

/*-- feature box --*/
.feature {
    margin-bottom: 30px;
}

.feature-icon {
    color: #056FAD;
    margin-bottom: 30px;
}

.icon-big {
    font-size: 52px;
}

.icon-size-medium {
    font-size: 42px;
}

.feature-inner {
    padding: 40px;
}

.feature-bg {
}

.feature-content {
}

.feature-left {
}

.feature-left .feature-icon {
    float: left;
}

.feature-left .feature-content {
    padding-left: 60px;
    text-align: left;
}

.feature-center {
    text-align: center;
}

/*-- cta elements --*/
.cta-outline {
    border: 2px solid #e9eae4;
    padding: 30px;
    border-radius: 4px;
}

.cta-desc {
}

.cta-title {
    margin-bottom: 5px;
}

.cta-btn {
    text-align: center;
    margin-top: 25px;
}

/*============= media query =============*/
/*@media only screen and (max-width: 991px) {*/

    #navigation > ul > li > a {
        padding: 20px 45px;
        font-size: 16px;
        letter-spacing: 1px;
        text-decoration: none;
        color: #FFFFFF;
        font-weight: 400;
        text-transform: uppercase;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        margin-right: -1px;
    }


/*}*/

/********** Extra Plugin CSS - Back to top **********/

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #0c5fa5 url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible { /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #cb2529;
    opacity: 1;
}

/*--------------- blog post thumbnail --------------*/
.post-holder {
    margin-bottom: 30px;
}

.post-pic {
    margin-bottom: 30px;
    position: relative;
}

.post-content {
}

.meta {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border-top: 2px solid #ebece5;
    border-bottom: 2px solid #ebece5;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 20px;
    position: relative;
}

.meta-comments, .meta-author, .meta-tag {
    padding-right: 20px;
}

.meta-comments i, .meta-tag i {
    padding-right: 10px;
    color: #056FAD;
}

.meta-date-bg {
    background-color: #1f7b76;
    text-transform: uppercase;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.meta-date-bg .meta-date {
    color: #fff;
}

.meta-date {
}

.meta-author {
}

.meta-tag {
}

.meta-link {
}

.sticky-icon {
    background: url(../images/sticky-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 12px;
}

/*----- quote -----*/

blockquote {
    border-left: 0;
    padding: 30px 0;
    border-bottom: 4px solid #ebece5;
    border-top: 4px solid #ebece5;
    margin-bottom: 30px;
}

blockquote.alignleft {
    max-width: 50%;
}

blockquote.alignleft p {
    padding-left: 30px;
}

blockquote p {
    padding-left: 30px;
    font-style: italic;
}

blockquote:before {
    font-family: "FontAwesome";
    content: "\f10d";
    line-height: 1;
    position: absolute;
    left: 14px;
}

.quote-name {
    color: #484b49;
    font-weight: 500;
    padding-left: 20px;
    font-size: 16px;
}

/*----- alignment -----*/

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 .5em 20px;
}

.alignright-block {
}

.alignleft-block {
}

/*--------- related post --------*/
.related-post {
    border-top: 1px solid #ebece5;
    padding-top: 30px;
}

.related-block {
    margin-top: 20px;
}

.related-pic {
    margin-bottom: 30px;
}

/*--------- next prev post --------*/
.next-prev-post {
    border-top: 1px solid #ebece5;
    padding-top: 20px;
    margin-top: 40px;
}

.prev-next-title {
}

.prev-post {
}

.prev-link {
    margin-bottom: 20px;
}

.next-post {
    text-align: right;
}

.next-link {
    margin-bottom: 20px;
}

/*--------- author post --------*/
.author-post {
    border-top: 1px solid #ebece5;
    padding-top: 50px;
    margin-top: 10px;
    margin-bottom: 60px;
}

.author-block {
    border: 2px solid #ebece5;
    border-radius: 4px;
    padding: 30px;
}

.author-pic {
}

.author-info {
}

.author-meta {
    font-size: 12px;
    color: #1f7b76;
    margin-left: 20px;
    font-weight: 600;
}

/*--------- comment post --------*/
.comment-post {
    margin-bottom: 80px;
}

.comment-list {
}

.comments-title {
    margin-bottom: 40px;
}

.comment-body {
}

.comment-title {
}

ul.comment-body {
    padding-left: 0;
    border-bottom: 1px solid #ebece5;
    padding-bottom: 39px;
    margin-bottom: 40px;
}

li ul.comment-body {
    padding-left: 0;
    border-bottom: 0 solid #ebece5;
    padding-bottom: 0;
}

.comment-frame {
    float: left;
}

.user-comments {
    margin-left: 170px;
}

.comment-list ul:last-child {
    padding-left: 0;
    border-bottom: 0 solid #ebece5;
    padding-bottom: 0;
    margin-bottom: 0;
}

ul li ul.comment-body {
    margin-top: 35px;
}

/*--------- leave reply --------*/
.leave-reply {
    background-color: #f9faf4;
    padding: 30px;
}

/*--------- pagination --------*/

.st-pagination {
    margin-top: 100px;
    text-align: center;
}

.st-pagination .pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 7px 16px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #7d7d7c;
    text-decoration: none;
    font-size: 14px;
    background-color: #e9eae4;
    border: none;
    margin-right: 5px;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
}

.st-pagination .pagination > li > a:focus,
.st-pagination .pagination > li > a:hover,
.st-pagination .pagination > li > span:focus,
.st-pagination .pagination > li > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #056FAD;
    border-color: #056FAD;
}

.st-pagination .pagination > li:first-child > a,
.st-pagination .pagination > li:first-child > span {
    margin-left: 0;
    border-radius: 4px;
}

.st-pagination .pagination > li:last-child > a,
.st-pagination .pagination > li:last-child > span {
    border-radius: 4px;
}

.st-pagination .pagination > .active > a,
.st-pagination .pagination > .active > a:focus,
.st-pagination .pagination > .active > a:hover,
.st-pagination .pagination > .active > span,
.st-pagination .pagination > .active > span:focus,
.st-pagination .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #056FAD;
    border-color: #056FAD;
    border-radius: 4px;
}

/*--------- sidebar --------*/

.sidebar p {
    font-size: 14px;
}

/*** search ***/

.widget-search {
    margin-bottom: 30px;
    padding: 0;
}

.widget-search .search-query {
    padding-right: 20px;
    padding-left: 20px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widget-search .input-group-btn:last-child > .btn, .widget-search .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -18px;
}

.widget-search button {
    border: 0;
    background: none; /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px; /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #2c827e;
}

.search-query:focus + button {
    z-index: 3;
}

/*** categories ***/

.widget-categories {
}

/*** archives ***/

.widget-archives {
}

/*** recent-post ***/

.widget-recent-post {
}

.recent-post-block {
    margin-bottom: 20px;
}

.recent-pic {
    margin-bottom: 30px;
    position: relative;
}

.recent-post-desc {
}

.recent-post-title {
}

/*** tags ***/
.widget-tags {
}

.widget-tags a {
    background-color: #e9eae4;
    text-transform: uppercase;
    border-radius: 4px;
    color: #7d7d7c;
    padding: 12px 17px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
}

.widget-tags a:hover {
    background-color: #1f7b76;
    color: #fff;
}

/*** shortcodes column ***/
.column-block {
    margin-bottom: 30px;
    border-bottom: 1px solid #ebece5;
    padding-bottom: 29px;
}

/*** shortcodes alert  ***/
.st-alert {
}

.st-alert .alert {
    font-weight: 500;
}

.st-alert .alert-success {
    color: #869f7b;
    background-color: #effce9;
    border: 1px solid #b4d3a5;
}

.st-alert .alert-info {
    color: #8c979c;
    background-color: #eef5f9;
    border: 1px solid #abd2e6;
}

.st-alert .alert-warning {
    color: #c6a95c;
    background-color: #fcf8e3;
    border: 1px solid #c6a95c;
}

.st-alert .alert-danger {
    color: #dba1a1;
    background-color: #fbefef;
    border: 1px solid #dba1a1;
}

.st-alert .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.8;
    opacity: 1;
}

.st-alert .alert-success .close:focus, .alert-success .close:hover {
    color: #869f7b;
}

.st-alert .alert-info .close:focus, .alert-info .close:hover {
    color: #abd2e6;
}

.st-alert .alert-warning .close:focus, .alert-warning .close:hover {
    color: #c6a95c;
}

.st-alert .alert-danger .close:focus, .alert-danger .close:hover {
    color: #dba1a1;
}

/*** shortcodes accordion  ***/
.st-accordion {
}

.st-accordion .sign {
    color: #323734;
    padding: 0 2px;
    position: absolute;
    right: 0;
    top: 2px;
}

.st-accordion .accordion .panel-heading.active .sign {
    color: #95cd40;
}

.st-accordion .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
    position: relative;
}

.sign {
    color: #084988;
    padding: 0 2px;
    position: absolute;
    right: -10px;
    top: 6px;
}

.st-accordion .panel-heading.active .sign {
    color: #056FAD;
}

.st-accordion .panel {
    margin-bottom: 20px;
    background-color: #f7f8f3;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.st-accordion .panel-default {
    border-color: transparent;
}

.st-accordion .panel-group .panel {
    margin-bottom: 30px;
    border-radius: 0;
}

.st-accordion .panel-default > .panel-heading {
    color: #323734;
    background-color: #f7f8f3;
    border-color: transparent;
}

.st-accordion .panel-heading {
    padding: 15px 30px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.st-accordion .panel-group .panel-heading + .panel-collapse > .list-group, .
.st-accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0 solid transparent;
}

.st-accordion .panel-body {
    padding: 0 30px 15px;
}

.st-accordion .panel-body p:first-child {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.st-accordion .panel-body p:last-child {
    margin-bottom: 0;
}

.st-accordion .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0 solid transparent;
}

/*** shortcodes tabs  ***/
.st-tabs {
}

.st-tabs .nav-tabs {
    border-bottom: 1px solid #056FAD;
}

.st-tabs .nav-tabs > li {
    margin-bottom: 0;
}

.st-tabs .nav-tabs > li > a {
    margin-right: -1px;
    line-height: 1.42857143;
    border: 1px solid #edeee7;
    border-radius: 2px 2px 0 0;
    background-color: #f9faf4;
    color: #056FAD;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 30px;
    letter-spacing: 1px;
}

.st-tabs .nav-tabs > li > a:hover {
    background-color: #056FAD;
    border-bottom: 1px solid #f9f8f4;
    color: #fff;
    border-color: #056FAD;
}

.st-tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #056FAD;
    border: 1px solid transparent;
    border-bottom-color: transparent;
}

.st-tabs .tab-content {
    padding: 30px;
    background-color: #f7f8f3;
}

/*----- Vertical tabs -----*/

.st-vertical-tabs {
}

.st-vertical-tabs .nav-tabs > li > a {
    margin-bottom: -3px;
    border-radius: 2px;
    margin-right: 0;
}

.st-vertical-tabs .tab-content {
    padding: 30px 50px;
    background-color: #f9faf4;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.tab-pic {
    margin-bottom: 30px;
}

/*-------------------------------
---------- Home page V2 ---------
--------------------------------*/
.homepage-2 {
}

.header-v2 {
}

.navigation .container {
    max-width: 1250px;
}

.navigation-transparent {
    z-index: 9;
}

.navigation-bar {
    border-bottom: 3px solid #056FAD;
    margin-top: 20px;
}

.navigation-transparent #navigation > ul > li > a {
    padding: 20px 10px 30px 18px;
    border: none;
    color: #fff;
}

.navigation-transparent #navigation > ul > li.has-sub > a:after {
    right: 4px;
}

.navigation-transparent #navigation > ul > li.has-sub > a {
    padding-right: 20px;
}

.navigation-transparent #navigation > ul > li.active > a {
    background-color: transparent;
    color: #056FAD;
}

.search-box {
    padding-top: 14px;
    text-align: center;
}

.search-box a {
    color: #fff;
    font-size: 12px;
}

.homepage-2 .slider, .slick-slide {
    position: relative;
}

.homepage-2 .slider-captions {
    bottom: 20%;
}

.top-nav-collapse {
    background-color: rgba(130, 188, 144, .8);
}

.service-block-v2 {
}

.service-caption {
}

.service-caption a {
    background-color: #056FAD;
    padding: 15px 30px;
    width: 100%;
    display: block;
    color: #fff;
    font-weight: 600;
}

.service-caption a:hover {
    background-color: #e8a32c;
}

.meta-v2 {
    text-transform: uppercase;
    color: #1f7b76;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 600;
}

.meta-v2 .meta-date {
}

.testimonial-block-v2 {
}

.testimonial-block-v2 .testimonial-desc {
    font-size: 17px;
    color: #323734;
    line-height: 29px;
}

.testimonial-pic {
    margin-bottom: 30px;
}

.footer-v2 {
    background-color: #383c3c;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-top {
    background-color: #2c3030;
}

.ft-social {
    border-right: 1px solid #414545;
}

.ft-social ul {
}

.ft-social ul li, .ft-contact ul li {
    float: left;
}

.ft-heading {
    padding-top: 20px;
    font-weight: 600;
    color: #bfc4c0;
    text-transform: uppercase;
    font-size: 14px;
}

.ft-social ul li a {
    padding: 20px;
    display: block;
    color: #5e6561;
}

.ft-contact {
}

.ft-contact ul li {
    padding-top: 20px;
    padding-left: 20px;
    color: #bfc4c0;
    font-weight: 500;
}

/* =============================================================================
   Projects
   ========================================================================== */

.tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

}
.tile:hover {

}

.scale-anm {
    transform: scale(1);
}


p{
    text-align: justify;
}



p:hover {
}

.tile {
    margin-bottom: 30px;
}

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



.btn-portfolio {
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin: 0 9px 6px 0;
    height: auto;
    border: 1px solid #0c5fa5;
    vertical-align: middle;
    -webkit-appearance: none;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #0c5fa5;
    padding: 6px 8px;
    text-transform: uppercase;
}

.btn-portfolio:hover {
    text-decoration: none;
    color: #0c5fa5;
}

.btn-portfolio:focus {
    outline: none;
    /*border-color: var(--darken-2);*/
    /*box-shadow: 0 0 0 3px var(--darken-3);*/
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.toolbar {
    margin-bottom: 35px;
}

.tile-box {
    position: relative;
    display: block;
}

.tile-box .title {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFFFFF;
    font-family: 'Rokkitt', sans-serif;
    font-weight: 600;
    line-height: 22px;
    margin: 10px;
    font-size: 24px;
    text-transform: uppercase;
}

.tile-box .date {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    /*width: 100%;*/
    color: #FFFFFF;
    font-family: 'Rokkitt', sans-serif;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
    font-size: 40px;
}

.tile-box:before {
    position: absolute;
    content: " ";
    top: 0;
    /*bottom: 0;*/
    left: 0;
    /*right: 0;*/
    width: 100%;
    height: 100%;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#056fad+1,7db9e8+100&0.7+0,0+100 */
    background: -moz-linear-gradient(left, rgba(5,111,173,0.7) 0%, rgba(5,111,173,0.69) 1%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(5,111,173,0.7) 0%,rgba(5,111,173,0.69) 1%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(5,111,173,0.7) 0%,rgba(5,111,173,0.69) 1%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3056fad', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */

}

.news-box {
    margin-bottom: 30px;
}

.news-box p {
    font-size: 14px;
    color: #333333;
}


/* =============================================================================
   Loader
   ========================================================================== */

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.5);
}

#loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 48px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 16px;
    }

    .vcenter\@m {
        position: relative;
        top: 50%;
        transform: translate(0, -50%);
    }




}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    /*---------------- Header -----------------*/
    .header {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .header-logo {
        margin-bottom: 0;
    }

    .header-menu .navigation {
        float: right;
    }

    #navigation > ul > li > a {
        padding: 20px;
        /*font-size: 16px;*/
        /*letter-spacing: 1px;*/
        /*text-decoration: none;*/
        color: #056FAD;
        /*font-weight: 400;*/
        /*text-transform: uppercase;*/
        /*border-left: 1px solid #186d68;*/
        /*border-right: 1px solid #186d68;*/
        /*margin-right: -1px;*/
    }

    #navigation > ul > li:hover > a {
        color: #ffffff;
        background-color: #0c5fa5;
    }

    #navigation > ul > li.active > a {
        background-color: #0c5fa5;
        color: #ffffff;
    }


    /** submenu **/

    #navigation .has-sub > ul {
        padding-bottom: 20px;
        background-color: #0c5fa5;
    }


    #navigation > ul > li.has-sub > a {
        border-bottom: 1px solid #FFFFFF;
    }

    #navigation .has-sub ul li:after {
        content: " ";
        display: block;
        position: absolute;
        bottom: 0;
        left: 25px;
        right: 25px;
        width: calc(100% - 50px);
        height: 1px;
        background-color: #689cc7;
    }

    #navigation .has-sub ul li > a {
        padding-left: 50px;
    }

    /*----------------- slider ----------------*/

    .slider {
        margin-bottom: 0;
    }

    .slider-caption {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translate(0, -50%);
        margin-top: 0;
        padding: 0 65px;
    }

    .slider-caption h2 {
        color: #FFFFFF;
        font-size: 40px;
        line-height: 30px;
        /*margin-bottom: 55px;*/
        margin-bottom: 7%;
    }

    .slider-caption .city {
        position: relative;
        color: #FFFFFF;
        font-size: 22px;
        /*margin-bottom: 40px;*/
        margin-bottom: 5%;
    }

    .slider-caption .city:before {
        position: absolute;
        top: -15px;
        left: 0;
        content: " ";
        width: 110px;
        height: 1px;
        background-color: #FFFFFF;
    }

    .slider-caption .year-cta {
        position: relative;
        display: block;
    }

    .slider-caption .year {
        display: block;
        color: #FFFFFF;
        font-size: 110px;
        line-height: 80px;
        opacity: 0.2;
    }

    .slider-caption .year-cta .cta {
        width: 300px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .slider-caption .btn {
        display: inline-block;
        /*float: right;*/
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
    }

    .slider .slick-prev,
    .slider .slick-next {
        display: block !important;
    }


    /*--------------- home content --------------*/

    .home-content {
        position: relative;
        background: #FFFFFF url("../images/home-section-content-bg.jpg") no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 42vw;
    }

    .home-content p {
        font-size: 30px;
    }

    .home-content .container {
        position: relative;
        top: 50%;
        transform: translate(0, -50%);
    }

    /*--------- sidebar --------*/

    .sidebar-content {
        position: relative;
    }

    .sidebar-content:before {
        display: block;
        content: " ";
        position: absolute;
        left: -4vw;
        top: 0;
        height: 100%;
        width: 2px;
        background-color: #056FAD;
    }

    /*--------- footer --------*/

    .privacy-links {
        text-align: right;
    }

    /*--------- servizi --------*/

    .box-servizi.bordered {
        border-right: 2px solid #056FAD;
    }



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    /*--------- sidebar --------*/

    .sidebar-content:before {
        left: -50px;
    }

    /*--------------- home content --------------*/

    .home-content p {
        font-size: 36px;
    }

    .slider-caption h2 {
        /*font-size: 60px;*/
        /*line-height: 50px;*/
        /*margin-bottom: 10%;*/
    }

    .slider-caption .city {
        font-size: 24px;
        margin-bottom: 5%;
    }

    .slider-caption .city:before {
        top: -15px;
    }

    .slider-caption .year {
        /*font-size: 150px;*/
        /*line-height: 100px;*/
    }


}

@media only screen and (min-width : 1400px) {


    /*--------------- home content --------------*/

    .slider-caption h2 {
        font-size: 55px;
        line-height: 45px;
        margin-bottom: 8%;
    }

    .slider-caption .city {
        font-size: 24px;
        margin-bottom: 5%;
    }

    .slider-caption .city:before {
        top: -15px;
    }

    .slider-caption .year {
        font-size: 150px;
        line-height: 100px;
    }


}

/* UTILS */

.text-uppercase {
    text-transform: uppercase;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}
