


/*
	Main Style Sheet
*/
body, html {
	margin: 0;
	padding: 0;
}

.responsive {
  width: 100%;
  height: auto;
}

body {



	background-color: #66996e;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	font-family: Montserrat,Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	color: #555;

/*
	background-image: url(../images/background.jpg);
	font-family: Montserrat,Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	color: #555;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
*/
}

body {
  margin: 0;
}

ul {
	margin-left: inherit;
}

.topnav {
  overflow: hidden;
  background-color: #6B8E23;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 14px;
  text-decoration: none;
  font-size: 1em;
}

.topnav a:hover {
  background-color: #ffffff;
  color: black;
}

.topnav a.active {
  background-color: #FFFFFF;
  color: #6B8E23;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 1024px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
	.mobile {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.page-title {
	font-weight: 700;
	margin-top: auto;
	color: #fff;
	font-size: 40px !important;
	line-height: 50px !important;
	padding-top: 30px;
}


td {

}

select, input, textarea {
	font-family: Arial, Tahoma, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
}

/*input:not([type="button"]):not([type="submit"]):not([type="reset"]):hover, input:not([type="button"]):not([type="submit"]):not([type="reset"]):focus, textarea:hover, textarea:focus, select:hover, select:focus
{
    border:2px solid #6B8E23;
    outline:none;
}
*/

.form-control{
padding:5px;
background-color:#f7f7f7;
border:1px solid #6B8E23;
}


h3 {
	font-size: 1.1em;
	margin:0;
	padding:0;
}

.popup_iframe {
	background: #fff;
	margin: 0;
	padding: 0;
	overflow: hidden;

border: none;
position: fixed;
top: 50%;
left: 50%;
margin-top: -50px;
margin-left: -100px;
transform: translate(-50%, -50%);
width: 600px;
height: 330px;
min-height: 400px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

a {
	color: #1b7d4a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#container {
	width: 80%;
	margin: 0 auto 0 auto;
	background: #ffffff;
}

@media screen and (max-width: 1100px) {
#container {
	width: 100%;
	margin: 0 auto 0 auto;
	background: #ffffff;
}
}



#header {
	width: calc(100%);
	height: 250px;
/*	background: url(../images/slider-bg1.jpg) no-repeat;*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	z-index: 5;
}

@media screen and (max-width: 1024px) {
#header {
	width: calc(100%);
	height: 250px;
/*	background: url(../images/slider-bg1.jpg) no-repeat;*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	z-index: 5;
}
}


#header2 {
	width: calc(100%);
	height: 150px;
/*	background: url(../images/slider-bg1.jpg) no-repeat;*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	z-index: 5;
}
@media screen and (max-width: 1024px) {
#header2 {
	width: calc(100%);
	height: 150px;
/*	background: url(../images/slider-bg1.jpg) no-repeat;*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	z-index: 5;
}
}


#header.ru {
	background: url(../images/page_head_ru.png) no-repeat;
}

/* !Menu Styles */
#navi {
	/*! width: 100%; */
	height: 48px;
/*  background: url(../images/menu_tab_bg.png) repeat-x;*/
}

#navi .menu_item {
	height: 40px;
	width: 12.5%;
	float: left;
	color: white;
	text-align: center;
	background: #6B8E23;
}

#navi .menu_item a {
	line-height: 3.2em;
	color: white;
	text-decoration: none;
}

#navi .menu_item a:hover {
	color: #ed1c24;
	text-decoration: none;
}

#navi .menu_item.active a {
	line-height: 3.5em;
	color: red;
	text-decoration: none;
}

#navi .menu_item.active a:hover {
	color: red;
	text-decoration: none;
}

.menu_spacer {
	height: 22px;
	width: 100%;
	background: url(../images/menu_spacer.png);
}


/* !Footer Styles */
#footer {
	width: calc(100%);
	min-height: 250px;
	height: 280px;
	background: #000000;

}

#footer .footer_table {

}

#footer .footer_table td {
	font-family: Arial, Tahoma, Helvetica, Verdana, Sans-Serif;
	font-size: 1.2em;
	color: #ccc;
	padding-bottom: 0;
}

.footer_title {
	font-size: 1.5em;
}

/* !Control Styles */
.inp_textbox {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 2px;
}

.inp_button {
	border: 1px solid #ccc;
	background-color: #fff;
/* 	padding: 2px; */
}


/* !A-Panel */
#a_panel {
    font-size: 10px;
	z-index: 1111;
	position: fixed;
	height: 30px;
	background: #ffa;
	border-bottom: 1px solid #cc8;
	box-shadow: 0px 5px 5px #ccc;
}

@-moz-document url-prefix() {
    #a_panel {
	box-shadow: 0px 5px 5px #ccc;
    }
}

#a_panel td a {
	color: #555;
}



/* FAQ */
.faq ul.toc {
	margin-bottom: 50px;
}

.faq ul.toc li {
	margin-bottom: 10px;
}

.faq h2 {
	font-size: 14px;
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}

.login {

min-height: 30px;
padding: 3px 20px;
color: #081828;
border: 1px solid #779600;;
border-radius: 0;
outline: 0;
margin-bottom: 12px;
margin-left: 10px;
width: 100%;
background: beige;
}

 /* The alert message box */
.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.alert.success {background-color: #04AA6D;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.ClassThatHides{
 visibility: hidden;
 display: none;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close-modal {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-modal:hover,
.close-modal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

i {
  color: #779600;
}