* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 100%;
	background: url(../images/siteBackground.jpg);
	margin: 0;
	padding: 0;
}
h1 {
	color: #363636;
	font-size: 3.428571428571429em;
	font-family: 'Fredericka the Great', cursive;
	font-weight: normal;
}
.logo{
	float: left;
	color: #FFF;
	margin-left: 15px;
}
.logo img{
	width: 250px;
	height: 70px;
	margin-right: 10px;
	border-radius: 3px;
	position: relative;
	bottom: 30px;
}
.logo1 img{
	width: 250px;
	height: 70px;
	margin-right: 10px;
	border-radius: 3px;
	position: relative;
	bottom: 15px;
}

header{
	width: 100%;
	height: 100px;
}
header nav{
	width: 100%;
	max-width: 100%;
	background: #086A87;
	position: fixed;
	top: 0;
	z-index: 2;
	box-shadow: 2px 2px 2px black;
	height: 90px;
}
header nav ul{
	overflow: hidden;
	list-style: none;
	padding: 20px;
}
header nav ul li{
	float: right;
	padding-right: 15px;
}
header nav ul li a .fa{
	display: none;
}
header nav ul li a{
	color: #FFF;
	font-family: 'Lato' , sans-serif;
	font-size:1.285714285714286em;
	color:#ffffff;
	display: block;
	text-shadow: none;
	background:#363636;
	padding: 10px 15px 10px 15px;
	transition: .2s;
	border-radius: 2px;
	box-shadow: 2px 2px 2px black;
}
header nav li a:hover {
	background: #CA6144;
	color:#ffffff;
}
header nav li a:link{
	text-decoration: none;
}
header nav ul li a:visited{
			color: #FFF;
}
.menu_bar{
	display: none;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
}

p {
	line-height: 140%;
	font-size: 15px;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	/*color: #FFF;*/
}
.btn-buscar{
	display: flex;
}
.btn-buscar .form-control{
	margin-right: 10px;
}
hr {
	margin: 0 auto;
	border: 0;
    height: 0;
    width: 70%;
    border-top: 2px solid #83AFA6;
    border-bottom: 5px solid #83AFA6;
}

.separate{
	margin-bottom: 95px;
}
#owl-demo .item img{
    display: block;
    width: 95%;
    height: 500px;
    margin: 0 auto;
    border-radius: 4px;
}
.owl-carousel{
	z-index: 1;
	margin-top: 20px;
}
.more {
	padding-top:1px;
	font-family: 'Ubuntu' , sans-serif;
}
.more a:link{
	text-decoration: none;
}
.more a:hover{
	color: #A93545;
	text-decoration: none;
}
.more a{
	color: #467292;
}

.headerPicContainer {
	background:#e7e7e7;
}
.websiteDescription {
	padding:20px;
}
.mainContent {
	width: 100%;
	margin-top: 40px;
}
.parkNews{
	padding: 0px 5px 0px 35px;
	/*cursor: pointer;*/
}
.parkNews h3{
	font-family: 'Ubuntu', sans-serif;
	font-weight: bolder;
	font-size: 25px;
	margin-bottom: 15px;
	color: #545454;
	text-align: center;
	padding-top: 20px;
}
.align{
	text-align: center;
	padding-bottom: 30px;

}
.blockTitle {
	color: #363636;
	font-family: 'Ubuntu', sans-serif;
	cursor: default;
	font-size: 20px;
}
.birchNews {
	padding: 0px 0px 0px 30px;
}
.birchNews h3{
	font-family: 'Ubuntu', sans-serif;
	font-weight: bolder;
	font-size: 25px;
	margin-bottom: 15px;
	color: #545454;
	text-align: center;
	margin-top: 20px;
}
.birchNewsLast, .ourParkLast {
	padding-bottom:0px !important;
}
.slogan{
	font-weight: bold;
	font-family: 'Ubuntu' , sans-serif;
	font-size: 22px;
}
.birchNewsPic {
	width: 47.82608695652174%; /* 220px/460px */
}
.ourPark li {
	padding-bottom:20px;
	list-style:none;
}
.ourPark h3{
	padding-top: 10px;
	font-size: 29px;
	text-align: center;
}
.ourPark hr{
	width: 15%;
}
.row{
	width: 100%;
}
.define{
	color: #FFF;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
	padding-bottom: 15px;
}
.copyright{
	padding: 20px 0px 10px 0px;
	color: #FFF;
	text-align: center;
}
.side{
	padding-left: 15px;
}
.side h1{
	font-size: 25px;
	font-family: 'Ubuntu' , sans-serif;
	letter-spacing: 1px;
	color: #545454;
	padding-top: 10px;
	font-weight: bold;
}
.side li {
	list-style:none;
	font-size: 14px;
}
.side li a {
	display:block;
	font-family: 'Ubuntu', sans-serif;
	text-decoration: none;
	color: #545454;
	padding: 5px;
}
.side li a .producto{
	padding-left: 10px;
}
.side li a:hover{
	text-decoration: none;
	color: #FFF;
	background: #EA5656;
	font-weight: bold;
	letter-spacing: 1px;
	border: 2px solid #A45C5C;
	font-size: 12px;
	text-align: center;
}
.side ul a:hover{
	border-radius: 2px;
}
.side ul{
	color: #C03546;
	width: 100%;
	padding-top: 15px;
}

