body {
    color: #555555;
    font-family: "Open Sans",sans-serif;
}
/**********************************************************************/
/************************** COMMON ELEMENTS **************************/
/********************************************************************/

a:focus {
    outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}
/** Custom styles **/
.vis-hidden {
	visibility: hidden !important;
}
a {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
h2.sectionTitle {
	text-align: center;
    border-bottom: 1px solid #CCCCCC;
    font-weight: 300;
    margin: 30px 0;
    padding-bottom: 15px;
    text-transform: uppercase;
}

/**********************************************************************/
/***************************** NAVBAR ********************************/
/********************************************************************/

.navbar {
	margin-bottom: 0;
}

.navbar-inverse {
	background: url(../assets/img/80.png);
}
.navbar-brand {
    height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 284px;
    padding: 0 30px 0 0;
    width: 100%;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-nav {
	float: right;
}
.navbar-inverse .navbar-nav > li > a {
	color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding: 25px 15px;
    text-shadow: none;
    text-transform: uppercase;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    color: #FDAA39;
}
.navbar-inverse .navbar-toggle {
	background: #FFFFFF;
    border: 0 none;
	margin: 19px 15px 19px 0;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #eee;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background: #333;
}

/**********************************************************************/
/************************** JUMBOTRON ********************************/
/********************************************************************/

.jumbotron {
	background: url(../assets/img/jumbo2.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 150px;
    padding-top: 220px;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
}
.jumbotron .tagline {

}
.jumbotron .first {
	font-size: 32px;
    text-shadow: 0 0 5px #000000;
}
.jumbotron .second {
	color: #FDAA39;
    font-size: 80px;
    font-weight: 600;
    text-shadow: 0 2px 10px #000000;
    text-transform: uppercase;
	margin-bottom: 20px;
}
.jumbotron .third .btn {
	background: #FFFFFF;
    box-shadow: 0 0 10px #000000;
    color: #333333;
    margin: 0 auto;
    text-transform: uppercase;
    width: 240px;
	border: 0;
}
.jumbotron .third .btn:hover {
    background: #999999;
    color: #FFFFFF;
}

/**********************************************************************/
/************************** WHAT WE DO *******************************/
/********************************************************************/

#whatWrap {
	padding-bottom: 60px;
}
#whatWrap .fa-stack.icnC {
	-webkit-transition:All 0.5s linear;
	-moz-transition:All 0.5s linear;
	-o-transition:All 0.5s linear;
	transform: rotate(0deg) scale(1)  translate(0px);
	-webkit-transform: rotate(0deg) scale(1)  translate(0px);
	-moz-transform: rotate(0deg) scale(1)  translate(0px);
	-o-transform: rotate(0deg) scale(1)  translate(0px);
	-ms-transform: rotate(0deg) scale(1)  translate(0px);
}
#whatWrap .fa-stack.icnC {
    color: #555555;
    font-size: 74px;
}
#whatWrap .fa-stack.icnC:hover {
    color: #FDAA39;
    cursor: default;
	transform: rotate(360deg) scale(1)  translate(0px);
	-webkit-transform: rotate(360deg) scale(1) translate(0px);
	-moz-transform: rotate(360deg) scale(1)  translate(0px);
	-o-transform: rotate(360deg) scale(1)  translate(0px);
	-ms-transform: rotate(360deg) scale(1)  translate(0px);
}
#whatWrap h3 {
	font-weight: 700;
}

/**********************************************************************/
/************************** WORKS ************************************/
/********************************************************************/

#worksWrap {
	background: url("../assets/img/darkBG.jpg") #252525;
    color: #FFFFFF;
	padding-bottom: 60px;
}
#worksWrap h2.sectionTitle {
    border-bottom: 1px solid #fff;
}
#worksWrap .singleWorks {
    background: #111111;
    padding: 6px;
	margin-bottom: 30px;
}
#worksWrap .singleWorks .imgWrap {
    overflow: hidden;
}
#worksWrap img {
	width: 100%;
    -webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-o-transition:      all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	transition:         all 0.3s ease;
}
#worksWrap img:hover  {
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
#worksWrap .singleWorks h4 a {
	color: #FDAA39;
}

