/*-------------------------------------
    Template Name: Pattrick Personal Portfolio
    Template URI: http://code4webs.com/
    Description: Pattrick Personal Portfolio Bootstrap 4 Template
    Author: code4webs
    Author URI: http://code4webs.com/
    Version: 1.0
    Tags: personal, portfolio
---------------------------------------*/

/*------------------------------------

	CSS Index
	============

	0. Common style
	1. Preloader CSS
	2. Header section style
	3. Slider section style
	4. Video section style
	5. About section style
	6. Job section style
	7. Portfolio section style
	8. Service section style
	9. Testimonial section style
	10. Contact section style
	11. Footer section style
	12.

	13. Blog page
	13. 404 page

--------------------------------------*/




@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,700');


@font-face {
    font-family: "LasVegas-Fabulous";
    src: url("fonts/LasVegas-Fabulous.AH.woff2") format("woff2"),
    url("fonts/LasVegas-Fabulous.AH.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	background-color: #fdfdfd;
	font-family: din-2014,sans-serif;
font-weight: 300;
font-style: normal;
	color: #777;
	line-height: 26px;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "LasVegas-Fabulous";
	font-weight: 400;
	letter-spacing: 2px;

}
h2{
	font-family: "LasVegas-Fabulous";
	font-weight: 400;
	color: #dab993;
	font-size:68px;
}

section {
	position: relative;
	display: block;
	width: 100%;
	padding: 100px 0 100px;
}
img {
	display: block;
	width: 100%;
	height: auto;
}
a, a:hover {
	text-decoration: none;
}

/*************  Common style  ***************/
.pat-btn {
	background: #430712;
border-radius: 0px;
padding: 9px 40px;
color: #dbba94;
font-size: 18px;
font-weight: 600;
line-height: 30px;
-webkit-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
	text-transform: uppercase;
letter-spacing: 1.5px;
}
.pat-btn:hover {
	color: #ffffff;
	background:;
}
.sec-title {
	display: block;
	margin-bottom: 45px;
}
.sec-title p {
	font-size: 16px;
	color: #ffc815;
	line-height: 45px;
	margin-bottom: 0;
}
.sec-title h2 {
	font-size: 60px;
	color: #000;
	line-height: 45px;
	margin-bottom: 0;
	position: relative;
	padding-bottom: 0px;
	font-family: "LasVegas-Fabulous";
	font-weight: 400;
	color: #dab993;
	font-size:68px;
}
/*.sec-title h2:after {
	content: '';
	background: #ddd;
	width: 100px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.sec-title h2::before {
	content: '';
	background: #ffc815;
	width: 30px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 1;
}*/

.p-right-130 {
	padding-right: 130px;
}

.overlay-black {
	position: relative;
}
.overlay-black:after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	position: absolute;
	top: 0;
	left: 0;
}
.nopadd-right {
	padding-right: 0;
}



/********** Preloader CSS **********/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #191820;
    z-index: 99;
    width: 100%;
    height: auto;
}

