/*Strip the ul of padding and list styling*/
ul#menu {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
#menu li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
#menu li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background: #B2A49E;
	text-decoration: none;
}


/*Hover state for top level links*/


/*Style for dropdown links*/
li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #19c589;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	
	text-decoration: none;
	color: #666666;
background: #f49bc3;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 959px){
	/*Make dropdown links appear inline*/
	 ul#menu {
		position: static;
		display: none;
		z-index: 999;
position: relative;
		    
	}
	.nav {
    width: auto!important;
    height: 0px;
    padding: 0;
    margin: 0px;
    list-style: none none;
}

.ContentHolder {
    height: 2000px;
    min-height: 200px;
}
.Contents {
    width: 100%;
	height: initial;
}
.Contents img { 
    width: 100%;
    height: auto;

}
.mobile-hide{display:none;}
p {
    font: normal 1em ArialRegular;
    color: #333333;
    text-align: left;
    line-height: normal;
    margin: 20px 0px;
}
.contentDetails li {
    font: normal 1em ArialBoldItalic;
    line-height: normal;
}
.header {
    width: 100%;
}

.ContentLeftI.left, .ContentLeftII.left {
    width: 90%;
    padding: 0px 25px;
}
.contactDetails.left {
    float: none;
}
.lbl.left {
    float: none;
    margin-left: 25px;
}
.contactHolder.left {
    height: auto;
	background: #f49bc3;
}
.contact {
    width: auto;
}
.logo {
    width: 260px;
    height: auto;
    padding-top: 15px;
    float: none;
    margin: 0 auto;
	position: absolute;

}
.ContentHolderII {
    height: 1050px;
    min-height: 200px;
}
.img4 {
    background: url('../images/img4.png') no-repeat 461px top;
    width: 100%;
    height: auto;
    float: none;
}
.pd12 {
    width: auto !important;
}
.testimonialLeft {
    width: 100%;
}
.testimonialRight {
    width: 100%;
       margin-left: 0;
}
.alt_page_navigation {
    width: 35%;
    margin-top: 10px;
}
.ContentLeftI.left, .ContentLeftII.left {
    padding: 0 25px 25px;
    width: auto;
}
.contentDetails li {
    color: #666666;
    float: none;
    width: auto;
}
.italic {
width: auto;
}
.left.testi {
    width: auto !important;
}
.ContentHolder {
   
    background: none; 
}
.sendmail {
    width: 100% !important;
	text-align: left;
}
.c1-p1 {
   width: 100% !important;
padding-right: 10px;
}
.c1-p2 {
    width: 100% !important;
}
/*Create vertical spacing*/
	 #menu li {
		border-bottom: 1px solid #D5DF42;
	}
	/*Make all menu links full width*/
	ul#menu li,  #menu li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	img.mobile-img {
    display: block;
}
}
@media screen and (max-width : 767px){
.contentDetails li {
    
    width: auto;
    float: none;
}
.ContentHolder {
    height: 1650px;
    min-height: 200px;
}
}
@media screen and (max-width : 567px){

.ContentHolder {
    height: 1400px;
    min-height: 200px;
}
}

@media screen and (max-width : 479px){

.ContentHolder {
    height: 1300px;
    min-height: 200px;
}
}