* {
    box-sizing: border-box;
    font-weight: normal;
}

body {
    font-size: 62.5%;
	font-family: 'Marck Script', cursive;
    /*font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,sans-serif;*/
    color: #fff;
    background-color: #333;
    text-shadow: 1px 1px #000;
}

a {
    color: #fff;
    text-decoration: none;
}

a:link {
    color: #fff;
    text-decoration: none;
}

a:visited {
    color: #fff;
}

a:hover {

}

a:active  {
    color: #fff;
}

a img {
    border: none;
}

.home img {
    text-decoration: 0;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    zoom: 1;
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.home img:hover {
    text-decoration: 0;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    zoom: 1;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

img {
    max-width: 100%;
    height: auto;
}

footer {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #cfcfcf;
    height: auto;
    padding: 40px 0;
    margin: 20px 0;
    text-align: center;
    font-size: 1.6em;
}

.rowpadding {
    padding: 16px 0;
}

.colpadding {
    padding: 16px 0 0 0;
}

.colpadding2 {
    padding: 0 0 16px 0;
}

.colpadding3 {
    padding: 0 0 0 16px;
}

.whitebox {
    background-color: #fff;
    color: #555;
    max-width: 300px;
    height: 396px;
    overflow-y: hidden;
    padding: 14px 26px;
    font-family: 'PT Mono', "Courier New", Courier, monospace;
    text-shadow: none;
}

.whitebox h2 {
    font-size: 1.8em;
    font-weight: bold;
    color: #2B2B2B;
    margin: 0px 40px 6px;
    padding-bottom: 19px;
    padding-top: 32px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px dotted #2B2B2B;
    display: block;
    text-align: center;
    font-family: 'Open Sans','Helvetica Neue', Arial,Helvetica,sans-serif;
}

.whitebox p {
    padding: 0;
    text-align: justify;
    line-height: 18px;
    font-size: 1.3em;
}

.whiteboxleft {
    background-color: #fff;
    color: #555;
    max-width: 300px;
    height: 402px;
    overflow-y: hidden;
    padding: 14px 26px;
    font-family: 'PT Mono', "Courier New", Courier, monospace;
    text-shadow: none;
}

.whiteboxleft h2 {
    font-size: 1.8em;
    font-weight: bold;
    color: #2B2B2B;
    margin: 0px 40px 6px;
    padding-bottom: 19px;
    padding-top: 32px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px dotted #2B2B2B;
    display: block;
    text-align: left;
    font-family: 'Open Sans','Helvetica Neue', Arial,Helvetica,sans-serif;
}

.whiteboxleft p {
    padding: 0;
    text-align: left;
    line-height: 18px;
    font-size: 1.3em;
}

.bread {
    background-color: #fff;
    color: #555;
    max-width: 300px;
    height: 192px;
    text-shadow: none;
}

.textpage {
    font-size: 2.0em;
}

.textpage h1 {
    font-size: 1.8em;
}

.textpage h2 {
    font-size: 1.4em;
	font-weight: bold;
}

.textpage h3 {
	text-decoration: underline;
}

.textpage img {
    margin: 0 10px 10px 0;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 1.0);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 1.0);
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.textpage img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    zoom: 1;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    transform:scale(1.05);
    -ms-transform:scale(1.05); /* IE 9 */
    -moz-transform:scale(1.05); /* Firefox */
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -o-transform:scale(1.05); /* Opera */
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.gallery {
    font-size: 2.0em;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
    padding: 0 10px;
}

.gallery img {
    float: left;
    margin: 0 auto;
    max-width: 125px;
    height: 100px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 1.0);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 1.0);
    margin: 0 10px 10px 0;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.gallery img:hover {
    transform:scale(1.05);
    -ms-transform:scale(1.05); /* IE 9 */
    -moz-transform:scale(1.05); /* Firefox */
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -o-transform:scale(1.05); /* Opera */
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.gallery h1 {
    font-size: 1.8em;
}

.gallery h2{
    padding: 2px;
    margin: 0;
    color: #ccc;
}

.gallery h2 a:hover{
    color: #111;
}

.contacts {
    font-size: 2.0em;
}

.contacts h1 {
    font-size: 1.8em;
}

.contacts input {
    width:40%;
    display:block;
    border: 1px solid #111;
    font-size: 1.4em;
    color: #000;
    padding-left: 5px;
    background-color: #242424;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 1.0);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 1.0);
    padding: 5px;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.contacts input:focus {
    border: 1px solid #868686;
    background-color: #CCC;
    -webkit-box-shadow: 0px 0px 8px rgba(255, 255, 255, 1.0);
    -moz-box-shadow: 0px 0px 8px rgba(255, 255, 255, 1.0);
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 1.0);
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.contacts label {
    font-size: 1.2em;
    padding: 0;
    margin: 0;
}

.contacts textarea {
    width:80%;
    display:block;
    border: 1px solid #111;
    height: 200px;
    font-size: 1.4em;
    color: #000;
    background-color: #242424;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 1.0);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 1.0);
    padding: 5px;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.contacts textarea:focus {
    border: 1px solid #868686;
    background-color: #F0F0F0;
    -webkit-box-shadow: 0px 0px 8px rgba(255, 255, 255, 1.0);
    -moz-box-shadow: 0px 0px 8px rgba(255, 255, 255, 1.0);
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 1.0);
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.contacts article {
    padding: 0 0 10px 0;
}

.catalog {
    font-size: 2.0em;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;	
}

.catalog h1 {
    font-size: 1.8em;
}

.catalog h2 {
    font-size: 1.2em;
    padding: 0;
    margin: 0;
}

.catalog img {
    border-bottom: 16px solid #251611;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    zoom: 1;
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 1.0);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 1.0);
    max-width: 250px;
    height: 250px;
}

.catalog img:hover {
    border-bottom: 16px solid #fff;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    zoom: 1;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}

.products {
    font-size: 1.6em;
}

.products h1 {
    font-size: 1.8em;
}

.products img {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    zoom: 1;
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 1.0);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 1.0);
    max-width: 200px;
    height: auto;
    margin: 10px 0;
}

