#container, #header, #topheader, #subheader {  /* Author Vadim Volos */
	min-width: 1024px;
}

:focus {
	outline: none;
}

#topheader {
  	width: 100%;
  	height: 50px;
  	border-bottom: 1px solid #262626;
    background: #363636; /* Old browsers */
    background: -moz-linear-gradient(top,  #363636 0%, #262626 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#363636), color-stop(100%,#262626)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #363636 0%,#262626 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #363636 0%,#262626 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #363636 0%,#262626 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #363636 0%,#262626 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#262626',GradientType=0 ); /* IE6-9 */
  	z-index: 2;
  	position: relative;
}

#topheader.stick {
  	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  	z-index: 2;
}

.separator3 {
  	position: fixed;
  	width: 100%;
  	height: 3px;
  	border-top: 1px solid #829cc0;
  	background: #5d7aa2;
  	margin: 0;
  	padding: 0;
  	top: 51px;
  	z-index: 2;
}

#header {
  	clear: both;
  	width: 100%;
  	height: 105px;
    margin: 4px 0 0 0;
  	padding: 0;
    background: #3c5981;
}

.logo {
  	float: left;
  	margin-top: 15px;
  	color: #F2F2F2;
  	font-size: 52px;
  	font-weight: 700;
}

#subheader {
  	width: 100%;
  	height: 25px;
  	background: #3c5981;
  	margin: 0;
  	padding: 0;
}

.menu {
  	padding: 0 12px;
  	height: 50px;
  	border-radius: 3px;
  	border: 1px solid #E4E4E4;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
  	box-shadow: 0 3px 4px 0 #DDDDDD;
}

.menu ul {
  	margin: 0;
  	padding: 0;
  	float: left;
  	line-height: 48px;
}

.menu ul li {
  	margin: 0;
  	padding: 0;
  	display: inline-block;
  	list-style: none;
}

.menu ul li a:link, .menu ul li a:visited {
  	font-family: 'PT Sans', sans-serif;
  	font-size: 16px;
  	font-weight: 700;
  	color: #C3C3C3;
  	text-transform: uppercase;
  	padding: 0;
  	margin: 0 20px 0 0;
  	transition: all 0.5s ease;
}

.menu ul li a:hover, .menu ul li a:active {
  	color: #5d7aa2;
  	transition: all 0.5s ease;
}

.quicksearch {
    float: right;
  	margin-top: 8px;
    padding: 0;
    border: 1px solid #E4E4E4;
    background: #FAFAFA;
    height: 32px;
    border-radius: 3px;
}

.searchbox {
	font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    border: 1px none;
    height: 30px;
    padding: 0 10px;
    margin: 0;
    color: #969696;
    background: #FAFAFA;
    text-shadow: 0 1px 3px #FAFAFA;
  	border-radius: 4px;
}

.searchbutton {
    cursor: pointer;
    font-family: FontAwesome;
    background: none;
    border: 1px none;
    font-size: 14px;
    color: #C3C3C3;
    padding: 7px 8px;
	transition: all 0.5s ease;
}

.searchbutton:hover {
    cursor: pointer;
    color: #5d7aa2;
	transition: all 0.5s ease;
}

.links {
  	float: left;
  	margin-left: 5px;
  	font-family: 'PT Sans', sans-serif;
  	font-size: 13px;
}

.links a:link, .links a:visited {
  	color: #767676;
  	text-decoration: none;
  	transition: all 0.5s ease;
  	padding: 5px 8px;
  	border-radius: 3px;
}

.links a:hover, .links a:active {
  	color: #FFFFFF;
  	background: #5d7aa2;
  	border-radius: 3px;
  	text-decoration: none;
  	transition: all 0.5s ease;
}

.social {
  	float: right;
}

.facebook a:link, .facebook a:visited {
  	font-size: 16px;
  	color: #375794;
  	opacity: 0.65;
  	transition: all 0.5s ease;
}

.facebook a:hover, .facebook a:active {
  	opacity: 1;
  	transition: all 0.5s ease;
}

.twitter a:link, .twitter a:visited {
  	font-size: 16px;
  	color: #55acee;
  	opacity: 0.65;
  	transition: all 0.5s ease;
}

