@charset "utf-8";
/* CSS Document */
 
 body {
    overflow-x: hidden;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}

/** 
 * ===================================================================
 * header video styles 
 *
 * ------------------------------------------------------------------- 
 */
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    /*position: relative;*/
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}


/** 
 * ===================================================================
 * header styles 
 *
 * ------------------------------------------------------------------- 
 */

header {
	width: 100%;
	position: absolute;
	left: 0;
	top: 24px;
	z-index: 600;
	background: transparent;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header .row {
	width: auto;
	height: 66px;
	position: relative;
}

.intro-lead-in {
    font-family: "Droid Serif";
    font-style: italic;
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 50px;
	color: #fff;
	padding-top: 50px;
}
.intro-lead-cap {
    font-family: "Droid Serif";
	font-style: italic;
	font-size: 40px;
	line-height: 80px;
	margin-bottom: 140px;
	color: #fff;
}
.intro-lead-it {
    font-family: "Droid Serif";
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 50px;
    color: #fff;
}
.focus-lead-in {
    font-family: "Droid Serif";
    font-style: italic;
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 50px;
	text-align:center;
	color: #fff;
}

.intro-lead-second {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:45px;
	line-height:40px;
	margin-bottom:80px;
	color:#A50000;
	}
.intro-heading {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 100px;
line-height: 75px;
margin-top: 150px;
margin-bottom: 60px;
width: 666px;
height: auto;
color: transparent;
background: url("LogoBig.png") no-repeat center;
background-size: 650px 127px;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

header .logo {
	margin-top: 2px;
	z-index: 600;
	position: absolute;
	left: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
header .logo a {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	width: 191px;
	height: 62px;
	background: url("Logo.png") no-repeat center;
	background-size: 191px 62px;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.sticky {
	position: fixed;
	background: #14171c;
	top: 0;
}
.sticky .logo a {
	width: 143px;
	height: 46px;
	background-size: 143px 46px;
}

/**
 * responsive:
 * header section
 * - 
 */

@media only screen and (max-width:768px) {
	header {
		top: 0;
		padding: 6px 0;
	}
	header .logo a {
		width: 143px;
	height: 46px;
	background-size: 143px 46px;
	}
	.intro-heading {
		width:100%;
	}
	.step {
    padding-top: 10px;
	}
	.focus-lead-in {
		width:100%;
	}
	.intro-heading {
    width: 100%;
    padding: 10px 20px;
    height: auto;
    font-size: 80px;
}
}

/**
 * primary navigation
 * - 
 */

#main-nav-wrap, .main-navigation {
	margin: 0;
	padding: 0;
}

/* hide toggle button */
a.menu-toggle {
	display: none;
}

/* main-nav-wrap */
#main-nav-wrap {
	font-family: "raleway-heavy", sans-serif;
	font-size: 11.5px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	position: absolute;
	top: 0;
	right: 150px;
}
.main-navigation {
	min-height: 66px;
	display: inline-block;
	width: auto;
	text-align: left;
}
.main-navigation li {
	position: relative;
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 66px;
}
.main-navigation li.current a {
	color: #FFFFFF;
}
.main-navigation li.current a::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 80%;
	height: 3px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #0038da;
	content: '\0020';
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-navigation li.highlight a {
	color: #fff;
}
.main-navigation li.with-sep a {
	position: relative;
	padding-left: 22px;
	margin-left: 8px;
}
.main-navigation li.with-sep a::before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background-color: rgba(255, 255, 255, 0.2);
	content: '\0020';
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* navigation links */
.main-navigation li a {
	display: block;
	padding: 18px 7px;
	line-height: 30px;
	text-decoration: none;
	text-align: left;
	color: #fff;
	position: relative;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.main-navigation li a:active {
	background-color: transparent !important;
}
.main-navigation li a:hover {
	color: #0046ff;
}

/**
 * mobile view - primary navigation
 * - 
 */

@media only screen and (max-width:768px) {
	#main-nav-wrap {
		display: block;
		width: 100%;
		position: absolute;
		top: 69px;
		right: 0;
	}
	a.menu-toggle {
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 50%;
		right: 30px;
		margin-top: -20px;
	}
	a.menu-toggle span {
		display: block;
		width: 24px;
		height: 3px;
		margin-top: -1.5px;
		position: absolute;
		right: 8px;
		top: 50%;
		bottom: auto;
		left: auto;
		background-color: white;
		-moz-transition: background 0.2s ease-in-out;
		-o-transition: background 0.2s ease-in-out;
		-webkit-transition: background 0.2s ease-in-out;
		-ms-transition: background 0.2s ease-in-out;
		transition: background 0.2s ease-in-out;
		font: 0/0 a;
		text-shadow: none;
		color: transparent;
	}
	a.menu-toggle span::before, a.menu-toggle span::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: inherit;
		left: 0;
		-moz-transition-duration: 0.2s, 0.2s;
		-o-transition-duration: 0.2s, 0.2s;
		-webkit-transition-duration: 0.2s, 0.2s;
		-ms-transition-duration: 0.2s, 0.2s;
		transition-duration: 0.2s, 0.2s;
		-moz-transition-delay: 0.2s, 0s;
		-o-transition-delay: 0.2s, 0s;
		-webkit-transition-delay: 0.2s, 0s;
		-ms-transition-delay: 0.2s, 0s;
		transition-delay: 0.2s, 0s;
	}
	a.menu-toggle span::before {
		top: -8px;
		-moz-transition-property: top, transform;
		-o-transition-property: top, transform;
		-webkit-transition-property: top, transform;
		-ms-transition-property: top, transform;
		transition-property: top, transform;
	}
	a.menu-toggle span::after {
		bottom: -8px;
		-moz-transition-property: bottom, transform;
		-o-transition-property: bottom, transform;
		-webkit-transition-property: bottom, transform;
		-ms-transition-property: bottom, transform;
		transition-property: bottom, transform;
	}
	.menu-toggle.is-clicked span {
		background-color: rgba(255, 255, 255, 0);
	}
	.menu-toggle.is-clicked span::before, .menu-toggle.is-clicked span::after {
		background-color: white;
		-moz-transition-delay: 0s, 0.2s;
		-o-transition-delay: 0s, 0.2s;
		-webkit-transition-delay: 0s, 0.2s;
		-ms-transition-delay: 0s, 0.2s;
		transition-delay: 0s, 0.2s;
	}
	.menu-toggle.is-clicked span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.menu-toggle.is-clicked span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.main-navigation {
		background: #14171c;
		padding: 48px 42px 54px 42px;
		margin: 0;
		width: 100%;
		height: auto;
		clear: both;
		display: none;
	}
	.main-navigation > li {
		display: block;
		height: auto;
		text-align: left;
		border-bottom: 1px dotted rgba(200, 200, 200, 0.08);
		padding: 0;
	}
	.main-navigation > li:first-child {
		border-top: 1px dotted rgba(200, 200, 200, 0.08);
	}
	.main-navigation li a {
		display: block;
		color: #e6e6e6;
		width: auto;
		padding: 18px 0;
		line-height: 16px;
		border: none;
	}
	.main-navigation li a:hover {
		color: #1e6ffc;
	}
	.main-navigation li.with-sep a {
		padding-left: 0;
		margin-left: 0;
	}
	.main-navigation li.with-sep a::before {
		display: none;
	}
	.main-navigation li.current > a {
		background: none;
		color: #1e6ffc;
	}
	.main-navigation li.current > a:after {
		display: none;
	}
}

/**
 * make sure the menu is visible on larger screens
 * -
 */

@media only screen and (min-width:769px) {
	#main-nav-wrap ul.main-navigation {
		display: block !important;
	}
	.step {
    padding-top: 10px;
	}
}

