/**************************************************************************************************************** 
	General
****************************************************************************************************************/



* {
	margin: 0;
	border: 0; 
	padding: 0; 
	list-style: none;
	font-weight: normal;
	text-decoration: none;
}

body { 
	background: #2a2a2a;
	overflow-x:hidden; 
	font-family: 'Ek Mukta', sans-serif;
	color:  #969696;
	font-size: 15px;
}

h1,h2,h3,h4,h5,h6{
	color:#232323;
	text-transform: uppercase;
	font-weight: bold;
}

h1{ font-size: 50px;}

h2{ font-size: 35px;}

h3{ font-size: 25px;}

h4{ font-size: 20px;}

h5{ font-size: 18px;}

h6{ font-size: 17px;}

a:link, a:visited { color:  #969696; }

a:hover { color:  #969696;  }

b, strong { font-weight: bold; }

i, em { font-style: italic; }

table td { vertical-align: top; text-align: left; }

input[type="text"], textarea { 
	padding: 3px;
	border: 1px solid #c8c8c8;
	width: 367px;
	position: relative;
	box-sizing:border-box;
}

textarea{overflow:hidden;overflow: hidden;}

hr { border-top: 1px solid #CCC; margin-bottom: 15px; }


/**************************************************************************************************************** 
	GLOBAL CLASS
****************************************************************************************************************/


.clear{clear:both;height:0;display:block;} 

.wrap{width:1260px;margin:0 auto;}



/**************************************************************************************************************** 
	Header
****************************************************************************************************************/



#header {
	min-height: 150px;
	position: relative; 
	z-index: 1;
	  background: #2a2a2a;
}

.headerWrapper{ 
	width: 1100px;
	margin:0 auto;
	position: relative;
}

.logo{position: relative; float:left;    top: 49px;}

.logo img {position: relative;}

.headerCon{    padding: 20px 20px;  box-sizing: border-box;}





/**************************************************************************************************************** 
	Navigation
****************************************************************************************************************/

nav.navigation {   padding: 0px 0;text-align:center;}

nav.navigation:before{
		content:' '; 
		display:block;
		height:13px ;
		background:#484848;   
		position: absolute; 
		width: 100%;
}

nav.navigation ul{position: relative;}

nav.navigation ul:after{
	content:' ';
	display:block;
    clear: both;height:0;
}

nav.navigation li{
	display:inline-block;  
	margin: 0 0 0 -4px; 
	border-top: solid #ddd 13px; 
	background: #e06712;
}

nav.navigation a{   
	display: block; 
	padding: 10px 20px;
	min-width: 120px;  
	text-align: center;
	font-weight: 700; 
	color: #fff !important;  
	font-size: 15px;
	background: #2a2a2a;
}

nav.navigation a:hover{background:#e06712 !important;}

.mobNav{ 
	background:url(/templates/images/mob_icon.png) no-repeat 10px center #171717; 
	font-weight: 700;  
	color: #fff;  
	font-size: 17px;
    padding: 3px 0;
	cursor:pointer;
	display:none; 
}



/**************************************************************************************************************** 
	Footer
****************************************************************************************************************/


#footer {  
	text-align:center; 
	color: #f18d22;    
	font-size: 15px;
	background: #222222;
}

#footer .ftIn{  padding: 20px 0 20px 0;}

#footer a { color: #f18d22; }

#footer a:hover { text-decoration: underline; }

#footer .copyRight { }

#footer span{margin: 3px;}


 
/**************************************************************************************************************** 
	SOCIAL MEDIA
****************************************************************************************************************/


.social{float:right;    margin: 40px 0 0 0;}
.social a{}
.social .tw{margin: 0 0 0 -20px;}



/**************************************************************************************************************** 
	Contact Form
****************************************************************************************************************/



#contact_form {  }

.contactThanks{
	text-align: center;
    display: table;
    width: 100%;
}

.contactThanksIn{
	display: table-cell;
    vertical-align: middle;
    height: 500px;
}

.contactThanks h1{
	margin-top: 16px;
}

#contact_form input[type="text"] { 
	height: 35px;
	width: 100%;
	margin:0 0 12px 0;  
	position: relative; 
	padding:5px;
	font-size: 15px;
	font-family: 'Ek Mukta', sans-serif;
}

#contact_form select{
	width: 100%; 
	padding:5px; 
	font-family: 'Ek Mukta', sans-serif;
	margin:0 0 12px 0;
}

