@charset "utf-8";



/*----------------------------- Misc ----------------------------*/

.clear {
	clear:both;
}
.clear-float {
	clear:both;
}

.clearfix {	
	display:block;	
}

.clearfix:after {
	display:table;
	clear:both;
	content:" ";
}

.leftfloat {
    float:left;
}

.rightfloat {
    float:right;
}

/* ========================== CUSTOM ELEMENTS ========================= */

/*----------------------------- Buttons -----------------------------*/

input[type="submit"],
input[type="button"],
input[type="reset"],
.element-button {	
	position:relative;
	display:inline-block;
	overflow:hidden;
	padding:0.3em 10px 0.2em 10px;
	border:1px solid rgba(0,0,0,0.15);
	background:#f3715d;
	color:#fff!important;
	text-shadow:0 -1px 0 rgba(0,0,0,0.17);
	white-space:nowrap;
	line-height:1.5em;
	cursor:pointer;
	margin-top: 1px;
}

input[type="button"],
input[type="reset"],
.calcbutton {	
	position:relative;
	display:inline-block;
	overflow:hidden;
	padding:0.2em 10px 0.3em 10px;
	border:1px solid rgba(0,0,0,0.15);
	background:#ccc;
	color:#fff!important;
	text-shadow:0 -1px 0 rgba(0,0,0,0.17);
	white-space:nowrap;
	line-height:1.8em;
	cursor:pointer;
	font-weight: 600;
}

.element-button.secondary {
	background-color:#5ea5d7;
}

.element-button.dark {
	border-color:rgba(0,0,0,0.2);
	background-color:#3d4e5b;
}

.element-button.return {
	border-color:rgba(0,0,0,0.2);
	background-color:#547B53;
	padding:0.19em 10px 0.2em 10px;
	//font-size:1.1em;
	line-height:1.5em;
	margin-top: 1px;
}

.element-button.menu {
	padding:0.19em 10px 0.2em 10px;
	//font-size:1.1em;
	line-height:1.5em;
	margin-top: 1px;
}

.element-button.medium {
	padding:0 12px;
	font-size:1.2em;
	line-height:2.4em;
}

.element-button.large {
	padding:0 18px;
	font-size:1.4em;
	line-height:2.4em;
}

.element-button:after {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:block;
	background:url(/images/bgs/button_bg.png) 0 0 repeat-x;
	content:" ";	
}

.element-button.dark:after {
	background:url(/images/bgs/button_dark_bg.png) 0 0 repeat-x;
}

.element-button:hover:after {
	background-color:rgba(255,255,255,0.05);
}

.element-button.active:after,
.element-button:active:after {
	background:none;
}

.element-button img {
	position:relative;
	display:inline!important;	
	margin:-2px 8px 0 0;
	vertical-align:middle;
}

.element-button.medium img {
	margin:-3px 8px 0 0;
}

.element-button.large img {
	margin:-4px 10px 0 0;
}

p > .element-button:first-child {
	margin-top:0.5em;
}

.button-icon {
	position:relative;
	display:inline-block;
	margin:4px 8px 2px 0;
	width:16px;
	height:18px;
	background:url(/images/icons/button_icons.png) 0 0 no-repeat;
	vertical-align:middle;
}

.button-icon.sidemenu {
	background:url(/images/icons/image_6.png) 0px 1px no-repeat !important;
}

.button-icon.returnmenu {
	background:url(/images/icons/button_icons.png) 0 0 no-repeat;
}

.button-icon.upload { width:17px; }
.button-icon.help { height:17px; background-position:0 -90px; }
.button-icon.register { width:13px; height:13px; background-position:0 -31px; }
.button-icon.homemenu { width:13px; height:13px; background-position:0 -31px; }
.button-icon.login { width:8px; height:16px; background-position:0 -73px; }
.button-icon.logout { width:11px; height:13px; background-position:0 -60px; }
.button-icon.save { height:15px; background-position:0 -16px; }
.button-icon.check { height:12px; background-position:0 -109px; }
.button-icon.close { width:15px; background-position:-1px -124px; }
.button-icon.prev { width:9px; background-position:-4px -143px; }
.button-icon.next { width:9px; background-position:-3px -162px; }
.button-icon.plus { width:13px; height:13px; background-position:0 -45px; }
.button-icon.edit { width:15px; background-position:0 -178px; }
.button-icon.facebook { background-position: 0 -195px; }

