@import url('../fonts/font.css');
* {
	margin: 0 auto;
	padding: 0px;
	outline: none;
	list-style: none;
}
body {
	background: url(../img/body-bg.jpg) repeat 0px 0px;
	background-size: cover;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
    font-family:'droid_serifbold';
}
p {font-family: "latoregular"}

a {
 color:#004598;   
}
a:hover {
color:#FAE700;}
a img { -webkit-transition: opacity 300ms ease-out; -moz-transition: opacity 300ms ease-out; transition: opacity 300ms ease-out; }
a img:hover { opacity: .7;}
/*==========================================================================*/
/*                                      HEADER                              */
/*==========================================================================*/

header {
	width: 100%;
	z-index: 9999;
	position: relative
}
.row {
	max-width: 1170px;
}
.header-top {
	width: 100%;
	position: relative;
}
.top-bar .name h1 a {
	width: auto;
	font-weight: normal;
	color: white;
	display: block;
	padding: 0px;
}
.search {
	width: auto;
	height: auto;
	float: right;
	padding-top: 15px;
}
.phone-number {
	width: auto;
	float: left;
	margin: 2px 30px 0px 0px;
}
.phone-number .fa-phone {
	font-size: 18px;
	color: #F9E505;
}
.phone-number a {
	color: #F9E505 !important;
}
.phone-number p {
	font-size: 17px;
	color: #F9E505;
	display: inline-block;
	font-family: 'latobold';
}
.search-container {
	float: right;
}
.search-container form {
	position: relative;
}
.search-container form input[type="text"] {
	width: 253px;
	height: 31px;
	line-height: 31px;
	font-size: 15px;
	color: #9ea9a9;
	padding: 0px 0px 0px 42px;
	background: #515c5d;
	border-radius: 4px;
	border: none;
	font-family: 'droid_serifbold';
}
.search-container form input[type="submit"] {
	background: none;
    filter: none;	
	width: 20px;
	padding: 0px;
	border: none;
	background: url(../img/glass.png) no-repeat 4px 0px;
	position: absolute;
	top: 8px;
	left: 8px;
	text-indent: -10000px;	
}
.contain-to-grid .top-bar {
	max-width: 100%;
}
.top-bar {
	background: inherit;
}
.top-bar .name {
	height: auto;
}
.contain-to-grid {
	background: inherit;
	z-index: 999;
	position: relative;
}
.login {
	float: right;
	margin-top: -5px;
}
.top-bar-section li:not(.has-form) a:not(.button) {
	background: inherit !important;
}
.top-bar-section {
	position: relative;
	width: auto;
}
.top-bar-section .has-dropdown {
	position: relative;
}
.top-bar-section ul li {
	float: left;
}
.top-bar-section li:not(.has-form) a:not(.button) {
	padding: 0 20px;
	line-height: 45px;
}
.top-bar-section ul li.selected a, .top-bar-section ul li:hover a {
	background: inherit;
	color: #F9E505 !important;
	border-top: 1px solid #F9E505;
	margin-top: -1px;
}
.top-bar-section .dropdown {
	top: auto;
    background: rgba(0, 0, 0, 0.4);
	min-width: 100%;
	padding: 0;
	z-index: 999999;
	display: block;
	position: absolute !important;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.top-bar-section ul li {
	background: inherit;
}
.top-bar-section ul li:hover a {
	background: inherit;
}
.top-bar-section .has-dropdown > a {
	padding-right: 35px !important;
}
.top-bar-section .dropdown li {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #F9E505;
}
.top-bar-section .dropdown li:hover {
	background: #02429A;
}
.top-bar-section ul li > a {
	display: block;
	width: 100%;
	color: white;
	padding: 12px 0 12px 0;
	padding-left: 15px;
	font-family: 'latobold';
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
}
.top-bar-section .has-dropdown > a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
	border-left-style: solid;
	margin-right: 15px;
	margin-top: -4.5px;
	position: absolute;
	top: 50%;
	right: 0;
}
.top-bar .title-area {
	position: relative;
	margin: 0;
}
.top-bar {
	height: 45px;
	line-height: 45px;
	position: relative;
}
.top-bar .name h1 {
	line-height: 45px;
	font-size: 10px;
	margin-top: -20px;
}
.login ul {
}
.login ul li {
	float: left;
	padding: 6px 10px 0px 10px;
}
.login ul li a {
	font-size: 13px;
	color: #ffffff;
	font-family: 'latobold';
	margin-top: 10px;
	display: block;
}
.login ul li.create-account a {
	width: 115px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: block;
	font-size: 13px;
	background: #F9E505;
	color: #010101;
	border-radius: 4px;
	margin-top: 3px;
}
.login ul li.create-account a:hover {
	background: #fee184; /* Old browsers */
	background: -moz-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee184), color-stop(44%, #fcde7e), color-stop(100%, #f6d364)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee184', endColorstr='#f6d364', GradientType=0 ); /* IE6-9 */
}


.map{width:100%; height:auto; float:left; margin-bottom:20px;}
.map iframe {width: 100%; float: left; height: 400px;}

 @media only screen and (min-width: 40.063em) {
.top-bar-section .has-dropdown > a:after {
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
	border-top-style: solid;
	margin-top: 24.5px;
	top: -3.5px;
}
.top-bar-section ul li .js-generated {
	display: none;
}
.top-bar-section {
	transition: none 0 0;
	float: right;
	left: 0 !important;
	margin: -1px 0px 0px 57px;
	display:none;
}
.top-bar-section ul {
	height: auto !important;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
	background: inherit;
	color: #000;
}
.top-bar-section .dropdown li:hover a {
	color: #F9E505 !important;
}
.top-bar .title-area {
	float: left;
}
.contain-to-grid .top-bar {
	margin: 0 auto;
	margin-bottom: 0;
}
.top-bar {
	overflow: visible;
}
.top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
	display: block;
	position: static !important;
	height: auto;
	width: auto;
	overflow: visible;
	clip: auto;
	position: absolute !important;
}
}
/*==========================================================================*/
/*                                      BANNER                              */
/*==========================================================================*/

.hero {
	width: 100%;
	height: 600px;
	float: left;
	overflow: hidden;
}
.slider-description .cptn-heading1 {
	font-size: 50px;
	color: #F9E505;
	font-family: 'droid_serifbold';
}
.slider-description p {
	font-size: 15px;
	color: #fff;
	font-family: 'latoregular';
}
.slider-description a {
	display: block;
	width: 186px;
	height: 55px;
	line-height: 55px;
	float: left;
	font-size: 20px;
	color: #000000;
	background: #F9E505;
	text-align: center;
	border-radius: 4px;
	font-family: 'droid_serifbold';
}
.hero {
	width: 100%;
	float: left;
	overflow: hidden;
}
.hero ul {
	width: 100%;
	float: left;
	height: auto;
	margin: 0px 0 -12px 0;
	position: relative;
}
.hero ul li img {
	float: left;
	display: block;
}
.slider-description {
	color: white;
	text-align: left;
	background: none;
	margin: 0 auto
}
.slider-description .row {
	width: 100%;
	text-align: center;
	max-width: 1170px;
	margin: 0 auto;
	display: inline-block
}
.hero ul li .row img {
	width: 50%;
	float: left;
}
.hero ul li .row .slider-description {
	width: 45%;
	float: right;
	margin-top: 15%
}
.hero .slick-prev, .hero .slick-next {
	width: 63px;
	height: 63px;
	opacity: 0.75;
	top: 35%;
	background: url(../img/main-arrow.png) no-repeat center;
}
.hero .slick-prev {
	background-position: 0px 0px;
}
.hero .slick-next {
	background-position: -77px 0px;
}
.hero .slick-prev:hover, .hero .slick-prev:focus, .hero .slick-next:hover, .hero .slick-next:focus {
	opacity: 3;
	background: url(../img/main-arrow.png) no-repeat center;
}
.hero .slick-prev:hover, .hero .slick-prev:focus {
	background-position: 0px 0px;
}
.hero .slick-next:hover, .hero .slick-next:focus {
	background-position: -77px 0px;
}
/*==========================================================================*/
/*                                      MIDDLE                              */
/*==========================================================================*/

.popular-section {
	width: 100%;
	float: left;
	background: #f1f2f2;
	padding: 53px 0px 66px 0px;
}
.popular {
	text-align: center;
	background: #fff;
	padding: 4px 0px 4px 0px;
	border-radius: 4px;
	box-shadow: 0px 1px 0px 0px #c2c3c3;
}
.popular-course h1 {
	font-size: 35px;
	text-align: center;
	margin: 0px 0px 24px 0px;
	font-family: 'droid_serifbold';
}
.popular h2 {
	font-size: 22px;
	color: #010101;
	background: #fff;
	margin: 0px;
	padding: 14px 0px 14px 0px;
	font-family: 'droid_serifbold';
}
.popular h2 a {
	font-size: 22px;
	color: #010101;
	background: #fff;
	margin: 0px;
	font-family: 'droid_serifbold';
}
.popular h2 a:hover {
	color: #F9E505
}
.popular-image img {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	width: 100%;
	/*height: 100%;*/
}
.popular-image {
	width: 100%;
	float: left;
	height: 100%;
	border: 10px solid #FFFFFF;
	overflow: hidden;
	position: relative
}
.mask {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background: rgba(225, 91, 73, 0.8);
	-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;
	width: 100%;
	height: 100%;
}
.popular:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view-courses {
	clear: both;
	text-align: center;
}
.view-all {
	width: 340px;
	height: 65px;
	line-height: 65px;
	display: inline-block;
	text-align: center;
	font-size: 25px;
	margin-top: 32px;
	font-family: 'droid_serifbold';
	border-radius: 4px;
	border: 1px solid #eaca6e;
	color: #000000;
	background: #fee184; /* Old browsers */
	background: -moz-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee184), color-stop(44%, #fcde7e), color-stop(100%, #f6d364)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee184', endColorstr='#f6d364', GradientType=0 ); /* IE6-9 */
}

