/******************************************************

GENERAL STYLE ELEMENTS

 *******************************************************/

* {
    outline: none;   
}
body {
	color: #5a5a5a;
}

.carousel {
	margin-bottom: 60px;
}

.carousel .container {
	position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.carousel-control {
	background-color: transparent;
    border: 0;
    font-size: 120px;
    margin-top: 0;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
}

.carousel .item {
	height: 500px;
}

.carousel img {
	min-width: 100%;
    height: 500px;
}

.carousel-caption {
	background-color: transparent;
    position: static;
    max-width: 550px;
    padding: 0 20px;
    margin-bottom: 100px;
}

.carousel-caption h1,
.carousel-caption .lead {
	margin: 0;
	line-height: 1.25;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
}

.carousel-caption .btn {
	margin-top: 10px;
}

/******************************************************

FULL WIDTH STYLE ELEMENTS

 *******************************************************/

#full-width-slider {
    margin-bottom: 35px;
    width: 100%;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.75);
  left: 30px;
  right: auto;
}
.infoBlock h4 {
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; 
} 
.photosBy a {
  color: #000;
}
.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 520px !important;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 660px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important;
  }
  .infoBlock {
    padding: 10px;
    height: 100%;
    max-height: 100%;
    min-width: 40%;
    left: 0;
    top: 0;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}


/******************************************************

DEVICE SPECIFIC STYLES

 *******************************************************/

@media (max-width: 979px) {

.container.navbar-wrapper {
	margin-bottom: 0;
	width: auto;
}

.navbar-inner {
	border-radius: 0;
	margin: -20px 0;
}

.carousel .item {
	height: 500px;
}

.carousel img {
	width: auto;
	height: 500px;
}

.featurette {
	height: auto;
	padding: 0;
}

.featurette-image.pull-left,
.featurette-image.pull-right {
	display: block;
	float: none;
	max-width: 40%;
	margin: 0 auto 20px;
}

}

@media (max-width: 767px) {

.navbar-inner {
	margin: -20px;
}

.carousel {
	margin-left: -20px;
	margin-right: -20px;
}

.carousel .container {
}

.carousel .item {
	height: 300px;
}

.carousel img {
	height: 300px;
}

.carousel-caption {
	width: 65%;
	padding: 0 70px;
	margin-bottom: 40px;
}

.carousel-caption h1 {
	font-size: 30px;
}

.carousel-caption .lead,
.carousel-caption .btn {
	font-size: 18px;
}

.marketing .span4 + .span4 {
	margin-top: 40px;
}

.featurette-heading {
	font-size: 30px;
}

.featurette .lead {
	font-size: 18px;
	line-height: 1.5;
}

}


/******************************************************

TOP MENUS STYLING

 *******************************************************/
 
#top_menu {
}

#cart_menu {
    background: url("../img/background.png") repeat scroll 0 0 transparent;
    border-bottom: 1px solid #DDDDDD;
    height: 50px;
}

.left_text {
    color: #8E8E8E;
    float: left;
    line-height: 47px;
}

.left_text a {
    color: #666666;
    font-weight: bold;
}

.left_text a:hover {
    color: #00c0db;
    text-decoration: none;
}

.cart_details {
    float: right;
}

ul.cart {
    color: #8E8E8E;
    font-size: 13px;
    list-style: none outside none;
    padding-top: 19px;
    margin-right: -14px;
}

ul.cart li {
    border-left: 1px solid #CCCCCC;
    float: left;
    line-height: 10px;
    margin-right: 14px;
    padding-left: 14px;
}

ul.cart li a {
    color: #8E8E8E;
}

ul.cart li.checkout a {
    color: #00c0db;
    font-weight: bold;
}

#nav_menu {
    clear: both;
    min-height: 145px;
    padding-top: 44px;
}

#logo {
    float: left;
    margin-right: 20px;
    margin-top: 25px;
}

#logo a {
    
      font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight:700;
    
    font-size: 20px;
    line-height: 45px;
    margin-right: 5px;
}

ul.main_menu {
    float: left;
    list-style: none outside none;
    margin-left: -22px;
    margin-top: 40px;
}

ul.main_menu li {
    float: left;
    font-size: 14px;
    margin-left: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

ul.main_menu li a:hover {
    text-decoration: none;
    color: #00c0db;
}

ul.main_menu li a {
    color: #909090;
}

#social_icons {
    float: right;
    margin-top: 26px;
}

#social_icons .facebook_icon, .twitter_icon {
    float: left;
    margin-left: 10px;
}

.pinterest_icon {
    float: left;
    margin-left: 11px;
}

.google_icon {
}

/******************************************************

SUB-MENU STYLING

 *******************************************************/
 
.sf-menu, .sf-menu * {
    margin:			0;
	padding:		0;
	list-style:		none;
}

