/*



Theme Name: BrinkZone



Theme URI: http://cssjockey.com/



Description: Custom WordPress Theme by CSSJockey



Author: CSSJockey Team



Version: 1.0.1



***************************************************************************



 * @Author: CSSJockey.com - Unique & Practical Web Presence!



 * @Website: http://www.cssjockey.com/



 * @Contact: http://www.cssjockey.com/get-in-touch



 ***************************************************************************/



@import url("assets/css/reset.css");
 @import url("assets/css/fonts/fonts.css");
 @import url("assets/css/theme.css");
/*Perm side buttons*/







.permButton {
	display: block;
	position: relative;
	font-size: 13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	width: 225px;
	height: 40px;
	line-height: 40px;
	color: #D35602;
	text-shadow: 1px 1px 0 #fff;
	text-decoration: none;
	padding-left: 15px;
	background: #ededed;
	background: -moz-linear-gradient(  top, #ffffff 0%, #ccc 50%, #999 51%, #f6f6f6 100%  );
	background: -webkit-gradient(  linear,  left top, left bottom,  color-stop(0%, #ffffff),  color-stop(50%, #ccc),  color-stop(51%, #999),  color-stop(100%, #f6f6f6)  );
	background: -webkit-linear-gradient(top, #ffffff 0%, #ccc 50%, #999 51%, #f6f6f6 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ccc 50%, #999 51%, #f6f6f6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ccc 50%, #999 51%, #f6f6f6 100%);
	background: linear-gradient(top, #ffffff 0%, #ccc 50%, #999 51%, #f6f6f6 100% );
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #ededed;
}
.permButton:before {
	content: "";
	position: absolute;
	height: 25px;
	width: 25px;
	right: 10px;
	top: 8px;
	background: #999;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.2);
}
.permButton:after {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	line-height: 0;
	font-size: 0;
	right: 17px;
	top: 13px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
}
.permButton:hover {
	color: #0000ff;
}
.permButton:hover:before {
	background: #0000ff;
}
/* end per side button */

.brinkzone_recommended{ padding:17px 0 0; position:relative;}
.brinkzone_recommended .click_here_btn{position: absolute; bottom:21px; right:127px; z-index:9;}
.click_here_btn a{ background:#d25602; font-size:13px; color:#FFFFFF; padding:6px 15px 4px; border-radius:17px;-moz-border-radius:16px;-ms-border-radius:17px;-o-border-radius:17px;-webkit-border-radius:17px; text-transform:uppercase; font-weight:bold; box-shadow:0px 2px 1px #963d00 inset;-moz-box-shadow:0px 2px 1px #963d00 inset;-ms-box-shadow:0px 2px 1px #963d00 inset;-o-box-shadow:0px 2px 1px #963d00 inset;-webkit-box-shadow:0px 2px 1px #963d00 inset; border:1px solid #ff9700; display: inline-block;}
.click_here_btn a span{ padding:0 0px 0 5px; float:right; margin:1px 0 0;}

.entry .thanks_page .congratulations_img {
	padding:30px 0 0;
}
.thanks_page .mi40-giveaway3-caption {
	margin:0 0 42px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	font-weight:bold;
}
.thanks_page .mi40-giveaway3-caption a:hover {
	text-decoration:underline;
}
/*Scale Video for mobile*/



.embed-container {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}
.embed-container iframe,  .embed-container object,  .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
