body{
    margin:0px;
    padding: 0px;
}
.hidden_body{
    overflow: hidden;
}
.header .container{
    padding:0em 30px;
    padding-bottom: 2.5em;
}

.container{
    box-sizing: border-box;
    max-width: 1360px;
    padding:0px 30px;
    margin: 0 auto;
}
.join_us .container{
    padding: 1em 30px;
    margin-top: 1em;
    clear: both;
}
.header{
    background: url('../images/Zackathon11-min.png') #1f1f1f ;
    background-size: cover;
        background-position: center!important;
    background-origin: border-box!important;
}
.header_content{
    max-width: 760px;
    line-height:2em;
    color: #fff;
}
p.header_content  font{
    font-size: 1.3em;
}
.container h1{
    color: #fff;
    margin-top: 0px;
    font-weight: normal;
    font-size: 2.2em;
}
.main{
    display: inline-block;
    width: 100%;
}
.main .left_secton{
    float: left;
    box-sizing: border-box;
}

.main .rigth_section{
    float: right;
}
.main .left_secton h3{
    font-weight: normal;
    font-size: 1.4em;
}
.main .left_secton p{
    line-height: 1.6em;
    font-size: 1.2em;
}
.main .right_section{
    clear: both;
    float: right;
}

.join_us h2{
    font-size: 1.8em;
    font-weight: normal;
}
.join_us p.join_us_content{
    line-height: 1.6em;
    max-width: 720px;
    text-align: left;
    font-size: 1.2em;
}
h1,h3,h2{
    font-family: proxima_novasemibold;
}
p{
    font-family: proxima_novalight;
}
.past_events p,
.upcoming_events p{
    font-size: 1.2em;
    line-height: 1em;
}
.past_events .past_events_tit,
.upcoming_events .upcoming_events_tit{
    border-bottom: 1px solid #777;
    padding:1em 0px 12px 0px;
}
.past_events .events_block,
.upcoming_events .events_block{
    min-height: 100px;
    max-height: 100px;
}
.subscribe_newsletter p{
    line-height: 1.6em;
    font-size: 1em;
}
.rigth_section{
    box-sizing: border-box;
    max-width: 410px;
    margin-left: 30px;
    padding:0px 30px;
    width: 100%;
    background-color: #f4f4f4;
}
.left_secton{
        width: 100%;
     max-width: calc(100% - 455px);
        padding-right:30px;
        box-sizing: border-box;
}
.main{
    margin: 30px 0px;
}
.newsLetter{
    padding-bottom: 30px;
}
ul.current_slider{
    padding:0px;
    text-align:center;
    margin: 0px 0px;
    background-color:#fff;
    height: 100%;

}
ul.current_slider li{
    display:inline-block;
    width:10px;
    height:10px;
    border:1px solid #333;
    border-radius:50%;
    margin-right:10px;
    margin-top:15px;
    cursor: pointer;
}
ul.current_slider li.current{
    background-color:#333;
}
input#zcWebOptin{
    border-radius: 0px !important;
}
@media only screen and (max-device-width: 462px){
    input#CONTACT_EMAIL{
        width: 180px !important;
    }
    .join_us .container center div{
        padding-left: 0px;
        padding-right: 0px;
    }
    input#interested{
        padding:0px 5px !important;
    }
    div#SIGNUP_PAGE{
        overflow: unset !important;
        margin-left:-22px !important;
        max-width:470px !important;
    }
    div#customForm table{
        width: 110%;
    }
     div#customForm table input#zcWebOptin{
        width: auto !important;
     }
     .left_side.before_join_us_leftsede h2{
        margin-top:0px !important;
     }
     
     .right_side{
        margin-top: 10px;
     }
     
     #zoomScreenView,
     .demo-page.ui-page.ui-page-theme-b{
        height: 250px !important;
     }
     .middle_section .block1{
        height: 330px !important;
     }
    .fillScreen .right_side_button,
    .fillScreen .left_side_button{
        margin: -20px 10px 0px 10px !important;
    }
}
@media only screen and (max-device-width: 768px){


    figcaption{
        position: unset !important;
        width: auto !important;
    }
    figure img{
        max-width: 100% !important;
    }
    figcaption p.join_us_content{
        margin-top: 0px !important;
    }
}
@media only screen and (max-device-width: 991px){
    .left_secton,
    .rigth_section,
    .left_side,
    .right_side{
        clear: both;
        float: none !important;
        position: unset !important;
        margin-left: 0px;
        max-width: 100% !important;

    }
    .right_side{
        height:unset !important;

    }
    .rigth_section{
        margin: 40px 0px;
        position: inherit !important;
    }
}
.left_side,
.right_side{
    box-sizing: border-box;
    padding: 30px;

}
.left_side img{
    max-width: 400px;
}
figure {
position: relative;
width: 100%;
margin: 0;
padding: 0;
background-color: #1c2f53;
}

figcaption {
    width:calc(100% - 400px); 
position: absolute;
top: 0;
right: 0;
line-height: 24px;
font-weight: bold;
text-align: center;
color: rgb(255, 255, 255);
writing-mode: horizontal-tb;
}

/*.left_side img,
.right_side img{
    height: 100%;
}*/
/*.left_side{
    max-width: 50%;
    height: 400px;
}*/
.join_us{
    background: url(../images/Zackathon_join-min.png) #2a662e;
    background-size: cover;
    background-position: center!important;
    background-origin: border-box!important;
    clear: both;
    color: #fff;
}
.fillScreen  .demo-page.ui-page.ui-page-theme-b{
        min-height:80vh;
        max-height:80vh;
        width: 80%;
}
.fillScreen.demo-ui_page{
       background-color:rgba(37,37,37,0.7);
}
.fillScreen  #zoomScreenView{
        position:absolute;
        top:10vh;
        width:90%;
        min-height: 80vh;
        max-height: 80vh;
        margin:0 auto;
        overflow:hidden;
}

