/*
Author: INTELLAM
Version: 1
*/

@font-face {
    font-family: 'Theinhardt';
    src: url("fonts/theinhardtlight.eot") format("embedded-opentype"), url("fonts/theinhardtlight.woff") format("woff"), url("fonts/theinhardtlight.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Theinhardt';
    src: url("fonts/theinhardtlightit.eot") format("embedded-opentype"), url("fonts/theinhardtlightit.woff") format("woff"), url("fonts/theinhardtlightit.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Theinhardt';
    src: url("fonts/theinhardtreg.eot") format("embedded-opentype"), url("fonts/theinhardtreg.woff") format("woff"), url("fonts/theinhardtreg.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Theinhardt';
    src: url("fonts/theinhardtregit.eot") format("embedded-opentype"), url("fonts/theinhardtregit.woff") format("woff"), url("fonts/theinhardtregit.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Theinhardt';
    src: url("fonts/theinhardtmed.eot") format("embedded-opentype"), url("fonts/theinhardtmed.woff") format("woff"), url("fonts/theinhardtmed.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Theinhardt';
    src: url("fonts/theinhardtmedit.eot") format("embedded-opentype"), url("fonts/theinhardtmedit.woff") format("woff"), url("fonts/theinhardtmedit.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Theinhardt';
    src: url("fonts/theinhardtheavy.eot") format("embedded-opentype"), url("fonts/theinhardtheavy.woff") format("woff"), url("fonts/theinhardtheavy.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Theinhardt';
    src: url("fonts/theinhardtheavyit.eot") format("embedded-opentype"), url("fonts/theinhardtheavyit.woff") format("woff"), url("fonts/theinhardtheavyit.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
}

#main2019 {
    color: #353535;
    background: #fff;
    font: 16px/1.2 "Theinhardt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#main2019 a.btn:hover,
a.btn:focus
{
    color:#fff;
}
/* Slick slider styles */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.banner-wrapper {
    z-index:3;
}

.banner-carousel .slick-list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.banner-carousel .slick-track {
    position: absolute;
    bottom: 0;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

#nav,
#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
dl:after,
#main:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
#header .container:after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}


img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.gm-style img {
    max-width: none;
}

#content {
    float: left;
    width: 70%;
}

#content:only-child {
    float: none;
    width: 100%;
}

#sidebar {
    float: right;
    width: 25%;
}

#sidebar #wp-calendar {
    width: 100%;
}

.widget {
    margin-bottom: 1.2em;
}

.widget ul {
    padding-left: 2em;
}

.widget select {
    min-width: 150px;
}

.comment-form label {
    display: block;
    padding-bottom: 4px;
}

.comment-form textarea {
    overflow: auto;
    margin: 0;
    height: 120px;
    min-height: 120px;
}

.comment-form textarea,
.comment-form input[type='text'] {
    margin: 0 4px 0 0;
    max-width: 300px;
    width: 100%;
}

.comment-form input[type='submit'] {
    display: block;
    float: none;
}

.post-password-form label {
    display: block;
    margin-bottom: 4px;
}

.post-password-form input[type='password'] {
    margin: 0 4px 0 0;
    max-width: 300px;
    width: 100%;
}

.search-form {
    margin-bottom: 15px;
}

.search-form input {
    float: left;
    height: 2em;
}

.search-form input[type='search'] {
    margin: 0 4px 0 0;
    width: 150px;
}

.post-password-form input {
    float: left;
    height: 2em;
}

.post-password-form input[type='password'] {
    width: 150px;
}

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
    background: #42c3a4;
    color: #fff;
    height: 2em;
    border: none;
    padding: 0 .5em;
}

.comment-form input[type='submit']:hover,
.post-password-form input[type='submit']:hover,
.search-form input[type='submit']:hover {
    background-color: #339f85;
}

.commentlist {
    margin: 0 0 1.2em;
}

.commentlist .edit-link {
    margin: 0;
}

.commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
    padding: 0;
}

@media (min-width: 768px) {
    .commentlist-item .commentlist-item {
        padding: 0 0 0 2em;
    }
}

.comment,
.commentlist-holder {
    overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item+.commentlist-item {
    padding-top: 1.2em;
}

.widget_calendar #next {
    text-align: right;
}

.gallery-item dt {
    float: none;
    padding: 0;
}

.navigation,
.navigation-comments {
    position: relative;
    vertical-align: middle;
    margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em;
}

@media (max-width: 767px) {
    .navigation .page-numbers,
    .navigation-comments .page-numbers {
        padding: 0 3px;
    }
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #42c3a4;
    color: #fff;
    padding: .4em;
    text-decoration: none;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
}

@media (max-width: 767px) {
    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        padding: .2em;
    }
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
    background-color: #339f85;
}

.navigation-single {
    margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #42c3a4;
    color: #fff;
    text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
    opacity: 0.8;
}

.navigation-single .next a,
.navigation-single .prev a {
    color: inherit;
    text-decoration: none;
    padding: .4em;
    display: block;
}

@media (max-width: 767px) {
    .navigation-single .next a,
    .navigation-single .prev a {
        padding: .2em;
    }
}

.navigation-single .next {
    float: right;
}

.wp-caption {
    max-width: 100%;
    clear: both;
    border: 1px solid #353535;
    padding: .4em;
    margin-bottom: 1.2em;
}

.wp-caption img {
    margin: 0;
    vertical-align: top;
}

.wp-caption p {
    margin: .4em 0 0;
}

div.aligncenter {
    margin: 0 auto 1.2em;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin: 0 1.2em 4px 0;
}

.alignright {
    float: right;
    margin: 0 0 4px 1.2em;
}

.mejs-container {
    margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
    height: auto;
}

@media (max-width: 1023px) {
    iframe {
        width: 100%;
    }
}

#wp-calendar tbody td {
    text-align: center;
}

#wp-calendar td,
#wp-calendar th {
    border: 1px solid #353535;
}


