@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,latin-ext);


body {
    overflow-y: scroll;
    font-family: 'Open Sans', sans-serif;
}

.container {
    width: 1025px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.nomargin {
    margin: 0;
}

strong, b {
    font-weight: 700;
}

strong.EMI_medium, b.EMI_medium {
    font-weight: 600;
}

.relative {
    position: relative;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.over-image {
    position: relative;
}

.over-image span {
    position: absolute;
    left: 0;
    top: 0;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 15px 0;
}

sup {
    vertical-align: top;
    font-size: 0.8em;
}

h1 {
    font-size: 30px;
    line-height: 30px; 
}

h2 {
    font-weight: 300;
    font-size: 32px;
    line-height: 32px;
}

h4 {
    /*font-family: 'Helvetica', arial;*/
    font-size: 15px;
    color: #444;
    font-weight: bold;
    margin: 10px 0;
}

.EMI_basic {
    font-size: 16px;
    /* font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
    color: #444444;
    line-height: 1.2em;
}

.EMI_transition {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.EMI_acenter {
    text-align: center;
}

.EMI_boxwhite {   
    padding: 70px 0;
}

.EMI_boxwhite h2 {
    color: #303030;
}

.EMI_boxwhite a {
    color: #2a7abb;
}

.EMI_boxgray {
    background-color: #f0f3f3;    
    color: #3d3d3d;
}

.EMI_boxgray .EMI_border_right {
    border-right: solid 1px #dedede;
}

.EMI_boxgray .EMI_border_left {
    border-left: solid 1px #dedede;
}

.EMI_boxgray h2 {
    color: #232322;
}

.EMI_boxgray a {
    color: #2a7abb;
}

.EMI_pageheader {
    border-bottom: solid 1px #d4d4d4;
    padding: 37px 0 26px 0;
}

.EMI_pageheader .EMI_webtitle {
    font-size: 22px;
    color: #444444;
    font-weight: 700;
    margin-left: 2px;
    float: left;
    line-height: 21px;
    margin-top: 18px;
}

.EMI_pageheader .EMI_webtitle .EMI_method {
    font-weight: 400;
    margin-left: 0px;
    padding-top: 7px;
    margin-right: 8px;
    font-weight: 300;
    font-size: 22px;
}

.EMI_pageheader .EMI_webtitle .EMI_imitum {
    color: #48aa0d;
    font-size: 26px;
    line-height: 33px;    
}

.EMI_pageheader .EMI_webtitle .EMI_imitum sup {
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    margin-top: -8px;
}

.EMI_pageheader .EMI_webtitle .EMI_method, .EMI_pageheader .EMI_webtitle .EMI_imitum {
    display: block;
    float: left;
}


.EMI_pageheader .EMI_mainmenu {
    float: right;
    font-size: 14px;
    margin-top: 26px;
    margin-right: 30px;
}

.EMI_pageheader .EMI_mainmenu li {
    float: left;
    margin-right: 30px;
}

.EMI_pageheader .EMI_mainmenu li:last-child {
    margin-right: 0;
}

.EMI_pageheader .EMI_mainmenu li a {
    color: #2f87e2;
    text-decoration: none;
    padding-bottom: 7px;
}

.EMI_pageheader .EMI_mainmenu li a:hover {
    border-bottom: solid 2px #2f87e2;
}

.EMI_pageheader .EMI_mainmenu li.EMI_login a {
    color: #f64d00;
}

.EMI_pageheader .EMI_mainmenu li.EMI_login a:hover {
    border-bottom: solid 2px #f64d00;
}

.EMI_pageheader .EMI_mainmenu li a sup {
    display: inline-block;
    margin-top: -6px;
}

.EMI_pageheader .EMI_mainmenu a.EMI_icon_menuhome:hover {
    border: none;
}

/* patička */
.EMI_pagefooter {
    background-color: #d2d6d6;
    border-top: solid 3px #bbbfbf;
    padding-top: 38px;
    min-width: 1025px;
}

.EMI_pagefooter .container {
    padding: 0  63px;
}

.EMI_pagefooter .EMI_copyright {
    background-color: #bbbfbf;
    text-align: center;
    font-size: 12px;
    color: #232222;
    padding: 10px 0;
}

/* ikony */
.EMI_icon_menuhome {
    background: url('../images/icon-menu-home.png') no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
}

.EMI_icon_check_white {
    background: url('../images/icon-check-white.png') no-repeat;
    width: 16px;
    height: 14px;
    display: inline-block;
    margin-bottom: -2px;
    margin-right: 8px;
    margin-left: -6px;
}

/* ikony END*/


.EMI_form label {
    font-size: 14px;
    display: block;
    padding: 3px;
}

.EMI_form label {
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
}

.EMI_form input[type=text], .EMI_form input[type=email], .EMI_form input[type=password], .EMI_form textarea {
    border: solid 1px #d2d2d2;
    border-radius: 5px;
    background-color: #fdfcfc;
    color: #444;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
}

.EMI_form textarea {
    font-family: inherit;
}

.EMI_form input[type=text], .EMI_form input[type=email], .EMI_form input[type=password] {
    height: 34px;
}

.EMI_form textarea {
    padding-top: 10px;
    padding-bottom: 10px;
}

.EMI_special_form {

}

.EMI_special_form.EMI_contact_form label.EMI_required:after {
    display: none;
}

.EMI_special_form .EMI_control, .EMI_special_form .EMI_control_textarea {
    position: relative;
    width: 410px;   
    border: solid 1px #D2D2D2;
    border-radius: 5px;
    background-color: #fdfcfc;
    height: 40px;
    margin-bottom: 18px;
    margin-left: 50px;
}

.EMI_special_form .EMI_control_textarea
{
    height: auto;
    width: 100%;
    margin-left: 0;
}

.EMI_special_form .EMI_control_textarea textarea
{
    border: none;
    resize: none;
}

.EMI_special_form .EMI_control label {
    position: absolute;
    bottom: 0;
    background-color: #7E7B7B;
    width: 100%;
    display: block;
    margin: 0;
    border-bottom-left-radius: 5px;
    color: #fff;
    border-bottom-right-radius: 5px;
    text-transform: uppercase;
    height: 0;
    padding: 0 10px;
    /*font-family: Helvetica, Arial, 'Lucida Grande', sans-serif;*/
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    overflow: hidden;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.EMI_special_form .EMI_control.EMI_showlabel label {
    height: 14px;
}

.EMI_special_form .EMI_control input {
    width: 100%;
    border: none;
    background-color: transparent;
    height: 40px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.EMI_special_form input:focus::-webkit-input-placeholder { /* WebKit browsers */
    color:transparent; -webkit-transition: all 400ms ease-in-out;
}
.EMI_special_form input:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:transparent; -moz-transition: all 400ms ease-in-out;
}
.EMI_special_form input:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:transparent; -moz-transition: all 400ms ease-in-out;
}
.EMI_special_form input:focus:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:transparent; -ms-transition: all 400ms ease-in-out;
}


.EMI_special_form .EMI_control.EMI_showlabel input {
    height: 26px;
}

.EMI_special_form .EMI_control.EMI_error {
    border-color: #f64d00;
}

.EMI_special_form .EMI_control.EMI_error label {
    background-color: #f64d00;
}

.EMI_special_form .EMI_control.EMI_error input {
    color: #f64d00;
}

.EMI_special_form .EMI_bubble_error {
    position: relative;
}

.EMI_special_form .EMI_bubble_error label.EMI_error {
    background: url('../images/error-bubble-mid.png');
    background-repeat: repeat no-repeat;
    display: inline-block;
    height: 39px;
    color: #fff;
    padding-top: 7px;
    position: absolute;
    width: 200px;
    text-align: center;
    top: 29px;
    left: 22px;
}

.EMI_special_form .EMI_bubble_error label.EMI_error:before {
    background: url('../images/error-bubble-left.png');
    background-repeat: repeat no-repeat;
    content: " ";
    display: block;
    height: 39px;
    width: 9px;
    position: absolute;
    left: -9px;
    top: 0px;
}

.EMI_special_form .EMI_bubble_error label.EMI_error:after {
    background: url('../images/error-bubble-right.png');
    background-repeat: repeat no-repeat;
    content: " ";
    display: block;
    height: 39px;
    width: 9px;
    position: absolute;
    right: -9px;
    top: 0px;
}

.EMI_special_form .EMI_bubble_error.EMI_down label.EMI_error:before {
    background: url('../images/error-bubble-left-down.png');
    top: -6px;
}

.EMI_button {
    height: 51px;
    display: inline-block;
    font-size: 19px;
    color: #FFF !important;
    text-decoration: none; 
    position: relative;
    padding: 15px 21px 15px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    transition-duration: 0.2s;
    	-moz-transition-duration: 0.2s;
    	-webkit-transition-duration: 0.2s;
    	-o-transition-duration: 0.2s;
}

.EMI_button:active {
    top: 2px !important;
    border-bottom-width: 1px;
}

.EMI_button i {
    margin-left: -9px;
}

.EMI_button_blue {
    text-shadow: 0 -2px 0 #1d5895;
    background-color: #2f87e2;
    border-bottom: solid 3px #135ba6;
    -webkit-box-shadow: 0 0 1px 0px #2f87e2;
    box-shadow: 0 0 1px 0px #2f87e2;
}
.EMI_button_blue:hover {
    text-shadow: 0 -2px 0 #1d5895;
    background-color: #3394FA;
    border-bottom: solid 3px #135ba6;
    -webkit-box-shadow: 0 0 1px 0px #2f87e2;
    box-shadow: 0 0 1px 0px #2f87e2;
}

.EMI_button_blue:action {
    top: 2px;
    border-bottom: solid 1px #135ba6;
}

.EMI_button_blue_small {
    text-shadow: 0 -2px 0 #1d5895;
    height: 42px;
    font-size: 17px;
    padding: 13px 31px;
    
    background-color: #2f87e2;
    border-bottom: solid 3px #135ba6;
    -webkit-box-shadow: 0 0 1px 0px #2f87e2;
    box-shadow: 0 0 1px 0px #2f87e2;
}

.EMI_button_blue_small:hover {
    text-shadow: 0 -2px 0 #1d5895;
    height: 42px;
    font-size: 17px;
    padding: 13px 31px;
    background-color: #3394FA;
    border-bottom: solid 3px #135ba6;
    -webkit-box-shadow: 0 0 1px 0px #2f87e2;
    box-shadow: 0 0 1px 0px #2f87e2;
}

.EMI_button_blue_small:active {
    top: 2px;
    border-bottom: solid 1px #135ba6;
}


/* login page */
.EMI_login_page .EMI_pageheader {
    border: none;
}

.EMI_login_page .EMI_pagefooter {
    border: none;
    background: none;
    padding: 0;
    margin-top: 48px;
}

#EMI_login {
    padding-top: 73px;
}

#EMI_login .container {
    position: relative;
}

