/* =============================================================================
CSS RESET
============================================================================= */
* {
	margin: 0;
	padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.hidden {
	position:absolute;
	left:-1000em;
	top:-1000em;
	width:1px;
	height:1px;
	overflow:hidden;
}
.noscreen {
	display:none;
}
.box {
	min-height:1px;
}
.box:after {
	display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";
}
.fix {
	float:none; clear:both; width:0; height:0; margin:0; padding:0; border:0; line-height:0; font-size:0;}
.f-left {
	float:left !important;
}
.f-right {
	float:right !important;
}
.t-left {
	text-align:left !important;
}
.t-center {
	text-align:center !important;
}
.t-right {
	text-align:right !important;
}
.t-justify {
	text-align:justify !important;
}
.va-top {
	vertical-align:top !important;
}
.va-middle {
	vertical-align:middle !important;
}
.va-bottom {
	vertical-align:bottom !important;
}
.nom {
	margin:0 !important;
}
.nomt {
	margin-top:0 !important;
}
.nomb {
	margin-bottom:0 !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;	
	background: url(img/bgrd.jpg) repeat;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	width: 100%;
	height: 1px;
	clear: both;
}
.dashed {
	width: 100%;
	height: 1px;
	clear: both;
	border-bottom: #dfdfdf dashed 1px;
	margin-bottom: 10px;
}
.success
{
	background-color: rgba(0, 140, 50, 0.3);
	border-radius: 5px;
	color: #02741d;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#048c32, endColorstr=#048c32);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	moz-border-radius: 5px;
	ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#048c32, endColorstr=#048c32)";
	padding: 10px;
	webkit-border-radius: 5px;
}
.error
{
	background-color: rgba(255, 0, 0, 0.3);
	border-radius: 5px;
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	moz-border-radius: 5px;
	padding: 10px;
	webkit-border-radius: 5px;
}
p.errorp {
	margin: 0px;
	padding: 0px;
	color: #fff;
}
.info
{
	background-color: rgba(152, 30, 35, 0.3);
	border: 1px solid #571114;
	border-radius: 5px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99981E23, endColorstr=#99981E23);
	moz-border-radius: 5px;
	ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99981E23, endColorstr=#99981E23)";
	padding: 10px;
	webkit-border-radius: 5px;
}
.spacer {
	width: 100%;
	height: 1px;
	margin-bottom: 9px;
}

/* =============================================================================
LOGIN
============================================================================= */

#pagination
{
	color: #fff;
	text-align: center;
}
#pagination a
{
	background: url(img/button-bg.png) top left repeat-x;
	border: #000 solid 1px;
	border: #901c1e solid 1px;
	border-radius: 5px;
	color: #fff;
	moz-border-radius: 5px;
	padding: 2px 6px;
	webkit-border-radius: 5px;
}
#pagination a:hover
{
	border: #fff solid 1px;
	box-shadow: 0px 0px 5px #fff;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Glow(Color=white,Strength=5);
}
#pagination .curpag
{
	background: #000;
	border: #000 solid 1px;
	border: #901c1e solid 1px;
	border-radius: 20px;
	color: #fff;
	margin-left: 3px;
	moz-border-radius: 20px;
	padding: 4px;
	webkit-border-radius: 20px;
}
#loginbox
{
	background: #f2f2f2;
	border: #fff solid 10px;
	border-radius: 5px;
	margin: auto;
	margin-top: 150px;
	moz-border-radius: 5px;
	padding: 20px;
	webkit-border-radius: 5px;
	width: 300px;
}
#loginbox label
{
	clear: both;
	color: #333;
	display: block;
	font-size: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
	width: 100%;
}
#loginbox input
{
	margin-bottom: 10px;
	margin-top: 0px;
}
#admin-sidebar
{
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	float: left;
	margin-right: 20px;
	moz-border-radius-bottomleft: 5px;
	moz-border-radius-bottomright: 5px;
	padding: 10px;
	webkit-border-bottom-left-radius: 5px;
	webkit-border-bottom-right-radius: 5px;
	width: 180px;
}
#admin-sidebar ul li
{
	border-bottom: #222 dashed 1px;
	color: #fff;
	font-size: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#admin-sidebar ul ul
{
	margin-left: 20px;
	margin-right: 20px;
}
#admin-sidebar ul ul li
{
	border: 0px;
	font-size: 13px;
	margin: 0px;
}
#admin-content
{
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	float: right;
	moz-border-radius-bottomleft: 5px;
	moz-border-radius-bottomright: 5px;
	padding: 10px;
	webkit-border-bottom-left-radius: 5px;
	webkit-border-bottom-right-radius: 5px;
	width: 720px;
}
#admin-content .textarea
{
	background-color: rgba(152, 30, 35, 0.3);
	border: 1px solid #571114;
	border-radius: 5px;
	color: #eee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99981E23, endColorstr=#99981E23);
	font-family: arial, tahoma, verdama;
	font-size: 11px;
	margin-right: 10px;
	margin-top: 10px;
	moz-border-radius: 5px;
	ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99981E23, endColorstr=#99981E23)";
	padding: 4px;
	webkit-border-radius: 5px;
}
#admin-content .dataTables_wrapper input
{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #333;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffb90a, endColorstr=#ffb90a);
	font-family: arial, tahoma, verdama;
	font-size: 11px;
	moz-border-radius: 3px;
	ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffb90a, endColorstr=#ffb90a)";
	padding: 5px;
	webkit-border-radius: 3px;
	width: 183px;
	margin-bottom: 10px;
}
ul.adminlist {
	margin-bottom: 10px;
}
.f-left {
	float: left !important;
}
.f-right {
	float: right !important;
}
.f-2width {
	width: 350px;
}
.f-width {
	width: 220px;
}

/* =============================================================================
HTML - styles
============================================================================= */

h1, h2, h3, h4, h5, h6, address, blockquote, dl, fieldset, ol, p, table, ul {
	margin: 0px;
	color: #333;
}
#content h1 {
	font-size:180%;
	margin: 0;
	margin-bottom: 20px;
	padding: 10px 15px;
	padding-left: 0px;
}
#content h2 {
	font-size:160%;
}
#content h3, #admin-content h3, h3 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-bottom: 10px;
	color: #223545;
}
#content h3.projects {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px;
	margin-bottom: 0px;
	color: #223545;
}
#content h3.formrow {
	margin-top: 18px;
	margin-bottom: 35px;
}
#content h4 {
	font-size: 16px;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	padding-bottom: 5px;
	border-bottom: #dfdfdf solid 1px;
}
#content h5, h6 {
	width: 100%;
	clear: both;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	padding-bottom: 2px;
}
#content p {
	font-size: 13px;
	line-height: 16px;
	color: #333;
	margin-bottom: 5px;
}
#content p.welcome {
	font-size: 13px;
	line-height: 16px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
