@font-face {

	font-family: 'Coda-Heavy';

	src: url('../fonts/Coda-Heavy/Coda-Heavy.eot');

	src: url('../fonts/Coda-Heavy/Coda-Heavy.woff') format('woff'), url('../fonts/Coda-Heavy/Coda-Heavy.ttf') format('truetype'), url('../fonts/Coda-Heavy/Coda-Heavy.svg') format('svg');

}

@font-face {

	font-family: 'Lato-Black';

	src: url('../fonts/Lato-Black/Lato-Black.eot');

	src: url('../fonts/Lato-Black/Lato-Black.woff') format('woff'), url('../fonts/Lato-Black/Lato-Black.ttf') format('truetype'), url('../fonts/Lato-Black/Lato-Black.svg') format('svg');

}

@font-face {

	font-family: 'Lato-Light';
	src: url('../fonts/Lato-Light/Lato-Light.eot');

	src: url('../fonts/Lato-Light/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light/Lato-Light.ttf') format('truetype'), url('../fonts/Lato-Light/Lato-Light.svg') format('svg');

}

@font-face {

	font-family: 'PT_Sans-Web-Regular';

	src: url('../fonts/PT_Sans-Web-Regular/PT_Sans-Web-Regular.eot');

	src: url('../fonts/PT_Sans-Web-Regular/PT_Sans-Web-Regular.woff') format('woff'), url('../fonts/PT_Sans-Web-Regular/PT_Sans-Web-Regular.ttf') format('truetype'), url('../fonts/PT_Sans-Web-Regular/PT_Sans-Web-Regular.svg') format('svg');

}

@font-face {

	font-family: 'PT_Sans-Web-Italic';

	src: url('../fonts/PT_Sans-Web-Italic/PT_Sans-Web-Italic.eot');

	src: url('../fonts/PT_Sans-Web-Italic/PT_Sans-Web-Italic.woff') format('woff'), url('../fonts/PT_Sans-Web-Italic/PT_Sans-Web-Italic.ttf') format('truetype'), url('../fonts/PT_Sans-Web-Italic/PT_Sans-Web-Italic.svg') format('svg');

}

@font-face {

	font-family: 'PT_Sans-Web-Bold';

	src: url('../fonts/PT_Sans-Web-Bold/PT_Sans-Web-Bold.eot');

	src: url('../fonts/PT_Sans-Web-Bold/PT_Sans-Web-Bold.woff') format('woff'), url('../fonts/PT_Sans-Web-Bold/PT_Sans-Web-Bold.ttf') format('truetype'), url('../fonts/PT_Sans-Web-Bold/PT_Sans-Web-Bold.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}

body {

	/*background: url(../images/bg-body.jpg) repeat;*/

	background:url("../images/overlay.png") repeat scroll 0 0 #ccc;
	overflow-x: hidden;

	font:14px/20px Arial;

	font-weight: normal;

	margin: 0;

	min-width:1000px;

	padding: 0;

}

#header {

	/*background: url(../images/bg-header.png) repeat-x top left;*/

	margin: 0;

	padding: 5px 0 0px;

}

#header div {

	margin: 0 auto;

	padding: 0;

	width:1202px;

	/*background:url("../images/bg-header.png") repeat-x scroll left top rgba(0, 0, 0, 0);*/

	background:none repeat scroll 0 0 #e6e6e6 !important;

	border-top:6px solid #222;

	border-radius:15px 15px 0 0;

	

}

#header div:first-child {

	padding: 17px 0 0;

	overflow: hidden;

}

#header div a.logo {

	display: block;
    float: left;
    margin-bottom: -5%;
    padding: 0;
    margin-left: 9%;
}



#header div a.logo img {

	border: 0;

	display: block;


}

#header div form {

	float: right;

	margin: 34px 10px 0 0;

	overflow: hidden;

	padding: 0;

}

#header div form input {

	background: url(../images/interface.png) no-repeat;

	border: 0;

	display: block;

	float: left;

	height: 24px;

	margin: 0;

	padding: 0;

}

#header div form #search {

	background-position: -228px -411px;

	line-height: 24px;

	padding: 0 0 0 10px;

	width: 208px;

}

#header div form #searchBtn {

	background-position: -446px -411px;

	cursor: pointer;

	width: 43px;

}

#header div form #searchBtn:hover {

	background-position: -492px -411px;

}

#header .navigation {

	background: url(../images/bg-navigation-right.gif) no-repeat bottom right;

	padding: 0 10px;

	width: 940px;

}

#header .navigation > ul:before, #header .navigation > ul:after {

	content: "";

	display: table;

}

#header .navigation > ul:after {

	clear: both;

}

#header .navigation > ul {

	background: url(../images/bg-navigation.gif) repeat-x bottom left;

	margin: 0;

	padding: 0;

}

#header .navigation > ul > li {

	display: block;

	float: left;

	list-style: none;

	margin: 0 27px;

	position: relative;

	padding: 0;

}

#header .navigation > ul > li > a {

	color: #fff;

	display: block;

	font-family: 'Lato-Light';

	font-size: 14px;

	font-weight: normal;

	height: 52px;

	line-height: 56px;

	margin: 0;

	padding: 0 15px;

	text-align: center;

	text-transform: uppercase;

	text-decoration: none;

}

#header .navigation > ul > li.selected > a {

	font-family: 'Lato-Black';

}

#header .navigation > ul > li > a:hover {

	color: #e2e2e2;

}

#header .navigation > ul > li.booking > a {

	color: #fcac00;

	font-family: 'Lato-Black';

}

#header .navigation > ul > li.booking > a:hover {

	color: #f3be4b;

}

#header .navigation ul ul {

	left: -99999px;

	margin: 0;

	padding: 0;

	position: absolute;

	top: 52px;

	z-index: 5;

}

#header .navigation > ul > li:hover ul {

	left: 0;

}

#header .navigation ul ul li {

	border-top: 1px solid #fff;

	display: block;

	list-style: none;

	margin: 0;

	padding: 0;

	width: 180px;

}

#header .navigation ul ul li:first-child {

	border: 0;

}

#header .navigation ul ul li a {

	background: #fcac00;

	color: #fff;

	display: block;

	height: 23px;

	font-family: 'Lato-Light';

	font-size: 13px;

	font-weight: normal;

	line-height: 23px;

	margin: 0;

	padding: 0 23px;

	text-decoration: none;

	text-transform: capitalize;

}

#header .navigation ul ul li a:hover {

	background: 	#e9e9e9;

	color: #7a7a7a;

}

#body {

	/*min-height: 800px;*/

	margin: 0;

	/*padding: 0 0 6px;*/

	margin-top:0px;

}

.visacard-mob-2{
	display: none;
}

#body .header {

	-webkit-box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);

	-moz-box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);

	box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);

	color: #fff;

	background:#006600;

	margin: 0 auto 0px;

	padding: 0;

	width:1202px;

}

#body .header ul {

	margin: 0;

	overflow: hidden;

	padding:0;

	/*background:#2c762c;*/

}

#body .header ul li {

	float: left;

	list-style: none;

	margin: 0 0 0 20px;

	overflow: hidden;

	padding: 0;

	font-size:14px;

	font-weight:bold;

	text-align:center;

	width: 374px;

}



/* additional style for adjuest */

#body .header ul li.firstone,#body .header ul li.firstone div, #body .header ul li.firstone div ul li, #body .header ul li.firstone div ul li a {	width: 150px;}





#body .header ul li:first-child {

	margin: 0;

}

#body .header ul li .figure {

	display: block;

	float: left;

	margin: 2px 18px 0 7px;

	padding: 0;

}

#body .header ul li .figure:hover {

	opacity: 0.8;

}

#body .header ul li img {

	border: 0;

	display: block;

	margin: 0;

	padding: 0;

}

#body .header ul li div {

	float: left;

	margin: 0;

	padding: 0 10px 0 0;

	width: 303px;

}

#body .header ul li div ul { padding:0; }

#body .header ul li div ul li { margin:0; }

#body .header ul li div ul li a { width:335px; float:left; text-decoration:none; padding-bottom: 1px;

   /* padding-left: 10px;*/

    padding-top: 1px; color:#f2f2f2; }

#body .header ul li div ul li a:hover { background:#309930; color:#f2f2f2; }

#body .header ul li div h3 {

	color: #7a7a7a;

	font-family: 'Lato-Light';

	font-size: 18px;

	font-weight: normal;

	margin: 0;

	padding: 0 0 14px;

	text-transform: capitalize;

}

#body .header ul li div h3 a {

	color: #7a7a7a;

	text-decoration: none;

}

#body .header ul li div h3 a:hover {

	color: #fcac00;

}

#body .header ul li div p {

	color: #7a7a7a;

	font-family: 'PT_Sans-Web-Regular';

	font-size: 13px;

	font-weight: normal;

	line-height: 24px;

	margin: 0;

	padding: 0;

}

#body .header ul li div p a {

	color: #7a7a7a;

	text-decoration: underline;

}

#body .header ul li div p a:hover {

	color: #4c4c4c;

}

#body .body {

	-webkit-box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);

	-moz-box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);


	box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);

	background: none repeat scroll 0 0 #e6e6e6 !important;

	margin: 0 auto 0px;

	overflow: hidden;

	padding: 0;

	width:1202px;

}

#body .body img {

	display: block;

	float: left;

	margin: 0;

	padding: 0;

}

#body .body div {

	float: left;

	margin: 0;

	padding: 59px 38px 0 0;

	width: 462px;

}

