@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,800);

html, body {
  font-family: 'Karla', sans-serif;
}
h1, h2, h3, h4, h5, h6, legend {
    font-family: 'Karla', sans-serif;
}

a {
	color: #000;
}
#globalWrapper h1 {
    color: #000;
}
.home-page h1 {
    font-size: 28px;
    letter-spacing: 3px;
    margin: 100px auto 60px;
}

/* Header styles */

#super-nav-bg {
	background-color: #000;
}
#super-nav-bg, #super-nav.container {
    background-color: transparent;
	text-align: center;
	padding: 0px !important;
}
#mainHeader .super-nav-list {
	padding-top: 3px;
	padding-right: 20px;
}
#super-nav.container .super-nav-list > div > .btn {
    color: #666 !important;
}   
#super-nav.container .super-nav-list .dropdown .dropdown-menu {
  overflow-x: hidden;
}
#super-nav.container .super-nav-list #cart-dropdown .dropdown-menu .heading a {
    line-height: 12px;
}
#super-nav.container .super-nav-list #cart-dropdown .dropdown-menu {
    border: 0px solid #666;
}
#super-nav.container .super-nav-list #cart-dropdown .dropdown-menu .heading {
    color: #000;
    background-color: #f7baba;
}
#super-nav.container .super-nav-list #cart-dropdown .dropdown-menu .heading a:hover {
    color: #fff;
    background-color: #f7baba;
}
#super-nav.container .super-nav-list .dropdown .dropdown-menu a:hover {
    color: #f7baba !important;
    background-color: #000;
}
#super-nav.container .super-nav-list #cart-dropdown .dropdown-menu .cart-item .product-detail-col {
    min-height: 90px;
}
#super-nav.container .super-nav-list .dropdown .dropdown-menu {
    top: 50px;
}
#super-nav.container .super-nav-list #search-dropdown .dropdown-menu {
    top: 50px;
    margin: 0 0px 0 0;
	height: 33px;
}
#globalWrapper input#Search.form-control {
    font-size: 14px;
	padding: 0px 0px 10px 10px;
	border: 0px !important;
}
#super-nav.container .super-nav-list #search-dropdown .dropdown-menu .input-group-btn button {
    padding: 6px 10px 20px 10px;
    background-color: #f7baba;
}
#mainHeader {
    min-height: 101px;
	box-shadow: 0 0 0px rgba(0,0,0,.54);
}
#mainHeader .navbar-header {
    padding: 0px;
	margin-top: -15px;
}
#mainHeader .header-text h2 {
	font-size: 14px;
	font-weight: 400;
	color: #666;
	margin: 3px 0 0;
	display: inline;
}
.navbar-header .navbar-brand {
    float: left;
    padding: 0px 0px 8px 20px;
}
#mainHeader .navbar-header .navbar-brand img {
    height: 60px;
}
#mainMenu {
    border-top: 1px solid #000;
}
#mainMenu .nav.navbar-nav {
    padding: 0px;
	clear: left !important;
	background-color: #000;
	width: 100%;
}
#mainMenu .nav.navbar-nav > li > a > i, #mainMenu .nav.navbar-nav > li > a {
	color: #fff;
}
#mainMenu .nav.navbar-nav > li.hover > a {
    color: #fff !important;
}
.navbar-nav ul {
    top: 38px;
}
.navbar-nav li.hover > a, .navbar-nav ul li a {
    background-color: #000;
	color: #fff;
}
#mainMenu .nav.navbar-nav .nekoMegaMenu .megaInner ul li a {
	font-weight: 400 !important;
	font-size: 14px;
	text-align: left;
	border-bottom: 1px solid #fff;
}
#mainMenu .nav.navbar-nav .nekoMegaMenu .megaInner ul li a:hover {
	color: #f7baba;
}
#mainMenu .nav.navbar-nav .nekoMegaMenu .list-header a:hover {
    color: #f7baba;
}
#mainMenu .nav.navbar-nav .nekoMegaMenu .list-header {
    text-align: left;
}
#mainMenu .navbar-nav ul li a {
    border-bottom: 0px solid #666;
	font-size: 14px;
	padding: 2px 11px;
}
.navbar-nav.pull-right {
    float: left !important;
}
.navbar-nav > li a {
    font-family: 'Karla', sans-serif;
	font-size: 16px;
	font-weight: 400 !important;
	padding: 5px 20px 5px;
	cursor: pointer;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background-color: #000;
	color: #fff;
}
#mainMenu .nav.navbar-nav > li > a > i, #mainMenu .nav.navbar-nav > li > a:hover {
    color: #fff;
	background-color: #000;
}
#mainMenu .nav.navbar-nav .nekoMegaMenu {
    top: 108px;
	position: absolute !important;
	max-height: 320px;
	border-top: 1px solid #fff;
}
.navbar-nav .nekoMegaMenu {
    padding: 10px 20px;
}
#super-nav.container .super-nav-list #cart-dropdown .dropdown-menu .cart-item .product-detail-col .dismiss-cart-item {
    right: 16px;
    top: 37px;
}
#super-nav.container .super-nav-list #cart-dropdown .dropdown-menu .cart-item .product-detail-col .dismiss-cart-item a {
    color: #fe0000;
}

