
body {
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #696969;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	background-color: #d82a2a;
}

img {
	border: 0;
	padding: 0px;
	margin: 0px;
	outline: none;
	display: block;
}

img, a {
  vertical-align: top;
}

div {
	padding: 0px;
	margin: 0px;
}

form {
	display: inline;
	padding: 0px;
	margin: 0px;	
}

fieldset, input, select, button {
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: none;
}

:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow:none;
}

button {
	cursor: pointer;	
}

ul, ol {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}

ul span, ul a {

}

table {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
    border-spacing: 0;
}

iframe {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

a {
	color: #4daed7;
	text-decoration: none;
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

a:active, a:focus, audio:active, audio:focus {
	outline: none;
}

a:hover {
	color: #d82a2a;
	text-decoration: none;
}

a .imgroller {
	opacity: 1.0;
	-webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

a:hover .imgroller {
	opacity: 0.7;
}​

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

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

.wrapper {
	max-width: 1150px;
	margin: 0 auto;
}

.common-pad {
	padding-left: 50px;	
	padding-right: 50px;
}

#mobile-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #ffa20e;
	width: 100%;
	text-align: center;
}

#mobile-navigation {
	padding-top: 86px;
	text-align: center;
}

#mobile-navigation a {
	display: inline-block;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 4px 2px 4px 4px;
	margin-bottom: 20px;	
}

#mobile-navigation a:hover {
	color: #d82a2a;
	text-decoration: none;	
}

#mobile-social {
	padding-top: 54px;
}

#mobile-social a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #ffa20e;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	text-decoration: none;
	background-color: #d82a2a;
	border-radius: 30px;
	margin: 0px 5px;
	-webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

#mobile-social a:hover {
	color: #ffa20e;
	text-decoration: none;
	background-color: #ffffff;
}

#close-menu {
	padding-top: 70px;
	padding-bottom: 28px;
	text-align: center;
}

#close-menu img {
	display: inline-block;
	width: 32px;
	height: 32px;	
}

#open-menu {
	display: none;
}

#top-bar {
	width: 100%;
	height: 10px;
	background-color: #ffa20e;
	text-align: center;
}

#header {
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

#header.content {
	height: 460px;
}

#header.home {
	height: 790px;
}

#header-overlay {
	height: 100%;
	background: rgba(37, 76, 30, 0.3);
}

#twist-logo {
	float: left;
	width: 199px;
	padding-top: 38px;	
}

#twist-logo img {
	width: 100%;
	height: auto;
}

#navigation {
	float: right;
	text-align: right;
	padding-top: 66px;
}

#navigation a {	
 	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	margin-right: -2px;
	margin-left: 50px;
}

#navigation a:hover {
	color: #ffa20e;
	text-decoration: none;	
}

#home-tag-mobile {
	display: none;	
}

#home-tag {
	padding-top: 221px;
	text-align: center;	
}

#home-tag h1 {
	display: inline-block;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	font-weight: 200;
	line-height: 100px;
	font-style: italic;
	text-align: center;
	margin-left: -20px;
}

#home-tag h1 span.background {
	position: relative;
	display: inline-block;
	padding: 0px 36px 0px 46px;
}

#home-tag h1 span.background:before {
	content: '';
	position: absolute;
	top: 0; 
	left: 20px;
	z-index: 4;
	width: 100%; 
	height: 100%;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skewX(-12deg);
	-ms-transform: skewX(-12deg);
	transform: skewX(-12deg);
}

#home-tag h1 span.red:before {
	background: rgb(216, 42, 42);
	background: rgba(216, 42, 42, 0.8);
}

#home-tag h1 span.orange:before {
	background: rgb(255, 162, 14);
}

#home-tag h1 span.orange {
	margin-top: 20px;
}

#home-tag h1 span.text {
	position: relative;
	z-index: 5;
}

#content-full {
	background-color: #ffffff;	
}

#footer {
	padding-top: 73px;	
	padding-bottom: 73px;
}

#footer-logos {
	height: 46px;
	text-align: center;
}

#footer-logos a {
	display: inline-block;
	margin: 0px 6px;
}

#footer-logos img {
	width: auto;
	height: 46px;	
}

#footer-credits {
	text-align: center;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 1px;
	padding-top: 20px;
}

#footer-credits a {
	color: #ffffff;
	text-decoration: none;
}

#footer-credits a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer-credits span {
	display: inline-block;
	color: #a62424;	
}

#footer-credits br {
	display: none;
}

#footer-social {
	text-align: center;
	padding-top: 26px;	
}

#footer-social a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #d82a2a;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	text-decoration: none;
	background-color: #7e3030;
	border-radius: 30px;
	margin: 0px 5px;
	-webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

#footer-social a:hover {
	color: #d82a2a;
	text-decoration: none;
	background-color: #ffffff;
}

#home-intro-pad {
	
}

#home-intro-wrapper {
	
}

#home-intro {
	font-size: 20px;
	line-height: 40px;
	text-align: center;	
	padding-top: 86px;
	padding-bottom: 24px;
}

