body {
	/*background-color: #ebebeb;*/
	padding: 0px 0px 0px 300px;
	overflow-x: hidden;
	width: 100%;
	display: none;
}

* {
	font-family: 'PT Sans' !important;
}

#offcanvas-left {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999;
	height: 100%;
	padding-top: 22px;
	width: 300px !important;
	text-align: center;
	-webkit-transition: all 600ms ease-in-out 0s;
}

#offcanvas-left.white {
	background-color: #fff !important;
	color: #000;
	box-shadow: 0px 3px 10px #666;
}

#offcanvas-left.black {
	background-color: #000  !important;
	color: #fff !important;
	box-shadow: 0px 3px 10px #000;
	
}

#offcanvas-left.black a {
	color: #fff !important;
}

#offcanvas-left li {
	margin-bottom: 5px;
}

.phone {
	font-size: 150%;
	font-weight: bold;
}

.cover {
	padding: 55px 50px;
	color: #fff;
	background-size: cover;
}

#sidebar {
	visibility: hidden;
}

.cover h1, .cover p {
	color: #fff;
}

.cover p { font-size: 22px !important; }

.phone a {
	text-decoration: none;
}

#menu {
	padding: 20px 20px 0px;
	display: none;
	width: 100%;
	clear: both;
	overflow: hidden;
}

div, section {
	position: relative;
	background-color: #fff;
}

section {
	width: 100%;
	padding: 50px 30px 50px;
	margin: 0px;
}

.padding {
	padding-bottom: 50px;
}

/*#copyrights {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
}*/

.fotorama {
	margin: 0px;
	width: 100%;
	position: relative;
}

.fotorama_box {
	position: relative;
}

.button {
	font-weight: bold;
}

.white.button {
	border-color: #fff;
	color: #fff;

}

.white.button:hover {
	border-color: #DDD;
	color: #DDD;
}

#sender {
	padding: 60px 30px 30px;
	margin-bottom: 30px;
}

#sender, #sender div {
	
	background-color: #f2e098;
}

.social {
	vertical-align: middle;
	transition: opacity 300ms ease-in-out 0s;
	margin-right: 20px;
	margin-bottom: 20px;
}

.social.vk {
	width: 27px;
}

.social.fb {
	width: 25px;
}

.social.insta {
	width: 19px;
}

.social:hover {
	opacity: 0.7;
}

.arrow {
	position: absolute;
	top: 300px;
	width: 120px;
	height: 120px;
	opacity: 0.4;
	z-index: 9999;
	cursor: pointer;
	background-color: transparent;
	background-size: 100%;
	-webkit-touch-callout: none; /* iOS Safari */
	    -webkit-user-select: none; /* Safari */
	     -khtml-user-select: none; /* Konqueror HTML */
	       -moz-user-select: none; /* Firefox */
	        -ms-user-select: none; /* Internet Explorer/Edge */
	            user-select: none;
}

.arrow:hover {
	opacity: 1;
}

.left.arrow {
	left: 50px;
	background-image: url('/assets/icons/left.png');
	
}

.right.arrow {
	right: 50px;
	background-image: url('/assets/icons/right.png');
}

@media only screen and (max-width: 1000px) {
	body {
		padding: 0px 0px 0px;
	}
	
	#offcanvas-left { 
		width: 350px !important;
	}
	
	#menu {
		display: block;
	}
	
	
	.cover h1 {
		font-size: 30px;
		line-height: 1.2;
	}
	.cover {
		padding-top: 130px;
		height: 600px;
		text-align: center;
	}
}