
/*------------------------- Form Elements  -------------------------*/

input, select, textarea {
	display:block;
	margin:0 0 1em 0;
	padding:0.5em 9px;
	width:auto;
	outline:none;
	border:1px solid #D4D4D4;
	background:#fff;
	color:#333;
	font-size:1em;
	font-family:Open Sans, Arial, Helvetica, sans-serif;	
}

input[type="submit"],
input[type="button"] {
	margin:0;
	border:0;
	background:none;	
}

textarea {
	resize:none;
}

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

.clear {
	clear:both;
}

.clearfix {	
	display:block;	
}

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

.left {
    float:left;
}

.right {
    float:right;
}

.text-left {
    text-align:left;
}

.text-right {
    text-align:right;
}

.text-center {
    text-align:center;
}

.hidden {
    display:none;
}

.hidden-wrap {
	overflow:hidden;
}

.visible {
	visibility:visible;
	opacity:1!important;
}

.highlight {
    background:#ffff99;
}

.nomargin {
	margin:0!important;
}

.fullwidth {
	display:block;
	padding:0!important;
	width:100%!important;
	height:auto;
}

.alignnone {
    margin: 0.5em 0 0 0;
}

.alignright {
    float:right;
    margin: 0 0 1em 20px;
}

.alignleft {
    float:left;
    margin: 0 20px 1em 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 1em auto;
	text-align:center;
}

.aligncenter * {
	text-align:center;
}

.secondary {
	color:#777;
}

.bypostauthor {
	color:#777;
	font-weight:normal;
}

.sticky {
	padding-bottom:2em;
	border-bottom:1px dotted #ccc;
}

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

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

input[type="submit"],
input[type="button"],
.button {	
	position:relative;
	display:inline-block;
	overflow:hidden;
	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;
	cursor:pointer;
}

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

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

.button > span,
input[type="submit"],
input[type="button"] {
	padding:0.2em 10px 0.3em 10px;
	
}

.button > span {
	display:block;
	overflow:hidden;
	background:url(images/bgs/button_bg.png) 0 0 repeat-x;
	color:#fff!important;
}

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

.button:hover > span {
	background-color:rgba(255,255,255,0.05);
	color:#fff;
}

.button.active > span,
.button:active > span{
	background:none;
}

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

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

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

.button.medium > span {
	padding:0 1px;
	font-size:1.2em;
	
}

.button.large > span {
	padding:0 18px;
	font-size:1.4em;
	
}

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

.button-icon {
	position:relative;
	display:inline-block;
	margin:-2px 8px 0 0;
	width:16px;
	height:16px;
	background:url(../images/button_icons.png) 0 0 no-repeat;
	vertical-align:middle;
}
.button-icon1 {
	position:relative;
	display:inline-block;
	margin:0px 0px 0 0;
	width:42px;
	height:16px;
	background: url(../images/youtube-icon.png) 0 0 no-repeat;
	vertical-align:middle;
}
.button-icon2 {
	position:relative;
	display:inline-block;
	margin:0px 0px 0 0;
	width:22px;
	height:16px;
	background: url(../images/tw-icon.png) 0 0 no-repeat;
	vertical-align:middle;
}

.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.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; }

/*------------------------------ Forms ----------------------------*/

.formatted-form .form-row,
.formatted-form .field-wrapper {
	padding:0 10px;
}

.formatted-form .form-row,
.formatted-form .field-wrapper > * {
	margin-left:-10px;
}

.formatted-form .wp-editor-wrap,
.formatted-form input[type="text"],
.formatted-form input[type="password"],
.formatted-form .chzn-container,
.formatted-form select,
.formatted-form textarea {
	display:block;
	margin-bottom:1.2em;
	margin-left:-10px;
	width:100%;
}

.formatted-form .wp-editor-wrap,
.formatted-form select {
	margin-left:0;
}

.woocommerce-checkout .form-row .chzn-container input {
	margin:1px 0;
}

.formatted-form  .form-captcha img {
	float:left;
	margin:1px 18px 0 0;
}

.formatted-form  .form-captcha input {
	float:left;
	width:55px;
}

.formatted-form .submit-button {
	float:left;
	margin-right:12px;
}

.form-loader {
	display:none;
	float:left;
	margin-top:5px;
	width:20px;
	height:20px;
	background:url(../images/loader.gif) 0 0 no-repeat;
}

.form-submit {
	margin:0;
}