#status {
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(images/preloader.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*************  Header section style  ***************/
/*.header {
	background: rgba(0, 0, 0, .5);
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}*/
.header {
	position: absolute;
	display: block;
	width: 100%;
	z-index: 100000;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;

}
.header.sticky-header {
	background: #17210e;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	 border-bottom: 3px solid #dbba94;
	background-image:url("images/headerbg1.png");
	background-repeat: no-repeat;
background-position: center;
}
.logo {
	display: block;
padding: 30px;
max-width: 190px;
width: 100%;
float: left;
}
.logo-white {
	-webkit-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.header.sticky-header .logo-white {
	-webkit-filter: none;
	-o-filter: none;
	filter: none;
}
.menu-container {
	/*max-width: calc(100% - 100px);*/
	width: 100%;
	/*float: right;*/
	display: block;
}
.header:after {
	content: '';
	clear: both;
	display: table;
}
.mobile-menu {
	cursor: pointer;
	width: 100px;
	height: 100px;
	padding: 20px 35px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: auto;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.mobile-menu:hover,
.mobile-menu.active {
	background: #ffc815;
}
.mobile-menu span {
	display: block;
	height: 1px;
	width: 100%;
	background: #111;
	margin-bottom: 9px;
	position: relative;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.mobile-menu span:last-child {
	width: 75%;
	align-self: end;
}
.mobile-menu.active span:last-child {
  display: none;
}
.mobile-menu.active span:first-child {
  transform: rotate(45deg);
  top: 9px;
}
.mobile-menu.active span:nth-child(2) {
  transform: rotate(-45deg);
}
.primary-menu {
	background: rgba(0, 0, 0, .95);
	text-align: center;
	position: fixed;
	width: calc( 100% - 100px);
	height: 100vh;
	top: 0;
	right: 0;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	opacity: 0;
	visibility: hidden;
}
.primary-menu.slide-active {
	right: 100px;
	opacity: 1;
	visibility: visible;
}
.primary-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.primary-menu ul li {
	display: block;
	position: relative;
	opacity: 0;
}
.primary-menu li a {
	color: #ffc815;
	display: block;
	padding: 30px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 52px;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.primary-menu li:hover a {
	color: #fff;
}
.primary-menu.slide-active ul li {
    animation: fadeInRight .5s ease forwards;
    animation-delay: .20s;
}
.primary-menu.slide-active ul li:nth-of-type(2) {
	animation-delay: .25;
}
.primary-menu.slide-active ul li:nth-of-type(3) {
	animation-delay: .30s;
}
.primary-menu.slide-active ul li:nth-of-type(4) {
	animation-delay: .45s;
}
.primary-menu.slide-active ul li:nth-of-type(5) {
	animation-delay: .50s;
}
.primary-menu.slide-active ul li:nth-of-type(6) {
	animation-delay: .55s;
}
.primary-menu.slide-active ul li:nth-of-type(7) {
	animation-delay: .60s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}


.header.sticky-header .logo {
	padding: 20px 30px;
}
.header.sticky-header .section-nav li a {
		color: #dbba94;
	padding-left:50px;
	padding-right:50px;
	padding-top: 35px;
}
.header.sticky-header .mobile-menu {
	height: 80px;
}


/*************  Fixed left sidebar style  **************/
.fixedlft-sidebar {
	max-width: 515px;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 2;
}
.fixedlft-sidebar::before {
	content: '';
	width: 375px;
	height: 100vh;
	background: #ffc815;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.slide-img {
	max-width: 375px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}


/*************  Section nav style  **************/
.section-nav {
	/*display: block;
	max-width: calc(100% - 200px);
	width: 100%;
	float: left;*/
	text-align: left;
	padding-left: 35px;
}
.home1-nav.section-nav {
	text-align: center;
	padding-left: 0;
}
.section-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.section-nav li {
	display: inline-block;
}
.section-nav li a {
	display: block;
	color: #dbba94;
	padding-left:50px;
	padding-right:50px;
	padding-top: 35px;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.desktopnavcontainer .section-nav li a:hover {
	color: #17210e;
	cursor: pointer;
}
.header.sticky-header .section-nav li a:hover{
	color:#ffffff;
	cursor: pointer;
}
.section-nav .menulogo:hover{
	cursor: pointer;
}
.contactlogo:hover{
	cursor: pointer;
}
.instagramuser h5{
	text-transform: uppercase;
}

/*************  Slider section style  ***************/
.main-container {
	position: relative;
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0px;
}

.body-padd.main-container {
	padding-left: 19.7%;
	padding-right: 100px;
}

.slider-sec {
	padding: 15% 0;
	background-color: #f9f9ff;
	background-image:  url(images/slider/bg-1.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: bottom right;
}

.slider-content {
	position: relative;
	max-width: 576px;
margin-left: auto;
margin-right: auto;
}
.slider-content h2 {
	font-size: 60px;
	line-height: 60px;
	color: #000;
	margin-bottom: 29px;
}
.slider-content h4 {
	font-size: 24px;
	font-weight: 400;
	color: #ffc815;
	line-height: 26px;
	margin-bottom: 40px;
}
.slider-content p {
	color: #fff;
	display: block;
	margin-bottom: 37px;
}
.slider-sec img {
	display: block;
	width: 100%;
	height: auto;
}
.tolltip {
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	background: #ffc815;
	padding: 16px 18px;
	display: inline-block;
	border-radius: 10px;
	position: relative;
	margin-bottom: 25px;
}
.tolltip::after {
	content: ;
	content: '';
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid transparent;
	border-right: 20px solid #ffc815;
	position: absolute;
	right: 0;
	bottom: -20px;
}
.static-bg .slider-content p {
	color: #222;
}
.slider-sec02 {
	background-image: url(images/slider/bg-2.jpg);
	background-size: cover;
	background-position: center;
}
.slider-sec02::before {
	z-index: 1;
}
.slider-sec .container {
	position: relative;
	z-index: 1;
}
.slider-sec02 .slider-content h2 {
	color: #fff;
}
/*.slider-sec02 .slider-content p {
	color: #999;
}*/
.slider-sec03 {
	background-image: url(images/slider/bg-3.jpg);
}
.slider-sec04 {
	background-image: url(images/slider/bg-4.jpg);
}



.slider-caro-sec {
	padding: 0;
}
.slider-item {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 16% 0;
	width: 100%;
}
.slider-caro {
	height: 100%;
}
.slider-item .slider-content {
	/*margin: 0 auto;*/
	position: relative;
	z-index: 1;
}
.slider-caro .slider-content h2 {
  color: #fff;
}

.slider-caro .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
}
.slider-caro button:focus {
	outline: none;
}
.slider-caro .owl-nav i {
	color: #ddd;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.slider-caro .owl-prev {
	transform: rotate(-45deg);
	left: 50px;
	position: relative;
}
.slider-caro .owl-next {
	transform: rotate(45deg);
	left: calc(100% - 185px);
	position: relative;
}
.slider-caro .owl-nav button:hover i {
	color: #fff;
}

/*************  Video section style  ***************/
.video-sec {
	background-image: none;
	padding: 16% 0;
}
.video-sec .slider-content h2 {
	color: #fff;
}
.video-container {
	position: absolute;
	width: 100%;
	 height: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 56.25%;
}
.video-container iframe {
	width: 100%;
	height: 100%;
}

/*************  About section style  ***************/
.about-sec {
	/*background: #fff;*/
	background: #f9f9ff;
}
.about-content {
	display: block;
	padding-right: 30px;
	margin-top: 10px;
}

.about-content h1{
	margin-bottom:1.5rem;
}

.single-fun {
	display: block;
	background: #fff;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
	padding: 30px 25px;
	text-align: center;
	margin-bottom: 30px;
}
.single-fun i {
	display: block;
	color: #FFC815;
	font-size: 24px;
	margin-bottom: 30px;
}
.single-fun span {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #010100;
	margin-bottom: 6px;
}
.single-fun p {
	margin-bottom: 0;
}
.single-fun.mt-55 {
	margin-top: 55px;
}


/*************  Job section style  ***************/
.job-sec {
	background: #f9f9ff;
	padding-bottom: 135px;
}
.job-sec .sec-title {
	margin-bottom: 35px;
}
.history-cont {
	max-width: 520px;
}
.history-cont p {
	color: #222;
}
.history-meta {
	display: block;
	background: #fff;
	text-align: center;
	max-width: 370px;
	width: 100%;
	padding: 35px;
	box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.1);
}

.history-meta i {
	display: block;
	color: #FFC815;
	font-size: 24px;
	margin-bottom: 30px;
}
.history-meta h4 {
	font-size: 21px;
	color: #010100;
	line-height: 45px;
	margin-bottom: 0;
}
.history-meta span {
	display: block;
}
.job-due {
	font-weight: 500;
	color: #010000;
	position: relative;
	padding: 3px 0;
	margin-top: 7px;
}
.job-due:before,
.job-due:after {
	content: '';
	width: 180px;
	height: 1px;
	background: #eee;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.job-due:after {
	top: auto;
	bottom: 0;
}
.owl-dots {
	margin-top: 20px;
}
.owl-dot {
	display: inline-block;
}
.owl-dot span {
	display: block;
	width: 40px;
	height: 2px;
	background: #ddd;
	margin: 0 3px;
}
.owl-dot.active span {
	background: #ffc815;
}

/*************  Portfolio section style  ***************/
.portfolio-sec {
	background: #fff;
	padding-bottom: 120px;
}
.portfolio-fillter {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
.portfolio-fillter li {
	display: inline-block;
	background: #fff;
	cursor: pointer;
	padding: 6px 30px;
	margin-right: 5px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 500;
	color: #777;
	text-decoration: none;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.portfolio-fillter li.active,
.portfolio-fillter li:hover {
	background: #ffc815;
	color: #000;
}
.single-pf {
	margin-bottom: 30px;
	position: relative;
}
.single-pf img {
	display: block;
	width: 100%;
	height: auto;
}
.pf-cont {
	position: absolute;
	bottom: 23px;
	left: 30px;
}
.pf-cont h3,
.pf-cont h3 a {
	color: #000;
	font-size: 21px;
	font-weight: 700;
	margin: 0;
	text-decoration: none;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.single-pf:hover h3 a,
.pf-cont h3 a:hover {
	color: #ffc815
}
.pf-cont span {
	display: block;
	color: #777;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}


/*************  Service section style  ***************/
.service-sec {
	background: #f9f9ff;
}
.single-service {
	display: block;
	text-align: center;
	background: #fff;
	padding: 50px 32px;
}
.single-service i {
	color: #ddd;
	display: block;
	font-size: 36px;
	line-height: 45px;
	margin-bottom: 23px;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.single-service h3,
.single-service h3 a {
	color: #010100;
	display: block;
	font-size: 21px;
	line-height: 45px;
	text-decoration: none;
}
.single-service p {
	margin-bottom: 27px;
}
.single-service:hover i,
.single-service.hovered i {
	color: #ffc815;
}
.single-service .pat-btn {
	background: #f9f9ff;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.single-service:hover a.pat-btn,
.single-service.hovered a.pat-btn {
	background: #ffc815;
}



/*************  Testimonial section style  ***************/
.testimonial-sec {
	background: #fff;
}
.tm-item {
	position: relative;
}
.tm-carousel {
	margin-bottom: 80px;
}
.tm-carousel .owl-dot.active span {
	background: #ffc815;
}
@media (min-width: 768px) {
	.tm-item .col-md-2 {
		-ms-flex: 0 0 19%;
		flex: 0 0 19%;
		max-width: 19%;
	}
}
.tm-item figure {
	margin-bottom: 0;
}
.tm-item figure img {
	display: block;
	width: 100%;
	height: auto;
}
.tm-item p {
	color: #777;
	font-size: 18px;
	line-height: 30px;
}
.tm-item h5 {
	color: #222;
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 0;
}
.tm-item span {
	color: #777;
}
.partners {
	display: block;
	position: relative;
	padding: 45px 50px;
}
.partners ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.partners li {
	display: inline-block;
}
.partners li a {
	display: block;
}
.partners li a img {
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.partners li a:hover img,
.partners li a.hovered img {
	-o-filter: grayscale(100%) brightness(90%) sepia(90%) hue-rotate(5deg) saturate(500%) contrast(0.7);
	-webkit-filter: grayscale(100%) brightness(90%) sepia(90%) hue-rotate(5deg) saturate(500%) contrast(0.7);
    filter: grayscale(100%) brightness(90%) sepia(90%) hue-rotate(5deg) saturate(500%) contrast(0.7);
}


/*************  Contact section style  ***************/
.contact-sec {
	background: #f9f9ff;
}

.contact-info {
	position: relative;
	display: block;
	background: #fff;
	margin-bottom: 20px;
	padding: 24px 28px 24px 65px;
}
.contact-info i {
	display: block;
	font-size: 21px;
	color: #ffc815;
	position: absolute;
	left: 25px;
	top: 24px;
}
.contact-info p {
	display: block;
	color: #010100;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	line-height: 1;
	margin-bottom: 5px;
}
.contact-info a {
	display: block;
	color: #777;
	font-size: 13px;
	line-height: 26px;
	text-decoration: none;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.contact-info a:hover {
	color: #ffc815;
}

.contact-form {
	display: block;
	width: 100%;
	position: relative;
}
.form-field {
	margin-bottom: 20px;
}
.form-field label {
	display: block;
	padding-bottom: 3px;
	color: #430712;
	font-size: 24px;
	font-family: din-2014,sans-serif;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.form-field input,
.form-field textarea {
	width: 100%;
border: none;
padding-bottom: 4px;
box-shadow: 0 2px 0px 0 #171717;
background: transparent;
color: #430712;
font-size: 16px;
font-family: din-2014,sans-serif;
font-weight: 60;
font-style: normal;
}
textarea.messageinput{
	background: #FFFFFF;
width: 100%;
border: none;
padding-bottom: 4px;
box-shadow: 0 0px 0px 0 #171717;
color: #430712;
font-size: 16px;
font-family: din-2014,sans-serif;
font-weight: 600;
font-style: normal;
height: 150px;
padding-top: 15px;
padding-left: 15px;
}
.contact-form .pat-btn {
	margin-left: 15px;
	margin-top: 5px;
}




/*************  Footer section style  ***************/
.footer {
	background: #222;
    position: relative;
    padding: 40px 0;
}
.copyright {
	color: #777;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 0;
}
.copyright a {
	color: #ffc815;
	display: inline-block;
	text-decoration: none;
}




.fixed-leftbar {
	max-width: 100px;
	width: 100%;
	height: 100vh;
	background: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 30px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1;
}
.share-icons {
	padding: 0 30px;
}
.share-icons a {
	display: block;
	text-align: center;
	color: #777;
	font-size: 12px;
	border-bottom: 1px solid #eee;
	padding: 13px 0;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.share-icons a:hover {
	color: #ffc815;
}
.share-icons a:last-child {
	border-bottom: none;
}
.share-icons {
	padding: 0 30px;
}
.scrollbar-wrap {
	text-align: center;
}
.scrolled-sec-title {
	font-size: 13px;
	font-weight: 600;
	color: #222;
	display: block;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.scrollbar-holder {
	display: block;
	width: 2px;
	height: 250px;
	background: #eee;
	position: relative;
	margin: 0 auto 40px;
	border-radius: 5px;
}
.scrollbar {
	background: #ffc815;
	width: 4px;
	height: 30px;
	position: relative;
	left: -1px;
}


/********** Blog page **********/
.blog-sec {
	background: #f3f3ff;
}
.blog-item {
	background: #fff;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.blog-item figure {
	flex-basis: 200px;
	-webkit-flex-basis: 200px;
	margin: 0;
}
.blog-cont h3, .blog-cont h3 a {
	color: #010012;
	font-size: 21px;
	line-height: 42px;
	margin: 0 0 10px;
	text-decoration: none;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.blog-cont h3 a:hover {
	color: #ffc815;
}
.blog-meta a {
	display: inline-block;
	font-size: 12px;
	color: #777;
	text-decoration: none;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.blog-meta a:first-child {
	margin-right: 30px;
}
.blog-meta a:hover {
	color: #ffc815;
}
.blog-cont {
	flex-basis: calc(100% - 200px);
	-webkit-flex-basis: calc(100% - 200px);
	padding: 20px 30px;
}

.widget {
	margin-bottom: 30px;
	background: #fff;
	padding: 20px;
}
.widget.widget_search {
	position: relative;
}
.widget_search form {
	position: relative;
}
.widget_search input {
	border: 1px solid #eee;
	padding: 5px 20px;
	width: 100%;
	background: #f9f9ff;
}
.widget_search button {
	background: #ffc815;
	border: navajowhite;
	padding: 6px 12px;
	position: absolute;
	right: 0;
	font-size: 13px;
	cursor: pointer;
}

.widget_title {
	color: #010012;
	position: relative;
	font-size: 18px;
	line-height: 32px;
	margin: 0 0 10px;
	padding: 0 0 8px;
}
.widget_title::after {
	width: 100px;
	content: '';
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 0;
	bottom: 0;
}
.widget_title:before {
	width: 30px;
	height: 3px;
	content: '';
	background: #ffc815;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 1;
}
.user-profile img {
	margin-bottom: 15px;
}
.user-social a {
	color: #ccc;
	font-size: 14px;
	display: inline-block;
	margin-right: 15px;
	text-decoration: none;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.user-social a:hover {
	color: #111;
}

.widget.widget_recent_entries a {
	display: block;
	position: relative;
	padding-left: 70px;
}
.widget.widget_recent_entries a img {
	width: 60px;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}
.widget.widget_recent_entries ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget_recent_entries li {
 	margin: 15px 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
	display: block;
}
.widget_recent_entries li p {
	color: #010012;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
}
.widget_recent_entries li span {
	font-size: 12px;
	color: #777;
}

.widget.widget_categories ul {
	padding: 0;
	margin: 25px 0 0;
	list-style: none;
}
.widget.widget_categories li {
	display: block;
}
.widget.widget_categories a {
	display: block;
	background: #f9f9ff;
	margin: 0 0 10px;
	color: #777;
	padding: 7px 20px;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.widget.widget_categories a:hover {
	color: #000;
}

.single-blog figure {
	flex-basis: 100%;
	-webkit-flex-basis: 100%;
	margin: 0;
}
.single-blog .blog-cont {
	flex-basis: 100%;
	-webkit-flex-basis: 100%;
	padding: 20px 30px;
}
.single-blog .blog-meta {
	margin-bottom: 10px;
}
.single-blog .blog-meta a {
	font-size: 14px;
}
.single-blog blockquote {
	color: #010000;
	font-style: italic;
}
.nextPrev-post {
	display: block;
	width: 100%;
	margin-bottom: 40px;
}
.nextPrev-post a {
	display: inline-block;
	font-size: 14px;
	color: #777;
	margin: 0 25px;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.nextPrev-post a i {
	border: 2px solid transparent;
	border-radius: 3px;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.nextPrev-post a:hover {
	color: #111;
}
.nextPrev-post a:hover i {
	color: #111;
	border-color: #111;
	padding: 10px;
}

.cmnt-wrap {
	background: #fff;
	padding: 30px;
}
.comment-title {
	color: #323232;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	position: relative;
	margin-bottom: 33px;
	font-family: 'Roboto', sans-serif;
}
.comments ul {
	list-style: none;
}
.comments ul li {
	position: relative;
	margin-bottom: 34px;
}
.comments ul ul {
	margin: 25px 0 25px 80px;
}
.comments ul ul li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.user-thumb {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
}
.comments li h4 {
	font-size: 14px;
	font-weight: 700;
	color: #323232;
	margin-bottom: 0;
}
.comments li span {
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}
.comments li p {
	margin-bottom: 0;
}
.comment-head {
	position: relative;
	padding-left: 80px;
	min-height: 60px;
	margin-bottom: 15px;
}
.reply {
	font-size: 13px;
	font-weight: 500;
	line-height: 28px;
	color: #000;
}

.comment-form form {
	width: 100%;
	display: block;
	position: relative;
}
.input-field {
	display: block;
	width: 48%;
	float: left;
	margin-bottom: 30px;
}
.input-field.textarea {
	width: 100%;
	margin-right: 0;
}
.input-field:nth-child(2n+1) {
	margin-right: 4%;
}
.comment-form input, .comment-form textarea {
	width: 100%;
	background: transparent;
	box-shadow: none;
	border: 1px solid #bdbdbd;
	padding: 7px 20px;
}
.comment-form input {
	height: 50px;
}
.comment-form textarea {
	height: 138px;
}



.pf-details-sec {
	position: relative;
	background: #f3f3ff;
}
.portf-img {
	max-width: 450px;
}
.portf-info {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 15px 0 20px;
	margin-top: 30px;
}
.portf-info h3 {
	color: #010100;
	font-size: 21px;
	line-height: 45px;
}
.portf-info a {
	display: block;
	color: #777;
	line-height: 30px;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.portf-info a:hover {
	color: #000;
}
.portf-info a i {
	color: #ffc815;
	margin-right: 12px;
}



/********** 404 page **********/
.error-sec {
	background: #f9f9ff;
	padding: 19% 0;
}
.error-wrap {
	max-width: 525px;
	width: 100%;
}
.error-wrap h2 {
	color: #000;
	font-size: 100px;
	margin: 0 0 26px;
}
.error-wrap h4 {
	font-size: 36px;
	line-height: 42px;
	color: #000;
	margin: 0 0 10px;
}
.error-wrap p {
	margin-bottom: 47px;
}



@media (min-width: 1579px){
#instafeed a {
  display:inline-block;
  width: 360px;
  position:relative;
  margin-right:17.5px;
  margin-left:17.5px;
  margin-top:17.5px;
  margin-bottom:17.5px;
}.instafeedwrapper{
	width: 1580px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
}
@media (min-width: 1155px) and (max-width: 1578px) {
	#instafeed a {
  display:inline-block;
  width: 360px;
  position:relative;
  margin-right:17.5px;
  margin-left:17.5px;
  margin-top:17.5px;
  margin-bottom:17.5px;
}.instafeedwrapper{
	width: 1185px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
}
@media (min-width: 790px) and (max-width: 1154px) {
	#instafeed a {
  display:inline-block;
  max-width: 360px;
  position:relative;
  margin-right:17.5px;
  margin-left:17.5px;
  margin-top:17.5px;
  margin-bottom:17.5px;
}.instafeedwrapper{
	max-width: 790px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
}
@media (max-width: 789px) {
	#instafeed a {
  display:inline-block;
  max-width: 360px;
  position:relative;
  margin-right:17.5px;
  margin-left:17.5px;
  margin-top:17.5px;
  margin-bottom:0px;
}.instafeedwrapper{
	max-width: 396px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	padding-bottom: 17.5px;
}
}
#instafeed a img{
display: inline-block;
}

.loadmorebutton{
width: 210px;
height: 60px;
background-color: #2222;
text-align: center;
margin-left: -105px;
position: absolute;
left: 50%;
}
.loadmorebutton:hover{
background-color: #262626;
cursor:pointer;
font-color:#fffff;
}
.loadmorebutton:hover h3{
	color:white;
}


.loadmorebutton h3{
padding-top: 8px;


}

h3{
color: #010100;
display: block;
font-size: 21px;
line-height: 45px;
text-decoration: none;

}

.location h2{
	margin-bottom: 0px;

}

.instagramuser{
	text-align: center;

}


.video-sec{
	background-image:url("images/mobilebg3.jpg");
	 background-size: cover;
}



.space{
	width:100%;
	height:2000px;
	background-color:darkgreen;
}
.space2{
	width:100%;
	height:10px;

}



/*.aboutcontainer

{

	width:700px;
	height:1000px;
	background-color:limegreen;
	margin-left:auto;
	margin-right:auto;
}
*/

.video-container {
    position: absolute;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}


/*
.parallaxcontainer100{
	height:100px;
	overflow:visable;
}
.parallaxcontainer200{
	height:200px;
	overflow:visable;
}
.parallaxcontainer300{
	height:300px;
	overflow:visable;
}
.parallaxcontainer400{
	height:400px;
	overflow:visable;
}

.parallaxcontainer500{
	height:500px;
	overflow:visable;
}
.parallaxcontainer600{
	height:600px;
	overflow:visable;
}

.parallaxcontainer700{
	height:700px;
	overflow:visable;
}
.parallaxcontainer800{
	height:800px;
	overflow:visable;
}
.parallaxcontainer900{
	height:900px;
	overflow:visable;
}
.parallaxcontainer1000{
	height:1000px;
	overflow:visable;
}*/
.parallaxcontainer1{
	position:absolute;
	height:auto;
}
#layer0{
	z-index:100
}



@media screen and (min-width: 2401px) {
#layer5 {
	margin-top: 60%;
	z-index:600
}
#layer4{
	margin-top: 111%;
	z-index:500

}
#layer3{
	margin-top: 117%;
	z-index:400
}
#layer2{
	margin-top: 47%;
	z-index:300
}
#layer1{
	margin-top: 42%;
	z-index:200
}
}
@media screen and (max-width: 2400px) {
#layer5 {
	margin-top: 60%;
	z-index:600
}
#layer4{
	margin-top: 115%;
	z-index:500
}
#layer3{
	margin-top: 121%;
	z-index:400
}
#layer2{
	margin-top: 47%;
	z-index:300
}
#layer1{
	margin-top: 42%;
	z-index:200
}
}
@media screen and (max-width: 2300px) {
#layer5 {
	margin-top: 60%;
	z-index:600
}
#layer4{
	margin-top: 118%;
	z-index:500
}
#layer3{
	margin-top: 124%;
	z-index:400
}
#layer2{
	margin-top: 47%;
	z-index:300
}
#layer1{
	margin-top: 42%;
	z-index:200
}
}
@media screen and (max-width: 2100px) {
#layer5 {
	margin-top: 60%;
	z-index:600
}
#layer4{
	margin-top: 126%;
	z-index:500
}
#layer3{
	margin-top: 134%;
	z-index:400
}
#layer2{
	margin-top: 47%;
	z-index:300
}
#layer1{
	margin-top: 42%;
	z-index:200
}
}
@media screen and (max-width: 1900px) {
#layer5 {
	margin-top: 60%;
	z-index:600
}
#layer4{
	margin-top: 135%;
	z-index:500
}
#layer3{
	margin-top: 144%;
	z-index:400
}
#layer2{
	margin-top: 47%;
	z-index:300
}
#layer1{
	margin-top: 42%;
	z-index:200
}
}
@media screen and (max-width: 1679px) {
#layer5 {
	margin-top: 60%;
	z-index:600
}
#layer4{
	margin-top: 147%;
	z-index:500

}
#layer3{
	margin-top: 154%;
	z-index:400
}
#layer2{
	margin-top: 47%;
	z-index:300
}
#layer1{
	margin-top: 42%;
	z-index:200
}
}
@media screen and (max-width: 1550px) {
#layer4{
	margin-top: 155%;
	z-index:500

}
#layer3{
	margin-top: 160%;
	z-index:400
}
#layer2{
	margin-top: 47%;
	z-index:300
}
#layer1{
	margin-top: 42%;
	z-index:200
}
}
@media screen and (max-width: 1440px) {
#layer4{
	margin-top: 164%;
	z-index:500

}
#layer3{
	margin-top: 171%;
	z-index:400
}
#layer2{
	margin-top: 47%;
	z-index:300
}
#layer1{
	margin-top: 42%;
	z-index:200
}
}
@media screen and (max-width: 1340px) {
#layer4{
	margin-top: 175%;
	z-index:500

}
#layer3{
	margin-top: 182%;
	z-index:400
}
#layer2{
	margin-top: 47%;
	z-index:300
}
#layer1{
	margin-top: 42%;
	z-index:200
}
}
@media screen and (min-width: 1200px) {
.gallery{
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0;
	margin-top:50px;
}

#bottomportraitshow{
display:none;
}
#bottomportraithide{

}
.gallery .gallerytopright{

  margin-left: 43px;
margin-top: 10px;

}
.gallery .gallerytopleft{

margin-top: 10px;


}
.gallery .gallerybottomright{

  margin-left: 43px;
margin-top: 43px;

}
.gallery .gallerybottomleft{


  margin-top: 43px;

}
.gallery .portrait1{

width: 390px;
display: inline-block;
position: relative;
float:left;
margin-bottom: 43px;

}
.gallery .portrait3{

width: 390px;
display: inline-block;
position: relative;
float:left;
margin-bottom: 43px;
margin-top: 56px;
}
.gallery .horizontal1{
width: 320px;
display: inline-block;
position: relative;
float:right;
}