.products img:hover {
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    zoom: 1;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}

.pdetails {
    border-top: 1px dashed #ccc;
    min-height: 150px;
    font-size: 1.4em;
}

.pheading {
    font-weight: bold;
}

#submit {
    border: 1px solid #ccc;
    max-width: 160px;
    color: #fff;
    font-weight: bold;
    background-color: #000;
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 8px rgba(255, 255, 255, 1.0);
    -moz-box-shadow: 0px 0px 8px rgba(255, 255, 255, 1.0);
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 1.0);
}

#submit:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 0px 0px 8px rgba(255, 255, 255, 1.0);
    -moz-box-shadow: 0px 0px 8px rgba(255, 255, 255, 1.0);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 1.0);
}

#pagination {
    font-size: 2.0em;
    padding: 0 10px;
}

#pagination a {
    padding: 10px;
}

.activepage {
    color: #000;
    padding: 10px;
}

.gcategory {
    color: #999;
}

.language {
    font-size: 1.8em;
    float: right;
    padding-right: 10px;
}

.language a{
}

blockquote {
    padding: 40px;
    margin: 0;
    text-align: justify;
    line-height: 18px;
    font-size: 1.9em;	
}

#quotation-mark {
    font-size: 38px;
    color: #2B2B2B;
    float: left;
    margin: 0px 5px 0px 0px;
}

#wrapper {
    max-width: 940px;
    margin: 50px auto 0 auto;
}

.nopadding {
    padding: 0;
    margin: 0;
}

.center {
    text-align: center;
}

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

.col-1 {
    width:8.33%;
    float:left;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.col-2 {
    width:16.66%;
    float:left;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.col-3 {
    width: 25%;
    float: left;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.col-4 {
    width: 33.33%;
    float: left;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.col-5 {
    width: 41.66%;
    float: left;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.col-6 {
    width: 50%;
    float: left;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.col-7 {
    width: 58.33%;
    float: left;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.col-8 {
    width: 66.66%;
    float: left;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;}

.col-9 {
    width: 75%;
    float: left;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;}

.col-10 {
    width: 83.33%; float: left;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.col-11 {
    width: 91.66%;
    float: left;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.col-12 {
    width: 100%;
    float: left;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

@media only screen and (max-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        max-width: 100%;
    }

    .whitebox, .whiteboxleft, .bread {
        height: 100%;
    }

    .gallery  img {
        max-width: 500px;
        width: 100%;
        height: auto;
        float: none;
    }

    .catalog {
        padding: 10px;
    }

    .catalog  img {
        max-width: 500px;
        width: 100%;
        height: auto;
        float: none;
    }

    .textpage {
        text-align: left !important;
        padding: 10px;
    }

    .textpage p {
        text-align: left !important;
    }

    .contacts {
        padding: 10px;
    }

    .contacts  input{
        width: 100%;
    }

    .contacts  textarea{
        width: 100%;
    }

    .pheading {
        display: none;
    }

    .products {
        padding: 10px;
    }

    .textpage img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
}	