/* New Cart Dropdown Styles */

#mobile-cart-dropdown {
 	display: none;
}
#desktop-cart-dropdown {
    display: inline;
    padding-left: 40px;
}
#dropDown-cart.btn.btn-default {
	background-color: transparent !important;
	color: #666 !important;
}
#dropDown-cart.btn.btn-default:hover {
	background-color: transparent !important;
	color: #000 !important;
}
#super-nav.container .super-nav-list #cart-dropdown .dropdown-menu .cart-item .product-detail-col .dismiss-cart-item {
    right: 16px;
    top: 37px;
}
#super-nav.container .super-nav-list .dropdown-menu .cart-item .product-detail-col .dismiss-cart-item a {
    color: #fe0000;
}
#mobile-cart-dropdown #cart-dropdown .dropdown-menu .cart-item .product-detail-col .dismiss-cart-item {
    right: 16px;
    top: 37px;
}
#mobile-cart-dropdown #cart-dropdown .dropdown-menu .cart-item .product-detail-col .dismiss-cart-item a {
    color: #fe0000;
}
#mobile-cart-dropdown #cart-dropdown .dropdown-menu, #cart-dropdown .dropdown-menu {
    padding: 0;
    min-width: 289px;
    margin-top: 18px;
    max-height: none;
	border-radius: 0px !important;
}
@media (min-width:768px) {
    #mobile-cart-dropdown #cart-dropdown .dropdown-menu, #cart-dropdown .dropdown-menu {
    margin-right: -16px;
}
}#mobile-cart-dropdown #cart-dropdown .dropdown-menu .heading, #cart-dropdown .dropdown-menu .heading {
    text-align: right;
    text-transform: uppercase;
    padding: 10px;
    font-size: 18px;
    line-height: 18px;
}
#mobile-cart-dropdown #cart-dropdown .dropdown-menu .heading a, #cart-dropdown .dropdown-menu .heading a {
    padding: 0;
    line-height: 18px;
}
#mobile-cart-dropdown #cart-dropdown .dropdown-menu .shopping-cart-list, #cart-dropdown .dropdown-menu .shopping-cart-list {
    padding: 0;
    list-style: none;
    line-height: 15px;
    max-height: 155px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#mobile-cart-dropdown #cart-dropdown .dropdown-menu {
  background-color: #fff;
  border: 0px solid #666666;
}
#mobile-cart-dropdown .dropdown-menu .cart-item img {
    width: 100%;
}
#mobile-cart-dropdown #cart-dropdown .dropdown-menu .shopping-cart-list {
    max-height: 360px;
}
#mobile-cart-dropdown #cart-dropdown .dropdown-menu .cart-item {
    padding: 10px 0 0;
    margin: 0 10px;
    position: relative;
}
#mobile-cart-dropdown #cart-dropdown .dropdown-menu .cart-item .row>div {
    margin-bottom: 10px;
	color: #000;
}
#mobile-cart-dropdown #cart-dropdown .dropdown-menu .cart-item .product-detail-col {
    padding-left: 0;
    min-height: 68px;
}
 #mobile-cart-dropdown #cart-dropdown .dropdown-menu .cart-item .product-detail-col span {
    display: block;
    line-height: 1.4em;
    font-size: 13px;
}
#mobile-cart-dropdown #cart-dropdown .dropdown-menu .cart-item .product-detail-col .align-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}
#mobile-cart-dropdown #cart-dropdown .dropdown-menu .cart-item .product-detail-col .dismiss-cart-item {
    position: absolute;
    font-size: 24px;
    cursor: pointer;
}
#mobile-cart-dropdown #cart-dropdown .dropdown-menu .cart-item img {
    width: 100%}
