/*
Theme Name: Online Services
Author: Madanagopal K
Author URI: http://freelancer.com/tunerstech.html
Description: Online Services is a custom Theme.
Version: 3.7.2
Tags: blog, two-columns, right-sidebar, footer-widgets, custom-menu, featured-images
 
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html { 
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0;
}

p {
	margin-bottom: 1.5em;
	margin-top: 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	color: #5d5d5d;
	font-size: 16px;
	line-height: 28px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
 /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;  
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 7px;
	outline: none; margin:5px 0;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #4aa0d7;
	text-decoration:none;
}

a:visited {
	color: #4aa0d7;
}

a:hover,
a:focus,
a:active {
	
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	width: 100%; 

}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	 
}
.main-navigation li:first-child{
	
}

.main-navigation a { 
	display: block;
	text-decoration: none;
	font-size: 22px;
	line-height: 17px;
	color: #fff;
	padding: 15px 24px 17px 18px;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background:#FF5716;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;

}

.main-navigation ul ul a {
	width: 220px;
	padding:12px;
}

.main-navigation ul ul li {
	margin-left: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.main-navigation ul ul li a{

}

.main-navigation li:hover > a,
.main-navigation li.focus > a { background:#FFF; color:#ff6600; 
	
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus { background:#FFF; color:#ff6600; 
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	 background:#494D4C; color:#FFF; 
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.main_heading  { display:none;  background: #767676; color:#fff; text-align:center; padding:10px; margin:0; font-weight:normal; font-size:28px; }
.main_heading span { text-transform:uppercase; font-size:30px;  font-weight:bold; margin:0; padding:0; }
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.container{
	width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}
.container:after{
	display: block;
	clear: both;
	content: '';
}
img{
	vertical-align: top;
}
.row{
	margin: 0 -15px;
}
.row:after{
	display: block;
	clear: both;
	content: '';
}
body.custom-background .site{
	background:#fff;
	margin:20px;
}
/*site-header css*/
.header-top:after{
	display: block;
	clear: both;
	content: '';
}
.site-header .header-top .top-links{
	float: left;
	margin-top:4px;
}
.site-header .header-top .top-links span:first-child{
	border-left: 0;
}
.site-header .header-top .top-links span{
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 14px;
	line-height: 17px;
	padding-left: 16px;
	margin-left: 10px;
}
.site-header .header-top{
	padding:4px 0 0;
	background: #FF5716;
}
.site-header .header-top .secondary-nav{
	float: right;
	padding:4px 0 10px;
	position: relative;

}
.site-header .header-top .secondary-nav ul{
	position: absolute;
	top: 100%;
	right: 0;
	margin:0;
	padding:0;
	background: #FF5716;
	width: 200px;
	z-index: 10;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	display: none;
}
.site-header .header-top .secondary-nav:hover ul{display: block;}

.site-header .header-top .secondary-nav ul li{
	list-style: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	position: relative;
}
.site-header .header-top .secondary-nav ul ul{
	float: left;
	position: absolute;
	top:0;
	right: -999em;
	z-index: 99999;
	background:#FF5716;
}
.site-header .header-top .secondary-nav ul li:hover > ul{
	right: 100%;
}
.site-header .header-top .secondary-nav ul li a:after{
	display: none;
}
.site-header .header-top .secondary-nav ul li a{
	color: #fff;
	display: block;
	border: 0;
}
.site-header .header-top .secondary-nav a{
	color: #fff;
	border:1px solid rgba(255, 255, 255, 0.4);
	padding: 8px 20px 8px 8px;
	font-size: 14px;
	line-height: 17px;
	display: inline-block;
	position: relative;
}
.site-header .header-top .secondary-nav .menu-header-menu-container{
	display: none;
}
.site-header .header-top .secondary-nav ul li a:hover{
	opacity: 0.6;
}
.site-header .header-top .secondary-nav:hover > .menu-header-menu-container{
	display: block;
}
.site-header .header-top .secondary-nav a:after{
	position: absolute;
	top: 28%;
	font-family: 'FontAwesome';
	left: 85%;
	bottom: 0;
	content: "\f0d7";
	color: #fff;
	font-size: 15px;

}
.site-header .header-top .top-links span a{
	font-size: 14px;
	line-height: 17px;
	color: #fff;
}
.site-header .header-bottom{
	background: #767676 ;
}
.home  .header-bottom{
	background: #767676 ;
}
.site-header .header-top .top-links span a:hover{
	opacity: 0.6;
}
.site-header .header-top .top-links span .fa{
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	margin-right: 10px;
}
.site-header .header-top .top-links span:first-child{
	margin-left: 0;
	padding-left: 0;
}
.site-header .header-bottom:after{
	display: block;
	content: '';
	clear: both;
}
.site-branding{
	float: left;
}
.site-branding img { padding-top:2px; max-width:75%;
}
.site-title{
	margin: 0;

}
.site-title a{
	font-size: 32px;
	line-height: 36px;
	color: #555658;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.site-description{
	font-size: 13px;
	line-height: 15px;
	color: #8c8c8c;
}
.site-header .form-section{
	float: right;
	text-align: right;
	padding:0; padding-top:17px;
}
.site-header .header-m{
	padding:5px 0 12px;
}
.site-header .form-section form{
	background: #fff;
	border: 0;
	height: 36px;
	border-bottom: 1px solid #ccc;
}
.site-header .form-section form:after{
	display: block;
	content: '';
	clear: both;
}
.site-header .form-section form input{
	border: 0;
	border-radius: 0;
	height: 100%;
	padding: 0 5px;
}
.site-header .form-section form input[type="search"]{
	font-style: italic;
	font-size: 14px;
	line-height: 17px;
}
.site-header .form-section form input[type="submit"]{
	background: url(images/search-icon2.png) no-repeat 12px 12px;
	border: 0;
	padding:0;
	box-shadow: none;
	text-indent: 100%;
} 
.site-header .form-section a{
	display: block;
}
.site-header .form-section .fa{
	font-size: 16px;
	line-height: 20px;
	color: #555658;
	padding-left: 34px;
}

