﻿/*!* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/

.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075)
}

    .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn-danger.disabled, .btn-danger[disabled], .btn-default.disabled, .btn-default[disabled], .btn-info.disabled, .btn-info[disabled], .btn-primary.disabled, .btn-primary[disabled], .btn-success.disabled, .btn-success[disabled], .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-default, fieldset[disabled] .btn-info, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-success, fieldset[disabled] .btn-warning {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .btn-danger .badge, .btn-default .badge, .btn-info .badge, .btn-primary .badge, .btn-success .badge, .btn-warning .badge {
        text-shadow: none
    }

.btn.active, .btn:active {
    background-image: none
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),to(#e0e0e0));
    background-image: linear-gradient(180deg,#fff 0,#e0e0e0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff",endColorstr="#ffe0e0e0",GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc
}

    .btn-default:focus, .btn-default:hover {
        background-color: #e0e0e0;
        background-position: 0 -15px
    }

    .btn-default.active, .btn-default:active {
        background-color: #e0e0e0;
        border-color: #dbdbdb
    }

@font-face {
    font-family: 'web_font';
    src: url('../fonts/web.ttf');
}

.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: #e0e0e0;
    background-image: none
}

.btn-primary {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#337ab7),to(#265a88));
    background-image: linear-gradient(180deg,#337ab7 0,#265a88);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7",endColorstr="#ff265a88",GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580
}

    .btn-primary:focus, .btn-primary:hover {
        background-color: #265a88;
        background-position: 0 -15px
    }

    .btn-primary.active, .btn-primary:active {
        background-color: #265a88;
        border-color: #245580
    }

    .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: #265a88;
        background-image: none
    }

.btn-success {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#5cb85c),to(#419641));
    background-image: linear-gradient(180deg,#5cb85c 0,#419641);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c",endColorstr="#ff419641",GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e
}

    .btn-success:focus, .btn-success:hover {
        background-color: #419641;
        background-position: 0 -15px
    }

    .btn-success.active, .btn-success:active {
        background-color: #419641;
        border-color: #3e8f3e
    }

    .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: #419641;
        background-image: none
    }

.btn-info {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#5bc0de),to(#2aabd2));
    background-image: linear-gradient(180deg,#5bc0de 0,#2aabd2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de",endColorstr="#ff2aabd2",GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9
}

    .btn-info:focus, .btn-info:hover {
        background-color: #2aabd2;
        background-position: 0 -15px
    }

    .btn-info.active, .btn-info:active {
        background-color: #2aabd2;
        border-color: #28a4c9
    }

    .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: #2aabd2;
        background-image: none
    }

.btn-warning {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f0ad4e),to(#eb9316));
    background-image: linear-gradient(180deg,#f0ad4e 0,#eb9316);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e",endColorstr="#ffeb9316",GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13
}

    .btn-warning:focus, .btn-warning:hover {
        background-color: #eb9316;
        background-position: 0 -15px
    }

    .btn-warning.active, .btn-warning:active {
        background-color: #eb9316;
        border-color: #e38d13
    }

    .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: #eb9316;
        background-image: none
    }

.btn-danger {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#d9534f),to(#c12e2a));
    background-image: linear-gradient(180deg,#d9534f 0,#c12e2a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f",endColorstr="#ffc12e2a",GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28
}

    .btn-danger:focus, .btn-danger:hover {
        background-color: #c12e2a;
        background-position: 0 -15px
    }

    .btn-danger.active, .btn-danger:active {
        background-color: #c12e2a;
        border-color: #b92c28
    }

    .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: #c12e2a;
        background-image: none
    }

.img-thumbnail, .thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075)
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #e8e8e8;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(180deg,#f5f5f5 0,#e8e8e8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5",endColorstr="#ffe8e8e8",GradientType=0);
    background-repeat: repeat-x
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #2e6da4;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#337ab7),to(#2e6da4));
    background-image: linear-gradient(180deg,#337ab7 0,#2e6da4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7",endColorstr="#ff2e6da4",GradientType=0);
    background-repeat: repeat-x
}

.navbar-default {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),to(#f8f8f8));
    background-image: linear-gradient(180deg,#fff 0,#f8f8f8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff",endColorstr="#fff8f8f8",GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 5px rgba(0,0,0,.075)
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#dbdbdb),to(#e2e2e2));
        background-image: linear-gradient(180deg,#dbdbdb 0,#e2e2e2);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdbdbdb",endColorstr="#ffe2e2e2",GradientType=0);
        background-repeat: repeat-x;
        -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
        box-shadow: inset 0 3px 9px rgba(0,0,0,.075)
    }

.navbar-brand, .navbar-nav > li > a {
    text-shadow: 0 1px 0 hsla(0,0%,100%,.25)
}

.navbar-inverse {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#3c3c3c),to(#222));
    background-image: linear-gradient(180deg,#3c3c3c 0,#222);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3c3c3c",endColorstr="#ff222222",GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px
}

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a {
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#080808),to(#0f0f0f));
        background-image: linear-gradient(180deg,#080808 0,#0f0f0f);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff080808",endColorstr="#ff0f0f0f",GradientType=0);
        background-repeat: repeat-x;
        -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.25);
        box-shadow: inset 0 3px 9px rgba(0,0,0,.25)
    }

    .navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
        text-shadow: 0 -1px 0 rgba(0,0,0,.25)
    }

.navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
    border-radius: 0
}

@media(max-width:767px) {
    .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#337ab7),to(#2e6da4));
        background-image: linear-gradient(180deg,#337ab7 0,#2e6da4);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7",endColorstr="#ff2e6da4",GradientType=0);
        background-repeat: repeat-x
    }
}

.alert {
    text-shadow: 0 1px 0 hsla(0,0%,100%,.2);
    -webkit-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25),0 1px 2px rgba(0,0,0,.05)
}

.alert-success {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#dff0d8),to(#c8e5bc));
    background-image: linear-gradient(180deg,#dff0d8 0,#c8e5bc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8",endColorstr="#ffc8e5bc",GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1
}

.alert-info {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#d9edf7),to(#b9def0));
    background-image: linear-gradient(180deg,#d9edf7 0,#b9def0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7",endColorstr="#ffb9def0",GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea
}

.alert-warning {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fcf8e3),to(#f8efc0));
    background-image: linear-gradient(180deg,#fcf8e3 0,#f8efc0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3",endColorstr="#fff8efc0",GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e
}

.alert-danger {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f2dede),to(#e7c3c3));
    background-image: linear-gradient(180deg,#f2dede 0,#e7c3c3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede",endColorstr="#ffe7c3c3",GradientType=0);
    border-color: #dca7a7
}

.alert-danger, .progress {
    background-repeat: repeat-x
}

.progress {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ebebeb),to(#f5f5f5));
    background-image: linear-gradient(180deg,#ebebeb 0,#f5f5f5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffebebeb",endColorstr="#fff5f5f5",GradientType=0)
}

.progress-bar {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#337ab7),to(#286090));
    background-image: linear-gradient(180deg,#337ab7 0,#286090);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7",endColorstr="#ff286090",GradientType=0);
    background-repeat: repeat-x
}

.progress-bar-success {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#5cb85c),to(#449d44));
    background-image: linear-gradient(180deg,#5cb85c 0,#449d44);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c",endColorstr="#ff449d44",GradientType=0);
    background-repeat: repeat-x
}

.progress-bar-info {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#5bc0de),to(#31b0d5));
    background-image: linear-gradient(180deg,#5bc0de 0,#31b0d5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de",endColorstr="#ff31b0d5",GradientType=0);
    background-repeat: repeat-x
}

.progress-bar-warning {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f0ad4e),to(#ec971f));
    background-image: linear-gradient(180deg,#f0ad4e 0,#ec971f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e",endColorstr="#ffec971f",GradientType=0);
    background-repeat: repeat-x
}

.progress-bar-danger {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#d9534f),to(#c9302c));
    background-image: linear-gradient(180deg,#d9534f 0,#c9302c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f",endColorstr="#ffc9302c",GradientType=0);
    background-repeat: repeat-x
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075)
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    text-shadow: 0 -1px 0 #286090;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#337ab7),to(#2b669a));
    background-image: linear-gradient(180deg,#337ab7 0,#2b669a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7",endColorstr="#ff2b669a",GradientType=0);
    background-repeat: repeat-x;
    border-color: #2b669a
}

    .list-group-item.active .badge, .list-group-item.active:focus .badge, .list-group-item.active:hover .badge {
        text-shadow: none
    }

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05)
}

.panel-default > .panel-heading {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(180deg,#f5f5f5 0,#e8e8e8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5",endColorstr="#ffe8e8e8",GradientType=0);
    background-repeat: repeat-x
}

.panel-primary > .panel-heading {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#337ab7),to(#2e6da4));
    background-image: linear-gradient(180deg,#337ab7 0,#2e6da4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7",endColorstr="#ff2e6da4",GradientType=0);
    background-repeat: repeat-x
}

.panel-success > .panel-heading {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#dff0d8),to(#d0e9c6));
    background-image: linear-gradient(180deg,#dff0d8 0,#d0e9c6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8",endColorstr="#ffd0e9c6",GradientType=0);
    background-repeat: repeat-x
}

.panel-info > .panel-heading {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#d9edf7),to(#c4e3f3));
    background-image: linear-gradient(180deg,#d9edf7 0,#c4e3f3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7",endColorstr="#ffc4e3f3",GradientType=0);
    background-repeat: repeat-x
}

.panel-warning > .panel-heading {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fcf8e3),to(#faf2cc));
    background-image: linear-gradient(180deg,#fcf8e3 0,#faf2cc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3",endColorstr="#fffaf2cc",GradientType=0);
    background-repeat: repeat-x
}

.panel-danger > .panel-heading {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f2dede),to(#ebcccc));
    background-image: linear-gradient(180deg,#f2dede 0,#ebcccc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede",endColorstr="#ffebcccc",GradientType=0);
    background-repeat: repeat-x
}

.well {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e8e8e8),to(#f5f5f5));
    background-image: linear-gradient(180deg,#e8e8e8 0,#f5f5f5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe8e8e8",endColorstr="#fff5f5f5",GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 hsla(0,0%,100%,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 hsla(0,0%,100%,.1)
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-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 {
    margin: .67em 0;
    font-size: 2em
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

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 {
        padding: 0;
        border: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
        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-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield
    }

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

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td, th {
    padding: 0
}
/*!Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css*/

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-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
    }
}

@font-face {
    font-family: Glyphicons Halflings;
    src: url(../fonts/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1);
    src: url(../fonts/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff2?448c34a56d699c29117adc64c43affeb) format("woff2"),url(../fonts/glyphicons-halflings-regular.woff?fa2772327f55d8198301fdb8bcfc8158) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf?e18bbf611f2a2e43afc071aa2f4e1512) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg?89889688147bd7575d6327160d64e760#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "*"
}

.glyphicon-plus:before {
    content: "+"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20AC"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270F"
}

.glyphicon-glass:before {
    content: "\E001"
}

.glyphicon-music:before {
    content: "\E002"
}

.glyphicon-search:before {
    content: "\E003"
}

.glyphicon-heart:before {
    content: "\E005"
}

.glyphicon-star:before {
    content: "\E006"
}

.glyphicon-star-empty:before {
    content: "\E007"
}

.glyphicon-user:before {
    content: "\E008"
}

.glyphicon-film:before {
    content: "\E009"
}

.glyphicon-th-large:before {
    content: "\E010"
}

.glyphicon-th:before {
    content: "\E011"
}

.glyphicon-th-list:before {
    content: "\E012"
}

.glyphicon-ok:before {
    content: "\E013"
}

.glyphicon-remove:before {
    content: "\E014"
}

.glyphicon-zoom-in:before {
    content: "\E015"
}

.glyphicon-zoom-out:before {
    content: "\E016"
}

.glyphicon-off:before {
    content: "\E017"
}

.glyphicon-signal:before {
    content: "\E018"
}

.glyphicon-cog:before {
    content: "\E019"
}

.glyphicon-trash:before {
    content: "\E020"
}

.glyphicon-home:before {
    content: "\E021"
}

.glyphicon-file:before {
    content: "\E022"
}

.glyphicon-time:before {
    content: "\E023"
}

.glyphicon-road:before {
    content: "\E024"
}

.glyphicon-download-alt:before {
    content: "\E025"
}

.glyphicon-download:before {
    content: "\E026"
}

.glyphicon-upload:before {
    content: "\E027"
}

.glyphicon-inbox:before {
    content: "\E028"
}

.glyphicon-play-circle:before {
    content: "\E029"
}

.glyphicon-repeat:before {
    content: "\E030"
}

.glyphicon-refresh:before {
    content: "\E031"
}

.glyphicon-list-alt:before {
    content: "\E032"
}

.glyphicon-lock:before {
    content: "\E033"
}

.glyphicon-flag:before {
    content: "\E034"
}

.glyphicon-headphones:before {
    content: "\E035"
}

.glyphicon-volume-off:before {
    content: "\E036"
}

.glyphicon-volume-down:before {
    content: "\E037"
}

.glyphicon-volume-up:before {
    content: "\E038"
}

.glyphicon-qrcode:before {
    content: "\E039"
}

.glyphicon-barcode:before {
    content: "\E040"
}

.glyphicon-tag:before {
    content: "\E041"
}

.glyphicon-tags:before {
    content: "\E042"
}

.glyphicon-book:before {
    content: "\E043"
}

.glyphicon-bookmark:before {
    content: "\E044"
}

.glyphicon-print:before {
    content: "\E045"
}

.glyphicon-camera:before {
    content: "\E046"
}

.glyphicon-font:before {
    content: "\E047"
}

.glyphicon-bold:before {
    content: "\E048"
}

.glyphicon-italic:before {
    content: "\E049"
}

.glyphicon-text-height:before {
    content: "\E050"
}

.glyphicon-text-width:before {
    content: "\E051"
}

.glyphicon-align-left:before {
    content: "\E052"
}

.glyphicon-align-center:before {
    content: "\E053"
}

.glyphicon-align-right:before {
    content: "\E054"
}

.glyphicon-align-justify:before {
    content: "\E055"
}

.glyphicon-list:before {
    content: "\E056"
}

.glyphicon-indent-left:before {
    content: "\E057"
}

.glyphicon-indent-right:before {
    content: "\E058"
}

.glyphicon-facetime-video:before {
    content: "\E059"
}

.glyphicon-picture:before {
    content: "\E060"
}

.glyphicon-map-marker:before {
    content: "\E062"
}

.glyphicon-adjust:before {
    content: "\E063"
}

.glyphicon-tint:before {
    content: "\E064"
}

.glyphicon-edit:before {
    content: "\E065"
}

.glyphicon-share:before {
    content: "\E066"
}

.glyphicon-check:before {
    content: "\E067"
}

.glyphicon-move:before {
    content: "\E068"
}

.glyphicon-step-backward:before {
    content: "\E069"
}

.glyphicon-fast-backward:before {
    content: "\E070"
}

.glyphicon-backward:before {
    content: "\E071"
}

.glyphicon-play:before {
    content: "\E072"
}

.glyphicon-pause:before {
    content: "\E073"
}

.glyphicon-stop:before {
    content: "\E074"
}

.glyphicon-forward:before {
    content: "\E075"
}

.glyphicon-fast-forward:before {
    content: "\E076"
}

.glyphicon-step-forward:before {
    content: "\E077"
}

.glyphicon-eject:before {
    content: "\E078"
}

.glyphicon-chevron-left:before {
    content: "\E079"
}

.glyphicon-chevron-right:before {
    content: "\E080"
}

.glyphicon-plus-sign:before {
    content: "\E081"
}

.glyphicon-minus-sign:before {
    content: "\E082"
}

.glyphicon-remove-sign:before {
    content: "\E083"
}

.glyphicon-ok-sign:before {
    content: "\E084"
}

.glyphicon-question-sign:before {
    content: "\E085"
}

.glyphicon-info-sign:before {
    content: "\E086"
}

.glyphicon-screenshot:before {
    content: "\E087"
}

.glyphicon-remove-circle:before {
    content: "\E088"
}

.glyphicon-ok-circle:before {
    content: "\E089"
}

.glyphicon-ban-circle:before {
    content: "\E090"
}

.glyphicon-arrow-left:before {
    content: "\E091"
}

.glyphicon-arrow-right:before {
    content: "\E092"
}

.glyphicon-arrow-up:before {
    content: "\E093"
}

.glyphicon-arrow-down:before {
    content: "\E094"
}

.glyphicon-share-alt:before {
    content: "\E095"
}

.glyphicon-resize-full:before {
    content: "\E096"
}

.glyphicon-resize-small:before {
    content: "\E097"
}

.glyphicon-exclamation-sign:before {
    content: "\E101"
}

.glyphicon-gift:before {
    content: "\E102"
}

.glyphicon-leaf:before {
    content: "\E103"
}

.glyphicon-fire:before {
    content: "\E104"
}

.glyphicon-eye-open:before {
    content: "\E105"
}

.glyphicon-eye-close:before {
    content: "\E106"
}

.glyphicon-warning-sign:before {
    content: "\E107"
}

.glyphicon-plane:before {
    content: "\E108"
}

.glyphicon-calendar:before {
    content: "\E109"
}

.glyphicon-random:before {
    content: "\E110"
}

.glyphicon-comment:before {
    content: "\E111"
}

.glyphicon-magnet:before {
    content: "\E112"
}

.glyphicon-chevron-up:before {
    content: "\E113"
}

.glyphicon-chevron-down:before {
    content: "\E114"
}

.glyphicon-retweet:before {
    content: "\E115"
}

.glyphicon-shopping-cart:before {
    content: "\E116"
}

.glyphicon-folder-close:before {
    content: "\E117"
}

.glyphicon-folder-open:before {
    content: "\E118"
}

.glyphicon-resize-vertical:before {
    content: "\E119"
}

.glyphicon-resize-horizontal:before {
    content: "\E120"
}

.glyphicon-hdd:before {
    content: "\E121"
}

.glyphicon-bullhorn:before {
    content: "\E122"
}

.glyphicon-bell:before {
    content: "\E123"
}

.glyphicon-certificate:before {
    content: "\E124"
}

.glyphicon-thumbs-up:before {
    content: "\E125"
}

.glyphicon-thumbs-down:before {
    content: "\E126"
}

.glyphicon-hand-right:before {
    content: "\E127"
}

.glyphicon-hand-left:before {
    content: "\E128"
}

.glyphicon-hand-up:before {
    content: "\E129"
}

.glyphicon-hand-down:before {
    content: "\E130"
}

.glyphicon-circle-arrow-right:before {
    content: "\E131"
}

.glyphicon-circle-arrow-left:before {
    content: "\E132"
}

.glyphicon-circle-arrow-up:before {
    content: "\E133"
}

.glyphicon-circle-arrow-down:before {
    content: "\E134"
}

.glyphicon-globe:before {
    content: "\E135"
}

.glyphicon-wrench:before {
    content: "\E136"
}

.glyphicon-tasks:before {
    content: "\E137"
}

.glyphicon-filter:before {
    content: "\E138"
}

.glyphicon-briefcase:before {
    content: "\E139"
}

.glyphicon-fullscreen:before {
    content: "\E140"
}

.glyphicon-dashboard:before {
    content: "\E141"
}

.glyphicon-paperclip:before {
    content: "\E142"
}

.glyphicon-heart-empty:before {
    content: "\E143"
}

.glyphicon-link:before {
    content: "\E144"
}

.glyphicon-phone:before {
    content: "\E145"
}

.glyphicon-pushpin:before {
    content: "\E146"
}

.glyphicon-usd:before {
    content: "\E148"
}

.glyphicon-gbp:before {
    content: "\E149"
}

.glyphicon-sort:before {
    content: "\E150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\E151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\E152"
}

.glyphicon-sort-by-order:before {
    content: "\E153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\E154"
}

.glyphicon-sort-by-attributes:before {
    content: "\E155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\E156"
}

.glyphicon-unchecked:before {
    content: "\E157"
}

.glyphicon-expand:before {
    content: "\E158"
}

.glyphicon-collapse-down:before {
    content: "\E159"
}

.glyphicon-collapse-up:before {
    content: "\E160"
}

.glyphicon-log-in:before {
    content: "\E161"
}

.glyphicon-flash:before {
    content: "\E162"
}

.glyphicon-log-out:before {
    content: "\E163"
}

.glyphicon-new-window:before {
    content: "\E164"
}

.glyphicon-record:before {
    content: "\E165"
}

.glyphicon-save:before {
    content: "\E166"
}

.glyphicon-open:before {
    content: "\E167"
}

.glyphicon-saved:before {
    content: "\E168"
}

.glyphicon-import:before {
    content: "\E169"
}

.glyphicon-export:before {
    content: "\E170"
}

.glyphicon-send:before {
    content: "\E171"
}

.glyphicon-floppy-disk:before {
    content: "\E172"
}

.glyphicon-floppy-saved:before {
    content: "\E173"
}

.glyphicon-floppy-remove:before {
    content: "\E174"
}

.glyphicon-floppy-save:before {
    content: "\E175"
}

.glyphicon-floppy-open:before {
    content: "\E176"
}

.glyphicon-credit-card:before {
    content: "\E177"
}

.glyphicon-transfer:before {
    content: "\E178"
}

.glyphicon-cutlery:before {
    content: "\E179"
}

.glyphicon-header:before {
    content: "\E180"
}

.glyphicon-compressed:before {
    content: "\E181"
}

.glyphicon-earphone:before {
    content: "\E182"
}

.glyphicon-phone-alt:before {
    content: "\E183"
}

.glyphicon-tower:before {
    content: "\E184"
}

.glyphicon-stats:before {
    content: "\E185"
}

.glyphicon-sd-video:before {
    content: "\E186"
}

.glyphicon-hd-video:before {
    content: "\E187"
}

.glyphicon-subtitles:before {
    content: "\E188"
}

.glyphicon-sound-stereo:before {
    content: "\E189"
}

.glyphicon-sound-dolby:before {
    content: "\E190"
}

.glyphicon-sound-5-1:before {
    content: "\E191"
}

.glyphicon-sound-6-1:before {
    content: "\E192"
}

.glyphicon-sound-7-1:before {
    content: "\E193"
}

.glyphicon-copyright-mark:before {
    content: "\E194"
}

.glyphicon-registration-mark:before {
    content: "\E195"
}

.glyphicon-cloud-download:before {
    content: "\E197"
}

.glyphicon-cloud-upload:before {
    content: "\E198"
}

.glyphicon-tree-conifer:before {
    content: "\E199"
}

.glyphicon-tree-deciduous:before {
    content: "\E200"
}

.glyphicon-cd:before {
    content: "\E201"
}

.glyphicon-save-file:before {
    content: "\E202"
}

.glyphicon-open-file:before {
    content: "\E203"
}

.glyphicon-level-up:before {
    content: "\E204"
}

.glyphicon-copy:before {
    content: "\E205"
}

.glyphicon-paste:before {
    content: "\E206"
}

.glyphicon-alert:before {
    content: "\E209"
}

.glyphicon-equalizer:before {
    content: "\E210"
}

.glyphicon-king:before {
    content: "\E211"
}

.glyphicon-queen:before {
    content: "\E212"
}

.glyphicon-pawn:before {
    content: "\E213"
}

.glyphicon-bishop:before {
    content: "\E214"
}

.glyphicon-knight:before {
    content: "\E215"
}

.glyphicon-baby-formula:before {
    content: "\E216"
}

.glyphicon-tent:before {
    content: "\26FA"
}

.glyphicon-blackboard:before {
    content: "\E218"
}

.glyphicon-bed:before {
    content: "\E219"
}

.glyphicon-apple:before {
    content: "\F8FF"
}

.glyphicon-erase:before {
    content: "\E221"
}

.glyphicon-hourglass:before {
    content: "\231B"
}

.glyphicon-lamp:before {
    content: "\E223"
}

.glyphicon-duplicate:before {
    content: "\E224"
}

.glyphicon-piggy-bank:before {
    content: "\E225"
}

.glyphicon-scissors:before {
    content: "\E226"
}

.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before {
    content: "\E227"
}

.glyphicon-jpy:before, .glyphicon-yen:before {
    content: "\A5"
}

.glyphicon-rub:before, .glyphicon-ruble:before {
    content: "\20BD"
}

.glyphicon-scale:before {
    content: "\E230"
}

.glyphicon-ice-lolly:before {
    content: "\E231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\E232"
}

.glyphicon-education:before {
    content: "\E233"
}

.glyphicon-option-horizontal:before {
    content: "\E234"
}

.glyphicon-option-vertical:before {
    content: "\E235"
}

.glyphicon-menu-hamburger:before {
    content: "\E236"
}

.glyphicon-modal-window:before {
    content: "\E237"
}

.glyphicon-oil:before {
    content: "\E238"
}

.glyphicon-grain:before {
    content: "\E239"
}

.glyphicon-sunglasses:before {
    content: "\E240"
}

.glyphicon-text-size:before {
    content: "\E241"
}

.glyphicon-text-color:before {
    content: "\E242"
}

.glyphicon-text-background:before {
    content: "\E243"
}

.glyphicon-object-align-top:before {
    content: "\E244"
}

.glyphicon-object-align-bottom:before {
    content: "\E245"
}

.glyphicon-object-align-horizontal:before {
    content: "\E246"
}

.glyphicon-object-align-left:before {
    content: "\E247"
}

.glyphicon-object-align-vertical:before {
    content: "\E248"
}

.glyphicon-object-align-right:before {
    content: "\E249"
}

.glyphicon-triangle-right:before {
    content: "\E250"
}

.glyphicon-triangle-left:before {
    content: "\E251"
}

.glyphicon-triangle-bottom:before {
    content: "\E252"
}

.glyphicon-triangle-top:before {
    content: "\E253"
}

.glyphicon-console:before {
    content: "\E254"
}

.glyphicon-superscript:before {
    content: "\E255"
}

.glyphicon-subscript:before {
    content: "\E256"
}

.glyphicon-menu-left:before {
    content: "\E257"
}

.glyphicon-menu-right:before {
    content: "\E258"
}

.glyphicon-menu-down:before {
    content: "\E259"
}

.glyphicon-menu-up:before {
    content: "\E260"
}

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

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

body {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
  /*  background: rgb(15,6,0);
    background: -moz-linear-gradient(90deg, rgba(15,6,0,1) 0%, rgba(227,227,227,1) 100%, rgba(130,130,130,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(15,6,0,1) 0%, rgba(227,227,227,1) 100%, rgba(130,130,130,1) 100%);
    background: linear-gradient(90deg, rgba(15,6,0,1) 0%, rgba(227,227,227,1) 100%, rgba(130,130,130,1) 100%);*/
        background:#282828;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f0600",endColorstr="#828282",GradientType=1);
}
 .gengduo
       {
           color: #eeeded;
           border: 2px solid #eeeded;
       }
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: underline
    }

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

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

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

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%
    }

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

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

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: "\2014   \A0"
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: ""
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: "\A0   \2014"
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

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

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

code, kbd {
    padding: 2px 4px;
    font-size: 90%
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

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

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    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 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

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

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    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-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

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

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

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

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

    .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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        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-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        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
}

caption, 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;
        border-top: 1px solid #ddd
    }

    .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;
    display: table-column;
    float: none
}

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

.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 {
    min-height: .01%;
    overflow-x: auto
}

@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 {
    min-width: 0;
    margin: 0
}

fieldset, legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    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;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    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: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control, output {
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    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 .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

    .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::-ms-expand {
        background-color: transparent;
        border: 0
    }

    .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-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
        position: absolute;
        margin-top: 4px\9;
        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;
    font-weight: 400;
    vertical-align: middle;
    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-inline, fieldset[disabled] .checkbox label, fieldset[disabled] .radio-inline, fieldset[disabled] .radio label, 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 {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 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.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio 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;
    background-color: #dff0d8;
    border-color: #3c763d
}

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

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio 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;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

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

.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio 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;
    background-color: #f2dede;
    border-color: #a94442
}

.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 {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

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

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

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

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

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

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

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

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

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

    .btn.active, .btn:active {
        background-image: none;
        outline: 0;
        -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;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65
    }

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.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, 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.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, 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.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, 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.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, 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.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, 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.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, 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 {
    font-weight: 400;
    color: #337ab7;
    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: underline;
                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;
    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-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    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;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    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)
}

    .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 {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5
        }

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

    .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;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
        }

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

.open > a {
    outline: 0
}

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

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

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

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

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

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

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

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

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

.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-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-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-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

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

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

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

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 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;
    border-bottom-width: 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-left-radius: 4px;
        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-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .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-left-radius: 0;
        border-top-right-radius: 0
    }

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

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

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

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .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-right: 0;
        padding-left: 0
    }

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

        .input-group .form-control:focus {
            z-index: 3
        }

.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-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control: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-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), .input-group .form-control:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

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

    .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, .input-group .form-control:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

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

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

    .input-group-btn, .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 {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

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

        .nav > li > a {
            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;
                cursor: not-allowed;
                background-color: transparent
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        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: #eee #eee #ddd
            }

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

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

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

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

        .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 {
            margin-bottom: 5px;
            text-align: center
        }

    .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-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media(min-width:1024px) {
    .navbar {
        border-radius: 0
    }
}

@media(min-width:1025px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1);
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1)
}

    .navbar-collapse.in {
        overflow-y: auto
    }

@media(min-width:1025px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 340px
    }
}

@media(max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }

@media(min-width:768px) {
    .navbar > .container-fluid .navbar-brand, .navbar > .container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media(min-width:1025px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none
            }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px
            }
}

.navbar-form {
    padding: 10px 15px;
    margin: 8px -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1)
}

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

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

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

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

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

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

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

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

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

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

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

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media(min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

    .navbar-default .navbar-brand {
        color: #777
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
        color: #777
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ddd
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

    .navbar-default .navbar-link:hover {
        color: #333
    }

.navbar-default .btn-link {
    color: #777
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #333
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #080808
    }

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.navbar-inverse .btn-link {
    color: #9d9d9d
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444
    }

.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 {
            padding: 0 5px;
            color: #ccc;
            content: "/\A0"
        }

    .breadcrumb > .active {
        color: #777
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7
    }

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

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

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

    .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;
        cursor: not-allowed;
        background-color: #fff
    }

.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;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    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;
    background-color: #eee
}

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

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

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

.container-fluid .jumbotron, .container .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

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

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

    .container-fluid .jumbotron, .container .jumbotron {
        padding-right: 60px;
        padding-left: 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;
    transition: border .2s ease-in-out
}

    .thumbnail > img, .thumbnail a > img {
        margin-right: auto;
        margin-left: 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 {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        background-position: 0 0
    }
}

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

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    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;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-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: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

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

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

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

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

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

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.media {
    margin-top: 15px
}

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

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

.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 {
    padding-left: 0;
    margin-bottom: 20px
}

.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-left-radius: 4px;
        border-top-right-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 {
        color: #555;
        text-decoration: none;
        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 {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

    .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
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle, .panel-title {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

    .panel > .panel-collapse > .table caption, .panel > .table-responsive > .table caption, .panel > .table caption {
        padding-right: 15px;
        padding-left: 15px
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
            border-top-left-radius: 3px
        }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
            border-top-right-radius: 3px
        }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
            border-bottom-left-radius: 3px
        }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
            border-bottom-right-radius: 3px
        }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0
    }

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

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

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

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

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #337ab7
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.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;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 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;
    filter: alpha(opacity=20);
    opacity: .2
}

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

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

.modal, .modal-open {
    overflow: hidden
}

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

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out;
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0);
        transform: translate(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;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

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

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

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

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

    .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-bottom: 0;
        margin-left: 5px
    }

    .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: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

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

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

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

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

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

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    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: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    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);
    line-break: auto
}

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

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

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

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

