/*   
Theme Name: Elogix Theme
Theme URI: http://hellominti.com
Description: Elogix WordPress Theme by minti
Author: minti
Author URI: http://hellominti.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.8

Modifications created by: Carl Stanley

*/

/* ----------------------------------------------------- */
/* Import */
/* -----------------------------------#------------------ */

@import url(https://fonts.googleapis.com/css?family=Cardo:400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import 'https://fonts.googleapis.com/css?family=Assistant:200';

@import url("framework/css/reset.css");
@import url("framework/css/flexslider.css");
@import url("framework/css/shortcodes.css");
@import url("framework/js/prettyPhoto/prettyPhoto.css");

/* ----------------------------------------------------- */
/* Basic Wordpress Styles */
/* ----------------------------------------------------- */

.hidden {
	display: none;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0px 20px 20px;
}

.gallery-item,
.gallery-item a {
	margin: 0px !important;
	padding: 0px !important;
}

.gallery-item img {
	border: none !important;
	float: left;
	margin: 0px !important;
	padding: 0px !important;
}

.gallery-item a img,
a.prettyPhoto img.size-thumbnail {
	/* margin:0px !important; */
	padding: 0px !important;
	border: 5px solid #f5f5f5 !important;
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	-moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	-ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	-o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}

.gallery-item a:hover img,
a.prettyPhoto:hover img.size-thumbnail {
	border: 5px solid #999999 !important;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-bottom: 20px;
}

a {
	outline: none;
	color: #0088b8;
	text-decoration: none;
	-webkit-transition: background-color 0.5s ease 0ms, border ease, color ease;
	-moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	-ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	-o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	transition: background-color 0.5s ease 0ms, border ease, color ease;
}

a:hover {
	color: #6fbf59;
}

a img {
	border: none;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.wp-caption,
.wp-caption-text {
	margin: 0.3em 0px 0.8em;
}

.hentry,
.navigation-links,
.hfeed,
.pinglist {
	margin-bottom: 40px;
}

.widget .children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul {
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-weight: 600;*/
	padding: 0;
	margin-bottom: 10px;
	font-family: 'Assistant', 'Open Sans', Helvetica, Arial;
}

h1 {
	color: #434242;
	font-weight: 600;
	font-size: 40px;
	line-height: 1.1em;
	margin-bottom: 1em;
	text-align: center;
	position: relative;
	/* padding-bottom: 20px; */
}

h1.main-title,
#subtitle h1.main-title {
	padding-bottom: 20px;
	margin-bottom: 0.3em;
}

.hero-section h2:after,
.hero-section h1:after {
	content: none;
}

h2 {
	font-size: 28px;
	line-height: 32px;
	line-height: 1.5em;
	margin-bottom: 1.1em;
	text-align: center;
	display: block;
	font-weight: bold;
	position: relative;
	padding-bottom: 19px;
}

#subtitle h2.subtitle {
	margin-bottom: inherit;
	padding-bottom: 0px;
}

h2.subtitle {
	font-weight: 300;
}

h2.subtitle:after {
	content: none;
}

h1:after,
h2:after {
	content: ' ';
	bottom: 0;
	position: absolute;
	height: 2px;
	width: 160px;
	background: #00b2f0;
	left: 0;
	right: 0;
	margin: auto;
}

#content-full h1,
#content-part h1 {
	font-size: 34px;
	line-height: 44px;
	font-weight: 300;
}

h3 {
	color: #434242;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
}

h4 {
	color: #434242;
	font-size: 20px;
	line-height: 24px;
}

h5 {
	color: #434242;
	font-size: 22px;
	line-height: 18px;
}

h6 {

	font-size: 10px;
	line-height: 16px;
}

@media screen and (max-width: 760px) {
	h4 {
		font-size: 16px;
		line-height: 20px;
	}
}

#contactform input,
#contactform textarea {
	display: block;
	width: 400px;
	padding: 10px;
	border: 1px solid #d5d5d5;
	color: #666666;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
	font-weight: 400;
	font-size: 12px;
	margin-top: 10px;
	float: left;
	margin-bottom: 10px;
	outline: none;
}

#contactform p {
	clear: both;
}

#contactform textarea {
	width: 648px;
	height: 250px;
}

#contactform input:focus,
#contactform textarea:focus {
	border-color: #999999;
}

#contactform label {
	float: left;
	margin-left: 10px;
	margin-top: 12px;
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
	font-weight: 600;
	cursor: pointer;
}

#contactform .error {
	font-size: 11px;
	text-transform: uppercase;
	color: #bd2b20;
	font-weight: 600;
	cursor: pointer;
}

#contactform #submit {
	display: inline;
	width: auto;
	margin: 10px 0 20px 0;
	text-decoration: none;
	font-weight: 700;
	background: #999999;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 10px;
}

#contactform #submit:hover {
	background-color: #ec7100;
	color: #ffffff;
}

/* ----------------------------------------------------- */
/* Main */
/* ----------------------------------------------------- */

html,
body {
	margin-left: 0px !important;
}

body {
	background-color: #999999;
	color: #888;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
	/* font-weight: 300; */
	letter-spacing: 0.01em;
	font-size: 12pt;
	line-height: 21px;
	/* background: none #bbb !important; */
	position: relative;
}

::-moz-selection {
	background: #ec7100;
	color: #fff;
	text-shadow: none;
}

.::selection {
	background: #ec7100;
	color: #fff;
	text-shadow: none;
}

/* ----------------------------------------------------- */
/* Layout */
/* ----------------------------------------------------- */

#wrap {
	position: relative;
	width: 980px;
	background: #ffffff;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
}

.color-hr {
	height: 5px;
	display: block;
	background: #ec7100;
}

.spacer {
	height: 40px;
	display: block;
}

/* ----------------------------------------------------- */
/* Header */
/* ----------------------------------------------------- */

#header {
	position: fixed;
	z-index: 2;
	width: 100%;
}

#header.fixed {
	position: fixed;
	padding-top: 0px !important;
}

#infobar {
	position: absolute;
	/* top:-31px; */
	width: 100%;
	padding: 7px 0 14px 0;
	color: #ffffff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	background: #ec7100;
}