/*----------------------------- Lists ----------------------------*/

ul, ol {
    margin-bottom:17px;
    list-style-position:inside;
	list-style-type:disc;
    line-height:1.6;
}

ol {
	list-style-type:decimal;
}

li > ul, li > ol {
	margin-top:0.5em;
    margin-bottom:0;
}

li {
	margin-bottom:0.5em;
}

ul:last-child,
ol:last-child,
li:last-child {
	margin-bottom:0;
	}

/* ================================ LAYOUT =========================== */

/*------------------------------ Columns ---------------------------*/

.row {
    margin:0 auto;
	padding:0 30px;
    width:1140px;
}

.row:before, .row:after {
    display:table;
    content:" ";
}

.row:after {
    clear:both;
}

.row .row {
    min-width:0;
    max-width:none;
    width:auto;
}

/*--------------------------- Header --------------------------*/

.header-wrap.coupon {
	position:relative;
	z-index:101;
	background-color: #3d4e5b !important;
	color:#fff;
	letter-spacing:0;
	font-weight:normal;
	font-style:normal;
	font-size:15px;
	font-family:Arimo, Helvetica, Arial, sans-serif;
    	line-height:1.6;
}

.site-header {
	padding:2em 0;
	border:1px solid rgba(255,255,255,0.1);
	border-right-width:0;
	border-left-width:0;
	background-color: #3d4e5b !important;
}

.site-header:after {
	bottom:-1px;
}

.site-header.submenu {
	padding:1.24em 0 0.8em 0;
}

.site-logo a {
	color:#fff;
	font-size:1.5em;
}

.site-logo h1 {
	margin:0.3em 0 0 0;
}

.menucontrol.extra {
	padding-top:0.76em;
	}

/*------------------------- Dropdown Menu ------------------------*/

.header-navigation ul {
	margin:0.5em 0 0 0;
	padding:0;
	list-style:none;
}

.header-navigation ul li {
	position:relative;
	margin:0;
}

.header-navigation div > ul > li {
	float:left;
	padding-bottom:0.5em;
}

.header-navigation div > ul:after {
	display:table;
	clear:left;
	content:" ";
}

.header-navigation div > ul > li a {
	display:block;	
	color:#f0f0f0;
	white-space:nowrap;
}

.header-navigation li.current-menu-item > a,
.header-navigation li.hover > a,
.header-navigation a:hover {
	color:#fff;
}

.header-navigation div > ul > li > a {
	padding:0 12px;
	text-shadow:0 -1px 0 rgba(0,0,0,0.15);
	font-size:1.03em;	
	font-family:Arimo, Arial, Helvetica, sans-serif;
	line-height:2.2em;
}

.header-navigation div > ul > li > a:hover {
	//background:#4F6474;
	//color: #ddd !important;
}

.header-navigation div > ul > li.current-menu-item > a {
	border-bottom:1px solid rgba(255,255,255,0.2);
	background:url(/images/bgs/black_20_bg.png);
}

.header-navigation ul ul {
	position:absolute;
	top:2.7em;
	left:0;
	z-index:1000;
	display:none;
	margin:0;
	min-width:130px;
	border:1px solid rgba(0,0,0,0.15);
	border-top-color:rgba(255,255,255,0.1);
	border-bottom-width:0;
	background:#3d4e5b;
}

.header-navigation ul ul li {
	border-top:1px solid rgba(255,255,255,0.1);
	border-bottom:1px solid rgba(0,0,0,0.15);
}

.header-navigation ul ul li:first-child {
	border-top-width:0;
}

.header-navigation ul ul li a{
	padding:0.4em 15px 0.6em 15px;	
}