#mobile-cart-dropdown #cart-dropdown .dropdown-menu .cart-total {
    padding: 12px 10px;
    font-size: 17px;
    font-weight: 700;
    color: #333;
}
#mobile-cart-dropdown #cart-dropdown .dropdown-menu .cart-btn {
    padding: 15px 10px 0;
}
#mobile-cart-dropdown #cart-dropdown .dropdown-menu .cart-btn .btn {
    border-radius: 0;
    text-align: center;
    font-weight: 700;
    padding: 7px 20px;
}
#mobile-cart-dropdown #cart-dropdown .dropdown-menu .checkout-btn {
    padding: 15px 10px;
}
#mobile-cart-dropdown #cart-dropdown .dropdown-menu .checkout-btn .btn {
    border-radius: 0;
    text-align: center;
    font-weight: 700;
    padding: 7px 20px;
}

/* line 48, ../../app/styles/theme/this-theme.scss */

#mobile-cart-dropdown #cart-dropdown .dropdown-menu .heading {
  color: #000;
  background-color: #f7baba;
}

/* line 52, ../../app/styles/theme/this-theme.scss */

#mobile-cart-dropdown #cart-dropdown .dropdown-menu .heading a {
  color: inherit;
}

/* line 55, ../../app/styles/theme/this-theme.scss */

#mobile-cart-dropdown #cart-dropdown .dropdown-menu .heading a:hover,
#mobile-cart-dropdown #cart-dropdown .dropdown-menu .heading a:active,
#mobile-cart-dropdown #cart-dropdown .dropdown-menu .heading a:focus {
  color: #fff;
  background-color: #f7baba;
}

/* line 60, ../../app/styles/theme/this-theme.scss */

#mobile-cart-dropdown #cart-dropdown .dropdown-menu .cart-item {
  border-bottom: 1px solid #e5e5e5;
}

/* line 63, ../../app/styles/theme/this-theme.scss */

#mobile-cart-dropdown #cart-dropdown .dropdown-menu .cart-total {
  color: #333;
}

/* line 68, ../../app/styles/theme/this-theme.scss */

#mobile-cart-dropdown #cart-dropdown .dropdown-menu .cart-btn:hover,
#mobile-cart-dropdown #cart-dropdown .dropdown-menu .cart-btn:active,
#mobile-cart-dropdown #cart-dropdown .dropdown-menu .cart-btn:focus {
  color: #fff;
}

@media (max-width: 767px) {
#mobile-cart-dropdown {
    display: inline;
    float: right;	  
    margin-top: 18px;
	margin-right: 10px;
} 
#desktop-cart-dropdown {
 	display: none;
}
#super-nav.container.navbar-menu-shown .super-nav-list > div {
    box-sizing: border-box;
    width: 31%;
}

}
/* End New Cart Dropdown Styles */


/* Home Banner Styles */