#home-location {
	max-width: 850px;
	margin: 0 auto;
	border-top: 1px solid #bcbcbc;
	padding-top: 18px;
	padding-bottom: 96px;
	text-align: center;
	color: #696969;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;	
}

#home-location h2 {
	display: inline-block;
	color: #696969;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;	
}

#home-location span.located {
	color: #0086a3;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#home-location i.fa {
	position: relative;
	top: 7px;
	color: #ffa20e;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
	margin-left: 16px;
	margin-right: 18px;
}

#home-location span.dot {
	color: #afafaf;
}

.home-video-height {
	height: 400px;	
}

#home-video {
	position: relative;
	z-index: 10px;
	background-color: #ffa20e;	
}

#home-mobile-roger {
	display: none;	
}

#home-video-roger {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 11px;
	width: calc(50% + 125px);
	background-image: url(/img/home/video-roger.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#home-video-roger {
		background-image: url(/img/home/video-roger@2x.jpg);
	}
}

#home-video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11px;
	width: 50%;
	background-image: url(/img/home/video-cutout.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 500px 400px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#home-video-overlay {
		background-image: url(/img/home/video-cutout@2x.png);
	}
}

#home-video-play {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12px;
	width: 100%;
	background-image: url(/img/home/video-play.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90px 89px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#home-video-play {
		background-image: url(/img/home/video-play@2x.png);
	}
}

#home-video-play a {
	display: block;
	width: 100%;
	background: rgba(255, 162, 14, 0.0);
	-webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

#home-video-play a:hover {
	background: rgba(255, 162, 14, 0.4);
}

#home-video-play a span {
	width: 50%;
	display: inline-block;
	position: relative;
	top: 148px;
	left: 0;
	color: #333333;
	font-family: 'Muli', sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 50px;
	text-transform: lowercase;
	text-align: center;
}

#home-menu {
	
}

#home-menu-wrapper {
	padding-top: 50px;
	padding-bottom: 46px;
}

#home-menu-title {
	color: #0086a3;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: normal;
	text-transform: lowercase;
	text-align: center;
	padding-bottom: 58px;
	overflow: hidden;
}

#home-menu-title:before, #home-menu-title:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: calc(50% - 105px);
    border-bottom: 2px dotted #0086a3;
    margin: 0 30px 0 -55%;
}

#home-menu-title:after {
    margin: 0 -55% 0 30px;
}

ul#home-menu-list {
	padding: 0px;
	margin: 0px;	
	list-style: none;
	overflow: hidden;
}

ul#home-menu-list li {
	float: left;
	width: calc(33.33% - 13.33px);
	margin-right: 20px;
}

ul#home-menu-list li:nth-child(3) {
	margin-right: 0px;
}

ul#home-menu-list li .home-menu-img {
	position: relative;
}

ul#home-menu-list li .home-menu-img img {
	width: 100%;
	height: auto;
}

ul#home-menu-list li .home-menu-img a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0px 0px 1px 1px rgba(66,66,66,0.1);
	-moz-box-shadow: inset 0px 0px 1px 1px rgba(66,66,66,0.1);
	box-shadow: inset 0px 0px 1px 1px rgba(66,66,66,0.1);
	background: rgba(216, 42, 42, 0.0);
	-webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

ul#home-menu-list li .home-menu-img a:hover {
	background: rgba(216, 42, 42, 0.4);
}

ul#home-menu-list li .home-menu-text {
	color: #696969;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	padding: 36px 30px 0px 30px;
}

ul#home-menu-list li .home-menu-text h3 {
	display: inline-block;
	color: #c92222;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 2px;
	margin-bottom: 29px;
}

#home-bottom {
	width: 100%;
	background-image: url(/img/home/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#home-bottom {
		background-image: url(/img/home/bottom@2x.jpg);
	}
}

#home-bottom a {
	display: block;
	width: 100%;
	height: 340px;
	background: rgba(216, 42, 42, 0.0);
	-webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 4px;
	text-align: center;
}

#home-bottom a:hover {
	background: rgba(216, 42, 42, 0.4);
	color: #ffffff;
	text-decoration: none;
}

#home-bottom a img {
	display: inline-block;
	width: 46px;
	height: 23px;	
}

#home-bottom a span {
	display: inline-block;
	border-bottom: 3px solid #ffffff;
	padding-top: 112px;
	padding-left: 4px;
	padding-bottom: 12px;
}

#page-title {
	height: 116px;
	padding-top: 34px;
	text-align: center;
}

#page-title h1 {
	display: inline-block;
	color: #d82a2a;
	font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	font-weight: 200;
	line-height: normal;
	font-style: italic;
	letter-spacing: 1px;
	margin-left: 1px;
}

.content-area h2 {
	display: inline-block;
	color: #d82a2a;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#about-row-1 {
	background-color: #ffa20e;
	border-bottom: 4px solid #ffffff;	
}

#about-block-1 {
	float: left;
	width: calc(50% - 2px);
	overflow: hidden;
}

