body{ 
    background:#e6e6e6;
    }
.p{text-align:justify;}
.top-bar .menu .menu-text{padding:0;}
.top-bar .menu .menu-text a:hover{
	border:none; } 
.top-bar{z-index:1000; box-shadow: inset 0px 0px 0px 1px #ccc6d0, 0 1px 3px #000;}
.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    width:100%;
    background-color: #ffffff; }
  .top-bar a {
    font-size:0.8rem;
    font-weight: bold;
    opacity:0.8;
    color: #000000; }
  #main-menu{margin:0;padding:0;}
  #main-menu ul li{padding:7px;}
  #main-menu ul{margin:0;padding:0;}
  #main-menu  li:hover{
	background-color: rgba(91, 158, 128, 0.5); }
  .top-bar-left  li:hover{
	border-radius:0.2rem;
	background-color: rgba(91, 158, 128, 0.1); }
  .top-bar-left  li ul{
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	background-color:#FCC5B3;
        border:1px solid #FCC5B3;
	border-radius:0.2rem;
	padding: 0;
	margin: 0; }
  .top-bar-left  li ul li a{
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	font-weight:normal;
	display:block; 
	width:100%; }
  .top-bar-left  li ul li{
	display:block;
	width:100%;
	padding: 0;
	margin-bottom:2px;
	background:#EDEDEB; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }
.step {
        display: inline-block;
        line-height: 1;
        width: 10%;
      }

      
      .size-12 { font-size: 12px; }
      
      .size-14 { font-size: 14px; }
      
      .size-16 { font-size: 16px; }
      
      .size-18 { font-size: 18px; }
      
      .size-21 { font-size: 21px; }
      
      .size-24 { font-size: 24px; }

      .size-30 { font-size: 30px; }
      
      .size-36 { font-size: 36px; }
      
      .size-48 { font-size: 48px; }
      
      .size-60 { font-size: 60px; }
      
      .size-72 { font-size: 72px; }
.full-width {
  max-width: 1400px;
}

.footer {
  background-color: #2C353F;
  padding: 2rem 4rem;
  text-align: center;
  color: #fff;
}
.footer i {
  font-size: 40px;
  padding:0;
  margin:0;
}

.footer h4 {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  margin:0;
  padding:0;
  margin-top: 0;
  margin-bottom: 10px;
}
.footer p, .footer a {
  font-weight: 300;
  font-size: .8em;
  color: #fff;
}
.footer a:hover{font-weight:bold;}
.menu ul li form {
  min-width: 300px;
}

@media only screen and (min-width: 40.063em) {
  .footer .columns:nth-child(n+2) {
    border-left: 1px solid #b3b3b3;
    min-height: 280px;
  }
}
.footer-links {
  list-style-type: none;
}
.footer-links li {
  margin-top: .5em;
}
.thumbnail {
	height:270px;
	background:#F2F1F0;
	display:block;	
}
.thumbnail img{height:227px;}
.thumbnail span{
	padding:0;
	margin:0;
	margin-top:17px;
	text-align:center;
	display:block;
	color:#A9A9A9;
	font-weight:bold;
}
.thumbnail:hover, .thumbnail:focus {
    box-shadow: none; }
.gal_view{
	position:absolute;
	top:-5;
	padding:0;
	margin:0;
	display:block;
	height:227px;
	width: 27.05%;
	
	opacity:0;
}
.gal_view:hover, .gal_view:focus{opacity:1.0;}
.gal_view span{
	position:relative;
	padding-top:70px;
	margin-top:20px;
	margin-left:25%;
	width:190px;
	height:200px;
	color:#ffffff;
	font-size:1rem;
	background-color: rgba(253, 91, 51, 0.9);
	border-radius:150px;
	cursor:pointer;
	border: 6px double #E6E6E6;
	}
.gal_view span .step{
	position:relative;
	padding:0;
	margin-left:-5px;	
	}

.blinder{
	position:absolute;
	z-index:100000;
	width:100%;
	height:1364px;
	background-color: rgba(10, 10, 10, 0.5); 
}
.gallery_view{
	position:absolute;
	z-index:1000000;
	background-color:transparent;
	top:100px;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	}
.gallery_view img{
	position: relative;
	margin-left:45%;
	margin-top: 200px;
	}
.exit{
	color:#ffffff;
	float:right;
	position:relative;
	margin-top:75px;
	cursor:pointer;
	}
.exit:hover{color:#34495E;}
.medium-horizontal > ul{width:100%;}
