/*
Theme Name:     Capstone Theme
Description:    
Author:         Anonymous
Template:       capstonetheme                          
Version:        0
*/
html {
	position: relative;
	min-height: 100%;
}
body > .container {
	padding: 60px 15px 0;
}
body p, body li {
	font-size: 16px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	background-color: #F6F6F6;
}
.admin-bar .navbar {
	margin-top: 32px !important;
}
html {
	position: relative;
	min-height: 100%;
}
body {

	margin-bottom: 160px!important;
}
body.page {
	margin-top: 0!important;
}
.user_menu_line {
	display: none;
}
body > .container {
	padding: 60px 15px 0;
}
body > .container .sidebar {
	background: #F7F6F2;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
}
.footer {
	position: absolute;
	padding-top: 20px;
	bottom: 0;
	width: 100%;
	height: 160px;
	background-color: #ffffff;
}
.col-xs-15 {
	width: 20%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}
.header-content {
	background-image: url('assets/images/header-bg.jpg');
	position: relative;
	background-size: cover;
}
.header-content .container {
	position: relative;
	padding-bottom: 29px;
}
.header-content .container .contact-info {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.header-text {
	position: relative;
	padding: 30px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}
.header-text p {
	line-height: 25px;
	margin: 0 0 30px;
	color: #6c6b6b;
}
.home .header-text {
	color: #263238;
}
.header-text  {
	color: #0288D1;
}
.home .header-text h2 {
	font-weight: 500;
	color: #263238;
}
.home .header-text h1 {
	color: #263238;
	text-transform: uppercase;
}
.header-text h2 {
	font-weight: bold;
	margin-bottom: 40px;
	font-size: 26px;
}
.home .header-text h2  {
	margin-bottom: 0;
}
.blue-button {
	background: #0288D1;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 700;
	border: 2px #0575B2;
	border-radius: 3px;
	border-style: none none solid none;
	padding: 15px 50px;
}
.header-background {
	margin-top: 89px;
}
.home .header-background:before {
	content: "";
	position: absolute;
	width: 93%;
	height: 100%;
	left: 30px;
	transform: skewX(-3deg);
	background: rgba(254, 254, 254, 0.7);
}
.contact-info {
	background: #F7F6F2;
}
.contact-info div {
	padding: 10px 15px;
	margin: 10px 0;
	border-right: 1px solid #D2D2D2;
}
.contact-info div i,
.contact-info div p {
	font-size: 16px;
	line-height: 18px;
	color: #757575;
}
.contact-info div i {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.contact-info div p {
	margin: 0;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}
.contact-info div:last-of-type {
	border: none;
}
.contact-info div:last-of-type p {
	font-size: 14px;
	font-weight: 600;
	color: #7f7f7f;
}
.contact-info div p {
	overflow: visible;
}
.contact-info div p .sitemanager-phone {
	    height: 27px!important;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block!important;
    vertical-align: text-top!important;
    font-weight: bold!important;
    margin-top: -12px;

}
#navbar {
	border: 1px solid #e9e9e9;
	border-top: none;
}
.navbar-brand {
	margin-right: 0;
}
.navbar-brand img {
	filter: grayscale(100%);
}
.navbar .container {
	background: #ffffff;
}
nav.navbar .container {
	padding: 0;
}
nav.navbar .navbar-header {
	padding: 0 15px;
}
nav.navbar li {
	border-right: 1px solid #e9e9e9;
}
nav.navbar li a:hover,
nav.navbar li a:focus {
	background-color: #F7F6F2;
	cursor: pointer;
}
nav.navbar li.current-menu-item span {
	color: #689F38;
}
nav.navbar li:last-of-type {
	border-right: none;
}
nav.navbar a {
	text-align: center;
	color: #4f4f51;
	font-size: 18px;
	text-transform: uppercase;
}
nav.navbar i {
	display: block!important;
	font-size: 24px!important;
	margin-bottom: 15px!important;
	margin-right: 0!important;
	margin-top: 0!important;
}
.sidebar {
	text-align: center;
}
.sidebar form {
	margin-bottom: 20px;
}
.sidebar .sidebar-title {
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #515151;
}
.sidebar p {
	font-size: 16px;
}
.sidebar .order_update {
	margin-top: 30px;
}
.sidebar .order_update .form-group:last-of-type>div {
	position:relative;
}
.sidebar .form-group {
	width: 90%!important;
	margin: 10px auto!important;
	text-align: left!important;
}
.sidebar .form-group input, .sidebar .form-group select {
	display: block!important;
	width: 100%!important;
	height: 34px!important;
	padding: 6px 0!important;
	font-size: 14px!important;
	line-height: 1.42857143!important;
	color: #9b9b9b!important;
	border: none!important;
	background: none!important;
	border-bottom: 1px solid #9b9b9b!important;
	font-family: 'Raleway', sans-serif!important;
}
.sidebar .form-group input:focus, .sidebar .form-group select:focus {
	outline: 0;
}
.sidebar .form-group input::-moz-placeholder {
	color: #9b9b9b!important;
	opacity: 1!important;
}
.sidebar .form-group input:-ms-input-placeholder {
	color: #9b9b9b!important;
}
.sidebar .form-group input::-webkit-input-placeholder {
	color: #9b9b9b!important;
}
.sidebar .form-group label {
	color: #515151!important;
	font-family: 'Raleway', sans-serif!important;
	font-size: 12px!important;
	font-weight: 600!important;
}
.sidebar #quote_form #attachment_button{
	background: url(assets/images/upload.png) no-repeat center center !important;
	width: 46px;
	position: absolute;
    	right: 0;
    	top: -35px;
    	color: #777 !important;
}
.sidebar #quote_form #send_quote {
	background: #75A642!important;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	border: 2px #598733;
	border-radius: 3px;
	border-style: none none solid none;
	padding: 10px 30px;
	line-height: 1;
}
.sidebar .upload {
	margin: 20px auto!important;
}
.sidebar form .control-label {
	font-size: 14px!important;
	text-transform: uppercase!important;
	line-height: 36px!important;
}
.sidebar .upload i {
	border: 1px solid;
	border-radius: 6px;
	color: #4c86cd;
	float: right;
	padding: 7px 15px;
}
.sidebar .upload i:hover {
	cursor: pointer;
}
.sidebar .upload #fileuploadfield {
	display: none;
}
.sidebar .advantages-sidebar {
	background: #ffffff;
	padding: 20px 0;
}
.sidebar .advantages-sidebar img {
	margin-bottom: 30px;
}
.green-button {
	background: #75A642;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	border: 2px #598733;
	border-radius: 3px;
	border-style: none none solid none;
	padding: 10px 30px;
}
.content h1 {
	text-transform: none;
	margin-top: 0;
	font-size:34px;
}
.home .content {
	text-align: center;
}
.content .row {
	margin: 0 15px;
}
.content p {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	color: #515151;
}
.home .content p {margin-top: 50px;}
.content>div:first-of-type p {
	margin: 0;
}
.content>div:last-of-type img {
	margin: 0;
}
.home .content img {
	margin: 20px 0;
}
.content .advantages {
	background: url('assets/images/advantages-bg.jpg');
	padding: 15px 0;
	margin: 30px 15px;
}
.content .green-circle {
	border-radius: 100%;
	width: 63px;
	height: 63px;
	margin: 0 10px;
}
.green-circle img {
	margin: 0;
	max-width: 100%;
}
.right-text {
	text-align: right;
}
.left-text {
	text-align: left;
}
.content .green-circle i {
	color: #ffffff;
	font-size: 30px;
}
.content .guarantees {
	min-height: 65px;
}
.content .guarantees .pull-right {
	margin: 0 -40px 0 20px;
}
.content .guarantees .pull-left {
	margin: 0 20px 0 -40px;
}

