/*-------------------------------------------------
 = Table of Content
 1.General                              
 2.Header                         
 4.Homes section                              
 5.Shop section        
 7.Blogs section                                
 8.Contact Section                                                            
 9.Other Pages(Shortcodes, 404, Coming Soon etc...)                                                       
 12.Footer                            
-------------------------------------------------*/

/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.oh { overflow: hidden; }

.mb0 {margin-bottom: 0px !important; }
.mb10 {margin-bottom: 10px !important; }
.mb15 {margin-bottom: 15px !important; }
.mb20 {margin-bottom: 20px !important; }
.mb30 {margin-bottom: 30px !important; }
.mb40 {margin-bottom: 40px !important; }
.mb50 {margin-bottom: 50px !important; }

.mt0 {margin-top: 0px !important; }
.mt10 {margin-top: 10px !important; }
.mt15 {margin-top: 15px !important; }
.mt20 {margin-top: 20px !important; }
.mt30 {margin-top: 30px !important; }
.mt40 {margin-top: 40px !important; }
.mt50 {margin-top: 50px !important; }
.mt-50 {margin-top: -50px !important; }

.pt0 {padding-top: 0px !important; }
.pt10 {padding-top: 10px !important; }
.pt15 {padding-top: 15px !important; }
.pt20 {padding-top: 20px !important; }
.pt30 {padding-top: 30px !important; }
.pt40 {padding-top: 40px !important; }
.pt50 {padding-top: 50px !important; }

.ml0 {margin-left: 0 !important; }

.bd0 { border:  0 !important ;}
.br0 { border-right:  0 !important ;}
.bl0 { border-left:  0 !important ;}
.bt0 { border-top:  0 !important ;}
.bb0 { border-bottom:  0 !important ;}



a {
    text-decoration: none !important;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none !important;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  background: #fff;
  overflow: hidden;

}

.bannerpromo {
  background: #f7f7f7 !important;
}

.nicescroll-rails {
    z-index: 9999999!important;
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99999991; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../images/preloader.GIF); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

body img {
  border: none;
}

h1 {
  color: #000;
  font-size: 28px;
  font-family: 'Noticia Text';
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
h2 {
  color: #000;
  font-size: 24px;
  font-family: 'Noticia Text';
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
h3 {
  color: #000;
  font-size: 20px;
  font-family: 'Noticia Text';
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
h4 {
  color: #000;
  font-size: 18px;
  font-family: 'Noticia Text';
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
h5 {
  color: #000;
  font-size: 16px;
  font-family: 'Noticia Text';
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
h6 {
  color: #000;
  font-size: 15px;
  font-family: 'Noticia Text';
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

p{
  font-size: 13px;
  color: #6b6b6b;
  margin: 0;
  line-height: 22px;
  font-family: 'Merriweather';
}



/*-------------------------------------------------------*/
/* Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    transition-property:transform, opacity;
}

/*-------------------------------------------------------*/
/* Header
/*-------------------------------------------------------*/

.top-line {
  background: #000;
  padding: 10px 0;
}

.left-line {
  float: left;
}
.right-line {
  float: right;
}


.lang {
  float: left;
  margin-right: 20px;
  position: relative;
}

.lang li span {
  font-size: 12px;
  font-family: 'Raleway';
  color: #a1a1a1;
  }

.lang li a{
  color: #fff;
  font-size: 12px;
  font-family: 'Raleway';
  text-transform: uppercase;
}

.lang .drop-down2 a {
  color: #fff;
  text-transform: uppercase;
}


.lang .drop-down2 {
  display: none;
  position: absolute;
  z-index: 100;
  background: #000;
  padding: 5px 10px;
  top: 20px;
  left: 55px;
}

.lang:hover .drop-down2 {
  display: block;
}


.curr {
  float: left;
  margin-right: 20px;
  position: relative;
}

.curr li span {
  font-size: 12px;
  font-family: 'Raleway';
  color: #a1a1a1;
  }

.curr li a{
  color: #fff;
  font-size: 12px;
  font-family: 'Raleway';
  text-transform: uppercase;
}

.curr .drop-down2 a {
  color: #fff;
  text-transform: uppercase;
}


.curr .drop-down2 {
  display: none;
  position: absolute;
  z-index: 100;
  padding: 5px 10px;
  top: 20px;
  background: #000;
  left: 51px;
}

.curr:hover .drop-down2 {
  display: block;
}

.right-line li {
  display: inline-block;
}

.right-line a {
  color: #fff;
  font-size: 12px;
  font-family: 'Raleway';
}

.right-line a:after {
  content: "|";
  color: #606060;
  padding: 0 10px;
  font-size: 14px;
}

.right-line a:hover {
  color: #ea5748;
}

.right-line li:last-child a:after {
  content: "";
  padding-right: 0;
}


/*-------------------------------------------------*/
/* =  Login
/*-------------------------------------------------*/



#mask {
  display: none;
  background: #000; 
  position: fixed; left: 0; top: 0; 
  z-index: 10;
  width: 100%; height: 100%;
  opacity: 0.8;
  z-index: 999;
}

.logo-input {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
}



.shop-items {
  color: #fff;
  font-family: 'Merriweather';
  font-size: 10px;
  border-radius: 50%;
  background: #ea5748;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  position: absolute;
  top: -13px;
  right: -13px;
}

.mobile-version {
  display: none;
}

.mobile-a {
  display: none;
}

.logo {
  position: absolute;
  left: 50%;
  margin-left: -60px;
}

.cart:hover .hover-cart {
  display: block;
}

.hover-cart {
  padding: 20px;
  background: #fff;
  width: 290px;
  position: absolute;
  top: 27px;
  z-index: 1000;
  left: -120px;
  display: none;
}

.hover-box img {
  float: left;
}

.hover-box {
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}

.left-hover {
  width: 32%;
  clear: both;
}

.hover-details {
  float: left;
  width: 43%;
  margin-left: 20px;
}

.right-hover {
  width: 10%;
}

.hover-cart p {
  font-size: 13px;
  color: #000;
  font-family: 'Merriweather';
  margin-bottom: 5px;
}

.hover-cart span {
  font-family: 'Noticia Text';
  color: #000;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
}

/*-------------------------------------------------*/
/* =  Navigation
/*-------------------------------------------------*/

.nav-border {
  border-top: 1px solid #e4e4e4;
}

#nav {
display: table;
margin: 0 auto;
}

#nav {
  position: relative;
}

#nav > select {
  display: none;
}

ul#navlist {
  list-style: none; 
  margin: 0;
  padding: 0;
  padding-top: 0px;
}

ul#navlist li {
  float: left;
  position: relative;
}

ul#navlist > li {
  margin: 0 0px;
}


ul#navlist li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  color: #555555;
  font-family: 'Noticia Text', serif;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  padding: 20px 20px;
  outline: 0;
}


ul#navlist > li.current a, ul#navlist li a:hover{
  color: #ea5748;
}

/* DropDown Menu = Superfish */
.sf-menu {
  line-height: 1.0;
  overflow: visible !important;
}

.sf-menu .sub-menu {
  position: absolute;
  top: -999em;
  width: 175px; /* left offset of submenus need to match (see below) */
  margin: 0 !important;
  padding-left: 0;
  padding-top: 0px;

  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.sf-menu li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.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: auto; /* match top ul list item height */
  z-index: 99;
}

.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
  top: -999em;
}

.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
  left: 100%; /* match ul width */
  top: 0;
}

.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
  top: -999em;
}

.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
  left: 100%; /* match ul width */
  top: 0;
}

.sf-menu .sub-menu {
  overflow: visible !important;
}

.sf-menu .sub-menu li {
  padding-right: 0;
  list-style: none;
}

