@import url('reset.css');
@import url('font.css');
@import url('transformicons.css');

/* Author: Wojciech Dąbek ************/
/* Project: GOSCINIEC ****************/
/* E-mail: wojteklr1@gmail.com *******/

html {
	font-size: 62.5%;
	height: 100%;
	}
body {
	font-family: 'BrandonGrotesque', sans-serif;
	font-weight: normal;
	font-size: 1.5rem;
	background: #ffffff;
	color: #000;
	height: 100%;
}
body::-webkit-scrollbar {
    width: 1.5rem;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 150px rgba(14, 18, 20, 1);
}

body::-webkit-scrollbar-thumb {
	background-color: #dc9927;
	outline: 1px solid #dc9927;
}
*::selection {
	background: #dc9927;
	color: #fff;
}

.middle {
	position: relative;
	top: 50%;
 	-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ODSUNIECIE ZAWARTOSCI OD MENU */
#content {
	margin-left: 300px;
}
/* KONIEC ODSUNIECIA ZAWARTOSCI OD MENU */

#main-bg-1 {
	margin-left: 300px;
	background: url('../img/main_bg_1.jpg') no-repeat;
	background-size: initial;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-animation: fadeIn 1.5s;
	animation: fadeIn 1.5s;
}

#main-bg-2 {
	margin-left: 300px;
	background: url('../img/main_bg_2.jpg') no-repeat;
	background-size: initial;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-animation: fadeIn 1.5s;
	animation: fadeIn 1.5s;
}

/* MENU */
#left-side {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 300px;
	background: #0e1214;
	z-index: 9000;
	overflow: auto;
}
#left-side::-webkit-scrollbar {
    width: 0rem;
}
#logo img {
	display: block;
	margin: 0 auto;
	margin-top: 35px;
}
nav {
	width: 100%;
	margin-top: 40px;
}
nav ul li a {
	display: block;
	width: 100%;
	/* margin-bottom: 0.8rem; */
	color: #c3c4c4;
	text-transform: uppercase;
	height: 42px;
	line-height: 4.3rem;
	padding-left: 53px;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.14rem;
	-webkit-transition: all 0.3s ease-in-out; 
  	transition: all 0.3s ease-in-out;
}
nav ul li a.active {
	color: #f0d6b6;
	background: #dc9927;
}
nav ul li a:hover {
	color: #f0d6b6;
	background: #dc9927;
	text-decoration: none;
}
nav ul li a.submenu {
	padding-left: 73px;
}
#left-side footer {
	width: 100%;
	margin-top: 65px;
	margin-bottom: 15px;
}
#left-side footer #languages ul {
	display: block;
	text-align: center;
	margin-bottom: 5.2rem;
}
#left-side footer #languages ul li {
	display: inline-block;
	margin-right: 14px;
	border: 1px #fff solid;
}
#left-side footer #languages ul li:last-child {
	margin-right: 0;
}
#left-side footer #languages ul li a {
	display: block;
	width: 27px;
	height: 27px;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	line-height: 2.8rem;
	-webkit-transition: all 0.3s ease-in-out; 
  	transition: all 0.3s ease-in-out;
}
#left-side footer #languages ul li a:hover {
	color: #0e1214;
	background: #fff;
}
#left-side .language {
	cursor: pointer;
}
#left-side footer p {
	text-transform: uppercase;
	color: #3e4041;
	font-size: 0.9rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.5rem;
}
#left-side footer p a {
	color: #3e4041;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out; 
  	transition: all 0.3s ease-in-out;
}
#left-side footer p a:hover {
	text-decoration: none;
	color: #dc9927;
}
#mobile-side {
	position: fixed;
	left: 300px;
	top: 0;
	bottom: 0;
	width: 60px;
	background: #0e1214;
	z-index: 9999;
	overflow: auto;
	border-left: 1px #fff solid;
	text-align: center;
}
#mobile-side > * {
	color: #fff;
	font-size: 2.5rem;
	margin-top: 15px;
	cursor: pointer;
}