main h1,
main .h1,
main h2,
main .h2,
main h3,
main .h3,
main h4,
main .h4,
main h5,
main .h5,
main h6,
main .h6,
main .h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 0.5em;
    color: inherit;
}

main h1,
main .h1 {
    font-size: 30px;
}

main h2,
main .h2 {
    font-size: 27px;
}

main h3,
main .h3 {
    font-size: 24px;
}

main h4,
main .h4 {
    font-size: 21px;
}

main h5,
main .h5 {
    font-size: 17px;
}

main h6,
main .h6 {
    font-size: 15px;
}

main p {
    margin: 0 0 1em;
}

main a {
    color: #39f;
}

main a:hover,
main a:focus {
    text-decoration: none;
}


/* burger menu style */

.nav-opener {
    float: right;
    width: 30px;
    height: 25px;
    position: relative;
    border-radius: 3px;
    z-index: 10;
}

@media (min-width: 768px) {
    .nav-opener {
        margin-top: 5px;
    }
}

@media (min-width: 1024px) {
    .nav-opener {
        display: none;
    }
}

.nav-opener:hover {
    opacity: .9;
}

.nav-active .nav-opener span {
    opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 0;
    right: 0;
}

.nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
    background: #010101;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    margin-top: -1px;
    /* height/2 */
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
}

.nav-opener:before,
.nav-opener:after {
    content: '';
    top: 18%;
}

.nav-opener:after {
    top: 82%;
}

#header {
    background-color: #8c999f;
    /*position: relative;*/
    padding: 15px 0;
}

@media (min-width: 1024px) {
    #header {
        padding: 18px 0;
    }
}

@media (max-width: 1023px) {
    .nav-active {
        overflow: hidden;
        position: fixed;
	visibility:visible;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
    }
}

.nav-menu {
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    background-color: #8c999f;
    z-index: 15;
    padding: 15px;
    overflow-y: auto;
    text-align: center;
}

@media (min-width: 1024px) {
    .nav-menu {
        float: right;
        max-width: calc(100% - 220px);
        position: relative;
        top: 0;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background-color: transparent;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 1380px) {
    .nav-menu {
        max-width: calc(100% - 300px);
    }
}

.nav-active .nav-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.nav-menu .btn {
    text-transform: none;
    font-size: 22px;
    margin-bottom: 0;
    border-radius: 5px;
    font-weight: 300;
    margin: 0 auto 15px;
    border: 1px solid #55c9ad;
}

@media (min-width: 1024px) {
    .nav-menu .btn {
        font-size: 16px;
        width: auto;
        margin-bottom: 0;
    }
}

@media (min-width: 1380px) {
    .nav-menu .btn {
        width: 136px;
    }
}

#nav {
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: 300;
}

@media (min-width: 1024px) {
    #nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 0;
        padding-right: 23px;
        font-size: 16px;
    }
}

@media (min-width: 1380px) {
    #nav {
        padding-right: 38px;
    }
}

#nav ul {
    height: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

@media (min-width: 1024px) {
    #nav ul {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 15;
        background-color: #fff;
        min-width: 150px;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    }
}

