@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.11
Tags: learning, teaching, education, studying, tutoring
*/

/*--------------------CSS Structure-------------------

1. RESET/GLOBAL
		Global Styles
		Form Elements
		Misc Styles
		
2. CUSTOM ELEMENTS
		Buttons
		Forms
		Images
		Lists
		Player
		Substrate
		Tabs
		Toggles
		Tooltips
		Google Map
		
3. LAYOUT
		Columns
		Header
			- Dropdown Menu
			- Select Menu
			- Search Form
			- Login Form
			- Share Tooltip
			- Social Links
		Content
		Footer
		
4. PAGES
		course_old_old
			- Preview
			- Listing
			- Plan
			- Certificate
		Lesson
			- Listing
			- Questions
			- Quizzes
		Blog
			- Post
			- Comments
			- Pagination
		Users
			- Profile
			- Experts
			- Testimonials
		
5. SLIDERS
		Parallax Slider
		Boxed Slider
		
5. WIDGETS
6. WOOCOMMERCE
7. RESPONSIVE STYLES
8. CSS3 EFFECTS
9. IE FIXES

------------------------------------------------*/

/* ============================== RESET/NORMALIZE =========================== */

body {
	position:relative;
    background:#fff;
    color:#444;
	letter-spacing:0;
    font-weight:normal;
    font-style:normal;
    font-size:13px;
    font-family:Open Sans, Helvetica, Arial, sans-serif;
    line-height:1.5;
}

html,
body {
	height:100%;
}

fieldset,
a img {
    border:none;
}

a {
	outline:none;
    color:#5ea5d7;
    text-decoration:none;
    line-height:inherit;
}

a:focus,
a:hover {
	outline:none;
    color:#5ea5d7;
}

::-moz-selection {  background-color: #f3715d; color: #fff; }
::selection      {  background-color: #f3715d; color: #fff; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#444;
}

figure {
    margin:0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
    margin:0 Auto;
    padding:0;
    direction:ltr;
}

p {
    margin-bottom:1em;
    font-weight:normal;
    font-family:inherit;
    line-height:inherit;
}

p:last-child {
	margin-bottom:0;
	
}

h1 + p {
	margin-top:-0.5em;
}

h1, h2, h3, h4, h5, h6 {
    margin:0;
    font-weight:normal;
    font-style:normal;
    font-family:Crete Round, Arial, Helvetica, sans-serif;
	line-height:1.5em;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:-5px 12px 0 0!important;
	vertical-align:middle;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color:#6f6f6f;
    font-size:50%;
    line-height:0;
}

h1 {
	margin-bottom:1em;
    font-size:1.5em;
}

h2 {
	margin-bottom:0.7em;
    font-size:1.4em;
}

h3 {
	margin-bottom:0.7em;
    font-size:1.3em;
}

h4 {
	margin-bottom:0.4em;
    font-size:1.2em;
}

h5 {
	margin-bottom:0.7em;
    font-size:1.15em;
}

h6 {
	margin-bottom:0.7em;
    font-size:1em;
}

hr {
    clear:both;
    margin:22px 0 21px;
    height:0;
    border:solid #ddd;
    border-width:1px 0 0;
}

em, i {
    font-style:italic;
    line-height:inherit;
}

strong, b {
    font-weight:bold;
    line-height:inherit;
}

small {
    font-size:80%;
    line-height:inherit;
}

code {
    background:#ffff99;
    font-weight:bold;
}

u, ins {
	text-decoration:none;
}

img, object, embed, iframe {
    max-width:100%;
}

img {
	height:auto;
}

object, embed {
    height:100%;
}

blockquote, 
blockquote p {
    color:#6f6f6f;
    line-height:1.5;
}

blockquote {
    margin:0 0 17px;
    padding:9px 20px 9px 19px;
    border-left:1px solid #ddd;
}

blockquote cite {
    display:block;
    color:#555555;
    font-size:13px;
}

blockquote cite a, blockquote cite a:visited {
    color:#555555;
}

abbr, acronym {
    border-bottom:1px solid #ddd;
    color:#333;
    text-transform:uppercase;
    font-size:90%;
    cursor:help;
}

abbr {
    text-transform:none;
}

table {
	width:100%;
	border:3px solid #fff;
	border-spacing: 0;
	border-collapse: collapse;
	border-right-width:0;
	border-bottom-width:0;
}

thead tr td {
	font-size:1em;
	background: #184682 none repeat scroll 0 0 !important;
    color: #fff !important;
    font-weight: bold !important;
    text-align: left;
}

th,td {
	padding:0.5em 10px;
	border:4px solid #fff;
	border-top-width:0;
	/*border-left-width:0;*/
}

td, th {
	text-align:left;
}

address {
	color:#555;
	font-style:italic;
	font-size:1em;
	line-height:1.7em;
}

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

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"], 
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;	
}

input:focus,
select:focus,
textarea:focus {
	outline:none;
}

textarea {
	resize:none;
}

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

.clear {
	clear:both;
}

.clearfix {	
	display:block;	
}

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

.left {
    float:left;
  color:#7c7171;

}

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

.shifted {
	position:absolute;
	left:-9999px;
}

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

.highlight {
    background:#ffff99;
}

.nomargin {
	margin:0!important;
        color:#7c7171;
    font-weight:600;
}

.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"],
.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;
}

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

.element-button.dark {
	border-color:rgba(0,0,0,0.2);
	background-color:blue !important;
        color:#7c7171;
}

.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:-2px 8px 0 0;
	width:16px;
	height:16px;
	background:url(images/icons/button_icons.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 .field-wrapper > * {
	margin-left:-10px;
}

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

.formatted-form  .select-element {
	margin-bottom:1.2em;
}

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

.formatted-form textarea {
	height:7em;
}

.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,
.formatted-form .facebook-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/bgs/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/bgs/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-3 li.child:before {
	display:none;
}

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

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

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

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

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

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

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

ul.success 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/icons/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/bgs/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/icons/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/bgs/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/icons/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/icons/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:0;
	right:0;
	bottom:0;
	left:0;
	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 .tabs ul {
	display:block;
	list-style:none;
}

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

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

.horizontal-tabs .tabs li a,
.horizontal-tabs .tabs li a:hover {
	color:#666;
}

.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:#444;
}

.horizontal-tabs .tabs li.current a,
.horizontal-tabs .tabs li.current a:hover {
	color:#444;
}

.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;
text-decoration: none;

}

.vertical-tabs .tabs li a,
.vertical-tabs .tabs li a:hover {
color:#eeeeee;
}

.vertical-tabs .tabs li.current {
	margin-right:-1px;
	border-style:solid;
	/*border-color:#E5E5E5;*/
	border-right-color:#fff;
	color:#fff;
border-bottom:1px solid #e6ebf2;

border-left: 4px solid #ffcb08;
/*background-color:#000;*/





}

.vertical-tabs .tabs li.current a,
.vertical-tabs .tabs li.current a:hover {
	color:#ffcb08;

}

.vertical-tabs .panes {
	/*padding:1em 0 1em 3.7%;*/
	border-left:1px solid #E5E5E5;
    /*  background-color:#ECF2FA;*/
padding: 20px;
padding-top: 13px !important;
}

.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:relative;
	display:block;
	padding:1em 15px 1em 49px;
	background:#f4f4f4;
	cursor:pointer;
}

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

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

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

.faq-toggle .toggle-title:before {
	position:absolute;
	top:0.9em;
	left:15px;
	display:block;
	width:24px;
	height:24px;
	background:#5ea5d7 url(images/icons/toggle_icons.png) 7px 6px no-repeat;
	content:" ";
}

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

.tooltip-text iframe,
.tooltip-text object,
.tooltip-text embed {
	max-width:none;
}

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

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

.google-map-container img {
	max-width:none;
}

/* ================================ 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: 48%; }
.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;
}

.site-header {
	/*padding:2em 0;
	border:5px solid rgba(255,255,255,1);*/
	border-right-width:0;
	border-left-width:0;
}

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

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

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

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

.header-navigation ul {
	margin:0.5em 0 0 0;
	list-style:none;
	/*background: #184682 !important;*/
	-webkit-border-radius: 0 !important;;
	-moz-border-radius: 0 !important;;
	border-radius: 0 !important;
	padding: 10px 10px 3px;
}

.header-navigation ul li {
	position:relative;
	margin:0;
}
.header-navigation ul li.hover {
	    border: #184682 solid 1px;
	    border-bottom: none; 
}
.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: #184682;
	white-space:nowrap;
	text-decoration: none;
}

.header-navigation li.current-menu-item > a,
.header-navigation li.current-menu-parent > a,
.header-navigation li.hover > a,
.header-navigation a:hover {
	color:#184682;
	background: #ffcb08;
	-webkit-border-radius: 0 !important;;
	-moz-border-radius: 0 !important;;
	border-radius: 0 !important;text-decoration: none;
}

