/*  

Theme Name: Dolli Straut - Fashion
Theme URI: http://themes.beesoft.it/tourtravel
Description: Fashion and Shops Template for your brand
Version: 1.1
Author: BeeSoft Themes
Author URI: http://www.beesoft.it

============================================================================

1.0 - General Styles & Inclusions
	1.1 - Preload
	1.2 - Custom Slick Slider Styles
	1.3 - Titles
	1.4 - Text and Buttons
	1.5 - Custom Stying Classes
2.0 - Main Page
	2.1 - Header
	2.2 - Menu
	2.3 - Slider/Main View
	2.4 - Intro
	2.5 - Footer
3.0 - Pages
	3.1 - General Pages styles
	3.2 - Page About
	3.3 - Page Collection/Products
	3.4 - Page Contacts
	3.5 - Page Shops
	3.6 - Page Standard
	3.7 - Page Single Product
	3.8 - Page Single Shop
4.0 - Blog
	4.1 - Archive
	4.2 - Single
5.0 - Responsive
	5.1 - Desktop & Wide > 1280 width
	5.2 - Tablet Portrait 768px - 991px width
	5.3 - Smarthphone max-767px width
	5.4 - Smarthphone Landscape 480px - 767px width
6.0 - Animations

/* ============================================================================ */
/* 1.0 - General Styles & Inclusions											*/
/* ============================================================================ */
/* ============================================================================ */
/* === Variables															=== */
/* ============================================================================ */
/* ============================================================================ */
/* ================================ Imports =================================== */
/* ============================================================================ */
@import url(https://fonts.googleapis.com/css?family=Cardo|Oxygen);
@import url(font-awesome-4.6.3/css/font-awesome.min.css);
/* ============================================================================ */
/* ================================ Font Types ================================= */
/* ============================================================================ */
/* ============================================================================ */
/* ============================== Colors Palette =============================== */
/* ============================================================================ */
/* ============================================================================ */
/* === SASS Mixins 															=== */
/* ============================================================================ */
/** =============== Border Radius ===============  **/
/** =============== Opacity ===============  **/
/** =============== Transitions ===============  **/
/** =============== Transform ===============  **/
/** =============== Font Awesome ===============  **/
/**************************************************************************************/
body {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  color: #231f20; }

h1 {
  font-family: "Cardo", serif;
  font-weight: 400; }

a {
  color: #231f20; }

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=submit],
textarea,
select {
  font-family: "Oxygen", sans-serif;
  font-weight: 400; }

/* ============================================================================ */
/* 1.1 - Preload																*/
/* ============================================================================ */
body {
  overflow: visible; }
  body.init {
    overflow: hidden; }
    body.init header,
    body.init section,
    body.init footer {
      opacity: 0;
      filter: alpha(opacity=0); }

#preload {
  background: #fff url(../images/logos/bg-logo.jpg) no-repeat center 40%;
  position: fixed;
  z-index: 900;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  #preload:before {
    background: url(../images/misc/loader.gif) no-repeat center 60%;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px; }
  #preload.loaded {
    background-position-x: right;
    left: -100%;
    opacity: 0.5;
    filter: alpha(opacity=50); }

/* ============================================================================ */
/* 1.2 - Custom Slick Slider Styles												*/
/* ============================================================================ */
#slider .slick-active .item .text {
  margin-left: 20px;
  opacity: 1;
  filter: alpha(opacity=100); }

#slider .slick-active .item .text.center {
  margin-left: -16%; }

#slider .slick-active .item .text.right {
  margin-right: 20px; }

/* ============================================================================ */
/* 1.3 - Titles																	*/
/* ============================================================================ */
.section-title {
  background: url(../images/logos/bg-logo.png) no-repeat center bottom;
  background-size: 100px;
  padding: 20px 0px;
  text-align: center;
  margin-bottom: 20px; }
  .section-title h1 {
    display: inline-block; }

