@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Urbanist:wght@100&display=swap');


body {
	/*font-family: 'Urbanist', sans-serif;*/
	/*color: #fff;*/
	/*font-size: 20px;*/
	/*font-weight: 400;*/
	/*line-height: 24px;*/
	margin: 0px;
	padding: 0px;background-color: #000;
}

.scroll_down  {
    position: relative;
    left: -16%;
    right: -1px;
    bottom: -140px;
    margin: 0 auto;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    color: #fff;
    z-index: 12;
}

.scroll_down a {
    position: relative;
    left: 18%;
    right: -1px;
    bottom: -140px;
    margin: 0 auto;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    color: #fff;
    z-index: 12;
}
.scroll_down img {
    width: 2.5%;
}
.scroll_down a i {font-size:60px;}


 article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	font-family: 'Urbanist', sans-serif;
	color: #111;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;

}
/*h1, h3 {*/
/*	font-family: 'Cinzel', serif;*/
/*	line-height: 1.4em !important;*/
/*	color: #bbac62 !important;*/
/*	font-size: 40px !important;*/

/*}*/
h5 {
	font-family: 'Cinzel', serif;
	line-height: 1.4em;
	color: #fff!important;
	text-shadow: 2px 2px #000;
    font-size: 30px;


}
h5 a{
		line-height: 1.4em;
	color: #fff!important;
	text-shadow: 2px 2px #000;


}
/*h2 {*/
/*	font-family: 'Cinzel', serif;*/
/*	line-height: 1.4em;*/
/*	color: #bbac62;*/


/*}*/
h2 a{
	font-family: 'Cinzel', serif;
	line-height: 1.4em;
	color: #000;
	font-size: 32px;

}
h2 a:hover{

	color: #2B2A2A;


}
/*h3 {*/
/*	font-family: 'Cinzel', serif;*/
/*	line-height: 1.4em;*/
/*	color: #bbac62;*/