.header-navigation div > ul > li > a {
	padding:0 12px;
	/*text-shadow:0 -1px 0 rgba(0,0,0,0.15);*/
	font-size:18px;
	font-family:Crete Round, Arial, Helvetica, sans-serif;
	line-height:35px;text-decoration: none;
}

.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);*/text-decoration: none;
}

.header-navigation ul ul {
	position:absolute;
	top:2.4em;
	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:#ffcb08 !important;
}

.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;
	background:#ffcb08 !important;
	color:#184682;text-decoration: none;
}

.header-navigation ul ul li a:hover {
	background:#184682 !important;
	color:#FFFFFF !important;text-decoration: none;
}

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

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

.select-element {
	position:relative;
	overflow:hidden;
	border:1px solid #184682;
	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 #184682;
	margin:0.5em 0;
}

.select-menu span {
	min-width:100px;
	color:#184682;
	font-size:1.1em;
	padding:0.3em 12px;
	font-family:Crete Round, Arial, Helvetica, sans-serif;
}

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

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

.search-form  {
	margin:0.5em 0 0.5em 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;
}

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

.share-button {
	margin:0.5em 0 0.5em 10px;
	border:1px solid rgba(0,0,0,0.15);
}

.share-button .element-button {
	display:block;
	padding:0.65em 9px 0.65em 8px;
	border-width:0;
}

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

.share-button .tooltip-wrap {
	left:-9999px;
	display:block;
}

.share-button  .tooltip-wrap.active {
	left:50%;
}

/*------------------------------ 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/icons/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:url(images/bgs/site_bg.jpg);*/
}

.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:2em;
}

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

.main-content p {
	color:#184682;
        font-size: 14px;
       text-align:left;
       line-height:35px;
/*background-color:#ECF2FA;*/
padding-left: 20px;
padding-right: 20px;

}

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

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

/*--------------------------- 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{
	position:absolute;
	right:0;
	left:0;
	display:block;
	width:100%;
	height:1px;
	background:#3d4e5b;
	content:" ";
}
.site-header:after {
	position:absolute;
	right:0;
	left:0;
	display:block;
	width:100%;
	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; 
}

/* ================================ PAGES =========================== */

/*------------------------------- course_old_olds ------------------------------*/

.course_old_old-preview {
	border:1px solid #e1e1e1;
	background:#fff;
}

.course_old_olds-listing {
	float:left;
	margin-bottom:-40px;
	width:100%;
	font-size:0;
}

.course_old_olds-listing > .column {
	display:inline-block;
	float:none;
    vertical-align:top;
	font-size:13px;
}

.course_old_olds-listing .course_old_old-preview {
	margin-bottom:40px;
}

.course_old_old-preview .course_old_old-image{
	position:relative;
	z-index:10;
	padding:5px;
	background:#fff;
}

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

.course_old_old-price {
	position:absolute;
	top:25px;
	left:-5px;
}

.featured-content .course_old_old-price {
	display:none;
}

.course_old_old-price .price-text {
	display:block;
	padding:0.2em 10px;
	min-width:38px;
	border:1px solid rgba(0,0,0,0.1);
	background-color:#5ea5d7;
	color:#fff;
	text-align:center;
	text-shadow:0 -1px 0 rgba(0,0,0,0.15);
	font-size:1.2em;
}


.free-course_old_old .course_old_old-price .price-text {
	background-color:#f3715d;
}

.course_old_old-price .corner-wrap {	
	position:absolute;
	bottom:-4px;
	left:0;
	width:4px;
	height:4px;
}

.course_old_old-price .corner,
.course_old_old-price .corner-background {
	width:0;
	height:0;
	border:2px solid #5ea5d7;
	border-bottom-color:#fff;
	border-left-color:#fff;
}

.course_old_old-price .corner-background {
	position:absolute;
	top:0;
	left:0;
	border-top-color:#000;
	border-right-color:#000;
}

.course_old_old-price .corner {
	position:relative;
	z-index:1;
	opacity:0.8;
}

.free-course_old_old .course_old_old-price .corner {
	border-top-color:#f3715d;
	border-right-color:#f3715d;
}

.course_old_old-preview .course_old_old-header {
	position:relative;
	z-index:9;
	padding:0.5em 15px 0.9em 15px;
}

.course_old_old-preview .course_old_old-meta {
	overflow:hidden;
}

.course_old_old-preview .course_old_old-header .author {
	color:#777;
}

.course_old_old-preview .course_old_old-footer {
	padding:0.7em 15px;
	border-top:1px solid #f0f0f0;
	background:#f2f2f2;
}

.course_old_old-preview .course_old_old-footer .course_old_old-users {
	padding-left:17px;
	background:url(images/icons/user_icon.png) 0 0.2em no-repeat;
	color:#777;
	text-shadow:0 1px 0 #fff;	
}

.course_old_old-preview .course_old_old-rating {
	float:right;
	margin:0;
}

.course_old_old-rating {
	overflow:hidden;
	margin:0 auto;
	width:90px!important;
}

.course_old_old-rating img {
	display:block;
	float:left;
	margin:1px 0 0 2px;
}

.single-course_old_old .featured-content {
	padding:3em 0;
}

.single-course_old_old .related-course_old_olds {
	margin-top:3em;
}

.course_old_old-description.widget {
	padding:20px;
}

.course_old_old-description .widget-title {
	margin:-21px -21px 20px -21px;
}

.course_old_old-description .course_old_old-header {
	margin-bottom:1em;
}

.course_old_old-description .course_old_old-header .author {
	color:#777;
}

.course_old_old-description .course_old_old-footer .element-button {
	margin:0.5em 10px 0 0;
}

.course_old_old-description .price-button .price,
.course_old_old-description .price-button .caption {
	float:left;
}

.course_old_old-description .price-button .price {
	padding-left:10px;
	border-left:1px solid rgba(255,255,255,0.17);
}

.course_old_old-description .price-button .caption {
	padding-right:10px;
	border-right:1px solid rgba(0,0,0,0.07);
}

.free-course_old_old .price-button .price {
	display:none;
}

.free-course_old_old .price-button .caption {
	border-right-width:0;
}

.course_old_old-progress {	
	overflow:hidden;
	margin-bottom:2em;
	width:100%;
	height:8px;
	background:#ededed;
}

.course_old_old-progress span {
	display:block;
	float:left;
	width:0;
	height:8px;
	background:#5ea5d7 url(images/bgs/progress_bg.png) 0 0 repeat-x;
}

.course_old_old-status {
	display:inline-block;
	margin-right:5px;
	padding:0 5px;
	border:1px solid rgba(0,0,0,0.1);
	background:#5ea5d7;
	color:#fff;
	text-shadow:0 -1px rgba(0,0,0,0.15);
	font-size:0.9em;	
}

.user-course_old_olds-listing {
	display:table;
	overflow:hidden;
	width:100%;
	border:1px solid #e1e1e1;
	background:#f4f4f4;
}

.user-course_old_olds-listing .course_old_old-item {
	display:table-row;
	overflow:hidden;
	width:100%;
}

.user-course_old_olds-listing .course_old_old-title,
.user-course_old_olds-listing .course_old_old-meta {
	display:table-cell;
	padding:1em 15px;
	border-bottom:1px dotted #d6d6d6;
	vertical-align:middle;
}

.user-course_old_olds-listing .course_old_old-title h4 {
	display:inline;
}

.user-course_old_olds-listing .course_old_old-item:last-child .course_old_old-title,
.user-course_old_olds-listing .course_old_old-item:last-child .course_old_old-meta {
	border-width:0;
}

.user-course_old_olds-listing .course_old_old-item.started a {
	color:#777;
}

.lessons-listing .course_old_old-progress,
.user-course_old_olds-listing .course_old_old-progress {
	margin:0.5em 0 0 0;
	background:#e8e8e8;
}

.user-course_old_olds-listing .course_old_old-meta {
	position:relative;
	z-index:1;
	background:#fff;
}

.plan-preview {
	overflow:hidden;
	margin:-13px -16px;
}

.plan-preview .plan-description {
	position:relative;
	z-index:10;
	padding:1em 0;
}

.plan-preview .plan-price,
.plan-preview .plan-footer {
	padding:0.5em 15px;
	border:1px solid #e1e1e1;
	border-top-width:0;
	border-bottom-width:0;
	background:#f2f2f2;
	color:#777;
	text-align:center;
	text-shadow:0 1px 0 #fff;
	font-size:1.1em;
}

.plan-preview .plan-price {
	border-bottom:1px solid #f0f0f0;
}

.plan-preview .plan-price span {
	font-size:1.1em;
}

.plan-preview .plan-footer {
	padding:0.7em 15px;
	border-top:1px solid #f0f0f0;
}

.single-certificate {
	height:auto;
	text-align:center;
}

.certificate-error {
	margin:0 auto;
	padding:5em 20px;
}

.certificate-wrap {
	position:relative;
	overflow:hidden;
	margin:5em auto 1.5em auto;
	padding:3px;
	width:600px;
	border:1px solid #e1e1e1;
	background:#fff;
}

.certificate-text {
	position:relative;
	padding:1.5em 20px;
	border:1px solid rgba(0,0,0,0.1);
	text-align:center;
}

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

