@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
/*.hidden{ visibility:hidden}*/
*{ 
	/*font-family: 'Roboto Condensed', sans-serif;*/
	
}
div, input, button, .btn{
	-webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
	}
.btn{ font-family: 'Playfair Display', serif !important;}
.container-fluid{ padding-left:5%; padding-right:5%;}

.form-control:focus {
  border-color:#ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none;
}
input[type='text']:focus {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none;    
}


body h1,h2,h3,h4,h5{ 
	font-family: 'Playfair Display', serif !important;
}

h1{ font-size:28px;}

p{
	font-family: 'Roboto Condensed', sans-serif; 
	font-weight:normal; 
	font-size:13px;}
#topbar {
 /* background: #3c3c3c;*/
 background:#524fa6;
  padding: 5px 0;
 /* border-bottom: 1px solid #eee;*/
  font-size: 12px;
}
#topbar .contact-info {
	 color: #e4e4e4;
	 letter-spacing:2px;
	 line-height:14px;
}
#topbar .contact-info a {
  line-height: 1;
  color: #e4e4e4;
  letter-spacing:2px;
}

#topbar .contact-info a:hover {
  color: #FFF;
}

#topbar .contact-info i {
  color: #e4e4e4;
  padding:0 4px;
  line-height:14px;
  
}

#topbar .contact-info .fa-phone {
 /* padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #666;*/
}

/*#topbar .social-links a {
  color: #e4e4e4;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #666;
}

#topbar .social-links a:hover {
  color: #50d8af;
}

#topbar .social-links a:first-child {
  border-left: 0;
}*/
#topbar .country-list{}
#topbar .country-list select{ padding:0; margin:0; font-size:12px; font-weight:normal; letter-spacing:1px; height: 14px; border:none; background:none; color:#FFF;}
#topbar .country-list option{ padding:5px; color:#000;}
#topbar h5{ color:#fff; font-size:14px; line-height:14px; padding:0; margin:0; }


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 15px 0;
  height: 84px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 1;
 /* font-family: "Montserrat", sans-serif;*/
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #50d8af;
}

#header #logo img {
  padding: 0;
  margin: 0;
  display:block;
  /*width:220px;*/
}
#header .search-bar{
	/*margin:2px;*/
	margin:0;
}
.search {
  position: relative;
  color: #aaa;
  font-size: 16px;
  width:100%;
  
}

.search input {
  width: 250px;
  height: 32px;

  /*background: #fcfcfc;*/
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  /*box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;*/
}

.search input { 
text-indent: 5px;
font-family: 'Playfair Display', serif; 
font-style:italic; 
font-size:13px;
/*letter-spacing:1px;*/
}

.search .fa-search { 
  position: absolute;
  top: 6px;
  right: 10px;
}


@media (max-width: 768px) {
  .search-bar
  {
	  padding:5%;
  }
  .search input{
	  width:100%;
	  border:none;

	}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}
.nav-menu li span {
  font-size:14px;
  margin:0 0 0 10px;
  color:#000;
 /* font-family: 'Playfair Display', serif !important;
  letter-spacing:1px;*/
  
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  /*margin: 10px  0 0 0;*/
  margin: -10px  0 0 0;
}
.menu-part1{ padding-top:15px;}
.menu-part2{ padding-top:15px; border-left:1px solid #E6E6E6;}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  /*font-family: "Raleway", sans-serif;*/
  font-family: 'Roboto Condensed', sans-serif;
  /*font-weight: 700;*/
  font-size: 14px;
  text-transform:uppercase;
  letter-spacing:1px;
  /*font-weight:300;*/
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #19bbc8;
}

.nav-menu > li {
  /*margin-left: 10px;*/
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  width:500px;
}


.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #50d8af;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: -20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #555;
  margin-top:50px;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
  .menu-part1 li span{ color:#50d8af !important; font-size:14px;}
  .menu-part2 li span{ color:#50d8af !important; font-size:14px;}
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  /*position: relative;*/
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #50d8af;
}

#mobile-nav ul .menu-item-active {
  color: #50d8af;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}



/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/
#banner {
/*  width: 100%;
  height: 60vh;
  position: relative;
  background:#0FF;
  background-size: cover;*/
  
}

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}


.carousel-caption {
	top:30%;
}
.carousel-caption h1{
	font-size: 4em;    
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
	font-family: 'Playfair Display', serif;
}
.carousel-caption .btn.btn-lg {padding: 10px 40px;  font-family: 'Roboto Condensed', sans-serif;}
.carousel-caption .btn.btn-banner-text {
    color: #f5f5f5;
    background-color:rgba(0,0,0,0.6);
    border:2px solid #FFF;
    outline: none;
    margin: 20px auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	letter-spacing:2px;
}







