/*!
 * Start Bootstrap - Creative v4.0.0-alpha (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */
body, html  {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
	cursor: context-menu;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button:focus {
	outline:0;
}

hr {
	padding: 0;
	height: 1px;
	max-width: 100%;
	border-width: 1px;
	border-color: rgba(255,255,255, .15);
}

hr.light {
	border-color: rgba(255,255,255, .25);
}

hr.dark {
	border-color: rgba(0, 0, 0, .25);
}

a {
	color: #F05F40;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
	a:focus, a:hover {
		color: #f05f40;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

h3 {
	font-family: "Ubuntu", sans-serif;
	color: #d75304;
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.4em;
	text-align: center;
	margin-top: 30px;
}

p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.bg-primary {
	background-color: #fafafa!important;
}

.bg-dark {
	color: white;
	background-color: #222222 !important;
}

.text-white {
	color: white !important;
}

.text-faded {
	color: rgba(0, 0, 0, 0.7);
}

section {
	padding: 100px 0;
}

.section-title {
	font-family: "Ubuntu", sans-serif;
	color: #d75304;
	font-style: normal;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.4em;
	text-align: left;
}

.section-title a {
	font-family: "Ubuntu", sans-serif;
	color: #ca0a37;
	font-style: normal;
	font-size: 16px;
	margin-top: 10px;
	letter-spacing: 2px;
	line-height: 1.4em;
	text-align: left;
}

.section-title h1 {
	margin-top:25px;
}

.section-heading {
	font-family: "Ubuntu";
	color: #1f2526;
	font-style: normal;
	font-size: 28px;
	letter-spacing: 0px;
	line-height: 1.1em;
	text-transform: none;
	text-align: left;
	margin-top: 25px;
}

.section-body {
	font-family: "Cabin";
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	letter-spacing: .4px;
	line-height: 1.6em;
	color: black; 
	margin-top: 25px;
}

.section-body-links {
	font-family: "Cabin";
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	letter-spacing: .4px;
	line-height: 1.6em;
	margin: 0;
	margin-top: 10px;
}

::-moz-selection {
	color: white;
	background: #222222;
	text-shadow: none;
}

::selection {
	color: white;
	background: #222222;
	text-shadow: none;
}

img::selection {
	color: white;
	background: transparent;
}

img::-moz-selection {
	color: white;
	background: transparent;
}

body {
	-webkit-tap-highlight-color: #222222;
}

.navbar-light .navbar-toggler {
	position: absolute;
	background-color: white;
	top: 10px;
	right: 10px;
}

#mainNav {
	border-color: rgba(34, 34, 34, 0.05);
	background-color: white;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
	#mainNav .navbar-brand {
		font-weight: 700;
		text-transform: uppercase;
		color: #F05F40;
		font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	}
		#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
			color: #f05f40;
		}
	#mainNav .navbar-brand  {
		width: 350px;
		margin: 0px;
		max-width: 100%;
	}
	#mainNav .ls-logo {
		height: auto;
		max-height: 100%;
		width: auto;
		max-width: 100%;
	}
	#mainNav .navbar-toggle {
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
		color: #222222;
	}
	#mainNav .navbar-nav > li.nav-item > a.nav-link:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link {
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		color: #222222;
		cursor: pointer;
	}
		#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
			color: #CA0A37;
		}
		#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
			color: #CA0A37 !important;
			background-color: transparent;
		}
			#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
				background-color: transparent;
			}

	@media (min-width: 992px) {
		#mainNav {
			border-color: rgba(255, 255, 255, 0.3);
			background-color: white;
			border-bottom: 3px solid #e56316;
		}
			#mainNav .navbar-brand  {
				color: rgba(255, 255, 255, 0.7);
			}
				#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
					color: white;
				}
			#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
				/*color: rgba(255, 255, 255, 0.7);*/
			}
				#mainNav .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
					color: #CA0A37;
				}
			#mainNav.navbar-shrink {
				border-color: rgba(34, 34, 34, 0.05);
				background-color: white;
				border-bottom: 3px solid #e56316;
			}
				#mainNav.navbar-shrink /*.navbar-brand*/ {
					font-size: 16px;
					color: #CA0A37;
				}
					#mainNav.navbar-shrink /*.navbar-brand:focus*/, #mainNav.navbar-shrink /*.navbar-brand:hover*/ {
						color: #CA0A37;
					}
				#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
					color: #222222;
				}
					#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
						color: #CA0A37;
					}
	}


