a {
	outline: none;
	text-decoration: none;
}

a:focus,
a:active,
a:hover {
	text-decoration: none;
	outline: none;
}

body {
	line-height: 30px;
}

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

#header {
	overflow: hidden;
	padding-top: 13px;
	padding-bottom: 10px;
}

#header .header-right {
	text-align: center;
	float: right;
	width: 753px;
	padding: 0 0 0;
}

#header h1 {
	font-size: 31px;
	line-height: 35px;
	font-weight: 400;
	margin: 0 0 7px;
	color: #830915;
}

.logo {
	float: left;
	width: 364px;
}

.logo img {
	display: block;
	width: 100%;
	height: auto;
}

.bg-stretch {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.bg-stretch img {
	display: block;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 17px 10px;
	letter-spacing: -.32em;
}

.social-networks a {
	display: block;
	width: 33px;
	height: 33px;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/sprite.png) no-repeat;
}

.social-networks a:hover {
	opacity: .8;
}

.social-networks a.facebook {
	background-position: 0 -1px;
}

.social-networks a.twitter {
	background-position: -38px 0;
}

.social-networks a.youtube {
	background-position: -88px -1px;
}

.social-networks a.linkedin {
	background-position: -128px -1px;
}

.social-networks a.googleplus {
	background-position: -169px -1px;
}

.nav-area {
	background: #eadedf;
	padding: 7px 0;
	position: relative;
	z-index: 999;
}

.navbar-toggle {
	padding: 6px;
	color: #fff;
	width: 100%;
	float: none;
	font-size: 18px;
	background: #830915;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
	border-radius: 0;
}

.navbar-toggle:focus,
.navbar-toggle:active,
.navbar-toggle:hover {
	background: #ef4036;
}

.navbar-toggle .icon-bar {
	background: #fff;
}

.navbar-collapse {
	padding: 0;
}

.navbar {
	z-index: 999;
	background: none;
	border: none;
	margin-bottom: 0;
}

.navbar .navbar-nav {
	float: none;
	padding: 0;
	position: relative;
	display: table;
	width: 100%;
}

.navbar .navbar-nav > li {
	display: table-cell;
	text-align: center;
	font: 500 19px/29px "Open Sans", sans-serif;
	float: none;
}

.navbar .navbar-nav > li.active > a,
.navbar .navbar-nav > li.open > a {
	background: #ef4036;
	color: #fff;
}

.navbar .navbar-nav > li > a {
	white-space: nowrap;
	text-transform: none;
	border-radius: 6px;
	display: block;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	color: #830915;
	padding: 5px 5px 7px;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:active {
	background: #ef4036;
	color: #fff;
}

.navbar-nav > li > .dropdown-menu {
	width: 243px;
	padding: 4px 0 0;
	box-shadow: none;
	border-radius: 6px;
	background: rgba(255, 255, 255, .85);
	border: 2px solid #ef4036;
}

.navbar-nav > li > .dropdown-menu a {
	white-space: normal;
	font: 18px/29px "Open Sans", sans-serif;
	padding: 2px 15px;
	color: #00346a;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-transform: capitalize;
}

.navbar-nav > li > .dropdown-menu a:hover,
.navbar-nav > li > .dropdown-menu a:focus,
.navbar-nav > li > .dropdown-menu a:active {
	background: rgba(239, 64, 54, .8);
	color: #fff;
}

.navbar-nav > li.right > .dropdown-menu {
	left: auto;
	right: 0;
}

#main {
	padding: 0 0 2px;
}

.inner #main {
	padding: 25px 0 46px;
	background: #f0f0f0 url(../images/img14.jpg) repeat-x;
}

.slider-holder {
	position: relative;
	z-index: 9;
}

.slider-holder .bg-stretch:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	content: "";
	height: 110px;
	background: url(../images/transparent.png) no-repeat 50% 0;
}

.slider-holder .bg-stretch img {
	position: relative;
	z-index: -1;
}

.carousel {
	position: relative;
	z-index: 100;
}

.carousel .item img {
	display: block;
	width: 100%;
	height: auto;
}

.carousel .caption {
	font: 300 22px/25px "Open Sans", sans-serif;
	width: 100%;
	color: #fff;
	text-align: center;
	text-shadow: none;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 12px 15px 23px;
	background: rgba(0, 0, 0, .65);
}

.carousel .caption p {
	margin: 0 0 10px;
}

.carousel .caption h1 {
	font-size: 37px;
	line-height: 40px;
	font-weight: 300;
	margin: 0;
}

