/* CSS
Author: GILLAN E SOLUTIONS
Created: 05-01-2017
*/
/*
-------------------------------------------------------------- 
BROWSER SPECIFICATION STYLES
-------------------------------------------------------------- 
*/ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
a:hover {
	transition: all 0.4s ease-in-out;
}
h1 {
	font-family: Lato, sans-serif;
	font-size: 55px;
	color: #fff;
	text-transform: capitalize;
	line-height: normal;
	text-shadow: 0px 0px 4px rgba(8, 8, 8, 0.64);
}
h2 {
	font-family: Lato, sans-serif;
	font-size: 25px;
	color: #010101;
	text-transform: capitalize;
	line-height: 43px;
	margin-bottom: 15px;
}
h3 {
	font-family: Lato, sans-serif;
	font-size: 21px;
	color: #010101;
	text-transform: capitalize;
	line-height: normal;
	margin-bottom: 15px;
}
h4 {
    font-family: Lato, sans-serif;
    font-size: 19px;
    color: #010101;
    text-transform: capitalize;
    line-height: normal;
    margin-bottom: 15px;
}
h6 {
    font-family: Lato, sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.inner-banner img {
	width: 100%;
	height: auto;
}
.alignleft {
	float: left !important;
	margin: 0px 20px 20px 0px;
}
.alignright {
	float: right !important;
	margin: 0px 0px 20px 20px;
}
/*
-------------------------------------------------------------- 
GLOBAL STYLES
-------------------------------------------------------------- 
*/
.orange-btn {
    background: #427FEB;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 8px 15px;
    transition: all 0.5s;
}
.orange-btn:hover, .orange-btn:focus {
	background: #000;
	color: #fff;
	text-decoration: none;
}
.btn-go {
	background: rgba(255,255,255,0.5);
	display: inline-block;
	font-family: 'SourceSansPro-Semibold';
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 13px 30px;
	border: 0;
	transition: all 0.5s;
}
.btn-go:hover, .btn-go:focus {
	background: rgba(255,255,255,1);
	color: #000;
	text-decoration: none;
}
img {
	height: auto;
}
#yith-quick-view-content .tc-extra-product-options {
    visibility: visible !important;
}
/*
-------------------------------------------------------------- 
HEADER STYLE
-------------------------------------------------------------- 
*/
.header {
    background: #000;
    float: left;
    width: 100%;
    padding: 10px 0 12px;
    min-height: 128px;
}
.header-div {
	position: relative;
	display: block;
}
.logo {
    float: left;
    position: absolute;
}
.header-right {
    float: right;
    width: 100%;
}
.header-call {
    text-align: right;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding-top: 10px;
}
.header-call a {
    color: #fff;
}
.header-call a:hover,
.header-call a:focus {
    color: #669dff;
	text-decoration:none;
}
header.header.myfixedHeader {
    padding: 5px 0px 10px !important;
    min-height: auto;
}
header.header.myfixedHeader .logo {
    margin-top: 0;
}
/*
-------------------------------------------------------------- 
MAIN-NAV STYLE
-------------------------------------------------------------- 
*/
.main-nav {
    display: block;
    margin-top: 23px;
    background: #427feb;
    position: relative;
    margin-left: 77px;
}
.main-nav:before {
    position: absolute;
    content: '';
    clip-path: polygon(28% 0, 100% 1%, 100% 100%, 0% 100%);
    width: 30px;
    height: 37px;
    left: -26px;
    top: 0;
    background:#427feb;
}
.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    border-left: 1px solid #5990f1;
}
.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover,
.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
    background:#ffffff;
}
.main-nav .main-menu-more {
	display:none;
}
.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.header-btn > a.mega-menu-link {
    background: #ffffff;
    padding: 0px 25px;
	color: #000;
}
.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.header-btn > a.mega-menu-link:hover,
.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.header-btn > a.mega-menu-link:focus {
    background: #696969;
    color: #fff;
	border-left: 1px solid #696969;
}
/*
-------------------------------------------------------------- 
BANNER STYLE
-------------------------------------------------------------- 
*/
.banner-section {
    float: left;
    width: 100%;
}
.banner-top-bar {
	background:#427FEB;
	width: 100%;
	position: relative;
	padding: 22px 0 18px;
	text-align:center;
}
.banner-top-bar big {
	font-family: 'Varela Round', sans-serif;
	font-size: 26px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: normal;
}
.banner-area {
	float: left;
	width: 100%;
	min-height: 450px;
	position: relative;
}
.banner-area img {
	width: 100%;
}
.banner-area .nivo-caption {
	background: rgba(0, 0, 0,0.7);
	font-size: 32px;
	color: #fff;
	text-align: center;
	padding: 37px 0;
	opacity: 1;
}
.banner-area h2 {
	font-family: 'Lato', sans-serif;
	font-size: 37px;
	font-weight:bold;
	color: #fff;
	text-transform: none;
	line-height: 22px;
	margin-bottom: 13px;
}
.banner-area .nivo-controlNav {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 5px;
	z-index: 15;
	text-align: center;
	padding: 0px;
}
.nivo-controlNav a {
	background: #fff;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0px 2px;
	border: 1px solid #4e371c;
	font-size: 0px;
	text-indent: -999px;
	border-radius: 50%;
	cursor: pointer;
}
.banner-area .nivo-controlNav a.active {
	background-color: #427FEB;
}
.certified-dealer-img {
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 100;
	margin-top:-150px;
}
.certified-dealer-img img {
	width:auto;
}
/*
-------------------------------------------------------------- 
CONTENT STYLE
-------------------------------------------------------------- 
*/
.content-area {
	float: left;
	width: 100%;
}
.main-tab-area {
	float: left;
	width: 100%;
	border-bottom: 1px solid #c9c8ce;
	padding: 52px 0 58px;
	margin-bottom: 45px;
}
.main-tab-area h2 {
	font-family: Lato, sans-serif;
	font-weight: 300;
	font-size: 30px;
	color: #010101;
	text-align: center;
	text-transform: uppercase;
	line-height: 43px;
	margin-bottom: 46px;
}
.main-tab {
	display: block;
}
.main-tab-img {
	display: inline-block;
	overflow: hidden;
	margin-bottom: 10px;
}
.main-tab img {
	width: 100%;
	transition: All 1s ease;
	-webkit-transition: All 1s ease;
	-moz-transition: All 1s ease;
	-o-transition: All 1s ease;
}
.main-tab:hover img {
	-webkit-filter: grayscale(100%);
	transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
	cursor: pointer;
}
.main-tab h3 {
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    color: #010101;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-weight: 300;
}
.main-tab h3 a {
	color: #010101;
}
.main-tab:hover h3 a, .main-tab h4:focus a {
	color: #427FEB;
	text-decoration: none;
}
.main-tab:hover .orange-btn {
	background: #000;
}
.main-text-area {

    float: left;
    width: 100%;
    margin-bottom: 65px;
}
.main-text-area h2 {
    font-family: Lato, sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}
