body {
	margin:0;
	padding:0;
	background-color: #F0F0F0;
	text-align: center;
	font-family: 'Hind';
}

a { color:#000; }
a:hover { color:#000; }

b { font-weight: 600 !important; }
.rose { color:#f53361; }
.mobile { display: none; }

.top { width:100%;height:70px;position: fixed;top:0;background-color:#000;color:#FFF;text-align: center;z-index:99; }
.top img { width:auto;height:50px;margin-top:10px;display: inline-block; }

.banner { width: 100%;display: inline-block;height:500px;background-color: #F0F0F0;margin-top: 70px; }
.container { display: inline-block;margin:auto;width:1000px;background-color: #FFF;min-height:500px;margin-top:70px;padding:0 2% 0 2%; }
.container .content { width:100%;display: inline-block;font-size:16px;font-family: arial;letter-spacing: 0px;line-height:20px; }
.container .content img { width: 100%;float:left; }

.container .content .left { width:49%;float:left;background-color: #FFF; text-align: justify;}
.container .content .separator { min-height:150px;width:2%;float:left; }
.container .content .right { min-height:150px;width:49%;float:left;background-color: #FFF; text-align: justify;}
.container .full { float:left;width:100%;text-align: center;margin-bottom: 10px;margin-top: 0px; line-height:20px;}

h1 { letter-spacing: 1px;width:100%;text-align: center;display: inline-block;margin-top: 30px;margin-bottom:40px;font-size:30px;line-height: 20px; }
h1 .h1bottom { font-size:24px; }

h2 { font-weight:400;width: 100%;text-align: left;text-transform: uppercase;letter-spacing: 1px;font-size:24px; margin-top:20px;margin-bottom: 20px;}

.fullimg {width:500px;}
.borderbox { width:80%;border:solid 2px #000;float:left;padding:15px;text-align: center;text-transform: uppercase;font-weight: 500; }

.offer { width: 33%;float:left;text-align: center;font-size:18px;line-height: 20px;font-weight: 700;border:solid 1px #F0F0F0;padding:1%; }
.offer img { width:100%; }

@media screen and (max-width: 1024px) { 
          .container { width:96%; }

}

@media screen and (max-width: 800px) {
	.separator { display: none; }
	.left { width:100% !important;margin-bottom: 30px; }
	.right { width:100% !important; }
	.container .content img { width: 80% !important;margin-left: 10%; }
	.borderbox { width:60% !important;padding:2%;margin:auto; }
	
	.top { height:50px !important; }
	.top img { height:40px !important;margin-top:5px !important; }
	.container { margin-top:50px !important; }
} 

@media screen and (max-width: 550px) {
	.container .content img { width: 100% !important;margin-left: 0%; }
	
	.borderbox { width:96% !important;padding:2%; }
	.offer { width:96% !important; }
}

@media screen and (max-width: 490px) {
.mobile { display: block !important; }
h1 { font-size:28px !important;line-height: 30px !important;margin-bottom:20px !important; }

}