#body .body div h1 {

	 color: #222222;

  font-family:Verdana, Geneva, sans-serif;

    font-size: 20px;

    font-weight: bold;

    line-height: 35px;

    margin: 0;

    padding: 0 0 25px;

    text-align: center;

}

#body .body div h1 span {

	display: block;

	font-size: 38px;

	margin: 0;

	padding: 0;

}

#body .body div p {

	color: #222;

	font-family:Verdana, Geneva, sans-serif;

	font-size: 16px;

	font-weight: normal;

	margin: 0;

	line-height: 22px;

	text-align: left;

}

#body .body div p a {

	color: blue;

	text-decoration: none;

}

#body .body div p a:hover {

	color: #2962f9;

}
img.visa {
    width: 146px;
    float: left;
    margin-left: 15px;
    margin-top: 84px;
    margin-right: 75px;
}
img.visa-1 {
    display: none;
}
#body .body div > a {

	background: url(../images/interface.png) no-repeat 0 -530px;

	color: #fff;

	display: block;

	font-family: 'Lato-Black';

	font-size: 24px;

	font-weight: normal;

	height: 50px;

	line-height: 50px;

	margin: 0 0 0 60px;

	padding: 0;

	text-align: center;

	text-decoration: none;

	text-transform: uppercase;

	width: 402px;

}

#body .body div > a:hover {

	background-position: 0 -585px;

}

#body .footer {

	-webkit-box-shadow: 0px -1px 3px rgba(50, 50, 52, 0.5);

	-moz-box-shadow: 0px -1px 3px rgba(50, 50, 52, 0.5);

	box-shadow: 0px -1px 3px rgba(50, 50, 52, 0.5);

	background: #e9e9e9;

	margin: 0;

	padding: 20px 0;

}

#body .footer > div {

	margin: 0 auto;

	padding: 0;

	width: 940px;

}

#body .footer div h2 {

	background: url(../images/border.png) repeat-x 0 12px;

	color: #7a7a7a;

	font-family: 'Lato-Black';

	font-size: 21px;

	font-weight: normal;

	margin: 0;

	padding: 0 0 10px;

	text-align: center;

	text-transform: capitalize;

}

#body .footer div h2 span {

	background: #e9e9e9;

	display: inline;

	margin: 0;

	padding: 0 10px;

}

#body .footer div ul {

	margin: 0;

	overflow: hidden;

	padding: 0;

}

#body .footer div ul li {

	float: left;

	list-style: none;

	margin: 0 0 0 20px;

	overflow: hidden;

	padding: 20px 0;

	width: 450px;

}

#body .footer div ul li .figure {

	display: block;

	float: left;

	margin: 0;

	padding: 0;

}

#body .footer div ul li .figure:hover {

	opacity: 0.8;

}

#body .footer div ul li img {

	border: 0;

	display: block;

	margin: 0;

	padding: 0;

}

#body .footer div ul li div {

	float: left;

	margin: 0;

	padding: 0;

	width: 375px;

}

#body .footer div ul li div h3 {

	color: #7a7a7a;

	font-family: 'Lato-Light';

	font-size: 18px;

	font-weight: normal;

	margin: 0 0 18px 10px;

	padding: 0;

	text-transform: capitalize;

}

#body .footer div ul li div h3 a {

	color: #7a7a7a;

	text-decoration: none;

}

#body .footer div ul li div h3 a:hover {

	color: #fcac00;

}

#body .footer div ul li div p {

	color: #7a7a7a;

	font-family: 'PT_Sans-Web-Regular';

	font-size: 13px;

	font-weight: normal;

	line-height: 24px;

	margin: 0;

	padding: 0 10px;

}

#body .footer div ul li div p a {

	color: #7a7a7a;

	text-decoration: underline;

}

#body .footer div ul li div p a:hover {

	color: #4c4c4c;

}

#body .content {

	-webkit-box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);

	-moz-box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);

	box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);

	background: #fff url(../images/shadow.png) no-repeat 640px center;

	margin: 0 auto;

	min-height: 973px;

	overflow: hidden;

	padding: 0;

	width: 940px;

}

#body .content .section {

	float: left;

	margin: 0;

	padding: 0 0 40px;

	width: 640px;

}

#body .content .section p {

	color: #7a7a7a;

	line-height: 24px;

	margin: 0;

	padding: 0;

}

#body .content .section p a {

	color: #7a7a7a;

	text-decoration: underline;

}

#body .content .section p a:hover {

	color: #4c4c4c;

}

#body .content .section .breadcrumb {

	background: url(../images/border.png) repeat-x bottom left;

	margin: 0 0 20px 38px;

	overflow: hidden;

	padding: 26px 0 23px;

	width: 560px;

}

#body .content .section .breadcrumb span {

	color: #7a7a7a;

	display: block;

	float: left;

	font-size: 12px;

	margin: 0;

	padding: 2px 0 0;

}

#body .content .section .breadcrumb ul {

	float: left;

	margin: 0;

	overflow: hidden;

	padding: 0;

}

#body .content .section .breadcrumb ul li {

	background: url(../images/separator2.png) no-repeat center left;

	display: block;

	float: left;

	list-style: none;

	margin: 0;

	padding: 0;

}

#body .content .section .breadcrumb ul li:first-child {

	background: none;

}

#body .content .section .breadcrumb ul li a {

	color: #fcac00;

	display: block;

	font-size: 12px;

	margin: 0;

	padding: 2px 5px 3px 10px;

	text-decoration: none;

	text-transform: capitalize;

}

#body .content .section .breadcrumb ul li a:hover {

	color: #f3be4b;

}

#body .content .section div h2 {

	color: #7a7a7a;

	font-family: 'Lato-Black';

	font-size: 21px;

	font-weight: normal;

	margin: 0;

	padding: 0;

	text-transform: capitalize;

}

#body .content .section .company {

	margin: 0;

	padding: 0 40px;

}

#body .content .section .company div {

	margin: 0;

	overflow: hidden;

	padding: 25px 0 0;

}

#body .content .section .company div img {

	background: #fff;

	border: 1px solid #dfdfdf;

	display: block;

	float: left;

	margin: 0 30px 0 0;

	padding: 4px;

}

#body .content .section div h3 {

	color: #7a7a7a;

	font-family: 'Lato-Light';

	font-size: 18px;

	font-weight: normal;

	line-height: 24px;

	margin: 0;

	padding: 0;

	text-transform: capitalize;

}

#body .content .section .company > h3 {

	padding: 25px 0 15px;

}

#body .content .section .company div h3 {

	padding: 0 0 15px;

}

#body .content .section .company > p {

	padding: 0 0 20px;

}

#body .content .section .team {

	margin: 0;

	padding: 0;

}

#body .content .section .team h2 {

	padding: 0 0 0 40px;

}

#body .content .section .team div {

	margin: 0;

	overflow: hidden;

	padding: 25px 40px 20px;

}

#body .content .section .team h3 a {

	color: #7a7a7a;

	text-decoration: none;

}

#body .content .section .team h3 a:hover {

	color: #fcac00;

}

#body .content .section .team a.figure {

	display: block;

	margin: 0;

	padding: 0;

}

#body .content .section .team a.figure:hover {

	opacity: 0.8;

}

#body .content .section .team a.figure img {

	border: 1px solid #dfdfdf;

	display: block;

	padding: 5px;

}

#body .content .section .team div a.figure {

	float: left;

	margin: 0 40px 0 0;

}

#body .content .section .team span {

	color: #7a7a7a;

	display: block;

	font-family: 'PT_Sans-Web-Bold';

	font-size: 13px;

	font-weight: normal;

	margin: 0;

	padding: 10px 0 15px;

}

#body .content .section .team ul {

	margin: 0;

	overflow: hidden;

	padding: 0

}

#body .content .section .team ul li {

	display: block;

	float: left;

	list-style: none;

	margin: 0 0 0 40px;

	padding: 0;

	width: 262px;

}

#body .content .section .team ul li a.figure {

	margin: 0 0 15px;

}

#body .content .section .gallery {

	margin: 0;

	padding: 0;

}

#body .content .section .gallery h2 {

	padding: 0 0 0 40px;

}

#body .content .section .gallery ul {

	margin: 0;

	overflow: hidden;

	padding: 25px 0 0;

}

#body .content .section .gallery ul li {

	display: block;

	float: left;

	list-style: none;

	margin: 0 0 0 40px;

	padding: 0 0 20px;

	width: 262px;

}

#body .content .section .gallery ul li h4 {

	color: #7a7a7a;

	font-family: 'Lato-Light';

	font-size: 18px;

	font-weight: normal;

	margin: 0;

	padding: 0 0 15px;

	text-transform: capitalize;

}

#body .content .section .gallery ul li h4 a {

	color: #7a7a7a;

	text-decoration: none;

}

#body .content .section .gallery ul li h4 a:hover {

	color: #fcac00;

}

#body .content .section .gallery a.figure {

	display: block;

	margin: 0 0 15px;

	padding: 0;

}

#body .content .section .gallery a.figure:hover {

	opacity: 0.8;

}

#body .content .section .gallery a.figure img {

	border: 1px solid #dfdfdf;

	display: block;

	padding: 5px;

}

#body .content .section .gallery > a.figure {

	margin: 25px 0 10px 40px;

}

#body .content .section .gallery div {

	margin: 0;

	overflow: hidden;

	padding: 0 40px;

}

#body .content .section .gallery div span {

	display: block;

	float: left;

	margin: 0;

	overflow: hidden;

}

#body .content .section .gallery div span span {

	color: #7a7a7a;

	display: block;

	height: 18px;

	line-height: 18px;

	padding: 0 10px;

}

