@import url(http://fonts.googleapis.com/css?family=Cantora+One);
@import url(http://fonts.googleapis.com/css?family=Anaheim);
@import url(http://fonts.googleapis.com/css?family=Prosto+One&subset=latin,latin-ext);
* {
    border: none;
    margin: 0;
    padding: 0;
}
body {
    background-image: url(bck.png);
    background-repeat: repeat;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
}
.container {
    width: 910px;
    max-width: 1280px;
    min-width: 680px;
    background-color: #FFF;
    padding: 10px;
    margin: 10px auto;
}
.header { margin: 10px }
.social {
    float: right;
    width: 120px;
    margin-top: 20px;
    margin-left: 8px;
}
.navMenu {
    height: 36px;
    line-height: 36px;
    width: 100%;
    margin-top: 10px;
    background-color: #ef7000;
}
.navMenu a {
    color: #333;
    border-right: 1px solid rgba(255,255,255,.5);
    display: inline-block;
    float: left;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    padding: 0 2px;
    text-align: center;
    text-shadow: 0px 1px 1px #F90;
    text-decoration: none;
    width: 105px;
    /*transition*/
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}
.navMenu a:hover { background-color: #D55500 }
.navMenu .current a { background-color: #D55500 }
.content {
    padding: 20px 0px;
    clear: both;
}
.content a {
    text-decoration: none;
    color: #000;
}
.content a:hover { color: #ef7000 }
.content img {
    border: thin solid #000;
    padding: 5px;
    margin: 5px;
    /*border-radius*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*transition*/
    -webkit-transition: ease 2s;
    -moz-transition: ease 2s;
    -o-transition: ease 2s;
    transition: ease 2s;
    opacity: 1;
}
.content a img:hover { opacity: 0.7 }
.slide {
    display: block;
    width: 850px;
    height: 550px;
    border: none;
    margin: 0 auto;
}
.map {
    border: dotted thin;
    /*border-radius*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.footer {
    text-shadow: 0px 1px 1px #666;
    background-color: #ef7000;
    text-align: center;
    color: #FFF;
    clear: both;
    padding: 5px 0px;
    font-size: 13px;
    font-weight: 400;
}
.footer a {
    color: #FFF;
    text-decoration: none;
}
figure {
    margin: 1em 7%;
    float: left;
}
ul {
    width: 55em;
    display: inline-block;
    margin-left: 3em;
}
/* float & allow room for the widest item */
ul li {
    float: left;
    width: 33%;
    margin-bottom: 4px;
    /* list-style-position: in*/;
    /* list-style-position: inside;;
    : /;*/
}
.clear { clear: both }