#about-text-1 {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 20%;
	color: #6b4e20;
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 40px;
}

#about-text-1 span {
	position: relative;
	top: -4px;
}

#about-photo-1 {
	float: left;
	width: calc(25% - 3px);
	border-left: 4px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#about-photo-2 {
	float: left;
	width: calc(25% - 3px);
	border-left: 3px solid #ffffff;
}

#about-row-2 {
	background-color: #d82a2a;	
}

#about-photo-3 {
	float: left;
	width: calc(25% - 3px);
	border-right: 3px solid #ffffff;
}

#about-photo-4 {
	float: left;
	width: calc(25% - 3px);
	border-left: 1px solid #ffffff;
	border-right: 4px solid #ffffff;
}

#about-block-2 {
	float: left;
	width: calc(50% - 2px);
	overflow: hidden;
}

#about-text-2 {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 15%;
	color: #ffffff;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
}

#about-text-2 span {
	position: relative;
	top: -3px;
}

.about-photo img {
	width: 100%;
	height: auto;
}

#about-content {
	padding-top: 36px;
	padding-bottom: 63px;
}

#about-content h2 {
	margin-bottom: 8px;	
}

#contact-content {
	padding-bottom: 33px;
}

.contact-item {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(/img/common/line.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 250px 1px;
	text-align: center;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.contact-item {
		background-image: url(/img/common/line@2x.gif);
	}
}

.contact-item h2 {
	margin-left: 2px;	
}

span.bullet {
	color: #afafaf;	
}

#roger-top {
	display: table;
	width: 100%;
	background-color: #ffa20e;	
}

#roger-top-text {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	color: #ffffff;
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 22px;
}

#roger-top-text ul {
	padding: 74px 14% 74px 14%;
}

#roger-top-text ul li {
	margin-bottom: 38px;
}

#roger-top-text ul li:last-child {
	margin-bottom: 0px;
}

#roger-top-text ul li span {
	display: block;
	color: #6b4e20;
	margin-left: 30px;
}

#roger-top-photo {
	display: table-cell;
	vertical-align: top;
	width: 50%;	
	background-image: url(/img/about/roger-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#roger-top-photo {
		background-image: url(/img/about/roger-1@2x.jpg);
	}
}

#roger-content {
	padding-top: 60px;
	padding-bottom: 74px;	
}

#roger-link {
	clear: both;
	padding-top: 42px;	
}

#roger-link a {
	display: inline-block;
	height: 45px;
	padding: 15px 22px 0px 22px;
	background-color: #ffa20e;
	color: #7e3030;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#roger-link a i.fa {
	color: #ffffff;
	margin-right: 10px;
}

#roger-link a:hover {
	background-color: #7e3030;
	color: #ffa20e;
	text-decoration: none;
}

#roger-photo {
	float: left;
	width: 350px;
	margin: 8px 50px 20px 0px;
}

#roger-photo img {
	width: 100%;
	height: auto;	
}

#menu-top {
	max-width: 1400px;
	margin: 0 auto;
	color: #d82a2a;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 200;
	line-height: 60px;
	font-style: italic;
	text-align: center;
	padding-top: 29px;
}

#menu-top h1 {
	display: inline-block;
	color: #d82a2a;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 200;
	line-height: 60px;
	font-style: italic;
}

#menu-pdf {
	text-align: center;
	padding-top: 21px;	
}

#menu-pdf a {
	display: inline-block;
	height: 48px;
	padding: 14px 25px 0px 25px;
	border: 4px solid #ffa20e;
	color: #d82a2a;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: 200;
	line-height: normal;
	font-style: italic;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#menu-pdf a i.fa {
	margin-left: 44px;	
}

#menu-pdf a:hover {
	border: 4px solid #d82a2a;
	color: #696969;
	text-decoration: none;
}

#menu-content {
	padding-bottom: 51px;	
}

.menu-title {
	color: #696969;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
	padding-bottom: 42px;
	overflow: hidden;
}

.menu-title h2 {
	display: inline-block;
	color: #696969;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-left: 4px;	
}

.menu-title:before, .menu-title:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: calc(50% - 105px);
    border-bottom: 2px dotted #0086a3;
    margin: 0 30px 0 -55%;
}

.menu-title:after {
    margin: 0 -55% 0 30px;
}

#menu-lunch-title {
	padding-top: 45px;
}

ul#menu-lunch {
		
}

ul#breakfast-lunch {
		
}

ul.menu-list {
	padding: 0px;
	margin: 0px;	
	list-style: none;
	overflow: hidden;
}

ul.menu-list li {
	float: left;
	width: calc(50% - 25px);
	padding-right: 50px;
	color: #696969;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
}

ul.menu-list li h3 {
	display: inline-block;
	color: #b0b0b0;
	font-family: 'Muli', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 38px;
}

.group-text {
	color: #696969;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 27px;
}

.menu-spacer {
	height: 34px;	
}