#content p.listings_small {
	font-size: 12px;
	color: #666;
	margin: 0px;
	padding: 0px;
}
#list ul {
	margin:15px 0;
	list-style:none;
}
#list ul li {
	padding-left:15px;
	background:url(img/ul.gif) 0 4px no-repeat;
}
#list ul ul {
	margin:0 0 0 10px;
}
#list ul ul li {
	padding-left:15px;
	background:url(img/ul-ul.gif) 0 4px no-repeat;
}
#list ol {
	margin:15px 0 15px 30px;
	list-style-type:decimal;}
#list ol ol {
	margin:0 0 0 20px;}
#list ol ol li {
	list-style-type:lower-alpha;}
#content dl {
	clear:both;}
#content dl dt {
	font-weight:bold;}
#content dl dd {
	margin:0 0 5px 0;}
#content fieldset {
	position:relative; margin:10px 0; padding:10px;}
#content legend {
	font-size:120%; font-weight:bold;}
#content code {
	font-family:"",monospace;}
#content .help {
	cursor:help;}
#content dl dt {
	color:#00bdea;}
#content fieldset {
	border:1px solid #ccc;}
#content legend {
	background:#FFF; color:#0085cc;}
#content acronym, #content abbr, #content .help {
	border-bottom:1px dotted #cfcfcf;}
