@font-face
{
font-family:'copperplate-gothic-light';
src:url('../fonts/copperplate-gothic-light.ttf');

}

@font-face
{
font-family:DINMd_0;
src:url(../fonts/DINMd_0.ttf);

}


  
h1 { font-family: blok-heavy, helvetica, arial; }  
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #000;
	font-weight: 400;
	font-size: 15px;
	color: #aa3e03;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.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 starts here-----------*/
.main{
width:90%;
position:relative;
margin:auto;
overflow:hidden;
height:auto;
z-index:1000;
margin-top:15px;


margin-bottom:20px;
	}
.nav-part{
	margin:auto;
	width:100%;
	height:250px;
	
	}
.l-nav-part{
	width:219px;
	height:557px;
	float:left;
	overflow:hidden;
	display:none;
	background-color:rgba(333,333,333,0.2);
	
	}
.menu{

	overflow:hidden;
	border:1px solid #666666;
	width:197px;
	margin:auto;
	margin-top:8px;
	margin-bottom:8px;
	background-image:url(../images/menubg2.jpg);
	background-repeat:repeat;
	}
.menu ul{
	float:right;
	text-align:right;
	margin-top:28px;
	margin-right:16px;

	}
.menu ul li{
	line-height:25px;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	}
.logo{
	width:199px;
	float:left;
text-align:center;
/*box-shadow:0px 0px 6px #000;*/
padding-bottom:85px;
	}
.group{
	width:194px;
	margin:auto;
	}
.r-nav-part{
	width:757px;
	float:right;
	padding-bottom:10px;
	position:relative;

	
}
.content{
	width:737px;
	margin:auto;
	margin-top:10px;
	overflow:hidden;
	padding-top:30px;
	padding-bottom:30px;
	background-color:rgba(255,255,255,0.8);
	}
.in-content{
	width:679px;
	margin:auto;
	}
.l-in-content{
	width:375px;
	float:left;

	}
