/* IMPORT */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

/** HEADER **/

#page-header {
	position: relative;
    background: #62AFFF;
    background: -webkit-linear-gradient(340deg,#005FFF 0,#62AFFF 100%);
    background: linear-gradient(110deg,#005FFF 0,#62AFFF 100%)
    color: #f2f2f2;
    margin: 0;
    padding: 0;
}

#nav-main > li > a:not(.notifications):not(.pms):hover {
	background: rgba(0, 0, 0, 0.1);
	text-decoration: none;
}

#nav-main > li > a > span {
	font-size: 14px;
    margin-right: 4px;
    vertical-align: middle;
}

#nav-main > li > a.pms > span,
#nav-main > li > a.notifications > span {
	color: #0A356D;
    font-size: 15px;
    font-weight: bolder;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

#nav-main > li > a.pms.new > span,
#nav-main > li > a.notifications.new > span {
	color: #FFF;
	text-shadow: 0 -1px 0 #000;
}


#nav-main > li > a.pms.new:after,
#nav-main > li > a.notifications.new:after {
	content: attr(data-count);
    position: absolute;
    top: 9px;
    left: 25px;
    background-color: #dc0d17;
    background-image: linear-gradient(#fa3c45, #dc0d17);
    color: #fff;
    padding: 1px 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .7);
    font-family: 'helvetica neue', helvetica, arial, sans-serif;
    font-size: 10px;
    line-height: 1.3;
    min-height: 13px;
}

.topbar .inner {
    color: #f2f2f2;
}

.masthead {
    position: relative;
    width: 100%;
    padding: 0;
    z-index: 1;
}


#site-description .logo {
    float: left;
    opacity: 1;
    text-align: center;
}

#site-description .logo:hover {
	opacity: .8;
}

.imageset.site_logo {
    background-image: url(./images/site_logo.png);
    background-size: 100%;
    width: 498px;
    height: 103px;
    visibility: visible;
    padding: 0;
}

#site-description h1 {
    margin: 15px 0 5px;
    color: #FFF;
    line-height: .75;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: inherit;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.85);
}

#site-description p {
	font-size: 12px;
    width: 486px;
    margin: 0 auto;
    text-align: justify;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.85);
}

.search-header {
    display: block;
    float: right;
    margin: 35px 0;
    padding: 2px;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0 1px 5px rgba(0,0,0,.35);
}


.navbar {
    height: 45px;
    color: inherit;
}

.navbar.top {
    background: none;
}

#page-header .header-bg {
    background-image: url(images/Sheene_action2_JanBurgers.jpg);
}

#page-header ul.linklist .dropdown {
	top: 55px;
}

ul#nav-breadcrumbs {
	float: left;
	width: 66.66666667%;
}


ul#nav-breadcrumbs > li,
.icon-home:before {
	line-height: 31px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}

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

.breadcrumbs .crumb a {
	color: #fff;
    border-bottom: solid 2px transparent;
}

.breadcrumbs .crumb a:hover {
    border-bottom: solid 1px #fff;
}

.alert-permission {
	padding: 15px;
    background: #F44336;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}

.alert-permission a {
	color: #fff;
	border-bottom: 1px solid;
}

.alert-text {
	color: #AF6800;
    background: #FFFACE;
    padding: 15px;
    margin-bottom: 30px!important;
}

/** PAGE BODY **/

#page-body {
    margin: 0;
    padding: 30px 30px 60px;
    clear: both;
}

.main.contained {
    padding: 0;
}

/**  FORUM LIST **/



/** INDEX **/

.section-index .stats {
    display: table;
    width: 100%;
}

/** FOOTER **/

#page-footer {
    margin: 0;
    padding: 0;
    background: #454a55;
    color: #c4c4c4;
}

#page-footer a {
    color: #c4c4c4;
}

#page-footer a:focus, #page-footer a:hover {
    color: #fff;
}

#page-footer .footer-inner {
    padding: 30px 15px 45px;
}

.navbar.bottom {
    border-top: 1px solid #3a3e47;
    border-bottom: 1px dotted #5c6371;
    background: none;
    border-radius: 0;
}

.widget-title {
    font-weight: 600;
    font-size: 1.15em;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 1em;
    color: inherit;
    border: 0;
}

.widget-links ul a, .widget-recents ul a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    max-width: 100%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
}

.widget-links ul a:before, .widget-recents ul a:before {
	content: "";
	font: normal normal normal 14px/1 FontAwesome;
    top: 1px;
    left: -2px;
    -webkit-transition: left .35s cubic-bezier(0.68,-.55,.27,1.55);
    transition: left .35s cubic-bezier(0.68,-.55,.27,1.55);
    width: 1.1em;
    position: absolute;
    left: 0;
    text-align: center;
    display: inline-block;
}

.widget-links ul a:focus::before, .widget-links ul a:hover::before, .widget-recents ul a:focus::before, .widget-recents ul a:hover::before {
    left: 10px;
}

.widget-links ul a:focus, .widget-links ul a:hover, .widget-recents ul a:focus, .widget-recents ul a:hover {
    padding-left: 25px;
}

.widget .widget-body>ul>li {
    list-style-type: none;
}

.endbar {
    background: #3a3e47;
    color: #9d9d9d;
}

.endbar .inner {
    padding: 7.5px 0;
}

.copyright {
	text-align: left;
	color: #9d9d9d;
    padding: 0 !important;
    margin: 0;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print {
    *,:after,:before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000!important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #ddd!important
    }
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background: url(images/bg.png) #fff
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,a:hover {
    color: #23527c;
    text-decoration: none
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #CACACA
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}[role=button] {
    cursor: pointer
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75% !important
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],select[size] {
    height: auto
}

input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    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,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 {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox+.checkbox,.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio label,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,.form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,.form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto;
    outline-offset: -2px
}

.btn.focus,.btn:focus,.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active,.btn-default:active,.btn-default:hover,.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary.active,.btn-primary:active,.btn-primary:hover,.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,.btn-success:active,.btn-success:hover,.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active,.btn-info:active,.btn-info:hover,.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,.btn-warning:active,.btn-warning:hover,.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,.btn-danger:active,.btn-danger:hover,.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,.btn-link:hover {
    color: #23527c;
    text-decoration: none;
    background-color: transparent
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,.input-group-addon,.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #CACACA #CACACA #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,.pager .next>span {
    float: right
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,.container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,.container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1,.jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,.thumbnail>img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px
}

.progress-bar.active,.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,.media>.pull-right {
    padding-left: 10px
}

.media-left,.media>.pull-left {
    padding-right: 10px
}

.media-body,.media-left,.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,0.8);
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(0,0,0,0.8);
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(0,0,0,0.8);
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(0,0,0,0.8);
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: rgba(0,0,0,0.8);
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: rgba(0,0,0,0.8);
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(0,0,0,0.8);
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(0,0,0,0.8);
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(0,0,0,0.8);
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,.carousel-inner>.item.next {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        left: 0
    }

    .carousel-inner>.item.active.left,.carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        left: 0
    }

    .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        left: 0
    }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus,.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.pager:after,.pager:before,.row:after,.row:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.pager:after,.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

@-ms-viewport {
    width:device-width
}

.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-print,.visible-print-block,.visible-print-inline,.visible-print-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }

    table.visible-xs {
        display: table!important
    }

    tr.visible-xs {
        display: table-row!important
    }

    td.visible-xs,th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }

    table.visible-sm {
        display: table!important
    }

    tr.visible-sm {
        display: table-row!important
    }

    td.visible-sm,th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }

    table.visible-md {
        display: table!important
    }

    tr.visible-md {
        display: table-row!important
    }

    td.visible-md,th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }

    table.visible-lg {
        display: table!important
    }

    tr.visible-lg {
        display: table-row!important
    }

    td.visible-lg,th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table!important
    }

    tr.visible-print {
        display: table-row!important
    }

    td.visible-print,th.visible-print {
        display: table-cell!important
    }
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

@charset "UTF-8";

#page-footer .footer-inner:after,#page-footer .footer-inner:before,#page-footer:after,#page-footer:before,.bottom-block:after,.bottom-block:before,.clearfix:after,.clearfix:before,.main:after,.main:before,.stats-blocks:after,.stats-blocks:before,.top-block:after,.top-block:before,dl.polls:after,dl.polls:before,fieldset dl:after,fieldset dl:before,ul.social-links:after,ul.social-links:before,ul.topiclist dl:after,ul.topiclist dl:before {
    content: ' ';
    display: table
}

#page-footer .footer-inner:after,#page-footer:after,.bottom-block:after,.clearfix:after,.main:after,.stats-blocks:after,.top-block:after,dl.polls:after,fieldset dl:after,ul.social-links:after,ul.topiclist dl:after {
    clear: both
}

#suzuki #phpbb_announcement .close:before,#suzuki .icon-boardrules a:before,#suzuki .like:before,#suzuki .liked:before,#page-body p.time:before,.breadcrumbs .crumb:before,.button.responsive-menu-link:before,.delete-icon:before,.dropdown-select:after,.edit-icon:before,.email-icon:before,.file-status:before,.forwardpm-icon:before,.header-avatar span:before,.icon-acp>a:before,.icon-bookmark>a:before,.icon-bump>a:before,.icon-contact>a:before,.icon-delete-cookies>a:before,.icon-download>a:before,.icon-faq>a:before,.icon-home:before,.icon-logout>a:before,.icon-mark:before,.icon-mcp>a:before,.icon-members>a:before,.icon-notification>a:before,.icon-pages>a:before,.icon-pm>a:before,.icon-print>a:before,.icon-profile>a:before,.icon-register>a:before,.icon-search-active>a:before,.icon-search-new>a:before,.icon-search-self>a:before,.icon-search-unanswered>a:before,.icon-search-unread>a:before,.icon-search>a:before,.icon-sendemail>a:before,.icon-subscribe>a:before,.icon-team>a:before,.icon-ucp>a:before,.icon-unsubscribe>a:before,.imageset.announce_read:before,.imageset.announce_read_locked:before,.imageset.announce_read_locked_mine:before,.imageset.announce_read_mine:before,.imageset.announce_unread:before,.imageset.announce_unread_locked:before,.imageset.announce_unread_locked_mine:before,.imageset.announce_unread_mine:before,.imageset.forum_link:before,.imageset.forum_read:before,.imageset.forum_read_locked:before,.imageset.forum_read_subforum:before,.imageset.forum_unread:before,.imageset.forum_unread_locked:before,.imageset.forum_unread_subforum:before,.imageset.global_read:before,.imageset.global_read_locked:before,.imageset.global_read_locked_mine:before,.imageset.global_read_mine:before,.imageset.global_unread:before,.imageset.global_unread_locked:before,.imageset.global_unread_locked_mine:before,.imageset.global_unread_mine:before,.imageset.icon_back_top:before,.imageset.icon_contact:before,.imageset.icon_contact_aim:before,.imageset.icon_contact_email:before,.imageset.icon_contact_icq,.imageset.icon_contact_jabber:before,.imageset.icon_contact_msnm:before,.imageset.icon_contact_www,.imageset.icon_contact_yahoo,.imageset.icon_post_delete:before,.imageset.icon_post_info:before,.imageset.icon_post_report:before,.imageset.icon_post_target:before,.imageset.icon_post_target_unread:before,.imageset.icon_topic_attach:before,.imageset.icon_topic_deleted:before,.imageset.icon_topic_latest:before,.imageset.icon_topic_newest:before,.imageset.icon_topic_poll:before,.imageset.icon_topic_reported:before,.imageset.icon_topic_unapproved:before,.imageset.icon_user_warn:before,.imageset.phpbb_aol-icon,.imageset.phpbb_icq-icon:before,.imageset.phpbb_website-icon:before,.imageset.phpbb_wlm-icon,.imageset.phpbb_yahoo-icon:before,.imageset.pm_read:before,.imageset.pm_unread:before,.imageset.sticky_read:before,.imageset.sticky_read_locked:before,.imageset.sticky_read_locked_mine:before,.imageset.sticky_read_mine:before,.imageset.sticky_unread:before,.imageset.sticky_unread_locked:before,.imageset.sticky_unread_locked_mine:before,.imageset.sticky_unread_mine:before,.imageset.subforum_read:before,.imageset.subforum_unread:before,.imageset.topic_moved:before,.imageset.topic_read:before,.imageset.topic_read_hot:before,.imageset.topic_read_hot_mine:before,.imageset.topic_read_locked:before,.imageset.topic_read_locked_mine:before,.imageset.topic_read_mine:before,.imageset.topic_unread:before,.imageset.topic_unread_hot:before,.imageset.topic_unread_hot_mine:before,.imageset.topic_unread_locked:before,.imageset.topic_unread_locked_mine:before,.imageset.topic_unread_mine:before,.info-icon:before,.input-view.type-checkbox:before,.jabber-icon:before,.locked-icon:before,.modtools-icon:before,.newpm-icon:before,.pagination li.next a:before,.pagination li.page-jump a:after,.pagination li.previous a:before,.phpbb_alert .alert_close:before,.phpbb_aol-icon:before,.phpbb_facebook-icon:before,.phpbb_googleplus-icon:before,.phpbb_icq-icon:before,.phpbb_skype-icon:before,.phpbb_twitter-icon:before,.phpbb_website-icon:before,.phpbb_wlm-icon:before,.phpbb_yahoo-icon:before,.phpbb_youtube-icon:before,.pm-icon:before,.pmreply-icon:before,.post-icon:before,.quote-icon:before,.reply-all:before,.reply-icon:before,.report-icon:before,.responsive-search a:before,.search-adv-icon:before,.search-icon:before,.tools-icon:before,.warn-icon:before,.widget-links ul a:before,.widget-recents ul a:before,a.feed-icon-forum:before,a.jump-link[class*=sub]:before,a.mark-read:before,a.mark:before,a[class*=arrow]:after,a[class*=arrow]:before,a[class*=top]:after,a[class*=top]:before,blockquote:before,dl.icon[class*=announce_]:before,dl.icon[class*=forum_]:before,dl.icon[class*=global_]:before,dl.icon[class*=pm_]:before,dl.icon[class*=sticky_]:before,dl.icon[class*=topic_]:before,fieldset.display-options label.go:before,input[type=checkbox]:before,p.post-notice.deleted:before,p.post-notice.error:before,p.post-notice.reported:before,p.post-notice.unapproved:before,ul.forums .author a:before,ul.forums .list-inner .author:before,ul.forums .time:before,ul.linklist li.responsive-menu a.responsive-menu-link:before,ul.topics .author a:before,ul.topics .list-inner .author:before,ul.topics .time:before, .related-topics > ul > li > a:before, li.icon-restore-permissions > a:before {
    font-family: FontAwesome
}

#suzuki #phpbb_announcement .close,.contact-icon:before,.file-status:before,.header-avatar span:before,.icon-button:before,.icon-home:before,.imageset.icon_topic_latest:before,.small-icon>a:before,.widget-links ul a:before,.widget-recents ul a:before,a.jump-link[class*=sub]:before,a.mark-read:before,a.mark:before,a[class*=arrow]:after,a[class*=arrow]:before,a[class*=top]:after,a[class*=top]:before,blockquote:before,dl.icon[class*=announce_]:before,dl.icon[class*=forum_]:before,dl.icon[class*=global_]:before,dl.icon[class*=pm_]:before,dl.icon[class*=sticky_]:before,dl.icon[class*=topic_]:before,p.post-notice:before,span.imageset:before,ul.topiclist li.row dt a.subforum.read:before,ul.topiclist li.row dt a.subforum.unread:before {
    content: ' ';
    width: 1.1em;
    position: absolute;
    left: 0;
    text-align: center;
    display: inline-block
}

dl.icon[class*=announce_]:before,dl.icon[class*=forum_]:before,dl.icon[class*=global_]:before,dl.icon[class*=pm_]:before,dl.icon[class*=sticky_]:before,dl.icon[class*=topic_]:before {
    width: 35px;
    height: 35px;
    line-height: 36px;
    font-size: 17.5px;
    left: 5px;
    top: 15px;
    border-radius: 45%
}

