
/* Body 
------------------------------------- */
body {
		background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    position: relative;
}

html,body {
      width: 100%;
     overflow-x: hidden;
}

html {
  font-size: 100%;
}
a{
color: #333333;
}
a:hover {color:#333333;}


/* Typography
------------------------------------- */

h1,h2,h3,h4,h5 {
  font-weight: 100;
}

h2,h3,h5 {
  letter-spacing: 4px;
  text-transform: uppercase;
}

h1 {
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: 4px;
  padding-bottom: 6px;
}


h1-plus {
  font-size: 3.4rem;
  line-height: 3rem;
  letter-spacing: 4px;
  padding-bottom: 6px;
}

h1-plusII {
  font-size: 3.4rem;
  line-height: 5rem;
  letter-spacing: 4px;
  padding-bottom: 8px;
}



h2 {
  color: #666;
  font-size: 1.2rem;
  padding-bottom: 10px;
}


h3 {
  font-size: 1rem;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

h4 {
  color: #808080;
  font-size: 0.9rem;
  line-height: 28px;
  letter-spacing: 1px;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 25px;
  word-spacing: 1px;
  letter-spacing: 1px;
}

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


/* All Section styles
------------------------------------- */
.section-title {
  padding-top: 100px;
  padding-bottom: 62px;
  position: relative;
}

.artesanos{
  padding-bottom: 0px
}
.formacion{
  padding-bottom: 0px
}

.icon {
  font-size: 3rem;
}

#home .btn,
#divider .btn {
  background: transparent;
  border: 3px solid rgba(50,50,50,0.9);
  border-radius: 0px;
  color: rgba(50,50,50,0.9);
  font-weight: bold;
  letter-spacing: 4px;
  padding: 14px 38px;
  margin-top: 36px;
  transition: all 0.4s ease-in-out;
}

#home .btn:hover,
#divider .btn:hover {
  background: #434142;
  color: #ffffff;
}

#about {
  padding-top: 10rem;
  padding-bottom: 6rem;
}

#team {
  padding-top: 5rem;
  padding-bottom: 4rem;
}


#service {
  padding-top: 5rem;
  padding-bottom: 6rem;
}


#portfolio,
#blog,
#contact {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#counter,
#blog,
#service,
#divider,
#portfolio,
#team,
#testimonial,
footer {
  text-align: center;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}



/* preloader styles
/* ========================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-fading-circle {
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #434142;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
            animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
  .sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }



/* navigation styles
/* ========================================== */
.navbar-default {
    background: rgba(255,255,255, 0.97);
    border: none;
    /*box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.06);*/
    margin: 0 !important;
}
.logo-gs{
    position: relative;
    height: 126px;
    width: 184px;
    float:right;
    padding: 6px 6px 0px 6px;
}


.logo-gs-contact{
    position: relative;
    height: 126px;
    width: 323px;
    float:left;
    margin: 7px 0 14px 0;
}

.navbar-default .navbar-brand {
  color: #505050;
  font-size: 28px;
  font-weight: 400;
  word-spacing: 1px;
  line-height: 30px;
  margin: 0;
}

.navbar-default .navbar-nav li a{
    color: #434142;
    font-size: 15px;
    text-align: center;
    
    line-height: 80px;
    letter-spacing: 0.9px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li a:hover {
    color: #303030 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #404004;
    background-color: transparent;
}

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

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 46px;
  }

.navbar-default .navbar-toggle .icon-bar {
    background: #434142;
    border-color: transparent;
  }

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

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #ffffff;
}
.navbar-toggle{
    float: left;
    
}

/* home section styles
/* ========================================== */
#home {
  background: url('../images/home-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}


/* about section styles
/* ========================================== */
#about .section-title {
  padding-top: 32px;
}

#about ul {
  position: relative;
  padding: 0px;
}

#about ul li {
  display: inline-block;
  width: 45%;
  float: left;
  padding: 8px;
}


/* counter section styles
/* ========================================== */
#counter {
  background: #f9f9f9;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#counter .counter-item {
  background: #ffffff;
  min-height: 250px;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

#counter .counter-number {
  color: #666;
  font-size: 2rem;
  line-height: 3rem;
  padding-bottom: 2px;
}