footer {
	background: #086A87;
	width: 100%;
	height: 100%;	
}
footer ul {
	padding: 10px 10px 0 10px;
	text-align:center;
}
footer li {
	display: inline;
}
footer li span {
	color: #ECF7C5;
}
footer a {
	text-decoration: none;
}
footer a:hover{
	color: #FFF;
}
footer a:link{
	color: #FFF;
}
footer a:visited{
	color: #FFF;
}
footer h3{
	text-align: center;
	font-family: 'Ubuntu' , sans-serif;
	color: #ECF7C5;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 20px;
}
footer hr{
	padding: 2px;
}
.proyectis{
	letter-spacing: 1px;
	color: #131311;
}

.ref{
	margin-left: 8px;
}
.enmarcar{
	font-weight: bold;
	text-transform: uppercase;
}
.google-maps{
	text-align: center;
	background:transparent; 
   	position:relative; 
   	width: 100%;
   	height: 350px;
   	top: 350px;
   	margin-top: -350px;
}
.mainContent1{
	width: 100%;
	margin-top: 30px;
}
.hyper: {
	cursor: default;
}
.producto{
	padding-left: 15px;
}
section .contacto{
	padding-top: 40px;
	text-align: center;
	font-size: 22px;
}
section .smb{
	text-align: center;
	margin: 0 auto;
}
.btnes{
	padding-bottom: 20px;
}
.centrar-modal{
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
}
.centrar-modal h4{
	text-transform: uppercase;
	font-size: 26px;
}
.centrar-modal .btn-primario{
	padding-top: 5px;
}
.centrar-modal .rut p{
	padding-bottom: 10px;
	font-size: 18px;
}
.centrar-modal .modal-header{
	background-color: #07588A; 
	color: #FFF; 
}
.centrar-modal  .form-control{
	width: 35%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.centrar-modal .close{
	opacity: 1;
	color: #FFF;
}
.centrar-modal .modal-footer{
	background-color: #07588A; 
	color: #FFF;
	text-align: center;
}
.modal-footer p i{
	margin-right: 10px;
}
.modal-footer .ubicacion{
	font-size: 22px;
	font-weight: bold;
}
.centrar-modal .modal-footer .ubicacion .fa{
	margin-right: 10px;
}
.formulario{
	font-family: 'Ubuntu' , sans-serif;
}
.formulario .title h1{
	text-align: center;
	font-weight: bold;
	font-family: 'Ubuntu' , sans-serif;
	font-size: 27px;
	margin-top: 20px;
}
.formulario .title hr{
	width: 80%;
}
.form-group{
	text-align: center;
}
.formulario .form-group{
	font-size: 16px;
	margin-top: 20px;
}
.formulario .form-control{
	width: 25%;
	text-align: center;
}
.item-combo{
	padding: 20px 0px 15px 0px;
}
.item-combo .form-control{
	width: 10%;
}
.formulario .form-group label{
	font-weight: 500;
	font-size: 16px;
	float: right;
}
.checkbox{
	font-size: 16px;
	text-align: center;
	padding-top: 15px;	
}
.checkbox label{
	padding-left: 60px;
}
.grupo-combo{
	padding-bottom: 15px;
}
.grupo-combo .form-control{
	width: 20%;
}
.item-form {
	text-align: center;
}
.item-paddbot{
	padding-bottom: 7px;
}
.item-padd label{
	margin-left: 32px;
}
.contacto{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 25px;
    font-family: 'ubuntu', sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
}
.btn-margin{
	margin-left: 450px;
}
.btn-eliminar{
	margin-left: 210px;
}
.btn-grabar{
	margin-left: 20px;
}
@media screen and (max-width: 800px){
		html,body{
		margin:0px;
		height:100%;
		}
			header nav{
			width: 100%;
			height: 70%;
			position: relative;
			margin: 0;
			border: 1px solid gray;
			left: -100%;
			border-radius: 3px;
			padding: 0px;
			background: #B14B4B;
		}
		header nav ul li{
			display: block;
			float: left;
			width: 100%; 
			padding: 0px;
		}

		header nav ul li a{
		color: #FFF;
		text-align: center;
		font-family: 'Lato' , sans-serif;
		font-size:1.285714285714286em;
		display: block;
		font-weight: bold;
		background: #B14B4B;
		box-shadow: none;
		}
		header nav ul li .btn{
		color: #FFF;
		text-align: center;
		font-family: 'Lato' , sans-serif;
		font-size:1.285714285714286em;
		display: block;
		font-weight: bold;
		background: #B14B4B;
		box-shadow: none;
		border: 0;
		}
		header nav ul li .btn a:hover{
		background: none;
		}

		header nav ul{
			width: 100%;
			padding: 0px;
		}
		.menu_bar{
			display: inline-block;
			width: 100%;
			background: #086A87;
			box-shadow: 2px 2px 2px black;
			text-align: center;
			z-index: 2;		
		}
		.menu_bar h1{
			font-size:28px;
			font-family: 'Fredericka the Great', cursive;
			color: #FFF;
			margin-top: 5px;
			cursor: pointer;
			text-align: center;
			letter-spacing: 1px;
			display: inline-block;
			margin-left: 10px;
		}
		
		.menu{
			color: #FFF;
			font-size: 23px;
			font-family: 'Lato' , sans-serif;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
			letter-spacing: 1px;
			cursor: pointer;
			text-align: center;
			display: inline-block;
		}
		.menu_bar .bt-menu {
			color: #FFF;
			font-size: 15px;
			display: inline-block;
			}
		.menu_bar .bt-menu a{
			text-align: center;
		}
		.owl-carousel{
		height: 200px;
		margin-top: 0;
		position: relative;
		bottom: 20px; 
		}
		#owl-demo .item img{
	    	display: block;
	    	width: 80%;
	    	height: 200px;
	    	margin: 0 auto;
	    	border-radius: 4px;
		}
		.logo{
		display: none;
		}
		.logo img{
		display: none;
		}
		.logo h1{
		display: none;
		}
		header nav ul li a .fa{
		display: inline-block;
		margin-right: 10px;		
		}
		footer {
		background: #086A87;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		}
		.no-repite{
			display: block;
		}
		.side h1{
			text-align: center;
		}
		.side ul{
			text-align: center;
			/*position: relative;
			bottom: 220px;*/
			z-index: 1; 
			width: 100%;
			padding: 0;
			font-weight: bold;
			letter-spacing: 1px;
		}
		.side li a:hover{
			text-decoration: none;
			color: #FFF;
			background: #EA5656;
			transition: .2s;
			font-weight: bold;
			letter-spacing: 0px;
			border: 2px solid #A45C5C;
			font-size: 11px;
		}
		.side li a .fa{
			display: none;
		}
		section .control{
			width: 260px;
		}
		section .area-texto{
			width: 260px;
			height: 300px;
		}
		.contactanos .contacto{
			padding-top: 0px;
		}
		.centrar-modal .form-control{
		width: 60%;
		margin: 0 auto;
		margin-bottom: 20px;
		}
		.centrar-modal .rut p{
		padding-bottom: 10px;
		font-size: 18px;
		}
		.centrar-modal h4{
		text-transform: uppercase;
		font-size: 20px;
		letter-spacing: 1px;
		}	
		.centrar-modal .btn-primario{
		padding-top: 5px;
		text-align: center;
		margin: 0 auto;
		font-size: 14px;
		border-color: #CA6144;
		}
		.centrar-modal .modal-footer{
			display: none;
		}
		li .btn-primary:hover{
			background: #CA6144;
			border-color: none;
		}
		li .btn-primary:focus{
			background: #CA6144;
			border-color: none;
		}
		li .btn-primary:visited{
			background: #CA6144;
			border: none;
		}
		.formulario .form-control{
		width: 95%;
		}
		.formulario .title hr{
		width: 80%;
		}
		.checkbox label{
		padding-left: 20px;
		}
		.btn-margin{
		margin-left: 200px;
		}
		.btn-eliminar{
		margin-left: 110px;
		}
		.btn-buscar{
		display: inline-block;
		margin-top: 10px;
		}
}
/**************************/
/*********************************End Media Queries****************************************/
/**************************/
