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

html, body{
	min-width:960px;
	 margin: 0;
    padding: 0;
}

body{
	background:#262626;
	color:#959595;
	font-family: 'Quicksand', sans-serif;
	font-weight:400;
}

p{
	color:#959595;
	font-family: 'Quicksand', sans-serif;
}

b, strong{
	font-weight:700;
}

a{
	color:#c7db49;
	font-family: 'Quicksand', sans-serif;
	text-decoration:none;
}

h1, h2, h3, h4{
	font-family: 'Quicksand', sans-serif;
	font-weight:300;
	line-height: 1;
    margin: 0;
    padding: 0;
}

h3{
	font-size:48px;
	color:#fff;
}

h4{
	font-size:24px;
	color:#c7db49;
	font-style:italic;
}

h5{
	font-size:24px;
	color:#fff;
	font-weight: 300;
	margin:5px 0;
}

.header{
	width:100%;
	background-color:#262626;
	height:100px;
}

.nav{
	float:right;
	margin-right:10px;
	margin-top:50px;
}
.nav a {
    color: #959595;
    font-weight: 300;
    margin: 0 10px;
    padding: 5px 10px;
    text-decoration: none;
	font-size:14px;
}

.nav a.active{
	color:#959595;
	text-decoration:none;
	border-bottom: 2px solid #c7db49;
}

.logo{
	float:left;
	margin-top:30px;
	margin-left:30px;
}

.wrapper{
	width:960px;
	margin:0 auto;
	
}

.slider{
	
}

.sliderText{
	position:absolute;
	bottom:22px;
	z-index:9999999999999999;
	margin-left:20px;
}

.bxslider{
	margin-top:0px;
}
.bxslider li{
	border-radius: 10px;
}

.bx-wrapper img {
    border-radius: 10px;
}

.bx-wrapper .bx-caption {
	border-radius: 0 0 10px 10px;
}

.bx-controls-direction {
    bottom: -25px;
    left: 380px;
    margin: 0 auto;
    position: absolute;
    width: 200px;
}

hr {
    border-top: #C7DB49 solid 2px;
	border-bottom:none;
	border-right:none;
	border-left:none;
    height: 0;
	margin:30px 0;
}

.content{
	width:900px;
	margin:30px auto;
}

.content p{
	font-size:14px;
}

.dots{
	height:187px;
	width:640px;
	margin:0 auto;
	padding-top: 15px;
}

.dots div{
	float:left;
	margin:0 auto;
}

.dots .big{
	text-align:center;
}

.dots .small{
	margin-top:64px;
	padding:0 30px;
}

.footer{
	width:100%;
	height: 100px;
}

.footer small{
	float:right;
	margin-right:20px;
	font-size:10px;
	text-align:right;
}

.footer img{
	float:right;
}

#workItem div {
    background: none repeat scroll 0 0 #363636;
    border-radius: 10px;
    height: 450px;
    margin: 0 auto;
    padding: 20px;
    width: 900px;
}

#workItem div p{
	float: left;
    padding-right: 10px;
    width: 180px;
}

#workItem div iframe{
	margin-top:10px;
	border-radius: 10px;
}
.map img{
	border-radius:10px;
}
.map{
	margin:0 auto;
}

.closeButton {
    float: right;
    margin-right: 10px;
    margin-top: -40px;
}

a.text-title {
    color: #000000 !important;
    font-size: 75%;
}