body {
	font: 500 19px "Open Sans", sans-serif;
	line-height: 1.8;
	letter-spacing: 1px;
	color: #000;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #333;
	font-weight: 500;
	margin-bottom: 30px;
}

h3 {
	font-size: 25px;
	text-transform: uppercase;
	color: #333;
	font-weight: 500;
	margin-bottom: 30px;
}

h4 {
	font-size: 25px;
	line-height: 1.375em;
	color: #333;
	font-weight: 600;
	margin-bottom: 30px;
}
h5 {
	font-size: 18px;
	line-height: 1.375em;
	color: #333;
	font-weight: 400;
	margin-bottom: 10px;
}

h4 span, h3 span{
	color:#ed1c24;
}

footer h3{
	font-size:18px;
	color:#e7e7e7;
}

footer h3:after, footer h4:after{
	content: "";
	display:block;
	width: 20%;
	border-bottom: 3px solid #ed1c24;
	bottom: -10px;
	position: relative;
	margin:auto;
}

footer h4{
	color:#f0f0f0;
	font-size:16px;
}

footer h4:after{
	width: 15%;
	border-bottom: 2px solid #ed1c24;
}

footer .nav p, footer{
	font-size:13px;
}

.jumbotron {
	padding: 0;
	max-height: 550px;
	overflow: hidden;
	margin:0 0 25px 0;
	box-shadow:0 0 15px #333;
	background:#fff;
}

.jumbotron .fa{
	font-size:24px;
}
.jumbotron h2{
	font-size:21px;
	margin-bottom:22px;
}

.container-fluid {
	padding-top: 60px;
	padding-bottom:60px;
}

.carousel-control .fa {
	position: absolute;
	top: 50%;
	font-size: 40px;
}

.right.carousel-control{
	text-align:left;
}

.bg-grey {
	background-color: #f6f6f6;
}

.logo-small {
	color: #ed1c24;
	font-size: 50px;
}

.logo {
	color: #ed1c24;
	font-size: 200px;
}

.thumbnail {
	padding: 0 0 15px 0;
	border: none;
	border-radius: 0;
}

.thumbnail img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.clear{
	clear:both;
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
	color: #ed1c24;
	z-index: 999;
}

.carousel-indicators li {
	border-color: #ed1c24;
}

.carousel-indicators li.active {
	background-color: #ed1c24;
}

.item h4 {
	font-size: 19px;
	line-height: 1.375em;
	font-weight: 400;
	font-style: italic;
	margin: 70px 0;
}

.item span {
	font-style: normal;
}

.panel {
	border: 1px solid #ed1c24;
	border-radius: 0 !important;
	transition: box-shadow 0.5s;
}