.site-header .form-section .example span {
	display: block;
	text-align: right;
	clear: both;
	font-size: 118%;
	line-height: 75%;
}
.site-header .form-section .example span:first-child + span{ font-size:150%;     line-height:normal; font-weight:bold!important;} .site-header .form-section .example span:first-child + span a {  color:#FF5716; }
.site-header .form-section .example span:first-child + span + span { font-size:110%; font-weight:bold; line-height:50%;}

.banner img{
	width: 100%;
}
.banner{
	position: relative;
}
.banner .banner-text{
	position:absolute;
	width:100%;
	left: 0;
	top:28%;
	height: 100%;
}
.banner .banner-text .text{
	width: 55%;
}
.banner .banner-text .text span{
	display: block;
	font-size: 42px;
	line-height: 54px;
	color: #fefefe;
	font-weight: 900;
	letter-spacing: 2px;
	margin-bottom: 22px;
	text-transform: uppercase;
}
.banner .banner-text .text .course-link{
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	background: #FF5716;
	font-weight: 900;
	padding: 17px 36px;
	display: inline-block;
	text-transform: uppercase;
}
.banner .banner-text .text .course-link:hover{
	background: #21577a;
}
.thumb-text{
	position: relative;
	top: 0;
	padding: 0;
	margin: -90px 0 0;
	text-align: center;
	width: 100%;
}
.thumb-text li{
	vertical-align: top;
	display: inline-block;
	list-style: none;
	margin-left: -3px;
	color: #f9f9f9;
	font-size: 16px;
	line-height: 24px;
	width: 24.9%;
}
.thumb-text li .box-1{
	background: #737495;
	padding:  28px 28px 26px;
	height: 305px;
	overflow: hidden;
}
.thumb-text li .box-2{
	background: #68a8ad;
	padding: 28px 28px 26px;
	height: 305px;
	overflow: hidden;
}
.thumb-text li .box-3{
	background: #6c8672;
	padding: 28px 28px 26px;
	height: 305px;
	overflow: hidden;
}
.thumb-text li .box-4{
	background: #f17d80;
	padding: 28px 28px 26px;
	height: 305px;
	overflow: hidden;
}
.thumb-text li h3{
	margin-bottom: 15px;
}
.thumb-text li h3 a{
	color: #f9f9f9;
	font-size: 22px;
	line-height: 25px;
	font-weight: 700;
}
.thumb-text li span{
	display: block;
	margin-bottom: 22px;
}
.thumb-text li img{
	width: auto;
}
.welcome-note{
	text-align: center;
	padding: 75px 0 105px;
}
.header-part{
	width: 80%;
	margin: 0 auto;
}
.section-title{
	font-size: 38px;
	line-height: 42px;
	color: #474b4e;
	font-weight: 700;
	margin-bottom: 20px;
}
.welcome-note .col, .choose-us .col{
	width: 25%;
	padding: 0 15px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.welcome-note .col h3{
	display: block;
	font-size: 40px;
	line-height: 44px;
	color: #FF5716;
	font-weight: 700;
	margin-bottom: 10px;
}
.welcome-note .col .text{
	border: 2px solid #f5f5f7;
	padding: 36px 0 45px;
}
.welcome-note .col span{
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #696c6e;
}
.welcome-note .header-part{
	margin-bottom: 45px;
}
.featured-courses{
	text-align: center;
	background: #f8f8f8;
	padding: 98px 0 104px;
}
.featured-courses ul{
	margin: 0 -6px;
	padding: 0;
}
.featured-courses ul li{
	width: 25%;
	list-style: none;
	float: left;
	padding: 0 6px;
}
.featured-courses .header-part{
	margin-bottom: 50px;
}
.featured-courses ul:after{
	display: block;
	content: '';
	clear: both;
}
.featured-courses ul li .image-holder{
	position: relative;

}
.featured-courses ul li .image-holder .text{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	padding: 47% 28% 0;
	font-size: 19px;
	line-height: 26px;
	color: #f8fcff;
	text-transform: uppercase;
	font-weight: 700;
}
.featured-courses ul li .image-holder img{
	width: 100%;
}
.featured-courses ul li .image-holder .description{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	text-align: center;
	background: #fff;
	padding: 26px 20px 0;
	font-size: 16px;
	line-height: 24px;
	display: none;
}
.featured-courses ul li .image-holder .description h2{
	font-size: 19px;
	line-height: 26px;
	color: #474b4e;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
}
.featured-courses ul li .image-holder .description h2:after{
	background: #dadbdc;
	width: 66px;
	height: 1px;
	content: '';
	position: absolute;
	top: 100%;
	left: 34%;
	margin-top: 15px;
}
.featured-courses ul li .image-holder img{
	vertical-align: top;
}
.featured-courses ul li .image-holder .description .learn-more{
	display: inline-block;
	background: #FF5716;
	font-size: 14px;
	line-height: 17px;
	font-weight: 900;
	color: #fff;
	padding: 15px 30px;
	text-transform: uppercase;
}
.featured-courses ul li .image-holder .description .learn-more:hover{
	background: #21577a;
}
.featured-courses ul li .image-holder:hover > .description{
	display: block;
}
.theme{
	text-align: center;
	background: url(images/theme-section-img.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.theme .header-part .section-title{
	color: #fff;
}
.theme .header-part{
	width: 70%;
	margin-bottom: 60px;
}
.theme .theme-description{
	color: #ebebeb;
	width: 100%;
	height: 100%;
	padding: 106px 0 138px;
	background: rgba(0, 0, 0, 0.70);
}
.theme .theme-description a{
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	font-weight: 900;
	padding: 16px 35px;
	margin-right: 10px;
}
.theme .theme-description .apply{
	color: #fff;
	border: 1px solid #fff;
}
.theme .theme-description .apply:hover{
	background: #FF5716 ;
	border: 1px solid #FF5716 ;
}
.choose-us{
	padding: 96px 0 72px;
	text-align: center;
}
.choose-us .header-part{
	margin-bottom: 82px;
}
.choose-us .col span{
	display: block;
	margin-bottom: 28px;
}
.choose-us .col h3{
	margin-bottom: 46px;
	position: relative;
	font-size: 19px;
	line-height: 26px;
	color: #474b4e;
	font-weight: 700;
}
.choose-us .col h3 a{
	color: #474b4e;
}
.choose-us .col h3 a:hover{
	color: #4aa0d7;
}
.choose-us .col h3:after{
	content: '';
	position: absolute;
	top: 100%;
	width: 46px;
	line-height: 2px;
	height: 2px;
	background: #e9e9e9;
	margin-top: 26px;
	left: 43%;
}
.student-stories{
	text-align: center;
	background: url(images/students-section-img.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.student-stories .image-wrapper{
	background: rgba(9, 9, 9, 0.7);
	padding-top: 92px;
	padding-bottom: 174px;
}
.student-stories .header-part,
.student-stories .header-part .section-title
{
	color: #fff;
	margin-bottom: 50px;
}
.student-stories blockquote{
	font-size: 18px;
	line-height: 28px;
	color: #f9fcff;
	margin: 0 60px;
	padding: 0 24px;
	background: url(images/blockquote-icon.png) no-repeat;
}
.student-stories blockquote cite{
	display: block;
	width: 50%;
	margin: 0 auto;
	font-style: normal;
}
.student-stories blockquote cite img{
	border-radius: 50%;
	width: auto !important;
}
.flexslider .slides img{
	margin: auto;
}
.student-stories blockquote cite span{
	display: block;
	font-size: 21px;
	line-height: 25px;
	color: #f7f7f7;
	font-weight: 700;
}
.flexslider{
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
}
.flex-direction-nav .flex-prev{
	background: url(images/slider-prev.png) no-repeat;
	text-indent: -9999px;
	height: 40px;
	width: 40px;
	left: 10px;
	opacity: 1;
}
.flex-direction-nav .flex-next{
	background: url(images/next.png) no-repeat;
	text-indent: 100%;
	height: 40px;
	width: 40px;
	right: 10px;
	opacity: 1;
}
.flex-control-nav{
	display: none;
}
.latest-events{
	text-align: center;
	padding: 86px 0 106px;
}
.latest-events .col-1{
	width: 75%;
	float: left;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.latest-events .col-2{
	width: 25%;
	float: left;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.latest-events .header-part{
	margin-bottom: 54px;
}
.latest-events .post{
	position: relative;
	text-align: left;
	color: #f9fcff;
}
.latest-events .col-1 .post .image-wrapper{
	position: absolute;
	top: 37%;
	left: 0;
	width: 100%;

}
.latest-events .col-1 .post .image-wrapper .text{
	width: 57%;
	padding-bottom: 32px;
	background: rgba(9, 9, 9, 0.6);
	margin-left: 30px;
}
.latest-events .post .entry-title{
	margin: 0;
}
.latest-events .post .entry-title a{
	display: inline-block;
	font-size: 21px;
	line-height: 25px;
	color: #474b4e;
	font-weight: 700;
}
.latest-events .col-1 .post .entry-title a{
	color: #f9fcff;
}
.latest-events .col-2 .post .entry-title a{
	color: #474b4e;
}
.latest-events .post .entry-header a:hover{
	opacity: 0.6;
}
.latest-events .col-1 .post .entry-header{
	padding: 34px 30px 0;
	margin-bottom: 16px;
}
.latest-events .col-1 .fa{
	color: #dfe1e4;
	font-size: 14px;
	line-height: 24px;
	margin-right: 10px;
}
.latest-events .col-2 .fa{
	font-size: 14px;
	line-height: 24px;
	margin-right: 10px;
	color: #878b8d;
}
.latest-events .col-1 .post .entry-meta span{
	margin-right: 38px;

}
.latest-events .col-1 .post .entry-content{
	margin: 0;
	padding: 0 30px;
	font-size: 16px;
	line-height: 24px;
}
.latest-events .post .entry-meta a{
	color: #dfe1e4;
	font-size: 14px;
	line-height: 17px;
}
.latest-events .col-2 .post .entry-meta a{
	color: #474b4e;
}
.latest-events .col-2 .post{
	border-top: 1px solid #d2d4d6;
	margin-left: -15px;
	padding-left: 15px;
	padding-top: 26px;
	margin-bottom: 20px;
}
.latest-events .entry-footer{
	margin-left: 30px;
}
.latest-events .learn-more{
	background: #FF5716;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	display: inline-block;
	padding: 8px 18px;

}
.latest-events .learn-more:hover{
	background: #21577a;
}
.latest-events .col-2 ul{
	margin: 0;
	padding: 0
}
.latest-events .col-2 ul li{
	list-style: none;
}
.photo-gallery ul li{
	width: 20%;
	position: relative;
}
.photo-gallery .gallery-item:after{
	position: absolute;
	height: 100%;
	width: 100%;
	content: '';
	top: 0;
	background: rgba(31, 31, 31, 0.55);
	display: block;
}
.photo-gallery .gallery-item:hover:after{
	display: none;
}
.photo-gallery .gallery-item{
	width: 20%;
	margin:0;
	position: relative;
}
.photo-gallery .lSAction > a{
	top: 46%;
}
.photo-gallery .gallery-item a{
	display: block;
}
.photo-gallery .gallery{
	margin-bottom: 0;
}
.photo-gallery .gallery-item a{
	display: block;
}
.photo-gallery .gallery-caption{
	display: none;
}
#lightSlider img{
	vertical-align: top;
}
.lSAction .lSPrev{
	background: url(images/bxslider-prev.png) no-repeat;
	height: 51px;
	width: 51px;
	left: 0;
}
.lSAction .lSNext{
	background: url(images/bxslider-next.png) no-repeat;
	height: 51px ;
	width: 51px;
	right: 0;
}
.search-section{
	background: #FF5716;
	font-size: 22px;
	line-height: 25px;
	color: #ffffff;
	padding-top: 82px;
	padding-bottom: 74px;
}
.search-section .col-1{
	width: 50%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.search-section .col-1:first-child{
	margin-top: 10px;
}
.search-section form:after{
	display: block;
	content: '';
	clear: both
}
.search-section form{
	border: 1px solid #fff;
	height: 54px;
}
.search-section .screen-reader-text{
	display: none;
}
.search-section form input[type="search"]{
	background:url(images/search-icon.png) no-repeat 14px 20px;
	border: 0;
	height: 100%;
	float: left;
	width: 70%;
	padding: 0 5px 0 36px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.search-section form input[type="submit"]{
	text-transform: uppercase;
	height: 100%;
	float: right;
	width: 20%;
	box-shadow: none;
	background: #fff;
	border: 0;
	border-radius: 0;
	font-size: 16px;
	line-height: 20px;
	color: #FF5716;
	font-weight: 600;
	text-align: center;
	padding:0;
}
.search-section form input[type="submit"]:hover{
	background: #d9d9d9;
}
.site-footer{
	background: #3c3c3c;
	padding: 38px 0 0px;
	color: #d6d6d6; /*font-size:14px; line-height:22px;*/
}
.site-footer .widget-area .col{
	width: 25%;
	padding: 0 15px;
	float: left;
}
.site-footer .widget-area .col:last-child{
	width: 50%;
	padding: 0 15px;
	float: left;
}
.site-footer .widget-area{
	padding-bottom: 26px;
}
.site-footer .widget-area .textwidget span { color:#FF5716;}
.site-footer .widget-area .textwidget a { color:#FFFFFF;}
.site-footer .widget-area .textwidget a:hover{ color:#FF5716;}
.widget-area .widget-title{
	font-size: 16px;
	line-height: 44px;
	margin-bottom: 5px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700; /*border-bottom:1px solid #FFFFFF;*/
}
.widget-area .widget ul{
	margin: 0;
	padding: 0;
}
.widget-area .widget ul li{
	list-style: none;
	margin-bottom: 12px;
}
.widget-area .widget ul li a:hover{
	opacity: 0.6;
}
.widget-area .widget ul li a{
	font-size: 16px;
	line-height: 20px;
	color: #9a9a9a;
}
.site-info{
	text-align: center;
	padding: 15px 0;
	font-size: 14.47px;
	line-height: 20px;
	color: #000; background:#fff;
}
.site-info a{
	color: #fff;
}
.site-info a:hover{
	opacity: 0.6;
}
.site-info ul{
	margin: 0;
	padding: 0;
}
.site-info ul li{
	list-style: none;
	display: inline-block;
	margin-right: 22px;
}
.site-info ul li .fa{
	font-size: 24px;
	color: #6c6c6c;
}
.site-info ul li .fa:hover{
	opacity: 0.6;
}
.site-info .social-networks{
	margin-bottom: 28px;
}
#primary{
	width: 66.67%;
	float: left;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
/*	margin-bottom: 70px;*/
}

.full-width #primary{
	width: 100%;
}

#secondary{
	width: 33.33%;
	float: left;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.post-thumbnail{
	display: block;
}
.page-header{
	padding:30px 0;
	
}
.page-header .page-title{
	font-size: 38px;
	line-height: 42px;
	color: #474b4e;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 0;
}
#primary .post, #primary .page{
	background: #fff;
	padding-bottom: 44px;
	margin-bottom: 50px;
}
#primary .entry-title{
	margin-bottom: 8px;
	font-size: 29px;
	line-height: 32px;
	color: #474b4e;
	font-weight: 700;
}
#primary .entry-title a{
	font-size: 29px;
	line-height: 32px;
	color: #474b4e;
	font-weight: 700;
}
#primary .entry-meta a{
	color: #878b8d;
	font-size: 14px;
	line-height: 17px;
}
#primary .entry-meta span{
	margin-right: 25px;
}
#primary .entry-meta .fa{
	color: #878b8d;
	font-size: 14px;
	line-height: 17px;
	margin-right: 10px;
}
#primary .entry-header{
	padding: 30px 0 0;
}
#primary .entry-header a:hover{
	opacity: 0.6;
}
#primary .entry-content, #primary .entry-footer{
	/*padding: 0 30px;*/
}
#primary .read-more{
	display: inline-block;
	background: #FF5716;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	font-weight: 900;
	color: #fff;
	padding: 15px 34px;
}
#primary .read-more:hover{
	background: #21577a
}
#primary .entry-content blockquote{
	background: url(images/quote-icon.png) no-repeat 4% 20% #eee;
	margin: 0 0 28px;
	padding: 26px 20px 2px 56px;
	color: #4f4f4f;
	font-size: 21px;
	line-height: 30px;
	font-style: italic;

}
 #primary .post.format-image .entry-title,
 #primary .post.format-aside .entry-title, 
 #primary .post.format-status .entry-title, 
 #primary .post.format-link .entry-title{
 	display: none;
 }
 .header-section:after{
 	content: '';
 	display: block;
 	clear: both;
 }
 #crumbs{
 	text-align: right;
 	font-size: 14px;
 	line-height: 17px;
 	color: #358ac0;
 	margin-right: 5px;
 	float: right;
 	margin-top: 25px;
 }
