@font-face {
	font-family: 'Bellota-LightItalic';
	src: url('../fonts/Bellota-LightItalic.otf');
}
@font-face {
	font-family: 'Bellota-BoldItalic';
	src: url('../fonts/Bellota-BoldItalic.otf');
}




body{
	margin: 0;
	padding: 0;
}

a {
	
	text-decoration: none;
	color: #fff;

}

.wrapper {
	/* background: cornflowerblue; */
	display: table;
	width: 100%;
	height: 100%;
	min-width: 950px;
	color: #fff;

}
.wrapper2 {
/* background: repeating-linear-gradient(3deg, #fff, aliceblue 177px); */
	display: table;
	width: 100%;
	height: 100%;
	min-width: 950px;

}

.login_box {
	font-family: Arial, Helvetica, sans-serif;
	top: 7%;
	width: 40%;
	float: left;
	/* border-right: 1px solid white; */
	border: none;
	border-radius: 7px;
	padding: 45px;
	opacity: 0.98;


}
.lb-r{
	color:#fff;
	    text-shadow: #4a91ca 0.5px 0.5px 3px;
	font-size: 30px;font-weight: bold;
}

.login_box h2{
	text-align: center;
}
.login_container{

	font-weight: normal;
	width: 100%;
	position: relative;
	margin: 0 auto;
	max-width: 1024px;
	line-height: 1em;
	box-sizing: border-box;

}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}

.login_header img{
	/* height: 25px; */
	margin-left: 8px;
}
.login_header {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 90px;
	color: #fff;
	text-align: center;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.login_header h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
text-shadow: #000 0.5px 0.5px 0px;
	font-size: 250%;
}
.login_box input[type="submit"] {

	border-radius: 3px;
	margin: 5px 0 10px 0;
	padding: 5px 10px 5px 10px;
	color: white;
text-shadow: #000 0.5px 0.5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

input[type="submit"] {

	border-radius: 3px;
	margin: 5px 0 10px 0;
	padding: 5px 10px 5px 10px;
	color: black;
text-shadow: #000 0.5px 0.5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.breadcrumb .a{
	text-decoration: line-through;
}
.login_container input[type="text"], input[type="email"], input[type="password"]{
	background-color: transparent;
	display: block;
	border: 0;
	border-bottom: 1px solid #fff;
	height: 27px;
	width: 100%;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #e7e7e7;
		font-family: Arial, Helvetica, sans-serif;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #e7e7e7;
   opacity:  1;
	 font-family: Arial, Helvetica, sans-serif;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #e7e7e7;
   opacity:  1;
	 font-family: Arial, Helvetica, sans-serif;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #e7e7e7;
	 font-family: Arial, Helvetica, sans-serif;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #e7e7e7;
	 font-family: Arial, Helvetica, sans-serif;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #e7e7e7;
	 font-family: Arial, Helvetica, sans-serif;
}
.login_container input[type="email"]{
	background-color: transparent;
	display: block;
	border: 0;
	border-bottom: 1px solid #fff;
	height: 27px;
	width: 100%;
	color:#fff;
}
.login_container input[type="password"]{
	background-color: transparent;
	display: block;
	border: 0;
	border-bottom: 1px solid #fff;
	height: 27px;
	width: 100%;
	color:#fff;
}
.login_container input[type="submit"]{
	background-color: transparent;
	border-radius: 250px;
	color: #4a91ca;
	text-transform: uppercase;
	border: none;
	border-radius: 3px;
	background-color: #fff;
	font-family: 12px Montserrat, sans-serif;
	font-size: 90%;
	/* position: absolute; */
	outline: 0;
	margin: 0;
}

 input[type="email"], input[type="password"] {
	border: 1px solid #e5e5e5;
	margin-top: 5px;
	width: 70%;
	height: 35px;
	margin-bottom: 10px;
	padding-left: 5px;
	color:#fff;
}

input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover {
	border-color: #89c81f;
}

#second {
	display: none;
}
#loginText {
    padding: 45px;
    display: table-cell;
}

#loginText h1 {

    color: #fff;
    font-size: 60px;
    font-weight: bold;
}

#loginText h2 {
    margin: 35px 0;
}

#loginText ul {
    padding: 0;
}

#loginText li {
    font-size: 20px;
    list-style-type: none;
    padding: 5px 30px;

}

body{
font-family: "Roboto", Helvetica, Arial, sans-serif;
font-size:19px;
line-height: 1.42857143;
color: #333333;
overflow-x: hidden;

}
.bodynew{
	background: #4a91ca;
}
.bodylog{
	background: repeating-linear-gradient(3deg, #fff, aliceblue 177px);
}
.bodyreg {
	background: repeating-linear-gradient(3deg, #fff, aliceblue 177px);
}

#top{
background: #fff;
  /* padding: 25px 0; */
}
#top .offer{
  color: #fff;
}
#top .offer .btn{
  text-transform: uppercase;
}
@media (max-width: 991px){
#top .offer{
  margin-bottom: 10px;

  }
}
@media (max-width: 991px){
#top{

  font-size: 12px;
  text-align: center;
  }
}

#top a{
  color: #000;
  }
.caret{

}
#top ul.menu{

    padding-top: 16px;
    margin: 0;
    text-align: right;
    font-size: 12px;
    list-style: none;
}

@media (max-width:991px){
  #top ul.menu{
    text-align: center;
}
}

#top ul.menu > li{
display: inline-block;

}
#top ul.menu > li a{
  color: #000;

}
#top ul .menu > li + li::before{
  content: "|\00a0";
  padding: 0 5px;
  color: #f7f7f7;

}
.navbar{
  background: white;
}
.navbar-collapse .right{
  float:right;
}
.navbar brand{
  float: left;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 70px;
}
.navbar-brand:hover,
.navbar-brand:focus{
  text-decoration: none;
}
.navbar ul.nav > li > a {
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
}
.padding nav{
  padding-top: 10px;
}
.navbar ul.nav > li > a:hover{
  background: #e7e7e7;
}
.btn-primary{
  color:rgb(255, 255, 255);
  background-color: rgb(79, 191, 168);
  border-color: rgb(65, 179, 156);
}
#search .navbar-form{
  float: right;
}
#search{
  clear:both;
  border-top: solid 1px #9adacd;
  text-align: right;
}
#search .navbar-form .input-group{
  display: table;
}
#search .navbar-form .input-group .form-control{
  width: 100%;
}
#slider{
  margin-bottom: 40px;
  width: 100%;

}
a:hover{
  text-decoration: none;
	color: #998779;
}
.rere{



  background: #4a91ca;
display: inline-block;
padding: 6px 30px;
border-radius: 20px;
color: #fff;
transition: none;
font-size: 14px;
font-weight: 400;
font-family: "Raleway", sans-serif;
transition: 0.3s;
margin-left: 80px;

}
