/*************************************************************************/
/*                  user.css Template cassiopeia-vstore                  */
/*                  Ersteller: KuWeGra                                   */
/*                  Copyright: KuWeGra                                   */
/*************************************************************************/

/******************************************/
/*         Globale Ändeungen              */
/******************************************/


/* Seiten Farbe ändern */


:root {
  --cassiopeia-color-primary: #ffffff !important;
  --cassiopeia-color-link: #ffffff !important;
  --cassiopeia-color-hover: #ffffff !important;
}

.com-content-article__body a {color: #8b8b8b}

body {
    background-color: #ffffff;  
}

.row > * {
  padding-left: 0 !impoertant;
  padding-right: 0 !impoertant;
}

.back {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.back-to-top-link {
  background-color: #953736 !important;
}

/* Link Unterstreichung entfernen */

a:not([class]) {
  text-decoration: none !important;
}

.card {
  background-color: #fff !important;
  border: none !important;
}

p {
  
  margin-right: 1rem !important;
}

.alert {
  z-index: 0 !important;
}

.container_link {
    color: #953736 !important;
}

hr.hr-text {
  position: relative;
  border: none;
  height: 1px;
  background: #999;
}

hr.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 0.85rem;
    color: #000;
    border-radius: 30rem;
    padding: 0.2rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



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

/*  Top Bar - Kontaktinfos */

.container-header {
  background-color: #000;
  background-image: linear-gradient(120deg, #7e96a6 0%, #49525d 50%, #7e96a6 100%);
  /*border-bottom: 1px solid #fff; */
}

.container-topbar {
  border-bottom: 1px solid #fff;
  background-color: #000;
  background-image: linear-gradient(120deg, #49525d 0%, #7e96a6 50%, #49525d 100%);
}

.container-below-top, .container-topbar {
  background-color: #3c5798;
  color: #fff;
}

.container-topbar-middle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 9px;
}

.container-topbar-middle a {
  text-decoration: none;
  padding-right: 10px;
    margin-right:10px;
}


/* Menu Änderungen */

.navbar-brand, .container-nav .navbar {margin: 0 auto;}

.container-header .mod-menu {
  color: #fff !important;
  list-style: none;
}

.container-header .mod-menu {
justify-content: center;
padding: 0;
}

.container-header .navbar-toggler {
  border: 1px solid #3c5798;
  color: #fff;
  cursor: pointer;
}

ul.mod-menu a.my-icon-home::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f015";
    margin-right: 4px;
    display: inline-block;
    width: 1.25em !important;
    color: #fff;
}

ul.mod-menu a.my-icon-beefen::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f06d";
    margin-right: -1px;
    display: inline-block;
    width: 1.25em !important;
    color: #fff;
}

ul.mod-menu a.my-icon-beefer::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f794";
    margin-right: 4px;
    display: inline-block;
    width: 1.25em !important;
    color: #fff;
}

ul.mod-menu a.my-icon-beefkurs::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f19d";
    margin-right: 4px;
    display: inline-block;
    width: 1.25em !important;
    color: #fff;
}

ul.mod-menu a.my-icon-sticker::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f4d6";
    margin-right: -1px;
    display: inline-block;
    width: 1.25em !important;
    color: #fff;
}

ul.mod-menu a.my-icon-shield::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3ed";
    margin-right: -1px;
    display: inline-block;
    width: 1.25em !important;
    color: #fff;
}

ul.mod-menu a.my-icon-mail::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    margin-right: 4px;
    display: inline-block;
    width: 1.25em !important;
    color: #fff;
}

.container-header .mod-menu > li.active::after, .container-header .mod-menu > li:hover::after {
  background: #fff;
}

.container-header .metismenu > li.active > a::after, .container-header .metismenu > li.active > button::before, .container-header .metismenu > li > a:hover::after, .container-header .metismenu > li > button:hover::before {
  background: #fff !important;
}

.metismenu.mod-menu .mm-collapse {
  background-color: #fff !important;
}