.fullscreen-bg {
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	/*z-index: -100;*/
	width: 100%;
	height: 100%;
}

.fullscreen-bg__video {
	position: center;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	min-width: auto;
	min-height: auto;
}
header.masthead {
	/*position: relative;*/
	width: 100%;
	height: 100%;
	/*min-height: 500px;*/
	text-align: center;
	color: white;
	text-shadow:1px 1px 10px #ccc, 1px 1px 10px #ccc;
	margin-top: 60px;
	/*background-image: url("../img/header.jpg");
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
}
	header.masthead .header-content {
		position: relative;
		top: 50%;
		width: 100%;
		/*padding: 150px 15px 100px;*/
		text-align: center;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
		header.masthead .header-content .header-content-inner h1 {
			font-family: "Ubuntu", sans-serif;
			font-size: 2em;
			font-weight: 500;
			margin-top: 0;
			margin-bottom: 0;
		}
		header.masthead .header-content .header-content-inner hr {
			margin: 30px auto;
		}
		header.masthead .header-content .header-content-inner p {
			font-family: "Ubuntu", sans-serif;
			font-size: 17px;
			font-weight: 400;
			margin-top: 30px;
			margin-bottom: 50px;
			/*color: rgba(255, 255, 255, 0.7);*/
		}

	@media (min-width: 768px) {
		header.masthead {
			/* height: 100%;
			min-height: 600px; */
		}
				header.masthead .header-content .header-content-inner {
					/*max-width: 1000px;*/
					margin-right: auto;
					margin-left: auto;
				}
					header.masthead .header-content .header-content-inner h1 {
						font-size: 50px;
					}
					header.masthead .header-content .header-content-inner p {
						font-size: 18px;
						max-width: 80%;
						margin-right: auto;
						margin-left: auto;
					}
	}

.service-box {
	max-width: 400px;
	margin: 50px auto 0;
}
	@media (min-width: 992px) {
		.service-box {
			margin: 20px auto 0;
		}
	}
	.service-box p {
		margin-bottom: 0;
	}

.call-to-action {
	padding: 50px 0;
}
	.call-to-action h2 {
		margin: 0 auto 20px;
	}

.text-primary {
	color: #F05F40 !important;
}

.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.btn-default {
	color: #222222;
	border-color: white;
	background-color: white;
}
	.btn-default.focus, .btn-default:focus {
		color: #222222;
		border-color: #bfbfbf;
		background-color: #e6e6e6;
	}
	.btn-default:hover {
		color: #222222;
		border-color: #e0e0e0;
		background-color: #e6e6e6;
	}
	.btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
		color: #222222;
		border-color: #e0e0e0;
		background-color: #e6e6e6;
	}
		.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover,
		.open > .btn-default.dropdown-toggle.focus,
		.open > .btn-default.dropdown-toggle:focus,
		.open > .btn-default.dropdown-toggle:hover {
			color: #222222;
			border-color: #bfbfbf;
			background-color: #d4d4d4;
		}
	
	.btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
		background-image: none;
	}
	.btn-default.disabled.focus,
	.btn-default.disabled:focus,
	.btn-default.disabled:hover,
	.btn-default[disabled].focus,
	.btn-default[disabled]:focus,
	.btn-default[disabled]:hover,
	fieldset[disabled] .btn-default.focus,
	fieldset[disabled] .btn-default:focus,
	fieldset[disabled] .btn-default:hover {
			border-color: white;
			background-color: white;
	}
	.btn-default .badge {
		color: white;
		background-color: #222222;
	}

.btn-services-container {
	display: block;
	border: 1px solid #be0026;
	width: 200px;
	height: 35px;
	border-radius: 3px;
	margin-top: 25px;
	background-color: #be0026;
}
	.btn-services-container:hover {
		opacity: 0.8;
		cursor: pointer;
	}