.main-tab-area.inner-tabs {
    border: 0;
    margin-bottom: 20px;
}
/*
-------------------------------------------------------------- 
BLOG STYLE
-------------------------------------------------------------- 
*/
.blog-listing {
    float: right;
	width:100%;
    border-bottom: 1px solid #e8e8e8;
	padding-bottom:20px;
	margin-bottom:20px;
}
.blog-listing:last-child {
	border:0px;
}
.blog-post {
    float: right;
	width:100%;
}
.blog-post h2 {
  	font-family: 'SourceSansPro-Semibold';
	font-size:28px;
	line-height: normal;
}
.blog-post h2 span {
	display: block;
	font-size: 15px;
    color: #bfbfbf;
}
.blog-post h2 a {
    color: #427FEB;
}
.blog-post h2 a:hover,
.blog-post h2 a:focus {
	text-decoration:none;
	color:#000;
}
.link {
    float: right;
    color: #427FEB;
}
.link:hover,
.link:focus {
	text-decoration:none;
    color: #000;
}
.blog-sidebar {
    float: left;
    width: 100%;
    background: #eaeaea;
    margin-bottom: 30px;
}
.blog-sidebar h2 {
    background: #427FEB;
	font-size: 20px;
    color: #fff;
    line-height: inherit;
	padding: 9px 10px;
    margin-bottom: 0px;
}
.blog-sidebar ul {
	margin-bottom:0px;
}
.blog-sidebar ul li {
    background: none !important;
    padding: 0px !important;
}
.blog-sidebar ul li a {
    display: block;
    color: #000;
    border-bottom: 1px solid #dedede;
    padding: 8px 8px 8px 12px;
}
.blog-sidebar ul li a:hover, 
.blog-sidebar ul li a:focus {
	text-decoration:none;
	color: #fff;
	background:#dedede;
}
.blog-sidebar ul li:last-child a {
	border-bottom: 0px;
}
.read-more {
	background-color: #f69e20;
	font-family: 'SourceSansPro-Semibold';
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border: 0;
	border-radius: 0px;
	transition: all 0.5s;
	padding: 8px 20px;
}
.read-more:hover, .read-more:focus {
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}
.tagcloud {
    display: block;
    overflow: hidden;
    padding: 7px;
}
.tagcloud a {
    float: left;
    background: #ccc;
    color: #000;
    font-size: 16px !important;
    padding: 3px 10px;
    margin: 5px 5px;
}
.tagcloud a:hover,
.tagcloud a:focus {
	text-decoration:none;
	color: #e28500;
	background:#dedede;
}
.comment-area {
    float: left;
    width: 100%;
    padding-top: 30px;
}
.spectacula-credit {
    display: none;
}
.comment-area #comments #respond .comment-form-email input, 
.comment-area #comments #respond .comment-form-author input, 
.comment-area #comments #respond .comment-form-url input, 
.comment-area #comments #respond .comment-form-row input, 
.comment-area #comments #comment-form .textarea-border {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    color: #9b9b9b;
    border: 1px solid #d4d4d4;
    padding: 5px 10px !important;
}
.comment-area #comments .moderation-buttons a, 
.comment-area #comments .comment-buttons .comment-button, 
.comment-area #comments .comment-buttons a, 
.comment-area #comments #respond .comment-buttons input {
    display: inline-block;
    background: #000;
    font-family: 'SourceSansPro-Semibold';
    font-size: 12px;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    outline: none;
    border: 0;
    letter-spacing: 1px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0px 15px;
}
.comment-area #comments .moderation-buttons a:hover, 
.comment-area #comments .comment-buttons .comment-button:hover, 
.comment-area #comments .comment-buttons a:hover, 
.comment-area #comments #respond .comment-buttons input:hover {
	background: #f69e20;
	color: #fff;
	text-decoration:none;
}
.comment-area #comments textarea#comment {
    color: #9b9b9b;
}
.comment-area #comments cite, 
.comment-area #comments div.toggle .poster-name {
    font-weight: normal;
    font-family: 'SourceSansPro-Semibold';
}
/*
-------------------------------------------------------------- 
GUARANTEE AREA STYLE
-------------------------------------------------------------- 
*/
.guarantee-area {
    float: left;
    width: 100%;
    background: url(../images/guarantee-bg-img.jpg) no-repeat;
    padding: 80px 0;
	background-size:cover;
	color:#fff;
}
.guarantee-text {
    font-size: 27px;
    line-height: 46px;
    padding-top: 33px;
}
.guarantee-text cite {
	position:relative;
    line-height: normal;
    color: #ffffff;
    font-weight: 300;
    font-family: Lato, sans-serif;
    font-size: 20px;
	padding-left: 19px;
}
.guarantee-text cite:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 12px;
    height: 1px;
    top: 50%;
    left: 2px;
}
.guarantee-img {
    text-align: center;
}
.guarantee-img img {
    display: inline-block;
}
/*
-------------------------------------------------------------- 
TESTIMONIAL STYLE
-------------------------------------------------------------- 
*/
.testimonial-area {
    float: left;
    width: 100%;  
}
.testimonial-div {
    float: left;
    width: 50%;
    padding: 60px 40px;
    color: #fff;
	background: url(../images/storm_raindrops_on_window.jpg) no-repeat;
	background-size:cover;
}
.testimonial-div .easy_t_single_testimonial blockquote.easy_testimonial {
    padding: 0;
    margin: 0;
    min-height: 200px;
    font-size: 21px;
    line-height: 28px;
}
.testimonial-div .testimonial_author {
    text-align: right;
    margin-top:30px
}
.testimonial-div .testimonial_author cite span {
    font-style: normal;
    font-size: 23px;
}
.testimonial-div .easy-t-cycle-controls div {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 0;
	border:2px solid #fff;
	border-radius:50px;
}
.testimonial-div .easy-t-cycle-controls div.cycle-prev {
	background: url(../images/prev-arrow.png) no-repeat left 7px center;
}
.testimonial-div .easy-t-cycle-controls div.cycle-next {
	background: url(../images/next-arrow.png) no-repeat left 11px center;
}
.owner-testimonial-div {
    float: left;
    width: 27%;
    background: #000;
    color: #fff;
    font-weight: bold;
    height: 100%;
    font-size: 16px;
    padding: 60px 22px 25px;
    text-align: justify;
    line-height: 26px;
}
.owner-testimonial-img {
    float: left;
    width: 23%;
    position: relative;
}
.owner-testimonial-img-div {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}
.owner-testimonial-img-div img {
	width:100%;
    object-fit: cover;
    height: 100%;
}
.owner-testimonial-div .title {
    text-align: right;
    margin-top: 60px;
}