.sf-menu .sub-menu li:after {
  display: none;
}
.sf-menu .sub-menu li:before {
  display: none;
}


.sf-menu .sub-menu a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  display: block;
  color: #555555 !important;
  font-size: 12px !important  ;
  font-family: 'Ubuntu', serif !important;
  padding: 12px 12px !important;
  font-weight: 300;
  background: #fff !important;
  margin: 0;
  border: none;
  width: 100%;
  border: 0 !important;
}

.sf-menu .sub-menu a:hover {
  color: #ea5748!important;
  border: 0 !important;
}


.sub-menu span{
  display: none;
}

#content {
  background: #f7f7f7;
  padding-top: 30px;
}

.content {
  background: #f7f7f7;
  padding-top: 30px;
}


.short-tabs {
  padding: 60px 0;
}

.title {
  position: relative;
  margin-bottom: 50px
}

.title h1 {
  color: #000;
  font-size: 28px;
  font-family: 'Noticia Text';
  font-weight: bold;
  text-transform: uppercase;
  display: table;
  padding: 10px;
  background: #f7f7f7;
  margin: 0 auto;
  position: relative;
}

.title i {
  padding: 15px;
  font-size: 16px;
  color: #000;
  vertical-align: 3px;
}

.title-border {
  border-top: 1px solid #929292;
  margin-top: -34px;

}

.add-cart {
  margin: 40% auto 20px;
}

/*Home 1*/

.collection img {
  width: 100%;
}


.coll-box {
  position: relative;
}

.coll-text {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  text-align: center;
  width: 100%;
}

.coll-text span {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-family: 'Merriweather';
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.coll-text p {
  color: #fff;
  font-size: 30px;
  font-family: 'Raleway';
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.coll-text a {
  font-family: 'Noticia Text';
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

.coll-text i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #c2c3b5;
  border-radius: 50%;
  background: #fff;
  margin-left: 10px;
}

.coll-box:hover i {
  background: #ea5748;
  color: #fff;
}

.arrivals {
  padding: 60px 0 20px;
}

.arrival-overlay img {
  width: 100%;
}

.holder {
  position: relative;
  margin-bottom: 50px
}

.filter li {
  display: inline-block;
}

.filter ul {
  display: table;
  margin: 0 auto;
  background: #f7f7f7;
  padding: 10px;
  position: relative;
}

.filter a {
  color: #919191;
  font-size: 20px;
  font-family: 'Noticia Text';
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

.filter i {
  padding: 13px;
  font-size: 13px;
  vertical-align: 3px;
}


.filter a.active {
  color: #000;
}

.demo1 ul {
  margin-left: -20px;
}

.demo1 li {
  float: left;
  margin-left: 20px;
  width: 23.233%;
  margin-bottom: 20px;
}

.arrival-overlay {
  position: relative;
}

.arrival-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(0,0,0,.4);
}

.demo1 li:hover .arrival-mask {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;

    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-i
}


.compare {
  text-align: center;
  color: #fff;
  font-family: 'Merriweather';
  font-style: italic;
  display: block;;
}

.compare:hover {
  color: #ea5748;
}

.arrival-mask i {
  margin-right: 5px;
}

.arr-content {
  padding: 20px;
  text-align: center;
}

.arr-content p {
  font-size: 14px;
  margin:  0 0 8px;
  color: #000;
  font-family: 'Merriweather';
  text-align: center;
}

.arr-content ul {
  display: table;
  margin: 0 auto 5px;
}

.arr-content li {
  display: inline-block;
margin-bottom: 0;
}

.arr-content li:first-child {
  margin-right: 14px;
}

.arr-content .high-price {
  font-size: 16px;
  display: block;
  margin:  0 0 5px;
  color: #7f7f7f;
  font-family: 'Noticia Text';
  font-weight: bold;
  text-align: center;
  text-decoration: line-through;
}


.arr-content .low-price {
  font-size: 16px;
  display: block;
  margin:  0 0 5px;
  color: #ea5748;
  font-family: 'Noticia Text';
  font-weight: bold;
  text-align: center;
}

.arr-content .stars img{
  display: table;
  margin: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  width: auto !important;
}

.demo1 li:hover .arr-content{
  background: #fff;
}
.demo1 li:hover .arr-content .stars img{
  opacity: 1;
  filter: alpha(opacity=100);
}

.new {
  width: auto !important;
  position: absolute;
  top: 20px;
  right: 10px;
}

.sale {
  width: auto !important;
  position: absolute;
  top: 20px;
  right: 10px;
}

.out {
  width: 100% !important;
  position: absolute;
  top: 40%;
  right: 0px;
}

.middle-content {
  padding: 50px 0;
  background: #fff;
}

.middle-content h1 {
  font-family: 'Playfair Display';
  font-size: 35px;
  font-weight: bold;
  font-style: italic;
  color: #ea5748;
  text-align: center;
  margin: 0;
}

.middle-content span {
  color: #000;
}


.middle-shipp p {
  font-family: 'Playfair Display';
  font-size: 15px;
  color: #000;
  margin: 8px auto 0;
  text-align: center;
  display: table;
  padding: 10px;
  background: #fff;
  position: relative;
}

.mid-border {
  border-top: 1px solid #dbdbdb;
  width:50%;
  margin: -20px auto 0;
}

.blog-img p {
  text-align: center;
}

/*Home Boxed*/

.boxed {
  background: url(../upload/boxed_blurred.jpg) fixed;
  padding: 50px 0;
}

.boxed .slider {
  background: #f7f7f7;
  padding: 20px;
}

.boxed header {
  background: #fff;
}

.nocontainer {
  padding: 0 20px;
}

.boxed .last-div {
border-top: 1px solid #2a2a2a;
padding: 30px 10px;
}

.boxed .demo1 li {
  float: left;
  margin-left: 20px;
  width: 22.833%;
  margin-bottom: 0px;
}


/*Transparent Home*/

.trans-header {
  position: absolute;
  width: 100%;
  background: transparent;
  z-index: 1000;
  top: 10px;
  padding:0 30px;
}

.trans-left {
  float: left;
}

.trans-header .logo {
  float: left;
  position: static;
  margin-top: 10px;
  margin-left: 0px;
}

.trans-header  #nav {
  display: block;
  margin: 0;
  float: left;
  margin-left: 20px;
}

.trans-right {
  float: right;
  margin-top: 15px;
}

.trans-header ul#navlist li a {
  color: #fff;
}

.trans-header ul#navlist li.current a, ul#navlist li a:hover{
  color: #ea5748;
}

.trans-header .cart {
  position: relative;
}

.trans-header .cart a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  padding-right: 10px;
}

.trigger {
  padding-right: 40px !important;
}

.trigger i {
  font-size: 16px;
}

.trans-header .cart i {
  color: #fff;
}

.list_carousel1 img{
    width: 100%;
  }

.list_carousel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}


.arr-content ul {
  display: table;
  margin: 0 auto 5px;
}

.list_carousel1 li {
  text-align: center;
  padding: 0;
  display: block;
  float: left;
  margin: 0 10px;
}

.list_carousel1.responsive {
  width: auto;
  margin-left: 0;
  position: relative;
}

.list_carousel1 li:hover .arrival-mask {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;

    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-i
}

.list_carousel1 li:hover .arr-content{
  background: #fff;
}
.list_carousel1 li:hover .arr-content .stars img{
  opacity: 1;
  filter: alpha(opacity=100);
}

.feat-items h1 {
  font-family: 'Noticia Text';
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 20px;
  margin: 0 0 20px;
}

  .prev1 {
    font-size: 26px;
    color: #000;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 30px;
    top:-65px; 
  }

  .next1 {
    font-size: 26px;
    color: #000;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 4px;
    top:-65px; 
  }


