
@font-face {font-family: "Helvetica-Rmn"; src: url("../fonts/HLR.TTF"); } 
@font-face {font-family: "Helvetica-Bold"; src: url("../fonts/Helvetica-Bold-Font.TTF"); } 
@font-face {font-family: "Helvetica-Condensed"; src: url("../fonts/Helvetica-Condensed.otf"); }  

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {height:100%;font-family: 'Helvetica-Rmn', sans-serif;}
 
/* Typography */

h1#title {
	font-family: 'Helvetica-Rmn', serif;
	font-weight: 300;
	font-size: 3.2em;
	color: white;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	margin: 0 auto;
	padding-top: 65px;
	max-width: 300px;
	text-align: center;
	position: relative;
	top: 0px;
}

h1#title span span {font-weight: 400;}

.title{font-weight: 400;font-size:20px;}
a {text-decoration: none;color:#666;}
a:hover {color: #aeaeae;}
p.small {font-size: 0.8em;margin: 20px 0 0;}

.top {
	margin: 0;
	padding: 0;
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.login-wrapper{width:425px;}
.login_form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: center;
  -moz-box-flex: center;
  -webkit-flex: center;
  -ms-flex: center;
  flex: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
}

.logo {text-align: center;}
.logo img {max-width: 300px;width: 100%;margin: 1em auto 2em;}

form {
  background: #0b2364;
  padding: 2em 2em;
  font-family: Helvetica-Rmn, sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
form label.lbltxt {
 font-size:16px;	
  color: #fff;
  display: block;
  font-family: Helvetica-Rmn, sans-serif;
}
form inputinput.form-control {
  width: 94%;
  padding: .5em .25em;
  margin: 0 0% 1em;
  font-size: 1.2em;
  border: 2px solid #fff;
  outline: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
form input.form-control:focus {box-shadow:none;}
form .sbmtbtn {
  width: 100%;
  margin: 1.5em 0% 0.1rem;
  border: none;
  background: #eb1d24;
  padding: 0.5em 15px;
  clear: both;
      color: #fff;
    font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  outline: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  letter-spacing:0.8px;
}
form .sbmtbtn:focus, form .sbmtbtn:hover {box-shadow:none;outline:none;background:#eb1d24; }

.hide-show {
  width: 94%;
  margin: -3.62em 3% 0 1.5%;
  position: relative;
  z-index: 5;
  display: none;
}
.hide-show span {
  background: #1fd100;
  font-size: 1em;
  padding: .5em;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.login-box {
	background-color: white;
	max-width: 340px;
	margin: 0 auto;
	position: relative;
	top: 80px;
	padding-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0 5px 50px rgba(0,0,0,0.4);
	text-align: center;
}

.login-box .box-header {
	background-color: #665851;
	margin-top: 0;
	border-radius: 5px 5px 0 0;
}

.login-box label {
	font-weight: 700;
	font-size: .8em;
	color: #888;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 2em;
}

.login-box input {
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: .9em;
	color: #888;
}

.login-box input:focus {
	outline: none;
	border-color: #665851;
	transition: 0.5s;
	color: #665851;
}

.login-box button {
	margin-top: 0px;
	border: 0;
	border-radius: 2px;
	color: white;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.7em;
	letter-spacing: 1px;
	background-color: #665851;
	cursor:pointer;
	outline: none;
}

.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.selected {
	color: #665851!important;
	transition: 0.5s;
}

/* Animation Delay */
#logo {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 2s;
}

.login-box {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
}
.panel-heading {
	background:#e22258 !important;
	color:#fff;
}
.panel-title>a {
	color:#fff;
}
.panel-group{
	margin-bottom:0;
}
.panel-group .panel+.panel {
    margin-top: 0px;
} 
.showvideo{display: none;}
.vouchpronavs .list-unstyled li {
	background:#595d61;
	
	padding:10px;
	border-bottom: 1px solid #fff;
	
}
.vouchpronavs .list-unstyled li a{
	color:#fff;
	
}
.active{
	background: #000;
    color: #fff;
    padding: 12px 31px 12px 14px;
}
@media (min-width:992px) {
.logoFooter {
	position:absolute;
	bottom: 0;
	right:4px;
}
}