/*
-------------------------------------------------------------- 
HOME-CONTACT STYLE
-------------------------------------------------------------- 
*/
.home-contact-area {
	background: #427FEB;
	float: left;
	width: 100%;
	padding: 44px 0;
	color:#fff;
}
.home-contact-div h2 {
    font-family: Lato, sans-serif;
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
	margin-bottom: 30px;
}
.home-contact-area ul {
    padding-left: 16px;
    margin-top: 10px;
}
.form-text-div {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.home-contact-area label {
	text-transform: uppercase;
}
.home-contact-area .form-group {
	margin-bottom: 9px;
}
.home-contact-area .btn-go {
	margin-top: 16px;
}
.home-contact-div {
	display: block;
	padding: 0 100px;
}
.home-contact-area h3 {
	color: #333333;
	text-transform: capitalize;
	border: 1px solid #fff;
	padding: 9px 69px 8px 68px;
}
.home-contact-area .heading-div:before, .home-contact-area .heading-div:after {
	background: #fff;
}
.home-contact-form {
	background: #fff;
	display: block;
	text-align: center;
	padding: 40px;
	padding-bottom: 22px;
}
.home-contact-div .gform_wrapper {
	margin: 0px;
}
.home-contact-div .gform_wrapper ul li.gfield {
	clear: inherit;
}
.home-contact-div .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 15px;
	padding-left: 0px;
	margin-top: 0px;
	background:none;
}
.home-contact-div .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px;
}
.home-contact-div .gform_wrapper label.gfield_label {
    font-weight: bold;
    font-size: 15px;
    line-height: 0.1;
    font-family: Lato, sans-serif;
}
.home-contact-div .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.home-contact-div .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
.home-contact-div .gform_wrapper ul.gform_fields li.gfield select {
	display: block;
	width: 100%;
	height: 38px;
	padding: 7px 11px;
	font-size: 14px;
	color: #000;
	border: 1px solid #d6d6d6;
	margin-bottom: 15px;
	outline:none;
}
 .home-contact-div .gform_wrapper input::-moz-placeholder,
