/*
Theme Name: Tian Fu
Theme URI: http://underscores.me/
Author: Karolina Grabowska
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: divan
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Tian Fu is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Playball);
@import url(http://fonts.googleapis.com/css?family=BenchNine);

@import url(https://fonts.googleapis.com/css?family=Philosopher);
@import url(https://fonts.googleapis.com/css?family=Gudea);
@import url(https://fonts.googleapis.com/css?family=Great+Vibes);

html {
	 font-family: "BenchNine",Helvetica,Arial,sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2#mainsubheading{
    text-decoration: underline;
    line-height: 1.5em;
    color: #00B64F;
    font-size: 37px;
    font-family: 'Great Vibes', cursive;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	font-family: "Gudea",Helvetica,Arial,sans-serif;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/***** Tian Fu CUSTOM STYLES *****/
#page section:not(.big-image) h2, #special-modal h2{
	font-family: 'Philosopher', cursive;
	font-size: 35px;
	color: #890000;
	margin-bottom: 25px;
}
.page-id-165 #page section:not(.big-image) h2{
	color: #00B64F;
}
#special-modal h2{
	margin-top: 0px;
}
#special-modal .modal-body div{
	font-size: 12px;
}
#special-modal p{
	margin-bottom: 5px;
}
#special-modal p strong, #special-modal p bold{
	font-size: 16px;
	letter-spacing: 5px;
}
#special-modal{
	font-size: 16px;
	letter-spacing: 2px;
}
#special-modal .modal-footer{
	padding: 0px 15px 25px;
}
#page section:not(.big-image) h2::after{
	position: absolute;
	margin-top: 2px;
	left: 40%;
	width: 20%;
	height: 2px;
	background: #890000 none repeat scroll 0% 0%;
	content: "";
	display: block;
}
.page-id-165 #page section:not(.big-image) h2::after,
.page-id-165 #page section:not(.big-image) .menu-box h2::after{
	background: #00B64F;
}
#special-modal h2::after {
	position: absolute;
	margin-top: -5px;
	left: 35%;
	width: 30%;
	height: 1px;
	background: #890000 none repeat scroll 0% 0%;
	content: "";
	display: block;
}
#page section:not(.big-image) .menu-box h2::after {
	position: absolute;
	margin-top: 2px;
	left: 4%;
	width: 30%;
	height: 2px;
	background: #890000 none repeat scroll 0% 0%;
	content: "";
	display: block;
}
#full-page-content{
	display: block;
	position: relative;
	min-width: 100%;
	height: 100%;
	min-height: 105vh;
	background: #000;
}
#main-image{
	//background-attachment: fixed;
	//background-size: 100% 110%;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	z-index: 1;
	min-width: 100%;
	min-height: 100%;
	opacity: 0.6;
	//width: 80%;
	//left: 10%;
}
@media(min-width: 481px){
	#main-image{
		background-attachment: fixed;
		background-size: 100% 110%;
	}
}
@media(max-width: 767px){
	#main-image{
		background-attachment: fixed;
		background-size: 100% 115vh;
	}
	#main-image{
		background-position: 0px 0px !important;
	}
}
.main-content{
	display: block;
	position: relative;
	z-index: 10;
	height: 100%;
	height: calc(105vh - 60px);
}
.main-content img{
	width: 500px;
}
.page-id-2 .main-content img{
	margin: 0px auto;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px;
	box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #000, inset 0 0 0 4px #fff;
}
.main-title-wrapper{
	display: table;
	width: 100%;
	height: 80%;
	text-align: center;
}
.main-title{
	display: table-cell;
	vertical-align: middle;
}
.main-title h1{
	font-size: 100px;
	letter-spacing: 10px;
	font-weight: bold;
	text-shadow: 0px 0px 2px rgb(34, 34, 34);
	color: rgb(255, 255, 255);
	margin: 0px;
}
.page-id-165 .main-title h1{
	color: #00B64F;
}
@media(min-width: 1600px){
	.main-content img{
		margin: 0px auto;
	}
}
@media(max-width: 1599px){
	.main-content img{
		margin: 0px auto 0px;
	}
}
.main-content.scrolled{
	min-height: 105vh;
}
.main-content.scrolled{
	min-height: 50vh;
}