#body .content .section .gallery div > span {

	padding: 6px 0 0;

	width: 75px;

}

#body .content .section .gallery div span a {

	background: url(../images/interface.png) no-repeat;

	display: block;

	float: left;

	height: 18px;

	margin: 0;

	padding: 0;

	text-indent: -99999px;

	width: 18px;

}

#body .content .section .gallery div span a.prev {

	background-position: 0 -120px;

}

#body .content .section .gallery div span a.prev:hover {

	background-position: -24px -120px;

}

#body .content .section .gallery div span a.next {

	background-position: 0 -151px;

}

#body .content .section .gallery div span a.next:hover {

	background-position: -24px -151px;

}

#body .content .section .gallery div p {

	float: right;

	padding: 0;

	width: 440px;

}

#body .content .section .testimonials {

	margin: 0;

	overflow: hidden;

	padding: 0 40px;

}

#body .content .section .testimonials h2 {

	clear: both;

	margin: 0 0 10px;

}

#body .content .section .testimonials div {

	background: url(../images/bg-sidebar.png) repeat-y;

	float: left;

	margin: 0;

	padding: 0;

	width: 266px;

}

#body .content .section .testimonials div form {

	background: url(../images/bg-sidebar-bottom.png) no-repeat bottom left;

	margin: 0;

	padding: 0 0 27px;

}

#body .content .section .testimonials div form span {

	background: url(../images/bg-sidebar-top.png) no-repeat top left;

	color: #7a7a7a;

	display: block;

	font-family: 'Lato-Light';

	font-size: 18px;

	font-weight: normal;

	margin: 0;

	padding: 20px 21px;

	text-transform: capitalize;

}

#body .content .section .testimonials div form label {

	color: #7a7a7a;

	display: block;

	font-family: 'PT_Sans-Web-Regular';

	font-size: 13px;

	font-weight: normal;

	margin: 0;

	padding: 0 23px 0 21px;

	text-transform: capitalize;

}

#body .content .section .testimonials div form input {

	background: url(../images/interface.png) no-repeat 0 -411px;

	border: 0;

	color: #7a7a7a;

	display: block;

	font-family: 'PT_Sans-Web-Regular';

	font-size: 13px;

	font-weight: normal;

	height: 24px;

	line-height: 24px;

	margin: 7px 0 20px;

	padding: 0 5px;

	width: 211px;

}

#body .content .section .testimonials div form label textarea {

	background: url(../images/interface.png) no-repeat -425px -179px;

	border: 0;

	color: #7a7a7a;

	display: block;

	font-family: 'PT_Sans-Web-Regular';

	font-size: 13px;

	font-weight: normal;

	height: 204px;

	margin: 7px 0 11px;

	overflow: auto;

	padding: 10px 5px;

	width: 211px;

	resize: none;

}

#body .content .section .testimonials div form #submitBtn {

	background-position: -276px -476px;

	cursor: pointer;

	height: 31px;

	margin: 0 0 0 21px;

	padding: 0;


	width: 220px;

}

#body .content .section .testimonials div form #submitBtn:hover {

	background-position: -407px -604px;

}

#body .content .section .testimonials ul {

	display: block;

	float: left;

	margin: 0;

	padding: 0;

	width: 294px;

}

#body .content .section .testimonials ul li {

	background: url(../images/border2.gif) no-repeat top right;

	list-style: none;

	margin: 0;

	padding: 25px 0 29px;

}

#body .content .section .testimonials ul li:first-child {

	background: none;

	padding: 11px 0 29px;

}

#body .content .section .testimonials ul li p {

	background: url(../images/icons.png) no-repeat 12px -200px;

	padding: 0 0 0 37px;

}

#body .content .section .testimonials ul li span {

	color: #7a7a7a;

	display: block;

	margin: 0;

	padding: 16px 0 0 37px;

	text-transform: capitalize;

}

#body .content .section .testimonials ul li span b {

	display: block;

	font-family: 'PT_Sans-Web-Bold';

	font-size: 13px;

	font-weight: normal;

	margin: 0;

	padding: 0 0 15px;

}

#body .content .section .services {

	margin: 0;

	padding: 0 40px;

}

#body .content .section .services ul {

	margin: 0;

	padding: 25px 0 0;

}

#body .content .section .services ul li {

	list-style: none;

	margin: 0;

	overflow: hidden;

	padding: 0 0 24px;

}

#body .content .section .services ul li a.figure {

	display: block;

	float: left;

	margin: 5px 0 0;

	padding: 0;

}

#body .content .section .services ul li a.figure:hover {

	opacity: 0.8;

}

#body .content .section .services ul li a.figure img {

	border: 1px solid #dfdfdf;

	display: block;

	padding: 5px;

}

#body .content .section .services ul li div {

	float: left;

	margin: 0;

	padding: 0 0 0 39px;

	width: 339px;

}

#body .content .section .services ul li div h3 {

	padding: 0 0 15px;

}

#body .content .section .promo {

	margin: 0;

	padding: 0;

}

#body .content .section .promo h2 {

	padding: 0 0 0 40px;

}

#body .content .section .promo ul {

	margin: 0;

	overflow: hidden;

	padding: 25px 0 0;

}

#body .content .section .promo ul li {

	display: block;

	float: left;

	list-style: none;

	margin: 0 0 0 40px;

	padding: 0;

	width: 266px;

}

#body .content .section .promo ul li a {

	display: block;

	margin: 0;

	padding: 0;

}

#body .content .section .promo ul li a:hover {

	opacity: 0.8;

}

#body .content .section .promo ul li a img {

	border: 0;

}

#body .content .section .blog {

	margin: 0;

	min-height: 883px;

	padding: 0 40px 50px;

	position: relative;

}

#body .content .section .blog ul {

	margin: 0;

	padding: 0;

}

#body .content .section .blog ul li {

	background: url(../images/border.png) repeat-x bottom left;

	list-style: none;

	margin: 0 0 10px;

	padding: 30px 0 24px;

}

#body .content .section .blog h3 {

	font-family: 'Lato-Black';

	line-height: 1;

	padding: 0 0 11px;

	text-transform: none;

}

#body .content .section .blog ul li span, #body .content .section .blog .article span {

	border-bottom: 1px solid #ebebeb;

	border-top: 1px solid #ebebeb;

	color: #7a7a7a;

	display: block;

	font-family: 'PT_Sans-Web-Regular';

	font-size: 12px;

	font-weight: normal;

	margin: 0;

	overflow: hidden;

	padding: 8px 0;

}

#body .content .section .blog ul li span a, #body .content .section .blog .article span a {

	color: #7a7a7a;

	text-decoration: none;

	text-transform: uppercase;

}

#body .content .section .blog .article span a:hover {

	background-position: -60px -126px;

	color: #fcac00;

}

#body .content .section .blog a.comment {

	background: url(../images/icons.png) no-repeat 0 -126px;

	color: #7a7a7a;

	display: block;

	float: right;

	height: 14px;

	margin: 0 7px 0 0;

	padding: 0 0 0 24px;

	width: 6px;

}

#body .content .section .blog ul li span a:hover {

	background-position: -60px -126px;

	color: #fcac00;

}

#body .content .section .blog ul li div, #body .content .section .blog .article div {

	margin: 0;

	overflow: hidden;

	padding: 21px 0 0;

}

#body .content .section .blog .article {

	background: url(../images/border.png) repeat-x bottom left;

	padding: 30px 0 35px;

}

#body .content .section .blog a.figure {

	display: block;

	float: left;

	margin: 7px 0 0;

	padding: 0;

}

#body .content .section .blog .article a.figure {

	margin: 7px 39px 30px 0;

}

#body .content .section .blog a.figure:hover {

	opacity: 0.8;

}

#body .content .section .blog a.figure img {

	border: 1px solid #dfdfdf;

	display: block;

	padding: 5px;

}

#body .content .section .blog ul li div p {

	float: left;

	padding: 0 0 0 39px;

	width: 339px;

}

#body .content .section .blog ul li div p a.more {

	color: #fcac00;

	display: block;

	margin: 18px 0 0 245px;

	text-transform: uppercase;

	text-decoration: none;

	width: 94px;

}

#body .content .section .blog ul li div p a.more:hover {

	text-decoration: underline;

}

#body .content .section .blog .comment {

	background: url(../images/border.png) repeat-x bottom left;

	margin: 0;

	padding: 28px 0 44px;

}

#body .content .section .blog h4 {

	color: #7a7a7a;

	font-family: 'Lato-Light';

	font-size: 18px;

	font-weight: normal;

	margin: 0;

	padding: 0 0 17px;

	text-transform: capitalize;

}

#body .content .section .blog .comment div {

	-webkit-box-shadow: 1px 4px 2px #d8d8d8;

	-moz-box-shadow: 1px 1px 4px #d8d8d8;

	box-shadow: 1px 1px 4px #d8d8d8;

	margin: 0;

	overflow: hidden;

	padding: 17px 20px 21px;

}

#body .content .section .blog .comment a.figure {

	color: #fcac00;

	text-align: center;

	text-decoration: none;

	text-transform: capitalize;

}

#body .content .section .blog .comment a.figure:hover {

	color: #f3be4b;

}

#body .content .section .blog .comment a.figure img {

	border: 1px solid #dfdfdf;

	display: block;

	margin: 0 0 8px;

	padding: 1px;

}

#body .content .section .blog .comment div p {

	float: left;

	padding: 0 0 0 21px;

	width: 415px;

}

#body .content .section .blog .comment div p span {

	display: block;

	margin: 0;

	padding: 0 0 12px;

	text-transform: capitalize;

}

