body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	line-height: 23px;
	
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
input {
	border: 1px solid #b0b0b0;
	padding: 3px 5px 4px;
	color: #000000;
	width: 190px;
	opacity:1.0 !important;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
p
{
font-family: 'PT Sans Narrow', sans-serif;
	font-weight: normal;
text-align:justify;
	font-size: 14px;
	color: #EAD4A8;
	text-shadow: 1px 1px #000000 ;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/* General Demo Style */
body {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: normal;
	background: #FFF;
	font-size: 14px;
	color: #EAD4A8;
	text-shadow: 1px 1px #000000 ;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body {
	overflow: hidden;
}
a {
	color: #333;
	text-decoration: none;
}
h1 {
	font-size: 25px;
	color: #FFF;
	letter-spacing: 1px;
}
h3 {
	color: #B3B3B3;
	font-size: 20px;
	font-weight: normal;
}
#tab2 > p {
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
	padding: 0 0 10px 0;
}
.container {
	position: relative;
	text-align: center;
}
.clr {
	clear: both;
}
.container > header {
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-align: left;
}
.container > header h1 {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	padding: 0px 0px 5px 0px;
}
.container > header h1 span {
}
.container > header h2, p.info {
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
/* Header Style */
.codrops-top {
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.codrops-top a:hover {
	color: #fff;
}
.codrops-top span.right {
	float: right;
}
.codrops-top span.right a {
	float: none;
	display: inline;
}
p.codrops-demos {
	display: block;
	padding: 15px 0px;
}
p.codrops-demos a, p.codrops-demos a.current-demo, p.codrops-demos a.current-demo:hover {
	display: inline-block;
	border: 1px solid #6d0019;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
}
p.codrops-demos a:hover {
	background: #6d0019;
}
p.codrops-demos a:active {
	background: #6d0019;
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d0019), color-stop(56%, #8f0222), color-stop(100%, #a90329));
	background: -webkit-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -o-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -ms-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.codrops-demos a.current-demo, p.codrops-demos a.current-demo:hover {
	color: #A5727D;
	background: #6d0019;
}
.header-part {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	position: relative;
}
.logo {
	margin: 0;
	padding: 0;
	width: 200px;
	height: 200px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 99999;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	position: absolute;
	bottom: 0px;
	z-index: 99999;
	height: 50px;
	background: #000;
	width: 100%;
	border-top: 2px solid #fff;
}
ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 10px;
	line-height: 50px;
	border-left: none;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	color: #F6AB01;
	transition: all 3s;
	letter-spacing: 1px;
	
}
ul.tabs li:hover {
	color: #fff;
	transition: all 0.5s;
}
ul.tabs li.active {
	/*background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;*/
	color: #fff;
}
/*.tab_content {
	border: 1px solid #999999;
	border-top: none;
	clear: both;
	float: left;
	width: 800px;
	background: #FFFFFF;
	position: fixed;
	left: 23%;
	min-height: 520px;
	top: 5%;
	z-index: 99999;
	padding: 10px !important;
}*/
.tab_content {
	padding: 5px;
	/*font-size: 1.2em;*/
	display: none;
}
#container-tab {
	width: 100%;
	margin: 0 auto;
	z-index: 99999;
}
.tab-main-bg {
	width: 100%;
	float: left;
}
.first {
	display: none !important;
	background: none;
}
.tab10_left {
	float: left;
	height: auto;
	width: 350px;
}
.tab10_right {
	float: right;
	height: auto;
	margin: 0;
	width: 250px;
}
/******/
.title-main img {
	vertical-align:middle;
	margin-right:10px;
}
.form_inquery {
	float: left;
	margin: 5px 0 0;
	padding: 0;
	width: 390px;
}
.main-input-bg {
	margin: 5px 0 0;
}
.input_inquery {
	border: 1px solid #CFCFCF;
	font-family: "Comic Sans MS", cursive;
	margin: 0 0 4px;
	outline: medium none;
	padding: 3px;
	width: 193px;
	opacity:1.0 !important;
	color:#000000;
}
.form_header {
	color: #B3B3B3;
	display: inline-block;
	font-family: verdana;
	font-size: 20px;
	padding: 0 0 4px;
}
.address {
	float: left;
	margin: 5px 5px 10px 0;
	width: 260px;
}
.address_sub {
	color: #666;
	font-size: 14px;
}
.add_map {
	border-top: 1px solid #666666;
	float: left;
	height: 150px;
	margin: 10px 0 0;
	width: 590px;
}
.message_box_inquery {
	border: 1px solid #CFCFCF;
	font-family: "Comic Sans MS", cursive;
	font-size:13px !important;
	float: left;
	height: 50px;
	margin: 0 0 0;
	outline: medium none;
	padding: 10px;
	resize: none;
	width: 179px;
	font-weight:normal !important;
}
.submit-btn-bg-left {
	background: none repeat scroll 0 0 #0D74AE;
	border: medium none;
	box-shadow: 0 1px 15px #AAA8A8;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	height: 28px;
	margin: 0;
	outline: medium none;
	padding: 0;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	width: 116px;
}
.btn_inquery {
	float: left;
	height: auto;
	margin: 10px 0 0 20px;
	padding: 0;
	width: 410px;
}
.services-main-bg {
	float: left;
	height: auto;
	margin: 5px 0 0;
	padding: 0;
	width: 100%;
}
.box-1-bg {
	
	border: 1px dotted #DDDDDD;
	float: left;
	margin: 0 16px 16px 0;
	padding: 10px;
	width: 270px;
	min-height: 120px;
}
.services-right-last {
	margin: 0 0 16px;
}
.title-main {
	
	border-bottom: 1px dotted #DDDDDD;
	color: #FFFFFF;
	float: left;
	font-size: 16px;
	margin: 0 0 5px;
	padding: 0 0 10px;
	width: 100%;
}
.services-name-bg {
	font-family: verdana;
	font-size: 12px;
	margin: 5px 0 0;
	padding: 0;
	text-decoration: none;
	width: 100%;
}
.services-name-bg li {
	background: url("../images/1.gif") no-repeat scroll left 5px rgba(0, 0, 0, 0);
	line-height: 20px;
	clear: both;
	margin: 0;
	padding: 0 0 0 20px;
}
.side-bar {
	/*background: none repeat scroll 0 0 #e0e0e0;*/
	color: #AB3232;
	padding: 5px;
}
.side-bar-photo {
	background: none repeat scroll 0 0 #e0e0e0;
	color: #AB3232;
	padding: 5px;
	min-height: 520px;
}
.example-image {
	
	margin: 10px 8px 10px 8px;
}
.example-image:hover {
	opacity: 0.5;
}
.copyrights {
	color: #FFFFFF;
	float: right;
	font-size: 11px;
	margin: 0px 10px 0 0;
}
.table-view {
	height: 500px;
	width: 100%;
	/*overflow-y: scroll;*/
}
.tab_content {
	border-top: none;
	clear: both;
	float: left;
	width: 600px;
	background: #000000 right url(../images/backg.jpg);
	opacity: 0.8;
	background-repeat:repeat-y;
	
	/*background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 95%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.85)), to(rgba(233, 233, 233, 0.3)), color-stop(.5,#686868));*/
	position: fixed;
	left: 26%;
	
	top: 0%;
	z-index: 99999;
	padding: 10px !important;
	
	   /* background: none repeat scroll 0 0 #FFFFFF;
    border-top: medium none;
    clear: both;
    float: left;
    left: 25%;
    min-height: 400px;
    padding: 10px !important;
    position: fixed;
    top: 0;
    width: 627px;
    z-index: 99999; */
}

.tab_content_contact {
	min-height:500px !important;
	
}
.tab_content_gallery

 {
	border-top: none;
	clear: both;
	float: left;
	width: 600px;
	background: #000000 right url(../images/backg.jpg);
	background-repeat:repeat-y;
	position: fixed;
	left: 20%;
	min-height: 550px !important;
	top: 0%;
	z-index: 99999;
	padding: 10px !important;

}
/**********************START Photo Gallery Tab**********************************/
.r-tabs {
	position: relative;
}

.r-tabs .r-tabs-nav {
	border-bottom: 1px solid #ccc;
}

.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	top: 1px;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
	background: #A58D0D;
	margin-bottom: 3px;
	padding: 0px 12px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.r-tabs .r-tabs-nav .r-tabs-state-active {
	background-color: #fff;
	margin-bottom: -1px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #11110F;
background-color: #E7D025;
}

.r-tabs .r-tabs-panel {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 3px;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	background-color: #00aadd;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 3px;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #00aadd;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 0;
}
#mCSB_1 {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
}
/**********************END	 Photo Gallery Tab**********************************/


@media screen and (max-width: 767px) {
.container > header {
	text-align: center;
}
p.codrops-demos {
	position: relative;
	top: auto;
	left: auto;
}
}
