body {
    /*background: #f4f5f5;*/
    background: #ffffff;
    color: #252a2f;
    font: 14px/22px 'Open Sans', Arial, Helvetica, sans-serif
}
a {
    color: #ff8b03
}

a:focus {
    outline: 0
}

h1,h2,h3,h4,h5,h6 {
    /*font-family: 'Roboto Condensed', Helvetica, Times New Roman, sans-serif;*/
    color: #252a2f;
    margin-top: 0 !important;
}

h1 {
    font-size: 38px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 14px
}

.main-heading {
    font-size: 30px;
    margin-top: 0
}

.main-heading span {
    font-size: 18px;
    color: #878a8c
}

.main-heading2,
.panel-smart h3.panel-title,
.sub-heading {
    font-size: 24px
}

.sub-heading {
    padding: 10px 0
}

#cart .btn,
#main-menu.navbar,
#search .input-group .form-control,
.breadcrumb,
.dropdown-menu,
.header-top .btn-link,
.header-top li,
.list-group-item,
.pagination,
.panel .panel-heading,
.product-col .btn-cart,
.product-col .caption h4,
.product-col .price,
.product-filter,
.product-head,
.product-info .product-details,
.side-heading,
.tabs-panel .nav-tabs {
    font-family: 'Roboto Condensed', sans-serif
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #8c8f92;
}

#header-area {
    background: #f5f5dc;
    margin-bottom: 10px;
}

.header-top {
    background: #252a2f
}

.header-links li {
    display: inline-block;
    color: #fff
}

.header-links li .fa {
    margin-right: 3px
}

#cart .dropdown-menu table td a:hover,
.header-links li a {
    color: #fff
}

.header-links li a {
    padding: 7px 15px 7px 0
}

.header-links li a:focus,
.header-links li a:hover,
.header-links li.active a {
    background: 0 0;
    color: #ffb400
}

.header-top .btn-link {
    color: #fff;
    text-decoration: none;
    margin: 4px 0 0
}

#cart .dropdown-menu table td a,
.header-top .open .btn-link {
    color: #ffb400
}

.header-top .btn-link i.fa {
    margin-left: 5px
}

.main-header {
    padding: 10px 0
}

#search .input-group .btn,
#search .input-group .form-control {
    /*background: #252a2f;*/
    background: #f5f5dc;
    border: solid #252a2f;
    border-width: 1px 0 1px 1px;
    color: #252a2f;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#search .input-group .form-control::placeholder {
  color: #252a2f;
  opacity: 1; /* Firefox */
}

#search .input-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #252a2f;
}

#search .input-group .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #252a2f;
}

#search .input-group .btn {
    border-width: 1px 1px 1px 0;
    color: #fff;
    height: 46px;
}

#search>.nav-tabs {
    border-bottom: 0
}
#search>.nav>li>a {
    padding: 5px 10px;
    color: #252a2f;
    border: 1px solid #252a2f;
}

#search>.nav-tabs>li.active>a,
#search>.nav-tabs>li>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:focus {
    background-color: #252a2f;
    border: 1px solid #252a2f;
    color: #fff;
}

.navbar-toggle {
    background-color: #fff;
    border: 1px solid #fff;
}

#book_search_btn, #author_search_btn {
    background-color: #252a2f !important;
    border: 1px solid #252a2f !important;
}


.btn-block1,
.line-top {
    border-top: 1px solid #54575b
}

#main-menu {
    background: #00b1e0
}

#main-menu.navbar {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 34px
}

#main-menu .navbar-nav>li+li {
    border-left: 1px solid #00b1e0
}

#main-menu .navbar-nav>li a {
    color: #fff;
    line-height: 10px;
    padding: 12px 15px
}

#main-menu .navbar-nav>li.open a,
#main-menu .navbar-nav>li>a:hover {
    background: #009fc0;
    color: #fff
}

#main-menu .navbar-nav>li>a:focus {
    background: #009fc0;
    color: #fff
}

#main-menu .dropdown-menu {
    background: #ff9000;
    border: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

#main-menu .dropdown-menu li a {
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px
}

#main-menu .dropdown-menu li:hover a {
    background: #ff7e00;
    text-decoration: none
}

#main-menu .dropdown-inner {
    display: table;
    padding-bottom: 10px
}

#main-menu .dropdown-inner ul {
    display: table-cell
}

#main-menu .dropdown-inner .dropdown-header {
    font-size: 15px;
    color: #font-size: 15px;
    color: #252a2f;
    padding: 15px 0 10px 15px
}

