/**/

@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/superfish.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,800);
@import url(//fonts.googleapis.com/css?family=Bevan);
html {
    width: 100%;
}

a[href^="tel:"] {
    text-decoration: none;
    color: inherit;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    height: 100%;
    min-height: 100%;
    min-width: 1080px;
    font: 14px/19px "Trebuchet MS",Arial,Helvetica,sans-serif;
    color: #635a3d;
    background: url(../images/bg_body.jpg) center 0 no-repeat #000;
    background-attachment: fixed;
}

html,
body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bevan',cursive;
    font-weight: normal;
    color: #545454;
}

h7 {
	font-family: 'Bevan',cursive;
	font-weight: normal;
	color: #FC0;
	text-align: center;
}

h1 span {
    color: #761d06;
}

h2 {
    width: 410px;
    margin: 0 auto 14px;
    padding: 47px 206px 0;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    color: #3c3317;
    background: url(../images/h2_bg.png) 0 75px no-repeat;
}

h2 span {
    display: inline-block;
    position: relative;
    top: -4px;
    padding: 0 18px 2px;
    border-bottom: 1px solid #cbc9be;
    font-size: 37px;
}

h2.capt2 {
    padding-left: 150px;
    padding-right: 150px;
    width: 522px;
}

h3 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    color: #195e07;
}

h3 span {
    color: #761d06;
}

h4 {
    margin-bottom: 10px;
    padding-top: 71px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    color: #761d06;
}

h4 span {
    color: #761d06;
}

h5 span {
    color: #761d06;
}

p {
    margin-bottom: 18px;
}

p span {
    color: #761d06;
}

p.p1 {
    margin-bottom: 16px;
}

p.p2 {
    margin-bottom: 34px;
}

img {
    max-width: 100%;
}

address {
    font-style: normal;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.list {
    margin-bottom: 35px;
}

ul.list li {
    margin-bottom: 10px;
    padding-left: 19px;
    font-weight: bold;
    font-weight: bold;
    background: url(../images/marker.png) 0 4px no-repeat;
}

ul.list1 .date {
    float: left;
    min-width: 63px;
    font: 18px/23px 'Bevan',cursive;
    color: #761d06;
}

ul.list1 li {
    margin-bottom: 18px;
}

/*links*/

a {
    text-decoration: none;
    outline: none;
    color: inherit;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

a:hover {
    color: #761d06;
}

a.btn {
    display: inline-block;
    padding: 5px 16px 5px 19px;
    border-radius: 5px;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
    font: 10px/22px 'Bevan',cursive;
    letter-spacing: 1px;
    color: #f1e9dc;
    background: url(../images/btn_bg.png) 0 0 repeat-x;
    -webkit-transition: 0s ease;
    -o-transition: 0s ease;
    transition: 0s ease;
}

a.btn:hover {
    text-shadow: none;
    background: #635a3d;
}

/*preclass*/

.mb0 {
    margin-bottom: 0 !important;
}

.m0 {
    margin: 0 !important;
}

.pad0 {
    padding: 0 !important;
}

.pad1 {
    padding: 0 20px;
}

.pt0 {
    padding-top: 0;
}

.img_inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    margin-bottom: 16px;
    max-width: 100%;
    border-radius: 5px;
}

.fleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}


.fright {
    float: right !important;
}

.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}

.center {
    text-align: center;
}

.nowrap {
    white-space: nowrap;
}

.wrapper,
.extra_wrapper {
    overflow: hidden;
}

.clear {
    float: none !important;
    clear: both;
}

/*header*/

.main {
    width: 1033px;
    margin: 0 auto 43px;
    border-radius: 6px;
    overflow: hidden;
    background: url(../images/cont_mid.png) 0 0 repeat-y;
    box-shadow: 0 0 15px 8px #000;
}

.page1 .main {
    margin-bottom: 0;
}

.main_top {
    position: relative;
    padding-top: 20px;
    background: url(../images/cont_top.png) 0 0 no-repeat;
}

.main_bot {
    position: relative;
    padding-bottom: 20px;
    background: url(../images/cont_bot.png) 0 bottom no-repeat;
}

header {
    display: block;
}

header h1 {
    padding-top: 37px;
    padding-bottom: 30px;
    background: url(../images/h1_bg.png) center 1px no-repeat;
}

header h1 a {
    display: block;
    width: 760px;
    height: 78px;
    margin: 0 auto;
    overflow: hidden;
    text-indent: -999px;
}