.popover-title {
    padding: 8px 14px;
    margin: 0;
    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 {
        content: "";
        border-width: 10px
    }

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

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

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

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

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

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        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 {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff
    }

.carousel, .carousel-inner {
    position: relative
}

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

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

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

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

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

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

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                left: 0;
                -webkit-transform: translateZ(0);
                transform: translateZ(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;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: .5
}

    .carousel-control.left {
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(90deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);
        background-repeat: repeat-x
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(90deg,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
        background-repeat: repeat-x
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px
    }

    .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;
        font-family: serif;
        line-height: 1
    }

        .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%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 10px
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    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: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 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, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: 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
}

.hidden {
    display: none !important
}

.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-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
    }
}

.visible-print {
    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
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}
/*!* Datetimepicker for Bootstrap v3
//! version : 3.1.3
* https://github.com/Eonasdan/bootstrap-datetimepicker/*/

.bootstrap-datetimepicker-widget {
    top: 0;
    left: 0;
    width: 250px;
    padding: 4px;
    margin-top: 1px;
    z-index: 99999 !important;
    border-radius: 4px
}

    .bootstrap-datetimepicker-widget.timepicker-sbs {
        width: 600px
    }

    .bootstrap-datetimepicker-widget.bottom:before {
        content: "";
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0,0,0,.2);
        position: absolute;
        top: -7px;
        left: 7px
    }

    .bootstrap-datetimepicker-widget.bottom:after {
        content: "";
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        position: absolute;
        top: -6px;
        left: 8px
    }

    .bootstrap-datetimepicker-widget.top:before {
        content: "";
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #ccc;
        border-top-color: rgba(0,0,0,.2);
        position: absolute;
        bottom: -7px;
        left: 6px
    }

    .bootstrap-datetimepicker-widget.top:after {
        content: "";
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #fff;
        position: absolute;
        bottom: -6px;
        left: 7px
    }

    .bootstrap-datetimepicker-widget .dow {
        width: 14.2857%
    }

    .bootstrap-datetimepicker-widget.pull-right:before {
        left: auto;
        right: 6px
    }

    .bootstrap-datetimepicker-widget.pull-right:after {
        left: auto;
        right: 7px
    }

    .bootstrap-datetimepicker-widget > ul {
        list-style-type: none;
        margin: 0
    }

    .bootstrap-datetimepicker-widget a[data-action] {
        padding: 6px 0
    }

        .bootstrap-datetimepicker-widget a[data-action]:active {
            -webkit-box-shadow: none;
            box-shadow: none
        }

    .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
        width: 54px;
        font-weight: 700;
        font-size: 1.2em;
        margin: 0
    }

    .bootstrap-datetimepicker-widget button[data-action] {
        padding: 6px
    }

    .bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
        width: 4px;
        padding: 0;
        margin: 0
    }

    .bootstrap-datetimepicker-widget .datepicker > div {
        display: none
    }

    .bootstrap-datetimepicker-widget .picker-switch {
        text-align: center
    }

    .bootstrap-datetimepicker-widget table {
        width: 100%;
        margin: 0
    }

    .bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
        text-align: center;
        border-radius: 4px
    }

    .bootstrap-datetimepicker-widget td {
        height: 54px;
        line-height: 54px;
        width: 54px
    }

        .bootstrap-datetimepicker-widget td.cw {
            font-size: 10px;
            height: 20px;
            line-height: 20px;
            color: #777
        }

        .bootstrap-datetimepicker-widget td.day {
            height: 20px;
            line-height: 20px;
            width: 20px
        }

            .bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover {
                background: #eee;
                cursor: pointer
            }

        .bootstrap-datetimepicker-widget td.new, .bootstrap-datetimepicker-widget td.old {
            color: #777
        }

        .bootstrap-datetimepicker-widget td.today {
            position: relative
        }

            .bootstrap-datetimepicker-widget td.today:before {
                content: "";
                display: inline-block;
                border-left: 7px solid transparent;
                border-bottom: 7px solid #428bca;
                border-top-color: rgba(0,0,0,.2);
                position: absolute;
                bottom: 4px;
                right: 4px
            }

        .bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
            background-color: #428bca;
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0,0,0,.25)
        }

            .bootstrap-datetimepicker-widget td.active.today:before {
                border-bottom-color: #fff
            }

        .bootstrap-datetimepicker-widget td.disabled, .bootstrap-datetimepicker-widget td.disabled:hover {
            background: 0 0;
            color: #777;
            cursor: not-allowed
        }

        .bootstrap-datetimepicker-widget td span {
            display: inline-block;
            width: 54px;
            height: 54px;
            line-height: 54px;
            margin: 2px 1.5px;
            cursor: pointer;
            border-radius: 4px
        }

            .bootstrap-datetimepicker-widget td span:hover {
                background: #eee
            }

            .bootstrap-datetimepicker-widget td span.active {
                background-color: #428bca;
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0,0,0,.25)
            }

            .bootstrap-datetimepicker-widget td span.old {
                color: #777
            }

            .bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover {
                background: 0 0;
                color: #777;
                cursor: not-allowed
            }

    .bootstrap-datetimepicker-widget th {
        height: 20px;
        line-height: 20px;
        width: 20px
    }

        .bootstrap-datetimepicker-widget th.picker-switch {
            width: 145px
        }

        .bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev {
            font-size: 21px
        }

        .bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover {
            background: 0 0;
            color: #777;
            cursor: not-allowed
        }

    .bootstrap-datetimepicker-widget thead tr:first-child th {
        cursor: pointer
    }

        .bootstrap-datetimepicker-widget thead tr:first-child th:hover {
            background: #eee
        }

.input-group.date .input-group-addon span {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.bootstrap-datetimepicker-widget.left-oriented:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.left-oriented:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
    padding: 0 !important
}

@media screen and (max-width:767px) {
    .bootstrap-datetimepicker-widget.timepicker-sbs {
        width: 283px
    }
}
/*!* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)*/

@font-face {
    font-family: FontAwesome;
    src: url(/fonts/vendor/font-awesome-sass/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);
    src: url(/fonts/vendor/font-awesome-sass/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"),url(/fonts/vendor/font-awesome-sass/font-awesome/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"),url(/fonts/vendor/font-awesome-sass/font-awesome/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"),url(/fonts/vendor/font-awesome-sass/font-awesome/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\F000"
}

.fa-music:before {
    content: "\F001"
}

.fa-search:before {
    content: "\F002"
}

.fa-envelope-o:before {
    content: "\F003"
}

.fa-heart:before {
    content: "\F004"
}

.fa-star:before {
    content: "\F005"
}

.fa-star-o:before {
    content: "\F006"
}

.fa-user:before {
    content: "\F007"
}

.fa-film:before {
    content: "\F008"
}

.fa-th-large:before {
    content: "\F009"
}

.fa-th:before {
    content: "\F00A"
}

.fa-th-list:before {
    content: "\F00B"
}

.fa-check:before {
    content: "\F00C"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\F00D"
}

.fa-search-plus:before {
    content: "\F00E"
}

.fa-search-minus:before {
    content: "\F010"
}

.fa-power-off:before {
    content: "\F011"
}

.fa-signal:before {
    content: "\F012"
}

.fa-cog:before, .fa-gear:before {
    content: "\F013"
}

.fa-trash-o:before {
    content: "\F014"
}

.fa-home:before {
    content: "\F015"
}

.fa-file-o:before {
    content: "\F016"
}

.fa-clock-o:before {
    content: "\F017"
}

.fa-road:before {
    content: "\F018"
}

.fa-download:before {
    content: "\F019"
}

.fa-arrow-circle-o-down:before {
    content: "\F01A"
}

.fa-arrow-circle-o-up:before {
    content: "\F01B"
}

.fa-inbox:before {
    content: "\F01C"
}

.fa-play-circle-o:before {
    content: "\F01D"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\F01E"
}

.fa-refresh:before {
    content: "\F021"
}

.fa-list-alt:before {
    content: "\F022"
}

.fa-lock:before {
    content: "\F023"
}

.fa-flag:before {
    content: "\F024"
}

.fa-headphones:before {
    content: "\F025"
}

.fa-volume-off:before {
    content: "\F026"
}

.fa-volume-down:before {
    content: "\F027"
}

.fa-volume-up:before {
    content: "\F028"
}

.fa-qrcode:before {
    content: "\F029"
}

.fa-barcode:before {
    content: "\F02A"
}

.fa-tag:before {
    content: "\F02B"
}

.fa-tags:before {
    content: "\F02C"
}

.fa-book:before {
    content: "\F02D"
}

.fa-bookmark:before {
    content: "\F02E"
}

.fa-print:before {
    content: "\F02F"
}

.fa-camera:before {
    content: "\F030"
}

.fa-font:before {
    content: "\F031"
}

.fa-bold:before {
    content: "\F032"
}

.fa-italic:before {
    content: "\F033"
}

.fa-text-height:before {
    content: "\F034"
}

.fa-text-width:before {
    content: "\F035"
}

.fa-align-left:before {
    content: "\F036"
}

.fa-align-center:before {
    content: "\F037"
}

.fa-align-right:before {
    content: "\F038"
}

.fa-align-justify:before {
    content: "\F039"
}

.fa-list:before {
    content: "\F03A"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\F03B"
}

.fa-indent:before {
    content: "\F03C"
}

.fa-video-camera:before {
    content: "\F03D"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\F03E"
}

.fa-pencil:before {
    content: "\F040"
}

.fa-map-marker:before {
    content: "\F041"
}

.fa-adjust:before {
    content: "\F042"
}

.fa-tint:before {
    content: "\F043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\F044"
}

.fa-share-square-o:before {
    content: "\F045"
}

.fa-check-square-o:before {
    content: "\F046"
}

.fa-arrows:before {
    content: "\F047"
}

.fa-step-backward:before {
    content: "\F048"
}

.fa-fast-backward:before {
    content: "\F049"
}

.fa-backward:before {
    content: "\F04A"
}

.fa-play:before {
    content: "\F04B"
}

.fa-pause:before {
    content: "\F04C"
}

.fa-stop:before {
    content: "\F04D"
}

.fa-forward:before {
    content: "\F04E"
}

.fa-fast-forward:before {
    content: "\F050"
}

.fa-step-forward:before {
    content: "\F051"
}

.fa-eject:before {
    content: "\F052"
}

.fa-chevron-left:before {
    content: "\F053"
}

.fa-chevron-right:before {
    content: "\F054"
}

.fa-plus-circle:before {
    content: "\F055"
}

.fa-minus-circle:before {
    content: "\F056"
}

.fa-times-circle:before {
    content: "\F057"
}

.fa-check-circle:before {
    content: "\F058"
}

.fa-question-circle:before {
    content: "\F059"
}

.fa-info-circle:before {
    content: "\F05A"
}

.fa-crosshairs:before {
    content: "\F05B"
}

.fa-times-circle-o:before {
    content: "\F05C"
}

.fa-check-circle-o:before {
    content: "\F05D"
}

.fa-ban:before {
    content: "\F05E"
}

.fa-arrow-left:before {
    content: "\F060"
}

.fa-arrow-right:before {
    content: "\F061"
}

.fa-arrow-up:before {
    content: "\F062"
}

.fa-arrow-down:before {
    content: "\F063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\F064"
}

.fa-expand:before {
    content: "\F065"
}

.fa-compress:before {
    content: "\F066"
}

.fa-plus:before {
    content: "\F067"
}

.fa-minus:before {
    content: "\F068"
}

.fa-asterisk:before {
    content: "\F069"
}

.fa-exclamation-circle:before {
    content: "\F06A"
}

.fa-gift:before {
    content: "\F06B"
}

.fa-leaf:before {
    content: "\F06C"
}

.fa-fire:before {
    content: "\F06D"
}

.fa-eye:before {
    content: "\F06E"
}

.fa-eye-slash:before {
    content: "\F070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\F071"
}

.fa-plane:before {
    content: "\F072"
}

.fa-calendar:before {
    content: "\F073"
}

.fa-random:before {
    content: "\F074"
}

.fa-comment:before {
    content: "\F075"
}

.fa-magnet:before {
    content: "\F076"
}

.fa-chevron-up:before {
    content: "\F077"
}

.fa-chevron-down:before {
    content: "\F078"
}

.fa-retweet:before {
    content: "\F079"
}

.fa-shopping-cart:before {
    content: "\F07A"
}

.fa-folder:before {
    content: "\F07B"
}

.fa-folder-open:before {
    content: "\F07C"
}

.fa-arrows-v:before {
    content: "\F07D"
}

.fa-arrows-h:before {
    content: "\F07E"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\F080"
}

.fa-twitter-square:before {
    content: "\F081"
}

.fa-facebook-square:before {
    content: "\F082"
}

.fa-camera-retro:before {
    content: "\F083"
}

.fa-key:before {
    content: "\F084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\F085"
}

.fa-comments:before {
    content: "\F086"
}

.fa-thumbs-o-up:before {
    content: "\F087"
}

.fa-thumbs-o-down:before {
    content: "\F088"
}

.fa-star-half:before {
    content: "\F089"
}

.fa-heart-o:before {
    content: "\F08A"
}

.fa-sign-out:before {
    content: "\F08B"
}

.fa-linkedin-square:before {
    content: "\F08C"
}

.fa-thumb-tack:before {
    content: "\F08D"
}

.fa-external-link:before {
    content: "\F08E"
}

.fa-sign-in:before {
    content: "\F090"
}

.fa-trophy:before {
    content: "\F091"
}

.fa-github-square:before {
    content: "\F092"
}

.fa-upload:before {
    content: "\F093"
}

.fa-lemon-o:before {
    content: "\F094"
}

.fa-phone:before {
    content: "\F095"
}

.fa-square-o:before {
    content: "\F096"
}

.fa-bookmark-o:before {
    content: "\F097"
}

.fa-phone-square:before {
    content: "\F098"
}

.fa-twitter:before {
    content: "\F099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\F09A"
}

.fa-github:before {
    content: "\F09B"
}

.fa-unlock:before {
    content: "\F09C"
}

.fa-credit-card:before {
    content: "\F09D"
}

.fa-feed:before, .fa-rss:before {
    content: "\F09E"
}

.fa-hdd-o:before {
    content: "\F0A0"
}

.fa-bullhorn:before {
    content: "\F0A1"
}

.fa-bell:before {
    content: "\F0F3"
}

.fa-certificate:before {
    content: "\F0A3"
}

.fa-hand-o-right:before {
    content: "\F0A4"
}

.fa-hand-o-left:before {
    content: "\F0A5"
}

.fa-hand-o-up:before {
    content: "\F0A6"
}

.fa-hand-o-down:before {
    content: "\F0A7"
}

.fa-arrow-circle-left:before {
    content: "\F0A8"
}

.fa-arrow-circle-right:before {
    content: "\F0A9"
}

.fa-arrow-circle-up:before {
    content: "\F0AA"
}

.fa-arrow-circle-down:before {
    content: "\F0AB"
}

.fa-globe:before {
    content: "\F0AC"
}

.fa-wrench:before {
    content: "\F0AD"
}

.fa-tasks:before {
    content: "\F0AE"
}

.fa-filter:before {
    content: "\F0B0"
}

.fa-briefcase:before {
    content: "\F0B1"
}

.fa-arrows-alt:before {
    content: "\F0B2"
}

.fa-group:before, .fa-users:before {
    content: "\F0C0"
}

.fa-chain:before, .fa-link:before {
    content: "\F0C1"
}

.fa-cloud:before {
    content: "\F0C2"
}

.fa-flask:before {
    content: "\F0C3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\F0C4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\F0C5"
}

.fa-paperclip:before {
    content: "\F0C6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\F0C7"
}

.fa-square:before {
    content: "\F0C8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\F0C9"
}

.fa-list-ul:before {
    content: "\F0CA"
}

.fa-list-ol:before {
    content: "\F0CB"
}

.fa-strikethrough:before {
    content: "\F0CC"
}

.fa-underline:before {
    content: "\F0CD"
}

.fa-table:before {
    content: "\F0CE"
}

.fa-magic:before {
    content: "\F0D0"
}

.fa-truck:before {
    content: "\F0D1"
}

.fa-pinterest:before {
    content: "\F0D2"
}

.fa-pinterest-square:before {
    content: "\F0D3"
}

.fa-google-plus-square:before {
    content: "\F0D4"
}

.fa-google-plus:before {
    content: "\F0D5"
}

.fa-money:before {
    content: "\F0D6"
}

.fa-caret-down:before {
    content: "\F0D7"
}

.fa-caret-up:before {
    content: "\F0D8"
}

.fa-caret-left:before {
    content: "\F0D9"
}

.fa-caret-right:before {
    content: "\F0DA"
}

.fa-columns:before {
    content: "\F0DB"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\F0DC"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\F0DD"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\F0DE"
}

.fa-envelope:before {
    content: "\F0E0"
}

.fa-linkedin:before {
    content: "\F0E1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\F0E2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\F0E3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\F0E4"
}

.fa-comment-o:before {
    content: "\F0E5"
}

.fa-comments-o:before {
    content: "\F0E6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\F0E7"
}

.fa-sitemap:before {
    content: "\F0E8"
}

.fa-umbrella:before {
    content: "\F0E9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\F0EA"
}

.fa-lightbulb-o:before {
    content: "\F0EB"
}

.fa-exchange:before {
    content: "\F0EC"
}

.fa-cloud-download:before {
    content: "\F0ED"
}

.fa-cloud-upload:before {
    content: "\F0EE"
}

.fa-user-md:before {
    content: "\F0F0"
}

.fa-stethoscope:before {
    content: "\F0F1"
}

.fa-suitcase:before {
    content: "\F0F2"
}

.fa-bell-o:before {
    content: "\F0A2"
}

.fa-coffee:before {
    content: "\F0F4"
}

.fa-cutlery:before {
    content: "\F0F5"
}

.fa-file-text-o:before {
    content: "\F0F6"
}

.fa-building-o:before {
    content: "\F0F7"
}

.fa-hospital-o:before {
    content: "\F0F8"
}

.fa-ambulance:before {
    content: "\F0F9"
}

.fa-medkit:before {
    content: "\F0FA"
}

.fa-fighter-jet:before {
    content: "\F0FB"
}

.fa-beer:before {
    content: "\F0FC"
}

.fa-h-square:before {
    content: "\F0FD"
}

.fa-plus-square:before {
    content: "\F0FE"
}

.fa-angle-double-left:before {
    content: "\F100"
}

.fa-angle-double-right:before {
    content: "\F101"
}

.fa-angle-double-up:before {
    content: "\F102"
}

.fa-angle-double-down:before {
    content: "\F103"
}

.fa-angle-left:before {
    content: "\F104"
}

.fa-angle-right:before {
    content: "\F105"
}

.fa-angle-up:before {
    content: "\F106"
}

.fa-angle-down:before {
    content: "\F107"
}

.fa-desktop:before {
    content: "\F108"
}

.fa-laptop:before {
    content: "\F109"
}

.fa-tablet:before {
    content: "\F10A"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\F10B"
}

.fa-circle-o:before {
    content: "\F10C"
}

.fa-quote-left:before {
    content: "\F10D"
}

.fa-quote-right:before {
    content: "\F10E"
}

.fa-spinner:before {
    content: "\F110"
}

.fa-circle:before {
    content: "\F111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\F112"
}

.fa-github-alt:before {
    content: "\F113"
}

.fa-folder-o:before {
    content: "\F114"
}

.fa-folder-open-o:before {
    content: "\F115"
}

.fa-smile-o:before {
    content: "\F118"
}

.fa-frown-o:before {
    content: "\F119"
}

.fa-meh-o:before {
    content: "\F11A"
}

.fa-gamepad:before {
    content: "\F11B"
}

.fa-keyboard-o:before {
    content: "\F11C"
}

.fa-flag-o:before {
    content: "\F11D"
}

.fa-flag-checkered:before {
    content: "\F11E"
}

.fa-terminal:before {
    content: "\F120"
}

.fa-code:before {
    content: "\F121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\F122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\F123"
}

.fa-location-arrow:before {
    content: "\F124"
}

.fa-crop:before {
    content: "\F125"
}

.fa-code-fork:before {
    content: "\F126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\F127"
}

.fa-question:before {
    content: "\F128"
}

.fa-info:before {
    content: "\F129"
}

.fa-exclamation:before {
    content: "\F12A"
}

.fa-superscript:before {
    content: "\F12B"
}

.fa-subscript:before {
    content: "\F12C"
}

.fa-eraser:before {
    content: "\F12D"
}

.fa-puzzle-piece:before {
    content: "\F12E"
}

.fa-microphone:before {
    content: "\F130"
}

.fa-microphone-slash:before {
    content: "\F131"
}

.fa-shield:before {
    content: "\F132"
}

.fa-calendar-o:before {
    content: "\F133"
}

.fa-fire-extinguisher:before {
    content: "\F134"
}

.fa-rocket:before {
    content: "\F135"
}

.fa-maxcdn:before {
    content: "\F136"
}

.fa-chevron-circle-left:before {
    content: "\F137"
}

.fa-chevron-circle-right:before {
    content: "\F138"
}

.fa-chevron-circle-up:before {
    content: "\F139"
}

.fa-chevron-circle-down:before {
    content: "\F13A"
}

.fa-html5:before {
    content: "\F13B"
}

.fa-css3:before {
    content: "\F13C"
}

.fa-anchor:before {
    content: "\F13D"
}

.fa-unlock-alt:before {
    content: "\F13E"
}

.fa-bullseye:before {
    content: "\F140"
}

.fa-ellipsis-h:before {
    content: "\F141"
}

.fa-ellipsis-v:before {
    content: "\F142"
}

.fa-rss-square:before {
    content: "\F143"
}

.fa-play-circle:before {
    content: "\F144"
}

.fa-ticket:before {
    content: "\F145"
}

.fa-minus-square:before {
    content: "\F146"
}

.fa-minus-square-o:before {
    content: "\F147"
}

.fa-level-up:before {
    content: "\F148"
}

.fa-level-down:before {
    content: "\F149"
}

.fa-check-square:before {
    content: "\F14A"
}

.fa-pencil-square:before {
    content: "\F14B"
}

.fa-external-link-square:before {
    content: "\F14C"
}

.fa-share-square:before {
    content: "\F14D"
}

.fa-compass:before {
    content: "\F14E"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\F150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\F151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\F152"
}

.fa-eur:before, .fa-euro:before {
    content: "\F153"
}

.fa-gbp:before {
    content: "\F154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\F155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\F156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\F157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\F158"
}

.fa-krw:before, .fa-won:before {
    content: "\F159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\F15A"
}

.fa-file:before {
    content: "\F15B"
}

.fa-file-text:before {
    content: "\F15C"
}

.fa-sort-alpha-asc:before {
    content: "\F15D"
}

.fa-sort-alpha-desc:before {
    content: "\F15E"
}

.fa-sort-amount-asc:before {
    content: "\F160"
}

.fa-sort-amount-desc:before {
    content: "\F161"
}

.fa-sort-numeric-asc:before {
    content: "\F162"
}

.fa-sort-numeric-desc:before {
    content: "\F163"
}

.fa-thumbs-up:before {
    content: "\F164"
}

.fa-thumbs-down:before {
    content: "\F165"
}

.fa-youtube-square:before {
    content: "\F166"
}

.fa-youtube:before {
    content: "\F167"
}

.fa-xing:before {
    content: "\F168"
}

.fa-xing-square:before {
    content: "\F169"
}

.fa-youtube-play:before {
    content: "\F16A"
}

.fa-dropbox:before {
    content: "\F16B"
}

.fa-stack-overflow:before {
    content: "\F16C"
}

.fa-instagram:before {
    content: "\F16D"
}

.fa-flickr:before {
    content: "\F16E"
}

.fa-adn:before {
    content: "\F170"
}

.fa-bitbucket:before {
    content: "\F171"
}

.fa-bitbucket-square:before {
    content: "\F172"
}

.fa-tumblr:before {
    content: "\F173"
}

.fa-tumblr-square:before {
    content: "\F174"
}

.fa-long-arrow-down:before {
    content: "\F175"
}

.fa-long-arrow-up:before {
    content: "\F176"
}

.fa-long-arrow-left:before {
    content: "\F177"
}

.fa-long-arrow-right:before {
    content: "\F178"
}

.fa-apple:before {
    content: "\F179"
}

.fa-windows:before {
    content: "\F17A"
}

.fa-android:before {
    content: "\F17B"
}

.fa-linux:before {
    content: "\F17C"
}

.fa-dribbble:before {
    content: "\F17D"
}

.fa-skype:before {
    content: "\F17E"
}

.fa-foursquare:before {
    content: "\F180"
}

.fa-trello:before {
    content: "\F181"
}

.fa-female:before {
    content: "\F182"
}

.fa-male:before {
    content: "\F183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\F184"
}

.fa-sun-o:before {
    content: "\F185"
}

.fa-moon-o:before {
    content: "\F186"
}

.fa-archive:before {
    content: "\F187"
}

.fa-bug:before {
    content: "\F188"
}

.fa-vk:before {
    content: "\F189"
}

.fa-weibo:before {
    content: "\F18A"
}

.fa-renren:before {
    content: "\F18B"
}

.fa-pagelines:before {
    content: "\F18C"
}

.fa-stack-exchange:before {
    content: "\F18D"
}

.fa-arrow-circle-o-right:before {
    content: "\F18E"
}

.fa-arrow-circle-o-left:before {
    content: "\F190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\F191"
}

.fa-dot-circle-o:before {
    content: "\F192"
}

.fa-wheelchair:before {
    content: "\F193"
}

.fa-vimeo-square:before {
    content: "\F194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\F195"
}

.fa-plus-square-o:before {
    content: "\F196"
}

.fa-space-shuttle:before {
    content: "\F197"
}

.fa-slack:before {
    content: "\F198"
}

.fa-envelope-square:before {
    content: "\F199"
}

.fa-wordpress:before {
    content: "\F19A"
}

.fa-openid:before {
    content: "\F19B"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\F19C"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\F19D"
}

.fa-yahoo:before {
    content: "\F19E"
}

.fa-google:before {
    content: "\F1A0"
}

.fa-reddit:before {
    content: "\F1A1"
}

.fa-reddit-square:before {
    content: "\F1A2"
}

.fa-stumbleupon-circle:before {
    content: "\F1A3"
}

.fa-stumbleupon:before {
    content: "\F1A4"
}

.fa-delicious:before {
    content: "\F1A5"
}

.fa-digg:before {
    content: "\F1A6"
}

.fa-pied-piper-pp:before {
    content: "\F1A7"
}

.fa-pied-piper-alt:before {
    content: "\F1A8"
}

.fa-drupal:before {
    content: "\F1A9"
}

.fa-joomla:before {
    content: "\F1AA"
}

.fa-language:before {
    content: "\F1AB"
}

.fa-fax:before {
    content: "\F1AC"
}

.fa-building:before {
    content: "\F1AD"
}

.fa-child:before {
    content: "\F1AE"
}

.fa-paw:before {
    content: "\F1B0"
}

.fa-spoon:before {
    content: "\F1B1"
}

.fa-cube:before {
    content: "\F1B2"
}

.fa-cubes:before {
    content: "\F1B3"
}

.fa-behance:before {
    content: "\F1B4"
}

.fa-behance-square:before {
    content: "\F1B5"
}

.fa-steam:before {
    content: "\F1B6"
}

.fa-steam-square:before {
    content: "\F1B7"
}

.fa-recycle:before {
    content: "\F1B8"
}

.fa-automobile:before, .fa-car:before {
    content: "\F1B9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\F1BA"
}

.fa-tree:before {
    content: "\F1BB"
}

.fa-spotify:before {
    content: "\F1BC"
}

.fa-deviantart:before {
    content: "\F1BD"
}

.fa-soundcloud:before {
    content: "\F1BE"
}

.fa-database:before {
    content: "\F1C0"
}

.fa-file-pdf-o:before {
    content: "\F1C1"
}

.fa-file-word-o:before {
    content: "\F1C2"
}

.fa-file-excel-o:before {
    content: "\F1C3"
}

.fa-file-powerpoint-o:before {
    content: "\F1C4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\F1C5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\F1C6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\F1C7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\F1C8"
}

.fa-file-code-o:before {
    content: "\F1C9"
}

.fa-vine:before {
    content: "\F1CA"
}

.fa-codepen:before {
    content: "\F1CB"
}

.fa-jsfiddle:before {
    content: "\F1CC"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\F1CD"
}

.fa-circle-o-notch:before {
    content: "\F1CE"
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\F1D0"
}

.fa-empire:before, .fa-ge:before {
    content: "\F1D1"
}

.fa-git-square:before {
    content: "\F1D2"
}

.fa-git:before {
    content: "\F1D3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\F1D4"
}

.fa-tencent-weibo:before {
    content: "\F1D5"
}

.fa-qq:before {
    content: "\F1D6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\F1D7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\F1D8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\F1D9"
}

.fa-history:before {
    content: "\F1DA"
}

.fa-circle-thin:before {
    content: "\F1DB"
}

.fa-header:before {
    content: "\F1DC"
}

.fa-paragraph:before {
    content: "\F1DD"
}

.fa-sliders:before {
    content: "\F1DE"
}

.fa-share-alt:before {
    content: "\F1E0"
}

.fa-share-alt-square:before {
    content: "\F1E1"
}

.fa-bomb:before {
    content: "\F1E2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\F1E3"
}

.fa-tty:before {
    content: "\F1E4"
}

.fa-binoculars:before {
    content: "\F1E5"
}

.fa-plug:before {
    content: "\F1E6"
}

.fa-slideshare:before {
    content: "\F1E7"
}

.fa-twitch:before {
    content: "\F1E8"
}

.fa-yelp:before {
    content: "\F1E9"
}

.fa-newspaper-o:before {
    content: "\F1EA"
}

.fa-wifi:before {
    content: "\F1EB"
}

.fa-calculator:before {
    content: "\F1EC"
}

.fa-paypal:before {
    content: "\F1ED"
}

.fa-google-wallet:before {
    content: "\F1EE"
}

.fa-cc-visa:before {
    content: "\F1F0"
}

.fa-cc-mastercard:before {
    content: "\F1F1"
}

.fa-cc-discover:before {
    content: "\F1F2"
}

.fa-cc-amex:before {
    content: "\F1F3"
}

.fa-cc-paypal:before {
    content: "\F1F4"
}

.fa-cc-stripe:before {
    content: "\F1F5"
}

.fa-bell-slash:before {
    content: "\F1F6"
}

.fa-bell-slash-o:before {
    content: "\F1F7"
}

.fa-trash:before {
    content: "\F1F8"
}

.fa-copyright:before {
    content: "\F1F9"
}

.fa-at:before {
    content: "\F1FA"
}

.fa-eyedropper:before {
    content: "\F1FB"
}

.fa-paint-brush:before {
    content: "\F1FC"
}

.fa-birthday-cake:before {
    content: "\F1FD"
}

.fa-area-chart:before {
    content: "\F1FE"
}

.fa-pie-chart:before {
    content: "\F200"
}

.fa-line-chart:before {
    content: "\F201"
}

.fa-lastfm:before {
    content: "\F202"
}

.fa-lastfm-square:before {
    content: "\F203"
}

.fa-toggle-off:before {
    content: "\F204"
}

.fa-toggle-on:before {
    content: "\F205"
}

.fa-bicycle:before {
    content: "\F206"
}

.fa-bus:before {
    content: "\F207"
}

.fa-ioxhost:before {
    content: "\F208"
}

.fa-angellist:before {
    content: "\F209"
}

.fa-cc:before {
    content: "\F20A"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\F20B"
}

.fa-meanpath:before {
    content: "\F20C"
}

.fa-buysellads:before {
    content: "\F20D"
}

.fa-connectdevelop:before {
    content: "\F20E"
}

.fa-dashcube:before {
    content: "\F210"
}

.fa-forumbee:before {
    content: "\F211"
}

.fa-leanpub:before {
    content: "\F212"
}

.fa-sellsy:before {
    content: "\F213"
}

.fa-shirtsinbulk:before {
    content: "\F214"
}

.fa-simplybuilt:before {
    content: "\F215"
}

.fa-skyatlas:before {
    content: "\F216"
}

.fa-cart-plus:before {
    content: "\F217"
}

.fa-cart-arrow-down:before {
    content: "\F218"
}

.fa-diamond:before {
    content: "\F219"
}

.fa-ship:before {
    content: "\F21A"
}

.fa-user-secret:before {
    content: "\F21B"
}

.fa-motorcycle:before {
    content: "\F21C"
}

.fa-street-view:before {
    content: "\F21D"
}

.fa-heartbeat:before {
    content: "\F21E"
}

.fa-venus:before {
    content: "\F221"
}

.fa-mars:before {
    content: "\F222"
}

.fa-mercury:before {
    content: "\F223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\F224"
}

.fa-transgender-alt:before {
    content: "\F225"
}

.fa-venus-double:before {
    content: "\F226"
}

.fa-mars-double:before {
    content: "\F227"
}

.fa-venus-mars:before {
    content: "\F228"
}

.fa-mars-stroke:before {
    content: "\F229"
}

.fa-mars-stroke-v:before {
    content: "\F22A"
}

.fa-mars-stroke-h:before {
    content: "\F22B"
}

.fa-neuter:before {
    content: "\F22C"
}

.fa-genderless:before {
    content: "\F22D"
}

.fa-facebook-official:before {
    content: "\F230"
}

.fa-pinterest-p:before {
    content: "\F231"
}

.fa-whatsapp:before {
    content: "\F232"
}

.fa-server:before {
    content: "\F233"
}

.fa-user-plus:before {
    content: "\F234"
}

.fa-user-times:before {
    content: "\F235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\F236"
}

.fa-viacoin:before {
    content: "\F237"
}

.fa-train:before {
    content: "\F238"
}

.fa-subway:before {
    content: "\F239"
}

.fa-medium:before {
    content: "\F23A"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\F23B"
}

.fa-optin-monster:before {
    content: "\F23C"
}

.fa-opencart:before {
    content: "\F23D"
}

.fa-expeditedssl:before {
    content: "\F23E"
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: "\F240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\F241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\F242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\F243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\F244"
}

.fa-mouse-pointer:before {
    content: "\F245"
}

.fa-i-cursor:before {
    content: "\F246"
}

.fa-object-group:before {
    content: "\F247"
}

.fa-object-ungroup:before {
    content: "\F248"
}

.fa-sticky-note:before {
    content: "\F249"
}

.fa-sticky-note-o:before {
    content: "\F24A"
}

.fa-cc-jcb:before {
    content: "\F24B"
}

.fa-cc-diners-club:before {
    content: "\F24C"
}

.fa-clone:before {
    content: "\F24D"
}

.fa-balance-scale:before {
    content: "\F24E"
}

.fa-hourglass-o:before {
    content: "\F250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\F251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\F252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\F253"
}

.fa-hourglass:before {
    content: "\F254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\F255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\F256"
}

.fa-hand-scissors-o:before {
    content: "\F257"
}

.fa-hand-lizard-o:before {
    content: "\F258"
}

.fa-hand-spock-o:before {
    content: "\F259"
}

.fa-hand-pointer-o:before {
    content: "\F25A"
}

.fa-hand-peace-o:before {
    content: "\F25B"
}

.fa-trademark:before {
    content: "\F25C"
}

.fa-registered:before {
    content: "\F25D"
}

.fa-creative-commons:before {
    content: "\F25E"
}

.fa-gg:before {
    content: "\F260"
}

.fa-gg-circle:before {
    content: "\F261"
}

.fa-tripadvisor:before {
    content: "\F262"
}

.fa-odnoklassniki:before {
    content: "\F263"
}

.fa-odnoklassniki-square:before {
    content: "\F264"
}

.fa-get-pocket:before {
    content: "\F265"
}

.fa-wikipedia-w:before {
    content: "\F266"
}

.fa-safari:before {
    content: "\F267"
}

.fa-chrome:before {
    content: "\F268"
}

.fa-firefox:before {
    content: "\F269"
}

.fa-opera:before {
    content: "\F26A"
}

.fa-internet-explorer:before {
    content: "\F26B"
}

.fa-television:before, .fa-tv:before {
    content: "\F26C"
}

.fa-contao:before {
    content: "\F26D"
}

.fa-500px:before {
    content: "\F26E"
}

.fa-amazon:before {
    content: "\F270"
}

.fa-calendar-plus-o:before {
    content: "\F271"
}

.fa-calendar-minus-o:before {
    content: "\F272"
}

.fa-calendar-times-o:before {
    content: "\F273"
}

.fa-calendar-check-o:before {
    content: "\F274"
}

.fa-industry:before {
    content: "\F275"
}

.fa-map-pin:before {
    content: "\F276"
}

.fa-map-signs:before {
    content: "\F277"
}

.fa-map-o:before {
    content: "\F278"
}

.fa-map:before {
    content: "\F279"
}

.fa-commenting:before {
    content: "\F27A"
}

.fa-commenting-o:before {
    content: "\F27B"
}

.fa-houzz:before {
    content: "\F27C"
}

.fa-vimeo:before {
    content: "\F27D"
}

.fa-black-tie:before {
    content: "\F27E"
}

.fa-fonticons:before {
    content: "\F280"
}

.fa-reddit-alien:before {
    content: "\F281"
}

.fa-edge:before {
    content: "\F282"
}

.fa-credit-card-alt:before {
    content: "\F283"
}

.fa-codiepie:before {
    content: "\F284"
}

.fa-modx:before {
    content: "\F285"
}

.fa-fort-awesome:before {
    content: "\F286"
}

.fa-usb:before {
    content: "\F287"
}

.fa-product-hunt:before {
    content: "\F288"
}

.fa-mixcloud:before {
    content: "\F289"
}

.fa-scribd:before {
    content: "\F28A"
}

.fa-pause-circle:before {
    content: "\F28B"
}

.fa-pause-circle-o:before {
    content: "\F28C"
}

.fa-stop-circle:before {
    content: "\F28D"
}

.fa-stop-circle-o:before {
    content: "\F28E"
}

.fa-shopping-bag:before {
    content: "\F290"
}

.fa-shopping-basket:before {
    content: "\F291"
}

.fa-hashtag:before {
    content: "\F292"
}

.fa-bluetooth:before {
    content: "\F293"
}

.fa-bluetooth-b:before {
    content: "\F294"
}

.fa-percent:before {
    content: "\F295"
}

.fa-gitlab:before {
    content: "\F296"
}

.fa-wpbeginner:before {
    content: "\F297"
}

.fa-wpforms:before {
    content: "\F298"
}

.fa-envira:before {
    content: "\F299"
}

.fa-universal-access:before {
    content: "\F29A"
}

.fa-wheelchair-alt:before {
    content: "\F29B"
}

.fa-question-circle-o:before {
    content: "\F29C"
}

.fa-blind:before {
    content: "\F29D"
}

.fa-audio-description:before {
    content: "\F29E"
}

.fa-volume-control-phone:before {
    content: "\F2A0"
}

.fa-braille:before {
    content: "\F2A1"
}

.fa-assistive-listening-systems:before {
    content: "\F2A2"
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\F2A3"
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\F2A4"
}

.fa-glide:before {
    content: "\F2A5"
}

.fa-glide-g:before {
    content: "\F2A6"
}

.fa-sign-language:before, .fa-signing:before {
    content: "\F2A7"
}

.fa-low-vision:before {
    content: "\F2A8"
}

.fa-viadeo:before {
    content: "\F2A9"
}

.fa-viadeo-square:before {
    content: "\F2AA"
}

.fa-snapchat:before {
    content: "\F2AB"
}

.fa-snapchat-ghost:before {
    content: "\F2AC"
}

.fa-snapchat-square:before {
    content: "\F2AD"
}

.fa-pied-piper:before {
    content: "\F2AE"
}

.fa-first-order:before {
    content: "\F2B0"
}

.fa-yoast:before {
    content: "\F2B1"
}

.fa-themeisle:before {
    content: "\F2B2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\F2B3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\F2B4"
}

.fa-handshake-o:before {
    content: "\F2B5"
}

.fa-envelope-open:before {
    content: "\F2B6"
}

.fa-envelope-open-o:before {
    content: "\F2B7"
}

.fa-linode:before {
    content: "\F2B8"
}

.fa-address-book:before {
    content: "\F2B9"
}

.fa-address-book-o:before {
    content: "\F2BA"
}

.fa-address-card:before, .fa-vcard:before {
    content: "\F2BB"
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: "\F2BC"
}

.fa-user-circle:before {
    content: "\F2BD"
}

.fa-user-circle-o:before {
    content: "\F2BE"
}

.fa-user-o:before {
    content: "\F2C0"
}

.fa-id-badge:before {
    content: "\F2C1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\F2C2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\F2C3"
}

.fa-quora:before {
    content: "\F2C4"
}

.fa-free-code-camp:before {
    content: "\F2C5"
}

.fa-telegram:before {
    content: "\F2C6"
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: "\F2C7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\F2C8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\F2C9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\F2CA"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\F2CB"
}

.fa-shower:before {
    content: "\F2CC"
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: "\F2CD"
}

.fa-podcast:before {
    content: "\F2CE"
}

.fa-window-maximize:before {
    content: "\F2D0"
}

.fa-window-minimize:before {
    content: "\F2D1"
}

.fa-window-restore:before {
    content: "\F2D2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\F2D3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\F2D4"
}

.fa-bandcamp:before {
    content: "\F2D5"
}

.fa-grav:before {
    content: "\F2D6"
}

.fa-etsy:before {
    content: "\F2D7"
}

.fa-imdb:before {
    content: "\F2D8"
}

.fa-ravelry:before {
    content: "\F2D9"
}

.fa-eercast:before {
    content: "\F2DA"
}

.fa-microchip:before {
    content: "\F2DB"
}

.fa-snowflake-o:before {
    content: "\F2DC"
}

.fa-superpowers:before {
    content: "\F2DD"
}

.fa-wpexplorer:before {
    content: "\F2DE"
}

.fa-meetup:before {
    content: "\F2E0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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
}

body {
    padding-top: 50px;
    font-family: "web_font";
    color: #737373
}

@font-face {
    font-family: Roboto-Bold;
    src: url(/fonts/Roboto-Bold.ttf?afa7a91dadd77b23634a0fdf18c148f3) format("truetype")
}

@font-face {
    font-family: Roboto-Light;
    src: url(/fonts/Roboto-Light.ttf?e22062b3188c8199283ef2aa835d4653) format("truetype")
}

@font-face {
    font-family: Roboto-Medium;
    src: url(/fonts/Roboto-Medium.ttf?99fc0816a09395454061301fefa42bf1) format("truetype")
}

@font-face {
    font-family: Roboto-Regular;
    src: url(/fonts/Roboto-Regular.ttf?54a91b0619ccf9373d525109268219dc) format("truetype")
}

@font-face {
    font-family: Roboto-Thin;
    src: url(/fonts/Roboto-Thin.ttf?5ecbc99d1a81fed7dc71cb068ec0a74d) format("truetype")
}

@font-face {
    font-family: Oswald-Bold;
    src: url(/fonts/Oswald-Bold.ttf?8993e4d87124a3808ae68d2e52d27f87) format("truetype")
}

@font-face {
    font-family: Oswald-Regular;
    src: url(/fonts/Oswald-Regular.ttf?dab2e777c19906ddc8d3ad983ca79cf0) format("truetype")
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.h5, h5 {
    font-size: 17px
}

.navbar-default .navbar-nav > li > a {
    font-weight: 700
}

.navbar-nav .join-now {
    border: none
}

a:focus, div, input:focus, span, textarea:focus {
    outline: none;
    outline-offset: 0
}

.mag-viewport a.icon {
    float: right
}

section {
    padding: 1em
}

#video-slider {
    padding: 0
}

.form-control {
    margin-bottom: 10px
}

.modal-backdrop.in {
    opacity: .5
}

.modal-content {
    padding: 20px
}

    .modal-content h4 {
        font-size: 25px;
        text-align: center;
        font-weight: 400
    }

    .modal-content p {
        font-size: 15px;
        color: #737373;
        margin: 14px 0;
        text-align: center
    }

.modal-dialog {
    margin: 40px auto
}

.leave-btn, .modal-body {
    text-align: center
}

.leave-btn {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    color: #b1b1b1;
    display: inline-block;
    font-size: 16px;
    padding: 7px 25px;
    text-decoration: none
}

    .leave-btn:hover {
        border: 1px solid #999;
        color: #666
    }

.modal-content .enter-btn {
    background: #2196f3;
    border-radius: 5px;
    display: inline-block;
    border: 0 solid #e0e0e0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 7px 25px
}

    .modal-content .enter-btn:hover {
        background: #fff;
        border: 1px solid #2196f3;
        color: #2196f3
    }

#banner {
    height: 344px;
    overflow: hidden;
    position: relative;
    width: 100%
}

