/*
Theme Name: Graffiti Removal
Theme URI: http://graffitiremoval.com/
Author: Aspricot Technologies
Author URI: http://aspricot.com/
Description: Simple and Clean Website , Flat ui color 'blue' Website.
Version: 1.0
Text Domain:Graffiti

This theme, is Designed and Developed by the Aspricot team.
Get in touch with us to get a custom WordPress theme like this.
*/

@charset "utf-8";

/* ==========================================================================
   Base Styles, Bootstrap Modifications & Fonts Import
   ========================================================================== */

/** Generated by FG **/
@font-face {
	font-family: 'Conv_HelveticaNeue';
	src: url('fonts/HelveticaNeue.eot');
	src: local('☺'), url('fonts/HelveticaNeue.woff') format('woff'), url('fonts/HelveticaNeue.ttf') format('truetype'), url('fonts/HelveticaNeue.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_HelveticaNeue-UltraLight';
	src: url('fonts/HelveticaNeue-UltraLight.eot');
	src: local('☺'), url('fonts/HelveticaNeue-UltraLight.woff') format('woff'), url('fonts/HelveticaNeue-UltraLight.ttf') format('truetype'), url('fonts/HelveticaNeue-UltraLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_HelveticaNeue-Bold';
	src: url('fonts/HelveticaNeue-Bold.eot');
	src: local('☺'), url('fonts/HelveticaNeue-Bold.woff') format('woff'), url('fonts/HelveticaNeue-Bold.ttf') format('truetype'), url('fonts/HelveticaNeue-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_HelveticaNeue-Light';
	src: url('fonts/HelveticaNeue-Light.eot');
	src: local('☺'), url('fonts/HelveticaNeue-Light.woff') format('woff'), url('fonts/HelveticaNeue-Light.ttf') format('truetype'), url('fonts/HelveticaNeue-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_HelveticaNeue-Medium';
	src: url('fonts/HelveticaNeue-Medium.eot');
	src: local('☺'), url('fonts/HelveticaNeue-Medium.woff') format('woff'), url('fonts/HelveticaNeue-Medium.ttf') format('truetype'), url('fonts/HelveticaNeue-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


::-moz-selection {
    background: #1bbc9b;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #1bbc9b;
    color: #fff;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */


 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.centered {
	text-align: center
}

.mt {
	margin-top: 80px;
}

.mb {
	margin-bottom: 80px;
}

.alignleft {
    float: left;
    margin-right: 10px;
}

.alignright {
    float: right;
    margin-left: 10px;
}

.aligncenter {
    float: left;
    margin-left: auto;
    margin-right: auto;
    
}

/* ==========================================================================
   General styles
   ========================================================================== */


body {
    font-family:'Conv_HelveticaNeue',Sans-Serif;
    color: #000;
    background: #dddddd;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}



h1, h2, h3, h4, h5, h6 {
   font-family:'Conv_HelveticaNeue',Sans-Serif;
    font-weight: 400;
}

p {
        color: #000;
    line-height: 1.5;
}

a {
   color: #5aa212;
   text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.header {
    width: 100%;
    border-top:4px solid #45812e;
    border-bottom: 2px solid #305920;
}

.navbar-brand {
	font-weight: 700;
}

.navbar-default .navbar-brand {
float: left;
height: auto;
padding: 0px 15px;
font-size: 18px;
line-height: 20px;
}

.navbar-default {        
        font-weight: 600;
	background: none;
        margin-bottom: 0px;
        border: 0px;
        border-radius: 0px;
        z-index: 1;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #f4be00;
	background: none;
}




.navbar-default .navbar-nav > li > a {
font-family: 'Conv_HelveticaNeue-Medium'; 
color: #FFF;
font-size: 16px;
text-shadow: 0px 1px 0px #333;
text-transform: uppercase;
}

@media (min-width: 767px) {
    
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
left: 0;
right: auto;
background: #79c55b;
color: #FFF;
}
.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu > li > a {
display: block;
padding: 10px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #FFF !important;
white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
color: #FFF !important;
background-color: #443e3e !important;
}
}



/* adjust body when menu is open */
body.slide-active {
    overflow-x: hidden
}
/*first child of #page-content so it doesn't shift around*/
.no-margin-top {
    margin-top: 0px!important
}
/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
#page-content {
    position: relative;
    left: 0;
    
    -webkit-transition: all 500ms ease-in;
            -moz-transition: all 500ms ease-in;
            -o-transition: all 500ms ease-in;
            transition: all 500ms ease-in;
}
#page-content.slide-active {
    padding-top: 0;
    left: 250px;
    
    -webkit-transition: all 500ms ease-in;
            -moz-transition: all 500ms ease-in;
            -o-transition: all 500ms ease-in;
            transition: all 500ms ease-in;
}
/* put toggle bars on the left :: not using button */
#slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 0;
    width: 50px;
    padding: 10px;
    border: 0px;

}
/* icon bar prettyup - optional */
#slide-nav .navbar-toggle > .icon-bar {
    width: 100%;
    display: block;
    height: 3px;
    margin: 0 0 0 0;
    margin-bottom: 5px;
    background: #FFF;
}
#slide-nav .navbar-toggle > .icon-bar:last-child {
    margin: 0px !important;
}

#slide-nav .navbar-toggle:hover > .icon-bar {
    background: #000;
}



.navbar-header {
    position: relative
}
/* un fix the navbar when active so that all the menu items are accessible */
.navbar.slide-active {
    position: relative
}
/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */
@media (max-width:767px) { 
	#slide-nav .container {
	    margin: 0;
	    padding: 0!important;
	}
	#slide-nav .navbar-header {
	    margin: 0 auto;
	    padding: 10px 15px;
	}
	#slide-nav .navbar.slide-active {
	    position: absolute;
	    width: 250px;
	    top: -1px;
	    z-index: 1000;
	}
	#slide-nav #slidemenu {
	    background: #000;
	    left: -250px;
	    width: 250px;
            height: 100%;
	    min-width: 0;
	    position: fixed;
	    padding-left: 0;
	    z-index: 2;
	    top: 0px;
	    margin: 0;
            
            -webkit-transition: all 500ms ease-in;
            -moz-transition: all 500ms ease-in;
            -o-transition: all 500ms ease-in;
            transition: all 500ms ease-in;
	}
	#slide-nav #slidemenu .navbar-nav {
	    min-width: 0;
	    width: 100%;
	    margin: 0;
            margin-top: 50px;
	}
	#slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
	    min-width: 0;
	    width: 100%;
	    white-space: normal;
	}
	#slide-nav {
	    border-top: 0
	}
	#slide-nav.navbar-default #slidemenu {
	    background: #000;
            padding-top:10px;
	}
	/* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
	#slide-nav #navbar-height-col {
	    position: fixed;
	    top: 0;
	    height: 100%;
	    width: 250px;
	    left: -250px;
	    background: #eee;
	}
	#slide-nav.navbar-inverse #navbar-height-col {
	    background: #333;
	    z-index: 1;
	    border: 0;
	}
	#slide-nav .navbar-form {
	    width: 100%;
	    margin: 8px 0;
	    text-align: center;
	    overflow: hidden;
	    /*fast clearfixer*/
	}
	#slide-nav .navbar-form .form-control {
	    text-align: center
	}
	#slide-nav .navbar-form .btn {
	    width: 100%
	}
        
        #slide-nav.slide-active #slidemenu{
            left: 0px;
            
            -webkit-transition: all 500ms ease-in;
            -moz-transition: all 500ms ease-in;
            -o-transition: all 500ms ease-in;
            transition: all 500ms ease-in;

        }
        
        #slidemenu .navbar-toggle {
            background: none;
            color: #FFF;
            font-size: 24px;
            margin-left: 10px;
        }
}
@media (min-width:768px) { 
	#page-content {
	    left: 0!important
	}
	.navbar.navbar-fixed-top.slide-active {
	    position: fixed
	}
	.navbar-header {
	    left: 0!important
	}
}

