@charset "UTF-8";
/* CSS Document */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
	font-family: Century Gothic, Tahoma, sans-serif;
	color:#5b5c5c;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
blockquote{
	font-style: italic;
}
blockquote:before {
	color:#ccc;
	content:open-quote;
	font-size:3em;
	float:left;
	line-height:0.8em;
	padding-right:5px;
}
blockquote:after {
	color:#ccc;
	content:close-quote;
	font-size:3em;
	float:right;
	line-height:0.8em;
	margin-top:-40px;
	margin-right:-15px;
}
/*--- Blog post image ---*/
.alignleft { float:left;}
.aligncenter { text-align:center;
max-width: 100%;
height: auto;
margin: auto;}
.alignright { float:right;}
.single img {
max-width: 100%;
height: auto;}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

h1,h2 {font-weight:normal;}

a {color:#4984C2; text-decoration:none;}
a:hover {color:#4984C2; text-decoration:underline;}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ==================
/* ===================
    ALL: Orange Theme
   =================== */

.fade-container {
	height:200px;
	background:#CCC;
}

.footer-container {
    border-top: 1px solid #808080;
	background:#F1F0F0;
	margin-top:30px;
}

.header-container {
    /*background: #fff;*/
	z-index:20;
	position:relative;
}

.title a {
    display: block;
	text-indent:-9999px;
	width:307px;
	height:96px;
	background: url(http://www.event-waste-management.com/wp-content/themes/EVM/images/omni_logo(2)%20copy.png);
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    color: #9b9b9b;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: 	color  0.3s ease-in-out;
	-ms-transition: 	color  0.3s ease-in-out;
	-o-transition: 		color  0.3s ease-in-out;
	transition: 		color  0.3s ease-in-out;
}


nav a:visited {
    color: #9b9b9b;
}

nav a:hover {
	color:#272727;

}

/* ==============
    MOBILE: Main
   ============== */

aside {
    padding: 10px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: black;
    /*padding: 0 0 0 5%;*/
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

nav a {
	float: left;
	/*width: 27%;*/
	margin: 0 1.7%;
	padding: 2%;
	margin-bottom: 0;
}

nav li:first-child a {
	margin-left: 0;
}

nav li:last-child a {
	margin-right: 0;
}

/* ========================
INTERMEDIATE: IE Fixes
======================== */

nav ul li {
	display: inline;
}

.oldie nav a {
	margin: 0 0.7%;
}




/* ====================
WIDE: CSS3 Effects
==================== */

.home .main aside {
	color:#000;
}

.main aside {

}

/* ============
WIDE: Menu
============ */

.title {
	float: left;
}

nav {
	float: left;
	width: 100%;
}

.page-template-internal-php aside nav {
	width:82%;
}

/* ============
WIDE: Main
============ */

.main article {
	float: left;
	width: 57%;
}

.main aside {
	float: right;
	width: 34%;
	padding:30px 0 0;
}



/* ===============
Maximal Width
=============== */

.wrapper {
	width:100%;
	max-width: 960px; /* 1140px - 10% for margins */
	margin: 0 auto;
}


/* ==========================================================================
Helper classes
========================================================================== */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}
/* ==========================================================================
Header
========================================================================== */

.social_wrap {
background:#F1F0F0;
border-bottom: 1px solid #808080;
height:43px;

}

.social_wrap ul {
    padding:0;
    margin:0 auto;
	width:100%;
	max-width: 960px;
	list-style:none;
}

.social_wrap ul li a {
	float:left;
	width:35px;
	height:35px;
	background:#0C0;
	margin:3px 5px 0 0;
	display:block;
	text-indent:-99999px;
}

.social_wrap ul li {
   float:right;
}

.header-container header h1 {
	float:left;
}


.header-container header p {
	float:right;
}

#phone {
	font-size:1.5em;
	display: none;
}

header h1 a {
	display:block;
	text-indent:-9999px;
	width:244px;
	height:53px;
	background: url(images/logo_topbanner.png);

}

/* ==========================================================================
Nav
========================================================================== */

.header-container header nav ul li a {
	float:left;
}

.sub-menu {
background: none repeat scroll 0 0 #fff;
/*margin: 40px 0 0 !important;*/
padding: 0 5px;
position: absolute;
width: 215px;
z-index: 600;
left:2px;
border:#B8B6B6 1px solid;
border-top:0;
}
#menu-item-217 .sub-menu {
	width:145px;
}
#dc_jqmegamenu_widget-2-item ul.menu {
	height: 40px;
	position: relative;
	width: 99.8%;
	border: 1px solid #b8b6b6;
	background-image: linear-gradient(bottom, rgb(231,231,230) 50%, rgb(246,246,246) 50%);
	background-image: -o-linear-gradient(bottom, rgb(231,231,230) 50%, rgb(246,246,246) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(231,231,230) 50%, rgb(246,246,246) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(231,231,230) 50%, rgb(246,246,246) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(231,231,230) 50%, rgb(246,246,246) 50%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, rgb(231,231,230)),
		color-stop(0.5, rgb(246,246,246))
	);
	margin:0;
}

#dc_jqmegamenu_widget-2-item ul li {
	float: left;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width:14.2%;
}

#dc_jqmegamenu_widget-2-item ul li a {
	color: #5a5b5b;
	display: block;
	float: left;
	width:96%;
	text-decoration: none;
	margin:6px 0;
	border-right:1px solid #b8b6b6;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

