﻿/*reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; text-decoration:none; outline:0px;}
body { line-height: 1;}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
ins{ text-decoration: none; }
del{ text-decoration: line-through; }
table{border-collapse: collapse; border-spacing: 0;}
/*reset */

/*global*/
.left { float:left;}
.right { float:right;}
textarea { resize:none; overflow:hidden; border:none;}
.clearBoth { clear:both;}
p cufon { padding-bottom:5px;}
p{ line-height:1.3;}
a img { border:none;}
input { border:none;}
/*global*/

    body { width:100%; height:100%; background:url(img/body.jpg) no-repeat top center; min-height:900px; font-family: 'Open Sans', sans-serif;}
    a { text-decoration:none;        }
    .left { float:left;        }
    .slogan { position:relative; margin-top:12% !important; width:100%; text-align:center; margin:0 auto;        }
        .slogan p { color:#fff; font-size:30px; text-shadow:3px 3px 9px #000;       }
    .bant { background:rgba(98,61,45,0.3); width:100%; height:321px; margin-top:5%; position:relative; min-width:900px;        }
    .content { width:900px; height:100%; margin:0px auto; padding-top:19px;        }
    .content div { width:300px; text-align:center; float:left;            }

    @media screen and (max-width: 768px) {
        .bant { height:800px; min-width:300px;       }
        .content { height:auto !important;   width:300px;     }
        .content div { width:300px; text-align:center; float:none !important;  margin-bottom:25px;        }
        
    }

    @media screen and (max-width: 480px) {
        .slogan p { font-size:25px;}
    }
    
    @media screen and (max-width: 320px) {
        .slogan p { font-size:20px;}
    }