.middle-content2 {
  padding: 50px 0;
  background: url(../upload/middle-bg.jpg) no-repeat;
}

.middle-content2 h1 {
  font-family: 'Playfair Display';
  font-size: 35px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  text-align: center;
  margin: 0;
}



.middle-shipp2 p {
  font-family: 'Playfair Display';
  font-size: 15px;
  color: #fff;
  margin: 8px auto 0;
  text-align: center;
  display: table;
  padding: 10px;
  background: transparent;
  position: relative;
}

.middle-content2 a {
  font-family: 'Noticia Text';
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  text-align: center;
}

.middle-content2 i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #c2c3b5;
  border-radius: 50%;
  background: #fff;
  margin-left: 10px;
  font-size: 26px !important;
}

.middle-content2:hover a  i{
  background: #ea5748;
  color: #fff;
}

.feat-items2 {
  padding: 50px 0;
}

.feat-items2 h1 {
  font-family: 'Noticia Text';
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 20px;
  margin: 0 0 20px;
}


.list_carousel2 li {
  text-align: center;
  padding: 0;
  display: block;
  float: left;
  margin: 0 10px;
}

.list_carousel2.responsive {
  width: auto;
  margin-left: 0;
  position: relative;
}



.list_carousel2 li:hover .arrival-mask {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;

    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-i
}

.list_carousel2 li:hover .arr-content{
  background: #fff;
}
.list_carousel2 li:hover .arr-content .stars img{
  opacity: 1;
  filter: alpha(opacity=100);
}

  .prev2 {
    font-size: 26px;
    color: #000;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 30px;
    top:-65px; 
  }

  .next2 {
    font-size: 26px;
    color: #000;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 4px;
    top:-65px; 
  }

/*Home Left Menu - Vertical*/

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/

.leftmenu-header {
    display: block;
    width: 300px;
    float: left;
    background: #fff;
    text-align: right;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 4;
}

.logo-box {
    padding: 60px 30px 40px;
    background: #fff;
    text-align: center;
}

a.logo {
    display: inline-block;
    margin-bottom: 10px;
}

p.slogan {
    color: #fff;
    font-size: 24px;
    font-family: 'Courier New', sans-serif;
    font-weight: 300;
    font-style: italic;
    margin: 0;
    line-height: 30px;
}

ul.menu,
ul.archives,
ul.categories {
    padding: 0;
    margin: 0;
}

a.elemadded {
    display: none;
    color: #fff;
    font-size: 28px;
    font-family: 'Merriweather', sans-serif;
    text-transform: uppercase;
    padding: 10px;
    background: #ea5748;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.menu > li {
    list-style: none;
    position: relative;
}

ul.menu > li > a,
ul.drop-down li a {
  display: block;
  text-decoration: none;
  color: #555555;
  font-family: 'Noticia Text', serif;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 0px;
  outline: 0;
  text-align: center;
  background: #fff;

  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}

ul.menu > li > a.active {
    color: #ea5748;
}

ul.menu > li > a:hover {
    color: #ea5748;
}

ul.menu li a span {
    position: relative;
    z-index: 2;
}


ul.drop-down {
    position: absolute;
    top: 0;
    width: 220px;
    visibility:hidden;
    opacity: 0;
    z-index: 3;
    text-align: left;
    left: 100%;
    transition: all 0.17s linear;
    -moz-transition: all 0.17s linear;
    -webkit-transition: all 0.17s linear;
    -o-transition: all 0.17s linear;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
}

li.drop:hover > ul.drop-down {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      transform: rotateY(0deg);
      -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
      -moz-transition: -moz-transform 0.4s, opacity 0.1s;
      -mos-transition: -mos-transform 0.4s, opacity 0.1s;
      -o-transition: -o-transform 0.4s, opacity 0.1s;
      transition: transform 0.4s, opacity 0.1s;
}

ul.drop-down li {
    position: relative;
}

ul.drop-down li a:hover {
    color: #ea5748;
}

.vertical-cart {
  float: none;
  display: table;
  margin: 80px auto 50px;
  position: relative;
  padding-top: 5px;
}

.vertical-cart .card-icon {
  float: left;
}

.vertical-cart .card-icon img {
color: #010101;
font-size: 30px;
position: static;
margin-right: 20px;
margin-top: -6px;
}

.vertical-cart .shop-items {
color: #fff;
font-family: 'Merriweather';
font-size: 10px;
border-radius: 50%;
background: #ea5748;
width: 23px;
height: 23px;
line-height: 23px;
text-align: center;
position: absolute;
top: -9px;
left: 17px;
}

.vertical-cart .cart a {
font-family: 'Noticia Text';
color: #555555;
font-weight: 700;
font-size: 16px;
float: left;
padding-right: 0px;
}

#vertical-content {
    position: relative;
    margin-left: 300px;
    height: 100%;
    background: #f7f7f7;
}

.left-menu {
  background: #fff;
}

.demo2 li {
  float: left;
  margin-left: 5px;
  width: 32%;
  margin-bottom: 5px;
}

.demo2  img {
  width: 100%;
}

.leftmenu-overlay {
  position: relative;
}

.leftmenu-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255,255,255,.8);
  text-align: center;

      transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.demo2 li:hover .leftmenu-mask {
  opacity: 1;
}

.leftmenu-mask h3 {
  font-family: 'Merriweather';
  font-size: 32px;
  color: #000;
  margin: 30% auto 30px;
}

.leftmenu-mask .left-price {
font-size: 22px;
display: block;
margin: 0 0 55px;
color: #ea5748;
font-family: 'Noticia Text';
font-weight: bold;
text-align: center;
}

.bottom-post {
  display: table;
  margin: 0 auto;
}

.bottom-post .add-cart2 {
  float: left;
}

.bottom-post .heart {
padding: 10px 0;
width: 38px;
text-align: center;
display: block;
font-size: 13px;
color: #fff;
float: left;margin-left: 5px;
background: #000;
}

.bottom-post .heart:hover {
  background: #111;
}

a.load-more {
  width: 187px;
  padding: 17px 0;
  margin: 0px auto 30px;
  text-align: center;
  display: block;
  font-size: 16px;
  font-family: 'Noticia Text';
  color: #fff;
  text-transform: uppercase;
  background-color: #ea5748;

}

a.load-more:hover {
  color: #000;
  border:1px solid #000;
  background: #f7f7f7;
}

/*Home Banners Boxed*/

.bannerpromo .bannerborder {
  border-top: 1px solid #d4d4d4;
}

.banners1 img {
  width: 100%;
}

.coll-text2 {
  margin-top: -200px;
}

.red-box {
  background: #d1584b;
  text-align: center;
  padding: 60px 50px;
}
.brown-box {
  background: #827967;
  text-align: center;
  padding: 60px 50px;
}
.blue-box {
  background: #2e3458;
  text-align: center;
  padding: 60px 50px;
}

.brown-box input[type="text"] {
  width: 270px;
  height: 39px;
  line-height: 39px;
  background-color: #fff;
  font-family: 'Merriweather';
  font-size: 12px;
  font-style: italic;
  color: #b2b2b2;
  margin: 0 auto 13px;
  text-indent: 20px;
}

.discount span {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-family: 'Merriweather';
  display: block;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 0;
}

.discount p {
  color: #fff;
  font-size: 30px;
  font-family: 'Raleway';
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}

.discount a {
  font-family: 'Merriweather';
  text-transform: uppercase;
  font-size: 11px;
  width: 130px;
  padding: 11px 0;
  text-align: center;
  display: block;
  font-size: 13px;
  font-family: 'Noticia Text';
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #fff;
  margin: 0 auto;
}

.discount a:hover {
  background: #fff;
  color: #000;
}

.homebanner .copyright {
  margin-left: 15px;
}
.homebanner .payments {
  margin-right: 15px;
}