.lessons-listing {
	display:table;
	overflow:hidden;
	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-title h4 {
	display:inline;
}

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

.lessons-listing  .lesson-child .lesson-title {
	padding-left:34px;
	font-size:0.9em;
}

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

.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/icons/attachment_icons.png) 1px 1px no-repeat;
}

.lesson-child .lesson-attachments a {
	margin:0 12px 12px 0;
	width:22px;
	height:22px;
	background-position:-1px -24px;
}

.lesson-item .lesson-attachments .audio {	background-position:-29px 1px; }
.lesson-item .lesson-attachments .document {	background-position:-59px 1px; }
.lesson-child .lesson-attachments .audio { background-position:-32px -24px; }
.lesson-child .lesson-attachments .document {	background-position:-60px -24px; }

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

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

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

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

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


.lesson-toggle {
	float:left;
	margin-right:10px;
	width:24px;
	height:24px;
	background:#5ea5d7 url(images/icons/toggle_icons.png) 7px 6px no-repeat;
	cursor:pointer;
}

.lesson-toggle.expanded {
	background-position:7px -21px;
}

.lesson-child .lesson-toggle {
	margin-right:15px;
	width:0;
	height:1px;
	background:none;
}

/*------------------------------ 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.success,
.quiz-listing li.error {
	background:url(images/bullet_5.png) 16px 0.6em no-repeat;
}

.quiz-listing li.error {
	background-image:url(images/bullet_4.png);
}

.quiz-listing .string li.success,
.quiz-listing .string li.error {
	background-position:16px 0.95em;
}

.quiz-listing li input[type="checkbox"],
.quiz-listing li input[type="radio"],
.quiz-listing li label {
	display:inline;
	cursor:pointer;
}

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

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

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

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

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

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

.user-menu {
	background:#f4f4f4;
	border:1px solid #e1e1e1;
}

.user-menu ul {
	list-style:none;
	display:block;
}

.user-menu li {
	margin:0;
	display:block;
	position:relative;
	border-bottom:1px dotted #d6d6d6;
}

.user-menu li:last-child {
	border-bottom-width:0;
}

.user-menu a {
	padding:0.5em 10px;
	display:block;
	color:#777;
	font-family:Crete Round, Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

.user-menu li.current a {
	color:#444;
}

.user-profile .user-fields .column {
	float:none;
	margin:0;
	width:100%;
}

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

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

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

.user-profile .mceStatusbar {
	border-top:1px solid #dedede!important;
	background-color:#f5f5f5!important;
}

.user-profile .wp-editor-container {
	border:1px solid #D4D4D4;
}

#wp-link #internal-toggle,
.user-profile #description_path_row,
.user-profile .mceStatusbar div,
.user-profile  .mce-statusbar {
    display:none!important;
}

.user-fields {
	margin:0 0 1.5em 0;
	border-width:0;
}

.user-fields th,
.user-fields td {
	padding-left:0;
	border-top-width:0;
	border-right-width:0;
	border-bottom:1px dotted #d4d4d4;
}

.user-fields tr:first-child th,
.user-fields tr:first-child td {
	padding-top:0;
}

.user-fields tr:last-child th,
.user-fields tr:last-child td {
	border-bottom:none;
	padding-bottom:0;
}

.user-fields td {
	padding-right:0;
	width:50%;
	text-align:right;
}

.user-fields input[type="text"],
.user-fields input[type="password"],
.user-fields input[type="number"],
.user-fields input[type="email"],
.user-fields .select-element {
	margin-bottom:0;
}

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

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

.post-footer {
	clear:both;
	overflow:hidden;
}

.post-footer .post-date,
.post-footer .post-categories,
.post-footer .post-author,
.post-footer .post-comment-count,
.post-footer .element-button {
	float:left;
	margin-right:10px;
}

.post-footer .post-categories,
.post-footer .post-author,
.post-footer .post-date {
	padding:0.4em 0;
	color:#777;
}

.post-footer .post-comment-count {
	margin:6px 8px 0 0;	
	width:21px;
	height:20px;	
	background:url(images/icons/comments_icon.png) 0 0 no-repeat;
	color:#777;
	text-align:center;
	text-shadow:0 1px 0 #fff;
	font-size:0.9em;
	line-height:17px;
}

.single-post .post-image {
	margin-bottom:2em;
}

.single-post .tagcloud {
	float:right;
	padding-top:0.4em;
}

.tagcloud a {
	display:block;
	float:left;
	margin:0 0 8px 8px;
	padding:0 15px 0 5px;
	border-left:1px solid rgba(0,0,0,0.05);	
	background:url(images/bgs/tag_bg.png) right 0 no-repeat;
	color:#999;
	text-shadow:0 1px 0 #F5F5F5;
	font-size:0.9em!important;
	line-height:20px;
}

/*-------------------------------- Comments ----------------------------*/

.post-comments {
	margin-top:3em;
}

.post-comments .pagination {
	float:none;
	margin-bottom:2em;
}

.post-comments .pagination a,
.post-comments .pagination span {
	margin-top:0;
}

.comments-listing {
	margin-bottom:2em;
}

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

.comments-listing li {
	margin-top:1.5em;
	padding-top:1.5em;
	border-top:1px dotted #d7d7d7;
}

.comments-listing > ul > li:first-child {
	margin-top:0;
	padding-top:0;	
	border-top-width:0;
}

.comments-listing li ul {
	padding-left:13%;
	list-style:none;
}

.comments-listing .comment .avatar-container {
	position:relative;
	float:left;
	overflow:hidden;
	width:10%;
}

.comments-listing .comment .avatar-container img {
	display:block;
	width:100%;
	height:auto;
}

.comments-listing .comment .comment-text {
	float:right;
	width:87%;
}

.comments-listing .comment .comment-header {
	margin-bottom:0.4em;
}

.comments-listing .comment-author,
.comments-listing .comment-time {
	margin:0 10px 0 0;
}

.comments-listing .comment-time {
	color:#777;
}

.comments-listing .comment-reply-link {
	float:left;
	padding-left:20px;
	background:url(images/icons/reply_icon.png) 0 0.35em no-repeat;
	color:#777;
}

.post-comments #reply-title {
	display:none;
}

.comments-listing #respond {
	padding:2em 0 0.5em 13%;
}

/*-------------------------------Pagination------------------------------*/

.pagination {
	position:relative;
	z-index:1;
	float:left;
	overflow:hidden;
}

.pagination a,
.pagination span {
	float:left;
	margin:2em 11px 0 0;
	height:24px;
	color:#888;
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
	line-height:24px;
}

.pagination span {
	width:24px;
	border:1px solid #ddd;
	text-shadow:0 1px 0 #fff;
}

.pagination a:hover {
	color:#333;
}

.pagination a.next,
.pagination a.prev {
	width:7px;
	background-image:url(images/pagination_arrows.png);
	background-position:0px 6px;
	background-repeat:no-repeat;
	color:transparent;
}

.pagination a.next {
	background-position:-53px 6px;
}

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

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

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

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

.parallax-slider .substrate {
	width:130%;
}

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

/*------------------------------- 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/bgs/white_80_bg.png);
}

.boxed-slider .embedded-video {
	margin-bottom:0;
}

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

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

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

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

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

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

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

.woocommerce .page-title,
.woocommerce #content div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:before,
.woocommerce #review_form #respond .comment-reply-title,
.woocommerce #payment div.payment_box:after,
.woocommerce .widget_product_search label,
.woocommerce .widget_product_search #searchsubmit,
.woocommerce .widget_price_filter input,
.woocommerce ul.product_list_widget .star-rating,
.woocommerce .item-options .single_variation .stock,
.woocommerce  .wc-backward:before,
.woocommerce  .wc-forward:after,
.woocommerce p.order-info,
.woocommerce .woocommerce-breadcrumb,
.woocommerce-cart .cross-sells,
.woocommerce .course_old_old-checkout .shop_table,
.woocommerce .course_old_old-checkout .place-order .terms,
.woocommerce .course_old_old-checkout .form-row label,
.woocommerce .course_old_old-checkout .billing-details h3 {
    display:none;
}

.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message {
	border-left-width:1px;
	border-left-color:#e1e1e1;
	border-left-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#e1e1e1;
	border-bottom-style:solid;
	border-right-width:1px;
	border-right-color:#e1e1e1;
	border-right-style:solid;
}

/*------------------------------- Products ----------------------------*/

.product-preview {
	border:1px solid #e1e1e1;
	background:#fff;
}

.product-preview .product-image {
	padding:5px;
	background:#fff;
}

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

.product-preview .product-header {
	padding:0.5em 15px 0.9em 15px;
}

.product-preview .product-footer {
	padding:0 15px 1.1em 15px;
	margin-top:-0.3em;
}

.product-preview .course_old_old-price {
	left:-4px;
}

.product-preview .product-title {
	margin-bottom:0;
}

.product-preview .star-rating,
.woocommerce .products .star-rating {
	display:none;
}