label[for^=icon-] input:before {
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.button,.right-box a,a.button,a.button1,a.button2,a.input.button3,input.button1,input.button2,input.button3 {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    border: none;
    white-space: nowrap;
    font-weight: 600;
    background-color: #4A86D8;
    color: #f2f2f2;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
    outline: 0!important;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    visibility: visible;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.button:hover,.right-box a:hover,a.button1:hover,a.button2:hover,a.input.button3:hover,input.button1:hover,input.button2:hover,input.button3:hover {
    color: #FFF;
    background-color: #2196F3;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25)
}

.button:active,.button:focus,.right-box a:active,.right-box a:focus,a.button1:active,a.button1:focus,a.button2:active,a.button2:focus,a.input.button3:active,a.input.button3:focus,input.button1:active,input.button1:focus,input.button2:active,input.button2:focus,input.button3:active,input.button3:focus {
    color: #FFF;
    background: #2D6EC5
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before,.icon-search>a:before,.responsive-search a:before,.search-icon:before,fieldset.display-options label.go:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before,.icon-search-unread>a:before,.imageset.announce_read:before,.imageset.announce_read_locked_mine:before,.imageset.announce_read_mine:before,.imageset.announce_unread:before,.imageset.announce_unread_mine:before,.imageset.global_read:before,.imageset.global_read_mine:before,.imageset.global_unread:before,.imageset.global_unread_mine:before,.imageset.sticky_read:before,.imageset.sticky_read_mine:before,.imageset.sticky_unread:before,.imageset.sticky_unread_mine:before,dl.icon.announce_read:before,dl.icon.announce_read_mine:before,dl.icon.announce_unread:before,dl.icon.announce_unread_mine:before,dl.icon.global_read:before,dl.icon.global_read_mine:before,dl.icon.global_unread:before,dl.icon.global_unread_mine:before,dl.icon.sticky_read:before,dl.icon.sticky_read_mine:before,dl.icon.sticky_unread:before,dl.icon.sticky_unread_mine:before {
    content: ""
}

.fa-star-o:before,.imageset.sticky_read_locked:before,.imageset.sticky_read_locked_mine:before,.imageset.sticky_unread_locked:before,.imageset.sticky_unread_locked_mine:before,dl.icon.sticky_read_locked:before,dl.icon.sticky_read_locked_mine:before,dl.icon.sticky_unread_locked:before,dl.icon.sticky_unread_locked_mine:before {
    content: ""
}

.icon-restore-permissions>a:before {
    content: "\f021"
}

.fa-user:before,.icon-profile>a:before,ul.forums .author a:before,ul.forums .list-inner .author:before,ul.topics .author a:before,ul.topics .list-inner .author:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before,.input-view.type-checkbox:before,a.mark-read:before,a.mark:before,input[type=checkbox]:before {
    content: ""
}

#suzuki #phpbb_announcement .close:before,.delete-icon:before,.fa-close:before,.fa-remove:before,.fa-times:before,.icon-unsubscribe>a:before,.imageset.icon_post_delete:before,.phpbb_alert .alert_close:before {
    content: ""
}

.fa-search-plus:before,.icon-search-self>a:before,.search-adv-icon:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before,.icon-logout>a:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before,.fa-gear:before,.icon-acp>a:before,.modtools-icon:before,.tools-icon:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before,.icon-home:before {
    content: ""
}

.fa-file-o:before,.imageset.topic_read:before,.imageset.topic_read_hot:before,.imageset.topic_read_hot_mine:before,.imageset.topic_read_mine:before,.imageset.topic_unread:before,.imageset.topic_unread_hot:before,.imageset.topic_unread_hot_mine:before,.imageset.topic_unread_mine:before,dl.icon.topic_read:before,dl.icon.topic_read_hot:before,dl.icon.topic_read_hot_mine:before,dl.icon.topic_read_mine:before,dl.icon.topic_unread:before,dl.icon.topic_unread_hot:before,dl.icon.topic_unread_hot_mine:before,dl.icon.topic_unread_mine:before {
    content: ""
}

#page-body p.time:before,.fa-clock-o:before,ul.forums .time:before,ul.topics .time:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before,.icon-download>a:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before,.fa-rotate-right:before {
    content: ""
}

.fa-refresh:before,.icon-search-active>a:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before,.imageset.announce_read_locked:before,.imageset.announce_unread_locked:before,.imageset.announce_unread_locked_mine:before,.imageset.forum_read_locked:before,.imageset.forum_unread_locked:before,.imageset.global_read_locked:before,.imageset.global_read_locked_mine:before,.imageset.global_unread_locked:before,.imageset.global_unread_locked_mine:before,.imageset.topic_read_locked:before,.imageset.topic_read_locked_mine:before,.imageset.topic_unread_locked:before,.imageset.topic_unread_locked_mine:before,.locked-icon:before,dl.icon.announce_read_locked:before,dl.icon.announce_read_locked_mine:before,dl.icon.announce_unread_locked:before,dl.icon.announce_unread_locked_mine:before,dl.icon.forum_read_locked:before,dl.icon.forum_unread_locked:before,dl.icon.global_read_locked:before,dl.icon.global_read_locked_mine:before,dl.icon.global_unread_locked:before,dl.icon.global_unread_locked_mine:before,dl.icon.topic_read_locked:before,dl.icon.topic_read_locked_mine:before,dl.icon.topic_unread_locked:before,dl.icon.topic_unread_locked_mine:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before,.icon-bookmark>a:before {
    content: ""
}

.fa-print:before,.icon-print>a:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
    content: ""
}

.edit-icon:before,.fa-pencil:before,.forwardpm-icon:before,.locked-icon:before,.newpm-icon:before,.pmreply-icon:before,.post-icon:before,.reply-all:before,.reply-icon:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before,.icon-mark:before,.icon-subscribe>a:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before,.pagination li.previous a:before {
    content: ""
}

.fa-chevron-right:before,.pagination li.next a:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before,.icon-faq>a:before,.imageset.icon_post_info:before,.info-icon:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before,.file-status.file-error:before {
    content: ""
}

.fa-check-circle-o:before,.file-status.file-uploaded:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before,.jumpbox-return a.arrow-left:before,a.arrow-left:before {
    content: ""
}

.fa-arrow-right:before,.imageset.icon_topic_newest:before,a.arrow-right:after {
    content: ""
}

.fa-arrow-up:before,.imageset.icon_back_top:before,a.arrow-up:before,a.top2:before,a.top:before {
    content: ""
}

.fa-arrow-down:before,a.arrow-down:before {
    content: ""
}

.fa-mail-forward:before,.fa-share:before,.pmreply-icon:before,.reply-icon:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before,li.header .collapse-btn a.collapse-show i:before {
    content: ""
}

.fa-minus:before,li.header .collapse-btn a.collapse-hide i:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before,.imageset.icon_topic_unapproved:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before,.fa-warning:before,.imageset.icon_topic_reported:before,p.post-notice.unapproved:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before,.imageset.icon_post_target:before,.imageset.icon_post_target_unread:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before,.icon-register>a:before {
    content: ""
}

.fa-cogs:before,.fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

#suzuki .like:before,.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before,.phpbb_twitter-icon:before {
    content: ""
}

.fa-facebook-f:before,.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,.fa-rss:before,a.feed-icon-forum:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before,.icon-notification>a:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,.fa-users:before,.icon-team>a:before {
    content: ""
}

.fa-chain:before,.fa-link:before,.imageset.forum_link:before,.imageset.icon_contact_www,.imageset.phpbb_website-icon:before,.phpbb_website-icon:before,dl.icon.forum_link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,.fa-scissors:before {
    content: ""
}

.fa-copy:before,.fa-files-o:before,.icon-pages>a:before {
    content: ""
}

.fa-paperclip:before,.imageset.icon_topic_attach:before {
    content: ""
}

.fa-floppy-o:before,.fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.button.responsive-menu-link:before,.dropdown-select:after,.fa-bars:before,.fa-navicon:before,.fa-reorder:before,.imageset.icon_topic_poll:before,ul.linklist li.responsive-menu a.responsive-menu-link:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before,.phpbb_googleplus-icon:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before,.post .back2top a.top:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before,.widget-links ul a:before,.widget-recents ul a:before,a.jump-link[class*=sub]:before, .related-topics > ul > li > a:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before,.fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before,.fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before,.fa-sort-up:before {
    content: ""
}

.email-icon:before,.fa-envelope:before,.icon-contact>a:before,.icon-pm>a:before,.icon-sendemail>a:before,.imageset.icon_contact_email:before,.imageset.pm_read:before,.imageset.pm_unread:before,dl.icon.pm_read:before,dl.icon.pm_unread:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,.fa-undo:before {
    content: ""
}

.fa-gavel:before,.fa-legal:before,.icon-mcp>a:before {
    content: ""
}

.fa-dashboard:before,.fa-tachometer:before,.icon-ucp>a:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before,.fa-flash:before,.icon-search-unanswered>a:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before,.fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

#suzuki .icon-boardrules a:before,.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.breadcrumbs .crumb:before,.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before,.quote-icon:before,blockquote:before {
    content: ""
}

.fa-quote-right:before,.rtl blockquote:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,.fa-reply-all:before,.forwardpm-icon:before {
    content: ""
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before,.fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before,.imageset.icon_post_report:before,.report-icon:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before,.pagination li.page-jump a:after {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before,.imageset.topic_moved:before,dl.icon.topic_moved:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before,.fa-toggle-down:before,.imageset.icon_contact:before {
    content: ""
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before,.fa-toggle-right:before,.imageset.icon_topic_latest:before {
    content: ""
}

.fa-eur:before,.fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,.fa-usd:before {
    content: ""
}

.fa-inr:before,.fa-rupee:before {
    content: ""
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
    content: ""
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
    content: ""
}

.fa-krw:before,.fa-won:before {
    content: ""
}

.fa-bitcoin:before,.fa-btc:before {
    content: ""
}

.fa-file:before,.imageset.forum_read:before,.imageset.forum_unread:before,dl.icon.forum_read:before,dl.icon.forum_unread:before {
    content: ""
}

.fa-file-text:before,.icon-bump>a:before,.imageset.forum_read_subforum:before,.imageset.forum_unread_subforum:before,.imageset.subforum_read:before,.imageset.subforum_unread:before,dl.icon.forum_read_subforum:before,dl.icon.forum_unread_subforum:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

#suzuki .liked:before,.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before,p.post-notice.error:before,p.post-notice.reported:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before,.phpbb_youtube-icon:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before,.phpbb_skype-icon:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before,.fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
    content: ""
}

.fa-graduation-cap:before,.fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before,.imageset.icon_contact_yahoo,.imageset.phpbb_yahoo-icon:before,.phpbb_yahoo-icon:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,.fa-car:before {
    content: ""
}

.fa-cab:before,.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
    content: ""
}

.fa-circle-o-notch:before,.file-status.file-working:before {
    content: ""
}

.fa-ra:before,.fa-rebel:before {
    content: ""
}

.fa-empire:before,.fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,.fa-weixin:before,.imageset.icon_contact_aim:before,.imageset.icon_contact_icq,.imageset.icon_contact_jabber:before,.imageset.icon_contact_msnm:before,.imageset.phpbb_aol-icon,.imageset.phpbb_icq-icon:before,.imageset.phpbb_wlm-icon,.jabber-icon:before,.phpbb_aol-icon:before,.phpbb_icq-icon:before,.phpbb_wlm-icon:before {
    content: ""
}

.fa-paper-plane:before,.fa-send:before,.pm-icon:before {
    content: ""
}

.fa-paper-plane-o:before,.fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before,.icon-delete-cookies>a:before,.imageset.icon_topic_deleted:before,p.post-notice.deleted:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before,.phpbb_facebook-icon:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before,.icon-members>a:before {
    content: ""
}

.fa-user-times:before,.imageset.icon_user_warn:before,.warn-icon:before {
    content: ""
}

.fa-bed:before,.fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before,.fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,.fa-hourglass-half:before,.icon-search-new>a:before {
    content: ""
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-television:before,.fa-tv:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

#page-body p.time:first-child::before,.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

#qr_postform h2,a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

q:after,q:before {
    content: ''
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

abbr {
    text-decoration: none
}

html {
    font-size: 100%;
    height: 101%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision
}

body {
    background: 0 0;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.8;
    margin: 0;
    color: #444;
    word-wrap: break-word;
    -webkit-print-color-adjust: exact
}

body * {
    -webkit-backface-visibility: hidden
}

::selection {
    background: #4A86D8!important;
    color: #FFF!important
}

::-moz-selection {
    background: rgba(93,90,255,.85)!important;
    color: #FFF!important
}

h1 {
    margin-right: 200px;
    margin-top: 15px;
    font-weight: 700;
    font-size: 2em
}

h2 {
    font-weight: 400;
    font-size: 1.6em;
    margin: 0
}

h2 a {
    color: inherit!important
}

h2.memberlist-title {
    margin: 15px -30px;
    padding: 15px 30px;
    border-bottom: 1px solid #DDD
}

h2.solo {
    margin-bottom: 1em
}

#qr_postform h2,h3 {
    font-weight: 600;
    font-size: 1.15em;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 1em;
    color: inherit
}

h4 {
    font-size: 1.3em
}

p {
    font-size: 1em
}

#page-body p.time {
    padding: 0 0 0 1px
}

#page-body p.time:before {
    display: inline-block;
    width: 1.25em;
    text-align: left;
    vertical-align: -1px
}

#page-body p.time:first-child::before {
    vertical-align: 0
}

#page-body>p.time {
    margin-bottom: 1em
}

img {
    border-width: 0
}

abbr[title] {
    border: none
}

hr {
    border: 0 solid transparent;
    border-top: 1px solid #DDD;
    height: 1px;
    margin: 10px 0;
    display: block;
    clear: both
}

hr.dashed {
    border-top-style: dashed;
    margin: 10px 0
}

hr.divider {
    display: none
}

p.right {
    text-align: right
}

p.jumpbox-return {
    line-height: 36px
}

b,strong {
    font-weight: 600
}

em,i {
    font-style: italic
}

u {
    text-decoration: underline
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

li {
    display: list-item
}

ol ul,ul ul {
    list-style-type: circle
}

ol ol ul,ol ul ul,ul ol ul,ul ul ul {
    list-style-type: square
}

i.fa {
    width: 1.2em;
    text-align: center
}

html.js #preloader {
    position: fixed;
    left: 0;
    top: 0;
    overflow: visible;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #FFF
}

#wrap {
    margin: 0 auto;
    min-width: 625px;
    padding: 0;
    background: url(images/bg.png);
    box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 0 4px 1px rgba(0,0,0,.15)
}

.header-bg {
    position: absolute;
    background: center -225px/cover;
    top: -60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: .4
}

.masthead {
    position: relative;
    width: 100%;
    padding: 0;
    z-index: 1
}

.main {
    position: relative
}

.main.contained {
    padding: 0;
    box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.1)
}

#page-body-wrapper {
    overflow: hidden;
    padding: 0;
    margin: 0
}

#page-body-wrapper.leftside,#page-body-wrapper.rightside {
    border-right: 1px solid #DDD;
    border-left: 1px solid #DDD
}

#page-body {
    margin: 0;
    padding: 30px 30px 60px;
    clear: both
}

#page-sidebar {
    padding: 15px 0 15px 15px;
    overflow: hidden;
    margin-left: -1px;
    border-left: solid 1px #DDD
}

#page-sidebar .widget {
    position: relative;
    border: none;
    margin: 0;
    padding: 15px;
    overflow: inherit
}

#page-sidebar img {
    max-width: 100%
}

#page-sidebar .widget-title {
    margin: 0 0 2em;
    position: relative
}

#page-sidebar .widget-title::before {
    content: ' ';
    display: block;
    position: absolute;
    bottom: -.85em;
    height: 5px;
    width: 20px;
    z-index: 3;
    background: #3B86FF
}

#page-sidebar .widget-title::after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: -.85em;
    height: 1px;
    width: 100%;
    margin-bottom: 2px;
    z-index: 2;
    background: #DDD
}

#page-footer {
    margin: 0;
    padding: 0;
    background: #454a55;
    color: #c4c4c4
}

#page-footer a {
    color: #c4c4c4
}

#page-footer a:focus,#page-footer a:hover {
    color: #fff
}

#page-footer .dropdown a {
    color: inherit
}

#page-footer .dropdown a:focus,#page-footer .dropdown a:hover {
    color: #4A86D8
}

#page-footer #qr_postform h2,#page-footer h3,#qr_postform #page-footer h2 {
    margin: 1em 0 1.25em
}

#page-footer .footer-inner {
    padding: 30px 15px 45px
}

.bottom-block,.top-block {
    overflow: hidden;
    clear: both
}

.bottom-block .inner,.top-block .inner {
    overflow: hidden
}

.bottom-block .inner>img,.bottom-block .inner>ins.adsbygoogle,.top-block .inner>img,.top-block .inner>ins.adsbygoogle {
    display: block!important;
    margin: 0 auto;
    max-width: 100%
}

.top-block {
    margin: 0 -30px 30px;
    padding: 0 30px 30px;
    border-bottom: 1px solid #DDD
}

.bottom-block {
    margin: 30px 0 0;
    padding: 30px;
    border: none;
    border-top: 1px solid #DDD
}

#navbar-main {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #4A86D8;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid #2C67B7;
    transition: all .25s
}

body.fixed #navbar-main {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: fixed;
    top: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.35)
}

body.fixed #navbar-main #nav-main {
    margin: 0;
    padding: 0
}

.topbar .inner {
    padding: 0;
    color: #f2f2f2
}

.topbar .inner a.header-avatar {
    padding-left: 1.25em;
    color: inherit
}

.topbar .inner a.header-avatar>span {
    color: inherit!important;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.topbar .inner a.header-avatar:focus>span,.topbar .inner a.header-avatar:hover>span {
    color: #f2f2f2!important;
    text-shadow: 0 1px 1px rgba(0,0,0,.5)
}

.topbar .inner ul.linklist>li {
    margin: 0
}

.topbar .inner>ul>li>a {
    color: inherit;
    font-weight: 600;
}

.topbar .inner>ul>li>a, .topbar .inner>ul>li>div.header-profile {
    padding: 10px 15px;
}

.topbar .inner>ul>li>a:before {
    left: 5px
}

.topbar .inner>ul>li>a:focus,.topbar .inner>ul>li>a:hover {
    color: #f2f2f2;
    text-shadow: 0 1px 1px rgba(0,0,0,.5)
}

.topbar .inner>ul>li.menu-item a {
    display: inline-block;
    padding-left: 5px
}

.topbar .dropdown a:hover {
    color: #4A86D8!important
}

.endbar {
    background: #3a3e47;
    color: #9d9d9d
}

.endbar a {
    color: inherit!important
}

.endbar .inner {
    padding: 7.5px 0
}

.masthead .inner {
    padding: 30px 0
}

.navbar {
    height: 45px;
    color: inherit
}

.navbar.bottom {
    border-top: 1px solid #3a3e47;
    border-bottom: 1px dotted #5c6371
}

.navbar .inner {
    padding: 7.5px 15px
}

#site-description {
    float: left;
    width: 50%
}

.copyright {
    padding: 0
}

.copyright a {
    font-weight: 600
}

.forabg,.forumbg {
    margin-bottom: 30px;
    clear: both;
    border-radius: 4px;
    border: 1px solid #DDD;
    overflow: hidden;
    background: #FFF
}

.forabg,.forumbg,.stat-block {
    box-shadow: 0 1px 2.5px rgba(0,0,0,.075)
}

.forabg {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.panel {
    padding: 15px;
    position: relative
}

#attach-panel,#options-panel,#poll-panel {
    border: 1px solid #DDD
}

#confirm>.panel,#message.panel {
    padding: 15px;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,.15)
}

#cp-main .panel {
    padding: 15px;
    margin: 0 0 -1px
}

#viewfolder .panel {
    min-height: auto
}

#cp-main form:first-child .panel:only-of-type,#viewfolder .panel:first-of-type {
    min-height: 300px
}

.post {
    position: relative;
    padding: 15px;
    margin: 0 15px;
    border-top: 1px solid #CACACA;
    border-bottom: 1px solid #DCDADA
}

.post .back2top {
    position: absolute;
    right: 30px;
    bottom: 0;
    line-height: 1
}

.post .back2top a.top {
    width: 13px;
    height: 9px;
    margin-right: -2px;
    color: #DDD
}

.post+.post {
    margin-top: -1px!important
}

.post+#viewtopic {
    margin-top: 15px
}

.post.deleted {
    border-color: tomato
}

#postingbox {
    margin: 15px -30px 0;
    padding: 0 30px;
    border-top: 1px solid #DDD
}

#postingbox dl {
    width: 80%
}

#postingbox dl input.inputbox[name=subject] {
    width: 100%
}

#postingbox+.panel {
    padding: 0
}

#preview.post {
    border: 1px solid #DDD;
    margin: 30px 0;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.15)
}