#crumbs a{
 	font-size: 14px;
 	line-height: 17px;
 	color: #878b8d;
 	font-weight: 700;
 }
#crumbs a:hover{
  	opacity: 0.6;
}
#crumbs span{
	padding: 0 1px 0 5px;
}
#secondary .widget-title{
	color: #FF6600;
	font-size: 19px;
	line-height: 22px;
	margin-bottom: 23px;
}
#secondary .widget{
	margin-bottom: 30px;
	padding: 0 20px;
}
.widget-area .widget form, .page-header form{
	width: 100%;
	background: #ededed;
	height: 50px;
}
.widget-area .widget form input[type="search"], 
.page-header form input[type="search"]{
	float: left;
	width: 70%;
	background: 0;
	height: 100%;
	border: 0;
	padding: 0 10px;
	font-size: 16px;
	line-height: 26px;
	color: #6f6f6f;
}
.widget-area .widget form input[type="submit"], .page-header form input[type="submit"]{
	float: right;
	width: 65px;
	height: 100%;
	box-shadow: none;
	border-radius: 0;
	background: url(images/search-icon.png) no-repeat 48% 53% #FF5716;
	text-indent: 100%;
	font-size: 0;
}
.hmesearch  { width:25%; float:right; margin-top:3px; padding-top:5px;}
.hmesearch input[type="search"] {
	float: left;
	width: 100%;
	background:#fff;
	height: 32px;
	border: 0;
	padding: 0 11px;
	font-size: 16px;
	line-height: 32px;
	color: #6f6f6f; border-radius: 5px !important; margin-right:-30px; margin-top:0;
}
/*.hmesearch input[type="submit"] {
	float: right;
	width: 30px;
	height: 39px!important;
	box-shadow: none;
	border-radius: 0;
	background: url(images/search-icon2.png) no-repeat 48% 53% #fff;
	text-indent: 100%; margin-top:-39px; margin-left:-50px; 
}

*/
.hmesearch input[type="submit"] {
	float: right;
	width: 30px;
	height: 32px!important;
	box-shadow: none;
	border-radius: 5!important; border:0!Important;
	background: url(images/search.png) no-repeat 48% 53% #fff; position:absolute;
 
}

#postslider { margin-top:20px; width:100%; float:left; }
#postslider h3 { text-align:center; font-size:32px; margin-bottom:10px;}


#secondary .widget ul li a{
	font-size: 17px;
	line-height: 22px;
	color: #5d5d5d;
}
.widget ul li .post:after{
	display: block;
	content: '';
	clear: both;
}
.widget ul li .post{
	margin-bottom: 20px;
}
.widget ul li .post .post-thumbnail{
	float: left;
	display: block;
	margin-right: 16px;
}
.widget ul li .post .entry-header{
	overflow: hidden;
}
.widget ul li .post .entry-title{
	margin: 0;

}
.widget ul li .post .entry-title a{
	display: inline-block;
	font-size: 15px;
	line-height: 19px;
	color: #474b4e;
	font-weight: 700;
}
.widget ul li .post .entry-meta .fa{
	font-size: 13px;
	line-height: 15px;
	color: #878b8d;
	margin-right: 7px;
}
.widget ul li .post .entry-meta a{
	font-size: 13px;
	line-height: 15px;
	color: #878b8d;
}
.widget-area .widget.widget_global_college_recent_entries .post:after{
	display: block;
	content: '';
	clear: both;
}
.widget-area .widget.widget_global_college_recent_entries .post{
	margin-bottom: 25px;
}
.widget-area .widget.widget_global_college_recent_entries .post-thumbnail:hover,
 .widget.widget_instagram ul li a:hover{
	opacity: 1;
}
.widget-area .widget.widget_tag_cloud a{
	font-size: 13px;
	line-height: 15px;
	color: #7f8385;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #dfdfdf;
	padding: 10px 14px;
	display: inline-block;
	margin: 0 5px 5px 0;
} 
.widget-area .widget.widget_tag_cloud a:hover{
	background: #4aa0d7;
	color: #f5f5f5;
	border: 1px solid #f5f5f5;
}
#secondary .widget.widget_recent_tweets ul li a{
	color: #4aa0d7;
	font-size: 14px;
	line-height: 22px;
	display: inline-block;
	margin-bottom: 16px;
}
.widget-area .widget.widget_recent_tweets ul li h4{
	font-size: 15px;
	line-height: 24px;
	color: #6c6c6c;
	font-weight: 400;
	margin: 0;
}
.widget-area .widget.widget_recent_tweets ul li .posted-on{
	font-size: 13px;
	line-height: 15px;
	color: #878b8d;
	display: block;
}
.widget-area .widget.widget_recent_tweets ul li{
	position: relative;
	padding-left: 24px;
	border-bottom: 1px dashed #dddcdb;
	margin-bottom: 20px;
	padding-bottom: 25px;
}
.widget-area .widget.widget_recent_tweets ul li:last-child{
	border-bottom: 0;
}
.widget-area .widget.widget_recent_tweets ul li:after{
	content: '\f099';
	position: absolute;
	top:0;
	left: 0;
	color: #4aa0d7;
	font-size: 15px;
	line-height: 26px;
	font-family: 'FontAwesome';
}
.widget-area .widget.widget_instagram ul{
	margin: 0 -6px;
}
.widget-area .widget.widget_instagram ul:after{
	display: block;
	content: '';
	clear: both;
}
.widget-area .widget.widget_instagram ul li a{
	display: block;
}
.widget-area .widget.widget_instagram ul li{
	float: left;
	padding: 0 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.33%;
}
.widget-area .widget.widget_calendar table{
	position: relative;
}
.widget-area .widget.widget_calendar table td{
	color: #2d2d2d;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	padding: 7px 12px;
}
.widget-area .widget.widget_calendar table tbody{
	background: #fcfcfc;
}
.widget-area .widget.widget_calendar table td a{
	background: #4aa0d7;
	color: #fff;
	display: block;
	padding: 10px 13px;
}
.widget-area .widget.widget_calendar table caption{
	background: #4aa0d7;
	font-size: 16px;
	line-height: 21px;
	color: #ffffff;
	font-weight: 700;
	padding-top: 14px;
	padding-bottom: 15px;
}
.widget-area .widget.widget_calendar table .fa{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	
}
.widget-area .widget.widget_calendar table #prev{
	position: absolute;
	top: 15px;
	left:20px;
}
.widget-area .widget.widget_calendar table #prev a{
	display: block;
	padding: 6px 15px;
}
.widget-area .widget.widget_calendar table #next a{
	display: block;
	padding: 6px 15px;
}
.widget-area .widget.widget_calendar table #next{
	position: absolute;
	top: 15px;
	right: 20px;
}
.widget-area .widget.widget_calendar table thead{
	background: #4aa0d7;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	font-weight: 900;
}
.widget-area .widget.widget_calendar table th{
	padding: 6px;
}
.widget.widget.widget_online_services_social_links li{
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 10px;
}
.widget.widget.widget_online_services_social_links li .fa{
	font-size: 20px;
}
.widget.widget.widget_online_services_social_links li a{
	height: 30px;
	width: 30px;
}


