
/**
* Table of Contents:
*
* 01.0 - Global
* 02.0 - Header
* 03.0 - Drawer with menu
* 04.0 - Parallax styles
* 05.0 - Recent works
* 06.0 - Services
* 07.0 - Blog
* 08.0 - Testimonials
* 09.0 - Contact
* 10.0 - Footer
* 11.0 - Responsive styles
* -----------------------------------------------------------------------------
*/


/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global 
/////////////////////////////////////////////////////////////////////*/

* {outline: none !important;}

::selection {
  background-color: #000;
  color: #fff;
}

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  overflow-y: scroll;
}

body {
  color: #6a6a6a;
  background: #f1f0f0;
  padding: 0!important;
}

p {
  margin: 0 0 20px 0;
  font-family: 'Open Sans', sans-serif;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
}

a{  
  color: #000;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s;
}

a:hover,a:focus {
  color: #5a5a5a; 
}


h1, h2, h3, h4, h5, h6{
  margin: 0 0 15px 0;
  color: #5A5A5A;
  font-family: 'Permanent Marker', cursive;
}

.btn{border-radius: 0;}
.btn-o {
    border: 1px solid #6a6a6a;
    color: #6a6a6a;
}
.btn-o:hover {
    background: #6a6a6a;
    color: white;
}
.btn.btn-o-white {
    border: 1px solid white;
    color: white;
    background: transparent;
    text-shadow: none;
}
.btn.btn-o-white:hover {
    background: white !important;
    color: #6a6a6a;
    border: 1px solid #f2f2f2!important;
}

.title-page {
  /* display: inline-flex; */
  margin-bottom: -20px;
}
p.main-header {
  font-size: 27px;
  font-family: 'Permanent Marker';
  font-weight: 500;
  /* width: 100%; */
  margin: 0;
  text-align: left;
}
/*p.main-header:after {
  content: " ";   
  font-size: 27px;
  font-family: 'Permanent Marker';
  font-weight: 500;
}*/
p.sub-header {
  font-size: 17px;
  font-family: 'Permanent Marker';
  font-weight: 100;
  margin-left: 10px;
}
/*p.sub-header:before {
  content: " - ";
  font-size: 27px;
  font-family: 'Permanent Marker';
  font-weight: 300;
}*/
li{
  list-style: none;
}

/*////////////////////////////////////////////////////////////////////////
//  02 - Header
///////////////////////////////////////////////////////////////////////*/
 
    

header.top-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  transition: all .6s;
}
.shows {
 background: rgba(43, 43, 43, 0.77);
 transition: all .6s;
}
.shows .navbar-default {
  /* background-color: #f8f8f8; */
  /* border-color: #e7e7e7; */
  margin-bottom: 10px;
  transition: all .6s;
}
.shows .navbar-nav {
  float: right;
  margin: 15px 0 0;
  color: white;
  background:transparent!important;
  transition: all .6s;
}
.shows h1.logo {
  margin-top: 0px;
  color: white;
  transition: all .6s;
  z-index: 999;
}
button.navbar-toggle {
    background-color: transparent !important;
    transition: all .6s;
    margin-top: 25px;
    margin-bottom: 0px;
}
.shows button.navbar-toggle {
    margin-top: 13px;
    transition: all .6s;
}
.logo{
    /*font-family: 'Bonjour', cursive;*/
    width:205px;
    height:44px;
    background: url(../images/logo.png);
    background: url(../images/logo.svg),linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}
h1.logo {
  margin-top: 11px;
  color: white;
  /* display: inline-flex; */
  /*font-family: 'Bonjour', cursive;*/
  /*font-family: 'Permanent Marker', cursive;*/
  transition: all .6s;
}
#header{  
  position: relative;     
  text-align: center;
  padding: 0 !important;
  background-position-y: 80%;
}
.navbar-nav {
  float: right;
  margin: 31px 0 0;
  color: white;
  transition: all .6s;
}
#header .top {
  position:fixed;
  top:0;
  width: 100%;
  padding: 30px;
  height: auto;
  z-index: 500;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;  
  transition: all .5s;    
}
#header .top.solid {
    background: #000;
    padding-top: 15px;
    padding-bottom: 15px;
}