ul.menu-list li h4 {
	display: inline-block;
	color: #c92222;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.menu-price {
	color: #696969;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
}

br.menu-price-break {
	display: none;
}

span.menu-price-space {
	display: inline-block;
}

ul#menu-lunch li:nth-child(2n+2), ul#menu-breakfast li:nth-child(2n+2) {
	padding-right: 0px;
}

ul#menu-lunch li:nth-child(2n+3), ul#menu-breakfast li:nth-child(2n+3) {
	clear: both;
}

ul#menu-lunch li:nth-child(1n+3), ul#menu-breakfast li:nth-child(1n+3) {
	margin-top: 56px;
	border-top: 1px solid #b3b3b3;
	padding-top: 46px;
}

#menu-breakfast-title {
	padding-top: 42px;
}

#menu-notes {
	margin-top: 50px; 
	border-top: 1px solid #b3b3b3;
	padding-top: 33px;
	text-align: center;
	color: #696969;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.notes-title {
	font-weight: 700;
}

#perogies-content {
	padding-bottom: 75px;
}

#perogies-intro {
	max-width: 725px;
	margin: 0 auto;
    color: #d22525;
	font-family: 'Bebas Neue', cursive;
	font-size: 28px;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	margin-top: -10px;
	padding-bottom: 30px;
}

#perogies-logo {
	width: 332px;
	line-height: 0px;
	padding-top: 60px;
	padding-bottom: 30px;
}

#perogies-logo img {
	width: 100%;
	height: auto;
}

#perogies-logo a {
    opacity: 1.0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#perogies-logo a:hover {
    opacity: 0.6;
}

#perogies-photos {
	
}

.perogies-photo {
	float: left;
	width: calc(33.33% - 33.33px);
	margin-right: 50px;
	line-height: 0px;
}

.perogies-photo:nth-of-type(3) {
	margin-right: 0px;
}

.perogies-photo img {
	width: 100%;
	height: auto;
}

#perogies-video {
	background-color: #ff9810;
	padding: 50px 85px;
}

#perogies-video-wrapper {
	max-width: 980px;
	margin: 0 auto;
}