#preview.post .postbody {
    margin: 0;
    padding: 15px;
    width: 100%
}

#page-body>.post {
    margin: 0 -30px;
    padding: 15px 30px;
    -webkit-transition: box-shadow .35s;
    transition: box-shadow .35s
}

#page-body>form>fieldset.display-options {
    margin: 0 -30px;
    padding: 5px 30px 0
}

.rowbg {
    margin: 5px
}

ul.social-links {
    padding: 0;
    list-style-type: none;
    text-align: right
}

ul.social-links li {
    display: inline-block
}

ul.social-links li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.25em;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
    color: #eee;
    text-align: center;
    border-radius: 50%;
    vertical-align: top
}

ul.social-links li a:focus,ul.social-links li a:hover {
    box-shadow: inset 0 0 0 2px #fff;
    color: #FFF
}

ul.social-links li+li {
    margin-left: 4px
}

ul.linklist {
    display: block;
    margin: 0;
    padding: 0
}

ul.linklist>li {
    float: left;
    list-style-type: none;
    width: auto;
    line-height: 2.2;
    position: relative
}

ul.linklist>li+li {
    margin-left: 8px
}

a.rightside,p.rightside,ul.linklist>li.rightside {
    float: right;
    text-align: right
}

ul.leftside {
    float: left;
    margin-left: 0;
    margin-right: 5px;
    text-align: left
}

ul.rightside {
    float: right;
    margin-left: 5px;
    margin-right: -5px;
    text-align: right
}

ul.linklist li.responsive-menu {
    position: relative;
    margin: 0 5px
}

ul.linklist li.responsive-menu a.responsive-menu-link {
    display: inline-block;
    margin: 0 5px;
    position: relative;
    text-decoration: none
}

.hasjs ul.linklist.leftside,.hasjs ul.linklist.rightside {
    max-width: 48%
}

.hasjs ul.linklist.fullwidth {
    max-width: none
}

li.responsive-menu.dropdown-right .dropdown {
    left: -9px
}

li.responsive-menu.dropdown-left .dropdown {
    right: -6px
}

ul.linklist .dropdown {
    top: 25px
}

ul.linklist .dropdown-up .dropdown {
    bottom: 18px;
    top: auto
}

.responsive-menu:before {
    display: none!important
}

.header-profile {
    display: inline-block
}

.header-avatar:hover {
    text-decoration: none
}

.header-avatar img {
    max-height: 20px;
    vertical-align: middle;
    width: auto;
    border-radius: 10px;
    position: relative;
    left: -20px;
    margin: -1px -20px 0 0;
    z-index: 10
}

.dropdown-container {
    position: relative
}

.dropdown-container-right {
    float: right
}

.dropdown-container-left {
    float: left
}

.nojs .dropdown-container:hover .dropdown {
    display: block!important
}

.dropdown {
    position: absolute;
    left: 0;
    top: 1.2em;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 9px 0 0;
    margin-right: -500px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0.24,.22,.015,1.56),opacity .15s ease-in-out,visibility 0s linear .25s;
    transition: transform .25s cubic-bezier(0.24,.22,.015,1.56),opacity .15s ease-in-out,visibility 0s linear .25s;
    -webkit-transform: scale(0.9) translate(-5%,-5%);
    -ms-transform: scale(0.9) translate(-5%,-5%);
    transform: scale(0.9) translate(-5%,-5%)
}

.dropdown:not(.live-search) {
    display: block!important
}

.dropdown-left .dropdown {
    -webkit-transform: scale(0.9) translate(5%,0);
    -ms-transform: scale(0.9) translate(5%,0);
    transform: scale(0.9) translate(5%,0)
}

.dropdown-up .dropdown {
    -webkit-transform: scale(0.9) translate(0%,5%);
    -ms-transform: scale(0.9) translate(0%,5%);
    transform: scale(0.9) translate(0%,5%)
}

.dropdown-visible .dropdown {
    z-index: 100;
    opacity: 1;
    visibility: visible;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0.24,.22,.015,1.56),opacity .15s ease-in-out,visibility 0s linear 0s;
    transition: transform .25s cubic-bezier(0.24,.22,.015,1.56),opacity .15s ease-in-out,visibility 0s linear 0s;
    -webkit-transform: scale(1) translate(0);
    -ms-transform: scale(1) translate(0);
    transform: scale(1) translate(0)
}

li.dropdown-container[class*=notification] strong {
    font-weight: 700;
    padding: 0 2px
}

.dropdown.live-search {
    top: auto;
    opacity: 1;
    margin-right: auto;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: absolute
}

.dropdown.live-search .search-result {
    cursor: pointer
}

.dropdown-container.topic-tools {
    float: left
}

.dropdown-up .dropdown {
    top: auto;
    bottom: 1.2em;
    padding: 0 0 9px
}

.dropdown-left .dropdown,.header-profile .dropdown,.nojs .rightside .dropdown {
    left: auto;
    right: 0;
    margin-left: -500px;
    margin-right: 0
}

.dropdown-button-control .dropdown {
    top: 24px
}

.dropdown-button-control.dropdown-up .dropdown {
    top: auto;
    bottom: 27px
}

.dropdown .pointer,.dropdown .pointer-inner {
    position: absolute;
    width: 0;
    height: 0;
    border-top-width: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px dashed transparent;
    border-right: 10px dashed transparent;
    -webkit-transform: rotate(360deg);
    display: block
}

.dropdown-up .pointer,.dropdown-up .pointer-inner {
    border-bottom-width: 0;
    border-top: 10px solid transparent
}

.dropdown .pointer {
    right: auto;
    left: 10px;
    top: 0;
    z-index: 3
}

.dropdown-up .pointer {
    bottom: 0;
    top: auto
}

.dropdown-left .dropdown .pointer,.nojs .rightside .dropdown .pointer {
    left: auto;
    right: 10px
}

.dropdown .pointer-inner {
    top: auto;
    bottom: -11px;
    left: -10px
}

.dropdown-up .pointer-inner {
    bottom: auto;
    top: -11px
}

.dropdown .dropdown-contents {
    z-index: 2;
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid transparent;
    padding: 10px;
    position: relative;
    min-width: 40px;
    max-height: 350px
}

.dropdown li {
    float: none!important;
    list-style: none;
    margin: 0;
    padding-left: 10px;
    white-space: nowrap;
    text-align: left;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out
}

.dropdown li a {
    display: block;
    padding-left: 1.5em;
    padding-right: 15px;
    line-height: 2.5
}

#quickmod .dropdown li a {
    padding-left: 0
}

.dropdown-contents>li {
    padding-right: 15px
}

.dropdown-nonscroll>li {
    padding-right: 0
}

.dropdown li li,.dropdown li.separator+li {
    border-top: 0
}

.dropdown li li {
    padding-left: 18px
}

.dropdown li li:first-child {
    margin-top: 5px
}

.dropdown li li:last-child {
    padding-bottom: 0
}

.dropdown-extended li,.dropdown.wrap li,.wrap .dropdown li {
    white-space: normal
}

.dropdown li.separator {
    border-top: 1px solid #CACACA;
    margin: 5px 0;
    padding: 0
}

.dropdown li.separator:first-child,.dropdown li.separator:last-child {
    display: none!important
}

.breadcrumbs .crumb {
    float: left;
    word-wrap: normal;
    line-height: 1
}

.breadcrumbs .crumb:last-child {
    font-weight: 600
}

.breadcrumbs .crumb:before {
    position: absolute;
    width: 10px;
    font-weight: 700;
    text-align: center;
    top: 8px;
    color: rgba(242,242,242,.75)
}

.bottom .breadcrumbs .crumb:before {
    color: rgba(196,196,196,.75)
}

.breadcrumbs .crumb:first-child:before {
    content: none
}

.breadcrumbs .crumb:first-child a {
    margin-left: 0;
    padding-left: 20px
}

.breadcrumbs .crumb a {
    display: inline-block;
    padding: 8px 7.5px 8px 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 1px
}

.has-social-links {
    width: 66.66666667%;
    float: left
}

.breadcrumbs.wrapped .crumb a {
    padding-right: 0;
    padding-left: 15px;
    font-size: 95%;
    line-height: 1.1
}

.breadcrumbs.wrapped .crumb+.crumb a {
    padding-left: 10px
}

.breadcrumbs.wrapped .crumb a {
    letter-spacing: -.3px
}

.breadcrumbs.wrapped .crumb.wrapped-medium a {
    letter-spacing: -.4px
}

.breadcrumbs.wrapped .crumb.wrapped-tiny a {
    letter-spacing: -.5px
}

.breadcrumbs .crumb.wrapped-max a {
    max-width: 150px
}

.breadcrumbs .crumb.wrapped-wide a {
    max-width: 130px
}

.breadcrumbs .crumb.wrapped-medium a {
    max-width: 110px
}

.breadcrumbs .crumb.wrapped-small a {
    max-width: 90px
}

.breadcrumbs .crumb.wrapped-tiny a {
    max-width: 70px
}

.has-social-links .breadcrumbs .crumb.wrapped-max a {
    max-width: 130px
}

.has-social-links .breadcrumbs .crumb.wrapped-wide a {
    max-width: 110px
}

.has-social-links .breadcrumbs .crumb.wrapped-medium a {
    max-width: 90px
}

.has-social-links .breadcrumbs .crumb.wrapped-small a {
    max-width: 70px
}

.has-social-links .breadcrumbs .crumb.wrapped-tiny a {
    max-width: 50px
}

table * {
    -webkit-backface-visibility: initial!important
}

table.table1 {
    width: 100%
}

#ucp-main table.table1 {
    padding: 2px
}

table.table1 thead th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 90%;
    letter-spacing: 1px;
    background: #f2f2f2;
    padding: 10px 15px
}

table.table1 thead th a {
    color: inherit
}

table.table1 thead th span {
    padding-left: 7px
}

table.table1 tbody tr {
    border: 1px solid #CACACA;
    -webkit-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out
}

table.table1 tbody tr.hover,table.table1 tbody tr:hover {
    background: #fafafa;
    color: #000
}

table.table1 tbody td {
    padding: 10px 15px;
    max-width: 150px
}

table.table1 tbody th {
    padding: 10px;
    border-bottom: 1px solid transparent;
    text-align: left;
    color: #444;
    background: #FFF
}

table.table1 .name {
    text-align: left
}

table.table1 .center {
    text-align: center
}

table.table1 .reportby {
    width: 15%
}

table.table1 .posts {
    text-align: center;
    width: 7%
}

table.table1 .active,table.table1 .joined {
    text-align: left;
    width: 15%
}

table.table1 .mark {
    text-align: center;
    width: 7%
}

table.table1 .info {
    text-align: left;
    width: 30%
}

table.table1 .info div {
    width: 100%;
    white-space: normal;
    overflow: hidden
}

table.table1 .autocol {
    line-height: 2em;
    white-space: nowrap
}

table.table1 thead .autocol {
    padding-left: 1em
}

table.table1 span.rank-img {
    float: right;
    width: auto
}

table.info td {
    padding: 3px
}

table.info tbody th {
    padding: 3px;
    text-align: right;
    vertical-align: top;
    font-weight: 400;
    color: #444
}

.forumbg table.table1 {
    margin: 0
}

.forumbg-table table.table1 tbody tr {
    border-left: none;
    border-right: none
}

.forumbg-table>.inner {
    margin: 0
}

#color_palette_placeholder table {
    border-collapse: separate;
    border-spacing: 1px
}

table#memberlist td {
    max-width: initial
}

.column1 {
    float: left;
    clear: left;
    width: 49%
}

.column2 {
    float: right;
    clear: right;
    width: 49%
}

.left-box {
    float: left;
    width: auto;
    text-align: left;
    max-width: 100%
}

.left-box.profile-details {
    width: 80%
}

.section-memberlist .left-box.profile-details {
    line-height: 36px
}

.section-memberlist .left-box.profile-details select {
    line-height: 1.4
}

.right-box {
    float: right;
    width: auto;
    max-width: 100%;
    font-size: 13px;
    text-align: right;
    text-transform: none;
    letter-spacing: initial
}

dl.details {
    font-size: 1em
}

dl.details dt {
    float: left;
    clear: left;
    width: 30%;
    font-weight: 600;
    text-align: right;
    display: block
}

dl.details dd {
    margin-left: 0;
    padding-left: 5px;
    margin-bottom: 5px;
    float: left;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis
}

fieldset.fields1 ul.recipients {
    list-style-type: none;
    line-height: 1.8;
    max-height: 150px;
    overflow-y: auto
}

fieldset.fields1 dd.recipients {
    clear: left;
    padding: 15px 0;
    margin: 0
}

fieldset.fields1 ul.recipients input.button2 {
    font-size: 80%;
    margin-right: 0;
    font-weight: 800;
    padding: 0 15px
}

fieldset.fields1 dl.pmlist>dt {
    width: auto!important
}

fieldset.fields1 dl.pmlist dd.recipients {
    margin-left: 0!important
}

.action-bar {
    margin: 15px -15px;
    padding: 15px
}

#viewtopic+.action-bar,.action-bar+.post {
    margin-top: 3em!important
}

#page-body>.action-bar {
    margin: 15px -30px;
    padding: 15px 30px
}

#page-body>.action-bar .mark-read {
    margin-right: 5px
}

.section-index #page-body>.action-bar {
    margin: 0;
    padding: 10px 0
}

.action-bar.top {
    border-top: 1px solid #DDD
}

.action-bar.bottom {
    border-bottom: 1px solid #DDD
}

.forabg+.action-bar {
    margin-top: 2em
}

.pagination {
    float: right;
    text-align: right;
    width: auto;
    line-height: 36px
}

.pagination ul {
    cursor: default
}

.pagination a {
    display: inline-block
}

.action-bar.bottom .pagination {
    margin-top: 0
}

.pagination>ul {
    display: inline-block;
    list-style: none!important;
    margin-left: 5px;
    vertical-align: -8px
}

.pagination>ul>li {
    display: inline-block!important;
    padding: 0!important;
    float: left;
    font-size: 100%;
    line-height: normal
}

.pagination>ul>li.ellipsis {
    padding: 0 2.5px
}

.pagination>ul>li.ellipsis span {
    border: none
}

.pagination>ul>li:first-child a,.pagination>ul>li:first-child span {
    border-radius: 2px 0 0 2px
}

.pagination>ul>li:last-child a,.pagination>ul>li:last-child span {
    border-radius: 0 2px 2px 0
}

.pagination li a,.pagination li span {
    background: #4A86D8;
    color: #f2f2f2;
    display: inline-block;
    font-size: 90%;
    font-weight: 600;
    min-width: 20px;
    padding: 10px;
    text-align: center
}

.pagination li a:hover {
    background: #2196F3
}

.pagination li.page-jump a:after {
    padding-left: .5em
}

.row .pagination {
    display: block;
    margin: 0;
    padding: 0;
    font-size: .9em;
    position: relative;
    z-index: 1;
    line-height: initial
}

.row .pagination>ul {
    margin: 0
}

.row .pagination li a,.row .pagination li span {
    padding: 2px 6px
}

.phpbb_alert {
    background: #FFF;
    display: none;
    left: 0;
    padding: 0 25px 20px;
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 50;
    width: 620px;
    margin: 0 auto;
    border: 1px solid #a6a6a6;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.25);
    color: #444;
}

@media (max-height:480px) {
    .phpbb_alert {
        top: 25px
    }
}

.phpbb_alert .alert_close {
    position: relative;
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    text-align: center;
    overflow: hidden;
    text-decoration: none!important;
    top: 10px;
    right: -15px;
    background: 0 0;
    color: #444;
    font-size: 140%;
    line-height: 1
}

.phpbb_alert .alert_close:hover {
    color: #8b0000
}

.phpbb_alert p {
    margin: 8px 0;
    padding-bottom: 8px
}

.phpbb_alert label {
    display: block;
    margin: 8px 0;
    padding-bottom: 8px
}

.phpbb_alert div.alert_text>input,.phpbb_alert div.alert_text>label,.phpbb_alert div.alert_text>p,.phpbb_alert div.alert_text>select,.phpbb_alert div.alert_text>textarea {
    font-size: 1em
}

#darkenwrapper {
    display: none;
    position: relative;
    z-index: 99
}

#darken {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: 45
}

#loading_indicator {
    display: none
}

.preloader {
    position: absolute;
    clip: rect(0,80px,80px,40px);
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
    z-index: 51;
    -webkit-animation: preloader_anim 1.5s linear infinite;
    animation: preloader_anim 1.5s linear infinite
}

@-webkit-keyframes preloader_anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(220deg);
        transform: rotate(220deg)
    }
}

@keyframes preloader_anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(220deg);
        transform: rotate(220deg)
    }
}

.preloader:after {
    -webkit-animation: preloader_anim_x 1.5s ease-in-out infinite;
    animation: preloader_anim_x 1.5s ease-in-out infinite;
    clip: rect(0,80px,80px,40px);
    content: '';
    border-radius: 50%;
    height: 80px;
    width: 80px;
    position: absolute
}

@-webkit-keyframes preloader_anim_x {
    0% {
        box-shadow: inset #F44336 0 0 0 17px;
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    50% {
        box-shadow: inset #F44336 0 0 0 2px
    }

    100% {
        box-shadow: inset #F44336 0 0 0 17px;
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg)
    }
}

@keyframes preloader_anim_x {
    0% {
        box-shadow: inset #F44336 0 0 0 17px;
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    50% {
        box-shadow: inset #F44336 0 0 0 2px
    }

    100% {
        box-shadow: inset #F44336 0 0 0 17px;
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg)
    }
}

#forum-permissions {
    float: right;
    width: auto;
    padding-left: 5px;
    margin-left: 5px;
    margin-top: 10px;
    text-align: right
}

.small {
    font-size: .9em!important
}

.titlespace {
    margin-bottom: 15px
}

#qr_postform .headerspace h2,.headerspace #qr_postform h2,.headerspace h3 {
    margin-top: 0
}

.error {
    font-weight: 600;
    color: tomato
}

div.rules {
    margin-top: 5px
}

div.rules ol,div.rules ul {
    margin-left: 20px
}

p.post-notice {
    position: relative;
    padding: 5px;
    margin: .75em 0;
    border-left: solid 6px #F44336
}

p.post-notice a {
    color: inherit
}

p.post-notice input {
    margin-left: .15em;
    height: 2em;
    line-height: 2em;
    padding: 0 7.5px
}

p.post-notice:before {
    position: relative;
    width: 2em;
    text-align: center;
    pointer-events: none;
    line-height: 2em
}