#body .content .section .blog .comment div p a.reply {

	color: #fcac00;

	display: block;

	margin: 0 0 0 384px;

	padding: 12px 0 0;

	text-decoration: none;

	text-transform: capitalize;

}

#body .content .section .blog .comment div p a.reply:hover {

	text-decoration: underline;

}

#body .content .section .blog .commentForm {

	margin: 0;

	padding: 24px 0 0;

}

#body .content .section .blog form {

	-webkit-box-shadow: 1px 4px 2px #d8d8d8;

	-moz-box-shadow: 1px 1px 4px #d8d8d8;

	box-shadow: 1px 1px 4px #d8d8d8;

	margin: 0;

	overflow: hidden;

	padding: 10px 0 30px;

}

#body .content .section .blog form div {

	float: left;

	margin: 0;

	padding: 0 38px 0 19px;

	width: 221px;

}

#body .content .section .blog form div label {

	display: block;

	margin: 0;

	padding: 11px 0 0;

	width: 221px;

}

#body .content .section .blog form > label {

	display: block;

	float: left;

	margin: 0;

	padding: 10px 0 0;

	width: 260px;

}

#body .content .section .blog form span {

	color: #7a7a7a;

	display: block;

	font-family: 'PT_Sans-Web-Regular';

	font-size: 13px;

	font-weight: normal;

	margin: 0;

	padding: 0 0 12px;

	text-transform: capitalize;

}

#body .content .section .blog form input {

	background: url(../images/interface.png) no-repeat 0 -411px;

	border: 0;

	color: #7a7a7a;

	height: 24px;

	display: block;

	font-family: 'PT_Sans-Web-Regular';

	font-size: 13px;

	font-weight: normal;

	margin: 0;

	padding: 0 5px;

	width: 211px;

}

#body .content .section .blog form #Btncomment {

	background-position: -277px -440px;

	cursor: pointer;

	float: left;

	height: 31px;

	margin: 18px 0 0 375px;

	padding: 0;

	width: 164px;

}

#body .content .section .blog form #Btncomment:hover {

	background-position: -407px -568px;

}

#body .content .section .blog form textarea {

	background: url(../images/interface.png) no-repeat 0 -440px;

	border: 0;

	color: #7a7a7a;

	display: block;

	height: 75px;

	margin: 0;

	overflow: auto;

	padding: 5px;

	resize: none;

	width: 250px;

}

#body .content .section .blog .paging {

	bottom: 0;

	left: 40px;

	margin: 0;

	overflow: hidden;

	padding: 0;

	position: absolute;

}
ol.list {
    /* font-size: 16px; */
    color: #222;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    line-height: 26px;
    padding-left: 35px;
}
#body .content .section .blog .paging span {

	background: url(../images/interface.png) no-repeat -510px -476px;

	color: #7a7a7a;

	display: block;

	float: left;

	height: 32px;

	line-height: 32px;

	margin: 0;

	padding: 0;

	text-align: center;

	width: 78px;

}

#body .content .section .blog .paging ul {

	float: left;

}

#body .content .section .blog .paging ul li {

	background: none;

	display: block;

	float: left;

	margin: 0 0 0 1px;

	padding: 0;

}

#body .content .section .blog .paging ul li a {

	background: url(../images/interface.png) no-repeat 0 0;

	color: #7a7a7a;

	display: block;

	font-size: 12px;

	height: 32px;

	line-height: 32px;

	margin: 0;

	padding: 0;

	text-align: center;

	text-decoration: none;

	width: 36px;

}

#body .content .section .blog .paging ul li a:hover, #body .content .section .blog .paging ul li.selected a {

	background-position: 0 -38px;

	color: #fff;

}

#body .content .section .contact, #body .content .section .booking {

	margin: 0;

	padding: 30px 40px;

}

#body .content .section .contact h2, #body .content .section .booking h2 {

	padding: 0 0 29px;

}

#body .content .section .contact form {

	margin: 0;

	padding: 24px 0 0;

}

#body .content .section .contact form label {

	margin: 0;

	padding: 0;

}

#body .content .section .contact form label span {

	color: #7a7a7a;

	display: block;

	font-family: 'PT_Sans-Web-Regular';

	font-size: 13px;

	font-weight: normal;

	margin: 0;

	padding: 10px 0;

	text-transform: capitalize;

}

#body .content .section .contact form input {

	background: url(../images/interface.png) no-repeat 0 -353px;

	border: 0;

	color: #7a7a7a;

	display: block;

	font-family: 'PT_Sans-Web-Regular';

	font-size: 13px;

	font-weight: normal;

	height: 24px;

	line-height: 24px;

	margin: 0;

	padding: 0 5px;

	width: 331px;

}

#body .content .section .contact form #send {

	background-position: -453px -440px;

	height: 31px;

	margin: 18px 0 0;

	padding: 0;

	width: 164px;

}

#body .content .section .contact form #send:hover {

	background-position: -407px -531px;

}

#body .content .section .contact form textarea {

	background: url(../images/interface.png) no-repeat 0 -179px;

	border: 0;

	color: #7a7a7a;

	height: 159px;

	margin: 0;

	overflow: auto;

	padding: 5px;

	resize: none;

	width: 408px;

}

#body .content .section .booking form {

	margin: 0;

	padding: 0 0 25px;

}

#body .content .section .booking form h4 {

	color: #7a7a7a;

	font-family: 'Lato-Light';

	font-size: 18px;

	font-weight: normal;

	margin: 0;

	padding: 25px 0 5px;

	text-transform: capitalize;

}

#body .content .section .booking form label, #body .content .section .booking form input, #body .content .section .booking form span, #body .content .section .booking form textarea, #body .content .section .booking form select {

	color: #7a7a7a;

	display: block;

	font-family: 'PT_Sans-Web-Regular';

	font-size: 13px;

	font-weight: normal;

	margin: 0;

	padding: 0;

}

#body .content .section .booking form span {

	line-height: 24px;

	padding: 10px 0 5px;

	text-transform: capitalize;

}

#body .content .section .booking form input {

	background: url(../images/interface.png) no-repeat;

	border: 0;

	height: 24px;

	line-height: 24px;

	padding: 0 5px;

}

#body .content .section .booking form div {

	margin: 0;

	overflow: hidden;

	padding: 0;

}

#body .content .section .booking form div div {

	float: left;

	min-height: 37px;

	width: 260px;

}

#body .content .section .booking form label {

	float: left;

}

#body .content .section .booking .form1 input {

	background-position: 0 -382px;

	width: 250px;

}

#body .content .section .booking .form2 div input {

	background-position: -277px -382px;

	width: 110px;

}

#body .content .section .booking form #confirm2 {

	width: 260px;

}

#body .content .section .booking form #confirm2 span {

	padding: 49px 0 5px;

}

#body .content .section .booking form #confirm {

	background-position: 0 -382px;

	width: 250px;

}

#body .content .section .booking form #city, #body .content .section .booking form #state {

	background: url(../images/interface.png) no-repeat -277px -382px;

	border: 0;

	height: 24px;

	width: 120px;

}

#body .content .section .booking form #schedule {

	background: url(../images/interface.png) no-repeat 0 -382px;

	border: 0;

	height: 24px;

	width: 260px;

}

#body .content .section .booking form textarea {

	background: url(../images/interface.png) no-repeat -85px -1px;

	border: 0;

	height: 158px;

	overflow: auto;

	padding: 5px;

	resize: none;

	width: 550px;

}

#body .content .section .booking form #fname, #body .content .section .booking form #email3, #body .content .section .booking form #address1, #body .content .section .booking form #address2, #body .content .section .booking .form2 div {

	margin: 0 40px 0 0;

}

#body .content .section .booking form #city, #body .content .section .booking form #brand, #body .content .section .booking form #year {

	margin: 0 20px 0 0;

}

#body .content .section .booking form #send2 {

	background-position: -453px -440px;

	height: 31px;

	margin: 19px 0 0;

	padding: 0;

	width: 164px;

}

#body .content .section .booking form #send2:hover {

	background-position: -407px -531px;

}

#body .content .sidebar {

	float: left;

	margin: 0;

	padding: 28px 0;

	width: 300px;

}

#body .content .sidebar div {

	margin: 0;

	padding: 0;

}

#body .content .sidebar div ul {

	margin: 0;

	padding: 0;

}

#body .content .sidebar div ul li {

	list-style: none;

	margin: 0;

	padding: 0;

}

#body .content .sidebar .navigation {

	margin: 0 0 10px;

}

#body .content .sidebar .navigation ul li a {

	background: url(../images/bg-sidebar-nav.gif) no-repeat top center;

	color: #fcac00;

	display: block;

	font-family: 'PT_Sans-Web-Regular';

	font-size: 13px;

	font-weight: normal;

	height: 42px;

	line-height: 42px;

	margin: -4px 0 0;

	padding: 0 40px;

	text-decoration: none;

	text-transform: capitalize;

	width: 220px;

}

#body .content .sidebar .navigation ul li:first-child a {

	background: none;

}

#body .content .sidebar .navigation ul li.selected a {

	background: url(../images/bg-sidebar-nav-selected.png) no-repeat left top;

}

#body .content .sidebar .navigation ul li a:hover {

	color: #f3be4b;

}

#body .content .sidebar div h3 {

	color: #7a7a7a;

	font-family: 'Lato-Light';

	font-size: 18px;

	font-weight: normal;

	height: 60px;

	line-height: 60px;

	margin: 0;

	padding: 0;

	text-transform: capitalize;

}