.panel:hover {
	box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

.panel-footer .btn:hover {
	border: 1px solid #ed1c24;
	background-color: #fff !important;
	color: #ed1c24;
}

.panel-heading {
	color: #fff !important;
	background-color: #ed1c24 !important;
	padding: 25px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.panel-footer {
	background-color: white !important;
}

.panel-footer h3 {
	font-size: 32px;
}

.panel-footer h4 {
	color: #aaa;
	font-size: 14px;
}

.panel-footer .btn {
	margin: 15px 0;
	background-color: #ed1c24;
	color: #fff;
}

.img-responsive{
	display:inline-block;
}

.col-md-5.shad{
	margin:10px;
	border:1px solid rgba(0,0,0,.04);
}

.col-md-5.shad h3{
	text-align:center;
}


.navbar {
	margin-bottom: 0;
	background-color: #1568cd;
	z-index: 9999;
	border: 0;
	min-height:80px;
	line-height: 1.42857143 !important;
	letter-spacing: 4px;
	border-radius: 0;
	font-family:'Roboto', sans-serif;
	font-weight:600;
	padding:15px 0;
	box-shadow:0 0 5px #ccc;
}

.navbar-brand{
	font-size:25px;
	height:auto;
	padding-top:0;
	padding-bottom:0;
}

.navbar-nav > li > .dropdown-menu, .navbar-nav .open .dropdown-menu{
	background: #ddd;
	padding-top:0;
}

.navbar-nav > li > .dropdown-menu:before{
/*	content:"";
	border:15px solid #f7f7f7;
	border-right-color:transparent;
	border-left-color:transparent;
	border-top-color:transparent;
	top:-39px;*/
}

.navbar-nav > li > .dropdown-menu li a{
	padding:15px;
}

.navbar-nav > li:hover{
}


.navbar-nav > li:hover >a{
    color: #fff !important;
}
.navbar li a, .navbar .navbar-brand {
	color: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
	color: #fff !important;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
	color: #fff !important;
}

.navbar-default .navbar-nav > li > a, .navbar-nav > li > .dropdown-menu li a{
	font-size:15px;
	font-weight:600;
}
.navbar-nav > li > .dropdown-menu li a{
	color:#333!important;
}

.navbar-nav > li > .dropdown-menu li a{
	border-bottom:1px solid #ccc;	
}
.navbar-nav > li > .dropdown-menu li:last-child a{
	border-bottom:0px solid #ccc;	
}

.navbar-nav > li > .dropdown-menu li a:hover{
	background:rgba(0,0,0,.3);
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
	margin-top: 15px;
}

footer .nav > li > a, footer .cred a{
	color:#e0e0e0;
}

footer .nav > li > a:hover, footer .nav > li > a:focus, footer .cred a:hover{
	background:none;
	color:#fff;
}

footer nav li:before{
	content: "\f0a9";
	display: inline-block;
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}
footer .nav > li > a{
	padding-left: 0;
	padding-right: 0;
}
footer .nav > li > a:hover{
	text-decoration:underline;
	color:#fff;
}
.btn-info{
	background:#0f4776;
	border-color:#0f4471;
}

.btn-info:hover,.btn-info:focus,.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus{
	background:#0a3354;
	border-color:#0f4776;
}

.lnks .col-md-4{
	position:relative;
	float:none;
	display:inline-block;
	width:33%;
}

.lnks .col-md-4 img{
	border:5px solid #000;
    width: fit-content;
    width: -webkit-fill-available;
}

.lnks .col-md-4:hover img{
	border:5px solid #f00;
}

.mask{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity: 1;
	font-family: 'Oswald', sans-serif;
	padding:75px 0;
	text-align:center;
	color:#fff;
	overflow: visible;
	border:3px solid #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.lnks .col-md-4 a{
	position: absolute;
	top: 0;
	right:0;
	bottom:0;
	left:0;
	opacity: 1;
	visibility:visible;
	text-transform:uppercase;
	font-size:26px;
	background:rgba(0,0,0,.65);
/*	-moz-transform: scale(0,0);
	-webkit-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;*/
}

.lnks .col-md-4 a:hover .mask{
	opacity: 1;
	background:rgba(0,0,0,.5);
	visibility:visible;
}

.lnks .col-md-4:hover a {
/*	opacity:1;
	left:10px;
	top:50%;
	color:#fff;
    height: fit-content;
	height: -webkit-fill-available;
    width: fit-content;
    width: -webkit-fill-available;
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-moz-transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
	-o-transition-delay:0.3s;
	-ms-transition-delay:0.3s;
	transition-delay:0.3s;*/
}

#contactForm .form-group {
    margin-bottom: 25px;
}

#contactForm .form-group input.form-control {
    height: auto;
}

#contactForm .form-group input, #contactForm .form-group textarea {
    padding: 20px;
}

#contactForm .form-group textarea.form-control {
    height: 150px;
}

.cont{
	text-align:center;
}

.continfo h4:after{
	content: "";
	display: block;
	width: 25px;
	border-bottom: 3px solid #ed1c24;
	bottom: -10px;
	position: relative;
}

.slideanim .col-md-4{
	border:1px solid #f7f7f7;
	border: 0px solid darkblue;
	margin: 25px 12px;
	border-radius: 25px;
	box-shadow: 0px 4px 9px darkblue;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.slideanim .col-md-4{
	width:31%;
}

.slideanim .col-md-4:hover{
	transform:scale(1.05);
	box-shadow: 0px 4px 39px darkred;
}

.equal {
	min-height:900px;
}

.equal .btn{
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-50px;
}

.row-flex {
	display: flex;
	flex-wrap: wrap;
}

.ft{
	border-top: 1px solid #fff;
	margin: 15px 0 0;
	padding: 20px 0 5px;
}	

footer .glyphicon {
	font-size: 20px;
	margin-bottom: 20px;
	color: #ed1c24;
}

.shad {
    box-shadow: 0 0 25px #eee;
}

.jumbotron .btn.btn-default.btn-lg{
/*	background:transparent!important;
	color:#fff;
	border:1px solid transparent;*/
}

.jumbotron .btn.btn-default.btn-lg{
	border: 1px solid #fff;
	border-radius: 0%;
	background: rgba(255,255,255, 0.5);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.jumbotron .btn.btn-default.btn-lg:hover{
	background:transparent;	
}


hr.divider {
	max-width: 5.25rem;
	border-width: .4rem;
	border-color: #ed1c24;
}

.slide {
	animation-name: slide;
	-webkit-animation-name: slide;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	visibility: visible;
}

.cycle-slideshow div{
	width:100%;
}

.item .cycle-overlay {
	height:100%;
	width:30%;
	left:130px;
	max-width:340px;
}

.fitfive .col-xs-3{
	padding:0;
	width:20%;
}

@keyframes slide {
	0% {
		opacity: 0;
		transform: translateY(70%);
	}

	100% {
		opacity: 1;
		transform: translateY(0%);
	};
}

@-webkit-keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	};
}

@media screen and (max-width: 1200px) {
	.navbar-default .navbar-nav > li > a, .navbar-nav > li > .dropdown-menu li a{
		font-size:13px;
	}
	.equal{
		min-height:720px;
	}
}

