/*   
Theme Name: Baz-Studio.pro
Theme URI: https://baz-studio.pro
Version: 1.0
Author: Дмитрий Базалук
*/
body {
	background-color: #f6f9f9;
	color: #444;
}
a {
	color:#333;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

img {max-width: 100%; height:auto;}

.custom-button {
    color: #666;
    border: 2px solid;
    border-radius: 5px;
	padding: 0.5rem 1rem;
}
.custom-button:hover {
    text-shadow: 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff;
	text-decoration: none;
	font-weight: 600;
}

/* NAV MENU */
.brand-logo {
    background: #3e3e3e;
    display: inline-block;
    width: 3000px;
    height: 100px;
    border-bottom-right-radius: 8px;
    -webkit-transform: skew(-35deg, 0);
    -moz-transform: skew(-35deg, 0);
    -ms-transform: skew(-35deg, 0);
    -o-transform: skew(-35deg, 0);
    transform: skew(-35deg, 0);
    overflow: hidden;
    box-shadow: 5px 4px rgba(0,0,0,0.25);
    position: absolute;
    left: -2700px;
	top: 0;
    z-index: 9999;
}
.brand-logo .navbar-brand {
	position: relative;
	height: 100%;
	width: 100%;
}
.navbar-brand img {
    max-height: 76px;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 2px;
	margin-right: 25px;
	-webkit-transform: skew(35deg, 0);
	-moz-transform: skew(35deg, 0);
	-ms-transform: skew(35deg, 0);
	-o-transform: skew(35deg, 0);
	transform: skew(35deg, 0);
}
.wraper-logo {
	width: 250px;
	height: 80%;
	right: 0;
	bottom: 0;
	position: absolute;
	background-color: #f6f9f9;
	margin: 10px 20px 10px 0px;
	box-shadow: 0px 0 5px #f6f9f9,0px 0 5px #f6f9f9;
}
.grad-block {
    width: 20%;
    height: 80%;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: 10px 269px 10px 0px;
	background: -moz-linear-gradient(right, #f6f9f9 0%, #3e3e3e 100%);
    background: -webkit-linear-gradient(right, #f6f9f9 0%,#3e3e3e 100%);
    background: linear-gradient(to left, #f6f9f9 0%,#3e3e3e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800047e0', endColorstr='#80a7a6bf',GradientType=1 );
	box-shadow: 6px 0 5px #f6f9f9;
}
ul.top-menu {
/*	height: 50px;	*/
	line-height:50px;
}
.top-menu .menu-item:last-child {
    border-right: none;
}
.top-menu .menu-item {
    -webkit-transform: skew(-35deg, 0);
    -moz-transform: skew(-35deg, 0);
    -ms-transform: skew(-35deg, 0);
    -o-transform: skew(-35deg, 0);
    transform: skew(-35deg, 0);
    border-right: 1px solid #0039a2;
    height: auto;
    line-height: 20px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0px;
    background: url('img/menu-item-bg.png') no-repeat;
    background-size: auto;
    background-size: 201% 100%;
    -webkit-transition: -webkit-transform 100ms,background-position 140ms ease-in,color 140ms ease-in,height 60ms ease-in-out,line-height 60ms ease-in-out,text-shadow 0ms;
    -moz-transition: -moz-transform 100ms,background-position 140ms ease-in,color 140ms ease-in,height 60ms ease-in-out,line-height 60ms ease-in-out,text-shadow 0ms;
    -o-transition: -o-transform 100ms,background-position 140ms ease-in,color 140ms ease-in,height 60ms ease-in-out,line-height 60ms ease-in-out,text-shadow 0ms;
    transition: transform 100ms,background-position 140ms ease-in,color 140ms ease-in,height 60ms ease-in-out,line-height 60ms ease-in-out,text-shadow 0ms;
    vertical-align: middle;
	max-width: 200px;
	background-color: #f6f9f9;
}
.top-menu .menu-item:hover, #top-nav-ul .menu-item.active {
    border-right: 1px solid transparent;
    overflow: hidden;
    background-position: 100% 0;
    color: #fff;
    -webkit-transition: -webkit-transform 100ms,background-position 90ms ease-out,color 90ms ease-out,height 150ms cubic-bezier(0.175, 0.885, 0.320, 1.275) 90ms,line-height 150ms cubic-bezier(0.175, 0.885, 0.320, 1.275) 90ms,text-shadow 50ms;
    -webkit-transition-delay: 0s,0s,0s,0s,0s,100ms;
    -moz-transition: -moz-transform 100ms,background-position 90ms ease-out,color 90ms ease-out,height 150ms cubic-bezier(0.175, 0.885, 0.320, 1.275) 90ms,line-height 150ms cubic-bezier(0.175, 0.885, 0.320, 1.275) 90ms,text-shadow 50ms 100ms;
    -o-transition: -o-transform 100ms,background-position 90ms ease-out,color 90ms ease-out,height 150ms cubic-bezier(0.175, 0.885, 0.320, 1.275) 90ms,line-height 150ms cubic-bezier(0.175, 0.885, 0.320, 1.275) 90ms,text-shadow 50ms 100ms;
    transition: transform 100ms,background-position 90ms ease-out,color 90ms ease-out,height 150ms cubic-bezier(0.175, 0.885, 0.320, 1.275) 90ms,line-height 150ms cubic-bezier(0.175, 0.885, 0.320, 1.275) 90ms,text-shadow 50ms 100ms;
}
nav .nav .menu-item-object-custom a {
	color: #555;
}
nav .nav .menu-item-object-custom a:hover {
	color: #555 !important;
	text-shadow: none !important;
}
nav .nav .menu-item-object-custom:hover {
	background: none;	
    border-right: 1px solid #0039a2;
}
#top-nav-ul .menu-item.active a, #top-nav-ul .menu-item a:hover  {
    padding: 1rem;
	color: #fff;
	text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 1em #000, 0 0 1em #000, 0 0 1em #000;
}
#top-nav-ul .menu-item a {
    padding: 0.98rem;
	color: #414141;
	-webkit-transform: skew(35deg, 0);
	-moz-transform: skew(35deg, 0);
	-ms-transform: skew(35deg, 0);
	-o-transform: skew(35deg, 0);
	transform: skew(35deg, 0);
	display: inline-block;
	width: 100%;
}
nav {
    border-bottom: 1px solid #ddd;
	z-index: 9999;
}

/* END NAV MENU */

/* HOME CAROUSEL */
#homeCarousel .carousel-item {height: 400px;}
#homeCarousel {
	border-bottom: 3px double #000c57;
}
#homeCarousel .carousel-item img {
    width: 100%;
    height: auto;
    margin-top: -100px;
}
#homeCarousel h3.h1 {
    color: #fff;
    text-shadow: 1px 1px 1rem #000, 1px 1px 1rem #000, 1px 1px 1rem #000, 1px 1px 1rem #000, 1px 1px 1rem #000, 1px 1px 1rem #000, 1px 1px 1rem #000, 1px 1px 1rem #000;
    text-align: left;
    padding: 5px;
    display: block;
}
#homeCarousel p.desc {
    color: #fff;
    background-color: #424147;
    display: block;
	padding: 5px;
}
#homeCarousel .carousel-caption img.logo-slider {
	max-width: 250px !important;
    height: auto;
    margin: 15px auto;
    display: block;
}

