/* ========================================================
   General
======================================================== */
/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900|Roboto+Condensed:300,700');

/* Common Styles */
html, body {
    overflow-x: hidden;
}
body {
	margin: 0;
	padding: 0;
	font-family:'Roboto', Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	background: #fff;
}

/* Links */
a {
	color: #000;
	transition: all 0.4s ease;
}
a:hover {
	color: #a30046;
	text-decoration: underline;
}

/* Media */
img {
	max-width: 100%;
	height: auto;
}
embed,
iframe,
object,
video {
	max-width: 100%;
	vertical-align: middle;
}

/* Strong */
b, strong {
	font-weight: 700;
}

/* Typography */
h1, h2, h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	margin: 0;
}
p {
	margin-bottom: 15px;
}

/* Preloader */
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
.status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 4px solid rgba(0, 0, 0, 0.07);
    border-right: 4px solid rgba(0, 0, 0, 0.07);
    border-bottom: 4px solid rgba(0, 0, 0, 0.07);
    border-left: 4px solid #A31C49;
    border-radius: 50%;
    -webkit-animation: spinner 800ms infinite linear;
    animation: spinner 800ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Icons */
@font-face {
	font-family: 'icomoon';
  	src: url('../fonts/icomoon.eot?tjp2j5');
  	src: url('../fonts/icomoon.eot?tjp2j5#iefix') format('embedded-opentype'),
    	 url('../fonts/icomoon.ttf?tjp2j5') format('truetype'),
    	 url('../fonts/icomoon.woff?tjp2j5') format('woff'),
    	 url('../fonts/icomoon.svg?tjp2j5#icomoon') format('svg');
  	font-weight: normal;
  	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
  	font-family: 'icomoon' !important;
  	speak: none;
  	font-style: normal;
  	font-weight: normal;
  	font-variant: normal;
  	text-transform: none;
  	line-height: 1;
  	/* Better Font Rendering =========== */
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
	content: "\e90c";
}
.icon-linkedin-logo:before {
	content: "\e906";
}
.icon-youtube-play-button:before {
	content: "\e907";
}
.icon-twitter-logo-silhouette:before {
	content: "\e909";
}
.icon-facebook:before {
	content: "\e90a";
}

/* ========================================================
   Buttons
======================================================== */
.btn {
	background: #77787b url(../images/line.png) repeat;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: 700;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	padding: 12px 10px 10px;
	max-width: 240px;
	width: 100%;
	letter-spacing: 0.5px;
	transition: all 0.4s ease;
}
.btn:hover {
	background-color: #a30046;
	color: #fff;
}
.btn:focus {
	border: 0;
	outline: 0;
	box-shadow: none;
}

