
/*!
 * Clean v2.0.0
 * Homepage: http://scripteden.com
 * Copyright 2015 Script Eden
 * Licensed under MIT
*/

/* Background */

#CustomSkin {
	display:none !important;}

.testLeftWhite {
	text-align:left;
	font-size:1.7em;
	color:#fff !important;
	}

.testLeftBlack {
	text-align:left;
	font-size:1.7em;
	color:#000 !important;
	}

#bootstrap2 .prodDetBlock {
    padding: 0 10%;
}

.featurette-heading {
    margin-top: 6%!important;
	color:#000;
}

.background1 {
	background-image:url(../../assets/images/background1.jpg?rel=20180823) ;
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	}

.background2 {
	background-image:url(../../assets/images/background2.jpg?rel=20180823) ;
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	}
	
.background3 {
	background-image:url(../../assets/Images/background3.jpg?rel=2018082311) ;
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#000000;
	}
	
.background4 {
	background-image:url(../../assets/Images/background4.jpg?rel=201808231) ;
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#000000;
	}

.background5 {
	background-image:url(../../assets/Images/background5.jpg?rel=20180823) ;
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#000000;
	}
	
.background6 {
	background-image:url(../../assets/Images/background6.jpg?rel=20180823) ;
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#ebd698;
	}

.background7 {
	background-image:url(../../assets/Images/background8.jpg?rel=20180822) ;
	background-position:center top;
	background-color:#c8c3c9;
	background-repeat: no-repeat
}

.background8 {
	background-image:url(../../assets/Images/background7.jpg?rel=201808211750) ;
	background-position:center top;
	background-color:#1f1f1f;
}

.background9 {
	background-image:url(../../assets/Images/background9.jpg?rel=201711049) ;
	background-position:center top;
	background-color:#101113;
}

.backgroundloot {
	background-image:url(../../assets/Images/bgloot.jpg?rel=20172) ;
	background-position:center top;
	background-color:#000;
}



body {
	color: #fff;
	overflow-x: hidden;
	background-image:none !important;
	background-color:#fff !important;
}

#bootstrap2 img {
	max-width: 100%;
	height: auto;
}

.mainBody {
	width:100% !important;
	}

#bootstrap2 a {
	color: #E7746F;
}

#bootstrap2 a:hover {
	text-decoration: none;
	color: #999;
}

/* ---------------------------------------------- /*
 * Transition elsements
/* ---------------------------------------------- */


.navbar a,
.form-control {
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		 -o-transition: all 0.4s ease-in-out 0s;
			transition: all 0.4s ease-in-out 0s;
}

a,
.btn {
	-webkit-transition: all 0.125s ease-in-out 0s;
	   -moz-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
		 -o-transition: all 0.125s ease-in-out 0s;
			transition: all 0.125s ease-in-out 0s;
}

/* ---------------------------------------------- /*
 * Reset box-shadow
/* ---------------------------------------------- */

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
	-webkit-box-shadow: none;
			box-shadow: none;
}

/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */

#bootstrap2 h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #fff;
}

.blackTitle {
	color:#000!important;}

.whiteTitle {
	color:#fff!important;}

#bootstrap2 h2 {
	font-size: 30px;
	margin: 0 0 -5px;
}

#bootstrap2 h3 {
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

#bootstrap2 h4 {
	font-size: 12px;
	letter-spacing: 1px;
}

#bootstrap2 h5 {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}

#bootstrap2 h6 {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 400;
}

/* ---------------------------------------------- /*
 * Reset border-radius
/* ---------------------------------------------- */

.btn,
.iconbox,
.progress,
#filter li,
.scroll-up a,
.form-control,
.input-group-addon {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}


/* ---------------------------------------------- /*
 * Input-group
/* ---------------------------------------------- */

#bootstrap2 .input-group .form-control {
	z-index: auto;
}

#bootstrap2 .input-group-addon {
	background: #D8E1E4;
	border: 2px solid #D8E1E4;
	padding: 6px 15px;
	font-weight: 700;
}

/* ---------------------------------------------- /*
 * Inputs styles
/* ---------------------------------------------- */

#bootstrap2 .form-control {
	background: #FFF;
	border: 1px solid #D8E1E4;
	font-size: 12px;
	padding: 0 15px;
}

#bootstrap2 .form-control:focus{
    border-color: rgba(135, 135, 135, 0.7);
}