#header .top h1{
  margin-bottom: 0;
}
#header .top.solid .toggleDrawer i {
    padding-top: 8px;
}

#header .logo, #header .toggleDrawer{
  font-family: 'Permanent Marker', cursive;
  color: white;
}
/*.logo-head{
  font-family: 'Permanent Marker', cursive;
  font-size: 12px;
  font-weight: 300;
}*/
.logo:hover{
  text-decoration: none;
}

#header .slogan{
  font-size: 4em;
  margin-bottom: 15px;
  line-height: 1em;
  font-family: 'Permanent Marker', cursive;
  color: white;
  /*font-weight: bold;*/
}

#header .secondary-slogan{
  font-size: 1.6em;
  color: rgba(255,255,255,.5);
  line-height: 1em;
  font-family: 'Permanent Marker', cursive;
}

#header > .bottom {
    position: absolute;
    bottom: 75px;
    text-align: center;
    width: 100%;
}
#header > .bottom a img {
    width: 50px;
}
#header > .bottom a {
    opacity: 0.7;
}
#header > .bottom a:hover {
    opacity: 1;
}

.dropdown-menu{
    background:rgba(20,20,20,0.7)!important;
    color:white!important;
    /* left: 50px; */
}
.dropdown-toggle{
    background:none;
}
.dropdown.open .dropdown-toggle{
    background: none!important;
}
.dropdown-menu a {
    background:none!important;
    color:white!important;
}

/*////////////////////////////////////////////////////////////////////////
//  03 - Drawer with menu
///////////////////////////////////////////////////////////////////////*/

#drawer-right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: -300px;
    background: #2B3E51;
    width: 300px;
    padding: 20px;
    z-index: 999;
}

#drawer-right h1, #drawer-right h2{color: white;}

#drawer-right .nav-pills>li>a {
  font-size: 18px;
  border-radius: 0;
}

#drawer-right .social{margin-top: 30px}
#drawer-right .social ul {
    list-style: none;
    padding-left: 20px;
}
#drawer-right .social ul > li {
    display: inline-block;
}
#drawer-right .social ul > li > a:hover{
  color: white;
}



/*////////////////////////////////////////////////////////////////////////
//  04 - Parallax styles
///////////////////////////////////////////////////////////////////////*/

.content-block{
  background:transparent no-repeat center center fixed;
  -webkit-background-size:100%;
  -moz-background-size:100%;
  -o-background-size:100%;
  background-size:100%;
  background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  overflow:hidden;
  padding: 60px 0;
}
.parallax{
  padding: 80px 0;
}

.block-body {
  margin-top: 60px;
}

#header {
  background-image: url(../images/boda.jpg);
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.8);
}
#services {
  background:white;
}
#parallax {
   background-image: url(../images/playa.jpg);
   color: white;
   /* background: #000; */
   text-shadow: 2px 2px 2px black;
}
/*#contact {
  background-image: url(../images/newsletter-bg.png);
  color: white;
  background-color: #405162;
}*/
#parallax h1{
  color: white;
}
#parallax p{
  margin-bottom: 45px;
}

p {}
#contribute{
    margin: 15px auto 0;
}



/*////////////////////////////////////////////////////////////////////////
//  05 - Recent works
///////////////////////////////////////////////////////////////////////*/