.main{width:100%; height:auto; float:left; background:#FFF;}
.testimonial-section {
	width: 100%;
	float: left;
	background: #fff;
	padding: 16px 0px 90px 0px;
}
.testimonial-section .large-12 {
	padding: 0px;
}
.testimonial {
	float: left;
	padding: 30px 0px 28px 0px;
	border-top: 1px solid #e1e1e1;
}
.testimonial:first-child {
	border-top: none !important;
}
.testimonial-section h2 {
	width: 100%;
	float: left;
	font-size: 30px;
	color: #000000;
	border-bottom: 1px solid #e1e1e1;
	font-family: 'droid_serifbold';
	margin: 30px 0 0px 0
}
.testimonial-section h2 span {
	width: auto;
	float: left;
	margin-bottom: -2.5px;
	border-bottom: 4px solid #e1e1e1;
	padding-right: 5px;
}
.tstmnl-content p {
	font-size: 13px;
	color: #575757;
	font-family: 'latoitalic';
	padding-left: 36px;
}
.tstmnl-content p:before {
	content: '';
	display: block;
	height: 30px;
	width: 22px;
	float: left;
	background: url(../img/quote.png) no-repeat 0px 0px;
	margin-left: -33px;
}
p.author-name:before {
	content: '';
	background: none;
}
.tstmnl-image {
	float: left;
}
.tstmnl-content img {
	width: 55px;
	height: 55px;
	float: left;
	border-radius: 100%;
}
.author-name {
	float: left;
	margin: 18px 0px 0px 24px;
	padding: 0px !important;
}
p.author-name {
	font-size: 15px;
	color: #000000;
	font-style: normal;
	font-family: 'latobold';
}
p.author-name span {
	color: #004598;
	font-family: 'latoregular';
}
.more-testimonial {
	display: inline-block;
	float: right;
	width: 166px;
	height: 40px;
	line-height: 40px;
	background: #004598;
	color: #fff;
	font-family: 'latobold';
	padding-left: 0;
	margin-top: 56px;
	border-radius: 4px;
	text-align: center;
}
.more-testimonial:hover {
	color: #e15b49;
}
.events {
	float: left;
	font-size: 15px;
	padding: 30px 0px 18px 0px;
	font-family: 'latoregular';
}
.calander {
	float: left;
	margin-right: 10px;
	font-family: 'latobold';
	width: 15%;
	text-align: center;
}
.calander p {
	background: #e15b49;
	color: #fff;
	padding: 2px 0px;
	margin: 0px;
	border-bottom: 1px solid #d45544;
}
.calander span {
	font-size: 38px;
	display: block;
	background: #e15b49;
	color: #fff;
	padding: 20px 0px;
}
.events-details p {
	font-size: 13px;
	color: #6e6e6e;
	margin: 0px 0px 9px 0px;
}
.events-details span a {
	font-size: 15px;
	color: #004598;
	font-family: 'latobold';
}
.events-details span.time {
	color: #929698;
	display: inline-block;
}
.events-details .fa {
	float: left;
	font-size: 22px;
	color: #929698;
	margin: 1px 8px 0px 0px;
}
/*==========================================================================*/
/*                                      FOOTER                              */
/*==========================================================================*/

footer {
	width: 100%;
	float: left;
	background: #4A4A4A;
	padding: 30px 0px 18px 0px;
}
footer .large-6, footer .large-12 {
	padding: 0px;
}
footer a {
	color: #fff;
}
.footer_logo p {
	font-size: 15px;
	color: #F9E700;
	margin: 8px 0px 0px 10px;
	font-family: 'latoregular';
}
.footer-menu {
	float: right;
}
.social_media {
	float: right;
	margin-bottom: 10px;
}
.social_media ul {
}
.social_media ul li {
	float: left;
}
.social_media ul li em {
	font-size: 34px;
	color: #fff;
	margin-right: 10px;
}
.social_media ul li em:hover {
	color: #F9E700;
}
.social_media ul li:last-child i {
	margin-right: 0px;
}
.footer_nav {
	clear: both;
}
.footer_nav ul li {
	float: left;
}
.footer_nav ul li:last-child a {
	padding-right: 0px;
}
.footer_nav ul li a {
	font-size: 15px;
	color: #ffffff;
	padding: 0px 16px;
	font-family: 'latobold';
}
.footer_nav ul li:hover a, .footer_nav ul li.selected a {
	color: #f9e700;
}
/*==========================================================================*/
/*                                      FEATURES                            */
/*==========================================================================*/
.interior_content {
	background: #fff;
}
.test {
	width: 100%;
	background-size: cover;
	padding-bottom: 151px;
	margin-top: 26px;
}
.intetior-cntnt {
	/*margin-top: -152px;*/
	float: left;
	z-index: 99;
	position: relative;
	background: #fff;
	padding: 0px 19px 0px 19px;
}
.test h2 {
	font-size: 45px;
	color: #ffffff;
	font-family: 'droid_serifbold';
}
.heading {
	width: 64.1%;
	float: left;
}
.features-heading {
	background: url(../img/features-bg.png) no-repeat 0px 0px;
	background-size: cover;
	margin-top: -2px;
}
.features-heading h2 {
}
.header-bg {
	background: url(../img/features-bg.png) no-repeat 0px 0px;
	background-size: cover;
}
.features_right_panel {
	width: 34.5%;
	float: right;
	background: transparent;
}
.features_content_area {
	width: 59.7%;
	float: left;
	background: transparent;
}
.features_content_area p {
	font-size: 17px;
	color: #2c2c2c;
	font-family: 'latolight';
	margin-bottom: 34px;
}
.feature-menu {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	border: 1px solid #ececec;
}
.event-item-content {
	background: #f9f3e0;
	padding: 24px 24px 12px 24px;
}
p.evnt-item-cntnt {
	font-size: 14px;
}
.reserve {
	display: inline-block;
	font-size: 13px;
	color: #ffffff !important;
	background: #004598;
	padding: 11px 25px;
	text-transform: uppercase;
	border-radius: 3px;
	font-family: 'latobold' !important;
	letter-spacing: 2px;
}
.event-items {
	margin-bottom:2px;
	*zoom: 1;
}
.event-items:before, .event-items:after{
    content: " "; 
    display: table;
}
.event-items:after {
	clear: both;
}
.event-items a {
	color: #004598;
	font-family: 'droid_serifbold';
}
.event-items a:hover {
	color: #000;
}
.event-items .event-title{
	background-color:#3f3f3f;
	cursor:pointer;
	padding:10px;
	color:#fff;
	margin:0;
}
.event-items .event-title.eventActive{
	background-color:#625f5f;
}
.event-items .event-desc{
	padding:12px;	
}
.event-items .event-item-content a:hover {
	background: #59c1ab;
	color: #fff;
}
.event-items a.comments {
	font-size: 14px;
	color: #0f0f0f;
	font-family: 'robotolight';
}
p.date-com {
	font-size: 14px;
	color: #0f0f0f;
	font-family: 'robotolight';
}
.feature-menu p {
	width: 100%;
	height: auto;
	float: left;
	background: #004598;
	color: #fff;
	margin: 0px;
	font-size: 18px;
	padding: 9.5px 0px 9.5px 28px;
	text-transform: uppercase;
	font-family: 'latobold';
}
.feature-menu ul {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	background: #fff;
}
.feature-menu ul li {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #e0e3e6;
	position: relative;
}
.feature-menu ul li a {
	width: 100%;
	height: auto;
	float: left;
	color: #000000;
	font-size: 16px;
	padding: 18px 20px;
	font-family: "droid_serifbold";
}
.feature-menu ul li:hover, .feature-menu ul li.active {
	background: #F9E505;
}
.feature-menu ul li:last-child {
	border-bottom: none;
}
.features_content_area h1 {
	font-size: 40px;
	
	font-family: "droid_serifbold";
}
.feature-news {
	width: 100%;
	float: left;
	margin-bottom: 20px
}
.news-list {
	width: 100%;
	float: left
}
.news-image {
	float: left;
	margin-right: 16px;
}
.news-items {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 21px;
}
.news-items h6 {
	font-size: 17px;
	color: #2c2c2c;
	font-family:"droid_serifbold";
	margin-bottom: 2px;
	line-height: 18px;
}
.news-items h6 a {
	font-size: 17px;
	color: #2c2c2c;
	font-family: "droid_serifbold";
	margin-bottom: 2px;
}
.news-items h6 a:hover {
	color: #004598
}
.news-items span {
	font-size: 13px;
	color: #919191;
	display: inline-block;
	font-family: "droid_serifbold";
}
.news-items p {
	font-size: 13px;
	color: #373737;
	font-family: 'latoregular';
	margin-bottom: 0px;
}
/*--------------------------------  FAQS ---------------------------------------*/
.feature-faqs {
	width: 100%;
	float: left
}

.feature-faqs {width: 100%;height: auto;float: left;}
.faq-question a {color: #545f66; width: 100%;display: block;padding: 15px;font-family: 'robotolight';font-size: 20px;border:1px solid #dfdfdf; background: #004598  url(../img/accordian-plus-arrow.png) right 17px center no-repeat; border: 1px solid #dfdfdf;
 margin-bottom: 1px;}
.faq-details{border:1px solid #eaeaea;border-top:0px;padding:15px 22px 0px 22px}
.answer a{ background: none;box-shadow:none;border: none;font-size: 14px;padding-left: 0px; color:#000}
.faq-question a.active {background:#004598 url(../img/accordian-minus-arrow.png) right 17px center no-repeat; color: #ffffff;}
.faq-question h4{margin:0px;}
.faq-question h4 a{
	font-size: 17px;
	color: #132533;
	font-family: 'latobold'; margin:0px;
}
.content p {
	font-size: 14px;
	color: #4b6268;
	font-family: 'latoregular';
}
/*--------------------------------  FORUM  ---------------------------------------*/
.feature-forum {
	width: 100%;
	height: auto;
	float: left;
	margin: 40px 0px 20px 0px;
}
.feature-forum .forum-name {
	width: 49%;
	height: auto;
	float: left;
	padding: 10px 0;
}
.button.secondary, .button.secondary {
	background: #fee184; /* Old browsers */
	background: -moz-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee184), color-stop(44%, #fcde7e), color-stop(100%, #f6d364)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee184', endColorstr='#f6d364', GradientType=0 ); /* IE6-9 */
	color: #1a1a1a;
	font-family: 'latobold';
	border: 1px solid #eaca6e;
}
button, .button,a#catshopbuy:link, a#catshopbuy:visited, .productSubmitInput {
	border-style: solid;
	border-radius: 4px;
	text-transform: uppercase;
	border-width: 0px;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	display: inline-block;
	font-size: 15px;
	background-color: #004598;
	border-color: #007095;
	color: white;
	transition: background-color 300ms ease-out;
	font-family: 'latobold';
	border: 1px solid #004598;
}
.forum-reply span {
	color: #b9b9b9;
}
.forum-but .fa {
	margin-right: 10px;
	color: #1a1a1a;
}
.feature-forum ul li .forum-name {
	height: auto;
	float: left;
}
.feature-forum .forum-topic {
	width: 13%;
	height: auto;
	float: left;
	padding: 10px 0 6px 12px;
}
.feature-forum .forum-post {
	width: 16%;
	height: auto;
	float: left;
	padding: 10px 0 6px 12px;
}
.feature-forum .forum-reply {
	width: 20%;
	height: auto;
	float: left;
	padding: 10px 0 6px 12px;
}
.feature-forum ul {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
}
.feature-forum ul li {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 4px 15px;
	border: 1px solid #eeeeee;
}
.feature-forum ul li a {
	color: #2e4259;
	font-size: 14px;
	font-family: 'latobold';
}
.forum-name .fa {
	margin-right: 5px;
}
.feature-forum ul li p {
	font-size: 14px;
	padding-top: 0px;
	color: #1b252b;
	padding-left: 12px;
	font-family: 'latobold';
}
.feature-forum ul li .forum-reply {
	padding: 6px 0;
}
.feature-forum ul li .forum-topic, .feature-forum ul li .forum-post {
	padding: 17px 0px;
}
.feature-forum .forum-title {
	width: 100%;
	height: auto;
	float: left;
	background: #004598;
	color: #ffffff;
	padding: 0px 15px;
	border: 1px solid #dfdfdf;
	border-bottom: none;
	font-family: 'latobold' !important;
}
.feature-forum p {
	margin: 0px;
	color: #ffffff;
	font-size: 16px;
	font-family: 'latobold';
}
.feature-forum .forum-but {
	width: 100%;
	height: auto;
	float: left;
	padding: 0px 0px 22px 0px;
}
.feature-forum .forum-but a.button {
	min-width: 172px;
	margin-left: 15px
}
.feature-forum .forum-but a.button:hover {
	background: #fee184 !important; /* Old browsers */
	background: -moz-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee184), color-stop(44%, #fcde7e), color-stop(100%, #f6d364)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee184', endColorstr='#f6d364', GradientType=0 ); /* IE6-9 */
}
.feature-forum .forum-but a.button:hover {
	background: #59c1ab;
}
.feature-forum .forum-but p a {
	font-size: 14px;
	color: #2cc541;
	color: #5a79b2;
	font-family: 'latoregular';
	padding-bottom: 2px
}
.feature-forum .forum-but p {
	width: auto;
	height: auto;
	float: left;
	display: inline-block;
	font-family: 'latoregular';
	margin: 14px 0px 0px 0px;
	font-size: 15px;
	color: #000000;
}
/*--------------------------------  MEDIA  ---------------------------------------*/
.feature-media {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 40px;
	border-bottom: 1px solid #eaead8;
}
p.literature-container {
	font-size: 15px;
	margin: 10px 0px;
	color: #686868;
	padding: 0px;
	font-family: 'robotolight';
}
p.literature-container span.icon {
	margin: 0 5px 0 0;
	padding: 0px
}
p.literature-container span.name {
	margin: 0 3px 0 0;
}
p.literature-container span.name a {
	text-decoration: underline;
	color: #004598;
	font-family: 'robotolight';
}
/*--------------------------------  GALLERY  ---------------------------------------*/
.feature-gallery {
	width: 100%;
	float: left;
	height: auto;
	padding-bottom: 20px;
}
#photogalleryTable span {
 	height: 300px;   
}
#photogalleryTable .medium-6{	
    width: 30%;
	height: auto;
	float: left;
	margin: 0px 20px 12px 0px;}

#photogalleryTable img {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	border: 1px solid #c2c2c2;
	padding: 3px;
	border-radius: 3px;
	margin-bottom: 8px;
}
#photogalleryTable .medium-6:nth-child(3n) {
	margin-right: 0px
}
.feature-gallery ul li h2 {
	clear: both;
	font-size: 20px;
	color: #2e4259;
	text-transform: uppercase;
	text-align: center;
	font-family: 'latobold';
}
/*--------------------------------  BLOG  ---------------------------------------*/

