html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}




body {
    font-family: 'Roboto', sans-serif;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    line-height: 1.42857143;
    position: relative;
    color: #323946;
    background-color: #f3f4f7;

}
body * {
    box-sizing: border-box;
    line-height: 1.42857143;
}
h1, h2, h3, h4, h5, h6, strong, b {
    font-weight: 700;
    line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    line-height: 1.2;
}
i, em {
    font-style: italic;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
    color: #3357b4;
}
input[type=text],
input[type=submit],
input[type=search],
input[type=image],
input[type=password],
input[type=email],
button,
textarea {
    -webkit-appearance: none;
}
textarea,
button,
input[type=password],
input[type=search],
input[type=email],
input[type=submit],
input[type=text] {
    font-family: 'Roboto', sans-serif;
}
a:focus {
    text-decoration: none;
}
textarea:focus,
button:focus,
a:focus,
input:focus {
    outline: none;
}






.maincont {
    margin-bottom: 20px;
    margin-top: 35px;
}
.cont-boxed {
    background-color: #fff;
    border-radius: 3px;
    padding: 50px 50px 30px;
    margin-bottom: 50px;
}
@media only screen and (max-width : 479px) {
    .cont-boxed {
        padding: 30px 30px 10px;
    }
}







.cf-lg-2:nth-child(6n+1),
.cf-lg-3:nth-child(4n+1),
.cf-lg-4:nth-child(3n+1),
.cf-lg-6:nth-child(2n+1) {
    clear: left;
}
@media only screen and (max-width : 1229px) {
    .cf-md-2:nth-child(n),
    .cf-md-3:nth-child(n),
    .cf-md-4:nth-child(n),
    .cf-md-6:nth-child(n) {
        clear: none;
    }
    .cf-md-2:nth-child(6n+1),
    .cf-md-3:nth-child(4n+1),
    .cf-md-4:nth-child(3n+1),
    .cf-md-6:nth-child(2n+1) {
        clear: left;
    }
}
@media only screen and (max-width : 991px) {
    .cf-sm-2:nth-child(n),
    .cf-sm-3:nth-child(n),
    .cf-sm-4:nth-child(n),
    .cf-sm-6:nth-child(n) {
        clear: none;
    }
    .cf-sm-2:nth-child(6n+1),
    .cf-sm-3:nth-child(4n+1),
    .cf-sm-4:nth-child(3n+1),
    .cf-sm-6:nth-child(2n+1) {
        clear: left;
    }
}
@media only screen and (max-width : 767px) {
    .cf-xs-2:nth-child(n),
    .cf-xs-3:nth-child(n),
    .cf-xs-4:nth-child(n),
    .cf-xs-6:nth-child(n) {
        clear: none;
    }
    .cf-xs-2:nth-child(6n+1),
    .cf-xs-3:nth-child(4n+1),
    .cf-xs-4:nth-child(3n+1),
    .cf-xs-6:nth-child(2n+1) {
        clear: left;
    }
}


/** 1 - Reset **/


/** 2 - Stylization **/
.stylization {
    line-height: 1.9;
    font-size: 16px;
    color: #636363;
}
.stylization:after {
    display: block;
    clear: both;
    content: '';
}
.stylization p {
    line-height: 1.9;
    margin: 0 0 35px;
}
.stylization h1,
.stylization h2,
.stylization h3,
.stylization h4,
.stylization h5,
.stylization h6 {
    color: #323946;
    margin: 0 0 35px;
}
.stylization h1 {
    font-size: 35px;
}
.stylization h2 {
    font-size: 28px;
}
.stylization h3 {
    font-size: 24px;
}
.stylization h4 {
    font-size: 21px;
}
.stylization h5 {
    font-size: 18px;
}
.stylization h6 {
    font-size: 16px;
}
.stylization a {
    color: #226b22;
    text-decoration: none;
    transition: all 0.2s;
    border-bottom: 1px solid transparent;
}
.stylization a:hover {
    text-decoration: none;
    border-color: #3357b4;
}
.stylization strong,
.stylization b {
    color: #323946;
}
.stylization ul {
    margin: 0 0 35px 18px;
    padding: 0;
}
.stylization ul > li {
    list-style-image: url("../img/chk1.png");
}
.stylization li {
    padding: 0;
    line-height: 1.9;
    margin-bottom: 5px;

    margin-top: 5px;
}
.stylization li > ul {
    margin: 0 0 0 18px;
}
.stylization ol {
    list-style-type: decimal;
    margin: 0 0 35px 18px;
    padding: 0;
}
.stylization ol li {
    position: relative;
}
.stylization li > ol {
    margin: 0 0 0 18px;
}
.stylization address {
    margin: 0 0 35px;
    line-height: 1.9;
}
.stylization code {
    background-color: #e8e8e8;
    padding: 2px 4px;
    color: #323946;
    font-family: Inconsolata, monospace;
}
.stylization pre {
    background: #f8fafc;
    border: 1px solid #c4d8ec;
    font-size: 16px;
    line-height: 1.42857143;
    margin: 0 0 40px;
    max-width: 100%;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: Inconsolata, monospace;
    color: #323946;
}
.stylization mark,
.stylization ins {
    background: #3357b4;
    color: #fff;
    padding: 2px 4px;
    text-decoration: none;
}
.stylization sup {
    vertical-align: super;
    font-size: smaller;
}
.stylization sub {
    vertical-align: sub;
    font-size: smaller;
}
.stylization blockquote {
    padding: 26px 40px 10px;
    margin: 0 auto 40px;
    overflow: hidden;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    max-width: 800px;
    position: relative;
    line-height: 1.9;
}
.stylization blockquote:before {
    position: absolute;
    content: '';
    top: 3px;
    height: 3px;
    border-top: 1px solid #3357b4;
    border-bottom: 1px solid #3357b4;
    left: 50%;
    width: 40px;
    margin: 0 0 0 -20px;
    display: block;
}
.stylization blockquote:after {
    position: absolute;
    content: '';
    bottom: 3px;
    height: 3px;
    border-top: 1px solid #3357b4;
    border-bottom: 1px solid #3357b4;
    left: 50%;
    width: 40px;
    margin: 0 0 0 -20px;
    display: block;
}
.stylization blockquote p {
    margin-bottom: 20px !important;
    color: #323946;
}
.stylization cite {
    font-style: italic;
    color: #323946;
    font-weight: 700;
}
.stylization dl {
    margin: 0 0 35px;
    line-height: 1.9;
}
.stylization dt {
    font-weight: 700;
    color: #323946;
    line-height: 1.9;
}
.stylization dd {
    margin: 0 0 35px;
    line-height: 1.9;
}
.stylization table,
.stylization th,
.stylization td {
    border: 1px solid #c4d8ec;
    line-height: 1.9;
}
.stylization table {
    border-collapse: collapse;
    border-spacing: 0;
    /*border-width: 1px 0 0 1px;*/
    margin: 0 0 40px;
    table-layout: fixed;
    width: 100%;
    color: #323946;
    border-radius: 3px;
}
.stylization caption,
.stylization th,
.stylization td {
    font-weight: normal;
    text-align: left;
    font-size: 14px;
}
.stylization th {
    /*border-width: 0 1px 1px 0;*/
    font-weight: 700;
}
.stylization td {
    /*border-width: 0 1px 1px 0;*/
}
.stylization th,
.stylization td {
    padding: 10px 15px;
}
.stylization legend {
    line-height: 1.9;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
}
.stylization .wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.stylization .wpcf7 .wpcf7-not-valid {
    border-color: #f33 !important;
}
.stylization .wpcf7 div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
}
.stylization .wpcf7 div.wpcf7-response-output.wpcf7-validation-errors {
    display: none !important;
}
.stylization input[type=email],
.stylization input[type=tel],
.stylization input[type=search],
.stylization input[type=password],
.stylization input[type=text] {
    display: block;
    padding: 0 15px;
    color: #323946;
    width: 100%;
    background: #f8fafc;
    font-size: 14px;
    height: 40px;
    border: 1px solid #e0e4f6;
    transition: all 0.2s;
}
.stylization input[type=email]:focus,
.stylization input[type=tel]:focus,
.stylization input[type=search]:focus,
.stylization input[type=password]:focus,
.stylization input[type=text]:focus {
    border-color: #bfcedc;
}
.stylization input[type=search]::-webkit-input-placeholder,
.stylization input[type=password]::-webkit-input-placeholder,
.stylization input[type=tel]::-webkit-input-placeholder,
.stylization input[type=email]::-webkit-input-placeholder,
.stylization input[type=text]::-webkit-input-placeholder {
    color: #a0b0c1;
}
.stylization input[type=search]::-moz-placeholder,
.stylization input[type=password]::-moz-placeholder,
.stylization input[type=tel]::-moz-placeholder,
.stylization input[type=email]::-moz-placeholder,
.stylization input[type=text]::-moz-placeholder {
    color: #a0b0c1;
    opacity: 1;
}
.stylization input[type=search]:-ms-input-placeholder,
.stylization input[type=password]:-ms-input-placeholder,
.stylization input[type=tel]:-ms-input-placeholder,
.stylization input[type=email]:-ms-input-placeholder,
.stylization input[type=text]:-ms-input-placeholder {
    color: #a0b0c1;
}
.stylization textarea {
    display: block;
    padding: 12px 15px;
    background: #f8fafc;
    color: #323946;
    width: 100%;
    font-size: 14px;
    height: 150px;
    border: 1px solid #e0e4f6;
    transition: all 0.2s;
}
.stylization textarea:focus {
    border-color: #bfcedc;
}
.stylization textarea::-webkit-input-placeholder {
    color: #a0b0c1;
}
.stylization textarea::-moz-placeholder {
    color: #a0b0c1;
    opacity: 1;
}
.stylization textarea:-ms-input-placeholder {
    color: #a0b0c1;
}
.stylization button,
.stylization input[type=submit] {
    display: inline-block;
    border: none;
    transition: all 0.2s;
    font-weight: 500;
    background: #323946;
    padding: 10px 35px;
    color: #ffffff;
    letter-spacing: 0.01em;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}
.stylization button:hover,
.stylization input[type=submit]:hover {
    background: #474f6e;
}


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


body .btn1 {
    border: none;
    background-color: #4258b0;
    transition: background-color 0.2s;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    border-radius: 3px;
    text-align: center;
    padding: 10px 37px;
    box-shadow: 0 6px 18px 0 rgba(66,88,176,0.2);
    text-decoration: none;
}
body .btn1:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #f3a249;
}

body .btn2 {
    border: none;
    background-color: #3357b4;
    transition: background-color 0.2s;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    text-align: center;
    padding: 10px 37px;
    box-shadow: 0 6px 18px 0 rgba(66,88,176,0.2);
    text-decoration: none;
    position: relative;
    height: 40px;
    display: inline-block;
}
body .btn2:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #4d71cd;
}
body .btn2:before {
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    left: -20px;
    border-right: 10px solid #3357b4;
    border-bottom: 20px solid #3357b4;
    border-left: 10px solid transparent;
    border-top: 20px solid transparent;
    transition: border-color 0.2s;
}
body .btn2:after {
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    right: -20px;
    border-left: 10px solid #3357b4;
    border-top: 20px solid #3357b4;
    border-right: 10px solid transparent;
    border-bottom: 20px solid transparent;
    transition: border-color 0.2s;
}
body .btn2:hover:before {
    border-right-color: #4d71cd;
    border-bottom-color: #4d71cd;
}
body .btn2:hover:after {
    border-left-color: #4d71cd;
    border-top-color: #4d71cd;
}

.special-marked {
    background-color: #3357b4;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    margin: 0;
}
.special-marked .special-marked-lt {
    position: absolute;
    right: 100%;
    height: 100%;
    width: auto;
    display: block;
    top: 0;
    z-index: -1;
}
.special-marked .special-marked-rt {
    position: absolute;
    left: 100%;
    height: 100%;
    width: auto;
    display: block;
    top: 0;
    z-index: -1;
}
/** 2 - Stylization **/


/** 3 - Header **/
.site-header1-wrap {
    border-bottom: 1px solid #eeeff5;
    background-color: #fff;
}
.site-header1 {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}
.site-header1:after {
    clear: both;
    content: '';
    display: block;
}
.site-header1 .h-logo {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #838e9d;
    width: 23%;
    padding: 3px 0;
}
.site-header1 .h-logo img {
    display: block;
    max-height: 260px;
    max-width: 181px;
    width: auto;
    height: auto;
}
.site-header1 .h-logo p {
    margin: 9px 0 0;
}
.site-header1 .h-contacts {
    display: inline-block;
    vertical-align: middle;
    width: 77%;
}
.site-header1 .h-contacts li {
    display: inline-block;
    vertical-align: middle;
    width: 33.333333%;
    padding: 1px 15px 1px 80px;
    position: relative;
    font-size: 16px;
    color: #626c7a;
}
.site-header1 .h-contacts li:last-child {
    padding-right: 0;
}
.site-header1 .h-contacts li:after {
    position: absolute;
    width: 1px;
    height: 38px;
    margin: -19px 0 0;
    content: '';
    top: 50%;
    left: 0;
    content: '';
    background-color: #e1e5ee;
}
.site-header1 .h-contacts .h-contacts-icon {
    height: 50px;
    margin: -25px 0 0;
    position: absolute;
    width: 16px;
    text-align: center;
    left: 35px;
    display: block;
    top: 50%;
}
.site-header1 .h-contacts .h-contacts-icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.site-header1 .h-contacts .h-contacts-icon:after {
    height: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
}
.site-header1 .h-contacts .h-contacts-label {
    margin: 7px 0;
    text-transform: uppercase;
    font-size: 13px;
    color: #838e9d;
}
.site-header1 .h-contacts p {
    margin: 7px 0;
    font-size: 16px;
}
.site-header1 .h-contacts a {
    transition: color 0.2s;
    color: #3357b4;
}
.site-header1 .h-contacts a:hover {
    color: #f3a249;
}
.mainmenu2 .mainmenu-btn-wrap,
.site-header1-wrap .mainmenu-btn-wrap,
.mainmenu1 .mainmenu-btn-wrap {
    display: none;
}


.site-header1-overlay {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    text-align: left;
    z-index: 2;
}
.site-header1-overlay .site-header1 {
    padding-top: 28px;
    padding-bottom: 28px;
}


.site-header1-light .h-logo {
    color: #ffffff;
}
.site-header1-light .h-contacts li:after {
    background-color: rgba(225, 229, 238, 0.1);
}
.site-header1-light .h-contacts .h-contacts-label {
    color: #a5baef;
}
.site-header1-light .h-contacts li {
    color: #ffffff;
}
.site-header1-light .h-contacts li a {
    color: #ffffff;
}
.site-header1-light .h-contacts li a:hover {
    color: #ffffff;
}


.site-header1-noico .h-logo {
    width: 28%;
}
.site-header1-noico .h-contacts {
    width: 72%;
}
.site-header1-noico .h-contacts li {
    padding-left: 50px;
}
.site-header1-noico .h-contacts .h-contacts-icon {
    display: none;
}



.site-header1-2 .site-header1-wrap {
    border-bottom: 1px solid rgba(225,229,238,0.1);
    background-color: initial;
}
.site-header1-2 .site-header1 {
    padding-top: 20px;
    padding-bottom: 20px;
}




@media only screen and (max-width : 1229px) {
    .site-header1-noico .h-logo {
        width: 23%;
    }
    .site-header1-noico .h-contacts {
        width: 77%;
    }
    .site-header1 .h-contacts li {
        padding-left: 30px;
    }
    .site-header1 .h-contacts .h-contacts-icon {
        display: none;
    }
}
@media only screen and (max-width : 991px) {
    .site-header1 {
        padding-top: 29px;
        text-align: center;
    }
    .site-header1 .h-logo {
        width: auto;
        display: block;
        padding: 0;
    }
    .site-header1 .h-logo img {
        display: inline-block;
    }
    .site-header1 .h-logo p {
        margin: 0 0 20px;
    }
    .site-header1 .h-contacts {
        width: auto;
        display: block;
    }
    .site-header1 .h-contacts li {
        vertical-align: top;
        padding: 1px 15px 1px 15px;
        margin: 0 0 14px;
    }
    .site-header1 .h-contacts li:first-child:after {
        display: none;
    }
}
@media only screen and (max-width : 767px) {
    .site-header1-2 .site-header1-wrap,
    .site-header1-wrap {
        border-bottom: none;
    }
    .mainmenu1 > ul {
        display: none;
    }
    .mainmenu2 .mainmenu-btn-wrap,
    .site-header1-wrap .mainmenu-btn-wrap,
    .mainmenu1 .mainmenu-btn-wrap {
        display: block;
        position: relative;
        text-align: center;
        padding: 13px 0;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 15px;
        color: #fff;
        background-color: #3357b4;
        letter-spacing: 0.05em;
        transition: background-color 0.2s;
        cursor: pointer;
    }
    .mainmenu2 .mainmenu-btn-wrap:hover,
    .site-header1-wrap .mainmenu-btn-wrap:hover,
    .mainmenu1 .mainmenu-btn-wrap:hover {
        background-color: #3961c7;
    }
    .mainmenu2 .mainmenu-btn-wrap,
    .site-header1-wrap .mainmenu-btn-wrap {
        background-color: rgba(255,255,255,0.03);
        border-top: 1px solid rgba(225, 229, 238, 0.1);
        border-bottom: 1px solid rgba(225, 229, 238, 0.1);
    }
    .mainmenu2 .mainmenu-btn-wrap:hover,
    .site-header1-wrap .mainmenu-btn-wrap:hover {
        background-color: rgba(255,255,255,0.06);
    }
    .mainmenu2 .mainmenu-btn,
    .site-header1-wrap .mainmenu-btn,
    .mainmenu1 .mainmenu-btn {
        display: inline-block;
        vertical-align: middle;
        margin: 0 3px 3px 0;
        height: 20px;
    }
    .mainmenu2 .mainmenu-btn-line,
    .site-header1-wrap .mainmenu-btn-line,
    .mainmenu1 .mainmenu-btn-line {
        background: #fff;
        height: 2px;
    }
    .mainmenu2 .mainmenu-btn-line:nth-child(1),
    .site-header1-wrap .mainmenu-btn-line:nth-child(1),
    .mainmenu1 .mainmenu-btn-line:nth-child(1) {
        top: 0;
        width: 31px;
    }
    .mainmenu2 .mainmenu-btn-line:nth-child(2),
    .site-header1-wrap .mainmenu-btn-line:nth-child(2),
    .mainmenu2 .mainmenu-btn-line:nth-child(3),
    .site-header1-wrap .mainmenu-btn-line:nth-child(3),
    .mainmenu1 .mainmenu-btn-line:nth-child(2),
    .mainmenu1 .mainmenu-btn-line:nth-child(3) {
        top: 8px;
        width: 21px;
    }
    .mainmenu2 .mainmenu-btn-line:nth-child(4),
    .site-header1-wrap .mainmenu-btn-line:nth-child(4),
    .mainmenu1 .mainmenu-btn-line:nth-child(4) {
        top: 16px;
        width: 26px;
    }

    /*.site-header1-2 .mainmenu1 .mainmenu-btn-wrap {
        top: 0;
        bottom: auto;
        border-radius: 0 0 5px 5px;
    }*/
}
@media only screen and (max-width : 649px) {
    .site-header1 {
        padding-bottom: 11px;
    }
    .site-header1 .h-logo p {
        margin: 0 0 24px;
    }
    .site-header1 .h-contacts {
        width: auto;
        display: block;
        border-top: 1px solid #eeeff5;
        margin: 0 -15px;
        padding: 24px 0 0;
    }
    .site-header1 .h-contacts li {
        display: block;
        width: auto;
    }
    .site-header1 .h-contacts li {
        display: block;
        width: auto;
        margin: 0 0 3px;
    }
    .site-header1 .h-contacts li:after {
        position: absolute;
        height: 1px;
        width: 38px;
        margin: -9px 0 0 -19px;
        top: 0;
        left: 50%;
        content: '';
        background-color: #e1e5ee;
    }
    .site-header1 .h-contacts p {
        margin: 0 0 13px;
    }
    .site-header1 .h-contacts .h-contacts-label {
        margin: 0 0 0;
    }


    .site-header1-light .h-contacts {
        border-top: 1px solid rgba(225,229,238,0.1);
    }
}










