/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/


/*@media (min-width: 1200px) {
	

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 992px) {
		
}*/

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
/*@media (min-width: 200px) and (max-width: 991px) {
	
}*/


/*===========================================*/
/*	TABLET
/*===========================================*/
/*@media (min-width: 768px) and (max-width: 991px) {

}*/


/*===========================================*/
/*	MOBILE
/*===========================================*/
/*@media (min-width: 200px) and (max-width: 767px) {
	
}
@media (min-width: 600px) and (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 599px) {

}
@media (min-width: 200px) and (max-width: 479px) {

}*/
body,html{
}
body#pageContent{
	padding:0px;
	margin:0px;
}
body#pageContent img{
    height:auto;
}
body #topContent{
    position: relative;
    width:100%;
    height:100px;
}
body #inner_topContent{
    position: absolute;
    width:100%;
}
#containerImgSplash{
    height:100%;
    vertical-align: bottom;
}
#containerImgSplash img{
    vertical-align: bottom;
}

#loginBox{
	position:absolute;
	z-index:1000;
	top:20%;
	background:rgba(255,255,255,0.8);
	padding:20px;
	border-radius:12px;
	border:1px solid rgba(250,90,0,0.5);
}
.popup-box {
  position: relative;
  background: rgba(0,0,0,0.8);
  padding: 0px;
  width: auto;
  max-width: 720px;
  margin: 20px auto;
}
.popup-box video{
	width: 100%    !important;
  height: auto   !important;
}
#pageContent .colBlock,#pageContent .colBlock p,#pageContent .colBlock h3{
	line-height:1.2em;
	color:#ffffff;
}
#pageContent .colBlock img{
	display:inline-block;
	width:70%;
	height:auto;
}
.color-button-gold{
	background-color:#c6a145;
}
.close_btn{
	font-size:36px;
	color:#c6a145;
}
body#pageContent input.inputGold{
	border:1px solid #c6a145;
	background:rgba(255,255,255,0.1);
	color:#c6a145;
}
body#pageContent input.inputGold::placeholder{
	color:rgba(198,161,69,.4);
}
.emailsuccess_message{
	color:#060000;
	background:#c6a145;
	padding:18px 6px 18px 6px;
	font-size:18px;
	
}
.colBlock a{
	color:#fff;
	text-decoration:none;
}
.colBlock a:hover{
 text-decoration:underline;
}
.colBlock p{
	font-size:14px;
	font-weight:bold;
}
.colBlock h3{
	font-size:20px;
}
.colBlock .menuTop a:hover{
	text-decoration:none;
	color:#CCC;
}
.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}
#pageContent{
	background:#5e221d /*url(/images/bg_site.jpg) center top no-repeat*/;
	/*background-size:cover;*/
	padding:0px;
}
img.img_galerie{
	width:100%;
	height:auto;
	display:block;
}
.gallery-item{
	display:block;
  }
.cont-gallery-item{
	justify-content: center;
  align-items: center;
  display:flex;
}

@media only screen and (max-width: 767px) {
    #pageContent .colBlock img{
        width: 70%;
        max-width: 300px;
    }
    #containerImgSplash{
        margin-top:128px;
    }
    #pageContent .colBlock.col-sm-6 img{
        display:inline-block;
        width:80%;
        height:auto;
    }
}
@media only screen and (max-width: 575px) {
    #containerImgSplash{
        margin-top:220px;
    }
}
@media only screen and (max-width: 335px) {
    #containerImgSplash{
        margin-top:153px;
    }
}