
    /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /* font-family: 'Open Sans', sans-serif; */
    vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    html{
        width:100%;
       
    }
    body {
        line-height: 1;
        /* font-family: 'Open Sans', sans-serif; */
        width:100%;
        position:relative;
        margin:0px auto;
    }
    h1{
        font-size:400%;
    }
    h2{
        font-size:200%;
    }
    h3{
        
        margin: 10px auto;
    }
    h4{
        font-size:120%;
        font-weight: 800;
        font-family:"Trebuchet MS";
        
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }
	a, a:visited{
		text-decoration:none;
		color:black;
	}
select{
	padding:5px 10px;
	font-size: 14px;
  background: url('../img/icons/lenyilo_nyil.svg');
  background-size: 14px;
  background-repeat:no-repeat;
  background-position: calc(100% - 4px) 50%;
	border:1px solid #000;
/*    
	border-top:1px solid #999999;
    border-left:0px;
    border-right:0px;
    border-bottom:0px;
*/	
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    font-weight: bold;
    cursor:pointer;
     padding-right:30px;
   
    border-width: 1px;
    border-style: solid;
/*    
	-webkit-border-image: 
      -webkit-gradient(linear, 0 0, 0 100%, from(#999999), to(rgba(0, 0, 0, 0))) 1 2%;
    -webkit-border-image: 
      -webkit-linear-gradient(#999999, rgba(0, 0, 0, 0)) 1 2%;
    -moz-border-image:
      -moz-linear-gradient(#999999, rgba(0, 0, 0, 0)) 1 2%;    
    -o-border-image:
      -o-linear-gradient(#999999, rgba(0, 0, 0, 0)) 1 2%;
  	border-image:
      linear-gradient(to bottom, #999999, rgba(0, 0, 0, 0)) 1 2%;
*/     

	}
	select:active, select:focus{
	  -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      outline:none;
      

	}
  option:hover{
    color:#a06f40;
  }
  
  html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
  width:100%;
  height:auto;
  
}
body > div{
	overflow:hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
strong{
	/*font-family:'Gotham Bold';*/
	font-weight:bold;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-transition: color 0.2s, background 0.2s;
  -moz-transition: color 0.2s, background 0.2s;
  -o-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
button > *{
	display:inline-block;
	vertical-align:middle;
}
input:not([type=checkbox]), textarea, button{
	width:100%;
	border:none;
	padding:5px;
	margin:5px 0;
	box-sizing:border-box;
}
textarea{
	border:1px solid #999999;
}
input::-webkit-input-placeholder{
	font-size:14px;
}
input::-ms-input-placeholder{
	font-size:14px;
}
input::-moz-placeholder{
	font-size:14px;
}
input[type=radio].custom-radio{
  display:none;
}
input[type=radio].custom-radio + label:before{
   content: "\f096";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 18px;
    padding:5px;
   
}

input[type=radio].custom-radio:checked + label:before{
  content: "\f00c";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 18px;
    padding:5px;
}
input[type=checkbox]{
	appearance:none;
	-webkit-appearance:none;
	position:relative;
}
input[type="checkbox"]::before{
	content: "\f00c";
	display:inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-size:20px;
    text-decoration: inherit;
    right:-30px;
    width:30px;
    height:30px;
    line-height:30px;
    border:1px solid #aaaaaa;
    color:#eeeeee;
    text-align:center;
}
input[type=checkbox]:checked::before{
	color:#444444;
}