@import url("blueprint/screen.css");
@import url("font-awesome.min.css");


html { }

body {
margin: 0;
padding-top:4em;
background: url(/images/background-logo-white.png) center top no-repeat fixed;
color:#333;
font-family:"TitilliumText22LRegular", Arial, Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
font-size:12px;
line-height:2em;

}

em{color:#333; font-style:normal;}
img{border:none;}
h1,h2,h3,h4,h5,h6{color:#333;}

.titillium {
	font-family:"TitilliumText22LRegular", Arial, Helvetica, sans-serif;
}

h2.greyText{color:#999999;}

a{
	color: #D90000;
}
a:hover{
	color: #000;
}

.margin-adjust{
margin-left:-10px; padding-left:10px;
}




#header{
	position:relative;
	border-bottom: 1px solid #eee;
	
}
	#header img.logo{position:absolute; top:-60px; left:10px; z-index: 99;}
	#topFlag{
		/*		background:#F00 url(../images/img-topflag.jpg) 0 0 no-repeat;	*/
		display:block; text-align:right;
		height:58px;
	}
	#flags{margin-top:10px; float:right;}
	#myMegaMenu{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height:32px;
	/*	background: #F00 url(../images/bg-gradient-red.png) top repeat-x;	*/
	background:#222222;
	}
	#subNav{
		/* margin-left:15px; */
		background:#000000;
		text-indent: 15px;
		color:#333;
		font-size:10px; text-transform:uppercase;
		line-height:46px;
	}
		#subNav a{color:#ffffff; text-decoration:underline;}
		#subNav a:hover{text-decoration:underline;}
		#subNav a img{ float:right; border:none; margin:8px 15px; margin-left:25px;}

		a#cartNavLink {
			display: inline-block;
			position: relative;
			float: right;
			margin: 10px 0;
			padding-right: 33px;
			text-align: center;
			line-height: 1.3;
			font-size: 12px;
			font-family: new_athletic_m54regular, sans-serif;
			color: #E62A26;
			text-decoration: none;
			text-shadow: 1px 1px 0 #fff;
		}
			a#cartNavLink:hover {
				text-decoration: none;
				color: #333;
			}
			#cartNavLink .cart-items {
				display: block;
				font-size: 11px;
				font-family:"TitilliumText22LRegular", Arial, Helvetica, sans-serif;;
			}			
			#cartNavLink .icon {
				position: absolute;
				right: 0;
				top: -6px;
				height: 26px;
				font-size: 2em;
			}

/* facebook like button */
.fb-like {
	position: absolute !important;
	left: 14px;
	bottom: 18px;
}

/* twitter widget */
.twitter-timeline {
	width: 100%;
}

#topContent{
	background:#ffffff;
	margin-top:8px;
}
#content{
	background:#ffffff;
	margin-top: 20px;
}

.white {
	background: #fff;
	border:	1px solid #eee;
	border-width: 0 1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.white.top {
	border-top:1px solid #eee;
}
.white.bottom {
	border-bottom: 1px solid #eee;
}

.white + .white {
	border-top: 0;
}

.grey{background-color:#eee; background-color: #F7F7F7; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);}
.grey .grey {
	background: none;
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}
.black{background-color:#ddd;}

	#videoPlayer{
		margin:0;
		padding:0;
	}
	
/*		#videoPlayer h1{text-transform:uppercase; color:#333; font-size:16px; margin:0; padding:12px 0;}*/
		#videoPlayer h1{text-transform:uppercase; color:#333; font-size:16px; margin:0; padding:12px 0;}

#footer{
	background:#ffffff;
	border: 1px solid #eee;
	padding-top:1.5em;
	margin-top: 15px;
}
#leftFooter{
	
}
#rightFooter{
	text-align:right;
}
	#rightFooter a{color:#333;}
	#rightFooter a:hover{color:#333;}