#body .content .sidebar .navigation h3 {

	height: 25px;

	line-height: 25px;

	padding: 0 0 10px 39px;

}

#body .content .sidebar .post {

	background: url(../images/bg-sidebar.png) repeat-y;

	margin: 0 0 24px 18px;

	width: 266px;

}

#body .content .sidebar .post h3 {

	background: url(../images/bg-sidebar-top.png) no-repeat top left;

	height: 50px;

	padding: 0 20px 0 23px;

}

#body .content .sidebar .post ul {

	background: url(../images/bg-sidebar-bottom.png) no-repeat bottom left;

	padding: 0 23px 10px 21px;

}

#body .content .sidebar .post ul li {

	background: url(../images/bg-sidebar-nav.gif) no-repeat top center;

	overflow: hidden;

	padding: 5px 0;

}

#body .content .sidebar .post ul li:first-child {

	background: none;

}

#body .content .sidebar .post ul li a.figure {

	display: block;

	float: left;

	margin: 8px 10px 0 0;

	padding: 0;

}

#body .content .sidebar .post ul li a.figure:hover {

	opacity: 0.8;

}

#body .content .sidebar .post ul li a.figure img {

	border: 1px solid #dfdfdf;

	display: block;

}

#body .content .sidebar .post ul li div {

	float: left;

	margin: 0;

	padding: 0;

	width: 162px;

}

#body .content .sidebar .post ul li div span {

	display: block;

	margin: 0;

	padding: 0;

}

#body .content .sidebar .post ul li div span a {

	color: #fcac00;

	line-height: 24px;

	text-decoration: none;

}

#body .content .sidebar .post ul li div span a:hover {

	text-decoration: underline;

}

#body .content .sidebar .post ul li div p {

	color: #7a7a7a;

	line-height: 24px;

	margin: 0;

	padding: 0;

}

#body .content .sidebar .post ul li div p a {

	color: #fcac00;

}

#body .content .sidebar .post ul li div p a:hover {

	color: #f3be4b;

}

#body .content .sidebar .contact {

	background: url(../images/bg-sidebar.png) repeat-y;

	margin: 0 0 24px 18px;

	width: 266px;

}

#body .content .sidebar .contact div {

	background: url(../images/bg-sidebar-top.png) no-repeat top left;

	margin: 0;

	padding: 20px 0 0 21px;

}

#body .content .sidebar .contact div a {

	display: block;

}

#body .content .sidebar .contact div a:hover {

	opacity: 0.8;

}

#body .content .sidebar .contact div img {

	border: 1px solid #dfdfdf;

	display: block;

	padding: 5px;

}

#body .content .sidebar .contact h3 {

	background: url(../images/bg-sidebar-top.png) no-repeat top left;

	height: 50px;

	padding: 0 20px 0 23px;

}

#body .content .sidebar div h4 {

	color: #7a7a7a;

	font-family: 'Lato-Light';

	font-size: 18px;

	font-weight: normal;

	height: 50px;

	line-height: 50px;

	margin: 0;

	padding: 0 0 0 21px;

	text-transform: capitalize;

}

#body .content .sidebar .contact ul {

	background: url(../images/bg-sidebar-bottom.png) no-repeat bottom left;

	padding: 0 23px 10px 21px;

}

#body .content .sidebar .contact ul li {

	background: url(../images/bg-sidebar-nav.gif) no-repeat top center;

	padding: 5px 0;

}

#body .content .sidebar .contact ul li:first-child {

	background: none;

}

#body .content .sidebar .contact ul li b {

	font-family: 'PT_Sans-Web-Bold';

	font-weight: normal;

	text-transform: capitalize;

}

#body .content .sidebar .contact ul li b, #body .content .sidebar .contact ul li span {

	color: #7a7a7a;

	line-height: 24px;

	margin: 0;

	padding: 0;

}

#body .content .sidebar .contact ul li span a {

	color: #fcac00;

	text-decoration: none;

}

#body .content .sidebar .contact ul li span a:hover {

	text-decoration: underline;

}

#body .content .sidebar .contact ul li:first-child {

	overflow: hidden;

}

#body .content .sidebar .contact ul li:first-child b {

	display: block;

	float: left;

	width: 52px;

}

#body .content .sidebar .contact ul li:first-child span {

	display: block;

	float: left;

	width: 128px;

}

#body .content .sidebar .categories, #body .content .sidebar .archives {

	background: url(../images/bg-sidebar.png) repeat-y;

	margin: 0 0 24px 18px;

	width: 266px;

}

#body .content .sidebar .categories h3, #body .content .sidebar .archives h3 {

	background: url(../images/bg-sidebar-top.png) no-repeat top left;

	height: 50px;

	padding: 0 20px 0 23px;

}

#body .content .sidebar .categories ul, #body .content .sidebar .archives ul {

	background: url(../images/bg-sidebar-bottom.png) no-repeat bottom left;

	padding: 0 23px 10px 21px;

}

#body .content .sidebar .categories ul li, #body .content .sidebar .archives ul li {

	background: url(../images/bg-sidebar-nav.gif) no-repeat top center;

	padding: 10px 0;

}

#body .content .sidebar .categories ul li:first-child, #body .content .sidebar .archives ul li:first-child {

	background: none;

}

#body .content .sidebar .categories ul li a, #body .content .sidebar .archives ul li a {

	background: url(../images/icons.png) no-repeat;

	color: #fcac00;

	display: block;

	margin: 0;

	padding: 0 0 0 21px;

	text-decoration: none;

	text-transform: capitalize;

}

#body .content .sidebar .categories ul li a:hover, #body .content .sidebar .archives ul li a:hover {

	text-decoration: underline;

}

#body .content .sidebar .categories ul li a {

	background-position: 0 -150px;

}

#body .content .sidebar .archives ul li a {

	background-position: 0 -172px;

}

#body .content .sidebar .featured {

	background: url(../images/bg-sidebar.png) repeat-y;

	margin: 0 0 24px 18px;

	width: 266px;

}

#body .content .sidebar .featured h3 {

	background: url(../images/bg-sidebar-top.png) no-repeat top left;

	height: 50px;

	padding: 0 20px 0 23px;

}

#body .content .sidebar .featured ul {

	background: url(../images/bg-sidebar-bottom.png) no-repeat bottom left;

	padding: 0 23px 10px 21px;

}

#body .content .sidebar .featured ul li {

	background: url(../images/bg-sidebar-nav.gif) no-repeat top center;

	padding: 10px 0;

}

#body .content .sidebar .featured ul li:first-child {

	background: none;

}

#body .content .sidebar .featured ul li a {

	color: #fcac00;

	display: block;

	margin: 0;

	padding: 0;

	text-decoration: none;

	text-transform: capitalize;

}

#body .content .sidebar .featured ul li a:hover {

	color: #f3be4b;

}

#body .content .sidebar .gallery {

	background: url(../images/bg-sidebar.png) repeat-y;

	margin: 0 0 0 18px;

	width: 266px;

}

#body .content .sidebar .gallery h3 {

	background: url(../images/bg-sidebar-top.png) no-repeat top left;

	padding: 0 20px 0 23px;

}

#body .content .sidebar .gallery a.figure {

	display: block;

	margin: 0 0 0 21px;

	padding: 0;

}

#body .content .sidebar .gallery a.figure:hover {

	opacity: 0.8;

}

#body .content .sidebar .gallery a.figure img {

	border: 1px solid #dfdfdf;

}

#body .content .sidebar .gallery span {

	display: block;

	margin: 0;

	padding: 5px 23px 0 21px;

}

#body .content .sidebar .gallery span a {

	color: #fcac00;

	line-height: 24px;

	text-decoration: none;

}

#body .content .sidebar .gallery span a:hover {

	text-decoration: underline;

}

#body .content .sidebar .gallery p {

	background: url(../images/bg-sidebar-bottom.png) no-repeat bottom left;

	color: #7a7a7a;

	line-height: 24px;

	margin: 0;

	padding: 0 23px 20px 21px;

}

#body .content .sidebar .gallery p a {

	color: #fcac00;

}

#body .content .sidebar .gallery p a:hover {

	color: #f3be4b;

}

#footer {

	font-weight: normal;

	margin: 0 auto;

	padding: 0;

	width: 1202px;

	margin-bottom:15px;

	

}

#footer div {

	background: #222;

	color:#f2f2f2;

	margin: 0;

	overflow: hidden;

	padding: 23px 20px;

	border-bottom-left-radius:5px;

	border-bottom-right-radius:5px;

}