/*}*/
.error {
font-size: 32px;
	color: #F70C10;


}
h3 a{
	font-family: 'Cinzel', serif;
	line-height: 1.4em;
	color: #000;
	font-size: 32px;

}
a {
	outline: 0;
	color: #fff;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
.btn {
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	cursor: pointer;
}
button:focus {
	outline: none;
}
.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.main_section {
	width: 100%;
	margin: 0px;
	padding: 80px 0;
}

.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 54px;
	height: 54px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	font-size: 21px;
	padding: 11px 0;
	background-color: #999;
	border-color: #999;
}
.btn-dark:hover {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.fixed-header {
	position: fixed;
	top: 0;
	z-index: 9999;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	background-color: #fff;
	height:100px;
}

.slider{
	padding: 0px;
}









/******* Header ************/




.header {
	padding: 5px 0;

    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;

    position: absolute;
    z-index: 1034;
}
.social-media ul {
    float: right;
}

/*.social-media li {
    list-style: none;
    display: inline-block;
    padding: 6px 10px;
    font-size: 16px;
}*/

.social-media li {
    list-style: none;
    display: inline-block;
    padding: 6px 10px 0 0;
    font-size: 16px;
    float: left;
	text-shadow: 2px 2px #000;
}



.social-media li a {
    color: #fff;
}




.cus-logo{
	width: 100%;
}
.cus-logo .nav-link{
	font-size: 30px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
	text-transform: uppercase;
	color:#fff;
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	text-transform: uppercase;
}
.navbar-expand-sm .navbar-nav .nav-link {
	padding-right: 0.8rem;
    padding-left: 0.8rem;
}
.cus-btn {
	background-color: #d00404;
	border-color: #d00404;
	padding: 10px 11px;
}
.slider .carousel-item img{
	height: 100vh;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes move {
	0% {
	  -webkit-transform-origin: bottom left;
	  -moz-transform-origin: bottom left;
	  -ms-transform-origin: bottom left;
	  -o-transform-origin: bottom left;
	  transform-origin: bottom left;
	  transform: scale(1.0);
	  -ms-transform: scale(1.0);
	  /* IE 9 */

	  -webkit-transform: scale(1.0);
	  /* Safari and Chrome */

	  -o-transform: scale(1.0);
	  /* Opera */

	  -moz-transform: scale(1.0);
	  /* Firefox */
	}
	100% {
	  transform: scale(1.2);
	  -ms-transform: scale(1.2);
	  /* IE 9 */

	  -webkit-transform: scale(1.2);
	  /* Safari and Chrome */

	  -o-transform: scale(1.2);
	  /* Opera */

	  -moz-transform: scale(1.2);
	  /* Firefox */
	}
  }
.carousel-item img{
	animation: move 40s ease;
	/* Add infinite to loop. */

	-ms-animation: move 15s ease;
	-webkit-animation: move 15s ease;
	/*-0-animation: move 15s ease;*/
	-moz-animation: move 15s ease;
}

.carousel-caption {
    text-align: center;
    bottom: 0px;
    top: 0px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.carousel-caption h5{
	margin: 30px 0 10px 0;
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    text-transform: uppercase;
    color: #fff;
	text-shadow: 2px 2px #000;
}
.carousel-caption p {
    color: #eee;
    margin-bottom: 50px;
    font-size: 20px;
    margin-top: 20px;
	text-shadow: 2px 2px #000;
}
.carousel-caption .btn-get-started {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 0;
    transition: 0.5s;
    margin: 10px;
    border: 1px solid #fff;
    color: #fff;
	text-shadow: 2px 2px #000;

}
.carousel-caption .btn-get-started:hover{
	border: 1px solid #bbac62;
	background:#bbac62;
}
.carousel-item {

    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

.fixed-header {
    position: fixed;
    top: 0;
    z-index: 99;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    background-color: rgba(0, 0, 0, 0.5);
	padding: 0px 0 11px;
}
.footer{
	background: #bbac62;
    padding: 50px 0;
}
.footer .btn-primary{
	background:rgba(255, 255, 255, 0);
	border:1px solid #fff;
	border-radius: 0px;
	padding: 8px 25px;
}
.logo h2 a{
	color:#fff;
	font-size:32px;

}

.copyright{
	font-size: 14px;
	color:#fff;
	margin-top:40px;
}
.credits{
	font-size: 16px;
	color:#000;
	margin-top:10px;
}
.credits a{
	color: #000;

}
.social-media1 ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.social-media1 ul li{
	list-style: none;
    display: inline-block;
    padding: 6px 10px;
    font-size: 16px;
}
.social-media1 ul li a{
	color:#fff;
}
.about{
	padding: 50px 0 20px;
}
.about .carousel-item img{
	height: 65vh;
}
#about .btn-get-started {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 0;
    transition: 0.5s;
    margin: 10px;
    border: 1px solid #fff;
    color: #000;
	background-color:#bbac62;
	/* border-radius: 25px 25px 25px 25px;*/

}


#about2 .btn-get-started {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 0;
    transition: 0.5s;
    margin: 10px;
    border: 1px solid #fff;
    color: #fff;
	/*background-color:#000000;*/
	/* border-radius: 25px 25px 25px 25px;*/

}

#about .book-now-btn{margin-top:30px;}
#about2 .book-now-btn{margin-top:30px;}

.navbar .flex-1 {
    flex: 1;
    flex-basis: 100%;
}
.mobile{
	display: none;
}

#header #logo {
    float: left;
}
#logo {
    position: absolute;
    z-index: 3;
}
.nav-menu>li#menu-item-19, .nav-menu>li:nth-child(5), .nav-menu>li#menu-item-19, .nav-menu>li:nth-child(5) {
    margin-left: 365px;
}
.nav-menu li .btn-primary {
    color: #fff;
    background-color: #d00404;
    border-color: #d00404;
    border-radius: 0;
}
.cus-logo1{
	font-size: 40px;
	font-weight: 600;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem;
}
.vg-nav>ul>li:nth-child(5) {
	margin-left: 365px;
}
.vg-nav>ul>li {
    padding: 8px 20px 0 0;
}
.vg-nav>ul>li.active a, .vg-nav>ul>li a:hover {
    color: #fff;
}
.vg-nav>ul>li>a {
    font-size: 16px;
    line-height: 1.2;
    display: block;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}
.logo{

    position: absolute;
   	 left: 10px;
	 margin-top:20px;

}
.frase{

    position: absolute;
   	 left: 28%;
	 margin-top:20px;

}

/* About Us Section
--------------------------------*/
#about {
  background: #000;
  padding: 50px 0;
/*  border-bottom: 1px solid #ccc;*/
	 color:#FFF;
}

#about2 {
  background: #000;
  padding: 50px 0;
 /* border-bottom: 1px solid #ccc;*/
  color:#FFF;
}