/* h1 bar Styles */
h1.bar{
	display:block;
	margin:5px 0 10px 0; padding:0 0 0 20px;
	text-transform:uppercase;
	font-size:18px; line-height:28px;
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 0 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 0 0 rgba(0, 0, 0, 0.1);
}
	.red{background: #cccccc; color:#333;}
	.blue{background: #ffffff; color:#333333;}
	h1.bar span{float:right; text-transform:lowercase; font-size:12px; margin-right:10px;}
	h1.bar span a{text-decoration:none; color:#333;}
	h1.bar span a:hover{text-decoration:underline;}
	h1.bar span a img{padding:6px 0;}
	
	
/* img styles */
.img-frame {
	/* display: inline-block; */
	display: block;
	background: #fff;
	border: 1px solid #ddd;
	padding: 5px;
}

.img-frame img {  max-width: 100%; height: auto; display: inline-block; /* box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; */ }

/* list Style */
ul.nostyle {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.left, ul.left li{margin:0; padding:0; list-style-position:inside;}
ul.left a{margin-left:10px; text-decoration:underline; color:#333;}
/*ul.left a:hover{color:#0078ff;}*/
ul.bullet{list-style-image:url(../images/img-bullet.png);}

/* custom layout columns */

div.thirds{width:210px; display:block; padding-left:8px; float:left;}
div.thirds p{width:90%;}
div.twoThirds{width:430px; display:block; float:left;}
div.half{ width:50%; display:block; float:left;}
div.half p{}

.span-25 div.thirds {
	width: 309px;
	padding-left: 10px;
}
.span-25 div.thirds:first-child {
	padding-left: 0;
}



p.leftindent{margin-left:30px;}
p.lrg-text { font-size: 1.2em; }

/* tube styles */
.span-17 span.imageTube{
	margin:0;
	display:block;
}
.span-17 span.contentTube{
	margin:0 8px;
	display:block;
}
.span-25 span.contentTube{
	margin:0 20px;
	display:block;
}

.span-8 span.imageTube{
	margin:0;
	/*padding-left:5;*/
	padding-right:10px;
	display:block;
}
.span-8 span.contentTube{
	padding:10px 8px;
	padding-right:10px;
	margin-right:35px;
	display:block;
}

#leftFooter span.contentTube{
	margin:0 8px;
	display:block;
}

#rightFooter span.contentTube{
	padding:10px 8px;
	padding-right:10px;
	margin-right:35px;
	display:block;
}

#contentPage {
	margin-top: 20px;
	background: #fff;
}
/* Store Styles */



#storeContent {
	padding: 20px 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top, #FFF 0%,#f7f7f7 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
	background: linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 )";
	border:	1px solid #eee;
	
}

#storeContent table.grid {
	width: 285px; padding: 10px;
	margin: 5px;
}

#storeGrid {
	margin: 0 -5px 2em;
}

#storeGrid li.product-item {
	width: 159px;
	margin: 5px;
	padding: 10px;
}

#storeGrid a  {
	text-decoration: none;
}

#storeGrid .product-details {
	color: #333;
}

#storeContent li.product-item,
#storeContent table.grid {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#storeContent table.grid,
#storeContent table.grid td,
#storeContent li.product-item {
	vertical-align: top;
}

#storeContent table.grid .img-wrap {
	display: block;
	border: solid 1px #f3f3f3;
	border-bottom: 1px solid #eee;
	-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}

#storeContent table.product-item,
#storeContent li.product-item {
	background: #F7F7F7;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border: 1px solid #E3E3E3;
	-moz-box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#storeContent .product-item img,
#storeGrid .product-item img {
	max-width: 100%;
	height: auto;
	display: block;
}

#storeContent .product-item .product-details {
	display: block;
	margin-top: 10px;
	line-height: 1.4;
}

#storeContent table.product-item:hover,
#storeContent li.product-item:hover {
	background: #FFF;
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

#productDetails p {
	font-size: 1.5em;
}

/* Product Categories - Video Page */
#productCategories .product-list {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#productCategories h1.bar {
	margin: 5px 0;
}

#productCategories .product-list:after,
#productCategories .product-list:before {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#productCategories .product-list li {
	width: 46%;
	margin: 0 2%;
	float: left;
}

#productCategories .product-list li a {
	margin-left: 10px;
	color: #333;
}