/* HEADER 3 */
.site-header3 {
    background-color: #fff;
    padding: 0 0 0 22%;
    position: relative;
}
.site-header3-white {
    padding: 0 0 0 17%;
}
.site-header3 .h-logo {
    width: 19.5%;
    padding: 10px 0 10px 3.5%;
    position: relative;
    margin: 0;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
}
.site-header3-white .h-logo {
    width: 16%;
}
.site-header3 .h-logo > * {
    font-size: 16px;
}
.site-header3 .h-logo.overlay {
    background-color: #3357b4;
}
.site-header3 .h-logo.overlay:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -51px;
    width: 51px;
    background: url(../img/triangle.png) no-repeat left top;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.site-header3 .h-logo .h-logo-inner {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #838e9d;
}
.site-header3 .h-logo .h-logo-inner p {
    margin: 9px 0 0;
}
.site-header3 .h-logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.site-header3 .h-logo:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: '';
}
.site-header3 .h-right {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}
.site-header3 .h-social li {
    margin: 10px 17% 10px 0;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.site-header3 .h-social li:last-child {
    margin-right: 0;
}
.site-header3 .h-social li a {
    color: #3357b4;
    transition: color 0.2s;
}
.site-header3 .h-social li a:hover {
    color: #f3a249;
}
.site-header3 .h-phone {
    color: #838e9d;
    font-size: 19px;
}
.site-header3 .h-email a {
    color: #3357b4;
    transition: color 0.2s;
}
.site-header3 .h-email a:hover {
    color: #f3a249;
}
.site-header3 .mainmenu-btn-wrap {
    display: none;
}



/*
MENU 3
*/
.mainmenu3 {
    padding: 15px 0;
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.mainmenu3 > ul > li {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 2.7%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.mainmenu3 > ul li {
    position: relative;
}
.mainmenu3 > ul > li > a {
    display: block;
    padding: 13px 20px;
    color: #323946;
    transition: color 0.2s;
    position: relative;
    line-height: 1;
    letter-spacing: 0.06em;
}
.mainmenu3 > ul > li > a:hover {
    color: #3357b4;
}
.mainmenu3 > ul > li.active > a {
    position: relative;
    background-color: #3357b4;
    color: #fff;
    padding-left: 22px;
    padding-right: 22px;
    height: 40px;
    box-shadow: 0 6px 18px 0 rgba(66,88,176,0.2);
}
.mainmenu3 > ul > li.active:before {
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    left: -20px;
    border-right: 10px solid #3357b4;
    border-bottom: 20px solid #3357b4;
    border-left: 10px solid transparent;
    border-top: 20px solid transparent;
}
.mainmenu3 > ul > li.active:after {
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    right: -20px;
    border-left: 10px solid #3357b4;
    border-top: 20px solid #3357b4;
    border-right: 10px solid transparent;
    border-bottom: 20px solid transparent;
}



@media only screen and (max-width : 1599px) {
    .mainmenu3 > ul > li {
        margin: 15px 2%;
    }
}
@media only screen and (max-width : 1449px) {
    .mainmenu3 > ul > li {
        margin: 15px 1%;
    }
}
@media only screen and (max-width : 1229px) {
    .site-header3 {
        padding: 0;
    }
    .site-header3 .h-logo {
        width: auto;
        padding: 10px 450px 10px 3.5%;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        height: 80px;
    }
    .site-header3 .h-logo.overlay:after {
        display: none;
    }
    .site-header3 .h-right {
        width: auto;
        position: absolute;
        top: 0;
        height: 80px;
        right: 0;
        display: block;
    }
    .site-header3 .h-right:after {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        content: '';
    }
    .site-header3 .h-right-vert-aligner {
        display: inline-block;
        vertical-align: middle;
    }
    .site-header3 .h-social li {
        margin: 10px 40px 10px 0;
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
    }
    .site-header3 .h-social li:last-child {
        margin-right: 40px;
    }
    .site-header3 .h-social li a {
        color: #fff;
    }
    .mainmenu3 {
        width: auto;
        display: block;
    }
    .mainmenu3 > ul > li {
        margin: 15px 2.5%;
    }

    .site-header3-white .h-right {
        width: auto;
        position: absolute;
        top: 0;
        height: 80px;
        right: 0;
        display: block;
        padding: 10px 30px 10px 0;
        text-align: right;
    }
    .site-header3-white .mainmenu3 {
        border-top: 1px solid #eeeff5;
        padding: 5px 0;
    }
}

@media only screen and (max-width : 991px) {
    .site-header3 .h-right {
        right: 155px;
    }
    .mainmenu3 {
        display: none;
    }
    .site-header3 .mainmenu-btn-wrap {
        display: block;
        text-align: right;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 0.05em;
        transition: background-color 0.2s;
        cursor: pointer;
        position: absolute;
        color: #fff;
        z-index: 1;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0 30px 0 35px;
        height: 80px;
        background-color: #3357b4;
    }
    .site-header3 .mainmenu-btn-wrap:hover {
        background-color: #385fc4;
    }
    .site-header3 .mainmenu-btn-wrap:before {
        content: '';
        position: absolute;
        background-color: rgba(255, 255, 255, 0.1);
        width: 1px;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
    }
    .site-header3 .mainmenu-btn-wrap:after {
        vertical-align: middle;
        display: inline-block;
        height: 100%;
        content: '';
    }
    .site-header3 .mainmenu-btn {
        display: inline-block;
        vertical-align: middle;
        margin: 0 3px 0 0;
        height: 20px;
    }
    .site-header3 .mainmenu-btn-line {
        background: #fff;
        height: 2px;
    }
    .site-header3 .mainmenu-btn-line:nth-child(1) {
        top: 0;
        width: 31px;
    }
    .site-header3 .mainmenu-btn-line:nth-child(2),
    .site-header3 .mainmenu-btn-line:nth-child(3) {
        top: 8px;
        width: 21px;
    }
    .site-header3 .mainmenu-btn-line:nth-child(4) {
        top: 16px;
        width: 26px;
    }

    .site-header3-white .mainmenu-btn-wrap {
        color: #3357b4;
        background-color: #fff;
    }
    .site-header3-white .mainmenu-btn-wrap:hover {
        background-color: #fff;
    }
    .site-header3-white .mainmenu-btn-wrap:before {
        background-color: #eeeff5;
    }
    .site-header3-white .mainmenu-btn-line {
        background: #3357b4;
    }
}

@media only screen and (max-width : 700px) {
    .site-header3 .h-logo {
        padding: 10px 180px 10px 3.5%;
    }
    .site-header3 .h-right {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        text-align: center;
        background-color: #385fc4;
        height: auto;
    }
    .site-header3 .h-social li,
    .site-header3 .h-social li:last-child {
        margin: 10px 20px 10px;
    }
    .site-header3-white .h-right {
        border-top: 1px solid #eeeff5;
        background-color: #fff;
    }
}

@media only screen and (max-width : 420px) {
    .site-header3 .h-logo {
        padding: 20px 15px;
        height: auto;
        text-align: center;
    }
    .site-header3-white .h-right {
        padding: 20px 15px 20px;
    }
    .site-header3 .mainmenu-btn-wrap {
        height: 66px;
        padding: 0 20px 0 25px;
        text-align: center;
        position: relative;
    }
    .site-header3-white .mainmenu-btn-wrap {
        border-top: 1px solid #eeeff5;
    }
}

/* HEADER 3 */










/* HEADER 5 */
.site-header5 {
    border-bottom: 1px solid #eeeff5;
    background-color: #fff;
    position: relative;
    padding-left: 100px;
}
.site-header5:after {
    clear: both;
    content: '';
    display: block;
}
.site-header5 .h-logo {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #838e9d;
    width: 22%;
    padding: 3px 0;
    margin: 0 0 0 15%;
}
.site-header5 .h-logo img {
    display: block;
    max-height: 300px;
    max-width: 100%;
    width: auto;
    height: auto;
}
.site-header5 .h-logo p {
    margin: 9px 0 0;
}
.site-header5 .h-right {
    position: absolute;
    width: 16%;
    right: 0;
    top: 0;
    bottom: 0;
}
.site-header5 .h-right-vert-aligner {
    display: inline-block;
    vertical-align: middle;
}
.site-header5 .h-right:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    height: 100%;
}
.site-header5 .h-phone {
    color: #838e9d;
    font-size: 19px;
}
.site-header5 .h-email {
}
.site-header5 .h-email a {
    color: #3357b4;
    transition: color 0.2s;
}
.site-header5 .h-email a:hover {
    color: #f3a249;
}
.site-header5 .h-search {
    display: inline-block;
    vertical-align: middle;
    width: 42%;
    position: relative;
    border-left: 1px solid #e1e5ee;
    border-right: 1px solid #e1e5ee;
}
.site-header5 .h-search input[type=text] {
    height: 100px;
    border: none;
    display: block;
    width: 100%;
    padding: 0 16% 0 8%;
    font-size: 16px;
    color: #838e9d;
}
.site-header5 .h-search input[type=text]::-webkit-input-placeholder {
    color: #838e9d;
}
.site-header5 .h-search input[type=text]::-moz-placeholder {
    color: #838e9d;
    opacity: 1;
}
.site-header5 .h-search input[type=text]:-ms-input-placeholder {
    color: #838e9d;
}
.site-header5 .h-search input[type=submit] {
    position: absolute;
    top: 50%;
    right: 8%;
    display: block;
    margin: -20px 0 0;
}
.site-header5 .search-btn {
    font-size: 34px;
    color: #3357b4;
    position: absolute;
    right: 40px;
    top: 50%;
    margin: -24px 0 0;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s;
    display: none;
}
.site-header5 .search-btn:hover {
    color: #f3a249;
}
.search-opened .site-header5 .search-btn i:before {
    content: '\f2d7';
}
.site-header5 .mainmenu-btn {
    position: absolute;
    /*z-index: 11;*/
    left: 50px;
    top: 50%;
    margin: -14px 0 0;
}


@media only screen and (max-width : 1449px) {
    .site-header5 .h-logo {
        margin: 0 0 0 9%;
    }
    .site-header5 .h-search {
        width: 46%;
    }
}

@media only screen and (max-width : 1229px) {
    .site-header5 {
        padding: 15px 80px 15px 100px;
    }
    .site-header5 .h-logo {
        width: 41%;
        margin: 0 0 0 9%;
    }
    .site-header5 .h-right {
        position: relative;
        text-align: right;
        width: 42%;
        right: auto;
        top: auto;
        bottom: auto;
        display: inline-block;
        vertical-align: middle;
    }
    .site-header5 .h-search {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 130px;
        right: 130px;
        background-color: #fff;
        z-index: 1;

        transition: opacity .3s ease, transform .3s ease;
        -webkit-transform: translate3d(10px,0,0);
        -moz-transform: translate3d(10px,0,0);
        -ms-transform: translate3d(10px,0,0);
        -o-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
        visibility: hidden;
        opacity: 0;
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .search-opened .site-header5 .h-search {
        display: block;
        opacity: 1;
        -webkit-transform: translate3d(0,0px,0);
        -moz-transform: translate3d(0,0px,0);
        -ms-transform: translate3d(0,0px,0);
        -o-transform: translate3d(0,0px,0);
        transform: translate3d(0,0px,0);
        visibility: visible;
        width: auto;
        height: auto;
        overflow: initial;
    }
    .site-header5 .h-search input[type=text] {
        height: 100%;
    }
    .site-header5 .search-btn {
        display: block;
    }
}

@media only screen and (max-width : 649px) {
    .site-header5 {
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .site-header5 .h-logo {
        text-align: center;
        width: auto;
        display: block;
        margin: 0;
    }
    .site-header5 .h-logo img {
        display: inline-block;
    }
    .site-header5 .h-logo p {
        margin: 4px 0 15px;
    }
    .site-header5 .h-right {
        text-align: center;
        width: auto;
        display: block;
        margin: 0 0 10px;
    }
    .site-header5 .h-search {
        top: 100%;
        bottom: auto;
        left: 0;
        right: 0;
        border: none;
        border-bottom: 1px solid #e1e5ee;
        margin: 1px 0 0;
        -webkit-transform: translate3d(0,10px,0);
        -moz-transform: translate3d(0,10px,0);
        -ms-transform: translate3d(0,10px,0);
        -o-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }
    .search-opened .site-header5 .h-search {
        height: 100px;
    }
}

@media only screen and (max-width : 419px) {
    .site-header5 {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 100px;
    }
    .site-header5:before {
        background-color: #eeeff5;
        content: '';
        position: absolute;
        bottom: 90px;
        height: 1px;
        left: 0;
        right: 0;
        display: block;
    }
    .site-header5 .mainmenu-btn {
        left: 60px;
        top: auto;
        bottom: 32px;
        margin: 0;
    }
    .site-header5 .search-btn {
        right: 60px;
        top: auto;
        bottom: 18px;
        margin: 0;
    }
}







.mainmenu-btn {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    width: 37px;
    height: 27px;
    display: block;
}
.mainmenu-btn-line {
    display: block;
    position: absolute;
    height: 3px;
    width: 43px;
    background: #3357b4;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
.mainmenu-btn-line:nth-child(1) {
    top: 0;
    width: 37px;
}
.mainmenu-btn-line:nth-child(2), .mainmenu-btn-line:nth-child(3) {
    top: 12px;
    width: 27px;
}
.mainmenu-btn-line:nth-child(4) {
    top: 24px;
    width: 32px;
}
/*.mainmenu-btn-wrap.opened,*/
.mainmenu-btn.opened {
    /*z-index: 103;*/
}
/*.mainmenu-btn-wrap.opened .mainmenu-btn-line,
.mainmenu-btn.opened .mainmenu-btn-line {
	background: #383e48;
}*/
.mainmenu-btn-wrap.opened .mainmenu-btn-line:nth-child(1),
.mainmenu-btn.opened .mainmenu-btn-line:nth-child(1) {
    top: 8px;
    width: 0;
    left: 50%;
}
.mainmenu-btn-wrap.opened .mainmenu-btn-line:nth-child(2),
.mainmenu-btn.opened .mainmenu-btn-line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mainmenu-btn-wrap.opened .mainmenu-btn-line:nth-child(3),
.mainmenu-btn.opened .mainmenu-btn-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mainmenu-btn-wrap.opened .mainmenu-btn-line:nth-child(4),
.mainmenu-btn.opened .mainmenu-btn-line:nth-child(4) {
    top: 8px;
    width: 0;
    left: 50%;
}
.mainmenu-bg {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(56, 62, 72, 0.8);
    z-index: 100;
}
.mainmenu .mainmenu-close {
    position: absolute;
    top: 25px;
    left: 50px;
    font-size: 45px;
    color: #3357b4;
    display: block;
    border: none;
    transition: color 0.2s;
    background: none;
    line-height: 1;
    padding: 0;
    margin: 0;
    height: auto;
}
.mainmenu .mainmenu-close:hover {
    color: #f3a249;
}
.mainmenu {
    position: absolute;
    top: 0;
    background: #fff;
    height: 100%;
    z-index: 101;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    left: -400px;
}
body.menu-opened .mainmenu {
    left: 0;
}
body:after {
    z-index: 100;
    content: '';
    display: block;
    width: 360px;
    background: #fff;
    left: -360px;
    top: 0;
    bottom: 0;
    position: fixed;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
body.menu-opened:after {
    left: 0;
}
.mainmenu > ul {
    padding: 100px 0 0 0;
    width: 375px;
}
.mainmenu > ul > li {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0 30px 0 50px;
}
.mainmenu > ul > li.menu-item-has-children {
    position: relative;
}
.mainmenu > ul > li.menu-item-has-children.opened {
    height: auto !important;
}
.mainmenu > ul li.menu-item-has-children > a > .fa {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 30px;
    margin: 0 0 0 22px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.2s;
    color: #3357b4;
}
.mainmenu > ul li.menu-item-has-children.opened > a > .fa:before {
    content: '\f0d8';
}
.mainmenu > ul li.menu-item-has-children > a > .fa:hover {
    color: #f3a249;
}
.mainmenu > ul > li > a {
    color: #3357b4;
    display: block;
    transition: color 0.2s;
    height: 100%;
    position: relative;
}
.mainmenu > ul > li:hover > a,
.mainmenu > ul > li.active > a,
.mainmenu > ul > li > a:hover {
    color: #f3a249;
}
.mainmenu > ul > li ul li a {
    color: #323946;
    transition: color 0.2s;
    display: block;
    position: relative;
}
.mainmenu > ul > li ul li.active > a,
.mainmenu > ul > li ul li > a:hover {
    color: #f3a249;
}
.mainmenu > ul > li > ul > li {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 11px 0 11px;
}
.mainmenu > ul > li > ul > li ul {
    display: none;
    padding-left: 15px;
}
.mainmenu > ul > li > ul > li ul li {
    padding: 11px 0 11px 15px;
}
.mainmenu > ul > li ul {
    display: none;
    padding: 11px 0 0;
}
.mainmenu > ul li.menu-item-has-children li.menu-item-has-children > a > .fa {
    color: #323946;
}
.mainmenu > ul li.menu-item-has-children li.menu-item-has-children > a > .fa:hover {
    color: #3357b4;
}



@media only screen and (max-width : 549px) {
    body:after {
        width: 310px;
        left: -310px;
    }
    .mainmenu > ul {
        width: 310px;
    }
    .mainmenu > ul > li {
        padding: 0 30px 0 45px;
    }
    .mainmenu .mainmenu-close {
        left: 45px;
    }
}

@media only screen and (max-width : 379px) {
    .mainmenu > ul > li {
        padding: 0 30px 0 30px;
    }
    .mainmenu .mainmenu-close {
        left: 30px;
    }
    .mainmenu > ul > li.menu-item-has-children > a > .fa {
        left: auto;
        right: -15px;
    }
}




/* HEADER 5 */



/*
MENU 1
*/
.mainmenu1 {
    background-color: #fff;
}
.mainmenu1 > ul {
    position: relative;
    text-align: justify;
    font-size: 0;
}
.mainmenu1 > ul:after {
    display: inline-block;
    content: '';
    width: 100%;
}
.mainmenu1 > ul > li {
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    color: #323946;
}
.mainmenu1 ul li {
    position: relative;
}
.mainmenu1 > ul > li > a {
    display: block;
    position: relative;
    padding: 19px 0 21px;
    color: #fff;
    transition: color 0.2s;
}
.mainmenu1 > ul > li > a:hover {
    color: #f3a249;
}
.mainmenu1 > ul > li.active > a {
    text-align: center;
    padding-left: 45px;
    padding-right: 45px;
}
.mainmenu1 > ul > li.active > a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 5px 5px 0 0;
    content: '';
    background-color: #f3a249;
}



.site-header1-2 .mainmenu1 {
    background-color: initial;
    border-bottom: 1px solid rgba(225, 229, 238, 0.1);
}
.site-header1-2 .mainmenu1 > ul > li {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.site-header1-2 .mainmenu1 > ul > li > a {
    color: #fff;
}
.site-header1-2 .mainmenu1 > ul > li.menu-item-has-children > a:after {
    color: #fff;
}
.site-header1-2 .submenu1 > ul > li.menu-item-has-children:hover > a:after {
    color: #fff;
}
.site-header1-2 .mainmenu1 > ul > li.active > a:before {
    top: 0;
    bottom: auto;
    border-radius: 0 0 5px 5px;
}
.site-header1-2 .submenu1 > ul li.menu-item-has-children:hover > ul {
    border-top: 4px solid #f3a249;
    border-radius: 3px !important;
}
.site-header1-2 .submenu1 > ul > li ul > li.active > a {
    background-color: #f3a249;
}



/*
MENU 1
*/


/*
MENU 2
*/
.mainmenu2 {
}
.mainmenu2 > ul {
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    font-size: 0;
    text-align: left;

    padding: 0 200px 0 0;
}
.mainmenu2 > ul:after {
    clear: both;
    content: '';
    display: block;
}
.mainmenu2 li {
    position: relative;
}
.mainmenu2 > ul > li {
    display: inline-block;
    vertical-align: top;
    color: #323946;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.mainmenu2 > ul > li > a {
    display: block;
    position: relative;
    padding: 18px 50px 17px;
    color: #323946;
    transition: color 0.2s;
}
.submenu1.mainmenu2 > ul > li.menu-item-has-children > a {
    padding-right: 50px;
}
.submenu1 > ul > li.menu-item-has-children > a:after {
    right: 20px;
}
.mainmenu2 > ul > li > a:hover {
    color: #f3a249;
}
.mainmenu2 > ul > li.active > a {
    text-align: center;
}
.mainmenu2 > ul > li.active > a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    content: '';
    background-color: #f3a249;
}
.mainmenu2 > ul > li.mainmenu2-last {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.mainmenu2 > ul > li.mainmenu2-last > a {
    background-color: #f3a249;
    color: #fff;
    border-radius: 0 3px 3px 0;
    display: block;
    height: 100%;
    transition: background-color 0.2s;
}
.mainmenu2 > ul > li.mainmenu2-last > a:hover {
    background-color: #f5ae61;
}

@media only screen and (max-width : 1229px) {
    .mainmenu2 > ul {
        padding: 0 150px 0 0;
    }
    .mainmenu2 > ul > li > a {
        padding: 18px 35px 17px;
    }
    .submenu1.mainmenu2 > ul > li.menu-item-has-children > a {
        padding-right: 35px;
    }
    .submenu1 > ul > li.menu-item-has-children > a:after {
        right: 5px;
    }
}
@media only screen and (max-width : 991px) {
    .mainmenu2 > ul {
        padding: 0 120px 0 0;
    }
    .mainmenu2 > ul > li > a {
        padding: 18px 22px 17px;
    }
    .submenu1.mainmenu2 > ul > li.menu-item-has-children > a {
        padding-right: 22px;
    }
}
@media only screen and (max-width : 767px) {
    .mainmenu2 > ul {
        display: none;
    }
    .mainmenu2 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/*
MENU 2
*/






/* Submenu */
.submenu1 > ul > li.menu-item-has-children > a {
   padding-right: 30px;
}
.mainmenu1.submenu1 > ul > li.active > a {
    padding-left: 45px;
    padding-right: 45px;
}
.mainmenu1.submenu1 > ul > li.menu-item-has-children.active > a {
    padding-right: 60px;
}
.submenu1 > ul > li.menu-item-has-children > a:after {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -11px 0 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    color: #323946;
    content: '\f0d7';
    font-family: FontAwesome;
    font-weight: normal;
    transition: color 0.2s;
}
.mainmenu2 > ul > li.menu-item-has-children > a:after {
    right: 20px;
}
.mainmenu2.submenu1 > ul > li.menu-item-has-children > a:hover:after {
    color: #f3a249;
}
.submenu1 > ul > li.menu-item-has-children:hover > a:after {
    content: '\f0d8';
    color: #3357b4;
}
.mainmenu1.submenu1 > ul > li.menu-item-has-children.active > a:after {
    right: 30px;
}
.submenu1.submenu-color2 > ul > li.menu-item-has-children > a:hover:after {
    color: #f3a249;
}
.submenu1:not(.mainmenu1):not(.mainmenu2) > ul > li.menu-item-has-children.active > a:hover:after,
.submenu1:not(.mainmenu1):not(.mainmenu2) > ul > li.menu-item-has-children.active > a:after {
    color: #fff;
}
.submenu1 > ul > li ul {
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    top: 100%;
    left: 0;
    box-sizing: content-box;
    min-width: 150px;
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    text-transform: uppercase;

    border-top: none;
    padding: 0;
}
.mainmenu1 > ul > li ul {
    left: -29px;
}
.mainmenu3 > ul > li ul {
    left: -10px;
}
.submenu1 > ul li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
    width: auto;
    height: auto;
    overflow: initial;
    box-shadow: 0 15px 50px 0 rgba(181,204,235,0.5);
    z-index: 10;

    padding: 8px 0 8px 0;
    border-top: 4px solid #3357b4;
}
.mainmenu2 > ul li.menu-item-has-children:hover > ul {
    border-top: none;
    border-radius: 3px;
    margin-top: 4px;
}
.mainmenu2 > ul > li.menu-item-has-children:hover:before {
    height: 4px;
    content: '';
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    position: absolute;
}
.submenu1.submenu-color2 > ul li.menu-item-has-children:hover > ul {
    border-top: 4px solid #f3a249;
}
.submenu1:not(.mainmenu2) > ul li.active.menu-item-has-children:hover > ul {
    border-radius: 0 0 3px 3px;
    left: -20px;
}
.submenu1.mainmenu1 > ul li.active.menu-item-has-children:hover > ul {
    border-radius: 3px;
    left: 0;
}
.mainmenu1 > ul li.active.menu-item-has-children:hover > ul {
    border-radius: 3px;
}
.submenu1 > ul > li ul > li {
    display: block;
    margin: 0;
    text-align: left;
    padding: 0;
    background: #fff;
}
.submenu1 > ul > li ul > li:first-child {
    padding-top: 8px;
}
.submenu1 > ul > li ul > li:last-child {
    padding-bottom: 8px;
}
.submenu1 > ul > li ul > li > a {
    display: block;
    padding: 8px 28px;
    transition: all 0.2s;
    margin: 0;
    font-size: 14px;
    color: #323946;
    white-space: nowrap;
    font-weight: 400;
}
.submenu1 > ul > li ul > li:first-child {
    border-radius: 4px 4px 0 0;
}
.submenu1 > ul > li ul > li:last-child {
    border-radius: 0 0 4px 4px;
}
.submenu1 > ul > li ul > li:first-child > a {
    border-top: none;
}
.submenu1 > ul > li ul > li > a:hover {
    background-color: #f0f1f5;
    /*color: #3357b4;*/
}
.submenu1 > ul > li ul > li.active > a {
    color: #fff;
    background-color: #3357b4;
}
/*.submenu1.submenu-color2 > ul > li ul > li > a:hover {
	color: #f3a249;
}*/
.submenu1.submenu-color2 > ul > li ul > li.active > a {
    background-color: #f3a249;
    color: #ffffff;
}


.submenu1 > ul > li > ul ul {
    left: 100%;
    top: 0;
}
.submenu1 > ul > li.menu-item-has-children li.menu-item-has-children > a {
    padding-right: 20px;
    position: relative;
}
.submenu1 > ul > li.menu-item-has-children li.menu-item-has-children > a:after {
    display: block;
    position: absolute;
    right: 6px;
    top: 7px;
    margin: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    color: #323946;
    transition: all 0.2s;
    content: '\f0da';
    font-family: FontAwesome;
    font-weight: normal;
}

.submenu1.submenu12 > ul li.menu-item-has-children:hover > ul {
    text-transform: none;
}
.submenu1.submenu12 > ul > li ul > li > a {
    font-size: 16px;
}

.submenu1.mainmenu1 > ul > li > ul {
    margin: -4px 0 0;
}
.submenu1.mainmenu2 > ul > li ul > li.active > a {
    color: #fff;
    background-color: #f3a249;
}


/*
MENU 3
*/

/** 3 - Header **/


/** 4 - Topblock **/
.topblock-wrap {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 0 50px;
}
.topblock-wrap .container {
    position: relative;
}
.topblock {
    padding-top: 175px;
    padding-bottom: 120px;
    color: #fff;
    text-align: center;
}
.topblock h1 {
    font-size: 92px;
    margin: 0 0 58px;
    line-height: 1.1;
    font-family: Montserrat, Roboto, sans-serif;
    font-weight: 700;
    text-shadow: 0 6px 18px rgba(51,87,180,0.2);
}
.topblock h1 br {
    line-height: 1.1;
}
.topblock .topblock-subttl {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 95px;
    font-size: 30px;
    font-family: Montserrat, Roboto, sans-serif;
    text-shadow: 0 6px 18px rgba(51,87,180,0.2);
    letter-spacing: 0.05em;
}


.topblock-1 {
    padding-top: 100px;
}
.topblock .topblock-ttl-1 {
    font-size: 122px;
    line-height: 0.8;
    color: #FFFFFF;
    text-align: left;
    font-weight: 400;
    padding: 0 0 0 27%;
    letter-spacing: 0.04em;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.topblock .topblock-ttl-1 * {
    line-height: 0.8;
}
.topblock .topblock-ttl-1 b {
    font-size: 85px;
}
.topblock .topblock-lines-1 {
    position: absolute;
    bottom: 133px;
    right: 13%;
    display: block;
}
.topblock .topblock-link-1 {
    bottom: 181px;
    right: 9%;
    text-align: center;
    padding: 11px 35px;
    position: absolute;
    display: block;
    height: 40px;
    border: none;
    background-color: #fff;
    transition: background-color 0.2s;
    font-weight: 500;
    font-size: 14px;
    color: #323946;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    box-shadow: 0 6px 18px 0 rgba(66, 88, 176, 0.2);
    text-decoration: none;
    z-index: 2;
}
.topblock .topblock-link-1:before {
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    left: -20px;
    border-right: 10px solid #fff;
    border-bottom: 20px solid #fff;
    border-left: 10px solid transparent;
    border-top: 20px solid transparent;
    transition: border-color 0.2s;
}
.topblock .topblock-link-1:after {
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    right: -20px;
    border-left: 10px solid #fff;
    border-top: 20px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 20px solid transparent;
    transition: border-color 0.2s;
}
.topblock .topblock-link-1:hover {
    background-color: #e7e7e7;
}
.topblock .topblock-link-1:hover:before {
    border-right-color: #e7e7e7;
    border-bottom-color: #e7e7e7;
}
.topblock .topblock-link-1:hover:after {
    border-left-color: #e7e7e7;
    border-top-color: #e7e7e7;
}
.topblock-wrap .topblock-img-1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    z-index: 2;
    margin: 0 0 0 -832px;
}



@media only screen and (max-width : 1229px) {
    .topblock-1 {
        padding-top: 120px;
    }
    .topblock .topblock-ttl-1 {
        padding: 0 0 0 22%;
        font-size: 110px;
    }
    .topblock .topblock-ttl-1 b {
        font-size: 75px;
    }
    .topblock .topblock-lines-1 {
        right: 5%;
    }
    .topblock .topblock-link-1 {
        right: 2%;
    }
}
@media only screen and (max-width : 991px) {
    .topblock h1 {
        font-size: 72px;
    }

    .topblock-1 {
        padding-top: 80px;
        padding-bottom: 150px;
    }
    .topblock .topblock-ttl-1 {
        padding: 0;
        font-size: 110px;
        text-align: center;
    }
    .topblock .topblock-ttl-1 b {
        font-size: 75px;
    }
    .topblock .topblock-link-1 {
        right: auto;
        bottom: auto;
        position: relative;
        display: inline-block;
    }
    .topblock-wrap .topblock-img-1 {
        left: -60%;
        margin: 0;
    }
    .topblock .topblock-lines-1 {
        display: none;
    }
}
@media only screen and (max-width : 767px) {
    .topblock .topblock-ttl-1 {
        font-size: 90px;
    }
    .topblock .topblock-ttl-1 b {
        font-size: 60px;
    }
}
@media only screen and (max-width : 649px) {
    .topblock .topblock-ttl-1 {
        font-size: 90px;
    }
    .topblock .topblock-ttl-1 b {
        font-size: 60px;
    }
}
@media only screen and (max-width : 479px) {
    .topblock h1 {
        font-size: 56px;
    }

    .topblock .topblock-ttl-1 {
        font-size: 70px;
        line-height: 0.9;
    }
    .topblock .topblock-ttl-1 b {
        font-size: 42px;
    }
}


.topblock-wrap .topblock-subttl-2 {
    font-size: 27px;
    color: #abc1d8;
    text-align: center;
    letter-spacing: 0.08em;
    margin: 65px 0 40px;
}
.topblock-wrap .topblock-ttl-2 {
    margin: 40px 0 130px;
    font-family: Montserrat, sans-serif;
    font-size: 80px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0.04em;
    overflow: hidden;
    line-height: 1.2;
}
.topblock-wrap .topblock-ttl-2 * {
    line-height: 1.2;
}

@media only screen and (max-width : 991px) {
    .topblock-wrap .topblock-ttl-2 {
        font-size: 60px;
    }
}

@media only screen and (max-width : 479px) {
    .topblock-wrap .topblock-ttl-2 {
        font-size: 45px;
    }
}



/* TOPBLOCK SLIDER */
.topblock-slider {
    overflow: hidden;
    position: relative;
    margin: 0 0 50px;
    padding: 0;
}
.topblock-slide {
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.topblock-slide .topblock-slide-img {
    display: block;
    width: 100%;
    height: auto;
}
.topblock-slide .topblock-slide-cont {
    padding-top: 240px;
    padding-bottom: 215px;
    color: #ffffff;
}
.topblock-slide .topblock-slide-cont a {
    color: #ffffff;
    transition: all 0.3s;
    border: none;
}
.topblock-slide .topblock-slide-cont a:hover {
    color: #ffffff;
    margin-left: 5px;
}
.topblock-slide .topblock-slide-subttl {
    margin: 25px 0;
    color: #a5baef;
    letter-spacing: 0.04em;
    font-size: 27px;
}
.topblock-slide .topblock-slide-subttl a {
    color: #a5baef;
}
.topblock-slide .topblock-slide-subttl a:hover {
    color: #a5baef;
}
.topblock-slide .topblock-slide-ttl {
    margin: 25px 0;
    font-size: 76px;
    font-weight: 900;
    letter-spacing: 0.03em;
}
.topblock-slide .topblock-slide-link {
    text-transform: uppercase;
    letter-spacing: 0.13em;
    margin: 40px 0;
    font-size: 15px;
    color: #ffffff;
    font-weight: 900;
}
.topblock-slide .topblock-slide-link .fa {
    font-size: 20px;
    margin: 0 0 0 10px;
}
.topblock-slider .swiper-pagination {
    bottom: auto;
    width: auto;
    left: 50%;
    bottom: 150px;
    margin: 0 0 0 -585px;
    font-size: 19px;
    color: #fff;
    font-weight: 500;
}
.topblock-slider .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    margin: 0 85px 0 0;
    color: #fff;
    line-height: 1;
    opacity: 1;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
}
.topblock-slider .swiper-pagination .swiper-pagination-bullet-active {
    font-size: 26px;
    padding-right: 70px;
}
.topblock-slider .swiper-pagination .swiper-pagination-bullet-active:after {
    position: absolute;
    bottom: 4px;
    right: 0;
    height: 3px;
    width: 55px;
    background-color: #fff;
    content: '';
    display: block;
}


@media only screen and (max-width : 1229px) {
    .topblock-slide .topblock-slide-cont {
        /*margin: -545px 0 0 -470px;*/
    }
    .topblock-slider .swiper-pagination {
        margin: 0 0 0 -470px;
    }
}

@media only screen and (max-width : 991px) {
    .topblock-slide .topblock-slide-cont {
        padding-top: 330px;
    }
    .topblock-slider .swiper-pagination {
        margin: 0 0 0 -360px;
    }
}

@media only screen and (max-width : 767px) {
    .topblock-slider .swiper-pagination {
        left: 15px;
        margin: 0;
    }
}

@media only screen and (max-width : 649px) {
    .topblock-slide .topblock-slide-ttl {
        font-size: 60px;
    }
    .topblock-slide .topblock-slide-cont {
        padding-top: 440px;
    }
}

/** 4 - Topblock **/


/** 5 - Search **/
/* BOOKING */
.booking {
    display: block;
    margin: 0 0 30px;
    position: relative;
    padding: 0 20% 0 0;
    color: #323946;
    border-radius: 3px;
    text-align: left;
    background-color: #fff;
}
.booking:after {
    clear: both;
    display: block;
    content: '';
}
.booking .booking-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 26%;
    box-shadow: 0 12px 27px 0 rgba(243,162,73,0.35);
}
.booking .booking-submit input[type=submit] {
    display: block;
    border: none;
    background-color: #f3a249;
    width: 100%;
    height: 100%;
    transition: background-color 0.2s;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.booking .booking-submit input[type=submit]:hover {
    background-color: #f5ae61;
}
.booking .booking-loc {
    float: left;
    width: 29%;
    padding: 16px 15px 1px 5.5%;
    position: relative;
}
.booking .booking-loc:after {
    position: absolute;
    content: '';
    display: block;
    top: 20px;
    bottom: 20px;
    right: 0;
    width: 1px;
    background-color: #e1e5ee;
}
.booking .booking-loc label {
    display: block;
    font-size: 13px;
    color: #838e9d;
    text-transform: uppercase;
    margin: 0 0 8px;
    position: relative;
}
.booking .booking-loc label:before {
    position: absolute;
    content: '';
    display: block;
    border-left: 4px solid #3357b4;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    top: 33px;
    left: -23px;
}
.booking .booking-loc select {
    height: 20px;
    display: block;
}
.booking-loc .chosen-container {
    margin: 0 0 18px;
    position: initial;
}
.booking-loc .chosen-container-single .chosen-single {
    padding: 0;
    height: auto;
    line-height: initial;
    border: none;
    border-radius: 0;
    background-color: #fff;
    color: #323946;
    text-decoration: none;
    white-space: nowrap;
}
.booking-loc .chosen-container-single .chosen-single div {
    display: none;
}
.booking-loc .chosen-container .chosen-drop {
    margin: 0;
    left: 0;
}
.booking-loc .chosen-container-single .chosen-search {
    padding: 15px;
    border: none;
}
.booking .booking-date {
    float: left;
    width: 42%;
    padding: 16px 15px 1px 5.5%;
    position: relative;
}
.booking .booking-date:before {
    position: absolute;
    content: '';
    display: block;
    top: 20px;
    bottom: 20px;
    right: 0;
    width: 1px;
    background-color: #e1e5ee;
}
.booking .booking-date:after {
    clear: both;
    content: '';
    display: block;
}
.booking .booking-date input[type=text] {
    border: none;
    height: 24px;
    padding: 0;
    color: #323946;
    display: block;
    width: 100%;
    margin: 0 0 15px;
}
.booking .booking-date input[type=text]::-webkit-input-placeholder {
    color: #323946;
}
.booking .booking-date input[type=text]::-moz-placeholder {
    color: #323946;
    opacity: 1;
}
.booking .booking-date input[type=text]:-ms-input-placeholder {
    color: #323946;
}
.booking .booking-from {
    float: left;
    width: 45%;
    position: relative;
    margin: 0 10% 0 0;
}
.booking .booking-to label:before,
.booking .booking-from label:before {
    position: absolute;
    content: '';
    display: block;
    border-left: 4px solid #3357b4;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    top: 33px;
    left: -22px;
}
.booking .booking-from:after {
    position: absolute;
    width: 30px;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #e0e4ee;
    content: '';
    margin: -8px -4px 0 0;
}
.booking .booking-from label {
    display: block;
    font-size: 13px;
    color: #838e9d;
    text-transform: uppercase;
    margin: 0 0 6px;
    position: relative;
}
.booking .booking-to {
    float: right;
    width: 35%;
    position: relative;
}
.booking .booking-to label {
    display: block;
    font-size: 13px;
    color: #838e9d;
    text-transform: uppercase;
    margin: 0 0 6px;
}
.booking .booking-guests {
    float: left;
    width: 21%;
    padding: 16px 15px 1px 5.5%;
}
.booking .booking-guests label {
    display: block;
    font-size: 13px;
    color: #838e9d;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.booking .booking-qnt {
    overflow: hidden;
    margin: 0 0 15px;
    height: 20px;
    width: 60px;
}
.booking .booking-qnt input[type=text] {
    display: block;
    width: 33px;
    border: none;
    height: 20px;
    background: none;
    color: #323946;
    font-size: 16px;
    text-align: center;
    float: left;
    padding: 0;
}
.booking .booking-qnt .booking-minus {
    float: left;
    padding: 0;
    position: relative;
    width: 8px;
    height: 8px;
    margin: 5px 0 0;
    cursor: pointer;
}
.booking .booking-qnt .booking-minus:after {
    height: 2px;
    background-color: #3357b4;
    content: '';
    top: 50%;
    left: 0;
    right: 0;
    position: absolute;
    margin: -1px 0 0;
    transition: background-color 0.2s;
}
.booking .booking-qnt .booking-minus:hover:after {
    background-color: #f3a249;
}
.booking .booking-qnt .booking-plus {
    float: left;
    padding: 0;
    position: relative;
    width: 8px;
    height: 8px;
    margin: 5px 0 0;
    cursor: pointer;
}
.booking .booking-qnt .booking-plus:after {
    height: 2px;
    background-color: #3357b4;
    content: '';
    top: 50%;
    left: 0;
    right: 0;
    position: absolute;
    margin: -1px 0 0;
    transition: background-color 0.2s;
}
.booking .booking-qnt .booking-plus:before {
    width: 2px;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -1px;
    background-color: #3357b4;
    content: '';
    position: absolute;
    transition: background-color 0.2s;
}
.booking .booking-qnt .booking-plus:hover:before,
.booking .booking-qnt .booking-plus:hover:after {
    background-color: #f3a249;
}

.ui-datepicker {
    font-family: 'Roboto', sans-serif;
}
.ui-widget.ui-widget-content {
    border: 1px solid #e1e5ee;
    padding: 8px .2em 0;
    z-index: 10 !important;
}
.ui-datepicker .ui-widget-header {
    border: none;
    background: none;
    color: #323946;
    font-weight: 500;
    font-size: 18px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    padding: 5px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    border: none;
    background: none;
    color: #323946;
    font-size: 14px;
    text-align: center;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: none;
    background: #f9d8ab;
    color: #90580e;
    border-radius: 2px;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    border: 0;

    font-size: 13px;
    font-weight: 400;
    color: #838e9d;
    text-transform: uppercase;
}


@media only screen and (max-width : 991px) {
    .booking {
        padding: 0;
    }
    .booking .booking-date {
        width: 50%;
    }
    .booking .booking-submit {
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        clear: both;
        width: 100%;
    }
    .booking .booking-submit input[type=submit] {
        padding: 20px 0 20px;
        border-radius: 0 0 3px 3px;
    }
    .booking .booking-loc label:before,
    .booking .booking-to label:before,
    .booking .booking-from label:before {
        left: -19px;
    }
}
@media only screen and (max-width : 649px) {
    .booking .booking-loc {
        float: none;
        width: auto;
        border-bottom: 1px solid #e0e4ee;
        padding: 26px 35px 5px;
    }
    .booking .booking-date {
        float: none;
        width: auto;
        padding: 26px 35px 7px;
        border-bottom: 1px solid #e0e4ee;
    }
    .booking .booking-guests {
        float: none;
        width: auto;
        padding: 26px 35px 11px;
    }
    .booking .booking-loc label:before,
    .booking .booking-to label:before,
    .booking .booking-from label:before {
        left: -15px;
    }
}

/* BOOKING */




/* SEARCH 2 */
.search-tabs .search-tab {
    height: 0;
    overflow: hidden;
}
.search-tabs .search-tab.active {
    height: auto;
    overflow: initial;
}
.search2 {
    display: block;
    margin: -100px 0 50px;
    z-index: 2;
    position: relative;
    padding: 0;
    border-radius: 5px;
    background-color: #fff;
}
.topblock2 {
    padding-top: 70px;
}
.topblock2 .search2 {
    margin: 0 0 -30px;
}
.search2:after {
    clear: both;
    display: block;
    content: '';
}
.search2-submit {
}
.search2-submit input[type=submit] {
    display: block;
    border: none;
    background-color: #3357b4;
    width: 100%;
    height: 100%;
    transition: background-color 0.2s;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    padding: 22px 15px 21px;
    text-align: center;
    letter-spacing: 0.02em;
    cursor: pointer;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 12px 27px 0 rgba(51, 87, 180, 0.35);
}
.search2-submit input[type=submit]:hover {
    background-color: #3961c7;
}
.topblock-wrap .search2-submit input[type=submit] {
    background-color: #f2a641;
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
    padding: 60px 15px 30px;
    box-shadow: 0 12px 27px 0 rgba(243,162,73,0.35);
}
.topblock-wrap .search2-submit input[type=submit]:hover {
    background-color: #f4b159;
}
.search2-top {
    background-color: #e9edf2;
    border-radius: 4px 4px 0 0;
    padding: 0 100px 0 0;
}
.search2-top:after {
    clear: both;
    content: '';
    display: block;
}
.search2-top .search2-loc {
    float: left;
    width: 250px;
    height: 50px;
    margin: 0;
    background-color: #3357b4;
    border-radius: 3px 0 0 0;
    position: relative;
    transition: background-color 0.2s;
}
.search2-top .search2-loc:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    right: -30px;
    border-left: 15px solid #3357b4;
    border-top: 25px solid #3357b4;
    border-right: 15px solid transparent;
    border-bottom: 25px solid transparent;
    transition: border-color 0.2s;
}
.search2-top .search2-loc:hover {
    background-color: #365dc0;
}
.search2-top .search2-loc:hover:after {
    border-left-color: #365dc0;
    border-top-color: #365dc0;
}
.search2-top .search2-loc select {
    opacity: 0;
}
.search2-top .search2-loc .chosen-container-single .chosen-drop {
    margin-top: 0;
}
.search2-top .search2-loc .chosen-container-single .chosen-search {
    border-top: none;
}
.search2-loc .chosen-container {
    height: 100%;
}
.search2-loc .chosen-container-single .chosen-single {
    padding: 0 0 0 50px;
    border: none;
    background-color: initial;
    color: #fff;
    line-height: 48px;
    height: 100%;
}
.search2-loc .chosen-container-single .chosen-single div {
    width: 42px;
}
.search2-loc .chosen-container-single .chosen-single div:after {
    color: #fff;
}
.search2-top .search2-status {
    font-size: 16px;
    color: #323946;
    float: left;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding: 0 20px;
    margin: 0 30px;
    text-align: center;
    cursor: pointer;
    transition: color 0.2s;
}
.search2-top .search2-status:hover {
    color: #3357b4;
}
.search2-top .search2-status.search2-status-1 {
    min-width: 100px;
}
.search2-top .search2-status.active {
    background-color: #fff;
}
.search2-top .search2-status.active:hover {
    color: #323946;
    cursor: default;
}
.search2-top .search2-status.active:before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: -30px;
    border-right: 15px solid #fff;
    border-bottom: 25px solid #fff;
    border-left: 15px solid transparent;
    border-top: 25px solid transparent;
}
.search2-top .search2-status.active:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    right: -30px;
    border-left: 15px solid #fff;
    border-bottom: 25px solid #fff;
    border-right: 15px solid transparent;
    border-top: 25px solid transparent;
}
.search2-top .search2-reset {
    position: absolute;
    top: 14px;
    right: 39px;
}
.search2-top .search2-reset a {
    font-size: 16px;
    color: #323946;
    border-bottom: 1px dotted #323946;
    transition: border-color 0.2s;
    display: inline-block;
    line-height: 1.3;
    letter-spacing: 0.03em;
}
.search2-top .search2-reset a:hover {
    border-color: transparent;
}
.search2-tabs {

}
.search2 .search2-status-tab {

}
.search2 .search2-status-tab:after {
    clear: both;
    content: '';
    display: block;
}
.search2 .search2-label {
    color: #838e9d;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 0 32px;
    display: block;
    margin: 0 0 20px;
}
.search2 .search2-label .search2-label-ico {
    height: 50px;
    margin: -25px 0 0;
    position: absolute;
    width: 20px;
    left: 0;
    top: 50%;
}
.search2 .search2-label .search2-label-ico img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.search2 .search2-label .search2-label-ico:after {
    height: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
}
.search2 .search2-values {
    display: inline-block;
    border: 1px solid #dadbe5;
    border-radius: 3px;
}
.search2 .search2-values:after {
    clear: both;
    content: '';
    display: block;
}
.search2 .search2-values li {
    float: left;
    position: relative;
    border-bottom: 1px solid #dadbe5;
    margin: 0 0 -1px;
}
.search2 .search2-values input[type=checkbox],
.search2 .search2-values input[type=radio] {
    display: none;
}
.search2 .search2-values .search2-label-val {
    display: block;
    font-size: 16px;
    text-align: center;
    position: relative;
}
.search2 .search2-values .search2-label-val span {
    height: 38px;
    padding: 0 20px;
    line-height: 38px;
    display: block;
    position: relative;
    cursor: pointer;
    color: #323946;
}
.search2 .search2-values .search2-label-val span:before {
    position: absolute;
    content: '';
    display: block;
    right: 0;
    top: 3px;
    bottom: 3px;
    width: 1px;
    background-color: #eef0f5;
}
.search2 .search2-values .search2-values li:last-child .search2-label-val span:before {
    display: none;
}
.search2 .search2-values .search2-label-val span:hover {
    color: #3357b4;
}
.search2 .search2-values .search2-label-val span i {
    position: relative;
    z-index: 1;
    font-style: normal;
}
.search2 .search2-values input[type=checkbox]:checked + span,
.search2 .search2-values input[type=radio]:checked + span {
    /*background-color: #3357b4;*/
    color: #FFFFFF;
}
.search2 .search2-values input[type=checkbox]:checked + span:after,
.search2 .search2-values input[type=radio]:checked + span:after {
    background-color: #3357b4;
    content: '';
    display: block;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    position: absolute;
}
.search2 .search2-col {
    float: left;
    /*padding: 42px 0 45px 50px;*/
    padding: 0 25px 45px 25px;
}
.search2 .search2-col select {
    opacity: 0;
    height: 40px;
}
.search2 .search2-type select,
.search2 .search2-type .chosen-container {
    min-width: 262px;
    max-width: 100%;
}
.search2 .search2-floors select,
.search2 .search2-floors .chosen-container {
    min-width: 88px;
}

.search2-main {
    padding: 45px 25px 0;
}
.search2-main:after {
    clear: both;
    content: '';
    display: block;
}
.search2-advanced {
    position: relative;
    padding: 45px 25px 0;
}
.search2-advanced:after {
    clear: both;
    content: '';
    display: block;
}
.search2-advanced:before {
    content: '';
    display: block;
    position: absolute;
    left: 50px;
    right: 50px;
    top: 0;
    height: 1px;
    background-color: #ebeef5;
}
.search2-price {
    width: 35%;
}
.range-slider {
    display: block;
    opacity: 0;
    height: 40px;
}
.search2-square {
    width: 35%;
}
.search2-year {
    width: 30%;
}
.search2-features {
    padding: 44px 35px 31px;
    position: relative;
}
.search2-features:after {
    clear: both;
    content: '';
    display: block;
}
.search2-features:before {
    content: '';
    display: block;
    position: absolute;
    left: 50px;
    right: 50px;
    top: 0;
    height: 1px;
    background-color: #ebeef5;
}
.search2-features label {
    font-size: 13px;
    color: #838e9d;
    text-transform: uppercase;
    display: block;
    margin: 0 0 27px;
    cursor: pointer;
    transition: color 0.2s;
}
.search2-features label:hover {
    color: #323946;
}
.search2-features label input[type=checkbox] {
    display: none;
}
.search2-features label span {
    position: relative;
    padding: 2px 0 2px 30px;
    display: block;
}
.search2-features label span:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    font-family: Ionicons;
    font-size: 14px;
    color: #ffffff;
    margin: 4px 0 0;
    padding: 0px 0 0px 5px;
    line-height: 14px;
    content: '';
    border: 1px solid #aab3bf;
}
.search2-features label input[type=checkbox]:checked + span:after {
    border: none;
    background-color: #3357b4;
    content: '\f383';
}



.widget.widget-searchform {
    padding: 0;
}
.widget.widget-searchform .search2 {
    margin: 0;
}
.widget-searchform .search2-locations {

}
.widget-searchform .search2-locations select {
    height: 60px;
    opacity: 0;
    display: block;
}
.widget-searchform .search2-type select,
.widget-searchform .search2-type .chosen-container {
    min-width: 100%;
    max-width: 100%;
}
.widget-searchform .search2-locations .chosen-container-single .chosen-single {
    height: 60px;
    line-height: 58px;
    background-color: #3357b4;
    color: #ffffff;
    border: none;
    border-radius: 3px 3px 0 0;
    padding: 0 0 0 40px;
}
.widget-searchform .search2-locations .chosen-container-single .chosen-single:hover {
    background-color: #365dc0;
}
.widget-searchform .search2-locations .chosen-container-single .chosen-drop {
    margin-top: 0;
}
.widget-searchform .search2-locations .chosen-container-single .chosen-search {
    border-top: none;
}
.widget-searchform .search2-locations .chosen-container-single .chosen-single div:after {
    color: #fff;
}
.widget-searchform .search2-locations .chosen-container-single .chosen-single div {
    right: 20px;
}

.widget-searchform .search2-advanced,
.widget-searchform .search2-main {
    padding: 36px 40px 0;
    border-bottom: 1px solid #ebeef5;
}
.widget-searchform .search2-features:before,
.widget-searchform .search2-advanced:before {
    display: none;
}
.widget-searchform .search2-col {
    padding: 0 0 45px;
    width: auto;
    float: none;
}
.widget-searchform .search2-features {
    padding: 36px 40px 10px;
}
.widget-searchform .search2-features-toggle {
    padding: 36px 40px 36px;
    margin: 0;
    line-height: 1;
    color: #3357b4;
    transition: color 0.2s;
    cursor: pointer;
    position: relative;
}
.widget-searchform .search2-features-toggle:after {
    content: '\f0d7';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    font-family: FontAwesome;
    line-height: 1;
    margin: -7px 0 0;
    color: #3357b4;
    transition: color 0.2s;
}
.widget-searchform .search2-features-toggle.opened {
    border-bottom: 1px solid #ebeef5;
}
.widget-searchform .search2-features-toggle.opened:after {
    content: '\f0d8';
}
.widget-searchform .search2-features-toggle:hover {
    color: #f3a249;
}
.widget-searchform .search2-features-toggle:hover:after {
    color: #f3a249;
}
.widget-searchform .search2-features-toggle + .search2-features {
    display: none;
}
.widget-searchform input[type=submit] {
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 0 0 3px 3px;
    padding: 23px;
    letter-spacing: 0.05em;
}



@media only screen and (max-width : 991px) {
    .search2-top .search2-loc {
        width: 200px;
    }
    .search2-top .search2-status.search2-status-1 {
        min-width: initial;
    }
    .search2-loc .chosen-container-single .chosen-single {
        padding: 0 0 0 30px;
    }
    .search2-top .search2-status {
        padding: 0 12px;
    }
}

@media only screen and (max-width : 767px) {
    .search2-advanced .search2-col {
        float: none;
        width: auto;
    }
    .search2-top {
        padding: 0;
        background-color: #fff;
    }
    .search2-top .search2-loc {
        width: auto;
        margin: 0 140px 0 0;
        float: none;
    }
    .search2-top .search2-status {
        width: auto;
        float: none;
        margin: 0;
        background-color: #e9edf2;
        transition: background-color 0.2s;
    }
    .search2-top .search2-status:hover {
        background-color: #dde3eb;
        color: #323946;
    }
    .search2-top .search2-status.active {
        background-color: #c0c8d2;
    }
    .search2-top .search2-status.active:after,
    .search2-top .search2-status.active:before {
        display: none;
    }
}

@media only screen and (max-width : 549px) {
    .search2-features label {
        float: none;
        width: auto;
    }
    .search2 .search2-col {
        float: none;
        width: auto;
    }
}

@media only screen and (max-width : 479px) {
    .search2 .search2-type select,
    .search2 .search2-type .chosen-container {
        width: 100% !important;
        min-width: initial;
    }
}

/* SEARCH 2 */


/** 5 - Search **/


/** 6 - Property items **/
.prop-grid {
    margin-left: -20px;
    margin-right: -20px;
}
.prop-grid:after {
    clear: both;
    content: '';
    display: block;
}
.prop-i-col {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.prop-i .prop-i-img:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.0);
    transition: background-color 0.3s;
}
.prop-i .prop-i-img:hover:before {
    background-color: rgba(0,0,0,0.1);;
}

.prop-grid .prop-i {
    box-shadow: 0 6px 20px 0 rgba(24,104,188,0.05);
    padding: 0 38px 60px;
    position: relative;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
}
.prop-grid .prop-i .prop-i-img {
    display: block;
    margin: 0 -38px 32px;
    overflow: hidden;
    position: relative;
    border-radius: 4px 4px 0 0;
}
.prop-grid .prop-i .prop-i-img:after {
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    border-left: 20px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-right: 20px solid transparent;
    border-top: 15px solid transparent;
}
.prop-grid .prop-i .prop-i-img img {
    display: block;
    width: 100%;
    height: auto;
}

.prop-list .prop-i {
    padding: 32px 38px 60px 52%;
    margin: 0 0 50px;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
}
.prop-list .prop-i:after {
    background: url(../img/shadow.png) no-repeat center top;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    height: 44px;
    content: '';
}
.prop-list .prop-i .prop-i-img {
    position: absolute;
    left: 0;
    right: 53%;
    top: 0;
    bottom: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 3px 0 0 3px;
    margin: 0;
    display: block;
}
.prop-list .prop-i .prop-i-img img {
    display: none;
    height: auto;
    border-radius: 3px 3px 0 0;
}
.prop-list .prop-i .prop-i-img:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    border-right: 20px solid #ffffff;
    border-top: 20px solid #ffffff;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.prop-list .prop-i .prop-i-bottom {
    left: 52%;
}