#EMI_login .EMI_side_box {
    position: absolute;
    width: 305px;
    top: 0;
    text-align: center;
} 

#EMI_login .EMI_side_box.EMI_left {
    left: 0;
} 

#EMI_login .EMI_side_box.EMI_right {
    right: 0;
} 

/* login form */
.EMI_login_form .EMI_box {
    background-color: #f0f3f3;
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    width: 342px;
    margin: 0 auto;
    padding-top: 34px;
    padding-bottom: 25px;
}

.EMI_login_form .EMI_box .EMI_box_title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}

.EMI_login_form .EMI_box .EMI_control {
    width: 254px;
    margin: 0 auto 12px;
}

.EMI_login_form .EMI_box .EMI_info_link {
    font-size: 11px;
    text-align: center;
}

.EMI_login_form .EMI_box .EMI_buttons {
    margin-top: 17px;
    margin-bottom: 13px;
}

.EMI_login_form .EMI_no_acc {
    font-size: 13px;
    text-align: center;
    margin-top: 17px;
}

.loginNotExist {
    width: 100%;
    display: block;
    /*font-family: Helvetica, Arial, 'Lucida Grande', sans-serif;*/
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    color: red;
    text-align: center;
    overflow: hidden;    
}

.EMI_above_box {
    position: absolute;
    width: 100%;
    top: -53px;
}