.popup {
	position:fixed;
	top:50%;
	right:0;
	left:0;
	z-index:1000;
	display:none;
	width:100%;
	text-align:center;
}

.popup .popup-text {
	position:relative;
	display:inline-block;
	margin:-3em 0 0 0;
	padding:1em 20px;
	background:url(../images/black_80_bg.png);
	color:#fff;	
}

/*---------------------------------- Images ---------------------------------*/

.gallery-icon,
.wp-caption,
.bordered-image {
	position:relative;
	overflow:hidden;
	padding:3px;
	max-width:100%;
	border:1px solid #e1e1e1;
	background:#fff;
}

.gallery-icon img,
.wp-caption img,
.bordered-image img {
	display:block;
	width:100%;
	height:auto;
	border-width:0!important;
}

.gallery-item,
.wp-caption {
	position:relative;
	margin-bottom:1em;
}

.bordered-image.thick-border {
	padding:5px;
}

.bordered-image.inner-image + p {
	margin-top:2em;
}

.gallery-item .gallery-caption,
.wp-caption .wp-caption-text,
.bordered-image .caption {
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	padding:1em 15px;
	background:url(../images/white_80_bg.png);
}

.gallery-item .gallery-caption {
	right:13px;
	bottom:3px;
	left:3px;
}

.gallery-item .gallery-icon {
	margin-right:10px;
}

/*----------------------------- 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;
}

ul.square, ul.circle, ul.disc {
    margin-left:17px;
}

ul.square {
    list-style-type:square;
}

ul.square li ul {
    list-style:inherit;
}

ul.circle {
    list-style-type:circle;
}

ul.circle li ul {
    list-style:inherit;
}

ul.disc {
    list-style-type:disc;
}

ul.disc li ul {
    list-style:inherit;
}

ul.bordered li {
	margin-bottom:0.6em;
	padding-bottom:0.6em;
	padding-left:0;
	border-bottom:1px dotted #d4d4d4;
}

ul.bordered  li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-width:0;
}

ul.checked li {
	margin-bottom:0.5em;
	padding-left:16px;
	background:url(../images/bullet_1.png) 0 6px no-repeat;
}

ul.checked,
ul.bordered,
ul.styled-list,
ul.no-bullet {
    list-style:none;
}

ul.styled-list li {
	position:relative;
	margin-bottom:0.6em;
	padding-left:22px;
	color:#555;	
}

ul.styled-list li > a {
	color:#333;
}

ul.styled-list li > a:hover {
	color:#5ea5d7;
}

ul.styled-list li:before {
	position:absolute;
	top:2px;
	left:0;
	display:block;
	width:16px;
	height:16px;
	background:#fff;
	content:" ";
}

ul.styled-list.style-2 li:before {
	top:3px;
	background:#fff url(../images/bullet_2.png) center 0 no-repeat;
}

ul.styled-list.style-3 li:before {
	background:#fff url(images/../bullet_3.png) center 0 no-repeat;
}

ul.styled-list.style-4 li {
	padding-left:32px;
}

ul.styled-list.style-4 li:before {
	top:-2px;
	width:24px;
	height:24px;
	background:#f3715d url(../images/attachment_icons.png) 0 0 no-repeat;
}

ul.styled-list.style-4 li.audio:before {
	background-position:-30px 0;
}

ul.styled-list.style-4 li.document:before {
	background-position:-60px 0;
}

ul.styled-list.style-5 li:before {
	top:3px;
	background:#5ea5d7 url(images/icons/twitter_icon.png) center 0 no-repeat;
}

ul.woocommerce-error,
.success ul,
.error ul {
	margin-bottom:0.8em;
	list-style:none;
}

ul.woocommerce-error li,
.success ul li,
.error ul li {
	padding-left:13px;
	background:url(../images/bullet_4.png) 0 0.6em no-repeat;
}

.success ul li {
	background-image:url(../images/bullet_5.png);
}

/*-------------------------------Player---------------------------*/

.jp-container {
	display:none;
	overflow:hidden;
	margin-bottom:2em;
}

.jp-container:last-child {
	margin:0;
}

.jp-gui {
	position:relative;
	overflow:hidden;
	border:1px solid rgba(0,0,0,0.1);
	background-color:#3d4e5b;
}

.jp-interface {
	position: relative;	
	display:table;
	overflow:hidden;
	width:100%;	
}

