@charset "utf-8";
/*
Theme Name: Medial E-learning
Theme URI: http://medical-elearning.com/
Author: ExpertCollege
Author URI: http://expertcollege.com/
Description: Custom Website Theme
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: blue, light, white, black, gray, one-column, two-columns, custom-header
*/

/* TP: Globals :)
--------------------------------------------------------------------------------------------------------------------------------------*/
html, body { 
	height: 100%;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%; 
	    -ms-text-size-adjust: 100%; 
	     -o-text-size-adjust: 100%; 
		    text-size-adjust: 100%; 
}

body, h1, h2, h3, h4, h5, h6,  input, textarea  { font: normal normal normal 12px/18px Arial, Helvetica, sans-serif; color: #000; }

h1, h2, h3, h4, h5, h6 { padding:0 0 20px; font-weight: bold; color: #093d62; clear: left; display: inline-block; width: 100%; }

h1 { font-size: 24px; }
h2 { font-size: 20px; border-bottom: 3px solid #85c9f7; margin-bottom: 20px; padding: 0 0 10px;}
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

input, textarea { -webkit-appearance: none; resize: none; padding: 3px; }

input[type=text], input[type=password], input[type=email], textarea {
	
	background: #FFF;
	border: 1px solid #e0e0e0;

	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
}

input[type=submit] { cursor: pointer; }

p, address { margin: 0 0 20px 0;}

p, address, img { display: block; }

img {
	border : 0;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

small { font-size:95%;}

ul, ol {
  margin: 0 0 1em 2.5em;
}

/*ul { list-style: square; }
ol { list-style-type: decimal;}
ol ol { list-style: upper-alpha; }
ol ol ol { list-style: lower-roman;}
ol ol ol ol { list-style: lower-alpha;}
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ul ul, ul ol, ol ol, ol ul { margin-bottom: 0;}
*/

dl { margin: 0 1em; }
	dt { font-weight: bold; }
	dd { margin-bottom: 1em; }
	
strong { font-weight: bold; }

cite, em, i { font-style: italic;}

blockquote {
  font-family: Georgia, "Bitstream Charter", serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 3em 1em;
}
	blockquote em, blockquote i, blockquote cite { font-style: normal; }
	
	blockquote cite {
	  color: #666;
	  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	  font-weight: 300;
	  letter-spacing: 0.05em;
	  text-transform: uppercase;
	}

pre {
  background: #f4f4f4;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1em;
  overflow: auto;
  padding: 0.75em 1em;
}

code, kbd { font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;}

abbr, acronym, dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}


ins {
  background: #fff9c0;
  text-decoration: none;
}

sup, sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup { bottom: 1ex; }
sub { top: .5ex; }

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; outline: none;
}

::-moz-selection{background: #2979b1; color: #fff; text-shadow: none;}
::selection{background: #2979b1; color: #fff; text-shadow: none;}

a, a:active { color: #1982d1; text-decoration: underline; }

	a:focus, a:visited,  a:hover { text-decoration: none;}
	
	a:link {-webkit-tap-highlight-color: #fcd700;} 

input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

a, a:hover { -webkit-transition: color 0.4s ease, background-color 0.4s ease; -moz-transition: color 0.4s ease, background-color 0.4s ease; -ms-transition: color 0.4s ease, background-color 0.4s ease; -o-transition: color 0.4s ease, background-color 0.4s ease; transition: color 0.4s ease, background-color 0.4s ease;}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { 
  font-weight: normal; 
}

#menu-wrapper nav .mobile-menu-button {
	display: none;
}

/* TP: Common Class :)
--------------------------------------------------------------------------------------------------------------------------------------*/


.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.chromeframe {position: absolute; top: 0;}

.FR { float: right; }
.FL { float: right; }

.DIB { display: inline-block; }
.DB { display: block; }

.VAT { vertical-align: top; }
.VAM { vertical-align: middle; }
.VAB { vertical-align: bottom; }

.TAL { text-align: left; }
.TAC { text-align: center; }
.TAR { text-align: left; }

/* Alignment */
.alignleft { float: left; margin-right: 10px; }
.alignright { float: right; margin-left: 10px;}
.aligncenter { display: block; margin-left: auto; margin-right: auto;}

table.bordered {border-collapse:collapse; width: 100%;}
table.bordered tr th, table.bordered tr td {
	border:1px solid #C6C6C7;
	padding:3px 5px;
}

.layout-wrapper, .center-block-layout, #maincontent { margin: 0 auto; max-width: 1000px; width: 100%;}


.col { margin: 0 0 20px 1.6%;}

.slimScrollRail, .slimScrollBar { width: 3px !important; }
.slimScrollBar { background: #093d62 !important; cursor: pointer; }


.button {
	background: #85c8f7;
	padding: 10px;
	clear: left;
	display: inline-block;
	color: #093d62;
}

.button, .button:hover {
	text-decoration: none
}


#header-wrapper {
	height: 150px;
}

	#header-wrapper a.logo {  margin: 30px 0 0 0; float: left; }

/* Main Menu 
--------------------------------------------------------------------------------------------------------------------------------------*/
#menu-wrapper {
	position: relative;
}
#menu-wrapper nav {
	height: 50px;
	width: 99.95%;
	-moz-border-radius: 10px 10px;
	-webkit-border-radius: 10px 10px;
	border-radius: 10px 10px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #093d61; /* layer fill content */

}

	#menu-wrapper nav ul {
		margin: 0;
		padding: 0;
	}
	#menu-wrapper nav ul li {
		line-height: 25px;
		height: 25px;
	}
	#menu-wrapper nav ul li a {
		text-decoration: none;
		font-weight: bold;
		color: #fefefe;

	}

	#menu-wrapper nav > ul > li.current-menu-item > a, #menu-wrapper nav ul li a:hover {
		color: #85c9f7;
	}

	#menu-wrapper nav > ul > li > a {
		float: left;
	}

	#menu-wrapper nav > ul > li { list-style: none outside; display: inline; float: left; height: 50px; line-height: 50px; margin-left: 30px;}


	#menu-wrapper #cart-wrapper {
		position: absolute;
		right: 0;
		top: 0;
		width: 397px;
		height: 50px;
		color: #093d62;
		padding: 8px 15px 0 80px;

		-webkit-border-radius: 0 10px 10px 0;
		-moz-border-radius: 0 10px 10px 0;
		-ms-border-radius: 0 10px 10px 0;
		-o-border-radius: 0 10px 10px 0;
		border-radius: 0 10px 10px 0;

		background: #85c9f7 url(images/cart-icon.png) no-repeat 10px center;
	}

	#menu-wrapper #cart-wrapper a {
		text-decoration: none;
		color: #FFF;
	}

	#menu-wrapper #cart-wrapper h4 { padding: 0; color: #093d62;}
	#menu-wrapper #cart-wrapper h4 span { color: #FFF;}

	