.bannerfull-item h1 {
  font-family: 'Noticia Text';
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 20px;
}

.bannerfull-item p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 20px;
}

.bannerfull-item img {
  width: 100%;
}

.banerfull-content {
  position: absolute;
  top: 50%;
  margin-top: -520px;
  left: 0;
}

.banerfull-content .slider-button2 {
  width: 151px;
  padding: 15px 0;
  font-family: 'Merriweather';
  font-size: 16px;
  text-transform: uppercase;
  background: #ea5748;
  color: #fff;
  border:1px solid #ea5748;
  display: block;
  text-align: center;
}

.banerfull-content .slider-button2:hover {
  background-color: rgba(255,255,255,0);
  border: solid 1px #fff;
  color: #fff;
}

.black-color h1 {
  font-family: 'Noticia Text';
  font-size: 50px;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px;
}

.black-color p {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 20px;
}

.black-color .slider-button2:hover {
  background-color: rgba(255,255,255,0);
  border: solid 1px #000;
  color: #000;
}


.black-color .banerfull-content {
  position: absolute;
  top: 50%;
  margin-top: -520px;
  right: 0;
  text-align: right;
}

.black-color .slider-button2 {
  float: right;
}

.center-aligned .banerfull-content {
  position: absolute;
  top: 50%;
  margin-top: -520px;
  right: 0;
  text-align: center;
}

.center-aligned .slider-button2 {
  float: none;
  margin: 0 auto;
}

.footer2 form {
  position: relative;
  width: 270px;
  float: left;
  margin-left: 100px;
}

.footer2 input[type="text"] {
  font-size: 12px;
  font-family: 'Merriweather';
  font-style: italic;
  color: #b2b2b2;
  border:1px solid #2a2a2a;
  width: 100%;
  padding: 12px;
  background: transparent;
  outline: 0;
}

.footer2 input[type="submit"] {
  background: url(../upload/arrow.png) 0 no-repeat;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 14px;
  right: 12px;
  border:0;
}

.footer2 .footer-socials {
  float: right;
  margin-top: 7px;
}

.footer2 .footer-socials li {
  display: inline-block;
}

.footer2 #back-to-top {
position: absolute;
right: 10px;
z-index: 10000;
bottom: 30px;
outline: 0 !important;
}

.footer2 a:hover {
  color: #fff;
}

/*Full Width Banners Home*/

.banner-box {
  cursor: pointer;
}

.bannerfull-item .container {
  position: relative;
}

.banner-footer {
  background: #f7f7f7;
}

.banner-footer h1 {
font-size: 18px;
font-family: 'Noticia Text';
text-transform: uppercase;
border-bottom: 1px solid #d4d4d4;
padding-bottom: 18px;
margin-bottom: 18px;
margin-top: 0;
color: #000;
}

 #back-to-top2 {
  position: absolute;
  right: 30px;
  z-index: 10000;
  bottom: -10px;
  outline: 0 !important;
  }


  #back-to-top2 a {
  display: block;
  text-indent: -9999px;
  width: 86px;
  height: 67px;
  background: url(../images/backtop2.png) no-repeat center;
  outline: 0 !important;
  }

 .banner-footer .last-div {
border-top: 1px solid #d4d4d4;
padding: 30px 0;
}

.banner-footer .f-about input[type="text"] {
font-size: 12px;
font-family: 'Merriweather';
font-style: italic;
color: #b2b2b2;
border: 1px solid #d4d4d4;
width: 100%;
padding: 12px;
background: transparent;
}

.banner-footer .footer-socials i {
display: inline-block;
border: 1px solid #d4d4d4;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 13px;
color: #969696;
}

.banner-footer .infos a:hover {
  color: #000;
}


.banner-footer .account a:hover {
  color: #000;
}

/*Shop Pages*/

