/*  ################################################################

  File Name: style.css
  Template Name: Fiora
  Created By: Filiz OZER
  https://themeforest.net/user/jollythemes
  
  1) SKELETON
  2) HEADER
  3) SLIDER
  4) SECTIONS
  5) POST OPTIONS
  6) PORTFOLIO 
  7) CSS3 ANIMATIONS


################################################################# */ 

/* ----------------------------------------------------
  SKELETON
------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,600,500,300,800,900);

body {
    font-family: 'Raleway', Arial, sans-serif;
    background: #fff;
    color:#494c50;
    background: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 18px;
}

/* Typography */

h1 {
    font-size: 48px;
    font-weight: 300;
}

h2 {
    font-size: 36px;
    font-weight: 300;
}

h3 {
    font-size: 24px;
    font-weight: 300;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
  font-weight: 300;
  margin-top:20px;
  margin-bottom: 0px;
  color: #a19789;
  font-family: 'Trade', Arial, sans-serif;
  text-transform: none;
}

p,i {
    color: #a19789;
    line-height: 25px;
    font-size: 13px;
	  font-family: 'Trade', Arial, sans-serif;

}

li {
  font-size: 13px;
  line-height: 25px;
}

.li-switch {
	padding:0px;
}



/*.portfolio-filter li a.active,*/
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
a {
	    font-family: 'Futura Heavy', Arial, sans-serif;
color:#a19789;
text-decoration:none;
-webkit-transition:background-color .2s linear, color .2s linear;
-moz-transition:background-color .2s linear, color .2s linear;
-o-transition:background-color .2s linear, color .2s linear;
-ms-transition:background-color .2s linear, color .2s linear;
transition:background-color .2s linear, color .2s linear;
}

.portfolio-filter li a:active,
.portfolio-filter li a:focus, {
      font-family: 'Trade', Arial, sans-serif;
color:#a19789;
text-decoration:none;
-webkit-transition:background-color .2s linear, color .2s linear;
-moz-transition:background-color .2s linear, color .2s linear;
-o-transition:background-color .2s linear, color .2s linear;
-ms-transition:background-color .2s linear, color .2s linear;
transition:background-color .2s linear, color .2s linear;
}

.navbar-header a:hover {
border-color:#a86846;
}

a:hover,a:focus {
text-decoration:none;
color:#a19789;
}

.alignleft {
float:left;
margin:20px 20px 20px 0;
}

.alignright {
float:right;
margin:20px 0 20px 20px;
}

.aligncenter {
margin-left:auto;
margin-right:auto;
display:block;
clear:both;
}

.drop-caps p:first-child:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  color: #434b55;
  padding: 4px;
  margin-right: 7px;
  margin-top: 5px;
  font-family: Georgia;
  display: block;
}  
    
.drop-caps.full p:first-child:first-letter {
  color: #fff;
  background: #434b55 !important;
  padding: 7px;
  margin-right: 7px;
}

.custom {
  background:#434b55;
  border-left: 0 none;
  color: #fff;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.4;
  padding: 2em;
  text-align: left;
}

.soundcloud {
border:1px solid #fff;
width:100%;
}

.vimeo {
width:695px;
height:391px;
border:1px solid #fff;
}

blockquote {
border-left:5px solid #f9f9f9;
font-size:13px;
line-height: 1.6;
font-style:italic;
font-weight:normal;
text-align:left;
margin:0 0 30px;
padding:10px 20px;
font-family: 'Trade Light Italic', Arial, sans-serif;
color: #a19789
}

.first {
  clear:both
}

.last{
  margin-right:0
}

small, .small {
  font-size:100%;
}

.padding-top-blog {
  padding-top: 120px;
}  

/* ----------------------------------------------------
  HEADER
------------------------------------------------------- */

.wrapper {
  padding:20px;
  background: #f4f2f0;
}
.header {
  background: #fff;
  padding: 20px 0;
  position: relative;
  z-index: 1112;
}

.header-blog{
  background-color: none;
}

.header-404 {
  background: #fff;
  padding: 0;
  position: relative;
  z-index: 1112;
}