#perogies-bottom {
	padding-top: 66px;
	padding-bottom: 72px;
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 1249px) {

	/* ipad horizontal layout */
	
	body {
		font-size: 16px;
	}
	
	.common-pad {
		padding-left: 52px;	
		padding-right: 52px;
	}
	
	#header.content {
		height: 250px;
	}
	
	#header.home {
		height: 760px;
	}
	
	#twist-logo {
		width: 190px;
		padding-top: 41px;	
		padding-left: 30px;
	}
	
	#navigation {
		padding-top: 66px;
		padding-right: 30px;
	}
	
	#navigation a {	
		font-size: 16px;
		margin-left: 34px;
	}
	
	#home-tag {
		padding-top: 221px;
	}
	
	#home-tag h1 {
		font-size: 40px;
		line-height: 80px;
	}
	
	#home-tag h1 span.background {
		padding: 0px 31px 0px 41px;
	}
	
	#home-intro {
		padding-top: 38px;
		padding-bottom: 44px;
	}
	
	#home-location {
		padding-top: 18px;
		padding-bottom: 46px;
	}

	.home-video-height {
		height: 280px;	
	}
	
	#home-video-roger {
		width: calc(50% + 70px);
	}
	
	#home-video-play a span {
		top: 90px;
		font-size: 26px;
		line-height: 45px;
	}
	
	#home-menu-wrapper {
		padding-top: 37px;
		padding-bottom: 36px;
	}
	
	#home-menu-title {
		padding-bottom: 41px;
	}
	
	ul#home-menu-list li .home-menu-text {
		padding: 26px 30px 0px 30px;
	}
	
	ul#home-menu-list li .home-menu-text h3 {
		margin-bottom: 19px;
	}
	
	#page-title {
		height: 79px;
		padding-top: 31px;
	}
	
	#page-title h1 {
		font-size: 40px;
	}
	
	#about-text-1 {
		padding: 0px 14%;
		font-size: 18px;
		font-weight: 400;
		line-height: 34px;
	}
	
	#about-text-1 span {
		top: -2px;
	}
	
	#about-text-2 {
		padding: 0px 10%;
		font-size: 16px;
	}
	
	#about-content {
		padding-top: 39px;
		padding-bottom: 46px;
	}
	
	#about-content h2 {
		margin-bottom: 9px;	
	}
	
	#contact-content {
		padding-bottom: 21px;
	}
	
	.contact-item {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	#roger-top-text {
		font-size: 18px;
		font-weight: 400;
		line-height: 20px;
	}
	
	#roger-top-text ul {
		padding: 45px 10% 47px 10%;
	}
	
	#roger-top-text ul li {
		margin-bottom: 16px;
	}
	
	#roger-top-text ul li:last-child {
		margin-bottom: 0px;
	}
	
	#roger-top-text ul li span {
		margin-left: 20px;
	}
	
	#roger-content {
		padding-top: 41px;
		padding-bottom: 57px;	
	}
	
	#roger-link {
		padding-top: 31px;	
	}
	
	#roger-photo {
		width: 300px;
		margin: 9px 30px 10px 0px;
	}
	
	#menu-top {
		font-size: 20px;
		line-height: 32px;
		padding-top: 32px;
	}
	
	#menu-top h1 {
		font-size: 20px;
		line-height: 32px;
	}
	
	#menu-pdf {
		padding-top: 34px;	
	}
	
	#menu-pdf a {
		height: 40px;
		padding: 12px 20px 0px 20px;
		font-size: 16px;
	}
	
	#menu-pdf a i.fa {
		margin-left: 24px;	
	}
	
	#menu-pdf a:hover {
		border: 4px solid #d82a2a;
		color: #696969;
		text-decoration: none;
	}
	
	#menu-content {
		padding-bottom: 46px;	
	}
	
	.menu-title {
		font-size: 16px;
		letter-spacing: 3px;
		padding-bottom: 24px;
	}
	
	.menu-title h2 {
		font-size: 16px;
		letter-spacing: 3px;
		margin-left: 3px;	
	}
	
	#menu-lunch-title {
		padding-top: 51px;
	}
	
	ul.menu-list li {
		width: calc(50% - 30px);
		padding-right: 60px;
		font-size: 16px;
		line-height: 24px;
	}
	
	ul.menu-list li h3 {
		font-size: 26px;
		line-height: 40px;
		margin-bottom: 25px;
	}
	
	.group-text {
		padding-top: 2px;
		padding-bottom: 30px;
	}
	
	.menu-spacer {
		height: 30px;	
	}
	
	ul.menu-list li h4 {
		font-size: 16px;
		letter-spacing: 2px;
	}
	
	.menu-price {
		font-size: 16px;
		letter-spacing: 2px;
	}
	
	ul#menu-lunch li:nth-child(1n+3), ul#menu-breakfast li:nth-child(1n+3) {
		margin-top: 45px;
		padding-top: 37px;
	}
	
	#menu-breakfast-title {
		padding-top: 36px;
	}
	
	#menu-notes {
		margin-top: 45px; 
		padding-top: 33px;
	}

	#perogies-content {
		padding-bottom: 75px;
	}

	#perogies-intro {
		font-size: 28px;
		line-height: 30px;
		margin-top: -10px;
		padding-bottom: 30px;
	}

	#perogies-logo {
		width: 332px;
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.perogies-photo {
		width: calc(33.33% - 26.66px);
		margin-right: 40px;
	}

	.perogies-photo:nth-of-type(3) {
		margin-right: 0px;
	}

	#perogies-video {
		padding: 50px 85px;
	}

	#perogies-bottom {
		padding-top: 66px;
		padding-bottom: 72px;
	}
	
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 1023px) {

	/* ipad vertical layout */
	
	body {
		line-height: 28px;		
	}
	
	.common-pad {
		padding-left: 34px;	
		padding-right: 34px;
	}
	
	#header.home {
		height: 520px;
	}
	
	#twist-logo {
		width: 168px;
		padding-left: 0px;
	}
	
	#navigation {
		padding-right: 0px;
	}
	
	#navigation a {	
		font-size: 14px;
		margin-left: 28px;
	}
	
	#home-tag {
		padding-top: 113px;
	}
	
	#home-tag h1 {
		font-size: 35px;
		line-height: 70px;
	}
	
	#footer {
		padding-top: 46px;	
		padding-bottom: 46px;
	}
	
	#home-intro {
		font-size: 16px;
		line-height: 30px;
		padding-top: 44px;
		padding-bottom: 21px;
	}
	
	#home-location {
		padding-top: 10px;
		padding-bottom: 44px;
	}
	
	#home-location span.located {
		letter-spacing: 2px;
	}
	
	#home-location i.fa {
		margin-left: 2px;
		margin-right: 8px;
	}

	.home-video-height {
		height: 220px;	
	}
	
	#home-video-overlay {
		background-size: auto 274px;
	}
	
	#home-video-play {
		background-size: auto 61px;
	}
	
	#home-video-play a span {
		top: 80px;
		font-size: 18px;
		line-height: 30px;
	}
	
	#home-menu-wrapper {
		padding-bottom: 43px;
	}
	
	#home-menu-title {
		padding-bottom: 29px;
	}
	
	ul#home-menu-list li {
		width: calc(33.33% - 6.67px);
		margin-right: 10px;
	}
	
	ul#home-menu-list li .home-menu-text {
		font-size: 12px;
		line-height: 18px;
		padding: 18px 10px 0px 10px;
	}
	
	ul#home-menu-list li .home-menu-text h3 {
		font-size: 14px;
		margin-bottom: 11px;
	}
	
	#home-bottom a {
		height: 230px;
	}
	
	#home-bottom a span {
		padding-top: 62px;
	}
	
	#page-title {
		height: 73px;
		padding-top: 27px;
	}
	
	#page-title h1 {
		font-size: 30px;
	}
	
	.content-area h2 {
		font-size: 16px;
	}
	
	#about-text-1 {
		padding: 0px 10%;
		font-size: 16px;
		line-height: 32px;
	}
	
	#about-text-1 span {
		top: 0px;
	}
	
	#about-photo-3 {
		display: none;
	}
	
	#about-photo-4 {
		width: calc(25% - 3px);
		border-left: none;
		border-right: 4px solid #ffffff;
	}
	
	#about-block-2 {
		width: calc(75% - 1px);
	}
	
	#about-text-2 {
		padding: 0px 8%;
	}
	
	#about-text-2 span {
		top: 0px;	
	}
	
	#about-content {
		padding-top: 30px;
		padding-bottom: 45px;
	}
	
	#about-content h2 {
		margin-bottom: 6px;	
	}
	
	#contact-content {
		padding-bottom: 20px;
	}
	
	#roger-top-text {
		width: 55%;
		font-size: 16px;
		line-height: 18px;
	}
	
	#roger-top-text ul {
		padding: 42px 0px 40px 42px;
	}
	
	#roger-top-text ul li {
		margin-bottom: 12px;
	}
	
	#roger-top-text ul li:last-child {
		margin-bottom: 0px;
	}
	
	#roger-top-text ul li span {
		margin-left: 10px;
	}
	
	#roger-top-photo {
		width: 45%;	
	}
	
	#roger-content {
		padding-top: 32px;
		padding-bottom: 46px;	
	}
	
	#roger-link {
		padding-top: 34px;	
	}
	
	#menu-top {
		font-size: 16px;
		padding-top: 25px;
	}
	
	#menu-top h1 {
		font-size: 16px;
	}
	
	#menu-pdf {
		padding-top: 23px;	
	}
	
	#menu-content {
		padding-bottom: 46px;	
	}
	
	#menu-lunch-title {
		padding-top: 35px;
	}
	
	ul.menu-list li {
		width: calc(50% - 20px);
		padding-right: 40px;
	}
	
	.menu-price {
		color: #a8a8a8;
	}

	br.menu-price-break {
		display: block;
	}
	
	span.menu-price-space {
		display: none;
	}
	
	ul#menu-lunch li:nth-child(1n+3), ul#menu-breakfast li:nth-child(1n+3) {
		margin-top: 37px;
		padding-top: 27px;
	}
	
	#menu-breakfast-title {
		padding-top: 36px;
	}
	
	#menu-notes {
		margin-top: 34px; 
		padding-top: 33px;
	}

	#perogies-content {
		padding-bottom: 60px;
	}

	#perogies-intro {
		max-width: 550px;
		font-size: 22px;
		line-height: 24px;
		margin-top: -8px;
		padding-bottom: 30px;
	}

	#perogies-logo {
		width: 332px;
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.perogies-photo {
		width: calc(33.33% - 22.66px);
		margin-right: 34px;
	}

	.perogies-photo:nth-of-type(3) {
		margin-right: 0px;
	}

	#perogies-video {
		padding: 40px 40px;
	}

	#perogies-bottom {
		padding-top: 50px;
		padding-bottom: 60px;
	}
	
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 767px) {

	/* mobile layout */
	
	body {
		font-size: 15px;
		line-height: 25px;		
	}
	
	.common-pad {
		padding-left: 30px;	
		padding-right: 30px;
	}
	
	#open-menu {
		display: inline-block;
		padding-top: 10px;
	}
	
	#open-menu img {
		width: 37px;
		height: 30px;	
	}
	
	#top-bar {
		height: 50px;
	}
	
	#header.content {
		height: 130px;
	}
	
	#header.home {
		height: auto;
	}
	
	#twist-logo {
		float: none;
		margin: 0 auto;
	}
	
	#header.content #twist-logo {
		width: 130px;
		padding-top: 36px;
	}
	
	#header.home #twist-logo {
		width: 176px;
		height: 312px;
		padding-top: 26px;
	}
	
	#navigation {
		display: none;
	}
	
	#home-tag-mobile {
		display: block;
		color: #ffffff;
		font-family: 'Montserrat', sans-serif;
		font-size: 26px;
		font-weight: 200;
		line-height: 40px;
		font-style: italic;
		text-align: center;	
		background: rgb(216, 42, 42);
		background: rgba(216, 42, 42, 0.8);
		padding: 30px 30px 30px 30px;
	}
	
	#home-tag-mobile h1 {
		inline-block;
		color: #ffffff;
		font-family: 'Montserrat', sans-serif;
		font-size: 26px;
		font-weight: 200;
		line-height: 40px;
		font-style: italic;
	}
	
	#home-tag {
		display: none;
	}
	
	#footer {
		padding-top: 40px;	
		padding-bottom: 44px;
	}
	
	#footer-credits {
		padding-top: 16px;
	}
	
	#footer-credits span {
		display: none;	
	}
	
	#footer-credits br {
		display: block;
	}
	
	#footer-social {
		display: none;
	}
	
	#home-intro {
		line-height: 28px;
		padding-top: 21px;
		padding-bottom: 33px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#home-location {
		padding-top: 32px;
		padding-bottom: 35px;
		line-height: 27px;	
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#home-location h2 {
		display: block;
		line-height: 27px;
	}
	
	#home-location span.located {
		display: block;
		letter-spacing: 3px;
		padding-left: 3px;
	}
	
	#home-location i.fa {
		position: relative;
		top: 2px;
		font-size: 24px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	#home-menu-wrapper {
		padding-top: 17px;
		padding-bottom: 22px;
	}
	
	#home-menu-title {
		padding-bottom: 21px;
	}
	
	ul#home-menu-list {
		padding: 0px 20px;	
	}
	
	ul#home-menu-list li {
		float: none;
		width: 100%;
		max-width: 370px;
		margin-right: 0px;
		margin: 0 auto;
	}
	
	ul#home-menu-list li:nth-child(2) {
		padding-top: 35px;
	}
	
	ul#home-menu-list li:nth-child(3) {
		margin-right: 0px;
		margin: 0 auto;
		padding-top: 35px;
	}
	
	ul#home-menu-list li .home-menu-text {
		padding: 16px 10px 0px 10px;
	}
	
	#home-bottom {
		width: 100%;
		height: 60px;
		background-image: none;	
		background-color: #ffa20e;
	}
	
	@media all and (-webkit-min-device-pixel-ratio: 1.5) {
		#home-bottom {
			background-image: none;	
		}
	}
	
	#home-bottom a {
		height: 60px;
		background: rgba(0, 0, 0, 0.0);
		font-size: 14px;
		letter-spacing: 3px;
	}
	
	#home-bottom a:hover {
		background: rgba(0, 0, 0, 0.4);
	}
	
	#home-bottom a img {
		display: none;	
	}
	
	#home-bottom a br {
		display: none;	
	}
	
	#home-bottom a span {
		border-bottom: 2px solid #ffffff;
		padding-top: 10px;
		padding-left: 3px;
		padding-bottom: 0px;
	}
	
	#page-title {
		height: 46px;
		padding-top: 20px;
	}
	
	#page-title h1 {
		font-size: 20px;
	}
	
	.content-area h2 {
		font-size: 15px;
	}
	
	#about-row-1 {
		background-color: #ffa20e;
		border-bottom: 4px solid #ffffff;	
	}
	
	#about-block-1 {
		float: none;
		width: 100%;
		border-bottom: 4px solid #ffffff;
	}
	
	#about-text-1 {
		height: auto !important;
		display: block;
		vertical-align: top;
		padding: 28px 30px 25px 30px;
		font-size: 14px;
		font-weight: 400;
		line-height: 25px;
	}
	
	#about-photo-1 {
		float: left;
		width: calc(50% - 2px);
		border-left: none;
		border-right: 2px solid #ffffff;
	}
	
	#about-photo-2 {
		float: left;
		width: calc(50% - 2px);
		border-left: 2px solid #ffffff;
		border-right: none;
	}
	
	#about-row-2 {
		background-color: #d82a2a;	
	}
	
	#about-photo-3 {
		display: none;
	}
	
	#about-photo-4 {
		display: none;
	}
	
	#about-block-2 {
		float: none;
		width: 100%;
		overflow: hidden;
	}
	
	#about-text-2 {
		height: auto !important;
		display: block;
		vertical-align: top;
		padding: 19px 30px 26px 30px;
		font-size: 15px;
		font-weight: 600;
		line-height: 25px;
	}
	
	#about-content {
		padding-top: 19px;
		padding-bottom: 25px;
	}
	
	#about-content h2 {
		margin-bottom: 7px;	
	}
	
	#contact-content {
		padding-bottom: 5px;
	}
	
	.contact-item {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#roger-top {
		display: block;
		background-color: #ffa20e;	
	}
	
	#roger-top-text {
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 15px;
	}
	
	#roger-top-text ul {
		padding: 29px 30px 31px 30px;
	}
	
	#roger-top-text ul li {
		margin-bottom: 15px;
	}
	
	#roger-top-text ul li:last-child {
		margin-bottom: 0px;
	}
	
	#roger-top-text ul li span {
		margin-left: 4px;
	}
	
	#roger-top-photo {
		display: block;
		vertical-align: top;
		width: 100%;
		height: 300px;
	}
	
	#roger-content {
		padding-top: 22px;
		padding-bottom: 0px;	
	}
	
	#roger-link {
		width: calc(100% + 60px);
		margin-left: -30px;
		padding-top: 25px;	
	}
	
	#roger-link a {
		display: block;
		width: 100%;
		height: 45px;
		padding: 15px 0px 0px 0px;
		text-align: center;
	}
	
	#roger-photo {
		width: 250px;
		margin: 8px 20px 6px 0px;
	}
	
	#menu-top {
		font-size: 14px;
		line-height: 26px;
		padding-top: 28px;
	}
	
	#menu-top h1 {
		font-size: 14px;
	}
	
	#menu-pdf {
		padding-top: 22px;	
	}

	#menu-content {
		padding-bottom: 37px;	
	}
	
	.menu-title {
		margin-top: 29px;
		border-top: 2px dotted #0086a3;
		width: 100%;
		margin-left: -30px;
		font-size: 15px;
		text-align: left;
		padding-bottom: 13px;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.menu-title h2 {
		font-size: 15px;
	}
	
	.menu-title:before, .menu-title:after {
		content: none;
		margin: 0;
	}
	
	.menu-title:after {
		margin: 0;
	}
	
	#menu-lunch-title {
		padding-top: 25px;
	}
	
	ul.menu-list li {
		float: none;
		width: 100%;
		padding-right: 0px;
	}
	
	br.menu-price-break {
		font-size: 15px;
		line-height: 22px;
	}
	
	ul.menu-list li h3 {
		font-size: 20px;
		margin-bottom: 16px;
	}
	
	.menu-spacer {
		height: 15px;	
	}
	
	ul.menu-list li h4 {
		font-size: 15px;
		line-height: 22px;
	}
	
	.menu-price {
		position: relative;
		top: -3px;
		font-size: 15px;
		line-height: 22px;
	}
	
	.menu-text {
		position: relative;
		top: -5px;
	}
	
	ul#menu-lunch li:nth-child(2n+2), ul#menu-breakfast li:nth-child(2n+2) {
		padding-right: 0px;
	}
	
	ul#menu-lunch li:nth-child(2n+3), ul#menu-breakfast li:nth-child(2n+3) {
		clear: none;
	}
	
	ul#menu-lunch li:nth-child(1n+3), ul#menu-breakfast li:nth-child(1n+3) {
		margin-top: 0px;
		border-top: none;
		padding-top: 0px;
	}
	
	ul#menu-lunch li:nth-child(1n+2), ul#menu-breakfast li:nth-child(1n+2) {
		margin-top: 26px;
		border-top: 1px solid #b3b3b3;
		padding-top: 19px;
	}
	
	#menu-breakfast-title {
		padding-top: 26px;
	}
	
	#menu-notes {
		margin-top: 27px; 
		padding-top: 24px;
	}

	#perogies-content {
		padding-bottom: 40px;
	}

	#perogies-intro {
		max-width: 550px;
		font-size: 18px;
		line-height: 20px;
		margin-top: -4px;
		padding-bottom: 20px;
	}

	#perogies-logo {
		width: 260px;
		padding-top: 30px;
		padding-bottom: 30px;
		margin: 0 auto;
	}

	.perogies-photo {
		float: none;
		width: auto;
		max-width: 350px;
		margin-right: 0px;
		margin: 0 auto;
	}

	.perogies-photo:nth-of-type(2) {
		padding-top: 30px;
	}

	.perogies-photo:nth-of-type(3) {
		margin-right: 0px;
		margin: 0 auto;
		padding-top: 30px;
	}

	#perogies-video {
		padding: 30px 30px;
	}

	#perogies-bottom {
		padding-top: 40px;
		padding-bottom: 40px;
	}

}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 599px) {

	/* in-between size */
	
	.home-video-height {
		height: 150px;	
	}
	
	#home-video {
		position: static;
	}
	
	#home-video-roger {
		display: none;
	}
	
	#home-video-overlay {
		display: none;
	}
	
	#home-video-play {
		position: static;
		width: 100%;
		background-position: right 30px center;
		background-size: auto 41px;
	}
	
	#home-video-play a {
		display: block;
		width: 100%;
		background: rgba(0, 0, 0, 0.0);
		-webkit-transition: background-color 0.2s linear;
		-moz-transition: background-color 0.2s linear;
		-o-transition: background-color 0.2s linear;
		transition: background-color 0.2s linear;
	}
	
	#home-video-play a:hover {
		background: rgba(0, 0, 0, 0.4);
	}
	
	#home-video-play a span {
		width: calc(100% - 30px);
		position: static;
		top: 0px;
		left: 0px;
		font-size: 16px;
		line-height: 28px;
		text-align: left;
		padding-top: 45px;
		padding-left: 30px;
	}
	
	#home-mobile-roger {
		display: block;
		width: 100%;
		height: 150px;
		background-image: url(/img/home/video-roger.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;	
	}
	
	@media all and (-webkit-min-device-pixel-ratio: 1.5) {
		#home-mobile-roger {
			background-image: url(/img/home/video-roger@2x.jpg);
		}
	}
	
	#roger-top-photo {
		height: 220px;
	}

	#roger-photo {
		float: none;
		width: 100%;
		max-width: 350px;
		margin: 8px 0px 26px 0px;
	}
	
}
	
	
/* -------------------- */
/* -------------------- */

@media all and (max-width: 479px) {

	/* mobile vertical layout */

	#roger-top-photo {
		height: 150px;
	}
	
}

@media all and (min-width: 768px) {

	#mobile-menu, #open-menu {
		display: none !important;
	}

}