/**********************************************************************/
/************************ TESTIMONIALS *******************************/
/********************************************************************/

#testimonialsWrap {
	background: none repeat scroll 0 0 #FDAA39;
    color: #333333;
	padding-bottom: 20px;
}
#testimonialsWrap h2.sectionTitle {
    border-bottom: 1px solid #333333;
}
#testimonialsWrap .quote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.5;
}
#testimonialsWrap .author {
    float: right;
    font-size: 24px;
    font-weight: 300;
	margin-bottom: 40px;
}

/**********************************************************************/
/************************** ABOUT ************************************/
/********************************************************************/

#aboutWrap {
	padding-bottom: 60px;
}
#aboutWrap .blurb {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 40px;
}
#aboutWrap .imgWrap {
    border-radius: 50%;
    margin: 0 auto;
    max-width: 315px;
    overflow: hidden;
}
#aboutWrap .imgWrap img {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-o-transition:      all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	transition:         all 0.3s ease;
}
#aboutWrap .imgWrap img:hover  {
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
#aboutWrap h4 {
    font-size: 26px;
    font-weight: 600;
    margin: 20px 0 10px;
}
#aboutWrap .pTitle {
	color: #999999;
    font-size: 16px;
    font-style: italic;
    line-height: 20px;
    margin: 0;
}
#aboutWrap .spacer {
	display: block;
	height: 30px;
	width: 100%
}

/**********************************************************************/
/************************ CONTACT ************************************/
/********************************************************************/
#contactWrap {
	background: url(../assets/img/jumbo2.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    color: #FFFFFF;
}
#contactWrap .overlay {
    background: url("../assets/img/60.png");
	padding-bottom: 60px;
}
#contactWrap h2.sectionTitle {
    border-bottom: 1px solid #fff;
}
#contactWrap .blurb {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
}
#contactWrap label {

}
#contactWrap .form-control {
    background: url(../assets/img/50.png);
    border: 1px solid #999999;
    height: 38px;
    line-height: 38px;
    margin: 0 0 10px;
    padding: 8px 5px;
    width: 100%;
	border-radius: 0;
	color: #fff;
}
#contactWrap .form-control:focus {
	border-color: #FFFFFF;
    box-shadow: none;
}
#contactWrap textarea.form-control {
	margin: 0 0 10px;
    max-height: 300px;
    max-width: 100%;
    width: 100%;
	min-height: 120px;
}
#contactWrap button.btn {
    background: #FFFFFF;
	border: 0;
    color: #000000;
    margin-top: 10px;
    text-transform: uppercase;
    width: 100px;
	padding: 10px;
}
#contactWrap button.btn:hover {
    background: #999999;
    color: #FFFFFF;
}

/**********************************************************************/
/************************* FOOTER ************************************/
/********************************************************************/
footer {
	background: #111;
}
footer p {
	color: #CCCCCC;
    font-weight: 300;
    margin: 0;
    padding: 40px 0;
	font-size: 16px;
}

/**********************************************************************/
/****************** MEDIA QUERIES ************************************/
/********************************************************************/

@media(max-width:979px){
	.navbar-header {
		float: none;
		text-align: center;
	}
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		display: block;
		float: none;
		margin: 15px auto;
		padding: 0;
		width: 284px;
	}
	.navbar-nav {
		float: left;
	}
	.jumbotron .first {
		font-size: 24px;
	}
	.jumbotron .second {
		font-size: 60px;
	}
	#aboutWrap .blurb {
		font-size: 20px;
	}
	#contactWrap .blurb {
		font-size: 20px;
	}

}
@media (max-width: 768px) {
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		float: left;
		margin: 15px 0 15px 15px;
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 14px;
		padding: 12px 15px;
	}
	.jumbotron {
		padding-top: 120px;
	}
	
}
@media (max-width: 500px) {
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		height: auto;
		margin: 18px 0 18px 15px;
		width: 200px;
	}
	.jumbotron {
		padding-bottom: 60px;
	}
	.jumbotron .first {
		font-size: 20px;
	}
	.jumbotron .second {
		font-size: 32px;
	}
}

@media screen and (max-device-width : 1024px) {
	.jumbotron {
		background-attachment:scroll;
	}
	
}