
h3, h4 {
    font-weight: lighter;
    color: #676767;
    font-size: 35px;
    margin-bottom: 20px;
}


.hero-container {
    padding: 80px 120px;
}

.container {
	position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 75px 30px;
    clear: both;
}

.person {
    border: 10px solid transparent;
    margin-bottom: 25px;
    width: 80%;
    height: 80%;
    opacity: 0.7;
}
.person:hover {
    border-color: #f1f1f1;
}

.home-hero-padding {
	padding-top: 29vh;
    margin: auto;
    position: relative;
    text-align: center;
}

.hero-padding {
	margin-top: 90px;
}

.hero-padding-single-line {
	margin-top: 120px;
}

.landingText {
	font-size: 45px;
    color: #fff;
}

.nav li {
	font-size: 16px;
}
.skills-list {
	list-style-type: none;
	padding: 5px 0;
}
.carousel-inner img {
   /* -webkit-filter: grayscale(90%);*/
   /* filter: grayscale(90%);*/ 
    width: 100%; 
    margin: auto;
}

.glyphicon {
	font-size: 23px;
}

.carousel-caption h3 {
    color: #fff !important;
}
@media (max-width: 600px) {
.carousel-caption {
    display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
  }
}
.bg-1 {
    background: #2d2d30;
    color: #bdbdbd;
}
.bg-1 h3 {color: #fff;}
.bg-1 p {font-style: italic;}
.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}
.thumbnail p {
    margin-top: 15px;
    color: #555;
}

.div-separator {
	height: 1px;
	background-color: #ccc;
	margin-top: 0;
}

.gfx {
	margin-bottom: 20px;
}
.btn {
	color: #fff;
    background-color: #676767;
    border-color: #676767;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	transition: all 0.5s;
	margin-top: 20px;
}

.btn:hover, .btn:focus {
	background-color: transparent;
    color: #676767;
    border: 1px solid #676767;
	transition: all 0.5s;
}

.eichler-logo {
	width: 37%;
    right: 5%;
    position: absolute;
    top: 22%;
}

.migi {
    position: relative;
    right: 0;
}

.hidari {
    position: relative;
    left: 0;
}

.slider-buttons {
	width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #333;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px !important;
	transition: all 0.5s;
}

.mySlides {
	transition: all 2s ease;
}

.slider-buttons:hover {
    background-color: #777;
	text-decoration: none;
	color: #fff;

}

.modal-header, h4, .close {
    background-color: #333;
    color: #fff !important;
    text-align: center;
    font-size: 30px;
}
.modal-header, .modal-body {
    padding: 40px 50px;
}
.nav-tabs li a {
    color: #777;
}
#googleMap {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.navbar {
    font-family: 'Cinzel', serif;
    margin-bottom: 0;
    background-color: #333;
    border: 0;
	height: 72px;
    font-size: 11px !important;
    opacity: 0.9;
}
.navbar li a, .navbar .navbar-brand {
    color: #d5d5d5 !important;
}
.navbar-nav li a:hover {
    color: #fff !important;
}
.navbar-nav li.active a {
    color: #fff !important;
    background-color: #333 !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.open .dropdown-toggle {
    color: #fff;
    background-color: #555 !important;
}
.dropdown-menu li a {
    color: #000 !important;
}
.dropdown-menu li a:hover {
    background-color: red !important;
}
footer a {
    color: #f5f5f5;
}
footer a:hover {
    color: #777;
    text-decoration: none;
}
.form-control {
    border-radius: 0;
}
textarea {
    resize: none;
}


.homeHero  {
	background-image: url(../Pictures/Meet-The-Eichlers-Hero-Image2.jpg);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-attachment: fixed;
    min-height: 618px;
	background-size: 100%;
	background-position: top center;
}

.webHero  {
	background-image: url(../Pictures/Meet-The-Eichlers-Hero-Image.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #222;
	background-attachment: fixed;
	height: 400px;
}

#loading-screen {
    display: block;
    position: absolute;
    top: 398px;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 200vh;
    background-color: rgba(255, 255, 255, 1);
    background-image: url('http://andygeslison.com/Pictures/loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 10%;
    background-size: 100px 100px;
    opacity: 0.9;
}

.play-button {
	position: absolute;
    top: 32%;
    left: 46%;
    opacity: 0.9;
	
}

/* ---- CH STUFF ---- */
/*
 * 12-column grid system
 */
/* Grid units */

.grid12-1,
.grid12-2,
.grid12-3,
.grid12-4,
.grid12-5,
.grid12-6,
.grid12-7,
.grid12-8,
.grid12-9,
.grid12-10,
.grid12-11,
.grid12-12,
.grid12-25,
.grid-full,
.grid-col2-sidebar,
.grid-col2-main {
  /*position:relative;*/
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
  
}
.grid12-1 img,
.grid12-2 img,
.grid12-3 img,
.grid12-4 img,
.grid12-5 img,
.grid12-6 img,
.grid12-7 img,
.grid12-8 img,
.grid12-9 img,
.grid12-10 img,
.grid12-11 img,
.grid12-12 img,
.grid12-25 img,
.grid-full img,
.grid-col2-sidebar img,
.grid-col2-main img {
  width: 100%;
}

/* Basic grid units width */
.grid12-25 {
  width: 18%;
}

.grid12-1 {
  width: 6.33%;
}

.grid12-2 {
  width: 14.66%;
}

.grid12-3 {
  width: 23%;
}

.grid12-4 {
  width: 31.33%;
}

.grid12-5 {
  width: 39.67%;
}

.grid12-6 {
  width: 48%;
}

.grid12-7 {
  width: 56.33%;
}

.grid12-8 {
  width: 64.67%;
}

.grid12-9 {
  width: 73%;
}

.grid12-10 {
  width: 81.33%;
}

.grid12-11 {
  width: 89.67%;
}

.grid12-12,
.grid-full {
  width: 98%;
}

.width-full {
  width: 100%;
}

#video1_popup, 
#video2_popup, 
#video3_popup, 
#video4_popup, 
#video5_popup, 
#video6_popup, 
#video7_popup, 
#video8_popup,
#video9_popup, 
#video10_popup, 
#video11_popup, 
#video12_popup,
#video13_popup, 
#video14_popup, 
#video15_popup, 
#video16_popup {
	transform: scale(0.8);
	width: 100%;
	max-width: 1000px;
	padding: 0px 10px;
}

