/*

xs < 768px
sm < 992px
md < 1200px
lg > ...  

*/

@font-face {
	font-family: TrajanPro;
	src: url("TrajanPro.otf") format("opentype");
}

html, body {
	height: 100%;
}

body {
	min-height: 100%;
	background: #e1e1e1;
}

h1 {
	text-shadow:1px 1px 1px #fff;
	color: #555;
}

h2 {
	color: #056839;
	font-size: 24px;
	font-weight: normal;
}

img.full {
	width: 100%;
	display: block;
}

.navbar {
	height: 160px;
	background: #fff /* url('../images/layout/top-bg.png') */;	
}

.navbar .logo {
	display: block;
	background: url('../images/layout/logo.png');
	width: 125px;
	height: 116px;
    margin: 22px 0;
}

.navbar-nav > li {
	position: relative;
	overflow: hidden;
}

.navbar-nav > li > a {
	color: #3a3a3a;
	line-height: 160px;
	height: 160px;
	padding: 0 20px;
	text-transform: uppercase;
	display: inline-block;
	font-family: "TrajanPro";    
	background: url('../images/layout/menu-hover.png') 0 160px no-repeat;		
}

.navbar-nav > li.active > a,
.navbar-nav > li > a:hover {
	transition: background-position 0.8s;
	transition-timing-function: ease-out;
	background-position: bottom left;
	color: #fff;
}

.navbar-nav > li > a:after {
	content: ' ';
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	left: 50%;
	margin-left:-15px;
	top:160px;
	background: url('../images/layout/top-icons.png');
	opacity:0.5;
	transform: rotate(-45deg);
}

.navbar-nav > li.active > a:after,
.navbar-nav > li > a:hover:after {
	top:110px;
	transition: 0.6s;
	opacity:1;
	transform: rotate(0);
	transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53);
}


.navbar-nav li:nth-child(1).active,
.navbar-nav li:nth-child(1) a:hover {
	background-color: #0f77be;
}
.navbar-nav li:nth-child(2).active,
.navbar-nav li:nth-child(2) a:hover {
	background-color: #12a89d;
}
.navbar-nav li:nth-child(3).active,
.navbar-nav li:nth-child(3) a:hover {
	background-color: #056839;
}
.navbar-nav li:nth-child(4).active,
.navbar-nav li:nth-child(4) a:hover {
	background-color: #8ec63f;
}
.navbar-nav li:nth-child(5).active,
.navbar-nav li:nth-child(5) a:hover {
	background-color: #f7941d;
}
.navbar-nav li:nth-child(6).active,
.navbar-nav li:nth-child(6) a:hover {
	background-color: #a22da0;
}
.navbar-nav li:nth-child(7).active,
.navbar-nav li:nth-child(7) a:hover {
	background-color: #ef2028;
}
.navbar-nav li:nth-child(8).active,
.navbar-nav li:nth-child(8) a:hover {
	background-color: #151f20;
}
.navbar-nav > li:nth-child(2) > a:after {
	background-position: -30px 0;
}
.navbar-nav > li:nth-child(3) > a:after {
	background-position: -60px 0;
}
.navbar-nav > li:nth-child(4) > a:after {
	background-position: -90px 0;
}
.navbar-nav > li:nth-child(5) > a:after {
	background-position: -120px 0;
}
.navbar-nav > li:nth-child(6) > a:after {
	background-position: -150px 0;
}
.navbar-nav > li:nth-child(7) > a:after {
	background-position: -180px 0;
}
.navbar-nav > li:nth-child(8) > a:after {
	background-position: -210px 0;
}

h2.home {
	color: #555;
	text-shadow: 2px 2px 2px #fff;
	text-align: center;
}

.home-partners {
    text-align: center;
}

.home-partners a {
    display: inline-block;
    padding: 15px 30px 10px;
    text-decoration: none !important;
}

.home-partners a img {
	width: 100px;
}

#home-slider {
	margin-top: -20px;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

#home-slider.carousel,
#home-slider.carousel .item {
	height: 350px; 
}

.carousel {
    height: 400px;    
}


