@charset "utf-8";
/* CSS Document */

body, html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	font-family: "MS Serif", "New York", serif;
	background-image: url(../images/bg-body.gif);
	font-weight: 100;
}

header, section, footer {
	display: block;
}

.ME_topnameholder {
	width: 100%;
	background-color: rgba(033, 033, 033, 0.5);
	padding: 10px 0px;
	font-size: 20px;
	font-weight: 100;
	text-transform: capitalize;
	background-image: url(../images/menubg.png);
}

.ME_topnamebox {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.ME_topnavigation {
	clear: both;
	width: 100%;
}

.banner_holder {
	width: 100%;
	clear: both;
	height: 620px;
}

.ME_main_copyholder {
	clear: both;
	width: 100%;
	margin-top: 50px;
	padding: 35px 0px;
}

.ME_main_copyheading {
	text-align: center;
	font-size: 36px;
	font-weight: 100;
	text-transform: uppercase;
	padding: 30px 0px 10px 0px;
	border-bottom: #999 1px solid;
	width: 65%;
	margin: 0 auto;
}

.ME_main_copycontent {
	margin:0 auto;
	width: 80%;
	padding: 50px 0px 150px 0px;
}

.ME_main_copycontent p {
	column-count: 2;
	column-gap: 100px;
	-moz-column-count: 2;
	-moz-column-gap: 100px;
	-o-column-count: 2;
	-o-column-gap: 100px;
	-webkit-column-count: 2;
	-webkit-column-gap: 100px;
	line-height: 1.8em;
	text-align: justify;
	letter-spacing: 0.1em;
}

.ME_main_copycontent a, .ME_main_copycontent a:active {
	color: rgba(0,210,169,0.9);
	font-weight: 300;
	text-decoration: none;
}

.ME_main_copycontent a:hover {
	text-decoration:  underline;
	color:#333;
}

.ME_section_title {
	clear: both;
	font-size: 30px;
	font-weight: 100;
	text-align: center;
	padding: 30px 0px;
	text-transform: uppercase;
	background-color: rgba(0,210,169,0.9);
	background-image: url(../images/menubg.png);
	color: #fff;
	margin: 0px;
}

.ME_quicklinksholders{
	clear: both;
	width: 100%;
	background-image: url(../images/1.jpg);
	background-size: 100% 100%;
}

.ME_quicklinksbox{
	margin: 0px auto;
	width: 80%;
	padding: 50px 0px;
}

.ME_quicksbox{
	margin: 15px;
	width: 30%;
	padding: 10px 10px 5px 10px;
	display: inline-block;
	background-color: #efefef;
	border-radius: 5px;
}

.ME_quicksbox img{
	display: block;
	width: 100%;
	border: none;
}

.ME_quicksbox h4{
	font-weight: 100;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

.ME_getcopyholder {
	clear: both;
	width: 100%;
}

.ME_getcopybox {
	width: 80%;
	margin: 0 auto;
	padding: 100px 0px;
}

.ME_getcopy {
	width: 30%;
	margin: 15px;
	display: inline-block;
}

.ME_getcopy img {
	width: 100%;
	border: #333 solid 5px;
	display: block;
}

.ME_getcopy h4 {
	text-align: center;
	font-size: 14px;
	font-weight: 100;
	background-color: rgba(033,033,033,0.9);
	margin: 0px;
	padding: 5px 0px;
	color: #fff;
	text-transform: uppercase;
	background-image: url(../images/menubg.png);
}

.ME_getcopy h4:hover {
	background-color: rgba(0,210,169,0.9);
	background-image: url(../images/menubg.png);
}

.ME_getcopy a, .ME_getcopy a:active {
	color: #fff;
	text-decoration: none;
}

.ME_getcopy a:hover{
	color: #fff;
	text-decoration: none;
}


.ME_socialmedia {
	clear: both;
	width: 100%;
	background-image: url(../images/social.jpg);
	background-size: 100% 100%;
	padding: 0px 0px 100px 0px;
}

.ME_social1 {
	display: inline-block;
	width: 95%;
	margin: 2%;
}

.ME_social3 {
	display: inline-block;
	margin: 2%;
	width: 95%;
	border: solid rgba(033,033,033, 0.5) 20px;
	padding: 10px;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.6);
}

.ME_social2 {
	border: solid rgba(255,255,255,0.8) 20px;
	padding: 0px;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.6);
	width: 45%;
	margin: 2%;
	display: inline-block;
	text-align: center;
}

