/**
 * Common tags
 */
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	margin: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 36px;
}

h2 {
	margin-top: 0;
	margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	margin-top: 24px;
	margin-bottom: 8px;
	padding-bottom: 5px;
	font-size: 14px;
}

p {
	margin-bottom: 18px;
	line-height: 18px;
	font-size: 12px;
}

hr {
	margin-top: 8px;
	margin-bottom: 8px;
}

#theme-header {
    background: #fff;
    margin: 0 auto 41px;
    border-top: 3px solid #f88c00;
    position: relative;
    font-family: 'Open Sans', Arial, Verdana, sans-serif;
}
.top-nav {
    background: #fbfbfb;
    border-bottom: 1px solid #ececec;
    height: 30px;
}

.top-nav ul {
    float: left;
}

.top-nav ul li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 12px;
}

.top-nav ul li a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #838383;
    padding: 0 10px;
}

.top-nav ul li a:hover {
    color: #000;
}

.top-nav ul li:hover > a,
.top-nav ul:hover > a {
    color: #000;
}

.top-nav .social-icons {
    float: right;
    padding-top: 2px;
    font-size: 0;
}

.top-nav .social-icons a {
    color: #555;
    opacity: 0.5;
    margin: 2px;
}

.top-nav .social-icons a:hover {
    top: 0;
    opacity: 1
}

.top-nav .social-icons i:before {
    padding: 0 2px;
    line-height: 24px;
    font-size: 14px;
}
.container {
	box-sizing: border-box;
	width: 95%;
	max-width: 1010px;
	margin: auto;
}

.header-content {
	box-sizing: border-box;
	max-width: 1010px;
    padding: 15px 15px;
    margin: 0 auto;
}
.logo {
    float: left;
    padding: 0;
}

.logo img {
    max-width: 100%;
}

.logo h1,
.logo h2 {
    font: bold 32pt arial;
    margin: 0;
}

.logo strong {
    display: none;
}

.logo span {
    font-weight: normal;
    font-size: 14px;
    display: block;
    clear: both;
}

.e3lan-top {
    float: right;
    line-height: 0;
}

.e3lan-top iframe {
    margin: 0 auto;
}

.e3lan-top img {
    max-width: 100%;
    height: auto;
}

.e3lan-top ins {
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    text-decoration: none !important;
    width: 600px;
    height: 85px;
}

.clear {
    clear: both;
}

#theme-header:after,
#main-nav:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
}

#main-nav .main-menu {
    margin: 0 !important;
}

#main-nav {
    margin: 0 auto;
    background: #2d2d2d;
    box-shadow: inset -1px -5px 0px -1px #393939;
    min-height: 47px;
    border-bottom: 5px solid #F88C00;
}

#main-nav .container,
#main-nav-uber .container {
    position: relative;
}

#main-nav .main-menu {
    margin-left: 10px;
}

#main-nav ul li {
    font-size: 13px;
    position: relative;
    display: inline-block;
    float: left;
    border: 1px solid #222222;
    border-width: 0 0 0 1px;
    height: 42px;
}

#main-nav ul li:hover > a, #main-nav ul:hover > a {
    color: #FFF;
}

#main-nav ul li:first-child,
#main-nav ul li:first-child a {
    border: 0 none;
}

#main-nav ul li:last-child a {
    border-right-width: 0;
}

#main-nav ul li a {
    display: inline-block;
    height: 42px;
    position: relative;
    line-height: 47px;
    color: #ddd;
    padding: 0 10px;
    border: 1px solid #383838;
    border-width: 0 0 0 1px;
}

.main-menu li a, .top-nav a, .proftaxist-footer a, #slide-out .social-icons a {
	text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
	    -ms-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}
#main-nav ul li i.fa {
	margin-right: 5px;
}


#main-nav ul li.current-menu-item a,
#main-nav ul li.current-menu-item a:hover {
    background: #F88C00;
    color: #FFF;
    height: 52px;
    line-height: 57px;
    border-width: 0 !important;
}

#main-nav ul li.current-menu-item {
    margin-top: -5px;
    height: 52px;
    border-width: 0;
}