.jp-interface .jp-controls,
.jp-interface .jp-timeline,
.jp-interface .jp-volume {
	display:table-cell;
	vertical-align:top;
}

.jp-controls {	
	overflow:hidden;
	padding:1em 15px;
	width:34px;
	border-right:1px solid rgba(0,0,0,0.2);	
}

.jp-controls a {
	position:relative;
	display:block;
	overflow:hidden;
	overflow:hidden;
	width:34px;
	height:34px;
	border:1px solid rgba(0,0,0,0.2);
	background:#3d4e5b url(../images/player_icons.png) -25px 4px no-repeat;	
	text-indent:-9999px;
}

.jp-controls a:after {
	position:absolute;
	top:-1px;
	left:1px;
	display:block;
	width:32px;
	height:1px;
	content:" ";
}

.jp-controls a:before {
	position:absolute;
	top:0;
	bottom:0;
	display:block;
	width:100%;
	height:100%;
	content:" ";
}

.jp-pause {
	display: none;
	background-position:13px 4px!important;
}

.jp-timeline {
	padding:1em 15px;
	border-right:1px solid rgba(0,0,0,0.2);
	border-left:1px solid rgba(255,255,255,0.1);
}

.jp-progress {
	overflow:hidden;
	height:5px;
	border-bottom:1px solid rgba(255,255,255,0.15);
	background:url(../images/black_20_bg.png);
}

.jp-seek-bar {
	width:0px;
	height:100%;
	cursor: pointer;
}

.jp-play-bar {
	width:0px;
	height:100%;
	background: #f3715d;
}

.jp-time-holder,
.jp-title {
	margin-bottom:0.8em;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
	font-size:0.9em;
}

.jp-current-time,
.jp-duration {
	display:inline;
}

.jp-volume {
	overflow:hidden;
	padding:1em 15px;
	width:95px;
	border-left:1px solid rgba(255,255,255,0.1);
}

.jp-mute,
.jp-unmute {
	display:block;
	float:left;
	margin:-5px 0 -3px 0;
	width:16px;
	height:16px;
	background:url(../images/player_icons.png) -73px -5px no-repeat;
	text-indent:-9999px;
}

.jp-unmute {
	background-position:-112px -5px;
}

.jp-volume-bar {
	float:left;
	overflow:hidden;
	margin-left:7px;
	width:72px;
	height:5px;
	border-bottom:1px solid rgba(255,255,255,0.15);
	background: url(../images/black_20_bg.png);
	cursor: pointer;
}

.jp-volume-bar-value {
	width:0px;
	height:100%;
	background: #f3715d;
}

.jp-jplayer-wrap {
	position:relative;

	overflow:hidden;
	width:100%;
}

.jp-video-play {
	position:absolute;
	top:0;
	bottom:0;
	overflow:hidden;
	width:100%;
	background-color:transparent;
	cursor:pointer;
}

.jp-video-play-icon {
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	overflow:hidden;
	margin-top:-25px;
	margin-left:-25px;
	width: 50px;
	height: 50px;
	background: #3d4e5b url(../images/player_icons.png) -128px 12px no-repeat;
}

.jp-video-play-icon:before {
	position:absolute;
	top:0;
	bottom:0;
	display:block;
	width:100%;
	height:100%;
	content:" ";
}

.jp-jplayer {
	width:auto!important;
	height:auto!important;
	border:1px solid #3d4e5b;
	border-bottom-width:0;
}

.jp-no-solution,
.jp-audio .jp-jplayer {
	position:absolute;
	left:-9999px;
}

.jp-video .jp-jplayer-wrap {
	position: relative;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 54.5%;
	height: 0;
}

.jp-jplayer audio {
	width:100%!important;
	height:0px;
}

.jp-video video,
.jp-video object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
	background:#000;
}

.jp-screen-option {
	display:block;
	float:left;
	overflow:hidden;
	width: 15px;
	height: 16px;
	background: url(../images/player_icons.png) -184px -4px no-repeat;
}

.jp-restore-screen {
	background-position:-219px -4px;
}

.jp-video-full {
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	width:100%;
	height:100%;
	background:#000;
}

.jp-video-full .jp-gui {
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	width:100%;
}

.fullscreen-video .site-wrap {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	overflow:hidden;
	width:100%;
	height:100%;
}

.fullscreen-video .site-header,
.fullscreen-video .site-footer {
	display:none;
}

