/* This CSS file is part of the HTML5 / CSS3 tutorial on http://www.lingulo.com */

/* GLOBAL */
body
{
	background: #ebe8de;
	color: #333333;
}
p
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

a
{
        text-decoration:none;
        color:inherit;
        transition: color .5s ease;
}

strong
{
        font-weight:bold;
}

hr
{
        background-color: #D6D0C1;
        border:0;
        height:1px;
        margin:20px 0;
}
h1
{
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #E60418;
	padding-left: 5px;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 50px;
	left: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #F00;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
	opacity: 0.5;
}
.recapp
{
	width: 300px;
	margin: auto;
}


#myBtn:hover {
  background-color: #555;
}
.topbox
{
	background-color: #011337;
	width: 100%;
	height: 143px;
	margin: auto;
}

.mailsend
{
	font-family: 'Cabin', sans-serif;
	font-size: large;
	color: #000;
	line-height: 0px;
	text-align: center;
}
.dec01
{
	width: auto;
	max-width: 1200px;
	font-family: 'Cabin', sans-serif;
	font-size: xx-large;
	color: #5D8AE7;
	text-align: center;
	letter-spacing: 1px;
	line-height: 40px;
	margin: auto;
}
.dectwo
{
	width: auto;
	max-width: 1280px;
	margin: auto;
	padding-top: 10px;
	padding-right: 5px;

}
.dectwo1
{
	width: 850px;
	float: left;


}
.dectwo2
{
	width: 350px;
	float: right;

}
.decfullwidth
{
	width: auto;
	max-width: 1280px;
	background-color: #F3F3F3;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
input
{
width: 280px;
 padding: 5px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
}

textarea
{
	width: 280px;
 padding: 5px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
}
.formtext
{
font-family: 'Cabin', sans-serif;
	font-size: 15px;
	color: #000;
	text-align: center;
}
input[type=submit] {
    width: 280px;
    background-color: #213F63;
    color: white;
    padding: 5px 10px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
	background-color: #2E5789;
}
.imgauto
{
	width: 100%;
	height: auto;
	margin: auto;
}
.check
{
	width: 250px;
	margin: auto;
	padding-bottom: 15px;
} 
.testi
{
	font-family: 'Cabin', sans-serif;
	font-size: large;
	color: #168AE9;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
}
.checktext
{
	font-family: 'Cabin', sans-serif;
	font-size: medium;
	line-height: 25px;
	color: #FFF;
	text-align: center;
	padding-bottom: 5px;
}
.pureslider
{
	width: auto;
	max-width: 1280px;
	margin: auto;
}
.pureslider2
{
	width: auto;
	max-width: 1280px;
	margin: auto;

}
.britext	{
	width: auto;
	max-width: 1280px;
font-family: 'Cabin', sans-serif;
	font-size: 16px;
	color: #000;
	text-align: justify;
	line-height: 25px;
	margin: auto;
	}
	
.britext ul	{
	list-style-type: disc;
	padding-left: 30px;
	list-style-position: inside;
	font-family: 'Cabin', sans-serif;
	color: #000;
	font-size: 17px;
	line-height: 35px;
	padding-bottom: 10px;
	text-indent: -24px;
	}
	
.britext2	{
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 5px;
	font-family: 'Cabin', sans-serif;
	font-size: large;
	color: #000;
	line-height: 25px;
	text-align: justify;
}	

.britext2 a {
	color: #00F;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: #eee;
	color: #5D8AE7;
	cursor: pointer;
	padding: 11px;
	width: 100%;
	text-align: left;
	border: 1px solid #CCC;
	outline: none;
	transition: 0.4s;
	font-family: 'Cabin', sans-serif;
	font-size: x-large;
	letter-spacing: 1px;
	margin-top: 15px;
	
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
	background-color: #ccc;
	color: #123376;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border: 1px solid #CCC;
}
.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
	color: #5D8AE7;
}
.panel ul
{
	font-family: 'Cabin', sans-serif;
	font-size: medium;
	color: #000;
	list-style-type: none;
	line-height: 30px;
	text-indent: -22;
	padding-left: 5px;
	letter-spacing: 1px;
}
.listimg
{
	/** the image will be vertically aligned in the center **/
	background: url(../images/tick.jpg) left center no-repeat;
	padding-left: 30px;
}

/* HEADER */