/* KONIEC MENU */

/* ZAWARTOSC MENU */
#content {
	-webkit-animation: fadeIn 1.5s;
	animation: fadeIn 1.5s;
}
#main-content-left {
	background: url("../img/main_bg_left.jpg") no-repeat;
	background-size: initial;
	background-position: bottom left;
	color: #293e49;
}
#main-content {
	display: block;
	text-align: center;
	margin-top: 22%;
	color: #293e49;
}
#main-content h2 {
	font-size: 3.8rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 40px;
	letter-spacing: 0.3rem;
}
#main-content h3 {
	font-size: 1.25rem;
	text-transform: uppercase;
	margin-top: 26px;
	letter-spacing: 0.3rem;
}
#main-content .decorative-margin {
	margin-top: 45px;
}
#main-content p {
	font-size: 1rem;
	text-transform: uppercase;
	line-height: 2rem;
	margin-top: 15px;
	letter-spacing: 0.2rem;
}
#main-content .decorative-margin-two {
	margin-top: 15px;
	margin-bottom: 45px;
}
#main-content a.see-more-btn {
	display: block;
	margin: 0 auto;
	background: rgba(220, 153, 39, 0.7);
	color: #fff;
	text-transform: uppercase;
	font-size: 0.95rem;
	width: 177px;
	height: 51px;
	line-height: 5rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	-webkit-transition: all 0.3s ease-in-out; 
  	transition: all 0.3s ease-in-out;
}
#main-content a.see-more-btn:link,#main-content a.see-more-btn:visited, #main-content a.see-more-btn:hover, #main-content a.see-more-btn:active {
	text-decoration: none;
}
#main-content a.see-more-btn:hover {
	background: rgba(220, 153, 39, 1);
}
#main-content a.see-more-btn:visited {
	text-decoration: none;
}
#main-content-right {
	background: url("../img/main_bg_right.jpg") no-repeat;
	background-size: initial;
	background-position: top right;
	color: #c7d4db;
}
#main-content-right > #main-content {
	color: #c7d4db;
}
#main-content-right > #main-content h2 {
	margin-top: 50px;
}
/* KONIEC ZAWARTOSCI MENU */

#content-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin-left: 300px;
	text-align: center;
	overflow: hidden;
}
#content-bottom .upper-part {
	position: relative;
	width: 100%;
	height: 100px;
}
#content-bottom  p.gallery-btn-1 {
	height: 80px;
	background: rgba(220, 153, 39, 0.7);
	color: #fff;
	font-size: 0.95rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	width: 20%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 18.5555%;
}
#content-bottom  p.gallery-btn-2 {
	height: 80px;
	background: rgba(220, 153, 39, 0.7);
	color: #fff;
	font-size: 0.95rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	width: 20%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 18.666666%;
}
#content-bottom  p.gallery-btn-1 a, #content-bottom  p.gallery-btn-2 a {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-weight: bold;
	font-size: 0.95rem;
	border: 2px #fff solid;
	padding: 15px 17px;
	line-height: 8rem;
	-webkit-transition: all 0.3s ease-in-out; 
  	transition: all 0.3s ease-in-out;
}
#content-bottom  p.gallery-btn-1 a:hover, #content-bottom  p.gallery-btn-2 a:hover {
	color: rgba(220, 153, 39, 0.7);
	background: #fff;
	text-decoration: none;
}
#content-bottom p.welcome-text {
	height: 93px;
	background: rgba(220, 153, 39, 1);
	color: #fff;
	font-size: 0.95rem;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	width: 23%;
	display: inline-block;
	margin-left: -4px;
	margin-right: -4px;
	position: absolute;
	bottom: 0;
	left: 38.66666%;
	line-height: 11rem;
	font-size: 1.3rem;
	font-weight: bold;
}
#content-bottom .lower-part > p {
	margin: 0 auto;
	width: 72%;
	height: 145px;
	background: #fff;
	color: #808d94;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	line-height: 2rem;
	padding: 0 9rem;
	padding-top: 2.0rem;
}

