/****Universal css****/
/*Used Fonts*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,500,500italic,700,700italic);
@font-face {
	font-family: 'SegoePrint';
	src: url('../fonts/SegoePrint.eot');
	src: url('../fonts/SegoePrint.eot') format('embedded-opentype'), url('../fonts/SegoePrint.woff2') format('woff2'), url('../fonts/SegoePrint.woff') format('woff'), url('../fonts/SegoePrint.ttf') format('truetype'), url('../fonts/SegoePrint.svg#SegoePrint') format('svg');
}
@font-face {
	font-family: 'journal-regular';
	src: url('../fonts/journal-webfont.eot');
	src: url('../fonts/journal-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/journal-webfont.woff') format('woff'),
	url('../fonts/journal-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*Used Fonts*/
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #3f3f3f;
	background: #fff;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	word-wrap: break-word;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
	margin: 0;
	padding: 0;
}
a, a img {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
:focus, a:focus, .btn:active:focus, .btn:focus {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
.container {
	max-width: 1040px;
	width: auto;
	margin: 0px auto;
	min-height: 100%;
}
p {
	padding-bottom: 20px;
}
/*got to top*/
.go-to-top {
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(33, 51, 54, 0.2);
	border-radius: 5px;
	line-height: 40px;
	text-align: center;
	position: fixed;
	z-index: 99999;
	bottom: 65px;
	right: 20px;
}
.go-to-top:before {
	content: url(../images/arrow-up.png);
	position: relative;
	top: 1px;
}
.go-to-top:hover {
	background: rgba(33, 51, 54, 0.4);
	cursor : pointer;
}
/*got to top*/
/****Universal css****/

/****HOME PAGE START****/
/**Header Section Start**/
header {
	background: #fff;
	border-bottom: 6px solid #29ace4;
}
.top-header {
	background: #001f45;
	padding: 10px 0;
	text-align: center;
	height: 0;
	min-height: 57px;
	-moz-transition: all, 0.3s, ease-in-out;
	-o-transition: all, 0.3s, ease-in-out;
	-webkit-transition: all, 0.3s, ease-in-out;
	transition: all, 0.3s, ease-in-out;
}
.top-header h2 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	padding-right: 25px;
}
.cta-btn, .cta-btn-big, .cta-btn-medium, .contact-us-btn {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	border: none;
	/*background: #8446ad;*/
	background: #01be87;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding: 6px 25px;
	transition: all .5s ease-in-out;
}
.cta-btn:hover, .cta-btn:focus, .cta-btn-big:hover, .cta-btn-big:focus, .cta-btn-medium:hover, .cta-btn-medium:focus, .contact-us-btn:hover, .contact-us-btn:focus {
	text-decoration: none;
	color: #fff;
	background: #008c63;
}
.cta-btn-big {
	font-size: 24px;
	padding: 15px 25px;
	min-width: 315px;
}
.cta-btn-medium {
	font-size: 18px;
	padding: 10px 25px;
}
h1.logo {
	float: left;
	display: block;
	margin-top: 13px;
	position: relative;
	z-index: 99;
}
h1.logo img {
	max-height: 103px;
	transition: all .3s ease-in-out;
}
.main-navigation .navbar-default {
	background-color: transparent;
	border: none;
	margin-bottom: 0;
}
.main-navigation .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
.main-navigation .navbar-nav {
	float: right;
	margin-top: 48px;
	transition: all .3s ease-in-out;
}
.main-navigation .navbar-default .navbar-nav>li {
	margin-left: 30px;
}
.main-navigation .navbar-default .navbar-nav>li>a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #001f45;
	font-size: 16px;
	padding: 0;
	transition: all .5s ease-in-out;
}
.main-navigation .navbar-default .navbar-nav>li>a:hover, .main-navigation .navbar-default .navbar-nav>li>a:focus {
	color: #002f55;
}
header.smaller {
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	position: fixed;
	z-index: 99999;
	width: 100%;
}
header.smaller .top-header {
	min-height: 0;
	padding: 0;
	overflow: hidden;
}
header.smaller h1.logo img {
	max-height: 70px;
}
header.smaller .main-navigation .navbar-nav {
	margin-top: 35px;
}
/**Header Section End**/

/**Banner Section Start**/
.banner-section {
	background: url(../images/home-banner-bg.jpg) top center no-repeat;
	background-size: cover;
	padding: 60px 0px;
}
.banner-caption {
	position: relative;
	z-index: 22;
	width: 60%;
}
.banner-caption h2, .banner-caption h4, .call-to-action-section h2, .landing-page-banner-content-text h2, .landing-page-banner-content-text h3 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #fff;
	font-size: 38px;
	padding-bottom: 20px;
}
.banner-caption h4 {
	font-size: 24px;
	font-weight: 400;
}
.banner-caption p {
	color: #cccccc;
	font-size: 18px;
}
/**Banner Section End**/

/**Top Content Section Start**/
.top-content-section {
	background: #f3f3f3;
	border-bottom: 1px solid #cccccc;
}
.content-box {
	border-bottom: 1px solid #cccccc;
	padding: 45px 0;
}
.content-box:last-child {
	border-bottom: none;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.content-box h2, .get-breakthrough-section h2, .text-block h2, .resources-view-section h2, .user-details h2, .product-details-block h2, .recommended-product-box h3, .primary-content-section h2, .contact-form-box h2, .general-content h2, .general-content h3, .general-content h4, .side-bar h2, .blog-box h2, .blog-box h3, .blog-box h4, .suscribe-box h2, .side-blog-list h2, .blog-single-box h2, .blog-single-box h3, .author-box h3, .testimonial-text-box h2, .team-block h2, .team-block h3, .team-block h4, .primary-information-section h1, .headine-block h1 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	/*font-size: 40px;*/
	font-size: 38px;
	color: #001f45;
	padding-bottom: 15px;
    line-height: 1.3;
}
.content-box h3, .get-breakthrough-section h3, .call-to-action-section h3 {
	font-size: 36px;
	color: #045239;
	padding-bottom: 15px;
	font-family: 'SegoePrint', sans-serif;
	font-weight: normal;
}
.content-box .video-copy {
    font-size: 16px;
}
/**Top Content Section End**/

/* common */
.full-separator {
    clear: both;
    border-top: 1px solid #d9d9d9;
}