.blog-container{padding-right:8% !important;}


.feature-blog {
	width: 100%;
	float: left
}
.blog-list {
	width: 100%;
	margin: 10px 0px 0px;
	float: left;
	padding: 0px;
	border: none;
	background: none;
}
.blog-items {
	width: 100%;
	height: auto;
	float: left;
	border: 1px solid #d8d8d8;
	margin-bottom: 30px;
	border-radius: 2px;
	padding: 12px 12px 20px 12px;
}
.blog-items h5 {
	font-size: 20px;
	color: #1d1f20;
	font-family: 'latobold';
	margin: 22px 0px 10px 0px;
}
.blog-items h5 a {
	font-size: 20px;
	color: #1d1f20;
	font-family: 'latobold';
}
.blog-items h5 a:hover {
	color: #004598
}
.blog-items .fa {
	font-size: 18px;
	color: #004598;
}
.blog-items span.evnt-dtls a{color: #004598;}
.blog-items span.evnt-dtls {
	font-size: 15px;
	color: #004598;
	margin: 0px 0px 5px 6px;
	display: inline-block;
	font-family: 'latoregular';
}
.blog-items p {
	font-size: 15px;
	color: #4b6268;
	margin: 0px 18px 5px 0px;
	font-family: 'latoregular';
	float: left;
}
.readmore {
	display: block;
	clear: both;
	width: 94px;
	height: 30px;
	line-height: 30px;
	background: #004598;
	text-align: center;
	color: #fff;
	font-size: 15px;
	float: left;
	margin-top: 14px;
	color: #fff;
}
.readmore:hover {
	background: #59c1ab;
}
/*--------------------------------  PAGINATION  ---------------------------------------*/
.pagination_navigation {
	width: 100%;
	float: left;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0px;
}
.pagination_navigation ul {
	width: auto;
	display: inline-block;
	border-radius: 0px;
}
.pagination_navigation ul li {
	height: inherit;
	margin: 0 4.5px;
	border-radius: 0px;
	border: 1px solid #d9d9d9;
	background: #fff;
	border-radius: 4px;
}
.pagination_navigation ul li.current {
	border: 1px solid #eaca6e !important;
}
.pagination_navigation ul li a {
	width: 44px;
	line-height: 44px;
	text-align: center;
	height: 44px;
	font-size: 20px;
	color: #5e5e5e;
	font-family: 'latobold';
	border-radius: 0px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #fefefe 44%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(44%, #fefefe), color-stop(100%, #f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #fefefe 44%, #f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #fefefe 44%, #f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #fefefe 44%, #f3f3f3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #fefefe 44%, #f3f3f3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0 ); /* IE6-9 */
}
.prev {
	font-size: 15px;
	color: #5e5e5e;
	float: left;
	margin-top: 12px;
	font-family: 'latobold';
}
.next {
	font-size: 15px;
	color: #004598;
	float: right;
	margin-top: 14px;
	font-family: 'latobold';
}
.next:after {
	content: '';
	background: url(../img/next-arrow.png) no-repeat 0px 0px;
	display: block;
	height: 14px;
	width: 6px;
	margin: -10px 0px 0px 40px;
}
.pagination_navigation ul li.unavailable a {
	padding: 0px 12px;
}
.pagination_navigation ul li.current a {
background:background:background: #fee184; /* Old browsers */
	background: -moz-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee184), color-stop(44%, #fcde7e), color-stop(100%, #f6d364)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee184', endColorstr='#f6d364', GradientType=0 );
	color: #000
}
/*--------------------------------  STORE  ---------------------------------------*/

.feature-store {
	width: 100%;
	float: left;
	height: auto;
	margin-top: 15px;
	padding-top: 25px;
}
.feature-store .view-cart {
	width: auto;
	height: auto;
	float: right;
}
.feature-store .view-cart p {
	font-family:"droid_serifbold";
	font-size: 14px;
	margin-bottom: 15px;
	color: #4b6268;
}
.feature-store .view-cart a i {
	font-size: 18px;
	color: #fff;
	margin-right: 8px;
}
.viewcart {
	display: inline-block;
	width: 116px;
	height: 34px;
	line-height: 34px;
	background: #004598;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	border-radius: 4px;
	margin-left: 20px;
}
.feature-store ul {
	width: auto;
	float: left;
	margin: 0px;
	border-top: 1px solid #e1e1e1;
	padding-top: 80px;
}
.feature-store ul li {
	width: 40%;
	margin: 0 4%;
	margin-bottom: 8%;
	background: #fff;
	float: left;
	border: 1px solid #eaeaea;
	padding: 16px;
	border-radius: 0px;
	box-shadow: 0px 0px 4px #ededed;
}
.feature-store ul li:nth-child(3), .feature-store ul li:nth-child(4) {
	margin-bottom: 4%;
}
.feature-store ul li .shop-images {
	width: 100%;
	float: left;
}
.feature-store ul li .shop-images img {
	width: 100%;
	height: auto;
}
.feature-store ul li .shop-description {
	width: 100%;
	float: left;
	padding-top: 25px;
}
.shop-description h2 {
	margin: 0px;
}
.feature-store ul li .shop-description h2 a {
	font-size: 28px;
	width: 100%;
	text-align: center;
	color: #1d1f20;
	font-family: "droid_serifbold";
	display: block;
}
.feature-store ul li .shop-description p.new-price {
	width: auto;
	text-align: center;
	font-size: 30px;
	color: #004598;
	font-family:"droid_serifbold";
	margin-bottom: 0px
}
.feature-store ul li .shop-description p.old-price {
	width: auto;
	text-align: center;
	font-size: 17px;
	color: #a3bfc6;
	margin-bottom: 8px;
	text-decoration: line-through;
}
/*--------------------------------  PRODUICT DETAIL  ---------------------------------------*/
.feature-poplet {
	width: 100%;
	float: left;
	margin: 20px 0;
	padding: 70px 0 72px 0;
}
.feature-poplet h1 {
	margin: 0px 0px 15px 0px;
}
.product-detail {
	width: 100%;
	float: left;
	height: auto;
	background: #f2f5f8;
	padding: 37px 0;
}
.pro_detail_img {;
	text-align: center;
}
.pro_detail_img img {
	vertical-align: middle;
	text-align: center;
}
.pro_detail_des {
	padding: 0px 15px 0px 4px;
}
.feature-poplet .chosen-container-single .chosen-single span {
	font-size: 15px;
	font-family: 'robotoregular';
	text-transform: capitalize;
	color: #2c2c2c
}
.pro_detail_des a {
	display: block;
	color: #004598;
	font-size: 13px;
	font-family: 'latoregular';
}
.pro_detail_des a:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 12px;
	background: url(../img/download-arrow.png) no-repeat 0px 0px;
}
.pro_detail_des h3 {
	font-size: 25px;
	color: #1d1f20;
	text-transform: uppercase;
	font-family: 'latobold';
	margin: 0px;
}
.pro_detail_des p {
	font-size: 13px;
	color: #000000;
	float: left;
	width: 100%;
	font-family: 'latoregular';
	margin-bottom: 12px;
}
.pro_detail_des span {
	font-size: 15px;
	color: #004598;
	font-family: 'robotomedium';
	text-transform: uppercase;
	margin-bottom: 25px;
	display: inline-block;
	margin-bottom: 12px;
}
p.author span {
	color: #004598;
	font-family: 'latoregular';
	text-transform: capitalize;
}
span.feature-new-price {
	font-size: 40px;
	color: #004598;
	font-family: 'latobold';
	float: left;
	margin: 0px 14px 8px 0px;
}
span.feature-old-price {
	font-size: 20px;
	color: #b4b4b4;
	font-family: 'latoregular';
}
.pro_detail_des p.author {
	font-size: 15px;
	color: #1d1f20;
	font-family: 'latoregular';
	margin: 0px;
}
.select-handover {
	float: left;
	width: 85%;
}
.item_quantity {
	width: 100%;
	float: left;
	height: auto;
	margin: 8px 0 10px 0;
}
.select-handover select {
	font-size: 15px;
	color: #1b252b;
	font-family: 'LatoLight';
	border: 1px solid #c5c5c5;
	border-radius: 4px;
	background: #fff url(../img/drop-down-arrow.png) no-repeat 248px 18px;
	width: 272px;
	height: 46px;
	margin: 0px;
}
.item_quantity select {
	font-size: 15px;
	color: #1b252b;
	font-family: 'LatoLight';
	border: 1px solid #c5c5c5;
	border-radius: 4px;
	background: #fff url(../img/drop-down-arrow.png) no-repeat 98px 20px;
	width: 122px;
	height: 47px;
	margin: 0px;
}
input[type="file"], input[type="checkbox"], input[type="radio"], select {
	margin: 0 0 1rem 0;
}
select {
	-webkit-appearance: none !important;
	-webkit-border-radius: 0px;
	background-color: #fafafa;
	background-position: 100% center;
	background-repeat: no-repeat;
	border: 1px solid #cccccc;
	padding: 0.5rem;
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.75);
	line-height: normal;
	border-radius: 0;
	height: 2.3125rem;
}
.feature-viewcart {
	display: inline-block !important;
	width: 178px;
	height: 56px;
	line-height: 56px;
	font-size: 16px !important;
	background: #004598;
	color: #fff !important;
	text-transform: uppercase;
	border-radius: 4px;
}
.feature-viewcart:before {
	content: '';
	background: none !important;
}
.feature-viewcart .fa {
	font-size: 25px;
	color: #fff;
	margin-right: 8px;
}
.item_quantity span {
	font-size: 16px;
	color: #2f383d;
	font-family: 'robotomedium';
	display: inline-block;
	text-transform: capitalize;
	letter-spacing: 0px;
	margin: 10px 15px 0 0
}
.item_quantity input {
	width: 42px;
	height: 42px;
	display: inline-block;
	margin: 0px;
	padding: 0 10px;
	color: #9aa7af;
}
.item_quantity a {
	margin: 0px
}
.store ul {
	margin-left: 0px;
}
.store ul li {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	padding:3px;
}
.store ul li.active {
	border: 3px solid #f7483b;
	border-radius: 4px;
	padding:0px;
}
.button-scheme {
	width: 100%;
	height: auto;
	float: left;
}
.button-class {
	width: 100%;
	height: auto;
	float: left;
}
.button-class ul {
	width: 98%;
	height: auto;
	float: left;
	margin: 0px;
}
.button-class ul li {
	height: auto;
	float: left;
	margin: 0px 20px 15px 0px;
}
.button-class .buttons{width:152px; height:44px;}
.buttons, input[type="submit"] {
	display: block;
	background: #004598;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 10px 20px;
}
.buttons:hover, input[type="submit"]:hover {
	background: #59c1ab;
	color: #000;
}
.buttons .active {
	background: #fee184; /* Old browsers */
	background: -moz-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee184), color-stop(44%, #fcde7e), color-stop(100%, #f6d364)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fee184 0%, #fcde7e 44%, #f6d364 100%);
	box-shadow: 0px -2px 1px #587765; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee184', endColorstr='#f6d364', GradientType=0 );
}
.button-class .btn, input[type="submit"] {
	color: #000;
	border: 1px solid #eaca6e;
	background: #fee184; /* Old browsers */
	background: -moz-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee184), color-stop(44%, #fcde7e), color-stop(100%, #f6d364)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee184', endColorstr='#f6d364', GradientType=0 ); /* IE6-9 */
}
.button-class .btn:hover, input[type="submit"]:hover {
	background: #fce086;
	cursor: pointer
}
.button-class .btn.active {
	box-shadow: 0px -2px 1px #b5a05e;
}
.border-bottom img {
	margin: 36px 0px 250px 0px;
}
 li.price { color: #004598;
    font-family: "droid_serifbold";
    font-size: 21px;
    margin-bottom: 0;
    text-align: center;
    width: auto;
    
   
}
 li.name h4, li.name h4 a, .title h3, .title h3 a{
    color: #1d1f20;
    display: block;
    font-family: "droid_serifbold";
    font-size: 21px;
    text-align: center;
    width: 100%;
    
}
.small-product, .small-catalogue {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #eaeaea;
    border-radius: 0;
    box-shadow: 0 0 4px #ededed;
    padding: 16px;
    margin-bottom:2rem;
    width: 100%;
}
.productLarge h1{ color: #2f2f2f;
    display: block;
    font-family: 'droid_serifbold';
    font-weight: 600;
    margin-bottom: 20px;
text-transform: none;}
.wishlist-link {
    color:#89e5f6;
    
}
.productLarge li.price {
 text-align:left;   
}
.wishlist-link span {
display:none;}
.wishlist-link a {
    color: #F9E505;
    font-size: 14px;
    text-decoration: underline;
    text-transform:none;}