#dc_jqmegamenu_widget-2-item ul #menu-item-14 a {
	border:none;
}

li#menu-item-101 .sub-container ul li a, li#menu-item-217 .sub-container ul li a {
	margin:0
}
.sub-menu li a:hover {
	background: #eeeeee;
}

#dc_jqmegamenu_widget-2-item ul li a:hover {
	color:#000;
}

#dc_jqmegamenu_widget-2-item ul.sub-menu li a {
	border:none;
	width:100%;
	text-align:left;
	text-indent:10px;
	padding:10px 0;
}



/*#dc_jqmegamenu_widget-2-item ul li#menu-item-14 a {
	padding:0 0 10px 18px;
}*/

#dc_jqmegamenu_widget-2-item ul li .sub-container {
	margin-left: -3px;
	padding-left: 20px;
	position: absolute;
	width:500px;
}


#dc_jqmegamenu_widget-2-item ul li .sub-container.non-mega .sub {
	padding: 0;
}

#dc_jqmegamenu_widget-2-item ul li .sub-container.non-mega li {
	margin: 0;
	padding: 0;
	width: 190px;
}
#dc_jqmegamenu_widget-2-item ul li .sub li {
	float: none;
	font-size: 1em;
	font-weight: normal;
	list-style: none outside none;
	width: 170px;
}


#menu-item-101 a:after, #menu-item-217 a:after  {
	content: ' ▼';
	color:#999;
	font-size:0.8125em;
}

#menu-item-101 .sub-container ul li a:after, #menu-item-217 .sub-container ul li a:after{
	content:'';
}

.home #menu-events-menu {
	width:100%;
	max-width: 960px;
	margin:0 auto;
}

/*.home #menu-events-menu li {
	float:left;
	position:relative;
	background:#FFF;

}  WHITE BACKGROUND*/

#menu-events-menu li a:hover{
	color:#000;
	text-decoration:none;
}




/* EVENTS MENU */

.home .nav_menu-3 {
	margin:0 0 35px 0;
}
#menu-events-menu a {
    width: 23.5%;
    height: 110px;
    margin: 0 0 0 2% !important;
}
#menu-events-menu #menu-item-98 a {
    margin: 0 !important;
}
#menu-item-100 .name {
    display: block;
    width: 91%;
    position: absolute;
    bottom: 10px;
    right: 9%;
    text-align: right;
}
#menu-item-100 .pic {
	background: url("images/nav/small.png") no-repeat scroll 0 0 transparent;
	height: 95px;
	left: -15px;
	position: absolute;
	top: -25px;
	width: 170px;
}
#menu-item-100 a {
	background:#fed401;

	box-sizing: 		border-box;
	-moz-box-sizing: 	border-box;
	-webkit-box-sizing: 	border-box;
}
#menu-item-100 a:hover {
	background-color: #FFEA78;
}
#menu-item-98 .name {
    display: block;
    width: 50%;
    position: absolute;
    bottom: 10px;
    left: 50%;
}
#menu-item-98 .pic {
	background: url("images/nav/indoortopbanner.png") no-repeat scroll 0 0 transparent;
	height: 125px;
	left: -18px;
	position: absolute;
	top: -21px;
	width: 144px;
}

#menu-item-98 a {
	background:#de1f26;

	box-sizing: 		border-box;
	-moz-box-sizing: 	border-box;
	-webkit-box-sizing: 	border-box;
}

#menu-item-98 a:hover {
	background-color: #F08E8F;
}

#menu-item-99 .name {
    display: block;
    width: 58%;
    position: absolute;
    bottom: 10px;
    left: 42%;
}
#menu-item-99 .pic {
	background: url("images/nav/indoor.png") no-repeat scroll 0 0 transparent;
	height: 154px;
	left: -11px;
	position: absolute;
	top: -29px;
	width: 88px;
}

#menu-item-99 a {
	background:#3c76bc;

	box-sizing: 		border-box;
	-moz-box-sizing: 	border-box;
	-webkit-box-sizing: 	border-box;
}

#menu-item-99 a:hover {
	background-color: #9CB9DD;
}
#menu-item-97 .name {
    display: block;
    width: 91%;
    position: absolute;
    bottom: 10px;
    right: 9%;
    text-align: right;
}
#menu-item-97 .pic {
	background: url("images/nav/festivals.png") no-repeat scroll 0 0 transparent;
	height: 161px;
	left: 2px;
	position: absolute;
	top: -20px;
	width: 135px;
}

#menu-item-97 a {
	background:#333;

	box-sizing: 		border-box;
	-moz-box-sizing: 	border-box;
	-webkit-box-sizing: 	border-box;
}

#menu-item-97 a:hover {
	background-color:#999999;
}

#menu-events-menu .menu-item a,
#dc_jqmegamenu_widget-2 {
	margin: auto;
	position:relative;
	padding:0;
	margin:0 21px 0 0;
	font-size:1.575em;
	color:#FFF;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#menu-events-menu .menu-item a {
	text-align:left;
	line-height:1em;none repeat scroll 0 0 #3C76BC
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}


#dc_jqmegamenu_widget-2 {
	-webkit-border-radius: 0;
	border-radius: 0;
	width:100%;
	max-width: 960px;
	height:43px;
	margin:-21px 0 0;
	font-size:1em;
	top:21px;
	position: relative;
}