#testimonial-carousel .item{
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	-o-transition: -o-transform 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.testimonials .carousel-control {
	width: auto;
	font-size: 40px;
	text-shadow: none;
	opacity: 1;
	color: #CFCFCF;
	top: 50%;
	margin-top: -20px;
	bottom: inherit;
}
.sidebar-testimonials .carousel-control {
	width: auto;
	font-size: 25px;
	text-shadow: none;
	opacity: 1;
	color: #CFCFCF;
	top: 10px;
	bottom: inherit;
}
.sidebar-testimonials p {
	width: 232.5px!important;
	text-align: left;
}
.sidebar-testimonials .testimonial-text {
	line-height: 1.7;
}
.testimonials p {
	width: 791.66px!important;
}
.testimonials .testimonial-thumbnail {
	width: 158.33px!important;
}
.sidebar-testimonials .carousel-content {
	display:flex;
	align-items:center;
}
.sidebar-testimonials .carousel-control.left {
	right: 40px;
	left: auto;
}
.sidebar-testimonials .carousel-control.right {
	right: 5px;
}
.testimonials .carousel-control:hover,
.testimonials .carousel-control:focus,
.sidebar-testimonials .carousel-control:hover,
.sidebar-testimonials .carousel-control:focus {
	opacity: 1;
	color: #CFCFCF;
}
.testimonials .carousel-control.left,
.testimonials .carousel-control.right,
.sidebar-testimonials .carousel-control.left,
.sidebar-testimonials .carousel-control.right {
	background-image: none!important;
	background: none!important;
	filter:none!important;
}

.section-title {
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	font-weight: 200;
	color: #515151;
}
.testimonials, .sidebar-testimonials .row {
	background: #F7F7F7;
}
.sidebar-testimonials .row {
	padding: 30px;
}
.testimonials {
	padding: 30px 0;
}
.testimonials .testimonial-thumbnail img {
	border-radius: 100%;
}
.testimonials .author,
.testimonials .author-info,
.testimonials .testimonial-text,
.sidebar-testimonials .author,
.sidebar-testimonials.author-info,
.sidebar-testimonials .testimonial-text {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}
.testimonials .author, .sidebar-testimonials .author {
	font-weight: 700;
	background: url("assets/images/quotes.png");
	background-repeat: no-repeat;
	padding: 17px 0 10px 5px;
	margin: 0;
	color: #272727;
}
.sidebar-testimonials .testimonial-text, .testimonials .testimonial-text {
	color: #515151;
}
.testimonials .author-info, .sidebar-testimonials .author-info {
	font-weight: 200;
}