#infobar a {
	display: inline-block;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.2);
	padding: 1px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 2px;
}

#infobar a:hover {
	background: rgba(0, 0, 0, 0.4);
}

.cursor {
	cursor: pointer;
}

#infobar .openbtn {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 14px;
	display: block;
	width: 100%;
	text-indent: -9999px;
	/* background: #ec7100 url(framework/images/topbar.png) no-repeat bottom center; */
}

#infobar .closebtn {
	cursor: pointer;
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 11px;
	right: 30px;
	float: right;
	background: url(framework/images/close.png) no-repeat 0 0;
	text-indent: -9999px;
	opacity: 0.6;
}

#infobar .closebtn:hover {
	opacity: 1;
}

#infobar2 {
	z-index: 500;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 6px;
	background: #ec7100;
}

/* ----------------------------------------------------- */
/* Logo */

#logo {
	float: none;
	margin-left: 30px;
	font-size: 24px;
	font-weight: 600;
	/* margin: auto; */
	padding: 34px 20px 20px;
	/* text-align: center; */
}

#logo a {
	text-decoration: none;
	color: #666666;
}

#slogan {
	font-family: Georgia;
	font-style: italic;
	color: #999999;
	float: left;
	border-left: 1px solid #f5f5f5;
	padding: 0 0 0 20px;
	margin: 48px 0 0 20px;
}

/* ----------------------------------------------------- */
/* Social Icons */

#social {
	/* float:right; */
	/* margin: 50px 30px 0 0; */
	position: absolute;
	top: 20px;
	right: 30px;
}

#social li {
	display: block;
	float: left;
	margin-left: 10px;
	background: none !important;
	border: none !important;
}

#social li a {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	float: left;
	opacity: 0.5;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

#social li.twitter a {
	background: url(framework/images/icons/picons01.png);
	padding: 0px;
	border: none;
}

#social li.facebook a {
	background: url(framework/images/icons/picons02.png);
	padding: 0px;
}

#social li.dribbble a {
	background: url(framework/images/icons/picons03.png);
}

#social li.flickr a {
	background: url(framework/images/icons/picons04.png);
}

#social li.google a {
	background: url(framework/images/icons/picons05.png);
}

#social li.youtube a {
	background: url(framework/images/icons/picons06.png);
	padding: 0px;
}

#social li.vimeo a {
	background: url(framework/images/icons/picons07.png);
}

#social li.linkedin a {
	background: url(framework/images/icons/picons08.png);
}

#social li.pinterest a {
	background: url(framework/images/icons/picons09.png);
}

#social li a:hover {
	opacity: 1;
}

/* ----------------------------------------------------- */
/* Navigation */
/* ----------------------------------------------------- */

#nav {
	border-top: 1px solid #d5d5d5;
	background: #fff;
	position: relative;
	transition: all 0.3s;
	width: 100%;
}

.select-menu {
	display: none;
}

ul#menu-main-navigation {
	table-layout: fixed;
	display: table;
	width: 100%;
	margin: 0;
}

ul#menu-main-navigation>li {
	text-align: center;
	float: none !important;
}

ul#menu-main-navigation>li>a {
	float: none !important;
}

ul#menu-main-navigation>li:last-child {
	background: none;
}

ul.sub-menu li.menu-item-has-children>a {
	background: url('http://angel-ecotours.com/wp-content/uploads/2014/07/small-grey-arrow1.png') #fff no-repeat 98% 10px !important;
}

#nav ul li {
	position: relative;
	display: table-cell;
	float: left;
	background: url(framework/images/nav-divider.png) no-repeat center right;
	padding-right: 1px;
}

#nav ul li a {
	display: block;
	float: left;
	padding: 6px 0px 7px;
	text-decoration: none;
	color: #666666;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	/* border-top: 2px solid #d5d5d5; */
	/* border-bottom: 1px solid #d5d5d5; */
}

#nav ul li a:hover {
	/* color:#ec7100; */
	border-color: #ec7100;
}

/* Active */
/*#nav ul li-menu-item a:hover, #nav ul li.current-page-ancestor a:hover, #nav ul li.current-menu-ancestor a:hover{
	border-top: 2px solid #ec7100;
	background: #ec7100 url(framework/images/arrow-top.png) no-repeat top center;
	color:#ec7100;
	border-bottom: 1px solid #ec7100;
}*/
#nav ul li.current-menu-item ul li a,
#nav ul li.current-page-ancestor ul li a,
#nav ul li.current-menu-ancestor ul li a {
	color: #666666 !important;
}

/*#nav ul li.current-menu-item ul li a:hover, 
#nav ul li.current-page-ancestor ul li a:hover,
#nav ul li.current-menu-ancestor ul li a:hover{
	color:#ec7100 !important;
}*/

#nav ul.sub-menu {
	display: none;
	position: absolute;
	top: 29px;
	left: 0;
	width: 200px;
	z-index: 600;
	background: #ffffff !important;
	border-top: 2px solid #ec7100;
	padding: 10px 20px;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
}

#nav ul.sub-menu {
	text-align: left !important;
}

html body #wrap li.current_page_item ul li a,
html body #wrap li.current_page_ancestor ul li a,
html body #wrap li.current-menu-ancestor ul li a {
	background-color: #ffffff;
}

html body #nav ul.sub-menu li,
#nav ul.sub-menu li a {
	background: none;


	border: none !important;
	padding: 0;
	margin: 0;
}

html body #nav ul.sub-menu li a {
	display: block !important;
	padding: 8px 10px 7px 10px;
	width: 180px;
	font-weight: 400;
	border-bottom: 1px solid #efefef !important;
}

html body #nav ul.sub-menu li:last-child a,
html body #nav ul.sub-menu li:last-child ul li:last-child a {
	border-bottom: none !important;
}

html body #nav ul.sub-menu li:last-child ul li a {
	border-bottom: 1px solid #efefef !important;
}

#nav ul li ul li ul {
	margin-left: 200px;
	margin-top: -35px;
}

#nav ul li ul li ul li {
	padding: 0;
	border-bottom: 1px solid #efefef;
}

