@charset "utf-8";
/* CSS Document */
 @import url(https://fonts.googleapis.com/css?family=PT+Sans);

a{
	color:#365186;
	text-decoration: none;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
	color: #FE9110;
}

a:visited {

}
a:active{color: #FE9110;}
.link {text-decoration:underline;}
.link:hover {text-decoration:none;}
hr {background-color: #CCC;	}
#go {padding-left:10px;	}
p {font-size: 1.5em; line-height: 1.5em;}
#logo {

}
.small {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

.smaller {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

.smallest {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
}

.big {
	font-size: 1.2em;
}
.bigger {
	font-size: 1.5em;
}
.biggest {
	font-size: 1.8em;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#F59110;
	border:4px solid #515151;
	color: #FFF;
	border-color: #525252;
	padding: 0px 5px 0px 5px;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	background-color: #033CA8;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {
	width:300px;
	padding:5px;
}
input.title {font-size:1.5em;}
textarea {
	width:400px;
	height:140px;
	padding:10px;
}
h1, h2, h3, h4, h5, h6 {
	color: #57585B;
	font-weight: bold;
	
}
/*HEADINGS
-------------------------------------------------------- */
h1{
	font-size:3em;
	line-height:1.2em;
}
h2{
	font-size:2em;
	line-height:0.9em;
	margin-bottom: .5em;
}
h3{
	font-size:1.9em;
	margin-bottom:0.5em;
	line-height:1.2em;
}
h4{
	font-size:1.6em;
	margin-bottom:0.7em;
	line-height:1.4em;
}
h5{
	font-size:1.4em;
	margin: 0.5em 0 1.5em 0;
	line-height:1.2em;
}
h6{
	font-size:1em;
	margin-bottom:0.7em;
	line-height:1.8em;
}



/*SITE SPECIFIC
-------------------------------------------------------- */

.addthis {
	padding-top: 12px;
	
}
#coupon {
	border: dashed 2px #57585B;
	padding: 20px 10px 20px 10px;
	text-align: center;
	width: 500px;
	
}
#photo {

}
#promo {
	padding:10px 20px 10px 10px;
}
#email_promo {padding:10px; float:right; width:460px; background-color: #fff; }
#promo_list li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;	
}
 
.promo_title {
	font-style:normal;
	font-size: 1.5em;
    padding-top:5px;
}
.promo_title a {
	color: #3E4450;
	font-weight:normal;
	/*IE 8 and below */ 
	font-style:normal\9;
}
.promo_text {
	padding-left: 20px;
	padding-bottom: 5px;
		
}
#top {
	border: solid 5px #FFF;
	background-color: #f4f3f3;
}
#faq {padding: 25px 25px; }

#email_promo li h5{
	padding-top:0px;
	margin-bottom:0px;
}
#menu_all {height: 40px; float: left; padding: 0; width: 960px;}
#email_promo h1 {margin-bottom:0px;	}
#email_promo ul {margin-bottom:0px;	}
.email_promo_field {height: 25px;}
#movie {padding:1px 1px; float:left;}
#top_movie {margin: 5px 5px;}
#top_email_promo {
	border-top: solid 5px transparent;
	border-left: solid 5px #FFF;
	border-right: solid 5px #FFF;
	height:36px;
	background-color: #fff; /* #f4f3f3; */
}
#rotator {
	text-align:center;	
}
.email_promo_heading {
	font-weight:bold;
	text-align:right;
	font-size: 1.5em;
	margin-right: 10px;
	color: #365186;
}
#banner {
	background-image:url(../_images/bg_about.png);
	background-repeat:repeat-x;
	background-color: #365186;
	border: none;
	color: #C6C6C6;
	font-size: 1em;
	padding: 10px 0 4px 0;
	text-align: center;
}
#about {
	background-image:url(../_images/bg_about.png);
	background-repeat:repeat-x;
	border: solid 5px #FFF;
	color: #C6C6C6;
	font-size: 1em;
	background-color: #365186;
	padding-bottom: 20px;
}
#about_right_content {
	padding:30px 20px 30px 20px;
}
.about_movie {border:#cdcbcb solid 5px;	 width:250px;}
#about_left_content {
	padding:30px 20px 10px 30px;
}
#tutorials {
	background-color: #CDCBCB;
	border: 5px solid #FFF;
}
#tutorials_content{
	padding:10px 30px 30px 30px;	
}
.tutorials_list {


}
.tutorials_list h1 {
	margin-bottom:.2em;	
}