#homeFlex {
    margin-top: -32px;
}
.flexslider {
	border-radius: 0px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
}
.flexslider .slides > li {
    height: 925px;
    max-height: 925px;
}
.flexslider .slides img {
    top: 29px;
}
.flexslider h1 {
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0.6);
}
.flexslider .caption p {
	color: #fff;
	font-size: 20px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
	margin-left: 40px;
}
.flexslider h2 {
    background-color: transparent;
}

.banner-full-img img {
	width: 100%;
}

/* First Visit Modal Styles */

			#fvpp-blackout {
				display: none;
				z-index: 499;
				position: fixed;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				background: #000;
				opacity: 0.5;
			}
			#first-visit-message {
				display: none;
				z-index: 10000000;
				position: fixed;
				width: 40%;
				left: 30%;
				top: 35%;
				padding: 20px 2%;
				background: #FFF;
				border: 1px solid;
				text-align: center;
			}
			#first-visit-message h1 {
				margin-top: 20px;
			}
			#first-visit-message h5 {
				font-weight: 500;
			}
			#first-visit-message p {
				font-size: 12px;
				line-height: 12px;
			}
			#first-visit-message .btn-lg {
				border-radius: 0;
				padding: 12px 19px;
			}
			#fvpp-close {
				position: absolute;
				top: 10px;
				right: 20px;
				cursor: pointer;
			}
			#fvpp-dialog h2 {
				font-size: 2em;
				margin: 0;
			}
			#fvpp-dialog p {
				margin: 0;
			}


/* Newest Arrival Styles */
#newest-arrivals, .newest-arrivals-style {
    padding: 0 0 90px;
}
#globalWrapper #newest-arrivals .row > div img, #globalWrapper .newest-arrivals-style .row > div img {
    border-bottom: 0px solid #000;
}
#globalWrapper #newest-arrivals .row > div .product-description, #globalWrapper .newest-arrivals-style .row > div .product-description {
    border-bottom: 0px solid #000;
}
#newest-arrivals div.row > div div.product-description > div, .newest-arrivals-style div.row > div div.product-description > div {
    display: block;
    height: 18px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}
#newest-arrivals div.row > div div.product-description > div.product-shortname, .newest-arrivals-style div.row > div div.product-description > div.product-shortname {
    height: 55px;
    white-space: normal;
}
#newest-arrivals .row > div, .newest-arrivals-style .row > div {
    font-size: 15px;
    line-height: 18px;
}
#newest-arrivals .row>div a:active .product-description, #newest-arrivals .row>div a:focus .product-description, #newest-arrivals .row>div a:hover .product-description, .newest-arrivals-style .row>div a:active .product-description, .newest-arrivals-style .row>div a:focus .product-description, .newest-arrivals-style .row>div a:hover .product-description {
    opacity: 1;
	background-color: #f7baba;
}

/*Featured Products Styles */

#globalWrapper #featured-products {
    background-color: #000;
}
#globalWrapper #featured-products h1 {
    color: #fff;
}
#featured-products .featured-product-col .product-detail-col .description {
    margin-bottom: 18px;
}
#featured-products .featured-product-col .product-detail-col > div button {
    margin-bottom: 10px;
}	
#globalWrapper #featured-products .featured-product-col:first-of-type {
    border-right: 20px solid #000;
}

/* Dynamic Content */
#dynamic-content {
	background-repeat: none;
    margin-bottom: 25px;
    min-height: 620px;
    background-position: center;
}
.dynamic-contact {
	margin-top: 15px;
}
div.row.banners2 a img {
    width: 100%;
	padding-bottom: 55px;
}

/* Blog styles */

