/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */


@import 'hoverstyle.css';
@import 'overwrite.css';


body {
	background: #fff;
	overflow-x: hidden;
	margin-top: 75px;
}


body.admin-menu {
  margin-top: 95px !important;
}

a{
	color: #adc937;
}

a:hover, a:focus{
	text-decoration: none;
	color: #CEFF00;
}
.right {
	float: right;
	position: relative;
}
.padding-bottom {
	padding-bottom: 40px;
}
/* HEADER */
#header {
	height: 75px;
	margin-right: 0;
	background: #fff;
  	border-bottom: 1px solid #D5D5D5;
  	position: fixed;
  	width: 100%;
  	z-index: 100;
  	top: 0;
}
body.admin-menu  #header {
  	top: 20px;
}
	#header .container {
		height: 75px;
	}
#header .mobile-logo{
	display:none;
}
#header .navbar.container {
	height: 75px;
	margin-bottom: 0;
	margin-top: 0;
}
	#header .navbar-header {
		line-height: 75px;
		width: 25%;
		float: left;
		position: relative;
	}
		#header .navbar-header a{
			width: auto;
			text-transform: uppercase;
			position: absolute;
			top: 12px;
			z-index: 100;
		}
		#header .navbar-header img{
			max-width: 100%;
			height: auto;
		}
	#header .navbar-default {
		background: transparent;
		border: 0 none;
	}
	/* Undo the collapsing navbar */
	.navbar-collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-toggle {
		display: none;
	}
	.navbar-collapse {
		border-top: 0;
	}
	.navbar-brand {
		margin-left: -15px;
	}
	/* Always apply the floated nav */
	.navbar-nav {
		float: right;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav > li > a {
		padding: 15px;
		padding-top: 27px;
		text-transform: uppercase;
	}
	/* Redeclare since we override the float above */
	.navbar-nav.navbar-right {
		float: right;
	}
	#header .navbar-collapse {
		float: right;
		width: 75%;
	}
	#header .navbar-nav > li > a:hover,
	#header .navbar-nav > li.active > a,
	#header .navbar-nav > li.active-trail > a {
		color: #A5BC30;
	}
	#header .search {
		float: right;
		line-height: 75px;
	}
		.glyphicon-search:before {
			content: '';
		}
		#header .search .form-search input[type="text"] {
			background: url("../images/search-input-bg.png") repeat-x scroll top left transparent;
			border: 0 none;
			border-radius: 0;
			color: #000;
			height:36px;
		}
		#header .search .btn {
			background: url("../images/search-btn.png") no-repeat scroll center center transparent;
			border: none;
			height:36px;
			margin: 0;
			padding: 0;
			width: 36px;
		}
/* STICKY HEADER */
#header.open {
    position: fixed;
    width: 100%;
    transition: 0.2s top ease-in;
    z-index:9999;
}
/* MARQUEE */
.marquee-container{
	position: relative;
	height: 100%;
	width: 100%;
}
	.marquee-container .container{
		position: relative;
	}
	.marquee-container .breadcrumb{
		background: none;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 5px;
		left: 35px;
	}
	.marquee-container img{
		height: auto;
		margin: auto;
		max-width: 1680px;
		width: 100%;
	}

/* CONTENT */
.main-container{
	background: transparent;
	position: relative;
	/*padding: 0 0 40px;*/
}
	.main-container{
		background: transparent;
		position: relative;
		/*padding: 0 0 40px;*/
	}
	.main-container .container{
		padding-top: 20px;
	}
	.main-container ul,
	.main-container ol{
		padding-left: 20px;
	}
	.gutter{
		margin-bottom: 30px;
	}

/* CONTENT CONTAINERS BG */
.bg-grey{
	background: #f2f2f2;
}
.bg-green{
	background: #f7faeb;
}
/* CONTENT - BUTTON */
.apply-button{
	position: absolute;
	top: 0;
	right: 0;
}
	.apply-button .dropdown {
		width:200px;
	}
a.button{
	background: none repeat scroll 0 0 #AECA37;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.077em;
    padding: 9px 15px;
    text-transform: uppercase;
}

/* CONTENT - DROPDOWN MENU */

#admin-menu-wrapper{

}