/*#footer > div:first-child {

	-webkit-box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);

	-moz-box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);

	box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);

}

#footer div ul {

	margin: 0;

	padding: 0;

}

#footer div ul li {

	border-top: 1px solid #9a9a9a;

	font-size: 13px;

	list-style: none;

	margin: 0 0 5px;

	padding: 5px 0 0;

}

#footer div ul li:first-child {

	border: 0;

}

#footer div > div {

	float: left;

	margin: 0 0 0 60px;

	padding: 0;

	width: 180px;

}

#footer div > div:first-child {

	margin: 0;

}

#footer div > div h3 {

	color: #fff;

	font-family: 'Lato-Light';

	font-size: 18px;

	font-weight: normal;

	margin: 0;

	padding: 0 0 14px;

	text-transform: capitalize;

}

#footer div .contact ul li b {

	font-family: 'PT_Sans-Web-Bold';

	font-weight: normal;

	text-transform: capitalize;

}

#footer div .contact ul li b, #footer div .contact ul li span {

	color: #fff;

	line-height: 24px;

	margin: 0;

	padding: 0;

}

#footer div .contact ul li span a {

	color: #fcac00;

	text-decoration: none;

}

#footer div .contact ul li span a:hover {

	color: #f3be4b;

}

#footer div .contact ul li:first-child {

	overflow: hidden;

}

#footer div .contact ul li:first-child b {

	display: block;

	float: left;

	width: 52px;

}

#footer div .contact ul li:first-child span {

	display: block;

	float: left;

	width: 128px;

}

#footer div .tweets ul li a {

	color: #fff;

	display: block;

	line-height: 24px;

	text-decoration: none;

}

#footer div .tweets ul li a:hover {

	color: #fcac00;

}

#footer div .tweets ul li a span {

	color: #fcac00;

	display: block;

}

#footer div .tweets ul li a:hover span {

	color: #f3be4b;

}

#footer div .posts ul li a {

	color: #fcac00;

	display: block;

	line-height: 24px;

	text-decoration: none;

}

#footer div .posts ul li a:hover {

	color: #f3be4b;

}

#footer div .connect p {

	color: #fff;

	font-size: 13px;

	line-height: 24px;

	margin: 0;

	padding: 0;

}

#footer div .connect p a {

	color: #fcac00;

}

#footer div .connect p a:hover {

	color: #f3be4b;

}

#footer div .connect ul {

	overflow: hidden;

	padding: 10px 0 0;

}

#footer div .connect ul li {

	border: 0;

	display: block;

	float: left;

	margin: 0;

	padding: 0;

}

#footer div .connect ul li a {

	background: url(../images/icons.png) no-repeat;

	display: block;

	height: 32px;

	margin: 0;

	padding: 0;

	text-indent: -99999px;

	width: 36px;

}

#footer div .connect ul #facebook a {

	background-position: 0 0;

}

#footer div .connect ul #facebook a:hover {

	background-position: -41px 0;

}

#footer div .connect ul #twitter a {

	background-position: 0 -42px;

}

#footer div .connect ul #twitter a:hover {

	background-position: -41px -42px;

}

#footer div .connect ul #googleplus a {

	background-position: 0 -84px;

}

#footer div .connect ul #googleplus a:hover {

	background-position: -41px -84px;

}*/

#footer .section {

	margin-bottom:15px;

}

#footer .section p {

	color: #fff;

	float: left;

	font-size: 16px;

	height: 24px;

	line-height: 24px;

	margin: 0;

	padding: 0;

	text-transform:lowercase;

}

#footer .section ul {

	float: right;

	margin: 0;

	overflow: hidden;

	padding: 0;

}

#footer .section ul li {

	background: url(../images/separator.png) no-repeat left center;

	border: 0;

	float: left;

	margin: 0;

	padding: 0;

	list-style:none;

}

#footer .section ul li:first-child {

	background: none;

}

#footer .section ul li a {

	color: #fff;

	display: block;

	font-size: 14px;

	height: 24px;

	line-height: 24px;

	margin: 0;

	padding: 0 8px 0 12px;

	text-align: center;

	text-decoration: none;

	text-transform: uppercase;

}

#footer .section ul li a:hover {

	text-decoration: underline;

}



/* Ravi Style */

#header div.top-right { background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

    border-radius: 0;

    border-top: medium none;

    color: #222222;

    float: right;

    font-size: 35px;

    font-weight: bold;

    margin-top: 8px;

    padding: 0 25px 0 0;

    text-align: right;

    width: 251px;

}

#header div.top-right p { margin-bottom:0px; }

.top-right img {
	margin-right: 15px;
    width: 104px;
    margin-top: 18px;
    float: right;}

