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

/* GLOBAL */
body
{
	background: #ebe8de;
	color: #333333;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #133E22;
}
 /*jssor slider loading skin spin css*/
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        .jssora061 {display:block;position:absolute;cursor:pointer;}
        .jssora061 .a {fill:none;stroke:#fff;stroke-width:360;stroke-linecap:round;}
        .jssora061:hover {opacity:.8;}
        .jssora061.jssora061dn {opacity:.5;}
        .jssora061.jssora061ds {opacity:.3;pointer-events:none;}
  /*jssor slider loading skin spin css*/
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: Arial, Helvetica, 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: #000;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;
}

.background
{
	background-color: #FFF;
	width: auto;
	max-width: 1024px;
	margin: auto;
}

.imgauto
{
	width: 100%;
	height: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 0px;
}
.topimage
{
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.britext	{
	width: auto;
	max-width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: justify;
	line-height: 25px;
	margin: auto;
	}
	
.britext ul	{
	list-style-type: disc;
	padding-left: 20px;
	}
	
.britext2	{
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	line-height: 25px;
	text-align: justify;
	margin: 0px;
}	
.britextrate	{
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000;
	line-height: 25px;
	text-align: center;
	margin: 0px;
	font-weight: bold;
}

.britext2 a {
	color: #00F;
}
.topbox
{
	background-color: #FFFFFF;
	width: 100%;
	height: 90px;
}

/* 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: 'Open Sans', sans-serif;
        font-size:16px;
        color: #4A463B;
        margin-left:132px;
}

nav
{
	width: auto;
	text-align: center;
	margin: auto;
	padding-top: 7px;
	background-color: #000;
	padding-bottom: 5px;
}

nav ul
{
        list-style:none;
}

nav ul li
{
	display: inline;
	text-align: center;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
}

nav ul li a
{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	transition: all .25s ease;
	font-size: 14px;
	color: #FFF;
}

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

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

#mobileMenu ul li
{
	display: block;
	background-color: #F60607;
	color: #000;
	padding: 12px 0;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.toggleMobile
{
        display: none;
}

/* MY 2 COLUMNS For LOGO and Call me */
#topcol
{
	width: auto;
	max-width: 1000px;
	margin: auto;
	background-color: #FFFFFF;
}
#topcolone
{
	width: 280px;
	float: left;
	background-color: #FFFFFF;
}
#topcoltwo
{
	width: 300px;
	float: right;
	background-color: #FFFFFF;
}

/* FOOTER */

footer
{
	position: relative;
	clear: both;
	width: auto;
	height: 125px;
	background-color: #000000;
}

.footwrapper
{
	line-height: 25px;
	padding-top: 8px;
	width: auto;
	max-width: 900px;
	font-size: 14px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 8px;
}

/* SKIPLINK */
.go-top
{
        position: fixed;
        bottom: 2em;
        right: 2em;
        text-decoration: none;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        padding: 1em;
        display: none;
}

.go-top:hover
{
        background-color: rgba(0, 0, 0, 0.6);
}
/* MISC */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);
}
.washtitle
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	width: auto;
	max-width: 1000px;
	line-height: 26px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 19px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	padding-left: 2px;
}
.washtitle2
{
	font-family: Arial, Helvetica, sans-serif;
	color: #F82C2D;
	width: auto;
	max-width: 1000px;
	line-height: 25px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	font-size: x-large;
	padding-left: 10px;
	text-align: left;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.contacttext
{
	width: auto;
	max-width: 1000px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #BA232A;
	line-height: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;

	
}
.contact
{
	font-family: "Arial Black", Gadget, sans-serif;
	color: #000;
	text-align: center;
	background-color: #F0F0F0;
	width: auto;
	max-width: 450px;
	border: 1px solid #666;
	margin: auto;
	font-size: 15px;
	font-weight: normal;
}
.td11
{
	width: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	padding-left: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 25px;
}
.td22
{
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 25px;
}
.tabcentre
{
	margin-left: 8px;
	width: 215px;
	background-color: #F7F7EF;
	border: 1px solid #999;
}
.tabcentre3
{
	width: 215px;
}
.tabcentre2
{
	margin-left: 8px;
	width: 215px;
	background-color: #F7F7EF;
	border: 1px solid #999;
}
.yazimgauto
{
	width: 100%;
	height: auto;
	margin: auto;
}

.hometable
{
	margin-left: 5px;
	border: 1px solid #999999;
}
.hometd
{
	width: 210px;
	background-color: #f7f7ef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 25px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
}
.sheff1
{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
	font-weight: normal;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.agtwo
{
width: auto;
max-width: 1000px;
margin: auto;
}
.agtwo1
{
width: 230px;
float: left;
}
.agtwo2
{
	width: auto;
	max-width: 760px;
	float: left;
}

.agtwo ul
{
	list-style-position: inside;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: left;
	line-height: 25px;
}
.hometwo
{
	width: auto;
	max-width: 1000px;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
}
.hometwo1
{
	width: 340px;
	float: left;
}

.hometwo2
{

	width: 620px;
	float: right;
	margin-right: 10px;
}
.yazreviews
{
	width: auto;
	max-width: 990px;
	border: 2px solid #F60607;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	border-radius: 10px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.fasthomebig
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #F60607;
	text-align: left;
	line-height: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	background-color: #EFEFEF;
	width: 320px;
	margin: auto;
	padding-left: 10px;
}
.fasthomebig2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	text-align: left;
	line-height: 25px;
	background-color: #EFEFEF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
.rate{
	width: auto;
	max-width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	text-align: left;	
	margin:auto;
}
.contactthree
{
	width: auto;
	max-width: 790px;
	margin: auto;
}
.contactthree1
{
	width: 250px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
.contactthree2
{
	width: 300px;
	float: left;
}
.contactthree3
{
	width: 240px;
	float: left;
}
.contacttitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: left;
	margin-bottom: 10px;
}
.contacttitle2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
}
.contacttext1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
.contacttext2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
.contacttext2 a
{
	color: #00F;

}
.contacttext1 a
{
	color: #00F;
}
.phoneimg
{
	vertical-align: -50%;
}
.contactcentre
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
	padding-bottom: 5px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.map
{
	width: auto;
	max-width: 900px;
	margin: auto;
}
.td1
{
	width: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	padding-left: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 25px;
}
.td2
{
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 25px;
}
.newyaz
{
	width: auto;
	max-width: 1000px;
	margin: auto;
}
.newyaz1
{
	width: 700px;
	float: left;
}
.newyaz2
{
	width: 250px;
	float: right;
}
.newyaz2hold
{
	width: auto;
	max-width: 250px;
	margin: auto;
	background-color: #D9E6FF;
	padding-top: 10px;
	border-radius: 10px;
	border: 2px solid #F00;
}
.newyaz2hold ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	padding-left: 25px;
	list-style-position: outside;
	list-style-type: disc;

}
.listssclass
{
	padding-bottom: 10px;
}

