@media (min-width: 1440px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1440px;
		padding-left: 40px;
		padding-right: 40px;			
	}
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("font/sourcesanspro-regular.eot");
  src: url("font/sourcesanspro-regular.eot?#iefix") format("embedded-opentype"), url("font/sourcesanspro-regular.woff2") format("woff2"), url("font/sourcesanspro-regular.woff") format("woff"), url("font/sourcesanspro-regular.ttf") format("truetype"), url("font/sourcesanspro-regular.svg#source_sans_proregular") format("svg"); }

.header {
	z-index: 10;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	width: 100%;
	-webkit-box-shadow: 0 0 15px 0 #c7c7c7;
	box-shadow: 0 0 15px 0 #c7c7c7;
	transition: top 0.4s ease-in-out 0s;
	-webkit-transition: top 0.4s ease-in-out 0s;
}

.header-top {
	border-bottom: 1px solid #ddd;
	height: 70px;
	line-height: 70px;
}

.header-top img {
	width: 100%;
	max-width: 113px;
}

.header .header-navigation {
	transition: all 0.5s ease-out;
	background-color: #f5f5f5;
}

.header .header-navigation ul {
	list-style: none;
	margin-bottom: 0px;
}

.header .header-navigation ul li {
	display: inline-block;
}

.header-menu-category {
	padding: 17px 10px;
	font-size: 12px;
	text-decoration: none;
	display: block;
	line-height: 14px;
	color: #000;
	position: relative;
	z-index: 1;
}

.home img {
	width: 100%;
	height: auto;
}

a {
	color: #212529;
}
a:hover {
	color: #212529;
}

.btn {
	background: transparent !important;
	padding: 0px !important;
	line-height: 1 !important;
	font-size: 14px !important;
	height: auto !important;
}

.datepicker-days table tbody tr:nth-child(even) {
	background: transparent;
}
	
.btn:hover {
	color: #212529;
}

tbody form {
	display: inline;
}

h1.underlined {
	margin-left: 0;
	margin-bottom: 40px;
}
h1.underlined, h2.underlined, h3.underlined {
	text-align: left;
	border-bottom: 1px solid #e6000d;
	position: relative;
	padding-bottom: 10px;
	font-size: 26px;
	line-height: 30px;
	max-width: 65%;
	display: block;
}

h3 {
	font-size: 20px;
}

body {
	overflow-x: hidden;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0;
	font-family: "Source Sans Pro", "Helvetica Neue", "Heveltica", Arial, sans-serif;
	font-weight: normal;
}

div.page {
	min-height: 500px;
	padding-top: 60px;
	padding-bottom: 60px;
}

label {
	margin: 10px 0px;
	width: 100%;
}

input[type='email'], input[type='password'], input[type='text'], input[type='date'] {
	width: 100%;
	border: 1px solid #ddd;
	padding: 0 12px;
	outline: 0;
	font-size: 12px;
	height: 43px;
	line-height: 43px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0px!important;
}

input[type='email']:focus, input[type='password']:focus, input[type='text']:focus {
	border-color: #3B99FC;
}

input[type='text'], input[type='password'], input[type='date'], select {
	margin-bottom: 20px;
}

.button {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: end;
}

label.required + ul {
	display: none;
}

.form-error {
	
}

.form-error ul {
	padding-left: 0px;
	color: red;
	list-style: none;
	margin-top: -10px;
}

button[type='submit'], a.button, button {
	background-color: #e6000d;
	border: 1px solid #e6000d;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 16px;
	line-height: 18px;
	padding: 7px 10px;
	border: none;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	height: 35px;
}

.text-right {
	display: flex;
	flex-direction: row;
	justify-content: end;
}

a.button {
	display: inline-block;
	width: auto!important;
}

table {
	width: 100%;
}
table thead tr td {
	font-size: 18px;
	font-weight: 300;
	color: #555;
}
table thead {
	border-bottom: 1px solid #e0e0e0;
}
table tbody tr td, table thead tr td {
	height: 30px;
	line-height: 30px;
}
table tbody tr:nth-child(even) {
	background: #e0e0e0;
}
table tbody tr td, table thead tr td {
	padding: 0 10px;
}

#login_videos {
	margin-bottom: 40px;
}
#login_videos label {
	width: calc( 100% - 24px);
	margin: 5px 0px 5px 10px!important;
}



footer {
	background-color: #2E373F;
	padding-top: 30px;
	color: #fff;
}
footer ul {
	list-style: none;
	padding-left: 0px;
}
footer ul li {
	margin: 10px 0;
	line-height: 14px;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
footer .sub-footer {
	margin-top: 30px;
	padding: 20px 0;
	background-color: #283038;
	border: 1px solid #3e454b;
	font-size: 12px;
	color: #8d9093;
}
footer .sub-footer a {
	color: #8d9093;
}

@media screen and (max-width: 991px) {
	footer .col-lg-3 {
		margin-bottom: 20px!important;
	}
	
	a.button {
		margin-top: 40px;
	}
	
	#clients td:nth-child(4) {
		display: none;
	}
	
	table thead tr td {
		font-size: 14px;
		line-height: 20px;
	}
	
	.header-menu-category {
		padding: 10px 5px;
	}
}