.header-navigation ul ul li a:hover {
	background:rgba(255,255,255,0.03);
}

.header-navigation ul ul ul {
	top:-1px;
	left:100%;
}

/*------------------------------ Select Menu ----------------------------*/

.select-element {
	position:relative;
	overflow:hidden;
	border:1px solid #D4D4D4;
	background:url(/images/select_menu_arrows.png) right -2.7em no-repeat;
}

.select-element span {
	display:block;
	padding:0.45em 31px 0.45em 9px;
	cursor:pointer;
	text-align:left;
}

.select-element select {
	position:absolute;
	bottom:0;
	left:0;
	margin:0;
	width:100%;
	opacity:0;
	cursor:pointer;
}

.select-menu {
	display:none;
	background-color:#3d4e5b;
	background-position:right 0.9em;
	border:1px solid rgba(0,0,0,0.1);
	margin:0.5em 0;
}

.select-menu span {
	min-width:100px;
	color:#f0f0f0;
	text-shadow:0 -1px 0 rgba(0,0,0,0.15);
	font-size:1.1em;
	padding:0.3em 12px;
	font-family:Crete Round, Arial, Helvetica, sans-serif;
}

.select-menu:hover span {
	color:#fff;
}

/*-------------------------- Search Form -------------------------*/

.search-form  {
	margin:0.6em 0 0.6em 10px;
	border:1px solid rgba(0,0,0,0.1);
	background:#3d4e5b url(/images/icons/search_icon.png) right 0.6em no-repeat;
}

.search-form form {
	display:block;
	float:right;
}

.search-form input{
	display:block;
	margin:0;
	padding:0.5em 20px 0.4em 9px;
	width:1px;
	border-width:0;
	background-color:transparent;
	color:transparent;
	cursor:pointer;
}

.search-form input:hover {
	background-color:rgba(255,255,255,0.05);
}

.search-form input:focus {
	padding-right:27px;
	width:130px;
	background-color:transparent;
	color:#fff;
	cursor:text;
}

.mobile-search-form {
	display:none;
	margin-bottom:1em;
	padding:0 27px 0 9px;
	border:1px solid rgba(0,0,0,0.1);
	background:#3d4e5b url(/images/icons/search_icon.png) right 0.6em no-repeat;
}

.mobile-search-form input {
	display:block;
	margin:0 0 0 -9px;
	padding:0.5em 27px 0.4em 9px;
	width:100%;
	border-width:0;
	background-color:transparent;
	color:#fff;
}

/*------------------------- Login Form ------------------------*/

.login-options {
	margin:0.5em 0;
}

.login-options .element-button {
	display:block;
	border-width:0;
}

.login-options .button-wrap {
	margin-left:10px;
	border:1px solid rgba(0,0,0,0.15);
}

.login-button .tooltip-wrap {
	right:0;
	left:auto;
}

.login-button .tooltip-text {
	margin:10px 0 0 0;
	border:1px solid rgba(0,0,0,0.1);
	background:#3d4e5b;
	color:#fff;
}

.formatted-form .facebook-button,
.popup-form .facebook-button {
	background-color:#3f5e9e;
}

.facebook-button .button-icon {
	top:-2px;
	margin:0 -2px;
}

.popup-form .field-wrap {
	margin-bottom:1em;
	border:1px solid rgba(0,0,0,0.1);
}

.popup-form input{
	margin:0;
	width:160px;
	border-width:0;
	background-color:transparent;
	color:#fff;
}

.popup-form .switch-button > span {
	padding-right:8px;
	padding-left:8px;
}

.popup-form .switch-button .button-icon{
	top:-1px;
	margin:0 -2px;
}

.popup-form ul li {
	padding:0;
	background:none;
	font-size:0.9em;
}

.register-form {
	padding-right:5.5%;
	border-right:1px dotted #d4d4d4;
}
/*--------------------------- Footer --------------------------*/

.footer-wrap {
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	z-index:100;
	width:100%;
	background:#3d4e5b;
}

.site-footer {
	position:relative;
	z-index:200;
	padding:1.5em 0;
	border-top:1px solid rgba(255,255,255,0.2);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}

