/* Fonts */


@font-face {
  font-family:'BauerBodoniStd-Italic';
  src: url('fonts/bauer/BauerBodoniStd-Italic_gdi.eot');
  src: url('fonts/bauer/BauerBodoniStd-Italic_gdi.eot?#iefix') format('embedded-opentype'),
    url('fonts/bauer/BauerBodoniStd-Italic_gdi.woff') format('woff'),
    url('fonts/bauer/BauerBodoniStd-Italic_gdi.ttf') format('truetype'),
    url('fonts/bauer/BauerBodoniStd-Italic_gdi.svg#BauerBodoniStd-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  /*unicode-range: U+0020-25CA;*/
}


/* Global Styles */

*{
  outline: 0!important;
}

html, body {
  height:100%;
  font-family: 'ubuntu';
  font-weight: 300;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000;
}

body{
  padding-top: 67px;
  color: #fff;
}

a {
  color: #FC5759;
}

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

.fa1{
  color: #FC5759;
  font-size: 22px;
}

.placeholder { 
  color: #aaa; 
}

.container-int{
  margin-bottom: 50px;
}

#topcontrol{
  background-color: #FC5759;
  padding: 5px 10px;
  font-size: 28px;
  line-height: 20px;
  color: #fff; 
}

h1, h2, h3, .h1, .h2, .h3 {
  font-family: 'ubuntu';
  font-weight: 400;
}

h4, h5, h6, .h4, .h5, .h6{
  font-family: 'ubuntu';
}

h2.section-title{
  margin: 30px 0 20px 0;
}

h2, .h2 {
    font-size: 19px;
}

h2.slider-frase{
  padding-top: 40px;
  padding-bottom: 30px;
  letter-spacing: 1px;
  color:#fff;
}


h3.section-title{
  margin: 0px 0 20px 0;
  font-size: 20px;
}

h1.post-title, h2.post-title{
  font-family: 'ubuntu';
  font-size: 24px;
  margin-top: 0;
}

p {
  font-family: 'ubuntu';
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: 22px;
  font-size: 17px;
}

blockquote {
  padding: 15px 20px;
  border-left: 5px solid #FC5759;
  background: #FAFAFA;
}

blockquote p {
  font-size: 15px;
  line-height: 24px;
}

.navbar{
  margin: 0;
  border: none;
  border-bottom: 2px solid #FC5759;
  border-radius: 0;
}

.navbar-brand {
    float: left;
    padding: 0px;
    }

.navbar-inverse {
  background-color: #000000;
  border-color: #FC5759;
}



.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  padding: 21px 10px;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #FC5759;
  /*background-color: #FC5759;*/
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #FC5759;
  /*background-color: #FC5759;*/
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #FC5759;
  /*background-color: #FC5759;*/
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #FC5759;
}

.navbar-inverse .navbar-toggle {
  border-color: #FC5759;
  outline: none;
}

.dropdown-menu{
  min-width: 135px;
  background-color: #FC5759;
  border: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 4px;
  }

.dropdown-menu > li > a{
  color: #fff;
}