aside #menu-events-menu .menu-item a {
	margin-top:30px !important;
	width: 82.5%;
}

#menu-events-menu li:last-child a {
	margin:0;
}

#menu-events-menu .menu-item a:after {
	content: "";
	position:absolute;
	right: 0;
	bottom:0;
	width:150px;
	height: 80px;
	z-index: -1;
	background: rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 10px 20px 5px rgba(0, 0, 0, 0.30);
	-webkit-box-shadow: 10px 20px 5px rgba(0, 0, 0, 0.30);
	box-shadow: 10px 20px 5px rgba(0, 0, 0, 0.30);
	-moz-transform:skew(10deg,5deg) translate(-40px,-15px);
	-webkit-transform:skew(10deg,5deg) translate(-40px,-15px);
	transform:skew(10deg,5deg) translate(-40px,-15px);
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#menu-events-menu .menu-item a:before {
	content: "";
	position:absolute;
	left: 0;
	bottom:0;
	width:150px;
	height: 80px;
	z-index: -1;
	background: rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -10px 20px 5px rgba(0, 0, 0, 0.30);
	-webkit-box-shadow: -10px 20px 5px rgba(0, 0, 0, 0.30);
	box-shadow: -10px 20px 5px rgba(0, 0, 0, 0.30);
	-webkit-transform:skew(-10deg,-5deg) translate(40px,-15px);
	-moz-transform:skew(-10deg,-5deg) translate(40px,-15px);
	transform:skew(-10deg,-5deg) translate(40px,-15px);
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#dc_jqmegamenu_widget-2:after, #contact_details_box:after, #hero_image_box:after {
		content: "";
		position:absolute;
		right: 0; bottom:0;
		width:463px; height: 10px;
		z-index: -1;
		background: rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.30);
		-webkit-box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.30);
		box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.30);
		-moz-transform:skew(10deg,2deg) translate(-40px,-15px);
		-webkit-transform:skew(10deg,2deg) translate(-40px,-15px);
		transform:skew(10deg,2deg) translate(-40px,-15px);
	}
	#dc_jqmegamenu_widget-2:before, #contact_details_box:before, #hero_image_box:before {
		content: "";
		position:absolute;
		left: 0; bottom:0;
		width:463px; height: 10px;
		z-index: -1;
		background: rgba(0, 0, 0, 0.2);
		-moz-box-shadow: -20px 20px 10px rgba(0, 0, 0, 0.30);
		-webkit-box-shadow: -20px 20px 10px rgba(0, 0, 0, 0.30);
		box-shadow: -20px 20px 10px rgba(0, 0, 0, 0.30);
		-webkit-transform:skew(-10deg,-2deg) translate(40px,-15px);
		-moz-transform:skew(-10deg,-2deg) translate(40px,-15px);
		transform:skew(-10deg,-2deg) translate(40px,-15px);
	}

/* ==========================================================================
Nav End
========================================================================== */

/* ==========================================================================
Header End
========================================================================== */

/* ==========================================================================
Main
========================================================================== */

.main section {
	width:62%;
	float:left;
	/* margin-left: 4%; */
}
.main-container .blog > section {
    margin-left: 4%;
}

#content p {
	margin:0 0 1em 0;
}

.contact_details, .hero_image {
   position:relative;
   top:50px;
   margin-bottom:50px;
}
#contact_details_box, #hero_image_box {
   width: 99.8%;
   background:#fff;
   border:1px solid #B8B6B6;
   position:relative;
}

#contact_details_box {
	width: 99.8%;
	min-height:330px;
}