/* LightSlider
--------------------------------------------------------------------------------------------------------------------------------------*/
/*
#slider-wrapper {
    max-width:661px;
    width: 100%;
    margin: 0 auto 20px;
}
#slider-wrapper ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
#slider-wrapper ul li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
    max-width: 661px;
    width: 100%;

}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	    -ms-border-radius: 0;
	     -o-border-radius: 0;
			border-radius: 0;
}

#slider-wrapper ul.lSPager li img {
    display: block;
    height: auto;
    max-width: 100%;
	width: 100%;
	
	border: none;
	
}


#slider-wrapper ul.lSPager li.active img {

	border: 3px solid rgba(255,0,0,0.5);

}
*/

/* FlexSlider 2
--------------------------------------------------------------------------------*/

#slider-wrapper {
	max-width: 661px;
    width: 100%;
    margin: 0 auto 20px;
}

#slider-wrapper #slider {
	margin-bottom: 0;
}

#slider-wrapper #carousel .slides li.flex-active-slide {
	margin-right: 10px !important;
}

#slider-wrapper #carousel .slides li.flex-active-slide img {
	border: 3px solid rgba(255,0,0,0.5);
}

.flexslider .flex-next {
	opacity: 0.8; right: 5px;
}

.flexslider .flex-prev {
	opacity: 0.8; left: 5px;
}