.gallery .portrait2{
width: 390px;
display: inline-block;
position: relative;
float:right;
margin-bottom: 43px;
}

.gallery .horizontal2{
width: 320px;
display: inline-block;
position: relative;
float:left;
}
.gallery .banner{

width: 1120px;
display: inline-block;
position: relative;
margin-bottom: 43px;
height: 632px;
}
.ratesinfo{
text-align: center;
}
.aboutcontainer2{
	z-index:600;
	position:relative;
	width:1118px;
	margin-left:auto;
	margin-right:auto;
	margin-top:250px;
}
.buffer1{
	margin-top:50px;
}
.about-content p:last-of-type {
	margin-bottom: 46px;
}
.ratescontentcontainer{
width: 868px;
	margin-right:auto;
	margin-left: auto;
	}
.contactbg p {
    font-size: 24px;
}
}
@media screen and (max-width: 1199px) {
#layer4{
	margin-top: 184%;
	z-index:500

}
#layer3{
	margin-top: 191%;
	z-index:400
}
#layer2{
	margin-top: 47%;
	z-index:300
}
#layer1{
	margin-top: 42%;
	z-index:200
}
.gallery {
    max-width: 731px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
    margin-top: 50px;
}
.gallery .gallerytopright{

  margin-left:;
margin-top:;
margin-bottom: 42px;

}
.gallery .gallerytopleft{

margin-bottom: 40px;


}
.gallery .gallerybottomright{

  margin-top: 40px;
  margin-left: 30px;

}