.map_wrap {
   float:left;
   width:71.5%;
   overflow:hidden;
   margin: 2%;
}
.map_wrap img,
.map_link {
    display: none;

}
.address_wrap {
   width: 23%;
   float:left;
   margin:89px 0 0 0.5%;
}
.address_wrap p {
   font-size:0.8125em;
   line-height:0.35em;
}
.address_wrap p#name {
   font-size:0.9375em;
   line-height:1em;
   margin-bottom:30px;
}
.address_wrap p.phone, .address_wrap p#email {
   color:#5080C1;
   font-size:1.25em;
}
.address_wrap p.phone {
   margin-top:40px !important;
}
#contact_form {
   width:99.8% !important;
   border: 1px solid #B8B6B6;
  background: #83cbe4;
	background: -moz-linear-gradient(top, #83cbe4 0%, #95d1e7 16%, #98d3e8 17%, #a7d8eb 30%, #aedbeb 33%, #acd9eb 34%, #bbdfed 43%, #bfe1ee 47%, #bde0ed 47%, #c8e6ef 55%, #c7e4ef 55%, #cae7f0 56%, #cae5ef 57%, #d0eaf3 61%, #d7eef4 67%, #d6ecf3 68%, #d9eff5 69%, #e4f3f8 78%, #e2f3f7 78%, #e6f5f9 79%, #e7f4f8 81%, #ebf7fa 82%, #eaf6f9 83%, #f3fafb 88%, #f0f8fb 88%, #f3fafb 89%, #fbfefe 96%, #ffffff 96%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83cbe4), color-stop(16%,#95d1e7), color-stop(17%,#98d3e8), color-stop(30%,#a7d8eb), color-stop(33%,#aedbeb), color-stop(34%,#acd9eb), color-stop(43%,#bbdfed), color-stop(47%,#bfe1ee), color-stop(47%,#bde0ed), color-stop(55%,#c8e6ef), color-stop(55%,#c7e4ef), color-stop(56%,#cae7f0), color-stop(57%,#cae5ef), color-stop(61%,#d0eaf3), color-stop(67%,#d7eef4), color-stop(68%,#d6ecf3), color-stop(69%,#d9eff5), color-stop(78%,#e4f3f8), color-stop(78%,#e2f3f7), color-stop(79%,#e6f5f9), color-stop(81%,#e7f4f8), color-stop(82%,#ebf7fa), color-stop(83%,#eaf6f9), color-stop(88%,#f3fafb), color-stop(88%,#f0f8fb), color-stop(89%,#f3fafb), color-stop(96%,#fbfefe), color-stop(96%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #83cbe4 0%,#95d1e7 16%,#98d3e8 17%,#a7d8eb 30%,#aedbeb 33%,#acd9eb 34%,#bbdfed 43%,#bfe1ee 47%,#bde0ed 47%,#c8e6ef 55%,#c7e4ef 55%,#cae7f0 56%,#cae5ef 57%,#d0eaf3 61%,#d7eef4 67%,#d6ecf3 68%,#d9eff5 69%,#e4f3f8 78%,#e2f3f7 78%,#e6f5f9 79%,#e7f4f8 81%,#ebf7fa 82%,#eaf6f9 83%,#f3fafb 88%,#f0f8fb 88%,#f3fafb 89%,#fbfefe 96%,#ffffff 96%,#ffffff 100%);
	background: -o-linear-gradient(top, #83cbe4 0%,#95d1e7 16%,#98d3e8 17%,#a7d8eb 30%,#aedbeb 33%,#acd9eb 34%,#bbdfed 43%,#bfe1ee 47%,#bde0ed 47%,#c8e6ef 55%,#c7e4ef 55%,#cae7f0 56%,#cae5ef 57%,#d0eaf3 61%,#d7eef4 67%,#d6ecf3 68%,#d9eff5 69%,#e4f3f8 78%,#e2f3f7 78%,#e6f5f9 79%,#e7f4f8 81%,#ebf7fa 82%,#eaf6f9 83%,#f3fafb 88%,#f0f8fb 88%,#f3fafb 89%,#fbfefe 96%,#ffffff 96%,#ffffff 100%);
	background: -ms-linear-gradient(top, #83cbe4 0%,#95d1e7 16%,#98d3e8 17%,#a7d8eb 30%,#aedbeb 33%,#acd9eb 34%,#bbdfed 43%,#bfe1ee 47%,#bde0ed 47%,#c8e6ef 55%,#c7e4ef 55%,#cae7f0 56%,#cae5ef 57%,#d0eaf3 61%,#d7eef4 67%,#d6ecf3 68%,#d9eff5 69%,#e4f3f8 78%,#e2f3f7 78%,#e6f5f9 79%,#e7f4f8 81%,#ebf7fa 82%,#eaf6f9 83%,#f3fafb 88%,#f0f8fb 88%,#f3fafb 89%,#fbfefe 96%,#ffffff 96%,#ffffff 100%);
	background: linear-gradient(to bottom, #83cbe4 0%,#95d1e7 16%,#98d3e8 17%,#a7d8eb 30%,#aedbeb 33%,#acd9eb 34%,#bbdfed 43%,#bfe1ee 47%,#bde0ed 47%,#c8e6ef 55%,#c7e4ef 55%,#cae7f0 56%,#cae5ef 57%,#d0eaf3 61%,#d7eef4 67%,#d6ecf3 68%,#d9eff5 69%,#e4f3f8 78%,#e2f3f7 78%,#e6f5f9 79%,#e7f4f8 81%,#ebf7fa 82%,#eaf6f9 83%,#f3fafb 88%,#f0f8fb 88%,#f3fafb 89%,#fbfefe 96%,#ffffff 96%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83cbe4', endColorstr='#ffffff',GradientType=0 );
}
/*#contact_form form table tbody tr td font{
   display:none;
}*/
#contact_form form {
   margin: 5px 40px 15px 15px;
}
.contactform li {
	margin-top:15px;
}
#contact_form input {
   width:100%;
   height:50px;
   border:1px #999 solid;
   margin-bottom:5px;
   box-shadow:rgba(0,0,0, 0.1) 1px 1px 1px;
   padding: 0 10px;
}
#contact_form textarea {
	width:100%;
	height:150px;
	resize:none;
	border:1px #999 solid;
	box-shadow:rgba(0,0,0, 0.1) 1px 1px 1px;
	padding: 10px;
}
#contact_form input#submit_form {
	background: url('images/form_send.gif') no-repeat 98px -6px transparent;
	border:none;
	box-shadow: none;
	width:153px;
	height:60px;
	position:relative;
	font:2.1em Century Gothic, Helvetica, sans-serif;
	text-align:left;
	color:#666;
	float:right;
	margin:8px -18px 14px 0;
}
div.thanks p {
	padding:150px 20px;
}
.screenReader {
    position: absolute;
    left: -9999px;
    top:-9999px;
}
.contactform .error {
    background: #FFC;
    border: 1px solid #F00 !important;
}
.contactform label.error {
    display: none !important;
}