header .intro-text {
	padding-top:200px;
	padding-bottom:50px;
	}
header .intro-text .intro-heading {
	font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-weight:700;font-size:50px;
	line-height:50px;
	margin-bottom:0px;
	}
@media (min-width:768px){
	header .intro-text{
		padding-top:220px;
		padding-bottom:200px
		}
header .intro-text .intro-lead-in {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style:italic;
	font-size:80px;
	line-height:40px;
	margin-bottom:25px;
	}
	header .intro-text .intro-lead-second {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style:italic;
	font-size:55px;
	line-height:40px;
	margin-bottom:25px;
	color:#0296C6;
	}
	header .intro-text .intro-heading {
		font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size:100px;
		line-height:75px;
		margin-bottom:40px;
		margin-top:50px;
		}}

/** 
 * ===================================================================
 * intro section
 *
 * ------------------------------------------------------------------- 
 */

#intro {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	min-height: 720px;
	position: relative;
	padding-top: 0px;
}
.shadow-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#00000000', GradientType=0);  /* IE6-9 */
}
.intro-content {
	/*display: table-cell;*/
	vertical-align: middle;
	text-align: center;
	-webkit-transform: translateY(-1.2rem);
	-ms-transform: translateY(-1.2rem);
	transform: translateY(-1.2rem);
	padding-top: 100px;
}
.intro-content h1 {
	color: #FFFFFF;
	font-family: "merriweather-bold", serif;
	font-size: 5.4rem;
	line-height: 1.334;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.intro-content h5 {
	color: rgba(255, 255, 255, 0.6);
	font-family: "raleway-heavy", sans-serif;
	font-size: 1.8rem;
	line-height: 1.667;
	margin-bottom: 0.6rem;
	text-transform: uppercase;
	letter-spacing: .25rem;
}
.intro-content .video-link a {
	display: inline-block;
	width: 90px;
	height: 90px;
	margin-bottom: 4.2rem;
	outline: none;
}
.intro-content .button {
	border-color: #FFFFFF;
	color: #FFFFFF;
	height: 6.6rem;
	line-height: 6rem;
	padding: 0 3rem !important;
	margin-top: 1.8rem;
	font-family: "raleway-heavy", sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .4rem;
}
.intro-content .button:hover, .intro-content .button:focus {
	color: #05bca9;
	border-color: #05bca9;
}
.down {
color: #fff !important;	
}
.down:hover {
color: #2561b6 !important;	
}

/**
 * responsive:
 * intro
 * -
 */

@media only screen and (max-width:1080px) {
.intro-content {
    padding-top: 150px;
}	
}
@media only screen and (max-width:1024px) {
	.intro-content {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.intro-content h1 {
		font-size: 4.8rem;
		max-width: 700px;
	}
	.intro-content h5 {
		font-size: 1.6rem;
	}
	.intro-content .video-link a {
		width: 72px;
		height: 72px;
		margin-bottom: 3rem;
	}

}
@media only screen and (max-width:768px) {
	#intro {
		min-height: 660px;
	}
	.intro-content h1 {
		font-size: 4.2rem;
		max-width: 550px;
	}
	.intro-content h5 {
		font-size: 1.5rem;
		letter-spacing: .15rem;
	}
	.step {
    padding-top: 0px !important;
}
}
@media only screen and (max-width:600px) {
	#intro {
		min-height: 600px;
	}
	.intro-content h1 {
		font-size: 3.8rem;
		margin-bottom: .9rem;
	}
	.intro-content h5 {
		font-size: 1.4rem;
		letter-spacing: .15rem;
	}
	.intro-content .video-link a {
		width: 66px;
		height: 66px;
		margin-bottom: 1.5rem;
	}
		.focus-lead-in {
		width:100%;
		margin-bottom: 20px;
	}
	.intro-content {
    padding-top: 50px;
}
.intro-heading {
    margin-top: 100px;
font-size: 65px;
margin-bottom: 0px;
width: 100%;
height: auto;
background-size: 400px;
}
.intro-lead-in {
    margin-bottom: 0px;
    color: #000;
    padding-top: 50px;
	font-size:50px;
}
.intro-lead-cap {
    font-size: 30px;
    line-height: 60px;
    padding-bottom: 0px;
	padding-top:20px;
    color: #fff;
}
.step {
    padding-top: 0px !important;
}
}
	.intro-heading {
		/*background-image:url(LogoBig.png);
		background-repeat:no-repeat;*/
    width: 100%;
    padding: 100px 20px;
    height: auto;
}
@media only screen and (max-width:320px) {
.intro-heading {
    width: 320px;
    height: auto;
	text-align:center;	
    margin-top: 0px;
    margin-bottom: 30px;
}
.intro-lead-in {
    font-size: 40px;
    text-align: center;
    color: #000;
	margin-bottom: 0px;
}
.intro-lead-cap {
    font-size: 30px;
    color: #FFF;
    line-height: 50px;
	margin-bottom: 30px;
	padding-top: 0px;
}
.intro-content {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}
section {
    padding: 40px 0;
}
.focus-lead-in {
		width:100%;
	}
	.step {
    padding-top: 0px !important;
}
}
@media only screen and (max-width:360px) {
.intro-heading {
    width: 100%;
	height: auto;
	text-align: center;
	margin-top: 0px;
	font-size: 65px;
	margin-bottom: 0px;	
}
.intro-lead-in {
    font-size: 40px;
    text-align: center;
    color: #000;
	line-height: 50px;
}
.intro-content {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0px;
}
section {
    padding: 30px 0;
}
.step {
    padding-top: 20px;
}
}
@media only screen and (max-width:400px) {
	#intro {
		min-height: 550px;
	}
	.intro-content h1 {
		font-size: 3.4rem;
	}
	.intro-content h5 {
		font-size: 1.4rem;
		letter-spacing: .15rem;
	}
	.intro-content .video-link a {
		width: 60px;
		height: 60px;
	}
	.intro-heading {
    margin-top: 80px;
font-size: 65px;
margin-bottom: 0px;
width: 100%;
height: auto;
background-size: 300px;
}
.intro-lead-in {
    font-size: 40px;
    text-align: center;
    color: #000;
	margin-bottom: 0px;
	margin-top: 30px;
}
.intro-lead-cap {
    font-size: 30px;
    color: #FFF;
    line-height: 50px;
	margin-bottom: 30px;
}
.intro-content {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.step {
    padding-top: 0px !important;
}
}

