/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(img/Preloader_2.gif) center no-repeat #fff;
}



/*
 * Globals
 */


/* Links */


a,
a:focus,
a:hover {
  color: #000;
}

p {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 100;
  font-family: helvetica;
  color: #424242;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  min-height: 100%;
  max-width: 100%;


}
body {
  color: #fff;
  text-align: center;
  background-color: white;

}


/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; /* For at least Firefox */

}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100% !important;


}
.cover-container {
  margin-right: auto;
  margin-left: auto;

}




.main {
  padding-top: 96px;
  padding-left: 24px;
  padding-right: 24px;
  min-height: 400px;
  overflow: hidden;

}


.description {
  padding-top: 50px;
  padding-bottom: 100px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}


h1 {
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
  font-size: 54px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 84px;
  letter-spacing: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: black;
}



h2 {
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
  font-size: 33px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: black;
}

h3 {
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: black;
}




/* Padding for spacing */
.inner {
  padding: 30px;

}

.lead {
  margin-top: 0px;
  font-size: 22px;
  line-height: 25px;
}


/*
 * Header
 */


.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #b6b8bd; /* IE8 proofing */

  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #aeb0b2;

}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #000;
  border-bottom-color: #000;
}




@media (min-width: 768px) {

  .main {
  padding-top: 180px;
  min-height: 600px;
  overflow: hidden;

}
  .masthead-brand {
    float: left;
    margin-top: 5px;
  }
  .masthead-nav {
    float: right;
  }

  .main {
    padding-top: 96px;
    padding-left: 24px;
    padding-right: 24px;
    min-height: 480px;
    overflow: hidden;

  }


}


/*
 * Cover
 */

.cover {
  padding: 0 20px;

}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */



@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {

    top: 0;
    padding-bottom: 20px;
  }
  .mastfoot {
    position: fixed;
    bottom: 0 !important;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }

  .modal-dialog {
    width: 95% !important;
    margin: auto auto;
    margin-right: auto;
  }



}

@media (min-width: 992px) {
h1 {
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
  font-size: 108px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 144px;
  letter-spacing: -6px;
  margin-bottom: 18px;
  margin-top: 0px;
  color: black;
}


h2 {
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
  font-size: 57px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -3px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: black;
}

h3 {
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
  font-size: 23px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: black;
}



  .masthead,
  .mastfoot,
  .cover-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2000;
  }

  .modal-dialog {
    width: 45% !important;
    margin: 0px auto;
    margin-right: 0px;
  }




}



img {
  width: 100%;
  height: auto;
}


.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

#prev {
display: block;
}

.prev {
overflow: hidden;
position: relative;

}
#prev img{
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+ */

}

#prev img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}




.holder {

}

.holder img {
  padding-bottom: 5%;
  padding-top: 0;
}

.bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right:0;
  width: 100%;
  margin: 0;
  padding: 20px;
}

.prev  {
  float: left;
  color: #b6b8bd;
  font-size: 12px;
  text-decoration: none;
  list-style: none;
}

.next  {
  float: right;
  color: #b6b8bd;
  font-size: 12px;
  text-decoration: none;
  list-style: none;
}


.modal-content {
  border-radius: 0;
  box-shadow: none;
}
