html {
    -webkit-font-smoothing: antialiased !important;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #f6f6f6;
    font-size: 14px;
    color: #797979;
}

*, a:focus {
    outline: none !important
}

button:focus {
    outline: none !important
}

a:hover {
    color: #333
}

a:hover, a:hover .text-underline {
    text-decoration: none
}

a {
    color: #76B047;
    outline: 0 !important
}

a.text-inverse:hover {
    color: #febb08
}

h1, h2, h3, h4, h5, h6 {
    color: #4d4d4d
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #acacac;
    font-weight: 300
}

h4, h5, h6 {
    margin-top: 0
}

a.text-muted:hover {
    color: #febb08
}

.heading-buttons h1, .heading-buttons h2, .heading-buttons h3, .heading-buttons h4, .heading-buttons h5, .heading-buttons h6 {
    display: inline-block;
    margin: 0 10px
}

.heading-buttons h1.glyphicons, .heading-buttons h2.glyphicons, .heading-buttons h3.glyphicons, .heading-buttons h4.glyphicons, .heading-buttons h5.glyphicons, .heading-buttons h6.glyphicons {
    display: inline-block
}

.heading-buttons .btn + .btn {
    margin-left: 10px
}

.heading-buttons > .btn-group-xs, .heading-buttons > .btn-xs, .heading-buttons > .dropdown {
    margin-top: 8px
}

.heading-buttons > .btn-group-sm, .heading-buttons > .btn-sm {
    margin-top: 4px
}

p {
    margin: 0 0 10px;
    line-height: normal
}

.img-clean, .img-clean:hover {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border: none;
    padding: 0
}

a img:hover {
    *opacity: .7
}

ul.friends-list li:hover {
    background-color: #efefef
}

ul.friends-list li:data-content {
    width: 100px
}


h1 [class*="icon-"], h2 [class*="icon-"], h3 [class*="icon-"], h4 [class*="icon-"], h5 [class*="icon-"], h6 [class*="icon-"] {
    font-size: 90%;
    vertical-align: middle;
    margin-top: -3px
}

.innerAll {
    padding: 10px;
    position: relative
}

.container-fluid {
    padding-left: 0;
    padding-right: 0
}

.bg-primary-light *:not(.btn) {
    border-color: #4fd9cb !important
}

.bg-primary-light[class*="border-"], .bg-primary-light.box-generic {
    border-color: #7de3d9 !important
}

.bg-gray-hover:hover {
    background: #f7f7f7
}

.text-center {
    text-align: center !important
}

.inline-block {
    display: inline-block !important
}

.overflow-hidden {
    overflow: hidden !important
}

div.row, ul.row {
    margin: 0 -5px
}

div[class*="col-xs-"], div[class*="col-sm-"], div[class*="col-md-"], div[class*="col-lg-"], li[class*="col-xs-"], li[class*="col-sm-"], li[class*="col-md-"], li[class*="col-lg-"] {
    padding: 0 5px
}

.row-merge {
    position: relative
}

.row-merge > [class*="col-"] {
    padding: 0
}

.row-merge > [class*="col-"] ~ [class*="col-"] {
    position: static
}

.row-merge > [class*="col-"] ~ [class*="col-"]:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #efefef;
    content: ""
}

.row-merge.border-top, .row-merge ~ .row-merge {
    border-top: 1px solid #efefef
}

.row-icons [class*="col"] {
    margin-bottom: 10px;
    padding: 0
}

.row-icons [class*="col"] a {
    line-height: 24px;
    display: inline-block;
    color: #1d1d1b
}

.row-icons [class*="col"][class*="glyphicons"] {
    padding-left: 50px
}

.row-icons [class*="col"][class*="glyphicons"] i:before {
    left: 10px;
    top: 10px
}

.row-icons [class*="col"] i.fa {
    vertical-align: middle;
    margin: 0 10px
}

.row-icons [class*="col"] i, .row-icons [class*="col"] i:before {
    color: #febb08;
    font-size: 24px
}

.row-icons [class*="col"] span {
    padding-left: 5px
}

.rounded-none {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.rounded-left {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px
}

.rounded-right {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

.notebook {
    min-height: 60px;
    line-height: 30px;
    background: -webkit-linear-gradient(bottom, #f0f0f0 0, #fff 5%) 0 0;
    background: -moz-linear-gradient(bottom, #f0f0f0 0, #fff 5%) 0 0;
    background: linear-gradient(bottom, #f0f0f0 0, #fff 5%) 0 0;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    background-size: 100% 30px
}

.notebook ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.notebook ul li {
    line-height: 30px
}

.bg-success .notebook {
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0, #febb08 5%) 0 0;
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0, #febb08 5%) 0 0;
    background: linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0, #febb08 5%) 0 0;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    color: #fff
}

.bg-inverse .notebook {
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0, #424242 5%) 0 0;
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0, #424242 5%) 0 0;
    background: linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0, #424242 5%) 0 0;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    color: #fff
}

.bg-primary .notebook {
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0, #febb08 5%) 0 0;
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0, #febb08 5%) 0 0;
    background: linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0, #febb08 5%) 0 0;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    color: #fff
}

.bg-gray .notebook {
    background: -webkit-linear-gradient(bottom, #f0f0f0 0, #f9f9f9 5%) 0 0;
    background: -moz-linear-gradient(bottom, #f0f0f0 0, #f9f9f9 5%) 0 0;
    background: linear-gradient(bottom, #f0f0f0 0, #f9f9f9 5%) 0 0;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    background-size: 100% 30px
}

.row {
    margin: 0 -6px
}

.row-merge {
    margin: 0
}

/*div[class*="col-xs-"], div[class*="col-sm-"], div[class*="col-md-"], div[class*="col-lg-"] {
    padding: 0 6px
}*/

#content #support-page {
    margin-top: 58px;
}

#content #support-page .innerAll {
    padding: 20px 0;
}

#content .container > .innerAll, #content .container > .innerLR {
    padding: 0;
    padding-top: 68px
}

#content > h1, #content > h2, #content > h3, #content > h4 {
    padding: 24px;
    margin: 0;
    background: none !important
}

#content > .innerLR > h1, #content > .innerLR > h2, #content > .innerLR > h3, #content > .innerLR > h4 {
    padding: 24px 12px;
    margin: 0;
    background: none !important
}

#content > .innerLR > h1 + .separator, #content > .innerLR > h2 + .separator, #content > .innerLR > h3 + .separator, #content > .innerLR > h4 + .separator {
    padding: 0 !important
}

#content > .innerLR > .btn-group, #content > .innerLR > .btn {
    margin-top: 24px
}

.layout-app .row-app > div[class*="col-"] {
    padding: 0
}

.layout-app .col-separator > .widget, .layout-app .col-separator > .widget-body, .layout-app .col-separator > .widget-stats, .layout-app .col-separator > .list-group {
    margin: 0 !important;
    border: none !important
}

.layout-app .reset-components .widget, .layout-app .reset-components .widget-body, .layout-app .reset-components .widget-stats, .layout-app .reset-components .list-group {
    margin: 0 !important;
    border: none !important
}

.layout-app .col-separator {
    position: relative;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto
}

.container-fluid {
    background: #f6f6f6;
}

.menu-right-visible #footer, .menu-right-visible .menu-hidden #footer, .menu-right-visible .menu-right-hidden #footer {
    right: 70px !important
}

.menu-right-visible #content, .menu-right-visible .menu-hidden #content, .menu-right-visible .menu-right-hidden #content {
    margin-right: 70px !important
}

