@font-face {
    font-family: 'GillSans';
    src: url('//assets.crowdsurge.com/fonts/GillSans/GillSans/GillSans.eot');
    src: url('//assets.crowdsurge.com/fonts/GillSans/GillSans/GillSans.eot?#iefix') format('embedded-opentype'),
         url('//assets.crowdsurge.com/fonts/GillSans/GillSans/GillSans.woff') format('woff2'),
         url('//assets.crowdsurge.com/fonts/GillSans/GillSans/GillSans.woff') format('woff'),
         url('//assets.crowdsurge.com/fonts/GillSans/GillSans/GillSans.ttf') format('truetype'),
         url('//assets.crowdsurge.com/fonts/GillSans/GillSans/GillSans.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GillSans-Light';
    src: url('//assets.crowdsurge.com/fonts/GillSans/GillSans-Light/GillSans-Light.eot');
    src: url('//assets.crowdsurge.com/fonts/GillSans/GillSans-Light/GillSans-Light.eot?#iefix') format('embedded-opentype'),
         url('//assets.crowdsurge.com/fonts/GillSans/GillSans-Light/GillSans-Light.woff') format('woff2'),
         url('//assets.crowdsurge.com/fonts/GillSans/GillSans-Light/GillSans-Light.woff') format('woff'),
         url('//assets.crowdsurge.com/fonts/GillSans/GillSans-Light/GillSans-Light.ttf') format('truetype'),
         url('//assets.crowdsurge.com/fonts/GillSans/GillSans-Light/GillSans-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
body{
	margin:0px;
	padding:0px;
	background:#14130e;
	font-family: 'GillSans-Light',Calibri,sans-serif;
	color:#FFFFFF;
	letter-spacing:1px;
	background-image:url('../images/bg.jpg?v=2');
	background-position:center bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
}

*/

body{
	margin:0px;
	padding:0px;
	background:#14130e;
	font-family: 'GillSans-Light',Calibri,sans-serif;
	color:#FFFFFF;
	letter-spacing:1px;
}

	#background-wrapper {
    	position: fixed;
    	top: 0px;
    	bottom: 0px;
    	left: 0px;
    	right: 0px;
    	z-index: -1;
    }

@media screen and (min-width:600px){

	#background-wrapper {
	    background: url('../images/bg.jpg?v=4') no-repeat center bottom;
	}

}


@media screen and (max-width:600px){

	#background-wrapper {
    	background: url('../images/bg-800.jpg?v=4') no-repeat center bottom;

	}

}



a, a:visited{ color:#FFFFFF; text-decoration: none; transition:ease-in all 0.4s; }
a:hover{ transition:ease-in all 0.4s; color:#ddd;}

img.logo { display:block; margin:auto; width:90%; max-width:480px; padding-bottom: 10px;}
.social { margin: auto; text-align: center; padding-top: 80px; padding-bottom: 10px; }

.fa { font-size:1.3em !important; padding:0px 4px; }
.fa:hover{ cursor:pointer; }


.menu-container{ text-align:center; padding-bottom:30px; }

.infos-container{text-align: center; margin: 0; padding-bottom: 10px; font-size: 1.2em;}

.buttons-container{text-align: center; }

.button{padding: 10px; border: 1px solid white; margin-right: 10px; display: inline-block; margin-bottom: 10px; }
.buttonContainer{width: 100%;
text-align: center;
margin-top: 20px;
padding-bottom: 10px}
/********* VIDEO CONTAINER *********/

.video-container{ width:100%; max-width:800px; margin:30px auto; }	
.video-container-outer{ position: relative; height: 0px; width: 100%; padding-top: 50%; }
.video-container-outer iframe{ position: absolute; top: 0px; height: 100%; width: 100%;left: 0px;	}


/********* SOCIALS CONTAINER *********/

.tour {font-family: 'GillSans',Calibri,sans-serif; width:auto; margin:auto; text-align:center; font-size:50px; padding-top:20px; padding-bottom:0px;}


a.continue {
	font-family: 'GillSans',Calibri,sans-serif;
    position: absolute;
    right: 20px;
    top: 20px;
    text-transform: uppercase;
    font-size: 18px;
}




.data-container {
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.cs-container {
    width: 90%;
    max-width: 1000px;
    margin: auto;
}

.tour span {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 20px;
}

/********* FORM CONTAINER *********/


legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    border: 0;
    
color: #fff;
text-align: center;
border-bottom: none;
line-height: 28px;
font-weight: 100;
font-size: 18px;
text-transform: uppercase    
}

.form-control {
	box-sizing: border-box;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #FFFFFF;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}


.form-control, .form-control:focus {
    background-color: transparent;
    border: 1px solid #fff;
    height: 50px;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'GillSans-Light', Calibri, sans-serif
}

#mc_embed_signup input.mce_inline_error{ border-color:#FFFFFF !important; }

#mc_embed_signup div.mce_inline_error{
	background-color: #FFFFFF !important; color: #000000 !important;
}

#mc_embed_signup .response{ font-size:1.2em; text-align:center; }

.btn-primary, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background: none;
    border: 1px #fff solid;
    transition: all ease-in 0.4s;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-weight: 400
}

.btn-primary:hover {
    transition: all ease-in 0.4s;
    background: #fff;
    color: #000
}

select{-moz-appearance: none;}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}


.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

input[type="date"] {
    line-height: 34px
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

.radio label, .checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"],
.radio[disabled], fieldset[disabled] .radio, .radio-inline[disabled],
fieldset[disabled] .radio-inline, .checkbox[disabled], fieldset[disabled] .checkbox,
.checkbox-inline[disabled], fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm, select[multiple].input-sm {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg, select[multiple].input-lg {
    height: auto
}


.form-group.cs-select {
    background: url(http://assets.crowdsurge.com/store/placebo/images/dropdown.png) no-repeat;
    background-position: 95% 18px
}

.btn-primary, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background: none;
    border: 1px #fff solid;
    transition: all ease-in 0.4s;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-weight: 400
}


@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .cs-select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none
    }

    .cs-select select:hover {
        cursor: pointer
    }

    .cs-select:after {
        content: '';
        pointer-events: none;
        position: absolute;
        top: 15px;
        right: 15px;
        height: 0;
        width: 0;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;
        border-top: 7.5px solid #000
    }
}



@media (max-width: 600px){
	body{
		background-image:url('../images/bg-800.jpg');
		background-size:cover;
	}	
	.tour{
		font-size:30px;
	}

    a.continue{
        position:static;
        display:block;
        text-align:center;
        margin-top:10px;
    }

}