.navigation.pagination{
	text-align: center;
}
.navigation.pagination .page-numbers{
	font-size: 19px;
	line-height: 22px;
	color: #8f9193;
	font-weight: 700;
	display: inline-block;
	padding: 7px 16px;
	border: 2px solid #f8f8f8;
}
.navigation.pagination .page-numbers .fa{
	font-size: 22px;
	line-height: 25px;
}
.navigation.pagination .page-numbers.current, .navigation.pagination .page-numbers:hover{
	border: 2px solid #FF5716;
	color: #FF5716;
}
.site-footer .widget ul li .post .entry-title a{
	color: #878b8d;
}
/*search page*/
.search .site-content #primary .post:after, .search .site-content #primary .page:after{
	display: block;
	content: '';
	clear: both;
}
.search .site-content #primary .post-thumbnail{
	float: left;
	margin-right: 30px;
}
.search .site-content #primary .post, .search .site-content #primary .page{
	padding: 43px 30px;
}
.search .site-content #primary .entry-header{
	padding: 0;
}
.search .site-content #primary .entry-content{
	padding: 0;
}
.search .site-content #primary .text{
	overflow: hidden;
}
.search .site-content #primary .entry-footer{
	padding: 0;
}
.search .page-header{
	margin-bottom: 40px;
}
.search .page-header form{
	width: 500px;
}
.search .page-header form input[type="search"]{
	width: 80%;
}
.page #primary .entry-content{
	/*background: #fff;
	padding: 30px 30px;*/
}
.page #primary .entry-header{
	padding: 0 0 0;
	display: inline-block;
}
.page #primary .post{
	background: none;
}
.page.full-width #primary{
	width: 100%;
}
.page #primary .entry-title{
	font-size: 38px;
	line-height: 42px;
}
.tags a{
	font-size: 13px;
	line-height: 15px;
	color: #7f8385;
	text-transform: uppercase;
}
.tags a:hover{
	color: #FF5716;
}
.tags .fa{
	margin-right: 10px;
	color: #FF5716;
	font-size: 18px;
	line-height: 22px;
}
.author-section{
	background: #fff;
	padding: 30px 20px;
	margin-bottom: 53px;
}
.author-section img{
	float: left;
	margin-right: 20px;

}
.author-section .text{
	overflow: hidden;
}
.author-section .name{
	font-size: 19px;
	line-height: 28px;
	color: #474b4e;
	display: block;
	font-weight: 700;
}
.author-section ul{
	margin: 0;
	padding: 0;
}
.author-section ul li{
	list-style: none;
	display: inline-block;
	margin-right: 16px;
}
.author-section ul li .fa{
	font-size: 15px;
	line-height: 16px;
	color: #6c6c6c;
}
.author-section ul li .fa:hover{
	opacity: 0.6;
}
.post-section:after{
	content: '';
	display: block;
	clear: both;
}
.post-section {
	padding: 40px 30px;
	background: #fff;
}
.site-content #primary .post-section .post{
	float: left;
	width: 33.33%;
	margin-bottom: 0;
	padding: 0 15px;

}
#primary .post-section .post .entry-header{
	padding: 18px 0 0;
}
#primary .post-section .post .entry-title a{
	font-size: 19px;
	line-height: 22px;
	display: inline-block;
}
#primary .post-section{
	margin-bottom: 53px;
}
.comments-area ol{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.comments-area, .comments-area.form{
	margin-bottom: 60px;
	background: #fffffe;
	padding: 40px 0;
	font-size: 16px;
}
.comments-area ol li{
	border-top: 1px solid #f6f6f5;
	padding: 26px 0 15px;
}
.comments-area ol ol li{
	padding-left: 40px;
}
.comments-title, .comment-reply-title{
	font-size: 28px;
	line-height: 32px;
	color: #474b4e;
	font-weight: 700;
	margin: 0;
}
.comments-area ol ol li:first-child{
	border-top: 1px solid #f6f6f5;
}
.comments-area ol li:first-child{
	border-top: 0;
}
.comments-area ol li:first-child .reply{
	margin-bottom: 26px;
}
.avatar.photo{
	float: left;
	margin-right: 20px;
}
.comment-body:after{
	content: '';
	display: block;
	clear: both;
}
.comment-body .fn a{
	font-size: 19px;
	line-height: 28px;
	color: #474b4e;
	font-weight: 700;
	text-decoration: none;
}
.comment-body .fn a:hover{
	opacity: 0.6;
}
.comment-content{
	float: left;
	margin-top: -16px;
	margin-left: 86px;
	font-size: 16px;
}
.reply a{
	margin-top: -18px;
	margin-left: 70px;
	font-size: 15px;
	line-height: 30px;
	padding: 7px 17px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	color: #878b8d;
	font-weight: 700;
}
.comment-author.vcard{
	float: left;
}
.reply a:hover{
	color: #FF5716;
}
.comment-meta:after{
	display: block;
	clear: both;
	content: '';
}
.comment-metadata{
	float: right;
}
.comment-metadata .fa{
	color: #878b8d;
	font-size: 13px;
	line-height: 24px;
	margin-right: 10px;
}
.comment-metadata a{
	font-size: 14px;
	line-height: 17px;
	color: #919191;
	text-decoration: none;
}
.comment-metadata a:hover{
	opacity: 0.6;
}
.comment-form input[type="text"], 
.comment-form input[type="email"],
 .comment-form input[type="url"]{
	float: left;
	height: 50px;
	margin-bottom: 16px;
	font-size: 15px;
	line-height: 20px;
	color: #878b8d;
	padding:0 10px;
	border-radius: 0;
	border: 1px solid #dfdfdf;
	width: 31.9%;
}

.comment-form input[type="text"], 
.comment-form input[type="email"]{
	margin-right: 15px;
}
 .comment-form input[id="url"]{
 	margin-right: 0;
 }
.comment-form input:focus, .comment-form textarea:focus{
	background: #fdfdfc;
	border-radius: 0;
	border: 1px solid #4b4b4b;
}
.comment-form form textarea{
	height: 180px;
	resize:none;
	font-size: 15px;
	line-height:20px;
	color: #878b8d;
	padding: 10px;
	border: 1px solid #dfdfdf;
}
.comment-form form input[type="submit"]{
	box-shadow: none;
	border-radius: 0;
	border: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
	line-height: 30px;
	font-weight: 700;
	padding: 12px 60px;
	background:#FF5716;
	display: block;
	width: 100%;
}
.comment-form form input[type="submit"]:hover{
	background: #27668e;
}
.comments-area.form .comment-reply-title{
	margin-bottom: 20px;
}
.single-post .site-content .entry-content h1{
	color: #474b4e;
	font-size: 38px;
	line-height: 42px;
	font-weight:700;
}
.single-post .site-content .entry-content h2{
	color: #393939;
	font-size: 29px;
	line-height: 32px;
	font-weight: 700;
}
.single-post .site-content .entry-content h3{
	color: #393939;
	font-size: 23px;
	line-height: 28px;
	font-weight: 700;
}
.single-post .site-content .entry-content h4{
	color: #393939;
	font-size: 21px;
	line-height: 25px;
	font-weight: 700;
}
.single-post .site-content .entry-content h5{
	color: #393939;
	font-size: 19px;
	line-height: 22px;
	font-weight: 700;
}
.single-post .site-content .entry-content h6{
	color: #393939;
	font-size: 17px;
	line-height: 21px;
	font-weight: 700;
}
.single-post .site-content .entry-content blockquote{
	padding: 46px 70px !important;
	margin-bottom: 40px !important;
	color: #666666;
	font-size: 20px;
	line-height: 32px;
}
.pull-right{
	width: 30%;
	padding:16px 20px;
	margin: 12px 0;
	font-size: 16px;
	line-height: 26px;
	margin-left: 37px;
	background: #f9f9f8;
	border-top: 3px solid #ededed;
	text-align: right;
}
.pull-left{
	width: 30%;
	padding:16px 20px;
	font-size: 16px;
	line-height: 26px;
	margin: 12px 0;
	background: #f9f9f8;
	margin-right: 37px;
	border-top: 3px solid #ededed;
	text-align: left;
}
.single-post .site-content .entry-content .dropcap{
	font-size: 84px;
	line-height: 24px;
	font-weight: 700;
	color: #656565;
	margin:25px 22px 45px 0;
	float: left;
}
.single-post .site-content .entry-content .highlight{
	background: #56a5d7;
}
.single-post .site-content .entry-content table tr:nth-child(2n+1){
	background: #fafafa;
}
.single-post .site-content .entry-content table th{
	padding: 16px 30px;
	font-weight: 700;
	background: #56a5d7;
	color: #f8f8f8;
}
.single-post .site-content .entry-content table td{
	padding: 16px 30px;
	text-align: center;
}
.single-post .site-content .post .entry-content pre{
	background: #f9f9f8;
	color: #757575;
	font-size: 15px;
	line-height: 25px;
	font-family: "Courier 10 Pitch", Courier, monospace;
}
.single-post .site-content .entry-content ul{
	margin: 0 0 15px 16px;
	padding: 0;
}
.single-post .site-content .entry-content ul li{
	background: url(images/list-icon.png) no-repeat 0 12px;
	padding-left: 20px;
	list-style: none;
}
.single-post .site-content .entry-content ol li{
	margin-left: 20px;
}
.single-post .site-content .entry-content ol{
	margin: 0 0 15px 16px;
	padding: 0;
}
.single-post .site-content .entry-content ul ul, .single-post .entry-content ol ol{
	margin: 10px 20px;
}
.single-post .site-content .entry-content .form-element{
	display: block;
	font-size: 19px;
	line-height: 22px;
	color: #494949;
	font-weight: 700;
}
.single-post .site-content .entry-content form input[type="text"], 
.single-post .site-content .entry-content form input[type="password"]{
	height: 42px;
	border: 1px solid #d2d2d2;
	background: none;
	padding: 10px;
	width: 53%;
	outline: none;
	margin-bottom: 26px;
}
.single-post .site-content .entry-content form textarea{
	width: 75%;
	border: 1px solid #d2d2d2;
	resize:none;
	height: 150px;
	padding: 10px;
	margin-bottom: 26px;

}
.single-post .site-content .entry-content form .radio-section{
	padding: 0;
	margin: 0 0 26px;
}
.single-post .site-content .entry-content form .radio-section:after{
	content: '';
	clear: both;
	display: block;
}
.single-post .site-content .entry-content form .radio-section li{
	float: left;
	padding-left: 0;
	background: none;
	margin-right: 20px;
	list-style: none;
}
.jcf-select{
	height: 42px;
	width: 50%;
	background: none;
	font-size: 16px;
	line-height: 20px;
	color: #acacac;
	border:1px solid #d2d2d2;
	padding: 7px 0 0;
	margin-bottom: 26px;
}
.jcf-reset-appearance{
	font-size: 16px;
	line-height: 20px;
	color: #acacac;
}
.jcf-select .jcf-select-opener{
	background: url(images/select-opener.png) no-repeat 0 16px;
}
.jcf-checkbox{
	background: url(images/check-box.png) no-repeat;
}
.jcf-checkbox.jcf-checked{
	background: url(images/check-box-checked.png) no-repeat;
}
.form-element.password{
	margin-top: 26px;
}
.jcf-file .jcf-upload-button{
	border:0;
	border-radius: 4px;
	background: #e3e3e3;
	color: #8c8c8c;
	float: left;
	font-size: 15px;
	line-height: 18px;
	padding: 10px 20px;
	height: 36px;
}
.jcf-file:after{
	content: '';
	display: block;
	clear: both;
}
.jcf-file{
	margin-bottom: 20px;
	background: none;
}
.jcf-file .jcf-fake-input{
	border: 0;
	float: right;
	padding-top: 4px;
	font-size: 15px;
	line-height: 26px;
	color: #666666;

}
.jcf-radio.jcf-checked span{
	background: #4f4e4e;
}
.jcf-radio{
	border: 1px solid #9e9e9e;
}
.single-post .site-content .entry-content form input[type="submit"]{
	box-shadow: none;
	color: #fff;
	background: #FF5716;
	padding: 10px 22px;
	font-size: 17px;
	border-radius: 0;
	line-height: 24px;
	text-transform: uppercase;
	border: none;
}
.single-post .site-content .entry-content form input[type="submit"]:hover{
	background: #296c97;
}
.single-post .site-content .entry-content form{
	margin-bottom: 26px;
}
#mobile-header{
	display: none;
	text-align:left;
	padding: 20px 0;
	width: 20px;
}
#mobile-header a{
	top: 14px;
	left: 0;
}
#mobile-header .fa{
	color: #fff;
	font-size: 22px;
}
#mobile-header-2{
	float: right;
	width: 20px;
}
#mobile-header-2 .fa {
	color: #fff;
}
/*error-page*/
.error404 .not-found{
	width: 62%;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 90px;
	padding-top: 70px;
}
.error404 .not-found span{
	color: #FF5716;
	font-size: 124px;
	line-height: 136px;
	font-weight: 700;
	display: block;
	margin-bottom: 30px;
}
.error404 .not-found h1{
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	color: #343434;
}
.error404 .not-found form{
	border:1px solid #e6e6e6;
	height: 40px;
	margin:auto;
	margin-bottom: 30px;
	width: 60%;
	
}
.error404 .not-found form input[type="search"]{
	width: 85%;
	float: left;
	border: 0;
	border-radius: 0;
	height: 100%;
	padding: 0 10px;
	margin: 0;
	background: none;
	color: #999999;
	font-size: 15px;
	line-height: 24px;
}
.error404 .not-found form input[type="submit"]{
	float: right;
	width: 10%;
	background: url(images/search-icon2.png) no-repeat 12px 10px;
	box-shadow: none;
	height: 100%;
	border: 0;
	border-radius: 0;
	text-indent: -9999px;
}
.error404 .homepage{
	background: #FF5716;
	font-size:14px;
	line-height: 17px;
	color: #fff;
	padding: 12px 20px;
	display: inline-block;
	text-transform: uppercase;
}
.error404 .homepage:hover{
	background: #21577a;
}
.single-post .page-header { display:none;}
.single-post  #secondary { margin-top:20px;}
.single-post #primary .entry-title { font-weight:normal;}
.page-template-default #primary { margin-top:-30px;}
.homeheader { width:100%; float:left; height:auto;}
.homeheader img { width:100%; height:auto;}
.homeform_bg { width:100%; float:left;  background-color: rgba(255, 102, 0, 0.80)!important; border-radius:3px; position:absolute; bottom:0; padding:15px; }
.homeform_bg_inner { width:100%; float:left;}
.home_but { width:auto; margin:0 auto;  }
.title_head form, .homepage_popup form  { width:auto!important; display:inline;}
.solar_left { width:50%; float:left; padding:10px 30px;}    
.solar_left input { width:50%!important; float:right; margin-right:0px;} 
.solar_right {  width:50%; float:left; padding:10px 30px; margin-top:5px;}
.solar_right input { width:50%!important; float:left; margin-right:10px;} 
.price_tab { background:none!important; border:none!important;}
.price_tab tr { background:none!important; border:none!important;}
.price_tab td { background:none!important; border:none!important; padding:0!important;}
.mlab-modal-body p{ margin:0!important;}
.price_tab1 { background:none!important; border:none!important; margin:0!important; padding:0!important; }
.price_tab1 tr { background:none!important; border:none!important;}
.price_tab1 td { background:none!important; border:none!important; padding-bottom:10px;   color:#FFFFFF; font-size:16px;}
.price_tab1 .tooltip { margin:0!important; padding:0!important;}
#understand {    margin-top: 7px;
    width: 14px!important; }
