/************************************************
*************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote { 
	margin:0;
	padding:0;
}

fieldset,img { 
	border:0;
}
ol,ul {
	list-style:none;
}

@font-face {
    font-family: "Conv_gesstl";
        src: url("fonts/gesstl.eot");
        src: url("fonts/gesstl.eot?") format("eot");
		src: url('fonts/gesstl.eot?#iefix') format('embedded-opentype');
		src: local('☺'),
             url("fonts/gesstl.ttf") format("truetype"),
			 url('fonts/gesstl.woff') format('woff'),
			 url("fonts/gesstl.otf") format("opentype"),
			 url('fonts/gesstl.svg#Conv_gesstl') format('svg');
	font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Conv_dinnltlight";
        src: url("newfonts/dinnltlight.eot");
        src: url("newfonts/dinnltlight.eot?") format("eot");
		src: url('newfonts/dinnltlight.eot?#iefix') format('embedded-opentype');
		src: local('☺'),
             url("newfonts/dinnltlight.ttf") format("truetype"),
			 url('newfonts/dinnltlight.woff') format('woff'),
			 url("newfonts/dinnltlight.otf") format("opentype"),
			 url('newfonts/dinnltlight.svg#Conv_dinnltlight') format('svg');
	font-style: normal;
    font-weight: normal;
}

body {
	background:#ffffff;
	margin:0 auto;
	overflow-x:hidden;
}

.z-clear {
	clear:both;
}

.a-all-content {
	margin:0 auto;
}

.b-top-header {
	background:#df7373;
	width:100%;
	height:60px;
	position:relative;
	z-index:2;
}

.c-top-header-cont {
	max-width:960px;
	width:98%;
	margin:0 auto;
}

h1.d-t-h-c-logo {
	padding-top:10px;
}

h1.d-t-h-c-logo a {
	background:TRANSPARENT url('icon-1.png') no-repeat right 4px;
	float:right;
	width:255px;
	height:32px;
	padding-right:30px;
	color:#ffffff;
    font:28px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

h1.d-t-h-c-logo a:hover {
	color:#ffe69c;
}

.d-t-h-c-menu {
	float:left;
	margin-right:5px;
}

.d-t-h-c-menu li {
	display:inline;
}

.d-t-h-c-menu li a {
	background:TRANSPARENT;
	padding:19px 10px;
	margin:-10px 0 0 0;
	float:right;
	position: relative;
	overflow:hidden;
	color:#ffffff;
    font:16px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.d-t-h-c-menu li.e-home a {
	padding-bottom:38px;
}

.d-t-h-c-menu li.e-home a:hover {
	background:TRANSPARENT;
}

.d-t-h-c-menu li.e-home a span.e-l-link {
	position:relative;
	z-index:11;
}

.d-t-h-c-menu li.e-home a span.e-l-bg:before {
	background:#ebc860;
    content:"";
    width:51%;
	height:100%;
    left:0;
    position: absolute;
	top:-17%;
    transform: skew(0deg, 10deg);
	-ms-transform:skew(0deg, 10deg);
	-webkit-transform:skew(0deg, 10deg);
	z-index:10;
}

.d-t-h-c-menu li.e-home a span.e-l-bg:after {
	background:#ebc860;
    content:"";
    width:51%;
	height:100%;
    right:0;
    position: absolute;
	top:-17%;
    transform:skew(0deg, -10deg);
	-ms-transform:skew(0deg, -10deg);
	-webkit-transform:skew(0deg, -10deg);
	z-index:10;
}

.d-t-h-c-menu li.e-home a:hover span.e-l-bg:before,
.d-t-h-c-menu li.e-home a:hover span.e-l-bg:after {
	background:#f1d06e;
}

.d-t-h-c-menu li a:hover {
	background:#ebc860;
}

.b-welcome {
	background-color:TRANSPARENT;
	background-position:top left;
	background-repeat:repeat;
	background-image:url('bg-welcome.jpg');
	width:100%;
	height:100%;
	min-height:322px;
}

.c-welcome-cont {
	max-width:960px;
	width:98%;
	margin:0 auto;
	text-align:center;
}

.d-settings {
	background:#ababab;
	width:250px;
	min-height:300px;
	position:fixed;
	left:0;
	z-index:3000;
	margin:11px 0 0 -250px;
	border-radius:0 20px 20px 0;
	-moz-border-radius:0 20px 20px 0;
	-webkit-border-radius:0 20px 20px 0;
	filter:alpha(opacity=90);
    -moz-opacity:0.90;
    -khtml-opacity:0.90;
    opacity:0.90;
	opacity:0.9;
	-webkit-transition-duration: 0.7s, 0.7s;
	-webkit-transition-timing-function: ease-in-out, ease;
	-moz-transition-duration: 0.7s, 0.7s; 
	-moz-transition-timing-function: ease-in-out, ease;
	-ms-transition-duration: 0.7s, 0.7s; 
	-ms-transition-timing-function: ease-in-out, ease;
	-o-transition-duration: 0.7s, 0.7s;
	-o-transition-timing-function: ease-in-out, ease;
	transition-duration: 0.7s, 0.7s; 
	transition-timing-function: ease-in-out, ease;
}

.d-settings input[type="radio"] {
	margin-left:0px;
}

.d-settings a.e-sett-butt {
	background:#ababab url('icon-19.gif') no-repeat 20px center;
	width:22px;
	height:22px;
	float:right;
	cursor:pointer;
	margin:0 -35px 0 0;
	padding:10px 10px 10px 20px;
	border-radius:0 20px 20px 0;
	-moz-border-radius:0 20px 20px 0;
	-webkit-border-radius:0 20px 20px 0;
}

.d-settings a.e-sett-butt:hover {
	border-radius:0 15px 15px 0;
	-moz-border-radius:0 15px 15px 0;
	-webkit-border-radius:0 15px 15px 0;
}

.d-settings p.e-sett-top-adrs {
	float:right;
	padding:10px 0 0 0;
	color:#ffffff;
    font:16px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.d-settings .e-sett-border {
	border-bottom:1px dashed #dbdbdb;
	clear:both;
	height:1px;
	margin:5px 15px 10px 15px;
}

.d-settings p.e-sett-multi-adrs {
	float:right;
	padding:0 17px 0 0;
	color:#2a2021;
    font:14px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.d-settings a.e-sett-bg {
	width:20px;
	height:20px;
	float:right;
	margin:10px 5px 10px 0;
	cursor:pointer;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
}

.e-bg {background:TRANSPARENT url('bg-welcome.jpg') no-repeat 0 0;
margin-right:15px !important;}
.e-bg1 {background:TRANSPARENT url('bg-welcome1.jpg') no-repeat 0 0;}
.e-bg2 {background:TRANSPARENT url('bg-welcome2.jpg') no-repeat 0 0;}
.e-bg3 {background:TRANSPARENT url('bg-welcome3.jpg') no-repeat 0 0;}
.e-bg4 {background:TRANSPARENT url('bg-welcome4.jpg') no-repeat 0 0;}
.e-bg5 {background:TRANSPARENT url('bg-welcome5.jpg') no-repeat 0 0;}
.e-bg6 {background:TRANSPARENT url('bg-welcome6.jpg') no-repeat 0 0;}
.e-bg7 {background:TRANSPARENT url('bg-welcome7.jpg') no-repeat 0 0;}
.e-bg8 {background:TRANSPARENT url('bg-welcome8.jpg') no-repeat 0 0;}

.e-sett-blue,.e-sett-banners,.e-sett-sec {
	float:right;
	margin:5px 10px 5px 0;
	color:#ffffff;
    font:14px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.e-sett-blue input,.e-sett-banners input,.e-sett-sec input {
	width:25px;
}

p.e-blk {
	display:none;
	float:right;
	margin:5px 17px 5px 0;
	color:#ffffff;
    font:14px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

p.d-welcome-user {
	padding:22px 0 28px 0;
	clear:both;
	text-align:center;
	color:#2e435d;
    font:22px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

a.d-welcome-button {
	background:#ebc860;
	max-width:90px;
	max-height:40px;
	padding:7px 53px;
	margin-bottom:80px;
	display:inline-flex;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align:center;
	color:#ffffff;
    font:24px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

a.d-welcome-button:hover {
	background:#2e435d;
}

.d-welcome-user span {
    font-family:'Conv_dinnltlight', tahoma,Verdana,Arial,Helvetica,sans-serif;
}

.b-multi-colors-area {
	height:6px;
}

.b-multi-colors-area .c-color {
	float:right;
	width:20%;
	height:6px;
}

.c-1 {background:#ebc860;}
.c-2 {background:#d34848;}
.c-3 {background:#ffffff;}
.c-4 {background:#508bc3;}
.c-5 {background:#646464;}

.b-blue-area {
	background:#2e435d;
	width:100%;
	height:100%;
	min-height:100px;
}

.c-blue-area-cont {
	max-width:960px;
	width:98%;
	margin:0 auto;
	text-align:center;
}

.d-b-a-all-icons {
	width:70%;
	margin:0 auto;
}

.e-b-a-icons {
	display:inline-block;
	width:80px;
	margin:-48px 1.5% 0 1.5%;
	padding-bottom:110px;
}

.e-b-a-icons a {
	width:80px;
	height:80px;
	display:inline-flex;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	cursor:pointer;
	color:#ffffff;
    font:16px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

a.f-ico1 {background:#508bc3 url('icon-2-f.png') no-repeat center center;}
a.f-ico2 {background:#27c0c8 url('icon-2-t.png') no-repeat center center;}
a.f-ico3 {background:#df7373 url('icon-2-g.png') no-repeat center center;}
a.f-ico4 {background:#ea9f1f url('icon-2-d.png') no-repeat center center;}
a.f-ico5 {background:#d34848 url('icon-2-y.png') no-repeat center center;}

a.f-ico1:hover {color:#508bc3;}
a.f-ico2:hover {color:#27c0c8;}
a.f-ico3:hover {color:#df7373;}
a.f-ico4:hover {color:#ea9f1f;}
a.f-ico5:hover {color:#d34848;}

.e-b-a-icons a:hover {
	background-color:#c8c8c8;
	transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-webkit-transition-duration: 0.9s, 0.9s;
	-webkit-transition-timing-function: ease-in-out, ease;
	-moz-transition-duration: 0.9s, 0.9s; 
	-moz-transition-timing-function: ease-in-out, ease;
	-ms-transition-duration: 0.9s, 0.9s; 
	-ms-transition-timing-function: ease-in-out, ease;
	-o-transition-duration: 0.9s, 0.9s;
	-o-transition-timing-function: ease-in-out, ease;
	transition-duration: 0.9s, 0.9s; 
	transition-timing-function: ease-in-out, ease;
}

@media (min-resolution: .001dpcm) {
    _:-o-prefocus, .e-b-a-icons a:hover {
		transform:none;
		-ms-transform:none;
		-webkit-transform:none;
		-webkit-transition-duration: 0.3s, 0.3s;
		-webkit-transition-timing-function: ease-in-out, ease;
		-moz-transition-duration: 0.3s, 0.3s; 
		-moz-transition-timing-function: ease-in-out, ease;
		-ms-transition-duration: 0.3s, 0.3s; 
		-ms-transition-timing-function: ease-in-out, ease;
		-o-transition-duration: 0.3s, 0.3s;
		-o-transition-timing-function: ease-in-out, ease;
		transition-duration: 0.3s, 0.3s; 
		transition-timing-function: ease-in-out, ease;
	}
}

.e-b-a-icons span {
	margin-top:75px;
	padding-top:15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .e-b-a-icons a {
     	display:inline-flex;
    }
	
	::i-block-chrome,.e-b-a-icons a {
    	display:inherit;
    }
    
	::i-block-chrome,.e-b-a-icons span {
    	width:80px;
		margin-right:-80px;
		position:absolute;
	}
}

.d-b-a-top-search {
	clear:both;
	margin:-20px -55px 0 0;
	padding:40px 0;
}

input.e-b-a-t-search-butt {
	background:TRANSPARENT;
	min-width:450px;
	padding:12px;
	border:1px solid #ffffff;
	direction:rtl;
	text-align:right;
	color:#ffffff;
    font:14px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

input.e-b-a-t-search-sub {
	background:#ffffff  url('icon-3.png') no-repeat center center;
	cursor:pointer;
	min-width:60px;
	min-height:45px;
	margin-right:-5px;
	position: absolute;
	padding:13px 13px 12px 13px;
	border:1px solid #ffffff;
}

input.e-b-a-t-search-sub:hover {
	background-color:#ebc860;
	border:1px solid #ebc860;
}

.b-mem-area {
	background:#3a3031;
	width:100%;
	height:100%;
	min-height:130px;
}

.c-mem-area-cont {
	max-width:960px;
	width:98%;
	margin:0 auto;
	text-align:center;
}

.d-member-form,
.d-user-form {
	max-width:900px;
	margin:0 auto;
}

.d-member-form {
	padding-top:15px;
	padding-bottom:15px;
}

.d-member-form p {
	color:#ffffff;
    font:16px 'Conv_dinnltlight', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.d-member-form a {
	color:#ebc860;
    font:16px 'Conv_dinnltlight', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.d-member-form a:hover {
	color:#d34848;
}

.d-user-form {
	padding-top:33px;
}

.e-username,
.e-userform,
.e-password,
.e-passform,
.e-submit,
.e-lab {
	float:right;
}

.e-username,
.e-password {
	margin:5px 15px 0 10px;
	color:#ffffff;
    font:16px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.e-userform,
.e-passform {
	background:TRANSPARENT;
	min-width:238px;
	padding:6px 7px;
	border:1px solid #df7373;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	direction:rtl;
	text-align:right;
	color:#df7373;
    font:14px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.e-userform:hover,
.e-passform:hover {
	border:1px solid #ebc860;
	color:#ebc860;
}

.e-submit {
	background:#d34848;
	border:0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	cursor:pointer;
	min-width:60px;
	min-height:33px;
	margin:0 10px 0 10px;
	color:#ffffff;
    font:14px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;	
}

.e-submit:hover {
	background:#eaae1f;
}

.e-lab {
	float:left;
	margin:8px 0 0 0;
	color:#ffffff;
    font:16px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.e-lab span {
	padding:5px;
}

.e-lost {
	padding:15px 0;
	clear:both;
	color:#ebc860;
    font:16px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.e-lost a {
	padding:0 10px;
	color:#ebc860;
    font:16px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.e-lost a:hover {
	color:#ffffff;
}

.b-mem-butt-brdr {
	margin:0 auto -23px auto;
	text-align:center;
}

.d-mem-border {
	background:#3a3031;
	width:100%;
	height:100%;
	min-height:5px;
	margin:0 auto;
}

a.d-mem-button {
	background:#3a3031;
	padding:5px 30px 10px 30px;
	border-radius:0 0 50px 50px;
	-moz-border-radius:0 0 50px 50px;
	-webkit-border-radius:0 0 50px 50px;
	margin:0 auto;
	cursor:pointer;
	color:#ffffff;
    font:16px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

a.d-mem-button:hover {
	color:#ebc860;
}

.b-yellow-area {
	background:#ebc860;
	width:100%;
	height:100%;
	min-height:238px;
}

.c-yellow-area-cont {
	max-width:960px;
	width:98%;
	margin:0 auto;
	text-align:center;
}

.d-y-a-c-banners {
	margin:0 auto;
	padding:50px 0 20px 0;
	display:table;
	text-align:center;
}

.d-y-a-c-banners img {
	margin:4px;
	border:0;
}

.b-nav-area {
	background:#f0f0f0;
	width:100%;
	height:100%;
	min-height:60px;
	margin-bottom:5px;
}

.c-nav-area-cont {
	max-width:960px;
	width:98%;
	margin:0 auto;
	text-align:center;
}

.c-nav-area-cont ul {
	padding:15px 0;
}

.c-nav-area-cont ul li {
	float:right;
	margin-left:5px;
	color:#2e435d;
    font:16px 'Conv_dinnltlight', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.c-nav-area-cont ul li a {
	float:right;
	color:#2e435d;
    font:16px 'Conv_dinnltlight', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.c-nav-area-cont ul li a.d-nav-home-icon {
	background:TRANSPARENT url('icon-4.png') no-repeat 0 0;
	width:30px;
	height:26px;
}

.b-forumhome-area {
	background:#ffffff;
	width:100%;
	height:100%;
	min-height:10px;
}

.c-forumhome-area-cont {
	max-width:960px;
	margin:0 auto;
}

.dfh-100 {
	position:absolute;
	right:0;
	height:auto !important;
	margin-top:-5px;
}

.d-fh-red-nav {
	background:#df7373;
	width:100%;
	height:100%;
	min-height:38px;
	text-align:center;
}

.d-fh-red-nav a {
	padding:0 2px 7px 2px;
	display:inline-block;
	color:#ffffff;
    font:16px 'Conv_dinnltlight', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.d-fh-red-nav a:hover {
	color:#ffe390;
}

.d-fh-red-nav p {
	padding:2px 0 5px 0;
	display:inline-block;
	color:#ffffff;
    font:16px 'Conv_dinnltlight', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.d-fh-red-nav span {
	padding:2px 0 5px 0;
	display:inline-block;
	color:#ebc860;
    font:16px 'Conv_dinnltlight', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.d-fh-red-nav a span,.d-fh-red-nav p span {
	color:#ebc860;
}

.d-fh-red-nav p.d-fh-desc {
	padding:0 0 5px 0;
	margin-top:-8px;
	display:inline-block;
	color:#fbe7ac;
    font:13px 'Conv_dinnltlight', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.d-fh-all-cont {
	max-width:960px;
	width:100%;
	margin:0 auto;
	padding:12px 0 0 0;
	text-align:center;
	
	/***
	column-count:3;
	-moz-column-count:3;
	-webkit-column-count:3;
	-ms-column-count:3;
	-o-column-count:3;
	***/
	
}