.home-contact-div .gform_wrapper textarea::-moz-placeholder {
  color: #000 !important;
  opacity: 1;
}
.home-contact-div .gform_wrapper input:-ms-input-placeholder,
.home-contact-div .gform_wrapper textarea:-ms-input-placeholder {
  color: #000 !important;
}
.home-contact-div .gform_wrapper input::-webkit-input-placeholder,
.home-contact-div .gform_wrapper textarea::-webkit-input-placeholder {
  color: #000 !important;
}
.home-contact-div .gform_wrapper .gform_footer input.button, .home-contact-div .gform_wrapper .gform_footer input[type=submit], .home-contact-div .gform_wrapper .gform_page_footer input.button, .home-contact-div .gform_wrapper .gform_page_footer input[type=submit] {
	background: hsla(0, 0%, 100%, .41);
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    transition: all 0.5s;
    padding: 15px 32px;
    margin: 0;
	outline:none;
}
.home-contact-div .gform_wrapper .gform_footer input.button:hover, .home-contact-div .gform_wrapper .gform_footer input[type=submit]:hover, .home-contact-div .gform_wrapper .gform_page_footer input.button:hover, .home-contact-div .gform_wrapper .gform_page_footer input[type=submit]:hover {
	background: rgba(255,255,255,1);
	color: #000;
	text-decoration: none;
}
.home-contact-div .gform_wrapper textarea.medium {
    border: 1px solid #d6d6d6;
    outline:none;
    color: #000;
}
.home-contact-div .gform_footer.top_label {
    padding-top: 0;
}
.content-div .home-contact-div .gform_wrapper .gform_footer input.button, .content-div .home-contact-div .gform_wrapper .gform_footer input[type=submit] {
    background: #427FEB;
}
.content-div .home-contact-div .gform_wrapper .gform_footer input.button:hover, .home-contact-div .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #000;
	color:#fff;
}
/*
-------------------------------------------------------------- 
INNER FORM STYLE
-------------------------------------------------------------- 
*/
.content-div .gform_wrapper ul.gfield_radio li {
    background: none;
}
.content-div .gform_wrapper ul li.windows-div ul.gfield_radio li {
    display: inline-block;
    width: 22%;
    margin-right: 3% !important;
    margin-bottom: 20px;
}
.content-div .gform_wrapper ul li.windows-div ul.gfield_radio li:last-child {
    margin-right: 0 !important;
}
/*
-------------------------------------------------------------- 
FOOTER STYLE
-------------------------------------------------------------- 
*/
.footer {
	background: #333;
	float: left;
	width: 100%;
	border-top: 1px solid #333;
	padding: 40px 0 18px;
}
footer.footer h4 {
    color: #fff;
}
.footer-address {
    float: left;
    font-size: 14px;
    color: #fff;
    font-family: 'Varela Round', sans-serif;
}
.footer-address a {
	color:#fff;
}
.footer-address a:hover, .footer-address a:focus {
	color: #fff;
	text-decoration: underline;
}
.copy-right {
    float: left;
    font-size: 14px;
    color: #fff;
    font-family: 'Varela Round', sans-serif;
    width: 100%;
    padding: 50px 0 10px;
}
.copy-right a {
	color: #fff;
	text-decoration: underline;
}
.copy-right a:hover, .copy-right a:focus {
	text-decoration: none;
	color: #427FEB;
}
.widget-3.widget-last.widget-odd.payment {
	float: right;
	margin-top: 90px;
	margin-right: -50px;
}
.footer-menu {
	border-left: 1px solid #14539a;
	padding-left:30px !important;
}
.footer-menu ul {
	margin-bottom:3px;
}
.footer-menu ul li {
	display:block;
	list-style:none;
	padding-bottom:2px;
}
.footer-menu ul li a {
	color: #fff;
	text-decoration:none;
}
.footer-menu ul li a:hover,
.footer-menu ul li a:focus {
	color:#427feb;
}
/*
-------------------------------------------------------------- 
INNER CONTENT STYLE
-------------------------------------------------------------- 
*/
.content-div {
	float: left;
	width: 100%;
	min-height: 450px;
	padding: 40px 0 45px;
}
.content-div ul {
	list-style: none;
}
.content-div ul li {
	background: url(../images/content-bullet.png) no-repeat 0px 7px;
	padding: 0 0 12px 20px;
}
.inner-banner {
	float: left;
	width: 100%;
    position: relative;
}
.inner-banner:before {
    position: absolute;
    content: '';
    background: #00000045;
    width: 100%;
    height: 100%;
}
.inner-heading {
	position: relative;
}
.heading-div {
	position: absolute;
	bottom: 22px;
	left: 0;
}
.home-contact-div .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	border-top: 0;
	border-bottom: 0;
	padding-top: 0px;
}
.home-contact-div .gform_wrapper .validation_message {
    color: #7b0000;
    margin-top: -8px;
}
.home-contact-div .gform_wrapper .field_description_below .gfield_description {
	padding-top: 0px;
}
.home-contact-div .gform_wrapper div.validation_error {
	display:none;
	color: #ca1c1c;
	border-top: 1px solid #790000;
	border-bottom: 1px solid #790000;
	padding: 7px 0;
}
.home-contact-div .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(50% - 0px)!important;
    padding-top: 0px;
    padding-bottom: 0;
}
.windows-count {
    position: relative;
}
.windows-count .gfield_description {
    position: absolute;
    top: 0;
    left: 110px;
    width: 33px !important;
}
.windows-count #info {
    cursor: pointer;
}
.windows-count .validation_message {
    width: 100% !important;
    position: relative !important;
    left: 0 !important;
}
.popmake-content img {
    max-height: 150px;
    text-align: center;
    margin: 0 auto;
}

