html,
body {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #FFFFFF;
    color: #04142d;
    font-size: 18px;
    overflow: auto;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.clear {
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    line-height: 0;
    border: 0;
    font-size: 0;
    outline: 0;
    overflow: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}
td,
th {
    position: relative;
    padding: 0 0 15px 0;
}
a,
a:link,
a:active {
    font-size: 13px;
    text-decoration: underline;
    color: #04142d;
}
a:hover,
a:focus {
    text-decoration: none;
}
fieldset {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}
@media (max-width:800px) {
    fieldset {
        height:100%;
    }
}
        /*
		* CLASS
		*/

.clear {
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    line-height: 0;
    border: 0;
    font-size: 0;
    outline: 0;
    overflow: hidden;
}


/* old */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* SCROLLBAR */
/* width */
::-webkit-scrollbar {
    width: 0;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: transparent;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: transparent;
  }
sup {
    font-size: 10px;
}
/* For IE 6/7 (trigger hasLayout) */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.hide {
    display: none;
}

.hidden {
    display: none !important;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.affix {
    position: fixed;
}

.wp50 {
    width: 50%;
}
.wp100 {
    width: 100%;
}

figure {
    position: relative;
  margin: 0;
  z-index: 1;
}
figure img {
  width: 100%;
  height: auto;
}
input{
    outline: none;
    -webkit-appearance: none;    
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"] {
    cursor:text;
}