@media screen and (min-width: 980px){
    /*.banner-text { width: 980px; }    */
}
@media screen and (max-width: 640px){
	    .carousel-caption 
		{
			top:10%;
		}
		.carousel-caption h1
		{
			font-size: 2em;
		}
		.carousel-caption .btn.btn-lg
		{
			padding: 5px 10px;
			 margin: 5px auto;
			 font-size:14px;
		}

}



/*category*/
.product-section {
  padding: 3em 0 0 0;
 /* background: rgba(0, 0, 0, 0.03) !important;*/
}
@media screen and (max-width: 768px) {
  .product-section {
    padding: 3em 0;
  }
}

.product-section .item-thumb {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  margin-bottom: 50px;
/*  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);*/
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}
.product-section .item-thumb .image {

  overflow: hidden;
 
}
.product-section .item-thumb .thumb-caption {
  padding: 30px;
}
.fh5co-product-section .item-thumb .v-align h3 {
  font-weight: 700;
  font-size: 20px;
}
.product-section .item-thumb .v-align h5 {
  color: rgba(0, 0, 0, 0.3);
}
.product-section .item-thumb:hover, .product-section .item-thumb:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}


.thumb-caption h4{ color:#8D663F; font-weight:normal; display:block; height:65px;}
.thumb-caption h5{ color:#000; text-transform:uppercase; font-size:14px; font-weight:normal; font-family: 'Roboto Condensed', sans-serif !important; letter-spacing:1px;}


/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 30px 0;
}
#testimonials h2{
	color:#8D663F;
}
#testimonials p{
	font-size:15px;
}
#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  /*font-weight: bold;*/
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  margin: 0 auto 15px auto;
 /* font-family: 'Playfair Display', serif !important;
  font-weight:normal;*/
}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #50d8af;
}