#bgvid {
    background-size: cover;
    min-width: 100%;
    width: auto
}

#bgvid, #cover {
    bottom: 0;
    height: auto;
    right: 0;
    z-index: 1
}

#cover {
    background: url(../images/newcover.jpg) no-repeat;
    background-size: cover;
    display: none;
    width: 100%
}

.tint {
    background: url(../images/texture-light.png);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#banner .tint {
    z-index: 100
}

.welcome {
    color: #fff;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .welcome h1 {
        font-size: 25px;
        font-weight: 400;
        letter-spacing: .5px
    }

    .welcome h1, .welcome h3 {
        color: #fff;
        font-family: Roboto,sans-serif;
        line-height: 1em;
        margin: 20px 0
    }

    .welcome h3 {
        font-weight: 300;
        font-size: 17px
    }

    .welcome .join-btn {
        display: inline-block;
        border-radius: 5px;
        padding: 7px 20px;
        text-align: center;
        color: #fff;
        background: #ff4081
    }

        .welcome .join-btn:hover {
            color: #ff4081;
            background: #fff;
            text-decoration: none
        }

.flex-column-center small {
    float: left;
    width: 100%
}

.navbar .container {
    width: 95%
}

.navbar-brand {
    float: left;
    font-size: 25px;
    font-family: Oswald,sans-serif;
    text-transform: uppercase;
    color: #1565c0 !important;
    padding: 0 15px
}

    .navbar-brand img {
        max-height: 46px;
        padding-top: 4px
    }

    .navbar-brand span {
        color: #2196f3 !important
    }

.navbar-nav.navbar-right {
    margin: 8px -5px
}

#navBar i.fa {
    font-size: 1.5em;
    margin: auto 10px;
    top: 5px;
    position: relative;
    color: #aaa
}

.nav a b {
    color: red
}

@media screen and (max-width:1200px) {
    #navBar i.fa {
        top: 8px
    }
}

.navbar .login-btn {
    color: #2196f3 !important;
    margin: 0 10px;
    border: 1px solid #2196f3;
    border-radius: 5px;
    padding: 5px 20px
}

.join-now, .navbar .login-btn {
    font-family: Roboto,sans-serif;
    text-shadow: none !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    text-align: center
}

.join-now {
    background: #2196f3;
    color: #fff !important;
    border-radius: 5px;
    padding: 6px 20px !important
}

    .join-now:hover {
        background: #1565c0 !important
    }

.cart-buttons .join-now:hover {
    background: #2196f3;
    text-decoration: none
}

.navbar .login-btn:hover {
    background: #187bcd;
    color: #fff !important
}

.center-header-title, .sub-header {
    padding: 15px 0 10px;
    border-bottom: 1px solid #e0e0e0
}

    .sub-header ul, .sub-header ul li {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }

        .sub-header ul li {
            color: #737373;
            font-size: 14px;
            display: inline
        }

            .sub-header ul li a {
                color: #737373;
                text-decoration: none;
                font-size: 14px;
                padding: 10px;
                margin: 0;
                border-bottom: 2px solid transparent
            }

                .sub-header ul li.active a, .sub-header ul li a:hover {
                    color: #2196f3;
                    border-bottom: 2px solid #2196f3
                }

    .sub-header select {
        float: right;
        border: 1px solid #e0e0e0;
        font-size: 16px;
        color: #666;
        font-family: Roboto,sans-serif
    }

    .center-header-title p {
        text-align: center
    }

.tags li img {
    border-radius: 50%
}

.nav-sub-header {
    display: none
}

.mag-post {
    border: 1px solid #e0e0e0;
    border-radius: .428571em;
    -webkit-box-shadow: 0 6px 2px -6px rgba(0,0,0,.2);
    box-shadow: 0 6px 2px -6px rgba(0,0,0,.2);
    overflow: hidden
}

#mag-section.magzine-wrapper .mag-post {
    border: 0;
    border-radius: 0;
    overflow: hidden;
    padding: 0 0 10px;
    -webkit-box-shadow: none;
    box-shadow: none
}

    #mag-section.magzine-wrapper .mag-post img {
        margin: 0 0 15px;
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2),0 0 50px rgba(0,0,0,.1) inset;
        box-shadow: 0 0 5px rgba(0,0,0,.2),inset 0 0 50px rgba(0,0,0,.1)
    }

.desc-block a {
    font-size: 13px;
    text-transform: uppercase
}

.desc-block h2 a {
    font-size: 13px;
    color: #737373;
    text-transform: capitalize
}

.desc-block {
    padding: 10px
}

    .desc-block span {
        font-size: 13px
    }

#mag-section h1 {
    color: #000;
    font-family: Roboto,sans-serif;
    font-size: 22px;
    margin: 10px 0;
    text-align: left
}

#mag-section .mag-post img {
    width: 100%;
    height: auto;
    margin-bottom: 0
}

#mag-section .mag-post h2, .recommended-video h2 {
    font-size: 13px;
    font-weight: 400;
    font-family: Roboto,sans-serif;
    margin: 2px 0;
    color: #000;
    text-align: left
}

#mag-section .mag-post p {
    font-size: 15px;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    margin: 0;
    color: #666;
    text-align: left
}

#mag-section .col-md-3 {
    margin-bottom: 35px
}

img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

    img:hover {
        -webkit-filter: grayscale(10%);
        filter: grayscale(10%)
    }

.recommended-video h2 {
    margin: 0 0 20px
}

#verified-girls-section h1 {
    text-align: center;
    margin: 20px 0 40px;
    font-size: 26px;
    font-family: Roboto,sans-serif;
    font-weight: 400
}

#verified-girls-section .stanleys-girl {
    overflow: hidden;
    text-align: center
}

    #verified-girls-section .stanleys-girl:hover {
        background: 0 0
    }

.stanleys-girl img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    opacity: 1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

    .stanleys-girl img:hover {
        opacity: .8
    }

.stanleys-girl a {
    color: #797777;
    font-size: 16px
}

@media(max-width:414px) {
    .stanleys-girl a {
        font-size: 14px
    }
}

.stanleys-girl a:hover {
    color: #2196f3;
    text-decoration: none
}

.stanleys-girl p {
    margin: 5px 0;
    text-align: center
}

.stanleys-girl {
    padding: 0 6px
}

.stanleys-stars .stanleys-girl {
    padding: 15px;
    width: 16.5%;
    float: left
}

#verified-girls-section a:hover img {
    border: 1px solid #ccc;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 2px 2px 15px #999;
    box-shadow: 2px 2px 15px #999
}

.wanna-be-star {
    background: #ff4081;
    padding: 10px 0;
    text-align: center
}

    .wanna-be-star h2 {
        font-weight: 400;
        font-family: Roboto,sans-serif;
        font-size: 15px;
        color: #fff;
        margin: 0
    }

        .wanna-be-star h2 a {
            color: #fff;
            padding: 0;
            text-decoration: underline
        }

            .wanna-be-star h2 a:hover {
                color: #fff;
                text-decoration: none
            }

.video-description .col-md-8 {
    width: 62%;
    float: left
}

.video-description .col-md-4 {
    width: 35%;
    float: right
}

#sexy-videos .section-heading {
    text-align: center;
    margin: 0 0 30px
}

    #sexy-videos .section-heading h4 {
        text-align: center;
        font-weight: 400;
        margin: 5px 0;
        font-size: 26px;
        font-family: Roboto,sans-serif
    }

    #sexy-videos .section-heading p {
        text-align: center;
        color: #737373;
        margin: 0;
        font-size: 15px;
        font-family: Roboto,sans-serif
    }

#sexy-videos .col-md-3, #sexy-videos .col-md-4 {
    margin-bottom: 30px
}

#sexy-videos .video-description .col-md-4 {
    margin-bottom: 0
}

#sexy-videos h1 {
    margin: 0 0 20px 15px;
    font-size: 1.5em
}

.heading-block .profile-pic {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    margin: 0 10px 0 0
}

.video-preview img {
    width: 100%;
    height: auto
}

.video-preview video {
    height: auto
}

@media(min-width:767px) {
    .video-preview video {
        width: 100% !important
    }
}

.heading-block h3 {
    font-size: 15px;
    line-height: 21px;
    padding: 5px;
    font-weight: 400;
    font-family: Roboto,sans-serif;
    margin: 0;
    color: #000
}

    .heading-block h3 a {
        color: #333;
        font-size: .8em;
        width: 70%
    }

        .heading-block h3 a:hover {
            color: #2196f3
        }

.heading-block p {
    font-size: 13px;
    font-family: Roboto,sans-serif;
    color: #999;
    margin: 0 0 2px
}

.heading-block .fa {
    color: #666;
    font-size: 20px
}

.video-post {
    border: 1px solid #e9e9e9;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 5px 8px -5px rgba(0,0,0,.1);
    box-shadow: 0 5px 8px -5px rgba(0,0,0,.1)
}

.heading-block {
    margin: 0;
    padding: 10px 10px 15px;
    z-index: 2
}

.video-description {
    padding: 10px 10px 0;
    height: auto;
    overflow: hidden
}

    .video-description h2 {
        font-size: 1.15em !important;
        font-family: Roboto,sans-serif;
        margin: 0 0 2px;
        color: #000;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        height: 42px;
        line-height: 22px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

        .video-description h2 a {
            color: #333;
            font-family: Microsoft JhengHei,Roboto,sans-serif;
            font-size: 1em;
            font-weight: 400
        }

.normal-price {
    font-size: 16px;
    color: #868686;
    display: inline-block;
    padding: 0;
    color: #e84989
}

.video-description ul {
    width: 100%;
    margin: 0;
    padding: 0
}

    .video-description ul li {
        list-style: none;
        font-size: 12px;
        font-family: Roboto,sans-serif;
        margin: 0;
        padding: 0 5px 0 0;
        color: #666;
        display: inline
    }

.video-description div {
    padding: 0
}

.add-to-cart-btn {
    float: right;
    font-size: 11px;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    color: #2196f3;
    text-transform: uppercase
}

    .add-to-cart-btn:hover {
        color: #000;
        text-decoration: none
    }

.video-description .fa-heart {
    color: #ea427c
}

.fa-heart-o {
    color: #ff4081 !important
}

#waiting-for-signup-section {
    text-align: center;
    position: relative;
    padding: 100px 0;
    background: url(../images/stanleys-background.jpg) no-repeat;
    background-position: top;
    background-attachment: fixed
}

    #waiting-for-signup-section h3 {
        font-size: 27px;
        font-weight: 400;
        font-family: Roboto,sans-serif;
        margin: 10px 0;
        color: #fff
    }

    #waiting-for-signup-section p {
        font-size: 15px;
        font-family: Roboto,sans-serif;
        margin: 10px 0;
        color: #fff
    }

    #waiting-for-signup-section a {
        display: inline-block;
        border-radius: 5px;
        padding: 10px 20px;
        text-align: center;
        color: #fff;
        background: #ff4081
    }

        #waiting-for-signup-section a:hover {
            color: #ff4081;
            background: #fff;
            text-decoration: none
        }

    #waiting-for-signup-section .container {
        position: relative;
        z-index: 2
    }

#inner-wrapper h1 {
    font-size: 25px;
    font-family: Roboto,sans-serif;
    margin: 10px 0 20px;
    color: #000;
    text-align: center
}

#blog-section .blog-post img {
    width: 100%;
    height: auto
}

#blog-section .blog-post h2 {
    font-size: 18px;
    margin: 10px 0
}

#blog-section .blog-post h2, #blog-section .blog-post p {
    font-family: Roboto,sans-serif;
    color: #000;
    text-align: center
}

#blog-section .blog-post p {
    font-size: 15px;
    font-weight: 300;
    margin: 0
}

#mag-section {
    padding: 10px 0
}

#latest-blog-section h3 {
    color: #333;
    font-size: 20px;
    font-weight: 400;
}

#latest-blog-section {
    padding: 0 0 50px;
    margin-top: 20px
}

    #latest-blog-section .blog-posts {
        height: auto;
        border-radius: 3px;
        overflow: hidden;
        padding: 12px;
        border: 1px solid #e0e0e0;
        margin: 10px 0;
        width: 100%
    }

        #latest-blog-section .blog-posts img {
            border-radius: 3px;
            width: auto;
            height: 250px;
            float: left;
            margin: 0 20px 0 0
        }

        #latest-blog-section .blog-posts h2 {
            font-size: 20px;
            font-family: Roboto,sans-serif;
            margin: 10px 0;
            color: #000;
            font-weight: 400;
            text-align: left
        }

        #latest-blog-section .blog-posts p {
            font-size: 15px;
            line-height: 23px;
            font-family: Roboto,sans-serif;
            font-weight: 300;
            margin: 5px 0 10px;
            color: #000;
            text-align: left
        }

.read-more {
    background: #2196f3;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    float: left;
    padding: 8px 15px
}

    .read-more:hover {
        background: #000;
        color: #fff;
        text-decoration: none
    }

.recent_posts_list li {
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 1px solid #e0e0e0
}

.recent_posts_list img {
    float: left;
    margin: 0 10px 0 0
}

.recent_posts_list li a {
    color: #000;
    font-size: 16px
}

.pattern-bg {
    background-image: url(../images/pattern.png);
    left: 0;
    opacity: .8;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%
}

#testimonials-section {
    background: #fff;
    padding: 10px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0
}

.carousel-control.left, .carousel-control.right {
    background: 0 0
}

.glyphicon-chevron-left:before, .glyphicon-chevron-right:before {
    color: #000
}

.image_frame img {
    width: 100%;
    height: auto
}

.blog_post {
    float: left;
    width: 100%
}

    .blog_post h3 {
        text-align: left;
        color: #333;
        line-height: 25px;
        display: block;
        margin: 0
    }

        .blog_post h3 a {
            color: #000;
            text-decoration: none;
            margin-top: 3px;
            text-transform: none;
            font-weight: 400;
            font-size: 20px
        }

            .blog_post h3 a:hover {
                color: #383634
            }

ul.post_meta_links {
    float: left;
    margin: 0;
    padding: 0
}

.post_meta_links li {
    float: left;
    margin: 0;
    padding: 0 0 0 4px;
    list-style-type: none;
    color: #999
}

    .post_meta_links li a {
        color: #999;
        padding: 0 18px 0 0;
        text-decoration: none;
        font-size: 11px;
        text-transform: uppercase
    }

        .post_meta_links li a:hover {
            color: #727272;
            text-decoration: none
        }

    .post_meta_links li i {
        color: #bbb;
        font-size: 12px;
        font-style: normal
    }

.blog_postcontent {
    float: left;
    width: 100%
}

    .blog_postcontent .image_frame {
        float: left;
        width: 100%;
        margin-bottom: 27px
    }

        .blog_postcontent .image_frame.mone {
            float: left;
            width: 100%;
            height: 280px;
            overflow: hidden
        }

        .blog_postcontent .image_frame.mtwo {
            float: left;
            width: 100%;
            height: 180px;
            overflow: hidden
        }

        .blog_postcontent .image_frame.mthree {
            float: left;
            width: 100%;
            height: 480px;
            overflow: hidden
        }

            .blog_postcontent .image_frame.mone img, .blog_postcontent .image_frame.mthree img, .blog_postcontent .image_frame.mtwo img {
                float: left;
                width: auto;
                margin-left: -45%;
                margin-top: -10%
            }

    .blog_postcontent .video_frame.mtwo iframe {
        float: left;
        width: 100%;
        height: 280px;
        overflow: hidden
    }

    .blog_postcontent .image_frame.small {
        float: left;
        width: 43%;
        border: 7px solid #fff;
        margin-bottom: 25px;
        -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
        box-shadow: 0 0 3px 0 rgba(0,0,0,.1)
    }

        .blog_postcontent .image_frame.small:hover {
            border: 7px solid #f9f9f9
        }

    .blog_postcontent .image_frame img {
        float: left;
        width: 100%
    }

    .blog_postcontent .video_frame.small iframe {
        height: 250px
    }

    .blog_postcontent .video_frame iframe {
        float: left;
        width: 100%;
        height: 520px;
        margin-bottom: 27px
    }

.post_info_content_large {
    padding: 0;
    margin: 0 0 0 4%;
    width: 50%;
    float: left
}

ul.post_meta_links_large {
    float: left;
    margin: -15px 0 12px 80px;
    padding: 0;
    width: 80%
}

.post_meta_links_large li a {
    color: #a1a1a1;
    padding: 0 5px 0 0;
    text-decoration: none;
    font-size: 11px
}

    .post_meta_links_large li a:hover {
        color: #727272;
        padding: 0 5px 0 0;
        text-decoration: none;
        font-size: 11px
    }

.blog_post a.date {
    color: #454545;
    font-size: 16px;
    font-weight: 400
}

    .blog_post a.date:hover {
        color: #2196f3
    }

.sharepost {
    float: left;
    width: 80%;
    margin-bottom: 40px
}

    .sharepost ul {
        margin: 0;
        padding: 0
    }

    .sharepost li {
        margin: 0 7px 5px 0;
        padding: 2px 5px;
        float: left;
        border-radius: 2px;
        list-style-type: none;
        background-color: #2196f3;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

        .sharepost li i {
            color: #fff
        }

        .sharepost li:hover {
            background-color: #383634
        }

.about_author {
    float: left;
    width: 100%;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #eee
}

    .about_author img {
        float: left;
        margin-right: 20px
    }

    .about_author a {
        font-family: Open Sans !important;
        font-weight: 400;
        font-weight: 600;
        color: #333
    }

        .about_author a:hover {
            color: #2196f3
        }

.comment_form {
    float: left;
    width: 100%;
    margin-top: 30px
}

    .comment_form label {
        float: left;
        width: 90px;
        height: 15px;
        padding: 7px 10px;
        margin-bottom: 40px;
        font-weight: 400
    }

.comment_input_bg {
    width: 75%;
    height: 40px
}

.comment_input_bg, .comment_textarea_bg {
    float: left;
    padding: 7px 10px 0;
    border-top: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 5px;
    background-color: #f9f9f9
}

.comment_textarea_bg {
    width: 90%;
    height: 235px;
    margin-bottom: 20px
}

.comment_checkbox {
    float: left;
    display: block;
    width: 90%;
    margin-top: 10px
}

.comment_submit {
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 9px 13px;
    font-family: Open Sans,sans-serif;
    font-weight: 600;
    border-radius: 4px;
    color: #333;
    text-transform: uppercase
}

    .comment_submit:hover {
        background-color: #f9f9f9;
        cursor: pointer
    }

.comment_wrap {
    padding: 20px 20px 20px 0
}

    .comment_wrap, .comment_wrap.chaild {
        overflow: hidden;
        border-bottom: 1px solid #eee
    }

        .comment_wrap.chaild {
            margin: 10px 20px 10px 50px
        }

.gravatar {
    float: left
}

.comment_content {
    overflow: hidden;
    padding-left: 20px;
    min-height: 80px
}

    .comment_content, .comment_content .comment_meta {
        position: relative
    }

        .comment_content .comment_meta .comment_author {
            display: inline;
            font-size: 14px;
            font-style: normal
        }

            .comment_content .comment_meta .comment_author i {
                display: inline;
                font-size: 11px;
                font-style: italic
            }

        .comment_content .comment_text {
            clear: both;
            padding-top: 0;
            overflow: hidden
        }

            .comment_content .comment_text a {
                color: #d3d3d3;
                margin-top: 5px;
                float: left
            }

                .comment_content .comment_text a:hover {
                    color: #727272;
                    margin-top: 5px;
                    float: left
                }

#comments_section li ul li {
    margin-left: 30px
}

