
html, body {
	height: 100%;
.}

body {
	margin: 0px;
	padding: 0px;
	background: #2b1c26 url(images/main-wrapper-bg.jpg) repeat;
	/*text-shadow: 1px 1px 0px rgba(255,255,255,.5);
	font-family: 'Open Sans', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	/*color: #2b2929;*/
	color: black;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}

h3 {
/*	padding: 0px 0px 20px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 13px;*/
	font-size: 18px;
	color: #16130f;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 180%;
}

strong {
}

a {
	color: #0089f6;
	/*color: #6a2f3c;*/
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #03a9f4;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	background: #000000;
}

#wrapper-bgtop {
	background: url(images/wrapper-bgtop.jpg) repeat-x left top;
}

#wrapper-bgbtm {
	background: url(images/wrapper-bgbtm.jpg) repeat-x left bottom;
}

#wrapper-bgimg {
	/* background: url(images/wrapper-bgimg.jpg) no-repeat center top; */
	background: url(images/backgrounds/1.jpg) no-repeat center top;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
}

/** LOGO */

#logo-wrapper {
	overflow: hidden;
	height: 320px;
	background: url(images/logo-wrapper-bg.png) no-repeat center top;
}

#logo {
	width: 320px;
	padding: 120px 610px 0px 70px;
	height: 200px;
}

#logo h1, #logo p {
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	line-height: normal;
}

#logo h1 a {
	display: block;
	padding: 60px 0px 0px 0px;
	letter-spacing: 5px;
	text-decoration: none;
	font-size: 27px;
	color: #FFFFFF;
}

#logo p {
	padding: 5px 0px 0px 0px;
	letter-spacing: 1px;
	font-size: 12px;
	color: #6b6565;
}

/** MENU */

#menu-wrapper {
	/*overflow: hidden;
	height: 90px;*/
	background: url(images/menu-wrapper-bg.png) no-repeat center top;
}

#menu {
	height: 90px;
}

#menu > ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu > ul > li {
	position: relative;
	display: inline-block;
	height: 35px;
	/*padding: 35px 25px 0px 25px;*/
}
#menu > ul > li:hover > ul{
	/*display: block;*/
}

#menu > ul > li > a {
	/*text-transform: uppercase;*/
	font-size: 16px;
	padding: 20px 6px 0px 15px;
	line-height: 45px;
	letter-spacing: 1.3px;
	font-weight: bold;
}
#menu a {
	display: block;
	text-decoration: none;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,1);*/
	/*text-transform: uppercase;*/
	font-size: 14px;
	/*color: #02ffe7;*/
	color: #bae609;
	padding: 3px 10px;
	font-weight: bold;
	letter-spacing: 1.3px;
}
.submenu li:not(:last-child) > a {
	border-bottom: 1px solid #2e6969;
	letter-spacing: 1.3px;
}

#menu li > a:hover {
	color: #ff5722;
	transition: color 200ms linear;
}

#menu li > a.active {
	/*color: #bae609;*/
	color: #ff5722;
}


/** PAGE */

#page-wrapper {
	overflow: hidden;
	background: url(images/page-wrapper-bg.png) repeat-y center top;
}

#page-bgtop {
	background: url(images/page-bgtop.png) no-repeat center top;
}

#page-bgbtm {
	overflow: hidden;
	padding: 10px 0px 100px 0px;
	background: url(images/page-bgbtm.jpg) no-repeat center bottom;
}

.two-column1 #page-wrapper {
	background: url(images/page2-wrapper-bg.png) repeat-y center top;
}

.two-column1 #page-bgtop {
	background: url(images/page2-bgtop.png) no-repeat center top;
}

.two-column1 #page-bgbtm {
	background: url(images/page2-bgbtm.jpg) no-repeat center bottom;
}

.two-column2 #page-wrapper {
	background: url(images/page3-wrapper-bg.png) repeat-y center top;
}

.two-column2 #page-bgtop {
	background: url(images/page3-bgtop.png) no-repeat center top;
}

.two-column2 #page-bgbtm {
	background: url(images/page3-bgbtm.jpg) no-repeat center bottom;
}

