@font-face {
  font-family: 'GlacialIndifference-Regular';
  src: url('../fonts/GlacialIndifference-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/GlacialIndifference-Regular.otf')  format('opentype'),
	     url('../fonts/GlacialIndifference-Regular.woff') format('woff'), url('../fonts/GlacialIndifference-Regular.ttf')  format('truetype'), url('../fonts/GlacialIndifference-Regular.svg#GlacialIndifference-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.text-brand-light{
	font-family: 'GlacialIndifference-Regular', sans-serif;
	font-weight: 400;
}
.text-brand-regular{
	font-family: 'GlacialIndifference-Regular', sans-serif;
	font-weight: 500;
}
.home-container{
	width:100%;
	margin-left: auto;
	margin-right: auto;
	margin-top:6.5rem;
}
@media (min-width: 576px) {
    .home-container{
        max-width: 100%;
		margin-top:6.5rem;
    }
}
@media (min-width: 768px) {
    .home-container{
        max-width: 100%;
		margin-top:7.5rem;
    }
}
@media (min-width: 992px) {
    .home-container{
        max-width: 960px;
		margin-top: auto;
    }
}
@media (min-width: 1200px) {
    .home-container{
        max-width: 1140px;
		margin-top: auto;
    }
}
.home-row{
	margin: 0 auto 1rem auto;
}
@media (min-width: 576px) {
    .home-row{
        margin: 0 auto 1rem auto;
    }
}
@media (min-width: 768px) {
    .home-row{
        margin: 0 auto 1rem auto;
    }
}
@media (min-width: 992px) {
    .home-row{
        margin: 1rem auto 1rem auto;
    }
}
@media (min-width: 1200px) {
    .home-row{
        margin: 1.5rem auto 1rem auto;
    }
}
.home-logo{
	height:5rem;
	width:auto;
}
@media (min-width: 576px) {
    .home-logo{
        height:5rem;
    }
}
@media (min-width: 768px) {
    .home-logo{
        height:6rem;
    }
}
@media (min-width: 992px) {
    .home-logo{
        height:7.2rem;
    }
}
@media (min-width: 1200px) {
    .home-logo{
        height:7.5rem;
    }
}
.nav-link{
	
}
@media (min-width: 576px) {
    .nav-link{
        
    }
}
@media (min-width: 768px) {
    .nav-link{
        font-size: 0.8rem;
    }
}
@media (min-width: 992px) {
    .nav-link{
        font-size: 0.95rem;
    }
}
@media (min-width: 1200px) {
    .nav-link{
        font-size: 0.95rem;
    }
}
.social-icons{
	height: 1.5rem;
	width: auto;
	padding-left: 2px;
	padding-right: 2px;
}
.nav-item{
	
}
@media (min-width: 576px) {
    .nav-item{
        
    }
}
@media (min-width: 768px) {
    .nav-item{
        padding-left: 0.05rem;
        padding-right: 0.05rem;
    }
}
@media (min-width: 992px) {
    .nav-item{
        padding-left: 3px;
        padding-right: 3px;
    }
}
@media (min-width: 1200px) {
    .nav-item{
        padding-left: 3px;
        padding-right: 3px;
    }
}

.home-bg{
	background-image: url("../images/bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
}
.custom-nav{
	
}
@media (max-width: 576px) {
    .custom-nav{
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
		background-color: #FFF;
    }
}
@media (min-width: 576px) {
    .custom-nav{
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
		background-color: #FFF;
    }
}
@media (min-width: 768px) {
    .custom-nav{
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
		background-color: #FFF;
    }
}
@media (min-width: 992px) {
    .custom-nav{
        position: relative;
		background-color: transparent;
    }
}
@media (min-width: 1200px) {
    .custom-nav{
        position: relative;
		background-color: transparent;
    }
}
.navbar-light .navbar-toggler-icon{
    background-image: url("../images/menu.png")!important;
}
.navbar-toggler {
    border: none;
}
button:focus {
    outline: none;
}
.nav-spacer{
	
}
@media (min-width: 576px) {
    .nav-spacer{
        
    }
}
@media (min-width: 768px) {
    .nav-spacer{
        
    }
}
@media (min-width: 992px) {
    .nav-spacer{
        padding-left: 0.4rem;
    }
}
@media (min-width: 1200px) {
    .nav-spacer{
        padding-left: 0.4rem;
    }
}
.top-spacer{
	margin-top: 5.5rem;
}
@media (min-width: 576px) {
    .top-spacer{
        margin-top: 5.5rem;
    }
}
@media (min-width: 768px) {
    .top-spacer{
        margin-top: 6.5rem;
    }
}
@media (min-width: 992px) {
    .top-spacer{
        margin-top: 8.5rem;
    }
}
@media (min-width: 1200px) {
    .top-spacer{
        margin-top: 8.5rem;
    }
}
.top-in-spacer{
	margin-top: 7.5rem;
}
@media (min-width: 576px) {
    .top-in-spacer{
        margin-top: 7.5rem;
    }
}
@media (min-width: 768px) {
    .top-in-spacer{
        margin-top: 9rem;
    }
}
@media (min-width: 992px) {
    .top-in-spacer{
        margin-top: 10.5rem;
    }
}
@media (min-width: 1200px) {
    .top-in-spacer{
        margin-top: 11rem;
    }
}
.customized-link{
	color: #494949;
}
.customized-link:hover{
	text-decoration: none;
	color: #883132;
}
.ov-container {
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
    .ov-container{
        position: relative;
		width: 100%;
    }
}
@media (min-width: 768px) {
    .ov-container{
        position: relative;
		width: 100%;
    }
}
@media (min-width: 992px) {
    .ov-container{
        position: relative;
		width: 100%;
    }
}
@media (min-width: 1200px) {
    .ov-container{
        position: relative;
		width: 100%;
		background-color: #000;
    }
}

.ov-image {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
}
@media (min-width: 576px) {
    .ov-image{
        opacity: 1;
		display: block;
		width: 100%;
		height: auto;
		cursor: pointer;
    }
}
@media (min-width: 768px) {
    .ov-image{
        opacity: 1;
		display: block;
		width: 100%;
		height: auto;
		cursor: pointer;
    }
}
@media (min-width: 992px) {
    .ov-image{
        opacity: 1;
		display: block;
		width: 100%;
		height: auto;
		cursor: pointer;
    }
}
@media (min-width: 1200px) {
    .ov-image{
        opacity: 1;
		display: block;
		width: 100%;
		height: auto;
		cursor: pointer;
    }
	/*.ov-image{
        opacity: 1;
	    display: block;
	    width: 100%;
	    height: auto;
	    transition: .5s ease;
	    backface-visibility: hidden;
	    cursor: pointer;
    }*/
}

.ov-middle {
	/*opacity: 0.6;*/
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 0.5rem 1rem;
	background-color: rgba(0,0,0,0.55);
	cursor: pointer;
}
@media (min-width: 576px) {
    .ov-middle{
        /*opacity: 0.6;*/
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		padding: 0.5rem 1rem;
		background-color: rgba(0,0,0,0.55);
		cursor: pointer;
    }
}
@media (min-width: 768px) {
    .ov-middle{
        /*opacity: 0.6;*/
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		padding: 0.5rem 1rem;
		background-color: rgba(0,0,0,0.55);
		cursor: pointer;
    }
}
@media (min-width: 992px) {
    .ov-middle{
        /*opacity: 0.6;*/
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		padding: 0.5rem 1rem;
		background-color: rgba(0,0,0,0.55);
		cursor: pointer;
    }
}
@media (min-width: 1200px) {
    .ov-middle{
        /*opacity: 0.6;*/
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		padding: 0.5rem 1rem;
		background-color: rgba(0,0,0,0.55);
		cursor: pointer;
    }
	/*.ov-middle{
        transition: .5s ease;
		opacity: 0;
		position: absolute;
		width: 85%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		background-color: transparent;
		cursor: pointer;
    }*/
}

/*.ov-container:hover .ov-image {
  opacity: 0.3;
}

.ov-container:hover .ov-middle {
  opacity: 1;
}*/

.ov-text {
  color: white;
  font-size: 15px;
}

.ov-container-mobile {
  position: relative;
  width: 100%;
  /*background-color: #000;*/
}
.ov-image-mobile {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  /*transition: .5s ease;
  backface-visibility: hidden;*/
  cursor: pointer;
}
.ov-middle-mobile {
  /*transition: .5s ease;*/
  opacity: 0.7;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0.5rem 1rem;
  background-color: #000;
  /*transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);*/
  cursor: pointer;
}
.ov-text-mobile {
  opacity: 1 !important;
  color: white;
  font-size: 12px;
}

.img-slider{
	width:100%;
	height:auto;
}
@media (min-width: 576px) {
    .img-slider{
        width:auto !important;
		height:35rem;
    }
}
@media (min-width: 768px) {
    .img-slider{
        width:auto !important;
		height:35rem;
    }
}
@media (min-width: 992px) {
    .img-slider{
        width:auto !important;
		height:38rem;
    }
}
@media (min-width: 1200px) {
    .img-slider{
        width:auto !important;
		height:38rem;
    }
}
.page-head{
	background-image: url("../images/header-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.photo-header{
	margin: 7rem auto 1rem auto;
}
.text-color-brand{
	color: #883132 !important;
}

.container-customized {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
  .container-customized {
		padding-right: 0px;
		padding-left: 0px;
  }
}

@media (min-width: 768px) {
  .container-customized {
		padding-right: 15px;
		padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container-customized {
    max-width: 960px;
	padding-right: 15px;
	padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container-customized {
    max-width: 1140px;
	padding-right: 15px;
	padding-left: 15px;
  }
}

.img-responsive-w{
	width: 100%;
	height: auto;
}

.title-prop-box{
	font-size: 1.1rem;
}
@media (min-width: 576px) {
    .title-prop-box{
        font-size: 1.1rem;
    }
}
@media (min-width: 768px) {
    .title-prop-box{
        font-size: 1rem;
    }
}
@media (min-width: 992px) {
    .title-prop-box{
        font-size: 1.15rem;
    }
}
@media (min-width: 1200px) {
    .title-prop-box{
        font-size: 1.2rem;
    }
}

.text-prop-box{
	font-size: .8rem;
}
@media (min-width: 576px) {
    .text-prop-box{
        font-size: .8rem;
    }
}
@media (min-width: 768px) {
    .text-prop-box{
        font-size: .85rem;
    }
}
@media (min-width: 992px) {
    .text-prop-box{
        font-size: .9rem;
    }
}
@media (min-width: 1200px) {
    .text-prop-box{
        font-size: .95rem;
    }
}

.prop-box-img{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.prop-box-links {
	color: #595959;
	text-decoration: none;
	font-size: 1.2rem;
}

.prop-box-links:hover {
	color: #000000;
	font-weight:500;
	text-decoration: none;
}