﻿/* Large desktops and laptops */
@media (max-width: 1400px) and (min-width: 992px) {
    #video {
        /*padding-right: 80px !important;*/
    }
}

@media (max-width: 1199px) {
    .caption {
        width: 87.5% !important;
    }
}

@media (mIN-width: 1110px) {
    .sharexpress {
        margin-top: -20px !important;
    }
}

@media (max-width: 991px) and (min-width: 769px) {
    .sharexpress {
        height: 1350px !important;
    }

    #video {
        padding-right: 50px !important;
    }

    .suggest {
        margin-top: 40px !important;
    }

    .caption {
        width: 92% !important;
    }
}

/* Landscape phones and portrait tablets (max 768px) */
@media (max-width: 768px) {
    .sharexpress {
        height: 1370px  !important;
    }

    #video {
        padding-right: 50px !important;
    }

    .poll {
        height: 285px !important;
    }

    .initiatives:hover > .caption {
        height: 295px !important;
    }

    .typeform-widget {
        opacity: 1 !important;
    }

    .caption {
        width: 92% !important;
    }

    .suggest {
        margin-top: 40px !important;
    }
}

@media (max-width: 767px) {
    .caption {
        width: 96% !important;
    }

    .sharexpress {
        height: 1400px !important;
    }

}

@media screen and (max-height: 575px){
    #rc-imageselect, .verify {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .sharexpress {
        height: 1460px !important;
    }

    .poll-content {
        font-size: 25px !important;
        padding-right: 20px !important;
    }

}

@media (max-width: 415px) {
    #sharexpress {
        padding-left: 15px !important;
    }

    #sharexpress-content {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .suggest {
        margin-left: 15px !important;
        margin-right: 15px !important;
        margin-top: 20px !important;

    }

    #video {
        padding-top: 10px !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
        height: 250px !important;
    }

    .poll {
        height: 245px !important;
    }

    .sharexpress {
        height: 1350px !important;
    }

    .poll-content {
        line-height: 50px !important;
        font-size: 20px !important;
        padding-right: 25px;
    }

    .btn-default {
        font-size: 20px !important;
    }

    .caption {
        width: 92.5% !important;
    }

    .yoursnext {
        left: 40% !important;
    }

    #signupbtn {
        margin-top: 8px;
        padding: 6px;
        margin-right: 8px;
        color: white !important;
        border: 2px solid white;
        font-size: 14px !important;
    }

    #signupbtn:hover {
        color: #45b878 !important;
    }
}

@media (max-width: 380px) {

}

/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
@media only screen and (max-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .sharexpress {
        height: 1400px !important;
    }

    .caption {
        width: 90.5% !important;
    }

    .poll {
        height: 295px !important;
    }

    .suggest {
        /*padding-left: 10px !important;
        padding-right: 10px !important;*/
    }
}

h1, .h1 {
    font-size: 30px;
}

h2, .h2 {
    font-size: 20px; /*24*/
}

body {
    background-color: white;   
}

.row { 
}

.sharexpress {
    background-color: white;
    background-image: url(/Content/Images/ShareXpress/ShareXpress.png);
    background-repeat: no-repeat;
    background-position: top;
    width: auto;
    height: 920px; /*600*/
    margin-top: -40px;
    background-attachment: scroll;
    background-size: cover; 
}

.field-validation-error {
    padding-left: 20px;
}

/*.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}*/

#video {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 50px;
    width: 100%;
    height: 350px;
}

#sharexpress {
    padding: 40px 50px 20px 50px;
}

#sharexpress-content {
    padding-left: 50px;
    padding-right: 50px;
}

.typeform-widget {
    width: 100%;
    height: 678px;
    opacity: 0.9;
}

.smart {
    text-align: center;
    padding-bottom: 20px;
}

.poll {
    background-color: white;
    background-image: url('/Content/Images/ShareXpress/Happy Employees.jpg');
    background-repeat: no-repeat;
    background-position: top;
    width: auto;
    height: 700px; /*600*/
    margin-top: -40px;
    background-attachment: fixed;
    background-size: cover; /*cover*/
}

.caption {
    position: absolute;
    bottom: 0;
    /*left: 0;*/
    width: 89.5%;
    height: 0;
    text-align: center;    
    background: rgba(0, 0, 0, 0.7);
    transition: height 0.7s ease-out;  
    color: white; 
    padding: 8px 8px 70px 8px;

}

.caption > p {
    /*margin-left: -10px;*/
}

.initiatives {
    position: relative;
    overflow: hidden;
}

.initiatives:hover > .caption {
    height: 265px;
}

#project {
    width: 100%;
}

.yoursnext {
    position: absolute;
    text-align: center;
    vertical-align: middle;
    top: 50%;
    left: 35%;
    color: white;
}

#poll-join {
   background-color: black;
   opacity: 0.8;
   padding-top: 15px;
   padding-bottom: 0px;
   position:absolute;
   bottom: 0;
   width: 100%;
}

#poll-form {
   padding-top: 15px;
   position:absolute;
   bottom: 0;
   width: 100%;
   -webkit-animation: fadein 1s; 
       -moz-animation: fadein 1s; 
         -o-animation: fadein 1s; 
            animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
      to { opacity: 1; }
}

.poll > span, .poll-content > span { 
   color: white; 
   letter-spacing: -1px;  
   /*background: rgb(0, 0, 0);*/ 
   /*background: #546e7a;*/
   padding: 5px 10px 5px 10px;
   
}

.poll-content  {  
    text-align: center;
    line-height: 60px;
    color: white;
  
}

#submit {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    margin-top: -100px;
    font-size: 15px; /*26*/
    /*padding: 2px 10px 2px 10px;*/
}

#submit:hover {
    color: white;
    background-color: #45b878;
}

.suggest {
    background-color: white;
    border: 2px solid #eeeeee;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0.9;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-top: 130px;
    margin-right: 50px;
    margin-left: 50px;
}

input {
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

#refer {
    padding-left: 15px;
}

#terms {
    width: auto;
}

#submitsuggest {
    background-color: #45b878;
    color: white;
    border: 1px solid #45b878;
    width: 100%;
}

#submitsuggest:hover {
    color: #45b878;
    background-color: white;
}

/*@-moz-document url-prefix() {
    #categoryBackNextButtons{
        width:486px;
    }
}*/