#bootstrap2 .input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 38px;
	font-size: 13px;
}

#bootstrap2 .input-sm,
.form-horizontal .form-group-sm .form-control {
	font-size: 11px;
	height: 30px;
}

#bootstrap2 textarea.form-control {
	padding: 15px;
    max-width: 100%;
    min-width: 100%;
}

/* ---------------------------------------------- /*
 * Custom button style
/* ---------------------------------------------- */

.btn {
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 8px 26px;
	border: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
	outline: inherit !important;
}

/* Button size */

.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 25px;
	font-size: 13px;
    background: #fff;
    color: #fff;
}
.btn-lg:hover,
.btn-group-lg > .btn:hover{
    background: rgba(17, 17, 17, 1.8);
    color: #fff;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 6px 25px;
	font-size: 11px;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 5px 25px;
	font-size: 10px;
}

.btn .icon-before {
	margin-right: 6px;
}

.btn .icon-after {
	margin-left: 6px;
}

/* ---------------------------------------------- /*
 * General Styles
/* ---------------------------------------------- */



#bootstrap2 .pfblock {
	padding-top: 20px;
    padding-bottom: 50px;
}

#bootstrap2 .pfblock-gray {
	background: #000000;
}

#bootstrap2 .pfblock-black {
	background: #e2dede;
}

#bootstrap2 .pfblock-black h2 {
	color:#F2F2F2;
}

#bootstrap2 .pfblock-image {
	padding: 0;
}

#bootstrap2 .calltoaction h1,
.calltoaction h2,
.calltoaction h3,
.calltoaction h4,
.calltoaction h5,
.calltoaction h6,
.pfblock-image,
.pfblock-image h1,
.pfblock-image h2,
.pfblock-image h3,
.pfblock-image h4,
.pfblock-image h5,
.pfblock-image h6 {
	color: #fff;
}

#bootstrap2 .pfblock-header {
	text-align: center;
	margin: 0 0 60px;
}

#bootstrap2 .pfblock-header-left {
	text-align: left;
}

#bootstrap2 .pfblock-header-left .pfblock-line {
	width: inherit;
	margin: 30px 0;
}

#bootstrap2 .pfblock-title{
    font-weight: 800;
}.btn

#bootstrap2 .prodDetBlock{
	padding:8%;
}

#bootstrap2 .pfblock-subtitle {
	font-style: normal;
	font-size: 20px;
}

.subtitleBlack {
	color:#fff !important;
	}
	
.subtitleWhite {
	color:#fff !important;
	}

#bootstrap2 .pfblock-line {
	background: rgba(135, 135, 135, 0.5);
	width: 100px;
	height: 1px;
	margin: 30px auto;
}

#bootstrap2 .pfblock-icon {
	font-size: 32px;
}
#bootstrap2 .calltoaction *{
    text-align: center;
}
#bootstrap2 .calltoaction {
    background: url(../images/item-3.jpg?rel=2016);
	background-color: #222;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	padding: 50px 0;
	color: #999;
}

#bootstrap2 .calltoaction h2 {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

#bootstrap2 .calltoaction-decription{
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 20px;
    color: #fff;
}

#bootstrap2 .calltoaction-btn {
	text-align: center;
}

.calltoaction-btn > .btn {
    background: rgba(255, 255, 255, .8);
    color: #111;
	margin-top: 5px;
	margin-bottom: 5px;
}
#bootstrap2 .calltoaction-btn > .btn:hover{
    background: #fff;
}

#bootstrap2 .long-down {
	margin-bottom: 40px;
}

/* ---------------------------------------------- /*
 * Home
/* ---------------------------------------------- */

#bootstrap2 #home {
	background: url(../images/cover.jpg?rel=20180820);
	background-color: #222;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	padding: 0;
}

#bootstrap2 .home-overlay {
    background-color: rgba(44, 62, 80, 0.3);
    background-image: url("../images/pattern.png");
    background-repeat: repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: inherit !important;
    width: 100%;
    z-index: 0;
}

#bootstrap2 .intro {
	position: absolute;
	width: 100%;
	top: 35%;
	left: 0;
	text-align: center;
	-webkit-transform: translate(0%, -50%);
	   -moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		 -o-transform: translate(0%, -50%);
			transform: translate(0%, -50%);
	padding: 0 15px;
}