.contests-wrapper {
    padding: 25px 0 0;
    height: auto;
    overflow: hidden
}

    .contests-wrapper .col-md-3 {
        margin-bottom: 20px
    }

.content-description ul li {
    height: auto;
    text-align: left;
    margin: 10px 0;
    overflow: hidden
}

    .content-description ul li img {
        width: 32px;
        height: 32px;
        vertical-align: middle;
        border-radius: 50%;
        margin: 0 10px 0 0
    }

    .content-description ul li a {
        color: #666;
        font-size: 15px
    }

.contest-heading {
    margin: 0 0 25px;
    text-align: center
}

    .contest-heading h2, .contest-heading h4 {
        font-size: 20px;
        margin: 10px 0;
        text-align: center
    }

    .contest-heading p {
        font-size: 15px;
        margin: 10px 0;
        color: #737373;
        text-align: center
    }

.select-control select option {
    color: #737373
}

.contest-heading .heading-pic {
    position: relative;
    z-index: 0
}

.more-contest {
    position: relative
}

    .more-contest img {
        border: 2px solid #fff;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin: -40px 0 0
    }

.contest-post {
    padding: 5px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 5px
}

    .contest-post img {
        width: 100%;
        height: auto
    }

    .contest-post h2 {
        font-size: 20px;
        text-align: center
    }

    .contest-post p {
        font-size: 16px;
        text-align: center
    }

    .contest-post h2 a {
        color: #333;
        text-decoration: none
    }

        .contest-post h2 a:hover {
            color: #0470ba
        }

.content-image {
    position: relative;
    z-index: 0
}

.contest-post .ribbion-box {
    background: #333;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    margin: -40px 0 0;
    position: relative;
    text-align: center;
    width: 50px;
    z-index: 2
}

    .contest-post .ribbion-box.active, .contest-post .ribbion-box:hover {
        background: #0470ba
    }

.profile-logo {
    margin: -13em auto 25px;
    position: relative;
    width: 15em;
    height: 15em
}

    .profile-logo img {
        border: 2px solid #fff;
        width: 100%;
        height: 100%;
        border-radius: 50%
    }

.margin-bottom {
    margin-bottom: 25px
}

.address_info {
    background-color: #f9f9f9;
    border: 1px solid #e1e1e1;
    float: left;
    margin-bottom: 40px;
    padding: 20px 20px 10px;
    width: 99%
}

.cforms input, .cforms textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 1px 2px 0 #eee inset;
    box-shadow: inset 0 1px 2px 0 #eee;
    color: #454545;
    float: left;
    margin-bottom: 10px;
    padding: 9px 12px;
    width: 100%
}

.cforms label {
    color: #454545;
    float: left;
    font-size: 15px;
    font-weight: 400;
    padding: .2em .6em .3em 0;
    text-align: left;
    width: 100%
}

.cforms .button {
    background: #0470ba;
    border: 1px solid #0470ba;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    padding: 14px 20px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.profile-details {
    border: 1px solid #e0e0e0;
    height: auto;
    overflow: hidden;
    padding: 5px
}

    .profile-details .ranking-post, .profile-details .video-name {
        margin: 10px 0
    }

.ranking-post ul, hr {
    margin: 0;
    width: 100%
}

.ranking-post ul {
    text-align: right;
    padding: 0
}

    .ranking-post ul li {
        list-style: none;
        text-align: right;
        font-size: 16px;
        font-family: Roboto,sans-serif;
        padding: 0 2.2%;
        color: #666;
        display: inline
    }

        .ranking-post ul li .fa {
            color: #999
        }

        .ranking-post ul li .fa-heart {
            color: #d14e74
        }

h6 {
    font-size: 17px;
    color: #666;
    font-weight: 100
}

.cart-btn {
    display: block !important;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    background: #2196f3
}

    .cart-btn:hover {
        color: #fff;
        background: #000;
        text-decoration: none
    }

.profile-details .normal-price {
    font-size: 17px;
    color: #666;
    text-align: center
}

.align-center, .tags-block li a {
    text-align: center
}

.tags-block li a {
    background-color: #f6f6f6;
    border-radius: 2px;
    color: #909090;
    float: left;
    margin: 0 5px 0 0;
    font-size: 11px;
    padding: 4px 10px
}

    .tags-block li a:hover {
        background-color: #2196f3;
        color: #fff;
        text-decoration: none
    }

.lock {
    position: absolute;
    background: #828282;
    width: 100%;
    height: 100%;
    z-index: 2;
    font-size: 36px;
    color: hsla(0,0%,100%,.8);
    cursor: pointer
}

.hidden_version_lock {
    background: #e84989
}

.lock_2 {
    position: absolute;
    background: rgba(0,0,0,.5);
    width: 100%;
    z-index: 2;
    font-size: 30px;
    color: hsla(0,0%,100%,.75);
    cursor: pointer;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

    .lock_2 .glyphicon.glyphicon-lock {
        margin: 1em 0;
        text-align: center;
        width: 100%
    }

        .lock_2 .glyphicon.glyphicon-lock p {
            padding-top: .5em
        }

.tags-block .heading-block {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 10px 0
}

    .tags-block .heading-block h3 a {
        color: #333;
        font-size: 15px
    }

.recommend-for-you {
    background: #fff;
    padding: 0
}

    .recommend-for-you h2 {
        text-align: left;
        margin: 0 0 25px;
        font-size: 22px
    }

.sidebar_widget .video-post {
    margin-bottom: 10px
}

.score-board p {
    margin: 0;
    font-size: 15px;
    color: #000
}

    .score-board p strong {
        font-size: 20px;
        color: #636363
    }

.left-profile-wrap ul li .fa {
    font-size: 17px;
    width: 15px;
    margin: 0 5px 0 0;
    color: #666
}

.left-profile-wrap ul li {
    line-height: 30px;
    font-size: 14px
}

    .left-profile-wrap ul li a {
        width: 100%;
        display: block;
        color: #2196f3;
        padding: 5px 0;
        border-bottom: 1px dotted #e0e0e0
    }

        .left-profile-wrap ul li a:hover {
            color: #1186e3;
            text-decoration: none
        }

    .left-profile-wrap ul li.active a {
        color: #ff4081;
        text-decoration: none
    }

.profile-navigation {
    border-bottom: 1px solid #e0e0e0;
    height: 50px
}

.model-name {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    margin: -50px 0 22px 10px;
    position: relative;
    text-shadow: 0 0 5px #000;
    z-index: 1;
    max-height: 38px;
    min-height: 26px
}

.profile-navigation .tabs {
    width: auto;
    border: 0;
    float: left
}

.model-videos #tabs {
    background: 0 0;
    padding: 0
}

    .model-videos #tabs .tab_container {
        padding: 0;
        border: 0
    }

.get-video-btn {
    display: inline;
    float: right;
    border: 1px solid #2196f3;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
    background: #2196f3
}

    .get-video-btn:hover {
        color: #2196f3;
        border: 1px solid #2196f3;
        background: #fff;
        text-decoration: none
    }

.get-video-btn-pink {
    float: right;
    border: 1px solid #ff4081;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
    background: #ff4081
}

    .get-video-btn-pink:hover {
        color: #ff4081;
        border: 1px solid #ff4081;
        background: #fff;
        text-decoration: none
    }

.select-control select {
    -moz-appearance: none;
    background: #fff url(../images/arrow-down-pink.svg) no-repeat scroll right 5px center/12px 12px;
    border: 0 solid #e0e0e0;
    border-radius: .428571em;
    cursor: pointer;
    font-size: 14px;
    margin: 0 20px 0 0;
    max-width: 100%;
    padding: .3225rem 15px .3225rem .5rem;
    text-transform: capitalize;
    width: 180px
}

    .select-control select::-ms-expand {
        display: none
    }

    .select-control select:focus {
        outline: 0
    }

.select-advanced-sort select {
    width: 130px
}

.promo-video .search-section {
    display: block;
    float: left;
    width: 20%
}

.promo-video .top-videos-promo {
    display: none
}

.promo-video .right-wrapper {
    float: right;
    width: 80%
}

.promo-video #sexy-videos .right-wrapper .col-md-3 {
    width: 33.33% !important
}

.promo-video #verified-girls-section .stanleys-girl {
    padding: 0 6px;
    width: 14%
}

.search-section {
    display: none
}

    .search-section input[type=checkbox]:checked + label span {
        border: 1px solid #e0e0e0;
        background: url(../images/checkbox.png) 50% no-repeat #ff4081
    }

.stanleys-controls input[type=checkbox] + label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.search-section input[type=checkbox] + label span {
    display: inline-block;
    height: 20px;
    width: 20px;
    min-width: 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: .4285714286em;
    margin: 0 .5rem 0 0;
    vertical-align: middle
}

.search-section label {
    color: #666;
    font-weight: 100;
    font-size: 15px
}

.stanleys-controls-lg input:not(.like-select):not(.btn), .stanleys-controls-lg textarea, .stanleys-controls input:not(.like-select):not(.btn), .stanleys-controls textarea {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: .4285714286em;
    padding: .3225rem .5rem;
    max-width: 100%
}

.stanleys-controls input[type=checkbox] {
    display: none
}

.stanleys-controls ul li {
    line-height: 25px;
    margin: 2px 0
}

.search-categories, .search-section select {
    border: 1px solid #e0e0e0;
    width: 100%;
    border-radius: 3px;
    padding: 3px
}

.stanleys-controls.open .dropdown-toggle {
    background: url(../images/up-arrow.png) 95%/12px 12px no-repeat #fff;
    border-radius: .4285714286em .4285714286em 0 0;
    border-bottom: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.advance-search .side-search-wrapper button {
    text-transform: capitalize
}

.stanleys-controls ul:not(.chosen-choices) li {
    list-style: none
}

.stanleys-controls {
    position: relative;
    margin-bottom: 15px
}

    .stanleys-controls .dropdown-menu {
        width: 100%;
        margin: 0;
        min-width: inherit;
        max-height: 290px;
        overflow-x: hidden;
        padding: 5px;
        border-radius: 0 0 .4285714286em .4285714286em;
        border: 1px solid #e0e0e0;
        border-top: 0;
        -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.2);
        box-shadow: 0 10px 10px rgba(0,0,0,.2)
    }

    .stanleys-controls .dropdown-toggle {
        width: 100%;
        display: inline-block;
        text-align: left;
        padding: 0 30px 0 10px;
        border-radius: .4285714286em;
        border: 1px solid #e0e0e0;
        background: url(../images/down-arrow.png) 95%/12px 12px no-repeat #fff;
        height: 30px;
        line-height: 30px;
        outline: 0;
        text-transform: capitalize
    }

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

#input-number, #input-select {
    padding: 7px;
    margin: 15px 5px 5px;
    width: 70px
}

.equalizer-btn {
    margin: 0 20px 0 0;
    background: url(../images/equalizer-btn.png) no-repeat;
    border: 0;
    border-radius: 0;
    width: 24px;
    height: 20px
}

    .equalizer-btn.active-btn {
        background: url(../images/equalizer-btn-active.png) no-repeat
    }

.top-videos-promo {
    padding-bottom: 0
}

.intensity-filter label {
    background: #000;
    opacity: .8;
    border-radius: 50%;
    height: 32px;
    margin: 0 2px;
    padding: 5px;
    width: 32px
}

    .intensity-filter label img {
        width: 100%;
        height: auto
    }

    .intensity-filter label:hover {
        opacity: 1
    }

    .intensity-filter label:first-child {
        background: #df9ec0
    }

    .intensity-filter label:nth-child(2) {
        background: #fec23b
    }

    .intensity-filter label:nth-child(3) {
        background: #f5791d
    }

    .intensity-filter label:nth-child(4) {
        background: #bb2025
    }

    .intensity-filter label:nth-child(5) {
        background: #000
    }

.login-panel {
    text-align: center
}

    .login-panel input {
        width: 100%;
        margin: 10px 0;
        border-radius: 5px !important
    }

.input-group {
    border-collapse: separate;
    display: inline-block;
    position: relative;
    width: 100%
}

#btn-login {
    background-image: none;
    background: #2196f3
}

#btn-login, #register-btn, .cancel-btn {
    border: 1px solid #2196f3;
    border-radius: 5px !important;
    font-size: 15px;
    padding: 10px 0;
    width: 100%
}

#register-btn, .cancel-btn {
    background: #fff;
    color: #2196f3;
    display: inline-block
}

    #register-btn:hover, .cancel-btn:hover {
        background: #2196f3;
        text-decoration: none;
        color: #fff;
        border: 1px solid #2196f3
    }

input[type=radio] {
    width: auto
}

.cancel-btn {
    float: left
}

.get-btn {
    float: right;
    color: #fff
}

#create-account-form input[type=radio] + label {
    display: inline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin: 0 5px
}

#create-account-form input:not(.like-select):not(.btn), #create-account-form textarea {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: .4285714286em;
    padding: .3225rem .5rem;
    max-width: 100%
}

#create-account-form input[type=radio] {
    display: none
}

#create-account-form input, #create-account-form textarea {
    padding: .5rem .75rem !important
}

    #create-account-form input[type=checkbox], #create-account-form input[type=radio] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

        #create-account-form input[type=radio]:checked + label span {
            border: 1px solid #e0e0e0;
            vertical-align: middle;
            background: url(../images/pink-active.png) 50% no-repeat #fff
        }

        #create-account-form input[type=radio] + label span {
            display: inline-block;
            height: 20px;
            width: 20px;
            min-width: 20px;
            background-color: #fff;
            border: 1px solid #e0e0e0;
            border-radius: 50%;
            margin: 0 .5rem 0 0;
            vertical-align: middle
        }

#create-account-form p {
    margin: 15px 0
}

.login-panel .or-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 11px 0
}

.login-panel .or-line {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    height: 1px;
    background-color: #f3f3f3
}

.login-panel .or-text {
    color: #b4b4b4;
    margin: 0 8px;
    font-family: Gotham_SSm_3r,Helvetica,Arial,sans-serif;
    font-size: 11px
}

.login-cta a {
    display: block;
    margin-top: 13px;
    background-size: 18px 18px;
    background-position: left 15px center;
    font-family: Gotham_SSm_5r,Helvetica,Arial,sans-serif;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    color: #000;
    border-radius: 4px;
    line-height: 20px;
    padding: 10px 0;
    -webkit-font-smoothing: antialiased
}

.dropdown-search {
    border: 1px solid #e0e0e0;
    padding: 5px 25px 5px 8px;
    width: 110px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: url(../images/down-arrow.png) 90%/12px 12px no-repeat #fbfbfb;
    border-radius: .4285714286em 0 0 .4285714286em;
    -webkit-border-radius: .4285714286em 0 0 .4285714286em;
    -webkit-transition: border .2s linear,box-shadow .2s linear;
    -webkit-transition: border .2s linear,-webkit-box-shadow .2s linear;
    transition: border .2s linear,-webkit-box-shadow .2s linear;
    transition: border .2s linear,box-shadow .2s linear;
    transition: border .2s linear,box-shadow .2s linear,-webkit-box-shadow .2s linear;
    float: left
}

.top-search-block .search-input {
    float: right
}

.top-search-block .input-prepend .btn-group.open .dropdown-search {
    background: url(../images/up-arrow.png) 90%/12px 12px no-repeat #fbfbfb
}

.top-search-block .dropdown-menu {
    border-radius: 0
}

    .top-search-block .dropdown-menu li {
        border-bottom: 1px solid #e0e0e0
    }

.top-search-block .input-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .top-search-block .input-prepend .global-search-input-wrapper {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

.top-search-block {
    float: left;
    margin: 10px 0 0 30px
}

    .top-search-block input {
        border: 1px solid #e0e0e0;
        border-left: none;
        border-radius: 0 .4285714286em .4285714286em 0;
        -webkit-border-radius: 0 .4285714286em .4285714286em 0
    }

    #mobile-search input, .top-search-block input {
        width: 85%;
        height: 32px;
        line-height: 15px;
        font-size: 13px;
        padding: 0 30px 0 .4285714286em;
        -webkit-box-shadow: none;
        box-shadow: none
    }

#mobile-search input {
    border: 1px solid #e0e0e0;
    border-radius: .4285714286em .4285714286em .4285714286em .4285714286em;
    -webkit-border-radius: .4285714286em .4285714286em .4285714286em .4285714286em
}

.top-search-block .btn-group {
    float: left
}

.top-search-block .input {
    display: none;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border-radius: 0 0 .4285714286em .4285714286em;
    opacity: 1;
    height: auto
}

#mobile-search .search-button, .top-search-block .search-button {
    background: transparent url(../images/search-btn.png) no-repeat scroll 0 0;
    border: 0;
    cursor: pointer;
    font-size: 0;
    height: 20px;
    margin: 0;
    opacity: .6;
    padding: 0;
    position: relative;
    right: 30px;
    top: -5px;
    width: 20px;
    z-index: 2
}

.carousel-caption p {
    text-shadow: none;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    text-align: left
}

    .carousel-caption p b {
        font-size: 17px
    }

.carousel {
    height: 250px;
    margin-bottom: 0
}

.carousel-caption {
    z-index: 10
}

.carousel .item {
    height: 250px
}

#testimonials .item img {
    vertical-align: middle;
    border-radius: 50%;
    float: left;
    height: 150px;
    margin: 0 15px 0 0;
    width: 150px
}

#footer {
    padding: 25px 0;
    text-align: center
}

    #footer h2 {
        color: #000;
        font-size: 22px
    }

    #footer h2, #footer h5 {
        text-align: center;
        font-weight: 400;
        margin: 20px 0;
        font-family: Roboto,sans-serif
    }

    #footer h5 {
        color: #737373;
        font-size: 15px
    }

    #footer ul {
        padding: 0;
        list-style: none
    }

        #footer ul, #footer ul li {
            margin: 0;
            display: inline;
            text-align: center
        }

            #footer ul li {
                padding: 0 15px;
                font-size: 17px;
                font-family: Roboto,sans-serif
            }

                #footer ul li a {
                    color: #737373;
                    font-size: 14px;
                    text-transform: uppercase
                }

                    #footer ul li a:hover {
                        color: #0470ba
                    }

#copyright {
    margin-top: 1rem;
    margin-bottom: 3rem
}

    #copyright a {
        display: inline-block;
        color: inherit
    }

    #copyright p {
        margin: 0;
        color: #666;
        font-size: 14px
    }

.layered-filter-price .amount-range-price {
    padding: 15px 0
}

.layered-filter-price .slider-range-price {
    height: 7px;
    background: #f36;
    border: none;
    border-radius: 0
}

    .layered-filter-price .slider-range-price .ui-widget-header {
        background: #e0e0e0;
        height: 7px
    }

    .layered-filter-price .slider-range-price .ui-slider-handle {
        border: none;
        border-radius: 0;
        background: url(../images/range-icon.png) no-repeat;
        cursor: pointer
    }

.check-box-list {
    overflow: hidden
}

    .check-box-list li {
        line-height: 24px
    }

    .check-box-list label {
        display: inline-block;
        cursor: pointer;
        line-height: 12px
    }

        .check-box-list label:hover {
            color: #f36
        }

    .check-box-list input[type=checkbox] {
        display: none
    }

        .check-box-list input[type=checkbox] + label span.button {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin-right: 13px;
            background: url(../images/checkboxs.png) no-repeat;
            padding: 0;
            border: none
        }

        .check-box-list input[type=checkbox]:checked + label span.button {
            background: #f36 url(../images/checked.png) no-repeat 50%
        }

        .check-box-list input[type=checkbox]:checked + label {
            color: #f36
        }

    .check-box-list label span.count {
        color: #a4a4a4;
        margin-left: 2px
    }

.filter-color ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px
}

.filter-color li {
    display: inline;
    padding: 0;
    margin: 0;
    line-height: normal;
    float: left;
    padding: 5px
}

    .filter-color li label {
        border: 1px solid #eaeaea;
        width: 20px;
        height: 20px;
        padding-top: 6px;
        padding-left: 6px;
        float: left
    }

    .filter-color li input[type=checkbox] + label span.button {
        background: 0 0;
        margin: 0
    }

    .filter-color li input[type=checkbox]:checked + label {
        border-color: #f36
    }

.filter-size {
    max-height: 200px;
    overflow-y: auto
}

    .filter-size li {
        width: 50%;
        float: left
    }

.search-section h4 {
    font-size: 15px;
    font-weight: 700
}

.da-slideTop {
    top: 0
}

.da-slideLeft {
    left: 0
}

.border_7 {
    background: #fff none repeat scroll 0 0;
    height: 2px;
    left: 49px;
    position: absolute;
    top: 60%;
    width: 40px
}

.da-thumbs li article a {
    color: #fff;
    padding: 20px;
    display: block
}

.da-thumbs li article h3 {
    color: #fff;
    font-size: 19px;
    left: 44px;
    padding-top: 30px;
    position: absolute;
    text-transform: uppercase;
    top: 51%;
    font-family: Source Sans Pro,sans-serif
}

.da-thumbs li article em {
    color: #fff;
    display: block;
    left: 46px;
    margin-bottom: 10px;
    position: absolute;
    top: 74%;
    font-family: Open Sans,sans-serif
}

.icon_search {
    left: 39px;
    position: absolute;
    top: 83%
}

.da-thumbs li article span, .icon_search {
    display: inline-block
}

.portfolio_2col article h3 {
    padding-top: 70px !important
}

.mag-post a {
    cursor: pointer
}

#magzine.modal-open .modal {
    overflow: hidden
}

.mag-head {
    position: fixed;
    top: 20px;
    right: 10px;
    z-index: 999999999
}

    .mag-head a {
        margin: 0 5px
    }

.cuadro_intro_hover {
    padding: 0;
    position: relative;
    overflow: hidden;
    height: auto;
    margin-bottom: 0
}

    .cuadro_intro_hover:hover .caption {
        opacity: 1;
        transform: translateY(-150px);
        -webkit-transform: translateY(-150px);
        -moz-transform: translateY(-150px);
        -ms-transform: translateY(-150px);
        -o-transform: translateY(-150px)
    }

    .cuadro_intro_hover .caption {
        position: absolute;
        top: 84%;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        width: 100%
    }

    .cuadro_intro_hover .blur {
        background-color: rgba(51,51,51,.8);
        height: 300px;
        z-index: 5;
        position: absolute;
        width: 100%
    }

    .cuadro_intro_hover .caption-text {
        z-index: 10;
        color: #fff;
        position: absolute;
        height: 300px;
        text-align: center;
        top: -20px;
        width: 100%
    }

.caption-text p {
    color: #fff;
    padding: 0 10px
}

.caption-text h3 {
    padding: 10px;
    font-size: 14px
}

.image_grid {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%
}

    .image_grid li {
        float: left;
        line-height: 17px;
        color: #686f74;
        list-style: none;
        overflow: hidden;
        text-align: center
    }

.portfolio_works p {
    margin: 0
}

#portfolio_area .col-md-3 {
    padding: 0 1px;
    margin-bottom: 2px
}

.portfolio-items img {
    width: 100%;
    height: auto
}

.portfolio-items a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.portfolio-items img {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
}

.portfolio-items .item-w2 {
    background: #ed9393;
    width: 60%
}

.portfolio-items .item-h2 {
    background: #7cb744;
    height: 618px
}

.portfolio-items .item-h3 {
    background: #38b5e5
}

.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-property: -webkit-transform,opacity;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform
}

.cuadro_intro_hover img {
    width: 100%;
    height: auto
}

.cuadro_intro_hover p {
    margin: 0
}

.fancybox .fa {
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    background: #d53565;
    width: 32px;
    height: 32px
}

#portfolio .col-md-4 {
    margin-bottom: 20px
}

.chat-post img {
    float: left;
    width: 35px;
    margin: 0 20px 0 0
}

.chat-post {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0 30px
}

    .chat-post input[type=text] {
        border: 0;
        font-size: 16px;
        width: 75%;
        color: #666
    }

    .chat-post input[type=submit] {
        background: transparent none repeat scroll 0 0;
        border: 0;
        color: #0470b9;
        float: right;
        font-size: 18px
    }

.about-star h3 {
    font-size: 17px
}

.about-star .fa {
    background: #fff;
    border: 1px solid #ff4081
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.about-star .col-md-4 {
    float: left;
    display: inline-block;
    height: 80px
}

.modalpop-block .modal-dialog {
    width: 850px
}

.modalpop-block .quote {
    overflow: hidden
}

    .modalpop-block .quote, .modalpop-block .quote img {
        width: 150px;
        height: 150px;
        border-radius: 50%
    }

.modal-body {
    padding: 1rem 3rem
}

    .modal-body ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        width: 100%;
        color: #737373 !important
    }

        .modal-body ul.radio-large-list li {
            background-color: #f7f7f9;
            padding: 1rem;
            cursor: pointer;
            border-bottom: 1px solid #e0e0e0;
            position: relative
        }

            .modal-body ul.radio-large-list li.selected {
                background-color: #fce4ec
            }

            .modal-body ul.radio-large-list li:last-of-type {
                border-bottom: 0
            }

        .modal-body ul.bullet-list li {
            padding-left: 1em;
            text-indent: -.6em;
            line-height: 1.4rem;
            margin-bottom: .5rem
        }

            .modal-body ul.bullet-list li:before {
                content: "\E2\20AC\A2   ";
                color: #ff4081;
                margin-left: -.4rem;
                margin-right: .25em;
                font-size: 1.2rem
            }

    .modal-body .media-heading {
        color: #ff4081;
        margin-bottom: 0
    }

    .modal-body .donation {
        margin-right: 2rem
    }

.flex-column-center {
    text-align: left
}

.description-title {
    display: inline-block;
    font-family: roboto;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
    text-align: left
}

.modal-body .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.5rem;
    margin-right: -.5rem
}

.flex-column-center, .modal-body .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-column-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.description-title sup {
    font-size: 1rem
}

.user-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .5rem 0
}

.best-deal {
    background: url(../images/heart.png) 50% no-repeat #fff;
    background-size: 18px 17px;
    height: 21px;
    width: 22px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: -1rem;
    top: 50%;
    margin-top: -1.25rem
}

small {
    font-size: 80%
}

.stanleys-controls input[type=radio] {
    display: none
}

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

    .stanleys-controls input[type=radio] + label {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .modalpop-block ul.radio-large-list li.selected label span, .stanleys-controls input[type=radio]:checked + label span {
        background: #fff url(../images/pink-active.png) no-repeat scroll 50%;
        border: 1px solid #e0e0e0
    }

    .stanleys-controls input[type=radio] + label span {
        background-color: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 50%;
        display: inline-block;
        height: 20px;
        margin: 0 .5rem 0 0;
        min-width: 20px;
        width: 20px
    }

.flex-column-center .quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.top-earners .col-md-3 h2 {
    font-size: 20px;
    margin: 20px 0
}

.top-earners ul li h4 {
    font-size: 15px;
    float: left;
    font-weight: 400;
    line-height: 50px;
    margin: 0
}

    .top-earners ul li h4 a {
        color: #666
    }

        .top-earners ul li h4 a:hover {
            color: #ea427c;
            text-decoration: none
        }

.top-earners ul li {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
    height: auto;
    overflow: hidden
}

    .top-earners ul li .number {
        float: left;
        line-height: 50px;
        font-size: 15px;
        color: #666
    }

    .top-earners ul li .profile-pic {
        float: left;
        margin: 0 10px;
        width: 50px;
        height: 50px;
        vertical-align: middle
    }

        .top-earners ul li .profile-pic img {
            float: left;
            width: 50px;
            height: 50px;
            border-radius: 50%
        }

    .top-earners ul li .rate-highlight {
        float: right;
        margin: 0;
        line-height: 50px;
        font-size: 15px;
        color: #ea427c
    }

.input-append {
    float: right
}

.recently-sold .video-post {
    margin-bottom: 25px
}

.new-star.stanleys-girl {
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px
}

    .new-star.stanleys-girl:hover {
        background: 0 0
    }

    .new-star.stanleys-girl img {
        opacity: 1;
        overflow: hidden;
        width: 100%;
        height: auto;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%
    }

        .new-star.stanleys-girl img:hover {
            opacity: .8
        }

    .new-star.stanleys-girl a {
        color: #000;
        font-size: 13px
    }

        .new-star.stanleys-girl a:hover {
            color: #2196f3;
            text-decoration: none
        }

    .new-star.stanleys-girl p {
        margin: 10px 0
    }

.new-star.stanleys-girl {
    padding: 0 10px;
    float: left;
    width: 33%
}

.new-star a:hover img {
    border: 1px solid #ccc;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 2px 2px 15px #999;
    box-shadow: 2px 2px 15px #999
}

#myblog {
    margin-bottom: 25px
}

    #myblog, #myblog .item {
        height: auto
    }

#myblog {
    border: 1px solid #e0e0e0;
    border-radius: 5px
}

    #myblog .item img {
        margin: 0 0 15px
    }

    #myblog .item h3, #myblog .item p {
        padding: 0 15px
    }

    #myblog .item h3 {
        font-size: 18px;
        margin: 0 0 5px
    }

    #myblog .item p {
        font-size: 14px;
        margin: 0 0 5px
    }

.new-star h2, .recently-sold h2, .right-blog h2, .top-search-section h2 {
    font-size: 20px;
    margin: 0 0 15px
}

.top-search-section ul {
    padding: 0;
    margin: 0 0 20px;
    height: auto;
    overflow: hidden
}

    .top-search-section ul li {
        margin: 0
    }

        .top-search-section ul li a {
            padding: 8px 10px;
            float: left;
            border-bottom: 1px solid #e0e0e0;
            width: 100%;
            color: #666;
            display: inline-block;
            text-transform: capitalize;
            margin: 0
        }

            .top-search-section ul li a:hover {
                background: #fefefe;
                color: #2196f3;
                text-decoration: none
            }

        .top-search-section ul li img {
            width: 40px;
            height: 40px;
            margin: 0 5px;
            border-radius: 50%
        }

ul.utility-icons {
    list-style: none;
    margin: 0;
    line-height: 49px;
    height: 50px
}

    ul.utility-icons li {
        list-style: none;
        display: inline-block;
        padding: 0;
        margin: 0 5px
    }

    ul.utility-icons.hide-rwd li {
        width: 30px;
        height: 38px
    }

    ul.utility-icons.hide-rwd .diamond_btn {
        width: 95px;
        margin-left: 15px
    }

    ul.utility-icons li a {
        padding: 0;
        margin: 0;
        height: 100%;
        color: #333;
    }

        ul.utility-icons li a .fa {
            font-size: 17px;
            color: #666
        }

        ul.utility-icons li a:hover, ul.utility-icons li a:hover .fa {
            background: 0 0;
            color: #333
        }

        ul.utility-icons li a .fa.fa-heart {
            color: #333
        }

        ul.utility-icons li a:hover .fa.fa-heart {
            color: #2196f3
        }

.my-account {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 15px
}

    .my-account img {
        float: left;
        width: 40px;
        margin: 0 10px 10px 0
    }

    .my-account p {
        margin: 0;
        line-height: 18px
    }

.utility-icons .my-account {
    width: 100% !important;
    border-right: 0 !important;
    text-align: center;
}

    .utility-icons .my-account a {
        padding: 0;
        clear: none;
        color: #333
    }

.utility-icons .open .dropdown-menu {
    width: 210px
}

.utility-icons .open .setting-menu li {
    width: 100%
}

ul.utility-icons .open .setting-menu li {
    display: block;
    float: left;
    line-height: 24px;
    margin: 0;
    padding: 8px 15px;
    color: #333;
    text-align: center;
}

ul.utility-icons li ul li a {
    color: #737373;
    padding: 0
}

ul.utility-icons .open .setting-menu li ul li {
    padding: 0
}

