@font-face {
    font-family: "Roboto-Light";   
    src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
    font-family: "Roboto-Regular";   
    src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
    font-family: "Proxima-Nova";   
    src: url("../fonts/proxima-nova-bold.ttf");
}
body{
	font-family: 'Roboto-Regular', Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #444;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Proxima-Nova', Arial, sans-serif;
	text-transform: uppercase;
}
.wrapper{
	min-height: 100%;
    position: relative;
    margin-top: 80px;
	padding: 0px;
	padding-bottom: 100px;
}
.main-content{
	padding: 80px 50px;
	background-color: #622659;
	color: #fff;
}
.main-content p{
	font-family: 'Roboto-Regular', Arial, sans-serif;
	text-align: center;
	font-family: ;
}
.dividers{
	display: inline-block;
	height: 10px;
	width: 100px;
	margin: 20px 0px;
	background-color: #C83491;
}


/*--- NAV BAR ---*/
.navbar{
	background-color: #fff;
	border: #fff;
}
.navbar-brand{
	height: 80px;
}
.navbar-brand img{
	height: 50px;
}
.navbar-nav{
	float: right;
}
.navbar-inverse .navbar-nav > li > a{
	min-width: 130px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	color: #444;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a.active{
	font-family: 'Roboto-Regular', Arial, sans-serif;
	font-weight: bold;
	color: #C83491;
	text-align: center;
	float: none;
	padding-top: 25px;
	border-top: 5px solid #C83491;
}


/*--- HOME PAGE ---*/
.slide-image {
 	width: 100%;
}
.carousel-holder {
	min-height: 100%;
	padding: 0px;
}
.carousel-control{
	width: 7%;
}
.carousel-control,.item {
 	border-radius: 4px;
}
.carousel-indicators {
    bottom: 50px;
}
.caption {
	position: absolute;
	top: 150px;
	right: 200px;
	max-width: 500px;
	color: #ffffff;
	z-index: 1000;
}
.caption h1 {
	font-size: 60px;
}
.caption h4 {
	line-height: 1.2em;
}


/*--- ABOUT US ---*/
.banner{
	height: 650px;
	background-image: url(../img/bg-about-us.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.about-us .banner header{
	width: 550px;
	position: absolute;
	bottom: 150px;
	left: 100px;
}
.about-us .banner header h1{
	font-size: 70px;
	color: #622659;
	margin: 0;
}
.about-us .banner header h1:nth-child(2){
	color: #C83491;
}
.container span.dividers{
	display: block;
	position: relative;
	left: 46%;
	margin: 70px 0px;
}
.block{
	color: #fff;
	text-align: center;
}
.block span{
	display: inline-block;
	height: 75px !important;
	margin-bottom: 15px
}
.block span img{
	height: 100%;
}
.block h2{
	margin: 0;
	margin-bottom: 20px;
	font-size: 25px;
}
.block h2:nth-child(2){
	color: #C83491;
	margin-bottom: 0px;
}
.block p{
	font-family: 'Roboto-Light';
	margin: 10px 25px;
}
.main-content .container-fluid .block p, .main-content .container-fluid .block h2{
	text-align: left;
	margin: 10px 25px;
}


/*--- SERVICES ---*/
.services{
	padding-bottom: 50px;
}
.services .banner{
	height: 650px;
	background-image: url(../img/bg-services.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}
.services .banner header{
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0px;
	display: inline-block;
}
.services .banner header h1{
	font-size: 70px;
	color: #ffffff;
	margin: 0;
	text-align: center;
}
.services .banner header span{
	position: relative;
	left: 48%;
	right: auto;
	background-color: #ffffff;
}
.services .container-fluid{
	margin-bottom: 10px;
}
.services .container-fluid .block h2{
	min-height: 120px;
}
.services .container-fluid .block{
	text-align: left;
}
.services .container header{
	text-align: center;
	margin: 20px 0px 30px;
	color: #C83491;
}
.services .container .block .place-holder{
	height: 100px;
	padding-left: 20%;
}
.services .container .block .place-holder span, .services .container .block .place-holder h2{
	float: left;
}
.services .container .block .place-holder h2{
	color: #ffffff;
	margin-left: 15px;
	margin-top: 20px;
}
.services .block span{
	display: inline-block;
	height: 75px !important;
	margin-bottom: 15px
}
.services .portfolio{
	background-color: #F5DBEB;
	padding: 80px 50px;
	color: #C83491;
	text-align: center;
	padding-bottom: 100px;
}
.services .portfolio .block{
	text-align: center;
	color: #ffffff;
	padding: 70px 20px 10px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.services .portfolio .block:nth-child(1){
	background-color: #003399;
}
.services .portfolio .block:nth-child(2){
	background-color: #009933;
}
.services .portfolio .block:nth-child(3){
	background-color: #FF9933;
}
.services .portfolio .block:nth-child(4){
	background-color: #622659;
}


/*--- TEAM ---*/
#team .banner{
	min-height: 100%;
	position: fixed;
	background-image: url(../img/bg-team.jpg);
	background-position: left top;
}
.team .team-block{
	position: relative;
	min-height: 768px;
	height: 100%;
	background-color: #622659;
	left: 50%;
	padding: 50px;
	clear: both;
}
#team header p{
	color: #fff;
	font-family: 'Proxima-Nova', Arial, sans-serif;
	font-size: 60px;
	text-transform: uppercase;
	line-height: 1em;
}
.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0px 0px 0px transparent;
	color: #fff;
	font-weight: normal;
}
.panel-heading {
    padding: 2px 0px;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 0px solid #DDD;
}
.panel-title{
	color: #fff;
}
.panel-title h2{
	margin-bottom: 0px;
}
.panel-title h4{
	margin-top: 0px;
	color: #C83491;
}
.panel-title a:hover, .panel-title a:active, .panel-title a:focus{
	text-decoration: none;
}
.panel-body{
	font-family: 'Roboto-Light', Arial, sans-serif;
	padding-top: 0;
	padding-left: 0;
	margin-bottom: 10px;
}


/*--- CLIENTS ---*/
.client-banner{
	min-height: 100%;
	position: fixed;
	background-image: url(../img/bg-clients.jpg);
	background-position: center top;
	background-size: cover
}
.client-logos .block{
	margin-top: 30px;
}
.client-logos .block a{
	border-radius: 5px;
}
.client-logos .block a img{
	margin-left: -15px;
}
.client-logos .block a:hover > img{
	background-color: #C83491;
	padding: 5px;
	clear: right;
}


/*--- CONTACT US ---*/
#contact h1{
	text-align: center;
	color: #C83491;
	margin: 70px 0px;
}
#contact .block{
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-right: 1px solid #ccc;
} 
#contact .block:last-child{
	border-right: 0px;
} 
#contact .block h3{
	width: 100%;
	color: #622659;
	text-align: left;
	font-weight: 100;
	margin-bottom: 20px;
} 
#contact .block input{
	height: 50px;
	background: transparent;
	border: 2px solid #999;
	margin-bottom: 30px;
}
#contact .block textarea{
	background: transparent;
	border: 2px solid #999;
}
.btn-primary{
	width: 100%;
	background-color: #C83491;
}
.btn-primary:hover{
	background-color: #622659;
}
.btn-primary a{
	color: #ffffff;
}
.form-control::-moz-placeholder {
    color: #444;
    opacity: 1;
}
#contact .block h4{
	width: 100%;
	text-align: left;
    color: #444;
	text-transform: none;
}
#contact .block h4 span{
	display: inline;
	text-transform: uppercase;
}



