/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */

body {
	/* padding-top: 7%; */
}
@font-face {
	font-family: 'DIN-Regular';
	src: url("../fonts/DIN-Regular.eot");
	src: url("../fonts/DIN-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Regular.woff") format("woff"), url("../fonts/DIN-Regular.ttf") format("truetype"), url("../fonts/DIN-Regular.svg#DIN-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DIN-Light';
	src: url("../fonts/DIN-Light.eot");
	src: url("../fonts/DIN-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Light.woff") format("woff"), url("../fonts/DIN-Light.ttf") format("truetype"), url("../fonts/DIN-Light.svg#DIN-Light") format("svg");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'DIN-Medium';
	src: url("../fonts/DIN-Medium.eot");
	src: url("../fonts/DIN-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Medium.woff") format("woff"), url("../fonts/DIN-Medium.ttf") format("truetype"), url("../fonts/DIN-Medium.svg#DIN-Medium") format("svg");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'DIN-Bold';
	src: url("../fonts/DIN-Bold.eot");
	src: url("../fonts/DIN-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Bold.woff") format("woff"), url("../fonts/DIN-Bold.ttf") format("truetype"), url("../fonts/DIN-Bold.svg#DIN-Bold") format("svg");
	font-weight: bold;
	font-style: normal;
}
section {
	display: block;
}
.demo-gallery {
	/* display:block!important; */
}
.bg-image-full {
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.contact-form {
	background-color: #f6f2e3;
	padding: 35px 30px 80px;
}
.contact-form h1 {
	background: url(../images/icon-enquire.png) 0 0 no-repeat;
	color: #000;
	font-family: "DIN-Regular";
	font-size: 1.5rem;
	line-height: 1.3em;
	padding: 0 0 2px 32px;
}

form.form-style input {
	width: 100%;
	font-family: "DIN-Light";
	background: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #d2cec3;
	padding: 5px 0 5px 4px;
	margin-left: 0%;
	margin-bottom: 3px;
	border-radius: 0;
	transition: ease-in, 0.5s;
	font-size: .8rem;
	line-height: 20px;
	outline: none;
	list-style: none;
	text-decoration: none;
	/* -webkit-text-size-adjust: none;
    -webkit-appearance: none; */
}
form.form-style select {
	width: 100%;
	font-family: "DIN-Light";
	background: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #d2cec3;
	padding: 5px 0;
	margin-left: 0%;
	margin-bottom: 3px;
	border-radius: 0;
	transition: ease-in, 0.5s;
	font-size: .8rem;
	line-height: 20px;
	outline: none;
	list-style: none;
	text-decoration: none;
	/* -webkit-text-size-adjust: none;
    -webkit-appearance: none; */
}
form.form-style input[type=date] {
	width: 50%;
	font-family: "DIN-Light";
	background: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #d2cec3;
	padding: 5px 0;
	margin-left: 0%;
	margin-bottom: 3px;
	border-radius: 0;
	transition: ease-in, 0.5s;
	font-size: .8rem;
	line-height: 20px;
	outline: none;
	list-style: none;
	text-decoration: none;
	float: left;
	/* -webkit-text-size-adjust: none;
    -webkit-appearance: none; */
}
form.form-style input[type=time] {
	width: 40%;
	font-family: "DIN-Light";
	background: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #d2cec3;
	padding: 5px 0;
	margin-left: 4%;
	margin-bottom: 3px;
	border-radius: 0;
	transition: ease-in, 0.5s;
	font-size: .8rem;
	line-height: 20px;
	outline: none;
	list-style: none;
	text-decoration: none;
	float: left;
	/* -webkit-text-size-adjust: none;
    -webkit-appearance: none; */
}
form.form-style input[type=submit] {
	width: 35%;
	background: none;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.7rem;
	min-width: 100px;
	padding: 5px 10px;
	position: relative;
	text-align: center;
	z-index: 1;
	cursor: pointer;
	border-color: #bd9234;
	background-color: #bd9234;
	color: #fff;
	margin-top: 5%;
}
.call {
	width: 60%;
	float: right;
	padding: 2% 3% 0;
}
label {
	width: 125px;
	display: block;
	float: left;
	font-size: .8rem;
	margin-top: 3%;
}
label input {
	display: none;
}
label span {
	display: block;
	width: 17px;
	height: 17px;
	border: 1px solid #bd9234;
	float: left;
	margin: 0 5px 0 0;
	position: relative;
}
label.active span:after {
	content: " ";
	position: absolute;
	left: 3px;
	right: 3px;
	top: 3px;
	bottom: 3px;
	background: #bd9234;
}
.price-banner {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px 0;
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 2;
	text-align: center;
}
.headding-bg {
	display: inline-block;
	background-color: #f6f3e3;
	padding: 20px 45% 20px 31%;
	margin-left: -30%;
}
h1.hedding-h1 {
	font-family: 'DIN-Medium';
	font-size: 1.8rem;
	color: #FFF;
	padding-bottom: 15px;
	position: relative;
}
h1.hedding-h1 span {
	color: #bd9234;
}
h1.hedding-h1:after {
	position: absolute;
	content: '';
	width: 20%;
	height: 1px;
	border-bottom: 2px solid #40413f;
	bottom: 4px;
	left: 0;
}
h1.hedding-h1-bg {
	font-family: 'DIN-Medium';
	font-size: 1.8rem;
	color: #000;
	padding-bottom: 15px;
	position: relative;
}
h1.hedding-h1-bg span {
	color: #bd9234;
}
h1.hedding-h1-bg:after {
	position: absolute;
	content: '';
	width: 20%;
	height: 1px;
	border-bottom: 2px solid #40413f;
	bottom: -2px;
	left: 27%;
}

h2.hedding-h2 {
	font-family: 'DIN-Medium';
	font-size: 1.8rem;
	color: #000;
	position: relative;
	line-height: 28px;
	text-transform: uppercase;
}
h2.hedding-h2 span {
	color: #bd9234;
}
h2.hedding-h2:after {
	position: absolute;
	content: '';
	width: 70%;
	height: 1px;
	border-bottom: 2px solid #40413f;
	bottom: -5px;
	left: 1%;
}
h2.hedding-h-2 {
	font-family: 'DIN-Medium';
	font-size: 1.8rem;
	color: #000;
	padding-bottom: 15px;
	position: relative;
}
h2.hedding-h-2 span {
	color: #bd9234;
}
h2.hedding-h-2:after {
	position: absolute;
	content: '';
	width: 20%;
	height: 1px;
	border-bottom: 2px solid #40413f;
	bottom: 4px;
	left: 0;
}
h3.hedding-h-3 {
	font-size: 1.2rem;
    font-family: "DIN-Medium";
	padding-bottom:4%;
}
h4.hedding-h4 {
	font-size: 1.2rem;
    font-family: "DIN-Medium";
	padding-bottom:4%;
}
.para {
	font-size: .6rem;
}
.para {
	font-size: .6rem;
	
}
.para-text {
	    margin-bottom: 0;
}
.border1 {
	border: 1px solid #bd9234;
    padding: 20px 15px 65px 15px;
    position: relative;
    display: inline-block;
    vertical-align: top; 
	width:100%;
} 
img.thumb-img {
	    margin-bottom: 8%;
}
p.thumb-para {
	margin-bottom:0;
} 
.slider-tag {
    background-color: #bd9234;
    font-family: "DIN-Medium";
    color: white;
    text-transform: capitalize;
    font-size: 14px;
    font-size: 1.1rem;
    padding: 5px 15px;
    position: absolute;
    top: -15px;
} 
.source{
	    color: #212529;
}
.source:hover{
	    color: #212529;
}
a.slide-footer {
    background-color: #9e801a;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
	font-size: 13px;
    font-weight: 600;
    padding: 12px 0;
    display: block;
	text-align: center;
    color: #fff;
	text-decoration: none;
}
.footer1 li {
    display: inline-block;
    font-size: 18px;
    margin: 5px 5px;
}
.footer1 li img {
    width: 20px;
    opacity: .8;
}
.des{display:block}
.mob{display:none}
.youtube {
	width: 100%;
	height:415px;
	/* height:507px; */
	display: block;
	margin: 0 auto; 
}
/*--------Read More Content open ----------*/
/*instefeed css*/
.instagramfeeds {
    float: left;
    width: 100%;
    margin: 0px!important;
    padding: 0px!important;
}
.instagramfeeds ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.instagramfeeds ul li {
    float: left;
    width: 11.11%;
    margin: 0px!important;
    padding: 0px!important;
}
.instagramfeeds ul li a img {
    width: 100%;
}
/*End instefeed css*/
.text {
	display: none;
}
.logo {float: none;width: 50%; margin:0 auto;}
.logo img{width: 200px;}
a.link-menu {float:right; text-decoration:none; color:#bd9234;font-weight: bold;} 
#toggle {
	cursor: pointer;
	color: #bd9234;
}
#toggle1 {
	cursor: pointer;
	color: #bd9234;
	float:right;
	position: relative;
    width: 100%;
    text-align: right;
	font-weight: bold;
}
#toggle1:before {
    clear: both;
    content: '';
    display: block;
    border-top: 2px solid #bd9234;
    position: absolute;
    bottom: 51%;
    left: 0;
    width: 94%;
}
#toggle2 {
	cursor: pointer;
	color: #bd9234;
	float:right;
	position: relative;
    width: 100%;
    text-align: right;
	font-weight: bold;
}
#toggle2:before {
    clear: both;
    content: '';
    display: block;
    border-top: 2px solid #bd9234;
    position: absolute;
    bottom: 51%;
    left: 0;
    width: 94%;
}
span#foo-toggle  {
	color: #bd9234;
    float: right;
    margin-top: 8px;
    text-transform: uppercase;
    font-size: .9rem;
    line-height: 1em;
    padding: 0 12px 0 0;
    position: relative;
	cursor: pointer;
}