/**Get Breakthough Section Start**/
.get-breakthrough-section {
	padding: 50px 0px;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	overflow: hidden;
}
.get-breakthrough-section h2 {
	padding-bottom: 45px;
}
.chevron-arrow-block {
	position: relative;
	margin-bottom: 45px;
	padding-left: 60px;
}
.chevron-arrow-block ul {
	margin: 0;
	padding: 0;
}
.chevron-arrow-block ul li {
	position: relative;
	margin-left: 2px;
	float: left;
}
.chevron-top-1, .chevron-top-2, .chevron-top-3, .chevron-top-4 {
	width: 220px;
	height: 210px;
	background: #001f45;
	transform: skew(20deg);
	-webkit-transform: skew(20deg);
	-ms-transform: skew(20deg);
	display: table;
	padding: 0 25px;
}
.chevron-top-1 h5, .chevron-top-2 h5, .chevron-top-3 h5, .chevron-top-4 h5 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #fff;
	font-size: 24px;
	transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	display: table-cell;
	vertical-align: middle;
}
.chevron-bottom-1, .chevron-bottom-2, .chevron-bottom-3, .chevron-bottom-4 {
	width: 220px;
	height: 210px;
	background: #0c3962;
	transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	text-align: left;
	padding: 62px 30px 0 20px;
}
.chevron-bottom-1 span, .chevron-bottom-2 span, .chevron-bottom-3 span, .chevron-bottom-4 span {
	-webkit-transform: skew(20deg);
	-ms-transform: skew(20deg);
	transform: skew(20deg);
	display: inline-block;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
}
.chevron-arrow-block ul li span.number {
	position: absolute;
	top: 188px;
	right: 0;
}
.chevron-top-2 {
	background: #095890;
}
.chevron-bottom-2 {
	background: #0a6ea0;
}
.chevron-top-3 {
	background: #0882c1;
}
.chevron-bottom-3 {
	background: #1095ce;
}
.chevron-top-4 {
	background: #28abe3;
}
.chevron-bottom-4 {
	background: #2fbbf6;
}
span.direction-arrow {
	position: absolute;
	right: 15px;
	bottom: -145px;
}
.get-breakthrough-section h3 {
	padding-bottom: 10px;
}
.get-breakthrough-section p {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding-bottom: 35px;
}
.student-box, .adult-box {
	display: inline-block;
	border-right: 1px solid #cccccc;
	padding: 0 65px;
}
.get-breakthrough-section .student-box h2, .get-breakthrough-section .adult-box h2,
.student-adult-box h2 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 36px;
	padding-bottom: 0;
}
.get-breakthrough-section .student-box p {
	font-size: 15px;
	padding-bottom: 7px;
}
.adult-box {
	border-right: none;
}
.get-breakthrough-section .adult-box h2 {
	padding-bottom: 28px;
}
.chevron-arrow-block-mobile {
	display: none;
}
.chevron-arrow-block-mobile ul {
	padding: 0;
	margin-bottom: 40px;
}
.chevron-arrow-block-mobile ul li {
	position: relative;
}
.chevron-arrow-block-mobile ul li .chevron-down {
	position: relative;
	text-align: center;
	margin-bottom: -3px;
	height: 150px;
	width: 400px;
	color: #fff;
	display: inline-block;
}
.chevron-arrow-block-mobile ul li .chevron-down:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	background: #001f45;
	-webkit-transform: skew(0deg, 6deg);
	-moz-transform: skew(0deg, 6deg);
	-ms-transform: skew(0deg, 6deg);
	-o-transform: skew(0deg, 6deg);
	transform: skew(0deg, 6deg);
}
.chevron-arrow-block-mobile ul li .chevron-down:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	background: #0c3962;
	-webkit-transform: skew(0deg, -6deg);
	-moz-transform: skew(0deg, -6deg);
	-ms-transform: skew(0deg, -6deg);
	-o-transform: skew(0deg, -6deg);
	transform: skew(0deg, -6deg);
}
.chevron-arrow-block-mobile ul li:nth-child(2) .chevron-down:before {
	background: #095890;
}
.chevron-arrow-block-mobile ul li:nth-child(2) .chevron-down:after {
	background: #0a6ea0;
}
.chevron-arrow-block-mobile ul li:nth-child(3) .chevron-down:before {
	background: #0882c1;
}
.chevron-arrow-block-mobile ul li:nth-child(3) .chevron-down:after {
	background: #1095ce;
}
.chevron-arrow-block-mobile ul li:nth-child(4) .chevron-down:before {
	background: #28abe3;
}
.chevron-arrow-block-mobile ul li:nth-child(4) .chevron-down:after {
	background: #2fbbf6;
}
.block-left, .block-right {
	position: relative;
	z-index: 1;
	float: left;
	width: 50%;
	height: 100%;
	padding: 15px;
	display: table;
}
.block-left h5, .block-right p {
	display: table-cell;
	vertical-align: middle;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 22px;
}
.block-right {
	float: right;
}
.block-right p {
	font-size: 14px;
	padding: 0;
	line-height: 18px;
}
.chevron-arrow-block-mobile ul li span.number {
	position: absolute;
	bottom: 0;
	left: 47%;
	z-index: 2;
}
/**Get Breakthough Section End**/

/**Primary Information Section Start**/
.primary-information-section {
	padding: 80px 0;
	background: #d2efdb;
	border-bottom: 1px solid #cccccc;
}
.img-block {
	margin-bottom: 45px;
}
.text-block {
}
.text-block h2, .resources-view-section h2, .user-details h2 {
	font-size: 32px;
}
/**Primary Information Section End**/

/**Resources View Section Start**/
.resources-view-section {
	background: #f3f3f3;
	border-bottom: 1px solid #cccccc;
	padding: 50px 0;
}
.resources-view-section p {
	font-size: 18px;
}
.resources-view-section .cta-btn {
	margin-right: 15px;
}
/**Resources View Section End**/

/**Case Study Section Start**/
.case-study-section {
	padding: 50px 0;
	text-align: center;
}
.case-img-box, .case-result-box {
	width: 24%;
	background: url(../images/drop-bg.png) no-repeat;
	height: 294px;
	background-size: 100%;
	display: inline-block;
	padding: 8px 8px;
	float: left;
	margin-top: 35px;
}
.case-study-details {
	float: left;
	width: 52%;
}
.user-details {
	padding: 0 55px;
	border-bottom: 2px solid #dddddd;
	margin-right: 5px;
	position: relative;
	margin-bottom: 30px;
}
.user-details:before {
	content: "";
	position: absolute;
	bottom: -7px;
	right: -3px;
	display: block;
	z-index: 0;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 8px solid #dddddd;
	border-bottom: 6px solid transparent;
}
.user-details h3 {
	font-family: 'SegoePrint', sans-serif;
	color: #00432e;
	font-size: 22px;
	padding-bottom: 10px;
}
.user-details p {
	padding-bottom: 12px;
	font-size: 15px;
}
.percentage-rate ul {
	margin-bottom: 50px;
}
.percentage-rate ul li {
	display: inline-block;
	margin: 0px 15px;
}
.percentage-rate ul li h2, .function-compared-box h2 {
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}
.percentage-rate ul li span {
	margin: 12px 0px;
	display: block;
}
.percentage-rate ul li h3 {
	font-size: 30px;
	font-weight: 700;
}
.function-compared-box h2 {
	padding-bottom: 25px;
}
.before-block, .after-block {
	display: inline-block;
	width: 220px;
	margin: 0px 15px;
}
.percentage-box {
	float: left;
	margin: 10px 5px 0px 0px;
	width: 65px;
}
.percentage-box h3, .percentage-box h4, .percentage-box h5 {
	font-size: 16px;
	text-transform: uppercase;
	color: #b8b8b8;
	font-weight: 700;
}
.percentage-box h4 {
	font-size: 30px;
	color: #3f3f3f;
	padding-bottom: 2px;
}
.percentage-box h4 span {
	font-size: 15px;
	vertical-align: top;
	line-height: 25px;
}
.percentage-box h5 {
	font-size: 9px;
	color: #3f3f3f;
}
.before-block ul, .after-block ul {
	margin: 0;
	padding: 0;
}
.before-block ul li, .after-block ul li {
	float: left;
	margin: 5px 2px;
}
.case-result-box {
	background: url(../images/drop-up-bg.png) no-repeat;
	padding: 105px 40px 80px 40px;
	background-size: 100%;
	float: right;
}
.case-result-box h2 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}
.case-result-box h3 {
	font-size: 11px;
	font-weight: 600;
	padding-bottom: 8px;
}
span.before, span.after {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	margin: 0px 10px;
}
span.before span, span.after span {
	font-size: 40px;
	display: block;
	line-height: 35px;
}
/**Case Study Section End**/