.flex-direction-nav a:before {
    font-size: 18px;
    width: 32px;
    height: 32px;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #000000;
}

.flex-direction-nav a {
    width: 35px;
    height: 35px;
}

/* Featured Box
--------------------------------------------------------------------------------------------------------------------------------------*/
/*div.featured-wrapper { clear: left; width: 100%; display: inline-block;}
ul.featured-box {
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}
	ul.featured-box li { 
		width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
		background: #093d62;
		display: inline-block;
		vertical-align: middle;
	}
	ul.featured-box li:nth-child(2n+2) {
		margin-right: 0;
	}

	ul.featured-box li  img {
		float: left;
	}

	ul.featured-box li span {
		vertical-align: middle;
		width: 40%;
		display: inline-block;
		font-size: 20px;
		line-height: 110%;
		color: #85c9f7;
		text-align: center;
		padding-top: 10%;
	}
*/

div.featured-wrapper { display: inline-block; width: 100%; padding: 0 0 0 0;}
	
	div.featured-wrapper article { display: inline-block; width: 100%;}
	
	div.featured-wrapper article section.left, div.featured-wrapper article section.right {float: left;}
	
	
	div.featured-wrapper article section.left { width: 53%; padding-right: 20px; }
	div.featured-wrapper article section.right { width: 300px; float: right;}

/* Product List
--------------------------------------------------------------------------------------------------------------------------------------*/
.product-list-wrapper h2 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 110%;
}



/* Partner List
--------------------------------------------------------------------------------------------------------------------------------------*/

#partner-wrapper #partner-list {
	position: relative;
}
	#partner-wrapper #partner-list a.prev, #partner-wrapper #partner-list a.next {
		position: absolute;
		bottom: 13px;
		height: 52px;
		width: 30px;
		overflow: hidden;
		text-indent: -999px;
		background-image: url(images/partner-arrow.png);
		background-repeat: no-repeat;
	}

		#partner-wrapper #partner-list a.prev {
			background-position: 0 0;
			left: 0;
		}

		#partner-wrapper #partner-list a.next {
			background-position: -30px 0;
			right: 0;
		}

	#partner-wrapper #partner-list ul {
		margin: 0 0; 
		padding: 0;
		text-align: center;
	}
		#partner-wrapper #partner-list ul li {
			list-style: none outside;
			display: inline-block;
			margin: 0 30px 0 0;
		}

		#partner-wrapper #partner-list ul li:last-child {
			margin-right: 0;
		}

/* Pagination 
--------------------------------------------------------------------------------------------------------------------------------------*/
#news-scroll-wrapper article, #animation-page-wrapper article{ 
	border-bottom: 1px dotted #c9c9c9;
	padding: 0 0;
	margin: 0 0 20px;
}

#news-scroll-wrapper article:last-child, #animation-page-wrapper article:last-child{
	border-bottom: none;
	margin-bottom: 0;
}

#news-scroll-wrapper article h3.title span, #animation-page-wrapper article h3.title span { font-size: 90%;}
#news-scroll-wrapper article h3.title a, #animation-page-wrapper article h3.title a{
	color: #093D62;
	text-decoration: none;
}

#news-scroll-wrapper article h3.title a:hover, #animation-page-wrapper article h3.title a:hover{
	color: #329fe8;
}
		
/* Pagination 
--------------------------------------------------------------------------------------------------------------------------------------*/