#jumpbox+.stat-block {
    margin-top: 6em
}

a.jump-link {
    padding-left: 0
}

a.jump-link[class*=sub] {
    padding-left: 15px;
    position: relative
}

a.jump-link[class*=sub]:before {
    top: 1px
}

a.jump-link:not([class*=sub]) {
    font-weight: 600;
    padding-left: 0
}

a.jump-link.subsub {
    margin-left: 10px
}

a.jump-link.subsubsub {
    margin-left: 20px
}

.stats-blocks {
    padding: 0 10px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%
}

.stats-blocks .col-block {
    font-size: 14px;
    color: #00000;
    padding: 20px;
    flex: 1 0 50%;
    line-height: 1.6
}

.stats-blocks .col-block:nth-child(1), .stats-blocks .col-block:nth-child(2) {
    border-bottom: solid 1px #CACACA;
    padding-top: 0;
}

.stats-blocks .col-block:nth-child(3), .stats-blocks .col-block:nth-child(4) {
    padding-bottom: 0;
}


.stats-blocks .col-block:nth-child(even) {
    border-left: solid 1px #CACACA;
}

#qr_postform .stats-blocks .col-block h2,.stats-blocks .col-block #qr_postform h2,.stats-blocks .col-block h3 {
    margin-top: 0
}

.stats-blocks .online-users {
    margin: 10px 0
}

.stats-blocks ul {
    list-style-position: inside;
    margin-bottom: 10px
}

.stat-block,.stat-block.auth-box form {
    clear: both;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    padding: 15px;
    margin-top: 30px
}

#qr_postform .stat-block h2,#qr_postform .stat-block.auth-box form h2,.stat-block #qr_postform h2,.stat-block h3,.stat-block.auth-box form #qr_postform h2,.stat-block.auth-box form h3 {
    margin-top: 0
}

.stat-block.auth-box {
    background: none!important;
    border: none!important;
    border-radius: 0!important;
    padding: 0!important;
    margin-top: 0!important
}

.stat-block.auth-box form {
    margin-bottom: 30px
}

#top {
    position: absolute;
    top: -20px
}

.clear {
    display: block;
    clear: both;
    font-size: 1px;
    line-height: 1px;
    background: 0 0
}

#minitabs>ul:after,#tabs>ul:after,.action-bar:after,.inner:after,.notification_text:after,.postprofile .avatar-container:after,.tabs-container:after,ul.linklist:after {
    clear: both;
    content: ' ';
    display: table
}

.hidden {
    display: none
}

.smilies {
    vertical-align: text-bottom
}

.icon-notification {
    position: relative
}

.member-search {
    float: left;
    margin: 0;
    padding: 6px 10px
}

.member-search strong {
    font-size: .95em
}

.dropdown-extended {
    display: none;
    z-index: 1
}

.dropdown-extended ul {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    clear: both
}

.dropdown-extended ul li {
    padding: 0;
    margin: 0!important;
    float: none;
    border-top: 1px solid;
    list-style-type: none;
    font-size: 95%;
    clear: both;
    position: relative;
    cursor: default
}

.dropdown-extended ul li:first-child {
    border-top: none
}

.dropdown-extended ul li.no_notifications {
    padding: 10px
}

.dropdown-extended .dropdown-contents {
    max-height: none;
    padding: 0;
    position: absolute;
    width: 340px
}

.nojs .dropdown-extended .dropdown-contents {
    position: relative
}

.dropdown-extended .header {
    padding: 0 10px;
    font-weight: 700;
    text-align: left;
    line-height: 3em;
    border-bottom: 1px solid
}

.dropdown-extended .header .header_settings {
    float: right;
    font-weight: 400
}

.dropdown-extended .header .header_settings a {
    color: inherit
}

.dropdown-extended .footer {
    text-align: center
}

.dropdown-extended ul li a,.dropdown-extended ul li.no-url {
    padding: 8px
}

.dropdown-extended .footer>a {
    padding: 5px 0
}

.dropdown-extended .footer>a,.dropdown-extended ul li a,.notification_list dt>a {
    display: block;
    text-decoration: none
}

.notification_list ul li img {
    float: left;
    max-height: 50px;
    max-width: 50px;
    width: auto!important;
    height: auto!important;
    margin-right: 5px
}

.notification_list ul li p {
    line-height: 1.4
}

.notification_list li a p.notification-reason,.notification_list p.notification-location,.notification_list p.notification-reference {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.notification_list p.notification-time {
    margin: 0;
    font-size: .9em;
    text-align: right;
    color: #4947D8
}

.notification_list div.notifications {
    margin-left: 50px;
    padding: 5px
}

.notification_list div.notifications a {
    display: block
}

.notification_list p.notifications_title {
    font-size: 1.2em!important
}

.notification_list p.notifications_title strong {
    font-weight: 700
}

.notification_list p.notifications_time {
    font-size: .9em!important
}

.notification_text {
    margin-left: 58px
}

#quick-links {
    margin: 0
}

#quick-links a.responsive-menu-link {
    margin: 0;
    width: auto;
    padding-left: 25px
}

#quick-links a.responsive-menu-link:before {
    line-height: 47px
}

.compact #quick-links a.responsive-menu-link {
    display: block;
    width: 0;
    white-space: nowrap;
    padding: 0 0 0 25px;
    margin-left: -7.5px;
    overflow: hidden
}

.compact .icon-notification>a>span,.compact .icon-pm>a>span {
    display: none
}

.compact .icon-notification>a>strong,.compact .icon-pm>a>strong {
    padding-left: 2px
}

.dropdown-page-jump .dropdown {
    top: 20px
}

.dropdown-page-jump.dropdown-up .dropdown {
    bottom: 20px
}

.dropdown-page-jump input.tiny {
    width: 60px!important;
    padding: 8px
}

.dropdown .clone.hidden+li.separator {
    display: none
}

.dropdown .clone.hidden+li {
    border-top: none
}

.post-review {
	background: #F7E1A0;
	padding: 15px;
	color: #BF370D;
	margin-bottom: 20px;
}

a {
    direction: ltr;
    unicode-bidi: embed;
    text-decoration: none;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    color: #444
}

a:active,a:focus,a:hover {
    outline: 0;
    color: #4A86D8
}

.username-coloured {
    display: inline!important;
    padding: 0!important;
    font-weight: 600
}

.dropdown-extended a.mark_read {
    opacity: .1;
    margin-top: -15px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center
}

.dropdown-extended li:hover a.mark_read {
    opacity: .75
}

.dropdown-extended a.mark_read:hover {
    opacity: 1
}

a.forumtitle,a.topictitle {
    display: inline-block;
    padding-right: .5em;
    line-height: 1.2;
    font-weight: 600
}

a.lastsubject {
    font-weight: 400
}

.postlink, .postlink-local {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    color: #4A86D8
}

.postlink:hover, .postlink-local:hover {
    border-bottom-color: #b7b7b7
}

.signature a,.signature a:hover {
    border: none
}

.postprofile a,.postprofile dt.author a {
    font-weight: 600;
    text-decoration: none
}

.search .postprofile a {
    text-decoration: none;
    font-weight: 400
}

a.top {
    width: 1em;
    height: 1.5em;
    display: block;
    float: right;
    overflow: hidden;
    visibility: hidden;
    white-space: nowrap
}

a.top2 {
    padding-left: 15px
}

.skiplink {
    position: absolute;
    left: -999px;
    width: 990px
}

a.feed-icon-forum {
    float: right;
    margin: 3px 3px -1.5em;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    text-align: center;
    font-size: .9em;
    border-radius: 4px;
    background: #444;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color: #fff;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

li.row:hover a.feed-icon-forum {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: tomato
}

li.row:hover a.feed-icon-forum:hover {
    background: #4A86D8
}

a.anchor {
    display: block
}

ul.topiclist {
    display: block;
    list-style-type: none;
    margin: 0
}

ul.topiclist li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 2.5px
}

ul.topiclist li.header {
	background: #4A86D8;
    padding: 15px 0
}

ul.topiclist dl {
    position: relative;
    z-index: 1
}

ul.topiclist li.row dl {
    padding: 10px 0
}

ul.topiclist dd,ul.topiclist dt {
    display: table-cell;
    vertical-align: middle;
}

ul.topiclist dt {
    width: 60%
}

ul.forums .author a:before,ul.forums .list-inner .author:before,ul.topics .author a:before,ul.topics .list-inner .author:before {
    width: 1.1em;
    display: inline-block
}

ul.forums .time,ul.topics .time {
    font-size: 95%;
    color: #777
}

ul.forums .time:before,ul.topics .time:before {
    width: 1.1em;
    display: inline-block;
    font-weight: 700
}

ul.topiclist.missing-column dt {
    margin-right: -345px
}

ul.topiclist.two-long-columns dt {
    margin-right: -250px
}

ul.topiclist.two-columns dt {
    margin-right: -80px
}

ul.topiclist dt .list-inner {
    padding-left: 5px;
    padding-right: 5px
}

ul.topiclist.missing-column dt .list-inner {
    margin-right: 345px
}

ul.topiclist.two-long-columns dt .list-inner {
    margin-right: 250px
}

ul.topiclist.two-columns dt .list-inner {
    margin-right: 80px
}

.pagination dfn,ul.topiclist dfn {
    position: absolute;
    text-indent: -9999px;
    width: 0
}

ul.topiclist li.row dt a.subforum {
    display: block;
    position: relative;
    padding: 0 0 0 1em;
    overflow: hidden;
    text-overflow: ellipsis
}

ul.topiclist li.row dt a.subforum.read:before,ul.topiclist li.row dt a.subforum.unread:before {
    position: absolute;
    top: .75em;
    left: 0;
    width: .65em;
    border-top: 2px solid #DDD
}

ul.topiclist li.row dt a.subforum.unread:before {
    border-color: #4A86D8
}

ul.topiclist li.row dt a.subforum.unread {
    font-weight: 600
}

.topiclist.forums {
    overflow: hidden
}

.topiclist.forums.collapse:not(.in) {
    height: 0
}

.forum-image {
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    max-width: 35px;
    max-height: 35px;
    border-radius: 45%;
    overflow: hidden
}

.forum-image img {
    max-width: 100%;
    height: auto
}

li.row {
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
    border-top: 1px solid #CACACA
}

li.row:hover {
    background: #fafafa
}

.section-index li.row:hover {
    background: #DFE8F9;
}

.section-index li.row:hover, .section-index li.row:hover a.forumtitle, .section-index li.row:hover a.topictitle {
	color: #223A5A;
}

li.row strong {
    font-weight: 400
}

li.row strong.subforums-title {
    display: block;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000
}

li.row .subforums-wrapper {
    border-left: solid 2px #DDD;
    margin-left: .25em
}

li.header {
    position: relative;
    line-height: 1em;
    font-weight: 600;
    -webkit-transition: border-radius .25s ease-in-out;
    transition: border-radius .25s ease-in-out;
    background: #5D5AFF;
    color: #f2f2f2
}

li.header .collapse-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 43px;
    width: 43px;
    line-height: 43px;
    font-size: 1em;
    text-align: center;
    z-index: 2
}

li.header .collapse-btn a {
    cursor: pointer;
    color: inherit;
    border-radius: 50%;
    display: inline-block;
    width: 23px;
    height: 23px;
    line-height: 1;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

li.header .collapse-btn a i {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    line-height: 24px
}

li.header .collapse-btn a:active i {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

li.header .collapse-btn a:hover {
    background: rgba(0,0,0,.15)
}

.collapsed li.header {
    border-radius: 4px
}

li.header dt {
    width: 60%;
    letter-spacing: 1px;
    font-size: 1.1em;
    font-weight: 600;
    padding-left: 15px;
    text-transform: uppercase
}

li.header dt a {
    white-space: nowrap
}

li.header dt .list-inner {
    margin-right: 440px
}

li.header dd {
    padding-left: 1px
}

li.header dl.icon dd,li.header dl.icon dt {
    min-height: 0
}

li.header dl.icon dt .list-inner {
    padding-left: 0
}

dl.icon dt {
    background-repeat: no-repeat;
    background-position: 5px 20px
}

dl.icon dt .list-inner img {
	float: right;
	width: 80px;
    margin-right: 5px;
}

dl.icon dt .list-inner {
    padding-left: 45px
}

dl.icon dt .list-inner.row {
    line-height: 1.5
}

dl.icon dt .list-inner .responsive-hide {
    line-height: 1.4;
    font-size: 95%;
    color: #777
}

dl.icon dd,dl.icon dt {
    min-height: 35px
}

dl a.icon-link {
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    margin-left: 9px
}

dd.mark,dd.posts,dd.topics,dd.views {
    width: 80px;
    text-align: center
}

li.header dd.mark {
    text-align: center
}

dd.mark input[type=checkbox] {
    width: 1em;
    height: 1em
}

dd.posts,dd.topics,dd.views {
    width: 95px
}

dl.icon dt ol,dl.icon dt ul {
    list-style-position: inside;
    margin-left: 1em
}

dl.icon dt li {
    display: list-item;
    list-style-type: inherit
}

dd.info,dd.lastpost,dd.moderation,dd.redirect,dd.time {
    width: 250px
}

dd.lastpost {
    white-space: nowrap;
    overflow: hidden
}

dd.lastpost span.author {
    font-weight: 600
}

dd.redirect {
    line-height: 2.5em
}

dd.lastpost>span,dd.moderation>span,dd.redirect>span,ul.topiclist dd.info>span,ul.topiclist dd.time>span {
    display: block;
    padding-left: 5px
}

dd.lastpost>span {
    display: block;
    padding-left: 5px;
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis
}

.row dd.lastpost>span {
    padding-top: 5px;
    line-height: 1.3
}

dd.extra,dd.mark,dd.time {
    line-height: 200%
}

dd.option {
    width: 125px;
    line-height: 200%;
    text-align: center;
    font-size: 1.1em
}

.postbody {
    padding: 0 0 0 15px;
    position: relative;
    min-height: 80px;
    margin-left: 210px;
}

.section-viewtopic .postbody,
.search .postbody {
    padding: 0 15px 15px 0;
    margin: 0
}

.postbody hr {
    border-top-style: dotted
}

#qr_postform .postbody h2,.postbody #qr_postform h2,.postbody h3 {
    float: left;
    font-size: 1.15em;
    padding: 3px 0 0;
    margin-top: 0!important;
    margin-bottom: .5em!important;
    text-transform: none;
    line-height: 1.25;
    letter-spacing: normal
}

#qr_postform .postbody h2 a,.postbody #qr_postform h2 a,.postbody h3 a {
    padding-bottom: 3px;
    color: #444;
    border-bottom: 1px solid transparent
}

#qr_postform .postbody h2 a:focus,#qr_postform .postbody h2 a:hover,.postbody #qr_postform h2 a:focus,.postbody #qr_postform h2 a:hover,.postbody h3 a:focus,.postbody h3 a:hover {
    color: #444;
    border-bottom: 1px solid #b7b7b7
}

#qr_postform .postbody h2 img,.postbody #qr_postform h2 img,.postbody h3 img {
    vertical-align: -3px;
    margin-right: 5px
}

.has-profile .postprofile:before {
    border-left: 1px dotted #DCDADA;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%
}

.has-profile .postbody:after {
    left: auto;
    right: -1px
}

.has-profile.profile-left .postprofile {
    padding-left: 0
}

.has-profile.profile-left .postprofile:before {
    left: auto;
    right: 0
}

.has-profile.profile-left .postprofile .profile-contact .dropdown-container {
    float: right
}

.has-profile.profile-left .postbody {
    padding-left: 15px
}

.has-profile.profile-left .postbody:after {
    right: auto;
    left: -1px
}

#qr_postform .has-profile .postbody h2,.has-profile .postbody #qr_postform h2,.postbody h3 {
    float: none!important
}

.postbody .content {
    overflow-x: auto;
    padding: 15px 15px 30px;
    margin: 0 -15px
}

#preview .postbody h3 {
	float: none;
}

.postbody img.postimage {
    max-width: 100%;
    border: 1px solid #DCDADA;
    padding: 1px
}

.topic_poll .panel {
    padding: 0
}

#review {
    margin: 30px 0 0;
    padding: 5px;
    border: none;
    height: 55px;
    line-height: 50px;
    letter-spacing: .75px
}

#topicreview {
    overflow: auto;
    height: 300px;
    border: 1px solid #DDD;
    border-radius: 0 4px 4px 0;
    background: #fafafa;
    margin-bottom: 5px
}

#topicreview .bg1,#topicreview .bg2,#topicreview .bg3 {
    background: inherit
}

#topicreview .postbody {
    width: auto;
    float: none;
    margin: 0;
    padding-right: 0;
    height: auto
}

#topicreview .post {
    height: auto;
    margin: 0
}

#topicreview h2 {
    border-bottom-width: 0
}

#qr_postform #topicreview h2,#topicreview #qr_postform h2,#topicreview h3 {
    margin: 0;
    padding: 0;
    border: none
}

.post-ignore .postbody {
    display: none
}

#post_details {
    overflow: auto;
    max-height: 300px
}

.content {
    min-height: 3em;
    overflow: hidden;
    line-height: 1.75;
    font-size: 1em;
    padding-bottom: 1px
}

.content h2,.panel h2 {
    font-weight: 400;
    font-size: 1.6em;
    margin-top: .5em;
    margin-bottom: .5em;
    padding-bottom: .5em
}

#qr_postform .panel h2,.panel #qr_postform h2,.panel h3 {
    padding: 15px 0;
    margin: .5em 0
}

.content p,.panel p {
    margin-bottom: 1em
}

div#faqlinks {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin: 30px -30px;
    padding: 15px 45px
}

dl.faq {
    margin-top: 1em;
    margin-bottom: 2em
}

dl.faq dt {
    font-weight: 700
}

.content li {
    list-style-type: inherit
}

.content ol,.content ul {
    margin-bottom: 1em;
    margin-left: 3em
}

.posthilit {
    padding: 0 2px 1px;
    background: #ececec;
    color: #F44336
}

p.author {
    margin-bottom: 15px;
    clear: both;
    border-bottom: dotted 1px #DCDADA
}

p.author span.imageset {
    width: 18px
}

.postbody p.author {
    font-size: 95%;
    margin: 0 -15px;
    padding: 0 15px 10px;
    clear: none;
}

.section-ucp .postbody p.author {
    margin: 0 0 15px -15px
}

.signature {
    margin: 0 -15px;
    padding: .5em 15px 0;
    clear: left;
    overflow: hidden;
    border-top: 1px dotted #CACACA
}

