body.c5-mode { 
	}
	body.c5-mode #header { margin-top: 50px;}
body#tinymce { background: #FFF!important; background-image: none!important; }

/*
* Author: Vasterad
* Template: Sensation
* URL: http://themeforest.net/user/Vasterad/
*/

/*================================================= */
/* Header
================================================== */
#header {background: #22224C; padding:0; margin:0; /*width: 100%; float: left; */}
#logo {/*display: block; height: 90px;*/}
	#logo img { /*margin-top: 18px;*/ /*width: 100%; height: auto;*/}

.acontainer .clearfix {content: "."; display: block; height: 0px; clear: both; /*visibility: hidden;*/}
.acontainer .spacer {margin-top: 20px;}

/*================================================= */
/* Navigation
================================================== */
.selectnav {display: none; cursor: pointer; width: 100%; padding: 7px; height: 35px; float: left; font-size: 14px;}
#navigation {/*float: right; /*margin-top: 18px;*/}
#navigation ul, #navigation li  {list-style:none; padding:0; margin:0; display:inline; }
#navigation ul li{float:left; position:relative;}

#navigation ul li a { 
	font-family: "Open Sans", Arial, sans-serif;
	display: inline-block;
	color: #ccc;
	padding: 23px 20px 26px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	border-top: 3px solid transparent;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	margin: 0 -4px 0 0; 
}

#navigation ul li a:hover{
	background: #22224C;
	border-top: 3px solid #81b600;
	color: #fff;
}

#navigation ul ul { 
	opacity: 0; 
  	filter: alpha(opacity=0); 
	position: absolute;
	top:-99999px; 
	left: 0;
	z-index: 999999;
	background: #22224C;
	width: 200px;
}

#navigation ul ul li a:hover {
	background: #3f3f56;
	color: #fff !important;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
}

#navigation ul ul li a {
	padding: 8px 15px;
	display: block;
	width: 170px;
	font-family: Tahoma, Arial, sans-serif;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #6a6a89;
	border-top: 1px solid transparent;
}

#navigation ul ul ul { 
	position:absolute; 
	top:-99999px; 
	left:100%; 
	opacity: 0;
	margin-left: 4px;
}

#navigation ul li:hover>ul{ opacity: 1; position:absolute; top:99%; left:0;}
#navigation ul ul li:hover>ul{ position:absolute; top:0; left:100%; opacity: 1; z-index:497; background: #3f3f3f; border: 0;}
#navigation ul li:hover > a {background: #3f3f56; border-top: 3px solid #b4cd34; color: #fff;}
#navigation ul ul li:hover > a {border-top: 1px solid transparent; color: #aaa;}
#current {background: #3f3f56!important;border-top: 3px solid #b4cd34!important;color: #fff !important;}

/*================================================= */
/* Tagline
================================================== */
#tagline {
	margin: 30px 0;
	font-size: 22px;
	font-family: "Open Sans", Arial, sans-serif;
	color: #505050;
	letter-spacing: -0.6px;
	text-align: center;
	line-height: 30px;
}

#tagline span, #tagline a {
	background: #81b600;
	color: #fff;
	padding: 0 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#tagline span:hover, #tagline a:hover {background: #6b6b6b;}
