/* ==========================================================================
   Custom Styles
   ========================================================================== */
ul, menu, dir {
  -webkit-padding-start: 20px;
}

.box {
	padding:10px;
}

.box-20 {
	padding:20px;
}

.box-40 {
	padding:40px;
	overflow:auto;
}

.container-full {
	width:100%;
}

.bg-white {
	background-color:#fff;	
}

.bg-black {
	background-color:#000;	
}

.bg-red {
	background-color:#a61414;
}

.bg-gray {
	background-color:#888;
}

.bg-white {
	background-color:#fff;
}

.bg-white-75 {
	background:rgba(255,255,255,0.75);
}

.bg-dark-gray {
	background-color:#333;	
}

.bg-light-gray {
	background-color:#ddd;	
}

.bg-yellow {
	background-color:#DD9E2F;
}

.bg-blue {
	background-color:#34929a;
}

.bg-green {
	background-color:#80a62e;
}

.bg-pink {
	background-color:#ff5c55;
}

.bg-home-banner {
	background-image:url('/img/panorama.jpg');
	background-size:cover;
	background-position:center center;
	background-repeat: none;
}

.bg-map {
	height:480px;
	background-image:url('/img/img-map-sm.jpg');
	background-size:100% auto;
	background-position:center center;
	background-repeat: none;
}

@media screen and (max-width: 1920px) {
	.bg-map {
		height:480px;
		background-image:url('/img/img-map-sm.jpg');
		background-size:inherit;
		background-position:center center;
		background-repeat: none;
	}
}

@media screen and (max-width: 769px) {
	.box-tn {
		margin-bottom:20px;
	}
}



.bg-red-rock {
	background-image:url('/img/bg-red-rock.jpg');
	background-size:cover;
}

.text-21 {
	font-size:21pt;
}

.text-white {
	color:#fff;	
}

.text-black {
	color:#000;	
}

.text-white {
	color:#fff;
}

.text-gray {
	color:#777;
}

.text-dark-gray {
	color:#333;
}

.text-blue {
	color:#34929a;
}

.text-yellow {
	color:#ffbe56;
}

.text-pink {
	color:#ff5c55;
}

.text-red {
	color:#a61414;
}

.text-green {
	color:#80a62e;
}

.text-teal {
	color:#1abc9c;
}

.text-bold {
	font-weight:bold;
}

.rounded {
	border-radius:5px;
}

.square-corners {
	border-radius:0px;
}

.success {
	color:#34929a;
	font-size:18pt;
	line-height:18pt;
}