.prop-i .prop-i-top {
    margin: 0 0 12px;
    position: relative;
    padding: 0 40px 0 0;
}
.prop-i .prop-i-top:after {
    clear: both;
    content: '';
    display: block;
}
.prop-i .prop-i-loc {
    font-size: 16px;
    margin: 0;
    color: #3357b4;
}
.prop-i .prop-i-loc a {
    color: #3357b4;
    border-bottom: 1px solid transparent;
    transition: all 0.2s;
}
.prop-i .prop-i-loc a:hover {
    color: #f3a249;
}
.prop-i .prop-i-moreinfo {
    position: absolute;
    right: 0;
    top: 6px;
    width: 23px;
    height: 35px;
    background: url("../img/more.png") no-repeat center 8px;
    transition: opacity 0.2s;
}
.prop-i .prop-i-moreinfo ul {
    position: absolute;
    top: 100%;
    left: 50%;
    background-color: #fff;
    margin: 0 0 0 -110px;
    list-style: none;
    border: 1px solid #e1e5ee;
    border-radius: 3px;
    padding: 13px 20px 1px;
    font-size: 16px;
    color: #323946;
    z-index: 2;

    transition: transform 0.3s ease, opacity 0.3s ease;
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    -o-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}
.prop-i .prop-i-moreinfo ul:before {
    position: absolute;
    content: '';
    display: block;
    border-bottom: 10px solid #dce0e8;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 100%;
    left: 50%;
    margin: 0 0 0 -10px;
}
.prop-i .prop-i-moreinfo ul:after {
    position: absolute;
    content: '';
    display: block;
    border-bottom: 10px solid #fff;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 100%;
    left: 50%;
    margin: 0 0 -1px -10px;
}
.prop-i .prop-i-moreinfo:hover > ul {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    visibility: visible;
    width: 220px;
    height: auto;
    overflow: initial;
    box-shadow: 0 15px 50px 0 rgba(181,204,235,0.5);
}
.prop-i .prop-i-moreinfo ul li {
    border-bottom: 1px solid #e1e5ee;
    padding: 12px 10px;
}
.prop-i .prop-i-moreinfo ul li a {
    transition: color 0.2s;
}
.prop-i .prop-i-moreinfo ul li a:hover {
    color: #f3a249;
}
.prop-i .prop-i-moreinfo ul .prop-i-date {
    font-size: 13px;
    color: #838e9d;
    text-transform: uppercase;
}
.prop-i .prop-i-moreinfo ul .prop-i-agent {
    position: relative;
    padding: 26px 0 19px 80px;
    border: none;
}
.prop-i .prop-i-moreinfo ul .prop-i-agent-img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 19px;
    left: 0;
    display: block;
    border-radius: 3px;
    overflow: hidden;
}
.prop-i .prop-i-moreinfo ul .prop-i-agent-img img {
    display: block;
    width: 100%;
    min-height: 100%;
    height: auto;
}
.prop-i .prop-i-moreinfo ul .prop-i-agent-type {
    font-size: 13px;
    margin: 0 0 8px;
    color: #838e9d;
    text-transform: uppercase;
}
.prop-i .prop-i-moreinfo ul .prop-i-agent-name {
    font-size: 16px;
    margin: 0 0 4px;
}
.prop-i .prop-i-moreinfo ul .prop-i-agent-name a {
    transition: color 0.2s;
    color: #3357b4;
    border: none;
}
.prop-i .prop-i-moreinfo ul .prop-i-agent-name a:hover {
    color: #f3a249;
}
.prop-i .prop-i-ttl {
    margin: 0 0 11px;
    color: #1d253f;
    letter-spacing: 0.02em;
    font-size: 22px;
}
.prop-i .prop-i-ttl a {
    color: #1d253f;
    transition: color 0.2s;
}
.prop-i .prop-i-ttl a:hover {
    color: #f3a249;
}
.prop-i .prop-i-rating {
    margin: 0 0 17px;
    font-size: 14px;
    color: #f3a249;
    padding: 0;
    list-style: none;
}
.prop-i .prop-i-rating li {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
}
.prop-i .prop-i-info {
    overflow: hidden;
    margin: 0 0 15px;
}
.prop-i .prop-i-info dt {
    float: left;
    width: 60%;
    padding: 3px 10px 0 30px;
    font-size: 13px;
    text-transform: uppercase;
    color: #838e9d;
    position: relative;
    margin: 0 0 14px;
    clear: left;
}
.prop-i .prop-i-info dt .prop-i-info-icon {
    position: absolute;
    left: 0;
    top: 50%;
    height: 30px;
    margin: -14px 0 0;
    display: block;
    width: 16px;
    text-align: center;
}
.prop-i .prop-i-info dt .prop-i-info-icon:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.prop-i .prop-i-info dt .prop-i-info-icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.prop-i .prop-i-info dd {
    float: left;
    width: 40%;
    color: #3357b4;
    margin: 0 0 14px;
    font-size: 16px;
}