.sf-menu {
	line-height:	1.0;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em;
}

.sf-menu ul li {
	width:			100%;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float:			left;
	position:		relative;
}

.sf-menu a {
	display:		block;
	position:		relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em;
	top:			0;
}

.sf-menu {
    background: #FFFFFF;
}

.sf-sub-indicator {
    background: url("../img/dropdown_arrow2.png") no-repeat scroll 7px 7px transparent;
    height: 21px;
    position: absolute;
    width: 47px;
}

.sf-menu li.sfHover:hover .sf-sub-indicator  {
    background: url("../img/dropdown_arrow_hover.png") no-repeat scroll 7px 7px transparent;
    height: 21px;
    position: absolute;
    width: 47px;
}

a.sf-with-ul {
    padding-right: 15px;
}

.sf-menu li.sfHover a {
    color: #00c0db !important;
}

.sf-menu li.sfHover ul li a {
    color: #8E8E8E !important;
}

.sf-menu li.sfHover ul li a:hover {
    color: #00c0db !important;
}

.sf-menu li.sfHover ul {
    margin-left: 0;
    top: 37px;
    background: #fff;
    margin-left: -8px;
    border: 1px solid #eee;
    padding-top: 15px;
    padding-right: 40px;
    box-shadow: 0px 0px 1px #eee;
}

/******************************************************

FEATURED PRODUCTS STYLING

 *******************************************************/

#featured_products {
}

#featured_products_top {
    height: 79px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 51px;
}

#featured_products_title {
    color: #777777;
    float: left;
    font-family: Arial,sans-serif !important;
    font-size: 21px;
    text-transform: uppercase;
}

#featured_products_search {
    float: right;
}

ul.featured_products {
    list-style: none outside none;
    margin-left: -68px;
}

ul.featured_products li {
    background: none repeat scroll 0 0 #F3F3F3;
    float: left;
    margin-bottom: 52px;
    margin-left: 69px;
    padding-left: 13px;
    width: 227px;
    padding-bottom: 15px;
}

ul.featured_products li:hover, ul.featured_products li:hover i, ul.featured_products li:hover a {
    background: none repeat scroll 0 0 #00c0db;
    color: #FFFFFF;
}

ul.featured_products li .featured_product_image {
    margin-bottom: 13px;
    margin-left: -13px;
}

ul.featured_products li a {
	font-weight: bold;
	color: #8E8E8E;
	text-decoration: none;
}

ul.featured_products li i {
    margin-left: 4px;
    color: #bbb;
}

span.badge {
    background: none repeat scroll 0 0 #CCCCCC;
    line-height: 15px;
    margin-left: 4px;
    padding-top: 2px;
}

span.badge:hover {
    background: none repeat scroll 0 0 #00c0db;
    cursor: pointer;
}

input.search-query {
    background: url("../img/search-icon.png") no-repeat scroll 153px center transparent;
    font-size: 12px;
    font-style: italic;
}

.collection_description {
    color: #A6A6AD;
    font-size: 14px;
    line-height: 31px;
    margin-top: -10px;
    margin-bottom: 45px;
}

.compare-at-price {
    font-style: normal;
    text-decoration: line-through;
}

.collection_container {
    float: left;
    margin-left: 0;
    padding-bottom: 30px;
}

.sidebar {
    float: left;
    margin-left: 50px !important;
    margin-top: -21px;
}

.collections_list ul {
    list-style: none;
    margin-left: 0px;
}

.collections_list ul li {
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.collections_list {
    margin-top: 21px;
}

/******************************************************

SINGLE PRODUCT STYLING

 *******************************************************/

#featured_products_top_single {
    border-bottom: 1px solid #E5E5E5;
    height: 107px;
    margin-bottom: 51px;
}

#featured_products_title_single {
    color: #777777;
    float: none;
    font-family: Arial,sans-serif !important;
    font-size: 21px;
    text-transform: uppercase;
}

#featured_products_search_single {
    float: right;
}

#breadcrumbs {
    color: #A6A6A6;
    float: none;
    margin-top: 15px;
}

#breadcrumbs a {
    color: #a6a6a6 !important;
}

#breadcrumbs a:hover {
    color: #00c0db !important;
    text-decoration: none;
}

#product_single {
    padding-bottom: 45px;
}

.product_image {
}

p.product_image_text {
    margin-top: 10px;
    color: #bbb;
    font-weight: bold;
}

.product_text {
    margin-top: 30px;
    line-height: 30px;
}

.product_share {
    margin-top: 40px;
}

.product_share .pin-it-button {
    float: left;
    margin-left: -25px;
    margin-right: 8px;
    margin-top: -1px !important;
}

.product_share .tweet_button {
    float: left;
}

#variants {
    margin-top: 33px;
}

h3.product_title_specific {
    margin-top: -15px;
}

