/* Yahoo! CSS Reset */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}


/* End of Yahoo! CSS Reset */

html {
    height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

@font-face {
    font-family: 'niconne';
    src: url('fonts/niconne.eot');
    src: url('fonts/niconne.eot') format('embedded-opentype'), url('fonts/niconne.woff2') format('woff2'), url('fonts/niconne.woff') format('woff'), url('fonts/niconne.ttf') format('truetype'), url('fonts/niconne.svg#niconne') format('svg');
}

body {
    font: 12px Arial, sans-serif;
    height: 100%;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    overflow: hidden;
}

.clear {
    clear: both;
}

a {
    font-family: 'Open Sans';
    color: #276668;
    text-decoration: none;
}


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

.header {
    background: #d6c9be;
    position: relative;
    z-index: 6;
}

.header .top_line {
    height: 7px;
    background: #4fc3c7;
}

.header .header_contact {
    max-width: 1260px;
    margin: -7px auto 0;
    overflow: hidden;
}

.header .header_contact .header_social {
    float: right;
}

@media screen and (max-width: 666px) {
    .header .header_contact .header_social {
        float: none;
        text-align: center;
    }
}

@media screen and (max-width: 470px) {
    .header .header_contact .header_social {
        display: block;
    }
}

.header .header_contact .header_social a {
    display: inline-block;
}

.header .header_contact .header_phone {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 28px;
    color: #6e6155;
    float: right;
    margin: 10px 30px 0 0;
}

@media screen and (max-width: 666px) {
    .header .header_contact .header_phone {
        float: none;
        text-align: center;
        margin-right: 0;
    }
}

.header .header_menu_logo {
    height: 66px;
    background: #dff4f7 url("../images/header_menu_logo.jpg") left bottom repeat-x;
}

@media screen and (max-width: 666px) {
    .header .header_menu_logo {
        height: auto;
        background-position: left bottom;
    }
}

@media screen and (max-width: 410px) {
    .header .header_menu_logo {
        background-position: left top 14px;
    }
}

.header .header_menu_logo .header_center {
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
}

.header .header_menu_logo .header_center:before {
    content: "";
    width: 455px;
    height: 45px;
    display: block;
    background: url("../images/logo_shadow.png");
    position: absolute;
    top: -45px;
    left: -150px;
}

@media screen and (max-width: 666px) {
    .header .header_menu_logo .header_center:before {
        display: none;
    }
}

.header .header_menu_logo .header_center:after {
    display: block;
    content: "";
    clear: both;
}

.header .header_menu_logo .header_center .logo {
    position: absolute;
    left: 0;
    top: -14px;
    display: block;
}

@media screen and (max-width: 666px) {
    .header .header_menu_logo .header_center .logo {
        position: static;
        float: left;
    }
}

@media screen and (max-width: 410px) {
    .header .header_menu_logo .header_center .logo {
        float: none;
    }
}

.header .header_menu_logo .header_center .logo img {
    display: block;
}

@media screen and (max-width: 410px) {
    .header .header_menu_logo .header_center .logo img {
        margin: 0 auto;
    }
}

.header .header_menu_logo .header_center .menu {
    float: right;
}

@media screen and (max-width: 1111px) {
    .header .header_menu_logo .header_center .menu {
        float: none;
        position: absolute;
        top: 100%;
        width: 100%;
        background: #dff4f7;
        opacity: 0;
        visibility: hidden;
        margin-top: -20px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }
}

@media screen and (max-width: 1111px) {
    .header .header_menu_logo .header_center .menu.open {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }
}

.header .header_menu_logo .header_center .menu li {
    float: left;
    position: relative;
}

@media screen and (max-width: 1111px) {
    .header .header_menu_logo .header_center .menu li {
        float: none;
    }
}

.header .header_menu_logo .header_center .menu li a {
    font-family: 'Sintony';
    font-weight: 700;
    font-size: 17px;
    color: #887b6f;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 65px;
    display: block;
    padding: 0 10px;
}

@media screen and (max-width: 1200px) {
    .header .header_menu_logo .header_center .menu li a {
        padding: 0 5px;
    }
}

.header .header_menu_logo .header_center .menu li.active, .header .header_menu_logo .header_center .menu li:hover {
    background: #f3fbfc;
}

.header .header_menu_logo .header_center .menu li.active:before, .header .header_menu_logo .header_center .menu li:hover:before {
    content: "";
    position: absolute;
    top: 0;
    height: 66px;
    width: 11px;
    left: -11px;
    background: url("../images/menu-active-left.png") no-repeat;
}

.header .header_menu_logo .header_center .menu li.active:after, .header .header_menu_logo .header_center .menu li:hover:after {
    content: "";
    position: absolute;
    top: 0;
    height: 66px;
    width: 11px;
    right: -11px;
    background: url("../images/menu-active-right.png") no-repeat;
}

.header .header_menu_logo .header_center .menu li.active a, .header .header_menu_logo .header_center .menu li:hover a {
    position: relative;
    background: url("../images/menu_hover_line.jpg") 0px 57px repeat-x;
    color: #35acb0;
}

.header .header_menu_logo .header_center .menu li.active a:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 8px;
    background: url("../images/menu_arrow.png");
    margin: 0 0 2px 5px;
}

.header .header_menu_logo .header_center .menu_button {
    float: right;
    padding: 13px;
    cursor: pointer;
    display: none;
}

@media screen and (max-width: 1111px) {
    .header .header_menu_logo .header_center .menu_button {
        display: block;
    }
}

@media screen and (max-width: 410px) {
    .header .header_menu_logo .header_center .menu_button {
        float: none;
    }
}

.header .header_menu_logo .header_center .menu_button span {
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px auto;
    background: #b8a490;
}

.header:after {
    content: "";
    position: absolute;
    bottom: -36px;
    left: 40%;
    background: url("../images/bottom-shadow.png") no-repeat;
    height: 36px;
    width: 735px;
}

@media screen and (max-width: 1015px) {
    .header:after {
        display: none;
    }
}

.slider_wrap {
    width: 100%;
    height: 397px;
    position: relative;
    background: #b7a28f;
    text-align: center;
    overflow: hidden;
}

@media screen and (max-width: 666px) {
    .slider_wrap:not(.home_slider) {
        /*
        display: none;
        */
    }
	.slider_wrap.home_slider {
        height: 31vw;
    }
	.slider_wrap.home_slider .hs_block {
		height: 31vw;
	}
	.slider_wrap.home_slider .hs_block .slider {
		height: 31vw;
	}
}

.slider_wrap:after {
    content: "";
    display: block;
    width: 735px;
    height: 36px;
    background: url("../images/bottom-shadow.png");
    position: absolute;
    bottom: -36px;
    left: 50%;
    margin-left: -367px;
    z-index: 1;
}

.slider_wrap .hs_block {
    max-width: 1278px;
    height: inherit;
    position: relative;
    margin: 0 auto;
}

.slider_wrap .hs_block .hs_prev {
    width: 49px;
    height: 49px;
    background: url("../images/hs_prev.png");
    cursor: pointer;
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -25px;
    left: 0;
}

.slider_wrap .hs_block .hs_next {
    width: 49px;
    height: 49px;
    background: url("../images/hs_next.png");
    cursor: pointer;
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -25px;
    right: 0;
}

.slider_wrap .hs_block .slider {
    list-style: none;
    max-width: 1278px;
    height: inherit;
    position: relative;
    margin: 0 auto;
}

.slider_wrap .hs_block .slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.slider_wrap .hs_block .slider li a:not(.slide-link) {
    display: block;
    width: 100%;
    height: 100%;
}

.slider_wrap .hs_block .slider li a.slide-link {
    display: inline-block;
    position: absolute;
    font-family: 'Open Sans';
    font-size: 18px;
    color: #907f70;
    text-decoration: none;
    line-height: 33px;
}

.slider_wrap .hs_block .slider li img {
    width: auto;
    height: 100%;
}

.slider_wrap .hs_block .hs_pagination {
    position: absolute;
    bottom: 17px;
    width: 100%;
    text-align: right;
    z-index: 5;
}

