html, body {
	margin: 0;
	padding: 0;
	font-family: arial;
	min-width: 700px;
	height: 100%;
}

body {
background: url('../images/bg.jpg') no-repeat center top;

}

.wrapper {
	min-height: 100%;
}

as .content a {
	color: #282828;
	text-decoration: none;
	border-bottom: 2px solid #fff000;
}

as .content a:hover {
	color: #282828;
	text-decoration: none;
	border-bottom: 2px solid #282828;
}


/*{
     -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
}*/

.clr {
	clear: both;
	width: 100%;
	height: 0px;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
} 
.clearfix::after {
  clear: both;
}

header,nav {display: block;clear: both;}


h1{
	font-size: 30px;
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
}




header {
    padding: 20px 0 0 0;
}

nav,
.project_menu {
  position: relative;
  overflow:hidden;
  margin: 30px 0 30px 0;

}


.project_menu {
    margin: 30px 0 30px 0;
}


nav ul,
.project_menu ul {
    position: relative;
    left: 50%;
    display: block;
 float: left;
    margin: 0 0 0 -20px;
}


nav ul li,
.project_menu ul li{
display: block;
    float: left;
    margin: 0 20px;
    position: relative;
    left: -50%;
}

nav ul li a,
.project_menu ul li a,
nav ul li span,
.project_menu ul li span {
    display: block;
    color: #38383a;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    border-bottom: 2px solid #38383a;
    padding: 0 0 3px 0;
    text-decoration: none;
    font-weight: 900;
}


nav ul li a:hover,
.project_menu ul li a:hover,
{

    border-bottom: 2px solid #fff000;

}


nav ul li.active a,
.project_menu ul li.active a,
nav ul li span,
.project_menu ul li span {
	border: none;
}



header .social_buttons {
    width: 28%;
    padding: 0 2% 0 0;
    float: left;
    min-height: 24px; 
}

.booking-link {
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
	text-decoration: none;
}

.social_buttons a{
    display: block;
    width: 24px;
    height: 24px;
    background: url('../images/social_buttons.png') no-repeat;
    float: left;
    margin: 0 2px 0 0;
}

header .social_buttons a{
    display: block;
    width: 24px;
    height: 24px;
    background: url('../images/social_buttons.png') no-repeat;
    float: right;
    margin: 0 2px 0 0;
}

.social_buttons a.fb{
 
}

.social_buttons a.gp{
    background-position: -24px 0;
}

.social_buttons a.vk{
    background-position: -48px 0;
}

.social_buttons a.tw{
    background-position: -72px 0;
}

.social_buttons a.in{
    background-position: -96px 0;
}

.social_buttons a.fb:hover {
    background-position: 0px -24px;
}

.social_buttons a.gp:hover {
    background-position: -24px -24px;
}

.social_buttons a.vk:hover {
    background-position: -48px -24px;
}

.social_buttons a.tw:hover {
    background-position: -72px -24px;
}

.social_buttons a.in:hover {
    background-position: -96px -24px;
}



.language_switcher {
    height: 18px;
    width: 30%;
    float: right;
}


.login_basket {
    width: 30%;
    float: right;
    margin: 50px 0 0 0;
    
}


.login_basket .fa {
    color: #0000EE;
    font-size: 30px;
    float: left;
    
}


#cart {
	float: left;
	    padding: 5px 10px;
	font-weight: bold;
}


.basket_btn {
    display: inline-block;
    background: #ff4862;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border: 0;
}

.basket_btn:hover {
    background: #fff000;
    color: #000;
}


.form_buttons {
    margin: 30px 0 0 0;
}


.btn {


    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
       -moz-user-select: none;
        -ms-user-select: none;


    display: inline-block!important;
    background: #ff4862;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    cursor: pointer;
}


.btn.secondary {
   background: #818181; 
}


.btn:hover {
    background: #fff000;
    color: #000;
}



