@charset "utf-8";
* {
	margin:0;
	border:0;
	font-family:GothamThin;

}


.clear {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


@font-face {
	font-family:GothamThin;
	src: url(../font/Gotham-Light.ttf);
}


.fade {
	padding-top: 2%;	
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	
   }

.fade:hover {
	opacity: 0.5;

}

/**Wrap**/

#mainwrap {
	width:100%;
	height:100%;
	}

#navwrap {
	width:100%;
	height:60px;
	position:fixed;
	top: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	z-index:19999;
	}

#contentwrap {
	width:100%;
	height:100%;
	margin-top:60px;
	}

#footerwrap {
	width:100%;
	height:20px;
	position:fixed;
	bottom: 0px;
	background-color:#C8A16A;
	z-index:10;
	}


/*NavBar*/

#navbar {
	width: 700px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	}

#navbar li {
	padding-left: 10px;
	padding-right: 10px;
	list-style:none;
	float:left;
	}

#navbar li a {
	font-family:GothamThin;
	font-size:11pt;
	color: #666;
	text-decoration: none;
	}

#navbar li  a:hover {
	color: #000;
	padding-top: 10px;
	border-top: medium solid #000;	
	}


#navbar li  .active {
	font-weight:bold;
	color: #000;
	}

/*Content*/

#index {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 70px;
}

#logo {
	width:150px;
	height:150px;
	background: url(../images/logo-200.png) center no-repeat;
	z-index:99;
    position:absolute;
    left: 50%;
    width:200px;
    height:200px;
    margin-left: -100px;
}

#indexcontent {
	padding-top: 250px;
	font-family:GothamThin;
}

#readmore {
	width:150px;
	height:20px;
	
	text-align:center;
	vertical-align: middle;
	margin-left:auto;
	margin-right:auto;
	
}

#readmore  a{
	color:#000;
	border: 1px solid #000;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;	
	text-decoration:none;
}

#readmore  a:hover{
	color:#FFF;
	background-color:#333;
	
}

/*** ABOUT ***/

#aboutmain {
	height:auto;
	padding-bottom: 250px;
}


#mainaboutcont {
	padding-top: 20px;
	height:auto;
	
}

#mainaboutcont a {
	color:#C8A16A;
	font-size:20pt;
	text-decoration:none;

}


#mainaboutcont a:hover {
	color: #333;
	text-decoration:none;

}

#aboutmain {
	width:100%;
	margin-top: 60px;
}
#abouthdr {
	width:100%;
	background: url(../images/home/4.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 200px;
	
}

#title {
	width:400px;
	font-family:GothamThin;
	font-size:50pt;
	color:#C8A16A;
    position:absolute;
    top: 17%;
    left: 50%;
    margin-left: -150px; /*set to a negative number 1/2 of your width*/
}
#aboutcont {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #C8A16A;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 20px;
	font-family:GothamThin;
	font-size:12pt;
	
}

#aboutnav {
	width:100%;
	height: 180px;
	position: fixed;
	bottom:0px;
	background-color:  #E2DFCF;
	padding-top: 10px;
	text-align: center;
}

#aboutnavmain {
	width:1000px;
	font-family:GothamThin;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#aboutnavmain a {
	color:#262524;	
	text-decoration:none;
}

#aboutnavmain li {
	list-style:none;
	float:left;
	padding-left:5px;
	padding-right:5px;
	text-align: center;
}



#mainaboutnav {
	padding-top: 10px;
	text-align:center;
	width:650px;
	margin-left:auto;
	margin-right:auto;
}

#more {
	font-family:GothamThin;
	font-size:20pt;
}

/** ABOUT SUBPAGES **/
#breadcrumb {
	color:#000;
	font-size:9pt;
}

.bc {
	color:#C8A16A;
	font-size:9pt;
	text-decoration:none;
}

#mainaboutcont {
	padding-top: 20px;
	
}

/*** WORKS ***/
#workshdr {
	width:100%;
	background: url(../images/home/6.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 200px;
}	

#titleworks {
	width:400px;
	font-family:GothamThin;
	font-size:50pt;
	color:#C8A16A;
    position:absolute;
    top: 17%;
    left: 50%;
    margin-left: -150px; /*set to a negative number 1/2 of your width*/
}

#workslist {
	padding-top: 20px;
}

#workslist2 {
	padding-top: 20px;

}


