
/***************  templates/main/libs/jquery/slick/slick.css  ***************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
	z-index:0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
	outline: none;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/***************  templates/main/../respwidgets/maps/template.layout.css  ***************/
/* --------------------------------------------------[ css ]-- */
.respwidgets-maps{
	width:100%;
	height:auto;
	position: relative;
}

.respwidgets-maps .toolbox-link{
	position:absolute;
	padding:5px 10px;
}
/* Map Controls =*/
.map-controls{
	position: absolute;
	top:50px;
	left: 30px;
}
/* Pan control */
.map-navigator{
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	padding: 2px;
}
.map-navigator .pan-button{
	position: absolute;
	font-size: 12px;
	cursor: pointer;
}
.map-navigator .left{
	top:17px;
	left: 2px;
}
.map-navigator .right{
	top:17px;
	right: 2px;
}
.map-navigator .up{
	top:4px;
	left: 17px;
	font-size: 8px;
}
.map-navigator .down{
	left: 17px;
	bottom:4px;
	font-size: 8px;
}
/* Zoom Control*/
.map-controls .zoom{
	margin-top: 22px;
}
.map-controls .zoom .zoom-button{
	display: block;
	width: 18px;
	height: 18px;
	margin: 0 auto 2px;
		font-size: 11px;
	line-height: 17px;
	text-align: center;
	cursor: pointer;
}

.map-controls .zoom .pan-button.center{
	position: relative;
	width: 18px;
	height: 18px;
	margin: 0 auto 12px auto;
	border-radius: 3px;
	font-size: 6px;
	text-align: center;
	line-height: 16px;
	cursor: pointer;
}
.map-controls .zoom .zoom-in, .map-controls .zoom .zoom-out{
	border-radius: 3px; 
}
.map-controls .zoom .zoom-bar{
	position: relative;
	width: 2px;
	height: 148px;
	margin: -2px auto 0 auto;
}
.map-controls .zoom .zoom-selector{
	position: absolute;
	width: 18px;
	height: 8px;
	border-radius: 2px;
	font-size: 8px;
	left: -8px;
	text-align: center;
	line-height: 6px;
}

/* Map Control Colors */
.map-navigator,
.map-controls .zoom .pan-button,
.map-controls .zoom .zoom-bar,
.map-controls .zoom .zoom-button,
.map-controls .zoom .zoom-selector{
	background-color: #262e33;
	color: white;
}