.innerLR {
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.innerlr {
    padding-left: 5px;
    padding-right: 5px;
    position: relative
}

.innerTB {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative
}

.innertb {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative
}

.innerAll {
    padding: 10px;
    position: relative
}

.innerall {
    padding: 5px;
    position: relative
}

.innerL {
    padding-left: 10px;
    position: relative
}

.innerl {
    padding-left: 5px;
    position: relative
}

.innerR {
    padding-right: 10px;
    position: relative
}

.innerr {
    padding-right: 5px;
    position: relative
}

.innerT {
    padding-top: 10px;
    position: relative
}

.innert {
    padding-top: 5px;
    position: relative
}

.innerB {
    padding-bottom: 10px !important;
    position: relative
}

.innerb {
    padding-bottom: 5px !important;
    position: relative
}

.container-fluid {
    padding-left: 0;
    padding-right: 0
}

.center {
    text-align: center !important
}

.margin-none {
    margin: 0 !important
}

.margin-top-none {
    margin-top: 0 !important
}

.margin-bottom-none {
    margin-bottom: 0 !important
}

.margin-left-none {
    margin-left: 0 !important
}

.margin-right-none {
    margin-right: 0 !important
}

.padding-none {
    padding: 0 !important
}

.padding-top-none {
    padding-top: 0 !important
}

.padding-bottom-none {
    padding-bottom: 0 !important
}

.padding-left-none {
    padding-left: 0 !important
}

.padding-right-none {
    padding-right: 0 !important
}

.padding-none-TB {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.padding-none-LR {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.border-none {
    border: none !important
}

.border-top-none {
    border-top: none !important
}

.border-bottom-none {
    border-bottom: none !important
}

.border-left-none {
    border-left: none !important
}

.border-right-none {
    border-right: none !important
}

.bg-mustard {
    background: #d4d171 !important;
    color: #fff
}

.bg-purple {
    background: #9d8ac7 !important;
    color: #fff
}

.bg-lightred {
    background: #e15258 !important;
    color: #fff
}

.margin-bottom-phone {
    margin-bottom: 10px !important
}

.img-responsive {
    width: 100%
}

.dropdown-menu li a:hover {
    color: #797979;
    background-color: #f7f7f7
}

.dropdown-menu li a:hover.glyphicons i:before {
    color: #cfcfcf
}

.dropdown-menu li.active > a, .dropdown-menu li.active > a:hover {
    background-color: rgba(37, 173, 159, 0.2);
    color: #135952
}

.dropdown-menu li.active > a.glyphicons > i:before, .dropdown-menu li.active > a:hover.glyphicons > i:before {
    color: #febb08;
    font-size: 15px;
    top: 8px;
    left: 13px
}

.dropdown-menu-light .dropdown-menu, .dropdown-menu.dropdown-menu-light {
    border: 1px solid #efefef
}

.dropdown-menu-light .dropdown-menu li.active a, .dropdown-menu.dropdown-menu-light li.active a {
    background: #fafafa
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown.dropdown-icons a.dropdown-toggle:hover {
    text-decoration: none;
    background: none;
    color: #424242
}

.dropdown.dropdown-icons .dropdown-menu li a:hover {
    background: none;
    color: #424242
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #dedede;
    margin-top: 5px;
    margin-right: -5px
}

.dropdown-submenu:hover > a:after {
    border-left-color: #4b4b4b
}

.dropdown-submenu.active > a:after {
    border-left-color: #fff
}

.dropdown-submenu.active:hover > a:after {
    border-left-color: #fff
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

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

.navbar {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border: none;
    border-bottom: 2px solid #e0e0e0
}

.navbar.navbar-default, .navbar.top-nav.navbar_default {
    background: #fff
}

#home-page .navbar.top-nav.navbar-default ul.nav > li:last-child,
.support-page .navbar.top-nav.navbar-default ul.nav > li:last-child,
.my-details .navbar.top-nav.navbar-default ul.nav > li:last-child {
    padding-left: 10px;
}

.navbar.top-nav.navbar-default ul.nav > li > a {
    font-size: 16px;
    color: #424242;
    text-decoration: none;
    transition: color 0.3s ease 0s;
}

.navbar.top-nav.navbar-default ul.nav > li > a:hover {
    color: #76b047;
}

.navbar.top-nav.navbar-default ul.nav > li.open > a {
    background: rgba(37, 173, 159, 0.1)
}

.navbar.top-nav.navbar-inverse ul.nav > li > a {
    font-size: 16px;
    color: #fff
}

.navbar.top-nav .btn {
    font-weight: normal
}

.navbar.top-nav .navbar-brand {
    line-height: 56px;
    padding: 0;
    margin-left: 0
}

.navbar.top-nav .dropdown-menu li a:hover {
    background-color: #f7f7f7;
    color: #797979
}

.navbar.top-nav .dropdown-menu li a:hover.glyphicons i:before {
    color: #cfcfcf
}

.navbar .input-group .form-control:hover, .navbar .input-group .form-control:active, .navbar .input-group .form-control:focus {
    background-color: #f7f7f7
}

.navbar .badge.badge-primary, .navbar img {
    border: none
}

.navbar .user-action.user-action-btn-navbar .btn-navbar:hover, .navbar .user-action.user-action-btn-navbar .btn-navbar:active, .navbar .user-action.user-action-btn-navbar .btn-navbar:focus {
    background: none
}

.navbar .user-action.user-action-btn-navbar:hover {
    background: #efefef
}

.navbar .user-action.user-action-btn-navbar:hover i {
    color: #febb08
}

.navbar.main .dropdown a.dropdown-toggle:hover {
    text-decoration: none;
    background: none;
    color: #424242
}

.navbar.main .dropdown a.dropdown-toggle:active, .navbar.main .dropdown a.dropdown-toggle:focus {
    color: #febb08;
    text-decoration: none;
    background: none
}

.navbar.main .dropdown a.dropdown-toggle:active .caret, .navbar.main .dropdown a.dropdown-toggle:focus .caret {
    border-top: 4px solid #424242
}

.navbar.main .dropdown.dropdown-light > .dropdown-menu {
    top: 56px;
    background: #fff;
    margin: -1px 0 0;
    border-color: #dedede
}

.navbar.main .dropdown.dropdown-light > .dropdown-menu.pull-left {
    left: -1px
}

.navbar.main .dropdown.dropdown-light > .dropdown-menu > li.active > a {
    background: #febb08;
    color: #fff;
    font-weight: 600
}

.navbar.main .dropdown.dropdown-light > .dropdown-menu > li.active > a i:before {
    color: #fff
}

.navbar.main .dropdown.dropdown-light > .dropdown-menu > li.active > a:hover, .navbar.main .dropdown.dropdown-light > .dropdown-menu > li.active > a:focus {
    color: #fff !important;
    background: #febb08
}

.navbar.main .dropdown.dropdown-light > .dropdown-menu li > a:hover {
    font-weight: 600
}

.navbar.main .dropdown.dropdown-light > .dropdown-menu .dropdown {
    padding: 0;
    display: block
}

.navbar.main .dropdown.dropdown-light > .dropdown-menu .dropdown > .dropdown-menu {
    top: 0
}

.navbar.main .dropdown.username .dropdown-menu.pull-left:after, .navbar.main .dropdown.dropdown-regular .dropdown-menu.pull-left:after {
    left: -3px;
    right: auto
}

.navbar.main .dropdown.username.username .dropdown-toggle, .navbar.main .dropdown.dropdown-regular.username .dropdown-toggle {
    font-size: 16px
}

.navbar.main .dropdown.username.username .dropdown-menu, .navbar.main .dropdown.dropdown-regular.username .dropdown-menu {
    top: 42px
}

.navbar.main .dropdown.username .dropdown-menu, .navbar.main .dropdown.dropdown-regular .dropdown-menu {
    top: 0;
    left: -12px;
    background: #fff;
    border: none;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1)
}

.navbar.main .dropdown.username .dropdown-menu li, .navbar.main .dropdown.dropdown-regular .dropdown-menu li {
    text-align: left;
    border-bottom: 1px solid #efefef
}

.navbar.main .dropdown.username .dropdown-menu li a, .navbar.main .dropdown.dropdown-regular .dropdown-menu li a {
    color: #febb08;
    font-weight: 500;
    padding: 5px 8px
}

.navbar.main .dropdown.username .dropdown-menu li a i, .navbar.main .dropdown.dropdown-regular .dropdown-menu li a i {
    position: relative;
    right: 0;
    color: #e2e2e2;
    font-size: 15px;
    top: 8px
}

.navbar.main .dropdown.username .dropdown-menu li a:hover, .navbar.main .dropdown.dropdown-regular .dropdown-menu li a:hover {
    background-color: #f7f7f7;
    color: #797979
}

.navbar.main .dropdown.username .dropdown-menu li a:hover.glyphicons i:before, .navbar.main .dropdown.dropdown-regular .dropdown-menu li a:hover.glyphicons i:before {
    color: #cfcfcf
}

.navbar.main .dropdown.username .dropdown-menu li.active a, .navbar.main .dropdown.dropdown-regular .dropdown-menu li.active a {
    background: #fff;
    color: #424242
}

.navbar.main .dropdown.notif a.dropdown-toggle:focus, .navbar.main .dropdown.notif a.dropdown-toggle:hover, .navbar.main .dropdown.notif a.dropdown-toggle:active {
    text-decoration: none
}

.navbar.main .dropdown.notif .dropdown-menu.chat li.media:hover {
    background: #f7f7f7
}

.navbar.main .dropdown.notif .dropdown-menu .btn.btn-primary:hover {
    background-color: #21988c
}

.navbar .notifications > li {
    float: left;
    height: 54px;
    text-align: center;
    padding: 0;
    border: 1px solid #fff
}

.navbar .notifications > li:hover, .navbar .notifications > li.open {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    background: #f7f7f7
}

.navbar .notifications > li:hover:first-of-type, .navbar .notifications > li.open:first-of-type {
    border-left: none;
    padding-left: 1px
}

.navbar .notifications > li:hover:last-of-type, .navbar .notifications > li.open:last-of-type {
    border-right: none;
    padding-right: 1px
}

.navbar .notifications > li:hover a .notif-block, .navbar .notifications > li.open a .notif-block {
    color: #cbcbcb
}

.navbar .notifications > li > a {
    height: 56px
}

.navbar .notifications > li a {
    display: block;
    padding: 3px 20px
}

.navbar .notifications > li a .notif-block {
    font-size: 1.5em;
    margin: 3px 0 2px 0;
    padding: 10px 0;
    display: block;
    color: #ccc
}

.navbar .notifications > li a span.fa {
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 8px;
    display: block;
    color: #bd362f
}

.navbar .notifications > li a span.fa.success {
    color: #febb08
}

.navbar .notifications > li a span.fa.primary {
    color: #febb08
}

.navbar .notifications > li a span.fa.info {
    color: #4193d0
}

.app .navbar.main {
    top: 0
}


.navbar.top-nav.navbar-primary .navbar-brand:hover, .navbar.top-nav.navbar-primary .navbar-brand:focus {
    color: #135952;
    background-color: #febb08
}

.navbar.top-nav.navbar-primary .navbar-nav > li > a {
    color: #fff
}

.navbar.top-nav.navbar-primary .navbar-nav > li > a:hover, .navbar.top-nav.navbar-primary .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #1c8378
}

.navbar.top-nav.navbar-primary .navbar-nav > .active > a, .navbar.top-nav.navbar-primary .navbar-nav > .active > a:hover, .navbar.top-nav.navbar-primary .navbar-nav > .active > a:focus {
    color: #86e5db;
    background-color: daken(#febb08, 10%)
}

.navbar.top-nav.navbar-primary .navbar-nav > .disabled > a, .navbar.top-nav.navbar-primary .navbar-nav > .disabled > a:hover, .navbar.top-nav.navbar-primary .navbar-nav > .disabled > a:focus {
    color: #86e5db;
    background-color: daken(#febb08, 10%)
}

.navbar.top-nav.navbar-primary .navbar-toggle:hover, .navbar.top-nav.navbar-primary .navbar-toggle:focus {
    background-color: daken(#febb08, 20%)
}

.navbar.top-nav.navbar-primary .navbar-collapse, .navbar.top-nav.navbar-primary .navbar-form {
    border-color: daken(#febb08, 10%)
}

.navbar.top-nav.navbar-primary .navbar-nav > .open > a, .navbar.top-nav.navbar-primary .navbar-nav > .open > a:hover, .navbar.top-nav.navbar-primary .navbar-nav > .open > a:focus {
    background-color: daken(#febb08, 10%);
    color: #fff
}

.navbar.top-nav.navbar-primary .navbar-link:hover {
    color: #daf7f4
}

.navbar.top-nav.navbar-primary .btn.btn-primary:hover {
    border-color: #29c2b2
}

html.csstransitions.csstransforms3d [data-toggle="gridalicious"] .widget-pinterest {
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    transition: all 100ms ease
}

html.csstransitions.csstransforms3d [data-toggle="gridalicious"] .widget-pinterest .widget-body .thumb {
    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    transition: all 2000ms ease
}

html.csstransitions.csstransforms3d [data-toggle="gridalicious"] .widget-pinterest .widget-body .description {
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    transition: all 1000ms ease
}

html.csstransitions.csstransforms3d [data-toggle="gridalicious"] .widget-pinterest:hover {
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 1000;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

html.csstransitions.csstransforms3d [data-toggle="gridalicious"] .widget-pinterest:hover .thumb {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.breadcrumb {
    height: 38px;
    line-height: 39px;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: #f9f9f9;
    color: #ababab;
    font-size: 12px;
    position: relative;
    overflow: hidden
}

.breadcrumb > li + li:before {
    display: none
}

.breadcrumb li a:hover {
    color: #4193d0;
    cursor: pointer
}

input[type="text"]:focus, input[type="text"]:active, input[type="text"]:hover,
input[type="email"]:focus, input[type="email"]:active, input[type="email"]:hover,
input[type="password"]:focus, input[type="password"]:active, input[type="password"]:hover {
    background-color: #fff
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #efefef;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-size: 13px;
    border-color: #efefef
}

.uniformjs .radio .disabled input[type="radio"], .uniformjs .checkbox .disabled input[type="checkbox"] {
    margin-left: 0
}

.uniformjs .radio, .uniformjs .checkbox {
    padding-left: 0
}

.uniformjs .radio {
    height: auto
}

.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
    margin-left: 3px
}

label, input, button, select, textarea {
    font-size: 13px
}

input[type=text], input[type=password], select, textarea, input[type=email] {
    border-color: #efefef
}

.input-prepend .add-on, .input-append .add-on {
    background: #fff;
    border-color: #efefef
}

.input-prepend .add-on i:before, .input-append .add-on i:before {
    color: #d0d1d1
}

.input-prepend .add-on icon, .input-append .add-on icon {
    margin-top: 0
}

.input-prepend .add-on.glyphicons, .input-append .add-on.glyphicons {
    background: #fff
}

.input-prepend .add-on.glyphicons i:before, .input-append .add-on.glyphicons i:before {
    font-size: 14px;
    left: 7px;
    top: 7px;
    color: #d0d1d1
}

.input-append .add-on.glyphicons i:before {
    left: 6px
}

.input-group.comment .input-group-btn:last-child > .btn, .input-group.comment .input-group-btn:last-child > .btn-group {
    margin-left: 0
}

.form-control {
    height: auto;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC !important;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 13px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;

}

input.form-control {
    box-shadow: 0px 0px 6px 0 #CCCCCC inset !important;
}

.gallery ul li.col-md-2:nth-child(6n+7) {
    margin-left: 0
}

.gallery ul li.col-md-3:nth-child(4n+5) {
    margin-left: 0
}

.gallery ul li.col-md-4:nth-child(3n+4) {
    margin-left: 0
}

.gallery.gallery-masonry li[class*="col-md-"] {
    margin-left: 0
}

.thumbnails > li {
    margin-bottom: 10px
}

.thumbnails > li .thumbnail {
    border-color: #efefef;
    background: #fff;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.thumbnails > li .thumbnail .caption {
    color: #797979
}

.thumbnails > li a.thumbnail:hover, .thumbnails > li a.thumbnail:focus {
    border-color: #febb08;
    -webkit-box-shadow: 0 1px 4px rgba(37, 173, 159, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(37, 173, 159, 0.25);
    box-shadow: 0 1px 4px rgba(37, 173, 159, 0.25);
    text-decoration: none
}

.thumbnail {
    border-color: #efefef
}

a.thumbnail:hover, a.thumbnail:focus {
    border-color: #febb08;
    -webkit-box-shadow: 0 1px 4px rgba(37, 173, 159, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(37, 173, 159, 0.25);
    box-shadow: 0 1px 4px rgba(37, 173, 159, 0.25);
    text-decoration: none
}

.widget-tabs .widget-head li > a > .badge {
    padding: 2px 5px;
    margin-left: 3px
}

.lt-ie9 .heading-buttons h1.glyphicons, .lt-ie9 .heading-buttons h2.glyphicons, .lt-ie9 .heading-buttons h3.glyphicons, .lt-ie9 .heading-buttons h4.glyphicons, .lt-ie9 .heading-buttons h5.glyphicons, .lt-ie9 .heading-buttons h6.glyphicons {
    float: left
}

.lt-ie9 .navbar.main .topnav .dropdown > a .caret {
    vertical-align: middle;
    margin-top: 0;
    top: 0
}

.widget .widget-head > .glyphicons, .widget .widget-head ul .glyphicons {
    height: 30px;
    width: 30px;
    padding: 0
}

.widget .widget-head > .glyphicons i:before, .widget .widget-head ul .glyphicons i:before {
    width: 30px;
    height: 30px;
    line-height: 23px;
    text-align: center;
    font-size: 16px;
    color: #ccc
}

.widget .widget-head .dropdown-menu li > a:hover, .widget .widget-head .dropdown-menu li > a:focus, .widget .widget-head .dropdown-submenu:hover > a {
    background-color: #febb08;
    background-image: -moz-linear-gradient(top, #febb08, #d24343);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#febb08), to(#d24343));
    background-image: -webkit-linear-gradient(top, #febb08, #d24343);
    background-image: -o-linear-gradient(top, #febb08, #d24343);
    background-image: linear-gradient(to bottom, #febb08, #d24343);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda4c4c', endColorstr='#ffd24343', GradientType=0)
}

.widget .widget-body > pre:last-child, .widget .widget-body > p:last-child {
    margin: 0
}

.widget .widget-footer .glyphicons:hover i:before {
    color: rgba(0, 0, 0, 0.5)
}

.widget.widget-profile .widget-head a.pull-right:hover {
    color: #fff
}

.widget.widget-icon i, .widget.widget-icon span {
    color: #fff
}

.widget.widget-2:before, .widget.widget-2:after {
    display: none
}

.widget.widget-3:before, .widget.widget-3:after {
    display: none
}

.widget.widget-3 .widget-footer a:hover {
    color: #febb08
}

.widget.widget-3 .widget-footer a:hover i:before {
    color: #febb08
}

.widget.widget-heading-simple > .widget-head {
    border: none;
    background: none;
    background-image: none !important;
    filter: none !important;
    padding: 0 0 5px;
    height: 25px;
    line-height: 25px
}

.widget.widget-heading-simple > .widget-head .heading {
    padding: 0;
    height: 25px;
    line-height: 25px
}

.widget.widget-heading-simple > .widget-head .heading.glyphicons {
    padding: 0 0 0 25px
}

.widget.widget-heading-simple > .widget-head .heading.glyphicons i:before {
    text-align: left;
    width: 25px;
    height: 25px;
    line-height: 25px
}

.widget.widget-heading-simple > .widget-body {
    border: 1px solid #efefef
}

.widget.widget-body-simple > .widget-body {
    background: none;
    border: none;
    padding: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
}

.widget.widget-body-white > .widget-body {
    background: #fff
}

.widget.widget-body-gray > .widget-body {
    background: #f4f4f4
}

.widget.widget-body-primary > .widget-body {
    background: #febb08
}

.widget.widget-body-primary > .widget-body * {
    color: #fff;
    text-shadow: none
}

.widget.widget-body-inverse > .widget-body {
    background: #424242
}

.widget.widget-body-inverse > .widget-body *, .widget.widget-body-inverse > .widget-body i:before {
    color: #fff;
    text-shadow: none
}

.widget.widget-body-default > .widget-body {
    background: #e2e2e2
}

.widget.widget-body-default > .widget-body *, .widget.widget-body-default > .widget-body i:before {
    color: #fff;
    text-shadow: none
}

.widget.widget-body-multiple > .widget-body {
    margin-bottom: 5px
}

.widget.widget-body-multiple > .widget-body:last-of-type {
    margin-bottom: 0
}

.social-large a.active, .social-large a:hover {
    color: #fff;
    background: #febb08
}

.social-large a.active i:before, .social-large a:hover i:before {
    color: #fff
}

.social-large.social-large-2 a.active, .social-large.social-large-2 a:hover {
    color: #febb08
}

.social-large.social-large-2 a.active i:before, .social-large.social-large-2 a:hover i:before {
    color: #febb08
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none !important;
    filter: none !important;
    background: #febb08 !important
}

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    background-image: none !important;
    filter: none !important;
    background: #febb08 !important
}

.bootstrap-select .btn.btn-inverse, .bootstrap-select.btn-group.open .btn.btn-inverse, .bootstrap-select .btn.btn-inverse:focus, .bootstrap-select.btn-group.open .btn.btn-inverse:focus {
    color: #fff !important
}

.bootstrap-select .btn:focus {
    outline: none !important
}

.has-switch + .has-switch {
    margin-left: 10px
}

.has-switch label:hover, .has-switch label:focus, .has-switch label:active, .has-switch label.active, .has-switch label.disabled, .has-switch label[disabled] {
    background: #fff
}

.has-switch span.switch-primary:hover {
    background: #32d3c3
}

.has-switch span.switch-danger:hover {
    background: #d3534c
}

.has-switch span.switch-warning:hover {
    background: #be946b
}

.has-switch span.switch-success:hover {
    background: #a6ce85
}

.has-switch span.switch-inverse:hover {
    background: #5c5c5c
}

.has-switch span.switch-default:hover {
    background: #fff
}

.bootstrap-timepicker > [class*="icon-"] {
    vertical-align: text-top;
    margin: 0 0 0 -22.5px;
    pointer-events: none;
    position: relative;
    cursor: pointer
}

.checkbox-custom input[type=checkbox] {
    position: relative;
    left: -99999px
}

.radio-custom input[type=radio] {
    position: relative;
    left: -99999px
}

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background: #febb08
}

.ms-container .custom-header:not(.custom-footer) {
    border-bottom: none
}

.select2-container img.flag, .select2-drop {
    z-index: 99999
}

.select2-drop {
    border-color: #efefef;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.bwizard-steps a:hover {
    text-decoration: none
}

.bwizard-steps.clickable li:not (.active ) {
    cursor: pointer
}

.bwizard-steps.clickable li:hover:not (.active ) {
    background: #ccc
}

.bwizard-steps.clickable li:hover:not (.active ):after {
    border-left-color: #ccc
}

.bwizard-steps.clickable li:hover:not (.active ) a {
    color: #08c
}

.carousel.carousel-1 .item .row [class*="col-"]:last-of-type {
    padding: 0
}

.carousel.carousel-1 .carousel-inner {
    border: 1px solid #efefef
}

.carousel.carousel-1 .item {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.carousel.carousel-1 .item img {
    min-width: 100%
}

.carousel.carousel-1 .carousel-caption {
    background: rgba(244, 244, 244, 0.95);
    text-shadow: 0 1px 0 #fff
}

.sliderContainer select, .sliderContainer textarea, .sliderContainer input[type="text"], .sliderContainer input[type="password"], .sliderContainer input[type="datetime"], .sliderContainer input[type="datetime-local"], .sliderContainer input[type="date"], .sliderContainer input[type="month"], .sliderContainer input[type="time"], .sliderContainer input[type="week"], .sliderContainer input[type="number"], .sliderContainer input[type="email"], .sliderContainer input[type="url"], .sliderContainer input[type="search"], .sliderContainer input[type="tel"], .sliderContainer input[type="color"], .sliderContainer .uneditable-input {
    margin: 0;
    padding: 2px 4px
}

.sliderContainer .ui-rangeSlider-withArrows .ui-rangeSlider-container, .sliderContainer .ui-rangeSlider-noArrow .ui-rangeSlider-container, .sliderContainer .ui-rangeSlider-arrow, .sliderContainer .ui-rangeSlider-bar {
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0)
}

.sliderContainer .ui-rangeSlider-container, .sliderContainer .ui-rangeSlider-arrow, .sliderContainer .ui-rangeSlider-label {
    background: #f4f4f4;
    color: #797979;
    font-size: 13px
}

.sliderContainer .ui-rangeSlider-container {
    border-color: #efefef
}

.sliderContainer .ui-rangeSlider-arrow {
    border-color: #efefef
}

.sliderContainer .ui-rangeSlider-arrow {
    width: 20px
}

.widget-body-gray .sliderContainer .ui-rangeSlider-container, .widget-body-gray .sliderContainer .ui-rangeSlider-arrow, .widget-body-gray .sliderContainer .ui-rangeSlider-label {
    background: #cecece;
    color: #4d4d4d;
    font-weight: 600
}

.widget-body-gray .sliderContainer .ui-rangeSlider:not(.rangeslider-success) .ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner {
    border-left-color: #4d4d4d
}

.widget-body-gray .sliderContainer .ui-rangeSlider:not(.rangeslider-success) .ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner {
    border-right-color: #4d4d4d
}

.widget-body-gray .sliderContainer .ui-rangeSlider:not(.rangeslider-success) .ui-rangeSlider-bar {
    background: #4d4d4d
}

.table.table-invoice thead > tr > th, .table.table-invoice tbody > tr > th, .table.table-invoice tfoot > tr > th, .table.table-invoice thead > tr > td, .table.table-invoice tbody > tr > td, .table.table-invoice tfoot > tr > td {
    border-top: none
}

.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-top-color: #efefef;
    padding: 9px
}

.table > thead > tr > th {
    border-bottom: 1px solid #efefef
}

.table td.center, .table th.center {
    text-align: center
}

.table td.right, .table th.right {
    text-align: right
}

.table-condensed th, .table-condensed td {
    padding: 4px 10px
}

.table-borderless th, .table-borderless td {
    border: none
}

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
    background-color: #fff
}

.table-striped tbody tr:nth-child(even) td, .table-striped tbody tr:nth-child(even) th {
    background-color: #f7f7f7
}

.table-bordered th, .table-bordered td {
    border-color: #efefef
}

.table .progress:last-child, .table .alert:last-child {
    margin: 0
}

.table-vertical-center td, .table-vertical-center th {
    vertical-align: middle !important
}

.table-thead-simple.table-thead-border-none thead:first-child tr:first-child > th:last-child, .table-thead-simple.table-thead-border-none tbody:first-child tr:first-child > td:last-child, .table-thead-simple.table-thead-border-none tbody:first-child tr:first-child > th:last-child {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.table-primary tbody tr:nth-child(odd) td, .table-primary tbody tr:nth-child(odd) th {
    background: #fff
}

.table-primary tbody tr.selected td, .table-primary tbody tr.selectable:hover td {
    background: rgba(37, 173, 159, 0.1)
}

div.ColVis_collection button.ColVis_Button:hover {
    background: #febb08;
    border: none;
    border-bottom: 1px solid #efefef;
    color: #fff
}

.dataTables_wrapper [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.table-pricing th, .table-pricing td {
    padding: 10px
}

.table-pricing-3 > ul > li {
    list-style-type: none;
    background: #fff;
    padding: 0;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #efefef
}

.table-pricing-3 > ul > li > .innerAll {
    padding: 40px 30px
}

.table-pricing-3 > ul > li .body {
    width: 140px;
    height: 140px;
    margin: 25px auto;
    border: 4px solid #efefef;
    border-radius: 100%;
    display: table
}

.table-pricing-3 > ul > li .body .price {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell;
    line-height: 20px;
    color: #7c7c7c
}

.table-pricing-3 > ul > li .body .price .figure {
    display: block
}

.table-pricing-3 > ul > li .body .price .term {
    font-size: 11px;
    font-weight: normal
}

.table-pricing-3 > ul > li .features {
    padding: 10px 0
}

.table-pricing-3 > ul > li .features ul {
    padding: 0
}

.table-pricing-3 > ul > li .features ul li {
    list-style-type: none
}

.table-pricing-3 > ul > li .footer {
    padding: 10px 0
}

.table-pricing-3 > ul > li.active {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 1;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1)
}

.table-pricing-3 > ul > li.active .body {
    border-color: #8ee7de;
    background-color: #febb08
}

.table-pricing-3 > ul > li.active .body .price {
    color: #fff
}

.alert.alert-success .close, .alert.alert-success h4 {
    color: #fff
}

.btn {
    text-shadow: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    font-weight: bold
}

.btn-group .btn + .btn:not(.btn-block) {
    margin-left: -1px
}

.btn-default {
    color: #444;
    border-color: #e7e7e7;
    background: #DDDCDC;
}

.btn-default-transparent {
    background: rgba(66, 66, 66, 0.5);
    color: #FFFFFF;
    border-color: rgba(66, 66, 66, 0.8);
}

.btn-default i {
    color: #febb08
}

.btn-group.open .btn-default.dropdown-toggle, .btn-default.disabled, .btn-default[disabled], .btn-default:hover, .btn-default:focus {
    background: #fafafa;
    border-color: #cecece
}

.btn-default:active, .btn-default.active {
    background: #febb08;
    color: #fff;
    text-shadow: none;
    border-color: #febb08
}

.btn-default:active i, .btn-default.active i {
    color: #fff
}

.btn-group.open .btn-warning.dropdown-toggle, .btn-warning.disabled, .btn-warning[disabled], .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    background: none;
    color: #ab7a4b
}

.btn-warning.btn-stroke:hover, .btn-warning.btn-stroke:focus, .btn-warning.btn-stroke:active, .btn-warning.btn-stroke.active {
    background: #ab7a4b;
    color: #fff
}

.btn-group.open .btn-info.dropdown-toggle, .btn-info.disabled, .btn-info[disabled], .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    background: #3084c2;
    border-color: #3084c2
}

.btn-info.btn-stroke:hover, .btn-info.btn-stroke:focus, .btn-info.btn-stroke:active, .btn-info.btn-stroke.active {
    background: #4193d0;
    color: #fff
}

.btn-group.open .btn-danger.dropdown-toggle, .btn-danger.disabled, .btn-danger[disabled], .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    background: #a42f29;
    border-color: #a42f29
}

.btn-danger.btn-stroke:hover, .btn-danger.btn-stroke:focus, .btn-danger.btn-stroke:active, .btn-danger.btn-stroke.active {
    background: #bd362f;
    color: #fff
}

.btn-group.open .btn-primary.dropdown-toggle, .btn-primary.disabled, .btn-primary[disabled], .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background: #209488;
    border-color: #209488
}

.btn-primary.btn-stroke:hover, .btn-primary.btn-stroke:focus, .btn-primary.btn-stroke:active, .btn-primary.btn-stroke.active {
    background: #febb08;
    color: #fff
}

.btn-group.open .btn-inverse.dropdown-toggle, .btn-inverse.disabled, .btn-inverse[disabled], .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active {
    background: #333;
    color: #fff;
    border-color: #333
}

.btn-inverse.btn-stroke:hover, .btn-inverse.btn-stroke:focus, .btn-inverse.btn-stroke:active, .btn-inverse.btn-stroke.active {
    background: #424242;
    color: #fff
}

.btn-success {
    background: #febb08;
    border-color: #febb08;
    color: #fff;
}

.btn-group.open .btn-success.dropdown-toggle, .btn-success.disabled, .btn-success[disabled], .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe5129+0,febb08+100 */
    background: rgb(254, 81, 41); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(254, 81, 41, 1) 0%, rgba(254, 187, 8, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(254, 81, 41, 1) 0%, rgba(254, 187, 8, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(254, 81, 41, 1) 0%, rgba(254, 187, 8, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe5129', endColorstr='#febb08', GradientType=1); /* IE6-9 */
    border-color: #febb08;
    color: #fff;
}

.btn-success.btn-stroke:hover, .btn-success.btn-stroke:focus, .btn-success.btn-stroke:active, .btn-success.btn-stroke.active {
    background: #ffc62e;
    color: #fff !important;
}

.btn-group .btn-primary:not(.dropdown-toggle), .btn-group .btn-primary:not('[data-toggle*=""]') {
    margin-right: 2px
}

.glyphicons.standard, .glyphicons-social.standard {
    width: 24px;
    height: 24px;
    padding: 0
}

.glyphicons.standard i, .glyphicons-social.standard i {
    display: block;
    height: 24px
}

.glyphicons.standard i:before, .glyphicons-social.standard i:before {
    color: #64625f;
    position: relative;
    top: auto;
    left: auto
}

.glyphicons.standard:not(.disabled):hover i:before, .glyphicons-social.standard:not(.disabled):hover i:before {
    color: #797979
}

.glyphicons.standard.btn, .glyphicons-social.standard.btn {
    padding: 4px
}

.glyphicons.standard.btn.btn-small, .glyphicons-social.standard.btn.btn-small {
    padding: 2px 5px;
    width: auto;
    height: auto
}

.glyphicons.standard.btn.btn-small i:before, .glyphicons-social.standard.btn.btn-small i:before {
    top: auto;
    line-height: 22px
}

.glyphicons.btn-action, .glyphicons-social.btn-action {
    width: 25px;
    height: 25px;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle
}

.glyphicons.btn-action i:before, .glyphicons-social.btn-action i:before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    text-shadow: 0 1px 0 #fff;
    color: #fff
}

.glyphicons.btn-action.btn-default i:before, .glyphicons-social.btn-action.btn-default i:before {
    color: #7c7c7c
}

.glyphicons.btn-action.single, .glyphicons-social.btn-action.single {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    margin-right: 10px
}

.glyphicons.btn-icon, .glyphicons-social.btn-icon {
    text-align: left;
    padding: 5px 7px 5px 40px
}

.glyphicons.btn-icon i, .glyphicons-social.btn-icon i {
    float: left
}

.glyphicons.btn-icon i:before, .glyphicons-social.btn-icon i:before {
    font-size: 15px;
    top: 0;
    left: 0;
    width: 33px;
    height: 23px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    vertical-align: middle;
    padding: 7px 0 0;
    text-align: center
}

.glyphicons.btn-icon.right, .glyphicons-social.btn-icon.right {
    text-align: left;
    padding: 5px 0 5px 7px
}

.glyphicons.btn-icon.right i:before, .glyphicons-social.btn-icon.right i:before {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    right: 0;
    left: auto;
    text-align: center
}

.glyphicons.btn-large, .glyphicons-social.btn-large {
    padding: 10px 10px 10px 40px;
    font-weight: 700
}

.glyphicons.btn-large i:before, .glyphicons-social.btn-large i:before {
    top: 12px;
    left: 12px;
    font-size: 17px
}

.glyphicons.btn-large.btn-icon i:before, .glyphicons-social.btn-large.btn-icon i:before {
    top: 0;
    left: 0;
    height: 28px;
    padding: 12px 0 0
}

.glyphicons.btn-small, .glyphicons-social.btn-small {
    padding: 2px 10px 2px 35px
}

.glyphicons.btn-small i:before, .glyphicons-social.btn-small i:before {
    padding: 5px 0 0;
    width: 28px;
    height: 19px;
    font-size: 14px
}

.glyphicons.btn-mini, .glyphicons-social.btn-mini {
    padding: 1px 6px 1px 33px
}

.glyphicons.btn-mini i:before, .glyphicons-social.btn-mini i:before {
    padding: 5px 0 0;
    width: 26px;
    height: 17px;
    font-size: 13px
}

.glyphicons.orange i:before, .glyphicons-social.orange i:before {
    color: #edb459
}

.glyphicons.btn-default i:before, .glyphicons-social.btn-default i:before {
    color: #9e9e9e;
    text-shadow: none
}

.glyphicons.single, .glyphicons-social.single {
    color: #febb08;
    padding: 0 0 0 20px
}

.glyphicons.single i:before, .glyphicons-social.single i:before {
    font-size: 13px;
    top: 4px;
    color: #febb08
}

.glyphicons.single + .single, .glyphicons-social.single + .single {
    margin-left: 8px
}

.glyphicons.single.regular, .glyphicons-social.single.regular {
    color: #797979
}

.glyphicons.single.regular i:before, .glyphicons-social.single.regular i:before {
    color: #797979
}

.glyphicons.primary i:before, .glyphicons-social.primary i:before {
    color: #febb08
}

.glyphicons.text-error, .glyphicons-social.text-error {
    color: #febb08
}

.glyphicons.text-error i:before, .glyphicons-social.text-error i:before {
    color: #febb08
}

.glyphicons.text-info, .glyphicons-social.text-info {
    color: #5d92b3
}

.glyphicons.text-info i:before, .glyphicons-social.text-info i:before {
    color: #5d92b3
}

.glyphicons.text-success, .glyphicons-social.text-success {
    color: #719d46
}

.glyphicons.text-success i:before, .glyphicons-social.text-success i:before {
    color: #719d46
}

.pager li > a, .pager li > span {
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px
}

.pagination > li > a:hover, .pagination > li.primary > a {
    background: #febb08;
    color: #fff;
    font-weight: 700
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    border-color: #efefef;
    background: #febb08;
    color: #fff;
    font-weight: 700
}

.pagination > li > a, .pagination > li > span {
    border-color: #efefef;
    background: #fff;
    color: #7c7c7c
}

.pagination > .primary.disabled > a, .pagination > .disabled > a, .pagination > .disabled > span {
    border-color: #efefef;
    background: #fff;
    color: #ddd;
    font-weight: 700;
    text-shadow: none;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0)
}

.pagination > .disabled > a:hover {
    border-color: #efefef;
    background: #fff;
    color: #ddd;
    text-shadow: none;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0)
}

.ribbon-wrapper .ribbon:before, .ribbon-wrapper .ribbon:after {
    content: "";
    border-top: 2px solid #797979;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    position: absolute;
    bottom: -2px
}

.ribbon-wrapper .ribbon:before {
    left: 0;
    bottom: -1px
}

.ribbon-wrapper .ribbon:after {
    right: 0
}

.ribbon-wrapper .ribbon.default:before, .ribbon-wrapper .ribbon.default:after {
    border-top: 2px solid #ccc
}

.list-group > li {
    border-color: #efefef
}

.list-group-1 > li {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 0
}

.list-group-1 > li a {
    font-size: 14px;
    font-weight: bold;
    color: #373737;
    display: block;
    padding: 10px 15px
}

.list-group-1 > li a [class*="fa-"] {
    color: #e4e4e4;
    font-size: 18px;
    width: 25px
}

.list-group-1 > li a [class*="icon-"] {
    width: 25px;
    font-size: 16px;
    color: #e4e4e4;
    display: inline-block
}

.list-group-1 > li.active, .list-group-1 > li.active:hover {
    background: #febb08;
    border: none
}

.list-group-1 > li.active, .list-group-1 > li.active:hover, .list-group-1 > li.active > *, .list-group-1 > li.active:hover > *, .list-group-1 > li.active [class*="fa-"], .list-group-1 > li.active:hover [class*="fa-"], .list-group-1 > li.active [class*="icon-"], .list-group-1 > li.active:hover [class*="icon-"], .list-group-1 > li.active p, .list-group-1 > li.active:hover p, .list-group-1 > li.active p *, .list-group-1 > li.active:hover p *, .list-group-1 > li.active .media-heading, .list-group-1 > li.active:hover .media-heading, .list-group-1 > li.active .text-faded, .list-group-1 > li.active:hover .text-faded {
    color: #fff !important
}

.list-group-1 > li:hover {
    background: rgba(239, 239, 239, 0.3)
}

.list-group-1 > li:hover > a > [class*="fa-"], .list-group-1 > li:hover > a > [class*="icon-"] {
    color: #febb08
}

.list-group-1 .list-group-1 > li {
    border-color: #4fd9cb;
    background: none
}

.list-group-1 .list-group-1 > li > a {
    color: #1c8378
}

.list-group-1 .list-group-1 > li.active, .list-group-1 .list-group-1 > li.active:hover {
    background: #5cdccf;
    border: none
}

.list-group-1 .list-group-1 > li.active > a, .list-group-1 .list-group-1 > li.active:hover > a {
    color: #186e65
}

.list-group-1 .list-group-1 > li.active > a > [class*="fa-"], .list-group-1 .list-group-1 > li.active:hover > a > [class*="fa-"], .list-group-1 .list-group-1 > li.active > a > [class*="icon-"], .list-group-1 .list-group-1 > li.active:hover > a > [class*="icon-"] {
    color: #febb08
}

.list-group-1 .list-group-1 > li:hover {
    background: #79e2d8
}

.list-group-1.borders-none > li {
    border-left: none;
    border-right: none
}

[data-toggle="gridalicious"] .widget-pinterest {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    margin: 1px
}

[data-toggle="gridalicious"] .widget-pinterest .widget-body {
    position: relative;
    overflow: hidden
}

[data-toggle="gridalicious"] .widget-pinterest .widget-body .thumb img {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

[data-toggle="gridalicious"] .widget-pinterest .widget-body .description {
    background: #fff;
    position: absolute;
    opacity: 0;
    bottom: 0
}

[data-toggle="gridalicious"] .widget-pinterest:hover .widget-body .description {
    opacity: 1
}

[data-toggle="gridalicious"] .widget-pinterest.active .description {
    opacity: 1
}

.fc-event, .fc-event:hover {
    padding: 2px 5px;
    background: #febb08;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    font-size: .85em;
    height: 24px;
    line-height: 20px;
    cursor: pointer;
    border: none
}

.fc-event-time, .fc-event-title {
    padding: 0 5px
}

#flotTip {
    background: #f9f9f9;
    border: 1px solid #efefef;
    padding: 5px 10px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    font-weight: bold
}

.yAxis .tickLabel:first-child, .yAxis .tickLabel:last-child {
    display: none
}

.legend table tr td.legendColorBox > div {
    border: none !important
}

.legend table tr td.legendColorBox > div > div {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

#news-featured-3.owl-theme .owl-controls .owl-page span {
    background: #4193d0;
    width: 15px;
    height: 15px;
    border: 1px solid #fff
}

#news-featured-3.owl-theme .owl-controls {
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0
}


.email .email-item-list .list-group-item:hover {
    color: #797979
}


.widget-employees [class*="col"].listWrapper {
    height: 100%;
    min-height: 410px;
    position: relative;
    overflow: hidden
}

.widget-employees [class*="col"].listWrapper .results {
    display: block;
    background: rgba(37, 173, 159, 0.15);
    border: 1px solid rgba(37, 173, 159, 0.2);
    border-left: none;
    border-right: none;
    color: #febb08;
    padding: 0 10px;
    height: 20px;
    font-weight: 700;
    font-size: 12px;
    text-align: center
}

.widget-employees [class*="col"].listWrapper ul.list {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 125px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto
}

.widget-employees [class*="col"].listWrapper ul.list li {
    position: relative;
    border-bottom: 1px solid #efefef;
    cursor: pointer
}

.widget-employees [class*="col"].listWrapper ul.list li:nth-child(odd) {
    background: #fafafa
}

.widget-employees [class*="col"].listWrapper ul.list li.active, .widget-employees [class*="col"].listWrapper ul.list li:hover {
    background: #f2f2f2
}

.widget-employees [class*="col"].listWrapper ul.list li .thumb {
    padding: 0;
    border-color: #9a9a9a
}

.widget-employees [class*="col"].listWrapper ul.list li .strong, .widget-employees [class*="col"].listWrapper ul.list li .muted {
    line-height: 15px;
    display: block
}

.widget-employees [class*="col"].listWrapper ul.list li .muted {
    margin-bottom: 3px
}

.widget-employees [class*="col"].listWrapper ul.list li i {
    color: #c8c8c8
}

.widget-employees [class*="col"].listWrapper ul.list li:after {
    display: block;
    content: "";
    border: 5px solid transparent;
    border-left-color: #c8c8c8;
    position: absolute;
    bottom: 10px;
    right: 0
}

.mark .caret-default {
    border-left: 20px solid #424242;
    border-right: 20px solid #424242;
    border-bottom: 30px solid #424242
}

.jvectormap-zoomin, .jvectormap-zoomout {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #febb08
}


#metrics table tr:hover td {
    background: #fafafa
}

#metrics table td.legendColorBox > div {
    width: 14px;
    margin: 0 auto
}

.widget-no-background {
    background: none;
    border: 0px solid #efefef;
    margin: 0 auto 10px;
    position: relative;
}

.widget-messages input[type=text], .widget-messages input[type=password], .widget-messages select, .widget-messages textarea {
    border-color: #efefef
}

.widget-messages .widget-search input[type=text], .widget-messages .widget-search input[type=password] {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    height: 24px !important;
    line-height: 24px !important;
    padding: 0 5px !important
}

.widget-messages .row.row-merge > [class*="col"] ~ [class*="col"]:after {
    width: 1px !important
}

.widget-messages [class*="col"].listWrapper {
    height: 100%;
    min-height: 500px;
    position: relative;
    overflow: hidden
}

.widget-messages [class*="col"].listWrapper .results {
    display: block;
    background: rgba(37, 173, 159, 0.15);
    border: 1px solid rgba(37, 173, 159, 0.2);
    border-left: none;
    border-right: none;
    color: #febb08;
    padding: 0 10px;
    height: 23px;
    line-height: 21px;
    font-weight: 400;
    font-size: 11px;
    text-align: center
}

.widget-messages [class*="col"].listWrapper ul.list {
    margin: 0;
    position: absolute;
    top: 83px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.widget-messages [class*="col"].listWrapper ul.list li {
    position: relative;
    border-bottom: 1px solid #efefef;
    cursor: pointer
}

.widget-messages [class*="col"].listWrapper ul.list li:nth-child(odd) {
    background: #fafafa
}

.widget-messages [class*="col"].listWrapper ul.list li .thumb {
    padding: 0;
    border-color: #fff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1)
}

.widget-messages [class*="col"].listWrapper ul.list li .thumb img {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px
}

.widget-messages [class*="col"].listWrapper ul.list li .strong {
    line-height: 15px;
    display: block
}

.widget-messages [class*="col"].listWrapper ul.list li i {
    color: #c8c8c8
}

.widget-messages [class*="col"].listWrapper ul.list li:after {
    display: block;
    content: "";
    border: 5px solid transparent;
    border-left-color: #c8c8c8;
    position: absolute;
    bottom: 10px;
    right: 0
}

.widget-messages [class*="col"].listWrapper ul.list li.active, .widget-messages [class*="col"].listWrapper ul.list li:hover {
    background: #f2f2f2
}

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

.notyfy_wrapper.notyfy_primary, .notyfy_wrapper.notyfy_primary * {
    color: #fff
}

.notyfy_wrapper.notyfy_dark, .notyfy_wrapper.notyfy_dark * {
    color: #fff
}

.filter-bar {
    background: #f4f4f4;
    margin: 0 auto 10px;
    border: 1px solid #efefef;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    padding: 5px 10px;
    line-height: 30px
}

#guided-tour #close-tour:hover {
    background: rgba(255, 255, 255, 0.9)
}

#guided-tour:hover {
    width: 100px;
    padding: 10px 40px 10px 10px
}

#guided-tour:hover .hide {
    padding: 0 5px 0 0;
    opacity: 1;
    height: auto
}

#guided-tour:hover #close-tour {
    display: block
}

#tlyPageGuideWrapper #tlyPageGuide li:hover {
    background: rgba(0, 0, 0, 0.9)
}