.carousel-indicators {
	width: 100%;
	left: 0;
	bottom: 11px;
	margin: 0;
	line-height: 0;
	letter-spacing: -.32em;
}

.carousel-indicators li {
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	border: none;
	line-height: 0;
	margin: 0 6px;
	width: 8px;
	height: 8px;
	background: #696b6b;
}

.carousel-indicators li:hover,
.carousel-indicators li.active {
	background: #fff;
	width: 8px;
	height: 8px;
	margin: 0 6px;
}

.intro {
	padding: 16px 0 26px;
	margin: 0 0 33px;
	position: relative;
}

.intro .container {
	overflow: hidden;
	position: relative;
	z-index: 9;
}

.intro .info {
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	line-height: 25px;
}

.intro p {
	margin: 0 0 25px;
}

.intro h1 {
	font-size: 35px;
	line-height: 45px;
	margin: 0 0 10px;
	font-weight: 400;
}

.intro .link {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	font-size: 20px;
	line-height: 25px;
	font-weight: 800;
	color: #fff;
	display: inline-block;
	vertical-align: top;
}

.intro .link:hover {
	color: #830915;
}

.intro .video-area {
	margin: 9px 0 0 40px;
	float: right;
	border: 2px solid #fff;
	overflow: hidden;
	width: 369px;
}

.intro .video-area iframe {
	display: block;
	border: none;
	width: 365px;
	height: 175px;
	padding: 0;
	margin: 0;
}

.img-holder {
	margin: 0 0 27px;
	position: relative;
}

.img-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.img-holder .link-cap {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	padding: 12px 10px 17px 21px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	font-weight: 800;
	color: #fff;
	background: rgba(131, 9, 21, .65);
}

.img-holder .link-cap:hover {
	background: #830915;
}

.img-holder .link-cap.blue {
	background: rgba(11, 84, 141, .6);
}

.img-holder .link-cap.blue:hover {
	background: #0b548d;
}

.form {
	position: relative;
	margin-bottom: 20px;
}

.form .bg-stretch {
	left: 15px;
	right: 15px;
}

.inner .form .bg-stretch {
	left: 0;
	right: 0;
}

.subscribe-form {
	position: relative;
	z-index: 100;
	padding: 24px 25px 60px 22px;
}

.subscribe-form .two-columns {
	margin: 0 -10px;
}

.subscribe-form .two-columns .col {
	padding: 0 10px;
	width: 50%;
	float: left;
}

.subscribe-form .form-control {
	outline: none;
	border: none;
	width: 100%;
	height: 43px;
	font-size: 20px;
	line-height: 25px;
	padding: 8px 14px;
	margin: 0 0 18px;
}

.subscribe-form .form-control::-webkit-input-placeholder {
	color: #6b6b6b;
}

.subscribe-form .form-control::-moz-placeholder {
	opacity: 1;
	color: #6b6b6b;
}

.subscribe-form .form-control:-moz-placeholder {
	color: #6b6b6b;
}

.subscribe-form .form-control:-ms-input-placeholder {
	color: #6b6b6b;
}

.subscribe-form .form-control.placeholder {
	color: #6b6b6b;
}

.subscribe-form .submit {
	border: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	padding: 0 10px 0 21px;
	height: 56px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: left;
	font-size: 20px;
	line-height: 56px;
	font-weight: 800;
	color: #fff;
	background: rgba(0, 0, 0, .6);
}

.subscribe-form .submit:hover {
	background: #000;
}

#sidebar .widget.event {
	background: #f0f0f0;
	margin: 0 0 20px;
}

#sidebar .widget h2 {
	padding: 10px 10px 12px;
	font-size: 26px;
	line-height: 35px;
	font-weight: 800;
	color: #fff;
	background: #ef4036;
	margin: 0 0 5px;
	text-align: center;
}

#sidebar .widget .link-cap01 {
	display: block;
	text-align: center;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	padding: 12px 10px 13px 21px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 800;
	color: #fff;
	background: #830915;
}

#sidebar .widget .link-cap01:hover {
	background: #000;
}

.event-list {
	margin: 0;
}

.event-list li {
	padding: 14px 16px 16px;
}

.event-list li.pink {
	background: #f0dedd;
}

li.evenodd:nth-child(even) {
    background: #f0dedd;
}

.event-list li .info {
	padding: 6px 0 0;
	overflow: hidden;
}

.event-list h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #353535;
	margin: 0 0 -2px;
}

.event-list h3 a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #353535;
}

.event-list h3 a:hover {
	color: #830915;
}

.event-list .date {
	display: block;
	font-size: 20px;
	line-height: 25px;
	color: #6b6b6b;
}