.prop-list .prop-i .prop-i-info dt {
    width: 30%;
    clear: none;
}
.prop-list .prop-i .prop-i-info dt:nth-of-type(2n+1) {
    clear: left;
}
.prop-list .prop-i .prop-i-info dd {
    width: 20%;
}

.prop-i .prop-i-bottom {
    position: absolute;
    bottom: 0;
    left: 38px;
    right: 38px;
    padding: 20px 0 0;
    border-top: 1px solid #e1e5ee;
}
.prop-i .prop-i-bottom:after {
    clear: both;
    content: '';
    display: block;
}
.prop-i .prop-i-type {
    font-size: 16px;
    margin: 1px 10px 15px 0;
    transition: color 0.2s;
    color: #323946;
}
.prop-i .prop-i-type a {
    color: #323946;
    transition: color 0.2s;
}
.prop-i .prop-i-type a:hover {
    color: #f3a249;
}
.prop-i .prop-i-price {
    font-size: 15px;
    color: #838e9d;
    float: right;
    margin: 0 0 20px;
    line-height: 1.42857143;
}
.prop-i .prop-i-price span {
    display: inline-block;
    vertical-align: bottom;
}
.prop-i .prop-i-price .prop-i-price-val {
    color: #f3a249;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
}




button.prop-items-more {
    width: 100%;
    display: block;
    text-transform: uppercase;
    padding: 23px 15px;
    margin: 0 0 50px;
    text-align: center;
    transition: background-color 0.2s;
    background-color: #dfe2ec;
    color: #8b95b7;
    border-radius: 2px;
    border: none;
    font-size: 14px;
    font-weight: 500;
}
button.prop-items-more:hover {
    background-color: #cfd3e3;
}


@media only screen and (max-width : 1229px) {
    .prop-grid {
        margin-left: -15px;
        margin-right: -15px;
    }
    .prop-i-col {
        padding-left: 15px;
        padding-right: 15px;
    }
    .prop-grid .prop-i {
        padding-left: 30px;
        padding-right: 30px;
    }
    .prop-grid .prop-i .prop-i-img {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media (min-width : 992px) and (max-width : 1229px) {
    .prop-list .prop-i .prop-i-info dt {
        width: 60%;
        clear: left;
    }
    .prop-list .prop-i .prop-i-info dd {
        width: 40%;
    }
}

@media only screen and (max-width : 991px) {
    .prop-grid .prop-i {
        padding-left: 38px;
        padding-right: 38px;
    }
    .prop-grid .prop-i .prop-i-img {
        margin-left: -38px;
        margin-right: -38px;
    }
}

@media only screen and (max-width : 767px) {
    .prop-grid .prop-i {
        padding-left: 30px;
        padding-right: 30px;
    }
    .prop-grid .prop-i .prop-i-img {
        margin-left: -30px;
        margin-right: -30px;
    }
    .prop-list .prop-i .prop-i-info dt {
        width: 60%;
        clear: left;
    }
    .prop-list .prop-i .prop-i-info dd {
        width: 40%;
    }
}

@media only screen and (max-width : 599px) {
    .prop-list .prop-i,
    .prop-grid .prop-i {
        padding-top: 0;
        padding-left: 38px;
        padding-right: 38px;
    }
    .prop-i-col {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 365px;
        width: auto;
    }
    .prop-grid .prop-i .prop-i-img {
        margin-left: -38px;
        margin-right: -38px;
    }
    .prop-list .prop-i .prop-i-img {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        background-image: initial !important;
        border-radius: 0;
        margin: 0 -38px 30px;
    }
    .prop-list .prop-i .prop-i-img img {
        display: block;
        width: 100%;
    }
    .prop-list .prop-i .prop-i-img:after {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        border-left: 20px solid #ffffff;
        border-bottom: 15px solid #ffffff;
        border-right: 20px solid transparent;
        border-top: 15px solid transparent;
    }
    .prop-list .prop-i .prop-i-bottom {
        left: 38px;
    }
}

/** 6 - Property items **/


/** 7 - Property **/
.prop-slider {
    position: relative;
}
.prop-slider:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(../img/shadow1.png) repeat-x center top;
    height: 153px;
    display: block;
    content: '';
    z-index: 1;
}
.prop-slider .swiper-wrapper {

}
.prop-slider .prop-slide {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;


    overflow: hidden;
    max-height: 1000px;
}
.prop-slide .prop-slide-img {
    display: block;
    width: 100%;
}
.prop-slider .prop-slider-cont {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    margin: 0 0 0 -600px;
    z-index: 2;
}
.prop-slider .b-crumbs {
    position: absolute;
    top: 36px;
    left: 15px;
    padding: 0 200px 0 0;
}
.prop-slider .b-crumbs li {
    color: #d1d2d2;
}
.prop-slider .b-crumbs li:after {
    color: #b8bcc2;
}
.prop-slider .b-crumbs li a {
    color: #ffffff;
}
.prop-slider .b-crumbs li a:hover {
    border-color: #d1d2d2;
}
.prop-slider .prop-date {
    top: 36px;
    position: absolute;
    right: 15px;
    font-size: 16px;
    color: #d2d2d2;
    display: block;
}
.prop-slider .prop-wishlist {
    left: 15px;
    bottom: 155px;
    text-align: center;
    border-radius: 2px;
    height: 45px;
    background-color: #fff;
    box-shadow: 0 6px 18px 0 rgba(96,96,96,0.2);
    transition: background-color 0.2s;
    position: absolute;
    display: block;
    padding: 12px 20px 0 72px;
    font-size: 16px;
    color: #323946;
    width: 214px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: background-color 0.2s;
}
.prop-slider .prop-wishlist:after {
    position: absolute;
    left: 54px;
    width: 1px;
    top: 10px;
    bottom: 10px;
    display: block;
    content: '';
    background-color: #e1e5ee;
    transition: background-color 0.2s;
}
.prop-slider .prop-wishlist .fa {
    position: absolute;
    top: 50%;
    margin: -8px 0 0;
    left: 20px;
    font-size: 15px;
    color: #323946;
    display: block;
    line-height: 1;
}
.prop-slider .prop-wishlist:hover {
    background-color: #e1e5ee;
}
.prop-slider .prop-wishlist:hover:after {
    background-color: #c9ccd4;
}
.prop-slider .prop-print {
    display: block;
    position: absolute;
    left: 249px;
    bottom: 155px;
    padding: 13px 0 0;
    text-align: center;
    border-radius: 2px;
    font-size: 15px;
    color: #1d253f;
    width: 54px;
    height: 45px;
    background-color: #fff;
    box-shadow: 0 6px 18px 0 rgba(96,96,96,0.2);
    transition: background-color 0.2s;
}
.prop-slider .prop-print:hover {
    background-color: #f3f4f7;
}
.prop-slider .prop-share {
    display: block;
    position: absolute;
    left: 323px;
    bottom: 155px;
    text-align: center;
    color: #1d253f;
    font-size: 15px;
}
.prop-share-btn {
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 6px 18px 0 rgba(96,96,96,0.2);
    transition: background-color 0.2s;
    border-radius: 2px;
    display: block;
    width: 54px;
    height: 45px;
    padding: 13px 0 0;
    color: #1d253f;
}
.prop-share-btn:hover {
    background-color: #f3f4f7;
}
.prop-share-list {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;

    padding: 0 0 10px;
    list-style: none;
    z-index: 2;
    transition: transform 0.3s ease, opacity 0.3s ease;
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    -o-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    text-align: center;
}
.prop-share:hover .prop-share-list {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    visibility: visible;
    width: auto;
    height: auto;
    overflow: initial;
}
.prop-share-list ul {
    box-shadow: 0 15px 50px 0 rgba(181, 204, 235, 0.5);
    background-color: #fff;
    border-radius: 3px;
    font-size: 16px;
    color: #323946;
}
.prop-share-list li {
    display: block;
}
.prop-share-list li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e1e5ee;
    font-size: 14px;
    color: #323946;
    transition: background-color 0.2s;
}
.prop-share-list li:last-child a {
    border: none;
}
.prop-share-list li a:hover {
    background-color: #f3f4f7;
}
.prop-slider .swiper-pagination-fraction {
    background-color: #fff;
    width: 80px;
    height: 45px;
    left: 50%;
    bottom: 155px;
    margin: 0 0 0 455px;
    font-size: 16px;
    color: #4d5868;
    padding: 12px 0 0;
    cursor: default;
}
.prop-slider .swiper-button-prev,
.prop-slider .swiper-button-next {
    background-image: initial;
    background-color: #fff;
    width: 50px;
    height: 45px;
    left: 50%;
    bottom: 155px;
    font-size: 17px;
    color: #1d253f;
    padding: 11px 0 0;
    right: auto;
    top: auto;
    text-align: center;
    transition: background-color 0.2s;
}
.prop-slider .swiper-button-next {
    margin: 0 0 0 535px;
    border-radius: 0 2px 2px 0;
}
.prop-slider .swiper-button-prev {
    margin: 0 0 0 405px;
    border-radius: 2px 0 0 2px;
}
.prop-slider .swiper-button-prev:hover,
.prop-slider .swiper-button-next:hover {
    background-color: #f3f4f7;
}
.prop-slider .swiper-button-prev:before,
.prop-slider .swiper-button-next:before {
    content: '';
    background-color: #e1e5ee;
    top: 10px;
    bottom: 10px;
    width: 1px;
    display: block;
    position: absolute;
}
.prop-slider .swiper-button-next:before {
    left: 0;
}
.prop-slider .swiper-button-prev:before {
    right: 0;
}
.prop-slider .swiper-button-prev:after {
    font-family: FontAwesome;
    content: '\f104';
}
.prop-slider .swiper-button-next:after {
    font-family: FontAwesome;
    content: '\f105';
}


.prop-wrap {
    position: relative;
    padding: 33px 40px 0 52%;
    margin: 0 0 50px;
    background-color: #fff;
    border-radius: 3px;
    min-height: 450px;
}
.prop-wrap .prop-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 52%;
    margin: 0;
    overflow: hidden;
}
.prop-wrap .prop-slider:before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    right: -2px;
    border-right: 15px solid #ffffff;
    border-top: 20px solid #ffffff;
    border-left: 15px solid transparent;
    border-bottom: 20px solid transparent;
    z-index: 2;
}
.prop-wrap .prop-slider:after {
    display: none;
}

.prop-wrap .prop-slider-top {
    position: absolute;
    top: 0;
    bottom: 97px;
    left: 0;
    right: 0;
}
.prop-wrap .prop-slider-top .swiper-slide {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
}
.prop-wrap .prop-slider-top .swiper-slide img {
    display: none;
}
.prop-wrap .prop-slider-top .swiper-slide .prop-slider-top-zoom {
    position: absolute;
    background-color: #fff;
    height: 45px;
    right: 20px;
    bottom: 20px;
    font-size: 16px;
    color: #323946;
    padding: 11px 24px 0;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    transition: all 0.2s;
    opacity: 0;
}
.prop-wrap .prop-slider-top .swiper-slide .prop-slider-top-zoom:hover {
    background-color: #f3f4f7;
}
.prop-wrap .prop-slider-top:hover .swiper-slide .prop-slider-top-zoom {
    opacity: 1;
}
.prop-wrap .prop-slider-top .swiper-pagination,
.prop-wrap .prop-slider-top .swiper-button-prev,
.prop-wrap .prop-slider-top .swiper-button-next {
    opacity: 0;
    transition: all 0.2s;
}
.prop-wrap .prop-slider-top:hover .swiper-pagination,
.prop-wrap .prop-slider-top:hover .swiper-button-prev,
.prop-wrap .prop-slider-top:hover .swiper-button-next {
    opacity: 1;
}
.prop-wrap .prop-slider-thumbs {
    height: 96px;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.prop-wrap .prop-slider-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    transition: opacity 0.3s;
}
.prop-wrap .prop-slider-thumbs .swiper-slide:hover {
    opacity: 1;
}
.prop-wrap .prop-slider-thumbs .swiper-slide-active {
    opacity: 1;
}



.prop-main {
    margin-top: -125px;
    margin-bottom: 50px;
    padding: 32px 40px 0;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.01);
    position: relative;
    z-index: 2;
}
.prop-main .prop-main-top {
    position: relative;
    margin: 0;
    padding: 0 430px 0 0;
}
.prop-main-loc {
    color: #3357b4;
    margin: 0 0 7px;
    font-size: 16px;
}
.prop-main-loc a {
    transition: color 0.2s;
    color: #3357b4;
}
.prop-main-loc a:hover {
    color: #f3a249;
}
.prop-main-ttl {
    font-size: 30px;
    margin: 0 0 30px;
    color: #1d253f;
    letter-spacing: 0.04em;
}
.prop-cont .prop-main-ttl {
    margin: 0 0 15px;
}
.prop-main .prop-main-rating {
    position: absolute;
    right: 290px;
    top: 4px;
}
.prop-main-rating p {
    text-transform: uppercase;
    font-size: 13px;
    color: #747f8f;
    margin: 0 0 16px;
}
.prop-main-rating ul {
    margin: 0 0 17px;
    font-size: 14px;
    color: #f3a249;
    padding: 0;
    list-style: none;
}
.prop-cont .prop-main-rating ul {
    margin: 0 0 32px;
}
.prop-main-rating ul li {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
}
.prop-main .prop-main-price-wrap {
    position: absolute;
    right: 83px;
    top: 4px;
}
.prop-main-price-label {
    text-transform: uppercase;
    font-size: 13px;
    color: #747f8f;
    margin: 0 0 13px;
}
.prop-main-price {
    font-size: 16px;
    color: #747f8f;
    line-height: 1.42857143;
    margin: 0 0 17px;
}
.prop-main-price span {
    display: inline-block;
    vertical-align: bottom;
}
.prop-main-price .prop-main-price-val {
    color: #f3a249;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
}
.prop-main-atts:after {
    clear: both;
    content: '';
    display: block;
}
.prop-main-atts dt {
    float: left;
    padding: 3px 10px 0 30px;
    font-size: 13px;
    text-transform: uppercase;
    color: #747f8f;
    position: relative;
    margin: 0 0 17px;
}
.prop-main-atts dt .prop-i-info-icon {
    position: absolute;
    left: 0;
    top: 50%;
    height: 30px;
    margin: -14px 0 0;
    display: block;
    width: 16px;
    text-align: center;
}
.prop-main-atts dt .prop-i-info-icon:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.prop-main-atts dt .prop-i-info-icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.prop-main-atts dd {
    float: left;
    color: #3357b4;
    margin: 0 0 17px;
    font-size: 16px;
}
.prop-main-atts dd a {
    color: #3357b4;
    transition: color 0.2s;
}
.prop-main-atts dd a:hover {
    color: #f3a249;
}
.prop-main .prop-main-atts {
    border-top: 1px solid #e1e5ee;
    padding: 32px 0 17px;
}
.prop-main .prop-main-atts dt {
    width: 12%;
}
.prop-main .prop-main-atts dt:nth-of-type(4n+1) {
    clear: left;
}
.prop-main .prop-main-atts dd {
    width: 13%;
}
.prop-cont .prop-main-atts {
    border-bottom: 1px solid #e1e5ee;
    padding: 0 0 11px;
}
.prop-cont .prop-main-atts dt {
    width: 24%;
}
.prop-cont .prop-main-atts dt:nth-of-type(2n+1) {
    clear: left;
}
.prop-cont .prop-main-atts dd {
    width: 26%;
}


.prop-wrap .prop-slider .prop-slide {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: initial;
    max-height: initial;
    height: 100%;
}
.prop-wrap .prop-slide .prop-slide-img {
    display: none;
}
.prop-wrap .prop-slider .swiper-button-prev {
    margin: 0;
    left: 20px;
    bottom: 20px;
    top: auto;
}
.prop-wrap .prop-slider .swiper-button-next {
    margin: 0;
    left: 150px;
    bottom: 20px;
    top: auto;
}
.prop-wrap .prop-slider .swiper-pagination-fraction {
    left: 70px;
    margin: 0;
    bottom: 20px;
    top: auto;
}
.prop-cont .prop-cont-bottom {
    padding: 29px 210px 0 0;
    position: relative;
}
.prop-cont .prop-cont-buttons {
    position: absolute;
    top: 39px;
    right: 0;
}
.prop-cont .prop-wishlist {

}
.prop-cont .prop-share {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #1d253f;
    font-size: 15px;
    vertical-align: top;
}
.prop-cont .prop-print {
    vertical-align: top;
    display: inline-block;
    padding: 13px 0 0;
    text-align: center;
    border-radius: 2px;
    font-size: 15px;
    color: #1d253f;
    width: 54px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #e1e5ee;
    transition: background-color 0.2s;
    margin: 0 17px 0 0;
}
.prop-cont .prop-print:hover {
    background-color: #f3f4f7;
}
.prop-cont .prop-wishlist {
    vertical-align: top;
    display: inline-block;
    padding: 13px 0 0;
    text-align: center;
    border-radius: 2px;
    font-size: 15px;
    color: #1d253f;
    width: 54px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #e1e5ee;
    transition: background-color 0.2s;
    margin: 0 17px 0 0;
}
.prop-cont .prop-wishlist:hover {
    background-color: #f3f4f7;
}
.prop-cont .prop-share-btn {
    box-shadow: none;
    border: 1px solid #e1e5ee;
}
.prop-cont .prop-main-price-wrap {
    padding: 0 0 15px;
}


.prop-b-crumbs {
    overflow: hidden;
    padding-top: 36px;
    padding-bottom: 11px;
}
.prop-b-crumbs time {
    display: block;
    float: right;
    color: #838e9d;
}