.carousel .item {
    background: url("../images/layout/blank.png") repeat scroll center center / cover #777;
    height: 400px;
}
.carousel .carousel-control {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.carousel-inner {
	position: absolute;
}

.carousel-inner .title {
	bottom: 55px;
    color: #fff;
    font-family: "TrajanPro";
    font-size: 30px;
    position: absolute;
    right: 20px;
    text-shadow: 2px 2px 3px #000;
    text-transform: uppercase;
    z-index: 100;
	padding: 5px;
}

.home-container .cell {
	height: 300px;
	position: relative;
}

.home-container .cell .title {
	position: absolute;
	top: 20px;
	right: 0;
	max-width: 80%;
	padding: 10px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	transition:0.3s;
	z-index: 20;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.home-container .item-cell.hover .title {
	background: none;
	transition:0.3s;
	max-width: 100%;
	padding-right:20px;	
}

.home-container .item-cell.hover .item-icon {
	transition:0.3s;
	transform:rotate(15deg) scale(1.2);
}

.home-container .item-cell.hover .subtitle {
	opacity: 0;
}

.home-container .cell .text-center .title {
	display: inline-block;
    margin: 20px auto 10px;
    position: relative;
    text-align: center;
    top: auto;
	z-index: 10;
}
.home-container .item-cell.hover .text-center .title {
	padding-right:10px;
}

.home-container .cell .text-center .subtitle {
	font-weight: normal;
	font-size: 16px;
	padding: 5px !important;
	margin-top: 0;
}

.home-container .item-cell .trip-data {
	top: 80px;
	overflow: hidden;
}

.home-container .item-cell.hover .trip-data > div {
	margin-left:-60px;
	transition:0.3s;
}
.home-container .item-cell .trip-data div {
	transition:0.3s;
	text-shadow: none;
}
.home-container .item-cell .trip-data div:nth-child(1){
	background: #f7941d;
}
.home-container .item-cell .trip-data div:nth-child(2){
	background: #662d91;
}


.transparent {
	opacity: 0.9;
}

.home-container .cell a.fill-parent {
	z-index: 3;
	transition: 0.5s;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 300px;
	text-shadow: 2px 2px 2px #000;
	font-weight: bold;
	font-size: 24px;
}

.home-container .cell a.all {
	bottom: 15px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 56px;
    max-width: 60%;
    overflow: hidden;
    position: absolute;
    right: 85px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.home-container .cell a.all.packet {
	right: auto;
}

.home-container .cell .description {
	color: #fff;
    line-height: 20px;
    margin-top: 50px;
    max-height: 170px;
    overflow: hidden;
    padding: 30px;
    text-align: left;
}

.home-container .cell .description a {
	color: #fff;
	float: right;
	clear:both;
	display: block;
	margin: 10px 0;
}

.home-container .cell .bg-places .description,
.home-container .cell .bg-places .description a {
	color: #abf4cf;
}

.home-container .cell a.fill-parent span {
	z-index: 10;
}

.home-container .cell a.fill-parent {
	transition: 0.5s;
}

.home-container .overlay {
	display: none;
}

.item-icon {
	width: 56px;
	height: 56px;
	display: inline-block;
	transition:0.3s;
}

.item-icon.place {
	background: url("../images/layout/icon-place.png");
}

.item-icon.event {
	background: url("../images/layout/icon-event.png");
}

.item-icon.trip {
	background: url("../images/layout/icon-trip.png");
}

.item-icon.map {
	background: url("../images/layout/icon-map.png");
}


.home-container .cell .item-icon {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 5;
}

.application {
	background: url("../images/site/app.jpg") repeat scroll center center / cover #777;
	position: relative;
	height: 300px;
}

.application .platform {
	position: absolute;
	bottom: 20px;
	width: 50%;
	text-align: center;
}

.application .platform:nth-child(2) {
	left: 50%;
}

.application .platform a {
	opacity: 0.5;
	transition: 0.7s;
}

.application .platform a:hover {
	opacity: 1;
	transition: 0.7s;
}


.application .platform img {
	max-width: 80%;
}

.footer {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.footer .amistad {
	font-size: 10px;
	padding:10px 0;
}

.footer .img-responsive {
	margin: 20px auto;
}

.footer {
	margin-top: 30px;
	color: #888888;
}

.photo-bg {
	background: url("../images/layout/blank.png") repeat scroll center center / cover #ccc;
}


.fill-parent {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

.bg-places {
	background-color: #056839;
}

.bg-events {
	background-color: #8dc63f;
}

.bg-trips {
	background-color: #f7941e;
}

.bg-map {
	background-color: #92278f;
}

.categories {
	background: #056839;
	padding: 20px;
	margin-bottom: 20px;
}

.categories h2 {
	border-bottom: 1px solid #07874a;
    color: #fff;
    font-weight: normal;
    margin: 0 0 15px;
    padding-bottom: 10px;
}

.categories .icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	top:4px;
	left:5px;
}

.categories ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.categories li a {
	color: #fff;
    display: block;
    padding: 6px 5px 8px 35px;
	text-decoration: none !important;
	position: relative;
	transition:0.5s;
	border-radius:3px;
}

.categories li.selected a,
.categories li a:hover {
	transition:0.3s;
	background: rgba(0,0,0,0.4);
}


/* ITEM */

.hidden-gallery {
	position: relative;
	margin-top: 80px;
}

.items li {
	list-style: none;
}

.items .item-cell {
	height: 300px;
	background: url("../images/layout/blank.png") repeat scroll center center / cover #ddd;
	position: relative;
	margin-bottom: 20px;
}

.item-cell .location {
	float: right;
	padding: 3px 5px 4px 32px;
	background: url('../images/layout/location.png') left center no-repeat;
	margin-left:10px;
	color: #c8c8c8;
}

.item-detail .icons,
.item-cell .icons {
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: right;
}

.item-detail .icon,
.item-cell .icon {
	display: inline-block;
	width: 57px;
	height: 57px;
	margin-left: 5px;
}

.item-detail .top-content,
.item-cell .content {
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	padding:15px;
	background: rgba(0,0,0,0.7);
}

.item-detail .top-content {
	padding:5px 15px;
}

.item-cell .content h3 {
	margin: 0;
}

.item-detail .top-content h1,
.item-cell .content h3 a {
	color: #fff;
	text-decoration: none !important;	
}

.nearby .item-cell {
	float: left;
	width: 33%;	
	overflow: hidden;
}

.nearby .item-cell  .location {
	display: none;
}

.nearby  .item-cell .content {
	background-color:rgba(5,104,57,0.8);
	transition:0.5s;
	margin-bottom:-50px;
	opacity:0;
}
.nearby  .item-cell.hover .content {
	margin-bottom:0;
	transition:0.5s;	
	opacity:1;
}

.item-cell .trip-data {
	position: absolute;
	top: 15px;
	left: 15px;
}

.trip-data > div {
	width: 60px;
	height: 60px;
	border-radius: 8px;
	background: rgba(0,0,0,0.6);
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
	font-size: 12px;
	text-shadow: 1px 1px 1px #000;
}

.item-cell .timing {
	position: absolute;
	top: 10px;
	left: 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 18px;
	background: rgba(0,0,0,0.6);
}

.trip-data .trip-icon {
	height: 38px;
	display: block;
}

.trip-icon.time {
	background: url('../images/layout/trip-time.png') center center no-repeat;
}

.trip-icon.distance {
	background: url('../images/layout/trip-distance.png') center center no-repeat;
}

.item-detail .trip-data {
	float: right;
}

.item-detail .trip-data > div {
	background: none;
	display: inline-block;
	margin: 0;
}

.item-detail .top-content h1 {
	color: #fff;
	text-shadow: none;
	margin:10px 0;
}

.item-detail .carousel {
	position: relative;
	margin-top:-20px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.item-detail .carousel-indicators {
	display: none;
}

.item-detail .planner-button {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
}

.item-detail .text-content {
	background: #f6f6f6;
	padding: 35px 20px;
	line-height: 150%;
}

.item-detail .contact .left-column {
	width:30%;
	min-height: 300px;
	float: left;
	background: #056839;
	padding: 10px;
}

.item-detail .contact .map-container  {
	width: 70%;
	position: relative;
	float: left;
}

.item-detail .contact .navigate {
	position: absolute;
	top: 6px;
	left: 6px;
	background: url('../images/layout/navigate.png') #056839 right center no-repeat;
	border-radius: 10px;
	padding:10px 50px 10px 20px;
	display: block;
	z-index: 100;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}

.item-detail .contact .google-map {	
	height: 100%;
	min-height: 300px;
}

.item-trip .contact .left-column { 
	display: none;
}

.item-trip .contact .map-container { 
	width: 100%;
}

.item-cell .planner-button {
	top: 15px;
	left: 15px;
	position: absolute;
}

.contact-row {
	padding: 0 5px 0 70px;
	min-height: 60px;
	color: #9af2c8;
    font-size: 18px;
	margin-bottom: 10px;
	display: table;
}

.contact-row a {
	color: #9af2c8;
}

.contact-row > div {
	display: table-cell;
    height: 60px;
    vertical-align: middle;
}

.contact-row.address {
	color: #fff;
	background: url('../images/layout/icon-address.png') top left no-repeat;	
}

.contact-row.phone {
	background: url('../images/layout/icon-phone.png') top left no-repeat;
}
.contact-row.email {
	background: url('../images/layout/icon-email.png') top left no-repeat;
}
.contact-row.www {
	background: url('../images/layout/icon-www.png') top left no-repeat;
}
.contact-row.date {
	background: url('../images/layout/icon-date.png') top left no-repeat;
	height: 50px;
	font-size: 14px;
}


.planner-button {
	width: 50px;
	height: 50px;
	display: inline-block;
	background: url('../images/layout/button-planer.png');
}

.planner-button-remove {
	background-position: -50px 0;
}

.clear {
	clear: both;
}

.z-top {
	z-index: 1000;
}

/* GUIDE */

.guide .type ul {
	list-style : none;
	padding: 0;
}

.guide .type ul a {
	color: #fff;
	padding: 10px;
	font-size: 18px;
	display: block;
}

.guide .type .all {
	background: #0f8ac6;
}

.categories .item-icon {
	background-size: cover;
}

/* RWD */

/* xs */
@media (max-width: 767px) {
	.item-detail .contact .left-column,
	.item-detail .contact .map-container  {
		float: none;
		width: 100%;
	}
	
	.navbar .logo {
		background: url("../images/layout/logo-small.png");
		height: 50px;
		margin: 10px;
		width: 63px;
	}
	
	.navbar-toggle .icon-bar {
		background: none repeat scroll 0 0 #999;
		border-radius: 2px;
		display: block;
		height: 3px;
		width: 26px;
	}
	
	.navbar {
		height: 70px;
	}
	
	#navbar {
		position: relative;
		z-index: 100;
		box-shadow: 0 6px 5px rgba(0, 0, 0, 0.4);
	}
	.navbar-nav {
		margin: 0 -15px;
		background: #fff;
	}
	.navbar-nav > li > a {
		background-image: none;
		border-bottom: 1px solid #ddd;
		display: block;
		height: auto;
		line-height: 150%;
		padding: 8px 10px;
	}
	
	.navbar-nav > li > a:after, 
	.navbar-nav > li > a:after {
		right: 5px;
		left: auto;
	}
	
	.navbar-nav > li.active > a:after, 
	.navbar-nav > li > a:hover:after {
		top: 3px;
	}
	
	.carousel, .carousel .item {
		height: 250px;
	}
}


/* sm */
@media (min-width: 768px) and (max-width:992px) {
	.navbar-nav > li > a {
		font-size: 11px;
		padding: 0 7px;
	}	
}

/* sm+ */
@media (min-width: 768px) {		
	.col-left {
		padding-right: 0;
	}

	.col-center {
		padding: 0;
	}

	.col-right {
		padding-left: 0;
	}
}

/* sm- */
@media (max-width:992px) {
	
}

/* md+ */

@media (min-width: 993px) {
	

}

/* md */

@media (min-width: 993px) and (max-width:1199px) {
	.navbar-nav > li > a {		
		font-size: 13px;
		padding: 0 14px;
	}
}

/* lg */
@media (min-width: 1200px) {
	
}



/* booking */

.tour {
	background-color: white;
	padding: 20px;
}

.prices {
	padding: 0;
}

.prices li {
	list-style: none;
	padding:5px 0;
}

.prices li p {
	padding-left: 20px;
	font-size: 12px;
	color: #555;
}

.price {
	color: #7CB451;
	font-size: 16px;
	font-family: 'TrajanPro', sans-serif;
	font-weight: 700;


}

.old-price {
	color: #ccc;
	font-size: 18px;
	text-decoration: line-through;
}



.trip-step-container {

}

.trip-step-map {
	height: 250px;
}

.price-container {
	padding: 4px 0;
}

.month-year {
	font-family: 'TrajanPro', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.tour h1, .tour h2, .tour h3 {
	font-family: 'TrajanPro', sans-serif;
	font-weight: 700;
}

.item-tour .thumbnail h3 {
	height: 56px;
	overflow: hidden;
}

.item-tour .thumbnail p.text {
	height: 100px;
	overflow: hidden;
}

.item-tour .price-from {
	text-align: right;
	font-size: 14px;
	color: #999;
	height: 22px;
}

.item-tour .price-from .price {
	font-size: 16px;
}

.headers-point {
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	color:#777;
	text-transform: uppercase;
	padding: 5px 0;
}

.tour-day-time {
	float: left;
	font-size: 16px;
	font-weight: 100;
	padding: 2px 16px 0 0;
	text-align: right;
	width: 70px;
}

.tour-day-step {
	margin-left: 70px;
}

.packet-logo {
	padding: 0px 20px;
	background-color: white;
}
.packet-ue {
	margin: auto;
	width: 450px;
	max-width: 100%;
}

.packet-logo p {
	text-align: center;
	margin-top: 10px;
	color: #888888;
}

.packet-ue img {
	width: 100%;
}

.modal-content .close {
	float: none;
	padding: 10px;
}

.yiicalendar td {
	cursor: pointer;
}

.yiicalendar td.busy  {
	cursor: not-allowed;
}

.yiicalendar td.not-relevant  {
	cursor: default;
}

.yiicalendar td.selected {
	background: #75B500;
	color: #fff;
}