/* IMPREZY OKOLICZNOSCIOWE */
#content-bg-1 {
	margin-left: 400px;
	margin-top: 110px;
	margin-bottom: 65px;
	-webkit-animation: fadeIn 1.5s;
	animation: fadeIn 1.5s;
}
#content-bg-1 h2 {
	display: inline-block;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	text-transform: uppercase;
	background: #dfa23a;
	padding: 36px 65px 31px 65px;
	letter-spacing: 0.2rem;
}
#content-bg-1 .events-content {
	display: block;
	width: 100%;
	background: #fff;
}
#content-bg-1 .events-content h3 {
	color: #2f3b41;
	font-weight: bold;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	padding-top: 15px;
	padding-left: 70px;
	padding-right: 60px;
	line-height: 1.2;
}
#content-bg-1 .events-content h3.margin-top-35 {
	padding-top: 35px;
}
#content-bg-1 .events-content h3.margin-top-120 {
	padding-top: 120px;
}
#content-bg-1 .events-content li {
	list-style: url('../img/check_symbol.png');
	color: #808d94;
	font-size: 1rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	margin-top: 15px;
	margin-left: 70px;
	padding-right: 60px;
}
#content-bg-1 .events-content p {
	color: #808d94;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	padding-top: 12px;
	padding-left: 70px;
	padding-right: 60px;
	line-height: 2rem;
}

#content-bg-1 .events-content p span.golden-text {
	color: #dc9927;
	font-size: 1rem;
	font-weight: bold;
}
#content-bg-1 .events-content span.golden-text-other {
	color: #dc9927;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	padding-left: 70px;
}
#content-bg-1 .events-content .padding-bottom {
	padding-bottom: 80px;
}
#content-bg-1 .events-content .padding-bottom-1 {
	padding-bottom: 126px;
}
#content-bg-1 .events-content .padding-bottom-2 {
	padding-bottom: 148px;
}
#content-bg-1 .events-content .padding-bottom-3 {
	padding-bottom: 50px;
}

#content-bg-1 .info-content-arrows {
	width: 100%;
}
#content-bg-1 .info-content-arrows a.left-arr-info-btn, #content-bg-1 .info-content-arrows a.right-arr-info-btn {
	background: rgba(222, 161, 57, 0.9);
	display: block;
	width: 50%;
	padding: 27px 0px 28px 0;
	float: left;
	cursor: pointer;
}
#content-bg-1 .info-content-arrows a.left-arr-info-btn:hover, #content-bg-1 .info-content-arrows a.right-arr-info-btn:hover {
	background: rgba(201, 137, 28, 0.9);
}
#content-bg-1 .info-content-arrows a.disable {
	background: #ccc;
}
#content-bg-1 .info-content-arrows a.disable:hover {
	background: #ccc;
	cursor: not-allowed;
}
#content-bg-1 .info-content-arrows a img {
	margin-left: calc(50% - 8px);
}
.event-img {
	width: 100%;
	height: 100%;
}
.event-img a {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	min-height: 100%;
}
.event-img a span.loupe {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(220, 153, 39, 1) url(../img/loupe.png) center center no-repeat;
}
.event-img a span.loupe img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-filter: opacity(100%);
	-moz-filter: opacity(100%);
	-o-filter: opacity(100%);
	filter: opacity(100%);
	-webkit-transition: all 0.3s ease-in-out; 
  	transition: all 0.3s ease-in-out;
}
.event-img a:hover span.loupe img {
	-webkit-filter: opacity(25%);
	-moz-filter: opacity(25%);
	-o-filter: opacity(25%);
	filter: opacity(25%);
}

.row div[class^="col-"] {
	margin: 0;
	padding: 0;
}