.twitter a:hover, .twitter a:active {
  	opacity: 1;
  	transition: all 0.5s ease;
}

.googleplus a:link, .googleplus a:visited {
  	font-size: 16px;
  	color: #e04a39;
  	opacity: 0.65;
  	transition: all 0.5s ease;
}

.googleplus a:hover, .googleplus a:active {
  	opacity: 1;
  	transition: all 0.5s ease;
}

.breadcrumb {
	font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    overflow: hidden;
    margin: auto;
    padding: 0;
    color: #969696;
    border: 1px solid #E4E4E4;
    height: 34px;
    width: 982px;
    border-radius: 3px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
  	box-shadow: 0 3px 4px 0 #DDDDDD;
}

.breadcrumb .crust {
    display: block;
    float: left;
    position: relative;
}

.breadcrumb .crust:first-child a.crumb {
    padding-left: 10px;
}

.breadcrumb .crust a.crumb, .breadcrumb .crust b.lastcrumb {
    text-decoration: none;
    padding: 5px 5px 5px 30px;
    margin-bottom: -1px;
    outline: 0 none;
    display: block;
    color: #969696;
    text-decoration: none;
	transition: all 0.5s ease;
    background: #FAFAFA;
}

.breadcrumb .crust b.lastcrumb {
    background: transparent none;
}

.breadcrumb .crust a.crumb, .breadcrumb .crust b.lastcrumb {
    line-height: 25px;
}

.breadcrumb .crust .arrow {
    border: 17px solid transparent;
    border-right: 1px none #DDDDDD;
    border-left-color: #DDDDDD;
    display: block;
    position: absolute;
    right: -18px;
    top: 0;
    z-index: 1;
    width: 0px;
    height: 0px;
}

.breadcrumb .crust .arrow span {
    border: 17px solid transparent;
    border-right: 1px none black;
    border-left-color: #FAFAFA;
    display: block;
    position: absolute;
    left: -18px;
    top: -17px;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 9999px;
    width: 0px;
    height: 0px;
	transition: all 0.5s ease;
}

.breadcrumb .refresh:hover {
    background-position: 0px -16px; 
}

.breadcrumb .crust:hover a.crumb {
    text-decoration:none; 
    cursor: pointer;
    background: #F4F4F4;
	transition: all 0.5s ease;
}

.breadcrumb .crust:hover .arrow span { 
    border-left-color: #F4F4F4;
	transition: all 0.5s ease;
}

.thead {
  	font-family: 'PT Sans', sans-serif;
  	font-size: 16px;
  	font-weight: 700;
  	height: 30px;
  	border-radius: 3px;
  	border: 1px solid #E4E4E4;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	color: #969696;
    box-shadow: 0 3px 4px 0 #DDDDDD;
}

.thead a:link, .thead a:visited {
	color: #969696;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #969696;
	text-decoration: none;
}

.catdesc {
  	font-family: 'PT Sans', sans-serif;
  	font-size: 13px;
  	font-weight: 400;
  	color: #FFFFFF;
  	background: #5d7aa2;
  	border-radius: 3px;
  	padding: 3px 6px;
  	position: relative;
}

.catdesc:before {
  	content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #5d7aa2 transparent transparent;
  	position: absolute;
  	left: -5px;
  	top: 7px;
}

.buttons {
    cursor: pointer;
    color: #969696;
    width: 35px;
    padding: 10px 0;
    text-align: center;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
    border-left: 1px solid #E4E4E4;
	transition: all 0.5s ease;
}

.buttons:hover {
    cursor: pointer;
    color: #5d7aa2;
	transition: all 0.5s ease;
}

.clickedbuttons {
    cursor: pointer;
    color: #969696;
    width: 35px;
    padding: 10px 0;
    text-align: center;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
    border-left: 1px solid #E4E4E4;
	transition: all 0.5s ease;
}

.clickedbuttons:hover {
    cursor: pointer;
    color: #5d7aa2;
	transition: all 0.5s ease;
}

