body {
	background:#fff;//#f1eded;
}
/* Header
----------------------------------------------------------------------*/
#header {
	border-top:6px solid #f9f10f;//6px solid #c35bc6;
	background:#201b1b;
	
}
#logo {
	display:block;
	overflow:hidden;
	margin:10px 0px;
	text-decoration:none;
	text-align:center;
}
#logo img {
	display:inline-block;
}
.social-icons {
	overflow: hidden;
	text-align:right;
	margin-top: 15px;
}
.social-icons a {
	display:inline-block;	
}
.call-center {
	overflow:hidden;
	text-align: right;
	margin: 10px 0px;
}
.toll-free {
	padding-left:30px;
	font-size: 20px;
	color:#f9f10f;//#ad1fb1;
	display:inline-block;
	background:url(../img/free-call.png) left no-repeat !important;
}

/* Navigation
----------------------------------------------------------------------*/
#nav-bar {
	overflow:hidden;
	margin:0px;
        float:right;
}
.navigation {
	overflow:hidden;
}
.navigation ul {
	margin:0;
	padding:0;	
	overflow: hidden;
	list-style-type: none;
}
.navigation li {
	margin:0;
	float:left;
	padding-top:35px;
	padding-bottom:30px;
	border-bottom:3px solid #fff;	
	list-style:none;
}
.navigation li:hover {
	border-bottom:3px solid #f9f10f;//3px solid #c35bc6;	
}
.navigation li a {
	color:#ffffff;//#787878;
	
	
        padding: 2px 15px;
    
    font-weight: bold;
	text-transform:uppercase;
	text-decoration: none;
}
.navigation li:hover a,
.navigation li a:hover,
.navigation li a:active,
.navigation li.active > a {
	color:#f9f10f;//#c35bc6;
	text-decoration: none;
}
.nav-button {
	display: none;
	width: 25px;
	height:30px;
	background: transparent;
	padding: 0;
	margin:10px;
	border: none;
	cursor: pointer;
	outline:none;
	position:absolute;
	left:0;
	top:0;
	z-index:99999;
}
.icon-bar {
	display: block;
	float: left;
	width: 100%;
	height: 3px;
	margin-top: 3px;
	background: #333;
}