.postbody .signature {
    color: #777
}

.section-ucp .postbody .signature {
    margin: 15px 0 15px -15px
}

.signature.standalone {
    border-top-width: 0;
    margin-top: 0
}

dd .signature {
    margin: 0;
    padding: 0;
    clear: none;
    border: none
}

.signature li {
    list-style-type: inherit
}

.signature ol,.signature ul {
    margin-bottom: 1em;
    margin-left: 3em
}

.notice {
    width: auto;
    margin-top: 1.5em;
    padding-top: .2em;
    font-size: 1em;
    border-top: 1px dashed transparent;
    clear: left;
    line-height: 130%
}

ul.searchresults {
    list-style: none;
    text-align: right;
    clear: both
}

blockquote:before {
    top: 6px;
    left: 10px;
    color: #777
}

blockquote {
	background: #FFFFFF;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 13px;
    margin: .5em 1px 0 0;
    padding: 10px;
    border: 1px solid #D0D0D0;
    overflow: hidden;
    margin-bottom: 15px;
}

blockquote cite {
	display: block;
    background: #F5F5F5;
    background: -webkit-linear-gradient(top, #F5F5F5 0%, #E8E8E8 100%);
    background: linear-gradient(to bottom, #F5F5F5 0%, #E8E8E8 100%);
    color: #464646;
    border-radius: 3px 3px 0 0;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 5px 5px 30px;
    margin: -10px -10px 10px;
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.15);
    font-family: 'Raleway', sans-serif;
}

blockquote.uncited {
    padding-top: 25px
}

.codebox {
    padding: 10px;
    border: 1px solid #DDD;
    background: #f2f2f2
}

.codebox p {
    display: block;
    font-size: .9em;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0
}

blockquote .codebox {
    margin-left: 0
}

.codebox code {
    overflow: auto;
    display: block;
    height: auto;
    max-height: 200px;
    margin: 5px 0;
    padding-top: 10px;
    font-size: 90%;
    line-height: 1.3em;
    background: 0 0;
    color: #777;
    border-top: dotted 1px #DDD
}

.attachbox {
    float: left;
    width: auto;
    max-width: 100%;
    margin: 10px 10px 15px 0;
    padding: 15px;
    border: 1px solid #DDD;
    background: #fafafa;
    clear: left
}

.attachbox dt {
    text-transform: uppercase;
    font-weight: 600
}

.attachbox dd {
    margin-top: 5px;
    padding-top: 5px;
    clear: left;
    overflow-x: auto
}

.attachbox dd dd {
    border: none
}

.attachbox p,.attachbox p.stats {
    line-height: 110%;
    font-weight: 400;
    clear: left
}

.attach-image {
    margin: 3px 0;
    max-width: 100%
}

.attach-image img {
    border: 1px solid transparent;
    cursor: default
}

div.inline-attachment dl.file,div.inline-attachment dl.thumbnail {
    display: block;
    margin-bottom: 4px
}

div.inline-attachment p {
    font-size: 100%
}

dl.file {
    display: block;
    line-height: 1.5
}

dl.file dt {
    text-transform: none;
    margin: 0 0 5px;
    padding: 0;
    font-weight: 700
}

dl.file dd {
    margin: 0;
    padding: 0;
    font-size: 90%;
    color: #777
}

dl.thumbnail img {
    padding: 3px;
    border: 1px solid #a6a6a6;
    background: #FFF
}

dl.thumbnail dd {
    font-style: italic
}

.attachbox dl.thumbnail dd {
    font-size: 100%;
    color: #777
}

dl.thumbnail dt a:hover img {
    border-color: #4A86D8
}

fieldset.polls {
    margin-bottom: 30px
}

fieldset.polls .poll_option_percent,fieldset.polls dt {
    line-height: 25px
}

fieldset.polls dl {
    margin-top: 5px;
    border-top: 1px solid #CACACA;
    padding: 5px 0 0;
    line-height: 120%
}

fieldset.polls dl.voted {
    font-weight: 700
}

fieldset.polls dt {
    text-align: left;
    float: left;
    display: block;
    width: 30%;
    border-right: none;
    padding: 0;
    margin: 0 0 5px
}

fieldset.polls dd {
    float: left;
    width: 10%;
    border-left: none;
    padding: 0 5px;
    margin-left: 0
}

fieldset.polls dd.resultbar {
    width: 50%
}

fieldset.polls dd input {
    margin: 2px 0
}

fieldset.polls dd div {
    text-align: right;
    font-weight: 700;
    padding: 4px 8px;
    overflow: visible;
    min-width: 2em;
    border-radius: 12px;
    color: #f2f2f2
}

.pollbar1,.pollbar2,.pollbar3,.pollbar4,.pollbar5 {
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent
}

.vote-submitted {
    text-align: center;
    color: #777
}

.postprofile {
    display: inline;
    position: relative;
    margin: 0;
    padding: 0 15px 0 0;
    width: 210px;
    float: left;
    min-height: 80px
}

.profile-left .postprofile {
    float: left
}

.postprofile dd,.postprofile dt {
    line-height: 1.4
}

.postprofile dd {
    overflow: hidden;
    text-overflow: ellipsis
}

.postprofile strong {
    font-weight: 400
}

.postprofile .search-result-date,.postprofile dd.profile-rank,.postprofile dt.no-profile-rank {
    margin-bottom: 15px
}

.postprofile .has-avatar .avatar-container {
    margin-bottom: 15px;
    overflow: hidden
}

.postprofile .avatar {
    display: block;
    float: left;
    max-width: 100%
}

.postprofile .avatar.auto-avatar .img {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-transform: capitalize;
    text-align: center;
    font-size: 5em;
    font-weight: 100;
    margin-bottom: 15px;
    background: #3B86FF;
    color: #fff;
    -webkit-user-select: none;
    white-space: nowrap
}

.postprofile .avatar.auto-avatar .img.img-circle {
    border-radius: 50%
}

.postprofile a.avatar {
    overflow: hidden
}

.postprofile .avatar .img,.postprofile .avatar img {
    display: block;
    height: auto!important;
    max-width: 100%;
    border-radius: 2px
}

.postprofile .profile-posts a {
    font-weight: 400;
    color: inherit
}

dd.profile-warnings {
    font-weight: 700
}

dd.profile-contact {
    overflow: visible;
    margin-top: 15px
}

.profile-contact .dropdown-container {
    display: inline-block
}

.profile-contact .dropdown {
    margin-right: -15px
}

.online:before {
    content: ' ';
    position: absolute;
    width: 11px;
    height: 11px;
    top: 1px;
    right: 1px;
    border-style: solid;
    border-width: 0 16px 16px 0;
    border-color: #90ee90 lightgreen transparent transparent
}

.profile-avatar img {
    max-width: 100%
}

.profile-details select {
    vertical-align: top
}

.profile-avatar {
    padding-top: 12.5px
}

.section-memberlist #jumpbox {
    margin: 15px 0
}

.section-memberlist .panel {
    padding: 15px 0;
    margin: 30px 0 0;
    background: 0 0
}

dl.pmlist dt {
    width: 60%!important
}

dl.pmlist dt textarea {
    width: 95%
}

dl.pmlist dd {
    margin-left: 61%!important;
    margin-bottom: 5px
}

.action-bar div.dl_links {
    padding: 15px 0 0 10px
}

div.dl_links {
    display: inline-block;
    text-transform: none
}

.dl_links strong {
    font-weight: 700
}

.dl_links ul {
    display: inline-block;
    margin: 0;
    list-style-type: none
}

.dl_links li {
    display: inline-block
}

.attachment-filename {
    width: 100%
}

.ellipsis-text {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

table.fixed-width-table {
    table-layout: fixed
}

#post_details::-webkit-scrollbar,#topicreview::-webkit-scrollbar,.attach-image::-webkit-scrollbar,.attachbox dd::-webkit-scrollbar,.codebox code::-webkit-scrollbar,.dropdown ul::-webkit-scrollbar,.postbody .content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    -webkit-appearance: none;
    background: rgba(166,166,166,.3);
    border-radius: 4px
}

#post_details::-webkit-scrollbar-thumb,#topicreview::-webkit-scrollbar-thumb,.attach-image::-webkit-scrollbar-thumb,.attachbox dd::-webkit-scrollbar-thumb,.codebox code::-webkit-scrollbar-thumb,.dropdown ul::-webkit-scrollbar-thumb,.postbody .content::-webkit-scrollbar-thumb {
    background: rgba(166,166,166,.6);
    border-radius: 4px
}

.dropdown-select {
    padding-right: 55px
}

.dropdown-select:after {
    border-left: 1px solid rgba(255,255,255,.25);
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    width: 36px
}

.buttons,.buttons .button {
    float: left
}

.buttons .button,.dropdown-select {
    margin-right: 5px
}

#jumpbox .dropdown-select {
    margin: 0
}

.modtools-icon {
    padding-left: 2.5em!important
}

.modtools-icon:before,.search-adv-icon:before,.search-icon:before,.tools-icon:before {
    width: 36px!important
}

#back2topMain.active {
	bottom: 85px;
}

.backto {
    position: fixed;
    bottom: -50px;
    right: 30px;
    width: 46px;
    height: 46px;
    line-height: 50px;
    background: #4A86D8;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    z-index: 45;
    opacity: 0;
    -webkit-transition: all .2s ease-out,bottom .3s linear;
    transition: all .2s ease-out,bottom .3s linear;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.backto i {
    font-size: 1.75em
}

.backto.active {
    opacity: 1;
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
    bottom: 30px;
    color: #fff;
    -webkit-transition: all .2s ease-out,bottom .3s cubic-bezier(0.1,.6,.27,1.26);
    transition: all .2s ease-out,bottom .3s cubic-bezier(0.1,.6,.27,1.26);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.backto.active:hover {
    background: #3B86FF;
    color: #fff;
    margin-bottom: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,.18),0 8px 12px rgba(0,0,0,.32)
}

.icon-button,.small-icon>a {
    display: inline-block;
    padding-left: 1.25em;
    position: relative
}

.icon-button:before,.small-icon>a:before {
    top: 1px
}

.icon-button:hover::before,.small-icon>a:hover::before {
    -webkit-transform: scale(1.175);
    -ms-transform: scale(1.175);
    transform: scale(1.175);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out
}

.icon-button:before {
    font-size: 13px;
    width: 100%;
    height: 100%;
    font-weight: 400
}

.dropdown .small-icon>a {
    display: block
}

.forwardpm-icon,.locked-icon,.newpm-icon,.pmreply-icon,.post-icon,.reply-all,.reply-icon {
    padding-left: 2em!important
}

.forwardpm-icon:before,.locked-icon:before,.newpm-icon:before,.pmreply-icon:before,.post-icon:before,.reply-all:before,.reply-icon:before {
    width: 2.25em;
    top: 1px
}

.pmreply-icon:before,.reply-icon:before {
    top: 2px
}

.forwardpm-icon:before,.locked-icon:before {
    top: 1px
}

.dropdown .contact-icons.dropdown-contents {
    min-width: 0;
    padding: 0;
    font-size: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,.15),0 5px 35px rgba(0,0,0,.25)
}

.contact-icon {
    display: block;
    height: 100%;
    width: 100%;
    position: relative
}

.contact-icon:before {
    font-size: 13px;
    left: 50%;
    margin-left: -6.5px
}

.contact-icons a {
    border-bottom: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    display: block;
    float: left;
    font-weight: 400;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: relative
}

.contact-icons .last-cell {
    border-right: none
}

.contact-icons div:last-child a {
    border-bottom: none
}

.contact-icons div {
    clear: left
}

.post-buttons {
    float: right;
    list-style: none;
    position: relative;
    z-index: 1070
}

.has-profile .post-buttons {
    float: none;
    position: absolute;
    margin: 0;
    top: 15px;
    right: 15px
}

.has-profile.profile-left .post-buttons {
    right: 0
}

.post-buttons>li {
    float: left;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.post-buttons>li+li {
    margin-left: 5px
}

.post:hover .post-buttons>li,.postbody:hover .post-buttons>li {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.post-buttons label {
    padding-left: 5px;
    line-height: inherit
}

.post-buttons a {
    opacity: 0;
    line-height: 26px
}

.post:hover .post-buttons a,.postbody:hover .post-buttons a {
    opacity: 1
}

.post-buttons a.icon-button {
    padding: 5px 6px;
    height: 26px;
    width: 26px;
    border-radius: 2px;
    background: 0 0;
    color: inherit;
    box-shadow: none
}

.post-buttons a.icon-button:active,.post-buttons a.icon-button:focus,.post-buttons a.icon-button:hover {
    background: #f2f2f2
}

.post-buttons .icon-button span {
    display: block;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.post-buttons .icon-button:before {
    margin-left: 0
}

.post-buttons .dropdown {
    top: 18px
}

.post-buttons .dropdown li {
    padding: 0 15px
}

.post-buttons .dropdown a {
    display: block;
    text-align: left;
    padding: 0
}

.post-buttons .dropdown a span {
    margin-left: .5em
}

.post-buttons .dropdown a:before {
    width: 1.2em;
    text-align: center;
    display: inline-block
}

.hasjs .postbody .post-buttons {
    max-width: 40%
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.section-mcp .panel,.section-ucp .panel {
    border: 1px solid #DDD;
    margin-bottom: -1px
}

.mcp-main .action-bar input.button2 {
    vertical-align: bottom
}

#cp-menu {
    float: left;
    width: 19%;
    margin-top: 15px;
    margin-bottom: 5px
}

#cp-main {
    float: left;
    width: 81%
}

#cp-main .content {
    padding: 0
}

#cp-main .action-bar {
    border: none;
    margin: 10px 0;
    padding: 0
}

#cp-main fieldset.display-options {
    margin: 15px 0 0;
    padding: 0
}

.panel-container .panel ol {
    list-style-position: inside
}

.panel-container .panel li.row {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent
}

ul.cplist {
    margin-bottom: 15px;
    border: 1px solid #DDD;
    border-radius: 0 0 4px 4px;
    overflow: hidden
}

.panel-container .panel li.header dd,.panel-container .panel li.header dt {
    line-height: 1
}

.panel-container table.table1 {
    margin-bottom: 1em;
    line-height: normal
}

.panel-container table.table1 thead {
    font-weight: 600;
    border: 1px solid #CACACA
}

.panel-container table.table1 thead th {
    padding: 10px 15px
}

.panel-container table.table1 tbody th {
    font-style: italic;
    background: 0 0!important;
    border-bottom: none
}

#cp-main .pm-message {
    border: 1px solid transparent;
    margin: 10px 0;
    width: auto;
    float: none
}

#cp-main fieldset.display-actions {
    padding: 0;
    margin-top: 15px
}

#cp-main fieldset.display-actions a {
    line-height: 36px
}

#cp-main fieldset.display-actions .button2 {
    padding: 0 12.5px
}

fieldset.display-actions .left-box {
    margin-right: 4px
}

.pm-message h2 {
    padding-bottom: 5px
}

#cp-main .box2 #qr_postform h2,#cp-main .box2 h3,#cp-main .postbody #qr_postform h2,#cp-main .postbody h3,#qr_postform #cp-main .box2 h2,#qr_postform #cp-main .postbody h2 {
    margin-top: 0
}

.panel-container .postbody p.author {
    font-weight: 600
}

#cp-main .buttons {
    margin-left: 0
}

#cp-main ul.linklist {
    margin: 0
}

#cp-main .postbody #qr_postform h2,#cp-main .postbody h3,#qr_postform #cp-main .postbody h2 {
    padding: 0;
    margin: 0!important
}

#cp-main .postbody p.author {
    margin: 0 0 5px;
    padding: 0 0 5px
}

#cp-main .postbody .content {
    margin: 0
}

.tabs-container h2 {
    float: left;
    margin-bottom: 0
}

#minitabs,#tabs {
    line-height: normal
}

#minitabs>ul,#tabs>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1
}

#minitabs .tab,#tabs .tab {
    display: block;
    float: left;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: -1px
}

#minitabs .tab>a,#tabs .tab>a {
    display: block;
    padding: 9px 15px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer
}

#tabs {
    margin: 15px 15px 0
}

#tabs .tab>a {
    margin: 1px 1px 0 0;
    background: 0 0;
    color: inherit
}

#tabs .tab>a:hover {
    background: #ececec
}

#tabs .activetab>a {
    margin-top: 0;
    padding-bottom: 11px
}

#tabs .activetab>a,#tabs .activetab>a:hover {
    background: #444;
    color: #f2f2f2
}

#minitabs {
    float: right;
    margin: 15px 7.5px 0 0;
    max-width: 50%
}

#minitabs .tab {
    float: right
}

#minitabs .tab>a {
    border-radius: 4px 4px 0 0;
    margin-left: 2px;
    background: 0 0;
    color: inherit
}

#minitabs .tab>a:hover {
    background: #ececec
}

#minitabs .activetab>a,#minitabs .activetab>a:hover {
    background: #444;
    color: #f2f2f2
}

.responsive-tab {
    position: relative
}

.responsive-tab>a.responsive-tab-link {
    display: block;
    font-size: 1.6em;
    position: relative;
    width: 16px;
    line-height: .9em;
    text-decoration: none
}

.responsive-tab .responsive-tab-link:before {
    content: ' ';
    position: absolute;
    left: 8px;
    top: 13px;
    width: 14px;
    height: .5em;
    border-bottom: .125em solid transparent;
    border-top: .29em double transparent
}

#minitabs .dropdown,#tabs .dropdown {
    top: 20px;
    margin-right: -2px;
    font-weight: 400
}

#minitabs .dropdown {
    margin-right: -4px
}

#minitabs .dropdown-up .dropdown,#tabs .dropdown-up .dropdown {
    bottom: 20px;
    top: auto
}

#tabs .dropdown li {
    text-align: right
}

#minitabs .dropdown li {
    text-align: left
}

#navigation {
    width: 100%;
    padding-top: 51px;
    padding-right: 5px
}

#navigation ul {
    list-style: none
}

#navigation li {
    display: inline;
    font-weight: 600;
    padding: 0
}

#navigation a {
    display: block;
    padding: 10px;
    margin: 1px 0;
    background: 0 0;
    color: #444;
    position: relative
}

#navigation a:hover {
    background: #ececec
}

#navigation a:after {
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-width: 10px;
    left: 100%;
    top: 50%;
    margin-top: -10px;
    z-index: 2;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

#navigation a:hover:after {
    border-left-color: #ececec
}

#navigation #active-subsection a {
    background: #444;
    color: #f2f2f2
}