.l-in-content h2{font-size:12px; font-family:Tahoma, Geneva, sans-serif;
margin:0; padding:0;
text-align:left; font-weight:bold; color:#e3252f; margin-bottom:17px;}
.l-in-content p{
	font-size:11px;
	font-weight:normal;
	color:#3a3a3a;
	text-align:justify;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:21px;
	}
.r-in-content{
	float:right;
	width:286px;
	
	}
.quote{
	width:286px;
	float:left;
	}
.quote-hdng{
	width:286px;
	float:left;
	border-radius:5px 5px 0px 0px;
	background-color:#e3252f;
	}
.form{
	width:286px;
	float:left;
	position:relative;
	overflow:hidden;
	}
.in-form{
	width:244px;
	margin:auto;
	padding-top:19px;
	padding-bottom:19px;
	background-color:#fff;
	overflow:hidden;
	}
.form-img{
	position:absolute;
	top:0px;
	left:0px;
	}
.form-img2{
	position:absolute;
	top:0px;
	right:0px;
	}
.form-img3{
	position:absolute;
	bottom:0px;
	left:0px;
	}
.form-img4{
	position:absolute;
	bottom:0px;
	right:0px;
	}
.nameninput{
	width:204px;
	margin:auto;
	margin-bottom:20px;
	padding-bottom:10px;
	}
.name{width:40px; float:left; line-height:20px; font-size:11px; font-family:Tahoma, Geneva, sans-serif; text-align:left; color:#3a3a3a;}
.dot{width:14px; float:left; text-align:left; color:#3a3a3a;}
.inputarea{width:150px; float:left;}
.inputarea input{width:130px; float:left;}
.submit{
	width:53px;
	line-height:27px;
	color:#fff;
	background-color:#e3252f;
	border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	font-size:11px;
	font-weight:bold;
	float:left;
	box-shadow:2px 2px 3px #ccc;
	-webkit-box-shadow:2px 2px 3px #ccc; -o-box-shadow:2px 2px 3px #ccc;
	-ms-box-shadow:2px 2px 3px #ccc; -moz-box-shadow:2px 2px 3px #ccc;
	font-family:Tahoma, Geneva, sans-serif;
	}
.swiral{
	margin:auto;
	}
.submitarea{width:150px;
float:right; line-height:28px;  margin-right:19px; margin-top:15px; margin-bottom:33px;}
.quote-hdng h2{
	margin:0;
	padding:0;
	font-size:14px;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:36px;
	font-weight:bold;
	}
.quote-hdng2{
	width:286px;
	float:left;
	height:36px;
	background-color:#e3252f;
	}
.ads{
	width:284px;
	float:right;
	height:144px;
	border:1px solid #878789;
	background-color:#eeeeee;
	margin-top:23px;
	}
.footer{
	width:77%;
	margin:503px 0px 0px 0px;
	overflow:hidden;
bottom:0px;


	}
.flinks{
	width:100%;
	margin-top:36px;
}
.flinks4{
	width:100%;
	margin:auto;
	color:#a1a1a1;
	}

.flinks3{
	width:100%;
	margin:auto;

	}
.flinks2{
	width:100%px; 
	margin:auto;
	}
.flinks p{
	margin:0; padding:0; font-size:11px; color:#a1a1a1;
	font-family:Tahoma, Geneva, sans-serif;
	margin-top:35px;
	text-align:center;	
	}
.flinks2 p{
	margin:0; padding:0; font-size:11px; color:#a1a1a1;
	font-family:Tahoma, Geneva, sans-serif;
	margin-top:25px;
	}
.links p{
	float:left;
	margin-left:15px;
	background-color:red;
	color:#a1a1a1;
	}
.social p{
	float:right;
	margin-right:15px;
		
	color:#a1a1a1;
	}
.wedesi a{
	color:#a1a1a1;
	}
p:nth-child(0){
	color:#a1a1a1;
	}
p:nth-child(1){
	color:#a1a1a1;
	}
.wedesi a:hover{
	color:#fff;
	}
/*.wedesi{
	margin:0px 0px 0px 10px;
	width:1000px;
	color:#a1a1a1;
	padding-top:34px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	font-size:10px;
	} */
.wedesi{
	margin:0px 0px 0px 10px;
	width:1000px;
	color:#000;
	padding-top:34px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	font-size:10px;
	}
.wedesi1{
margin:auto;
	width:1000px;
	color:#a1a1a1;
	padding-top:50px;
	text-align:center;
	}

.links2{width:476px; float:left; }
.links{width:435px; float:left;  }
.links ul{margin:0; padding:0;}
.links ul li{font-size:10px; font-family:Verdana, Geneva, sans-serif; float:left; font-weight:normal; color:#a1a1a1;
 padding-left:15px; padding-right:10px; line-height:20px;}
/*.links ul li a{color:#a1a1a1; transition:all 0.5s; 
-webkit-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s; -moz-transition:all 0.5s;} */
.links ul li a{color:#000; transition:all 0.5s; 
-webkit-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s; -moz-transition:all 0.5s;}
.links ul li a:hover{color:#fff; text-decoration:underline;}
.links ul li.sitemap{ border:none;}
.social{width:369px; float:right; margin-right:17px; }
.social ul{margin:0; padding:0; margin-right:15px;float:right; }
/*.social ul li{color:#a1a1a1; float:left; margin:0; padding:0; padding-left:10px;font-size:10px; font-family:Verdana, Geneva, sans-serif; font-weight:normal; color:#a1a1a1; line-height:20px;}*/
.social ul li{color:#000; float:left; margin:0; padding:0; padding-left:10px;font-size:10px; font-family:Verdana, Geneva, sans-serif; font-weight:normal; line-height:20px;}
/*-----------header starts here-----------*/

/*------------menu css start----------*/
.sep{
	width:16.5em;
	height:2px;
	margin-left:5px;
	background-color:#595959;
	text-align:center;
	/*position:fixed;*/
	}
.vertical-menu{
	margin:auto;
	width:197px;
	height:294px;
	overflow:hidden;
		
	}
dl, dt, dd, ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
color:#000;

font-weight:bold;
    }

    #menu {
    position: absolute;
    top: 9em;
    }
     
    #menu dt {
    cursor: pointer;
    height: 35px;
    line-height: 30px;
    margin: 2px 0;
    text-align: right;
	font-size:13px;
	z-index:100;
    }
	#menu dt a{
		color:red;
		}
	 #menu dt a:hover{
		 color:#717171;
		 display:block;
		 padding-right:10px;
		}
     
    #menu dd {
    position: absolute;
    z-index: 1000;
    left: 197px;
    margin-top:-5.3em;
    width: 0em;
	font-family:"DINMd_0";
    }
   
	#smenu3{
    position: absolute;
    z-index: 1000;
    left: 9.5em;
    margin-top:-2em;
    width: 10em;
	font-family:"DINMd_0";
    }
	#smenu5{
    position: absolute;
    z-index: 1000;
    left: 9.5em;
    margin-top:-2em;
    width: 10em;
	font-family:"DINMd_0";
    }
	#smenu6{
    position: absolute;
    z-index: 1000;
    left: 9.5em;
    margin-top:-2em;
    width: 10em;
	font-family:"DINMd_0";
    }
	#smenu7{
    position: absolute;
    z-index: 1000;
    left: 9.5em;
    margin-top:-2em;
    width: 10em;
	font-family:"DINMd_0";
    }
	#smenu10{
    position: absolute;
    z-index: 1000;
    left: 9.5em;
    margin-top:-2em;
    width: 10em;
	font-family:"DINMd_0";
    }