.gallery .gallerybottomleft{

}

#bottomportraitshow{

}
#bottomportraithide{
display:none;
}
.gallery .portrait1{
  width: 371px;
  display: inline-block;
  position: relative;
  float: left;
}
.gallery .horizontal1{
  width: 320px;
  display: inline-block;
  position: relative;
  float: right;
}
#gallerynav .gallery .gallerybottomright{
  float: left;
}

.gallery .portrait2{
width: 371px;
display: inline-block;
position: relative;
float:left;

}
.gallery .portrait3 {
  width: 371px;
  display: inline-block;
  position: relative;
  float: left;
  margin-top: 43px;
}
.gallery .horizontal2{
width: 320px;
display: inline-block;
position: relative;
float:right;
}
.gallery .banner{

  width: 731px;
  display: inline-block;
  position: relative;
  margin-bottom: 43px;
  margin-top: 40px;
  height: 412px;
}
#gallerynav .gallery #bottomstuff1{
  float: left;
  margin-top: 40px;
  margin-left:30px;
}
#gallerynav .gallery #bottomstuff2{
  float: right;
  margin-top: 0px;
  margin-bottom: 43px;
}



.ratesinfo{
	text-align: center;
}
.aboutcontainer2{
	z-index:600;
	position:relative;
	max-width:1199px;
	margin-left:30px;
	margin-right:30px;
	margin-top:180px;
}
.buffer1{
	margin-top:30px;
}
.about-content p:last-of-type {
	margin-bottom: 0px;
}
.ratescontentcontainer{
max-width: 866px;
	margin-right: auto;
	margin-left: auto;
}
.contactbg p {
    font-size: 20px;
}
}

