* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
font: 14px/18px Arial, Helvetica, Calibri;
width: 100%;
height: 100%;
color: #333;
}
a {
	color: #333;
	outline: none;
	text-decoration: none;
}
a:hover {
    color: rgb(43, 96, 192);
	text-decoration: none;
}
p {
	margin: 0 0 10px
}
H1{
font-family: Arial, Helvetica, Sans-serif;
font-size: 39px;
color: #333;
line-height: 50px;
font-weight: bold;
}
H2{
    font-size: 31px;
	line-height: 31px;
}
H3{
font-size: 25px;
line-height: 25px;
}
H4{
    font-size: 18px;
	line-height: 18px;
}

img {
	border: none;
}
input {
  width: 100%;
  -moz-box-sizing: border-box; box-sizing: border-box;
  padding: 0 10px;
  border: none;
  border-radius: 3px;
  overflow: auto;
  box-shadow: 0 -1px 0 rgba(0,0,0,.05) inset, 0 1px 2px rgba(0,0,0,.2) inset, 0 0 transparent;
}
input[type="radio"], input[type="checkbox"] { height: 20px;width: 20px;vertical-align: middle;margin: 10px 5px 10px 20px; box-shadow: none; }
select {
  width: 100%;
  height: 33px;  
  -moz-box-sizing: border-box; box-sizing: border-box;
  padding: 0 10px;
  border: none;
  border-radius: 3px;
  overflow: auto;
  box-shadow: 0 -1px 0 rgba(0,0,0,.05) inset, 0 1px 2px rgba(0,0,0,.2) inset, 0 0 transparent;
}
textarea {-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 10px;
border: none;
border-radius: 3px;
overflow: auto;
box-shadow: 0 -1px 0 rgba(0,0,0,.05) inset, 0 1px 2px rgba(0,0,0,.2) inset, 0 0 transparent;}


#sitemenu a { color: white; text-decoration: none; }
#sitemenu a:hover {}
.topmenu {
padding: 10px 25px;
margin: 5px;
border-radius: 5px;
color: dimgray;
font-size: 14px;
}
.topmenu:hover { color: #333; }
.activetopmenu { font-weight:bold; padding: 10px 13px; background: dodgerblue; border-radius: 5px; border: 1px solid white; margin: 5px; color: white; }
.activetopmenu:hover { box-shadow: 0 0 5px black; }

.menu { font-weight:bold; padding: 20px;margin: 10px 10px 20px;border-radius: 5px;text-align: center;font-size: 16px;text-transform: uppercase;color: white; }
.menu:hover { box-shadow: 0 0 2px black; text-shadow: 0 0 2px; }

.socicon { padding: 5px; padding: 5px; width: 31px; vertical-align: middle; margin: 0 10px 0 0;}
.socicon:hover { }

.bottommenu { color: #333; text-decoration: none; padding: 10px 20px;}
.bottommenu:hover { color: silver; }


#wrapper {
max-width: 1400px;
min-width: 800px;
margin: 0 auto;
height: auto !important;
position: relative;
}

#container {
margin: 0 10px 0 50px;
height: 100%;
}

#topheader {
position: relative;
width: 100%;
float: left;
z-index: 1;
}

header  {
float: left;
width: 100%;
}

#header {
width: 100%;
float: left;
padding: 10px 0;
background: white;
}

#slider {
display: block;
width: 100%;
height: 310px;
float: left;
}

#slider img { height: 100%; }

content {
font-size: 14px;
float: left;
width: 100%;
z-index: 2;
position: relative;
}

footer {
width: 100%;
margin: 0 auto;
position: relative;
float: left;
}

#footer {
float: left;
width: 100%;
}

#form {
float: right;
width: 640px;
padding: 20px;
}
#feedback-form {
}
#feedback-form [required] {
  width: 100%;
  -moz-box-sizing: border-box; box-sizing: border-box;
  padding: 0 10px;
  border: none;
  border-radius: 3px;
  overflow: auto;
  box-shadow: 0 -1px 0 rgba(0,0,0,.05) inset, 0 1px 2px rgba(0,0,0,.2) inset, 0 0 transparent;
}
#feedback-form [required]:hover {
  box-shadow: 0 0 0 1px #7eb4ea inset, 0 1px 2px rgba(0,0,0,.2) inset, 0 0 transparent;
}
#feedback-form [required]:focus {
  outline: none;
  box-shadow: 0 0 0 1px #7eb4ea inset, 0 1px 2px rgba(0,0,0,.2) inset, 0 0 4px rgba(35,146,243,.5);
  transition: .2s linear;
}
#feedback-form [type="submit"] {
padding: 10px;
border: none;
border-radius: 3px;
box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
background: darkblue;
color: #fff;
text-transform: uppercase;
cursor: pointer;
float: right;
margin: 10px 0;
width: 150px;
}
#feedback-form [type="submit"]:hover {
box-shadow: 0 0 3px black;
}
#feedback-form [type="submit"]:focus {
  box-shadow: 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}