/**Call to action Section Start**/
.call-to-action-section {
	padding: 60px 0 60px 0;
	text-align: center;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #001f45), color-stop(100%, #28abe3));
    background: -moz-linear-gradient(top, #001f45 0%, #28abe3 100%);
    background: -webkit-linear-gradient(top, #001f45 0%, #28abe3 100%);
    background: linear-gradient(to bottom, #001f45 0%, #28abe3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001f45', endColorstr='#28abe3', GradientType=0 );
}
.call-to-action-section h2 {
	/*padding: 0 115px 20px 115px;*/
	line-height: 1.3;
}
.call-to-action-section h3 {
	color: #fff;
}
.call-to-action-section p {
	font-size: 17px;
	color: #fff;
	padding: 0 20px 20px 20px;
}
/**Call to action Section End**/

/**Footer Section Start**/
.footer-menu-block {
	padding: 30px 0;
}
.footer-menu-block h2 {
	font-family: 'Ubuntu', sans-serif;
	color: #045239;
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 20px;
	padding-top: 45px;
	font-weight: 700;
}
.footer-menu-block ul {
	margin: 0;
	padding: 0;
}
.footer-menu-block ul li {
	margin-bottom: 10px;
}
.footer-menu-block ul li a {
	color: #3f3f3f;
	transition: all .5s ease-in-out;
	text-decoration: none;
}
.footer-menu-block ul li a:hover {
	color: #045239;
}
.footer-menu-block .social-media {
	display: inline-block;
}
.footer-menu-block .social-media li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.footer-menu-block .social-media li a {
	color: #01be87;
	font-size: 30px;
}
.contact-us-btn {
	border: 2px solid #01be87;
	background: #fff;
	color: #01be87;
	font-size: 15px;
	padding: 7px 35px;
}
.contact-us-btn:hover, .contact-us-btn:focus {
	background: #01be87;
}
span.contact-number {
	font-size: 16px;
	padding-top: 15px;
	display: inline-block;
}
.footer-copyright-block {
	padding: 35px 0;
	background: #28abe3;
	text-align: center;
}
.footer-copyright-block p, .footer-copyright-block p a {
	color: #ffffff;
	font-size: 16px;
	padding-top: 20px;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
	padding-bottom: 10px;
	text-decoration: none;
}
.footer-copyright-block ul {
	margin: 0;
	padding: 0;
}
.footer-copyright-block ul li {
	display: inline-block;
}
.footer-copyright-block ul li:after {
	content: '|';
	font-size: 12px;
	color: #ffffff;
	font-weight: 300;
	margin: 0px 0px 0px 2px;
}
.footer-copyright-block ul li:last-child:after {
	content: '';
}
.footer-copyright-block ul li a {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
}
.footer-copyright-block ul li a:hover, .footer-copyright-block p a:hover {
	text-decoration: underline;
}
/**Footer Section End**/
/****HOME PAGE END****/

/****PRODUCT PAGE START****/
/**Product Section Start**/
.product-section, .product-section-2 {
	padding: 40px 0px;
	background: #f3f3f3;
}
.product-details-block {
	border-bottom: 1px solid #cecece;
}
.product-img {
	margin-bottom: 20px;
}
.product-details-block h2 {
	padding-bottom: 10px;
}
.product-details-block h3 {
	color: #045239;
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 25px;
	font-weight: 600;
}
.product-details-block h4 {
	font-size: 15px;
	color: #24ce7b;
	padding-bottom: 20px;
	font-weight: 600;
}
.product-details-block ul {
	margin-bottom: 20px;
	padding-left: 18px;
	display: inline-block;
}
.product-details-block ul li {
	margin-bottom: 15px;
}
.product-option-block {
	padding-top: 40px;
}
.product-level-list {
	display: inline-block;
}
.product-level-list ul {
	display: inline-block;
	padding: 0;
	margin-bottom: 0;
}
.product-level-list ul li {
	display: inline-block;
	margin-bottom: 35px;
}
.product-img-box {
	width: 15%;
	float: left;
	margin-right: 5%;
}
.product-text-box {
	float: left;
	width: 80%;
	padding-right: 40px;
}
.product-text-box h2 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}
.product-text-box p {
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 0;
}
.product-text-box p a {
	color: #8446ad;
	text-decoration: none;
	text-transform: uppercase;
}
.product-text-box p a:hover {
	text-decoration: underline;
}
.discount-package {
	padding-bottom: 20px;
	border-bottom: 1px solid #cecece;
	text-align: center;
	margin-bottom: 30px;
}
.discount-package h2 {
	font-size: 24px;
	color: #00833c;
	font-weight: 700;
	text-transform: uppercase;
}
.bundle, .bundle-2 {
	display: inline-block;
	margin: 20px 10px;
}
.bundle h4, .bundle-2 h4 {
	color: #24ce7b;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.bundle-2 h4 {
	color: #04533a;
}
.drop-box {
	background: url(../images/drop-bg.png) no-repeat;
	background-size: 100%;
	width: 110px;
	height: 131px;
	padding: 30px 5px;
	margin-bottom: 10px;
	color: #f3f3f3;
	text-transform: uppercase;
}
.drop-box h3 {
	font-size: 14px;
	font-weight: 700;
}
.drop-box p {
	font-size: 11px;
	padding: 0;
}
.bundle-2 .drop-box {
	background: url(../images/drop-bg-dark.png) no-repeat;
	background-size: 100%;
	color: #24ce7b;
}
.product-buy .table {
	margin-bottom: 35px;
}
.product-buy .table>tbody>tr>td {
	border-top: none;
	padding: 6px 0px;
	color: #24ce7b;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
}
.product-buy input[type="checkbox"] {
	display: none;
}
.product-buy .checkbox-label {
	padding-left: 40px;
	position: relative;
	cursor: pointer;
	margin: 0;
	font-weight: 600;
}
.product-buy input[type="checkbox"] + label span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	vertical-align: middle;
	background: url(../images/check-box.jpg) no-repeat;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 3px;
}
.product-buy input[type="checkbox"]:checked + label span {
	background: url(../images/check-box-checked.jpg) no-repeat;
	width: 20px;
	height: 20px;
}
.product-buy .table>tbody>tr>td:last-child {
	text-align: right;
}
.qty-box {
	float: left;
	margin-right: 25px;
}
.qty-box h2 {
	font-family: 'Open Sans', sans-serif;
	color: #8446ad;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	padding-right: 15px;
	float: left;
	padding-top: 20px;
}
.qty-box span.qty-number {
	background: #fff;
	border: 1px solid #8446ad;
	width: 64px;
	height: 64px;
	float: left;
	text-align: center;
	font-size: 24px;
	line-height: 60px;
}
/**Product Section End**/

/**Testimonial Section Start**/
.testimonial-section {
	padding: 80px 0 55px;
	background: #fff;
}
.testimonial-title {
	display: inline-block;
}
.testimonial-title-img-box {
	width: 30%;
	float: left;
}
.testimonial-title-img-box img {
	border: 5px solid #24ce7b;
	border-radius: 1000px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	margin-bottom: 20px;
}
.testimonial-title-text-box {
	float: left;
	width: 70%;
	padding: 40px 25px 15px 25px;
}
.testimonial-title-text-box h2 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #001f45;
	font-size: 18px;
}
.testimonial-text {
	padding: 30px 25px;
	border-top: 1px solid #cccccc;
	/*border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;*/
}
@media (max-width: 767px){
    .testimonial-section {
        padding-bottom: 30px;
    }
    .testimonial-text {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 30px;
    }
}
span.user-name {
	color: #001f45;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 5px;
	display: block;
}
span.user-post {
	font-weight: 400;
	display: block;
}
/**Testimonial Section End**/

/**Recommendation Section Start**/
.heading-title {
	background: #24ce7b;
	height: 1px;
	text-align: center;
	margin-bottom: 55px;
}
.heading-title h2 {
	padding: 0 10px;
	color: #001f45;
	background-color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'Ubuntu', sans-serif;
	top: -15px;
	font-weight: 500;
	position: relative;
	display: inline-block;
}
.recommended-product-box {
	text-align: center;
	margin-bottom: 55px;
}
.recommended-product-box h3 {
	font-size: 32px;
}
.recommended-product-box p {
	font-size: 16px;
}
/**Recommendation Section End**/
/****PRODUCT PAGE END****/