@media screen and (min-width: 992px) {
  #secondratebox{
  	margin-left:20px
  }

.ratesinfo p{
	color:#430712;
	font-size:20px;
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 14px;
}
.menulogo img {
    width: auto;
    display: inline-block;
    width: auto;
}
.instagramcontainer {
    margin-top: 280px;
    position: relative;
    z-index: 600;
    padding-bottom: 60px;
    background-image: url("images/patterns/greenpattern1.png");
}
.ratescontainer {
    background-image: url("images/rates/images/ratesbg3_06.png");
}
	.bookingmobile{
		display:none;
	}
	.bookingdesktop{

	}
.contactbottom p {
    padding-top: 160px;
}
.mobilehomeimage{
		display: none;
	}
	.fishingscene{
		display:none;
	}
.instagramuser h5{
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #dab993;
	font-size: 32px;
	letter-spacing: 3px;
}
.mapouter{position:relative;text-align:right;height:350px;max-width:538px;}
.gmap_canvas {overflow:hidden;background:none!important;height:330px;max-width:520px;}
#gmap_canvas{
	width:100%;
}
}
@media screen and (max-width: 1113px) {
#layer4{
	margin-top: 189%;
	z-index:500

}
#layer3{
	margin-top: 196%;
	z-index:400
}
}
@media screen and (max-width: 1099px) {
#layer4{
	margin-top: 189%;
	z-index:500

}
#layer3{
	margin-top: 198%;
	z-index:400
}
}
@media screen and (max-width: 991px) {
  #secondratebox{
  	margin-top:20px
  }

  .ratescontainer {
      background-image: url("images/rates/images/ratesbg3_03.png");
  }

