/* reset */
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {*/
    /*padding: 0;*/
    /*margin: 0;*/
/*}*/
/*table {*/
    /*border-collapse: collapse;*/
    /*border-spacing: 0;*/
    /*border:none;*/
/*}*/
.ul_custom {
  list-style-type:disc;
  list-style-position:outside;
  padding:0px;
  margin:0px;
  margin-left:13px;    
  line-height:1.4;
}
fieldset,img {
    border: 0;
}
a img, :link img, :visited img {
    border: 0;
}
/*address,caption,cite,code,dfn,em,strong,th,var {*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
/*}*/
/*ol,ul {*/
    /*list-style: none;*/
/*}*/
/*blockquote:before, blockquote:after {*/
    /*content: "";*/
/*}*/
/*q:before,q:after {*/
    /*content:'';*/
/*}*/
/*abbr,acronym {*/
    /*border: 0;*/
/*}*/
/*a, ins {*/
    /*text-decoration: none;*/
/*}*/

/* page */
html, body {
    font-family:GolosText, Tahoma, Arial, sans-serif;
    font-weight:300;
    font-size:14px;
    color:#212121;
    background-color:white;
    margin:0px;
    height: 100%;
    text-size-adjust:none;
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
}


/* headers */
h1{
    color:#212121;
    font-weight:300;
    font-size:35px;
    margin:0px;
    margin-bottom:42px;
}
.header_h1 {
    color:#212121;
    font-weight:300;
    font-size:35px;
    margin:0px;
    margin-bottom:20px;
}

h2, h5, h6 {
    color:#212121;
    font-size:25px;
    font-weight:300;
    margin:0px;
    margin-bottom:20px;
}

h3 {
    color:#212121;
    font-weight:300;
    font-size:25px;
    margin:0px;
    margin-bottom:20px;
}

h4 {
    color:#e47129;
    font-size:30px;
    font-weight:300;
    margin:0px;
    margin-bottom:20px;
}

.header {
    color:#212121;
    font-weight:400;
    font-size:60px;
    margin:0px;
    margin-bottom:20px;
}
.header2 {
    color:#888888;
    font-size: 22px;
    font-weight:300;
    margin:0px;
    margin-bottom:20px;
}
.header3 {
    color:#212121;
    font-size: 22px;
    font-weight:300;
    margin:0px;
    margin-bottom:20px;
}

/* links */
a,a:link{
    color:#212121;
    text-decoration:none;
    transition: 0.2s;    
}
a:hover {
    color:#888;
   text-decoration:none;
}
.link_1 {
    color:#212121 !important;
    font-weight:300 !important;
    text-decoration:underline !important;
    transition:0.2s;
}
.link_1:hover {
    font-weight:300 !important;
    text-decoration:underline !important;
    transition:0.2s !important;
    color:#888 !important;
}
.link_2 {
    color:#888888 !important;
    font-size: 14px !important;
    font-weight:400 !important;
    text-decoration:none !important;
}
.link_2:hover {
    color:#e47129;
    text-decoration:none !important;
}
.link_1_header {
    color:#5d8c5d !important;
    font-size: 18px !important;
    font-weight:300 !important;
    text-decoration:none !important;
}
.link_1_header:hover {
    color:#e47129 !important;
    text-decoration:none !important;
}
.link_2_header {
    color:#727272 !important;
    font-size:18px !important;
    font-weight:300 !important;
    text-decoration:none !important;
}
.link_2:hover {
    color:#e47129 !important;
    text-decoration:none !important;
}



/* tools */
.hide {
    display: none;
}


/* inputs */
input {
    font-family:GolosText, Tahoma, Arial, sans-serif;
    -webkit-user-select: text; /* android bug fix*/
    font-weight:300;
}
.input-text{
    border:1px solid #ababab;
    height:18px;
    width:450px;
    padding-left:5px;
    padding-right:5px;
    font-family:GolosText, Tahoma, Arial, sans-serif;
    font-weight:300;
    font-size:14px;
    color:#212121;
}
.input-text:hover{border:1px solid #e47129;}
.input-text:focus{border:1px solid #e47129;box-shadow: 0 0 2px #e47129;}

.textarena{
    border:1px solid #ababab;
    height:100px;
    width:450px;
    padding-left:5px;
    padding-right:5px;
    font-family:GolosText, Tahoma, Arial, sans-serif;
    font-size:14px;
    color:#212121;
    font-weight:300;
    -webkit-user-select: text; /* android bug fix*/
}
.textarena:hover{border:1px solid #e47129;}
.textarena:focus{border:1px solid #e47129;box-shadow: 0 0 2px #e47129;}

.select{
    border:1px solid #ababab;
    padding-left:3px;
    font-family:GolosText, Tahoma, Arial, sans-serif;
    font-size:14px;
    color:#212121;
}
.select:hover{border:1px solid #e47129;}
.select:focus{border:1px solid #e47129;box-shadow: 0 0 2px #e47129;}

.checkbox{margin:0 7px 0 0;vertical-align: middle;}
.radio{margin:0 7px 0 0;vertical-align: middle;}
.input_star {color:red;}