select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.line-height-title {
  line-height: 2.5;
}

.padding-bottom-8px{
	padding-bottom: 8px;
}

button.downloadlink {
    color: #ffffff;
    background-repeat: repeat-x;
    padding: 10px;
    cursor: pointer;
    height: auto;
    text-align: left;
    border: medium none;
    border-radius: 3px;
}

button.downloadlink:hover,
button.active {
    background-color:#2d3139;
    background-repeat:repeat-x;
    color:#ffffff;
}

button.close {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 20px 25px;
    z-index: 1046;
    box-shadow: none;
    color: #fff !important;
    background: #16CC70;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0px 1px 0px rgb(255, 255, 255);
    opacity: 1;
    margin: 0px 0px -1px !important;
    border-radius: 0px;
}

button.close:hover {
    background: #383e47;
    opacity: 1;
}

h4.modal-title {
    margin: 0;
    line-height: 58px;
}

input.btn-block[type="button"], input.btn-block[type="reset"], input.btn-block[type="submit"] {
    width: auto;
    font-size: 14px;
    margin: auto;
}

.lost_password{
    font-weight: 600;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background: #2d3139;
    border-color: #2d3139;
}

.fstat {
    background: #2d3139;
    line-height: 450%;
    border-top: 1px solid #2d3139;
	opacity: .5;
}

.fstat:hover {
    opacity: .7;
}

.posts-bit {
    padding-top: 15px;
    line-height: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #1a1d1f;
    background-image: none;
    border: 1px solid rgba(250, 250, 250, .1);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  box-shadow: 0 1px 1px rgba(248, 211, 214, 0.075) inset, 0 0 8px rgba(248, 211, 214, 0.3);
  outline: 0 none;
}

.btn-log {
    color: #fff;
    width: 100%;
    border-radius: 0px;
    padding: 12px 0;
    font-size: 17px;
    margin-top: 10px;
}

.btn-log:hover {
  color: #fff;
  background-color: #2d3139;
  border-color: #383e47;
}

.btn-info {
  color: #fff;
  background-color: #383e47;
  border-color: #2d3139;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #383e47;
  border-color: #2d3139;
}

.btn-info:hover {
  color: #fff;
  background-color: #2d3139;
  border-color: #383e47;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #383e47;
  border-color: #2d3139;
}

.newthread {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.newreply {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
	border: 0px solid #ddd;
}

.memlist-footer {
    background: rgba(0, 0, 0, .3);
    width: 110%;
    margin-left: -17px;
}

.banners {
    text-align: center;
    padding: 10px;
}

.banners img {
    border: 1px solid rgba(0,0,0,.2);
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    padding: 4px;
    background-color: transparent;
    border: 3px solid rgba(0, 0, 0, .5);
    border-radius: 4px;
    margin: 5px 0;
}

.userlinks {
    line-height: 1.8;
    padding: 6px 15px;
    text-align: right;
    background: #383d47;
	border-radius: 0px 4px 4px 0px;
}

#quick_login .modal-dialog {
    width: 320px !important;
    margin: 100px auto;
}

.usersection {
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0;
    text-align: center;
    min-width: 150px;
}

.usermenu {
    margin-top: 0px;
    border-left: 1px solid #101010;
    -webkit-box-shadow: inset 1px 0px 1px 0px rgba(255,255,255,.1);
    box-shadow: inset 1px 0px 1px 0px rgba(255,255,255,.1);
    height: 80px;
	line-height: 80px;
	margin-right: 3px;
    width: 280px;
    float: right;
}

a.myalerts {
    color: #16CC70;
}

a.inbox {
    color: #16CC70;
}

a.inbox:hover, a.myalerts:hover {
    color: #d2d5da;
}

.welcome-guest {
    padding-right: 10px;
}

.panelavatar {
    margin-left: 10px;
    padding: 0;
    line-height: 5px;
}

.user-options {
    margin: 10px 0px 5px;
    text-align: left;
    display: inline-block;
    width: 100%;
    line-height: 22px;
}

