@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);

html,body {
				height:100%;
				font-family: 'Roboto', sans-serif;
				font-size: 1em;
				color: #444;
				background-color: #fff;
				margin: 0 auto;	
		}

		a{
			text-decoration: none;
			color: #9c0a0d;
			font-weight: 700;
		}
			
		a:hover{
				color: #2c2c3a;
		}
			
		img {
			max-width: 100%;
		}
		
		p{
			line-height: 170%;
			color: #4a4a4a;
		}
		
		h1{
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		color: #9c0a0d;
		}
		
		h2{
			font-family: 'Roboto', sans-serif;
			text-align: center;
			font-size: 1.6em;
			font-weight: 300;
		}
		
		h3 {
			font-family: 'Roboto', sans-serif;
			font-size: 1.5em;
			font-weight: 400;
			margin-bottom: -5px;
			color: #9c0a0d;
		}
		
		h4{
			font-size: 1.2em;
		}
		
		li{
		line-height:180%;
		}

		
		/* Layout Elements */
		.container {
			max-width: 1200px;
			margin-left: auto;
			margin-right: auto;
			padding: 20px 5%;
		}	
		
		header{
		background: #fff;
		padding-top: 10px;}
		
		.header {
		max-width: 90%;
			margin-left: auto;
			margin-right: auto;
			padding: 0 5%;
			
		}	
		
		.spaced li{
		margin-bottom: 20px;}
	
		.clearfix::after{
			content: '';
			display: table;
			clear: both;
		}

		.onethird{
			width: 29.3%;
			padding: 1% 1% 1% 3%;
			float: left;
			-webkit-animation-delay: 2s;
		    -moz-animation-delay: 2s;
		}
		
		.third{
			width: 27%;
			padding: 1% 3%;
			float: left;
		}
		
		.onefourth{
			width: 21%;
			margin: 1%;
			padding: 1%;
			float: left;
		}
		
		.threefourths{
			width: 73%;
			margin: 1%;
			float: left;
		}
		
		.onehalf{
			width: 48%;
			margin: 1%;
			float: left;
		}
		
		
		.twothirds{
			width: 64.6%;
			margin: 1%;
			float: left;
			-webkit-animation-delay: 2s;
		    -moz-animation-delay: 2s;
		}
		
		.dark{
		background: #121215;
		padding: 10px 0 0 0;
		max-width: 100%;
		-webkit-animation-delay: 1.5s;
		-moz-animation-delay: 1.5s;
		}
	
		.right{
		text-align: right;
		position: absolute;
		top: 0px;
		right: 100px;
		}
		
		.center{
		text-align:center;
		margin: 0 auto;
		}

		.phoneicon{
		font-size: 1.4em;
		margin: 0 5px;
		color: #9c0a0d;
		}
		
		.mailicon{
		font-size: 1.3em;
		margin: 0 5px;
		color: #9c0a0d;
		}
		
		
		.onethird h2{
			font-family: 'Roboto', sans-serif;
			text-align: center;
			font-size: 1.6em;
			font-weight: 400;
			color: #fff;
			background: #9c0a0d;
			padding: 10px;
			margin-top: -4px;
			-webkit-transition: background-color 0.2s;
		  -moz-transition: background-color 0.2s;
		  transition: background-color 0.2s;
		}
		
		.onethird h2:hover{
		background: #2c2c3a;
		}
		
		.dark h2{
			font-family: 'Roboto', sans-serif;
			text-align: center;
			font-size: 1.6em;
			font-weight: 300;
			color: #fff;
			margin-top:-1px;
		}
		
		.links{
		color: #444;
		}
		
		.links:hover{
		color: #9c0a0d;
		}
	

		
		
		/*Buttons */
		.btn {
		  display: inline-block;
		  padding: 13px 18px;
		  margin: 10px 10px 20px 10px;
		  background: #9c0a0d;
		  font-size: 12px;
		  font-weight: 700;
		  font-family: 'Roboto', Sans-Serif;
		  letter-spacing: 1px;
		  color: #ffffff;
		  text-transform: uppercase;
		  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
		  -webkit-transition: background-color 0.2s;
		  -moz-transition: background-color 0.2s;
		  transition: background-color 0.2s;
		  text-align: center; 
		}

		.btn:hover {
		  background-color: #2c2c3a;
		}
		
		/* Form */
		
		form {
		margin:0 auto;
		max-width: 100%;
		}

		input, textarea, file {
			width: 80%;
			height:5px;
			background-color:#f2f2f2;
			padding: 20px;
			margin: 5px 0;
			font-size:0.9em;
			color:#111;
			font-family: 'Roboto', sans-serif;
			max-width: 90%;
			border: 1px solid #999;
		}

		textarea {
			height:80px;
			background-color: #f2f2f2;
			font-family: 'Roboto', sans-serif;
			border: 1px solid #999;
		}

		#submit {
			display: inline-block;
			padding: 12px 10px 30px 10px;
			width: 130px;
			margin-top: .9em;
			margin-bottom:40px;
			background-color: #9c0a0d;
			font-size: 14px;
			font-weight: 700;
			letter-spacing: 1px;
			color: #fff;
			border: none;
			text-transform: uppercase;
			box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
			-webkit-transition: background-color 0.2s;
			-moz-transition: background-color 0.2s;
			transition: background-color 0.2s;
		}

		#submit:hover {
			color:#fff;
			background-color: #222;
		}
		
		::-webkit-input-placeholder {
		   color: #666
		}

		:-moz-placeholder { /* Firefox 18- */
		   color: #666
		}

		::-moz-placeholder {  /* Firefox 19+ */
		   color: #666 
		}

		:-ms-input-placeholder {  
		   color: #666
		}
		
		
		/* Slider Styles */	
	