.pagination .wp-pagenavi span.current, .pagination .wp-pagenavi a:hover { 
	background-color: #3180AE; 
}

.pagination .wp-pagenavi a, .pagination .wp-pagenavi span { 
	margin: 0 2px;
	border: 0;
	display: inline-block;
	float: left;
	font-weight: 400;
	line-height: 1.2em;
	text-decoration: none;
	background-color: #295874;
	color: #FFFFFF;
	padding: 5px 8px;
	
	-webkit-border-radius: 3px;  
	   -moz-border-radius: 3px;  
		 -o-border-radius: 3px;  
			border-radius: 3px;
	
}


/* Sidebar Styles 
--------------------------------------------------------------------------------------------------------------------------------------*/

aside section {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}

	aside section ul.more-info {
		margin: 0 0;
		padding: 0;
	}

		aside section ul.more-info li {
			list-style: none outside;
			background: #093d62;
			border-bottom: 2px solid #85c9f7;
			padding: 13px 15px 13px 70px;
			font-size: 13px;
			font-weight: bold;
			position: relative;
			line-height: 50px;
		}

		aside section ul.more-info li:last-child {
			border-bottom: none;
		}

		aside section ul.more-info li, aside section ul.more-info li a {
			text-decoration: none;
			color: #FFF;
			text-transform: uppercase;
			
		}

		aside section ul.more-info li img {
			position: absolute;
			left: 15px;
			top: 13px;
		}

	aside section .box {
		padding: 20px;
		border: 1px solid #e5e5e5;
		margin-bottom: 20px;
	}

	aside section .box.blue{
		border-color: #85c9f7;
	}

		aside section.pads-wrapper .pads { padding-right: 20px;}


/* Footer
--------------------------------------------------------------------------------------------------------------------------------------*/

#footer-wrapper {
	background: #093d62;
	border-bottom: 18px solid #85c9f7;
	padding: 20px;
	font-size: 13px;
	}

	/*#footer-wrapper .span_8_of_12 section { width: 31%; float: left;}*/

	#footer-wrapper h3{
		color: #85c8f7;
		text-transform: uppercase;
	}

	#footer-wrapper ul {
		margin: 0;
		padding: 0;
	}

		#footer-wrapper ul li {
			display: block;
			width: 100%;
			clear: left;
			list-style: none outside;
			margin: 0 0 10px;
		}

		#footer-wrapper ul li a {
			text-decoration: none;
			color: #FFF;
		}


	#footer-wrapper ul.media li {
		list-style: none outside;
		display: inline-block;
		clear: none;
		width: auto;
		margin: 0 10px 0 0;
	}


	#footer-wrapper .contact-details {
		padding: 0 0 0 125px;
		min-height: 140px;
		background: url(images/logo-footer.png) no-repeat left top;
	}

	#footer-wrapper .contact-details, #footer-wrapper .contact-details a,  #footer-wrapper .contact-details h4 {
		color: #ffffff;
		text-decoration: none;
	}

	#footer-wrapper .contact-details p {
		margin: 0;
		padding: 0;
	}

/* TP: Layout :)
--------------------------------------------------------------------------------------------------------------------------------------*/

#outer-wrap, #inner-wrap { 
  overflow: hidden;
    position: relative;
    width: 100%;
}

body.body-sub { background: transparent; }


/* Print Styles
--------------------------------------------------------------------------------------------------------------------------------------*/
@media print {



}

/* Media Queries
--------------------------------------------------------------------------------------------------------------------------------------*/