.site-footer:after,
.site-header:after {
	position:absolute;
	right:0;
	left:0;
	display:block;
	width:100%;
	height:1px;
	background:#3d4e5b;
	content:" ";
}

.site-footer:after {
	top:-2px;
}

.footer-navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}

.footer-navigation ul ul {
	display:none;
}

.footer-navigation li {
	float:left;
	margin:0 0 0 15px;
}

.footer-navigation li a {
	color:#f0f0f0;
}

.footer-navigation li a:hover {
	color:#fff; 
}

/* ============================== WIDGETS ============================== */

.widget {
	position:relative;
	z-index:1;
	padding:13px 15px;
	border:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	background:#fff;
	color:#555;
}
.widget.college {
	padding:0px;
	border:0px;
	border-bottom:0px;
	background: none !important;
	color: none !important;
}

.widget:after {
	display:block;
	clear:both;
	content:" ";
}

.widget-title {
	position:relative;
	overflow:hidden;
	margin:-14px -16px 13px -16px;
	padding:0.7em 15px;
	border:1px solid rgba(0,0,0,0.01);
	border-bottom-color:#3d4e5b;
	background-color:#3d4e5b;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);	
}

.collegeplans .widget-title {
	position:relative;
	overflow:hidden;
	margin:5px 1px 30px 1px;
	padding:0.7em 15px;
	border:1px solid rgba(0,0,0,0.01);
	border-bottom-color:#3d4e5b;
	background-color:#555;
	//background-color:#3d4e5b;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);	
}

.collegeplans.mobilek8 {
	display: none;
}

.collegeplans .widget-title {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.widget-title:after {
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.2);
	content:" ";
}

.widget-description {
	position:relative;
	overflow:hidden;
	margin:-14px -16px 0px -16px;
	padding:0px;
	border:1px solid rgba(0,0,0,0.01);
	border-bottom-color:#3d4e5b;
	border-color:rgba(0,0,0,0.2);
	background-color:#547B53;
	color:#eee;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);	
}

.sidebar .widget {
	margin-bottom:3em;	
}

.footer-sidebar {
	margin-top:4em;
}

.footer-sidebar .column:last-child,
.sidebar .widget:last-child {
	margin:0;
}

.sidebar .widget ul {
	display:block;
	margin:0;
	list-style:none;
}

.sidebar .widget ul li {
	margin-bottom:0.6em;
	padding-bottom:0.6em;
	border-bottom:1px dotted #d4d4d4;
}

.sidebar .widget ul li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
}

.sidebar .widget ul li.current {
	font-weight:bold;
}


/* ========================= RESPONSIVE STYLES ======================== */

/* --------------------------- 940px-1199px --------------------------- */

@media only screen and (max-width: 1199px) and (min-width: 1000px) {
	.row {
		width:940px;
	}
	ul.bordered.rolldisplay li {
	display: block;
	position: relative;
	float: left;
	width: 19.89%;
	height: 150px;
	}
	ul.bordered.caldisplay li {
	display: block;
	position: relative;
	float: left;
	width: 16.55%;
	height: 70px;
	padding-top: 20px;
	}
	ul.bordered.twocoldisplay li {
	display: block;
	position: relative;
	float: left;
	width: 49.87%;
	height: 150px;
	padding-top: 20px;
	}
	ul.bordered.threecoldisplay li {
	display: block;
	position: relative;
	float: left;
	width: 33.253%;
	height: 150px;
	padding-top: 20px;
	}
	ul.bordered.fourcoldisplay li {
	display: block;
	position: relative;
	float: left;
	width: 24.88%;
	height: 170px;
	padding-top: 20px;
	}
	ul.bordered.rolldisplay.k8notes li {
		height: 290px;
	}
}

/* ---------------------------- 768px-999px --------------------------- */