.shop-main {
  padding: 60px 15px;
}

 #slider-range,
  #slider-range{
    margin-bottom:1em
  }

  #slider-range_amount,
  #slider-range_amount{
    text-align:right;
    font-size:14px;
    padding-top: 20px;
  }

  #slider-range_amount .price_label,
  #slider-range_amount .price_label{
    padding-top: 7px;
  }

  #slider-range_amount .button,
  #slider-range_amount .button{
    float:left;
    padding: 9px 20px;
  }

  .ui-slider,
  .ui-slider{
    position:relative;
    text-align:left
  }

  .ui-slider .ui-slider-handle,
  .ui-slider .ui-slider-handle{
    position: absolute;
    z-index: 2;
    cursor: pointer;
    background: #3c414c;
    outline: 0;
    top: -4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
  }

  .ui-slider .ui-slider-range,
  .ui-slider .ui-slider-range{
    position:absolute;
    z-index:1;
    display:block;
    background:#ea5748;
  }

  #slider-range,
  #slider-range{
    padding-top: 8px;
    background: #b5b8c0;
  }

  #slider-range .ui-widget-content,
  #slider-range .ui-widget-content{
    background:#b5b8c0;
  }

  .ui-slider-horizontal,
  .ui-slider-horizontal{
    height:6px;
  }

  .ui-slider-horizontal .ui-slider-range,
  .ui-slider-horizontal .ui-slider-range{
    top:0;
    height:100%
  }

  .ui-slider-horizontal .ui-slider-range-min,
  .ui-slider-horizontal .ui-slider-range-min{
    left:-1px
  }

  .ui-slider-horizontal .ui-slider-range-max,
  .ui-slider-horizontal .ui-slider-range-max{
    right:-1px
  }

  /*ShopAside*/

  .asidetitle {
    color: #3c414c;
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 20px;
    border-bottom: 1px solid #eef0f2;
    padding-bottom: 20px;
    margin: 0;
  }

  .aside-border {
    width: 35px;
    border-top: 1px solid #bbbfc8;
    margin: -2px 0 30px;
  }

  .asidetitle {
  font-family: 'Noticia Text';
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  }

  /* ShopMain*/
  .toolbar {
    display:inline-block;
    margin-bottom:27px;
    width:100%;
    padding: 10px;
    background: #fff;
  }

  .selectBox {
    -webkit-appearance:none;
    appearance:none;
    -moz-appearance:none;
    background:url("../images/select.png") no-repeat scroll right center #f7f7f7;
    border:1px solid #e4e4e4;
    color:#424242;
    height:34px;
    padding:6px 27px 6px 8px;
    text-indent:0.01px;
    text-overflow:"";
    font-size: 13px;
  }

  .toolbar .sort-select {
    padding-top: 8px;
  }
  .sort-select {
    float:left;
    margin-left:20px;
  }
  .toolbar label {
    color:#424242;
    font-size:15px;
    line-height:23px;
    margin-right:10px;
    font-family: 'Ubuntu';
    font-weight: 300;
  }
  .lg-panel {
    float:right;
    padding:7px;
    text-align:right;
  }
  .lg-panel a {
    border:medium none;
    color:inherit;
    cursor:pointer;
    display:block;
    float:right;
    font-size:15px;
    margin:0 5px;
    opacity:0.6;
    position:relative;
    z-index:10;
    padding: 7px 12px;
    border:1px solid #e4e4e4;
    color: #9b9b9b;
  }
  .lg-panel a i {
    font-size:15px !important;
  }
  .lg-panel a.list-btn {
    background-position:-25px 6px;
  }
  .lg-panel a:hover {
    color: #ea5748;
    text-decoration:none;
  }
  .lg-panel a.active {
    color: #ea5748;
  }

  .lg-panel span {
    font-family: 'Merriweather';
    font-size: 13px;
    color: #424242;
    padding: 10px;
    display: inline-block;
  }
  .view-first img {
    width:100%;
  }
  .grid-item {
    margin-bottom:20px;
  }
  .grid-item h4 {
    font-weight:300;
    margin:15px 0;
    color:#000;
  }


  .shop-grid .overlay {
    position: relative;
  }
    
   .shop-grid .mask2 {
        width: 100%; 
        height: 100%; 
        position: absolute; 
        overflow: hidden; 
        top: 0; 
        left: 0; 
        filter: alpha(opacity=0); 
        opacity: 0; 
        background: none; 
        color: #fff;
        background:rgba(0,0,0, 0.8); 
        -webkit-transition: all 300ms ease-in-out; 
        -moz-transition: all 300ms ease-in-out; 
        -o-transition: all 300ms ease-in-out; 
        -ms-transition: all 300ms ease-in-out; 
        transition: all 300ms ease-in-out; 
    }

   .shop-grid .grid-item:hover .mask2 {
      opacity: 1;
    }

    .grid-item img {
      width: 100%;
    }


    .grid-item :hover .arrival-mask {
      opacity: 1;
      filter: alpha(opacity=100);
      left: 0;

        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-i
    }

    .shop-pag {
      padding: 17px 20px;
      background: #fff;
      margin-bottom: 50px;
    }

    .pag-p {
      float: left;
      padding-top: 7px;
    }

    .right-pag {
      float: right;
    }

    .right-pag .sort-select {
      float: left;
      margin-right: 20px;
      margin-top: 2px;
      cursor: pointer;
    }

     .right-pag label {
      color:#424242;
      font-size:13px;
      line-height:23px;
      margin-right:10px;
      font-family: 'Merriweather';
    }



    .pagenation {
      
     float: right;

    }

    .blog-pagenation {
      float: left;
    }

    .pagenation ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .pagenation li {
      float: left;
      margin-left: 4px;
      border: 1px solid #e4e4e4;

    }



    .pagenation li:first-child {
        margin-left: 0;
    }

    .pagenation li a {
        display: block;
        color: #6b6b6b;
        font-size: 14px;
        width:35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-family: 'Noticia Text';
    }

    .blog-pagenation li a {
      background: #fff;
    }
    .blog-pagenation li  {
      border:0;
    }

    .pagenation li.active a,.pagenation li:hover a {
        color: #ea5748;
    }

    .pagenation li:not(.active):hover {
        opacity: 0.90;
        -moz-opacity: 0.90;
        filter:alpha(opacity=90);
    }

    .grid-item2 {
      background: #fff;
      padding: 20px;
    }

    .list-content h1 {
      font-family: 'Noticia Text';
      font-size: 24px;
      font-weight: bold;
      text-transform: uppercase;
      color: #323232;
      margin: 10px 0;
    }

    .list-midrow {
      padding: 20px 0;
      border-top: 1px solid #d4d4d4;
      border-bottom: 1px solid #d4d4d4;
    }

    .list-midrow ul {
      float: left;
    }

    .list-midrow li {
      display: inline-block;
      margin-right: 10px;
    }

    .list-midrow .high-price {
      font-family: 'Noticia Text';
      font-size: 20px;
      font-weight: bold;
      text-decoration: line-through;
      color: #7f7f7f;
    }

    .list-midrow .low-price {
      font-family: 'Noticia Text';
      font-size: 20px;
      font-weight: bold;
      color: #ea5748;
    }

    .list-midrow img {
      float: left;
      margin-left: 20px;
      margin-top: 7px;
    }

    .reviews {
      float: left;
      margin-top: 3px;
      margin-left: 10px;
    }

    .reviews a {
      font-family: 'Merriweather';
      font-size: 13px;
      color: #6b6b6b;
    }

    .reviews a:hover {
      color: #000;
    }

    .list-desc {
      margin: 20px 0;
    }

    .list-downrow .add-cart {
      margin: 0 0 20px;
      float: left;
    }

    .list-downrow ul {
      float: left;
      margin-left: 20px;
    }

    .list-downrow li a {
      font-family: 'Merriweather';
      font-size: 14px;
      font-style: italic;
      color: #6b6b6b;
      margin-bottom: 7px;
      display: block;
    }

   .list-downrow li i {
    margin-right: 10px;
   }

   /*Shop Single*/

   .product-page {
    padding-top: 60px;
   }

   /* Element wrapper */
  .sp-wrap {
      display:none;
      line-height:0;
      font-size:0;
      position:relative;
      width: 100%;
      /**************
        Set max-width to your thumbnail width
      ***************/
  }

  /* Thumbnails */
  .sp-thumbs {
      text-align:left;margin-top: 10px;
      display:inline-block;
  }
  .sp-thumbs img {
      width:80px !important;
      height:80px !important;
      margin-right: 10px;
      margin-bottom: 10px;
  }

  .sp-thumbs a:link, .sp-thumbs a:visited {
      opacity:.4;
      display:inline-block;
      -webkit-transition: all .2s ease-out;
      -moz-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out;
  }

  .sp-thumbs a:hover{
      opacity:1;
  }
  .sp-thumbs a:active, .sp-current {
      opacity:1!important;
      position: relative;
  }


  /* Unzoomed, big thumbnail */
  .sp-large {
      position:relative;
      overflow:hidden;
      top:0;
      left:0;
  }
  .sp-large a img {
      max-width:100%;
      height:auto;
      cursor: -webkit-zoom-in;
      cursor: -moz-zoom-in;
  }

  /* Panning Zoomed Image */
  .sp-zoom {
      position:absolute;
      left:0;
      top:0;
      cursor:zoom;
      cursor: -webkit-zoom-out;
      cursor: -moz-zoom-out;
      display:none;
      width: 300%;
  }

  /* Button to go full size */
  .sp-full-screen {
      position: absolute;
      z-index: 1;
      display: block;
      right: 0;
      top: 0;
      font-size: 20px;
      line-height: 1em;
      width: 19px;
      height: 20px;
      padding: 0 0 2px 1px;
      background: #F0353A;
  }
  .sp-full-screen a:link,
  .sp-full-screen a:visited {
      background: none;
      color: #fff;
      font-size: 20px;
      width: 20px;
      height: 20px;
      text-decoration: none;
      text-align: center;
      display: block;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
  }

  /* Lightbox */
  .sp-lightbox {
      position: fixed;
      top:0;
      left:0;
      height: 100%;
      width:100%;
      background:rgb(0,0,0);
      background:rgba(0,0,0,.8);
      z-index: 999;
      display: none;
  }
  .sp-lightbox img {
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      max-width: 100%;
      max-height: 100%;
  }

  /* Remove margin in mobile view */
  @media screen and (max-width: 400px) {
      .sp-wrap {
          margin:0 0 15px 0;
      }
  }

   .single-img {
    position: relative;
   }

   .single-img img {
    width: 100%;
   }

   .single-img i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #f5f5f5;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 10px;
    right: 10px;
   }

   .top-single {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 20px;
   }

   .top-single span {
    font-family: 'Merriweather';
    font-size: 13px;
    font-style: italic;
    color: #9b9b9b;
    margin-top: 8px;
    float: left;
   }

   .top-single i {
    font-size: 24px;
    text-transform: uppercase;
    color: #323232;
    margin-left: 10px;
   }

   .right-arrows {
    float: right;
   }

   .middle-single h1 {
    font-family: 'Noticia Text';
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #323232;
    margin: 20px 0 5px;
   }

   .middle-single img{
    float: left;
    margin-right: 0px;
    margin-top: 7px;
   }

   .middle-single .reviews {
    float: left;
   }

   .middle-single {

    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 20px;
   }

    .single-price li {
      display: inline-block;
      margin-right: 10px;
    }

    .single-price .high-price {
      font-family: 'Noticia Text';
      font-size: 20px;
      font-weight: bold;
      text-decoration: line-through;
      color: #7f7f7f;
    }

    .single-price .low-price {
      font-family: 'Noticia Text';
      font-size: 20px;
      font-weight: bold;
      color: #ea5748;
    }


     .single-price {
      border-bottom: 1px solid #d4d4d4;
      padding-bottom: 20px;
      margin-top: 20px;
      margin-bottom: 20px;
     }

     .single-infos p {
      font-family: 'Merriweather';
      font-size: 13px;
      color: #6b6b6b;
      margin: 0 0 10px;
     }

     .single-infos span {  
     color: #000;    
      font-weight: bold;
     }

      .single-infos {
      border-bottom: 1px solid #d4d4d4;
      padding-bottom: 20px;
      margin-bottom: 20px;
     }
      .prod-end {
      border-top: 1px solid #d4d4d4;
      border-bottom: 1px solid #d4d4d4;
      padding-top: 20px;
      margin-top: 20px;
      padding-bottom: 20px;
      margin-bottom: 20px;
     }

     .prod-end i {
      margin-right: 10px;
     }

     .single-inputs .select {
      background: #fff;
      font-family: 'Merriweather';
      font-size: 13px;
      color: #424242;
      padding: 12px 15px;
      border: 1px solid #e4e4e4;
      width: 100%;
      cursor: pointer;
     }

       .single-inputs {
      margin-bottom: 20px;
     }

     .prod-end .add-cart {
      float: left;
      margin: 0;
      color: #fff !important;
     }

     .prod-end  input[type="text"]{      
      background: #fff;
      font-family: 'Merriweather';
      font-size: 13px;
      color: #424242;
      padding: 10px 15px 9px;
      width: 100px;
      border: 1px solid #e4e4e4;
      float: left;
      margin-left: 20px;
     }

     .prod-end  ul {
      float: left;
      margin-left: 20px;
     }

     .prod-end a {
      margin-bottom: 3px;
      color: #6b6b6b;
     }

     .single-descript {
      border-bottom: 1px solid #d4d4d4;
      padding-bottom: 20px;
      margin-bottom: 20px;

     }

     .share span {
      display: block;
      font-family: 'Noticia Text';
      font-size: 16px;
      font-weight: bold;
      color: #000;
      text-transform: uppercase;
      margin-bottom: 10px;
     }


    .share li {
      display: inline;
      margin-right: 5px;
    }

    .share i {
      display: inline-block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      font-size: 13px;
      color: #969696;
      background: #fff;
    }

    .share i:hover {
      background: #fff;
      color: #000;
    }

