/*

Theme Name: Frioul

Author: Karolina Grabowska

Author URI: http://karolinagrabowska.info/

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: frioul

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.



Frioul 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);



html {

	 font-family: "BenchNine",Helvetica,Arial,sans-serif;

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust:     100%;

}



body {

	margin: 0;
	background-color:#f0f0f0 !important;

}
.main-content {
  z-index:1;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
   overflow:hidden;
}

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;

}



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;

	background-color: #f0f0f0;

}



h1,

h2,

h3,

h4,

h5,

h6 {
	clear: both;

}

.container h2{
	color: #002e62 !important;

}

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: #000000; /* Fallback for when there is no custom background color defined. */

	font-family: "BenchNine",Helvetica,Arial,sans-serif;

	overflow-x: hidden;
}



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;
	width:960px;
	background-color:#fff;
	margin: 0 auto;
	padding: 60px 0px;
}



.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;

}





/***** FRIOUL CUSTOM STYLES *****/

#page section:not(.big-image) h2, #special-modal h2{

	font-family: 'Playball', cursive;

	font-size: 40px;

	margin-bottom: 25px;

}

#special-modal h2{

	margin-top: 0px;

}

#special-modal .modal-body div{

	font-size: 12px;

}

#special-modal p{

	margin-bottom: 0px;

}

#special-modal p strong, #special-modal p bold{

	font-size: 18px;

	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: rgba(0, 0, 0, 0.2) none repeat scroll 0% 0%;

	content: "";

	display: block;

}

#special-modal h2::after {

	position: absolute;

	margin-top: -5px;

	left: 35%;

	width: 30%;

	height: 1px;

	background: rgba(0, 0, 0, 0.2) 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: #422100 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-repeat: no-repeat;

	display: block;

	position: absolute;

	z-index: 1;

	min-width: 100%;

	min-height: 100%;

	opacity: 0.6;

	//width: 80%;

	//left: 10%;

	height: 105vh;

	overflow: hidden;
	 
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;

}

@media(min-width: 481px){


}

@media(min-width: 1300px){
	
}
@media(max-width: 767px){

	

}
@media(min-width:768px){
	.main-content{
		min-height: 850px;

		min-height: calc(105vh - 60px);
	}
}
@media(max-width:767px){
	.main-content{
		min-height: 450px;

		min-height: calc(105vh - 60px);
	}
}
.main-content{

	display: block;

	position: relative;

	z-index: 10;


	height: 100%;
	
	margin: 0px auto;

	width: 80%;
}

.main-content img{

	width: 500px;

}

@media(min-width: 1600px){

	.main-content img{

		margin: 22% auto 0px;

	}

}

@media(max-width: 1599px){

	.main-content img{

		margin: 20% 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: 30px;

	}

}

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 #AA4E02;

}

nav#main.navbar.navbar-fixed-top ul{

	margin-top: 6px;

	margin-left: 0px !important;

}

nav#main.navbar.navbar-fixed-top ul li a{

	color: #777;

	text-shadow: none;

}

nav#main.navbar.navbar-fixed-top ul li a:hover{

	color: #222;

}

nav#main.navbar ul li{

	cursor: pointer;

}

nav#main.navbar ul li a{

	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: "BenchNine",Helvetica,Arial,sans-serif;

	-webkit-transition: all 0.3s;

	-moz-transition: all 0.3s;

	transition: all 0.3s;

	font-size: 14px;

}

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(255,255,255, 0.9);

	text-shadow: none;

}

nav#main.navbar ul li a::after {

	position: absolute;

	top: 100%;

	left: 10%;

	width: 80%;

	height: 2px;

	background: rgba(255,255,255, 0.6);

	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);

}

@media(min-width: 1241px){

	nav#main.navbar.navbar-fixed-top ul li a::after {

		background: #003668;

		height: 3px;

	}

}

@media(max-width: 1240px){

	nav#main.navbar.navbar-fixed-top ul li a::after {

		background: #003668;

		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: 120px;

		padding: 15px 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: 1px solid #fff !important;

	color: #fff;

}