.popup_visible #video1_popup, 
.popup_visible #video2_popup, 
.popup_visible #video3_popup, 
.popup_visible #video4_popup, 
.popup_visible #video5_popup, 
.popup_visible #video6_popup, 
.popup_visible #video7_popup, 
.popup_visible #video8_popup,
.popup_visible #video9_popup, 
.popup_visible #video10_popup, 
.popup_visible #video11_popup, 
.popup_visible #video12_popup, 
.popup_visible #video13_popup,
.popup_visible #video14_popup, 
.popup_visible #video15_popup, 
.popup_visible #video16_popup {
	transform: scale(1);
}
#video1_popup iframe,
#video2_popup iframe, 
#video3_popup iframe, 
#video4_popup iframe, 
#video5_popup iframe, 
#video6_popup iframe, 
#video7_popup iframe, 
#video8_popup iframe, 
#video9_popup iframe, 
#video10_popup iframe, 
#video11_popup iframe, 
#video12_popup iframe, 
#video13_popup iframe, 
#video14_popup iframe, 
#video15_popup iframe, 
#video16_popup iframe{
	border: none;
	border-image-source: inherit;
	border-image-slice: inherit;
	border-image-width: inherit;
	border-image-outset: inherit;
	border-image-repeat: inherit;
}
.video1_popup_open, 
.video2_popup_open, 
.video3_popup_open, 
.video4_popup_open, 
.video5_popup_open, 
.video6_popup_open, 
.video7_popup_open, 
.video8_popup_open, 
.video9_popup_open, 
.video10_popup_open, 
.video11_popup_open, 
.video12_popup_open, 
.video13_popup_open, 
.video14_popup_open, 
.video15_popup_open, 
.video16_popup_open{
	cursor: pointer;
}
	
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------  DESKTOP ------------------------------------ */
@media screen and (min-width: 771px) {

.desktop-view {
	display: block;				
}

.mobile-view {
	display: none;				
}

.navbar img.headerlogo {
    float: left;
    margin-top: 12px;
    margin-right: 24px;
    margin-left: 70px;
}
.navbar ul li a {
    text-align: center;
    display: block;
    text-decoration: none;
    color: #FFF;
    margin-top: 7px;
    transition: .3s linear;
    text-shadow: 0 0px 0 rgba(255,255,255,.25);
}
.navbar-nav  {
	margin-right: 24px;
}
.text-block {
    margin: 30px 0;
	text-align: left;
}

}
/* ------------------------------------  DESKTOP ------------------------------------ */

/* ------------------------------------  MOBILE ------------------------------------ */
@media screen and (max-width: 770px) {

.desktop-view {
	display: none;				
}

.mobile-view {
	display: block;				
}

.navbar img.headerlogo {
    float: left;
    margin-top: 12px;
    margin-right: 0;
    margin-left: 1%;
}

.navbar-toggle {
	margin-top: 18px;
}

.container {
    padding: 50px 18px;
}
.navbar li a, .navbar .navbar-brand {
	background-color: #333;
}

.home-hero-padding {
	padding-top: 13vh;
}

.hero-padding {
	margin-top: 41px;
}

.landingText {
	font-size: 35px;
    color: #fff;
}

#loading-screen {
    top: 60px;
    background-position: 50% 2%;
}

.dropdown-menu li a {
	color: #fff !important;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	background-color: #777;
}
.homeHero {
	min-height: 40vh;
	background-position: 0px 70px;
}

.webHero  {
	height: 200px;
}

.skills-list {
	padding: 20px 24%;
}

.container iframe {
	width: 90%;
}

.play-button {
    top: 18%;
    left: 41%;
	opacity: 0.8;
	width: 17%;
}

  /* Below 768px all grid units are stretched (full width) and stack vertically */
  .grid12-1,
  .grid12-2,
  .grid12-3,
  .grid12-4,
  .grid12-5,
  .grid12-6,
  .grid12-7,
  .grid12-8,
  .grid12-9,
  .grid12-10,
  .grid12-11,
  .grid12-12,
  .grid-full,
  .grid-col2-sidebar,
  .grid-col2-main,
  .grid-col3-sidebar,
  .grid-col3-main {
    width: 100% !important;
    /* Added "!important" to override units with "no-gutter" */
    margin-left: 0;
    margin-right: 0;
  }

}
/* ------------------------------------  MOBILE ------------------------------------ */
