.nr-menu {
	padding:5px 0;
}

#room-references img {
    margin-bottom: 40px;
    border: 1px solid #ccc;
    padding: 5px;
}

#gallery #header {
box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.3);	
}
/*------------------------------------------------------------------
[ Fixed Header ]
-------------------------------------------------------------------*/
.pt-fixed-header{
padding: 0;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 10000;
	width: 100%;
	background: rgba(255, 255, 255,1) !important;
	top: 0;
	box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.3);
	/*min-height: 50px;*/
	
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

#header-top {
    position: relative;
	border-bottom:1px solid #2a2a2a;
	background-color: rgba(0,0,0,1.0);
	color:#ccc;
}


.navigation-top ul{
	display: inline;
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;

}

.navigation-top ul li {display: inline-block;}

.navigation-top a  {color:#aaa;padding:4px 8px;}
.navigation-top a:hover {text-decoration: none;color:#ff0000;}

.navigation-top > ul > li > a {
    display: block;
    text-align: center;
    padding: 8px 8px 4px 0px;    
	font-size:0.9em;

}

.navigation-top i{
	margin-top:8px;
}

.navigation-top > ul > li > a >i{
	margin-top:8px;
}

.navigation-top > ul > li.has-sub-menu > a::after{
  font: normal normal normal 13px/1 FontAwesome;
  content: "\f107";
  padding-left: 5px;
}

.navigation-top ul li:hover {/*background: #000;*/}
.navigation-top ul li:hover ul {display: block;}

.navigation-top ul li ul {
  position: absolute;
  width: 150px;
  display: none;
  z-index:99999 !important;
}
.navigation-top ul li ul li { 
  background: #333; 
  display: block; 
}
.navigation-top ul li ul li a {display:block !important;} 
.navigation-top ul li ul li:hover{/*background:rgba(72,72,72,1);*/background:#ff8600;}

.social-icons {
    padding: 0;
    display: block;
    list-style: none;
	margin-top:0px;
	margin-left:20px;
	margin-bottom:5px;
}

.social-icons li {
    display: inline-block;
    padding: 0;
    text-align: center;
	border-radius:50%;
	/*background:#fff;*/
	/*width:30px;*/
	/*height:30px;*/
	/*background:rgba(72,72,72,1);*/
	/*background:#bc945e;*/
	padding:8px 4px 0;
	
}

.social-icons li:hover {
	/*background:rgba(255,255,255,1);*/
	/*background:#ff8600;*/
}


.social-icons li a i {
   font-size:1em;
   color:#aaa;
}

.social-icons li:hover i  {
	color:#ff0000;
}


.bg-dgray {
	background: #eeeff0;
	
}

/*pt063-owl-portfolio*/
.pt063-owl-portfolio{
	 color:#111;
	padding:100px 0 120px;
}
.pt063-owl-portfolio .row{
	margin:0 !important;
}

.pt063-owl-portfolio .owl-carousel{
	overflow: hidden;
	list-style:none;
	/*border-bottom:1px solid #eee;*/
	padding-bottom:0px;
}

.pt063-item {
	/*background:#f8f8f8;*/
}

/*
.pt063-seperator {
	height:1px;
	background:#ddd;
	width:100%;
}*/

.pt063-section-title {
font-weight: 400;
text-transform:  normal;
letter-spacing: 0.1em;
line-height: 1.4;
margin-top:-13px;

font-weight: 300;
font-size: 34px;
line-height: 44px;
margin-bottom: 15px;
}

.pt063-section-title span{
background:#f6f6f6;
padding:0 15px;
}

.pt063-owl-portfolio .lead {
	font-size: 18px;
line-height: 34px;
font-weight: 300;
color: #707070;
}

.pt063-section-title>a,.pt063-section-title>a:visited,.pt063-section-title>a:focus {
font-size: 11px;
font-weight: 400;
letter-spacing: 0.4em;
color:#999;
margin-top:7px;
}
.pt063-section-title>a:hover {
color:#111;
text-decoration:underline;
}

.pt063-title{
    margin-bottom: 6px;
	margin-top: 20px;
	padding-left:10px;
    font-size: 16px;
    letter-spacing: 0.2em;
	
}
.pt063-title a{
    color: #777;
    text-decoration: none;
}
.pt063-title a:hover{
    color: #111;
}
.pt063-post-meta,
.pt063-post-meta a{
    margin-bottom: 20px;
	padding-left:5px;
    font-size: 12px;
    text-decoration: none;
    color: #aaa;
	letter-spacing:1px;
}
.pt063-post-meta a:hover{
    color: #111;
}
.pt063-post-text{
    margin-bottom: 0px;
	padding:10px;
    color: #777;
    font-size: 15px;
    font-weight: 300;
}

.pt063-readmore{
	padding-left:10px;
	padding-bottom:20px;
	margin-top:5px;
}
.pt063-readmore a{
	border-radius:0px;
}
.pt063-readmore a:hover{
	background:#ccc;
	color:#111 !important;
}

.pt063-owl-portfolio .owl-buttons{
	position: static;
}
.pt063-owl-portfolio .owl-prev,
.pt063-owl-portfolio .owl-next{
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 105px;
	height: 105px;
	line-height: 105px;
	font-size: 16px;
	text-align: center;
	color: #fff;
    
    z-index: 6;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt063-owl-portfolio .owl-prev{
	left: -50px;
}
.pt063-owl-portfolio .owl-next{
	right: -50px;
}
.pt063-owl-portfolio .owl-prev:before,
.pt063-owl-portfolio .owl-next:before{
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    top: 17px;
    left: 0;
    
    background: #000;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
	*/
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt063-owl-portfolio .owl-next:before{
    left: auto;
    right: 0;
}
.pt063-owl-portfolio .owl-prev .fa,
.pt063-owl-portfolio .owl-next .fa{
    position: relative;
	top:0px;
}
.pt063-owl-portfolio .owl-prev:hover,
.pt063-owl-portfolio .owl-next:hover{	
	-webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
	 -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}
.pt063-owl-portfolio .owl-prev:hover:before,
.owl-next:hover:before{
    opacity: 0.87;
}
.pt063-owl-portfolio .owl-prev:active:before,
.pt063-owl-portfolio .owl-next:active:before{	
	opacity: 0.6;
}
.pt063-owl-portfolio .owl-carousel:hover .owl-prev{
	opacity: 1;
	left: -35px;
}
.pt063-owl-portfolio .owl-carousel:hover .owl-next{
	opacity: 1;
	right: -35px;
}



#about-us2, #contact, .pt062-owl-news,.pt086-services,.pt050-tab{
	padding:100px 0 120px;
}

#about-us2 img {
	border-radius:20px;
	box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.4);
}

.work-area {
	position:relative;
	color:#ccc;
	padding:100px 0 100px;
}

.work-area-bg {
    background: rgba(0, 0, 0, 0) url("../images/work_area_bg.jpg") no-repeat scroll center center / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.work-area-bg::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}


.area-title h2 {
    color: #fff;
    display: inline-block;
    font-size: 36px;
    font-weight: 300 !important;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 40px;
    padding: 0 20px;
    position: relative;

}

.area-title h2 span {
    color: #f7ba4d;
    font-weight: 700;
}

.area-title h2::before {
    content: "[";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
}

.area-title h2::after {
    content: "]";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
}

a.work-details {
	font-family:"Oswald", sans-serif;
	font-weight:400;
    background: #f7ba4d none repeat scroll 0 0;
    border-radius: 50px;
    color: #363636;
    display: inline-block;
    letter-spacing: 2px;
    margin-top: 50px;
    padding: 15px 40px;
text-transform: uppercase;
	
}

a.work-details:hover {
    background: #fff none repeat scroll 0 0;
	
}

.btn-xl{
	font-family:"Oswald", sans-serif;
	font-weight:400;
    background: #f7ba4d none repeat scroll 0 0;
    border-radius: 50px;
    color: #363636;
    display: inline-block;
    letter-spacing: 2px;
    padding: 15px 40px;
text-transform: uppercase;
}

/* ==========================================================================
	Pinustech responsive CSS
   ========================================================================== */

/*------------------------------------------------------------------
[Table of contents]
1. Styles for devices(>1340px)
2. Styles for devices(>=1201px and <=1339)
3. Styles for devices(>=992px and <=1199px)
4. Styles for devices(>=768px and <=992px)
5. Styles for devices(>=481px and <=767px)
6. Styles for devices(<=480px)
-------------------------------------------------------------------*/

/*----------------
[0. Styles for devices(>=1600px)-TRY-TEMPLATEMONSTER]
*/

.container{
	padding-left: 15px;
	padding-right: 15px;
	width:100%;
	
	/*max-width:1635px;*/
	max-width:1366px;
}

.pt003-header-mid .pt003_1-main {
    padding: 0px 0px 0px 0px;
	}

/*bootstrap hacked*/
@media (min-width: 992px) {
  .col-md-1-5 { width: 20%; }
  .col-md-2-5 { width: 40%; }
  .col-md-3-5 { width: 60%; }
  .col-md-4-5 { width: 80%; }
  .col-md-5-5 { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5 { width: 20%; }
  .col-lg-2-5 { width: 40%; }
  .col-lg-3-5 { width: 60%; }
  .col-lg-4-5 { width: 80%; }
  .col-lg-5-5 { width: 100%; }
}

@media(min-width:1600px) {
	.pt-container {
		max-width:1316px
	}
}

@media(max-width:1400px) {
	.container, .container-fluid{
		padding-left: 15px;
		padding-right: 15px;
		width:100%;
	}
	
	.pt003-header-mid .pt003_1-main {
    padding: 20px 15px 10px 15px;
	}
}

@media(min-width:1340px) {

}

/*----------------
[1. Styles for devices(>=1340px)]
*/
@media (min-width: 1340px) and (max-width: 1599px){
	.pt-container {
		max-width:1290px
	}
}

/*----------------
[2. Styles for devices(>1200px and <1340px)]
*/
@media (min-width: 1201px) and (max-width: 1339px){
	
}
/*----------------
[3. Styles for devices(>=993px and <=1200px)]
*/
@media (min-width: 993px) and (max-width: 1200px) {

}

@media (min-width: 993px) and (max-width: 1200px) {
	
	
}

@media (min-width: 993px){
	#zetta-menu {
		float:right;
	}
}

/*--------------------
[4.0 Styles for devices(<=992px)]
*/
@media (max-width: 992px){
  .container{
		padding-left:15px !important;
		padding-right:15px !important;
	}
	.zm-logo a img{
		margin-top:0px;
		padding:0px;
	}
	.header-nav .container{
		padding:8px 6px 2px 6px;
	}
	#header-top .container {
		padding:3px;
	}
	#pt-logo_wrapper{
		text-align:center;
	}
	
	.zetta-menu.zm-full-width {
    margin-top: 10px;
	padding-bottom:0px;
	}
	
	.zetta-menu > li {

    height: 54px;
	}
	
	
}


/*--------------------
[4. Styles for devices(>=768px and <=992px)]
*/
@media (min-width: 768px) and (max-width: 992px) {

}
/*--------------------
[5. Styles for devices(>=481px and <=767px)]
*/
@media (min-width: 481px) and (max-width: 767px) { 
	
	h1 {
		font-size:36px;
		line-height:3.6rem;
	}

}
/*--------------------
[6. Styles for devices(<=480px)]
*/
@media (max-width: 480px) {
	
	h1 {
		font-size:32px;
		line-height:3.2rem;
	}
}