#topsliderlogo {
    width: 40%;
    left: 30%;
    display: inline-block;
    height: 20vh;
    top: 50vh;
    margin-top: -15vh;
    padding: 0px;
    position: relative;
    display: inline-block;
    background-image: url('../images/logo/logo_slider.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}

#topsliderlogo:hover {
    cursor: pointer;
}

.flexy.content {
    padding: 0;
}

.dual .flexy.content {
    margin-top: 100px;
}


/* ---- homegrid ---- */

#homegridWrapper {
    font-size: 11pt;
    display: block;
    margin-top: 0px;
    /*	margin-bottom:5vh;*/
    margin-bottom: 0;
    padding: 0px 0px;
    width: 100% !important;
    /* background: #000; */
}

#homegridVisualspacer {
    display: block;
    margin: auto;
    margin-top: 20vh;
    margin-bottom: 0;
    width: 100%;
    height: 20vh;
    background: url("../images/logo/logoSpacer.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 20vh;
}

#homegridText h2 {
    display: none;
    text-align: center;
    font-size: 3em;
    padding-top: 20vh;
    color: black;
}

#homegridWrapper {}

.homegrid {
    /*background: #8d734a;
		background: rgba(0, 0, 0, 0) url("../images/bg/bgGold50.png") repeat scroll 0 0;*/
    padding: 0px !important;
    background: transparent;
    width: 100%;
}

.homegrid .homegrid_mainlink {
    width: 50%;
    height: 100%;
    display: inline-block;
    color: #fff;
    position: absolute;
}

.homegrid-item {
    color: #fff;
}

.homegrid .homegrid_mainlink:hover {
    background-color: #fff;
    color: #000;
    cursor: pointer;
}


/* clear fix */

.homegrid:after {
    content: '';
    display: block;
    clear: both;
}

#bottomsplitter {
    width: 90vw;
    height: 20vh;
    background: url('../images/right_triangle_bot.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0px 0px;
}


/*//////////////////////////////////////////////// */

section {
    margin-top: -1px;
}

#rev-3 {
    /*! background: yellow; */
    /*! width: 100%; */
    /*! display: inline-block; */
    /*! padding: 10px; 
	margin-top:10vh
	*/
}

.dual,
.dual2 {
    width: 100%;
    margin: 0 auto 0;
    position: relative;
}

.dual__inner {
    position: absolute;
    width: 100%;
    height: 100%;
}

.dual__half,
.dual__half2 {
    position: absolute;
    height: 100%;
    background: url(../img_temp/1.jpg) no-repeat 50% 0%;
    background-size: cover;
}

.dual__half {
    width: 51%;
    right: 0;
}

.dual__half2 {
    width: 51%;
    right: 49%;
}

.dual__content,
.dual__content2 {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
    padding: 1.5em 2.5em;
    /*! font-size: 1.75em; */
    /*! line-height: 1.4; */
    color: #bbb;
}

.dual__content {}

.dual__content2 {
    left: 50%;
    padding: 0em 2.5em;
    font-size: 1em;
    line-height: 1.4;
    justify-content: top;
    opacity: 0;
}

.js .dual__content {
    opacity: 0;
    pointer-events: none;
    transform: translate3d(60px, 0, 0);
    transition: opacity 0.55s 0.4s, transform 0.55s 0.4s;
}

.dual__content.dual__content--show {
    opacity: 1;
    pointer-events: visible;
    transform: translate3d(0, 0, 0);
}

.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #000; */
    pointer-events: none;
    opacity: 0;
}

@media screen and (max-width: 640px) {
    .dual__half {
        width: 26%;
        right: 0;
    }
    .dual__half2 {
        width: 25%;
        right: 75%;
    }
    .block-revealer__element {
        width: 150%;
        /* left: auto;
        right: 0 */
        left: 0
    }
    #bottomFlex .block-revealer__element {
        width: 150%;
        left: auto;
        right: 0
    }
    .dual__content,
    .dual__content2 {
        position: relative;
        width: 75%;
        min-height: 250px;
    }
    .dual__content {}
    .dual__content2 {
        left: 25%;
    }
}


/*//////////////////////////////////////////////// */


/* ---- .homegrid-item ---- */

.homegrid-sizer,
.homegrid-sizer,
.homegrid-item {
    width: 50%;
    height: 50%;
    background-color: transparent;
}

.homegrid-item {
    float: left;
    margin: 0px;
    border: 0px solid #333;
    padding: 0px;
}

.homegrid-item1,
.homegrid-item2 {
    color: #fff;
}


/* .homegrid-item1.it_1 {}

.homegrid-item2.it_1 {
    display: none;
}

.homegrid-item1.it_2 {}

.homegrid-item2.it_2 {
    display: none;
}

.homegrid-item1.it_3 {
    display: none;
}

.homegrid-item2.it_3 {}

.homegrid-item1.it_4 {
    display: none;
}

.homegrid-item2.it_4 {} */

.homegrid-item .bg_img {
    width: 100%;
    height: 100%;
    position: absolute;
    /* top: 0;
    left: 0; */
    background-size: cover;
    background-position: center center;
    display: inline-block;
}

.homegrid-item .bg_img_wrapper {
    width: 50%;
    position: absolute;
}

.homegrid .homegrid-item_new .homegrid_mainlink {
    top: 0;
    left: 0%;
}

