@import "https://fonts.googleapis.com/css?family=Sintony:400,700&amp;subset=latin,latin-ext";
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&amp;subset=latin,vietnamese,cyrillic-ext,latin-ext,cyrillic,greek,greek-ext";

/** {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

body {
    color: #666;
    font-family: open sans,sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
}

    body h1, body h2, body h3, body h4, body h5, body h6 {
        color: #333;
        font-family: sintony,sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1.6;
        margin: 0;
    }

h1 {
    font-size: 62px;
}

h2 {
    font-size: 60px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 21px;
}

h6 {
    font-size: 16px;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: #3d3d3d;
    }

p a {
    color: #fff;
}

p {
    letter-spacing: .2px;
    line-height: 24px;
    color: #999;
    font-size: 14px;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover, a:focus, a:active {
        text-decoration: none;
    }

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

ul ul {
    margin: 0;
    padding: 0;
}

ol {
    float: none;
    list-style: decimal;
    padding-left: 15px;
}

    ol ol {
        margin-left: 20px;
    }

    ol li {
        list-style: decimal;
        width: 100%;
    }*/

figure {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}

img {
    max-width: 100%;
}

strong {
    color: #3d3d3d;
}

/*iframe {
    border: 0;
    float: left;
    width: 100%;
    height: 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: #3d3d3d;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

button {
    border: 0;
}

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 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    outline: 0;
    vertical-align: middle;
}

form p {
    float: left;
    position: relative;
    width: 100%;
}

    form p span i {
        color: #474747;
        left: 16px;
        position: absolute;
        top: 13px;
    }

table {
    background-color: transparent;
    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 {
    line-height: 0;
    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;
}

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: #999;
}

dl dd {
    margin-left: 20px;
}

address {
    font-style: italic;
}

::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
    text-transform: capitalize;
}

:-moz-placeholder {
    color: #fff;
    opacity: 1;
    text-transform: capitalize;
}

::-moz-placeholder {
    color: #fff;
    opacity: 1;
    text-transform: capitalize;
}

:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
    text-transform: capitalize;
}

.placeholder2::-webkit-input-placeholder {
    color: #939393;
    opacity: 1;
    text-transform: capitalize;
}

.placeholder2:-moz-placeholder {
    color: #939393;
    opacity: 1;
    text-transform: capitalize;
}

.placeholder2::-moz-placeholder {
    color: #939393;
    opacity: 1;
    text-transform: capitalize;
}

.placeholder2:-ms-input-placeholder {
    color: #939393;
    opacity: 1;
    text-transform: capitalize;
}

.search::-webkit-input-placeholder {
    color: #888;
    opacity: 1;
    text-transform: capitalize;
}

.search:-moz-placeholder {
    color: #888;
    opacity: 1;
    text-transform: capitalize;
}

.search::-moz-placeholder {
    color: #888;
    opacity: 1;
    text-transform: capitalize;
}

.search:-ms-input-placeholder {
    color: #888;
    opacity: 1;
    text-transform: capitalize;
}

.comming_place::-webkit-input-placeholder {
    color: #27282d;
    opacity: 1;
    text-transform: uppercase;
}

.comming_place:-moz-placeholder {
    color: #27282d;
    opacity: 1;
    text-transform: uppercase;
}

.comming_place::-moz-placeholder {
    color: #27282d;
    opacity: 1;
    text-transform: uppercase;
}

.comming_place:-ms-input-placeholder {
    color: #27282d;
    opacity: 1;
    text-transform: uppercase;
}