@media(min-width: 768px){

	.btn-order{

		width: 140px;

	}

}

.btn-book{

	border: 1px solid #fff!important;

	color: #fff;

	text-shadow: none;

}

#book .btn-book{

	margin-top: 20px;

}

.btn-order:hover, .btn-book:hover, .btn-signup:hover{

	border: 1px solid #fff !important;

	background-color: #fff;

	color: #141414 !important;

}

#about, #frioul-menu, #wine, #contact-us, #beverages-section, #text{

	background: #f0f0f0;

}
#text{
	/*margin-bottom:120px;*/
}
.about-container{

	background: #fff;

}

.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;

}

@media(min-width: 768px) and (max-width: 991px){

	.about-container, .menu-container, .contact-container{

		width: 90%;

	}

	.opening-text-text, .about-text-text{

		padding: 10px 20px !important;

		line-height: 1.5 !important;

	}

	.text4-image img{

		margin-top: 0px !important;

	}

}

.about-image{
	background-color:#000;
	overflow: hidden;

	height: 500px;

	padding: 0px;

}

.about-image img{

	//width: 100%;

	//height: auto;

	min-width: 100%;

	height: auto;

	min-height: 100%;

	max-width: 125%;

}

.about-text, .instagram-text, .contact-text, .newsletter-text, .contact-map, .contact-image{

	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{
	background-color:#000;
	overflow: hidden;

	height: 300px;

	padding: 0px;

}

.opening-image img{

	width: 100%;

	height: auto;

	margin-top: -150px;

}

.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;

}

.text1-image{

	overflow: hidden;

	height: 320px;

	padding: 0px;

}

.text2-image{

	overflow: hidden;

	height: 600px;

	padding: 0px;

}

.text3-image{

	overflow: hidden;

	height: 400px;

	padding: 0px;

}

.text3-image img, .text4-image img{

	margin-top: -150px;

}

.text4-image{

	overflow: hidden;

	height: 580px;

	padding: 0px;

}

.text1-image img, .text2-image img, .text3-image img, .text4-image img{

	width: 100%;

	min-height: 100%;

}

.text1-text{

	padding: 0px;

	//font-size: 14px;

	//letter-spacing: 1px;

	font-size: 16px;

	letter-spacing: 2px;

	line-height: 1.7;

	text-align: center;

}

.text1-text h2{

	margin-bottom: 0px;

}

.text1-text p{

	margin-bottom: 0px;

}

@media(min-width: 768px){

	.big-image{

		background-size: cover;

	}

}

.big-image{

	//background-attachment: fixed;

	background-position: center;

	padding: 250px 0px;

	text-align: center;

	position: relative;

}

.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: 4px;

	color: rgb(255, 255, 255);

	width: 70%;

	text-align: center;

	margin: 10px auto;

	text-shadow: 0px 0px 6px rgb(34, 34, 34);

}

#frioul-menu{

	//padding-top: 60px;

	//background: #fff url(images/white_paperboard.jpg);

}

hr.top{

	background-color: #003567;

	margin: 2px 0px 0px;

}

hr.bottom{

	background-color: #003567;

	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 #422100, 

			inset 0 0 0 6px #fff, 

			inset 0 0 0 7px #422100;

}

.menu-box ul{

	margin: 0px;

	list-style: none;

}

.menu-box ul li a{

	color: #404040;

	letter-spacing: 2px;

	//font-size: 12px;

	font-size: 14px;

	text-transform: uppercase;

	border-bottom: 1px solid #422100;

	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;

}

.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: 18px;

	//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{

	padding-bottom: 10px;

}

.menu-box table tr td p{

	margin-bottom: 0px;

}

.menu-text-after, .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;

}

.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: 15vh auto !important;

		height: 550px !important;

	}

}