#layer4{
	margin-top: 172%;
	z-index:500

}
#layer3{
	margin-top: 180%;
	z-index:400
}
#layer2{
	margin-top: 47%;
	z-index:300
}
#layer1{
	margin-top: 42%;
	z-index:200
}
.ratesinfo p{
	color:#430712;
	font-size:16px;
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
}
.ratescontentcontainer{
  max-width: 421px;
margin-right: auto;
margin-left: auto;
}
.menulogo img {
    width: auto;
    display: inline-block;
    width: 50px;
}
.gallery {
   max-width: 572px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
    margin-top: 50px;
}
.gallery .gallerytopright{

  margin-left: 0px;
margin-top: 0px;

}
.gallery .gallerytopleft{

margin-top: 0px;


}
.gallery .gallerybottomright{

  margin-left: 0px;
margin-top: 0px;

}
.gallery .gallerybottomleft{


  margin-top: 0px;

}
.gallery .portrait1{

  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 25px;

}
.gallery .horizontal1{
width: 100%;
display: inline-block;
position: relative;
float:right;
margin-bottom: 25px;
}

.gallery .portrait2{
width: 100%;
display: inline-block;
position: relative;
float:right;
margin-bottom: 25px;
}
.gallery .portrait3 {
  width: 100%;
  display: inline-block;
  position: relative;
  float: right;
  margin-bottom: 25px;
  margin-top: 0px;
}
.gallery .horizontal2{
width: 100%;
display: inline-block;
position: relative;
float:left;
margin-bottom: 25px;
}
.gallery .banner{

width: 100%;
display: inline-block;
position: relative;
margin-bottom: 13px;
margin-top:0px;
height: 323px;
}