.demo-page.ui-page.ui-page-theme-b{
        margin: 0 auto;
        background-position: center center;
        background-repeat: no-repeat;
        background-size:contain;
        width: 100%;
        height: 400px;
        position: absolute;
}
#zoomScreenView {
    height: 400px;
}
.demo-page{
    display:none;
}
.demo-ui_page.fillScreen .demo-page{    
        position:absolute;
        left:15%;
}

.demo-ui_page.fillScreen{
        position:fixed;
        top:0;
        left:0;
        bottom:0;
        right:0;
        z-index:10000;
}
.ui-page-active {
    display: block;
    overflow: visible;
    overflow-x: hidden;
}
.demo-ui_page svg{
        position:fixed;
        height:13px;
        top:20px;
        right:20px;
        cursor:pointer;
}
.in {
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 350ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 350ms;
    animation-timing-function: ease-out;
    animation-duration: 350ms
}

.out {
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 225ms;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 225ms;
    animation-timing-function: ease-in;
    animation-duration: 225ms
}
.slide.out,.slide.in {
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 350ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 350ms;
    animation-timing-function: ease-out;
    animation-duration: 350ms
}

.slide.out {
    -webkit-transform: translate3d(-100%,0,0);
    -webkit-animation-name: slideouttoleft;
    -moz-transform: translateX(-100%);
    -moz-animation-name: slideouttoleft;
    transform: translateX(-100%);
    animation-name: slideouttoleft
}

.slide.in {
    -webkit-transform: translate3d(0,0,0);
    -webkit-animation-name: slideinfromright;
    -moz-transform: translateX(0);
    -moz-animation-name: slideinfromright;
    transform: translateX(0);
    animation-name: slideinfromright
}

.slide.out.reverse {
    -webkit-transform: translate3d(100%,0,0);
    -webkit-animation-name: slideouttoright;
    -moz-transform: translateX(100%);
    -moz-animation-name: slideouttoright;
    transform: translateX(100%);
    animation-name: slideouttoright
}

.slide.in.reverse {
    -webkit-transform: translate3d(0,0,0);
    -webkit-animation-name: slideinfromleft;
    -moz-transform: translateX(0);
    -moz-animation-name: slideinfromleft;
    transform: translateX(0);
    animation-name: slideinfromleft
}
@-webkit-keyframes slideouttoleft {
    from {
        -webkit-transform: translate3d(0,0,0)
    }

    to {
        -webkit-transform: translate3d(-100%,0,0)
    }
}

@-moz-keyframes slideouttoleft {
    from {
        -moz-transform: translateX(0)
    }

    to {
        -moz-transform: translateX(-100%)
    }
}

@keyframes slideouttoleft {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

@-webkit-keyframes slideouttoright {
    from {
        -webkit-transform: translate3d(0,0,0)
    }

    to {
        -webkit-transform: translate3d(100%,0,0)
    }
}
@-moz-keyframes slideouttoright {
    from {
        -moz-transform: translateX(0)
    }

    to {
        -moz-transform: translateX(100%)
    }
}

@keyframes slideouttoright {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(100%)
    }
}

@-webkit-keyframes slideinfromleft {
    from {
        -webkit-transform: translate3d(-100%,0,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0)
    }
}

@-moz-keyframes slideinfromleft {
    from {
        -moz-transform: translateX(-100%)
    }

    to {
        -moz-transform: translateX(0)
    }
}
@keyframes slideinfromleft {
    from {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

@-webkit-keyframes slideinfromright {
    from {
        -webkit-transform: translate3d(100%,0,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0)
    }
}

@-moz-keyframes slideinfromright {
    from {
        -moz-transform: translateX(100%)
    }

    to {
        -moz-transform: translateX(0)
    }
}

@keyframes slideinfromright {
    from {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}
.footer-sec-wrap {
    border-top: 1px solid #f5f5f5;
}
.footer-sec-wrap .content-wrap {
    margin: 30px auto;
    max-width: 1280px;
    width: 90%;
    padding: 0;
    overflow: visible;
}
.footer-sec-wrap .footer-links-wrap {
    padding: 0 30px;
}
.common-links {
    position: relative;
    margin-top: 30px;
    font-size: 12px;
    text-align: center;
}
.common-links ul {
    list-style: none;
    margin-bottom: 5px;
    overflow: hidden;
}
.common-links p {
    padding: 0 10px 0 0;
    font-size: 12px;
    max-width: 100%;
    line-height: 1.6;
    margin: 0 0 20px;
}
.common-links ul li:first-child {
    padding-left: 0;
}
.common-links ul li a{
    color: #333;
    text-decoration: none;
}
.common-links ul li {
    display: inline-block;
    border-right: 1px solid #ccc;
    padding: 0 10px;
    margin-bottom: 10px;
}
.right_side_button{
    right: 0px;
}
.right_side_button,
.left_side_button{
    display: none;
    border-radius: 50%;
   
}

.fillScreen .right_side_button,
.fillScreen .left_side_button{
    display: block !important;
    position: absolute;
    top:50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10000;
    margin: -20px 30px 0px 30px;
}
i {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  padding: 8px;
    margin: 10px 6px;
}
.left_side_button i{
    margin: 10px 14px !important;
}
.right_arrow {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left_arrow {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