@media screen and (min-width: 1200px) {
	.col-md-5.shad{
		width:48%;
	}
}

@media screen and (min-width: 992px) {
	.col-md-5.shad{
		width:47%;
	}
	.mask{
		padding:45px 0;
	}
}

@media screen and (max-width: 1024px) {
	.jumbotron p{
		font-size:13px;
	}
	
	h2{
		font-size:24px;
		margin-bottom:20px;
	}
}

@media screen and (max-width: 992px) {
	.navbar-default .navbar-nav > li > a, .navbar-nav > li > .dropdown-menu li a{
		font-size:15px;
	}
	
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header{
		padding:15px;
	}

	.col-md-4.pull-right{
		float:none!important;
	}

	.navbar-nav > li:hover {
		background:none;	
	}	
	.equal{
		min-height:auto;
	}
	.equal .btn{
		position:relative;
		bottom: auto;
		left: auto;
		margin-left: 0;
	}
	.mask{
		overflow:hidden;
		padding:0;
		line-height:100px;
	}
}

@media screen and (max-width: 768px) {
	.col-md-4 {
		text-align: center;
		margin: 25px 0;
		display:block;
	}
	
	.lnks .col-md-4{
		width:auto;
		display:block;
	}
	.mask{
		line-height:8;
	}
		
/*	.lnks {
		margin-top:25px;
	}
	
	.lnks .col-md-4 {
		text-align: center;
		margin: 0;
		width:32%;
	}
	
	.lnks .col-md-4 a{
		font-size:14px;
	}
	
	.mask{
		line-height:80px;
	}*/
	
	.col-md-4.pull-right{
		float:none!important;
	}

	.btn-lg {
		width: 100%;
		margin-bottom: 35px;
	}
	.col-md-5.shad{
		margin-left:0;
		margin-right:0;
	}
	
	footer h3:after{
		margin: auto;
	}
}

@media screen and (max-width: 480px) {
	.logo {
		font-size: 150px;
	}
	
	.jumbotron{
		padding-top:60px;
	}
	.mask{
		line-height:6;
	}

	.container-fluid {
	}

	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, .carousel-control .fa-chevron-left {
		margin-left: -20px;
	}

	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .fa-chevron-right {
		margin-right: -20px;
	}
	
	footer h3{
		text-align:center;
	}
}



@media only screen and (min-width: 768px) {
	.dropdown .dropdown-menu{
		height:0;
		opacity: 0;
		transition: all .5s ease;
		display: block;
		overflow:hidden;
	}

	.dropdown:hover .dropdown-menu{
		opacity: 1;
		transform: translateY(0);
		height:318px;
		height:263px;
		overflow:hidden;
		z-index:99;
	}
		
	.navbar-right .dropdown-menu{
		right:auto;
		left:auto
	}
	
/*	.navbar-right .dropdown-menu:before, .navbar-right .dropdown-menu:after{
		content:"";
		border:15px solid #f7f7f7;
		border-top-color:transparent;
		border-left-color:transparent;
		border-right-color:transparent;
		position:absolute;
		top:-29px;
		z-index:100;
		left:15px;
	}
	.navbar-right .dropdown-menu:after{
		border-bottom:15px solid rgba(0, 0, 0, 0.15);
		z-index:1;
		top:-31px;
	}*/
	li .dropdown-toggle:before, li .dropdown-toggle:after{
		border-color:#002679;
		transition: all .5s ease;
	}

	li:hover .dropdown-toggle:before, li:hover .dropdown-toggle:after{
		content:"";
		border:15px solid #49738b;
		border:15px solid #ddd;
		border-top-color:transparent;
		border-left-color:transparent;
		border-right-color:transparent;
		position:absolute;
		bottom:0px;
		z-index:1000;
		left:15px;
	}
	li:hover .dropdown-toggle:after{
		border-bottom:15px solid rgba(0, 0, 0, 0.15);
		z-index:999;
		bottom:0px;
	}
	
	li:hover .dropdown-toggle:after{
		border-bottom:15px solid rgba(0, 0, 0, 0.15);
	}

	li:hover .dropdown-toggle:before :has(ul):hover, li:hover .dropdown-toggle:after :has(ul):hover{
		content:"";
		border:15px solid #000;
	}

	
	.navbar-nav > li:after{
		content: "";
		border-bottom: 4px solid #ce0c0a;
		position: absolute;
		display: inline-block;
		width: 0px;
		left: 50%;
		bottom:5px;
		height: 5px;
		margin-left: -25px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.navbar-nav > li:hover:after{
		width: 50px;
	}
	
	footer h3{
		text-align:center;
	}
}

@media screen and (max-width: 1500px) {
	.item .cycle-overlay{
		left:5%;
	}
}

@media screen and (max-width: 1100px) {
	.item .cycle-overlay{
		left:3%;
	}
}