#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_right:after, #tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_left:after, #tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_top:after {
    border-top-color: rgba(0, 0, 0, 0.3)
}

#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_right:hover, #tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_left:hover, #tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_top:hover {
    margin: 0
}

#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_right:hover:after, #tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_left:hover:after, #tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_top:hover:after {
    border-top-color: rgba(0, 0, 0, 0.9)
}

#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_bottom:hover {
    margin: 0
}

#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_bottom:hover:after {
    border-bottom-color: rgba(0, 0, 0, 0.9)
}

#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide-active.tlypageguide_right:after, #tlyPageGuideWrapper #tlyPageGuide li.tlypageguide-active.tlypageguide_left:after, #tlyPageGuideWrapper #tlyPageGuide li.tlypageguide-active.tlypageguide_top:after {
    border-top-color: #febb08
}

#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_back, #tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_fwd {
    top: 29px
}

.resume-documents li:hover {
    background: #f7f7f7
}

.resume-documents li:hover a i {
    color: #c2c2c2
}

.timeline-project .project-preview:hover {
    border-color: #febb08
}


.timeline-project li:hover .list-image img, .timeline-project li.active:hover .list-image img {
    opacity: 1
}

.timeline-project li .block.block-inline + .block-inline {
    padding: 0 10px 0 0
}