@media all and (max-width: 1024px) {
	#header-wrapper a.logo {
		width: 100%;
	}

	#header-wrapper a.logo img {
		margin: 0 auto;
	}

	#menu-wrapper nav {
		height: auto;
	}

	#menu-wrapper nav .mobile-menu-button {
		display: block;
	    width: 100%;
	    height: 40px;
	    line-height: 40px;
	    text-align: center;
	    text-decoration: none;
	    color: #ffffff;
	    font-size: 16px;
	}

	#menu-wrapper nav > ul > li {
		float: none;
		display: block;
		margin-left: 0;
		height: 35px;
		line-height: 35px;
	}

	#menu-wrapper nav > ul > li:not(:last-child) {
		border-bottom: 1px solid #0E6099;
	}

	#menu-wrapper nav > ul > li:first-child {
		border-top: 2px solid #0E6099;
	}

	#menu-wrapper nav > ul > li > a {
		display: block;
		width: 100%;
		margin-left: 30px;
	}

	#maincontent {
	    width: 75%;
	}

	.section .span_8_of_12, .section .span_4_of_12 {
	    width: 100%;
	}
	
	/* Sidebar */

	aside section .box.blue {
	    width: 320px;
	}

	/* Featured	*/

	div.featured-wrapper article section.left {
		width: 47%;
	}

	/* Footer */

	#footer-wrapper .span_8_of_12 {
		width: 47.13%;
	}
	
	#footer-wrapper .span_4_of_12 {
		width: 51.26%;
	}
}

@media all and (max-width: 768px) {
	/* Header */
	#header-wrapper {
		height: 110px
	}

	#header-wrapper .col {
		margin: 0;
		position: relative;
	}

	#header-wrapper a.logo {
		margin: 20px 0 0 0;
	}

	#header-wrapper a.logo img {
		width: 250px;
	}

	/* Featured	*/

	div.featured-wrapper article section.left, div.featured-wrapper article section.right {
		width: 100%;
	}

	div.featured-wrapper article section.right p img {
		margin: 0 auto;
	}

	/* Contact Us */

	#content-wrapper .section .col.span_4_of_8 {
		width: 100%
	}

	/* Footer */

	#footer-wrapper .span_8_of_12 {
		width: 60%;
	}

	#footer-wrapper .span_8_of_12 .span_4_of_8:first-child {
		width: 60%;
	}

	#footer-wrapper .span_8_of_12 .span_4_of_8:last-child {
		width: 30%;
	}
	
	#footer-wrapper .span_4_of_12 {
		width: 35%;
	}

	#footer-wrapper .contact-details {
		background: none;
		padding: 0;
	}
}

@media all and (max-width: 640px) {

	/* Footer */
	#footer-wrapper .span_8_of_12 {
		width: 230px;
	}
}

@media all and (max-width: 480px) {
	/* Product */
	.product-list-wrapper img.alignleft {
		margin: 0 115px 10px 0;
	}

	/* Hide Sidebar & My Account Page Widgets */

	aside section .box.blue, .section #mescontent {
	    display: none;
	}
	
	/* Footer */
	#footer-wrapper .span_8_of_12, #footer-wrapper .span_4_of_12 {
		width: 100%;
		margin-bottom: 0;
	}

	#footer-wrapper section h3 {
		font-size: 14px;
		padding-bottom: 11px
	}

	#footer-wrapper .span_4_of_12 h3 {
		padding: 0;
	}

	#footer-wrapper ul li a {
		font-size: 12px;
	}
}

@media all and (max-width: 395px) {
	/* Contact Us */
	.section form .wpcf7-form-control-wrap input:not([type="submit"]), .section form .wpcf7-form-control-wrap textarea {
		width: 100%;
	}

	/* Sidebar */
	aside section ul.more-info li {
		padding: 10px 5px 10px 60px;
		font-size: 11px;
		font-weight: normal;
	}

	aside section ul.more-info li a img {
		width: 37px;
	}
	
}

@media all and (max-width: 320px) {
	/* Sidebar */
	aside section h2 {
		font-size: 16px
	}
	
	aside section ul.more-info li {
		padding: 8px 5px 8px 55px;
		font-size: 10px;
		line-height: 40px;
	}
	
	aside section ul.more-info li a img {
		width: 30px;
	}
}