/* KARTA MENU */
#content-bg-1 h2.padding-foods {
	padding: 36px 65px 31px 65px;
}
#content-bg-1 ul.food-list {
	
}
#content-bg-1 ul.food-list li {
	display: block;
	list-style: none;
	height: 100px;
	width: 100%;
	background: #efefef;
	position: relative;
	margin: 0;
	padding: 0 100px 0 70px;
}
#content-bg-1 ul.food-list li:nth-child(odd) {
	background: #efefef;
}
#content-bg-1 ul.food-list li:nth-child(even) {
	background: #fff;
}
#content-bg-1 ul.food-list li h3 {
	margin: 0;
	padding: 0;
	letter-spacing: 0.1rem;
	line-height: 1.3;
}
#content-bg-1 ul.food-list li h4 {
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 1.2;
}
#content-bg-1 ul.food-list li p {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100px;
	background: #cb902d;
	padding: 0;
	font-weight: bold;
	font-size: 1.45rem;
	color: #fff;
	text-transform: none;
	display: block;
	text-align: center;
	line-height: 10rem;
}
#content-bg-1 ul.food-list li:nth-child(odd) p {
	background: #cb902d;
}
#content-bg-1 ul.food-list li:nth-child(even) p {
	background: #dc9927;
}
#content-bg-1 ul.food-list li span.special-food {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	text-transform: uppercase;
	background: #dc9927;
	margin-bottom: 10px;
	letter-spacing: 0.1rem;
	padding: 4px;
}
#content-bg-1 ul.food-list li.type-of-food {
	padding-right: 1rem;
	background: #dfa23a;
}
#content-bg-1 ul.food-list li.type-of-food h3 {
	margin: 0;
	padding: 0;
	letter-spacing: 0.1rem;
	font-size: 2.5rem;
	color: #ffffff;
}
#content-bg-1 ul.food-list li.type-of-food h4 {
	color: #ffffff;
}
#content-bg-1 p.bon-appetit {
	clear: both;
	margin: 0;
	padding: 5rem 0;
	text-align: center;
	font-size: 2rem;
	color: #000000;
}

/* GARMAZERKA */
#content-bg-1 ul.smaller-li {
	padding-top: 105px;
}
#content-bg-1 ul.smaller-li li {
	height: 60px;
}
#content-bg-1 ul.smaller-li li p {
	line-height: 6.4rem;
}
#content-bg-1 .orders {
	padding: 50px 0;
	font-size: 1.6rem;
	line-height: 1.2;
}
#content-bg-1 .orders span {
	font-weight: bold;
}
#content-bg-1 .orders span.telephone {
	text-decoration: underline;
}

/* KONTAKT */
#contact-form {
	margin-top: 40px;
	margin-left: 70px;
}

#contact-form label {
	color: #808d94;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	display: block;
	margin-bottom: 13px;
}

#contact-form input {
	height: 43px;
	width: 65%;
	margin-bottom: 17px;
	border: 1px #e5e5e5 solid;
	outline: none;
	font-size: 1.3rem;
	padding-left: 5px;
	color: #dc9927;
}

#contact-form textarea {
	height: 135px;
	width: 75%;
	margin-bottom: 20px;
	border: 1px #000 solid;
	outline: none;
	font-size: 1.3rem;
	padding: 5px;
	resize: vertical;
	display: block;
	color: #dc9927;
}

a#submit {
	margin: 0 auto;
	background: rgba(220, 153, 39, 1);
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	width: 95px;
	height: 50px;
	line-height: 4rem;
	letter-spacing: 0.1rem;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out; 
  	transition: all 0.3s ease-in-out;
}

a#submit:hover {
	background: rgba(220, 153, 39, 0.9);
}

.warning-form {
	color: red;
	font-size: 0.9rem;
}
.success-form {
	color: green;
}

.padding-bottom-form {
	padding-bottom: 56px;
}