.timeline-project li .timeline-top-info a:hover {
    text-decoration: underline;
    color: #424242
}

.timeline-project .media-icons a:hover {
    color: #4193d0
}

.rating:not(.read-only) span.star:hover {
    cursor: pointer
}

.rating:not(.read-only) span.star:hover:before, .rating:not(.read-only) span.star:hover ~ span.star:before {
    content: "\f005";
    color: #febb08
}

.rating span.star.active:before, .rating span.star.active ~ span.star:before {
    content: "\f005";
    color: #febb08
}

.bottom-social .glyphiconaas, .bottom-social .glyphicons-social {
    font-size: 12px;
    padding: 0 0 0 25px
}

.bottom-social .glyphiconaas.conversation i:before, .bottom-social .glyphicons-social.conversation i:before {
    color: #febb08
}

.bottom-social .glyphiconaas i:before, .bottom-social .glyphicons-social i:before {
    color: #ccc;
    font-size: 17px;
    left: 0;
    top: 4px
}

.activity-line .color-widget .activity-action.glyphicons:hover i:before {
    color: #fff
}

.activity-line a.activity-action.glyphicons:hover i:before {
    color: #808080
}

.activity-line .icon .glyphicons {
    padding-left: 30px;
    padding-right: 10px
}

.activity-line .icon .glyphicons i:before {
    padding-left: 10px;
    color: #fff;
    font-size: 18px
}