/*--------------------------- Substrate --------------------------*/
.substrate {
	position:absolute;
	top:-1px;
	right:0;
	bottom:0;
	left:4px;
	z-index:0;
	overflow:hidden;
	width:100%;
}

.substrate img {
	display:block;
	width:100%;
	height:auto;
}

.featured-content .substrate:after {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	display:block;
	background:url(images/bgs/substrate_bg.png);
	content:" ";
}

/*--------------------------------- Tabs -------------------------------*/

.tabs-container .tabs{
	position:relative;
	z-index:9;
	margin:0;
	list-style:none;
}

.tabs-container .panes{	
	position:relative;
	z-index:0;
	overflow:hidden;
}

.tabs-container .pane:first-child {
	display:block;
}

.horizontal-tabs .tabs li{
	float:left;
	margin:0;
	padding:0;
	background:none;
	background-color:#F5F5F5;
	color:#444;		
	cursor:pointer;
}

.horizontal-tabs .tabs li h5 {
	margin:0;
	padding:6px 20px;
	border-top:1px solid #E5E5E5;
	border-left:1px solid #E5E5E5;
}

.horizontal-tabs .tabs li:hover {
	background-color:#f4f4f4;
}

.horizontal-tabs .tabs li:first-child {
	border-left:1px solid #E5E5E5;
}

.horizontal-tabs .tabs li:first-child h5 {
	border-left-width:0;
}

.horizontal-tabs .tabs li:last-child h5{
	border-right:1px solid #E5E5E5;
}

.horizontal-tabs .tabs li.current{
	position:relative;
	z-index:1;
	margin-bottom:-5px;
	padding-bottom:5px;
	background:#fff;
	color:#333;
}

.horizontal-tabs .panes {
	clear:left;
}

.horizontal-tabs .pane {
	display:none;
	overflow:hidden;
	padding:1.4em 20px;
	border:1px solid #E5E5E5;
	background:#fff;
}

.vertical-tabs .tabs {
	margin-right:-1px;
	padding:1em 0;
	border-right:1px solid #E5E5E5;
}

.vertical-tabs .tabs li {
	display:block;
	margin:0 0 -1px 0;
	padding:1em 15px;
	border:1px solid transparent;
	border-bottom-style:dotted;
	border-bottom-color:#dcdcdc;
	background:none;	
	color:#666;
	cursor:pointer;
}

.vertical-tabs .tabs li.current {
	margin-right:-1px;
	border-style:solid;
	border-color:#E5E5E5;
	border-right-color:#fff;
	color:#444;
}

.vertical-tabs .panes {
	padding:1em 0 1em 3.7%;
	border-left:1px solid #E5E5E5;
}

.vertical-tabs .pane {
	display:none;
}

/*---------------------------------- Toggles ----------------------------------*/

.toggles-wrap {
	overflow:hidden;
	border:1px solid #e1e1e1;
}

.toggle-container {
	border-bottom:1px dotted #d6d6d6;
	background:#f4f4f4;
}

.toggle-container:last-child {
	border-bottom-width:0;
}

.toggle-title {
	position: inherit;
	display:block;
	padding:1em 15px 1em 49px;
	background:#f4f4f4;
	cursor:pointer;
}

.toggle-content {
	display: inherit;
	padding:0em 15px;
	border-top:1px dotted #d6d6d6;
	background:#fff; padding-left:20px;
}

.expanded .toggle-content {
	display:block;
}

.toggle-title:hover,
.expanded .toggle-title {
	background:#eee;
}

.faq-toggle .toggle-title:before {
	position:absolute;
	top:0.85em;
	left:15px;
	display:block;
	width:24px;
	height:24px;
	background:#cf604f  7px 6px no-repeat;
	color:#fff;
	content:" ";
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
	line-height:24px;
}

.faq-toggle.expanded .toggle-title:before  {
	background-position:7px -21px;
}

/*------------------------------ Tooltips ----------------------------*/

.tooltip {
	position:relative;
}

.tooltip-wrap {
	position:absolute;
	left:50%;
	z-index:1000;
	display:none;
}

.tooltip-wrap .corner {
	position:relative;
	z-index:100;
	margin-left:-5px;
	width:0;
	height:0;
	border:5px solid transparent;
	border-bottom-color:#fff;
}

.tooltip-text {	
	float:left;
	margin-left:-50%;
	padding:1em 15px;
	background:#fff;
	color:#333;
}