body.onepage .header {
  position: absolute;
  top:0;
  background:rgba(255,255,255,0);
  background:transparent;
  left: 0;
  width: 100%;
}
body.onepage .wrapper {
  padding: 0;
}
body.onepage .menu-wrapper {
  background:rgba(255,255,255,0);
  background:transparent;
}
body.onepage .menu-wrapper.affix {
  background:rgba(244,242,240,0.9) !important;
}
.menu-wrapper {
  height: auto;
  position: relative;
  width: 100%;
  margin:0;
  background:rgba(255,255,255,0.8);
  -webkit-transition: background 0.1s linear, height 0.1s linear;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition: background 0.1s linear 0s, height 0.1s linear 0s;
  -o-transition: background 0.1s linear 0s, height 0.1s linear 0s;
  transition: background 0.1s linear 0s, height 0.1s linear 0s;
}
.dropdown-menu,
.menu-wrapper.affix  .dropdown-menu {
  margin-top:8px;
}
.menu-wrapper.affix {
  width:100%;
  -webkit-backface-visibility: hidden; 
-webkit-transform: translateZ(0);
  top:0;
  background: rgba(244,242,240,0.9) !important;  right:0;
  padding: 8px 0;
  margin-top:0;
  margin:0 !important;
  position: fixed;
  z-index: 9999;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
.navbar,
.navbar-default {
  background: rgba(255, 255, 255, 0);
  margin:0;
  border-radius: 0;
  border:none;
  padding:0 30px;
  padding-left:15px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color:rgba(255,255,255,0.8);
  background: rgba(255, 255, 255, 0);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a {
  color:#887e6e;
  background: rgba(255, 255, 255, 0);
}

.navbar-default .navbar-nav > .active > a:focus{
  color:#a19789;
  background: transparent;
}

.navbar-default .navbar-nav > .li-switch > a {
	padding:0px;
}

.dropdown-menu {
  background: #434b55;
  box-shadow:none;
  padding:10px;
  border:0;
  border-color:#f3f3ef;
  border-radius:0 !important;
}
.dropdown-menu > li > a {
  clear: both;
  color: #fff;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 8px 20px 8px 10px;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: capitalize;
}
.navbar-nav {
  font-size: 12px;
  /*letter-spacing: 1px;*/
  text-transform: uppercase;
  padding-top:20px;
}
.navbar-default .navbar-nav > li > a {
  padding:15px 10px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}
.navbar-brand {
  float: left;
  font-size: 18px;
  height: auto;
  width:auto;
  text-align: center;
  margin: 0px 10px 6px 0px;
  text-transform: uppercase;
  color:rgb(64,67,71);
  line-height: 1;
  padding: 0px 20px;
  /*border:1px solid rgb(64,67,71);*/
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image:  url("demos/logo-federico-churba.png");
  background-repeat: no-repeat;
  height:94px;
  width:164px;
}

.navbar-brand-fc {
  float: left;
  font-size: 18px;
  height: auto;
  width:auto;
  text-align: center;
  margin: 0px 10px 6px 0px;
  text-transform: uppercase;
  color:rgb(64,67,71);
  line-height: 1;
  padding: 0px 20px;
  /*border:1px solid rgb(64,67,71);*/
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image:  url("demos/logo-federico-churba.png");
  background-repeat: no-repeat;
  height:94px;
  width:170px;
}

/* ----------------------------------------------------
  SLIDER STYLES
------------------------------------------------------- */

.slider-wrapper {
  background:#fff;
}
.tp-bannertimer {
  display: none !important;
}
.tparrows.preview4:after,
/*.tparrows.preview4 .tp-arr-titleholder {
  background:#434b55 !important;
}*/
.tp-caption.slider-title,
.slider-title{
  font-size:24px;
  line-height:84px;
  font-weight:300; 
  letter-spacing:0.3em;
  color:rgb(203,135,95);
  text-decoration:none;
  padding:0px;
  background-color:transparent;
  border-width:0px;
  border-color:rgb(255,255,255);
  border-style:none
}
.tp-caption.slider-title-2,
.slider-title-2{
  font-size:80px;
  line-height:80px;
  letter-spacing:0.1em; 
  font-weight:900;
  color:#434b55;
  text-decoration:none;
  background-color:transparent;
  border-width:0px;
  border-color:rgb(0,0,0);
  border-style:none
}
.tp-banner-container{
  width:100%;
  position:relative;
  padding:0;
}
.tp-banner{
  width:100%;
  position:relative;
}
.tp-banner-fullscreen-container {
  width:100%;
  position:relative;
  padding:0;
}

/* ----------------------------------------------------
  SECTIONS
------------------------------------------------------- */

.pricing-box {
  cursor: pointer;
  background: #434b55;
  border: 1px solid #58606a;
  padding: 30px 30px 30px;
  -webkit-transition:background-color .2s linear, color .2s linear;
  -moz-transition:background-color .2s linear, color .2s linear;
  -o-transition:background-color .2s linear, color .2s linear;
  -ms-transition:background-color .2s linear, color .2s linear;
  transition:background-color .2s linear, color .2s linear;
}

.pricing-box:hover {
  background: #58606a;
  border: 1px solid #434b55;
}

.pricing-box.outline-outward:before {
  border-color:#434b55;
}

.pricing-details {
  list-style:none;
  padding:10px 0 ;
}

.pricing-heading h2 {
  color: #fff;
  font-size: 3.4em;
  padding-bottom: 0;
  font-weight: 500;
}

.pricing-heading h3 {
  color: #fff;
  font-size: 1.6em;
  padding-bottom: 0;
  text-transform: uppercase;
}

.pricing-details ul,
.pricing-details ul li {
  list-style: none;
  padding:0;
  margin:0;
  color:#fff;
}
.pricing-box .btn {
  border:1px solid #fff !important;
  color:#fff !important;
}
.pricing-box .button-wrapper {
  margin-top:0;
}

.pricing-details ul li {
    border-top: 1px solid #58606a;
    margin: 5px;
    padding: 7px;
}

.pricing-box:hover .pricing-details ul li {
  border-top: 1px solid #434b55;
}

.pricing-box:hover .pricing-details ul li:first-child,
.pricing-details ul li:first-child {
  border-top:0;
}
.pricing-container,
.callussection {
  text-align: center;
  color:#fff;
  z-index: 100;
  position: relative;
}

.callussection h1 {
  font-size: 3em !important;
  font-weight: 300 !important;
  letter-spacing: 0.1em !important;
  text-transform: inherit;
}

.callussection .button-wrapper  {
  margin-top:-5px;
}
.callussection .button-wrapper .btn {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
}
.parallax-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #434b55;
  z-index: 1;
}

#callus {
  background-image:url(demos/parallax_01.jpg);
}