/* ============================================================================ */
/* 1.4 - Text and Buttons														*/
/* ============================================================================ */
.btn {
  background: #231f20; }

.text {
  color: #999; }
  .text p:first-child:first-letter {
    font-family: "Cardo", serif;
    font-size: 3em;
    text-transform: uppercase;
    color: #231f20;
    float: left;
    margin-right: 4px;
    margin-top: 12px; }
  .text strong,
  .text em {
    color: #231f20; }

/* ============================================================================ */
/* 1.5 - Custom Stying Classes													*/
/* ============================================================================ */
.m-t-0 {
  margin-top: 0px; }

.m-t-10 {
  margin-top: 10px; }

.m-t-20 {
  margin-top: 20px; }

.m-t-40 {
  margin-top: 40px; }

.m-b-0 {
  margin-bottom: 0px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-b-40 {
  margin-bottom: 40px; }

.p-t-0 {
  padding-top: 0px; }

.p-t-10 {
  padding-top: 10px; }

.p-t-20 {
  padding-top: 20px; }

.p-t-40 {
  padding-top: 40px; }

.p-b-0 {
  padding-bottom: 0px; }

.p-b-10 {
  padding-bottom: 10px; }

.p-b-20 {
  padding-bottom: 20px; }

.p-b-40 {
  padding-bottom: 40px; }

.content-area {
  padding: 40px 0; }

.banner-area {
  padding: 100px 0; }

/* ============================================================================ */
/* 2.1 - Header																	*/
/* ============================================================================ */
#head .container-fluid {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px; }

#lang {
  position: absolute;
  font-size: 12px;
  right: 20px;
  top: -20px; }
  #lang a {
    border-top: 2px solid transparent;
    padding-top: 5px;
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
    color: #999; }
    #lang a.sel {
      border-top: 2px solid #231f20;
      padding: 5px;
      color: #231f20; }

#logo {
  position: absolute;
  z-index: 100;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }
  #logo img {
    width: 200px;
    margin: auto; }

/* ============================================================================ */
/* 2.2 - Menu Nav																*/
/* ============================================================================ */
.tgl-menu {
  color: #fff;
  background: #231f20;
  position: absolute;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 10px;
  z-index: 100;
  right: 20px; }
  .tgl-menu:focus {
    color: #fff !important; }

.menu {
  text-align: right;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  letter-spacing: 2px;
  font-size: 12px;
  margin-top: 40px;
  color: #231f20; }
  .menu li {
    position: relative;
    display: inline-block;
    white-space: nowrap; }
  .menu a {
    color: #999;
    display: inline-block;
    text-decoration: none;
    margin-left: 30px;
    line-height: 40px;
    margin-bottom: -10px;
    border-bottom: 10px solid transparent;
    -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

.menu a:hover,
.menu li:hover > a,
.menu .active > a {
  margin-bottom: -2px;
  border-bottom: 2px solid #231f20;
  color: #231f20; }

/* ============================================================================ */
/* 2.3 - Slider/Main View														*/
/* ============================================================================ */
.carousel.gal {
  margin-bottom: 0px; }
  .carousel.gal .slick-prev {
    left: 5px; }
  .carousel.gal .slick-next {
    right: 5px; }

.carousel.slider .slick-prev,
.carousel.brands .slick-prev {
  left: 5px; }

.carousel.slider .slick-next,
.carousel.brands .slick-next {
  right: 5px; }

#slider .slick-prev {
  left: 5px; }

#slider .slick-next {
  right: 5px; }

#slider .item {
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  height: 500px;
  margin: 0px 1px; }
  #slider .item .text {
    position: absolute;
    z-index: 50;
    width: 32%;
    opacity: 0;
    margin-top: 200px;
    margin-left: -100px;
    -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1); }
    #slider .item .text h1 {
      height: 100%;
      margin: 0px;
      text-align: center;
      line-height: 100%; }
    #slider .item .text a {
      position: relative;
      text-decoration: none;
      padding: 20px;
      display: block;
      height: 100%;
      width: 100%; }
    #slider .item .text small {
      font-family: "Oxygen", sans-serif;
      border-bottom: 1px solid #231f20;
      margin-bottom: 10px;
      padding-bottom: 10px;
      text-transform: uppercase;
      display: block;
      font-size: 0.5em;
      font-weight: 700;
      letter-spacing: 2px; }
  #slider .item .text.white small {
    border-color: #fff; }
  #slider .item .text.white a {
    color: #fff; }
  #slider .item .text.bottom {
    bottom: 20px; }
  #slider .item .text.center {
    left: 50%; }
  #slider .item .text.right {
    right: 0px;
    margin-left: 0px;
    margin-right: -100px; }
  #slider .item .bg {
    position: absolute;
    width: 100%;
    height: 100%; }