.event-list img {
	margin: 0 18px 0 0;
	float: left;
	width: 79px;
	height: 79px;
	border: 2px solid #fff;
}


div.col-sm-6:nth-child(1) > div:nth-child(1) > a:nth-child(1) {
    background: rgba(131, 9, 21, 0.65);
}

div.col-sm-6:nth-child(2) > div:nth-child(1) > a:nth-child(1) {
    background: rgba(11, 25, 141, 0.6);
}

div.col-sm-6:nth-child(3) > div:nth-child(1) > a:nth-child(1) {
	background: rgba(11, 84, 141, 0.65);
}

section.widget:nth-child(1) > div:nth-child(1) > a:nth-child(1) {
    background: rgba(131, 9, 21, 0.65);
}

section.widget:nth-child(2) > div:nth-child(1) > a:nth-child(1) {
    background: rgba(11, 25, 141, 0.6);
}

section.widget:nth-child(3) > div:nth-child(1) > a:nth-child(1) {
	background: rgba(11, 84, 141, 0.65);
}

#footer {
	font-family: Arial, sans-serif;
	width: 100%;
}

#footer .footer-top {
	border-bottom: 1px solid #fff;
	padding: 24px 0 44px;
	color: #fff;
	background: #0c558d url(../images/bg-footer.jpg) no-repeat 50% 0;
}

#footer .footer-top .mail {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #fff;
	display: inline-block;
	vertical-align: top;
}

#footer .footer-top .mail:hover {
	color: #830915;
}

#footer h2 {
	max-width: 76%;
	font-weight: 700;
	font-size: 17px;
	line-height: 22px;
	margin: 0 0 11px;
	padding: 0 0 10px;
	border-bottom: 2px solid #fff;
}

#footer .footer-nav {
	font-size: 15px;
	line-height: 18px;
}

#footer .footer-nav li {
	margin: 0 0 10px;
}

#footer .footer-nav a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #fff;
}

#footer .footer-nav a:hover {
	color: #830915;
}

#footer .footer-logo {
	display: block;
	padding: 60px 20px 41px;
	margin: 3px 0 0;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: inset 0 0 40px rgba(167, 169, 172, .55);
}

#footer .footer-logo img {
	max-width: 100%;
	width: 313px;
	height: auto;
	margin: 0 auto;
	display: block;
}

#footer .footer-bottom {
	padding: 24px 0 20px;
	font-size: 15px;
	line-height: 18px;
	color: #ef4036;
	background: #830915;
	border-top: 8px solid #ef4036;
}

#footer .footer-bottom p {
	margin: 0 0 15px;
	word-spacing: 2px;
}

#footer .footer-bottom a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #ef4036;
}

#footer .footer-bottom a:hover {
	color: #fff;
}

.social-networks01 {
	margin: 0 0 -4px;
}

.social-networks01 li {
	font-size: 15px;
	margin: 0 0 9px;
	line-height: 19px;
}

.social-networks01 a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 27px;
	color: #fff;
}

.social-networks01 a:hover {
	color: #830915;
}

.social-networks01 a:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 19px;
	height: 19px;
	background: url(../images/sprite.png) no-repeat;
}

.social-networks01 a.facebook:after {
	background-position: -236px 0;
}

.social-networks01 a.twitter:after {
	background-position: -236px -28px;
}

.social-networks01 a.linkedin:after {
	background-position: -235px -84px;
}

.social-networks01 a.googleplus:after {
	background-position: -235px -57px;
}

.social-networks01 a.youtube:after {
	background-position: -236px -113px;
}

.inner #content {
	background: #fff;
	padding-bottom:25px;
}

#content .img-area {
	margin: 0 0 25px;
}

#content .img-area img {
	width: 100%;
	height: auto;
	display: block;
}

#content .img-area .caption {
	display: block;
	color: #fff;
	padding: 9px 26px;
	background: #ef4036;
	font: 300 37px/40px "Open Sans", sans-serif;
}

#content .text-holder {
	font-size: 20px;
	line-height: 30px;
	padding: 25px 5px 5px 10px;
}

#content .text-holder p {
	margin: 0 0 30px;
}

#content .text-holder p + p {
	margin: 0 0 15px;
}

#content .text-holder .text {
	display: block;
	margin: 0 0 15px;
}

#content .link {
	display: block;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	background: #ef4036;
	padding: 15px 10px;
	color: #fff;
	font-weight: 700;
	margin: 0 0 15px;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

#content .link:hover {
	background: #830915;
}

#content .link.dark {
	background: #830915;
}