.share .share-buttons .glyphicons, .share .share-buttons .glyphicons-social {
    height: 38px;
    width: 40px;
    padding: 13px;
    margin: 0
}

.share .share-buttons .glyphicons i:before, .share .share-buttons .glyphicons-social i:before {
    font-size: 18px;
    line-height: 40px;
    color: #ccc;
    padding-left: 10px;
    margin: 0
}

.share .share-buttons .glyphicons:hover i:before, .share .share-buttons .glyphicons-social:hover i:before {
    color: #febb08
}

.survey-wrapper[class*="survey-bg-"] {
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat
}

.survey-wrapper .survey-container .survey-answer [data-toggle="survey-answer"] {
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    border: 1px solid #efefef
}

.survey-wrapper .survey-container .survey-answer [data-toggle="survey-answer"] .display-block + .display-block.btn-lg {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px
}

.survey-wrapper .survey-container .survey-answer [data-toggle="survey-answer"] .fa {
    padding: 10px 0
}

.survey-wrapper .survey-container .survey-answer [data-toggle="survey-answer"].active {
    border: 1px solid #febb08
}

.survey-wrapper .survey-container .survey-answer [data-toggle="survey-answer"].active [class*="bg-"] {
    background: #febb08 !important
}

.survey-wrapper .survey-container .survey-answer [data-toggle="survey-answer"].active .fa {
    color: #febb08
}

.widget.widget-tabs > .widget-head {
    background: #fff;
    border-color: #efefef;
    height: 45px;
    line-height: 45px;
    overflow: visible
}

.widget.widget-tabs > .widget-head ul {
    position: relative;
    overflow: visible;
    list-style: none;
    height: 45px;
    margin: 0;
    padding: 0;
    display: inline-block
}

.widget.widget-tabs > .widget-head ul li {
    height: 45px;
    line-height: 45px;
    float: left;
    display: block;
    border-right: 1px solid #efefef
}

.widget.widget-tabs > .widget-head ul li a {
    width: auto;
    height: 44px;
    display: block;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    color: #999;
    text-decoration: none
}

.widget.widget-tabs > .widget-head ul li a i {
    font-size: 20px
}

.widget.widget-tabs > .widget-head ul li a i:before {
    left: 8px;
    top: 10px
}

.widget.widget-tabs > .widget-head ul li a i.fa[class*="icon-"] {
    vertical-align: middle
}

.widget.widget-tabs > .widget-head ul li a.glyphicons {
    padding: 0 15px 0 40px
}

.widget.widget-tabs > .widget-head ul li a .label.pull-right {
    margin-top: 9px
}

.widget.widget-tabs > .widget-head ul li.active {
    background: #f7f7f7;
    color: #444
}

.widget.widget-tabs > .widget-head ul li.active a {
    color: #444
}

.widget.widget-tabs > .widget-head ul li.active a i, .widget.widget-tabs > .widget-head ul li.active a i:before {
    color: #febb08
}

.widget.widget-tabs > .widget-head ul li.active:first-child {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0
}

.widget.widget-tabs > .widget-head ul li.pull-right {
    border-right: none;
    border-left: 1px solid #efefef
}

.widget.widget-tabs > .widget-body.large {
    padding: 25px
}

.widget.widget-tabs-double > .widget-head {
    height: 50px
}

.widget.widget-tabs-double > .widget-head ul {
    height: 50px
}

.widget.widget-tabs-double > .widget-head ul li, .widget.widget-tabs-double > .widget-head ul li.active {
    height: 50px;
    line-height: 25px
}

.widget.widget-tabs-double > .widget-head ul li a, .widget.widget-tabs-double > .widget-head ul li.active a {
    height: 50px;
    padding: 5px 0 0
}

.widget.widget-tabs-double > .widget-head ul li a span, .widget.widget-tabs-double > .widget-head ul li.active a span {
    display: block;
    line-height: 15px
}

.widget.widget-tabs-double > .widget-head ul li a.glyphicons, .widget.widget-tabs-double > .widget-head ul li.active a.glyphicons {
    padding: 10px 15px 0 42px
}

.widget.widget-tabs-double > .widget-head ul li a.glyphicons i:before, .widget.widget-tabs-double > .widget-head ul li.active a.glyphicons i:before {
    left: 6px;
    top: 9px;
    font-size: 20px
}

.widget.widget-tabs-double-2 > .widget-head {
    border: 1px solid #efefef;
    border-bottom: none;
    height: 70px
}

.widget.widget-tabs-double-2 > .widget-head.border-bottom {
    border-bottom: 1px solid #efefef
}

.widget.widget-tabs-double-2 > .widget-head ul {
    height: 70px
}

.widget.widget-tabs-double-2 > .widget-head ul li {
    height: 70px;
    line-height: 20px;
    position: relative;
}

.widget.widget-tabs-double-2 > .widget-head ul li a {
    height: 70px;
    padding: 5px 0 0;
    text-decoration: none;
    text-align: left;
    position: relative;
    display: block;
}

.widget.widget-tabs-double-2 > .widget-head ul li a span {
    display: inline-block;
    line-height: 30px;
    bottom: 0px;
    left: 0px;
    top: 40px;
    position: relative;
}

.widget.widget-tabs-double-2 > .widget-head ul li a span.no-top {
    top: 0 !important;
}

.widget.widget-tabs-double-2 > .widget-head ul li a.glyphicons {
    padding: 0 15px
}

.widget.widget-tabs-double-2 > .widget-head ul li a img {
    width: 40px;
    position: absolute;
    float: left;
    opacity: 0.2;
}

.widget.widget-tabs-double-2 > .widget-head ul li a.glyphicons i {
    display: block;
    height: 37px;
    padding: 13px 0 0;
    line-height: 24px;
    text-align: center
}

.widget.widget-tabs-double-2 > .widget-head ul li a.glyphicons i:before {
    left: auto;
    top: auto;
    font-size: 24px;
    position: relative
}

.widget.widget-tabs-double-2 > .widget-head ul li.active {
    height: 70px;
    background: #fff
}

.widget.widget-tabs-double-2 > .widget-head ul li.active a {
    color: #febb08
}

.widget.widget-tabs-double-2 > .widget-head ul li.active a i:before {
    color: #febb08
}

.widget.widget-tabs-double-2 > .widget-head ul li:hover {
    background: #fff;
    height: 70px
}

.widget.widget-tabs-double-2 > .widget-head ul li:hover a {
    color: #febb08
}

.widget.widget-tabs-double-2 > .widget-head ul li:hover a i:before {
    color: #febb08
}

.widget.widget-tabs-double-2 > .widget-body {
    padding: 0
}

.widget.widget-tabs-social-account > .widget-head {
    border-bottom: none;
    height: 70px
}

.widget.widget-tabs-social-account > .widget-head ul {
    height: 70px
}

.widget.widget-tabs-social-account > .widget-head ul li {
    height: 70px;
    line-height: 20px
}