#gallerynav .gallery #bottomstuff1{
  float: left;
  margin-top: 0px;
  margin-left:0px;
}
#gallerynav .gallery #bottomstuff2{
  float: right;
  margin-top: 0px;
}
.aboutcontainer2{
	z-index:600;
	position:relative;
	max-width:1199px;
	margin-left:30px;
	margin-right:30px;
	margin-top:0px;
}
.instagramcontainer {
    margin-top: 0px;
    position: relative;
    z-index: 600;
    padding-bottom: 70px;
    background-image: url("images/patterns/greenpattern1.png");
}

	.bookingmobile img{
		width: 180px;
    margin-left: auto;
    margin-right: auto;

}

	.bookingdesktop{
		display:none;
	}
.contactbg p {
    font-size: 18px;
}
.contactbottom p {
    padding-top: 37px;
}
.video-container{
	display:none;
}
#layer0{
	display: none;
}
#layer1{
	display: none;
}
#layer2{
	display: none;
}
#layer3{
	display: none;
}
#layer4{
	display: none;
}
.home1space{
	display: none;
}
	.fishingscene{
		margin-top:50px;
	}
.instagramuser h5{
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #dab993;
	font-size: 21px;
	letter-spacing: 1.5px;
}
.mapouter {
	position:relative;
	text-align:right;
	height:350px;
	max-width: 728px;
}

.gmap_canvas {
	overflow:hidden;
	background:none!important;
	height:330px;
	max-width:728px;
	}
	#gmap_canvas{
		width:100%;
	}
}
@media screen and (max-width: 900px) {
.ratescontentcontainer{
	max-width: 420px;
	margin-right: auto;
	margin-left: auto;
}

}
@media screen and (min-width: 768px) {


.contactbottom p {
    font-size:16px;
}
.contactcontainer {
    background-image: url("images/contact/contacttreepattern3.jpg");
}
.nameinputcontainer{
	margin-top:-90px;
}
	.mobilephone{
		display:none;
	}
.phonenumber{
	margin-left: 63px;
}
}
@media screen and (max-width: 767px) {

  .row .form-field input{
    width: 100%;
    border: none;
    padding-bottom: 4px;
    box-shadow: 0 2px 0px 0 #171717;
    background: white;
    color: #430712;
    font-size: 16px;
    font-family: din-2014,sans-serif;
    font-weight: 60;
    font-style: normal;
  }
#layer4{
	margin-top: 356%;
	z-index:500

}
#layer3{
	margin-top: 370%;
	z-index:400
}
#layer2{
	margin-top: 47%;
	z-index:300
}
#layer1{
	margin-top: 42%;
	z-index:200
}
.ratescontentcontainer{
	max-width: 420px;
	margin-right: auto;
	margin-left: auto;
}
.gallery {
   max-width: 572px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
    margin-top: 50px;
}
.gallery .gallerytopright{

  margin-left: 0px;
margin-top: 0px;

}
.gallery .gallerytopleft{

margin-top: 0px;


}
.gallery .gallerybottomright{

  margin-left: 0px;
margin-top: 0px;

}
.gallery .gallerybottomleft{


  margin-top: 0px;

}
.gallery .portrait1{

  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 25px;

}
.gallery .horizontal1{
width: 100%;
display: inline-block;
position: relative;
float:right;
margin-bottom: 25px;
}

.gallery .portrait2{
width: 100%;
display: inline-block;
position: relative;
float:right;
margin-bottom: 25px;
}

.gallery .horizontal2{
width: 100%;
display: inline-block;
position: relative;
float:left;
margin-bottom: 25px;
}
.gallery .banner{

width: 100%;
display: inline-block;
position: relative;
margin-bottom: 13px;
margin-top:0px;
height: 323px;
}


#gallerynav .gallery #bottomstuff1{
  float: left;
  margin-top: 0px;
  margin-left:0px;
}
#gallerynav .gallery #bottomstuff2{
  float: right;
  margin-top: 0px;
}
.ratescontainer {
    background-image: url("images/rates/images/ratesbg3_03.png");
}
	.contactbottom p {
    font-size:13px;
}
.contactcontainer {
    background-image: url("images/contact/contacttreepattern4.jpg");
}
.nameinputcontainer{
	margin-top:0px;
}
	.desktopphone{
		display:none;
	}
	.mobilephone{
		display: block;
	}
.phonenumber {
    margin-left: 0px;
}
.sticky-header {
	display:none;

}
}
@media screen and (min-width: 576px) {
.ratesbox{
	height:370px;
	width:420px;
	background-image:url("images/contact/pattern1.png");
	display: inline-block;
}

.ratesbox2{
width: 380px;
height: 324px;
border: 2px solid #430712;
margin-left: 20px;
margin-top: 22px;
}
.ratescontent h2{
	font-size:26px;
}
.ratescontent{
	padding-top: 25px;
    padding-left: 25px;
    line-height: 11px;
}
.ratestitle h1{
	font-size:45px;
	color:#e1c09a;
	padding-left: 20px;
	padding-top: 14px;
}
.menulogo {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}
}
@media screen and (max-width: 575px) {
#layer4{
	margin-top: 386%;
	z-index:500

}
#layer3{
	margin-top: 404%;
	z-index:400
}
#layer2{
	margin-top: 47%;
	z-index:300
}
#layer1{
	margin-top: 42%;
	z-index:200
}
.gallery{
	max-width: 285px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
}
.gallery .gallerytopright{

  margin-left: 0px;
margin-top: 0px;

}
.gallery .gallerytopleft{

margin-top: 0px;


}
.gallery .gallerybottomright{

  margin-left: 0px;
margin-top: 0px;

}
.gallery .gallerybottomleft{


  margin-top: 0px;

}
.gallery .portrait1{

  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 25px;

}
.gallery .horizontal1{
width: 100%;
display: inline-block;
position: relative;
float:right;
margin-bottom: 25px;
}

.gallery .portrait2{
width: 100%;
display: inline-block;
position: relative;
float:right;
margin-bottom: 25px;
}

.gallery .horizontal2{
width: 100%;
display: inline-block;
position: relative;
float:left;
margin-bottom: 25px;
}
.gallery .banner{

width: 100%;
display: inline-block;
position: relative;
margin-bottom: 13px;
margin-top:0px;
height: 164px;
}