.safety {
	margin: 60px 0 40px;
}
.safety .section-title {
	margin: 0 0 20px 0;
	line-height: 0.8;
	color: #515151;
}
.safety p {
	color: #686868;
	font-family: 'Raleway', sans-serif;
}
.safety .extras {
	border-left: 1px solid #cfcfcf;
}
.extras {
	background: #ffffff;
}
.extras .section-title {
	text-align: left;
	margin-bottom: 20px;
	color: #515151;
}
.extras p {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	text-align: left;
	color: #686868;
}
.extras p span {
	text-transform: uppercase;
	color: #75a64c;
	margin: 0 5px 0 0;
}
.safety img {
	margin: 0 0 20px 0;
}
.order {
	background: url("assets/images/choise-bg.jpg");
	background-size: cover;
	padding: 85px 0;
}
.order h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 800;
	margin: 0 0 10px 0;
}
.order p {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.service {
	padding: 20px 0;
}
.service h1,
.service h3,
.service h4,
.service p,
.service li {
	font-family: 'Raleway', sans-serif;
	color: #515151;
}
.service h3,
.service h4,
.service p,
.service li {
	line-height: 2;
}
.service h1 {
	font-size: 40px;
	font-weight: 200;
	text-align: center;
	margin-bottom: 0;
}
.service h3 {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	margin-top: 10px;
}
.service h4 {
	font-size: 22px;
	margin: 20px 0;
}
.video {
	background: #f6f6f6;
	padding: 20px 0;
}
.video .row {
	position: relative;
}
.video .row .centered {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.video h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	color: #393939;
}
.video p {
	font-size: 19px;
	font-family: 'Raleway', sans-serif;
	color: #393939;
}
.our-tutors {
	padding: 20px 0;
	text-align: center;
}
.our-tutors h4,
.our-tutors p,
.our-tutors ul {
	text-align: left;
	font-family: 'Raleway', sans-serif;
	color: #515151;
	line-height: 2;
}
.our-tutors h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	margin: 20px 0;
}
.our-tutors ul {
	margin: 10px 0;
}
.our-tutors button {
	margin-top: 20px;
	margin-bottom: 20px;
}
.our-service {
	background: #f5f5f5;
	padding: 30px 0;
}
.our-service h2 {
	text-align: center;
	margin-bottom: 20px;
}
.our-service ul {
	padding: 0;
}
.our-service>div>div>div:first-of-type li {
	padding-left: 0;
}
.our-service>div>div>div:nth-of-type(3) {
	padding-left: 0;
}
.our-service>div>div>div li {
	padding-left: 25px;
}
.our-service>div>div>div:last-of-type li {
	padding-left: 109px;
}
.our-service ul li {
	list-style: none;
	border-bottom: 1px solid #e2e2e2;
	padding: 10px 0;
	color: #515151;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}
.our-service ul li:last-of-type {
	border: none;
}
.our-service ul li a {
	color: #515151;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}
.our-service ul li a:hover {
	cursor: pointer;
}
.footer .row {
	margin-bottom: 30px;
}
.footer-menu {
	margin: 0;
	padding: 0;
}
.footer-menu li {
	list-style: none;
	display: inline-block;
}
.footer a {
	color: #000000;
	text-decoration: underline;
	margin-right: 20px;
}
.footer .disclaimer {
	height: 44px;
	background: url("../capstonetheme/assets/images/disclaimer.png") no-repeat;
}
.footer p {
	color: #515151;
}
.footer .copyright {
	color: #333;
}
.page-template-orderpage .banner img {margin: 0 auto!important;}
.page-template-page-thank-you #thank_you_page.template_2 {float:none;margin-bottom: 20px;}
.page-id-24 .content p:last-of-type {text-align:center; margin-top:20px;}
.nav-links>div {display: inline-block;}
.nav-links .nav-next {float:right;}
.post-navigation h2 {display:none;}
.postid-173 p {text-align:center;}
#contactusform label.error {width:135px!important}
#testimonialform label.error {margin-left:0!important;margin-top: 5px;border: 1px solid #F00;width: 135px;padding: 0 5px;}
.alignright {float:right;}
.aligncenter {text-align:center;}
.alignleft {float: left;}
.leftalign, div.leftalign {display:none;}
.price_setts td {text-align:left;}
#first_order_holder {text-align:left;}
.entry-content figure {margin:0 20px;}
.content p img {margin:0 10px;}
.post .entry-meta {display:none;}
.content ul li {font-size: 16px;font-family: 'Raleway', sans-serif;color: #515151;}
article .entry-footer {display:none;}