


/*  .head {
    background-color: #D8DDD7;
    height: 150px;
    margin: none;
    padding: none;
    padding-right: 0px;
    padding-left: 0px;
  }


.right-side {
    background-color: red;
    float: right;
    border: 1px solid;
    min-height: 100%;
}

.sidebar{

  background-color: #D8DDD7;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
}

.fillmeright {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-color: #D8DDD7;
}

.fillmeleft {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
} */
a {
  color: black;
}

a:hover {
  color: #409441;
}
i:hover {
  color: #409441;
}
.prev:focus {
  outline: none;
}
.next:focus {
  outline: none;
}
.fa-navbar-icon {
  display:none;
}

body {
    font-family: "Hiragino Sans GB W3", Fallback, Helvetica Neue;
    padding-top: 0px;
    font-weight: 200;
    overflow-y: scroll;
    overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

.bg-cover {
  background-image: url('../images/FinalLogo.png');
  height: 100%;
  background-size: cover;
}
#wrapper {
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    display: inline-block;
}
#main-wrapper {
    height: 100%;
    overflow-y: auto;
    padding-top: 140px;
}
#main {
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding: 0 20px;
}
#sidebar-wrapper {
    height: 100%;
    padding: 140px 0px 0px 0px;
    border-right: 1px solid gray;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 140px;
}
/*#sidebar {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: #D8DDD7;
} */
#sidebar .list-group-item {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        border-top: 0;
}
@media (max-width: 992px) {
    body {
        padding-top: 0px;
        overflow-y: scroll;
    }
    .slideshow span {
      text-align: center;
    }
}
@media (min-width: 992px) {
    #main-wrapper {
        float:right;
    }
}
@media (max-width: 992px) {
    #main-wrapper {
        padding-top: 0px;
    }
}
@media (max-width: 992px) {
    #sidebar-wrapper {
        position: static;
        height:auto;
        max-height: 300px;
  		border-right:0;
	}
}
.footer {
    background-color: #D8DDD7;
    position: fixed;
    padding: 10px;
    width: 100%;
    height: 50px;
    bottom: 0px;
}
#header {
  background-color: #D8DDD7;
  height: 140px;
  font-size: 30px;
  color: #484848;
  padding: 0px;
}

.slideshow {
  display: none;
}

.loader-container {
    position: absolute;
    top: 40%;
    text-align: center;
    height: auto;
    width: 100%;
    z-index: 1;
}
@media (max-width: 800px) {
.loader-container {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
  }
}

.loader span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #F7A54F;
    margin: 35px 5px;
    opacity: 0;
}

.saving {
    z-index: 100;
    font-size: 180px;
    color: #409441;
    width: 100%;
    margin-left: 1%;
}

@keyframes blink {
    /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
    0% {
      opacity: .2;
    }
    /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
    20% {
      opacity: 1;
    }
    /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
    100% {
      opacity: .2;
    }
}

.saving span {
    /**
     * Use the blink animation, which is defined above
     */
    animation-name: blink;
    /**
     * The animation should take 1.4 seconds
     */
    animation-duration: 1.4s;
    /**
     * It will repeat itself forever
     */
    animation-iteration-count: infinite;
    /**
     * This makes sure that the starting style (opacity: .2)
     * of the animation is applied before the animation starts.
     * Otherwise we would see a short flash or would have
     * to set the default styling of the dots to the same
     * as the animation. Same applies for the ending styles.
     */
    animation-fill-mode: both;
}

.saving span:nth-child(2) {
    /**
     * Starts the animation of the third dot
     * with a delay of .2s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .2s;
}

.saving span:nth-child(3) {
    /**
     * Starts the animation of the third dot
     * with a delay of .4s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .4s;
}

.logo {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
}

.ribbon {
  min-width: 140px;
  max-width: 140px;

}
.ul-right {
  margin-left: 110px;
  margin-top: -165px;
}
}
/* NAVIGATION */
.lefties {
  align-content: center;
}
.fa-ul {
  /*position: fixed;*/
}
.fa-li {
  position: relative !important;
}

.bracket {
  top: -5px;
}
.fa-sidebar-icons {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1.7em;
  padding-left: 50%;
}
.nav-bar-nav {
  margin: 75px 10px 5px auto !important;
}
.fa-navbar-icon {
  font-size: 1.3em;
  text-align:center;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #484848;
}

nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #D8DDD7;
    color: #D8DDD7 !important;
    text-shadow: none;

}