.woocommerce div.product span.price,
.woocommerce #content div.product span.price {
	color:#777;
	font-weight:bold;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images {
	width:100%;
	float:none;
	margin-bottom:0;
}

.woocommerce .product .woocommerce-tabs,
.woocommerce .product .products {
	margin-top:3em;
}

.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus {
	color:#666!important;
	font-weight:bold;
}

.woocommerce #content .quantity input {
	padding-top:0.4em;
	padding-bottom:0.4em;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	display:inline-block;
}

.woocommerce .product .product_meta {
	margin-top:1em;
	color:#777;
}

.woocommerce #content div.product form.cart, 
.woocommerce div.product form.cart {
	margin-bottom:1.5em;
}

.woocommerce .product .product_price {
	float:left;
	margin-right:10px;
	padding:0.3em 0;
}

.woocommerce .product .price {
	margin:0;
	color:#666!important;
	font-weight:bold;
}

.woocommerce #content div.product form.cart div.quantity,
.woocommerce div.product form.cart div.quantity {
	margin-right:10px;
}

.woocommerce .product .product_title {
	margin-bottom:0.6em;
}

.woocommerce .product .woocommerce-product-rating {
	margin-bottom:0.8em;
}

.woocommerce .product .woocommerce-review-link {
	color:#888;
}

.woocommerce .star-rating span:before {
	color:#FFA927;
}

.woocommerce .comment-respond label {
	display:inline-block;
	margin-bottom:0.5em;
	font-weight:bold;
	color:#666;
}

.woocommerce .shop_attributes th,
.woocommerce .shop_attributes td {
	border-right-width:0;
}

.products-listing {
	float:left;
	margin-bottom:-40px;
	width:100%;
	font-size:0;
}

.products-listing > .column {
	display:inline-block;
	float:none;
    vertical-align:top;
	font-size:13px;
}

.products-listing .product-preview {
	margin-bottom:40px;
}

.products-toolbar {
	margin-bottom:2em;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-bottom:0;
}

.woocommerce .woocommerce-result-count {
	color:#777;
	padding:0.5em 0;
}

.woocommerce .add_to_cart_button:before {
	display:none;
}

.woocommerce .added_to_cart {
	display:inline-block;
	margin-left:7px;
}

.woocommerce .product .stock {
	display:block;
	clear:left;
}

/*-------------------------------- Cart ---------------------------------*/

.woocommerce table.shop_table tr:first-child td {
	border-top-width:0!important;
}

.woocommerce table.shop_table th:last-child,
.woocommerce table.shop_table td:last-child {
	border-right-width:0;
}

.woocommerce table.shop_table tbody tr:last-child th,
.woocommerce table.shop_table tbody tr:last-child td,
.woocommerce table.shop_table tfoot tr:last-child th,
.woocommerce table.shop_table tfoot tr:last-child td {
	border-bottom-width:0;
}

.woocommerce #content table.cart td.actions .coupon .input-text {
    line-height:1.5em;
    width:130px;
    margin-right:6px;
    padding:4px 10px;
}

.woocommerce #content table.cart .checkout-button {
    margin-left:3px;
}

.woocommerce .woocommerce-checkout-review-order-table {
	margin-bottom:1.5em!important;
}

.woocommerce #order_review_heading {
	margin-top:1.5em;
}

.woocommerce #content .shipping-calculator-button {
    margin:1.5em 0;
}

.woocommerce .cart_totals table.cart-totals-table {
	margin-bottom:0;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
    font-size:1em;
    margin:0 0 1.7em 0;
    border-color:#dfdfdf;
}

.woocommerce table.shop_table:last-child,
.woocommerce-page table.shop_table:last-child {
	margin-bottom:0;
}

.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
	border-top-width:0;
}

/*------------------------------- Checkout ------------------------------*/

.woocommerce #payment,
.woocommerce-page #payment {
    background:#fff;
}

.woocommerce-checkout table.shop_table tbody tr:last-child td:last-child {
	border-bottom-width:1px;
}

.woocommerce-checkout table.customer_details tbody tr:last-child td:last-child {
	border-bottom-width:0;
}

.woocommerce form .form-row {
    margin-bottom:0.5em;
    padding:0;
}

.woocommerce form #customer_details .form-row {
    display:block;
    float:none;
    width:100%;
    margin-bottom:1em;
    padding:0;
}

.woocommerce form #customer_details .form-row.last,
.woocommerce form #customer_details .form-row.create-account {
    margin-bottom:0;
}

.woocommerce form #customer_details .form-row label {
    line-height:2.5em;
    float:left;
    width:35%;
    margin:0;
    padding:0;
    cursor:pointer;
    color:#666;
	font-weight:bold;
}

.woocommerce form #customer_details .form-row input {
    float:right;
    width:65%;
}

.woocommerce-checkout form #billing_country_field .chosen-container input {
    float:none;
    width:auto;
}

.woocommerce select#billing_country,
.woocommerce-checkout #billing_country_field .chosen-container,
.woocommerce-checkout #shipping_country_field .chosen-container,
.woocommerce-checkout .form-row .chosen-container {
    width:65%!important;
}

.woocommerce form #customer_details .form-row textarea {
    line-height:20px;
    float:right;
    width:65%;
    min-height:70px;
    padding:10px;
}

.woocommerce-checkout .form-row .chzn-container {
    width:65%!important;
    margin-top:5px;
}

.woocommerce-checkout .form-row .chzn-container .chzn-results {
    width:100%;
}

.chosen-container-multi {
	width:auto!important;
}

.chosen-container-multi .chosen-choices,
.chosen-container-single .chosen-single {
    border:1px solid #d4d4d4;
    background:#fff;
}

.chosen-container-multi .chosen-choices {
	padding:0.1em 4px 0.05em 4px;
}

.chosen-container-multi .chosen-drop {
	text-align:left;
}

.chosen-container ul {
	list-style-type:none;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	color:#666;
	width:auto!important;
}

.chosen-container-multi .chosen-choices li.search-choice {
	background:#f3f3f3;
	border-color:#d3d3d3;
}

.woocommerce form .form-row .input-checkbox {
    float:none!important;
    width:auto!important;
    margin-right:2px;
}

.woocommerce .checkout label.checkbox {
    float:none!important;
    width:auto!important;
    margin:0;
    padding:0;
}

.woocommerce form.login,
.woocommerce form.checkout_coupon {
    padding:1em 15px;
}

.woocommerce .checkout_coupon .form-row {
    margin:0;
    padding:0;
}

.woocommerce .checkout_coupon .form-row-last input {
    float:right;
    margin-top:0.15em;
}

.woocommerce #payment div.place-order {
    margin-top:1.3em;
	margin-bottom:0;
    padding:0;
}

.woocommerce #payment div.place-order input {
	margin-bottom:0!important;
}

.woocommerce div.shipping_address {
    padding-top:1em;
}

.woocommerce-checkout  .payment-listing .toggle-title {
	padding:0.7em 10px 0.7em 37px;
}

.payment-listing .toggle-title:before {
	position:absolute;
	top:0.85em;
	left:12px;
	display:block;
	width:16px;
	height:16px;
	background:#bbb url(images/bullet_6.png) center 4px no-repeat;
	content:" ";
}

.payment-listing .expanded .toggle-title:before {
	background-color:#5ea5d7;
}

.woocommerce .order_details li {
    font-size:1em;
    float:none;
    margin:0 0 .5em 0;
    padding:0 0 .5em 0;
    text-transform:none;
    border-width:0;
    border-bottom:1px dotted #d6d6d6;
}

.woocommerce .order_details li:last-child {
    margin:0;
    padding:0;
}

.woocommerce .order_details li strong {
    font-size:1em;
    display:inline;
}

.woocommerce .course_old_old-checkout .form-row {
	margin-bottom:1em;
}

.woocommerce .course_old_old-checkout .terms {
	margin-bottom:0;
}

.woocommerce .course_old_old-checkout .create-account {
	margin-bottom:0.5em;
}

.woocommerce .course_old_old-checkout .form-row-first,
.woocommerce .course_old_old-checkout .form-row-last {
	float:none;
	padding:0;
	width:100%;
}

.woocommerce .course_old_old-checkout form .form-row,
.woocommerce .checkout_coupon .form-row {
	margin-bottom:0;
	padding:0;
}

.woocommerce .checkout_coupon .form-row .button {
	margin-top:0;
}

.woocommerce #payment .terms {
	text-align:left;
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th {
    border-top-width:0;
}

.woocommerce table.shop_table tr:first-child td,
.woocommerce-page table.shop_table tr:first-child td,
.woocommerce table.shop_table tfoot tr:first-child td,
.woocommerce table.shop_table tfoot tr:first-child th,
.woocommerce-page table.shop_table tfoot tr:first-child td,
.woocommerce-page table.shop_table tfoot tr:first-child th {
    border-top-width:1px;
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
    padding:0.5em 9px;
}