/**
 * video popup modal
 * - 
 */

.popup-modal {
	max-width: 800px;
	background: #FFFFFF;
	position: relative;
	margin: 0 auto;  /* close */
}
.popup-modal .close-popup {
	position: absolute;
	right: 0;
	top: -42px;
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
.popup-modal .close-popup::before {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-family: "Ionicons";
	content: "\f2d7";
	font-size: 21px;
	color: rgba(255, 255, 255, 0.5);
}

/**
 * responsive:
 * video popup modal
 * - 
 */

@media only screen and (max-width:900px) {
	.popup-modal {
		max-width: 700px;
	}
}
@media only screen and (max-width:768px) {
	.popup-modal {
		width: auto;
		margin: 0 20px;
	}
}

/**
 * transition effect for modal popup
 * - 
 */

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* content animate in */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}



.img-centered{margin:0 auto}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	font-size: 40px;
}
.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100% !important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}
*::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}
.intro {
    text-align: center;
    color: #fff;
}
a {
    color: #ca1d24;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

section {
    padding: 80px 0;
}
.inner {
  position: relative;
  z-index: 2;
}
.fontaw {
    width: 100%;
    margin: 0em auto;
    padding: 1em 0%;
    position: relative;
}
.fontaw::before {
    /*content: "\f1e9";*/
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 170px;
    color: #6f1313;
    top: 140%;
    left: 70%;
    margin: -300px 0 0 -200px;
    z-index: 1;
}
.fontaw2 {
    width: 100%;
    margin: 0em auto;
    padding: 1em 0%;
    position: relative;
}
.fontaw2::after {
    /*content: "\f085";*/
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 170px;
    color: #6f1313;
    top: 115%;
    left: 80%;
    margin: -300px 0 0 -200px;
    z-index: 1;
}
.fontaw3 {
    width: 100%;
    margin: 0em auto;
    padding: 1em 0%;
    position: relative;
}
.fontaw3::after {
    /*content: "\f1d9";*/
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 170px;
    color: #6f1313;
    top: 125%;
    left: 70%;
    margin: -300px 0 0 -200px;
    z-index: 1;
}
.fontaw4 {
    width: 100%;
    margin: 0em auto;
    padding: 1em 0%;
    position: relative;
}
.fontaw4::after {
   /* content:  "\f06c";*/
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 170px;
    color: #6f1313;
    top: 100%;
    left: 80%;
    margin: -300px 0 0 -200px;
    z-index: 1;
}
.text-focus-head {
    color: #fff;
	padding-bottom:50px;
}
.text-focus-step {
    color: #00007f;
	padding-bottom:50px;
}
.text-focus {
    color: #dadada;
	padding-bottom:10px;
}
.text-foot {
    color: #00007f;
	padding-bottom:10px;
}
.text-about {
    color: #333;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
	padding-bottom:30px;
}
.bg-light-blue {
    background-color: #1A367B;
} 
.bg-light-step {
    background-image:url(img/steps.jpg);
	background-repeat:repeat;
} 
.h1, .h2, .h4, h1, h2, h4 {
    margin-top: 40px;
    margin-bottom: 50px;
}
.h3, h3 {
    margin-top: 10px;
    margin-bottom: 20px;
	color:#995c02;
}
.h1, h1 {
    margin-top: 10px;
    margin-bottom: 40px;
	font-size: 40px;
}
@font-face {
    font-family: AR DESTINE Regular;
    src: url(fonts/ARDESTINE.ttf);
}

.caption {
    font-family: AR DESTINE Regular;
	color: #9E0101;
	font-size:72px;
}
.btn-social {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 45px;
}
.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 10px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.myButton {
	background-color:#1a1919;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	padding:8px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	font-weight:lighter;
}
.myButton:hover {
	background-color:#960404;
	color:#FFFFFF;
}
.myButton:active {
	position:relative;
	top:1px;
}
#map {
    height: 400px;
    margin-top: 250px; 
	width: 100%;
}
.step {
	padding-top: 120px;
	}