.prop-agent-wrap {

}
.prop-agent-wrap:after {
    clear: both;
    content: '';
    display: block;
}
.prop-agent-wrap .prop-agent {
    float: left;
    width: 22.5%;
    position: relative;
    padding: 16px 20px 1px 106px;
    font-size: 13px;
    color: #838e9d;
    margin: 0 3.5% 50px 0;
    background-color: #fff;
    border-radius: 0 3px 3px 0;
}
.prop-agent p {
    text-transform: uppercase;
    margin: 0 0 9px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.prop-agent h3 {
    font-size: 16px;
    margin: 0 0 17px;
    color: #3357b4;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #fff;
    font-weight: 400;
}
.prop-agent h3 a {
    color: #3357b4;
    transition: color 0.2s;
}
.prop-agent h3 a:hover {
    color: #f3a249;
}
.prop-agent img {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    max-width: 100%;
    height: auto;
    min-height: 100%;
    display: block;
    border-radius: 3px 0 0 3px;
}
.prop-order {
    float: left;
    width: 74%;
    margin: 0 0 50px;
    padding: 0 30% 0 0;
}
.prop-order.booking .booking-submit {
    width: 30%;
}
.prop-order.booking .booking-date {
    width: 76%;
    padding: 16px 15px 1px 10%;
}
.prop-order.booking .booking-guests {
    width: 24%;
    padding: 16px 15px 1px 11%;
}
.prop-agent-wrap .prop-callback {
    float: left;
    display: block;
    width: 74%;
    margin: 0 0 50px;
    padding: 0;
    display: block;
    height: 80px;
    line-height: 78px;
    font-size: 16px;
    background-color: #f3a249;
    box-shadow: 0 6px 18px 0 rgba(243, 162, 73, 0.35);
}
.prop-agent-wrap .prop-callback:hover {
    background-color: #f5ae61;
}


.prop-map {
    position: relative;
    background-color: #eeeeee;
    height: 500px;
}
.prop-map .prop-map-marker-cont {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    color: #626c7a;
    margin: 5px 0 0;
}
.prop-map .prop-map-marker-cont b {
    color: #323946;
}

.prop-hr {
    margin: 0;
    border: none;
    display: block;
    clear: both;
    border-top: 1px solid #e1e5ee;
}

.prop-info {
    background-color: #fff;
}


.cont-boxed.prop-atts-wrap-boxed {
    padding-bottom: 1px;
}
.prop-atts-wrap {
    padding-top: 41px;
}
.cont-boxed .prop-atts-wrap {
    padding-top: 0;
}
.prop-atts-wrap:after {
    clear: both;
    content: '';
    display: block;
}
.prop-atts-wrap .prop-atts {
    float: left;
    width: 31%;
    margin: 0 3.5% 16px 0;
}
.prop-atts-wrap .prop-atts:nth-child(3n) {
    margin-right: 0;
}
.prop-atts-wrap .prop-atts:nth-child(3n+1) {
    clear: left;
}
.prop-atts h3 {
    color: #747f8f;
    font-size: 24px;
    margin: 0 0 32px;
    border-bottom: 1px solid #e1e5ee;
    padding: 0 0 30px;
    letter-spacing: 0.01em;
}
.prop-atts dl {
    margin: 0 0 20px;
    overflow: hidden;
}
.prop-atts dl dt {
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 13px;
    color: #747f8f;
    padding: 3px 10px 0 0;
    margin: 0 0 18px;
    clear: left;
    width: 46%;
    float: left;
}
.prop-atts dl dd {
    width: 54%;
    float: left;
    font-size: 16px;
    color: #323946;
    margin: 0 0 18px;
}


.prop-desc {
    padding-top: 38px;
    padding-bottom: 15px;
    color: #323946;
}
.prop-desc h2 {
    font-size: 30px;
    margin: 0 0 30px;
    color: #737f8f;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.prop-desc h2 b {
    color: #737f8f;
}
.prop-desc p {
}


.prop-features {
    padding-top: 38px;
}
.prop-features h2 {
    font-size: 30px;
    margin: 0 0 33px;
    color: #737f8f;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.prop-features ul {
    font-size: 0;
    margin: 0 0 47px;
}
.prop-features ul:after {
    clear: both;
    content: '';
    display: block;
}
.prop-features ul li {
    vertical-align: middle;
    display: inline-block;
    width: 20%;
    padding: 5px 10px 5px 32px;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    color: #747f8f;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.prop-features ul li:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background-color: #3357b4;
    content: '\f383';
    font-family: Ionicons;
    font-size: 14px;
    color: #ffffff;
    margin: -7px 0 0;
    padding: 0px 0 0px 5px;
    line-height: 14px;
}


@media only screen and (max-width : 1229px) {
    .prop-main {
        margin-top: -60px;
    }
    .prop-slider .prop-slider-cont {
        margin: 0 0 0 -485px;
    }
    .prop-slider .swiper-button-prev {
        margin: 0 0 0 290px;
    }
    .prop-slider .swiper-button-next {
        margin: 0 0 0 420px;
    }
    .prop-slider .swiper-pagination-fraction {
        margin: 0 0 0 340px;
    }
    .prop-slider .swiper-pagination-fraction,
    .prop-slider .swiper-button-next,
    .prop-slider .swiper-button-prev,
    .prop-slider .prop-share,
    .prop-slider .prop-print,
    .prop-slider .prop-wishlist {
        bottom: 90px;
    }


    .prop-main .prop-main-atts dt {
        width: 16%;
    }
    .prop-main .prop-main-atts dt:nth-of-type(4n+1) {
        clear: none;
    }
    .prop-main .prop-main-atts dt:nth-of-type(3n+1) {
        clear: left;
    }
    .prop-main .prop-main-atts dd {
        width: 17.33333%;
    }
}

@media only screen and (max-width : 991px) {
    .prop-main {
        margin-top: 50px;
    }
    .prop-slider .prop-slider-cont {
        margin: 0 0 0 -375px;
    }
    .prop-slider .swiper-button-prev {
        margin: 0 0 0 180px;
    }
    .prop-slider .swiper-button-next {
        margin: 0 0 0 310px;
    }
    .prop-slider .swiper-pagination-fraction {
        margin: 0 0 0 230px;
    }
    .prop-slider .swiper-pagination-fraction,
    .prop-slider .swiper-button-next,
    .prop-slider .swiper-button-prev,
    .prop-slider .prop-share,
    .prop-slider .prop-print,
    .prop-slider .prop-wishlist {
        bottom: 30px;
    }
    .prop-slider .b-crumbs,
    .prop-slider .prop-date {
        top: 25px;
    }

    .prop-main .prop-main-top {
        padding: 0;
    }
    .prop-main .prop-main-rating {
        position: relative;
        right: auto;
        top: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0 40px 20px 0;
    }
    .prop-main .prop-main-price-wrap {
        position: relative;
        right: auto;
        top: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 20px 0;
    }

    .prop-main .prop-main-atts dt {
        width: 24%;
    }
    .prop-main .prop-main-atts dt:nth-of-type(3n+1) {
        clear: none;
    }
    .prop-main .prop-main-atts dt:nth-of-type(2n+1) {
        clear: left;
    }
    .prop-main .prop-main-atts dd {
        width: 26%;
    }


    .prop-wrap {
        padding: 0 40px 0 40px;
        min-height: initial;
    }
    .prop-wrap .prop-slider {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin: 0 -40px 40px;
        padding: 0 0 97px;
    }
    .prop-wrap .prop-slider-top {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }
    .prop-wrap .prop-slider:before {
        display: none;
    }
    .prop-wrap .prop-slider-top .swiper-slide {
        height: auto;
        background-image: initial !important;
    }
    .prop-wrap .prop-slider-top .swiper-slide img {
        display: block;
    }


    .prop-agent-wrap .prop-agent {
        float: none;
        width: auto;
        margin: 0 0 50px;
    }
    .prop-order {
        float: none;
        width: auto;
        padding: 0;
    }
    .prop-order.booking .booking-guests {
        width: 24%;
        padding: 16px 15px 1px 15px;
        text-align: center;
    }
    .booking .booking-qnt {
        width: 49px;
        display: inline-block;
    }
    .prop-order.booking .booking-submit {
        width: 100%;
    }
    .prop-agent-wrap .prop-callback {
        float: none;
        width: auto;
    }

    .prop-features ul li {
        width: 25%;
    }

    .prop-atts-wrap .prop-atts {
        float: none;
        width: auto;
        margin: 0 0 16px 0;
    }
}

@media only screen and (max-width : 767px) {
    .prop-slider .prop-slider-cont {
        margin: 0 0 20px;
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        padding-top: 40px;
    }
    .prop-slider .swiper-pagination-fraction,
    .prop-slider .swiper-button-next,
    .prop-slider .swiper-button-prev {
        bottom: auto;
        top: 20px;
        left: 20px;
    }
    .prop-slider .swiper-button-prev {
        margin: 0;
    }
    .prop-slider .swiper-button-next {
        margin: 0 0 0 130px;
    }
    .prop-slider .swiper-pagination-fraction {
        margin: 0 0 0 50px;
    }
    .prop-slider .b-crumbs {
        position: relative;
        left: auto;
        top: auto;
        padding: 0;
    }
    .prop-slider .b-crumbs li {
        color: #323946;
    }
    .prop-slider .b-crumbs li a {
        color: #3357b4;
    }
    .prop-slider .b-crumbs li a {
        color: #3357b4;
    }
    .prop-slider .b-crumbs li a:hover {
        border-color: #3357b4;
    }
    .prop-slider .prop-date {
        position: relative;
        right: auto;
        top: auto;
        color: #323946;
        margin: 0 0 30px;
    }
    .prop-slider .prop-wishlist {
        left: auto;
        bottom: auto;
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0 20px 30px 0;
        box-shadow: none;
    }
    .prop-slider .prop-print {
        left: auto;
        bottom: auto;
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0 20px 30px 0;
        box-shadow: none;
    }
    .prop-slider .prop-share {
        left: auto;
        bottom: auto;
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 30px 0;
        box-shadow: none;
    }
    .prop-slider .prop-share .prop-share-btn {
        box-shadow: none;
    }
    .prop-main {
        margin-top: 0;
    }

    .prop-features ul li {
        width: 33.33333%;
    }
}

@media only screen and (max-width : 649px) {
    .prop-cont .prop-main-atts dt,
    .prop-main .prop-main-atts dt {
        width: 48%;
        clear: left;
    }
    .prop-cont .prop-main-atts dd,
    .prop-main .prop-main-atts dd {
        width: 52%;
    }

    .prop-order.booking .booking-date {
        float: left;
        border: none;
    }
    .prop-order.booking .booking-guests {
        float: left;
    }
}

@media only screen and (max-width : 479px) {
    .prop-main {
        padding: 32px 30px 0;
    }

    .prop-wrap {
        padding: 0 30px 0 30px;
    }
    .prop-wrap .prop-slider {
        margin: 0 -30px 30px;
    }
    .prop-cont .prop-cont-bottom {
        padding: 29px 0 1px 0;
        position: relative;
    }
    .prop-cont .prop-cont-buttons {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 0 30px;
    }

    .prop-wrap .prop-slider-top .swiper-slide .prop-slider-top-zoom,
    .prop-wrap .prop-slider-top .swiper-pagination,
    .prop-wrap .prop-slider-top .swiper-button-prev,
    .prop-wrap .prop-slider-top .swiper-button-next {
        display: none;
    }

    .prop-order.booking .booking-date {
        width: 100%;
        padding: 16px 15px 1px 10%;
        border-bottom: 1px solid #e0e4ee;
        float: none;
    }
    .prop-order.booking .booking-guests {
        float: none;
        width: 100%;
    }

    .prop-features ul li {
        width: 50%;
    }
}
/** 7 - Property **/


/** 8 - Agents **/
/*
PADDING IN MOBILE
*/

.agents-list {
    margin-left: -20px;
    margin-right: -20px;
}
.agents-list:after {
    clear: both;
    content: '';
    display: block;
}
.agent-i-col {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
}
.agent-i {
    background-color: #fff;
    box-shadow: 0 6px 18px 0 rgba(51,87,180,0.05);
    position: relative;
    padding: 0 38px 40px;
}
.agent-i .agent-i-img {
    display: block;
    margin: 0 -38px 32px;
    overflow: hidden;
    position: relative;
    border-radius: 4px 4px 0 0;
}
.agent-i .agent-i-img:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.0);
    transition: background-color 0.3s;
}
.agent-i .agent-i-img:hover:before {
    background-color: rgba(0,0,0,0.1);;
}
.agent-i .agent-i-img img {
    display: block;
    width: 100%;
    height: auto;
}
.agent-i .agent-i-img:after {
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    border-left: 20px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-right: 20px solid transparent;
    border-top: 15px solid transparent;
}
.agent-i .agent-i-top {
    padding: 0;
    position: relative;
    border-radius: 0 0 3px 3px;
}
.agent-i .agent-i-top:after {
    clear: both;
    content: '';
    display: block;
}
.agent-i .agent-i-type {
    margin: 0 0 8px;
    float: left;
    font-size: 16px;
    color: #3357b4;
}
.agent-i .agent-i-type a {
    color: #3357b4;
    transition: color 0.2s;
}
.agent-i .agent-i-type a:hover {
    color: #f3a249;
}
.agent-i .agent-i-status {
    float: right;
    margin: 0 0 8px;
    font-size: 16px;
    color: #838e9d;
}
.agent-i .agent-i-ttl {
    margin: 0 0 11px;
    color: #323946;
    letter-spacing: 0.02em;
    font-size: 25px;
}
.agent-i .agent-i-ttl a {
    color: #323946;
    transition: color 0.2s;
}
.agent-i .agent-i-ttl a:hover {
    color: #f3a249;
}
.agent-i .agent-i-rating {
    margin: 0 0 17px;
    font-size: 14px;
    color: #f3a249;
    padding: 0;
    list-style: none;
}
.agent-i .agent-i-rating li {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
}
.agent-i .agent-i-contacts {
    margin: 0 0 39px;
    padding: 0;
    list-style: none;
}
.agent-i .agent-i-contacts li {
    margin: 0 0 14px;
    list-style: none;
    position: relative;
    padding: 0 0 0 41px;
    font-size: 16px;
    color: #3357b4;
}
.agent-i .agent-i-contacts li a {
    color: #3357b4;
    transition: color 0.2s;
}
.agent-i .agent-i-contacts li a:hover {
    color: #f3a249;
}
.agent-i .agent-i-contacts-ico {
    height: 50px;
    margin: -24px 0 0;
    position: absolute;
    width: 16px;
    left: 0;
    top: 50%;
}
.agent-i .agent-i-contacts-ico img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.agent-i .agent-i-contacts-ico:after {
    height: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
}
.agent-i .agent-i-call {
    position: absolute;
    border-radius: 0 0 3px 3px;
    bottom: 0;
    padding: 15px 15px;
    left: 0;
    right: 0;
    letter-spacing: 0.04em;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #3357b4;
    transition: background-color 0.2s;
    display: block;
    box-shadow: 0 6px 18px 0 rgba(51,87,180,0.2);
}
.agent-i .agent-i-call:hover {
    background-color: #3961c7;
}




