/*
 * Navigataur: A pure CSS responsive navigation menu
 * Author: Mike King (@micjamking)
 */

/*
 	Notes:
 
 	- Media queries should be edited in both style sections if you require 
	  a different breakpoint for your navigation.
	  
	- Toggle class & menu anchor tags in list items have box-sizing: border-box 
	  style property to allow padding inside the container without conflicting with layout.	

*/


/*--------------------------------
 Functional Styles (Required)
---------------------------------*/
.header { position: relative;  }
.header img{
	padding:10px;
	margin-left:10%
}

#toggle, .toggle { display: none; }
.menu > li { list-style: none; float:left; 	}

/* Nicolas Gallagher micro clearfix */
.clearfix:before, .clearfix:after { display: table; content: ""; }
.clearfix:after { clear: both; }

@media only screen and (max-width: 768px){
	  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }

	.otherbanners{display:none;}
		.header{ margin-top:0px !important; background:#897d71 url(images/boxbg.png) repeat !important; color:#333}
		.righthead{ margin-top:-110px !important}
		
	.menu { display: none; opacity: 0; width: 100%; position: absolute; float:right; left: 0; padding:10px 150px 5px 10px; z-index:1;  }
	.menu > li { display: block; width: 100%; margin: 0; }
	.menu > li > a { display: block; width: 100%; text-decoration: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	.toggle { display: block; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
	#toggle:checked + div .menu { display: block; opacity: 1; margin-top:-50px}
}

@media only screen and (max-width: 1100px){
	.respo{ height:50px !important}
}
/*--------------------------------
 Presentation Styles (Editable)
---------------------------------*/
.header{
	height: 100px;
	padding: 0 20px;
	background: rgba(0,0,0, .2);
/*	padding-bottom:10px;
*/	z-index:2;
}

.header > h1 {
	float: left;
/*	padding: 30px 0 0;		
*/	font-style: italic;
	font-family: Georgia;
	font-size: 28px;
	color: #DFDFDF;
}

.nav{ 
	display: block; 
	float:right;
	margin-top: 0;
	padding:0;
}

.nav, .menu, .menu > li, .menu > li > a{ 
	height: 100%;
	}

.menu > li > a{
	display: block;
	padding: 12px 22px;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
	text-decoration: none;
	font-family:"mainmenu";
	font-weight: bold;
	font-size: 15px;
	line-height: 1;
	letter-spacing:1px
	
}
.menu > li:hover:nth-child(1n) a{
	background:url(../images/2ndhover.png) center bottom no-repeat;
	text-shadow:none;
	
	}
.menu > li:hover:nth-child(2) a{
	background:url(../images/3rdhover.png) center bottom no-repeat;
	text-shadow:none
}
.menu > li:hover:nth-child(3) a{
	background:url(../images/1sthover.png) center bottom no-repeat;
	text-shadow:none
}
.menu > li:hover:nth-child(4) a{
	background:url(../images/4thhover.png) center bottom no-repeat;
	text-shadow:none
}
.menu > li:hover:nth-child(5) a{
	background:url(../images/fifth.png) center bottom no-repeat;
	text-shadow:none
}

.menu > li > a:hover, .menu > li > a:focus{
/*	box-shadow: inset 0px 5px #51C1F1;
*/	color: #0e0100;
	background:#f5b500;
background-position:top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
/*	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;*/
	 padding:12px 22px 135px 22px;

}

.toggle{ 
	z-index: 2; 
}
@media only screen and (max-width: 700px){
	.vasthuimg{ width:100%}
}
@media only screen and (max-width: 768px){
  .portfolio-item, 
  #recent-works .col-xs-12.col-sm-4.col-md-3{
    padding:0 15px;
  }	.menu{
		 background:rgba(0,0,0,.8);
			border-top: 1px solid #51C1F1;
	}
	.form{ display:none}
	.menu, .menu > li, .menu > li > a{
		height: auto;
	}
	
	.menu > li > a{
		padding: 15px 15px;
		
		text-align:center
	}
	
	.menu > li > a:hover, .menu > li > a:focus{
		background: #F2F2F2;
		box-shadow: inset 5px 0px #51C1F1;
		padding: 15px 15px 15px 25px;
	}
	
	.toggle:after {
		content: attr(data-open);
		display: block;
		width: 200px;
		margin: 33px 0;
		padding: 10px 50px;
		background: #51C1F1;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		text-align: center;
		font-size: 12px;
		color: #FFFFFF;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}
	
	.toggle:hover:after{
		background: #45ABD6;
	}
	
	#toggle:checked + div .toggle:after{
		content: attr(data-close);
	}
}

@media only screen and (max-width: 479px){
	.otherbanners{
		display:none;
}
	.header > h1 { 
		text-align: center;
	}
	.header{
		text-align:center
	}
	
	.header > h1, .nav, .toggle:after{ 
		float: none; 
	}
	.toggle:after { 
		text-align: center; width: 100%; 
	}
}
.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin:2% 5% ;
}

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}

.ch-info-wrap, 
.ch-info{
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
}

.ch-info-wrap {
	top: 20px;
	left: 20px;
	background: #f9f9f9 url(../images/bg.jpg);
	box-shadow: 
		0 0 0 20px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(251,181, 0, 0.8);

}

.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	
	-webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.ch-info .ch-info-front {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
	opacity: 0;

	background: #D2350B;
	pointer-events: none;
	
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
}

.ch-img-1 { 
	background-image: url(../images/13.jpg);
}

.ch-img-2 { 
	background-image: url(../images/14.jpg);
}

.ch-img-3 { 
	background-image: url(../images/15.jpg);
}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 0 15px;
	padding: 40px 0 0 0;
	height: 80px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px 0;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #e7615e;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
	
}
.ch-info-back a:hover{
	text-decoration:none
}
.ch-info p a:hover {
	color: #fff;
	text-decoration:none
}

.ch-item:hover .ch-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	opacity: 0;
} 

.ch-item:hover .ch-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
	opacity: 1;
	pointer-events: auto;
}
@font-face {
    font-family: "mainmenu";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/bebasneue.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue.woff") format("woff"), url("../fonts/bebasneue.ttf") format("truetype"), url("../fonts/bebasneue.svg#meeraregular") format("svg");
}