ul.utility-icons li ul li a .fa-chevron-right {
    float: right;
    font-weight: 100;
    margin: 0 10px 0 0;
    text-align: right
}

li.is-active {
    background: #f2f2f2;
    color: #337ab7 !important;
}

ul.utility-icons ul.setting-menu li ul {
    display: none
}

ul.utility-icons ul.setting-menu li:hover ul {
    display: block;
    position: absolute;
    right: 0;
    top: 75px;
    width: 46%;
    padding: 0 0 0 15px
}

    ul.utility-icons ul.setting-menu li:hover ul li {
        width: 100% !important;
        border-right: 0 !important
    }

ul.utility-icons ul.setting-menu li ul li {
    background: 0 0 !important;
    padding: 4px;
    line-height: 32px
}

    ul.utility-icons ul.setting-menu li ul li a:hover {
        text-decoration: none;
        color: #0470b9
    }

.utility-icons .open .dropdown-menu.cart-block {
    width: 450px;
    padding: 15px
}

.cart-block-content .product-info {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0
}

    .cart-block-content .product-info img {
        width: 60px;
        float: left;
        height: 60px;
        margin: 0 15px 0 0
    }

    .cart-block-content .product-info .p-name {
        margin: 2px 0;
        font-size: 17px
    }

    .cart-block-content .product-info .p-rice {
        margin: 2px 0;
        font-size: 16px
    }

.toal-cart {
    background: #cecece;
    margin: 10px 0;
    padding: 5px;
    border-radius: 5px;
    font-weight: 700
}

#custom-search-input {
    background: #e8e6e7 none repeat scroll 0 0;
    margin: 0;
    padding: 10px
}

    #custom-search-input .search-query {
        background: #fff none repeat scroll 0 0 !important;
        border-radius: 4px;
        height: 33px;
        margin-bottom: 0;
        padding-left: 7px;
        padding-right: 7px
    }

    #custom-search-input button {
        background: transparent none repeat scroll 0 0;
        border: 0;
        border-radius: 3px;
        color: #666;
        left: auto;
        margin-bottom: 0;
        margin-top: 7px;
        padding: 2px 5px;
        position: absolute;
        right: 0;
        z-index: 9999
    }

.search-query:focus + button {
    z-index: 3
}

.all_conversation button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 85px;
    text-align: left;
    width: 100%;
    border-top: 0;
    border-bottom: 0
}

    .all_conversation button:hover {
        background: #f5f5f5
    }

.all_conversation i {
    background: #e9e7e8 none repeat scroll 0 0;
    border-radius: 100px;
    color: #636363;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px
}

.all_conversation .caret {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0
}

.all_conversation .dropdown-menu {
    background: #f5f3f3 none repeat scroll 0 0;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
    width: 100%
}

.all_conversation ul li {
    border-bottom: 1px solid #ddd;
    line-height: normal;
    width: 100%
}

    .all_conversation ul li a:hover {
        background: #ddd none repeat scroll 0 0;
        color: #333
    }

    .all_conversation ul li a {
        color: #333;
        line-height: 30px;
        padding: 3px 20px
    }

.member_list .chat-body {
    margin-left: 47px;
    margin-top: 0
}

.top_nav {
    overflow: visible
}

.member_list .contact_sec {
    margin-top: 3px
}

.member_list ul {
    border: 1px solid #ddd;
    min-height: 500px
}

.chat-img img {
    height: 34px;
    width: 34px
}

.member_list li {
    border-bottom: 1px solid #ddd;
    padding: 6px
}

    .member_list li:last-child {
        border-bottom: none
    }

.member_list {
    overflow-x: hidden;
    overflow-y: auto
}

.sub_menu_ {
    background: #e8e6e7 none repeat scroll 0 0;
    background: #f5f3f3 none repeat scroll 0 0;
    border: 1px solid rgba(0,0,0,.15);
    display: none;
    left: 100%;
    margin-left: 0;
    max-width: 233px;
    position: absolute;
    top: 0;
    width: 100%
}

.all_conversation ul li:hover .sub_menu_ {
    display: block
}

.new_message_head button {
    background: transparent none repeat scroll 0 0;
    border: medium;
    font-size: 17px
}

.new_message_head {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e0e0e0;
    float: left;
    font-size: 13px;
    font-weight: 600;
    padding: 10px;
    width: 100%
}

    .new_message_head input, .new_message_head span {
        font-size: 14px;
        color: #737373;
        font-weight: 400
    }

    .new_message_head input {
        background: 0 0;
        border: none;
        padding: 5px
    }

.message_section {
    border: 1px solid #ddd;
    border-top: 0;
    border-left: 0
}

.chat_area {
    float: left;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%
}

    .chat_area li {
        padding: 14px 14px 0
    }

        .chat_area li .chat-img1 img {
            height: 40px;
            width: 40px
        }

    .chat_area .chat-body1 {
        margin-left: 50px
    }

.chat-body1 p {
    background: #fbf9fa none repeat scroll 0 0;
    padding: 10px;
    font-size: 13px
}

.chat-body strong {
    font-weight: 400;
    font-size: 14px;
    color: #737373
}

.chat_area .admin_chat .chat-body1 {
    margin-left: 0;
    margin-right: 50px
}

.chat_area li:last-child {
    padding-bottom: 10px
}

.message_write {
    background: #f0faff none repeat scroll 0 0;
    border-top: 1px solid #e0e0e0;
    float: left;
    padding: 15px;
    width: 100%
}

    .message_write textarea.form-control {
        height: 80px;
        padding: 10px;
        background: #fff;
        border-radius: 5px 5px 0 0;
        border: 1px solid #e0e0e0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0
    }

        .message_write textarea.form-control:focus {
            border-color: #e0e0e0;
            -webkit-box-shadow: none;
            box-shadow: none;
            outline: 0
        }

.chat_bottom {
    background: #edeeef none repeat scroll 0 0;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0 0 5px 5px;
    float: left;
    margin-top: 0;
    padding: 10px;
    width: 100%
}

.send-success {
    background: #2196f3 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    padding: 5px 15px;
    text-align: center;
    text-shadow: none;
    border: 1px solid #2196f3
}

    .send-success:hover {
        background: #fff none repeat scroll 0 0;
        color: #2196f3;
        border: 1px solid #2196f3
    }

.inbox-page {
    overflow: hidden
}

.upload_btn {
    color: #777
}

.sub_menu_ > li, .sub_menu_ > li a {
    float: left;
    width: 100%
}

.member_list li:hover {
    background: #f0f0f0;
    color: #fff;
    cursor: pointer
}

.fileContainer [type=file] {
    cursor: pointer;
    margin-top: -18px;
    opacity: 0;
    visibility: hidden
}

label.fileContainer {
    color: #2196f3;
    height: 25px;
    margin: 5px 0 0 10px;
    width: 100px
}

    label.fileContainer .fa {
        color: #666
    }

.inbox-toggle select {
    background: #fbfbfb url(../images/down-arrow.png) no-repeat scroll 100%/12px 12px;
    border-radius: 0;
    border-radius: .428571em 0 0 .428571em;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 25px 5px 8px;
    -webkit-transition: border .2s linear 0s,-webkit-box-shadow .2s linear 0s;
    transition: border .2s linear 0s,-webkit-box-shadow .2s linear 0s;
    transition: border .2s linear 0s,box-shadow .2s linear 0s;
    transition: border .2s linear 0s,box-shadow .2s linear 0s,-webkit-box-shadow .2s linear 0s;
    width: 110px;
    border: 0
}

#fullslide.carousel, #fullslide.carousel .item {
    height: 550px
}

    #fullslide.carousel .glyphicon.glyphicon-chevron-left, #fullslide.carousel .glyphicon.glyphicon-chevron-right {
        background: #fff none repeat scroll 0 0;
        line-height: 32px;
        border-radius: 5px;
        color: #fff;
        height: 45px;
        padding: 5px 0;
        width: 45px
    }

.total-price {
    border-top: 1px solid #e0e0e0;
    background: fefefe;
    border-bottom: 1px solid #e0e0e0;
    margin: 15px 0;
    display: block
}

.buy-now {
    background: #000;
    border-radius: 5px;
    display: inline-block;
    border: 0 solid #e0e0e0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 7px 25px
}

    .buy-now:hover {
        background: #000;
        color: #fff;
        text-decoration: none
    }

.recommended-video .col-md-3 {
    padding-left: 0
}

button .fa-times-circle-o {
    font-size: 22px;
    font-weight: 100
}

.checkout-section .col-xs-2 img {
    height: 70px;
    width: auto
}

.setting-wrapper input, .setting-wrapper select, .setting-wrapper textarea {
    border: 1px solid #a0a0a0;
    border-radius: 7px;
    font-size: 14px;
    padding: 10px;
    width: 100%
}

.browse-now, .edit-button, .save-button, button.join-now {
    margin: 10px 0 10px 7px;
    float: left;
    background: #2196f3;
    font-family: Roboto,sans-serif;
    color: #fff !important;
    text-shadow: none !important;
    font-size: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    padding: 6px 20px !important
}

    .browse-now:hover, .edit-button:hover, .save-button:hover, button.join-now:hover {
        background: #1565c0
    }

    .save-button.disabled {
        pointer-events: none;
        opacity: .5
    }

.browse-now {
    float: none;
    display: inline-block
}

.address_info li {
    line-height: 32px
}

.setting-wrapper .panel {
    border-bottom: 1px solid #e0e0e0
}

    .setting-wrapper .panel ul {
        list-style: square;
        padding: 0;
        margin: 5px 0 5px 30px
    }

        .setting-wrapper .panel ul li {
            line-height: 25px;
            font-size: 14px;
            padding: 0 0 0 20px
        }

    .setting-wrapper .panel label {
        color: #666;
        font-size: 14px;
        font-weight: 400
    }

.setting-wrapper input[type=checkbox] {
    width: auto;
    margin: 0 10px 0 0
}

.profile-pic {
    width: 150px;
    height: 150px;
    border-radius: 50%
}

.edit-profile-wrap .edit-profile {
    text-align: center
}

.edit-button {
    float: none;
    display: inline-block
}

.edit-profile-wrap label {
    width: 100%;
    margin: 10px 0;
    font-size: 15px;
    font-weight: 400;
    color: #919191
}

.edit-profile-wrap select {
    background: url(../images/arrow-down-pink.svg) right 5px center/12px 12px no-repeat #fff;
    border: 1px solid #e0e0e0;
    width: 100%;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button.join-now {
    border: 0;
    margin: 10px 0
}

.edit-profile-wrapper {
    height: auto;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 15px
}

    .edit-profile-wrapper textarea {
        border: 1px solid #e0e0e0;
        width: 100%;
        border-radius: 5px;
        padding: 10px
    }

    .edit-profile-wrapper h2 {
        margin: 0 0 15px;
        font-size: 20px
    }

.purchase-history-table {
    width: 100%;
    border: 1px solid #e0e0e0;
    margin-bottom: 5px;
    border-radius: 5px
}

    .purchase-history-table td, .purchase-history-table th {
        padding: 10px;
        vertical-align: middle
    }

    .purchase-history-table th {
        background: #fff none repeat scroll 0 0;
        border-bottom: 2px solid #e0e0e0;
        color: #737373;
        font-weight: 400;
        text-align: center
    }

.iframe-container {
    padding-bottom: 60%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

    .iframe-container embed, .iframe-container iframe, .iframe-container object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.setting-wrapper .panel {
    margin-bottom: 0
}

    .setting-wrapper .panel .panel-heading .col-md-4 {
        padding-left: 0;
        color: #737373
    }

.panel-row {
    color: #737373;
    padding: 5px 0
}

.setting-wrapper .panel .panel-heading .col-md-7 {
    padding-left: 0;
    color: #737373
}

.setting-wrapper .panel .panel-heading .col-md-1 {
    padding-right: 0;
    text-align: right
}

.setting-wrapper .panel .col-sm-6.col-md-5.col-lg-4 {
    padding-left: 0
}

.save-button {
    margin-left: 0
}

#inner-wrapper h2 {
    font-size: 20px
}

.margin-bottom {
    margin-bottom: 20px
}

.browse-now {
    padding: 4px 15px
}

.hr-scroll {
    overflow-x: scroll
}

select.history-category {
    width: 150px
}

.carousel-control {
    width: 4%
}

    .carousel-control.left, .carousel-control.right {
        margin-left: 15px;
        background-image: none
    }

@media(max-width:767px) {
    .carousel-inner .active.left {
        left: -100%
    }

    .carousel-inner .next {
        left: 100%
    }

    .carousel-inner .prev {
        left: -100%
    }

    .active > div {
        display: none
    }

        .active > div:first-child {
            display: block
        }

    .video-preview {
        margin: 0;
    }
}

@media(min-width:767px) and (max-width:992px) {
    .carousel-inner .active.left {
        left: -50%
    }

    .carousel-inner .next {
        left: 50%
    }

    .carousel-inner .prev {
        left: -50%
    }

    .active > div {
        display: none
    }

        .active > div:first-child, .active > div:first-child + div {
            display: block
        }
}

@media(min-width:992px) {
    .carousel-inner .active.left {
        left: -16.7%
    }

    .carousel-inner .next {
        left: 16.7%
    }

    .carousel-inner .prev {
        left: -16.7%
    }
}

#videoCarousel.carousel, #videoCarousel.carousel .item, .small-pic.carousel, .small-pic.carousel .item {
    height: auto
}

.spacer {
    margin: 20px 0;
    float: left;
    width: 100%
}

.carousel-control.left, .carousel-control.right {
    background: hsla(0,0%,100%,.5) none repeat scroll 0 0;
    margin-left: 0
}

.viewall {
    font-size: 13px;
    margin-right: 15px;
    text-transform: uppercase
}

.makeitrain-list, .tokens-list {
    margin: 40px 0
}

    .makeitrain-list li, .tokens-list li {
        background: #f7f7f9 none repeat scroll 0 0;
        border-bottom: 1px solid #fff;
        display: inline-block;
        float: left;
        padding: 1rem;
        width: 33%
    }

.makerate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.desc-rate {
    font-size: 2.3rem
}

.makeitrain-list .stanleys-controls, .tokens-list .stanleys-controls {
    margin-bottom: 0
}

.makeitrain-list li.current, .tokens-list li.current {
    background-color: #fce4ec
}

.tokens-list li {
    width: 100%
}

.enter-messenger-user, .group-user {
    text-align: left;
    display: inline-block;
    width: 100%;
    padding: 15px 0
}

.skype-user {
    color: #737373;
    font-size: 14px;
    float: left
}

.enter-messenger-user, .skype-user {
    text-align: left
}

.donation-text {
    color: #fe33cd
}

.group-user p {
    margin: 0;
    text-align: left
}

.progress {
    height: 5px
}

.progress-bar-striped, .progress-striped .progress-bar {
    background: #ff4081 !important
}

.progress-sub-details b {
    color: #ff4081
}

.progress-sub-details {
    font-size: 14px;
    color: #737373
}

.progress .skill {
    font: 12px Open Sans Web;
    line-height: 35px;
    padding: 0;
    margin: 4px 0;
    text-transform: uppercase
}

    .progress .skill .val {
        float: right;
        font-style: normal;
        margin: 0 20px 0 0
    }

.progress-bar {
    text-align: left;
    -webkit-transition-duration: 3s;
    transition-duration: 3s
}

.modal-header h5 {
    text-align: center;
    margin: 0
}

.stanleys-controls select {
    -moz-appearance: none;
    background: #fff url(../images/arrow-down-pink.svg) no-repeat scroll right 5px center/12px 12px;
    border: 1px solid #e0e0e0;
    border-radius: .428571em;
    cursor: pointer;
    max-width: 100%;
    padding: 8px 20px;
    text-transform: capitalize
}

#inbox-section {
    padding-top: 0
}

#mobile-icons .search-icon {
    float: right;
    background: transparent url(../images/search-icon.png) no-repeat scroll 0 0;
    border: 0;
    cursor: pointer;
    height: 30px;
    margin: 0;
    opacity: .6;
    padding: 0;
    position: relative;
    width: 30px;
    z-index: 2
}

#mobile-icons {
    float: right;
    margin: 10px 30px 0 0
}

    #mobile-icons ul li {
        display: inline
    }

.small-icon {
    height: 1.875em;
    width: 1.875em
}

#mobile-search input {
    width: 93%
}

#mobile-search {
    border: 0;
    border-radius: 0;
    padding: 10px 10px 0;
    margin: 0;
    width: 100%
}

#mobile-icons .mobile-nav {
    margin: 15px 0 0;
    padding: 0
}

    #mobile-icons .mobile-nav li {
        display: inline-block;
        padding: 0;
        text-align: center;
        width: 24%
    }

        #mobile-icons .mobile-nav li a {
            color: #737373;
            width: 100%;
            border-bottom: 4px solid transparent;
            display: inline-block;
            font-size: 14px;
            padding: 0 0 10px
        }

            #mobile-icons .mobile-nav li.active a, #mobile-icons .mobile-nav li a:hover {
                background: 0 0;
                border-bottom: 4px solid #2196f3
            }

.navbar-default .navbar-toggle {
    border: none;
    padding: 10px 0
}

.navbar-toggle .icon-bar {
    display: none;
    border-radius: 0;
    height: 3px;
    width: 32px
}

.navbar-default .navbar-toggle .icon-bar {
    color: #989898
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent
}

.navbar-default .navbar-toggle.collapsed.userProfile {
    background-image: none;
    margin: auto 15px auto 0
}

.navbar-default .navbar-toggle.collapsed {
    background-image: url(../images/burger-icon.svg);
    background-position-y: center;
    font-size: 18px;
    height: 1.875em;
    width: 1.875em
}

.navbar-default .navbar-toggle:nth-of-type(2) {
    background-image: none;
    margin: auto 15px
}

.navbar-default .navbar-toggle {
    background-image: url(../images/x-icon.svg);
    background-position-y: center;
    font-size: 18px;
    height: 1.875em;
    width: 1.875em
}

#mobile-icons {
    display: none
}

.hide-computer, .hide-mobile {
    display: block
}

#fullslide.carousel, #fullslide.carousel .item .container {
    padding: 0
}

.col-md-4.sidebar-right {
    height: auto;
    overflow: hidden
}

#chat-section .heading-block {
    -webkit-box-shadow: none;
    box-shadow: none
}

.demo-video-section {
    float: left
}

    .demo-video-section video {
        width: 100%;
        height: 100%
    }

.stanleys-chat {
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    padding: 15px
}

    .stanleys-chat .header-placeholder {
        border-bottom: 1px solid #e0e0e0;
        color: #737373;
        font-size: 15px;
        margin: 0 0 15px;
        padding: 0 0 10px
    }

.message-chat {
    padding: 5px 0
}

.chat-form-control {
    border-top: 1px solid #e0e0e0;
    padding: 10px 0;
    display: block;
    margin: 15px 0 0
}

    .chat-form-control input[type=text] {
        border: 0;
        width: 80%
    }

    .buy-more, .chat-form-control button {
        background: 0 0;
        border: 0;
        color: #ff4081
    }

        .buy-more:hover, .chat-form-control button:hover {
            color: #000
        }

.chat-container {
    height: 350px;
    overflow-y: scroll
}

.arrow-btn .change-arrow {
    background: 0 0;
    border: 0;
    padding: 0;
    font-size: 25px;
    color: #2196f3
}

.demo-video-section {
    padding-left: 15px
}

    .demo-video-section.pull-left.col-md-8, .right-chat.col-sm-12.pull-right {
        width: 66.6667%
    }

        .demo-video-section.pull-left, .right-chat.col-sm-12.pull-right.col-md-4.col-lg-4 {
            width: 33.3333%
        }

.tokens-list .col-md-4 {
    font-family: roboto;
    font-size: 20px;
    font-weight: 400
}

    .tokens-list .col-md-4.small-text {
        color: #b1b1b1
    }

.modal-header h3 {
    color: #b1b1b1;
    font-size: 20px;
    margin: 0;
    text-align: center
}

.modal-header h5 {
    color: #ff4081;
    font-size: 15px
}

#mobile-ebook {
    display: none
}

#canvas {
    display: block
}

#mobile-ebook.carousel.slide {
    top: 80px
}

#mobile-ebook.carousel, #mobile-ebook.carousel .item {
    height: 100%
}

    #mobile-ebook.carousel .item img {
        width: 100%
    }

#mobile-ebook {
    margin: 0 auto;
    width: 95%
}

    #mobile-ebook .carousel-control.left, #mobile-ebook .carousel-control.right {
        display: block;
        height: 100%;
        padding: 50% 0;
        background: 0 0;
        vertical-align: middle;
        width: 40px
    }

@media screen and (max-width:1200px) {
    .nav > li > a {
        padding: 10px;
        line-height: 30px
    }

    .dropdown-search {
        width: 80px
    }

    .top-search-block input {
        width: 80%
    }

    .top-search-block .search-input {
        width: 140px
    }

    #mobile-ebook-carousle {
        display: none
    }

    #desktop-ebook {
        display: block
    }
}

@media screen and (min-width:1024px) and (max-width:1160px) {
    #sexy-videos .col-md-3, #sexy-videos .col-md-4 {
        float: left;
        margin: 0 0 10px;
        padding: 0 5px
    }
}

@media screen and (min-width:980px) and (max-width:1160px) {
    .tab_content .margin-bottom {
        margin-bottom: 20px;
        width: 50%
    }
}

@media screen and (max-width:1024px) {
    .nav.utility-icons.navbar-right.hide-rwd {
        display: none !important
    }

    .nav-sub-header {
        display: none
    }

    .navbar-nav.navbar-right {
        float: left
    }

        .navbar-nav.navbar-right li {
            display: inline-block
        }

    .top-search-block {
        margin: 0
    }

    #verified-girls-section h1 {
        font-size: 20px;
        margin: 15px 0 20px
    }

    #verified-girls-section.stanleys-stars .stanleys-girl {
        float: left;
        margin: 10px 0;
        padding: 5px;
        width: 16.5%
    }

    #sexy-videos .section-heading {
        padding: 0 15px
    }

        #sexy-videos .section-heading h4 {
            font-size: 20px
        }

    #blog-section .col-md-4 {
        margin-bottom: 15px;
        width: 33%;
        padding: 5px;
        float: left
    }

    #waiting-for-signup-section {
        background-attachment: inherit;
        background-position: 50%;
        background-size: cover;
        padding: 50px 0
    }

    #bgvid {
        height: 100%;
        min-width: 100%;
        pointer-events: none;
        right: 0;
        width: 100%;
        z-index: 1
    }

    .welcome h1 {
        font-size: 22px
    }

    #testimonials .carousel-control.right {
        right: 15px
    }

    #testimonials .carousel-caption p {
        font-size: 14px;
        text-align: center
    }

    #testimonials .item img {
        float: none;
        height: 100px;
        margin: 10px 0;
        width: 100px
    }

    #testimonials .carousel .item {
        height: 270px
    }

    #testimonials .carousel-caption {
        bottom: -21px
    }

    #footer h2 {
        font-size: 20px
    }

    #footer h5 {
        font-size: 15px
    }

    #copyright p, #footer ul li a {
        font-size: 13px
    }

    #copyright p {
        margin: 5px 0;
        text-align: center
    }

    #waiting-for-signup-section h3 {
        font-size: 25px;
        margin: 10px 0
    }

    #blog-section .blog-post h2 {
        font-size: 17px
    }

    .modal-body {
        padding: 1rem 0
    }

    .modal-content p {
        font-size: 14px
    }

    .leave-btn {
        font-size: 15px;
        padding: 7px 20px
    }

    .modal-content .enter-btn {
        font-size: 15px;
        padding: 8px 20px
    }

    section {
        padding: 20px 0
    }

    .promo-video .search-section {
        width: 33%;
        float: left
    }

    .promo-video .right-wrapper {
        width: 67%;
        float: right
    }

    .promo-video #sexy-videos .right-wrapper .col-md-3 {
        width: 50% !important
    }

    .top-search-block {
        display: none
    }

    .nav.navbar-nav.navbar-right {
        width: 100%
    }

        .nav.navbar-nav.navbar-right li {
            width: 49.5%
        }

    .join-now {
        border-radius: 0;
        width: 100%
    }

    .navbar .login-btn {
        border-radius: 0;
        width: auto
    }

    .navbar-nav > li > a {
        border-bottom: 1px solid #e0e0e0;
    }

    .equalizer-btn {
        display: block
    }

    .sub-header .col-md-4, .sub-header .col-md-8 {
        float: left;
        width: 50%
    }

        .sub-header .col-md-8 .select-control {
            float: left
        }

    .get-video-btn, .starprofile-banner {
        display: none
    }

    .profile-logo {
        margin: 0 auto;
        text-align: center
    }

    #portfolio .col-md-4, .margin-bottom {
        padding: 10px;
        width: 33%;
        float: left
    }

    .score-board p {
        float: none
    }

    #footer ul li {
        display: block;
        line-height: 30px
    }

    #boysCarousel .stanleys-girl, #girlCarousel .stanleys-girl {
        margin: 0 auto;
        text-align: center;
        width: 50%
    }

    #after-login, #mobile-icons {
        display: block
    }

    #after-login {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
        padding: 0
    }

    #mobile-icons a .small-icon {
        margin: 0 5px
    }

    .hide-mobile {
        display: none !important
    }

    .show-mobile {
        display: block
    }

    .utility-icons li {
        margin: 0 !important;
        width: 100%
    }

        .utility-icons li ul li {
            display: block;
            margin: 0;
            padding: 5px 0 !important;
            width: auto
        }

    ul.utility-icons {
        padding: 0
    }

        ul.utility-icons ul.setting-menu li:hover ul {
            left: 250px;
            right: 0
        }

        ul.utility-icons .setting-menu li ul li {
            padding: 0
        }

    .utility-icons .my-account {
        background: #f3f3f3;
        border-right: 0;
        padding: 15px;
        width: 100%;
        margin-top: -8px
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        min-height: inherit;
        background: #fefefe
    }

    .navbar-collapse.in {
        overflow-y: inherit
    }

    #mobile-icons ul li .dropdown-menu.cart-block {
        border: 0;
        border-radius: 0;
        padding: 10px;
        width: 100%
    }

        #mobile-icons ul li .dropdown-menu.cart-block li {
            width: 100%;
            display: inline-block
        }

    #mobile-icons .cart-buttons .join-now {
        width: auto
    }

    #sexy-videos .col-md-3, #sexy-videos .col-md-4 {
        float: left;
        margin: 0 0 10px;
        padding: 0 5px
    }

    #sexy-videos .video-description div {
        float: left;
        padding: 0
    }

        #sexy-videos .video-description div ul li {
            font-size: 12px;
            padding: 0 5px 0 0
        }

    .setting-wrapper .panel .panel-heading .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6667%;
        flex: 0 0 41.6667%;
        float: left;
        max-width: 41.6667%;
        overflow: hidden;
        padding-left: 0;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .setting-wrapper .panel .panel-heading .col-md-4 {
        float: left;
        padding-left: 0
    }

    .setting-wrapper .panel .panel-heading .col-md-1 {
        float: right;
        padding-right: 0;
        text-align: right
    }

    .promo-video #verified-girls-section .stanleys-girl {
        padding: 0 6px;
        width: 20%
    }

    .stanleys-girl {
        float: left;
        margin: 0;
        padding: 15px;
        width: 16%
    }

    .new-star.stanleys-girl {
        float: left;
        margin: 0;
        padding: 5px;
        width: 33%
    }

    #latest-blog-section .blog-posts img {
        margin: 0 0 10px;
        height: auto;
        width: 100%
    }

    #mag-section .col-md-3 {
        width: 25%;
        float: left
    }

    .contests-wrapper .col-md-3 {
        float: left;
        width: 33%
    }

    .profile-navigation ul.tabs li {
        width: 100px !important
    }

    ul.tabs li a {
        font-size: 13px
    }

    ul.utility-icons li {
        float: left;
        width: 100%
    }

    #after-login {
        display: block;
        position: relative;
        width: 100%
    }

    .navbar-collapse {
        padding: 0;
        border-radius: 0;
        position: absolute;
        border: 1px solid #e0e0e0;
        right: 35px;
        width: 500px
    }

    .navbar-nav {
        float: left;
        margin: 0;
        width: 100%
    }

        .navbar-nav > li {
            width: 100%
        }

    .utility-icons .setting-menu li {
        width: 250px;
        padding-left: 15px !important
    }

    #fullslide.carousel, #fullslide.carousel .item {
        height: 450px
    }

    .responsive-img {
        height: auto;
        width: auto
    }

    .inbox-page {
        overflow: inherit
    }
}

@media screen and (max-width:980px) {
    .top-search-block {
        float: left;
        margin: 7px 0 0 15px
    }

    .contests-wrapper .col-md-3 {
        float: left;
        width: 33%
    }

    .profile-navigation ul.tabs li {
        width: 100px !important
    }

    ul.tabs li a {
        font-size: 13px
    }

    .col-sm-3.top-search-section {
        width: 50%
    }

    .col-sm-3.right-blog {
        width: 100%;
        height: auto;
        overflow: hidden
    }

    .new-star.stanleys-girl {
        float: left;
        margin: 0;
        padding: 15px;
        width: 16%
    }

    ul.utility-icons li {
        float: left;
        width: 100%
    }

    #after-login {
        display: block;
        position: relative;
        width: 100%
    }

    .navbar-collapse {
        padding: 0;
        border-radius: 0;
        position: absolute;
        border: 1px solid #e0e0e0;
        right: 35px;
        width: 500px
    }

    .navbar-nav {
        float: left;
        margin: 0;
        width: 100%
    }

        .navbar-nav > li {
            width: 100%
        }

    .utility-icons .setting-menu li {
        width: 250px;
        padding-left: 15px !important
    }

    #fullslide.carousel, #fullslide.carousel .item {
        height: 400px
    }

    .responsive-img {
        height: auto;
        width: auto
    }

    .inbox-page {
        overflow: inherit
    }

    .modalpop-block .modal-dialog {
        width: 90%
    }
}