#tagline p {margin: 3px;}
#tagline h1 { color: #3f3f56; }
.tagline_page{border-bottom: 1px solid #e1e1e1; padding: 0 0 30px 0}


/*================================================= */
/* Coloured Buttons
================================================== */
a.bluelinkbox:link, a.bluelinkbox:visited, a.greenlinkbox:link, a.greenlinkbox:visited, a.purplelinkbox:link, a.purplelinkbox:visited  {
	display: inline-block; margin: 10px 0; padding: 10px; color: #FFF!important; text-align: center;
}
a.bluelinkbox:link, a.bluelinkbox:visited { 
	background: #2CA5DE; 
}
a.greenlinkbox:link, a.greenlinkbox:visited {
	background: #b8d033;
}
a.purplelinkbox:link, a.purplelinkbox:visited {
	background: #322d77;
}
a.bluelinkbox:hover, a.bluelinkbox:active, a.greenlinkbox:hover, a.greenlinkbox:active, a.purplelinkbox:hover, a.purplelinkbox:active  {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.gallery-content { margin-top: 20px;}

/*================================================= */
/* Subtitle
================================================== */
#subtitle {background: #f7f7f7; padding:0; margin:0; border-bottom: 1px solid #d7d7d7;}
#subtitle h3 {line-height: 70px; letter-spacing: -0.5px; font-size: 24px;}
#subtitle h3 span {color:#999999; font-size: 24px;}

.page_headline span {
	color: #888;
	font-weight: normal;
	font-size: 12px;
	float: right;
	font-family: Tahoma, sans-serif;
	letter-spacing: 0;
}

.page_headline {
	font-family: "Open Sans", Arial, Tahoma;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.5px;
	display: block;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 8px 0;
	margin: 20px 0;
}

.sidebar h2 {
	font-family: "Open Sans", Arial, Tahoma;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.5px;
	display: block;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 8px 0!important;
	margin: 20px 0!important;
}



/* ---------------------------------------------------------------------- */
/* Sidebar List
/* ---------------------------------------------------------------------- */
ul.sidebar-list {
	padding-left: 0;
	margin-bottom: 50px;
}
	ul.sidebar-list li { 
		list-style-position: inside; list-style-type: none!important; padding: 0 0 0 10px; margin: 0 0 0 -5px; text-indent: 10px;
	}
			ul.sidebar-list li ul {
				padding-left:0;
				margin-bottom: 0!important;
			}	
			ul.sidebar-list li ul li {
			padding-left: 0;
			margin-left: 0;
			list-style-type: none!important
			}
			
		ul.sidebar-list li a {
			display: block; padding: 10px 0; 
			font-size: 14px; background: #23222e/*322d77*/;
		}
			ul.sidebar-list li a:hover, ul.sidebar-list li a:active, ul.sidebar-list li a.nav-selected {
			background: #2ca5de;
			}
			
			ul.sidebar-list li ul li a {
				font-size: 12px; background: #3e3d4a/*29255a*/; padding-left: 10px;
			}

		ul.sidebar-list li a.nav-selected:hover {
			color: #FFF!important; background: #4ac0f8; 
		}
		
		ul.sidebar-list li a:link, ul.sidebar-list li a:visited {
			color: #FFF!important;
		}


/*================================================= */
/* Single Project
================================================== */
.project_overview p {
	margin: 15px 0;
}

.project_overview h3 {
	font-family: "Open Sans", Arial, Tahoma;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.5px;
	display: block;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 3px 0;
	margin: 0 0 15px 0;
}

.project_navi {margin-top: -55px !important;}

/*================================================= */
/* Blog Post Container
================================================== */
#blog_post_container {margin-top: 15px;}

.post {border-bottom: 1px solid #e1e1e1; margin-bottom: 15px;}

.post h2 a {
	font-size: 22px;
	font-weight: normal;
	color: #464646;
	font-family: "Open Sans", Arial, Tahoma, sans-serif;
	text-decoration: none;
	display: inline-block;
	line-height: 28px;
	letter-spacing: -0.5px;
}

.post h2 a:hover {color: #777;}

.post-content p {
	line-height: 20px;
	margin: 15px 0 0 0;
}

a.post-entry {
	font-size: 12px;
	color: #6f9c00;
	font-family: Tahoma, Arial, sans-serif;
	margin: 15px 0 20px 0;
	display: inline-block;
	padding: 0 12px 0 0;
	background: url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/bullet_post_entry.png) no-repeat right;
	background-position: 100% 60%;
}

a.post-entry:hover {
	color: #888; 
	background: url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/bullet_post_entry_hover.png) no-repeat right;
	background-position: 100% 60%;
}

.post-meta {color: #777; font-size: 12px; margin: 1px 0 15px 0;}
.post-meta a {color: #6f9c00;text-decoration: none;}
.post-meta a:hover {color: #999;}


.icon-calendar {
	background: url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/calendar_ico.png) no-repeat;
	display: inline-block;
	height: 13px;
	width: 12px;
	margin: 0 0 -1px 0;
	padding: 0 5px 0 0;
}

.icon-author {
	background: url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/author_ico.png) no-repeat;
	display: inline-block;
	height: 16px;
	width: 13px;
	margin: 0 0 -5px 8px;
	padding: 0 8px 0 0;
}

.icon-comment {
	background: url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/comment_ico.png) no-repeat;
	display: inline-block;
	height: 15px;
	width: 11px;
	margin: 0 0 -5px 8px;
	padding: 0 8px 0 0;
}

/* Blog Blockquote */
.post-quote {
	background: #363636;
	padding: 20px;
}

.post-quote blockquote {
	color: #ececec;
	font-family: "Droid Serif", Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	border-left: 1px solid #545455;
	padding: 0 0 0 18px;
	margin-left: 40px;

}
.post-quote span, .post-quote a {color: #7db000; text-decoration: none;}

.post-quote .icon {
	background: url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/quote_ico.png) no-repeat;
	height: 15px; width: 25px;
	display: block;
	float: left;
	margin: 4px 0 0 0;
}

/** Comments **/
.comments-sec{float:left; width:100%; line-height: 20px;}
.comments-sec h3 {font-size: 16px; font-weight: bold; color: #464646; font-family: "Open Sans", Arial, sans-serif; border-bottom: 1px solid #e1e1e1; margin: -9px 0 0 0; padding-bottom: 8px; letter-spacing: -0.5px;}
.comments-sec h3 span {color: #888;}

ol.commentlist{float:left; width:100%;}
ol.commentlist li{float:left; border-top:1px solid #e1e1e1; padding: 25px 0 20px 0;}
ol.commentlist li:first-child{border:none; padding: 25px 0 0px 0;}
ol.commentlist li{list-style: none;}

ol li ol.childlist{ float:right; width:89%; margin:0px}
ol.commentlist li ol.childlist li:first-child{border-top:1px solid #e1e1e1; padding: 25px 0 0 0; font-size: 12px;}
ol.commentlist li ol.childlist li{border-top:1px solid #e1e1e1; margin:25px 0 15px 0; font-size: 12px;}

.comments{float:left; width:100%}
ol li ol.childlist .comment-des{float:right; width:88%;}
.avatar{float:left;}

.comment-des{float:right; width:89%;}
.comment-des strong{float:left; color:#464646; padding-right:5px; font-family: "Open Sans", Arial,sans-serif; font-size:14px; letter-spacing: -0.5px;}
.comment-des span{float:left; color:#777; font-family: Tahoma, Arial, sans-serif;}
.comment-by{float:left; width:100%; padding-bottom:5px; padding-top:5px; color: #000;}
.comment-by span.reply{color:#777; float:right;}
.comment-by span.reply a{color:#6f9c00; font-weight:bold; float:right; height:17px; margin-left:5px; font-weight: normal;}
.comment-by span.reply a:hover{border:none; color: #888;}
.comment-by span.date{color:#888; padding-right:7px; float:right;}

/** Leave a Comment **/
.form_comment label {
	display: block;
	color: #676767;
	margin-top: 15px;
	padding-bottom: 4px;
}

.form_comment label span {color:#dd1d1d;}

.form_comment input, .form_comment textarea {
	width: 250px;
	border: 1px solid #d7d7d7;
	color: #999;
	font-size: 12px;
	font-family: Arial;
	padding: 8px;
	background-color: #fff;
	outline: none;
	cursor: text;
	font-family: Tahoma, Arial, sans-serif;
}

.form_comment textarea {
	width: 97%;
	max-width: 97%;
	height:140px;
}

.form_comment input:focus, .form_comment textarea:focus {
	border: 1px solid #d1d1d1;
	color: #676767;
	-webkit-box-shadow: 0 0 3px #e8e8e8;
	-moz-box-shadow: 0 0 3px #e8e8e8;
	box-shadow: 0 0 3px #e8e8e8;
}

.form_send input {margin: 10px 0 20px 0;}

/*================================================= */
/* Blog - Widget
================================================== */
#blog_widget_container {margin-top: 32px;}

.search input {
	width: 85%;
	border: 1px solid #d7d7d7;
	color: #999;
	font-size: 12px;
	font-family: Arial;
	padding: 8px 15px 8px 28px;
	background: url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/search_ico.png) no-repeat 4% 54%;
	background-color: #fff;
	outline: none;
	cursor: text;
	font-family: Tahoma, Arial, sans-serif;
	margin-bottom: 15px;
}

.search input:focus {
	border: 1px solid #d1d1d1;
	color: #676767;
	-webkit-box-shadow: 0 0 3px #e8e8e8;
	-moz-box-shadow: 0 0 3px #e8e8e8;
	box-shadow: 0 0 3px #e8e8e8;
}

.widget {margin-bottom: 20px;}
.widget-text p {color: #676767; line-height: 21px;}

.widget-title h3 {
	font-size: 14px;
	font-family: "Open Sans", Arial, Tahoma;
	font-weight: bold;
	color: #464646;
	letter-spacing: -0.5px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 1px;
	margin-bottom: 9px;
}

.widget-categories a {color: #676767;	display: block;}
.widget-categories a:hover {color: #6f9c00;}

.widget-categories li {
	background: url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/bullet_categories.png) no-repeat 0% 50%;
	padding: 3px  12px;
	margin:0;
	list-style: none;
}

/* Twitter - Blog */
#twitter-blog {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	float: left;
	display: block;
	color: #676767;
}

#twitter-blog b a {color: #999999;}
#twitter-blog li {line-height: 21px;}
#twitter-blog li:last-child {padding: 0; margin: 0;}
#twitter-blog a {color: #6f9c00;}
#twitter-blog a:hover {color: #999;}

/* Flickr - Blog */
.flickr-widget-blog {margin-right: -12px; margin-top: 15px;}
.flickr-widget-blog img {display: block; width: 100%;}
.flickr-widget-blog a:hover {border-color: #6b6b6b;}

.flickr-widget-blog a {
	float: left;
	width: 55px;
	height: 55px;
	margin-right: 12px;
	margin-bottom: 12px;
	border: 3px solid #dcdcdc;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.older_entires {
	float: left;
	margin: 5px 0 20px 0;
	color: #676767;
	padding: 0 0 0 12px;
	background: url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/bullet_post_entry_hover_left.png) no-repeat left;
	background-position: 0% 60%;
}

a.older_entires:hover {
	color: #6f9c00;
	background: url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/bullet_post_entry_left.png) no-repeat left;
	background-position: 0% 60%;
}

a.newer_entires {
	float: right;
	margin: 5px 0 20px 0;
	color: #676767;
	padding: 0 12px 0 0;
	background: url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/bullet_post_entry_hover.png) no-repeat right;
	background-position: 100% 60%;
}

.newer_entires:hover {
	color: #6f9c00;
	background: url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/bullet_post_entry.png) no-repeat right;
	background-position: 100% 60%;
}

/*================================================= */
/* Features
================================================== */
.feature {margin: 0 0 20px 0;}
.feature.page {margin: 0 0 25px 0;}
.feature-description {margin-left: 45px;}

.feature h4 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.5px;
}

.feature-circle {
	font-size: 16px;
	font-weight: bold;
	font-family: "open sans", sans-serif;
	display: inline-block;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	-moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;
	float: left;
	margin-top: 10px;
}

.feature-circle i {margin: 4px 0 0 1px;}

.feature-circle.green {background: #81b600;}
.feature-circle.gray {background: #6b6b6b;}
.feature-circle.purple { background: #22224C; }

/*================================================= */
/* Image Overlay
================================================== */
.item-img, .post-thumb, .slides {position: relative;}

.overlay {
	height: 100%;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
	z-index: 40;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transition: opacity 150ms ease-in-out;
	-moz-transition: opacity 150ms ease-in-out;
	-o-transition: opacity 150ms ease-in-out;
	transition: opacity 150ms ease-in-out;
}

.overlay.link {background: url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/overlay_link.png) no-repeat center center, url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/overlay_bg.png) center center;}
.overlay.zoom {background: url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/overlay_zoom.png) no-repeat center center, url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/overlay_bg.png) center center;}
.overlay.link.inportfolio-home { 
	/*width: 175px!important; height: 120px!important;*/
	/*width: 175px!important; height: 120px!important;*/
}


.overlay:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

.item {margin: 0 0 35px 0;}

.item-meta h4 {
	font-size: 16px;
	font-family: 'Open Sans', Arial, sans-serif;
	line-height: 30px;
	padding: 16px 0 0 0;
	color: #464646;
}

.meta-blog p {color: #676767;}
.item-meta {color: #888;}
.item-meta h4 a:link, .item-meta h4 a:visited  { color: #464646; }
.item-meta h4 a:hover{color:#322c76;}
.item-meta span {color: #a0a0a0; display: block; line-height: 18px;}
.item-meta p {line-height: 18px; margin-top: 7px;}

/*================================================= */
/* Headlines
================================================== */
#divider {
	margin: 17px 0 26px 10px;
	border-bottom: 1px solid #e1e1e1;
}

.related-title {
	background: url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/divider_bg.png) repeat-x;
	background-position: 50% 62%;
	margin: 0 0 15px 0;
}

.related-title span {
	color: #464646;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
	font-family: "Open Sans", sans-serif;
	background: #fdfdfd;
	padding: 0 10px 0 0;
}

/*================================================= */
/* Testimonials
================================================== */
.testimonial_page {margin: 40px; }

.testimonials, div.testimonial_page blockquote {
	background: #f6f6f6;
	border: 1px solid #ddd;
	padding:20px;
	line-height: 21px;
}

.testimonials_bg {
	background: url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/testimonials_bg.png) no-repeat;
	margin-top: -1px;
	display: block; width: 200px;
	height: 30px;
}	

.testimonials_author {
	color:#6f9c00;
	float: right;
	display: block;
	margin-top: -23px;
	margin-bottom: 20px;
}

.testimonials_author_page {
	color:#6f9c00;
	float: right;
	display: block;
	margin-top: -23px;
	margin-bottom: 20px;
}

.testimonials_author span {color:#a0a0a0}
.testimonials_author_page span {color:#a0a0a0}



/*================================================= */
/* Contact Form Styles 
================================================== */
#google_map {padding: 0 0 40% 0;}

#contact-form {margin-bottom: 25px;}
#send {margin-top: 12px;}

.field textarea {
	max-width: 97%;
	min-width: 97%;
	height: 160px;
}

.field input {
	width: 240px;
	display: block;
}

.field:focus {border: 1px solid #ddd;}

.field label {margin: 12px 0 4px 0; display: block;}
.field label span {color:#ea1c1c;}

.field .validation-error, 
.field .validation-error:focus {
	border:1px solid #f2c4c2;
	background: #ffeceb;
}

.loading {
	background:url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/loader.gif) no-repeat; 
	height:28px; 
	width:28px; 
	display: none;
	float: left;
	margin: 17px 0 0 12px;
}

.success-message {display:none;}

.address_contact {color:#676767; font-family: Tahoma,arial, sans-serif; padding-bottom:12px; line-height: 18px;}
.address_contact  img{float:left; padding-right:7px}
.address_contact  strong{font-weight:bold; color:#555; display:block; float:left; padding-bottom:8px; padding-right:4px; font-family:Arial,Helvetica,sans-serif}
.address_contact  a{color:#6f9c00}
.address_contact  a:hover{color:#888}

/*================================================= */
/* Portfolio Styles
================================================== */

#filters {
	float: left;
	margin-top: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

#filters ul li {
	display: inline;
	padding: 0 10px 0 0;
	margin: 0 5px 0 0;
	background: url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/filter_divider.png) no-repeat  100% 50%;
}

#filters li:last-child  {background: none;}

#filters a {
	color: #777;
	font-size: 12px;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	padding: 2px 5px;
}

#filters a:hover {
	color: #fff;
	background: #888;
	padding: 2px 5px;
}

.selected {background: #81b600; color: #fff !important;}
.selected:hover {background: #81b600!important;}

.portfolio-item {margin-bottom: 20px;}

.portfolio-item-meta h4 {
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 16px;
	padding: 12px 0 8px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #e1e1e1;
}

.portfolio-item-meta a, .item-meta a {color:#464646;}
.portfolio-item-meta a:hover {color:#6f9c00;}
.portfolio-item-meta p {color: #888;}

/*================================================= */
/* Isotope Styles
================================================== */

/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** 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, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:         top, left, opacity;
	transition-property:         transform, opacity;
}

/**** Disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	 transition-duration: 0s;
}

/* Disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/*================================================= */
/* About
================================================== */
.clients {border: 1px solid #e1e1e1; background: #fff; width: 100%; margin: 0 0 20px 0;}
.team_img {border: 1px solid #e1e1e1; margin-bottom:15px;}
.team {margin-bottom: 30px}
.team h4 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.5px;
	color: #464646;
	line-height: 17px;
}

.team span {color: #777;}
.team p {padding-top: 8px;}

/*================================================= */
/* Footer
================================================== */
#footer {background: #22224C; margin: 0; color:#FFF; padding: 5px 0; }
#footer p {line-height: 20px; color: #FFF;}
	#footer a:link, #footer a:visited { color: #FFF; }
	#footer a:hover, #footer a:active { color: #6a6a89;}

#footer_bottom {background: #191938; border-top: 1px solid #6a6a89; min-height: 50px;}
#footer-logo {min-height: 216px; margin: 5px 0;}
	#footer-logo a img { margin-bottom: 10px!important;}

#footer h4 {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	color:#fff;
	font-weight: bold;
	letter-spacing: -0.5px;
	display: block;
	border-bottom: 1px solid #6a6a89;
	padding: 10px 0;
	margin: 5px 0 15px 0;
}

.copyright {margin: 15px 0; color: #6a6a89;}
.copyright a, .copyright span {color:#6A6A89!important;}
.copyright a:hover { color: #FFF/*2ba4dd*/;}
.copyright strong { color: #6A6A89!important;  }
span.sign-in a:link, span.sign-in a:visited { color: #6A6A89; }
span.sign-in a:hover, span.sign-in a:active { color: #FFF!important; }
/*================================================= */
/* Footer - Social Icons
================================================== */
ul.social{
	float: left;
	width:100%;
	margin-top: 18px;
}
ul.social li{
	float:left;
	margin-right:5px;
	width:27px;
	height:27px;
	display: block;
}
ul.social li a {
	-webkit-transition: opacity 120ms ease-in-out;
	-moz-transition: opacity 120ms ease-in-out;
	-o-transition: opacity 120ms ease-in-out;
	transition: opacity 120ms ease-in-out;
	float:left; width:27px; height:27px; display: block; 	-moz-opacity: 0.4;opacity: 0.4; filter:alpha(opacity=0.4);
}

ul.social li a:hover {
	opacity: 1;
	-moz-opacity: 1;
}

ul.social li.facebook a{background:url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/social_icons/facebook.png) no-repeat;}
ul.social li.twitter a{background:url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/social_icons/twitter.png) no-repeat;}
ul.social li.vimeo a{background:url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/social_icons/vimeo.png) no-repeat;}
ul.social li.linked a{background:url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/social_icons/linked.png) no-repeat;}
ul.social li.flickr a{background:url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/social_icons/flickr.png) no-repeat;}
ul.social li.behance a{background:url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/social_icons/behance.png) no-repeat;}
ul.social li.delicious a{background:url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/social_icons/delicious.png) no-repeat;}
ul.social li.deviantart a{background:url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/social_icons/deviantart.png) no-repeat;}
ul.social li.dribbble a{background:url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/social_icons/dribbble.png) no-repeat;}
ul.social li.forrst a{background:url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/social_icons/forrst.png) no-repeat;}
ul.social li.google a{background:url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/social_icons/google.png) no-repeat;}
ul.social li.lastfm a{background:url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/social_icons/lastfm.png) no-repeat;}
ul.social li.myspace a{background:url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/social_icons/myspace.png) no-repeat;}
ul.social li.picassa a{background:url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/social_icons/picassa.png) no-repeat;}
ul.social li.quik a{background:url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/social_icons/quik.png) no-repeat;}
ul.social li.reddit a{background:url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/social_icons/reddit.png) no-repeat;}
ul.social li.rss a{background:url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/social_icons/rss.png) no-repeat;}

/*================================================= */
/* Footer - Address
================================================== */
.address{color:#FFF; font-family: Tahoma,arial, sans-serif; padding-bottom:12px; line-height: 18px;}
.address img{float:left; padding-right:7px}
.address strong{font-weight:bold; color:#FFF!important; display:block; float:left; padding-bottom:8px; padding-right:4px; font-family:Arial,Helvetica,sans-serif}
.address a{color:#6a6a89;}
.address a:hover{color:#565599;}
.address span { color: #FFF!important;}

/*================================================= */
/* Footer - Twitter Widget
================================================== */
#twitter {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	float: left;
	display: block;
	color: #bbb;
	margin-bottom: 20px;
}
#twitter b a {color: #6b6b6b}
#twitter li {line-height: 18px;}
#twitter li:last-child {padding: 0; margin: 0;}
#twitter a {color: #75a500;}
#twitter a:hover {color: #bbb;}

/*================================================= */
/* Footer - Flickr Widget
================================================== */
.flickr-widget {margin-right: -6px}

.flickr-widget a {
	float: left;
	width: 42px;
	height: 42px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 3px solid #6b6b6b;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.flickr-widget img {display: block;width: 100%;}
.flickr-widget a:hover {border-color: #c0c0c0;}

/*================================================= */
/* Back To Top
================================================== */
#backtotop {
	position: fixed;
	right:0px;
	display:none;
	bottom: 20px;
	margin: 0 20px 0 0;
}

#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	width:45px;
	height:45px;
	background: url(http://eventdynamics.worldnz.co.nz/themes/sensation2/images/back_to_top_btn.png) no-repeat 50% 50%;
	background-color:#b4cd34;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#backtotop a:hover {background-color: #322c76;}

/*================================================= */
/* #Media Queries
================================================== */
	/* Desktop 960 */
	@media only screen and (min-width: 960px) {
		.flexslider.home {min-height: 405px;}
		.flexslider {min-height: 1px;}
		.flexslider.blog {height: auto;}
		#portfolio-wrapper {min-height: 600px;}
	} 
	
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		#navigation {float: left; width: 100%}
		.js #nav { display: none; }
		.js .selectnav { display: block; margin: 10px 0!important; }
		#navigation ul {display: none;}
		#tagline {font-size: 20px}
		#navigation ul li a {font-size: 11px;}
		#navigation ul ul li a {font-size: 12px;}
		.testimonials_author {display: none;}
		.flickr-widget a {height: 45px; width: 45px;}
		.flickr-widget-blog a {height: 59px; width: 59px;}
		.avatar {height: 40px; width: 40px;}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		#navigation {float: left; width: 100%}
		.js #nav { display: none; }
		.js .selectnav { display: block; }
		#navigation ul {display: none;}
		.slider-caption {display: none;}
		.slider-caption-2 {display: none;}
		#tagline {font-size: 20px}
		.mr-rotato-prev, .mr-rotato-next, .mr-rotato-disabled {margin-right: -10px;}
		.flickr-widget {margin-bottom: 25px;}
		.meta-blog h4 {padding-top: 0;margin-top: 0;}
		#blog_widget_container {display: none;}
		.portfolio-item-meta {margin: 0 0 25px 0}
		#backtotop a {display: none;}
		#logo { margin-bottom: 10px;}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.flickr-widget a {height: 39px; width: 39px;}
		.img-blog {float: left; width: 30%; margin: 0 15px 15px 0;}
		.avatar {height: 35px; width: 35px;}
		.contact_textarea {width: 94%; max-width: 94%;}
		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.flickr-widget a {height: 47px; width: 47px;}
		.img-blog {float: left; width: 30%; margin: 0 15px 15px 0;}
		.meta-blog span, .meta-blog p {font-size: 11px; padding:0; line-height: 18px; margin: 0;}
		.post-meta {display: none;}
		.post h2 a {margin-bottom: 10px;}
		.avatar {height: 25px; width: 25px;}
		.contact_textarea {width: 92%; max-width: 92%;}
	}
	
/* //////  BASE //////  */
/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

	code {
		padding: 3px 6px;
		font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
		background: #fafafa;
		border: 1px solid #dedede;
		color: #6f9c00;
	}

/* #Basic Styles
================================================== */
	body {
		background: #fdfdfd;
		font: 12px/21px Tahoma, Arial, sans-serif;
		color: #676767;
		-webkit-font-smoothing: antialiased; 
		-webkit-text-size-adjust: 100%;
 } 

/* Basic Alginment
================================================== */
.columns img, .column img{max-width: 100%; height: auto;}
.content img, .thiscontent img {border: 1px solid #dfdfdf; margin-bottom: 15px;}

.align-left{float: left;}
.align-center{text-align: center;}
.align-right{float: right}

img.align-left{float: left; margin: 0 15px 12px 0;}
img.align-center{text-align: center; clear: both; margin: 15px auto; display: block;}
img.align-right{float: right; margin: 0 0 12px 15px;}

img, object, video {max-width: 100%; height: auto;display:block;}
img {width: auto;max-width: 100%; border: 0;-ms-interpolation-mode: bicubic;}

/* Flexible Embeds */
.embed {
    position: relative;
    padding: 0px;
    padding-bottom: 56.25%; /* 16/9 ratio */
    height: 0;
    overflow: hidden;
}

.embed iframe,
.embed object,
.embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.thiscontent .clearfix {content: "."; display: block; height: 0px; clear: both; visibility: hidden;}
.thiscontent .spacer {margin-top: 20px;}

/* #Typography
================================================== */
	/*h1, h2, h3, h4, h5, h6 {
		color: #464646;
		font-family: "Open Sans", Arial, sans-serif;
		font-weight: normal; }
		
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 28px; line-height: 50px; }
	h2 { font-size: 22px; line-height: 30px; }
	h3 { font-size: 18px; line-height: 34px; }
	h4 { font-size: 16px; line-height: 30px; }
	h5 { font-size: 14px; line-height: 24px; }
	h6 { font-size: 12px; line-height: 21px; }
	.subheader { color: #777; }

	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }


/* #Links
================================================== */
	/*a, a:visited { color: #6f9c00; text-decoration: none; outline: 0;-webkit-transition: color 0.1s ease-in-out; -moz-transition: color 0.1s ease-in-out; -o-transition: color 0.1s ease-in-out; -transition: color 0.1s ease-in-out;}
	a:hover, a:focus { color: #888; }
	p a, p a:visited { line-height: inherit; }

	
/* #Lists
================================================== */
	.thiscontent ul, .thiscontent ol { }
	.thiscontent ul { list-style: none outside; }
	.thiscontent ol { list-style: decimal; }
	.thiscontent ol, .thiscontent ul.square, .thiscontent ul.circle, .thiscontent ul.disc {  }
	.thiscontent ul.square { list-style: square outside; }
	.thiscontent ul.circle { list-style: circle outside; }
	.thiscontent ul.disc { list-style: disc outside; }
	.thiscontent ul ul, .thiscontent ul ol,
	.thiscontent ol ol, .thiscontent ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	.thiscontent ul ul li, .thiscontent ul ol li,
	.thiscontent ol ol li, .thiscontent ol ul li { margin-bottom: 6px; }
	.thiscontent li { line-height: 18px; margin-bottom: 12px; }
	.thiscontent ul.large li { line-height: 21px; }
	.thiscontent li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }

/* #Responsive Menu
================================================== */
	.thiscontent input[type="text"],
	.thiscontent input[type="password"],
	.thiscontent input[type="email"],
	.thiscontent textarea {
		border: 1px solid #d7d7d7;
		color: #888;
		font-size: 12px;
		font-family: Tahoma, Arial, sans-serif;
		padding: 9px;
		background-color: #fff;
		outline: none;
	}
	
	.thiscontent select {
		border: 0px;
		padding: 6px 4px;
		outline: none;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		cursor: pointer;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
		
.thiscontent select{padding: 0;}