@media only screen and (max-width : 1229px) {
    .agents-list {
        margin-left: -15px;
        margin-right: -15px;
    }
    .agent-i-col {
        padding-left: 15px;
        padding-right: 15px;
    }
    .agent-i {
        padding-left: 30px;
        padding-right: 30px;
    }
    .agent-i .agent-i-img {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media only screen and (max-width : 991px) {
    .agent-i {
        padding-left: 38px;
        padding-right: 38px;
    }
    .agent-i .agent-i-img {
        margin-left: -38px;
        margin-right: -38px;
    }
}

@media only screen and (max-width : 767px) {
    .agent-i {
        padding-left: 30px;
        padding-right: 30px;
    }
    .agent-i .agent-i-img {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media only screen and (max-width : 599px) {
    .agent-i {
        padding-left: 38px;
        padding-right: 38px;
    }
    .agent-i-col {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 365px;
        width: auto;
    }
    .agent-i .agent-i-img {
        margin-left: -38px;
        margin-right: -38px;
    }
}

/** 8 - Agents **/


/** 9 - Agent **/
.agent-detail {
    position: relative;
    padding: 0 0 0 48%;
    margin-bottom: 60px;
    margin-top: 27px;
    background-color: #fff;
    border-radius: 3px;
}
.agent-detail:after {
    clear: both;
    content: '';
    display: block;
}
.agent-detail .agent-detail-img {
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    right: 52%;
    top: 0;
    bottom: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.agent-detail .agent-detail-img img {
    display: none;
    width: 100%;
    height: auto;
    border-radius: 3px 3px 0 0;
}
.agent-detail .agent-detail-img:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    border-right: 15px solid #ffffff;
    border-top: 20px solid #ffffff;
    border-left: 15px solid transparent;
    border-bottom: 20px solid transparent;
}
.agent-detail .agent-detail-cont {
    padding: 33px 40px 1px;
}
.agent-detail .agent-detail-type {
    margin: 0 0 11px;
    font-size: 16px;
    color: #3357b4;
}
.agent-detail .agent-detail-type a {
    color: #3357b4;
    transition: color 0.2s;
}
.agent-detail .agent-detail-type a:hover {
    color: #f3a249;
}
.agent-detail .agent-detail-ttl {
    font-size: 30px;
    margin: 0 0 15px;
    color: #323946;
}
.agent-detail .agent-detail-rating {
    margin: 0 0 26px;
    font-size: 14px;
    color: #f3a249;
    padding: 0;
    list-style: none;
}
.agent-detail .agent-detail-rating li {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
}
.agent-detail .agent-detail-info {
    overflow: hidden;
    margin: 0 0 15px;
}
.agent-detail .agent-detail-info dt {
    float: left;
    width: 39%;
    padding: 3px 10px 0 30px;
    font-size: 13px;
    text-transform: uppercase;
    color: #838e9d;
    position: relative;
    margin: 0 0 18px;
    clear: left;
}
.agent-detail .agent-detail-info dt .agent-detail-info-icon {
    position: absolute;
    left: 0;
    top: 50%;
    height: 30px;
    margin: -14px 0 0;
    display: block;
    width: 16px;
    text-align: center;
}
.agent-detail .agent-detail-info dt .agent-detail-info-icon:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.agent-detail .agent-detail-info dt .agent-detail-info-icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.agent-detail .agent-detail-info dd {
    float: left;
    width: 61%;
    color: #3357b4;
    margin: 0 0 17px;
    font-size: 16px;
}
.agent-detail .agent-detail-info a {
    color: #3357b4;
    transition: color 0.2s;
}
.agent-detail .agent-detail-info a:hover {
    color: #f3a249;
}
.agent-detail .agent-detail-bottom {
    border-top: 1px solid #e1e4ed;
    padding: 0 0 8px;
}
.agent-detail .agent-detail-bottom:after {
    clear: both;
    content: '';
    display: block;
}
.agent-detail .agent-detail-social {
    float: left;
    width: 55%;
    list-style: none;
    padding: 0;
    margin: 23px 5% 0 0;
}
.agent-detail .agent-detail-social li {
    display: inline-block;
    font-size: 22px;
    margin: 0 43px 15px 0;
}
.agent-detail .agent-detail-social li:last-child {
    margin-right: 0;
}
.agent-detail .agent-detail-social li a {
    color: #3357b4;
    transition: color 0.2s;
}
.agent-detail .agent-detail-social li a:hover {
    color: #f3a249;
}
.agent-detail .agent-detail-call {
    width: 40%;
    float: left;
    margin: 19px 0 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.agent-about {
    background-color: #fff;
    padding: 33px 50px 5px;
    margin-bottom: 60px;
    border-radius: 3px;
    color: #858d9b;
}
.agent-about .agent-about-ttl {
    font-size: 40px;
    color: #767e8d;
    margin: 0 0 23px;
    font-weight: 400;
    letter-spacing: 0.03em;
}
.agent-about .agent-about-ttl b {
    color: #767e8d;
}



@media only screen and (max-width : 1229px) {
    .agent-detail .agent-detail-social li {
        margin-right: 38px;
    }
}

@media (min-width : 768px) and (max-width : 991px) {
    .agent-detail .agent-detail-social {
        width: 100%;
        margin: 23px 0 0 0;
    }
    .agent-detail .agent-detail-call {
        width: 100%;
        margin: 2px 0 22px;
    }
}

@media only screen and (max-width : 767px) {
    .agent-detail {
        padding: 0;
    }
    .agent-detail .agent-detail-img {
        border-radius: 0;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        background-image: initial !important;
    }
    .agent-detail .agent-detail-img img {
        display: block;
    }
    .agent-detail .agent-detail-img:after {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        border-left: 20px solid #ffffff;
        border-bottom: 15px solid #ffffff;
        border-right: 20px solid transparent;
        border-top: 15px solid transparent;
    }
    .agent-detail .agent-detail-cont {
        padding: 33px 40px 1px;
    }
}

@media only screen and (max-width : 599px) {
    .agent-detail .agent-detail-social {
        width: 100%;
        margin: 23px 0 0 0;
    }
    .agent-detail .agent-detail-call {
        width: 100%;
        margin: 2px 0 22px;
    }
}

@media only screen and (max-width : 419px) {
    .agent-detail .agent-detail-info dt {
        width: 100%;
        margin: 0 0 5px;
    }
    .agent-detail .agent-detail-info dd {
        width: 100%;
        margin: 0 0 17px 30px;
    }
    .agent-about {
        padding-left: 40px;
        padding-right: 40px;
    }
    .agent-about .agent-about-ttl {
        font-size: 32px;
    }
}
/** 9 - Agent **/


/** 10 - Blog **/
.post-grid,
.post-list {

}
.post-grid {
    margin-left: -20px;
    margin-right: -20px;
}
.post-grid:after,
.post-list:after {
    clear: both;
    content: '';
    display: block;
}
.post-i-col {
    padding-left: 20px;
    padding-right: 20px;
}
.post-i {
    margin: 0 0 50px;
    position: relative;
    font-size: 15px;
    line-height: 1.8;
    color: #636363;
    background-color: #fff;
    border-radius: 3px;
}
.post-list .post-i {
    padding: 32px 40px 0 52%;
}
.post-grid .post-i {
    padding: 0 38px;
}
.post-i:after {
    background: url(../img/shadow.png) no-repeat center top;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    height: 44px;
    content: '';
}
.post-i .post-i-img:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.0);
    transition: background-color 0.3s;
}
.post-i .post-i-img:hover:before {
    background-color: rgba(0,0,0,0.1);;
}
.post-list .post-i .post-i-img {
    position: absolute;
    left: 0;
    right: 53%;
    top: 0;
    bottom: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 3px 0 0 3px;
    margin: 0;
    display: block;
}
.post-list .post-i .post-i-img img {
    display: none;
    height: auto;
    border-radius: 3px 3px 0 0;
}
.post-list .post-i .post-i-img:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    border-right: 20px solid #ffffff;
    border-top: 20px solid #ffffff;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.post-grid .post-i .post-i-img {
    display: block;
    margin: 0 -38px 32px;
    position: relative;
}
.post-grid .post-i .post-i-img img {
    display: block;
    height: auto;
    border-radius: 3px 3px 0 0;
}
.post-grid .post-i .post-i-img:after {
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    border-left: 20px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-right: 20px solid transparent;
    border-top: 15px solid transparent;
}
.post-i .post-i-categs {
    margin: 0 0 10px;
    font-size: 16px;
}
.post-i .post-i-categs a {
    color: #3357b4;
    transition: color 0.2s;
}
.post-i .post-i-categs a:hover {
    color: #f3a249;
}
.post-i .post-i-ttl {
    margin: 0 0 13px;
    font-size: 24px;
}
.post-i .post-i-ttl a {
    color: #323946;
    transition: color 0.2s;
}
.post-i .post-i-ttl a:hover {
    color: #f3a249;
}
.post-i p {
    margin: 0 0 20px;
}
.post-i .post-i-info {
    padding: 0 0 21px;
    border-top: 1px solid #e1e4ed;
}
.post-i .post-i-info:after {
    clear: both;
    content: '';
    display: block;
}
.post-i .post-i-date {
    display: block;
    float: left;
    text-transform: uppercase;
    font-size: 13px;
    color: #7c86a8;
    margin: 22px 0 0;
}
.post-i .post-i-more {
    display: block;
    float: right;
    font-size: 16px;
    color: #f3a249;
    transition: color 0.2s;
    margin: 20px 0 0;
}
.post-i .post-i-more:hover {
    color: #3357b4;
}



@media only screen and (max-width : 1229px) {
    .post-grid {
        margin-left: -15px;
        margin-right: -15px;
    }
    .post-i-col {
        padding-left: 15px;
        padding-right: 15px;
    }
    .post-grid .post-i {
        padding-left: 30px;
        padding-right: 30px;
    }
    .post-grid .post-i .post-i-img {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media only screen and (max-width : 991px) {
    .post-grid .post-i {
        padding-left: 38px;
        padding-right: 38px;
    }
    .post-grid .post-i .post-i-img {
        margin-left: -38px;
        margin-right: -38px;
    }
}

@media only screen and (max-width : 767px) {
    .post-grid .post-i {
        padding-left: 30px;
        padding-right: 30px;
    }
    .post-grid .post-i .post-i-img {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media only screen and (max-width : 599px) {
    .post-grid .post-i,
    .post-list .post-i {
        padding: 0 40px;
    }
    .post-list .post-i .post-i-img {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        background-image: initial !important;
        border-radius: 0;
        margin: 0 -40px 30px;
    }
    .post-list .post-i .post-i-img img {
        display: block;
    }
    .post-list .post-i .post-i-img:after {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        border-left: 20px solid #ffffff;
        border-bottom: 15px solid #ffffff;
        border-right: 20px solid transparent;
        border-top: 15px solid transparent;
    }

    .post-grid .post-i {
        padding-left: 38px;
        padding-right: 38px;
    }
    .post-i-col {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 365px;
        width: auto;
    }
    .post-grid .post-i .post-i-img {
        margin-left: -38px;
        margin-right: -38px;
    }
}
/** 10 - Blog **/


/** 11 - Post **/
.post-slider {
    position: relative;
}
.post-slider:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(../img/shadow1.png) repeat-x center top;
    height: 153px;
    display: block;
    content: '';
    z-index: 1;
}
.post-slider .post-slide {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    max-height: 1000px;
}
.post-slide .post-slide-img {
    display: block;
    width: 100%;
}
.post-slider .post-slider-cont {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    margin: 0 0 0 -600px;
    z-index: 2;
}
.post-slider .b-crumbs {
    position: absolute;
    top: 36px;
    left: 15px;
    padding: 0 200px 0 0;
}
.post-slider .b-crumbs li {
    color: #d1d2d2;
}
.post-slider .b-crumbs li:after {
    color: #b8bcc2;
}
.post-slider .b-crumbs li a {
    color: #ffffff;
}
.post-slider .b-crumbs li a:hover {
    border-color: #d1d2d2;
}
.post-slider .swiper-pagination-fraction {
    background-color: #fff;
    width: 80px;
    height: 45px;
    left: 50%;
    bottom: 80px;
    margin: 0 0 0 455px;
    font-size: 16px;
    color: #4d5868;
    padding: 12px 0 0;
    cursor: default;
}
.post-slider .swiper-button-prev,
.post-slider .swiper-button-next {
    background-image: initial;
    background-color: #fff;
    width: 50px;
    height: 45px;
    left: 50%;
    bottom: 80px;
    font-size: 17px;
    color: #1d253f;
    padding: 11px 0 0;
    right: auto;
    top: auto;
    text-align: center;
    transition: background-color 0.2s;
}
.post-slider .swiper-button-next {
    margin: 0 0 0 535px;
    border-radius: 0 2px 2px 0;
}
.post-slider .swiper-button-prev {
    margin: 0 0 0 405px;
    border-radius: 2px 0 0 2px;
}
.post-slider .swiper-button-prev:hover,
.post-slider .swiper-button-next:hover {
    background-color: #f3f4f7;
}
.post-slider .swiper-button-prev:before,
.post-slider .swiper-button-next:before {
    content: '';
    background-color: #e1e5ee;
    top: 10px;
    bottom: 10px;
    width: 1px;
    display: block;
    position: absolute;
}
.post-slider .swiper-button-next:before {
    left: 0;
}
.post-slider .swiper-button-prev:before {
    right: 0;
}
.post-slider .swiper-button-prev:after {
    font-family: FontAwesome;
    content: '\f104';
}
.post-slider .swiper-button-next:after {
    font-family: FontAwesome;
    content: '\f105';
}

.post-img {
    overflow: hidden;
    max-height: 1000px;
    position: relative;
}
.post-img img {
    display: block;
    width: 100%;
    height: auto;
}
.post-img .container {
    position: relative;
    z-index: 2;
}
.post-img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(http://localhost/absolute/1absolute/html/img/shadow1.png) repeat-x center top;
    height: 153px;
    display: block;
    content: '';
    z-index: 1;
}
.post-img .b-crumbs {
    position: absolute;
    position: absolute;
    top: 36px;
    left: 15px;
    padding: 0;
}
.post-img .b-crumbs li {
    color: #d1d2d2;
}
.post-img .b-crumbs li:after {
    color: #b8bcc2;
}
.post-img .b-crumbs li a {
    color: #ffffff;
}
.post-img .b-crumbs li a:hover {
    border-color: #d1d2d2;
}
.post-cont {
    margin-bottom: 52px;
    border-radius: 3px;
    background-color: #fff;
    padding: 35px 50px 1px;
}
.post-slider + .maincont,
.post-img + .maincont {
    margin-top: -40px;
    position: relative;
    z-index: 1;
}
.post-top {

}
.post-top:after {
    clear: both;
    content: '';
    display: block;
}
.post-top .post-categs {
    margin: 0 0 9px;
    font-size: 16px;
}
.post-top .post-categs a {
    color: #3357b4;
    transition: color 0.2s;
    border: none;
}
.post-top .post-categs a:hover {
    color: #f3a249;
}
.post-top .post-date {
    display: block;
    float: right;
    text-transform: uppercase;
    font-size: 13px;
    color: #767e8d;
    margin: 7px 0 13px;
}
.post-cont .post-ttl {
    font-size: 30px;
    letter-spacing: 0.04em;
    margin: 0 0 27px;
    color: #323946;
}
.post-cont .post-bottom {
    border-top: 1px solid #e1e4ed;
    padding: 0 50px 28px;
    margin: 56px -50px 0;
}
.post-cont .post-bottom:after {
    clear: both;
    content: '';
    display: block;
}
.post-cont .post-author {
    float: left;
    margin: 38px 1% 0 0;
    font-size: 13px;
    color: #858d9b;
    width: 25%;
}
.post-cont .post-author:after {
    clear: both;
    content: '';
    display: block;
}
.post-cont .post-author img {
    float: left;
    display: block;
    margin: 0 27px 10px 0;
    width: 80px;
    height: 80px;
    border-radius: 3px;
}
.post-cont .post-author p {
    margin: 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-cont .post-author a {
    border: none;
}
.post-cont .post-author .post-author-type {
    margin: 13px 0 4px;
    text-transform: uppercase;
}
.post-cont .post-author .post-author-type a {
    color: #858d9b;
    transition: color 0.2s;
}
.post-cont .post-author .post-author-type a:hover {
    color: #f3a249;
}
.post-cont .post-author .post-author-name {
    color: #3357b4;
    font-weight: 500;
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1;
}
.post-cont .post-author .post-author-name a {
    color: #3357b4;
    transition: color 0.2s;
}
.post-cont .post-author .post-author-name a:hover {
    color: #f3a249;
}
.post-cont .post-share {
    float: right;
    margin: 58px 0 0 0;
    padding: 0;
    list-style: none;
    max-width: 74%;
    text-align: right;
}
.post-cont .post-share li {
    display: inline-block;
    margin: 0 40px 15px 20px;
    font-size: 20px;
}
.post-cont .post-share li a {
    color: #3357b4;
    border: none;
    transition: color 0.2s;
}
.post-cont .post-share li a:hover {
    color: #f3a249;
}



.post-comments-wrap {
    border-radius: 3px;
    margin-bottom: 50px;
    padding: 31px 50px 1px;
    background-color: #fff;
}
.post-comments-wrap .post-comments-wrap-ttl {
    margin: 0 0 26px;
    font-size: 24px;
    color: #767e8d;
    border-bottom: 1px solid #e1e4ed;
    padding: 0 0 26px;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.post-comments-form {
    position: relative;
    padding: 10px 0 0 107px;
    border-bottom: 1px solid #e1e4ed;
    margin: 0 0 54px;
}
.post-comments-form .post-comments-avatar {
    position: absolute;
    width: 80px;
    left: 0;
    top: 0;
}
.post-comments-form .post-comments-avatar img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px;
}
.post-comments-form .post-comments-form-ttl {
    font-weight: 500;
    margin: 0 0 13px;
    font-size: 20px;
    color: #3357b4;
    letter-spacing: 0.04em;
}
.post-comments-form textarea {
    border: none;
    height: 85px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #838e9d;
    width: 100%;
    display: block;
}
.post-comments-form textarea:focus {

}
.post-comments-form textarea::-webkit-input-placeholder {
    color: #838e9d;
}
.post-comments-form textarea::-moz-placeholder {
    color: #838e9d;
    opacity: 1;
}
.post-comments-form textarea:-ms-input-placeholder {
    color: #838e9d;
}
.post-comments-form button {
    position: absolute;
    bottom: -1px;
    right: 0;
    display: block;
    border-radius: 0;
    min-width: 110px;
    padding: 0 15px;
    height: 40px;
}
.post-comments-form button:before {
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    left: -20px;
    border-right: 10px solid #3357b4;
    border-bottom: 20px solid #3357b4;
    border-left: 10px solid transparent;
    border-top: 20px solid transparent;
    transition: border-color 0.2s;
}
.post-comments-form button:after {
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    right: -20px;
    border-left: 10px solid #3357b4;
    border-top: 20px solid #3357b4;
    border-right: 10px solid transparent;
    border-bottom: 20px solid transparent;
    transition: border-color 0.2s;
}
.post-comments-form button:hover {
    background-color: #f3a249;
}
.post-comments-form button:hover:before {
    border-right-color: #f3a249;
    border-bottom-color: #f3a249;
}
.post-comments-form button:hover:after {
    border-left-color: #f3a249;
    border-top-color: #f3a249;
}
.post-comments {
    margin: 0;
    padding: 0;
    list-style: none;
}
.post-comments li {
    position: relative;
    padding: 0 0 1px 107px;
    min-height: 80px;
    margin: 0 0 23px;
    font-size: 14px;
}
.post-comments li .post-comments-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
}
.post-comments li .post-comments-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px;
}
.post-comments li .post-comments-ttl-reply,
.post-comments li .post-comments-ttl {
    display: inline-block;
    margin: 0 25px 13px 0;
    font-size: 20px;
    font-weight: 500;
    color: #3357b4;
    line-height: 1;
    vertical-align: top;
}
.post-comments li .post-comments-ttl-reply {
    position: relative;
    padding: 0 0 0 44px;
}
.post-comments li .post-comments-ttl-reply:before {
    position: absolute;
    color: #d4d7d7;
    font-size: 17px;
    top: 3px;
    left: 0;
    display: block;
    font-family: FontAwesome;
    content: '\f112';
}
.post-comments li .post-comments-date {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #767e8d;
    margin: 1px 0 14px;
    vertical-align: top;
}
.post-comments-wrap .post-comments-more {
    display: block;
    margin: 0 -50px;
    border-radius: 0 0 3px 3px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    transition: background-color 0.2s;
    background-color: #dfe1eb;
    color: #8d94b4;
    font-weight: 500;
    padding: 24px 15px 21px;
    border: none;
    letter-spacing: 0.04em;
}
.post-comments-wrap .post-comments-more:hover {
    background-color: #cfd2e1;
}

@media only screen and (max-width : 1229px) {
    .post-slider .post-slider-cont {
        margin: 0 0 0 -485px;
    }
    .post-slider .swiper-button-prev {
        margin: 0 0 0 290px;
    }
    .post-slider .swiper-button-next {
        margin: 0 0 0 420px;
    }
    .post-slider .swiper-pagination-fraction {
        margin: 0 0 0 340px;
    }
    .post-slider .swiper-pagination-fraction,
    .post-slider .swiper-button-next,
    .post-slider .swiper-button-prev {
        bottom: 90px;
    }

    .post-cont .post-author {
        width: 35%;
    }
    .post-cont .post-share {
        max-width: 64%;
    }
    .post-cont .post-share li {
        margin: 0 0 15px 40px;
    }
}

@media only screen and (max-width : 991px) {
    .post-slider + .maincont {
        margin-top: 15px;
    }
    .post-slider .post-slider-cont {
        margin: 0 0 0 -375px;
    }
    .post-slider .swiper-button-prev {
        margin: 0 0 0 180px;
    }
    .post-slider .swiper-button-next {
        margin: 0 0 0 310px;
    }
    .post-slider .swiper-pagination-fraction {
        margin: 0 0 0 230px;
    }
    .post-slider .swiper-pagination-fraction,
    .post-slider .swiper-button-next,
    .post-slider .swiper-button-prev {
        bottom: 30px;
    }
    .post-slider .b-crumbs {
        top: 25px;
    }

    .post-cont .post-share li {
        margin: 0 0 15px 34px;
    }
}

@media only screen and (max-width : 767px) {
    .post-slider .post-slider-cont {
        margin: 0 0 20px;
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        padding-top: 40px;
    }
    .post-slider .swiper-pagination-fraction,
    .post-slider .swiper-button-next,
    .post-slider .swiper-button-prev {
        bottom: auto;
        top: 20px;
        left: 20px;
    }
    .post-slider .swiper-button-prev {
        margin: 0;
    }
    .post-slider .swiper-button-next {
        margin: 0 0 0 130px;
    }
    .post-slider .swiper-pagination-fraction {
        margin: 0 0 0 50px;
    }
    .post-slider .b-crumbs {
        position: relative;
        left: auto;
        top: auto;
        padding: 0;
        margin: 0;
    }
    .post-slider .b-crumbs li {
        color: #323946;
    }
    .post-slider .b-crumbs li a {
        color: #3357b4;
    }
    .post-slider .b-crumbs li a {
        color: #3357b4;
    }
    .post-slider .b-crumbs li a:hover {
        border-color: #3357b4;
    }

    .post-cont .post-bottom {
        padding: 0 50px 15px;
    }
    .post-cont .post-author {
        width: auto;
        float: none;
        padding: 1px 0 0;
    }
    .post-cont .post-share {
        max-width: initial;
        text-align: center;
        float: none;
        margin: 30px -50px 0;
        padding: 23px 50px 0;
        border-top: 1px solid #e1e4ed;
    }
    .post-cont .post-share li {
        margin: 0 20px 15px 20px;
    }
}

@media only screen and (max-width : 549px) {
    .post-img + .maincont {
        margin-top: 15px;
    }
    .post-cont {
        padding: 26px 30px 1px;
    }
    .post-cont .post-bottom {
        margin: 56px -30px 0;
    }
    .post-cont .post-share {
        margin: 30px -30px 0;
        padding: 23px 30px 0;
    }
    .post-comments-wrap {
        padding: 31px 30px 1px;
    }
    .post-comments-wrap .post-comments-more {
        margin: 0 -30px;
    }
    .post-comments-form {
        padding: 0 0 0 90px;
    }
    .post-comments-form .post-comments-avatar {
        width: 65px;
    }
    .post-comments li {
        padding: 0 0 1px 90px;
    }
    .post-comments li .post-comments-img {
        width: 65px;
    }
}

@media only screen and (max-width : 479px) {
    .post-wrap .post-slider {
        margin: 0 -30px 30px;
    }
}

@media only screen and (max-width : 379px) {
    .post-comments-form textarea {
        height: 150px;
    }
    .post-comments li .stylization {
        margin: 0 0 0 -90px;
    }
}
/** 11 - Post **/


/** 12 - Categories **/
.categs-list-wrap {
    margin-bottom: 75px;
    padding-bottom: 1px;
}
.categs-list-wrap:after {
    content: '';
    display: block;
    clear: both;
}
.categs-list {
    padding-left: 20px;
    padding-right: 20px;
}
.categs-list .categs-ttl {
    color: #7c86a8;
    text-transform: uppercase;
    font-size: 13px;
}
.categs-list .categs-ttl a {
    position: relative;
    color: #7c86a8;
    padding: 0 50px 21px 0;
    transition: color 0.2s;
    margin: 0 0 23px;
    display: block;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #ebeef5;
}
.categs-list .categs-ttl a:hover {
    color: #f3a249;
}
.categs-list .categs-ttl span {
    font-size: 18px;
    color: #8c8c8c;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
}
.categs-list ul {
    margin: 0 0 60px;
}
.categs-list ul li {
    font-size: 16px;
    margin: 0 0 18px;
}
.categs-list ul li a {
    color: #323946;
    position: relative;
    padding: 0 50px 0 30px;
    display: block;
    transition: all 0.3s;
}
.categs-list ul li a:hover {
    color: #f3a249;
}
.categs-list ul li a:after {
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    margin: 0;
    width: 16px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    color: #3357b4;
    transition: all 0.2s;
    content: '\f0da';
    font-family: FontAwesome;
    font-weight: normal;
}
.categs-list ul li span {
    font-size: 16px;
    color: #3357b4;
    position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (max-width : 649px) {
    .categs-list {
        width: 100%;
        float: none;
    }
}

/** 12 - Categories **/


/** 13 - Gallery **/
ul.gallery-grid {
    margin: 0 -20px 30px;
    position: relative;
    list-style: none;
}
.gallery-grid:after {
    clear: both;
    display: block;
    content: '';
}
.gallery-grid li {
    /*width: 33.33333333%;*/
    margin: 0;
    /*float: left;
    padding: 0;*/
    position: relative;
    list-style: none !important;
    padding: 0 20px 40px;
}
.gallery-grid li .gallery-grid-inner > a.fancy-img {
    display: block;
    padding: 0;
    transition: all 0.3s ease-in-out;
    height: 100%;
    border: none;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.gallery-grid li a img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.gallery-grid li .gallery-grid-inner > a.fancy-img:after {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.6s;
    opacity: 0;
    position: absolute;
    z-index: 1;
    transition: opacity 0.6s;
}
.gallery-grid li .gallery-grid-inner:hover > a.fancy-img:after {
    opacity: 1;
}
.gallery-grid li .gallery-grid-inner > a.fancy-img:before {
    transition: all 0.4s;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    font-size: 24px;
    text-align: center;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 2;
    font-size: 40px;
    font-weight: 700;
    content: "";
    opacity: 0;
    border-radius: 80px;
}
.gallery-grid li .gallery-grid-inner > a.fancy-img.gallery-grid-video:before {
    content: "\f04b";
    opacity: 1;
    font-size: 22px;
    font-weight: normal;
    font-family: FontAwesome;
    padding: 0 0 0 6px;
    background: rgba(255,255,255,0.95);
    color: #3357b4;
}
.gallery-grid .gallery-grid-inner {
    position: relative;
}
.gallery-grid .gallery-grid-btns {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    z-index: 3;
    transition: opacity 0.6s;
}
.gallery-grid .gallery-grid-btns:after {
    clear: both;
    content: '';
    display: block;
}
.gallery-grid .gallery-grid-inner:hover .gallery-grid-btns {
    opacity: 1;
}
.gallery-grid .gallery-grid-inner .gallery-grid-print {
    display: block;
    float: left;
    padding: 13px 0 0;
    text-align: center;
    border-radius: 2px;
    font-size: 15px;
    color: #1d253f;
    width: 54px;
    height: 45px;
    background-color: #fff;
    box-shadow: 0 6px 18px 0 rgba(96, 96, 96, 0.2);
    transition: background-color 0.2s;
    border: none;
    margin: 0 15px 0 0;
}
.gallery-grid .gallery-grid-inner .gallery-grid-print:hover {
    background-color: #edeff2;
}
.gallery-grid .gallery-grid-inner .gallery-grid-zoom {
    display: block;
    float: right;
    padding: 13px 21px 0;
    text-align: center;
    border-radius: 2px;
    font-size: 15px;
    color: #1d253f;
    height: 45px;
    background-color: #fff;
    box-shadow: 0 6px 18px 0 rgba(96, 96, 96, 0.2);
    transition: background-color 0.2s;
    border: none;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.gallery-grid .gallery-grid-inner .gallery-grid-zoom:hover {
    background-color: #edeff2;
}
.gallery-grid .gallery-grid-inner .gallery-grid-zoom .fa {
    margin: 0 0 4px 4px;
    font-size: 14px;
    vertical-align: middle;
}

.gallery-grid-share {
    float: left;
    display: block;
    text-align: center;
    color: #1e243f;
    font-size: 15px;
    position: relative;
}
.gallery-grid-share .gallery-grid-share-btn {
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 6px 18px 0 rgba(96,96,96,0.2);
    transition: background-color 0.2s;
    border-radius: 2px;
    display: block;
    width: 54px;
    height: 45px;
    border: none;
    padding: 13px 0 0;
    color: #1e243f;
}
.gallery-grid-share .gallery-grid-share-btn:hover {
    background-color: #edeff2;
}
.gallery-grid-share-list {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;

    padding: 0 0 10px;
    list-style: none;
    z-index: 2;
    transition: transform 0.3s ease, opacity 0.3s ease;
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    -o-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    text-align: center;
}
.gallery-grid-share:hover .gallery-grid-share-list {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    visibility: visible;
    width: auto;
    height: auto;
    overflow: initial;
}
.gallery-grid-share-list ul {
    margin: 0;
    box-shadow: 0 15px 50px 0 rgba(181, 204, 235, 0.5);
    background-color: #fff;
    border-radius: 3px;
    font-size: 16px;
    color: #323946;
}
.gallery-grid-share-list li {
    display: block;
    padding: 0;
    border-radius: 0;
}
.gallery-grid-share-list li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e1e5ee;
    font-size: 14px;
    color: #323946;
    transition: background-color 0.2s;
}
.gallery-grid-share-list li a:hover {
    background-color: #f3f4f7;
    border-bottom: 1px solid #e1e5ee;
}
.gallery-grid-share-list li:last-child a {
    border: none;
}
.gallery-grid-share-list li:last-child a:hover {
    border: none;
}

p.gallery-grid-more {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin: -30px 0 50px;
    padding: 0;
    text-align: center;
}
p.gallery-grid-more a {
    font-weight: 500;
    display: block;
    color: #8b95b7;
    border: none;
    transition: all 0.2s;
    background-color: #dfe2ec;
    border-radius: 3px;
    padding: 23px 15px;
    letter-spacing: 0.04em;
}
p.gallery-grid-more a:hover {
    background-color: #d3d6e0;
}
p.gallery-grid-more a.loading {
    opacity: 0.4;
    cursor: default;
    border-bottom: 1px dotted #868ca7;
}


@media only screen and (max-width: 767px) {
    ul.gallery-grid {
        margin: 0 -8px 30px;
    }
    .gallery-grid li {
        padding: 0 8px 16px;
    }
}
@media only screen and (max-width: 599px) {
    ul.gallery-grid {
        margin: 0 0 30px;
    }
    .gallery-grid li {
        padding: 0 0 30px;
        width: 100%;
    }
}
/** 13 - Gallery **/


/** 14 - Widgets **/
.widget {
    padding: 37px 40px 1px;
    border-bottom: 1px solid #e1e4ed;
}
.widget:last-of-type {
    border-bottom: none;
}
.widget .widget-ttl {
    margin: 0 0 32px;
    font-size: 20px;
    color: #767e8d;
    font-weight: 500;
}
.widget-categories {

}
.widget-categories ul {
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
}
.widget-categories ul li {
    margin: 0 0 15px;
    font-size: 16px;
}
.widget-categories ul li a {
    color: #323946;
    transition: color 0.2s;
    display: block;
    overflow: hidden;
}
.widget-categories ul li a:hover {
    color: #f3a249;
}
.widget-categories ul li .count {
    float: right;
    color: #67676b;
    margin: 0 0 0 7px;
}
.widget-search {

}
.widget-search h3 {
    margin: 0 0 19px;
}
.widget-search form {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 23px;
}
.widget-search form input[type=text] {
    display: block;
    width: 100%;
    padding: 0 100px 0 0;
    font-size: 16px;
    height: 40px;
    transition: border-color 0.2s;
    border: none;
    border-bottom: 1px solid #e1e4ed;
    margin: 0 0 10px;
    color: #636363;
}
.widget-search form input[type=text]::-webkit-input-placeholder {
    color: #636363;
}
.widget-search form input[type=text]::-moz-placeholder {
    color: #636363;
    opacity: 1;
}
.widget-search form input[type=text]:-ms-input-placeholder {
    color: #636363;
}
.widget-search form input[type=text]:focus {
    border-color: #cdd3e4;
}
.widget-search form button {
    bottom: 20px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    transition: background 0.2s;
    border: none;
    right: 0;
    position: absolute;
    box-shadow: 0 6px 18px 0 rgba(51, 87, 180, 0.2);
    display: block;
    background: #3357b4;
    cursor: pointer;
    padding: 0 15px;
    border-radius: 3px;
}
.widget-search form button:hover {
    background: #f3a249;
}
.widget-comments {

}
.widget-comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget-comments ul li {
    border-bottom: 1px solid #e1e4ed;
    font-size: 16px;
    padding: 0 0 5px;
    color: #636363;
    margin: 0 0 20px;
    list-style: none;
    line-height: 1.8;
}
.widget-comments ul li:last-child {
    border-bottom: none;
}
.widget-comments ul li .widget-comments-author {
    margin: 0 0 10px;
    line-height: 1.42857143;
}
.widget-comments ul li .widget-comments-author a {
    color: #323946;
    transition: color 0.2s;
}
.widget-comments ul li .widget-comments-author a:hover {
    color: #f3a249;
}
.widget-comments ul li p {
    line-height: 1.8;
    margin: 0 0 16px;
}

@media only screen and (max-width : 991px) {
    .cont-withsb .widget .widget-ttl + * {
        display: none;
    }
    .cont-withsb .widget .widget-ttl {
        cursor: pointer;
        transition: margin 0.4s, color 0.2s;
        position: relative;
    }
    .cont-withsb .widget .widget-ttl:after {
        content: '\f107';
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 13px;
        font-size: 22px;
        font-weight: 400;
    }
    .cont-withsb .widget .widget-ttl.opened:after {
        content: '\f106';
    }
}
/** 14 - Widgets **/


/** 15 - Elements **/


body .color-grey {
    color: #737f8f;
}
.cont-bg {
    padding-top: 150px;
    padding-bottom: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}
.cont-bg-fixed {
    background-attachment: fixed;
}
.cont-bg .cont-bg-ttl {
    font-size: 57px;
    color: #ffffff;
    text-align: center;
}
.hr-cont-boxed {
    display: block;
    border: none;
    border-top: 1px solid #dfe5f7;
    margin: 50px 0;
}
.cont-boxed .hr-cont-boxed {
    margin-left: -50px;
    margin-right: -50px;
}
@media only screen and (max-width : 479px) {
    .cont-boxed .hr-cont-boxed {
        margin-left: -30px;
        margin-right: -30px;
    }
}




/*----------------------------------
2 - Pricing Tables
----------------------------------*/

.pricing-table {
    margin: 12px auto 12px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 13px 59px 0 rgba(132,141,178,0.22);
    text-align: center;
    font-size: 16px;
    color: #686f8a;
    border-top: 6px solid #1d253f;
    padding: 30px 20px 5px;
}
.pricing-table.pricing-table-marked {
    margin-top: 0;
}
.pricing-table h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 2px;
    font-weight: 900;
}
.pricing-table.pricing-table-marked h3 {
    font-size: 40px;
}
.pricing-table .pricing-table-price {
    font-size: 50px;
    color: #1d253f;
    margin: 0 0 19px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}
.pricing-table.pricing-table-marked .pricing-table-price {
    font-size: 60px;
    margin: 0;
}
.pricing-table .pricing-table-desc {
    margin: 0 0 27px;
}
.pricing-table.pricing-table-marked .pricing-table-desc {
    margin: 0 0 39px;
}
.pricing-table .pricing-table-desc li {
    border-bottom: 1px solid #e0e4f6;
    padding: 0 0 12px;
    margin: 0 0 13px;
}
.pricing-table .pricing-table-desc li:last-child {
    border-bottom: none;
}
.pricing-table .pricing-table-desc p {
    border-bottom: 1px solid #e0e4f6;
    padding: 0 0 7px;
    margin: 0 0 10px;
}
.pricing-table .pricing-table-desc p:last-child {
    border-bottom: none;
}
.pricing-table + .pricing-table-action,
.pricing-table .pricing-table-action {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    background-color: #f3a249;
    margin: 0 -15px;
    border-radius: 3px;
    padding: 14px 15px 15px;
    font-weight: 700;
    text-align: center;
    border: none;
    transition: all 0.2s;
}
.pricing-table + .pricing-table-action:hover,
.pricing-table .pricing-table-action:hover {
    background-color: #f5ae61;
}
.pricing-table.style_2 {
    box-shadow: none;
    border: 1px solid #e0e4f6;
    padding: 0 19px;
}
.pricing-table.style_2 h3 {
    color: #fff;
    background: #1d253f;
    font-size: 20px;
    margin: -1px -20px 24px;
    padding: 22px 19px 21px;
    border-radius: 5px 5px 0 0;
}
.pricing-table.pricing-table-marked.style_2 h3 {
    font-size: 30px;
    padding: 21px 19px 21px;
}
.pricing-table.style_2 .pricing-table-price {
    margin: 0 0 25px;
}
.pricing-table.style_2 .pricing-table-desc {
    border-top: 1px solid #e0e4f6;
    padding-top: 13px;
    margin: 0 0 22px;
}
.pricing-table.style_2 .pricing-table-action {
    margin: 0 -20px -1px;
    border-radius: 0 0 5px 5px;
    padding: 14px 15px 15px;
    font-weight: 700;
}
.pricing-table.style_3 {
    border-radius: 0;
    padding: 51px 20px 5px;
    margin-bottom: 17px;
}
.pricing-table.pricing-table-marked.style_3 {
    margin-top: 0;
}
.pricing-table.style_3 h3 {
    margin: 0 0 37px;
}
.pricing-table.style_3 + .pricing-table-action {
    margin: 0 auto 30px;
    border-radius: 0;
    padding: 17px 15px 17px;
}
.pricing-table.style_3 .pricing-table-desc {
    margin: 0 0 17px;
}
.pricing-table.style_3 .pricing-table-price {
    margin: 0 0 25px;
}

/*----------------------------------
2 - Pricing Tables
----------------------------------*/




/*----------------------------------
3 - Testimonials
----------------------------------*/

.testimonials-list,
.testimonials-car {
    position: relative;
    width: auto;
    padding-bottom: 30px;
    margin-bottom: 40px;
    overflow: hidden;
}
.testimonials-list .slides,
.testimonials-car .slides {
    position: relative;
    overflow: hidden;
    margin: 0;
    list-style: none;
}
.testimonials-list {
    padding-bottom: 0;
}
.testimonials-list:after,
.testimonials-car:after {
    clear: both;
    display: block;
    content: '';
}
.testimonials-car .testimonials-i {
    margin: 0 0 30px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    /*display: none;*/
}
.testimonials-list .testimonials-i {
    margin: 0 6% 70px 0;
    padding: 0;
    overflow: hidden;
    width: 47%;
    position: relative;
    float: left;
}
.testimonials-list .testimonials-i:nth-child(2n) {
    margin-right: 0;
}
.testimonials-list .testimonials-i:after,
.testimonials-car .testimonials-i:after {
    clear: both;
    display: block;
    content: '';
}
.testimonials-i .testimonials-i-cont {
    border: 1px solid #e0e4f6;
    padding: 20px 33px 5px;
    margin: 0 0 41px;
    position: relative;
    text-align: left;
    background: #f7f8fc;
    color: #686f8a;
    font-size: 16px;
    line-height: 200%;
}
.testimonials-i .testimonials-i-cont:before {
    width: 27px;
    height: 26px;
    content: '';
    background: url(../img/testimonials-angle1.png) no-repeat left top;
    position: absolute;
    top: 100%;
    right: 33px;
    display: block;
}
.testimonials-i:nth-child(2n) .testimonials-i-cont:before {
    width: 27px;
    height: 26px;
    content: '';
    background: url(../img/testimonials-angle2.png) no-repeat left top;
    position: absolute;
    top: 100%;
    left: 33px;
    display: block;
}
.testimonials-i .testimonials-i-cont p {
    line-height: 200%;
    margin: 0 0 20px;
    padding: 0;
}
.testimonials-i .testimonials-i-img {
    overflow: hidden;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    display: block;
    float: right;
    margin: 0;
    padding: 0;
}
.testimonials-i:nth-child(2n) .testimonials-i-img {
    float: left;
}
.testimonials-i .testimonials-i-img img {
    display: block;
    width: 100%;
    height: 100%;
}
.testimonials-i .testimonials-i-info {
    float: right;
    text-align: right;
    padding: 9px 21px 0 0;
    margin: 0;
}
.testimonials-i:nth-child(2n) .testimonials-i-info {
    float: left;
    text-align: left;
    padding: 9px 0 0 21px;
}
.testimonials-i .testimonials-i-info h3 {
    font-weight: 700;
    color: #3357b4;
    font-size: 20px;
    margin: 0 0 8px;
    padding: 0;
}
.testimonials-i .testimonials-i-info .testimonials-i-position {
    font-size: 13px;
    color: #868ca7;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.testimonials-car .flex-control-nav {
    bottom: 30px;
    margin: 0;
    list-style: none;
}
.testimonials-car .flex-control-nav li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.testimonials-car .flex-control-nav li a:hover {
    border-color: #fff;
}
.testimonials-car .flex-direction-nav li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.testimonials-car .flex-direction-nav .flex-prev,
.testimonials-car .flex-direction-nav .flex-next {
    margin: 0;
    bottom: 30px;
    top: auto;
}
.testimonials-car:hover .flex-direction-nav .flex-prev:hover,
.testimonials-car:hover .flex-direction-nav .flex-next:hover {
    background: rgba(255,49,0,1);
}
.testimonials-car:hover .flex-direction-nav .flex-prev {
    left: 0;
    opacity: 1;
}
.testimonials-car:hover .flex-direction-nav .flex-next {
    right: 0;
    opacity: 1;
}
.testimonials-car.style-1 .testimonials-i {
    margin: 0 0 30px 0;
}
.testimonials-list.style-1 .testimonials-i {
    width: 100%;
    float: none;
    margin: 0 0 20px;
    padding: 0 0 0 390px;
}
.testimonials-list.style-1 .testimonials-i:nth-child(2n) {
    padding: 0 390px 0 0;
}
.testimonials-list.style-1 .testimonials-i .testimonials-i-cont:before {
    width: 25px;
    height: 25px;
    content: '';
    background: url(../img/testimonials-angle3.png) no-repeat left top;
    position: absolute;
    top: 41px;
    right: 100%;
    display: block;
    left: auto;
}
.testimonials-list.style-1 .testimonials-i:nth-child(2n) .testimonials-i-cont:before {
    left: 100%;
    right: auto;
    background: url(../img/testimonials-angle4.png) no-repeat left top;
}
.testimonials-list.style-1 .testimonials-i .testimonials-i-img {
    position: absolute;
    left: 275px;
    top: 18px;
}
.testimonials-list.style-1 .testimonials-i:nth-child(2n) .testimonials-i-img {
    left: auto;
    right: 275px;
}
.testimonials-list.style-1 .testimonials-i .testimonials-i-info {
    position: absolute;
    left: 0;
    width: 270px;
    top: 17px;
}
.testimonials-list.style-1 .testimonials-i:nth-child(2n) .testimonials-i-info {
    left: auto;
    right: 0;
}

/*----------------------------------
3 - Testimonials
----------------------------------*/




/*----------------------------------
4 - IconBox
----------------------------------*/

.iconbox-i {
    color: #686f8a;
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 40px;
    position: relative;
}
.iconbox-i h3 {
    font-size: 19px;
    color: #1d253f;
    padding: 10px 0 15px 62px;
    margin: 0;
}
.iconbox-i .iconbox-i-img {
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    background: #1d253f;
}
.iconbox-i .iconbox-i-img .fa {

}
.iconbox-i p {
    color: #686f8a;
    font-size: 16px;
    line-height: 200%;
}

.iconbox-list-2 {
    margin-bottom: 30px;
}
.iconbox-list-2:after {
    clear: both;
    display: block;
    content: '';
}
.iconbox-i-2 {
    color: #686f8a;
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 40px;
    position: relative;
    background: #ffffff;
    box-shadow: 0 13px 59px 0 rgba(132,141,178,0.22);
    text-align: center;
    padding: 49px 10px 10px;
}
.iconbox-i-2 h3 {
    font-size: 19px;
    color: #1d253f;
    margin: 0 0 10px;
    min-height: 46px;
}
.iconbox-i-2 .iconbox-i-img {
    color: #ffffff;
    width: 78px;
    height: 78px;
    border-radius: 78px;
    line-height: 78px;
    text-align: center;
    display: block;
    font-size: 30px;
    background: #3357b4;
    margin: 0 auto 46px;
    box-shadow: 0 6px 18px 0 rgba(24,104,188,0.2);
}

.iconbox-list-3 {
    margin-bottom: 30px;
}
.iconbox-list-3:after {
    clear: both;
    display: block;
    content: '';
}
.iconbox-i-3 {
    color: #686f8a;
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    padding: 0 0 10px;
    text-align: center;
}
.iconbox-i-3 h3 {
    font-size: 20px;
    color: #1d253f;
    margin: 0 0 10px;
    min-height: 30px;
    font-weight: 600;
}
.iconbox-i-3 .iconbox-i-img {
    color: #ffffff;
    width: 86px;
    height: 86px;
    border-radius: 86px;
    line-height: 86px;
    text-align: center;
    display: block;
    font-size: 30px;
    background: #3357b4;
    margin: 0 auto 24px;
}

/*----------------------------------
4 - IconBox
----------------------------------*/


/*----------------------------------
4 - IconBlock
----------------------------------*/
.iconblock-list {
    list-style: none;
    padding: 0;
    margin-bottom: 55px;
    margin-top: 95px;
}
.iconblock-list:after {
    clear: both;
    content: '';
    display: block;
}
.iconblock-list .iconblock-i {
    list-style: none;
    margin: 0 0 30px;
    position: relative;
    padding-left: 140px;
}
.iconblock-list .iconblock-i .iconblock-i-img {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 120px;
    height: 200px;
    line-height: 185px;
    margin: -100px 0 0;
    text-align: center;
}
.iconblock-list .iconblock-i .iconblock-i-img img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}
.iconblock-list .iconblock-i .iconblock-i-count {
    font-size: 18px;
    color: #3357b4;
    margin: 0 0 4px;
}
.iconblock-list .iconblock-i .iconblock-i-ttl {
    color: #1d253f;
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 10px;
}
.iconblock-list .iconblock-i .iconblock-i-ttl a {
    color: #1d253f;
    transition: color 0.2s;
    border: none;
}
.iconblock-list .iconblock-i .iconblock-i-ttl a:hover {
    color: #f3a249;
}

@media only screen and (max-width : 991px) {
    .iconblock-list {
        text-align: center;
    }
    .iconblock-list .iconblock-i {
        float: none;
        display: inline-block;
        width: auto;
        text-align: left;
    }
}

/*----------------------------------
4 - IconBlock
----------------------------------*/




/*----------------------------------
5 - Counter
----------------------------------*/

.counter-i {
    text-align: center;
    padding: 0 0 35px;
}
.counter-i .counter-i-val {
    color: #1d253f;
    font-size: 57px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    position: relative;
    padding: 0 0 21px;
    margin: 0 0 34px;
    line-height: 1.42857143;
}
.counter-i .counter-i-val:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 164px;
    background: #e0e4f6;
    display: block;
    margin: 0 0 0 -82px;
    left: 50%;
    height: 1px;
}
.counter-i .counter-i-val span {
    opacity: 0;
}
.counter-i .counter-i-ttl {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #868ca7;
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.42857143;
}

/*----------------------------------
5 - Counter
----------------------------------*/




/*----------------------------------
6 - PromoBox
----------------------------------*/

.promobox-i {
    margin: 0 0 30px;
    border: 1px solid #e0e4f6;
    padding: 31px 40px 31px 40px;
    position: relative;
    background: #fff;
    color: #686f8a;
    font-size: 16px;
    border-radius: 3px;
    text-align: center;
    line-height: 1.6;
}
.promobox-i.promobox-i-hasimg {
    min-height: 100px;
    padding-left: 172px;
}
.promobox-i.promobox-i-hasimg,
.promobox-i.promobox-i-hasbtn {
    text-align: left;
    padding-top: 22px;
    padding-bottom: 16px;
}
.promobox-i.promobox-i-hasbtn {
    padding-right: 280px;
}
.promobox-i.promobox-i-hasbtn:not(.promobox-i-hasimg):after {
    content: '';
    display: block;
    width: 8px;
    top: -1px;
    bottom: -1px;
    left: 0;
    background: #1d253f;
    border-radius: 3px 0 0 3px;
    position: absolute;
}
.promobox-i h3 {
    font-weight: 700;
    margin: 3px 0;
    padding: 0;
    font-size: 25px;
    line-height: 1.42857143;
}
.promobox-i.promobox-i-hasimg h3,
.promobox-i.promobox-i-hasbtn h3 {
    font-size: 19px;
}
.promobox-i p {
    margin: 3px 0;
    line-height: 1.6;
}
.promobox-i .promobox-i-link {
    background: #3357b4;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 49px;
    border-radius: 2px;
    padding: 0 15px;
    margin: -20px 0 0;
    height: 40px;
    line-height: 40px;
    transition: all .2s;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    min-width: 174px;
    display: inline-block;
    text-transform: uppercase;
}
.promobox-i .promobox-i-link:hover {
    background: #4d71cd;
}
.promobox-i .promobox-i-img {
    margin: -43px 0 0;
    padding: 0;
    position: absolute;
    width: 86px;
    height: 86px;
    border-radius: 86px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 45px;
}
.promobox-i .promobox-i-img img {
    display: block;
    width: 100%;
    height: 100%;
}
.promobox-i .promobox-i-icon {
    margin: -43px 0 0;
    padding: 0;
    position: absolute;
    width: 86px;
    height: 86px;
    line-height: 86px;
    border-radius: 86px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 45px;
    background: #3357b4;
    text-align: center;
}
.promobox-i .promobox-i-icon i {
    color: #fff;
    font-size: 30px;
    line-height: 100%;
    vertical-align: middle;
}

/*----------------------------------
6 - PromoBox
----------------------------------*/




/*----------------------------------
7 - Team
----------------------------------*/

.team-i {
    text-align: center;
    padding: 43px 15px 16px;
    background: #fff;
    color: #868ca7;
    font-size: 14px;
    box-shadow: 0 13px 59px 0 rgba(132,141,178,0.22);
    margin: 0 auto 30px;
    border-radius: 10px;
    max-width: 300px;
}
.team-i .team-i-img {
    width: 154px;
    height: 154px;
    max-width: 100%;
    border-radius: 154px;
    overflow: hidden;
    display: block;
    margin: 0 auto 26px;
    padding: 0;
}
.team-i .team-i-img img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.team-i h3 {
    font-size: 20px;
    color: #3357b4;
    margin: 0 0 14px;
    line-height: 120%;
}
.team-i h3 * {
    line-height: 120%;
}
.team-i h3 a {
    border: none;
    transition: color 0.2s;
    color: #3357b4;
}
.team-i h3 a:hover {
    color: #f3a249;
}
.team-i .team-i-position {
    color: #747f8f;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.team-i.style_2 {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}
.team-i.style_2 .team-i-img {
    max-width: 200px;
    max-height: 200px;
    border-radius: 200px;
    margin: 0 auto 29px;
}
.team-i.style_2 h3 {
    margin: 0 0 9px;
}
.team-i.style_3 {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}
.team-i.style_3 .team-i-img {
    max-width: 200px;
    max-height: 200px;
    border-radius: 10px;
    margin: 0 auto 29px;
}
.team-i.style_3 h3 {
    margin: 0 0 9px;
}

/*----------------------------------
7 - Team
----------------------------------*/









/*----------------------------------
13 - Tabs
----------------------------------*/

.absolute-tabs {
    margin: 0 0 35px !important;
    padding: 0;
    position: relative;
    background: #f8fafc;
    border: 1px solid #e0e4f6;
    list-style: none !important;
}
.absolute-tabs:after {
    display: block;
    clear: both;
    content: "";
}
.absolute-tabs li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none !important;
}
.absolute-tabs li a {
    display: block;
    padding: 15px 22px 15px;
    transition: all 0.2s;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    color: #1d253f;
    border: none;
}
.absolute-tabs li a:hover {
    color: #3357b4;
    text-decoration: none;
}
.absolute-tabs li a.active {
    color: #fff;
    background: #1d253f;
    margin: -1px 0;
    padding: 15px 22px 14px;
}
.absolute-tab-cont {
    overflow: hidden;
    position: relative;
    margin: 0;
}
.absolute-tab {
    border: none;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    padding: 0;
    height: 0;
}
.absolute-tab-cont .absolute-tab:first-of-type {
    height: auto;
}
.height_auto {
    height: auto !important;
}
.absolute-tab-mob {
    display: none;
    cursor: pointer;
    border-top: 1px solid #e0e4f6;
    padding: 15px 0px 15px;
    text-transform: uppercase;
    transition: all 0.2s;
    color: #1d253f;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    margin: 0 !important;
}
.absolute-tab-mob:hover {
    color: #3357b4;
}
.absolute-tab-mob.active {
    color: #3357b4;
}
.absolute-tab-mob.active:before {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    width: 100%;
    box-sizing: content-box;
    padding: 0 1px;
    height: 3px;
    background: #3357b4;
}
.absolute-tab .flex-direction-nav a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    opacity: 1 !important;
    margin: -40px 0 0;
    position: absolute;
    top: 50%;
    color: #1d253f;
    text-shadow: none;
    background: rgba(255,255,255,0.8);
}
.absolute-tab .flex-direction-nav a:before {
    display: block;
    content: "\f104";
    font-size: 26px;
    text-indent: initial;
    color: #1d253f;
    font-family: FontAwesome;
    transition: all 0.3s;
    text-shadow: none;
}
.absolute-tab .flex-direction-nav a.flex-next:before {
    margin: 0 0 0 4px;
    content: "\f105";
}
.absolute-tab .flex-direction-nav a.flex-prev:before {
    margin: 0 2px 0 0;
    content: "\f104";
}
.absolute-tab .flex-direction-nav a:hover {
    background: #fff;
    text-decoration: none;
}
.absolute-tab.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 20px;
}
.absolute-tab.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 20px;
}
.absolute-tab .prod-i {
    width: 270px;
    margin-bottom: 38px;
}
.absolute-tab .flex-control-nav {
    bottom: 10px;
}
.absolute-tab .flex-control-nav li {
    margin: 0 4px;
}
.absolute-tab .flex-control-nav li a {
    display: block;
    border-radius: 0;
    width: 23px;
    height: 3px;
    box-shadow: none;
    transition: all 0.2s;
    background: #e0e4f6;
}
.absolute-tab .flex-control-nav li a:hover {
    background: #1d253f;
}
.absolute-tab .flex-control-nav li a.flex-active {
    background: #1d253f;
    cursor: default;
}

