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

* {
	padding:0px;
	margin:0px;
}

p {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 28px;
	text-align: justify;
}
h1 {
	font-size: 36px;
	color:#F90;
}/*not*/
h2 {
	font-size: 22px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}/*not*/
h6 {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	color: #36332e;
	font-weight: 400;
	line-height: 1.25;
}
td{padding:5px;}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: "";
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
ul li {
	list-style: none;
}
img {
	border: 0;
	height: auto;
	max-width: 100%;
}
.not-ie img {
 -webkit-transition: all .25s linear;
 -moz-transition: all .25s linear;
 -ms-transition: all .25s linear;
 -o-transition: all .25s linear;
 transition: all .25s linear;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	outline: none;
	text-decoration:none;
	background:transparent;
	vertical-align:baseline;
}
a, a > * {
	color: #F90;
	text-decoration: none;
}


a:hover {color:#53a519;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
dt, dd {
	display: inline-block;
}
input[type="text"], input[type="password"], input[type="email"]{
	color: #666;
	background-color: #FFF;
	padding: 8px;
	margin:8px 0px;
	border: 1px solid #CCC;
	width:200px; font-family:"Century Gothic";
}

input[type="button"], .btn, input[type="submit"]{
	color: #fff;
	background-color: #6cb72f;
	padding: 10px;
	margin:7px 0px;
	border: 1px solid #3299a0;
	z-index:99;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; font-family:"Century Gothic";
	
	
}
input[type="button"]:hover, .btn:hover, input[type="submit"]:hover{
	color: #000;
	background-color: #efefef;
	border: 1px dashed #6cb72f; font-family:"Century Gothic";
}


label{font-size:13px; font-family:"Century Gothic";}
select {
	color: #666;
	background-color: #FFF;
	padding: 8px;
	margin:8px 0px;
	border: 1px solid #CCC;
	width:223px; font-family:"Century Gothic";
}
textarea{
	font-family:"Century Gothic";
	color:#666;
	resize: none;}

body {
	color: #333333;
	-webkit-font-smoothing: antialiaszed; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	font-size:16px;
	font-family: Calibri;
}
#wrapper {
	width:1100px;
	margin:0px auto;
}
/* ---------------------------------------------------------------------- */
/*	Header
/* ---------------------------------------------------------------------- */

#header {
	border-top-style: solid;
	border-top-color: #971880;border-top-width: 5px;


}

/* -------------------------------------------------- */
	/*	Logo
	/* -------------------------------------------------- */

	.logo {
	display: block;
	/*position: absolute;
	left: 120px;
	top: 150px;*/
	z-index:99;
	padding:20px 0px 0px 0px;
}
/* -------------------------------------------------- */
	/*	Event Holder
	/* -------------------------------------------------- */

	#header .event-holder {
	float: right;
	margin-top: 10px;
}
/* -------------------------------------------------- */
	/*	Main Navigation
	/* -------------------------------------------------- */

#access {
	background-color: #F90; /* Old browsers */
	border-top: solid 2px #53a519;
	border-bottom: solid 2px #53a519;
	
}
#access ul {

	padding:0;
	margin:0;
	list-style:none;
	font-size:18px;
}
#access li {
	position:relative;
	float:left;
	padding:0;
	margin:0;
}
#access ul li:first-child {
	padding-left:0;
	
}
#access a {
	text-decoration:none;
 -moz-transition: background-color .15s ease, margin .25s ease;
 -webkit-transition: background-color .15s ease, margin .25s ease;
 -o-transition: background-color .15s ease, margin .25s ease;
 -ms-transition: background-color .15s ease, margin .25s ease;
 transition: background-color .15s ease, margin .25s ease;
	position: relative;
	display: block;
	padding: 18px 22px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	font-family: calibri;
	
}
#access a:hover, #access li.current_page_item > a, #access li.current-menu-item > a {
	background-color:rgba(255, 255, 255, .2);
	color:#000;
	text-decoration:none;
}
#access a span {
	color:#999;
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	line-height:1.62em;
	text-transform:none;
}
.drop-down-toggle {
	display:none;
	position:absolute;
	top:7px;
	right:16px;
	width:20px;
	height:20px;
	border:#eee 3px solid;
	border-radius:15px;
}
.drop-down-arrow {
	display:block;
	width:0;
	height:0;
	margin:8px 0 0 5px;
	border-top:5px solid #eee;
	border-left:transparent 5px solid;
	border-right:transparent 5px solid;
}
#access li li {
	float:none;	
	padding:0;
	margin:0;