.slogan-part { width:100% !important; background:none repeat scroll 0 0 #e6e6e6 !important; color:#f2f2f2!important; padding:10px 0!important; margin-top:15px !important;}

.slogan-part .mainh {color: #fa0000 !important; font-size: 39px !important; line-height: 39px !important; font-weight: bold !important; margin-bottom: 15px !important; text-align: center !important; font-style: italic;  }

.main-p{ 
	font-size: 31px!important;
    font-weight: 800!important;
    text-align: center!important;
    font-family: Verdana, Geneva, sans-serif!important;
    /* font-style: italic; */
    line-height: 54px!important;
    font-style: italic !important;
    margin-top: 24px !important;
}


.slogan-part .subh { color: #1fad29 !important;font-size: 31px !important; line-height: 54px !important; font-weight: bold !important; margin-bottom: 5px !important;

    margin-top: 0 !important; text-align: center !important; font-style: italic; }

p.trust { color: #2962f9 !important; font-size: 24px !important; font-weight: bold !important; line-height: 34px !important;

    margin-top: 23px !important; text-align: center !important; font-style: italic; }

p.align-center { text-align:center !important;}

img.align-center { margin:0 auto 15px  !important; text-align:center !important; float:none !important; }

.img-glow {

    box-shadow: 0 5px 15px #cccccc;

    margin-left: 15px;

}

.img-border { border:4px solid #f2f2f2; }

.img-right { float:right !important; margin-left:10px;}

.img-left { float:left !important; margin-right:10px;}

.h2heading { text-align:center; font-size:20px; font-family:Verdana, Geneva, sans-serif; line-height:30px; margin-bottom:15px;}

.h3heading{  font-family: Verdana,Geneva,sans-serif;

    font-size: 20px;

    line-height: 28px;

    margin-bottom: 15px;

    text-align: center;}

p.bigphone {  color: #000000 !important;

    font-family: Verdana !important;

    font-size: 30pt !important;

    font-variant: normal !important;

    font-weight: bold !important;

    line-height: 40px !important;

    margin: 30px 0 40px !important;

    text-align: center !important; }
	p.bigphone1{color: #000000 !important;

    font-family: Verdana !important;

    font-size: 36pt !important;

    font-variant: normal !important;

    font-weight: bold !important;

    line-height: 40px !important;

    margin: 30px 0 40px !important;

    text-align: center !important; }
    .bigphone1 a{
    	color: #000 !important;
    }
.divider {

	  background: url("../img/heading-border.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);

    margin: 0 auto !important;

    text-align: center;

	float:none !important;

	clear:both;

	padding:20px 0 0 0 !important;

	margin-bottom:10px !important;

	}

#body .header ul.bcm { background-color:#006600;}

img.visacard {
	width: 146px;
    float: left;
    margin-left: 15px;
    margin-top: 84px;
    margin-right: 75px; }

.wrapper { padding:15px!important; width:97%!important; background:none repeat scroll 0 0 #e6e6e6 !important;}

.bluecol { color:#2962f9 !important;}

.redcol { color:#fa0000 !important; }

.bigbold { font-size:23px !important; font-weight:bold !important;}

	

/* client testimonials */

/*.testimonials:before {

    display: block;

    height: 36px;

    left: 0;

    position: absolute;

    top: -60px;

    width: 155px;

}*/

.testimonials:after {

    -moz-border-bottom-colors: none;

    -moz-border-left-colors: none;

    -moz-border-right-colors: none;

    -moz-border-top-colors: none;

    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #006600;

    border-image: none;

    border-style: solid;

    border-width: 15px;

    content: "";

    display: block;

    left: 50px;

    position: absolute;

    top: -30px;

    width: 0;

}

.testimonials {

    background: none repeat scroll 0 0 #006600;

    border-radius: 10px;

    color: #f2f2f2 !important;

    margin: 24px 0 0.5em;

    padding: 15px;

    position: relative;

}

.testimonials p { color:#f2f2f2!important; }

blockquote {

    margin: 1em 0;

}

.testimonialspart {float:none !important; width:100% !important; display:table!important;padding-top: 25px !important; }

.testimonialspart img { width:60px !important; margin-left:35px!important; display:table-cell!important;}

.testimonialspart p {display: table-cell!important;   padding-left: 25px!important; float:left; margin-top: 15px!important;  width: 825px; vertical-align: top!important; }

.wrapper > ul {    font-size: 16px;    line-height: 22px;  font-family:Verdana, Geneva, sans-serif; }
.phone{
		
		clear: both;
    color: #000000 !important;
    font-family: Verdana !important;
    font-size: 31pt !important;
    font-variant: normal !important;
    font-weight: bold !important;
    text-decoration: none !important;
    text-align: center !important;
	}
	.phone a{
	text-decoration: none !important;
	color: #000 !important;
	font-size: 42px!important;
	}
	.phone1{
		clear: both;
    color: #000000 !important;
    font-family: Verdana !important;
    font-size: 38pt !important;
    font-variant: normal !important;
    font-weight: bold !important;
    padding-top:1px !important;
    text-align: center !important;
	}
	.phone1 a{
	text-decoration: none !important;
	color: #000 !important;
	font-size: 27px;

	}
	.bigphone a{
		color: #000 !important;
	}
.mainlist{
		font-size:18px !important;
	
	}
.gmail{
		margin-top: 8px;
			color:#1155cc;
		text-align:center !important;	
		  margin-bottom:1px;}
  .center{
	   width:auto !important;
   }.first{
	   width:893px !important;
	  
   }#div12{
	    width:233px !important;
	   float:left !important;
	   padding: 48px 38px 0 141px !important;
   }.div13{
	    float:right !important;
	    width:229px !important;
		 padding: 48px 38px 0 0 !important;
   }.lists{
	   list-style-type:none;
	   
	   color:#000;
	   margin-top:-94px;
	  text-align: center;
	 margin-left:-150px ;
	letter-spacing:1px;
	font-family:Verdana, Geneva, sans-serif;
	
	 
   }.lists1{
	   list-style-type:none;
	   
	   color:#000;
	   margin-top:-94px;
	  text-align: center;
	 margin-left:-262px ;
	letter-spacing:1px;
	font-family:Verdana, Geneva, sans-serif;
	 
   }

   .phone-2 a{
   	font-size:31pt !important;  line-height: 30pt; padding-top: 10px !important;

   }

   .phone, .phone1 { font-size:31pt !important;  line-height: 30pt; padding-top: 10px !important;}
   
   
   /* ravi letz play with css */
.hgreen { font-size:37px!important;color:green!important;font-family: Verdana,Geneva,sans-serif;line-height:44px!important;text-align: center;}
.mheading {font-size:31px!important;color:green!important;font-family: Verdana,Geneva,sans-serif;}
.sheading {font-size:37px!important;color:green!important;font-family: Verdana,Geneva,sans-serif;line-height:44px !important; text-align:center;}
.space_bw { padding-top:20px !important; padding-bottom:20px !important; }
.h3style {font-size:31px;color:green;font-family: Verdana,Geneva,sans-serif;padding-top:8px;line-height:44px;text-align: center;}
.meetcrew{font-size:23px!important;font-family: Verdana,Geneva,sans-serif;text-align:center!important;padding-top:15px!important;}
p.center-text { text-align:center !important; }
.img-border-f {  border:4px solid #222; width:640px; height:360px; margin-top:25px;}
.table-center{margin-top:25px;margin-bottom:29px;}
.table-bottom-center { margin-top:15px;margin-bottom:15px;}
.menuhidden {
    background: #003f00;
    cursor: pointer;
    display: none;
    font-family: Verdana;
    line-height: 30px;
    overflow: hidden;
    width: 100%;
	border-bottom:2px solid #CCC;
}
.menuhidden img {
    float: right;
    margin-right: 10px;
    position: relative;
    top: 12px;
    vertical-align: middle;
}

.menuhidden p {
    color: #ffffff;
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
}
.menucontent {padding:10px;}

/* bottom social part */
#body .body div.bottom-social {
   float: inherit;
    margin: 0 auto;
    width: 100% !important;
	padding:10px 0 10px 0;
	overflow:hidden;
}
div.bottom-social > ul {
    font-family: Arial;
    list-style: outside none none;
    margin: 10px 0 0;
    padding: 5px;
    text-align: center;
}

.bottom-social li {
    display: inline-table;
    padding: 0 5px;
}

.bottom-social li a {
    color: #ffff00;
    font-size: 17px;
    font-weight: bold;
    line-height: 100%;
    outline: medium none;
    text-decoration: none;
}
.visacard-mob { display:none;}
.breakpoint {    display: none;}
.padding-right44 { padding-right:44px; }
.testimonialss { width:100% !important;margin-top:-43px !important; }
.headpoint {float:left;margin-left:10px !important;margin-top:118px !important;margin-bottom:20px !important;}
@media  only screen and (max-width:1203px) {
	#header div, #body .header, #body .body, #footer, #body .header ul.bcm , #body .header ul li div ul li, #body .header ul li div { width:100%; }
	/*img.visacard { margin-right:40px; }*/
	#header div a.logo img { width:100%; }
	#header div.top-right { margin-top:23%;}
	#header div.top-right p {    margin-bottom: 0;    margin-top: 0;    overflow: hidden;}
	.top-right img { margin:inherit; width:auto; }
	/*#body .header ul li { width:300px;}*/
	#body .header ul li { width:32%;}
	#body .header ul li div ul li a { width:100%; text-align:center;}
	#header div.top-right { width:80px;}
	.table-center img, .table-bottom-center img { width:100%;}
	.wrapper > p > img {  width: 100%;}
	body { min-width:inherit;}
}
@media  only screen and (max-width:1023px) {
   

    .call {
    display: none;
}
	.img-responsive { width:100%; }
	.menuhidden { display:block;}
	.visacard, .menucontent {display:none;}
	#body .header ul li {    width: 100%; margin:inherit;}
	#body .header ul li div ul li a { text-align:left; padding:5px;}
	#body .header ul li div ul li a:hover { background:#003f00; color:#f2f2f2; }
	td{ display:block;}
	.phone, .phone1 { line-height:45pt; background:#ccc;   margin-bottom: 0;   padding:20px 0; }
	#header div.top-right { width:100%; padding:0; float:inherit; text-align:center; clear:both;}
	#header div.top-right p {display: inline-flex; margin:0 auto !important;}
	.top-right img { float:inherit; text-align:center;}
	p.bigphone,  p.bigphone1 { line-height:48px !important;}
	.visacard-mob { display:block; margin-right: 15px !important;}
	.slogan-part > img.align-center { width:100%;}
	.padding-right44 { padding-right:0px; }
	#header div:first-child {display: flex;
    flex-direction: column;}
	#header div.top-right {padding:14px 0 20px !important;}
	.top-right {order: 2; } 
	.phone, .phone1 { font-size:31px; order:1;  margin-top: 0;}

}
@media  only screen and (max-width:850px) {
	.breakpoint {    display: block;}
	.phone i, .phone1 i {  display: none;}
	.testimonialss { width:100% !important;margin-top:-43px !important; }
	.headpoint { float:inherit; width:100% !important; margin-left:10px !important;margin-top:10px !important;margin-bottom:20px !important;}
	

}

@media  only screen and (max-width:768px) {
	.img-border-f { width:500px; height:300px;}
	#footer .section ul { clear:both; float:left; }

	
}
@media  only screen and (max-width:550px) {
	.img-border-f { width:95%; height:200px;}
	.wrapper { padding: 5px !important;}


}




@media (min-width:320px) and (max-width: 370px) {
    
/*    .phone-2 a {*/
/*    font-size: 23pt !important;*/
/*    line-height: 30pt;*/
/*    padding-top: 10px !important;*/
/*}*/

.phone-1 a {
    text-decoration: none!important;
    color: #000!important;
    font-size: 21px!important;
}

    img.Emergency-3 {
       position: absolute;
    margin-top: -60% !important;
    width: 46px;
    margin-left: -47%!important;
    
}
.visa {
    width: 55px !important;
    float: left !important;
    margin-left: 261px !important;
    margin-top: 27px !important;
    position: absolute !important;
}
 
 .visa-1{
     display:none;
 }

     .logo-1 {
    margin-bottom: -15%!important;
}
    
    #header div.top-right-sec {
    padding: 14px 0 20px !important;
    margin-top: -40% !important;
    background: transparent !important;
}

.menu{
    margin-top:20%;
}

.call{
    display:none;
}


	.slogan-part .mainh {
		color: #fa0000 !important; 
		font-size: 18px !important;
    line-height: 30px !important; 
		font-weight: bold !important; 
		margin-bottom: 0px !important; 
		text-align: center !important; 
		font-style: italic;  }

.slogan-part .subh { 
	color: #1fad29 !important;
	font-size: 17px !important;
    line-height: 30px !important; 
	font-weight: bold !important;
	margin-bottom: 5px !important;
	font-weight: 800!important;
}


.main-p{ 
	font-size: 18px!important;
    font-weight: 800!important;
    text-align: center!important;
    font-family: Verdana, Geneva, sans-serif!important;
    /* font-style: italic; */
    line-height: 30px!important;
    font-style: italic !important;
    margin-top: 24px !important;
}




	#header div.top-right {
    padding: 14px 0 20px !important;
    margin-bottom: -35%;
}

	#header div a.logo img {
    width: 69%;
    margin-left: 32px;

}


	img.visacard-mob {
	position: absolute;
    margin-top: -83%;
    width: 63px;
    margin-left: 28%;
}

img.Emergency {
	position: absolute;
    margin-top:-83%;
    width: 42px;
    margin-left:-46%;
}

.img-border {
    border: 4px solid #f2f2f2;
    width: 100%;
}

.img.Emergency {
	position: absolute;
    margin-top:-75%;
    width: 42px;
    margin-left:-46%;
}




img.visacard-mob-2 {
	position: absolute;
    margin-top: -102%;
    width: 63px;
    margin-left: 29%;
    display:block;
}

img.Emergency-2{
	position: absolute;
    margin-top:-102%;
    width: 42px;
    margin-left:-46%;
}

img.mob-three {
    margin-top: -94% !important;
}

img.emer-three{
    margin-top:-96%!important;
}
}


@media (min-width:371px) and (max-width: 380px) {

	.phone1 a {
    text-decoration: none !important;
    color: #000 !important;
    font-size: 31px!important;
}

	img.visacard-mob {
	position: absolute;
    margin-top: -75%;
    width: 63px;
    margin-left: 28%;
}

img.Emergency {
	position: absolute;
    margin-top:-75%;
    width: 42px;
    margin-left:-46%;
}

img.Emergency-2{
	position: absolute;
    margin-top: -109%!important;
    width: 45px!important;
    margin-left: -46%!important;

}

img.visacard-mob-2{
	position: absolute;
    margin-top: -105%;
    width: 45px;
    margin-left: -30%;

}

.slogan-part .mainh {
		color: #fa0000 !important; 
		font-size: 18px !important;
    line-height: 30px !important; 
		font-weight: bold !important; 
		margin-bottom: 0px !important; 
		text-align: center !important; 
		font-style: italic;  }

.slogan-part .subh { 
	color: #1fad29 !important;
	font-size: 17px !important;
    line-height: 30px !important; 
	font-weight: bold !important;
	margin-bottom: 5px !important;
	font-weight: 800!important;
}


.main-p{ 
	font-size: 18px!important;
    font-weight: 800!important;
    text-align: center!important;
    font-family: Verdana, Geneva, sans-serif!important;
    /* font-style: italic; */
    line-height: 30px!important;
    font-style: italic !important;
    margin-top: 24px !important;
}

}


@media (min-width:360px) and (max-width: 640px){
/*    .phone-2 a {*/
/*    font-size: 23pt !important;*/
/*    line-height: 30pt;*/
/*    padding-top: 10px !important;*/
/*}*/
    
    img.Emergency-3 {
        position: absolute;
    margin-top: -57% !important;
    width: 46px;
    margin-left: -47%!important;
}
 .visa{
width: 60px;
    float: left;
    margin-left: 80%;
    margin-left: 288px !important;
    margin-top: 27px !important;
    display: block;
    position: absolute;
     
 }
 
 .visa-1{
     display:none;
 }
 
     .logo-1 {
    margin-bottom: -12%!important;
}
    
    img.Emergency-2{
	position: absolute;
    margin-top: -109%!important;
    width: 45px!important;
    margin-left: -46%!important;

}

img.visacard-mob-2{
	position: absolute;
    margin-top: -105%;
    width: 63px;
    margin-left: 28%;
    display: block;

}

    
    img.mob-three {
    margin-top: -88%!important;
}

img.emer-three{
    top: 63%!important;
}

	.phone a {
    text-decoration: none !important;
    color: #000 !important;
    font-size: 28px!important;
}

	#header div.top-right {
    padding: 14px 0 20px !important;
    margin-bottom: -35%;
}

#header div a.logo img {
    width: 69%;
    margin-left: 32px;

}

img.visacard-mob {
    position: absolute;
    margin-top: -75%;
    width: 80px;
    margin-left: 27%;
}



img.Emergency{
    position: absolute;
    width: 14%;
   left: 49%;
    margin-top: -290px;

}

.img-border {
    border: 4px solid #f2f2f2;
    width: 100%;
}


img.Emergency-2{
	position: absolute;
    margin-top: -98%!important;
    width: 53px!important;
    margin-left: -48%!important;

}

img.visacard-mob-2{
	position: absolute;
    margin-top: -95%;
    width: 74px;
    margin-left: 29%;

}

.slogan-part .mainh {
		color: #fa0000 !important; 
		font-size: 18px !important;
    line-height: 30px !important; 
		font-weight: bold !important; 
		margin-bottom: 0px !important; 
		text-align: center !important; 
		font-style: italic;  }

.slogan-part .subh { 
	color: #1fad29 !important;
	font-size: 17px !important;
    line-height: 30px !important; 
	font-weight: bold !important;
	margin-bottom: 5px !important;
	font-weight: 800!important;
}


.main-p{ 
	font-size: 18px!important;
    font-weight: 800!important;
    text-align: center!important;
    font-family: Verdana, Geneva, sans-serif!important;
    /* font-style: italic; */
    line-height: 30px!important;
    font-style: italic !important;
    margin-top: 24px !important;
}

}

@media (min-width:411px) and (max-width: 767px){
     .logo-1 {
    margin-bottom: -37%!important;
}

	.phone1 a {
    text-decoration: none !important;
    color: #000 !important;
    font-size: 34px;
}

#header div.top-right {
    padding: 14px 0 20px !important;
    margin-bottom: -35%;
}

#header div a.logo img {
    width: 69%;
    margin-left: 32px;

}

	img.visacard-mob {
    position: absolute;
    margin-top: -70%!important;
    width: 80px;
    margin-left: 28%;
}

img.Emergency{
    position: absolute;
    top: 8%;
    width: 12%;
    left: 3%;

}

.img-border {
    border: 4px solid #f2f2f2;
    width: 100%;
}

img.Emergency-2{
	position: absolute;
    margin-top: -109%!important;
    width: 45px!important;
    margin-left: -46%!important;

}

img.visacard-mob-2{
	position: absolute;
    margin-top: -105%;
    width: 63px;
    margin-left: 28%;
    display: block;

}

.slogan-part .mainh {
		color: #fa0000 !important; 
		font-size: 18px !important;
    line-height: 30px !important; 
		font-weight: bold !important; 
		margin-bottom: 0px !important; 
		text-align: center !important; 
		font-style: italic;  }

.slogan-part .subh { 
	color: #1fad29 !important;
	font-size: 17px !important;
    line-height: 30px !important; 
	font-weight: bold !important;
	margin-bottom: 5px !important;
	font-weight: 800!important;
}


.main-p{ 
	font-size: 18px!important;
    font-weight: 800!important;
    text-align: center!important;
    font-family: Verdana, Geneva, sans-serif!important;
    /* font-style: italic; */
    line-height: 30px!important;
    font-style: italic !important;
    margin-top: 24px !important;
}

}

