﻿html, body   {
    max-width: 100%;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    overflow: scroll;
} 

::-webkit-scrollbar {
width: 0px; 

}

::-webkit-scrollbar-thumb {
background: #FFFFFF;
}
 
   
img {
	max-width:100%;
	height:auto !important;
}
#header {
	position: relative;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	text-align: center;
}
#info-wrapper {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	}
#tel {
	position: relative;
	width: 46%;
	padding-right: 2%;
	padding-left: 2%;
	text-align: center;
	float: left;
}
#email {
	position: relative;
	width: 46%;
	padding-right: 2%;
	padding-left: 2%;
	text-align: center;
	float: left;
}
.clear {
	clear: both;
}

#menu {
	position: relative;
	width: 100%;
	background-color: #03821E;
}
#inner-menu {
	position: relative;
	width: 100%;
	max-width:1200px;
	margin-right: auto;
	margin-left: auto;
}

#head-bg-strap {
	position: relative;
	width: 100%;
	text-align: center;
	height:550px;
	/*background: url("../images/bg2.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	padding-top: 200px;
	padding-bottom: 200px;
}


#head-bg-strap1 {
	position: relative;
	width: 100%;
	text-align: center;
	height:250px;
	padding-top: 90px;
	padding-bottom: 90px;
}



.strap-content {
	width:96%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding-left:3%;
	padding-left:3%;

}
#body-wrapper {
	position: relative;
	width: 100%;
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
}
#content {
	position: relative;
	padding: 2%;
	float: left;
	width: 66%;
}
#twitter {
	position: relative;
	padding: 2%;
	float: left;
	width: 26%;
	height:430px;
	overflow:auto;
	margin-bottom:20px;
	
}
#fullwidth {
	position: relative;
	width: 96%;
	padding: 2%;
}

#testimonials {
	position:relative;
	width:100%;
	background-color:#EFEFEF;

}

#accreditations {
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #03821E;
	text-align: center;
}

#bottom-bg {
	width: 100%;
	position: relative;
	background: url('../images/botton-bg.jpg') no-repeat scroll center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 500px;
}

#footer {
	position: relative;
	width: 96%;
	padding: 1% 2% 2% 2%;
	text-align: center;
}
.auto-style2 {
	border-width: 0px;
}