/* --- BACK TO TOP --- */
#back-top {
position: fixed;
bottom: 0;
left: 50px;
z-index: 10;
background: antiquewhite;
	}
#back-top a {
display: block;
text-align: center;
font: 12px/100% Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-decoration: none;
color: dimgrey;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
padding: 10px 20px;
	}
#back-top a:hover {
	color: #000;
	background: wheat;
	}

/* OverHeader
---------------------------------------------------------*/
#overheader {
    width: 100%;
    overflow: hidden;
    background: #252525;
    box-shadow: 0px 0px 10px black;
}
#overheader_content {
    margin: 0 auto;
    width: 960px;
}
#overheader_content li {
    list-style: none;
    text-decoration: none;
}
#overheader_content li a {
        list-style: none;
        text-decoration: none;
        color: dimgrey;
        margin-left: 10px;
}
#overheader_content li a:hover {
        color: red;
        font-weight: bold;
}
#logo {
        margin-top: 40px;
        float: left;
}
#slide {
        background-image: url(bg0.jpg);
        display: none;
}

/* topmenu 
--------------------------------------------------------*/
#topmenu {
    max-width: 960px;
	min-width: 480px;
    margin: 0 auto;
}
#topproject {
        float: left; 
        padding: 10px; 
        font-size: 16px;
        font-weight: bold;
}
#button {
        float: right;
}
#menu_click {
        width: 100px;
        text-align: right;
        padding: 5px;
        background: none;
        color: silver;
        cursor: pointer;
}
#settings_click {
        background: none;
        width: 40px;
}

/* overheader_left 
--------------------------------------------------------*/


#overheader_left{
    float: left;
    width: 1000px;
    height: 40px;
    

}
#overheader_left ul
{
    padding: 15px 0 0 10px;
    list-style-type: none;
}
#overheader_left ul li
{
    float: right;
    margin: 10px;
    width: 210px;
    height: 120px;
    display: inline;
    text-align: center;
    border: 1px solid #353434;
    padding: 10px;
    background-color: #9e9e9e;
}
#overheader_left ul li:hover
{
    border: #fff solid 1px;
    background-color: ;
}
#overheader_left ul li a
{
    font: normal .875em/1.5em 'Georgia', serif;
    font-style: italic;
    font-size: 1.971em;
    font-weight: normal;
    padding: 50px 10px;
    margin: 0 0 0 0;
    color: gray;
    text-decoration: none;
}
#overheader_left ul li a:hover
{
    color: white;
    text-decoration: none;
}

/* Overheader_Right
--------------------------------------------------------*/

#overheader_right{
    float: right;
    width: 400px;
    height: 40px;

}
#overheader_right ul
{
    padding: 15px 0 0 10px;
    list-style-type: none;
}
#overheader_right ul li
{
    display: inline;
   
}
#overheader_right ul li a
{

    padding: 0px 0px;
    margin: 0 50px 0 0;
    color: gray;
    text-decoration: none;
    float: left;
}
#overheader_right ul li a:hover
{
    color: #FFF;
    text-decoration: none;
    
}


/* Header
-----------------------------------------------------------------------------*/



#header_menu {
    float: right;
    width: 310px;
}

#header_slider {
    position: relative;
    height: 267px;
    width: 400px;
}

#header_text{
    position: relative;
    width: 400px;
    height: 267px;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#content_partner{
    width: 1000px;
    float: left;
    padding: 0px;
    height: 100%;
    margin-top: 20px;
    background-image: url(3.png);
    border-radius: 5px;
}

.partner {
    width: 320px;
    float: left;
    padding: 20px;
    height: 100%;
    height: auto;
}
.partner h2 {
    font: normal .875em/1.5em 'Georgia', serif;
    font-style: italic;
    font-size: 1.671em;
    font-weight: normal;
    border-bottom: white 1px dashed; 
}
#partner_item{
    float: right;
    width: 640px;
    height: auto;
    margin-top: 20px;
    margin-left: ;
 
}
#partner_item_content{
    
    width: 620px;
    height: auto;
    margin-bottom: 20px;
    background-color: silver;
}
.link_name{
  margin-top: 5px;
  font-size: 13px; 
  font-weight: bold;
  text-decoration: none;  
  color: black;
}

#content_left {
    width: 620px;
    float: left;
    height: 100%;
    margin: 20px 0 0 50px;
    height: auto;
}

#content_right {
    width: 295px;
    float: right;
    height: auto;
    margin-top: 20px;

}

#site{

    text-align: center;
   //padding: 20px;
    margin: 0 auto;
    height: auto;
    width:400px;
    
}
#site a{
    color: white;
    font: normal .875em/1.5em 'Georgia', serif;
    font-style: italic;
    font-size: 1.1em;
    font-weight: normal;
    border-bottom: white 1px dashed;
    text-decoration: none;    
}

.content_left p {

}
#content_left_contact{

}
#content_soc{
    float: right;

}
#content_left_contact a{
   font-weight: bold;
   color: white;
   text-decoration: none;
}