/*------------------------------- Google Map ---------------------------*/

.google-map-container {	
	position:relative;
	z-index:99;
	border:1px solid #ddd;
	background:#fff;
}

/* ================================ 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;
}

.column {
    position:relative;
    float:left;
    margin-right: 3.8%;
    min-height:1px;
}

.row .onecol { width: 4.85%; }
.row .twocol { width: 13.45%; }
.row .threecol { width: 22.05%; }
.row .fourcol { width: 30.75%; }
.row .fivecol { width: 39.45%; }
.row .sixcol { width: 100%; }
.row .sevencol { width: 56.75%; }
.row .eightcol { width: 65.4%; }
.row .ninecol { width: 74.05%; }
.row .tencol { width: 82.7%; }
.row .elevencol { width: 91.35%; }
.row .twelvecol { width: 100%; }

.ie .onecol { width: 4.7%;}
.ie .twocol { width: 13.2%; }
.ie .threecol { width: 22.05%; }
.ie .fourcol { width: 30.6%; }
.ie .fivecol { width: 39%; }
.ie .sixcol { width: 48%; }
.ie .sevencol { width: 56.75%; }
.ie .eightcol { width: 61.6%; }
.ie .ninecol { width: 74.05%; }
.ie .tencol { width: 82%; }
.ie .elevencol { width: 91.35%; }

.last { margin-right: 0px!important; }

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

.header-wrap {
	position:relative;
	z-index:101;
	background-color:#3d4e5b;
	color:#fff;
}

.site-header {
	padding:10px 0;
	border:1px solid rgba(255,255,255,0.1);
	border-right-width:0;
	border-left-width:0;
}

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

.site-logo a {
	color:#fff; margin-left:20px;
	
}

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


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

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

.login-options .button-wrap {
	margin-left:10px;
	border:0px;
}

.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;
}

.facebook-button .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;
}

/*------------------------- Share Tooltip ------------------------*/

.share-button {
	margin:0.5em 0 0.5em 10px;
	border:0;
}

.share-button .button {
	display:block;
	border-width:0;
}

.share-button .button > span {
	padding:0.65em 9px 0.65em 8px;
}

.share-button .button-icon {
	display:block;
}

/*------------------------------ Social Links -----------------------------*/

.user-links {
	overflow:hidden;
	text-align:center;
	word-spacing:0;
	font-size:0;
	line-height:0;
}

.user-links a {
	display:inline-block;
	margin:0 0 7px 7px;
	width:20px;
	height:20px;
	background:#f0f0f0 url(../images/user_social_icons.png) 0 0 no-repeat;
}

.user-links a.twitter { background-position: -24px 0; } 
.user-links a.linkedin { background-position: -48px 0; }
.user-links a.google { background-position: -72px 0; }
.user-links a.tumblr { background-position: -96px 0; }
.user-links a.flickr { background-position: -144px 0; }
.user-links a.vimeo { background-position: -168px 0; }
.user-links a.youtube { background-position: -192px 0; }
.user-links a.skype { background-position: -216px 0; }
.user-links a.rss { background-position: -240px 0; }

.user-links a:first-child {
	margin-left:0;
}

.user-links a:hover {
	background-color:#5ea5d7;
	background-position:0 -20px;
}

.user-links a.twitter:hover { background-position: -24px -20px; } 
.user-links a.linkedin:hover  { background-position: -48px -20px; }
.user-links a.google:hover  { background-position: -72px -20px; }
.user-links a.tumblr:hover  { background-position: -96px -20px; }
.user-links a.myspace:hover  { background-position: -120px -20px; }
.user-links a.flickr:hover  { background-position: -144px -20px; }
.user-links a.vimeo:hover  { background-position: -168px -20px; }
.user-links a.youtube:hover  { background-position: -192px -20px; }
.user-links a.skype:hover  { background-position: -216px -20px; }
.user-links a.rss:hover  { background-position: -240px -20px; }

/*--------------------------- Content --------------------------*/

.featured-content {
	position:relative;
	overflow:hidden;
	background:#fff;
}

.featured-content:after {
	position:absolute;
	right:0;
	bottom:-5px;
	left:0;
	z-index:100;
	display:block;
	width:100%;
	height:5px;
	content:" ";
}

.featured-content h1 {
	margin-bottom:0.7em;
	font-size:2.6em;
}