/****PRODUCT PAGE-2 START****/
.product-section-2 .product-details-block {
	border-bottom: none;
}
.product-slider {
	padding: 0px 30px;
}
.product-slider ul {
	padding: 0;
	margin: 0;
}
.product-slider .flexslider {
	margin: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}
.product-slider .flex-direction-nav .flex-prev, .product-slider .flex-direction-nav .flex-next {
	background: url(../images/arrow-left.png) no-repeat;
	width: 27px;
	height: 52px;
	left: -30px !important;
	opacity: 1 !important;
	text-indent: -9999px;
	top: 35%;
}
.product-slider .flex-direction-nav .flex-next {
	background: url(../images/arrow-right.png) no-repeat;
	left: inherit !important;
	right: -30px !important;
	text-indent: 9999px;
}
.product-slider .flex-control-thumbs img {
	opacity: 1;
}
span.price-per-unit {
	color: #24ce7b;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
	margin-bottom: 30px;
}
.testimonial-single {
	width: 70%;
	margin: 0px auto;
}
.testimonial-single .testimonial-title-img-box {
	width: 20%;
}
.testimonial-single .testimonial-title-text-box {
	width: 80%;
}
.recommendation-section-2 .recommended-product-box {
	background: #f3f3f3;
}
.recommendation-section-2 .product-img {
	background: #c3c3c3;
	padding: 25px 20px;
}
.recommendation-section-2 .recommended-product-box h3 {
	color: #24ce7b;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin: 0px 20px 20px 20px;
}
.recommendation-section-2 .recommended-product-box p {
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}
.recommendation-section-2 .cta-btn-medium {
	width: 100%;
}
.video-block {
	margin-bottom: 40px;
}
/****PRODUCT PAGE-2 END****/