@media only screen and (max-width: 999px) and (min-width: 768px) {
	.row {
		width:708px;
	}
	
	ul.bordered.rolldisplay li {
	display: block;
	position: relative;
	float: clear;
	width: 100% !important;
	height: auto;
	padding-bottom: 25px;
	}
	ul.bordered.rolldisplay li.last {
	padding-bottom: 25px;
	}
	ul.bordered.rolldisplay.aidnotes li {
	height: auto;
	}
	ul.bordered.rolldisplay.aidoptions li {
	height: auto;
	}
	ul.bordered.rolldisplay.aidtools li {
	height: auto;
	}
	ul.bordered.rolldisplay.k8notes li {
	height: auto;
	}
	ul.bordered.caldisplay li {
	display: block;
	position: relative;
	float: clear;
	width: 100%;
	height: auto;
	padding-bottom: 25px;
	}
	ul.bordered.twocoldisplay li {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 25px;
	}
	ul.bordered.threecoldisplay li {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 25px;
	}
	ul.bordered.threecoldisplay.calc li {
	height: auto;
	}
	ul.bordered.fourcoldisplay li {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 25px;
	}
}

/* ------------------------------ 0-999px ---------------------------- */

@media only screen and (max-width: 999px) {
	.header-navigation .menu {
		display:none;
	}
	
	.header-navigation .select-menu {
		display:block;
	}
	
	.search-form input:focus {
		width:60px;
	}
}

/* ------------------------------ 0-767px ---------------------------- */

@media handheld, only screen and (max-width: 767px) {
	
	.row .column {
		margin:0 0 3em 0;
		width:100%;
	}
	
	.row .column > .column {
		margin-bottom:1em;
	}
	
	.column.last,
	.courses-listing .column,
	.lessons-listing,
	.formatted-form .column{
		margin-bottom:0;
	}
	
	.site-header .search-form,
	table.cart .coupon,
	.boxed-slider .caption,
	.parallax-slider .substrate,
	.footer-navigation {
		display:none;
	}
	
	.mobile-search-form {
		display:block;
	}
	
	.select-menu,
	.site-header .site-logo,
	.site-footer .copyright,
	.header-navigation {
		float:none;
		width:100%;
	}
	
	.site-header,
	.site-footer {
		text-align:center;
	}
	
	.header-options {
		display:inline-block;
		float:none;
		margin:1em 0 2px 0;
	}
	
	.login-options,
	.share-button,
	.search-form,
	.select-menu {
		text-align:left;
	}
	
	.share-button {
		margin-left:0;
	}
	
	.parallax-slider {
		padding-top:3em;
	}
	
	.parallax-slider .column {
		top:0!important;
	}
	
	.post .post-image ,
	.course-content .course-questions {
		margin-bottom:1.5em;
	}
	
	.vertical-tabs .tabs {
		margin-bottom:1.5em;
		border-width:0;
	}
	
	.vertical-tabs .tabs li {
		margin-top:-1px;
	}		
	
	.vertical-tabs .tabs li.current {
		margin-right:0;
		border-right:1px solid #E5E5E5;
	}
	
	.vertical-tabs .panes {
		padding:0;
		border-width:0;
	}
	
	.single-course .related-courses {
		margin-top:1em;
	}
	ul.bordered.rolldisplay li {
	display: block;
	float: clear;
	width: 100% !important;
	height: auto;
	padding-bottom: 25px;
	}
	ul.bordered.rolldisplay li.last {
	padding-bottom: 25px;
	}
	ul.bordered.rolldisplay.aidnotes li {
	height: auto;
	}
	ul.bordered.rolldisplay.k8notes li {
	height: auto;
	}
	ul.bordered.rolldisplay.aidoptions li {
	height: auto;
	}
	ul.bordered.rolldisplay.aidtools li {
	height: auto;
	}
	ul.bordered.caldisplay li {
	display: block;
	position: relative;
	float: clear;
	width: 100%;
	height: auto;
	padding-bottom: 25px;
	}
	ul.bordered.twocoldisplay li {
	display: block;
	position: relative;
	float: clear;
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 25px;
	}
	ul.bordered.threecoldisplay li {
	display: block;
	position: relative;
	float: clear;
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 25px;
	}
	ul.bordered.threecoldisplay.calc li {
	height: auto;
	}
	ul.bordered.fourcoldisplay li {
	display: block;
	position: relative;
	float: clear;
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 25px;
	}
}