/* fr-pop-tab more */
.absolute-tabs {
    position: relative;
    overflow: hidden;
    height: 51px;
}
.absolute-tabs.sections-show {
    overflow: initial;
}
.absolute-tabs li.absolute-tabs-more {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #18202e;
    display: none;
    padding: 0;
    background: transparent;
    transition: all 0.2s;
    border-left: 1px solid transparent;
}
.absolute-tabs li.absolute-tabs-more:after {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 5px;
    content: '';
    display: block;
}
.absolute-tabs li.absolute-tabs-more:hover {
    background: #fff;
    border-left: 1px solid #e0e4f6;
}
.absolute-tabs-more span {
    display: block;
    padding: 0 19px;
    height: 51px;
    line-height: 51px;
}
.absolute-tabs li.absolute-tabs-more .absolute-tabs-sub {
    position: absolute;
    background: #fff;
    border-top: 1px solid #e0e4f6;
    border-left: 1px solid #e0e4f6;
    border-right: 1px solid #e0e4f6;
    text-align: left;
    margin: 5px 0 0;
    transition: all 0.3s ease;
    -webkit-transform: translate3d(0, 8px, 0);
    -moz-transform: translate3d(0, 8px, 0);
    -ms-transform: translate3d(0, 8px, 0);
    -o-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 4;
    width: 0;
    overflow: hidden;
    right: 0;
    left: auto;
    top: 100%;
}
.absolute-tabs li.absolute-tabs-more .absolute-tabs-sub:after {
    clear: both;
    display: block;
    content: '';
}
.absolute-tabs li.absolute-tabs-more:hover .absolute-tabs-sub {
    width: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
    overflow: initial;
}
.absolute-tabs li.absolute-tabs-more .absolute-tabs-sub li {
    position: relative;
    line-height: 120%;
}
.absolute-tabs li.absolute-tabs-more .absolute-tabs-sub li a {
    text-transform: none;
    font-weight: 400;
    color: #1d253f;
    font-size: 14px;
    line-height: 120%;
    border-bottom: 1px solid #e0e4f6;
    display: block;
    padding: 11px 15px 11px 15px;
    transition: all 0.2s;
    background: #f8fafc;
    position: relative;
    width: 201px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.absolute-tabs li.absolute-tabs-more .absolute-tabs-sub li:hover > a {
    background: #fff;
}
.absolute-tabs li.absolute-tabs-more .absolute-tabs-sub li:after {
    content: '';
    background: #1d253f;
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    z-index: 3;
    width: 3px;
    display: none;
}
.absolute-tabs li.absolute-tabs-more .absolute-tabs-sub li:hover:after {
    display: block;
}
/* fr-pop-tab more */


@media only screen and (max-width : 767px) {
    .absolute-tabs {
        display: none;
    }
    .absolute-tab-mob {
        display: block;
    }
    .absolute-tab-mob.active {
        color: #1d253f;
    }
    .absolute-tab-mob.active:before {
        background: #1d253f;
    }
    .absolute-tabs li.absolute-tabs-more {
        display: none !important;
    }
}


/*----------------------------------
13 - Tabs
----------------------------------*/


/*----------------------------------
12 - Accordion
----------------------------------*/
.accordion-wrap .component-ttl {
    margin-bottom: 35px;
}
.accordion-tab-cont {
    overflow: hidden;
    position: relative;
    margin: 0 0 44px;
}
.accordion-tab {
    border: none;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    padding: 0;
    height: 0;
}
.accordion-tab-cont .accordion-tab:first-of-type {
    height: auto;
}
.height_auto {
    height: auto !important;
}
.accordion-tab-mob {
    cursor: pointer;
    border-top: 1px solid #e0e4f6;
    padding: 15px 0 15px;
    transition: all 0.2s;
    color: #1d253f;
    font-size: 17px;
    position: relative;
    font-weight: 500;
    margin: 0 !important;
}
.accordion-tab-mob:hover {
    color: #3357b4;
}
.accordion-tab-mob.active {
    color: #1d253f;
}
.accordion-tab-mob.active:before {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    width: 100%;
    box-sizing: content-box;
    padding: 0 1px;
    height: 3px;
    background: #1d253f;
}
.accordion-inner {
    padding-bottom: 1px;
}
.accordion-inner:after {
    clear: both;
    content: '';
    display: block;
}
.tabs-wrap {
    padding-bottom: 1px;
}
.tabs-margin {
    margin-top: 30px;
    display: block;
}
/*----------------------------------
12 - Accordion
----------------------------------*/

























@media only screen and (max-width : 1220px) {

    .motor_product_categories .motor_product_categories_list {
        min-width: 939px;
    }

    .testimonials-list.style-1 .testimonials-i .testimonials-i-img {
        left: 205px;
    }
    .testimonials-list.style-1 .testimonials-i:nth-child(2n) .testimonials-i-img {
        right: 205px;
    }
    .testimonials-list.style-1 .testimonials-i .testimonials-i-info {
        width: 200px;
    }
    .testimonials-list.style-1 .testimonials-i {
        padding: 0 0 0 320px;
    }
    .testimonials-list.style-1 .testimonials-i:nth-child(2n) {
        padding: 0 320px 0 0;
    }

}


@media only screen and (max-width : 992px) {

    .motor_product_categories .motor_product_categories_list {
        min-width: 719px;
    }

    .motor-gallery li {
        width: 50%;
    }

    .pricing-table {
        max-width: 400px;
        margin: 0 auto 30px;
    }
    .pricing-table.style_3 + .pricing-table-action {
        max-width: 400px;
    }

    .testimonials-list.style-1 .testimonials-i .testimonials-i-img {
        left: 165px;
    }
    .testimonials-list.style-1 .testimonials-i:nth-child(2n) .testimonials-i-img {
        right: 165px;
    }
    .testimonials-list.style-1 .testimonials-i .testimonials-i-info {
        width: 160px;
    }
    .testimonials-list.style-1 .testimonials-i {
        padding: 0 0 0 280px;
    }
    .testimonials-list.style-1 .testimonials-i:nth-child(2n) {
        padding: 0 280px 0 0;
    }

    .promobox-i.promobox-i-hasbtn {
        padding-right: 40px;
    }
    .promobox-i .promobox-i-link {
        position: relative;
        top: auto;
        right: auto;
        margin: 10px 0 10px;
    }

}


@media only screen and (max-width : 768px) {

    .motor_product_categories .mTSContainer {
        top: auto !important;
        left: auto !important;
        width: auto !important;
    }
    .motor_product_categories .motor_product_categories_list {
        display: block;
        text-align: center;
        position: relative !important;
        width: 100% !important;
        top: auto !important;
        left: auto !important;
        min-width: initial;
    }
    .motor_product_categories .motor_product_categories_list .motor_product_categories_item {
        display: inline-block;
        vertical-align: top;
        margin: 0 1% 25px;
        width: 30%;
    }

    body .content_carousel-img {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        overflow: hidden;
        background: none !important;
    }
    .content_carousel .content_carousel-img img {
        display: block;
        height: auto;
        width: 100%;
        max-width: none;
        max-height: 800px;
        margin: 0 auto;
    }
    .content_carousel-cont {
        width: 100%;
        float: none;
        padding: 32px 30px 65px 30px;
    }
    .content_carousel .flex-control-nav {
        padding: 0 30px;
        width: 100%;
        bottom: 30px;
    }

    .vc_tta.vc_general.motor-tabs .vc_tta-panel-title>a,
    .vc_tta.vc_general.motor-tour .vc_tta-panel-title>a {
        padding: 14px 30px;
    }
    .vc_tta-container .vc_tta.vc_general.motor-tabs .vc_tta-panel-body,
    .vc_tta-container .vc_tta.vc_general.motor-tour .vc_tta-panel-body {
        border-top: 1px solid #e0e4f6;
        border-bottom: 1px solid #e0e4f6;
        border-left: none;
        border-right: none;
    }

    .testimonials-list.style-1 .testimonials-i {
        margin: 0 0 50px;
    }
    .testimonials-list.style-1 .testimonials-i .testimonials-i-cont:before {
        width: 27px;
        height: 26px;
        background: url(../img/testimonials-angle1.png) no-repeat left top;
        top: 100%;
        right: 33px;
    }
    .testimonials-list.style-1 .testimonials-i:nth-child(2n) .testimonials-i-cont:before {
        left: 33px;
        right: auto;
        background: url(../img/testimonials-angle2.png) no-repeat left top;
    }
    .testimonials-list.style-1 .testimonials-i .testimonials-i-img {
        left: auto;
        top: auto;
        position: relative;
    }
    .testimonials-list.style-1 .testimonials-i:nth-child(2n) .testimonials-i-img {
        right: auto;
    }
    .testimonials-list.style-1 .testimonials-i .testimonials-i-info {
        width: auto;
        left: auto;
        right: auto;
        top: auto;
        position: relative;
    }
    .testimonials-list.style-1 .testimonials-i {
        padding: 0;
    }
    .testimonials-list.style-1 .testimonials-i:nth-child(2n) {
        padding: 0;
    }

    .iconbox-i-2 {
        margin-left: auto;
        margin-right: auto;
        max-width: 350px;
    }

}


@media only screen and (max-width : 550px) {
    .motor-gallery li {
        width: 100%;
        float: none;
        max-width: 390px;
        margin: 0 auto;
    }

    .promobox-i {
        text-align: center !important;
    }
    .promobox-i .promobox-i-icon,
    .promobox-i .promobox-i-img {
        margin: 10px auto 20px;
        position: relative;
        top: auto;
        left: auto;
    }
    .promobox-i.promobox-i-hasimg {
        min-height: 100px;
        padding-left: 40px;
    }
}


@media only screen and (max-width : 480px) {
    .motor_product_categories .motor_product_categories_list .motor_product_categories_item {
        display: inline-block;
        vertical-align: top;
        margin: 0 1% 25px;
        width: 45%;
    }
}
/** 15 - Elements **/


/** 16 - Modalform **/

.modalform {
    font-size: 14px;
    background: #fff;
    width: 100%;
    padding: 22px 30px 30px;
    margin: 0 auto;
    width: 320px;
    text-align: center;
    border-radius: 3px;
    display: none;
}
.modalform .modalform-ttl {
    padding: 0 0 11px;
    font-weight: 700;
    color: #323946;
    text-align: center;
    position: relative;
    margin: 0 0 11px;
    letter-spacing: 0.02em;
    font-size: 25px;
}
.modalform input[type=text] {
    width: 100%;
    display: block;
    border-radius: 3px;
    margin: 0 auto 20px;
    border: 1px solid #e0e4f6;
    height: 40px;
    color: #323946;
    background: #f8fafc;
    transition: all 0.2s;
    padding: 0 14px;
    font-size: 15px;
}
.modalform input[type=text]::-webkit-input-placeholder {
    color: #838e9d;
}
.modalform input[type=text]::-moz-placeholder {
    color: #838e9d;
    opacity: 1;
}
.modalform input[type=text]:-ms-input-placeholder {
    color: #838e9d;
}
.modalform textarea {
    float: none;
    width: 100%;
    border-radius: 3px;
    max-width: 100%;
    min-width: 100%;
    margin: 0 0 20px 0;
    border: 1px solid #e0e4f6;
    display: block;
    min-height: 170px;
    height: 170px;
    max-height: 700px;
    color: #323946;
    background: #f8fafc;
    transition: all 0.2s;
    padding: 14px 14px;
    font-size: 15px;
}
.modalform textarea::-webkit-input-placeholder {
    color: #838e9d;
}
.modalform textarea::-moz-placeholder {
    color: #838e9d;
    opacity: 1;
}
.modalform textarea:-ms-input-placeholder {
    color: #838e9d;
}
.modalform button[type=submit] {
    width: 100%;
}
.redborder {
    border-color: red !important;
}
.modalform .form-result {
    margin: 0;
}
.fancybox-close.modal-form-close {
    background-image: none;
    background: url(../img/modal-close.png) no-repeat center center;
    width: 16px;
    height: 16px;
    top: 14px;
    right: 14px;
}
/** 16 - Modalform **/


/** 17 - Error 404 **/
.err404 {
    text-align: center;
    padding-top: 92px;
}
.err404 .err404-img {
    display: block;
    margin: 0 auto 9px;
    font-size: 180px;
    line-height: 1;
    font-weight: 900;
    font-family: Montseratt, sans-serif;
    letter-spacing: 0.05em;
}
.err404 p.err404-img {
    margin: 0 auto 60px;
}
.err404 h1 {
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 75px;
    letter-spacing: 0.02em;
    color: #7c86a8;
}
.err404 form {
    margin: 0 auto 70px;
    position: relative;
    max-width: 480px;
}
.err404 form input[type=text] {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e1e5ee;
    transition: border-color 0.2s;
    font-size: 16px;
    color: #838e9d;
    padding: 0;
    height: 40px;
}
.err404 form input[type=text]::-webkit-input-placeholder {
    color: #838e9d;
}
.err404 form input[type=text]::-moz-placeholder {
    color: #838e9d;
    opacity: 1;
}
.err404 form input[type=text]:-ms-input-placeholder {
    color: #838e9d;
}
.err404 form input[type=text]:focus {
    border-color: #d5d9e0;
}
.err404 form button {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 15px;
    min-width: 120px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    transition: background-color 0.2s;
    cursor: pointer;
    background-color: #3357b4;
    border: none;
    height: 40px;
}
.err404 form button:before {
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    left: -20px;
    border-right: 10px solid #3357b4;
    border-bottom: 20px solid #3357b4;
    border-left: 10px solid transparent;
    border-top: 20px solid transparent;
    transition: border-color 0.2s;
}
.err404 form button:after {
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    right: -20px;
    border-left: 10px solid #3357b4;
    border-top: 20px solid #3357b4;
    border-right: 10px solid transparent;
    border-bottom: 20px solid transparent;
    transition: border-color 0.2s;
}
.err404 form button:hover {
    background-color: #f3a249;
}
.err404 form button:hover:after {
    border-left: 10px solid #f3a249;
    border-top: 20px solid #f3a249;
}
.err404 form button:hover:before {
    border-right: 10px solid #f3a249;
    border-bottom: 20px solid #f3a249;
}


@media only screen and (max-width : 479px) {
    .err404 form input[type=text] {
        margin: 0 0 20px;
    }
    .err404 form button {
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        margin: 0 auto;
    }
}

/** 17 - Error 404 **/


/** 18 - Map **/

.page-full-height {
    position: relative;
}
.page-full-height .map-full {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 115px;
}
.page-full-height .map-full #map-full {
    height: 100%;
}
.page-full-height .map-full-cont {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.map-full-cont .search2 {
    margin: 0 0 -30px;
}
.map-full-cont .search2-submit input[type=submit] {
    padding: 62px 15px 32px;
    background-color: #f3a249;
    height: 115px;
}
.map-full-cont .search2-submit input[type=submit]:hover {
    background-color: #f5ae61;
}




.map-full .prop-i {
    padding: 5px 28px 60px;
    position: relative;
    background-color: #fff;
    font-weight: 400;
}
.map-full .prop-i .prop-i-img {
    display: block;
    margin: 0 -28px 30px;
    overflow: hidden;
    position: relative;
}
.map-full .prop-i .prop-i-img:after {
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    border-left: 15px solid #ffffff;
    border-bottom: 20px solid #ffffff;
    border-right: 15px solid transparent;
    border-top: 20px solid transparent;
}
.map-full .prop-i .prop-i-img img {
    display: block;
    width: 100%;
    height: auto;
}
.map-full .prop-i .prop-i-infolist {
    margin: 0 0 25px;
}
.map-full .prop-i .prop-i-infolist li {
    display: inline-block;
    color: #3357b4;
    font-size: 16px;
    width: 33.33333%;
    padding-right: 5px;
}
.map-full .prop-i .prop-i-infolist li .prop-i-info-icon {
    display: inline-block;
    margin: 2px 10px 0 0;
    vertical-align: middle;
}
.map-full .prop-i .prop-i-bottom {
    left: 28px;
    right: 28px;
}
.map-full .prop-i .prop-i-price {
    margin: 0 0 11px;
}
.map-full .prop-i .prop-i-type {
    margin: 1px 10px 10px 0;
}


/** 18 - Map **/


/** 19 - Footer **/
.site-footer {
    background-color: #ffffff;
}
.site-footer .footer-top {
    padding-bottom: 34px;
}
.site-footer .footer-top:after {
    clear: both;
    content: '';
    display: block;
}
.site-footer .f-logo {
    margin: 70px 0 0;
    font-size: 16px;
    color: #838e9d;
}
.site-footer .f-logo img {
    display: block;
    margin: 0;
}
.site-footer .f-logo p {
    margin: 10px 0 0;
}
.site-footer .f-menu {
    margin: 45px 0 0;
}
.site-footer .f-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-footer .f-menu ul li {
    font-size: 16px;
    color: #252940;
    margin: 0 0 18px;
    list-style: none;
    padding: 0;
}
.site-footer .f-menu ul li a {
    transition: color 0.2s;
    color: #252940;
}
.site-footer .f-menu ul li a:hover {
    color: #f3a249;
}
.site-footer .footer-bottom {
    border-top: 1px solid #e1e4ed;
    padding: 0 0 23px;
}
.site-footer .social-links {
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}
.social-links li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 54px 10px 0;
    font-size: 20px;
}
.social-links li:last-child {
    margin-right: 0;
}
.social-links li a {
    color: #3357b4;
    transition: color 0.2s;
}
.social-links li a:hover {
    color: #f3a249;
}
.footer-bottom .f-copyright {
    text-align: center;
    font-size: 16px;
    color: #838e9d;
    margin: 35px 0 0;
}
.footer-bottom .f-callback {
    text-align: right;
    margin: 27px 0 0;
}
.footer-bottom .f-bottom-logo {
    color: #838e9d;
    margin: 27px 0 0;
}
.footer-bottom .f-bottom-logo a {
    transition: color 0.2s;
}
.footer-bottom .f-bottom-logo a:hover {
    color: #3357b4;
}
.footer-bottom .btn1 {

}
.footer-bottom .btn1:hover {

}