/* END HOME CAROUSEL */
/* CARD GROUP */
.card-group-company {
	text-align: center;
	border: none;
	margin-top: 3rem;
	border-top: 3px double #000c57;
	border-bottom: 3px double #000c57;
}
.gradient  {
    margin: auto;
    padding: 15px;
    background: -moz-linear-gradient(left, rgba(0,71,224,0.5) 0%, rgba(167,166,191,0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(0,71,224,0.5) 0%,rgba(167,166,191,0.5) 100%);
    background: linear-gradient(to right, rgba(0,71,224,0.5) 0%,rgba(167,166,191,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800047e0', endColorstr='#80a7a6bf',GradientType=1 );
}
.gradient:nth-child(2n){
	margin: auto;
    padding: 15px;
    background: -moz-linear-gradient(right, rgba(0,71,224,0.5) 0%, rgba(167,166,191,0.5) 100%);
    background: -webkit-linear-gradient(right, rgba(0,71,224,0.5) 0%,rgba(167,166,191,0.5) 100%);
    background: linear-gradient(to left, rgba(0,71,224,0.5) 0%,rgba(167,166,191,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800047e0', endColorstr='#80a7a6bf',GradientType=1 );
}
.gradient:nth-child(2n) .image{
	order: 1;
}
.gradient .text{
	max-width: 50%;
}
.card-title {
    text-transform: uppercase;
}
.card-group-company .card-text {
    font-size: 90%;
}
/* END CARD GROUP */
/* VIDEO */
.video {
	text-align: center;
	margin-top: 3rem;
}
.video .title {
	font-size: 1.5rem;
	text-transform: uppercase;
}
.video iframe {
	width: 85%;
	height: 400px;
}
/* END VIDEO */
/* PAGE */
.gallery-gradient {
	border-top: 3px double #000c57;
	margin: auto;
    padding: 15px;
    background: -moz-linear-gradient(bottom, rgba(0,71,224,0.5) 0%, rgba(167,166,191,0.5) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0,71,224,0.5) 0%,rgba(167,166,191,0.5) 100%);
    background: linear-gradient(to top, rgba(0,71,224,0.5) 0%,rgba(167,166,191,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800047e0', endColorstr='#80a7a6bf',GradientType=1 );
}
.desc-page {
	margin-top: 2rem;
}
.desc-page h3 {
	margin: 1rem;
	text-transform: uppercase;
	color: #000c57;
	font-weight: 600; 
	position: relative;
}
.desc-page h3:before, .desc-page h3:after {
    content: " ";
    display: block;
    position: absolute;
    width: 250px;
    height: 1px;
    border-top: 1px solid #000c57;
    left: 0;
    top: 50%;
}
.desc-page h3:after {
    left: auto;
    right: 0;
}
.desc-page h3:before {
    right: auto;
    left: 0;
}
.modal .form-control {
    margin-bottom: 5px;
}
.address .title {
    font-size: 1.5rem;
}
.about {
	margin: 2rem auto;
}
.desc-page.mar { margin-top: 4rem; }
.about a.circle {
	background-color: #000c57;
	border-radius: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: -moz-linear-gradient(top, rgba(0,71,224,1) 0%, rgba(167,166,191,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,71,255,1) 0%,rgba(167,166,191,1) 100%);
    background: linear-gradient(to bottom, rgba(0,71,255,1) 0%,rgba(167,166,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800047e0', endColorstr='#80a7a6bf',GradientType=1 );
	overflow: hidden;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
	position: relative;
	width: 200px;
	height: 200px;
    -webkit-transition: -webkit-transform 150ms ease-out;
    -moz-transition: -moz-transform 150ms ease-out;
    -o-transition: -o-transform 150ms ease-out;
    transition: transform 150ms ease-out;
	margin-top: 1rem;
}
.about div.circle {
	position: absolute;
	width: 100%;
	height: 120px;
	top: 20px;
	-webkit-transform: scale(1) rotateY(0);
    -moz-transform: scale(1) rotateY(0);
    -ms-transform: scale(1) rotateY(0);
    -o-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: -moz-transform 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: -o-transform 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: transform 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.about div.circle img {
  -webkit-filter: invert(100%); /* Safari */
  filter: invert(100%);
	width: auto;
	height: 100%;
}
.about div.text {
	position: absolute;
    bottom: 10px;
    width: 60%;
    left: 20%;
}
.about div.text h5 {
	font-size: 1rem;
    line-height: 1.1em;
    font-weight: bold;
}
.about a.circle:hover {
    -webkit-transform: scale(1.15, 1.15) rotateY(0);
    -moz-transform: scale(1.15, 1.15) rotateY(0);
    -ms-transform: scale(1.15, 1.15) rotateY(0);
    -o-transform: scale(1.15, 1.15) rotateY(0);
    transform: scale(1.15, 1.15) rotateY(0);
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: -moz-transform 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: -o-transform 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: transform 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.about a.circle:hover div.circle {
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: -moz-transform 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: -o-transform 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: transform 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-webkit-transform: scale(1.15) rotateY(0);
    -moz-transform: scale(1.15) rotateY(0);
    -ms-transform: scale(1.15) rotateY(0);
    -o-transform: scale(1.15) rotateY(0);
    transform: scale(1.15) rotateY(0);
}
.about a.circle:hover:after {
    width: 95%;
    height: 95%;

}
.about a.circle:after {
    content: " ";
    border: 1px solid white;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 90%;
    -webkit-transition: width 350ms cubic-bezier(0.175, 0.885, 0.320, 1.275),height 350ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: width 350ms cubic-bezier(0.175, 0.885, 0.320, 1.275),height 350ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: width 350ms cubic-bezier(0.175, 0.885, 0.320, 1.275),height 350ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: width 350ms cubic-bezier(0.175, 0.885, 0.320, 1.275),height 350ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.logo-about {
    height: auto;
    max-width: 280px;
}
.contact {
	font-size: 120%;
}
/* END PAGE */
/* gallery block */
.gallery a {
	position: relative;
	display: inline-block;
}
.gallery .gallery-icon a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(50,50,150,0.7);
	background-image: url('img/search.png');
	background-repeat: no-repeat;
	background-position: center; 
	-webkit-transform: scale(0);
  	transform: scale(0);
	transition: 0.2s linear;
}
.gallery .gallery-icon:hover a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(50,50,150,0.7);
	background-image: url('img/search.png');
	background-repeat: no-repeat;
	background-position: center; 
	-webkit-transform: scale(1);
  	transform: scale(1);
	z-index: 9;
}
.gallery-item {position: relative;}
.gallery-caption {
	display:none;
	opacity: 0;
}
.gallery-icon:hover ~ .gallery-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 200px;
	margin: 0 auto !important;
	color: #fff;
	text-shadow: 0 0 2px #000;
	text-transform: uppercase;
	background-color: rgba(0,0,0,0.5);
	padding: 10px;
	opacity: 1;
	display: block;
	-webkit-transform: scale(1);
  	transform: scale(1);
	z-index: 999;
}
/* END gallery block */
/* SOCIAL ICON BAR */
.social-icons {
    background-color: #fff;
    border: 1px solid #ddd;
    margin: auto;
}
.icon {
    width: 45px;
    height: 45px;
    margin: 10px 0px;
    clear: both;
    background-size: cover;
}
.facebook {background-image: url('img/facebook.jpg');}
.googleplus {background-image: url('img/google-plus.jpg');}
.twitter {background-image: url('img/twitter.jpg');}
.instagram {background-image: url('img/instagram.jpg');}
.youtube {background-image: url('img/youtube.jpg');}
.facebook:hover {background-image: url('img/facebook-h.jpg');}
.googleplus:hover {background-image: url('img/google-plus-h.jpg');}
.twitter:hover {background-image: url('img/twitter-h.jpg');}
.instagram:hover {background-image: url('img/instagram-h.jpg');}
.youtube:hover {background-image: url('img/youtube-h.jpg');}
/* END SOCIAL ICON BAR */
/* FOOTER FORM */
.footer-form {
    background-image: linear-gradient(rgba(0, 0, 50, 0.9), rgba(0, 0, 50, 0.7)), url('/wp-content/uploads/2019/01/ae6ac746b5ea0b080154a026935e1c28_036e434d0e39cb2d77ad4c86dfb1932e.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 3rem 0;
    color: #fff;
	text-align: center;
}
.footer-form .title {
    font-size: 1.5rem;
}
.footer-form .desc {
    font-size: 80%;
    color: #ccc;
}
.footer-form form {
    background-color: inherit;
    max-width: 50%;
    margin: 0 auto 10px;
	text-align: right;
}
.footer-form .form-control {
    background-color: inherit;
	margin: 0 auto 10px;
}
.footer-form .form-control:focus {
    background-color: rgba(255,255,255,0.5);
    color: #000;
}
.footer-form button {
    background-color: inherit;
    border-color: #22d;
}
/* END FOOTER FORM */
/* FOOTER */
footer {
    background-color: #3b3b3b;
    color: #e5e5e5;
    padding-top: 3rem;
}
footer a, footer a:hover {
    color: #fff;
}
footer .title {
	font-size: 1.4rem;
	margin-bottom: 1rem;
}
#bottom-nav {
    list-style: none;
    padding: 0;
}
#bottom-nav li {
    margin-bottom: 5px;
}
.logo-footer {
    max-width: 100px;
    height: auto;
}
footer p {
    margin-bottom: 5px;
}
/* END FOOTER */
/* ICON */
.icons {
    width: 30px;
    height: 30px;
    margin: 0px 10px;
    clear: both;
    background-size: cover;
	filter: invert(70%);
	display: inline-block;
} 
.time {background-image: url('img/time.png');}
.marker {background-image: url('img/marker.png');}
.user {background-image: url('img/user.png');}
.message {background-image: url('img/email.png');}
.phone {background-image: url('img/phone.png');}
/* END ICON */
/* WIDGET */
.widgettitle {
    text-align: center;
    display: block;
    font-size: 1.5rem;
}
.widget dl.gallery-item:nth-child(-n+3), .widget .gallery br:nth-child(-n+3) {
    display: none;
}
.widget .gallery-icon:hover ~ .gallery-caption {
	max-width: 150px;
}
.lang-block ul {
    list-style: none;
    position: absolute;
    top: 52px;
    left:auto;
	right: 5%;
    margin: 0;
    padding: 10px;
    display: flex;
	z-index: 999;
	background-color: #f6f9f9;
	border-radius: 10px;
}
.lang-block ul li {
	margin-left: 12px;
}
/* END WIDGET */
/* MOBILE VERSION */
@media (min-width: 576px) {
    
}

@media (min-width: 768px) {
    
}

@media (min-width: 992px) {
	/* translate */
	#gtranslate_wrapper {
		top: 0 !important;
		right: 0% !important;
	}
}

@media (min-width: 1200px) {
	#homeCarousel .carousel-item img {margin-top: -300px;}
}

@media (max-width: 575.98px) {
    .footer-form form {
		max-width: 80%;
	}
	.navbar-brand img {
		max-height: 55px;
		margin-bottom: 5px;
	}
	.brand-logo {
		height: 80px;
		left: -2800px;
	}	
	.wraper-logo {
		width:180px;
		margin: 10px;
	}
	.wraper-logo img {
		margin-right: 20px;
	}
	.top-menu {
		margin-top: 2rem;
	}
	#homeCarousel .carousel-item {height: 140px !important; margin-top: 100px;}
}

@media (max-width: 767.98px) {
	#homeCarousel h3.h1{
	    width: 100%;
	}
	#homeCarousel p.desc {
	    width: 100%;
	}
	#homeCarousel .carousel-item {height: 300px;}
	#homeCarousel .carousel-item img {height: auto; width: 100%;}
	#homeCarousel .carousel-item .carousel-caption .h1 {font-size: 1.5rem;}
    .gallery .gallery-item {
		width: 50% !important;
	}
	.gallery br {
		display: none;
	}
	.gallery br:last-child  {
		display: block;
	}
	.gallery img {
		height: auto;
	}
	.gradient .text {
		max-width: 95%;
	}
	#top-nav-ul .menu-item a {
		padding: 1rem 0.5rem;
	}
	#top-nav-ul .menu-item a:hover {
		padding: 1rem 0.5rem;
	}
}

@media (max-width: 991.98px) {
	header .container {
		min-width: 100% !important;
	}
	.top-menu .menu-item {
		margin-right: 0;
		margin-left: auto;
		width: 200px;
	}
	.gradient .image {
		margin-bottom: 15px;
	}
	.gradient:nth-child(2n) .image {
		order: 0;
	}
	.desc-page h3::before, .desc-page h3::after {
		display: none;
	}
	/* translate */
	#gtranslate_wrapper {
		top: 52px !important;
		right: 0px !important;
	}
	.lang-block ul {
		top: 43px;
		right: 0;
		margin: 0;
		padding: 10px;
		display: flex;
		left: auto;
	}
	
}

@media (max-width: 1199.98px) {
	
}

@media (min-width: 576px) and (max-width: 767.98px) {
	
}

@media (min-width: 768px) and (max-width: 991.98px) {
	
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	#top-nav-ul .menu-item a {
		padding: 1rem 0;
	}
	.top-menu .menu-item {
		padding-left: 10px;
		padding-right: 10px;
	}
}
/* END MOBILE VERSION */


/* GALLERY */
#view-gallery {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 100;
}
#view-gallery .big-image {
	width: 90%;
	height: 100%;
	display: flex;
	margin: auto;
	padding: 2%;
}
#view-gallery .big-image img {
	width: auto;
	max-height: 100%;
	margin: auto;
	display: block;
	max-width: 90%;
}
.prev-gal, .next-gal {
	position: absolute;
	top: 0;
	height: 100%;
	width: 8%;
	text-align: center;
}
.prev-gal p, .next-gal p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.prev-gal:hover, .next-gal:hover {
	background: rgba(0,0,0,0.5);
}
.prev-gal {left:0;}
.next-gal {right:0;}
/* end gallery */

#scrollup {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	background: #000;
	color: #fff;
	display: none;
	opacity: 0.5;
	border-radius: 50%;
	font-weight: bold;
	text-align: center;
	font-size: 45px;
	cursor: pointer;
}
#scrollup:hover {
	opacity: 1;
}