.link-portfolio{
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.link-portfolio img{
  display: block;
  position: relative;
}

.link-portfolio .overlay-portfolio{
  background: rgba(0, 0, 0, 0.71);
  padding: 25px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #E9E9E9;
  opacity: 0;
  filter: alpha(opacity=0);
}

.link-portfolio .overlay-portfolio h3{
  font-size: 14px;
  font-family: 'ubuntu';
  margin: 0 0 20px 0;
}

.social-networks li{
  padding: 0;
}

.social-networks li a{
  width: 30px;
  height: 31px;
  display: inline-block;
  overflow: hidden;
}

.social-networks div.icon-social{
  width: 30px;
  text-align: center;
  color: #FFF;
  padding: 8px 0;
  font-size: 14px;
  line-height: 15px;
}

.social-networks div.icon-social.icon-social-facebook.normal{
  background: #3B5998;
}

.social-networks div.icon-social.icon-social-twitter.normal{
  background: #00CEFD;
}

.social-networks div.icon-social.icon-social-google-plus.normal{
  background: #D64136;
}

.social-networks div.icon-social.icon-social-pinterest.normal{
  background: #C32021;
}

.social-networks div.icon-social.icon-social-linkedin.normal{
  background: #0077B5;
}

.social-networks div.icon-social.icon-social-youtube.normal{
  background: #CF3427;
}

.social-networks div.icon-social.hover{
  background: #2c3e50;
}

.latest-tweets{
  margin: 0;
  padding: 0;
  list-style: none;
}

.latest-tweets li{
  margin-bottom: 15px;
}

.latest-tweets i.fa.fa-twitter{
  color: #00CEFD;
  margin: 0 5px 0 0;
}

address i.fa{
  margin: 0 5px 0 0;
}

.clients img{
  padding: 10px 0;
}

p.legal{
  text-align: right;
}

.breadcrumb{
  background: none;
  padding: 0;
}

.breadcrumb > li + li:before {
  content: "\f105";
  font-family: FontAwesome;
}

.panel-default {
  border-color: #EBEBEB;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.panel-group .panel {
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.panel-title {
  font-size: 14px;
}

.panel-default > .panel-heading {
  color: #666;
  background-color: #F8FAFA;
}

.well{
  padding: 20px;
  background: #FAFAFA;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.well.well-lg{
  padding: 24px;
}

.well.well-sm{
  padding: 9px;
}

div.list-posts{
  padding: 0;
}

div.list-posts ul{
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
}

div.list-posts ul li{
  margin: 0;
}

div.list-posts ul li a{
  color: #95A5A6;
  padding: 15px;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

div.list-posts ul li a:hover{
  background: #BDC3C7;
  color: white;
}

.nav-pills > li > a {
  border-radius: 0;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #169D83;
}

.post{
  border-bottom: 1px solid #EEE;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.img-post{
  margin: 0 0 25px 0;
  display: block;
}

.img-post img{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.post-meta .fa{
  margin: 0 5px 0 15px;
  color: #FC5759;
}

.post-meta .fa.first{
  margin: 0 5px 0 0;
}

/* comments */
.comment-author-icon{
  background: #ECF0F1;
  padding: 18px 20px;
  border-radius: 50px;
  margin: 10px 0 0 0;
  font-size: 20px;
  line-height: 20px;
}

.comment-content{
  width: 85%;
  margin: 0 0 0 3%;
}

/* pagination */

.pagination{
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
  border: none;
  margin: 0 1px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #FC5759;
}

/* tags */

.tags a{
  background: #1ABC9C;
  padding: 6px 15px;
  margin: 0 0 10px 0;
  display: inline-block;
  color: #FAFAFA;
  font-size: 12px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.tags a:hover{
  background: #FC5759;
}

/* Tabs */
.nav-tabs{
  border-bottom: none;
}

.nav-tabs > li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  cursor: default;
  background-color: #FAFAFA;
  border: none;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #ECF0F1;
}

.nav-stacked > li + li{
  margin-top: 0;
}

.nav-pills li a{
  padding: 7px;
  border-bottom: 1px solid #EDEDED;
}

.tab-pane {
  margin-top: 1px;
  background: #FAFAFA;
  padding: 15px;
}

.label-default {
  background-color: #1ABC9C;
}

/* Buttons */


.btn{
  border: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; 
  outline: none; 
}
.btn2 {
    padding: 1px 12px;
    border: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; 
  outline: none;
  }



.btn-lg {
  padding: 10px 35px;
}

.btn-primary {
  color: #FFF;
  background-color: #FC5759;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary{
  background-color: #FC5759;
}

.btn-info{
  background-color: #2C3E50;
}

.btn-info:hover{
  background-color: #95A5A6;
}

.input-group-btn:last-child > .btn {
  padding: 7px 12px;
}

/* Page Sections */
.section,
.section-colored {
  padding: 20px 0;
}

.section1 {
  background-color: #000;

}

.section-colored {
  background-color: #1a1a1a;
}



.section-colored.home{
  background: #423F5C url(../img/section-bg.png) 50% 0 no-repeat;
}

.section-colored.home h2{
  margin: 0;
  color: #fff;
}

.section-header {
  background-color: #ECF0F1;
  padding: 0;
  margin-bottom: 20px;
}

.sidebar h4{
  margin: 0 0 25px 0;
}

.sidebar .tab-content{
  margin-bottom: 20px;
}

/* Half Page Height Carousel Customization */
.carousel {
  height: 420px;
  background: #000;
}

#owl-colecciones {
  /*height: 547px;*/
  background: url(../img/joyas-davs-fondocolecciones.jpg);
  background-size: auto 100%;
  max-width: 1268px;
  padding-right: 10px;
  padding-left: 10px;
}

#owl-colecciones2 {
  height: 487px;
  background: url(../img/joyas-davs-fondocolecciones.jpg);
  background-size: auto 100%;
  max-width: 1268px;
}

.carousel-control.left i{
  left: 0;
}

.carousel-control.right i{
  right: 0;
}

.carousel-control.left i, .carousel-control.right i{
  position: absolute;
  top: 245px;
  font-size: 44px;
  /*background: black;*/
  line-height: 40px;
  padding: 0 15px;
}

.carousel-indicators li, .carousel-indicators .active {
width: 10px;
height: 10px;
margin: 1px;
}

.carousel-caption {
  top: 20px;
}

.carousel-caption h2 {
    font-family: "ubuntu";
    font-weight: 300;
    font-size: 26px;
    line-height: 29px;
    margin: 7px 0px;
}
/*.btn-fill {
    color: #fff;
    border: solid 2px #FC5759;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #FC5759;
}*/

.carousel-caption .button, #pie-contacto .button{
  border: solid 2px #FC5759;
  background-color: transparent;
  -webkit-border: 2px #FC5759;
  -moz-border: 2px #FC5759;
  padding: 5px 20px;
border-radius: 42px;
  color: white;
  font-family: 'ubuntu';
  font-weight: 500;
  margin: 7px 1px 27px;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  text-shadow: none;
}

.carousel-caption {
    color: #FFF;
    text-align: center;
    text-shadow: none;
    left: 7%;
    }

.carousel-caption .button:hover{
  text-decoration: none;
  background: #FC5759;
}

.item,
.active,
.carousel-inner {
  height: 100%;
  max-width: 1268px;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: 85% 0%;
  background-size: cover;
}

.block-icon{
  width: 70px;
  height: 70px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  font-size: 30px;
  background: #FC5759;
  color: #fff;
  line-height: 70px;
  margin: 0 auto;
}

.block-body h2{
  font-family: 'open_sanslight';
  font-size: 19px;
  text-align: center;
}

.block-body p{
  text-align: center;
  font-size: 13px;
  color: #7F8C8D;
}

.line-subtitle{
  height: 1px;
  width: 70px;
  margin: 17px auto;
  background: #DBDBDB;
}

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
h3.error-404{
  font-size: 250px;
  font-family: 'open_sansbold';
  color: #159C81;
}

img.monster{
  max-width: 125px;
}

/* Pricing Page Styles */
.price {
  font-size: 45px;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

.pricing-table .panel-default > .panel-heading{
  background-color: #FC5759;
  color: #FFF;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
}

.pricing-table .panel-default > .panel-body{
  background-color: #1ABC9C;
  color: #FFF;
}

.list-group-item {
  background-color: #FAFAFA;
  border: 1px solid #ECEBEB;
}

/* Footer Styles */
footer {
  background: #34495E;
  padding: 50px 0;
  color: #BDC3C7;
  font-size: 12px;
  line-height: 18px;
}

.footer-brand{
  font-family: 'pacificoregular';
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  color: #FFF;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-brand:hover{
  color: #fff;
  text-decoration: none;
}

footer p{
  color: #BDC3C7;
  font-size: 12px;
  line-height: 18px;
}

footer h3{
  font-family: 'open_sansbold';
  margin: 20px 0 15px 0;
  color: #FFF;
  font-size: 14px;
}

footer .form-control{
  background: #2C3E50;
  border: none;
  color: #ecf0f1;
  font-size: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

footer .form-control:focus{
  background: #ECF0F1;
  color: #7F8C8D;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

footer .input-group-btn .btn{
  height: 34px;
}

.footer-after{
  background: #000000;
  padding: 0px;
}

.footer-after p{
  color: #fff;
  padding-top: 15px;
}

.footer-after a{
  color: #FFF;
}

.footer-after a:hover{
  color: #1a1a1a;
  text-decoration: none;
}


/*--- OWL-CAROUSEL ---*/

#owl-demo .item{
  display: block;
  padding: 0px;
  margin: 0px;
  color: #FFF;
  text-align: center;
}
.owl-theme1 .owl-controls .owl-buttons div {
  padding: 5px 9px;
}
 
.owl-theme1 .owl-buttons i{
margin-top: 2px;
 
}
 

.owl-theme1 .owl-controls .owl-buttons div {
  position: absolute;

}
 
.owl-theme1 .owl-controls .owl-buttons .owl-prev{
  left: 1px;
  bottom: 0%;
  padding: 1px 0px;
  font-size: 21px;
  background: none;
}
 
.owl-theme1 .owl-controls .owl-buttons .owl-next{
  right: 1px;
  bottom: 0%;
  padding: 1px 0px;
  font-size: 21px;
  background: none;
}

#colecciones .owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
}

#colecciones {
  max-width: 1268px;
  background-color: #fff;
}

/*OWL COLECCIONES*/

#sync1 .item{
    padding: 9px;
    height: 365px;
    margin: 8px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#sync1 h1 {
  font-family:'BauerBodoniStd-Italic';
  font-size: 45px;
  letter-spacing: -3px;
}