/****LANDING PAGE START****/
.landing-page header {
	background: #5a2a82;
	border-bottom: 6px solid #fff;
	text-align: center;
}
.landing-page header h1.logo {
	float: none;
	display: inline-block;
	margin-bottom: -6px;
}
.landing-page .footer-copyright-block {
	background: #dad7f0;
}
.landing-page .footer-copyright-block p, .landing-page .footer-copyright-block p a, .landing-page .footer-copyright-block ul li a {
	color: rgba(90,42,130,0.82);
}
.landing-page-banner-section {
	background: url(../images/landing-page-banner-bg.jpg) top center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.landing-page-banner-content {
	position: relative;
	padding: 90px 0px 70px 0px;
}
.landing-page-banner-content-text {
	position: relative;
	z-index: 22;
	float: right;
	width: 70%;
	text-align: right;
}
.landing-page-banner-content-text h3 {
	text-transform: uppercase;
	font-size: 21px;
}
.landing-page-banner-content-text p {
	font-size: 18px;
	color: #fff;
}
.landing-page-banner-content-img {
	position: absolute;
	bottom: 0;
	left: -60px;
}
.landing-page-content-section {
	padding: 135px 0 35px 0;
	position: relative;
	overflow: hidden;
}
.landing-page-content-section:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0px auto;
	display: block;
	z-index: 0;
	width: 0;
	height: 0;
	border-right: 300px solid transparent;
	border-left: 300px solid transparent;
	border-top: 80px solid #dad7f0;
}
.content-block {
	padding: 0px 60px;
}
.block {
	margin-bottom: 35px;
	background: #f3f3f3;
}
.title-col {
	background: #c3c3c3;
	padding: 10px 25px;
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}
.title-col h2, .title-col h3 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	float: left;
}
.title-col h3 {
	font-size: 12px;
	text-transform: none;
	float: right;
}
.list-col {
	padding: 20px 25px 10px 25px;
	min-height: 205px;
}
.list-col h2 {
	color: #24ce7b;
	font-size: 30px;
	font-weight: 700;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.list-col ul {
	margin: 0;
	padding: 0;
}
.list-col ul li {
	font-size: 13px;
	background: url(../images/check-green.png) 0px 2px no-repeat;
	list-style: none;
	padding: 0px 0px 0px 25px;
	margin-bottom: 5px;
}
a.get-started-btn {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	background: #24ce7b;
	padding: 10px 25px;
	width: 100%;
	display: inline-block;
	transition: all .5s ease-in-out;
}
a.get-started-btn:after {
	content: "";
	position: absolute;
	top: 17px;
	right: 25px;
	background: url(../images/long-arrow.png) no-repeat;
	width: 65px;
	height: 13px;
}
a.get-started-btn:hover {
	background: #1ba260;
}
.career-block .list-col h2 {
	color: #3797db;
}
.career-block .list-col ul li {
	background: url(../images/check-blue.png) 0px 2px no-repeat;
}
.career-block a.get-started-btn {
	background: #3797db;
}
.career-block a.get-started-btn:hover {
	background: #2771a5;
}
/****LANDING PAGE END****/

/****PLAIN CONTENT PAGE END****/
.primary-content-section {
	padding: 45px 0px;
}
.primary-content-section h2 {
	font-size: 35px;
}
.primary-content-section h3 {
	color: #045239;
	font-size: 18px;
	padding-bottom: 15px;
	font-weight: 600;
}
.primary-content-section ul, .general-content ul {
	margin-bottom: 20px;
	padding-left: 18px;
}
/****PLAIN CONTENT PAGE END****/

/****CONTACT PAGE START****/
.contact-banner-section {
	background: url(../images/contact-banner.jpg) top center no-repeat;
	background-size: cover;
	padding: 60px 0px;
}
.contact-content-section {
	padding: 40px 0px;
}
.map-box, .contact-form-box {
	background: #f3f3f3;
	padding: 20px 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 30px;
}
.map-box .map-inner {
	overflow: hidden;
}

.contact-form-box {
	padding: 0 0 20px 0;
}
.contact-form-box h2 {
	text-align: center;
	font-size: 28px;
}
.contact-form-box h3 {
	text-align: center;
	border-bottom: 1px solid #cccccc;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.contact-form-box .form-group {
	margin-bottom: 25px;
}
.contact-form-box .form-horizontal .control-label {
	text-align: left;
	line-height: 16px;
}
.contact-form-box .form-horizontal .control-label span {
	color: #FF0000;
}
span.divider-bar {
	position: absolute;
	margin: 10px 0px 0px -4px;
	color: #a2a4a8;
	font-size: 10px;
}
.join-social-network-block {
	background-color: #e0e1ea;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 30px;
	overflow: hidden;
}
.join-social-network-block h2 {
	color: #fefefe;
	text-align: center;
	position: relative;
	background-color: #24ce7b;
	width: 100%;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
}
.join-social-network-block h2:before {
	content: "";
	position: absolute;
	bottom: -10px;
	right: 0;
	left: -2px;
	margin: 0px auto;
	display: block;
	z-index: 0;
	width: 0;
	height: 0;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 15px solid #24ce7b;
}
.join-social-network-block ul {
	margin: 0;
	padding: 0;
}
.join-social-network-block ul li {
	float: left;
	width: 50%;
	text-align: center;
	border-right: 1px solid #24ce7b;
}
.join-social-network-block ul li:last-child {
	border-right: none;
}
.join-social-network-block ul li a {
	text-decoration: none;
	color: #24ce7b;
	display: block;
	font-size: 40px;
	padding: 20px 0px;
}
.fb-widget-box {
	margin-bottom: 30px;
}
/****CONTACT PAGE END****/

/****GET STARTED PAGE END****/
.get-started-banner-section {
	background: url(../images/get-started-banner.jpg) top center no-repeat;
	background-size: cover;
	padding: 90px 0px;
}
.get-started-banner-section .banner-caption {
	float: right;
	text-align: right;
}
.get-started-banner-section .banner-caption h2 {
	color: #05533a;
}
.get-started-banner-section .banner-caption p {
	color: #444444;
}
/****GET STARTED PAGE END****/

/****STUDENT PAGE START****/
.student-banner-section {
	background: url(../images/student-banner.jpg) top center no-repeat;
	background-size: cover;
	padding: 60px 0;
}
.student-banner-section .banner-caption p {
    color: #eeeeee;
    font-weight: 400;
}
.general-content-section {
	padding: 40px 0;
}
.general-content p a {
	text-decoration: underline;
	color: #045239;
	font-weight: 700;
}
.general-content p a:hover {
	text-decoration: none;
}
.img-align-center {
	margin: 0 auto;
	margin-bottom: 20px;
}
.img-align-right, .img-align-left {
	float: right;
	max-width: 350px;
	margin: 15px 0 15px 15px;
}
.img-align-left {
	float: left;
	margin: 15px 15px 15px 0;
}
.general-content h3 {
	font-size: 24px;
}
.general-content h4 {
	font-size: 18px;
}
.cta-btn-box {
	margin-bottom: 20px;
}
.cta-btn-box .cta-btn-big {
	font-size: 20px;
}
.side-bar, .side-testimonial-bar {
    border-bottom: 5px solid #618099;
    margin-bottom: 30px;
    background-color: #e2ebf2;
    padding: 20px 15px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.side-bar img {
	margin-bottom: 20px;
}
.side-bar h2 {
	font-size: 25px;
    line-height: 1.3;
	text-transform: capitalize;
}
.side-testimonial-bar {
	background-color: #f3f3f3;
	border-bottom: none;
	padding: 20px 20px;
}
.testimonial-box {
	margin-bottom: 20px;
}
.testimonial-box:last-child {
	margin-bottom: 0;
}
.side-testimonial-bar .testimonial-title-img-box {
	width: 55%;
	float: none;
	margin: 0px auto;
}
.side-testimonial-bar .testimonial-title-text-box {
	float: none;
	width: 100%;
	padding: 0px 0px 15px 0px;
}
.side-testimonial-bar .testimonial-text {
	padding: 20px 0px;
	margin-bottom: 0;
}
/****STUDENT PAGE END****/

/****BLOG PAGE START****/
.blog-banner-section {
	background: url(../images/blog-banner.jpg) top center no-repeat;
	background-size: cover;
	padding: 60px 0px;
}
.blog-banner-section .banner-caption {
	float: right;
	text-align: right;
}
.blog-banner-section .banner-caption h2 {
	font-size: 36px;
}
.single-blog-section {
	background-color: #f3f3f3;
	padding: 40px 0 10px 0;
}
.blog-box, .suscribe-box {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #f3f3f3;
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
}
.blog-box a {
	text-decoration: none;
	display: block;
	padding: 10px 15px 0px 15px;
}
.blog-img-holder {
	width: 48%;
	float: left;
	margin: -10px 15px 10px -15px;
}
.blog-box h3, .blog-box h4 {
	font-size: 18px;
	padding-bottom: 10px;
}
.blog-box h4 {
	font-size: 22px;
}
.blog-box p {
	color: #3f3f3f;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 10px;
}
.share-bar {
	background-color: #618099;
	padding: 10px 20px;
	clear: both;
}
.share-bar ul {
	margin: 0;
	padding: 0;
}
.share-bar ul li {
	display: inline-block;
	margin-right: 20px;
}
.share-bar ul li a {
	color: #fff;
	transition: all .5s ease-in-out;
	text-decoration: none;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
}
.share-bar ul li a span {
	margin-right: 10px;
}
.share-bar ul li a:hover {
	color: #d9d9d9;
}
.suscribe-box {
	padding: 25px 30px;
	text-align: center;
}
.suscribe-box h2 {
	font-size: 35px;
}
.suscribe-box p {
	font-size: 25px;
}
.side-blog-list {
	margin-bottom: 30px;
}
.side-blog-list h2 {
	font-size: 28px;
}
.side-blog-list ul {
	margin: 0;
	padding: 0;
	background-color: #f3f3f3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.side-blog-list ul li {
	position: relative;
	border-bottom: 1px solid #c6c7d2;
}
.side-blog-list ul li:last-child {
	border-bottom: none;
}
.side-blog-list ul li a:before {
	position: absolute;
	top: 15px;
	left: 18px;
	font-family: FontAwesome;
	content: "\f101";
}
.side-blog-list ul li a {
	text-decoration: none;
	transition: all .5s ease-in-out;
	display: block;
	padding: 15px 15px 15px 35px;
	color: #3f3f3f;
	position: relative;
	font-size: 15px;
}
.side-blog-list ul li a:hover {
	background-color: #d9efe4;
}
.tab-box {
	margin-bottom: 30px;
	width: 100%;
}
.tab-box .tab-content {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #e2ebf2;
	overflow: hidden;
}
.tab-box .tab-content ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.tab-box .tab-content ul li {
	float: left;
	width: 100%;
}
.tab-box .tab-content ul li a {
	display: block;
	float: left;
	padding: 10px 10px;
	color: #3f3f3f;
	text-decoration: none;
	transition: all .3s ease-in-out;
	width: 100%;
}
.tab-box .tab-content ul li a:hover {
	background-color: #24ce7b;
	color: #fff;
}
span.image-box {
	float: left;
	width: 30%;
}
span.text-box {
	float: left;
	width: 70%;
	padding: 20px 0px 0px 10px;
}
.tab-box .nav-tabs {
	border-bottom: none;
	text-align: center;
}
.tab-box .nav-tabs>li {
	width: 30%;
	display: inline-block;
	float: none;
	margin-bottom: 0;
}
.tab-box .nav-tabs>li>a {
	border-radius: 6px 6px 0 0;
	margin: 0;
	padding: 10px 0;
	background-color: #24ce7b;
	color: #fff;
	border: none;
}
.tab-box .nav-tabs>li.active>a, .tab-box .nav-tabs>li.active>a:hover, .tab-box .nav-tabs>li.active>a:focus {
	background-color: #e2ebf2;
	border: none;
	color: #3f3f3f;
}
/****BLOG PAGE END****/

.pt0i {
	padding-top: 0 !important;
}

/****BLOG SINGLE PAGE START****/
.single .blog-banner-section {
	background-image: url("../images/ban-bg-1.jpg");
}
.single .blog-banner-section .banner-caption {
	float: left;
	text-align: left;
}
@media (max-width: 991px){
    .single .blog-banner-section {
        background-image: url("../images/blog-banner-mobile.jpg");
    }
}
.archive .blog-banner-section {
	background-image: url("../images/ban-bg-car-2.jpg");
}
@media (max-width: 991px){
    .archive .blog-banner-section {
        background-image: url("../images/blog-banner-mobile.jpg");
    }
}
/*.archive .blog-banner-section .banner-caption {
	float: left;
	text-align: left;
}*/
.author-bar {
	border-bottom: 2px solid #85909b;
	margin: 15px 0px 25px 0px;
	padding: 0px 10px;
}
span.author-name {
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	padding-right: 15px;
}
span.published-date {
	font-size: 17px;
	font-style: italic;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
}
.blog-single-box h3, .author-box h3 {
	font-size: 25px;
}
.author-box {
	background-color: #f3f3f3;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	overflow: hidden;
	margin: 20px 0px;
}
.author-details {
	padding: 20px 30px 0 30px;
	display: inline-block;
	width: 100%;
}
.author-img {
	float: right;
	width: 30%;
	padding: 0px 0px 20px 25px;
}
.author-img img, .testimonial-image-box img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 5px solid #fff;
}
.author-details-text-area {
	float: left;
	width: 70%;
}
.author-details-text-area p {
	text-align: justify;
}
.connect-to-author-bar {
	border-top: 1px solid #d0d6e3;
	padding: 5px 25px;
}
.connect-to-author-bar span,
body .comment-title h2 {
	margin-right: 15px;
	margin-bottom: 0;
	font-family: 'SegoePrint';
	font-size: 22px;
	color: #444444;
	font-weight: 400;
	float: left;
	padding-top: 6px;
	position: relative;
}
.connect-to-author-bar ul {
	margin: 0;
	padding: 0;
}
.connect-to-author-bar ul li {
	float: left;
	margin-right: 15px;
}
.connect-to-author-bar ul li a {
	text-decoration: none;
	transition: all .5s ease-in-out;
	font-size: 30px;
	color: #3f3f3f;
}
.connect-to-author-bar ul li a:hover {
	color: #797979;
}
.comment-block {
	margin-bottom: 20px;
}
.comment-title {
	border-bottom: 1px solid #bebebe;
	padding: 10px 0px;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.comment-title h2:after {
	position: absolute;
	content: " ";
	display: block;
	width: 41px;
	height: 26px;
	top: 6px;
	right: -55px;
	background: url(../images/comment-arrow.png) no-repeat;
}
/****BLOG SINGLE PAGE END****/

/****ABOUT PAGE START****/
.about-banner-section {
	background: url(../images/about-banner.jpg) top center no-repeat;
	background-size: cover;
	padding: 60px 0px;
}
.about-banner-section .banner-caption {
	float: right;
	text-align: right;
}
.about-banner-section .banner-caption h2 {
	color: #045239;
}
.about-banner-section .banner-caption p {
	color: #3f3f3f;
}
.cta-row-section {
	background-color: #d2efdb;
	padding: 15px 0;
	text-align: center;
}
.cta-row-section h2 {
	font-size: 23px;
	font-weight: 600;
	display: inline-block;
	padding-right: 15px;
	color: #001f45;
}
/*Testimonial Slider start*/
.testimonial-slider-section {
	padding: 40px 0px;
}
.testimonial-slider-section .bx-wrapper {
	margin: 0 auto;
}
.testimonial-slider-section .bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0;
	background-color: #f3f3f3;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 35px 0px;
}
.testimonial-slider-section .bx-wrapper .bx-viewport ul li {
	margin-right: 0 !important;
}
.testimonial-image-box {
	float: left;
	width: 25%;
	padding: 0px 40px;
}
.testimonial-text-box {
	float: left;
	width: 75%;
	padding-right: 40px;
}
.testimonial-text-box h2 {
	font-size: 30px;
}
span.user-info {
	font-style: italic;
	font-size: 18px;
	font-weight: 400;
}
span.user-info span {
	font-weight: 700;
	font-style: normal;
	padding-right: 5px;
}
.testimonial-slider-section .bx-wrapper .bx-pager {
	display: none;
}
.testimonial-slider-section .bx-wrapper .bx-controls-direction a {
	width: 36px;
	height: 58px;
	z-index: 55;
	margin-top: -25px;
}
.testimonial-slider-section .bx-wrapper .bx-prev {
	background: url(../images/slide-arrow-left.png) no-repeat;
	left: 0px;
}
.testimonial-slider-section .bx-wrapper .bx-next {
	background: url(../images/slide-arrow-right.png) no-repeat;
	right: 0px;
}
/*Testimonial Slider End*/

/*Meet The Team Section Start*/
.meet-the-team-section {
	padding: 45px 0px;
}
.team-block .row {
	margin-bottom: 40px;
}
.team-list {
	text-align: center;
}
.team-block h3 {
	font-size: 30px;
	text-align: center;
	padding-bottom: 10px;
}
.team-block .tb-fd,
.team-block .tb-vp {
	text-align: left;
}
.team-list .row {
    margin-bottom: 0;
}
.team-list img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 5px solid #e0e2ea;
	max-width: 170px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.team-block h4 {
	font-size: 22px;
}
.team-block h5 {
	font-size: 18px;
	padding-bottom: 20px;
}
.fw600 {
    font-weight: 600;
}
/*Meet The Team Section End*/
/****ABOUT PAGE END****/

/****CHECKLIST PAGE START****/
.checklist-banner-section {
	background: #9fd9b2;
	padding: 60px 0px;
	position: relative;
}
.checklist-banner-section:before {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 0;
	right: 0;
	margin: 0px auto;
	z-index: 0;
	width: 0;
	height: 0;
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
	border-top: 18px solid #9fd9b2;
}
.checklist-banner-section h2 {
	text-align: center;
	padding-bottom: 35px;
}
.checklist-banner-section ul {
	margin-bottom: 25px;
}
.checklist-banner-section ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 6px;
}
.checklist-banner-section ul li:before {
	content: '\f111';
	font-family: 'FontAwesome';
	color: #24ce7b;
	position: absolute;
	left: 0;
	top: 1px;
}
.bot-side-section {
	background: #fff;
	padding: 50px 0px;
}
.bot-side-section p {
	font-size: 25px;
	padding: 3px 35px 0px 0px;
	position: relative;
	font-weight: 400;
}
.bot-side-section p:after {
	position: absolute;
	display: block;
	content: "";
	background: url(../images/bracket-v.png) no-repeat;
	width: 29px;
	height: 77px;
	top: 0;
	right: 0;
}
.bot-side-section .cta-btn-medium {
	width: 100%;
}
.note {
	font-weight: 400;
	text-align: center;
	display: block;
	padding-top: 10px;
}
/****CHECKLIST PAGE END****/