@media (min-width: 1024px) {
    #nav ul li {
        padding: 10px;
    }
}

#nav ul a {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
}

#nav ul a:hover {
    opacity: .5;
}

#nav li {
    position: relative;
    padding: 5px 0;
}

@media (min-width: 1024px) {
    #nav li {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 1380px) {
    #nav li {
        padding-left: 27px;
        padding-right: 27px;
    }
}

#nav a {
    color: #010101;
    text-decoration: none;
    position: relative;
}

@media (min-width: 1024px) {
    #nav a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #010101;
        visibility: hidden;
        -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
        transition: -webkit-transform 0.3s ease-in-out 0s;
        transition: transform 0.3s ease-in-out 0s;
        transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }
}

#nav a:hover {
    opacity: 0.5;
}

@media (min-width: 1024px) {
    #nav a:hover {
        opacity: 1;
    }
}

@media (min-width: 1024px) {
    #nav a:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

#nav .hover ul {
    height: auto;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

#nav .hover.has-drop a:before {
    opacity: 0;
}

header .logo {
    max-width: 200px;
    float: left;
    padding: 3px 0;
}

@media (min-width: 768px) {
    header .logo {
        max-width: 282px;
    }
}

@media (min-width: 1024px) {
    header .logo {
        max-width: 200px;
        padding: 16px 0;
    }
}

@media (min-width: 1380px) {
    header .logo {
        max-width: 282px;
        padding: 10px 0;
    }
}

#wrapper {
    overflow: hidden;
    min-height:auto;
}

.resize-active * {
    -webkit-transition: none !important;
    transition: none !important;
}


header .container,
main .container {
    padding: 0 15px;
}

@media (min-width: 1024px) {
    header .container,
    main .container {
        padding: 0 40px;
    }
}

#content,
#sidebar {
    padding-top: 30px;
}

@media (min-width: 1024px) {
    #content,
    #sidebar {
        padding-top: 80px;
    }
}

.btn {
    text-transform: uppercase;
    background-color: #42c3a4;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
    line-height: 1;
    font-weight: 500;
}

@media (min-width: 480px) {
    .btn {
        width: 280px;
    }
}

@media (min-width: 1024px) {
    .btn {
        font-size: 20px;
    }
}

@media (min-width: 1380px) {
    .btn {
        margin-bottom: 33px;
    }
}

.btn:hover {
    background-color: #339f85;
}

.promo-bar {
    background-color: #ffcc01;
    padding: 10px 15px;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    position: absolute;
    top: 60px;
    z-index: 21;
    width: 100%;
}

.promo-bar-active .banner-wrapper {
    margin-top:100px;
}

@media (min-width: 1024px) {
    .promo-bar {
        font-size: 20px;
        padding: 10px;
	top:80px;
    }
    .promo-bar-active .banner-wrapper {
	margin-top:124px;
    }
}

.promo-bar a {
    color: #353535;
    text-decoration: none;
    position: relative;
}

.promo-bar a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #353535;
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.promo-bar a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.banner-wrapper {
    min-height: calc(100vh - 110px);
    /*height: 57vw;*/
    position: relative;
}

.banner-wrapper .banner-carousel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.banner-wrapper .slide {
    background-size: cover;
    background-position: center bottom;
}

.banner-wrapper .btn {
    padding: 15px 20px;
}

.banner-wrapper .content {
    font-size: 20px;
    color: #fff;
    padding: 20px;
    font-weight: 300;
}

@media (min-width: 1024px) {
    .banner-wrapper .content {
        padding-left: 60px;
        padding-right: 60px;
	padding-top: 65px;
        font-size: 20px;
    }
}

.banner-wrapper h1 {
    padding-top: 10px;
    margin-bottom: 25px;
}

@media (min-width: 480px) {
    .banner-wrapper h1 {
        max-width: 70%;
    }
}

@media (min-width: 768px) {
    .banner-wrapper h1 {
        max-width: 50%;
        margin-bottom: 40px;
    }
}

@media (min-width: 1024px) {
    .banner-wrapper h1 {
        max-width: 500px;
    }
}

@media (min-width: 1380px) {
    .banner-wrapper h1 {
        margin-bottom: 70px;
    }
}

.banner-wrapper h1 img {
    width: 100%;
}

div.content span {
    font-size: 32px;
}

#footer {
    position:relative;
}

footer h4, footer .h4 {
    font-size: 34px;
}

@media (min-width:768px) {
	.sub-menu {
	      padding-top: 10px;
	      border: 1px solid #c7c7c7;
	}
}
/*# sourceMappingURL=style.css.map */