.flexslider li {
		position: relative;
}

.flexslider li .meta {
		position: absolute;
		bottom: 20px;
		left: 20px;
		color: #fff;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		font-family: 'Roboto', sans-serif;
}

.flexslider li h1 {
		background: rgba(0, 0, 0, 0.8);
		padding: 12px 18px 12px;
		margin-bottom: 0;
		letter-spacing: 1px;
		font-size: 1.8em;
		font-weight: 700;
		color: #fff;
}

.flexslider li h2 {
		background: rgba(0, 0, 0, 0.8);
		padding: 13px 18px 11px;
		font-size: 1.2em;
		margin-bottom: 0;
		font-weight: 400;
		color: #fff;
}

.flexslider li h1,
.flexslider li h2,
.flexslider li .category p,
.flexslider li .category span {
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeOutLeft;
		animation-name: fadeOutLeft;
}

.flexslider li.flex-active-slide .meta h1,
.flexslider li.flex-active-slide .meta h2,
.flexslider li.flex-active-slide .meta .category p,
.flexslider li.flex-active-slide .meta .category span {
		-webkit-animation-delay: .4s;
		animation-delay: .4s;
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInLeft;
		animation-name: fadeInLeft;
}

.flexslider li.flex-active-slide .meta h2 {
		-webkit-animation-delay: .5s;
		animation-delay: .5s;
}

.flexslider li.flex-active-slide .meta .category p {
		-webkit-animation-delay: .6s;
		animation-delay: .6s;
}

.flexslider li.flex-active-slide .meta .category span {
		-webkit-animation-delay: .8s;
		animation-delay: .8s;
}

.flex-direction-nav {
		position: absolute;
		top: 50px;
		left: 30px;
}

.flex-direction-nav a {
		text-decoration: none;
		display: block;
		width: 30px;
		height: 30px;
		background-color: #333;
		margin: -20px 0 0;
		position: absolute;
		top: 50px;
		z-index: 10;
		overflow: hidden;
		opacity: 1;
		cursor: pointer;
		color: #fff;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
		text-align: left;
		left: -10px;
}

.flex-direction-nav .flex-next {
		text-align: right;
		left: 30px;
}

.flexslider:hover .flex-prev {
		left: -10px;
		opacity: 1;
}

