/* 
///////////////////////////////////
///////////////////////////////////
///////						///////
///////		 Creatives		///////
///////						///////
///////////////////////////////////
///////////////////////////////////
*/
.creatives{
	color: #000;
}

.creatives .set-your{
	margin: 20px auto 0 auto;
	width: 900px;
}

.creatives h2{
	font-size: 33px;
	font-weight: 300;
	margin-bottom: 20px;
}

.top-area .lock-key{
	float: left;
	margin: 30px 0 0 20px;
}

.top-area .text{
	float: left;
	width: 450px;
	margin: 40px 0 0 20px;
}

.creatives .vimeo{
	margin-top: 30px;
}

.creatives .brands{
	margin-top: 30px;
	text-align: center;
}

.creatives .brands h2{
	margin: 20px 0;
}

/* People */
.creatives .people-wrap{
	margin: 60px 0 0 20px;
}

.creatives .people-wrap .people{
	float: left;
}

.creatives .people-wrap .text {
	width: 430px;
	float: left;
	margin: 20px 20px 20px 0;
}


/* Bull */
.creatives .bull-wrap{
	position: relative;
	margin: 0 0 0 40px;
}

.creatives .bull-wrap .play{
	width: 142px;
	height: 142px;
	background-image: url(https://tongal.s3.amazonaws.com/resources/images/landing/play-sprite.png);
	background-position: 0 -142px;
	position: absolute;
	top: 150px;
	left: 170px;
	cursor: pointer;
}

.creatives .bull-wrap .play:hover{
	background-position: 0 0;
}


.creatives .bull-wrap .bull{
	float: left;
}

.creatives .bull-wrap .text{
	width: 450px;
	float: left;
	margin: 120px 0 0 70px;
}

/* Drum */
.creatives .drum-wrap{
    position: relative;
    margin: 50px 0;
}

.creatives .drum-wrap .drum{
    float: left;
    margin-right: 30px;
}

.creatives .drum-wrap .text{
    width: 450px;
    float: left;
    margin-top: 120px;
}

/* Form */
.creatives .form{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 960px;
	height: 1150px;
	background-color: #EBEBEB;
	padding: 30px 50px 50px;
	position: relative;
	margin-bottom: 70px;
}

/* Modal Form */
.creatives.signup .form{
	height: 900px;
}


.creatives .form a{
	text-decoration: none;
}

.creatives .form .awesome {
	margin: 40px 0;
	margin: 30px auto;
	width: 630px;
}


.creatives .form .input-text, .form .select-wrap{
	width: 375px;
	height: 35px;
	font-size: 17px;
	border: none;
	padding: 0 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.creatives .form .input-text{
	-webkit-box-shadow: 0 1px 1px #999 inset;
	-moz-box-shadow: 0 1px 1px #999 inset;
	box-shadow: 0 1px 1px #999 inset;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 300;
	padding-left: 7px;
}

.creatives .form .select{
	border: none;	
}

.creatives .form h2, .form .field-label{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 25px;
	color: #000 !important;
}

.creatives .form h2 {
    text-align: center;
	line-height: 38px;
}

.creatives .form h2.how {
    margin: 10px 0 10px -80px;
}

.creatives .form .field-label {
    line-height: 36px;
    padding: 15px 0 5px;
    height: 36px;
}

.creatives .form h2 a{
	color: #eb212e;
	text-decoration: none !important;
}

.creatives .form .cell{
	float: left;
	width: 420px;	
}

.creatives .form .cell1{
	margin-right: 30px;
}

.creatives .form .required{
	color: #eb212e;
}

.creatives .form .btn{
	border: none;
	width: 180px;
	height: 80px;
	background-color: #1daeeb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	-webkit-box-shadow: -1px 1px 1px #999999;
	-moz-box-shadow: -1px 1px 1px #999999;
	box-shadow: -1px 1px 1px #999999;
}

.creatives .form .check-option{
	margin: 10px 0;
	position: relative;
}

.creatives .form .check-option .label {
    font-size: 15px;
    position: relative;
    top: 7px;
}

.creatives .form .checkbox{
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block;
	float: left;
	margin-right: 20px;
	height: 30px;
	width: 30px;
	cursor: pointer;	
}

.creatives .form .checkbox.selected{
	background-image: url(https://tongal.s3.amazonaws.com/resources/images/landing/check.png);
	background-repeat: no-repeat;
	background-position: 7px 10px;	
}

.creatives .form .sub-text{
	font-size: 12px;	
	color: #999 !important;
	font-style: italic;
}

.creatives .form .submit {
	margin: 70px 0 30px 0;
	z-index: 1000;
}

.creatives .form .select {
    font-size: 16px;
	padding: 0 0 0 3px;
    width: 135px;
	-webkit-appearance:none;
	-moz-appearance: none;	
	cursor: pointer;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif !important;
	height: 35px;
	background-image: url(https://tongal.s3.amazonaws.com/resources/images/landing/arrow-down.png);
	background-repeat: no-repeat;
	background-position: 88px 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.creatives .form .select-wrap{
	width: 111px;
	height: 35px;
	overflow: hidden;	
	background-color: #fff;
	cursor: pointer;
	float: left;
	margin-right: 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.creatives .form .terms{
	margin: 30px 0 40px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.creatives .form .text{
	padding-top: 10px;
	display: block;
}

.creatives .form .checkbox{
	background-color: #fff;
	width: 39px;
	height: 39px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;	
}

.creatives .form .checkbox .check{
	width: 22px;
	height: 17px;
	background-image: url(https://tongal.s3.amazonaws.com/resources/images/landing/check.png);
	display: none;
	position: relative;
	top: 10px;
	left: 8px;
}

.creatives .form .btn{
	width: 260px;
	height: 80px;
	background-color: #EE1C25;
	transition:background-color .2s;
	-webkit-transition:background-color .2s; /* Safari */
}

.creatives .form .btn:hover{
	background-color: #ce1820;
}

.creatives .form .social{
	margin-top: 40px;
}

.creatives .form .social .icons{
	float: left;
}

/* Gallery */

.creatives .gallery-wrap{
    position: relative;
}

.creatives .gallery{
    position: relative;
    top: 70px;
    margin: 0 0 0 30px;
    z-index: 1;
}

.creatives .gallery-wrap .gallery{
    float: left;
}

.creatives .gallery-wrap .text{
    width: 450px;
    float: left;
    margin-top: 120px;
}

.creatives .gallery-wrap .play{
    width: 142px;
    height: 142px;
    background-image: url(https://tongal.s3.amazonaws.com/resources/images/landing/play-sprite.png);
    background-position: 0 -142px;
    position: absolute;
    top: 150px;
    left: 610px;
    cursor: pointer;
    z-index: 2;
}

.creatives .gallery-wrap .play:hover{
    background-position: 0 0;
}


.creatives .form .social .text {
	float: left;
	margin: 20px 0 0 30px;
	font-size: 25px;
	font-family: Open Sans, sans-serif;
	font-weight: 300;
}

.creatives .form .guy {
	position: absolute;
	left: 690px;
	top: 790px;
}

/* Modal */
.creatives.signup .form .guy{
	top: 530px;
}

.creatives.signup .create-account{
	width: 650px;
	margin: 0 auto;
}