#navigation #active-subsection a:after {
    border-left-color: #444
}

#cp-main h2 {
    padding: 15px 0;
    margin: 0 0 0 5px
}

.cp-mini {
    margin: 15px 0;
    max-height: 200px;
    overflow: hidden;
    padding: 0
}

dl.mini dt {
    font-weight: 700;
    margin-bottom: 10px
}

dl.mini dd {
    padding-top: 4px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.friend-online {
    font-weight: 700
}

.friend-offline {
    font-style: italic
}

#pm-menu {
    line-height: 2.5em
}

ol.def-rules {
    padding-left: 0
}

ol.def-rules li {
    line-height: 180%;
    padding: 1px
}

.pmlist li.bg1,.pmlist li.bg2 {
    padding: 0
}

.pm_foe_colour,.pm_friend_colour,.pm_marked_colour,.pm_replied_colour,.pmlist li.pm_foe_colour,.pmlist li.pm_friend_colour,.pmlist li.pm_marked_colour,.pmlist li.pm_replied_colour {
    padding: 0;
    border: 3px solid transparent;
    border-width: 0 0 0 3px
}

.pm-legend {
    border-left-width: 10px;
    border-left-style: solid;
    border-right-width: 0;
    margin-bottom: 1px;
    padding-left: 5px;
    white-space: nowrap
}

.pm-legend span.imageset {
    display: none!important;
    width: 0!important
}

#gallery label {
    position: relative;
    float: left;
    margin: 10px;
    padding: 5px;
    width: auto;
    border: 1px solid transparent;
    text-align: center
}

@media (max-width: 1050px) {
	.header-bg {
		background: center -85px/cover;
	}
}

@media (max-width: 790px) {
	.header-bg {
		background: center -45px/cover;
	}
}

@media (max-width: 600px) {
	.header-bg {
		background: center -15px/cover;
	}
}

@media (max-width: 430px) {
	.header-bg {
		background: center 7px/cover;
	}
}

@media (max-width:992px) {
    .nojs #minitabs a span,.nojs #tabs a span {
        max-width: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: -.5px
    }

    #cp-main,#cp-menu,#navigation {
        float: none;
        width: auto;
        margin: 0
    }

    #navigation {
        padding: 0;
        margin: 0
    }

    #navigation li a:after {
        content: none
    }
}

button,input,keygen,select,textarea {
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

fieldset {
    border-width: 0
}

input {
    font-weight: 400;
    vertical-align: baseline;
    padding: 0 8px;
    font-size: 1em
}

.inputbox,input[type=text] {
    border: 1px solid #b7b7b7;
    background: #FFF
}

.inputbox:hover,input[type=text]:hover,
.inputbox:focus,input[type=text]:focus {
    background: #f2f2f2
}

.input-view,input[type=checkbox],input[type=radio] {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 1.5em;
    height: 1.5em;
    outline: 0;
    vertical-align: -7px
}

.input-view:before,input[type=checkbox]:before,input[type=radio]:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    line-height: 15px;
    text-align: center;
    border: 1px solid #b7b7b7;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.input-view:focus,input[type=checkbox]:focus,input[type=radio]:focus {
    outline: 0
}

.input-view:focus:before,input[type=checkbox]:focus:before,input[type=radio]:focus:before {
    border-color: #777
}

.input-wrapper {
    padding: 0;
    margin: 0
}

.input-wrapper input {
    display: none
}

.input-view.type-radio:before,input[type=radio]:before {
    content: ' ';
    color: #FFF;
    background: #FFF;
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px
}

.input-view.type-radio:checked+.input-view::before,.input-view.type-radio:checked::before,input[type=radio]:checked+.input-view::before,input[type=radio]:checked::before {
    background: #4A86D8;
    box-shadow: inset 0 0 0 3px
}

.input-view.type-radio:checked+.input-view:hover::before,.input-view.type-radio:checked:hover::before,input[type=radio]:checked+.input-view:hover::before,input[type=radio]:checked:hover::before,label:hover .input-view.type-radio:checked:before,label:hover input[type=radio]:checked+.input-view::before {
    background: #3B86FF;
    box-shadow: inset 0 0 0 3px
}

.input-view.type-radio:hover::before,input[type=radio]:hover::before,label:hover .input-view.type-radio:before {
    background: #3B86FF;
    border-color: #4A86D8
}

.input-view.type-checkbox:before,input[type=checkbox]:before {
    font-size: .75em;
    color: transparent
}

.input-view.type-checkbox:checked+.input-view::before,.input-view.type-checkbox:checked::before,input[type=checkbox]:checked+.input-view::before,input[type=checkbox]:checked::before {
    color: #4A86D8
}

.input-view.type-checkbox:hover::before,input[type=checkbox]:hover::before,label:hover .input-view.type-checkbox::before {
    color: #3B86FF;
    border-color: #3B86FF
}

.input-view.type-checkbox:checked+.input-view:focus::before,.input-view.type-checkbox:checked:focus::before,input[type=checkbox]:checked+.input-view:focus::before,input[type=checkbox]:checked:focus::before,label:hover input[type=checkbox]:checked+.input-view::before {
    color: #b7b7b7;
    border-color: #b7b7b7
}

.input-view.type-checkbox:focus::before,input[type=checkbox]:focus::before {
    color: transparent
}

.input-view.type-checkbox:active::before,input[type=checkbox]:active::before {
    color: #b7b7b7!important;
    border-color: #b7b7b7
}

label {
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out
}

label[for]:hover {
    color: #4A86D8
}

select {
    position: relative;
    padding: 5px 35px 5px 10px;
    vertical-align: baseline;
    font-weight: 400;
    cursor: pointer;
    height: 36px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border: 1px solid #b7b7b7;
    background: #FFF
}

select:focus,select:hover {
    color: #444;
    border-color: #b7b7b7
}

select:hover {
    background: #f2f2f2
}

select option {
    background: inherit
}

select[multiple] {
    padding: 0
}

select[multiple] option {
    padding: 5px 15px;
    background: 0 0
}

span.select-parent {
    position: relative
}

span.select-parent:after {
    position: absolute;
    top: 50%;
    right: 10px;
    font: 11px/6px monospace;
    padding: 0 6px;
    content: '<>';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    pointer-events: none;
    color: #a6a6a6;
    border-bottom: 1px solid #DDD;
    height: 17px;
    width: 25px;
    margin-top: -8px;
    letter-spacing: 1px;
    white-space: nowrap
}

select:focus {
    outline-style: none
}

select::-ms-expand {
    display: none
}

option,select optgroup option {
    padding-right: 1em
}

textarea {
    width: 60%;
    padding: 2px;
    font-size: 1em;
    line-height: 1.5
}

label {
    cursor: default;
    padding-right: 5px
}

label[for=icon],label[for=subject] {
    line-height: 32px
}

label[for^=icon-] {
    position: relative;
    height: 32px;
    width: 32px;
    padding: 6px 0 0 30px;
    margin-bottom: 5px;
    margin-right: 15px;
    vertical-align: -5px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    border: none;
    cursor: pointer
}

label[for^=icon-] input {
    padding: 0;
    margin: 0;
    visibility: hidden;
    height: 32px;
    width: 32px
}

label[for^=icon-] input:before {
    color: #4A86D8;
    border: none;
    opacity: 0
}

label[for^=icon-] input:checked::before,label[for^=icon-] input:checked:hover::before,label[for^=icon-] input:hover::before {
    background: #FFF;
    box-shadow: inset 0 0 0 2px;
    opacity: 1
}

label[for^=icon-] img {
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 50%;
    margin-left: -8px
}

label[for^=icon-]:hover input:before {
    background: #f2f2f2;
    box-shadow: inset 0 0 0 2px;
    opacity: 1
}

label img,label input {
    vertical-align: middle
}

fieldset dl {
    padding: 4px 0
}

fieldset dt {
    float: left;
    width: 40%;
    text-align: left;
    display: block
}

fieldset dd {
    margin-left: 41%;
    vertical-align: top;
    margin-bottom: 5px
}

fieldset.fields1 dt {
    width: 15em;
    border-right-width: 0
}

fieldset.fields1 dd {
    margin-left: 15em;
    border-left-width: 0
}

fieldset.fields1 div {
    margin-bottom: 3px
}

fieldset.fields1 #recaptcha_widget_div div,fieldset.fields1 .live-search div {
    margin-bottom: 0
}

fieldset.fields2 dt {
    width: 15em;
    border-right-width: 0
}

fieldset.fields2 dd {
    margin-left: 16em;
    border-left-width: 0
}

dt label {
    font-weight: 600;
    text-align: left
}

dd label {
    white-space: nowrap;
    margin-bottom: 5px
}

dd input,dd textarea {
    margin-right: 3px
}

dd select {
    width: auto;
    max-width: 100%;
    white-space: nowrap
}

dd select[multiple] {
    width: 100%
}

dd textarea {
    width: 85%
}

#timezone {
    width: 95%
}

fieldset.quick-login input.inputbox {
    width: auto
}

fieldset.quick-login label {
    margin-right: 15px;
    padding: 0;
    white-space: nowrap
}

fieldset.display-options {
    margin: 0 -15px 15px;
    padding: 10px 15px 0;
    text-align: right;
    color: #777;
    cursor: default
}

fieldset.display-options label:not(.go) {
    padding: 0 5px;
    white-space: nowrap;
    margin-bottom: 10px
}

fieldset.display-options a {
    line-height: 34px;
    margin: 0 15px
}

fieldset.display-options a.arrow-left,fieldset.display-options a.arrow-right {
    line-height: 36px
}

fieldset.display-options select {
    display: inline-block;
    color: inherit;
    margin-left: 5px;
    background: #FFF
}

fieldset.display-options select:focus,fieldset.display-options select:hover {
    color: #444
}

fieldset.display-options .button2 {
    display: none
}

fieldset.display-options label.go {
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

fieldset.display-options label.go:hover {
    color: #444
}

fieldset.display-options label.go:before {
    visibility: visible
}

fieldset.display-actions {
    text-align: right;
    white-space: nowrap;
    padding-right: 15px
}

fieldset.display-actions label {
    white-space: nowrap;
    padding-right: 2px
}

fieldset.sort-options {
    line-height: 2em
}

fieldset.forum-selection {
    margin: 15px 0;
    float: right
}

fieldset.forum-selection2 {
    margin: 13px 0 3px;
    float: right
}

fieldset.submit-buttons {
    text-align: center;
    vertical-align: middle;
    margin: 15px 0
}

fieldset.submit-buttons input {
    vertical-align: middle
}

#format-buttons {
    margin: 15px 0 10px
}

#format-buttons input[type=button] {
    background: 0 0;
    box-shadow: none;
    color: inherit;
    border-radius: 4px
}

#format-buttons input[type=button]:focus,#format-buttons input[type=button]:hover {
    background: #f2f2f2;
    color: #4A86D8
}

#message-box {
    width: 80%
}

#message-box textarea {
    width: 450px;
    height: 360px;
    min-width: 100%;
    max-width: 100%;
    resize: vertical;
    outline: 0;
    font-weight: normal;
    line-height: 19px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

#smiley-box {
    width: 16%;
    float: right
}

#smiley-box .smileys {
	height: 350px;
    overflow: auto;
}

#smiley-box img {
    margin: 3px
}

.inputbox {
    padding: 5px 15px;
    height: 36px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.15);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    outline: 0
}

.inputbox:focus,.inputbox:hover {
    border-color: #b7b7b7
}

input.inputbox {
    width: 85%
}

input.medium {
    width: 50%
}

input.narrow {
    width: 25%
}

input.tiny {
    width: 150px
}

textarea.inputbox {
    width: 85%;
    background: #f2f2f2
}

textarea.inputbox:focus,textarea.inputbox:hover {
    background: #FFF
}

.autowidth {
    width: auto!important
}

input[type=number] {
    -moz-padding-end: inherit;
    padding-right: 5px
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
    display: none
}

input[type=search]::-webkit-search-cancel-button {
    cursor: pointer
}

#qr_postform {
    margin: 0 -30px 15px;
    padding: 0 15px;
    background: #fafafa;
    border-bottom: 1px solid #DDD
}

#qr_postform h2 {
    padding: 0!important
}

#qr_postform #message-box,#qr_postform #message-box textarea,#qr_postform input.inputbox {
    font-weight: normal;
    width: 100%!important;
}

#qr_postform textarea.inputbox {
    background: #FFF
}

#qr_postform textarea.inputbox:hover {
    background: #f2f2f2
}

a.button1,a.button2,a.input.button3,input.button1,input.button2,input.button3 {
    width: auto!important
}

a.button2,input.button2 {
    background: #9E9E9E
}

a.button2:hover,input.button2:hover {
    background: #B9B9B9
}

a.button2:active,a.button2:focus,input.button2:active,input.button2:focus {
    background: #7D7D7D
}

input.button3 {
    font-variant: small-caps
}

input[type=button],input[type=checkbox],input[type=radio],input[type=reset],input[type=submit] {
    cursor: pointer
}

a.button1,a.button1:active,a.button1:link,a.button1:visited,a.button2,a.button2:active,a.button2:link,a.button2:visited {
    text-decoration: none!important
}

input.disabled {
    font-weight: 400;
    color: #777
}

input.button1:focus,input.button2:focus,input.button3:focus {
    outline: 0
}

.search-box {
    float: left
}

.search-box .inputbox {
    border-right-width: 0;
    float: left;
    height: 36px;
    line-height: 1.6;
    padding: 0 15px;
    border-radius: 4px 0 0 4px
}

.search-box .button {
    float: left;
    width: 36px;
    font-size: 0;
    padding: 0;
    box-shadow: none;
    background: #FFF;
    color: #444;
    border: 1px solid #b7b7b7
}

.search-box .button:before {
    top: 0
}

.search-box .button:hover {
    background: #FFF
}

.search-box button.search-icon {
    border-radius: 0;
    border-right: none
}

.search-box a.button {
    border-left: none;
    border-radius: 0 4px 4px 0
}

.search-header {
    display: block;
    float: right;
    margin: 35px 0;
    padding: 2px;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0 1px 5px rgba(0,0,0,.35)
}

.search-header .inputbox {
    color: #444;
    box-shadow: none;
    border: 0
}

.search-header a.button,.search-header button.button {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #777!important
}

.search-header a.button:active,.search-header a.button:focus,.search-header a.button:hover,.search-header button.button:active,.search-header button.button:focus,.search-header button.button:hover {
    color: #444!important
}

input.search {
    padding-left: 15px
}

.full {
    width: 95%
}

.medium {
    width: 50%
}

.narrow {
    width: 25%
}

.tiny {
    width: 10%
}

#qr_postform .post:target h2 a,.post:target #qr_postform h2 a,.post:target h3 a {
    color: #4A86D8
}

.bg1,.bg2,.bg3,table.zebra-list tr:nth-child(odd) td,ul.zebra-list li:nth-child(odd) {
    background: #FFF
}

table.zebra-list tr:nth-child(even) td,ul.zebra-list li:nth-child(even) {
    background: #f2f2f2
}

#postform .panel.bg2,.section-memberlist .bg1,.section-search .bg2,.section-search .bg3 {
    background: none!important
}

.fieldsbg,.ucprowbg {
    background: #f2f2f2
}

.sep {
    color: #4A86D8
}

.section-faq .bg1,.section-faq .bg2 {
    background: 0 0
}

.pagination li.active span {
    background: #1E57A7
}

.pagination li.next a:before,.pagination li.page-jump a:after,.pagination li.previous a:before {
    display: inline-block;
    margin-right: 5px;
}

.reported,.unapproved {
    box-shadow: inset 0 0 0 2px salmon
}

li.header dd a,li.header dd a:focus,li.header dd a:hover,li.header dt a,li.header dt a:focus,li.header dt a:hover,th a,th a:hover {
    color: #f2f2f2
}

.notice {
    border-top-color: #DDD
}

.syntaxbg {
    color: #FFF
}

.syntaxcomment {
    color: #F60
}

.syntaxdefault {
    color: #00B
}

.syntaxhtml {
    color: #000
}

.syntaxkeyword {
    color: #070
}

.syntaxstring {
    color: #D00
}

.pm-message .attachbox {
    background: #fafafa
}

.attachbox p.stats {
    color: #777
}

.attach-image img {
    border-color: #a6a6a6
}

.pollbar1 {
    background: #1E57A7
}

.pollbar2 {
    background: #3673C7
}

.pollbar3 {
    background: #4A86D8
}

.pollbar4 {
    background: #5694E8
}

.pollbar5 {
    background: #5D9FF9
}

.pm .postprofile {
    border-color: #DDD
}

dd.profile-warnings {
    color: #F44336
}

#qr_postform .panel-container h2,.panel-container #qr_postform h2,.panel-container h3 {
    border-top: solid 1px #CACACA;
    padding: 15px;
    margin: .5em -15px
}

#qr_postform .panel-container h2:first-child,.panel-container #qr_postform h2:first-child,.panel-container h3:first-child {
    border: none
}

#qr_postform .panel-container>h2,.panel-container>h3 {
    margin: 0
}

.panel-container .panel li.row {
    border-bottom-color: #CACACA
}

#cp-main .pm-message {
    border-color: #CACACA
}

#cp-main .post.pm {
    border: 1px solid #CACACA;
    padding: 15px;
    margin: 5px 0
}

#qr_postform .pm h2,.pm #qr_postform h2,.pm h3 {
    padding: 0;
    margin: 0;
    line-height: 36px
}

#cp-main .pm .content {
    padding: 15px;
    margin: 0 0 0 -15px
}

.responsive-tab .responsive-tab-link:before {
    border-color: inherit
}

@media (max-width:992px) {
    #navigation a,.rtl #navigation a {
        background: #f2f2f2
    }
}

.pm_message_reported_colour,.pmlist li.pm_message_reported_colour {
    border-left-color: #F44336;
    border-right-color: #F44336
}

.pm_marked_colour,.pmlist li.pm_marked_colour {
    border-color: tomato
}

.pm_replied_colour,.pmlist li.pm_replied_colour {
    border-color: #CACACA
}

.pm_friend_colour,.pmlist li.pm_friend_colour {
    border-color: #4A86D8
}

.pm_foe_colour,.pmlist li.pm_foe_colour {
    border-color: #F44336
}

#gallery label {
    background: #FFF;
    border-color: #DDD
}

#gallery label:hover {
    background: #ececec
}

option.disabled-option {
    color: graytext
}

#message-box textarea.drag-n-drop {
    outline-color: rgba(166,166,166,.5)
}