@media(max-width: 479px){

	#reservation-modal .modal-dialog{

		width: 315px !important;

		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-map iframe{

	filter: sepia(30%) grayscale(50%);

	-webkit-filter: sepia(30%) grayscale(50%);

	-moz-filter: sepia(30%) grayscale(50%);

	-o-filter: sepia(30%) grayscale(50%);

}

.contact-container h2{

	text-align: center;

}

.contact-second .row{

	height: 320px;

	overflow: hidden;

}

.contact-second .contact-image img{

	width: 100%;

	margin-top: -120px;

}

.contact-text-text p{

	margin-bottom: 0px;

}

.contact-text-text{

	padding: 10px 40px;

}



#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;	

	}

}

@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: 100px !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: 600px){
	.main-content img{

		margin-top: 100px !important;

	}
}
@media(max-width: 992px){
	.jssora05l, .jssora05r{
		display: none !important;
	}
}
@media(min-width: 601px) and (max-width: 767px){
	.main-content img{

		margin-top: 180px !important;

	}
}
@media(max-width: 767px){

	.navbar-brand{

		padding: 8px 15px 15px;

	}

	.navbar-brand img{

		width: 100px;

	}

	.navbar-toggle{

		box-shadow: none;

		background: transparent;

	}

	.navbar-toggle .icon-bar{

		background-color: #AA4E02;

	}

	.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;

	}


	#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: 0px !important;

	}

}

.menu-anchor{

	display: block; 

	position: relative; 

	top: -100px; 

	visibility: hidden;

}

.fade{

	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: 20px 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 #AA4E02, 

			inset 0 0 0 6px #fff, 

			inset 0 0 0 7px #AA4E02;
	max-height: calc(100vh - 40px);
	overflow-y: auto;

}
#special-modal .modal-body{

}

#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: #AA4E02;

	border-color: #AA4E02;

}

#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;

}

.slider-big-image{

	left: 0 !important;

	filter: grayscale(40%);

	-webkit-filter: grayscale(40%);

	-moz-filter: grayscale(40%);

	-o-filter: grayscale(40%);

	min-width: 100%;

}

.jssora05l, .jssora05r {

 	display: block;

     	position: absolute;

  	width: 40px;

 	height: 40px;

	cursor: pointer;

	background: url(images/a17.png) no-repeat;

	overflow: hidden;

}

@media(min-width: 1600px){

	.jssora05l, .jssora05r {

		top: 40vh !important;

	}

}

@media(max-width: 1599px){

	.jssora05l, .jssora05r {

		top: 45vh !important;

	}

}

.jssora05l { 

	background-position: -10px -40px; 

}

.jssora05r { 

	background-position: -70px -40px; 

}

.jssora05l:hover { 

	background-position: -130px -40px; 

}

.jssora05r:hover { 

	background-position: -190px -40px; 

}

.jssora05l.jssora05ldn { 

	background-position: -250px -40px; 

}

.jssora05r.jssora05rdn { 

	background-position: -310px -40px; 

} 

@media(max-width: 1280px){

	#slider1_container div{

		transform: scale(1) !important;

		-webkit-transform: scale(1) !important;

		-moz-transform: scale(1) !important;

		-o-transform: scale(1) !important;

	}

}

@media(min-width: 768px) and (max-width: 910px){

	#menu-item-146{

		display: none !important;

	}

}

.back-top{
	position: fixed;
	bottom: 5px;
	right: 20px;
	font-size: 30px;
	z-index: 99;
}	
.back-top a{
	color: #fffafa;
	text-shadow: 1px 1px 2px #888;
}