#main-menu .dropdown-inner li a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both
}

.panel-default > .panel-heading {
    background-color: #dd833a;
    border-color: #ddd;
    color: #fff;
    font-size: 16px
}

.breadcrumb {
    margin-bottom: 10px;
    padding: 10px 18px;
    border: 1px solid #e8e8e8;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.breadcrumb li {
    color: #878a8c;
    font-size: 13px
}

.breadcrumb>li+li:before {
    content: "\00BB";
    color: #878a8c
}

.breadcrumb li a,
.compare-table tbody>tr>td a:hover,
.shopping-cart-table tbody>tr>td a:hover {
    color: #252a2f
}

.slider {
    margin-bottom: 30px
}

.col3-banners {
    margin-bottom: 20px
}

.products-list {
    margin-bottom: 15px
}

.product-head {
    font-size: 24px;
    margin: 15px 0 10px
}

.col-md-2,
.product-info.full .images-block .list-inline li {
    padding-left: 5px;
    padding-right: 5px
}

.product-col {
    padding: 5px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #e8e8e8;
    height: 220px;
}
.product-col > .image {
    display:block;
    height: 160px;
    text-align: center;
}
.product-col > .image > a > img {
    display:block;
    margin: auto;
}
.product-col.list .image {
    padding: 20px 30px 10px 0;
    float: left
}

.product-col h4 {
    margin-top: 8px;
    margin-bottom: 0
}

.product-col h4,
.product-col h4 a {
    font-size: 15px;
    color: #252a2f;
    line-height: 18px
}

.product-col .description {
    padding: 5px 0;
    color: #8b8b8b;
    font-size: 12px;
    line-height: 18px;
    text-align: justify
}

.product-col.list .description {
    padding-right: 20px
}

.product-col .price {
    padding: 10px 0
}

.product-col .price .price-tax {
    font-size: 14px;
    color: #2f353b
}

.product-col .price span.price-new {
    color: #2f353b;
    font-size: 24px;
    padding-right: 5px
}

.product-col .price span.price-old {
    font-size: 18px;
    color: gray;
    text-decoration: line-through
}

.product-col .cart-button {
    padding-top: 10px
}

.product-col .cart-button .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.product-col .btn-compare,
.product-col .btn-wishlist {
    color: #fff;
    background: #2f353b;
    margin-right: 3px
}

.product-col .btn-cart {
    font-size: 14px;
    color: #2f353b;
    background: #ffb400
}

.product-col .btn-cart:hover {
    color: #fff;
    background: #2f353b
}