#sync1 h2 {
  letter-spacing: 1px;
}

#sync2 .item{
    height: 70px;
    width: 70px;
    background: #fff;
    padding: 0px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    /*border: 1px solid;
    border-color:  #FC5759;*/
}
#sync2 .item h1{
  font-size: 18px;
}
#sync2 .synced .item{
  background: #FFF;
  border: 3px solid;
  border-color:  #FC5759;
}

.pad-colecciones1 {
  padding-top: 70px;
}

.pad-cnosotros1 {
    padding-top: 31px;
}

.pad-colecciones2 {
  padding-top: 90px;
  text-align: left;
}

#sync1 .pad-colecciones2 p {
  font-size: 16px;
}


/* =Contact
-------------------------------------------------------------- */
.pad-contacto {
    padding-top: 27px;
}

#contact-form .form-control {
  background-color: #f4f4f4;
  -webkit-box-shadow: none;
  box-shadow: none;
/*  border-color: #efefef;*/
}

#contact-form .form-control:focus {
  border-color: #FC5759;
}

#contact-form textarea {
  resize: none;
  min-height: 140px;
}

#contact-form .form-group.error, #contact-form .form-group.success {
  position: relative;
}

#contact-form .form-group.error:after, #contact-form .form-group.success:after {
  font-family: 'FontAwesome';
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 14px;
}

