/* main.css */
/* Master page */
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: pt_sansregular;
    font-size: 13px;
    line-height: 28px;
    color: #736550;
    background: url('../images/backgrounds/main.jpg') top center repeat;
}
html, body {
    height: 100%;
}

/* Elements */
h1 {
    font-family: optilatin-elongatedregular;
    font-weight: normal;
    margin: 0px;
    margin-bottom: 15px;
    padding: 0px;
    color: #231f20;
    font-size: 44px;
    line-height: 50px;
    text-transform: none;
}
h2 {
    font-family: pt_sansregular;
    font-weight: normal;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
    color: #231f20;
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
    text-transform: uppercase;
}
table {
    border: 0px;
    border-spacing: 0px;
}
input, textarea, select {
    font-family: pt_sansregular;
    width: 230px;
    font-size: 13px;
    color: #000000;
    padding: 4px;
    border: 1px solid #e3e3e3;
    margin-bottom: 2px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -html-border-radius: 0px;
    -webkit-border-radius: 0px;
}
a {
    font-size: 14px;
    color: #dfcbae;
    border: 0px;
    text-decoration: none;
}
a img {
    border: 0px;
}
ul {
    margin: 0px;
}
ul li {
    margin: 0px;
}

/* Default elements */
.textContainer {
    margin: 25px;
    text-align: justify;
}
.mandatoryStar {
    color: #FF0000;
    margin-left: 3px;
}
.errorDiv {
    font-size: 10px;
    color: #FF0000;
    font-weight: bold;
}
.checkBox {
    width: 12px;
    height: 12px;
    border: 0px;
}
.errorInput {
    border: 1px solid #d22e2e !important;
    color: #d22e2e !important;
}
.formRow {
    clear: both;
    position: relative;
}
.formText {
    width: 140px;
    float: left;
    vertical-align: top;
    font-size: 13px;
    padding-right: 10px;
    line-height: 30px;
}
.formInput {
    float: left;
    line-height: 30px;
}
.buttonDiv {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
}
.buttonDiv.form {
    margin-left: 150px;
}
.buttonDiv.center {
    text-align: center;
}
.buttonDiv.right {
    text-align: right;
}
.noElements {
    text-align: center;
}