.home-page h1.less-margin {
    margin: 25px auto 50px;
}
#blog-home {
	margin-bottom: 60px;
	background-image: URL('http://www.companybe.com/satellite/images/bg-news.jpg');
	background-repeat: none;
    background-size: cover;
    background-position: center;	
	padding: 75px 0 90px;
}
#blog-home .blog-title h3 {
	padding-top: 20px;
}
.blog-intro-date {
	font-weight: 400;
}
.blog-view-all {
	font-size: 18px;
	padding-top: 30px;
}
#blog-listings {
	margin-top: 20px;
}
#blog-detail {
	margin-top: 20px;
}
.blog-thumbs {
	border-bottom: 0px solid #000;
}
.blog-thumb {
	overflow: hidden;
	max-height: 400px;
	overflow: hidden;
}
.blog-img {
	height: 255px;
	overflow: hidden;
}
.blog-img img {
	width: 100%;
}
.blog-img img:hover {
	opacity: 0.7;
}
.blog-title {
	height: 80px;
}
.blog-title h3 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}
#blog-detail h5 {
	font-weight: 700;
}
#blog-detail .back h5{
	color: #888;
}
#blog-detail .date {
    font-size: 16px;
	font-weight: 700;
    font-style: normal;
    line-height: 12px;
}
.blog-detail-content {
	border-left: 1px solid #000;
}
.blog-detail-content h3 {
	font-weight: 700;
}
#blog-pagination .pagination-wrapper {
	float: right;
}

/*Social Feed Styles */

#social-feed {
	padding-bottom: 10px;
}
#social-feed h1 {
	margin: 80px 0 5px;
}
#social-feed [class*=" icon-"]::before, #social-feed [class^="icon-"]::before {
	font-family: FontAwesome;
}
#social-feed #instafeed .img-frame .overlay {
    background-color: rgba(0, 0, 0, 0.6);
}
#social-feed #instafeed .img-frame .overlay {
    line-height: 1.5rem;
}
#social-feed #instafeed .img-frame img {
    width: 100%;
}
#globalWrapper #social-module {
    background-color: #fff;
	padding: 0 0 75px;
}
.social-feed-element {
    background-color: #fff;
}
#globalWrapper #social-module #social-feed-container .owl-item .image-wrapper {
    background-color: #fff;
}
#social-module #social-feed-container .owl-item .content {
	overflow: hidden;
}
.social-feed-element {
    color: #000;
}
.social-feed-element .muted {
    color: #adadad;
}
.social-feed-element .media-body div {
    color: #000;
}
.social-feed-element .author-title {
    color: #000;
}
#globalWrapper #social-module #social-feed-container .owl-item .footer .read-button {
    color: #000;
}
#globalWrapper #social-module #social-feed-container .owl-item .footer {
    border-top: 1px solid #000;
}
#globalWrapper #social-module .owl-controls .owl-page.active span {
    background-color: #000;
}
#globalWrapper #social-module .owl-controls .owl-page span {
    background-color: #d1d1d1;
}
#globalWrapper #social-module .owl-controls .owl-page:hover span {
    background-color: #000;
}
/*set a border on the images to prevent shifting*/ 
#gallery_01 img{border:2px solid white;}  

/*Change the colour*/ 
.zoom-active img{border:2px solid #333 !important;}

/*Product Listing Page & Thumbnail Styles */
.breadcrumbs {
    padding: 4em 0 0.5em;
	border-bottom: 0px solid #999 !important;
}
#content .product-listing {
	padding-top: 2.4em;
}
#newest-arrivals .row>div a:active img, #newest-arrivals .row>div a:focus img, #newest-arrivals .row>div a:hover img, .newest-arrivals-style .row>div a:active img, .newest-arrivals-style .row>div a:focus img, .newest-arrivals-style .row>div a:hover img {
    opacity: .9;
}
#newest-arrivals .row>div a:active .product-description, #newest-arrivals .row>div a:focus .product-description, #newest-arrivals .row>div a:hover .product-description, .newest-arrivals-style .row>div a:active .product-description, .newest-arrivals-style .row>div a:focus .product-description, .newest-arrivals-style .row>div a:hover .product-description {
    opacity: 1;
	color: #000;
}
#globalWrapper .breadcrumb li a {
    color: #000;
    font-size: 36px;
    font-weight: 400;
}



/*Product Detail Styles */