#smenu11{
    position: absolute;
    z-index: 1000;
    left: 9.5em;
    margin-top:-2em;
    width: 10em;
	font-family:"DINMd_0";
    }
	#menu dd ul li {
	width:197px;
	}
        #menu dd ul li ul{
        width:197px;
        }
	#menu dd ul li a{
	width:187px;
	display:block;
	color:#fff;
	font-size:11px;
	font-weight:normal;
	padding:0px 0px 0px 10px;
	font-family:"DINMd_0";


	}
	#smenu2 ul li a{
		color:#fff;
		}
	#smenu2 ul li a{
		color:#000;
		}
     
    #menu ul {
		
	position:absolute;
	overflow:hidden;
	background-image:url(../images/sub-menu3.png);
	background-repeat:repeat;

    }
    #menu li {
	overflow:hidden;
    text-align: left;
    height: 30px;
    line-height: 22px;
	color:#fff;
	width:197px;

    }
     #menu li a {
    color: #454545;
    text-decoration: none;
    display: block;
	transition:all 0.5s;
	font-size:12px;
	padding-right:5px;
	width:188px;
	display:block;
	padding:0px;
	margin:0px;
	padding-right:8px;

    }
	#menu dt a{
		color: #fff;
    text-decoration: none;
    display: block;
	transition:all 0.5s;
	font-size:12px;
	padding-right:5px;
	width:188px;
	display:block;
	padding:0px;
	margin:0px;
	padding-right:8px;
font-family:"DINMd_0";
letter-spacing:1px;
 font-weight:normal;



		}
	#menu dd a {
    color: #000;
	font-size:12px;
    text-decoration: none;
    display: block;
    }
     
    #menu li a:hover {
	color:#717171;
	display:block;
	background-color:#000;
    }
	 #menu dt a:hover {
		 margin-right:8px;
		 background-color:#000;
		 font-weight:normal;
		 	font-size:12px;
			font-family:"DINMd_0";
		 }
		#menu dt ul li a{
			width:110px;
			}
 
   .shad{
	   text-shadow:2px 2px 3px #000;
	   -webkit-text-shadow:2px 2px 3px #000;
	   -ms-text-shadow:2px 2px 3px #000;
	   -o-text-shadow:2px 2px 3px #000;
	   -moz-text-shadow:2px 2px 3px #000;
	   }  
   
/*------------menu css end----------*/



/*-------------slide shows css start------------*/
<!--[if IE]>
<style type="text/css">
div#show3 table td, div#show4 table td {
height:21px;
}
</style>
<![endif]-->
/*-------------slide shows css end------------*/


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




.aliensgallery img {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	opacity: 0.9;
	margin: 0px 5px 5px 0;
	float: left;
	border-radius:5px;
	width: 150px;
	height:120px;
}
.aliensgallery img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	box-shadow: 0px 0px 30px gray;
	-webkit-box-shadow: 0px 0px 30px gray;
	-moz-box-shadow: 0px 0px 30px gray;
	cursor:pointer;
	opacity: 1;
	float: left;
}

#gallery1 {
	width: 95%;
	padding: 210px 0 0 31%;
}
#gallery1 img {
	width: 140px;
}




	
	/* fixed-float-sidebar */

#fixed-float-sidebar {
	position: fixed;
	top: 80px;
	z-index: 99;
	right: 0;
}
#fixed-float-sidebar a {
	color: #111;
display: block;
height: 40px;
position: relative;
text-align: center;
line-height: 40px;
width: 40px;
margin-bottom: 8px;
z-index: 2;
font-size: 20px;
background-color: #fff;
}
#fixed-float-sidebar a.bg-size-btn {
	writing-mode: vertical-rl;
	height: 130px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}
#fixed-float-sidebar a:hover>span {
	visibility: visible;
	right: 41px;
	opacity: 1;
}
#fixed-float-sidebar a span {
	line-height: 40px;
	right: 60px;
	position: absolute;
	text-align: center;
	width: 200px;
	visibility: hidden;
	transition-duration: 0.5s;
	z-index: 1;
	opacity: 0;
	writing-mode: horizontal-tb;
}
#fixed-float-sidebar div a.bg-size-btn span {
	top: 0;
}


.hmodal-custom .featherlight-content {width: 500px; }
.hmodal{ width: 100%; padding: 40px 30px; border-radius: 15px; }

.hmodal .modal-body.enqc h3{ font-size: 19px;
  margin-bottom: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
}
.hmodal .form-group{ margin-bottom: 15px; color: #000;}
.hmodal .form-control{ 
      display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.hmodal .form-group input[type=checkbox]{ width: auto !important; }
.hmodal .form-group span {
  font-size: 13px;
}
.hmodal .enqc .cstm-modal-btn {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  padding: .5rem 1rem;
font-size: 1rem;
cursor: pointer;
}


@media (max-width: 768px) {
    .hmodal-custom .featherlight-content {
        width: 100%;
  margin-left: 15px;
  margin-right: 15px;
    }
    .hmodal .enqc .cstm-modal-btn { font-size: 16px; }
}