/* general styling for the hover page */

/*body {
  font-family: 'colaborate-thinregular', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: url("../images/back3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFF;
}*/

 
h1 {
  font-size: 50px;
}

pre {
  letter-spacing: 0px;
  text-transform: none;
}

.titlep {
  letter-spacing: 0px;
  padding-bottom: 60px;
  font-size: 18px;
}

.breath {
  padding-top: 80px;
}

.topinfo {
  position: absolute;
  bottom: 1px;
  left: 96px;
}

.page-header {
	/*display: inline-block;
	padding-bottom: 9px;
    margin: 40px 0 20px;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 12px*/
}

.modal-content{
color: #000;
}

.modal-body p 
{
letter-spacing: 0px;
text-transform: none;
font-size: 16px;
}

.navbar-inverse {
	color: #fff;
    background-color: rgba(255,255,255,0.2);
    border-bottom: 1px solid #fff;
}

ul.nav.navbar-nav {
float: right;
}

.navbar-inverse .navbar-brand , .navbar-inverse .navbar-nav>li>a {
color: #fff;
}



/* remove bootstrap padding so images sit right next to each other with no gaps */

.col-lg-3, .col-md-4, .col-sm-6, .col-xs-12 {
  padding: 0px;
}


/* general styling for all the hovers */
	
.hover {
  width: 25%;
  height: 504px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  
}
@media screen and (max-width:800px) {

.hover {
  width: 50%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  
}

}
.hover .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hover img {
  display: block;
  position: relative;
  
}

.hover h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 22px;
  padding: 25px;
   background:url(../images/tiao.png) no-repeat center bottom;
}

.hover button.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #F49A42;
  border: 0px solid #fff;
  margin: 50px 0 0 0;
  border-radius: 0px;
  background-color: transparent;
}
.hover button.info a{ display:block; width:140px; height:30px; background:#F49A42; border-radius: 10px; margin-top:30px; padding-top:10px; font-size:18px; color:#FFFFFF;}

.hover button.info:hover {
  box-shadow: 0 0 0px #fff;
}

/* styling to remove box shadow and border from buttons for last few effects */

.hover button.nullbutton {
  border: none;
  padding: 0px;
  margin: 0px;
}

.hover button.nullbutton:hover {
  box-shadow: none;
}

/* remove the blue line that shows on modal buttons after you have open and close a modal */

.modal-open .modal, button:focus {
    outline:none!important
}

/* styling so when hovering over a div that opens a modal the cursor changes to a pointer */
.point {
cursor: pointer;
}

 
 /* effect hover 4 */
 
.ehover4 h2 {
  transform: translateY(175px);
  transition: all 0.4s ease-in-out;
}

.ehover4:hover h2 {
  transform: translateY(135px);
  color:#F49A42;
}

.ehover4 .overlay {
  background-color: rgba(75,75,75,0.7);
  transition: all 0.4s ease-in-out;
}

.ehover4:hover .overlay {
  background-color: rgba(48, 152, 157, 0);
}

.ehover4 button.info {
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  font-weight: normal;

  margin: 135px 0 0 0;

}

.ehover4:hover button.info {
  opacity: 1;
  transform: scale(1);
}
  
 /* effect 4 transitionV2 */
 
.ehover42 h2 {
  transform: translateY(55px);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.ehover42:hover h2 {
  transform: translateY(15px);
}

.ehover42 .overlay {
  background-color: rgba(75,75,75,0.7);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.ehover42:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.ehover42 button.info {
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  font-weight: normal;
  border: 0px solid white;
  margin: -55px 0 0 0;
  padding: 73px 90px;
}

.ehover42:hover button.info {
  opacity: 1;
  transform: scale(1);
}
 
 

/* effect hover 1 v2 */

.ehover1v2 img {
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

.ehover1v2 .overlay {
  opacity: 0;
  background-color: rgba(0,0,0, 0.5);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

.ehover1v2 h2 {
  -moz-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  -o-transform: translatey(-100px);
  -webkit-transform: translatey(-100px);
  transform: translatey(-100px);
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.88,-0.99, 0, 1.81);
}

.ehover1v2 button.info {
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ehover1v2:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.ehover1v2:hover .overlay {
  opacity: 1;
}

.ehover1v2:hover h2, .ehover1v2:hover button.info {
  opacity: 1;
  -moz-transform: translatey(0);
  -ms-transform: translatey(0);
  -o-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.ehover1v2:hover button.info {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}