.tooltip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	padding: 6px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #333;
	background: url(img/black50.png) top left repeat;	
	color: #74012a;
}
a {
	color: #4c59b7;
	text-decoration: none;
}
a.news-link {
	color: #333;
}
a:hover, a:active, a:focus, #navigation a:hover, a.news-link:hover {
	color: #ef6464;
}
#navigation a {
	color: #333;
	font-size: 16px;
	margin-left: 10px;
}
a.register_button {
	background: url(img/button.png) top left repeat-x;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	moz-border-radius-bottomleft: 5px;
	moz-border-radius-bottomright: 5px;
	webkit-border-bottom-left-radius: 5px;
	webkit-border-bottom-right-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 7px 7px;
	padding-bottom: 10px;
	text-align: center;
	text-shadow: 1px 1px #8b3636;
	width: 100px;
	border: #8b3636 solid 1px;
	border-top: 0px;
}
a.register_button:hover {
	cursor: pointer;
	background: #ef6464;
	text-shadow: none;
	border: #ef6464 solid 1px;
	border-top: 0px;
}
a.featured {
	font-size: 14px;
	text-decoration: underline;
	font-weight: normal;
	display: inline-block;
	width: auto;
	float: right;
	text-align: right;
	padding-top: 5px;
}
/* =============================================================================
LAYOUT
============================================================================= */
#page_container {
	width: 100%;
}
.wrapper {
	width: 960px;
	margin: auto;
}
#header {
	width: 100%;
	height: 110px;
	position: fixed;
	padding-bottom: 10px;
	background: url(img/header-bg.png) top left repeat-x;
	z-index: 10000;
}
#logo {
	width: 305px;
	height: 70px;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