#bootstrap2 .intro h1{
    font-weight: 800;
}

#bootstrap2 .start {
	font-family: Raleway, "Times New Roman", Times, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-transform: none;
	margin: 15px 0;
}

/* ---------------------------------------------- /*
 * Servise
/* ---------------------------------------------- */

#bootstrap2 .iconbox {
	background: #cca333;
	text-align: center;
	padding: 20px 20px;
	margin: -50px 0 10px;
    max-height: 540px;
}

#bootstrap2 .iconbox-icon {
	margin: 0;
	font-size: 32px;
	color: #222;
}

#bootstrap2 .iconbox-title {
	margin: 3px 0 21px;
	padding: 0;
}

/* ---------------------------------------------- /*
 * Skills
/* ---------------------------------------------- */

#bootstrap2 .chart {
    display: inline-block;
    height: 140px;
    margin: 50px 0;
    position: relative;
    text-align: center;
    width: 140px;
}
#bootstrap2 .chart canvas {
    left: 0;
    position: absolute;
    top: 0;
}
#bootstrap2 .percent {
    display: inline-block;
    font-size: 25px;
    font-weight: 300;
    line-height: 140px;
    z-index: 2;
}
#bootstrap2 .percent:after {
    content: "%";
    font-size: 50%;
    margin-left: 0.1em;
}

/* ---------------------------------------------- /*
 * Contact
/* ---------------------------------------------- */

#bootstrap2 .ajax-response {
	text-align: center;
}



/* ---------------------------------------------- /*
 * Navigation
/* ---------------------------------------------- */

#bootstrap2 .header {
	border-bottom: 1px solid #f5f5f5;
	position: relative;
	width: 100%;
	z-index: 998;
}

#bootstrap2 .navbar-custom {
	border: 0;
	border-radius: 0;
	margin: 0;
	text-transform: uppercase;
	font-family: Raleway, sans-serif;
}

#bootstrap2 .navbar-custom,
.navbar-custom .dropdown-menu {
	background: #fff;
	padding: 0;
}

#bootstrap2 .navbar-custom .navbar-brand,
.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav .dropdown-menu > li > a {
	font-size: 11px;
	letter-spacing: 3px;
	color: #222;
}

#bootstrap2 .navbar-custom .nav li.active,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .navbar-nav > li.active a {
	background: none;
	outline: 0;
	color: #E7746F;
}

#bootstrap2 .navbar-custom .navbar-brand {
	font-weight: 700;
	font-size: 22px;
    font-family: Lobster, cursive;
}

#bootstrap2 .navbar-custom .dropdown-menu {
	border: 0;
	border-top: 2px solid #E7746F;
	border-radius: 0;
}

#bootstrap2 .navbar-custom .dropdown-menu > li > a {
	padding: 10px 20px;
}

#bootstrap2 .navbar-custom .nav .open > a,
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu > li > a:focus {
	background: #f5f5f5;
}

#bootstrap2 .navbar-custom .navbar-toggle .icon-bar {
	background: #222;
}

/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */

#bootstrap2 .scroll-up {
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 2em;
	right: 2em;
}

#bootstrap2 .scroll-up a {
	background-color: rgba(135, 135, 135, 0.5);
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}

#bootstrap2 .scroll-up a:hover,
.scroll-up a:active {
	background-color: rgba(235, 235, 235, .8);
	color: #e7746f;
}

/* ---------------------------------------------- /*
 *Scroll Down
/* ---------------------------------------------- */

#bootstrap2 .scroll-down {
	position: absolute;
	left: 50%;
	bottom: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-left: -15px;
	display: block;
	z-index: 10;
    text-align: center;
	margin-bottom: 50px;
}


#bootstrap2 .scroll-down span{
    position: relative;
    color: #fff;
    -webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}



@-webkit-keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

@keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#bootstrap2 #preloader {
	background: #333333;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

#bootstrap2 #status {
	background-image: url(../images/preloader.gif?rel=201808211245);
	background-position: center;
	background-repeat: no-repeat;
	height: 270px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 370px;
}

/* ---------------------------------------------- /*
 * Media
/* ---------------------------------------------- */

@media (max-width: 767px) {

	#bootstrap2 .calltoaction {
		text-align: center;
	}
	
	#logoheaders img {
		max-width: 55% ; 
	padding-top:28%;
}
}