/* Banner
----------------------------------------------------------------------*/
#banner {
	overflow:hidden;
	max-width:1200px;
	margin:0 auto;
}
.bx-wrapper {
	position: relative;
	margin:0;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('../img/loader.gif') center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-controls {
	margin-bottom:-20px;	
}
.bx-wrapper .bx-pager {
	text-align: center;
	color: #666;
	padding-top: 15px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #cccbcb;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0f98a5;
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #0f98a5;
	padding:15px 30px;
	color:#fff;
	font-weight:100;
	display:inline-block;
	opacity: 0.90;
	filter: alpha(opacity=90);
}
.bx-wrapper li .bx-caption {
	padding:30px 30px;
}
.bx-wrapper li .bx-caption:hover { 
	background:#e37036;
}
.bx-wrapper .bx-caption h1,
.bx-wrapper .bx-caption h2,
.bx-wrapper .bx-caption h3 {
	font-weight:100;
	color:#fff;	
	margin-bottom:10px;
}

/* Carousel Slideshow
----------------------------------------------------------------------*/
.rs-carousel-mask {
	overflow: hidden;
}
.rs-carousel-runner {
	position: relative;
}
.rs-carousel-horizontal .rs-carousel-item {
	float: left;
}
.rs-carousel-mask {
	position: relative;
}
.rs-carousel-runner {
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.rs-carousel-transition .rs-carousel-runner {
	-moz-transition: -moz-transform .400s ease;
	-webkit-transition: -webkit-transform .400s ease;
	-o-transition: -o-transform .400s ease;
	-ms-transition: -ms-transform .400s ease;
	transition: transform .400s ease;
}
.carousel {
	text-align:right;	
}
.carousel ul {
	margin:0;
	padding:0;
	overflow:hidden;	
}
.carousel li {
	float: left;
	width: 307px;
	height: auto;
	margin:auto;
	text-align: center;
	list-style:none !important;
}
.rs-carousel-action-prev,
.rs-carousel-action-next {
	width:18px;
	height:18px;
	display:inline-block;
	background:url(../img/arrow_left.png);
	margin-left:2px;
	margin-top:2px;
}
.rs-carousel-action-next {
	background:url(../img/arrow_right.png);
}

/* work (home)
----------------------------------------------------------------------*/
#work {
	height:200px;
}

.project-area {
	height:360px;
	margin-top:-100px;
	position:relative;
	overflow:hidden;
}

.project-color {
	height:251px;
	position:absolute;
	background:#ad1fb1;
}

.project-box {
	width:920px;
	left:20px;
	top:20px;
	position:absolute;
}

.project {
	display:inline-block;
	overflow:hidden;
	float: left;
	width:25%;
}
.project img {
	width:100%;	
}
.project-more {
	display:inline-block;
	overflow:hidden;
	background-color:#FFF;
	border:20px solid #ad1fb1;
	padding: 43px 0px;
	font-size: 22px;
	text-align: center;
}

.project-more a {
	text-transform:uppercase;
	color:#6e6d6e;
	font-size:16px;
}
.project-more a:hover, a:focus, a:active {
	color: #ad1fb1;
	text-decoration: none;
	outline:none;
}


/* welcome (home)
----------------------------------------------------------------------*/
#welcome {
	height:auto;
	background-color:#141314;//#545454;
	margin-bottom: 30px;
}
.welcome-wrapper {
	height:auto;
	margin-top: 30px;
	margin-bottom:30px;
	position:relative;	
	background:#e0c02e;//#ad1fb1;
}
.welcome-box {
	position:relative;
	padding-left:10px;
	padding-bottom:20px;
}
.welcome-content {
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	color:#fff;
}
.img-welcome {
	max-width:100%;
	display:block;
	float:none;
	margin-right:inherit;	
}
.welcome-content h2 {
	text-transform:uppercase;
	color:#fff;
	margin-top:10px;
}


/* Footer
----------------------------------------------------------------------*/
#footer {
	background-color:#141314;//#ad1fb1;
	padding-top:15px;
	color:#ffffff;
	border-top:5px solid #fff200;//5px solid #cac9c9;
}
#footer .block {
	padding-top:10px;
	padding-bottom:10px;
}

.head {
	display:block;
	overflow:hidden;
}

#footer  h4 {
	color:#FFFFFF;
	text-transform:uppercase;
	padding-bottom:15px;
	border-bottom:1px solid white;
	display: inline-block;
	padding-top:50px;
}

.padding-none {
	padding-top:0px !important;
}

.normal {
	padding-bottom:0px !important;
	border-bottom:none !important;
}

.call-icons {
	background: url(../img/call-icons.png) top center no-repeat;
}

.email-icons {
	background: url(../img/email-icons.png) top center no-repeat;
}

.location-icons {
	background: url(../img/location-icons.png) top center no-repeat;
}

.footer-link {
	list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer li {
	margin:0;
	list-style:none;
	line-height: 30px;
}

#footer li a {
	color:#ffffff;
	text-decoration: none;
}

#footer li:hover,
#footer li a:hover,
#footer li a:active,
#footer li.active > a {
	color:#650b67;
	text-decoration: none;
}


#footer img {
	margin-top:40px;
	margin-bottom:10px;
}
input, select, textarea {
	background-color:#ededc8;//#851788;
	border:none;
	height:35px;
	color:#000;//#FFFFFF;
}

textarea {
	height:90px;
}

#footer .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
	color: #ffffff;
	background-color: #6b6b6b;//#640767;
	border: none;
}

#copyright {
	font-size:13px;
	font-weight:400;
	color:#6b6b6b;
	background:#0e0e0e;
}
#copyright p {
	padding:20px 0px;
	margin:0px;
}


/*inner pages 
----------------------------------------------------------------------*/
#content {
	/*border:1px solid red;*/
	margin-top:10px;
	margin-bottom:20px;
}

#content h1, h2, h3 {
	margin-top:10px;
	margin-bottom:5px;
}