.userunique a {
    color: #e6ffff;
    margin-left: 5px;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.userunique a:hover {
    color: #fff;
}

.user-config:hover {
    color: #fff;
}

.userunique .dropdown {
position : relative;
display : inline-block;
top : 0;
left : 0;
right : 0;
bottom : 0;
}

.userunique ul.dropdown-menu {
    top: 76px;
    left: -240px;
    border-radius: 0px;
    background: #383e47;
    width: 300px;
    padding: 5px 0px 0px;
    border-top: 1px solid #101010;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.userunique ul.dropdown-menu li {
    width: 100%;
    text-align: left;
    border-top: 1px solid #101010;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.userunique .dropdown-menu > li > a {
    display: block;
    padding: 7px 20px 7px 10px;
    clear: both;
    font-weight: 400;
    color: #d2d5da;
}

.userunique .dropdown-menu > li > a:hover {
	background: transparent;
    color: #fff;
}

.userunique .dropdown-toggle {
    background-color: transparent !important;
    color: #d2d5da !important;
    text-decoration: none;
    padding: 15px 7px;
    line-height: 43px;
	font-size: 14px !important;
}

.userunique .dropdown-toggle .caret {
    margin-left: 0px;
    border-top: 7px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.userunique .dropdown-toggle:hover {
	color: #fff !important;
}

.userunique .dropbtn {
color : #fff;
padding : 3px 7px;
font-size : 16px;
border : none;
cursor : pointer;
}

.userunique .dropbtn:hover {
background-color : transparent !important ;
color : #8da7fb;
}

.userunique .dropdown-content {
background : #1F2C38;
display : none;
position : absolute;
min-width : 160px;
padding : 5px;
left : auto !important ;
right : -45px !important ;
text-align : left;
}

.userunique .dropdown-content a {
    padding: 5px;
    height: 30px;
    line-height: 18px;
    font-size: 13px;
    text-decoration: none;
    color: #FFF;
    transition: all 0.3s ease;
    display: block;
}

.userunique .dropdown-content i {
margin-right : 5px;
color : inherit;
vertical-align : middle;
}

.userunique .dropdown-content a:hover {
display : block;
cursor : pointer;
background : #405972;
color : #fff !important ;
transition : all 0.3s ease;
}

.userunique .dropdown:hover .dropdown-content {
display : block;
}

.userblock1 {
    display: block;
    height: 60px;
    line-height: 30px;
    margin: 0;
}

.usermenuheader {
    height: 30px;
    display: block;
    padding: 0px
}

.usermenuheader h1 {
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    margin-top: 0;
    width: 100%;
    padding: 5px;
}

.userblockavatar {
  float: left;
  height: 80px;
  padding: 0;
}

.panelavatar {
    margin: 0 0px 5px 10px;
    padding: 0;
}

.username {
  text-transform: uppercase;
}

.username i {
  margin-left: 5px;
}

.np1row, .np2row, .np3row, .np4row {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 7px 0 7px 10px;
    margin: 0;
    line-height: 1.5;
}

.np1text a:link, .np1text a, .np2text a:link, .np2text a, .nptext a:link, .nptext a {
    color: #d2d5da;
    font-weight: 600;
    font-size: 12px;
    padding-right: 30px;
}

.nptext, .np1text, .np2text {
    line-height: 1.7;
    width: 100%;
    float: left;
	text-align: center;
    margin: 5px 0 5px;
    padding: 5px 5px 0 12px;
    border-top: 1px solid #101010;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.userblock1avatar {
    float: left;
    display: inline-block;
    padding: 0;
    text-align: left;
    margin-left: 5px;
}

.cavatar {
    position: absolute;
    left: 77px;
    top: 53px;
    height: 15px;
    line-height: 1;
}

.cavatar a {
    opacity: .8;
}

.cavatar a:hover {
    opacity: 1;
}

.cavatar i {
    color: #303f50 !important;
    font-size: 15px;
    background: rgba(250, 250, 250, 0.7);
}

.cavatar i:hover {
    color: #303f50;
}

.usersection {
    color: #fff;
    width: 250px;
    float: right;
}

.np1username, .np2header, .npheader {
    text-align: left;
    font-size: .9em;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #FFF;
    font-weight: 600;
}

.np1usertitle {
    display: inline-block;
    color: #FFF;
    padding: 0px 5px;
    border-radius: 2px;
    line-height: 1.6;
    font-size: 12px;
    font-weight: 600;
}

.li-footer {
    background: rgba(0, 0, 0, .1);
    text-align: center !important;
}

.li-footer:hover {
    background: rgba(0, 0, 0, .2);
}

.li-footer a {
    color: #fff !important;
}

.footer-link {
    background: #2d3139;
    display: inline-block;
    width: 100%;
	padding: 3% 0;
}

.footer25 {
	width: 25%;
	float: left;
}

.footer74 {
	width: 74%;
	float: right;
}

.footer-links1 {
	width: 25%;
	float: left;
}

.footer-link .wrapper {
	padding: 10px 10px 15px;
	box-sizing: border-box;
}

.footer-link .footer-description {
    padding: 5px 25px 10px 0;
    text-align: justify;
    color: #DADFEA;
    font-weight: 500;
}

.footer25 .title {
	font-size: 20px;
	color: #fff;
}

.footer25 p {
 
	margin: 5px 10px 20px;
	color: #DADFEA;
}

.footer25 .input_footer {
	width: 100%;
	padding: 7px;
	border: 0px none;
	background: RGBA(12, 12, 12, 0.2);
	border-radius: 2px;
	color: #FFF;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.footer74 .footer-links {
	width: 100%;
}

.title-footer-links {
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 0px 8px;
	font-weight: 600;
}

.logo-footer .logo {
	font-size: 40px;
}

.logo-footer .logo-text {
	color: #F3F3F3;
}

.lg-footer {
	padding: 0px;
}

.lg-footer img {
    height: 50px;
}

.footer-links ul {
	padding: 0;
	margin: 0;
}

.footer-links ul li {
	list-style:none;
	display:block;
	text-align: center;
}

.footer-links ul li a {
	color: #DADFEA !important;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	font-weight: 500;
}

.footer-links ul li a:hover, .footer-links ul li a:focus {
	color: #2d3139;
	text-decoration: none;
	margin-left: 10px;
}

.logo-footer {
	font-weight: 500;
}

.logo-footer a {
	color: #d2d5da;
}

.logo-footer a:hover {
	color: #fff;
}

.logo-footer p {
	color: #d2d5da;
}

.copyright {
    padding: 15px 20px;
    color: #fff;
    font-size: 12px;
}

.social {
    margin-top: 5px;
    width: 100%;
    text-align: center;
}

.footer-copyright {
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-top: -6px;
    color: #fff;
    font-size: 12px;
    border-top: 1px solid #101010;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    background: #1a1d1f;
}

.footer-copyright .wrapper {
	padding: 0px 10px;
	box-sizing: border-box
}

.footer-copyright a {
	color: #d2d5da;
}

.footer-copyright a:hover, .footer-copyright a:focus {
	color: #fff;
}

.modal a.close-modal::before {
    font-family: 'FontAwesome';
    content: "\f00d";
    font-size: 15px;
    top: 10px;
    right: 10px;
    position: absolute;
    color: #FFF;
}

.icon-button {
    cursor: pointer;
    display: inline-block;
    font-size: 2.0rem;
    height: 27px;
    line-height: 27px;
    margin: 0 1px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 27px;
}

.icon-button.twitter {
	border: 2px solid #3b88e0;
}

.icon-button.facebook {
	border: 2px solid #3B5998;
}

.icon-button.google-plus {
	border: 2px solid #c65439;
}

.icon-button.rss {
	border: 2px solid 	#FF6600;
}

.icon-button.discord {
	border: 2px solid #7289DA;
}

.icon-button.contact {
	border: 1px solid #383e47;
}

.icon-button.theme {
	border: 1px solid #383e47;
}

.icon-button.lang {
	border: 1px solid #383e47;
}

.icon-button.newposts {
	border: 1px solid #383e47;
}

.icon-button.fstats {
	border: 1px solid #383e47;
}

.icon-button.litemod {
	border: 1px solid #383e47;
}

.icon-button.cavatar {
	border: 1px solid #383e47;
}

.icon-button.profile {
	border: 1px solid #383e47;
}

.icon-button.ucp {
	border: 1px solid #383e47;
}

.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}

.icon-button:hover span {
	width: 27px;
	height: 27px;
	margin: -1.32rem -1.32rem -1.32rem -1.35rem;
}

.twitter span {
	background-color: #3b88e0;
}

.facebook span {
	background-color: #3B5998;
}

.google-plus span {
	background-color: #c65439;
}

.rss span {
	background-color: 	#FF6600;
}

.discord span {
	background-color: #7289DA;
}

.contact span {
	background-color: #383e47;
}

.theme i:hover {
	background-color: #383e47;
}

.lang span {
	background-color: #383e47;
}

.newposts span {
	background-color: #383e47;
}

.fstats span {
	background-color: #383e47;
}

.litemod span {
	background-color: #383e47;
}

.cavatar span {
	background-color: #383e47;
}

.profile span {
	background-color: #383e47;
}

.ucp span {
	background-color: #383e47;
}

.icon-button i {
	background: none;
	color: white;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	z-index: 10;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
}

.icon-button .fa-twitter {
	color: #3b88e0;
}

.icon-button .fa-facebook {
	color: #3B5998;
}

.icon-button .fa-google-plus {
	color: #c65439;
}

.icon-button .fa-rss {
	color: 	#FF6600;
}

.icon-button .fa-envelope {
	color: #fff;
	font-size: 12px;
}

.icon-button .fa-paint-brush {
	color: #fff;
	font-size: 12px;
}

.icon-button .fa-eye {
	color: #fff;
	font-size: 12px;
}

.icon-button .fa-bar-chart {
	color: #fff;
	font-size: 12px;
}

.icon-button .fa-archive {
	color: #fff;
	font-size: 12px;
}

.icon-button .fa-life-ring {
	color: #fff;
	font-size: 12px;
}

.icon-button .fa-camera {
	color: #fff;
}

.icon-button .fa-user {
	color: #fff;
}

.icon-button .fa-cog {
	color: #fff;
}

.icon-button .icon-discord-mishar {
    color: #7289DA;
    font-size: 17px;
	margin-top: 1px;
    margin-left: -1.5px;
}

.icon-button:hover .fa-twitter,
.icon-button:hover .fa-eye,
.icon-button:hover .fa-bar-chart,
.icon-button:hover .fa-archive,
.icon-button:hover .fa-facebook,
.icon-button:hover .fa-google-plus,
.icon-button:hover .fa-rss,
.icon-button:hover .fa-envelope,
.icon-button:hover .fa-paint-brush,
.icon-button:hover .fa-life-ring,
.icon-button:hover .icon-discord-mishar {
	color: white;
}

.postbit_buttons > a:link, .postbit_buttons > a:visited, .postbit_buttons > a:active {
font-family: 'Open Sans', sans-serif;
content: "";
display: inline-block;
font-family: FontAwesome;
font-weight: normal;
font-size: inherit;
margin-right: 3px;
padding: 2px 5px;
border-radius: 3px;
color: #fff;
border: 2px solid transparent;
}

.postbit_buttons > a:hover {
background-color: transparent;
}

.postbit_buttons > a:hover {
border-color : #818c98;
}

.postbit_buttons a span {
    display: none;
}

.postbit_buttons a.postbit_find span {
background-position : 0 0;
}

.postbit_buttons a.postbit_reputation_add span {
background-position : 0 -20px;
}

.postbit_buttons a.postbit_email span {
background-position : 0 -40px;
}

.postbit_buttons a.postbit_website span {
background-position : 0 -60px;
}

.postbit_buttons a.postbit_pm span {
background-position : 0 -80px;
}

.postbit_buttons a.postbit_quote span {
background-position : 0 -100px;
}

.postbit_buttons a.postbit_multiquote span {
background-position : 0 -120px;
}

.postbit_buttons a.postbit_multiquote_on span {
    background-position: 0 -140px;
    display: block;
}

.postbit_buttons a.postbit_qdelete span {
background-position : 0 -180px;
}

.postbit_buttons a.postbit_qrestore span {
background-position : 0 -200px;
}

.postbit_buttons a.postbit_report span {
background-position : 0 -220px;
}

.postbit_buttons a.postbit_warn span {
background-position : 0 -240px;
}

.postbit_buttons a.postbit_purgespammer span {
background-position : 0 -540px;
}

.postbit_buttons a.postbit_reply_pm span {
background-position : 0 -260px;
}

.postbit_buttons a.postbit_reply_all span {
background-position : 0 -280px;
}

.postbit_buttons a.postbit_forward_pm span {
background-position : 0 -300px;
}

.postbit_buttons a.postbit_delete_pm span {
background-position : 0 -320px;
}

.postbit_buttons a.postbit_edit:before {
    content: "\f044";
    font-family: 'FontAwesome';
}

.postbit_buttons a.postbit_qdelete:before {
    content: "\f12d";
    font-family: 'FontAwesome';
}

.postbit_buttons a.postbit_quote:before {
    content: "\f112";
    font-family: 'FontAwesome';
}

.postbit_buttons a.postbit_multiquote:before {
    content: "\f10d";
    font-family: 'FontAwesome';
}

.postbit_buttons a.postbit_report:before {
    content: "\f024";
    font-family: 'FontAwesome';
}

.postbit_buttons a.postbit_warn:before {
    content: "\f071";
    font-family: 'FontAwesome';
}

.postbit_buttons a.postbit_pm:before {
    content: "\f003";
    font-family: 'FontAwesome';
}

.postbit_buttons a.postbit_find:before {
    content: "\f00e";
    font-family: 'FontAwesome';
}

.postbit_buttons a.postbit_email:before {
    content: "\f1fa";
    font-family: 'FontAwesome';
}

.postbit_buttons a.postbit_website:before {
    content: "\f0ac";
    font-family: 'FontAwesome';
}

a.button.new_reply_button:before {
    content: "\f0e5";
    font-family: 'FontAwesome';
}

a.button.new_thread_button:before {
    content: "\f044";
    font-family: 'FontAwesome';
}

.postbit_buttons a.postbit_reputation_add:before {
    content: "\f087";
    font-family: 'FontAwesome';
}

.postbit_buttons a.postbit_purgespammer::before {
    font-family: 'FontAwesome';
    content: "\f0cc";
}

.postbit_buttons a.postbit_reply_pm:before {
	content: "\f112";
    font-family: 'FontAwesome';
}

.postbit_buttons a.postbit_reply_all:before {
	content: "\f122";
    font-family: 'FontAwesome';
}

.postbit_buttons a.postbit_forward_pm:before {
	content: "\f064";
    font-family: 'FontAwesome';
}

.postbit_buttons a.postbit_delete_pm:before {
	content: "\f00d";
    font-family: 'FontAwesome';
}

.att-count {
    margin-right: 3px;
    font-weight: 600;
    font-size: 14px;
}

.post_edit {
    margin: 10px 0;
}

.popup_menu1 {
  position: inherit !important;
  margin-top: 35px;
}

.popup_menu1 .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu1 .popup_item {
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-decoration: none;
}

.popup_menu1 a.popup_item:hover {
	text-decoration: none;
}

.popup_menu {
background : #303030;
border : #5e646e solid 1px;
}

.popup_menu .popup_item {
background : #303030;
color : #fff;
}

.popup_menu .popup_item:hover {
background : #2d3139;
color : #fff;
}

.post .post_head span.edited_post {
	color: #333;
}

.post .post_head span.edited_post a {
	color: #33b2ff
}

.popup_menu1 .popup_item {
    background: #383e47;
    color: #dfe5ec;
}

.popup_menu1 .popup_item:hover {
	background: #2d3139;
	color: #fff;
}

#latest {
	padding: 10px 0px;
}