#content_reccomend a{
   color: black;
   text-decoration: none;
}
#content_left_host_kr a{
    color: white;
    float: right;
    font-size: 12px;
    font-style: italic;
}

.content_left h2 {
    font: normal .875em/1.5em 'Georgia', serif;
    font-style: italic;
    font-size: 1.671em;
    font-weight: normal;
    border-bottom: white 1px dashed; 
}

#gallery{
    overflow: hidden;
    text-align: center;
    float: left;
    padding: 25px 0;
}


/* Footer
-----------------------------------------------------------------------------*/

#footer_mitku {
    padding: 10px;
    margin: 0 auto;
    width: 960px;
    overflow: hidden;
    border-bottom: 1px solid #353434;
    text-align: center;
    color: #3B3B3B;
    display: none;
}
#footer_mitku a{
    text-align: center;
    color: #3B3B3B;
    text-decoration: none;
}

#footer_content {
    margin: 0 auto;
    padding: 0px;
    width: 960px;
    overflow: hidden;
    
}
.footer_logo{
    padding: 15px 10px;
    float: right;
}

.copyright {
    color: #B1B1B1;
    float: left;
    padding: 20px 10px 30px;
    width: 700px;
    overflow: hidden;
}


.login_form{
     font-size: 14px;
     border: 1px solid #7979FF;
     margin: 5px 0;
     height: 20px;
     padding: 3px;
     width: 250px;
}
.button{
    padding: 3px 20px;
    float: right;
    margin: 20px 0;
    cursor: pointer;
}

.login_parol{
     font-family: "Arial";
     font-size: 14px;
     float:left;
     border:1px solid #7979FF;
     margin:2px 0px 4px 2px;
     color:#00000;
     height:20px;
     padding:3px;
}
.income{
    font-family: "Arial";
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
    float: right;
    padding: 0 10px;
    
}


/* Settings
-----------------------------------------------------------------------------*/
.mask {
    position: fixed;
    background-color: #000;
    opacity: 0.7;
    display: none;
    left: 0;
    bottom:0;
    right: 0;
    top:0;
    z-index: 9998;
}
.videobox-window {
    position: fixed;
    z-index: 9999;
    display: none;
    box-shadow: 0 0 15px #000;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 20%;
    width: 800px;
    padding: 20px;
    background: black;
	text-align: center;
}
.virtualbox-window  {
    position: fixed;
    z-index: 9999;
    display: none;
    box-shadow: 0 0 15px #000;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 20%;
    width: 800px;
    padding: 20px;
    background: black;
	text-align: center;
}

.toper-window1 {
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    display: none;
    box-shadow: 0 0 15px #000;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 5%;
    bottom: 5%;
    width: 50%;
    text-align: center;
}
.toper-window2 {
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    display: none;
    box-shadow: 0 0 15px #000;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 5%;
    bottom: 5%;
    width: 50%;
    text-align: center;
}

.settings-window {
    width: 560px;
    height: 325px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    margin-top: -160px;
    left: 50%;
    margin-left: -280px;
    z-index: 9999;
    display: none;
    box-shadow: 0 0 15px #000;  
}

.settings-window p{
    height: 53px;    
    text-shadow: 1px 1px 1px #000;
    background-image: url(/images/info-window/top.png);
    margin: 0;
    line-height: 53px;
    color: #fff;
    text-align: center;
    font-size: 22px; 
}

.settings-window .form-row {
    height: 45px;
    font-size: 18px;
    margin-left: 80px;
    margin-top: 15px;
}

.settings-window .form-row select{
    height: 30px;    
    box-shadow: 1px 1px 2px #000;
    background-color: #b56d1a;
    border: none;
    outline: none;
    line-height: 30px;    
    color: #fff;
    font-size: 18px;    
    font-size: 22px;        
}

.settings-window .form-row option{
    height: 30px;
    color: #fff;
    line-height: 30px;
}

.settings-window .form-row input[type=radio]{
    display: none;
    position: relative;
    top:0px;
}
.settings-window .form-row-label {
    width: 170px;
    float: left;
    height: 30px;
    line-height: 30px;
}

.settings-window .form-row-lang {
    display: block;
    float: left;
    width: 50px;
    height: 40px;
    background-image: url(/images/info-window/langs.jpg);
    margin-right: 35px;
}

.settings-window .form-row-ru {
    background-position: -88px 0;
    opacity: 0.5;
}
.settings-window .form-row-en {    
    background-position: -173px 0;    
    opacity: 0.5;
}

.form-row-label-email {
    font-size: 12px;
    line-height: normal !important;
}

.settings-window .form-row input[type=text] {
    width: 220px;
    border: 1px solid #a8a8a8;
    box-shadow: 0 0 5px #d1d1d1;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}

.settings-window .form-row input[type=text]:focus {       
    box-shadow: 0 0 5px #999;
}

.settings-window input[type=submit] { 
    width: 188px;
    border: none;
    outline: none;
    cursor: pointer;
    display: block;
    margin: 0 auto;    
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px 1px #000;
    height: 40px;
    background-image: url(/images/info-window/submit.jpg);
}