.btn-services {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	font-family: "Cabin";
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-color: #be0026;
	display: table;
	margin: 0 auto;
	background-color: #be0026;
}

.btn-services:hover, .btn-services:link, .btn-services:visited {
	color: white;
	opacity: 0.8;
	text-decoration: none;
}

.btn-primary {
	color: black;
	border-color: white;
	background-color: white;
	outline: 0;
}
	.btn-primary.focus, .btn-primary:focus {
		color: black;
		border-color: white;
		background-color: white;
		outline: 0;
		box-shadow: 0 0 0 0px rgba(0,123,255,.5);
	}
	.btn-primary:hover {
		color: black;
		border-color: #dadada;
		background-color: #dadada;
	}
	.btn-primary.active, .btn-primary:active,
	.open > .btn-primary.dropdown-toggle {
		color: white;
		border-color: #e13612;
		background-color: #eb3812;
	}
		.btn-primary.active.focus,
		.btn-primary.active:focus,
		.btn-primary.active:hover,
		.btn-primary:active.focus,
		.btn-primary:active:focus,
		.btn-primary:active:hover,
		.open > .btn-primary.dropdown-toggle.focus,
		.open > .btn-primary.dropdown-toggle:focus,
		.open > .btn-primary.dropdown-toggle:hover {
			color: white;
			border-color: #a4270d;
			background-color: #c93110;
		}
	.btn-primary.active,
	.btn-primary:active,
	.open > .btn-primary.dropdown-toggle {
		background-image: none;
	}
	.btn-primary.disabled.focus,
	.btn-primary.disabled:focus,
	.btn-primary.disabled:hover,
	.btn-primary[disabled].focus,
	.btn-primary[disabled]:focus,
	.btn-primary[disabled]:hover,
	fieldset[disabled] .btn-primary.focus,
	fieldset[disabled] .btn-primary:focus,
	fieldset[disabled] .btn-primary:hover {
		border-color: #F05F40;
		background-color: #F05F40;
	}
	.btn-primary .badge {
		color: #F05F40;
		background-color: white;
	}

.btn {
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	border-radius: 300px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
	padding: 15px 30px;
}

#contact div div div h2 {
	color: white;
	text-align: center;
}

#contact div div div p a {
	color: white;
	text-decoration: underline;
}

.home-icon {
	width: 50px;
	height: auto;
}

div > a > .home-icon {
	display: block;
}

.footer-logo {
	margin: auto;
}

.text-muted {
	font-family: "Cabin", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: black!important;
}