.ME_social1 h3 {
	text-align: center;
	background-color: rgba(033,033,033,0.5);
	background-image: url(../images/menubg.png);
	padding: 10px 0px;
	font-weight: 100;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.ME_social2 h3, .ME_social3 h3 {
	text-align: center;
	background-color: rgba(0,210,169,0.9);
	background-image: url(../images/menubg.png);
	padding: 10px 0px;
	font-weight: 100;
	color: #fff;
	text-transform: uppercase;
}

iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ME_footerholder {
	clear: both;
	width: 100%;
	background-color: rgba(033, 033, 033, 0.5);
	background-image: url(../images/menubg.png);
}

.ME_footerbox {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0px;
	font-size: 12px;
	color: #fff;
}

.ME_footerbox a, .ME_footerbox a:active {
	color: rgba(0,210,169,0.9);
	text-decoration: none;
}

.ME_footerbox a:hover {
	color: #333;
	text-decoration: underline;
}

.ME_shop {
	margin: 0 auto;
	width: 30%;
	text-align: center;
}

.ME_shop img {
	width: 100%;
}

/*Update perference*/

.updateus {
	text-align: center;
}

.tick {
	display: inline-block;
	margin: 10px 30px 10px 0px;
	font-size: 14px;
}

.contianer h5 {
	display: block;
	margin: 10px 30px 10px 0px;
	font-size: 18px;
	
}

.contianer h6 {
	display: block;
	margin: 10px 30px 10px 0px;
	font-size: 14px;
	font-weight: 400;
}

.contianer p {
	display: block;
	margin: 30px 0px;
}

.updateemailphone {
	width: 300px;
	display: block;
	margin: 0px auto;
}

.g-recaptcha {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
}




@media only screen and (min-width: 1900px) {
	
	.banner_holder {
	height: 700px;
	}
}


@media only screen and (min-width: 1199px) and (max-width: 1440px) {
	
	.banner_holder {
	height: 650px;
	}
	
	.ME_main_copycontent {
	padding: 30px  0px;
	}


}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

	
	
	.banner_holder {
	height: 550px;
	}
	
	.ME_main_copyholder {
	margin-top: 0px;
	}
	
	.ME_main_copyheading {
		font-size: 30px;
	}
	
	.ME_main_copycontent {
	padding: 30px  0px;
	}
	
	.ME_main_copycontent p {
	column-gap: 50px;
	-moz-column-gap: 50px;
	-o-column-gap: 50px;
	-webkit-column-gap: 50px;
	}
	
	.ME_section_title {
	font-size: 30px;
	padding: 15px 0px;
	}
	
	.ME_quicklinksbox{
		margin: 0px auto;
		width: 80%;
		padding: 30px 0px;
		text-align: center;
	}
	
	.ME_quicksbox{
		margin: 10px;
		width: 30%;
	}
	
	.ME_quicksbox h4{
		font-size: 10px;
	}
	
	.ME_getcopybox {
		padding: 30px 0px;
		text-align: center;
	}
	
	.ME_getcopy {
		width: 30%;
		margin: 10px;
	}
	
	.ME_getcopy h4 {
		font-size: 12px;
	}
	
	.ME_socialmedia {
		clear: both;
		width: 100%;
		background-image: url(../images/social.jpg);
		background-size: 100% 100%;
		padding: 0px 0px 100px 0px;
	}
	
	.ME_social1 {
		width: 95%;
		margin: 2%;
	}
	
	.ME_social3 {
		margin: 3%;
		width: 93%;
	}
	

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	
	.banner_holder {
	height: 80%;
	/*height: 520px;*/
	}
	
	.ME_main_copyholder {
	margin-top: 0px;
	}
	
	.ME_main_copyheading {
		font-size: 30px;
	}
	
	.ME_main_copycontent {
	padding: 30px  0px;
	}
	
	.ME_main_copycontent p {
	column-gap: 50px;
	-moz-column-gap: 50px;
	-o-column-gap: 50px;
	-webkit-column-gap: 50px;
	}
	
	.ME_section_title {
	font-size: 30px;
	padding: 15px 0px;
	}
	
	.ME_quicklinksbox{
		margin: 0px auto;
		width: 80%;
		padding: 30px 0px;
		text-align: center;
	}
	
	.ME_quicksbox{
		margin: 10px;
		width: 30%;
	}
	
	.ME_quicksbox h4{
		font-size: 10px;
	}
	
	.ME_getcopybox {
		padding: 30px 0px;
		text-align: center;
	}
	
	.ME_getcopy {
		width: 30%;
		margin: 10px;
	}
	
	.ME_getcopy h4 {
		font-size: 12px;
	}
	
	.ME_socialmedia {
		clear: both;
		width: 100%;
		background-image: url(../images/social.jpg);
		background-size: 100% 100%;
		padding: 0px 0px 100px 0px;
	}
	
	.ME_social1 {
		width: 95%;
		margin: 2%;
	}
	
	.ME_social2 {
		width: 93%;
		margin: 3%;
	}
	
	.ME_social3 {
		margin: 3%;
		width: 93%;
	}
	





}