.recent-work {
    width: 100%;
    padding-bottom: 27%;
    background: #C3C9CC;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding-top: 27%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
    
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.recent-work span{
  /* margin-top: -18px; */
  opacity: 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  /* height: 50px; */
  /* width: 50px; */
  /* padding: 10px; */
  font-size: 1.5em;
}
/*.recent-work:before {
    background: rgba(46, 46, 46, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 1;
    -o-transition: all .2s;
  -ms-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
}*/
.recent-work:hover {
/*    background-size: 200%;
    background-position: center;*/
    
    filter: none;
    -webkit-filter: grayscale(0%);
}
/*.recent-work:hover:before{
    opacity: 0;
}*/
.recent-work:hover span {
    opacity: 1;
}





/*////////////////////////////////////////////////////////////////////////
//  06 - Services
///////////////////////////////////////////////////////////////////////*/


.service i {
    font-size: 23px;
    padding: 0 5px;
}
/*.bar:before{
  font-family: 'Permanent Marker', cursive;
  content: "||| " ;
  font-size: 23px;
  font-weight: 100;
}

.bar:after {
  font-family: 'Permanent Marker', cursive;
  content: "||| " ;
  font-size: 23px;
  font-weight: 100;
}*/
.service h2.service-head{
  font-family: 'Permanent Marker', cursive;
  margin-top: 15px;
  font-weight: 100;
}
/*////////////////////////////////////////////////////////////////////////
//  About us
///////////////////////////////////////////////////////////////////////*/
.portfolio-sec ,.services-sec ,.blog-sec , .testimonial-sec{
  margin-top: 60px;
}
.about-sec {
  margin-top: 40px;
}
#about2,
.about-us {
  background: white;
  padding: 92px 0 80px;
}
.fixed-time{
    width:20px;
    display:inline-block;
    text-align:center;
}

/*@media (min-width: 320px) and (max-width: 1024px) { 
    .about-us {
      background: white;
      padding: 50px 0;
      color: #ffffff;
    }
}*/

.aboutus-item {
  margin:15px auto 60px;
}

i.aboutus-icon {
  border: 3px solid rgb(106, 106, 106);
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
  color: rgb(106, 106, 106);
}

h4.aboutus-title {
  font-family: 'Permanent Marker', cursive;
  margin-top: 23px;
  font-weight: 300;
  font-size: 22px;
}

p.aboutus-desc {
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.4px;
  color: rgb(106, 106, 106);
}



/*////////////////////////////////////////////////////////////////////////
//  Call to Action
///////////////////////////////////////////////////////////////////////*/

h3.call-action.pull-left {
  /*width: 90%; */
  font-size: 27px;
  color: white;
}
 .parallax {
  padding: 100px 0 55px;
}


/*////////////////////////////////////////////////////////////////////////
//  07 - Blog
///////////////////////////////////////////////////////////////////////*/


#blog .blog-post img {
    margin-bottom: 20px;
}
#blog .date {
    margin-bottom: 15px;
    font-style: italic;
}


/*////////////////////////////////////////////////////////////////////////
//  08 - Testimonials
///////////////////////////////////////////////////////////////////////*/


ol.carousel-indicators {
  margin-bottom: -50px;
 
}
#testimonials{
  text-align: center;
}
#testimonials .outer-testimonial{
    display:table;
    width:100%;
}
#testimonials .testimonial {
  padding: 30px 30px 0;
  height:250px;
  vertical-align: middle;
  display: table-cell;
}
#testimonials .testimonial h3 {
    overflow:hidden;
    max-height:160px;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}
#testimonials .testimonial h3::before {
  font-family: FontAwesome;
  content: '\f10d'; /*quote left icon*/
  position: absolute;
  font-size: 5em;
  color: #d2d2d2;
  z-index:-1;
  left:0;
  top: 20px;
}
#testimonials .testimonial h3::after {
  font-family: FontAwesome;
  content: '\f10e'; /*quote left icon*/
  position: absolute;
  font-size: 5em;
  color: #d2d2d2;
  z-index:-1;
  right:0;
  bottom: 30px;
}
@media (max-width: 480px) {
    #testimonials .testimonial {
        height: 350px;
    }
    #testimonials .testimonial h3 {
        overflow:hidden;
        max-height:260px;
    }
}
.carous
el {
  position: relative;
  margin: 50px 0;
}
.carousel h3 {
  /* margin: 47px 0 20px; */
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
}
ol.carousel-indicators li{
 border-color:#000;
}
ol.carousel-indicators li.active{
 background-color:#000;
}

/*////////////////////////////////////////////////////////////////////////
//  09 - Contact
///////////////////////////////////////////////////////////////////////*/


#contact{
  color: white;
}
#contact h1{color: white}

