@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'gothic';
	src: url('../fonts/gothic.eot');
	src: local('gothic'), url('../fonts/gothic.woff') format('woff'), url('../fonts/gothic.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_9785">Text with this font applied</p> */
.fontsforweb_fontid_9785 {
	font-family: 'gothic' !important;
}

/* Font downloaded from FontsForWeb.com */


/* --------------------------------------------------------------------------------------
+
+ Reset STYLES
+
-------------------------------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
		font-family: 'gothic';

}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

 ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

p {
	text-align: justify;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

a {
  outline: none;
  /* removing outline in Mozilla */
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  color: white;
}
a:active {
  background-color: transparent;
}
a:hover {
  color: #999999;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.super-navigation {
bottom: 45%;
height: 92px;
position: fixed;
right: 0;
width: 66px;
}

#prevslide, #nextslide {
background-color: #7b797d;
background-position: 50% 50%;
background-repeat: no-repeat;
height: 47px;
opacity: 0.8;
position: absolute;
width: 66px;
cursor:pointer;
}

#prevslide {
background-image: url(../img/arrow_left.png);
bottom: 0;
right: 0;
}


#nextslide {
background-image: url(../img/arrow_right.png);
bottom: 47px;
right: 0;
}



/********************

NAV 
.
***********/
.top-menu-wrap {
	padding: 0;
	z-index: 1;
	width:100%;
	position:relative
  }
.logo {
	height: 85px;
	margin-left:auto;
	width: 960px;
	margin-right: auto;
	position: relative;
}
  .grade {  background:url(../images/black_to_fade.png)  repeat-y; height:85px;
   width:474px; clear:none !important; position:fixed; right:-474px; top:0;
}

.social-header {
position: absolute;
right: 60px;
top: 20px;
height: 21px;
}