/*	border-top:rgba(255, 255, 255, .05) 1px solid;
	border-bottom:rgba(0, 0, 0, .1) 1px solid;*/
}
#access li li a {
	overflow:hidden;
	background: -moz-linear-gradient(top, #f7f5ee 0%, #eeece4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f5ee), color-stop(100%, #eeece4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f5ee 0%, #eeece4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f5ee 0%, #eeece4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7f5ee 0%, #eeece4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f7f5ee 0%, #eeece4 100%); /* W3C */
	display: block;
	padding: 7px 20px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-bottom-color: #e4e3db;
	text-align: left;
	color: #847460;
	font-weight: normal;
	font-size: 16px;
	font-family: Calibri;
}
#access li li:first-child > a {
	
}
#access li li:last-child > a {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#access li li a:hover {
	background-color: #36332e !important;
	color: #F60;
}
#access li ul {
	height:auto;
	position: absolute;
	left: 0;
	z-index: 999;
	display: none;
	margin-top: -5px;
	padding-top: 5px;
	width: 180px;
	background-color: #f7f5ed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}
#access li ul ul {
	margin:-35px 0 0 180px !important;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}
#access li:hover > ul, #access li li:hover > ul, #access li li li:hover > ul {
	display:block;
}
#access .nav-show, #access .nav-hide {
	display:none;
}
#slider {
	/*height: 600px;*/
	position: relative;
	overflow: hidden;
	z-index:1;
	margin:0px auto;
	clear: both;
	background-color: #333;
}

.metaslider {
    clear: both;
}
#slider_sub{
	text-align:center;
	background-color: #333; 
	clear: both;
	
}



#contentWrapper {
	padding: 0px 0px 25px 0px;
	background-color:#fff;
}
#content {
	float: left;
	width: 72%;
	text-align: justify;
	padding-right: 1%;
}
#content ul{
	padding:10px;
}
#content li{padding:5px; list-style-type:decimal;}
#content ul ul {
	padding:10px;
}

#content-m{float:left;width:42%;padding:10px 15px;}
#content-m h1{color:#53a519;}

.breadcrumbs {
	margin: 20px 0px;
	
	/*margin-left: 10px;*/
	font-size: 14px;
	color: #F90;
	font-weight:normal;
}
.breadcrumbs a {	
	color:#53a519;
}

.column {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	text-align:center;
	padding:20px 0px;
	
	-webkit-border-radius: 10px;
border-radius: 10px;

	
	background: #ffb76b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(50%,#ffa73d), color-stop(51%,#ff7c00), color-stop(100%,#ff7f04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */
	;
}
.column h2{
	font-size: 32px;
	color: #FFF;
	font-weight:normal;
	
	padding-top:10px;
}
.column h2 a{
	color:#fff;}
.one-third {
	width: 345px;
}


.testi{
	margin-top:-15px;
	padding: 10px 15px;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #efefef 0%, #7a7a7a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#7a7a7a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efefef 0%,#7a7a7a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efefef 0%,#7a7a7a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efefef 0%,#7a7a7a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #efefef 0%,#7a7a7a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#7a7a7a',GradientType=0 ); /* IE6-9 */

}
.testi td{padding:2px;}
.testi label{font-size: 80%;}
.testi .testi-input{
	color: #999;
	padding: 2px;
	font-family:Calibri;
	font-size:13px;
	width:95%;!important
}
.testi textarea{width:100%;!important}

.testi-submit{
	color:#FFF;
	padding:5px 10px;
	background-color:#F90;
	
	}

#announcements{
	border: 1px solid #CCC;
	margin-bottom:15px;
	}

	