.sf-sub-indicator {
	display: none;
}


/* ----------------------------------------------------- */
/* Content */
/* ----------------------------------------------------- */

#page {
	padding-top: 150px;
}

@media screen and (max-width: 768px) {
	#page {
		padding-top: 0px;
	}
}


#page .color-hr2 {
	height: 1px;
	display: block;
	background: #f5f5f5;
	border-top: 1px solid #d5d5d5;
	margin: 0 -30px;
}

.color-hr2:after {
	content: ' ';
	height: 5px;
	background: #f5f5f5;
	position: absolute;
	bottom: -4px;
	width: 100%;
	opacity: 0.7;
}

#subtitle {
	border-bottom: 1px #bbb dashed;
	border-left: #00b2f0 solid 10px;
	padding: 20px 30px 25px 30px;
	margin: 0 -30px 0 -30px;
	position: relative;
	background: #fff;
	text-align: center;
}

.hero-slider .title,
.hero-slider .subtitle,
.hero-section h2 {
	font-size: 30px;
	margin: 0;
	color: #999999;
	font-family: 'Assistant', 'Open Sans', Helvetica, Arial;
	font-weight: normal;
}

#subtitle h1 span {
	font-weight: 600;
	color: #666666;
}

#subtitle h1 {
	padding-bottom: 20px;
	margin-bottom: 0px;
}

#subtitle.hero-section {
	background-size: cover;
	background-position: 50% 50%;
	padding-top: 250px;
	background-color: #DDD;
	border-bottom: none;
	text-align: left;
}

@media screen and (min-width: 1024px) {
	#subtitle.hero-section {
		padding-top: 25vw;
	}
}

@media screen and (min-width: 2080px) {
	#subtitle.hero-section {
		padding-top: 520px;
	}
}

#subtitle.hero-section h2 {
	display: inline-block;
	padding: 12px 10px;
}

.hero-section h1 {
	font-size: 36px;
	line-height: 1.3em;
}

.hero-section h1,
.hero-slider .title {
	background: #222;
	margin-left: -30px;
	padding-left: 30px;
	padding-right: 10px;
	display: inline-block;
	line-height: 1.2em;
	padding-bottom: 7px;
}

#content {
	padding: 30px 0px 0px 0px;
	background: #fff;
}

#content-part {
	float: left;
	width: 80%;
	padding: 30px 50px 60px 50px;
	box-sizing: border-box;
	background: #fff;
}

#content-part .entry p,
#content-full .entry p {
	margin-bottom: 20px;
}

#content-full {
	/* width:920px; */
	/*padding:30px 0 60px 0;*/
}

.entry {

	background: #fff;

	padding: 30px 60px;
}

.entry h2 {
	/* border-bottom: 1px solid #00b2f0; */
	/* text-align: left; */
	/* margin-top: 30px; */
	/* padding-bottom: 0.3em; */
	/* clear: both; */
}

.entry h2:first-child {
	margin-top: 0px;
}

.entry ul.destination-tiles {
	width: 100%;
	margin: 0px;
	list-style: none;
}

div.destination-area h2 {
	text-transform: capitalize;
}

ul.destination-tiles p {
	display: none;
}

ul.destination-tiles li {
	/* float: left; */
	margin: 10px;
	padding-bottom: 1px;
	/* box-shadow: 1px 1px 3px rgba(0,0,0,0.2); */
}

ul.destination-tiles li,
ul.destination-tiles img {
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	-moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	-ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	-o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	transition: background-color 501.615ms ease 0ms, border ease, color ease;
}



ul.destination-tiles li:hover {
	background: #00b2f0;
}

ul.destination-tiles li:hover h4 {
	color: #00b2f0;
}

ul.destination-tiles li:hover img {
	opacity: 0.75;
	transition: all 0.5s;
}

ul.destination-tiles img {
	margin: 0px !important;
	float: none;
}

ul.destination-tiles img,
ul.destination-tiles li {
	max-width: 350px;
	/* min-width: 350px; */
}

ul.destination-tiles h4 {
	color: #0088b8;
	font-style: normal;
	font-weight: normal;
}

ul.destination-tiles .desc {
	/* margin-top: 3px; */
	/* background: #fff; */
	/* text-align: center; */
	/* padding-bottom: 2px; */
	/* padding-top: 12px; */
}

html body #wrap .google_map img {
	width: auto !important;
	max-width: auto !important;
	height: auto !important;
}

.destination a:hover {
	color: #fff;
}

.entry ul,
.entry ol {
	margin-bottom: 20px;
	list-style: disc;
	margin-left: 30px;
}

.entry ol {
	list-style: decimal;
}

.entry ul.list,
.entry ol.list {
	margin: 0 0 20px 0;
	list-style: none;
}

#sidebar {}

#content-part p {
	/*font-size:12px;*/
}

#sidebar.sidebar-right {
	width: 215px;
	padding: 30px 0px 30px 0px;
	float: right;
}

#sidebar.sidebar-left {
	width: calc(20% - 30px);
	padding: 30px 20px 30px 20px;
	float: left;
	margin-right: 30px;
	box-sizing: border-box;
	background: #fff;
}

.search-result {
	padding-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 30px;
}

.search-result .info {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-size:12px;*/
	color: #999999;
	font-style: normal;
	margin: 5px 0 5px 0;
}

.search-result .info a {
	color: #999999;
}

.search-result .info a:hover {
	color: #666666;
}

/* ----------------------------------------------------- */
/* Home */
/* ----------------------------------------------------- */

#latestposts .teasertext {
	width: 215px;
	float: left;
}

#latestposts .entry {
	width: 215px;
	height: 250px;
	float: left;
	margin-left: 20px;
}

#latestposts .entry h4 {
	margin: 0;
	font-size: 13px;
}

#latestposts .entry .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	font-style: normal;
	margin: 5px 0 5px 0;
}

#latestposts .entry a.readmore {
	display: block;
	color: #ec7100;
	font-weight: 700;
	/*font-size:11px;*/
	line-height: 11px;
	text-transform: uppercase;
	margin-top: 10px;

	background: #ffffff;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