/** CONTENT */

#content {
	float: left;
	width: 680px;
	min-height: 1185px;
}

.two-column2 #content {
	float: right;
}

#wide-content {
}

#wide-content .entry {
	background: url(images/wide-content-shadow.png) no-repeat left top;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 320px;
}

.two-column2 #sidebar {
	float: left;
}

/** FOOTER */

#footer {
	overflow: hidden;
	padding: 70px 0px 0px 0px;
	background: url(images/footer-wrapper-bg.jpg) no-repeat center top;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

/** COPYRIGHT */

#copyright {
	overflow: hidden;
	width: 910px;
	height: 150px;
	margin: 0px auto;
	padding: 50px 0px 0px 0px;
	background: url(images/divider-bg.png) repeat-x left top;
}

#copyright p {
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	color: #513343;
}

/** FOOTER CONTENT */

#footer-content {
	overflow: hidden;
	width: 910px;
	margin: 0px auto;
	padding: 0px 0px 70px 0px;
}

#footer-content h2 {
	padding: 0px 0px 25px 0px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	text-transform: uppercase;
	font-size: 12px;
	color: #fef6fc;
}

#footer-content #column1 {
	float: left;
	width: 270px;
	margin-right: 50px;
}

#footer-content #column2 {
	float: left;
	width: 270px;
}

#footer-content #column3 {
	float: right;
	width: 270px;
}

/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 12px 0px 12px 0px;
	background: url(images/divider-bg.png) repeat-x left top;
}

ul.style1 a {
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	color: #a08484;
}

ul.style1 .first {
	padding-top: 0px;
	background: none;
}

/** LIST STYLE 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	padding: 10px 0px 10px 0px;
	background: url(images/divider2-bg.png) repeat-x left top;
}

ul.style2 a {
	color: #16130f;
}

ul.style2 .first {
	padding-top: 0px;
	background: none;
}

/** LIST STYLE 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 15px 0px 15px 0px;
	background: url(images/divider2-bg.png) repeat-x left top;
	line-height: 130%;
}

ul.style3 a {
	color: #16130f;
}

ul.style3 .first {
	padding-top: 0px;
	background: none;
}

/** LIST STYLE 4 */

ul.style4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style4 li {
	/*background: url(images/divider4-bg.png) repeat-x left top;*/
	box-shadow: 0 3px 2px -2px #009688;
	text-align: center;
}

