html {
    overflow: hidden;
}

body {
    font-family: 'Montserrat', sans-serif, Arial !important;
    font-size: 18px !important;
    line-height: 35px !important;
    font-weight: 400 !important;
    letter-spacing: -1px !important;
    color: #404040 !important;
    background-color: #fff !important;
}

html.embedded {
    overflow: auto;
}

.montserrat {
    font-family: 'Montserrat', sans-serif, Arial;
}

.admin-list-container {
    margin-top: 60px;
}

body a {
    text-decoration: none;
    color: #404040;
    transition: color .2s linear, background-color .2s linear, border-color .2s linear;
}

body a:hover {
    color: #0697AE;
}

::-moz-selection {
    background-color: #aabdbd;
}

::selection {
    background-color: #aabdbd;
}

.nicescroll-rails {
    z-index: 2 !important;
}

.nicescroll-rails-vr:hover {
    cursor: pointer !important;
}

.nicescroll-rails-hr {
    display: none !important;
}

.content-660 {
    max-width: 660px;
}

.content-900 {
    max-width: 900px;
}

.content-1070 {
    max-width: 1070px;
}

.content-660 img, .content-1070 img, .content-900 img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.r-0 {
    right:0;
z-index:100;
}

code {
    display:block;
    padding: 2px 10px;
    background:#DDDDDD;
    border-radius: 5px;
}


.blur {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.scroll-top {
    display: none;
    line-height: 0;
    z-index: 2;
    overflow: hidden;
    margin-left: 34px;
    bottom: 35px;
}

.scroll-top:hover {
    cursor: pointer;
}

.scroll-top .fa {
    font-size: 36px;
    width: 32px;
    color: #5b5b5b;
}

.scroll-top .fa:hover {
    color: #797979;
}

.sidebar {
    position: absolute;
    background-color: #2D2D2D;
    height: 100% !important;
    width: 420px;
    left: -320px;
    z-index: 3;
}

.sidebar.animation {
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
}

.sidebar.open {
    left: 0;
}

.menu-left-part {
    width: 320px;
    position: absolute;
    background: #333333;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 3;
}

.site-info-holder {
    padding-left: 50px;
    padding-top: 15px;
}

.site-title {
    font-family: 'Montserrat', sans-serif, Arial;
    color: #fff;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    padding: 20px 0;
}

.site-description {
    font-family: 'Montserrat', sans-serif, Arial;
    color: #c4c4c4;
    font-size: 14px;
    line-height: 23px;
    max-width: 200px;
}

#header-main-menu {
    font-family: 'Montserrat', sans-serif, Arial;
    padding-left: 50px;
    padding-top: 80px;
}

.main-menu.sm-clean {
    background-color: transparent;
    display: block;
}

.sm-clean a {
    color: #ffffff;
    line-height: 180%;
    border-bottom: 2px solid #333333;
}

.sm-clean a:hover {
    border-bottom: 2px solid #007bff;
}


.sm-clean a.current, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active,
.sm-clean a.highlighted, .sm-clean ul a:hover, .sm-clean ul a:focus,
.sm-clean ul a:active, .sm-clean ul a.highlighted {
    color: #C0D3D3;
}

.sm-clean a span.sub-arrow {
    color: #0697AE;
}

.main-menu.sm-clean .sub-menu li a {
    color: #848484;
    text-transform: uppercase;
    font-size: 14px;
}

.menu-right-part {
    float: right;
    width: 100px;
    min-height: 100%;
    background-color: #242424;
}

.logo-holder {
    line-height: 0;
    font-size: 0;
    margin-top: 5px;
}

.logo-holder img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

#toggle {
    height: 60px;
    padding: 20px 0;
    position: relative;
    background-color: #333333;
}

#toggle:hover {
    cursor: pointer;
}

#toggle:before, #toggle:after {
    content: '';
    height: 4px;
    width: 26px;
    background: #5B5B5B;
    left: 36px;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    top: 48px;
}

#toggle:before {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
}

#toggle.on:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

#toggle.on:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

#toggle:after {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
}

#toggle .menu-line {
    width: 26px;
    height: 4px;
    background: #5B5B5B;
    left: 36px;
    position: absolute;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    top: 48px;
}

#toggle.on .menu-line {
    opacity: 0;
}

.social-list {
    text-align: center;
    color: #5B5B5B;
    font-size: 30px;
}

.social-list a {
    padding-top: 80px;
    display: block;
    color: #5b5b5b;
}

.social-list a:hover {
    color: #797979;
}

.site-content {
    width: calc(100% - 100px);
    margin-left: 100px;
    padding-bottom: 100px;
    position: relative;
}