.widget.widget-tabs-social-account > .widget-head ul li:first-child.active {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.widget.widget-tabs-social-account > .widget-head ul li a {
    height: 70px;
    padding: 5px 0 0;
    text-decoration: none;
    text-align: center;
    font-weight: bold
}

.widget.widget-tabs-social-account > .widget-head ul li a span {
    display: block;
    line-height: 30px
}

.widget.widget-tabs-social-account > .widget-head ul li a.glyphicons {
    padding: 0 15px
}

.widget.widget-tabs-social-account > .widget-head ul li a.glyphicons i {
    display: block;
    height: 37px;
    padding: 13px 0 0;
    line-height: 24px;
    text-align: center
}

.widget.widget-tabs-social-account > .widget-head ul li a.glyphicons i:before {
    color: #ccc;
    left: auto;
    top: auto;
    font-size: 24px;
    position: relative
}

.widget.widget-tabs-social-account > .widget-head ul li.active {
    height: 70px;
    background: #febb08
}

.widget.widget-tabs-social-account > .widget-head ul li.active a {
    color: #fff
}

.widget.widget-tabs-social-account > .widget-head ul li.active a i:before {
    color: #fff
}

.widget.widget-tabs-social-account > .widget-head ul li:hover {
    height: 70px;
    background: #febb08
}

.widget.widget-tabs-social-account > .widget-head ul li:hover a {
    color: #fff
}

.widget.widget-tabs-social-account > .widget-head ul li:hover a i:before {
    color: #fff
}

.widget.widget-tabs-social-account > .widget-body {
    padding: 0
}

.widget.widget-wizard-pills .widget-head ul li:not(:first-child):before {
    position: absolute;
    background: #efefef;
    height: 1px;
    left: 0;
    right: 0;
    top: 29px;
    display: block;
    content: "";
    z-index: 1
}

.widget.widget-tabs-2 > .widget-head {
    background: #fff;
    border: none;
    border-bottom: 1px solid #efefef;
    padding: 0 10px
}

.widget.widget-tabs-2 > .widget-head ul {
    border-color: #efefef
}

.widget.widget-tabs-2 > .widget-head ul li {
    border: none
}

.widget.widget-tabs-2 > .widget-head ul li.active {
    background-color: #f7f7f7
}

.widget.widget-tabs-2 > .widget-head ul li a {
    border: 1px solid #ddd;
    border-bottom: none;
    border-right: none;
    color: #222;
    text-transform: uppercase;
    font-weight: 700
}

.widget.widget-tabs-2 > .widget-head ul li:first-child a {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.widget.widget-tabs-2 > .widget-body {
    background: #fff;
    border: none;
    padding: 15px
}

.widget.widget-tabs-icons-only-2 > .widget-head ul li a.glyphicons {
    width: 38px;
    padding: 0
}

.widget.widget-tabs-icons-only-2 > .widget-head ul li a.glyphicons i {
    width: 38px;
    display: block;
    line-height: 35px
}

.widget.widget-tabs-icons-only-2 > .widget-head ul li a.glyphicons i:before {
    width: 38px;
    text-align: center;
    left: auto;
    top: auto;
    position: relative;
    display: block;
    line-height: 35px;
    color: #cbcbcb
}

.widget.widget-tabs-icons-only-2 > .widget-head ul li.active a.glyphicons i:before {
    color: #505050
}

.widget.widget-tabs-icons-only .widget-head ul li.glyphicons:hover i {
    background: #dedede
}

.tabsbar.tabsbar-2 ul li:not(.active):hover a {
    color: #febb08
}

.tabsbar.tabsbar-2 ul li:not(.active):hover a i:before {
    color: #febb08
}

.nav.nav-pills a:hover {
    color: #4b4b4b
}

.nav.nav-pills > li.active > a {
    background: #febb08
}

.nav.nav-pills-gray a:hover {
    color: #4b4b4b
}

.tickets:hover {
    background: #f7f7f7
}

.tickets:hover .media-body .media {
    background: #fff
}

.timeline-appointments.bg-primary-light > li {
    border-left: 1px solid #febb08
}

.timeline-appointments > li {
    background: #fff;
    margin-left: 90px;
    border-left: 1px solid #efefef;
    position: relative
}

.timeline-appointments > li .time {
    position: absolute;
    left: -90px;
    top: -10px;
    width: 70px;
    text-align: right;
    color: #222
}

.timeline-appointments > li .dot {
    position: absolute;
    left: -6px;
    top: -6px;
    background: #fff;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%
}

.timeline-appointments > li .appointments {
    min-height: 60px;
    background: -webkit-linear-gradient(top, #f0f0f0 0, #fff 5%) 0 0;
    background: -moz-linear-gradient(top, #f0f0f0 0, #fff 5%) 0 0;
    background: linear-gradient(top, #f0f0f0 0, #fff 5%) 0 0;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    background-size: 100% 30px
}

.timeline-appointments > li .appointments ul li {
    line-height: 30px;
    padding: 0 10px
}

.timeline-appointments > li .appointments ul li .btn-group-xs {
    margin-top: 4px
}

.timeline-appointments > li .appointments ul li .apt {
    display: block;
    line-height: 30px
}

.timeline-appointments > li:first-of-type {
    padding-top: 30px
}

.timeline-appointments > li:first-of-type .time {
    top: 20px
}

.timeline-appointments > li:first-of-type .dot {
    top: 24px
}

.layout-timeline > [class*="col-md"] ~ [class*="col-md"]:after {
    width: 2px;
    background: #d2d1d0
}

.layout-timeline ul.timeline > li {
    position: relative;
    padding: 0 0 10px
}

.layout-timeline ul.timeline > li .date {
    width: 50px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    left: -70px;
    top: 0;
    z-index: 2
}

.layout-timeline ul.timeline > li .date strong {
    display: block;
    line-height: 10px;
    padding: 3px 0 0
}

.layout-timeline ul.timeline > li .type {
    position: absolute;
    text-transform: uppercase;
    color: #797979;
    font-weight: 700;
    padding: 0 35px 0 0;
    top: 15px;
    width: 100px;
    text-align: right;
    left: -160px;
    line-height: 24px;
    z-index: 2
}

.layout-timeline ul.timeline > li .type i:before {
    left: auto;
    right: 0;
    color: #c6c6c5
}

.layout-timeline ul.timeline > li .type .time {
    position: absolute;
    top: 24px;
    right: 0;
    color: #c6c6c5
}

.layout-timeline ul.timeline > li .type:after {
    display: block;
    content: "";
    position: absolute;
    right: -60px;
    top: 12px;
    width: 45px;
    height: 2px;
    background: #d2d1d0
}

.layout-timeline ul.timeline > li .type:before {
    display: block;
    content: "";
    position: absolute;
    right: -20px;
    top: 9px;
    width: 8px;
    height: 8px;
    background: #d2d1d0
}

.layout-timeline ul.timeline > li .separator .type {
    top: 60px
}

.layout-timeline ul.timeline > li .alert-gray {
    background: #f8f8f8;
    color: #797979;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border: none;
    margin: 0
}

.layout-timeline ul.timeline > li p.glyphicons {
    padding: 5px 0 5px 25px
}

.layout-timeline ul.timeline > li p.glyphicons i:before {
    color: #dfdfdf;
    font-size: 17px;
    top: 5px;
    left: 0
}

.layout-timeline ul.timeline > li .widget-body-gray .glyphicons i:before {
    color: #797979
}

.layout-timeline ul.timeline > li .widget-body-gray a {
    color: #000;
    text-decoration: underline
}

.layout-timeline ul.timeline > li .widget-body-gray strong {
    font-weight: 400;
    color: #000
}

.layout-timeline ul.timeline > li.active .type {
    color: #febb08
}

.layout-timeline ul.timeline > li.active .type i:before {
    color: #febb08
}

.layout-timeline ul.timeline > li.active .type:before, .layout-timeline ul.timeline > li.active .type:after {
    background: #febb08
}

.layout-timeline ul.timeline > li.active:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -45px;
    width: 2px;
    z-index: 2;
    background: #febb08
}

.layout-timeline ul.timeline-2 > li {
    position: relative;
    padding: 0 0 10px
}

.layout-timeline ul.timeline-2 > li .date {
    padding: 5px 4px 4px 4px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    width: 60px;
    position: absolute;
    left: -74px;
    top: 0;
    z-index: 2
}

.layout-timeline ul.timeline-2 > li .date strong {
    display: block;
    line-height: 10px;
    padding: 3px 0 0
}

.layout-timeline ul.timeline-2 > li .type {
    position: absolute;
    color: #797979;
    padding: 0 35px 0 0;
    top: 15px;
    width: 100px;
    text-align: right;
    left: -160px;
    line-height: 24px;
    z-index: 2
}

.layout-timeline ul.timeline-2 > li .type i:before {
    left: auto;
    right: 0;
    color: #c6c6c5;
    font-size: 22px
}

.layout-timeline ul.timeline-2 > li .type .time {
    position: absolute;
    top: 24px;
    right: 0;
    color: #c6c6c5
}

.layout-timeline ul.timeline-2 > li .type:after {
    display: block;
    content: "";
    position: absolute;
    right: -60px;
    top: 12px;
    width: 45px;
    height: 2px;
    background: #d2d1d0
}

.layout-timeline ul.timeline-2 > li .type:before {
    display: block;
    content: "";
    position: absolute;
    right: -20px;
    top: 9px;
    width: 8px;
    height: 8px;
    background: #d2d1d0
}

.layout-timeline ul.timeline-2 > li .separator .type {
    top: 60px;
    clear: both
}

.layout-timeline ul.timeline-2 > li .separator.calendar {
    padding-bottom: 35px
}

.layout-timeline ul.timeline-2 > li .alert-gray {
    background: #f8f8f8;
    color: #797979;
    border: none;
    margin: 0
}

.layout-timeline ul.timeline-2 > li .alert-gray .glyphicons i:before {
    color: #dfdfdf
}

.layout-timeline ul.timeline-2 > li .media-footer {
    color: #dfdfdf
}

.layout-timeline ul.timeline-2 > li .media-footer a {
    color: #797979;
    margin: 4px
}

.layout-timeline ul.timeline-2 > li .media-footer a:hover {
    color: #4193d0
}

.layout-timeline ul.timeline-2 > li .media-footer a.media-object {
    position: relative;
    left: 0
}

.layout-timeline ul.timeline-2 > li .media-footer .comment {
    position: relative;
    left: 0;
    right: 0;
    display: inline
}

.layout-timeline ul.timeline-2 > li p.glyphicons {
    padding: 5px 0 5px 25px
}

.layout-timeline ul.timeline-2 > li .widget-body-gray .glyphicons i:before {
    color: #797979
}

.layout-timeline ul.timeline-2 > li.active .type {
    color: #febb08
}

.layout-timeline ul.timeline-2 > li.active .type i:before {
    color: #febb08
}

.layout-timeline ul.timeline-2 > li.active .type:before, .layout-timeline ul.timeline-2 > li.active .type:after {
    background: #febb08
}

.layout-timeline ul.timeline-2 > li.active:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -45px;
    width: 2px;
    z-index: 2;
    background: #febb08
}

.layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) {
    left: -100%;
    width: 100%;
    margin-left: -90px
}

.layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .date {
    left: auto;
    right: -70px
}

.layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type {
    left: auto;
    right: -160px;
    text-align: left;
    padding: 0 0 0 35px
}

.layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type i:before {
    left: 0;
    right: auto
}

.layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type .time {
    left: 0;
    right: auto
}

.layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type:before {
    left: -18px;
    right: auto
}

.layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type:after {
    left: -60px;
    right: auto
}

.layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd).active:before {
    left: auto;
    right: -47px
}

.nav-timeline > li {
    margin: 0 0 5px
}

.nav-timeline > li > a {
    background: #b3b3b3;
    border: none;
    margin: 0 !important;
    font-weight: 700
}

.nav-timeline > li > a.glyphicons {
    padding: 8px 12px
}

.nav-timeline > li > a.glyphicons i:before {
    position: absolute;
    left: auto;
    right: 8px;
    top: 8px;
    color: #fff
}

.nav-timeline > li.active > a {
    background: #febb08
}

.timeline-activity li:hover .marker, .timeline-activity li.active:hover .marker {
    background-color: #fff;
    border-color: #febb08
}

.timeline-activity li .block.block-inline + .block-inline {
    padding: 0 10px 0 0
}

.timeline-activity li .timeline-top-info a:hover {
    text-decoration: underline;
    color: #424242
}

.timeline-activity .media-icons a:hover {
    color: #4193d0
}

.bg-primary-light .timeline-activity li:hover i.list-icon {
    background-color: #febb08;
    color: #fff;
    border: 2px solid #febb08
}

.widget-timeline:not(.widget) {
    position: relative
}

.widget-timeline:not(.widget):before {
    display: block;
    width: 1px;
    background: #efefef;
    top: 15px;
    bottom: 34px;
    left: 75px;
    content: "";
    position: absolute
}

.jstwitter .item a:hover {
    text-decoration: underline
}

.jstwitter .item .time, .jstwitter .item .user {
    font-style: italic;
    color: #999
}

.widget-activity > .widget-body {
    padding: 0 10px
}

.widget-activity ul.list li:hover, .widget-activity ul.list li.highlight {
    background: #f2f2f2;
    box-shadow: 0 1px 0 0 #fff inset;
    -moz-box-shadow: 0 1px 0 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 0 #fff inset;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer
}

.widget-activity ul.list li:hover:after, .widget-activity ul.list li.highlight:after {
    content: "\e212";
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    height: 39px;
    line-height: 39px;
    font-family: "Glyphicons Regular";
    font-size: 24px;
    color: #d5d5d5
}

.widget-activity ul.list li:hover .activity-icon i:before, .widget-activity ul.list li.highlight .activity-icon i:before {
    color: #505050
}

.widget-activity ul.list li > span {
    display: block;
    height: 39px;
    line-height: 39px;
    float: left;
    position: relative;
    overflow: hidden
}

.widget-activity ul.list li > span.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 75%
}

.widget-activity ul.list li > span.date {
    width: 40px;
    text-align: center
}

.widget-activity ul.list li.double > span {
    height: 45px;
    line-height: 45px
}

.widget-activity ul.list li.double > span.ellipsis {
    line-height: 15px;
    padding: 7px 0 0;
    font-weight: 600;
    font-size: 11px
}

.widget-activity ul.list li.double > span .meta {
    display: block;
    line-height: 15px;
    font-weight: 400;
    color: #b7b7b7
}

.widget-activity ul.list li.double > span .meta i:before {
    top: 1px;
    color: #b7b7b7
}

.widget-activity ul.list li.double > span .meta span {
    font-style: italic
}

.widget-activity ul.list li.double:hover:after, .widget-activity ul.list li.double.highlight:after {
    height: 45px;
    line-height: 45px
}

.widget-chat .media small:before, .widget-chat .media small:after {
    content: ""
}

[data-toggle="collapse-widget"] .collapse-toggle {
    position: relative;
    height: 35px;
    width: 30px;
    display: block;
    cursor: pointer;
    float: right;
    margin-right: -10px
}

[data-toggle="collapse-widget"] .collapse-toggle:before {
    font-family: "Glyphicons Regular";
    font-size: 17px;
    display: block;
    width: 100%;
    height: 35px;
    line-height: 34px;
    text-align: center;
    color: #ccc;
    content: "\e192"
}

[data-toggle="collapse-widget"].widget-heading-simple .collapse-toggle {
    margin-right: 0;
    height: 25px
}

[data-toggle="collapse-widget"].widget-heading-simple .collapse-toggle:before {
    height: 25px;
    line-height: 25px
}

[data-toggle="collapse-widget"] a ~ .collapse-toggle {
    margin-right: 0
}

[data-toggle="collapse-widget"][data-collapse-closed="false"] .collapse-toggle:before {
    content: "\e192"
}

