.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
header {
	padding: 10px 20px;
	background:linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.5), rgba(0,0,0,0)) !important;border:0px solid #444 !important;
}
header ul li a {
	color: rgb(252, 194, 93) !important;
	font-family: "Crimson Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
	font-size: 20px !important;
}
header ul li a.active {
	background-color: #daa520 !important;
	color: #fff !important;
}
header ul li a:hover {
	background-color: rgb(230, 229, 227) !important;
	color: rgb(252, 194, 93) !important;
}
footer a {text-decoration: none !important;}
.ora {background:#daa520;}
#banner p a {
	background-color: #daa520 !important;
	color: #fff !important;
	text-decoration: none;
	padding: 10px 30px;
	border-radius: 5px;
	font-size:30px;
}

#banner {
	background-image:url("../images/4.jpg");
	height:950px;
	background-size:100%;
	background-repeat:no-repeat;
	animation: anime-banner 30s infinite linear;
	position:relative;
	margin-top: 0px;
}
#banner::before { 
	content:"."; 
}
@keyframes anime-banner {
  0% {
	background-image:url("../images/bd/a2410.jpg");
	background-size:120%;
	 
  }
  23% {
	background-image:url("../images/bd/a2410.jpg");
	background-size:100%;
	 
  }
  25% {
	background-image:url("../images/b8.jpg");
	background-size:120%;
	 
  }
  49% {
	background-image:url("../images/b8.jpg");
	background-size:100%;
	 
  }
  51% {
	background-image:url("../images/b3.jpg");
	background-size:120%;
	opacity:1;
  }
  74% {
	background-image:url("../images/b3.jpg");
	background-size:100%;
	 
  }
  76% {
	background-image:url("../images/b9.jpg");
	background-size:120%;
	 
  }
  98% {
	background-image:url("../images/b9.jpg");
	background-size:100%;
	 
  }
  100% {
	background-image:url("../images/bd/a2410.jpg");
	background-size:120%;
	 
  }
}

@keyframes anime-banner2 {
	0% {
	  background-image:url("../images/bd/a2419.jpg");
	  background-size:120%;
	  opacity:1;
	}
	23% {
	  background-image:url("../images/bd/a2419.jpg");
	  background-size:100%;
	  opacity:0.6;
	}
	25% {
	  background-image:url("../images/p2.jpg");
	  background-size:120%;
	  opacity:1;
	}
	49% {
	  background-image:url("../images/p2.jpg");
	  background-size:100%;
	  opacity:0.6;
	}
	51% {
	  background-image:url("../images/pst.jpg");
	  background-size:120%;
	  opacity:1;
	}
	74% {
	  background-image:url("../images/pst.jpg");
	  background-size:100%;
	  opacity:0.6;
	}
	76% {
	  background-image:url("../images/pt1.jpg");
	  background-size:120%;
	  opacity:1;
	}
	98% {
	  background-image:url("../images/pt1.jpg");
	  background-size:100%;
	  opacity:0.6;
	}
	100% {
	  background-image:url("../images/bd/a2419.jpg");
	  background-size:120%;
	  opacity:1;
	}
  }

#banner p.para {
	margin-left:auto;
	margin-right: auto;
	/*animation: anime-letter 5s infinite linear;*/
	min-height: 90px;
	overflow-x:hidden;
	text-align:center;
	margin-top:400px;
	color:#fff;
	text-shadow:1px 5px 15px #070707;
	font-size:53px;
	font-weight:bold;
	overflow-y: hidden;
}

h2.tt {
	font-size: 60px;
}

@keyframes anime-letter {
  0% {
	width:0;
  }
  100% {
	width:100%;
  }
   
}
header .logo img {width: 70px;}
nav {
	width:100%;
	display: none;
}
nav a {
	border-top: 1px solid rgba(138, 103, 44, 0.1);
	color: rgb(138, 103, 44) !important;
	font-family: "Crimson Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
	font-size: 20px !important;
	display: block;
	width:100%;
}
.menuico {display: none;position:fixed;top: 10px;right: 10px;z-index: 9999;}
@media screen and (max-width: 1400px) {
	#banner {
		height:700px;
	}
	#banner p.para {
		margin-top:240px;
		font-size: 35px;
		
	}

	header ul li a {
		
		font-size: 17px !important;
	}
	
}