/* ---------------------------- 480px-767px -------------------------- */

@media handheld, only screen and (max-width: 767px) and (min-width: 480px) {
	.row {
		padding:0 15px;
		width:450px;
	}
	
	.featured-content .substrate {
		width:500%;
	}

	.collegeplans.k8 {
		display: none;
	}

	.collegeplans.mobilek8 {
		display: block;
	}

	.collegeplans .widget-title.mobile {
		margin-bottom:-15px;
	}
	ul.bordered.rolldisplay li.last {
	padding-bottom: 25px;
	}
	ul.bordered.rolldisplay.aidnotes li {
	height: auto;
	}
}

/* ---------------------------- 320px-479px -------------------------- */

@media handheld, only screen and (max-width: 479px) {
	.row {
		padding:0 15px;
		width:290px;
	}	
	
	.featured-content .substrate {
		width:700%;
	}
	
	.login-button .tooltip-wrap {
		right:auto;
		left:0;
	}
	
	.row.mobile {
		margin-top: -45px !important;
		}

	.vertical-tabs .tabs li {
		padding:.5em 15px;
	}

	.page-title h1 {
		font-size: 18px;	
	}

	.vertical-tabs.margin {
		margin-top: 0px !important;
	}

	.collegeplans.k8 {
		display: none;
	}

	.collegeplans.mobilek8 {
		display: block;
	}

	.collegeplans .widget-title.mobile {
		margin-bottom:-15px;
	}
}

@media print {
	.print-button {
		display:none;
	}
}

/* =========================== CSS3 EFFECTS =========================== */

textarea,
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
.course-preview,
.course-description,
.course-image,
.course-preview .course-meta,
.popup .popup-text,
.boxed-slider,
.tooltip-text,
.bordered-image,
.wp-caption,
.gallery-icon,
ul.products li.product img,
.widget ul.product_list_widget li img,
.content-block,
.lessons-listing,
.user-courses-listing,
.vertical-tabs .tabs li,
.widget,
.user-menu,
.tooltip-text .field-wrap,
.certificate-wrap,
.jp-volume-bar,
.jp-progress,
.jp-controls a,
.jp-controls a:before,
.jp-video-play-icon,
.jp-video-play-icon:before,
.jp-gui,
.course-progress,
.course-progress span,
.product-preview,
.search-form,
.mobile-search-form,
.tagcloud a,
.user-links a,
.users-listing .user-image,
.pagination span,
.element-button,
.element-button:after,
.button-wrap,
.select-element,
.header-navigation ul,
.header-navigation div > ul > li a,
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.lesson-toggle,
.questions-listing .question-replies,
.toggle-title:before,
ul.styled-list.style-4 li:before,
.quiz-listing .question-number,
.lesson-attachments a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.jp-video .jp-gui {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
}

.widget-title,
.user-profile .wp-editor-container {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.share-button,
.login-options .button-wrap,
.jp-controls a:after,
.jp-controls a,
.login-button .tooltip-text .field-wrap,
.select-menu,
.mobile-search-form,
.search-form {
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.1);
	-moz-box-shadow:0 1px 0 rgba(255,255,255,0.1);
	box-shadow:0 1px 0 rgba(255,255,255,0.1);
}

.header-navigation div > ul > li.current-menu-item > a {
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.15) inset;
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.15) inset;
	box-shadow:0 1px 1px rgba(0,0,0,0.15) inset;
}

.user-links a {
	-webkit-box-shadow:0 0 7px rgba(0,0,0,0.17) inset;
	-moz-box-shadow:0 0 7px rgba(0,0,0,0.17) inset;
	box-shadow:0 0 7px rgba(0,0,0,0.17) inset;
}

.search-form input{
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.1) inset;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,0.1) inset;
	box-shadow:0 1px 0 rgba(255,255,255,0.1) inset;
}