.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.loading,
.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 {	
	padding:0.55em 10px 0.65em 10px;
	border:1px solid rgba(0,0,0,0.15);
	border-bottom-color:rgba(0,0,0,0.1);
	text-shadow:0 -1px 0 rgba(0,0,0,0.17)!important;
	font-weight:normal;
	color:#fff!important;
}

.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 {
	background:#5ea5d7;
}

.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 {
	background:#f3715d;
}

.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce #content input.button:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page #content input.button:active {
	top:0;
	background-image:none!important;
}

/*------------------------------- Widgets -----------------------------*/

.widget ul li .count {
  float:right;
}

.widget ul li .amount {
	color:#777;
	font-weight:bold;
}

.widget_product_search form {
	display:block;
	padding:0 10px;
}

.widget_product_search input {
	margin:0 0 0 -10px;
	width:100%;
}

.widget ul.product_list_widget li:after {
	display:block;
	clear:both;
	overflow:hidden;
	height:0;
	content:" ";
}

.widget ul.product_list_widget li a {
	display:block;
}

.widget ul.product_list_widget li img {
	float:right;
	margin:0.2em 0 0 1em;
	padding:3px;
	width:2.3em;
	height:auto;
	border:1px solid #ededed;
	background:#fff;
}

.widget ul.product_list_widget li ins {
	margin-left:.618em;
	text-decoration:none;
	font-weight:bold;
}

.widget_woo_subscribe #connect {
	padding:0;
	border:0;
	background:none;
}

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

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

@media only screen and (max-width: 1199px) and (min-width: 1000px) {
	.row {
		width:940px;
	}
}

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

@media only screen and (max-width: 999px) and (min-width: 768px) {
	.row {
		width:708px;
	}
}

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

@media only screen and (max-width: 999px) {
	.header-navigation .menu {
		display:none !important;
	}
	
	.header-navigation .select-menu {
		display:block !important;
	}
	
	.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,
	.course_old_olds-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_old_old-content .course_old_old-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_old_old .related-course_old_olds {
		margin-top:1em;
	}
	
	.woocommerce div.product div.images,
	.woocommerce .col2-set .col-2,
	.woocommerce .col2-set .col-1,
	.woocommerce ul.products li.product, 
	.woocommerce div.product div.summary {
		margin-right:0;
		margin-bottom:2em;
		width:100%;
	}
	
	.woocommerce .woocommerce-ordering {
		float:none;
		clear:left;
	}	
	.custom_f_widget {
		padding: 0 !important;
	}
	.zopim {
	    bottom: 60px !important;
	}
}

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

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

@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_old_old-preview,
.course_old_old-description,
.course_old_old-image,
.course_old_old-preview .course_old_old-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-course_old_olds-listing,
.toggles-wrap,
.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,
.faq-toggles ,
.course_old_old-progress,
.course_old_old-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_old_old-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_old_old-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-course_old_olds-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 8px rgba(0,0,0,0.13);
	-moz-box-shadow:0 0 8px rgba(0,0,0,0.13);
	box-shadow:0 0 8px rgba(0,0,0,0.13);
}

.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-course_old_olds-listing .course_old_old-meta,
.plan-preview .plan-description,
.course_old_old-preview .course_old_old-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_old_old-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;
}

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

.ie .row,
.ie .clearfix {
	zoom:1;
}
.ache{
 border-radius: 50%;
    background:#000;
    padding: 40px; 
    width: 100px;
    height: 100px;
   color:#fff;
}
b,strong
{
color:#0040ff;
}
h2
{
color:#476AF8;
/*font-weight:600;*/
}
ul li
{
color:#555;
        font-size: 14px !important;
       text-align:left;
line-height:22px;

}
ol li
{
color:#555;
        font-size: 14px;
       text-align:left;
line-height:25px;
}
 tr
{
border-top:3px solid white ! important;
}
table tr td 
{

        font-size: 14px;
      /* text-align:justify;*/
line-height:25px;
padding:10px;
color:#184682;
background-color:#ECF2FA;

}
thead tr td {
	font-size:15px;
	background: #184682 none repeat scroll 0 0 !important;
    color: #fff !important;
    font-weight: bold !important;
    text-align: left;
}
iframe 
{
width:100%;
over-flow:X;
frame-border:no;
max-width:100%;
}
.bla 
{
color:#000;
}

.wh
{
color:#fff !important;
}
.roud
{
border:1px solid gray;

padding:10px;
}

.vertical-tabs .tabs li
{
background-color:#184682;
color: #ffffff ! important;
border-radius: 0px !important;
}

p
{
color:#184682 !important;
}

.term
{
color:#184682  !important;
font-size: 15px;
text-align: left;
line-height:20px;
margin-bottom:10px;

}
.light
{
color:#7b8dad !important;
font-size: 15px;
text-align: left;
line-height:20px;
margin-bottom:10px;

}

ul.term li
{

color:#184682 ;
text-align: left;
padding-right: 20px;
padding-top: 0px;
padding-left: 50px;
line-height: 20px;
font-size: 15px !important;
list-style:alpha;
}

ul.light  li 
{
color:#7b8dad !important;

text-align: left;
padding-right: 20px;
padding-top: 0px;
padding-left: 50px;
line-height: 25px;
font-size: 15px !important;
}


.wpb_wrapper table.center_table_gate thead tr td
{
color: #FFF !important;
    background: #184682 !important;
    text-align: center;
    padding : 5px !important;
border:1px solid #fff !important;
}
.wpb_wrapper table.center_table_gate tbody tr td
{
    background: #e6ebf2 !important;
   border: 2px solid #FFF !important;
    border-left: none !important;
    border-bottom: none !important;
    font-size: 16px !important;
    line-height: 30px !important;
    color: #184682 !important;
    font-weight: 300 !important;
  padding: 5px !important;
text-align: center;
}
.gt_btn
{
background: #ffcb08 !important;
color:#000 !important;
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern
{
color:#184682 !important;
    border-color: #ffcb08;
    background-color: #ffcb08 !important;
}

.wpb_wrapper table.center_table_stream thead tr td
{
color: #FFF !important;
    background: #184682 !important;
    text-align:center;
    padding : 5px !important;
border:1px solid #fff !important;

}
.wpb_wrapper table.center_table_stream tbody tr td
{
    background: #e6ebf2 !important;
   border: 2px solid #FFF !important;
    border-left: none !important;
    border-bottom: none !important;
    font-size: 16px !important;
    line-height: 30px !important;
    color: #184682 !important;
    font-weight: 300 !important;
  padding: 5px !important;
text-align: center;

}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a
{
color:#184682 !important;
background:#e6ebf2;
font-weight:500;
border-bottom: 0px solid white;

}


/*.wpb_text_column :last-child, .wpb_text_column p:last-child
{
background:#e6ebf2;
}*/


.vc_tta.vc_general .vc_tta-panel-title
{
background:#e6ebf2;
border-top: 2px solid #fff;
}

.privac_text ul li
{
padding-left:40px;
}

.extra::before
{
content:"";
background-image:url("http://zmotpro.com/gateforum/wp-content/uploads/2016/01/dot-final.png") ;
}
.leftt 
{
float:left;
padding:5px;
text-align:right;

}
.rightt
{
floa:left:
padding:10px;
align:left;
}
.rightt
{
align:center;
}
.iconrit
{

margin-left: 187px !important;
top:37px !important;
position: Absolute;
font-size: 20px;

}

.extra_text ul
{
padding: 15px;
}
.extra_text ul li 
{
margin-left:15px;

}

.psutext 
{
height: 150px;
line-height:20px;
}
.extrapsu
{
border: 1px solid #ffcb08;

margin:5px;
width:49%;
height:320px;
}

@media (min-width: 320px) and (max-width: 479px)
{

.extrapsu
{
border: 1px solid #ffcb08;
padding:10px;
margin:10px;
width:95%;
height:550px;

}
}
@media (min-width: 600px) and (max-width: 766px)
{

.extrapsu
{
border: 1px solid #ffcb08;
padding:10px;
margin:10px;
width:95%;
height:480px;

}
}

@media (min-width: 768px) and (max-width: 990px)
{

.extrapsu
{
border: 1px solid #ffcb08;
padding:10px;
margin:10px;
width:95%;
height:300px;

}
}
@media (min-width: 360px) and (max-width: 479px)
{
.ubtn-data ubtn-text
{
width: 230px !important;
}
}
@media (min-width: 480px) and (max-width: 800px)
{
.ubtn-data ubtn-text
{
width: 230px !important;
}
}
/*@media (min-width: 320px) and (max-width: 480px)
{
table tr td
{
padding: 0px !important;
font-size: 11px !important;
}
.wpb_wrapper table.enroll_table td.tbHead{
font-size: 11px !important;
}
th, td
{
padding: 0px 0px !important;
}
table.enroll_table tr td
{
font-size: 11px !important;
}
}*/
@media (min-width: 700px) and (max-width: 1000px)
{
.tmls_text
{
padding: 0px;
font-size: 12px !important;
line-height: 20px !important;;
}
.testimonialBox
{
  padding:10px 10px 10px !important;   
background: #184682;
   min-height: 300px;
}
}

@media (min-width: 767px) and (max-width: 1000px)
{
.course_old_old_gate
{
width: 33.3% !important;
}
.course_old_old_gate .ult_price_features {
  
    height :480px;
}
.aio-icon-img 
{
padding: 0px !important;
width :99% !important;
align : center;
}
}

@media (min-width: 320px) and (max-width: 800px)
{

.duelButtonCustom
{
width :200% !important;
}
}
@media (min-width: 600px) and (max-width: 800px)
{
.middle-text
{
left: 85% !important;
top: 49% !important;
}
.btn2
{

   width: 0%;
    float: right !important;
    position: relative !important;
    margin-top: -49px !important;
	
}
} 

@media (min-width: 360px) and (max-width: 599px)
{
.middle-text
{
left: 78% !important;
top: 49% !important;
}
.btn2
{

   width: 5%;
    float: right !important;
    position: relative !important;
    margin-top: -49px !important;
	
}
}
div.wpcf7-mail-sent-ng
{
background-color:#3FFF00 !important;
border: 2px solid #3FFF00 !important ;
}

.cha p
{
	color:#444 !important
}
.ult_ivan_button
{
	height:36 !important;
}
.Custom_model
{
padding:0px 0px !important;
	overflow:hidden !important;	
}
.ult_modal-body
{
	padding:0px 0px !important;
	overflow:none !important;
	
}
.ult_modal-body img 
{
	margin-bottom:0px !important;
}
.modal-img 
{
	margin: 0px !important;
}
.chow 
{
	list-style: none !important;
    /*padding: 10px;
    padding-left: 50px !important;*/
    background-color:e6ebf2 !important;
}
.chow li {
	color: #555;
    font-size: 16px!important;
    text-align: left;
    line-height: 22px;
	padding:10px ;
   border-bottom: 2px solid white;
   padding-left:50px !important;
   
	
}
.chow li abbr{
	text-decoration:none;
}
.careers_change
{
 background-color:#184682 !important;
display:flex; 


}
.carer li
{
	color: #FFF;
    font-size: 16px!important;
    text-align: left;
    line-height: 22px;
	padding:15px ;
   text-indent:3px !important;
   width:300px;
   padding-left:1em !important;
   background-color:#184682 !important;
   list-style: none !important;
   position: relative;
   margin-left: -13px;
margin-bottom:0px !important; 
}


.carer li a
{
	margin-bottom:1px solid #30598f !important; 
	color: #FFF ;
	text-decoration:none;
}
.car_active a {
	color:#ffd32d !important;
}
	
.car_active
{
	
	border-left:5px solid #ffd32d !important;
	box-shadow: inset 0px 0px 16px -5px rgba(0,0,0,.75);
}
.car_top
{
	margin-top:-10px;
}
.chow{
	background-color:#e6ebf2 !important;
}
	
@media (min-width: 320px) and (max-width: 479px)
{
.careers_change
{
background-color:#184682 !important;

height:160px !important;

} 
}

@media (min-width: 480px) and (max-width: 767px)
{
.careers_change
{
background-color:#184682 !important;
height:160px !important;

} 
	
}
@media (min-width: 768px) and (max-width: 900px)
{
.careers_change
{
background-color:#184682 !important;
height:160px !important;

} 
	
}

/*@media (max-width: 320px)
{
.middle-text
{
left: 42% !important;
top: 49% !important;
}
.ult_main_dualbtn
{
 width: 20%;
    float: left !important;
    position: relative !important;
    margin-top: -49px !important;
}
.btn2
{
 width: 20%;
    float: right !important;
    position: relative !important;
    margin-top: -49px !important;
}
}*/

/*------------------------------------*\
-------- DEMO Code: accordion
\*------------------------------------*/
/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
	box-shadow:0px 1px 3px rgba(0,0,0,0.25);
	border-radius:3px;
	background:#f7f7f7;
}