.product-col > .caption {
    width: auto;
    height: 38px;
    overflow:hidden;
    text-overflow:ellipsis;
    display: block;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-col > .caption_btn {
    width: auto;
    display: block;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.col2-banners,
.product-info .product-details .options h3 {
    margin-bottom: 20px
}

.compare-table,
.shopping-cart-table {
    margin-top: 30px;
    background: #fff
}

.shopping-cart-table thead>tr>td {
    font-size: 15px;
    font-weight: 600;
    border-bottom: none
}

.shopping-cart-table tbody>tr>td {
    font-size: 16px
}

.compare-table thead {
    background: #f9f9f9
}

.compare-table thead>tr>td {
    font-size: 15px;
    font-weight: 600;
    border-bottom: none
}

.compare-table tbody>tr>td {
    font-size: 14px
}

.compare-table td,
.copyright>.container>p {
    text-align: center
}

.compare-table .rating .fa-star,
.product-filter .display a.active {
    color: #ffb400
}

.login-area {
    padding-top: 30px
}

.registration-area {
    padding-top: 20px
}

.panel-smart {
    background: #fff;
    border: 1px solid #e8e8e8;
}

.panel-smart .panel-heading {
    font-size: 16px;
    border-bottom: 1px solid #e8e8e8
}

.panel-smart .panel-body {
    padding: 10px 15px;
}

.registration-area .inner {
    margin-top: 30px;
    margin-bottom: 20px
}

.registration-area .control-label {
    color: #8b8b8b;
    font-weight: 600
}

.cat-intro .img-thumbnail,
.registration-area .btn,
.registration-area .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.registration-area .dl-horizontal dt {
    font-weight: 400;
    margin-bottom: 5px
}

.product-info .product-details .options h6,
.registration-area .dl-horizontal dd {
    font-weight: 700
}

.registration-area .dl-horizontal dd {
    margin-bottom: 5px
}

.registration-area .dl-horizontal.total {
    color: #ffb400;
    font-size: 18px
}

.registration-area .dl-horizontal.total dd,
.registration-area .dl-horizontal.total dt,
.tabs-panel .nav-tabs>li {
    margin-bottom: 0
}

.cat-intro {
    padding-top: 10px
}

.cat-intro .cat-body {
    color: #8b8b8b;
    font-size: 13px;
    padding-left: 5px;
    text-align: justify
}

.product-filter {
    margin: 30px 0;
    padding: 8px 0;
    border: solid #d0d0d0;
    border-width: 1px 0
}

.product-filter .display {
    padding-top: 5px
}

.product-filter .display a {
    color: #2f353b;
    font-size: 24px;
    margin-right: 6px
}

.product-filter .control-label {
    padding-top: 5px;
    font-size: 18px;
    font-weight: 400
}

.product-filter .form-control {
    height: 30px;
    padding: 3px 6px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.product-info,
.product-info-box {
    padding-top: 10px
}

.product-info .images-block .thumbnail {
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.product-info.full .images-block .list-inline {
    margin-left: -5px
}

.product-info .images-block .list-inline {
    margin-left: -2px
}

.product-info .images-block .list-inline li {
    padding-left: 2px;
    padding-right: 2px
}

.product-info .images-block .list-inline .thumbnail {
    padding: 5px
}

.product-info .product-details h2 {
    margin-top: 0;
    font-size: 22px
}

.product-info .product-details h3 {
    font-size: 22px
}

.product-info .product-details .manufacturer {
    color: gray
}

.product-info .product-details .manufacturer span {
    min-width: 130px;
    display: inline-block;
    color: #2f353b
}

.product-info .product-details .price-head {
    padding-right: 10px;
    font-size: 24px;
    color: #2f353b
}

.product-info .product-details .price-tax {
    padding-top: 5px;
    font-size: 14px;
    color: #2f353b
}

.product-info .product-details .price-new {
    color: #2f353b;
    font-size: 24px;
    padding-right: 5px
}

.product-info .product-details .price-old {
    font-size: 18px;
    color: gray;
    text-decoration: line-through
}

.product-info .product-details .cart-button .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.product-info .product-details .btn-compare,
.product-info .product-details .btn-wishlist {
    color: #fff;
    background: #2f353b;
    margin-right: 3px
}

.product-info .product-details .btn-cart {
    font-size: 14px;
    color: #2f353b;
    background: #ffb400;
    text-transform: uppercase
}

.product-info .product-details .btn-cart:hover {
    color: #fff;
    background: #2f353b
}

.product-info-box+.product-info-box {
    padding-top: 30px
}

.product-info-box .heading {
    padding: 13px 20px;
    font-size: 18px;
    color: #2f353b;
    text-transform: uppercase;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 4px solid #ffb400;
    border-left: 1px solid #e8e8e8
}

.product-info-box .content {
    color: #8b8b8b;
    font-size: 13px
}

.contact-details li+li,
.tabs-panel {
    margin-top: 20px
}

.tabs-panel.panel-smart {
    padding: 0
}

.tabs-panel .nav-tabs {
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 4px solid #ffb400
}

.tabs-panel .nav-tabs>li>a {
    color: #2f353b;
    margin: 0
}

.tabs-panel .btn,
.tabs-panel .form-control,
.tabs-panel .nav-tabs>li>a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.tabs-panel .nav-tabs>li.active>a,
.tabs-panel .nav-tabs>li.active>a:focus,
.tabs-panel .nav-tabs>li.active>a:hover,
.tabs-panel .nav>li>a:focus,
.tabs-panel .nav>li>a:hover {
    background: 0 0
}

.tabs-panel .nav-tabs>li.active>a,
.tabs-panel .nav-tabs>li.active>a:focus,
.tabs-panel .nav-tabs>li.active>a:hover,
.tabs-panel .nav-tabs>li>a,
.tabs-panel .nav-tabs>li>a:hover {
    border: 0
}

.tabs-panel .nav-tabs>li.active,
.tabs-panel .nav-tabs>li.active>a {
    background: #ffb400;
    color: #fff
}

.tabs-panel .nav-tabs>li>a:hover {
    background: #f4f4f4
}

.tabs-panel .tab-content {
    padding: 20px;
    font-size: 13px
}

.tabs-panel label.control-label {
    text-transform: uppercase;
    font-weight: 400
}

.tabs-panel label.control-label.ratings {
    padding-top: 1px
}

.tabs-panel .btn {
    margin-left: -10px
}

.pagination {
    margin: 0
}

.pagination>li>a {
    color: #444c53
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: #ffb400;
    border-color: #ffb400
}

.results {
    padding-top: 10px;
    text-align: right
}

.page-box {
    color: #8b8b8b;
    font-size: 13px;
    margin-bottom: 40px
}

.page-box h3,
.page-box h4 {
    margin: 0;
    font-size: 24px;
    color: #252a2f;
    text-transform: uppercase
}

.page-box h4 {
    margin: 5px 0 15px;
    color: gray;
    font-size: 18px
}

.page-box .sm-links {
    margin-bottom: 20px
}

.page-box .sm-links li {
    background: #ffb400;
    width: 34px;
    text-align: center;
    padding: 5px 0 4px;
    margin: 0 0 0 4px
}

.page-box .sm-links li a .fa {
    color: #fff;
    font-size: 24px
}

.content-box {
    border: 1px solid #e9e9e9;
    background: #fff;
    margin-top: 20px;
    padding: 30px
}

.content-box .special-heading {
    font-size: 100px;
    color: #e60707;
    margin-top: 0;
    margin-bottom: 30px
}

#map-wrapper {
    border: 1px solid #feffff;
    margin: 20px 0;
    height: 250px
}

.side-heading {
    margin-top: 0;
    padding: 12px 20px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffb400;
    background: #252a2f
}

.list-group,
.list-group-item:first-child,
.list-group-item:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.list-group-item {
    color: #252a2f;
    font-size: 14px;
}

.list-group-item .fa {
    font-size: 12px;
    padding-right: 6px
}

.filter-group {
    margin-left: 20px
}

.panel-smart blockquote {
    margin: 0;
    padding: 5px 15px;
    color: #8b8b8b;
    font-size: 13px;
    border: 0
}

.panel-smart blockquote footer {
    padding-top: 10px;
    color: #252a2f;
    font-size: 14px
}

.contact-details li .fa {
    color: #ffbf42;
    padding: 5px 10px 0 0;
    font-size: 18px
}

.footer-links {
    /*background: #cfcfcf;*/
    background: #f5f5dc;
    border-top: 1px solid #bcbcbc;
    padding: 15px 0 15px
}

.footer-links h5 {
    text-transform: uppercase;
}

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

.footer-links li {
    padding: 2px 0;
    color: #252a2f
}

.footer-links li a {
    color: #252a2f
}

.footer-links li a:hover {
    color: #333
}

.copyright {
    /*background: #252a2f;*/
    background: #f5f5dc;
    color: #252a2f !important;
    padding: 18px 0 8px;
    color: #fff
}

.thumbnails {
    padding-left: 0
}

.thumbnails li {
    list-style-type: none
}

.pager {
    margin-top: 0
}

.thumbnail {
    margin-bottom: 10px
}

.item .thumb {
    width: 30%;
    cursor: pointer;
    float: left;
    padding: 3px;
    margin-right: 7px;
    background: #fff;
    border: 1px solid #ddd
}

.item .thumb img,
.item img {
    /*width: 100%;*/
}

.rating .fa {
    font-size: 22px
}

.rating-num {
    margin-top: 0;
    font-size: 60px
}

.progress {
    margin-bottom: 5px
}

.progress-bar {
    text-align: left
}

.rating-desc .col-md-3 {
    padding-right: 0
}

.sr-only {
    margin-left: 5px;
    overflow: visible;
    clip: auto
}

a.morelink {
    text-decoration: none;
    outline: 0
}

.morecontent span {
    display: none
}

#largeImage .close {
    opacity: 1;
    color: #fff;
    background-color: #191919;
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid #fff;
    position: absolute;
    top: -15px;
    right: -55px;
    z-index: 1032
}

#myModal .nav-tabs>li>a {
    background-color: #fff;
    border-bottom: 1px solid #ddd
}

#myModal .nav-tabs>li.active>a {
    border: 1px solid #ddd
}

