/*Reset styles
====================================================*/
@font-face {
    font-family: 'loveloblack';
    src: url('fonts/lovelo_black-webfont.eot');
    src: url('fonts/lovelo_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lovelo_black-webfont.woff') format('woff'),
         url('fonts/lovelo_black-webfont.ttf') format('truetype'),
         url('fonts/lovelo_black-webfont.svg#loveloblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
    font:normal 13px 'Istok Web',Arial;
}
h1,h2,h3,h4,h5,h6{font-family:'loveloblack',Arial;margin:10px 0;}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="reset"],
input[type="button"],
select,
textarea{
  -webkit-appearance: none;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
select,
textarea {
  -webkit-transition: all 0.10s ease-in-out;
  -moz-transition: all 0.10s ease-in-out;
  -ms-transition: all 0.10s ease-in-out;
  -o-transition: all 0.10s ease-in-out;
  outline: none;
  background:none;
  padding: 10px 0px 10px 10px;
  margin: 5px 1px 3px 0px;
  border: 2px solid #ddd;
}

input[type=text]:focus, 
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 2px solid rgba(81, 203, 238, 1);
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #3bb85e; 
  color: #fff;
  font-size: 12px;
  text-shadow:none;
  border:none;
  padding:12px 12px;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #fff;
	background: #000; /* Old browsers */
	border:none;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	border: none;
	background: #3bb85e;
}
select{
    margin-top:0px;
	padding:5px;
	width:180px;
	background:#fff url(../images/site_icons/dropdown.png) no-repeat 95%;
}

a{
	color:#3bb85e;
	/*-webkit-transition: all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;*/
}
a:hover{
    opacity:0.8;
}