.language_switcher a,
.language_switcher span{
    display: block;
    color: #38383a;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    border-bottom: 2px solid #38383a;
    padding: 0 0 3px 0;
    text-decoration: none;
    float: left;
    margin: 0 10px 0 0;
}


.language_switcher span{
border: none;
}


.logo_holder {
    width: 40%;
    float: left;
	margin-left: 30%;
    text-align: center;
}

.logo_holder .logo{
    margin: 0 auto;
    text-align: center;
}



.content {
clear: both;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
height: 100%;
}

.content.contact_content {
    max-width: 700px;	
}
.content.projects_holder {
    max-width: 1080px;	
}

.project_head {
height: 225px;
    line-height: 210px;
    text-align: center;
}


.projects {
    margin: 30px 0 0 0;
    clear: both;
}

.project_teaser {
    float: left;
    margin: 0 30px 40px;
    width: 300px;
	height: 350px;
}

.project_teaser a{
    display: block;
    width: 300px;
    height: 300px;
}

.project_teaser p{
text-align: center;
        text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 900;
margin: 15px 0 0 0px;
padding: 0 0 0 2px;
}
.project_teaser p span{
    display: block;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 12px;
    font-weight: 200;
}










.category_teaser {
    float: left;
    margin: 0 0 30px 0;
    width: 33.33%;
}

.category_teaser .teaser_inner {
    margin: 0 30px;
}

.category_teaser .category_image{
    display: block;
    width: 100%;
    text-align: center;
}

.category_teaser .category_image img{

    max-width: 100%;
}


.category_teaser .category_name{
    display: block;
    width: 100%;
text-align: center;
        text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 900;
margin: 15px 0 0 0px;
padding: 0 0 0 0px;
height: 50px;
}