@media (min-width:411px) and (max-width: 736px){
     .logo-1 {
    margin-bottom: -31%!important;
}

.phone a {
    text-decoration: none !important;
    color: #000 !important;
    font-size: 28px!important;
}

#header div.top-right {
    padding: 14px 0 20px !important;
    margin-bottom: -35%;
}
	#header div a.logo img {
    width: 69%;
    margin-left: 32px;

}

	img.visacard-mob {
    position: absolute;
    margin-top: -72%!important;
    width: 80px;
    margin-left: 28%;
}

img.Emergency{
    position: absolute;
    margin-top: -2%;
    width: 12%;
    left: 3%;

}


img.visacard-mob-2 {
	position: absolute!important;
    margin-top: 1!important;
    width: 90px!important;
    margin-left: 27%!important;
}

img.Emergency-2{
	position: absolute;
    margin-top:-95%!important;
    width: 56px!important;
    margin-left: -47%!important;
}

.slogan-part .mainh {
		color: #fa0000 !important; 
		font-size: 18px !important;
    line-height: 30px !important; 
		font-weight: bold !important; 
		margin-bottom: 0px !important; 
		text-align: center !important; 
		font-style: italic;  }

.slogan-part .subh { 
	color: #1fad29 !important;
	font-size: 17px !important;
    line-height: 30px !important; 
	font-weight: bold !important;
	margin-bottom: 5px !important;
	font-weight: 800!important;
}


.main-p{ 
	font-size: 18px!important;
    font-weight: 800!important;
    text-align: center!important;
    font-family: Verdana, Geneva, sans-serif!important;
    /* font-style: italic; */
    line-height: 30px!important;
    font-style: italic !important;
    margin-top: 24px !important;
}


}

	.phone, .phone1 { font-size:20pt !important;  line-height: 30pt; padding-top: 10px !important;}
	p.bigphone, p.bigphone1 {    line-height: 30px !important; font-size:25pt !important;}
	ol {    padding-left: 20px;}
	#footer .section ul li a { line-height: 51px !important; font-size: 11px !important; height:51px;} 
	.padding_right  { padding-right:0px;} 
	.table-center img, .table-bottom-center img { width:97%;}
	.martop-1 { width:100%; overflow:hidden;}
	table.martop-1 td { overflow:hidden; width:100%;} 
	
	.bottom-social li { height:50px;}
	
}


@media (min-width:400px) and (max-width: 823px){

	.phone1 a {
    text-decoration: none !important;
    color: #000 !important;
    font-size: 34px;
}

	img.visacard-mob {
    position: absolute;
    margin-top: -44%;
    width: 80px;
    margin-left: 25%;
}

img.Emergency{
    position: absolute;
    top: 3%;
    width: 13%;
    left:4%;

}

img.Emergency-2{
	position: absolute;
    margin-top: -109%!important;
    width: 45px!important;
    margin-left: -46%!important;

}

img.visacard-mob-2{
	position: absolute;
    margin-top: -105%;
    width: 63px;
    margin-left: 28%;
    display: block;

}

.slogan-part .mainh {
		color: #fa0000 !important; 
		font-size: 18px !important;
    line-height: 30px !important; 
		font-weight: bold !important; 
		margin-bottom: 0px !important; 
		text-align: center !important; 
		font-style: italic;  }

.slogan-part .subh { 
	color: #1fad29 !important;
	font-size: 17px !important;
    line-height: 30px !important; 
	font-weight: bold !important;
	margin-bottom: 5px !important;
	font-weight: 800!important;
}


.main-p{ 
	font-size: 18px!important;
    font-weight: 800!important;
    text-align: center!important;
    font-family: Verdana, Geneva, sans-serif!important;
    /* font-style: italic; */
    line-height: 30px!important;
    font-style: italic !important;
    margin-top: 24px !important;
}

}

@media (min-width:375px) and (max-width: 667px){
    .phone-2 a {
    font-size: 23pt !important;
    line-height: 30pt;
    padding-top: 10px !important;
}
    
    img.Emergency-3 {
        position: absolute;
    margin-top: -56% !important;
    width: 46px;
    margin-left: -47%!important;
}
 img.visa {
    width: 81px;
    float: left;
    margin-left: 78%;
    margin-top: 8%;
 }
 
 .visa-1{
     display:none;
 }
 
     .logo-1 {
    margin-bottom: -13%!important;
}

     img.mob-three {
    top: 63%!important;
}

img.emer-three{
    top: 62%!important;
}
/*img.mob-three {*/
/*     top: 168% !important;*/
/*}*/

/*img.emer-three {*/
/*    top: 168% !important;*/
/*}*/
    
    .phone a {
    text-decoration: none !important;
    color: #000 !important;
    font-size: 28px!important;
}

img.Emergency-2{
	position: absolute;
    margin-top: -96%!important;
    width: 53px!important;
    margin-left: -47%!important;

}

img.visacard-mob-2{
	position: absolute;
    margin-top: -95%!important;
    width: 76px;
    margin-left: 28%;
    display: block;

}

	}



