.top-right-pos {
    position: absolute;
    top: 0;
    right: 0
}
.no-right-pad {
    padding-right: 0
}

.dropdown-menu-xs {
    min-width: 120px;
    padding: 1px 5px;
    margin: 2px 0 0;
    font-size: 12px;
    text-align: left;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 10px;
    clear: both;
    white-space: nowrap;
}
.mb-10 {
    margin-bottom: 10px;
}

.navbar-my-account {
  background-color: #dd833a;
  border-color: #bf6c29;
}
.navbar-my-account .navbar-brand {
  color: #ffffff;
}
.navbar-my-account .navbar-brand:hover,
.navbar-my-account .navbar-brand:focus {
  color: #ffffff;
}
.navbar-my-account .navbar-text {
  color: #ffffff;
}
.navbar-my-account .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-my-account .navbar-nav > li > a:hover,
.navbar-my-account .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #bf6c29 !important;
  background: #bf6c29 !important;
}
.navbar-my-account .navbar-nav > li > .dropdown-menu {
  background-color: #dd833a;
}
.navbar-my-account .navbar-nav > li > .dropdown-menu > li > a {
  color: #ffffff;
}
.navbar-my-account .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-my-account .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #bf6c29 !important;
  background: #bf6c29 !important;
}
.navbar-my-account .navbar-nav > li > .dropdown-menu > li.divider {
  background-color: #bf6c29 !important;
  background: #bf6c29 !important;
}
.navbar-my-account .navbar-nav > .active > a,
.navbar-my-account .navbar-nav > .active > a:hover,
.navbar-my-account .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #bf6c29 !important;
  background: #bf6c29 !important;
}
.navbar-my-account .navbar-nav > .open > a,
.navbar-my-account .navbar-nav > .open > a:hover,
.navbar-my-account .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #bf6c29 !important;
  background: #bf6c29 !important;
}
.navbar-my-account .navbar-toggle {
  border-color: #bf6c29;
  padding: 5px 10px;
}
.navbar-my-account .navbar-toggle:hover,
.navbar-my-account .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-my-account .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-my-account .navbar-collapse,
.navbar-my-account .navbar-form {
  border-color: #ffffff;
}
.navbar-my-account .navbar-link {
  color: #ffffff;
}
.navbar-my-account .navbar-link:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-my-account .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-my-account .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-my-account .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-my-account .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-my-account .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-my-account .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #bf6c29 !important;
    background: #bf6c29 !important;
  }
}