.homegrid .homegrid-item_new .bg_img_wrapper {
    top: 0;
    left: 50%;
}

.homegrid .homegrid-item_new.it_3 .bg_img_wrapper,
.homegrid .homegrid-item_new.it_4 .bg_img_wrapper {
    top: 0;
    left: 0%;
}

.homegrid .homegrid-item_new.it_3 .homegrid_mainlink,
.homegrid .homegrid-item_new.it_4 .homegrid_mainlink {
    top: 0;
    left: 50%;
}

.homegrid_txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    transform: translate(0px, -50%);
    top: 50%;
    font-size: 1.5em;
}

.homegrid_txt_tit {
    padding: 0px 2px 5px 0;
    text-align: center;
    font-family: 'Libre Baskerville', serif;
    font-weight: 300;
    font-style: italic;
    letter-spacing: -0.05em;
    color: #000;
}

.homegrid_txt_subtit {
    background: red
}

.homegrid_txt_subV {
    width: 20px;
    height: 10px;
    float: left;
    position: relative;
    background-image: url("../images/subV.png");
    background-size: 100% 100%;
    background-position: top left;
    background-repeat: no-repeat;
    display: inline
}

.homegrid_txt_subRest {
    border-top: 1px solid #fff;
    overflow: hidden;
    height: 9px;
}

.homegrid-item .video_play {
    width: 100%;
    height: 100%;
    background: url("../images/swipe/play.png") no-repeat center center;
    background-size: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.homegrid-item .fbEvent {
    width: 90%;
    height: 40px;
    background: url("../images/social/facebook_event.png") no-repeat center center;
    background-size: auto 20px;
    position: absolute;
    bottom: 0px;
    left: 5%;
}

.homegrid-item .homegrid_link {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #282826;
    font-family: 'montserratregular';
    font-size: .5em;
    text-transform: uppercase;
    padding: .3em .7em;
    border: 0px;
}

.homegrid-item img {
    display: block;
    width: 100%;
}

.homegrid-item h2 {
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.homegrid-item h2 a {
    color: black;
    background-color: transparent;
    font-weight: normal;
    font-size: 1.1em;
    line-height: normal;
    padding: 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

.homegrid-item h2 a:hover {
    color: #999;
}

.homegrid-item-content-detail {
    display: none;
}

.homegrid-item-content-detail .is-expanded {
    display: block;
}

.homegridContent {
    background: transparent;
}

.homegrid-item .homegridContentTxt {
    padding: 5px 0px 0px 0px;
    margin: 0px;
    font-size: .8em;
    color: black
}

.homegrid-item .homegridContentTxt .highlight {
    font-size: 1.2em;
    text-transform: uppercase;
}

.homegrid-item .homegridContent {
    padding: 10px;
    background: #ffffff;
    display: inline-block;
    width: 100%;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 0px;
    border-color: #bbb;
    border-style: solid;
}

.homegrid-item .homegridContent .homegridContentFeed h2 a {
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
    margin-top: 0;
    text-transform: uppercase;
}

.homegridcont_item {
    padding: 10px 0;
}

.homegrid-item .resImg {
    display: inline-block;
}

.homegrid-item .homegridLink {
    background: transparent;
    font-size: .8em;
    line-height: normal;
    padding: 10px;
    background: #ffffff;
    border-top: 0px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-color: #bbb;
    border-style: solid;
}

.homegrid-item .homegridLink a {
    color: #fff !important;
    text-align: right;
    font-size: 1.1em;
    text-transform: lowercase;
    margin-bottom: 2vh;
    font-weight: normal;
    text-decoration: none;
}

.homegrid-item .homegridLink a:hover {
    color: black;
    font-weight: normal;
}

@media screen and (max-width: 640px) {
    .homegrid-sizer,
    .homegrid-sizer,
    .homegrid-item {
        width: 100%;
        height: 50%;
        background-color: transparent;
    }
    /* .homegrid:nth-child(odd) .homegrid-item_new .bg_img_wrapper {
        top: 0;
        left: 50%;
    }
    .homegrid:nth-child(odd) .homegrid-item_new .homegrid_mainlink {
        top: 0;
        left: 0;
    }
    .homegrid:nth-child(even) .homegrid-item_new .bg_img_wrapper {
        top: 0;
        left: 0%;
    }
    .homegrid:nth-child(even) .homegrid-item_new .homegrid_mainlink {
        top: 0;
        left: 50%;
    } */
    .homegrid .homegrid-item_new.it_2 .bg_img_wrapper,
    .homegrid .homegrid-item_new.it_4 .bg_img_wrapper {
        top: 0;
        left: 0%;
    }
    .homegrid .homegrid-item_new.it_2 .homegrid_mainlink,
    .homegrid .homegrid-item_new.it_4 .homegrid_mainlink {
        top: 0;
        left: 50%;
    }
    .homegrid .homegrid-item_new.it_1 .bg_img_wrapper,
    .homegrid .homegrid-item_new.it_3 .bg_img_wrapper {
        top: 0;
        left: 50%;
    }
    .homegrid .homegrid-item_new.it_3 .homegrid_mainlink,
    .homegrid .homegrid-item_new.it_1 .homegrid_mainlink {
        top: 0;
        left: 0%;
    }
}