@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
}
.mobile {
	display: none;
}
.left-logo-panel {
	width: 600px;
	height: 600px;
	background: url(../images/logo-bg.png) no-repeat left top ;
	position: absolute;
	z-index: 99999;
	margin-top: 16px;
	left: 0px;
	padding-top: 200px;
    padding-left: 30px;
}
.logoText{
	font-size: 24px;
	color: #009;
	display:block;
	width: 300px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	font-size:20px;
	margin-top: 20px;
}
.navTop {
	position:absolute;
	z-index:99999;
	border-radius: 10px 0 0 10px;
	padding: 16px 40px;
	background-color: rgba(255, 255, 255, 0.9);
	border: 2px solid rgba(138, 138, 138, 0.9);
	right: 0;
	top: 30px;
	border-right: 0;
}
.navTop ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navTop ul li {
	display: inline-block;
	cursor: pointer;
	padding: 6px 5px;
	margin:4px 15px;
}
.navTop ul li.active, .navTop ul li:hover {
	color: #f00;
	border-bottom: 1px solid #999;
}
.droupDown:after{
	content:"";
	border: solid #333;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
	 margin-left: 6px;
}
.navTop ul li.active, .navTop ul li:hover {
	color: #f70000;
    border-bottom: 2px solid #f70000;
}
.navTop ul li:hover ul{
	display: block;
    position: absolute;
    z-index: 99;
    width: 200px;
    background-color: rgba(255,255,255, 0.9);
    margin-top: 7px;
    margin-left: -4px;
}
.navTop ul li:hover ul li{
	font-size: 13px;
	display: block;
	padding: 10px 20px;
	margin: 0;
	color: #666;
	border-bottom: 1px solid #ccc;
}
.navTop ul li:hover ul li:hover{
	color: #f70000;
	background-color: #fff;
}
.carousel-indicators li, .carousel-indicators .active {
	border-radius: 0;
	width: 30px;
	height: 6px;
	border: 1px solid #fff;
}
.navTop ul li ul{
	display: none;
}
.carousel-indicators li, .carousel-indicators .active {
	border-radius: 0;
	width: 30px;
	height: 6px;
	border: 1px solid #fff;
}
.carousel {
	height: 100vh;
	overflow: hidden;
}
.carousel-caption {
	display: block !important;
}
.carousel-indicators {
	bottom: 40px;
}
.footer {
	position: absolute;
	width: 70%;
	margin: -40px 15% 0;
	z-index: 999999;
	line-height: 28px;
	text-align: left;
	background: rgba(255, 255, 255, 0.9);
	font-size: 12px;
	padding: 6px 20px;
	border-radius: 6px 6px 0 0;
}
.carousel-caption {
	padding-bottom: 80px;
}
.displayNone {
	display: none;
}
.container_data {
	position: absolute;
	top: 140px;
	right: 70px;
	left: auto;
	width: 606px;
	height: 400px;
	background: rgba(255, 255, 255, 0.9);
	padding: 24px 40px;
	border-radius: 10px;
	font-size: 13px;
	text-align: justify;
	border: 2px solid rgba(138, 138, 138, 0.9);
	border-width: 2px 0 2px 0;
}
.container_data h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 6px;
	color: #f70000;
}
.strock {
	font-size: 14px;
	font-weight: bold;
}
label {
	font-weight: normal;
}
#feedback .row {
	margin-bottom: 8px;
}
.menuIcon{
	display: none;
}
.menuIcon span {
    width: 28px;
    height: 2px;
    background-color: #666;
    margin: 5px 0 0;
    display: block;
}
.closeIcon{
	font-size: 28px;
    float: right;
    cursor: pointer;
    font-weight: bold;
    margin-right: -10px;
    margin-top: -18px;
    color: #ccc;
}
.btn-primary{
	background: #f70000;
    border: 0;
    border-radius: 30px;
    padding: 8px 30px;
}
.btn-primary:hover{
	background: #ae0505;
    border: 0;
    border-radius: 30px;
    padding: 8px 30px;
}
 @media only screen and (max-width: 600px) {
	.web, .logoText, .closeIcon {
		 display: none !important;
	}
	.mobile {
	 	display: block !important;
	}
	.carousel-indicators {
	 	bottom: -2px;
	}
	.menuIcon {
		display: inline-block;
		margin: 0;
		position: absolute;
		z-index: 999999;
		right: 24px;
		top: 24px;
	}
	 .left-logo-panel {
		 width: 100%;
		 height: 80px;
		 border: 0px solid #fc0411;
		 box-shadow: 0 0 0 0;
		 background: rgba(255, 255, 255, 0.9);
		 text-align: left;
		 position: static;
		 z-index: 99999;
		 margin-top: 0px;
		 left: 0;
		 padding: 0;
		 margin:0
	}
	 .left-logo-panel img {
		 margin-top: 12px;
		 margin-left: 10px;
		 -ms-transform: rotate(0deg); /* IE 9 */
		 -webkit-transform: rotate(0deg); /* Safari prior 9.0 */
		 transform: rotate(0deg); /* Standard syntax */
		 width: 130px;
	}
	 .navTop {
	 	display: none;
	}
	.mobNav{
		top: 80px;
		height: calc(100% - 80px);
		width: 200px;
	}
	 #feedback .row {
	 	margin-bottom: 0px;
	}
	 #feedback .row label {
	 	margin-top: 14px;
	}
	 .footer {
		 width: 100%;
		 margin: 0;
		 padding: 6px;
		 line-height: 14px;
		 border-radius: 0;
		 text-align: center;
		 position: static;
		 border-top: 1px solid #ccc;
		 background: #eae9e9;
	}
	 .displayMob {
	 	display: block;
	}
	 .container_data {
		 width: 100%;
		 border: 0;
		 position: static;
		 height: auto;
		 padding: 40px 20px;
		 font-size: 14px;
		 line-height: 170%;
		 text-align: left;
	}
	 .containerDiv {
		 margin-bottom: 50px;
	}
	 .footer img {
	 	display: none;
	}
	 .carousel-caption {
		 left: 0;
		 right: 0;
		 padding: 20px;
		 margin: 0;
		 margin-bottom: 20px;
		 width: 100%;
		 background-color: rgba(0, 0, 0, 0.5);
	}
	 .carousel-caption h3 {
		 padding: 0;
		 margin: 0;
		 font-size: 18px;
	}
	.navTop ul li:hover ul{
		position: static;
		width: 120px;
	}
}