.tutorials_list_content {
	padding:15px 10px 15px 10px;
	min-height: 70px;
}
.tutorials_list_icon {
	height:70px;
	width: 70px;
	display: inline;
	float: left;
	border: solid #525252 4px;
	margin-right: 10px;
}
.tutorials_list_icon_BIG {
	height:105px;
	width: 105px;
	display: inline;
	float: left;
	border: solid #525252 4px;
	margin-right: 10px;
}
.icon1 {
	background-color: #1046AA;
	
}
.icon2 {
	background-color: #5BAA2D;
	
}
.icon3 {
	background-color: #80AB0C;
	
}
.icon4 {
	background-color: #D3C41B;
	
}
.icon5 {
	background-color: #D3991B;
	
}
.icon6 {
	background-color: #D3601B;
	
}
.icon7 {
	background-color: #D01010;
	
}
.icon8 {
	background-color: #D01085;
	
}
.icon9 {
	background-color: #CE10D0;
	
}
.icon10 {
	background-color: #9C10D0;
	
}
.icon11 {
	background-color: #5B2BD3;
	
}
.icon12 {
	background-color: #2B7AD3;
	
}
.icon13 {
	background-color: #2BC5D3;
	
}
.icon14 {
	background-color: #2bd37a;
}


.tutorials_list_desc {
	width: 750px;
	/*IE 8 and below */ 
	*width: 650px;;
}
.tutorials_list_desc p {
	font-size:1em;
	line-height:1.3em;
	padding-right: 20px;
	padding-left:10px;
	padding-bottom: 0em;
}
.tutorials_list_desc h4{
	margin-bottom:0;
	padding-left:10px;
}
.tutorials_list_desc h4 a{
	color:#57585B;
}
.tutorials_list_addtocart {
	width: 120px;
	display: inline;
	float: right;

}
.odd {
	background-color: #eeeded;

	
}
.button_signin {	border:5px solid #78C84A; /* orange = FE9110; */
	background-color:#365186; /* charcoal = #3E4450; */
	font-weight:bold;
	font-size: 16px;
	_font-size: 14px;
	*font-size: 14px;
	padding:5px 10px;
	color: white;
	
	/*IE 8 and below */ 
	font-size:14px\9;
	
	float: right; 
	clear: right; 
	margin: 20px 40px 0 0;}
.button_signin:hover {background-color:white; color: #365186;}
.button_signin a {color: white;}
.button_signin:hover a {color: #365186;}

.button_addtocart_big {
	border:5px solid #78c84a;
	background-color:#FFF;
	font-weight:bold;
	font-size: 16px;
	_font-size: 14px;
	*font-size: 14px;
	padding-top:5px;
	padding-bottom: 5px;
	width: 130px;
	
	/*IE 8 and below */ 
	font-size:14px\9;
}
.button_addtocart_big:hover {
	background-color:#3E4450;
}
.button_addtocart_big a {
	color:#3E4450;	
	padding: 10px 10px 10px 10px;
}
.button_addtocart_big:hover a {
	color:#FFF;	
}
.button_addtocart_small {
	border:5px solid #78c84a;
	background-color:#FFF;
	font-weight:bold;
	font-size: 13px;
	width:110px;
	padding-top:2px;
	padding-bottom: 2px;
	
	/*IE 8 and below */ 
	font-style:normal\9;
}
.button_addtocart_small:hover {
	background-color:#3E4450;
}
.button_addtocart_small a {
	color:#3E4450;	
	padding: 5px 5px 5px 5px;
}
.button_addtocart_small:hover a {
	color:#FFF;	
}
.sign_up_button a {
	display: block;
	width: 100%;
	border: 5px solid #78C84A;
	box-sizing: border-box;
	background: #fff;
	padding: 6px;
	color: #57585B;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 4px;
}
.sign_up_button a:hover {
	background: #57585B;
	color: #fff;
}
.sign_up_button.half_width a {
	width: 50%;
	float: left;
}
.price_big {
	font-size:24px;
	line-height:24px;
	float:right;
	font-weight:bold;
	padding: 10px 10px 10px 20px;
	color: #FE9110;
	font-style: italic;
	
	/*IE 8 and below */ 
	font-style:normal\9; 
}
.price_small {
	font-size:20px;
	font-weight:bold;
	padding: 0px 10px 10px 20px;
	color: #57585B;
	font-style: italic;
	text-align: right;
	
	/*IE 8 and below */ 
	font-style:normal\9; 
}
span { 
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size:1em;
}
#header2 {
	margin-left: 5px;
	margin-right: 5px;
}
#footer {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 100px;
}
#footer p {
	padding-left:20px;	
	font-size:1.1em;
}
#footer_right p {
	text-align: right;
}
#footer_right p a {
	font-weight: normal;
}
#footer_right a:not(:hover) {
	color: #525252;
}
.share {
	float:right;
	width:60px;
	font-size:1.3em;
	font-weight:bold;
	font-style:italic;
	color: #707783;
	
	/*IE 8 and below */ 
	font-style:normal\9; 
	font-size:1.1em\9;
}

#story_content {
	padding:20px 20px 20px 20px;
}
#story_content a {
	
}
#story_content a:hover {
	
}
.story_content_title {
	
}
#story_content h2 {
	line-height:1.2em;	
}
.quote {
	font-weight:bold;
	font-style: italic;
	font-size: 1.3em;
}
.cite{
	color: #365186;
	font-weight: bold;
	font-size: 1.4em;
	margin-top: -5px;
	margin-left: 20px;
	
}
.previous_next {
	font-size:1.3em;	
}
.previous_next a {
	margin-left:10px;
	margin-right:10px;	
}
.view_cart {
	width:130px;
	float:right;	
}
.blue {
	color: #365186;
	
}