.news {
	font-family: 'PT Sans', sans-serif;
  	font-size: 13px;
  	color: #969696;
  	text-align: left;
  	width: 972px;
  	height: auto;
  	margin: 0;
  	padding: 5px;
	/*
  	border: 1px solid #d5ca9f;
  	border-radius: 3px;
    background: #fff7e2; /* Old browsers */
    background: -moz-linear-gradient(top,  #fff7e2 0%, #eae5d0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff7e2), color-stop(100%,#eae5d0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff7e2 0%,#eae5d0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fff7e2 0%,#eae5d0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff7e2 0%,#eae5d0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff7e2 0%,#eae5d0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7e2', endColorstr='#eae5d0',GradientType=0 ); /* IE6-9 */
  	box-shadow: 0 3px 4px 0 #cfc9b0;
	*/
	border: 1px solid #E4E4E4;
    border-radius: 3px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
    box-shadow: 0 3px 4px 0 #DDDDDD;
}
.news img{
width: 100%;
	border: 1px solid #ccc;
}

.news a:link, .news a:visited {
  	color: #5d7aa2;
  	font-weight: 700;
}

.news a:hover, .news a:active {
  	color: #829cc0;
}

.tipsy {
    position: absolute;
    padding: 5px;
    z-index: 100000;
}

.tipsy-inner {
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
    color: #F2F2F2;
    max-width: 200px;
    padding: 5px 8px;
    text-align: center;
  	border-radius: 3px;
    background: #5d7aa2;
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #5d7aa2;
}
  
.tipsy-arrow-n {
    border-bottom-color: #5d7aa2;
}

.tipsy-arrow-s {
    border-top-color: #5d7aa2;
}

.tipsy-arrow-e {
    border-left-color: #5d7aa2;
}

.tipsy-arrow-w {
    border-right-color: #5d7aa2;
}
  
.tipsy-n .tipsy-arrow {
    top: 0px; left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.welcomeguest {
  	font-family: 'PT Sans', sans-serif;
  	font-size: 16px;
  	line-height: 50px;
    color: #969696;
  	float: left;
}

.guestlogin {
  	line-height: 50px;
    color: #969696;
  	float: right;
}

.loginbutton a:link, .loginbutton a:visited {
  	font-family: 'PT Sans', sans-serif;
  	font-size: 16px;
  	color: #E4E4E4;
  	background: #5d7aa2;
    border-left: 1px solid #5d7aa2;
  	border-right: 1px solid #5d7aa2;
  	border-bottom: 3px solid #829cc0;
  	border-top: 1px solid #5d7aa2;
  	border-radius: 3px;
  	padding: 5px 10px;
  	transition: all 0.2s ease;
}

.loginbutton a:hover, .loginbutton a:active {
  	color: #FFFFFF;
  	background: #7894b9;
    border-left: 1px solid #7894b9;
  	border-right: 1px solid #7894b9;
  	border-bottom: 3px solid #9db4d3;
  	border-top: 1px solid #7894b9;
  	transition: all 0.2s ease;
}

.registerbutton a:link, .registerbutton a:visited {
  	font-family: 'PT Sans', sans-serif;
  	font-size: 16px;
  	color: #E4E4E4;
  	background: #aea88e;
    border-left: 1px solid #aea88e;
  	border-right: 1px solid #aea88e;
  	border-bottom: 3px solid #cfc9b0;
  	border-top: 1px solid #aea88e;
  	border-radius: 3px;
  	padding: 5px 10px;
  	transition: all 0.2s ease;
}

.registerbutton a:hover, .registerbutton a:active {
  	color: #FFFFFF;
  	background: #cfc9b0;
    border-left: 1px solid #cfc9b0;
  	border-right: 1px solid #cfc9b0;
  	border-bottom: 3px solid #e8e3d0;
  	border-top: 1px solid #cfc9b0;
  	transition: all 0.2s ease;
}

.welcometitle {
  	background: #3c5981;
  	height: 50px;
  	line-height: 50px;
  	border-radius: 3px 3px 0px 0px;
}

.welcometitle h1 {
  	font-family: 'PT Sans', sans-serif;
  	font-size: 19px;
  	font-weight: 700;
  	text-align: center;
  	color: #FFFFFF;
  	margin: 0;
  	padding: 0;
}

.welcomebox {
  	width: 280px;
  	margin: 10px 0 0 20px;
  	float: left;
  	text-align: justify;
  	font-family: 'PT Sans', sans-serif;
  	font-size: 13px;
  	color: #969696;
  	line-height: 22px;
}

.welcomelogin {
  	width: 190px;
  	margin: 10px 10px 0 50px;
  	float: left;
  	text-align: left;
  	line-height: 22px;
}

.welcomelogin ul {
    float: left;
    margin: 0;
  	padding: 0;
    list-style: none;
}

.welcomelogin li {
    display: block;
}

.log {
    color: #FAFAFA;
    padding: 8px 8px 7px 7px;
	margin: 0 0 10px 0;
    background: #3c5981;
    border-top: 1px solid #3c5981;
    border-left: 1px solid #3c5981;
    border-bottom: 1px solid #3c5981;
    border-right: 1px none;
  	border-radius: 3px 0px 0px 3px;
}

.textlog {
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
    width: 90px;
    color: #969696;
    background: #FAFAFA;
    border-top: 1px solid #3c5981;
    border-right: 1px solid #3c5981;
    border-bottom: 1px solid #3c5981;
    border-left: 1px none;
    padding: 8px 8px 7px 8px;
  	margin: 0 0 10px 0;
  	border-radius: 0px 3px 3px 0px;
}

[placeholder]:focus::-webkit-input-placeholder {
  	color: transparent;
    transition: all 0.3s ease;
}

input.loginbutton {
  	font-family: 'PT Sans', sans-serif;
  	font-size: 16px;
  	color: #E4E4E4;
  	background: #5d7aa2;
    border-left: 1px solid #5d7aa2;
  	border-right: 1px solid #5d7aa2;
  	border-bottom: 3px solid #829cc0;
  	border-top: 1px solid #5d7aa2;
  	border-radius: 3px;
  	padding: 5px 10px;
  	transition: all 0.2s ease;
}

input.loginbutton:hover {
  	color: #FFFFFF;
  	background: #7894b9;
    border-left: 1px solid #7894b9;
  	border-right: 1px solid #7894b9;
  	border-bottom: 3px solid #9db4d3;
  	border-top: 1px solid #7894b9;
  	transition: all 0.2s ease;
}

.userpanel {
  	float: left;
  	margin-top: 12px;
}

.userpanel a:link, .userpanel a:visited {
  	color: #829cc0;
  	transition: all 0.5s ease;
}

.userpanel a:hover, .userpanel a:active {
  	color: #9db4d3;
  	transition: all 0.5s ease;
}

.sep {
  	margin-right: 20px;
}

.useroptions {
  	float: right;
  	line-height: 50px;
  	font-size: 16px;
  	color: #969696;
}

.panelavatar {
  	border-radius: 3px;
  	margin-right: 10px;
}

.userunique a:link, .userunique a:visited {
  	color: #829cc0;
  	text-decoration: none;
  	transition: all 0.5s ease;
}

.userunique a:hover, .userunique a:active {
  	color: #9db4d3;
  	text-decoration: none;
  	transition: all 0.5s ease;
}

.wrapper-dropdown-5 {
    position: relative;
    top: 19px;
  	margin-left: 10px;
    float: right;
    cursor: pointer;
    outline: none;
    z-index: 999;
  	color: #5d7aa2;
  	transition: all 0.5s ease;
}

.wrapper-dropdown-5 .dropdown {
	position: absolute;
	width: 190px;
    padding: 0;
	top: 20px;
	left: -170px;
	list-style: none;
  	max-height: 0;
	overflow: hidden;
  	transition: all 0.5s ease;
  	color: #969696;
	background: #5d7aa2;
  	border-radius: 0px 0px 3px 3px;
}

.wrapper-dropdown-5:hover, .wrapper-dropdown-5:active {
    cursor: pointer;
	transition: all 0.5s ease;
  	color: #829cc0;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 5px;
}

.wrapper-dropdown-5 .dropdown li a {
  	font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    padding: 5px;
    height: 20px;
    line-height: 18px;
    display: block;
    text-decoration: none;
    color: #E4E4E4;
  	transition: all 0.3s ease;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

.wrapper-dropdown-5 .dropdown li:hover a {
    display: block;
    cursor: pointer;
	border-left: 4px solid #829cc0;
  	color: #FFFFFF;
  	transition: all 0.3s ease;
}

.wrapper-dropdown-5.active .dropdown {
    max-height: 400px;
}

.tduser {
    padding: 0;
    margin: 0;
}

.pms {
  	position: relative;
  	top: -17px;
  	left: -10px;
  	font-size: 11px;
  	color: #FFFFFF;
  	padding: 2px 6px;
  	border-radius: 3px;
    background: #c10307; /* Old browsers */
    background: -moz-linear-gradient(top,  #c10307 0%, #9b0324 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c10307), color-stop(100%,#9b0324)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c10307 0%,#9b0324 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c10307 0%,#9b0324 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c10307 0%,#9b0324 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c10307 0%,#9b0324 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c10307', endColorstr='#9b0324',GradientType=0 ); /* IE6-9 */
}

.stats {
  	text-align: left;
  	display: inline-block;
  	width: 228px;
  	margin: 5px;
  	padding: 0;
  	vertical-align: top;
}

#prefooter {
  	width: 100%;
  	background: #3c5981;
  	margin: 0;
  	padding: 0;
}

.premenu {
  	position: relative;
  	top: -27px;
  	padding: 0 12px;
  	height: 50px;
  	border-radius: 3px;
  	border: 1px solid #E4E4E4;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}

.premenu ul {
  	margin: 17px 0 0 0;
  	padding: 0;
  	float: left;
}

.premenu ul li {
  	margin: 0;
  	padding: 0;
  	display: inline-block;
  	list-style: none;
}

.premenu ul li a:link, .premenu ul li a:visited {
  	font-family: 'PT Sans', sans-serif;
  	font-size: 13px;
  	font-weight: 700;
  	color: #C3C3C3;
  	text-transform: uppercase;
  	padding: 0;
  	margin: 0 10px 0 0;
  	transition: all 0.5s ease;
}

.premenu ul li a:hover, .premenu ul li a:active {
  	color: #5d7aa2;
  	transition: all 0.5s ease;
}

.prelateral {
    text-align: right;
  	margin-top: 12px;
    padding: 0;
}

.language {
  	float: right;
  	margin-left: 10px;
}

.themes {
	float: right;
}

#footer {
  	width: 100%;
  	height: 145px;
  	line-height: 10px;
  	margin: 0;
  	padding: 5px 0 0 0;
  	color: #F2F2F2;
    background: #3c5981;
}

.about {
  	font-family: 'PT Sans', sans-serif;
  	font-size: 13px;
  	color: rgba(255, 255, 255, 0.5);
  	width: 250px;
  	text-align: left;
  	padding: 0;
  	margin: 0;
  	float: right;
}

.about h3 {
  	font-family: 'PT Sans', sans-serif;
  	font-size: 16px;
  	color: #F2F2F2;
  	text-transform: uppercase;
  	margin: 0 0 20px 0;
}

.about p {
  	text-align: justify;
  	line-height: 15px;
}

.navigation {
  	font-family: 'PT Sans', sans-serif;
  	font-size: 13px;
  	color: rgba(255, 255, 255, 0.5);
  	width: 300px;
  	padding: 0;
  	margin: 0;
  	float: left;
}

.navigation h3 {
  	font-family: 'PT Sans', sans-serif;
  	font-size: 16px;
  	color: #F2F2F2;
  	text-transform: uppercase;
  	margin: 0 0 20px 0;
  	text-align: left;
}

.navigation ul {
  	margin: 0;
  	padding: 0;
  	text-align: left;
}

.navigation ul li {
  	display: block;
  	list-style: none;
  	font-family: 'PT Sans', sans-serif;
  	font-size: 13px;
  	padding: 0 0 11px 0;
}

.navigation ul li a:link, .navigation ul li a:visited {
  	color: rgba(255, 255, 255, 0.5);
  	transition: all 0.5s ease;
  	text-decoration: none;
}

.navigation ul li a:hover, .navigation ul li a:active {
  	color: rgba(255, 255, 255, 1);
  	transition: all 0.5s ease;
  	text-decoration: none;
}

.separator2 {
  	width: 100%;
  	height: 3px;
  	border-bottom: 1px solid #829cc0;
  	background: #5d7aa2;
  	margin: 0;
  	padding: 0;
  	z-index: 2;
}

#finalfooter {
  	width: 100%;
  	height: 50px;
  	line-height: 48px;
  	color: #969696;
  	font-family: 'PT Sans', sans-serif;
  	font-size: 16px;
  	border-top: 1px solid #262626;
    background: #262626; /* Old browsers */
    background: -moz-linear-gradient(top,  #262626 0%, #363636 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#262626), color-stop(100%,#363636)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #262626 0%,#363636 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #262626 0%,#363636 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #262626 0%,#363636 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #262626 0%,#363636 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#363636',GradientType=0 ); /* IE6-9 */
}

#finalfooter a:link, #finalfooter a:visited {
  	color: #829cc0;
  	transition: all 0.5s ease;
}

#finalfooter a:hover, #finalfooter a:active {
  	color: #9db4d3;
  	transition: all 0.5s ease;
}

::-webkit-scrollbar {
    width: 12px;
  	border: 1px solid #EFEFEF;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left,  #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to right,  #ffffff 0%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=1 ); /* IE6-9 */
}

::-webkit-scrollbar-track {
  	background: #F2F2F2;
   	box-shadow: inset 0 0 15px #969696;
  	width: 12px;
}

::-webkit-scrollbar-thumb {
  	box-shadow: inset 0 0 15px #3c5981;
	background: #5d7aa2;
}

::-webkit-scrollbar-thumb:hover {
  	box-shadow: inset 0 0 15px #5d7aa2;
	background: #829cc0;
}

.scrolltotop {
    cursor: pointer;
    position: fixed;
    bottom: 1em;
    right: 20px;
    text-decoration: none;
    color: #CCCCCC;
    display: none;
	transition: all 0.5s ease;
  	font-size: 16px;
}

.moderatedby {
  	padding: 0 5px;
  	font-family: 'PT Sans', sans-serif;
  	font-size: 13px;
  	height: 30px;
  	line-height: 30px;
  	border-radius: 3px;
  	border: 1px solid #E4E4E4;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	color: #969696;
    box-shadow: 0 3px 4px 0 #DDDDDD;
}

.userbrowsing {
  	padding: 0 5px;
  	font-family: 'PT Sans', sans-serif;
  	font-size: 13px;
  	height: 30px;
  	line-height: 30px;
  	border-radius: 3px;
  	border: 1px solid #E4E4E4;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	color: #969696;
    box-shadow: 0 3px 4px 0 #DDDDDD;
}

.bigbutton a:link, .bigbutton a:visited {
  	font-family: 'PT Sans', sans-serif;
  	font-size: 16px;
  	color: #E4E4E4;
  	background: #5d7aa2;
    border-left: 1px solid #5d7aa2;
  	border-right: 1px solid #5d7aa2;
  	border-bottom: 3px solid #829cc0;
  	border-top: 1px solid #5d7aa2;
  	border-radius: 3px;
  	padding: 5px 10px;
  	transition: all 0.2s ease;
}

.bigbutton a:hover, .bigbutton a:active {
  	color: #FFFFFF;
  	background: #7894b9;
    border-left: 1px solid #7894b9;
  	border-right: 1px solid #7894b9;
  	border-bottom: 3px solid #9db4d3;
  	border-top: 1px solid #7894b9;
  	transition: all 0.2s ease;
}

.effect a:link, .effect a:visited{
  	color: #E4E4E4;
  	transition: all 0.5s ease;
}

.effect a:hover, .effect a:active {
  	color: #5d7aa2;
  	transition: all 0.5s ease;
}

.effect2 a:link, .effect2 a:visited{
  	color: #CCCCCC;
  	transition: all 0.5s ease;
}

.effect2 a:hover, .effect2 a:active {
  	color: #5d7aa2;
  	transition: all 0.5s ease;
}

.pagination2 a:link, .pagination2 a:visited {
   cursor: pointer;
   font-family: 'PT Sans', sans-serif;
   font-size: 13px;
   color: #969696;
   border-radius: 3px;
   border: 1px solid #DDDDDD;
   padding: 2px 6px;
   background: #FFFFFF;
   transition: all 0.5s ease;
}

.pagination2 a:hover, .pagination2 a:active {
  	color: #E4E4E4;
  	background: #5d7aa2;
    border: 1px solid #466DA0;
}

.closedbutton a:link, .closedbutton a:visited {
  	font-family: 'PT Sans', sans-serif;
  	font-size: 16px;
  	color: #F2F2F2;
  	background: #a25d5d;
    border-left: 1px solid #a25d5d;
  	border-right: 1px solid #a25d5d;
  	border-bottom: 3px solid #c08282;
  	border-top: 1px solid #a25d5d;
  	border-radius: 3px;
  	padding: 5px 10px;
  	transition: all 0.2s ease;
}

.closedbutton a:hover, .closedbutton a:active {
  	color: #FFFFFF;
  	background: #b97878;
    border-left: 1px solid #b97878;
  	border-right: 1px solid #b97878;
  	border-bottom: 3px solid #d39d9d;
  	border-top: 1px solid #b97878;
  	transition: all 0.2s ease;
}

.pbheader {
  	font-family: 'PT Sans', sans-serif;
  	font-size: 13px;
  	padding: 5px;
  	border-radius: 3px 3px 0px 0px;
  	border: 1px solid #E4E4E4;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	color: #969696;
}

.postbit_one {
	float: left;
	padding: 10px;
	width: 23%;
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	color: #969696;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #E4E4E4;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	box-sizing: border-box;
}

.postbit_two {
	width: 1.7%;
	height: 25px;
	position: relative;
	float: left;
	top: 15px;
	box-sizing: border-box;
}

.postbit_two:after, .postbit_two:before {
  	content: '';
  	display: block;
  	position: absolute;
  	left: 100%;
  	width: 0;
  	height: 0;
  	border-style: solid;
}

.postbit_two:after {
    width: 0;
    height: 0;
  	left: 3px;
    border-style: solid;
    border-width: 12.5px 15px 12.5px 0;
    border-color: transparent #FFFFFF transparent transparent;
}

.postbit_two:before {
    width: 0;
    height: 0;
  	left: 1px;
    border-style: solid;
    border-width: 12.5px 15px 12.5px 0;
    border-color: transparent #E4E4E4 transparent transparent;
}

.postbit_three {
  	border: 1px solid #E4E4E4;
  	border-radius: 3px;
}

.userstatus {
  	position: absolute;
}

.info {
  	width: 100px;
  	margin: 0 auto 10px auto;
  	text-align: left;
}

.postbitavatar {
  	border: 1px solid #E4E4E4;
  	border-radius: 3px;
  	opacity: 0.5;
  	transition: all 0.5s ease;
}

.postbitavatar:hover {
  	opacity: 1;
  	transition: all 0.5s ease;
}

.minibutton a:link, .minibutton a:visited {
  	font-family: 'PT Sans', sans-serif;
  	font-size: 13px;
  	color: #E4E4E4;
  	background: #5d7aa2;
    border-left: 1px solid #5d7aa2;
  	border-right: 1px solid #5d7aa2;
  	border-bottom: 3px solid #829cc0;
  	border-top: 1px solid #5d7aa2;
  	border-radius: 3px;
  	padding: 2px 4px;
  	transition: all 0.5s ease;
}

.minibutton a:hover, .minibutton a:active {
  	color: #FFFFFF;
  	background: #7894b9;
    border-left: 1px solid #7894b9;
  	border-right: 1px solid #7894b9;
  	border-bottom: 3px solid #9db4d3;
  	border-top: 1px solid #7894b9;
  	transition: all 0.5s ease;
}

.postbittons {
  	width: 100%;
  	border-top: 1px dotted #ddd;
  	border-bottom: 1px dotted #ddd;
  	padding: 10px 0 12px 0;
  	text-align: right;
  	margin: 5px 0;
}

.quickbuttons {
  	margin: 12px auto 10px auto;
  	text-align: center;
}
		
		
		
		
		
		
		
		
		