/* ==========================================================================
	Global Settings
========================================================================== */

/*
* Boxsizing set to border box http://css-tricks.com/box-sizing/
*/

*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
* Body settings, change it as required
*/

body { font-family: 'Open Sans', sans-serif; font-size: 1em; line-height: 1.4; color:#222222; margin: 0; }


/*
* Headings
*/

h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; font-weight:bold; text-rendering: optimizeLegibility; margin-top:0;}


/*
* Paragraphs
*/

p { font-weight: normal; margin-top:0; font-size:14px; color:#222222;}


/*
* Links
*/

a { color: #2ba6cb; text-decoration: none; line-height: inherit; }
a:hover { color: #2795b6; }
a:focus { color: #2ba6cb; outline: none; }
p a, p a:visited { line-height: inherit; }


/*
* A better looking default horizontal rule
*/

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }


/*
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/
img {
    vertical-align: middle; max-width: 100%; height: auto; -ms-interpolation-mode: bicubic;
}


/*
* Remove default fieldset styles.
*/

fieldset { border: 0; margin: 0; padding: 0; }


/*
* Allow only vertical resizing of textareas.
*/

textarea {
    resize: vertical;
}

input, select, textarea, button {
	font-family: 'Open Sans', sans-serif;
}


/* ==========================================================================
	Helper classes
========================================================================== */

/*
* Floats
*/

.left { float: left; }

.right { float: right; }


/*
* Text Alignment
*/

.text-left { text-align: left; }

.text-right { text-align: right; }

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


/*
* Image Alignment
*/

img.alignleft { float:left; margin:0 10px 10px 0; display: inline;}

img.alignright { float:right; margin:0 0px 10px 10px; display: inline;}

img.aligncenter { display:block; margin-left:auto; margin-right:auto; margin-bottom:10px;}


/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
* Hide visually and from screenreaders, but maintain layout
*/

.invisible {
    visibility: hidden;
}

/*
* Clearfix: contain floats
*/

/*
* More semantic version as described in http://css-tricks.com/snippets/css/clear-fix/
*/
.group:after {
  content: "";
  display: table;
  clear: both;
}

/*
* overflow method for clearing floats
*/
.floatbox { overflow:hidden; }

/*
* older method of adding empty tags for clearing
*/
.clear { clear: both; height:1px; line-height:1px; }


/*
* Chromeframe
*/
.chromeframe { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }

/*
* Other
*/
.screen-reader-text { display: none; }


/* ==========================================================================
	Layout
========================================================================== */
#container { min-width:320px; overflow-x:hidden; }
/*
* Header
*/
#header{ padding:7px 0 0;}

/*
* Container
*/
.container{ max-width:1030px; min-width:320px;}

/*
* Content
*/
#content{ padding:22px 0 80px;}

/*
* Main
*/
#main { width: 80%; padding-top: 8px; }
.tax-product_categories #main, .archive.tag #main, .single-post #main, .page-id-1509 #main, .page-id-2867 #main, .page-id-1495 #main, .page-template-page-right-sidebar #main { width: 51%;  }

/*
* Inner-Content
*/
.inner-content { width: 71%; }
.inner-content #main{ width: 75%;}
.inner-content #sidebar2{ width: 25%;}

/*
* Sidebar
*/
#sidebar{ width: 29%;}

/*
* Footer
*/
#footer{ background:#f2f2f2 url(../img/shadow1.png) no-repeat center top; padding:40px 0;}

/* ==========================================================================
	Common Functionalities & UI Elements
========================================================================== */
/*
* Logo
*/
#header .logo{ float:left; margin-bottom:24px;}
#header .logo h1{ margin:0;}
#header .logo a{ overflow:hidden; display:block; position:relative;}

/*
* Main-Navigation
*/
#main-navigation{ clear:both; height:51px; background:#222222;}
#main-navigation ul{ padding:0; margin:0; float:left;}
#main-navigation li{ list-style:none; float:left; min-width:97px; text-align:center; border-right:1px solid #000; position:relative;}
#main-navigation li a{ color:#fff; font-size:14px; line-height:51px; font-weight:300; display:block;}
#main-navigation li:hover { background:#20d2ff; color:#222222;}
#main-navigation li.current-menu-item > a{ background:#20d2ff; color:#222222;}
#main-navigation .language-list{ margin-left:20px;}
#main-navigation .language-list li{ min-width:inherit !important; display:inline-block; float:none; margin:0 2px; border-right:0;}
#main-navigation .language-list li a:hover{ background:none;}

#main-navigation li ul{ background:rgba(34,34,34,.95); position:absolute; left:0; top:51px; width:192px; z-index:99; padding:16px; display:none;}
#main-navigation li ul li{ float:none; min-width:inherit; border-right:0; text-align:left; border-bottom:1px solid #444443;}
#main-navigation li li a{ line-height:30px; color:#cecece; font-size:12px; padding: 0 5px;}
#main-navigation li li a:hover{ background:none; color:#fff;}

#main-navigation li:hover ul{ display:block;}

/*
* Error boxes
*/
.errors, .post ul.errors { list-style: none; margin-left: 0; }
.error { margin-right: 0 !important; display: block; color: #222; font-weight:bold; padding:6px; margin:10px 0; font-size: 12px; background:#ffecec; border:1px solid #f5aca6; }

.post .form-unsent p { margin-bottom: 10px; }
.form-unsent span { display: block; font-weight: bold; }
.form-unsent input[type="text"], .form-unsent select, .form-unsent textarea { width: 100%; padding: 4px; }

/*
* BreadCrumbs
*/
.breadcrumbs { font-size: 14px; margin-bottom: 25px;}
.breadcrumbs a, .breadcrumbs span { font-size: 14px; line-height: 25px;}
.breadcrumbs a { color: #222222; }
.breadcrumbs span { color: #22d2f7; }
.page-id-6739 .breadcrumbs {
	margin-left: 0 !important;
	width: 100% !important;
}

@media (min-width:768px) {
	.layout1 .breadcrumbs.col-sm-10 { width: 80%; }
	.layout1 .breadcrumbs.col-sm-offset-2 { margin-left: 20%; }
}

/*
* Footer
*/
#footer .logo{ margin-right:10px;}
#footer p{ font-weight:300; font-size:12px; color:#999999; line-height: 20px;}
#footer .column{ width:20%; float:left;}
#footer .column h6{ font-size:12px; color:#3dd5f8;}
#footer .column p{ color:#999999;}

#footer h6{ margin-bottom:0px; line-height:24px;}
#footer ul{ margin:0; padding:0;}
#footer ul li{ list-style:none;}
#footer li a{ color:#999999; font-size:12px; line-height:24px;}

.footer-links{ padding-top:34px;}

/*
* Post
*/
.post dl, .post dt, .post dd, .post ul, .post h1, .post h2, .post h3, .post h4, #sidebar2 h4,
.post h5, .post h6, .post pre, .post p, .post blockquote, .post th, .post td
{ margin: 0; padding: 0; font-size: 14px; direction: ltr;}

.post p { /*font-size: 12px; line-height: 20px; color: #999999;*/ margin-bottom:35px;}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6, #sidebar2 h4
{font-weight: bold; font-style: normal; color: #222222; text-rendering: optimizeLegibility; line-height: 25px; margin-bottom: 22px; }

.post h1 small, .post h2 small, .post h3 small, .post h4 small, .post h5 small, .post h6 small
{ font-size: 60%; color: #222222; line-height: 0;}

.post h1 { font-size: 30px;}

.post h2, .page-title { font-size: 30px; font-weight: 300; line-height: 25px;}
.search .page-title { margin-bottom: 40px; }

.post h3 { font-size: 20px; /*font-weight: 400;*/ }

#sidebar2 h4 { font-size: 20px; font-weight: 300; }

.post h4 { font-size: 16px;}

.post h5 { font-size: 16px;}

.post h6 { font-size: 14px;}

.post code { font-weight: 700; background: #ffff99;}

.post p a{ color:#222222;}

.entry-footer { font-size: 80%; color: #222; }

/* Post - Lists ---------------------- */
.post ul, .post ol, .post dl { font-size: 12px; line-height: 20px; color: #999999; margin-bottom: 20px; list-style-position: outside; }
.post ul { margin-left: 20px;}
.post ul li{ margin-right:20px;}
.post ul li p,.post ol li p{ margin-bottom:0;}

.post ul li ul, .post ul li ol { margin-left: 20px; margin-bottom: 0;}

.post ol { margin-left: 20px; }
.post ol li ul, .post ol li ol { margin-left: 20px; margin-bottom: 0;}
.home .post p { font-size: 13px; }

/* Post - Blockquotes ---------------------- */
.post blockquote, .post blockquote p { line-height: 1.5; color: #222222;}

.post blockquote { margin: 0 0 50px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd;}
.post blockquote cite { display: block; font-size: 13px; color: #222222;}
.post blockquote cite:before { content: "\2014 \0020"; }
.post blockquote cite a, .post blockquote cite a:visited { color: #222222;}

/*
* Posts
*/

.posts { margin-bottom:30px;}
.posts h6 { font-size: 12px; margin: 15px 0px; line-height: 14px; }
.posts .post { border-left:1px solid #cecece; }
.posts .post p { margin-bottom:15px; }
.posts .post:first-of-type{ border:0;}

/*
* Section
*/

.section1 .post h4 { font-size: 16px; line-height: 19px; color:#22d2f7; margin-bottom:15px; }
.section1 .post p { margin-bottom: 15px; }
.section1 { margin-bottom: 70px; }
.section1 + .section1 { border-left:1px solid #cecece; }

/*
* Testimonial
*/

.testimonial { text-align: center; }
.testimonial blockquote { border: none; margin-bottom: 50px; }
.testimonial blockquote h4 { font-size: 14px; line-height: 20px; font-weight: 600; font-style: italic; color: #999999; display: inline-block; margin-bottom: 5px;}
.testimonial blockquote h4:before { display: inline-block; content: ""; background: url(../img/theme/quote-bg.png) no-repeat left top; width: 36px; height: 32px;  margin-bottom: 15px; }
.testimonial blockquote p { font-size: 12px; line-height: 20px; font-style: italic; margin-bottom: 10px; color: #999999; }
.testimonial blockquote p.cite { font-weight: 700; font-style: normal; color: #222222 }

/*
* Sidebar2
*/

#sidebar2 { width: 20%; padding-right: 31px; }
#sidebar2 .box2 h2 { font-size: 16px; line-height: 19px; }
#sidebar2 .reasons { padding: 15px 10px; }
@media (min-width: 768px) {
	.tax-product_categories #sidebar2.col-sm-pull-9, .archive.tag #sidebar2.col-sm-pull-9, .single-post #sidebar2.col-sm-pull-9, .page-id-1509 #sidebar2.col-sm-pull-9, .page-id-2867 #sidebar2.col-sm-pull-9, .page-id-1495 #sidebar2.col-sm-pull-9, 
	.page-template-page-right-sidebar #sidebar2.col-sm-pull-9	{  right: 51%; }
}

/*
* Search Box
*/
.search-box p { position: relative; margin: 0px; }
.search-box h3 { color: #fff; font-size: 14px; margin-bottom: 13px;}
.search-box input[type=search] { width: 100%; padding: 0 35px 0 10px; color:#222222; }
.search-box input[type=submit], .search-box.form1 input[type=submit] { width:35px;  border:none; background: url(../img/submit.png); position: absolute; right: 0px; top: 0px; text-indent: -999em; font-size: 0px; display: block; line-height: 0px; }

#sidebar .search-box {  padding: 18px;  }
#sidebar2 .search-box { padding: 15px 9px;}


/*
* Secondary Navigation
*/
.secondary-navigation { border-right: 1px solid #cecece; padding-top: 8px; padding-bottom:35px; margin-bottom: 24px; }
.secondary-navigation ul { padding: 0px; margin: 0px; list-style-type: none; }
.secondary-navigation li { margin-bottom: 6px; }
.secondary-navigation li.current-menu-item > a, .secondary-navigation li.current-cat > a { background: #d6f1f7; }
.secondary-navigation li a { color: #222222; text-transform: uppercase; font-size: 12px; display: block; padding: 7px 0px 7px 6px; }
.secondary-navigation li a:hover, .secondary-navigation li a:focus { background: #d6f1f7; }
.secondary-navigation li ul { margin-left: 20px; padding-top: 0px; }
.secondary-navigation li li { margin-top: 9px; margin-bottom: 0px; }
.secondary-navigation li li.current-menu-item a, .secondary-navigation li li.current-cat a { color: #22d2f7; background: none;}
.secondary-navigation li li a { color: #999999;  padding: 0px;}
.secondary-navigation li li a:hover, .secondary-navigation li li a:focus { color: #22d2f7; background: none; }

/*
* Widget
*/
.widget { padding-top: 8px; padding-bottom:35px; margin-bottom: 24px; }
.widget ul, .categories-list { padding: 0px; margin: 0px; list-style-type: none; }
.widget li { margin-bottom: 6px; }

/*
* Button1
*/
.button1, .navigation a{ background:#9bc700; font-size:14px; color:#fff; line-height:20px; padding:5px 20px; display:inline-block; height:31px; border:0; margin-bottom: 10px;}
.button1:hover,.button1:focus, .navigation a:hover{ color:#fff;}
.section1 .button1 { height: auto; text-align: left; }
.navigation { margin-top: 45px; padding-top: 45px; border-top: 1px solid #d6d6d6;  }

/*
* Button2
*/

.button2{ background:url(../img/button2-bg.png) repeat-x; font-size:19px; color:#fff; line-height:20px; padding:5px 17px; display:inline-block; height:58px; border:0; font-weight:700;}
.button2:hover,.button2:focus{ color:#fff;}

/*
* Button3
*/

.button3 { background:#9bc700; font-size:14px; color:#fff; line-height:20px; padding:13px 0px; display:block; height:42px; border:0; width:222px; text-align:center; margin: 0 auto; margin-bottom: 28px;}
.button3:hover,.button3:focus{ color:#fff;}

/*
* Button4
*/

.button4 { background: #9bc700; font-size: 12px; line-height: 15px; font-weight: 700; color: #ffffff; padding: 9px 8px 8px; border: none; }
.button4:hover,.button4:focus{ color:#fff;}
.button4 img { margin-right: 5px; }

/*
* Lists
*/
.list1 ul{ margin:0; padding:0;}
.list1 li{ list-style:none; font-size:12px; color:#222222; line-height:16px; margin-bottom:20px;}
.list1.reasons li a { color:#222222; }
.list1 i{ display:inline-block; float:left; width:44px; height:44px; margin-right:10px; background-repeat:no-repeat; background-position:left center;}
#sidebar2.col-sm-3 .reasons.list1 i { float: none; display: block; margin: 0 auto 10px auto; }
#sidebar2.col-sm-3 .reasons.list1 { text-align: center; }
.list1 .icon1{ background-image:url(../img/icons/icon1.png);}
.list1 .icon2{ background-image:url(../img/icons/icon2.png);}
.list1 .icon3{ background-image:url(../img/icons/icon3.png);}
.list1 .icon4{ background-image:url(../img/icons/icon4.png);}
.list1 .icon5{ background-image:url(../img/icons/icon5.png);}
.list1 .icon6{ background-image:url(../img/icons/icon6.png);}

.list2 { margin:0; padding:0;  list-style:none; }
.list2 li:first-child { margin-left: 0; }
.list2 li { margin-left: 30px; text-align: center; font-size: 10px; line-height: 17px; color: #222222; float: left; }
.list2 li .icon { display: block; height: 34px; width: 34px; line-height: 29px; border: 1px solid #222222; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; behavior: url("assets/javascripts/vendor/PIE.htc"); position:relative; }
.list2 li a { color: inherit; }


/*
* Form
*/
.form1 { background: #fff; }
.form1 input[type=text], .form1 input[type=search], .form1 input[type=submit] { height: 31px; font-size: 14px; line-height: 14px; border: none; width: 100%; }
.form1 input[type=text]::-moz-placeholder{ opacity:1;}

.form2 input[type=text], .form2 input[type=search], .form2 select{ width:100%; height:28px; border:0; background:#fff; font-size:12px; color:#222222; padding:5px 10px; line-height:18px;}
.form2 input[type=text]::-moz-placeholder{ opacity:1 ; }

.form2 ::-webkit-input-placeholder {
	color:#222222;
}
.form2 :-moz-placeholder { /* Firefox 18- */
	color:#222222;
}
.form2 ::-moz-placeholder {  /* Firefox 19+ */
	color:#222222;
}
.form2 :-ms-input-placeholder {
	color:#222222;
}

.form2 ul { margin: 0; padding: 0; }
.form2 li { list-style: none; margin-bottom: 12px; }
.form2 li label{ font-size: 11px; margin-bottom: 5px; font-weight: bold; }
.form2 .button2{ width:100%; margin-top:10px;}
.form2 .selectbox select::-ms-expand { display: none; }
.form2 .selectbox{ position:relative; display: block; height:28px; }
.form2 .selectbox:before{ pointer-events: none; background:#fff url(../img/selectbox-bg.png) no-repeat right top; content:""; width:28px; height: 28px; display:block; right:0; z-index:99; top:0px; position:absolute;}
.form2 .selectbox select { appearance: none; -moz-appearance: none; -webkit-appearance: none; }
.form2 textarea { width:100%; height:28px; border:0; background:#fff; font-size:12px; color:#222222; padding:5px 10px; line-height:18px; resize: none; min-height: 59px; }

.form2 li.one-half { float: left; width: 45%; margin-left: 10%;}
.form2 li.one-half:nth-child(2n+1) { margin-left: 0; }
.form2 li.full-width { clear: left; }

.form2 li.one-third { float: left; width: 30%; margin-right: 5%;}
.form2 li.one-third.alt { margin-right: 0; }
.form2 li.textarea-field { float: right; margin-top: -79px; }

.box4 .gform_footer{padding:0 15px}
.box4 .gform_footer .button2{margin-top:0}
.box4 .validation_error,.box4 .gform_confirmation_message{margin-left:15px;margin-right:15px}

.contact-form { margin-bottom: 25px; }
.contact-form ul { margin-left: 0; padding-left: 0; font-size: 14px; color: #222; }
.contact-form ul li { margin-left: 0; margin-right: 0; margin-bottom: 15px; }
.contact-form input, .contact-form textarea { border: 1px solid #dedede; }
.contact-form input, .contact-form textarea { width: 100%; }
.contact-form input.contact-submit { border: 0; background:#9bc700; font-size:14px; color:#fff; line-height:20px; padding:13px 20px; display:block; height:42px; border:0; width:auto; text-align:center; /*margin-bottom: 28px;*/}
.contact-submit:hover,.contact-submit:focus{ color:#fff;}
.contact-form div.contact-response-output { margin-top: 20px; }

.clear-left { clear: left; }

/**
 * GravityForms
 */
.price-well .gform_wrapper{margin-left:-15px;margin-right:-15px}
.well .gform_wrapper{margin-left:0;margin-right:0}
.gform_wrapper ul{list-style:none;padding:0;overflow:hidden}
.gform_wrapper .instruction,.gfield_visibility_hidden{display:none}
.gfield.col-md-12{overflow:hidden;clear:both}
.well .gform_wrapper .gform_footer{text-align:center}
.hidelabels .field_description_below label{display:none}
.hidelabels .show-label label{display:block}
.hidelabels .radio label, .hidelabels .checkbox label{display:block}
.hidelabels .checkbox{margin:0}
.gform_confirmation_message{background:#fff;padding:3px 5px;font-size:12px;margin-bottom:10px}
.validation_error{color:#fff;background:#e74c3c;padding:3px 5px;font-size:12px;margin-bottom:10px}
.gfield_error .validation_message{font-weight:400;color:#e74c3c;font-size:11px;padding:3px 0;font-weight:bold}
.seperator-with-text{text-align:center;position:relative;display:block;width:100%}
.seperator-with-text span{position:relative;z-index:99;display:inline-block;width:40px;background:#fff;text-align:center;text-transform:uppercase;border:1px solid #dadada;font-size:11px;height:25px;line-height:25px}
.seperator-with-text:before{position:absolute;width:100%;height:1px;background:#dadada;top:12px;left:0;content:""}
.small{font-size:80%;margin-top:5px;font-style:italic}

/**
 * Datepicker
 */
.ui-datepicker.ui-widget{background:#333;border:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}
.ui-datepicker{padding:0;text-align:center}
.ui-datepicker a{color:#fff}
.ui-datepicker-header{border:none;background:transparent;font-weight:400;font-size:15px}
.ui-datepicker-header .ui-state-hover{background:transparent;border-color:transparent;cursor:pointer;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}
.ui-datepicker .ui-datepicker-title{margin-top:.4em;margin-bottom:.3em;color:#e9f0f4}
.ui-datepicker .ui-datepicker-prev-hover,.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,.ll-skin-melon .ui-datepicker .ui-datepicker-next,.ll-skin-melon .ui-datepicker .ui-datepicker-prev{top:.9em;border:none}
.ui-datepicker .ui-datepicker-prev-hover{left:2px}
.ui-datepicker .ui-datepicker-next-hover{right:2px}
.ui-datepicker .ui-datepicker-next span{float:right}
.ui-datepicker .ui-datepicker-prev span{float:left}
.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{margin-top:0;top:0;font-weight:400;padding:0.5em;color:#fff}
.ui-datepicker .ui-datepicker-prev span{background-position:-96px 0}
.ui-datepicker table{margin:0;text-align:center}
.ui-datepicker th{padding:0.5em 0;color:#ccc;font-size:13px;font-weight:400;border:none;text-align:center}
.ui-datepicker td{background:#eee;border:none;padding:0}
.ui-datepicker td a{color:#333;display:block}
.ui-datepicker td .ui-state-default{background:transparent;border:none;text-align:center;padding:.25em;margin:0;font-weight:400;color:#999;font-size:16px}
.ui-state-disabled{opacity:1}
.ui-state-disabled .ui-state-default{color:#fba49e}
.ui-datepicker td .ui-state-active,.ui-datepicker td .ui-state-hover a{background:#20d2ff;color:#fff}
.ui-datepicker-title select{border:0;margin:0 0.25em}
.ui-datepicker-header > a{display:none}

/*
* Newsletter
*/
.newsletter { padding:32px 20px; margin-bottom:60px;}
.newsletter h2{ font-size:30px; font-weight:300; color:#fff; margin-bottom:22px;}
.newsletter p{ font-size:12px; font-weight:300; color:#a6a6a6; line-height:20px; margin-bottom:15px;}
.newsletter input[type=text], .newsletter input[type=email]{ width: 100%; font-size:14px; padding:5px 10px; border:0; margin-right:25px; color:#222222;}
.newsletter .gfield{width:50%;float:left;padding:0 15px}
.newsletter .gfield:first-of-type{padding-left:0}
.newsletter .gfield:last-of-type{padding-right:0}
.newsletter .gform{margin-left:-15px;margin-right:-15px}

/*
* Register
*/
.bigheader { text-align: center; }
.register{ background:#22d2f7; position:relative; margin-top: -81px; margin-bottom: 50px; }
.register:before{ content:""; background:url(../img/corner-style1.png) no-repeat; position:absolute; top:0; left:-7px; width:7px; height:8px;}
.register header{ background:url(../img/shadow2.png) repeat-x left bottom; padding:15px 0 20px; text-align:center;}
.register header h2, .request-quote h4.bigheader{ color:#fff; font-size:40px !important; line-height:40px; margin-bottom:5px; font-weight:300  !important; text-transform:uppercase;}
.register header p, .request-quote h5.bigheader{ color:#fff; font-size:25px; font-weight:600; margin-bottom:10px; line-height:26px;}
.register header a{ color:#222222; font-size:14px; font-weight:700; text-decoration:underline; font-style:italic;}
.register .content { padding:10px 18px; }
.register ul{ margin:0;}

/*
* Navbar toggle
*/
.navbar-toggle { margin: 0 0 0 10px; padding:8px 7px; height:35px; width:35px; background:#fff; display:none; float:right; border:0;}
.navbar-toggle .icon-bar{ background:#000; width:18px; display: block; height: 2px; margin-bottom: 5px;}

/*
* Call-to-action
*/
.call-to-action { float:right; padding-top:25px;}

/*
* Google Maps
*/
.themeblvd-gmap { margin-bottom: 20px; }

/*
* Guarantee tag
*/
.guarantee-tag{ position:relative; float:right; padding:8px 60px; font-size:25px; font-weight:300; text-align:center; line-height: 28px; margin-left:25px;}
.guarantee-tag strong{ display:block; font-weight:600;}
.guarantee-tag:before{ content:""; background:url(../img/leaf-design1.png) no-repeat; width:40px; height:70px; position:absolute; left:0; top:0;}
.guarantee-tag:after{ content:""; background:url(../img/leaf-design2.png) no-repeat; width:40px; height:70px; position:absolute; right:0; top:0;}

a.chat{ background:url(../img/bg1.png) no-repeat; width:184px; height:78px; font-size:25px; color:#fff; float:right; padding: 13px 0 0 16px; margin-left:60px;}
.chat small{ display:block; font-size:12px;}

.phone-number{ font-size:25px; font-weight:300; float:right;}
.phone-number a{ display:block; background:url(../img/phone-icon.png) no-repeat left center; font-size:28px; padding-left:25px; color:#22d2f7;}

/*
* Boxes
*/
.box1{ background:#222222;}
.box2{ background:#f2f2f2;}
.box2 h2{ font-size:20px; color:#22d2f7; margin-bottom:15px;}
.box3{ background:url(../img/bg-top-style.png) no-repeat center top; padding-top:30px;}
.search .box3 { margin-bottom: 30px; }
.box4 { background: #20d2ff; padding: 10px; }
.box5 { background: #3dd5f8; padding: 16px; }

/*
* Reasons
*/
.reasons{ padding:18px 20px; margin-bottom: 40px;}

/*
* Banner
*/
.banner{ margin-bottom:50px;}

/*
* Customers
*/
.customers{ margin-bottom:70px;}
.customers span.left{ line-height:40px;}
.customers ul{ margin:0; padding:0; float:left;}
.customers li{ list-style:none; display:inline-block; vertical-align:top; margin-left:28px;}
.search .customers { margin-top: 40px; }

/*
* Heading1
*/
.heading1{ background:#222222; position:relative; height:37px; line-height:18px; padding:10px 20px; text-align:center; color:#fff; font-size:14px; font-style:italic; max-width:264px; width:100%; margin:-37px auto 37px;}
.heading1:before{ content:""; background:url(../img/heading-bg.png) no-repeat; position:absolute; top:0; left:-7px; width:7px; height:8px;}

/*
* Products
*/
.products ul{ margin:0 -3% 0 0; padding:0;}
.products li{ list-style:none; float:left; width:22.1%; margin-right:2.9%; margin-bottom:60px;}
.products li small{ display:block; font-size:10px; color:#999999; margin-bottom:5px;}
.products li .price{ float:left; font-size:16px; color:#aaa; /*font-weight:700;*/
display: flex;
	align-items: center;
}
.products li .price small {
	margin-bottom:0;
}
.products li .button1{ float:right; font-size:12px; padding:5px; height:24px; line-height:14px;}
.products li p{ font-size:16px; margin:5px 0;}

.lowest-guarantee { text-align:center;}
.widget.lowest-guarantee { margin:0; padding:0;}

/*
* Gallery
*/
.gallery-container { overflow: hidden; margin-bottom: 22px; }
.gallery-thumb { float:left; width:32%; margin-right:1.33%; margin-bottom:1.33%;}
.gallery-container .gallery-thumb:nth-of-type(3n+1) { clear:left; }
.gallery-thumb .title { display:block; font-size:16px; margin:10px 0 6px;}
.gallery-thumb p { font-size:11px; margin:0; color:#999999;}

.lowest-guarantee { text-align:center;}
.widget.lowest-guarantee { margin:0; padding:0;}

/*
* Reviews
*/
.reviews{ /*margin-bottom:50px;*/ padding-top: 0; }
.reviews .content{ padding-bottom:1px;}
.reviews header{ background:#22d2f7; padding:20px; text-align:center;}
.reviews header h2{ font-size:30px; color:#fff; font-weight:400; margin-bottom:10px; line-height: 30px;}
.reviews header p{ font-size:20px; color:#fff; margin-bottom:10px;}

.reviews ul{ margin:0; padding:0 20px;}
.reviews li{ list-style:none; padding:25px 0; border-top:1px solid #d6d6d6;}
.reviews li:first-child{ border-top:0;}
.reviews .rating{ float:left; padding:0;}
.star-ratings-sprite { background: url("../img/stars.png") repeat-x; font-size: 0; height: 25px; line-height: 0; overflow: hidden; text-indent: -999em; width: 130px; margin: 0 auto; }
.rating-bar { background: url("../img/stars.png") repeat-x; background-position: 0 -35px; float: left; height: 25px; display:block; }

.reviews li .date{ float:right; font-size:12px; font-style:italic; color:#999999; margin-bottom:20px;}
.reviews li p, .reviews li p a{ clear:both; font-size:14px; color:#999999; font-weight:600; /*font-style:italic;*/ line-height: 16px; margin-bottom: 5px;}
.reviews blockquote{ margin:0 0 10px; font-size:13px; color:#999999; font-style:italic; font-weight:300;}
.reviews a.more{ color:#22d2f7; font-size:13px; font-weight: bold; float:right;}

.reviews blockquote span:before,.reviews blockquote span:after{ content:""; width:6px; height:4px; vertical-align:top; display:inline-block;}
.reviews blockquote span:before{ background:url(../img/quote-bg1.png) no-repeat 0 0;}
.reviews blockquote span:after{ background:url(../img/quote-bg2.png) no-repeat 0 0;}

.reviews .posted-by{ font-weight:700; font-size:12px; color:#999999; vertical-align: bottom; margin-left:10px;}

.reviews .button1{ font-size:12px; padding:5px 10px; height:auto; line-height:15px; display:block; max-width:110px; text-align:center; margin:0 auto 30px;}

a.all-products{ background:url(../img/icons/icon7.png) no-repeat left center; padding-left:25px; font-size:16px; color:#22d2f7; line-height:24px; display:block; max-width:200px; margin:0 auto 70px;}

/*
* Rating
*/
ul.rating { list-style: none; }
.rating li{ float:left; padding:0; margin-right:1px; border-top:0;}
.rating li a{ background:url(../img/star-rating.png) no-repeat -17px 0; width:15px; height:14px; display:inline-block;}
.rating li a:hover,.rating li a.active{ background-position:0 0;}

/*
* Star-rating
*/
.star-rating { background: url(../img/theme/star-rating.png) repeat-x left top; display: block; max-width: 116px; height: 20px; position: relative; margin-bottom: 1em; }
.star-rating .inner { background: url(../img/theme/star-rating.png) repeat-x left bottom; position: absolute; left: 0; top: 0; height: 20px; }

/*
* Trustpilot
*/
.trustpilot-slider { list-style: none; padding-left: 0; text-align: left; }
.trustpilot-slider figure { margin: 0; }
.trustpilot-slider ul, .trustpilot-slider blockquote { padding-left: 0; margin-left: 0; }
.trustpilot-slider .author { clear: both; display: block; font-size: 12px; font-weight: 700; color: #222; }
.trustpilot-slider .more { clear: both; display: inline-block; }
.trustpilot-slider .date { font-size: 12px; color: #959595; padding-right: 10px; }
.trustpilot-slider blockquote { font-size: 12px; margin: 10px 0; }
.trustinfo { text-align: center; }
.trustinfo img { max-width: 200px; height: auto; }
.trustinfo h4 { margin-bottom: 8px; }
#slider-nav { text-align: center; margin: 20px 0; }

/*
* Contact-details
*/
.contact-details h2{ font-size:30px; font-weight:300; margin-bottom:10px; color:#222222;}
.contact-details > p{ font-size:16px; color:#999999; line-height:24px; margin-bottom:40px;}
.contact-details > a,.contact-details span{ font-size:20px; font-weight:300; color:#222222; display:inline-block; vertical-align:top; margin-bottom: 15px;}
.contact-details .contact-number{ background:url(../img/phone-icon2.png) no-repeat left top; padding-left:35px; line-height:26px; margin-right:64px;}
.contact-details .email{ background:url(../img/email-icon.png) no-repeat left top; padding-left:38px; line-height:20px; margin-right:33px;}
.contact-details .address{ background:url(../img/location-icon.png) no-repeat left top; padding-left:30px; line-height:28px;}


/*
* Tabs
*/
.tabs { margin-bottom: 20px; }
.tabs .tabs-nav { background: url(../img/theme/tabs-nav-bg.jpg) repeat-x left bottom; margin: 0; padding: 0; list-style: none; }
.tabs .tabs-nav li { float: left; border: 1px solid transparent; font-size: 12px; line-height: 15px; color: #3dd5f8; font-weight: 400; text-transform: uppercase; }
.tabs .tabs-nav li a { display: block; padding: 10px 15px 8px; color: inherit; }
.tabs .tabs-nav li.ui-state-active { border: 1px solid #cccccc; border-bottom: 1px solid #fff; color: #222222; }
.tabs .tab-content { padding-top: 22px; }
.tabs #tab-2 { display: none; }

/*
* Table
*/
table { background: #ffffff; width:100%; }
.table tr td { font-size: 12px; line-height: 14px; color:#222222; text-align: left; padding: 3px 3px 4px 18px; }
.table tr td p { margin: 0; }

.table tbody tr td:first-child { font-weight:700; }
.table tbody tr:nth-child(odd) { background: #f2f2f2; }


/* ==========================================================================
	Home Page Specific
========================================================================== */
body.home .register { margin-bottom: 10px; }
body.home .inner-content { padding-top: 18px; }

/* ==========================================================================
	About Page Specific
========================================================================== */


/*
* Product-preview
*/

.product-preview { margin-bottom: 21px; }
.product-preview .preview { /*padding-top: 5px;*/margin: 0 auto 15px auto; text-align: center; /*min-height:205px;*/ max-width: 230px }
.product-preview .preview img { /*position:absolute; top:0; left:0;*/ opacity:0; }
.product-preview .preview img:first-of-type { opacity:1; }
.product-preview .thumbnails ul { margin: 0; padding: 0; list-style: none; }
.product-preview .thumbnails li:first-child { margin-left: 0; }
.product-preview .thumbnails li { float: left; min-width: 70px; height: 86px; text-align: center; line-height: 80px; margin-left: 15px; border: 2px solid #fff; }
.product-preview .thumbnails li a { display: block; }
.product-preview .thumbnails li.active { border: 2px solid #e1e1e1; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; behavior: url("assets/javascripts/vendor/PIE.htc"); position:relative; }

/*
* Product-details
*/
.product-details { margin-bottom: 22px; }
.product-details h2 { margin-bottom: 10px; }
.product-details p { font-size: 12px; line-height: 20px; color: #222222; margin-bottom: 3px; }
.product-details p small { font-size: 8px; line-height: 11px; }
.product-details .read-more, .product-details .hide-more { color: #22d2f7; font-weight: 700; }
.product-details .hide-more { display: none; }
.product-details .additional-info { margin-top: 42px; }
.product-details .additional-info .price-range { float: right; margin-top: 25px; }
.product-details .additional-info .list2 { float: left; }
.product-details .price-range { font-size: 25px; line-height: 27px; font-weight: 700; color: #c90000; margin-bottom: 0;}
.product-details .price-range small { font-size: 10px; font-weight: 400; }
.product-details .read-more-text { display: none; }
.ratings { overflow: hidden; }
.table tr td p.hex_colors { margin-top: 2px; display: block; }
.hex_colors span { display: inline-block; width: 10px; height: 10px; margin-right: 5px; }

/*
* Tooltips
*/
.tooltipster-default{/*border-radius:5px;*/border:2px solid #000;background:#222222;color:#fff}
.tooltipster-default .tooltipster-content{font-size:14px;line-height:16px;padding:8px 10px;overflow:hidden}
.tooltipster-icon{cursor:help;margin-left:4px}
.tooltipster-base{padding:0;font-size:0;line-height:0;position:absolute;left:0;top:0;z-index:9999999;pointer-events:none;width:auto;overflow:visible}
.tooltipster-base .tooltipster-content{overflow:hidden}
.tooltipster-arrow{display:block;text-align:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1}
.tooltipster-arrow span,.tooltipster-arrow-border{display:block;width:0;height:0;position:absolute}
.tooltipster-arrow-top span,.tooltipster-arrow-top-right span,.tooltipster-arrow-top-left span{border-left:8px solid transparent !important;border-right:8px solid transparent !important;border-top:8px solid;bottom:-7px}
.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-top-right .tooltipster-arrow-border,.tooltipster-arrow-top-left .tooltipster-arrow-border{border-left:9px solid transparent !important;border-right:9px solid transparent !important;border-top:9px solid;bottom:-7px}
.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom-right span,.tooltipster-arrow-bottom-left span{border-left:8px solid transparent !important;border-right:8px solid transparent !important;border-bottom:8px solid;top:-7px}
.tooltipster-arrow-bottom .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border{border-left:9px solid transparent !important;border-right:9px solid transparent !important;border-bottom:9px solid;top:-7px}
.tooltipster-arrow-top span,.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom .tooltipster-arrow-border{left:0;right:0;margin:0 auto}
.tooltipster-arrow-top-left span,.tooltipster-arrow-bottom-left span{left:6px}
.tooltipster-arrow-top-left .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border{left:5px}
.tooltipster-arrow-top-right span,.tooltipster-arrow-bottom-right span{right:6px}
.tooltipster-arrow-top-right .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border{right:5px}
.tooltipster-arrow-left span,.tooltipster-arrow-left .tooltipster-arrow-border{border-top:8px solid transparent !important;border-bottom:8px solid transparent !important;border-left:8px solid;top:50%;margin-top:-7px;right:-7px}
.tooltipster-arrow-left .tooltipster-arrow-border{border-top:9px solid transparent !important;border-bottom:9px solid transparent !important;border-left:9px solid;margin-top:-8px}
.tooltipster-arrow-right span,.tooltipster-arrow-right .tooltipster-arrow-border{border-top:8px solid transparent !important;border-bottom:8px solid transparent !important;border-right:8px solid;top:50%;margin-top:-7px;left:-7px}
.tooltipster-arrow-right .tooltipster-arrow-border{border-top:9px solid transparent !important;border-bottom:9px solid transparent !important;border-right:9px solid;margin-top:-8px}
.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}
.tooltipster-fade-show{opacity:1}
.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}
.tooltipster-grow-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1);-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-moz-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-ms-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-o-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15)}
.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}
.tooltipster-swing-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(0.230,0.635,0.495,1);-webkit-transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);-moz-transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);-ms-transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);-o-transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4)}
.tooltipster-fall{top:0;-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1);-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-moz-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-ms-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-o-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15)}
.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0 !important;opacity:0}
.tooltipster-slide{left:-40px;-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1);-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-moz-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-ms-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-o-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15)}
.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0 !important;opacity:0}
.tooltipster-content-changing{opacity:.5;-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}


/*
* Related-products
*/
.related-products ul { margin: 0; padding: 0; list-style: none; text-align: center; }
.related-products li { display: inline-block; min-width: 145px; max-width: 145px; margin-bottom: 60px; margin-left: 30px; text-align: left; }
.related-products li figure { margin-bottom: 35px; }
.related-products li p { font-size: 16px; line-height: 14px; /*color:#222222; font-weight: 700;*/ margin-bottom: 8px; }
.related-products li .details { display: block; font-size: 12px; line-height: 12px; color: #aaa; }

/*
* Request-quote
*/

.request-quote { margin-bottom: 60px; }
.request-quote .box4 { margin-bottom: 10px; }
.request-quote h3 { font-size: 20px; line-height: 24px; font-weight: 400; }
.request-quote h4 { font-size: 16px; line-height: 20px; font-weight: 400; margin-bottom: 10px; }
.request-quote .smallbox h4 { font-size: 30px; line-height: 30px; font-weight: 400; margin-bottom: 10px; }
.request-quote .smallbox h4 span { font-size: 20px; }
.request-quote .form2 ul { padding: 0; }
.request-quote .form2 ul.row { margin: 0 -15px; }
.request-quote .button4 { float: right; }
.request-quote .why-dont-publish { font-size: 12px; color: #222222; margin-bottom: 3px; }
.request-quote .why-dont-publish a { text-decoration: underline; color: inherit; }
.request-quote .get-price { font-size: 12px; color: #9bc700; display: block; }

/* ==========================================================================
	Media Queries
========================================================================== */
@media( max-width:992px){
	#main-navigation li{ min-width:80px;}

	.guarantee-tag{ padding:0px 40px; font-size:20px; line-height: 22px; margin-left:20px; margin-top: 10px;}
	.guarantee-tag:before{ background:url(../img/leaf-design1.png) no-repeat; width:30px; height:50px; background-size:contain;}
	.guarantee-tag:after{ background:url(../img/leaf-design2.png) no-repeat; width:30px; height:50px; background-size:contain;}
	.phone-number{ font-size:22px;}
	.phone-number a{ font-size:25px;}
	a.chat{ margin-left:22px; width:160px; background-size:contain; font-size:18px;}

	.form2 .button2{ font-size:16px; height:38px;}

	.customers span.left { margin-right: 10px; }
	.customers li{  margin-left: 15px;}

	.product-preview .thumbnails li { min-width: 64px; margin-left: 7px; }
	.product-details .additional-info { margin-top: 12px; }
	.product-details .additional-info .list2 li { margin-left: 10px; }

	.tabs .tabs-nav li { font-size: 11px; }
	.tabs .tabs-nav li a { padding: 10px 10px 8px; }

	#sidebar2 { padding-right: 0; }
}

@media( min-width:851px ){
	.products li:nth-child(4n+1){ clear: left; }
	#main-navigation li.menu-item-type-products ul { width: 375px; }
	#main-navigation li.menu-item-type-products ul li { width: 49%; float: left; }
	#main-navigation li.menu-item-type-products ul li:nth-child(2n+1) { clear: left; margin-right: 2%; }
}

@media( max-width:850px ){
	#main-navigation li{ min-width:inherit;}
	#main-navigation li a{ font-size:13px; padding:0 10px;}
	#main-navigation .language-list a{ padding:0;}
	.form2 .button2{ font-size:14px;}

	.products ul{ margin: 0 -5% 0 0;}
	.products li{ margin-right: 5%; width: 45%;}
	.products li img{ display:block; margin:0 auto;}

	.reviews header h2{ font-size:26px; line-height: 26px;}
	.reviews header p{ font-size:16px;}

	.customers span.left, .customers ul { float: none; width: 100%; }
	.customers li{ width:16%; margin-right:4%; margin-left: 0; }

	#footer .column{ width:25%; padding-right: 10px;}
}

@media( min-width:768px){
	#main-navigation ul,#main-navigation li:hover ul{ display:block !important;}
	#main-navigation li ul{ display:none !important;}

	#main.col-sm-push-3 { left: 20%; }
	#sidebar2.col-sm-pull-9 { right: 80%; }
	.inner-content #main.col-sm-push-3 { left: 25%; }
	.inner-content #sidebar2.col-sm-pull-9 { right: 75%; }
}
@media( max-width:767px){
	#header .logo a{ width:79px; background-size:contain; padding-top:72px;}
	#main, #sidebar, #sidebar2, .inner-content { width:100% !important; float: none; }
	.secondary-navigation { border: none;}
	.guarantee-tag{ padding:0px 25px; font-size:14px; line-height:18px; margin:0 0 0 10px;}
	.guarantee-tag:before{ background:url(../img/leaf-design1.png) no-repeat; width:20px; height:40px; background-size:contain;}
	.guarantee-tag:after{ background:url(../img/leaf-design2.png) no-repeat; width:20px; height:40px; background-size:contain;}
	.phone-number{ font-size:18px;}
	.phone-number a{ font-size:20px;}
	a.chat{ margin-left:22px; width:140px; font-size:15px; padding-left:5px;}
	.chat small{ font-size:10px;}
	.call-to-action{ padding-top:0; margin-right:35px;}

	.navbar-toggle{ display:block; position:absolute; top:8px; right:4px; z-index:999; background:none;}
	.navbar-toggle.active .icon-bar{ background:#22d2f7;}
	#main-navigation{ height:auto;}
	#main-navigation .container{ padding:0;}
	#main-navigation ul{ position:absolute; width:100%; background:#222222; z-index:99; left:0; top:0; padding-top:35px; display:none;}
	#main-navigation ul li ul{ position:static; display:none; width:100%;}
	#main-navigation li:hover ul{ display:none;}
	#main-navigation .language-list{ position:static; width:auto; background:none; display:block !important; padding-top:0; float:right; margin-right:10px;}
	#main-navigation ul li{ float:none; text-align:left;}
	#main-navigation li a{ line-height:28px;}

	#footer .column{ width:50%; margin-bottom:10px;}
	#sidebar2 { padding-right: 15px; }

	.breadcrumbs { margin-bottom: 10px;}
	.secondary-navigation { padding-bottom: 0; }
	#content { padding: 10px 0; }

	.products ul{ margin: 0 -2% 0 0;}
	.products li{ margin-right: 2%; width: 23%;}

	.register{ margin:0;}
	.contact-details a, .contact-details span{ font-size:16px;}
	.contact-details{ margin-bottom:20px;}

	.list1 li { margin-bottom: 10px; }
	.related-products li { margin-bottom: 20px; }
	.customers, .reasons { margin-bottom: 40px; }

	.section1 { margin-bottom: 15px; }
	.section1 .post h4 { margin-bottom: 5px; }
	.section1 .post p { line-height: 16px; margin-bottom: 5px; }
	.section1 .post .button1.right { float: none; }
	.section1 + .section1 { border-left:0; }
}

@media( max-width:640px){
	.form2 li.one-third, .form2 li.textarea-field, .form2 li.one-half { float: none; width: 100%; margin-right: 0; margin-left: 0; }
	.form2 li.textarea-field { margin-top: 0; }

	.products ul{ margin: 0 -5% 0 0;}
	.products li{ margin-right: 5%; width: 45%;}
	.products li:nth-child(2n+1){ clear:left; }

	.contact-details .contact-number,.contact-details .email{ margin-right: 12px;}
	.contact-details a, .contact-details span{ font-size:14px; margin-bottom:10px;}
	.contact-details .address{ line-height:20px;}

	.form2 header h2{ font-size:30px; line-height: 30px;}
	.form2 header p{ font-size:20px; line-height: 20px;}
	.contact-details h2{ font-size:24px;}

	.col-sm-12 .request-quote { background: #3dd5f8; }

	.phone-number{ font-size:14px;}
	.phone-number a{ font-size:16px;}

	.guarantee-tag{ display:none;}
}

@media( max-width:480px){
	.customers li{ margin-left: 0; width: 18%;}

	.newsletter{ padding:32px 20px 36px;}
  .newsletter .gfield{width:100%;float:none;padding:10px 0}
	.newsletter h2{ font-size:24px;}
	.contact-details p{font-size: 14px; line-height: 20px;}

	.phone-number a{ display:inline-block; color:#fff; font-size:12px; background-size:15px 16px; margin-left:5px;}
	.phone-number{ position:absolute; top:109px; left:5px; color:#fff; font-size:12px;}
}

@media( max-width:380px){
	.products ul{ margin: 0;}
	.products li{ margin-right: 0; width: 100%;}
	#footer .column{ width:100%;}
}

/* ==========================================================================
	Cross Browser CSS
	Documentation: http://rafael.adm.br/css_browser_selector/
========================================================================== */

.gt-ie8 .form2 .selectbox:before,.webkit .form2 .selectbox:before{ right:2px; height:26px;}
/*Use to make CSS 3 Rounded Corners , Text Shadows and Box Shadows for IE */
/* .ie .css3 { behavior: url("assets/javascripts/vendor/PIE.htc"); position:relative; } */

/* ==========================================================================
	Magnific Popup CSS
========================================================================== */

.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}
.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}
.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}
.mfp-align-top .mfp-container:before{display:none}
.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}
.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}
.mfp-ajax-cur{cursor:progress}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}
.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}
.mfp-auto-cursor .mfp-content{cursor:auto}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}
.mfp-loading.mfp-figure{display:none}
.mfp-hide{display:none!important}
.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}
.mfp-preloader a{color:#ccc}
.mfp-preloader a:hover{color:#fff}
.mfp-s-ready .mfp-preloader{display:none}
.mfp-s-error .mfp-content{display:none}
button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}
button::-moz-focus-inner{padding:0;border:0}
.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}
.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100)}
.mfp-close:active{top:1px}
.mfp-close-btn-in .mfp-close{color:#333}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}
.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}
.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}
.mfp-arrow:active{margin-top:-54px}
.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}
.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}
.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}
.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:.7}
.mfp-arrow-left{left:0}
.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid #fff;margin-left:31px}
.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3f3f3f}
.mfp-arrow-right{right:0}
.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #fff;margin-left:39px}
.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3f3f3f}
.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}
.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}
.mfp-iframe-holder .mfp-close{top:-40px}
.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}
.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}
img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}
.mfp-figure{line-height:0}
.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}
.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}
.mfp-figure figure{margin:0}
.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}
.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}
.mfp-image-holder .mfp-content{max-width:100%}
.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}
.mfp-img-mobile img.mfp-img{padding:0}
.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}
.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}
.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}
.mfp-img-mobile .mfp-counter{right:5px;top:3px}
.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}
}
@media all and (max-width: 900px) {
.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}
.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}
.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}
.mfp-container{padding-left:6px;padding-right:6px}
}
.mfp-ie7 .mfp-img{padding:0}
.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}
.mfp-ie7 .mfp-container{padding:0}
.mfp-ie7 .mfp-content{padding-top:44px}
.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}

.yrm-toggle-expand {
	background: #9bc700;
    border: 0;
    color: #fff;
    margin-bottom: 20px;
}
.yrm-btn-wrapper:before {
	content: '';
	width: 100%;
    height: 30px;
    opacity: 0.8;
    background-color: #fff;
    position: absolute;
    top: -30px;
	display: block;
}
.yrm-content[data-show-status="true"] + .yrm-btn-wrapper:before {
	display: none;	
}
.yrm-content ul {
	margin: 20px 0;
    padding: 0;
}
.yrm-content ul li {
	    list-style: disc;
	list-style-position: inside;
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
}
.contact-details hr {
	border-color: transparent;
}
.home .contact-details {
	margin-bottom: 60px;
}
.home .newsletter {
	margin-bottom: 0;
}