#productCategories .product-list li a:before {
	content: "\f054";
	width: 1em;
	
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	speak: none;
	
}

/* Video Share */
#videoShare {
	float: right;
	width: 245px;
}

/* Video Products */
#videoProducts #storeGrid li.product-item {
	width: 178px;
	margin: 4px;
}

/* Store Forms */
form.store-form {
	margin-bottom: 2em;
}

form.store-form label.big-label {
	font-size: 20px;
	line-height: 30px;
	margin-right: 1em;
}

form.store-form label {
	line-height: 30px;
	margin-right: 1em;
}

form.store-form input,
form.store-form select {
	margin: 0;
	height: 30px;
	vertical-align: top;	
}

/* Store Checkout */
#checkoutTable {
	width: 100%;
	background: #fff;
	margin-bottom: 15px;
	font-size: 13px;
	border-collapse: collapse;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}

#checkoutTable td,
#checkoutTable th {
	padding:2px 8px;
}
#checkoutTable td {
	border-left: 1px solid #f3f3f3;
}
#checkoutTable tbody tr {
	border-bottom: 1px solid #f3f3f3;
}

	#checkoutTable td:first-child {
		border-left: 0;
	}

#checkoutTable .center { text-align: center; }
#checkoutTable .right { text-align: right; }
#checkoutTable .cart-remove { text-decoration: none; color: #333; font-size: 1.3em; }
#checkoutTable .name { width: 400px; }

#checkoutActions input,
#checkoutActions select,
#checkoutActions button {
	margin: 0 0 0 0.5em;
}

#checkoutActions {
	text-align: right;
	margin-bottom: 15px;
}


/* grid content - homepage */
.grid-content h3 {
		margin-bottom: 10px;
	}
	
	.grid-content ul {
		float: none;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		.grid-content > ul {
			margin-left: -6px;
		}
		
		.grid-content li.third,
		.grid-content li.half {
			float: left;
			display: block;
			margin: 0;
			max-height: 250px;
			padding: 20px;
			border:6px solid transparent;
			border-width: 0 0 6px 6px;
			box-sizing:border-box;
			-moz-box-sizing:border-box;
			-webkit-box-sizing:border-box;
			background: #f3f3f3;
			/*background: rgba(0,0,0,0.95);*/
			background-clip: padding-box;
			/* color: #333; */
		}
		
		.grid-content li.third {
			width: 33.333%;
		}
		
		.grid-content li.half {
			width: 50%;
		}

/* button styles */
.submit,
input[type="submit"],
input[type="button"] {
  background-color: #990000;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.1)), color-stop(51%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#00ffffff',GradientType=0 );
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#00ffffff',GradientType=0 )";
  border-top: 1px solid #800000;
  border-right: 1px solid #b30000;
  border-bottom: 1px solid #800000;
  border-left: 1px solid #b30000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.01), 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.01), 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.01), 0 1px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 7px 10px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  min-width: 130px;
  display: inline-block;
  margin: 5px 10px 0 0;
  *width: 130px;
}
	
.submit:visited,
input[type="submit"]:visited,
input[type="button"]:visited {
  color:#fff;
}
.submit:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #880000;
  cursor: pointer;
  text-decoration: none;
}
.submit:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-color: #770000;
  border-top: 1px solid #660000;
  border-right: 1px solid #cc0000;
  border-bottom: 1px solid #700000;
  border-left: 1px solid #cc0000;
  -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.3);
  text-shadow: 0 -1px -1px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}

/* Alt Button Style */
.submit.light {
		background-color: #666;
		border-top: 1px solid #333;
		border-right: 1px solid #444;
		border-bottom: 1px solid #333;
		border-left: 1px solid #444;
	}
	
	.submit.light:hover {
		background-color: #555;
	}
	
.submit.green {
		background-color: #00c72f;
		border-top: 1px solid #00a026;
		border-right: 1px solid #00b42b;
		border-bottom: 1px solid #00a026;
		border-left: 1px solid #00b42b;
	}
	
	.submit.green:hover {
		background-color: #00af2a;
	}