@media screen and (max-width:800px) {
    #fullslide.carousel, #fullslide.carousel .item {
        height: 400px
    }

    .col-sm-3.top-search-section {
        width: 50%
    }

    .col-sm-3.right-blog {
        width: 100%;
        height: auto;
        overflow: hidden
    }

    .promo-video #verified-girls-section .stanleys-girl {
        padding: 0 6px;
        width: 25%
    }

    ul.tabs li a {
        font-size: 13px
    }

    .responsive-img {
        height: auto;
        width: auto
    }

    .navbar-nav.navbar-right {
        float: left
    }

        .navbar-nav.navbar-right li {
            display: inline-block
        }

    .top-search-block {
        margin: 0
    }

    #verified-girls-section h1 {
        font-size: 20px;
        margin: 15px 0 20px
    }

    #verified-girls-section.stanleys-stars .stanleys-girl {
        float: left;
        margin: 10px -10px;
        padding: 0;
        width: 19%
    }

    .new-star.stanleys-girl, .stanleys-girl {
        padding: 5px;
        width: 20%;
        margin: 0;
        float: left
    }

    #sexy-videos .section-heading {
        padding: 0 15px
    }

        #sexy-videos .section-heading h4 {
            font-size: 20px
        }

    #blog-section .col-md-4 {
        margin-bottom: 15px;
        width: 33%;
        padding: 5px;
        float: left
    }

    #waiting-for-signup-section {
        background-attachment: inherit;
        background-position: 50%;
        background-size: cover;
        padding: 50px 0
    }

    #banner {
        height: auto;
        overflow: hidden;
        width: 100%
    }

    #bgvid {
        height: 100%;
        min-width: 100%;
        pointer-events: none;
        right: 0;
        width: 100%;
        z-index: 1
    }

    .welcome h1 {
        font-size: 22px
    }

    #testimonials .carousel-control.right {
        right: 15px
    }

    #testimonials .carousel-caption p {
        font-size: 14px;
        text-align: center
    }

    #testimonials .item img {
        float: none;
        height: 100px;
        margin: 10px 0;
        width: 100px
    }

    #testimonials .carousel .item {
        height: 270px
    }

    #testimonials .carousel-caption {
        bottom: -21px
    }

    #footer h2 {
        font-size: 20px
    }

    #footer h5 {
        font-size: 15px
    }

    #copyright p, #footer ul li a {
        font-size: 13px
    }

    #copyright p {
        margin: 5px 0;
        text-align: center
    }

    #waiting-for-signup-section h3 {
        font-size: 25px;
        margin: 10px 0
    }

    #blog-section .blog-post h2 {
        font-size: 17px
    }

    .modal-body {
        padding: 1rem 0
    }

    .modal-content p {
        font-size: 14px
    }

    .leave-btn {
        font-size: 15px;
        padding: 7px 20px
    }

    .modal-content .enter-btn {
        font-size: 15px;
        padding: 8px 20px
    }

    section {
        padding: 20px 0
    }

    .promo-video .search-section {
        width: 33%;
        float: left
    }

    .promo-video .right-wrapper {
        width: 67%;
        float: right
    }

    .promo-video #sexy-videos .right-wrapper .col-md-3 {
        width: 50% !important
    }

    .top-search-block {
        display: none
    }

    .nav.navbar-nav.navbar-right {
        width: 100%
    }

        .nav.navbar-nav.navbar-right li {
            width: 49.5%
        }

    .join-now {
        border-radius: 0;
        width: 100%
    }

    .navbar .login-btn {
        border-radius: 0;
        width: auto
    }

    .navbar-nav > li > a {
        border-bottom: 1px solid #e0e0e0
    }

    .equalizer-btn {
        display: block
    }

    .sub-header .col-md-4, .sub-header .col-md-8 {
        float: left;
        width: 50%
    }

        .sub-header .col-md-8 .select-control {
            float: left
        }

    .nav-sub-header {
        display: block
    }

    .get-video-btn, .starprofile-banner {
        display: none
    }

    .profile-logo {
        margin: 0 auto;
        text-align: center
    }

    #portfolio .col-md-4, .margin-bottom {
        padding: 10px;
        float: left;
        width: 50%
    }

    .score-board p {
        float: none
    }

    #footer ul li {
        display: block;
        line-height: 30px
    }

    #boysCarousel .stanleys-girl, #girlCarousel .stanleys-girl {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 32%
    }

    #after-login, #mobile-icons {
        display: block
    }

    #after-login {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
        padding: 0
    }

    #mobile-icons a .small-icon {
        margin: 0 5px
    }

    .hide-mobile {
        display: none !important
    }

    .utility-icons li {
        margin: 0 !important;
        width: 100%
    }

        .utility-icons li ul li {
            display: block;
            margin: 0;
            padding: 5px 0 !important;
            width: auto
        }

    ul.utility-icons {
        padding: 0
    }

    .utility-icons .setting-menu li {
        width: 250px;
        padding-left: 15px !important
    }

    ul.utility-icons ul.setting-menu li:hover ul {
        left: 250px;
        right: 0
    }

    ul.utility-icons .setting-menu li ul li {
        padding: 0
    }

    .utility-icons .my-account {
        background: #f3f3f3;
        border-right: 0;
        padding: 15px;
        width: 100%
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        min-height: inherit;
        background: #fefefe
    }

    .navbar-collapse.in {
        overflow-y: inherit
    }

    #mobile-icons ul li .dropdown-menu.cart-block {
        border: 0;
        border-radius: 0;
        padding: 10px;
        width: 100%
    }

        #mobile-icons ul li .dropdown-menu.cart-block li {
            width: 100%;
            display: inline-block
        }

    #mobile-icons .cart-buttons .join-now {
        width: auto
    }

    #sexy-videos.recommended-video .col-md-3 {
        float: left;
        margin: 0 0 10px;
        padding: 0 5px;
        width: 50%
    }

    #sexy-videos .col-md-3 {
        float: left;
        margin: 0 0 10px;
        padding: 0 5px
    }

    #sexy-videos .video-description div {
        float: left;
        padding: 0
    }

        #sexy-videos .video-description div ul li {
            font-size: 11px;
            padding: 0 3px 0 0
        }

    .setting-wrapper .panel .panel-heading .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6667%;
        flex: 0 0 41.6667%;
        float: left;
        max-width: 41.6667%;
        overflow: hidden;
        padding-left: 0;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .setting-wrapper .panel .panel-heading .col-md-4 {
        float: left;
        padding-left: 0
    }

    .setting-wrapper .panel .panel-heading .col-md-1 {
        float: right;
        padding-right: 0;
        text-align: right
    }

    .stanleys-mag-wrapper .stanleys-mag {
        width: 33%
    }

    #latest-blog-section .blog-posts img {
        margin: 0 0 10px;
        height: auto;
        width: 100%
    }

    #mag-section .col-md-3 {
        width: 33%;
        float: left
    }

    .contests-wrapper .col-md-3 {
        float: left;
        width: 50%
    }

    .profile-navigation ul.tabs li {
        width: 100px !important
    }

    ul.utility-icons li {
        float: left;
        width: 100%
    }

    #after-login {
        display: block;
        position: relative;
        width: 100%
    }

    .navbar-collapse {
        padding: 0;
        border-radius: 0;
        position: absolute;
        border: 1px solid #e0e0e0;
        right: 35px;
        width: 500px
    }

    .navbar-nav {
        float: left;
        margin: 0;
        width: 100%
    }

        .navbar-nav > li {
            width: 100%
        }

    .inbox-page {
        overflow: inherit
    }

    .col-md-8.tags-block {
        float: left;
        width: 70%;
        margin-bottom: 15px
    }

    .col-md-4.align-center.price-details {
        height: auto;
        overflow: hidden;
        text-align: left;
        width: 20%
    }

    .modalpop-block .modal-dialog {
        width: 90%
    }
}

@media screen and (max-width:768px) {
    .col-sm-3.top-search-section {
        width: 100%
    }

    .responsive-img {
        height: auto;
        width: 100%
    }

    #fullslide.carousel, #fullslide.carousel .item {
        height: 400px
    }

    ul.utility-icons li {
        float: none;
        width: 100%
    }

    #after-login {
        display: block;
        position: relative;
        width: 100%
    }

    .navbar-collapse {
        width: 100%;
        left: 0;
        padding: 0;
        margin: 0 !important;
        right: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0
    }

    .navbar-nav {
        float: none;
        margin: 0;
        width: 100%
    }

        .navbar-nav > li {
            width: inherit
        }

    .utility-icons .setting-menu li {
        width: 250px;
        padding-left: 15px !important
    }

    .navbar-right {
        width: 100%;
        border-bottom: 1px solid #e0e0e0
    }

    .recently-sold.col-sm-6.col-xs-12 {
        width: 100%
    }

    .inbox-page {
        overflow: inherit
    }

    .col-md-8.tags-block {
        float: left;
        width: 70%;
        margin-bottom: 15px
    }

    .col-md-4.align-center.price-details {
        height: auto;
        overflow: hidden;
        text-align: left;
        width: 21%
    }

    .modalpop-block .modal-dialog {
        width: 90%
    }

    .model_hidden {
        display: none
    }
}

@media screen and (max-width:640px) {
    .responsive-img {
        height: auto;
        width: 100%
    }

    #fullslide.carousel, #fullslide.carousel .item {
        height: 350px
    }

    .col-sm-3.top-search-section {
        width: 100%
    }

    .col-sm-3.right-blog {
        width: 100%;
        height: auto;
        overflow: hidden
    }

    .stanleys-mag-wrapper .stanleys-mag {
        width: 50%
    }

    .navbar-nav.navbar-right {
        float: left
    }

        .navbar-nav.navbar-right li {
            display: inline-block
        }

    .top-search-block {
        margin: 0
    }

    #verified-girls-section h1 {
        font-size: 20px;
        margin: 15px 0 20px
    }

    #verified-girls-section.stanleys-stars .stanleys-girl {
        float: left;
        margin: 10px 0;
        padding: 25px;
        width: 33%
    }

    .new-star.stanleys-girl, .stanleys-girl {
        padding: 5px;
        width: 33%;
        margin: 0;
        float: left
    }

    #sexy-videos .section-heading {
        padding: 0 15px
    }

        #sexy-videos .section-heading h4 {
            font-size: 20px
        }

    #blog-section .col-md-4 {
        margin-bottom: 15px;
        float: none;
        width: 100%
    }

    #waiting-for-signup-section {
        background-attachment: inherit;
        background-position: 50%;
        background-size: cover;
        padding: 50px 0
    }

    #banner {
        height: auto;
        overflow: hidden;
        width: 100%
    }

    #bgvid {
        height: 100%;
        min-width: 100%;
        pointer-events: none;
        right: 0;
        width: 100%;
        z-index: 1
    }

    .welcome h1 {
        font-size: 22px
    }

    #testimonials .carousel-control.right {
        right: 15px
    }

    #testimonials .carousel-caption p {
        font-size: 14px;
        text-align: center
    }

    #testimonials .item img {
        float: none;
        height: 100px;
        margin: 10px 0;
        width: 100px
    }

    #testimonials .carousel .item {
        height: 270px
    }

    #testimonials .carousel-caption {
        bottom: -21px
    }

    #footer h2 {
        font-size: 20px
    }

    #footer h5 {
        font-size: 15px
    }

    #copyright p, #footer ul li a {
        font-size: 13px
    }

    #copyright p {
        margin: 5px 0;
        text-align: center
    }

    #waiting-for-signup-section h3 {
        font-size: 25px;
        margin: 10px 0
    }

    #blog-section .blog-post h2 {
        font-size: 17px
    }

    .modal-body {
        padding: 1rem 0
    }

    .modal-content p {
        font-size: 14px
    }

    .leave-btn {
        font-size: 15px;
        padding: 7px 20px
    }

    .modal-content .enter-btn {
        font-size: 15px;
        padding: 8px 20px
    }

    .promo-video .right-wrapper, .promo-video .search-section {
        width: 100% !important
    }

    .promo-video #sexy-videos .right-wrapper .col-md-3 {
        width: 50% !important
    }

    .top-search-block {
        display: none
    }

    .nav.navbar-nav.navbar-right {
        width: 100%
    }

        .nav.navbar-nav.navbar-right li {
            width: 49.5%
        }

    .join-now {
        border-radius: 0;
        width: 100%
    }

    .navbar .login-btn {
        border-radius: 0;
        width: auto
    }

    .navbar-nav > li > a {
        border-bottom: 1px solid #e0e0e0
    }

    .equalizer-btn {
        bottom: 10px;
        display: block;
        right: 5px;
        z-index: 2147483647
    }

    .sub-header .col-md-4, .sub-header .col-md-8 {
        float: left;
        width: 50%
    }

        .sub-header .col-md-8 .select-control {
            float: left
        }

    .nav-sub-header {
        display: block
    }

    .select-control select {
        -moz-appearance: none;
        background: #fff url(../images/arrow-down-pink.svg) no-repeat scroll right 0 center/12px 12px;
        margin: 0
    }

    .get-video-btn, .starprofile-banner {
        display: none
    }

    .profile-logo {
        margin: 0 auto;
        text-align: center
    }

    #portfolio .col-md-4, .margin-bottom {
        float: left;
        padding: 0 1%;
        width: 98%
    }

    .score-board p {
        float: none
    }

    #footer ul li {
        display: block;
        line-height: 30px
    }

    #boysCarousel .stanleys-girl, #girlCarousel .stanleys-girl {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 50%
    }

    #after-login, #mobile-icons {
        display: block
    }

    #after-login {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
        padding: 0
    }

    #mobile-icons a .small-icon {
        margin: 0 5px
    }

    .hide-mobile {
        display: none !important
    }

    .utility-icons li {
        margin: 0 !important;
        width: 100%
    }

        .utility-icons li ul li {
            display: block;
            margin: 0;
            padding: 5px 0 !important;
            width: auto
        }

    ul.utility-icons {
        padding: 0
    }

    .utility-icons .setting-menu li {
        width: 250px;
        padding-left: 15px !important
    }

    ul.utility-icons ul.setting-menu li:hover ul {
        left: 250px;
        right: 0
    }

    ul.utility-icons li {
        float: none;
        width: 100%
    }

    #after-login {
        display: block;
        position: relative;
        width: 100%
    }

    .navbar-collapse {
        width: 100%;
        left: 0;
        padding: 0;
        margin: 0 !important;
        right: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav {
        float: none;
        margin: 0;
        width: 100%
    }

        .navbar-nav > li {
            width: inherit
        }

    ul.utility-icons .setting-menu li ul li {
        padding: 0
    }

    .utility-icons .my-account {
        background: #f3f3f3;
        border-right: 0;
        padding: 15px;
        width: 100%
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        background: #fefefe
    }

    .navbar-collapse.in {
        overflow-y: inherit
    }

    #mobile-icons ul li .dropdown-menu.cart-block {
        border: 0;
        border-radius: 0;
        padding: 10px;
        width: 100%
    }

        #mobile-icons ul li .dropdown-menu.cart-block li {
            width: 100%;
            display: inline-block
        }

    #mobile-icons .cart-buttons .join-now {
        width: auto
    }

    #sexy-videos .col-md-3, #sexy-videos .col-md-4 {
        float: left;
        margin: 0 0 15px;
        padding: 0
    }

    #sexy-videos .video-description div {
        float: left;
        padding: 0
    }

        #sexy-videos .video-description div ul li {
            font-size: 12px;
            padding: 0 5px 0 0
        }

    .setting-wrapper .panel .panel-heading .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6667%;
        flex: 0 0 41.6667%;
        float: left;
        max-width: 41.6667%;
        overflow: hidden;
        padding-left: 0;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .setting-wrapper .panel .panel-heading .col-md-4 {
        float: left;
        padding-left: 0
    }

    .setting-wrapper .panel .panel-heading .col-md-1 {
        float: right;
        padding-right: 0;
        text-align: right
    }

    #latest-blog-section .blog-posts img {
        margin: 0 0 10px;
        height: auto;
        width: 100%
    }

    #mag-section .col-md-3 {
        width: 33%;
        float: left
    }

    .contests-wrapper .col-md-3 {
        float: left;
        width: 50%
    }

    .profile-navigation ul.tabs li {
        width: 90px !important
    }

    .edit-profile-wrap input, .edit-profile-wrap select, .edit-profile-wrap textarea {
        width: 100%
    }

    .inbox-page {
        overflow: inherit
    }

    .ranking-post ul {
        text-align: left;
        width: 100%
    }

    .blog_post h3 a {
        font-size: 17px
    }

    .tags-block h6 {
        font-size: 13px
    }

    .tags-block li a {
        float: left;
        font-size: 12px;
        margin: 5px
    }

    .price-details .cart-btn {
        display: block
    }

    .col-md-4.align-center.price-details {
        padding-bottom: 15px
    }

    .col-md-5.pull-right.ranking-post, .col-md-7.pull-left.video-name {
        text-align: center;
        width: 100%
    }

    .col-md-8.tags-block {
        float: left;
        width: 100%;
        margin-bottom: 15px
    }

    .col-md-4.align-center.price-details {
        height: auto;
        overflow: hidden;
        text-align: left;
        width: 100%
    }

    .equalizer-btn {
        bottom: 15px;
        height: 43px;
        position: fixed;
        right: 15px;
        width: 43px;
        z-index: 999;
        background: url(../images/equalizer-on.png) no-repeat
    }

        .equalizer-btn.active-btn {
            background: url(../images/equalizer-off.png) no-repeat
        }

    .modalpop-block .modal-dialog {
        width: 90%
    }

    .arrow-btn {
        display: none
    }

    .demo-video-section.pull-left, .demo-video-section.pull-left.col-md-8, .right-chat.col-sm-12.pull-right, .right-chat.col-sm-12.pull-right.col-md-4.col-lg-4 {
        width: 100%
    }

    #mobile-ebook {
        display: block
    }

    #canvas {
        display: none
    }

    .dropdown-menu.setting-menu {
        height: 80vh;
        overflow: scroll
    }
}

@media screen and (max-width:480px) {
    .arrow-btn {
        display: none
    }

    .demo-video-section.pull-left, .demo-video-section.pull-left.col-md-8, .right-chat.col-sm-12.pull-right, .right-chat.col-sm-12.pull-right.col-md-4.col-lg-4 {
        width: 100%
    }

    .modalpop-block .modal-dialog {
        width: 90%
    }

    .ranking-post ul {
        text-align: left;
        width: 100%
    }

    .blog_post h3 a {
        font-size: 17px
    }

    .tags-block h6 {
        font-size: 13px
    }

    .tags-block li a {
        float: left;
        font-size: 12px;
        margin: 5px
    }

    .price-details .cart-btn {
        display: block
    }

    .col-md-4.align-center.price-details {
        padding-bottom: 15px
    }

    .col-md-5.pull-right.ranking-post, .col-md-7.pull-left.video-name {
        text-align: center;
        width: 100%
    }

    .col-md-8.tags-block {
        float: left;
        width: 100%;
        margin-bottom: 15px
    }

    .col-md-4.align-center.price-details {
        height: auto;
        overflow: hidden;
        text-align: left;
        width: 100%
    }

    .inbox-page {
        overflow: inherit
    }

    .edit-profile-wrap input, .edit-profile-wrap select, .edit-profile-wrap textarea {
        width: 100%
    }

    .responsive-img {
        height: auto;
        width: 100%
    }

    #fullslide.carousel, #fullslide.carousel .item {
        height: 250px
    }

        #fullslide.carousel, #fullslide.carousel .item .container {
            padding: 0
        }

    .col-sm-3.top-search-section {
        width: 100%
    }

    .col-sm-3.right-blog {
        width: 100%;
        height: auto;
        overflow: hidden
    }

    .contests-wrapper .col-md-3 {
        width: 100%
    }

    #sexy-videos .col-md-3, #sexy-videos .col-md-4 {
        float: left;
        width: 100%
    }

    #latest-blog-section .blog-posts img {
        margin: 0 0 10px;
        height: auto
    }

    #mag-section .col-md-3 {
        width: 100%
    }

    .navbar-nav.navbar-right {
        float: left
    }

        .navbar-nav.navbar-right li {
            display: inline-block
        }

    .top-search-block {
        margin: 0
    }

    #verified-girls-section h1 {
        font-size: 20px;
        margin: 15px 0 20px
    }

    #verified-girls-section.stanleys-stars .stanleys-girl {
        float: left;
        margin: 10px 0;
        padding: 25px;
        width: 50%
    }

    .new-star.stanleys-girl, .stanleys-girl {
        padding: 5px;
        width: 33%;
        margin: 0;
        float: left
    }

    #sexy-videos .section-heading {
        padding: 0 15px
    }

        #sexy-videos .section-heading h4 {
            font-size: 20px
        }

    #blog-section .col-md-4 {
        margin-bottom: 15px;
        float: none;
        width: 100%
    }

    #waiting-for-signup-section {
        background-attachment: inherit;
        background-position: 50%;
        background-size: cover;
        padding: 50px 0
    }

    #banner {
        height: auto;
        overflow: hidden;
        width: 100%
    }

    #bgvid {
        height: 100%;
        min-width: 100%;
        pointer-events: none;
        right: 0;
        width: 100%;
        z-index: 1
    }

    .welcome h1 {
        font-size: 22px
    }

    #testimonials .carousel-control.right {
        right: 15px
    }

    #testimonials .carousel-caption p {
        font-size: 14px;
        text-align: center
    }

    #testimonials .item img {
        float: none;
        height: 100px;
        margin: 10px 0;
        width: 100px
    }

    #testimonials .carousel .item {
        height: 270px
    }

    #testimonials .carousel-caption {
        bottom: -21px
    }

    #footer h2 {
        font-size: 20px
    }

    #footer h5 {
        font-size: 15px
    }

    #copyright p, #footer ul li a {
        font-size: 13px
    }

    #copyright p {
        margin: 5px 0;
        text-align: center
    }

    #waiting-for-signup-section h3 {
        font-size: 25px;
        margin: 10px 0
    }

    #blog-section .blog-post h2 {
        font-size: 17px
    }

    .modal-body {
        padding: 1rem 0
    }

    .modal-content p {
        font-size: 14px
    }

    .leave-btn {
        font-size: 15px;
        padding: 7px 20px
    }

    .modal-content .enter-btn {
        font-size: 15px;
        padding: 8px 20px
    }

    .promo-video #sexy-videos .right-wrapper .col-md-3, .promo-video .right-wrapper, .promo-video .search-section {
        width: 100% !important
    }

    .top-search-block {
        display: none
    }

    .nav.navbar-nav.navbar-right {
        width: 100%
    }

        .nav.navbar-nav.navbar-right li {
            width: 49%
        }

    .join-now {
        border-radius: 0;
        width: 100%
    }

    .navbar .login-btn {
        border-radius: 0;
        width: auto
    }

    .navbar-nav > li > a {
        border-bottom: 1px solid #e0e0e0
    }

    .equalizer-btn {
        bottom: 15px;
        height: 43px;
        position: fixed;
        right: 15px;
        width: 43px;
        z-index: 999;
        background: url(../images/equalizer-on.png) no-repeat
    }

        .equalizer-btn.active-btn {
            background: url(../images/equalizer-off.png) no-repeat
        }

    .sub-header .col-md-4, .sub-header .col-md-8 {
        float: left;
        width: 100%
    }

    .sub-header.subhead-after-login .col-md-8 ul {
        display: block
    }

    .sub-header.subhead-after-login .col-md-8 {
        width: 70%
    }

    .sub-header .col-md-8 .select-control {
        float: left
    }

    .nav-sub-header {
        display: block
    }

    .select-control select {
        -moz-appearance: none;
        background: #fff url(../images/arrow-down-pink.svg) no-repeat scroll right 0 center/12px 12px;
        margin: 0
    }

    .get-video-btn, .starprofile-banner {
        display: none
    }

    .profile-logo {
        margin: 0 auto;
        text-align: center
    }

    #portfolio .col-md-4, .margin-bottom {
        padding: 0;
        width: 100%;
        float: none
    }

    .score-board p {
        float: none
    }

    #footer ul li {
        display: block;
        line-height: 30px
    }

    #boysCarousel .stanleys-girl, #girlCarousel .stanleys-girl {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 50%
    }

    #after-login, #mobile-icons {
        display: block
    }

    #after-login {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
        padding: 0
    }

    #mobile-icons a .small-icon {
        margin: 0 5px
    }

    .hide-mobile {
        display: none !important
    }

    .utility-icons li {
        margin: 0 !important;
        width: 100%
    }

        .utility-icons li ul li {
            display: block;
            margin: 0;
            padding: 5px 0 !important;
            width: auto
        }

    ul.utility-icons {
        padding: 0
    }

    .utility-icons .setting-menu li {
        width: 250px;
        padding-left: 15px !important
    }

    ul.utility-icons ul.setting-menu li:hover ul {
        left: 250px;
        right: 0
    }

    ul.utility-icons .setting-menu li ul li {
        padding: 0
    }

    .utility-icons .my-account {
        background: #f3f3f3;
        border-right: 0;
        padding: 15px;
        width: 100%
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        background: #fefefe
    }

    .navbar-collapse.in {
        overflow-y: inherit
    }

    #mobile-icons ul li .dropdown-menu.cart-block {
        border: 0;
        border-radius: 0;
        padding: 10px;
        width: 100%
    }

        #mobile-icons ul li .dropdown-menu.cart-block li {
            width: 100%;
            display: inline-block
        }

    #mobile-icons .cart-buttons .join-now {
        width: auto
    }

    #mobile-search input {
        width: 90%
    }

    .setting-wrapper .panel .panel-heading .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6667%;
        flex: 0 0 41.6667%;
        float: left;
        max-width: 41.6667%;
        overflow: hidden;
        padding-left: 0;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .setting-wrapper .panel .panel-heading .col-md-4 {
        float: left;
        padding-left: 0
    }

    .setting-wrapper .panel .panel-heading .col-md-1 {
        float: right;
        padding-right: 0;
        text-align: right
    }

    .profile-video {
        display: none
    }

    .profile-navigation ul.tabs li {
        width: 62px
    }

    #latest-blog-section .blog-posts img {
        margin: 0 0 20px;
        width: 100%
    }

    .profile-navigation ul.tabs li {
        width: 80px !important
    }

    ul.utility-icons li {
        float: none;
        width: 100%
    }

    #after-login {
        display: block;
        position: relative;
        width: 100%
    }

    .navbar-collapse {
        width: 100%;
        left: 0;
        padding: 0;
        margin: 0 !important;
        right: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav {
        float: none;
        margin: 0;
        width: 100%
    }

        .navbar-nav > li {
            width: inherit
        }

    .stanleys-mag-wrapper .mag-post a img {
        float: left;
        margin: 0 20px 0 0 !important;
        width: 35% !important
    }

    #mag-section .stanleys-mag-wrapper .col-md-3 {
        margin-bottom: 10px !important
    }

    #mobile-ebook {
        display: block
    }

    #canvas.hide-in-mobile {
        display: none !important
    }

    .heading-block h3 a {
        width: 58%
    }
}

@media screen and (max-width:360px) {
    .utility-icons .setting-menu li {
        width: 180px;
        padding-left: 15px !important
    }

    ul.utility-icons ul.setting-menu li:hover ul {
        left: 180px;
        right: 0
    }

    .new-star.stanleys-girl, .stanleys-girl {
        padding: 6px;
        width: 33%;
        margin: 0;
        float: left
    }

        .stanleys-girl .profilePic {
            width: auto
        }

        .stanleys-girl img {
            height: auto
        }

    #mobile-ebook-carousle {
        display: block
    }

    #canvas.hide-in-mobile {
        display: none !important
    }

    .small-icon {
        height: 1.5em;
        width: 1.5em
    }
}

@media screen and (max-width:320px) {
    #mobile-icons {
        margin: 10px 10px 0 0
    }

        #mobile-icons a .small-icon {
            margin: 0 3px
        }

    .small-icon {
        height: 1.5em;
        width: 1.5em
    }

    .utility-icons .setting-menu li {
        width: 160px
    }

    ul.utility-icons ul.setting-menu li:hover ul {
        left: 160px;
        right: 0
    }

    #mobile-ebook {
        display: block
    }

    #canvas.hide-in-mobile {
        display: none !important
    }
}

@media screen and (max-width:767px) {
    #footer {
        background: #f8f8f8;
        padding: 15px 0;
        text-align: center
    }
}

@media screen and (min-width:992px) {
    .video-preview .photoheight, .video-preview.video {
        height: 140px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .video-preview .photoheight, .video-preview.video {
        height: 140px
    }
}

@media(min-width:481px) and (max-width:767px) {
    .video-preview .photoheight {
        height: 220px
    }

    .rwdcolor .video-preview .photoheight, .rwdcolor .video-preview.video {
        height: 180px
    }
}

@media(max-width:480px) {
    .video-preview .photoheight, .video-preview.video {
        height: 125px
    }

    .rwdcolor .video-preview .photoheight, .rwdcolor .video-preview.video {
        height: 130px
    }

    #my-packages .video-preview .photoheight, #my-packages .video-preview.video {
        height: 180px
    }
}

@media screen and (min-width:1025px) {
    .navbar-collapse.collapse.hide-PC {
        display: none !important
    }

    #show-mobile, #show-mobile-lang {
        display: none
    }
}

body::-webkit-scrollbar {
    display: none
}

#show-mobile, #show-mobile-lang {
    float: right
}

    #show-mobile ul {
        height: 50px;
        line-height: 48px;
        margin: 0 5px
    }

        #show-mobile-lang ul li, #show-mobile ul li {
            display: inline-block;
            width: 30px;
            height: 38px;
            margin: 0 5px
        }

@media screen and (max-width:375px) {
    #show-mobile-lang ul li, #show-mobile ul li {
        margin: 0 2px
    }

    .navbar-default .navbar-toggle.collapsed.userProfile {
        margin: auto 10px auto 0
    }
}

@media screen and (max-width:340px) {
    #show-mobile-lang ul li, #show-mobile ul li {
        width: 25px
    }
}

#show-mobile-lang ul li a, #show-mobile ul li a {
    position: relative;
    height: 100%;
    display: block
}

.icon_gotInfo {
    position: absolute;
    bottom: 2px;
    width: 5px;
    height: 5px;
    margin: auto;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

section:first-of-type {
    min-height: calc(100vh - 11em)
}

.profile-pic {
    -o-object-fit: cover;
    object-fit: cover
}

input::-webkit-input-placeholder {
    color: hsla(0,0%,83%,.8)
}

input::-moz-placeholder {
    color: hsla(0,0%,83%,.8)
}

input::-ms-input-placeholder {
    color: hsla(0,0%,83%,.8)
}

input::placeholder {
    color: hsla(0,0%,83%,.8)
}

.video-preview.video {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0
}

.show-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 22
}

.video-post .video-preview #bgvid {
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover
}

.fa.fa-heart, .fa.fa-heart-o {
    cursor: pointer
}

@media screen and (max-width:481px) {
    .video-post {
        border-radius: 0;
        border-right: 0;
        border-left: 0
    }
}

label.valid_error {
    font-size: 12px;
    text-align: left;
    width: 100%;
    font-weight: 400;
    color: #ff4081;
    float: left
}

    label.valid_error:before {
        content: "*"
    }

.play_video_icon, .play_video_icon_hide, .play_video_icon_show {
    line-height: .5em;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: .06666em solid #fff;
    background-color: #2b333f;
    background-color: rgba(43,51,63,.5);
    border-radius: .3em;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-size: 1.5em;
    height: 1.5em;
    width: 3em
}

.play_video_icon_hide {
    display: none
}

.play_video_icon, .play_video_icon_show {
    display: block
}

.play_video_icon_big {
    font-size: 1.5em;
    height: 3em;
    width: 6em
}

.photos:hover .play_video_icon_hide, .video-post:hover .play_video_icon_hide, .video-preview:hover .play_video_icon_hide {
    display: block
}

#showAllPic .photos:hover .vid-length, .photos:hover .play_video_icon_show, .video-post:hover .play_video_icon_show, .video-post:hover .vid-length, .video-preview:hover .play_video_icon_show {
    display: none
}

.video_lock {
    color: hsla(0,0%,100%,.8);
    font-size: 40px;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media screen and (max-width:1024px) {
    #navbar .navbar-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 5px 0;
        border: 0
    }

        #navbar .navbar-right .login-btn {
            border: 0
        }

        #navbar .navbar-right li {
            width: 45%
        }

            #navbar .navbar-right li:nth-child(2) {
                border: 1px solid #2196f3
            }

                #navbar .navbar-right li:nth-child(2):hover {
                    background-color: #187bcd;
                    color: #fff
                }
}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .join-now {
        padding: 1px 20px !important
    }

    .navbar .login-btn {
        padding: 0 20px !important
    }
}

.hoverheart {
    padding-right: 3px
}

.notifyIcon, .notReadMessage {
    background: #e74788;
    height: 11px;
    min-width: 21px;
    width: 100%;
    font-size: 10px;
    position: absolute;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    bottom: -1px;
    font-family: Arial;
    line-height: 1.1
}

.notifyCount, .notReadMessageCount {
    line-height: 11px !important
}

.notReadMessage {
    bottom: 4
}

.preorder.detail-title {
    color: #e74989;
    font-size: 13px;
    padding: 0 5px;
    margin-left: 5px;
    bottom: 2px;
    position: relative;
    display: inline-block;
    -webkit-box-shadow: 0 0 0 1px #e74989;
    box-shadow: 0 0 0 1px #e74989
}

.mt-1 {
    margin-top: .5em
}

.mt-2 {
    margin-top: .8em
}

.mt-3 {
    margin-top: 1.1em
}

.mb-1 {
    margin-bottom: .5em
}

.mb-2 {
    margin-bottom: .8em
}

.mb-3 {
    margin-bottom: 1.1em
}

.w-50 {
    width: 50%
}

.w-75 {
    width: 75%
}