a#catshopclear {
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 0.25rem 0;
     font-family: "latoregular";
    color:#004598;
    text-align: center;
}
a#catshopbuy:link, a#catshopbuy:visited, .productSubmitInput {
 width:100%;   
}
/*==========================================================================*/
/*                                      SIDEBAR_PAGE                        */
/*==========================================================================*/

.sidebar-interior {
	width: 100%;
	/* background: #fff; */
}
.intetior-sidebar-cntnt {
	margin-top: -152px;
	float: left;
	z-index: 99;
	position: relative;
	background: #fff;
	padding: 1rem;
	width: 100%;
	min-height:602px;
}
.intetior-sidebar-cntnt .large-8 {
	padding: 0px;
}
.left-sidebar {
	color: #010101;
}
.left-sidebar h1 {
	font-size: 28px;
	margin: 48px 0px 6px 0px;
	font-family: 'DroidSerifRegular';
}
.left-sidebar h2 {
	font-size: 25px;
	margin: 26px 0px 6px 0px;
	font-family: 'DroidSerifRegular';
}
.left-sidebar h3 {
	font-size: 20px;
	margin: 10px 0px 10px 0px;
	font-family: 'DroidSerifRegular';
}
.left-sidebar h4 {
	font-size: 18px;
	margin: 10px 0px 10px 0px;
	font-family: 'DroidSerifRegular';
}
.left-sidebar h5 {
	font-size: 16px;
	margin: 20px 0px 10px 0px;
	font-family: 'DroidSerifRegular';
}
.left-sidebar h6 {
	font-size: 14px;
	margin: 24px 0px 10px 0px;
	font-family: 'DroidSerifRegular';
}
.left-sidebar p {
	font-size: 15px;
	color: #000000;
	margin-bottom: 0px;
	font-family: 'latoregular';
}
.leftside-image {
	float: left;
	margin-right: 3%;
	width: 43%;
}
.image-content h2 {
	font-size: 28px;
	color: #000000;
}
.right-image-content {
	float: left;
	margin-top: 28px;
}
.rightside-image {
	float: right;
	width: 50%;
	text-align: right;
}
.image-content h2 {
	font-size: 28px;
	color: #000000;
}
.right-image-content .image-content {
	width: 50%;
	float: left;
	padding: 0px 17px 0px 0px;
}
.right-image-content h2 {
	margin: 0px;
}
p.blog-content {
	float: left;
	font-size: 15px;
	color: #7d7d7d;
	background: #fbf6e6;
	padding: 40px 70px;
	border-left: 18px solid #f5e4ad;
	margin-top: 32px;
}
p.blog-content:before {
	content: '';
	display: block;
	display: inline-block;
	width: 45px;
	height: 34px;
	margin-left: -46px;
	background: url(../img/quotes-sidebar-img.png) no-repeat 0px 0px;
}
.sidebar-list h2 {
	font-size: 28px;
	margin: 26px 0px 18px 0px;
}
.sidebar-list ul li {
	font-size: 15px;
	list-style-image: url(../img/list-iamge.png);
	font-family: 'latoregular';
	padding: 0px 0px 8px 0px;
	list-style-position: inside;
}
.sidebar {
	margin-top: 84px;
}
.sidebar li {
	list-style: decimal !important;
	padding: 0px 0px 8px 19px;
}
.right-sidebar h2 {
	clear: both;
	font-size: 28px;
	color: #000000;
	padding-bottom: 7px;
	margin-bottom: 16px;
	border-bottom: 1px solid #e1e1e1;
	font-family: 'droid_serifbold';
}
.right-sidebar h2 span {
	width: 221px;
	float: left;
	margin-top: 8px;
	border-bottom: 2px solid #e1e1e1;
}
.right-sidebar p {
	font-size: 15px;
	color: #666666;
	font-family: 'latoregular';
	margin-bottom: 8px;
}
.right-sidebar a {
	font-size: 15px;
	color: #004598;
	font-family: 'latobold';
}
.right-sidebar a:after {
	content: '';
	display: block;
	widows: 14px;
	height: 9px;
	background: url(../img/next-arrow.png) no-repeat 0px 0px;
	margin: -15px 0px 0px 81px;
}
.recent-post h2 {
	clear: both;
	font-size: 28px;
	color: #0e0f0f;
	padding-bottom: 7px;
	margin: 44px 0px 16px 0px;
	border-bottom: 1px solid #e1e1e1;
	font-family: 'droid_serifbold';
}
.recent-post h2 span {
	width: 176px;
	float: left;
	margin-top: 8px;
	border-bottom: 1px solid #e1e1e1;
}
.post {
	height: auto;
	width: auto;
	padding: 10px 0px 20px 0px;
	border-bottom: 1px solid #e1e1e1;
}
.post h3 {
	font-size: 17px;
	color: #0e0f0f;
	font-family: 'latobold';
}
.post h3 a {
	font-size: 16px;
	color: #0e0f0f;
	font-family: 'latobold';
}
.post img {
	float: left;
	margin-right: 14px;
}
.post-content .fa {
	font-size: 22px;
	color: #0e0f0f;
	float: left;
	margin-right: 8px;
}
.post-content span {
	font-size: 15px;
	color: #0e0f0f;
}
.border {
	border-bottom: none;
}
.left-sidebar .leftside-image {
	width: 47%;
	margin-top: 25px;
}
.left-sidebar .left-image-content .image-content {
	width: 50%;
	float: left;
}
/*==========================================================================*/
/*                                      COURSE_DETAILS                      */
/*==========================================================================*/