.main-content {
	position:relative;
	z-index:100;
	padding:4em 0 8.5em 0;
	background:#fff;
}

.main-content p {
	color:#555;
}

.site-wrap {
	position:relative;
	min-height:100%;
}

.page-title {
	position:relative;
	z-index:2;
	overflow:hidden;
	padding:1.6em 0;
	color:#fff;	
}


/*---------------------------------- Lessons ----------------------------------*/

.lessons-listing {
	display:table;
	overflow:hidden;
	margin-bottom:3em;
	width:100%;
	border:1px solid #e1e1e1;
	background:#f4f4f4;
}

.lessons-listing .lesson-item {
	display:table-row;
	overflow:hidden;
}

.lessons-listing .lesson-title,
.lessons-listing .lesson-attachments {
	display:table-cell;
	padding:1em 15px;
	border-bottom:1px dotted #d6d6d6;
	vertical-align:middle;
}

.lessons-listing .lesson-attachments {
	padding-bottom:0;
}

.lessons-listing .lesson-title h4 {
	display:inline;
}

.lessons-listing .lesson-item.completed .lesson-title a{
	color:#777;
}

.lessons-listing .lesson-item:last-child .lesson-title,
.lessons-listing .lesson-item:last-child .lesson-attachments {
	border-bottom-width:0;
}

.lessons-listing .lesson-attachments {
	position:relative;
	z-index:1;
	border-left:1px solid #e1e1e1;
	background:#fff;	
}

.lessons-listing .lesson-attachments a {
	display:block;
	float:left;
	margin:0 15px 15px 0;
	width:26px;
	height:26px;
	background:#f3715d url(../images/attachment_icons.png) 1px 1px no-repeat;
}

.lessons-listing .lesson-attachments .audio {	background-position:-29px 1px; }
.lessons-listing .lesson-attachments .document {	background-position:-59px 1px; }

.lesson-options {
	overflow:hidden;
	padding-bottom:2em;
}

.lesson-options .button {
	float:right;
	margin-left:10px;
}

.lesson-options .next-lesson > span {
	padding-right:9px;
	padding-left:11px;
}

.lesson-options .prev-lesson > span {
	padding-right:11px;
	padding-left:9px;
}

.lesson-options .close-lesson > span {
	padding-right:8px;
	padding-left:8px;
}

/*------------------------------ Questions ------------------------------*/

.questions {
	clear:both;
	padding-top:2em;
}

.questions-listing {
	margin-bottom:3em;
}

.questions-listing ul {
	margin:0;
	padding:0;
	list-style:none;
}

.questions-listing ul li {
	display:block;
	margin:0;
	padding:0;
}

.questions-listing .question-title {
	padding:1em 15px 1em 49px;
	border-top:1px dotted #d6d6d6;
}

.questions-listing .question-replies {
	position:absolute;
	top:0.85em;
	left:15px;
	display:block;
	width:24px;
	height:24px;
	background:#5ea5d7;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
	line-height:24px;
}

.questions-listing li:first-child .question-title {
	border-width:0;
}

.question-content .avatar-container {
	position:relative;
	float:left;
	overflow:hidden;
	width:10%;
	text-align:center;
}

.question-content {
	overflow:hidden;
	padding:1.5em 15px;
	border-top:1px dotted #d6d6d6;
	background:#fff;
}

.questions-listing li ul {
	padding:0 15px;
}

.questions-listing li ul li .question-content {
	padding:1.5em 0;	
}

.questions-listing li ul li  {
	padding:0 0 0 13%;
	border-bottom-width:0;
}

.question-content .avatar-container img {
	display:block;
	width:100%;
	height:auto;
}

.question-content .question-text {
	float:right;
	width:87%;
}

.question-header {
	overflow:hidden;
	margin-bottom:0.4em;
}

.question-author,
.question-time {
	margin:0 10px 0 0;
}

.question-time {
	color:#777;
}

.questions #reply-title,
.questions-listing #respond #title {
	display:none;
}

.questions-listing #respond {
	padding:0 15px 1.5em 15px;
}

.questions-listing #respond form {
	padding-left:13%;
}

/*--------------------------------- Quizzes -------------------------------*/

p+.quiz-listing {
	margin-top:2em;
}

.quiz-listing .quiz-question {
	margin-top:1.5em;
}

.quiz-listing .question-title {
	position:relative;
	overflow:hidden;
	padding:0.5em 15px 0.5em 32px;
}