@media(min-width: 768px){
	nav#main ul li{
		display: inline-block;
	}
	nav#main ul{
		margin-top: 10px;
	}
}
nav#main{
	text-align: center;
	z-index: 2;
	height: 0px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
}
nav#main.navbar.navbar-fixed-top{
	height: 50px;
	margin-top: 0px;
	background-color: #F6F4F1;
	box-shadow: 0 0 2px #888;
	z-index: 50;
	background: #fff;
	//border-bottom: 2px solid #890000;
}
nav#main.navbar.navbar-fixed-top ul{
	margin-top: 6px;
	margin-left: 0px !important;
}
nav#main.navbar.navbar-fixed-top ul li a{
	color: #890000;
	text-shadow: none;
}
.page-id-165 nav#main.navbar.navbar-fixed-top ul li a{
	color: #00B64F;
}
nav#main.navbar.navbar-fixed-top ul li a:hover{
	opacity: 0.8;
}
nav#main.navbar ul li{
	cursor: pointer;
}
nav#main.navbar ul li a{
	//color: rgba(209, 180, 136, 0.85);
	font-weight: bold;
	//color: #DFAC76;	
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 10px 30px;
	text-decoration: none;
	position: relative;
	display: inline-block;
	outline: none;
	text-decoration: none;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(0,0,0,0.6);
	//font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-family: "Gudea",Helvetica,Arial,sans-serif;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 16px;
}
nav#main.navbar ul li.navbar-right-first{
	margin-right: 0px !important;
}
nav#main.navbar ul li.navbar-right a{
	padding: 10px;
}
nav#main.navbar ul li.navbar-right a:after{
	display: none;
}
nav#main.navbar ul li a:hover, #main.navbar ul li a:focus, #main.navbar ul li a:active{
	background: none;	
	text-decoration: none;
	color: rgba(209, 180, 136, 0.85);
	text-shadow: none;
}
.page-id-165 nav#main.navbar ul li a:hover, 
.page-id-165 #main.navbar ul li a:focus, 
.page-id-165 #main.navbar ul li a:active{
	color: #00B64F;
}
nav#main.navbar ul li a::after {
	position: absolute;
	top: 100%;
	left: 10%;
	width: 80%;
	height: 2px;
	background: rgba(209, 180, 136, 0.65);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