#contact-form .form-group.error:after {
  content: "\f00d";
  color: #d95c5c;
}

#contact-form .form-group.success:after {
  content: "\f00c";
  color: #00c077;
}

.sent {
  padding: 40px 20px;
  text-align: center;
  background-color: #3F3F3F;
  border-radius: 4px;
  color: #fff;
  display: none;
  margin: 10px 0;
}

.sent span {
  font-size: 18px;
}

#fondocontacto {
  height: 525px;
  background: url(../img/joyas-davs-fondocolecciones.jpg);
  background-size: auto 100%;
  max-width: 1268px;
  padding-right: 10px;
  padding-left: 10px;
}

/*-----MEDIA QUERIES------*/



@media (min-width: 1200px){
  
  /*.container {
    width: 1100px;
  }*/

/* Global Styles */

* {
  outline: 0!important;
}

html, body {
  height:100%;
  font-family: 'ubuntu';
  font-weight: 300;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000;
}

body{
  padding-top: 67px;
  color: #fff;
}

a {
  color: #FC5759;
}

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

.fa1{
  color: #FC5759;
  font-size: 22px;
}

.placeholder { 
  color: #aaa; 
}

.container-int{
  margin-bottom: 50px;
}

#topcontrol{
  background-color: #FC5759;
  padding: 5px 10px;
  font-size: 28px;
  line-height: 20px;
  color: #fff; 
}

h1, h2, h3, .h1, .h2, .h3 {
  font-family: 'ubuntu';
  font-weight: 400;
}

h4, h5, h6, .h4, .h5, .h6{
  font-family: 'ubuntu';
}

h2.section-title{
  margin: 30px 0 20px 0;
}

h3.section-title{
  margin: 0px 0 20px 0;
  font-size: 20px;
}

h1.post-title, h2.post-title{
  font-family: 'ubuntu';
  font-size: 24px;
  margin-top: 0;
}

p {
  font-family: 'ubuntu';
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: 27px;
  font-size: 17px;
}

blockquote {
  padding: 15px 20px;
  border-left: 5px solid #FC5759;
  background: #FAFAFA;
}

blockquote p {
  font-size: 15px;
  line-height: 24px;
}

.navbar{
  margin: 0;
  border: none;
  border-bottom: 2px solid #FC5759;
  border-radius: 0;
}

.navbar-brand {
    float: left;
    padding: 0px;
    }

.navbar-inverse {
  background-color: #000000;
  border-color: #FC5759;
}



.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  padding: 21px 10px;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #FC5759;
  /*background-color: #FC5759;*/
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #FC5759;
  /*background-color: #FC5759;*/
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #FC5759;
  /*background-color: #FC5759;*/
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #FC5759;
}