/*--- KEYFRAMES ---*/
@-webkit-keyframes nudge{
	0% 		{left:0px;}
	50% 	{left:5px}
	100%	{left:0px;}
}
@-moz-keyframes nudge{
	0% 		{left:0px;}
	50% 	{left:5px}
	100%	{left:0px;}
}
@-o-keyframes nudge {
	0% 		{left:0px;}
	50% 	{left:5px}
	100%	{left:0px;}
}
@keyframes nudge{
	0% 		{left:0px;}
	50% 	{left:5px}
	100%	{left:0px;}
}
#contact_form input#submit_form:hover {
	-webkit-animation:	nudge 0.4s;
	-moz-animation:		nudge 0.4s;
	-o-animation:		nudge 0.4s;
	animation:		nudge 0.4s;
}
#hero_image_box img {
	width:99.8%;
	height:auto;
	padding:2%;
	-webkit-box-sizing: 	border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 		border-box;
}

/* ==========================================================================
Main End
========================================================================== */

/* ==========================================================================
Sidebars
========================================================================== */

aside #side_contact {
	display:block;
	font-size:1.875em;
	background: url("images/contact_side9.png") no-repeat scroll 0 10px transparent;
	width:100%;
	text-decoration:none;
	color:#484748;
}
aside #side_contact span {
	background: url("images/contact_icon.png") no-repeat scroll right top transparent;
	padding: 14px 0 30px ;
	display: block;
	width: 100%;
	text-indent: 20px;
}
.page-id-12 aside #side_contact {
	display:none; /* hide on contact us page */
}

aside .latest_news_title p.blog_title {
	margin:0 0 5px 0 !important;
}

aside .latest_news_title {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}

.blog_title a {
	color:#4984C2;
	font-size:1em;
	text-decoration:none;
}

.blog_title a:hover {
	text-decoration:underline;
}


.blog_date {
	font-size:0.8em;
	color:#4E4E4E;
}

aside h2 {
	color:#4984C2;
	font-weight: normal;
	font-size:1.875em;
	margin: 0 0 0.83em 0;
}
aside nav {
	margin: 35px 0 0 56px;
}
aside nav.nav_menu-3.widget-container ul li a{
	margin-top:40px;
}
.home aside nav,
.page-id-12 aside nav,
.page-id-32 aside nav,
.page-id-56 aside nav,
.page-id-54 aside nav,
.page-id-58 aside nav,
.page-id-52 aside nav,
.page-id-60 aside nav,
.page-id-8 aside nav,
.page-id-20 nav li#menu-item-100.menu-item, /* small events */
.page-id-22 nav li#menu-item-99.menu-item, /* outdoor events */
.page-id-26 nav li#menu-item-98.menu-item, /* indoor events */
.page-id-28 nav li#menu-item-97.menu-item { /* festivals */
		display:none;
}


/* ==========================================================================
Sidebars End
========================================================================== */

/* ==========================================================================
home slider
========================================================================== */

#slides {
	width:100%;
	max-width: 960px;
	height: 384px;
	margin:0 auto;
	position:relative;
}

#slideshow {
	position:absolute;
	top:0;
	width: 100%;
   }

.img_caption p {
	left: 28px;
	position: absolute;
	top: 122px;
	width:52%;
	font-size:2em;
	float:left;
	font-weight:normal;
	color:#969696;
}

#slideshow > div,
#slideshow img {
    width: 100%;
    height: auto;
}

#slideshow .img_caption {
position:absolute;
top:0;
left:0;
z-index:8;
visibility:hidden;
}

#slideshow .img_caption.active {
	z-index:10;
	visibility:visible;
}

#slideshow .img_caption.last-active {
	z-index:-99;
	visibility:hidden;
}

.home .slides_wrap section h1 {
	font-size:2.8em;
	font-weight:normal;
	margin:0;
	padding:42px 0 0 0;
}