#counter .counter-text {
  letter-spacing: 1px;
}


/* divider section styles
/* ========================================== */
#divider {
   background: url('../images/divider-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding-top: 6rem;
  padding-bottom: 4rem;
}


/* Portfolio section styles
/* ========================================== */
#portfolio {
  background: #f9f9f9;
}

#portfolio .col-md-4 {
  padding: 8px;
}

#portfolio .portfolio-thumb {
  position: relative;
  overflow: hidden;
  margin: 0;
} 

#portfolio .portfolio-thumb .portfolio-overlay {
  background: #434142;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#portfolio .portfolio-thumb:hover .portfolio-overlay {
    opacity: 0.8;
}

#portfolio .portfolio-thumb .portfolio-overlay .portfolio-item {
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

#portfolio .portfolio-thumb .portfolio-overlay .fa {
    background: #f9f9f9;
    border-radius: 100px;
    color: #434142;
    font-size: 0.9rem;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    text-decoration: none;
}

/*filter css*/
.filter-wrapper {
    width: 100%;
    margin-bottom: 42px;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #434142;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 17px;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  color: #888;
}

/*isotope box css*/
.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 4px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
} 

.fluid-img {
    width: 100%;
    display: block;
}


/* team section styles
/* ========================================== */
#team img {
  padding-bottom: 14px;
}


/* testimonial section styles
/* ========================================== */
#testimonial {
  background: url('../images/testimonial-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#testimonial #owl-testimonial {
  background: #ffffff;
  padding: 3rem;
}

#testimonial .fa {
  font-size: 32px;
  padding-bottom: 22px;
}

#testimonial h5 {
  padding-top: 22px;
}

#testimonial .col-md-8 {
  padding-top: 1rem;
  padding-bottom: 22px;
}


/* blog single-post section styles
/* ========================================== */
#blog a {
  color: #434142;
}

#blog .btn {
  background: #fff;
  border-style: solid;
  border-color: #333;
  border-radius: 0px;
  color: #333;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 10px 22px;
  margin-top: 28px;
  transition: all 0.4s ease-in-out;
}

#blog .btn:hover {
  background: #434142;
  color: #ffffff;
}

header {
  background: url('../images/single-post-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 60vh;
}

header h1,
header h4 {
  color: #ffffff !important;
}

#single-post {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#single-post .section-title {
  padding-top: 22px;
  padding-bottom: 22px;
}

#single-post blockquote {
  margin-top: 22px;
  margin-bottom: 22px;
}
#single-post a {
  color: #434142;
}

#single-post .btn {
  background: #fff;
  border-style: solid;
  border-color: #333;
  border-radius: 0px;
  color: #333;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 10px 22px;
  margin-top: 28px;
  transition: all 0.4s ease-in-out;
}

#single-post .btn:hover {
  background: #434142;
  color: #ffffff;
}


/* contact section styles
/* ========================================== */
#contact p {
  font-size: 16px;
    margin: 0 0 2px;
}

#contact .fa {
  color: #777;
  font-size: 22px;
  padding-right: 8px;
  padding-bottom: 8px;
}

#contact .form-control {
  background: transparent;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 0px;
  color: #808080;
  box-shadow: none;
  margin-bottom: 18px;
  transition: all 0.4s ease-in-out;
}

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

#contact input {
  height: 45px;
}

#contact input[type="submit"] {
  background: #434142;
  border: 3px solid transparent;
  border-radius: 0px;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 10px;
  transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
  background: #666;
}

#contact .contact-detail {
  padding-top: 22px;
  padding-bottom: 12px;
  padding-left: 42px;
}

#contact .contact-detail h2 {
  padding-bottom: 18px;
}


/* footer section styles
/* ========================================== */
footer {
  background: #ffffff;
  padding-top: 6rem;
  padding-bottom: 6rem;
}


/* social icon */
.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
}
.social-icon li a {
  color: #909090;
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  padding: 0px;
  margin-right: 8px;
  margin-left: 8px;
  position: relative;
  top: 0px;
}
.social-icon li a:hover {
  background: #434142;
  color: #ffffff;
  top: -2px;
}




.service-icon{
 height: 80px;
}

.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}