/* ============================================================================ */
/* 2.4 - Intro																	*/
/* ============================================================================ */
.block {
  position: relative; }
  .block .title {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .block .title h2 {
      border-top: 1px solid #fff;
      font-family: "Cardo", serif;
      display: inline-block;
      position: relative;
      z-index: 50;
      padding-top: 5px;
      font-weight: 400;
      margin: 0px;
      font-size: 1.2em; }
  .block:hover .title {
    bottom: 40px; }
  .block .photo a {
    position: relative;
    display: block; }
    .block .photo a:after {
      content: '';
      opacity: 0;
      filter: alpha(opacity=0);
      position: absolute;
      display: block;
      left: 60px;
      top: 60px;
      bottom: 60px;
      right: 60px;
      background: rgba(255, 255, 255, 0.2);
      -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -ms-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .block .photo a:before {
      content: '';
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: rgba(35, 31, 32, 0.2);
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjMxZjIwIiBzdG9wLW9wYWNpdHk9IjAuMyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, transparent 51%, rgba(35, 31, 32, 0.3) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(51%, transparent), color-stop(100%, rgba(35, 31, 32, 0.3)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, transparent 51%, rgba(35, 31, 32, 0.3) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, transparent 51%, rgba(35, 31, 32, 0.3) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, transparent 51%, rgba(35, 31, 32, 0.3) 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, transparent 51%, rgba(35, 31, 32, 0.3) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d231f20',GradientType=0 );
      /* IE6-8 */ }
  .block:hover .photo a:after {
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 1;
    filter: alpha(opacity=100); }
  .block .date {
    margin-bottom: 10px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .block a {
    text-decoration: none;
    color: #fff; }

/* ============================================================================ */
/* 2.5 - Footer																	*/
/* ============================================================================ */
#foot {
  line-height: 160%;
  margin: 40px 0px;
  font-size: 10px;
  color: #999; }
  #foot a {
    text-decoration: none;
    color: #999; }
    #foot a:hover {
      color: #231f20; }
  #foot .links {
    border-top: 1px solid #e5e5e5;
    text-transform: uppercase;
    height: 60px;
    font-size: 12px; }
    #foot .links a {
      letter-spacing: 2px;
      display: inline-block;
      margin-right: 20px;
      line-height: 40px;
      height: 40px;
      margin-top: -2px;
      border-top: 2px solid transparent;
      -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -ms-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      #foot .links a:hover,
      #foot .links a.active {
        color: #231f20;
        border-color: #231f20; }
  #foot .newsletter {
    background: #e9e8e8 url(../images/logos/bg-logo.png) no-repeat 90% center;
    text-transform: uppercase;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px; }
    #foot .newsletter .frm-text {
      padding: 5px;
      width: 70%;
      height: 30px;
      float: left; }
    #foot .newsletter .frm-submit {
      width: 30%;
      float: left; }
  #foot .social {
    text-align: right; }
    #foot .social i {
      font-size: 20px;
      vertical-align: middle;
      margin-right: 5px; }
    #foot .social a {
      display: inline-block;
      margin-left: 10px; }

/* ============================================================================ */
/* 3.1 - General Pages styles													*/
/* ============================================================================ */
#heading {
  margin-bottom: 20px; }

.breadcrumbs {
  position: relative;
  z-index: 100;
  margin-top: -20px;
  font-size: 10px;
  color: #999; }

.bg {
  overflow: hidden;
  position: relative; }
  .bg img {
    width: auto;
    height: 100%;
    float: right; }

/* ============================================================================ */
/* 3.2 - Page About																*/
/* ============================================================================ */
#timeline {
  position: relative;
  margin: 80px 0px;
  padding: 40px 0px;
  background: #efefef;
  text-align: center; }
  #timeline:before {
    content: '';
    border: 10px solid #fff;
    display: inline-block;
    font-size: 40px;
    width: 150px;
    height: 150px;
    margin-top: -120px;
    border-radius: 50%;
    background: #efefef url(../images/logos/bg-logo.png) no-repeat center center;
    background-size: 60%; }
  #timeline li .item {
    margin: 20px; }
    #timeline li .item .title h1 {
      font-size: 1.5em; }
  #timeline li:nth-of-type(2n) .item {
    margin-top: 100px; }
  #timeline .title h2 {
    border-bottom: 1px solid #231f20;
    display: inline-block;
    padding: 0px 20px; }

