/*
Theme Name: moore
Theme URI: http://webixlc.com
Author: webixlc
Author URI: http://webixlc.com
Description: Moore Design Group by Webix
Version: 1.1
License: moore design group
License URI: http://webixlc.com
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face
{
font-family: myFirstFont;
src: url('fonts/GOTHIC.TTF'),
     url('fonts/GOTHICB.TTF'),
	 url('fonts/GOTHICBI.TTF'),
	 url('fonts/GOTHICI.TTF');
}
h1, h2, h3, h4, h5, h6{
	font-family: myFirstFont;
	margin-bottom:10px;
	color: #af856d;
}
h1{
	font-size:1.5em;
}
h2{
	font-size:1.2em;
}
h3{
	font-size:1.1em;
}
h4{
	font-size:1.0em;
}
h5{
	font-size:0.9em;
}
h6{
	font-size:0.8em;
}
.yellow{
	color:#af856d;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.margin_top10{
	margin-top:10px;
}
.margin_btm10{
	margin-bottom:10px;
}
*{padding:0; margin:0;}

article p{
	margin:8px 0px;
}
a{
	text-decoration:none;
	color:#af856d;
}
a:hover{
	color:#FFF;
}
body {
	font-family: myFirstFont;
	font-size: 14px;
	background: url(images/bg.jpg) center top fixed;
	background-size:cover;
	color:#838383;
}
#main-bg {
	width: 100%;
	min-height:100%;
	display:block;
	background:url(images/watermark.png) top center no-repeat;
	position:absolute;
	
	
}
#container{
	width:960px;
	margin:0 auto;
	position:relative;
	top:85px;
}
.inner_logo{
	position:absolute;
	top:-50px;
	z-index:1;
	right:0;
	}
#primary, #content{
/*	position:relative; */
}

#primary, #postheader{
color:#AF856D;
font-size:22px;
padding-bottom:0px;
}


#top_nav{
	width:100%;
	background:url(images/menubg.png);
	position:relative;
	text-transform:uppercase;
	font-size:16px;
	margin-bottom:10px;
	height:30px;
	
}
#top_nav ul li a{
	color:#000;
}
#top_nav ul li a:hover, #top_nav ul li.current-menu-item a{
	/*color:#fff;*/
	color:#ccc;
}
#top_nav ul li{
	float:left;
	line-height:30px;
	list-style:none;
	margin:0 26px;
}
#top_nav ul li ul li{
	margin:0;
}
#footer{
	padding-bottom:10px;
}
#footer .widget{
	background:url(images/bullet.png) 0 5px no-repeat;
	padding-left:6px;
	margin:10px;
}
#footer .copyright{
	color:#af856d;
}
/* Navigation Menu */
.main-navigation  .sub-menu{
	border-top: 1px solid #af856d;
}
.main-navigation li {
	
}
.main-navigation a {
}
.main-navigation a:hover {
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}
.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation li {
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 999;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
		
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #000000;
		border: 1px solid #af856d;
		border-top:none;
		display: block;
		line-height:normal;
		font-size: 14px;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
		color:#af856d!important;
	}
	.main-navigation li ul li a:hover {
		background: #594338;
		color: #fff;
	}
	
#page_widget .readmore {
	width:77%;
	background: url(images/downarrow.png) 160px center no-repeat #888888;
}
#page_widget .readmore:hover{
	background: url(images/downarrow.png) 160px center no-repeat #b0866d;
	color:#fff;

}
.readmore{
	background: url(images/downarrow.png) right center no-repeat #888888;
	color:#000;
	padding:5px 30px 5px 10px;
	float:left
}
.readmore:hover{
	background: url(images/downarrow.png) right center no-repeat #b0866d;
	color:#fff;
}
	
#page_widget{
	width:190px;
	float:right;
	margin-top:80px;
	font-size:12px;
}



#page_widget p{
	background: url(images/bullet.png) 0 5px no-repeat;
padding-left: 6px;
margin-bottom:10px;	
}
#sidebar_about{
	float:right;
	width:195px;
	margin-top:10px;
}
#sidebar_about li{
	margin-left:20px;
	
}
#sidebar_about .widget_nav_menu {
	font-size:18px;
}
#sidebar_about .widget_nav_menu li{
	list-style:none;
	margin-left:0;
}