#content h4 {
	margin-top:10px;
	margin-bottom:5px;
	text-transform:uppercase;
	color:#434343 !important;
}

.galery-img {
	margin-top:15px;
}

#content input, select {
	background:rgba(246, 241, 241, 0.67);
	border:1px solid #c2c2c2;
	height:35px;
	color:#434343;
}

#content textarea {
	height:100px;
	background:none;
	border:1px solid #c2c2c2;
	color:#434343;
}

#contact-address .address-box {
	display: inline-block;
	overflow: hidden;
	position: relative;
	float: left;
	width: 50%;
}


.btn-primary {
	color: #ffffff;
	background-color: #e0c02e;//#851788;
	border:none;
}
.btn {
	/*border: 1px solid transparent;*/
	border-radius:0px;
	color: #ffffff;
	border:none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
	color: #ffffff;
	background-color: #434343;
	border: none;
}



/* Responsive
----------------------------------------------------------------------*/

@media (max-width: 479px) {
	.project-more {
		padding: 17px 0px !important;
		border: 10px solid #f9f10f;//10px solid #ad1fb1;
	}
	
}

@media (max-width: 767px) {
	#logo {
		display:table;
		margin-left:auto;
		margin-right:auto;	
	}
	.call-center {
		text-align: center;
	}
	
	#copyright {
		text-align: center;
	}
	.social-icons {
		text-align: center;
	}
	
	.nav-button { 
		display: block; 
	}
	.navigation {
		display: none;
	}
	.navigation .nav-content {
		margin-bottom:10px;
	}
	.navigation li {
		display:block;
		float:none;
		padding:0;
		background:#e94a67;
		border-bottom:none;
		color:#fff;
		margin-bottom:3px;
	}
	.navigation li:hover,
	.navigation li:active,
	.navigation li:focus {
		border-bottom:none;
		background:#b540b8;
	}
	.navigation li a,
	.navigation li a:hover {
		padding:5px 10px;	
		color:#fff;
		display:block;
	}	
	
	.social-icons {
		margin-top:5px;	
	}
	
	#copyright img {
		margin-top:0px;
		margin-bottom:10px;
	}
	#copyright p {
		padding:10px 0px;
	}
	.quick-links {
		text-align:center;
		margin-bottom:20px;	
	}
	.quick-contact {
		text-align:center;
	}
	#work {
		/*height: inherit !important; 
		overflow: hidden !important;*/
		display:none;
		visibility:hidden;
	}	
	.project-area {
		height: auto;
		margin-top:0px; 
		position: relative;
		padding: 10px 0;
		padding-top:0;
	}
	.project-color {
		height: auto; 
		position: inherit;
		background: #ad1fb1;
	}
	.project-box {
		height: auto; 
		width: auto; 
		left:0px; 
		top:0px; 
		overflow: hidden;
		padding: 20px;
		position: inherit;
		background: #ad1fb1;
	}
	.project {
		width:50%;
	}	
	.project-more {
		padding: 35px 0px;
		font-size: 12px;
	}
	
}
@media (min-width: 768px) {
	.navigation {
		display: block !important;
	}
	#welcome {
		height:290px;
		margin-bottom: 100px;
	}
	.welcome-wrapper {
		height:275px;
		margin-top: 60px;
		margin-bottom:30px;
	}
	.welcome-box {
		margin-top:-25px;
		position:absolute;
		padding-left:10px;
		padding-bottom:20px;
	}
	.welcome-content {
		padding-top:0;
	}
	.img-welcome {
		max-width:55%;
		display:inline-block;
		float:left;
		margin-right:20px;	
	}
	.welcome-content h2 {
		margin-top:50px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navigation li a {
		padding:0px 10px;
	}
	.toll-free {
		font-size:18px;
	}
	.project-box {
		width:700px;
		height: 240px;
	}
	.project-color {
		height: 285px;
	}
	.project-area {
		height: 160px;
	}
	
	.project-more {
		padding: 25px 0px;
	}
	
	#work {
		height: 100px;
	}
	.carousel li {
		width:175px;	
	}
}