/*----- Section Titles -----*/
.accordion-section-title {
	width:100%;
	padding:15px;
	display:inline-block;
	border-bottom:1px solid #1a1a1a;
	background:#184682;
	transition:all linear 0.15s;
	/* Type */
	font-size:1.200em;
	text-shadow:0px 1px 0px #1a1a1a;
	color:#fff;
}

.accordion-section-title.active, .accordion-section-title:hover {
	background:#fdce0a ;
	/* Type */
	text-decoration:none;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:15px;
	display:none;
}
.aga
{
border:2px solid #184682;
font-size: 16px;
line-height:32px;
color: #184682;
background-color:
}
#head
{
font-weight: 900;
/*background-color:#184682 ;*/
border-bottom :2px white;
color: black;
/*padding-top: 10px;*/
padding-bottom: 10px;
font-size:15px;
}
.annt
{
margin-top:-30px !important;
}
.char
{
height: 0px !important;
}

@media only screen and (max-width: 320px) and (min-width: 767px) {
	.dar
	{
    margin-bottom: -45px !important;
	}
	.char
	{
    /*margin-bottom: -45px !important;*/
	height: 0px !important;
	}
	.onfor
	{
	padding-bottom:5px !important;
	}
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
.alh
{
width:100% !important;
}
}
.gnbtn
{
width: 150px !important;
font-size:18px !important;
}
#announcement_tab ul.home_ann {
	list-style: none;
}
#announcement_tab ul.home_ann li:nth-child(-n+5):before {
content: "";
background: url("https://gateforum.com/wp-content/uploads/2017/12/New_icons.gif") no-repeat;
width:35px;
height: 16px; 
display: inline-block;

}
#announcement_tab ul.home_ann li:nth-child(n+6):before {
	content: "";
	width: 2px;
    height: 2px;
    display: inline-block;
    border: 3px solid #000;
    border-radius: 50%;
    margin-right: 8px;
}



/*  home page marque 05-12-2017 */

.marq.horizontal .home_ann li{
	display: inline;
	position: relative;
}
.marq.horizontal ul.home_ann {
	border-bottom: none;
	border-left: none
}
.marq.horizontal .home_ann li:after {
    content: "|";
    padding: 20px;
}
.marq.horizontal .home_ann li:last-child:after {
    content: "";
    padding: 20px;
}
.marq.horizontal{
	position: relative;
    background: #e3e3e3;
	padding: 5px;
    width: 100%;
    overflow: hidden;
        margin: 0;
}
.shadow{
	position: relative;
	padding: 0;
}
.shadow:after, .shadow:before {
    position: absolute;
    bottom: 8px;
    left: 10px;
    width: 50%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 5px 7px #777;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.shadow:before {
	    z-index: -1;
    content: "";
    top: 48%;
    box-shadow: 0 5px 7px #777;
        left: 6px;
}
.shadow:after {
	z-index: -1;
    content: "";
    top: 48%;
    -webkit-box-shadow: 0 5px 7px #777;
    -moz-box-shadow: 0 5px 7px #777;
	-webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    right: 3px;
    left: auto;
}
.marq.horizontal .home_ann li a {
	position: relative;
}
.marq.horizontal .home_ann li a:before{
	content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #184682;
    height: 1px;
    -webkit-transition-property: left,right;
    -moz-transition-property: left,right;
    -ms-transition-property: left,right;
    -o-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.marq.horizontal .home_ann li a:hover:before{
	left: 0;
    right: 0;
}
.marq.horizontal .home_ann li a:hover{
	text-decoration: none
}
body.page-id-11806 div#announcement_tab {
    border: #184682 1px solid !important;
}
body.page-id-11806 #custom_tab_na h1{
	    background: #184682;
	    border-left: none;
    border-bottom: none;
}
.marq.vertical {
	overflow: hidden;
}
body.page-id-11806 #custom_tab_na h1 #announcement{
	color: #fff !important;
} 
body.page-id-11806 .extra_text ul li {
    margin-left: 0;
}

.marq.horizontal .wrapping{
	white-space: nowrap;
}

body.page-id-11806 .marq.horizontal ul.home_ann li:nth-child(-n+5):before {
    content: "";
    background: url(https://gateforum.com/wp-content/uploads/2017/12/New_icons.gif) no-repeat;
    width: 35px;
    height: 16px;
    display: inline-block;
} 
body.page-id-11806 .home_carousel_adv .vc_slide {
	width: 100% !important
}
body.page-id-11806 .vc_images_carousel .vc_carousel-control {
	    top: -30px;
	    right: 48px;
    left: auto;
    color: #fff
}
body.page-id-11806 .vc_images_carousel .vc_carousel-control.vc_right{
	 top: -30px;
	     right: 0;
}
body.page-id-11806 .vc_images_carousel .vc_carousel-inner {
	padding: 20px;
}
.float_btns {
    position: fixed;
    right: 0;
    top: 30%;
    display: block;
    width: 40px;
    height: 160px;
    z-index: 999;
} 
#slideleftm {
	position: relative;	
	right: 0;
	z-index: 999;
}


