/* lg */ 
@media (min-width: 1200px) {
/* Make Navigation Toggle on Desktop Hover */
.dropdown:hover .dropdown-menu {
	display: block;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
}

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
.dropdown:hover .dropdown-menu {
	display: block;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
}
.navbar-inverse .navbar-nav > li > a {
	margin: 0;
	border-radius: 0px;
	color: #373e4c;
	display: inline-block;
	font-weight: 400;
	padding: 0px 12px;
	text-decoration: none;
	font-size: 14px;
}

.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.banner-form-bg {
	background-color: #e60012;
	display: block;
	overflow: hidden;
	padding: 15px ;
	min-height: 330px;
}
}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	
.dropdown:hover .dropdown-menu {
	display: block;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar-nav > li {
	margin-left: 0;
}

.navbar-inverse .navbar-nav > li > a {
	margin: 0;
	border-radius: 0px;
	color: #373e4c;
	display: inline-block;
	font-weight: 400;
	padding: 0px 8px;
	text-decoration: none;
	font-size: 13px;
}
#banner .box {
	border: solid 6px rgba(255,255,255,.5);
	min-height: 100% !important;
}
.banner-form-bg {
	background-color: #e60012;
	display: block;
	overflow: hidden;
	min-height: 100% !important;
	margin-top: 15px;
}
.contact-no h2 {
	font-size: 26px;
	font-weight: bold;
	color: #E8E642;
	margin-top: 2px;
}
.contact-no h3 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

}

/* xs */
@media (max-width: 767px) {
.logo {
	margin: auto !important;
}
.container > .navbar-header, .container > .navbar-collapse {
	margin-left: 0;
}
.navbar-nav {
	width: 100%;
}
.navbar-nav > li {
	margin: 1px 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: none 0px #FFFFFF !important;
	border-bottom: solid 1px #eee !important;

}
.navbar-inverse .navbar-nav > li > a {
	padding: 0px 16px;
	line-height: 35px;
	font-size: 16px;
	display: block !important;
}

.dropdown-menu > li > a {
	text-align: center;
}
#banner .box {
	border: solid 6px rgba(255,255,255,.5);
	min-height: 100% !important;
}
.banner-form-bg {
	background-color: #e60012;
	display: block;
	overflow: hidden;
	padding: 34px;
	min-height: 100% !important;
}
.contact-no h2 {
	font-size: 22px;
	font-weight: bold;
	color: #E8E642;
	margin-top: 2px;
}
.contact-no h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
#features .box{
	display: block;
	margin: 0;
	min-height: 60px;
	max-height: 100%;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#features img {
	display: block;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 2px;
	min-height: 200px;
	max-height: 400px;
	max-width: 600px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border: solid 6px rgba(255,255,255,.5);
}
#features .box p {
	color: #FFF;
	font-size: 16px;
	line-height: 26px;
}

#footer .col-sm-6 {
	text-align: center;
}
#footer .pull-right {
	float: none !important;
}
#footer .contact-block h5 {
	text-align: center;
}
#footer p.text-right{
	text-align: center!important;
}
}

/* XS Portrait */
@media (max-width: 480px) {
.dropdown-menu > li > a {
	text-align: center;
}
.navbar-nav > li {
	margin: 4px 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: none 0px #FFFFFF !important;
}
.logo {
	font-size: 28px;
}
section {
	padding: 30px 0;
	margin: 0;
}
#banner {
	padding-bottom: 0px;
}
#banner .box {
	border: solid 6px rgba(255,255,255,.5);
	min-height: 100% !important;
}
.banner-form-bg {
	background-color: #e60012;
	display: block;
	overflow: hidden;
	padding: 34px;
	min-height: 100% !important;
}
#top-right {
	margin-top: 1px;
	padding-bottom: 1px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
	font-weight: 400;
	line-height: 24px;
}
h4 {
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 26px;
}
h5 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 20px;
}
h6 {
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	line-height: 24px;
	margin-bottom: 18px;
}



.pull-right {
	text-align: center;
}
.text-right {
	text-align: center!important;
}
.owl-pagination {
	display: none;
}
.right-border {
	border-right: none;
	margin: 15px 0;
}
.contact-no h2 {
	font-size: 22px;
	font-weight: bold;
	color: #E8E642;
	margin-top: 2px;
}
.contact-no h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
#features .box{
	display: block;
	margin: 0;
	min-height: 60px;
	max-height: 100%;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#features img {
	display: block;
	margin: 0;
	padding: 2px;
	min-height: 244px;
	max-height: 70%;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#features .box p {
	color: #FFF;
	font-size: 16px;
	line-height: 26px;
}

#footer .contact-block h5 {
	text-align: center;
}
#footer p.text-right{
	text-align: center!important;
}

}