ul.dropdown{
	background: url("../images/dropdown-arrow.jpg") no-repeat scroll 91% center #AECA37;
    margin: 0;
    padding: 0;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 20px;
}
	ul.dropdown.no-arrow{
		background: none no-repeat scroll 91% center #AECA37;
	}
	ul.dropdown.right{
		float: right;
	}
		ul.dropdown.right li,
		ul.dropdown.noborder li{
			border: 0 none;
		}
	ul.dropdown li{
		list-style: none;
	}
		ul.dropdown li a{
			color: #FFFFFF;
			display: block;
			font-size: 1.077em;
			padding: 9px 15px;
			text-transform: uppercase;
		}
		ul.dropdown li a.button {
			background: none;
		}
		ul.dropdown li:hover .drop{
			display: block;
		}
		ul.dropdown li .drop{
			background: none repeat scroll 0 0 #C6D990;
			left: 0;
			padding: 5%;
			position: absolute;
			top: 37px;
			width: 100%;
			z-index: 100;
			display: none;
		}
			ul.dropdown li .drop span{
				color: #8FAC57;
				display: block;
				font: 800 1.1em/1em 'Open Sans',sans-serif;
				margin-top: 10px;
				text-transform: uppercase;
			}
			ul.dropdown li .drop .hr{
				width: 100%;
				height: 1px;
				background: #8fac57;
				margin-top: 15px;
				margin-bottom: 15px;
			}
			ul.dropdown li .drop ul{
				display: block;
    			padding: 0;
			}
				ul.dropdown li .drop ul li{
					border: none;
				}
					ul.dropdown li .drop ul li a{
						color: #000000;
						font: 400 1em/1em 'Open Sans',sans-serif;
						padding: 3px 0;
						text-transform: none;
					}
	/* BUBBLE QUOTE */
	.bubble{
	}
		.bubble .bubble-container{
			background: url("../images/bg-bubble.png") no-repeat center center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			min-height: 403px;
			padding: 2%;
			width: 96%;
		}
		.percentage-container{
			height: auto;
			margin: 10px auto auto;
			min-height: 257px;
			/*padding-top: 21%;*/
			position: relative;
			width: 83%;
		}
			.percentage-container .bg{
				background: url("../images/percentage-container-bg.png") no-repeat;
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 100%;
			}
			.percentage-container .percent{
			 	color: #000000;
				display: block;
				font: 300 8.308em/1em 'Roboto','sans-serif';
				margin: auto;
				position: relative;
				text-align: center;
				width: 70%;
				z-index: 1;
			}
				.percentage-container .percent sup{
					font-size: 0.6em;
				}
			.percentage-container .description{
				color: #000000;
				display: block;
				font: 400 1.231em/1em 'Roboto','sans-serif';
				margin: auto;
				position: relative;
				text-align: center;
				width: 50%;
				z-index: 1;
			}

	/* PEOPLE */
	.people-quote{
		font: italic 300 2.615em/1.3em 'Open Sans',sans-serif;
		padding: 5% 16%;
		text-align: center;
		position: relative;
		margin-bottom: 35px;
		margin-top: 10px;
	}
		.people-quote .leftbracket{
		    background: url("../images/1x1-green.gif") repeat-y scroll 0 0 #FFFFFF;
			border-bottom: 1px solid;
			border-top: 1px solid;
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 44px;
		}
		.people-quote .rightbracket{
		    background: url("../images/1x1-green.gif") repeat-y scroll top right #FFFFFF;
			border-bottom: 1px solid;
			border-top: 1px solid;
			height: 100%;
			right: 0;
			position: absolute;
			top: 0;
			width: 44px;
		}
			.bg-green .people-quote .leftbracket,
			.bg-green .people-quote .rightbracket{
				background-color: #F7FAEB;
			}

	/* ITEM */
	.main-container .item{
		position: relative;
		/*margin-bottom: 15px;*/
	}
		.main-container .item img{

		}
		.main-container .item .new{
			left: -4px;
			position: absolute;
			top: 0;
			background: url("../images/icon-new.png") no-repeat;
			width: 60px;
			height: 30px;
		}
		.main-container .item .info{
			bottom: 0;
			left: 0;
			position: absolute;
			width: 100%;
		}
			.main-container .item .info .category{
				padding-left: 2%;
    			position: relative;
			}
				.main-container .item .info .category > .bg{
					height: 100%;
					left: 0;
					position: absolute;
					top: 0;
					width: 30%;
					z-index: 0;
				}
					.main-container .item .info .category > .bg.pink{
						background: -moz-linear-gradient(left, rgba(236,0,140,1) 0%, rgba(236,0,140,0) 100%); /* FF3.6+ */
						background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(236,0,140,1)), color-stop(100%,rgba(236,0,140,0))); /* Chrome,Safari4+ */
						background: -webkit-linear-gradient(left, rgba(236,0,140,1) 0%,rgba(236,0,140,0) 100%); /* Chrome10+,Safari5.1+ */
						background: -o-linear-gradient(left, rgba(236,0,140,1) 0%,rgba(236,0,140,0) 100%); /* Opera 11.10+ */
						background: -ms-linear-gradient(left, rgba(236,0,140,1) 0%,rgba(236,0,140,0) 100%); /* IE10+ */
						background: linear-gradient(to right, rgba(236,0,140,1) 0%,rgba(236,0,140,0) 100%); /* W3C */
						filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec008c', endColorstr='#00ec008c',GradientType=1 ); /* IE6-9 */
					}
					.main-container .item .info .category > .bg.orange{
						background: -moz-linear-gradient(left, rgba(255,164,0,1) 0%, rgba(255,164,0,0) 100%); /* FF3.6+ */
						background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,164,0,1)), color-stop(100%,rgba(255,164,0,0))); /* Chrome,Safari4+ */
						background: -webkit-linear-gradient(left, rgba(255,164,0,1) 0%,rgba(255,164,0,0) 100%); /* Chrome10+,Safari5.1+ */
						background: -o-linear-gradient(left, rgba(255,164,0,1) 0%,rgba(255,164,0,0) 100%); /* Opera 11.10+ */
						background: -ms-linear-gradient(left, rgba(255,164,0,1) 0%,rgba(255,164,0,0) 100%); /* IE10+ */
						background: linear-gradient(to right, rgba(255,164,0,1) 0%,rgba(255,164,0,0) 100%); /* W3C */
						filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa400', endColorstr='#00ffa400',GradientType=1 ); /* IE6-9 */
					}
					.main-container .item .info .category > .bg.blue{
						background: -moz-linear-gradient(left, rgba(0,174,239,1) 0%, rgba(0,174,239,0) 100%); /* FF3.6+ */
						background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,174,239,1)), color-stop(100%,rgba(0,174,239,0))); /* Chrome,Safari4+ */
						background: -webkit-linear-gradient(left, rgba(0,174,239,1) 0%,rgba(0,174,239,0) 100%); /* Chrome10+,Safari5.1+ */
						background: -o-linear-gradient(left, rgba(0,174,239,1) 0%,rgba(0,174,239,0) 100%); /* Opera 11.10+ */
						background: -ms-linear-gradient(left, rgba(0,174,239,1) 0%,rgba(0,174,239,0) 100%); /* IE10+ */
						background: linear-gradient(to right, rgba(0,174,239,1) 0%,rgba(0,174,239,0) 100%); /* W3C */
						filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#0000aeef',GradientType=1 ); /* IE6-9 */
					}
					.main-container .item .info .category > .bg.red{
						background: -moz-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(255,0,0,0) 100%); /* FF3.6+ */
						background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,0,0,1)), color-stop(100%,rgba(255,0,0,0))); /* Chrome,Safari4+ */
						background: -webkit-linear-gradient(left, rgba(255,0,0,1) 0%,rgba(255,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
						background: -o-linear-gradient(left, rgba(255,0,0,1) 0%,rgba(255,0,0,0) 100%); /* Opera 11.10+ */
						background: -ms-linear-gradient(left, rgba(255,0,0,1) 0%,rgba(255,0,0,0) 100%); /* IE10+ */
						background: linear-gradient(to right, rgba(255,0,0,1) 0%,rgba(255,0,0,0) 100%); /* W3C */
						filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#00ff0000',GradientType=1 ); /* IE6-9 */
					}
			.main-container .item .info .content{
				padding-bottom: 10px;
				padding-left: 2%;
				position: relative;
			}
				.main-container .item .info .content > .bg{
					height: 100%;
					left: 0;
					position: absolute;
					top: 0;
					width: 50%;
					z-index: 0;
					background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
					background: linear-gradient(to right, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
				}
			.main-container .item .info h5{
				color: #FFFFFF;
				font: 400 1.231em/1em 'Open Sans',sans-serif;
				margin: 0;
				padding: 5px 5px 5px 0;
				position: relative;
				z-index: 1;
			}
				.main-container .item .info .category h5{
					font-weight: 800;
				}
			.main-container .item .info h4{
				font: 700 1.883em/1em 'Open Sans',sans-serif;
				margin: 0;
				position: relative;
				z-index: 1;
			}
			.main-container .item img.img-responsive{
				width: 100%;
			}

	/* PEOPLE - PEEP */
		.main-container .peeps{
			margin-bottom: 30px;
		}
		.main-container .peep{
			margin-top: 10px;
			margin-bottom: 10px;
		}
		.main-container .peep strong{
			font: 700 18px 'Open Sans',sans-serif;
		}
		.main-container .peep p{
			font: 400 18px 'Open Sans',sans-serif;
		}

/* WORK PAGE */
.marquee-container{
	background: #ffffff;
}
.title-container{
	background: #ffffff;
}
	.title-container .container {
		position: relative;
		padding-top: 10px;
	}
	.title-container .breadcrumb {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		left: 35px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 10px;
		color: #000000;
		z-index: 1;
	}
		.title-container .breadcrumb a{
			color: #000000;
		}
.title{
	position: relative;
}
.categories{
	display: block;
    margin-bottom: 20px;
}
	.categories h3 a{
		color: #808080;
		font: 800 2em/1em 'Open Sans',sans-serif;
		letter-spacing: 0;
		padding: 5px;
		text-transform: uppercase;
	}
		.Destinations h3 a{
			background: url("../images/icon-destinations.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    		padding-left: 40px;
		}
		.Hospitality h3 a{
			background: url("../images/icon-hospitality.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    		padding-left: 52px;
		}
		.Experiences h3 a{
			background: url("../images/icon-experiences.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    		padding-left: 45px;
		}
		h2.MoreFriends{
			background: url("../images/icon-morefriends.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    		padding: 10px 10px 10px 49px;
		}
.apply-container{
	float: left;
}
	.apply-container .dropdown{
		width: 190px;
	}
.addthis-share{
	margin: 20px 0 10px 20px;
	float: left;
	padding-top: 8px;
}
	.addthis-share p.strong{
		float: left;
		margin-right: 5px;
	}
	.addthis-share .addthis_toolbox{
		float: left;
	}
.client-logo .views-field-field-logo{
	height: 270px;
	padding: 2%;
	width: 270px;
}
/* CONTACT */
.email.form-text.form-email{
	/*Copied from bootstrap form-control*/
	background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}
/* SLIDESHOW */
.carousel-inner > .next, .carousel-inner > .prev {
	position: absolute;
}
	a.prev {
		background: url("../images/ss-arrow-left.png") no-repeat center center;
	}
	a.next {
		left: auto;
		right: 0;
		background: url("../images/ss-arrow-right.png") no-repeat center center;
	}
		.glyphicon-chevron-left:before {
			content: "";
		}
		.glyphicon-chevron-right:before {
			content: "";
		}
/* FOOTER */
#footer {
	min-height: 75px;
	padding-top: 25px;
	background: #fff;
  	border-top: 1px solid #D5D5D5;
}
	.footer {
		border: 0 none;
		margin-top: 0;
		padding: 0;
	}
	#footer .social-icons {
		height: 60px;
		position:relative;
		width: 100%;
	}
		#footer .social-icons ul {
			display: inline-block;
			float:right;
			list-style: none;
			margin: 0;
			padding:0;
		}
		#footer .social-icons ul li {
			float: left;
			padding: 0 2px;
		}

@media handheld, only screen and (max-width: 990px) {
	#footer address{
		margin-bottom: 0;
	}
	#footer .col-md-4 .col-md-6{
		padding: 0;
	}
	#footer .footer-last p{
		text-align: left;
	}
	#footer .social-icons ul{
		float: left;
	}
	#footer .hr{
		background: #7a8355;
		margin-bottom: 10px;
		margin-top: 10px;
		width: 100%;
		height: 1px;
	}
	.bubble .bubble-container {
		background: url("../images/bg-bubble.png") no-repeat scroll center bottom #FAFAFA;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		min-height: 403px;
		padding: 2% 2% 16%;
		width: 96%;
	}
	.social-image {
		height: 44px;
		width: 44px;
	}
}
@media handheld, only screen and (max-width: 500px) {
	body {
		margin-top: 59px;
	}

	#header,
	#header .navbar.container,
	#header .container{
		height: auto;
	}
	#header .mobile-logo{

	}
		#header .mobile-logo img{
			min-width: 38px;
			max-width: 38px;
			width: auto;
		}
	#header .large-logo{

	}
	#navbar{
		padding: 0;
	}
	#header .navbar-header {
		margin: 0;
		padding: 1.5% 0 0;
		width: 20%;
		line-height: inherit;
	}
	#header .navbar-collapse {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#header .navbar-nav > li > a {
		font-size: 1.0em;
		line-height: inherit;
		padding: 16px 10px;
		display: block;
	}
	#footer a.phone{
		background: url("../images/icon-phone.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
		height: 44px;
		position: absolute;
		right: 10px;
		top: 33px;
		width: 44px;
	}
	#footer span{
		font-size: 13px;
		color:#4A4A4A;
	}
	#footer p{
		font-size: 12px;
		color:#7C7C7C;
	}
	.bubble .bubble-container{
		background: none;
	}
}
.blog-block img{
	width: 100%;
	max-width: 100%;
}