#enr_now {
	width: 40px;
	display: inline-block;
	height: 160px; 
	background: url(images/Enroll-Now.jpg) no-repeat; 
	z-index: 999;
	cursor: pointer;	
}
  
 #slideleftm .inner {
    display: inline-block;
    width: 150px;
    height: 160px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 40px;
    box-shadow: #000 4px 0px 8px;
}
#slideleftm .inner .btn {
    margin: 20px;
}


#enqwrap {
	position: relative;	
	right: 0;
	z-index: 999;
}


#enq_now {
	width: 40px;
	display: inline-block;
	height: 140px; 
	background: url(images/Enquiry.png) no-repeat; 
	z-index: 999;
	cursor: pointer;	
}
  
button.enq_btn_float {
    background: transparent;
    border: none;
    padding: 0;
}

span.newimg{
    background: url(images/New_icons.gif) no-repeat scroll 0 0;
    position: absolute;
    height: 30px;
    width: 32px;
    top: 14px;
    left: 3px;
} 
span.newimgr{
    background: url(images/New_icons.gif) no-repeat scroll 0 0;
    position: relative;
    height: 14px;
    width: 32px;
    top: 0;
    left: 0;
    display: inline-block;
} 
.main_title {
    background: #184682;
}
.main_title h1{
   color: #fff;
   padding: 5px;
}

#footerContainer ul li a, a.line_tr {
	position: relative;
}
#footerContainer ul li a:before, a.line_tr:before{ 
	content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #fff;
    height: 1px;
    -webkit-transition-property: left,right;
    -moz-transition-property: left,right;
    -ms-transition-property: left,right;
    -o-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#footerContainer ul li a:hover:before, a.line_tr:hover:before{
	left: 0;
    right: 0;
}
#footerContainer ul li a:hover, a.line_tr:hover{
	text-decoration: none
}


/*  for new center page  */


.icp_details_btn {
    border-radius: 20px;
    background: transparent;
    color: #184682;
    font-weight: bold;
    font-size: 15px;
    border: 2px solid #184682;
    transition: all 0.3s ease 0s;
}
body.page-id-11905 .main_title h2{
   background: #184682;
   color: #fff;
   padding: 5px;
   text-transform: uppercase;
   border-bottom: 2px solid #ffcd08;
}

.center_gallery .vc_images_carousel .vc_carousel-control {
left: -40px;
width: 45px;
}
.center_gallery .vc_images_carousel .vc_carousel-control.vc_right {
	right: -40px;
}


/*   circle hover effects */

.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 170px;
	height: 170px;
	display: inline-block;
	margin: 20px !important; 
}


.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 0 rgba(24, 70, 130, 0.4),
		inset 0 0 0 16px rgba(24, 70, 130, 0.6),
		0 1px 2px rgba(0,0,0,0.1);		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
}
/*
.ch-grid li:first-child .ch-item {
	box-shadow: inset 0 0 0 0 rgba(17, 82, 130, 0.4), inset 0 0 0 16px rgba(17, 82, 130, 0.6), 0 1px 2px rgba(0,0,0,0.1);
	}
	*/
.ch-grid li:first-child .ch-item{
	    box-shadow: inset 0 0 0 0 rgba(232, 89, 38, 0.4), inset 0 0 0 16px rgba(232, 89, 38, 0.6), 0 1px 2px rgba(0,0,0,0.1);
	}
.ch-grid li:nth-child(2) .ch-item {
	    box-shadow: inset 0 0 0 0 rgba(1, 99, 110, 0.4), inset 0 0 0 16px rgba(1, 99, 110, 0.6), 0 1px 2px rgba(0,0,0,0.1);
	}
.ch-grid li:nth-child(3) .ch-item {
	    box-shadow: inset 0 0 0 0 rgba(90, 30, 50, 0.4), inset 0 0 0 16px rgba(90, 30, 50, 0.6), 0 1px 2px rgba(0,0,0,0.1);
	}
.ch-grid li:nth-child(4) .ch-item {
	    box-shadow: inset 0 0 0 0 rgba(0, 158, 29, 0.4), inset 0 0 0 16px rgba(0, 158, 29, 0.6), 0 1px 2px rgba(0,0,0,0.1);
	}	

.ch-img-1 { 
	background: url(images/ICP_icon.png);
	background-position: center;
    background-size: 85%;
}

.ch-img-2 { 
	background: url(images/eGATE_icon.png);
	background-position: center;
    background-size: 85%;
}

.ch-img-3 { 
	background: url(images/DLP_icon.png);
	background-position: center;
    background-size: 85%;
}
.ch-img-4 { 
	background: url(images/IES_icon.png);
	background-position: center;
    background-size: 85%;
}
.ch-img-5 {
	background: url(images/OTG_icon.png);
	background-position: center;
    background-size: 85%;
}


.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden; /*for a smooth font */

}

.ch-info h3 {
	color: #fff;
	text-align: center;
	position: relative;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 0 30px;
	padding: 65px 0 0 0;
	height: 110px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff !important;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;
	    text-align: center;	
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 8px;
	letter-spacing: 1px; 
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}
/*
.ch-grid li:first-child .ch-item:hover {
	box-shadow: 
		inset 0 0 0 110px rgba(17, 82, 130, 0.8), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1)
}
*/
.ch-grid li:first-child .ch-item:hover {
	box-shadow: 
		inset 0 0 0 110px rgba(232, 89, 38, 0.8), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1)
}
.ch-grid li:nth-child(2) .ch-item:hover {
	box-shadow: 
		inset 0 0 0 110px rgba(1, 99, 110, 0.8), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1)
}
.ch-grid li:nth-child(3) .ch-item:hover {
	box-shadow: 
		inset 0 0 0 110px rgba(90,30,50, 0.8), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1)
}
.ch-grid li:nth-child(4) .ch-item:hover {
	box-shadow: 
		inset 0 0 0 110px rgba(0, 158, 29, 0.8), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1)
}
.ch-item:hover .ch-info {
	opacity: 1;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}

/*.ch-grid li:last-child .ch-info h3{
	    padding: 42px 0 0 0;
}*/
.ch-grid li h3.ch-title {
    text-align: center;
    margin-top: 22px;  
    color: #fff;
    padding: 3px;
        line-height: 20px;
}
/*
.ch-grid li:first-child h3.ch-title{
background: #115282
}
.ch-grid li:nth-child(2) h3.ch-title {
background: #e85926
}
.ch-grid li:nth-child(3) h3.ch-title {
	background: #01636e
}
.ch-grid li:nth-child(4) h3.ch-title {
	background: #5A1E32
}
.ch-grid li:nth-child(5) h3.ch-title {
	background: #009e1d
}
*/

.ch-grid li:first-child h3.ch-title{
background: #e85926
}
.ch-grid li:nth-child(2) h3.ch-title {
background: #01636e
}
.ch-grid li:nth-child(3) h3.ch-title {
	background: #5A1E32
}
.ch-grid li:nth-child(4) h3.ch-title {
	background: #009e1d
}

.ch-grid sup {
	    color: #fff;
    font-size: 11px;
}
.ch-grid h3.ch-title small {
	color: #fff;
	font-size: 11px;
}
.ch-grid h3.ch-title .course_title {
	color:#fff;
}
.ch-grid h3.ch-title .course_title:hover{
	text-decoration: none
}
body.page-id-11905 .center {
	overflow: hidden;
    border: #184682 solid 1px;
    padding: 10px;
}
.center_ann li {
    margin-left: 0;
}
.center_ann {
	list-style: none
}
.center_ann li:before {
    content: "";
    width: 2px;
    height: 2px;
    display: inline-block;
    border: 3px solid #000;
    border-radius: 50%;
    margin-right: 8px;
}
.marq.vertical.center{ 
	padding: 5px;
	border: #184682 1px solid;
}
.marq.vertical.center li:before {
	 content: "";
    width: 2px;
    height: 2px;
    display: inline-block;
    border: 3px solid #000; 
    border-radius: 50%;
    margin-right: 8px;
}
.tslink {
    margin-top: 5px;
    background: #184682;
    border-top: 1px #fff solid;
    border-bottom: 1px solid #fff;
}
.tslink p {
    text-align: center;
    padding: 5px;
}
.tslink p a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

body .topbar{
	position: fixed;
	    top: 0px;
	    z-index: 999;
}
body.admin-bar .topbar{
	position: fixed;
	    top: 32px;
	    z-index: 999;
}


body .header-wrap { 
	margin: auto;
    left: 0;
    position: fixed;
    top: 48px;
    right: 0;
    background: #dcdcdc !important;
}
body.admin-bar .header-wrap { 
	margin: auto;
    left: 0;
    position: fixed;
    top: 80px;
    right: 0;
    background: #dcdcdc!important;
}
body .site-wrap { 
    margin-top: 128px; 
}

