body,
html {

    height: 100%;
    margin:0;
    padding: 0;
    width:100%;
}

body {
    font-family: 'Manrope' !important;
    font-size: 1rem !important;
    line-height: 20px !important;
    color: #000 !important;
    background:#f1f1f1;
}

#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

.wrap_header {
    width: 100%;
   background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
   /*  background:#000; */
    position:fixed;
    



}

#header {
    width: 90%;
    margin: 0 auto;}

.content {
    width: 90%;
    margin: 0 auto;}

.logo {
    font-size: 40px;
    width: 40%;
    float: left;
}
.logo img {width:100%; max-width:240px;}

.logo a {
    color: #fff;
}

.logo a:hover {
    text-decoration: none;
}


.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

/* .item img {
    height: 100%;
} */
/* 
#owl-intro .owl-item img {width: 100% !important} */


.img-cover1 {  
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

    background-image: url(../img/intro_1.jpg);
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 100vh;  

}

.img-cover2 { 
            -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-image: url(../img/intro_2.jpg);
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;  
     
}

.img-cover3 { 
            -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-image: url(../img/intro_3.jpg);
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    
  
}




a.btn-light {
    background: #FFF;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 24px;
    margin: 10px 0 0 0;
    display:inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.btn-light:hover {
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none;
    background: #ccc;
}

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: inherit;
    box-shadow: none;
}


h1 {
    font-size: 40px;
    font-style: inherit !important;
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;


}

.intro_text {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-30%, -50%);
    width: 80%;
}

.intro_text h1 {
    padding-bottom: 5px;
    display: inline;
}

.intro_text span {
    display: block;
}

.intro_text p {
    color: #FFF;
    font-size: 26px;
    display: block;
    line-height: 30px;
    padding: 10px 0 0 0;
    margin-bottom:10px;
}

.intro_text p span { display: block }


.menu {
    float: right;
    width: 80%;

}

.footer { position:fixed; bottom:10px; left:50%; 

    transform: translate(-50%, 0);
    font-size: 12px; 
    z-index: 999; 

}

.footer span {
    color: #000;
  /*   text-shadow: 1px 1px 1px #000; */
 
 
}

.mn {margin-top:15px;}