.metismenu.mod-menu .metismenu-item.active > a, .metismenu.mod-menu .metismenu-item.active > button, .metismenu.mod-menu .metismenu-item > a:hover, .metismenu.mod-menu .metismenu-item > button:hover {
  text-decoration: none !important;
}

.fa-ice-cream::before {
  margin-right:3px !important;
}

.fa-cocktail::before {
  margin-right: 3px !important;
}

.fa-mug-hot::before {
  margin-right: 3px !important;
}

.fa-drumstick-bite::before {
  margin-right: 3px !important;
}

.fa-gift::before {
  margin-right: 3px !important;
}

@media (min-width: 992px) {
  .container-header .mod-menu > li::after {
      opacity: .8;
	}
}

@media (min-width: 992px) {
    .container-header .metismenu > li > a::after, .container-header .metismenu > li > button::before {
      opacity: 1.0 !important;
    }
}

@media (max-width: 576px) { 
  .col {
  flex: none;
}
}

/******************************************/
/*           Content                      */
/******************************************/

/*  Cards  */

.container-rand {
    border: 1px solid #fff;
    padding: 20px 25px;
    margin-bottom: 10px;
}
.container-fostrap {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
.fostrap-logo {
  width: 100px;
  margin-bottom:15px
}
h1.heading {
  color: #fff;
  font-size: 1.15em;
  font-weight: 900;
  margin: 0 0 0.5em;
  color: #505050;
}
@media (min-width: 450px) {
  h1.heading {
    font-size: 3.55em;
  }
}
@media (min-width: 760px) {
  h1.heading {
    font-size: 3.05em;
  }
}
@media (min-width: 900px) {
  h1.heading {
    font-size: 3.25em;
    margin: 0 0 0.3em;
  }
} 
.card {
  display: block; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover; 
  transition: all .25s ease;
} 
.card-content {
  padding:15px;
  text-align:left;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}


/* opening-time */


figure.fig_openhours:hover.blue figcaption {
    background: #953736 !important;
}

figure.fig_openhours figcaption {
    background: #58697e !important;
}

figure.fig_openhours.blue i {
	background: #953736 !important;
}

/*figure.fig_openhours i {
  padding-top: 13px;
} */


/* Testimonials */


.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
   /* z-index: 999; */
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
} 

.testimonial-area {
	padding: 40px 0;
    margin-bottom: 20px;
}
.section-header h4 {
	color: #f75023;
	font-weight: 600;
}
.section-header {
	padding-bottom: 15px;
}
.section-header h2 {
	font-weight: 700;
}
.section-header p {
	color: #6f6b80;
	width: 40%;
	margin: auto;
}