/****CONFIRMATION PAGE START****/
.primary-information-section h1 {
	/*text-align: center;*/
}
/****CONFIRMATION PAGE END****/

/****CASE STUDY PAGE START****/
.case-study-banner-section {
	background: url(../images/case-study-banner.jpg) top center no-repeat;
	background-size: cover;
	padding: 60px 0px;
}
.headine-block {
	background: #9fd9b2;
	padding: 45px 0px;
	text-align: center;
}
.headine-block h1 {
	padding: 0;
}
.case-preview-section {
	padding: 50px 0px;
}
.case-preview-section h1, .details-box h2 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #045239;
	text-align: center;
	line-height: 1.3;
	padding-bottom: 25px;
}
.case-details-block {
	border-right: 2px solid #d6d7db;
	text-align: right;
	padding-right: 40px;
	padding-top: 17px;
}
.details-box h2 {
	text-align: right;
	padding-bottom: 15px;
}
.case-visual-block {
	padding-left: 40px;
	padding-top: 20px;
}
.visual-box {
	margin-bottom: 30px;
}
.visual-box:last-child {
	margin-bottom: 0;
}
.heading-title-section .heading-title {
	margin: 50px 0px;
}
/****CASE STUDY PAGE END****/

/****SPEAKING PAGE START****/
.speaking-banner-section {
	background: url(../images/speaking-banner.jpg) top center no-repeat;
	background-size: cover;
	padding: 60px 0px;
}
.speaking-banner-section .banner-caption {
	float: right;
	text-align: center;
}
.quote-section {
	padding: 45px 0px;
	text-align: center;
	background: #f3f3f3;
}
.quote-section p {
	color: #045239;
	border-top: 2px solid #0e72a5;
	border-bottom: 2px solid #0e72a5;
	padding: 10px 0px;
	font-style: italic;
	font-size: 40px;
	font-weight: 400;
}
/****SPEAKING PAGE END****/


/***************
Edited By Theme Developer
***************/

.clear {
	clear: both;
}
.boxed {
	background-color: #f3f3f3;
}

/* home page */
.banner-section .banner-caption p {
	color: #ffffff;
	font-weight: 400;
}

.fullwidth-cta-section {
    padding: 30px 0;
    background-color: #001f45;
}
.segoeprint {
    font-family: "SegoePrint", sans-serif;
}
.editor-content .segoeprint {
    font-family: "SegoePrint", sans-serif;
}
.fullwidth-cta-section .gts-title,
.fullwidth-cta-section .segoeprint {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 32px;
}
.fullwidth-cta-section .segoeprint {
    font-size: 24px;
}
.fullwidth-cta-section .gts-title {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
}
.fullwidth-cta-section .cta-btn-big {
	text-transform: capitalize;
	line-height: 1.2;
}