[data-toggle="collapse-widget"][data-collapse-closed="true"] .collapse-toggle:before {
    content: "\e191"
}

[data-toggle="collapse-widget"][data-collapse-closed="true"] .widget-head {
    border-bottom: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

[data-toggle="collapse-widget"] .collapse:not(.list) {
    -webkit-transition: padding .1s ease;
    -moz-transition: padding .1s ease;
    -o-transition: padding .1s ease;
    -ms-transition: padding .1s ease;
    transition: padding .1s ease;
    padding: 0
}

[data-toggle="collapse-widget"] .collapse:not(.list).in {
    padding: 10px
}

.widget .widget-head.progress {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    margin: 0;
    padding: 0
}

.widget-stats, .widget-stats:hover, .widget-stats:focus {
    text-decoration: none
}

.widget-stats:hover {
    background: #fdfdfd
}

.widget-stats.widget-stats-gray.widget-stats-1, .widget-stats.widget-stats-gray.widget-stats-2, .widget-stats.widget-stats-gray.widget-stats-1 .txt, .widget-stats.widget-stats-gray.widget-stats-2 .txt {
    color: #424242
}

.widget-stats.widget-stats-primary, .widget-stats.widget-stats-primary *, .widget-stats.widget-stats-primary i:before {
    color: #fff
}

.widget-stats.widget-stats-inverse, .widget-stats.widget-stats-inverse *, .widget-stats.widget-stats-inverse i:before {
    color: #fff
}

.widget-stats.widget-stats-info, .widget-stats.widget-stats-info *, .widget-stats.widget-stats-info i:before {
    color: #fff
}

.opacity30:hover {
    opacity: .7
}

.bootstrap-wysihtml5-insert-link-modal, .bootstrap-wysihtml5-insert-image-modal {
    overflow: visible;
    z-index: 1060;
    position: absolute
}

.mark .text {
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 40px;
    color: #fff;
    z-index: 9999
}

.mark .caret {
    border-top: 8px solid transparent;
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    z-index: 9998;
    text-align: center;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.mark .caret-default {
    border-left: 20px solid #e2e2e2;
    border-right: 20px solid #e2e2e2;
    border-bottom: 30px solid #e2e2e2;
    color: #ccc
}

.mark .caret-primary {
    border-left: 20px solid #febb08;
    border-right: 20px solid #febb08;
    border-bottom: 30px solid #febb08
}

.mark .caret-danger {
    border-left: 20px solid #bd362f;
    border-right: 20px solid #bd362f;
    border-bottom: 30px solid #bd362f
}

.mark .caret-default {
    border-left: 20px solid #424242;
    border-right: 20px solid #424242;
    border-bottom: 30px solid #424242
}

.mark .caret-default .text {
    color: #fff
}

#content.fs {
    position: relative;
    height: 100%
}

#maps_fs_heading {
    position: absolute;
    top: 80px;
    left: 85px;
    margin-top: 0 !important;
    text-shadow: 0 1px 0 #fff;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px 10px
}

#maps_fs_buttons {
    position: absolute;
    top: 80px;
    right: 35px
}

#menu-right > div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

#menu-right ul li > a {
    display: block;
    padding: 0 7px;
    height: 32px;
    line-height: 32px;
    color: #676767;
    font-weight: 600;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px
}

#menu-right ul li > a:hover {
    background: #2b2b2b;
    color: #fff
}

#menu-right ul li.conversation .media small:before, #menu-right ul li.conversation .media small:after {
    content: ""
}

#menu-right .text-white:hover {
    color: #febb08
}

#menu-right [class*="border-"] {
    border-color: #383838 !important
}

#menu {
    width: 250px;
    background: #303030;
    color: #fff
}

#menu [class*="border-"] {
    border-color: #383838 !important
}

#menu #sidebar-social-wrapper #brandWrapper > a {
    line-height: 54px
}

#menu #sidebar-social-wrapper #brandWrapper > a > span.text {
    font-size: 18px;
    font-weight: 700;
    padding-left: 3px;
    padding-right: 8px;
    position: relative;
    top: -1px
}

#menu > div {
    position: relative;
    overflow: hidden;
    height: 100%
}

#menu > div ul {
    padding: 0;
    width: 250px;
    background: #303030;
    list-style: none;
    overflow: hidden
}

#menu > div ul > li {
    height: 48px;
    padding: 0;
    position: relative
}

#menu > div ul > li.category {
    padding-left: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #febb08;
    height: 48px;
    line-height: 48px
}

#menu > div ul > li.category a.right-icon {
    position: absolute;
    right: 0;
    padding: 18px;
    color: #fff
}

#menu > div ul > li > a {
    padding: 0 0 0 20px;
    display: block;
    color: #676767;
    font-weight: 600;
    text-decoration: none;
    height: 47px;
    line-height: 47px;
    position: relative;
    font-size: 14px
}

#menu > div ul > li > a > span.badge {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 20px;
    left: auto;
    padding: 3px 5px;
    font-size: 11px;
    font-weight: 700;
    color: #1a1a1a;
    border-color: #282828;
    background: #febb08
}

#menu > div ul > li > a > span.badge.badge-inverse {
    color: #fff;
    background: #424242;
    border-color: #292929
}

#menu > div ul > li > a > i {
    display: inline-block;
    height: 48px;
    vertical-align: middle;
    width: 33px
}

#menu > div ul > li > a > i:before {
    position: relative;
    text-align: left;
    top: -2px;
    left: auto;
    width: 40px;
    height: 48px;
    color: #555;
    font-size: 1.4em;
    line-height: 53px
}

#menu > div ul > li > a:hover {
    background: #2b2b2b;
    color: #fff
}

#menu > div ul > li > a:hover > i:before {
    color: #fff
}

#menu > div ul > li > a:hover span.badge {
    background: #fff;
    color: #424242
}

#menu > div ul > li > a[data-toggle="collapse"] {
    position: relative
}

#menu > div ul > li > a[data-toggle="collapse"] > span.badge {
    right: 45px
}

#menu > div ul > li > a[data-toggle="collapse"]:after {
    display: inline-block;
    font-family: "picto-foundry-arrows";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f110";
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 25px;
    top: 19px
}

#menu > div ul > li.active.hasSubmenu {
    height: auto
}

#menu > div ul > li.active.hasSubmenu > a[data-toggle="collapse"]:after {
    content: "\f10c";
    top: 24px
}

#menu > div ul > li .innerAll {
    padding: 20px
}

#menu > div ul > li .innerLR {
    padding-left: 20px;
    padding-right: 20px
}

#menu > div ul > li .innerB {
    padding-bottom: 20px
}

#menu > div ul > li .innerT {
    padding-top: 20px
}

#menu > div > ul {
    position: absolute;
    top: 54px;
    left: 0;
    z-index: 2
}

#menu > div > ul > li.active > a {
    background: #febb08;
    color: #fff
}

#menu > div > ul > li.active > a > i:before {
    color: #fff
}

#menu > div > ul > li.active span.badge {
    background: #3f3f3f;
    color: #fff
}

#menu > div > ul > li.reset {
    height: auto;
    opacity: 1
}

#menu > div > ul > li.reset ul {
    width: auto;
    background: none
}

#menu > div > ul > li.reset ul li {
    height: auto;
    border: none
}

#menu > div > ul > li.reset ul li > a {
    padding: 0 7px;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px
}

#menu > div > ul > li .btn-inverse:hover {
    color: #fff
}

#menu > div > ul > li .btn-inverse:hover i {
    color: #febb08
}

#menu > div > ul > li > ul {
    background: #282828
}

#menu > div > ul > li > ul li {
    height: 32px
}

#menu > div > ul > li > ul li.active > a {
    color: #fff
}

#menu > div > ul > li > ul li.active > a > i:before {
    color: #fff
}

#menu > div > ul > li > ul li.active > a span.badge {
    background: #2c2c2c;
    color: #fff
}

#menu > div > ul > li > ul li.news-item {
    font-size: 12px !important;
    color: #676767;
    font-weight: 600;
    background: #353535;
    padding: 5px 0;
    margin: 2px 0 !important
}

#menu > div > ul > li > ul li.news-item:hover {
    background: #2d2d2d
}

#menu > div > ul > li > ul li.news-item:hover .media-object i {
    color: #febb08
}

#menu > div > ul > li > ul li.news-item > .news-item-success {
    color: #febb08;
    padding: 10px 10px 0;
    font-size: 6px
}

#menu > div > ul > li > ul li.news-item > .news-item-danger {
    color: #bd362f;
    padding: 10px 10px 0;
    font-size: 6px
}

#menu > div > ul > li > ul li.news-item .media-object {
    margin: 0 3px 0 10px
}

#menu > div > ul > li > ul li.news-item .media-body {
    padding: 0 3px 0;
    height: auto !important
}

#menu > div > ul > li > ul li.news-item .media-body a {
    padding: 0;
    display: inline-block;
    font-weight: 600;
    line-height: 10px
}

#menu > div > ul > li > ul li.news-item .media-body a:hover {
    text-decoration: underline
}

#menu > div > ul > li > ul li.news-item .media-body .time {
    font-size: 11px;
    font-weight: normal;
    display: block
}

#menu > div > ul > li > ul li > a {
    padding: 0 0 0 14px;
    height: 32px;
    line-height: 32px;
    font-size: 13px
}

#menu > div > ul > li > ul li > a > i {
    display: inline-block;
    height: 32px;
    vertical-align: middle;
    width: 33px
}

#menu > div > ul > li > ul li > a > i:before {
    color: #414243;
    position: relative;
    text-align: left;
    top: -2px;
    left: 10px;
    width: 20px;
    font-size: 15px;
    height: 32px;
    line-height: 32px
}

#menu > div > ul > li > ul li > a > span.badge {
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 20px;
    left: auto;
    padding: 3px 5px;
    font-size: 11px;
    color: #424242;
    border-color: #424242;
    font-weight: 700;
    background: #999
}

#menu > div > ul > li > ul li > a > span.badge.badge-inverse {
    color: #fff;
    border-color: #febb08;
    background: #303030
}

#menu > div > ul > li > ul li > a[data-toggle="collapse"]:after {
    display: inline-block;
    font-family: "picto-foundry-arrows";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f110";
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 25px;
    top: 11px
}

#menu > div > ul > li > ul li.active.hasSubmenu > a[data-toggle="collapse"]:after {
    content: "\f10c";
    top: 15px
}

#menu > div > ul > li > ul li > ul {
    background: #232323
}

#menu > div > ul > li > ul li > ul > li a {
    padding: 0 0 0 34px
}

#menu.sidebar-brand-primary #sidebar-social-wrapper > ul > li.active > a {
    background: #303030
}

#menu.sidebar-brand-primary #sidebar-social-wrapper > ul > li.active > a > i:before {
    color: #fff
}

#menu.sidebar-brand-primary #sidebar-social-wrapper > ul > li.hasSubmenu.active > a, #menu.sidebar-brand-primary #sidebar-social-wrapper > ul > li.hasSubmenu > ul > li.hasSubmenu.active > a {
    color: #676767
}

#menu.sidebar-brand-primary #sidebar-social-wrapper > ul > li.hasSubmenu.active > a > i:before, #menu.sidebar-brand-primary #sidebar-social-wrapper > ul > li.hasSubmenu > ul > li.hasSubmenu.active > a > i:before {
    color: #676767
}

#menu.sidebar-brand-primary #sidebar-social-wrapper .hasSubmenu.active > ul {
    border-top: 1px solid #424242
}

#menu.sidebar-brand-primary #sidebar-social-wrapper > ul > li.hasSubmenu.active {
    border-bottom: 1px solid #424242
}

#menu .dropdown ul.dropdown-menu li a:hover {
    color: #000
}

#menu-top ul.main > li {
    height: 30px;
    line-height: 30px;
    float: left
}

#menu-top ul.main > li > a {
    height: 30px;
    line-height: 30px;
    color: #797979;
    font-weight: 700;
    padding: 0 6px;
    text-decoration: none
}

#menu-top ul.main > li > a i {
    color: #ccc
}

#menu-top ul.main > li > a .caret {
    border-top-color: #ccc
}

#menu-top ul.main > li > a:hover i {
    color: #febb08
}

#menu-top ul.main > li.dropdown.open > a, #menu-top ul.main > li.active > a, #menu-top ul.main > li.dropdown.open > a i, #menu-top ul.main > li.active > a i {
    color: #febb08
}

#menu-top ul.main > li .dropdown-menu {
    background: #fff;
    margin: -1px 0 0;
    border-color: #dedede;
    padding: 5px 0
}

#menu-top ul.main > li .dropdown-menu li {
    border-bottom: none
}

#menu-top ul.main > li .dropdown-menu li a {
    padding: 3px 10px;
    font-size: 13px
}

#menu-top ul.main > li .dropdown-menu li.active a {
    font-weight: 700
}

#menu-top ul.colors > li {
    padding: 5px 2px;
    float: left
}

#menu-top ul.colors > li > a {
    display: block;
    width: 18px;
    height: 18px;
    background: #febb08
}

#menu-top ul.colors > li.active > a {
    border: 1px solid #000;
    -webkit-box-shadow: 0 0 0 1px #fff inset;
    -moz-box-shadow: 0 0 0 1px #fff inset;
    box-shadow: 0 0 0 1px #fff inset
}

#menu-top ul.colors > li.dropdown > a {
    background: none
}

#menu-top ul.colors > li.dropdown > a .color {
    width: 9px;
    height: 9px;
    display: inline-block;
    float: left
}

#menu-top ul.colors > li.dropdown > a .color.primary {
    background: #febb08
}