span#foo-toggle:after {
    top: 20px;
    content: "";
    background: url(../images/arrow-down-gold.png) 0 0 no-repeat;
    font-family: DIN-Light;
    right: 24px;
    height: 12px;
    width: 12px;
    position: absolute;
    -webkit-transition: ease-in,.2s;
    -moz-transition: ease-in,.2s;
    -ms-transition: ease-in,.2s;
    -o-transition: ease-in,.2s;
    transition: ease-in,.2s;
	
}

.less-arrow:after {
    top: 20px;
    content: "";
    background: url(../images/arrow-down-gold.png) 0 0 no-repeat;
    font-family: DIN-Light;
    right: 24px;
    height: 12px;
    width: 12px;
    position: absolute;
    -webkit-transition: ease-in,.2s;
    -moz-transition: ease-in,.2s;
    -ms-transition: ease-in,.2s;
    -o-transition: ease-in,.2s;
    transition: ease-in,.2s;
	-webkit-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

/*--------Tab Css ----------*/

#tabs {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabs li {
	float: left;
	margin: 0 .5em 0 0;
}
#tabs a {
	position: relative;
	background: #aaaaaa;
	padding: 0.5em 3em;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
/* #tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after {
	background: #aaaaaa;
	color: #000;
}
#tabs a:focus {
	outline: 0;
}
#tabs a::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: -.5em;
	bottom: 0;
	width: 1em;
	background: #aaaaaa;
} */
#tabs #current a {
	background: #bd9234;
	z-index: 3;
	color: #fff;
}
#tabs #current a::after {
	background: #bd9234;
	z-index: 3;
	color: #fff;
}
#content {
	background: #fff;
	padding: 0px;
	position: relative;
	z-index: 2;
	margin: 2% 0;
}
/*---------Second Tabs-----------*/