.centered { 
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.icon-area {
	
}
.icon-area i {
	color: #953736;
	font-size: 80px;
	margin-bottom: 20px;
}
.content p {
	color: #6f6b80;
	width: 100%;
	margin: auto;
}
.person {
	width: 100px;
	height: 100px;
	display: block;
	margin: auto;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #953736;
	margin-top: 50px;
}
.person img {
	width: 100%;
}
.content h5 {
	font-weight: 900;
	margin-top: 15px;
}
.testimonial-area {
	background: url(1.jpg);
	background-size: cover;
	background-position: center;
}

.checked {
  color: orange;
}

.carousel-indicators {
	bottom: -80px;
}
.carousel-indicators [data-bs-target] {
	width: 30px;
	height: 8px;
	background-color: #953736;
}
@media (min-width: 768px) and (max-width: 991px) {
	.section-header p {
		width: 100%;
	}
	.content p {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.testimonial-area {
		padding: 30px 0;
        margin: 0px 20px 40px 20px;
	}
	.section-header p {
		width: 100%;
	}
	.content p {
		width: 100%;
	}
	.icon-area i {
		font-size: 50px;
	}
}


/* logo galery home */

.box{
    border: 5px solid #f5f5f5;
    background: linear-gradient(to top right,#fff 10%,#000 100%);
    font-family: 'Raleway', sans-serif;
    text-align: center;
    box-shadow: 0 0 15px 5px rgba(0,0,0,.07);
    overflow: hidden;
    position: relative;
}
.box:before{
    content: "";
    width: 50%;
    height: 75%;
    border-top: 208px solid rgba(7,0,2,.3);
    border-left: 140px solid rgba(240,74,126,.6);
    border-bottom: 188px solid transparent;
    border-right: 160px solid transparent;
    position: absolute;
    top: 0;
    left: -230px;
    z-index: 1;
    transition: all .4s ease-in-out;
}
.box:hover:before{
    border-top: 325px solid rgba(149,55,54,.8);
    border-left: 422px solid rgba(149,55,54,.8);
    border-bottom: 218px solid transparent;
    border-right: 160px solid transparent;
    transform: rotate3d(0,0,1,52deg) scale3d(1,1,1);
    top: 103px;
    left: -350px;
}
.box img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition: all .3s ease-in-out;
}
.box:hover img{
    opacity: .7;
    transform: scale(1.1,1.1);
}
.box .box-content{
    color: #fff;
    background-color: rgba(240,74,126,.8);
    width: 60%;
    padding: 10px 10px;
    transform: scale(0);
    position: absolute;
    top: 15px;
    right: 15px;
    transition: all .5s ease-in-out;
}
.box:hover .box-content{ transform: scale(1); }
.box .title{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0;
}
.box .post{
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    text-transform: capitalize;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 1;
    transition: all .5s ease-in-out;
}
.box .icon li{
    margin: 0 3px 0 0;
    display: inline-block; 
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.box:hover .icon li{ opacity: 1; }
.box:hover .icon li:nth-child(1){ transition-delay: .2s; }
.box:hover .icon li:nth-child(2){ transition-delay: .3s; }
.box .icon li a{
    color: #f04a7e99;
    background-color: #fff;
    font-size: 16px;
    line-height: 28px;
    height: 30px;
    width: 30px;
    border: 2px dotted transparent;
    border-radius: 50%;
    display: block;
    transform: rotate(0);
    transition: all 0.3s;
}
.box .icon li a:hover{
    color: #f44178;
    background:#fff;
    border-color: #f44178;
    transform: rotate(360deg);
}
@media only screen and (max-width:990px){
    .box{ margin: 0 0 30px; }
}


/***************************/
/*   Footer                */
/***************************/

.footer {
    background-color: #7e96a6 !important;
    background-image: linear-gradient(120deg, #7e96a6 0%, #49525d 50%, #7e96a6 100%) !important;
}

i {
    margin-right: 5px;
}

/***************************/
/* Breadcrumps             */
/***************************/

.breadcrumb {
    padding: 0px;
	background: #7e96a6;
	list-style: none; 
	overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px;
}
.breadcrumb>li+li:before {
	padding: 0;
}
.breadcrumb li { 
	float: left; 
}
.breadcrumb li.active a {
	background: brown;                   /* fallback color */
	background: #ffc107 ; 
}
.breadcrumb li.completed a {
	background: brown;                   /* fallback color */
	background: hsla(1, 47%, 40%, 1); 
}
.breadcrumb li.active a:after {
	border-left: 30px solid #ffc107 ;
}
.breadcrumb li.completed a:after {
	border-left: 30px solid hsla(1, 47%, 40%, 1);
} 

.breadcrumb li a {
	color: white;
	text-decoration: none; 
	padding: 10px 0 10px 45px;
	position: relative; 
	display: block;
	float: left;
}
.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(204, 18%, 57%, 1);
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}	
.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}	
.breadcrumb li:first-child a {
	padding-left: 15px;
}
.breadcrumb li a:hover { background: #ffc107  ; }
.breadcrumb li a:hover:after { border-left-color: #ffc107   !important; }

/**************************/
/*  Brands                */
/**************************/

.btn-read {
        background: transparent;
        border-radius: 0;
        border: 1px solid #ffffff;
        color: #fff;
    }
	.section-box-one{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-one figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-one img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-one:hover img{
        transform: translate(100%, -100%);
        -webkit-transform: translate(100%, -100%);
        -moz-transform: translate(100%, -100%);
    }

    .section-box-two{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-two figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-two img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-two:hover img{
        transform: translate(-100%, -100%);
        -webkit-transform: translate(-100%, -100%);
        -moz-transform: translate(-100%, -100%);
    }

    .section-box-three{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-three figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-three img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-three:hover img{
        transform: translate(-100%, 100%);
        -webkit-transform: translate(-100%, 100%);
        -moz-transform: translate(-100%, 100%);
    }

    .section-box-four{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-four figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-four img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-four:hover img{
        transform: translate(-100%,0);
        -webkit-transform: translate(-100%,0);
        -moz-transform: translate(-100%,0);
    }

    .section-box-five{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-five figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-five img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-five:hover img{
        transform: translate(100%,0);
        -webkit-transform: translate(100%,0);
        -moz-transform: translate(100%,0);
    }

    .section-box-six{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-six figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-six img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-six:hover img{
        transform: translate(0,-100%);
        -webkit-transform: translate(0,-100%);
        -moz-transform: translate(0,-100%);
    }

    .section-box-seven{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-seven figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-seven img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-seven:hover img{
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        opacity: 0;
    }

    .section-box-eight{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
        transform: rotateY(-180deg);
        transition: ease-in-out .5s;
    }
    .section-box-eight:hover {
        transform: rotateY(0deg);
    }
    .section-box-eight:hover img {
        transform: rotateY(-180deg);
        backface-visibility: hidden;
        transition: ease-in-out .5s;
    }
    .section-box-eight figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-eight img{
        height: 100%;
        position: absolute;
    }

    .section-box-nine{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-nine figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-nine img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-nine:hover img{
        transform: scale(3);
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        opacity: 0;
    }

    .section-box-ten{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-ten figure {
        position: absolute;
        text-align: left;
        padding: 10px 19px 19px 19px;
        width: 100%;
        height: 100%;
        border-top: 1px solid #fff;
        background: rgba(0, 0, 0, 0.71);
        bottom: -80%;
        transition: ease-in-out .5s;
    }
    .section-box-ten:hover figure {
        bottom: 0;
    }
    .section-box-ten figure h3{
        margin: 0;
        padding-bottom: 10px;
    }
    .section-box-ten img{
        height: 100%;
    }


    .section-box-eleven{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-eleven figure {
        position: absolute;
        padding: 10px 15px;
        width: 100%;
        bottom: -25%;
        transition: ease-in-out .5s;
        background: rgba(0, 0, 0, 0.71);
        border-top: 1px solid #fff;
    }
    .section-box-eleven:hover figure {
        bottom: 0;
    }
    .section-box-eleven img{
        height: 100%;
    }

    .section-box-twelve{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-twelve figure {
        position: absolute;
        text-align: center;
        padding: 10px 19px 19px 19px;
        width: 100%;
        height: 100%;
        transition: ease-in-out .5s;
        opacity: 0;
        transform: scale(2);
    }
    .section-box-twelve:hover figure {
        opacity: 1;
        transform: scale(1);
        background: rgba(0, 0, 0, 0.71);
    }
    .section-box-twelve figure a{
        color: #fff;
        font-size: 3em;
        top: 35%;
        position: relative;
    }
    .section-box-twelve img{
        height: 100%;
    }

/****************************/
/* shop-Gallery             /*
/****************************/

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  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;
  z-index: 1000;
}

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

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* 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;
  -moz-user-select: none;
   -ms-user-select: none;
       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;
  background: black;
  color: white;
  width: 100%;
}

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

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.container-top-rand {
    margin-top: 20px;
}

.col-md-4 {
   margin-bottom: 5px !important;
   
}

@media (min-width: 768px){
 .col-md-4 {
   margin-bottom: 5px !important;
   
   }
}
/*************************/
/* copyright             */
/*************************/
.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}


/**************************/
/* fashion gallery        */
/**************************/

.gallery .row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.gallery .column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.gallery .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

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

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