section,
article,
header,
footer,
nav,
aside,
hgroup {
    display: block;
}

.clearfix:after,
.row:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix,
.row {
    display: inline-block;
}

* html .clearfix,
* html .row {
    height: 1px;
}

.clearfix,
.row {
    display: block;
}

html,
body {
    min-height: 100%;
}

body {
    min-height: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    letter-spacing: -1px;
    color: #000;
    background-color: #fff;
}

body.bg-map {
    background-image: url(../img/map.png);
    background-repeat: no-repeat;
    background-position: center center;
}

body.bg-gradient {
    background-image: url(../img/gradient.png);
    background-repeat: repeat-x;
    background-position: top center;
}

a {
    color: #888;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #000;
}

a img {
    border: 0;
}

img {
    max-width: 100%;
}

form {
    margin: 0;
    padding: 0;
}

form input,
form button {
    -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1em;
    margin: 1.4em 0 1em 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.mt0 {
    margin-top: 0;
}

header,
#header,
section,
footer,
#footer {
    margin: 0 auto;
}

.container {
    margin: 0 auto;
    padding: 0;
    width: 1200px;
}

.column {
    float: left;
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(assets/htc/boxsizing.html);
}

.full-width {
    width: 100%;
}

.half-width {
    width: 50%;
}

.one-third {
    width: 33.33333%;
}

.two-thirds {
    width: 66.66666%;
}

.one-fourth {
    width: 25%;
}

.three-fourths {
    width: 75%;
}

.one-fifth {
    width: 20%;
}

.two-fifths {
    width: 40%;
}

.three-fifths {
    width: 60%;
}

.one-sixth {
    width: 16.66666%
}

.separator {
    padding-top: 25px;
    margin-top: 15px;
    background-image: url(../img/sep-black.png);
    background-repeat: no-repeat;
    background-position: 15px 0;
}

#header {
    margin-top: 70px;
}

#header h1 {
    font-size: 3.750em;
    font-weight: 800;
    color: #888;
    letter-spacing: -3px;
    margin: 0 0 20px 0;
    padding: 0;
}

#header h1 span {
    color: #000;
}

#header .intro {
    font-weight: bold;
    font-size: 2.250em;
    line-height: 1.167em;
    letter-spacing: -2px;
}

.button {
    display: inline-block;
    color: #ffffff;
    background-color: #888;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.button:hover {
    color: #ffffff;
    background-color: #000;
}

.button-small {
    padding: 5px 10px;
    font-size: 0.875em;
}

.button-medium {
    padding: 10px 15px;
    font-size: 1em;
}

.button-large {
    padding: 15px 20px;
    font-size: 1.125em;
}

.social-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.social-links li {
    float: left;
    margin: 0 8px 8px 0;
}

.social-links li a {
    display: inline-block;
}

.social-links li i {
    font-size: 1.5em;
}

.theme-langit {
    background-color: #1f93cc;
    color: #fff;
}

.theme-langit a {
    color: #CAEEFF;
}

.theme-langit a:hover {
    color: #ffffff;
}

.theme-langit #header h1 {
    color: #CAEEFF;
}

.theme-langit #header h1 span {
    color: #fff;
}

.theme-langit .counter-more,
.theme-sky #minimum-bid p {
    color: #85ceff;
}

.theme-langit .counter-extra span {
    color: #fff;
}

.theme-langit input[type="text"],
.theme-sky textarea {
    color: #fff;
    border-color: #fff;
}

.theme-langit .button {
    color: #fff;
    background-color: #1d73ab;
}

.theme-langit .button:hover {
    background-color: #fff;
}

.theme-langit .separator {
    background-image: url(../img/sep-white.png);
}

@media screen and (max-width: 1200px) {
    .container {
        width: 100%;
    }
    .column {
        padding: 15px;
    }
    #header {
        margin-top: 40px;
    }
    #header .intro {
        font-size: 1.875em;
    }
    .social-links li i {
        font-size: 2em;
    }
}

@media screen and (max-width: 800px) {
    .container {
        width: 100%;
    }
    .column {
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .container {
        width: 90%;
    }
    .column {
        padding: 10px 0;
    }
    .separator {
        background-position: 0 0;
    }
    .text-right {
        text-align: left;
    }
         #header h1 {
        font-size: 2.875em;
    }
           #header .intro {
        font-size: 1.575em;
    }
}

@media screen and (max-device-width: 540px) {
    .container {
        width: 450px;
    }
    .column {
        padding: 10px 0;
    }
    .column {
        float: none;
        width: 100%;
    }
    .separator {
        background-position: 0 0;
    }
}

@media screen and (max-width: 320px) {
    .container {
        width: 90%;
    }
}

@media screen and (max-device-width: 320px) {
    .container {
        width: 90%;
    }
}