.site-content.animation {
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -ms-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
}

body.page-scroll .site-content {
    padding-bottom: 0;
}

body.open .site-content {
    margin-left: 420px;
}


/* BLOG */

#blog-wrapper {
    width: 50%;
    margin-left: 0;
    float: left;
}

.blog-holder {
    padding-top: 100px;
    max-width: 600px;
    padding-bottom: 85px;
}

.home .blog-holder .entry-title {
    text-wrap-mode:nowrap;
    text-wrap: nowrap;
}

.blog-item-holder {
    transition: .2s filter ease-in-out;
    -webkit-transition: .2s -webkit-filter ease-in-out;
}

.blog-item-holder .entry-title a {
    color: #242424;
}

.blog-item-holder .entry-title a:hover {
    color: #0697ae;
}

.blog-item-holder .entry-title {
    font-family: 'Montserrat', sans-serif, Arial;
    font-size: 30px;
    line-height: 30px;
    padding-top: 35px;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

.read-more {
    background-image: url('../../../assets/suppablog/images/arrow.png');
    background-position: right;
    height: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    vertical-align: -11px;
    display: block;
}

.featured-image-holder {
    width: 50%;
    float: right;
}

.featured-post-image {
    position: fixed;
    height: 100%;
    width: 50%;
    width: calc(50% - 50px);
    background-size: cover;
    background-position: center center;
}

.cat-links {
    font-family: 'Montserrat', sans-serif, Arial;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.cat-links ul li {
    display: inline-block;
    margin-right: 5px;
}

.cat-links ul li a {
    color: #D8588C;
    font-size: 14px;
}

.cat-links ul li:after {
    content: ",";
}

.cat-links ul li:last-child:after {
    display: none;
}

.published {
    font-family: 'Montserrat', sans-serif, Arial;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #aabdbd;
}

.published:before {
    content: "\2022";
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}

.blog .excerpt {
    font-size: 16px;
    line-height: 28px;
    color: #5d5d5d;
}

/* END BLOG */

/* FEATURED POSTS SCROLL PAGE */

.page-scroll .nicescroll-rails-hr {
    display: block !important;
}

.container-maincontent article p img {
    display: block;
    margin: 50px auto 10px auto;
}


/* END FEATURED POST SCROLL */


/* SINGLE POST */

.single-post article {
    margin: 0 auto;
    text-align: justify;
}

.single-post article ul {
    padding-left:20px;
}

.single-post h1.entry-title,
.blog-item-holder.featured-post h1.entry-title {
    font-family: 'Montserrat', sans-serif, Arial;
    margin-bottom: 30px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 48px;
    line-height: 50px;
    padding-top: 120px;
    text-align: left;
    width: 660px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    font-weight: 700;
}

.blog-item-holder.featured-post h1.entry-title {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.post-info {
    font-family: 'Montserrat', sans-serif, Arial;
    padding-bottom: 15px;
}

/* END SINGLE POST */


/* DEFAULT PAGE */

.page .page-header-image {
    line-height: 0;
}

.page .page-header-image img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.page-template-default article {
    padding-top: 110px;
}

.page h1.entry-title {
    font-family: 'Montserrat', sans-serif, Arial;
    font-size: 22px;
    line-height: 35px;
}

.header-separator {
    text-align: center;
    padding: 15px 0;
    border-top: 2px solid lightgray;
    border-bottom: 2px solid lightgray;

}

/* END DEFAULT PAGE */

/* FOOTER */

.footer-info {
    font-family: 'Montserrat', sans-serif, Arial;
    padding-top: 150px;
    padding-left: 50px;
    padding-right: 30px;
    padding-bottom: 60px;
    color: #c4c4c4;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0;
}

.footer-info a {
    color: #c4c4c4;
}

.footer-info address {
    font-size: 14px;
    line-height: 160%;
}

/* END FOOTER */

/* RESPONSIVE PART */
@media screen and (min-width: 3000px) {
    .home .featured-post-image {
        max-width: 1000px;
        right: 0;
        width: 100%;
    }

    .home .featured-image-holder {
        max-width: 1000px;
        right: 0;
        width: 100%;
    }

    .home #blog-wrapper {
        width: 50%;
        width: calc(100% - 1100px);
    }

    .home .blog-holder {
        max-width: 900px;
    }

    .content-660,
    .single-post h1.entry-title {
        width: 900px;
        max-width: 900px;
    }

    .sidebar {
        left: 0;
    }
}

@media screen and (min-width: 1200px) {
    body.open .site-content {
        margin-left: 250px;
    }

    body.home.open .site-content {
        margin-left: 420px;
    }

    .container-maincontent form {
	width:75%;
	margin-left:auto;
	margin-right:auto;
    }
}

@media screen and (max-width: 1650px) {

    .content-1070 {
        width: 1070px;
        max-width: 90%;
    }

    .blog-holder {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 10%;
        padding-right: 10%;
    }

    .page-template-default article {
        padding-top: 70px;
    }

}

@media screen and (max-height: 900px) {
    .social-list {
        font-size: 23px;
    }

    .social-list a {
        padding-top: 50px;
    }
}

@media screen and (max-height: 700px) {
    .social-list {
        font-size: 23px;
    }

    .social-list a {
        padding-top: 25px;
    }
}


@media screen and (max-width: 1340px) {

    blockquote.inline-blockquote {
        display: block !important;
        float: none;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

}

@media screen and (max-width: 1220px) {

    .one_half {
        width: 48%;
    }

    .one_third {
        width: 30.6%;
    }

    .two_third {
        width: 65.1332%;
    }

    .one_fourth {
        width: 21.8%;
    }

    .three_fourth {
        width: 73.8%;
    }

    .one, .one_half, .one_third, .two_third, .three_fourth, .one_fourth {
        margin-right: 4%;
    }

    .header-holder {
        padding-top: 85px;
    }

    .header-logo {
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 60px;
    }

    .header-menu {
        float: none;
    }

    .main-menu ul {
        width: 12em;
    }

    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
        padding-right: 0;
        padding-left: 0;
    }

    #blog-wrapper {
        margin-top: 300px;
    }

    .featured-post-image {
        top: 0;
        left: 0;
        height: 300px;
        width: 100%;
        position: absolute;
    }

    #blog-wrapper {
        width: 100%;
    }

    .blog-holder {
        padding-top: 50px;
    }

    .blog-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .featured-post {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 1020px) {

    .one_half, .one_third, .one_fourth, .two_third, .three_fourth {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }

    .content-660 {
        width: 660px;
        max-width: 90%;
    }

    .single-post article {
        padding: 0;
    }

    .single-post h1.entry-title {
        padding-top: 50px;
    }

    .page-scroll .nicescroll-rails-hr {
        display: none !important;
    }

    .page-header-map #map {
        height: 250px;
    }

    .page-template-default article {
        padding-top: 50px;
    }

    .blog-holder {
        padding-top: 50px;
    }

    .blog-item-holder.featured-post .entry-title {
        padding-top: 0;
    }

    .read-more {
        background-position: center;
    }

}