#workslist {
	width:100%;
}

#leftworks {
	width:45%;
	padding-right:5%;
	float:left;
}

#rightworks {
	width:50%;
	float:left;
}


#workstitlemain {
	font-family:GothamThin;
	font-size:18pt;
	text-align:center;
	border: 1px solid #000;
	padding-top:20px;
	padding-bottom:20px;
}

#workstitlemain a{
	font-family:GothamThin;
	color: #000;
	text-align:center;
	text-decoration:none;



}


#workstitlemain a:hover{
	color: #C8A16A;
}

/*** WORKS NAV ***/
#worksnav {
	width:100%;
	position:fixed;
	bottom: 0px;
	z-index: 19999;
	height:40px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	background-color:#FFF;
	
}
#worksnavmain {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
}

#worksnavmain li {
	font-family:GothamThin;
	list-style:none;
}

#worksnavmain li a {
	float:left;
	font-family:GothamThin;
	color: #666;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	font-size:11pt;
}

#worksnavmain li a:hover {
	color: #000;
	font-weight:400;

}


#btt a {
	height:30px;
	padding-top:10px;
	width: 150px;
	position:absolute;
	right:40px;
	text-align:center;
	font-size:11pt;
	background:#333;
	color:#FFF;
	text-decoration: none;
}

#btt a:hover {
	color:#C8A16A;
}
/*** WORKS CHILDRENS ***/
#childrens_wrap {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:50px;

}

#child_title {
	text-align:left;
	height: 50px;
	font-size: 10pt;
	padding-bottom:50px;
}

#childrens_row1 {
	float:left;
	width:200px;
	padding-right: 40px;

}

#childrens_row2 {
	text-align:center;
	float:left;
	width:200px;
	padding-left: 20px;
	padding-right: 20px;
}

#childrens_row3 {
	text-align:center;
	float:left;
	width:200px;
	padding-left: 20px;
	padding-right: 20px;
}

#childrens_row4 {
	text-align:center;
	float:left;
	width:200px;
	padding-left:40px;
}

/**download**/

#dlmode {
	width:300px;
	height:20px;
	text-align:center;
	vertical-align: middle;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
}

#dlmode a {
	color: #000;
	border: 1px solid #000;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;	
	text-decoration:none;
	font-family:GothamThin;
	font-size:10pt;
	font-weight: bold;
}

#dlmode a:hover {
	color:#FFF;
	background-color:#333;
}


/**contact**/

#contact{
	width:100%;
	height:100%;
	top:0;
	position:absolute;
	z-index:0;
	padding-top:60px;
	margin-left:auto;
	margin-right:auto;
	color:#c8a16a;
	background-color: #212121;
	font-family:GothamThin;	
}

#contactcontent{
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:100px;
	
}

#contacttittle{
	height:120px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
	border-bottom: 2px solid #c8a16a;
	
}

#contacttittle h1{

	font-size:32pt;
	
}

#contacttittle h2{

	font-size:18pt;
	
}

#contacttittle h3{

	font-size:12pt;
	
}


#contacttittle h4{

	font-size:10pt;
	
}
#contactmedia{
	margin-top:50px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom: 2px solid #c8a16a;
	
}

#contactmedia a {
	color:#dfdac4;
}

#contactmedia a:hover {
	color:#FFF;
}

/*Gallery*/

#gallerymain {
	width:100%;
	margin-top: 60px;
}

#gallery {
width:900px;
height: auto;
margin-left:auto;
margin-right:auto;
margin-top: 20px;
font-size:20pt;
color:#C8A16A;

}
	
#gallery  a {
padding-left:5px;

}
	

#galleryhdr {

	height: 200px;
}

#gallerycont {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #C8A16A;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 20px;
}


#gallerylist {
	padding-top: 20px;
	width:100%;
}



#leftgallery {
	width:45%;
	padding-right:5%;
	float:left;
}

#rightgallery {
	width:50%;
	float:left;
}

#gallerytitlemain {
	font-family:GothamThin;
	font-size:18pt;
	text-align:center;
	border: 1px solid #000;
	padding-top:20px;
	padding-bottom:20px;
}

#gallerytitlemain a{
	font-family:GothamThin;
	color: #000;
	text-align:center;
	text-decoration:none;



}


#gallerytitlemain a:hover{
	color: #C8A16A;
	

}


#bat_galbig {
	width:900px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
}