.course-interior {
	width: 100%;
	background: #fff;
}
.intetior-course-cntnt {
	width: 100%;
/*	margin-top: -152px;*/
	float: left;
	z-index: 99;
	background: #fff;
	padding: 16px 0px 64px 0px;
}
.intetior-course-cntnt .large-8 {
	padding: 0px;
}
.course-image {
	border-bottom: 1px solid #e1e1e1;
}
.course-image h2 {
	font-size: 25px;
	color: #636363;
	font-family: 'latoregular';
	margin: 20px 0px 20px 0px;
}
.about-course h2 {
	font-size: 25px;
	color: #232323;
	font-family: 'droid_serifbold';
	margin: 26px 0px 18px 0px;
}
.about-course p {
	font-size: 15px;
	color: #232323;
	font-family: 'latoregular';
	line-height: 34px;
	margin-bottom: 34px;
}
.related-course h2 {
	font-size: 20px;
	color: #232323;
	font-family: 'droid_serifbold';
	margin: 26px 0px 18px 0px;
}
.related-cntnt {
	width: auto;
	height: auto;
	float: left;
	border: 1px solid #ebebeb;
	box-shadow: 2px 2px 2px #ebebeb;
	margin-bottom: 38px;
}
.relative-image {
	width: 35%;
	float: left;
	margin-right: 2%;
	overflow: hidden
}
.relative-image img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.relative-image img:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.courses-details {
	width: 63%;
	float: right;
	font-family: 'latobold';
}
.courses-details h2 {
	font-size: 25px;
	color: #5e5e5e;
	font-family: 'latobold';
	margin: 14px 0px 0px 0px;
}
.courses-details h2 a {
	font-size: 25px;
	color: #5e5e5e;
	font-family: 'latobold';
}
.courses-details p {
	font-size: 15px;
	color: #5e5e5e;
	margin: 0px 45px 10px 0px;
	padding-bottom: 11px;
	border-bottom: 1px solid #ebebeb;
	font-family: 'latoregular';
}
.courses-details span {
	font-size: 15px;
	color: #5e5e5e;
	display: inline-block;
	margin: 0px 15px 10px 0px;
}
.courses-details span.author-name-dtls {
	color: #004598;
	margin: 0px;
}
.courses-details a .fa {
	display: block;
	float: left;
	margin: 1px 12px 0px 0px;
	font-size: 23px;
}
.viewdetails {
	display: block;
	float: left;
	width: 164px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #004598 url(../img/view-details-bg.png) no-repeat center right;
	border-radius: 4px;
	padding-left: 12px;
	margin-top: 8px;
}
.view-more-courses {
	width: 410px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	margin-top: 32px;
	font-family: 'droid_serifbold';
	margin-left: 142px;
	border: 1px solid #eaca6e;
	color: #000000 !important;
	background: #fee184; /* Old browsers */
	background: -moz-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee184), color-stop(44%, #fcde7e), color-stop(100%, #f6d364)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee184', endColorstr='#f6d364', GradientType=0 ); /* IE6-9 */
}
.instructor {
	border: 1px solid #e1e1e1;
	padding: 14px;
}
.instructor h6 {
	font-size: 15px;
	color: #929191;
	font-family: 'latobold';
}
.instructor h2 {
	font-size: 25px;
	color: #232323;
	font-family: 'droid_serifbold';
	text-align: center;
	margin: 12px 0px 10px 0px;
}
.instructor p {
	font-size: 14px;
	color: #232323;
	margin: 0px;
}
.instructor a {
	color: #004598;
	font-size: 14px;
	font-family: 'latobold';
	display: block;
	padding-bottom: 12px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 28px;
}
.instructor-list {
	font-family: 'latobold';
}
.instructor-list ul {
	margin: 0px;
}
.instructor-list ul li {
	margin-bottom: 15px;
}
.instructor-list ul li:last-child {
	margin-bottom: 5px;
}
.instructor-list ul li p {
	width: 33%;
	float: left;
	font-size: 14px;
	color: #929191;
}
.instructor-list ul li span {
	font-size: 14px;
	display: inherit;
	color: #232323;
}
.enroll {
	width: 100%;
	float: left;
	border: 1px solid #e1e1e1;
	padding: 16px;
	margin-top: 20px;
}
.enroll h6 {
	font-size: 15px;
	color: #929191;
	font-family: 'latobold';
}
.enroll p {
	font-size: 14px;
	color: #232323;
	margin: 0px;
}
.enroll-courses {
	display: block;
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #000;
	background: #fee184; /* Old browsers */
	background: -moz-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee184), color-stop(44%, #fcde7e), color-stop(100%, #f6d364)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee184', endColorstr='#f6d364', GradientType=0 ); /* IE6-9 */
	border-radius: 4px;
	margin-top: 8px;
	font-family: 'latobold';
}
/*==========================================================================*/
/*                                      COURSE                              */
/*==========================================================================*/
.pagination_header span a { color: #FAE700; padding: 0 5px; }
.pagination_header span a:hover, .pagination_header span a:active { color: #fff; }
.pagination_header {
	font-size: 15px;
}
.pagination_header .fa {
	font-size: 16px;
	color: #fff;
}
.pagination_header span {
	color: #FAE700;
	font-family: 'latoregular';
	display: inline-block;
}
.pagination_header span:before {
	content: '';
	display: block;
	width: 4px;
	height: 8px;
	display: inline-block;
	background: url(../img/header_pagination-arrow.png) no-repeat 0px 0px;
	margin: 0px 12px 0px 5px;
}
.search-courses {
	float: right;
}
.search-courses form {
	position: relative;
	margin: 0px;
}
.search-courses form input[type="text"] {
	width: 390px;
	height: 62px;
	line-height: 62px;
	font-size: 18px;
	color: #9ea9a9;
	padding: 0px 0px 0px 42px;
	background: #515c5d;
	border-radius: 3px;
	border: none;
	font-family: 'latobold';
	margin-bottom: 14px;
}
.search-courses form input[type="submit"] {
	width: 30px;
	height: 24px;
	border: none;
	background: url(../img/search-course-bg.png) no-repeat 4px 0px;
	position: absolute;
	top: 19px;
	right: 15px;
}
.test-courses {
	margin-top: 26px;
}
.test-courses h2 {
	float: left;
}
.course-content {
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	float: left;
	margin-bottom: 28px;
}
.course-content h2 {
	font-size: 25px;
	float: left;
	color: #5e5e5e;
	font-family: 'droid_serifbold';
}
.select-handover {
	float: left;
	width: 85%;
}
.select-handover select {
	font-size: 15px;
	color: #1b252b;
	font-family: 'LatoLight';
	border: 1px solid #c5c5c5;
	border-radius: 4px;
	background: #fff url(../img/drop-down-arrow.png) no-repeat 248px 18px;
	width: 272px;
	height: 46px;
	margin: 0px;
}
.select-courses-dtls {
	float: right;
}
.select-courses-dtls img {
	margin-left: 10px;
}
.select-courses-dtls span {
	font-size: 15px;
	color: #5e5e5e;
	font-family: 'latoregular';
}
.select-courses {
	display: inline-block;
}
.select-courses .chosen-select {
	-webkit-appearance: none !important;
	color: #000000;
	font-family: 'latoregular';
	-webkit-border-radius: 0px;
	background-position: 100% center;
	background-repeat: no-repeat;
	border: 1px solid #cccccc;
	padding: 0px 2px;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.75);
	line-height: normal;
	border-radius: 0;
	margin: 0px 0px 16px 4px;
	height: 2.3125rem;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 44%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(44%, #fcfcfc), color-stop(100%, #f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #fcfcfc 44%, #f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #fcfcfc 44%, #f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #fcfcfc 44%, #f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #fcfcfc 44%, #f6f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ) url(../img/select-dropdown-bg.png) no-repeat 68px 16px; /* IE6-9 */
}
.grid-list {
	width: auto;
	float: right;
	margin-left: 10px;
}
.grid-list ul {
	width: auto;
	float: left;
	margin: 0px 0 0 8px;
}
.grid-list ul li {
	width: 37px;
	height: 37px;
	float: left;
	border: 1px solid #e1e1e1;
	margin-left: 10px;
	background: #fbfbfb;
}
.grid-list ul li a {
	width: 35px;
	height: 35px;
	float: left;
	text-align: center;
}
.grid-list ul li a em {
	color: #c0c0c0;
	font-size: 16px;
	vertical-align: -5px
}
.grid-list ul li:hover, .grid-list ul li.selected {
	background: #fada76;
	border: 1px solid #e9cd72;
}
.grid-list ul li:hover a, .grid-list ul li.selected a {
	border: none;
	background: #fada76;
}
.grid-list ul li a:hover em, .grid-list ul li.selected a em {
	border: none;
	color: #02429A
}
.course-details {
	width: 100%;
	float: left
}
.courses-right-cntnt {
	width: 100%;
	float: left;
	height: auto;
	float: left;
	border: 1px solid #ebebeb;
	box-shadow: 2px 2px 2px #b7b7b7;
	margin-bottom: 46px;
}
.courses-right-image {
	float: left;
	padding-right: 26px;
	width: 36%;
	float: left;
	overflow: hidden
}
.courses-right-image img {
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-o-transition: all 1s ease; /* IE 9 */
	-ms-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
	max-width: 100%;
}
.courses-right-image:hover img {
	-webkit-transform: scale(1.25); /* Safari and Chrome */
	-moz-transform: scale(1.25); /* Firefox */
	-ms-transform: scale(1.25); /* IE 9 */
	-o-transform: scale(1.25); /* Opera */
	transform: scale(1.25);
}
.courses-right-details {
	width: 64%;
	float: left;
	font-family: 'latobold';
	padding-left: 15px;
}
.courses-right-details h2 a {
	font-size: 25px;
	color: #5e5e5e;
	font-family: 'droid_serifbold';
	margin: 14px 0px 0px 0px;
}
.courses-right-details h2 a:hover {
	color: #F9E505
}
.courses-right-details p {
	font-size: 15px;
	color: #5e5e5e;
	margin: 0px 45px 10px 0px;
	padding-bottom: 11px;
	border-bottom: 1px solid #ebebeb;
	font-family: 'latobold';
}
.courses-right-details span{
	font-size: 15px;
	color: #5e5e5e;
	float: left;
	margin: 0px 12px 10px 0px;
}
span.course-viewdetails a{	font-size: 15px; 	color: #5e5e5e; 	float: left; 	margin: 0px 12px 10px 0px;}
.courses-right-details span.courses-right-author-name {
	float: none;
	color: #004598;
	margin-right: 0px;
}
.courses-right-event-date a .fa {
	float: left;
	color: #5e5e5e;
	margin: 1px 10px 0px 0px;
	font-size: 23px;
}
span.course-viewdetails a {
	display: block;
	float: left;
	width: 164px;
	height: 42px;
	line-height: 40px;
	color: #1d1d1d;
	font-size: 15px;
	background: #fee184; /* Old browsers */
	background: -moz-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee184), color-stop(44%, #fcde7e), color-stop(100%, #f6d364)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fee184 0%, #fcde7e 44%, #f6d364 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee184', endColorstr='#f6d364', GradientType=0 );
	background-image: url(../img/view-details-bg.png) no-repeat center right;
	border-radius: 4px;
	padding-left: 12px;
	margin-top: 8px;
	border: 1px solid #eaca6e;
}
.course-viewdetails span .fa {
	font-size: 24px;
	float: right;
	margin: 8px 9px 0px 0px;
}
.Sub_Box_Details .courses-right-image {
	float: left;
	padding-right: 0px;
}
.Sub_Box_Details .courses-right-details {
	width: 100%;
	padding: 12px 0 12px 0
}
.Sub_Box_Details .courses-right-image {
	width: 100%;
}
.Sub_Box_Details .courses-right-details h2 {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 5px
}
.Sub_Box_Details .courses-right-details h2 a {
	font-size: 18px;
}
/*==========================================================================*/
/*                                      STAFF                              */
/*==========================================================================*/


.staff-section {
	width: 100%;
	float: left;
	background: #fff;
}
.staff-test {
	width: 100%;
	background-size: cover;
	padding-bottom: 151px;
	margin-top: 26px;
}
.staff-test h2 {
	font-size: 45px;
	color: #ffffff;
	font-family: 'droid_serifbold';
}
.intetior-staff-cntnt {
	float: left;
	z-index: 99;
	position: relative;
	background: #fff;
/*	margin-top: -152px;*/
	padding: 16px 0px 24px 0px;
}
.staff-content {
	float: left;
	color: #2a2a2a;
	border-bottom: 1px solid #e1e1e1;
	font-family: 'latoregular';
}
.staff-content h2 {
	font-size: 35px;
	color: #2a2a2a;
	font-family: 'droid_serifbold';
}
.staff-content p {
	font-size: 20px;
}
.staff-list {
	width: 100%;
	float: left;
	padding: 55px 0
}
.staff-list .columns {
	margin-bottom: 55px;
	min-height: 732px;
}
.staff-list h2 {
	font-size: 28px;
	color: #505050;
	font-family: 'droid_serifbold';
	margin: 10px 0px 6px 0px;
}
.staff-list p {
	color: #505050;
	margin-bottom: 12px;
	font-family: 'latoregular';
}
.staff-list a {
	font-size: 17px;
	color: #004598;
	font-family: 'latobold';
}
.staff-list a:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 13px;
	background: url(../img/seefullbio-bg.png) no-repeat 0px 0px;
	margin-left: 10px;
}
.staff-list .staff-image {	width: 100%;	overflow: hidden; position:relative;}

.staff-image .staff-social{width:100%; height:auto; float:left; position:absolute; bottom:0px; text-align:center; background:rgba(240,110,90,0.9);}
.staff-social h2 a{ font-family: 'droid_serifbold'; font-size:24px; color:#FFF; margin:7px 0px 1px 0px;}
.staff-social ul{width:auto; height:auto; display:inline-block; margin:0 auto 1rem;}
.staff-social ul li{width:auto; height:auto; float:left; margin:0px 5px;}
.staff-social ul li a {width:auto; height:auto; float:left; margin:0px; padding:0px;}
.staff-social ul li a .fa{color:#FFF; font-size:33px;}
.staff-social ul li a:after, .staff-social h2 a:after{display:none;}

.staff-list .staff-image img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.staff-list .staff-image img:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.fullwidth-left-sidebar {
	color: #010101;
}
.fullwidth-left-sidebar .left-image-content {
	margin: 46px 0px 30px 0px;
}
.fullwidth-left-sidebar h1 {
	font-size: 28px;
	margin: 48px 0px 6px 0px;
	font-family: 'DroidSerifRegular';
}
.fullwidth-left-sidebar h2 {
	font-size: 25px;
	margin: 0px;
	font-family: 'DroidSerifRegular';
}
.fullwidth-left-sidebar h3 {
	font-size: 20px;
	margin: 10px 0px 10px 0px;
	font-family: 'DroidSerifRegular';
}
.fullwidth-left-sidebar h4 {
	font-size: 18px;
	margin: 10px 0px 10px 0px;
	font-family: 'DroidSerifRegular';
}
.fullwidth-left-sidebar h5 {
	font-size: 16px;
	margin: 20px 0px 10px 0px;
	font-family: 'DroidSerifRegular';
}
.fullwidth-left-sidebar h6 {
	font-size: 14px;
	margin: 24px 0px 10px 0px;
	font-family: 'DroidSerifRegular';
}
.fullwidth-left-sidebar p {
	font-size: 15px;
	color: #000000;
	margin-bottom: 0px;
	font-family: 'latoregular';
}
.fullwidth-left-sidebar .rightside-image {
	width: 43%;
}
.fullwidth-left-sidebar .image-content {
	width: 54%;
	float: left;
}
.fullwidth-left-sidebar .right-image-content {
	margin: 28px 0px 60px 0px;
}
.fullwidth-left-sidebar .sidebar-list h2 {
	margin: 0px 0px 22px 0px;
}
.fullwidth-left-sidebar .sidebar {
	margin-top: 54px;
}

/*==================================================================================================*/
/*						                            TWO COLUMN                                      */
/*==================================================================================================*/
ul.side-navigation ul.dropdown li { padding-left:25px; background-color: #535353; }
ul.side-navigation ul.dropdown li:hover { background-color:#fae700; color:#000; }
ul.side-navigation ul.dropdown li a { color:#fff; font-size:12px; padding: 8px 10px; }
ul.side-navigation ul.dropdown li a:hover { color:#000; }
ul.list-ul li{list-style:disc;}
ul.side-navigation .back { display:none; } 
ul.side-navigation {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	background: #fff;
	border: 1px solid #ececec;
}
ul.side-navigation ul{
	margin:0;	
}
ul.side-navigation li {
    background-color: #707070;
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #e0e3e6;	
	margin-bottom:0px
}
ul.side-navigation li.selected {
    background-color: #fff;
}
ul.side-navigation li.selected a {
    color: #000;
}
ul.side-navigation li a {
	width: 100%;
	height: auto;
	float: left;
	color: #fff;
	font-size: 16px;
	padding: 14px 20px;
	font-family: 'latobold';
}
ul.side-navigation li:hover, ul.side-navigation li.active {
	background: #F9E505;
}
ul.side-navigation li:hover a, ul.side-navigation li.active a {
	color: #000;
}
ul.side-navigation li:last-child {
	border-bottom: none;
}

 @media (max-width: 1280px) {
.slider-description {
	left: 74%;
}
.search {
	margin: 0px 185px 0px 0px;
}
.row {	padding: 0px 15px;}
.login {
	position: absolute;
	top: -47px;
	right: 0px;
}
.top-bar-section ul li:last-child a {
	padding-right: 0px;
}
}
 @media (max-width: 1199px) {
.slider-description {
	width: 436px;
	left: 78%;
}
.slider-description .cptn-heading1 {
	font-size: 40px;
}
.hero {
	height: 600px
}
.orbit-container .orbit-slides-container > * {
	position: absolute;
	top: 0;
	width: 60%;
}
.staff-list .columns{min-height:750px;}
.courses-right-event-date{width:100%; height:auto; float:left;}
.courses-right-details span{margin-right:5px;}
.select-handover select{width:100%; background-position:right 12px center; max-width:250px;}


}
 @media (max-width: 1024px) {
.popular h2 a {
	font-size: 18px;
}
.staff-list h2 {
	font-size: 28px;
}

#photogalleryTable .medium-6, #photogalleryTable .medium-6:nth-child(3n){margin: 0px 10px 12px 0px;}

}
 @media (max-width: 991px) {
	 
.pagination_navigation ul li:nth-child(3), .pagination_navigation ul li:nth-child(4){display:none;}	 
.features_content_area h1{font-size:32px;}
.productLarge h1{font-size:26px !important;}


	 
.map iframe{height:300px;}	 
	 
.orbit-container .orbit-slides-container img {
	width: 55%;
}
.slider-description {
	width: 354px;
}
.slider-description .cptn-heading1 {
	font-size: 30px;
}
.hero {
	height: 365px;
}
.popular-sec img {
	height: 151px;
}
.calander {
	width: 23%;
	float: left;
}
.events-details {
	width: 74%;
	float: right;
}
.mr-tstmnl {
	margin-top: 129px;
}
.top-bar {
	height: 75px;
}
.top-bar .name {
	width: 195px;
	margin-top: 20px;
}
.top-bar-section {
	float: right;
	margin: 5px 0px 0px 0px;
}
.orbit-bullets {
	bottom: 0%;
	margin: 0px;
	right: 10px
}
.calander {
	width: 12%;
}
.events-details {
	width: 86%;
}
.mr-tstmnl {
	margin-top: 0px;
}
.more-testimonial {
	margin-top: 15px;
}
.calander {
	width: 18%;
}
.events-details {
	width: 78%;
}
.testimonial-section h2 {
	font-size: 24px;
}
.test h2 {
	font-size: 32px;
}
.search-courses form input[type="text"] {
	width: 280px;
	height: 44px;
	line-height: 44px;
}
.search-courses form input[type="submit"] {
	top: 11px;
}
.course-content h2, .about-course h2 {
	font-size: 20px;
}
.courses-right-details h2 a, .course-image h2, .courses-details h2 a {
	font-size: 18px;
}
.courses-right-details h2, .courses-details h2 {
	line-height: 22px;
}
.course-viewdetails span {
	float: right;
}
.about-course p {
	font-size: 14px;
	line-height: 24px;
}
.courses-details p {
	margin-right: 10px;
}
.courses-details span {
	margin-bottom: 0px;
}
.courses-right-details span {
	margin-bottom: 10px;
}
.view-more-courses {
	width: 240px;
	height: 52px;
	line-height: 52px;
	margin-top: 0px;
}
.viewdetails {
	margin-bottom: 10px;
}
.intetior-course-cntnt .medium-4 {
	padding-right: 0px;
}
.instructor-list ul li p {
	width: 42%;
}
p.blog-content {
	padding: 20px 10px 20px 44px;
}
#photogalleryTable .medium-6, #photogalleryTable .medium-6:nth-child(3n) {
	width: 46%; margin:4px 2%;
}
.viewcart {
	margin-left: 0px;
}
.border-bottom img {
	margin: 10px 0px 25px 0px;
}
.feature-store {
	margin: 0;
	padding: 0;
}
.feature-store ul {
	padding-top: 20px;
}
.feature-store, .feature-gallery, .feature-poplet {
	margin: 0;
	padding: 0px;
}
.hero ul li .row .slider-description {
	margin-top: 22px;
	float: left
}
}
 @media (max-width: 767px) {
.search-container form input[type="text"] {
	width: 175px;
}
.top-bar-section .has-dropdown > a:after {
	display: none;
}
.top-bar-section .has-dropdown > a {
	padding-right: 10px !important;
}
.top-bar-section li:not(.has-form) a:not(.button) {
	padding: 0 10px;
}
.top-bar-section ul li > a {
	font-size: 14px;
}
.slider-description .cptn-heading1 {
	font-size: 18px;
}
.slider-description p {
	font-size: 12px;
}
.slider-description {
	width: 315px
}
.hero {
	height: 260px;
	margin-top: 10px;
}
.orbit-bullets {
	bottom: 20%
}
.popular-course h1 {
	font-size: 28px;
}
.popular {
	margin-bottom: 18px;
}
.courses-right-details h2 a {
	font-size: 16px;
}
.instructor {
	margin-top: 25px;
}
.enroll-courses {
	max-width: 220px;
	float: none;
}
.instructor h6 {
	text-align: center;
}
.instructor img {
	margin: 0 auto;
	display: block;
}
.leftside-image, .fullwidth-left-sidebar .rightside-image {
	width: 100%;
	margin: 0px;
}
.fullwidth-left-sidebar .image-content, .fullwidth-left-sidebar .image-content {
	width: 100%;
	margin-top: 20px;
}
.leftside-image img, .rightside-image img {
	display: block;
}
.fullwidth-left-sidebar .sidebar {
	margin: 10px 0px 0px 17px;
}
body {
	background-size: initial;
}
.intetior-course-cntnt .medium-4 {
	padding: 5px;
}
.sidebar {
	margin-top: 25px;
	padding-left: 10px;
}
.sidebar-list ul li {
	list-style-position: outside;
}
.features_right_panel, .features_content_area {
	width: 100%;
}
.feature-store ul li .shop-description h2 a {
	font-size: 18px;
}
.features_content_area h1 {
	font-size: 36px;
}
.store ul {
	margin-left: 20px;
}
.feature-forum .forum-but a.button {
	margin-left: 5px;
}
}
 @media (max-width: 640px) {
	 
.feature-store ul li{width:46%; margin:0 2%;}	 
.catalogueList li{float:left; width:100%;}
.catalogueList li .medium-3{float:none !important; width:100%; max-width:350px; margin:0 auto; margin-bottom:20px;}
container {padding:0 !important;}	 
.sidebar-list{margin-left:20px;}



.login {
	top: 10px;
	right: 65px;
}
.search {
	margin: 0px;
}
nav.top-bar {
	width: 100%;
}
.top-bar-section, .top-bar-section ul {
	width: 100%;
	float: left
}
.top-bar-section ul li {
	width: 100%;
	float: left;
	left: 0px !important
}
.top-bar-section ul li a {
	font-size: 16px;
}
.top-bar.expanded .title-area {
	background: none;
}
.top-bar .top-bar-section ul li:hover a, .top-bar .top-bar-section ul li.selected a {
	border: none;
}
.top-bar .top-bar-section ul li.selected a {
	color: #F9E505;
}
.top-bar .top-bar-section ul li ul li a {
	color: #000
}
.top-bar-section ul {
	float: right;
	margin-top: 10px
}
.top-bar-section .has-dropdown.moved {
	position: static !important;
}
.top-bar-section .has-dropdown.moved > .dropdown {
	top: 0px;
}
.top-bar-section .dropdown li.title h5 a, .parent-link a {
	color: #F9E505 !important;
	font-weight: bold;
}
.top-bar .top-bar-section ul li:hover ul li a, .top-bar .top-bar-section ul li.active ul li a {
	color: #000;
}
.top-bar-section ul li:hover:not(.has-form) > a, .top-bar-section ul li.active a {
	border: none;
	margin-top: 0px;
}
.top-bar .top-bar-section ul li ul {
	width: 100% !important;
}
.top-bar-section ul li.has-dropdown.not-click {
	background: url(../img/sub-menu-arrow.png) no-repeat 95% 12px;
}
.top-bar-section ul {
	width: 100%;
}
.title.back h5 a {
	line-height: 45px !important;
}
.orbit-bullets {
	bottom: 0%
}

.hero .slick-prev, .hero .slick-next {
	display: none !important;
}
}
 @media screen and (max-width: 599px) {
	 
.faq-question a{padding:15px 25px 15px 15px;}	 
.staff-content h2{font-size:26px;}
.staff-content p{font-size:16px;}
.staff-list h2{font-size:20px;}
.staff-list p{font-size:14px;}
.staff-list .columns{min-height:630px; margin-bottom:20px;}
.map iframe{height:200px;}	 
.feature-forum .forum-but p{margin-bottom:35px;}
.feature-menu ul li a{padding:10px 20px;}


.slider-description p {
	display: none;
}
.slider-description {
	width: 265px;
}
.slider-description {
	width: 215px;
}
.slider-description a {
	width: 150px;
	height: 42px;
	line-height: 44px;
	;
	font-size: 16px;
}
.orbit-container .orbit-slides-container img {
	width: 62%;
}
.orbit-bullets {
	bottom: 5%;
}
.view-all {
	width: 240px;
	height: 48px;
	font-size: 20px;
	line-height: 48px;
}
.test h2 {
	font-size: 24px;
	margin-top: 8px;
}
.search-courses form input[type="text"] {
	width: 210px;
	padding-left: 15px;
	margin-top: 6px;
}

.features_content_area h1{font-size:28px;}



}
 @media screen and (max-width: 567px) {
.popular-course .large-4 {
	width: 100%;
}
.hero {
	height: 220px;
}
.courses-right-image {
	width: 40%;
}
.courses-right-details {
	width: 60%;
}
.courses-right-details span {
	margin-bottom: 0px;
}
.course-viewdetails span {
	margin-bottom: 10px;
}
.pagination_navigation ul li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	padding: 0px;
}
.pagination_navigation ul {
	margin-top: 8px;
}
.view-more-courses {
	margin-left: 90px;
}
.feature-forum .forum-but a.button {
	margin-left: 20px;
}
.footer_nav ul li a{padding:0px 12px;}


}
 @media screen and (max-width: 479px) {

.intetior-cntnt{width:100%;}
.features_content_area h1{font-size:24px;}
.footer_nav{max-width:290px;}

.footer_nav ul li a{padding:0px;}
.calander{margin-right:8px;}
.news-content {	float: left;}
.reserve{padding:11px 15px;}
.blog-items p, .description p{font-size:14px;}
.feature-forum h1{margin-bottom:0px;}
.feature-forum .forum-but p{float:right; margin-bottom:10px;}
#productPoplets .productPopletsItem{padding:3px !important;}





.search {
	float: none;
}
.search-container form input[type="text"] {
	width: 140px;
}
.phone-number {
	margin: 2px 0 0 0
}
.login {
	display: none
}
.slider-description .cptn-heading1 {
	/* display: none; */
}
.slider-description a {
	margin: 35px 0px 0px 0px;
}
.orbit-container .orbit-slides-container img {
	width: 82%;
}
.popular-course h1 {
	font-size: 20px;
}
.popular h2 a {
	font-size: 14px;
}
p.author-name {
	font-size: 13px;
	margin-left: 8px;
}
.calander p {
	font-size: 12px;
}
.calander span {
	font-size: 20px;
	padding: 8px 0px;
}
.footer_nav ul {
	margin-left: 0px;
}
.footer_nav ul li a {
	font-size: 14px;
	padding: 0px 6px;
}
.test h2 {
	font-size: 20px;
}
.search-courses form input[type="text"] {
	width: 175px;
	font-size: 15px;
}
.course-content h2 {
	font-size: 16px;
}
.courses-right-cntnt, .related-cntnt {
	border: none;
	box-shadow: 0px 7px 3px -3px #b7b7b7;
	border-bottom: 1px solid #ebebeb;
}
.courses-right-image {
	width: 100%;
	margin-bottom: 15px;
}
.courses-right-details, .relative-image, .courses-details {
	width: 100%;
}
.Sub_Box_Details .small-6 {
	width: 100%;
	padding: 0px;
}
.course-image h2 {
	font-size: 15px;
}
.view-more-courses {
	margin-left: 10px;
}
.fullwidth-left-sidebar .columns {
	padding: 0px;
}
.sidebar-list ul {
	margin: 0px;
}
.courses-right-details {
	padding-left: 0px;
}
.left-sidebar .left-image-content .image-content, .left-sidebar .leftside-image, .rightside-image, .right-image-content .image-content {
	width: 100%;
}
.rightside-image img {
	margin-bottom: 10px;
}
.staff-list .small-6 {
	width: 100%;
	padding: 0px;
}
.intetior-cntnt {
	padding: 0px;
}
.news-image {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
	float: none;
}
.feature-forum .forum-topic {
	width: 20%;
}
.feature-forum .forum-name {
	width: 40%;
}
.feature-forum .forum-post, .feature-forum .forum-reply {
	width: 18%;
}
.store ul li {
	margin: 0 16px 10px 0;
}
.pagination_navigation ul li:nth-child(2), .pagination_navigation ul li:nth-child(3), .pagination_navigation ul li:nth-child(4), .pagination_navigation ul li:nth-child(6) {
	display: none;
}
h2 {
	font-size: 20px
}
h3 {
	font-size: 19px
}
h6 {
	font-size: 16px
}
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	height: 100%;
	z-index: 9999;
	overflow: hidden;
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	z-index: 9999;
}
.utility-nav .uty0, .utility-nav .uty1 {
	display: none
}
.utility-nav .uty0:nth-child(2n), .utility-nav .uty1:nth-child(2n) {
	padding-right: 0px !important
}
.side-panel ul {
	border: 1px solid #ececec;
}
.side-panel h4 {
	width: 100%;
	height: auto;  /* float: left; */
	background: #004598;
	color: #fff;
	margin: 0px;
	font-size: 18px;
	padding: 9.5px 0px 9.5px 28px;
	text-transform: uppercase;
	font-family: 'latobold';
}
.side-panel ul li {
	border-bottom: 1px solid #e0e3e6;
	padding-bottom: 0px;
	margin: 0px;
}
.side-panel ul li a {
	font-size: 14px;
	width: 100%;
	height: auto;
	color: #000000;
	padding: 10px 10px;
	font-family: 'latobold';
	display: block
}
.side-panel ul li:hover a {
	background: #F9E505
}
.side-panel ul li:last-child {
	border-bottom: none;
}



.map iframe{height:350px;max-width:600px;width:100%;}

@media(max-width:991px){
	.responsive-table{overflow-x:auto;}
	.responsive-table table thead tr th, .responsive-table table tfoot tr th, .responsive-table table tfoot tr td, .responsive-table table tbody tr th, .responsive-table table tbody tr td, .responsive-table table tr td{width:100px;}
}

@media(max-width:641px){
	.footer-menu, .footer_logo {	width: 100%;text-align: center;	}
	.social_media {float: none;width: 100%;	display: block;	margin: 0 auto;	max-width: 190px;margin-top: 15px;	margin-bottom: 15px;}
	.footer_nav {width: 100%;display: inline-block;margin: 0 auto;max-width: 470px;margin-top: 15px;	}
	.footer_nav ul li{float:none;display:inline-block;}
	
	#imageDataContainer{  max-width: 90%;z-index: 9999; position: relative;}
	#outerImageContainer{    max-width: 90%; height: auto !important;font-size:inherit !important}
	#imageContainer img{    width: 100% !important;}
	#imageContainer #loadingLink img{width: auto !important;}
	#imageData #imageDetails { width: 86px !important;}
	
	.contentArea{padding:0;}
	.intetior-sidebar-cntnt{ padding: 16px 0;}
	
	
	
}