#announcements a{
	color:#009;
	font-size: 14px;
	font-weight: normal;
	padding:10px;	
}
#announcements a:hover{text-decoration:underline}

#announcements h2{
	padding:10px;
	font-weight:normal;
	color: #fff;
	
	background-color: #F90; 


}



/* -------------------------------------------------- */
	/*	Button
	/* -------------------------------------------------- */
	
	.button {
	display: inline-block;
	margin-bottom: 15px;
	padding: 6px 19px;
	outline:none;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	vertical-align: baseline;
	text-align: center;
	text-decoration: none;
	font: 12px/1.5 Arial;
	cursor: pointer;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.button.small {
	padding: 6px 19px;
}
.button.medium {
	padding: 8px 21px;
	font-size: 15px;
}
.button.large {
	padding: 9px 24px;
	font-size: 16px;
}
.not-ie .button {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .14), inset 0 1px rgba(255, 255, 255, .25);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .14), inset 0 1px rgba(255, 255, 255, .25);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .14), inset 0 1px rgba(255, 255, 255, .25);
}
.button.default,  .button.dark:hover {
	border-color: #d7d5cf;
	border-bottom-color: #d0cfc9;
	color: #847460;
	text-shadow: 1px 1px 0 #f9f9f7;
	box-shadow: 2px 2px 2px #888888;
	background: #faf9f7; /* Old browsers */
	background: -moz-linear-gradient(top, #faf9f7 0%, #dad9d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #faf9f7), color-stop(100%, #dad9d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #faf9f7 0%, #dad9d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #faf9f7 0%, #dad9d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #faf9f7 0%, #dad9d3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #faf9f7 0%, #dad9d3 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf9f7', endColorstr='#dad9d3', GradientType=0 ); /* IE6-9 */
 
 
}


.button.default:hover {
	border-color: #6e8f92;
	color:#FFFFFF;
	text-shadow: none;
	background: #31abbb; /* Old browsers */
background: -moz-linear-gradient(top,  #31abbb 0%, #48848f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#31abbb), color-stop(100%,#48848f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #31abbb 0%,#48848f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #31abbb 0%,#48848f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #31abbb 0%,#48848f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #31abbb 0%,#48848f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31abbb', endColorstr='#48848f',GradientType=0 ); /* IE6-9 */

}





#sidebar {
	float: left;
	width: 25%;
	font-size: 14px;
	padding:0 10px;
}
.page_list{font-size: 15px;}
.page_list li{
	line-height: 50px;
	float: left;
	padding:0 20px;
	border: 1px dotted #666;
	margin-bottom:5px;
}
.page_list li.current a{color:#F90; font-weight:bold;}

.page_list span{font-size:20px;}

#content-m{float:left;width:42%;padding:10px 15px;}
#sidebar-l{
	float:left;
	width:25%;
	/*background-color: #CCC;*/
}
#sidebar-r{float:left;width:25%}


/* ---------------------------------------------------------------------- */
/*	Footer
/* ---------------------------------------------------------------------- */

#footer {
	position: relative;
	padding: 35px 0 15px;
	background-color: #333;
	color: #FFF;
	line-height: 30px;
}
#footer h2{
	color:#FFF;
	padding:10px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

footer a{
	color:#FFF;
}
footer a:hover{
	color:#FC0;
}

.ie7 #footer, .ie8 #footer {
	background-color: #666;
}
.section1 {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	width:700px;
}
.section1 ul{
	float:left;
	width:30%;}
.section2 {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
.adjective {
	clear: both;
	padding: 10px 0 15px;
	border-top: 1px solid #4f4e4e;
	
}
.copyright {
	width:50%;
	float:left;

}
.developed {
	width:40%;
	float: right;

}
/* ---------------------------------------------------------------------- */
/*  Bottom Footer
/* ---------------------------------------------------------------------- */	

	/* ---------------------------------------- */
	/*	Copyright
	/* ---------------------------------------- */

	#bottom-footer {
	
	background-color: #333;
	color: #FFF;	
	font-size:14px;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding:10px;
	
}

/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}