@media only screen and (max-width : 991px) {
    .social-links li {
        margin: 0 40px 10px 0;
    }
}

@media only screen and (max-width : 767px) {
    .site-footer .footer-top {
        text-align: center;
    }
    .site-footer .f-logo img {
        display: inline-block;
    }
    .site-footer .footer-bottom {
        padding: 0 0 35px;
    }
    .footer-bottom .f-callback,
    .site-footer .footer-bottom {
        text-align: center;
    }
    .footer-bottom .f-copyright {
        margin: 10px 0 0;
    }
}

@media only screen and (max-width : 479px) {
    .site-footer .f-menu {
        width: 50%;
    }
    .site-footer .f-menu:nth-of-type(2n) {
        clear: left;
    }
}
/** 19 - Footer **/


.avisofooter {
    background: black;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    padding: 20px 0px;
    opacity: 0.5;
}

/** 20 - Footer2 **/
.site-footer2 {
    background-color: #fff;
    background: url(/footer.jpg) no-repeat;
    background-size: cover;
}
.footer2-top {
    margin-top: 40px;
    padding-top: 80px;
    padding-bottom: 16px;
}
.footer2-top:after {
    clear: both;
    content: '';
    display: block;
}
.f2-about,
.f2-subscribe,
.f2-contacts {
    margin: 0 0 40px;
    font-size: 16px;
    color: #fff;
    line-height: 1.9;
}
.f2-about h3,
.f2-subscribe h3,
.f2-contacts h3 {
    font-size: 24px;
    color: #737f8f;
    margin: 0 0 20px;
    font-weight: 500;
}
.f2-about p,
.f2-subscribe p,
.f2-contacts p {
    line-height: 1.9;
    margin: 0 0 8px;
}
.f2-about p a,
.f2-subscribe p a,
.f2-contacts p a {
    color: #3357b4;
    transition: color 0.2s;
    font-weight: 500;
}
.f2-about p a:hover,
.f2-subscribe p a:hover,
.f2-contacts p a:hover {
    color: #f3a249;
}
.f2-subscribe form {
    width: 100%;
    position: relative;
    display: block;
    margin: 0 0 30px;
    padding: 12px 20px 0 0;
}
.f2-subscribe form input[type=text] {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e1e5ee;
    transition: border-color 0.2s;
    font-size: 16px;
    color: #838e9d;
    padding: 0;
    height: 40px;
}
.f2-subscribe form input[type=text]::-webkit-input-placeholder {
    color: #838e9d;
}
.f2-subscribe form input[type=text]::-moz-placeholder {
    color: #838e9d;
    opacity: 1;
}
.f2-subscribe form input[type=text]:-ms-input-placeholder {
    color: #838e9d;
}
.f2-subscribe form input[type=text]:focus {
    border-color: #d5d9e0;
}
.f2-subscribe form button,
.f2-subscribe form input[type=submit] {
    display: block;
    position: absolute;
    top: 12px;
    bottom: 0;
    right: 20px;
    padding: 0 15px;
    height: 40px;
    min-width: 120px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    transition: background-color 0.2s;
    cursor: pointer;
    background-color: #3357b4;
    border: none;
}
.f2-subscribe form button:hover,
.f2-subscribe form input[type=submit]:hover {
    background-color: #f3a249;
}
.f2-subscribe form button:before {
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    left: -20px;
    border-right: 10px solid #3357b4;
    border-bottom: 20px solid #3357b4;
    border-left: 10px solid transparent;
    border-top: 20px solid transparent;
    transition: border-color 0.2s;
}
.f2-subscribe form button:after {
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    right: -20px;
    border-left: 10px solid #3357b4;
    border-top: 20px solid #3357b4;
    border-right: 10px solid transparent;
    border-bottom: 20px solid transparent;
    transition: border-color 0.2s;
}
.f2-subscribe form button:hover:before {
    border-right: 10px solid #f3a249;
    border-bottom: 20px solid #f3a249;
}
.f2-subscribe form button:hover:after {
    border-left: 10px solid #f3a249;
    border-top: 20px solid #f3a249;
}
.footer2-bottom {
    /* border-top: 1px solid #e1e5ee; */
    padding: 38px 0 44px;
}
.site-footer2 .social-links {
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}
.f2-copyright {
    text-align: right;
    font-size: 16px;
    color: #838e9d;
    margin: 35px 0 0;
}

@media only screen and (max-width : 767px) {
    .f2-about,
    .f2-subscribe,
    .f2-contacts {
        text-align: center;
    }
    .f2-subscribe {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .site-footer2 .social-links {
        text-align: center;
    }
    .site-footer2 .social-links li {
        margin: 0 20px 10px;
    }
    .f2-copyright {
        text-align: center;
        margin: 5px 0 10px;
    }
}
/** 20 - Footer2 **/


/** 21 - Other **/
/*
PAGINATION
*/
ul.pagi {
    text-align: center;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}
.pagi li {
    display: inline-block;
    margin: 0 8px 20px;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 14px;
    color: #7c86a8;
    font-weight: 500;
}
.pagi li a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #dfe2ec;
    line-height: 40px;
    color: #7c86a8;
    transition: background-color 0.2s;
    border-radius: 3px;
}
.pagi li a:hover {
    background-color: #bfc5d9;
}
.pagi li span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background-color: #3357b4;
    box-shadow: 0 6px 18px 0 rgba(51,87,180,0.2);
    border-radius: 3px;
}
.pagi li .fa {
    font-size: 16px;
}
ul.pagi-right {
    text-align: right;
}
ul.pagi-left {
    text-align: left;
}
.pagi-right li {
    margin-left: 16px;
    margin-right: 0;
}
.pagi-left li {
    margin-right: 16px;
    margin-left: 0;
}

@media only screen and (max-width : 991px) {
    ul.pagi-right {
        text-align: center;
    }
    ul.pagi-left {
        text-align: center;
    }
    .pagi-right li {
        margin-left: 8px;
        margin-right: 8px;
    }
    .pagi-left li {
        margin-right: 8px;
        margin-left: 8px;
    }
}

/*
PAGINATION
*/



/*
BREADCRUMBS
*/
ul.b-crumbs {
    margin: 0 0 16px;
    list-style: none;
    padding: 0;
}
ul.b-crumbs > li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #858d9b;
    position: relative;
    margin: 0 13px 10px 0;
    padding: 0 24px 0 0;
    line-height: 1.42857143;
    list-style: none;
}
ul.b-crumbs > li:after {
    position: absolute;
    font-family: FontAwesome;
    content: '\f105';
    top: 0;
    right: 0;
    display: block;
    color: #858d9b;
}
ul.b-crumbs > li:last-child:after {
    display: none;
}
ul.b-crumbs > li a {
    color: #373c47;
    transition: border-color 0.2s;
    border-bottom: 1px solid transparent;
}
ul.b-crumbs > li a:hover {
    border-color: #373c47;
}
/*
BREADCRUMBS
*/



.mainttl-wrap {
    position: relative;
    padding-right: 340px;
}
.mainttl-sort {
    position: absolute;
    right: 0;
    top: 6px;
    padding: 16px 0;
    cursor: pointer;
}
.mainttl-sort .mainttl-sort-label {
    display: inline-block;
    color: #737f8f;
    font-size: 16px;
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 0 28px 0 0;
}
.mainttl-sort .mainttl-sort-label:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    border-top: 5px solid #3357b4;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.mainttl-sort.opened .mainttl-sort-label {
    z-index: 11;
}
.mainttl-sort.opened .mainttl-sort-label:after {
    top: 5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid #3357b4;
}
.mainttl-sort .mainttl-sort-label span {
    color: #323946;
    display: inline-block;
    margin: 0 0 0 5px;
}
.mainttl-sort .mainttl-sort-values {
    padding: 44px 0 1px;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #e1e5ee;
    box-shadow: 0 0 20px 0 rgba(35,42,60,0.1);
    display: none;
}
.mainttl-sort.opened .mainttl-sort-values {
    display: block;
    z-index: 10;
}
.mainttl-sort .mainttl-sort-values li {
    color: #323946;
    font-size: 16px;
}
.mainttl-sort .mainttl-sort-values li a {
    display: block;
    padding: 8px 20px;
    color: #323946;
    transition: background-color 0.2s;
}
.mainttl-sort .mainttl-sort-values li a:hover {
    background-color: #f0f1f5;
    color: #323946;
}
.mainttl-sort .mainttl-sort-values li.active a {
    background-color: #3357b4;
    color: #ffffff;
    box-shadow: 0 6px 18px 0 rgba(51,87,180,0.2);
}
.mainttl-view {
    position: absolute;
    right: 180px;
    top: 20px;
    padding: 0;
}
.mainttl-view .mainttl-view-label {
    display: inline-block;
    color: #737f8f;
    font-size: 16px;
    margin: 0;
}
.mainttl-view a {
    display: inline-block;
    color: #323946;
    font-size: 16px;
    margin: 0 0 0 8px;
    transition: color 0.2s;
}
.mainttl-view a:hover {
    color: #3357b4;
}
.mainttl-view a.active {
    padding: 2px 9px;
    border-radius: 3px;
    color: #FFFFFF;
    background-color: #3357b4;
}
body .mainttl {
    position: relative;
    margin: 0 0 45px;
    font-size: 40px;
    font-weight: 400;
    color: #737f8f;
    line-height: 1.2;
    letter-spacing: 0.04em;
}
.mainttl * {
    line-height: 1.2;
}
.mainttl:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    height: 1px;
    right: 0;
    display: block;
    background-color: #103c10;
    content: '';
}
.mainttl span {
    background-color: #103c10;
    padding: 0 45px 0 0;
    position: relative;
    z-index: 1;
    display: inline-block;
}
body .mainttl b {
    color: #fff;
}



@media only screen and (max-width : 767px) {
    .mainttl-sort .mainttl-sort-values {
        left: -10px;
        right: -10px;
    }
    .mainttl-wrap {
        padding-right: 0;
        margin: 0 0 30px;
    }
    .mainttl span {
        padding: 0 20px 0 0;
    }
    .mainttl-view,
    .mainttl-sort {
        position: relative;
        right: auto;
        top: auto;
    }
    .mainttl-wrap .mainttl {
        margin: 0;
    }
}





ul.cont-sections {
    list-style: none;
    margin: -10px 0 30px;
    padding: 0;
}
ul.cont-sections:after {
    clear: both;
    content: '';
    display: block;
}
.cont-sections li {
    display: inline-block;
    font-size: 16px;
    margin: 0 52px 15px 0;
    vertical-align: middle;
}
.cont-sections li a {
    color: #323946;
    transition: color 0.2s;
    display: block;
    border: none;
}
.cont-sections li a:hover {
    color: #f3a249;
}
.cont-sections li.active a {
    padding: 2px 13px;
    background-color: #3357b4;
    color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 6px 18px 0 rgba(51,87,180,0.2);
}
.cont-sections li.cont-sections-first {
    float: right;
    margin: 2px 0 15px;
    background-color: transparent;
    padding: 0;
}
.cont-sections li.cont-sections-first a {
    color: #f3a249;
}
.cont-sections li.cont-sections-first a:hover {
    color: #3357b4;
}

@media only screen and (max-width : 991px) {
    .cont-sections li.cont-sections-first {
        float: none;
        display: block;
        margin: 0 0 15px;
    }
}



.cont-withsb {

}
.cont-withsb:after {
    clear: both;
    content: '';
    display: block;
}
.cont-withsb .cont-sb-rt,
.cont-withsb .cont-sb-lt {
    float: left;
    width: 29%;
    background-color: #fff;
    border-radius: 3px;
}
.cont-withsb .cont-sb-lt {
    margin: 0 5% 50px 0;
}
.cont-withsb .cont-sb-rt {
    margin: 0 0 50px 5%;
}
.cont-content {
    margin: 0 0 20px;
}
.cont-withsb .cont-content {
    float: left;
    width: 66%;
}

@media only screen and (max-width : 991px) {
    .cont-withsb .cont-sb-rt,
    .cont-withsb .cont-sb-lt {
        float: none;
        width: auto;
        margin: 0 0 50px 0;
    }
    .cont-withsb .cont-content {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }
}



/* COUNTERS */
.counter-list {
    margin-bottom: 35px;
    padding-left: 7%;
    padding-right: 0;
}
.counter-item {
    padding: 0 0 1px;
    margin: 0 0 15px;
}
.counter-item .counter-item-val {
    font-weight: 700;
    color: #fff;
    margin: 0 0 13px;
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    line-height: 1;
}
.counter-item .counter-item-ttl {
    font-size: 23px;
    color: #abc1d8;
    margin: 0 0 15px;
}

@media only screen and (max-width : 991px) {
    .counter-list {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
}

@media only screen and (max-width : 479px) {
    .counter-item-col {
        width: 100%;
        float: none;
    }
}

/* COUNTERS */



/* BANNERS */
.banner-block {
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    padding: 110px 0 80px;
    margin: 0 0 30px;
}
.banner-block h3 {
    margin: 60px 0;
    color: #fff;
    font-size: 76px;
    position: relative;
    z-index: 1;
    text-shadow: 2px 8px 27px rgba(0,0,0,0.15);
}
.banner-block .btn2 {
    padding: 10px 15px;
    margin: 60px auto;
    max-width: 150px;
    display: block;
}

@media only screen and (max-width : 479px) {
    .banner-block h3 {
        font-size: 60px;
    }
}

.banners-list {
    margin: 0 0 30px;
    font-size: 0;
}
.banners-i {
    margin: 0 0 40px;
    float: none;
    display: inline-block;
    vertical-align: bottom;
}
.banners-i .banners-i-img {
    display: block;
    margin: 0 0 28px;
}
.banners-i .banners-i-img img {
    display: block;
}
.banners-i .banners-i-ttl {
    font-size: 35px;
    margin: 0 0 13px;
    color: #323946;
    font-weight: 900;
}
.banners-i .banners-i-ttl a {
    color: #323946;
    border: none;
    transition: color 0.2s;
    letter-spacing: 0.05em;
}
.banners-i .banners-i-ttl a:hover {
    color: #f3a249;
}
.banners-i .banners-i-count {
    margin: 0 0 10px;
    color: #3357b4;
    font-size: 18px;
}
.banners-i .banners-i-count a {
    color: #3357b4;
    border: none;
    transition: color 0.2s;
}
.banners-i .banners-i-count a:hover {
    color: #f3a249;
}

/* BANNERS */



/* FILTERED */
ul.items-filtered {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}
.items-filtered li {
    margin: 0 42px 20px 0;
    display: inline-block;
}
.items-filtered li:last-child {
    margin-right: 0;
}
.items-filtered li a {
    display: block;
    padding: 0 30px 0 0;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    color: #7c86a8;
    transition: color 0.2s;
}
.items-filtered li a:hover {
    color: #566081;
}
.items-filtered li a:after {
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 100%;
    background-color: #f3a249;
    color: #FFFFFF;
    content: '\f12a';
    font-family: Ionicons;
    font-size: 8px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    transition: background-color 0.2s;
}
.items-filtered li a:hover:after {
    background-color: #f08a19;
}
/* FILTERED */


/** 21 - Other **/

.videolist {
    height: 173px;
}

.gLegenda .tn {
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    line-height: 20px;
}

.gLegenda .md {
    margin: 0px;
    color: gray;
}

.gLegenda .at {
    font-size: 14px;
    letter-spacing: 0px;
    margin: 0px 0px 7px 0px;
    line-height: 18px;
}

.gLegenda .dt {
    font-size: 13px!important;
    margin: 0px;
    line-height: 13px;
}