.slides_wrap {
	background: #83cbe4;
	background: -moz-linear-gradient(top, #83cbe4 0%, #95d1e7 16%, #98d3e8 17%, #a7d8eb 30%, #aedbeb 33%, #acd9eb 34%, #bbdfed 43%, #bfe1ee 47%, #bde0ed 47%, #c8e6ef 55%, #c7e4ef 55%, #cae7f0 56%, #cae5ef 57%, #d0eaf3 61%, #d7eef4 67%, #d6ecf3 68%, #d9eff5 69%, #e4f3f8 78%, #e2f3f7 78%, #e6f5f9 79%, #e7f4f8 81%, #ebf7fa 82%, #eaf6f9 83%, #f3fafb 88%, #f0f8fb 88%, #f3fafb 89%, #fbfefe 96%, #ffffff 96%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83cbe4), color-stop(16%,#95d1e7), color-stop(17%,#98d3e8), color-stop(30%,#a7d8eb), color-stop(33%,#aedbeb), color-stop(34%,#acd9eb), color-stop(43%,#bbdfed), color-stop(47%,#bfe1ee), color-stop(47%,#bde0ed), color-stop(55%,#c8e6ef), color-stop(55%,#c7e4ef), color-stop(56%,#cae7f0), color-stop(57%,#cae5ef), color-stop(61%,#d0eaf3), color-stop(67%,#d7eef4), color-stop(68%,#d6ecf3), color-stop(69%,#d9eff5), color-stop(78%,#e4f3f8), color-stop(78%,#e2f3f7), color-stop(79%,#e6f5f9), color-stop(81%,#e7f4f8), color-stop(82%,#ebf7fa), color-stop(83%,#eaf6f9), color-stop(88%,#f3fafb), color-stop(88%,#f0f8fb), color-stop(89%,#f3fafb), color-stop(96%,#fbfefe), color-stop(96%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #83cbe4 0%,#95d1e7 16%,#98d3e8 17%,#a7d8eb 30%,#aedbeb 33%,#acd9eb 34%,#bbdfed 43%,#bfe1ee 47%,#bde0ed 47%,#c8e6ef 55%,#c7e4ef 55%,#cae7f0 56%,#cae5ef 57%,#d0eaf3 61%,#d7eef4 67%,#d6ecf3 68%,#d9eff5 69%,#e4f3f8 78%,#e2f3f7 78%,#e6f5f9 79%,#e7f4f8 81%,#ebf7fa 82%,#eaf6f9 83%,#f3fafb 88%,#f0f8fb 88%,#f3fafb 89%,#fbfefe 96%,#ffffff 96%,#ffffff 100%);
	background: -o-linear-gradient(top, #83cbe4 0%,#95d1e7 16%,#98d3e8 17%,#a7d8eb 30%,#aedbeb 33%,#acd9eb 34%,#bbdfed 43%,#bfe1ee 47%,#bde0ed 47%,#c8e6ef 55%,#c7e4ef 55%,#cae7f0 56%,#cae5ef 57%,#d0eaf3 61%,#d7eef4 67%,#d6ecf3 68%,#d9eff5 69%,#e4f3f8 78%,#e2f3f7 78%,#e6f5f9 79%,#e7f4f8 81%,#ebf7fa 82%,#eaf6f9 83%,#f3fafb 88%,#f0f8fb 88%,#f3fafb 89%,#fbfefe 96%,#ffffff 96%,#ffffff 100%);
	background: -ms-linear-gradient(top, #83cbe4 0%,#95d1e7 16%,#98d3e8 17%,#a7d8eb 30%,#aedbeb 33%,#acd9eb 34%,#bbdfed 43%,#bfe1ee 47%,#bde0ed 47%,#c8e6ef 55%,#c7e4ef 55%,#cae7f0 56%,#cae5ef 57%,#d0eaf3 61%,#d7eef4 67%,#d6ecf3 68%,#d9eff5 69%,#e4f3f8 78%,#e2f3f7 78%,#e6f5f9 79%,#e7f4f8 81%,#ebf7fa 82%,#eaf6f9 83%,#f3fafb 88%,#f0f8fb 88%,#f3fafb 89%,#fbfefe 96%,#ffffff 96%,#ffffff 100%);
	background: linear-gradient(to bottom, #83cbe4 0%,#95d1e7 16%,#98d3e8 17%,#a7d8eb 30%,#aedbeb 33%,#acd9eb 34%,#bbdfed 43%,#bfe1ee 47%,#bde0ed 47%,#c8e6ef 55%,#c7e4ef 55%,#cae7f0 56%,#cae5ef 57%,#d0eaf3 61%,#d7eef4 67%,#d6ecf3 68%,#d9eff5 69%,#e4f3f8 78%,#e2f3f7 78%,#e6f5f9 79%,#e7f4f8 81%,#ebf7fa 82%,#eaf6f9 83%,#f3fafb 88%,#f0f8fb 88%,#f3fafb 89%,#fbfefe 96%,#ffffff 96%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83cbe4', endColorstr='#ffffff',GradientType=0 );
}

.quote {
	background:url("images/quote.png") no-repeat;
	width:53px;
	height:44px;
	text-indent:-9999px;
	display:inline-block;
	margin:10px;
}

.quote_right {
	background:url("images/quote_right.png") no-repeat;
	width:53px;
	height:44px;
	text-indent:-9999px;
	display:inline-block;
	margin:10px;
}

.bottom_caption {
    background: none repeat scroll 0 0 #4984C2;
    height: 50px;
    margin-bottom: 65px;
    margin-top: -128px;
    opacity:0.28;
}

.slide_in {
	width:100%;
	max-width: 960px;
	margin:0 auto;
	font-size:2em;
	color:#FFF;
	position:relative;
 }

.slide_in p {
	position:absolute;
	right:400px;
}

/* ==========================================================================
Slider end
========================================================================== */

/* ==========================================================================
BLOG
========================================================================== */
.page-template-blog-php .slides_wrap, .single .slides_wrap, .archive .slides_wrap, .category .slides_wrap{
	height:310px;
	width:100%;
	position:absolute;
	z-index:-1;
	margin-top:-51px;
}
.main.blog {
	background:#fff;
	border:1px #ccc solid;
	width:99.9%;
	max-width:960px;
	margin-top:51px;
	-webkit-box-sizing: 	border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 		border-box;
}
.type-post {
   border:1px #ccc solid;
   padding: 0 4%;
   margin: 30px 0 0;
   position:relative;
}
.blog_content {
	width:70%;
}
.blog_content p {
	font-size:0.875em;
}
.blog_content p:nth-of-type(-n+2){
	font-size:0.6875em;
	margin-top:-10px !important;
}
img.attachment-thumbnail {
	/*width:100px;
	height:100px;*/
	position:absolute;
	right:21px;
	top:68px;
}
.navigation {
	margin:20px 0 12px;
}
.nav-previous {
	float:left;
}
.nav-next{
	float:right;
}
article {
	width:93% !important;
}
.single .blog section {
	width:68%;
}
.single .type-post {
	border:0;
	padding:0;
	margin:0;
}

/*--- BLOG SIDEBAR ---*/
.page-template-blog-php aside {
	width:29%;
	padding-left: 5%;
}
.single aside {
	width:28%;
	padding:10px 0;
	float:left;
}
.archive aside, .category aside {
	width:28%;
}
ul.sidebar1, ul.sidebar1 ul {
	padding:0 !important;
}
ul.sidebar1 li {
	list-style:none outside none;
	color:#4683C4;
	margin-bottom:10px;
}
#archives-2 {
	margin-top:100px;
}
/* ==========================================================================
BLOG end
========================================================================== */

ul.document_list {
	list-style: none inside none;
	padding:0 !important;
}
ul.document_list li {
	background:url('//uploads/2012/09/pdf.png') no-repeat left center;
	padding:15px 0 0 40px;
	margin-top:-10px;
	width:43%;
	height:40px;
	float:left;
}
.page-id-32 .main section div {
	float:left;
	width:100%;
	margin-top:50px;
}

#nav_menu-7 { /* Hide responsive menu on large screens */
    display:none;
}
.home .hero_image.wrapper { /* Hide replacement on large screens */
    display:none;
    width:100%;
    height: 0;
    padding-top: 32%;
}
.home .hero_image p,
.home .hero_image img {
    position: absolute;
}
.home .hero_image p {
    top: 25%;
    margin-left: 3% !important;
    max-width: 50%;
    font-size: 1.5em;
}
.home .hero_image img {
    right: 2%;
    top: -10%;
    width: 100%;
}
.address_wrap > a {
    font-size:0.75em;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 980px) {
    .wrapper,
    .home .nav_menu-3 {
	-webkit-box-sizing: 	border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 		border-box;
	padding:0 0.7%;
    }
}
@media only screen and (max-width: 870px) {
    #dc_jqmegamenu_widget-2-item .menu-item a > span {
	display:none;
    }
    #menu-events-menu .menu-item a {
	font-size:1.1em;
    }
    .home .slides_wrap section h1 {
	font-size: 2.2em;
    }
    #over_quote p {
	width:39%;
	font-size: 1.7em;
    }
    .slide_in {
	font-size: 1.5em;
    }
    .slide_in p {
	padding:6px 0 0 !important
    }
    #menu-events-menu a:before,
    #menu-events-menu a:after {
	display: none;
    }
    #menu-events-menu a {
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 	0 8px 6px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 	0 8px 6px -6px rgba(0, 0, 0, 0.5);
    }
    #menu-item-98 .name {
	width: auto;
	left: auto;
	right: 5%;
    }
    #menu-item-99 .name {
	width: auto;
	left: auto;
	right:5%;
    }
    #menu-item-100 .name,
    #menu-item-97 .name {
	right: 5%;
    }
    #menu-item-97 .pic {
	left: -24px;
    }
    aside a span {
	padding:18px 0 30px;
	text-indent:5px;
    }
    aside #side_contact {
	font-size: 1.6em;
    }
    .address_wrap p.phone {
	font-size: 0.875em;
    }
    .address_wrap > a span {
	display: none;
    }
}
@media only screen and (max-width: 722px) {
     #dc_jqmegamenu_widget-2-item ul li {
	font-size: 0.75em;
    }
    #dc_jqmegamenu_widget-2-item ul li a {
	margin:9px 0;
    }
    #dc_jqmegamenu_widget-2-item ul.menu {
	height: 36px;
    }
    .home .slides_wrap section h1 {
	font-size: 1.7em;
    }
    #over_quote p {
	width:31%;
	font-size: 1.3em;
    }
    #dc_jqmegamenu_widget-2:after, #contact_details_box:after, #hero_image_box:after,
    #dc_jqmegamenu_widget-2:before, #contact_details_box:before, #hero_image_box:before {
	display:none;
    }
    #dc_jqmegamenu_widget-2 ul.menu,
    #hero_image_box {
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
    }
    .contact_details, .hero_image {
	top:30px;
	margin-bottom: 30px;
    }
    aside a span {
	padding:22px 0 30px;
	text-indent:5px;
    }
    aside #side_contact {
	font-size: 1.2em;
    }
    .main.blog {
	position: relative;
	top: -20px;
    }
}
@media only screen and (max-width: 677px) {
    .address_wrap {
	margin-top:77px;
    }
}
@media only screen and (max-width: 600px) {
    .social_wrap {
	display: none;
    }
    .header-container header h1 {
	width: 100%;
	float: none;
	margin:5px auto 0;
    }
    .header-container header p {
	width: 100%;
	float: none;
	margin: 10px auto;
	text-align: center;
    }
    header h1 a {
	width: 100%;
	max-width: 211px;
	height: auto;
	max-height: 53px;
	margin: 0 auto;
	background-size: auto 100%;
	background-repeat: no-repeat;
    }
    #slides, .bottom_caption, /* slider */
    #dc_jqmegamenu_widget-2,
    .nav_menu-3 {
	display: none;
    }
    .home .hero_image.wrapper,
    #nav_menu-7 {
	display: block;
    }
    #nav_menu-7 h3 {
	height: 32px;
	margin: -27px auto 0;
	padding:8px 0 0;
	position: relative;
	top: 21px;
	border: 1px solid #999;
	background-image: linear-gradient(bottom, rgb(231,231,230) 50%, rgb(246,246,246) 50%);
	background-image: -o-linear-gradient(bottom, rgb(231,231,230) 50%, rgb(246,246,246) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(231,231,230) 50%, rgb(246,246,246) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(231,231,230) 50%, rgb(246,246,246) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(231,231,230) 50%, rgb(246,246,246) 50%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, rgb(231,231,230)),
		color-stop(0.5, rgb(246,246,246))
	);
	text-align: center;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
    }
    #nav_menu-7 h3:after {
	content:'▼';
	color:#999;
	font-size: 0.8125em;
	margin-left: 5px;
    }

    .menu-responsive_menu-container {
	position: relative;
	top: 13px;
    }
    #menu-responsive_menu {
	display:none;
	position: absolute;
	background: #eee;
	border: 1px solid #999;
	border-top: 0;
	width: 100%;
	-webkit-box-sizing: 	border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 		border-box;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
    }
    #menu-responsive_menu li {
	width: 25%;
	float: left;
	max-height: 82px;
	overflow: hidden;
	-webkit-box-sizing: 	border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 		border-box;
    }
    #nav_menu-7 li a {
	width: 100%;
	text-align: center;
	padding:30px 0;
    }
    #menu-item-650,
    #menu-item-649,
    #menu-item-651,
    #menu-item-652 {
	border-right:2px white solid;
	border-bottom:2px white solid;
	background: #e7e7e6;
	background: -moz-linear-gradient(top, #e7e7e6 0%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e6), color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top, #e7e7e6 0%,#f7f7f7 100%);
	background: -o-linear-gradient(top, #e7e7e6 0%,#f7f7f7 100%);
	background: -ms-linear-gradient(top, #e7e7e6 0%,#f7f7f7 100%);
	background: linear-gradient(to bottom, #e7e7e6 0%,#f7f7f7 100%);
    }
    #menu-item-652 {
	border-right: 0;
    }
    #menu-item-653 {
	background: #DE1F26;
	border-right:2px #fff solid;
    }
    #menu-item-656 {
	background: #3C76BC;
	border-right:2px #fff solid;
    }
    #menu-item-654 {
	background: #FED401;
	border-right:2px #fff solid;
    }
    #menu-item-655 {
	background: #333;
	color: #fff;
    }
    #menu-responsive_menu .menu-item a {
	color: #333;
    }
    #menu-item-653 a,
    #menu-item-656 a,
    #menu-item-654 a,
    #menu-item-655 a {
	color: #fff !important;
    }
    .bottom_caption {
	margin-bottom: 0;
    }
    .main section,
    .main aside {
	width: 100%;
	margin: 0;
    }
    .page-template-blog-php .main section,
    .archive .main section,
    .page-template-blog-php aside,
    .archive .main aside,
    .single .main aside {
	width: 92%;
	margin:0 4%;
    }
    .single .blog section {
	width: 100%;
    }
    .entry-utility {
	width: 100%;
	display: block;
    }


    .archive .main aside > li,
    ul.sidebar1 > li {
	width: 50%;
	float: left;
    }
    #archives-2 {
	margin-top: 0;
    }
    aside #side_contact {
	width: 50%;
	float: left;
	font-size: 1.6em;
    }
    .sidebar_news {
	width: 46%;
	padding-left: 4%;
	float: left;
    }
    #hero_image_box:after,
    #hero_image_box:before {
	display: none;
    }
    #hero_image_box img {
	box-shadow:0 8px 14px -6px rgba(0, 0, 0, 0.5);
    }
    #contact_details_box {
	height: 0;
	min-height: 0;
	padding-bottom: 29.4%;
    }
    .map_wrap {
	width: 96%;
	height: 0;
	padding-bottom: 25%;
    }
    .map_wrap iframe {
	display: none;
    }
    .map_wrap img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
    }
    .map_link {
	display: block;
	float: right;
	margin-top: 5px;
    }
    .address_wrap {
	width: 100%;
	margin-top: -18px;
    }
    .page-template-contact-page-php .main-container .main section {
	margin-top: 30px;
    }
    ul.document_list li {
	padding:15px 0 0 40px;
	width: 80%;
    }
}