.whois {
    width: 550px;
    margin: 0 auto 30px;
font-size: 12px;
}
.whois h1{
font-size: 30px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.whois span{
font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}



.blog_teaser_holder {
width: 100%;
    

}

.blog_teaser_holder .msn{
width: 21%;
    margin: 0 4% 30px 0
}

.blog_teaser_holder .blog_teaser .blog_image,
.blog_teaser_holder .blog_teaser .blog_image img{
    width: 100%
}


.blog_teaser .date {
    font-size: 12px;
    display: block;
    margin: 0 0 10px 0;
}

.blog_teaser a {
    font-size: 16px;
    display: block;
    color: #000;
    text-decoration: none;
    font-weight: 900;
    line-height: 24px;
}

.blog_teaser p {
    font-size: 12px;
    display: block;
    line-height: 18px;
}


.blog_teaser .anounce{
    margin: 0 0 0 220px;
}


.last_blog {
margin: 30px 0 0 0;
}


.last_blog h2 {
display: block;
    background: url('../images/fartuh.png') no-repeat center top;
text-align: center;
    padding: 100px 0 0 0;

            text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 24px;
    margin: 0;
    font-weight: 900;
}

.last_blog h3 {
display: block;
text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 5px 0 30px 0;
}


.last_blog .blog_teaser {
display: block;
float: left;
    width: 30%;
    margin: 0 3% 0 0;
}


.last_blog .blog_teaser .blog_image {
display: block;
float: left;
margin: 0 20px 0 0;
}


.blog_tags {
    border: 2px solid #000;
    padding: 20px 30px; 
    float: left;
}

.blog_tags.full {
    border: 2px solid #000;
    padding: 20px 30px; 
    float: right;
}

.blog_tags .section_h {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 900;
    margin: 0 0 30px 0;
}

.blog_tags ul {
display: block;
    margin: 0;
    padding: 0;
}
.blog_tags ul li {
display: block;
    margin: 0;
    padding: 0;
}

.blog_tags ul li a{
    display: block;
color: #000;
    font-size: 14px;
    text-decoration: none;
    font-weight: 900;
    text-transform: lowercase;
    margin: 0 0 20px 0;
    
}

.blog_full {
margin: 0 330px 0 0;
text-align: left;

}

.blog_full h1 {
text-align: left;
}


.banner {
    margin: 0 auto;
    width: 100%!important;
    max-width: 1000px;
    clear: both;
    padding: 30px 0;
}

.banner a,
.banner img {
    width: 100%!important;
    max-width: 1000px;
}



.instagram {
    background: url('../images/insta_icon.png') no-repeat top center;
    padding: 40px 0 0 0;
    text-align: center;
    margin: 30px 0;
    font-size: 14px;
}

.instagram .instatag {
    display: block;
    background: url('../images/heart.png') no-repeat center;
    padding: 30px 0;
    text-align: center;
}

.instagram .instatag span {
    display: block;
    background: #fff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 4px;
}

.instagram .instatag span i {
    color: #ff4862;
    font-style: normal;
}


.insta_holder {
	height: 400px;
	overflow: hidden;
	text-align: center;
}

.insta_holder a {
	display: inline-block;
	float: left;
}



.set {
background: url('../images/wood_bg.jpg') repeat-x center 150px;
}

.set .set_circle {
width: 636px;
    height: 636px;
    border-radius: 100%;
    border: 1px solid #000;
    text-align: center;
    margin: 100px auto 200px;
    position: relative;

}

.set .set_circle .dish{

    line-height: 1080px;


}




.set .price_holder .lap {
    display: block;
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    border: 1px solid #000;
    background: #fff;
    text-align: center;   
    top: -55px;
    left: 50%;
    background: #fff;
    margin: 0 0 0 -55px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 900;
}

.set .price_holder .lap img {
    display: block;
    margin: 25px auto 15px;
}


.set .price_holder .price {
    background: #000;
    color: #fff;
    height: 35px;
    float: left;
    position: absolute;
    top: -15px;
    left: 50%;
    padding: 0 20px 0 65px;
    line-height: 35px;
    font-size: 24px;
}

.set .price_holder .price span{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}




.set_circle ul {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}

.set_circle ul li{
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 1px solid #000;
    background: #fff;
    line-height: 100px;
    text-align: center;
}


.set_circle ul li.active,
.set_circle ul li:hover{
    background: #fff000;
    cursor: pointer;

}




.set_circle ul li span,
.set_circle ul li p{
    display: block;
    position: absolute;
    width: 264px;
    line-height: auto;
    text-align: left;
    top: -15px;
    left: 110px;
}

.set_circle ul li p {
    opacity: 0;
}

.set_circle ul li.active p,
.set_circle ul li:hover p{
    opacity: 1;
}

.set_circle ul li:nth-child(5) span,
.set_circle ul li:nth-child(5) p{
    left: 50%;
    margin: 70px 0 0 -88px;
}

.set_circle ul li:nth-child(5) p{
    margin: 85px 0 0 -35px;
}


.set_circle ul li:nth-child(6) span,
.set_circle ul li:nth-child(6) p,
.set_circle ul li:nth-child(7) span,
.set_circle ul li:nth-child(7) p,
.set_circle ul li:nth-child(8) span,
.set_circle ul li:nth-child(8) p,
.set_circle ul li:nth-child(9) span,
.set_circle ul li:nth-child(9) p{
    left: -310px;
}

.set_circle ul li:nth-child(6) span,
.set_circle ul li:nth-child(7) span,
.set_circle ul li:nth-child(8) span,
.set_circle ul li:nth-child(9) span{
    text-align: right;
}


.set_circle ul li span {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px; 
}

.set_circle ul li p{
    background: #fff;
    border: 2px solid #000;
    padding:0;
    line-height: 21px;
    top: 35px;
    padding: 20px 30px;
    width: 200px;
    font-size: 13px;
}

.set_circle ul li:nth-child(1){
    top: 24px;
    right: 92px;
}

.set_circle ul li:nth-child(2){
    top: 185px;
    right: -25px;
}

.set_circle ul li:nth-child(3){
    top: 382px;
    right: -25px;
}


.set_circle ul li:nth-child(4){
    top: 536px;
    right: 92px;
}


.set_circle ul li:nth-child(5){
    top: 596px;
    left: 50%;
    margin-left: -35px;
}


.set_circle ul li:nth-child(6){
    top: 536px;
    left: 94px;
}


.set_circle ul li:nth-child(7){
    top: 382px;
    left: -18px;
}

.set_circle ul li:nth-child(8) {
    top: 185px;
    left: -18px;
}

.set_circle ul li:nth-child(9) {
    top: 24px;
    left: 98px;
}

.scroll_message {
position: absolute;
    top: 0;
    left: 50%;
    margin: 210px 0 0 -90px;
width: 170px;
    height: 170px;
    border-radius: 100%;
    background:rgba(255,255,255,0.8);
    text-align: center;
    font-size: 12px;
    padding: 10px;
}


.scroll_message:hover {
    opacity: 0.0;
}


.scroll_message img{
margin: 20px 0 10px 0;
}

.scroll_message span{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 900;
    display: block;
}




.set_teaser {
    width: 46%;
    float: left;
    margin: 0 2% 30px;
    text-align: center;
}


.set_teaser a{
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    border-bottom: 2px solid #38383a;

    text-decoration: none;
    font-weight: 900;
    margin: 0 0 20px 0;
}


.set_teaser .price_holder{
    margin: 10px 0 0px 0;
}

.set_teaser .dish {
margin: 20px 0 0 0;
}

.set_teaser .dish img{
width: 100%;
    max-width: 450px;
}




.event_teaser {
	margin: 0 auto 30px;
	max-width: 1000px;
}

.event_teaser .date {
    width: 100px;
    float: left;
margin: 0 0 0 -100px;
}

.event_anounce {
    overflow: hidden;
    margin: 0 0 0 0px;
}

.event_anounce .banner{
    margin: 0;
    padding: 0;
}


.event_anounce h2 a{
	font-size: 20px;
	text-align: left;
	    text-transform: uppercase;
	    letter-spacing: 3px;
	text-decoration: none;
	border-bottom: 2px solid #fff000;
	color: #000;
}


.footer_pusher {
	width: 100%;
	height: 170px;
	clear: both;
}

footer .inner {
	padding: 0 30px;
	max-width: 900px;
	margin: 0 auto;
}


footer {
	margin: -120px 0 0 0;
	height: 80px;
border-top: solid 5px #fff000;
    padding: 20px 0;
   letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 21px;
}

footer .footer_rights,
footer .footer_contact,
footer .footer_social,
footer .footer_develop{
    
    float: left;
    width: 23%;
	margin: 0 2% 0 0;
    
}

footer .footer_rights {
width: 18%;
}

footer .footer_contact {
width: 28%;
}


.footer_rights span {
    display: block;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

footer .footer_contact span,
footer .footer_contact a{
    display: block;

    letter-spacing: 2px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}


footer .footer_develop a{
     font-weight: 900;   
     color: #000;
    text-decoration: none;   
}


footer .inner {
padding: 0 5%;
    max-width: 1400px;
    margin: 0 auto;
    
}




.product_teaser {
	float: left;
	width: 31.333%;
	height: 450px;
    margin: 0 1%;
    text-align: center;
}






.price_button {
margin: 20px 0 0 0;
}

.submit_buy {
    display: inline-block;
    background: #ff4862;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
}

.submit_buy:hover {
    background: #fff000;
    color: #000;
}

.price {
    display: inline-block;
    background: #fff000;
    color: #000;
    padding: 5px 10px;
}


.product_name {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    text-decoration: none;
    border-bottom: 2px solid #0000EE;
    line-height: 28px;
}

.product_image {
    display: block;
    position: relative;
    height: 200px;

}

.product_image img {

}

.product_name:hover {
    color: #ff4862;
    border: none;
}

.product_name:visited {
    color: #8235a7;
    border: none;
}



.js_paginate {
    clear: both;
    display: block;
    text-align:center;
    padding: 50px 0 0 0;
}

.js_paginate li {
    display: inline-block;
}

.js_paginate li a,
.js_paginate li span,
.cart_remove {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #ff4862;
    color: #fff;
    margin: 0 5px 0 0;
    text-decoration: none;
    border-radius: 30px;
}


.cart_remove {
    margin: 0;
    cursor: pointer;
}



.js_paginate li a:hover,
.cart_remove:hover,
.js_paginate li span {
    background: #fff000;
    color: #000;
}



.cart_table tr td {
border: none;
}








/*! Scrollyeah - v0.3.2 - 2014-04-11
* https://github.com/artpolikarpov/scrollyeah
* Copyright (c) 2014 Artem Polikarpov; Licensed MIT */
.scrollyeah {
  position: relative;
  overflow: hidden;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  *zoom: 1;
}

.scrollyeah__wrap {
  overflow: hidden;
  *zoom: 1;
}

.scrollyeah__shaft {
  float: left;
}

.scrollyeah__shaft, .scrollyeah__parallax {
  left: 0;
  position: relative;
}

.scrollyeah_active .scrollyeah__shaft {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
  *cursor: move !important;
}
.scrollyeah_active .scrollyeah__shaft_grabbing, .scrollyeah_active .scrollyeah__shaft_grabbing * {
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.scrollyeah__shadow {
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 333ms, 333ms;
  transition-duration: 333ms, 333ms;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1), cubic-bezier(0.1, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1), cubic-bezier(0.1, 0, 0.25, 1);
  z-index: 10;
  *display: none !important;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}

.scrollyeah__shadow_prev {
  left: -10px;
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.5), transparent);
  background-position: 0 0, 0 0;
}

