
.slidePictures .breadcrumbs >p {
	float: none;
	text-align: center;
}

.slidePictures .breadcrumbs >p:hover a {
	text-decoration: none;
}

.slidePictures footer,.slidePictures nav,.slidePictures section {
	display: block;
}

.slidePictures a {
	color: #008CBA;
	line-height: inherit;
	text-decoration: none;
	background: transparent;
}

.slidePictures a:active,.slidePictures a:hover {
	outline: 0;
}

.slidePictures strong {
	line-height: inherit;
	font-family: gotham_bold, sans-serif;
	font-weight: 400;
}

.slidePictures img {
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle;
	border: 0;
}

.slidePictures *,.slidePictures :before,.slidePictures :after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

.slidePictures a:hover {
	cursor: pointer;
}

.slidePictures .right {
	float: right!important;
}

.slidePictures .breadcrumbs {
	display: block;
	list-style: none;
	margin-left: 0;
	overflow: hidden;
	background-color: #f4f4f4;
	border-radius: 3px;
	border-style: solid;
	padding: .5625rem .875rem;
}

.slidePictures .breadcrumbs > * {
	color: #008CBA;
	float: left;
	font-size: .6875rem;
	line-height: .6875rem;
	text-transform: uppercase;
	margin: 0;
}

.slidePictures .breadcrumbs > :hover a,.slidePictures .breadcrumbs > :focus a {
	text-decoration: underline;
}

.slidePictures .breadcrumbs > * a {
	color: #008CBA;
}

.slidePictures .breadcrumbs > :before {
	color: #AAA;
	content: "/";
	position: relative;
	top: 1px;
	margin: 0 .75rem;
}

.slidePictures .breadcrumbs > :first-child:before {
	content: " ";
	margin: 0;
}

.slidePictures div,.slidePictures ul,.slidePictures li,.slidePictures h5,.slidePictures p {
	margin: 0;
	padding: 0;
}

.slidePictures a:hover,.slidePictures a:focus {
	color: #0078a0;
}

.slidePictures a img {
	border: none;
}

.slidePictures p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 1.25rem;
	text-rendering: optimizeLegibility;
	font-family: gotham, sans-serif;
	display: block;
	letter-spacing: .125rem;
}

.slidePictures h5 {
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: .5rem;
	margin-top: .2rem;
	text-rendering: optimizeLegibility;
	font-size: 1.125rem;
	font-family: bebas, serif;
	display: block;
	letter-spacing: .3125rem;
	color: #fff;
}

.slidePictures ul {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.6;
	list-style-position: outside;
	margin-bottom: 1.25rem;
	margin-left: 1.1rem;
	list-style: none;
}

.slidePictures html,.slidePictures body,.slidePictures div,.slidePictures span,.slidePictures h5,.slidePictures p,.slidePictures a,.slidePictures img,.slidePictures strong,.slidePictures ul,.slidePictures li,.slidePictures footer,.slidePictures nav,.slidePictures section {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

.slidePictures h5 strong {
	font-family: bebas_bold, serif;
	font-weight: 400;
}

.slidePictures .imgGall {
	display: inline-block;
	position: relative;
	margin: 10px auto;
}

.slidePictures .imgGall>.close,.slidePictures .imgGall>.right {
	position: absolute;
	opacity: 0;
	transition: opacity .6s;
}

.slidePictures .imgGall:hover>.close,.slidePictures .imgGall:hover>.right {
	opacity: 1;
}

.slidePictures .imgGall>.close {
	top: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background-color: rgba(22,28,53,0.9);
	background-image: url(../img/ico_closemenu.png);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 100;
	cursor: pointer;
	transition-duration: 600ms;
	transition-timing-function: cubic-bezier(0.55,0.01,0.11,0.99);
}

.slidePictures .imgGall>.right {
	bottom: 0;
	right: 0;
	font-size: 0;
	background-color: rgba(22,28,53,0.9);
	z-index: 102;
}

.slidePictures .imgGall>.right>div:hover {
	background-color: rgba(255,255,255,0.06);
	transition-duration: 600ms;
	transition-property: background-color;
	transition-timing-function: cubic-bezier(0.55,0.01,0.11,0.99);
}

.slidePictures .imgGall>.right .galleryPrev {
	width: 60px;
	height: 60px;
	display: inline-block;
	background-color: rgba(255,255,255,0.03);
	background-image: url(../img/arrow_sx_white_h23.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	transition-duration: 600ms;
	transition-property: background-color;
	transition-timing-function: cubic-bezier(0.55,0.01,0.11,0.99);
}

.slidePictures .imgGall>.right .galleryNext {
	width: 60px;
	height: 60px;
	display: inline-block;
	background-color: rgba(255,255,255,0.03);
	background-image: url(../img/arrow_dx_white_h23.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	transition-duration: 600ms;
	transition-property: background-color;
	transition-timing-function: cubic-bezier(0.55,0.01,0.11,0.99);
}

.slidePictures .imgGall>.galleryThumbList {
	display: none;
}

.slidePictures .imgGall>img {
	width: auto;
	max-height: 720px;
}

.slidePictures ::-webkit-input-placeholder,.slidePictures :-moz-placeholder,.slidePictures ::-moz-placeholder,.slidePictures :-ms-input-placeholder {
	color: #ccc;
}

img{
    width: auto;
    height: auto;
}
.zoomImg,
.zoomPad{
	font-size: 0 !important;
}
.zoomImg .show{
    height: 750px;
    width: auto;
}
.banner-section img{ 
	width: 100%;
}

@media only screen and (min-width: 40.0625em) {
	.slidePictures h5 {
		line-height: 1.4;
		font-size: 1.125rem;
	}
}

@media print {
	.slidePictures * {
		background: transparent!important;
		box-shadow: none!important;
		color: #000!important;
		text-shadow: none!important;
	}

	.slidePictures a,.slidePictures a:visited {
		text-decoration: underline;
	}

	.slidePictures a[href]:after {
		content: " (" attr(href) ")";
	}

	.slidePictures a[href^="#"]:after {
		content: "";
	}

	.slidePictures img {
		page-break-inside: avoid;
		max-width: 100%!important;
	}

	.slidePictures p {
		orphans: 3;
		widows: 3;
	}
}

@media only screen and (min-width: 64.0625em) {
	.slidePictures html {
		font-size: 16px;
	}
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.slidePictures html {
		font-size: 14px;
	}
}

@media only screen and (max-width: 40em) {
	.slidePictures html {
		font-size: 16px;
	}
}

@media screen and (max-width: 1000px) {
	.slidePictures .imgGall>.close,.slidePictures .imgGall>.right {
		position: absolute;
		opacity: 1;
		transition: opacity .6s;
	}
}