#about2 a {

 /* border-bottom: 1px solid #ccc;*/
  color:#FFF;
}
#about2 h5 a {

 /* border-bottom: 1px solid #ccc;*/
  color:#000;
}
#about2 .owlcentered  {
  color:#111;
}
#about2 .owlcentered  a {
  color:#111;
}
#about2 h1 {
  color:#fff;
}
#about .about-container .background {
  min-height: 300px;
 /* background: url(../img/about-img.jpg) center top no-repeat;*/
  margin-bottom: 10px;
}

#about .about-container .content {
  /*background: #fff;*/
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #about .about-container .title {
    padding-top: 15px;
  }
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #2dc997;
}

#about .about-container .icon-box .icon i {
  color: #2dc997;
  font-size: 24px;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 26px;
  text-transform: uppercase;
}

#about .about-container .icon-box .title a {
  color: #111;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}


/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
/*@media screen and (max-width:1170px) {*/
.container {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}
.social-media li {
    list-style: none;
    display: inline-block;
    padding: 6px 10px 0 0;
    font-size: 16px;
}
.cus-logo1 {
    font-size: 30px;
    font-weight: 600;
}
.logo {
    position: relative;
   /*left: 42%;*/

}
.menu-bar {
    position: absolute;
    right: 36px;
    top: 40px;
	text-shadow: 2px 2px #000;
}
.cus-btn {
    background-color: #d00404;
    border-color: #d00404;
    color: #fff !important;

}
.vg-nav-hamburger span {

	background: #fff;
}
.vg-nav-sidebar {
    display: block;
    position: fixed;
    top: 0;
    opacity: 0;
    height: 100%;
    z-index: 9990;
    transition: all 0.4s ease;
    background: rgba(0, 0, 0, 0.8);

}
.vg-nav-sidebar__content>ul>li>a, .vg-nav-collapse>ul>li>a {
    display: block;
    padding: 10px 20px;
   /* border-bottom: 1px solid #f2f2f2;*/
    text-decoration: none;
    color: #fff;
}
.vg-nav-sidebar__close {
    position: absolute;
    font-size: 56px;
    font-weight: 300;
    top: 15px;
    right: 15px;
    color: #fff;
    cursor: pointer;
}
.logo h2 {
    font-size: 35px;
    color: #fff;
}
/*}*/
/* media screen and (max-width: 992px)
---------------------------------------------------------------------- */
@media screen and (max-width:992px) {
	.desktop{
		display: none;
	}
	.mobile{
		display: block;
	}
.logo a{
	color:#fff;
	font-size:30px;
}
.cus-menu {
    position: absolute;
    right: 0;
    /* left: 330px; */
    width: 100%;
	top: 44%;
	display: none;
}

.download-btn{

}
.social-media ul {

    padding: 0px;
}
.social-media li {
    list-style: none;
    display: inline-block;
    padding: 6px 12px 0 0;
    font-size: 15px;
}
.social-media li a {
    color: #fff;
    font-size: 16px;
}
.carousel-caption h5 {

    font-size: 40px;
    font-weight: 400;
    line-height: 46px;

}
.slider .carousel-item img {
	height: 100vh;
	object-fit: cover;
}
.navbar-collapse {

    background: rgba(0, 0, 0, 0.8);
}
a.nav-link.cus-btn {
    width: 17%;
}
.logo {
    position: relative;
    /*left: 35%;*/

}
.menu-bar {
    position: absolute;
    right: 16px;
    top: 8px;
}
.cus-btn {
    background-color: #d00404;
    border-color: #d00404;
    color: #fff !important;

}
.vg-nav-hamburger span {

	background: #fff;
}
.vg-nav-sidebar {
    display: block;
    position: fixed;
    top: 0;
    opacity: 0;
    height: 100%;
    z-index: 9990;
    transition: all 0.4s ease;
    background: rgba(0, 0, 0, 0.8);
}
.vg-nav-sidebar__content>ul>li>a, .vg-nav-collapse>ul>li>a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #f2f2f2;
    text-decoration: none;
    color: #fff;
}
.vg-nav-sidebar__close {
    position: absolute;
    font-size: 56px;
    font-weight: 300;
    top: 15px;
    right: 15px;
    color: #fff;
    cursor: pointer;
}
.logo h2 {
    font-size: 35px;
    color: #fff;
}



}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {

.logo a{
	color:#fff;
	font-size:30px;
}
.logo {
    position: relative;
    left: 0%;
}
.divbook {
visibility:hidden;

}
.menu-bar {
    position: absolute;
    right: 16px;
    top: 40px;
}
    .frase
    {
    position:relative;
  text-align: center;
    top: 80px;
 left: 0px;
}

    .logo{

    position: absolute;
   	 left: 20px;
	 margin-top:20px;

}
    h5{

    font-size: 18px;
    top: 50px;
}
    .fixed-header {

    height: 130px;
}

.cus-btn {
    background-color: #d00404;
    border-color: #d00404;
    color: #fff !important;

}
.vg-nav-hamburger span {

	background: #fff;
}
.vg-nav-sidebar {
    display: block;
    position: fixed;
    top: 0;
    opacity: 0;
    height: 100%;
    z-index: 9990;
    transition: all 0.4s ease;
    background: rgba(0, 0, 0, 0.8);
}
.vg-nav-sidebar__content>ul>li>a, .vg-nav-collapse>ul>li>a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #f2f2f2;
    text-decoration: none;
    color: #fff;
}
.vg-nav-sidebar__close {
    position: absolute;
    font-size: 56px;
    font-weight: 300;
    top: 15px;
    right: 15px;
    color: #fff;
    cursor: pointer;
}
.logo h2 {
    font-size: 35px;
    color: #fff;
}
.navbar-nav {

    padding: 0 20px 20px;
}
.download-btn{
	display: none;
}
.social-media ul {
    float: left;
    padding: 0px;
}
.social-media li {
    list-style: none;
    display: inline-block;
    padding: 6px 14px 0 0;
    font-size: 15px;
}
.social-media li a {
    color: #fff;
    font-size: 11px;
}
.carousel-caption h5 {

    font-size: 27px;
    font-weight: 400;
    line-height: 46px;

}
.carousel-caption p {
	color: #eee;
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 0px;
}
.slider .carousel-item img {
	height: 93vh;
	object-fit: cover;
}
.carousel-caption {
    left: 2%;
	right: 2%;

    top: -120px;

}
a.nav-link.cus-btn {
    width: 40%;
}