.course-progress {
	-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.07) inset;
	-moz-box-shadow:0 2px 4px rgba(0,0,0,0.07) inset;
	box-shadow:0 2px 4px rgba(0,0,0,0.07) inset;
}

.jp-volume-bar,
.jp-progress {
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.07) inset;
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.07) inset;
	box-shadow:0 1px 1px rgba(0,0,0,0.07) inset;
}

.login-button .tooltip-text input,
.search-form input:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.tooltip-text,
.course-preview,
.product-preview,
.certificate-wrap,
.widget,
.bordered-image,
.wp-caption,
.gallery-icon,
.boxed-slider,
.content-block,
ul.products li.product img,
.header-navigation ul ul {
	-webkit-box-shadow:0 0 8px rgba(0,0,0,0.15);
	-moz-box-shadow:0 0 8px rgba(0,0,0,0.15);
	box-shadow:0 0 8px rgba(0,0,0,0.15);
}

.user-menu,
.lessons-listing,
.user-courses-listing {
	-webkit-box-shadow:0 0 8px rgba(0,0,0,0.07);
	-moz-box-shadow:0 0 8px rgba(0,0,0,0.07);
	box-shadow:0 0 8px rgba(0,0,0,0.07);
}

.toggles-wrap {
	-webkit-box-shadow:0 0 6px rgba(0,0,0,0.25);
	-moz-box-shadow:0 0 6px rgba(0,0,0,0.25);
	box-shadow:0 0 6px rgba(0,0,0,0.25);
}

.featured-content:after {
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 15px rgba(0,0,0,0.3);
	box-shadow:0 0 15px rgba(0,0,0,0.3);
}

.login-button .tooltip-text,
.lessons-listing .lesson-attachments,
.user-courses-listing .course-meta,
.plan-preview .plan-description,
.course-preview .course-header {
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.1);
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}

.search-form input {
	-webkit-transition: width 0.3s, padding 0.3s;	
	-moz-transition: width 0.3s, padding 0.3s;
	-o-transition: width 0.3s, padding 0.3s;
	transition: width 0.3s, padding 0.3s;
}

.parallax-slider ul {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.main-content textarea,
.main-content input[type="text"],
.main-content input[type="password"],
.main-content .select-element {
	-webkit-box-shadow:0 2px 5px rgba(204,204,204,0.4) inset;
	-moz-box-shadow:0 2px 5px rgba(204,204,204,0.4) inset;
	box-shadow:0 2px 5px rgba(204,204,204,0.4) inset;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #content input.button.alt:hover,
input[type="submit"],
input[type="button"],
.course-price .price-text,
.jp-play-bar,
.jp-volume-bar-value,
.jp-controls a:before,
.search-form input,
.select-menu span,
.element-button {
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.15)), color-stop(100%,rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%);
}

.jp-interface,
.widget-title,
.site-header,
.site-footer {
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);
}


.jp-video-play-icon:before,
.login-button .tooltip-text {
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.07)), color-stop(100%,rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.07) 0%,rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.07) 0%,rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.07) 0%,rgba(255,255,255,0) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.07) 0%,rgba(255,255,255,0) 100%);
}

.login-button .tooltip-text input,
.mobile-search-form input,
.search-form input:focus {
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.05)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.05) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.05) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.05) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.05) 100%);
}

.pagination span {
	background-image: linear-gradient(bottom, #EBEBEB 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #EBEBEB 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #EBEBEB 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #EBEBEB 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #EBEBEB 0%, #FFFFFF 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #EBEBEB),color-stop(1, #FFFFFF));
}

ul.products li.product img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




.tagcloud > a {
	display: inline-block;
	padding: 6px 10px;
	font-size: 13px;
	color: #eee;
	line-height: 13px;
	margin: 0 8px 8px 0;
	background: #728B92 !important;
	border-radius: 14px;
	-moz-border-radius: 14px;
}

.tagcloud > a:hover {
	background: #8FAAB1 !important;
}

/* ============================ IE FIXES ============================ */

.ie .row,
.ie .clearfix {
	zoom:1;
}