#content .link.dark:hover {
	background: #ef4036;
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1219px) {
	#header .header-right {
		width: 645px;
	}

	#header h1 {
		font-size: 28px;
	}

	.logo {
		width: 250px;
	}

	.navbar .navbar-nav > li {
		font-size: 15px;
	}

	.intro .video-area {
		margin: 9px 0 0 30px;
	}

	.img-holder .link-cap {
		padding: 5px 10px;
		font-size: 15px;
	}

	.subscribe-form {
		padding: 24px 25px 37px 22px;
	}

	.subscribe-form .form-control {
		font-size: 16px;
		height: 33px;
		padding: 3px 14px;
	}

	.subscribe-form .submit {
		font-size: 15px;
		padding: 0 10px;
		height: 40px;
		line-height: 40px;
	}

	#sidebar .widget h2 {
		font-size: 18px;
	}

	#footer h2 {
		max-width: inherit;
	}
}

@media (max-width: 991px) {
	#header .header-right {
		width: 435px;
		padding: 0;
	}

	#header h1 {
		font-size: 28px;
	}

	.navbar .navbar-nav > li > a {
		white-space: normal;
	}

	.slider-holder .bg-stretch:after {
		display: none;
	}

	.carousel .caption {
		font-size: 18px;
		line-height: 22px;
	}

	.intro .video-area {
		width: 220px;
	}

	.intro .video-area iframe {
		width: 216px;
	}

	.img-holder .link-cap {
		line-height: 20px;
	}

	.subscribe-form .form-control {
		font-size: 13px;
		padding: 3px 5px;
	}

	#sidebar .widget h2 {
		padding: 5px 10px;
		line-height: 25px;
		font-size: 16px;
	}

	#sidebar .widget .link-cap01 {
		font-size: 15px;
		line-height: 20px;
	}

	.event-list li {
		padding: 10px;
	}

	.event-list img {
		width: 49px;
		height: 49px;
		margin: 0 10px 0 0;
	}

	.event-list h3 {
		font-size: 15px;
		line-height: 18px;
	}

	.event-list .date {
		font-size: 14px;
		line-height: 16px;
	}

	.event-list .info {
		padding: 0;
	}

	#footer h2 {
		font-size: 15px;
		padding: 0;
	}

	#footer .footer-logo {
		padding: 20px;
	}

	#content .img-area .caption {
		font-size: 27px;
		line-height: 30px;
	}

	#content .link {
		font-size: 18px;
		line-height: 25px;
	}
}

@media (max-width: 767px) {
	#header .header-right {
		width: inherit;
		float: none;
	}

	#header h1 {
		font-size: 18px;
		line-height: 20px;
	}

	.logo {
		float: none;
		margin: 0 auto 10px;
	}

	.social-networks li {
		margin: 0 5px 5px;
	}

	#navbar {
		margin: 0;
	}

	.navbar .navbar-nav {
		display: block;
	}

	.navbar .navbar-nav > li {
		display: block;
		margin: 0 0 2px;
	}

	.navbar-nav > li > .dropdown-menu a {
		font-size: 15px;
		text-align: center;
	}

	.navbar-nav > li > .dropdown-menu a:hover,
	.navbar-nav > li > .dropdown-menu a:focus,
	.navbar-nav > li > .dropdown-menu a:active {
		background: #830915;
		border-radius: 3px;
	}

	.carousel .caption {
		position: static;
		background: #830915;
		font-size: 14px;
		line-height: 18px;
	}

	.carousel .caption h1 {
		font-size: 18px;
		line-height: 22px;
	}

	.intro .info {
		font-size: 14px;
		line-height: 18px;
	}

	.intro p {
		margin: 0 0 10px;
	}

	.intro h1 {
		font-size: 20px;
		line-height: 25px;
	}

	.intro .link {
		font-size: 16px;
		line-height: 18px;
	}

	.intro .video-area {
		float: none;
		width: 280px;
		margin: 0 auto 10px;
	}

	.intro .video-area iframe {
		width: 276px;
	}

	#footer .margin {
		padding-bottom: 20px;
	}

	#footer .footer-logo {
		padding: 5px 10px;
	}

	#footer .footer-logo img {
		width: 130px;
	}

	#footer .footer-bottom p {
		word-spacing: normal;
	}

	#content .img-area .caption {
		font-size: 20px;
		line-height: 20px;
	}

	#content .text-holder {
		font-size: 14px;
		line-height: 18px;
	}

	#content .text-holder p {
		margin: 0 0 15px;
	}

	#content .text-holder p + p {
		margin: 0 0 15px;
	}

	#content .link {
		font-size: 16px;
		line-height: 20px;
		padding: 5px 10px;
	}
}