#globalWrapper .btn.btn-primary {
    background-color: #fff;
    border: 1px solid #000;
    color: #000 !important;
	border-radius: 0;
    font-weight: 800;
    padding: 5px 36px 3px;
	
}
#globalWrapper .btn.btn-dark {
    background-color: #fff;
    border: 1px solid #000;
    color: #000 !important;
	border-radius: 0;
    font-weight: 800;
    padding: 5px 36px 3px;
}
#globalWrapper .btn.btn-dark:hover {
    background-color: #f7baba;
	border: 1px solid #f7baba;
    color: #fff !important;
}
#globalWrapper .btn-group .btn-group-lg > .btn.dropdown-toggle, #globalWrapper .btn-group .btn.dropdown-toggle.btn-lg {
    font-size: 14px;
	width: auto;
	min-width: 100%;
}
#addToCart .dropdown-menu {
	width: auto;
	overflow-x: hidden;
	min-width: 100%;
}
#globalWrapper .dropdown-menu {
    min-width: 100%;
    width: auto;
}
#globalWrapper #featured-products .featured-product-col .product-detail-col .product-name {
    color: #666;
    font-size: 24px;
}
#globalWrapper #featured-products .featured-product-col .product-detail-col .short-description, #globalWrapper #featured-products .featured-product-col .product-detail-col .price {
    color: #666;
    font-size: 18px;
}
#globalWrapper #featured-products .featured-product-col .product-detail-col .description {
    font-size: 12px;
	color: #666;
}
#content.product-detail #product-main .buy-now {
    font-size: 14px;
}
#content.product-detail #recommended-products {
    border-top: 1px solid #000;
}
#recommended-products h1 {
    color: #000;
}
/*------ Share link styles ----------*/
.st_facebook_custom {
 color: #666;
 padding: 0 20px 20px 0; 
 cursor:pointer;
}
.st_facebook_custom:hover {
 color: #000;
 padding: 0 20px 20px 0; 
 cursor:pointer;
}

.st_twitter_custom
{
 color: #666;
 padding: 0 20px 20px 0; 
 cursor:pointer;
}
.st_twitter_custom:hover {
 color: #000;
 padding: 0 20px 20px 0; 
 cursor:pointer;
}

.st_pinterest_custom {
 color: #666;
 padding: 0 20px 20px 0; 
 cursor:pointer;
}
.st_pinterest_custom:hover {
 color: #000;
 padding: 0 20px 20px 0; 
 cursor:pointer;
}

.st_email_custom
{
 color: #666;
 padding: 0 20px 20px 0; 
 cursor:pointer;
}
.st_email_custom:hover {
 color: #000;
 padding: 0 20px 20px 0; 
 cursor:pointer;
}
/* end sharing */

/*Cart Styles*/
.container-cart {
	margin-left: 2em;
}
#cart-list .btn.btn-dark {
	padding: 7px 36px 9px;
}
#globalWrapper .btn.btn-primary:hover,
#globalWrapper .btn.btn-primary:active,
#globalWrapper .btn.btn-primary:focus {
    background-color: #000;
    border: 1px solid #000;
    color: #f7baba !important;
}
#globalWrapper .btn.btn-default:hover, #globalWrapper .btn.btn-default:active, #globalWrapper .btn.btn-default:focus {
    background-color: #000;
    color: #f7baba !important;
}
#content.cart #payment-contain #payment-form #submit-payment-btn {
    font-size: 16px;
}
.comments_field_update {
	width: 100%;
}

/*FAQ styles*/
.faq-top {
	padding-top: 130px;
}
.faq-anchor {
	padding-top: 130px;
}
#faq ul li {
    list-style: none;
}
	
