/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.

----------------------------------------------------------- */
.testify_wrap {
	padding: 5px;
}
.testify_block {
	border: 1px solid #ddd;
    min-height: 188px;
    min-width: 97%;
    padding: 10px;
}
.testify_vid {
	float:left;
}
.testify_text {
	float: right;
    font-size: 1.2em;
    line-height: 1.4em;
    padding: 0 5%;
    text-align: justify;
    width: 52%;
}
#videoComplete {
    background: none repeat scroll 0 0 black;
    display: none;
    height: 530px;
    /*position: absolute;*/
    top: 80px;
    width: 100%;
    z-index: 4;
}
#videoCompleteText {
	padding: 115px 0 0 170px;
}
#videoComplete a {
    color: #FFFFFF;
    font: 30px "Avenir LT W01 95 Black",Helvetica,Arial,sans-serif;
	float:left;
	padding: 0 40px;
	text-decoration:none;
}
#videoComplete a:hover {
    color: #e04006;
	text-decoration:none;
	font-style:italic;
}
.share, .tweet, .replay {
    float: left;
    margin-left: 8%;
    margin-top: 200px;
    text-align: center;
    width: 22%;
}
#videoComplete a .socialico-facebook, #videoComplete a .socialico-twitter, #videoComplete a .socialico-replay {
    display: block;
    height: 70px;
    margin: 0 auto 15px;
    text-align: center;
    width: 70px;
}
#videoComplete a .socialico-facebook {
    background-image: url("../preorder_launch/img/sprite-facebook-large.b3ba0b4a3aa8.png");
}
#videoComplete a .socialico-twitter {
    background-image: url("../preorder_launch/img/sprite-twitter-large.e5ce1a5023eb.png");
}
#videoComplete a .socialico-replay {
    background-image: url("../preorder_launch/img/sprite-replay-large.360b46b7e0d4.png");
}
#videoComplete a:hover .socialico-facebook, #videoComplete a:hover .socialico-twitter, #videoComplete a:hover .socialico-replay {
}
#videoClose {
    background-image: url("../preorder_launch/img/sprite-close.03ce6e80101b.png");
    background-size: 100px 72px;
    cursor: pointer;
    display: none;
    height: 36px;
    position: absolute;
    right: 20px;
    top: 100px;
    width: 100px;
    z-index: 4;
}
#videoClose:hover {
    background-image: url("../preorder_launch/img/sprite-close.03ce6e80101b.png");
    background-size: 100px 72px;
}
#fb {
	width:256px;
	height:256px;
}
.linkText {
	text-align:center;
	display:block;
}
#s5_menu_banner_wrap {
position:relative;
z-index:10000;
}



/*-------------------------------- Join Button -------------------------------------*/
.join a  {
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.join:hover {
	background:#333333;
	-webkit-transition: background 300ms ease-out;
	-moz-transition: background 300ms ease-out;
	-o-transition: background 300ms ease-out;
	transition: background 300ms ease-out;
	text-decoration:none;
}
.join {
	font-family:Arial, Helvetica, sans-serif;
	padding:20px;
	font-weight: lighter;
	color:#FFFFFF !important;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	text-decoration: none; 
	float:right;
	font-size:2.2em;
	cursor:pointer;
	background-color:#D2232A;
	letter-spacing: 1px;
	line-height:10px;
	transform:scaleY(1.1);
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	margin:20px 0 10px 30px;
}

.chrome .join {
	/*margin:-92px 0 10px 30px; jj edit 10/20/2014 fix chrome display of join now button*/
}

#subMenusContainer div.s5_sub_wrap_lower ul, #subMenusContainer div.s5_sub_wrap_lower_rtl ul {
Width:240px !important;}

.youtube-container { 
	position: relative; /* keeps the aspect ratio */ 
	padding-bottom: 56.25%; /* fine tunes the video positioning */ 
	padding-top: 60px; overflow: hidden;
	
	float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.youtube-container iframe,
.youtube-container object,
.youtube-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

/*RokCandy*/
.inset-right {
display:block;
float:right;
font-size:110%;
font-style:italic;
font-weight:bold;
padding:15px;
width:20%;
}
.inset-left {
display:block;
float:left;
font-size:110%;
font-style:italic;
font-weight:bold;
padding:15px;
width:20%;
}
.indented-quote {
display:block;
margin:0 40px;	
}