@media (max-width: 960px)
{
	.hometwo
{
	width: auto;
	max-width: 1000px;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
}
.hometwo1
{
	width: 250px;
	float: left;
}

.hometwo2
{
	width: 550px;
	float: right;
	margin-right: 10px;
}
	
	.newyaz
{
	width: auto;
	max-width: 1000px;
	margin: auto;
}
.newyaz1
{
	width: 600px;
	float: left;
}
.newyaz2
{
	width: 250px;
	float: right;
}
.newyaz2hold
{
	width: auto;
	max-width: 250px;
	margin: auto;
	padding-top: 10px;
	border-radius: 10px;
}
.newyaz2hold ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	list-style-position: outside;
	list-style-type: disc;

}
.listssclass
{
	padding-bottom: 10px;
}
}


@media (max-width: 810px)
{
	.hometwo1
{
	width: 250px;
	float: left;
}

.hometwo2
{
	width: 450px;
	float: right;
	margin-right: 10px;
}
	
	.newyaz
{
	width: auto;
	max-width: 1000px;
	margin: auto;
}
.newyaz1
{
	width: 500px;
	float: left;
}
.newyaz2
{
	width: 250px;
	float: right;
}
.newyaz2hold
{
	width: auto;
	max-width: 250px;
	margin: auto;
	padding-top: 10px;
	border-radius: 10px;
}
.newyaz2hold ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding-left:30px;
	list-style-position: outside;
	list-style-type: disc;

}
.listssclass
{
	padding-bottom: 10px;
}
}