/*Footer Styles */
footer.footer {
    padding: 8rem 0 8rem ;
	background-color: #000;
	color: #fff;
}
footer.footer, div.footer-label {
    text-transform: uppercase;
	color: #f7baba;
}
footer.footer a, footer.footer p {
    color: #fff;
    text-transform: none;
}
ul.footer-nav {
    list-style-type: none;
	margin-left: -4rem;
    margin-top: 2rem;
	margin-bottom: 5rem;
}
ul.social {
    list-style-type: none;
	padding-left: 0px;
}
footer.footer .social a {
    padding-right: 10px;
	font-size: 20px;
}
ul.link-small {
    list-style-type: none;
	margin-left: -4rem;
    margin-top: 2rem;
}
i.fa {
    padding-right: 5px;
}
footer.footer .newsletter .heading {
    font-size: 14px;
    margin-bottom: 2rem;
}
footer.footer .newsletter .newsletter-btn {
    top: 0;
    right: 0px;
    background-color: #f7baba;
    color: #000;
    border-radius: 0;
    padding: 5px 15px 5px;
    border: 0px solid #E9E1D4;
}
footer.footer .newsletter input {
    background-color: #fff;
    text-transform: uppercase;
    color: #231F20;
    border: 0 solid #fff;
    padding: 4px 70px 4px 15px;
    font-size: 11px;
}
footer.footer .newsletter {
    width: 500px;
}
.shadow-break.up {
    margin-bottom: 11px;
}
footer {
	border-top: none;
}
footer #mainFooter {
	padding: 90px 0 45px;
}
footer #footer-message, footer #mainFooter {
    background-color: #000;
}
#globalWrapper input.form-control, #globalWrapper select.form-control {
    background-color: #fff;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
}
footer #mainFooter .row > div {
    font-size: 15px;
}
footer #footer-message .phone-number, footer #mainFooter .phone-number {
    font-size: 15px;
	padding-top: 0;
}
footer #mainFooter .row > div .desktop-hours {
    margin-bottom: 28px;
}
footer #mainFooter .row > div .map-label {
    font-size: 15px;
}
footer #mainFooter .row > div .map-link img {
    max-width: 313px;
}
footer #footer-message, footer #mainFooter {
    color: #fff;
}
footer #mainFooter .locations-heading, .info-heading, .connect-heading {
    border-bottom: 1px solid #fff;
}
footer #mainFooter .row > div ul li {
    font-weight: 600;
	padding-bottom: 1px;
}
footer #mainFooter .row > div ul li a {
    color: #fff;
}
footer #mainFooter .row > div ul li a:hover {
    color: #666;
}
footer #mainFooter .locations, footer #mainFooter .info {
	margin-left: -15px;
	margin-top: 5px;
}
footer #mainFooter .row > div h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 7px;
    margin-bottom: 3px;
    text-transform: uppercase;
}
footer #mainFooter .subscribeSubmit {
    background-color: #666 !important;
    font-weight: 400;
}
.store-phone-div {
	margin-bottom: 2px;
}
.store-phone {
	color: #fff !important;
}
footer #mainFooter .locations-section {
	border-bottom: 1px solid #fff;
	height: 280px;
}
footer #mainFooter .info-section {
	border-bottom: 1px solid #fff;
	height: 280px;
	margin-left: 3em;
}
footer #mainFooter .news-section {
	margin-left: 3em;
}
footer #mainFooter .footer-links {
	font-size: 0.8em;
}
footer #mainFooter .row > div ul.footer-links {
	padding: 15px 0 0 0;
}
footer #mainFooter .row > div .foot-newsletter {
    margin-top: 100px;
}
footer .social {
	list-style: none;
}
footer .social li {
	display: inline-block;
}
footer p {
	font-size: 0.8em;
	color: #fff;
}
footer #built-by {
    padding: 15px 2em 0;
}
#built-by .cobe-logo {
    height: 40px;
    margin-top: 0;
    padding: 5px 0 0 40px;
}

@media (max-width: 1500px) {

.flexslider .slides > li {
    height: 740px;
    max-height: 860px;
}
}

@media (max-width: 1200px) {

#newest-arrivals, .newest-arrivals-style {
    margin-top: 0;
    padding: 0 0 90px;
}
#mainMenu .nav.navbar-nav .nekoMegaMenu {
    max-height: 390px;
}
.flexslider .slides > li {
    height: 640px;
    max-height: 640px;
}
footer.footer .newsletter input {
    padding: 5px 20px 5px 15px;
}
}	