#tabs1 {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabs1 li {
	float: left;
	margin: 0 .5em 0 0;
}
#tabs1 a {
	position: relative;
	background: #aaaaaa;
	padding: 0.5em 3em;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
/* #tabs1 a:hover,
#tabs a:hover::after,
#tabs1 a:focus,
#tabs1 a:focus::after {
	background: #aaaaaa;
	color: #000;
}
#tabs1 a:focus {
	outline: 0;
}
#tabs1 a::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: -.5em;
	bottom: 0;
	width: 1em;
	background: #aaaaaa;
} */
#tabs1 #current1 a {
	background: #bd9234;
	z-index: 3;
	color: #fff;
}
#tabs1 #current1 a::after {
	background: #bd9234;
	z-index: 3;
	color: #fff;
}
#content1 {
	background: #fff;
	padding: 0px;
	position: relative;
	z-index: 2;
	margin: 2% 0;
}
/*-------Gallery------------*/

#lightgallery {
	position: relative;
}
#lightgallery1 {
	position: relative;
}
#lightgallery2 {
	position: relative;
}
#lightgallery3 {
	position: relative;
}
#lightgallery4 {
	position: relative;
}
#lightgallery5 {
	position: relative;
}
#lightgallery6 {
	position: relative;
}
/* .demo-gallery-poster {display:block!important;} */