/* ********** Menu CSS ********** */
.sub-menus {
	position: absolute;
	left: 0px;
	top: 45px;
}
.sub-menu {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
.menu-item, .touch-menu-item a {
	color: black;
	position: relative;
	left: 0px;
	clear: both;
	white-space: nowrap;
	overflow: hidden;
	background-color: white;
	font-family: "Ubuntu", sans-serif;
	font-size: 13px;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.menu-item:hover .menu-item-link, .menu-item-link:hover{
	color: #ca0a37;
	text-decoration: none;
	cursor: pointer;
}
.menu-item-link {
	text-decoration: none;
	color: black;
}

.touch-sub-menu {
	display:none;
	list-style: none;
	width: 100%;
}
.touch-menu-item a {
	margin-left: -20px;
	padding: 0px;
}

.sm-show {
	display: block;
}

/* ********* Pages Generic CSS ********* */
.crumbs-title {
	font-family: "Ubuntu", sans-serif;
	font-size: 26px;
	font-weight: 500;
	font-style: normal;
}
.crumbs-menu {
	display: block;
	list-style: none;
	width: 100%;
}
.crumbs-menu-item-link {
	color: gray;
	padding: 10px;
	margin: -50px;
	font-family: "Ubuntu", sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0px;
	text-decoration: none;
}
.crumbs-menu-item-link:hover {
	text-decoration: none;
}

.cur-menu {
	color: #ca0a37!important;
}
.cur-crumbs {
	color: #e56316!important;
	/*
	cursor: context-menu;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	*/
}

/* ********* Pages Generic CSS ********* */
.top-gap {
	height: 50px;
}
.page-content-float {
	font-family: "Cabin", sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
}
.page-content {
	font-family: "Cabin", sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
}
.page-title {
	font-family: "Ubuntu", sans-serif;
	font-size: 32px;
	font-weight: 500;
	font-style: normal;
	padding-bottom: 10px;
}
.page-heading {
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	font-weight: 700!important;
	font-style: normal;
	color: #d75304;
	letter-spacing: 1px;
}
.page-list {
	font-family: "Cabin", sans-serif;
	font-size: 16px;
	font-weight: 700!important;
	font-style: normal;
	color: #212529;
	letter-spacing: 1px;
}
.page-list-normal {
	font-family: "Cabin", sans-serif;
	font-size: 16px;
	font-weight: 400!important;
	font-style: normal;
	color: #212529;
	letter-spacing: 1px;
}
.page-image-left {
	float: left;
	border: 1px solid #cfcfcf;
	border-radius: 15px;
	padding: 15px;
	margin-right: 25px;
	margin-bottom: 25px;
}
.page-image-right {
	float: right;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 50px;
	padding-bottom: 50px;
}
.page-inline-image {
	padding: 25px;
}
.page-inline-image-center {
	padding: 25px;
	margin: auto;
	display: block;
}

.form-field-half {
	width: 48%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	margin: 0px;
	border-radius: 4px;
	border: 1px solid #cccccc;
	background-color: #fafafa;
}
.form-field-full {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	margin: 0px;
	border-radius: 4px;
	border: 1px solid #cccccc;
	background-color: #fafafa;
}
.form-button{
	background-color: #ca0a37;
	border: none;
	border-radius: 4px;
	color: white;
	padding: 10px 45px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	outline: 0;
}
.form-button:hover {
	background-color: rgba(202, 10, 55, 0.8);
	border: none;
}
.form-button:disabled {
	background-color: rgba(136, 136, 136, 0.8);
	border: none;
	cursor: default;
}
.form-button-container {
	text-align: center;
}

.home-view-button{
	background-color: #ca0a37;
	border: none;
	border-radius: 4px;
	color: white;
	padding: 10px 45px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	outline: 0;
}
.home-view-button:hover {
	background-color: rgba(202, 10, 55, 0.8);
	border: none;
}
.contact-center {
	margin: 0 auto;
}
.form-submit-message {
	color: #ca0a37;
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
}
/* ********* Home Page Icons CSS ********* */

.section-image-box {
	position: relative;
	display: inline-block;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.2);
	border: none;
	padding: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	transition: all 0.1s ease-in-out;
}
.section-image-box:hover {
	transform: scale(1.1, 1.1);
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

#services, #testimonials{
	background-color: #fbe4f0 !important;
}

#solutions, #customer-speak{
	background-color: #ffe4ab !important;
}

#testimonials {
	font-family: "Cabin", sans-serif;
	font-size: 16px;
	font-weight: 400!important;
	font-style: normal;
	color: #212529;
	letter-spacing: 0px;
	text-align: left;
}
.testimonial {
	display: block;
	width: 100%;
	overflow: hidden;
}
.testimonial-logo {
	float: left;
	padding-right: 20px;
}
.testimonial-logo img {
	border-radius: 10px;
	border: 4px solid #ca0a37;
}
.testimonial-content {
	font-family: "Cabin", sans-serif;
	font-size: 16px;
	font-weight: 400!important;
	font-style: normal;
	color: #212529;
	letter-spacing: 0px;
	text-align: left;
	overflow: hidden;
	min-height: 300px;
}
.testimonial-content p {
	overflow: hidden;
}
.img-responsive {
	width: 80%;
	height: auto;
	border-radius: 10px;
}
.resume-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 3px 8px;
    cursor: pointer;
	border-radius: 4px;
}
input[type="file"] {
	position: absolute;
	width: 0.1px;
	height: 0.1px;
	padding: 0;
	clip: rect(0,0,0,0);
	border: 0;
}
#services {
	/*margin-top: 100px;*/
}
#slideshow {
	position: relative;
}
#slideshow img{
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: auto;
}