.slider_wrap .hs_block .hs_pagination li {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('../images/pagination.png');
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slider_wrap .hs_block .hs_pagination li.active {
    background-image: url('../images/pagination-active.png');
}

@media screen and (max-width: 1020px) {
    .slider_wrap .hs_block .hs_pagination {
        bottom: 10px;
    }
    .slider_wrap .hs_block .hs_pagination li {
        width: 10px;
        height: 10px;
    }
}

.blu_block_wrap {
    background: #4fc3c7 url("../images/blu_block.jpg");
    background-size: 100% 100%;
    position: relative;
}

.blu_block_wrap:before {
    content: "";
    display: block;
    width: 735px;
    height: 36px;
    background: url("../images/blu_block_shadow.png");
    position: absolute;
    bottom: 0;
    left: 10%;
}

.blu_block_wrap .blu_title {
    font-family: "Sintony", sans-serif;
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
    background: #459ea1;
    border-bottom: 7px solid #4fc3c7;
}

.blu_block_wrap .blu_block {
    max-width: 1260px;
    margin: 0 auto;
}

.blu_block_wrap .blu_block .blu_block_left {
    width: 70%;
    padding-right: 5%;
    padding-top: 40px;
    float: left;
    overflow: hidden;
    padding-bottom: 25px;
    padding-left: 10px;
}

.blu_block_wrap .blu_block .blu_block_left .author {
    font-family: 'niconne';
    font-size: 28px;
}

@media screen and (max-width: 1020px) {
    .blu_block_wrap .blu_block .blu_block_left {
        width: 100%;
        float: none;
        padding: 10px;
    }
}

.blu_block_wrap .blu_block .blu_block_left .red_text {
    font-size: 36px;
    color: #ba5843;
    font-family: 'Lato';
}

.blu_block_wrap .blu_block .blu_block_left h2 {
    font-family: 'Sintony';
    font-size: 32px;
    color: #276668;
    text-transform: uppercase;
}

.blu_block_wrap .blu_block .blu_block_left h3 {
    margin-bottom: 20px;
}

.blu_block_wrap .blu_block .blu_block_left h3 a {
    font-size: 24px;
    color: #0d8d91;
}

.blu_block_wrap .blu_block .blu_block_left p, .blu_block_wrap .blu_block .blu_block_left ul {
    font-family: 'Sintony';
    font-size: 20px;
    color: #2a2a2a;
    margin-bottom: 15px;
}

.blu_block_wrap .blu_block .blu_block_left ul {
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 15px;
}

.blu_block_wrap .blu_block .blu_block_left .more {
    font-family: 'Open Sans';
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    line-height: 33px;
    margin-right: 37px;
    float: right;
}

.blu_block_wrap .blu_block .blu_block_left .more:after {
    content: "";
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url("../images/author_more.png");
    margin-bottom: -10px;
    margin-left: 6px;
}

.blu_block_wrap .blu_block .blu_block_right {
    width: 30%;
    padding-top: 40px;
    float: left;
    overflow: hidden;
    padding-bottom: 25px;
    font-family: "Sintony", sans-serif;
}

@media screen and (max-width: 1020px) {
    .blu_block_wrap .blu_block .blu_block_right {
        width: 100%;
        float: none;
        padding: 0 10px;
    }
}

.blu_block_wrap .blu_block .blu_block_right .upcoming-block {
    margin-left: 40px;
}

@media screen and (max-width: 1020px) {
    .blu_block_wrap .blu_block .blu_block_right .upcoming-block {
        margin-left: 0;
    }
}

.blu_block_wrap .blu_block .blu_block_right .upcoming-block h3 {
    margin-bottom: 5px;
    color: #fff;
    padding-left: 20px;
    font-size: 24px;
}

.blu_block_wrap .blu_block .blu_block_right .upcoming-block div .data {
    text-align: right;
    padding: 0 20px;
    font-size: 24px;
    font-family: "Sintony";
    font-weight: 700;
    color: #796e64;
    background: #cbbbad;
    line-height: 37px;
    border-bottom: solid 1px #459ea1;
    display: block;
}

.blu_block_wrap .blu_block .blu_block_right .upcoming-block div .text {
    min-height: 52px;
    padding: 20px 20px 20px 90px !important;
    background: #f1f1f1 url("../images/ico11.png") no-repeat 10px center;
    margin-bottom: 5px;
    font-size: 20px;
}

.blu_block_wrap .blu_block .blu_block_right .more {
    font-family: 'Open Sans';
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    line-height: 33px;
    margin-top: 20px;
    float: right;
}

.blu_block_wrap .blu_block .blu_block_right .more:after {
    content: "";
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url("../images/author_more.png");
    margin-bottom: -10px;
    margin-left: 6px;
}

.blu_block_wrap .blu_block .blu_block_right.asaid {
    background: #459ea1;
}

.blu_block_wrap .blu_block .blu_block_right.asaid .upcoming-block {
    margin: 0;
}

.blu_block_wrap .blu_block .blu_block_right.asaid .text {
    padding: 0 20px;
    color: #333;
    font-size: 18px;
    font-family: "Sintony", sans-serif;
}

.blu_block_wrap .blu_block .blu_block_right.asaid .text .grey {
    font-size: 22px;
    margin-bottom: 10px;
    color: #eedbca;
}

.blu_block_wrap .blu_block .blu_block_right.asaid .text .phone {
    display: inline-block;
    color: #fff;
    padding: 5px 0 5px 60px;
    background: url("../images/phone-ico2.png") no-repeat left center;
}

.blu_block_wrap .blu_block .blu_block_common {
    padding: 40px 0;
    overflow: hidden;
    padding-bottom: 25px;
}

@media screen and (max-width: 1020px) {
    .blu_block_wrap .blu_block .blu_block_common {
        width: 100%;
        float: none;
        padding: 10px;
    }
}

.blu_block_wrap .blu_block .blu_block_common h2 {
    font-family: 'Sintony';
    font-size: 32px;
    color: #276668;
}

.blu_block_wrap .blu_block .blu_block_common p {
    font-family: 'Sintony';
    font-size: 20px;
    color: #2a2a2a;
    margin-bottom: 15px;
}

.blu_block_wrap .blu_block .blu_block_common .more {
    font-family: 'Open Sans';
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    line-height: 33px;
    margin-right: 37px;
    float: right;
}

.blu_block_wrap .blu_block .blu_block_common .more:after {
    content: "";
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url("../images/author_more.png");
    margin-bottom: -10px;
    margin-left: 6px;
}


/* Middle
-----------------------------------------------------------------------------*/

.content {
    padding: 0 0 400px;
    background: #dcf5f5;
}

h4.icon-title {
    text-transform: uppercase;
    font-family: "Sintony";
    font-weight: bold;
    color: #fff;
    background-color: #0d8d91;
    line-height: 32px;
    padding-left: 10px;
    margin-bottom: 20px;
}

h4.icon-title.ico-twitter {
    background: #0d8d91 url("../images/ico-twitter.png") no-repeat right;
}

h4.icon-title.ico-tools {
    background: #0d8d91 url("../images/ico-tools.png") no-repeat right;
}

.content_center {
    max-width: 1260px;
    margin: 0 auto;
    padding: 53px 0;
}

.content_center .media_title {
    font-family: 'Lato';
    font-weight: 300;
    font-size: 36px;
    color: #459ea1;
    text-align: center;
    line-height: 83px;
    border-top: 1px solid #b7a28f;
    border-bottom: 1px solid #b7a28f;
    display: table;
    padding: 0 30px;
    margin: 0 auto 36px;
}

@media screen and (max-width: 510px) {
    .content_center .media_title {
        font-size: 20px;
    }
}

.content_center .video_column {
    width: 45%;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}

@media screen and (max-width: 1050px) {
    .content_center .video_column {
        width: 100%;
        float: none;
    }
}

.content_center .video_column .video_title {
    font-family: 'Lato';
    font-size: 36px;
    color: #459ea1;
    text-align: center;
    padding: 30px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.content_center .video_column p {
    font-family: 'Sintony';
    font-weight: 400;
    font-size: 26px;
    color: #2a2a2a;
    margin-bottom: 14px;
}

@media screen and (max-width: 510px) {
    .content_center .video_column p {
        font-size: 18px;
        padding: 0 10px;
    }
}

.content_center .video_column a {
    font-weight: 700;
    color: #3d7274;
}

.content_center .video_column .video_link {
    display: table;
    font-size: 22px;
    margin: 20px 15px;
    font-weight: 600;
}

.content_center .video_column .video_link:after {
    content: ">";
    color: #b7a290;
    margin-left: 10px;
}

.content_center .video_column .video {
    margin-bottom: 7px;
    position: relative;
    padding-bottom: 56%;
}

.content_center .video_column .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content_center .video_column .see_all {
    font-family: 'Open Sans';
    font-size: 18px;
    color: #907f70;
    text-decoration: none;
    line-height: 33px;
    margin-right: 37px;
    float: right;
    font-weight: 400;
}

.content_center .video_column .see_all:after {
    content: "";
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url("../images/author_more.png");
    margin-bottom: -10px;
    margin-left: 6px;
}

.content_center .quote_column {
    width: 45%;
    float: right;
    overflow: hidden;
    margin-bottom: 20px;
}

@media screen and (max-width: 1050px) {
    .content_center .quote_column {
        width: 100%;
        float: none;
    }
}

.content_center .quote_column .quote_title {
    font-family: 'Lato';
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    color: #786453;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.content_center .quote_column .quote_title img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.content_center .quote_column .quote_block {
    padding: 15px 20px 15px 72px;
    background: #8adadd url("../images/quote-bg.png") repeat-y left;
    margin-bottom: 65px;
    font-size: 18px;
    line-height: 28px;
    color: #3b3836;
    position: relative;
    margin-left: 10px;
    overflow: visible;
}

.content_center .quote_column .quote_block:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 11px;
    background: url("../images/quote-decor.png") no-repeat;
    height: 28px;
    width: 47px;
}

.content_center .quote_column .quote_block p {
    font-size: 18px;
    font-family: "Myriad Pro", sans-serif;
    color: #3b3836;
}

.content_center .quote_column .quote_block span {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-size: 22px;
    color: #725e4c;
    display: block;
    margin: 20px 0;
}

.content_center .quote_column .quote_block span a {
    color: #725e4c;
}

.content_center .quote_column .see_all {
    font-family: 'Open Sans';
    font-size: 18px;
    color: #907f70;
    text-decoration: none;
    line-height: 33px;
    margin-right: 37px;
    float: right;
}

.content_center .quote_column .see_all:after {
    content: "";
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url("../images/author_more.png");
    margin-bottom: -10px;
    margin-left: 6px;
}

.no-padding {
    padding: 0;
}

.contact_form_wrap {
    background: #b8a490;
    border-top: 7px solid #459ea1;
    position: relative;
    padding-bottom: 60px;
}

@media screen and (max-width: 800px) {
    .contact_form_wrap {
        margin-top: 50px;
    }
}

.contact_form_wrap:before {
    content: "";
    display: block;
    width: 85px;
    height: 85px;
    background: url("../images/contact_form.png");
    position: absolute;
    left: 50%;
    margin-left: -42px;
    top: -42px;
    z-index: 1;
}

.contact_form_wrap:after {
    content: "";
    display: block;
    width: 735px;
    height: 36px;
    background: url("../images/blu_block_shadow.png");
    position: absolute;
    top: -43px;
    left: 50%;
    margin-left: -365px;
}

.contact_form_wrap .contact_form {
    width: 771px;
    margin: 47px auto 0;
}

@media screen and (max-width: 770px) {
    .contact_form_wrap .contact_form {
        width: 100%;
    }
}

.contact_form_wrap .contact_form .signup-link {
    display: block;
    width: 85px;
    height: 85px;
    margin: -89px auto 0;
    position: relative;
    z-index: 20;
}

.contact_form_wrap .contact_form p {
    font-family: 'Open Sans';
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 39px;
}

@media screen and (max-width: 770px) {
    .contact_form_wrap .contact_form p {
        width: 96%;
        margin: 0 2% 20px;
    }
}

.contact_form_wrap .contact_form input[type="text"] {
    border: 0 none;
    font-family: "Sintony", sans-serif;
    background: #fff;
    vertical-align: top;
    padding: 5px 10px;
    color: #459ea1;
    font-size: 18px;
    height: 47px;
    width: 270px;
    margin-right: 0px;
    outline: none;
}

@media screen and (max-width: 770px) {
    .contact_form_wrap .contact_form input[type="text"] {
        display: block;
        width: 90%;
        margin: 0 auto 20px;
    }
}

.contact_form_wrap .contact_form input[type="submit"] {
    border: 0 none;
    background: #459ea1 url("../images/signup-btn.png") no-repeat right;
    height: 47px;
    width: 175px;
    padding-right: 40px;
    padding-left: 0;
    cursor: pointer;
    color: #fff;
    font-family: "Sintony Bold", sans-serif;
    font-size: 18px;
    outline: none;
}

@media screen and (max-width: 770px) {
    .contact_form_wrap .contact_form input[type="submit"] {
        margin: 0 auto;
        display: block;
    }
}

.title_wrap {
    text-align: center;
    color: #fff;
    background: #459ea1;
    line-height: 57px;
    font-size: 34px;
}

.title_wrap .title {
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
}

.title_wrap a {
    position: absolute;
    right: 0;
    font-size: 22px;
    color: #fff;
}

@media screen and (max-width: 630px) {
    .title_wrap a {
        position: static;
        display: block;
    }
}

.who-list {
    text-align: center;
    padding-bottom: 30px;
    background: #b8a390 url("../images/brown-panel.jpg") no-repeat center bottom;
    background-size: 100% 100%;
    border-bottom: 7px solid #4fc3c7;
    position: relative;
}

.who-list li {
    display: inline-block;
    width: 200px;
    vertical-align: bottom;
    min-height: 250px;
    background: url("../images/v-line.png") no-repeat right bottom;
}

@media screen and (max-width: 1040px) {
    .who-list li {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 460px) {
    .who-list li {
        background: none;
    }
}

.who-list li:first-child {
    background: url("../images/v-line.png") no-repeat right bottom, url("../images/v-line.png") no-repeat left bottom;
}

@media screen and (max-width: 460px) {
    .who-list li:first-child {
        background: none;
    }
}

.who-list li a {
    color: #165a5c;
    display: inline-block;
    padding: 130px 40px 10px 35px;
    font-size: 20px;
}

.who-list li:nth-child(1) a {
    background: url("../images/who-list1.png") no-repeat center top;
}

.who-list li:nth-child(2) a {
    background: url("../images/who-list2.png") no-repeat center top;
}

.who-list li:nth-child(3) a {
    background: url("../images/who-list3.png") no-repeat center top;
}

.who-list li:nth-child(4) a {
    background: url("../images/who-list4.png") no-repeat center top;
}

.who-list li:nth-child(5) a {
    background: url("../images/who-list5.png") no-repeat center top;
}

.who-list:after {
    content: "";
    display: block;
    width: 85px;
    height: 85px;
    background: url("../images/blu_block_wrap.png");
    position: absolute;
    left: 50%;
    margin-left: -42px;
    bottom: -42px;
}

.brown_panel {
    background: url("../images/brown-panel.jpg");
    background-size: 100% 100%;
    padding-top: 12px;
}

.brown_panel h3 {
    font-family: "Sintony", sans-serif;
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
    background: #459ea1;
    border-bottom: 7px solid #4fc3c7;
}

.brown_panel .about_center {
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
    padding: 40px 10px;
    overflow: hidden;
}

.brown_panel .about_center .img_block {
    float: left;
    margin-right: 80px;
	max-width: 100%;
}

@media screen and (max-width: 500px) {
	.brown_panel .about_center .img_block {
		float: none;	
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

.brown_panel .about_center p {
    font-family: 'Sintony';
    font-weight: 400;
    font-size: 21px;
    color: #2a2a2a;
    margin-bottom: 14px;
}

@media screen and (max-width: 510px) {
    .brown_panel .about_center p {
        font-size: 18px;
        padding: 0 10px;
    }
}

.brown_panel .about_center ul {
    font-family: 'Sintony';
    font-weight: 400;
    font-size: 21px;
    color: #2a2a2a;
    margin-bottom: 14px;
    padding-left: 30px;
    overflow: hidden;
}

@media screen and (max-width: 510px) {
    .brown_panel .about_center ul {
        font-size: 18px;
        padding: 0 10px;
    }
}

.brown_panel .about_center ul li {
    margin-bottom: 8px;
    list-style-image: url("../images/disc.png");
}

.associates_block {
    padding-top: 12px;
}

.associates_block .associates_title {
    font-family: "Sintony", sans-serif;
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
    background: #459ea1;
    border-bottom: 7px solid #4fc3c7;
}

.associates_block .associates_list {
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    font-size: 14px;
    padding-top: 20px;
    color: #4b4b4b;
    font-family: "Sintony", sans-serif;
}

.associates_block .associates_list li {
    vertical-align: top;
    display: inline-block;
    background: #e4dfd7;
    width: 275px;
    padding: 20px 30px;
    margin: 0 15px 40px;
    -webkit-border-radius: 40px 0 40px 0;
    -moz-border-radius: 40px 0 40px 0;
    border-radius: 40px 0 40px 0;
    position: relative;
}

.associates_block .associates_list li img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 20px;
}

.associates_block .associates_list li h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.associates_block .associates_list li h3 a {
    color: #0d8d91;
    text-decoration: none;
}

.associates_block .associates_list li p {
    padding-top: 20px;
    line-height: normal;
    text-align: left;
}

.book_list {
    padding-top: 20px;
    max-width: 1260px;
    margin: 0 auto;
}

.book_list li {
    margin-bottom: 60px;
    overflow: hidden;
}

.book_list li .title {
    font-family: "Lato";
    font-weight: 700;
    text-align: center;
    font-size: 36px;
    color: #276f71;
    border-top: 1px solid #b7a28f;
    border-bottom: 1px solid #b7a28f;
    text-transform: uppercase;
    padding: 13px 0;
    margin-bottom: 30px;
}

.book_list li .book_list_text {
    width: 70%;
    padding-right: 5%;
    float: left;
}

@media screen and (max-width: 900px) {
    .book_list li .book_list_text {
        width: 100%;
        padding: 0 10px;
    }
}

.book_list li .book_list_text p {
    font-family: 'Sintony';
    font-size: 20px;
    color: #2a2a2a;
    margin-bottom: 15px;
}

.book_list li .book_list_text .more {
    font-family: 'Open Sans';
    font-size: 18px;
    color: #459ea1;
    text-decoration: none;
    line-height: 33px;
    margin-right: 37px;
    float: right;
}

.book_list li .book_list_text .more:after {
    content: "";
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url("../images/author_more.png");
    margin-bottom: -10px;
    margin-left: 6px;
}

.book_list li .img_block {
    width: 30%;
    float: left;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .book_list li .img_block {
        width: 100%;
        padding: 0 10px;
    }
}

.book_list li .img_block img {
    max-width: 100%;
}

.articles_block {
    max-width: 1260px;
    margin: 0 auto;
}

.articles_block:after {
    content: "";
    display: block;
    clear: both;
}

.articles_block .asaid {
    width: 30%;
    background: #ddd3c9;
    padding: 20px;
    float: left;
}

@media screen and (max-width: 800px) {
    .articles_block .asaid {
        width: 100%;
        float: none;
    }
}

.articles_block .asaid .title {
    font-family: "Sintony", sans-serif;
    font-size: 34px;
    color: #fff;
}

@media screen and (max-width: 800px) {
    .articles_block .asaid .title {
        background: url("../images/asaid_open.png") right center no-repeat;
        cursor: pointer;
    }
}

@media screen and (max-width: 800px) {
    .articles_block .asaid ul {
        display: none;
    }
    .articles_block .asaid ul.open {
        display: block;
    }
}

.articles_block .asaid ul li {
    font-family: "Sintony", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #b7a28f;
}

@media screen and (max-width: 800px) {
    .articles_block .asaid ul li {
        padding: 0 10px;
    }
}

.articles_block .asaid ul li a {
    color: #323232;
    display: block;
    padding: 10px 0;
    text-decoration: none;
}

@media screen and (max-width: 800px) {
    .articles_block .asaid ul li a {
        padding: 0;
    }
}

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

.articles_block .asaid ul li a.active {
    color: #2f7476;
}

.articles_block .articles_content {
    width: 70%;
    padding-left: 5%;
    float: left;
    margin-top: 40px;
}

@media screen and (max-width: 800px) {
    .articles_block .articles_content {
        width: 100%;
        float: none;
    }
}

.articles_block .articles_content .top {
    padding-bottom: 45px;
}

.articles_block .articles_content .top .subtitle {
    font-family: "Sintony", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #323232;
    text-transform: uppercase;
}

.articles_block .articles_content .top .teal {
    font-family: "Lato";
    font-weight: 700;
    font-size: 36px;
    color: #276f71;
    text-transform: uppercase;
}

.articles_block .articles_content .articles_list {
    margin-top: 20px;
    border-top: 1px solid #b7a28f;
}

.articles_block .articles_content .articles_list li {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #b7a28f;
}

.articles_block .articles_content .articles_list li .title {
    font-family: "Sintony", sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #0d8e92;
    text-decoration: underline;
}

.articles_block .articles_content .articles_list li .remark {
    display: block;
    font-family: "Sintony", sans-serif;
    font-size: 14px;
    color: #816952;
    margin-bottom: 40px;
}

.articles_block .articles_content .articles_list li p {
    font-family: "Sintony", sans-serif;
    font-size: 20px;
    color: #090909;
}

.articles_block .articles_content .articles_list li .more {
    font-family: 'Sintony';
    font-size: 24px;
    color: #816952;
    text-decoration: none;
    line-height: 33px;
    margin-right: 37px;
    float: left;
}

.articles_block .articles_content .articles_list li .more:after {
    content: "";
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url("../images/more2.png");
    margin-bottom: -10px;
    margin-left: 6px;
}

.articles_block .articles_content .articles_list li .pdf-link {
    display: inline-block;
    font-size: 24px;
    color: #816952;
    padding-right: 70px;
    background: url("../images/pdf.png") no-repeat right;
    line-height: 66px;
    float: right;
    margin-right: 30px;
    margin-top: -16px;
}

.articles_block .articles_content .separator {
    border-bottom: solid 1px #b7a28f;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.articles_block .articles_content .pdf-link-small {
    display: inline-block;
    font-size: 18px;
    color: #816952;
    padding-right: 42px;
    background: url("../images/pdf-ico.png") no-repeat right;
    line-height: 36px;
    float: right;
    margin-bottom: 20px;
}

.articles_block .articles_content .articles_inside .title {
    font-family: "Sintony", sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #0d8e92;
}

.articles_block .articles_content .articles_inside .remark {
    display: block;
    font-family: "Sintony", sans-serif;
    font-size: 14px;
    color: #816952;
    margin-bottom: 40px;
}

.articles_block .articles_content .articles_inside p {
    font-family: "Sintony", sans-serif;
    font-size: 20px;
    color: #090909;
    margin-bottom: 20px;
}

.articles_block .articles_content .articles_inside ul {
    font-family: "Sintony", sans-serif;
    font-size: 20px;
    color: #090909;
    margin-bottom: 20px;
    list-style-type: disc;
    margin-left: 30px;
}

.articles_block .articles_content .articles_inside ol {
    font-family: "Sintony", sans-serif;
    font-size: 20px;
    color: #090909;
    margin-bottom: 20px;
    list-style-type: decimal;
    margin-left: 30px;
}

.back {
    display: inline-block;
    font-size: 24px;
    padding-left: 45px;
    background: url("../images/back.png") no-repeat left;
    line-height: 33px;
}

.blog_block {
    max-width: 1260px;
    margin: 0 auto;
}

.blog_block:after {
    content: "";
    display: block;
    clear: both;
}

.blog_block .asaid {
    width: 20%;
    background: #c7b7a8;
    padding: 20px;
    float: right;
}

@media screen and (max-width: 800px) {
    .blog_block .asaid {
        width: 100%;
        float: none;
    }
}

.blog_block .asaid .title {
    font-family: "Sintony", sans-serif;
    font-size: 36px;
    color: #276668;
}

@media screen and (max-width: 800px) {
    .blog_block .asaid .title {
        background: url("../images/asaid_open.png") right center no-repeat;
        cursor: pointer;
    }
}

.blog_block .asaid>ul {
    margin-left: 20px;
}

@media screen and (max-width: 800px) {
    .blog_block .asaid>ul {
        display: none;
    }
    .blog_block .asaid>ul.open {
        display: block;
    }
}

.blog_block .asaid>ul>li {
    font-family: "Sintony", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.blog_block .asaid>ul>li>a {
    color: #fff;
    display: block;
    text-decoration: none;
}

@media screen and (max-width: 800px) {
    .blog_block .asaid>ul>li>a {
        padding: 0;
    }
}

.blog_block .asaid>ul>li>a:hover {
    color: #323232;
}

.blog_block .asaid>ul>li ul {
    margin-left: 20px;
}

.blog_block .asaid>ul>li ul li {
    font-weight: 400;
}

.blog_block .asaid>ul>li ul li a {
    color: #fff;
}

.blog_block .asaid>ul>li ul li a:hover {
    color: #323232;
}

.blog_block .blog_content {
    width: 80%;
    padding-right: 5%;
    float: left;
    margin-top: 40px;
}

@media screen and (max-width: 800px) {
    .blog_block .blog_content {
        width: 100%;
        padding: 0 10px;
        float: none;
    }
}

.blog_block .blog_content .blog_list li .title {
    font-family: "Lato", sans-serif;
    color: #276668;
    font-size: 44px;
}

.blog_block .blog_content .blog_list li .date {
    display: block;
    font-family: "Sintony", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #816952;
    margin-bottom: 40px;
}

.blog_block .blog_content .blog_list li img {
    float: right;
    max-width: 100%;
    margin-left: 20px;
}

@media screen and (max-width: 600px) {
    .blog_block .blog_content .blog_list li img {
        float: none;
        display: block;
        margin: 0 auto 20px;
    }
}

.blog_block .blog_content .blog_list li p {
    font-size: 20px;
    color: #2a2a2a;
}

.blog_block .blog_content .blog_list li .more {
    font-family: 'Sintony';
    font-size: 24px;
    color: #816952;
    text-decoration: none;
    line-height: 33px;
    margin: 20px auto;
    display: table;
}

.blog_block .blog_content .blog_list li .more:after {
    content: "";
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url("../images/more2.png");
    margin-bottom: -10px;
    margin-left: 6px;
}

.blog_block .blog_content .blog_list>li:after {
    content: "";
    display: block;
    max-width: 735px;
    height: 36px;
    background: url("../images/bottom-shadow.png");
    margin: 40px auto;
    background-size: 100% 100%;
}

.blog_block .blog_content .back {
    display: inline-block;
    font-size: 24px;
    padding-left: 45px;
    background: url("../images/back.png") no-repeat left;
    line-height: 33px;
    font-family: 'Sintony';
    font-weight: 700;
    color: #816952;
}

.blog_block .blog_content .date_inside {
    font-family: 'Sintony';
    font-weight: 700;
    color: #816952;
    font-size: 24px;
    display: inline-block;
    float: right;
}

.blog_block .blog_content .title_inside {
    font-family: 'Lato';
    font-size: 44px;
    color: #276668;
    text-align: center;
    margin-top: 40px;
}

.blog_block .blog_content .blog_inside_content:before {
    content: "";
    display: block;
    max-width: 735px;
    height: 36px;
    background: url("../images/blu_block_shadow.png");
    background-size: 100% 100%;
    margin: 20px auto;
}

.blog_block .blog_content .blog_inside_content:after {
    content: "";
    display: block;
    max-width: 735px;
    height: 36px;
    background: url("../images/bottom-shadow.png");
    background-size: 100% 100%;
    margin: 20px auto;
}

.blog_block .blog_content .blog_inside_content .img_block {
    text-align: center;
    margin-bottom: 20px;
}

.blog_block .blog_content .blog_inside_content p {
    font-size: 20px;
    color: #2a2a2a;
    font-family: 'Sintony';
    margin-bottom: 20px;
}

.teal_bottom {
    font-size: 25px;
    font-family: "Sintony";
    font-weight: 700;
    color: #0d8d91;
    margin-bottom: 10px;
}

.contact_block_bottom {
    padding-left: 75px;
    background: url("../images/phone-ico.png") no-repeat left;
    color: #887767;
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 30px;
}

.contact_block_bottom .phone {
    font-size: 28px;
    font-family: "Sintony";
    font-weight: 700;
    color: #6e6155;
}

.faq_block {
    max-width: 1260px;
    margin: 0 auto;
}

.faq_block:after {
    content: "";
    display: block;
    clear: both;
}

.faq_block .asaid {
    width: 30%;
    background: #459ea1;
    padding: 20px;
    float: left;
}

@media screen and (max-width: 800px) {
    .faq_block .asaid {
        width: 100%;
        float: none;
    }
}

.faq_block .asaid.icon_asaid>ul {
    padding-left: 20px;
    padding-top: 40px;
    font-family: "Sintony";
    font-weight: 700;
    font-size: 20px;
    line-height: 54px;
}

.faq_block .asaid.icon_asaid>ul li {
    margin-bottom: 36px;
}

.faq_block .asaid.icon_asaid>ul li a {
    display: inline-block;
    padding-left: 64px;
    color: #fff;
}

.faq_block .asaid.icon_asaid>ul li:nth-child(1) a {
    background: url("../images/ico2.png") no-repeat left;
}

.faq_block .asaid.icon_asaid>ul li:nth-child(2) a {
    background: url("../images/ico6.png") no-repeat left;
}

.faq_block .asaid.icon_asaid>ul li:nth-child(3) a {
    background: url("../images/ico5.png") no-repeat left;
}

.faq_block .asaid.icon_asaid>ul li:nth-child(4) a {
    background: url("../images/ico7.png") no-repeat left;
}

.faq_block .asaid.icon_asaid>ul li:nth-child(5) a {
    background: url("../images/ico8.png") no-repeat left;
}

.faq_block .asaid.icon_asaid>ul li:nth-child(6) a {
    background: url("../images/ico9.png") no-repeat left;
}

.faq_block .asaid.icon_asaid>ul li:nth-child(7) a {
    background: url("../images/ico10.png") no-repeat left;
}

.faq_block .asaid.icon_asaid>ul li:nth-child(8) a {
    background: url("../images/ico1.png") no-repeat left;
}

.faq_block .faq_content {
    width: 70%;
    padding-left: 5%;
    float: left;
    margin-top: 40px;
}

@media screen and (max-width: 800px) {
    .faq_block .faq_content {
        width: 100%;
        float: none;
    }
}

.faq_block .faq_content p {
    font-family: "Sintony";
    font-size: 24px;
    color: #2a2a2a;
    margin-bottom: 20px;
}

.faq_block .faq_content h3, .faq_block .faq_content h2 {
    font-family: "Sintony";
    font-size: 30px;
    color: #59422d;
}

.faq_block .faq_content ul:not([class]) {
    font-family: "Sintony";
    font-size: 24px;
    color: #2a2a2a;
    margin-bottom: 20px;
    list-style-image: url("../images/disc.png");
}

.faq_block .faq_content .title {
    font-family: "Sintony";
    font-weight: 700;
    font-size: 28px;
    color: #2a2a2a;
    background: url("../images/disc.png") top 14px left no-repeat;
    padding-left: 20px;
    margin-bottom: 20px;
}

.faq_block .faq_content .faq_common_block h3 {
    font-family: "Sintony";
    font-size: 22px;
    color: #2a2a2a;
    margin-bottom: 15px;
    cursor: pointer;
    padding-left: 20px;
    outline: none;
}

.faq_block .faq_content .faq_common_block div p {
    font-family: "Sintony";
    font-size: 20px;
    font-style: italic;
    color: #2e5b5c;
    margin: 0;
    padding-bottom: 20px;
    padding-left: 20px;
}

.hr {
    height: 7px;
    background: #4fc3c7;
}

.hr2 {
    height: 30px;
    background: #b9a492;
}

.hr3 {
    height: 59px;
    background: #459ea1;
}

.new_clients_link {
    font-family: "Sintony", sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #2a2a2a;
    display: table;
    margin-bottom: 30px;
    background: url("../images/disc.png") top 14px left no-repeat;
    padding-left: 20px;
}

.new_clients_link:hover {
    color: #337577;
}

.book_inside_block {
    max-width: 1260px;
    margin: 0 auto;
}

.book_inside_block:after {
    content: "";
    display: block;
    clear: both;
}

.book_inside_block .asaid {
    width: 30%;
    background: #d8d8d1;
    padding: 20px;
    float: right;
}

@media screen and (max-width: 800px) {
    .book_inside_block .asaid {
        width: 100%;
        float: none;
    }
}

.book_inside_block .asaid img {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
}

.book_inside_block .asaid a {
    font-family: "Lato", sans-serif;
    display: table;
    font-size: 32px;
    text-transform: uppercase;
    color: #276f71;
    font-weight: 700;
    margin-bottom: 90px;
}

.book_inside_block .book_inside_content {
    width: 70%;
    padding-right: 5%;
    float: left;
    margin-top: 40px;
}

@media screen and (max-width: 800px) {
    .book_inside_block .book_inside_content {
        width: 100%;
        padding: 0 10px;
        float: none;
    }
}

.book_inside_block .book_inside_content h2 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #276f71;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.book_inside_block .book_inside_content p {
    font-family: "Sintony";
    font-size: 20px;
    color: #2a2a2a;
    margin-bottom: 20px;
}

.book_inside_block .book_inside_content p b {
    color: #7c6957;
}

.book_inside_block .book_inside_content h3 {
    font-family: "Sintony";
    font-size: 25px;
    color: #7c6957;
    margin-bottom: 20px;
    font-weight: 700;
}

.book_inside_block .book_inside_content .more {
    display: table;
    font-size: 24px;
    color: #459ea1;
    padding-right: 45px;
    background: url("../images/more2.png") no-repeat right;
    line-height: 33px;
    margin: 20px 0;
}

.reviews h2 {
    font-family: "Sintony", sans-serif;
    text-transform: uppercase;
    font-size: 34px;
    color: #fff;
    background: #459ea1;
    text-align: center;
    padding: 7px 0;
}

.reviews .reviews_list {
    max-width: 1260px;
    margin: 20px auto 50px;
    padding: 0 10px;
}

.reviews .reviews_list li {
    padding-left: 70px;
    font-style: italic;
    background: url("../images/quotes.png") no-repeat left 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
    .reviews .reviews_list li {
        background: none;
        padding-left: 0;
    }
}

.reviews .reviews_list li p {
    color: #245d5f;
    font-size: 25px;
    line-height: 30px;
    font-family: "Sintony", sans-serif;
    margin: 20px 0;
}

@media screen and (max-width: 500px) {
    .reviews .reviews_list li p {
        font-size: 20px;
    }
}

.reviews .reviews_list li .author {
    color: #8d7c6c;
    font-size: 26px;
    font-family: "Sintony", sans-serif;
    font-weight: 700;
    float: right;
}

@media screen and (max-width: 500px) {
    .reviews .reviews_list li .author {
        font-size: 20px;
    }
}

.contact_center {
    max-width: 1260px;
    margin: 0 auto;
}

.contact_center:after {
    content: "";
    display: block;
    clear: both;
}

.contact_center .contact_form {
    width: 50%;
    padding: 70px;
    background: #b29c88;
    float: left;
    overflow: hidden;
}

@media screen and (max-width: 1030px) {
    .contact_center .contact_form {
        padding: 30px;
    }
}

@media screen and (max-width: 880px) {
    .contact_center .contact_form {
        width: 100%;
        float: none;
        padding: 30px 10px;
    }
}

.contact_center .contact_form .title {
    font-family: "Sintony", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #59391b;
    margin-bottom: 25px;
}

.contact_center .contact_form label {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

.contact_center .contact_form label span {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    font-family: "Sintony", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #367a6c;
    line-height: 50px;
}

@media screen and (max-width: 470px) {
    .contact_center .contact_form label span {
        width: 100%;
    }
}

.contact_center .contact_form label input {
    border: 1px solid #afe3e3;
    width: 68%;
    height: 50px;
    outline: none;
    padding: 0 10px;
    float: right;
}

@media screen and (max-width: 470px) {
    .contact_center .contact_form label input {
        width: 100%;
        float: none;
    }
}

.contact_center .contact_form label textarea {
    border: 1px solid #afe3e3;
    width: 68%;
    height: 189px;
    outline: none;
    padding: 10px;
    resize: none;
    float: right;
}

@media screen and (max-width: 470px) {
    .contact_center .contact_form label textarea {
        width: 100%;
        float: none;
    }
}

.contact_center .contact_form input[type=submit] {
    width: 125px;
    height: 49px;
    border: none;
    background: #459ea1;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    float: right;
    outline: none;
    cursor: pointer;
}

.contact_center .contact_info {
    width: 50%;
    padding: 30px;
    float: left;
}

@media screen and (max-width: 880px) {
    .contact_center .contact_info {
        width: 100%;
        float: none;
        padding: 30px 10px;
    }
}

.contact_center .contact_info p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin: 0 0 40px;
    font-family: "Sintony", sans-serif;
    color: #333;
}

.contact_center .contact_info .contact_list {
    margin-left: 40px;
}

@media screen and (max-width: 470px) {
    .contact_center .contact_info .contact_list {
        margin-left: 0;
    }
}

.contact_center .contact_info .contact_list li {
    margin-bottom: 20px;
    min-height: 56px;
    padding: 10px 0 10px 90px;
    line-height: 56px;
    color: #6e6155;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
}

.contact_center .contact_info .contact_list li:nth-child(1) {
    background: url("../images/contact-ico1.png") no-repeat left;
}

.contact_center .contact_info .contact_list li:nth-child(2) {
    background: url("../images/contact-ico2.png") no-repeat left;
    line-height: 28px;
}

.contact_center .contact_info .contact_list li:nth-child(3) {
    background: url("../images/contact-ico3.png") no-repeat left;
}

.contact_center .contact_info .contact_list li:nth-child(4) {
    background: url("../images/contact-ico4.png") no-repeat left;
}

.contact_center .contact_map {
    margin: 28px 0 75px;
}

.contact_center .contact_map iframe {
    width: 100%;
    height: 500px;
}

@media screen and (max-width: 880px) {
    .contact_center .contact_map iframe {
        height: 300px;
    }
}

@media screen and (max-width: 650px) {
    .contact_center .contact_map iframe {
        height: 150px;
    }
}

.lesbian_block {
    max-width: 1260px;
    margin: 0 auto;
}

.lesbian_block:after {
    content: "";
    display: block;
    clear: both;
}

.lesbian_block .asaid {
    width: 30%;
    background: #459ea1;
    padding: 20px;
    float: right;
    overflow: hidden;
}

@media screen and (max-width: 800px) {
    .lesbian_block .asaid {
        width: 100%;
        float: none;
    }
}

.lesbian_block .asaid.icon_asaid .ttu {
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    font-family: "Sintony", sans-serif;
}

.lesbian_block .asaid.icon_asaid>ul {
    padding-left: 20px;
    padding-top: 40px;
    font-family: "Sintony";
    font-weight: 700;
    font-size: 20px;
    line-height: 54px;
}

.lesbian_block .asaid.icon_asaid>ul li {
    margin-bottom: 36px;
}

.lesbian_block .asaid.icon_asaid>ul li a {
    display: inline-block;
    padding-left: 64px;
    color: #fff;
}

@media screen and (max-width: 800px) {
    .lesbian_block .asaid.icon_asaid>ul {
        display: none;
    }
}

.lesbian_block .asaid.icon_asaid>ul li:nth-child(1) a {
    background: url("../images/ico2.png") no-repeat left;
}

.lesbian_block .asaid.icon_asaid>ul li:nth-child(2) a {
    background: url("../images/ico6.png") no-repeat left;
}

.lesbian_block .asaid.icon_asaid>ul li:nth-child(3) a {
    background: url("../images/ico5.png") no-repeat left;
}

.lesbian_block .asaid.icon_asaid>ul li:nth-child(4) a {
    background: url("../images/ico7.png") no-repeat left;
}

.lesbian_block .asaid.icon_asaid>ul li:nth-child(5) a {
    background: url("../images/ico8.png") no-repeat left;
}

.lesbian_block .asaid.icon_asaid>ul li:nth-child(6) a {
    background: url("../images/ico9.png") no-repeat left;
}

.lesbian_block .asaid.icon_asaid>ul li:nth-child(7) a {
    background: url("../images/ico10.png") no-repeat left;
}

.lesbian_block .asaid.icon_asaid>ul li:nth-child(8) a {
    background: url("../images/ico1.png") no-repeat left;
}

.lesbian_block .asaid.icon_asaid2 {
    background: #cceaea;
}

.lesbian_block .asaid.icon_asaid2 .ttu {
    text-transform: uppercase;
    font-size: 24px;
    color: #333;
    font-family: "Sintony", sans-serif;
}

.lesbian_block .asaid.icon_asaid2>ul {
    padding-left: 20px;
    padding-top: 40px;
    font-family: "Sintony";
    font-weight: 700;
    font-size: 20px;
    line-height: 54px;
}

.lesbian_block .asaid.icon_asaid2>ul li {
    margin-bottom: 36px;
}

.lesbian_block .asaid.icon_asaid2>ul li a {
    display: inline-block;
    padding-left: 64px;
    color: #776350;
}

.lesbian_block .asaid.icon_asaid2>ul li:nth-child(1) a {
    background: url("../images/ico2.png") no-repeat left;
}

.lesbian_block .asaid.icon_asaid2>ul li:nth-child(2) a {
    background: url("../images/ico6.png") no-repeat left;
}

.lesbian_block .asaid.icon_asaid2>ul li:nth-child(3) a {
    background: url("../images/ico5.png") no-repeat left;
}

.lesbian_block .asaid.icon_asaid2>ul li:nth-child(4) a {
    background: url("../images/ico7.png") no-repeat left;
}

.lesbian_block .asaid.icon_asaid2>ul li:nth-child(5) a {
    background: url("../images/ico8.png") no-repeat left;
}

.lesbian_block .asaid.icon_asaid2>ul li:nth-child(6) a {
    background: url("../images/ico9.png") no-repeat left;
}

.lesbian_block .asaid.icon_asaid2>ul li:nth-child(7) a {
    background: url("../images/ico10.png") no-repeat left;
}

.lesbian_block .asaid.icon_asaid2>ul li:nth-child(8) a {
    background: url("../images/ico1.png") no-repeat left;
}

.lesbian_block .lesbian_content {
    width: 70%;
    padding-right: 5%;
    float: left;
    margin-top: 40px;
}

@media screen and (max-width: 800px) {
    .lesbian_block .lesbian_content {
        width: 100%;
        float: none;
        padding: 0 10px;
    }
}

.lesbian_block .lesbian_content li {
    overflow: hidden;
    margin-bottom: 40px;
}

.lesbian_block .lesbian_content p {
    font-family: "Sintony";
    font-size: 24px;
    color: #2a2a2a;
    margin-bottom: 20px;
}

.lesbian_block .lesbian_content h3 {
    font-family: "Lato";
    font-weight: 700;
    font-size: 36px;
    color: #276f71;
    text-transform: uppercase;
    border-top: 1px solid #b7a28f;
    border-bottom: 1px solid #b7a28f;
    padding: 13px 0;
    margin-bottom: 20px;
}

.lesbian_block .lesbian_content ul:not([class]) {
    font-family: "Sintony";
    font-size: 24px;
    color: #2a2a2a;
    margin-bottom: 20px;
    list-style-image: url("../images/disc.png");
}

.lesbian_block .lesbian_content .more {
    font-family: 'Sintony';
    font-size: 24px;
    color: #459ea1;
    text-decoration: none;
    line-height: 36px;
    margin-right: 37px;
    float: right;
}

.lesbian_block .lesbian_content .more:after {
    content: "";
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url("../images/more2.png");
    margin-bottom: -10px;
    margin-left: 6px;
}

.lesbian_block .fortherapists_content {
    width: 70%;
    padding-right: 5%;
    float: left;
    margin-top: 40px;
    font-family: "Sintony", sans-serif;
    margin-bottom: 40px;
    padding-left: 10px;
}

@media screen and (max-width: 800px) {
    .lesbian_block .fortherapists_content {
        width: 100%;
        float: none;
        padding: 0 10px;
    }
}

.lesbian_block .fortherapists_content ul li {
    padding-bottom: 40px;
    border-bottom: 1px solid #b7a28f;
    margin-bottom: 40px;
}

.lesbian_block .fortherapists_content .data, .lesbian_block .fortherapists_content .date {
    color: #887767;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.lesbian_block .fortherapists_content .title {
    color: #276f71;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    padding: 20px 0;
}

.lesbian_block .fortherapists_content .time {
    color: #459ea1;
    font-size: 20px;
    margin-bottom: 15px;
}

.lesbian_block .fortherapists_content .text p, .lesbian_block .fortherapists_content .text ul {
    font-size: 20px;
    color: #2a2a2a;
    margin-bottom: 15px;
}

.lesbian_block .fortherapists_content .more {
    font-family: 'Sintony';
    font-size: 24px;
    color: #816952;
    text-decoration: none;
    line-height: 36px;
    margin-right: 37px;
}

.lesbian_block .fortherapists_content .more:after {
    content: "";
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url("../images/more2.png");
    margin-bottom: -10px;
    margin-left: 6px;
}

.lesbian_block .fortherapists_content .common_text p, .lesbian_block .fortherapists_content .common_text ul {
    font-size: 20px;
    color: #2a2a2a;
    margin-bottom: 15px;
}

.lesbian_block .fortherapists_content .common_text ol {
    font-size: 20px;
    color: #2a2a2a;
    margin-bottom: 15px;
    list-style-type: decimal;
    list-style-position: inside;
}

.lesbian_block .events_inside_content {
    width: 70%;
    padding-right: 5%;
    float: left;
    margin-top: 40px;
    font-family: "Sintony", sans-serif;
    margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
    .lesbian_block .events_inside_content {
        width: 100%;
        float: none;
        padding: 0 10px;
    }
}

.lesbian_block .events_inside_content .title {
    color: #459ea1;
    font-size: 34px;
    font-family: "Sintony", sans-serif;
    margin-bottom: 20px;
}

.lesbian_block .events_inside_content ul {
    font-size: 20px;
    color: #2a2a2a;
    margin-bottom: 15px;
}

.lesbian_block .events_inside_content ul.details-list {
    padding-bottom: 40px;
    border-bottom: 1px solid #b7a28f;
    margin-bottom: 40px;
}

.lesbian_block .events_inside_content .text p, .lesbian_block .events_inside_content .text ul {
    font-size: 20px;
    color: #2a2a2a;
    margin-bottom: 15px;
}

.lesbian_block .events_inside_content .text .img_block {
    float: right;
}

.lesbian_block .events_inside_content .more {
    font-family: 'Sintony';
    font-size: 24px;
    color: #816952;
    text-decoration: none;
    line-height: 36px;
    margin-right: 37px;
}

.lesbian_block .events_inside_content .more:after {
    content: "";
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url("../images/more2.png");
    margin-bottom: -10px;
    margin-left: 6px;
}

.lesbian_block .events_inside_content .common_text p, .lesbian_block .events_inside_content .common_text ul {
    font-size: 20px;
    color: #2a2a2a;
    margin-bottom: 15px;
}

.lesbian_block .events_inside_content .common_text ol {
    font-size: 20px;
    color: #2a2a2a;
    margin-bottom: 15px;
    list-style-type: decimal;
    list-style-position: inside;
}

.events_inside_top img {
    float: left;
    margin: 20px;
}

.events_inside_top .reg_text_left {
    width: 35%;
    float: left;
    text-transform: uppercase;
    color: #276f71;
    padding-top: 15px;
    font-size: 34px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .events_inside_top .reg_text_left {
        width: 100%;
        float: none;
    }
}

.events_inside_top .reg_text_right {
    width: 65%;
    float: left;
}

@media screen and (max-width: 600px) {
    .events_inside_top .reg_text_right {
        width: 100%;
        float: none;
        text-align: center;
    }
}

.events_inside_top .title {
    font-family: 'Lato';
    font-size: 36px;
    color: #276f71;
    padding-top: 20px;
}

.events_inside_top .date {
    font-family: 'Lato';
    font-size: 22px;
    color: #459ea1;
    margin: 20px 0;
}

.register_online {
    padding: 20px;
    background: #f1f1f1;
    margin: 0 -20px;
}

.register_online h3 {
    padding: 5px 0 5px 80px;
    background: url("../images/ico11.png") no-repeat left center;
    font-size: 26px;
    color: #459ea1;
    text-transform: uppercase;
    font-family: "Sintony";
    font-weight: 700;
}

.register_online ul {
    margin: 0 0 12px;
}

.register_online ul li {
    margin-bottom: 20px;
    padding: 5px;
    overflow: hidden;
    color: #1b1b1b;
    font-size: 18px;
    line-height: 38px;
}

.register_online ul li a {
    display: inline-block;
    padding: 0 10px;
    line-height: 38px;
    float: right;
    text-transform: uppercase;
    color: #fff;
    background: #32bbc0;
    box-shadow: 1px 1px 3px #000;
}

.reg_form {
    width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 740px) {
    .reg_form {
        width: 100%;
    }
}

.reg_form label {
    display: block;
}

.reg_form label span {
    width: 30%;
    display: inline-block;
    line-height: 50px;
    width: 180px;
    padding-right: 30px;
    text-align: right;
    color: #367a6c;
    font-size: 20px;
    font-family: "Sintony", sans-serif;
}

.reg_form .price {
    padding-left: 80px;
    background: url('../images/ico11.png') no-repeat left;
    line-height: 76px;
    text-align: center;
    font-size: 32px;
    font-family: "Sintony";
    margin-top: 50px;
    color: #367a6c;
    float: left;
    font-weight: 700;
}

@media screen and (max-width: 740px) {
    .reg_form label span {
        width: 100%;
        float: none;
        text-align: left;
    }
}

.reg_form label input[type="text"] {
    border: 1px solid #afe3e3;
    font-family: "Sintony", sans-serif;
    background: #fff;
    vertical-align: top;
    padding: 5px 10px;
    color: #459ea1;
    font-size: 18px;
    height: 40px;
    width: 70%;
    margin-bottom: 10px;
    outline: none;
}

@media screen and (max-width: 740px) {
    .reg_form label input[type="text"] {
        width: 100%;
        float: none;
    }
}

.reg_form input[type="submit"] {
    border: 0 none;
    background: #459ea1;
    height: 70px;
    width: 310px;
    cursor: pointer;
    color: #fff;
    font-family: "Sintony", sans-serif;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    box-shadow: 1px 1px 3px #000;
    margin: 20px auto;
    display: block;
    outline: none;
    margin-top: 50px;
}

@media screen and (max-width: 600px) {
    .reg_form .price {
        float: none;
        width: 150px;
        margin: 20px auto 0;
    }
    .reg_form input[type="submit"] {
        margin-top: 20px;
    }
}


/* Footer
-----------------------------------------------------------------------------*/

.footer_wrap {
    margin: -400px auto 0;
    min-height: 400px;
    background: #459ea1;
    position: relative;
    color: #333;
    font-size: 20px;
    font-family: "Sintony", sans-serif;
    padding: 80px 0 0;
    overflow: hidden;
}

.footer_wrap .footer {
    max-width: 1260px;
    margin: 0 auto;
}

.footer_wrap .footer .left {
    width: 280px;
    font-size: 13px;
    float: left;
    padding-top: 20px;
}

.footer_wrap .footer .left p {
    padding-top: 10px;
    line-height: 20px;
    margin: 0 0 12px;
}

.footer_wrap .footer .left .share {
    letter-spacing: -4px;
}

.footer_wrap .footer .left .share li {
    display: inline;
}

@media screen and (max-width: 860px) {
    .footer_wrap .footer .left {
        float: none;
        width: 90%;
        margin: 0 auto 30px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }
}

.footer_wrap .footer .right {
    width: 260px;
    padding: 40px 0;
    float: right;
}

@media screen and (max-width: 860px) {
    .footer_wrap .footer .right {
        float: none;
        width: 90%;
        margin: 0 auto 30px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }
}

.footer_wrap .footer .center {
    overflow: hidden;
    padding-right: 30px;
    padding-left: 30px;
}

@media screen and (max-width: 860px) {
    .footer_wrap .footer .center {
        float: none;
        width: 90%;
        margin: 0 auto 30px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }
}

.footer_wrap .footer .center .menu_footer ul {
    display: inline-block;
    width: 300px;
    color: #fff;
    font-size: 14px;
    padding-right: 20px;
}

.footer_wrap .footer .center .menu_footer ul li {
    margin-bottom: 8px;
    padding-top: 4px;
    min-height: 55px;
    padding-left: 65px;
    line-height: 20px;
}

.footer_wrap .footer .center .menu_footer ul li a.white_link {
    display: inline-block;
    width: 300px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding-right: 20px;
    text-decoration: none;
}

.footer_wrap .footer .center .menu_footer ul:first-child li:nth-child(1) {
    background: url("../images/ico1.png") no-repeat left;
}

.footer_wrap .footer .center .menu_footer ul:first-child li:nth-child(2) {
    background: url("../images/ico2.png") no-repeat left;
}

.footer_wrap .footer .center .menu_footer ul:first-child li:nth-child(3) {
    background: url("../images/ico3.png") no-repeat left;
}

.footer_wrap .footer .center .menu_footer ul:last-child li:nth-child(1) {
    background: url("../images/ico1.png") no-repeat left;
}

.footer_wrap .footer .center .menu_footer ul:last-child li:nth-child(2) {
    background: url("../images/ico4.png") no-repeat left;
}

.footer_wrap .footer .center .menu_footer ul:last-child li:nth-child(3) {
    background: url("../images/ico5.png") no-repeat left;
}

.footer_wrap .footer a {
    color: #dbc164;
}

.video_column>h2>b {
    font-size: 600 !important;
}

.video_column>p {
    font-family: 'Lato' !important;
    font-weight: 700 !important;
    text-align: center !important;
    font-size: 28px !important;
    color: #786453 !important;
    text-transform: uppercase !important;
    margin-bottom: 15px !important;
}

.video_column>h2 {
    font-family: 'Sintony' !important;
    font-weight: 700 !important;
    text-align: center !important;
    font-size: 26px !important;
    color: #333333 !important;
    margin-bottom: 25px !important;
}

.events_inside_content ul {
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 20px;
}

span.price {
    display: inline-block;
    padding: 0 4px;
    color: #197073;
    float: right;
    line-height: 38px;
}

.about_info {
    max-width: 1260px;
    margin: 0 auto;
}

.about_info p {
    font-family: 'Sintony';
    font-size: 20px;
    color: #2a2a2a;
    margin-bottom: 15px;
}

.about_info ul {
    font-family: 'Sintony';
    font-size: 20px;
    color: #2a2a2a;
    margin-bottom: 15px;
}

.about_info h3 b {
    line-height: 40px;
    font-size: 28px;
    font-family: "Sintony";
    color: #2a2a2a;
    list-style-image: url(../images/disc.png);
    padding-left: 30px;
}

.about_info {
    margin-bottom: 36px;
}

.speciality_upcoming_block .upcoming-block {
    float: right;
}

.speciality_upcoming_block .text {
    padding: 20px;
    float: right;
}

.speciality_upcoming_block {
    width: 30%;
    background: #459ea1;
    padding: 20px 0;
    float: right;
    overflow: hidden;
}

.speciality_upcoming_block .upcoming-block h3 {
    margin-bottom: 5px;
    color: #fff;
    padding-left: 20px;
    font-size: 24px;
}

.speciality_upcoming_block .upcoming-block div .data {
    text-align: right;
    padding: 0 20px;
    font-size: 24px;
    font-family: "Sintony";
    font-weight: 700;
    color: #796e64;
    background: #cbbbad;
    line-height: 37px;
    border-bottom: solid 1px #459ea1;
    display: block;
}

.speciality_upcoming_block .upcoming-block .more {
    font-family: 'Open Sans';
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    line-height: 33px;
    margin-top: 20px;
    float: right;
}

.speciality_upcoming_block .upcoming-block .more:after {
    content: "";
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url("../images/author_more.png");
    margin-bottom: -10px;
    margin-left: 6px;
}

.speciality_text h3.grey {
    font-size: 22px;
    margin-bottom: 10px;
    color: #eedbca;
}

.speciality_text .phone {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    padding: 5px 0 5px 60px;
    background: url("../images/phone-ico2.png") no-repeat left center;
}

.lesbian_block .speciality_events_inside_content {
    margin-top: -360px;
}

.lesbian_block .speciality_events_inside_content_2 {
    margin-top: -170px;
}

.speciality_upcoming_block .upcoming-block div .text {
    min-height: 52px;
    padding: 20px 20px 20px 90px !important;
    background: #f1f1f1 url("../images/ico11.png") no-repeat 10px center;
    margin-bottom: 5px;
    font-size: 20px;
}

    .speciality_upcoming_block {
        width: 100%;
        float: none;
    }
    .speciality_upcoming_block .upcoming-block {
        float: none;
    }
    .speciality_upcoming_block .text {
        float: none;
    }
    .lesbian_block .speciality_events_inside_content {
        margin-top: 0;
    }
    .lesbian_block .speciality_events_inside_content_2 {
        margin-top: 0;
    }
}

.social-buttons {
    padding: 0 20px 20px 20px;
}

.social-buttons li {
    display: inline-block;
}

section.ac {
    padding-top: 18px;
}

img.embed-inline-left, .imageleft {
    float: left;
    clear: left;
    margin-right: 10px;
}

img.embed-inline-right, .imageright {
    float: right;
    clear: right;
    margin-left: 10px;
}

.sing-up-block {
    padding: 5px 10px;
    text-align: center;
    background: #1b8d90
}

.sing-up-block .title {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 980px) {
    .sing-up-block .title {
        display: block
    }
}

.sing-up-block input[type=email], .sing-up-block input[type=text] {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    width: 175px;
    max-width: 590px;
    height: 49px;
    padding: 0 15px;
    border: 1px solid #fff;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
}

.sing-up-block input[type=email]:-moz-placeholder, .sing-up-block input[type=text]:-moz-placeholder {
    color: #499ea0
}

.sing-up-block input[type=email]::-moz-placeholder, .sing-up-block input[type=text]::-moz-placeholder {
    color: #499ea0
}

.sing-up-block input[type=email]:-ms-input-placeholder, .sing-up-block input[type=text]:-ms-input-placeholder {
    color: #499ea0
}

.sing-up-block input[type=email]::-webkit-input-placeholder, .sing-up-block input[type=text]::-webkit-input-placeholder {
    color: #499ea0
}

@media (max-width: 550px) {
    .sing-up-block input[type=email], .sing-up-block input[type=text] {
        width: 100%;
        margin-bottom: 5px
    }
}

.sing-up-block input[type=submit] {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    width: 125px;
    height: 49px;
    color: #fff;
    border: none;
    background: #499ea0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 550px) {
    .sing-up-block input[type=submit] {
        width: 100%
    }
}

.sing-up-block input[type=submit]:hover {
    background: #fff;
    color: #499ea0
}

.free-book {
    font-size: 0;
    border-top: 30px solid #b7a28f;
}

.free-book .block-center {
    max-width: 1260px;
    margin: 0 auto;
}

.free-book .col-with-content {
    font-size: 14px;
    display: inline-block;
    width: 65%;
    vertical-align: top;
    padding: 30px 95px 20px 30px;
}

.free-book .col-with-content h2 {
    color: #276f71;
    text-transform: uppercase;
    font-family: Lato;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 17px;
}

.free-book .col-with-content h2 span {
    color: #e17457;
}

.free-book .col-with-content h3 {
    font-family: Sintony;
    color: #000000;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 28px;
}

.free-book .col-with-content ul {
    font-family: Sintony;
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
}

.free-book .col-with-content p {
    font-family: Sintony;
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}

.free-book .col-with-aside {
    font-size: 14px;
    display: inline-block;
    width: 35%;
    padding: 30px 15px;
    background: #d8d8d1;
    text-align: center;
}

.free-book .download {
    font-family: Sintony;
    color: #459ea1;
    font-size: 26px;
    font-weight: 400;
    display: table;
    margin: 30px 0;
}

.download:after {
    content: "";
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url(../images/ic-more.png);
    margin-bottom: -10px;
    margin-left: 6px;
}

.free-book .col-with-aside img {
    max-width: 100%;
}

@media(max-width:1200px) {
    .free-book .col-with-content {
        padding: 30px 35px 20px 15px;
    }
    .free-book .col-with-content h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .free-book .col-with-content h3 {
        font-size: 18px;
    }
    .free-book .col-with-content ul {
        font-size: 16px;
        line-height: 35px;
    }
    .free-book .col-with-content p {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

@media(max-width:767px) {
  .free-book .col-with-content, .free-book .col-with-aside {
      padding: 15px;
  }
    .free-book .col {
        display: block;
        width: 100%;
    }
    .free-book .download {
        margin: 20px 0;
    }
}