@media only screen and (max-width: 480px) {
    .home .hero_image p {
	font-size: 1.125em;
    }
    #menu-responsive_menu li {
	width: 50%;
    }
    #menu-item-649,
    #menu-item-656 {
	border-right: 0;
    }
    #nav_menu-7 li a {
	padding: 11px 0;
    }
    .aligncenter {
	max-width: 100%;
	height: auto;
    }
}
@media only screen and (max-width: 479px) {
    aside #side_contact,
    .sidebar_news {
	width: 100%;
	padding:0;
    }
    .footer-container footer nav,
    .footer-container footer ul li a,
    nav a,
    .footer-container footer .copyinfo {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	float: none;
    }
    .footer-container footer .copyinfo {
	margin-top: 30px;
    }
}

/* Amaroo Logo */
.copyinfo > p {
    margin-top: 0;
}
.amaroo-icon {
    color: #fff;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 17px;
    height: 19px;
    background-color:none;
    background-image: url("images/footerSprite.png");
    background-image: none, url("images/footerSprite.svg");
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-position: 0 bottom;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 3px;
}
.amaroo-link:hover,
.amaroo-link:active {
    color: #00A1AD;
    text-decoration: none;
}

.amaroo-link:hover .amaroo-icon,
.amaroo-link:active .amaroo-icon {
    background-position:  0 center;
}