.quiz-listing .question-number {
	position:absolute;
	top:0.35em;
	left:0;
	display:block;
	width:24px;
	height:24px;
	background:#5ea5d7;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
	line-height:24px;
}

.quiz-listing ul {
	margin:0;
	padding:0;
	list-style:none;
}

.quiz-listing li {
	display:block;
	overflow:hidden;
	margin-top:0.5em;
	padding-left:32px;	
}

.quiz-listing li input,
.quiz-listing li label {
	display:inline-block;
	cursor:pointer;
}

.quiz-listing li input {
	display:inline-block;
	margin:0;
	vertical-align:middle;
}

.quiz-listing li label {	
	padding-left:5px;
}

/*----------------------------- User Profile ------------------------------*/

.user-profile,
.user-profile-form {
	display:table;	
	width:100%;
}

.user-profile .user-image {
	display:table-cell;
	width:150px;
	vertical-align:top;
}

.user-profile .bordered-image {
	margin-bottom:1em;
}

.user-profile .user-image-uploader {
	margin-top:1em;
	text-align:center;
}

.user-profile .user-description {
	display:table-cell;
	padding-left:6.67%;
	vertical-align:top;
}

.user-profile .user-links {
	padding:0 5px;	
}

.user-profile h1 {
	margin-bottom:0.5em;
}

.user-profile .signature {
	margin:-0.8em 0 1em 0;
	color:#777;
}

.users-listing {
	float:left;
	margin-bottom:-5%;
	width:100%;
}

.users-listing .user-image{
	display:block;
	float:left;
	margin:0 6.5% 6.5% 0;
	width:29%;
}

/*------------------------------- Experts ------------------------------*/

.expert-preview {
	display:table;
	margin-bottom:2em;
	width:100%;
}

.expert-preview:last-child {
	margin:0;
}

.expert-preview .expert-meta {
	display:table-cell;
	width:109px;
}

.expert-preview .user-links {
	padding:0 4px;
}

.expert-preview .user-links a:nth-child(4) {
	margin-right:0;
}

.expert-preview  .expert-image {
	margin-bottom:0.5em;
}

.expert-preview .expert-text {
	display:table-cell;
	padding-left:3.8%;
	vertical-align:top;
}

.expert-signature {
	display:block;	
	margin-bottom:0.7em;
	color:#777;
}

/*------------------------------- Testimonials ------------------------------*/

.testimonial {
	display:table;
	margin-bottom:1.5em;
	width:100%;
}

.testimonial:last-child {
	margin:0;
}

.testimonial .testimonial-image {
	display:table-cell;
	width:87px;
}

.bubble-image {
	position:relative;
	overflow:hidden;
	width:87px; 
	height:88px;
}

.bubble-image img {
	display:block;
	width:100%;
	height:auto;
}

.bubble-image .image-cover {
	position:absolute;
	top:0;
	left:;
}

.testimonial .testimonial-text {
	display:table-cell;
	padding-left:3.8%;
	vertical-align:top;	
}

.testimonial .testimonial-text p {
	margin-bottom:0.5em;
	font-style:italic;
	font-size:1.1em;
}

/*--------------------------------- Blog -------------------------------*/

.posts-listing {
	margin-bottom:-3em;
}

.posts-listing .post {
	margin-bottom:3em;
}


/* =========================== SLIDERS =========================== */

.themex-slider {
	position:relative;
	overflow:hidden;
}

.themex-slider > ul {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}

.themex-slider > ul > li {
	position:relative;
	display:block;
	overflow:hidden;
}

.themex-slider > ul > li.current,
.themex-slider > ul > li:first-child {
	z-index:1;
}

.themex-slider > ul > li > img,
.themex-slider > ul > li > a > img {
	display:block;
	width:100%;
	height:auto;
}

.themex-slider .arrow {
	position:absolute;
	top:50%;
	z-index:100;
	margin-top:-12px;	
	width:13px;
	height:23px;
	background:url(../images/main_slider_arrows.png) -13px 0 no-repeat;
	cursor:pointer;
}

.themex-slider .arrow-left {
	left:24px;
}

.themex-slider .arrow-right {
	right:24px;
	background-position:0 0;
}

/*------------------------------- Parallax Slider ----------------------------*/

.parallax-slider {	
	overflow:hidden;
	color:#fff;
}