.page-id-165 nav#main.navbar ul li a::after{
	background: #00B64F;
}
@media(min-width: 1241px){
	nav#main.navbar.navbar-fixed-top ul li a::after {
		background: #890000;
		height: 3px;
	}
	.page-id-165 nav#main.navbar.navbar-fixed-top ul li a::after {
		background: #00B64F;
		height: 3px;
	}
}
@media(max-width: 1240px){
	nav#main.navbar.navbar-fixed-top ul li a::after {
		background: #890000;
		height: 4px;
	}
	.page-id-165 nav#main.navbar.navbar-fixed-top ul li a::after {
		background: #00B64F;
		height: 4px;
	}
}
nav#main.navbar ul li a:hover::after,
nav#main.navbar ul li a:focus::after,
nav#main.navbar.navbar-fixed-top ul li.active a::after{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
@media(min-width: 768px){
	nav#main.navbar-fixed-top .navbar-brand{
		display: none;
	}
	nav#main:not(.navbar-fixed-top) .navbar-brand img{
		max-width: 45px;
		padding: 5px 5px 0px;
	}	
	.page-id-165 nav#main:not(.navbar-fixed-top) .navbar-brand img{
		max-width: 45px;
		padding: 5px 5px 0px;
	}	
}
.btns{
	margin-top: 40px;
}
.btns .first{
	text-align: right;
}
.btns .last{
	text-align: left;
}
.btn{
	border-radius: 0px !important;
	margin-left: auto;
	margin-right: auto;
	//font-size: 14px;
	font-size: 18px;	
	padding: 8px 12px 4px;
	letter-spacing: 4px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;	
	-o-transition: all .3s ease-in-out;
}
.btn-order{
	//border: double rgba(209,180,136,0.85) !important;
	//color: rgba(209,180,136,0.85);
	border: 2px solid #DE000D;
	color: #DE000D;
	background: #fff;
	font-weight: bold;
	transition: 0.3s all linear;
	-webkit-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
}
@media(min-width: 768px){
	.btn-order{
		width: auto;
	}
}
.btn-book{
	//border: double rgba(209,180,136,0.85) !important;
	//color: rgba(209,180,136,0.85);
	border: 2px solid #DE000D;
	background-color: #DE000D;
	color: #fff;
	font-weight: bold;
	text-shadow: none;
	transition: 0.3s all linear;
	-webkit-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
}
.page-id-165 .btn-order{
	border: 2px solid #00B74F;
	color: #00B74F;
	background: #fff;
}
.page-id-165 .btn-book{
	border: 2px solid #00B74F;
	background-color: #00B74F;
	color: #fff;
}
#galerie .btn-book{
	margin-top: 20px;
	border: double rgba(255,255,255,1) !important;
	background-color: rgba(255,255,255,1);
	color: #777;
}
#galerie .btn-book:hover{
	background-color: transparent;
	color: #fff;
}
.contact-text .btn-book{
	border: double #890000 !important;
	background-color: #890000;
	color: #fff;
	margin-top: 30px;
}
.contact-text .btn-book:hover{
	background-color: transparent;
	color: #890000;
}
.page-id-165 .contact-text .btn-book{
	border: double #00B74F !important;
	background-color: #00B74F;
}
.page-id-165 .contact-text .btn-book:hover{
	color: #00B74F;
}
.btn-order:hover{
	//color: #DFAC76;
	color: #DE000D;
}
.btn-book:hover{
	//color: #E0463E;
	color: #fff;
}
.btn-order:hover, .btn-book:hover{
	//border: 1px solid rgba(209,180,136,0.85) !important;
	opacity: 0.8;

}
#about, #divan-menu, #wine, #contact-us{
	background: #F6F4F1;
}
.about-container, .contact-container{
	background: #fff;
}
.about-container .row, .contact-container .row{
	margin: 0px;
}
.about-container, .menu-container, .contact-container{
	margin: -20px auto;
	padding: 0px;
	z-index: 2;
	position: relative;
}
.about-image{
	overflow: hidden;
	height: 500px;
	padding: 0px;
}
.about-image img{
	width: 100%;
	min-height: 100%;
	height: auto;
	filter: grayscale(40%);
	-webkit-filter: grayscale(40%);
	-moz-filter: grayscale(40%);
	-o-filter: grayscale(40%);
}
.instagram-text, .contact-text, .newsletter-text, .contact-map, .contact-image{
	//padding: 20px 0px;
	font-size: 20px;
	//font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.8;
	text-align: center;
}
.about-text{
	padding: 0px;
	font-size: 16px;
	//font-size: 14px;
	letter-spacing: 1px;
	line-height: 2.1;
}
.instagram-text h2 a{
	color: #404040;
}
.instagram-text h2 a:hover{
	color: #404040;
	opacity: 0.6;
	text-decoration: none;
}
.about-text-text{
	padding: 20px 40px;
}
.about-text h2{
	text-align: center;
}
.opening-image{
	overflow: hidden;
	height: 300px;
	padding: 0px;
}
.opening-image img{
	width: 100%;
	height: auto;
	margin-top: -100px;
}
.opening-text{
	padding: 0px;
	//font-size: 14px;
	//letter-spacing: 1px;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 1.7;
}
.opening-text p{
	margin-bottom: 0px;
}
.opening-text-text{
	padding: 20px 40px;
}
.opening-text h2{
	text-align: center;
}
@media(min-width: 768px){
	.big-image{
		background-size: cover;
	}
}
.big-image{
	background-attachment: fixed;
	background-position: center;
	padding: 200px 0px;
	text-align: center;
	filter: grayscale(20%);
	-webkit-filter: grayscale(20%);
	-moz-filter: grayscale(20%);
	-o-filter: grayscale(20%);
}
.big-image.bev{
	padding: 160px 0px;
}
.big-image h2{
	margin: 0px auto;
	text-transform: uppercase;
	font-size: 65px;
	letter-spacing: 5px;
	color: #fff;
	text-shadow: 0px 0px 6px #222;
	font-weight: bold;
}
.big-image .under-text{
	font-size: 22px;
	letter-spacing: 2px;
	color: rgb(255, 255, 255);
	width: 75%;
	text-align: center;
	margin: 10px auto;
	text-shadow: 0px 0px 6px rgb(34, 34, 34);
}
.big-image .under-text p{
	margin-bottom: 5px;
}
#divan-menu{
	//padding-top: 60px;
	//background: #fff url(images/white_paperboard.jpg);
}
hr.top{
	background-color: #890000;
	margin: 2px 0px 0px;
}
hr.bottom{
	background-color: #890000;
	margin: 0px 0px 2px;
}
.menu-box{
	padding: 20px 30px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.8;
	background: #fff url(images/white_paperboard.jpg);
	box-shadow: 
			inset 0 0 0 4px #fff, 
			inset 0 0 0 5px #890000, 
			inset 0 0 0 6px #fff, 
			inset 0 0 0 7px #890000;
}
.page-id-165 .menu-box{
	box-shadow:
			inset 0 0 0 4px #fff,
			inset 0 0 0 5px #00B64F,
			inset 0 0 0 6px #fff,
			inset 0 0 0 7px #00B64F;
}
.menu-box ul{
	margin: 0px;
	list-style: none;
}
.menu-box ul li a{
	color: #141414;
	font-weight: bold;
	letter-spacing: 2px;
	//font-size: 12px;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #890000;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	padding-bottom: 2px;
}
.page-id-165 .menu-box ul li a{
	border-bottom: 1px solid #00B64F;
}
.menu-box ul li a:hover{
	text-decoration: none;
	opacity: 0.4;
}
.menu-box ul li{
	margin-bottom: 4px;
}
.menu-box table tr td:nth-child(1){
	font-size: 16px;
	//font-size: 14px;
}
.menu-box table tr td:nth-child(2), .menu-box table tr td:nth-child(3), .menu-box table tr td:nth-child(4){
	text-align: right;
	padding-left: 10px;
	vertical-align: top;
}
.menu-box table tr td p:nth-child(2),
.menu-box table tr td p:nth-child(3){
	margin-top: -12px;
}
@media(max-width: 767px){
	.menu-box table tr td p:nth-child(2),
	.menu-box table tr td p:nth-child(3){
		margin-top: 2px;
	}
	.about-text-text {
   	 	padding: 20px 20px;
   	 	font-size: 14px;
    		line-height: 1.4;
		text-align: center;
	}
	.menu-box table tr td:nth-child(1){
		font-size: 12px;
		width: 200px;
	}
	.menu-box{
		line-height: 1.4;
	}
	.menu-box table{
		font-size: 12px;
		letter-spacing: 1px;
	}
	.menu-box table tr td:nth-child(2), .menu-box table tr td:nth-child(3), .menu-box table tr td:nth-child(4){
		width: 50px;
		padding-left: 5px;
	}
	.menu-container .col-xs-12{
		padding: 0px;
		margin: 0px;	
	}
}
.menu-box table tr td{
	padding-bottom: 10px;
}
.menu-box table tr td p{
	margin-bottom: 0px;
}
.menu-box table tr td em{
	font-size: 14px;
}
.contact-text-after{
	font-size: 12px;
	margin-top: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.menu-text-after{
	font-family: "Philosopher",cursive;
	font-size: 25px;
	color: #890000;
	margin-bottom: 5px;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.contact-text-after{
	width: 80%;
	margin-left: 10%;
	font-size: 12px;
}
.menu-text-after p, .contact-text-after p{
	margin-bottom: 0px;
}
@media(min-width: 480px){
	.reservation-modal .modal-dialog{
		width: 400px !important;
		margin: 7vh auto !important;
		height: 550px !important;
	}
}
@media(max-width: 479px){
	.reservation-modal .modal-dialog{
		width: 315px !important;#page section:not(.big-image) h2, #special-modal h2
		margin: 3vh auto !important;
		height: 460px !important;
	}
	.reservation-modal .modal-body{
		margin-left: 0px !important;
		padding: 0 !important;
	}
}
.reservation-modal .modal-content{
	background-color: #F7F7F7;
	border-radius: 0px;
}
.reservation-modal .modal-header, .reservation-modal .modal-footer{
	border: 0px;
	text-align: center;
}
.tos-pagination{
	overflow-y: hidden;
}
.tos-wrapper .tos-caption{
	display: none;
}
.tos-wrapper .tos-close, .tos-wrapper .tos-next, .tos-wrapper .tos-prev{
	background: transparent !important;
}
.tos-wrapper .tos-close span::after, .tos-wrapper .tos-close span::before {
    	width: 16px !important;
    	height: 16px !important;
    	margin-top: -4px !important;
    	margin-left: 1px !important;
    	margin-right: 1px !important;
}
.modal.fade .modal-dialog {
    	-moz-transition: none !important;
    	-o-transition: none !important;
    	-webkit-transition: none !important;
    	transition: none !important;
    	-moz-transform: none !important;
    	-ms-transform: none !important;
    	-o-transform: none !important;
    	-webkit-transform: none !important;
    	transform: none !important;
}
.contact-first, .contact-second{
	padding: 0px;
}
.contact-second iframe{
	filter: sepia(20%) grayscale(40%);
	-webkit-filter: sepia(20%) grayscale(40%);
	-moz-filter: sepia(20%) grayscale(40%);
	-o-filter: sepia(20%) grayscale(40%);
}
.contact-container h2{
	text-align: center;
}
.contact-text-text p{
	margin-bottom: 0px;
}
.contact-text-text{
	padding: 10px 40px;
}
.contact-text{
	padding:10px;
}
.contact-text-border{
	border: double #890000;
	padding: 10px;
}
#instagram-carousel .item img{
	margin: 0px auto;
}
#instagram-carousel .carousel-control.right, #instagram-carousel .carousel-control.left{
	background: none;
}
.newsletter form{
	text-align: center;
}
.newsletter form p{
	margin-bottom: 0px;
}
.newsletter form input.newsletter-email{
	font-size: 16px;	
	padding: 4px 10px;
	border-radius: 0px;
	width: 200px;
	margin-top: 20px;
}
.newsletter form input.newsletter-submit{
	background: #610202;
	border: 1px solid #AA4E02;
	text-transform: uppercase;
	border-radius: 1px;
	color: #fff;
	letter-spacing: 2px;
	padding: 8px 12px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	font-size: 16px;
	box-shadow: none;
	text-shadow: none;	
	margin-top: 15px;
}
.newsletter form input.newsletter-submit:hover{
	background: transparent;
	color: #AA4E02;
}
#instagram-carousel .item img{
	box-shadow: 0px 0px 2px #222;
}
@media(min-width: 1201px) and (max-width: 1240px){
	.opening-image img{
		margin-top: -100px;	
	}
}
.navbar-brand{
	height: auto;
}
@media(min-width: 768px) and (max-width: 992px){
	#page section:not(.big-image) h2{
		font-size: 25px !important;
	}
	nav#main.navbar ul li a{
		padding: 10px 15px !important;
		font-size: 13px !important;	
	}
	nav#main.navbar ul li.navbar-right a{
		padding: 10px 5px !important;
	}
	nav#main:not(.navbar-fixed-top) .navbar-brand img{
		max-width: 45px !important;
	}
	.opening-image img{
		margin-top: 0px;	
	}
	.contact-second .contact-image img{
		margin-top: 0px;
		height: 320px;
	}
}
@media(min-width: 992px) and (max-width: 1200px){
	#page section:not(.big-image) h2{
		font-size: 30px !important;
	}
	nav#main.navbar ul li.navbar-right a{
		padding: 10px !important;
	}
	nav#main.navbar ul li a{
		padding: 10px 20px !important;
	}
	.opening-image img{
		margin-top: 0px;	
	}
	.contact-second .contact-image img{
		margin-top: 0px;
		height: 320px;
	}
}
@media(max-width: 767px){
	.navbar-brand{
		padding: 5px 5px 0px;
	}
	.navbar-brand img{
		width: 45px;
	}
	.navbar-toggle{
		box-shadow: none;
		background: transparent;
	}
	.navbar-toggle .icon-bar{
		background-color: #890000;
	}
	.navbar-toggle:hover{
		background-color: transparent;
		box-shadow: none;
	}
	.navbar-collapse{
		z-index: 20;
		background: #000;
		max-height: none !important;
	}
	.navbar-fixed-top .navbar-collapse{
		z-index: 20;
		background: #fff;
	}
	nav#main.navbar.navbar-fixed-top ul li a::after{
		display: none;
	}
	.main-content img{
		width: 120px;
		margin-top: 200px !important;
	}
	#page section:not(.big-image) h2{
		font-size: 35px;
	}
	.opening-image{
		height: 220px;
	}	
	.opening-image img{
		margin-top: 0px !important;
	}
	.big-image{
		padding: 100px 0px;
	}
	.big-image .under-text{
		font-size: 20px;
		letter-spacing: 1px;
		width: 80%;
	}
	#page section:not(.big-image) .menu-box h2::after{
		left: 10%;
	}
	.menu-box h2{
		font-size: 20px !important;
	}
	.contact-text-text{
		text-align: center;
	}
	.menu-box table tr td{
		padding-bottom: 10px !important;
	}
}
.menu-anchor{
	display: block; 
	position: relative; 
	top: -100px; 
	visibility: hidden;
}
.fade:not(.modal){
	transition: opacity 1.2s linear 0s;
	-webkit-transition: opacity 1.2s linear 0s;
	-moz-transition: opacity 1.2s linear 0s;
	-o-transition: opacity 1.2s linear 0s;
}

