@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Body and some general stuff
2. Homepage Quotes ticker
3. Home
4. Intro
5. Video
6. Home Recent News
7. Featured Album
8. Featured Articles

******************************/


/*********************************
1. Body and some general stuff
*********************************/

*
.button
{
	width: 163px;
	height: 47px;
	background: transparent;
	border: solid 2px #c4ab9f;
	text-align: center;
}
.button a
{
	display: block;
	font-size: 18px;
	color: #b49383;
	line-height: 44px;
}
.button:hover
{
	background: #c4ab9f;
}
.button:hover a
{
	color: #FFFFFF;
}

/*********************************
2. Homepage Quotes ticker
*********************************/

.home_text #press-quotes
{
	width: auto;
	height: 400px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: absolute;
}

/*newsticker*/
.home_text .newsticker{	
	width: 600px;
	height: 600px;
	overflow: hidden;
	color: #ffffff;
	font-size: 22px;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	line-height: 1.4em;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	cursor:default;
	overflow:hidden;
	margin-left: 49%;
	margin-right: auto;
}
.home_text .newsticker:hover{}
.home_text .newsticker ul li{
width: 600px;
height:600px;
overflow:hidden;
}

/*********************************
3. Home
*********************************/

.home
{
	width: 100%;
	height: 888px;
}
.home_container
{
	position: absolute;
	top: 35%;
	width: 100%;
}
.home_subtitle
{
	font-size: 20px;
	font-weight: lighter;
	line-height: 0.75;
}
.home_title
{
	margin-top: 10px;
}
.home_title h1
{
	font-family: 'Nothing You Could Do', cursive;
	font-size: 62px;
	font-weight: lighter;
	color: #d6c6be;
}
.home_text
{
	max-width: 875px;
	margin-top: 14px;
}
.home_text p
{
	color: #FFFFFF;
}
.scroll_icon
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 25px;
	width: 14px;
	height: 28px;
	border: solid 2px #FFFFFF;
	border-radius: 7px;
}
.scroll_icon::after
{
	display: block;
	position: absolute;
	top: 5px;
	left: 3px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #FFFFFF;
	content: '';
	-webkit-animation-name: scroll;
	animation-name: scroll;
	-webkit-animation-duration: 1500ms;
	animation-duration: 1500ms;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes scroll
{
	0%
	{
		opacity: 1;
	}
	100%
	{
		opacity: 0;
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}
}
@keyframes scroll
{
	0%
	{
		opacity: 1;
	}
	100%
	{
		opacity: 0;
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}
}

/*********************************
4. Intro
*********************************/

.intro
{
	width: 100%;
	background: #f9f9f9;
	padding-top: 102px;
	padding-bottom: 102px;
}
.intro_image
{
	width: 100%;
}
.intro_image img
{
	max-width: 100%;
}
.intro_content
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -165px;
	width: 579px;
	background: #FFFFFF;
	border: solid 2px #b49383;
	box-shadow: 0px 15px 30px rgba(0,0,0,0.24);
	z-index: 1;
	padding-top: 45px;
	padding-bottom: 49px;
	padding-left: 60px;
	padding-right: 40px;
}
.intro_subtitle
{
	font-size: 36px;
}
.intro_title
{
	margin-top: 6px;
}
.intro_title h2
{
	font-size: 48px;
}
.intro_text
{
	margin-top: 32px;
}
.intro_text p
{
	line-height: 1.4em;
}

/*********************************
5. Video
*********************************/

.video_section
{
	width: 100%;
	height: 500px;
}
.video_section_content
{
	width: 100%;
	height: 100%;
}
.video_section_title
{
	font-size: 48px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1.2em;
}
.video_section_sub-title
{
	font-size: 28px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1.2em;
	margin-top: 20px;
}
.video_section_sub-title-small
{
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1.2em;
	margin-top: 20px;
}
.video_section_icon
{
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: solid 2px #FFFFFF;
	text-align: center;
	margin-top: 27px;
}
.video_button
{
	display: block;
	width: 100%;
	height: 100%;
}
.video_button:focus
{
	outline: none;
}
.video_section_icon i
{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 52px;
	margin-left: 3px;
}
#colorbox
{
    background-color: #000000;
}

/*********************************
6. Home Recent News
*********************************/