.nav a:hover span {
  position: absolute;
  z-index: -1;
  background:blue;
  margin-bottom: 40px;
}
.fa-play-circle-o-menu {
  margin-left: 40px;
}
.fa-eye-menu {
  margin-left: 45px
}
.nav a:hover i {
  display:inline-block;
  color: #484848;
  overflow: none;
  z-index: 1;
  position: fixed;
  top: 75px;
  text-align: center;
  font-size: 55px;
}


.white-line {
  margin: 0px;
  padding: 0px !important;
  z-index: 2;
  margin-top: 60px;
}



.white-line hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #fff;
}

/*slideshow styles */
#mobile-design {
  width: 250px;
  margin-top: 20px;
}
.slideshow h1 {
  font-weight: bold;
  text-align: center;
  margin-top:5px;
}
.slideshow h2 {
  font-weight: bold;
  text-align: center;
  margin-top:5px;
}
.slideshow h3 {
  font-weight: bold;
  text-align: center;
  margin-top:5px;
}
.next i:hover{
    color: #409441;
}
.slideshow {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  vertical-align: top;
}

.slideshow img {
  width: 100%;
  max-width: 450px;
	height: auto;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
/*  padding-left: 50px; */
}

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

.slideshow span {
  width: 100%;
  max-width: 470px;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
/*  padding-right: 50px; */
  font-size: 14px;
  text-align: center;
}

.slideshow h3 {
  margin: 0 auto;
  margin-bottom: 10px;
}

.slidebox {
	font-size: 120px;
	text-shadow: 0px 2px 7px rgba(0,0,0,1);
}

.next {
	position: absolute;
	top: 40%;
  right: 150px;
	background-color: transparent;
	border: none;
	background-color: transparent;

	&:focus {
		    outline: none;
		}


}


.prev {
	position: absolute;
	top: 40%;
  left: 1%;
	background-color: transparent;
	border: none;
	&:focus {
		    outline: none;
		}
}

.post-pagination-box {
	float: right;
	line-height: 1.9;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	margin-top: 25%;
	width: 100%;
	max-width: 200px;
}

/*.slideshow {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    vertical-align: top;
    position: absolute;
    top: 40%;
    left: 0;
}
#body-content {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    text-align: center;
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0;
} */
/*FOOTER*/
.footer ul {
  list-style-type:none;
text-align: left;
margin-top: 5px;
font-weight: bold;
}

@media (min-width: 1150px) {
  .slideshow{
     padding-top: 3%;
   }
   .bottom-icon {
     margin: 0 auto;
   }
   .bottom-icon i {
     display: block;
     font-size: 80px;
     /* margin-left: 60px; */
   }
}

@media (max-width: 767px)  {
    .saving {
      top: 50%;
      left: 50%;
      margin-left: 0px;
    }
    .navbar-nav {
      margin: 0px;
      padding: 10px;
    }
    .slideshow {
        padding-right: 0px;
        margin-top: 50px;
    }
    .bracket {
      top: -5px;
      vertical-align: middle;
    }
    .slidebox {
      margin: 0 auto;
      max-width: 800px;
      font-size: 80px;
      position: relative;
      display: inline-block;
      width: 100%;
      text-align: center;
    }

		.next {
      display: inline-block;
      position: relative;
      padding-left: 0px;
      top: 0;
      float: right;
      right: 0px;
		}

		.prev {
      display: inline-block;
      position: relative;
      padding-left: 0px;
      top: 0;
      float: left;
		}

}

#mobile-screen-nav {
  display: none;
}

/*#content-row {
  height: auto;
  margin-top: 140px;
}*/

#body-content {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  text-align: center;
  padding-right: 155px;
  margin-top: 175px;
}
.bottom-icon {
  display:none;
}
#sidebar {
  width: 15%;
  background-color: #d8ddd7;
  height: 100%;
  margin-top: 138px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: 0;
  top: 140px;
  max-width: 140px;
  min-width: 140px;
}


