@import "http://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600,300";

/*
Theme Name: Advanced Filmmaking
Version: 1.0.0
Author: OSSMedia
Author URI: http://www.ossmedia.com/
*/
body {
	background:url(images/bg.png) repeat;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:13px;
	color:#000;
	padding:0;
	margin:0;
}

a {
	text-decoration:none;
	color:#d0202e;
}

a:hover {
	text-decoration:none;
}

li {
	list-style:none;
}

ul {
	margin:0;
	padding:0;
}

@font-face {
	font-family:'ITCAvantGardePro-Bold.otf';
	src:url(fonts/ITCAvantGardePro-Bold.otf.eot);
	src:url(fonts/ITCAvantGardePro-Bold.otf.eot?#iefix) format("embedded-opentype"),url(fonts/ITCAvantGardePro-Bold.otf.woff) format("woff"),url(fonts/ITCAvantGardePro-Bold.otf.ttf) format("truetype"),url(fonts/ITCAvantGardePro-Bold.otf.svg#ITCAvantGardePro-Bold.otf) format("svg");
	font-weight:400;
	font-style:normal;
}

@font-face {
	font-family:'ITCAvantGardePro-Demi.otf';
	src:url(fonts/ITCAvantGardePro-Demi.otf.eot);
	src:url(fonts/ITCAvantGardePro-Demi.otf.eot?#iefix) format("embedded-opentype"),url(fonts/ITCAvantGardePro-Demi.otf.woff) format("woff"),url(fonts/ITCAvantGardePro-Demi.otf.ttf) format("truetype"),url(fonts/ITCAvantGardePro-Demi.otf.svg#ITCAvantGardePro-Demi.otf) format("svg");
	font-weight:400;
	font-style:normal;
}

@font-face {
	font-family:'ITCAvantGardePro-XLt.otf';
	src:url(fonts/ITCAvantGardePro-XLt.otf.eot);
	src:url(fonts/ITCAvantGardePro-XLt.otf.eot?#iefix) format("embedded-opentype"),url(fonts/ITCAvantGardePro-XLt.otf.woff) format("woff"),url(fonts/ITCAvantGardePro-XLt.otf.ttf) format("truetype"),url(fonts/ITCAvantGardePro-XLt.otf.svg#ITCAvantGardePro-XLt.otf) format("svg");
	font-weight:400;
	font-style:normal;
}

.main_wrapper {
	width:100%;
	float:left;
}

/*>>>>>>>>>Header<<<<<<<<<<*/
#header {
	float:left;
	width:100%;
}

.main_header {
	float:left;
	width:100%;
	background:#fff;
}

.body_wrapper {
	width:960px;
	margin:0 auto;
}

.header_inner {
	display:block;
	padding:0 10px;
}

.header_inner a.logo {
	float:left;
	padding:36px 0;
}

.sharing {
	float:right;
	border-top:none;
	padding:9px 17px;
	margin-top: 50px;
}

.sharing .fb-like-container {
	float:left;
	height:24px;
	width:38px;
	padding:0 25px 6px 0;
}

.sharing .fb-like-container iframe {
    top: 6px;
    left: -1px;
    z-index: 1000;
}
.sharing .misc-sharing {
    float: left;
    border-left: #ccc solid 1px;
}
.sharing .misc-sharing a {
    padding-left: 10px;     
}

.sharing a.twitter-icon {
    width: 24px;
    height: 24px;
    float: left;
    background: url(images/twitter-icon-24.png) no-repeat;
    margin: 4px 0 0;
}

.cart {
	float:left;
	border-left:1px solid #CCC;
}

.cart span {
	background:url(images/cart.png) no-repeat scroll left bottom transparent;
	color:#FFF;
	float:left;
	font-family:'ITCAvantGardePro-Bold.otf';
	font-size:11px;
	margin-left:13px;
	padding-bottom:7px;
	padding-left:35px;
	padding-top:9px;
	text-transform:uppercase;
}

.cart input {
	background:none repeat scroll 0 0 #2C2C2C;
	border:1px solid #777;
	color:#FFF;
	float:left;
	font-weight:700;
	margin-left:24px;
	text-align:center;
	width:26px;
	padding:7px 5px;
}

/*>>>>>>>>>Navigation<<<<<<<<<<*/
.navigation {
	float:left;
	width:100%;
	background:url(images/navigation.png) repeat-x;
	padding:5px 0;
}

.navigation_inner a.account {
	background:url(images/arrow.png) no-repeat right top 11px;
	color:#FFF;
	float:left;
	font-family:'ITCAvantGardePro-Bold.otf';
	font-size:14px;
	margin-left:23px;
	margin-right:15px;
	padding-bottom:12px;
	padding-right:23px;
	padding-top:12px;
	text-shadow:0 2px 2px #000;
	text-transform:uppercase;
}

.navigation_inner ul {
	display:inline-block;
}

.navigation_inner ul li {
	float:left;
	width:auto;
	margin-left:10px;
}

.navigation_inner ul li a {
	background:none repeat scroll 0 0 #2C2C2C;
	border:1px solid #777;
	box-shadow:2px -2px 20px #000 inset;
	color:#FFF;
	float:left;
	font-family:'ITCAvantGardePro-Bold.otf';
	font-size:14px;
	text-transform:uppercase;
	padding:12px 29px;
}

.navigation_inner ul li a:hover,.navigation_inner ul li.active a {
	background:#337EA5;
}

.navigation_inner ul li.current-menu-item a {
	background:#337EA5;
}

.navigation_inner {
	display:block;
	padding:0 10px;
}

/*>>>>>>>>>Login Section<<<<<<<<<<*/
.login_section {
	position:absolute;
	left:0;
	width:100%;
	padding:20px 0;
	background:url(images/transparent.png) repeat;
	z-index:999;
	margin-top:6px;
}

.login_inner {
	display:block;
	padding:0 106px;
}

.login_main {
	float:left;
	padding-bottom:33px;
	padding-right:56px;
	padding-top:33px;
	width:39%;
}

.login_main.signup {
	border:none;
	border-left:1px solid #CCC;
	padding:10px 0 10px 56px;
}

.login_main h2 {
	color:#FFF;
	font-family:'Open Sans',sans-serif;
	font-size:17px;
	font-weight:400;
	letter-spacing:-1px;
	padding-bottom:10px;
	text-transform:uppercase;
}

.login_main input {
	border:medium none #777;
	color:#707070;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-style:italic;
	height:20px;
	margin-bottom:12px;
	width:93%;
	float:left;
	padding:5px 10px;
}

.login_main input.semi_length {
	width:65%;
	margin-right:12px;
}

.login_main input.half_length {
	width:41%;
	margin-right:12px;
	float:left;
}

.login_main input.half_length.margin {
	margin-right:0;
}

.login_main input.form_bttn {
	background:none repeat scroll 0 0 #307FA7;
	color:#FFF;
	float:left;
	font-family:'ITCAvantGardePro-Bold.otf';
	font-size:12px;
	font-style:normal;
	height:auto;
	text-transform:uppercase;
	width:auto;
	cursor:pointer;
	margin:0;
	padding:6px 11px;
	font-family:'ITCAvantGardePro-Bold.otf';
}

.login_main .receive_email {
	float:right;
	width:55%;
}

.login_main .receive_email input {
	float:left;
	width:auto;
	border:none;
	margin:0;
}

.login_main .receive_email p {
	color:#FFF;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:11px;
	font-style:italic;
	line-height:14px;
	margin-left:10px;
	width:71%;
}

/*>>>>>>>>>Main_body<<<<<<<<<<*/
.main_body {
	float:left;
	width:100%;
	padding:15px 0 0;
}

.main_body_inner {
	display:block;
	padding:0 10px;
}

.slider {
	display:block;
	border:1px solid #787878;
}

.slider_content {
	position:absolute;
	display:block;
	bottom:0;
	background:url(images/transparent.png) repeat;
	padding:22px 58px;
	box-sizing: border-box;
}

.slider_content h1 {
	color:#FFF;
	display:block;
	font-family:'ITCAvantGardePro-Demi.otf';
	font-size:36px;
	font-weight:700;
	padding-bottom:10px;
}

.slider_content p {
	display:block;
	color:#fff;
	font-size:12px;
	font-style:italic;
	line-height:17px;
}

.slider_bttn {
	float:right;
	width:140px;
}

.slider_bttn a {
	background:none repeat scroll 0 0 #337EA5;
	color:#FFF;
	display:inline-block;
	font-family:'ITCAvantGardePro-Bold.otf';
	font-size:13px;
	margin-top:6px;
	text-align:center;
	text-transform:uppercase;
	width:100px;
	padding:12px 19px;
}

.body_bottom {
	display:block;
	padding-top:21px;
}

.body_bottom ul {
	float:left;
	width:100%;
}

.body_bottom ul li {
	width:222px;
	margin-left:17px;
	float:left;
}

.body_bottom ul li img {
	border:1px solid #787878;
}

.body_bottom ul li h2 {
	border-bottom:1px solid #454545;
	color:#FFF;
	display:block;
	font-family:'Open Sans',sans-serif;
	font-size:18px;
	font-weight:600;
	letter-spacing:-1px;
	padding:10px 0;
}

.body_bottom ul li p {
	color:#E8E8E8;
	display:block;
	font-size:12px;
	font-style:italic;
	line-height:17px;
	padding:6px 0;
}

.body_bottom ul li a {
	color:#41ABE1;
	display:block;
	font-size:13px;
	font-style:italic;
	font-weight:700;
	padding-top:2px;
}

.body_bottom ul li:first-child {
	margin-left:0;
}

/* >>>>>>Footer<<<<<<<*/
#footer {
	background:none repeat scroll 0 0 #2C2C2C;
	box-shadow:0 0 7px #111;
	float:left;
	width:100%;
	padding:30px 0;
}

.footer_inner {
	display:block;
	padding:0 10px;
}

.footer_inner p {
	color:#FFF;
	float:left;
	font-size:12px;
	margin-left:111px;
	margin-right:18px;
	width:auto;
	padding-top:8px;
}

.footer_inner ul {
	float:left;
	width:auto;
	padding-top:8px;
}

.footer_inner ul li {
	float:left;
	width:auto;
}

.footer_inner ul li a {
	border-left:1px solid #CCC;
	color:#41ABE1;
	float:left;
	font-size:12px;
	font-style:italic;
	font-weight:700;
	width:auto;
	padding:0 13px;
}

.social_media {
	float:right;
}

.social_media a {
	float:left;
	width:auto;
	margin-left:5px;
}

/* >>>>>>About<<<<<<<*/
.inner_page {
	background:#fff;
	display:inline-block;
	margin-top:-27px;
	width:94%;
	padding:29px 29px 68px;
	min-height:700px;
}

.bradcum {
	display:block;
	border-bottom:2px solid #000;
	padding-bottom:15px;
	font-size:11px;
	font-style:italic;
	color:#2c2c2c;
	font-weight:400;
}

.bradcum a {
	color:#307FA7;
	font-size:11px;
	font-style:italic;
	font-weight:700;
	margin-right:5px;
}

/*.bradcum span{font-size:11px;font-style:italic;color:#2c2c2c;font-weight:normal;margin-left:5px;}*/
.menu {
	clear:both;
	display:block;
	padding:0;
}

.menu li {
	display:inline;
}

.menu li a {
	background:none repeat scroll 0 0 #2C2C2C;
	color:#FFF;
	float:left;
	-right:10px;
	text-decoration:none;
	text-transform:uppercase;
	padding:12px 17px;
	font-family:'ITCAvantGardePro-Bold.otf';
	font-weight:400;
	margin-right:8px;
}

.menu li.active a {
	background:#f2f2f2;
	color:#2c2c2c;
}

.content_part {
	display:block;
	padding:25px 0;
}

.content_part .content h2 {
	color:#2C2C2C;
	display:inline-block;
	font-family:'ITCAvantGardePro-Demi.otf';
	font-size:30px;
	width:100%;
	padding:0 0 19px;
}

.content_part .content {
	float:left;
	clear:both;
	background:#f2f2f2;
	width:91.4%;
	padding:18px 40px;
}

.content_part .content p {
	font-size:13px;
	font-style:italic;
	color:#2c2c2c;
	line-height:21px;
	display:block;
}

.content_part h2 {
	color:#2C2C2C;
	display:inline-block;
	font-family:'ITCAvantGardePro-Bold.otf';
	font-weight:400;
	font-size:30px;
	width:100%;
	padding:0 0 19px;
	letter-spacing:-2px;
}

.content_part p {
	font-size:13px;
	font-style:italic;
	color:#2c2c2c;
	line-height:21px;
	display:block;
	margin:15px 0;
}

.content_part .content .video {
	margin:20px 0;
}

.content_part .video {
	margin:20px 0;
}

.content_part .video_embed {
    text-align: center;
}
.content_part .video_embed .video-below {
    text-align: left;
}
.content_part .content ul {
	display:inline-block;
	width:100%;
}

.content_part .content ul li {
	border-bottom:1px solid #777;
	padding:45px 0;
	display:block;
/*background:url(images/tag.png) no-repeat right center;*/
	min-height:99px;

}

.content_part .content ul li a {
	float:left;
	margin-right:33px;
	width:auto;
	margin-bottom:12px;
}
.content_part .content ul li .founder_left p a {
    float: none;
}

.content_part .content ul li h3 {
	color:#2C2C2C;
	display:block;
	font-family:'ITCAvantGardePro-Demi.otf';
	font-size:21px;
	letter-spacing:-1px;
	padding-bottom:4px;
}

.content_part .content ul li p {
	display:block;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-style:italic;
	color:#2c2c2c;
	line-height:19px;
}

.founder_left {
	display:inline-block;
	width:85%;
}

.team {
	display:block;
	padding-top:35px;
}

.content_part .content .team ul li {
/*background: url("images/tag.png") no-repeat scroll 15px 166px transparent;*/
	margin-left:20px;
	width:46%;
	border:none;
	float:left;
}

.content_part .content .team ul li .founder_left {
	width:100%;
}

.team ul li p {
	float:left;
	width:62%;
}

.content_part .content .team ul li:first-child {
	margin-left:0;
}

.content_part ul{
  margin-left: 15px;
}

.content_part ul li{
list-style: outside disc;
line-height: 20px;
}

.content_part ol{
  margin-left: 15px;
padding:0;
}

.content_part ol li{
list-style: outside decimal;
line-height: 20px;
}

/* >>>>>>Trial Content<<<<<<<*/
.trail_bttm {
	display:block;
	padding:30px 45px;
	background:#000;
	margin-top:-3px;
}

.trail_bttm p {
	color:#fff;
}

.trail_bttm_left {
	float:right;
	width:200px;
	margin-left:33px;
}

.trail_bttm_left a {
	background:none repeat scroll 0 0 #337EA5;
	border:1px solid #777;
	color:#FFF;
	display:block;
	font-family:'ITCAvantGardePro-Demi.otf';
	font-size:13px;
	margin-bottom:13px;
	padding:11px 15px;
	text-align:center;
	text-transform:uppercase;
}

.trail_bttm_left a.share {
	background:none;
	padding:0;
	border:none;
}

/* >>>>>>Courses<<<<<<<*/
.inner_banner {
	display:block;
	border:1px solid #444;
	margin:20px 0;
	float:left;
}

.inner_banner img {
	float:left;
}

.couses_price {
	background:none repeat scroll 0 0 #EEE;
	display:inline-block;
	margin-top:13px;
	width:90%;
	padding:30px 45px 20px;
}

.couses_price img {
	float:left;
	margin-right:35px;
}

.courses_content {
	float:left;
	width:40%;
}

.courses_content h2 {
	color:#2C2C2C;
	display:block;
	font-family:'ITCAvantGardePro-Demi.otf';
	font-size:23px;
	font-weight:400;
	padding-bottom:10px;
}

.courses_content p {
	display:block;
	font-size:13px;
	line-height:16px;
}

.courses_content span {
	color:#2C2C2C;
	float:left;
	font-family:'ITCAvantGardePro-Demi.otf';
	font-size:15px;
	margin-right:6px;
	padding-top:8px;
}

.watchnw {
	float:right;
	width:155px;
}

.watchnw a {
	background:none repeat scroll 0 0 #337EA5;
	color:#FFF;
	float:left;
	font-family:'ITCAvantGardePro-Bold.otf';
	font-size:13px;
	margin-bottom:13px;
	text-align:center;
	text-transform:uppercase;
	width:89px;
	padding:12px 31px;
}

.couses_price label {
	color:#2C2C2C;
	float:left;
	font-family:'ITCAvantGardePro-Demi.otf';
	font-size:25px;
	padding:36px 23px;
}

.watchnw a.red {
	background:#a73030;
}

.content h2 a {
	float:right;
}

.video_content_bttm {
	display:inline-block;
	background:url(images/tag.png) no-repeat right center;
	float:left;
	width:100%;
	padding:14px 0;
}

.video_content_bttm span {
	color:#2C2C2C;
	float:left;
	font-family:'ITCAvantGardePro-Demi.otf';
	font-size:15px;
	margin-right:137px;
	padding-top:8px;
}

.video_content_bttm label {
	color:#2C2C2C;
	display:inline-block;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:15px;
	font-style:italic;
	margin-right:34px;
	padding-top:8px;
}

.watch_nw {
	display:inline-block;
	width:100%;
	padding-top:16px;
}

.watch_nw a {
	background:none repeat scroll 0 0 #337EA5;
	color:#FFF;
	float:left;
	font-family:'ITCAvantGardePro-Bold.otf';
	font-size:12px;
	margin-right:12px;
	text-transform:uppercase;
	padding:14px 20px;
}

.courses_content span a,.video_content_bttm span a {
	color:#a73030;
	margin-left:10px;
}

.watch_nw a.red {
	padding:14px 50px;
	background:#A73030;
}

.list {
	display:block;
}

.list span {
	display:block;
	font-size:15px;
	color:#2c2c2c;
	font-style:italic;
	font-family:Georgia,"Times New Roman",Times,serif;
	padding-bottom:20px;
}

.list span i {
	float:right;
}

.list span.intro {
	color:#307fa7;
}

.list span.intro i {
	color:#2c2c2c;
}

/*>>>>>>Thank you<<<<<<<<<*/
.content_part.thankyou h2 {
	text-align:center;
}

.content_part.thankyou p {
	text-align:center;
}

.content_part.thankyou a {
	background:none repeat scroll 0 0 #337EA5;
	color:#FFF;
	font-family:'ITCAvantGardePro-Bold.otf';
	font-size:13px;
	padding:14px 20px;
	text-transform:uppercase;
	width:175px;
	margin:0 auto;
	display:block;
	margin-top:38px;
}

.item_title {
	display:block;
	padding:14px 20px;
	background:#eee;
	font-size:12px;
	color:#2c2c2c;
	font-style:italic;
	margin-top:10px;
}

.item_title i {
	float:right;
}

/*>>>>>>>>Shopping Cart<<<<<<<<<<*/
.item_list {
	display:inline-block;
	padding:34px 0;
	border-bottom:1px solid #ccc;
	width:100%;
}

.item_list img {
	float:left;
	margin-right:35px;
}

.product_description {
	float:left;
	width:60%;
}

.product_description h2 {
	color:#2C2C2C;
	display:block;
	font-family:'ITCAvantGardePro-Demi.otf';
	font-size:23px;
	font-weight:400;
	padding-bottom:6px;
	font-family:'ITCAvantGardePro-Demi.otf';
}

.product_description p {
	display:block;
	font-size:13px;
	line-height:16px;
}

.product_description a {
	display:block;
	padding-top:12px;
	color:#337EA5;
	font-style:italic;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:13px;
	font-weight:700;
}

.item_list span {
	color:#2C2C2C;
	float:right;
	font-family:'ITCAvantGardePro-Demi.otf';
	font-size:21px;
	padding-right:20px;
	padding-top:25px;
	font-family:'ITCAvantGardePro-Demi.otf';
}

.subtotal {
	display:block;
	text-align:right;
	color:#2c2c2c;
	font-family:'ITCAvantGardePro-Demi.otf';
	font-size:22px;
	padding:34px 0;
	font-family:'ITCAvantGardePro-Demi.otf';
}

.subtotal label {
	padding-right:20px;
	margin-left:20px;
}

.checkout {
	display:inline-block;
	border-top:6px solid #2c2c2c;
	width:100%;
}

.checkout input {
	background:none repeat scroll 0 0 #337EA5;
	border:medium none;
	color:#FFF;
	float:right;
	font-size:13px;
	margin-top:30px;
	text-transform:uppercase;
	padding:8px 29px;
	font-family:'ITCAvantGardePro-Demi.otf';
}

/*>>>>>>Checkout<<<<<<<<*/
.checkout_left {
	float:left;
	margin-left:16px;
	width:49%;
}

.checkout_left h3 {
	display:inline-block;
	width:90%;
	padding:13px 19px;
	font-size:12px;
	color:#2c2c2c;
	font-style:italic;
	margin-bottom:21px;
	background:#eee;
	font-weight:400;
}

.checkout_left input {
	border:1px solid #777;
	color:#707070;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-style:italic;
	height:20px;
	margin-bottom:12px;
	width:84%;
	margin-left:19px;
	padding:5px 10px;
}

.checkout_left select {
	border:1px solid #777;
	color:#707070;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-style:italic;
	height:32px;
	margin-bottom:12px;
	margin-left:11px;
	width:20%;
	padding:5px 2px;
}

.checkout_left input.half_length {
	width:37%;
}

.checkout_left input.semi_length {
	width:30%;
}

.checkout_left input.small_length {
	width:23%;
	margin-left:10px;
}

.checkout_left .receive_email {
	float:left;
	padding-top:0;
	width:93%;
	margin:17px 20px 27px;
}

.checkout_left .receive_email input {
	border:medium none;
	float:left;
	width:auto;
	margin:0;
}

.checkout_left .receive_email p {
	color:#2c2c2c;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:11px;
	font-style:italic;
	line-height:14px;
	margin-left:10px;
	width:82%;
}

.checkout_left p.discount_code {
	color:#777;
	margin-bottom:12px;
	margin-left:22px;
}

.checkout_left input.form_bttn {
	background:none repeat scroll 0 0 #307FA7;
	border:medium none;
	color:#FFF;
	cursor:pointer;
	float:left;
	font-family:'ITCAvantGardePro-Bold.otf';
	font-size:12px;
	font-style:normal;
	height:auto;
	margin:0 0 0 13px;
	padding:6px 11px;
	text-transform:uppercase;
	width:auto;
}

.margin {
	margin:0;
}

.checkout_left .item_list img {
	margin-right:20px;
}

.checkout_left .item_list {
	padding:22px 0;
}

.checkout_left .item_list.padding {
	padding-top:0;
}

.checkout_left .item_list .product_description {
	width:50%;
}

.checkout_left .item_list .product_description p {
	font-size:12px;
}

.subtotal2 {
	border-top:6px solid #000;
	display:inline-block;
	width:91%;
	padding:12px 20px;
}

.subtotal2 label {
	float:right;
	font-family:'Trebuchet MS';
	font-size:22px;
	font-weight:400;
	text-align:left;
	width:107px;
}

.subtotal2 span {
	float:right;
	font-family:'Trebuchet MS';
	font-size:22px;
	font-weight:400;
	width:100px;
	text-align:right;
}

.total {
	border-top:1px solid #000;
	display:inline-block;
	width:91%;
	padding:12px 20px;
}

.total label {
	float:right;
	font-family:'ITCAvantGardePro-Demi.otf';
	font-size:22px;
	font-weight:400;
	width:89px;
	text-align:left;
}

.total span {
	color:#2C2C2C;
	float:right;
	font-family:'ITCAvantGardePro-Demi.otf';
	font-size:24px;
	font-weight:400;
	text-align:right;
	width:118px;
}

.payment_part {
	border-bottom:1px solid #EEE;
	display:inline-block;
	margin-top:24px;
	padding-bottom:8px;
	width:100%;
}

.payment_part h3 {
	background:none repeat scroll 0 0 #EEE;
	color:#2C2C2C;
	display:inline-block;
	font-size:12px;
	font-style:italic;
	font-weight:400;
	margin-bottom:21px;
	width:96%;
	padding:13px 19px;
}

.card_type {
	width:28%;
	float:left;
	margin-left:22px;
}

.card_type a {
	float:left;
	width:auto;
	margin-right:26px;
}

.credit_card {
	float:left;
	width:40%;
}

.credit_card input {
	border:1px solid #777;
	color:#707070;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-style:italic;
	height:20px;
	margin-bottom:12px;
	width:64%;
	padding:5px 10px;
}

.credit_card input.cvv {
	width:10%;
	margin-left:10px;
}

.credit_card a {
	float:left;
	width:auto;
	margin-left:8px;
	margin-top:5px;
}

.expiration_date {
	float:right;
	width:250px;
}

.expiration_date select {
	border:1px solid #777;
	color:#707070;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-style:italic;
	height:32px;
	margin-bottom:12px;
	margin-right:15px;
	width:40%;
	padding:5px 10px;
}

.checkout2 {
	display:inline-block;
	width:100%;
}

.checkout2 input {
	background:none repeat scroll 0 0 #337EA5;
	border:medium none;
	color:#FFF;
	float:right;
	font-size:13px;
	margin-top:30px;
	text-transform:uppercase;
	font-family:'ITCAvantGardePro-Demi.otf';
	padding:8px 29px;
}

.card_type p,.credit_card p,.expiration_date p {
	color:#777;
	margin-bottom:12px;
	width:100%;
}

.popupmain {
	display:none;
}

.popupcontent {
	background:none repeat scroll 0 0 #FFF;
	box-shadow:0 0 7px #999;
	left:30%;
	min-height:200px;
	position:fixed;
	top:55px;
	width:625px;
	z-index:10;
}

.popupcontent h2 {
	background:none repeat scroll 0 0 #000;
	color:#FFF;
	font-family:'ITCAvantGardePro-Demi.otf';
	font-size:27px;
	font-weight:400;
	padding:31px 60px;
	width:81%;
	position:relative;
}

.popupcontent h2 a {
	background:none repeat scroll 0 0 #555;
	border:1px solid #777;
	color:#FFF;
	font-size:9px;
	font-weight:700;
	letter-spacing:0;
	padding:7px 16px;
	position:absolute;
	right:0;
	text-transform:uppercase;
	top:0;
}

.popup_content {
	padding:30px 60px;
	display:inline-block;
}

.popup_content p {
	font-family:'ITCAvantGardePro-XLt.otf';
	font-size:19px;
	color:#000;
	display:inline-block;
	width:100%;
	padding-bottom:14px;
	text-transform:uppercase;
	font-style:normal;
}

.popup_content input {
	border:1px solid #777;
	color:#707070;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-style:italic;
	height:20px;
	margin-bottom:12px;
	padding:5px 10px;
	width:89%;
	background:none;
	text-transform:inherit;
	margin-top:0;
	margin-bottom:0;
	margin-bottom:20px;
}

.popup_content input.semi_length {
	width:32%;
	margin-right:13px;
}

.popup_content input.form_bttn {
	background:none repeat scroll 0 0 #2c2c2c;
	color:#FFF;
	cursor:pointer;
	float:left;
	font-family:'ITCAvantGardePro-Bold.otf';
	font-size:12px;
	font-style:normal;
	height:auto;
	margin:0;
	padding:5px 11px;
	text-transform:uppercase;
	width:auto;
}

.paddingtop {
	padding-top:25px;
}

.popup_content input.half_length {
	width:41%;
	margin-right:11px;
}

.Dnone {
	display:none;
}

.button_logo {
	float:right;
	min-height:99px;
	position:relative;
	width:8%;
}
.page-template-page-templatecourse-single-tpl-php .button_logo {
    min-height: inherit;
}

.button_logo img {
	position:absolute;
	top:36%;
}

.founder_left .LeftSection {
	float:left;
	width:121px;
}

.logobtn {
	margin-left:15px;
}