.w-100 {
    width: 100%
}

.font-weight-bold {
    font-weight: 700
}

.font-dark-gray {
    color: #3b3b3b
}

.font-15 {
    font-size: 15px
}

.font-24 {
    font-size: 24px
}

.btn-bright-blue {
    background: #49bcfe;
    color: #fff
}

    .btn-bright-blue:hover {
        background: #fff;
        color: #49bcfe;
        border: 1px solid #49bcfe
    }

    .btn-bright-blue.disabled {
        pointer-events: none !important
    }

.btn-secondary {
    background: #bebebe;
    color: #fff
}

    .btn-secondary:hover {
        background: #fff;
        color: #bebebe;
        border: 1px solid #bebebe
    }

    .btn-secondary.disabled {
        pointer-events: none !important
    }

.btn-outline-pink {
    border-radius: 5px;
    color: #e84989;
    border: 1px solid #e84989;
    background-color: #fff
}

    .btn-outline-pink:hover {
        background-color: #e84989;
        color: #fff
    }

.btn-outline-info {
    border-radius: 5px;
    color: #2196f3;
    border: 1px solid #2196f3;
    background-color: #fff
}

    .btn-outline-info:hover {
        background-color: #2196f3;
        color: #fff
    }

.no-drop {
    cursor: no-drop
}

.maintenancing {
    font-size: 22px;
    font-weight: 500;
    color: #464646;
    text-align: center;
    padding-top: 20px;
    min-height: 150px
}

.modal-open .imgModal .modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.imgModal .modal-body, .imgModal .modal-content {
    padding: 0
}

.imgModal .modal-dialog {
    width: 40vw;
    max-width: 700px;
    min-width: 300px
}

.imgModal img {
    width: 100%;
    max-width: 700px
}

.imgModal .close {
    position: absolute;
    right: 65px;
    top: 45px;
    opacity: 1;
    color: #fff
}

@media(max-width:600px) {
    .imgModal .close {
        right: 30px
    }
}

#myModal {
    background: rgba(0,0,0,.6)
}

.color_discon_price {
    color: #e84a89
}

.input_style_text {
    width: 99%;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 0 1px 1px #f1f1f1;
    box-shadow: 0 0 1px 1px #f1f1f1;
    border-radius: 5px;
    padding: 5px;
    font-size: 16px
}

.btn_st_sent, .btn_st_sent_full {
    background-color: #438de2;
    color: #fff;
    border: none;
    border-radius: 3px;
    -webkit-transition: .2s;
    transition: .2s;
    width: 48%
}

    .btn_st_sent:hover, .btn_st_sent_full:hover {
        cursor: pointer;
        background-color: #0962c7;
        -webkit-transition: .2s;
        transition: .2s
    }

.btn_st_return, .btn_st_return_full {
    padding: 1.5px;
    border-radius: 3px;
    background-color: #ff5a9c;
    color: #fff;
    width: 48%;
    display: inline-block;
    text-align: center
}

    .btn_st_return:hover, .btn_st_return_full:hover {
        background-color: #f91a73;
        cursor: pointer
    }

.btn_st_return_full, .btn_st_sent_full {
    width: 100%;
    padding: .5em 1em
}

.btn_upload_img {
    background-color: #438de2;
    color: #fff;
    border: none;
    border-radius: 3px;
    -webkit-transition: .2s;
    transition: .2s;
    padding: .5em 1em
}

    .btn_upload_img:hover {
        cursor: pointer;
        background-color: #0962c7;
        -webkit-transition: .2s;
        transition: .2s
    }

.backend_control_page {
    max-width: 1400px;
    min-width: 1200px;
    width: 100%
}

.width_full {
    width: 100%
}

.border_1 {
    border: 1px solid #e0e0e0
}

.mg-t-1 {
    margin-top: 1em
}

.mg-b-1 {
    margin-bottom: 1em
}

.float-l {
    float: left
}

.float-r {
    float: right
}

.pd-0 {
    padding: 0
}

.pd-l-0 {
    padding-left: 0
}

.pd-5p {
    padding: 5px !important
}

.fs-13 {
    font-size: 13px
}

.boxShadow_pink_3 {
    -webkit-box-shadow: 0 0 0 3px #e84988 !important;
    box-shadow: 0 0 0 3px #e84988 !important
}

.pd-r-0 {
    padding-right: 0
}

.overflow_hidden {
    overflow: hidden
}

.text_overflow_ellipsis {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sidebar {
    max-width: 1140px;
    margin: 15px auto 0;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px
}

    .sidebar span {
        color: #444;
        font-weight: 700;
        font-size: 16px
    }

    .drowboxsize, .sidebar ul {
        padding-top: 5px
    }

        .sidebar ul li {
            display: inline;
            padding: 0 5px
        }

input[type=checkbox] ~ label {
    color: #737373;
    font-weight: 400
}

input[type=checkbox]:hover ~ label {
    cursor: pointer
}

input[type=checkbox]:checked ~ label {
    color: red
}

.sidebar ul li .listbtn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.dropdownmore ul li {
    display: block
}

    .dropdownmore ul li:hover {
        background-color: #f1f1f1;
        cursor: pointer
    }

.drowboxsize {
    color: red
}

#showAllPic .vid-length {
    z-index: 1
}

#showAllPic .vid-length, .video-preview .vid-length {
    color: #fff;
    position: absolute;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: .1rem .5rem;
    left: .5rem;
    bottom: .5rem;
    font-size: 1.5rem;
    font-weight: 400;
    background-color: rgba(91,91,91,.5)
}

.img-preview .tags {
    position: absolute;
    bottom: 40px;
    font-size: 16px;
    z-index: 1
}

    .img-preview .tags div {
        padding: 5px 8px;
        margin-bottom: 15px;
        text-align: center;
        border-radius: 8px;
    }

        .img-preview .tags div a {
            text-decoration: none;
            color: #fff
        }

@media(max-width:768px) {
    .img-preview .tags {
        bottom: 20px
    }
}

.loaders {
    height: 150px;
    line-height: 150px;
    font-family: sans-serif;
    font-size: 40px;
    font-size: 2.5rem;
    color: #1c1a18;
    text-align: center
}

.loader {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    vertical-align: middle
}

.loader-circles {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

    .loader-circles, .loader-circles:after, .loader-circles:before {
        border-radius: 50px;
        border: 3px solid transparent;
        border-top-color: #1c1a18
    }

        .loader-circles:after, .loader-circles:before {
            content: "";
            position: absolute;
            top: 5px;
            right: 5px;
            bottom: 5px;
            left: 5px;
            opacity: .8;
            -webkit-animation: spinreverse 5s linear infinite;
            animation: spinreverse 5s linear infinite
        }

        .loader-circles:before {
            top: 12px;
            left: 12px;
            bottom: 12px;
            right: 12px;
            -webkit-animation: spinreverse 10s linear infinite;
            animation: spinreverse 10s linear infinite
        }

@-webkit-keyframes grow {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0
    }

    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1
    }

    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0
    }
}

@keyframes grow {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0
    }

    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1
    }

    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        tranform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        tranform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        tranform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        tranform: rotate(1turn)
    }
}

@-webkit-keyframes spinreverse {
    0% {
        -webkit-transform: rotate(0deg);
        tranform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(-1turn);
        tranform: rotate(-1turn)
    }
}

@keyframes spinreverse {
    0% {
        -webkit-transform: rotate(0deg);
        tranform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(-1turn);
        tranform: rotate(-1turn)
    }
}

#my_products_lists .video-post, .video-post {
    position: relative
}

#failbg {
    z-index: 30;
    height: 100%;
    background-color: rgba(84,70,70,.8);
    border-radius: 5px
}

#failbg, #failword {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

#failword {
    z-index: 32;
    text-align: center;
    color: #fff
}

#sexy-videos .video-preview img {
    width: 100% !important;
    max-height: 250px;
    min-height: 250px;
    background-size: cover;
    bottom: 0;
    right: 0;
    width: auto;
    z-index: 1
}

.Privacy_Policy {
    width: 90%;
    margin: 10px auto
}

.row.ov-scroll {
    overflow-y: auto;
    max-height: 500px
}

#ppBody {
    font-size: 11pt;
    text-align: justify
}

#ppBody, #ppHeader {
    width: 100%;
    margin: 0 auto
}

#ppHeader {
    font-family: verdana;
    font-size: 21pt
}

.ppConsistencies {
    display: none
}

.term_show .list_head {
    margin-bottom: 2em !important
}

#showAllPic .showAllPic .photos video {
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.photos .preview_video {
    display: block;
    position: absolute;
    height: 100%
}

.bgvid {
    position: absolute
}

.otherAuthor {
    padding: 0 30px
}

.h2display {
    display: none
}

.Related_Products .video-post .video-preview #bgvid {
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover
}

.disabled2 {
    width: 100%;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #ccc;
    font-size: 16px;
    padding: 7px 45px;
    display: inline-block
}

.heading-block .model-pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    margin: 0 10px 0 0
}

.modelpic {
    position: absolute;
    top: 5px;
    left: 60px
}

.heading-block .authorName {
    display: inline-block
}

.span_discounts {
    max-width: 250px;
    width: 100%;
    top: 30px;
    left: -5px;
    position: absolute;
    color: red;
    font-size: 2rem
}

.span_diamaond {
    position: absolute;
    top: 70px;
    left: -25px;
    right: 0;
    font-size: 20px
}

#cover_video {
    width: 100%;
    height: 100%
}

    #cover_video a {
        color: #fff;
        text-decoration: none
    }

.vertical_video {
    background-color: #3b3b3b !important
}

.lock_2 .glyphicon-lock:before {
    content: "\E033"
}

.price-details .currency {
    font-size: 14px;
    color: #666
}

.price-details .price_lable {
    font-size: 12px;
    color: #666
}

.share_icob {
    padding: 30px 0 10px
}

    .share_icob a {
        padding: 10px 3px
    }

        .share_icob a img {
            width: 15%
        }

.resp-vtabs .resp-tabs-container {
    border: none
}

.tab1.description {
    padding: 10px;
    font-family: Microsoft JhengHei
}

#share_button {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.share_box {
    position: absolute;
    top: 100%;
    right: 0;
    max-width: 380px;
    height: 13em;
    border: 1px solid #ccc;
    border-radius: 3px
}

.share_box, .share_box_moblie {
    width: 100%;
    z-index: 1031;
    background-color: #fff
}

.share_box_moblie {
    position: fixed;
    bottom: 0;
    text-align: center
}

    .share_box_moblie ul, .share_box ul {
        padding: 5px;
        text-align: left;
        background-color: #fafafa
    }

        .share_box ul li {
            width: 41.5px;
            display: inline-block
        }

@media(max-width:640px) {
    .share_box ul li {
        width: 43.5px
    }
}

.share_box_moblie ul li {
    width: 40px;
    display: inline-block;
    margin: 0 2rem
}

    .share_box_moblie ul li img, .share_box ul li img {
        width: 100%
    }

.share_box > div, .share_box_moblie > div, .share_box_moblie h4, .share_box h4 {
    padding: 0 15px
}

.share_box > div {
    padding-top: 5px
}

.share_box_moblie > div {
    padding-bottom: .8rem
}

.share_box_moblie p, .share_box p {
    height: 30px;
    width: 100%;
    padding: 5px;
    line-height: 30px;
    border: none;
    border-bottom: 1px solid #999;
    overflow: scroll
}

#facebook_share {
    vertical-align: top
}

    #facebook_share img {
        border-radius: 7px
    }

.share_box .copy_btn, .share_box_moblie .copy_btn {
    margin-top: 1em
}

.photos .lock .glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

#share_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 60;
    top: 0;
    display: none
}

.form-group .cards_logo {
    width: 16%;
    float: left;
    padding: 0 0 0 4px
}

    .form-group .cards_logo img {
        width: 100%
    }

#check_age {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 90%;
    width: 100%;
    height: 13em;
    border-radius: .2em;
    -webkit-box-shadow: 0 0 5px 1px #eee;
    box-shadow: 0 0 5px 1px #eee
}

    #check_age input {
        width: 250px;
        margin: 2em auto
    }

@media(max-width:767px) {
    #check_age input {
        width: 80%
    }
}

.productphoto .video-js .vjs-big-play-button {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

#use_key_unlock {
    text-decoration: none;
    margin-top: 1rem;
    background: #ec6060;
    border-radius: 5px;
    display: inline-block;
    border: 0 solid #e0e0e0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 7px 34px
}

    #use_key_unlock:hover {
        background: #ea3c3c;
        -webkit-transition: .3s;
        transition: .3s;
        cursor: pointer
    }

#buy_message .buy_message_area, #use_coupon_area, #use_key .use_key_area {
    width: 100%
}

#buy_message .buy_message_area {
    top: 55%
}

    #buy_message .buy_message_area .text_info, #use_coupon .text_info, #use_key .use_key_area .text_info {
        margin-bottom: 1em
    }

    #buy_message .buy_message_area button, #use_coupon button, #use_key .use_key_area button {
        background: #2196f3;
        border-radius: 3px;
        display: inline-block;
        border: 0 solid #e0e0e0;
        text-align: center;
        color: #fff;
        font-size: 16px;
        padding: 7px 25px
    }

        #buy_message .buy_message_area button:hover, #use_coupon button:hover, #use_key .use_key_area button:hover {
            cursor: pointer;
            background: #438de2
        }

    #buy_message .buy_message_area .message_type, #use_coupon .lock_type, #use_key .use_key_area .lock_type {
        margin-bottom: 2em
    }

        #buy_message .buy_message_area .message_type img, #use_coupon .lock_type img, #use_key .use_key_area .lock_type img {
            width: 25%
        }

#Expire .ExpiresOn h3 span {
    float: right;
    font-size: .7em;
    color: rgba(0,0,0,.4);
    line-height: 24px
}

#use_coupon .lock_type, .use_key_area .lock_type {
    margin: 2em auto 1rem;
    max-width: 200px
}

#inner-wrapper .purchase-history-box {
    text-align: center
}

.purchase-history-table td {
    text-align: left
}

.purchase-history-table th {
    background-color: #f8f8f8;
    font-weight: 700;
    border-right: 1px solid #e0e0e0
}

.purchase-history-table tr {
    border-top: 1px solid #e0e0e0
}

    .purchase-history-table tr:hover {
        background-color: #fcfcfc;
        -webkit-transition: .2s;
        transition: .2s
    }

#inner-wrapper .reward_history {
    text-align: center
}

.reward_history .purchase-history-table {
    font-size: 14px;
    text-align: center
}

    .reward_history .purchase-history-table th {
        background-color: #f8f8f8;
        font-weight: 700;
        border-right: 1px solid #e0e0e0
    }

    .reward_history .purchase-history-table tr {
        border-top: 1px solid #e0e0e0
    }

        .reward_history .purchase-history-table tr:hover {
            background-color: #fcfcfc;
            -webkit-transition: .2s;
            transition: .2s
        }

.reward_history .money-box {
    width: 100%;
    margin-bottom: 20px
}

    .reward_history .money-box .box {
        width: 22%;
        background-color: #555;
        float: left;
        border-radius: 5px;
        padding: 10px 15px;
        height: 125px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff
    }

        .reward_history .money-box .box .price {
            font-size: 35px;
            margin: 0;
            font-weight: 700
        }

        .reward_history .money-box .box .font-yellow {
            color: #f6ee8d;
            display: none
        }

#line_icon {
    position: fixed;
    top: 56;
    right: 20;
    z-index: 53;
    width: 95px;
    opacity: .9
}

    #line_icon img {
        width: 100%
    }

#setting_area .panel-heading {
    padding: 10px 30px
}

#bank_number {
    padding: 10px 5px 10px 10px;
    background-color: #fcfcfc;
    border: 1px solid #a0a0a0
}

.reset_button {
    margin: 10px 0 10px 7px;
    float: left;
    background: #2196f3;
    font-family: Roboto,sans-serif;
    color: #fff !important;
    text-shadow: none !important;
    font-size: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    padding: 6px 20px !important
}

    .reset_button:hover {
        color: #23527c;
        text-decoration: none;
        cursor: pointer
    }

.reset_button, .save-button2, .save-button3 {
    margin: 10px 0 10px 7px;
    float: left;
    background: #2196f3;
    font-family: Roboto,sans-serif;
    color: #fff !important;
    text-shadow: none !important;
    font-size: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    padding: 6px 20px !important
}

.col-xs-4.col-md-3.btn2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#swift_code_area {
    position: relative
}

#swift_check {
    width: 20px;
    position: absolute;
    top: 20%;
    right: -7%
}

    #swift_check img {
        width: 100%
    }

#banner {
    background-size: cover
}

.product_grid, .rwdlistw {
    margin-top: 10px
}

.model-name a {
    font-size: 14px;
    color: #fff;
    margin-left: 20px
}

.profile-video {
    position: relative
}

.bannerbg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666
}

.setbanner {
    position: absolute;
    color: #fff;
    font-size: 50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: auto;
    min-width: 520px
}

.zindex {
    z-index: 10
}

.picsz {
    border: 1px solid hsla(0,0%,78%,.5);
    max-width: 250px;
    margin: auto;
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    margin-bottom: 20px
}

    .picsz a img {
        width: 100%;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

.video_size {
    position: relative
}

    .video_size #bgvid {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        min-height: 104%
    }

.score-board p a {
    word-break: break-all
}

.badge_area .badge_img {
    margin-bottom: .3rem
}

.badge_area a {
    display: inline-block
}

.badge_area .badge_img img {
    width: 100%
}

.badge_record a {
    color: inherit
}

#ie_warning {
    display: none;
    padding: 10px 3%;
    margin: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
    background-image: linear-gradient(180deg,#d9534f 0,#c12e2a);
    min-height: 25vh;
    color: #fff;
    font-size: 16px
}

    #ie_warning button.close span {
        font-size: 45px
    }

    #ie_warning p a {
        color: #000;
        text-decoration: underline
    }

    #ie_warning h4 {
        font-size: 24px
    }

#globe_language2 span, #globe_language span {
    font-size: 15px;
    padding-left: 5px;
    vertical-align: middle
}

#cardnumber, #cardnumber_inPage, #UPPFormCardFormEmail, #UPPFormCardFormName {
    width: 55%;
    height: 36px;
    -webkit-transition: border .15s linear;
    transition: border .15s linear;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: .8em
}

#cardnumber, #cardnumber_inPage {
    width: 84%
}

#cardnumber, #cardnumber_inPage, #UPPFormCardFormName, #UPPFormCardFormSubmit, #UPPFormCardFormSubmit_inPage {
    height: 36px;
    margin: auto;
    -webkit-transition: border .15s linear;
    transition: border .15s linear;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: .8em
}

@media screen and (max-width:1024px) {
    #globe_language2 span, #globe_language span {
        position: relative;
        top: -1px
    }
}

#navBar #globe_language {
    font-size: 1.4em;
    margin: auto 10px;
    top: 0;
    color: #aaa
}

#globe_language span {
    line-height: 32px;
    font-family: Roboto,sans-serif
}

#globe_language2 ~ .select_language2, #globe_language ~ .select_language {
    display: none;
    position: absolute;
    z-index: 1000;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    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);
    width: 88px
}

#globe_language ~ .select_language {
    top: 43
}

#globe_language2 ~ .select_language2 {
    top: 27
}

    #globe_language2 ~ .select_language2 li, #globe_language ~ .select_language li {
        display: block;
        float: left;
        line-height: 38px;
        margin: 0;
        padding: 0 10%;
        width: 100%;
        cursor: pointer
    }

        #globe_language ~ .select_language li:hover {
            background-color: #f2f2f2
        }

    #globe_language2 ~ .select_language2 .lg_active, #globe_language ~ .select_language .lg_active {
        background-color: #f2f2f2;
        cursor: no-drop
    }

#copyright .fsoey {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#copyright .select-lang {
    position: relative
}

#copyright .contact_trmsofuse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#copyright .language_rwd {
    padding: 0 8px
}

@media(max-width:575.98px) {
    #copyright .copyright_statment {
        position: relative;
        top: 40px
    }

    #copyright .contact_trmsofuse {
        position: relative;
        top: -35px
    }

    #copyright .language_rwd {
        padding: 0 5px
    }

    #Expire .ExpiresOn h3 {
        font-size: 15px;
        margin-bottom: 20px
    }

        #Expire .ExpiresOn h3 span {
            font-size: .7em;
            line-height: 18px
        }

    #showAllPic .vid-length, .video-preview .vid-length {
        left: 2rem
    }

    .setbanner {
        font-size: 30px
    }
}

.profilePic {
    max-width: 115px;
    border-radius: 50%;
    display: block;
    overflow: hidden
}

#verified-girls-section .productBox {
    width: 95%
}

.container.flags_area {
    margin-top: 2em;
    width: 85%
}

    .container.flags_area .row {
        float: right !important
    }

@media(max-width:993px) {
    .container.flags_area .row {
        float: left !important
    }
}

@media(min-width:640px) {
    .container.flags_area .float-r {
        right: 20px
    }
}

@media(max-width:640px) {
    .container.flags_area {
        margin-top: 0;
        top: 20px;
        position: relative
    }
}

.flags_box {
    min-width: 207px;
    width: 100%;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
    border-radius: 5px;
    padding: 5px 1em
}

    .flags_box label {
        margin: 0 5px
    }

    .flags_box img {
        width: 35px;
        height: 30px;
        opacity: .2;
        -webkit-transition: .4s;
        transition: .4s
    }

@media(max-width:640px) {
    .flags_box span {
        font-size: 13px
    }

    .flags_box img {
        width: 25px;
        height: 20px
    }
}

.flags_box [type=checkbox]:checked + label > img {
    opacity: 1;
    -webkit-transition: .2s;
    transition: .2s
}

.login-google {
    background-color: #f4511e
}

.login-fb {
    background: #3c5a9a
}

.login-cta a {
    color: #fff;
    position: relative;
    border: 0
}

    .login-cta a:hover {
        border: 0
    }

.login-cta .fa {
    font-size: 22px;
    margin-right: 30px;
    position: absolute;
    left: 20px
}

.tags_area > span {
    font-size: 20px;
    margin-bottom: .5em
}

.tags_area span:last-of-type {
    margin-top: 5em
}

.tags_area .rate_tags label, .tags_area .style_tags label {
    margin: 5px;
    text-align: center;
    border-radius: 26px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
    min-width: 100px;
    padding: 1.1em 1.5em;
    margin: 1em
}

.tags_area .style_tag_items div {
    display: inline-block
}

.tags_area .style_tag_items label {
    margin: 5px;
    text-align: center;
    border-radius: 26px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
    min-width: 65px;
    padding: .5em 1em;
    margin: 1em
}

.tags_area input[type=checkbox]:checked + label, .tags_area input[type=radio]:checked + label {
    background-color: #d0e8ff
}

.tags_area .style_tag_items .erotic_tags, .tags_area .style_tags .erotic_tags {
    background-color: #fdeaf2
}

.tags_area .style_tag_items .other_tags, .tags_area .style_tags .other_tags {
    background-color: #e9f8f2
}

.tags_area .style_tag_items input[type=checkbox]:checked.erotic_tags + label, .tags_area .style_tag_items input[type=radio]:checked.erotic_tags + label, .tags_area .style_tags input[type=checkbox]:checked.erotic_tags + label, .tags_area .style_tags input[type=radio]:checked.erotic_tags + label {
    background-color: #e84989
}

.tags_area .style_tag_items input[type=checkbox]:checked.other_tags + label, .tags_area .style_tag_items input[type=radio]:checked.other_tags + label, .tags_area .style_tags input[type=checkbox]:checked.other_tags + label, .tags_area .style_tags input[type=radio]:checked.other_tags + label {
    background-color: #31b27c
}

.tags_area .style_tag_items input[type=checkbox]:checked + label, .tags_area .style_tag_items input[type=radio]:checked + label, .tags_area .style_tags input[type=checkbox]:checked + label, .tags_area .style_tags input[type=radio]:checked + label {
    color: #fff;
    font-weight: 400
}

.tags_area input[type=checkbox] ~ label {
    background-color: #fff;
    color: #737373;
    font-weight: 700
}

.tags_area input[type=checkbox]:hover ~ label, .tags_area input[type=radio]:hover ~ label {
    cursor: pointer
}

.scroll-hide {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

    .scroll-hide::-webkit-scrollbar {
        width: 0 !important
    }

#ieditor_page {
    width: 100%;
    margin: auto
}

#editor_page .editor_table ul li:first-child, #editor_page .editor_table ul li:nth-child(2) {
    width: 22%
}

#editor_page .editor_table ul li:nth-child(3) {
    width: 36%
}

#editor_page .editor_table ul li:nth-child(4) {
    width: 10%
}

#editor_page .editor_table ul li:nth-child(5) {
    width: 8%
}

#editor_page .editor_table .list_title {
    display: inline-block;
    width: 100%
}

    #editor_page .editor_table .list_title h5 {
        margin-bottom: 1em
    }

    #editor_page .editor_table .list_info li, #editor_page .editor_table .list_title li {
        line-height: 30px;
        display: inline-block;
        padding-bottom: 1em;
        vertical-align: top
    }

#editor_page #list_product .list_model {
    display: block;
    color: #666
}

    #editor_page #list_product .list_model a {
        color: #438de2
    }

#editor_page #editor_decide button {
    width: 100%;
    background-color: #438de2;
    color: #fff;
    border: none;
    border-radius: 3px;
    -webkit-transition: .2s;
    transition: .2s
}

    #editor_page #editor_decide button:hover {
        cursor: pointer;
        background-color: #0962c7;
        -webkit-transition: .2s;
        transition: .2s
    }

#edit_tools {
    max-width: 1400px;
    min-width: 1200px;
    width: 100%
}

.edit_tools_decide {
    width: 10%
}

#edit_tools button {
    background-color: #438de2;
    color: #fff;
    border: none;
    border-radius: 3px;
    -webkit-transition: .2s;
    transition: .2s;
    padding: .4em
}

#edit_tools textarea {
    width: 90%;
    -webkit-box-shadow: 0 0 1px 1px #f1f1f1;
    box-shadow: 0 0 1px 1px #f1f1f1;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 5px;
    font-size: 16px
}

#et_list_product input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 5px;
    padding: 0;
    font-size: 16px
}

#preview_newtools_img {
    max-width: 10em;
    max-height: 112px
}

#edit_banner_table h2 span, #edit_tools_table h2 span {
    float: right;
    font-size: 14px;
    background: #438de2;
    color: #fff;
    padding: 1rem;
    border-radius: 3px;
    -webkit-transition: .2s;
    transition: .2s
}

    #edit_banner_table h2 span:hover, #edit_tools_table h2 span:hover {
        cursor: pointer;
        background: #004da2;
        -webkit-transition: .2s;
        transition: .2s
    }

#edit_tools_table ul li:nth-child(2), #edit_tools_table ul li:nth-child(3) {
    width: 14%
}

#edit_tools_table ul li {
    text-align: center
}

#edit_banner_table .banner_area, #edit_banner_table .et_index_banner, #edit_tool_kits .icon_area, #edit_tools_table .et_prdouct_icon, #edit_tools_table .et_prdouct_small_icon {
    vertical-align: middle
}

#edit_tool_kits .icon_area, #edit_tools_table .list_info .et_prdouct_icon .icon_area, #edit_tools_table .list_info .et_prdouct_small_icon .icon_area {
    width: 100%;
    max-width: 84px;
    height: 84px;
    margin: auto;
    position: relative;
    overflow: hidden
}

#edit_banner_table .banner_area {
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden
}

#edit_banner_table .icon_area {
    max-width: 155px
}

#edit_banner_table .banner_cover, #edit_banner_table .et_index_banner .icon_cover, #edit_tool_kits .icon_cover, #edit_tools_table .list_info .et_prdouct_icon .icon_cover, #edit_tools_table .list_info .et_prdouct_small_icon .small_icon_cover {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,.5);
    display: none
}

    #edit_banner_table .banner_area .banner_cover label:hover, #edit_banner_table .et_index_banner .icon_cover label:hover, #edit_tool_kits .icon_area .icon_cover label:hover, #edit_tools_table .list_info .et_prdouct_icon .icon_cover label:hover, #edit_tools_table .list_info .et_prdouct_small_icon .small_icon_cover label:hover {
        cursor: pointer
    }

    #edit_banner_table .banner_area .banner_cover label, #edit_banner_table .et_index_banner .icon_cover label, #edit_tool_kits .icon_area .icon_cover label, #edit_tools_table .list_info .et_prdouct_icon .icon_cover label, #edit_tools_table .list_info .et_prdouct_small_icon .small_icon_cover label {
        width: 100%;
        line-height: 84px;
        color: #fff;
        text-align: center
    }

    #edit_banner_table .et_index_banner input, #edit_tools_table .list_info .et_prdouct_icon .icon_cover input, #edit_tools_table .list_info .et_prdouct_small_icon .small_icon_cover input {
        display: none
    }

#add_tools_pic:hover {
    cursor: pointer
}

#edit_tools .edit_tools_decide button {
    width: 47%;
    padding: .4em
}

#edit_tools button:first-of-type:hover, .edit_tools_decide button:first-of-type:hover {
    cursor: pointer;
    background-color: #0962c7;
    -webkit-transition: .2s;
    transition: .2s
}

#add_tools_box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
    background-color: rgba(0,0,0,.5)
}

#add_new_tool, #add_new_tool_kit {
    display: none;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 1250px;
    max-width: 1400px;
    width: 100%;
    z-index: 23;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 2rem;
    border-radius: 3px
}

    #add_new_tool h2 {
        text-align: center;
        margin-bottom: 3rem
    }

    #add_new_tool .list_title {
        margin-bottom: 1rem
    }

.btn_click_upifle {
    background-color: #44b5f9;
    color: #fff;
    padding: 2px 1em;
    border-radius: 3px;
    text-align: center
}

    .btn_click_upifle:hover {
        cursor: pointer;
        background-color: #0073b9;
        color: #fff
    }

#editor_page #edit_tools textarea {
    overflow-y: auto;
    resize: none
}

#add_new_tool .list_info li:nth-child(6), #add_new_tool .list_title li:nth-child(6) {
    text-align: center
}

.btn_select {
    -webkit-box-shadow: 0 0 1px 1px #f1f1f1;
    box-shadow: 0 0 1px 1px #f1f1f1;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 5px;
    font-size: 16px
}

.qrcode {
    margin-top: 15px;
    background-color: #2196f3
}

.original-title {
    display: block;
    background-color: #31b27c;
    margin-top: 15px
}

#QRcode img#jvid {
    margin-right: 10px;
    vertical-align: bottom;
    height: 28px
}

#QRcode #statistics {
    overflow: scroll;
    height: 385px;
    padding: 10px;
    margin-top: 15px
}

#QRcode #totalPeople {
    font-size: 13px;
    color: #9c9999;
    font-weight: 400;
    bottom: 0;
    position: absolute;
    right: 5px
}

#QRcode h1 {
    position: relative
}

#QRcode #title {
    margin: 35px 0 0
}

.watchcount {
    position: absolute;
    right: 20px;
    bottom: 11px
}

.contract {
    height: 200px;
    overflow: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px
}

    .contract:focus {
        -webkit-box-shadow: 0 0 4px 3px #2196f3;
        box-shadow: 0 0 4px 3px #2196f3
    }

.hiddenDiv {
    display: none
}

.box_present_gift.box {
    max-height: 600px;
    height: 100%
}