#supplier { margin-bottom:10px; height:36px; width:100%!important;}
.homeform_bg_inner_center { width:55%; margin:0 auto;}
homeform_bg button { width:50%;}
.value_one { width:25%; float:left; color:#FFFFFF; font-size:24px;}
.value_one #textInputs { color:#FFFFFF; font-size:24px;}
.value_two { width:75%; float:left;}
.mlab-modal-content .second_table td { display:block!important; color:#999999!important; margin-bottom:5px!important; }
.panel-body h3, #mlab-modal-title, .main-title {
  font-family: "Open Sans",arial,sans-serif;
  font-size: 18px;
  line-height: 20px;
}
.mlab-modal-header {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.mlab-modal-content .mlab-modal-title1 {
  color: #ff6600;
  margin: 0;
  padding: 10px 0 0;
}
.smltxt {
  color: #767676;
  font-size: 14px!important;
  font-weight: normal;
}
#finalbutton { margin-left:20px; } 
.third_table #autocomplete {margin: 10px 0 0 -6px!important;border-left:none!Important; margin-left:-5px; border-radius:3px!Important; width:88%!important;}
.third_table #address1, .third_table #email  { margin: 10px 0 0 -6px!important; border-left:none!Important;   margin-left:-5px; border-radius:3px!Important; width:86%!important;}

.third_table .input-group-addon:first-child { background:limegreen!important;
  border-right: 0 none;
  padding: 11.5px!important;
}
.mlab-modal-content #textInputs1 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  cursor: inherit;
  text-align: left;
  width: 64px;
}
.mlab-modal-content .value_one #textInputs1 {
  color: rgb(255,102,0);
  font-size: 24px; 
}
.mlab-modal-content .value_one {color: rgb(255,102,0);}
.mlab-modal-body .second_line { margin-top:0;}
.mlab-modal-body .third_table td { display:block!important;}
.title_head { font-weight:bold; font-size:22px; color:white; text-align:center; font-weight:normal; width:auto; margin:0 auto; padding-top:5px;}
.title_head1 { font-size:18px; color:#FFFFFF; font-weight:normal; width:auto; text-align:center; padding-top:5px;}
.title_head2 {  font-size:16px; color:#FFF; font-weight:normal; width:100%; display:block;  float:left; padding-top:5px;}
.second_line { font-size:16px; color:#fff; font-weight:normal; width:100%; display:block;  float:left; margin-top:10px;  } 
.second_table { background:none!important; margin:0 auto!important; width:auto; border:none!important; margin-bottom:5px; } .second_table td { padding:0 10px!important; vertical-align:middle!important; background:none!important; border:none!important; }
#myresulthree { color:#fff!important;}
.second_table #post { float:none!important; margin:0 auto!Important;}
#solar_two .second_table button { float:none!important; margin:0 auto!Important;}
.homeheader  .homeform{ width:100%; height:auto;   }
.sloar_text { float:right; font-size:26px; color:#FFFFFF; }
.sloar_text input { font-size:26px; color:#FFFFFF; }
.homeform_bg_inner #rangeInput { margin-top:10px;}
 
.third_button { margin-top:10px;}
.third_table { background:none!important; margin:0 auto!important; width:auto; border:none!important; margin-bottom:5px; }
.third_table td { padding:0 10px!important; vertical-align:middle!important; background:none!important; border:none!important; }
.homeform_bg_inner  .input-group-addon { border:0!important}
.homeheader  .homeform h3   {  
  font-family: "Open Sans",arial,sans-serif !important;
  font-size: 18px !important;
  line-height: 20px; color:#FFFFFF;
}
.homeheader  .homeformcover {  margin:0 auto;}
#solar_two input, #solar_two button { width:auto!important; float:left; border-radius:0!Important;}
#solar_two button { padding:6px 10px!important;}
.frontpage { position:relative; }
.frontpage .container{ position:absolute; top:0; left:7%; padding-top:90px;}
.frontpage .container h1 { font-size:42px;  font-weight:bold; color:#FFFFFF;}
.frontpage .container span {color:#FF5716;}
.frontpage .container .home { background:#FFFFFF; width:auto; float:left; height:auto;    padding: 15px 20px 15px 20px;
    border-radius: 3px;
}
.frontpage .container .home h3 { text-transform:uppercase; }
.frontpage .container .home figure { float:left; margin:0 7%; width:60px!important;  }
.frontpage .container .wp-caption-text a { font-size:18px; color:#FF5716;} 
.frontpage .container .wp-caption .wp-caption-text {
	margin: 0;
}
.frontpage .container p {
	margin-bottom: 20px;
	margin-top: 0;
}
#homeservice {background:#767676; height:auto; min-height:60px; width:100%; float:left; margin-bottom:30px; }
#homeservice  .container { color:#FFF; font-size:30px; padding-top:20px;}
#homeservice  .container .widget {
	margin: 0 0 .7em;
}
#homeservice  .container span { color:#FFFFFF; text-transform:uppercase; font-weight:bold;}
.pageservices { width:100%; float:left; height:auto; background:#767676;}
.pageservices .container { color:#FFF; font-size:30px; padding-top:0px;}
.pageservices .container span { color:#FFF; font-size:31px; text-transform:uppercase; font-weight:bold;}
.pageservices .container #free-service { padding-top:0px;}
.pageservices .container #free-service aside .textwidget {   margin-bottom: -5px;
    margin-top: 22px;}
#deals { background:#FFFFFF; min-height:400px;}
#threepages { float:left; width:100%;background:#3C3C3C; }
#threepages .container { float:left; width:100%; }
.innerform_innerrgt { width:43%; float:right; margin-left:0; margin-right:8%;}
.page-id-153 .innerform_innerrgt { width:43%; float:left; margin-right:0; margin-left:7%;}
 
#threepages  .stag-custom-widget-area  aside {  float:left; color:#fff; margin:3% 0 0 0;  }
.zerobill {  margin:0; padding:0 0 30px 0; width:110%;}
#textInputs { width:65px!important; padding:0!important;}
.zerobill li { list-style-image:url(images/right.jpg)!important; list-style-type:none; list-style-position:inside!important;  line-height:30px; margin:0; padding:0 20px 0 0;}
#zerobill h3 span { color:#FF5716;}
.page-id-39 .entry-content img {
	width: 13%;
	float: left;
	margin: 20px;
}
.page-id-39 .entry-content p { margin:0; padding:0; }

#homeblock {float:left; width:100%;background:#F0F0F0; padding:30px 0; margin-bottom:30px;}
#homeblock .image-text-widget-image { width:30%; float:left;}
#homeblock .image-text-widget-text { width:65%; float:left; padding-left:5%;}
#homeblock .image-text-widget-text button { background:#FF5716; color:#fff; border:none; text-shadow:none; box-shadow:none;  font-size:24px; font-weight:bold; padding:15px; line-height:auto; margin-top:30px; display:block; clear:both; }
#homeblock .image-text-widget-text button:hover { background:#3C3C3C;}


.myinnerpageblock { margin-top:-20px;} 

textarea.form-control { height:auto!important}
 .btn-quote {
	color: #fff;
	background-color: #3C3CA0!important;
	border:none!important; box-shadow:none; text-shadow:none; border-radius:3px!important; 
}
  .btn:hover,  .btn:focus { color:#fff!important; box-shadow:none!important; text-shadow:none!important;}

  .form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
}
.quoteForm {
	max-width: auto;  
	min-width: 250px;
	border-width: 6px;
	margin: 15px; 
}
input.ng-pristine {
	border: 1px solid #ccc!important;
}
input.ng-invalid {
	border: 1px solid #d9534f;
}
.form-control {
	display: block!important;
	width: 100%!important;
	height: 34px!important;
	padding: 6px 12px!important;
	font-size: 14px!important;
	line-height: 1.42857143!important;
	color: #555!important;
	vertical-align: middle!important;
	background-color: #fff!important;
	background-image: none!important;
	border: 1px solid #ccc;
	border-radius: 3px!important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)!important;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s!important;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s!important;
}
.input-group .form-control { border-radius:0 10px 10px 0!important; }
input.ng-pristine {
	border: 1px solid #ccc;
}
.fa {
 
	color:#FFF!important;
}
.btn-primary { color:#fff!important; border-color:#CC6600;
}
.btn-quote.disabled, .btn-quote[disabled], fieldset[disabled] .btn-quote, .btn-quote.disabled:hover, .btn-quote[disabled]:hover, fieldset[disabled] .btn-quote:hover, .btn-quote.disabled:focus, .btn-quote[disabled]:focus, fieldset[disabled] .btn-quote:focus, .btn-quote.disabled:active, .btn-quote[disabled]:active, fieldset[disabled] .btn-quote:active, .btn-quote.disabled.active, .btn-quote.active[disabled], fieldset[disabled] .btn-quote.active {
	background-color: #33CCFF; 
	border-color: #33CCFF; color:#FFFFFF;
}

 .input-group-addon {
	padding: 6px 12px!important;
	font-size: 14px!important;
	font-weight: normal!important;
	line-height: 1!important;
	color: #555!important;
	text-align: center!important;
	background-color: #eee!important;
	
	border-radius: 10px;
}
.input-group-addon:first-child {
	border-right: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

body.admin-bar #wprmenu_bar { position:absolute;  top:0!important;}
 #wprmenu_bar { right:10px!important; left:inherit!important; z-index:9!important; right:20px!important; overflow:inherit!important; margin-top:0px;}
.wprmenu_icon { display:none!important;}

#wprmenu_bar { background:none!important; float:right!important; z-index:99999!important;  width:auto!important;}
#wprmenu_bar .menu_title, #wprmenu_bar .wprmenu_icon_menu { font-weight:normal; border:3px solid #FF6666; border-radius:5px;
 color:#FF6600!important; float:right!important; background:#fff!important; padding:10px !important; position:relative!important; z-index:999999999!important;                          
}
#wprmenu_menu.top { padding-bottom:50px;}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

#textInpute, #textInputg, #textInputs  { background:none!important; border:none!important; cursor:inherit!important; width:64px;  text-align:left;}
.myvalll, .myvalll #textInpute, .myvalll #textInputg, .myvalll #textInputs { font-size:27px; font-weight:bold; color:#FFF;}
.myvalll {
	text-align: left;
	float: left;
	width: 27%;
 }
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 0; background:none!important; border:none!important;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
   background: #FFF;
  border-radius: 1.3px;
 }
input[type=range]::-webkit-slider-thumb {
 
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #FFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
 
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
   background: #000;
  border-radius: 1.3px; border:none;
 }
input[type=range]::-moz-range-thumb {
   height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #3C3CA0;
  cursor: pointer; border:none;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #3C3CA0;
   border-radius: 2.6px;
 }
input[type=range]::-ms-fill-upper {
  background: #3C3CA0;
   border-radius: 2.6px;
 }
input[type=range]::-ms-thumb {
 
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #FF5716;
  cursor: pointer;
  height: 8.4px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3C3CA0;
}
input[type=range]:focus::-ms-fill-upper {

}

 
.tooltip {
    position: relative;
    display: inline-block; font-size:14px;  color:#FFF; text-align:center; margin-bottom:20px;
}
.tooltip:hover { cursor:pointer; }
.tooltip .tooltiptext { font-size:15px;
    visibility: hidden;
    width: 100%;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.page-template-default .page-header .container h1 { width:100%; background:#3C3CA0; color:#FFFFFF; padding:20px 40px; font-size:33px; font-weight:normal;}
#primary .post { margin-bottom:0px!important;}
#pagesidebar .widget:first-child { padding:0;}
#pagesidebar aside:nth-child(2){ background:#3C3CA0;}
#pagesidebar .textwidget p { color:#fff; font-size:25px; font-weight:bold; padding:30px 10px; line-height:34px; }
#pagesidebar .textwidget span { font-size:17px;  line-height:24px; }
 #formblock {  background:#3C3CA0;}

 .singlesolar { width:380px; margin:0 auto; background:#FF6600; margin-top:-30px; margin-bottom:30px; border-radius:10px;  padding:20px;}
 #formblock .textwidget p { color:#fff; font-size:25px; font-weight:bold; padding:30px 10px; line-height:34px; }
 .sidebarsolar .newsolar { margin:30px 0;}
 .sidebarsolar { float:left; background:#FF6600; width:100%; margin:0px 0 30px 0; }
  #formblock .textwidget span { font-size:17px;  line-height:24px; font-weight:normal; }
.innerform_inner { background:#FF6600; border-radius:10px; width:460px; padding:10px; margin:20px 7%; float:left;}
.newsolar h3 { text-align:center;}
.innerform_inner  input { height:50px!important; border-radius:0!important;  }
.innerform_inner .btn-block { width:70%; margin: 0 auto; border-radius:0!important; }
.innerform_inner  .col-md-offset-2 .btn-block { width:90%; margin: 0 auto; border-radius:0!important; }
.innerform_inner .input-group .form-control { border-radius: 0 !important; }
.innerform_inner .input-group-addon {	border-radius: 0 !important; }
.innerform_inner textarea { border-radius: 0 !important; }
.innerform_inner .btn {  border-radius: 0 !important; }

select { width:100%; height:40px; text-indent:10px; color: #555; }
.mlab-modal-content select {
	width: 100%;
	height: 36px;
	text-indent: 10px;
	border-radius: 3px;
	border: 1px solid #ccc; color: #555;
	
}

.panel-body h3, #mlab-modal-title, .main-title  {
	font-family: "Open Sans", arial, sans-serif!important; font-size:18px; line-height:20px;
}
.mlab-modal-content .mlab-modal-title1  {color:#FF6600!important; padding:10px 0 0 0!important; margin:0!important;}
.mlab-modal-content .title_head { color:#FF6600;}
.mlab-modal-content .main-title { color:#767676!important;}
.mlab-modal-content .title_head strong { display:block; color:#FF6600!important; font-size:22px;}
.mlab-modal-content .title_head  { color:#767676!important; padding-bottom:10px; font-size:18px; }
.mlab-modal-content #solar_two { float:left; margin-top:-35px; }
.mlab-modal-content  .title_head1 { color:#767676!important;}
.mlab-modal-content  .solar_left, .mlab-modal-content  .solar_right { width:100%; padding:0;}
.mlab-modal-content .price_tab, .mlab-modal-content #textInputs { color:#FF6600!important;}
.mlab-modal-content input[type="range"] {  width:70!important; margin:10px 0 0 0;}
.mlab-modal-content .title_head1 { font-size:16px;}
.mlab-modal-content .price_tab1 td { display:block; color:#767676!important;}
.mlab-modal-content .price_tab1 { margin-top:-35px!important;}
.mlab-modal-content  .tooltip { color:#000;}
.mlab-modal-content .newsolar { float:left;}
.mlab-modal-footer {}
#mlab-modal-title, .main-title span { }
.panel-body h4 { font-family: "Open Sans", arial, sans-serif!important; color:#fff; }
 .home button a, .single-post button a { color:#fff;}
.home button:hover { background:#3C3C3C;}
.mlab-modal-dialog .home button, .mlab-modal-dialog .single-post button {
  background:#767676!important;
}
.home button, .single-post button{
	/*background: #3c3ca0;*/ background:limegreen!important;
	color: #fff;
	border: none;
	text-shadow: none;
	box-shadow: none;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 20px; 
	line-height: auto;
/* float:left; */margin-right:10px; 
  }
  .mobilelogo { display:none;}
 
 .myinnerpageblock1 { margin-bottom:10px;}
.myinnerpageblock1 h2 { text-align:center; color:#FF5716;} 
.myinnerpageblock1 aside { width:33.333%; float:left; padding:0 70px; margin-top:10px;}
.myinnerpageblock1 aside .textwidget span { color:#FF5716; font-size:40px; /*font-family:Georgia, "Times New Roman", Times, serif;*/}

#newhomeblock {float:left; width:100%;background:#F0F0F0; padding:30px 0; margin-bottom:0px!important;}
#newhomeblock aside:first-child { width:20%; float:left; margin-left:0; text-align:center; }
#newhomeblock aside:first-child .widgettitle { color:#FE5617; padding-top:10px; margin-bottom:40px;}
#newhomeblock aside .widgettitle {  margin-bottom:0;}
#newhomeblock aside:first-child h2 { font-size:32px; line-height:36px;}
#newhomeblock aside:first-child h2 span { color:#FE5617; }
#newhomeblock aside { width:75%; float:left; margin-left:5%; }
#newhomeblock aside span { color:#FE5617;}
#newhomeblock aside dt { width:3%; text-align:center; float:left; margin:0; font-size:22px; color:#FE5617;}
#newhomeblock aside dd { width:97%; float:left; margin:0 0 10px 0;}
#newhomeblock aside dd span { color:#FE5617; font-weight:bold;}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content { 
    margin: auto;
width:376px;
 background-color: #DCDCDC!important; background-clip: padding-box; border:8px solid #FF5716; border-radius:10px; padding:10px; outline: none; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5); 
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}






.form_cover { width:100%; float:left; height:auto; } 




/** RESPONSIVE CSS **/

@media only screen and (max-width: 1370px){
	.banner .banner-text{
		top: 15%;
	}
} 
@media only screen and (max-width: 1290px){

.homeform_bg_inner_center {
  margin: 0 auto;
  width: 75%;
}
	.banner .banner-text{
		top: 15%;
	}
 
.innerform_inner {
 
	margin: 20px 0;
	float: left;
 
	width: 48%;
 
}
}
@media only screen and (max-width: 1212px){ .frontpage .container {
 
	padding-top: 16px;
} }

@media only screen and (max-width: 1199px){
	.container{
		width: 970px;
	}
	.banner .banner-text .text{
		width: 65%;
	}
	.thumb-text li .box-1{
		padding: 30px 42px 17px;
	}
	.thumb-text li .box-2{
		padding: 30px 42px 13px;
	}
	.thumb-text li .box-3{
		padding:30px 42px 38px;
	}
	.thumb-text li .box-4{
		padding: 30px 40px 40px;
	}
	.thumb-text{
		margin: -79px 0 0;
	}
	.featured-courses ul li .image-holder .description{
		padding: 10px 9px 0;
	}
	.featured-courses ul li .image-holder .description h2{
		margin-bottom: 8px;
	}
	.featured-courses ul li .image-holder .description h2::after{
		margin-top: 6px;
	}
	.featured-courses ul li .image-holder .description .learn-more{
		padding: 10px 23px;
	}
	.latest-events .col-1 .post .image-wrapper .text{
		width: 64%;
	}
	.latest-events .col-1 .post .image-wrapper{
		top: 24%;
	}
	.widget-area .widget form input[type="search"], 
	.page-header form input[type="search"]{
		width: 66%;
	}
}
@media only screen and (max-width: 1100px){  
.page-id-153 .innerform_innerrgt {
	margin-right: 1%;
	margin-left: 1%;
}

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


 .myinnerpageblock1 aside { width:33.333%; float:left; padding:0 10px; margin-top:10px;}
 

.frontpage .container h1 {
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
}
.frontpage .container p {
	margin-bottom: 0px;
	margin-top: 0;
}
}




@media only screen and (min-width: 991.5px){
	#mobile-header{
		display: none;
	}
}
@media only screen and (max-width: 991px){
	.container{
		width: 750px;
	}
	.information .container{
		padding: 0;
	}
	.thumb-text li .box-1{
		padding: 30px 8px 17px;
	}
	.thumb-text li .box-2{
		padding: 30px 8% 13px;
	}
	.thumb-text li .box-3{
		padding:30px 8% 38px;
	}
	.thumb-text li .box-4{
		padding: 30px 8% 40px;
	}
	.banner .banner-text .text span{
		font-size: 32px;
		line-height: 40px;
	}
	.thumb-text{
		margin: 0;
	}
	.featured-courses ul li{
		width: 50%;
		margin-bottom: 15px;
	}
	.featured-courses ul li .image-holder .description{
		padding: 26% 10%;
	}
	.choose-us .col{
		width: 50%;
	}
	.header-part{
		width: 100%;
	}
	.latest-events .col-1{
		width: 100%;
	}
	.latest-events .col-2{
		width: 100%;
	}
	.search-section .col-1{
		width: 100%;
		text-align: center;
	}
	.single-post #primary { width:60%;}
	.single-post #secondary { width:40%;}
	#primary, #secondary{
		width: 100%;
	}
	.widget-area .widget.widget_instagram ul li{
		width: auto;
	}
}



@media only screen and (max-width: 960px){ .homeform_bg_inner_center {
  margin: 0 auto;
  width: 90%;
} }

@media only screen and (max-width: 850px){ 

.homeheader .homeform {
 
  margin-top: 1%;
 
}
.frontpage .container {
 
	left: 1%;
 }
.frontpage .container h1 {
 
	width: 45%;
	float: right;
}
#homeblock .image-text-widget-image {
	width: 50%;
	float: none; text-align:center; margin:10px 22%;
}
#homeblock .image-text-widget-text {
	width: 100%;
	float: left;
	padding-left: 0%;
}
}

@media only screen and (max-width: 800px){

.title_head strong { width:100%; display:block; margin-bottom:10px; }
}

@media only screen and (min-width: 767.5px){
	#mobile-header-2{
		display: none;

	}
}
@media only screen and (max-width: 767px){
#finalbutton { margin-left:0px; }
.frontpage .container {
    left: 0!important;
}
#wprmenu_bar {   position:absolute!important; margin-top:-8px;}

	.main-navigation {
  width: 98%;
}
.price_tab1 td {
  display: block!important; margin:0!important; text-align:left!important;
  
}
.homeform_bg {
  background-color: rgba(255, 102, 0, 1);
  position: relative;
  width: 100%!important;
}

.solar_right input {
  float: left;
  margin-right:0px;
  width: 100%!important;
}
.solar_left {
  padding: 0;
}
.homeform_bg_inner .btn {
  border-radius: 0;

}
#supplier {
  width: 100%!important;
}
	.container{
		width: 100%;
	}
	.site-header .form-section .fa{
		padding-left: 10px;
	}
	.site-header .header-top {
		text-align: center;
		padding:6px 0;
	}
	.theme .theme-description a{
		margin-right: 0;
	}
	.banner .banner-text .text p{
		margin-bottom: 0;
	}
	.site-header .header-top .top-links{
		margin-top:0;

	}
	.thumb-text li{
		width: 100%;
	}
	.banner .banner-text .text span{
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 0;
	}
	.banner .banner-text .text{
		width: 100%;
	}
	.banner .banner-text .text .course-link{
		padding: 7px 15px;
		font-size: 9px;
		line-height: 10px;
	}
	.banner .banner-text{
		top: 9%;
	}
	.welcome-note .col, .choose-us .col{
		width: 100%;
		margin-bottom: 15px;
	}
	.featured-courses ul li{
		width: 100%;
	}
	.theme .theme-description .apply{
		margin-bottom: 15px;
	}
	.student-stories blockquote{
		margin: 0;
		padding: 0 61px;
	}
	.welcome-note,.featured-courses, .theme .theme-description, .choose-us, .student-stories .image-wrapper, .latest-events{
		padding: 20px 0;
	}
	.latest-events .col-1 .post .image-wrapper{
		position: relative;
		width: 100%;
	}
	.latest-events .col-1 .post .image-wrapper .text{
		width: 100%;
		margin-left: 0;
	}
	.theme .header-part{
		width: 100%;
	}
	.search-section form input[type="search"]{
		width: 100%;
		margin-bottom: 20px;
	}
	.search-section form input[type="submit"]{
		width: 100%;
	}
	.site-footer .widget-area .col{
		width: 100%;
	}
	.site-footer .row{
		margin: 0;
	}
	.search .page-header form{
		width:260px;
	}
	.search .page-header form input[type="search"]{
		width: 56%;
	}
	.search #crumbs{
		float: left;
		margin-bottom: 15px;
	}
	.widget-area .widget form input[type="search"], .page-header form input[type="search"]{
		width: 55%;
	}
	.search .site-content #primary .post-thumbnail{
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 15px;
	}
	.search .site-content #primary .post-thumbnail img{
		width: 100%;
	}
	.search .site-content #primary .text{
		overflow: none;
	}
	.site-content #primary .post-section .post{
		width: 100%;
		margin-bottom: 20px;
	}
	.comment-content{
		margin-left: 0;
	}
	.comment-author.vcard{
		float: none;
		width: 100%;
	}
	.comment-metadata{
		float: none;
		
	}
	.reply a{
		margin-left: 0;
	}
	.avatar.photo{
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	.comments-area ol ol li{
		padding-left: 0;
	}
	.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"]{
		width: 100%;
	}
	.single-post .site-content .entry-content form input[type="text"], .single-post .site-content .entry-content form input[type="password"]{
		width: 100%;
	}
	.single-post .site-content .entry-content form textarea{
		width: 100%;
	}
/*	.site-branding{
		float: none;
		width: 100%;
		text-align: center;
	}
	.site-header .form-section{
		float: none;
		width: 100%;
	}
*/	.site-header .form-section form input[type="search"]{
		float: left;
		width: 80%;
	}
	.photo-gallery img{
		width: 100%;
	}
	.site-header .header-top .secondary-nav{
		width: 100%;
		float: none;
	}
	.site-header .header-top .secondary-nav ul{
		width: 100%;
	}
	.site-header .header-top .secondary-nav a{
		display: block;
		text-align: left;
	}
	.site-header .header-top .secondary-nav a:after{
		left: 95%;
		
	}
	.search-section form{
		height: auto;
		border: 0;
		width: 100%;
	}
	.search-section form input[type="search"]{
		border: 1px solid #fff;
		display: block;
		width: 100%;
	}
	.search-section form input[type="search"],
	.search-section form input[type="submit"]{
		height: 54px;
		margin-bottom: 20px;
		display: block;
		float: none;
	}
	.secondary-nav{
		display: none;
	}
	.site-footer .widget-area .col{
		width: 50%;
	}
	.site-footer .widget-area .col:last-child{
		width: 100%;
	}

}


@media only screen and (max-width: 727px){ 
	.single-post #primary { width:100%;}
	.single-post #secondary { width:50%;}

.singlesolar { display:none;}

.innerform_innerrgt {
	width: 100%;
	float: right;
	margin-left: 0;
	margin-right: 0;
}

.frontpage .container { 

}
.frontpage .container p { height:0; }
.frontpage .container h1 {
	width: 100%;
	float: left;
}
.frontpage .container .home {
 
	margin-bottom: 20px;
}
 .page-id-153 .innerform_innerrgt {
	width: 98%;
	float: left;
	margin-right: 1%;
	margin-left: 0%;
}
.zerobill {
	background: url(images/white.png) no-repeat right bottom;
	width: auto;
	 	position: relative;
	z-index: 9999999;
}
.zerobill li { text-align:center; }
.innerform_innerrgt h3 { text-align:center;}
.innerform_inner {
	margin: 20px 0;
	float: left;
	width: 80%;
	margin: 2% 10%;
}
}
@media only screen and (max-width: 705px){ 

.third_table td { float: left; margin:0 0 5px 0!important;
    text-align: left;
    width: 100%; display:block!important;}
.second_line { margin-top:0; }
.second_table td { display:block; margin-bottom:10px; text-align:center;}
/* td:nth-child(1n + 2){ display:inline-table; }*/
}

@media only screen and (max-width: 660px){  .hmesearch {
 
  width: 35%;
}
#newhomeblock aside:first-child { width:100%; float:left; margin-left:0; text-align:center; }
#newhomeblock aside { width:100%; float:left; margin-left:0; text-align:center; }
.form-section {  }
.site-branding { width:60%;}
.mobilelogo { display:block!important}
.weblogo { display:none!important}

.site-header .form-section .example span { font-size: 125%; }
.site-header .form-section .example span:first-child + span{ font-size:150%;  } 
.site-header .form-section .example span:first-child + span img { width:12%; margin-bottom:10px; }
.site-header .form-section .example span:first-child + span a {  color:#FF5716; }
.site-header .form-section .example span:first-child + span + span { font-size:125%; line-height:25%;}

}
@media only screen and (max-width: 600px){ 
.site-header { margin-top:-33px;}

.site-header .form-section .example, #primary-menu li,  .hmesearch { display:none;}

.main_heading  { display:block!important; }
}
@media only screen and (max-width: 598px){ 

.solar_left {
  
  width: 100%;
}
.solar_right {
  float: left;
  margin-top: 5px;
  padding: 0;
  width: 100%;
}
.hmesearch {
  margin-top: 0;
  padding-bottom: 2px;
  padding-top: 2px;
}
	.single-post #secondary { width:70%;}

#wprmenu_bar{ display:none!important!important;} /*.page-id-153 #masthead {    margin-top: -61px;
    position: relative;
    z-index: 99999999 !important;
    background: #fff;
}*/
 .myinnerpageblock1 aside { width:100%; float:left; padding:0 30px; margin-top:10px;}
 
 #homeservice .container {
 
  padding-top: 50px;
}
}

@media only screen and (max-width: 540px){
.third_table td {
  display: block;
  float: left;
  text-align: left;
  width: 95%;
}
}

@media only screen and (max-width: 530px){ 

.main_heading  {font-size:26px; }
.main_heading span {font-size:28px;}


 .site-branding { width:40%;}

.site-branding img {
  max-width: 90%;
}
.innerform_inner {
	background: #ff6600 ;
	width: 95%;
	padding: 10px;
	margin: 10px;
	float: left;
}
}

@media only screen and (max-width: 480px){ 

.main_heading  {font-size:22px; }
.main_heading span {font-size:24px;}


	.single-post #secondary { width:90%;}
	.site-footer .widget-area .col{
		width: 100%;
	}
 

.mlab-modal-dialog { width:auto!important;}
.mlab-modal-header {
	min-height: auto;
	padding: 20px!important;
 
}
}
@media only screen and (max-width: 444px){ 
/*.homeheader .homeformcover {
 
  right: 1%;
  top: 5%;
  width: 97%;
}*/

/*.homeheader .homeform {

  float: none;
  height: auto;
  margin: 5%;
  padding: 20px;
  width: 90%;
}*/
.title_head {
    color: #ffffff;
    font-size: 18px;
	}

.frontpage .container h1 {
	font-size: 22px;
 
}
.site-branding {
	width: 40%;
}
.myvalll, .myvalll #textInpute, .myvalll #textInputg, .myvalll #textInputs{
	font-size: 20px!important;
	font-weight: bold;
	color: #FF5716;
}
}


@media only screen and (max-width: 425px){ 


.main_heading  {font-size:20px; }
.main_heading span {font-size:22px;}
.third_table td {
  display: block;
  float: left;
  text-align: left;
  width: 100%;
}
.title_head1 { font-size:14px;}
.value_one {
  width: 40%;
}
.value_two {
  width: 60%;
}
 /*.homeform_bg_inner_center {
  width: 100%;
}
.homeheader .homeform {
  float: none;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}*/
 .site-branding { width:50%;}

.site-branding img {
  max-width: 90%;
}

#homeservice .container, .pageservices .container, .pageservices .container span {
	font-size: 22px;
}

}
@media only screen and (max-width: 390px){  
.mlab-modal-content .title_head strong {

  font-size: 16px;
}
.mlab-modal-content {
  width: 300px!important;
} 
.third_table #address1, .third_table #email {

  width: 80% !important;
}
.myvalll, .myvalll #textInpute, .myvalll #textInputg, .myvalll #textInputs{ text-align:center!important;
}
.home button {
 
	padding: 5px!important;

	margin-right: 10px!important;
}

.frontpage .container .home {

	padding: 15px 5px 15px 5px;
}
.frontpage .container .home h3 { padding:0 10px; }
}
@media only screen and (max-width: 380px){ 

.homeform_bg {

  padding: 5px;
}
.single-post #secondary { width:100%;}
.form-section {
	margin-top: 0%;
}
.site-header .form-section .example span { font-size: 100%; }
.site-header .form-section .example span:first-child + span{ font-size:100%; margin-top:10px; margin-bottom:10px; } 
.page-id-153 .site-header .form-section .example span:first-child + span{ font-size:100%; margin-top:0px; margin-bottom:10px; } 
.site-header .form-section .example span:first-child + span img { width:11%;} 
.site-header .form-section .example span:first-child + span a {  color:#FF5716; }
.site-header .form-section .example span:first-child + span + span { font-size:100%; line-height:25%;}

 
}

@media only screen and (max-width: 360px){  #wprmenu_bar {
    margin-top: -12px; }

.main_heading  {font-size:16px; }
.main_heading span {font-size:18px;}
.second_line { margin-top:0; }
.second_table td { display:block; margin-bottom:10px; text-align:center; font-size:15px;}
 td:nth-child(1n + 2){ display:block; margin:0 auto; text-align:center; margin-bottom:10px; }
}


@media only screen and (max-width: 356px){
 #homeservice .container {
 
  padding-top: 70px;
}
.frontpage .container h1  {
	font-size: 18px;
 
}
}
@media only screen and (max-width: 350px){
.title_head { font-size:14px;  } .title_head2 { font-size:14px;  }
.quoteForm {
	max-width: auto;
	min-width: auto;
	border-width: 6px;
	margin: 0;
}

.frontpage .container .home figure {
	margin: 0 4%;
}

  }

@media only screen and (max-width: 315px){ 
#homeservice .container, .pageservices .container, .pageservices .container span  {
 
	font-size: 16px;
}

}
@media only screen and (max-width: 303px){ 
.title_head { font-size:12px;  } .title_head2 { font-size:12px;  }

.mlab-modal-content {
  width: 220px!important;
}
.mlab-modal-body {
 	padding: 7px!important;
}
.home button {
	margin-right: 5px !important;
}

 
.frontpage .container h1 {
	font-size: 16px;
 
}
 
}