@media (max-width:768px) { 
    .menu_container {
        position: absolute;
        top: 0px;
    }
    .top_bar {
        margin-top: 50px;
    }
}

.text_box::-webkit-input-placeholder {
   color: #FFF;
   
}

.text_box:-moz-placeholder { /* Firefox 18- */
   color: #FFF;  
}

.text_box::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF;  
}

.text_box:-ms-input-placeholder {  
   color: #FFF;  
}


.green-bg {
background: #57a33a; /* Old browsers */
background: -moz-linear-gradient(top,  #57a33a 0%, #47852f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#57a33a), color-stop(100%,#47852f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #57a33a 0%,#47852f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #57a33a 0%,#47852f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #57a33a 0%,#47852f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #57a33a 0%,#47852f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57a33a', endColorstr='#47852f',GradientType=0 ); /* IE6-9 */

}

.red-bg { 
    background: #f95210; /* Old browsers */
background: -moz-linear-gradient(top,  #ff0000 0%, #b90000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#b90000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff0000 0%,#b90000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff0000 0%,#b90000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff0000 0%,#b90000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff0000 0%,#b90000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#b90000',GradientType=0 ); /* IE6-9 */
}

.orange-bg {
background: #f95210; /* Old browsers */
background: -moz-linear-gradient(top,  #f95210 0%, #ca430e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f95210), color-stop(100%,#ca430e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f95210 0%,#ca430e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f95210 0%,#ca430e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f95210 0%,#ca430e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f95210 0%,#ca430e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f95210', endColorstr='#ca430e',GradientType=0 ); /* IE6-9 */

}


.yellow-bg {
    background: #ffca0d; /* Old browsers */
background: -moz-linear-gradient(top,  #ffca0d 0%, #e2b000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffca0d), color-stop(100%,#e2b000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffca0d 0%,#e2b000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffca0d 0%,#e2b000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffca0d 0%,#e2b000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffca0d 0%,#e2b000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca0d', endColorstr='#e2b000',GradientType=0 ); /* IE6-9 */

}


.blue-bg {
background: #166fc8; /* Old browsers */
background: -moz-linear-gradient(top,  #166fc8 0%, #115497 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#166fc8), color-stop(100%,#115497)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #166fc8 0%,#115497 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #166fc8 0%,#115497 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #166fc8 0%,#115497 100%); /* IE10+ */
background: linear-gradient(to bottom,  #166fc8 0%,#115497 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#166fc8', endColorstr='#115497',GradientType=0 ); /* IE6-9 */

}

.brown-bg {
background: #903c0d; /* Old browsers */
background: -moz-linear-gradient(top,  #903c0d 0%, #6c2c0b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#903c0d), color-stop(100%,#6c2c0b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #903c0d 0%,#6c2c0b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #903c0d 0%,#6c2c0b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #903c0d 0%,#6c2c0b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #903c0d 0%,#6c2c0b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#903c0d', endColorstr='#6c2c0b',GradientType=0 ); /* IE6-9 */

}


.gray-bg {
background: #727272; /* Old browsers */
background: -moz-linear-gradient(top,  #ababab 0%, #727272 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ababab), color-stop(100%,#727272)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ababab 0%,#727272 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ababab 0%,#727272 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ababab 0%,#727272 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ababab 0%,#727272 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ababab', endColorstr='#727272',GradientType=0 ); /* IE6-9 */

}

.plain-green-bg {
    background: #79c55b;
}
/* ==========================================================================
  Sections
   ========================================================================== */

@media (max-width: 767px) {
.logo img,
.top_text img{
display: block;
margin: auto;
}
#menu-close {
color: #FFF;
font-size: 20px;
padding: 0px 15px;
text-align: right;
cursor: pointer;
}
}
.main-menu.plain-green-bg {
border-bottom: 1px solid #4f9434;
margin-bottom: 20px;
}


.welcome-bg {
    background: #FFF;
    border-radius: 10px;
    padding:20px 30px;
    box-shadow: 0px 2px 2px -1px #333;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    
}

.welcome_text h1 {
    font-size: 26px;
    font-weight: 800;
    color: #5aa212;
}

.welcome_text p {
    font-weight: 600; 
}
.welcome_text ul {
    list-style: none;
    padding-left: 0px;
}

.welcome_text ul li {
    font-family: 'Conv_HelveticaNeue-Medium'; 
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.welcome_text ul li:before {
    background: url(img/arrow_bullet.png); 
    height: 13px;
    width: 12px;
    background-repeat: no-repeat;
    left: 0px;
    top: 5px;
    position: absolute;
    content: '';
}

.welcome_text h3 {
font-family: 'Conv_HelveticaNeue-Medium'; 
font-size: 18px;
line-height: 1.3;
padding-left: 20px;
}

.vid {
position: relative;
padding-bottom: 30.6%;
padding-top: 25px;
}

.vid iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
@media (max-width: 991px) {
    .vid {
position: relative;
padding-bottom: 56.6%;
padding-top: 25px;
}
}

.services-box {
border: 1px solid #333;
border-radius: 10px;
text-align: center;
}

.services-box h1 {
    font-family: 'Conv_HelveticaNeue-Bold';
    color: #FFF;
    margin-bottom: 0px;
    margin-top: 5px;
    text-shadow: 0px 2px 1px #333;
    text-transform: uppercase;
    font-size: 30px;
}

.services-box .more_link {
    font-family: 'Conv_HelveticaNeue-Bold';
    color: #FFF;
    margin-bottom: 10px;
    margin-top: 4px;
    text-shadow: 0px 2px 1px #333;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
}

.services-box img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}


@media (max-width: 991px) { 
    .services-box h1 {
        font-size: 22px;
    } 
}


@media (max-width: 767px) { 
    .services-box {
width: 60%;
margin: auto;
margin-bottom: 30px;
}
}

@media (max-width: 480px) { 
    .services-box {
width: 100%;
margin: auto;
margin-bottom: 30px;
}
}


.stories-container {
    padding-top: 15px;
}
.testimonial,
.order_now {
    float: left;
    width: 100%;
    overflow: hidden;
border-radius: 10px;
border: 1px solid #333;
}
.testimonial h1,
.order_now h1 {
    font-family: 'Conv_HelveticaNeue-Bold';
    color: #FFF;
    padding: 15px 0px;
    text-shadow: 0px 2px 1px #333;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.testimonial ul {
padding-left: 0px;
list-style: none;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
background: #fff;
margin-bottom: 0px;
}

.testimonial ul li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.testimonial ul li:first-child {
border-right: 1px solid #4f901d;
}

.testimopnial_bottom {
float: left;
width: 100%;
height: 50px;
}


@media (max-width: 991px) { 
    .testimonial {
        margin-bottom: 30px;
    }
}

blockquote {
     font-family: 'Conv_HelveticaNeue-Medium'; 
    border: 0px;
font-size: 16px;
color: #000;
font-style: italic;
margin-bottom: 0px;
}

blockquote footer, blockquote small, blockquote .small {
display: block;
font-size: 12px;
line-height: 1.42857143;
color: #000;
text-align: right;
}

blockquote footer span.name {
font-weight: 600;
font-size: 13px;
}

@media (max-width: 767px) { 
.testimonial ul li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.testimonial ul li:first-child {
border-right: 0px solid #4f901d;
border-bottom: 1px solid #4f901d;
}
}

.product_img {
    background: #FFF;
    float: left;
    width: 100%;
    padding: 10px 20px;
}
.product_img img {
display: block;
margin: auto;
}

.product_img p {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 600;
}

.footer {
    float: left;
    width: 100%;
    margin-top: 150px;
       position: relative;
       padding-top: 20px;
       border-top: 5px solid #498830;
        border-bottom: 3px solid #4ca12b;
}

.footer_contact {
    padding-bottom: 40px;
}

.footer_contact h3 {
    font-family: 'Conv_HelveticaNeue-Medium'; 
  font-size: 18px;
  color:#fece14;
}

.footer_contact ul {
    padding-left: 0px;
    list-style: none;
    margin-top: 0px;
}

.footer_contact ul li {
      font-size: 18px;
    color: #ddd;
}

.footer_contact ul li:nth-child(2) {
    font-size: 24px;
}

.footer_logo {
position: absolute;
right: 0px;
top: 0px;
}


.bottom-bar {
float: left;
width: 100%;
height: 50px;
    border-top: 3px solid #305920;
}


@media (max-width: 570px) { 
    .footer_contact {
        text-align: center;
    }
    .footer_logo {
position: relative;
right: 0px;
top: 0px;
width: 40%;
display: block;
margin: auto;
}
.footer_logo img {
max-width: 100%;
}
}





.product-box {
    background: #FFF;
    border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.product-box  .product-img {
    width: 90%;
    height: 300px;
    margin:10px auto;
}

.product-box .product-img img {
display: inline-block;
max-width:100%;
height:auto;
margin:auto;
}

.product-box-wrapper h2 {
    font-family: 'Conv_HelveticaNeue-Bold';
    background: #000;
    margin: 0px;
    padding: 16px 30px;
    color: #FFF;
    font-size: 26px;
    width: 100%;
}

.product-box-wrapper:first-child h2 {
   background: #f95210; /* Old browsers */
background: -moz-linear-gradient(top,  #ff0000 0%, #b90000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#b90000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff0000 0%,#b90000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff0000 0%,#b90000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff0000 0%,#b90000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff0000 0%,#b90000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#b90000',GradientType=0 ); /* IE6-9 */
}

.product-box-wrapper:nth-child(2) h2 {
    background: #166fc8; /* Old browsers */
background: -moz-linear-gradient(top,  #166fc8 0%, #115497 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#166fc8), color-stop(100%,#115497)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #166fc8 0%,#115497 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #166fc8 0%,#115497 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #166fc8 0%,#115497 100%); /* IE10+ */
background: linear-gradient(to bottom,  #166fc8 0%,#115497 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#166fc8', endColorstr='#115497',GradientType=0 ); /* IE6-9 */
}

.product-box-wrapper:nth-child(3) h2 {
background: #f95210; /* Old browsers */
background: -moz-linear-gradient(top,  #f95210 0%, #ca430e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f95210), color-stop(100%,#ca430e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f95210 0%,#ca430e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f95210 0%,#ca430e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f95210 0%,#ca430e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f95210 0%,#ca430e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f95210', endColorstr='#ca430e',GradientType=0 ); /* IE6-9 */
}


.product-box-wrapper:nth-child(4) h2 {
background: #57a33a; /* Old browsers */
background: -moz-linear-gradient(top,  #57a33a 0%, #47852f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#57a33a), color-stop(100%,#47852f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #57a33a 0%,#47852f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #57a33a 0%,#47852f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #57a33a 0%,#47852f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #57a33a 0%,#47852f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57a33a', endColorstr='#47852f',GradientType=0 ); /* IE6-9 */
}


.product-box a {
    font-family: 'Conv_HelveticaNeue-Bold';
    padding: 15px 20px;
    color: #000;
    font-size: 16px;
    width: 100%;
}


@media (min-width:  767px) { 
    .product-box-wrapper h2 {
        height: 90px;
    vertical-align: middle;
    display: block;
    }
}
@media (max-width:  991px) { 
    .product-box-wrapper h2 {
     font-size: 23px;
    }
}


.welcome_text h4 {
    font-family: 'Conv_HelveticaNeue-Bold';
    padding: 15px 0px;
    color: #5aa212;
    font-size: 22px;
}
.sidebar-contact,
.product-sidebar {
    border: 1px solid #000;
    border-radius: 10px;
    background: #e6e6e6;
    overflow: hidden;
    padding-bottom: 20px;
    margin: 50px auto;
    float: left;
    width: 100%;
}

.sidebar-contact h4,
.product-sidebar h4 {
    font-family: 'Conv_HelveticaNeue-Bold';
    padding:10px 20px;
    color: #FFF;
    font-size: 18px;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 20px;
    
    background: #57a33a; /* Old browsers */
background: -moz-linear-gradient(top,  #57a33a 0%, #47852f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#57a33a), color-stop(100%,#47852f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #57a33a 0%,#47852f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #57a33a 0%,#47852f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #57a33a 0%,#47852f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #57a33a 0%,#47852f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57a33a', endColorstr='#47852f',GradientType=0 ); /* IE6-9 */
}


.sidebar-contact ul {
    list-style: none;
    padding-left: 20px;
}

.sidebar-contact ul li {
     font-family: 'Conv_HelveticaNeue-Medium'; 
    color: #000;
    font-size:14px;
}
.sidebar-contact ul li a {
    color: #000;
}



.product-list {
background: #FFF;
border-radius: 10px;
border: 1px solid #cccccc;
overflow: hidden;
margin-bottom: 10px;
}

.product-list > .row {
    margin: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.product-list h1 {
    font-family: 'Conv_HelveticaNeue-Medium';
    padding: 15px 20px;
    font-size: 30px;
    color: #FFF;
    margin: 0px;
    margin-bottom:15px;
}
@media (min-width:  767px) { 
.product-list .vid {
    border-left:1px solid #ccc;
}
}

.product-list .vid {
            padding-bottom: 25.6%;
    }

@media (max-width:  991px) { 
    .product-list .vid {
            padding-bottom: 25.6%;
    }
}

@media (max-width:  767px) { 
    .product-list .vid {
            padding-bottom: 56.6%;
    }
}
.product-list-img img {
    max-width: 100%;
}

.product-list .vid iframe{
    left:15px;
}

.product-list-text {
   padding: 20px 10px;
}

.product-list-text p,
.product_sidebar p{
    font-family: 'Conv_HelveticaNeue-Medium';
    font-size:14px;
margin-bottom: 20px;
}

.starter-pack {
    position: absolute;
    top:0px;
    right: 0px;
}

.starter-pack h1 {
color: #5aa212;
font-size: 48px;
font-weight: bold;
display: inline-block;
padding: 0px;
padding-right: 10px;
vertical-align: top;
}

.starter-pack p {
display: inline-block;
    font-weight: bold;
    font-size: 13px;    
}

.starter-pack p span {
    color: #5aa212;
    display: block;
}

.product-sidebar {
    margin-top: 20px;
    margin-bottom: 10px;
}

.product-sidebar ul {
        padding-left: 60px;

}
.product-sidebar ul li {
    position: relative;
    padding: 3px;
    font-family: 'Conv_HelveticaNeue-Medium';
    font-size:14px;
}
.product-sidebar ul li:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url('img/tick.png') no-repeat;
    position: absolute;
    left:-40px;
}
.enquire-text {
    padding-top: 10px;
    padding-bottom: 10px;
}
.enquire-text a {
    font-family: 'Conv_HelveticaNeue-Bold';
    font-size:16px;
    color:#000;
    vertical-align: middle;
}


.product_sidebar h4 {
    font-family: 'Conv_HelveticaNeue-Bold';
    padding:15px 20px;
    color: #FFF;
    font-size: 18px;
    margin-top: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-radius: 10px;   
}


.product-list-img h4 {
    font-family: 'Conv_HelveticaNeue-Bold';
    font-size: 20px;
    line-height: 1.4;
    margin-top: 20px;
}

.red .product-list-img h4 {
    color: #c30000;
}

.green .product-list-img h4 {
    color: #459326;
}

.orange .product-list-img h4 {
    color: #de6500;
}

.gray .product-list-img h4 {
    color: #727272;
}

.brown .product-list-img h4 {
    color: #712e0b;
}

.blue .product-list-img h4 {
    color: #0650a4;
}


.services-box-wrapper .services-box {
    background: #f95210; /* Old browsers */
background: -moz-linear-gradient(top,  #f95210 0%, #ca430e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f95210), color-stop(100%,#ca430e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f95210 0%,#ca430e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f95210 0%,#ca430e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f95210 0%,#ca430e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f95210 0%,#ca430e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f95210', endColorstr='#ca430e',GradientType=0 ); /* IE6-9 */

}


.services-box-wrapper:nth-child(2) .services-box  {
background: #166fc8; /* Old browsers */
background: -moz-linear-gradient(top,  #166fc8 0%, #115497 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#166fc8), color-stop(100%,#115497)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #166fc8 0%,#115497 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #166fc8 0%,#115497 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #166fc8 0%,#115497 100%); /* IE10+ */
background: linear-gradient(to bottom,  #166fc8 0%,#115497 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#166fc8', endColorstr='#115497',GradientType=0 ); /* IE6-9 */    
}


.services-box-wrapper:nth-child(3) .services-box  {
      background: #ffca0d; /* Old browsers */
background: -moz-linear-gradient(top,  #ffca0d 0%, #e2b000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffca0d), color-stop(100%,#e2b000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffca0d 0%,#e2b000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffca0d 0%,#e2b000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffca0d 0%,#e2b000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffca0d 0%,#e2b000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca0d', endColorstr='#e2b000',GradientType=0 ); /* IE6-9 */
  
}



.services-box p.more a {
font-family: 'Conv_HelveticaNeue-Bold';
color: #FFF;
margin-bottom: 10px;
margin-top: 4px;
text-shadow: 0px 2px 1px #333;
text-transform: uppercase;
font-size: 12px;
display: block;
}



.product_sidebar .product-sidebar h4 {
margin-top:0px;
border-radius:0px;
}