#menu-top ul.colors > li.dropdown > a .color.info {
    background: #4193d0
}

#menu-top ul.colors > li.dropdown > a .color.inverse {
    background: #424242
}

#menu-top ul.colors > li.dropdown > a .color.success {
    background: #febb08
}

#menu-top ul.colors > li.dropdown > a .color.danger {
    background: #bd362f
}

#menu-top ul.colors > li.dropdown .dropdown-menu {
    border-color: #dedede;
    margin: 1px 0 0;
    width: 622px;
    padding: 10px
}

#menu-top ul.colors > li.dropdown .dropdown-menu li {
    width: 150px;
    float: left;
    border: none
}

#menu-top ul.colors > li.dropdown .dropdown-menu li a {
    padding: 3px 3px 3px 5px;
    font-size: 13px
}

#menu-top ul.colors > li.dropdown .dropdown-menu .color {
    display: inline-block;
    margin-right: 5px;
    margin-top: 3px;
    vertical-align: text-top;
    width: 10px;
    height: 10px
}

#menu-top ul.colors > li.dropdown .dropdown-menu .color.primary {
    background: #febb08
}

#menu-top.menu-top-inverse ul.main > li > a, #menu-top.menu-top-inverse ul.main > li > a > i {
    color: #fff
}

.app #menu-top {
    margin: 0 0 12px
}

.colors > li {
    padding: 15px 2px;
    float: left;
    margin-bottom: 5px
}

.colors > li > a {
    display: block;
    width: 8px;
    height: 8px !important;
    background: #febb08;
    margin-right: 2px;
    border-radius: 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.colors > li.dropdown > a {
    background: none
}

.colors > li.dropdown > a .color {
    width: 14px;
    height: 14px;
    display: inline-block;
    float: left
}

.colors > li.dropdown > a .color.primary {
    background: #febb08
}

.colors > li.dropdown > a .color.info {
    background: #4193d0
}

.colors > li.dropdown > a .color.inverse {
    background: #424242
}

.colors > li.dropdown > a .color.success {
    background: #febb08
}

.colors > li.dropdown > a .color.danger {
    background: #bd362f
}

.colors > li.dropdown .dropdown-menu {
    position: relative;
    left: 100px;
    border-color: #dedede;
    margin: 1px 0 0;
    width: 472px;
    padding: 10px;
    left: 0
}

.colors > li.dropdown .dropdown-menu li {
    width: 150px;
    float: left;
    border: none
}

.colors > li.dropdown .dropdown-menu li a {
    padding: 3px 3px 3px 5px;
    font-size: 13px
}

.colors > li.dropdown .dropdown-menu .color {
    display: inline-block;
    margin-right: 5px;
    margin-top: 3px;
    vertical-align: text-top;
    width: 10px;
    height: 10px
}

.colors > li.dropdown .dropdown-menu .color.primary {
    background: #febb08
}

.mark .text {
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 40px;
    color: #fff;
    z-index: 9999
}

.mark .caret {
    border-top: 8px solid transparent;
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    z-index: 9998;
    text-align: center;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.mark .caret-default {
    border-left: 20px solid #e2e2e2;
    border-right: 20px solid #e2e2e2;
    border-bottom: 30px solid #e2e2e2;
    color: #ccc
}

.mark .caret-primary {
    border-left: 20px solid #febb08;
    border-right: 20px solid #febb08;
    border-bottom: 30px solid #febb08
}

.mark .caret-danger {
    border-left: 20px solid #bd362f;
    border-right: 20px solid #bd362f;
    border-bottom: 30px solid #bd362f
}

.mark .caret-default {
    border-left: 20px solid #424242;
    border-right: 20px solid #424242;
    border-bottom: 30px solid #424242
}

.mark .caret-default .text {
    color: #fff
}

.thumbnail.zoom:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5)
}

.thumbnail.zoom:hover .caption {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 2px 15px #febb08;
    -moz-box-shadow: 0 2px 15px #febb08;
    box-shadow: 0 2px 15px #febb08;
    -ms-transform: translate(0, -25px);
    -webkit-transform: translate(0, -25px);
    transform: translate(0, -25px)
}

.timeline-cover .cover .top img.artist:hover {
    opacity: 1;
    background: #efefef
}

.timeline-cover .cover ul li a [class*="icon-"] {
    vertical-align: middle
}

.timeline-cover .cover ul li:hover, .timeline-cover .cover ul li.active {
    background: rgba(0, 0, 0, 0.7)
}

.timeline-cover .cover .rankings div a span:hover {
    color: #fff
}

.widget.widget-analytics.primary i, .widget.widget-analytics.primary strong {
    color: #71e1d5
}

.widget.widget-analytics.info i, .widget.widget-analytics.info strong {
    color: #a7cde9
}

#footer {
    background: #efefef none repeat scroll 0 0;
    bottom: 0;
    font-weight: normal !important;
    line-height: 48px;
    width: 100%;
}

#footer a {
    color: #686868;
    text-decoration: none;
    font-size: 12px;
    transition: color 0.3s ease 0s;
}

#footer a:hover {
    background: none;
    text-decoration: none;
    color: #febb08;
}

.form-horizontal {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 #727272;
    overflow: hidden;
}

.form-horizontal .c-header {
    margin-bottom: 20px;
    margin-top: 0;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
}

.form-control:focus {
    border-color: #76B047 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

#start-date,
#top-members {
    background: url(../bundles/socialfrontend/images/tmp/gray_pattern.gif);
    padding: 50px 0;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
}

#our-lovers {
    margin-top: 50px;
    margin-bottom: 50px;
}

#top-members-indide h1 {
    margin-top: 0;
    text-align: center;
}

ul.nav-menu li a:hover {
    text-shadow: 1px 1px 2px rgba(116, 173, 70, 1);
}

.status-member {
    text-align: center;
}

.status-member:hover img {
    opacity: 0.8;
}

.wrapper {
    max-width: 1150px;
    padding: 0 20px 40px 20px;
    margin: auto;
    overflow: hidden;
}

.jcarousel-item h4 {
    margin: 20px 0 15px;
    text-shadow: 2px 1px 3px rgba(150, 150, 150, 1);
}

.jcarousel-item img {
    box-shadow: 0 0 2px #999999;
}

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

.right {
    float: right;
}

#member-list-option {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

ul.bp-newest-members,
ul.bp-popular-members,
ul.bp-active-members {
    /*
    padding-left: 0;
    overflow: hidden;
    margin: 0 auto;
    max-width: 920px; */

    text-align: center;
}

ul.bp-active-members li,
ul.bp-popular-members li,
ul.bp-newest-members li {
    list-style: none;
    float: left;
    text-align: center;
    overflow: hidden;
}

ul.bp-active-members li .item .item-title,
ul.bp-popular-members li .item .item-title,
ul.bp-newest-members li .item .item-title {
    margin-bottom: 5px;
    margin-top: 10px;
    display: block;
    text-align: center;
}

ul.bp-active-members li .item .item-meta,
ul.bp-popular-members li .item .item-meta,
ul.bp-newest-members li .item .item-meta {
    font-size: 12px;
    text-align: center;
}

.item-avatar {
    padding: 8px;
}

.item-avatar .avatar {
    transition: All 0.3215s ease;
    -webkit-transition: All 0.3215s ease;
    -moz-transition: All 0.3215s ease;
    -o-transition: All 0.3215s ease;
    transform: rotate(360deg) scale(0.850) skew(1deg) translate(0px);
    -webkit-transform: rotate(360deg) scale(0.850) skew(1deg) translate(0px);
    -moz-transform: rotate(360deg) scale(0.850) skew(1deg) translate(0px);
    -o-transform: rotate(360deg) scale(0.850) skew(1deg) translate(0px);
    -ms-transform: rotate(360deg) scale(0.850) skew(1deg) translate(0px);
}

.item-avatar .avatar:hover {
    transform: rotate(360deg) scale(0.990) skew(1deg) translate(0px);
    -webkit-transform: rotate(360deg) scale(0.990) skew(1deg) translate(0px);
    -moz-transform: rotate(360deg) scale(0.990) skew(1deg) translate(0px);
    -o-transform: rotate(360deg) scale(0.990) skew(1deg) translate(0px);
    -ms-transform: rotate(360deg) scale(0.990) skew(1deg) translate(0px);
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0%) scale(1);
        opacity: 1;
    }
}

@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }
    to {
        -moz-transform: translateY(0%) scale(1);
        opacity: 1;
    }
}

@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }
    to {
        -ms-transform: translateY(0%) scale(1);
        opacity: 1;
    }
}

#suport {
    background: url("../bundles/socialfrontend/images/tmp/gray_pattern.gif") repeat scroll 0 0 #EAEAEA;
    border-top: 10px solid #F6F6F6;
    border-top: 1px solid #DDDDDD;
    padding-bottom: 50px;
    padding-top: 50px;
}

ul.testimonials-carousel {
    min-height: 100px;
    margin: 30px 0;
    padding-top: 10px;
    position: relative;
}

ul.testimonials-carousel li {
    *display: list-item;
    list-style: none;
    max-width: 800px;
    margin: 0 auto;
}

.item-carousel {
    display: none;
}

ul.testimonials-carousel li .testi-content p {
    font-size: 17px;
    font-style: italic;
    line-height: 1.6;
    text-align: center;
    max-width: 800px;
}

ul.testimonials-carousel li .testi-autor {
    font-size: 11px;
    margin-top: 12px;
    text-align: center;
}

ul.testimonials-carousel li .testi-autor .author-description {
    color: #AAAAAA;
}

#suport .panel {
    background: none repeat scroll 0 0 #F2F2F2;
    margin: 0 0 22px;
    padding: 20px;
    border: 1px solid #ddd;
}

#suport .panel p {
    margin: 15px 0;
    font-size: 13px;
}

#suport .panel .glyphicon-pencil {
    color: #444444;
}

#suport .panel .form-group {
    margin: 10px 30px 10px 0;
}

.form-horizontal .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.form-horizontal .form-group .submit .btn {
    width: 100%;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    */ background-color: #79ae61;
    background-image: -moz-linear-gradient(top, #86b870, #659e4b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#86b870), to(#659e4b));
    background-image: -webkit-linear-gradient(top, #86b870, #659e4b);
    background-image: -o-linear-gradient(top, #86b870, #659e4b);
    background-image: linear-gradient(to bottom, #86b870, #659e4b);
    font-size: 16px;
}

.form-horizontal .form-group .submit .btn:hover {
    background-image: -moz-linear-gradient(top, #86b870, #76B047);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#86b870), to(#76B047));
    background-image: -webkit-linear-gradient(top, #86b870, #76B047);
    background-image: -o-linear-gradient(top, #86b870, #76B047);
    background-image: linear-gradient(to bottom, #86b870, #76B047);
}

.banner,
.banner li.slide1 {
    background-color: #8F9BA1;
}

.navbar-nav .sibling i {
    position: relative;
    top: -2px;
    margin-right: 5px;
    vertical-align: middle;
    color: #febb08;
}

ul.navbar-nav li a.sibling {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    top: 12px;
    height: 30px;
}

ul.navbar-nav-footer-responsive li a.sibling {
    font-size: 12px !important;
}

#footer ul.navbar-nav-footer-responsive li:hover a.sibling {
    color: #76b047 !important;
    background: none !important;
    border-radius: 0px !important;
}

ul.navbar-nav li:hover a.sibling {
    background: none repeat scroll 0 0 #febb08;
    border-color: #febb08;
    color: #fff !important;
    border-radius: 4px;
}

ul.navbar-nav li:hover .sibling i {
    color: #fff !important;
}

.dropdown-toggle:hover {
    cursor: pointer;
}

.form-group .gender {
    display: inline-table;
}

.form-group .prepend-icon {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 0 6px 0 #cccccc inset !important;
    border: 1px solid #cccccc !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.content-invite .invite_address:hover h3,
.content-invite .invite_facebook:hover h3,
.content-invite .invite_email:hover h3 {
    color: #76B047;
}

.content-invite .invite_address a,
.content-invite .invite_facebook a,
.content-invite .invite_email a {
    display: block;
    border: 1px solid #ccc;
}

.content-invite .invite_address i,
.content-invite .invite_facebook i,
.content-invite .invite_email i {
    font-size: 50px;
}

.margin-center {
    position: relative;
    display: block;
    margin: 0 auto;
    float: unset !important;
}

/*File Upload CSS script */
.fileinput-button {
    position: relative;
    overflow: hidden;
    float: left;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    min-height: 32px;;
    direction: ltr;
    cursor: pointer;
}

.upload_image {
    box-shadow: 0 0 6px 0 #cccccc inset !important;
    border: 1px solid #cccccc;
    border-radius: 4px;
    overflow: hidden;
    padding: 5px;
}

#files > div p {
    margin: 0px;

}

#progress {
    margin: 0px;
}

.zopim {
    display: none !important;
    position: absolute !important;
    left: -999999999999px !important;
}

.record-audio-div,
.record-chat-video-div {
    width: 100%;
    position: relative;
    min-height: 100px;
}

.record-audio-div .audio-record {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    display: flex;
    align-items: center;
    left: 30%;
}

.record-chat-video-div .video-record {
    margin: 0;
    position: relative;
    top: 30px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    display: flex;
    align-items: center;
}

.record-audio-div .audio-record button,
.record-chat-video-div .video-record button {
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px !important;
    border: 0px;
    border-radius: 20px;
    padding: 10px 20px;
}

.audio-confirmation-body,
.video-confirmation-body{
    text-align: center !important;
}