/**
 * Off Canvas Mobile menu
 * -----------------------------------------------------------------------------
 */

#slide-out {
    background: #222;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 80%;
    color: #ddd;
    -webkit-transform: translate3d(-101%, 0, 0);
       -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
         -o-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
         -o-backface-visibility: hidden;
            backface-visibility: hidden;
}

#slide-out .social-icons {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

#slide-out .social-icons a {
    color: #ccc;
    font-size: 16px;
    padding: 0 4px;
}

#slide-out .social-icons a:hover {
    color: #FFF;
}

#mobile-menu {
    border-top: 1px solid #2D2D2D;
    display: none;
}

#mobile-menu.mobile-hide-icons i.fa {
    display: none;
}

#slide-out #mobile-menu .mega-menu-block {
    padding: 0 !important;
    background: transparent !important;
    min-height: inherit !important;
}

#slide-out #mobile-menu ul ul,
#slide-out #mobile-menu .sub-menu-columns-item{
    display: none;
    background: #333;
}

#slide-out #mobile-menu li {
    list-style: none;
    position: relative
}

#slide-out #mobile-menu ul li.menu-item-has-children i.mobile-arrows{
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px;
    border-left: 1px solid #333;
    margin: 0;
    cursor: pointer;
    display: block;
}

#slide-out #mobile-menu a {
    color: #ccc;
    display: block;
    font-size: 16px;
    padding: 10px;
    padding-right: 0;
    border-bottom: 1px solid #2D2D2D;
}

#slide-out #mobile-menu a:hover {
    background: #111;
    color: #FFF;
    text-decoration: none;
}

#slide-out #mobile-menu ul ul a {
    font-size: 14px;
    padding-left: 30px
}

#slide-out #mobile-menu ul ul ul a {
    font-size: 12px;
    padding-left: 40px
}

#slide-out #mobile-menu ul ul ul a {
    padding-left: 50px
}

#slide-out #mobile-menu ul ul ul ul a {
    padding-left: 60px
}

#mobile-menu li.menu-item-home a:before {
    content: "\f015";
}

#slide-out-open {
    display: none;
    margin: 0;
    position: absolute;
    top: 31px;
    left: 5px;
    opacity: 1;
    height: 33px;
    width: 40px;
    z-index: 505;
}

#slide-out-open span {
    left: 6px;
}

#slide-out-open span,
#slide-out-open span:after,
#slide-out-open span:before {
    top: 5px;
    position: absolute;
    content: ' ';
    display: block;
    height: 3px;
    width: 28px;
    background: #333;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

#slide-out-open span:before {
    top: 8px;
}

#slide-out-open span:after {
    top: 16px;
}

#open-slide-overlay {
    position: fixed;
    top: 0;
    left: 80%;
    z-index: 500;
    overflow: hidden;
    width: 100%;
    height: 100%;
}


/* open and Close the SlideOut panel */

.csstransforms3d.csstransitions .js-nav .inner-wrapper {
    left: 80%;
}

.csstransforms3d.csstransitions .js-nav #mobile-menu {
    display: block;
}

.inner-wrapper,
#slide-out {
	-webkit-transition: -webkit-transform 500ms ease, opacity 500ms ease;
	   -moz-transition:    -moz-transform 500ms ease, opacity 500ms ease;
	     -o-transition:      -o-transform 500ms ease, opacity 500ms ease;
	        transition:         transform 500ms ease, opacity 500ms ease;
}

.csstransforms3d.csstransitions .js-nav .inner-wrapper{
	left: 0 !important;
	/*opacity: .5;*/
    -webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	     -o-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.csstransforms3d.csstransitions .js-nav #slide-out-open span{
    top: 14px;
    -webkit-animation: fa-spin .2s 2 linear;
            animation: fa-spin .2s 2 linear;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.csstransforms3d.csstransitions .js-nav #slide-out-open span:after{
    top:0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.csstransforms3d.csstransitions .js-nav #slide-out-open span:before{
    opacity: 0;
}