#contact_form input[placeholder]{color:black;}

#contact_form textarea { 
	display: block; 
	width: 100%;
	height: 180px; 
	resize: vertical;
	margin:0 0 12px 0;
	position: relative;
	padding:5px; 
	font-size: 15px;
	font-family: 'Ek Mukta', sans-serif; 
}

#contact_form .submit {
	cursor: pointer;
	font-family: 'Ek Mukta', sans-serif;   
	color: #fff;  
	background: #484848; width: 100%;
	height: 35px;
    font-size: 16px;
    font-weight: 700;
}

#contact_form .submit:hover {}


/**************************************************************************************************************** 
	Gallery
****************************************************************************************************************/

.gallery_list { 
	overflow: hidden; 
	padding: 0;
	margin: 18px auto 10px; 
}

.gallery_list li { 
	display: block;
	float: left; 
	margin: 0 12px 12px 0; 
}

.gallery_list li a { 
	display: block; 
	padding: 4px;
	border: 1px solid #CCC;	}

.gallery_list li a:hover { padding: 3px; border: 2px solid #87A250; }

.gallery_pagination { text-align: center; }

.gallery_pagination select { 
	padding: 2px; 
	border: 1px solid #CCC;
	margin-left: 5px; 
}

	

/**************************************************************************************************************** 
	Content
****************************************************************************************************************/


.wrapper { margin: 0px auto 0 auto;   }

#hero {      margin-top: 30px;  }

#hero img{    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.52);    box-sizing: border-box;} 

#content { min-height: 500px;    padding: 40px 0 40px 0; background: #f17822; border-top:15px #d2d2d2 solid;}

#content p { margin-bottom: 14px; margin-top: 16px;    line-height: 25px; color:#fff; border-top:;}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {   margin-bottom: 14px;}

#content h1 {  }

#content h2 { }

#content h3 {  }

#content h4 { }

#content h5 { }

#content h6 { }

#content ul { margin-bottom: 14px; }

#content ul li { }

.google_map {  width: 461px !important; height: 171px; margin-bottom: 0px !important;margin-top: 31px; }

.social a[href=""]{display:none;}
	
	
.mainCon{
	width:63%;
	float:left; 
	width: 60%;
} 

.sidebar{float:right;    width: 37%;}

.sbImage{}

.sbImage a{    margin: 0 4% 4% 0;  display: inline-block;}

.sbImage a:nth-child(2n+2){margin-right:0;}

.sbImage img{    border: solid 3px #fff;} 


/**************************************************************************************************************** 
	Responsive
****************************************************************************************************************/



@media only screen and (max-width:1260px){
	
	.wrap{width:98%}
	
	#hero img{width:100%;height:auto;}
	
	.sbImage a{      margin: 0 3% 3% 0;  width: 48%;}
	
	.sbImage img{max-width:100%;    box-sizing: border-box;}
	
}

@media only screen and (max-width:979px){
	
	nav.navigation ul{display: table;width:100%;}
	
	nav.navigation li{display: table-cell;}
	
	nav.navigation a{    min-width: 0;}	

	.sbImage a{margin: 0 2% 2% 0;}
	
}

@media only screen and (max-width:767px){
	
	.mainCon{width:100%;}
	
	.sidebar{width:100%;}
	
	.sbImage{text-align:center;}
	
	.sbImage a{    padding: 4%;margin:0 !important;width:auto;}
}

@media only screen and (max-width:480px){
	
	nav.navigation:before{display:none;}
	
	nav.navigation ul{display:block;background: #303030;}
	
	nav.navigation li{display:block;border:none;}
	
	nav.navigation a{color:#fff;     padding: 5px 20px;   border-bottom: solid 1px #fff;}
	
	nav.navigation a:hover{background:#6F6F6F;}
	
	.mobNav{display:block;}
	
	.logo{width:100%;text-align:center;}
	
	.logo img{max-width:100%;height:auto;}
	
	.social{text-align:center;width:100%;}
	
	#hero img{    border: solid #fff 10px;}
	
	.sbImage img{max-width:100%;height:auto;}
	
	
}