/* MAPA */
#map {
	width: 100%;
	height: 895px;
	margin-top: 80px;
}

#reservations-img {
	width: 100%;
	height: 894px;
	margin-top: 80px;
}

/* REZERWACJE */
.select2-search--dropdown {
	display: none;
}
.select2 {
	margin-right: 17px;
}
.select2-container--default .select2-selection--single {
	padding-top: 0.8rem;
	height: 43px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	border-radius: 0;
	font-size: 1rem;
	border: 1px #e5e5e5 solid;
	outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #808d94;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	background: #dc9927 url('../img/reservations_arrow_select.png') center center no-repeat;
	height: 43px;
	width: 20px;
	margin: 2px;
	color: #fff;
    border-width: 0;
    left: 50%;
    margin-left: -9px;
    margin-top: -1px;
    position: absolute;
    top: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-width: 0;
}
.select2-container--default .select2-results>.select2-results__options {
	width: 101%;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 1.5rem;
}
 
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 150px rgba(14, 18, 20, 1);
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
	border: 1px #fff solid;
	background-color: #dc9927;
	outline: 1px solid #dc9927;
}

select#arrival-date-day, select#departure-date-day {
	width: 65px;
}
select#arrival-date-month, select#departure-date-month, select#type-of-room {
	width: 156px;
}
select#arrival-date-year, select#departure-date-year {
	width: 131px;
}
fieldset {
	margin-bottom: 17px;
}
input#arrival-time, input#num-of-people, input#num-of-rooms {
	width: 84px;
}
#contact-form.reservations-form input#name, #contact-form.reservations-form input#phone, #contact-form.reservations-form input#email {
	width: 71%;
}
textarea#add-info {
	height: 53px;
	width: 80%;
	border: 1px #e5e5e5 solid;
	outline: none;
	font-size: 1.3rem;
	padding: 5px;
	resize: vertical;
	display: block;
	color: #dc9927;
}
.padding-bottom-form-reservations {
	padding-bottom: 9px;
}

/* O NAS */
.onasmain {
	max-width: 388px;
}
.honas {
	line-height: 2.2rem;
}
.margin-left-35 {
	margin-left: 35px !important;
}
.fb-post {
	max-width: 500px;
	background: #fff;
}
.margin-top-80 {
	margin-top: 80px !important;
}
.column-o-nas {
	opacity: 0;
}

@media (min-width: 1920px) {
	#main-content-left, #main-content-right, #main-bg-1, #main-bg-2 {
		background-size: cover;
	}
}

@media (min-width: 1200px) and (max-width: 1600px) {
	#content-bg-1 ul.food-list li {
		padding-left: 1rem;
	}
	#content-bottom p.gallery-btn-1 {
	    width: 30%;
	    left: 6%;
	}
	#content-bottom p.gallery-btn-2 {
	    width: 30%;
	    right: 6.1111111%;
	}
	#content-bottom p.welcome-text {
	    width: 35%;
	    margin-left: -4px;
	    margin-right: -4px;
	    left: 33.1111111%;
	    z-index: 7000;
	}
	#content-bottom .lower-part > p {
	    width: 100%;
	}
	.col-lg-5 {
	    width: 47.66666667%;
	}
	#content-bg-1 {
	    margin-left: 350px;
	}
	#content-bg-2 {
	    margin-left: 350px;
	}
}
@media (min-width: 992px) {
	#main-bg-1 {
		background-position: top center;
	}
	#main-bg-2 {
		background-position: top center;
	}
}

@media (max-width: 1199px) {
	#content-bg-1 ul.smaller-li {
	    padding-top: 0;
	}
	#main-content {
		margin-top: 10%;
	}
	#main-content-left {
		background-position: center center;
		max-height: 700px;
	}
	#main-content-right {
		background-position: center center;
		max-height: 700px;
	}
	#map {
		margin-top: 0;
	}
	#reservations-img {
		margin-top: 0;
	}
	#main-content-left {
		background: url("../img/main_bg_left_1199.jpg") center center no-repeat;
	}
	#main-content-right {
		background: url("../img/main_bg_right_1199.jpg") center center no-repeat;
	}
	.onasmain {
		max-width: 100%;
	}
	.margin-left-35 {
		margin-left: 0px !important;
	}
	.float-right-md {
		float: right;
	}
}