.popmake-content em {
    min-height: 40px !important;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    text-align:center;
}
/*
-------------------------------------------------------------- 
PRIVATE-TRAINING STYLE
-------------------------------------------------------------- 
*/
.content-div.private .main-tab-area {
	border-bottom: 0;
	margin: 0;
	padding: 74px 0 30px;
}
.top-text {
	display: block;
	font-size: 18px;
	line-height: 27px;
	padding-bottom: 25px;
}
.content-div.private .top-text {
	margin-bottom: 0;
}
/*
-------------------------------------------------------------- 
HOST A CLASS STYLE
-------------------------------------------------------------- 
*/
.content-div.host-class h3 {
	color: #f69f1c;
	text-transform: none;
	font-style: italic;
	margin-top: 12px;
}
/*
-------------------------------------------------------------- 
SPONSOR STYLE
-------------------------------------------------------------- 
*/
.sponsor-tab {
	display: block;
	text-align: center;
	margin-bottom: 40px;
}
.sponsor-tab img:hover {
	opacity: 0.8;
}
.sponsor-tab h3 a {
	color: #010101;
	text-decoration: none;
}
.sponsor-tab h3 a:hover, .sponsor-tab h3 a:focus {
	color: #e6a711;
	text-decoration: none;
}
.sponsor-tab span.price {
	display: block;
	margin-bottom: 10px;
}
/*
-------------------------------------------------------------- 
CONTACT STYLE
-------------------------------------------------------------- 
*/
.content-div.contact {
	padding-top: 100px;
}
.contact-nav {
	display: block;
	text-align: center;
}
.contact-nav ul {
	list-style: none;
}
.contact-nav ul li {
	background: none;
	display: inline-block;
	font-family: 'SourceSansPro-Semibold';
	font-size: 17px;
	padding: 0 40px;
}
.contact-nav ul li span {
	display: block;
	font-size: 21px;
	margin-bottom: 10px;
}
.contact-nav ul li img {
	margin-bottom: 15px;
}
.map-area {
	float: left;
	width: 100%;
}
@media only screen and (max-width:1199px) {
.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 11px;
    font-size: 12px;
}
.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.header-btn > a.mega-menu-link {
    padding: 0px 17px;
}
}