header
{
	position: relative;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

header h1
{
        margin:35px 0 0 0;
        font-size:55px;
        color:#e56038;
}

header p
{
       font-family: 'Cabin', sans-serif;
        font-size:16px;
        color: #4A463B;
        margin-left:132px;
}

nav
{
	width: auto;
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

nav ul
{
        list-style:none;
}

nav ul li
{
	display: inline;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

nav ul li a
{
	font-family: 'Cabin', sans-serif;
	transition: all .25s ease;
	font-size: medium;
	color: #5D8AE7;
	letter-spacing: 1px;
	line-height: 30px;
}

nav ul li a:hover
{
	color: #FEFFFF;
}

#mobileMenu
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	color: #000;
}

#mobileMenu ul li
{
	display: block;
	background-color: #5D8AEB;
	color: #FFF;
	padding: 12px 0;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Cabin', sans-serif;
	font-size: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	line-height: 25px;
}

.toggleMobile
{
	display: none;
	color: #000;
}


/* MY 2 COLUMNS For LOGO and Call me */
#topcol
{
	width: auto;
	max-width: 1280px;
	margin: auto;
}
#topcolone
{
	width: 280px;
	float: left;
}
#topcoltwo
{
	width: 460px;
	float: right;
	font-size: large;
	font-family: 'Cabin', sans-serif;
	color: #FFFFFF;
	line-height: 30px;
	text-align: right;
	letter-spacing: 1px;
	margin-right: 5px;
}
.topcontact
{
	font-size: large;
	font-family: 'Cabin', sans-serif;
	color: #FFFFFF;
	line-height: 30px;
	text-align: right;
	letter-spacing: 1px;
	margin-right: 5px;
}

/* FOOTER */

footer
{
	position: relative;
	clear: both;
	width: auto;
	height: auto;
	background-color: #011337;
	text-align: center;
}

.footwrapper
{
	line-height: 25px;
	padding-top: 8px;
	width: auto;
	max-width: 900px;
	font-size: 14px;
	background-color: #011337;
	font-family: 'Cabin', sans-serif;
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 8px;
	text-align: center;
	height: auto;
}

/* MISC */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);
}
.contact
{
	font-family: 'Cabin', sans-serif;
	color: #000;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 16px;
}
.contacttwo
{
	width: auto;
	max-width: 900px;
	margin: auto;
}
.contacttwo1
{
	width: 400px;
	float: left;
font-family: 'Cabin', sans-serif;
	font-size: 17px;
	color: #000;
	padding-left: 5px;
	line-height: 20px;
}
.contacttwo2
{
	width: 450px;
	float: right;
}
.pests
{
	font-family: 'Cabin', sans-serif;
	line-height: 30px;
	color: #5D8AE7;
	text-align: center;
	background-color: #F3F3F3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	font-size: 20px;
	margin-bottom: 15px;
}
.basetwo
{
	width: auto;
	max-width: 600px;
	margin: auto;
}
.basetwo1
{
	width: 300px;
	float: left;
}
.basetwo2
{
	width: 300px;
	float: right;
}
.telimg
{
	vertical-align: -25%;
	padding-right: 5px;
}
.ecofour
{
	width: auto;
	max-width: 800px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.ecofour1
{
	width: 180px;
	float: left;
}
.ecofour2
{
	width: 160px;
	float: left;
}
.ecofour3
{
	width: 210px;
	float: right;
}
.ecofour4
{
	width: 250px;
	float: right;
}
.ecotext
{
	font-family: 'Cabin', sans-serif;
	font-size: large;
	color: #5C873F;
	letter-spacing: 1px;
	text-align: center;
	line-height: 40px;
}
.basetwo
{
	width: auto;
	max-width: 1200px;
	margin: auto;

}
.basetwo1
{
	width: 275px;
	float: left;
}
.basetwo2
{
	width: 750px;
	float: right;
}

.basetwo ul	{
	list-style-type: disc;
	padding-left: 30px;
	list-style-position: inside;
	font-family: 'Cabin', sans-serif;
	color: #000;
	font-size: 17px;
	line-height: 35px;
	padding-bottom: 10px;
	text-indent: -24px;
	}
	
	.baseimgtwo
	{
		width: auto;
		margin:auto;
	}
	.baseimgtwo1
	{
		width: 350px;
		float: left;
	}
		.baseimgtwo2
	{
		width: 350px;
		float: right;
	}
	.greenfull
	{
	width: 100%;
	background-color: #096142;
		
	}
	.greenfil
	{
	width: auto;
	max-width: 1200px;
	margin: auto;

	}
	.greenfil11
	{
	width: 600px;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;

	}
	.greenfil12
	{
	width: 300px;
	float: right;
	padding-bottom: 25px;
	padding-top: 25px;
	}
	.greenfilltext
	{
	font-family: 'Cabin', sans-serif;
	font-size: x-large;
	color: #FFF;
	letter-spacing: 1px;
	text-align: center;
	line-height: 35px;
	}
		.greenfill2
	{
	font-family: 'Cabin', sans-serif;
	font-size: large;
	color: #FFF;
	letter-spacing: 1px;
	text-align: center;
	line-height: 35px;
	}
	.quote
	{
	width: 220px;
	font-family: 'Cabin', sans-serif;
	font-size: large;
	color: #FFF;
	background-color: #8FB643;
	letter-spacing: 1px;
	text-align: center;
	border: 4px solid #b2c58a;
	line-height: 45px;
	}
	
		.quote:hover
	{
	color: #EA6309;
	}
	.jctwo
	{
		width: auto;
		max-width: 1280px;
		margin: auto;
	}
		.jctwo1
	{
		width: 650px;
		float: left;
	}
			.jctwo2
	{
		width: 500px;
		float: right;
	}
	.badges
	{
		width: auto;
		max-width: 400px;
		margin: auto;
	}
		.badges1
	{
		width: 136px;
		float: left;
	}
		.badges2
	{
	width: 94px;
	float: left;
	padding-left: 17px;
	}
		.badges3
	{
		width: 136px;
		float: right;
	}
	.service
	{
		width: auto;
		max-width: 1000px;
		margin: auto;
	}
	.service1
	{
		width: 330px;
		float: left;
	}
		.service2
	{
	width: 330px;
	float: left;
	padding-left: 20px;
	}
		.service3
	{
		width: 300px;
		float: right;
	}
	.service ul
	{
	list-style-type: disc;
	padding-left: 30px;
	list-style-position: inside;
	font-family: 'Cabin', sans-serif;
	color: #0434B4;
	font-size: 17px;
	line-height: 35px;
	padding-bottom: 10px;
	text-indent: -24px;
	}

@media (max-width: 1030px)
{
	.service
	{
		padding-left: 5px;
		padding-right: 5px;
		max-width: 930px;
	}
	.service1
	{
		width: 300px;
		float: left;
	}
		.service2
	{
	width: 300px;
	float: left;
	padding-left: 15px;
	}
		.service3
	{
		width: 300px;
		float: right;
	}
	.service ul
	{
	list-style-type: disc;
	padding-left: 30px;
	list-style-position: inside;
	font-family: 'Cabin', sans-serif;
	color: #0434B4;
	font-size: 16px;
	line-height: 35px;
	padding-bottom: 10px;
	text-indent: -24px;
	}
	
	.basetwo ul	{
	list-style-type: disc;
	padding-left: 30px;
	list-style-position: inside;
	font-family: 'Cabin', sans-serif;
	color: #000;
	font-size: 17px;
	line-height: 30px;
	padding-bottom: 10px;
	text-indent: -24px;
	}
	
	.basetwo
{
	padding-left: 5px;
	padding-right: 5px;

}
.basetwo1
{
	width: 275px;
	float: left;
}
.basetwo2
{
	width: 675px;
	float: right;
}
	
	.baseimgtwo
	{
		width: auto;
		margin:auto;
	}
	.baseimgtwo1
	{
		width: 325px;
		float: left;
	}
		.baseimgtwo2
	{
		width: 325px;
		float: right;
	}
	
.dectwo
{
	margin-right: 8px;
	margin-left: 8px;
}
.dectwo1
{
	width: 610px;
	float: left;
}
.dectwo2
{
	width: 300px;
	float: right;

}
.britext
{
	padding-left: 8px;
	padding-right: 5px;
}
#topcol
{
	padding-left: 5px;
	padding-right: 5px;	
}
.jctwo
	{
		padding-left: 5px;
	padding-right: 5px;
	}
		.jctwo1
	{
		width: 550px;
		float: left;
	}
			.jctwo2
	{
		width: 400px;
		float: right;
		padding-top: 15px;
	}
}

@media (max-width: 900px)
{
	

		.jctwo1
	{
		width: auto;
		float: none;
		margin: auto;
	}
			.jctwo2
	{
		width: auto;
		max-width: 500px;
		float: none;
		margin: auto;
		padding-top: 10px;
	}

.service
	{
		padding-left: 5px;
		padding-right: 5px;
		max-width: 850px;
	}
	.service1
	{
		width: 275px;
		float: left;
	}
		.service2
	{
	width: 275px;
	float: left;
	padding-left: 15px;
	}
		.service3
	{
		width: 275px;
		float: right;
	}
	.service ul
	{
	list-style-type: disc;
	padding-left: 30px;
	list-style-position: inside;
	font-family: 'Cabin', sans-serif;
	color: #0434B4;
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 10px;
	text-indent: -24px;
	}

.greenfil
	{
	padding-left: 5px;
	padding-right: 5px;

	}
	.greenfil11
	{
	width: 550px;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;

	}
	.greenfil12
	{
	width: 250px;
	float: right;
	padding-bottom: 25px;
	padding-top: 25px;
	}

}

@media (max-width: 768px)
{
	
	.service
	{
		padding-left: 5px;
		padding-right: 5px;
		max-width: 700px;
	}
	.service1
	{
		width: 225px;
		float: left;
	}
		.service2
	{
	width: 225px;
	float: left;
	padding-left: 15px;
	}
		.service3
	{
		width: 225px;
		float: right;
	}
	.service ul
	{
	list-style-type: disc;
	padding-left: 30px;
	list-style-position: inside;
	font-family: 'Cabin', sans-serif;
	color: #0434B4;
	font-size: 15px;
	line-height: 30px;
	padding-bottom: 10px;
	text-indent: -24px;
	}
	
	
	#topcoltwo
{
	width: 440px;

}
nav ul li
{
	display: inline;
	text-align: center;
	padding-right: 8px;
	padding-left: 8px;
}

nav ul li a
{
	font-family: 'Cabin', sans-serif;
	transition: all .25s ease;
	font-size: medium;
	color: #5D8AE7;
	letter-spacing: 1px;
	line-height: 30px;
}
	
	.greenfil11
	{
	width: auto;
	float: none;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;

	}
	.greenfil12
	{
		width: 250px;
	float: none;
	margin: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	}
	
	.basetwo ul	{
	list-style-type: disc;
	padding-left: 30px;
	list-style-position: inside;
	font-family: 'Cabin', sans-serif;
	color: #000;
	font-size: 15px;
	line-height: 25px;
	padding-bottom: 10px;
	text-indent: -24px;
	}

.basetwo1
{
	width: 225px;
	float: left;
}
.basetwo2
{
	width: 475px;
	float: right;
}
	
	.baseimgtwo
	{
		width: auto;
		margin:auto;
	}
	.baseimgtwo1
	{
		width: 225px;
		float: left;
	}
		.baseimgtwo2
	{
		width: 225px;
		float: right;
	}
	
	
	.ecofour
{

	padding-left: 5px;
	Padding-right: 5px;
}
.ecofour1
{
	width: 220px;
	float: none;
	margin: auto;
}
.ecofour2
{
	width: 220px;
	float: none;
	margin: auto;
}
.ecofour3
{
	width: 220px;
	float: none;
	margin: auto;
}
.ecofour4
{
	width: 220px;
	float: none;
	margin: auto;
}
.ecotext
{
	font-family: 'Cabin', sans-serif;
	font-size: large;
	color: #5C873F;
	letter-spacing: 1px;
	text-align: center;
	line-height: 40px;
}

.dectwo1
{
	width: auto;
	float: none;
	margin: auto;
}
.dectwo2
{
	width: auto;
	max-width: 400px;
	float: none;
	margin: auto;
	padding-bottom: 5px;
}	
	.contacttwo
{
	width: auto;
	max-width: 740px;
	margin: auto;
}
.contacttwo1
{
	width: 350px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	padding-left: 5px;
	line-height: 20px;
}
.contacttwo2
{
	width: 300px;
	float: right;
}
          #spacer
        {
                height:auto;
                padding-bottom:15px;
        }
      
        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }		
.britext2
{
	font-size: medium;
}
}