/*....footer css....*/

footer .footer-above {
    padding-top: 50px;
	padding-bottom: 30px;
    background-color: #282828;
}
footer .footer-below {
    padding: 25px 0;
    background-color: #151414;
	color:#FFFFFF;
}
.social {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
}
 .iconList li {
    padding: 0px;
	text-align:left;
	font-size:13px;
}
.iconList li a:hover {
	color:#faa11c;
}
 .servList li {
    padding: 5px;
	text-align:left;
	font-size:13px;
}

.servList li a:hover {
	color:#faa11c;
}
.list-unstyled {
    list-style: none;
}
.fa-fw:hover {
    width: 1.28571429em;
    text-align: center;
    font-size: 20px;
    color: #900101;
}
.hr { 
    border-style: dotted;
}
#wrap::after {
    content: "\f087";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 400px;
    color: lightblue;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -200px;
    z-index: 1;
}

.text-muted {
    line-height: 2.5;
	color:#C8C8C8;
}

.structure1 {
    display: block;
    padding: 18px 7px;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
    color: #fff;
}
.structure2 {
    display: block;
    padding: 18px 7px;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
    color: #000;
	font-weight:700;
	font-size:15px;
}
.structure3 {
    display: block;
    padding: 18px 7px;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
    color: #000;
	font-weight:700;
	font-size:15px;
	list-style:circle;
}
.structure4 {
    display: block;
    padding: 18px 7px;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
    color: #000;
	font-weight:700;
	font-size:15px;
	list-style:square;
}
.structure5 {
    display: block;
    padding: 18px 7px;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
    color: #000;
	font-weight:700;
	font-size:15px;
	list-style:none;
	line-height: 4;
}
.foot {
	margin-left: 175px;
}
.bg-dark-grey {
    background-color: #35373B;
}