/* I Pad Landscape */
@media only screen and (max-width:1024px) {
h1 {
	font-size: 45px;
}
.header {
    padding: 10px 0 8px;
}
.logo {
    position: absolute;
    z-index: 10;
    margin-top: 0;
}
.header-right {
    width: 100%;
}
.header-call {
    margin-top: 0px;
}
.banner-area {
	min-height: 400px;
}
.banner-top-bar big {
    font-size: 25px;
}
.banner-area h2 {
	font-size: 30px;
}
.main-tab-area h2 {
	font-size: 24px;
}
.main-tab h3 {
    font-size: 22px;
}
.guarantee-text {
    line-height: 42px;
}
.footer-address {
    font-size: 13px;
}
.copy-right {
    font-size: 13px;
}
.home-contact-div .gform_wrapper label.gfield_label {
    font-weight: normal;
}
}

/* I Pad Potrait */
@media (max-width: 991px) {
h1 {
	font-size: 40px;
}
.header-call {
    margin-top: 5px;
    font-size: 18px;
}
.main-nav {
	background:none;
	margin-left: 0;
}
.main-nav:before {
	display:none;
}
.main-nav #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
    background: none;
}
.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    background: #383838;
    margin-bottom: 10px;
    font-size: 13px;
	border-left: 0;
}
.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
    color: #5c93f5;
}
.banner-top-bar big {
    font-size: 22px;
}
.banner-area {
	padding-top: 0px;
	min-height: 300px;
}
.banner-top-bar {
	position: relative;
}
.banner-top-bar h1 {
	font-size: 27px;
}
.banner-area .banner-top-bar h2 {
	font-size: 22px;
}
.banner-area .nivo-caption {
	line-height: 16px;
	padding: 18px 0 23px;
}
.banner-area h2 {
	font-size: 24px;
	line-height: 20px;
	margin-bottom: 7px;
}
.banner-area .nivo-controlNav {
    bottom: 15px;
}
.main-tab-area h2 {
    font-size: 25px;
    line-height: normal;
}
.main-text-area h2 {
    font-size: 28px;
}
.main-tab {
	margin: 0px auto 60px auto;
	width: 70%;
}
.main-tab-img {
	width: 100%;
}
.main-tab-area .col-md-4:last-child .main-tab {
	margin-bottom: 0px;
}
.guarantee-text {
    font-size: 23px;
    padding-top: 0px;
	margin-bottom:20px;
}
.footer {
    padding: 30px 0 25px;
}
.footer-address {
    margin-bottom: 15px;
}
.copy-right {
    width: 100%;
    text-align: center;
    line-height: normal;
}
.home-contact-div .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px;
}
.home-contact-div .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0px)!important;
	margin-top:0px;
}
.inner-banner img {
    min-height: 130px;
    object-fit: cover;
}
.testimonial-div {
    width: 100%;
}
.owner-testimonial-div {
    width: 57%;
}
.owner-testimonial-img {
    width: 43%;
}
.owner-testimonial-img-div img {
    object-position: top;
}
.footer-menu {
    padding-left: 15px !important;
}
}

