﻿#cont {
    width: 100%;
    margin: 0px auto;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3em;
}

.fldtitle {
    padding: 0px 0 0px;
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#contactfrm {
    float: left;
    border: 0px solid #C0C0C0;
    line-height: 1.6;
    margin: 0;
    padding: 10px 5%;
    text-align: left;
    width: 90%;
}

.inp {
    border: 1px solid #ccc;
    width: 55%;
    margin-bottom: 8PX;
    padding: 6px!important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.txtarea1 {
    border: 1px solid #ccc;
    height: 90px;
    padding: 10px;
    width: 70%;
}

.resul {
    width: 100%;
    float: left;
    font-size: 1em;
    color: Green;
}

.frmbtn {
    float: left;
    margin-left: 38%;
}

.btn1 {
    border: 0 none;
    cursor: pointer;
    padding: 10px 25px;
    text-transform: uppercase;
}

.button1 {
    background-color: #142A14;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    margin-left: 20px;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
    color: #fff;
    margin-top: 5%;
    text-decoration: none;
    font-size: 1.0em;
}

.button1:hover {
    background: #DCB785;
    border-color: #fff;
    color: #fff;
}

#cont-adress {
    width: 35%;
    margin-left: 2%;
    float: left;
    border: 0px solid #C0C0C0;
    padding: 10px 40px;
}

.cont-text {
    display: block;
    margin-top: -30px;
    margin-left: 45px;
}

.cont-text a {
    color: #000;
    text-decoration: none;
}

.cont-text a:hover {
    color: #ab0000;
    text-decoration: none;
}

.rfv {
    font-size: .9em;
    padding-left: 5px;
    padding-top: 5px;
    color: red;
    display: block;
}

.responsive {
    max-width: 100%;
    height: auto;
}

#careerform {
    float: left;
    border: 0px solid #C0C0C0;
    line-height: 1.6;
    margin: 0;
    padding: 10px 5%;
    text-align: left;
    width: 60%;
    MARGIN-BOTTOM: 7px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input {
    outline: none;
}

.subnews {
    width: 100%;
    float: left;
    height: auto;
    border-bottom: 1px solid #000;
}

.sub-news1 {
    font-size: 0.95em;
    color: #e93f3d;
    display: block;
    float: right;
    margin-right: 10px;
}

.dress {
    width: 100%;
    float: left;
}

.dress1,
.dress2,
.dress3,
.dress4 {
    width: 25%;
    float: left;
}

.gallerycontainer2 {
    width: 200px;
    height: 160px;
    background-image: url("/images/photo-frame-gallery.png");
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    padding-top: 12px;
    background-repeat: no-repeat;
    position: relative;
}

.gallerycontainer1 {
    width: 225px;
    height: 360px;
    border: 0px solid #99F;
    float: left;
    margin-left: 5px;
    margin-top: 15px;
    background-image: url('/images/gallery-bgg.png');
    background-repeat: no-repeat;
}

.gallerycontainer1 p {
    padding: 2px 0px;
    font-family: Arial;
    font-size: 13px;
}

.galleryimg5 {
    width: 180px;
    height: 135px;
    margin: 15px auto 10px;
}

.gallerycontainer1 a {
    color: #990000;
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
}

.gallerycontainer1 a:hover {
    text-decoration: none;
    color: #000;
}

@media only screen and (min-width: 220px) and (max-width: 599px) {
    #contactfrm {
        width: 100%!important;
        padding: 10px 0!important;
    }
    .inp {
        width: 100%!important;
    }
    .txtarea1 {
        width: 100%!important;
    }
    #cont-adress {
        width: 100%!important;
        margin-left: 0!important;
        padding: 10px 0!important;
    }

}