ul.style4 a {
	color: #0b8077;
	font-size: 18px;
	font-weight: bold;
	/*text-shadow: 1px 1px 1px rgb(184, 157, 157);*/
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	display: block;
}
ul.style4 a:hover {
	color: #a4cd00 !important;
	background: #215253 !important;
    background-image: radial-gradient(circle, #215253 0%, #009688 100%) !important;
}

ul.style4 .first {
	padding-top: 0px;
	background: none;
}

/** TITLE 1 */

.title1 {
	position: relative;
	width: 730px;
	height: 150px;
	background: url(images/title1-bg.png) no-repeat left top;
	left: -50px;
}

.title1 h2 {
	padding: 67px 0px 0px 78px;
	letter-spacing: 1px;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}

/** TITLE 2 */

.title2 {
	position: relative;
	width: 370px;
	height: 138px;
	background: url(images/title2-bg.png) no-repeat left top;
}

.title2 h2 {
	padding: 67px 0px 0px 60px;
	letter-spacing: 1px;
	/*text-shadow: 2px 1px 0px rgba(0,0,0,.5);*/
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/** TITLE 3 */

.title3 {
	position: relative;
	width: 1050px;
	height: 150px;
	background: url(images/title3-bg.png) no-repeat left top;
	left: -50px;
}

.title3 h2 {
	padding: 67px 0px 0px 78px;
	letter-spacing: 1px;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}

/** TITLE 4 */

.title4 {
	position: relative;
	width: 370px;
	height: 150px;
	left: -50px;
	background: url(images/title4-bg.png) no-repeat left top;
}

.title4 h2 {
	padding: 67px 0px 0px 78px;
	letter-spacing: 1px;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}

/** TITLE 5 */

.title5 {
	position: relative;
	width: 730px;
	height: 150px;
	background: url(images/title5-bg.png) no-repeat left top;
}

.title5 h2 {
	padding: 67px 0px 0px 60px;
	letter-spacing: 1px;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}

/** BOX STYLE 1 */

.box-style1 {
	overflow: hidden;
}

.box-style1 .title {
	padding: 0px 30px 20px 50px;
	/*text-shadow: 2px 1px 0px rgba(255,255,255,.5);*/
	text-transform: uppercase;
	font-size: 23px;
	/*color: #005c89;*/
	color: #ff5722;
	font-weight: bold;
}

.box-style1 .entry {
	padding: 30px 50px 0px 50px;
	background: url(images/box-content-shadow.png) no-repeat left top;
}

/** BOX STYLE 2 */

.box-style2 .entry {
	/*margin-top: -20px;*/
	padding: 0px 50px 0px 40px;
}

.box-style2 h3 {
	padding: 0px 0px 20px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 13px;
	color: #16130f;
}

/** BOX STYLE 3 */

.box-style3 .entry {
	margin-top: -20px;
	padding: 0px 40px 0px 50px;
}

/** BOX STYLE 4 */

.box-style4 {
	overflow: hidden;
}

.box-style4 .title {
	padding: 0px 30px 20px 40px;
	text-shadow: 2px 1px 0px rgba(255,255,255,.5);
	text-transform: uppercase;
	font-size: 23px;
	color: #2f2a22;
}

.box-style4 .entry {
	padding: 30px 50px 0px 40px;
	background: url(images/box-content-shadow.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 1 */

.image-style1 {
	position: relative;
	float: left;
	width: 250px;
	height: 239px;
	margin: 0px 15px 0px 0px;
	top: -3px;
	left: -10px;
}

.image-style1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style1 img {
	position: absolute;
	top: 15px;
	left: 15px;
}

.image-style1a span {
	background: url(images/image-style1-border.png) no-repeat left top;
}

.image-style5a span {
	background: url(images/image-style5-border.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 2 */

.image-style2 {
	position: relative;
	width: 304px;
	height: 155px;
	margin: 0px 15px 0px 0px;
	top: -5px;
	left: -15px;
}

.image-style2 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style2 img {
	position: absolute;
	top: 20px;
	left: 20px;
}

.image-style2a span {
	background: url(images/image-style2-border.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 3 */

.image-style3 {
	position: relative;
	float: left;
	width: 85px;
	height: 85px;
	margin: 0px 10px 0px 0px;
	top: -5px;
	left: -10px;
}

.image-style3 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style3 img {
	position: absolute;
	top: 15px;
	left: 15px;
}

.image-style3a span {
	background: url(images/image-style3-border.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 4 */

.image-style4 {
	position: relative;
	width: 252px;
	height: 145px;
	margin: 0px 0px 25px 0px;
	left: -15px;
}

.image-style4 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style4 img {
	position: absolute;
	top: 15px;
	left: 20px;
}

.image-style4a span {
	background: url(images/image-style4-border.png) no-repeat left top;
}

/** BUTTON STYLE 1 */

.button-style, .button {
	position: relative;
	/*display: block;*/
	width: 182px;
	height: 71px;
	left: -10px;
	background: url(images/button-bg.png) no-repeat left bottom;
	line-height: 71px;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}

/** BUTTON STYLE 2 */

.button-style2 {
	position: relative;
	display: block;
	width: 182px;
	height: 71px;
	left: -10px;
	background: url(images/banner-buttong-bg.png) no-repeat left bottom;
	line-height: 71px;
	/*letter-spacing: 1px;*/
	text-align: center;
	text-decoration: none;
	/*text-shadow: 2px 1px 0px rgba(0,0,0,.5);*/
	text-transform: uppercase;
	font-size: 14px;
	color: #FFFFFF;
}

.text-align {
	padding-top: 20px;
}

/** TWO COLUMNS */

.two-column {
	overflow: hidden;
	margin-top: -10px;
	padding: 0px 30px 0px 50px;
}

.two-column .colA {
	float: left;
	width: 275px;
	padding: 10px 25px 0px 0px;
	background: url(images/divider3-bg.png) repeat-y right top;
}

.two-column .colB {
	float: right;
	width: 275px;
	padding: 10px 0px 0px 0px;
}

.two-column .colC {
	float: left;
	width: 275px;
	padding: 10px 25px 0px 0px;
	background: url(images/divider3-bg.png) repeat-y right top;
}

.two-column .colD {
	float: right;
	width: 275px;
	padding: 10px 0px 10px 0px;
}

/** META STYLE */

.meta-wrapper {
	position: relative;
	width: 622px;
	height: 91px;
	padding: 0px 0px 30px 0px;
	background: url(images/meta-wrapper-bg.png) no-repeat left top;
	top: 30px;
	left: -10px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	color: #a3a3a3;
}

#meta-wrapper a {
	color: #FFFFFF;
}

#meta-wrapper .posted {
	float: left;
	color: #FFFFFF;
}

#meta-wrapper .links {
	float: right;
	color: #FFFFFF;
}

#box1 {
}

/** META STYLE 1 */

.meta-bg {
	overflow: hidden;
	position: relative;
	width: 542px;
	height: 91px;
	padding: 0px 45px 0px 35px;
	left: -10px;
	background: url(images/meta-wrapper-bg.png) no-repeat left top;
}

.meta p {
	line-height: 91px;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
	text-transform: uppercase;
	color: #a3a3a3;
}

.meta .tags {
	float: left;
}

.meta .links {
	float: right;
}

.meta .more {
	padding: 0px 10px 3px 30px;
	background: url(images/meta-icons-01.png) no-repeat left 0px;
}

.meta .comments {
	padding: 0px 0px 3px 30px;
	background: url(images/meta-icons-02.png) no-repeat left 0px;
}

.meta .divider {
	height: 22px;
	padding: 0px 15px;
	background: url(images/meta-divider-bg.jpg) repeat-y center top;
}

.meta a {
	color: #FFFFFF;
	text-decoration: none;
}
.meta a:hover {
	color: #005c89;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	-ms-transition: color 200ms linear;
	transition: color 200ms linear;
}

/** BANNER */

#banner {
	overflow: hidden;
	width: 964px;
	height: 290px;
	margin: 0px auto;
	background: url(images/banner-wrapper-bg.jpg) no-repeat left top;
	/*text-shadow: 1px 1px 0px rgba(0,0,0,1);*/
	text-transform: uppercase;
}

#banner h2 {
	padding: 28px 0px 10px 0px;
	letter-spacing: 3px;
	line-height: 145%;
	font-size: 20px;
	color: #FFFFFF;
}

#banner p {
	/*letter-spacing: 1px;*/
	color: #837e7e;
}

#banner #col1 {
	float: left;
	padding: 25px 0px 0px 25px;
	overflow: hidden;
	position: absolute;
	width: 650px;
	height: 240px;
}

#col1 img {
	position: absolute;
}

#banner #col2 {
	float: right;
	width: 250px;
    padding: 0px 25px;
}

.news-title
{
	border:1px solid rgb(97, 91, 49);
	height:30px;
	padding:11px;
	background-image:url('images/title-bg.png');
	color:#dfe1e1;
	text-shadow:1px 1px white;
	font-size:20px;
	font-weight:100;
	font-family:'Open Sans', sans-serif;
}
.new_button2.inverted {
	background: none;
}
.new_button2 {
	background: #24b70f;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 18px;
   padding: 10px 15px;
   -webkit-box-shadow: 1px 1px 20px 0 #000000;
   -moz-box-shadow: 1px 1px 20px 0 #000000;
   box-shadow: 1px 1px 20px 0 #000000;
   text-shadow: 1px 1px 20px #000000;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

.new_button2:hover {
   background: #20FF00;
   border: solid #99C624 0;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   text-decoration: none;
}

.d-block {
	display: block;
}