@media (max-width: 780px)
{
	
		.hometwo1
{
	width: 250px;
	float: left;
}

.hometwo2
{
	width: 450px;
	float: right;
	margin-right: 10px;
}
	
	
	
	.newyaz
{
	width: auto;
	max-width: 1000px;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
}
.newyaz1
{
	width: auto;
	float: none;
	margin: auto;
}
.newyaz2
{
	width: auto;
	max-width:300px;
	float: none;
	margin: auto;
}
.newyaz2hold
{
	width: auto;
	max-width: 300px;
	margin: auto;
	padding-top: 10px;
	border-radius: 10px;
}
.newyaz2hold ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	list-style-position: outside;
	list-style-type: disc;

}
.listssclass
{
	padding-bottom: 10px;
}
}

@media (max-width: 768px)
{	
	.contactthree
{
	width: auto;
	max-width: 720px;
}
	.contactthree1
{
	width: 220px;
	float: left;
}
.contactthree2
{
	width:220px;
	float: left;
}
.contactthree3
{
	width: 240px;
	float: right;
}

.topimage
{
	margin-top: 80px;
}

.imgauto
{
	border: 1px solid #666;
}	
	.hometwo1
{
	width: 240px;
	float: left;
}
.hometwo2
{
	width: auto;
	max-width: 480px;
	float: right;
}
.agtwo1
{
width: 230px;
float: left;
}
.agtwo2
{
	width: auto;
	max-width: 490px;
	float: left;
	margin-left: 5px;
}
.britext	{
	padding-left: 5px;
	padding-right: 5px;
}
	
#topcolone {
	width: auto;
	max-width: 280px;
	float: none;
	margin: auto;
}
#topcoltwo
{
	width: 300px;
	float: none;
	margin: auto;
}

#twocolone
{
	width: auto;
	float: none;
	margin: auto;
}
#twocoltwo
{
	width: 320px;
	float: none;
    margin: auto;
}
        header
        {
           
            text-align: center;
        }        
        #spacer
        {
                height:auto;
                padding-bottom:15px;
        }
      
        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }

        #mobileMenu
        {
                display: block;
                z-index: 99;
        }
        .toggleMobile
        {
                position: fixed;
                top: 10px;
                left: 10px;
                display: block;
                width: 30px;
                height: 36px;
                cursor: pointer;
                z-index: 999;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
	display: block;
	position: absolute;
	width: 30px;
	height: 5px;
	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: #F60607;
        }
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 10px;
        }
        .toggleMobile span.menu3
        {
                top: 20px;
        }
        .toggleMobile.active span.menu1
        {
	top: 10px;
	-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;
        }
				
}

@media (max-width: 710px)
{
			.hometwo1
{
	width: 250px;
	float: none;
	margin: auto;
}

.hometwo2
{
	width: auto;
	max-width: 600px;
	float: none;
	margin: auto;
	padding-top: 20px;
}
}


@media (max-width: 500px)
{
	
	
	
	
		.contactthree1
{
	width: 220px;
	float: none;
	margin: auto;

}
.contactthree2
{
	width:220px;
	float: none;
	margin: auto;

}
.contactthree3
{
	width: 240px;
	float: none;
	margin: auto;

}
	.hometwo1
{
	width: 240px;
	float: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.hometwo2
{
width: auto;
float: none;
margin:auto;
}

	
.agtwo1
{
width: 230px;
float: none;
margin:auto;
}
.agtwo2
{
	width: auto;
	float: none;
	margin:auto;
}	

.washtitle2
{
	font-size: 16px;
}

}

/* 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%);}
}