#slider {
	display: block!important;
}
#carousel {
	display: block!important;
}
.flexslider {
	display: block!important;
}
.flex-viewport {
	display: block!important;
}
#carousel li {
	margin-right: 5px;
}
#carousel img {
	display: block;
	opacity: .5;
	cursor: pointer;
}
#carousel img:hover {
	opacity: 1;
}
#carousel .flex-active-slide img {
	opacity: 1;
	cursor: default;
}
.demo-gallery > ul {
	margin-bottom: 0;
}
.demo-gallery > ul > li {
	float: left;
	/*  margin-bottom: 15px;
                margin-right: 20px; */
	width: 100%;
	list-style: none;
}
.demo-gallery > ul > li a {
	border: 3px solid #FFF;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
}
.demo-gallery > ul > li a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.demo-gallery > ul > li a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
	opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
	/* background-color: rgba(0, 0, 0, 0.1); */
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
	opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	opacity: 0.8;
	width: 48px;
}
.demo-gallery.dark > ul > li a {
	border: 3px solid #04070a;
}
.home .demo-gallery {
	padding-bottom: 80px;
}
.icon {
	display: block;
	height: 56px;
	position: relative;
	width: 16%;
	float: left;
	margin-right: 10%;
}
.icon:after,
.icon:before {
	border: 2px solid transparent;
	box-sizing: inherit;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	-webkit-animation: titleIconBox 1s .25s;
	-moz-animation: titleIconBox 1s .25s;
	-ms-animation: titleIconBox 1s .25s;
	-o-animation: titleIconBox 1s .25s;
	animation: titleIconBox 1s .25s;
}
.icon:after {
	border-bottom-color: #bd9234;
	border-left-color: #bd9234;
	border-top-color: #bd9234;
	border-right-color: #bd9234;
	bottom: 0;
	left: 0;
}
.icon svg {
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}
.tablePricelist {
	border-collapse: collapse;
	font-size: 15px;
	width: 100%;
	table-layout: fixed
}
.tablePricelist td,
.tablePricelist th {
	padding: 14px 10px
}
.tablePricelist tr:nth-child(even) {
	background-color: #fff
}
.tablePricelist tr:nth-child(odd) {
	background-color: #f6f2e3
}
.tablePricelist td:first-child,
.tablePricelist th:first-child {
	padding-left: 30px
}
.tablePricelist td p {
	display: inline
}
.tablePricelist td:nth-child(4n+0) {
	font-weight: 700
}
.tablePricelist th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #bd9234;
	color: #fff;
	font-size: 17px
}
.tablePricelistWrapper {
	margin-top: 32px;
	margin-bottom: 36px
}
/*===========According Css============*/
/* @author Tim himself */
.ziehharmonika {
	display:block!important;
}
.ziehharmonika h3 {
	/* border-top: 1px solid #e7e7e7; */
	border-bottom: 1px solid #e7e7e7;
	color: #000;
	text-align: left;
	/* border-radius: 4px; */
	padding: 14px 12px;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 9px;
	padding-right: 40px;
	transition: 0.25s all;
	position: relative;
	font-size: 1.4rem;
}
.ziehharmonika h3.active {
	margin-bottom: 21px;
	/* background: #009640; */
	
}
.ziehharmonika h3::before {
	content: attr(data-prefix);
	font-size: 1.4rem;
	margin-right: 9px;
}
.ziehharmonika h3.alignLeft {
	padding-left: 35px;
}
.ziehharmonika > div {
	display: none;
	background: #fff;
	border-radius: 4px;
	border-bottom: 1px solid #e7e7e7;
	text-align: left;
	padding: 0 33px;
	margin-bottom: 9px;
}
.ziehharmonika > div a {
	color:#000;
	text-decoration:none;
	font-weight: bold;
}
.ziehharmonika .arrowDown {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13.0px 7.5px 0 7.5px;
	border-color: #272e35 transparent transparent transparent;
	position: absolute;
	bottom: 0;
	left: 40px;
	transition: 0.25s all;
	opacity: 0;
}
.ziehharmonika .active .arrowDown {
	/* bottom: -13px; */
	/* border-color: #bd9234 transparent transparent transparent; */
	/* opacity: 1; */
}
.ziehharmonika .collapseIcon {
	position: absolute;
	right: 20px;
	top: 45%;
	font-size: 3rem;
	font-weight: 300;
	-ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	    color: #bd9234;
}
.ziehharmonika .collapseIcon.alignLeft {
	right: initial;
	left: 20px;
}

ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -5px;
 
  color: #000;
    font-family: DIN-Regular;
    font-size: 15px;
    font-size: 1.3rem;
    line-height: 130%;
    padding: 0 0 18px 40px;
    position: relative;
}
ul.dashed > li:before {
  content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #bd9234;
    position: absolute;
    left: 0;
    top: 15px;
}
ul.list {
	 padding-left: 2%;
}
ul.list li {
	font-size: 1rem;
    font-weight: 400;
    line-height: 33px;
   list-style: disc;
}