@media only screen and (max-width:767px) {
	
	.ME_topnameholder {
	font-size: 24px;
	}
	
	.banner_holder {
	height: 48%;
	/*height: 470px;*/
	}
	
	.ME_main_copyholder {
	margin-top: 0px;
	}
	
	.ME_main_copyheading {
		font-size: 20px;
	}
	
	.ME_main_copycontent {
	padding: 30px  0px;
	}
	
	.ME_main_copycontent p {
		column-count: 1;
		column-gap: 0px;
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-o-column-count: 1;
		-o-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
	}
	
	.ME_section_title {
	font-size: 30px;
	padding: 15px 0px;
	}
	
	.ME_quicklinksbox{
		margin: 0px auto;
		width: 80%;
		padding: 30px 0px;
		text-align: center;
	}
	
	.ME_quicksbox{
		margin: 5px 5px;
		width: 60%;
	}
	
	.ME_quicksbox h4{
		font-size: 10px;
	}
	
	.ME_getcopybox {
		padding: 30px 0px;
		text-align: center;
	}
	
	.ME_getcopy {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
		padding: 15px 0px;
	}
	
	.ME_getcopy h4 {
		font-size: 12px;
	}
	
	.ME_socialmedia {
		clear: both;
		width: 100%;
		background-image: url(../images/social.jpg);
		background-size: 100% 100%;
		padding: 0px 0px 100px 0px;
	}
	
	.ME_social1 {
		width: 95%;
		margin: 2%;
	}
	
	.ME_social2 {
		width: 93%;
		margin: 3%;
	}
	
	.ME_social3 {
		margin: 3%;
		width: 93%;
	}
	




}


@media only screen and (min-width: 50px) and (max-width:400px) { 

	.ME_topnameholder {
	font-size: 13px;
	}
	
	.banner_holder {
		height: 25%;
	/*height: 400px;*/
	}
	
	.ME_main_copyholder {
	margin-top: 0px;
	}
	
	.ME_main_copyheading {
		font-size: 20px;
	}
	
	.ME_main_copycontent {
	padding: 30px  0px;
	}
	
	.ME_main_copycontent p {
		column-count: 1;
		column-gap: 0px;
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-o-column-count: 1;
		-o-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
	}
	
	.ME_section_title {
	font-size: 20px;
	padding: 15px 0px;
	}
	
	.ME_quicklinksbox{
		margin: 0px auto;
		width: 80%;
		padding: 30px 0px;
	}
	
	.ME_quicksbox{
		margin: 10px 0px;
		width: 100%;
	}
	
	.ME_quicksbox h4{
		font-size: 10px;
	}
	
	.ME_getcopybox {
		padding: 30px 0px;
	}
	
	.ME_getcopy {
		width: 100%;
		margin: 0px;
		padding: 15px 0px;
	}
	
	.ME_getcopy h4 {
		font-size: 12px;
	}
	
	.ME_socialmedia {
		clear: both;
		width: 100%;
		background-image: url(../images/social.jpg);
		background-size: 100% 100%;
		padding: 0px 0px 100px 0px;
	}
	
	.ME_social1 {
		width: 95%;
		margin: 2%;
	}
	
	.ME_social2 {
		width: 93%;
		margin: 3%;
	}
	
	.ME_social3 {
		margin: 3%;
		width: 93%;
	}
	



}