.mn a {
    text-decoration: none;
    color: #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mn a.selectmenu {color:#ecc31b; }
.mn a:hover.selectmenu {color:#ecc31b;}
.mn a.selectmenu span {color:#ecc31b;}
.mn a:hover.selectmenu span {color:#ecc31b;}

.mn a:hover {
    text-decoration: none;
    color: #ccc;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none
}




.mn a:hover span {
    text-decoration: none;
    color: #ccc;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none
}

.mn a:active {
    outline: none
}


.mn a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin: 0 0 0 0;
    float: right;
    padding: 0 10px 0 0;

}





.p-2 span {
    margin-right: 3px;
    color: #fff;
}


#intro {
    position: relative; 
}


.intro_art { width:100%;   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

    background-image: url(../img/intro_1.jpg);
    background-position:top center;
    background-repeat: no-repeat; padding: 100px 0 50px 0; color:#FFF;} 
.intro_art h1 {text-align: center; color:#FFF;    text-shadow:inherit;}



/* ======================================
Responsive Image gallery Style rules
======================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.container {
  padding: 40px 0;
}

.heading-text { width:70%; 
  margin: 2rem auto;
  font-size: 1rem;
  text-align:center;
}

.heading-text span {
  font-weight: bold; font-size: 1.3rem;
}

/* Responsive image gallery rules begin*/

.image-gallery {
  /* Mobile first */
/*   display: flex;
  flex-direction: column; */


   display: flex;
  flex-wrap: wrap;
  padding: 0 5px;



}

.column {
flex: 25%;
  max-width: 25%;
  padding: 0 5px;
}

.image-item img {
  width: 100%;
  border-radius: 5px;

border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
  object-fit: cover;
}

.image-item a  { color: inherit; -webkit-transition: all 150ms linear; -moz-transition: all 150ms linear; 
  -o-transition: all 150ms linear; -ms-transition: all 150ms linear;
  transition: all 150ms linear;  }
.image-item a:hover { text-decoration:none; -webkit-transition: all 150ms linear; -moz-transition: all 150ms linear; 
  -o-transition: all 150ms linear; -ms-transition: all 150ms linear;
  transition: all 150ms linear; }
.image-item a:hover .topic {background:#ecc31b; -webkit-transition: all 150ms linear; -moz-transition: all 150ms linear; 
  -o-transition: all 150ms linear; -ms-transition: all 150ms linear;
  transition: all 150ms linear;}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 1360px) {
  .column {
    flex: 33.33%;
    max-width:33.33%;
  }
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

/* overlay styles */

.image-item { margin-top:15px;
  position: relative;

  cursor: pointer;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(57, 57, 57, 0.502);
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.2s 0.1s ease-in-out;
  color: #fff;
  /* center overlay content */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* hover */
.image-item:hover .overlay {
  transform: scale(1);
}


#button {
  display: inline-block;
  background-color: #ecc31b;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 20px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

/* .content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
} */
/* @media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
} */

.wrap_art {
  background: #fff;
  border-radius:2px;

 
}

.topic {padding:10px;}
.text-name { margin-bottom:5px;}
.text-name span {font-weight: bold; text-transform:uppercase;}
.text-name p {margin:0; padding:0;}

.price {font-weight: bold; text-transform:uppercase;}

.wrap_art_inner {   box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);}

.infinite-wrap {padding-bottom:50px;}


ul.box-contact { margin: 50px auto; padding:0; list-style:none; width:60%; text-align:center;  }
ul.box-contact li.card { margin: 0 10px; padding:50px 10px 50px 10px; display:flex;  
 background: #fff;
  border-radius: 2px;
  display: inline-block;

  position: relative;

  width:40%;
 
}

ul.box-contact a {text-decoration:none; color:inherit;}
ul.box-contact a:hover span {text-decoration:underline;  }

ul.box-contact div {font-weight:bold; margin:20px 0 10px 0;}
ul.box-contact i { font-size:4rem; color:#ecc31b;}

.card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}


.heading-contact { width:60%;  text-align: center;
  margin: 2rem auto;
  font-size: 1rem;
}



.heading-contact  span {display:block; font-weight:bold; font-size: 1.3rem; margin-bottom:5px;}


.content-about {width:60%; margin:0 auto; }

.heading-about { 
  margin: 2rem auto;
  font-size: 1rem;
}
.heading-about  span {display:block; font-weight:bold; font-size: 1.3rem; margin-bottom:5px;}



.content_artinner {width:90%; margin:0 auto 0 auto; padding:30px 30px; background:#FFF; text-align:left;}

.art_inner_left { float:left; width:50%; padding: 30px 0 30px 0;}
.art_inner_right {  float:right; width:50%; padding: 30px 0 30px 20px; }

a.btn-back {display:block; float:right; padding: 0 20px; color: inherit; font-size:20px;}
a.btn-back:hover { text-decoration:none; }

.text-head {font-size:24px; font-weight:bold; text-transform:uppercase}
.art_inner_right p {margin:0; padding:10px 0; line-height:24px;}

.txt-head-inner {font-size:18px; font-weight:bold; text-transform:uppercase; margin-top:20px;}

.art_inner_right ul {margin:10px 0; padding:0; list-style: none;}
.art_inner_right ul li { display:block;  margin:10px 0; }

a.btn-contact { background:#fff; border:1px solid #000; color:#000;
 text-decoration:none; text-transform:uppercase; margin:20px 0 0 0; padding:10px 20px; display:block; float:left}
 a.btn-contact i {font-size:20px;}

 a.btn-contact:hover { text-decoration:none; }