#latestposts .entry a.readmore:hover {
	background: #ec7100 url(framework/images/arrow2.png) no-repeat right center;
}

/* ----------------------------------------------------- */

#latestwork {
	background: #f3f3f3;
	border-bottom: 5px solid #eaeaea;
	margin: -40px -30px -40px -30px;
	padding: 40px 30px 40px 30px;
	position: relative;
}

#latestwork .teasertext {
	width: 215px;
	float: left;
}

#latestwork .entry {
	overflow: hidden;
	position: relative;
	width: 215px;
	height: 230px;
	margin-left: 20px;
	float: left;
	background-color: #ffffff;
	border-bottom: 1px solid #d3d3d3;
	text-align: center;
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	-moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	-ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	-o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}

#latestwork .entry:hover {
	background-color: #ffffff;
	border-color: #ec7100;
}

#latestwork .entry:hover h4 a {
	color: #ec7100;
}

#latestwork .entry:hover img {
	border-color: #ec7100;
}

#latestwork .entry img {
	border-bottom: 5px solid #e4e4e4;
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	-moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	-ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	-o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}

#latestwork .entry h4 {
	font-size: 14px;
	margin: 15px 0 2px 0;
	padding: 0;
	font-weight: 400;
}

#latestwork .entry .work-description span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
	font-style: italic;
	padding: 0 20px;
}

#latestwork .entry .prettyPhoto .zoom {
	position: absolute;
	top: 0;
	left: -215px;
	display: block;
	width: 215px;
	height: 140px;
	background: url(framework/images/zoom.png) no-repeat center center;
	opacity: 0;
}

#latestwork .entry .video .zoom {
	position: absolute;
	top: 0;
	left: -215px;
	display: block;
	width: 215px;
	height: 140px;
	background: url(framework/images/zoom-video.png) no-repeat center center;
	opacity: 0;
}

#latestwork .entry .pic .zoom {
	position: absolute;
	top: 0;
	left: -215px;
	display: block;
	width: 215px;
	height: 140px;
	background: url(framework/images/zoom-pic.png) no-repeat center center;
	opacity: 0;
}

a.work-carousel-prev {
	width: 19px;
	height: 19px;
	background: #cccccc url(framework/images/small-prev.png) no-repeat 7px 6px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: -1px;
	right: 50px;
}

a.work-carousel-prev:hover {
	background-color: #ec7100;
}

a.work-carousel-next {
	width: 19px;
	height: 19px;
	background: #cccccc url(framework/images/small-next.png) no-repeat 7px 6px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: -1px;
	right: 30px;
}

a.work-carousel-next:hover {
	background-color: #ec7100;
}

.work-carousel-prev.disabled,
.work-carousel-next.disabled {
	visibility: hidden
}

/* ----------------------------------------------------- */
/* Blog */
/* ----------------------------------------------------- */

.type-post {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.dotted {
	background: url(framework/images/dotted.png) repeat-x bottom left;
}

.type-post p {
	margin-bottom: 20px;
}

#content-part div.type-post.single-post {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.post-thumb {
	width: 210px;
	float: left;
}

.post-thumb a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 200px;
	height: 200px;
	border: 5px solid #f5f5f5;
	transition: border-color 0.4s linear;
	-moz-transition: border-color 0.4s linear;
	/* FF3.7+ */
	-o-transition: border-color 0.4s linear;
	/* Opera 10.5 */
	-webkit-transition: border-color 0.4s linear;
	/* Saf3.2+, Chrome */

}

.post-thumb a:hover {
	border-color: #ec7100;
}

.post-thumb .zoom {
	position: absolute;
	top: 0;
	left: -200px;
	display: block;
	width: 200px;
	height: 200px;
	background: url(framework/images/zoom.png) no-repeat center center;
	opacity: 0;
}

.big-post-thumb {
	margin-bottom: 20px;
}

.big-post-thumb img {
	border-bottom: 5px solid #ec7100;
	padding: 0px;
}

.post-entry {
	width: 430px;
	margin-left: 30px;
	float: left;
	padding-top: 10px;
}

.post-entry h2 {
	margin-bottom: 15px;
	line-height: 26px;
}

.post-entry a.readmore {
	display: block;
	color: #ec7100;
	font-weight: 700;
	/*font-size:11px;*/
	line-height: 11px;
	padding-bottom: 1px;
	text-transform: uppercase;
	margin-top: 10px;
	width: 75px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.post-entry a.readmore:hover {
	background: #ec7100 url(framework/images/arrow2.png) no-repeat right center;
}

.postmetadata {
	display: none;
}

.single-post .meta {
	background: url(framework/images/dotted.png) repeat-x bottom left;
	padding-bottom: 20px;
	margin-bottom: 22px;
}

.meta {
	display: block;
	/*font-size:11px;*/
	text-transform: uppercase;
	color: #999999;
	margin-bottom: 10px;
}

.meta strong {
	font-weight: 700;
}

.meta a {
	font-weight: 700;
	color: #999999;
}

.meta a:hover {
	color: #ec7100;
}

.navigation a {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	color: #999999;
}

.navigation a:hover {
	color: #ec7100;
}

.navigation .prev-posts {
	float: left;
}

.navigation .next-posts {
	float: right;
}

/* ----------------------------------------------------- */
/* Comments */
/* ----------------------------------------------------- */

#commentform {
	width: 670px;
}

#respond,
h3#comments {
	background: url(framework/images/dotted.png) repeat-x top left;
	padding-top: 30px;
	margin-top: 30px;
}

#reply-title small a {}

a#cancel-comment-reply-link {
	color: #ec7100;
	font-weight: 600;
	display: block;
}

a#cancel-comment-reply-link:hover {
	color: #666666;
}

.logged-in-as {
	display: none;
}

.comment-notes,
.form-allowed-tags {
	display: none;
}

#respond p.comment-form-author {
	float: left;
	width: 320px;
	position: relative;
}

#respond p.comment-form-email {
	float: right;
	width: 320px;
	position: relative;
}

#respond p.comment-form-url {
	clear: both;
	margin: 0px 0 20px 0;
	padding-top: 20px;
}


/* Comment form labels */