@media screen and (max-width: 900px) {
	#banner {
		height:400px;
	}
	#banner p.para {
		margin-top:150px auto;
		font-size: 30px;
		min-height: 50px;
	}
}

@media screen and (max-width: 800px) {
	header  {
		display: block !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
		margin-top: 0px;
		background:#fff !important;
	}
	header nav {
		background-color: rgba(250, 250, 250, 0.8);
		margin-top: -15px;
	 
	}

	header .logo {
		display: block !important;
		width: 100%;
	}
	header .logo img {width: 40px;}
	header ul  {
		display: none !important;width: 100%;
	}
	header ul li  {
		display: block !important;
		width: 100%;

	}
	#banner {
		margin-top: 50px;
		background-image:url("../images/p6.jpg");
		height:500px;
		animation: anime-banner2 30s infinite linear;
	}
	p {
		font-size: 70%;
	}
	#banner p.para {
		margin-top:140px;
		font-size: 25px;
		min-height: 80px;
	}
	#banner p a {
		
		font-size: 17px !important;
	}
	.menuico {display: inline-block;cursor: pointer;}
	.txtr {text-align: center !important;}
	
	footer .foot {text-align: left !important;}
	h2.tt {
		font-size: 40px;
		text-align: left;
	}
}


#banner2 {
	background-image:url("../images/b8.jpg");
	height:850px;
	background-size:100%;
	background-repeat:no-repeat; 
    top: 0;
    position: relative;
    padding-top: 350px;
}


#banner2 p.pbout {
	text-transform: uppercase; 
	text-align:center;
	color:#fff;
	text-shadow:1px 1px 5px #444;
	font-size:35px;
	font-weight:lighter;
    font-family: 'Crimson Pro', serif;
    background-color: rgba(0, 0, 0, 0.2);
	
}
#banner2 p.pbout b { 
	font-size:55px;
	font-weight:bolder;
    
	
}
 

@media screen and (max-width: 900px) {
	#banner2 {
		background-image:url("../images/b8.jpg");
		background-size: auto 100%;
		height:500px;
        padding-top: 200px;
	}
	#banner2 p.pbout {
        
        font-size:25px;
        
    }
    #banner2 p.pbout b { 
        font-size:35px; 
    }
}

#banner4 {
	background-image:url("../images/gal.jpg");
	height:850px;
	background-size:100%;
	background-repeat:no-repeat; 
    top: 0;
    position: relative;
    padding-top: 350px;
}


#banner4 p.pbout {
	text-transform: uppercase; 
	text-align:center;
	color:#fff;
	text-shadow:1px 1px 5px #444;
	font-size:35px;
	font-weight:lighter;
    font-family: 'Crimson Pro', serif;
    background-color: rgba(0, 0, 0, 0.2);
	
}
#banner4 p.pbout b { 
	font-size:55px;
	font-weight:bolder;
    
	
}
 

@media screen and (max-width: 900px) {
	#banner4 {
		height:500px;
        padding-top: 200px;
		background-image:url("../images/p2.jpg");
		 
	}
	#banner4 p.pbout {
        
        font-size:25px;
        
    }
    #banner4 p.pbout b { 
        font-size:35px; 
    }
	.gallery {margin-left: -50px;}
}


#banner3 {
	background-image:url("../images/4.jpg");
	height:850px;
	background-size:100%;
	background-repeat:no-repeat; 
    top: 0;
    position: relative;
    padding-top: 350px;
}


#banner3 p.pbout {
	text-transform: uppercase; 
	text-align:center;
	color:#fff;
	text-shadow:1px 1px 5px #444;
	font-size:35px;
	font-weight:lighter;
    font-family: 'Crimson Pro', serif;
    background-color: rgba(0, 0, 0, 0.3);
	
}
#banner3 p.pbout b { 
	font-size:55px;
	font-weight:bolder;
    
	
}
 

@media screen and (max-width: 900px) {
	#banner3 {
		height:500px;
        padding-top: 200px;
		background-size: auto 100%;
		background-image:url("../images/4.jpg");
	}
	#banner3 p.pbout {
        
        font-size:25px;
        
    }
    #banner3 p.pbout b { 
        font-size:35px; 
    }
}