.entry-content{
	/*font-family:Arial, sans-serif;*/
	/*color:#fff;*/
	color:#ccc;
	line-height:18px;
	font-size:14px;
	width:615px;
	float:left;
}

.entry-content-full{
	/*font-family:Arial, sans-serif;*/
	/*color:#fff;*/
	color:#ccc;
	line-height:18px;
	font-size:14px;
	width:100%;
	float:left;
}

.entry-content-half{
	color:#ccc;
	line-height:18px;
	font-size:14px;
	width:50%;
	float:left;
}

.entry-content p{
	margin-bottom:15px;
	margin-top:20px;
}
.entry-title{
	margin-bottom:10px;
	color:#af856d;
	text-transform:uppercase;
}
.half{
	width:42%;
	margin-right:3%;
	float:left
}
.half:last-child{
	float:right;
	margin-right:0;
}
.contact_details h1{
	color:#af856d;
	font-family: myFirstFont;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
}
/*form*/
input[type="text"], input[type="tel"], input[type="email"], textarea, select{
	background:#CCC;
	opacity:0.7;
	border:1px solid #af856d;
	outline:none;
		padding:3px 5px;
		margin:5px 0;
		width:97%
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus,  select:focus{
	background:#FFF;
	opacity:1;
}
select{
	width:100%;
}
input[type="text"], input[type="email"]{

}
input[type="submit"]{
	background:#CCC;
	border:1px solid #af856d;
	outline:none;
	text-transform:uppercase;
	font-weight:bold;
	padding:5px;
	float:right;
	cursor:pointer;
}
input[type="submit"]:hover{
	background:#af856d;
	color:#fff;
}
.alignleft {
	float:left;
	margin:10px 10px 10px 0;
	font-size:14px;
}
.alignright{
	float:right;
	margin:10px 0 10px 10px;
	font-size:14px;
}
#content ul{
	margin-left:20px;
	margin-bottom:10px;
}
#single_portfolio {
	float:right;
	width:344px;
}
#single_portfolio li{
	margin:10px;
}
#single_portfolio li img{
	height:100%;
	border:1px solid #AF856D;
}
#nav_inner{
	border-bottom:1px solid #fff;
	float:left;
	width:100%;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:20px;
}
.single-otw-portfolio .otw-row{
	margin-top:10px;
	border-top: 1px solid #FFFFFF;
	padding-top:1px;
}
#nav_inner2{
/*	position: absolute; */
	top: 50px;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:10px;
	padding-bottom:1px;
	width:100%;
	float:left;
	border-bottom:1px solid #FFF;
	padding-top:10px;
}
#nav_inner2 ul{
	margin-left:0!important;
	margin-bottom:0px!important;
	}
#nav_inner2 li{
	float:left;
	list-style:none;
	padding:5px 15px;
}
#nav_inner li{
	float:left;
	list-style:none;
	padding:5px 20px;
}
#nav_inner li.current-menu-item a, #nav_inner2 li.current-menu-item a{
	/*color:#fff;*/
	color:#ccc;
}
.widget-title{
	font-size:14px;
	text-transform:uppercase;
}

.da-dots {
    -moz-user-select: none;
    bottom: 20px;
    position: absolute;
    text-align: center;
    z-index: 2000;
}

#footer li{
	background: url("images/bullet.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
	margin: 10px;
	padding-left: 6px;
	width:250px;
	float:left;
	list-style:none;
}

.brown-section{
	float:left;
	background:#5E493E;
	padding:5px;
}

.brown-section ul{
	margin-left:0px !important;
	float:left;
}

.brown-section li{
	float:left;
	list-style:none;
	margin-top: 5px;
	width: 230px;
}

.column-1-4{
	width:232px;
	float:left;
	margin-right:10px;
}

.column-1-4:last-child{
	margin-right:0px;
}

div.full{
	width:100%;
	float:left;
	margin:10px 0px;
}

.archive-link{
	float:left;	
	margin-bottom:10px;
	font-family:Century Gothic;
	font-size:16px;
}

.archive-link .archive-thumbnail{
	width:110px;
	height:84px;
	float:left;	
}

.archive-link .text-link{
	float:left;
	width:830px;
	padding-left:10px;
		
}

.archive-link .text-link a{
	text-decoration:none;
	color:#AF856D;
}

.archive-link .text-link a:hover{
	color:#ffffff;	
}

