.SumoGallery * {
	border:0px;
	margin:0px;
	padding:0px;
}
.SumoGallery {
	background-color: rgba(0, 0, 0, 0.90);
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index:99999999999;
}
.SumoGallery .Sheader {
	margin-top:15px !important;
}
/** COMMMON STYLES **/
.SumoGallery a {
	/*cursor:pointer;*/
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select: none;
}
/** COMMMON STYLES **/

.SumoGallery .Sarrow {
	position: absolute;
	font-size: 50px;
	color: #D8D8D8;
	opacity: 0.8;
	text-shadow: -1px 0px 3px rgba(0, 0, 0, 0.86);
	top: 50%;
	margin-top: -50px;
	padding: 10px;
	z-index: 10;
	cursor:pointer;
}
.SumoGallery .Sarrow:hover {
	opacity:1;
}
.SumoGallery .Sarrow.l {
	left:26%;
}
.SumoGallery .Sarrow.r {
	right:26%;
}
.SumoGallery .Sarrow.last-item {
	opacity: 0.3;
}
.SumoGallery .Sheader {
	/*background-color: rgba(0, 0, 0, 0.66);*/
	height: 40px;
	position: relative;
	margin-top:50px;
}
.SumoGallery .Sheader p {
	color: #fff;
	padding: 10px 50px;
	text-align: center;
}
/*.SumoGallery .Sheader a {
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	opacity: 0.8;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #fff;
	z-index: 99999;
	background: #222222;
	position: absolute;
	right: 3%;
	top: 0px;
	display: block;
}*/
.SumoGallery .Sheader a {
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	position: absolute;
	right: 3%;
	top: 0px;
	display: block;
	cursor: pointer;
	opacity: 0.8;
	z-index:9;
}
.SumoGallery .Sheader a:hover {
	opacity:1
}
.SumoGallery .Sbody {
	position: absolute;
	top: 40px;
	bottom: 75px;
	left: 0px;
	right: 0px;
: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
}
.SumoGallery .Sbody a {
	display: none;
	left: 0px;
	opacity: 1;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.SumoGallery .Sbody a.sel {
	display: block;
	background-image: url('loader.gif');
	position: absolute;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	z-index:1;
}
.SumoGallery .Sbody a.anim {
	transition: all 200ms;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
}
.SumoGallery .Sbody a.left {
	left: -100%;
	opacity: 0;
}
.SumoGallery .Sbody a.right {
	left: 100%;
	opacity: 0;
}
.SumoGallery .SimgCount {
	position: absolute;
	color: #BEBEBE;
	/*right: 25%;*/
	right:3%;
	/*bottom: 95px;*/
	top:15px;
}
.SumoGallery .toggle-thumbs {
	position: absolute;
	color: #BEBEBE;
	right: 10px;
	bottom: 70px;
	z-index: 10;
	font-size: 23px;
	background-color: #000;
	border-radius: 3px;
	padding: 0px 5px;
	line-height: 20px;
	display:none;
}
.SumoGallery .toggle-thumbs:hover {
	color: #4186F2;
}
.SumoGallery .Sbody a img {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	max-width: 100%;
	max-height: 98%;
	background: rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	padding:15px;
}
.SumoGallery .Sfooter {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 50px;
	/*background-color: #000;*/
	padding: 12px 0px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	z-index: 999;
}
.SumoGallery ul.Sthumbnails {
	list-style: none;
	display: block;
	text-align: center;
	overflow: auto;
	white-space: nowrap;
	height: 150px;
	padding-top: 5px;
	margin-top: -5px;
}
.SumoGallery ul.Sthumbnails li {
	display: inline-block;
	margin: 0px 2px;
}
.SumoGallery ul.Sthumbnails li a {
	display: block;
	cursor:pointer;
	height: 50px;
	width: 60px;
	background-repeat: no-repeat;
	position:relative;
	border-radius: 2px;
	background-size: cover;
}
.SumoGallery ul.Sthumbnails li a:hover {
	top:-1px;
}
.SumoGallery ul.Sthumbnails li.sel a {
	top:-3px;
}
.SumoGallery ul.Sthumbnails li.sel a:after {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	padding: 3px;
	background-color: #F43110;
	box-shadow: 0px 0px 5px #F43110;
	border-radius: 50%;
	border: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: -10px;
}
.SumoGallery.nothumbs {
}
.SumoGallery.nothumbs .Sfooter {
	bottom: 50px;
}
.SumoGallery.nothumbs .Sbody {
	bottom: 75px;
}
.Gal-Arr > .SumoGallery .Sarrow.r {
	right: 20%;
}
.Gal-Arr > .SumoGallery .Sarrow.l {
	left: 20%;
}
 @media only screen and (max-width:1180px) {
 .SumoGallery .Sarrow.l {
 left: 22%;
}
.SumoGallery .Sarrow.r {
 right: 22%;
}
 .Gal-Arr > .SumoGallery .Sarrow.r {
 right: 15%;
}
.Gal-Arr > .SumoGallery .Sarrow.l {
 left: 15%;
}
}
@media only screen and (max-width:1010px) {
 .SumoGallery .Sarrow.l {
 left: 18%;
}
.SumoGallery .Sarrow.r {
 right: 18%;
}
.Gal-Arr > .SumoGallery .Sarrow.r {
 right: 10%;
}
.Gal-Arr > .SumoGallery .Sarrow.l {
 left: 10%;
}
}
 @media only screen and (max-width:880px) {
 .SumoGallery .Sarrow.l {
 left: 12%;
}
.SumoGallery .Sarrow.r {
 right: 12%;
}
 .Gal-Arr > .SumoGallery .Sarrow.r {
 right: 5%;
}
.Gal-Arr > .SumoGallery .Sarrow.l {
 left: 5%;
}
}
@media only screen and (max-width:780px) {
 .Gal-Arr > .SumoGallery .Sarrow.r {
 right: 0%;
}
.Gal-Arr > .SumoGallery .Sarrow.l {
 left: 0%;
}
}
@media only screen and (max-width:750px) {
 .SumoGallery .Sarrow.l {
 left: 6%;
}
.SumoGallery .Sarrow.r {
 right: 6%;
}
}
@media only screen and (max-width:640px) {
 .SumoGallery .Sarrow.l {
 left: 0%;
}
.SumoGallery .Sarrow.r {
 right: 0%;
}
}
@media only screen and (max-width:570px) {
 .SumoGallery .Sarrow.l {
 left: 0%;
}
.SumoGallery .Sarrow.r {
 right: 0%;
}
}