.navbar-inverse .navbar-toggle {
  border-color: #FC5759;
  outline: none;
}

.dropdown-menu{
  min-width: 135px;
  background-color: #FC5759;
  border: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 4px;
  }

.dropdown-menu > li > a{
  color: #fff;
}

.link-portfolio{
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.link-portfolio img{
  display: block;
  position: relative;
}

.link-portfolio .overlay-portfolio{
  background: rgba(0, 0, 0, 0.71);
  padding: 25px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #E9E9E9;
  opacity: 0;
  filter: alpha(opacity=0);
}

.link-portfolio .overlay-portfolio h3{
  font-size: 14px;
  font-family: 'ubuntu';
  margin: 0 0 20px 0;
}

.social-networks li{
  padding: 0;
}

.social-networks li a{
  width: 30px;
  height: 31px;
  display: inline-block;
  overflow: hidden;
}

.social-networks div.icon-social{
  width: 30px;
  text-align: center;
  color: #FFF;
  padding: 8px 0;
  font-size: 14px;
  line-height: 15px;
}

.social-networks div.icon-social.icon-social-facebook.normal{
  background: #3B5998;
}

.social-networks div.icon-social.icon-social-twitter.normal{
  background: #00CEFD;
}

.social-networks div.icon-social.icon-social-google-plus.normal{
  background: #D64136;
}

.social-networks div.icon-social.icon-social-pinterest.normal{
  background: #C32021;
}

.social-networks div.icon-social.icon-social-linkedin.normal{
  background: #0077B5;
}

.social-networks div.icon-social.icon-social-youtube.normal{
  background: #CF3427;
}

.social-networks div.icon-social.hover{
  background: #2c3e50;
}

.latest-tweets{
  margin: 0;
  padding: 0;
  list-style: none;
}

.latest-tweets li{
  margin-bottom: 15px;
}

.latest-tweets i.fa.fa-twitter{
  color: #00CEFD;
  margin: 0 5px 0 0;
}

address i.fa{
  margin: 0 5px 0 0;
}

.clients img{
  padding: 10px 0;
}

p.legal{
  text-align: right;
}

.breadcrumb{
  background: none;
  padding: 0;
}

.breadcrumb > li + li:before {
  content: "\f105";
  font-family: FontAwesome;
}

.panel-default {
  border-color: #EBEBEB;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.panel-group .panel {
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.panel-title {
  font-size: 14px;
}

.panel-default > .panel-heading {
  color: #666;
  background-color: #F8FAFA;
}

.well{
  padding: 20px;
  background: #FAFAFA;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.well.well-lg{
  padding: 24px;
}

.well.well-sm{
  padding: 9px;
}

div.list-posts{
  padding: 0;
}

div.list-posts ul{
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
}

div.list-posts ul li{
  margin: 0;
}

div.list-posts ul li a{
  color: #95A5A6;
  padding: 15px;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

div.list-posts ul li a:hover{
  background: #BDC3C7;
  color: white;
}

.nav-pills > li > a {
  border-radius: 0;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #169D83;
}

.post{
  border-bottom: 1px solid #EEE;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.img-post{
  margin: 0 0 25px 0;
  display: block;
}

.img-post img{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.post-meta .fa{
  margin: 0 5px 0 15px;
  color: #FC5759;
}

.post-meta .fa.first{
  margin: 0 5px 0 0;
}

/* comments */
.comment-author-icon{
  background: #ECF0F1;
  padding: 18px 20px;
  border-radius: 50px;
  margin: 10px 0 0 0;
  font-size: 20px;
  line-height: 20px;
}

.comment-content{
  width: 85%;
  margin: 0 0 0 3%;
}

/* pagination */

.pagination{
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
  border: none;
  margin: 0 1px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #FC5759;
}

/* tags */

.tags a{
  background: #1ABC9C;
  padding: 6px 15px;
  margin: 0 0 10px 0;
  display: inline-block;
  color: #FAFAFA;
  font-size: 12px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.tags a:hover{
  background: #FC5759;
}

/* Tabs */
.nav-tabs{
  border-bottom: none;
}

.nav-tabs > li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  cursor: default;
  background-color: #FAFAFA;
  border: none;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #ECF0F1;
}

.nav-stacked > li + li{
  margin-top: 0;
}

.nav-pills li a{
  padding: 7px;
  border-bottom: 1px solid #EDEDED;
}

.tab-pane {
  margin-top: 1px;
  background: #FAFAFA;
  padding: 15px;
}

.label-default {
  background-color: #1ABC9C;
}

/* Buttons */


.btn{
  border: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; 
  outline: none; 
}
.btn2 {
    padding: 1px 12px;
    border: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; 
  outline: none;
  }



.btn-lg {
  padding: 10px 35px;
}

.btn-primary {
  color: #FFF;
  background-color: #FC5759;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary{
  background-color: #FC5759;
}

.btn-info{
  background-color: #2C3E50;
}

.btn-info:hover{
  background-color: #95A5A6;
}

.input-group-btn:last-child > .btn {
  padding: 7px 12px;
}

/* Page Sections */
.section,
.section-colored {
  padding: 0px 0;
}

.section1 {
  background-color: #000;

}

.section-colored {
  background-color: #1a1a1a;
}

#pie-contacto {
  /*height: 140px;*/
  padding-top: 25px;
  padding-bottom: 14px;
  width: 1268px;
}

.section-colored.home{
  background: #423F5C url(../img/section-bg.png) 50% 0 no-repeat;
}

.section-colored.home h2{
  margin: 0;
  color: #fff;
}

.section-header {
  background-color: #ECF0F1;
  padding: 0;
  margin-bottom: 20px;
}

.sidebar h4{
  margin: 0 0 25px 0;
}

.sidebar .tab-content{
  margin-bottom: 20px;
}

/* Half Page Height Carousel Customization */
.carousel {
  height: 420px;
  background: #000;
}

#owl-colecciones {
  /*height: 538px;*/
  background: url(../img/joyas-davs-fondocolecciones.jpg);
  background-size: auto 100%;
  max-width: 1268px;
  padding-right: 10px;
  padding-left: 10px;
}


.carousel-control.left i{
  left: 0;
}

.carousel-control.right i{
  right: 0;
}

.carousel-control.left i, .carousel-control.right i{
  position: absolute;
  top: 245px;
  font-size: 44px;
  /*background: black;*/
  line-height: 40px;
  padding: 0 15px;
}

.carousel-indicators li, .carousel-indicators .active {
width: 10px;
height: 10px;
margin: 1px;
}

.carousel-caption {
  top: 20px;
}

.carousel-caption h2{
  font-family: 'ubuntu';
  font-weight: 300;
font-size: 36px;
line-height: 40px;
  margin: 10px 0;
}
/*.btn-fill {
    color: #fff;
    border: solid 2px #FC5759;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #FC5759;
}*/

.carousel-caption .button, #pie-contacto .button{
  border: solid 2px #FC5759;
  /*background-color: #FC5759;*/
  -webkit-border: 2px #FC5759;
  -moz-border: 2px #FC5759;
  padding: 5px 20px;
border-radius: 42px;
  color: white;
  font-family: 'ubuntu';
  font-weight: 500;
  margin: 30px 0 0 0;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  text-shadow: none;
}

.carousel-caption {
    color: #FFF;
    text-align: center;
    text-shadow: none;
    }

.carousel-caption .button:hover{
  text-decoration: none;
  background-color: #FC5759;
}

.item,
.active,
.carousel-inner {
  height: 100%;
  max-width: 1268px;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.block-icon{
  width: 70px;
  height: 70px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  font-size: 30px;
  background: #FC5759;
  color: #fff;
  line-height: 70px;
  margin: 0 auto;
}

.block-body h2{
  font-family: 'open_sanslight';
  font-size: 19px;
  text-align: center;
}

.block-body p{
  text-align: center;
  font-size: 13px;
  color: #7F8C8D;
}

.line-subtitle{
  height: 1px;
  width: 70px;
  margin: 17px auto;
  background: #DBDBDB;
}

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
h3.error-404{
  font-size: 250px;
  font-family: 'open_sansbold';
  color: #159C81;
}

img.monster{
  max-width: 125px;
}

/* Pricing Page Styles */
.price {
  font-size: 45px;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

.pricing-table .panel-default > .panel-heading{
  background-color: #FC5759;
  color: #FFF;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
}

.pricing-table .panel-default > .panel-body{
  background-color: #1ABC9C;
  color: #FFF;
}

.list-group-item {
  background-color: #FAFAFA;
  border: 1px solid #ECEBEB;
}

/* Footer Styles */
footer {
  background: #34495E;
  padding: 50px 0;
  color: #BDC3C7;
  font-size: 12px;
  line-height: 18px;
}

.footer-brand{
  font-family: 'pacificoregular';
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  color: #FFF;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-brand:hover{
  color: #fff;
  text-decoration: none;
}

footer p{
  color: #BDC3C7;
  font-size: 12px;
  line-height: 18px;
}

footer h3{
  font-family: 'open_sansbold';
  margin: 20px 0 15px 0;
  color: #FFF;
  font-size: 14px;
}

footer .form-control{
  background: #2C3E50;
  border: none;
  color: #ecf0f1;
  font-size: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

footer .form-control:focus{
  background: #ECF0F1;
  color: #7F8C8D;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

footer .input-group-btn .btn{
  height: 34px;
}

.footer-after{
  background: #000000;
  padding: 0px;
}

.footer-after p{
  color: #fff;
  padding-top: 15px;
}

.footer-after a{
  color: #FFF;
}

.footer-after a:hover{
  color: #1a1a1a;
  text-decoration: none;
}


/*--- OWL-CAROUSEL ---*/

#owl-demo .item{
  display: block;
  padding: 0px;
  margin: 0px;
  color: #FFF;
  text-align: center;
}
.owl-theme1 .owl-controls .owl-buttons div {
  padding: 5px 9px;
}
 
.owl-theme1 .owl-buttons i{
  margin-top: 2px;
}
 

.owl-theme1 .owl-controls .owl-buttons div {
  position: absolute;

}
 
.owl-theme1 .owl-controls .owl-buttons .owl-prev{
  left: 1px;
  top: 252px;
  padding: 1px 10px;
  font-size: 21px;
  background: none;
}
 
.owl-theme1 .owl-controls .owl-buttons .owl-next{
  right: 1px;
  top: 252px;
  padding: 1px 10px;
  font-size: 21px;
  background: none;
}

#colecciones .owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
}

#colecciones {
  max-width: 1268px;
  background-color: #fff;
}

/*OWL COLECCIONES*/

#sync1 .item{
    padding: 20px;
    height: 365px;
    margin: 20px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#sync1 h1 {
  font-family:'BauerBodoniStd-Italic';
  font-size: 41px;
  letter-spacing: -3px;
}

#sync1 h2 {
  letter-spacing: 1px;
}

