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

html, body {
	height: 100%;
	min-height: 100%;
	scroll-behavior: smooth;
}

form {
	text-align: center;
}

body{
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #07D3A2;

}

.wrapper {
	/* background-image: url("../images/backgrounds/z.jpg"); */
	background-repeat: no-repeat;
	background-size: 100%;
	display: table;
	width: 100%;
	height: 100%;
	min-width: 950px;

}
.wrapper2 {
	/* background-image: url("../images/backgrounds/q.jpg"); */
	/* background: #fff; */
	background-repeat: no-repeat;
	background-size: 100%;
	display: table;
	width: 100%;
	height: 100%;
	min-width: 950px;

}
.wrapper3 {
	background-image: url("../images/backgrounds/a.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	display: table;
	width: 100%;
	height: 100%;
	min-width: 950px;

}
.wrapper4 {
	background-image: url("../images/backgrounds/c.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	display: table;
	width: 100%;
	height: 100%;
	min-width: 950px;

}
.wrapper5 {
	background-image: url("../images/backgrounds/d.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	display: table;
	width: 100%;
	height: 100%;
	min-width: 950px;

}
.wrapper6 {
	background-image: url("../images/backgrounds/e.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	display: table;
	width: 100%;
	height: 100%;
	min-width: 950px;

}
.wrapper7 {
	background-image: url("../images/backgrounds/f.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	display: table;
	width: 100%;
	height: 100%;
	min-width: 950px;

}
.wrapper8 {
	background-image: url("../images/backgrounds/g.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	display: table;
	width: 100%;
	height: 100%;
	min-width: 950px;

}
.wrapper9 {
	background-image: url("../images/backgrounds/h.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	display: table;
	width: 100%;
	height: 100%;
	min-width: 950px;

}
.wrapper19 {
	background-image: url("../images/backgrounds/i.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	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-radius: 7px;
	padding: 45px;
	opacity: 0.98;


}
.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%;
}

input[type="submit"] {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	margin: 5px 0 10px 0;
	padding: 5px 10px 5px 10px;
	color: #fff;
text-shadow: #000 0.5px 0.5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.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;
}

input[type="text"], 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: #07D3A2;
    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;
    background: url(../images/icons/checkmark.png) no-repeat 0 0;
}

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

#top{
  background: linear-gradient(-45deg,#89c81f,#232A81);
  padding: 10px 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: #fff;
  }

#top ul.menu{
    padding-top: 5px;
    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: #eeeeee;

}
#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: #e7e7e7;
}
.box {
	background: #fff;
    color:#fff;
		/* margin: 156px 0 -15px; */
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