.EMI_t1 {
    text-align: center;
    color: #f7812a;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 4px;
}

.EMI_t2 {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 6px;
}


.EMI_t2 a {
    color: inherit;
}

.EMI_blue {
    color: #2f87e2;
}

.EMI_red {
    color: #f64d00;
}

.EMI_black {
    color: #000000;
}

.EMI_green {
    color: #48aa0d;
}

.EMI_yellow {
    color: #feeb15;
}

.blue {
    color: #2f87e2;
}

.red {
    color: #f64d00;
}

.black {
    color: #000000;
}

.green {
    color: #48aa0d;
}

.yellow {
    color: #feeb15;
}

/* END login form */
/* END login page */

@media (max-width: 1024px) {

  .EMI_login_page .EMI_pageheader {
    padding: 0;
    padding-top: 5px;
  }
  
  .EMI_pageheader .EMI_webtitle {
    font-size: 16px;
  }
  
  .EMI_pageheader .EMI_webtitle .EMI_method {
    font-size: 18px;
  }
  
  #EMI_login {
    padding: 15px 0;
  }
  
  #EMI_login .container {
    width: 100%;
  }
  
  .EMI_login_page .EMI_pagefooter {
    margin-top: 0;
    min-width: 100%;
  }
  
  .EMI_pagefooter .container {
    width: 100%;
    padding: 0 15px;
  }
  
  .EMI_login_form .EMI_box {
    width: 100%;
  }
  
  .container {
    width: 100%;
  }
  
  .EMI_pageheader .EMI_mainmenu {
    width: 100%;
    margin: 0;
  }
  
  .EMI_pageheader .EMI_mainmenu li {
    width: 100%;
    text-align: center;
    margin: 15px 0;
  } 
  
  .EMI_pageheader .EMI_mainmenu li a {
    display: inline-block;
    font-size: 20px;
  }  

}