/* ============================================================================ */
/* 3.3 - Page Collection/Products												*/
/* ============================================================================ */
#products .filter {
  margin-bottom: 20px;
  font-size: 10px;
  color: #999; }
  #products .filter a {
    padding: 5px 0px;
    margin-left: 10px;
    text-decoration: none;
    color: #999; }
    #products .filter a:hover {
      color: #231f20; }
    #products .filter a .sel {
      padding: 5px 10px;
      background: #231f20;
      color: #fff; }

#products .filter.right {
  text-align: right; }

.prod {
  text-align: center;
  margin-bottom: 20px; }
  .prod a {
    text-decoration: none;
    color: #999; }
  .prod:hover a {
    color: #231f20; }
  .prod:hover .photo:before {
    background: #231f20;
    height: 2px;
    opacity: 1; }
  .prod:hover .photo a:after {
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 1; }
  .prod .photo {
    border-top: 1px solid #e5e5e5;
    position: relative;
    padding-top: 20px; }
    .prod .photo:before {
      content: '';
      opacity: 0;
      height: 10px;
      width: 100%;
      top: 0px;
      left: 0px;
      position: absolute;
      background: transparent;
      -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -ms-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .prod .photo a {
      position: relative;
      display: block; }
      .prod .photo a:after {
        content: '';
        opacity: 0;
        position: absolute;
        display: block;
        left: 60px;
        top: 60px;
        bottom: 60px;
        right: 60px;
        background: rgba(35, 31, 32, 0.1);
        -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        -ms-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .prod .title {
    margin-top: 10px; }
    .prod .title h2 {
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 400;
      font-size: 12px; }

/* ============================================================================ */
/* 3.4 - Page Contacts															*/
/* ============================================================================ */
#frm-contact {
  color: #999; }
  #frm-contact .frm-wrap {
    margin-bottom: 20px; }
  #frm-contact .frm-wrap.half {
    width: 48%;
    display: inline-block; }
  #frm-contact .frm-wrap.half.send {
    text-align: right; }
  #frm-contact label {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: 2px;
    display: block; }
  #frm-contact .frm-text,
  #frm-contact .frm-textarea {
    border: 1px solid #e5e5e5;
    width: 100%;
    padding: 5px; }
  #frm-contact .frm-textarea {
    height: 160px; }
  #frm-contact .frm-submit {
    padding: 0px 20px;
    margin-right: 20px; }
  #frm-contact h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 16px;
    color: #231f20; }

#frm-contact.frm-shop {
  border: 1px solid #e5e5e5;
  padding: 20px; }

.address {
  text-align: center;
  font-size: 12px;
  color: #999; }
  .address strong {
    display: block; }
  .address a {
    text-decoration: none;
    color: #999; }
    .address a:hover {
      color: #231f20; }
  .address i {
    background: rgba(0, 0, 0, 0.1);
    margin-right: 5px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px; }

/* ============================================================================ */
/* 3.5 - Page Shops																*/
/* ============================================================================ */
#map {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0px;
  margin-bottom: 20px;
  height: 550px; }
  #map .acf-map {
    width: 100%;
    height: 100%; }
  #map .shop .desc {
    width: 43%;
    white-space: nowrap; }

.quickinfo #map {
  border: 0px;
  padding: 0px;
  margin: 0px;
  height: 350px; }