/*--- FOOTER ---*/
#footer {
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-top: 20px;
    background: #FFFFFF;
}
.box{
	width: 700px;
	height: 100%;
	margin: 0 auto;
}
.box span{
	float: left;
	text-transform: uppercase;
	margin-right: 35px;
}
.box span:nth-child(4){
	margin-right: 0px;
	
}
.box span img{
	max-height: 30px;
}

/*--- SPACING ---*/
.no-padding{
	padding: 0 !important;
}




/*--- MEDIA QUERIES ---*/
@media (max-width: 767px) {	
	.navbar-nav {
    	float: left;
	}
	.navbar-inverse .navbar-nav > li > a {
		min-width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: left;
		color: #444;
	}
	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a.active {
		text-align: left;
		float: none;
		padding-top: 10px;
		border-top: 0px;
	}.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
		background-color: #622659;
	}
	.navbar-toggle, .navbar-inverse .navbar-toggle {
		background-color: #622659;
		margin-top: 25px;
	}
	.wrapper{
		overflow-x: hidden;
		padding-bottom: 200px;
	}
	.main-content{
		padding: 50px 10px;
	}
	.about-us .banner{
		height: 350px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	.about-us .banner header{
		width: 550px;
		position: absolute;
		bottom: 10px;
		left: 20px;
	}
	.about-us .banner header h1{
		font-size: 40px;
		color: #622659;
		margin: 0;
	}
	.container span.dividers{
		display: block;
		position: relative;
		left: 33%;
		margin: 70px 0px;
	}
	.block{
		padding: 0;
		margin-bottom: 50px;
	}
	.container .block:last-child{
		padding: 0;
		margin-bottom: 0px;
	}
	.container-fluid .block{
		padding: 0;
	}
	.container-fluid .block h2, .container-fluid .block p{
		text-align: center !important;
	}
	.block p{
		margin: 0;
	}
	
	
	.services .banner{
		height: 350px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	.services .banner header{
		width: auto;
		position: absolute;
		bottom: 10px;
		left: 0px;
	}
	.services .banner header h1{
		font-size: 40px;
		margin: 0;
	}
	.services header .dividers{
		display: inline-block;
		position: relative;
		left: 37% !important;
		margin: 20px 0px;
	}
	.services .main-content .container-fluid .block p, .services .main-content .container-fluid .block h2 {
	margin: 10px 0px;
	}
	.services .container-fluid {
    margin-bottom: 10px;
	}
	.services .container-fluid .block h2 {
    min-height: 0px;
	}
	.services .portfolio {
		padding: 30px 0px
	}
	.services .portfolio .block{
		min-height: 180px;
		padding-bottom: 45px;
	}
	#team .banner{
		height: 450px;
		position: relative;
		background-image: url(../img/bg-team.jpg);
		background-position: left top;
	}
	#contact .block{
		border-right: 0px;
		}
	.team .team-block{
		position: relative;
		min-height: 100%;
		height: auto;
		background-color: #622659;
		left: 0%;
		padding: 15px;
	}
	.client-banner{
		height: 450px;
		position: relative;
		background-image: url(../img/bg-clients.jpg);
		background-position: center top;
		background-size: cover
	}
	.client-logos .block{
		padding: 15px;
	}
	.client-logos .block a img{
		margin: 0px;
	}
	#footer {
		width: auto;
		height: 220px;
		padding: 20px;
		padding-bottom: 20px;
	}
	.box span{
		float: none;
	}
	.box span:nth-child(1){
		margin: 0;
	}
}