@charset "utf-8";
/* CSS Document */

html, body{
	height: 100%;
}
body{
	font-family: 'Questrial', sans-serif;
	background: url(../img/sand7.jpg) repeat center center transparent;
}

/**************************HEADER************************************/
#header{
	position: relative;
	z-index:10;
}

/**navbar**/
#header .navbar-header img{
	padding: 10px;
}
#header .navbar{
	margin-left: 0;
	margin-bottom:  0;
	background: url(../img/nav-bg1.png) no-repeat center bottom transparent;
	border: none;
	font-family: 'BenchNine', Arial, sans-serif;
	padding-bottom: 30px;
	box-shadow: none;
}
.navbar .nav{
	margin-top:30px;
}
.navbar .nav li{
	background-color: transparent;
	transition: .3s;
}
#header .navbar .nav > li > a{
	transition: .5s;
	color: #004e2a;
	font-size: 24px;
	padding: 0px 10px;
	font-family: 'BenchNine', Arial, sans-serif;
	outline:none;
}
#header .navbar .nav > li > a:hover,
#header .navbar .nav > li > a:active,
#header .navbar .nav > li > a:focus{
	padding-top: 10px;
}
#header .navbar .nav > li > a img{
	max-width: 70px;
	border-radius: 50%;
	transition: .5s;
}
#header .navbar .nav > li > a:hover img{
	box-shadow: 0 0 3px;
}

/*submenus*/

/************************************BANNER*****************************************/
#banner{
	font-family: 'Questrial', sans-serif;
	margin-top: -30px;
}
#banner .bx-wrapper{
	margin-bottom:30px;
}
#banner .bx-wrapper .bx-viewport{
	border:none;
	left:0;
}
/*********************************CONTENT*******************************************/
#content{
	font-family: 'Questrial', sans-serif;
	margin-bottom: -2%;
}
h1,h2,h3{
	font-family: 'BenchNine', Arial, sans-serif;
}
/*sections*/
.welcome{
	margin-bottom: 30px;
	font-size: 16px;
	text-align: center;
}
.services{
	padding-bottom: 20px;
}
.services .service{
	padding: 15px;
	background-color: rgba(7,79,43,0.8);
	box-shadow: 0 0 2px #000;
	transition:.5s;
	border-radius: 10px;
	color: #fff;
	margin-bottom: 15px;
}
.services .service:hover,.services .service:focus,.services .service:active{
	box-shadow: 0 0 10px #000;
}
.services .service .title{
	text-align: center;
	height: 75px;
}
.services .service .title h2{
	margin-top: 0;
}
.services .service .title img{
	float: left;
	max-width: 50px;
}
.services .service .description{
	min-height: 200px;
	text-align: justify;
}

.pages.title {
	color: #fff;
    padding: 3% 3% 1%;
    background-color: rgba(7, 79, 43, 0.8);
    border-bottom: 10px solid rgba(7, 79, 43, 1);
    border-radius: 10px 10px 0 0;
}
.pages.view {
	background-color: rgba(7,79,43,0.2);
    padding-bottom: 40px;
    padding-top: 15px;
}
.pages.view img {
	padding: 10px;
	margin:10px;
	border-radius: 5px;
	border: 2px solid rgb(7, 79, 43);
	transition: .5s;
}
.pages.view img:hover {
	background-color: rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
/*common*/
.top-margin {
	margin-top: -30px;
}
.btn-legend{
	background-image:-webkit-linear-gradient(top, #3c9c6c 0, #296949 100%);
	background-image:linear-gradient(to bottom, #3c9c6c 0, #296949 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c9c6c', endColorstr='#ff296949', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat:repeat-x;
	border-color:#074f2b;
	text-shadow:0 1px 0 #fff;
	color: #fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);

}
.btn-legend:hover, .btn-legend:focus{
	background-color: #296949;
    background-position: 0 -15px;
    color: #fff;
}
.btn-legend:active{
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
/**************************************FOOTER*****************************************/
#footer{
	background: url(../img/footer-bg.png);
	font-family: 'Questrial', sans-serif;
	padding-bottom: 20px;
    padding-top: 35px;
    position: relative;
    z-index: 10;
}
.social a{
	border: 2px solid #074f2b;
    border-radius: 50%;
    color: #074f2b;
    display: inline-block;
    font-size: 21px;
    height: 38px;
    padding: 2px 7px 7px;
    width: 38px;
    transition: .5s;
}
.social a:hover{
	background-color: #074f2b;
	color: #fff;

}

/***********************************GENERAL*****************************************/
/** Tables **/
table {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
table tr:nth-child(even) {
	background: #f9f9f9;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}
/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}
/*tooltip*/
.tooltip {
	font-family: 'BenchNine', Arial, sans-serif;
	color:#fff;
	display:none;
	font-size:18px;
	line-height:1.2em;
	margin:12px 0 0;
	padding:6px 8px;
	border-radius:2px;
	z-index:99;
}
.tooltip-inner{
	background-color: rgba(0,0,0,0.8);
}
/*forms*/
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
.input{
	margin-bottom: 5px;
}
#content input,#content  button,#content  select,#content  textarea{
	font-family: 'Questrial', sans-serif;
}
#content input, #content textarea, #content .uneditable-input{
	min-width:200px;
}
#content .radio input[type="radio"], #content .checkbox input[type="checkbox"]{
	width: auto;
	min-width: 5px;
}
#content input.btn[type="submit"]{
	width:16%;
	min-width:200px;
}
#content .small{
	float: left;
	width:40%;
}

@media all and (max-width: 991px){

	#header .navbar{
		background-position: center top;
	}
}
@media all and (max-width: 768px){
}
@media all and (max-width: 480px){}