@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.43em;
	position: relative;
	color: #0c196b;
}
hr {
	margin-top: 30px;
	margin-bottom: 30px
}

.margt {
	margin-top: 15px;
}

.margb {
	margin-bottom: 15px;
}

.color1 {
	color: #7F2040;
}

.btn-default {
	color: #fff;
	background-color: #26327F;
	border: 0;
	text-transform: uppercase;
	font-weight: 700
}

.btn-default:hover {
	background-color: #7F2040;
	color: #fff;
}


.btn-primary {
	color: #E8C103;
	background-color: #000;
	border-color: #2e6da4
}
.ha-bg-parallax {
/*	background: url(../../../images/bg1.jpg) no-repeat fixed center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	margin: 0 auto; */
	background: #E6E1DD;
	width: 100%;
	display: table;
	vertical-align: middle;
	height: 500px
}
.ha-bg-parallax .ha-parallax-body {
	display: table-cell;
	vertical-align: middle
}
.ha-bg-parallax .heading {
	font-size: 3.5em;
	color: #758AFE;
	width: 45%;
	margin: auto;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

@media only screen and (max-width : 1200px) {
.ha-bg-parallax .heading {
	width: 70%
}
}

@media only screen and (max-width : 767px) {
	
.ha-bg-parallax  {
	height: 360px;
}
.ha-bg-parallax .heading {
	width: 90%;
	font-size: 2.2em
}
}



.ha-bg-parallax .ha-diamond-divider-md {
	margin: 15px 0
}
.heading2 {
	text-transform: none;
	color: #fff;
	padding-bottom: 0;
	font-size: 1.6em;
	font-weight: 700;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	margin-bottom: 20px
}
#nav.affix {
	position: fixed;
	top: 0;
	width: 100%
}
#nav > .navbar-inner {
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0
}
.navbar {
	border-radius: 0;
	min-height: 50px;
	margin-bottom: 20px;
	border: 0;
	z-index: 999;
	position: relative
}
.navbar-inverse {
	background-color: #758AFE
}
.navbar-inverse .navbar-nav > li > a {
	color: #7F2040;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.1em
}
.navbar-inverse .navbar-nav > li > a:hover {
	border-bottom: 0;
	background: #B22D5A
}
.navbar-brand {
	padding: 0
}

@media (max-width: 992px) {
.navbar-header {
	float: none
}
.navbar-left, .navbar-right {
	float: none!important
}
.navbar-toggle {
	display: block
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1)
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}
.navbar-collapse.collapse {
	display: none!important
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px
}
.navbar-nav>li {
	float: none
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px
}
.collapse.in {
	display: block!important
}
}
.navbar-inverse .navbar-toggle {
	border-color: transparent
}
.navbar-toggle {
	color: #E8C103;
	background: #000;
	padding: 5px 10px
}
.navbar-toggle i {
	font-size: 1.2em
}
.heading3 {
	margin-bottom: 35px;
	padding-bottom: 15px;
	font-size: 4em;
	line-height: 32px;
	text-transform: uppercase;
	padding-left: 0;
	font-weight: 700;
	color: #7F2040;
}

@media only screen and (max-width : 480px) {

.heading3 {
	font-size: 2.5em;
}

}

.about-text {
	font-size: 1.1em;
	font-weight: 400;
	margin-top: 50px;
}

.about-text span {
	font-weight: 700
}

@media only screen and (max-width : 480px) {

.about-text {
	margin-top: auto;
}

}


.product {
	margin-top: 20px;
}


.culture {
	background: url(../../../images/bg2.jpg) no-repeat fixed center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	margin: 0 auto;
	width: 100%;
	display: table;
	vertical-align: middle;
	margin: 50px 0;
}

.culture p {
	margin: 35px 0;
	font-size: 2.5em;
	text-transform: uppercase;
	padding-left: 0;
	font-weight: 700;
	color: #758AFE;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}


@media only screen and (max-width : 480px) {
.culture p {
	font-size: 1.5em;
}
}

.incltitle {
	display: block;
	font-size: 2em;
	margin: 15px 0;
	color: #4257CB
}
.features {
	padding: 0
}
.features li {
	list-style-type: none;
	margin: 8px 0;
	padding: 0
}
.features i {
	color: #4257CB;
	margin-right: 15px
}
.questions {
	background: url(/images/landing/bg4.jpg) no-repeat fixed;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	margin: 0 auto;
	width: 100%;
	display: table;
	vertical-align: middle;
	margin: 50px 0 0;
	padding: 150px 0
}
.shape {
	width: 240px;
	height: 240px;
	background: #4257CB;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	text-align: center;
	line-height: 240px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	font-size: 4em;
	cursor: pointer
}
.shape:hover {
	color: #E8C103;
	text-decoration: none
}
.shape:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 26px;
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-right: 26px solid #4257CB;
	border-bottom: 13px solid transparent
}

@media only screen and (max-width : 1200px) {
.questions {
	padding: 120px 0
}
.shape {
	width: 200px;
	height: 200px;
	line-height: 200px;
	font-size: 3em
}
}

@media only screen and (max-width : 767px) {
.questions {
	padding: 120px 0
}
.shape {
	margin-bottom: 30px;
	margin-left: 100px
}
}

@media only screen and (max-width : 480px) {
.shape {
	margin-bottom: 30px;
	margin-left: 25px
}
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	background: #4257CB;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase
}
.thumbnail {
	position: relative;
	overflow: hidden;
	padding: 0;
	background-color: #FFF;
	border: 0;
	border-radius: 0
}
.caption {
	position: absolute;
	top: -100%;
	right: 0;
	background: rgba(69,171,169,0.90);
	width: 100%;
	height: 100%;
	padding: 2%;
	text-align: center;
	color: #fff!important;
	z-index: 2;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.thumbnail:hover .caption {
	top: 0
}
.caption h4 {
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: 700;
	color: #E8C103
}
.contacts {
	margin: 0 auto;
	width: 100%;
	margin: 0 0 0;
}
.contacts a {
	color: #E8C103
}

footer {
	background: #99264d;
	padding: 10px 0 0;
	color: #fff;
	margin-top: 30px;
	font-size: 0.85em;
}

footer a {
	color: #FFFFFF
}


iframe {
	max-width: 100%
}
