/* Minification failed. Returning unminified contents.
(293,1): run-time error CSS1019: Unexpected token, found '@import'
(293,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800)'
(584,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(585,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(596,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(597,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(608,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(609,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4708,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(4709,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6099,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(6100,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6136,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(6137,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*
 *  Color Scheme
 *
 */
/* Selected text */
::-moz-selection {
    background: #4f5061;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #4f5061;
    color: #ffffff;
    text-shadow: none;
}

/*********************/

/* Spinnner */

.loader:after {
    border: solid 1px transparent;
    border-left-color: #1582dc;
    border-top-color: #1582dc;
}

/*********************/

/* Link hover */

a:active,
a:focus,
a:hover { color: #1166ad; }

/*********************/

/* Layout top header */

.app > .header { background-color: #1582dc; }

.app > .header .brand { background-color: #147bd0; }

.app > .header .brand a,
.app > .header .brand a:hover { color: rgba(219, 237, 252, 0.9); }

.app > .header .navbar-toggle,
.app > .header .nav > li > a,
.app > .header .bg-none { color: #dbedfc; }

@media screen and (min-width: 768px) {
    .header .nav > li > a:hover,
    .header .nav > li > a:focus,
    .header .nav .open > a,
    .header .nav .open > a:hover,
    .header .nav .open > a:focus { background-color: #1377c9; }
}

.header .open a.toggle-search,
.header a.toggle-search:hover { background-color: #1377c9; }

/*********************/

/* Layout Sidebar */

.sidebar {
    background-color: #4f5061;
    color: #e2e4f6;
}

.sidebar a,
.sidebar .nav-title { color: #e2e4f6; }

.compact-menu .main-navigation > ul > li {
    border-bottom: 1px solid #4a4b5b;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.app:not(.small-menu) .main-navigation > ul > li > ul > li.active a,
.app:not(.small-menu) .main-navigation > ul > li > ul > li a:hover { color: #ffffff; }

.main-navigation > ul > li:hover > a { color: #ffffff; }

.main-navigation > ul > li .sub-menu { background-color: #525365; }

@media screen and (min-width: 768px) {
    .small-menu .main-navigation > ul > li.open { background-color: #4a4b5b; }

    .small-menu .main-navigation .nav > li > .sub-menu .sub-menu { background-color: #4f5061; }
}

/*********************/

/* Gallery hover overlay */

.gallery .overlay {
    background-color: #4f5061;
    background-color: rgba(79, 80, 97, 0.9);
}

/*********************/

/* Skin button style */

.btn-color {
    background-color: #4f5061;
    border-color: #4f5061;
    color: #ffffff;
}

a.btn-color { color: #ffffff; }

.btn-color:hover,
.btn-color:focus,
.btn-color:active,
.btn-color.active,
.open .dropdown-toggle.btn-color {
    background-color: #444453;
    background-image: none;
    border-color: #444453;
    color: #ffffff;
}

.btn-color.disabled,
.btn-color[disabled],
fieldset[disabled] .btn-color,
.btn-color.disabled:hover,
.btn-color[disabled]:hover,
fieldset[disabled] .btn-color:hover,
.btn-color.disabled:focus,
.btn-color[disabled]:focus,
fieldset[disabled] .btn-color:focus,
.btn-color.disabled:active,
.btn-color[disabled]:active,
fieldset[disabled] .btn-color:active,
.btn-color.disabled.active,
.btn-color[disabled].active,
fieldset[disabled] .btn-color.active {
    background-color: #4f5061;
    border-color: #4f5061;
}

.btn-color.btn-outline {
    background-color: transparent;
    color: #4f5061;
}

.btn-color.btn-outline:hover,
.btn-color.btn-outline:focus,
.btn-color.btn-outline:active,
.btn-color.btn-outline.active {
    background-color: #4f5061;
    color: #ffffff;
}

/*********************/

/* Skin text color style */

.color { color: #4f5061; }

/*********************/

/* Skin nestable style */

#nestable2 .dd-handle {
    background-color: #4f5061;
    border: 1px solid #4f5061;
    color: #cacbd0;
}

#nestable2 .dd-handle:hover { background-color: #5a5c6f; }

/*********************/

/* Skin slider style */

.slider-color .slider-selection { background-color: #4f5061; }

.slider-color .slider-handle { box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px, #4f5061 0px 0px 0px 1px; }

/*********************/

/* Skin panel style */

.panel-color { border-color: #4f5061; }

.panel-color > .panel-heading {
    background-color: #4f5061;
    border-color: #4f5061;
    color: #cacbd0;
}

.panel-color > .panel-heading + .panel-collapse .panel-body { border-top-color: #4f5061; }

.panel-color > .panel-heading a { color: #cacbd0; }

.panel-color > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #4f5061; }

/*********************/

/* Skin label style */

.label-color { background-color: #4f5061; }

.label-color[href]:hover,
.label-color[href]:focus { background-color: #383945; }

/*********************/

/* Skin background color */

.bg-color {
    background-color: #4f5061;
    color: #cacbd0;
}

.bg-color a { color: #cacbd0; }

.bg-color a:active,
.bg-color a:focus,
.bg-color a:hover {
    color: #afb0b7;
    outline: 0;
    text-decoration: none;
}

.bg-color .nav > li:hover > a,
.bg-color .nav > li:focus > a,
.bg-color .nav > li:active > a,
.bg-color .nav > li.active > a,
.bg-color .nav > li > a:hover,
.bg-color .nav > li > a:focus { background-color: #484959; }

/*********************/

/* Skin pagination style */

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #4f5061;
    border-color: #4f5061;
    color: #ffffff;
}

/*********************/

/* Skin progress bar style */

.progress-bar-color { background-color: #4f5061; }

/*********************/

/* Skin chart elements */

.morris-hover.morris-default-style {
    background-color: #4f5061;
    background-color: rgba(79, 80, 97, 0.9);
    border-color: #4f5061;
}

.morris-hover.morris-default-style a { color: #ffffff; }

#jqstooltip {
    background-color: #4f5061;
    border-color: #4f5061;
}

#tooltip {
    background-color: #4f5061;
    color: #ffffff;
}

#tooltip:before { border-color: transparent #4f5061 transparent transparent; }

/*********************/

.jvectormap-label {
    background-color: #4f5061;
    border: solid 1px #4f5061;
    color: white;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    background-color: #4f5061;
    color: white;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

/*
 *  Font theme
 *
 */

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 { font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.heading-font { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
/*
* Template Name: Sublime - Web Application Admin Template
* Version: 1.0
* Author: Nyasha
* Website: http://www.nyasha.me/
* Themeforest Portfolio: http://themeforest.net/user/iamnyasha/portfolio?ref=iamnyasha
*/
/* Table of Contents
   *     [SECTION]...........[DESCRIPTION]
   1.    Reset...............Set defaults
   2.    Header..............Header element styles
   3.    Sidebar.............Main sidebar
   4.    Content Layout......App layout content (also contains Modal, Well, and list-group styles)
   5.    Off Screen..........Off Screen styles
   6.	   Alerts..............Custom bootstrap alert styles
   7.	   Breadcrumbs.........Custom bootstrap breadcrumb styles
   8.	   Pagination..........Custom bootstrap pagination styles
   9.	Tables..............Custom bootstrap tables styles
   10.	Panels..............Custom bootstrap panel styles
   11.	Forms...............Custom bootstrap form styles
   12.	Popover.............Custom bootstrap popover styles
   13.	Tooltip.............Custom bootstrap tooltip styles
   14.	Badge...............Custom bootstrap badge styles
   15.   Presentation........Custom bootstrap <code> styles
   16.	Dropdown............Custom bootstrap dropdown styles
   17.	Progress-Bar........Custom bootstrap progress bar styles
   18.	Buttons.............Custom bootstrap button styles
   19.	Navbar..............Custom bootstrap Navbar styles
   20.	Navs................Custom bootstrap navs styles
   21.	Labels..............Custom bootstrap labels styles
   22.	Carousel............Custom bootstrap carousel styles
   23.	Chat Box............Mail, Chat box and notificationHub widget styles
   24.	Tasks...............Tasks page styles
   25.	Timeline............Timeline page styles
   26.	Catalog.......Catalog page styles
   27.	Gallery.............Photo Gallery styles
   28.	400_500.............404, 500, Signin, Signup and lockscreen page styles
   29.	Widgets.............Widget styles
   30.	Switchery...........Switchery iOS switches styles
   31.	Sortable............Nestable and Sortable elements
   32.	FuelUX..............FuelUX elements (Custom checkbox, custom radio boxes, form wizard, pill box, spinner styles)
   33.	Charts..............Chart and map elements
   34.	Utilities...........Helper classes (margins, paddings, borders, and resets)
   35.	Color Scheme........Theme color palette
   36.   Plugins........Theme plugin styles
   Quickly jump to a desired section by doing (CMD/CTRL + F $[SECTION])
*/
/*
 * $Reset
 * Basic global styles
 */
/* Body reset */
body {
    -webkit-font-smoothing: antialiased;
    background: #515e72;
    color: #59595a;
    direction: ltr;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    html,
    body { height: 100%; }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 { line-height: 1.1; }

.bolder { font-weight: 800; }

/* Links */

a {
    -webkit-transition: 0.25s;
    color: #59595a;
    text-decoration: none;
    transition: 0.25s;
}

a:visited,
a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
}

[class^="ti-"].pull-right,
[class*=" ti-"].pull-right { line-height: inherit; }

/* hr restyled*/

hr {
    border: 0;
    border-top: 1px solid #e3e6f3;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

/* Images and avatars */

img {
    height: auto;
    max-width: 100%;
}

img { -ms-interpolation-mode: bicubic; }

.img-rounded { border-radius: 2px; }

.img-circle { border-radius: 50%; }

.avatar {
    display: inline-block;
    position: relative;
    width: 100%;
}

.avatar-lg { width: 128px; }

.avatar-md { width: 64px; }

.avatar-sm { width: 32px; }

.avatar-xs { width: 16px; }

.bordered-avatar {
    background-color: #eaecf6;
    border: 3px solid #fff;
}

/* Remove contenteditable outlines */

[contenteditable],
[contenteditable]:hover,
[contenteditable]:active { outline: 0; }

blockquote {
    border: 0;
    display: block;
    float: left;
    font-size: 13px;
    margin: 15px 0;
    padding: 10px;
}

blockquote:before {
    color: #E2E4E9;
    content: "“";
    float: left;
    font-family: Georgia, serif;
    font-size: 40px;
    line-height: 1;
    margin-right: 10px;
}

blockquote p { display: inline; }

.pullquote {
    display: block;
    float: left;
    font-size: 1.6em;
    font-style: italic;
    width: 55%;
}

.pullquote:before {
    color: #E2E4E9;
    content: "“";
    float: left;
    font-family: Georgia, serif;
    font-size: 40px;
    font-style: normal;
}

.drop-cap {
    float: left;
    font-family: Georgia;
    font-size: 75px;
    line-height: 60px;
    padding-right: 8px;
    padding-top: 4px;
}

.drop-cap.boxed {
    border-radius: 2px;
    margin: 0 5px 5px 0;
    padding: 10px;
}

ol {
    list-style-position: outside;
    list-style-type: decimal;
}

ul {
    line-height: 1.5;
    list-style-position: outside;
    list-style-type: disc;
}

ol.list-style-none,
ul.list-style-none {
    list-style: none;
    padding: 0;
}

.nav { padding: 0; }

.pageload {
    background-color: rgba(255, 255, 255, 0.9);
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.pageload .loader {
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 24px;
}

.loader:after {
    -ms-animation: spinner 400ms linear infinite;
    -webkit-animation: spinner 400ms linear infinite;
    animation: spinner 400ms linear infinite;
    border-radius: 50%;
    border-radius: 24px;
    content: "";
    display: block;
    height: 24px;
    margin: 0 auto;
    width: 24px;
    z-index: 2000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media print {
    .content-wrap { width: 100%; }

    .sidebar,
    .header,
    .no-print { display: none; }
}

/*
 *
 * $Header layout
 *
 * Core theme layout styles
 */

/* header element */

.header {
    border: 0;
    border-radius: 0;
    margin: 0;
    min-height: 50px;
    z-index: 1000;
    /* Branding */
}

.header li:hover,
.header li a:hover,
.header li a:active { background: transparent; }

.header .brand {
    float: left;
    width: 200px;
}

.header .brand .navbar-brand {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 50px;
    padding-bottom: 0;
    padding-top: 0;
}

.header .brand .navbar-brand img {
    margin-right: 5px;
    margin-top: -5px;
    max-height: 25px;
}

.header .navbar-nav { margin: 0; }

.header .navbar-nav > li > a {
    max-height: 50px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.header .navbar-nav > li > a:focus { background-color: transparent; }

.header .header-avatar {
    margin-top: -6px;
    width: 32px;
}

.header > .nav > li > a > .badge {
    font-size: 11px;
    height: 16px;
    line-height: 1.5;
    padding: 0;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 8px;
    width: 16px;
}

.header .header-search { position: relative; }

.header .header-search .search-container {
    -webkit-transition: width 300ms;
    left: 40px;
    position: absolute;
    top: 10px;
    transition: width 300ms;
    width: 0;
}

.header .header-search .search-container .search {
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    height: 30px;
    padding: 0;
    text-indent: 10px;
}

.header .header-search .toggle-search {
    border-radius: 2px;
    height: 30px;
    margin: 10px;
    padding: 5px 9px !important;
    width: 30px;
}

.header .header-search.open > a {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    z-index: 1001;
}

.header .header-search.open .search-container { width: 300px; }

.header .header-search.open .search-container .search { padding-right: 12px; }

.header .notifications { position: relative; }

.header .notifications .panel { border: 0; }

.header .notifications .panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 5px 15px;
}

.header .notifications ul li a { font-size: 13px; }

.header .notifications .panel-footer { padding: 5px 15px; }

.header .notifications .panel-footer > a { font-size: 13px; }

.header .notifications .m-body {
    display: block;
    overflow: hidden;
}

.header .notifications .time { display: block; }

.header .notifications .label { font-size: 10px; }

.header .notifications a:hover,
.header .notifications a:visited,
.header .notifications a:active { color: #59595a; }

.horizontal-layout .brand {
    background-color: transparent;
    width: auto;
}

@media screen and (min-width: 768px) {
    .header {
        padding: 0 15px;
        position: absolute;
        width: 100%;
        /* Branding */
    }

    .header .brand { margin-left: -15px; }

    .header .brand .navbar-brand { width: 100%; }

    .header .header-avatar { float: left; }

    .header .notifications .dropdown-menu { min-width: 350px; }

    .app > header .dropdown-menu {
        -webkit-animation-duration: 300ms;
        animation-duration: 300ms;
        border-top: 0;
        box-shadow: 0px 2px 5px rgba(88, 96, 114, 0.05);
        padding: 0;
    }
}

@media (max-width: 767px) {
    .header { width: 100%; }

    .header.header-fixed {
        position: fixed;
        top: 0;
        width: 100%;
    }

    .header > .brand {
        text-align: center;
        width: 100%;
    }

    .header > .brand .navbar-brand {
        display: inline-block;
        float: none;
        text-align: center;
    }

    .header .notifications { margin-right: 10px; }

    .header .navbar-nav .open .dropdown-menu {
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        margin-top: 0;
        position: absolute;
    }

    .header .navbar-collapse { width: 100%; }

    .header .off-right {
        position: absolute;
        right: 0;
        top: 0;
    }

    .header .off-left {
        left: 0;
        position: absolute;
        top: 0;
    }

    .header .navbar-toggle,
    .header .brand [data-toggle="offscreen"] {
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 2px;
        margin-bottom: 8px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 8px;
        padding: 10px 15px;
        z-index: 999;
    }

    .header .search-container {
        max-width: 220px;
        width: 100%;
    }

    .app > .header > .nav > li { float: left; }

    .app > .header > .navbar-nav { float: left; }

    .app > .header > .navbar-right { float: right; }

    .app > .header .dropdown-menu {
        border-radius: 0 !important;
        left: 0;
        position: fixed !important;
        right: 0;
        top: 100px;
    }

    .app > header .dropdown-menu {
        -webkit-animation-duration: 0ms;
        animation-duration: 0ms;
        border-bottom: 1px solid #e3e6f3 !important;
        box-shadow: none !important;
        padding: 0;
    }
}

/*
 * $Sidebar layout
 *
 * Core theme layout styles
 */

/* main sidebar */

.sidebar { width: 200px; }

.sidebar .nav-title {
    font-size: 11px;
    letter-spacing: 1px;
    padding: 25px 15px 0;
}

.sidebar > footer {
    bottom: 0;
    position: absolute;
    width: 100%;
}

/* Menu links */

.main-navigation ul > li > a {
    display: block;
    padding: 10px 15px;
    text-align: left;
    width: 100%;
}

.main-navigation ul > li i {
    font-size: 11px;
    min-width: 25px;
    padding-right: 10px;
    text-align: center;
}

.main-navigation .nav > li > a:hover,
.main-navigation .nav > li > a:focus,
.main-navigation .nav .open > a,
.main-navigation .nav .open > a:hover,
.main-navigation .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}

.main-navigation {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    position: absolute;
    right: 0;
    top: 0;
}

/* Disable background highlighting on touch devices */

.touch li:hover,
.touch li:focus,
.touch a:hover,
.touch a:focus { background-color: transparent !important; }

/* collapsible menu */

.app .sidebar ul > li {
    display: block;
    position: relative;
}

.app .sidebar ul > li:before,
.app .sidebar ul > li:after {
    content: " ";
    display: table;
}

.app .sidebar ul > li:after { clear: both; }

.app .sidebar ul > li a { position: relative; }

.app .sidebar ul > li.open > .dropdown-menu { display: block; }

.app .sidebar ul > li.open > a .toggle-accordion:before { content: "\e64b"; }

.app .sidebar ul > li > ul {
    -webkit-transition: background-color 400ms ease;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    transition: background-color 400ms ease;
}

.app .sidebar .nav > li .sub-menu { font-size: 12px; }

.app .sidebar .nav > li > .sub-menu > li > a { padding: 8px 15px 8px 40px !important; }

.app .sidebar .nav > li > .sub-menu > li > a + .sub-menu > li > a { padding: 8px 15px 8px 60px !important; }

.app .sidebar .nav > li > .sub-menu > li > a + .sub-menu > li > a + .sub-menu > li > a { padding: 8px 15px 8px 80px !important; }

.app .sidebar .nav > li > .sub-menu > li > a + .sub-menu > li > a + .sub-menu > li > a + .sub-menu > li > a { padding: 8px 15px 8px 100px !important; }

.app .sidebar li a .toggle-accordion {
    float: right;
    font-size: 8px;
    line-height: 20px;
    min-width: 25px !important;
    padding: 0;
}

.app .sidebar li a .toggle-accordion:before {
    content: "\e649";
    font-family: "themify";
    font-style: normal;
    font-weight: normal;
}

@media screen and (min-width: 768px) {
    .app.small-menu {
        /* Uncomment this if you want the layout to be scrollable with small menu
        &.boxed > .header {
            width: inherit;
        }
        & > .header {
            position: fixed;
        }
        .wrapper {
            position: relative;
        }
        .main-navigation {
            position: relative;
            overflow: visible;
        }*/
    }

    .app.small-menu .brand { width: 70px; }

    .app.small-menu .navbar-brand {
        text-align: center;
        width: 100%;
    }

    .app.small-menu .navbar-brand span {
        display: none;
        visibility: hidden;
    }

    .app.small-menu .navbar-brand i { margin: 0; }

    .slimScrollDiv { overflow: visible !important; }

    .app.small-menu .sidebar { width: 70px; }

    .app.small-menu .sidebar .nav-title { text-align: center; }

    .app.small-menu .sidebar .main-navigation { overflow: visible; }

    .app.small-menu .sidebar .main-navigation > ul > li.open > .sub-menu { display: none !important; }

    .app.small-menu .sidebar .main-navigation > ul > li {
        position: relative;
        text-align: center;
    }

    .app.small-menu .sidebar .main-navigation > ul > li > a { padding: 15px; }

    .app.small-menu .sidebar .main-navigation > ul > li > a > span {
        display: none;
        visibility: hidden;
    }

    .app.small-menu .sidebar .main-navigation > ul > li i {
        display: block;
        min-width: 100%;
        padding: 0;
    }

    .app.small-menu .sidebar .main-navigation > ul > li:hover > .sub-menu { display: block !important; }

    .app.small-menu .sidebar .main-navigation .nav > li > a > .toggle-accordion { display: none; }

    .app.small-menu .sidebar .main-navigation .nav > li > .sub-menu {
        background: #fff;
        border: 1px solid #e3e6f3;
        border-left: 0;
        display: none !important;
        left: 100%;
        list-style: none;
        min-width: 180px;
        padding: 0;
        position: absolute;
        top: 0;
        z-index: 1000;
    }

    .app.small-menu .sidebar .main-navigation .nav > li > .sub-menu > li.active,
    .app.small-menu .sidebar .main-navigation .nav > li > .sub-menu > li > a:hover { background-color: #f1f2f9; }

    .app.small-menu .sidebar .main-navigation .nav > li > .sub-menu > li > a {
        color: #59595a;
        font-size: 13px;
        margin: 0;
        padding: 3px 20px !important;
        text-align: left;
        width: 100%;
    }

    .app.small-menu .sidebar .main-navigation .nav > li > .sub-menu > li > a + .sub-menu > li > a { padding: 8px 15px 8px 30px !important; }

    .app.small-menu .sidebar .main-navigation .nav > li > .sub-menu > li > a + .sub-menu > li > a + .sub-menu > li > a { padding: 8px 15px 8px 40px !important; }

    .app.small-menu .sidebar .main-navigation .nav > li > .sub-menu > li > a + .sub-menu > li > a + .sub-menu > li > a + .sub-menu > li > a { padding: 8px 15px 8px 50px !important; }
}

/* Sidebar sizes */

@media screen and (min-width: 768px) {
    .sidebar-300 { width: 300px; }

    .sidebar-250 { width: 250px; }

    .sidebar-400 { width: 400px; }
}

@media (max-width: 767px) {
    .main-navigation { position: relative; }

    .app aside.offscreen-right .content-wrap {
        height: 100%;
        position: relative;
    }

    .app aside.offscreen-right .wrapper {
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        right: 0;
        top: 0;
    }

    .sidebar-300,
    .sidebar-250,
    .sidebar-400 { width: 100%; }
}

/*
 * $Content Layout
 *
 * Core theme layout styles
 */

/* main app area */

.main-content { background: #f1f4f9; }

.main-content .content-wrap .wrapper { padding: 15px; }

.main-content .header .nav > li:active > a,
.main-content .header .nav > li.active > a {
    background-color: #f1f4f9;
    color: #59595a;
}

section.main-content > footer,
section.main-content > .fffix > footer,
aside > footer,
aside > .fffix > footer {
    min-height: 50px;
    padding: 0 15px;
}

section.main-content > footer p,
section.main-content > .fffix > footer p,
aside > footer p,
aside > .fffix > footer p {
    display: inline-table;
    line-height: 1;
    margin: 19px 0;
}

.layout .header { z-index: 997; }

.equal-blocks {
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.equal-blocks > .block {
    display: table-cell;
    float: none;
    height: 100%;
    position: relative;
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .container,
    .app {
        height: 100%;
        position: relative;
    }

    section .wrapper,
    aside .wrapper {
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        right: 0;
        top: 0;
    }

    section.main-content > footer,
    section.main-content > .fffix > footer,
    aside > footer,
    aside > .fffix > footer {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
    }

    .app > .layout {
        display: table;
        height: 100%;
        overflow: hidden;
        table-layout: fixed;
        width: 100%;
    }

    .app > .layout > section,
    .app > .layout > aside {
        display: table-cell;
        float: none;
        height: 100%;
        position: relative;
        vertical-align: top;
    }

    .app .header-fixed + .layout { padding-top: 50px; }

    .content-wrap {
        height: 100%;
        position: relative;
    }

    .header + .content-wrap .wrapper { top: 50px; }

    .slimscroll {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media (max-width: 767px) {
    .app .layout {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .app .header-fixed + .layout { padding-top: 100px; }

    .main-content { overflow: hidden; }

    .main-content .header { padding: 0 15px; }

    .main-content .header > ul > li {
        display: block;
        float: left;
    }

    .main-content .header.header-fixed + .content-wrap { padding-top: 65px; }

    .main-content .header.header-fixed + .content-wrap.no-padding { padding-top: 50px; }
}

/* Chat panel */

.chat-sidebar .user { position: relative; }

.chat-sidebar .user i {
    position: absolute;
    right: 0;
    top: 10px;
}

@media screen and (min-width: 768px) {
    .app aside.chat-sidebar {
        display: none;
        width: 300px;
    }

    .app aside.chat-sidebar .wrapper {
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
    }

    .app.move-right .chat-sidebar { display: table-cell; }

    .app.move-right .chat-sidebar .slimScrollDiv,
    .app.move-right .chat-sidebar .slimscroll { height: 100% !important; }
}

.chat-user {
    border-radius: 2px;
    clear: both;
    cursor: pointer;
    display: block;
    margin: 5px;
    padding: 10px;
    position: relative;
}

.chat-user:hover { background-color: rgba(0, 0, 0, 0.05); }

.chat-user p { margin: 0; }

.chat-user .user-avatar {
    float: left;
    margin-right: 10px;
    position: relative;
}

.chat-user .user-avatar img { width: 35px; }

.chat-user .user-avatar .status {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 12px;
    margin-top: -2px;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
}

.chat-user .user-details { overflow: hidden; }

.chat-user .user-details .user-department {
    color: #727274;
    display: block;
}

.chat-user .user-details .status {
    height: 14px;
    margin-top: -7px;
    position: absolute;
    right: 15px;
    top: 50%;
}

/* Loading wrapper */

.loader {
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
}

.ti-caret:before { font-size: 10px !important; }

.cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.overlay {
    bottom: 0;
    filter: alpha(opacity=95);
    left: 0;
    opacity: 0.95;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

/* Layout options */

.fixed-scroll.boxed > .header { width: inherit; }

.fixed-scroll > .header { position: fixed; }

.fixed-scroll .wrapper { position: relative; }

.fixed-scroll .main-navigation {
    overflow: visible;
    position: relative;
}

.boxed {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .boxed { width: 750px; }
}

@media (min-width: 992px) {
    .boxed { width: 970px; }
}

@media (min-width: 1200px) {
    .boxed { width: 1170px; }
}

.app.horizontal-layout > .header .brand { background-color: transparent; }

@media (max-width: 767px) {
    .app.horizontal-layout > .header .navbar-collapse .dropdown-menu {
        box-shadow: none;
        position: relative !important;
        top: auto;
    }

    .app.horizontal-layout .nav li:before,
    .app.horizontal-layout .nav li:after {
        content: " ";
        display: table;
    }

    .app.horizontal-layout .nav li:after { clear: both; }
}

.language-dropdown .flag {
    margin-top: -2px;
    width: 16px;
}

.right-menu .header-search .search-container {
    left: auto;
    right: 40px;
}

.right-menu .header-search .search-container .search {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
}

.right-menu .header-search.open > a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
}

@media screen and (min-width: 768px) {
    .right-menu .brand {
        float: right;
        margin-left: 0;
        margin-right: -15px;
    }
}

.right-menu.small-menu .brand { float: right; }

.right-menu.small-menu .main-navigation > ul > li .sub-menu {
    border-left: 1px solid #e3e6f3 !important;
    border-right: 0 !important;
}

@media screen and (min-width: 768px) {
    .right-menu.small-menu .main-navigation > ul > li > .sub-menu {
        left: auto !important;
        right: 100% !important;
    }

    .right-menu .header .navbar-nav.navbar-right:last-child {
        margin-left: -15px;
        margin-right: 0;
    }
}

[data-animation] { visibility: hidden; }

.animated { visibility: visible !important; }

.visible { visibility: visible; }

.arrow {
    height: 0;
    position: absolute;
    width: 0;
}

.arrow:after {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 10px;
    content: "";
    display: block;
}

.arrow.left:after {
    border-left-color: #fff;
    border-right-width: 0;
    content: " ";
}

.arrow.left,
.arrow.right {
    margin-top: -10px;
    top: 50%;
}

.arrow.left { left: 0; }

.arrow.right:after {
    border-left-width: 0;
    border-right-color: #fff;
    content: " ";
}

.arrow.right { right: 10px; }

.fffix {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

/*
 * $Off Screen Menu
 *
 */

@media (max-width: 767px) {
    html,
    body { height: 100%; }

    .offscreen { overflow: hidden; }

    .app {
        height: 100%;
        position: relative;
        width: 100%;
    }

    .app.move-right .main-content .fffix,
    .app.move-left .main-content .fffix { position: static; }

    .app.move-right > .header,
    .app.move-left > .header { z-index: 0; }

    .layout,
    .header {
        -webkit-backface-visibility: hidden;
        -webkit-transition: -webkit-transform 300ms ease 0s;
        position: relative;
        transition: transform 300ms ease 0s;
        width: 100%;
    }

    .layout:before,
    .layout:after {
        content: " ";
        display: table;
    }

    .layout:after { clear: both; }

    .offscreen-left {
        -moz-box-sizing: content-box;
        -ms-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0, 0);
        -webkit-backface-visibility: hidden;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate(-100%, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        bottom: 0;
        box-sizing: content-box;
        height: 100%;
        left: 0;
        overflow: auto;
        position: absolute;
        top: 0;
        transform: translate(-100%, 0);
        transform: translate3d(-100%, 0, 0);
        width: 280px;
    }

    .offscreen-left * {
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
    }

    .offscreen-right {
        -moz-box-sizing: content-box;
        -ms-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0, 0);
        -webkit-backface-visibility: hidden;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate(100%, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        bottom: 0;
        box-sizing: content-box;
        height: 100%;
        overflow: auto;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(100%, 0);
        transform: translate3d(100%, 0, 0);
        width: 280px;
    }

    .offscreen-right * { -webkit-backface-visibility: hidden; }

    .move-left > .layout,
    .move-left > .header {
        -ms-transform: translate(280px, 0);
        -ms-transform: translate(280px, 0, 0);
        -webkit-transform: translate(280px, 0);
        -webkit-transform: translate3d(280px, 0, 0);
        -webkit-transition: -webkit-transform 300ms ease;
        transform: translate(280px, 0);
        transform: translate3d(280px, 0, 0);
        transition: transform 300ms ease;
    }

    .move-right > .layout,
    .move-right > .header {
        -ms-transform: translate(-280px, 0);
        -ms-transform: translate(-280px, 0, 0);
        -webkit-transform: translate(-280px, 0);
        -webkit-transform: translate3d(-280px, 0, 0);
        -webkit-transition: -webkit-transform 300ms ease;
        transform: translate(-280px, 0);
        transform: translate3d(-280px, 0, 0);
        transition: transform 300ms ease;
    }

    .offscreen > .layout {
        bottom: 0;
        overflow: visible;
        position: absolute;
        top: 0;
    }

    .no-csstransforms .offscreen-left { left: -280px; }

    .no-csstransforms .offscreen-right { right: -280px; }

    .no-csstransforms .move-right > .layout,
    .no-csstransforms .move-right > .header { right: 280px; }

    .no-csstransforms .move-left > .layout,
    .no-csstransforms .move-left > .header { left: 280px; }

    .move-left .exit-offscreen,
    .move-right .exit-offscreen {
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        background: rgba(255, 255, 255, 0.1);
        bottom: 0;
        cursor: pointer;
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9999;
    }
}

.widget {
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 20px;
    position: relative;
}

.widget .widget-header,
.widget .widget-body,
.widget .widget-footer {
    padding: 15px;
    position: relative;
    z-index: 995;
}

.widget .widget-header:before,
.widget .widget-body:before,
.widget .widget-footer:before,
.widget .widget-header:after,
.widget .widget-body:after,
.widget .widget-footer:after {
    content: " ";
    display: table;
}

.widget .widget-header:after,
.widget .widget-body:after,
.widget .widget-footer:after { clear: both; }

.widget .widget-header {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.widget .widget-footer {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.dash-tile {
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
}

.dash-tile .tile-title {
    font-size: 85%;
    text-transform: uppercase;
}

.dash-tile .tile-title.title-heading {
    position: relative;
    width: 100%;
}

.dash-tile .tile-title.title-heading:after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    border-top: 1px solid rgba(133, 133, 133, 0.01);
    bottom: -5px;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
}

.dash-tile .tile-stats {
    font-size: 24px;
    margin-top: 15px;
}

.dash-tile .tile-chart {
    bottom: 25px;
    height: 40px;
    left: 0;
    position: absolute !important;
    right: 0;
    width: 100%;
}

.dash-tile .tile-bottom {
    display: block;
    margin-top: 1px;
    white-space: nowrap;
}

.dash-tile .tile-icon {
    color: rgba(0, 0, 0, 0.1);
    font-size: 80px;
    line-height: 0;
    margin-top: -40px;
    position: absolute;
    right: 15px;
    top: 50%;
}

/*
 *  Toggle $Accordion
 *
 */

.accordion dt,
.toggle dt {
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    display: block;
    margin-bottom: 10px;
    position: relative;
    text-decoration: none;
}

.accordion dt a,
.toggle dt a {
    color: #59595a;
    display: block;
    font-weight: 400;
    padding: 15px;
}

.accordion dt a:after,
.toggle dt a:after {
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #d1d5eb;
    border-radius: 50%;
    color: #d1d5eb;
    content: "\e61a";
    font-family: 'themify';
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
    position: absolute;
    right: 10px;
    speak: none;
    text-align: center;
    text-transform: none;
    top: 50%;
    width: 24px;
}

.accordion dt a.active:after,
.toggle dt a.active:after { content: "\e622"; }

.accordion dd,
.toggle dd { padding: 0 15px 15px; }

.accordion dd a,
.toggle dd a { display: block; }

.accordion dd,
.toggle dd { border-top: 0; }

.accordion dd:last-of-type,
.toggle dd:last-of-type { position: relative; }

/*
 *  $Widgets
 *
 */

.post .list-group-item,
.panel.post .panel-heading { border-color: #1AADD1; }

/* Toggle */

.toggle-active { cursor: pointer; }

.toggle-active.active { color: #daac16; }

/* Circular icon */

.circle-icon {
    border-radius: 100%;
    color: #fff;
    float: left;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
    text-align: center;
    width: 50px;
}

.header .circle-icon {
    height: 32px;
    margin: 0;
    position: relative;
    width: 32px;
}

.header .circle-icon > i {
    font-size: 12px;
    left: 50%;
    margin: -6px 0 0 -6px;
    position: absolute;
    top: 50%;
}

/* Photo Post Widget */

.imgpost-heading,
.photobox-heading {
    height: 150px;
    padding: 0;
    position: relative;
}

.imgpost-heading .bxslider,
.photobox-heading .bxslider {
    margin: 0;
    padding: 0;
}

.imgpost-heading .bx-wrapper,
.photobox-heading .bx-wrapper,
.imgpost-heading .bx-viewport,
.photobox-heading .bx-viewport,
.imgpost-heading .bx-viewport,
.photobox-heading .bx-viewport,
.imgpost-heading .bxslider,
.photobox-heading .bxslider,
.imgpost-heading .bxslider li,
.photobox-heading .bxslider li { height: 100%; }

.imgpost-heading .cover,
.photobox-heading .cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/* Photo Widget */

.photobox-heading {
    background: #ffffff url(../img/cover.jpg) no-repeat center center;
    background-size: cover;
}

.photobox {
    border: 0;
    min-height: 150px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.photobox .thumb {
    cursor: pointer;
    float: right;
    margin-right: 15px;
    margin-top: 15px;
}

.photobox .centered-hero {
    color: #fff;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.photobox .centered-hero .title {
    color: #fff;
    font-size: 18px;
}

.photobox .photobox-body {
    background-color: #fff;
    bottom: 0;
    padding: 15px;
    position: relative;
}

.status-avatar { margin-top: -47px; }

.post-media {
    margin: 15px 0;
    position: relative;
    width: 100%;
}

.post-comments .avatar {
    border-radius: 50%;
    max-width: 48px;
}

.post-comments .comment { overflow: hidden; }

.post-comments .comment-meta { margin-bottom: 5px; }

.post-comments .comment-author a,
.post-comments .comment-meta a { color: #1a1a1a; }

.user-meta {
    list-style: none;
    padding: 0;
}

.user-meta li { padding: 5px 0; }

/*
 * $Color Scheme
 *
 */

.fc-event {
    background-color: #4f5061;
    border: 1px solid #4f5061;
    color: #fff;
}

/*
 * Color Variant: Primary;
 *
 */

.bg-primary {
    background-color: #1582dc;
    color: #ffffff;
}

.bg-primary a { color: #ffffff; }

.bg-primary a:active,
.bg-primary a:focus,
.bg-primary a:hover {
    color: #e6e6e6;
    outline: 0;
    text-decoration: none;
}

.bg-primary .nav > li:hover > a,
.bg-primary .nav > li:focus > a,
.bg-primary .nav > li:active > a,
.bg-primary .nav > li.active > a,
.bg-primary .nav > li > a:hover,
.bg-primary .nav > li > a:focus { background-color: #147ace; }

/*
 * Color Variant: Default;
 *
 */

.bg-default {
    background-color: #eaecf6;
    color: #59595a;
}

.bg-default a { color: #59595a; }

.bg-default a:active,
.bg-default a:focus,
.bg-default a:hover {
    color: #404040;
    outline: 0;
    text-decoration: none;
}

.bg-default .nav > li:hover > a,
.bg-default .nav > li:focus > a,
.bg-default .nav > li:active > a,
.bg-default .nav > li.active > a,
.bg-default .nav > li > a:hover,
.bg-default .nav > li > a:focus { background-color: #dfe2f1; }

/*
 * Color Variant: Warning;
 *
 */

.bg-warning {
    background-color: #daac16;
    color: #ffffff;
}

.bg-warning a { color: #ffffff; }

.bg-warning a:active,
.bg-warning a:focus,
.bg-warning a:hover {
    color: #e6e6e6;
    outline: 0;
    text-decoration: none;
}

.bg-warning .nav > li:hover > a,
.bg-warning .nav > li:focus > a,
.bg-warning .nav > li:active > a,
.bg-warning .nav > li.active > a,
.bg-warning .nav > li > a:hover,
.bg-warning .nav > li > a:focus { background-color: #cca115; }

/*
 * Color Variant: Success;
 *
 */

.bg-success {
    background-color: #15db81;
    color: #ffffff;
}

.bg-success a { color: #ffffff; }

.bg-success a:active,
.bg-success a:focus,
.bg-success a:hover {
    color: #e6e6e6;
    outline: 0;
    text-decoration: none;
}

.bg-success .nav > li:hover > a,
.bg-success .nav > li:focus > a,
.bg-success .nav > li:active > a,
.bg-success .nav > li.active > a,
.bg-success .nav > li > a:hover,
.bg-success .nav > li > a:focus { background-color: #14cd79; }

/*
 * Color Variant: Info;
 *
 */

.bg-info {
    background-color: #15acdc;
    color: #ffffff;
}

.bg-info a { color: #ffffff; }

.bg-info a:active,
.bg-info a:focus,
.bg-info a:hover {
    color: #e6e6e6;
    outline: 0;
    text-decoration: none;
}

.bg-info .nav > li:hover > a,
.bg-info .nav > li:focus > a,
.bg-info .nav > li:active > a,
.bg-info .nav > li.active > a,
.bg-info .nav > li > a:hover,
.bg-info .nav > li > a:focus { background-color: #14a1ce; }

/*
 * Color Variant: Danger;
 *
 */

.bg-danger {
    background-color: #da3e16;
    color: #ffffff;
}

.bg-danger a { color: #ffffff; }

.bg-danger a:active,
.bg-danger a:focus,
.bg-danger a:hover {
    color: #e6e6e6;
    outline: 0;
    text-decoration: none;
}

.bg-danger .nav > li:hover > a,
.bg-danger .nav > li:focus > a,
.bg-danger .nav > li:active > a,
.bg-danger .nav > li.active > a,
.bg-danger .nav > li > a:hover,
.bg-danger .nav > li > a:focus { background-color: #cc3a15; }

/*
 * Color Variant: White;
 *
 */

.bg-white {
    background-color: #ffffff;
    color: #59595a;
}

.bg-white a { color: #59595a; }

.bg-white a:active,
.bg-white a:focus,
.bg-white a:hover {
    color: #404040;
    outline: 0;
    text-decoration: none;
}

.bg-white .nav > li:hover > a,
.bg-white .nav > li:focus > a,
.bg-white .nav > li:active > a,
.bg-white .nav > li.active > a,
.bg-white .nav > li > a:hover,
.bg-white .nav > li > a:focus { background-color: #f7f7f7; }

.bg-white .nav > li:hover > a,
.bg-white .nav > li:focus > a,
.bg-white .nav > li:active > a,
.bg-white .nav > li.active > a,
.bg-white .nav > li > a:hover,
.bg-white .nav > li > a:focus { background-color: rgba(0, 0, 0, 0.1); }

/*
 * Text Color Variant
 *
 */

.text-primary,
.text-primary a { color: #1582dc; }

.text-primary:focus,
.text-primary a:focus { color: #0e5996; }

.text-default,
.text-default a { color: #eaecf6; }

.text-default:focus,
.text-default a:focus { color: #b4bcdf; }

.text-warning,
.text-warning a { color: #daac16; }

.text-warning:focus,
.text-warning a:focus { color: #95750f; }

.text-success,
.text-success a { color: #15db81; }

.text-success:focus,
.text-success a:focus { color: #0e9558; }

.text-info,
.text-info a { color: #15acdc; }

.text-info:focus,
.text-info a:focus { color: #0e7596; }

.text-white,
.text-white a { color: #ffffff; }

.text-white:focus,
.text-white a:focus { color: #d9d9d9; }

.text-danger,
.text-danger a { color: #da3e16; }

.text-danger:focus,
.text-danger a:focus { color: #952a0f; }

.text-muted,
.text-muted a { color: #b3b3b3; }

.text-muted:focus,
.text-muted a:focus { color: #8c8c8c; }

/*
 * Bootstrap $Badge
 *
 */

.badge {
    font-size: 11px;
    font-weight: 400;
    padding: 3px 6px;
}

.badge.badge-top {
    position: relative;
    top: -10px;
}

/*
 *  Bootstrap $Breadcrumb
 *
 */

.breadcrumb {
    background-color: #ffffff;
    border-radius: 2px;
}

.breadcrumb > li + li:before {
    content: "\f105\00a0";
    font-family: FontAwesome;
    padding: 0 5px;
}

/*
 *  $Presentation styles
 *
 */

pre {
    background-color: #EFF2F5;
    border: 1px solid #e3e6f3;
    border-radius: 2px;
    color: #59595a;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 11px;
}

/*
 *  Bootstrap $Pagination
 *
 */

.pagination { border-radius: 2px; }

.pagination > li > a,
.pagination > li > span { border-color: #e3e6f3; }

.pagination > li > a:hover,
.pagination > li > span:hover {
    background-color: #f5f6fb;
    border-color: #d1d5eb;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span { border-radius: 2px 0 0 2px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span { border-radius: 0 2px 2px 0; }

/*
 * Bootstrap $Popover
 *
 */

.popover { box-shadow: none; }

.popover .popover-title {
    background-color: #eaecf6;
    border-bottom: 1px solid #e3e6f3;
    font-size: 13px;
}

/*
 * Bootstrap $Tooltip
 *
 */

.tooltip-inner {
    background: #4f5061;
    background-color: 2px;
    border-radius: 2px;
    padding: 10px;
}

.tooltip.top .tooltip-arrow { border-top-color: #4f5061; }

.tooltip.top-left .tooltip-arrow { border-top-color: #4f5061; }

.tooltip.top-right .tooltip-arrow { border-top-color: #4f5061; }

.tooltip.right .tooltip-arrow { border-right-color: #4f5061; }

.tooltip.left .tooltip-arrow { border-left-color: #4f5061; }

.tooltip.bottom .tooltip-arrow { border-bottom-color: #4f5061; }

.tooltip.bottom-left .tooltip-arrow { border-bottom-color: #4f5061; }

.tooltip.bottom-right .tooltip-arrow { border-bottom-color: #4f5061; }

.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}

/*
 *  Modal
 *
 */

.modal-content {
    border-radius: 4px;
    box-shadow: none;
}

/*
 *  Well
 *
 */

.well {
    background-color: #eaecf6;
    border: 1px solid #e3e6f3;
    border-radius: 2px;
    box-shadow: none;
}

/*
 *  List group
 *
 */

.list-group-item { border: 1px solid #e3e6f3; }

a.list-group-item:hover,
a.list-group-item:focus { background-color: #fcfcfe; }

/*
 * Bootstrap $Tables
 *
 */

.table > thead > tr > th { border-bottom: 1px solid #e3e6f3; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td { border-color: #e3e6f3; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th { background-color: #eaeaf2; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th { background-color: #eaeaf2; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th { background-color: transparent; }

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th { background-color: #fafafc; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border-bottom: 0;
    border-left: 1px solid #e3e6f3;
    border-right: 0;
}

.table-bordered > thead > tr > th:first-child,
.table-bordered > tbody > tr > th:first-child,
.table-bordered > tfoot > tr > th:first-child,
.table-bordered > thead > tr > td:first-child,
.table-bordered > tbody > tr > td:first-child,
.table-bordered > tfoot > tr > td:first-child { border-left: 0; }

.table-bordered {
    border: 1px solid #e3e6f3;
    border-collapse: separate;
    border-radius: 2px;
}

/* No More tables */

@media (max-width: 767px) {
    /* Source:: http://elvery.net/demo/responsive-tables/#no-more-tables */
    /* Force table to not be like tables anymore */
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr { display: block; }

    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr {
        left: -9999px;
        position: absolute;
        top: -9999px;
    }

    .no-more-tables tr { border: 1px solid #ccc; }

    .no-more-tables td {
        border-bottom: 1px solid #eee;
        /* Behave  like a "row" */
        border-top: 0 !important;
        padding-left: 50% !important;
        position: relative;
        text-align: left;
        white-space: normal;
    }

    .no-more-tables td:before {
        font-weight: bold;
        left: 6px;
        padding-right: 10px;
        /* Now like a table header */
        position: absolute;
        text-align: left;
        /* Top/left values mimic padding */
        top: 6px;
        white-space: nowrap;
        width: 45%;
    }

    /*
    Label the data
    */
    .no-more-tables td:before { content: attr(data-title); }
}

/*
 * Bootstrap $Panels
 *
 */

.panel {
    border-radius: 2px;
    box-shadow: none;
}

.panel-heading {
    border-color: #eeeff8;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading.gray { background: #fcfcfc; }

.panel-heading.gradient {
    background: #fcfcfc;
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #f5f5f5 100%);
}

.panel-footer {
    background-color: #fcfcfc;
    border-top: 1px solid #eeeff8;
}

.panel-group .panel { border-radius: 2px; }

.panel-default { border-color: #dcdff0; }

.panel-default > .panel-heading {
    background-color: #eaecf6;
    border-color: #dcdff0;
    color: #59595a;
}

.panel-default > .panel-heading + .panel-collapse .panel-body { border-top-color: #dcdff0; }

.panel-default > .panel-heading a { color: #59595a; }

.panel-default > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #dcdff0; }

.panel-primary { border-color: #1582dc; }

.panel-primary > .panel-heading {
    background-color: #1582dc;
    border-color: #1582dc;
    color: #ffffff;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body { border-top-color: #1582dc; }

.panel-primary > .panel-heading a { color: #ffffff; }

.panel-primary > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #1582dc; }

.panel-success { border-color: #15db81; }

.panel-success > .panel-heading {
    background-color: #15db81;
    border-color: #15db81;
    color: #ffffff;
}

.panel-success > .panel-heading + .panel-collapse .panel-body { border-top-color: #15db81; }

.panel-success > .panel-heading a { color: #ffffff; }

.panel-success > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #15db81; }

.panel-warning { border-color: #daac16; }

.panel-warning > .panel-heading {
    background-color: #daac16;
    border-color: #daac16;
    color: #ffffff;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body { border-top-color: #daac16; }

.panel-warning > .panel-heading a { color: #ffffff; }

.panel-warning > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #daac16; }

.panel-danger { border-color: #da3e16; }

.panel-danger > .panel-heading {
    background-color: #da3e16;
    border-color: #da3e16;
    color: #ffffff;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body { border-top-color: #da3e16; }

.panel-danger > .panel-heading a { color: #ffffff; }

.panel-danger > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #da3e16; }

.panel-info { border-color: #15acdc; }

.panel-info > .panel-heading {
    background-color: #15acdc;
    border-color: #15acdc;
    color: #ffffff;
}

.panel-info > .panel-heading + .panel-collapse .panel-body { border-top-color: #15acdc; }

.panel-info > .panel-heading a { color: #ffffff; }

.panel-info > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #15acdc; }

.heading-controls {
    display: inline-block;
    float: right;
}

.heading-controls a {
    border-radius: 2px;
    font-size: 11px;
    padding: 5px;
}

/*
 * $Forms
 *
 */

/* Resize textarea vertically */

textarea { resize: vertical; }

/* Default placeholder text */

.form-control:-moz-placeholder { color: #a6a6a6; }

.form-control::-moz-placeholder { color: #a6a6a6; }

.form-control:-ms-input-placeholder { color: #a6a6a6; }

.form-control::-webkit-input-placeholder { color: #a6a6a6; }

.placeholder { color: #aaa; }

.form-control {
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    border: 1px solid #e3e6f3;
    border-radius: 2px;
    box-shadow: none;
    font-size: 13px;
    font-weight: 400;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.form-control:focus,
#focusedInput {
    background-color: #f1f2f9;
    border-color: #eaecf6;
    box-shadow: none;
    outline: 0;
}

.no-resize { resize: none; }

select.form-control { -webkit-appearance: menulist; }

input[type="file"] { line-height: 1; }

label { font-weight: 600; }

label.radio,
label.checkbox { padding-left: 20px; }

/*
 * Validation States
 *
 */

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline { color: #15db81; }

.has-success .form-control {
    border-color: #15db81;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #11ac66;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #66f0b1;
}

.has-success .input-group-addon {
    background-color: #15db81;
    border-color: #15db81;
    color: #15db81;
}

.has-success .form-control-feedback { color: #15db81; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline { color: #daac16; }

.has-warning .form-control {
    border-color: #daac16;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #ac8711;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0cf66;
}

.has-warning .input-group-addon {
    background-color: #daac16;
    border-color: #daac16;
    color: #daac16;
}

.has-warning .form-control-feedback { color: #daac16; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline { color: #da3e16; }

.has-error .form-control {
    border-color: #da3e16;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #ac3111;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f08266;
}

.has-error .input-group-addon {
    background-color: #da3e16;
    border-color: #da3e16;
    color: #da3e16;
}

.has-error .form-control-feedback { color: #da3e16; }

.input-group-addon {
    background-color: #eaecf6;
    border: 1px solid #e3e6f3;
    border-radius: 2px;
}

/*
 * Bootstrap $Dropdown
 *
 */

.dropdown-menu {
    border: 1px solid #dcdff0;
    border-radius: 2px;
    box-shadow: none;
    z-index: 9999;
}

.dropdown-menu > li > a {
    color: #59595a;
    font-size: 13px;
}

.dropdown-menu > li > a:hover { background: #dcdff0; }

.dropdown-menu .divider {
    background-color: #cacfe8;
    height: 1px;
    margin: 2px 0;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #dcdff0;
    color: #59595a;
}

.dropdown.open .dropdown-menu { display: block; }

@media (max-width: 767px) {
    .collapse-open { display: block; }

    .dropdown-menu.dropdown-menu {
        left: 0;
        top: 100%;
    }
}

/*
 * $Progress-Bar styles
 *
 */

.progress {
    background-color: #d0dbec;
    border-radius: 2px;
    box-shadow: none;
    height: 20px;
    margin-bottom: 15px;
    overflow: hidden;
}

.progress-bar {
    -webkit-transition: width 800ms ease;
    background-color: #1582dc;
    box-shadow: none;
    transition: width 800ms ease;
}

.progress-bar-success { background-color: #15db81; }

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info { background-color: #15acdc; }

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning { background-color: #daac16; }

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger { background-color: #da3e16; }

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* Progress bar sizing */

.progress-xs { height: 5px; }

.progress-sm { height: 10px; }

.progress-md { height: 15px; }

.progress-lg { height: 25px; }

/*
 *  Bootstrap $Buttons
 *
 */

.btn {
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 300ms linear;
    border-radius: 2px;
    font-size: 13px;
    line-height: 14px;
    outline: 0;
    padding: 9px 12px;
    transition: all 300ms linear;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus,
.btn.active:focus { outline: 0; }

.btn:active,
.btn.active { box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.1); }

.btn-lg,
.btn-group-lg > .btn {
    border-radius: 4px;
    padding: 15px 16px;
}

.btn-sm,
.btn-group-sm > .btn { padding: 7px 10px; }

.btn-xs,
.btn-group-xs > .btn {
    font-size: 10px;
    padding: 3px 5px;
}

/* Rounded button styles */

.btn-rounded,
.btn-rounded a,
.btn-rounded .btn,
.input-rounded { border-radius: 40px; }

/*
 *  Default Button Style
 *
 */

.btn-default {
    background-color: #eaecf6;
    border-color: #d5d9ed;
    color: #59595a;
}

a.btn-default { color: #59595a; }

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: #d8dcee;
    background-image: none;
    border-color: #c3c8e5;
    color: #59595a;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #eaecf6;
    border-color: #d5d9ed;
}

.btn-default.btn-outline {
    background-color: transparent;
    color: #eaecf6;
}

.btn-default.btn-outline:hover,
.btn-default.btn-outline:focus,
.btn-default.btn-outline:active,
.btn-default.btn-outline.active {
    background-color: #eaecf6;
    color: #59595a;
}

.btn-default.btn-outline { color: #59595a; }

/*
 *  Primary Button Style
 *
 */

.btn-primary {
    background-color: #1582dc;
    border-color: #1582dc;
    color: #ffffff;
}

a.btn-primary { color: #ffffff; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #1374c5;
    background-image: none;
    border-color: #1374c5;
    color: #ffffff;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #1582dc;
    border-color: #1582dc;
}

.btn-primary.btn-outline {
    background-color: transparent;
    color: #1582dc;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active,
.btn-primary.btn-outline.active {
    background-color: #1582dc;
    color: #ffffff;
}

/*
 *  Warning Button Style
 *
 */

.btn-warning {
    background-color: #daac16;
    border-color: #daac16;
    color: #ffffff;
}

a.btn-warning { color: #ffffff; }

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-color: #c39a14;
    background-image: none;
    border-color: #c39a14;
    color: #ffffff;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #daac16;
    border-color: #daac16;
}

.btn-warning.btn-outline {
    background-color: transparent;
    color: #daac16;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active,
.btn-warning.btn-outline.active {
    background-color: #daac16;
    color: #ffffff;
}

/*
 *  Success Button Style
 *
 */

.btn-success {
    background-color: #15db81;
    border-color: #15db81;
    color: #ffffff;
}

a.btn-success { color: #ffffff; }

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-color: #13c473;
    background-image: none;
    border-color: #13c473;
    color: #ffffff;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #15db81;
    border-color: #15db81;
}

.btn-success.btn-outline {
    background-color: transparent;
    color: #15db81;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active,
.btn-success.btn-outline.active {
    background-color: #15db81;
    color: #ffffff;
}

/*
 *  Info Button Style
 *
 */

.btn-info {
    background-color: #15acdc;
    border-color: #15acdc;
    color: #ffffff;
}

a.btn-info { color: #ffffff; }

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #139ac5;
    background-image: none;
    border-color: #139ac5;
    color: #ffffff;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #15acdc;
    border-color: #15acdc;
}

.btn-info.btn-outline {
    background-color: transparent;
    color: #15acdc;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active,
.btn-info.btn-outline.active {
    background-color: #15acdc;
    color: #ffffff;
}

/*
 *  Danger Button Style
 *
 */

.btn-danger {
    background-color: #da3e16;
    border-color: #da3e16;
    color: #ffffff;
}

a.btn-danger { color: #ffffff; }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-color: #c33714;
    background-image: none;
    border-color: #c33714;
    color: #ffffff;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #da3e16;
    border-color: #da3e16;
}

.btn-danger.btn-outline {
    background-color: transparent;
    color: #da3e16;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active,
.btn-danger.btn-outline.active {
    background-color: #da3e16;
    color: #ffffff;
}

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2014 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */

.btn-social {
    overflow: hidden;
    padding-left: 47px;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-social :first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 0;
    font-size: 1.6em;
    left: 0;
    line-height: 34px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 32px;
}

.btn-social.btn-lg { padding-left: 62px; }

.btn-social.btn-lg :first-child {
    font-size: 1.8em;
    line-height: 46px;
    width: 46px;
}

.btn-social.btn-sm { padding-left: 37px; }

.btn-social.btn-sm :first-child {
    font-size: 1.4em;
    line-height: 27px;
    width: 27px;
}

.btn-social.btn-xs { padding-left: 30px; }

.btn-social.btn-xs :first-child {
    font-size: 1.2em;
    line-height: 20px;
    width: 20px;
}

.btn-social-icon {
    height: 34px;
    overflow: hidden;
    padding: 0;
    padding-left: 47px;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 34px;
}

.btn-social-icon :first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 0;
    font-size: 1.6em;
    left: 0;
    line-height: 34px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 32px;
}

.btn-social-icon.btn-lg { padding-left: 62px; }

.btn-social-icon.btn-lg :first-child {
    font-size: 1.8em;
    line-height: 46px;
    width: 46px;
}

.btn-social-icon.btn-sm { padding-left: 37px; }

.btn-social-icon.btn-sm :first-child {
    font-size: 1.4em;
    line-height: 27px;
    width: 27px;
}

.btn-social-icon.btn-xs { padding-left: 30px; }

.btn-social-icon.btn-xs :first-child {
    font-size: 1.2em;
    line-height: 20px;
    width: 20px;
}

.btn-social-icon :first-child {
    border: none;
    text-align: center;
    width: 100% !important;
}

.btn-social-icon.btn-lg {
    height: 46px;
    padding-left: 0;
    padding-right: 0;
    width: 46px;
}

.btn-social-icon.btn-sm {
    height: 29px;
    padding-left: 0;
    padding-right: 0;
    width: 29px;
}

.btn-social-icon.btn-xs {
    height: 22px;
    padding-left: 0;
    padding-right: 0;
    width: 22px;
}

.btn-adn {
    background-color: #d87a68;
    border-color: #d87a68;
    color: #ffffff;
}

a.btn-adn { color: #ffffff; }

.btn-adn:hover,
.btn-adn:focus,
.btn-adn:active,
.btn-adn.active,
.open .dropdown-toggle.btn-adn {
    background-color: #d36854;
    background-image: none;
    border-color: #d36854;
    color: #ffffff;
}

.btn-adn.disabled,
.btn-adn[disabled],
fieldset[disabled] .btn-adn,
.btn-adn.disabled:hover,
.btn-adn[disabled]:hover,
fieldset[disabled] .btn-adn:hover,
.btn-adn.disabled:focus,
.btn-adn[disabled]:focus,
fieldset[disabled] .btn-adn:focus,
.btn-adn.disabled:active,
.btn-adn[disabled]:active,
fieldset[disabled] .btn-adn:active,
.btn-adn.disabled.active,
.btn-adn[disabled].active,
fieldset[disabled] .btn-adn.active {
    background-color: #d87a68;
    border-color: #d87a68;
}

.btn-adn.btn-outline {
    background-color: transparent;
    color: #d87a68;
}

.btn-adn.btn-outline:hover,
.btn-adn.btn-outline:focus,
.btn-adn.btn-outline:active,
.btn-adn.btn-outline.active {
    background-color: #d87a68;
    color: #ffffff;
}

.btn-bitbucket {
    background-color: #205081;
    border-color: #205081;
    color: #ffffff;
}

a.btn-bitbucket { color: #ffffff; }

.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
    background-color: #1b436d;
    background-image: none;
    border-color: #1b436d;
    color: #ffffff;
}

.btn-bitbucket.disabled,
.btn-bitbucket[disabled],
fieldset[disabled] .btn-bitbucket,
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled:active,
.btn-bitbucket[disabled]:active,
fieldset[disabled] .btn-bitbucket:active,
.btn-bitbucket.disabled.active,
.btn-bitbucket[disabled].active,
fieldset[disabled] .btn-bitbucket.active {
    background-color: #205081;
    border-color: #205081;
}

.btn-bitbucket.btn-outline {
    background-color: transparent;
    color: #205081;
}

.btn-bitbucket.btn-outline:hover,
.btn-bitbucket.btn-outline:focus,
.btn-bitbucket.btn-outline:active,
.btn-bitbucket.btn-outline.active {
    background-color: #205081;
    color: #ffffff;
}

.btn-dropbox {
    background-color: #1087dd;
    border-color: #1087dd;
    color: #ffffff;
}

a.btn-dropbox { color: #ffffff; }

.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
    background-color: #0e78c5;
    background-image: none;
    border-color: #0e78c5;
    color: #ffffff;
}

.btn-dropbox.disabled,
.btn-dropbox[disabled],
fieldset[disabled] .btn-dropbox,
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled:active,
.btn-dropbox[disabled]:active,
fieldset[disabled] .btn-dropbox:active,
.btn-dropbox.disabled.active,
.btn-dropbox[disabled].active,
fieldset[disabled] .btn-dropbox.active {
    background-color: #1087dd;
    border-color: #1087dd;
}

.btn-dropbox.btn-outline {
    background-color: transparent;
    color: #1087dd;
}

.btn-dropbox.btn-outline:hover,
.btn-dropbox.btn-outline:focus,
.btn-dropbox.btn-outline:active,
.btn-dropbox.btn-outline.active {
    background-color: #1087dd;
    color: #ffffff;
}

.btn-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #ffffff;
}

a.btn-facebook { color: #ffffff; }

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
    background-color: #344e86;
    background-image: none;
    border-color: #344e86;
    color: #ffffff;
}

.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn-facebook.btn-outline {
    background-color: transparent;
    color: #3b5998;
}

.btn-facebook.btn-outline:hover,
.btn-facebook.btn-outline:focus,
.btn-facebook.btn-outline:active,
.btn-facebook.btn-outline.active {
    background-color: #3b5998;
    color: #ffffff;
}

.btn-flickr {
    background-color: #ff0084;
    border-color: #ff0084;
    color: #ffffff;
}

a.btn-flickr { color: #ffffff; }

.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
    background-color: #e60077;
    background-image: none;
    border-color: #e60077;
    color: #ffffff;
}

.btn-flickr.disabled,
.btn-flickr[disabled],
fieldset[disabled] .btn-flickr,
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled:active,
.btn-flickr[disabled]:active,
fieldset[disabled] .btn-flickr:active,
.btn-flickr.disabled.active,
.btn-flickr[disabled].active,
fieldset[disabled] .btn-flickr.active {
    background-color: #ff0084;
    border-color: #ff0084;
}

.btn-flickr.btn-outline {
    background-color: transparent;
    color: #ff0084;
}

.btn-flickr.btn-outline:hover,
.btn-flickr.btn-outline:focus,
.btn-flickr.btn-outline:active,
.btn-flickr.btn-outline.active {
    background-color: #ff0084;
    color: #ffffff;
}

.btn-foursquare {
    background-color: #0072b1;
    border-color: #0072b1;
    color: #ffffff;
}

a.btn-foursquare { color: #ffffff; }

.btn-foursquare:hover,
.btn-foursquare:focus,
.btn-foursquare:active,
.btn-foursquare.active,
.open .dropdown-toggle.btn-foursquare {
    background-color: #006298;
    background-image: none;
    border-color: #006298;
    color: #ffffff;
}

.btn-foursquare.disabled,
.btn-foursquare[disabled],
fieldset[disabled] .btn-foursquare,
.btn-foursquare.disabled:hover,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare:hover,
.btn-foursquare.disabled:focus,
.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn-foursquare:focus,
.btn-foursquare.disabled:active,
.btn-foursquare[disabled]:active,
fieldset[disabled] .btn-foursquare:active,
.btn-foursquare.disabled.active,
.btn-foursquare[disabled].active,
fieldset[disabled] .btn-foursquare.active {
    background-color: #0072b1;
    border-color: #0072b1;
}

.btn-foursquare.btn-outline {
    background-color: transparent;
    color: #0072b1;
}

.btn-foursquare.btn-outline:hover,
.btn-foursquare.btn-outline:focus,
.btn-foursquare.btn-outline:active,
.btn-foursquare.btn-outline.active {
    background-color: #0072b1;
    color: #ffffff;
}

.btn-github {
    background-color: #444444;
    border-color: #444444;
    color: #ffffff;
}

a.btn-github { color: #ffffff; }

.btn-github:hover,
.btn-github:focus,
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
    background-color: #373737;
    background-image: none;
    border-color: #373737;
    color: #ffffff;
}

.btn-github.disabled,
.btn-github[disabled],
fieldset[disabled] .btn-github,
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled:active,
.btn-github[disabled]:active,
fieldset[disabled] .btn-github:active,
.btn-github.disabled.active,
.btn-github[disabled].active,
fieldset[disabled] .btn-github.active {
    background-color: #444444;
    border-color: #444444;
}

.btn-github.btn-outline {
    background-color: transparent;
    color: #444444;
}

.btn-github.btn-outline:hover,
.btn-github.btn-outline:focus,
.btn-github.btn-outline:active,
.btn-github.btn-outline.active {
    background-color: #444444;
    color: #ffffff;
}

.btn-google-plus {
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: #ffffff;
}

a.btn-google-plus { color: #ffffff; }

.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
    background-color: #d73925;
    background-image: none;
    border-color: #d73925;
    color: #ffffff;
}

.btn-google-plus.disabled,
.btn-google-plus[disabled],
fieldset[disabled] .btn-google-plus,
.btn-google-plus.disabled:hover,
.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-google-plus:hover,
.btn-google-plus.disabled:focus,
.btn-google-plus[disabled]:focus,
fieldset[disabled] .btn-google-plus:focus,
.btn-google-plus.disabled:active,
.btn-google-plus[disabled]:active,
fieldset[disabled] .btn-google-plus:active,
.btn-google-plus.disabled.active,
.btn-google-plus[disabled].active,
fieldset[disabled] .btn-google-plus.active {
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.btn-google-plus.btn-outline {
    background-color: transparent;
    color: #dd4b39;
}

.btn-google-plus.btn-outline:hover,
.btn-google-plus.btn-outline:focus,
.btn-google-plus.btn-outline:active,
.btn-google-plus.btn-outline.active {
    background-color: #dd4b39;
    color: #ffffff;
}

.btn-instagram {
    background-color: #3f729b;
    border-color: #3f729b;
    color: #ffffff;
}

a.btn-instagram { color: #ffffff; }

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
    background-color: #386589;
    background-image: none;
    border-color: #386589;
    color: #ffffff;
}

.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram,
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
fieldset[disabled] .btn-instagram:active,
.btn-instagram.disabled.active,
.btn-instagram[disabled].active,
fieldset[disabled] .btn-instagram.active {
    background-color: #3f729b;
    border-color: #3f729b;
}

.btn-instagram.btn-outline {
    background-color: transparent;
    color: #3f729b;
}

.btn-instagram.btn-outline:hover,
.btn-instagram.btn-outline:focus,
.btn-instagram.btn-outline:active,
.btn-instagram.btn-outline.active {
    background-color: #3f729b;
    color: #ffffff;
}

.btn-linkedin {
    background-color: #007bb6;
    border-color: #007bb6;
    color: #ffffff;
}

a.btn-linkedin { color: #ffffff; }

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
    background-color: #006a9d;
    background-image: none;
    border-color: #006a9d;
    color: #ffffff;
}

.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
    background-color: #007bb6;
    border-color: #007bb6;
}

.btn-linkedin.btn-outline {
    background-color: transparent;
    color: #007bb6;
}

.btn-linkedin.btn-outline:hover,
.btn-linkedin.btn-outline:focus,
.btn-linkedin.btn-outline:active,
.btn-linkedin.btn-outline.active {
    background-color: #007bb6;
    color: #ffffff;
}

.btn-microsoft {
    background-color: #2672ec;
    border-color: #2672ec;
    color: #ffffff;
}

a.btn-microsoft { color: #ffffff; }

.btn-microsoft:hover,
.btn-microsoft:focus,
.btn-microsoft:active,
.btn-microsoft.active,
.open .dropdown-toggle.btn-microsoft {
    background-color: #1464e4;
    background-image: none;
    border-color: #1464e4;
    color: #ffffff;
}

.btn-microsoft.disabled,
.btn-microsoft[disabled],
fieldset[disabled] .btn-microsoft,
.btn-microsoft.disabled:hover,
.btn-microsoft[disabled]:hover,
fieldset[disabled] .btn-microsoft:hover,
.btn-microsoft.disabled:focus,
.btn-microsoft[disabled]:focus,
fieldset[disabled] .btn-microsoft:focus,
.btn-microsoft.disabled:active,
.btn-microsoft[disabled]:active,
fieldset[disabled] .btn-microsoft:active,
.btn-microsoft.disabled.active,
.btn-microsoft[disabled].active,
fieldset[disabled] .btn-microsoft.active {
    background-color: #2672ec;
    border-color: #2672ec;
}

.btn-microsoft.btn-outline {
    background-color: transparent;
    color: #2672ec;
}

.btn-microsoft.btn-outline:hover,
.btn-microsoft.btn-outline:focus,
.btn-microsoft.btn-outline:active,
.btn-microsoft.btn-outline.active {
    background-color: #2672ec;
    color: #ffffff;
}

.btn-openid {
    background-color: #f7931e;
    border-color: #f7931e;
    color: #ffffff;
}

a.btn-openid { color: #ffffff; }

.btn-openid:hover,
.btn-openid:focus,
.btn-openid:active,
.btn-openid.active,
.open .dropdown-toggle.btn-openid {
    background-color: #f38709;
    background-image: none;
    border-color: #f38709;
    color: #ffffff;
}

.btn-openid.disabled,
.btn-openid[disabled],
fieldset[disabled] .btn-openid,
.btn-openid.disabled:hover,
.btn-openid[disabled]:hover,
fieldset[disabled] .btn-openid:hover,
.btn-openid.disabled:focus,
.btn-openid[disabled]:focus,
fieldset[disabled] .btn-openid:focus,
.btn-openid.disabled:active,
.btn-openid[disabled]:active,
fieldset[disabled] .btn-openid:active,
.btn-openid.disabled.active,
.btn-openid[disabled].active,
fieldset[disabled] .btn-openid.active {
    background-color: #f7931e;
    border-color: #f7931e;
}

.btn-openid.btn-outline {
    background-color: transparent;
    color: #f7931e;
}

.btn-openid.btn-outline:hover,
.btn-openid.btn-outline:focus,
.btn-openid.btn-outline:active,
.btn-openid.btn-outline.active {
    background-color: #f7931e;
    color: #ffffff;
}

.btn-reddit {
    background-color: #eff7ff;
    border-color: #eff7ff;
    color: #000000;
}

a.btn-reddit { color: #000000; }

.btn-reddit:hover,
.btn-reddit:focus,
.btn-reddit:active,
.btn-reddit.active,
.open .dropdown-toggle.btn-reddit {
    background-color: #d6eaff;
    background-image: none;
    border-color: #d6eaff;
    color: #000000;
}

.btn-reddit.disabled,
.btn-reddit[disabled],
fieldset[disabled] .btn-reddit,
.btn-reddit.disabled:hover,
.btn-reddit[disabled]:hover,
fieldset[disabled] .btn-reddit:hover,
.btn-reddit.disabled:focus,
.btn-reddit[disabled]:focus,
fieldset[disabled] .btn-reddit:focus,
.btn-reddit.disabled:active,
.btn-reddit[disabled]:active,
fieldset[disabled] .btn-reddit:active,
.btn-reddit.disabled.active,
.btn-reddit[disabled].active,
fieldset[disabled] .btn-reddit.active {
    background-color: #eff7ff;
    border-color: #eff7ff;
}

.btn-reddit.btn-outline {
    background-color: transparent;
    color: #eff7ff;
}

.btn-reddit.btn-outline:hover,
.btn-reddit.btn-outline:focus,
.btn-reddit.btn-outline:active,
.btn-reddit.btn-outline.active {
    background-color: #eff7ff;
    color: #000000;
}

.btn-soundcloud {
    background-color: #ff5500;
    border-color: #ff5500;
    color: #ffffff;
}

a.btn-soundcloud { color: #ffffff; }

.btn-soundcloud:hover,
.btn-soundcloud:focus,
.btn-soundcloud:active,
.btn-soundcloud.active,
.open .dropdown-toggle.btn-soundcloud {
    background-color: #e64d00;
    background-image: none;
    border-color: #e64d00;
    color: #ffffff;
}

.btn-soundcloud.disabled,
.btn-soundcloud[disabled],
fieldset[disabled] .btn-soundcloud,
.btn-soundcloud.disabled:hover,
.btn-soundcloud[disabled]:hover,
fieldset[disabled] .btn-soundcloud:hover,
.btn-soundcloud.disabled:focus,
.btn-soundcloud[disabled]:focus,
fieldset[disabled] .btn-soundcloud:focus,
.btn-soundcloud.disabled:active,
.btn-soundcloud[disabled]:active,
fieldset[disabled] .btn-soundcloud:active,
.btn-soundcloud.disabled.active,
.btn-soundcloud[disabled].active,
fieldset[disabled] .btn-soundcloud.active {
    background-color: #ff5500;
    border-color: #ff5500;
}

.btn-soundcloud.btn-outline {
    background-color: transparent;
    color: #ff5500;
}

.btn-soundcloud.btn-outline:hover,
.btn-soundcloud.btn-outline:focus,
.btn-soundcloud.btn-outline:active,
.btn-soundcloud.btn-outline.active {
    background-color: #ff5500;
    color: #ffffff;
}

.btn-tumblr {
    background-color: #2c4762;
    border-color: #2c4762;
    color: #ffffff;
}

a.btn-tumblr { color: #ffffff; }

.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
    background-color: #243a50;
    background-image: none;
    border-color: #243a50;
    color: #ffffff;
}

.btn-tumblr.disabled,
.btn-tumblr[disabled],
fieldset[disabled] .btn-tumblr,
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled:active,
.btn-tumblr[disabled]:active,
fieldset[disabled] .btn-tumblr:active,
.btn-tumblr.disabled.active,
.btn-tumblr[disabled].active,
fieldset[disabled] .btn-tumblr.active {
    background-color: #2c4762;
    border-color: #2c4762;
}

.btn-tumblr.btn-outline {
    background-color: transparent;
    color: #2c4762;
}

.btn-tumblr.btn-outline:hover,
.btn-tumblr.btn-outline:focus,
.btn-tumblr.btn-outline:active,
.btn-tumblr.btn-outline.active {
    background-color: #2c4762;
    color: #ffffff;
}

.btn-twitter {
    background-color: #55acee;
    border-color: #55acee;
    color: #ffffff;
}

a.btn-twitter { color: #ffffff; }

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
    background-color: #3ea1ec;
    background-image: none;
    border-color: #3ea1ec;
    color: #ffffff;
}

.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
    background-color: #55acee;
    border-color: #55acee;
}

.btn-twitter.btn-outline {
    background-color: transparent;
    color: #55acee;
}

.btn-twitter.btn-outline:hover,
.btn-twitter.btn-outline:focus,
.btn-twitter.btn-outline:active,
.btn-twitter.btn-outline.active {
    background-color: #55acee;
    color: #ffffff;
}

.btn-vimeo {
    background-color: #1ab7ea;
    border-color: #1ab7ea;
    color: #ffffff;
}

a.btn-vimeo { color: #ffffff; }

.btn-vimeo:hover,
.btn-vimeo:focus,
.btn-vimeo:active,
.btn-vimeo.active,
.open .dropdown-toggle.btn-vimeo {
    background-color: #14a7d7;
    background-image: none;
    border-color: #14a7d7;
    color: #ffffff;
}

.btn-vimeo.disabled,
.btn-vimeo[disabled],
fieldset[disabled] .btn-vimeo,
.btn-vimeo.disabled:hover,
.btn-vimeo[disabled]:hover,
fieldset[disabled] .btn-vimeo:hover,
.btn-vimeo.disabled:focus,
.btn-vimeo[disabled]:focus,
fieldset[disabled] .btn-vimeo:focus,
.btn-vimeo.disabled:active,
.btn-vimeo[disabled]:active,
fieldset[disabled] .btn-vimeo:active,
.btn-vimeo.disabled.active,
.btn-vimeo[disabled].active,
fieldset[disabled] .btn-vimeo.active {
    background-color: #1ab7ea;
    border-color: #1ab7ea;
}

.btn-vimeo.btn-outline {
    background-color: transparent;
    color: #1ab7ea;
}

.btn-vimeo.btn-outline:hover,
.btn-vimeo.btn-outline:focus,
.btn-vimeo.btn-outline:active,
.btn-vimeo.btn-outline.active {
    background-color: #1ab7ea;
    color: #ffffff;
}

.btn-vk {
    background-color: #587ea3;
    border-color: #587ea3;
    color: #ffffff;
}

a.btn-vk { color: #ffffff; }

.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
    background-color: #4f7192;
    background-image: none;
    border-color: #4f7192;
    color: #ffffff;
}

.btn-vk.disabled,
.btn-vk[disabled],
fieldset[disabled] .btn-vk,
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled:active,
.btn-vk[disabled]:active,
fieldset[disabled] .btn-vk:active,
.btn-vk.disabled.active,
.btn-vk[disabled].active,
fieldset[disabled] .btn-vk.active {
    background-color: #587ea3;
    border-color: #587ea3;
}

.btn-vk.btn-outline {
    background-color: transparent;
    color: #587ea3;
}

.btn-vk.btn-outline:hover,
.btn-vk.btn-outline:focus,
.btn-vk.btn-outline:active,
.btn-vk.btn-outline.active {
    background-color: #587ea3;
    color: #ffffff;
}

.btn-yahoo {
    background-color: #720e9e;
    border-color: #720e9e;
    color: #ffffff;
}

a.btn-yahoo { color: #ffffff; }

.btn-yahoo:hover,
.btn-yahoo:focus,
.btn-yahoo:active,
.btn-yahoo.active,
.open .dropdown-toggle.btn-yahoo {
    background-color: #610c87;
    background-image: none;
    border-color: #610c87;
    color: #ffffff;
}

.btn-yahoo.disabled,
.btn-yahoo[disabled],
fieldset[disabled] .btn-yahoo,
.btn-yahoo.disabled:hover,
.btn-yahoo[disabled]:hover,
fieldset[disabled] .btn-yahoo:hover,
.btn-yahoo.disabled:focus,
.btn-yahoo[disabled]:focus,
fieldset[disabled] .btn-yahoo:focus,
.btn-yahoo.disabled:active,
.btn-yahoo[disabled]:active,
fieldset[disabled] .btn-yahoo:active,
.btn-yahoo.disabled.active,
.btn-yahoo[disabled].active,
fieldset[disabled] .btn-yahoo.active {
    background-color: #720e9e;
    border-color: #720e9e;
}

.btn-yahoo.btn-outline {
    background-color: transparent;
    color: #720e9e;
}

.btn-yahoo.btn-outline:hover,
.btn-yahoo.btn-outline:focus,
.btn-yahoo.btn-outline:active,
.btn-yahoo.btn-outline.active {
    background-color: #720e9e;
    color: #ffffff;
}

/*
 * $Navbar
 *
 */

.navbar .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}

.navbar-nav.nav-tabs {
    background: transparent;
    border-radius: 0;
}

.navbar-nav.nav-tabs > li > a {
    border-radius: 0;
    margin: 0;
    padding: 16px 15px;
}

.navbar-inverse {
    background-color: #4f5061;
    border-color: #4f5061;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a { color: #ffffff; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #484959;
    color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form { border-color: #4f5061; }

.navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #444453; }

.navbar-inverse .dropdown-menu { border-color: #4f5061; }

@media (max-width: 767px) {
    .navbar-collapse { padding: 0; }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #ffffff; }
}

@media (max-width: 767px) {
    .navbar-form {
        padding-bottom: 0;
        padding-top: 0;
    }
}

/*
 * Bootstrap $Navs
 *
 */

/* Pills */

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #1582dc;
    color: #fff;
}

.nav-pills > li > a { border-radius: 2px; }

/* Tabs */

.nav-tabs {
    background: #eaecf6;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.nav-tabs > li { margin: 0; }

.nav-tabs > li > a {
    border: 1px solid transparent;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-left: 1px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 1px solid #fff;
    border-bottom: 0;
    color: #59595a;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background-color: transparent;
    border-color: transparent;
    color: #383839;
}

.tabs-left .nav-tabs {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    float: left;
}

.tabs-left .nav-tabs > li { float: none; }

.tabs-left .nav-tabs > li > a {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
}

.tabs-left .nav-tabs > li.active > a,
.tabs-left .nav-tabs > li.active > a:hover,
.tabs-left .nav-tabs > li.active > a:focus { color: #59595a; }

.tabs-right .nav-tabs {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    float: right;
}

.tabs-right .nav-tabs > li { float: none; }

.tabs-right .nav-tabs > li > a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
}

.tabs-right .nav-tabs > li.active > a,
.tabs-right .nav-tabs > li.active > a:hover,
.tabs-right .nav-tabs > li.active > a:focus { color: #59595a; }

.box-tab {
    border: 1px solid #e3e6f3;
    border-radius: 2px;
    margin-bottom: 25px;
}

.box-tab .tab-content {
    background-color: #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 15px;
}

.box-tab.tabs-left .tab-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
}

.box-tab.tabs-right .tab-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
}

/*
 *  $Labels
 *
 */

.label {
    font-weight: 400;
    line-height: inherit;
}

.label-default {
    background-color: #eaecf6;
    border: 1px solid #e3e6f3;
    color: #59595a;
}

.label-default[href]:hover,
.label-default[href]:focus { background-color: #c6cce7; }

.label-primary {
    background-color: #1582dc;
    color: #fff;
}

.label-primary[href]:hover,
.label-primary[href]:focus { background-color: #1166ad; }

.label-success { background-color: #15db81; }

.label-success[href]:hover,
.label-success[href]:focus { background-color: #11ac66; }

.label-info { background-color: #15acdc; }

.label-info[href]:hover,
.label-info[href]:focus { background-color: #1188ad; }

.label-warning { background-color: #daac16; }

.label-warning[href]:hover,
.label-warning[href]:focus { background-color: #ac8711; }

.label-danger { background-color: #da3e16; }

.label-danger[href]:hover,
.label-danger[href]:focus { background-color: #ac3111; }

/*
 *  Bootstrap $Carousel
 *
 */

.carousel-control {
    color: #59595a;
    text-shadow: none;
}

.carousel-control.left,
.carousel-control.right {
    background: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.carousel-control .icon-prev,
.carousel-control .icon-next { font-family: FontAwesome; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left { left: 50%; }

.carousel-control span,
.carousel-control i {
    display: inline-block;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 5;
}

.carousel-indicators { bottom: 5px; }

.carousel-indicators li { background-color: #eaecf6; }

.carousel-indicators .active { background-color: #15db81; }

#quote-carousel {
    padding: 5px 60px;
    position: relative;
    width: 100%;
}

#quote-carousel .carousel-control:hover { color: #59595a; }

/*
 *  $Chat Box
 *
 */

.chat-box .panel { margin-bottom: 5px; }

.chat-box .chatbox-user { margin-bottom: 35px; }

.chat-box .chatbox-user .chat-time {
    display: block;
    text-align: right;
}

.chat-box .chatbox-user.right .chat-avatar img { float: right; }

.chat-box .chat-avatar {
    display: block;
    width: 48px;
}

.chat-box .message {
    margin-left: 60px;
    position: relative;
}

.chat-box .message:before {
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
    border-top: 6px solid transparent;
    content: "";
    left: 0;
    margin-left: -6px;
    position: absolute;
    top: 10px;
}

.chat-box .panel-body {
    display: table;
    width: 100%;
}

.chat-box .chatbox-user.right .message {
    margin-left: 0;
    margin-right: 60px;
    position: relative;
}

.chat-box .chatbox-user.right .message .panel {
    background-color: #15db81;
    color: #fff;
}

.chat-box .chatbox-user.right .message .chat-time { text-align: left; }

.chat-box .chatbox-user.right .message:before {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #15db81;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    left: 100%;
    margin-left: 0;
    margin-right: 6px;
}

.chat-box p { margin: 0; }

@-webkit-keyframes opacity {
    0% {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    100% {
        filter: alpha(opacity=40);
        opacity: 0.4;
    }
}

.chat-box .typing { display: block; }

.chat-box .typing:before,
.chat-box .typing:after { content: ''; }

.chat-box .typing > div,
.chat-box .typing:before,
.chat-box .typing:after {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin-right: 5px;
    width: 8px;
}

.chat-box .typing > div,
.chat-box .typing:before,
.chat-box .typing:after {
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: opacity;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: opacity;
}

.chat-box .typing > div {
    -moz-animation-delay: 100ms;
    -webkit-animation-delay: 100ms;
}

.chat-box .typing:after {
    -moz-animation-delay: 300ms;
    -webkit-animation-delay: 300ms;
}

.mail-list { margin: 0 -1px; }

.mail-list .list-group-item { border-radius: 0; }

.mail-list .list-group-item:last-child { border-bottom: 0; }

/*
 * $Timeline styles
 *
 */

.timeline {
    display: table;
    margin-bottom: -15px;
    position: relative;
    width: 100%;
}

.timeline:before {
    background: #1582dc;
    border-radius: 2px;
    bottom: 15px;
    content: '';
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 35px;
    width: 4px;
}

.timeline .panel { position: relative; }

.timeline-heading {
    background: #1582dc;
    border-radius: 2px;
    clear: both;
    color: #fff;
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
    min-width: 80px;
    padding: 5px 15px;
    position: relative;
    text-align: center;
}

.timeline-panel {
    clear: both;
    position: relative;
    width: 50%;
}

.timeline-panel:before {
    background: #1582dc;
    border: 2px solid #f1f4f9;
    border-radius: 50%;
    content: "";
    height: 12px;
    margin: 2px 0 0 -6px;
    position: absolute;
    top: 10px;
    width: 12px;
}

.timeline-panel > .panel {
    border: 1px solid #c4d1df;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.timeline-panel > .panel:after {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 6px;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 11px;
    width: 0;
}

.timeline-panel > .panel:before {
    border-color: transparent #c4d1df transparent transparent;
    border-style: solid;
    border-width: 7px;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 10px;
    width: 0;
}

.timeline-panel:nth-child(even) {
    float: right;
    padding-left: 20px;
    padding-right: 0;
}

.timeline-panel:nth-child(even):before { left: 0; }

.timeline-panel:nth-child(even) .timeline-date {
    left: -190px;
    margin-top: 6px;
    position: absolute;
    text-align: right;
    width: 150px;
}

.timeline-panel:nth-child(odd) {
    float: left;
    padding-left: 0;
    padding-right: 20px;
}

.timeline-panel:nth-child(odd):before {
    margin: 2px -6px 0 0;
    right: 0;
}

.timeline-panel:nth-child(odd) .timeline-content {
    float: left;
    padding: 0 20px 0 0;
}

.timeline-panel:nth-child(odd) .timeline-date {
    margin-top: 8px;
    position: absolute;
    right: -190px;
    text-align: left;
    width: 150px;
}

.timeline-panel:nth-child(odd) .panel:after {
    border-color: transparent transparent transparent #ffffff;
    left: 100%;
}

.timeline-panel:nth-child(odd) .panel:before {
    border-color: transparent transparent transparent #c4d1df;
    left: 100%;
}

/*
 * $Catalog
 *
 */

.switcher { display: initial; }

.switcher .feed {
    border-radius: 2px;
    overflow: hidden;
}

.switcher .thumb img { width: 100%; }

.switcher .panel {
    border: 0;
    display: block;
    overflow: hidden;
    position: relative;
}

/* Grid view */

.view-grid .panel { min-height: 200px; }

/* List view */

.view-list { margin: -15px 0 0; }

.view-list .feed { margin: 0; }

.view-list .switch-item {
    padding: 0;
    position: relative;
    width: 100%;
}

.view-list .switcher-content { padding: 0 15px; }

.view-list .panel {
    border-radius: 0;
    margin-bottom: 1px;
    padding: 20px 0;
}

.view-list .panel-body {
    display: inline-block;
    padding: 0;
    vertical-align: top;
}

.view-list .thumb {
    display: inline-block;
    margin-left: 15px;
    width: 120px;
}

/*
 * Image $Gallery
 *
 */

.superbox > ul {
    list-style: none;
    padding-left: 0;
}

.superbox > ul > li {
    border-radius: 2px;
    display: block;
    margin-bottom: 15px;
}

.superbox .gallery-description {
    background-color: #fff;
    border-radius: 0 0 2px 2px;
    display: block;
    padding: 15px;
}

.superbox .gallery-description .title {
    display: block;
    text-transform: uppercase;
}

.gallery-loader {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    display: block;
    filter: alpha(opacity=100);
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

.portfolio-ajax {
    display: none;
    position: relative;
}

.portfolio-ajax .portfolio-container {
    background-color: #fff;
    padding-top: 50px;
}

.portfolio-ajax .porfolio-controls {
    background-color: #fff;
    height: 50px;
    padding: 15px;
    z-index: 99999;
}

.portfolio-ajax .porfolio-controls a {
    display: block;
    float: left;
    vertical-align: middle;
    width: 33.3333%;
}

.portfolio-ajax .porfolio-controls a.prev-portfolio-item { text-align: left; }

.portfolio-ajax .porfolio-controls a.next-portfolio-item { text-align: right; }

.portfolio-ajax .porfolio-controls a.close-view { text-align: center; }

.portfolio-ajax .porfolio-controls a.disabled { color: #999999; }

.portfolio-ajax .project-media {
    margin-bottom: 30px;
    text-align: center;
}

.portfolio-ajax .portfolio-content { padding: 15px; }

.portfolio-ajax.loading .portfolio-container {
    filter: alpha(opacity=0);
    opacity: 0;
}

.portfolio-ajax.loaded .gallery-loader {
    display: none;
    filter: alpha(opacity=0);
    opacity: 0;
}

@media screen and (min-width: 768px) {
    .portfolio-ajax .portfolio-container {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        width: 100%;
    }

    .portfolio-ajax .porfolio-controls {
        height: 50px;
        width: 100%;
    }
}

/*
 * $404_500, Signin, Signup and lockscreen styles
 *
 */

html.lockscreen,
html.error-page,
html.error-page,
html.signin,
html.signup,
html.lockscreen body,
html.error-page body,
html.error-page body,
html.signin body,
html.signup body { height: 100%; }

html.lockscreen label,
html.error-page label,
html.error-page label,
html.signin label,
html.signup label { position: inherit; }

.center-wrapper {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1000;
}

.center-wrapper .center-content {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: middle;
    width: 100%;
    z-index: 9999;
}

.error-number {
    font-size: 150px;
    font-weight: 800;
    line-height: 1;
}

.error-nav { padding: 0; }

.error-nav li {
    display: inline;
    padding: 0 10px;
}

.error-nav li a { color: #fff; }

.lockcode {
    display: block;
    margin: 0 auto;
    max-width: 280px;
}

.search .search-form {
    margin: 25px auto;
    max-width: 250px;
    position: relative;
}

.search .search-form .search-button {
    background: transparent;
    border: none;
    color: #59595a;
    height: 100%;
    outline: none;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 34px;
}

.search .search-form .form-control { width: 100%; }

.switcher-dash-action {
    display: inline-block;
    list-style: none;
    padding: 0;
    width: 100%;
}

.switcher-dash-action li {
    float: left;
    text-align: center;
    width: 50%;
}

.switcher-dash-action li:first-child a { border-radius: 2px 0 0 0; }

.switcher-dash-action li:last-child a { border-radius: 0 2px 0 0; }

.switcher-dash-action li.active a { background: #FFF; }

.switcher-dash-action li a {
    background: #eaecf6;
    color: #59595a;
    display: block;
    height: 60px;
    line-height: 60px;
    width: 100%;
}

.lock-input { border-color: #fff; }

/*
 * $Plugins
 *
 */

/*
 * Select2
 *
 */

.editable-input .select2-choice {
    height: auto;
    line-height: 29px;
}

.select2-container .select2-choice {
    background-image: none;
    border: 1px solid #e3e6f3;
    border-radius: 2px;
    color: #59595a;
}

.select2-container.select2-drop-above .select2-choice {
    background-image: none;
    border-bottom-color: #e3e6f3;
    border-radius: 0 0 2px 2px;
}

.select2-drop {
    border: 1px solid #e3e6f3;
    border-radius: 0 0 2px 2px;
    border-top: 0;
    box-shadow: none;
    color: #59595a;
}

.select2-drop.select2-drop-above {
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    border-top: 1px solid #e3e6f3;
    box-shadow: none;
}

.select2-drop-active { border: 1px solid #1582dc; }

.select2-drop.select2-drop-above.select2-drop-active { border-top: 1px solid #1582dc; }

.select2-drop-auto-width { border-top: 1px solid #e3e6f3; }

.select2-container .select2-choice .select2-arrow {
    background: transparent;
    background-image: none;
    border-left: 1px solid #e3e6f3;
    border-radius: 0 2px 2px 0;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    border-radius: 2px 0 0 2px;
    border-right: 1px solid #e3e6f3;
}

.select2-search input {
    background: none;
    border: 1px solid #e3e6f3;
    border-radius: 2px;
    font-family: inherit;
    font-size: 13px;
    margin-top: 5px;
}

.select2-search:after {
    color: #59595a;
    content: "\e610";
    font-family: 'themify';
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 28px;
    margin-top: -12px;
    position: absolute;
    right: 15px;
    speak: none;
    text-align: center;
    text-transform: none;
    top: 50%;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #1582dc;
    box-shadow: none;
}

.select2-dropdown-open .select2-choice {
    background-color: #e3e6f3;
    background-image: none;
    box-shadow: none;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #1582dc;
    box-shadow: none;
}

.select2-container-multi .select2-choices {
    background-image: none;
    border: 1px solid #1582dc;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #1582dc;
    box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-field input {
    color: #59595a;
    font-family: inherit;
}

.select2-default { color: #59595a !important; }

.select2-container-multi .select2-choices .select2-search-choice {
    background-color: #eaecf6;
    background-image: none;
    border: 1px solid #e3e6f3;
    border-radius: 2px;
    box-shadow: none;
    color: #59595a;
}

.select2-search-choice-close {
    background: none;
    text-align: center;
}

.select2-search-choice-close:before {
    color: #59595a;
    content: "\e646";
    font-family: 'themify';
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    left: 0;
    line-height: 24px;
    margin-top: -12px;
    position: absolute;
    speak: none;
    text-align: center;
    text-transform: none;
    top: 50%;
    width: 100%;
}

.select2-container .select2-choice abbr {
    background: none;
    height: 100%;
    top: 0;
    width: 24px;
}

.select2-container .select2-choice .select2-arrow { width: 24px; }

.select2-container .select2-choice .select2-arrow b {
    background: none;
    text-align: center;
}

.select2-container .select2-choice .select2-arrow b:before {
    color: #59595a;
    content: "\e64b";
    font-family: 'themify';
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 24px;
    speak: none;
    text-align: center;
    text-transform: none;
}

.select2-results li { border-radius: 2px; }

.select2-results .select2-highlighted { background: #1582dc; }

/*
 * twitter typeahead
 *
 */

.tt-dropdown-menu {
    border: 1px solid #e3e6f3;
    border-radius: 2px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    margin-top: -1px;
    width: 100%;
}

.tt-suggestion.tt-is-under-cursor {
    background-color: #1582dc;
    background-image: none;
}

/*
 * x-editable
 *
 */

.editableform-loading { background: url('../img/loading.gif') center center no-repeat; }

.editable-clear-x { background: none; }

.editable-clear-x:hover { cursor: pointer; }

.editable-clear-x:before {
    color: #59595a;
    content: "\e646";
    font-family: 'themify';
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 24px;
    margin-top: -12px;
    position: absolute;
    speak: none;
    text-align: center;
    text-transform: none;
    top: 50%;
}

/*
 * Enjoyhint
 *
 */

.enjoyhint_btn,
.enjoyhint_next_btn {
    border: 2px solid #15db81;
    color: #15db81;
}

.enjoyhint_btn:hover,
.enjoyhint_next_btn:hover { background-color: #15db81; }

/*
 * Superbox
 *
 */

.superbox {
    font-size: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -10px;
}

.superbox .title { font-size: 13px; }

.superbox .sub-title { font-size: 11px; }

.superbox-list {
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    zoom: 1;
}

.superbox-list > img { border-radius: 2px 2px 0 0; }

.superbox-img {
    cursor: pointer;
    max-width: 100%;
    width: 100%;
}

.superbox-show {
    background: #4a4b5b;
    display: none;
    float: left;
    margin-top: -5px;
    padding: 25px;
    position: relative;
    text-align: center;
    width: 100%;
}

.superbox-current-img { max-width: 100%; }

.superbox-img:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.superbox-float { float: left; }

.superbox-close {
    background: url(../img/close.gif) no-repeat center center;
    cursor: pointer;
    filter: alpha(opacity=700);
    height: 35px;
    opacity: 7;
    position: absolute;
    right: 25px;
    top: 25px;
    width: 35px;
}

.superbox-close:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

/*
 * Bootstrap tags input
 *
 */

.bootstrap-tagsinput .tag {
    display: inline-block;
    margin-bottom: 5px;
}

/*
 * Chosen Input Select
 *
 */

.chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices,
.bootstrap-tagsinput {
    -webkit-appearance: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e3e6f3;
    border-radius: 2px;
    box-shadow: none;
    color: #59595a;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    min-height: 34px;
    padding: 6px 12px;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-image: none;
    border: 1px solid #e3e6f3;
}

.chosen-container .chosen-drop,
.chosen-container-single .chosen-search input[type=text] { border: 1px solid #e3e6f3; }

.chosen-container .chosen-drop {
    border-radius: 0 0 2px 2px;
    border-top: 0;
    box-shadow: 0px 4px 5px rgba(88, 96, 114, 0.15);
}

.chosen-container-multi.chosen-with-drop .chosen-choices {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.chosen-container-single .chosen-search input[type=text] { background: none; }

.chosen-container-single .chosen-search:before {
    color: #59595a;
    content: "\e610";
    font-family: 'themify';
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
    position: absolute;
    right: 5px;
    speak: none;
    text-align: center;
    text-transform: none;
    top: 50%;
    width: 24px;
}

.chosen-container-single .chosen-single div b { background: none; }

.chosen-container-single .chosen-single div b:before {
    color: #59595a;
    content: "\e64b";
    font-family: 'themify';
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
    position: absolute;
    right: 5px;
    speak: none;
    text-align: center;
    text-transform: none;
    top: 50%;
    width: 24px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b:before { content: "\e648"; }

.chosen-container-single .chosen-single abbr {
    background: none;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 50%;
    width: 24px;
}

.chosen-container-single .chosen-single abbr:before {
    color: #e3e6f3;
    content: "\e646";
    font-family: 'themify';
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-transform: none;
}

.chosen-container .chosen-results li.highlighted,
.chosen-container .chosen-results li.result-selected {
    background-color: #1582dc;
    background-image: none;
    color: #fff;
}

.chosen-container-multi .chosen-choices li.search-choice { margin: 3px 5px 3px 0; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background: none;
    height: 16px;
    top: 2px;
    width: 16px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    color: #59595a;
    content: "\e646";
    font-family: 'themify';
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 16px;
    line-height: 16px;
    margin-top: -8px;
    position: absolute;
    right: 0;
    speak: none;
    text-align: center;
    text-transform: none;
    top: 50%;
    width: 16px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background-color: #eaecf6;
    background-image: none;
    border-color: #e3e6f3;
    box-shadow: none;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] { -webkit-font-smoothing: antialiased; }

.center-block .chosen-container {
    display: block;
    margin: 0 auto;
}

/*
 * Parsley Validation States
 *
 */

.parsley-errors-list {
    list-style: none;
    padding: 0;
}

.parsley-success {
    border-color: #15db81;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.parsley-success:focus {
    border-color: #11ac66;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #66f0b1;
}

.parsley-warning {
    border-color: #daac16;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.parsley-warning:focus {
    border-color: #ac8711;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0cf66;
}

.parsley-error {
    border-color: #da3e16;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.parsley-error:focus {
    border-color: #ac3111;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f08266;
}

.parsley-error-list { color: #a94442; }

/*
*   Data tables
*
*/

.sorting:after,
.sorting_asc:after,
.sorting_desc:after,
.sorting_asc_disabled:after,
.sorting_desc_disabled:after {
    color: #ddd;
    float: right;
    font-family: FontAwesome;
}

.sorting:after { content: "\f0dc"; }

.sorting_asc:after,
.sorting_asc_disabled:after {
    color: #59595a;
    content: "\f0de";
}

.sorting_desc:after,
.sorting_desc_disabled:after {
    color: #59595a;
    content: "\f0dd";
}

table.dataTable.no-footer { border-bottom-color: #e3e6f3; }

table.dataTable,
.editable-datatable,
table.dataTable .form-control { width: 100% !important; }

.datatable-top,
table.dataTable { margin-bottom: 15px; }

.datatable-top,
.datatable-bottom {
    display: table;
    width: 100%;
}

.datatable-bottom .pagination { margin: 0; }

/*
*   Stepy Wizard
*
*/

.stepy {
    background-color: #ffffff;
    display: block;
    width: 100%;
}

.stepy-header {
    background-color: #1582dc;
    border-bottom: 1px solid #1166ad;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.stepy-header li {
    background-color: transparent;
    line-height: 1;
    position: relative;
}

.stepy-header li:before {
    border: 23px solid transparent;
    border-left: 22px solid #1582dc;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    right: -14px;
    top: 1px;
    z-index: 9;
}

.stepy-header li:after {
    border: 24px solid transparent;
    border-left: 23px solid #1166ad;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
    z-index: 1;
}

.stepy-header li div {
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    text-shadow: none;
    text-transform: uppercase;
}

.stepy-header li span,
.stepy-header li.stepy-active div,
.stepy-header li.stepy-active span { color: #fff; }

.stepy-header li.stepy-active div { font-weight: 800; }

.stepy-step {
    background: transparent;
    width: 100%;
}

.stepy-step:before,
.stepy-step:after {
    content: " ";
    display: table;
}

.stepy-step:after { clear: both; }

.stepy-step legend {
    background-color: #4f5061;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    padding: 0 15px;
}

/*
*   Jstree
*
*/

.jstree-default .jstree-clicked,
.jstree-default .jstree-hovered {
    background: #e0effc;
    box-shadow: none;
}

.jstree-default .jstree-wholerow-clicked {
    background: #e0effc;
    border-radius: 2px;
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered,
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered,
.jstree-default .jstree-wholerow-hovered,
.jstree-default-responsive .jstree-wholerow-hovered { background: #e0effc; }

.jstree-default .jstree-node,
.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow { border-radius: 2px; }

.jstree-default .jstree-search { color: #da3e16; }

/*
*   IonSLider
*
*/

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-diapason,
.irs-slider { background: url(../img/sprite-skin-flat.png) repeat-x; }

.irs-slider { background-position: 0 -90px; }

.irs-from,
.irs-to,
.irs-single { background: #1582dc; }

.irs-from:after,
.irs-to:after,
.irs-single:after { border-top-color: #1582dc; }

.irs-min,
.irs-max {
    background: #eaecf6;
    color: #59595a;
}

.irs-line { border-radius: 2px; }

/*
*   Owl Carousel Owl Demo Theme
*   v1.3.3
*/

.owl-theme .owl-controls .owl-page span {
    background: rgba(0, 0, 0, 0.5);
    height: 8px;
    margin: 5px;
    width: 8px;
}

/*
 *
 * JVectorMap
 *
 */

.jvectormap-label {
    border-radius: 2px;
    color: white;
    font-family: inherit;
    font-size: smaller;
    font-size: inherit;
    padding: 3px;
    position: absolute;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    border-radius: 2px;
    color: white;
    cursor: pointer;
    font-size: 13px;
    height: auto;
    left: 15px;
    line-height: 1;
    padding: 5px 7px;
    position: absolute;
    text-align: center;
    width: auto;
}

.jvectormap-zoomin { top: 15px; }

.jvectormap-zoomout { top: 50px; }

/*
 *
 * Image Crop
 *
 */

.jcrop-holder #preview-pane {
    background-color: #fff;
    border: 1px solid #e3e6f3;
    border-radius: 2px;
    box-shadow: 0px 0px 5px rgba(88, 96, 114, 0.15);
    display: block;
    padding: 5px;
    position: absolute;
    right: -280px;
    top: 0;
    z-index: 999;
}

/* The Javascript code will set the aspect ratio of the crop
   area based on the size of the thumbnail preview,
   specified here */

#preview-pane .preview-container {
    height: 170px;
    overflow: hidden;
    width: 250px;
}

/*
 *
 * Slimscroll
 *
 */

.slimScrollBar { background-color: rgba(0, 0, 0, 0.3) !important; }

/*
 *
 * Daterange Picker
 *
 */

.daterangepicker {
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    margin-top: -1px;
}

.daterangepicker .ranges .input-mini {
    background-color: transparent;
    border: 1px solid #e3e6f3;
    border-radius: 2px;
    color: #59595a;
}

.daterangepicker .calendar-date {
    border: 1px solid #e3e6f3;
    border-radius: 2px;
}

.daterangepicker td.available + td.start-date { border-radius: 2px 0 0 2px; }

.daterangepicker td.in-range + td.end-date { border-radius: 0 2px 2px 0; }

.daterangepicker td.available:hover,
.daterangepicker th.available:hover { background: #eaecf6; }

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #1582dc;
    border-color: #1582dc;
    color: #fff;
}

.daterangepicker td,
.daterangepicker th { border-radius: 2px; }

.daterangepicker .calendar th,
.daterangepicker .calendar td { font-family: inherit; }

.daterangepicker td.start-date.end-date { border-radius: 2px !important; }

/*
 *
 * Date Picker
 *
 */

.datepicker-dropdown {
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    padding: 15px;
}

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
    background-color: #1582dc;
    background-image: none;
    border-color: #1582dc;
    color: #fff;
    text-shadow: none;
}

.datepicker td,
.datepicker th {
    border-radius: 2px;
    min-height: 30px;
    min-width: 30px;
}

.datepicker-orient-bottom.datepicker:before {
    border-bottom: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    top: initial;
}

.datepicker-orient-bottom.datepicker:after {
    border-bottom: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    bottom: -6px;
    top: initial;
}

/*
 *
 * Medium Editor
 *
 */

@-webkit-keyframes pop-upwards {
    0% {
        -webkit-transform: translate3d(0.97, 0, 0, 1, 0, 12);
        filter: alpha(opacity=0);
        opacity: 0;
        transform: translate3d(0.97, 0, 0, 1, 0, 12);
    }

    20% {
        -webkit-transform: translate3d(0.99, 0, 0, 1, 0, 2);
        filter: alpha(opacity=70);
        opacity: 0.7;
        transform: translate3d(0.99, 0, 0, 1, 0, 2);
    }

    40% {
        -webkit-transform: translate3d(1, 0, 0, 1, 0, -1);
        filter: alpha(opacity=100);
        opacity: 1;
        transform: translate3d(1, 0, 0, 1, 0, -1);
    }

    70% {
        -webkit-transform: translate3d(1, 0, 0, 1, 0, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        transform: translate3d(1, 0, 0, 1, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(1, 0, 0, 1, 0, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        transform: translate3d(1, 0, 0, 1, 0, 0);
    }
}

@keyframes pop-upwards {
    0% {
        -webkit-transform: translate3d(0.97, 0, 0, 1, 0, 12);
        filter: alpha(opacity=0);
        opacity: 0;
        transform: translate3d(0.97, 0, 0, 1, 0, 12);
    }

    20% {
        -webkit-transform: translate3d(0.99, 0, 0, 1, 0, 2);
        filter: alpha(opacity=70);
        opacity: 0.7;
        transform: translate3d(0.99, 0, 0, 1, 0, 2);
    }

    40% {
        -webkit-transform: translate3d(1, 0, 0, 1, 0, -1);
        filter: alpha(opacity=100);
        opacity: 1;
        transform: translate3d(1, 0, 0, 1, 0, -1);
    }

    70% {
        -webkit-transform: translate3d(1, 0, 0, 1, 0, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        transform: translate3d(1, 0, 0, 1, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(1, 0, 0, 1, 0, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        transform: translate3d(1, 0, 0, 1, 0, 0);
    }
}

.medium-toolbar-arrow-under:after {
    border-color: #4f5061 transparent transparent transparent;
    top: 50px;
}

.medium-toolbar-arrow-over:before {
    border-color: transparent transparent #4f5061 transparent;
    top: -8px;
}

.medium-editor-toolbar {
    -webkit-transition: top 0.075s ease-out, left 0.075s ease-out;
    background-color: #4f5061;
    border-radius: 2px;
    transition: top 0.075s ease-out, left 0.075s ease-out;
}

.medium-editor-toolbar li button {
    -webkit-transition: background-color 0.2s ease-in;
    background-color: #4f5061;
    border: 0;
    border-right: 1px solid #565769;
    color: #fff;
    height: 50px;
    min-width: 50px;
    transition: background-color 0.2s ease-in;
}

.medium-editor-toolbar li button:hover {
    background-color: #484959;
    color: #daac16;
}

.medium-editor-toolbar li .medium-editor-button-first {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.medium-editor-toolbar li .medium-editor-button-last {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.medium-editor-toolbar li .medium-editor-button-active { background-color: #58596c; }

.medium-editor-toolbar-form-anchor {
    background: #4f5061;
    border-radius: 2px;
    color: #59595a;
}

.medium-editor-toolbar-form-anchor input {
    background: #4f5061;
    border-radius: 2px 0 0 2px;
    color: #ccc;
    height: 50px;
}

.medium-editor-toolbar-form-anchor a { color: #fff; }

.medium-editor-toolbar-anchor-preview {
    background: #4f5061;
    border-radius: 2px;
    color: #fff;
}

.medium-editor-placeholder:after { color: #b3b3b1; }

/*
 *
 * Bootstrap Slider
 * http://www.eyecon.ro/bootstrap-slider/
 *
 */

.slider.slider-horizontal { width: 100% !important; }

.slider.slider-horizontal .slider-track { height: 5px; }

.slider.slider-horizontal .slider-selection { background-image: none; }

.slider-track {
    background-color: #d0dbec;
    background-image: none;
    border-radius: 2px;
    box-shadow: none;
}

.slider-selection {
    background-color: #7f8bc8;
    border-radius: 2px;
    box-shadow: none;
    position: absolute;
}

.slider-handle {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px, #7f8bc8 0px 0px 0px 1px;
    filter: alpha(opacity=100);
    opacity: 1;
}

.slider.slider-horizontal .slider-handle { margin-top: -8px; }

/* Slider Color Variants */

.slider-info .slider-selection { background-color: #15acdc; }

.slider-info .slider-handle { box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px, #15acdc 0px 0px 0px 1px; }

.slider-primary .slider-selection { background-color: #1582dc; }

.slider-primary .slider-handle { box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px, #1582dc 0px 0px 0px 1px; }

.slider-success .slider-selection { background-color: #15db81; }

.slider-success .slider-handle { box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px, #15db81 0px 0px 0px 1px; }

.slider-warning .slider-selection { background-color: #daac16; }

.slider-warning .slider-handle { box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px, #daac16 0px 0px 0px 1px; }

.slider-danger .slider-selection { background-color: #da3e16; }

.slider-danger .slider-handle { box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px, #da3e16 0px 0px 0px 1px; }

.slider-striped .slider .slider-selection {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

/*
 *
 * toastr
 * https://github.com/CodeSeven/toastr
 *
 */

#toast-container > div {
    border-radius: 2px;
    box-shadow: none;
}

.toast { background-color: #030303; }

.toast-success { background-color: #15db81; }

.toast-error { background-color: #da3e16; }

.toast-info { background-color: #15acdc; }

.toast-warning { background-color: #daac16; }

#toast-container > :hover { box-shadow: none; }

/*
 *
 * Fullcalendar
 * http://arshaw.com/fullcalendar
 *
 */

.fc-icon { font-size: inherit; }

.external-events {
    border-bottom: 1px solid #e3e6f3;
    padding: 0 0 20px 0;
}

.fc-event,
.external-event {
    border: transparent;
    /* default BORDER color */
    cursor: default;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.external-events .external-event {
    cursor: move;
    display: inline-block;
    margin: 0 5px 10px 0;
}

.external-event:hover { cursor: move; }

a.fc-event,
.fc-event-draggable { cursor: pointer; }

.fc-toolbar {
    display: none;
    visibility: hidden;
}

.fc-content { margin: 0 -1px; }

.fc-event {
    cursor: default;
    line-height: inherit;
    padding: .2em .6em .3em;
}

.fc-event.bg-primary { color: #ffffff; }

.fc-event.bg-default { color: #59595a; }

.fc-event.bg-warning { color: #ffffff; }

.fc-event.bg-success { color: #ffffff; }

.fc-event.bg-info { color: #ffffff; }

.fc-event.bg-danger { color: #ffffff; }

/*
 *
 * Switchery
 * http://abpetkov.github.io/switchery/
 *
 */

.switchery {
    background-color: #f5f6fb !important;
    border: 1px solid #e3e6f3;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;
}

.switchery > small {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    height: 28px;
    position: absolute;
    top: 0;
    width: 28px;
}

/*
 * FuelUX Pill
 *
 */

.pillbox {
    border: 1px solid #e3e6f3;
    border-radius: 2px;
    line-height: 1;
    margin-bottom: 10px;
    padding: 5px;
}

.pillbox ul {
    margin: 0;
    padding: 0;
}

.pillbox li {
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    margin: 2px;
    padding: 2px 4px;
    vertical-align: middle;
    white-space: nowrap;
}

.pillbox li:after {
    content: " \e646";
    font-family: 'themify';
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-left: 10px;
    position: relative;
    speak: none;
    text-transform: none;
}

.pillbox li.status-important { background-color: #da3e16; }

.pillbox li.status-warning { background-color: #daac16; }

.pillbox li.status-success { background-color: #15db81; }

.pillbox li.status-info { background-color: #15acdc; }

/*
 * FuelUX Spinner
 *
 */

.spinner .btn.disabled { cursor: not-allowed; }

/*
 * FuelUX Wizard
 *
 */

.wizard {
    background-color: #eaecf6;
    border-bottom: 1px solid #eaecf6;
    border-radius: 2px 2px 0;
    overflow: hidden;
    position: relative;
}

.wizard ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wizard ul li {
    background: transparent;
    cursor: default;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding-left: 30px;
    padding-right: 15px;
    position: relative;
    white-space: nowrap;
}

.wizard ul li:before {
    border: 21px solid transparent;
    border-left: 14px solid #eaecf6;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    right: -14px;
    top: 0;
    z-index: 9;
}

.wizard ul li:after {
    border: 22px solid transparent;
    border-left: 15px solid #cdd2ea;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    top: -1px;
    z-index: 1;
}

.wizard ul li .badge { margin-right: 8px; }

.wizard ul li.complete { background: #eaecf6; }

.wizard ul li.complete .badge { background: #15db81; }

.wizard ul li.complete:before { border-left: 14px solid #eaecf6; }

.wizard ul li.complete:hover {
    background: #e7eff8;
    cursor: pointer;
}

.wizard ul li.complete:hover:before { border-left: 14px solid #e7eff8; }

.wizard ul li.active {
    background: #fff;
    color: #1582dc;
}

.wizard ul li.active:before {
    border-left: 14px solid #fff;
    right: -14px;
}

.wizard ul li.active:after { right: -15px; }

.wizard ul li:first-child {
    border-radius: 2px 0 0;
    padding-left: 20px;
}

.wizard ul.previous-disabled li.complete { cursor: default; }

.wizard ul.previous-disabled li.complete:hover { background: #f3f4f5; }

.wizard ul.previous-disabled li.complete:hover:before { border-left-color: #f3f4f5; }

.wizard .actions {
    float: right;
    line-height: 37px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    position: absolute;
    right: 0;
    vertical-align: middle;
}

.wizard .actions a {
    font-size: 12px;
    line-height: 45px;
    margin-right: 8px;
}

.step-content { padding: 15px; }

.step-content .step-pane { display: none; }

.step-content .active { display: block; }

.step-content .active .btn-group .active { display: inline-block; }

/*
 * iCheck
 *
 */

.icheckbox,
.iradio {
    background: url(../img/minimal.png) no-repeat;
    border: none;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    height: 18px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 18px;
}

.icheckbox { background-position: 0 0; }

.icheckbox.hover { background-position: -20px 0; }

.icheckbox.checked { background-position: -40px 0; }

.icheckbox.disabled {
    background-position: -60px 0;
    cursor: default;
}

.icheckbox.checked.disabled { background-position: -80px 0; }

.iradio { background-position: -100px 0; }

.iradio.hover { background-position: -120px 0; }

.iradio.checked { background-position: -140px 0; }

.iradio.disabled {
    background-position: -160px 0;
    cursor: default;
}

.iradio.checked.disabled { background-position: -180px 0; }

/* HiDPI support */

@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox,
    .iradio {
        background-image: url(../img/minimal@2x.png);
        background-size: 200px 20px;
    }
}

/*
 *  Various $Charts plugin styles
 *
 */

/* Morris Tooltip */

.morris-hover {
    position: absolute;
    z-index: 1000;
}

.morris-hover.morris-default-style {
    border-radius: 2px;
    color: #ffffff;
    font-size: 12px;
    padding: 6px;
    text-align: center;
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
    margin: 0.1em 0;
    white-space: nowrap;
}

/* Sparkline Tooltip */

#jqstooltip {
    border-radius: 2px;
    display: table;
    padding: 15px;
}

/* Flot Charts */

#tooltip {
    border: 0;
    display: none;
    line-height: 1;
    padding: 5px 10px;
    position: absolute;
}

#tooltip:before {
    border-style: solid;
    border-width: 6px;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: 100%;
    top: 4px;
    width: 0;
}

/* Pie Charts */

.piechart {
    display: inline-block;
    position: relative;
}

.piechart canvas {
    left: 0;
    position: absolute;
    top: 0;
}

.piechart > span {
    display: table;
    height: 100%;
    width: 100%;
}

.piechart > span > span {
    display: table-cell;
    vertical-align: middle;
}

.piechart .percent {
    display: block;
    font-size: 18px;
    position: relative;
}

.piechart .percent:after {
    content: '%';
    font-size: .5em;
    position: absolute;
    top: 0;
}

/* Chart dimensions */

.chart {
    border: 0;
    height: 200px;
    width: 100%;
}

.chart-legend.first { padding-top: 80px; }

/*
 *  Maps
 *
 */

.map img,
#map img { max-width: none !important; }

#map,
.map {
    background: transparent;
    height: 100%;
    min-height: 300px;
    position: relative;
    width: 100%;
}

#map { min-height: 250px; }

#map .jvectormap-container { min-height: 300px; }

/* Google Maps */

.gm-style-cc { display: none !important; }

#map_canvas {
    height: 400px;
    width: 100%;
}

/*
 * $Sortable elements (Jquery Sortable)
 *
 */

.sortable .list-group-item,
.handles .list-group-item { padding: 15px; }

.connected,
.sortable,
.exclude,
.handles {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.connected li,
.sortable li,
.exclude li,
.handles li { border: 1px solid transparent; }

.connected li:not(:last-child),
.sortable li:not(:last-child),
.exclude li:not(:last-child),
.handles li:not(:last-child) {
    border: 1px solid transparent;
    border-radius: 2px;
    margin-bottom: 1px;
}

.sortable > li,
.handles span { cursor: move; }

.handles span { float: left; }

#connected {
    margin: auto;
    overflow: hidden;
}

.connected { float: left; }

.connected.no2 { float: right; }

.sortable-placeholder {
    border: 1px dashed #ddd !important;
    list-style: none;
    min-height: 50px;
    width: 100%;
}

/*
 * Nestable elements (Jquery Nestable)
 *
 */

.dd {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.dd-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.dd-list .dd-list { padding-left: 30px; }

.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    line-height: 20px;
    margin: 0;
    min-height: 20px;
    padding: 0;
    position: relative;
}

.dd-handle {
    background: #fff;
    border: 1px solid #e3e6f3;
    border-radius: 2px;
    display: block;
    margin: 5px 0;
    padding: 10px;
    text-decoration: none;
}

.dd-handle:hover {
    background: #fff;
    color: #2ea8e5;
}

.dd-item > button {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: bold;
    height: 30px;
    line-height: 40px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 100%;
    white-space: nowrap;
    width: 25px;
}

.dd-item > button:before {
    content: "+";
    display: block;
    position: absolute;
    text-align: center;
    text-indent: 0;
    width: 100%;
}

.dd-item > button[data-action="collapse"]:before { content: "-"; }

.dd-placeholder,
.dd-empty {
    background: transparent;
    border: 1px dashed #ddd;
    margin: 5px 0;
    min-height: 30px;
    padding: 0;
}

.dd-empty {
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-position: 0 0, 30px 30px;
    background-size: 60px 60px;
    border: 1px dashed #bbb;
    min-height: 100px;
}

.dd-dragel {
    pointer-events: none;
    position: absolute;
    z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle { margin-top: 0; }

.dd-dragel .dd-handle { box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1); }

/**
 * Nestable Extras
 */

#nestable-output,
#nestable2-output {
    background: #fff;
    font-size: 10px;
    width: 100%;
}

#nestable2 .dd-item > button:before { color: #fff; }

@media only screen and (min-width: 700px) {
    .dd + .dd { margin-left: 2%; }
}

.dd-hover > .dd-handle { background: #2ea8e5 !important; }

/**
 * Nestable Draggable Handles
 */

.dd3-content {
    background: #ffffff;
    border: 1px solid #e3e6f3;
    border-radius: 2px;
    display: block;
    margin: 5px 0;
    padding: 10px 10px 10px 50px;
    text-decoration: none;
}

.dd3-content:hover { background: #fff; }

.dd-dragel > .dd3-item > .dd3-content { margin: 0; }

.dd3-item > button { margin-left: 40px; }

.dd3-handle {
    background: #ffffff;
    border: 1px solid #e3e6f3;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    cursor: pointer;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 0;
    white-space: nowrap;
    width: 38px;
}

.dd3-handle:before {
    content: '≡';
    display: block;
    font-size: 26px;
    font-weight: normal;
    left: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 7px;
    width: 100%;
}

.dd3-handle:hover { background: #ddd; }

/*
 * $Utilities Classes
 *
 */

/* p,m,b = padding,margin,border
 * Directions
 * t,b,r,l,n = top,bottom,right,left, negative
 * Sizing
 * xs,sm,md,df,lg = extra small(@xs),small(@sm),medium(@md),default(@df),large(@lg)
 */

.ptl {
    left: 0;
    position: absolute;
    top: 0;
}

.ptr {
    position: absolute;
    right: 0;
    top: 0;
}

.pbl {
    bottom: 0;
    left: 0;
    position: absolute;
}

.pbr {
    bottom: 0;
    position: absolute;
    right: 0;
}

/* Set background color to transparent */

.bg-none {
    background-color: transparent;
    box-shadow: none;
}

.shadow { box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.no-shadow { box-shadow: none; }

/* Margins */

.no-m { margin: 0 !important; }

.mn {
    margin-left: -15px;
    margin-right: -15px;
}

.mrn { margin-right: -15px; }

.mln { margin-left: -15px; }

.mbn { margin-bottom: -15px; }

.ml0 { margin-left: 0; }

.mr0 { margin-right: 0; }

.mt0 { margin-top: 0; }

.mb0 { margin-bottom: 0; }

.m25 { margin: 25px; }

.mr25 { margin-right: 25px; }

.ml25 { margin-left: 25px; }

.mt25 { margin-top: 25px; }

.mb25 { margin-bottom: 25px; }

.m20 { margin: 20px; }

.mr20 { margin-right: 20px; }

.ml20 { margin-left: 20px; }

.mt20 { margin-top: 20px; }

.mb20 { margin-bottom: 20px; }

.m15 { margin: 15px; }

.mr15 { margin-right: 15px; }

.ml15 { margin-left: 15px; }

.mt15 { margin-top: 15px; }

.mb15 { margin-bottom: 15px; }

.m10 { margin: 10px; }

.mr10 { margin-right: 10px; }

.ml10 { margin-left: 10px; }

.mt10 { margin-top: 10px; }

.mb10 { margin-bottom: 10px; }

.m5 { margin: 5px; }

.mr5 { margin-right: 5px; }

.ml5 { margin-left: 5px; }

.mt5 { margin-top: 5px; }

.mb5 { margin-bottom: 5px; }

/* Padding space */

.no-p { padding: 0 !important; }

.pl0 { padding-left: 0; }

.pr0 { padding-right: 0; }

.pt0 { padding-top: 0; }

.pb0 { padding-bottom: 0; }

.p25 { padding: 25px; }

.pr25 { padding-right: 25px; }

.pl25 { padding-left: 25px; }

.pt25 { padding-top: 25px; }

.pb25 { padding-bottom: 25px; }

.p20 { padding: 20px; }

.pr20 { padding-right: 20px; }

.pl20 { padding-left: 20px; }

.pt20 { padding-top: 20px; }

.pb20 { padding-bottom: 20px; }

.p15 { padding: 15px; }

.pr15 { padding-right: 15px; }

.pl15 { padding-left: 15px; }

.pt15 { padding-top: 15px; }

.pb15 { padding-bottom: 15px; }

.p10 { padding: 10px; }

.pr10 { padding-right: 10px; }

.pl10 { padding-left: 10px; }

.pt10 { padding-top: 10px; }

.pb10 { padding-bottom: 10px; }

.p5 { padding: 5px; }

.pr5 { padding-right: 5px; }

.pl5 { padding-left: 5px; }

.pt5 { padding-top: 5px; }

.pb5 { padding-bottom: 5px; }

/* Borders */

.no-b { border: 0; }

td.no-b { border-top: 0 !important; }

.bordered { border: 1px solid #e3e6f3; }

.bb { border-bottom: 1px solid #e3e6f3; }

.bt { border-top: 1px solid #e3e6f3; }

.bl { border-left: 1px solid #e3e6f3; }

.br { border-right: 1px solid #e3e6f3; }

.avatar.bordered { border: 3px solid rgba(255, 255, 255, 0.5); }

/* Radius */

.no-radius { border-radius: 0; }

.rounded { border-radius: 2px; }

.brtl { border-top-left-radius: 2px; }

.brtr { border-top-right-radius: 2px; }

.brbl { border-bottom-left-radius: 2px; }

.brbr { border-bottom-right-radius: 2px; }

.overflow-hidden { overflow: hidden; }

/*
 *  Demo specific styles.
 *
 * These can be removed
 */

.demo .slider.slider-vertical { height: 175px; }

.bs-demo .btn { margin-bottom: 5px; }

.tool-button .btn { margin-right: 5px; }

.demo-button .btn {
    margin-bottom: 5px;
    margin-right: 5px;
    min-width: 115px;
}

.demo > .dropdown { float: left; }

.demo > .dropdown > .dropdown-menu {
    display: block;
    margin-bottom: 5px;
    position: static;
}

.demo-button2 button { margin: 0 5px 10px 0; }

.fontawesome-list a {
    color: #59595a;
    display: block;
    font-size: 1em;
    height: 32px;
    line-height: 32px;
    margin-left: 30px;
}

.fontawesome-list .fa {
    -webkit-transition: all 150ms linear;
    left: 20px;
    position: absolute;
    top: 9px;
    transition: all 150ms linear;
}

.themify-icons .fa-hover {
    color: #59595a;
    display: block;
    font-size: 1em;
    height: 32px;
    line-height: 32px;
    padding-left: 45px;
}

.themify-icons span {
    -webkit-transition: all 150ms linear;
    left: 20px;
    position: absolute;
    top: 9px;
    transition: all 150ms linear;
}

.fontawesome-list a:hover .fa,
.themify-icons .fa-hover:hover span {
    color: #15db81;
    font-size: 1.5em;
    top: 5px;
}

.form-horizontal.bordered-group .form-group {
    border-bottom: 1px solid #E7EBF3;
    padding-bottom: 15px;
}

.form-horizontal.bordered-group .form-group:last-child {
    border-bottom: 1px solid transparent;
    padding: 0;
}

.switcha > div { float: left; }

.services .service {
    margin: 0 30px 25px;
    text-align: center;
}

.service-icon {
    border-radius: 50%;
    color: #D6D6D6;
    font-size: 30px;
    line-height: 60px;
    margin: 0 auto 15px;
    width: 60px;
}

.service-icon.bg-color { color: #fff; }

.service-icon.huge {
    background-color: #eaecf6;
    line-height: 100px;
    width: 100px;
}

.service-icon.left {
    float: left;
    margin: 0;
}
/*# sourceMappingURL=main.css.map */
/*********  login/register  styling**************/

#cookie-alert {
    color: #1c84c6;
    margin-top: 0px;
    position: fixed;
    background: #ffffff;
    margin-top: 90px;
}
.cookiepolicy {
    margin-top: 170px;
    margin-bottom: 100px;
}

.bg-blanklayout {
    background: #1e4e73;
    color: #ffffff;
}

.cookiepolicy ol {
    counter-reset: item
}

.cookiepolicy li {
    display: block
}

.cookiepolicy li:before {
    content: counters(item, ".") " ";
    counter-increment: item
}

.required:after {
    content: " *";
    color: red;
    font-weight: 700;
    border: 0;
}

.btn {
    cursor: pointer;
}

.overlay-object {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: rgba(0,0,0,0.65);
    background-position: center center;
}

.modal {
    color: gray;
}

.no-border{
    border: none !important;
}

.spring-main-header.spring-menu-overlay-wrapper {
    position: absolute;
    width: 100%;
}

.spring-main-header, .spring-before-main-header, .spring-after-main-header {
    position: relative;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}


.spring-main-nav {
    transition: background 0.3s, transform 0.3s, padding 0.3s ease;
    position: relative;
    z-index: 1002;
    width: 100%;
    left: 0;
    right: 0;
    will-change: transform, position;
    
}

.spring-main-nav .spring-nav-body {
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.spring-nav-body {
    border-color: rgba(203,203,203,0.4);
}

.spring-nav-body {
    border-top: 0px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-left: 0px solid #eeeeee;
    border-right: 0px solid #eeeeee;
}

.spring-nav-body {
    background-image: none;
    background-color: transparent;
}

.spring-nav-body {
    color: #ffffff;
}

.spring-nav-body, .spring-tree-menu .sub-menu, .spring-mega-menu > .sub-menu {
    z-index: 1;
}




.container-xlg {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.spring-nav-body-content {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
    height: 100%;
}

@media (min-width: 992px) {
    .spring-main-nav .spring-nav-item.nav-item-desktop-0 {
        order: 1;
        display: flex;
    }
}

.spring-nav-body-content .spring-nav-item {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: flex;
    align-items: center;
    height: 81px;
}

@media (min-width: 992px) {
    .spring-main-nav .spring-nav-item.nav-item-desktop-1 {
        order: 2;
        display: flex;
    }
}
@media (min-width: 992px){
    .spring-main-nav .spring-nav-item.biggest-nav-item-desktop {
        flex: 10;
    }
}

@media (min-width: 992px) {
    .spring-main-nav .spring-nav-item.biggest-nav-item-desktop.nav-item-desktop-right > * {
        float: right;
        margin-right: 0;
    }
}
@media (min-width: 992px) {
    .spring-main-nav .spring-nav-item.biggest-nav-item-desktop > * {
        margin-left: auto;
        margin-right: auto;
    }
}

.spring-main-menu ul, .spring-mobile-menu ul {
    margin-bottom: 0;
}
.spring-main-menu ul, .spring-mobile-menu ul, .spring-main-menu li, .spring-mobile-menu li {
    padding-left: 0;
    list-style: none;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.spring-nav-body, .spring-tree-menu .sub-menu, .spring-mega-menu > .sub-menu {
    z-index: 1;
}

.spring-main-menu-content > .menu-item {
    display: block;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.spring-main-menu ul, .spring-mobile-menu ul, .spring-main-menu li, .spring-mobile-menu li {
    padding-left: 0;
    list-style: none;
}


div, iframe, img {
    margin: 0;
    padding: 0;
}

.spring-main-nav .spring-nav-logo-wrapper img {
    height: 50px;
}

.spring-nav-logo-wrapper img {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-width: initial;
}
img {
    vertical-align: middle;
}
img {
    max-width: 100%;
    height: auto;
}
img {
    border: 0;
}

.spring-main-nav .spring-main-menu-content>li>a {
    height: 80px;
}
.spring-main-nav .spring-main-menu-content>li>a {
    padding-right: 20px;
    padding-left: 20px;
}
.spring-nav-body .spring-main-menu-content>li>a, .spring-nav-body .spring-nav-item:not(.spring-nav-main-menu-wrapper) a {
    color: #ffffff;
}
.spring-main-menu-content .menu-item > a {
    max-width: 100%;
    display: block;
}
.spring-main-menu-content > .menu-item > a {
    position: relative;
    vertical-align: middle;
    display: table-cell;
}

.spring-main-menu a, .spring-mobile-menu a {
    text-decoration: none;
}
.spring-main-nav a {
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.spring-nav-body .spring-main-menu-content>li>a:active, .spring-nav-body .spring-nav-item:not(.spring-nav-main-menu-wrapper) a:active {
    color: #00bfff;
}



.sliding-middle-out {
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
}

.sliding-middle-out:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}

.sliding-middle-out:hover:after {
	width: 100%;
	background: #ffffff;
}

.vc_general.vc_btn2 {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: border-box;
    word-wrap: break-word;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    top: 0;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 300ms linear;
    border-radius: 0px;
    font-weight: normal;
    line-height: 14px;
    outline: 0;
    padding: 9px 12px;
    transition: all 300ms linear;
    white-space: nowrap;
    font-size: 15px;
    padding: 8px 16px;
}

.vc_general.vc_btn3 {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: border-box;
    word-wrap: break-word;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    top: 0;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 300ms linear;
    border-radius: 0px;
    font-weight: normal;
    line-height: 14px;
    outline: 0;
    padding: 9px 12px;
    transition: all 300ms linear;
    white-space: nowrap;
    font-size: 15px;
    padding: 16px 30px;
}

.vc_btn3-size-md {
    font-size: 15px;
    padding: 20px 30px;
}

.vc_btn3-style-gradient.vc_btn-gradient-btn-582c2c179a8ab:hover {
    color: #fff;
    background-color: #5472d2;
    border: none;
    background-position: 100% 0;
}
.vc_general.vc_btn3:focus, .vc_general.vc_btn3:hover {
    border: 1px solid transparent;
    text-decoration: none;
    color: #4868cf;
}

.vc_btn3-style-gradient.vc_btn-gradient-btn-582c2c179a8ab {
    color: #fff;
    border: none;
    background-color: #00c1cf;
    background-image: -webkit-linear-gradient(left, #00c1cf 0%, #5472d2 50%,#00c1cf 100%);
    background-image: linear-gradient(to right, #00c1cf 0%, #5472d2 50%,#00c1cf 100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
}

.vc_general.vc_btn3:focus, .vc_general.vc_btn3:hover {
    border: 1px solid transparent;
    text-decoration: none;
    color: #4868cf;
}

.vc_btn3-style-gradient.vc_btn-gradient-btn-582c2c179a8ab:hover {
    color: #fff;
    background-color: #5472d2;
    border: none;
    background-position: 100% 0;
}

a:active, a:hover {
    outline: 0;
}

.spring-heading-wrapper {
    margin-bottom: 20px;
    font-size: 0;
}

.spring-sub-heading {
    line-height: 1;
    font-family: Montserrat;
    font-style: normal;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}

.spring-heading {
    line-height: 1;
    font-family: Montserrat;
    font-style: normal;
    margin-bottom: 0;
    font-size: 150px;
    font-weight: bold;
    text-align: center;
}

.responsive-font-size {
    -webkit-transition: font-size 0.3s;
    -o-transition: font-size 0.3s;
    transition: font-size 0.3s;
}


/**** footer  ***/
.spring-footer-style-2 {
    background-color: #222222;
    color: #ffffff;
    min-height: 293px;
    
}
.vc_custom_1475214314693 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_row.vc_row-flex {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}

.vc_row.vc_row-o-equal-height>.vc_column_container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.vc_row.vc_row-flex>.vc_column_container {
    display: flex;
}

.vc_row .vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
    min-height: 0;
}
.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
    padding-top: 0;
}
.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.vc_custom_1475212870252 {
    background-color: #222222 !important;
}
.light-color {
    color: #fff;
}
@media (min-width: 768px) {
    .vc_col-sm-12 {
        width: 100%;
    }
    .vc_col-sm-6 {
        width: 50%;
    }
}
@media (min-width: 768px) {
    .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
        float: left;
    }
}

@media only screen and (max-width: 991px) {
    .container-layout-md-max > .vc_column-inner > .wpb_wrapper, .container-layout-sm-max > .vc_column-inner > .wpb_wrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .vc_col-md-4 {
        width: 33.33333333%;
    }
}

@media (min-width: 992px) {
    .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9 {
        float: left;
    }
}

@media only screen and (max-width: 1199px) {
    .container-layout-md-max > .vc_column-inner > .wpb_wrapper {
        max-width: 940px;
    }
    .text-center-md-max {
        text-align: center;
    }
   
}

@media (min-width: 1200px){
.vc_col-lg-8 {
    width: 66.66666667%;
}
.vc_col-lg-4 {
    width: 33.33333333%;
}
}

@media (min-width: 1200px) {
    .vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9 {
        float: left;
    }
}

@media (min-width: 1600px) {
    .col-xlg-offset-3 {
        margin-left: 25%;
    }
    .col-xlg-offset-4 {
        margin-left: 30%;
    }
}

@media (min-width: 1600px) {
    .col-xlg-3 {
        width: 25%;
    }
}
@media (min-width: 1600px) {
    .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
        float: left;
    }
}


.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.vc_ie-flexbox-fixer, .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.vc_row-flex .vc_column_container > .vc_column-inner {
    width: 100%;
}

.container-layout-md-max > .vc_column-inner > .wpb_wrapper, .container-layout-sm-max > .vc_column-inner > .wpb_wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.vc_ie-flexbox-fixer, .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.vc_row-flex .vc_column_container > .vc_column-inner {
    width: 100%;
}
.vc_column_container > .vc_column-inner {
    width: auto;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.vc_custom_1475211082776 {
    padding-bottom: 50px !important;
}

.light-link-color a {
    color: #fff;
}
a.hyperlink {
    color: #00bfff !important;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a {
    background-color: transparent;
}

.vc_custom_1475212766563 {
    min-height: 293px;
    background-color: #000000 !important;
}

.input-group-addon {
    width: 9% !important;
}

.instruction{
    color: #ffffff;
    font-size:large;
    font-weight:600;
    font-family: Montserrat;
}


/************************* Dropzone overrides **************************/
.dropzone {
    background: none  !important;
    border: 2px solid #ffffff  !important;
    min-height: 200px !important;
    
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover){
    overflow-wrap:break-word;
}

.dropzone .dz-message {
    color: #ffffff;
    font-size:large;
    font-weight:600;
    font-family: Montserrat;
    margin: 3.15em 0 !important;
}

.dropzone .dz-preview {
    margin-top: 0 !important;
    margin-bottom: 0 !important;

}


.dropzone .dz-preview .dz-progress{
    margin-top:10px !important;
}

.dropzone .dz-preview .dz-progress .dz-upload {
     background: #1ab394;  
}

.dz-success-mark {
    background-image: url("../Content/inspinia/plugins/images/spritemap@2x.png") !important;
    -webkit-background-size: 438px 432px !important;
    -moz-background-size:438px 432px !important;
    background-size: 438px 432px !important;
    background-position: -268px -168px;
    height: 50px !important;
}

.dz-error-mark {
    background-image: url("../Content/inspinia/plugins/images/spritemap@2x.png") !important;
    -webkit-background-size: 438px 432px !important;
    -moz-background-size: 438px 432px !important;
    background-size: 438px 432px !important;
    background-position: -268px -123px;
    height: 50px !important;
}

.dz-remove:hover{
    color: #FFFFFF !important;
}

.dz-remove {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #FFFFFF;
    display: inline-block !important;
    margin-left: 15px;
    margin-right: 10px;
    margin-top: -0px;
    margin-bottom: 0;
    padding: 6px 12px;
    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;

}


/* MODAL */
.modal-content {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: relative;
}
.modal-dialog {
  z-index: 2200;
  overflow-x: initial;
}
.modal-body {
  padding: 20px 30px 30px 30px;
  overflow-x: auto;
}
.inmodal .modal-body {
  background: #f8fafb;
}
.inmodal .modal-header {
  padding: 30px 15px;
  text-align: center;
}
.animated.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.inmodal .modal-title {
  font-size: 26px;
}

.inmodal .modal-icon {
  font-size: 84px;
  color: #e2e3e3;
}

.modal-footer {
  margin-top: 0;
}



@media screen and (max-width: 500px){
    .spring-heading{
        font-size: 75px;
    }
}

@media screen and (max-width: 400px){
    .spring-heading{
        font-size: 65px;
    }
}

@media screen and (max-width: 365px){
    .spring-heading{
        font-size: 60px;
    }
}

@media screen and (max-height: 550px){
    .spring-heading-wrapper {
        margin-top: 50px;
        margin-bottom: 0px;
    }
}


@media (min-width: 768px) {
    .container-xlg {
        width: 750px;
    }
    .spring-heading{
        font-size: 125px;
    }
    
}

@media (min-width: 992px) {
    .container-xlg {
        width: 970px;
    }
    .spring-heading{
        font-size: 150px;
    }
}

@media (min-width: 1200px) {
    .container-xlg {
        width: 1200px;
    }
}

@media (min-width: 1600px) {
    .container-xlg {
        width: 1600px;
    }
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}
/*!
 * Ladda including the default theme.
 *//*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */.ladda-button{position:relative}.ladda-button .ladda-spinner{position:absolute;z-index:2;display:inline-block;width:32px;height:32px;top:50%;margin-top:0;opacity:0;pointer-events:none}.ladda-button .ladda-label{position:relative;z-index:3}.ladda-button .ladda-progress{position:absolute;width:0;height:100%;left:0;top:0;background:rgba(0,0,0,0.2);visibility:hidden;opacity:0;-webkit-transition:0.1s linear all !important;-moz-transition:0.1s linear all !important;-ms-transition:0.1s linear all !important;-o-transition:0.1s linear all !important;transition:0.1s linear all !important}.ladda-button[data-loading] .ladda-progress{opacity:1;visibility:visible}.ladda-button,.ladda-button .ladda-spinner,.ladda-button .ladda-label{-webkit-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-moz-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-ms-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-o-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important}.ladda-button[data-style=zoom-in],.ladda-button[data-style=zoom-in] .ladda-spinner,.ladda-button[data-style=zoom-in] .ladda-label,.ladda-button[data-style=zoom-out],.ladda-button[data-style=zoom-out] .ladda-spinner,.ladda-button[data-style=zoom-out] .ladda-label{-webkit-transition:0.3s ease all !important;-moz-transition:0.3s ease all !important;-ms-transition:0.3s ease all !important;-o-transition:0.3s ease all !important;transition:0.3s ease all !important}.ladda-button[data-style=expand-right] .ladda-spinner{right:-6px}.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner{right:-12px}.ladda-button[data-style=expand-right][data-loading]{padding-right:56px}.ladda-button[data-style=expand-right][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-right][data-loading][data-size="s"],.ladda-button[data-style=expand-right][data-loading][data-size="xs"]{padding-right:40px}.ladda-button[data-style=expand-left] .ladda-spinner{left:26px}.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner{left:4px}.ladda-button[data-style=expand-left][data-loading]{padding-left:56px}.ladda-button[data-style=expand-left][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-left][data-loading][data-size="s"],.ladda-button[data-style=expand-left][data-loading][data-size="xs"]{padding-left:40px}.ladda-button[data-style=expand-up]{overflow:hidden}.ladda-button[data-style=expand-up] .ladda-spinner{top:-32px;left:50%;margin-left:0}.ladda-button[data-style=expand-up][data-loading]{padding-top:54px}.ladda-button[data-style=expand-up][data-loading] .ladda-spinner{opacity:1;top:26px;margin-top:0}.ladda-button[data-style=expand-up][data-loading][data-size="s"],.ladda-button[data-style=expand-up][data-loading][data-size="xs"]{padding-top:32px}.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner{top:4px}.ladda-button[data-style=expand-down]{overflow:hidden}.ladda-button[data-style=expand-down] .ladda-spinner{top:62px;left:50%;margin-left:0}.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner{top:40px}.ladda-button[data-style=expand-down][data-loading]{padding-bottom:54px}.ladda-button[data-style=expand-down][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-down][data-loading][data-size="s"],.ladda-button[data-style=expand-down][data-loading][data-size="xs"]{padding-bottom:32px}.ladda-button[data-style=slide-left]{overflow:hidden}.ladda-button[data-style=slide-left] .ladda-label{position:relative}.ladda-button[data-style=slide-left] .ladda-spinner{left:100%;margin-left:0}.ladda-button[data-style=slide-left][data-loading] .ladda-label{opacity:0;left:-100%}.ladda-button[data-style=slide-left][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-right]{overflow:hidden}.ladda-button[data-style=slide-right] .ladda-label{position:relative}.ladda-button[data-style=slide-right] .ladda-spinner{right:100%;margin-left:0;left:16px}.ladda-button[data-style=slide-right][data-loading] .ladda-label{opacity:0;left:100%}.ladda-button[data-style=slide-right][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-up]{overflow:hidden}.ladda-button[data-style=slide-up] .ladda-label{position:relative}.ladda-button[data-style=slide-up] .ladda-spinner{left:50%;margin-left:0;margin-top:1em}.ladda-button[data-style=slide-up][data-loading] .ladda-label{opacity:0;top:-1em}.ladda-button[data-style=slide-up][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=slide-down]{overflow:hidden}.ladda-button[data-style=slide-down] .ladda-label{position:relative}.ladda-button[data-style=slide-down] .ladda-spinner{left:50%;margin-left:0;margin-top:-2em}.ladda-button[data-style=slide-down][data-loading] .ladda-label{opacity:0;top:1em}.ladda-button[data-style=slide-down][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=zoom-out]{overflow:hidden}.ladda-button[data-style=zoom-out] .ladda-spinner{left:50%;margin-left:32px;-webkit-transform:scale(2.5);-moz-transform:scale(2.5);-ms-transform:scale(2.5);-o-transform:scale(2.5);transform:scale(2.5)}.ladda-button[data-style=zoom-out] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-out][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=zoom-in]{overflow:hidden}.ladda-button[data-style=zoom-in] .ladda-spinner{left:50%;margin-left:-16px;-webkit-transform:scale(0.2);-moz-transform:scale(0.2);-ms-transform:scale(0.2);-o-transform:scale(0.2);transform:scale(0.2)}.ladda-button[data-style=zoom-in] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-in][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(2.2);-moz-transform:scale(2.2);-ms-transform:scale(2.2);-o-transform:scale(2.2);transform:scale(2.2)}.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=contract]{overflow:hidden;width:100px}.ladda-button[data-style=contract] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract][data-loading]{border-radius:50%;width:52px}.ladda-button[data-style=contract][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=contract-overlay]{overflow:hidden;width:100px;box-shadow:0px 0px 0px 2000px transparent}.ladda-button[data-style=contract-overlay] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract-overlay][data-loading]{border-radius:50%;width:52px;box-shadow:0px 0px 0px 2000px rgba(0,0,0,0.8)}.ladda-button[data-style=contract-overlay][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner{opacity:1}.ladda-button{background:#666;border:0;padding:14px 18px;font-size:18px;cursor:pointer;color:#fff;border-radius:2px;border:1px solid transparent;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}.ladda-button:hover{border-color:rgba(0,0,0,0.07);background-color:#888}.ladda-button[data-color=green]{background:#2aca76}.ladda-button[data-color=green]:hover{background-color:#38d683}.ladda-button[data-color=blue]{background:#53b5e6}.ladda-button[data-color=blue]:hover{background-color:#69bfe9}.ladda-button[data-color=red]{background:#ea8557}.ladda-button[data-color=red]:hover{background-color:#ed956e}.ladda-button[data-color=purple]{background:#9973C2}.ladda-button[data-color=purple]:hover{background-color:#a685ca}.ladda-button[data-color=mint]{background:#16a085}.ladda-button[data-color=mint]:hover{background-color:#19b698}.ladda-button[disabled],.ladda-button[data-loading]{border-color:rgba(0,0,0,0.07)}.ladda-button[disabled],.ladda-button[disabled]:hover,.ladda-button[data-loading],.ladda-button[data-loading]:hover{cursor:default;background-color:#999}.ladda-button[data-size=xs]{padding:4px 8px}.ladda-button[data-size=xs] .ladda-label{font-size:0.7em}.ladda-button[data-size=s]{padding:6px 10px}.ladda-button[data-size=s] .ladda-label{font-size:0.9em}.ladda-button[data-size=l] .ladda-label{font-size:1.2em}.ladda-button[data-size=xl] .ladda-label{font-size:1.5em}

