/*@import url('http://fonts.googleapis.com/css?family=Gabriela');*/
/* cyrillic-ext */
@font-face {
  font-family: 'Gabriela';
  font-style: normal;
  font-weight: 400;
  src: local('Gabriela Regular'), local('Gabriela-Regular'), url(../fonts/gabriela/crDj37LWG1WY7WKGiKGJ8hTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Gabriela';
  font-style: normal;
  font-weight: 400;
  src: local('Gabriela Regular'), local('Gabriela-Regular'), url(../fonts/gabriela/DqTVCTfJKPvR-s9P97gpqxTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: 'Gabriela';
  font-style: normal;
  font-weight: 400;
  src: local('Gabriela Regular'), local('Gabriela-Regular'), url(../fonts/gabriela/CO6bIpNvGrJRZDx3xfggGvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


body {
  font: 13px/20px 'Gabriela', Helvetica, Arial, sans-serif;
  color: #404040;
  /*background-color:#596778 !important;*/
  background:url(../images/bg.jpg) right no-repeat;
}

.sign-up {
  position: relative;
  margin: 14% auto;
  width:auto;
  padding: 33px 25px 5px;
  background: white;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.sign-up:before, .sign-up:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 10px;
  background: inherit;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 4px;
}
.sign-up:after {
  bottom: 3px;
  border-color: #dcdcdc;
}

.sign-up-title {
  margin: -25px -25px 25px;
  padding: 10px 25px;
  line-height: 35px;
  font-size: 26px;
  font-weight: 300;
  color: #4b4b4b;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  background: #f7f7f7;
  font-family:'Gabriela', Helvetica, Arial, sans-serif;
}
.sign-up-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: #178808;
  border-radius: 5px 5px 0 0;
 /* background-image: -webkit-linear-gradient(left, #62c2e4, #62c2e4 50%, #c4e17f 50%, #c4e17f);
  background-image: -moz-linear-gradient(left, #62c2e4, #62c2e4 50%, #c4e17f 50%, #c4e17f);
  background-image: -o-linear-gradient(left, #62c2e4, #62c2e4 50%, #c4e17f 50%, #c4e17f);
  background-image: linear-gradient(to right, #62c2e4, #62c2e4 50%, #c4e17f 50%, #c4e17f);*/
}

input {
  font-family: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sign-up-input {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  padding: 0 15px 2px;
  font-size: 17px;
  background: white;
  border: 2px solid #ebebeb;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 -2px #ebebeb;
  box-shadow: inset 0 -2px #ebebeb;
}
.sign-up-input:focus {
  border-color: #727272;
  outline: none;
  -webkit-box-shadow: inset 0 -2px #727272;
  box-shadow: inset 0 -2px #727272;
}
.lt-ie9 .sign-up-input {
  line-height: 48px;
}

.sign-up-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 54px;
  padding: 0;
  font-size: 22px;
  color:#FFFFFF;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #178808;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
  border-bottom: 2px solid #0f5905;
  -webkit-box-shadow: inset 0 -2px #0f5905;
  box-shadow: inset 0 -2px #0f5905;
}

.sign-up-button:hover {
 
  
  
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #4b4b4b;
  color:#FFFFFF;
  border: 0;
  border-bottom: 2px solid #1b1b1b;
  -webkit-box-shadow: inset 0 -2px #1b1b1b;
  box-shadow: inset 0 -2px #1b1b1b;
}

.sign-up-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

:-moz-placeholder {
  color: #ccc;
  font-weight: 300;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 300;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}


input[type=number] {-moz-appearance: textfield;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.inputstyle{
	width:32px;
	}
ol {
  counter-reset: list;
}
ol > li{
  list-style: none;
  float:left;
  padding:0px 20px 20px 0px;
}
ol > li:before {
  content: counter(list, upper-alpha) ") ";
  counter-increment: list;
  font-weight:bold;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
