

.sliderhotnewsLeftArrow{
	width: 10%;
	margin-left: 0px;
}


.sliderhotnewsRightArrow{
	width: 10%;
	margin-right: 0px;
}

.pagegaleryLeftArrow{
	position: absolute;
	top: 50% !important;
	left: 10px !important;
	margin-top: -25px;
	width: 20px;
	height: 28px !important;
}
.pagegaleryLeftArrow img{
	top: 0 !important;
}

.pagegaleryRightArrow{
	position: absolute;
	top: 50% !important;
	right: 10px !important;
	margin-top: -25px;
	width: 20px;
	height: 28px !important;
}

.pagegaleryRightArrow img{
	top: 0 !important;
}

#hotnews .hotnewsLeftArrow{
	position: absolute;
	top: 50% !important;
	left: 10px !important;
	margin-top: -25px;
	width: 20px;
	height: 28px !important;
}
#hotnews .hotnewsLeftArrow img{
	width: 100%;
	height: 100%;
	top: 0 !important;
}
#hotnews .hotnewsRightArrow{
	position: absolute;
	top: 50% !important;
	right: 10px !important;
	margin-top: -25px;
	width: 20px;
	height: 28px !important;
}
#hotnews .hotnewsRightArrow img{
	width: 100%;
	height: 100%;
	top: 0 !important;
}
.leftArrow {
	right:0px;
	width:20px;
}
.rightArrow  {
	width:20px;
	right:0px;
}


.leftBlur{
	width:100%;
}
.rightBlur  {
	width:100%;
}



/* Gallery */
/*.block-gallery {
	width: 100%;
 	overflow: hidden;
	margin: auto;
}*/

.block-gallery  {
	position: relative;
	left: -10px;
	width: 106%;
}

.block-gallery  .galeryItem {
	width: 100%; /*height:650px;*/
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}

.block-gallery #galery .galeryItem img {
	width: 100%;
}

.block-gallery  .galeryRightArrow,.galeryLeftArrow {
	width: 20%;
	height: auto !important;
	bottom: 45px;
}

.block-gallery  .leftArrow {
	left: 20%;
}

.block-gallery  .rightArrow {
	right: 20%;
}

.block-gallery  .leftArrow img {
	width:20px;
}

.block-gallery  .rightArrow img {
	width:20px;
}

.block-gallery  .content {
	position: absolute;
	left: 1%;
	top: 1%
}

.block-gallery  .title {
	font-size: 1.5em;
	color: #fff;
	font-weight: bold;
}

.block-gallery  .desc {
	color: #fff;
}

.block-gallery  .discover {
	position: absolute;
	bottom: 5%;
	left: 1%;
	color: #fff;
}

.block-gallery  .discover a {
	color: #fff;
}

.block-gallery  .marker-left {
	width: 100%;
	height: 100%;
	position: relative;
	top: -56px;
	right: 30px;
	text-align: right;
}

.block-gallery  .marker-center {
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
/* 	top: 10px; */
}

.block-gallery  .markerItem {
	padding: 4px;
	cursor: pointer;
}

.slider-2 .leftArrow,.slider-2 .rightArrow {
	display: block;
}
.slider-3 .leftBlur,.slider-3 .rightBlur {
	display: block;
}



@media only screen and (max-width : 320px) { /* portrait */
	.block-gallery {
		font-size: 0.5em
	}
	.block-gallery #galery .leftArrow,.block-gallery  .rightArrow {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
	}
	.block-gallery  .marker-left {
		top: -24px;
		right: -30px;
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
	}
}

@media only screen and (-webkit-device-pixel-ratio: 2) and
	(orientation:portrait) {
	.block-gallery {
		font-size: 0.5em
	}
	.block-gallery  .leftArrow,.block-gallery  .rightArrow {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
	}
	.block-gallery .marker-left {
		top: -24px;
		right: -30px;
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
	}
}

@media only screen and (max-device-width: 1280px) and (orientation:landscape) {
	.block-gallery  {
          width: 103%;
          position: relative;
          left: -10px;

     }

	.block-gallery .marker-left{top: -39px;	}
}