#respond label {
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
	margin-bottom: 10px;
	font-weight: 600;
	padding: 0 0 0px 1px;
	cursor: pointer;
}

#respond span.required {
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
}

/* Comment form inputs and textarea elements */

#respond input,
#respond textarea {
	display: block;
	width: 648px;
	padding: 10px;
	border: 1px solid #d5d5d5;
	color: #666666;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
	font-weight: 400;
	font-size: 12px;
	margin-top: 2px;
}

#respond input:focus,
#respond textarea:focus {
	border-color: #999999 !important;
	outline: none;
}

#respond p.comment-form-author input {
	width: 298px;
	padding: 10px;
	border: 1px solid #cccccc;
}

#respond p.comment-form-email input {
	width: 298px;
	padding: 10px;
	border: 1px solid #cccccc;
}

#commentform #submit {
	display: inline;
	width: auto;
	margin: 10px 0 0 0;
	text-decoration: none;
	font-weight: 700;
	background: #999999;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 10px;
}

#commentform #submit:hover {
	background-color: #ec7100;
	color: #ffffff;
}


h3#comments,
h3#reply-title {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.comment-list li {
	margin-bottom: 30px;
}

.comment-list li:last-child {
	margin-bottom: 8px !important;
}

.comment-list .children {
	margin-left: 66px;
	margin-top: 30px;
}

.comment-list li .avatar {
	width: 38px;
	float: left;
	margin-right: 20px;
}

.comment-list li .avatar img {
	border: 2px solid #f5f5f5;
}

.post img {
	margin: 10px 10px;
	border-left: 7px solid #6fbf59;
}

.comment-list .author {
	border-bottom: 1px dotted #dedede;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.comment-list .author span {
	font-weight: 700;
	display: block;
	color: #434242;
}

.comment-list .author .date {
	font-size: 11px;
	color: #999999;
}

.comment-list .author .date a {
	color: #999999;
}

.comment-list .author .date a:hover {
	color: #333333;
}

.comment-list li .comment-text {
	margin-left: 58px;
	background: #f1f1f1 url(framework/images/comment-list.png) no-repeat 0px -47px;
	padding: 20px 20px 20px 30px;
}

.comment-list li .comment-text .text p {
	font-size: 12px !important;
}

/* ----------------------------------------------------- */
/* Work Item */
/* ----------------------------------------------------- */

.posts-nav {
	position: absolute;
	top: 22px;
	right: 20px;
	width: 41px;
	height: 20px;
}

.posts-prev a {
	display: block;
	width: 20px;
	height: 20px;
	background: #cccccc url(framework/images/small-prev.png) no-repeat 8px 7px;
	text-indent: -9999px;
	float: right;
}

.posts-next a {
	display: block;
	width: 20px;
	height: 20px;
	background: #cccccc url(framework/images/small-next.png) no-repeat 8px 7px;
	text-indent: -9999px;
	float: right;
	margin-left: 1px;
}

.posts-prev a:hover,
.posts-next a:hover {
	background-color: #ec7100;
}

#filters {
	background: #ffffff;
	border-bottom: 1px solid #dedede;
	margin: 0 -30px 0 -30px;
	padding: 10px 30px;
}

#filters li {
	display: block;
	float: left;
	margin-right: 20px;
}

#filters li a {
	display: block;
	float: left;
	padding: 0px 20px 0px 0;
	border-right: 1px solid #efefef;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
}

#filters li:last-child a {
	border-right: none;
}

#filters li a:hover {
	color: #ec7100;
}

#container {
	/* width:940px; */
	padding: 30px 20px 10px 20px;
	/* margin:-30px -30px -60px -30px; */
	background: #f3f3f3;
	border-top: 5px solid #eaeaea;
}

.work-item {
	overflow: hidden;
	position: relative;
	width: 215px;
	height: 230px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	float: left;
	background-color: #ffffff;
	border-bottom: 1px solid #d3d3d3;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	-moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	-ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	-o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}

.work-item .prettyPhoto .zoom {
	position: absolute;
	top: 0;
	left: -215px;
	display: block;
	width: 215px;
	height: 140px;
	background: url(framework/images/zoom.png) no-repeat center center;
	opacity: 0;
}

.work-item .video .zoom {
	position: absolute;
	top: 0;
	left: -215px;
	display: block;
	width: 215px;
	height: 140px;
	background: url(framework/images/zoom-video.png) no-repeat center center;
	opacity: 0;
}

.work-item .pic .zoom {
	position: absolute;
	top: 0;
	left: -215px;
	display: block;
	width: 215px;
	height: 140px;
	background: url(framework/images/zoom-pic.png) no-repeat center center;
	opacity: 0;
}

.work-item:hover {
	background-color: #ffffff;
	border-color: #ec7100;
}

.work-item:hover h3 a {
	color: #ec7100;
}

.work-item:hover img {
	border-color: #ec7100;
}

.work-item img {
	border-bottom: 5px solid #e4e4e4;
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	-moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	-ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	-o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}

.work-item h3 {
	font-size: 15px;
	margin: 15px 0 2px 0;
	padding: 0;
	font-weight: 400;
}

.work-item .work-description span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
	font-style: italic;
	padding: 0 20px;
}

#content-full div:nth-child(4n) .work-item {
	margin-right: 0px;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height;
	-moz-transition-property: height;
	-ms-transition-property: height;
	-o-transition-property: height;
	transition-property: height;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -moz-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}

/* ----------------------------------------------------- */
/* Details */

#work-slider {
	width: 600px;
	position: relative;
}

#work-slider .flex-control-nav {
	display: none;
	margin-left: 0px;
}

.work-detail-thumb {
	width: 600px;
	float: left;
}

.work-detail-thumb img {}

.work-detail-description {
	width: 280px;
	float: left;
	margin-left: 30px;
}

.work-detail-description h3 {
	margin: 0 0 5px 0;
	padding: 0;
}

.work-detail-description .taxonomy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: #999999;
	font-style: italic;
	margin-bottom: 20px;
}

.work-detail-description p {
	margin-bottom: 20px;
}

#embedd-video {
	width: 600px !important;
	display: none;
}