#header_nav {
	float: right;
	width: 250px;
	text-align: right;
}
#navigation {
	margin-top: 30px;
}
#navigation ul li {
	display: inline-block;
}
#content {
	margin-top: 120px;
}
#main {
	float: left;
	width: 640px;
}
.left_side {
	float: left;
	width: 290px;
}
.right_side {
	float: right;
	width: 290px;
}
#sidebar {
	float: right;
	width: 290px;
}
.slider_box {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: #ccc solid 1px;
	background: #fff;
	width: 100%;
}
.boxed {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: #ccc solid 1px;
	background: #f2f2f2;
	padding: 20px;
}
#home_slider {
	width: 960px;
}
.slider {
	/*min-height: 250px;*/
	padding: 20px;
}
.shadow {
	width: 960px;
	height: 20px;
	background: url(img/shadow.png) top left no-repeat;
	margin-bottom: 10px;
}
.smallshadow {
	width: 640px;
	height: 20px;
	background: url(img/smallshadow.png) top left no-repeat;
	margin-bottom: 10px;
}
.minishadow {
	width: 290px;
	height: 20px;
	background: url(img/minishadow.png) top left no-repeat;
	margin-bottom: 10px;
}
#footer {
	width: 100%;
	background: #1d1d1d;
	padding-top: 20px;
	padding-bottom: 20px;
}
#copyright {
	float: left;
	width: 600px;
}
#social {
	float: right;
	width: 150px;
	text-align: right;
}
#social img {
	width: 30px;
	height: 30px;
	border: none;
	margin-left: 5px;
	margin-top: 5px;
}
.footercopy {
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.footertitle {
	margin: 0px;
	margin-bottom: 5px;
	font-size: 18px;
}

.listing {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}
.listing:hover {	
	background: #fff;
}
.listing img {
	width: 130px;
	/*height: 130px;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	float: left;
	margin-right: 20px;
	border: #dfdfdf solid 1px;
}
.listing img:hover {
	border: #ff3333 solid 1px;
}
.listing_details {
	width: 410px;
	float: right;
}
/* =============================================================================
FORMS
============================================================================= */
label {
	width: 100%;
	clear: both;
	color: #999999;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	padding-bottom: 2px;
}
input {
	padding: 5px;
	border: #ccc solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 235px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
input[disabled='disabled'] {
	padding: 5px;
	background: #dfdfdf;
	border: #ccc solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 235px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.left_side input, .right_side input {
	width: 278px;
}
.full_side input {
	width: 587px;
}
textarea {
	padding: 5px;
	border: #ccc solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 235px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.button	{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	font-size: 12px;
	padding: 5px 8px;
	text-align: center;
	text-shadow: 1px 1px #8b3636;
	background: url(img/button.png) top left repeat-x;
	border: #8b3636 solid 1px;
	color: #fff;
	width: 140px;
	float: right;
	margin-bottom: 0px;
}
.button:hover {
	cursor: pointer;
	background: #ef6464;
	text-shadow: 1px 1px #ef6464;
	border: #ef6464 solid 1px;
}
select {
	margin-bottom: 10px;
}
.focus {
	width: 190px;
	float: left;
	margin-bottom: 5px;
}
.ez-hide { opacity: 0; filter:alpha(opacity=0); }
.ez-checkbox {
	background: transparent url(img/checkbox.png) 0 1px no-repeat;
	display:inline-block;
	width: 25px;
	float: left;
	height:23px;!important
}
input[type=checkbox]{
	height:20px;	
}
.ez-radio {
	background: transparent url(img/radio.png) 0 1px no-repeat;
	display:inline-block;
	width: 25px;
	float: left;
}
.form_info {
	color: #999999;
	font-size: 13px;
	padding-top: 3px;
	display: block
}
p.defaultP {
	padding: 0px;
	margin: 0px;
}
.ez-checked { background-position: 0 -18px; }
.ez-selected { background-position: 0 -19px; }

.ez-checkbox-green {
	background: transparent url(img/checkbox-green.png) 0 1px no-repeat;
	display:inline-block;
	*display: inline;
}
.ez-checked-green { background-position: 0 -18px; }
.ez-checkbox, .ez-radio { zoom: 1; *display:inline; _height:30px; }

.upload
{
	position: relative;
	width: 510px;
}
.realupload
{
	filter: alpha(opacity:100);
	float: left;
	left: 0;
	moz-opacity: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 290px;
	z-index: 2;
}
.fakeupload
{
}
.fakeupload input
{
	padding: 5px;
	border: #ccc solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	width: 330px;
}
#pagination
{
	color: #fff;
	text-align: center;
}
#pagination a
{
	background-color: #333;
	border: #333 solid 1px;
	border-radius: 20px;
	color: #fff;
	margin-left: 3px;
	moz-border-radius: 20px;
	padding: 1px 4px;
	webkit-border-radius: 20px;
}
#pagination a:hover
{
	border: #333 solid 1px;
	cursor: pointer;
}
#pagination .curpag
{
	background-color: #ccc;
	border: #ccc solid 1px;
	border-radius: 20px;
	color: #fff;
	margin-left: 3px;
	moz-border-radius: 20px;
	padding: 1px 4px;
	webkit-border-radius: 20px;
}

/* =============================================================================
OTHERS
============================================================================= */
#content .col50, .col50 {
	float:left;
	width: 49%;
}
#content .col33, .col33 {
	float:left; width:32%;
}
#content .col33.center {
	padding:0 2%;
}

/* =============================================================================
FONT STYLES
============================================================================= */

.thankyou-logo {
	width: 250px;
	float: left;
	padding: 5px;
	background: #fff;
	border: #dfdfdf solid 1px;
}
b, strong, p b, p strong {
	font-weight: bold;
}