.social-header a { float:left; margin:0 2px; border-radius:25px;   display:block; background-color:#897e70; width:26px; height:26px; color:#fff; line-height:26px; text-align:center; font-size:16px; }
.social-header a:hover { background-color:#ac9f8d;}
.social-header .call { float:left; border-radius:25px; margin-left:2px; height:26px;background-color:#897e70; padding:0 10px; color:#fff; line-height:26px; }

.navi {
	height:40px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	margin-top: 20px;
	  background-color: rgba( 123, 121, 125, 0.671 );
}

.navi li {
	float:left;
	height:40px;
	border-left:1px solid #8b8988;
	max-width: 143px;
	list-style-type:none;
}
.navi li  a {
	float:left;
	display:block;
	padding: 10px 20px 10px 32px !important;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	line-height: 19px !important;
}
.navi li  a span { clear:left; font-size:12px; float:left; color:#e4e4e4; }
.navi li:hover { }
.navi li  a:hover { background-color:#7b797d !important;  }
.activemain   { background-color:#7b797d !important ; }

/* .nav:after{ 
  background-image: -moz-linear-gradient( 0deg, rgb(123,121,125) 0%, rgba(123,121,125,0) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(123,121,125) 0%, rgba(123,121,125,0) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(123,121,125) 0%, rgba(123,121,125,0) 100%);
  width:20%;
  height: 85px;
  float:left;
  opacity:0.5;
 }
 */
  
 .contain {
	position: relative;
	background-color:rgba(255, 255, 255, 0.94);
	width: 960px;
	margin-left: auto;
	margin-top:40px;
	margin-bottom:80px;
	padding-bottom:50px;
	margin-right: auto;
	display: block;
 
}

.cat-title { float: left;
    background-color:rgba(125, 118, 113, 0.94);
    width: 960px; color:#Fff; padding:0 2%; height:76px;}
	
.cat-title  h1 { margin-top:20px; margin-left:20px;}
	.cat-cont {
	padding:20px;
	padding-top: 100px;
}
	
	
.copy { margin-left:4.8%; line-height:42px; font-size:12px; color:#eee; float:left;}

.disclaimerbtns{ margin-right:4.8%; line-height:42px; font-size:12px; color:#eee; float:right;}
.disclaimerbtns a{
	color:#fff !important;
	float:left;
	text-decoration: none;
	position: relative;
}
.disclaimerbtns a:hover{
	color:#fff !important;
	text-decoration: underline;
}
.sitemap {
	margin: 20px;
	padding: 0px;
	float: left;
	width: 300px;
}
.sitemap li{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	list-style-type: disc;
	list-style-position: inside;
	width: 300px;
}
.sitemap li a{
	color: #454446;
	text-decoration: none;
	font-family: verdana;
	font-size: 13px;
	width: 300px;
}
 .contents-wrap {}
 
 
 .folio-item {
	float: left;
	width:320px;
	height:400px;
	background-color:#f6f2ed;
	position:relative;
}
 
  .folio-item  .fa { position: absolute;
left: 50%;
right: 50%;
top: 30%;
font-size: 60px;
color: rgba(105, 105, 105, 0.68);
position: absolute;
left: 50%;
right: 50%;
top: 30%;
font-size: 60px;
box-shadow: 0px 0px 106px 36px rgba(0, 0, 0, 0.33);
opacity: 0;
display: block;
width: 76px;
height: 76px;
line-height: 76px;
text-align: center;
border-radius: 50px;}
 	/*.folio-item:hover .fa  {   opacity:1}*/

   .folio-item a {
	display:block;
	height:300px;
	width:320px;
}
  
  
  .folio-item .item-txt {
	float:left;
	width:320px;
	height:60px;
	background-color:#f6f2ed;
	color:#ac9f8d;
	padding:0px 40px;
	margin-top:20px;
	border-right:1px solid #ac9f8d;
}
   .folio-item .item-txt h1 { margin-top:0; font-size:16px; font-weight:bold;}
   
   
   
   
   
   
   
   
   
   
   
   .folio-item2 {
	float: left;
	width:480px;
	height:400px;
	background-color:#f6f2ed;
	position:relative;
}
 
  .folio-item2  .fa { position: absolute;
left: 50%;
right: 50%;
top: 30%;
font-size: 60px;
color: rgba(105, 105, 105, 0.68);
position: absolute;
left: 50%;
right: 50%;
top: 30%;
font-size: 60px;
box-shadow: 0px 0px 106px 36px rgba(0, 0, 0, 0.33);
opacity: 0;
display: block;
width: 76px;
height: 76px;
line-height: 76px;
text-align: center;
border-radius: 50px;}
 	/*.folio-item:hover .fa  {   opacity:1}*/

   .folio-item2 a {
	display:block;
	height:300px;
	width:480px;
}
  
  
  .folio-item2 .item-txt {
	float:left;
	width:480px;
	height:60px;
	background-color:#f6f2ed;
	color:#ac9f8d;
	padding:0px 40px;
	margin-top:20px;
	border-right:1px solid #ac9f8d;
}
   .folio-item2 .item-txt h1 { margin-top:0; font-size:16px; font-weight:bold;}
   
   
   
   
   
   
   
   
   
   
   
   
   
   .pagin-contain  { float:left; background-color:#ac9f8d; padding:20px; width:100%;}
   
      .pagin-contain  a { float:left; display:block; width:38px; height:34px; background-color:#6a6359; border:1px solid #867d6f; margin:0 1px; text-align:center; color:#C9B4A0; line-height:34px; }
.pagin-contain a:hover , a.current { background-color:#7d7671; text-decoration:none; color:#fff;}
   .pagin-contain .pagination{ margin:0 !important;}
   
   .form-control { border-radius:0 !important; }
   .btn-warning { background-color: #6a6359 !important;
border: 1px solid #867d6f !important; color: #E9D7C6 !important; border-radius:0 !important; margin-bottom:20px; margin-right:30px;}

h5 {line-height: 20px !important; }

.tabs {
	float: left;
	width: 284px;
	border-bottom: none!important;
}
.tabs>li>a  { border-radius:0 !important;   color:rgba(125, 118, 113, 1); 
width: 284px;
height: 110px;
margin: 4px 0; text-align:center; padding:0 !important; border: none; position:relative; overflow:hidden;}
.tabs>li.active>a  img , .tabs>li>a:hover  img  { opacity:0.2;}
.tabs>li>a  h1 { position:relative; color:#fff; margin-top: 44px; border-bottom:1px solid #fff; float:left; width:205px; text-align:right; z-index:100; font-size:16px; line-height:28px;}
.tabs>li.active>a { background-color:inherit;}
.tabs>li>a  img { position:absolute; left:0; top:0; opacity:0.3;}
.tab-content {   float: right;
width: 660px;
 margin-top: 5px;}
 
 .tab-content .services-details {
	float:left;
	padding:40px 24px;
	width:411px;
	text-align: justify;
} 
  .tab-content img { float:left;}
   .tab-content  .cont-tit { font-size:28px; margin:20px 0px;}
   
	  #design  { background-color:#ac9f8d; color:#fff; float: left;}
	  #project  { background-color:#7f8381; color:#fff; float: left;}
	  #contracting  { background-color:#bab3aa; color:#fff; float: left;}
	  #Other  { background-color:#7d7671; color:#fff; float:left;}
  
	a.design,a.design:hover, .tabs>li.active>a.design  {background-color:#ac9f8d!important;} 
	a.project, a.project:hover, .tabs>li.active>a.project{background-color:#7f8381!important;} 
	a.contract, a.contract:hover, .tabs>li.active>a.contract{background-color:#bab3aa!important;} 
	a.other, a.other:hover, .tabs>li.active>a.other {background-color:#7d7671!important;} 