@media (max-width: 480px) {

	#bootstrap2 h1 {
		font-size: 34px;
		letter-spacing: 3px;
		
	}

	#bootstrap2 h2 {
		font-size: 24px;
		margin: 0 0 30px;
		letter-spacing: 3px;
	}

	#logoheaders img {
		max-width: 100% !important;
		padding-top: 28%;
		margin-top: -60px !important;
}
	
}

@media (max-width: 1201px) {
	
	#bootstrap2 .calltoaction {
		
		text-align: center;
	}
	
	#logoheaders img {
		max-width: 90% ;
		padding-top: 15%;
	}
}

/*--------------------------------*/
/***** Portfolio Common style *****/
/*--------------------------------*/

#bootstrap2 .grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 100%;
	list-style: none;
	text-align: center;
}

#bootstrap2 .grid h2{
    font-size: 4em;
}

#bootstrap2 .grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

#bootstrap2 .grid figure img {
	position: relative;
	display: block;
	min-height: auto;
	max-width: 100%;
	opacity: 0.8;
}

#bootstrap2 .grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#bootstrap2 .grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

#bootstrap2 .grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
#bootstrap2 .grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

#bootstrap2 .grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

#bootstrap2 .grid figure h2 span {
	font-weight: 800;
}

#bootstrap2 .grid figure h2,
.grid figure p {
	margin: 0;
}

#bootstrap2 .grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: #9e5406;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 10%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
    color: #fff;
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-----------------------*/
/***** Quote Rotator *****/
/*-----------------------*/

#bootstrap2 .cbp-qtrotator {
	position: relative;
	margin: 3em auto 0em auto;
	max-width: 90%;
	width: 90%;
}

#bootstrap2 .cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 200px;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 2em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

#bootstrap2 .no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

#bootstrap2 .cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

#bootstrap2 .cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

#bootstrap2 .cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

#bootstrap2 .cbp-qtprogress {
	position: absolute;
	background: #FF5252;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

#bootstrap2 .cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
    border: 0;
    font-size: 12px;
}

#bootstrap2 .cbp-qtrotator blockquote p {
	font-size: 2em;
	color: #888;
	font-weight: 300;
	margin: 0.4em 0 1em;
}


#bootstrap2 .cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-left: 3em;
}

/* Example for media query */
@media screen and (max-width: 30.6em) { 

	#bootstrap2 .cbp-qtrotator {
		font-size: 70%;
	}

	#bootstrap2 .cbp-qtrotator img {
		width: 80px;
	}

}




.main-text
{
    position: absolute;
    top: 50px;
    width: 96.66666666666666%;
    color: #FFF;
}
.btn-min-block
{
    min-width: 170px;
    line-height: 26px;
}
.btn-clear
{
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    margin-right: 15px;
}
.btn-clear:hover
{
    color: #000;
    background-color: #FFF;
}




.carousel-fade {
    .carousel-inner {
        .item {
            transition-property: opacity;
        }
        
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }
    }

    .carousel-control {
        z-index: 2;
    }
}



html, 
body, 
.carousel, 
.carousel-inner, 
.carousel-inner .item {
    height: 100%;
}

.item:nth-child(1) {
    background: #74C390;
}

.item:nth-child(2) {
    background: #51BCE8;
}

.item:nth-child(3) {
    background: #E46653;
}


.navLogo {
    float: left;
    display: block;
    width: 90px;
    height: 23px;
    padding: 8px 0 8px 8px;
    background: url(https://it.gseep.com/Views/Locale/Content/Images/logo-mobile.png) no-repeat center;
}


.logoheader img {
	padding-top:28%;
}

/* Lightbox */

.row-lightbox > .column-lightbox {
  padding: 5px 8px;
}

.row-lightbox:after {
  content: "";
  display: table;
  clear: both;
}

.row-lightbox > .column-lightbox2 {
  padding: 5px 8px;
}

.column-lightbox2 {
  float: left;
  width: 50%;
}

.column-lightbox {
  float: left;
  width: 25%;
}

.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 chiudi Button */
.chiudi {
  color: white;
  position: absolute;
  top: 55px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  font-family: helvetica;
}

.chiudi:hover,
.chiudi:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
	background-color: #000;
}

/* 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;
}

/* Position the "prev button" to the right */
.prev {
  left: 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;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
	width: 95%;
	margin-top: 30px;
}

.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)
}