#cf .form-group input {
	width: 100%
}
.p-l-0{
	padding-left: 0
}
.p-r-0{
	padding-right: 0
}
#cf input[type="submit"] {
	color: #000 !important;
}
.morecontent span {
    display: none;
}
.morelink {
    display: inline-block;
    color: #fff !important;
    text-decoration: underline !important;

}
.flash{
 animation: blinker 1s linear infinite;

}
@keyframes blinker {  
  50% { opacity: 0; }
}
.p-0 {
	padding: 0;
}
.m-0 {
	margin: 0
}
.not_marq_title_div {
    padding: 4px 0px;
    background: #184682;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-bottom: #ffcd08 2px solid;
}
.homeslide {
	width: 563px;
    height: 417px;
    margin: 0 0 0 auto;
	}

#homeslide1 {
	    background: url(http://d1zttcfb64t0un.cloudfront.net/Images/slides/Website-Banners_sprite.jpg);
       background-size: 100%;
}
#homeslide2 {
	    background: url(http://d1zttcfb64t0un.cloudfront.net/Images/slides/Website-Banners_sprite.jpg) -1px -453px no-repeat;
       background-size: 100%;
}
#homeslide3 {
	    background: url(http://d1zttcfb64t0un.cloudfront.net/Images/slides/Website-Banners_sprite.jpg) 0px -907px no-repeat;
       background-size: 100%;
}
#homeslide4 {
	    background: url(http://d1zttcfb64t0un.cloudfront.net/Images/slides/Website-Banners_sprite.jpg) -1px -1362px no-repeat;
       background-size: 100%;
}
#homeslide5 {
	    background: url(http://d1zttcfb64t0un.cloudfront.net/Images/slides/Website-Banners_sprite.jpg) 0px -1816px no-repeat;
        background-size: 100%;
}
#homeslide6 {
	    background: url(http://d1zttcfb64t0un.cloudfront.net/Images/slides/Website-Banners_sprite.jpg) 0px -2309px no-repeat;
       background-size: 100%;
}
#homeslide7 {
	    background: url(http://d1zttcfb64t0un.cloudfront.net/Images/slides/Website-Banners_sprite.jpg) 0px -2732px no-repeat;
      background-size: 100%;
}
#homeslide8 {
	    background: url(http://d1zttcfb64t0un.cloudfront.net/Images/slides/Website-Banners_sprite.jpg) 0px -3206px no-repeat;
       background-size: 100%;
}

.see_all_notif {
	text-align: center;
	background: #ffcd08;
}
.see_all_notif a{	
    text-decoration: none;
    font-weight: bold;
    line-height: 32px;
}
.see_all_notif  i {
	float: right;
    background: #f0ad4e;
    padding: 9px;
}
.slide_left_section {
    background: #545454;
    color: #fff;
    width: 75%;
    padding: 10px;
}
.slide_left_section h1 {
	    font-size: 25px !important;
    font-weight: bold;
    margin-bottom: 20px !important; 
}
.slide_left_section h1 sup{
	 font-size: 20px !important;
}
.slide_left_section p.description {
    color: #fff !important;
    font-size: 14px !important;
}
#footerContainer .socialIcons ul li a:before {
	height: 0;
} 
.shape {
    position: absolute;
    right: 0;
    width: 200px;
}
@media only screen and (max-width: 1025px) {
	body .header-wrap {
		top: 0px;
	}
	body .site-wrap {
		margin-top: 73px;
	}
	.homeslide {
		width: 613px;
    height: 230px;

	}
	#homeslide1 {
	    background: url(http://d1zttcfb64t0un.cloudfront.net/Images/slides/Website-Banners_sprite.jpg);   
    background-size: 100%;
	}
	#homeslide2 {
		    background: url(http://d1zttcfb64t0un.cloudfront.net/Images/slides/Website-Banners_sprite.jpg)  no-repeat;
	      background-size: 100%;
	      background-position: 0 14.28%; 
	}
	#homeslide3 {
		    background: url(http://d1zttcfb64t0un.cloudfront.net/Images/slides/Website-Banners_sprite.jpg) 0px -476px no-repeat;
	       background-size: 100%;
	       background-position: 0 28.56%; 
	}
	#homeslide4 {
		    background: url(http://d1zttcfb64t0un.cloudfront.net/Images/slides/Website-Banners_sprite.jpg) 0px -722px no-repeat;
	       background-size: 100%;
	       background-position: 0 42.84%;
	}
	#homeslide5 {
		    background: url(http://d1zttcfb64t0un.cloudfront.net/Images/slides/Website-Banners_sprite.jpg) 0px -960px no-repeat;
	       background-size: 100%;
	       background-position: 0 57.12%;
	}
	#homeslide6 {
		    background: url(http://d1zttcfb64t0un.cloudfront.net/Images/slides/Website-Banners_sprite.jpg) 0px -1200px no-repeat;
	        background-size: 100%;
	         background-position: 0 71.4%;
	}
	#homeslide7 {
		    background: url(http://d1zttcfb64t0un.cloudfront.net/Images/slides/Website-Banners_sprite.jpg) 0px -1435px no-repeat;
	        background-size: 100%;
	         background-position: 0 85.68%;

	}
	#homeslide8 {
		    background: url(http://d1zttcfb64t0un.cloudfront.net/Images/slides/Website-Banners_sprite.jpg) 0px -1690px no-repeat;
	       background-size: 100%;
	        background-position: 0 99.96%;
	}
	.shape {
	    position: absolute;
	    right: 0;
	    top: 22px;
	    width: 100px;
	}
}
li.menu-item-13085 a:after {
    content: '';
    background: url(https://gateforum.com/wp-content/uploads/2018/04/532.png);
    width: 20px;
    height: 20px;
    background-size: 100%;
    float: right;
}
.modal button.close {
	color: #ffffff;
    background: #999;
    padding: 5px 9px;
    border-radius: 16px;
    font-size: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    border: #fff 2px solid;
    opacity: 1;
    z-index: 9;
}
input[type="submit"], input[type="button"] {
	background: #ffcd08;
    color: #1d3a69 !important;
    font-weight: bold;
}
.form-header {

}
.form-header h2 {
	background: #184682;
    color: #fff;
    padding: 5px;
    margin: 0;
}
.enquiry_form {
	border: #184682 solid 1px;
    padding: 2px;
   	padding-top: 15px;
}
ul.tick-list {
	/*list-style-image: url(/wp-content/uploads/tick.png);*/
	list-style: none;
}
ul.tick-list > li::before {
	background: url(/wp-content/uploads/tick.png);
    width: 13px;
    height: 13px;
    display: inline-block;
    content: "";
    margin-left: -20px;
    background-size: cover;
    margin-right: 10px;
}
.app_link img {
width: 150px;	
}
.app_link {
    margin-top: 25px;
}
.offer_main {
    position: relative;
    /*border: #184682 solid 1px;*/
    margin-top: 50px;
}
.offer_main h3 {
    background: #184682;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 20px;
}
.offer_main .old_price {
    position: relative;
    padding: 10px;
    font-size: 23px;
    font-weight: bold;
    color: #000;
}
.offer_main .old_price:before {
    content: "";
    width: 62px;
    height: 2px;
    background: #f00;
    position: absolute;
    transform: rotate(-20deg);
    top: 25px;
    left: 24px;
}
.offer_main .old_price:after {
    content: "";
    width: 62px;
    height: 2px;
    background: #f00;
    position: absolute;
    transform: rotate(20deg);
    left: 24px;
    top: 25px;
}
.offer_main .new_price {
    color: #3044b5;
    font-size: 26px;
    font-weight: bold;
}
ul.glist li, ol.glist li {
    font-size: 16px !important;
    margin: 0 !important;
    line-height: 30px !important;
    color: #184682 !important;
    font-weight: 300 !important;
}
ul.glist, ol.glist {
	padding-left: 3em !important; 
	text-indent: -1.5em !important;
}
#mockgateForm .form-group input {
    width: 100%;
}
.asp {
    left: 0;
    top: 30%;
    z-index: 109;
    position: fixed;
    display: block;
}

@media handheld, only screen and (max-width: 767px) {
.asp {
	width: 50px;
}
}
.course_g20 {
  background: #fff;
  height: 400px;
  width: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #2a3cad;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #2a3cad;
}

.course_g20 .content h2 {
  font-size: 19px;
}

.course_g20 .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: #111845a6;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 20px 50px rgb(23, 32, 90);
  border: 2px solid #2a3cad;
  color: white;
  padding: 20px;
}

.course_g20 .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: 0.5s;
  pointer-events: none;
}

.course_g20 .box:hover:before {
  left: -50%;
  transform: skewX(-5deg);
}

.course_g20 .box .content {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #f0a591;
  padding: 20px;
  text-align: center;
  box-shadow: 0 5px 10px rgba(9, 0, 0, 0.5);
}

.course_g20 .box span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
}

.course_g20 .box span:nth-child(1) {
  transform: rotate(0deg);
}

.course_g20 .box span:nth-child(2) {
  transform: rotate(90deg);
}

.course_g20 .box span:nth-child(3) {
  transform: rotate(180deg);
}

.course_g20 .box span:nth-child(4) {
  transform: rotate(270deg);
}

.course_g20 .box span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #50dfdb;
  animation: animate 4s linear infinite;
}

@keyframes animate {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: right;
  }

  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