/*Blog Single*/

.blog-single {
  padding-bottom: 100px;
}

.blogsingle-inner {
  padding: 20px;
  background: #fff;
}

.blog-single h1 {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  font-family: 'Noticia Text';
  margin: 35px 0 20px;
  text-transform: uppercase;
}


.blog-single p {
  color: #6b6b6b;
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 20px;
}

.blog-single h2 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  font-family: 'Noticia Text';
  margin: 35px 0 20px;
  text-transform: uppercase;
}

#single1 {
float: left;
margin-right: 20px;
}

#single2 {
float: right;
margin-left: 20px;
}

.blogsingle-inner blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #ea5748;
  font-family: 'Noticia Text';
  font-size: 19px;
  font-style: italic;
  color: #6e6e6e;
  line-height: 31px;
}

.blogsingle-inner blockquote span{
  display: block;
  color: #ea5748;
  font-style: normal;
  font-family: 'Merriweather';
  font-weight: 300;
  font-size: 13px;
  margin-top: 10px;
}

.blog-share {
  float: right;
}

.blog-tags i {
color: #9b9b9b;
font-size: 14px;
font-weight: normal;
margin-right: 10px;
}

.blog-tags a {
color: #9b9b9b;
font-size: 13px;
font-weight: normal;
font-style: italic;
font-family: 'Merriweather';
}

.blog-tags a:hover {
  text-decoration: underline;
}

.blog-share p {
  display: inline;
  font-family: 'Noticia Text';
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  margin-right: 10px;
}

.blog-share ul {
  display: inline;
}
.blog-share li {
  display: inline;
}

.blog-share i {
  color: #969696;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  background: #f7f7f7;
}

.blog-share i:hover {
  color: #ea5748;
}

/*Contact*/


.contact {
  padding: 50px 0;
}

.contact h2 {
  font-family: 'Noticia Text';
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.contact input::-webkit-input-placeholder{
    color:#000;
}
.contact input:-moz-placeholder {
    color:#000;
}


.contact input[type="text"] {
  background-color: #fff;
  border: solid 1px #e4e4e4;
  width: 100%;
  text-indent: 15px;
  padding: 10px 0;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: 'Merriweather';
  color: #000;
}

.contact textarea {
  background-color: #fff;
  border: solid 1px #e4e4e4;
  width: 100%;
  text-indent: 15px;
  padding: 10px 0;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: 'Merriweather';
  color: #000;
  height: 140px;
}

.contact textarea::-webkit-input-placeholder{
    color:#000;
}
.contact textarea:-moz-placeholder {
    color:#000;
}

.contact input[type="submit"] {
  border: 0;
  font-size: 13px;
  font-family: 'Merriweather';
  margin: 0;

}

.subtitle {
  text-align: center;
  width: 70%;
  margin: 0 auto 40px;
}

.touch p i {
  font-size: 15px;
  margin-right: 10px;
}

.touch p {
  margin-bottom: 10px;
}

  .touch  li {
    display: inline;
    margin-right: 5px;
  }

  .touch ul i {
    color: #969696;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background: #fff;
  }

  .touch  i:hover {
    color: #ea5748;
  }

/*Shortcodes*/

  #tabs {
    position: relative;
    margin-bottom: 70px;
  }

  #tabs li {
    display: inline-block;
  }

  #tabs ul {
     border-bottom: 1px solid #d4d4d4;
     margin-bottom: 24px;
  }
  
  
  #tabs li a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: center;
    outline: 0 !important;
    padding: 15px;
    border-bottom: 3px solid transparent;
    font-family: 'Noticia Text';
  }

  #tabs li.ui-tabs-active a {
    border-bottom: 3px solid #ea5748;
    text-decoration: none;
  }

  #tabs li.ui-tabs-active i{
    border-bottom: 3px solid #ea5748;
  }


/*Tabs*/

.tabs ul {
  padding: 0;
}

.tabs-widget {
  padding: 0px !important;
  margin-bottom: 40px;
}

.tabs-widget .tab-links {
    margin: 0;
    border-bottom:0;
}

.tabs-widget .tab-links li {
    float: left;
    background: #ffffff;
    color: #93959d;
    width: 25%;
    border-bottom:0;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}


.tabs-widget .tab-links li a:hover {
  background: #fff;
  color: #000;
  border-top: 2px solid #ea5748;
}

.tabs-widget .tab-links li.active a{
    color: #000;
    background: #fff;
    margin-bottom: -1px;
    border-top: 2px solid #ea5748;
}

.tabs-widget .tab-links li:first-child {
    margin-left: 0px;
    border-left: 1px solid #e5e5e5;
}


.tabs-widget .tab-links li a {
    font-family: 'Noticia Text';
    font-weight: 700;
    color: #000;
    font-size: 16px;
    padding: 16px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    text-decoration: 0;
    border-top: 2px solid transparent;
    background: #f7f7f7;
}

.tabs-widget img {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}


.tabs-widget > div {
  clear: both;
  display: none;
  border:1px solid #e9e8e6;
}

.tabs-widget > div > ul {
    margin: 0;
}

.tabs-widget #popular-tab {
    display: block;
}

.tabs-widget .author-comment {
    color: #7f7f7f;
    font-size: 11px;
    line-height: 14px;
    max-height: 42px;
    overflow: hidden;
    display: block;
}


