/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 
 
@font-face {
  font-family: 'Regular';
  src: url('../fonts/reg.eot');
  src: url('../fonts/reg.woff2') format('woff2'),
       url('../fonts/reg.woff') format('woff'),
       url('../fonts/reg.ttf') format('truetype'),
       url('../fonts/reg.svg#Regular') format('svg'),
       url('../fonts/reg.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Medium';
  src: url('../fonts/med.eot');
  src: url('../fonts/med.woff2') format('woff2'),
       url('../fonts/med.woff') format('woff'),
       url('../fonts/med.ttf') format('truetype'),
       url('../fonts/med.svg#Medium') format('svg'),
       url('../fonts/med.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


body {
    width: 100%;
    height: 100%;
    font-family: "Regular", Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #fff;
	letter-spacing: 0.5px;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    font-family: "Medium", Helvetica,Arial,sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

.intro h1 {
	font-size: 48px;
	line-height: 52px;
	color: #00325c;
	padding-top: 65%;
	margin-bottom:0px;
}

.intro h1 span {
	font-family: 'Regular', Helvetica, Arial, sans-serif;
	font-size: 48px;
	line-height: 52px;
	color:#00325c;
	font-weight: normal;
}


p {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 21px;
}

b, strong {
	font-family: 'Medium', Helvetica, Arial, sans-serif;
	font-weight:normal;
}

a {
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.und {
	border-bottom: 1px solid #fff;
	}

a:hover,
a:focus {
    text-decoration: none;
    color: #fff;
	border-bottom: 1px solid #fff;
}

.content-section {
    padding-top: 0px;
}

.red-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background-color: #00325c;
}

img {
	width:100%;
	height:auto;
}

.right {
	float:right;
}

.first {
	padding-left:0px;
}

@media(max-width:768px) {

	.intro .container, .intro .container .col-lg-12, .intro .container .col-lg-12 .first {
		width:100%;
		padding-left:0;
		padding-right:0;
	}
	
	.intro .col-lg-6 {
		padding-left:0;
		margin-bottom: 0px;
	}
	
	.col-lg-6 {
		padding-left:0;
		margin-bottom: 40px;
	}
	
	.intro h1 {
		padding: 10px 20px 10px 20px;
	}
	
	.right {
		float:left;
	}
	
	.over {
		position:absolute;
		top:0;
	}

}


@media(max-width:568px) {

	.intro .container, .intro .container .col-lg-12, .intro .container .col-lg-12 .first {
		width:100%;
		padding-left:0;
		padding-right:0;
	}
	
	.col-lg-6 {
		padding-left:0;
	}
	
	.intro .first {
		padding-top: 100px;
		padding-left:0;
	}
	
	.intro h1 {
		padding: 10px 20px 10px 20px;
	}
	

}

footer {
    padding: 20px 0;
	border-top:1px solid #fff;
	background: #00325c;
}

footer p {
    margin: 0;
}


.well {
    background-color: #00325c;
    border-top: 1px solid #fff;
	border-right: none;
	border-left: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0px;
    min-height: 20px;
    padding: 20px 0px 60px 0px;
	color:#fff;
}

.well p {
    font-size: 14px;
	line-height: 21px;
}

.well .close {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 52px;
	font-weight: 200;
	display: block;
	opacity: 1;
	text-shadow: none;
	
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