.csstransforms3d.csstransitions .js-nav .inner-wrapper {
	-webkit-transform: translate3d(80%, 0, 0);
	   -moz-transform: translate3d(80%, 0, 0);
	    -ms-transform: translate3d(80%, 0, 0);
	     -o-transform: translate3d(80%, 0, 0);
	        transform: translate3d(80%, 0, 0);
}

.csstransforms3d.csstransitions .js-nav #slide-out {
	-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	   -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	     -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

/* Go to top icon */
#topcontrol {
    z-index: 999;
    background: #FF8500;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    position: fixed;
    bottom: -100px;
    right: 10px;
    cursor: pointer;
    overflow: auto;
    opacity: 0.7;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

#topcontrol:before {
    width: 40px;
    height: 40px;
    line-height: 39px;
    color: #FFF;
}

#topcontrol:hover {
    opacity: 1;
}

@media only screen and (max-width: 1045px){
	#wrapper .header-content,
	#wrapper .container,
	#wrapper #main-nav ul li.mega-menu .mega-menu-block {
		width: 99%;
	}
}

@media only screen and (max-width: 1010px){
    .logo {
  	    float: none !important;
  	    text-align: center;
        margin: 0 !important;
        margin-bottom: -10px !important;
        clear: both;
  	}
    .e3lan-top {
        margin-top: 30px;
  	    float: none !important;
  	    text-align: center;
  	}
}

@media only screen and (max-width: 900px) {
    .top-nav {
        display: none;
    }
    .header-content {
        padding-right: 0;
        padding-left: 0;
    }
    #slide-out-open {
        display: block;
    }
    .e3lan-top ins {
        width: 600px;
        height: 85px;
    }
    #main-nav {
        display: none;
    }
    #theme-header {
    	margin-bottom: 0;
    }
    .proftaxist-footer-wrapper {
    	margin-top: 15px !important;
    }
}

@media only screen and (max-width: 730px) {
    .e3lan-top ins {
        width: 468px;
        height: 60px;
    }
}

@media only screen and (max-width: 700px) {
    .logo {
    	display: block !important;
    	padding: 0 !important;
    }
    .header-content {
    	padding-bottom: 5px;
    }
    #nav-footer > li {
        float: none;
        display: inline;
    }
    #nav-footer > li.responsive-menu.dropdown-container {
        display: none;
    }
    .proftaxist-footer {
        text-align: center;
    }
    .proftaxist-footer ul.linklist > li {
        margin-left: 20px !important;
    }
    .proftaxist-footer ul.linklist > li:first-child {
        margin-left: 0 !important;
    }
    .proftaxist-credits {
        margin-bottom: 6px;
    }
    #nav-footer {
        margin-bottom: 12px !important;
    }
    dt.svdnlf {
        display: none;
    }
}

@media only screen and (max-width: 500px){
    .e3lan-top ins {
        width: 300px;
        height: 250px;
    }
    #wrap > div.proftaxist-headerbar > nav > ul > li.responsive-menu.dropdown-container {
        display: none;
    }
}

@media only screen and (max-width: 403px){
    .logo img {
        max-width: 70%;
        height: auto;
    }
    .logo a {
        display: inline;
    }
}

@media only screen and (max-width: 350px){
    .logo {
        text-align: right;
        padding-right: 20px;
    }

	.logo img {
		max-width: 60%;
		height: auto;
	}
}

/**
 * Structure
 *
 * Main structure including wrapper, header, content and footer. By default
 * forum width is fluid (with support for Responsive Web Design). To change it
 * to fixed width, remove below "max-width" property and set desired width. Next
 * remove links to both responsive.css files in overall_header.html.
 */
.wrap {
	max-width: none;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
}

.proftaxist-wrapper,
.proftaxist-dashboard,
.proftaxist-footer {
	box-sizing: border-box;
	width: 95%;
	max-width: none;
	margin: auto;
}

.proftaxist-wrapper {
	padding: 15px 15px;
	border: 2px solid #e7e7e7;
	background: #ffffff;
}

.proftaxist-userbar {
	position: relative;
	height: 49px;
	padding-top: 14px;
	border-bottom: 0;
	color: #959595;
}