.latestthreads_portal .posts {
    font-size: 13px;
    font-weight: 700;
}

.contacts a {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contacts a:hover {
	text-decoration: none;
}

.contacts h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.contacts {
    text-align: center;
    font-size: 14px;
    font-weight: 200;
    overflow: hidden;
    margin-top: 30px;
    border: 0px solid transparent;
}

.contacts .panel-heading {
    border-bottom: 0px solid transparent;
    margin-bottom: 30px;
}

.contacts i {
	display: block;
	font-size: 27px;
	font-weight: 200;
	margin-bottom: 12px;
}

hr {
    background: rgba(250,250,250,.5) !important;
    height: 1px !important;
    margin: 10px 0 !important;
}

ul.mycode_list {
    margin: 15px 0 15px 30px;
}

ol.mycode_list {
    margin: 15px 0 15px 20px !important;
}

ol.mycode_list li {
    display: list-item;
    list-style-position: inside !important;
    list-style-type: decimal !important;
}

.sceditor-font-option, .sceditor-fontsize-option {
    float: left;
    width: 100%;
}

.codeblock {
    background: transparent;
    border: rgba(0,0,0,.5) solid 1px;
    padding: 10px;
    margin-bottom: 12px;
    width: 95%;
}

.codeblock .title {
    color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.5);
    background: #383e47;
    font-weight: 100;
    margin: 0;
    padding-left: 15px;
}