footer .copy p {
    padding: 0;
    color: #bd9234;
   
}
footer .midSec {
	padding:1% 0;
}
footer .midSec a {
    color: #fff;
	/* padding: 0 2%; */
	position: relative;
	font-size:.8rem;
   
}
footer .midSec1 {
	padding:1% 0;
}
footer .midSec1 a {
    color: #858585;
	padding: 0 2% 0 0;
	position: relative;
	font-size:.9rem;
   
}
footer .midSec1 a:hover {
	color: #bd9234;
	text-decoration:none;
}
footer ul.list1 {
	list-style-type:none;
	padding-left:1%;

}
footer ul.list1 li {
	line-height:30px;
	
}
footer ul.list1 li a {
	color:#FFF;
	text-decoration:none;

}
footer ul.list1 li a:hover {
	 color: #bd9234;
   

}
.fixed-top {z-index: 1030;background: #FFF;color: #fff;position: fixed;top: 0;left: 0;transition: height 500ms, background 500ms;}
.fixed-top.tiny img {
    height:50px;
    background: #FFF;
}
.contact-form{
	display:block;
}
.section.contact-bottom {
	display:none;
}
.close {
    display:none;
}
.yellowTxt {
    color: #bd9234;
    font-family: "DIN-Medium";
    font-size: 16px;
    font-size: 1.6rem;
}
.eventsBoxSection .contentBoxWrap h4 {
    font-size: 20px;
    font-size: 2rem;
    font-family: "DIN-Medium";
    margin: 10px 0;
    min-height: 100px;
}
.content p {
    font-size: 15px;
    padding: 0 0 15px 0;
}
.contentBoxWrap h4 {
    font-size: 20px;
    font-family: "DIN-Medium";
    margin: 10px 0;
    min-height: 23px;
    color: #000;
}
.contentBoxWrap h4 a{
    color: #000;
	text-decoration:none;
}
.back-to-home{
	color:#000;
}
.back-to-home:hover{
	color:#000;
}
.more_news_color{
	background:#bd9234;
	border-color: #bd9234;
}
.more_news_color:hover{
	background:#d29d2a;
	border-color: #d29d2a;
}
.more_news_color:not(:disabled):not(.disabled).active, .more_news_color:not(:disabled):not(.disabled):active, .show>.more_news_color.dropdown-toggle {
    color: #fff;
    background-color: #d29d2a;
    border-color: #d29d2a;
}
.newsbox-image{ 
    position: absolute;
    top: 0px;
    right: 0px;
}
.news-boxcont{
	padding-top:46px!important;
}

@media (max-width:991.98px){
	.contact-form{
	display:none;
	position: fixed;
    z-index: 9999;
    top: 9%;
	}
	.price-banner {
		bottom: -12px;
	}
	 #tabs li {
		float: left;
		margin: 0 .2em 0 .9rem;
    }
	#tabs a {
    position: inherit;
    background: #aaaaaa;
    padding: 0.5em 1em;
    float: left;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}
 #tabs1 li {
		float: left;
		margin: 0 .2em 0 .9rem;
    }
	#tabs1 a {
    position: inherit;
    background: #aaaaaa;
    padding: 0.5em 1em;
    float: left;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}
