/*
<!--CSS Credit: http://www.templatemo.com/
*/


/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0; padding: 0;
}
img, fieldset {border: 0;}
 
/* set image max width to 100% */
img {max-width: 100%;height: auto;width: auto\9; /* ie8 */}
 
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
 
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body { font: .81em/150% Arial, Helvetica, sans-serif; color: #666;	background-position:top;
	background-repeat:repeat-x;}
a {color: #026acb; text-decoration: none; outline: none;}
a:hover {text-decoration: underline;}
p {margin: 0 0 1.2em; padding: 0;}
 
/* list */
ul, ol {margin: 1em 0 1.4em 24px; padding: 0; line-height: 140%;}
li {margin: 0 0 .5em 0; padding: 0;}
 
/* headings */
h1, h2, h3, h4, h5, h6 {line-height: 1.4em; margin: 20px 0 .4em; color: #000;}
h1 {font-size: 2em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}
 
/* reset webkit search input styles */
input[type=search] {-webkit-appearance: none; outline: none;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {display: none;}
 
/************************************************************************************
STRUCTURE
*************************************************************************************/
#banner{ width:980px; margin: 0 auto;}
#pagewrap  		{width: 980px;margin: 0 auto;}
#header    		{position: relative; height: 160px;}
#site-logo 		{position: absolute; top: 10px; color:#fff}
#site-logo a 	{font: bold 30px/100% Arial, Helvetica, sans-serif; color: #fff;text-decoration: none;}
#site-description {font: italic 100%/130% "Times New Roman", Times, serif; color: #fff;  position: absolute; top: 55px;}
#searchform 	{position: absolute; right: 10px; bottom: 6px; z-index: 100; width: 160px;}
#searchform #s 	{width: 140px;float: right; background: #fff; border: none;padding: 6px 10px;-webkit-border-radius: 5px;-moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2); box-shadow: inset 0 1px 2px rgba(0,0,0,.2); -webkit-transition: width .7s; -moz-transition: width .7s; transition: width .7s;}
 
/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav { width: 100%; background: #2f4d80;margin: 0; padding: 0; position: absolute; left: 0; bottom: 0; z-index: 100;/* gradient */
                background: #2f4d80; border-radius:6px 6px; /* Old browsers */

}
#main-nav li { margin: 0; padding: 0; list-style: none; float: left; position: relative;}
#main-nav li:first-child {margin-left: 10px;}
#main-nav a {line-height: 100%; font-weight: bold; color: #fff; display: block; padding: 14px 15px;text-decoration: none;            text-shadow: 0 -1px 0 rgba(0,0,0,.5);}
#main-nav a:hover {color:#000; background: #efc34a;
 
}
 
/************************************************************************************
CONTENT
*************************************************************************************/
#content {background: #fff;  margin: 30px 0 30px; padding: 20px 35px; width: 600px;float: left; -webkit-border-radius: 8px;  -moz-border-radius: 8px; border-radius: 8px; /* box shadow */ -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4); -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4); box-shadow: 0 1px 3px rgba(0,0,0,.4); transition: width .7s;}
#content1 {background: #fff;  margin: 30px 0 30px; padding: 20px 35px; width: 906px;float: left; -webkit-border-radius: 8px;  -moz-border-radius: 8px; border-radius: 8px; /* box shadow */ -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4); -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4); box-shadow: 0 1px 3px rgba(0,0,0,.4); transition: width .7s;}

#banner_part {background: #fff;   width: 600px;float: left; }
.post 			{margin-bottom: 40px;}
.post-title 	{margin: 0 0 5px; padding: 0;font: bold 26px/120% Arial, Helvetica, sans-serif;}
.post-title a 	{text-decoration: none;color: #000;}
.post-meta 		{margin: 0 0 10px;font-size: 90%;}
.post-image 	{margin: 0 0 15px;}
.current{ background-color:#efc34a; }
 .current a{ background-color:#efc34a; color:#000; }
/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {width: 280px; float: right;margin: 30px 0 30px;}
.widget { background: #F5F2F2; margin: 0 0 30px; padding: 10px 20px; -webkit-border-radius: 8px;
 -moz-border-radius: 8px; border-radius: 8px; /* box shadow */
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4); -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4); box-shadow: 0 1px 3px rgba(0,0,0,.4);}
.widgettitle {margin: 0 0 5px;padding: 0;}
.widget ul {margin: 0; padding: 0;}
.widget li {margin: 0;padding: 6px 0; list-style: none; clear: both;border-top: solid 1px #eee;}
 
/* flickr widget */
.widget .flickr_badge_image {margin-top: 10px;}
.widget .flickr_badge_image img {width: 48px;height: 48px;margin-right: 12px;margin-bottom: 12px;float: left;}
 
/************************************************************************************
FOOTER
*************************************************************************************/
#footer {clear: both; color: #F0EAEA; font-size: 85%; background:#CE9E1A; height:250px; padding: 20px 35px;}
#footer a {color: #fff;}
 #footer_info a{ padding:4px 17px; float:right}
 .elementor-icon-list-item{padding-top:5px}
 .elementor-icon-list-text {font-size:14px;font-weight:bold;color:#000000}
/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
 

/* nav */
.nav {position: relative;margin: 20px 0;}
.nav ul {margin: 0;            padding: 0;}
.nav li {margin: 0 5px 10px 0;padding: 0;list-style: none;display: inline-block;}
.nav a {padding: 3px 12px;text-decoration: none;color: #999;line-height: 100%;}
.nav a:hover {color: #000;}
.nav .current a {background: #999;color: #fff;border-radius: 5px;}
.right-info{ width:219px; float:right;margin-top: 41px;}
.left-info{ width:287px; float:left; height:184px; padding:23px 23px; color:#C90; }
.left-info ul li a{ color:#1E6ED4;line-height: 30px;font-weight: bold;
font-size: 16px; }
.left-info ul li a:hover{ color:#33C; }

.section_rss_twitter {
	width: 359px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.rss_twitter a{
	display: block;
	width: 240px;
	color: #333;
	padding: 33px 0 0 0;
	margin-bottom: 23px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.rss_twitter a:hover {
	text-decoration: none;	
}

.rss_twitter a span {
	font-size: 15px;
	margin-top: 5px;
	display: block;
	letter-spacing:1px;
}

.rss a{

	background: url(images/rss.png) right bottom no-repeat;
}
#banner {background: #fff;  margin: 30px 0 30px; padding: 20px 35px; width: 905px;float: left; -webkit-border-radius: 3px;  -moz-border-radius: 3px; border-radius: 3px; /* box shadow */ -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4); -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4); box-shadow: 0 1px 3px rgba(0,0,0,.4); transition: width .7s;}
#part1{ width:362px; height:229px; float:left;}
#part2 { width:707px;; height:213px;  }
#part2 ul li{ list-style:none;}
 #part2 h2{ width:100%}
 .left-info ul li{ color:#F90;}
 
 .post_section {
	clear: both;
	padding-bottom: 5px;
	margin-bottom: 2px;
	border-bottom: 1px solid #CCC;
	background: url(images/templatemo_divider.jpg) bottom repeat-x;	
}

.post_section h2  {
	margin: 0 0 0px 0;
	padding: 2px 0 5px 0;font-size: 17px;
color: #C02840;
	background: url(images/templatemo_header.png) no-repeat bottom left;
}

.post_section .post_content {
	clear: both;
	margin: 2px 0;
}
.post_content .left {
	float: left; 
	width: 130px;
}

.post_content .left img {
	border:1px solid #CCC;
	padding: 5px;
	background: #fff;
}

.post_content .right {
	float: right; 
	width: 450px;
}

.post_section p {
	padding-bottom: 5px;
	margin-bottom: 8px;
}

.post_section .comment_tab {
	padding: 10px 0;
	margin: 40px 0 20px 0;
	border-bottom: 1px dashed #666;
	font-size: 20px;
	font-weight: bold;
}
.button a{
	float:right;
	clear: both;
	display: block;
	width: 103px;
	height: 23px;
	padding: 4px 0 0 0;
	background: url(images/templatemo_button.png) no-repeat;

	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button a:hover {
	background: url(images/templatemo_button_hover.png) no-repeat;
}
 .cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.ul_list ul li{ color:#fff;}
.ul_list1 ul li{ color:#3E72C0;}
#contact_form {
	float: left;
	padding: 20px 0 0 0;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
	/*border:1px solid #e2d1be;
	padding: 20px 20px 10px 20px; */
}

#contact_form form .input_field {
	height: 18px;
	width: 230px;
}

#contact_form form label {
	display: block;
	margin-right: 10px;
	font-size: 14px;	
}

#contact_form form textarea {
	width: 310px;
	height: 150px;
}

#contact_form form .submit_btn {
	float: left;
	margin-right: 110px;
	width: 103px;
	height: 27px;
	padding: 0px 0 0 0;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #fff;
	background: url(images/templatemo_button.png) no-repeat;
}

.gallery_img ul li{width:250px; height:250px; }
 
 table.altrowstable {
	width:100%;
	font-family: verdana,arial,sans-serif;
	font-size:16px;
	color:#333333;
	border-width: 1px;
	border-color: #a9c6c9;
	border-collapse: collapse;
}
table.altrowstable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}
table.altrowstable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}
.oddrowcolor{
	background-color:#d4e3e5;
}
.evenrowcolor{
	background-color:#EFFAFC;
}

 #para_info{ color:#03C; font-size:17px; margin-bottom:14px; margin-top:11px;}
 #news_section h2{
 color: #E91548;
font-size: 16px;
margin-bottom: 29px;}
 
 
 .odd th, .odd td { background-color:#d4e3e5;}
  .even th, .even td { background-color:#effafc;}
 
 