.form-control-white {
    background: rgb(255, 255, 255);
    /* color: black; */
    padding: 20px 16px !important;
}

textarea.form-control-white {
    padding: 12px 16px 28px !important;
}

.form-control-white::-webkit-input-placeholder { /* WebKit browsers */
    color:    white;
}
.form-control-white:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    white;
    opacity:  1;
}
.form-control-white::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    white;
    opacity:  1;
}
.form-control-white:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    white;
}


/*////////////////////////////////////////////////////////////////////////
//  10 - Footer
///////////////////////////////////////////////////////////////////////*/


.footer{
    border-top: 1px solid rgba(255, 255, 255, 0.24);
}
#galeria,
#footer{
    background-image: url(../images/sellogatos.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 97% 95%; 
    background-size: 200px 200px;
    background-color: rgba(45,45,45,0.77);
    color: white;
    padding-bottom: 30px;
}
#galeria{
    min-height:100vh;
}
#footer .logo{
    height:21px;
    width:102px;
    background-size:100%;
    display:inline-block;
}
h2.footer-block {
    color: white;
    font-family: "Permanent Marker" , sans-serif;
}
.form-control{
  border-radius: none !important;
  padding: 20px 26px;
}
.form-group .btn.btn-o-white {
    width: 100%;
    padding: 9px 0;
    background: #000;
    border: 1px solid black;
}
::-webkit-input-placeholder {
   color: #969595 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #969595 !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #969595 !important; 
}

:-ms-input-placeholder {  
   color: #969595 !important;  
}
.footer-bottom {
  padding: 37px 0 0;
  font-family: 'Permanent Marker', cursive;
}

.social {
  margin-left: 40px;
}
.social a i{
  color: #fff;
}
/*////////////////////////////////////////////////////////////////////////
//  11 - Timeline
///////////////////////////////////////////////////////////////////////*/
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #000;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 18px;
  line-height: 10px;
  color:white;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 20px 20px 20px 0;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 20px 20px 20px 0;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 20px 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 20px 100px 20px 20px;
  }
}
/*////////////////////////////////////////////////////////////////////////
//  XXX - Responsive styles
///////////////////////////////////////////////////////////////////////*/
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
        box-shadow: none;
    }
    .navbar-nav,
    .dropdown-menu{
        float: none!important;
        margin: 7.5px 0;
        left: 0!important;
    }
    .navbar-nav>li,
    .dropdown-menu>li{
        float: none;
        border-top: 1px solid #a2a2a2;
    }
    .navbar-nav>li:first-child{ 
        border:none;
    }
    .navbar-nav>li>a,
    .dropdown-menu>li>a{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .dropdown-menu{
        position:relative;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing .navbar-nav,
    .in .navbar-nav {
      width:100%;
      background: #222;
    }
    .collapsing {
        overflow: hidden!important;
        box-shadow: none;
    }
}

@media (max-width: 767px){
  .blog-post {
    margin-bottom: 40px;
  }

  .recent-work {
    background-position: center;
  }

  .recent-work:before {
    opacity: 1;
  }

  .recent-work span {
    opacity: 1;
  }
}

@media (max-width: 480px) {
  #drawer-right {
    padding: 10px 20px;
  }

  #drawer-right .nav-pills>li>a {
    font-size: 17px;
  }

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

  .nav>li>a,
  .dropdown-menu>li>a{
    padding: 15px 15px!important;
    font-size: 18px;
  }

  #drawer-right .social {
    margin-top: 5px;
  }

  #header {
    background-size: cover;
  }
  .service {
    text-align: center;
  }
}

/*////////////////////////////////////////////////////////////////////////
//  XXX - modals
///////////////////////////////////////////////////////////////////////*/
.modal-content{
    background:rgba(0,0,0,.80);
    margin-top: 100px;
    color:white;
}
.modal-header{
    border-color: rgb(43, 43, 43);
}
.modal-content h1,.modal-content h2,.modal-content h3,.modal-content h4{
    color:#fff;
}
.close{
    color:white!important;
}

.g-recaptcha{
    display:inline-block;
}
.modal-body a{
    color:white;
    text-decoration: underline;
}