@media(max-width: 767px){
	.flexslider{
		max-height: 500px;		
		max-height: 115vh;
		min-height: 400px;		
		min-height: 110vh;
		overflow: hidden;	
	}
	.flexslider img{
		max-height: 500px;
		min-width: 100%;
		min-height: 500px;
		min-height: 110vh;
		max-height: 110vh;
	}
}
@media(min-width: 768px){
	.flexslider{
		max-height: 1200px;	
		min-height: 900px;	
		max-height: 110vh;
		overflow: hidden;	
	}
	.flexslider img{
		max-height: 1200px;
		min-width: 100%;
		min-height: 900px;
		min-height: 110vh;
		max-height: 110vh;
	}
}
.flexslider{
	background: transparent;
	border: none;
	border-radius: 0px;
}
.flex-direction-nav a{
	width: 25px;
	height: 30px;
	color: #fff;
}
.flex-direction-nav a::before{
	color: #fff;
	font-size: 25px;
}
.flexslider ul{
	margin: 0px;
	padding: 0px;
}
.flexslider .loading{
	min-height: 400px;
	z-index: 999;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 48%;
}
.flexslider .loading img{
	min-width: 0;
	min-height: 0;
	max-height: none;
}
ul.qtranxs-lang-menu  {
    width:100%;
    padding:0px;
    margin:0;
    list-style-type:none;
    position:absolute;
    top: 106px;
    z-index:201;
} 

ul.qtranxs-lang-menu  a {
    float:right;
    width:20px;
    height: 12px;
    margin:0 2px;
    display:inline;
    z-index:201;
} 

ul.qtranxs-lang-menu  > .active {
display:none;
} 

@media (max-width: 979px) {

    ul.qtranxs-lang-menu  {
    top: 16px;
      }
}
.eds-scroll-hidden {
opacity: 1 !important;
}
.lang{
	font-size: 15px;
	float:right;
}
.lang a{
	padding: 15px;
}
.lang a, .lang a:visited{
	color:#fff !important;
}
.lang a:hover{
	color:#red !important;
}

.visible-xs{
	display:none !important;
}
.main-title h1{
	text-align:center;
	color:#fff !important;
	margin:0 auto;
	font-size: 8em;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:400;
}
.fa{
	font: 25px/1 FontAwesome;
}
.fa-facebook{
	margin:0px 20px;
}
.btn-signup{
	
	border: 1px solid #fff !important;
    color: #fff;
    text-align: center;
   	margin:30px auto;
   	display: table;
   	position:relative;
   	top:30px;
}
.btn-signup:visited{
	color:#fff;
}
#text2 h2{
	text-align:center;
}
#text2{
	 font-size: 16px;
    letter-spacing: 1px;
    line-height: 2.1;
    margin:70px auto 0 auto;
}
.maincat{
	font-weight:bold;
	margin-left:-20px;
	font-size:1.2em;
}
label.newsletter-label {
    display: inline-flex !important;
    color:#fff;
    font-size:20px;
}
input.email-subscribe {
    display: inline-flex !important;
    font-size:16px;
}

.newsletter-div{
text-align:center;
background: rgba(39, 38, 38, 0.6) !important;
padding: 2px;
}
input.btn.btn-header.submit-subscribe {
    padding: 6px;
    font-size: 13px;
}
.birth-club img{
width: 100%;
height: auto;
max-height:500px;
}
.birth-title {
    padding: 50px;
    font-size: 35px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 900 !important;
    text-transform: uppercase;
    color: #254771;
    text-shadow: 4px 3px 1px #ffffff;
}
.birth-form-section {
    padding-bottom: 52px !important;
}
#SL_DCM_Form label {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #000000 !important;
}
#SL_DCM_Form button.btn.btn-default {
    margin-top: 10px;
    padding: 13px;
    font-size: 20px !important;
    width: 100% !important;
}
.terms-content-section .Terms-title {
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: bold !important;
}
.terms-content-section .Terms-content {
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
    padding-top: 30px;
}
.birth-form-section .form-control {
    margin-bottom: 5px !important;
    font-size: 18px !important;
}
body.page-id-457, body.page-id-464 {
    padding: 0;
}
h1.page-title {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 2px;
}
body {
    background-color: #e8e8e8;
    background-image: url(https://www.transparenttextures.com/patterns/billie-holiday.png);
}
.page-id-314 div#primary {
    margin: 10% 0;
}
.thanks-content {
    font-size: 20px;
    padding: 30px;
    background-color: #f9f9f9;
}
.thanks-content a {
    color: #000;
}