#message-box textarea.drag-n-drop-highlight {
    outline-color: rgba(93,90,255,.5)
}

.inputbox:-moz-placeholder {
    color: #777
}

.inputbox::-webkit-input-placeholder {
    color: #777
}

.inputbox:focus:-moz-placeholder {
    color: transparent
}

.inputbox:focus::-webkit-input-placeholder {
    color: transparent
}

#darken {
    background: #000
}

.dropdown-extended ul li {
    border-top-color: #DDD
}

.dropdown-extended .footer,.dropdown-extended .header {
    background: #fafafa;
    border-color: #DDD
}

.dropdown-extended .footer {
    border-top-style: solid;
    border-top-width: 1px
}

.dropdown .pointer-inner,.dropdown-extended .pointer-inner {
    border-color: #FFF transparent
}

.dropdown .dropdown-contents,.dropdown-up .dropdown-contents {
    background: #FFF;
    color: #444
}

.dropdown .dropdown-contents {
    box-shadow: 0 2px 3px rgba(0,0,0,.15),0 2px 10px rgba(0,0,0,.2)
}

.dropdown-up .dropdown-contents {
    box-shadow: 0 2px 3px rgba(0,0,0,.15),0 -2px 10px rgba(0,0,0,.2)
}

li.notification-disapproved strong,li.notification-reported strong {
    color: tomato
}

a[class*=arrow],a[class*=top] {
    position: relative
}

a[class*=arrow]:after,a[class*=arrow]:before,a[class*=top]:after,a[class*=top]:before {
    top: -1px;
    visibility: visible
}

a[class*=arrow] {
    padding-left: 1.25em
}

a[class*=arrow].arrow-right {
    padding-left: 0;
    padding-right: 1.25em
}

a.top2:before,a.top:before {
    top: 0
}

.jumpbox-return a.arrow-left:before {
    top: 1.5px
}

a.arrow-right:after {
    top: 1px;
    left: auto;
    right: 0
}

.header-avatar span:before,.icon-home:before {
    top: 1px
}

a.mark,a.mark-read {
    position: relative;
    padding-left: 1.25em
}

a.mark-read:before,a.mark:before {
    top: 1px
}

dl.icon[class*=announce_]:before,dl.icon[class*=forum_]:before,dl.icon[class*=global_]:before,dl.icon[class*=pm_]:before,dl.icon[class*=sticky_]:before,dl.icon[class*=topic_]:before {
    z-index: -1
}

dl.icon:before {
    background: #f2f2f2;
    color: #444;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

dl.icon.noicon:before {
    content: none
}

dl.icon.forum_unread:before,dl.icon.forum_unread_locked:before,dl.icon.forum_unread_subforum:before,dl.icon.pm_unread:before,dl.icon.sticky_unread:before,dl.icon.sticky_unread_locked:before,dl.icon.sticky_unread_locked_mine:before,dl.icon.sticky_unread_mine:before,dl.icon.topic_unread:before,dl.icon.topic_unread_locked:before,dl.icon.topic_unread_locked_mine:before,dl.icon.topic_unread_mine:before {
    color: #4A86D8
}

dl.icon.topic_read_hot:before,dl.icon.topic_read_hot_mine:before,dl.icon.topic_unread_hot:before,dl.icon.topic_unread_hot_mine:before {
    color: #FF5722
}

dl.icon.topic_unread_hot:before,dl.icon.topic_unread_hot_mine:before {
    color: #F44336
}

dl.icon.announce_read:before,dl.icon.announce_read_locked:before {
    color: #FF5722
}

dl.icon.announce_read_locked_mine:before,dl.icon.announce_read_mine:before {
    color: #3B86FF
}

dl.icon.announce_unread:before,dl.icon.announce_unread_locked:before {
    color: #F44336
}

dl.icon.announce_unread_mine:before {
    color: #4A86D8
}

dl.icon.global_read:before,dl.icon.global_read_locked:before,dl.icon.global_read_locked_mine:before,dl.icon.global_read_mine:before {
    color: #FF5722
}

dl.icon.global_unread:before,dl.icon.global_unread_locked:before,dl.icon.global_unread_locked_mine:before,dl.icon.global_unread_mine:before {
    color: #F44336
}

dl.icon.global_read_mine:before {
    color: #3B86FF
}

dl.icon.global_unread_mine:before {
    color: #4A86D8
}

span.imageset {
    display: inline-block!important;
    margin: 0;
    padding: 0;
    width: 15px;
    height: 15px;
    font-size: 0;
    position: relative;
    vertical-align: top;
    white-space: nowrap
}

span.imageset:before {
    font-size: 13px
}

.imageset.forum_link:before,.imageset.forum_read:before,.imageset.forum_read_locked:before,.imageset.forum_read_subforum:before {
    color: #777
}

.imageset.forum_unread:before,.imageset.forum_unread_locked:before,.imageset.forum_unread_subforum:before {
    color: #4A86D8
}

.imageset.topic_moved:before,.imageset.topic_read:before,.imageset.topic_read_mine:before {
    color: #777
}

.imageset.topic_read_hot:before,.imageset.topic_read_hot_mine:before {
    color: #FF5722
}

.imageset.topic_read_locked:before,.imageset.topic_read_locked_mine:before {
    color: #777
}

.imageset.topic_unread:before,.imageset.topic_unread_mine:before {
    color: #4A86D8
}

.imageset.topic_unread_hot:before,.imageset.topic_unread_hot_mine:before {
    color: #F44336
}

.imageset.topic_unread_locked:before,.imageset.topic_unread_locked_mine:before {
    color: #4A86D8
}

.imageset.sticky_read:before,.imageset.sticky_read_locked:before,.imageset.sticky_read_locked_mine:before,.imageset.sticky_read_mine:before {
    color: #777
}

.imageset.sticky_unread:before,.imageset.sticky_unread_locked:before,.imageset.sticky_unread_locked_mine:before,.imageset.sticky_unread_mine:before {
    color: #4A86D8
}

.imageset.announce_read:before,.imageset.announce_read_locked:before,.imageset.announce_read_locked_mine:before,.imageset.announce_read_mine:before {
    color: #FF5722
}

.imageset.announce_unread:before,.imageset.announce_unread_locked:before,.imageset.announce_unread_locked_mine:before,.imageset.announce_unread_mine:before {
    color: #F44336
}

.imageset.global_read:before,.imageset.global_read_locked:before,.imageset.global_read_locked_mine:before,.imageset.global_read_mine:before {
    color: #FF5722
}

.imageset.global_unread:before,.imageset.global_unread_locked:before,.imageset.global_unread_locked_mine:before,.imageset.global_unread_mine:before {
    color: #F44336
}

.imageset.subforum_read:before {
    color: #777
}

.imageset.subforum_unread:before {
    color: #4A86D8
}

.imageset.pm_read:before {
    color: #777
}

.imageset.pm_unread:before {
    color: #4A86D8
}

.imageset.icon_post_target:before {
    color: #777
}

.imageset.icon_post_target_unread:before {
    color: inherit
}

.imageset.icon_topic_latest {
    line-height: 1
}

.imageset.icon_topic_latest:before {
    top: 1px
}

.imageset.icon_topic_deleted:before,.imageset.icon_topic_newest:before,.imageset.icon_topic_poll:before,.imageset.icon_topic_reported:before,.imageset.icon_topic_unapproved:before,.imageset.icon_user_warn:before {
    top: -1px
}

.imageset.icon_contact:before {
    top: 1px;
    font-weight: 400
}

#attach-panel-multi {
    display: none;
    margin-bottom: 1em
}

#file-list td {
    vertical-align: middle
}

.attach-name {
    width: 45%
}

.attach-comment {
    width: 25%
}

.attach-filesize,.attach-status {
    width: 15%;
    text-align: center
}

.attach-controls {
    display: inline-block;
    float: right
}

#attach-row-tpl,.nojs .file-inline-bbcode {
    display: none
}

#file-total-progress {
    height: 2px;
    display: block;
    position: relative;
    margin: 4px -10px -6px
}

.file-progress {
    display: inline-block;
    height: 5px;
    width: 50px;
    background: 0 0
}

#file-total-progress-bar,.file-progress-bar {
    display: block;
    height: 100%;
    width: 0;
    background: #4A86D8
}

.file-status {
    display: inline-block;
    height: 1.5em;
    width: 1.5em;
    position: relative;
    font-size: 1.4em
}

.file-status.file-uploaded:before {
    color: green
}

.file-status.file-error:before {
    color: tomato
}

.file-name {
    max-width: 65%;
    vertical-align: bottom
}

.widget .widget-body li {
    list-style-position: inside
}

.widget .widget-body>ul>li {
    list-style-type: none
}

.widget-links ul a,.widget-recents ul a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    max-width: 100%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600
}

.widget-links ul a:before,.widget-recents ul a:before {
    top: 1px;
    left: -2px;
    -webkit-transition: left .35s cubic-bezier(0.68,-.55,.27,1.55);
    transition: left .35s cubic-bezier(0.68,-.55,.27,1.55)
}

.widget-links ul a:focus,.widget-links ul a:hover,.widget-recents ul a:focus,.widget-recents ul a:hover {
    padding-left: 25px
}

.widget-links ul a:focus::before,.widget-links ul a:hover::before,.widget-recents ul a:focus::before,.widget-recents ul a:hover::before {
    left: 10px
}

ul.forums-list {
    list-style-type: none
}

ul.forums-list li {
    padding-right: 10px
}

ul.forums-list a {
    display: inline-block;
    width: 100%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

ul.forums-list a::before {
    -webkit-transition: all .35s cubic-bezier(0.68,-.55,.27,1.55);
    transition: all .35s cubic-bezier(0.68,-.55,.27,1.55)
}

ul.forums-list a[class*=sub] {
    font-size: .975em
}

ul.forums-list a[class*=sub]:focus,ul.forums-list a[class*=sub]:hover {
    padding-left: 25px
}

ul.forums-list a[class*=sub]:focus::before,ul.forums-list a[class*=sub]:hover::before {
    left: 10px
}

.widget-infotabs .nav>li>a {
    padding: 7.5px 10px;
    font-size: 1.1em;
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid;
    border-bottom-color: #DDD
}

.widget-infotabs .nav>li>a:hover {
    border-color: #CACACA #CACACA #DDD;
    background-color: #CACACA;
    z-index: 2
}

.widget-infotabs .nav>li>a:focus {
    border-color: #DDD #DDD transparent!important
}

.widget-infotabs .nav {
    border-bottom-color: #DDD
}

.widget-infotabs .nav>li.active>a {
    color: #444;
    border-color: #DDD #DDD transparent;
    background: 0 0
}

.widget-infotabs .nav>li.active>a:hover {
    background: 0 0;
    border-color: #DDD #DDD transparent!important
}

.widget-infotabs .tab-pane {
    padding: 15px 0 0
}

.widget-infotabs .statistics strong {
    float: right
}

.widget-select {
    width: 100%
}

.widget-auth .widget-body {
    padding-right: 5px
}

.widget-auth .formline {
    display: block;
    margin-bottom: 7.5px
}

.widget-auth .formline .inputbox {
    display: block;
    width: 100%
}

.widget-auth label {
    padding: 0
}

.widget-auth .left {
    float: left;
    width: 65%
}

.widget-auth .button2,.widget-auth .ripple-wrapper.input {
    float: right!important
}

.widget-auth .button2 {
    margin-top: 5px
}

#suzuki #phpbb_announcement {
    position: relative;
    font-size: 1em;
    margin: 0 0 30px;
    padding: 15px 30px 15px 15px;
    border-radius: 4px;
    background-color: #FFE9C9;
    color: #D8774A;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
    line-height: 1.6;
}

#suzuki #phpbb_announcement div {
    line-height: inherit;
    font-size: inherit
}

#suzuki #phpbb_announcement .close {
    float: none;
    background: 0 0;
    color: inherit;
    text-shadow: none;
    left: auto;
    right: 15px;
    font-size: 1em;
    line-height: inherit;
    font-weight: 400;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    padding: 1px
}

#suzuki #phpbb_announcement .close:hover {
    opacity: 1!important
}

#suzuki .lastpostavatar img {
    margin: 3px 10px 3px 0;
    border-radius: 50%;
    border: none
}

#suzuki .aboutus {
    font-size: 1.1em;
    padding: 15px 0 0
}

#suzuki .aboutus .content {
    border-top: solid 1px #DDD;
    border-bottom: solid 1px #DDD;
    padding: 15px 0
}

#suzuki .aboutus h2 {
    margin-top: 15px
}

#suzuki .icon-boardrules {
    background-image: none
}

#suzuki #boardrules-categories {
    margin: 0 0 30px 30px
}

#suzuki #boardrules-categories .mini-panel {
    background: 0 0;
    margin: 0;
    padding: 10px 0 10px 15px;
    border-radius: 0;
    border-left: solid 1px #DDD
}

#suzuki #boardrules-categories .mini-panel #qr_postform h2,#suzuki #boardrules-categories .mini-panel h3,#qr_postform #suzuki #boardrules-categories .mini-panel h2 {
    color: inherit;
    font-family: inherit;
    margin: 0
}

#suzuki #rules {
    padding: 5px 0 0;
    list-style-position: inside;
    margin: 0;
    font-size: inherit;
    line-height: inherit
}

#suzuki #rules #qr_postform h2,#suzuki #rules h3,#qr_postform #suzuki #rules h2 {
    margin: 0 0 10px;
    letter-spacing: normal
}

#suzuki #rules .rule-item {
    padding: 10px 15px 15px;
    border: 1px solid transparent;
    margin-bottom: -1px;
    border-radius: 2px
}

#suzuki #rules .rule-item+li {
    border-top-color: #DDD
}

#suzuki #rules .highlight {
    color: inherit;
    font-weight: 400;
    background-color: #FFF;
    border-color: #DDD #DDD #DDD #F44336;
    border-left-width: 2px;
    box-shadow: 0 1px 2.5px rgba(0,0,0,.075)
}

#suzuki #rules .rule-anchor {
    font-weight: 800;
    float: right
}

#suzuki #abbc3_buttons {
    margin: 15px 0 5px;
    cursor: default
}

#suzuki #abbc3_buttons .abbc3_buttons_row {
    background: 0 0;
    border: none;
    width: 100%;
    padding: 1px 0
}

#suzuki #abbc3_buttons select {
    margin: 0;
    height: 31px;
    vertical-align: baseline;
    padding: 2px 35px 2px 5px;
    border-radius: 2px;
    border-color: #b7b7b7
}

#suzuki #abbc3_buttons .abbc3_button {
    margin: 0;
    min-width: 26px;
    height: 31px;
    outline: 0;
    vertical-align: baseline;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 2px
}

#suzuki #abbc3_buttons .abbc3_button:hover {
    border-color: #b7b7b7;
    background-color: #FFF
}

#suzuki #bbcode_wizard {
    font-size: inherit;
    background: #FFF;
    box-shadow: 0 0 0 5px rgba(0,0,0,.25);
    border-radius: 2px;
    border: 1px solid #b7b7b7;
    width: 75%;
    padding: 15px 30px 0
}

#suzuki #bbcode_wizard .panel {
    padding: 0
}

#suzuki #bbcode_wizard #bbvideo_wizard_sites {
    width: 100%
}

#suzuki #bbcode_wizard dl .inputbox {
    width: auto;
    max-width: 100%
}

#suzuki #bbcode_wizard hr {
    margin: 15px -30px;
    border-top-color: #CACACA
}

#suzuki #bbcode_wizard fieldset.submit-buttons {
    margin: 15px -30px;
    border-top: solid 1px #DDD;
    padding-top: 15px
}

#suzuki #page-body-wrapper>ins.adsbygoogle {
    display: block!important;
    margin: 0 auto
}

#suzuki .post+.panel.online {
    margin: 0 -30px;
    padding: 15px 30px!important;
    background: 0 0!important
}

#suzuki .post+.panel.online ins.adsbygoogle {
    display: block;
    margin: 0 auto
}

#suzuki .post+.panel.online:before {
    content: none
}

#suzuki .postlove {
    position: absolute;
    right: 15px;
    bottom: 0;
    margin: 0!important;
    font-size: 0;
    border: 1px solid #DDD;
    padding: 4px 8px;
    line-height: 1;
    border-radius: 2px;
    background-color: #fafafa
}

#suzuki .postlove span:not([class]) {
    font-size: 11px!important;
    vertical-align: -14px!important;
    font-weight: 700
}

#suzuki .profile-left .postlove {
    right: 0
}

#suzuki .like,#suzuki .liked {
    width: 13px;
    background: 0 0;
    margin: 0 0 0 5px;
    font-size: 16px
}

#suzuki #topic_preview {
    border-color: #DDD;
    border-radius: 2px;
    box-shadow: 0 2px 25px -10px #000
}

#suzuki #topic_preview:before {
    border-top-color: #DDD;
    border-right-color: #DDD
}

#suzuki .share-buttons {
    bottom: 60px;
    right: 15px
}

#suzuki .share-buttons>li:last-child {
    margin-right: 0
}

#suzuki .share-buttons>li:last-child a {
    padding-right: 1px
}

#suzuki .profile-left .share-buttons {
    right: 0
}

#suzuki #quick-login-panel {
    padding: 15px;
    border-radius: 2px;
    background: #FFF
}

#suzuki #quick-login-panel #qr_postform h2,#suzuki #quick-login-panel h3,#qr_postform #suzuki #quick-login-panel h2 {
    text-align: left;
    padding: 0 0 20px;
    margin: -5px 0 0
}

#suzuki #quick-login-panel .close {
    top: 0;
    right: 0
}

#suzuki #quick-login-panel .autowidth {
    width: 100%!important
}

#suzuki #quick-login-panel .ql-options {
    margin: 0 0 3px;
    float: left
}

#suzuki #quick-login-panel .ql-options span {
    vertical-align: bottom
}

#suzuki #quick-login-panel .ql-password {
    margin-bottom: 10px
}

#suzuki #quick-login-panel fieldset.submit-buttons {
    text-align: right;
    margin: 5px 0
}

#suzuki #quickeditbox #message-box {
    width: 100%
}

#suzuki #quickeditbox #message-box textarea {
    height: 150px
}

#suzuki #quickeditbox .autowidth {
    width: 100%!important;
    margin: 0
}

.navbar.top .inner {
	background: rgba(255, 255, 255, 0.22)
}