@media (max-width: 992px) {

.navbar-header .navbar-brand {
    margin: 2px 0 0 0;
}
#super-nav.container .super-nav-list .dropdown .dropdown-menu {
    top: 94px;
}
#super-nav.container .super-nav-list #search-dropdown .dropdown-menu {
    top: 97px;
}
#mainMenu .nav.navbar-nav .nekoMegaMenu {
    top: 127px;
    position: fixed !important;
}
#mainHeader .navbar-header .navbar-brand img {
    height: 50px;
}
.navbar-nav > li a {
	font-size: 13px;
	padding: 10px 7px 6px;
}
#mainHeader .navbar-header .navbar-brand img {
    margin: 0;
}
.flexslider .slides > li {
    height: 520px;
    max-height: 520px;
}
#newest-arrivals .row > div, .newest-arrivals-style .row > div {
    font-size: 12px;
}
.blog-detail-content {
	border-left: 0px solid #000;
}
.blog-thumb {
    max-height: 475px;
}
.blog-img {
    height: 400px;
}
footer.footer {
    text-align: left;
}
}


@media (max-width: 767px) {

#first-visit-message {
    width: 90%;
    left: 5%;
    top: 20%;
}
#mainHeader {
    min-height: 55px;
}
#mainHeader .navbar-header {
    margin-top: 0;
	border-bottom: 1px solid #000;
}
.navbar-header .navbar-brand {
    margin: 10px 0px 0px -10px !important;
}
#mainHeader .header-text h2 {
	display: none;
}
#super-nav.container .super-nav-list > div > .btn {
    color: #fff !important;
}
#super-nav.container .super-nav-list > div > .btn:hover,
#super-nav.container .super-nav-list > div > .btn:active {
  color: #666 !important;
}
#mainHeader .navbar-header .navbar-brand img {
    height: 35px;
}
#mainMenu .nav.navbar-nav .nekoMegaMenu {
    background-color: #fff;
    color: #000;
	top: 0px;
	position: relative !important;
}
#mainMenu .nav.navbar-nav .nekoMegaMenu .megaInner ul {
    background-color: #fff;
}
.navbar-nav li.hover > a, .navbar-nav ul li a {
    background-color: #fff;
}

#super-nav.container.navbar-menu-shown {
    top: 56px;
}
#super-nav.container.navbar-menu-shown .super-nav-list {
	width: 200px;
	float: right;
}
#super-nav-bg, #super-nav.container {
    text-align: right;
}
#super-nav.container.navbar-menu-shown .super-nav-list > div {
    width: 18%;
}
#mainMenu.navbar-collapse.collapse.in .navbar-nav, #mainMenu.navbar-collapse.collapsing .navbar-nav {
    margin: 70px 0 0;
}
div.header-text-left, h6 {
    margin-bottom: 0em;
    font-size: 10px;
    color: #fff !important;
	float: left;
	padding: 7px 0px 0px 2px;
}
.breadcrumbs {
    padding: 2em 0 0.5em;
}
#homeFlex {
    margin-top: 0;
}
.flexslider .slides > li {
    height: 455px;
    max-height: 455px;
}
#newest-arrivals, .newest-arrivals-style {
    margin-top: 0;
}
.blog-thumb {
	max-height: 400px;
}
.blog-img {
	height: 330px;
}
footer #built-by {
    padding: 15px 0 0;
}
}

@media (max-width: 440px) {

.flexslider .slides > li {
    height: 300px;
    max-height: 433px;
}
.blog-img {
	height: 230px;
}
div.header-text-left, h6 {
    font-size: 9px;
}
#super-nav.container.navbar-menu-shown .super-nav-list {
    width: 150px;
}
}

@media (max-width: 400px) {

.flexslider .slides > li {
    height: 250px;
    max-height: 250px;
}
div.header-text-left, h6 {
    font-size: 8px;
}
.blog-img {
	height: 210px;
}
}