body{
	user-select: none;
	background: #101010;
	color: #d3ae46;
  font-family: 'foglihten','times new roman';
}
h3{
	font-size: 50px;
	font-weight: 700;
	color: white;
	text-shadow: 1px 1px 2px black;
  font-family: 'foglihten','times new roman';
}
p{
	font-size: 25px;
	margin: 10px 0 1px 0;
	color: white;
	text-shadow: 0 0 2px black;
  text-align: center;
  font-family: 'foglihten','times new roman';
}
.curs{
	cursor: pointer;
}

.PhotoNav{
	margin: 0;
	overflow: hidden;
	border-radius: 0;
}
.mainPhoto{
  height: 300px;
	background: url('../image/erevan.jpg');
	background-size: cover;
	margin: 0;
	padding: 0;
}
.mainSight{
	background: url('../image/SightseengImage.jpg')no-repeat;
	background-size: 100% 100%;
}
.garniHead{
	margin: 0;
	padding: 0;
}
footer{
	width: 100%;
	height: auto;
	background-color: #101010;
	color: white;
	text-align: center;
	line-height: 50px;
	margin: 50px 0 0 0;
	padding: 0;
	clear: both;
}
#foot{
	position: relative;
	bottom: 0;
}
.foot_text{
	margin-bottom: 20px;
	text-align: center;
	font-size: 30px;
	height: auto;
	line-height: 157px;
	font-family: 'foglihten','times new roman';
	color: #d3ae46;
}
.info_tab_one{
	background: white; 
	width: 100%;
	margin: 0;
	padding: 20px;
	clear: both;
}
.garni_info{
	width: 100%;
}
.garni_info h1,h2{
	color:  #d3ae46;
  font-family: 'foglihten','times new roman';
}
.garni_info p{
	text-align: justify;
	padding: 5px;
}
#g_slide{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 400px;
}
.info_img{
	position: absolute;
	top: 60px;
	left: 10px;
	width: auto;
	height: 40px;
	font-size: 25px;
	color: white;
	background: rgba(84, 85, 86, 0.6);
	padding: 0 10px;
	border-radius: 15px;
  font-family: 'foglihten','times new roman';
}
* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
  margin: 5px 0;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.info{
	font-size: 25px;
  font-family: 'foglihten','times new roman';
}

#demo,#demo1{
	font-size: 20px;
}
.myBtn {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 12;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  font-family: 'foglihten','times new roman';
  background-color: #debd4f;
  color: black;
  cursor: pointer;
}
.myBtn>i{
  font-size: 30px;
  width: 10%;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.menuBtn{
  width: 100%;
  background: #101010;
  border-radius: 0;
}
.dropDawnBtn{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  font-weight: 700;
  border-radius: 0;
  background: #d3ae46;
  color: #101010;
  border: 1px solid #101010;
  transition-duration: .5s;
}
.dropDawnBtn:hover{
  background: #101010;
  color: #d3ae46;
  border: 1px solid #d3ae46;
}
.BtnInfo{
  width: 100%;
  background: #d3ae46;
  color: black;
  transition-duration: .5s;
  border: none;
}
.BtnInfo:focus{
  outline: none !important;
}
.BtnInfo:hover{
  background: black;
  color: #d3ae46;
}
.DDList{
  width: 100%;
  background: #101010;
}
.menuList{
  color: #d3ae46 !important;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  font-family: 'foglihten','times new roman';
}
.mainEvent{
  background: url('../image/Mezzo-Logo_White-vector.png');
  background-size: 100% 100%;
  height: 500px;
  width: 100%;
}

/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*Shopping style*/
/*Start*/
.bodyShopping{
  background-color: #fff;
}
.mainShopping{
  background-size: contain;
  width: 100%;
  height: auto;
  padding: 0;
}
.soppingSect{
  background: linear-gradient(to bottom,#fff,#bcbcbc,#fff);
  width: 100%;
  height: auto;
  padding: 0;
}
.imgShopping{
  width: 100%;
  height: 100%;
}
.mainShopping h1{
  color: #000;
  font-family: 'foglihten','times new roman';
}

/*End Style Shopping*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

/*-------------------------Tour----------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
      nav{
        background-color: #101010;
        width: 100%;
        height: 50px;
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: fixed;
        z-index: 98;
        top: 0;
        left: 0;
      }
      nav>div{
        position: relative;
        height: 40px;
        margin: 5px 0; 
        width: 100px;
        left: 20px;
        border: 1px solid #d3ae46;
        margin-left: -10px;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        font-weight: 700;
      }
      .menDiv{
        position: fixed;
        z-index: 99;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100%;
        background-color: #101010;
        transition-duration: .5s;
        overflow-y: auto;
      }
      .menDiv>ul{
        list-style: none;
        width: 95%;
        height: auto;
        margin: 50px 0 0 5%;
        padding: 0;
      }
      .menDiv>ul>.menuLi{
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-weight: 700;
        margin-bottom: 2px;
        border-bottom: 1px solid #d3ae46;
        text-align: center;
      }
      .menDiv>ul>.menuLi .menuA{
        text-decoration: inherit;
        color: #d3ae46;
        font-size: 20px;
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-weight: 700;
      }
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*------------------------Mandala SPA & Beauty-------------------*/
#manadalaHeader{
	width: 100%;
	margin: 50px 0;
	padding: 0;
}
#manadalaTopFoot{
	width: 100%;
	margin: 0;
	padding: 0;
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/