.sponsors {
    margin: 0 auto;
    max-width: 1600px;
    min-width: 320px;
    padding: 0 30px;
    font: 16px/1.5 "theinhardtlight_alt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
}
.sponsors h6 {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.84);
    font: 20px/1.5 "theinhardtlight_alt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 20px;
}
.subhome h1 {
    font-size:60px;
} 
.subhome, .subhome h1, .subhome h2, .subhome h3 {
    font-weight: normal; 
}

#header.subhome {
    background-color:#fff;
}
#main2019.subhome {
    margin: 0 auto;
    min-width: 320px;
    padding: 40px 30px;
    min-width: 320px;
    font: 16px/1.5 "theinhardtlight_alt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.subhome .text-container {
    max-width: 80%;
    line-height:1.5;
}

.subhome .general-heading {
    max-width: 85%;
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 35px;
    font-weight:700;
    line-height:1.4;
}

.set-height {
	height:auto;
}

.force-border {
	margin: 20px 0 0 0;
	border-top: 1px solid #dbdbdb;
}
.no-border {
	border:none;
	padding-bottom: 20px;
}
.open-block {
	text-align:center;
	padding: 20px 10px;
}
.no-border .col-1 .image-holder {
    display: none;
}

.two-col-holder { padding-top: 15px; padding-bottom: 35px; margin-bottom: 35px; clear:both; }
.two-col-holder h3 { font-weight: 700; font-size: 34px; }
.col-1 { border-top: 1px solid #dbdbdb; margin-top: 10px; }
.hero .col-1 { border:none; margin:0; }
.col-1, .col-2 { width: 100%; }
.two-col-holder.unequal-cols blockquote { font-weight: 700; }

@media all and (max-width:767px) {
	.col-1 { padding-top: 40px; }
	.col-2 { padding-top: 15px; }
	.promo-bar { font-size: 16px !important; } 
	.promo-bar a { font-size: 16px !important; } 
	.promo-bar-active .banner-wrapper { margin-top:98px; }
	body.products .hero { min-height: 1300px; }
	.quote-image-holder { text-align:center; }
	.hero .col-1 { padding: 0 0 25px 0; }
	.open-block { text-align:center; padding-top:20px; }
	.subhome .general-heading { font-size:42px; margin-bottom: 20px; line-height: 1.3; padding: 0; font-weight:700; }
	.no-border .col-1 .image-holder { max-width: 60%; top:-50px; position: relative; }
	.unequal-cols .big-text { font-size: 24px; line-height: 1.5; }
	.two-col-holder h3 { margin: 0 0 30px 0; padding-right: 50px; font-size: 35px;}
	.no-border .col-2,
	.unequal-cols .col-2 { width: 100%; }
	.no-border .col-1,
	.unequal-cols .col-1 { width: 100%; /*padding: 50px 0 0 0;*/}
	.unequal-cols .col-2 { padding-top: 25px; }
	.unequal-cols .force-border { padding: 0; }
	.no-border .col-2 .image-holder { display:none; }
	.no-border .col-2 .image-holder { width:100%; margin: 0 auto; max-width: 100%; top: 10px; display:block;}
	.two-col-holder { padding: 45px 0 0 0; margin: 0 0 15px; }
	.two-col-holder.display-class { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
	.image-holder.little-image { max-width: 90%; padding-top: 40px; }
        div.awards .col-2 .photo-container img { max-width:100% !important; }
	.no-border .col-1 .image-holder { width:100%; margin: 0 auto; max-width: 55%; top: 0; }
	.banner-wrapper .slide { background-position: right bottom; }
}

@media all and (max-width:1020px) {
	div.awards .col-2 .photo-container img { max-width:550px;}
}

@media all and (min-width:768px) {
	/*.subhome .general-heading { font-size: 50px; line-height: 1.15; }*/
	/*.hero { min-height: 150vh; }*/
	.hero.two-col-holder { padding-top: 25px; }
	.force-border { border-top: 1px solid #dbdbdb !important; padding-top:20px;}
	.no-border .col-1 .image-holder { display: block; }
	.subhome .text-container { font-size: 23px; padding-top: 20px; }
	.subhome .video-holder img { max-height: 700px; max-width:auto;}
	div.awards .winners-spacing { margin-left:0px; padding-top: 215px; } 
	.two-col-holder h4 { text-align:left; }
	.col-1 { width: 40%; border-top: none; }
	.col-2 { width: 60%; }
	.big-text { font-size: 24px; line-height: 1.5; }
	.unequal-cols .big-text { font-size: 26px; line-height: 2; padding-right: 20px; margin-right: 20px; width: 85%;}
}
@media all and (min-width:1020px) {
	.big-text { padding-right: 100px; font-size: 26px;}
	.set-height { min-height: 825px; }
	.subhome .general-heading { font-size: 45px; }
	.subhome .photo-container { margin: 0 auto; }
	.jury-info-box { font-size: 22px; height: auto;}
	.subhome .open-block { top:410px; text-align:center; padding:20px; font-weight:700; }
	.subhome .hero .col-1 { width: 40% }
	.subhome .hero .col-2 { width: 60% }
	.subhome .video-holder { height: auto; padding: 10px 20px 0 0; min-height: 850px;}
	.subhome .text-container { font-size: 23px; padding-top: 20px; }
	.two-col-holder h3 { font-weight: 500; font-size: 48px; }
	div.awards .winners-spacing { padding-top: 260px; }
	div.awards .col-2 { text-align:right; float:right; }
	div.awards .col-2 .photo-container { float: left; min-width: 75%; max-width:100%; }
	body.architecture div.awards .col-2 .photo-container { float:right; }
	div.awards .col-2 .photo-container img { min-width: 100%; max-width:100%; }
	.no-border { padding-bottom: 20px !important; margin-bottom: 20px !important; }
	.two-col-holder    { padding-bottom: 50px; margin-bottom: 50px; }
	.two-col-holder h4 { font-size: 35px; margin-top: 10px; font-weight:normal; }
	.no-border .col-1 .image-holder { width:100%; margin: 0 auto; max-width: 55%; top: -185px; display:block;}
	.no-border .col-2 .image-holder { width:100%; margin: 0 auto; max-width: 100%; }
	.unequal-cols .col-1 { width: 60%; }
	.unequal-cols blockquote { font-face:arial; font-weight: 500 !important; width: 60%;padding-right: 40px; padding-left: 15px; text-align: right; float: left; font-weight: 100; font-size: 28px; line-height:1.1; color: rgba(0,0,0,0.34); text-align: right; }
	.unequal-cols blockquote cite { font-style:normal; color:#000; font-size: 24px;}
	.two-col-holder.unequal-cols { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
	.quote-image-holder { float:right; width: 40%; }
	.image-holder.little-image img { width:90%; }
}

@media all and (min-width:1200px) {
	/*.col-1, .col-2 { width: 50%; }*/
	.big-text { padding-right: 200px; }
	.unequal-cols blockquote { font-size: 40px; line-height:1.3; }
	.unequal-cols blockquote cite { font-size: 30px;}
	.image-holder.little-image img { width:100%; }
	.two-col-holder    { padding-bottom: 75px; margin-bottom: 75px; }
	.two-col-holder h3 { font-weight: 500; font-size: 60px; margin: 0 0 50px;}
	.no-border .col-1 .image-holder { top: -285px; }
	/*div.awards .winners-spacing { margin-left: 100px; }*/
	#main2019.subhome { padding: 40px 50px; }
	div.awards .winners-spacing .image-holder { max-width: 643px;}
	div.awards .winners-spacing { padding-top: 125px; }
	/*div.awards .col-2 .photo-container img { min-width: 100%; max-width:720px; }*/
	.subhome .general-heading { font-size: 50px; line-height: 1.15; }
	.subhome .text-container { font-size: 26px; padding-top:60px;}
	.subhome .open-block { top:516px; }
	.subhome .video-holder img { max-height: 800px; max-width:auto;}
}

@media all and (min-width:1300px) {
	div.awards .winners-spacing { padding-top: 135px; } 
}

@media all and (min-width:1400px) {
	div.awards .winners-spacing { padding-top: 160px; } 
}

@media all and (min-width:1500px) {
	div.awards .winners-spacing { padding-top: 205px; } 
}

@media all and (min-width:1600px) {
	#main2019.subhome { max-width:1600px; }
	.big-text { font-size: 30px; line-height: 2; }
	div.awards .col-2 .photo-container img { min-width: 100%; max-width:880px; }
	div.awards .winners-spacing { padding-top: 245px; } 
	.subhome .video-holder img { max-height:900px; max-width:auto;}
	.subhome .general-heading {
	    font-size: 60px;
	    line-height: 1.3;
	}
}

@media only screen and (min-width : 480px) {
        body:not(.home).top-bar-active #wrapper { margin-top: 60px !important; }
}
@media only screen and (max-width : 480px) {
        body.home #header { margin-top: 0px !important; }
}