.shop {
  overflow: hidden;
  padding: 10px; }
  .shop h4 {
    font-family: "Cardo", serif;
    font-weight: 400; }
  .shop .photo {
    width: 150px;
    float: left; }
  .shop .desc {
    margin-left: 10px;
    font-size: 12px;
    color: #999;
    float: left; }
    .shop .desc i {
      background: rgba(0, 0, 0, 0.1);
      margin-right: 5px;
      border-radius: 50%;
      text-align: center;
      line-height: 20px;
      width: 20px;
      height: 20px; }
    .shop .desc a {
      text-decoration: none;
      color: #999; }
      .shop .desc a:hover {
        color: #231f20; }

.grid-list .shop {
  min-height: 180px;
  border-top: 1px solid #e5e5e5;
  padding: 10px 0px 0px 0px; }
  .grid-list .shop .photo {
    width: auto;
    float: none; }
  .grid-list .shop .desc {
    margin: 0px;
    float: none; }

/* ============================================================================ */
/* 3.6 - Page Standard															*/
/* ============================================================================ */
/* ============================================================================ */
/* 3.7 - Page Single Product													*/
/* ============================================================================ */
.quickinfo {
  border: 1px solid #e5e5e5;
  padding: 20px;
  overflow: hidden; }
  .quickinfo .address {
    padding-top: 20px; }
  .quickinfo .left,
  .quickinfo .right {
    width: 48%; }
  .quickinfo .left {
    float: left; }
  .quickinfo .right {
    float: right; }

.details {
  margin: 40px 0px;
  font-size: 12px; }
  .details li {
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: right;
    color: #999; }
  .details strong {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    float: left; }

.moreinfo {
  margin: 40px 0px; }
  .moreinfo h3 {
    font-weight: 300; }
    .moreinfo h3 i {
      margin-right: 5px; }
    .moreinfo h3 a {
      background: #e9e8e8;
      border-radius: 3px;
      padding: 5px 10px;
      margin: 0px 5px;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 700;
      font-size: 12px; }

#frm-prod {
  overflow: hidden;
  border: 1px solid #e5e5e5;
  padding: 0px 40px;
  opacity: 0;
  height: 0px;
  -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
  #frm-prod p {
    margin-bottom: 20px; }
  #frm-prod .frm-text {
    padding: 3px;
    border-bottom: 1px dashed #ccc;
    vertical-align: bottom;
    text-align: center;
    font-size: 14px; }
  #frm-prod .frm-submit {
    padding: 0px 20px; }

#frm-prod.show {
  padding: 40px;
  height: auto;
  opacity: 1; }

.frm-submit {
  height: 30px;
  letter-spacing: 2px;
  background: #231f20;
  text-transform: uppercase;
  color: #fff; }

.req {
  color: red; }

/* ============================================================================ */
/* 3.8 - Page Single Shop														*/
/* ============================================================================ */
#brands {
  margin-top: 40px;
  text-align: center; }
  #brands h3 {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 100;
    background: #fff;
    padding: 0px 20px;
    font-size: 16px;
    margin: 0px;
    height: 30px; }
  #brands .brands {
    border-top: 1px solid #e5e5e5;
    margin-top: -20px;
    padding: 10px; }

/* ============================================================================ */
/* 4.0 - Blog																	*/
/* ============================================================================ */
/* 4.1 - Archive																*/
/* ============================================================================ */
#category {
  margin: 60px 0px; }