header h1 a img {
    display: block;
}

/*Content*/

.content {
    padding: 1px 0 54px;
    border: none;
}

.content.page1 {
    padding: 0 0 63px;
    text-align: center;
    background: url(../images/page1_cont_bg.png) center 7px no-repeat;
}

.content.page1 h3 {
    margin-bottom: 18px;
    padding-top: 53px;
}

.content h3 {
    margin-bottom: 21px;
    padding-top: 52px;
}

.banners {
    padding-top: 30px;
}

.banners>div>div {
    padding: 0 20px 3px;
    border: 1px solid #c9c4bc;
    border-right: 0;
    border-bottom: 0;
    border-radius: 6px;
    background: url(../images/banner_bg.png) 0 0 repeat;
}

.banners>div>div:hover h4 {
    color: #635a3d;
}
.banners .ic1 .maxheight {
    background: url(../images/icon1.png) center 7px no-repeat;
}

.banners .ic2 .maxheight {
    background: url(../images/icon2.png) center 7px no-repeat;
}

.banners .ic3 .maxheight {
    background: url(../images/icon3.png) center 7px no-repeat;
}

.banners .ic4 .maxheight {
    background: url(../images/icon4.png) center 7px no-repeat;
}

.banners .ic4 h4 {
    position: relative;
    top: 1px;
    font-size: 20px;
}

.banners a.btn {
    position: relative;
    top: 19px;
}

.bottom_block {
    position: relative;
    padding-top: 30px;
    padding-bottom: 43px;
}

.bot_banner {
    position: relative;
    padding: 22px 20px 29px 30px;
    border: 1px solid #070708;
    border-radius: 4px;
    color: #5a5543;
    background: url(../images/bot_banner.png) 0 0 repeat;
}

.bot_banner.new:after {
    content: '';
    display: block;
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 100px;
    height: 99px;
    background: url(../images/banner_new.png) 0 0 no-repeat;
}

.bot_banner h5 {
    text-transform: uppercase;
    font: bold 24px/26px 'Open Sans',sans-serif;
    color: #c9cda3;
}

.bot_banner h5.head1 {
    font-size: 22px;
    line-height: 24px;
}

.bot_banner .big {
    padding-top: 11px;
    font: 29px/24px 'Bevan',cursive;
}

.bot_banner .t1 {
    padding-top: 1px;
    text-transform: uppercase;
    font: bold 16px/18px 'Open Sans',sans-serif;
    letter-spacing: 1px;
}

.bot_banner .t2 {
    margin-bottom: 12px;
    padding-top: 2px;
    text-transform: uppercase;
    font: 12px/18px 'Open Sans',sans-serif;
    letter-spacing: 1px;
}

.bot_banner .t3 {
    margin-bottom: 12px;
    padding-top: 7px;
    text-transform: uppercase;
    font: 16px/20px 'Open Sans',sans-serif;
    letter-spacing: 1px;
}

.bot_banner .t4 {
    margin-bottom: 12px;
    padding-top: 7px;
    text-transform: uppercase;
    font: 14px/18px 'Open Sans',sans-serif;
    letter-spacing: 1px;
}

.caroufredsel_wrapper {
    padding-bottom: 5px;
    overflow: hidden;
}

.carousel1 {
    cursor: default !important;
}

a.next1 {
    display: block !important;
    z-index: 999;
    position: absolute;
    right: 50%;
    bottom: -16px;
    width: 84px;
    height: 33px;
    margin-right: -84px;
    border-radius: 0 5px 5px 0;
    opacity: 1 !important;
    background: url(../images/prevnext.png) right bottom no-repeat;
    -webkit-transition: 0s ease;
    -o-transition: 0s ease;
    transition: 0s ease;
    cursor: pointer;
}

a.next1:hover {
    background-position: right 0;
}

a.prev1 {
    display: block !important;
    z-index: 999;
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: 84px;
    height: 33px;
    margin-left: -84px;
    border-radius: 5px 0 0 5px;
    opacity: 1 !important;
    background: url(../images/prevnext.png) 0 0 no-repeat;
    -webkit-transition: 0s ease;
    -o-transition: 0s ease;
    transition: 0s ease;
    cursor: pointer;
}

.prev1:hover {
    background-position: 0 bottom;
}

.price {
    float: right;
    margin-left: 20px;
    padding-top: 28px;
    padding-right: 4px;
    font: 18px/22px 'Bevan',cursive;
    color: #761d06;
}

