/* Fonts */

@font-face {
	font-family: 'OpenSans-Light';
	src: url('fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/OpenSans-Light.woff') format('woff'),
		 url('fonts/OpenSans-Light.ttf')  format('truetype'),
		 url('fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans';
	src: url('fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
		 url('fonts/OpenSans.woff') format('woff'),
		 url('fonts/OpenSans.ttf')  format('truetype'),
		 url('fonts/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans-Italic';
	src: url('fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
		 url('fonts/OpenSans-Italic.woff') format('woff'),
		 url('fonts/OpenSans-Italic.ttf')  format('truetype'),
		 url('fonts/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans-Bold';
	src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/OpenSans-Bold.woff') format('woff'),
		 url('fonts/OpenSans-Bold.ttf')  format('truetype'),
		 url('fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Oswald-Light';
	src: url('fonts/Oswald-Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Oswald-Light.otf')  format('opentype'),
		 url('fonts/Oswald-Light.woff') format('woff'),
		 url('fonts/Oswald-Light.ttf')  format('truetype'),
		 url('fonts/Oswald-Light.svg#Oswald-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Oswald';
	src: url('fonts/Oswald.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Oswald.otf')  format('opentype'),
		 url('fonts/Oswald.woff') format('woff'),
		 url('fonts/Oswald.ttf')  format('truetype'),
		 url('fonts/Oswald.svg#Oswald') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Oswald-Bold';
	src: url('fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Oswald-Bold.otf')  format('opentype'),
		 url('fonts/Oswald-Bold.woff') format('woff'),
		 url('fonts/Oswald-Bold.ttf')  format('truetype'),
		 url('fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* END Fonts */

/* General */

html,
body {
	height: 100%;
}

body {
	min-width: 320px;
	background: #fff;
	color: #000;
	font-size: 1em;
	font-family: OpenSans, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}

a {
	color: #792886;
}

a:hover {
	color: #000;
}

h1 {
	margin: 0 0 10px;
	color: #ff670e;
	font-family: 'Droid Serif', sans-serif;
	font-size: 48px;
	line-height: 1.4em;
	font-weight: 300;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 10px;
	color: #555555;
	font-family: 'Droid Serif', sans-serif;
	font-size: 34px;
	line-height: 1.4em;
	font-weight: 300;
	text-transform: uppercase;
}

h3 {
	margin: 0 0 10px;
	color: #ff670e;
	font-family: 'Droid Serif', sans-serif;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
}

p {
	margin: 0 0 20px;
}

ul {
	margin: 20px 0;
}

ul li {
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	background: url(../images/bullet-list.png) no-repeat left 7px;
}

img {
	height: auto;
	max-width: 100%;
}

.container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

/* END General */

/* Header */

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	background: rgba(255,255,255,.95);
	font-family: 'Droid Serif', sans-serif;
	font-size: 0;
	line-height: 1em;
	text-align: center;
	z-index: 12;
	white-space: nowrap;
}

#logo {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#logo a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 208px;
	height: 125px;
	margin: 0;
	background: url(../images/logo-restaurant-diplomat.png) no-repeat center transparent;
}

.header-phone {
	width: 35%;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1em;
	text-align: right;
}

.header-phone.hide-lg {
	display: none;
}

.header-email {
	width: 35%;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1em;
	text-align: left;
}

/* END Header */

/* Main */

main {
	height: 100%;
	margin: 0;
	padding: 0;
}

main:after {
	content: '';
	display: table;
	clear: both;
}

/* END Main */

/* Footer */

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: rgba(255,255,255,.95);
	text-align: center;
	z-index: 12;
}

footer .container {
	padding: 5px;
	color: #838383;
	font-size: 14px;
}

/* END Footer */

/* Slider */

section.slider {
	position:relative;
	width:100%;
	height:100%;
	margin: 0;
	padding:0 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: 'Droid Serif', sans-serif;
	text-align: center;
}

section.slider figure {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	padding: 165px 100px 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color:#FFF;
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index:8;
}

section.slider figure.active {
	z-index:10;
}

section.slider figcaption {
	position: relative;
	height:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

section.slider .slideLeft, section.slider .slideRight {
	position:absolute;
	top:50%;
	width:55px;
	height:55px;
	margin-top:-28px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	cursor:pointer;
	z-index:11;
}

section.slider .slideLeft {
	right:30px;
	background-image:url("../images/slider-right-arrow.png");
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

section.slider .slideRight {
	left:30px;
	background-image:url("../images/slider-left-arrow.png");
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

section.slider .slideLeft:hover,
section.slider .slideRight:hover {
	opacity: .8;
}

section.slider .steps {
	display: none;
}

section.slider .container {
	position:absolute;
	top: 50%;
	left: 0;
	width: 100%;
	max-width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

section.slider .container h2 {
	display: inline;
	padding: 0 15px;
	background: rgba(121,40,134,.95);
	color:#fff;
	font-weight:normal;
	font-size:48px;
	line-height:58px;
	text-transform: uppercase;
	-webkit-box-decoration-break: clone;
	-ms-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
  	position:relative;
  	top:-30px;
  	opacity:0;
  	-webkit-transition:all 1s ease-in-out;
  	-moz-transition:all 1s ease-in-out;
  	-ms-transition:all 1s ease-in-out;
  	-o-transition:all 1s ease-in-out;
  	transition:all 1s ease-in-out;
}

section.slider figure.active h2 {
  	right:0;
  	top:0;
  	opacity:1;
}

section.slider .container h2 span {
	font-size: 38px;
	line-height: 1em;
}

section.slider .container p {
	display: table;
	max-width: 800px;
	margin: 20px auto 0;
	padding: 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background: rgba(255,255,255,.95);
	opacity:0;
  	-webkit-transition:all 1s ease-in-out;
  	-moz-transition:all 1s ease-in-out;
  	-ms-transition:all 1s ease-in-out;
  	-o-transition:all 1s ease-in-out;
  	transition:all 1s ease-in-out;
}

section.slider figure.active p {
	opacity:1;
}

section.slider .container ul {
	margin-top:15px;
	font-size: 18px;
	overflow:hidden;
  /*
  	position:relative;
  	right:-50px;
  	opacity:0;
  	-webkit-transition:all 1s ease-in-out;
  	-moz-transition:all 1s ease-in-out;
  	-ms-transition:all 1s ease-in-out;
  	-o-transition:all 01s ease-in-out;
  	transition:all 1s ease-in-out;
  */
}

section.slider figure.active ul {
  /*
  	right:0;
  	opacity:1;
  */
}

section.slider .container ul li {
	display: block;
	float: left;
	clear: both;
	padding-right:10px;
	padding-left:30px;
	/* background:url("../images/bullet-slider.png") left center no-repeat rgba(255,255,255,0.9); */
	line-height:30px;
	text-transform: uppercase;
}

section.slider .container ul li + li {
	margin-top:12px;
}

section.slider .container a {
	position:absolute;
	left:0;
	bottom:60px;
	width:240px;
	background:#bdba0b;
	color:#fff;
	font-family:SintonyBold, Arial, sans-serif;
	font-size:24px;
	line-height:60px;
	text-align:center;
	text-transform:uppercase;
}

section.slider .container a:after {
	container:'';
	position:absolute;
	right:-60px;
	top:0;
	border-top:30px solid transparent;
	border-right:35px solid transparent;
	border-bottom:30px solid transparent;
	border-left:25px solid #bdba0b;
}

section.slider figure .image {
	position: absolute;
	right: 15%;
	bottom: -15px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

section.slider figure.active-animation .image {
	right: 18%;
	bottom: -25px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	opacity: 1;
}

/* END Slider */

/* Media Queries */

@media all and (max-width: 1024px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 20px;
	}
	section.slider .slideLeft {
		right: 10px;
	}
	section.slider .slideRight {
		left: 10px;
	}
	section.slider .container {
		padding-top: 55px;
	}
	section.slider .container h2 {
		font-size: 38px;
		line-height: 48px;
	}
	section.slider .container h2 span {
		font-size: 28px;
	}
}

@media all and (min-width: 768px) and (max-height: 520px) {
	body {
		font-size: 12px;
	}
	header {
		position: relative;
		padding: 20px 0;
	}
	#logo a {
		width: 100px;
		height: 60px;
		background-size: contain;
	}
	footer {
		position: fixed;
	}
	section.slider figure {
		padding-top: 10px;
	}
}

@media all and (max-width: 767px) {
	body {
		font-size: 14px;
	}
	header {
		position: relative;
		padding: 20px 0;
	}
	#logo a {
		width: 100px;
		height: 60px;
		background-size: contain;
	}
	.header-phone,
	.header-email {
		font-size: 14px;
	}
	footer {
		position: fixed;
	}
	section.slider figure {
		padding: 10px 50px 35px;
	}
	section.slider .slideRight {
		left: 10px;
		width: 30px;
		height: 30px;
		background-size: contain;
	}
	section.slider .slideLeft {
		right: 10px;
		width: 30px;
		height: 30px;
		background-size: contain;
	}
	section.slider .container {
		padding-top: 20px;
	}
	section.slider .container h2 {
		font-size: 28px;
		line-height: 38px;
	}
	section.slider .container h2 span {
		font-size: 28px;
	}
	section.slider .container p {
		padding: 10px;
	}
	section.slider .container ul {
		margin: 10px 0;
		font-size: 16px;
	}
	section.slider figure .image {
		display: none;
	}
}

@media all and (max-width: 480px) {
	body {
		font-size: 10px;
	}
	#logo {
		display: block;
		width: 100%;
		text-align: center;
	}
	.header-phone {
		display: none;
	}
	.header-phone.hide-lg {
		display: inline-block;
	}
	.header-phone,
	.header-email {
		width: auto;
		padding: 10px 10px 0;
	}
	section.slider .container {
		padding-top: 10px;
	}
	section.slider .container h2 {
		font-size: 24px;
		line-height: 34px;
	}
	section.slider .container h2 span {
		font-size: 24px;
	}
	section.slider .container ul {
		font-size: 15px;
	}
	section.slider .container ul li {
		padding: 5px 10px;
		background: rgba(255,255,255,0.9);
		line-height: 1.5em;
	}
}

/* END Media Queries */

@keyframes fadeinout {
	0% {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter:alpha(opacity=100);
		opacity: 1;
	}
	50% {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter:alpha(opacity=0);
		opacity: 0;
	}
	100% {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter:alpha(opacity=100);
		opacity: 1;
	}
}

@-webkit-keyframes fadeinout {
	0% {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter:alpha(opacity=100);
		opacity: 1;
	}
	50% {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter:alpha(opacity=0);
		opacity: 0;
	}
	100% {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter:alpha(opacity=100);
		opacity: 1;
	}
}

@-moz-keyframes fadeinout {
	0% {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter:alpha(opacity=100);
		opacity: 1;
	}
	50% {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter:alpha(opacity=0);
		opacity: 0;
	}
	100% {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter:alpha(opacity=100);
		opacity: 1;
	}
}

@-o-keyframes fadeinout {
	0% {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter:alpha(opacity=100);
		opacity: 1;
	}
	50% {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter:alpha(opacity=0);
		opacity: 0;
	}
	100% {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter:alpha(opacity=100);
		opacity: 1;
	}
}