ul.dashed {
    list-style-type: none;
    padding-left: 7%;
}
#toggle1:before{
	width: 79%;
}
#toggle2:before{
	width: 79%;
}
.ziehharmonika h3 {
	font-size: 1rem;
}
   
.copy {
	width:50%;
	margin:0 auto;
	border-bottom:1px solid #262626;
}
.copy img {
	width:100%;
	margin: 0 auto 6px;
}
footer .copy p {
	text-align:center;
	padding-bottom:8px;
	font-size: .8rem;
}
footer .midSec {
	border-bottom:1px solid #262626;
	margin-bottom: 3%;
	
}
span#foo-toggle {
	text-align: center;
    float: none;
    padding: 10px 0;
    
}
span#foo-toggle:after {
	top: 28px;
	right: 15px;
}
.fixed-top.tiny img {
    height:45px;
    background: #FFF;
}
.section{
    float: left;
    width: 100%;
   
}
.section.contact-bottom {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 99;
	padding: 0;
    background-color: #bd9234;
    margin: 0;
}
.section.contact-wrp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px 22px;
}
.section.contact-bottom span img {
    width: 22px;
}
.section.contact-bottom .contact-wrp a {
   font-size: .8rem;
    margin-left: 10px;
	color:#FFF;
}
.py-4-footer {
	padding-bottom: 18% !important;
}
.close {
	display:block;
    /* float: left; */
    line-height: 20px;
    color: #FFF;
    text-shadow: 0 1px 0 #fff;
    opacity: .9;
    position: absolute;
    top: -32px;
    font-size: 3rem;
    left: 0;
}
.des{display:none}
.mob{display:block}
.youtube {
	width:100%;
	height:200px;
	display: block;
	margin: 0 auto;
}
.instagramfeeds ul li {
    width: 33.11%!important;
}
h4.hedding-h4 {
	font-size: 1.2rem;
    font-family: "DIN-Medium";
	padding-top:4%;
	padding-bottom:0%;
}
.mb-order-sm-2 {
    order: 1;
}
}
@media (max-width:575.98px){
.contact-form{
	display:none;
	position: fixed;
    z-index: 9999;
    top: 9%;
}
.price-banner{
	bottom: -12px;
}
 #tabs li {
		float: left;
		margin: 0 .2em 0 .9rem;
    }
	#tabs a {
    position: inherit;
    background: #aaaaaa;
    padding: 0.5em 1em;
    float: left;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}
 #tabs1 li {
		float: left;
		margin: 0 .2em 0 .9rem;
    }
	#tabs1 a {
    position: inherit;
    background: #aaaaaa;
    padding: 0.5em 1em;
    float: left;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}