.fullwidth-cta-section.gts-sa-links {
	padding-top: 40px;
	padding-bottom: 25px;
}
.fullwidth-cta-section.gts-sa-links .gts-subtitle {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;
}

.fullwidth-cta-section.gts-sa-links .cta-btn-big {
	font-weight: 400;
	margin-bottom: 30px;
}

.home-posts-section {
    padding-top: 80px;
    padding-bottom: 45px;
    border-top: 1px solid #eee;
}
.home-posts-section .hps-post {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.home-posts-section .hps-post .post-category a,
.get-started-posts .post-category a {
    color: #001f45;
}
.home-posts-section .hps-post .post-category a:hover,
.get-started-posts .post-category a:hover {
    color: #001f45;
}
.home-posts-section .hps-post .post-title a,
.get-started-posts .post-title a {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0;
    color: #001f45;
	display: inline-block;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.home-posts-section .hps-post .post-title a:hover,
.get-started-posts .post-title a:hover {
    color: #001f45;
}
.home-posts-section .post-excerpt,
.get-started-posts .post-excerpt {
    padding-bottom: 36px;
}
.home-posts-section .cta-btn,
.get-started-posts .cta-btn {
    font-weight: normal;
    font-size: 16px;
}
.home-posts-section .more-cont,
.get-started-posts .more-cont {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
}
@media (min-width: 768px) {
    .home-posts-section .more-cont,
    .get-started-posts .more-cont {
        /*text-align: center;*/
    }
}

/* margins */
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb45 {
    margin-bottom: 45px;
}

/* paddings */
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb25 {
    padding-bottom: 25px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb35 {
    padding-bottom: 35px;
}
.pb40 {
    padding-bottom: 40px;
}
.pb45 {
    padding-bottom: 45px;
}
.pb30i {
    padding-bottom: 30px !important;
}

/**************
Articles Page
***************/
.blog-box .bb-cat {
	font-size: 16px;
}
.blog-box .bb-title {
	font-size: 20px;
}

.page-title {
	margin-bottom: 25px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #045239;
	text-transform: capitalize;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}

.post-thumb {
	margin-bottom: 25px;
}

/* isotope item */
.isotope-item {
	margin-bottom: 30px;
}

/*** Post Entry ***/
.editor-content p {
	padding-bottom: 0;
	margin-bottom: 20px;
	color: #444;
	font-size: 17px;
	font-weight: 400;
}

.editor-content img {
	max-width:100%;
	height:auto;
}

/* fix image attach */
div.editor-content:before, div.editor-content:after {
	content: " ";
	display: table;
}
div.editor-content:after {
	clear: both;
}

.editor-content h1, .editor-content h2, .editor-content h3, .editor-content h4, .editor-content h5, .editor-content h6 {
	margin-bottom: 15px;
	padding-bottom: 0;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #001f45;
}
.editor-content h1 {
	font-size:36px;
}
.editor-content h2 {
	font-size:30px;
}
.editor-content h3 {
	font-size:26px;
}
.editor-content h4 {
	font-size:22px;
}
.editor-content h5 {
	font-size:18px;
}
.editor-content h6 {
	font-size:16px;
}
.editor-content hr {
	margin: 20px 0;
	border:0;
	height:0;
	border-bottom:1px solid #e0e0e0;
	clear:both;
}
.editor-content blockquote {
	border-left:0;
	padding:0;
}
.editor-content blockquote p {
	font-family: "Georgia", sans-serif;
	font-size:36px;
	line-height:46px;
	font-style:italic;
	color:#888;
}

.editor-content p a {
	text-decoration: underline;
	color: #045239;
	font-weight: 400;
}
.editor-content p a:hover {
	text-decoration: none;
}

.editor-content ul, .editor-content ol {
	margin-bottom: 20px;
	padding-left: 20px;
}
.editor-content ul {}
.editor-content ul li {
	margin-bottom:10px;
    font-size: 17px;
    font-weight: 400;
}
.editor-content ol {}
.editor-content ol li {
	margin-bottom:10px;
    font-size: 17px;
    font-weight: 400;
}
.editor-content ul ul, .editor-content ol ol {
	margin-top: 10px;
}

.sticky.post .post-header { border:1px dashed #eee; padding:20px 0; }
.bypostauthor  {}
.editor-content strong { font-weight: 700; }
.editor-content pre {
	overflow:auto;
}

.editor-content table { width:100%; margin-bottom:22px; border-collapse:collapse }
.editor-content td, .editor-content th { padding: 12px; border-bottom: 1px #e5e5e5 solid; }
.editor-content th { font-weight:bold; font-size:14px; background:#f5f5f5;}
.editor-content tr:hover {
	background:#f9f9f9;
}

/* author box */
.editor-content .author-box ul {
	margin-bottom: 0;
}
.editor-content .author-box ul li {
	list-style-type: none;
	margin-bottom: 0;
}

/* blog subscribe modal */
.bt-form-modal {
	z-index: 100000;
	background-color: rgba(100,100,100,0.8);
}
.bt-form-modal .modal-dialog {
	/*margin-top: 60px;*/
}
.bt-form-modal .modal-content {
	border: 0;
	overflow: hidden;
}
.bt-form-modal .modal-header {
	padding: 0;
	min-height: 0;
	height: 0;
	border: 0;
}
.bt-form-modal .close {
	opacity: 1;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
}
.bt-form-modal .close span {
	display: inline-block;
	font-size: 28px;
	font-weight: 100;
	width: 32px;
	height: 32px;
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
	background: #5A93D8;
	color: #fff;
	border-radius: 50%;
}
.bt-form-modal .modal-body {
	padding: 0;
}
.bt-form-modal .content-left, .bt-form-modal .content-right {
	float: left;
}
.bt-form-modal .content-left {
	width: 100%;
	padding: 30px 30px 40px;
	text-align: left;
}
.bt-form-modal .content-right {
	display: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.bt-form-modal .bsm-title {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 32px;
	color: #001f45;
	padding-bottom: 15px;
}
.bt-form-modal p {
	padding: 0;
	margin-bottom: 20px;
	color: #444444;
	font-size: 15px;
	font-weight: 400;
}

.modal-jotform input, .modal-jotform textarea {
	width: 100%;
	max-width: 100%;
	background-color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	color: #444444;
	border: 2px solid #c4c6d7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 8px 9px;
	margin: 0 0 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.modal-jotform .validate-error {
	display: none;
	margin-bottom: 15px;
	color: #ff7f50;
}
.modal-jotform .cta-btn-medium {
	margin-top: 3px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

@media (min-width: 768px){
	.bt-form-modal .modal-dialog {
		width: 680px;
	}
	.bt-form-modal .content-left {
		margin: 0;
		width: 65%;
	}
	.bt-form-modal .content-right {
		display: block;
		margin: 0;
		width: 35%;
	}
}

/* free consultation page */
.consultaion-banner-section {
	background: url(../images/ban-bg-3.jpg) top center no-repeat;
	background-size: cover;
	padding: 60px 0px;
}

/* adult banner */
.adult-banner-section {
	background: url(../images/adult-banner.jpg) top center no-repeat;
	background-size: cover;
	padding: 60px 0px;
}
.adult-banner-section .banner-caption {
	float: right;
}

/*sidebar testimonial */
.side-testimonial-bar .testimonial-box {
	border-bottom: 1px solid #cccccc;
}

/* matthew page */
.story-banner-section {
	padding: 45px 0 20px 0;
	margin-bottom: 45px;
	background-color: #e0e1ea;
}
.story-banner-section::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 22px 0 22px;
	border-color: #e0e1ea transparent transparent transparent;
	top: auto;
	left: 50%;
	display: block;
	margin-top: 15px;
	margin-left: -26px;
}
.story-banner-section .sbs-left {
	margin-top: 25px;
}
.story-banner-section .sbs-heading {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 40px;
	color: #001f45;
	padding-bottom: 15px;
	margin-bottom: 5px;
	text-align: center;
}
.story-banner-section p {
	font-size: 19px;
	font-weight: 400;
}
.story-banner-section p em {
	font-weight: 700;
}
.story-banner-section .yellow-bullet {
	margin: 10px 0 20px;
	padding: 0;
	list-style-type: none;
}
.yellow-bullet li {
	position: relative;
	display: block;
	padding-left: 30px;
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: 400;
}
.yellow-bullet li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #EAA40E;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.story-download-section {
	background-color: #ffffff;
	padding: 30px 0 60px 0;
}
.story-download-section .sds-heading {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #444;
	padding-bottom: 0;
	margin-right: 60px;
	text-align: center;
}
.story-download-section .sds-heading::after {
	position: absolute;
	display: block;
	content: "";
	background-image: url("../images/bracket-v.png");
	width: 29px;
	height: 77px;
	top: 50%;
	margin-top: -38px;
	right: 22px;
}

@media (min-width: 768px) {
	.relative-vertical-align-sm {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media (max-width: 767px) {
	.story-download-section {
		padding-top: 15px;
	}
	.story-download-section .sds-heading {
		font-size: 26px;
		padding-bottom: 60px;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.story-download-section .sds-heading::after {
		position: absolute;
		display: block;
		content: "";
		background-image: url("../images/bracket-h.png");
		width: 78px;
		height: 29px;
		left: 50%;
		margin-left: -39px;
		bottom: 0;
		top: inherit;
	}
}

/* story download page */
.download-story-section {
	background-color: #ffffff;
	padding: 45px 0 60px 0;
}
.download-story-section .dss-heading {
	margin-bottom: 20px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 34px;
	color: #045239;
}

/* etc styles */
.bg-transparent {
	background-color: transparent !important;
}
.has-jotform .editor-content {
    background-color: #f3f3f3;
    padding: 15px 15px 0 15px;
}

.bordered-header {}
.bordered-header h2 {
	position: relative;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.bordered-header h2:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	z-index: 3;
	background-color: #29ace4;
	top: 50%;
}
.bordered-header h2 span {
	position: relative;
	z-index: 5;
	background-color: #ffffff;
    color: #001f45;
	padding: 5px 15px;
	font-family: "Segoe Print", sans-serif;
	display: inline-block;
    font-size: 26px;
}

.student-adult-box {
	text-align: center;
	background-color: #f9f9f9;
	padding-bottom: 20px;
	padding-top: 15px;
}
.student-adult-box h2 {}
.student-adult-box a {
	margin-top: 5px;
}

.pb0i {
	padding-bottom: 0 !important;
}
.pt0i {
	padding-top: 0 !important;
}
.big-header	{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 36px;
	padding-bottom: 0;
}
.mid-header	{
	font-weight: 700;
	text-transform: capitalize;
	font-size: 30px;
	padding-bottom: 0;
}
.border-right {
	border-right: 1px solid #CCCCCC;
}
.bg-grey {
	background-color: #eaedf4;
}

.red-bullet-list {
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: none;
}
.red-bullet-list li {
	position: relative;
	margin-bottom: 8px;
	padding-left: 16px;
}
.red-bullet-list li:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	display: block;
	top: 6px;
	left: 0;
	background-color: #ff7968;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.get-started-posts {
	padding-bottom: 15px;
	border-bottom: 1px solid #dedede;
}

.no-border {
	border: 0 !important;
}

.header-phone {
    position: absolute;
    right: 0;
    top: 14px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color: #001f45;
    font-weight: 500;
    text-transform: uppercase;
}
header.smaller .header-phone {
	top: 10px;
    font-size: 14px;
}

.full-width {
    width: 100%;
}

/* services page */
.services-graphic {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 15px;
}

.service-package-table {
	border: 1px solid #ddd;
}
.service-package-table th {
	border-bottom: 0 !important;

	background: #001f45;
	background: -moz-linear-gradient(top, #001f45 0%, #28abe3 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #001f45), color-stop(100%, #28abe3));
	background: -webkit-linear-gradient(top, #001f45 0%, #28abe3 100%);
	background: -o-linear-gradient(top, #001f45 0%, #28abe3 100%);
	background: -ms-linear-gradient(top, #001f45 0%, #28abe3 100%);
	background: linear-gradient(to bottom, #001f45 0%, #28abe3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001f45', endColorstr='#28abe3', GradientType=0 );

	color: #FFFFFF;
	padding-top: 23px !important;
	padding-bottom: 23px !important;
	font-size: 18px;
	text-transform: uppercase;
}
.service-package-table th,
.service-package-table td {
	vertical-align: middle !important;
	padding-left: 25px !important;
	padding-right: 25px !important;
}
.service-package-table td img {
	width: 38px;
	min-width: 38px;
	max-width: 38px;
	vertical-align: middle;
}
.service-package-table .blue__bg {
	background-color: #001f45;
	color: #FFFFFF;
}
.service-package-table .blue__bg td {
	border: 0 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	text-transform: uppercase;
}
.service-package-table .minw__90 {
	min-width: 90px;
	text-align: center;
}
.service-package-table td:not(:nth-child(1)) {
	text-align: center;
}
.service-package-table td:first-child {
	font-size: 15px;
}
.service-package-table .bg_lightblue {
	background-color: #28abe3;
}
.service-package-table .bg_lightblue td {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
}
.service-package-table .limited-offer {
	position: relative;
}
.service-package-table .limited-offer img {
	position: absolute;
	min-width: 170px;
	left: auto;
	bottom: 9px;
}

/************
AW Floating Social Share
**************/
.single .editor-content {
	position: relative;
	/*padding-left: 60px;*/
}
#aw-social-share {
	position: absolute;
	left: -50px;
	top: 10px;
	/*width: 60px;*/
}
#aw-social-share.bottomed {
	bottom: 0;
	top: auto;
}
#aw-social-share .inner-content.fixed {
	position: fixed;
	top: 130px;
}
#aw-social-share.bottomed .inner-content.fixed {
	position: relative;
	top: auto;
}
#aw-social-share .aw-sbutton-post {
	float: none;
	margin-bottom: 4px;
}
#aw-social-share .aw-sbutton-post a {
	display: inline-block;
}
#aw-social-share .aw-sbutton-post img {
	width: 30px;
	height: 30px;
}

#socialButtonOnPage {
	margin-bottom: 20px;
}

/**************
Widgets
***************/
.widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget ul li a {
	display: inline-block;
	padding: 3px 0;
	color: #666666;
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	text-transform: capitalize;
}
.widget ul li a:hover {
	color: #8446ad;
}

/* tagclouds */
.widget_product_tag_cloud a, .widget_tag_cloud a {
	color: #666666;
	display: inline-block;
	font-size: 14px !important;
	border: 1px solid #627f9a;
	padding: 4px 8px;
	margin: 0 5px 5px 0;
	text-transform: capitalize;
}
.widget_product_tag_cloud a:hover, .widget_tag_cloud a:hover {
	color: #8446ad;
	border-color: #8446ad;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 0 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.alignright {
	float:right;
	margin: 0 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

a img.alignnone {
	margin: 0 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/*** Custom WordPress gallery style ***/
.gallery .gallery-caption{
	font-size:12px;
	color:#888;
	font-family:"Open Sans";
}

.gallery .gallery-icon img{
	border-radius:2px;
	border:1px solid #eee !important;
	padding:7px;
}
.gallery .gallery-icon img:hover {
	border:1px solid #ccc !important;
}

/*** 404 error ***/
.error-page {
	text-align:center;
}
.error-page h1 {
	font-size:186px;
	color:#000;
}
.error-page p {
	color:#999;
	font-style:italic;
}
