#example1 .panel-counter {
	padding: 5px;
	font-size: 16px;
	color: #333;
}
 .ga-panel {
    border-radius: 10px;
    border: 1px solid #000;
    opacity:0.4;
}
.ga-panel.ga-opened {
    opacity: 1;
    border-radius: 50% 50% 10px 10px;
}
#example1{
    margin-top: 40px;
    margin-left: 20px;
    width: 250px !important;
    height: 230px !important;
    border-radius: 30px 30px 5px 5px;
}
.ga-closed .ga-panel {
    opacity: 1;
    height:160px !important;
}
.ga-opened img {
    width: 280px;
}

.ga-opened .calias {
    top: -180px;
    left: 10px;
    position: absolute !important;
}
.ga-pagination-buttons {
    top: -40px !important;
    left: -20px !important;
}

.calias{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    font-family: muli;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    margin: 3px 3px 10px 3px;
    opacity: 1;
    transform: rotateY(0deg) translateZ(0px);
    width: 60px;
    box-shadow: 0 0 3px 1px black;
}
@media (max-width: 860px) {
	#example1.custom-responsive .panel-counter {
		font-size: 16px;
		padding: 2px;
		bottom: 2px !important;
		left: 2px !important;
		height: 300px !important;
	}

	#example1.custom-responsive .hide-medium-screen {
		display: none !important;
	}
}

@media (max-width: 640px) {
	#example1.custom-responsive .ga-layer {
		font-size: 12px;
	}
}

@media (max-width: 450px) {
	#example1.custom-responsive .ga-layer {
		font-size: 10px;
		padding: 2px;
	}
}

#example3 .text {
	padding: 15px;
	background-color: #F1F1F1;
	color: #222;
}

#example3 .title {
	font-size: 24px;
	margin: 0;
}

#example3 .description {
	font-size: 14px;
	line-height: 1.2;
}

#example3 .link {
	position: absolute;
	bottom: 0;
}

#example3 .link a {
	color: #000;
}

#example3 iframe {
	vertical-align: bottom;
}

#example-xml .ga-panel-counter {
	padding: 5px;
	font-size: 16px;
	color: #333;
}

.controls {
	margin-top: 30px;
	text-align: center;
	display:none;
}

.controls a {
	color: #333;
}

.controls span.custom-arrow {
	display: none;
}