@font-face {
   font-family: 'Montserrat';
    src:url("../fonts/Montserrat-Regular.ttf") format('truetype');
}
@font-face {
   font-family: 'merriweather.regular';
    src:url("../fonts/merriweather.regular.ttf") format('truetype');
}
@font-face {
   font-family: 'coda.regular';
    src:url("../fonts/coda.regular.ttf") format('truetype');
}
* {
    box-sizing: border-box;
}
body {
    background-color: #ffffff;
    color: #666666;
      font-family: 'coda.regular';
    font-size: 15px;
    
    font-weight: normal;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #4d4d4d;
     font-family: 'coda.regular';
    font-style: normal;
    line-height: 2;
    margin: 0;
    
}
h1 {
    font-size: 100px;
}
h2 {
    font-size: 64px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #191919;
    
}
p a {
    color: #ffffff;
   
}
p {
    color: #777777;
  
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 24px;
}
a {
    color: #000000;
  
    text-decoration: none;
}
a:hover, a:focus, a:active {
    outline: medium none;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: outside none none;
}
ul ul {
    margin: 0;
    padding: 0;
}
ol {
    float: none;
    list-style: outside none decimal;
    padding-left: 15px;
}
ol ol {
    margin-left: 20px;
}
ol li {
    list-style: outside none decimal;
    width: 100%;
}
figure {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}
img {
    max-width: 100%;
}
strong {
    color: #3d3d3d;
}
iframe {
    border: medium none;
    float: left;
    width: 100%;
}
select {
    border: 1px solid #d2d2d2;
    color: #3d3d3d;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    padding: 8px 12px;
    width: 100%;
}
label {
    color: #777777;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
    
}
button {
    border: medium none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    /*border: 1px solid #ffffff;*/
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    outline: medium none;
    vertical-align: middle;
    border-radius: 0;
}
.form-control
{
    font-size: 16px;
    font-family: 'coda.regular';
}
form p {
    float: left;
    position: relative;
    width: 100%;
}
form p span i {
    color: #474747;
    left: 16px;
    position: absolute;
    top: 13px;
}
table {
    background-color: rgba(0, 0, 0, 0);
    max-width: 100%;
    width: 100%;
}
th {
    text-align: left;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border: 1px solid #d2d2d2;
    line-height: 2.5;
    padding-left: 7px;
    vertical-align: top;
}
table thead tr th {
    border-top: 1px solid #d2d2d2;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #d2d2d2;
}
table > thead > tr > th {
    border-bottom: 2px solid #d2d2d2;
    vertical-align: bottom;
}
table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
    border-bottom: 0 none;
}
table > tbody + tbody {
    border-top: 2px solid #d2d2d2;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 12px 16px;
}
p ins {
    color: #999999;
}
dl dd {
    margin-left: 20px;
}
address {
    /*font-style: italic;*/
}

.c_ph:-moz-placeholder {
    color: #787878;
    opacity: 1;
}
.c_ph::-moz-placeholder {
    color: #787878;
    opacity: 1;
}
