/**
 * Copyright (C) www.shillermath.com
 * 
 * Designed by: Munna Chowdhury <Munnatxt@gmail.com>
 * Visit http://web6days.com for web design & wordpress services
 */
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	background: #fff;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0;
	text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1em;
	color: #202020;
}

h1 { font-size: 50px; margin-left: 0; margin-top: 0; margin-bottom: 30px; }
h2 { font-size: 32px; margin-left: 0; margin-top: 0; margin-bottom: 30px; }
h3 { font-size: 24px; margin-left: 0; margin-top: 0; margin-bottom: 30px; }
h4 { font-size: 22px; margin-left: 0; margin-top: 0; margin-bottom: 30px; }
h5 { font-size: 16px; margin-left: 0; margin-top: 0; margin-bottom: 30px; }
h6 { font-size: 16px; margin-left: 0; margin-top: 0; margin-bottom: 30px; }

a,
p,
sub,
sup,
span,
input,
label,
button,
select,
option,
figure,
optgroup,
textarea,
figcaption,
fieldset {
	font-family: inherit;
	font-size: inherit;
}

input,
button,
select,
option,
textarea {
	outline: none;
}

a,
button,
input[type="submit"] {
	cursor: pointer;
}

p,
span {
	color: #202020;
}

p,span,a,li,label {
	font-size: 16px;
}

a {
	text-decoration: none;
    color: #176bb8;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

::-webkit-input-placeholder {
	font-family: inherit;
}

::-moz-placeholder {
	font-family: inherit;
}

:-moz-placeholder {
	font-family: inherit;
}

:-ms-input-placeholder {
	font-family: inherit;
}

.bttn {
	display: inline-block;
	border-radius: 3px;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	transition: .3s;
}

.bttn:hover {
	text-decoration: none;
	transition: .3s;
}

.bttn:focus {
	color: #fff;
	text-decoration: none;
}

.bttn-blue {
	background: #176bb8;
}

.bttn-blue:hover {
	color: #fff;
	background: #ef3d32;
}

.bttn-red {
	background: #ef3d32;
}

.bttn-red:hover {
	color: #fff;
	background: #176bb8;
}

.bttn-grey {
	background: #ccc;
}

.bttn-inline {
	margin-bottom: 4px;
}

.text-img {
	padding: 30px;
	border: 1px solid #eaeaea;
	margin-right: 15px;
	margin-bottom: 15px;
	background: #fff;
}

.text-20 {
	font-size: 20px;
	line-height: 1.5em;
}

.text-20 span {
	font-size: 20px;
}

.text-14 {
	font-size: 14px;
	line-height: 1.5em;
}

.text-14 span {
	font-size: 14px;
}

.big-text p,
.big-text span,
.big-text a {
	font-size: 18px;
	line-height: 1.5em;
}

.big-text h3 span {
	font-size: 24px;
}

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }

.text-light { font-weight: 300; }
.text-regular { font-weight: 400; }
.text-medium { font-weight: 500; }
.text-bold { font-weight: 700; }