.section-parallax .lead a:hover {
  color:#fff !important;
}
.parallax-light {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255,255,255, 0.7);
  z-index: 1;
}

.teambox img {
  width: 100%;
}
.sexy-bg {
    background: url(images/sexy-bg.png) no-repeat right bottom #f3f4f4 !important;
}
#philosophy {
  background-image:url(demos/parallax/filosofia_parallax_03.jpg);
  background-repeat:repeat;
}

#pricing {
  background-image:url(demos/slider_02.jpg);
}

.section-parallax {
  padding:80px 0;
  position: relative;
  display: block;
}
.section-parallax .btn {
  color:#fff;
  border-radius: 0;
  font-size:13px;
  padding:7px 30px;
  border:2px solid #fff;
  background: transparent;
}
.section-parallax {
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  vertical-align: middle;
  z-index: 1;
  color: #fff;
}
.white-wrapper {
  position: relative;
  display: block;
  z-index:1000;
  padding:140px 0;
  margin: 0 auto;
}

.white-wrapper-product {
  position: relative;
  display: block;
  z-index:1000;
  padding:0px 0;
  margin: 0 auto;
}


.buttons small,
.buttons h3,
.section-sub-title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 1.5em;
  margin-top: 30px;
  text-transform: uppercase;
  font-family: 'Futura Medium', Arial, sans-serif;
  color: #887e6e;
}

.title-footer-v1 {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 1.5em;
  margin-top: 30px;
  text-transform: uppercase;
  font-family: 'Futura Medium', Arial, sans-serif;
  color: #887e6e;
  text-transform: uppercase;
  line-height: 16px;
}

.section-sub-title-v2 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 1.5em;
  margin-top: 30px;
  font-family: 'Futura Medium', Arial, sans-serif;
  color: #887e6e;
}

.section-parallax {
  color:#fff;
}
.message-welcome {
  z-index: 11;
  position: relative;
}
.title {
  margin-bottom: 65px;
  text-align: center;
}

.title-v2 {
  margin-bottom: 25px;
  text-align: center;
}

.title-v2 h3 {
  font-family: 'Futura Heavy', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color:#887e6e;
}

.section-parallax h1,
.title h3 {
  font-family: 'Futura Heavy', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color:#887e6e;
}
.widget .lead {
  margin-top:0;
  font-size:12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color:#a6a7a8;
  line-height: 1.6;
  font-weight: 300;
}

.widget .lead-footer{
  margin-top:0;
  font-size:14px;
  color:#f3f4f4;
  line-height: 1.6;
  font-weight: 300;
  font-family: 'Futura Heavy', Arial, sans-serif;
  text-transform: uppercase;
}

.title-product {
  font-size:16px;
  letter-spacing: 0.1em;
  color:#a19789;
  line-height: 1.6;
  font-weight: 300;
  font-family: 'Futura Heavy', Arial, sans-serif;
  text-transform: uppercase;
}

.section-parallax p,



.title .lead {
  margin-top:15px;
  font-size:14px;
  letter-spacing: 0.1em;
  color:#a19789;
  line-height: 1.6;
  font-weight: 300;
  font-family: 'Trade Light Italic', Arial, sans-serif;
}
.title .lead-footer {
  margin-top:15px;
  font-size:16px;
  letter-spacing: 0.1em;
  color:#f3f4f4;
  line-height: 1.6;
  font-weight: 300;
  font-family: 'Trade', Arial, sans-serif;
}
.nopadding {
  padding-bottom: 0;
}
.neverpadding {
  padding:0;
}
/*.borderleft {
  border-left: 1px solid #f3f4f4;
}
.borderright {
  border-right: 1px solid #f3f4f4;
}*/
.border-bottom  {
  border-bottom: 1px solid #f2f2f2;
}
.border-top  {
  border-top: 1px solid #f2f2f2;
}