.codeblock .title::before {
    font-family: 'FontAwesome';
	color: #fff;
    content: "\f1c9";
    font-size: 20px;
    padding-right: 5px;
    font-weight: 400;
}

.codeblock code {
    background-color: rgba(0,0,0,.3);
	color: #0FBD72;
    overflow: auto;
    height: auto;
    max-height: 200px;
    display: block;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 14px;
    padding: 15px;
	border-radius: 0px 4px 4px 0px;
}

.phpcodeblock code {
    background-color: rgba(250,250,250,.7);
    overflow: auto;
    height: auto;
    max-height: 200px;
    display: block;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 14px;
    padding: 15px;
    border-radius: 0px 4px 4px 0px;
}

/* News Ticker */
#news {
    padding-left: 0px;
    padding-right: 10px;
    margin-bottom: 0px;
    background-color: #181b1e;
    -webkit-box-shadow: 0 1px rgba(255,255,255,.1),inset 0 1px 2px rgba(0,0,0,.6);
    -moz-box-shadow: 0 1px rgba(255,255,255,.1),inset 0 1px 2px rgba(0,0,0,.6);
    box-shadow: 0 1px rgba(255,255,255,.1),inset 0 1px 2px rgba(0,0,0,.6);
    border: 1px solid rgba(0,0,0,.7);
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 47px;
}

.news-ticker{
	margin:0px 0px 0px auto;
	height:45px
}

.news-ticker li{
	list-style:none
}

.news-ticker a{
	text-decoration:none;
	color:#ccc !important;
	padding-top:2px;
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden
}

.news-ticker-content {
    line-height: 45px;
    height: 45px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: relative;
    overflow: hidden;
}

.icon-ticker {
    float: left;
    margin-right: 0px;
    height: 100%;
    vertical-align: top;
    text-align: center;
    line-height: 45px;
    height: 45px;
    border: 1px solid transparent;
    padding: 0px 20px;
    color: #fff;
    min-width: 45px;
    text-transform: uppercase;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.icon-ticker {
    background: #009dff;
}

.icon-ticker i{
	color:#FFF;
	line-height:45px;
	font-size:18px
}

.icon-ticker cl{
	width: 0;
	position:absolute;
	left: 180px;
    top: 33px;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #55BADF;
	display: none;
}

.title_wrapper .breadcrumbs {
    text-align: right;
    color: #eee;
    margin-top: 15px;
    float: right;
    margin-bottom: 17px;
    font-size: 12px;
}
		
		
		
		
		
		