.text-black { font-weight: 900; }
.text-link { font-weight: 700; color: #ef3d32; }
.text-link:hover { text-decoration: none; }

.text-red { color: #ef3d32; }
.text-blue { color: #176bb8; }
.text-white { color: #fff; }
.text-white span { color: #fff; }
.text-white p { color: #fff; }
.text-white a { color: #fff; }
.text-block { display: block; }

.text-strike { text-decoration: line-through; }

.float-left { float: left; }
.float-right { float: right; }
.float-none { float: none; }

.img-left { float: left; margin-right: 30px; margin-bottom: 30px; }
.img-right { float: right; margin-left: 30px; margin-bottom: 30px; }

#content:before,
#content:after,
.title-wrap:before,
.title-wrap:after,
.form-row:before, 
.form-row:after {
	content: "";
	display: table;
}

#content:after,
.title-wrap:after,
.form-row:after {
	clear: both;
}

.light-grey {
	display: block;
	background: #f6f6f6;
	border-radius: 5px;
	padding: 50px;
	position: relative;
}

.white-box {
	display: block;
	background: #fff;
	border-radius: 5px;
	padding: 50px;
	position: relative;
}

.blue-box {
	display: block;
	background: #2980b9;
	border-radius: 5px;
	padding: 50px;
	position: relative;
}

.red-box {
	display: block;
	background: #ef3d32;
	border-radius: 5px;
	padding: 50px;
	position: relative;
}

.red-border {
	display: block;
	background: #fff;
	border-radius: 5px;
	padding: 50px;
	border: 1px solid #ef3d32;
	position: relative;
}

.blue-border {
	display: block;
	background: #fff;
	border-radius: 5px;
	padding: 50px;
	border: 1px solid #2980b9;
	position: relative;
}

.divider {
	display: block;
	width: 100%;
	height: 1px;
	background: #eaeaea;
	margin-top: 40px;
	margin-bottom: 40px;
}

.tl-icon {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	color: #fff;
	font-weight: 700;
	text-align: center;
	border-radius: 50%;
	left: 0;
	top: 0;
}

.tr-icon {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	color: #fff;
	font-weight: 700;
	text-align: center;
	border-radius: 50%;
	right: 0;
	top: 0;
}

.dd-box {

}

.dt {
	display: block;
	padding: 30px;
	background: #ef3d32;
}

.dt p,
.dt span {
	font-size: 20px;
	color: #fff;
}

.dd {
	padding: 30px;
}

.dl-box {

}

.dl-box .dt {

}

.dl-box .dd {

}

.accordion {
	position: relative;
	/*box-shadow: 0 25px 40px rgba(0,0,0,.1);*/
	border-left: 1px solid #ef3d32;
	border-right: 1px solid #ef3d32;
	border-bottom: 1px solid #ef3d32;
}

.acc-title {
	font-size: 20px;
    font-weight: 500;
    display: block;
    background: #fff;
    cursor: pointer;
    line-height: 1.2em;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    border-top: 1px solid #ef3d32;
    position: relative;
}

.acc-title span {
	position: absolute;
	text-align: center;
	width: 80px;
	color: #ef3d32;
	display: inline-block;
}

.acc-content {
	padding: 20px 40px;
	background: #fff;
	overflow: hidden;
	display: none;
	border-top: 1px solid #eaeaea;
}

.acc-subtitle {
	font-weight: 500;
	font-size: 20px;
}

.acc-title span i.fa {
	transition: .2s;
}

.acc-title .dd-title {
	margin-left: 80px;
	margin-bottom: 0;
	margin-right: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5em;
}


.arrow-rotate {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: .2s;
}

.accordion ul {
	list-style: none;
	padding: 0;
}

.accordion ul li {
	display: block;
	margin-bottom: 15px;
	line-height: 1.5em;
}

.accordion ul li:before {
	content: "\f105";
	font-family: 'fontawesome';
	margin-right: 8px;
	color: #ef3d32;
}

.accordion a {
	text-decoration: none;
}

.accordion a p {
	line-height: 1.5em;
}

/* list */
.boxed-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.boxed-list li {
	padding: 30px;
	background: #fff;
	display: block;
	border-radius: 3px;
	margin-bottom: 10px;
}

.boxed-list li:before {
	content: "\f00c";
	font-family: "fontawesome";
	color: #ef3d32;
	margin-right: 15px;
}

.boxed-list-ol li:before {
	content: none;
}

/* form */

.form {
    padding: 50px;
    background: #f6f6f6;
    border-radius: 5px;
}

.form-td {
	width: 50%;
	float: left;
	display: block;
}

.form-row .form-td:first-child {
	padding-right: 10px;
}

.form-row .form-td:last-child {
	padding-left: 10px;
}

.form label {
	color: #202020;
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="date"],
.form input[type="time"],
.form input[type="password"],
.form textarea,
.form select {
	border: 1px solid #eaeaea;
	height: 40px;
	padding: 0 15px;
	display: block;
	width: 100%;
	border-radius: 3px;
	font-size: 16px;
}

.form textarea {
	height: 150px;
	padding: 15px;
}

.form select {
	cursor: pointer;
}

.form input[type="checkbox"] {
	display: inline;
}

.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="password"]:focus,
.form textarea:focus, 
.form select:focus {
	border: 1px solid #ccc;
}

.form .form-row {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.form .form-row:last-child {
	margin-top: 30px;
	margin-bottom: 0;
}

.form .submit,
.form .forgot-button {
	line-height: 36px;
	padding: 0 15px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	color: #fff;
	border: none;
	border-radius: 3px;
	transition: .3s;
}

.form .submit {
	background: #e74c3c;
}

.form .submit:hover,
.form .submit:focus {
	background: #176bb8;
	transition: .3s;
}

.form .forgot-button {
	background: #909090;
}

.form .forgot-button:hover,
.form .forgot-button:focus {
	background: #313131;
	transition: .3s;
}


/* header */
.main-header {
	height: 80px;
	background: #fff;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
}

.main-header .header-inner {
	position: relative;
}

.main-header #navigation {
	margin-top: 13px;
}

.social-icons {
    position: absolute;
    height: 30px;
    right: 0;
    top: auto;
    bottom: -38px;
    background: #202020;
    z-index: 99;
}

.social-icons a {
	line-height: 30px;
	color: #fff;
	padding: 0 10px;
	font-size: 14px;
	font-family: 'fontawesome';
	transition: .3s;
}

.social-icons a:hover {
	color: #176bb8;
	transition: .3s;
}

.logo {
	max-width: 120px;
}

.stellarnav li {
	z-index: 999;
}

.stellarnav ul {
	float: right;
}

/*main menu*/
.stellarnav>ul>li>a {
    padding: 0 10px;
    line-height: 60px;
    font-weight: 400;
    color: #272727 !important;
    background: #fff;
}

.stellarnav li li.has-sub>a:after {
	float: right;
}

/*submenu*/

.stellarnav ul ul {
	background: transparent;
}

.stellarnav.mobile.light ul ul {
	background: #fff;
}

.stellarnav.light li li a {
    background: #202020;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #313131;
    transition: .3s;
}

.stellarnav.light li li a:hover {
	background: #313131;
	transition: .3s;
}

.stellarnav.light li li:first-child a {
	/*border-top-left-radius: 3px;
	border-top-right-radius: 3px;*/
}

.stellarnav.light li li:last-child a {
	/*border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;*/
	border-bottom: none;
}

.stellarnav.mobile.light ul {
	float: none;
}

.stellarnav.mobile.light li a {
	line-height: 1em;
}

.stellarnav .dd-toggle {
	height: 46px;
}

.stellarnav .dd-toggle:hover,
.stellarnav .dd-toggle:focus {
	background: rgba(0,0,0,.2);
}

.stellarnav.mobile.light li li:first-child a {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.stellarnav.mobile.light li li:last-child a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: none;
}

.stellarnav .call-btn-mobile, 
.stellarnav .location-btn-mobile, 
.stellarnav .menu-toggle {
    color: #202020;
    padding: 0 15px 0 0;
    line-height: 60px;
    box-sizing: border-box;
    text-align: right;
}




/* topbanner */
#topbanner {
	background-image: url(../img/backgrounds/back1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#topbanner .container {
/*	display: table;
	height: 400px;
	padding-top: 25px;
	padding-bottom: 25px;
*/
    display: block;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

.topbanner-inner {
	display: block;
	vertical-align: middle;
}

.page-title {
    color: #fff;
    font-weight: 900;
    margin: 50px 0;
    text-shadow: 1px 1px 8px rgba(0,0,0,.5);
}

#topbanner .cta {
	font-size: 24px;
	text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}

#topbanner .cta .phone {
    color: #176bb8;
    font-weight: 500;
}

#topbanner .cta a {
	font-size: 20px ;
}

#topbanner .cta .talk-to {
    color: #ef3d3e;
    margin-top: 20px;
    font-weight: 500;
    display: block;
}

/* page content */

.page-content {

}

.section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.section1 {
	background: #fff;
}

.section2,
.section4,
.section6 {
	background: #f6f6f6;
}

.title-wrap {
	text-align: center;
	margin-bottom: 60px;
}

.title-wrap h2 {
	margin-bottom: 0;
}

.title-wrap h2 span, 
.title-wrap h2 a {
	font-size: 32px;
}

.subtitle {
	display: block;
	margin-top: 30px;
	margin-bottom: 10px;
}

.subtitle p,
.subtitle span {
	font-size: 20px;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.subtitle span {
	display: block;
}

.big-para {
	font-size: 20px;
	line-height: 1.5em;
}

/* footer */
.main-footer {
    color: #fff;
    font-size: 14px;
    background: #202020;
}





/*------------------
ThreePeriosLesson.php
------------------*/

.tpl-boxes .box {
	border: 1px solid #eaeaea;
	border-radius: 3px;
	padding: 50px 15px;
	position: relative;
}

.tpl-boxes .box:hover {
	border: 1px solid #ef3f32;
}

.tpl-boxes h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 900;
}

.tpl-boxes .num {
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	margin: auto;
	background: #ef3f32;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 50px;
}

.tpl-boxes .box p {
	font-weight: 400;
}

.simple-note {
	background: #2980b9;
	border-radius: 3px;
	padding: 25px 25px;
	margin-top: 50px;
	text-align: center
}

.simple-note p {
	color: #fff;
}

.tpl-benefit-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tpl-benefit-list ul li {
	padding: 30px;
	background: #fff;
	display: block;
	border-radius: 3px;
	margin-bottom: 10px;
}

.tpl-benefit-list ul li:before {
	content: "\f00c";
	font-family: "fontawesome";
	color: #27debc;
	margin-right: 15px;
}

/*------------------
customerlogin.php
register.php
------------------*/

.page-login,
.page-register,
.page-contact {
	border-top: 1px solid #eaeaea;
}


/*------------------
review.php
------------------*/
.reviews-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


.reviews-list li {
	border: 1px solid #eaeaea;
	margin-bottom: 10px;
	transition: .3s;
}

.reviews-list li:hover {
	border: 1px solid #ef3d32;
	transition: .3s;
}

.reviews-list li a {
	display: block;
	color: #202020;
	background: #fff;
	border-radius: 3px;
	padding: 20px 30px;
	font-weight: 700;
}

.reviews-list li a:hover {
	text-decoration: none
}

.boxed-list-ol li span, 
.reviews-list li a span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: #ef3d32;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	line-height: 20px
}

/*------------------
webinar.php
------------------*/
.form-webinar {
	background: #fff;
	border: 1px solid #eaeaea;
}

/*------------------
philosophy.php
------------------*/
.phil-boxes .box {
	/*border: 1px solid #ef3d32;*/
	padding: 40px 15px;
	border-radius: 3px;
}

.phil-boxes .col-md-6 {
	/*margin-bottom: 30px;*/
}

.phil-boxes .col-md-6:hover {
	background: #f6f6f6;
}

.phil-boxes .col-md-6:hover .num {
	background: #2980b9;
	transition: .3s;
}

.phil-boxes .bottom-hr {
	border-bottom: 1px solid #eaeaea;
}

.phil-boxes .row .col-md-6:nth-child(1) {
	border-right: 1px solid #eaeaea;
}

.phil-boxes .num {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	background: #ef3d32;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 20px;
	transition: .3s;
}

.phil-boxes p {
	font-weight: 400;
}

.page-philosophy .dt {
	border-radius: 5px;
}

.phil-links a {
	display: block;
    width: 100%;
    background: #5a7c92;
    color: #ffffff;
    text-decoration: none;
    padding: 30px;
    text-align: center;
    margin-bottom: 15px;
    border-left: 4px solid #263e4e;
    border-radius: 3px;
}

/*------------------
aboutlarryshiller.php
aboutmontessori.php
------------------*/
.profile-avatar {
	border: 1px solid #eaeaea;
	padding: 30px;
}

.about-profile {
	background: #f6f6f6;
	display: block;
	width: 100%;
	position: relative;
	padding: 50px;
	border-radius: 3px;
	margin-top: 50px;
}

.about-profile:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-bottom: 20px solid #f6f6f6;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top: 20px solid transparent;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	position: absolute;
}

/*------------------
recentmedia.php
------------------*/
.media-table table {
	font-size: 16px;
	width: 100%;
}

.media-table tr {
	
}

.media-table td {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 400;
}

.media-table thead {
	background: #f6f6f6;
	color: #202020;
	border-bottom: 1px solid #df3d32;
}

.media-table thead td {
	font-weight: 700;
}

.media-table tbody tr:nth-child(even) {
	background: #f6f6f6;
}

.media-table tbody tr {
	border-bottom: 1px solid #eaeaea;
}

/*------------------
DownloadKits.php
------------------*/

.page-download-kits .section1 .subtitle {
	margin-top: 0;
}

.page-download-kits .section1 .subtitle p {
	line-height: 1em;
	margin-bottom: 30px;
}

.page-download-kits .section3 {
	background: #e74c3c;
}

.page-download-kits .section3 p {
	color: #fff;
}

.page-download-kits .simple-note {
	margin-top: 0;
}

/*------------------
QuickTour.php
------------------*/

.slide-arrows {
	display: block;
	margin-bottom: 60px;
}

.slide-arrows a {
	display: inline-block;
}

.slide-arrows a i {
	font-family: 'fontawesome';
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: #eaeaea;
	color: #202020;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	font-size: 18px;
	transition: .3s;
}

.slide-arrows a:hover, 
.slide-arrows a:focus {
	text-decoration: none;
}

.slide-arrows a i:hover {
	color: #fff;
	background: #e74c3c;
	transition: .3s;
}

.qt-slide-content p {
	font-size: 20px;
	line-height: 1.2em;
}

.qt-slide-content a {
	font-weight: 400;
	color: #e74c3c;
}

.qt-slide-content p a {
	font-size: 18px;
}

.qt-slide-content td, 
.qt-slide-content td a {
	font-size: 14px;
	font-weight: 500;
}

.qt-slide-content a.bttn {
	color: #fff;
}

.qt-nav {
	display: block;
	margin-top: 50px;
	padding: 0 15px;
}

.qt-slide-content .boxed-list li {
	border: 1px solid #eaeaea;
	font-weight: 500;
}

.qt-slide-content .boxed-list li:hover {
	border: 1px solid #176bb8;
}

.qt-nav a {
	display: inline-block;
	background: #176bb8;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 10px 15px;
	transition: .3s;
}

.qt-nav a:hover {
	background: #e74c3c;
	transition: .3s;
}

/*------------------
blogposts.php
------------------*/

.post-list h3 a {
	font-size: 24px;
	color: #202020;
	text-decoration: none;
	transition: .3s;
}

.post-list h3 a:hover {
	color: #e74c3c;
	transition: .3s;
}

.post-single p,
.post-list p {
	padding: 0;
	margin: 0;
}

.post-single li {
	font-size: 18px;
	line-height: 1.5em;
}

.post-list-item {
	padding: 50px;
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 50px;
	transition: .3s;
}

.post-list-item:hover {
	border: 1px solid #e74c3c;
	transition: .3s;
}

.post-list-item:nth-child(1) {
	border: 1px solid #e74c3c;
}

.post-list-item:nth-child(1) h3 a {
	color: #e74c3c;
}

.widget {
	padding: 50px;
	background: #f6f6f6;
	margin-bottom: 50px;
}

.widget h2 {
	font-size: 18px;
	text-align: center;
}

.widget .form {
	padding: 0;
}

.widget .form .form-row:last-child {
	margin-top: 0;
}

.widget .submit {
	width: 100%;
}

.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget ul li {
	display: block;
	margin-bottom: 15px;
}

.widget ul li:before {
	content: "\f00c";
	color: #e74c3c;
	margin-right: 5px;
	font-family: 'fontawesome';
}

/*------------------
blogpostSingle.php
------------------*/

.post-single .single-subtitle {
	font-weight: 300;
	color: #aaa;
}

.post-single .single-author {
	font-size: 14px;
	color: #e74c3c;

}

.post-single textarea {
	margin-top: 0;
}

.comment-box {
	display: block;
	margin-top: 50px;
	margin-bottom: 50px;
}

/*------------------
TheUsMathCrisis.php
------------------*/

.sec-crisis-list .boxed-list ul {
	padding: 0;
}

.sec-crisis-list .boxed-list li {
	background: #fff2f1;
}

.sec-crisis-list .boxed-list li:before {
	content: "\f00d";
	font-family: 'fontawesome';
}

/*------------------
ThreeLessonOutcomes.php
------------------*/

.outcomes .tl-icon {
	top: -20px;
	left: 50px;
	background: #ef3d32;
	transition: .3s;
}

.outcomes .tr-icon {
	top: -20px;
	right: 50px;
	background: #ef3d32;
	transition: .3s;
}

.outcomes .white-box:hover .tl-icon,
.outcomes .white-box:hover .tr-icon {
	background: #176bb8;
	transition: .3s;
}

/*------------------
howdoistart.php
------------------*/
.start-steps .step-title {
	display: inline-block;
	background: #3c3838;
	color: #fff;
	border-radius: 3px;
	padding: 0 15px;
	height: 44px;
	margin: auto;
	line-height: 44px;
}

/*------------------
WhatIsAShillerLearningKit.php
ShillerLearningBookNumbers.php
------------------*/
.page-book-numbers .white-box, 
.page-what-mathkit .white-box {
	border: 1px solid #eaeaea;
}

.page-book-numbers .white-box .tl-icon,
.page-what-mathkit .white-box .tl-icon {
	top: -20px;
	left: 50px;
	background: #ef3d32;
	transition: .3s;
}

.page-book-numbers .white-box:hover,
.page-what-mathkit .white-box:hover {
	border: 1px solid #176bb8;
	transition: .3s;
}

.page-book-numbers .white-box:hover .tl-icon,
.page-what-mathkit .white-box:hover .tl-icon {
	background: #176bb8;
	transition: .3s;
}

/*------------------
larrysclub.php
------------------*/

.page-club .boxed-list li {
	border: 1px solid #ef3d32;
	font-weight: 700;
}

.club-img {
	box-shadow: 0 15px 30px -6px rgba(0,0,0,.3);
    border-radius: 3px;
}

/*------------------
KitIFeatures.php
KitFFeatures.php
KitIIFeatures.php
KitLAAFeatures.php
KitLABFeatures.php
------------------*/

.page-kit-single .pro-kit img {
	border: 3px solid #202020;
	margin-bottom: 50px;
}

.page-kit-single .section1 .title-wrap {
	margin-bottom: 30px;
}

.page-kit-single .dl-box .dd {
	background: #fff;
}

.page-kit-single .dl-box .dt {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.page-kit-single .dl-box .dd {
	margin-bottom: 30px;
}

.page-kit-single .dl-box .dd:nth-child(last) {
	margin-bottom: 0;
}

/*------------------
quotes.php
------------------*/

.quotes p,
.quotes span {
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-style: italic;
}

.quotes .row {
	margin-bottom: 50px;
}

.quote-avt {
	text-align: center;
	padding-bottom: 40px;
}

.quote-avt img {
    border-radius: 50%;
    max-width: 80%;
    margin-bottom: 30px;
}

.quotes .row:nth-child(even) .quote-avt img {
	border: 1px solid #176bb8;
}

.quotes .row:nth-child(odd) .quote-avt img {
	border: 1px solid #ef3d32;
}

.quote-avt h3 {
	font-size: 18px;
	font-weight: 500;
}

.quote-text {
	padding: 50px;
	background: #fff;
	border: 1px solid #9e9e9e;
	border-radius: 5px;
	position: relative;
	font-size: 22px;
	line-height: 1.5em;
}

.quote-text:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
	border-left: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	background: #fff;
	left: -16px;
	top: 30px;
}

.quotes .row:nth-child(even) .quote-text:before {
	border-top: 1px solid #9e9e9e;
	border-right: 1px solid #9e9e9e;
	border-left: none;
	border-bottom: none;
	left: auto;
	right: -16px;
}

.quotes .row:nth-child(even) .quote-avt {
	float: right;
}

.page-quotes h3.where-title {
	margin-bottom: 0;
}

.page-quotes h3.where-title a {
	font-size: 24px;
}

/*------------------
reqdlessons.php
------------------*/

.page-lpb .lpb-bttns .bttn {
	width: 100%;
}

.page-lpb .form {
	background: #fff;
	border: 1px solid #eaeaea;
}

.page-lpb .submit {
	width: 100%;
}

/*------------------
3showallitems.php
------------------*/

.products {

}

.products .single-product {
	text-align: center;
	border: 1px solid transparent;
	padding: 15px;
	border-radius: 3px;
	transition: .3s;
	margin-bottom: 30px;
}

.products .single-product a:hover, 
.products .single-product a:focus {
	text-decoration: none;
}

.products .single-product:hover {
	border: 1px solid #202020;
	transition: .3s;
}

.products .single-product .img {
	height: 200px;
	overflow: hidden;
}

.products .single-product .desc {
	padding: 20px 5px;
	color: #fff;
	background: #202020;
	border-radius: 3px;
}

/*.products .single-product.col-md-3:nth-child(even) .desc {
	background: #f6f6f6;
	border: 1px solid #eaeaea;
}*/

.products .single-product p,
.products .single-product span {
	color: #fff;
}

/*.products .single-product.col-md-3:nth-child(even) .pro-dtl {
	color: #202020;
}*/

.products .single-product .pro-code {
	display: block;
	clear: both;
	margin-bottom: 10px;
	color: #176bb8;
    font-weight: 700;
}

.products .single-product .pro-dtl {
	display: block;
	clear: both;
	margin-bottom: 10px;
}

.products .single-product .pro-prc {
	display: block;
	clear: both;
	color: #ef3d32;
	font-weight: 700;
}

.products .single-product .text-strike {
	color: #4c4c4c;
	font-weight: 400;
}

/*------------------
ebookdownload.php
------------------*/

.page-ebook .tpl-boxes .box {
	background: #fff;
}

.page-ebook .tpl-boxes .box h3 {
	margin-bottom: 0;
	text-transform: inherit;
}


/*----Responsive----*/

@media(min-width: 768px) {}
@media(min-width: 1024px) {
    .qt-slide-content, .qt-slide-content .boxed-list {text-align:center;}
}

@media(max-width: 1024px) {

	.phil-boxes .bottom-hr {
		border: none;
	}

	.phil-boxes .row .col-md-6:nth-child(1) {
		border: none;
	}

	.quote-text:before {
		display: none;
	}

	.quotes .row:nth-child(even) .quote-avt {
		float: none;
	}

}

@media(max-width: 900px) {

	.main-header {
		height: auto;
	}

	.stellarnav .call-btn-mobile, 
	.stellarnav .location-btn-mobile, 
	.stellarnav .menu-toggle {
	    line-height: 80px;
	}

	.logo-wrap {
		text-align: center
	}

	.logo-wrap .logo {
		max-width: 120px;
	}

	#topbanner .container {
/*
		display: block;
		height: auto;
*/
        display: block;
        height: auto;
        padding-top: 25px;
        padding-bottom: 25px;
	}

	.topbanner-inner {
		display: block;
        vertical-align: middle;
	}
}

@media(max-width: 768px) {

	.social-icons {
		bottom: -30px;
	}

	.stellarnav .call-btn-mobile, 
	.stellarnav .location-btn-mobile, 
	.stellarnav .menu-toggle {
	    text-align: center;
	    line-height: 40px;
		background: #f6f6f6;
	}

	.form-register .form-row,
	.form-contact {
		margin-bottom: 0;
	}

	.form-td {
		width: 100%;
	}

	.form-td {
		margin-bottom: 15px;
	}

	.form-row .form-td:first-child {
		padding: 0;
	}

	.form-row .form-td:last-child {
		padding: 0;
	}

	.products .single-product .img {
		height: auto;
		overflow: hidden;
	}

}

@media(max-width: 480px) {

	.light-grey,
	.white-box,
	.blue-box,
	.red-box,
	.red-border,
	.blue-border {
		padding: 20px;
	}

	.quote-text {
		padding: 15px;
	}

}