@import url('bootstrap.min.css');
@import url('meyer-reset.css');
@import url('typography.css');
@import url('header.css');
@import url('back-top-menu.css');
@import url('https://fonts.googleapis.com/css?family=Yantramanav:300,400,500,700');

body {margin: 0 auto; padding: 0; color: #3e3e3e; font-family: 'Yantramanav', sans-serif; font-weight: 300; background: #fff;}/*#f4f4f4*/
p { font-size: 1.7em; line-height: 1.6; }
h2 {margin: 0; padding: 0; padding-bottom: 10px; font-family: 'Yantramanav', sans-serif; font-weight: 300; font-size: 24px; line-height: 1.5; color: #fff; text-align: center; }

/*****************CONTENT*************************/
.left-chevron{ font-size: 20px; }

/*new code*/
summary#masthead {
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #e6e7e8;
}

.masthead-color{
  background: rgba(247,248,248,0.8); /*#f7f8f8;*/ /*linear-gradient(to bottom,  #12B0AD 0%, #12B0AD 100%);*/ /*#0084cb*/
  padding: 80px;
}

summary h2 {
  color: #333;
  font-size: 42px;
}
summary h4 {
  color: #666;
  font-size: 20px;
  font-weight: 300;
}
/*end new code*/


nav ul a:hover {text-decoration: none;}

.glyphicon.glyphicon-chevron-left {
    font-size: 14px;
    color: #999999;
    display: inline;
    position: relative;
    float: left;
    padding: 10px 0 0 3.5%;
}
.glyphicon.glyphicon-chevron-left:hover{
  color: #333;
}
.glyphicon.glyphicon-chevron-left:active {
  color: rgb(17, 174, 191);
}

section {
  margin:0;
  *zoom: 1;
  max-width: 2560px;
  padding:40px 0;
  padding-left: 15%;
  padding-right: 15%;
  background-color:#ecf0f1;
}

section p{
    padding: 15px;
}

.half {
  width:49%;
  display:inline-block;
  vertical-align:middle;
}

.two-col {
       -moz-column-count: 2;
       -moz-column-gap: 20px;
       -webkit-column-count: 2;
       -webkit-column-gap: 20px;
}

/* section-specific styles */
#banner {
  /*background: #323132 url("http://codepen.io/images/classy_fabric.png");*/
  background: #f3f4f4;
  color:#FFF;
  padding-bottom:40px;
  text-align: center;
  border-bottom: #000;
}
#banner img{max-width: 300px; height: 50px;}
#banner h2{
  color: #000;
  padding-bottom: 6px;
}
#banner h4{
  color: #999;
  font-family: "BrandonGrotequeBlk";
  font-size: 1.2em;
  text-transform: uppercase;
}

#quote {
    font-family: "BrandonGrotequeLight", Helvetica, Arial;
    font-size: 2.5em;
    text-align: center;
    color: #11aebf;
    background-color: #fff;
}
#quote p{font-size: .7em; padding-bottom: 0; margin-bottom: -40px;}

#abstract {
  padding-top: 25px;
  background-color:#fff;
}
#abstract h2{
  text-align: center;
  padding-bottom: 6px;
}
#abstract h3 {
  text-align: center;
  font-family: "BrandonGrotequeLight", Helvetica, Arial;
  font-size: 2.5em;
  padding-bottom: 16px;
}
#abstract h4{
  text-align: center;
  font-family:BrandonGrotequeBLK;
  font-size: 1.2em;
  text-transform: uppercase;
  padding-bottom: 6px;
}
#abstract .half left{
  margin-top: -100px;
}
#abstract .half right{
  max-width: 200px;
  background-color: #000;
}


#process {
  background-color: rgba(46,48,58,0.96);
  color:#FFF;
  height: 100%;
  max-height: 100%;
}
#process img{
  width: 100%;
  max-width: 100%;
  text-align: center;
}
#process h2{
  padding-bottom: 35px;
}

#delivery{
  background-color:#dddddd;
}
#delivery img{
  width: 100%;
  max-width: 100%;
  text-align: center;
}


/***NAVIGATION***/
nav ul li{ top: 0px; }

.button {
    float: right;
    background-color: #323132;
    padding: 5px;
    letter-spacing: 2px;
    font-size: 0.70em;
    text-transform: uppercase;
    border:#615f61 1px solid;
    border-bottom: #615f61 4px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 2px;
    color: #fff;
    margin: 19px 0 0 0px;
}

.partext {
    width: 100%;
    float: left;
    font-family: "BrandonGrotequeLight", Helvetica, Arial;
    font-size: 1.25em;
    padding-top: 20px;
}

/*FOOTER*/
footer {margin-top: 2%; margin-bottom: 3%;}
footer p{text-align: center;}

/**BUTTON STYLE****/
.btn {
  position:relative;
  max-width: 768px;
  width:100%;
  padding:20px;
  border-radius:6px;
  border:0;
  background:#f26964;
  font-size:1.2em;
  color:#fff;
  text-shadow:1px 1px 0px rgba(0,0,0,.1);
  box-shadow:0px 3px 0px #c1524e;
}

.btn:active {
  top:3px;
  box-shadow:none;
}


/***************MEDIA QUERIES****************/
@media all and (max-width: 1300px) {
  #banner h1 {}
  #banner h2 {}
}
@media all and (max-width:900px) {
  #banner h1 {}
  #banner h2 {}
  p {}
  .half {
    width:auto;
    display:block;
    margin-bottom:20px;
  }
}
@media all and (max-width:500px) {
  #banner h1 {}
  #banner h2 {}
  .half {
    margin-bottom:10px;
  }
}
@media all and (max-width:280px) {
  #banner h1 {}
  #banner h2 {}
}



/****Slider****/
.slides {
    padding: 0;
    width: 100%;
    height: 512px;
    display: block;
    position: relative;
    padding-bottom: 30px;
}

.slides input { display: none; }
.slide-container { display: block;}

.slide {
    top: 0;
    opacity: 0;
    width: 100%;
    display: block;
    position: absolute;
  
    transform: scale(0);
    transition: all .7s ease-in-out;

    text-align: center;

}

.slide p {
  padding: 30px;
  margin-left:100px;
  margin-right:100px;
}

.slide img {max-width: 680px; width: 80%;}

.nav label {
    width: 50px;
    display: none;
    position: absolute;

    opacity: .2;
    z-index: 1;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 10em;
    line-height: 400px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }
.nav label:hover { opacity: 1; }
.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
  width: 100%;
  bottom: 9px;
  height: 11px;
  display: block;
  position: absolute;
  text-align: center;
}

.nav-dots .nav-dot {
  top: -20px;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3 {
  background: rgba(0, 0, 0, 0.2);
}

/****End Slider****/