@media (max-width: 991px) {
	#left-side {
		left: -300px;
	}
	#mobile-side {
		left: -1px;
	}
	#content {
		margin-left: 59px;
	}
	#content-bg-1 {
		margin-left: 80px;
		margin-right: 20px;
	}
	#main-bg-1 {
		margin-left: 59px;
		background-position: top center;
	}
	#main-bg-2 {
		margin-left: 59px;
		background-position: top center;
	}
	#content-bg-1 ul.smaller-li {
	    padding-top: 0;
	}
	#map {
		width: 100%;
		height: 500px;
		margin-top: 0;
	}
	#main-content-left {
		background-position: center center;
		max-height: 700px;
	}
	#main-content-right {
		background-position: center center;
		max-height: 700px;
	}
}

@media (max-width: 767px) {
	#content-bg-1 {
		margin-left: 59px;
		margin-right: 0;
		margin-top: 60px;
	}
	#content-bg-1 ul.food-list li, #content-bg-1 h2.padding-foods {
		padding: 0 100px 0 10px;
	}
	#content-bg-1 h2, #content-bg-1 h2.padding-foods {
	    display: block;
	    padding: 0;
	    height: 65px;
	    line-height: 6.5rem;
	    text-align: center;
	}
	#contact-form {
		margin-left: 20px;
	}
	#contact-form input {
		width: 95%;
	}

	#contact-form textarea {
		width: 95%;
	}
	a#submit {
		width: 95%;
	}
	#content-bg-1 .events-content h3 {
		padding-left: 20px;
	}
	#content-bg-1 .events-content p {
		padding-left: 20px;
		padding-right: 20px;
	}
	#content-bg-1 .events-content span.golden-text-other {
		padding-left: 20px;
	}
	#reservations-img {
		margin-top: 0;
		height: auto;
	}
	#content-bg-1 .events-content li {
	    margin-left: 40px;
	    padding-right: 20px;
	}
	#content-bg-1 .events-content .padding-bottom-1 {
		padding-bottom: 60px;
	}
	#content-bg-1 .events-content .padding-bottom-2 {
		padding-bottom: 60px;
	}
	#main-content h2 {
	    font-size: 2.5rem;
	}
	#main-content h3 {
	    font-size: 1.2rem;
	}
	#main-content .decorative-margin, #main-content .decorative-margin-two {
		max-width: 100%;
	}
	#main-content-left {
		background-position: center center;
		height: 600px !important;
	}
	#main-content-right {
		background-position: center center;
		height: 600px !important;
	}
	.margin-top-80 {
		margin-top: 0 !important;
	}
}

@media (max-width: 420px) {
	#content-bg-1 ul.food-list li {
		height: 150px;
	}
}

@media (max-width: 380px) {
	#main-content-left {
		background-position: center center;
		height: 520px !important;
	}
	#main-content-right {
		background-position: center center;
		height: 560px !important;
	}
}

.event-img.seo_galeria {
    overflow: hidden;
}
.events-content.seo_box {
    padding-bottom: 69px;
}
.events-content.seo_box2 {
    padding-bottom: 50px;
}

.pfr {
	background-color: #fff;
	/*border: 1px solid #0e1214;*/
	/*padding-top: 15px;*/
	/*padding-bottom: 15px;*/
	margin-bottom: 30px;
}

.pfr img {
	max-width: 100%;
}

.social-media a {
	color: #000;
	margin-right: 15px;
}

.social-media a:hover {
	color: #dc9927;
}

.social-media i {
	font-size: 25px; #dc9927
}