#sync2 .item{
    height: 70px;
    width: 70px;
    background: #fff;
    padding: 0px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    /*border: 1px solid;
    border-color:  #FC5759;*/
}
#sync2 .item h1{
  font-size: 18px;
}
#sync2 .synced .item{
  background: #FFF;
  border: 3px solid;
  border-color:  #FC5759;
}

.pad-colecciones1 {
  padding-top: 70px;
}

.pad-cnosotros1 {
  padding-top: 135px;
}

.pad-colecciones2 {
  padding-top: 90px;
  text-align: left;
}

#sync1 .pad-colecciones2 p {
  font-size: 17px;
}


/* =Contact
-------------------------------------------------------------- */
.pad-contacto {
  padding-top: 78px;
}

#contact-form .form-control {
  background-color: #f4f4f4;
  -webkit-box-shadow: none;
  box-shadow: none;
/*  border-color: #efefef;*/
}

#contact-form .form-control:focus {
  border-color: #FC5759;
}

#contact-form textarea {
  resize: none;
  min-height: 140px;
}

#contact-form .form-group.error, #contact-form .form-group.success {
  position: relative;
}

#contact-form .form-group.error:after, #contact-form .form-group.success:after {
  font-family: 'FontAwesome';
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 14px;
}

#contact-form .form-group.error:after {
  content: "\f00d";
  color: #d95c5c;
}