.parallax-slider .substrate {
	width:130%;
	top:-400px;
	left:-200px;
}

.parallax-slider > ul {
	overflow:hidden;
	width:10000%;
	opacity:0;
}

.parallax-slider > ul > li {
	display:block;
	float:left;
}

.parallax-slider img.aligncenter,
.parallax-slider img.alignnone {
	display:block;
}

.parallax-slider p+.button {
	margin-top:0.6em;
}

/*------------------------------- Boxed Slider ----------------------------*/

.boxed-slider {
	position:relative;
	margin:4em 0;
	padding:5px;
	border:1px solid #e1e1e1;
	background:#fff;
}

.main-content .boxed-slider {
	margin:0 0 2em 0;
}

.boxed-slider > ul > li {
	top:0;
	left:0;
	display:none;
	width:100%;
}

.boxed-slider > ul > li:first-child {
	position:relative;
	display:block;	
}

.boxed-slider .caption {
	position:absolute;
	right:0;
	bottom:0;
	left:0;	
	padding:1.5em 20px;
	background:url(../images/white_80_bg.png);
}

.embedded-video {
	position: relative;
	overflow: hidden;
	margin-bottom:2em;
	padding-top: 30px;
	padding-bottom: 54.5%;
	height: 0;
}

.embedded-video iframe,  
.embedded-video object,  
.embedded-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
	background:#000;
}


/* =========================== WOOCOMMERCE =========================== */

.main-content .page-title {
	display:none;
}

.col2-set {
	clear:both;
}

.col2-set:after {
	display:block;
	clear:both;
	overflow:hidden;
	height:0;
	content:" ";
}

.col2-set .col-1 {
	float:left;
	width:48%;
}

.col2-set .col-2 {
	float:right;
	width:48%;
}

p.myaccount_address,
.my_account_orders,
.woocommerce-message {
	margin-bottom:2em;
}

.woocommerce-message .button {
	margin-right:10px;
}

.single-product #tab-additional_information h2,
.single-product .product_meta .sku_wrapper,
.products .product .star-rating,
.widget_product_search input[type="submit"],
.woocommerce-checkout  .form-row label,
.woocommerce-checkout .submit-button-bottom,
.address-edit-form label,
.widget_product_search label,
.quantity .plus,
.quantity .minus {
	display:none;
}

.woocommerce-cart .woocommerce .button,
.woocommerce.widget .button,
.cart-collaterals .button,
.woocommerce-message .button,
.single_add_to_cart_button,
.add_to_cart_button,
.order-actions .button,
.button.show_review_form,
.product_type_variable {
	padding:0.2em 10px 0.2em 10px;
	line-height:1.8em;
}


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

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

@media only screen and (max-width: 1199px) and (min-width: 1000px) {
	.row {
		width:940px;
	}
	
	.woocommerce-checkout .form-row .chzn-container{
		width:105%!important;
	}
}

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

@media only screen and (max-width: 999px) and (min-width: 768px) {
	.row {
		width:708px;
	}
	
	.woocommerce-checkout .form-row .chzn-container{
		width:106%!important;
	}
}


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

@media handheld, only screen and (max-width: 767px) and (min-width: 768px) {
	
	ul.products li.product,
	.row .column {
		margin:0 0 3em 0;
		width:100%;
	}
	
	.col2-set .col-2,
	.col2-set .col-1,
	.single-product .summary,
	.single-product .images {
		margin:0 0 2em 0;
		width:100%;
	}
	
	.col2-set .col-2 {
		margin-bottom:0;
	}
	
	.single-product .product-tabs {
		padding-top:0;
	}
	
	.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,
	.woocommerce-checkout .submit-button-top,
	.footer-navigation {
		display:none;
	}
	
	.woocommerce-checkout .submit-button-bottom,
	.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;
	}
	
}

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

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

	.woocommerce-checkout .form-row .chzn-container{
		width:105%!important;
	}
}

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

@media handheld, only screen and (max-width: 479px) {
	.row {
		padding:0 0px;
		width:290px;
	}	
	
	.featured-content .substrate {
		width:700%;
	}
	
	.woocommerce-ordering {
		width:100%;
	}
	
	.woocommerce-ordering select {
		float:left;
	}
	
	.woocommerce-checkout .form-row .chzn-container{
		width:107%!important;
	}
	.featured-content h1 {
	margin-bottom:0.7em;
	font-size:1.6em;
}
}


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