/* Page elements */
.logo {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.language {
    float: right;
    margin-left: 30px;
    margin-top: 38px;
}
.heading {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 15px;
}
.pageContainer {
    background: url('../images/backgrounds/side.png') top center no-repeat;
    width: 100%;
    min-height: 100%;
    padding-bottom: 260px;
}
.pageContent {
    background: #ffffff;
    width: 1170px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
}
.pageContent.grey {
    background: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 30px;
}
.leftColumn {
    width: 260px;
    float: left;
    margin-bottom: 30px;
}
.mainColumn {
    width: 870px;
    float: right;
    border-left: 1px solid #dfcbae;
    padding-left: 30px;
    margin-bottom: 30px;
}
.narrowContent {
    width: 800px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
}
.narrowContent.small {
    width: 400px;
}
.footerContainer {
    height: 260px;
    margin-top: -260px;
}
.footerContainer .pageContent {
    text-align: center;
    color: #3b3b3b;
    height: 150px;
}
.footerContainer .footerContent {
	background: #dfcbae;
    width: 1170px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}

/* fonts.css */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome.eot?v=4.3.0');
    src: url('../fonts/fontawesome.eot?#iefix&v=4.3.0') format('embedded-opentype'), 
         url('../fonts/fontawesome.woff2?v=4.3.0') format('woff2'), 
         url('../fonts/fontawesome.woff?v=4.3.0') format('woff'), 
         url('../fonts/fontawesome.ttf?v=4.3.0') format('truetype'), 
         url('../fonts/fontawesome.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansregular';
    src: url('../fonts/ptsans-regular.woff2') format('woff2'),
         url('../fonts/ptsans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansbold';
    src: url('../fonts/ptsans-bold.woff2') format('woff2'),
         url('../fonts/ptsans-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'optilatin-elongatedregular';
    src: url('../fonts/optilatin-elongated.woff2') format('woff2'),
         url('../fonts/optilatin-elongated.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* buttons.css */
/* General */
.button {
    width: 115px;
    background: #dfcbae;
    color: #ffffff !important;
    border: 0px !important;
    cursor: pointer;
    font-size: 11px;
    padding: 10px;
    margin: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -html-border-radius: 0px;
    -webkit-border-radius: 0px;
    appearance: none;
    -moz-appearance: none;
    -html-appearance: none;
    -webkit-appearance: none;
}
.button:hover {
    background: #231f20;
}

/* blocks.css */
/* MENU BLOCK */
.menuBlock {
    margin: 0px;
    margin-left: 100px;
    margin-top: 40px;
    padding: 0px;
    float: right;
}
.menuBlock ul.mainNav {
    padding: 0px;
    margin: 0px;
    cursor: default;
    text-align: left;
}
.menuBlock ul.mainNav li {
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 25px;
    list-style: none;
}
.menuBlock ul.mainNav li a {
    margin: 0px;
    margin-right: 30px;
    padding: 0px;
    font-family: pt_sansregular;
    color: #000000;
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    display: block;
}
.menuBlock ul.mainNav li a:hover, 
.menuBlock ul.mainNav li.selected a {
    border-bottom: 3px solid #dfcbae;
}
.menuBlock ul.mobileNav {
    display: none;
    background: #dfcbae;
    margin: 0px;
    padding: 0px;
    cursor: default;
    list-style-type: none;
    text-align: center;
}
.menuBlock ul.mobileNav a {
    color: #736550;
    text-transform: uppercase;
    line-height: 32px;
    font-size: 14px;
}
.menuBlock ul.mobileNav li {
    margin: 0px;
    padding: 0px;
}
.menuBlock ul.mobileNav li:hover > ul {
    display: block;
}
.menuBlock ul.mobileNav li ul {
    background: #dfcbae;
    width: 100%;
    list-style: none;
    padding: 0px;
    display: none;
}
.menuBlock ul.mobileNav li ul li {
    border-top: 1px solid #e5e5e5;
}
.menuBlock ul.mobileNav li ul li ul li {
    width: 100%;
    background: #ebdfce;
}
.menuBlock ul.mobileNav li ul li ul li a {
    font-size: 12px;
    line-height: 26px;
}

/* SLIDER BLOCK */
.sliderBlock {
    width: 1170px;
    height: 460px;
    z-index: 100;
    padding-bottom: 30px;
}
.sliderBlock .sliderThumb {
    border: 3px solid #ffffff;
}

/* STRIP BLOCK */
.stripBlock {
    height: 125px;
    padding-bottom: 40px;
}
.stripBlock .blockContent {
    height: 125px;
    width: 1170px;
    background: url('../images/blocks/strip/strip.gif') top center no-repeat;
    position: relative;
}
.stripBlock .blockContent h1 {
    font-family: pt_sansregular;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 22px;
    line-height: 125px;
    text-transform: uppercase;
}

/* MAP BLOCK */
.mapBlock {
    padding-bottom: 40px;
}
.mapBlock iframe {
	width: 100%;
    height: 460px;
}

/* SEARCH BLOCK */
.searchBlock {
    float: right;
    height: 30px;
    margin-top: 38px;
    border: 1px solid #e3e3e3;
}
.searchBlock input {
    border: 0px;
    width: 125px;
    height: 30px;
    color: #231f20;
    font-size: 12px;
    padding: 0px;
    padding-left: 8px;
    text-transform: uppercase;
}
.searchBlock .searchIcon {
    height: 20px;
    width: 20px;
    background: url("../images/blocks/search/button.gif") no-repeat 0px 0px;
    background-size: cover;
    margin-top: 5px;
    margin-right: 5px;
    float: right;
}

/* HOME BLOCK */
.homeBlock .homeLine {
    width: 600px;
    border-top: 1px solid #dfcbae;
    margin-top: 30px;
    margin-right: 30px;
    display: inline-block;
    float: left;
}
.homeBlock .homeColumn {
    background: #f9f9f9;
    width: 50%;
    float: left;
}
.homeBlock .homeColumn.text {
    padding-top: 50px;
}
.homeBlock .homeColumn.text img {
    float: right;
    margin-right: 100px;
}

/* CATEGORY BLOCK */
.categoryBlock {
    text-align: left;
    margin-bottom: 40px;
}
.categoryBlock ul {
    margin: 0px;
    padding: 0px;
}
.categoryBlock ul li {
    list-style: none;
    width: 100%;
    line-height: 30px;
}
.categoryBlock ul li:before {
    display: inline-block;
    width: 20px;
    content: "";
}
.categoryBlock ul li a {
    color: #3b3b3b;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
.categoryBlock ul li:before {
    content: "\2023";
    color: #dfcbae;
}
.categoryBlock ul li:hover a,
.categoryBlock ul li.selected a {
    color: #dfcbae;
}

/* SHARE BLOCK */
.shareBlock {
    font-family: pt_sansregular;
    color: #231f20;
}
.shareBlock a {
    text-decoration: none;
}
.shareBlock .icon {
    color: #cacaca;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    font-family: FontAwesome;
    display: inline-block;
}
.shareBlock .icon:hover {
    color: #c5a364;
}
.shareBlock .icon.facebook:before {
    content: "\f09a";
}
.shareBlock .icon.twitter:before {
    content: "\f099";
}
.shareBlock .icon.google:before {
    content: "\f0d5";
}
.shareBlock .icon.linkedin:before {
    content: "\f0e1";
}

/* MULTI BLOCK */
.multiBlock {
    width: 100%;
    margin-top: 20px;
    padding-top: 40px;
}
.multiBlock h1 {
    text-align: center;
    max-width: 1170px;
}
.multiBlock .blockContent {
    width: 1170px;
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
}
.multiBlock .blockContent .productListContainer {
    width: 370px;
    height: 440px;
}
.multiBlock .blockContent .productListContainer .productImage {
    width: 370px;
    height: 370px;
}

/* notice.css */
.noticeOK {
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    color: #2ea41b;
    padding: 15px;
    background: #dbefd8;
}
.noticeError {
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    color: #ff0000;
    padding: 15px;
    background: #ffd9d9;
}

/* pager.css */
.pager, .pager a {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #898989;
}
.pager .buttonPager {
    background: #f9f9f9;
    display: inline-block;
    margin-right: 5px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.pager .buttonPager:hover {
    background: #dfcbae;
    color: #ffffff;
}
.pager .buttonSelected {
    display: inline-block;
    margin-right: 5px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
    background: #dfcbae;
}
.pager .pagesMissing {
    display: inline-block;
    margin-right: 5px;
    line-height: 25px;
    text-align: center;
    padding-left: 11px;
    padding-right: 11px;
}

/* user.css */
.recoveryDiv {
    margin-left: 150px;
    margin-bottom: 5px;
    text-align: left;
}
.recoveryDiv a {
    font-size: 11px;
}

/* contact.css */
.contactColumn {
    margin-top: 50px;
}
.contactColumn.left {
    width: 700px;
    float: left;
}
.contactColumn.right {
    width: 400px;
    float: right;
}

.contactForm input,
.contactForm textarea {
    font-size: 12px;
    font-family: Arial;
    padding: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 192px;
    color: #a6a6a6;
}
.contactForm input:nth-child(3) {
    margin-right: 0px;
}
.contactForm textarea {
    width: 665px;
    height: 185px;
}

.contactRow {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.contactRow:last-child {
    border: 0px;
}
.contactRow .contactIcon {
    float: left;
    background: #dfcbae;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    margin-right: 20px;
    font-family: FontAwesome;
    text-align: center;
    color: #ffffff;
}
.contactRow .contactIcon.address:before {
    content: "\f041";
}
.contactRow .contactIcon.phone:before {
    content: "\f095";
}
.contactRow .contactIcon.mail:before {
    content: "\f0e0";
}
.contactRow .contactText {
    float: left;
    text-align: left;
    line-height: 20px;
    color: #969595;
    font-size: 13px;
}
.contactRow .contactText b {
    color: #000000;
}
.contactRow .contactText a {
    color: #969595;
    font-size: 13px;
    text-decoration: none;
}

/* product.css */
.productListContainer {
    float: left;
    display: block;
    width: 270px;
    height: 270px;
    margin: 0px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.productListContainer.noMargin {
    margin-left: 0px !important;
}
.productListContainer .productImage {
    width: 270px;
    height: 200px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.productListContainer .productImage img {
    max-width: 100%;
    max-height: 100%;
}
.productListContainer .productDetails {
    padding-top: 15px;
    line-height: 20px;
    text-align: center;
    display: block;
}
.productListContainer .productDetails .productName {
    font-weight: normal;
    font-size: 14px;
    color: #3b3b3b;
    text-transform: uppercase;
    display: block;
}
.productListContainer .productDetails .productCode {
    color: #3b3b3b;
    font-size: 12px;
}
.productListContainer:hover .productDetails .productName,
.productListContainer:hover .productDetails .productCode{
    color: #dfcbae;
}

.productColumn {
    margin-bottom: 20px;
}
.productColumn.left {
    width: 420px;
    float: left;
}
.productColumn.left .productImage {
    background: #f9f9f9;
    width: 420px;
    height: 500px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.productColumn.left .productImage #mainImage {
    cursor: pointer;
}
.productColumn.right {
    width: 420px;
    height: 500px;
    float: right;
    position: relative;
    color: #231f20;
    font-size: 12px;
    line-height: 20px;
}
.productColumn.right h2 {
    margin-bottom: 5px;
}
.productColumn.right .productSpacer {
    border-top: 1px solid #e3e3e3;
    margin-top: 5px;
    margin-bottom: 5px;
}

.productColors span {
    display: inline-block;
    text-align: center;
    width: 55px;
    margin-right: 25px;
    margin-bottom: 5px;
}
.productColors span img {
    margin-bottom: 5px;
}

.productDescription {
    color: #231f20;
    text-align: left;
}

.productThumbs {
    height: 140px;
    position: absolute;
    margin-top: 360px;
}
.productThumbs .productThumbsLeft,
.productThumbs .productMobileLeft {
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    margin: 0px;
    margin-top: 50px;
    padding: 0px;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    background: #363636;
    line-height: 32px;
    color: #ffffff;
}
.productThumbs .productMobileLeft {
    display: none;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 28px;
    margin-top: 15px;
    margin-left: 20%;
}
.productThumbs .productThumbsLeft:before,
.productThumbs .productMobileLeft:before {
    font-family: FontAwesome;
    content: "\f104";
}
.productThumbs .productThumbsRight,
.productThumbs .productMobileRight {
    display: block;
    float: right;
    width: 35px;
    height: 35px;
    margin: 0px;
    margin-top: 50px;
    padding: 0px;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    background: #363636;
    line-height: 32px;
    color: #ffffff;
}
.productThumbs .productMobileRight {
    display: none;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 28px;
    margin-top: 15px;
    margin-right: 20%;
}
.productThumbs .productThumbsRight:before,
.productThumbs .productMobileRight:before {
    font-family: FontAwesome;
    content: "\f105";
}
.productThumbs .productThumbsLeft:hover,
.productThumbs .productThumbsRight:hover {
    background: #c8a264;
    color: #ffffff;
}
.productThumbs .productThumbsContainer {
    display: block;
    float: left;
    height: 140px;
    width: 330px;
    margin-left: 10px;
    overflow: hidden;
}
.productThumbs .productThumbsContainer ul {
    padding: 0px;
    margin: 0px;
    cursor: default;
    list-style: none;
    text-align: center;
}
.productThumbs .productThumbsContainer ul li {
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    color: #687d91;
    float: left;
}
.productThumbs .productThumbsContainer ul li span {
    background: #f9f9f9;
    width: 100px;
    height: 140px;
    cursor: pointer;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* responsive.css */
@media only screen and (max-width: 780px) {
    /* MAIN */
    html {
        height: 100%;
        min-width: 100%;
        text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
        -html-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
    }
    body {
        height: auto;
        font-size: 15px;
    }
    h1 {
        font-size: 36px;
        line-height: 30px;
        text-align: center;
    }
    input, textarea, select {
        width: 98%;
        padding: 1%;
    }
    .formRow {
        clear: both;
        position: static;
    }
    .formRow.passStrength {
        display: none;
    }
    .formText {
        width: 50%;
        float: left;
        text-align: left;
        vertical-align: top;
        padding: 0px;
    }
    .formInput {
        width: 50%;
        float: left;
        text-align: left;
        margin-bottom: 10px;
        padding: 0px;
    }
    .buttonDiv.form {
        margin-left: 50%;
    }
    .buttonDiv.right {
        text-align: center;
    }
    .logo {
        float: none;
        display: inline-block;
    }
    .pageContent {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .leftColumn {
        display: none;
    }
    .mainColumn {
        width: 100%;
        float: none;
        text-align: center;
        border: 0px;
        margin: 0px;
        padding: 0px;
        padding-bottom: 30px;
    }
    .narrowContent {
        width: 90% !important;
        padding: 5% !important;
        font-size: 13px;
    }
    .narrowContent h1 {
        font-size: 20px;
        line-height: 22px;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }
    .footerContainer {
        width: 100%;
    }
    .footerContainer .pageContent {
        font-size: 12px;
        line-height: 20px;
    }
    .footerContainer .footerContent {
        width: 90%;
        min-width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }

    /* BLOCKS */  
    .menuBlock {
        float: none;
        margin: 0px;
        height: auto;
    }
    .menuBlock ul.mainNav {
        display: none;
    }
    .menuBlock ul.mobileNav {
        display: block;
    }  
    .sliderBlock {
        display: none;
    }
    .stripBlock {
        height: 75px;
        margin: 0px;
    }
    .stripBlock .blockContent {
        width: 90%;
        height: 75px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .stripBlock .blockContent h1 {
        line-height: 75px;
        font-size: 18px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .searchBlock {
        display: none;
    }
    .homeBlock h1 {
        margin-bottom: 30px;
    }
    .homeBlock .homeLine {
        display: none;
    }
    .homeBlock .homeColumn {
        float: none;
        width: 100%;
    }
    .homeBlock .homeColumn.image {
        text-align: center;
    }
    .homeBlock .homeColumn.text img {
        display: none;
    }
    .shareBlock {
        display: none;
    }
    .multiBlock {
        margin-top: 50px;
    }
    .multiBlock .blockContent {
        width: 100%;
        min-width: 100%;
        padding: 0px;
        text-align: center;
    }

    /* USER */
    .recoveryDiv {
        width: 50%;
        margin-left: 50%;
    }

    /* PAGER */
    .pager {
        padding-left: 0px;
        padding-right: 0px;
    }
    .pager .pagerLeft,
    .pager .pagerRight,
    .buttonSwitchLeft,
    .buttonSwitchRight {
        font-size: 40px;
        line-height: 50px;
    }

    /* STICKY */
    .homeSection {
        width: 33% !important;
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 12px;    
    }
    .homeSection .sectionTitle {
        font-size: 14px;
    }
    .homeSection .icon {
        width: 26px;
        height: 26px;
        font-size: 14px;
    }
    
    /* PRODUCT */
    .productListContainer {
        display: inline-block;
        width: 100% !important;
        height: auto;
        margin: 0px !important;
        padding-bottom: 20px;
        float: none;
    }
    .productListContainer.noMargin {
        margin-left: 0px !important;
    }
    .productListContainer .productImage {
        display: block;
        width: 100% !important;
        height: 340px !important;
    }
    .productColumn.left,
    .productColumn.right {
        float: none;
        width: 100%;
        height: auto;
        margin: 0px;
        text-align: left;
    }
    .productColumn.right {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .productColumn.left .productImage {
        width: 100%;
        display: block;
        height: auto;
        border: 0px;
        text-align: center;
    }
    .productColumn.left .productImage #mainImage {
        max-width: 100%;
    }
    .productColumn.right .productDetails {
        margin-top: 30px;
    }
    .productColors span {
        width: 23%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .productDescription {
        color: #231f20;
        font-size: 15px;
        line-height: 24px;
        text-align: left;
    }
    .productThumbs {
        background: #f9f9f9;
        height: 75px;
        margin: 0px;
        position: relative;
    }
    .productThumbs .productThumbsContainer {
        display: none;
    }
    .productThumbs .productThumbsLeft,
    .productThumbs .productThumbsRight {
        display: none;
    }
    .productThumbs .productMobileLeft,
    .productThumbs .productMobileRight {
        display: block;
    }

    /* CONTACT */
    .contactColumn.left,
    .contactColumn.right {
        width: 100% !important;
        float: none !important;
    }
    .contactForm input,
    .contactForm textarea {
        width: 94%;
        padding-left: 3%;
        padding-right: 3%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .contactForm .button {
        width: 200px;
    }
}

@media only screen and (max-width: 640px) {
    /* MAIN */
    .formText {
        width: 100%;
        float: none;
    }
    .formInput {
        width: 100%;
        float: none;
    }
    .buttonDiv {
        margin: 0% !important;
        text-align: center !important;
    }

    /* BLOCKS */
    .homeBlock .homeColumn.image img {
        width: 100%;
    }

    /* USER */
    .recoveryDiv {
        width: 100%;
        margin: 0px;
        text-align: center;
    }

    /* CONTACT */
    .contactForm .button {
        width: 100%;
    }
}