/***
@media (min-resolution: .001dpcm) {
    .d-fh-all-cont {
	column-count:auto;
	}
}
***/

.e-fh-box {
	background:#ffffff;
	width:25%;
	height:25%;
	min-width:280px;
	min-height:350px;
	padding-bottom:15px;
	margin:12px;
	display:inline-block;
	vertical-align:top;
	border:#f0f0f0 6px solid;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

.e-fh-box:hover {
	background:#f9f9f9;
	border:#eaeaea 6px solid;
}

.f-box-top-img {
	background:#ffffff;
	float:right;
	width:90px;
	height:90px;
	margin:-20px -20px 0 0;
	border:#f0f0f0 3px solid;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}

.f-box-top-img img {
	width:90px;
	height:90px;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}

.f-box-top-title {
	max-width:180px;
	float:right;
	padding:15px 10px 0 0;
	text-align:right;
}

.f-box-top-title a {
	float:right;
	line-height:5px;
	color:#2e435d;
    font:20px/22px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.f-box-top-title a:hover {
	color:#deac25;
}

.f-box-top-title span {
	float:right;
	clear:both;
	color:#df7373;
    font:13px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.f-b-post-date-boxs {
	background:#f0f0f0;
	clear:both;
	margin:10px 2.5%;
	padding:5px 10px;
	float:right;
	width:86.5%;
	min-width:200px;
	height:100%;
	min-height:60px;
	color:#76a0d5;
	font:15px/60px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
	
	border:#ffffff 2px solid;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	outline:1px #dddddd dashed;
	outline-radius:10px;
	-moz-outline-radius:10px;
	-webkit-outline-radius:10px;
	
}

.f-b-post-date-boxs:hover {
	background:#f3f3f3;
}

.g-box-top-post-adrs p {
	float:right;
	color:#76a0d5;
    font:13px 'Conv_dinnltlight', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.g-box-top-post-adrs a {
	float:right;
    text-align:right;
    width:175px;
	padding-right:3px;
	color:#3a3031;
    font:13px 'Conv_dinnltlight', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.g-box-top-post-adrs a:hover {
	color:#df7373;
}

.g-box-top-post-adrs p a {
	float:left;
}

.g-box-top-post-date {
	float:left;
	margin:0;
}

.g-box-top-post-date a {
	background:TRANSPARENT url('icon-13.png') no-repeat center left;
	width:5px;
	height:10px;
	margin:6px 3px 0 0;
	float:left;
}

.g-box-top-post-date p {
	float:left;
	color:#3a3031;
    font:12px 'Conv_dinnltlight', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.g-box-top-post-date p span {
	color:#76a0d5;
}

.f-b-stats-boxs {
	width:220px;
	margin:0 auto;
	
}

.g-s-box {
	background:#ffffff;
	width:60px;
	height:60px;
	margin:5px 5px 15px 5px;
	float:right;
	border:1px solid #df7373;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}

.g-s-box:hover {
	background:#f9f9f9;
	border:1px solid #dddddd;
}

.g-s-box .h-s-b-img {
	display:inline-block;
	margin-top:10px;
}

.g-s-box .hsb-img1 {
	background:TRANSPARENT url('icon-9.png') no-repeat 0 0;
	width:14px;
	height:14px;
}

.g-s-box .hsb-ps {
	margin:10px 10px 0 10px;
}

.g-s-box .hsb-ps-p {
	margin:0 auto;
	width:43px;
}

.g-s-box .hsb-ps-s {
	line-height:13px;
	color:#df7373;
}

.g-s-box .hsb-img2 {
	background:TRANSPARENT url('icon-10.png') no-repeat 0 0;
	width:14px;
	height:17px;
}

.g-s-box .hsb-img3 {
	background:TRANSPARENT url('icon-11.png') no-repeat 0 0;
	width:17px;
	height:16px;
}

.g-s-box p {
	margin:0 0 -7px 0;
	color:#df7373;
    font:12px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.g-s-box span {
	color:#3a3031;
    font:12px 'Conv_dinnltlight', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.f-b-select {
	background:#df7373;
	clear:both;
	margin:2px 2.5%;
	float:right;
	width:95%;
	min-width:200px;
	height:25px;
}

.f-b-select p {
	float:right;
	padding:3px 5px 3px 0;
	color:#ffffff;
    font:13px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.g-s-option {
	background:#ffffff url('icon-12.png') no-repeat 0 0;
	float:left;
	width:159px;
	height:17px;
	border:1px solid #ebc860;
	padding:3px 5px;
	cursor:pointer;
	color:#df7373;
    font:12px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.g-s-option > ul {display:none;}
.g-s-option:hover > ul {display:block;margin:3px 0 0 0;position:relative;}
.g-s-option:hover > ul > li {background:#ffffff;width:169px;min-height:17px;padding:2px 0;margin:0 -6px 0 0;border:1px solid #ebc860;border-top-width:0;}
.g-s-option:hover > ul > li:first-child {border-top-width:1px;}
.g-s-option:hover > ul > li:hover {background:#f7f7f7;}
.g-s-option:hover > ul > li > a {color:#df7373;font:12px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;text-decoration:none;}
.g-s-option:hover > ul > li:hover > a {color:#3a3031;}

.d-fh-red-nav-stats {
	background:#ebc860;
	margin:5px 0 0 0;
}

.d-fh-stats {
	width:100%;
	margin:20px 0 15px 0;
	display:table;
}

.e-fh-st-box {
	display:inherit;
	max-width:920px;
	width:90%;
	margin:0 auto;
	min-height:50px;
}

.f-fh-st-online {
	padding:15px 20px;
}

.g-fh-st-on-top {
	border-bottom:1px dashed #b7b7b7;
	padding-bottom:10px;
	margin-bottom:5px;
	max-width:99%;
}

.h-f-s-o-t-img {
	background:TRANSPARENT url('icon-14.png') no-repeat 0 0;
	width:26px;
	height:26px;
	float:right;
	margin-left:10px;
}

.g-fh-st-on-top p {
	color:#2e435d;
    font:18px 'Conv_dinnltlight', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.g-fh-st-on-top a {
	color:#df7373;
    font:18px 'Conv_dinnltlight', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.g-fh-st-on-top a:hover {
	color:#2e435d;
}

.g-fh-st-on-top span {
	color:#ebc860;
}

.g-fh-st-on-middle p {
	color:#c6c6c6;
    font:13px 'Conv_dinnltlight', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.g-fh-st-on-bottom li {
	float:right;
	margin:-3px 0 0 10px;
	color:#df7373;
}

.g-fh-st-on-bottom a {
	float:right;
	margin:-3px 0 0 10px;
	color:#3a3031;
    font:14px 'Conv_dinnltlight', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.g-fh-st-on-bottom a:hover {
	color:#df7373;
}

.f-fh-st-bottstats {
	float:right;
	margin:25px 2% 15px 0;
}

.g-f-s-b-img {
	width:50px;
	height:50px;
	float:right;
	margin-left:7px;
}

.g-f-s-b-img:hover {
	transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-webkit-transition-duration: 0.7s, 0.7s;
	-webkit-transition-timing-function: ease-in-out, ease;
	-moz-transition-duration: 0.7s, 0.7s; 
	-moz-transition-timing-function: ease-in-out, ease;
	-ms-transition-duration: 0.7s, 0.7s; 
	-ms-transition-timing-function: ease-in-out, ease;
	-o-transition-duration: 0.7s, 0.7s;
	-o-transition-timing-function: ease-in-out, ease;
	transition-duration: 0.7s, 0.7s; 
	transition-timing-function: ease-in-out, ease;
}

.g-fsb1 {background:TRANSPARENT url('icon-15.png') no-repeat 0 0;}
.g-fsb2 {background:TRANSPARENT url('icon-16.png') no-repeat 0 0;}
.g-fsb3 {background:TRANSPARENT url('icon-17.png') no-repeat 0 0;}
.g-fsb4 {background:TRANSPARENT url('icon-18.png') no-repeat 0 0;}

.f-fh-st-bottstats p {
	float:right;
	padding:7px 0 0 0;
	color:#2e435d;
    font:18px 'Conv_dinnltlight', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.f-fh-st-bottstats p span {
	color:#df7373;
}

.f-fh-st-bottstats p a {
	color:#df7373;
	font:18px 'Conv_dinnltlight', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.f-fh-st-bottstats p a:hover {
	color:#ebc860;
}

.d-tcnos-time {
	margin:0 auto;
	text-align:center;
}

.d-tcnos-time p {
	color:#df7373;
    font:13px 'Conv_dinnltlight', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.d-tcnos-time p span {
	color:#ebc860;
}

.d-tcnos-red-nav-bottom {
	background:#2e435d;
	margin:20px 0;
	display:table;
}

.d-tcnos-red-nav-bottom .d-t-r-n-b {
	max-width:960px;
	width:98%;
	margin:0 auto;
	text-align:left;
	min-height:45px;
}

.d-tcnos-red-nav-bottom ul {
	max-width:960px;
	margin:5px auto 0 auto;
	text-align:left;
	float:left;
}

.d-tcnos-red-nav-bottom li {
	display:inline;
	padding:0 2px;
	border-left:0px #ffffff solid;
	color:#ffffff;
}

.d-tcnos-red-nav-bottom li:last-child {
	border-left:0;
}

.d-tcnos-copyright {
	margin:0 0 20px 0;
	text-align:center;
}

.d-tcnos-copyright p {
	color:#df7373;
    font:13px 'Conv_dinnltlight', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.d-tcnos-copyright a,.d-tcnos-copyright font {
	color:#2e435d;
    font:13px 'Conv_dinnltlight', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.d-tcnos-copyright a:hover,.d-tcnos-copyright font:hover {
	color:#3a3031;
}

.b-up-icon {
	text-align:center;
	margin-bottom:-15px;
}

.b-up-icon a {
	background:#2e435d url('icon-5.png') no-repeat center 13px;
	width:50px;
	height:25px;
	display:inline-table;
	border-radius:50px 50px 0 0;
	-moz-border-radius:50px 50px 0 0;
	-webkit-border-radius:50px 50px 0 0;
}

.b-up-icon a:hover {
	background-position:center 10px;
}

.b-top-footer {
	background:#2e435d;
	width:100%;
	height:100%;
	min-height:200px;
}

.c-top-footer-cont {
	max-width:960px;
	width:98%;
	margin:0 auto;
	text-align:center;
	display:table;
}

.d-t-f-list {
	max-width:315px;
	width:98%;
	margin:0 auto;
	padding:0 0 25px 0;
	text-align:right;
	display:inline-block;
	vertical-align:top;
}

.d-t-f-list p {
	padding:25px 35px 10px 0;
	color:#ebc860;
    font:18px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

p.e-list1 {background:TRANSPARENT url('icon-6.png') no-repeat right 25px;}
p.e-list2 {background:TRANSPARENT url('icon-6.png') no-repeat right 25px;}
p.e-list3 {background:TRANSPARENT url('icon-6.png') no-repeat right 25px;}

.d-t-f-list ul li {
	list-style-image:url('icon-7.png');
	list-style-position:inside;
	padding:0 22px 0 0;
	color:#ffffff;
    font:14.5px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.d-t-f-list ul li a {
	color:#ffffff;
    font:14.5px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.d-t-f-list ul li a:hover {
	color:#ebc860;
	padding-right:2px;
}

.b-bottom-footer {
	background:#3a3031;
	width:100%;
	height:100%;
	min-height:45px;
}

.c-bottom-footer-cont {
	max-width:960px;
	width:98%;
	margin:0 auto;
	text-align:center;
}

p.d-b-f-copyright {
	padding:12px 0;
	color:#ffffff;
    font:16px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

#qTip {
	padding:5px;
	display:none;
	background:#3a3031;
	font: 14px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
	position:absolute;
	z-index:2000;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	filter:alpha(opacity=80);
    -moz-opacity:0.80;
    -khtml-opacity:0.80;
    opacity:0.80;
	opacity:0.8;
	text-shadow:none;
	margin-top:10px;
	color:#ffffff;
}

/************************************************
*************************************************/

@media screen and (max-width: 1000px) {
	
	.e-non {
		display:none;
	}
	
	p.e-blk {
		display:block;
	}
	
}

@media screen and (max-width: 960px) {
	
	.b-top-header {
		height:100%;
		display:table;
	}
	
	h1.d-t-h-c-logo {
		text-align:center;
	}
	
	h1.d-t-h-c-logo a {
		float:inherit;
		display:inline-flex;
		margin:0 auto;
	}
	
	.d-t-h-c-menu {
		float:inherit;
		display:inline;
		margin:0 5px;
	}
	
	.d-t-h-c-menu ul {
		margin:0 auto;
		text-align:center;
	}
	
	.d-t-h-c-menu li a {
		float:inherit;
		display:inline-table;
		padding:5px 0;
		margin:0;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
	}
	
	.d-t-h-c-menu li a:hover {
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
	}
	
	.d-t-h-c-menu li.e-home a {
		float:inherit;
		display:inline-table;
		padding:5px 0;
		margin:0;
	}
	
	.d-t-h-c-menu li.e-home a span.e-l-bg:before,
	.d-t-h-c-menu li.e-home a span.e-l-bg:after {
		background:none;
		width:auto;
		height:auto;
		position:inherit;
		transform:none;
		-ms-transform:none;
		-webkit-transform:none;
	}
	
	.d-t-h-c-menu li.e-home a:hover span.e-l-bg:before,
	.d-t-h-c-menu li.e-home a:hover span.e-l-bg:after {
		background:#ebc860;
	}
	
	.d-t-h-c-menu li a:hover span {
		float:inherit;
	}
	
	.d-t-h-c-menu li a span.e-l-bg {
		padding:10px 10px;
	}
	
	.d-t-h-c-menu li a:hover span.e-l-bg {
		background:#ebc860;
	}
	
	.d-t-h-c-menu li a:hover span.e-l-bg:before {
		background:none;
		width:auto;
		height:auto;
		position:inherit;
		transform:none;
		-ms-transform:none;
		-webkit-transform:none;
	}
	
	.d-t-h-c-menu li a:hover span.e-l-bg:after {
		background:none;
		width:auto;
		height:auto;
		position:inherit;
		transform:none;
		-ms-transform:none;
		-webkit-transform:none;
	}
	
	p.d-welcome-user {
		font-size:20px;
	}
	
	input.e-b-a-t-search-butt {
		min-width:50%;
	}
	
	.e-username,
	.e-userform,
	.e-password,
	.e-passform,
	.e-submit,
	.e-lab {
		float:inherit;
		margin-bottom:5px;
	}
	
	.e-submit {
		margin-top:10px;
		margin-bottom:10px;
	}
	
	.e-lab {
		font-size:14px;
	}
	
	.e-lost,.e-lost a {
		font-size:14px;
	}
	
	.c-nav-area-cont ul {
		padding-top:10px;
	}
	
}

@media screen and (max-width: 500px) {
	
	.d-y-a-c-banners img {
		width:95%;
	}
	
	.c-nav-area-cont ul {
		padding-top:5px;
	}
	
}

/************************************************
*************************************************/

table {
	max-width:960px;
}

#posts {
	margin:0 auto;
	max-width:960px;
}

.pos-thread img, .pos-thread embed, .pos-thread iframe, .pos-thread object, .pos-thread video {
	max-width:500px;
	height:auto;
    display:block;
}

.pos-box {
	background:#f3f3f3;
	border:0px solid #ffffff;
	border-right:3px solid #dddddd;
	vertical-align:middle;
	letter-spacing:0;
	padding:5px 10px 10px;
	margin-bottom:2px;
	color:#2e435d;
    font:13px 'Conv_dinnltlight', tahoma,Verdana,Arial,Helvetica,sans-serif;
}

.pos-box:hover {
	background:#dddddd;
	padding-right:8px;
}

.button {
	background:#df7373;
	border:0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	cursor:pointer;
	min-height:30px;
	padding:0 10px;
	color:#ffffff;
    font:14px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.button:hover {
	background:#ebc860;
}

.bginput {
	background:#f7f7f7;
	border:1px solid #dddddd;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:0 5px;
	margin-top:5px;
	min-height:30px;
	font-family:'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
}

select {
	background:#f7f7f7;
	border:1px solid #dddddd;
	padding:0 5px;
	font:14px 'Conv_gesstl', tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

select:hover, select:focus {
	background:#ffffff;
}

.bginput:hover, .bginput:focus {
	background:#ffffff;
}

.panel {
	border:2px solid #dddddd;
}

input[type=checkbox],input[type="radio"] {
	margin-left:5px;
}

@media screen and (max-width: 800px) {
	table {
		max-width:98%;
	}
	.pos-thread img, .pos-thread embed, .pos-thread iframe, .pos-thread object, .pos-thread video {
		max-width:300px;
		height:auto;
		display:block;
	}
	
	#content, #sidebar_container {
		float:inherit !important;
		clear: both !important;
		margin: 0 auto !important;
		width: 98% !important;
	}
	#content_container {
		float:inherit !important;
	}
	#posts table,#posts thead,#posts tbody,#posts th,#posts td,#posts tr,
	#post table,#post thead,#post tbody,#post th,#post td,#post tr,
	.usercp-res table,.usercp-res thead,.usercp-res tbody,.usercp-res th,.usercp-res td,.usercp-res tr,
	#searchform table,#searchform thead,#searchform tbody,#searchform th,#searchform td,#searchform tr,
	.postt table,.postt thead,.postt tbody,.postt th,.postt td,.postt tr,
	form[action="faq.php"] table,form[action="faq.php"] thead,form[action="faq.php"] tbody,form[action="faq.php"] th,form[action="faq.php"] td,form[action="faq.php"] tr{ 
		display: block;
	}
	.vBulletin_editor { 
		display:table !important;
	}
	.vBulletin_editor td{ 
		display:inherit !important;
		width:auto !important;
		float:right;
	}
	#posts .alt2, #post .alt2 { 
		width:98.4%;
	}
	#posts .alt2Active, #post .alt2Active { 
		overflow-x:hidden !important;
	}
	#posts .pos-box, #post .pos-box { 
		width:100%;
	}
	.usercp-res table { 
		width:100%;
	}
	.usercp-res .tborder { 
		margin:5px auto;
	}
	#searchform .thead,#searchform .tcat  { 
		display:none;
	}
	#searchform .panel  { 
		margin:5px auto;
	}
	.panel,.fieldset { 
		display:flex;
	}
	.postt .bginput,.postt textarea,.postt select,.postt .page{ 
		width:50%;
	}
	.postt textarea{ 
		width:50% !important;
	}
	#threadslist .alt2,#threadslist .thead,#threadslist #imod {
		display: none;
	}
	form[method="get"] .tborder .alt1:first-child,form[method="get"] .tborder .thead:first-child,form[method="get"] .tborder .tcat:first-child {
		display: none;
	}
	tr[valign="bottom"] {
		display: none;
	}
	.panel td[width="50%"] {
		width:100%;
	}
	.panel fieldset[style="margin-top: 6px"]  {
		display: none;
	}
}