.tak-news
{
	width: 100%;
	background: #f9f9f9;
	padding-top: 62px;
}
.tak-news_title_bar_container
{
	width: 100%;
	background: #282828;
	padding-left: 23px;
	padding-top: 22px;
	padding-bottom: 24px;
	padding-right: 22px;
}
.tak-news_title_bar
{
	width: 100%;
	height: 103px;
	border: solid 2px #8c7c74;
}
.tak-news_title
{
	font-size: 38px;
	font-weight: 300;
	color: #FFFFFF;
	margin-top: 16px;
}
.tak-news_stars
{
	position: absolute;
	top: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 244px;
	background: #282828;
	font-size: 36px;
	z-index: 1;
}
.tak-news_rating
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 15px;
	width: 95px;
	background: #282828;
	z-index: 1;
}
.tak-news_col
{
	width: 100%;
	padding-left: 33px;
	padding-top: 29px;
	padding-right: 28px;
	padding-bottom: 22px;
	border: solid 1px #dadada;
	min-height: 580px;
}
.tak-news_row
{
	margin-top: 51px;
	padding-bottom: 22px;
}
.tak-news_col_title
{
	display: inline-block;
	height: 58px;
	padding-left: 11px;
	padding-right: 16px;
	border: solid 2px #c4ab9f;
	font-size: 36px;
	line-height: 54px;
	color: #c4ab9f;
}
.dish_list
{
	margin-top: 44px;
}
.dish:not(:last-child)
{
	margin-bottom: 25px;
}
.dish_title,
.dish_price
{
	font-size: 16px;
	color: #232323;
	line-height: 1.3em;
}
.dish_price
{
	margin-left: auto;
}
.dish_contents
{
	margin-top: 3px;
}
.dish_contents ul li
{
	font-size: 14px;
	color: #636363;
}
.dish_contents ul li:not(:last-child)::after
{
	display: inline-block;
	content: '/';
	margin-left: 3px;
	margin-right: 3px;
	font-size: 14px;
	color: #636363;
}
.dish_order
{
	margin-top: 10px;
}
.dish_order a
{
	position: relative;
	font-size: 18px;
	color: #b49383;
}
.dish_order a::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #b49383;
	content: '';
	visibility: hidden;
	opacity: 0;
}
.dish_order a:hover::after
{
	visibility: visible;
	opacity: 1;
}



/*********************************
7. Featured Album
*********************************/

.feature
{
	width: 100%;
	background: #f9f9f9;
	padding-top: 102px;
	padding-bottom: 102px;
}
.feature_image
{
	width: 100%;
	height: 550px;
	box-shadow: 0px 15px 20px rgba(0,0,0,0.24);
	z-index: 2;
}
.feature_image img
{
	display: none;
	max-width: 100%;
}
.feature_content_container
{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
}
.feature_content
{
	width: 100%;
	background: #FFFFFF;
	border: solid 2px #b49383;
	box-shadow: 0px 15px 20px rgba(0,0,0,0.24);
	padding-top: 65px;
	padding-left: 47px;
	padding-bottom: 69px;
	padding-right: 85px;
}
.feature_subtitle
{
	font-size: 34px;
}
.feature_title
{
	margin-top: 6px;
	padding-left: 5px;
}
.feature_title h1
{
	font-size: 34px;
}
.feature_rating
{
	margin-top: 13px;
	padding-left: 9px;
}
.rating_r i::before
{
	font-family: 'FontAwesome';
	content: "\f006";
	font-style: normal;
	font-size: 10px;
	color: #d6baa0;
}
.rating_r i:not(:last-child)
{
	margin-right: 3px;
}
.rating_r_1 i:first-child::before{content: "\f005";}
.rating_r_2 i:first-child::before{content: "\f005";}
.rating_r_2 i:nth-child(2)::before{content: "\f005";}
.rating_r_3 i:first-child::before{content: "\f005";}
.rating_r_3 i:nth-child(2)::before{content: "\f005";}
.rating_r_3 i:nth-child(3)::before{content: "\f005";}
.rating_r_4 i:first-child::before{content: "\f005";}
.rating_r_4 i:nth-child(2)::before{content: "\f005";}
.rating_r_4 i:nth-child(3)::before{content: "\f005";}
.rating_r_4 i:nth-child(4)::before{content: "\f005";}
.rating_r_5 i:first-child::before{content: "\f005";}
.rating_r_5 i:nth-child(2)::before{content: "\f005";}
.rating_r_5 i:nth-child(3)::before{content: "\f005";}
.rating_r_5 i:nth-child(4)::before{content: "\f005";}
.rating_r_5 i:nth-child(5)::before{content: "\f005";}
.feature_name
{
	font-size: 24px;
	color: #232323;
	padding-left: 9px;
	margin-top: 1px;
}
.feature_price
{
	font-size: 24px;
	color: #232323;
}
.feature_content_list
{
	margin-top: 4px;
	margin-left: 9px;
}
.feature_content_list ul li:not(:last-child)::after
{
	display: inline-block;
	content: '/';
	font-size: 16px;
	color: #636363;
	margin-left: 5px;
	margin-right: 5px;
}
.feature_content_list ul li
{
	font-size: 16px;
	color: #636363;
}
.feature_button
{
	margin-left: 9px;
	margin-top: 37px;
}

.feature_buy
{
	margin-top: 13px;
	margin-bottom: 30px;
	width: auto;
	height: auto;
	display: block;
	color: #FFFFFF;
}
.buy-icon
{
	padding-right: 15px;
}

/*********************************
8. Featured Article
*********************************/

.featured-article
{
	width: 100%;
	background: #f9f9f9;
	padding-top: 10px;
	padding-bottom: 63px;
}
.featured-article_text_row
{
	margin-top: 10px;
}
.featured-article_row
{
	margin-top: 17px;
}
.featured-article_image
{
	width: 100%;
}
.featured-article_image img
{
	max-width: 100%;
}
.featured-article_content
{
	padding-top: 26px;
	padding-bottom: 40px;
	min-height: 250px;
}
.featured-article_name
{
	font-size: 15px;
	color: #000000;
	font-weight: 700;
	line-height: 1.2em;
}
.featured-article_subtitle
{
	font-size: 14px;
	color: #636363;
	line-height: 1.2em;
	margin-top: 6px;
}
.featured-article_button
{
	width: 98px;
	height: 41px;
	background: #c4ab9f;
	margin-top: 14px;
}
.featured-article_button:hover
{
	box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
}
.featured-article_button a
{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 41px;
}