.scrollyeah__shadow_next {
  right: -10px;
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.5), transparent);
  background-position: 100% 0, 100% 0;
}

.scrollyeah_shadow .scrollyeah__shadow_prev {
  left: 0;
}
.scrollyeah_shadow .scrollyeah__shadow_next {
  right: 0;
}

.scrollyeah_shadow_no-left .scrollyeah__shadow_prev {
  left: -10px;
}

.scrollyeah_shadow_no-right .scrollyeah__shadow_next {
  right: -10px;
}


.contact_text {
	width: 45%;
	float: left;
}


.feedback_form {
	display: block;
	margin: 0 0 0 50%;

}

.feedback_form input[type="text"],
.feedback_form textarea,
.order_form input[type="text"],
.order_form textarea {
	display: block;
	height: 30px;
	line-height: 30px;
	border: 1px solid black;
	width: 100%;
}

.feedback_form textarea,
.order_form textarea  {
	height: 100px;
}


.order_form {
	margin: 0 15%;
	padding: 20px 30px;
	border: 5px solid #ff4862;
}

.order_form label {
	display: block;
	margin: 20px 0 5px 0;
}

.steps p {
	display: none!important;
}

.cart_table {
	margin: 0 0 50px 0;
}

.cart_table tr td {
	border: 1px solid black;
}

.cart_table tr td:first-child {
	border-left-width: 0px;
}

.cart_table tr td:last-child {
	border-right-width: 0px;
}

.cart_table tr:first-child td {
	border-top-width: 0px;
}

.cart_table tfoot tr td {
	border-bottom-width: 0px;
	font-weight: bold;
}


.quantity {
	text-align: center;
	padding: 0 10px;
}

.quantity .btn_plus,
.quantity .btn_minus {
	font-weight: bold;
	color: #ff4862;
	cursor: pointer;
}

.quantity .btn_plus:hover,
.quantity .btn_minus:hover {

	color: #0000EE;

}

.srollarrow {
	background: rgba(255,255,255,0.5) url('../images/arrow.png') no-repeat center;
	height: 360px;
	width: 50px;
	position: absolute;
	right: 0;
	z-index: 10;

}