.product-image-left {
    margin-left: 0px !important;
    margin-top: 11px;
}

.related_products {
    border-top: 1px solid #E9E9E9;
    padding-top: 40px;
}

h2.related_products_title {
    margin-bottom: 50px;
}

/******************************************************

CART PAGE STYLING

 *******************************************************/
 
td.images-and-description a {
    float: left;
}

td.images-and-description h4 {
    float: left;
    margin-left: 12px;
    line-height: 27px;
    font-size: 14px;
}

#cartform {
    margin-bottom: 51px;
}

#empty-cart {
    padding-bottom: 40px;
}

a.checkout-top {
    margin-top: -30px;
    clear: both;
    float: right;
    position: relative;
}

/******************************************************

ACCOUNT PAGES STYLING

 *******************************************************/

#forgot_password {
    margin-top: 10px;
    font-size: 12px;
}

#customer-login {
    padding-bottom: 55px;
}

#recover-password {
    display: none;
}

#customer-login, #recover-password {
    padding-bottom: 55px;
}

.change-password-form {
    margin-top: 20px;
}

.account_page {
    padding-bottom: 45px;
}

.rte {
    margin-top: 6px;
}

.action_add {
    margin-top: 18px;
    margin-left: 13px;
}

/******************************************************

PAGE SINGLE STYLING

 *******************************************************/

.page_text, .page_text ul li {
    line-height: 30px;
}

#page_single {
    padding-bottom: 35px;
}

/******************************************************

BLOG PAGE STYLING

 *******************************************************/

ul#blog-content {
    list-style: none;
}

ul#blog-content {
    margin-top: -16px;
}

ul#blog-content li {
    margin-bottom: 50px;
}

.post_top {
}

.post_top h2 a, .post_top h2 a:hover {
    color: #5A5A5A !important;
    text-decoration: none;
}

.post_top p.description {
    color: #A6A6A6 !important;
    font-size: 12px;
    margin-bottom: 23px;
    margin-top: -4px;
    font-style: italic;
}

.post_top p.description a {
    color: #A6A6A6 !important;
}

.post_excerpt {
    line-height: 30px;
}

.blog-categories {
    margin-top: -16px;
}

.blog-categories h3 {
    margin-bottom: 15px !important;
}

a.read_more {
    margin-top: 25px;
}

span.label-info {
    margin-bottom: 5px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

span.label-info a {
    line-height: 20px !important;
    color: #FFFFFF !important;
}

.post_share {
    float: right;
    margin-top: 31px;
}

.post_share .tweet_button {
    float: right;
    margin-left: 8px;
}

.feed_box h4 {
    float: left;
    height: 20px;
    line-height: 25px;
    margin-left: 20px;
    width: 130px;
    margin-top: 9px;
}

.feed_box h4 a, .feed_box h4 a:hover {
    text-decoration: none !important;
    color: #5A5A5A !important;
}

.feed_box img {
    float: left;
    height: 71px;
    width: 71px;
}

.feed_box {
    height: 70px;
    margin-bottom: 57px;
}

.post_links {
    margin-top: 30px;
    float: left;
}

.comments_section {
    margin-top: 105px;
    float: none;
    padding-top: 30px;
    border-top: 1px solid #EEEEEE;
}

.comments_section ul {
    list-style: none;
    margin-left: 0px;
    margin-top: 30px;
}

p.comment-date {
    margin-top: 13px;
    color: #ccc;
}

.pagination {
    clear: both;
    float: none;
    margin: 20px 0;
}

/******************************************************

FOOTER STYLING

 *******************************************************/

footer {
    background: url("../img/background.png") repeat scroll 0 0 transparent;
    border-top: 1px solid #DDDDDD;
    padding-top: 45px;
    padding-bottom: 40px;
	margin-bottom: -20px;
}

.footer_left_text {
    color: #8E8E8E;
}

.footer_left_text a {
    color: #00c0db;
    font-weight: bold;
}

.footer_left_menu ul {
    list-style: none;
    float: left;
    margin-left: 0px;
    margin-top: 15px;
}

.footer_left_menu ul li {
    float: left;
    margin-right: 14px;
    border-right: 1px solid #c9c9c9;
    padding-right: 14px;
    line-height: 10px;
}

.footer_left_menu ul li a {
    color: #b1b1b1 !important;
}

.footer_left_menu ul li a:hover {
    color: #00c0db !important;
    text-decoration: none;
}

.footer_right_cards {
    float: right;
}

.footer_right_cards ul {
    list-style: none;
}

.footer_right_cards ul li {
    float: left;
    margin-left: 5px;
    margin-top: -20px;
}

/******************************************************

HEADINGS AND MAIN TEXT FONTS

 *******************************************************/
 
h1, h2, h3, h4, h5, h6, .page_text, .post_excerpt, .product_text {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

ul.main_menu li {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}