@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway);

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    /*background: #ddd url(http://stage.transiro.se/ravinder/images/bg.jpg);*/
    font-weight: 300;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;
    overflow-x: hidden;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

a {
	color: #555;
	text-decoration: none;
}

.container {
	width: 100%;
	position: relative;
	margin-top:6px;
}

.clr {
	clear: both;
	float: none;
}

.main {
	width: 95%;
	max-width: 840px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}

.main > header {
	padding: 40px 0;
}

.main > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #333;
	float: left;
}

.main > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}

.main p {
	padding: 30px 0 0;
	text-align: center;
	font-weight: 400;
	line-height: 22px;
}

/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	font-family: Cambria, Georgia, serif;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	text-shadow: 0 -1px 0 #fff;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.8);
	color: #000;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

/* Demo Buttons Style */
.codrops-demos {
	float: right;
	clear: none;
	padding-top: 10px;
}

.codrops-demos a {
    display: inline-block;
    margin: 10px 10px 10px 0;
    color: #666;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 4px solid transparent;
}

.codrops-demos a:hover {
	color: #000;
	border-color: #000;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	color: #aaa;
	border-color: #aaa;
}

.column {
	width: 50%;
	float: left;
	padding: 20px;
	min-height: 300px;
}

.column p {
	text-align: left;
}

.column-20 {
	width: 20%;
}

.column-80 {
	width: 80%;
}

.js .fixed-bar {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
}

.js .gallery {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	border-radius: 20px;
	position: relative;
	background: #000 url(../../images/black_denim.png);
	box-shadow: 0 2px 1px rgba(255,255,255,0.9), 0 -2px 1px rgba(255,255,255,0.9);
}

.lt-ie8 .elastislide-list {
	display: none;
}

/*========================================Custom Elastislide Styling=========================================== */

.slider-1 .elastislide-horizontal {
	padding: 3px 30px;
	border-radius: 10px/90px;
	/* box-shadow: 
		0 1px 3px rgba(0, 0, 0, 0.1), 
		inset -2px 0 3px 2px rgba(255, 255, 255, 0.6), 
		inset 2px 0 3px 2px rgba(255, 255, 255, 0.6), 
		inset -10px 0 10px 1px rgba(155, 155, 155, 0.1), 
		inset 10px 0 10px 1px rgba(155, 155, 155, 0.1); */
}

.slider-1 .elastislide-wrapper:before,
.slider-1 .elastislide-wrapper:after{
	content: '';
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left:  20px;
	width: 50%;
	height: 20%;
}

.slider-1 .elastislide-wrapper:after {
	right: 20px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

/*======================================== Elastislide Style=========================================== */

.elastislide-list {
	list-style-type: none;
	display: none;
}

.no-js .elastislide-list {
	display: block;
}

.elastislide-carousel ul li {
	min-width: 20px; /* minimum width of the image (min width + border) */
}

.elastislide-wrapper {
	position: relative;
	margin: 0 auto;
	min-height: 60px;
}

.elastislide-wrapper.elastislide-loading {
	background-image: url(../../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.elastislide-horizontal {
	padding: 10px 40px;
}

.elastislide-vertical {
	padding: 40px 10px;
}

.elastislide-carousel {
	overflow: hidden;
	position: relative;
}

.elastislide-carousel ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	max-height:97px !important;
}

.elastislide-horizontal ul {
	white-space: nowrap;
}

.elastislide-carousel ul li {
	margin: 0;
	-webkit-backface-visibility: hidden;
	max-width:152px;
}

.elastislide-horizontal ul li {
	height: 100%;
	display: inline-block;
	max-height:97px !important;
}

.elastislide-vertical ul li {
	display: block;
}

.elastislide-carousel ul li a {
	display: inline-block;
	width: 100%;
	text-align:center;
}

.elastislide-carousel ul li a img {
	display: block;
	border: 2px solid white;
	max-width: 100%;
}

/* Navigation Arrows */

.elastislide-wrapper nav span {
	position: absolute;
	background: #000 url(../../images/nav.png) no-repeat 6px 6px;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.8;
}

.elastislide-wrapper nav span:hover {
	opacity: 1.0
}

.elastislide-horizontal nav span {
	top: 50%;
	left: -4px;
	margin-top: -11px;
}

.elastislide-vertical nav span {
	top: 10px;
	left: 50%;
	margin-left: -11px;
	background-position: -17px 5px;
}

.elastislide-horizontal nav span.elastislide-next {
	right:-4px;
	left: auto;
	background-position: 7px -14px;
}

.elastislide-vertical nav span.elastislide-next {
	bottom: 10px;
	top: auto;
	background-position: -17px -18px;
}

/*========================================My Css=========================================== */

.elastislide-list h3{
	background-color: rgba(23,23,23,0.8);
    color: #c5c5c5;
    font-size: 1.1em;
    font-weight: normal;
    padding: 3px 0;
    text-shadow: none;
	font-family: Raleway;
	font-weight:bold;
    margin:0;
	
} 
.skin-footer{position:absolute; bottom:0; width:100%; padding:5px 0; background-color: rgba(0,0,0,0.5);}
.elastislide-carousel ul li a:hover h3{background:#fff; color:#171717;}
.skin-footer .main ul {list-style:none;position:relative; text-align:center; margin:0;}
.skin-footer .main ul li{position:relative; display:inline-block; list-style:none; margin:0; padding:0;width: 50px; margin: 0 7px 0 0;}
.skin-footer .main ul li a{
	text-decoration:none;
    border:0 none;
    color:#fff;
    text-align:center;
    white-space:nowrap;	
	border:0 none;
}
.footer-icon img{width:100%;}
.cross {
    bottom: 8px;
    position: absolute;
    right: 19px;
    z-index: 999999;
}
.zoom-in-out { bottom: 103px;
    float: left;
    position: absolute;
    right: 12px;
    width: 47px;
}
.zoom-in-out ul{float:left; display:inline;}
.zoom-in-out ul li{float:left; list-style:none;}
.zoom-in-out ul li a{border:0 none;float:left;}
.zoom-in-out ul li a img{width:100%; vertical-align: bottom;}


/*========================================Media Query=========================================== */
@media only screen  
and (min-device-width : 140px)
and (max-device-width : 320px) {
 .preview-tour-map {    width: 170px;  height: 133px;}

}


@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
 .preview-tour-map {   height: 133px;  width: 170px;}

}


.marzipano-label {
    height: 22px!important;
}
.marzipano-label-top{height:32px!important;}
.marzipano-label-Preview {
    height: 32px!important;padding: 0px 5px 2px 3px;
}
.marzipano-label-top-Preview{height:22px!important;}