.menu {
    padding-top: 1px;
}

.menu .clear {
    height: 25px;
}

.events .separator {
	padding-top: 35px;
	margin-bottom: 31px;
	border-bottom: 1px solid #c9c4bc;
	width: 100%;
}

.events a.btn {
	margin-top: 26px;
}

.events time {
	display: block;
	 font: 18px/22px 'Bevan',cursive;
    color: #761d06;
    text-transform: uppercase;
    padding-top: 2px;
    margin-bottom: 7px;
}

/**to top**/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:50px;
	left: 50%;
	margin-left: 550px;
	overflow:hidden;
	width:44px;
	height:25px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background:url(../images/totop.png) no-repeat left top;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
#toTop:hover {
	outline:none;
	background-position: 0 bottom;
}

/****Map***/

.map {
	padding-top: 4px;
}

.map figure {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.map figure iframe {
    width: 100%;
    height: 283px;
    max-width: 100%;
}

.map p {
    display: block;
    padding-bottom: 10px;
}

address dd span {
    display: inline-block;
    min-width: 93px;
}

address dt p {
    margin-bottom: 10px;
}

.map address {
    float: left;
    margin-right: 30px;
}

/************Footer***********/

footer {
    display: block;
    padding: 45px 0 40px;
    text-align: center;
    text-transform: uppercase;
    font: 800 11px/14px 'Open Sans',sans-serif;
    letter-spacing: 1px;
    color: #968d70;
    background: url(../images/bg_footer.png) center 0 no-repeat #000;
}

.page1 footer {
    padding-top: 44px;
    background-position: center -1px;
}

footer img {
    margin-bottom: 3px;
}

@media only screen and (max-width:1024px) {
    body {
        min-width: 768px;
    }
    
    .main {
        width: auto;
        margin: 0;
    }
}

/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width:995px) {
    body {
        min-width: 768px;
    }

h3 {
        font-size: 30px;
    }


   .main,
    .main_top {
        background-position: center 0;
    }
    
    .main_bot {
        background-position: center bottom;
    }
    
    h2, h2.capt2 {
        width: auto;
        padding-right: 0;
        padding-left: 0;
        background: no-repeat;
    }


    
    .bot_banner {
        padding-left: 10px;
    }
    
    .main {
        width: auto;
        margin: 0;
    }
    
    .slider_wrapper {
        height: 411px !important;
    }
    
    .map address {
        margin-right: 10px;
    }
    
    .map figure,
    .map figure iframe,
    #form input,
    #form textarea,
    #form .success {
        width: 100% !important;
    }
    
    #form .success {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .map figure {
        height: auto !important;
    }
    
    .extra_wrapper {
        overflow: visible;
    }
    
    .pad1,
    .pad2,
    .pad3 {
        padding: 0;
    }

    .events .extra_wrapper {
    	overflow: hidden !important;
    }
}

@media only screen and (max-width:767px) {
    body {
        min-width: 420px;
    }
    
    .events .extra_wrapper {
    	overflow: visible !important;
    }

    .menu .clear {
        height: 0;
        padding: 0 !important;
    }
    
    .menu>div {
        margin-bottom: 20px !important;
    }
    
    .banners>div>div {
        margin-bottom: 25px;
    }
    
 
    
    .map address {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    header h1 {
        margin-bottom: 20px;
        overflow: hidden;
    }
    
    .slider_wrapper {
        height: 255px !important;
        margin-top: 170px !important;
    }

        .slider_wrapper .caption {
            top: -170px !important;
        }
    
    .img_inner.fleft {
        float: none;
        margin-bottom: 13px;
    }
    
    .img_inner {
        float: none !important;
        width: 100%;
        margin-top: 20px !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }
    
    header h1 {
        float: none;
        position: relative;
        width: 270px;
        margin: 0 auto;
        padding-top: 10px;
    }
    
    header h1 a {
        height: auto;
        margin-left: -245px;
    }
    
    header h1 a img {
        width: 100%;
    }
    
    .map figure iframe {
        width: 100%;
        height: 300px;
    }
    
    .bot_banner .big {
        padding-bottom: 40px;
        font-size: 20px;
    }
}

@media only screen and (max-width:479px) {
    body {
        min-width: 300px;
    }
    
    .slider_wrapper {
        height: 199px !important;
          margin-top: 180px !important;
    }

        .slider_wrapper .caption {
            top: -180px !important;
        }
    
    .map figure iframe {
        width: 100%;
        height: 150px;
    }
}
