@charset "utf-8";

/*
Theme Name: Academy
Theme URI: http://themextemplates.com/demo/academy
License: GNU General Public License and Themeforest License
License URI: http://themeforest.net/licenses/regular_extended
Description: Learning Management WordPress Theme.
Author: Themex
Author URI: http://www.themeforest.net/user/themex/
Version: 2.14
Tags: learning, teaching, education, studying, tutoring
Changes: font to Arimo in body text; Line-Height
*/

/* ================================ LAYOUT =========================== */


.navbar-fixed-top.jobcenter {
  top: 0px;
  border-width: 0 0 1px;
}

#search{
	margin-top: 0px;	
}

select, 
textarea {
	display:block;
	width:auto;
	color:#333;
	//font-size:1em;
	//font-family:Open Sans, Arial, Helvetica, sans-serif;
	//font: normal 14px/auto Verdana, Arial, Helvetica, sans-serif;
	font-family:Arimo, Helvetica, Arial, sans-serif;
	background-color: #EFF3F5;
	border: 1px solid #666;
	padding: 5px 5px;
}

	
.header-options.mobile {
	display: none;
}

.login-options .element-button {
	display:block;
	border-width:0;
}

/*------------------------------ 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.secondmenu {
	margin-top: 60px !important;
	}
	

.clear {
	clear:both;
}
.clear-float {
	clear:both;
}

.clearfix {	
	display:block;	
}

.clearfix:after {
	display:table;
	clear:both;
	content:" ";
}

.left {
    float:left;
}

.right {
    float:right;
}

.button-icon {
	position:relative;
	display:inline-block;
	margin:-2px 8px 0 0;
	width:16px;
	height:16px;
	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-wrap {
	margin-left:10px;
	border:1px solid rgba(0,0,0,0.15);
}

.button-wrap {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.button-wrap {
	-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);
}


/*--------------------------- Content --------------------------*/

.featured-content {
	display:block;
	position:relative;
	padding:0!important;
	width:100%!important;
	overflow:hidden;
	background:url(/images/bgs/jobbg.jpg) 0 0 repeat-x;
	height: 60px;
}

.featured-content:after {
	position:absolute;
	right:0;
	bottom:-5px;
	left:0;
	z-index:100;
	display:block;
	width:100%;
	height:5px;
	content:" ";
}

.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);
}



.fullwidth {
	display:block;
	padding:0!important;
	width:100%!important;
	height:auto;
}



.page-title {
	position:relative;
	z-index:2;
	overflow:hidden;
	padding:1.1em 0;
	color:#fff;
	background: #333; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#333333, transparent); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#333333, transparent); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#333333, transparent); /* For Firefox 3.6 to 15 */
    	background: linear-gradient(#333333, transparent); /* Standard syntax (must be last) */
}

.page-title h1 {
	font-size: 24px;	
}

.page-title p.subtitle {
	font-size: 14px;
	padding:0.4em 0 0.6em 0;
}


.nomargin {
	margin:0!important;
}

.page-title p.subtitle {
	font-size: 14px;
	padding:0.4em 0 0.6em 0;
}

/*--------------------------- Header --------------------------*/

.header-wrap {
	position:relative;
	z-index:101;
	background-color:#3d4e5b;
	color:#fff;
}

.site-header {
	padding:2em 0;
	border:1px solid rgba(255,255,255,0.1);
	border-right-width:0;
	border-left-width:0;
}

.site-header:after {
	bottom:-1px;
}

.site-header.submenu {
	padding:1.22em 0 1.4em 0;
}

.site-logo a {
	color:#fff;
	font-size:1.5em;
}

.site-logo h1 {
	margin:0.3em 0 0 0;
}

.menu ul li a:hover {
  text-decoration: none !important;
  }

.menucontrol.extra {
	padding-top:1.0em;
	}

/*------------------------- 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  {
	display:block;
	margin:0.6em 0 0.6em 10px;
	border:1px solid rgba(0,0,0,0.1);
	height: 35px;
	width: 15px;
	background-color:transparent;
}

.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;
}
.search-form {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.search-form {
	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%);
}

/*--------------------------- shortcodes --------------------------*/



.short-tabs {
	display: block;
	margin: 15px 35px 15px 35px;
	margin-left: auto;
	margin-right: auto;
}
.short-tabs.cat {
	margin: 30px 30px 15px 30px;
}

.short-tabs {
	display: block;
	margin-bottom: 15px;
}

.short-tabs ul {
	padding: 0;
	margin: 0;
}

.short-tabs > ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.short-tabs > ul li {
	background: transparent;
	padding: 0px;
	margin: 0px;
	margin-right: -4px !important;
	display: inline-block;
}

.short-tabs > ul li a {
	display: block;
	//background: #3d4e5b;
	background: #d9d9d9;
	color: #232323;
	padding: 8px 10px;
	//border-radius: 5px 5px 0 0;
	//border: 1px solid #e5e5e5;
	border: 1px solid #777;
	border-bottom: 0px;
	box-shadow: inset 0 -30px 25px -25px rgba(0,0,0,0.06);
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

.short-tabs.news > ul li a {
	color: #527890 !important;
}

.short-tabs > ul li.active a {
	background: #fff;
	border: 1px solid #d9d9d9;
	border-bottom: 0px;
	border-radius: 3px 3px 2px 2px;
	margin-bottom: -15px;
	padding-bottom: 15px;
	box-shadow: inset 0 40px 35px -35px #fff;
}

.short-tabs > ul li a:hover {
	border-bottom: 0px;
	background: #e2e2e2;
	color: #232323;
	text-decoration: none;
}

.short-tabs > div {
	display: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 20px 20px 5px 20px;
	box-shadow: inset 0 0 0 1px #fff;
	background: #fff;
	border: 1px solid #d9d9d9;
}

.short-tabs > div.active {
	display: block;
}

.short-tabs > ul li a {
	font-size: 14px;
	font-weight: 600;
	color: #468;
}

.short-tabs > ul li.active a {
	color: #666;
}

/*------------------------- Login Form ------------------------*/


input[type="button"],
.element-button {	
	position:relative;
	display:inline-block;
	overflow:hidden;
	padding:0.2em 10px 0.3em 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.8em;
	cursor:pointer;
}

.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);
}

