body
{
	margin: 0;
	background-color: #090B0B;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

a
{
	text-decoration: none;
}

header
{
	background-color: rgba(3, 3, 3, 0.9);
	width: 100%;
	height: 110px;
	position: fixed;
	z-index: 999;
}

textarea
{
	resize: none;
	overflow: hidden;
}

header .logo-wraper
{
    display: inline-block;
    width: 28%;
    height: 100%;
}
.logo-wraper .logo
{
    display: block;
    margin-left: 45px;
    margin-top: 34px;
    background-image: url(../imgs/logo.png);
    width: 271px;
    height: 43px;
}

header .menu-wraper
{
	display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 40%;
}
.menu-wraper .menu
{
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.menu-wraper .menu a
{
	font-family: 'Exo2-Regular';
	color: white;
	text-decoration: none;
	font-size: 14px;
	padding: 0px 10px 0px 10px;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease;
}
.menu-wraper .menu a.active, .menu-wraper .menu a:hover
{
	color: #AD7B44;
}

header .contact-wraper
{
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: justify;
	        justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
    	-ms-flex-align: center;
        	align-items: center;
    vertical-align: top;
    height: 100%;
    width: 28%;
}

.contact-wraper .phone
{
	font-family: 'Exo2-Medium';
	color: #AD7B44;
	height: 100%;
	font-size: 16px;
	/*display: inline-block;*/
	line-height: 110px;
	/*float: right;*/
	margin-right: 30px
}

.contact-wraper .button
{
	/*float: right;*/
	/*margin-top: 35px;*/
	/*margin-left: 20px;*/
	/*display: inline-block;*/
	padding: 10px 25px;
}

#meal form a.button
{
	padding: 10px 20px;
	display: block;
	max-width: 129px;
    margin: 30px auto 35px;
}

.button
{
	cursor: pointer;
	padding: 10px 40px;
	/*height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;*/
	border: solid 2px #AD7B44;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	font-family: 'Exo2-Regular';
	text-transform: uppercase;
	color: #AD7B44;
	font-size: 14px;
}

.ritual.button
{
	padding: 10px 20px;
}


.space-185
{
	height: 185px;
	width: 100%
}

h2.title
{
    padding-top: 105px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Exo2-Regular';
    font-size: 40px;
    color: #9f7a49;
    text-align: center;
}
div.under-title
{
	margin-bottom: 70px;
	font-family: 'PT_Sans-Web-Regular';
	font-size: 18px;
	color: #2d2d2d;
	text-align: center;
}

#social div.under-title, #granit-grave div.under-title
{
	margin-bottom: 50px
}

div.under-title.light
{
	color: #fefefe;
}

#toTop 
{
	width: 34px;
	height: 19px;
    background: url(../imgs/toTop.png) no-repeat;
    position: fixed;
    bottom: 54px;
    right: 49px;
    cursor: pointer;
    display: none;
}