.cat-list {
  border-left: 1px solid #e5e5e5;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px; }
  .cat-list a {
    margin-left: -2px;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    color: #999;
    border-left: 2px solid transparent;
    -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

.cat-list a:hover,
.cat-list .active a,
.cat-list .current-cat a {
  border-color: #231f20;
  color: #231f20; }

.posts .post {
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin: 10px 0; }
  .posts .post .title h2 {
    margin-top: 5px;
    font-family: "Cardo", serif;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 120%; }
  .posts .post a {
    text-decoration: none;
    color: #999;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .posts .post:hover .photo a:after {
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 1;
    filter: alpha(opacity=100); }
  .posts .post:hover a {
    color: #231f20; }

.posts .photo {
  margin-bottom: 20px; }
  .posts .photo a {
    position: relative;
    display: block; }
    .posts .photo a:after {
      content: '';
      opacity: 0;
      filter: alpha(opacity=0);
      position: absolute;
      display: block;
      left: 60px;
      top: 60px;
      bottom: 60px;
      right: 60px;
      background: rgba(255, 255, 255, 0.2);
      -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -ms-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

.date,
.cat,
.meta {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px; }

.pagenavi {
  margin: 20px;
  text-align: right; }
  .pagenavi .current {
    border: 0px;
    border-bottom: 1px solid #999;
    border-radius: 0px;
    padding-bottom: 0px;
    margin: 0 4px; }
  .pagenavi .page {
    background: #999;
    color: #fff;
    padding: 4px 6px;
    text-decoration: none;
    font-weight: 200;
    margin: 0 4px; }
  .pagenavi .nextlink i {
    font-size: 13px;
    color: #999; }

/* ============================================================================ */
/* 5.0 - Responsive																*/
/* ============================================================================ */
/* 5.1 - Desktop & Wide > 1280 width											*/
/* ============================================================================ */
@media only screen and (min-width: 1280px) {
  #slider .item {
    height: 600px; }
  .container-fluid {
    max-width: 1200px; } }

/* ============================================================================ */
/* 5.2 - Tablet Portrait 768px - 991px width									*/
/* ============================================================================ */
@media only screen and (max-width: 991px) {
  #logo {
    position: static; }
  #foot,
  #foot .social {
    text-align: center; }
  .cat-list {
    margin-bottom: 40px;
    border-left: 0px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center; }
    .cat-list li {
      display: inline-block; }
    .cat-list a {
      margin-left: 0px;
      margin-bottom: -2px;
      border-left: 0px;
      border-bottom: 2px solid transparent;
      font-size: 0.9em;
      padding: 5px; }
    .cat-list .active a {
      border-color: #231f20; } }

/* ============================================================================ */
/* 5.2 - Tablet Portrait 768px - 991px width									*/
/* ============================================================================ */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tgl-menu {
    display: none; }
  .menu {
    text-align: center;
    display: block; }
  #slider .item .text {
    width: 50%; }
  #frm-contact .frm-wrap.half {
    width: auto;
    display: block; } }

/* ============================================================================ */
/* 5.3 - Smarthphone max-767px width											*/
/* ============================================================================ */
@media only screen and (max-width: 767px) {
  #preload:before {
    background-position-y: 80%; }
  #head {
    text-align: center; }
  .tgl-menu {
    margin: 20px 0px 0px 0px;
    position: static; }
  .menu {
    position: relative;
    background: #efefef;
    text-align: center;
    margin-top: 10px; }
    .menu:before {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 10px;
      background: #efefef;
      top: -5px;
      left: 50%;
      margin-left: -5px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .menu li {
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .menu a {
      margin: 0px;
      line-height: 30px;
      border: 0px; }
  .breadcrumbs {
    text-align: center; }
  #slider .item {
    height: 400px; }
    #slider .item .text {
      width: auto;
      margin: 0px !important;
      margin-top: 20px !important;
      right: 20px !important;
      left: 20px !important; }
      #slider .item .text h1 {
        font-size: 1.5em; }
      #slider .item .text p {
        line-height: 100% !important; }
    #slider .item .text.white {
      background: rgba(0, 0, 0, 0.7); }
    #slider .item .text.black {
      background: rgba(255, 255, 255, 0.7); }
  .bg img {
    margin-left: -50%;
    float: none; }
  .section-title h1 {
    font-size: 1.5em;
    min-height: 50px; }
  #foot .links {
    margin-bottom: 40px; }
  #foot .links,
  #foot .links a {
    height: auto; }
  #foot .links a {
    line-height: 30px; }
  .grid-list .shop {
    min-height: 0px; }
  #timeline {
    margin-top: 120px; }
  #timeline li:nth-of-type(2n) .item {
    margin-top: 20px; }
  .quickinfo .left,
  .quickinfo .right {
    width: auto;
    float: none; }
  #brands h3 {
    font-size: 14px; }
  #category {
    margin: 20px 0px; }
  .cat-list li {
    margin-bottom: 8px; }
  #products .filter {
    background: #efefef;
    padding: 10px; }
  #products .filter,
  #products .filter.right {
    text-align: center; }
  #products .filter a {
    display: inline-block;
    margin-bottom: 5px; }
  #products .filter a.sel {
    padding: 5px; }
  .moreinfo h3 a {
    display: inline-block; } }

/* ============================================================================ */
/* 5.4 - Smarthphone Landscape 480px - 767px width								*/
/* ============================================================================ */