@media screen and (max-width: 500px) {
    #header-main-menu {
        padding-left: 30px;
    }

    .blog-item-holder.featured-post .entry-title,
    .blog-item-holder.featured-post h1.entry-title,
    .single-post h1.entry-title {
        font-size: 30px;
        line-height: 125%;
        padding-top: 0;
        margin-bottom: 20px;
        width: 100%;
        max-width: 100%;
    }

    .blog-holder {
        padding: 25px 25px 100px 25px;
    }

    .sidebar {
        width: 390px;
    }

    .menu-right-part {
        width: 80px;
    }

    #toggle {
        padding: 0;
        height: 40px;
    }

    #toggle .menu-line, #toggle:before, #toggle:after {
        left: 29px;
        top: 19px;
        height: 2px;
    }

    #toggle:before {
        -webkit-transform: translate3d(0, -7px, 0);
        transform: translate3d(0, -7px, 0);
    }

    #toggle:after {
        -webkit-transform: translate3d(0, 7px, 0);
        transform: translate3d(0, 7px, 0);
    }

    .social-list {
        font-size: 30px;
    }

    .social-list a {
        padding-top: 20px;
    }

    .sidebar.open {
        width: 100%;
    }

    .open .menu-left-part {
        width: calc(100% - 100px);
    }

    .site-content {
        width: calc(100% - 70px);
        margin-left: 70px;
    }

    body.open .site-content {
        z-index: -1;
        margin-left: 40px;
    }

    .content-660 {
        width: 100%;
        max-width: 100%;
    }

    .cat-links {
        display: block;
        line-height: 22px;
        margin-top: 10px;
    }

    .cat-links:first-child {
        margin-top: 0;
    }

    .cat-links ul li:after {
        display: none;
    }

    .scroll-top {
        margin-left: 25px;
    }

    .container-maincontent .footer-info {
        padding-left: 0;
	padding-right:0;
    }

    .container-menuleft .footer-info {
	padding-left:30px;
    }

    .col-1 {
        display: none;
    }

    .col-1 + .col-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .single-post article {
        text-align: left;
        line-height: 28px;
        font-size: 17px;

    }
}