/* ----------------------------------------------------
  POST OPTIONS
------------------------------------------------------- */

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #869791;
}
.loader1 {
  width: 100px !important;
}
body.onepage .blog-wrapper img {
  width: 100%;
}
.btn-primary {
    background-color: #cb875f;
    border-color: #cb875f;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #494c50;
  border-color: #494c50;
}
.btn {
  font-size:13px;
  border-radius: 0;
}
.pager li > a, .pager li > span {
    background-color: #fff;
    border: 1px solid #494c50;
    border-radius: 0;
    color: #494c50;
    display: inline-block;
    font-size: 21px;
    padding: 8px 5px;
}
.pager li > a:hover, .pager li > span:hover {
    color: #494c50;
    background:#fff;
    border: 1px solid #494c50;
}

.media-list .media-object {
    width:75px;
    margin-right:15px;
}
.media-heading {
    font-size: 15px !important;
    font-style: italic;
    margin: 10px 0;
    text-align: left;
    text-transform: none !important;
}
.media-heading .pull-right {
    font-size:13px;
}
.media-list {
    margin-top:60px;
}
.media, .media .media {
    margin-top: 60px;
}

.single-post .section-sub-title  {
  margin-bottom:15px;
  font-size:21px;
  font-weight: 600;
}

.social a {
  color:#9f9f9f;
}
.social p {
    text-transform: uppercase;
    padding:0;
    margin:0;
}
.post-share {
    margin: 30px 0; 
}
#map {
  height:450px;
  width:100%
}
#map img{
  max-width:inherit
}
.map{
  position:relative
}
.map .row .col-lg-4{
  float:right;
  margin-top:-450px;
  z-index:9
}
.contact-icon {
  margin:20px 0;
  overflow:hidden;
}
.map .row{
  position:relative
}
.infobox img {
  width:100% !important;
}
.map .searchmodule {
  padding:18px 10px
}
.infobox {
  display: inline-block;
  padding: 5px;
  position: relative;
  width: 270px;
}
.infobox img {
  width:80px !important;
  padding-right:10px
}
.infobox .title {
  font-size:13px;
  font-weight:bold;
  margin-top:0;
  margin-bottom:0;
  text-transform:uppercase;
  padding-bottom:5px;
}
.infobox .title a {
  font-weight:bold;
}

.blog-wrapper .section-sub-title {
  margin-bottom:10px;
}

.post-meta {
  padding-top:30px;
}

.blog-wrapper h3 a  {
  color: ##a19789;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 1.5em;
  margin-top: 30px;
  font-family: 'Trade', Arial, sans-serif;
  color: #887e6e;
}

#sidebar a,
.post-meta span a {
  color:#beb6ac;
  font-family: 'Trade', Arial, sans-serif;
  margin-top:5px;
}
.post-meta span {
  display: inline-block;
  margin-bottom: 10px;
  font-size:12px !important;
  margin-right: 10px;
  text-align: left;
}
.form-control {
  font-size:12px;
  background: #ffffff;
  border:none;
  border-radius: 0;
  margin-top:1%; 

}

.form-control:focus {
  border-color: #beb6ac;
  box-shadow:none;
}
.contact-widget .button-wrapper {
  margin:10px 0;
}

label {
  font-weight: 300;
  margin-top:20px;
  margin-bottom: 0px;
  color: #a19789;
  font-family: 'Trade', Arial, sans-serif;
  text-transform: none;
}
.sitemap ul,
.check ul {
    margin: 0;
    padding:5px;
}
.details ul {
    margin:20px 0;
    padding:5px;
}
.sitemap ul li,
.check ul li,
.details ul li {
    list-style: none;
    margin-bottom:0 !important;
}

.check li:before,
.details li:before {
    content:"\ea6e";
    font-family:"jollyicons";
    font-size:16px;
    left:0;
    color:#beb6ac;
    padding-right:10px;
    position:relative;
    top:2px;
}

#sidebar .section-sub-title {
  margin-top:0;
}
#sidebar .widget {
  margin-bottom:30px;
}

#sidebar .button-wrapper {
  margin-top:10px;
}

#sidebar .button-wrapper .btn {
  font-size: 13px;
  height: auto;
  margin: 0 10px 6px 0;
  padding: 8px 13px;
}
.tags a {
  color:#beb6ac;
  border: 1px solid #beb6ac;
  display: inline-block;
  margin: 0 3px 4px 0;
  font-size:12px;
  padding: 2px 6px;
  font-family: 'Trade', Arial, sans-serif;  
}

.nav-tabs {
  border-bottom:0 none;
  padding:0;
}

.nav-tabs > li > a {
  border-radius:0;
  color:#343434;
}

.tab-content {
  border:1px solid #DDD;
  padding:20px;
}

.panel-title {
  font-size:14px;
  font-weight:400!important;
  line-height:30px;
  margin:0!important;
  padding:0!important;
}