.proftaxist-header {
	width: 100%;
}

.proftaxist-dashboard {
	position: relative;
	background: #292c2f;
}

.proftaxist-content {
	position: relative;
	border-top: 0;
}

.proftaxist-content:after {
	content: "";
	display: block;
	clear: both;
}

.proftaxist-footer-wrapper {
	display: block;
	width: 100%;
    margin-top: 41px;
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	background: #2e2e2e;
}

.proftaxist-line {
	border-top: 8px solid #FF8500;
	border-bottom: 1px solid #444;
}

.proftaxist-footer {
	color: #ccc;
	padding: 15px 0 0 0;
	font-size: 13px;
	line-height: 18px;
}

/**
 * Forum name and description
 */
.proftaxist-sitename {
	position: absolute;
	left: 5%;
	top: calc(50% - 30px);
	color: #ffffff;
	font-size: 14px;
}

.proftaxist-sitename a {
	color: #ffffff;
}

/**
 * User menu
 *
 * Navigation bar on top of forum (above dashboard) containing notifications,
 * private messages and dropdown profile links.
 *
 * Sticky navigation on scroll provided by Headroom.js:
 * http://wicky.nillia.ms/headroom.js/
 */
ul.linklist.proftaxist-user-menu > li {
	margin-left: 0;
}

ul.linklist.proftaxist-user-menu > li + li {
	margin-right: 21px;
}

/* Notifications and PMs counters */
.proftaxist-user-menu > li > a > strong {
	float: right;
	margin: -3px 2px 0 6px;
	padding: 2px 4px 3px;
	border-radius: 2px;
	background: #bc2a4d;
	color: #ffffff;
	line-height: 1;
	font-size: 11px;
	font-weight: normal;
}

/* Reset counters padding in responsive view */
.compact .icon-notification > a > strong,
.compact .icon-pm > a > strong {
	padding-left: 3px;
}

/* Small avatar near username */
a.header-avatar,
a.header-avatar:hover {
	text-decoration: none;
	border-radius: 3px;
}

a.header-avatar img {
	margin-bottom: 2px;
	max-height: 20px;
	vertical-align: middle;
	width: auto;
}

a.header-avatar span:after {
	padding-top: 0;
}

/* pm and notification icons/labels */
.linklist.compact .rightside > a > span {
	display: inline;
}

/**
 * Forum navigation
 *
 * Main menu located in header (dashboard). Consists of two navigation lines:
 * posts/topics related links on top and general forum links on bottom.
 *
 * Displayed only on devices with screen width bigger than 700px. On devices
 * with low screen resolution it's replaced by dropdown menu with activation button
 * located in user menu.
 */
.proftaxist-posts-menu,
.proftaxist-forum-menu {
	display: block;
}

.proftaxist-posts-menu {
	text-align: center;
	padding: 10px 0;
/*	margin-right: 2.5%;*/
}

.proftaxist-forum-menu {
	float: left;
/*	margin-left: 2.5%;*/
}

.proftaxist-menu {
	display: block;
	list-style: none;
}

.proftaxist-menu li {
	display: inline;
	background: none;
}

/* Space between menu items */
.proftaxist-menu li + li {
	margin-left: 10px;
}

.proftaxist-menu li > a {
	color: #eee;
}

div.header-profile  > div.dropdown {
	z-index: 4;
}

#notification_list {
	z-index: 4;
}

/**
 * Breadcrumbs and footer navigation
 */
#nav-breadcrumbs {
	margin-top: 3px;
	margin-bottom: 13px;
	border: 0;
}

ul.linklist > li {
	margin: 0;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
}

#nav-footer > li.rightside {
	float: left;
	margin: 0;
}

/* Items separator */
.breadcrumbs .crumb:before,
.breadcrumbs .crumb:first-child:before,
ul.linklist > li:not(.breadcrumbs):before {
	content: "/";
	float: right;
	margin: 0 10px;
	padding: 0;
	color: #cacaca;
	font-size: 14px;
	font-weight: normal;
}