/* Markers */
.marker-content{ display: none; }
.infoBox{ background-color: #fff; padding: 16px; }
.infoBox .marker-content{ display: block;}
/***************  templates/main/../respwidgets/activities-items/template.layout.css  ***************/
/* --------------------------------------------------[ css ]-- */
.widget-list,
.widget-detail{
	opacity: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	transition:opacity .5s ease-in-out;
}
.widget-list.show,
.widget-detail.show,
/* IE9 FIX */
.ie9 .widget-list,
.ie9 .widget-detail
{
	opacity: 1;
	height: auto;
	width: auto;
	overflow: visible;	
}

.widget-list,
.widget-detail{
	opacity: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	transition:opacity .5s ease-in-out;
	-webkit-transition:opacity .5s ease-in-out;
}
.widget-detail-back{
	text-decoration: underline;
	text-align: right;
	font-size: 18px;
	cursor: pointer;
	margin-bottom: 12px;
}
.widget-detail-back:hover{
	color: black;
}
.categories-wrapper{
	border:1px solid #632c6a;
	background-color: #ebebeb;
	padding: 12px 16px;
	margin-bottom: 26px;
}
.categories-wrapper .category-selector{
	position: relative;
	cursor: pointer;
}
.categories-wrapper .category-selector:before{
	position: absolute;
	font-size: 10px;
	color: #632c6a;
	width: auto;
	top:8px;
	right: 0;
}
.categories-wrapper .category-selector.open:before{
	content: '\e81e';
}
.categories-menu{
	max-height: 0;
	overflow: hidden;
	transition:max-height .5s ease-in-out;
	-webkit-transition:max-height .5s ease-in-out;
}
.categories-menu.open{
	max-height: 200px;
}
.categories-wrapper ul{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: justify;
	margin-top: 26px;
}
.categories-wrapper ul:after {
	content: "";
	display: inline-block;
	width: 100%;
}
.categories-wrapper ul li{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 40%;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 15px;
	position: relative;
	cursor: pointer;
}
.categories-wrapper ul li:before{
	font-size: 24px;
	margin-right: 20px;
}

.categories-wrapper ul li:after{
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	margin-top: 4px;
	background-color: white;
	border:1px solid #999999;
	float: right;
}
.categories-wrapper ul li.active:after{
	font-family: "sprite-icons-font";
	content:'\e845';
	color: black;
	text-align: center;
	text-indent: 1px;
	line-height: 18px;
}

.items-wrapper{

}

.items-wrapper ul{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
.items-list.only-one{
	text-align: left;
}
.items-wrapper ul:after {
	content: "";
	display: inline-block;
	width: 100%;
}
.items-wrapper ul li{
	display: inline-block;
	padding: 0;
	margin: 0;

	width: 300px;
	height: 250px;
	margin-bottom: 30px;
	background-position: center;
	background-repeat: no-repeat;

	cursor: pointer;
}
.items-list .item-content{
	position: relative;
	opacity: 0;
	transition:opacity .3s ease-in-out;
	-webkit-transition:opacity .3s ease-in-out;
}
.items-list .item-content.show{
	opacity: 1;
}
.items-list .item-content.finished{
	width: 0;
	height: 0;
	overflow: hidden;
}
.item-category-icon{
	position: absolute;
	top:0;
	left:0;
	width: 42px;
	height: 42px;
	color: white;
	line-height: 44px;
	text-align: center;
}
.item-category-icon span:before{
	font-size: 22px;
	width: auto;
}
.items-list .item-content .item-title{
	position: absolute;
	bottom:0;
	left:0;
	right: 0;
	height: 46px;
	color:white;
	line-height: 46px;
	font-size: 15px;
	background-color: rgba(0,0,0,.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E50000', endColorstr='#E50000')"; 	

}
.items-list .item-content .item-title span{
	position: relative;
	margin-left: 24px;
	padding-right: 18px;
}
.items-list .item-content .item-title span:before{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
	font-size: 12px;
}
/* Categories Colors */

/* Restaurants */
.categories-list .cat-restaurants{
	color:#c1272c;
}
.cat-restaurants .item-category-icon{
	background-color: #c1272c;
}
.item-content.cat-restaurants .item-title{
	background-color: rgba(193,39,44,.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E5c1272c', endColorstr='#E5c1272c')"; 	
}

/* Shopping */
.categories-list .cat-shopping{
	color:#f7921e;
}
.cat-shopping .item-category-icon{
	background-color: #f7921e;
}
.item-content.cat-shopping .item-title{
	background-color: rgba(247,146,30,.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E5f7921e', endColorstr='#E5f7921e')"; 	
}

/* Family */
.categories-list .cat-family{
	color:#8cc63f;
}
.cat-family .item-category-icon{
	background-color: #8cc63f;
}
.item-content.cat-family .item-title{
	background-color: rgba(140,198,63,.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E58cc63f', endColorstr='#E58cc63f')"; 	
}

/* Culture */
.categories-list .cat-culture{
	color:#744c23;
}
.cat-culture .item-category-icon{
	background-color: #744c23;
}
.item-content.cat-culture .item-title{
	background-color: rgba(116,76,35,.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E5744c23', endColorstr='#E5744c23')"; 	
}

/* Bars */
.categories-list .cat-bars{
	color:#2caade;
}
.cat-bars .item-category-icon{
	background-color: #2caade;
}
.item-content.cat-bars .item-title{
	background-color: rgba(44,170,222,.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E52caade', endColorstr='#E52caade')"; 	
}

/* Sightseeing  */
.categories-list .cat-sightseeing{
	color:#B0529F;
}
.cat-sightseeing  .item-category-icon{
	background-color: #B0529F;
}
.item-content.cat-sightseeing  .item-title{
	background-color: rgba(176, 82, 159,.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E5B0529F', endColorstr='#E5B0529F')"; 	
}

/* Sport  */
.categories-list .cat-sport{
	color:#07A381;
}
.cat-sport  .item-category-icon{
	background-color: #07A381;
}
.item-content.cat-sport  .item-title{
	background-color: rgba(7, 163, 129,.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E507A381', endColorstr='#E507A381')"; 	
}

/* Entertainment  */
.categories-list .cat-entertainment{
	color:#C7C031;
}
.cat-entertainment  .item-category-icon{
	background-color: #C7C031;
}
.item-content.cat-entertainment  .item-title{
	background-color: rgba(199, 192, 49,.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E5C7C031', endColorstr='#E5C7C031')"; 	
}

/* Others  */
.categories-list .cat-others{
	color:#293A90;
}
.cat-others  .item-category-icon{
	background-color: #293A90;
}
.item-content.cat-others  .item-title{
	background-color: rgba(41, 58, 144,.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E5293A90', endColorstr='#E5293A90')"; 	
}


/* Markers */
.marker-content{
	max-width: 300px;
	cursor: pointer;
}
.marker-content .marker-img{
	display: block;
	width: 300px;
	height: 250px;
	position: relative;
	margin-bottom: 16px;
}
.marker-content h3{
	font-size: 20px;
	color: black;
}
.marker-content h3:after{
	color: black;
	width: auto;
	content: '\e81f';
	font-size: 12px;
	vertical-align: middle;
	margin-left: 5px;
	font-family: "sprite-icons-font";
}
.marker-content.hotel h3:after{
	display: none;
}
/* Landscape tablet to Desktop */	
@media (min-width: 1024px) and (max-width: 1279px) {
	.categories-wrapper ul li{
		width: 98%;
	}
}

/* Portrait tablet to Landscape */
@media (min-width: 768px) and (max-width: 1023px) { 
	.categories-wrapper ul li{
		width: 98%;
	}
}

/* Mobile to Portrait tablet */
@media (max-width: 767px) {
	.categories-wrapper ul li{
		width: 98%;
	}

	/* Markers */
	.marker-content{
		max-width: 220px;
	}
	.marker-content .marker-img{
		width: 220px;
		height: 183px;
		background-size: 100%;
	}

}




/***************  templates/main/../respwidgets/activities-items/template.layoutItem.css  ***************/
/* --------------------------------------------------[ css ]-- */
.item-detail{
	display: none;
	margin-bottom: 20px;
}
.item-detail-left,.item-detail-left{
	display: table-cell;
	vertical-align: top;
}
.item-detail-left{
	width: 300px;
}
	.item-detail-img{
		width: 300px;
		height: 250px;
		position: relative;
	}
	.item-detail-share .label{
		clear: both;
		margin:10px 0 8px;
	}
	.item-detail-share ul{
		clear: both;
		margin: 0;
		padding: 0;
		font-size: 30px;
		list-style: none;
		text-align: justify;
		border-radius: 2px;
		box-shadow: 0px 0px 2px rgba(0,0,0,.3);
	}
	.item-detail-share li{
		position:relative;
		display:inline-block;
	}
	.item-detail-share li.share-this{
		font-size: 22px;
		top: -3px;
	}
	.item-detail-share .sm-icon:hover{
		color:#999;
	}

.item-detail-right{
	padding-left:20px;
}
	.item-detail-right h2{
		margin-bottom: 15px;
		font-size: 24px;
	}
	.item-detail-content p {
	    line-height: 20px;
	}
	.itemPreviewEditLink a{
		color:black;
	}


/* Landscape tablet to Desktop */	
@media (min-width: 1024px) and (max-width: 1279px) {
	.item-detail-left,.item-detail-left{
		display: inline-block;
	}
	.item-detail-right{
		margin-top: 16px;
		padding-left:0;
	}
}

/* Portrait tablet to Landscape */
@media (min-width: 768px) and (max-width: 1023px) { 
	.item-detail-left,.item-detail-left{
		display: inline-block;
	}
	.item-detail-right{
		margin-top: 16px;
		padding-left:0;
	}
}

/* Mobile to Portrait tablet */
@media (max-width: 767px) {
	.widget-detail-back{
		text-align: left;
	}
	.item-detail-left,.item-detail-left{
		display: inline-block;
	}
	.item-detail-right{
		margin-top: 16px;
		padding-left:0;
	}
	.item-detail-share ul{
		background-color:#f7f8f8;
		margin: 0 4px;
	}
}	