#contact-form .form-group.success:after {
  content: "\f00c";
  color: #00c077;
}

.sent {
  padding: 40px 20px;
  text-align: center;
  background-color: #3F3F3F;
  border-radius: 4px;
  color: #fff;
  display: none;
  margin: 10px 0;
}

.sent span {
  font-size: 18px;
}
}

/* Small devices Tablets  */
@media (max-width: 991px) {


p.legal{
    text-align: left;
  }
#fondocontacto {
    height: 450px;
  }

.section {
    padding: 0px 0px;
}

.pad-colecciones2 {
    padding-top: 113px;
    text-align: left;
}

#owl-colecciones {
    /*height: 580px;*/
    background: transparent url("../img/joyas-davs-fondocolecciones.jpg") repeat scroll 0% 0% / auto 100%;
    padding-left: 10px;
    max-width: 1268px;
    padding-right: 10px;
}

/*.navbar-nav.navbar-right:last-child {
    margin-right: 111px;
}*/


}

@media (max-width: 1200px) {


#sync1 h1 {
  font-family:'BauerBodoniStd-Italic';
  font-size: 53px;
  letter-spacing: -3px;
}

#owl-colecciones {
   /* height: 686px;*/
    background: transparent url("../img/joyas-davs-fondocolecciones.jpg") repeat scroll 0% 0% / auto 100%;
    padding-left: 10px;
    max-width: 1268px;
    padding-right: 10px;
}


}