/* Footer Section
--------------------------------*/
.footer { width:100%; margin:0 auto; background:#111111; padding:40px 0 30px 0;}
.footer img{ padding:3px;}
.footer p{ font-size:15px; font-weight:400; line-height:30px; color:#79787f;}
.footer h5{  color:#fff; line-height:24px; margin-bottom:15px;}
.footer h4{ font-size:14px; font-weight:normal; color:#aaa; line-height:20px; padding-top:0px; padding-bottom:5px;}

.footer_link ul { padding:0px; margin:0px}
.footer_link ul li { line-height:35px; list-style:none;}
.footer_link ul li a { font-size:13px; color:#aaa;  letter-spacing:1px;}
.footer_link ul li a:hover{ color:#19bbc8; text-decoration:none;}
.footer_link ul li i {  width:15px; color:#aaa; font-size:12px;}

.social_icon ul { padding:0px; margin:0px}
.social_icon ul li{
	float:left; 
	list-style:none;	
	background:#17222c;
	/*border-radius:15%;*/
	font-size:12px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	text-decoration: none;
	transition:all 0.4s ease-in-out;
	margin:8px 8px 7px 0;
	top: 0;
	position: relative;
	padding: 0;}
.social_icon ul li:hover{ background:#19bbc8 !important; color:#fff;}
.social_icon ul li a{color:#fff; font-size:16px;}


.inline-mode li {
    display: inline-block;
    margin-right: 6px;
}

.footer-btm {width:100%; margin:0 auto; background:#060606; padding:10px 0;}
.footer-btm p{ font-size:13px; color:#aaa; line-height:30px; margin:0; letter-spacing:2px;}
.footer-btm h3{ text-align:right; margin:0;}
.subscribe{ margin-top:20px;}
.subscribe label{ color:#999;  font-family: 'Playfair Display', serif; font-style:italic;  font-size:14px;}
.subscribe input{ border:none; font-family: 'Playfair Display', serif; font-style:italic; font-size:14px; padding:10px; font-weight:normal;}
.subscribe .btn-secondary{ border:none; background:#19bbc8; font-family: 'Playfair Display', serif; font-style:italic; font-size:14px;}
@media (max-width: 767px) {
   .footer{ text-align:center;}		
   .footer h5{ margin-top:50px;}
  .footer_link ul li a{ display:block; text-align:center;}
  .footer .social_icon{  width:138px; margin:0 auto;}
  .footer .social_icon ul{}
  .footer .social_icon ul li{ width:30px; height:30px; line-height:30px; margin: 2px;}
  .footer-btm{ text-align:center;}
}
/*--end-footer--*/


/*-------------------------------*/
/*Inner Page*/
.no-top-padding{ padding-top:0;}
.page-header-section{ padding:50px 0;    /* background: rgba(0, 0, 0, 0.03) !important;*/}
.page-header-section h1{text-transform:capitalize;}
.product-thumbnails .thumb-caption p{ font-size:12px; margin:0; padding:0; color:#9F9F9F; text-decoration:line-through;}
.product-thumbnails h4{ font-size:16px;}
.product-thumbnails .tag{   width:60px; height:60px; position:absolute; z-index:1; bottom:90px; background-image:url(../images/tag.png);}
.product-thumbnails .tag p{ margin-top:10px; font-weight:bold; font-size:14px; line-height:16px; color:#FFF; font-family: 'Playfair Display', serif;}

.page-body-section{ text-align:left; margin-bottom:50px;}
.page-body-section h1{ text-transform:capitalize;}
.page-body-section h2{ font-size:18px; color:#8D663F; text-transform:capitalize; margin:40px 0 0 0;}
.page-body-section h3{ font-size:16px; color:#8D663F; margin:20px 0;}
.page-body-section p{  font-size:14px; line-height:22px; color:#666; font-family: 'Open Sans', sans-serif ; font-weight:300; margin:10px 0;}
.page-body-section a{ font-weight:normal; color:#18c3de; font-family: 'Open Sans', sans-serif ;}
/*product details*/
.product-details{ }
.product-title h1{ color:#8D663F; font-size:26px;}
.price-section{ margin:25px 0; border-bottom:1px solid #DDD;}
.price-section h5{font-family: 'Roboto Condensed', sans-serif !important; font-weight:300;  text-decoration:line-through;}
.price-section h4{font-family: 'Roboto Condensed', sans-serif !important; font-weight:normal; color:#19bbc8;}
.price-section .discount_value{font-family: 'Open Sans', sans-serif ; font-size:16px; font-weight:300;   color:#C00 !important}
.price-section p{ font-size:12px; letter-spacing:2px;}
.features-section{ margin:25px 0;}
.features-section h5{color:#8D663F;}
.features-section p{ margin:25px 0;}
.features-text ul{  padding:0 0 0 20px;}
.features-text ul li{ font-size:14px;}
.cart{ margin-top:15px;}
.maxl{
  /*margin:25px ;*/
}
.inline{
  display: inline-block;
}
.inline + .inline{
  margin-left:10px;
}
.radio{
  color:#999;
  font-size:13px;
  position:relative;
  text-transform:uppercase;
  letter-spacing:1px;
}
.radio span{
  position:relative;
   padding-left:20px;
}
.radio span:after{
  content:'';
  width:15px;
  height:15px;
  border:2px solid;
  position:absolute;
  left:0;
  top:1px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
  box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.radio input[type="radio"]{
   cursor: pointer; 
  position:absolute;
  width:100%;
  height:100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.radio input[type="radio"]:checked + span{
  color:#8D663F;  
}
.radio input[type="radio"]:checked + span:before{
    content:'';
  width:5px;
  height:5px;
  position:absolute;
  background:#8D663F;
  left:5px;
  top:6px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}
@media (max-width: 767px) {
	.product-details{ text-align:center; margin-top:30px;}	
	.product-details h1{ font-size:20px;}
	.features-text{ text-align:left !important;}
	.features-text h5{ text-align:center; border-bottom:1px  solid #DDD; padding-bottom:20px;}
	}

#logo{ margin-top:-12px;}
.empty-msg{ padding:100px;}

/*---------------------*/
/*Loader*/
/*---------------------*/
/*.loader {position: fixed; z-index:99999; top: 0; left: 0; bottom: 0; right: 0; margin: auto; width:120px; height:60px; text-align:center; padding:10px; background:#fff;
 font-family: 'Open Sans', sans-serif ;
font-size:12px;
color:#333;
font-weight:bold;
border:1px solid #CCC; 
-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.9);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.9);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.9);
}*/


.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index:9999;
    background-color: rgba(255,255,255,.8);
}

.loader  .loader-img{position: fixed; z-index:99999; top: 0; left: 0; bottom: 0; right: 0; margin: auto; width:120px; height:60px; text-align:center; padding:10px; background:#fff;
 font-family: 'Open Sans', sans-serif ;
font-size:12px;
color:#333;
font-weight:bold;
border:1px solid #CCC; 
/*-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.9);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.9);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.9);*/
}

.size-guide{ margin-top:10px; margin-bottom:10px;}
.block{ border-bottom:1px solid #D6D6D6; padding-bottom:25px; margin-bottom:25px;}
label{ font-size:14px;}
.btn-primary{ background:#524fa6 !important; border:none !important;}
.btn-primary:hover{ background:#6D6ACA !important; }
/*input{font-family: 'Open Sans', sans-serif ;}*/
#forgotDiv{ display:none;}
label.error{ color:#C00; font-size:12px; font-family: 'Open Sans', sans-serif ;}
input[type="text"]{ text-transform:capitalize;}
input[type="email"]{ text-transform:lowercase;}


@media(min-width:768px){
    .artistDropdown{ float:right; margin-top:-40px;}
}


