/* Some overrides from default bootstrap styles */

.cls-container {
	background-color: #fff;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: underline;
}

/* NAVBAR */

.navbar-inverse {
	min-height: 50px;
	margin-bottom: 0px;
	border-radius: 0px;
	border-color: #191e23;
	background: #333333;
	border-width: 0px 0px 1px 0px;
	/* min-height: 50px;
	margin-bottom: 0px;
	border-radius: 0px;
	border-bottom: 1px solid #191e23;
	background: #333333; */
}

/* navbar-nav*/

.navbar-inverse .navbar-nav {
	padding-right: 0px;
}

/* menu toggler */

.navbar-inverse .navbar-toggle {
	float: right;
	margin-top: 10px;
	margin-left: 15px;
}

/* navbar brand*/

.navbar-inverse .navbar-brand {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: lighter;
	padding: 0px 20px;
	height: 50px;
	margin: 0;
}

.navbar-inverse .navbar-brand strong {
	font-weight: normal;
}

/* navbar links */

.navbar-inverse .nav>li>a {
	padding: 15px 15px 8px;
	border-left: none;
	color: rgb(255, 255, 255);
	outline: 0px;
	height: 50px;
}

.navbar-inverse .nav>li>a:hover {
	background: rgba(227, 62, 3, 0.8);
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
	background: rgba(227, 62, 3, 0.8);
	color: #ffffff;
}

/* dropdown caret */

.dropdown .caret {
	position: relative;
	top: -1px;
}

/* dropdown menu */

.dropdown-menu>li>a {
	font-size: 14px;
	outline: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
	background: rgb(51, 51, 51) !important;
}

.bgred {
	width: 100%;
	height: 45px;
	background-color: #e33e2b;
	border: 0;
	outline: 0;
	color: #fff;
	font-size: 18px;
	float: left
}

.bgred span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.bgred span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.bgred:hover span {
	padding-right: 25px;
}

.bgred:hover span:after {
	opacity: 1;
	right: 0;
}

.mar-btm-20 {
	margin-bottom: 20px;
}

input[type="text"],
input[type="password"] {
	width: 100%;
	height: 45px;
	border: 1px solid #a9a194;
	outline: 0;
	border-radius: 0;
}

h3.text-left {
	width: 100%;
	font-size: 14px;
	padding: 0;
	margin: 0;
	text-align: left;
}

p.text-left {
	width: 100%;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

hr.line {
	width: 100%;
	height: 1px;
	background: #333;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	opacity: 0.2;
	margin-left: 0;
}

p.mar44 {
	text-align: left;
	margin-bottom: 20px;
}

.left-body-content {
	left: 0;
	min-height: 100%;
	background: #ff0;
}

.sm-content {
	width: 56%;
	margin: 0 auto;
	padding-top: 60px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.cls-content {
	padding: 0px;
	position: relative;
	margin-top: 50px;
	width: 100%;
}

img.responsive {
	text-align: center;
	max-width: 100%;
	width: 100%;
	height: auto;
}

.left-content {
	background-image: url(../img/leftbg.jpg);
	background-position: center center;
	background-size: cover !important;
	float: left;
	height: 860px;
	overflow: hidden;
	width: 100%;
	text-align: left
}

#container {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width:1024px) and (max-width:1366px) {
	.left-content {
		background-image: url(../img/leftbg.jpg);
		background-position: center center;
		background-size: cover !important;
		float: left;
		height: 100vh;
		overflow: hidden;
		width: auto;
		text-align: left
	}
	p.text-left {
		width: 100%;
		font-size: 13px;
		padding: 0;
		margin: 0;
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.left-content {
		background-image: url(../img/leftbg.jpg);
		background-position: center center;
		background-size: cover !important;
		float: left;
		height: 500px;
		overflow: hidden;
		width: auto;
		text-align: left
	}
	p.text-left {
		width: 100%;
		font-size: 14px;
		padding: 0;
		margin: 0;
	}
}

@media screen and (min-width:320px) and (max-width:736px) {
	.left-content {
		background-image: url(../img/leftbg.jpg);
		background-position: center center;
		background-size: cover !important;
		float: left;
		height: 500px;
		overflow: hidden;
		width: auto;
		text-align: left
	}
	.pad-top {
		padding-top: 0px;
		margin-top: 10px;
	}
	.text-left {
		width: 110px;
	}
	h3.text-left {
		width: 100%;
		font-size: 14px;
		padding: 0;
		margin: 0;
	}
}

.navbar-brand.fix-logo-text {
	width: 25%;
	min-width: 270px;
	padding: 13px 0 0 35px;
	text-align: left;
}