/* ----------------------------------------------------- */
/* Sidebars */
/* ----------------------------------------------------- */

#sidebar h2 {
	color: #434242;
	text-transform: uppercase;
	font-size: 12px;
}

#sidebar {
	font-size: 11px;
}

#sidebar .widget {
	margin-bottom: 40px;
}

#sidebar li {
	background: url(framework/images/arrow.png) no-repeat 6px 11px;
}

#sidebar .widget_recent_entries li {
	background: url(framework/images/pen.png) no-repeat 0 10px;
}

#sidebar .widget_categories li {
	background: url(framework/images/category.png) no-repeat 0 10px;
}

#sidebar .widget_tag_cloud a,
.meta-tags a {
	font-size: 11px !important;
	display: inline;
	background: url(framework/images/tag.png) no-repeat top left;
	padding: 1px 7px 2px 18px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #777777;
}

#sidebar .widget_tag_cloud a:hover,
.meta-tags a:hover {
	color: #333333;
}

#sidebar .widget_nav_menu li.current-menu-item a {
	color: #ec7100 !important;
}


#sidebar .widget_recent_comments li {
	background: url(framework/images/comment.png) no-repeat 0 11px;
	padding: 5px 0 5px 16px;
	border-bottom: 1px dotted #dedede;
}

#sidebar .widget_recent_comments li a {
	padding: 0;
	border: none;
	display: inline;
}

#sidebar li a {
	display: block;
	color: #8a8a8a;
	border-bottom: 1px dotted #dedede;
	padding: 5px 0 5px 16px;

}

#sidebar a:hover {
	color: #ec7100;
}

#sidebar ul li:last-child a,
#sidebar ul li:last-child {
	border-bottom: none;
}

#sidebar ul li ul li:last-child a {
	border-bottom: 1px dotted #dedede;
}

/* ----------------------------------------------------- */
/* Sidebar Widgets */
/* ----------------------------------------------------- */

#sidebar #searchform input {
	padding: 6px 4px 6px 26px;
	border: 1px solid #d5d5d5;
	color: #666666;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
	font-weight: 400;
	font-size: 11px;
	width: 185px;
	background: #ffffff url(framework/images/search.png) no-repeat 8px 8px;
}

#sidebar #searchform input:focus {
	border: 1px solid #999999;
}

.embed_code>iframe {
	width: 100%;
	height: auto;
}

#twitter_update_list li a {
	padding: 0;
	margin: 0;
	border-bottom: none;
}

#twitter_update_list li {
	display: block;
	padding-bottom: 10px !important;
	margin-bottom: 10px;
	border-bottom: 1px dotted #dedede;
}

#twitter_update_list li:last-child {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

#flickr_tab {}

#flickr_tab a {
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 11px;
	margin-bottom: 11px;
}

#flickr_tab a img {
	width: 60px;
	height: 60px;
	border: 0px solid #efefef;
	transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	/* FF3.7+ */
	-o-transition: opacity 0.4s ease;
	/* Opera 10.5 */
	-webkit-transition: opacity 0.4s ease;
	/* Saf3.2+, Chrome */
}

#flickr_tab a:hover img {
	opacity: 0.6;
}

/* ----------------------------------------------------- */
/* Content Styles */
/* ----------------------------------------------------- */


.hr {
	background: url(framework/images/dotted.png) repeat-x bottom left;
	height: 1px;
	margin: 35px 0px 40px 0px;
}

#post-1037 div.hr {
	clear: both;
}

.hr2 {
	border-bottom: 1px solid #dedede;
	height: 0px;
	margin: 30px 0 30px 0;
}

.hr3 {
	border-bottom: 1px solid #dedede;
	height: 0px;
	margin: 40px -30px 40px -30px;
}


.shadow-top {
	height: 6px;
	width: 100%;
	background: url(framework/images/shadow-top.png) repeat-x top center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	opacity: 0.2;
}

.col-4,
.col-4-last {
	float: left;
	width: 215px;
	margin-right: 20px;
}

.col-4-last {
	margin-right: 0;
}

/* ---------------------------------------------------- */
/* Standard Tags										*/

.sticky,
.gallery-caption,
.bypostauthor {}

strong,
b {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

address {
	font-style: italic;
}

code,
pre {
	display: block;
	font: 11px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #f5f5f5 url(framework/images/pre.png) repeat;
	border: 1px solid #ccc;
	padding: 18px 20px 18px 20px;
	margin: 0 0 18px;
	line-height: 19.2px;
	overflow: auto;
	overflow-Y: hidden;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-style: italic;
	background: #ffffff url(framework/images/blockquote.png) no-repeat 10px 6px;
	font-size: 15px !important;
	padding: 10px 10px 10px 50px;
}

blockquote p {
	font-size: 15px !important;
	line-height: 24px;
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
}


table {
	margin: 0 0 20px 0;
	text-align: left;
	padding: 0 5px;
}

tr:nth-child(even) {
	background: #f7f7f7
}

tr:nth-child(odd) {
	background: #ffffff
}

tr {
	border-bottom: 1px solid #e4e4e4;
}

th,
td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;

}

thead th {
	font-size: 14px;
	font-weight: 700;
	color: #777777;
	border: none;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 10px 5px;
}


table.trip-summary {
	margin: 50px 10px;
	width: 100%;
	/* font-size: 0.9em;
    float: right;
    width: 40%;*/
}

table.trip-summary th {
	white-space: nowrap;
	font-size: 1.2em;
	text-align: left;
}

table.trip-summary thead th {
	text-align: center;
	color: #00b2f0;
}

table.trip-summary th i {
	padding-right: 0.7em;
	font-size: 1.5em;
	vertical-align: middle;
}

#content-part table.trip-summary p {
	font-size: 1em;
	margin-top: 9px;
	margin-bottom: 9px;
}

/* ----------------------------------------------------- */
/* Footer */
/* ----------------------------------------------------- */

#footerwrap {
	height: auto !important;
}

#breadcrumb {
	border-top: 1px solid #dedede;
	border-bottom: 5px solid #ebebeb;
	padding: 5px 30px;
	color: #636363;
	font-size: 11px;
	height: auto;
}