#gallerynav .gallery #bottomstuff1{
  float: left;
  margin-top: 0px;
  margin-left:0px;
}
#gallerynav .gallery #bottomstuff2{
  float: right;
  margin-top: 0px;
}



.ratescontainer {
    background-image: url("images/rates/images/ratesbg2_03.png");
}
.ratesbox{
	height:auto;
	margin-left: 10px;
	margin-right: 10px;
	background-image:url("images/contact/pattern1.png");
	display: inline-block;
}
.ratesbox2{
	width: 100%;
	height: auto;
	border: 2px solid #430712;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
}
.ratescontent h2{
	font-size:24px;
}
.ratescontent {
    padding-top: 25px;
    padding-left: 20px;
    line-height: 11px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.ratestitle h1 {
    font-size: 52px;
    color: #e1c09a;
    padding-left: 0px;
    padding-top: 14px;
}
.ratescontentcontainer {
	text-align: center;
}
.ratesinfo {
    display: inline-block;
    padding-left: 0px;
}
.mapouter {
	position:relative;
	text-align:right;
	height:350px;
	max-width: 600px;
}

.gmap_canvas {
	overflow:hidden;
	background:none!important;
	height:330px;
	max-width:600px;
	}
	#gmap_canvas{
		width:100%;
	}
.menulogo {

    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
}
.section-nav li a {
    font-size: 13px;
    padding: 37px 6px;
}
}
@media screen and (max-width: 479px) {
#layer4{
	margin-top: 145%;
	z-index:500

}
#layer3{
	margin-top: 98%;
	z-index:400
}
#layer2{
	margin-top: 47%;
	z-index:300
}
#layer1{
	margin-top: 42%;
	z-index:200
}

}

@media screen and (max-width: 360px) {
#layer6 {
    height: 1780px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#layer4{
	margin-top: 145%;
	z-index:500

}
#layer3{
	margin-top: 98%;
	z-index:400
}
#layer2{
	margin-top: 47%;
	z-index:300
}
#layer1{
	margin-top: 42%;
	z-index:200
}
.ratescontentcontainer{
	max-width: 420px;
	margin-right: auto;
	margin-left: auto;;
}
}



#layer7 {
    height: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#container{

}
#layer6 {
    margin-top: 15%;
	margin-bottom: 0px;
}

/*.contactcontainer{
	width:100%;

	background-color:#dab993;
	position: relative;
	z-index: 1000;
	background-image:url("images/contact/pattern1.png");
	background-repeat: repeat;

}
*/
.contactcontainer{
	width:100%;
	background-color:#dab993;
	position: relative;
	z-index: 1000;
	background-repeat: repeat;
}
.ratescontainer{
	width:100%;
	background-color:#dab993;
	position: relative;
	z-index: 1000;
	background-size:cover;
}
.ratescontentcontainer{
	padding-top: 260px;
padding-bottom: 110px;
}

.ratestitle{
	height:87px;
	width:100%;
	background-color:#430712;
}

.ratescontent h2{
	color:#430712;
	font-family: din-2014, sans-serif;
font-style: normal;
font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
}
.ratescontent p{
	font-size:18px;
	color:#430712;
	font-family: din-2014, sans-serif;
font-style: normal;
font-weight: 300;

}

.deposit{
	padding-top: 9px;
padding-bottom: 20px;
}
.ratesinfo h2{
	font-size:23px;
	font-family: din-2014, sans-serif;
font-style: normal;
font-weight: 600;
	color:#430712;
	text-transform: uppercase;
	line-height: 37px;
}


.ratesinfo .equipment h2{
	padding-top:25px;
}
.bring{
	padding-top:20px;
}

.aboutcontainer2 img{
	box-shadow: -3px 5px 32px -6px #888;
	background-color: #fff;
    padding: 10px;
}

.mapouter{

box-shadow: -3px 3px 32px -6px #888;
background-color: #fff;
padding: 10px;
}

.instagramuser a:link, a:visited{
	text-align: center;
	color: #dab993;
}
.instagramuser a:hover{

	color: #ffffff;
}
.instafeedwrapper img{
	display: inline-block;
width: 360px;
position: relative;
margin-right: 17.5px;
margin-left: 17.5px;
margin-top: 17.5px;
margin-bottom: 17.5px;
}

/*.gallery img{

width: 260px;
display: inline-block;
	position: relative;
margin-right: 13px;
margin-left: 13px;
margin-top: 13px;
margin-bottom: 13px;

}
*/

.galleryspace
{
  height:10px;
  width:10px;
  clear:both;
}

/*
.contactbg{
	background-image: url("images/contact/Woodward_contactbg.png");
	padding-top: 20px;
	background-size: cover;
}*/
.contactbg{
	padding-top: 160px;
}
.contactbg h2, .contactbg p{
	color:#430712;
	display: inline-block;

}
.contactbg h2{
	margin-right:50px;
	margin-left:50px;
	margin-top:45px;
	font-size:92px;

}
.contactbg p{
	font-weight:600;

}
.contacttitles{
	text-align: center;

}



.contactbottom img{
	width:auto;
}
.contactbottom{
	margin-top:26px;
	text-align: center;
}
.contactbottom p{
	font-weight:600;
}
.contactbottom a:visited{
	color:#430712;
}
.contactbottom a:hover{
	color:#ffffff;
}
.contactinstagram{
	float:right;
	padding-top:50px
}
.contactfacebook{
	float:right;
	padding-top:50px;
	padding-left:20px;
}
.contactlogo{
	float:left;
}
.automiddle{
	margin-left:auto;
	margin-right: auto;
}
.textaligncenter{
	text-align: center;
}
.headerinsta{
	padding-right: 8px;
	padding-left:50px;
}
.headerfacebook{
	margin-right: 60px;
}
.headertext{
	font-size:20px;
	font-weight:600;
	text-transform: uppercase;
	color:#dbba94;
	letter-spacing: 1.5px;
}
.inlineblock{
	display:inline-block;
}

.desktopnavcontainer{
	width:1199px;
	margin-left:auto;
	margin-right: auto;
}
.g-recaptcha{
  padding-top:22px
}
#notify{
  color: #430712;
}

.aboutvideo{
  width: 100%;
box-shadow: -3px 5px 32px -6px #888;
background-color: #fff;
padding: 10px;
margin-left: 15px;
margin-right: 15px;
margin-top: 44px;
}