.tabs-widget > div li {
    overflow: hidden;
    border-top: none;
    background: #fff;
    padding-bottom: 0;
    padding: 30px;
    border-bottom:1px solid #e9e8e6;
}

.tabs-widget > div li:last-child {
  border-bottom: 0;
}


.tabs-widget > div li > a {
    display: block;
}

.tabs-widget img {
    float: left;
    margin-right: 14px;
}

.tabs-widget ul{
  list-style: none;
}

  

#tabs-titles{
    float:left;
    width: 40%;
    border-top:1px solid #e5e5e5;
}
#tabs-titles li{
    cursor:pointer;
    border:1px solid #e5e5e5;
    border-right: 0;
    padding: 20px;
    font-family: 'Noticia Text';
    font-weight: 700;
    color: #000;
    font-size: 16px;
    padding: 16px 10px;
    text-transform: uppercase;
    display: block;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    text-decoration: 0;
    border-top: 2px solid transparent;
    background: #f7f7f7;
}

#tabs-titles li.current{
    color: #000;
    background: #fff;
    margin-bottom: -1px;
    border-top: 2px solid #ea5748;
}

#tabs-titles i {
  margin-right: 5px;
}
#tabs-contents{
    float: left;
    width: 55%;
    border:1px solid #e5e5e5;

}

.tabs-content p{
    padding:20px;   
    background:#fff;
}
#tabs-contents li{
    display:none;

    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
#tabs-contents li:first-child{
    display:block; /* first one content displayed by default */
}
  
.accordion-header {
  font-size: 16px;
  margin: 5px 0 10px 0;
  padding: 15px 15px 15px 40px;
  cursor: pointer;
  font-weight: 700;
  font-family: 'Noticia Text';
  color: #000;
  border: 1px solid #e5e5e5;
  text-transform: uppercase;
}

.active-header {
  background: url(../images/active-header.png) 100% center #fff;
  background-repeat: no-repeat;  
  color: #ea5748;
  margin-bottom: 0;
  
}

.inactive-header {
  background: url(../images/inactive-header.png) 100% center #fff;
  background-repeat: no-repeat;
  
}

.accordion-content {
  display: none;
  padding: 30px;
  border: 1px solid #e5e5e5;
  border-top: 0;
  background: #fff;
}

#accordion h3 {
  font-size: 16px;
  margin: 5px 0 10px 0;
  padding: 15px 15px 15px 55px;
  cursor: pointer;
  font-weight: 700;
  font-family: 'Noticia Text';
  color: #000;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
  outline: 0 !important;

  background: url(../images/inactive-header2.png) 10px center;
  background-repeat: no-repeat;
}

#accordion .ui-accordion-header-active {
  background: url(../images/active-header2.png) 10px center;
  background-repeat: no-repeat;  
  color: #ea5748;
  border-bottom: 0px solid #e5e5e5;
  margin-bottom: 0;
}

#accordion div {
  height: auto !important;
  padding: 20px 20px 20px 55px;

}

.buttons {
  padding: 60px 0;
}

.large-button {
  width: 187px;
  padding: 18px 0;
  text-align: center;
  display: block;
  font-size: 16px;
  font-family: 'Merriweather';
  color: #fff;
  text-transform: uppercase;
}

.medium-button {
  width: 169px;
  padding: 10px 0;
  text-align: center;
  display: block;
  font-size: 13px;
  font-family: 'Merriweather';
  color: #fff;
  text-transform: uppercase;
}

.small-button {
  width: 136px;
  padding: 9px 0;
  text-align: center;
  display: block;
  font-size: 11px;
  font-family: 'Merriweather';
  color: #fff;
  text-transform: uppercase;
}

.button-red {
  background-color: #ea5748;
}

.button-red:hover {
  color: #fff;
  background-color: #c84b3e;
}

.button-black {
  background-color: #000000;
  color: #fff;
  border:1px solid #000;
}
.button-black:hover {
  background-color: #fff;
  color: #000;
  border:1px solid #000;
}

.button-white {
  background-color: #fff;
  color: #000;
  border:1px solid #fff;
}
.button-white:hover {
  background-color: #000;
  color: #fff;
  border:1px solid #fff;
}

.button-transparent {
  background-color: transparent;
  color: #000;
  border:1px solid #c8c8c8;
}
.button-transparent:hover {
  background-color: #000;
  color: #fff;
  border:1px solid #fff;
}

.button-blue {
  background-color: #2e3458;
  color: #fff;
}
.button-blue:hover {
  background-color: #20243c;
  color: #fff;
}

.button-brown {
  background-color: #827967;
  color: #fff;
}
.button-brown:hover {
  background-color: #635c4e;
  color: #fff;
}

.button-green {
  background-color: #7c9f68;
  color: #fff;
}
.button-green:hover {
  background-color: #5d784e;
  color: #fff;
}

.button-pink {
  background-color: #b86fa1;
  color: #fff;
}
.button-pink:hover {
  background-color: #875477;
  color: #fff;
}


  .chart {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 160px;
    text-align: center;
    margin: auto;
    display: table;
  }
  .chart canvas {
    position: absolute;
    top: 0;
    left: 0;
  }
  .percent {
    display: inline-block;
    line-height: 150px;
    z-index: 2;
    font-weight: 700;
    color: #000;
    font-size: 28px;
    font-family: 'Noticia Text';
  }

  .percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
  }

  .skill-item h1{
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Noticia Text';
    text-align: center;
  }

  .table th {
    background: #000;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Noticia Text';
    padding: 15px !important;
    border-right: 1px solid #3e3e3e !important;
  }

  .table td {
    color: #6b6b6b;
    font-size: 13px;
    padding: 15px !important;
    background: #fff;
    font-family: 'Merriweather';
  }

    .check-body td {
    color: #6b6b6b;
    font-size: 13px;
    padding: 25px 8px !important;
    background: #fff;
    border-top: 1px solid #ebebeb!important;
    }

    .check-body td:first-child {
      padding-left: 30px !important;
    }


.inputs input[type="text"] {
  background-color: #fff;
  border: solid 1px #e4e4e4;
  color: #424242;
  font-size: 14px;
  font-family: 'Merriweather';
  font-weight: 300;
  width: 100%;
  text-indent: 15px;
  padding: 9px 0; 
  margin-bottom: 30px;
}

.typing:focus {
  border:1px solid  #8ad542 !important;
  outline: 0 !important;
  box-shadow: 0;
}

.error-input {
  border:1px solid  #e14f3b !important;
  color: #e14f3b !important;
}

.form-control {
  height: auto;
}

.green-alert{
  color: #2ba236;
  background-color: #dbebdf;
  border-color: #d2eecb;
  padding: 9px;
  font-weight: normal;
  font-family: 'Merriweather';
  font-weight: 300;
  margin-bottom: 30px;
  border-radius: 0;
}

.green-alert .close {
  color: #8ad542;
  opacity: 1;
}

.blue-alert{
  color: #25a3d8;
  background-color: #f2faf0;
  border-color: #daeff1;
  padding: 9px;
  font-weight: normal;
  font-family: 'Merriweather';
  font-weight: 300;
  margin-bottom: 30px;
  border-radius: 0;
}

.blue-alert .close {
  color: #25a3d8;
  opacity: 1;
}

.brown-alert{
  color: #bd9158;
  background-color: #fbf7e5;
  border-color: #f5edd7;
  padding: 9px;
  font-weight: normal;
  font-family: 'Merriweather';
  font-weight: 300;
  margin-bottom: 30px;
  border-radius: 0;
}

.brown-alert .close {
  color: #bd9158;
  opacity: 1;
}