.navbar-nav {
  font-size: 35px;
}

.navbar {
  margin-bottom: 0px;
}

.fa-ul {
    padding-left: 15px;
}

.social-left {
  padding-left: 25px;
  padding-right: 5px;
}

.social-right {
  padding-right: 25px;
  padding-left: 5px;
}
@media screen and (max-width: 1050px) {
  #sidebar {
    /*height:650px; */
  }
}

@media screen and (max-width: 767px) {
  .slideshow {
    transform: translateY(0%);
  }

    #body-content {
      padding-left: 5%;
      padding-right: 5%;
      min-height: 215px;
      margin-top: 0px;
    }
    .footer {
      border-top: white solid 1px;
    }
    .logo {
      width: 100%;
      margin: 0 auto;
      position: absolute;
      left: 0;
      display: inline-block;
      text-align: center;
    }

    #full-screen-nav {
      display:none !important;
    }
    .no-pad {
      padding: 0px;
    }
    #mobile-screen-nav {
      display: block;
      margin-top: 140px;
      background-color: #d8ddd7;
      width: 100%;
      text-align: center;
      font-size: 35px;
      padding-top: 70px;
    }
    #mobile-screen-nav  .nav a:hover i {
      display: inline-block;
      color: #484848;
      overflow: none;
      z-index: 1;
      position: fixed;
      top: 225px;
      text-align: center;
      font-size: 45px;
    }
    .navbar-nav li {
      display: inline-block;
        }
    .navbar-nav {
      border-top: white solid 1px;
    }

    #sidebar {
      background-color: #d8ddd7;
      height: 100%;
      margin-top: 138px;
      margin: 0px;
      padding: 0px;
      max-width: 100%;
      min-width: 100%;
      width: 100%;
      position: relative;
      height: 150px;
      top: 40px;
    }
    #content-row {
      margin: 0px;
    }
    .fa-ul {
    text-align: center;
    margin-left: 0em;
    }
    .fa-li {
    left: 0em;
    }
    .fa-sidebar-icons {
      padding-left: 0em;
    }
    .fa-ul>li {
    display: inline-block;
    }
    .social-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .social-left {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 645px) {
  /*#mobile-screen-nav {
    font-size: 25px;
  } */
  .navbar-nav{
    font-size: 25px;
  }

}

@media screen and (max-width: 480px) {
  #mobile-screen-nav {
    padding-top:0px;
  }
  .slideshow span {
    margin-left: 0px;
  }
  .bottom-icon i {
    margin-top: 25px;
  }
  #mobile-screen-nav  .nav a:hover i {
    display: inline-block;
    color: #484848;
    overflow: none;
    z-index: 1;
    top: inherit;
    text-align: center;
    font-size: 65px;
    width: 100%;
    position: relative;
    top: -20px;
  }
  .fa-play-circle-o-menu {
    margin: 0;
  }
  .fa-eye-menu {
    margin: 0;
  }
  .spacer {
    display: none !important;
  }
  .navbar li {
    display: block;
    font-size: 45px;
    border-bottom: white solid 1px;
    height: 95px;
  }
  .fa-navbar-icon {
    display: none;
  }
  .navbar-nav span {
    float: right;
    padding-top: 14px;
  }
  .navbar a {
    padding-top: 85px;
  }
  .nav > li > a {
    width: 100%;
    height: 100%;
    padding: 20px;
    padding-top: 37px;
    text-align: center;
  }
  .navbar-nav {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
  }
  .next {
    position: absolute;
    padding-right: 15%;
    right: 0px;
  }
  .prev {
    position: absolute;
    padding-left: 15%;
  }
  .slidebox {
    margin: 0 auto;
    max-width: 800px;
    font-size: 80px;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-left: 0%;
    height: 60px;
  }
  .bottom-icon {
    display: none;
  }
  .footer ul {
    text-align: center;
    padding-left: 0;
  }
  .bracket {
    display:none !important;
  }

}
/*
@media screen and (max-width: 767px) {
#sidebar {
    position: fixed;
    height: 100px;
    bottom: 50px;
    top: auto;
  }
} */