.footer .btn-primary {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 8px 25px;
    margin-left: 113px;
    margin-bottom: 40px;
}
.footer {
    background: #bbac62;
    padding: 20px 0;
}
.social-media1 {
    text-align: center;
    margin-top: -20px !important;
}
.cus-logo1 {
    font-size: 30px;
    font-weight: 600;
}
.navbar-collapse {

    background: rgba(0, 0, 0, 0.8);
}
.navbar {

    padding: .5rem 0rem;
}
.about {
    padding: 30px 0 20px;
}
}

/*######################################   portfolio  WALL ###########################################*/
.col3-3 { width:940px; height:auto; margin:10px; float:left; position:relative }
.col4-3 { width:1260px; height:auto; margin:10px; position:relative }
.col1-3 {height:auto; margin:0px; background:transparent; float:left; position:relative }
.col2-3 { width:620px; height:580px; margin:10px; background:#333; float:left; position:relative }
.col1-3.col-sm-4{padding:0px;}
.col1-3.auto, .col2-3.auto { height:auto !important; }
.col1-3.double {height:580px; }
.col2-3.half {height:280px; }
.col1-3.grey { padding:17px 35px; }
.col2-3.grey, .col3-3.grey, .col4-3.grey { padding:65px 80px; background:#333; }
.element .col1-3, .element .col2-3, .element .col3-3 { margin:0 }


.images { display:block; position:relative; }
.images img { width:100%; display: block; max-width: 100% !important; z-index:9; }
img { box-shadow: #000 0 0 0; }
.videos { width:902px; height:508px; }
.images img { -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.element:hover .images img {  -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; }
.element.no-hover:hover .images img, img.fancybox-image, .flexslider img { opacity:0.8; }

.image-above { z-index:2; position: relative; background:#333; display:block; width:300px; height:280px; }
.image-below { position:absolute; left:0; top:0; z-index:1 }
/*.element:hover .image-above { opacity:0; }*/
.element.hybrid:hover .images img { opacity:0.8; }

.element.hybrid .image-above { -webkit-transition: opacity ease-in-out 0.3s; transition: opacity ease-in-out 0.3s; }
.element.hybrid:hover .image-above { opacity:0; -webkit-transition: opacity ease-in-out 0.3s; transition: opacity ease-in-out 0.3s; }

/* =8. Content Elements
--------------------------------------------------------------------------------------------------------*/
.description { opacity:1; position:absolute; left:0; bottom:0; width:240px; padding:15px 35px 20px;  -webkit-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; }
.portfolio .description, .about .description, .menu .description { -webkit-text-shadow: 0px 0 30px rgba(0, 0, 0, 0.4); text-shadow: 0px 0 30px rgba(0, 0, 0, 0.4); }
.portfolio .description h4, .about .description h4, .menu .description h4 { font-size:26px; }

.hidden-below { opacity:0; position:absolute; bottom:-40px; left:35px; -webkit-transition: all 0.2s ease 0.1s; transition: all 0.2s ease 0.1s;}
.element:hover .hidden-below { opacity:1; bottom:30px; -webkit-transition: all 0.2s ease 0.1s; transition: all 0.2s ease 0.1s;}
.with-hidden-below:hover .description { bottom:60px; -webkit-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s;}

.arrow-wrapper { opacity:0; position:absolute; right:45px; bottom:30px; }
a:hover .arrow-wrapper { opacity:1; right:35px; -webkit-transition: all 0.2s ease-in-out 0.1s; transition: all 0.2s ease-in-out 0.1s; }

.overflow, .element { overflow:hidden; }
.overflow-visible {overflow:visible !important }
.break { display:block; position:relative; height:20px; width:100%; }
.whole-tile { position:absolute; left:0; top:0; width:100%; height:100%; display:block; z-index:55; padding:17px 35px; }
.with-link { -webkit-transition: background 0.2s ease 0s; transition: background 0.2s ease 0s; }
.with-link:hover { background:#3c3c3c; -webkit-transition: background 0.2s ease 0s; transition: background 0.2s ease 0s; }

.dots-wrapper { position:absolute; left:0; top:0; padding:20px; width:100%; height:100%; z-index:10; opacity:0.3; }
.dots { border:1px solid #fff; width:100%; height:100%; }
.portfolio-item{padding:0px;max-height:450px;}
.portfolio-hover .overlay{display:none;}
.portfolio-hover:hover .overlay{display:block;}

.img-holder {position:relative; width:100%; overflow:hidden; }

.gallery-filters ul{padding-left:30px;}
.gallery-filters ul li{font-family: "Playfair Display", Georgia, Verdana, sans-serif;     line-height: 30px;}
.gallery-filter-active{font-weight:700;}

.portfolio-item{padding:0px;max-height:450px;}

.box-item {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.box-item:hover img{
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);


}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* background: #000;*/
    opacity: 0.2;
    z-index: 2;
}
.grid-items span {
    width: 100%;
    float: left;
    font-size: 14px;
    opacity: 0;
    margin-top: 6px;
    color: #fff;
	text-transform:capitalize;
	text-align: center;
}

.box-item img {
    position: relative;
    z-index: 1;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}

.box-item:hover .overlay{
    opacity: 0.3;
}
.gallery-item .overlay {
    z-index: 2;
    opacity: 0;
    background: #000;
}
.box-item .overlay {
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.element:hover .grid-item {
    bottom: 0;
}
.element .grid-item {
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 3;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.grid-item {
    position: relative;
    float: left;
    width: 100%;
    z-index: 3;
    padding: 10px 25px;
    background: #fff;

}

.box-item a.popup-image {
    position: absolute;
    top: 50%;
    opacity: 0;
    left: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: -15px 0 0 -15px;
    z-index: 5;
    color: #fff;
    font-size: 19px;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.portfolio-item a.popup-image {
    top: 20px;
    margin: 0;
    margin-left: -85px;
    left: 100%;
}
.box-item:hover a.popup-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.no-left{left:0px!important;}

.gallery-filters{
    float: left;
    width: 100%;
    position: relative;
    top: 40%;
}
.multi-portfolio ul{padding-left:0px; padding-bottom: 60px;}
.multi-portfolio ul li{display:inline-block; margin-right: 15px;}
.portfolio-items{padding-top: 15px; padding-bottom: 15px;}
/*######################################portfolio*/

#tooltipmap {
color:#000000;

}
h5 a{
color:#000;

}
.divbook {
 font-family: 'Urbanist', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 0;
  transition: 0.5s;
  margin: 10px;
  border: 1px solid #fff;
  color: #fff;
position: fixed;
top: 100PX;
left: 0;
z-index:998;
text-shadow: 2px 2px #000;
 box-shadow: 1px 1px 1px #999;
 /*background-color:#000000;*/
/* border-radius: 25px 25px 25px 25px;*/
}
.divbook a{
color:#FFFFFF;


}

#footer2{
	height:60px;
	width:100%;
	position:fixed;
	z-index:6;
	 bottom: 0px;
	background-color: #000;
}

hr {
 border-top: 1px solid grey ;
	width: 30%;
}
/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {

}

/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {

}

/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {

}

/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:414px) {

}