.navbar-mobile {
  background-color: #00b1e0;
  border-color: #009fc0;
}
.navbar-mobile .navbar-brand {
  color: #ffffff;
}
.navbar-mobile .navbar-brand:hover,
.navbar-mobile .navbar-brand:focus {
  color: #ffffff;
}
.navbar-mobile .navbar-text {
  color: #ffffff;
}
.navbar-mobile .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-mobile .navbar-nav > li > a:hover,
.navbar-mobile .navbar-nav > li > a:focus {
  color: #ffffff;
}
.navbar-mobile .navbar-nav > li > .dropdown-menu {
  background-color: #00b1e0;
}
.navbar-mobile .navbar-nav > li > .dropdown-menu > li > a {
  color: #ffffff;
}
.navbar-mobile .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-mobile .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #009fc0;
}
.navbar-mobile .navbar-nav > li > .dropdown-menu > li.divider {
  background-color: #009fc0;
}
.navbar-mobile .navbar-nav > .active > a,
.navbar-mobile .navbar-nav > .active > a:hover,
.navbar-mobile .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #009fc0;
}
.navbar-mobile .navbar-nav > .open > a,
.navbar-mobile .navbar-nav > .open > a:hover,
.navbar-mobile .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #009fc0;
}
.navbar-mobile .navbar-toggle {
  border-color: #009fc0;
}
.navbar-mobile .navbar-toggle:hover,
.navbar-mobile .navbar-toggle:focus {
  background-color: #009fc0;
}
.navbar-mobile .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-mobile .navbar-collapse,
.navbar-mobile .navbar-form {
  border-color: #ffffff;
}
.navbar-mobile .navbar-link {
  color: #ffffff;
}
.navbar-mobile .navbar-link:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-mobile .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-mobile .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-mobile .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-mobile .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-mobile .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-mobile .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #009fc0;
  }
}
.buttom-btn{
    position: fixed;
    bottom: 10px;
    right: 10px;
    opacity: 1;
}
.btn-circle.btn-xl {
    width: 60px;
    height: 60px;
    padding: 12px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
    background: #00b1e0;
}
@media screen and (max-height: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}

#marquee {
    font-weight: bold;
    padding-bottom: 5px;
}

.tm-icon > img {
    width: 70px;
    height: 70px;
}