ul.dashed {
    list-style-type: none;
    padding-left: 7%;
}
#toggle1:before{
	width: 79%;
}
#toggle2:before{
	width: 79%;
}
.ziehharmonika h3 {
	font-size: 1rem;
}
.copy {
	width:50%;
	margin:0 auto;
	border-bottom:1px solid #262626;
}
.copy img {
	width:100%;
	margin: 0 auto 6px;
}
footer .copy p {
	text-align:center;
	padding-bottom:8px;
	font-size: .8rem;
}
footer .midSec {
	border-bottom:1px solid #262626;
	margin-bottom: 3%;
	
}
span#foo-toggle {
	text-align: center;
    float: none;
    padding: 10px 0;
    
}
span#foo-toggle:after {
	top: 28px;
	right: 15px;
}
.fixed-top.tiny img {
    height:45px;
    background: #FFF;
}
.section{
    float: left;
    width: 100%;
   
}
.section.contact-bottom {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 99;
	padding: 0;
    background-color: #bd9234;
    margin: 0;
}
.section.contact-wrp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
   padding: 7px 22px;
}
.section.contact-bottom span img {
    width: 22px;
}
.section.contact-bottom .contact-wrp a {
   font-size: .8rem;
    margin-left: 10px;
	color:#FFF;
}
.py-4-footer {
	padding-bottom: 18% !important;
}
.close {
	display:block;
    /* float: left; */
    line-height: 20px;
    color: #FFF;
    text-shadow: 0 1px 0 #fff;
    opacity: .9;
    position: absolute;
    top: -32px;
    font-size: 3rem;
    left: 0;
}
.des{display:none}
.mob{display:block}
.youtube {
	width:100%;
	height:200px;
	display: block;
	margin: 0 auto;
}
.mb-order-sm-2 {
    order: 1;
}
}
@media (max-width:767.98px){
.contact-form{
	display:none;
	position: fixed;
    z-index: 9999;
    top: 9%;}
.price-banner{bottom: 13%;}
.navbar-nav .nav-link {
    padding: 3px 8px;
    color: #bd9234;
    font-size: 1rem;
}
 #tabs li {
		float: left;
		margin: 0 .2em 0 2.5rem;
    }
	#tabs a {
    position: inherit;
    background: #aaaaaa;
    padding: 0.5em 1em;
    float: left;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}
 #tabs1 li {
		float: left;
		margin: 0 .2em 0 2.5rem;
    }
	#tabs1 a {
    position: inherit;
    background: #aaaaaa;
    padding: 0.5em 1em;
    float: left;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}
ul.dashed {
    list-style-type: none;
    padding-left: 7%;
}
#toggle1:before{
	width: 79%;
}
#toggle2:before{
	width: 79%;
}
.ziehharmonika h3 {
	font-size: 1rem;
}
.copy {
	width:50%;
	margin:0 auto;
	border-bottom:1px solid #262626;
}
.copy img {
	width:100%;
	margin: 0 auto 6px;
}
footer .copy p {
	text-align:center;
	padding-bottom:8px;
	font-size: .8rem;
}
footer .midSec {
	border-bottom:1px solid #262626;
	margin-bottom: 3%;
	
}
span#foo-toggle {
	text-align: center;
    float: none;
    padding: 10px 0;
    
}
span#foo-toggle:after {
	top: 28px;
	right: 15px;
}
.fixed-top.tiny img {
    height:45px;
    background: #FFF;
}
.section{
    float: left;
    width: 100%;
   
}
.section.contact-bottom {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 99;
	padding: 0;
    background-color: #bd9234;
    margin: 0;
}
.section.contact-wrp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px 22px;
}
.section.contact-bottom span img {
    width: 22px;
}
.section.contact-bottom .contact-wrp a {
   font-size: .8rem;
    margin-left: 10px;
	color:#FFF;
}
.section.contact-bottom .contact-wrp:first-child {
    border-right: 1px solid #fff;
}
.py-4-footer {
	padding-bottom: 18% !important;
}
.close {
	display:block;
    /* float: left; */
    line-height: 20px;
    color: #FFF;
    text-shadow: 0 1px 0 #fff;
    opacity: .9;
    position: absolute;
    top: -32px;
    font-size: 3rem;
    left: 0;
}
.des{display:none}
.mob{display:block}
.youtube {
	width:100%;
	height:200px;
	display: block;
	margin: 0 auto;
}
.bannertext {
    position: absolute;
    bottom: 41%;
    left: 10%;
    background: #ffffffad;
    font-size: 22px;
}
.logo{text-align: center;}
.logo img{width: 121px;}
.instagramfeeds ul li {
    width: 33.11%!important;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    opacity: 0!important;
}  
.mb-order-sm-1 {
    order: 1;
}
.mb-order-sm-2 {
    order: 2;
}
}
@media (min-width:786px) { 
		.myleft-desktop{
			float:left;
		}
		.myright-desktop{
			float:right;
		}
		.bannertext{ 
    position: absolute;
    bottom: 30%;
    left: 10%;
    background: #ffffff96;
}
}
@media (max-width: 980px) {
		body {
			/* padding-top: 25%; */
		}
}
	