.proftaxist-footer ul.linklist > li {
	margin-left: 23px;
}
.proftaxist-footer ul.linklist > li:first-child {
	margin-left: 0;
}

.proftaxist-footer ul.linklist > li .dropdown-contents {
	background: #333;
}

.proftaxist-footer ul.linklist li.responsive-menu a.responsive-menu-link:before {
	border-color: #ccc;
}

.proftaxist-footer ul.linklist > li.responsive-menu a.responsive-menu-link:hover:before,
.proftaxist-footer ul.linklist li.responsive-menu.visible a.responsive-menu-link:before {
	border-color: #fff;
}

.proftaxist-footer ul.linklist > li:not(.breadcrumbs):before {
	content: none;
}

ul.linklist > li:not(.breadcrumbs):before,
#nav-footer > li.responsive-menu:after {
	float: left;
}

.breadcrumbs:last-child .crumb:last-child:before,
#nav-footer .breadcrumbs .crumb:last-child:before,
ul.linklist > li.proftaxist-time:before {
	content: none;
}

li.breadcrumbs span:first-child > a {
	padding: 0;
}

.breadcrumbs .crumb {
	font-weight: normal;
}

.breadcrumbs.wrapped .crumb a,
.breadcrumbs.wrapped .crumb.wrapped-medium a,
.breadcrumbs.wrapped .crumb.wrapped-tiny a {
	letter-spacing: normal;
}

/* Responsive menu hamburger link */
ul.linklist li.responsive-menu {
	margin: 0 2px;
}

ul.linklist li.responsive-menu a.responsive-menu-link {
	margin: 0 1px 0 11px;
	line-height: 18px;
}

ul.linklist li.responsive-menu a.responsive-menu-link:before {
	top: 5px;
	border-color: #525252;
}

ul.linklist li.responsive-menu a.responsive-menu-link:hover:before,
ul.linklist li.responsive-menu.visible a.responsive-menu-link:before {
	border-color: #bc2a4d;
}

/* Remove links icons */
ul.linklist .small-icon {
	background: none;
}

ul.linklist .small-icon > a {
	padding: 0;
}

/**
 * Footer
 */
.proftaxist-footer:after {
	content: "";
	display: block;
	clear: both;
}

.proftaxist-footer a {
	color: #ccc;
}

.proftaxist-footer a:focus,
.proftaxist-footer a:hover,
.proftaxist-footer a:active {
	color: #fff;
	text-decoration: none;
}

.proftaxist-credits {
	float: left;
}

#nav-footer {
	float: right;
}

#nav-footer.linklist > li {
	font-size: 13px;
}

/**
 * Alerts
 */
div.rules,
p.rules {
	border: 1px solid #ebccd1;
	background-color: #f2dede;
	padding: 6px 9px;
}

div.rules {
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 18px;
	font-size: 12px;
}

p.rules img {
	padding-top: 0;
}

/* Disabled board information */
.information {
	margin-top: 0;
	margin-bottom: 24px;
}

.notice {
	margin-bottom: 15px;
	padding: 7px;
	border: 1px solid #dddddd;
	background: #fbfbfb;
	line-height: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/**
 * Pagination
 */

.row .pagination {
	margin-top: 0px;
	margin-bottom: 0px;
}

.pagination {
	font-size: 12px;
}

.pagination li a,
.pagination li span {
	border-color: #b5b5b5;
	border-radius: 0;
}

.pagination li a {
	background: #e7e7e7;
	color: #525252;
}

.pagination li.active span {
	border-color: #cacaca;
	background: #f2f2f2;
	color: #959595;
}

.pagination li a:hover,
.pagination .dropdown-visible a.dropdown-trigger,
.nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	border-color: #bc2a4d;
	background-color: #bc2a4d;
	color: #ffffff;
}

.pagination li a:hover, .pagination li a:hover .icon, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	background: #bc2a4d;
	border-color: #bc2a4d;
	filter: none;
	color: #ffffff;
	text-shadow: none;
}

/**
* Button padding in fieldset
*/
fieldset.fields1 ul.recipients  input.button2{
	padding: 0 10px;
}