#breadcrumb a {
	color: #636363;
	text-decoration: none;
	background: url(framework/images/arrow.png) no-repeat center right;
	padding: 0 13px 0px 0;
	margin: 0 10px 0 0;
}

#breadcrumb a:hover {
	color: #ec7100;
}

/* ----------------------------------------------------- */
/* Last Tweets */

#lasttweet {
	background: #ec7100 url(framework/images/twitter.png) no-repeat 30px 11px;
	padding: 10px 65px;
	font-size: 11px;
	color: #ffffff;
	min-height: 20px
}

#lasttweet a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#lasttweet a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}

/* ----------------------------------------------------- */
/* Footer */

#footer {
	background: #ededed url(https://subtlepatterns.com/patterns/subtle_white_feathers.png) repeat top left scroll;
	padding: 40px 40px 40px 30px;
	color: #000;
	font-size: 11px;
	/* box-sizing: border-box; */
}

#footer a {
	color: #c1c1c1;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}

#footerlogo {
	color: #c1c1c1;
	font-size: 11px;
}

#footerlogo h4 {
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 15px;
}

#footerlogo h4 a {
	color: #ffffff;
	text-decoration: none;
}

#footerlogos img {
	height: 75px;
}

#footer .widget h2 {
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: -5px;
}

#footer .widget li {
	/* border-bottom:1px dotted #777777; */
	padding: 5px 0;
	font-size: 11px;
}

#footer .widget ul {
	border-top: 1px solid #fff;
	background: #fff;
	/* margin-left: -40px; */
}

#footer #searchform input {
	padding: 6px 4px 6px 26px;
	border: 1px solid #00b2f0;
	/* color:#999999; */
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
	font-weight: 400;
	font-size: 11px;
	width: 185px;
	background: #fff url(framework/images/search.png) no-repeat 8px 8px;
}

#footer #searchform input:focus {
	/* border:1px solid #ffffff; */
}

#footer #text-7 {
	clear: both;
	width: 100%;
}

#footer-logos ul {
	width: 100%;
	display: table;
	table-layout: fixed;
}

#footer-logos ul li {
	display: table-cell;
	text-align: center;
}

#footer-logos ul img {
	border-radius: 5px;
	height: 90px !important;
}

/* ----------------------------------------------------- */
/* Copyright */

#copyright {
	background: #464646;
	padding: 10px 30px;
	color: #b5b5b5;
	font-size: 11px;
	position: relative;
}

#copyright a {
	text-decoration: none;
	color: #b5b5b5;
	border-bottom: 1px solid #666666;
}

#copyright a:hover {
	color: #ffffff;
	border-bottom: 1px solid #999999;
}

#back-to-top {
	position: absolute;
	top: 12px;
	right: 20px;
}

#back-to-top a {
	border: none;
	opacity: 0.6;
	transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	/* FF3.7+ */
	-o-transition: opacity 0.4s ease;
	/* Opera 10.5 */
	-webkit-transition: opacity 0.4s ease;
	/* Saf3.2+, Chrome */
}

#back-to-top a:hover {
	opacity: 1;
	border: none;
}

/* ----------------------------------------------------- */
/* EOF */
/* ----------------------------------------------------- */

input:not([type]),
input[type="color"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
#cntctfrm_contact_form input.text,
#cntctfrm_contact_form textarea,
#cntctfrm_contact_message,
#cntctfrm_contact_name,
#cntctfrm_contact_email,
#cntctfrm_contact_subject {
	border: 2px solid #eee;
	outline: none;
	padding: 8px;
	border-left: 3px solid #00b2f0;
}

input:not([type]):focus,
input[type="color"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="text"]:focus,
#cntctfrm_contact_form input.text:focus,
#cntctfrm_contact_form textarea:focus,
#cntctfrm_contact_message:focus,
#cntctfrm_contact_name:focus,
#cntctfrm_contact_email:focus,
#cntctfrm_contact_subject:focus {
	border: 1px solid #00b2f0;
}

div#transposh-3 {
	float: right;
}

#tr_credit {
	display: none;
}

div.one-third {
	width: 32%;
	display: inline-block;
	vertical-align: top;
}

div.two-thirds {
	width: 66%;
	display: inline-block;
	vertical-align: top;
}

.clear:before,
.clear:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.metaslider {
	top: -35px;
}

.clear:after {
	clear: both;
}

ul.destination-tiles img {
	width: 100%;
	height: 197px;
	border-left: 0px;
}

@media only screen and (min-width : 768px) {
	ul.destination-tiles li {
		/* width: 30%; */
		/* max-width: 350px; */
	}
}

@media only screen and (min-width : 480px) and (max-width : 767px) {

	ul.destination-tiles li {
		/* width: 45%; */
	}
}

.notice-bar {
	padding: 10px 35px 15px 25px;
	/* margin: 0px -30px; */
	line-height: 1.6em;
	font-size: 15px;
}

@media only screen and (max-width: 760px) {
	.notice-bar {
		font-size: 13px;
	}
}

.home .notice-bar {
	padding-top: 25px;
	padding-bottom: 23px;
}

.notice-alert {
	background: #c4eeb8;
	color: red !important;
	border-left: 10px solid #7fbf6d;
}

.notice-alert a {
	color: red !important;
}

.notice-bar span {
	font-weight: bold;
}

.notice-warning {
	background: #fcf8e3;
}

/* ============ HERO SLIDER ============= */

.hero-slider li div.slide-container {
	height: 600px;
	background-size: cover;
	background-position: 50% 50%;
}

.hero-slider .title,
.hero-slider .subtitle {
	color: #fff;
}

.hero-slider .title,
.hero-section h1 {
	padding: 10px 30px 13px !important;
	margin-left: 0px;
	font-weight: 600;
	color: #fff;
	border-left: #00b2f0 solid 10px;
}

.hero-slider .subtitle,
.hero-section h2 {
	color: #222;
	display: block;
	background: #ffd100;
	margin-top: 0px;
	padding: 12px 10px 12px 37px;
	line-height: 0.9em;
}