@media (max-width: 700px)
{
	
		.service
	{
		padding-left: 5px;
		padding-right: 5px;
		max-width: 515px;
	}
	.service1
	{
		width: 250px;
		float: left;
	}
		.service2
	{
	width: 250px;
	float: right;
	padding-left: 15px;
	}
		.service3
	{
		width: auto;
		max-width: 400px;
		float: none;
		margin: auto;
	}
	.service ul
	{
	list-style-type: disc;
	padding-left: 30px;
	list-style-position: inside;
	font-family: 'Cabin', sans-serif;
	color: #0434B4;
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 10px;
	text-indent: -24px;
	}
	
	
	.basetwo ul	{
	list-style-type: disc;
	padding-left: 30px;
	list-style-position: inside;
	font-family: 'Cabin', sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 10px;
	text-indent: -24px;
	}

.basetwo1
{
	width: 225px;
	float: none;
	margin: auto;
}
.basetwo2
{
	width: auto;
	float: none;
	margin: auto;
}
	
	.baseimgtwo
	{
		width: auto;
		margin:auto;
	}
	.baseimgtwo1
	{
		width: 275px;
		float: left;
	}
		.baseimgtwo2
	{
		width: 275px;
		float: right;
	}
	.dec01
	{
	font-size: 30px;
	line-height: 40px;
	padding-left: 5px;
	padding-right: 5px;
	}
	.dectwo
{
	margin-right: 5px;
	margin-left: 5px;
}
.topbox
{
	height: auto;
}
	.topcontact
	{
	text-align: center;
	}

	#topcolone
{
	float: none;
	margin: auto;
}
#topcoltwo
{
	width: auto;
	float: none;
	margin: auto;
	font-size: large;
	text-align: center;
}
	.contacttwo
{
	width: auto;
	margin: auto;
}
.contacttwo1
{
	width: auto;
	float: none;
	margin: auto;

}
.contacttwo2
{
	width: auto;
	float: none;
	margin: auto;
}
		.active, .toggleMobile:hover {
background: rgba(195, 157, 50, 0.0);
}
   #mobileMenu
        {
                display: block;
                z-index: 99;
        }
        .toggleMobile
        {
                position: fixed;
                top: 10px;
                left: 10px;
                display: block;
                width: 40px;
                height: 36px;
                cursor: pointer;
                z-index: 999;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
	display: block;
	position: absolute;
	width: 30px;
	height: 6px;
	left: 0;
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	background-color: #5D8AE7;
        }
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 12px;
        }
        .toggleMobile span.menu3
        {
                top: 24px;
        }
        .toggleMobile.active span.menu1
        {
	top: 12px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	background-color: #000000;
        }
        .toggleMobile.active span.menu2
        {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	background-color: #000000;
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        header nav
        {
                display:none;
        }
        header h1
        {
                font-size:40px;
        }
        header p
        {
                margin-left: 60px;
                font-size:14px;
        }
		.pureslider
{
	margin-top:-5px;
}
}