/*@media (min-width: 768px) {

.container {
    width: 945px;
}


}*/

@media (min-width: 1024px) {


.navbar-nav.navbar-right:last-child {
    margin-right: -7px;
}

#owl-colecciones {
    /*height: 663px;*/
    background: transparent url("../img/joyas-davs-fondocolecciones.jpg") repeat scroll 0% 0% / auto 100%;
    max-width: 1268px;

    padding-right: 10px;
    padding-left: 10px;
}


  } 

/* Extra small devices Phones */
@media (max-width: 768px) {
/*div.owl-wrapper-outer {
  height: 200px;
}*/
  /*.carousel {
    height: 380px;
  }*/
body {
   padding-top: 0px;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
   padding: 5px 5px;
   }
.carousel-inner.center-block {
    height: 100%;
   /* max-width: 700px;*/
}

div#colecciones {
    margin-left: 15%;
    margin-right: 15%;
  }


  .carousel-caption {
    top: 4%;
    margin-left: 10%;
  }

  .carousel-control.left i, .carousel-control.right i {
    top: 170px;
  }

  .section-colored.home h2 {
    margin-bottom: 30px;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #FFF;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #149178;
  }

  h3.error-404{
    font-size: 150px;
  }

  .sidebar{
    margin-top: 30px;
  }

  .comment-content {
    width: 65%;
  }

  #sync1 h1 {
    font-family: "BauerBodoniStd-Italic";
    font-size: 39px;
    letter-spacing: 0px;
}
.pad-colecciones2 {
    padding-top: 21px;
    text-align: left;
}

h2, .h2 {
    font-size: 22px;
}

.pad-colecciones1 {
    padding-top: 34px;
}

.pad-colecciones2 {
    padding-top: 4px;
    text-align: left;
}

#sync1 .item {
    padding: 0px;
    height: 365px;
    margin: 0px;
}

p {
    font-family: "ubuntu";
    font-weight: 400;
    margin: 0px 0px 0px;
    line-height: 20px;
}

.contact {
  margin-bottom: 20px;
}

#sync1 .pad-colecciones2 p {
    font-size: 17px;
}

#pie-contacto .button {
    margin: 15px 5px 23px;
}

#pie-contacto {
  /*height: 140px;*/
  padding-top: 25px;
  padding-bottom: 14px;
}


#fondocontacto {
    height: 626px;
    background: transparent url("../img/joyas-davs-fondocolecciones.jpg") repeat scroll 0% 0% / auto 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.footer-after {
    background: #000 none repeat scroll 0% 0%;
    padding: 13px 0px 20px;
}
.owl-item {
  margin-top: 50px;
}
#colecciones{
  background-color: #252525;
}

#owl-colecciones {
    /*height: 548px;*/
}
#owl-colecciones {
    /*height: 580px;*/
    background: transparent url("../img/joyas-davs-fondocolecciones.jpg") repeat scroll 0% 0% / auto 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.container {
    /*width: 375px;*/
}

.carousel-caption {
  color: #FFF;
  text-align: center;
  text-shadow: none;
  left: 0%;
  padding: 10%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: 0% 0%;
    background-size: cover;
}
.section1 {
    background-color: #fff;
}
#colecciones {

/*    margin-left: 20px;
    margin-right: 20px*/;


}



.owl-theme1 .owl-controls .owl-buttons .owl-next {
    /*right: 20px;*/
  }

  #pie-contacto {
    padding-top: 11px;
    padding-bottom: 22px;
    /*width: 360px;*/
}

/*#owl-colecciones {
    height: 519px;
    }*/

#owl-colecciones {

}
/*.nosotros2 {
  height: 749px;
}*/
.nosotros2 p {
    font-family: "ubuntu";
    font-weight: 400;
    margin: 0px 0px 10px;
    line-height: 19px;
    font-size: 15px;

}

#nosotros {
  height: 749px;
  background-color: #;
}

h2.section-title {
    margin: 0px 0px 14px;
}


}








/* Localized */