.hero-slider .slide-text {
	position: absolute;
	bottom: 65px;
	left: 70px;
}

/* ====================================== */

section {
	/* margin: 50px 0px; */
	/* padding-bottom: 30px; */
}

.flex-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	padding: 30px 0px;
}

.flex-list.compact {
	justify-content: center;
}

.flex-col-item {
	flex: 1 25%;
	max-width: 300px;
}

.flex-row-item {
	flex: 1 100%;
}

a.section-btn {
	margin: auto;
	display: block;
	width: 230px;
	text-align: center;
}

/* ============ HOME PANELS ============= */

.home-panels {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	/* background: #fff; */
}

.home-panels .home-panel {
	flex: 1 100%;
	display: flex;
	overflow: hidden;
	margin: 20px;
}

.home-panel .panel-image,
.home-panel .panel-text {
	flex: 1 50%;
	z-index: 1;
}

.panel-text {
	padding: 60px 20px 60px 0px;
	box-sizing: border-box;
}

.home-panel .panel-image {
	background-position: center;
	background-size: cover;
	flex: 1 50%;
}

.panel-text,
.panel-text:after {
	background-color: #6fbf59;
	color: #fff;
}

.panel-text,
.panel-text * {
	position: relative;
	z-index: 3;
	color: #fff;
}

.panel-text:after,
.panel-text:before {
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-15deg);
	position: absolute;
	top: 0;
	left: -80px;
	content: ' ';
	width: 142%;
	z-index: 1;
	display: block;
	bottom: 0;
}

.panel-text:before {
	background: #6fbf59;
	left: -90px;
}

/* ====================================== */

/* ============ TOP TRIPS PANEL ============= */

.top-trips .trips {
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
	align-items: stretch;
	margin-bottom: 30px;
}

.top-trips .trip {
	flex: 1 200px;
	max-width: 370px;
	background: #fff;
}

.trip .trip-title {
	padding: 10px 30px 13px;
	margin-left: 0px;
	font-weight: 600;
	color: #fff !important;
	/* border-left: #ffd100 solid 10px; */
	background: #00b2f0;
	margin-bottom: 0px;
}

.trip .trip-text {
	background: #fff;
	padding: 20px;
}

.trip .trip-image {
	height: 200px;
	background-position: center;
	background-size: cover;
}



/* ====================================== */

@media only screen and (max-width: 760px) {

	/* June 2016 - Carl stanley edits */
	.flexslider {
		overflow: hidden;
		width: 100%;
	}

	.flexslider .slides>li {
		width: 100% !important;
	}

	body #wrap,
	body #header {
		width: 100%;
	}

	.menu-main-navigation-container {
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}

	body #nav select.select-menu {
		width: 100%;
		box-sizing: border-box;
		margin: 0px;
	}

	body .one_fourth,
	body .teasertext,
	body #footer .col-4,
	body #latestposts .entry,
	body #copyright {
		width: 100% !important;
		box-sizing: border-box;
	}

	body #content-part,
	body #content-full {
		width: 100%;
	}

	table.trip-summary {
		margin: 50px 0px;
	}

	.trip-summary tr {
		width: 100%;
		display: block;
	}

	table.trip-summary th {
		width: 100%;
		display: block;
		text-align: center;
		padding: 11px 8px;
		box-sizing: border-box;
		text-align: center;
	}

	.trip-summary td {
		width: 100%;
		display: block;
		text-align: center;
		padding: 11px 8px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 500px) and (orientation: portrait) {
	body .post img.alignright.size-full {
		width: 100%;
		margin: 0px 0px 25px !important;
		height: auto;
	}
}

.flexslider .slides img {
	width: 100%;
}

a.next,
a.prev {
	top: 50%;
	transform: translateY(-50%);
	/* height: 80px !important; */
	/* background-position: 50% 50%; */
	/* background: rgba(50, 50, 50, 0.8) url(../images/next.png) no-repeat 50% 50% !important; */
}

.shell {
	max-width: 1320px;
	margin: auto;
	padding: 30px;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	width: 100%;
}

#header .shell {
	padding: 0px;
}

a.prev {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#work-slider .slides {
	margin-left: 0px
}

@media screen and (max-width: 768px) {
	body {
		font-size: 14px;
	}

	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 22px;
	}

	h2.subtitle {
		margin-bottom: 0.5em
	}

	.hero-slider li div.slide-container,
	.hero-section {
		height: 40vh;
	}

	.hero-slider .slide-text {
		left: 0px;
		bottom: 0;
	}

	.hero-slider .title,
	.hero-slider .subtitle,
	.hero-section h2,
	#subtitle.hero-section,
	.slide-text h1 {
		font-size: 18px;
		background: rgba(0, 0, 0, 0.6);
		padding: 10px 20px 10px !important;
		text-align: left;
		box-sizing: border-box;
	}

	.hero-slider .subtitle,
	.hero-section h2 {
		background: rgba(255, 209, 0, 0.9);
		box-sizing: border-box;
	}

	#logo {
		margin-left: 0px
	}

	#logo img {
		width: 50%;
	}

	#header.fixed {
		position: relative;
	}

	.home-panels .home-panel {
		flex-wrap: wrap;
		margin: 30px 0px;
	}

	.home-panel .panel-image,
	.home-panel .panel-text {
		flex: 1 100%;
		flex-wrap: wrap;
		flex-grow: 1;
		flex-flow: wrap;
		justify-content: space-around;
		align-items: stretch;
		padding: 15px;
	}

	.home-panel .panel-image {
		height: 200px;
	}

	#subtitle.hero-section {
		padding-top: 20vh;
		margin: 0px;
		border-left: 0px;
		padding: 10px 0px 0px !important;
	}

	.hero-section .slide-text {
		position: absolute;
		bottom: 0;
		left: 0;
		/* right: 0; */
		text-align: left;
	}

	.entry {
		padding: 10px 30px;
		margin: -30px;
	}

	.flex-col-item {
		margin: 5px 0px;
	}

	.align-right {
		float: none
	}

	.post img {
		margin: 15px 0px;
		width: 100%;
	}
}

.elementor-editor-active #nav {
    display: none;
}