/* Button Icon */
	.submit [class*="icon-"],
	input[type="submit"] [class*="icon-"],
	input[type="button"] [class*="icon-"] {
		font-size: 1.3em;
		margin:0 0.25em;
		vertical-align: middle;
	}


/********************************************************************

Project: Formee - http://www.formeeee.org
Launched: 
Version: 3.1
Authors: Bernard De Luna - http://www.bernarddeluna.com
         Daniel Araujo - http://www.dnlaraujo.com.br
		 Marcello Manso - http://www.marcellomanso.com.br

********************************************************************
Structure
********************************************************************/
/* Little CSS Reset to preserv form structure */
/* fix  ff bugs */
.formee:after,
.formee div:after,
.formee ol:after,
.formee ul:after,
.formee li:after,
.formee dl:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
/* Form Structure */
.formee {
  margin: 0 -1.5%;
  padding: 0;
}
.formee fieldset {
  border: 1px solid #d4d4d4;
  position: relative;
  height: 100%;
  padding: 1.2em 0;
  margin: 0 0 4em;
}
.formee legend {
  margin-left: 1%;
  margin-right: 1%;
  padding: 0.5% 0.5% 0.8%;
}
.formee h3 {
  margin: 2em 1% .8%;
  padding: 0.5% 0.5% 0.8%;
}
/* Field Grid */
.grid-1-12,
.grid-2-12,
.grid-3-12,
.grid-4-12,
.grid-5-12,
.grid-6-12,
.grid-7-12,
.grid-8-12,
.grid-9-12,
.grid-10-12,
.grid-11-12,
.grid-12-12 {
  display: inline-block;
  position: relative;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  padding: 0.8% 0.5% 1%;
  height: 100%;
  /*ie7*/

  *margin-left: .8%;
  *margin-right: .8%;
  *padding: 0.8% 0.25% 1%;
}
/* 12-column Grid (thanks for Fluid 960 Grid System) */
.grid-1-12 {
  width: 5.333%;
}
.grid-2-12 {
  width: 13.666%;
}
.grid-3-12 {
  width: 22%;
}
.grid-4-12 {
  width: 30.333%;
}
.grid-5-12 {
  width: 38.666%;
}
.grid-6-12 {
  width: 47%;
}
.grid-7-12 {
  width: 55.333%;
}
.grid-8-12 {
  width: 63.666%;
}
.grid-9-12 {
  width: 72%;
}
.grid-10-12 {
  width: 80.333%;
}
.grid-11-12 {
  width: 88.666%;
}
.grid-12-12 {
  width: 97%;
}
/* first item */.formee .alpha {
  margin-left: 0;
}
/* last item */.formee .omega {
  margin-right: 0;
}
/* clear */.formee .clear {
  clear: both;
}
/* input without label */.formee-no-lbl {
  position: relative;
  padding-bottom: 0;
}
/* input without label */.formee-no-lbl input,
.formee-no-lbl label,
.formee-no-lbl span,
.formee-no-lbl ul,
.formee-no-lbl p {
  position: absolute;
  bottom: 0;
}
/* multiple containers inside field-grid */
.formee .left {
  clear: none;
  float: left !important;
  margin-right: 0.3em !important;
}
.formee .right {
  clear: none;
  float: right !important;
  margin-left: 0.3em !important;
}
/* form elements  */
.formee-lbl,
.formee label {
  display: block;
  height: auto;
  margin: 0.2em 0 0.5em;
}
.formee .formee-txt,
.formee input[type="text"],
.formee input[type="email"],
.formee input[type="url"],
.formee input[type="number"],
.formee input[type="password"],
.formee input[type="file"],
.formee textarea,
.formee select {
  vertical-align: middle;
  line-height: 1.1em;
  width: 100%;
  padding: 0.4em;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*ie7*/

  *width: 99%;
}
.formee textarea {
  height: 10em;
}
.formee select {
  height: 2.2em;
}
.formee-list .formee-lbl,
.formee-list label {
  display: inline;
  height: auto;
  margin: 0.5em 0 0.8em 2px;
}
.formee req {
  position: relative;
  top: 3px;
}
.formee-msg-info,
.formee-msg-warning,
.formee-msg-error,
.formee-msg-success {
  padding: 20px 20px 15px 38px;
  border: 1px solid #ccc;
  display: block;
  height: auto;
  /* margin: 0 1.5% 0.8em; */
  margin: 0 0 0.8em;
  clear: both;
}
.formee-msg-info li,
.formee-msg-warning li,
.formee-msg-error li,
.formee-msg-success li {
  list-style: none;
  padding: 0;
  margin-bottom: .4%;
  font-size: 1.4em;
  line-height: 1.1em;
  vertical-align: top;
}
/* form button  */
.formee-button,
.formee input[type="submit"],
.formee input[type="button"],
.formee input[type="reset"] {
  padding: 8px 15px 9px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  border: 1px solid #D4D4D4;
}
/* lista de chk e rdo */
.formee-list {
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.formee-list li,
.formee-list li {
  margin: 0.5em 0.6em 0.8em;
  float: left;
  display: inline-block;
  list-style: none;
}
.formee-list input {
  margin-right: 0.2em;
}
/* input size */
.formee-small {
  width: 30% !important;
  float: left;
  margin-right: 10px;
  display: inline;
  /*ie7*/

  *width: 25% !important;
}
.formee-medium {
  width: 50% !important;
  float: left;
  margin-right: 10px;
  display: inline;
  /*ie7*/

  *width: 45% !important;
}
/********************************************************************

Project: Formee - http://www.formeeee.org
Last Updated: 
Version: 3.1
Authors: Bernard De Luna - http://www.bernarddeluna.com
         Daniel Araujo - http://www.dnlaraujo.com.br
		 Marcello Manso - http://www.marcellomanso.com.br
			 
********************************************************************
Style
********************************************************************/
.formee fieldset {
  background: #fff;
  /*corner*/

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* hover effect */
.field-button:hover {
  background: transparent;
}
/* Form legend and titles */
.formee.enclosed {
  padding: 1%;
  background: #f7f7f7;
  border: 1px solid #ebebeb;
  border-bottom: 1px solid #f2f2f2;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.formee legend,
.formee h3 {
  font-size: 2em;
  line-height: 1.2em;
  letter-spacing: -0.035em;
  color: #2b2b2b;
  font-weight: normal;
}
/* form elements  */
.formee-lbl,
.formee label {
  color: #2b2b2b;
  font-size: 1em;
  line-height: 1.1em;
  vertical-align: middle;
  font-weight: bold;
}
.formee .req {
  font-weight: bold;
  font-style: normal;
  color: #d10000;
  font-size: 1.2em;
  line-height: .85em;
}
.formee input.text,
.formee input[type="text"],
.formee input[type="email"],
.formee input[type="url"],
.formee input[type="number"],
.formee input[type="password"],
.formee input[type="file"],
.formee textarea,
.formee select {
  color: #999;
  font-size: 1em;
  font-family: inherit;
  background: #fff;
  outline: 0;
  border: 1px solid #e9e9e9;
  border-bottom: 1px solid #f3f3f3;
  -webkit-box-shadow: 0px 1px 0 #ffffff;
  -moz-box-shadow: 0px 1px 0 #ffffff;
  box-shadow: 0px 1px 0 #ffffff;
  -webkit-transition: all 0 ease 0;
  -moz-transition: all 0 ease 0;
  -o-transition: all 0 ease 0;
  -ms-transition: all 0 ease 0;
  transition: all 0 ease 0;
}
.formee select {
  border-color: #c6c6c6 #dadada #eaeaea;
  background: #fafafa;
  color: #999;
}
.formee .formee-txt:hover,
.formee input[type="text"]:hover,
.formee input[type="url"]:hover,
.formee input[type="email"]:hover,
.formee input[type="number"]:hover,
.formee input[type="password"]:hover,
.formee input[type="file"]:hover,
.formee textarea:hover,
.formee select:hover {
  outline: 0;
  border: 1px solid #cfcfcf;
  border-bottom: 1px solid #e4e4e4;
}
form .formee-txt:focus,
.formee input[type="text"]:focus,
.formee input[type="url"]:focus,
.formee input[type="email"]:focus,
.formee input[type="number"]:focus,
.formee input[type="password"]:focus,
.formee input[type="file"]:focus,
.formee textarea:focus,
.formee select:focus {
  outline: 0;
  border: 1px solid #d5d5d5;
  border-bottom: 1px solid #ebebeb;
}
/* form msg status  */
.formee-msg-info,
.formee-msg-warning,
.formee-msg-error,
.formee-msg-success {
  color: #2b2b2b;
  /*corner*/

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.formee-msg-info h3,
.formee-msg-warning h3,
.formee-msg-error h3,
.formee-msg-success h3 {
  font-size: 1.5em;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  padding: 0;
  margin: 0 0 .3em 0;
}
.formee-msg-info {
  background: #d1ecf7 url(../images/icons/info.png) no-repeat 12px 23px;
  border-color: #bcdfef;
}
.formee-msg-warning {
  background: #fff6bf url(../images/icons/warning.png) no-repeat 12px 23px;
  border-color: #fceb77;
}
.formee-msg-error {
  background: #fad0d0 url(../images/icons/error.png) no-repeat 12px 23px;
  border-color: #f6abab;
}
.formee-msg-success {
  background: #e5f8ce url(../images/icons/success.png) no-repeat 12px 23px;
  border-color: #d0f1a6;
}
.formee-msg-success strong,
.formee-msg-success a {
  color: #62b548;
}
.formee-msg-info strong,
.formee-msg-info a {
  color: #11689e;
}
.formee-msg-warning strong,
.formee-msg-warning a {
  color: #957210;
}
.formee-msg-error strong,
.formee-msg-error a {
  color: #b01717;
}
/* form validation */
.formee-error {
  border-color: #FAD0D0 !important;
  color: #b01717 !important;
  /* shadow */

  -moz-box-shadow: 0 0 3px 0 rgba(176, 23, 23, 0.4);
  -webkit-box-shadow: 0 0 3px 0 rgba(176, 23, 23, 0.4);
  box-shadow: 0 0 3px 0 rgba(176, 23, 23, 0.4);
}

div.valid {
  display: inline-block;
  color: #6d9536;
  padding: 7px 0;
}
div.valid:before {
  content: url(../images/icons/tick.png);
  float: left;
  margin-right: 10px;
}
.formee span.error {
  display: none;
  position: absolute;
  right: 0;
  top: 85%;
  padding: 0.3em 0.6em;
  margin: 0;
  margin-bottom: 1em;
  border: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #a80000;
  border-right: 1px solid #eb0000;
  border-bottom: 1px solid #b30000;
  border-left: 1px solid #eb0000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 5px -4px #000000;
  -moz-box-shadow: 0 3px 5px -4px #000000;
  box-shadow: 0 3px 5px -4px #000000;
  color: #222;
  font-weight: bold;
  font-size: 13px;
  z-index: 9999;
}
.formee span.error p {
  margin: 0;
}
.formee span.error p:before {
  content: url(../images/icons/exclamation.png);
  float: left;
  margin-right: 0.8em;
}
.formee span.error:after,
.formee span.error:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  right: 15%;
}
.formee span.error:after {
  border-bottom-color: #ffffff;
  border-width: 7px;
  margin-right: -7px;
}
.formee span.error:before {
  border-bottom-color: #990000;
  border-width: 8px;
  margin-right: -8px;
}

label.error {
	display: inline-block;
	clear: both;
}

/* Acordian Nav */
.accordion {
	margin: 8px;
}
.accordion dt, .accordion dd {
	padding: 0;
	margin: 0;
	width: 100%;
}
.accordion dt a, .accordion dd a {
  display: block;
  text-decoration: none;
}

.pull-left { float: left; }
.pull-right { float: right; }
.align-left { text-align: left; }
.align-right { text-align: right; }

.hide-modern { display:none !important; }

/* new */

rightContent{background:#ffffff;}