#present_gift {
    max-width: 1000px;
    width: 100%;
    text-align: center
}

    #present_gift label {
        border: 1px solid #f1f1f1;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 7px 1px #ccc;
        box-shadow: 0 0 7px 1px #ccc
    }

        #present_gift label .price {
            padding: 10px 0;
            color: rgba(0,0,0,.5)
        }

            #present_gift label .price span:first-child {
                font-size: 1.5em;
                font-weight: lighter
            }

    #present_gift img {
        max-width: 192px;
        width: 100% !important;
        padding: 2em 2em 0
    }

    #present_gift hr {
        width: 85%;
        margin: auto;
        border: .5px solid #ccc
    }

    #present_gift h6 {
        height: 40px;
        line-height: 40px;
        margin: 0;
        font-size: 1.3em;
        border-bottom: 1px solid #d1d1d1;
        font-weight: 700
    }

    #present_gift .present_gift_title, #present_gift h6 {
        background: #f9f9f9
    }

    #present_gift .present_gift_title {
        height: 60px;
        line-height: 60px;
        font-size: 1.5em;
        -webkit-box-shadow: 0 1px 6px #b1b1b1;
        box-shadow: 0 1px 6px #b1b1b1;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

    #present_gift .present_gift_content_area, #present_gift .present_gift_operate {
        margin: 40px 0 10px;
        padding: 0 4em
    }

    #present_gift .gift-content:hover {
        cursor: pointer
    }

    #present_gift .present_gift_operate .present_gift_amount input::-webkit-inner-spin-button, #present_gift .present_gift_operate .present_gift_amount input::-webkit-outer-spin-button {
        -webkit-appearance: none
    }

    #present_gift .present_gift_operate .present_gift_amount input[type=number] {
        -moz-appearance: textfield
    }

    #present_gift .present_gift_operate .present_gift_amount input {
        max-width: 200px;
        width: 100%;
        border: 1px solid #ccc;
        font-size: 1.7em;
        height: 42px;
        text-align: center;
        vertical-align: bottom
    }

    #present_gift .present_gift_operate .present_gift_amount button {
        width: 40px
    }

    #present_gift .present_gift_operate .present_gift_amount .notation {
        background: #e84988;
        color: #fff;
        border: none;
        font-size: 1em;
        padding: 11px
    }

        #present_gift .present_gift_operate .present_gift_amount .notation:hover {
            cursor: pointer;
            background: #ef88b1
        }

    #present_gift .present_gift_operate .present_gift_amount .reduce {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        margin-right: -5px
    }

    #present_gift .present_gift_operate .present_gift_amount .add {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-left: -5px
    }

    #present_gift .present_gift_operate .count_price {
        padding: 1em;
        font-size: 1.7em;
        color: red;
        letter-spacing: 1px
    }

        #present_gift .present_gift_operate .count_price span:nth-child(2) {
            font-size: .7em
        }

    #present_gift .present_gift_operate button {
        margin: auto;
        width: 23%
    }

.Related_Products .video-post {
    padding: 0
}

#latest-blog-section img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.icon_profile:hover {
    cursor: pointer
}

#purchase_diamond_background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
    background-color: rgba(34,34,34,.9);
    width: 100%;
    height: 100%
}

#purchase_diamond {
    position: fixed;
    width: 90%;
    max-width: 400px;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 101;
    border-radius: 10px;
    background: radial-gradient(#6e849a,#bcc3bd,#af906f);
    max-height: 680px;
    padding: 0 8px
}

    #purchase_diamond .purchase_diamond_head {
        margin: 10px 15px 0;
        position: relative;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        font-family: HelveticaNeue,Roboto,sans-serif;
        font-stretch: normal;
        line-height: 1.23;
        color: #fff;
        z-index: 100
    }

        #purchase_diamond .purchase_diamond_head .close_btn {
            position: absolute;
            top: 0;
            right: 0;
            width: 14px;
            cursor: pointer
        }

    #purchase_diamond .purchase_diamond_usual {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        margin-top: 5px
    }

        #purchase_diamond .purchase_diamond_usual .purchase_diamond_specific {
            width: 100%;
            min-height: 120px;
            position: relative;
            border-radius: 5px;
            background-color: #575757;
            text-align: center;
            margin: 5px 0 0
        }

            #purchase_diamond .purchase_diamond_usual .purchase_diamond_specific .title {
                font-size: 12px;
                font-weight: 400;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.23;
                color: #fff;
                height: 27.5px;
                width: 90%;
                margin: 0 auto;
                border-bottom: 1px solid #fff;
                line-height: 27.5px
            }

            #purchase_diamond .purchase_diamond_usual .purchase_diamond_specific .point {
                font-size: 35px;
                font-weight: 400;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.23;
                color: #2196f3
            }

            #purchase_diamond .purchase_diamond_usual .purchase_diamond_specific .discount {
                font-size: 10px;
                font-weight: 400;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.23;
                color: #fff;
                margin: 3px 0 7px
            }

            #purchase_diamond .purchase_diamond_usual .purchase_diamond_specific .cover {
                width: 80px;
                position: absolute;
                bottom: 0;
                right: 0;
                z-index: 1
            }

            #purchase_diamond .purchase_diamond_usual .purchase_diamond_specific .price {
                font-size: 13px;
                font-weight: 400;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.23;
                color: #fff;
                width: 100%;
                height: 25px;
                position: absolute;
                bottom: 0;
                border-radius: 0 0 5px 5px;
                background-color: rgba(0,0,0,.4);
                text-align: center;
                line-height: 25px
            }

            #purchase_diamond .purchase_diamond_usual .purchase_diamond_specific > * + * {
                margin-top: 5px
            }

        #purchase_diamond .purchase_diamond_usual .secondary {
            width: 100%;
            height: 65px;
            padding-top: 10px;
            position: relative;
            border-radius: 5px;
            background-color: #2c2c2c;
            text-align: center;
            margin: 5px 1% 6px
        }

            #purchase_diamond .purchase_diamond_usual .secondary .point {
                font-size: 24px;
                font-weight: 400;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.23;
                color: #2196f3
            }

            #purchase_diamond .purchase_diamond_usual .secondary .discount {
                font-size: 10px;
                font-weight: 400;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.23;
                color: #fff;
                margin: 10px 0 7px
            }

            #purchase_diamond .purchase_diamond_usual .secondary .price {
                font-size: 13px;
                font-weight: 400;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.23;
                color: #fff;
                width: 100%;
                height: 25px;
                position: absolute;
                bottom: 0;
                border-radius: 0 0 5px 5px;
                background-color: rgba(0,0,0,.4);
                text-align: center;
                line-height: 25px
            }

.diamond_plans:hover {
    cursor: pointer
}

.icon {
    display: inline-block
}

    .icon.daimond-icon {
        width: 18px;
        margin-right: 10px
    }

    .icon.daimon-large-icon {
        width: 28px
    }

    .icon.daimon-middle-icon {
        width: 20px
    }

.buy_diamond_box {
    position: relative;
    display: inline-block;
    width: 95px;
    height: 34px;
    margin: 7px 5px 7px 20px;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: .6;
    border-radius: 5px;
    background-color: #e84989;
    float: right
}

    .buy_diamond_box .buy_diamond_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .buy_diamond_box .buy_diamond_btn .diamond_icon {
            width: 40px;
            margin-left: 10px;
            text-align: center;
        }

        .buy_diamond_box .buy_diamond_btn .diamond_amount {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            width: 50px;
            height: 15px;
            font-size: 12px;
            font-weight: 500;
            line-height: 1.25;
            text-align: right;
            color: #fff;
            margin-right: 5px
        }

    .buy_diamond_box:hover {
        cursor: pointer
    }

#mask, #mask_gift, .show_models_avatar-mask {
    z-index: 50;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.7)
}

#mask, #mask_gift, .box, .show_models_avatar-mask {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.box {
    background-color: #fff;
    margin: auto;
    z-index: 52;
    border-radius: 5px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

#Expire {
    display: block;
    position: relative;
    width: 90%;
    margin: auto
}

#credit_card {
    background: #fff;
    max-width: 800px
}

@media(max-width:767px) {
    #credit_card {
        width: 90%
    }
}

.plans {
    padding: 0 70px;
    margin-top: 30px
}

.plan {
    height: 50px;
    background: #eee;
    font-size: 15px;
    margin-top: 5px;
    border-radius: 3px
}

.plan-radio {
    border-right: 1px solid #fff;
    height: 100%
}

.plan-content {
    border-left: #fff;
    height: 100%;
    text-align: left;
    line-height: 50px
}

    .plan-content input {
        border: 0;
        border-radius: 5px;
        height: 65%;
        margin: 5px;
        width: 40%;
        padding: 0 10px
    }

.plan input[type=radio] {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto
}

#upload_status .loading {
    display: inline-block;
    width: 25px;
    margin-right: 1rem
}

    #upload_status .loading img {
        width: 100%
    }

.heading-block {
    position: relative
}

.model-avatars {
    width: 25px;
    height: 25px;
    background-color: #ccc;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 12px
}

    .model-avatars:hover {
        cursor: default
    }

.model_avatars_position {
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.modelName_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#show_models_amount:hover {
    cursor: pointer
}

.show_models_avatar {
    position: fixed;
    z-index: 51;
    top: 15%;
    right: 0;
    left: 0;
    background-color: #fff;
    max-width: 850px;
    width: 90%;
    min-height: 500px;
    border-radius: 5px;
    margin: auto;
    padding: 4rem 2rem;
    display: none
}

    .show_models_avatar a {
        text-decoration: none;
        color: #000
    }

    .show_models_avatar div {
        margin-bottom: 1.5rem
    }

    .show_models_avatar img {
        max-width: 50px;
        width: 100%;
        border-radius: 50%;
        height: auto
    }

    .show_models_avatar .name {
        display: inline-block;
        margin: 0;
        height: 50px;
        line-height: 50px;
        overflow: hidden
    }

    .show_models_avatar .close_icon {
        background: url("../images/cross_icon.png") 100%/100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 55;
        margin: 1.5rem 2rem;
        width: 15px;
        height: 15px
    }

        .show_models_avatar .close_icon:hover {
            cursor: pointer
        }

    .show_models_avatar .relative {
        position: relative
    }

    .show_models_avatar .in_blick {
        display: inline-block
    }

    .show_models_avatar .float_l {
        float: left
    }

#myProducts a {
    margin-right: .6rem
}

#myProducts td {
    text-align: center
}

    #myProducts td:first-child {
        text-align: left
    }

#myProducts .profile-pic {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

#myProducts ul li {
    display: inline-block
}

#myProducts tr:nth-child(2n) {
    background-color: #f4f4f4
}

#myProducts .fa-heart:before {
    color: #e84a89
}

#myProducts .fa-question-circle:before {
    color: #737373
}

#myProducts .icon_box {
    margin-right: 10px;
    font-size: 13px
}

#myProducts .title {
    font-size: 13px
}

#myProducts .show_models_amount {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

#freebies .freebies_list {
    width: 96%;
    margin: 0 auto 1rem
}

    #freebies .freebies_list input[type=radio]:checked + label {
        border: 1px solid #d0e8ff;
        background-color: #d0e8ff
    }

        #freebies .freebies_list input[type=radio]:checked + label:after {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            background: url(../images/checking-mark-circle@3x.png) no-repeat;
            background-size: 20px;
            right: 10;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

    #freebies .freebies_list label {
        position: relative;
        width: 100%;
        height: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        border-radius: 6px;
        padding: 1rem;
        border: 1px solid #707070
    }

        #freebies .freebies_list label:hover {
            cursor: pointer
        }

        #freebies .freebies_list label.solt_out:hover {
            cursor: not-allowed
        }

    #freebies .freebies_list input[type=radio]:disabled + label {
        border: 1px solid #bebebe;
        background-color: #bebebe;
        color: #fff
    }

        #freebies .freebies_list input[type=radio]:disabled + label:after {
            content: "\5834\6B21\5DF2\6EFF";
            position: absolute;
            width: 60px;
            height: 20px;
            right: 10;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

@media(max-width:480px) {
    .sidebar {
        border-radius: 0
    }

    #latest-blog-section {
        margin-top: 0
    }

    .showAllPic .photos {
        border-radius: 0;
        border: 0;
        width: 100%
    }

    #UPPFormCardFormExpiraMMYY4 {
        margin-right: 15px
    }

    #UPPFormCardFormExpirCVV1 {
        margin-left: 15px
    }

    .share_icob {
        text-align: center
    }

    .form-group .cards_logo img {
        width: 160%
    }

    .form-group .cards_logo {
        width: 20%;
        padding: 3% 0 0 4px
    }

    #productList .hoverheart {
        padding: 10px 3px 5px 0
    }

    .rwdcolor #productList .watchcount {
        margin-bottom: 10px;
        position: relative;
        left: 0;
        bottom: 0
    }

    .rwdcolor #productList .normal-price {
        margin-bottom: 3px
    }

    .rwdcolor #productList .heading-block {
        padding: 7px
    }

        .rwdcolor #productList .heading-block h3 {
            line-height: 15px
        }

    .rwdcolor .video-description h2 a {
        font-size: 14px
    }

    .rwdcolor #productList .video-post {
        border: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        background-color: #fff
    }

    .rwdcolor {
        background-color: #f8f8f8
    }

        .rwdcolor #productList .product_grid, .tab_content .product_grid, .tab_content .rwdlistw {
            width: 49%;
            margin: 0 0 8px;
            -webkit-box-shadow: 1px 1px 2px #eee;
            box-shadow: 1px 1px 2px #eee
        }

            .rwdcolor #productList .product_grid:nth-child(odd), .tab_content .product_grid:nth-child(odd), .tab_content .rwdlistw:nth-child(odd) {
                margin-right: 2%
            }

    .sidebar {
        margin: 0
    }

    .rwdcolor #showAllPic .vid-length, .rwdcolor .video-preview .vid-length {
        left: 1rem
    }

    .hoverheart {
        padding: 10px 3px 5px 0
    }
}

@media(max-width:575.98px) {
    .sidebar_widget .video-preview .photoheight {
        background-size: contain !important
    }

    .bannerbg {
        height: 95%
    }

    .show_models_avatar {
        padding: 4rem 1rem
    }

        .show_models_avatar div {
            padding: 0
        }

        .show_models_avatar .name {
            margin-left: .5rem;
            font-size: 12px
        }
}

@media(min-width:481px) and (max-width:575.98px) {
    .video-preview .photoheight, .video-preview.video {
        height: 160px
    }
}

@media(min-width:576px) and (max-width:766.98px) {
    .video-preview .photoheight, .video-preview.video {
        height: 190px
    }
}

@media(max-width:767px) {
    #swift_check {
        top: 67%;
        right: -3%
    }

    .reward_history .money-box .box {
        width: 90%;
        border-radius: 5px;
        padding: 10px 15px;
        height: 125px;
        margin: 10px 5%
    }

    .otherAuthor .stanleys-girl {
        width: 33%
    }

    .profile-details {
        margin: 0 -15px;
        padding-bottom: 0
    }

    .otherAuthor {
        padding: 0 25px
    }

    .rwdcolor .video-preview {
        margin: 0
    }

    .Related_Products .video-preview .photoheight {
        height: 190px
    }

    .h2display {
        display: block;
        font-size: 22px;
        margin-bottom: 15px;
        margin-left: 15px
    }

    .sidebar-right {
        padding: 0
    }

    #latest-blog-section {
        padding: 0 0 25px
    }

    .recommend-for-you h2 {
        margin: 0;
        margin-left: -12px
    }

    #hotProduct .video-preview .photoheight {
        height: 200px
    }

    .preview_video.fancybox-iframe {
        height: 0;
        padding-bottom: 66%
    }

    .lock_2 p {
        font-size: 25px
    }

    .picsz {
        outline: 1px solid hsla(0,0%,78%,.2);
        max-width: 80vw;
        margin: auto;
        overflow: hidden;
        position: relative;
        border-radius: 3px
    }

    .login-cta {
        width: 90%;
        margin: auto
    }

    .overwidth_hidden {
        width: 100vw;
        overflow: hidden
    }

    .web_hidden {
        display: block
    }

    .sidebar_widget .video-post {
        width: 49%;
        margin: 0 0 8px;
        -webkit-box-shadow: 1px 1px 2px #eee;
        box-shadow: 1px 1px 2px #eee
    }

        .sidebar_widget .video-post:nth-child(odd) {
            margin-left: 2%
        }

    .box_present_gift.box {
        top: 50
    }

    .product_grid, .rwdlistw {
        padding: 0 !important
    }

    #present_gift {
        max-width: none;
        width: 85vw;
        height: 77vh
    }

        #present_gift .present_gift_title {
            height: 45px;
            line-height: 45px
        }

        #present_gift .present_gift_content_area, #present_gift .present_gift_operate {
            margin: 10px 0
        }

        #present_gift .present_gift_operate {
            padding: 0
        }

            #present_gift .present_gift_operate #gift_amount {
                max-width: 170px
            }

            #present_gift .present_gift_operate .count_price {
                padding: 10px
            }

            #present_gift .present_gift_operate button {
                width: auto
            }

        #present_gift .present_gift_content_area {
            padding: 0 1em
        }

            #present_gift .present_gift_content_area .gifts .gift {
                padding: 5px 5px 0
            }

        #present_gift img {
            padding: .8em 3em 0
        }

        #present_gift label .price {
            padding: 5px 0
        }

            #present_gift label .price span:first-child {
                font-size: 1em
            }

            #present_gift label .price span:last-child {
                font-size: .8em
            }

        #present_gift h6 {
            height: 30px;
            line-height: 30px
        }

    #purchase_diamond {
    }

    #Expire .nav-tabs > li > a {
        padding: 5px !important
    }

    #cardnumber, #cardnumber_inPage, #UPPFormCardFormEmail, #UPPFormCardFormName, #UPPFormCardFormSubmit, #UPPFormCardFormSubmit_inPage {
        width: 55%;
        height: 36px;
        -webkit-transition: border .15s linear;
        transition: border .15s linear;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: .8em
    }

    #cardnumber, #cardnumber_inPage {
        width: 80%
    }

    #cardnumber, #cardnumber_inPage, #UPPFormCardFormName, #UPPFormCardFormSubmit, #UPPFormCardFormSubmit_inPage {
        height: 36px;
        margin: auto;
        -webkit-transition: border .15s linear;
        transition: border .15s linear;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: .8em
    }
}

@media(max-width:992px) {
    .span_discounts {
        top: 30px;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        color: red
    }

    .model-videos {
        padding: 0 !important
    }

    .rwdlistw .picsz {
        max-width: 100vw
    }

    .modelName {
        margin-left: 1rem
    }

    .PD_moblie .heading-block .model-pic, .PD_moblie .heading-block .profile-pic {
        width: 35px;
        height: 35px
    }
}

@media(max-width:1250px) {
    .btn_diamond_mobile {
        display: block !important
    }

        .btn_diamond_mobile .buy_diamond_box {
            position: fixed;
            right: 0;
            z-index: 100
        }

    .hide-mobile .buy_diamond_box {
        display: none
    }
}

@media(max-width:1024px) {
    #line_icon {
        top: 103;
        right: 4
    }
}

@media(min-width:768px) and (max-width:992px) {
    .h2display {
        display: block
    }

    .video-post .video-preview {
        height: 155px
    }

    .video-preview .photoheight {
        height: 200px
    }

    .Related_Products .sidebar_widget .video-post {
        margin-bottom: 5px
    }

    #showAllPic .showAllPic {
        width: 33.33333%
    }
}

@media(min-width:1024px) {
    #navbar .phone-show {
        display: none !important
    }
}

@media(min-width:1200px) and (max-width:1600px) {
    .span_discounts {
        top: 30px;
        position: absolute;
        color: red
    }

    .tab_content .product_grid {
        width: 33.33333%
    }
}

@media(min-width:1600px) {
    .sidebar {
        max-width: 1570px
    }

    #productList .product_grid, #sexy-videos .product_grid {
        width: 20%
    }

    .productBox {
        width: 1600px
    }

        .productBox #my_products_lists {
            width: 20%
        }

    .rwdwidth {
        width: 1600px
    }

    .rwdlistw {
        width: 25%
    }

    #star_profile .video-preview {
        height: 150px;
        overflow: hidden
    }

    .model-videos .product_grid {
        width: 25%
    }
}

@media(min-width:768px) {
    #UPPFormCardFormExpiraMMYY4 {
        margin-right: 23px
    }

    #UPPFormCardFormExpirCVV1 {
        margin-left: 23px
    }

    .sidebar_widget .video-post .video-description ul, .video-post .video-description ul {
        text-align: right
    }
}

@media(min-width:992px) {
    .mobile-start-profile-show {
        display: none
    }

    .mobile-start-profile-hidden {
        display: block
    }

    .mobile-start-profile-inline {
        display: inline
    }

    .score-board {
        background: #eee;
        margin: 20px auto;
        height: auto;
        overflow: hidden;
        padding: 12px;
        border-radius: 5px;
        width: 210px
    }
}

@media(max-width:991px) {
    .mobile-start-profile-show {
        display: block;
        position: relative
    }

    .mobile-start-profile-hidden {
        display: none
    }

    .mobile-start-profile {
        padding: 7px 0;
        height: auto
    }

    .mobile-start-rwd {
        margin-left: -15px;
        margin-right: -15px
    }

    .mobile-start-profile-inline {
        display: none !important
    }

    .score-board {
        background: #eee;
        margin: 20px;
        padding: 12px;
        border-radius: 5px
    }

    #banner, .score-board {
        height: auto;
        overflow: hidden
    }

    #banner {
        width: 100%
    }
}

.ecpay-nav-tab-credit-card a, .ecpay-nav-tab-diamond a {
    color: #919191
}

.nav-tabs .ecpay-nav-tab-credit-card.active a, .nav-tabs .ecpay-nav-tab-credit-card.active a:focus, .nav-tabs .ecpay-nav-tab-credit-card.active a:hover {
    color: #2196f3
}

.nav-tabs .ecpay-nav-tab-diamond.active a, .nav-tabs .ecpay-nav-tab-diamond.active a:focus, .nav-tabs .ecpay-nav-tab-diamond.active a:hover {
    color: #31b27c
}

.ecpay-modal-form-panel {
    position: relative;
    min-height: 400px;
    padding: 0 10px;
    padding-top: 10px
}

.ecpay-modal-form-btn {
    font-size: 16px;
    font-weight: 700;
    border: none;
    outline: none;
    border-radius: 5px;
    min-height: 40px;
    color: #fff;
    background-color: #2196f3
}

    .ecpay-modal-form-btn.bottom {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0
    }

    .ecpay-modal-form-btn.fluid {
        width: 100%
    }

    .ecpay-modal-form-btn.buy-diamond {
        background-color: #2196f3;
        padding: 0 38px
    }

    .ecpay-modal-form-btn.use-dimond {
        background-color: #000
    }

    .ecpay-modal-form-btn:hover {
        background-color: #000
    }

    .ecpay-modal-form-btn.disabled {
        pointer-events: none;
        background-color: #31b27c;
        opacity: .7
    }

.ecpay-modal-form-options-area, .ecpay-modal-form-text-area {
    min-height: 110px;
    font-size: 18px;
    font-weight: 700
}

.ecpay-modal-form-radio-option-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .ecpay-modal-form-radio-option-area:not(:first-of-type) {
        margin-top: 10px
    }

    .ecpay-modal-form-radio-option-area.disabled {
        pointer-events: none;
        opacity: .4
    }

.ecpay-modal-form-radio-option-label {
    color: #919191;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0
}

.ecpay-modal-form-radio-circle, .ecpay-modal-form-radio-option-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ecpay-modal-form-radio-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #919191;
    margin-right: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .ecpay-modal-form-radio-circle:before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: inherit
    }

.ecpay-modal-form-radio-input {
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0
}

input[type=radio].ecpay-modal-form-radio-input {
    width: 0
}

.ecpay-modal-form-radio-input:checked ~ .ecpay-modal-form-radio-circle:before {
    background-color: #2196f3
}

.ecpay-modal-form .active > div {
    display: block
}

.ecpay-modal-form-fixed-bottom {
    padding-top: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.ecpay-modal-form-user-agree {
    margin-top: 10px;
    color: #919191;
    font-size: 15px;
    text-align: center
}

    .ecpay-modal-form-user-agree a {
        color: inherit;
        text-decoration: underline
    }

        .ecpay-modal-form-user-agree a:hover {
            opacity: .8
        }

@media(max-width:768px) {
    .ecpay-modal-form-panel {
        min-height: 350px;
        padding: 0 5px;
        padding-top: 10px
    }

    .ecpay-modal-form-user-agree {
        font-size: 12px
    }

    .ecpay-modal-form-options-area, .ecpay-modal-form-text-area {
        font-size: 14px;
        min-height: 90px
    }

    .ecpay-modal-form-fixed-bottom {
        padding-top: 12px;
        max-height: 115px
    }

    .ecpay-modal-form-user-agree {
        text-align: initial
    }
}

.ecpay-modal-form-row {
    font-size: 18px;
    font-weight: 700
}

    .ecpay-modal-form-row:not(:first-of-type) {
        margin-top: 30px
    }

    .ecpay-modal-form-row.divider {
        padding-bottom: 30px;
        border-bottom: 1px solid #ddd
    }

.active > div.ecpay-modal-form-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.active > div.ecpay-modal-form-row, .active > div:first-child + div.ecpay-modal-form-row, .active > div:first-child.ecpay-modal-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ecpay-modal-row-title {
    min-width: 50px
}

    .ecpay-modal-row-title.en {
        min-width: 180px
    }

    .ecpay-modal-row-title.ko {
        min-width: 80px
    }

    .ecpay-modal-row-title.jp {
        min-width: 50px
    }

.ecpay-modal-row-num {
    margin-left: 20px;
    text-align: right;
    min-width: 110px
}

    .ecpay-modal-row-num.warn {
        color: #b10000
    }

    .ecpay-modal-row-num.en {
        margin: 0
    }

    .ecpay-modal-row-num.howMuchDiamondLeft.en {
        max-width: 110px
    }

.ecpay-modal-form-row .ecpay-modal-form-btn {
    margin-left: 50px
}

@media(max-width:768px) {
    .ecpay-modal-form-row {
        font-size: 14px
    }

        .ecpay-modal-form-row:not(:first-of-type) {
            margin-top: 20px
        }

        .ecpay-modal-form-row.divider {
            padding-bottom: 20px;
            border-bottom: 1px solid #ddd
        }
}

.ecpay-modal-form-radio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .ecpay-modal-form-radio-wrapper .ecpay-modal-form-radio-option-area {
        margin: 0
    }

        .ecpay-modal-form-radio-wrapper .ecpay-modal-form-radio-option-area:first-of-type {
            margin-right: 180px
        }

.ecpay-modal-form-invoice-area {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    font-size: 18px
}

.invoice-detail-option-area {
    padding-top: 10px;
    padding-left: 30px
}

    .invoice-detail-option-area.hide {
        display: none
    }

    .invoice-detail-option-area .ecpay-modal-form-radio-option-area {
        width: 100%;
        max-width: 200px
    }

        .invoice-detail-option-area .ecpay-modal-form-radio-option-area.en, .invoice-detail-option-area .ecpay-modal-form-radio-option-area.jp {
            max-width: 250px
        }

.ecpay-carrier-option-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .ecpay-carrier-option-wrapper:not(:first-of-type) {
        margin-top: 10px
    }

    .ecpay-carrier-option-wrapper.disabled {
        pointer-events: none;
        opacity: .7
    }

.ecpay-option-warn {
    color: #b10000
}

    .ecpay-option-warn.light {
        opacity: .7
    }

.ecpay-carrier-input-wrapper {
    position: relative;
    width: 100%;
    max-width: 300px
}

    .ecpay-carrier-input-wrapper.zh {
        max-width: 330px
    }

.ecpay-carrier-input {
    border: 1px solid #707070;
    display: inline-block;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    padding: 10px 8px;
    font-size: 14px
}

.ecpay-carrier-input-error {
    font-size: 12px;
    color: #b10000;
    display: none;
    padding-left: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(100%);
    transform: translate(100%)
}

.ecpay-carrier-option-wrapper.error .ecpay-carrier-input {
    border: 1px solid #b10000
}

.ecpay-carrier-option-wrapper.error .ecpay-carrier-input-error {
    display: block
}

.ecpay-modal-form-scroll-area {
    max-height: 280px;
    overflow-y: auto;
    padding-bottom: 10px
}

    .ecpay-modal-form-scroll-area.en, .ecpay-modal-form-scroll-area.jp {
        max-height: 270px
    }

@media(max-width:768px) {
    .ecpay-modal-form-invoice-area {
        font-size: 14px
    }

    .ecpay-modal-form-radio-wrapper .ecpay-modal-form-radio-option-area:first-of-type {
        margin-right: 20px
    }

    .invoice-detail-option-area .ecpay-modal-form-radio-option-area, .invoice-detail-option-area .ecpay-modal-form-radio-option-area.en, .invoice-detail-option-area .ecpay-modal-form-radio-option-area.jp {
        max-width: none
    }

    .invoice-detail-option-area {
        padding-left: 0
    }

    .ecpay-modal-form-radio-circle {
        width: 16px;
        height: 16px
    }

        .ecpay-modal-form-radio-circle:before {
            width: 8px;
            height: 8px
        }

    .ecpay-modal-form-scroll-area {
        height: 230px;
        overflow-y: scroll
    }

        .ecpay-modal-form-scroll-area::-webkit-scrollbar {
            display: none
        }

    .ecpay-carrier-option-wrapper {
        display: block
    }

        .ecpay-carrier-option-wrapper:not(:first-of-type) {
            margin-top: 15px
        }

    .ecpay-carrier-input-wrapper {
        margin-top: 5px;
        max-width: none
    }

        .ecpay-carrier-input-wrapper.zh {
            max-width: none
        }

    .ecpay-carrier-input-error {
        left: 0;
        right: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .ecpay-modal-row-title {
        min-width: 40px
    }

        .ecpay-modal-row-title.en {
            min-width: auto;
            width: 75px
        }

    .ecpay-modal-row-num {
        margin-left: 10px;
        min-width: 80px
    }

        .ecpay-modal-row-num.howMuchDiamondLeft.en {
            max-width: 84px
        }

        .ecpay-modal-row-num.jp, .ecpay-modal-row-num.ko {
            min-width: 80px;
            margin: 0
        }
}

.invoice-donation {
    font-size: 15px;
    padding: 4px 10px;
    height: 40px !important
}

    .invoice-donation .select2-search__field::-webkit-input-placeholder {
        color: #797777;
        opacity: 1
    }

    .invoice-donation .select2-search__field::-moz-placeholder {
        color: #797777;
        opacity: 1
    }

    .invoice-donation .select2-search__field::-ms-input-placeholder {
        color: #797777;
        opacity: 1
    }

    .invoice-donation .select2-search__field::placeholder {
        color: #797777;
        opacity: 1
    }

    .invoice-donation .select2-selection__arrow {
        height: 38px !important
    }

    .invoice-donation.error {
        border: 1px solid #b10000 !important
    }

.invoice-side-box {
    display: inline-grid;
    position: relative
}

@media(min-width:768px) {
    .invoice-side-box {
        top: -10px
    }
}

.invoice-error {
    font-size: 12px;
    color: #b10000;
    opacity: 0
}

.invoice-more {
    font-size: 13px;
    color: #2196f3;
    text-decoration: underline;
    margin-left: 10px
}

@media(max-width:375px) {
    .ecpay-radio-text {
        max-width: 220px
    }

    .ecpay-modal-form-radio-wrapper .ecpay-radio-text {
        max-width: 110px
    }

    .ecpay-modal-form-row .ecpay-modal-form-btn {
        margin-left: 30px
    }

        .ecpay-modal-form-row .ecpay-modal-form-btn.en, .ecpay-modal-form-row .ecpay-modal-form-btn.jp {
            padding: 0 5px
        }

    .ecpay-modal-form .nav > li > a {
        line-height: normal
    }

    .ecpay-modal-row-num {
        margin-left: 20px
    }

        .ecpay-modal-row-num.en {
            min-width: 84px
        }
}

@media(max-width:340px) {
    .ecpay-modal-form-scroll-area.en, .ecpay-modal-form-scroll-area.jp {
        height: 220px
    }

    .ecpay-modal-form-radio-wrapper .ecpay-radio-text {
        max-width: 85px
    }

    .ecpay-modal-row-title.ko {
        min-width: 60px
    }
}
