/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
* {
	padding: 0;
	margin: 0;
}
::-webkit-input-placeholder {
	color: #fffcf7;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #fffcf7;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #fffcf7;
}
:-ms-input-placeholder {
	color: #fffcf7;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.333;
	color: #265b84;
	background-color: #f8f7f7;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #ee3a23;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
}
hr, .hr {
	margin: 0;
	margin-bottom: 25px;
	border: 0;
	border-bottom: 1px solid #504f4f;
}
.icon {
	display: inline-block;
	font-size: 14px;
	font-size: inherit;
	line-height: 1;
	background-image: url(../img/sprites.png);
	background-repeat: no-repeat;
	    vertical-align: middle;
}
h1, .h1 {
	margin-top: 50px;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: #265b84;
	line-height: 1;
}
h2, .h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #265b84;
	line-height: 1;
}
h3, .h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #265b84;
	line-height: 1;
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #265b84;
	line-height: 1;
}
.title {
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
}
.hero .title {
	font-family: 'Open Sans', sans-serif;
	font-size: 104px;
}
.navbar-toggle {
	background-color: #fff;
	border-radius: 0;
}
.navbar-toggle .icon-bar {
	background-color: #ab3737;
}
.navbar-nav > li > a {
	font-size: 14px;
	font-weight: 300;
	color: #00007f;
}
.nav > li > a:focus, .nav > li > a:hover, .nav > li > a:active {
	text-decoration: none;
	background-color: transparent;
}
.btn {
	font-size: 18px;
	font-weight: bold;
	color: #ee3a23;
	background-color: rbg(94, 117, 252);
	-webkit-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
}
.btn:hover {
	background-color: rbg(94, 117, 252);
}
.btn-large {
	font-size: 18px;
	font-weight: bold;
	color: #ee3a23;
}
.btn-small {
	margin: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #ee3a23;
}
input, .input {
	padding: 15px 15px;
	margin-bottom: 10px;
	color: #fffcf7;
	background-color: #265b84;
	border: 0;
	padding: 8px 15px;
	line-height: 16px;
	width: 100%;
}
textarea {
	padding: 15px 15px;
	margin-bottom: 10px;
	color: #fffcf7;
	height: 130px;
	background-color: #265b84;
	border: 0;
}


.input.submit {
	background-color: transparent;
	background-image: url(../img/btn.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 10px 15px;
	border: 2px solid transparent;
	font-weight: bold;
	color: #ee3a23;
	outline: none;
	margin-bottom: 0;
	transition: background 0.5s ease;
		transition: color 0.5s ease;
}
.input.submit:hover {
	background-image: url(../img/btn_hover.png);
	color: #265b84
}
.navbar-nav > li > a {
	font-size: 14px;
	color: #00007f;
}
#map-canvas {
	height: 770px;
}

.section {
	padding: 75px 0;
}
header {
	padding: 50px 0 50px 0;
	background-image: url(../img/header_bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	background-color: #fff;
}
#contact {
	padding: 45px 0;
	background-image: url(../img/contact_bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}
#contact .title-wrapper {
	margin-top: 0;
}
#contact .col-right p {
	margin-bottom: 17px;
}
.icon-fb {
	width: 104px;
	height: 104px;
	background-position: 0 -230px;
}
a:hover .icon-fb {
	background-position: -170px -230px;
}

.hero span {
	color: #ee3a23;
	text-shadow: 1px 1px 0px rgba(33, 32, 32, 0.75);
}
#logo {
	margin-bottom: 25px;
}

.text-info {
	font-size: 14px;
	margin-bottom: 0;
}

.title-wrapper {
	overflow: hidden;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 25px;
}

.title-wrapper .inline-block {
	position: relative;
	display: inline-block;
}

.title-wrapper .inline-block:before, .title-wrapper .inline-block:after {
	content: "";
	position: absolute;
	height: 6px;
	background-image: url(../img/pattern.png);
	background-repeat: no-repeat;
	background-position: left center;
	top: 50%;
	top: 50%;
	left: 100%;
	width: 1170px;
	margin-left: 30px;
}
.title-wrapper--2 .inline-block:before, .title-wrapper--2 .inline-block:after {
	background-image: none;
	height: auto;
	border-bottom: 6px solid #265b84;
}
.title-wrapper .inline-block:before {
	right: 100%;
	left: auto;
	margin-right: 30px;
	transform: rotate(180deg);
}

#contact .h1 {
	margin-top: 35px;
	margin-bottom: 45px;
}

.infobox .h1 {
	color: #ee3a23;
	text-shadow: 1px 1px 0px rgba(33, 32, 32, 0.75);
	margin-bottom: 26px;
}
.infobox  ul {
	margin: 0;
}
.infobox {
	padding: 28px;

	margin-top: 30px;
}
ul.inline-block li {
	line-height: 1;
	display: inline-block;
	padding-left: 5px;
	padding-left: 0px;
}
#map {
	padding: 0;
}
#intro {
	background-image: url(../img/intro_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
ul.inline-block li:before {
	content: "\00B7";
	padding-right: 5px;
	font-size: 26px;
	vertical-align: middle;
	position: relative;
	top: -3px;
}
footer {
	background-color: #265b84;
	padding: 15px 0;
}
header .hero {
	margin-top: 75px;
	margin-bottom: 0;
}
#contact .col-right i {
	margin-left: 10px;
}
.icon-marker {
width : 30px;
height: 41px;
background-position: 0 0;
}
.icon-phone {
    width: 22px;
    height: 20px;
    background-position: -10px -56px;
}

.icon-mail {
width : 34px;
height : 44px;
background-position: 0 -93px;
}

.icon-clock {
width : 35px;
height : 39px;
background-position: 0 -150px;
}
.input.error {
	outline : 1px solid red;
}
label.error {
	font-weight: normal;
	color : red;
	font-size: 14px;
	position: absolute;
 left: 15px;
    bottom: -15px;

}
#intro .title-wrapper  {
	margin-top: 48px;
}
#intro .title-wrapper .inline-block {
	margin: 0;
}
.form-group {
	position: relative;
}
#contact .col-right a  {
	color: #265b84;
}
#powered_by {

	margin: 0;
	color: #fffcf7;
	text-align: center;
}
#powered_by a {
	position: relative;
	top: -3px;
}

#powered_by img {
	width: 40px;
}