.archive-link .text-link .date{
	float:right;
	color:#ffffff;
	text-transform:uppercase;
	padding-right:10px;
	padding-top:30px;	
}

#recent-posts-plus-3 img{
	float:left;
	margin-top:5px;
	margin-right:5px;
}

.flash-embed{
	width:640px;
	float:left;
}

.right-text{
	width:300px;
	float:right;
}

.right-text p{
	width:100%;
	float:left;
	margin-bottom:10px;
}

span.author{
	text-align:right;
	float:right;
	font-size:12px;
}

#page_widget li{
	list-style:none;
}

#thumbnails_first{
	display:;
}

#thumbnails_second{
	display:none;
}

#thumbnails_third{
	display:none;
}

#thumbnails_fourth{
	display:none;
}

#thumbnails_fifth{
	display:none;
}

#thumbnails_sixth{
	display:none;
}
#thumbnails_seventh{
	display:none;
}
#thumbnails_eighth{
	display:none;
}
#thumbnails_nineth{
	display:none;
}
#thumbnails_tenth{
	display:none;
}

.entry-utility {display:none;
}

.sidebar .textwidget p{
	width:100%;
	float:left;
	margin:12px 0px;
}

.sidebar .textwidget p.author{
	margin-top:0px !important;
}

.modal {
    /* some styles to position the modal at the center of the page */
    position: absolute;
    top: 30%;
    left: 27.5%;
    width: 720px;
    line-height: 0px;
    height: 500px;
    margin-left: -150px;
    margin-top: -100px;
    background-color: #000;
    text-align: center;
   
    /* needed styles for the overlay */
    z-index: 10; /* keep on top of other elements on the page */
    outline: 9999px solid rgba(0,0,0,0);
}

#cff {
width:350px; 
height:550px; 
margin-left:-120px; 
background-color:#FFF;
}

#custom_lightbox{
	display:none;
	width:853px;
	height:400px;
	z-index:10;
	position:absolute;
	background:#000;
	opacity:0.9;
	left:50px;
	top:305px;
}

#custom_lightbox ul{
	float:left;
	width:90%;
	margin:0px;
	padding:0px;
	margin-left:7%;
	padding-top:6px;
}

#custom_lightbox ul li{
	float:left;
	width:32%;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	list-style:none;
}

#custom_lightbox a.close{
	bottom: 10px;
	height: 30px;
	width:30px;
	position: absolute;
	right: 10px;
	text-indent: -999em;
	cursor:pointer;
	background:url(images/cross.png) no-repeat;
}

#page-numbers {
padding-top:15px;
}
.rbsIcons, .rbs_gallery_button {
display: none !important;
}


/*-----Custom CSS by SUHK------*/
.aboutUs{
	width:100%;
	float:left;
	background:#000;
	margin-bottom:20px;
}

.aboutCol2{
	width:350px;
	float:left;
}

.aboutCol2 img{
	width:100%;
	height:auto;
	float:left;
}

.aboutCol4{
	width:175px;
	float:left;
}

.aboutCol4 img{
	width:169px;
	padding:3px;
	height:auto;
	float:left;
}

.gallery img{
	width:33%;
	float:left;
	height:auto;
}

/* ============================================================
  GLOBAL
============================================================ */
.effects {

}
.effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  overflow: hidden;
}
.effects .img:last-child {
  margin-right: 0;
}
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: auto;
  text-align: left;
  color: #fff;
  font-size: 14px;
}



/* ============================================================
  EFFECT 1 - SLIDE IN BOTTOM
============================================================ */
#effect .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
#effect .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  margin: 0 -10px -12px auto;
}
#effect .img.hover .overlay {
  height: 15%;
}

/*--CUSTOM CSS BY SUHK--*/
span.name_first label{
    display:none !important;
}

.gform_body span.name_first input{
    width:100% !important;
}

label.gfield_label{
width:40%;
float:left;
}

#field_1_5 label.gfield_label{
width:100%;
}

.gform_body input, span.name_first{
width:60% !important;
}
span.name_first{
padding-right: 9px !important;
}
.gform_body select.gfield_select{
width:60% !important;
}

.gform_body select, .gform_body input{
margin:0px !important;
padding:0px !important;
}
/* Caption size in PR posts for photos*/

p.wp-caption-text{font-size:8px;margin-top:2px;margin-bottom:5px;text-align:center;}

form.wpcf7-form p {display:none;}