.panel-default > .panel-heading:hover,.panel-default > .panel-heading:focus,.panel-default > .panel-heading {
  background-color:#fff;
}

.panel-default > .panel-heading h4 a {
  color:#000!important;
  text-decoration:none;
}

.skill_count {
  color:#222;
  font-size:14px;
  font-weight:bold;
  position:absolute;
  right:4%;
  top:0;
}

.skills_bar {
  position:relative;
  overflow:hidden;
  }

.skills_bar small {
  color: #111;
  display: block;
  font-size: 12px !important;
  font-weight: 300;
  left: 0;
  margin: 10px 0;
  position: relative;
  text-transform: uppercase;
  top: 0;
}

.progress {
  background:#f2f2f2!important;
  position:relative;
  box-shadow:none;
  border-radius:5px!important;
  line-height:40px;
  height:20px;
  margin:4px 0;
}

.progress-bar {
  background-color:#434b55;
  border-radius:5px 0 0 5px!important;
}

/* ----------------------------------------------------
  PORTFOLIO
------------------------------------------------------- */

.single-portfolio .title {
  text-align: left !important;
  margin-bottom:0;
  padding: 0;
}

.portfolio-media img {
  width:100%;
}
#boxed-portfolio .item {
  margin: 0 2px 4px;
  padding:0;
 width: calc( (100% / 3) - 10px);
  float: left;
}

#boxed-portfolio .item img {
  height: auto !important;
  height: 100% !important;
  width: 100%;
  position: relative;
  z-index: -2;
}
#boxed-portfolio {
  display: block !important;
  overflow: visible !important;
  position: relative;
  z-index: 10;
}
.button-wrapper {
  margin-top:30px;
}
.button-wrapper .btn {
  border: none;
  color: #a19789;
  float: none;
  font-size: 13px;
  height: auto;
  line-height: 1;
  margin: 8px 10px 6px 0;
  padding: 11px 10px;
  text-align: center;
  background: transparent;
  border-radius: 0;
  font-family: 'Trade', Arial, sans-serif;
  padding-left:0px;
}

.button-wrapper .btn:hover {
  border-color: none;
}
.masonry_wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.masonry_wrapper .item {
  float: left;
  padding: 0;
  position: relative;
}

