@charset "utf-8";
/* global */
html { 
	overflow-y: scroll !important;
}
body {
	padding-top: 70px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../img/background.jpg);
	font-size: 16px;
	font-family: "Roboto","Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,h2,h3,.jumbotron p {
	font-weight: 300;
}
.navbar-brand {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-brand span {
	line-height: 30px;
	margin-left: 10px;
}
.valign-top {
	vertical-align:top;
}
.jumbotron {
	background-color: transparent;
}
.btn-intouch {
	margin-top: 20px;
}
/* social icons */
.navbar-social a {
	width: 1.4em;
	height: 1.4em;   
	line-height: 1.4em;
	text-align: center;    
	font-size: 1.6em;
	margin-top: 8px;
	margin-left: 5px;
	background-color: #AF5799;
	color: #DF99CF;
	text-decoration: none;
}
.navbar-social a:hover {
	background-color:#DF99CF;;
	color:#fff;    
}
.navbar-brand {
	font-weight: 500;
}
.navbar-nav > li > a {
	border-left: 1px solid rgba(255,255,255,.2);
	border-right: 1px solid rgba(0,0,0,.2);
}
.navbar-nav > li.active > a {
	border-left: none;
}
.navbar-default {
	background: rgb(137,79,119); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(137,79,119,1) 0%, rgba(143,53,116,1) 57%, rgba(142,38,111,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,79,119,1)), color-stop(57%,rgba(143,53,116,1)), color-stop(100%,rgba(142,38,111,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(137,79,119,1) 0%,rgba(143,53,116,1) 57%,rgba(142,38,111,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(137,79,119,1) 0%,rgba(143,53,116,1) 57%,rgba(142,38,111,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(137,79,119,1) 0%,rgba(143,53,116,1) 57%,rgba(142,38,111,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(137,79,119,1) 0%,rgba(143,53,116,1) 57%,rgba(142,38,111,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#894f77', endColorstr='#8e266f',GradientType=0 ); /* IE6-9 */

}
/* loader */
.loader {
	font-size: 16px;
	color: #666666;
	display: none;
}
/* contact page */
.contact-page form {
	max-width: 700px;
}
.contact-page input[name=verify] {
	clear:both;
}
.contact-page .control-label {
	white-space: nowrap;
}
.contact-page .form-control-feedback{
	display: block;
	position: absolute;
	top:10px;
}
.icon-list .glyphicon {
	padding-right: 5px;
}
#contact-btn {
  font-weight: 500;
}
/* default menu collapses */
@media (max-width: 767px) {
	.navbar-social {
		border-top: 1px solid #772C60;
		-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
		-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
		box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1) inset;	
	}	
}
@media (max-width: 340px) {
	.navbar-toggle {
		margin-right: 8px;
	}
	.navbar-brand > img {
		margin-left: -5px;
	}
	.navbar-brand{
		padding-right: 0;
	}
}
@media (min-width: 768px) {
	.jumbotron {
		padding-bottom: 0;
		margin-bottom: 0;
	}
}