/* ========================================================
   Header
======================================================== */
.header {
	position: relative;
	background: #1d394e url(../images/header-bg.jpg) no-repeat top center;
	background-size: cover;
}
.header--img {
    background-image: url(../images/header-img.png);
    background-repeat: no-repeat;
    background-position: 100% -16px;
    background-attachment: fixed;
    background-size: 748px 520px;
    width: 750px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.h-img1,
.h-img2,
.h-img3,
.h-img4,
.h-img5,
.h-img6,
.h-img8 {
	position: absolute;
	height: 100%;
	z-index: 99;
}
.h-img1 {
	background: url(../images/header-img1.png) no-repeat center left;
	background-size: cover;
	right: -30px;
	width: 240px;
}
.h-img2,
.h-img3,
.h-img4,
.h-img5,
.h-img6,
.h-img8 {
	background: url(../images/header-img2.png) no-repeat center right;
	background-size: cover;
	right: 85px;
	width: 162px;
}
.h-img3 {
	right: 25px;
}
.h-img4 {
	right: inherit;
	left: 0;
	top: 20px;
	width: 140px;
	height: 464px;
	background-position: top right;
}
.h-img5 {
	right: inherit;
	left: 0;
	top: 18px;
	width: 90px;
	height: 464px;
	background-position: top right;
}
.h-img6 {
	right: 476px;
}
.h-img8 {
	right: 528px;
}

/* Caption */
.caption {
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	width: 550px;
	color: #fff;
	padding: 30px 0 50px;
	z-index: 999;
}
.caption img.logo {
	height: 65px;
}
.caption h1 {
	color: #fff;
}
.caption h1 {
	font-size: 62px;
	font-weight: 300;
	line-height: 1.1;
	letter-spacing: 3px;
	margin: 30px 0 20px;
	text-transform: uppercase;
}
.caption h1 span {
	text-transform: lowercase;
}
.caption .social a {
	display: inline-block;
	background: #fff;
	width: 30px;
	height: 32px;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	margin: 0 6px;
}

/* ========================================================
   Content Area / Sections
======================================================== */
.section {
	padding: 55px 0 45px;
}
.mb-30 {
	margin-bottom: 30px;
}
.gutters-8 {
	margin-right: -8px;
	margin-left: -8px;
}
.gutters-8 > .col,
.gutters-8 > [class*="col-"] {
	padding-right: 8px;
	padding-left: 8px;
}

/* Title */
.page-title {
	letter-spacing: 1px;
	margin-bottom: 40px;
}

/* Row 1 */
.row1, .row2 {
	color: #68737a;
}
.row1 h2 {
	font-size: 1.45rem;
	line-height: 1.4;
	color: #333;
	letter-spacing: normal;
	margin-bottom: 25px;
}
.row1 img {
	width: 85%;
}

/* Row 2 */
.row2 {
	background: #edf0f1 url(../images/row2-bg.png) no-repeat center;
	background-size: cover;
}
.card {
	background: rgba(255,255,255,0.6);
	border: 0;
	border-radius: 0;
	padding: 20px 25px 25px;
}
.card h3 {
	font-size: 1.40rem;
	font-weight: 700;
	margin-bottom: 20px;
}
.card img {
	margin-bottom: 25px;
	width: 100%;
	height: 100%;
}
.card img.img1 {
	width: auto;
	height: 140px;
	margin-bottom: 20px;
}
.card .card-body {
	padding: 0;
}
.card p {
	line-height: normal;
}

/* Row 3 */
.row3 {
	background: #191d1f url(../images/row3-bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	box-shadow: inset 0 0 25px #000;
	color: #fff;
}
.row3 h2.page-title {
	color: #d8e2e7;
}
.testimonials .testimonial {
	margin-bottom: 35px;
}
.testimonials .testimonial .desc {
	font-weight: 300;
	border-bottom: 7px solid #686e71;
	padding-bottom: 20px;
}
.testimonials .testimonial .author-img > img {
	width: 150px;
}
.testimonials .testimonial .author-info {
	padding-left: 20px;
}
.testimonials .testimonial .author-info span {
	position: relative;
	display: block;
}

/* Row 4 */
.resources {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.resources.mb-5 {
	margin-bottom: 2.5rem !important;
}
.resources:before {
	content: '';
	position: absolute;
	top: 0;
	background: rgba(136,0,58,0.80);
	width: 100%;
	height: 100%;
	z-index: 1;
}
.resources .caption {
	position: relative;
	width: 100%;
	padding: 50px 30px;
	color: #fff;
	text-align: center;
	z-index: 4;
}
.resources .caption h6 {
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.3;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.resources .caption img {
	height: 45px;
	margin-bottom: 15px;
}
.resources .caption p {
	line-height: 1.4;
}
.resources .btn-group {
	position: relative;
	text-align: center;
	display: block;
	padding: 25px;
	padding-top: 0;
	z-index: 4;
}
.resources .btn-group a.btn {
	flex-basis: 200px;
    flex-grow: 0;
    flex-shrink: 0;
}
.resources.block1 {
	background-position: top right;
}
.resources.block1:before {
	left: 0;
}
.resources.block3:before {
	content: none;
}
.resources.block3 img {
	height: 140px;
}
.resources.block3 a.btn {
	max-width: 280px;
}

/* ========================================================
   Footer
======================================================== */
.footer {
	color: #000;
	border-top: 40px solid #000;
    padding: 24px 0 20px;
}
.footer p.copyright a {
	margin-left: 10px;
	font-weight: 900;
}

/* Social */
.social a {
	font-size: 24px;
	line-height: 1;
    color: #6a747c;
    margin-left: 15px;
    text-decoration: none;
}
.social a:hover {
	color: #a30046;
}

/* ========================================================
   Media Queries
======================================================== */
@media (min-width: 768px) {	
	/* Header */
	.header .caption {
		width: 280px;
	}
	.header .caption h1 {
		font-size: 40px;
	}
	.caption img.logo {
		height: 52px;
	}

	/* Title */
	.page-title {
		font-size: 2.4rem;
		letter-spacing: 2px;
	}

	/* Row 1 */
	.info-horizontal {
		border-bottom: 1px solid transparent;
	}

	/* Row 3 */
	.testimonials .testimonial .author-info span {
		display: inline-block;
		padding-right: 16px;
	}
	.testimonials .testimonial .author-info span:after {
		content: 'l';
		position: absolute;
		top: 0;
		right: 4px;
	}

	/* Row 4 */
	.resources:before {
		width: 65%;
		transform-origin: bottom left;
		-ms-transform: skew(-20deg, 0deg);
		-webkit-transform: skew(-20deg, 0deg);
		transform: skew(-20deg, 0deg);
	}
	.resources.block1:before {
		left: -120px;
	}
	.resources.block2:before {
		background: transparent;
		right: 0;
	}
	.resources .caption {
		width: 350px;
	}
	.resources .btn-group {
		width: 535px;
	}
}

@media (min-width: 992px) {
	/* Header */
	.header .caption {
		width: 390px;
	}
	.header .caption h1 {
		font-size: 52px;
	}

	/* Row 2 */
	.card .card-body {
		min-height: 132px;
	}
	.card.video {
		padding: 20px 100px 50px;
	}

	/* Row 4 */
	.resources:before {
		width: 50%;
	}
	.resources.block1:before {
		left: -90px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1024px;
	}

	/* Header */
	.header .caption {
		width: 445px;
	}
	.header .caption h1 {
		font-size: 62px;
		letter-spacing: 4px;
	}
}

@media (max-width: 1200px) {
	/* Header */
	.header--img {
		background-size: 685px 476px;
	}
	.h-img4, .h-img5 {
		left: -20px;
	}
	.h-img6 {
		right: 440px;
	}
	.h-img8 {
		right: 482px;
	}
}

@media (max-width: 992px) {
	/* Header */
	.header--img {
		background-position: 100% -4px;
		background-size: 575px 400px;
	}
	.h-img5 {
		width: 82px;
    	height: 356px;
	}
	.h-img4 {
		width: 115px;
		height: 356px;
	}
	.h-img6 {
		width: 130px;
		right: 368px;
	}
	.h-img8 {
		width: 130px;
		right: 405px;
	}

	/* Resources */
	.img-50 {
		text-align: center;
	}
	.resources.block3 img {
		height: 120px;
		margin-bottom: 40px;
	}
}

@media (max-width: 768px) {
	/* Header */
	.header--img {
		background-size: 416px 290px;
	}
	.h-img6 {
		width: 95px;
		right: 266px;
	}
	.h-img8 {
		width: 95px;
		right: 294px;
	}
	.h-img4 {
		top: 10px;
		width: 88px;
		height: 245px;
	}
	.h-img5 {
		width: 60px;
		height: 248px;
	}
	.caption {
		width: 205px;
		padding: 20px 0 30px;
	}
	.caption h1 {
		font-size: 28px;
		margin-top: 15px;
	}
	.caption img.logo {
		height: 44px;
	}

	/* Row 3 */
	.testimonials .testimonial .author-img > img {
		width: 100px;
	}
	.testimonials .testimonial .author-info {
		width: calc(100% - 100px);
	}
}

@media (max-width: 600px) {
	/* Header */
	.header-desk {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	.header-mob {
		display: block;
		position: relative;
		background: url(../images/header-mob-img.png) no-repeat top center;
		background-size: cover;
		width: 100%;
		height: 600px;
		margin-top: -160px;
	}
	.caption {
		width: 240px;
		margin: 0 auto;
	}
	.caption h1 {
		font-size: 34px;
		margin-top: 15px;
	}
	.caption .social {
		display: none;
	}
}

@media (max-width: 400px) {
	/* Sections */
	.section {
		padding: 30px 0;	
	}

	/* Footer */
	.footer {
		font-size: 14px;
	}
	.social a {
		font-size: 20px;
		margin-left: 10px;
	}
}