.masonry_wrapper .box {
  padding:20px;
}
.masonry_wrapper .item img {
  width: 100%;
}
.masonry_wrapper .item a, .masonry_wrapper .item a img {
  position: relative;
  overflow: hidden;
  display: block;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.portfolio-filter ul {
  list-style:none; 
  padding-left:0
}   
.portfolio-filter {
  overflow:hidden;
  margin: 0 0 40px;
}
.portfolio-filter li {
  display: inline;
  margin: 0 15px;
  padding: 0;
}
.portfolio-filter li a {
  color:#beb6ac;
  letter-spacing: 0.1em;
  font-family: 'Trade', Arial, sans-serif;
}

.portfolio-filter li a:hover {
  color:#a19789;
  letter-spacing: 0.1em;
  font-family: 'Trade', Arial, sans-serif;
}

.portfolio-filter li a:active,
.portfolio-filter li a:focus {
  color: #887e6e;
}

.buttons a.portfoliobuttons {
    display: inline-table !important;
    margin: 5px 3px 0 !important;
    overflow: hidden !important;
    padding: 8px !important;
    position: relative !important;
    /*border:1px solid #fff;*/
	font-family: 'Futura Heavy', Arial, sans-serif;
	font-size:16px;
	color:#ffffff;
	text-transform:uppercase;
}
/* ----------------------------------------------------
  FOOTER
------------------------------------------------------- */

.copyrights .list-inline > li a {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  color: #a6a7a8 !important;
}
.footer {
  background: #beb6ac;
  color: #a6a7a8;
  padding-bottom: 30px;
  padding-top: 30px;
}
.footer .title h3,
.footer .widget h3{
  margin:10px 0; 
  color:#fff;
}
.copyrights {
  background: #434b55;
  padding: 20px 0;
  overflow: hidden;
  position: relative;
  display: block;
}
.copymessage  p,
.copymessage  a{
  text-transform: uppercase;
  font-size:14px !important;
  font-weight: 400 !important;
  color:#fff;
  padding-top:8px;
  letter-spacing: 0.6px;
}
.hbottom {
  position: absolute;
  width: 100%;
  z-index:9999;
  left: 0;
  background-color:#fff; 
  bottom: 0;
}

/* ----------------------------------------------------
  ELEMENTS
------------------------------------------------------- */
.about-image img {
  margin:40px auto 0;
  width: 100%;
}
.aboutimg img {
  width:100%;
  margin:0 auto;
}
.about-us img {
  width:100%;
}
.service-box {
  margin-top:40px;
  cursor: pointer;
  color:#fff;
}
.service-box h3 {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 15px;
}
.service-box:hover .icon-container {
  color:#cb875f;
}
.service-box .icon-container{
  color:#fff;
  width: 80px;
  display: block;
  height: 80px;
  line-height: 90px;
  text-align: center;
  font-size:34px;
  margin: auto;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -13px;
}
.tooltip-inner {
  max-width: 100%;
  padding: 20px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2;
  color:rgb(64,67,71);
  text-align: left;
  text-decoration: none;
  background:rgb(255,255,255);
  border-radius: 0;
}
.tooltip.top .tooltip-arrow {
  border-top-color: rgb(255,255,255);
}

.white-wrapper .icon-container,
.white-wrapper .service-box h3  {
  color:#434b55;
}

.teambox .tooltip-inner p,
.white-wrapper .tooltip-inner {
  background:#434b55;
  color:#fff !important;
}
.white-wrapper .tooltip.top .tooltip-arrow {
  border-top-color:#434b55;
} 
.service-widget {
  padding: 30px;
}
.teambox .tooltip-inner p {
  text-transform: none;
  text-align: center;
  line-height: 1.6;
}

.teambox {
  cursor:pointer;
  text-align: center;
}
.teambox img {
  width: 100%;
}
.teambox h3 {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
.teambox h3 small {
    display: block;
    margin-top:10px;
}



/* ----------------------------------------------------
  CSS3 ANIMATIONS
------------------------------------------------------- */

/* Hover Shadow */
@-webkit-keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

@keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

.hover-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hover-shadow:hover, .hover-shadow:focus, .hover-shadow:active {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.hover-shadow:hover:before, .hover-shadow:focus:before, .hover-shadow:active:before {
  opacity: .4;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
#loader {
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  background-color: #fff;
  position:fixed;
  display: table;
  width: 100%;
  top:0;
  height: 100%;
  min-height: 100%;
  z-index:9999;
	    animation: 0.75s linear 0s normal none infinite running rotation;
	    /*border-radius: 100%;
	    height: 95px;
	    margin: 0 auto -45px;
	    position: relative;
	    top: 45%;
	    width: 95px;*/
}
.loader-container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 12;
  text-align:center;
  text-transform: uppercase;
}
.loader-back-logo {
  margin-top:-10px;
  font-size:18px;
}
.loader {
  margin-top:10px;
  margin-left: 0px
}
.loader-back-text {
  z-index:-1;
  color: #e9e9e9;
  position: absolute;
  text-transform: uppercase;
  top:41%;
  font-weight: 300;
  text-transform: uppercase;
  left:44%;
  font-size: 3.2em;
}
.outline-outward {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pricing-box.outline-outward {
  display: block;
}

.outline-outward:before {
  content: '';
  position: absolute;
  /*border: #fff solid 1px;*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.outline-outward:hover:before, .outline-outward:focus:before, .outline-outward:active:before {
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
}

.social-icon {
  padding:14px 5px !important; 
}


.social-icon-pinterest {
  padding:11px 5px !important; 
  font-size: 28px;
}

.magnifier .buttons {
  visibility:hidden;
  position:absolute;
  cursor: pointer;
  width:100%;
  top:50%;
  margin-top:-20px;
  opacity:0;
  -webkit-transform:scale(0.2);
  -moz-transform:scale(0.2);
  -ms-transform:scale(0.2);
  -o-transform:scale(0.2);
  transform:scale(0.2);
  -webkit-transition:all .3s ease 0;
  -moz-transition:all .3s ease 0;
  -ms-transition:all .3s ease 0;
  -o-transition:all .3s ease 0;
  transition:all .3s ease 0;
}
.magnifier .buttons a {
  color:#fff;
  font-size:14px;
}
.buttons small,
.buttons h3 {
  padding:0;
  margin:0;
  color:#fff;
  display: block;
}
.buttons small {
  color:#a1a4a8;
  font-size:12px;
}
.buttons h3 {
  margin:14px 10px 7px;
  font-size:15px;
}
.magnifier .buttons a:hover {
  color:#fff;
}
.magnifier:hover .authordate,.magnifier:hover .hoverbutton,.magnifier:hover .buttons {
  opacity:1;
  visibility:visible;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}
.entry:hover .magnifier {
  opacity:0.5;
  visibility:visible;
}
.entry {
  display:block;
  overflow: hidden;
  position:relative;
}
.magnifier {
  position:absolute;
  background-color: #beb6ac;
  text-align:center;
  top:1px;
  left:1px;
  z-index:998;
  bottom:1px;
  right:1px;
  opacity:0;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}
.entry img {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -ms-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}
.entry:hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
#single-header a:hover {
  color:#fff;
}
#single-header {
  background: #beb6ac;
  color: #fff;
  display: block;
  padding: 40px 0 30px;
  text-align: center;
  position: relative;
  width: 100%;
}
.bigtitle h2 {
  color:#fff;
  font-size: 40px;
  margin: 5px 0 0;
  padding: 0;
  text-transform: uppercase;
}
.single-title h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.4em;
}
#single-header p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 15px;
}

.breadcrumb-container {
  text-align:right;
  padding-right:20px;
}
.breadcrumb {
  text-transform: uppercase;
  text-align: center;
  background-color:rgba(0,0,0,0);
  border-left:0 solid #B54321;
  border-radius:0;
  color:#a6a7a8;
  list-style:none outside none;
  margin-top:15px;
  padding:0;
}
.breadcrumb > .active {
  color:#fff;
  font-size:11px;
}
.breadcrumb a {
  color:#a6a7a8;
  font-weight:300;
  font-size:11px;
}
.breadcrumb > li + li:before {
  font-size:11px;
  padding:0 3px;
}


/* ----------------------------------------------------
  RESPINSIVE
------------------------------------------------------- */

@media screen and (max-width: 1161px) {
body.onepage .header {
  top:0;
  padding:10px 0;
  background:rgba(244,242,240,0.9) !important
}
.wrapper {
  padding:0;
}
.menu-wrapper {
  /*background:rgb(255,255,255) !important;*/
}
.dropdown-menu {
  padding:4px !important;
}
/*.social-icon {
  display: none !important
}*/

.social-icon-pinterest {
  display: none !important
}

.navbar-default .navbar-nav > li > a {
    padding: 7px 10px;
}
.navbar-brand {
  float: left;
  font-size: 18px;
  height: auto;
  width:auto;
  text-align: center;
  margin: 5px 10px 6px 0px;
  text-transform: uppercase;
  color:rgb(64,67,71);
  line-height: 1;
  padding: 0px 20px;
  /*border:1px solid rgb(64,67,71);*/
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image:  url("demos/logo-federico-churba-mobile.png");
  background-repeat: no-repeat;
  height:44px;
  width:207px;
}

.navbar-nav {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top:0px;
  border-bottom: 1px solid #c7c7c7;
}

.white-wrapper {
  position: relative;
  display: block;
  z-index:1000;
  padding:100px 0;
  margin: 0 auto;
  padding-bottom:2%;
}

.white-wrapper-product {
  position: relative;
  display: block;
  z-index:1000;
  padding:50px 0;
  margin: 0 auto;
  padding-bottom:2%;
}

.btn-ok-border {
    padding: 6px 12px;
    margin-top: 3px;
    border-color: #887e6e;
  } 

}

.blog-list img {
  width: 100%;
}

.section-sub-title a,
.blog-list h3 a {
  color:#494c50;
}

.readmore {
  font-style: italic
}

.blog-list {
  margin-bottom:50px;
}

.pricewrap,
.wishlistwrap {
  font-family: arial;
  color:#999;
}

.price-old {
    font-size: 11px;
    font-weight: 300;
    text-decoration: line-through;
}
.shop-rating {
display:inline;
cursor:pointer;
margin-right:20px;
}

.shop-rating i {
color:#121212;
}


.shop-rating i:hover {
color:#cb875f;
}

.table img {
    display: table;
    float: right;
    width: 80px !important;
}
.box2 {
    border: 1px solid #ededed;
    padding: 20px;
}

.checkout-post h3,
.checkout-post h2 {
    color: #121212;
    display: block;
    font-size:21px !important;
    line-height: 125%;
    margin: 15px 0;
    overflow: hidden;
    text-align: left;
}

#payment label, .table a {
    color: #999 !important;
    display: block;
    font-family: Athelas !important;
    font-size: 15px;
    font-style: italic;
    padding: 20px;
}
.well {
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 15px 20px;
}

.payment_methods {
  padding:20px 0;
}
.payment_methods li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    list-style: outside none none !important;
    padding: 0.5em 0;
}

.ancho {
	width:100%;
    
}

@font-face {
    font-family: 'Futura Bold';
    src: url('webfonts/FuturaStd-Bold.eot');
    src: url('webfonts/FuturaStd-Bold.eot?#iefix') format('embedded-opentype'),
         url('webfonts/FuturaStd-Bold.woff') format('woff'),
         url('webfonts/FuturaStd-Bold.ttf') format('truetype'),
         url('webfonts/FuturaStd-Bold.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Book';
    src: url('webfonts/FuturaStd-Book.eot');
    src: url('webfonts/FuturaStd-Book.eot?#iefix') format('embedded-opentype'),
         url('webfonts/FuturaStd-Book.woff') format('woff'),
         url('webfonts/FuturaStd-Book.ttf') format('truetype'),
         url('webfonts/FuturaStd-Book.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Light';
    src: url('webfonts/FuturaStd-Light.eot');
    src: url('webfonts/FuturaStd-Light.eot?#iefix') format('embedded-opentype'),
         url('webfonts/FuturaStd-Light.woff') format('woff'),
         url('webfonts/FuturaStd-Light.ttf') format('truetype'),
         url('webfonts/FuturaStd-Light.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Medium';
    src: url('webfonts/FuturaStd-Medium.eot');
    src: url('webfonts/FuturaStd-Medium.eot?#iefix') format('embedded-opentype'),
         url('webfonts/FuturaStd-Medium.woff') format('woff'),
         url('webfonts/FuturaStd-Medium.ttf') format('truetype'),
         url('webfonts/FuturaStd-Medium.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trade';
    src: url('webfonts/TradeGothicLTStd.eot');
    src: url('webfonts/TradeGothicLTStd.eot?#iefix') format('embedded-opentype'),
         url('webfonts/TradeGothicLTStd.woff') format('woff'),
         url('webfonts/TradeGothicLTStd.ttf') format('truetype'),
         url('webfonts/TradeGothicLTStd.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trade Light Italic';
    src: url('webfonts/TradeGothicLTStd-LightObl.eot');
    src: url('webfonts/TradeGothicLTStd-LightObl.eot?#iefix') format('embedded-opentype'),
         url('webfonts/TradeGothicLTStd-LightObl.woff') format('woff'),
         url('webfonts/TradeGothicLTStd-LightObl.ttf') format('truetype'),
         url('webfonts/TradeGothicLTStd-LightObl.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Heavy';
    src: url('webfonts/FuturaStd-Heavy.eot');
    src: url('webfonts/FuturaStd-Heavy.eot?#iefix') format('embedded-opentype'),
         url('webfonts/FuturaStd-Heavy.woff') format('woff'),
         url('webfonts/FuturaStd-Heavy.ttf') format('truetype'),
         url('webfonts/FuturaStd-Heavy.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

	#spinner {
	    animation: 0.75s linear 0s normal none infinite running rotation;
	    border-radius: 100%;
	    height: 95px;
	    margin: 0 auto -45px;
	    position: relative;
	    top: 45%;
	    width: 95px;
	}
	
.margin-photos-top	{
		margin-top:2%;
	}
	
.margin-photos-bottom	{
		margin-bottom:2%;
	}	

.btn-ok	{
		border: 1px solid #beb6ac;
		padding: 6px 12px;
		margin-top: 3px;
    background-color: white;
	}	
	
.btn-all {
	font-family: 'Futura Heavy', Arial, sans-serif;
	border: 1px solid #beb6ac;
    color: #beb6ac;
    float: none;
    font-size: 13px;
    height: auto;
    letter-spacing: 2px;
    line-height: 1;
    margin: 8px 10px 6px 0;
    padding: 11px 30px;
    text-align: center;
    text-transform: uppercase;
    background: transparent;
    border-radius: 0;	
}	

.hamburguesa {
	margin-right: 0px;
	padding-right: 0px;
	border: none;
  color:#beb6ac;
  font-size: 21px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus	{
	background-color:transparent;
}	

.photo-product {
	margin-right:0px;
	margin-left:0px;
	padding-right:0px;
	padding-left:0px;
	margin-bottom:3%;
}

.color-text-product {
	color:#beb6ac;	
}

.text-transform-none {
	text-transform:none;
	color: #f3f4f4;
	font-family: 'Trade', Arial, sans-serif;
}

.btn-pinterest {
	font-size:14px;
	line-height:19px;
}

.no-border-bottom {
  border-bottom: none;
}  

.border-bottom {
  border-bottom: 1px solid #c7c7c7;
}  

.margin-top-menu {
  margin-top: 5px;
}  

.margin-share-pinterest {
  margin-left: 2px;
} 

.suscribe-camp {
  min-width: 174px;
  max-width: 220px;
} 

.compartir {
    color: #a19789;
    line-height: 25px;
    font-size: 13px;
    font-family: 'Trade', Arial, sans-serif;
} 

a.overlay { width: 100%; height:100%; position: absolute; }

.row-position{
  position:relative;
}

.icon-position{
  position:absolute;
  bottom: 0px;
  right: 0px;
  margin-bottom: 20px;
}



.mailto {
    font-family: 'Trade', Arial, sans-serif;
    color: #a19789;
    text-decoration: none;
    font-size: 13px;
}

.mailto:hover{
    font-family: 'Trade', Arial, sans-serif;
    color: #beb6ac;
    text-decoration: none;
    font-size: 13px;
}

.title-news {
  margin-top: 0px;
  color: #887e6e;
}

.menu-blog {
  background-color: none;
}

.mailito{
  color:#f3f4f4;
}

.btn-send{
      margin-right: 0px;
    padding-right: 10px;
}

.video {
  width: 100%    !important;
  height: 100%   !important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media(max-width: 640px){
  #boxed-portfolio .item{
    width: calc((100% / 2) - 10px);
  }
}

@media(max-width:360px){
  #boxed-portfolio .item{
    width: calc(100%);
    float: none;
  }
}