/*-------------------OTHER SYTLING--------------*/

.orange{
	color: #FE9110;
}
.white{
	color: #FFF;
}
.green{
	color: #78C84A;
}

.offwhite {
	color: #FFE8B6;
	
}
.green {
	color: #25FF00;
	
}
.red {
	color: #FF0013;
	
}
.purple {
	color: #B7A4E8;
}
.yellow {
	color: #FFFF00;
}



/************** Easy Slider ******************/
#seen-in {clear: both; text-align: center; padding: 20px 0 10px 0;}
#slideshow {position:relative; margin: 0 235px;}
.slideshowbox {

}
.slideshowbox2 {
	height: 684px;
	background-image: url(../_images/photos/how_it_works11.jpg);
	background-repeat: no-repeat;
	border: 1px solid #37627c;
	width: 550px;
	margin-bottom: 15px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slider {
	overflow:hidden;
	height: 316px;
}
#slider_channel {
	overflow:hidden;	
}

#slider ul, #slider li,  #slider2 ul, #slider2 li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider_channel ul, #slider_channel li {
	margin:0;
	padding:0;
	list-style:none;
}


#slider2 {
	margin-top:1em;
}
#slider li, #slider2 li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:930px;
	height:316px;
	overflow:hidden;
}

#slider_channel li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:930px;
	height:316px;
	overflow:hidden;
}



#prevBtn, #nextBtn,  #slider1next, #slider1prev {
	display:block;
	width:40px;
	height:30px;
	position:absolute;
	left:-20px;
	top:5px;
	z-index:1000;/*border:#FFF solid 1px;*/
		}
#nextBtn, #slider1next {
	left:10px;
}

#prevBtn a, #nextBtn a,  #slider1next a, #slider1prev a {
	display:block;
	position:relative;
	width:40px;
	height:30px;
	left: 880px;
	top: 270px;
	background:url(../_images/previous.png) no-repeat 0 0;
}
#nextBtn a, #slider1next a {
	background:url(../_images/next.png) no-repeat 0 0;
}
/* numeric controls */	

	ol#controls {
	margin:1em 0;
	padding:0;
	height:28px;
}
ol#controls li {
	margin:0 10px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol#controls li a {
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}
ol#controls li.current a {
	background:#5DC9E1;
	color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}

/*********** POTATO MENU *****************/

ul.potato-menu {
	display: flex;
	margin:0;
	width:auto;
	list-style:none;
}
.potato-menu:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
ul.potato-menu li.potato-menu-item {
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
	list-style-position:outside;
	display:inline;
	flex: auto;
}
ul.potato-menu li.potato-menu-item a {
	display:block;
	text-decoration:none;
	white-space:nowrap;
	outline:0;
}
ul.potato-menu ul.potato-menu-group {
	margin:0;
	padding:0;
	-webkit-padding-start:0;
	-webkit-padding-end:0;
	position:absolute;
	display:none;
	z-index:1000;
	border-left: 0px solid #FFF;
	border-right: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	border-top:0px solid #FFF;
}

ul#menu2 { clear:both; width:160px; margin-top:15px; }
li.potato-menu-item {
	text-align:center;
	height:40px;
	font-size:16px;
	letter-spacing:1px;
	/*font-family: 'PT Sans', Arial, Helvetica, sans-serif;*/
	background-color:#FFF;
	background-color:rgba(54,81,134,1);
	border-left: 1px #FFF solid;
	border-bottom: 1px solid #FFF;
	font-size: 1.5em;
}
li.potato-menu-item a {
	padding: 6px 31.5px;
	color: #FFFFFF;
}
li.potato-menu-hover {
	background-color: #78C84A;
}
li.potato-menu-has-vertical > a {
    /*background: transparent url(/images/icons/fammini/arrow_down.gif) right no-repeat;*/
}
li.potato-menu-has-holizontal > a {
    /*background: transparent url(/images/icons/fammini/arrow_right.gif) right no-repeat;*/
}
li.potato-menu-item ul {
    border-top:1px solid #444;
    border-left:1px solid #444;
}
li.last_item {

}
li.first_item {
	border-top: 1px solid #FFF;
}

ul.sub {
	position:relative;
	left:-4px;
	border-top: 1px solid #FFF;
}
ul.sub li {
	width:375px;
	text-align:left;
	font-size:13px;
	margin-top:4px;
	background-color:#78C84A;
	left:-1px;
	position:relative;
	border-right: 1px solid #FFF;
	top:1px;
}
ul.sub li:hover {
	width:375px;
	/* [disabled]text-align:left; */
	font-size:13px;
	background-color:#365186;
	left:-1px;
	position:relative;
}
ul.sub.right li {
	width:193px;
	left:0px;
}