#special-modal .modal-dialog{
	margin: 50px auto;
}
#special-modal .modal-content{
	border-radius: 0px;
	line-height: 1.4;
	background: #fff url(images/white_paperboard.jpg);
	box-shadow: 
			inset 0 0 0 4px #fff, 
			inset 0 0 0 5px #890000, 
			inset 0 0 0 6px #fff, 
			inset 0 0 0 7px #890000;
}
#special-modal .modal-header{
	border-bottom: 0px;
}
#special-modal .modal-footer{
	border-top: 0px;
	text-align: center;
}
#special-modal .close{
	background: transparent;
	margin-top: -12px;
	font-size: 45px;
}
#special-modal .close:hover{
	background: transparent;
	box-shadow: none;
	text-shadow: none;
}
#special-modal .modal-footer .btn, .btn-special, #reservation-modal .btn{
	background: transparent;
	box-shadow: none;
	text-shadow: none;
	padding: 6px 12px 2px;
	transition: all 0.4s linear;

	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	color: #890000;
	border-color: #890000;
}
#special-modal .modal-footer .btn:hover, .btn-special:hover, #reservation-modal .btn:hover{
	background: #610202;
	color: #fffafa;
}
.button-special{
	text-align: center;
	padding-bottom: 20px;
}
#beverages-section table tr:nth-child(odd) td{
	padding-bottom: 2px;
	font-weight: bold;
}
#beverages-section table tr:nth-child(even) td{
	font-size: 16px;
}
#beverages-section .menu-box table tr:nth-child(even) td em,
#beverages-section .menu-box table tr:nth-child(even) td italic{
	font-size: 14px;
}
#beverages-section .menu-box table tr td p{
	line-height: 1.2;
}
.site-info{
	text-align: center;
}
.collapseLink{
	font-family: "Philospher",cursive;
	font-size: 35px;
	color: #890000;
}
.collapseLink:hover,
.collapseLink:active,
.collapseLink:focus{
	color: #890000;
	opacity: 0.8;
	text-decoration: none;
}
.body-overlay{
	position: absolute;
    	width: 100%;
    	left: 0px;
    	top: 0px;
    	height: 100%;
    	background: rgba(246, 244, 241, 0.5);
    	z-index: -1;
}
.cc_menu{
	//width:700px; /*140px * 5*/
	height: 700px;
	height: 90vh;
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	padding: 0px;
	width: 80%;
	margin: 0px auto;
}
.cc_menu a{
	height: inherit;
}
.cc_menu a:hover{
	text-decoration: none;
}
.cc_item{
	cursor: pointer;
	text-align:center;
	//width:140px;
	height: inherit;
	padding: 0px;
	float:left;
	position:relative;
	-moz-box-shadow: 0px 0px 3px #222;
	-webkit-box-shadow: 0px 0px 3px #222;
	box-shadow: 0px 0px 3px #222;
	background-size: 100% 100%;
	opacity: 0.4;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

span.cc_title{
	//top: 300px;
	//background: rgb(246, 244, 241) none repeat scroll 0% 0%;
	width: 100%;
	display: block;
	position: relative;
	z-index: 11;
	color: rgb(137, 0, 0);
	font-size: 35px;
	letter-spacing: 10px;
	font-weight: bold;
	padding: 0px;
	//box-shadow: 0px 0px 0px 1px #F6F4F1 inset, 0px 0px 0px 2px #890000 inset;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
span.cc_title-2{
	//top: 200px;
}
.cc_description{
   // background: #F6F4F1 none repeat scroll 0% 0%;
   // width: 60%;
    position: relative;
    z-index: 11;
    color: #890000;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: bold;
    padding: 5px 0px 0px;
    //box-shadow: 0px 0px 0px 1px #F6F4F1 inset, 0px 0px 0px 2px #890000 inset;
    margin: 0px auto;
    display: block;
    //top: 305px;
}
.cc_description p{
	margin-bottom: 0px;
}
.cc_description-2{
	//top: 205px;
}
.cc_submenu ul{
	list-style:none;
	width:140px;
	margin:0;
	padding:0;
	height:0px; /*increase to 200px to slide up*/
	overflow:hidden;
	text-align:left;
	background:#000;
	position:absolute;
	left:0px;
	bottom:0px;
	opacity:0.7;
	z-index:13;
}
.cc_submenu ul li{
	color:#ddd;
	cursor:pointer;
	padding:10px;
}
.cc_item.hovered{
	opacity: 1;
}
.cc_item.hovered span.cc_title{
	font-size: 35px;
}
.all{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: table;
}
.all-container{
	display: table-cell;
	vertical-align: middle;
}
.home footer{
	position: fixed;
	bottom: 0px;
	text-align: center;
	width: 100%;
}
.text-row{
	margin: 0px;
	width: 100%;
	height: 20%;
	background: #fff;
	display: table;
}
.text-row-wrap{
	display: table-cell;
	vertical-align: middle;
}
.image-row{
	margin: 0px;
	width: 100%;
	height: 80%;
	background-size: 100%;
	background-repeat: no-repeat;
}
@media(max-width: 767px){
	.cc_item{
		height: 1500px;
		height: 30vh;
	}
	.cc_item span.cc_title {
    		font-size: 25px;
	}
	.cc_item.hovered span.cc_title {
    		font-size: 22px;
	}
	.cc_description {
		font-size: 12px;
	}
	.text-row, .image-row{
		height: 50%;
	}
	.btn{
		font-size: 14px;
		padding: 8px 10px 4px;
		letter-spacing: 1px;
	}
	.main-title h1{
		font-size: 30px;
		margin: 0px auto;
	}
	.big-image h2{
		font-size: 35px;
	}
	.menu-box ul li a{
		letter-spacing: 1px;
		font-size: 12px;
	}
	.menu-box ul{
		padding: 0px;
	}
}