.flexslider:hover .flex-next {
		left: 30px;
		opacity: 1;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
		opacity:0.8;
}

.flex-direction-nav a:before {
		font-family: FontAwesome;
		content: '\f104';
		font-size: 25px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		position: relative;
		top: 1px;
		padding: 2px;
}

.flex-direction-nav a.flex-next:before {
		content: '\f105';
}

@-webkit-keyframes fadeInLeft {
		0% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
		100% {
				opacity: 1;
				-webkit-transform: none;
				transform: none;
		}
}

@keyframes fadeInLeft {
		0% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
		100% {
				opacity: 1;
				-webkit-transform: none;
				transform: none;
		}
}

@-webkit-keyframes fadeOutLeft {
		0% {
				opacity: 1;
		}
		100% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
}

@keyframes fadeOutLeft {
		0% {
				opacity: 1;
		}
		100% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
}
		
		/* Footer */
	
		.footer {
			max-width: 100%;
			font-family: 'Roboto', sans-serif;
			font-size: 0.8em;
			background-color: #2a2a2a;
			letter-spacing: 1px;
			text-align: center;
			color: #aaa;
			padding:8px 0;
			line-height: 140%;
			-webkit-animation-delay: 3s;
		    -moz-animation-delay: 3s;
		}

		.footer a {
			color: #fff;
			font-weight: 400;
		}
		
		.footer a:hover {
			color: #9c0a0d;
		}	

	/* Back to Top */
		.cd-top {
			  display: inline-block;
			  height: 50px;
			  width: 50px;
			  position: fixed;
			  bottom: 30px;
			  right: 20px;
			  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
			  /* image replacement properties */
			  overflow: hidden;
			  text-indent: 100%;
			  white-space: nowrap;
			  background: rgba(156, 10, 13, 0.9) url(../img/top-arrow.png) no-repeat center 50%;
			  visibility: hidden;
			  opacity: 0;
			  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
			  -moz-transition: opacity .3s 0s, visibility 0s .3s;
			  transition: opacity .3s 0s, visibility 0s .3s;
			  z-index: 1;
		}
		.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
			  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
			  -moz-transition: opacity .3s 0s, visibility 0s 0s;
			  transition: opacity .3s 0s, visibility 0s 0s;
		}
		.cd-top.cd-is-visible {
			  visibility: visible;
			  opacity: 1;
		}
		.cd-top.cd-fade-out {
			opacity: .7;
		}
		 .cd-top:hover {
			  background-color: #9c0a0d;
			  opacity: 1;
		}
		
		.desktop-stealth{
		display: none;
		}
		
		
		
		/* Nav Styles */
		#cssmenu,
		#cssmenu ul,
		#cssmenu ul li,
		#cssmenu ul li a,
		#cssmenu #menu-button {
		  margin: 0;
		  padding: 0;
		  border: 0;
		  list-style: none;
		  line-height: 1;
		  display: block;
		  position: relative;
		  -webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  box-sizing: border-box;
		  z-index: 5;
		}
		#cssmenu:after,
		#cssmenu > ul:after {
		  content: ".";
		  display: block;
		  clear: both;
		  visibility: hidden;
		  line-height: 0;
		  height: 0;
		}
		#cssmenu #menu-button {
		  display: none;
		}
		#cssmenu {
		  font-family: "Roboto", sans-serif;
		  background: #2c2c3a;
		}
		#cssmenu > ul > li {
		  float: left;
		}
		#cssmenu.align-center > ul {
		  font-size: 0;
		  text-align: center;
		}
		#cssmenu.align-center > ul > li {
		  display: inline-block;
		  float: none;
		}
		#cssmenu.align-center ul ul {
		  text-align: left;
		}
		#cssmenu.align-right > ul > li {
		  float: right;
		}
		#cssmenu > ul > li > a {
		  padding: 17px;
		  font-size: 14px;
		  letter-spacing: 1px;
		  text-decoration: none;
		  color: #eee;
		  font-weight: 700;
		  text-transform: uppercase;
		  border-top: 3px solid #2c2c3a;
		}
		#cssmenu > ul > li:hover > a {
		  color: #ffffff;
		  border-top: 3px solid #9c0a0d;
		}

		#cssmenu ul ul {
		  position: absolute;
		  left: -9999px;
		}
		#cssmenu.align-right ul ul {
		  text-align: right;
		}
		#cssmenu ul ul li {
		  height: 0;
		  -webkit-transition: all .25s ease;
		  -moz-transition: all .25s ease;
		  -ms-transition: all .25s ease;
		  -o-transition: all .25s ease;
		  transition: all .25s ease;
		}
		#cssmenu li:hover > ul {
		  left: auto;
		}
		#cssmenu.align-right li:hover > ul {
		  left: auto;
		  right: 0;
		}
		#cssmenu li:hover > ul > li {
		  height: 35px;
		}
		#cssmenu ul ul ul {
		  margin-left: 100%;
		  top: 0;
		}
		#cssmenu.align-right ul ul ul {
		  margin-left: 0;
		  margin-right: 100%;
		}
		#cssmenu ul ul li a {
		  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
		  padding: 11px 15px;
		  width: 200px;
		  font-size: 13px;
		  text-decoration: none;
		  color: #dddddd;
		  font-weight: 400;
		  background: #2c2c3a;
		}
		#cssmenu ul ul li:last-child > a,
		#cssmenu ul ul li.last-item > a {
		  border-bottom: 0;
		}
		#cssmenu ul ul li:hover > a,
		#cssmenu ul ul li a:hover {
		  color: #ffffff;
		}
		#cssmenu ul ul li.has-sub > a:after {
		  position: absolute;
		  top: 16px;
		  right: 11px;
		  width: 8px;
		  height: 2px;
		  display: block;
		  background: #dddddd;
		  content: '';
		}
		#cssmenu.align-right ul ul li.has-sub > a:after {
		  right: auto;
		  left: 11px;
		}
		#cssmenu ul ul li.has-sub > a:before {
		  position: absolute;
		  top: 13px;
		  right: 14px;
		  display: block;
		  width: 2px;
		  height: 8px;
		  background: #dddddd;
		  content: '';
		  -webkit-transition: all .25s ease;
		  -moz-transition: all .25s ease;
		  -ms-transition: all .25s ease;
		  -o-transition: all .25s ease;
		  transition: all .25s ease;
		}
		#cssmenu.align-right ul ul li.has-sub > a:before {
		  right: auto;
		  left: 14px;
		}
		#cssmenu ul ul > li.has-sub:hover > a:before {
		  top: 17px;
		  height: 0;
		}
		@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
		  #cssmenu {
			width: 100%;
		  }
		  #cssmenu ul {
			width: 100%;
			display: none;
		  }
		  #cssmenu.align-center > ul {
			text-align: left;
		  }
		  #cssmenu ul li {
			width: 100%;
			border-top: 1px solid rgba(120, 120, 120, 0.2);
		  }
		  #cssmenu ul ul li,
		  #cssmenu li:hover > ul > li {
			height: auto;
		  }
		  #cssmenu ul li a,
		  #cssmenu ul ul li a {
			width: 100%;
			border-bottom: 0;
		  }
		  #cssmenu > ul > li {
			float: none;
		  }
		  #cssmenu ul ul li a {
			padding-left: 25px;
		  }
		  #cssmenu ul ul ul li a {
			padding-left: 35px;
		  }
		  #cssmenu ul ul li a {
			color: #dddddd;
			background: none;
		  }
		  #cssmenu ul ul li:hover > a,
		  #cssmenu ul ul li.active > a {
			color: #9c0a0d;
			background: #3a3a4a;
		  }
		  
			#cssmenu > ul > li > a {
		  color: #ffffff;
		  border-top: none;
		}
		  #cssmenu > ul > li:hover > a {
		  color: #9c0a0d;
		  border-top: none;
		  background: #3a3a4a;
		}
		  #cssmenu ul ul,
		  #cssmenu ul ul ul,
		  #cssmenu.align-right ul ul {
			position: relative;
			left: 0;
			width: 100%;
			margin: 0;
			text-align: left;
		  }
		  #cssmenu > ul > li.has-sub > a:after,
		  #cssmenu > ul > li.has-sub > a:before,
		  #cssmenu ul ul > li.has-sub > a:after,
		  #cssmenu ul ul > li.has-sub > a:before {
			display: none;
		  }
		  #cssmenu #menu-button {
			display: block;
			padding: 17px;
			color: #dddddd;
			cursor: pointer;
			font-size: 14px;
			text-transform: uppercase;
			font-weight: 400;
		  }
		  #cssmenu #menu-button:after {
			position: absolute;
			top: 22px;
			right: 17px;
			display: block;
			height: 4px;
			width: 20px;
			border-top: 2px solid #dddddd;
			border-bottom: 2px solid #dddddd;
			content: '';
		  }
		  #cssmenu #menu-button:before {
			position: absolute;
			top: 16px;
			right: 17px;
			display: block;
			height: 2px;
			width: 20px;
			background: #dddddd;
			content: '';
		  }
		  #cssmenu #menu-button.menu-opened:after {
			top: 23px;
			border: 0;
			height: 2px;
			width: 15px;
			background: #ffffff;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			transform: rotate(45deg);
		  }
		  #cssmenu #menu-button.menu-opened:before {
			top: 23px;
			background: #ffffff;
			width: 15px;
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transform: rotate(-45deg);
		  }
		  #cssmenu .submenu-button {
			position: absolute;
			z-index: 99;
			right: 0;
			top: 0;
			display: block;
			border-left: 1px solid rgba(120, 120, 120, 0.2);
			height: 46px;
			width: 46px;
			cursor: pointer;
		  }
		  #cssmenu .submenu-button.submenu-opened {
			background: #2c2c3a;
		  }
		  #cssmenu ul ul .submenu-button {
			height: 34px;
			width: 34px;
		  }
		  #cssmenu .submenu-button:after {
			position: absolute;
			top: 22px;
			right: 19px;
			width: 8px;
			height: 2px;
			display: block;
			background: #dddddd;
			content: '';
		  }
		  #cssmenu ul ul .submenu-button:after {
			top: 15px;
			right: 13px;
		  }
		  #cssmenu .submenu-button.submenu-opened:after {
			background: #ffffff;
		  }
		  #cssmenu .submenu-button:before {
			position: absolute;
			top: 19px;
			right: 22px;
			display: block;
			width: 2px;
			height: 8px;
			background: #dddddd;
			content: '';
		  }
		  #cssmenu ul ul .submenu-button:before {
			top: 12px;
			right: 16px;
		  }
		  #cssmenu .submenu-button.submenu-opened:before {
			display: none;
		  }
		  
		  
		  .right{
		text-align: right;
		margin-top: -15px;
		}
		
		
		.onefourth{
				width: 100%;
				max-width: 100%;
			}
			
			.mobile-stealth{
			display: none;
			}
			
			.desktop-stealth{
			display: block;
			margin-left: 10%;
			}
			
			.onethird{
				width: 100%;
				max-width: 100%;
			}
			
			.onehalf{
				width: 100%;
				max-width: 100%;
			}
		}
		
		
		
		@media only screen and (max-width: 900px) {
			
			
			.third{
				width: 95%;
				max-width: 95%;
			}
			
			.twothirds{
				width: 100%;
			}
				
	}
	
	
	@media only screen and (max-width: 400px) {
	
	.flexslider{
	display: none;
	}
	
	}

.header-middle, .header-middle-btn{
	display: inline-flex; 
	position: absolute; 
	margin-left: 100px;
}

.header-middle-btn{
	margin-top: 60px;
}

	@media only screen and (max-width: 900px) {
.header-middle, .header-middle-btn{
    display: unset;
    position: unset;
    margin-left: 0px;
	margin-top: 0px;
}
}