.element-button.secondary {
	background-color:#5ea5d7;
}

.element-button.return {
	border-color:rgba(0,0,0,0.2);
	background-color:#547B53;
}

.element-button.menu {
	border-color:rgba(0,0,0,0.2);
	background:#f3715d;
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.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;
}



/*------------------------------ 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;
}
.select-menu {
	-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);
}
.select-menu span {
	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%);
}

/* ------------------------------------------------------------
* TO TOP JQ
* ------------------------------------------------------------ */

#toTop {
	display:none;
	content: '';
	text-decoration:none;
	position:fixed;
	bottom:200px;
	right:10px;
	overflow:hidden;
	width:50px;
	height:50px;
	border:none;
	text-indent:100%;
	z-index:100;
	background: url(/images/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background: url(/images/ui.totop.png) no-repeat left -50px;
	content: '';
	width:50px;
	height:50px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	z-index:100;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}



/* ========================= RESPONSIVE STYLES ======================== */

/* --------------------------- 940px-1199px --------------------------- */

@media only screen and (max-width: 1199px) and (min-width: 1000px) {
	.row {
		width:940px;
	}

	#search{
		margin-top: 120px;	
	}
}

/* ---------------------------- 768px-999px --------------------------- */

@media only screen and (max-width: 999px) and (min-width: 768px) {
	.row {
		width:708px;
	}
	
	.header-options.mobile {
		display:inline-block !important;
		float:right;
		margin:0.45em 0 5px 0;
		padding-bottom: 0px;
	}
}

/* ------------------------------ 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;
	}
	
	.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;
	}
}

/* ---------------------------- 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;
	}
	.short-tabs ul li.mobilemenulastest {
	display: none;
	}
	.site-header .site-logo {
		padding-bottom: 20px;
	}
	
	.header-options.mobile {
		display:inline-block !important;
		float:none;
		margin:1em 0 5px 0;
		padding-bottom: 0px;
	}
}

/* ---------------------------- 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;
		}
	.page-title h1 {
		font-size: 18px;	
	}
	.short-tabs ul li.mobilemenucat {
	margin-top: 20px;
	}
	.short-tabs ul li.mobilemenulocation {
	display: none;
	}
	.site-header .site-logo {
		padding-bottom: 20px;
	}
	
	.header-options.mobile {
		display:inline-block !important;
		float:none;
		margin:1em 0 5px 0;
		padding-bottom: 0px;
	}
}

@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;
}

.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;
}

.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%);
}

.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;
}

/* ============================ IE FIXES ============================ */

.ie .row,
.ie .clearfix {
	zoom:1;
}