@media (max-width: 580px)
{

		.service
	{
		padding-left: 5px;
		padding-right: 5px;
		max-width: 580px;
	}
	.service1
	{
		width: auto;
		max-width: 400px;
		float: none;
		margin: auto;
	}
		.service2
	{
	width: auto;
		max-width: 400px;
		float: none;
		margin: auto;
	padding-left: 0px;
	}
		.service3
	{
		width: auto;
		max-width: 400px;
		float: none;
		margin: auto;
	}
	.service ul
	{
	list-style-type: disc;
	padding-left: 30px;
	list-style-position: inside;
	font-family: 'Cabin', sans-serif;
	color: #0434B4;
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 10px;
	text-indent: -24px;
	}


}



@media (max-width: 530px)
{

	.baseimgtwo1
	{
		width: auto;
		max-width: 400px;
		margin: auto;
		float: none;
	}
		.baseimgtwo2
	{
		width: auto;
		max-width: 400px;
		margin: auto;
		float: none;
	}
	.basetwo
{
	padding-left: 5px;
	padding-right: 5px;
}
.basetwo1
{
	width: 300px;
	float: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.basetwo2
{
	width: 300px;
	float: none;
	margin: auto;
}

	.britext2
	{
	text-align: left;
	}
	.dec01
	{
	font-size: x-large;
	line-height: 35px;
	}
	.dec02
	{
	font-size: x-large;
	line-height: 30px;
	}

		.badges1
	{
		width: 136px;
		float: none;
		margin: auto;
	}
		.badges2
	{
	width: 94px;
	float: none;
		margin: auto;
	padding-left: 0px;
	}
		.badges3
	{
		width: 136px;
		float: none;
		margin: auto;
	}
	
}
@media (max-width: 370px)
{
	
.pureslider
{
	margin-top: 28px;
}

}

/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}
.britext2bold {
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