.red-alert{
  color: #e14f3b;
  background-color: #fae3e5;
  border-color: #f0bab0;
  padding: 9px;
  font-weight: normal;
  font-family: 'Merriweather';
  font-weight: 300;
  margin-bottom: 30px;
  border-radius: 0;
}

.red-alert .close {
  color: #e14f3b;
  opacity: 1;
}

.forms {
  margin-bottom: 90px;
}

.ready .container {
  background: #fff;
}

.ready h1 {
  color: #000;
  font-size: 24px;
  font-family: 'Noticia Text';
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.ready p {
  font-size: 13px;
  color: #6b6b6b;
  font-family: 'Merriweather';
  margin: 0;
}

.ready-container {
  padding:51px 20px;
}

.ready-text {
  float: left;
}

.ready a {
  float: right;
}

.partners {
  padding: 35px 0;
  background: #fff;
}

.partners img {
  width: 100%;
}


/*Typograpgy*/


.typography {
  padding: 50px 0;
}

.headings {
  margin-bottom: 40px;
}



.headings .row {
  margin-top:50px;
}

.headings h1,.headings h2,.headings h3,.headings h4,.headings h5,.headings h6 {
  margin: 0 0 20px;
}

.html-style {
   margin-bottom: 50px;
}

.html-style a {
  color: #ea5748;
}

.html-style a:hover {
  text-decoration: underline;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.bullets {
  margin-bottom: 50px;
}
.bullets i {
  font-size: 14px;
  margin-right: 10px;
  color: #000;
}

.bullets .li-circle {
  list-style: disc;
  font-size: 14px;
}
.bullets .li-ol {
  list-style: decimal;
  font-size: 14px;
}

.bullets li {
  font-family: 'Merriweather';
  font-size: 13px;
  color: #6b6b6b;
  margin-bottom: 10px;
}

.dropcaps {
  margin-bottom: 50px;
}

.dropcaps .row {
  margin-top:50px;
}

.naked-drop span{
  font-size: 52px;
  font-family: 'Merriweather';
  color: #000;
  padding-right: 10px;
  padding-bottom: 0px;
  float: left;
  display: block;
  text-transform: uppercase;
  line-height:57px;
}

.full-drop span{
  font-size: 24px;
  font-family: 'Roboto';
  background: #ea5748;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 3px;
  float: left;
  display: block;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  border-radius: 0;
}

.blockquotes {
  margin-bottom: 50px;
}

.blockquotes blockquote{
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #ea5748;
  font-family: 'Noticia Text';
  font-size: 19px;
  font-style: italic;
  color: #6e6e6e;
  line-height: 31px;
}


.blockquotes blockquote span{
  display: block;
  color: #ea5748;
  font-style: normal;
  font-family: 'Merriweather';
  font-weight: 300;
  font-size: 13px;
  margin-top: 10px;
}


.columns {
  margin-bottom: 90px;
}

.columns .row {
  margin-top: 45px;
}

/*Footer*/

footer {
  background: #000;
}

footer h1 {
  font-size: 18px;
  font-family: 'Noticia Text';
  text-transform: uppercase;
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 18px;
  margin-bottom: 18px;
  margin-top: 0;
  color: #fff;
}

.inner-footer {
  padding: 50px 0;
  position: relative;
}

.f-about form {
  position: relative;
}

.f-about input[type="text"] {
  font-size: 12px;
  font-family: 'Merriweather';
  font-style: italic;
  color: #b2b2b2;
  border:1px solid #2a2a2a;
  width: 100%;
  padding: 12px;
  background: transparent;
}


.f-about input[type="submit"] {
  background: url(../upload/arrow.png) 0 no-repeat;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 14px;
  right: 12px;
  border:0;
}

.infos a {
  font-size: 13px;
  color: #6b6b6b;
  margin: 0;
  display: block;
  font-family: 'Merriweather';
  margin-bottom: 17px;
}

.infos a:hover {
  color: #fff;
}

.account a {
  font-size: 13px;
  color: #6b6b6b;
  margin: 0;
  display: block;
  font-family: 'Merriweather';
  margin-bottom: 17px;
}

.account a:hover {
  color: #fff;
}

.gettouch p i {
  font-size: 15px;
  color: #969696;
  margin-right: 10px;
}

.gettouch p {
  margin-bottom: 10px;
}

.gettouch li {
  display: inline;
  margin-right: 5px;
}

.footer-socials i {
  display: inline-block;
  border: 1px solid #2a2a2a;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  color: #969696;
}

.footer-socials i:hover {
  background: #fff;
  color: #000;
}

.last-div {
  border-top: 1px solid #2a2a2a;
  padding: 30px 0;
}


  #back-to-top {
  position: absolute;
  right: 30px;
  z-index: 10000;
  bottom: -10px;
  outline: 0 !important;
  }


  #back-to-top a {
  display: block;
  text-indent: -9999px;
  width: 86px;
  height: 67px;
  background: url(../images/backtop.png) no-repeat center;
  outline: 0 !important;
  }




/*------------------------------------------------------------- 
               THEME SWITCHER
--------------------------------------------------------------- */

#customizer {
  position: fixed;
  top: 64px;
  z-index: 999999;
  height: 100%;
  display: none;
}

.corner {
  display: block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: url(../images/corner-open.png);
  position: absolute;
  top: 50px;
  left: -50px;
}

.s-close {
  right: -205px !important;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.s-open {
  right: 0 !important;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.corner.expanded {
  background: url(../images/corner.png);
}

#options {
  width: 205px;
  height: 238px;
  background: #fff;
  padding: 0;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.heading {
  padding-bottom: 15px;
  margin-bottom: 20px;
}

#options h6 {
  color: #5c5c5c;
  margin-bottom: 10px;
  font-size: 13px;
}

.options-segment {
  margin-bottom: 20px;
}

.customize-button {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  color: #5c5c5c !important;
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  padding: 3px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Roboto';
  font-weight: 100;
}

.color-head {
  font-size: 13px;
  text-align: center;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  color: #525252;
  line-height: 40px;
  background-position: 92.5% 50%;
  margin-bottom: 15px !important;
  text-transform: uppercase;
  font-weight: 800;
}

.fonts-head {
  font-family: Bitter;
  font-size: 16px;
  color: #525252;
  line-height: 23px;
  margin-bottom: 15px !important;
}

.customize-button:hover {
  background: #fff;
}

.customize-button:first-of-type {
  margin-right: 5px;
}

.color-scheme {
  padding: 0;
}

.color-scheme li {
  float: left;
  list-style: none;
}

.color-scheme a {
  display: block;
  height: 30px;
  width: 30px;
  margin: 0 4.25px 10px;
}

.fonts-sel {
  padding: 20px 25px;
  margin-bottom: 0;
}

.colors-sel {
  padding: 20px 25px 15px;
  margin-bottom: 0;
}

.headers-sel {
  padding: 15px;
  margin-bottom: 0;
}

.green a {
  background: url(../images/3.png);
}

.orange a {
  background: url(../images/7.png);
}

.blue a {
  background: url(../images/1.png);
}

.red a {
  background: url(../images/8.png);
}

.violet a {
  background: url(../images/4.png);
}

.pale-green a {
  background: url(../images/6.png);
}

.yellow a {
  background: url(../images/5.png);
}

.fblack a {
  background: url(../images/2.png);
}

.version {
  padding: 0;
  margin-bottom: -20px;
  display: table;
  width: 100%;
}

.version li {
  list-style: none;
  width: 44%;
  margin-right: 9%;
  float: left;
}

.version li a {
  padding: 21px;
  display: table;
}

.version li:last-child {
  margin-right: 0;
}

.lite,.lite:hover {
  background: #f3f3f3;
  color: #7f7f7f;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}

.dark,.dark:hover {
  background: #7f7f7f;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}

.options-head {
  background: #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 50px;
}