/* I Phone 6 Land Scape */
@media (max-width: 767px) {
h1 {
    font-size: 36px;
}
.banner-area {
	min-height: inherit;
}
.banner-top-bar big {
    font-size: 20px;
}
.banner-area h2 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 7px;
}
.banner-area .nivo-controlNav {
    bottom: 5px;
}
.main-tab-area h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.main-tab {
	margin: 0px auto 60px auto;
	width: 70%;
}
.main-tab-img {
	width: 100%;
}
.main-tab-area .col-md-4:last-child .main-tab {
	margin-bottom: 0px;
}
.main-tab h3 {
    font-size: 21px;
}
.main-text-area h2 {
    font-size: 26px;
}
.home-contact-div {
	padding: 0 70px;
}
.contact-nav ul li {
	padding: 0 15px;
}
.alignleft {
	float: none !important;
	text-align: center;
	margin: 0px auto 20px auto;
}
.alignleft img {
	display: inline-block;
}
.alignright {
	float: none !important;
	text-align: center;
	margin: 0px auto 20px auto;
}
.alignright img {
	display: inline-block;
}
.img-col {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.img-col img {
    display: inline-block;
}
.home-contact-div .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: normal;
    min-height: inherit;
}
.widget_text.col-md-4.col-sm-5.footer-map {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.footer-address {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}
footer.footer h4 {
    margin-bottom: 10px;
}
.footer-menu {
    text-align: center;
}
.footer .footer-menu h4 {
    display: none;
}
.footer-menu ul li {
    display: inline-block;
}
.footer-menu ul li a {
    border-right: 1px solid #fff;
    padding-right: 6px;
    margin-right: 4px;
}
.footer-menu ul li:last-child a {
    border: 0;
    padding-right: 0;
    margin-right: 0;
}
.copy-right {
    padding: 30px 0 10px;
}
}
@media (max-width: 640px) {
h1 {
    font-size: 32px;
}
.header-right {
    position: relative;
}
.logo {
    position: relative;
    width: 100%;
    text-align: center;
}
.header-call {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 10px;
	z-index: 10;
}
.banner-top-bar big {
    font-size: 19px;
}
.main-tab {
	width: 80%;
}
.home-contact-div {
	padding: 0 50px;
}
.banner-area  .nivo-controlNav a {
	width:10px;
	height:10px;
}
.banner-area h2 {
    font-size: 18px;
}
.guarantee-text {
    font-size: 21px;
    line-height: 31px;
}
.copy-right br {
    display: none;
}
header.header.myfixedHeader .header-call {
    top: 0px;
    margin-top: 9px;
}
header.header.myfixedHeader .main-nav {
    padding-top: 1px;
    margin-bottom: 5px;
}
}
/* Mobile Phone */
@media (max-width: 480px) {
h1 {
    font-size: 27px;
}
.banner-top-bar big {
    font-size: 17px;
}
.banner-top-bar {
    padding: 19px 0;
}
.main-text-area h2 {
    font-size: 24px;
}
.banner-area h2 {
    font-size: 17px;
}
.main-tab-area h2 {
	font-size: 22px;
}
.main-tab h3 {
    font-size: 20px;
}
.main-text-area h2 {
    font-size: 23px;
}
.main-tab {
	width: 100%;
}
.home-contact-div {
	padding: 0 20px;
}
.footer-address {
	width: 100%;
	text-align: center;
}
.copy-right {
	padding-top: 10px;
	width: 100%;
	text-align: center;
}
.contact-nav ul li {
	padding: 0 15px 50px;
}
.content-div .gform_wrapper ul li.windows-div ul.gfield_radio li {
    width: 47%;
}
.popup-window-tab {
	display: block;
    min-height: 180px;
}
}
@media (max-width:479px) {
.inner-banner img {
	min-height: 105px;
}
.heading-div {
    bottom: 10px;
}
.logo {
	padding: 0px 10px;
}
.main-nav {
    margin-bottom: 5px;
}
.header-call {
    font-size: 14px;
    top: 14px;
}
.banner-top-bar {
    padding: 7px 0;
}
.banner-top-bar big {
    font-size: 15px;
}
.banner-area .nivo-caption {
	padding: 10px 0 23px;
}
.banner-area h2 {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 0px;
}
.main-tab-area h2 {
    font-size: 20px;
    line-height: 25px;
}
.main-tab h3 {
    font-size: 19px;
}
.home-contact-div {
	padding: 0;
}
.content-div {
    padding: 30px 0 45px;
}
.main-text-area h2 {
    line-height: normal;
}
.guarantee-text {
    font-size: 19px;
    line-height: 27px;
}
.home-contact-div h2 {
    font-size: 29px;
}
.owner-testimonial-div {
    width: 100%;
}
.owner-testimonial-img {
    width: 100%;
}
.owner-testimonial-img-div {
    position: relative;
    height: auto;
}
.owner-testimonial-img-div img {
    height: auto;
}
.testimonial-div .easy_t_single_testimonial blockquote.easy_testimonial {
    font-size: 18px;
    line-height: 26px;
}
.testimonial-div .testimonial_author cite span {
    font-size: 20px;
}
.testimonial-div {
    padding: 60px 15px;
}
.popmake-content em {
	font-size:13px;
}
.popup-window-tab {
	display: block;
    min-height: 180px;
}
.popmake-content img {
    max-height: 100px !important;
}
}