@media (min-width:992px) {
    #quick-links {
        margin-left: -7px
    }

    .search-box .inputbox:focus {
        width: 200px
    }

    #cp-main {
        margin-bottom: -15px
    }

    #cp-main .panel {
        margin-right: -16px;
        border-right: none;
        box-shadow: -2.5px 0 10px -2.5px rgba(0,0,0,.1)
    }

    #page-body>.post.profile-left .postbody .content {
        padding-right: 0
    }

    #page-body>.post .postbody .content {
        -webkit-transition: box-shadow .35s;
        transition: box-shadow .35s;
        box-shadow: 5px -7.5px 17.5px -6px rgba(0,0,0,.05)
    }

    #page-body>.post:hover {
        box-shadow: 0 0 15px rgba(0,0,0,.1)
    }

    #page-body>.post:hover .postbody .content {
        box-shadow: none
    }

    #page-body>.post.profile-left .postbody .content {
        box-shadow: -5px -7.5px 17.5px -6px rgba(0,0,0,.05)
    }

    #suzuki #quick-login-panel {
        width: 500px;
        padding: 25px
    }

    #suzuki #quick-login-panel fieldset dt {
        width: 27.5%
    }

    #suzuki #quick-login-panel fieldset dd {
        margin-left: 28%
    }

    #suzuki #quick-login-panel fieldset .ql-password {
        margin-bottom: 10px
    }

    #suzuki #quick-login-panel fieldset.submit-buttons {
        float: right
    }

    .masthead>.inner {
        padding: 27.01px 0 85px
    }

    .navbar.top {
        position: relative
    }

    .navbar.top .inner {
        position: relative;
        top: -65px;
    }

    .inner.header-offset {
        position: relative;
        z-index: 45;
        top: -65px;
        margin-bottom: -65px;
        background-color: #fafafa
    }

    .header-offset-shadow {
        position: absolute;
        box-shadow: 0 0 50px rgba(0,0,0,.15);
        top: -65px;
        width: 100%;
        height: 350px
    }
}

@media (max-width:1199px) {
    .container {
        width: 90%
    }

    .autowidth {
        width: 100%!important
    }

    #navigation ul:first-child li:first-child a {
        border-radius: 4px 4px 0 0
    }

    #navigation ul:last-child li:last-child a {
        border-radius: 0 0 4px 4px
    }

    .widget-auth .left {
        float: none;
        width: auto
    }

    .widget-auth .button2,.widget-auth .input {
        float: none!important;
        width: 100%!important
    }
}

@media (min-width:481px) and (max-width:992px) {
    dd.posts,dd.topics,dd.views {
        display: none!important
    }

    dd.info,dd.lastpost,dd.moderation,dd.redirect,dd.time {
        width: 35%
    }

    li.header dt,ul.topiclist dt {
        margin-right: -35%
    }

    li.header dt .list-inner,ul.topiclist dt .list-inner {
        margin-right: 35%
    }

    .search-box {
        float: right
    }

    .action-bar.top .pagination {
        float: none;
        clear: both;
        padding-top: 15px;
        margin-bottom: -15px
    }
}

@media (max-width:768px) {
    .responsive-hide {
        display: none!important
    }

    .responsive-show {
        display: block!important
    }

    .responsive-show-inline {
        display: inline!important
    }

    .responsive-show-inline-block {
        display: inline-block!important
    }

    html {
        height: auto
    }

    body {
        padding: 0
    }

    #wrap {
        border: none;
        border-radius: 0;
        margin: 0;
        padding: 0;
        min-width: 290px;
        overflow: hidden
    }

    .inner {
        width: 100%
    }

    .endbar .inner,.navbar .inner,.topbar .inner {
        padding: 7.5px 15px
    }

    .masthead {
        padding: 0;
        border-top: solid 1px rgba(255,255,255,.15)
    }

    .masthead .inner {
        padding: 10px 15px
    }

    .main {
        width: 100%
    }

    #site-description+.search-header {
        margin-left: -50px
    }

    #page-body-wrapper {
        border: none!important
    }

    #page-body-wrapper:before {
        content: none!important
    }

    #page-body {
        margin: 15px 15px 30px;
        padding: 0;
        clear: both;
        border: none
    }

    #page-sidebar {
        margin: 0;
        padding: 0 15px 30px;
        border: none;
        border-top: solid 1px #DDD
    }

    #page-sidebar .widget {
        border: 1px solid #DDD;
        border-radius: 4px;
        margin-top: 30px
    }

    #page-sidebar .widget-title {
        margin: 0 0 1em
    }

    #page-sidebar .widget-title:after,#page-sidebar .widget-title:before {
        content: none!important
    }

    #viewtopic+.action-bar {
        margin-top: 0!important
    }

    div.rules {
        text-align: center
    }

    .action-bar .pagination {
        text-align: left
    }

    .action-bar .pagination ul {
        float: right
    }

    .action-bar .pagination li a,.action-bar .pagination li span {
        padding: 10px
    }

    .action-bar .pagination li .page-jump {
        margin-right: 1px
    }

    #page-footer #qr_postform h2,#page-footer h3,#qr_postform #page-footer h2 {
        margin: 2.5em 0 .75em
    }

    .responsive-search {
        display: block!important
    }

    .responsive-search a {
        display: block;
        width: 16px;
        height: 22px;
        text-indent: 99px;
        overflow: hidden;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        text-decoration: none
    }

    #page-body>.action-bar {
        margin: 15px -15px;
        padding: 15px
    }

    li.header dt {
        text-align: center;
        font-size: 1.1em
    }

    ul.topiclist li.header dt,ul.topiclist li.header dt .list-inner {
        margin: 0!important;
        padding: 0!important
    }

    ul.topiclist li.header dd {
        display: none!important
    }

    ul.topiclist dt,ul.topiclist dt .list-inner,ul.topiclist.missing-column dt,ul.topiclist.missing-column dt .list-inner,ul.topiclist.two-columns dt,ul.topiclist.two-columns dt .list-inner,ul.topiclist.two-long-columns dt,ul.topiclist.two-long-columns dt .list-inner {
        margin-right: 0
    }

    ul.topiclist dt .list-inner.with-mark {
        padding-right: 34px
    }

    ul.topiclist dt .list-inner {
        min-height: 28px
    }

    ul.topiclist li.header dt .list-inner {
        min-height: 0
    }

    ul.topiclist dd {
        display: none
    }

    ul.topiclist.forums dt {
        margin-right: -40%
    }

    ul.topiclist.forums dt .list-inner {
        margin-right: 40%
    }

    ul.topiclist.forums dd.lastpost {
        display: block
    }

    ul.topiclist dd.mark {
        display: block;
        position: absolute;
        right: 5px;
        top: 0;
        margin: 0;
        width: auto;
        min-width: 0;
        text-align: left
    }

    ul.topiclist.forums dd.topics dfn,ul.topiclist.topics dd.posts dfn {
        position: relative;
        left: 0;
        width: auto;
        display: inline;
        font-weight: 400
    }

    li.row .responsive-show strong {
        font-weight: 700;
        color: inherit
    }

    .row .pagination .ellipsis+li {
        display: none!important
    }

    table.responsive,table.responsive tbody,table.responsive td,table.responsive tr {
        display: block
    }

    table.responsive th,table.responsive thead {
        display: none
    }

    table.responsive.show-header th:first-child,table.responsive.show-header thead {
        display: block;
        width: auto!important;
        text-align: left!important
    }

    table.responsive.show-header th:first-child span.rank-img {
        display: none
    }

    table.responsive tr {
        margin: -1px 0 0
    }

    table.responsive td {
        width: auto!important;
        text-align: left!important;
        padding: 4px
    }

    table.responsive td.empty {
        display: none!important
    }

    table.responsive td>dfn {
        display: inline-block!important
    }

    table.responsive td>dfn:after {
        content: ':';
        padding-right: 5px
    }

    table.responsive span.rank-img {
        float: none;
        padding-right: 5px
    }

    table.responsive#memberlist td:first-child input[type=checkbox] {
        float: right
    }

    fieldset dt,fieldset.fields1 dt,fieldset.fields2 dt {
        width: auto;
        float: none
    }

    fieldset dd,fieldset.fields1 dd,fieldset.fields2 dd {
        margin-left: 0
    }

    #message-box textarea,dd textarea,textarea {
        width: 100%;
        box-sizing: border-box
    }

    dl.pmlist dt {
        width: auto!important;
        margin-bottom: 5px
    }

    dl.pmlist dd {
        display: inline-block;
        margin-left: 0!important
    }

    dl.pmlist dd:first-of-type {
        padding-left: 20px
    }

    #message-box,#smiley-box {
        float: none;
        width: auto
    }

    #smiley-box {
        margin-top: 5px
    }

    .bbcode-status {
        display: none
    }

    .colour-palette,.colour-palette tbody,.colour-palette tr {
        display: block
    }

    .colour-palette td {
        display: inline-block;
        margin-right: 2px
    }

    .horizontal-palette td:nth-child(2n),.vertical-palette tr:nth-child(2n) {
        display: none
    }

    .colour-palette a {
        display: inline-block!important
    }

    fieldset.quick-login label {
        display: block;
        margin: 0 0 5px;
        white-space: normal
    }

    fieldset.quick-login label>span {
        display: inline-block
    }

    fieldset.quick-login input.inputbox {
        width: 100%
    }

    fieldset.quick-login label[for=autologin] {
        display: inline-block;
        text-align: right;
        min-width: 50%;
        float: right
    }

    fieldset.quick-login label[for=autologin] label {
        display: inline-block
    }

    fieldset.quick-login input[type=submit] {
        display: block;
        margin-top: 10px
    }

    #qr_postform fieldset.submit-buttons {
        text-align: center;
        padding: 0;
        margin-top: 0
    }

    #qr_postform fieldset.submit-buttons .button2 {
        float: left
    }

    #qr_postform fieldset.submit-buttons .button1 {
        float: right
    }

    .column1,.column2,.left-box.profile-details {
        float: none;
        width: auto
    }

    fieldset.polls dt {
        width: 90%
    }

    fieldset.polls dd.resultbar {
        padding-left: 20px
    }

    fieldset.polls dd.poll_option_percent {
        width: 20%
    }

    fieldset.polls dd.poll_option_percent,fieldset.polls dd.resultbar {
        margin-top: 5px
    }

    .postbody {
        position: inherit
    }

    .postbody,.postprofile,.search .postbody {
        display: block;
        width: auto;
        float: none!important;
        padding: 0;
        min-height: 0
    }

    .post .postprofile {
        width: auto;
        padding: 0 30px 15px!important;
        border-bottom: 1px solid #CACACA;
        margin: 0 -30px 15px;
        min-height: 40px;
        overflow: hidden
    }

    #page-body>.post {
        margin: 0 -15px;
        padding: 15px;
        border-width: 2px
    }

    .postbody {
        padding: 0!important;
        margin-left: 0
    }

    .postprofile dd {
        display: none
    }

    .postprofile dd.profile-rank,.postprofile dt,.search .postprofile dd {
        display: block;
        margin: 0
    }

    .postprofile .has-avatar .avatar-container {
        margin: 0;
        overflow: inherit
    }

    .postprofile .avatar-container:after {
        clear: none
    }

    .postprofile .avatar.auto-avatar,.postprofile a.avatar {
        margin-right: 5px
    }

    .postprofile .avatar img {
        width: auto!important;
        height: auto!important;
        max-height: 36px
    }

    .postprofile .avatar.auto-avatar .img {
        font-size: 1.5em;
        margin-bottom: 4px;
        width: 36px;
        line-height: 36px
    }

    #qr_postform .has-profile .postbody h2,.has-profile .postbody #qr_postform h2,.has-profile .postbody h3 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .has-profile .post-buttons {
        right: 15px;
        top: 15px
    }

    #suzuki .postlove {
        right: 15px;
        top: 52.5px;
        bottom: auto
    }

    h2 {
        margin-top: .5em;
        text-align: center
    }

    p.rightside {
        margin-bottom: 0
    }

    fieldset.display-options label {
        display: block;
        clear: both;
        padding: 0!important
    }

    dl.mini dd.pm-legend {
        float: left;
        min-width: 200px
    }

    #topicreview {
        width: 100%;
        padding: 0 5px;
        overflow-x: hidden!important
    }

    fieldset.display-actions {
        white-space: normal
    }

    .phpbb_alert {
        width: auto;
        margin: 0 5px
    }

    .attach-comment dfn {
        width: 100%
    }

    .copyright.right {
        text-align: left
    }

    .navbar.top ul.linklist,ul.social-links {
        height: 30px;
        overflow: hidden
    }

    #postingbox dl {
        width: 100%
    }

    #cp-main .panel {
        border-left: 0;
        border-right: 0
    }

    .post .back2top {
        right: 15px
    }

    .widget-auth .left {
        margin-top: 10px;
        margin-bottom: 5px
    }

    .widget-auth label[for=autologin] {
        float: right
    }

    .widget-infotabs .nav>li {
        display: table-cell;
        width: 1%
    }

    .widget-infotabs .nav>li.active>a:focus,.widget-infotabs .nav>li.active>a:hover {
        border-bottom-color: transparent
    }

    .top-block {
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .bottom-block {
        padding: 15px
    }

    #suzuki .share-buttons {
        right: 15px
    }

    #suzuki #quick-login-panel fieldset.submit-buttons {
        text-align: left
    }

    #suzuki #boardrules-categories {
        margin: 0 0 30px
    }

    #suzuki #boardrules-categories .mini-panel {
        padding: 10px 0;
        border: none;
        border-bottom: solid 1px #DDD
    }
}

@media (max-width:480px) {
    body {
        line-height: 1.6
    }

    #site-description {
        float: none;
        width: auto;
        text-align: center;
        padding: 10px
    }

    #site-description .logo {
        display: block;
        float: none;
        text-align: center;
        width: auto;
        height: 100px;
        padding: 0
    }

    #site-description h1 {
    	display: none;
    }

    .imageset.site_logo {
    	background-repeat: no-repeat;
    	width: 100%;
    }

    #site-description p {
        display: none
    }

    #site-description+.search-header {
        margin-left: 0
    }

    .search-header {
        margin: 15px 0 30px;
        float: none
    }

    .search-header .inputbox {
        margin: 0 -72px 0 0;
        padding: 0 72px 0 15px
    }

    .masthead+.navbar {
        margin-top: -20px
    }

    ul.topiclist.forums dt,ul.topiclist.forums dt .list-inner {
        margin-right: 0
    }

    ul.topiclist.forums dd.lastpost {
        display: none
    }

    li.header .collapse-btn a {
        background: inherit
    }

    dd label {
        white-space: normal
    }

    .inputbox,select {
        max-width: 100%;
        width: 100%!important
    }

    .select-parent {
        display: block;
        clear: both;
        width: 100%
    }

    #cp-main fieldset.display-actions .button2 {
        width: 100%!important
    }

    .button1,.button2 {
        margin-top: 2px;
        margin-bottom: 2px
    }

    .inputbox {
        margin-bottom: 4px
    }

    .captcha-panel dd.captcha {
        margin-left: 0
    }

    .captcha-panel dd.captcha-image img {
        width: 100%
    }

    #recaptcha_challenge_image,#recaptcha_response_field,.recaptchatable #recaptcha_image {
        width: 100%!important;
        height: auto!important
    }

    .recaptchatable tr td:last-child {
        display: none
    }

    .captcha-panel .recaptcha-responsive {
        display: inline-block!important;
        margin-top: 10px;
        vertical-align: middle
    }

    p.responsive-center {
        float: none;
        text-align: center;
        margin: 0 0 5px;
        padding: 0
    }

    .action-bar div.buttons {
        text-align: center;
        float: none;
        clear: both
    }

    .action-bar div.buttons a {
        float: none;
        display: block;
        margin: 5px 0
    }

    .action-bar .search-box {
        padding-top: 7.5px;
        float: none
    }

    .action-bar .search-box .inputbox {
        max-width: none;
        width: 100%;
        margin-right: -72px
    }

    .action-bar .pagination {
        float: none;
        clear: both;
        text-align: left;
        margin-bottom: -15px
    }

    #quickmod,.action-bar .pagination,.action-bar .topic-tools {
        padding-top: 7.5px
    }

    #quickmod {
        float: right
    }

    #quickmod>span {
        margin: 0
    }

    dl.icon .responsive-show {
        font-size: 90%;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .row .pagination {
        margin: 10px 5px 0
    }

    .pagination>ul {
        margin: 0
    }

    p.jumpbox-return {
        display: none
    }

    .display-options>label:nth-child(1) {
        display: block;
        margin-bottom: 5px
    }

    fieldset.display-actions label {
        padding: 0;
        width: 100%
    }

    fieldset.display-actions .left-box {
        margin: 0;
        float: none
    }

    .attach-controls {
        margin-top: 5px;
        width: 100%
    }

    dl.details dd,dl.details dt {
        width: auto;
        float: none;
        text-align: left
    }

    dl.details dd {
        margin: 0
    }

    fieldset.fields1 dd,fieldset.fields2 dd {
        margin-left: 0
    }

    fieldset dt {
        margin: 10px 0 5px
    }

    #postingbox dl {
        width: 100%
    }

    .stats-blocks {
        display: block;
        margin-top: -30px
    }

    .stats-blocks .col-block {
    font-size: 15px;
    color: #000;
    }

    #qr_postform .stats-blocks .col-block h2,.stats-blocks .col-block #qr_postform h2,.stats-blocks .col-block h3 {
        margin: 30px 0 5px
    }
}

@media (max-width:430px) {
    .section-viewtopic .search-box .inputbox {
        width: 110px
    }
}

@media (max-width:350px) {
    .dropdown-extended .dropdown-contents {
        width: auto
    }
}

.ripple-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: left
}

.ripple-wrapper.input {
    float: none!important;
    vertical-align: top!important
}

.ripple {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #FFF;
    -webkit-animation: ripple-fx 2s;
    animation: ripple-fx 2s
}

.related-topics > ul {
	text-align: center;
}

.related-topics > ul > li {
	display: inline-block;
}

.related-topics > ul > li > a {
	padding-left: 15px;
}

.related-topics > ul > li > a:before {
	line-height: 17px;
}

.googleMap {
	width: 100%;
	height: 300px
}

@-webkit-keyframes ripple-fx {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .4
    }

    to {
        -webkit-transform: scale(100);
        transform: scale(100);
        opacity: 0
    }
}

@keyframes ripple-fx {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .4
    }

    to {
        -webkit-transform: scale(100);
        transform: scale(100);
        opacity: 0
    }
}

.animate-pulse {
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear
}

@-webkit-keyframes pulse {
    0%,30% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    50%,60% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100%,80% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0%,30% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    50%,60% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100%,80% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
