/*
Theme Name: Fluid Right Sidebar
Theme URI: http://www.webrevolution.co.nz
Description: Base Fluid Template with Right Sidebar
Version: 30032014
Author: Web Revolution
Author URI: http://www.webrevolution.co.nz
*/

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*----------------------------------------------
------------------------------------------------
	              CSS Reset
----------------------------------------------*/
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}

/*----------------------------------------------
------------------------------------------------
	        Universal Styles
----------------------------------------------*/
*:focus {
    outline: 0;
}

body {
	background: url(images/bg.png) repeat;
	font: 1em/1.4 Arial, Helvetica, sans-serif;
}

a {
	color: #008dc5;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.clearfix {*zoom: 1;}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
	line-height: 0;
}

.clearfix:after {clear: both;}

.clear-both {clear: both;}

.clear-left {clear: left;}

.clear-right {clear: right;}

.float-left {float: left;}

.float-right {float: right;}

.display-block {display: block;}

.hidden-indent {
	position: absolute;
	text-indent: -9999px;
}

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

.full-width {
	float: left;
	width: 100%;
	position: relative;
	min-width: 320px;
}

.inner-width {
	width: 100%;
	position: relative;
}

.wrapper {
	margin: 0 auto;
	position: relative;
	min-width: 300px;
	max-width: 1000px;
	padding: 0 10px 20px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.transition-effect,
#navbar a,
#nav_menu-3 li a,
#nav_menu-2 li a,
#nav_menu-4 li a,
#nav_menu-5 li {
	-webkit-transition: all 100ms linear;
		-moz-transition: all 100ms linear;
        -ms-transition: all 100ms linear;
        -o-transition: all 100ms linear;
		transition: all 100ms linear;
}

/* == Wrapping text around images == */
img.alignright { 
	float: right;
	margin: 0.4em 0 1em 1em;
}

img.alignleft {
	float: left;
	margin: 0.4em 1em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright { float:right; }

.alignleft { float:left; }

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* == Image Caption == */
p.wp-caption-text {
	font-size: 0.9em;
	margin-bottom: 0;
}

img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
img,
img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

.image-float-left,
.image-float-right {
	display: inline-block;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 5px 0 #ccc;
	box-shadow: 0 0 5px 0 #ccc;
}

.image-float-left {
	float: left;
	margin: 0.2em 2em 1.5em 0;
}

.image-float-right {
	float: right;
	margin: 0.4em 0 1.5em 1.5em;
}

.image-float-left img,
.image-float-right img {
	margin: 0;
	display: block;
}

/*----------------------------------------------
-----------------------------------------------
	               Heading
----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	margin-bottom: 0.5em;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 19px;
}

h4 {
	font-size: 18px;
}

h5, h6 {
	font-size: 17px;
}

#main-content-top-heading-group {
	margin-bottom: 15px;
}

#main-content-top-heading-group h1 {
	color: #fff;
	overflow: hidden;
	position: relative;
	background-color: #636;
}

#main-content-top-heading-group h1 span {
	padding: 15px;
	position: relative;
	z-index: 1;
}

#main-content-top-heading-group h2 {
	color: #636;
	font-size: 18px;
}

/*-----------------------------------------------------------------------
-------------------------------------------------------------------------
	              			Main Navigation
-----------------------------------------------------------------------*/
#navigation {
	background-color: #000;
	border-bottom: 5px solid #636;
}

#navigation-wrap {
	padding-bottom: 0;
}

.menu-toggle {
	float: left;
	color: #fff;
	width: 57px;
	height: 57px;
	display: none;
	font-size: 20px;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.menu-toggle:hover {
	color: #fff;
	cursor: pointer;
}

#navbar {
	float: left;
}

#navbar .first-list-wrap > li {
	float: left;
	position: relative;
}

#navbar .first-list-wrap > li:before {
	content: '|';
	color: #fff;
	font-size: 15px;
	padding: 15px 0;
	position: absolute;
	
}

#navbar .first-list-wrap > li#menu-item-53:before {
	display: none;
}

#navbar a {
	color: #fff;
	display: block;
}

#navbar .first-list-wrap > li > a {
	padding: 15px;
	font-size: 16px;
	margin-left: 4px;
	margin-right: 1px;
	position: relative;
}

#navbar .first-list-wrap > li#menu-item-53 > a {
	margin-left: 0;
}

#navbar .first-list-wrap > li.menu-item-has-children > a:after {
	content: ' ';
	display: inline-block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 5px;
	width: 0;
	height: 0;
	opacity: 0.5;
	border: 5px solid #fff;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

#navbar .first-list-wrap > li:hover > a,
#navbar .first-list-wrap > li.current-menu-item > a,
#navbar .first-list-wrap > li.current-page-ancestor > a {
	background-color: #636;
}

#navbar .first-list-wrap > li > ul {
	width: 220px;
	display: none;
	left: 4px;
	position: absolute;
	z-index: 1000000;
	background-color: #636;
}
#navbar .first-list-wrap > li:hover > ul {
	display: block;
}

#navbar .first-list-wrap > li > ul > li {
	width: 100%;
	border-top: 1px solid #552a55;
}

#navbar .first-list-wrap > li > ul > li:first-child {
	border: none;
}

#navbar .first-list-wrap > li > ul > li > a {
	font-size: 12px;
	padding: 12px 20px;
}

#navbar .first-list-wrap > li > ul > li:hover > a,
#navbar .first-list-wrap > li > ul > li.current-menu-item > a {
	background-color: #000;
}

/* Search Form */
.search-toggle {
	float: right;
	width: 57px;
	height: 57px;
	display: none;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-color: #636;
}

.search-toggle:hover {
	cursor: pointer;
}

.search-form-wrap {
	float: right;
	padding: 5px;
	margin-top: 7px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:inset 0 0 5px 0 rgba(0,0,0,.2);
	box-shadow:inset 0 0 5px 0 rgba(0,0,0,.2);
}

.searchform-text-field {
	float: left;
}

.searchform-submit-field {
	float: right;
	margin-left: 10px;
	position: relative;
}

.searchform-submit-field:before {
	content: ' ';
	display: inline-block;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 0;
	height: 0;
	border: 5px solid #636;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.searchform-submit-field:hover:before {
	border: 5px solid #000;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

/*-----------------------------------------------------------------------
-------------------------------------------------------------------------
	              					Header
-----------------------------------------------------------------------*/
#header-wrap {
	background: url(images/header-bg.png) no-repeat top center;
}

#header-logo {
	float: left;
	margin-top: 20px;
	max-width: 213px;
}

/* Phone Numbers */
#nav_menu-2,
#nav_menu-4 {
	float: right;
	margin-top: 45px;
}

#nav_menu-4 {
	margin-top: 0;
}

#nav_menu-2 .widget-title,
#nav_menu-4 .widget-title {
	display: none;
}

#nav_menu-2 li a,
#nav_menu-4 li a {
	line-height: 1;
	font-size: 30px;
	font-weight: bold;
	position: relative;
}

.menu-item-91 a {
	color: #000;
	padding-bottom: 2px;
	border-bottom: 1px dashed #ccc;
}

.menu-item-91:hover a {
	color: #f90;
}

.menu-item-92 {
	margin-top: 10px;
}

.menu-item-92 a {
	color: #f90;
}

.menu-item-92:hover a {
	color: #000;
}

/* Slideshow */
.cycloneslider {
	border: 1px solid #e3e3e3;
}

/* ------------------------------------------- */
@media screen and (max-width: 599px) {
	#header-wrap{
		background: none;
	}
		
	#header-logo,
	#nav_menu-2 {
		float: none;
		clear: both;
		margin-left: auto;
		margin-right: auto;
	}
	
	#header-logo {
		width: 120px;
		margin-bottom: 20px;
	}
	
	#nav_menu-2 {
		width: 300px;
		margin-top: 0;
	}
	
	#nav_menu-2 .menu {
		width: 108px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#nav_menu-2 .widget-title {
		display: block;
		font-size: 21px;
		font-weight: bold;
		text-align: center;
	}
	
	#nav_menu-2 li {
		float: left;
	}
	
	#nav_menu-2 li a {
		line-height: 2;
		display: block;
		text-indent: 100%;
		white-space: normal;
		overflow: hidden;
	}
	
	#nav_menu-2 li:first-child {
		margin-right: 20px;
	}
	
	#nav_menu-2 li.menu-item-92 {
		margin-top: 0;
	}
		
	#nav_menu-2 li.menu-item-91 a {
		width: 34px;
		height: 52px;
		border: none;
		margin-bottom: 0;
	}
	
	#nav_menu-2 li.menu-item-92 a {
		width: 54px;
		height: 45px;
	}
}

@media screen and (max-width: 767px) {
	.menu-toggle {
		display: block;
	}
	
	#navbar {
		top: 57px;
		float: none;
		width: 100%;
		display: none;
		position: absolute;
		z-index: 1000000000;
		background-color: #636;
	}
	
	#navbar .first-list-wrap > li {
		float: none;
		clear: both;
	}
	
	#navbar .first-list-wrap > li:before {
		display: none;
	}
	
	#navbar .first-list-wrap > li > a {
		margin-left: 0;
		border-top: 1px solid #552a55;
	}
	
	#navbar .first-list-wrap > li:first-child > a {
		border: none;
	}
	
	#navbar .first-list-wrap > li.menu-item-has-children > a:after {
		top: 28px;
		right: 15px;
		left: inherit;
		bottom: inherit;
	}
	
	#navbar .first-list-wrap > li:hover > a,
	#navbar .first-list-wrap > li.current-menu-item > a,
	#navbar .first-list-wrap > li.current-page-ancestor > a {
		background-color: #000;
	}
	
	#navbar .first-list-wrap > li > ul {
		left: 0;
		width: 100%;
		position: relative;
		opacity: 1 !important;
		display: block !important;
		background-color: #7a3d7a;
	}
	
	#navbar .first-list-wrap > li > ul > li > a {
		padding: 20px 30px;
	}
	
	#navbar .first-list-wrap > li > ul > li:hover > a,
	#navbar .first-list-wrap > li > ul > li.current-menu-item > a {
		background-color: #6f306f;
	}
}

@media screen and (min-width: 768px) {
	#navbar {
		display: block !important;
	}
}

@media screen and (max-width: 899px) {
	.search-toggle {
		display: block;
	}
	
	.search-form-wrap {
		right: 0;
		top: 62px;
		display: none;
		margin-top: 0;
		z-index: 100000;
		position: absolute;
	}
}

@media screen and (min-width: 900px) {
	.search-form-wrap {
		display: block !important;
	}
}

@media screen and (max-width: 1000px) {
	#navbar .first-list-wrap > li > a {
		font-size: 12px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/*--------------------------------------------------------------------
----------------------------------------------------------------------
	      					Main Content
--------------------------------------------------------------------*/
#main {
	margin-bottom: 3px;
	border-bottom: 1px dashed #e6e6e6;
	background: url(images/content-bg.png) repeat-x left 99.5%;
}

.site-content p {
	margin-bottom: 1.5em;
}

.site-content ul,
.site-content ol {
	margin-left: 25px;
	margin-bottom: 1em;
}

.site-content li {
	margin-bottom: 0.5em;
}

.site-content ul li {
	list-style: square;
}

.site-content ol li {
	list-style: decimal;
}

/* More link Button */
.more-link-btn {
	color: #fff;
	line-height: 1;
	display: block;
	font-size: 22px;
	position: relative;
	margin-bottom: 20px;
	background-color: #008dc5;
}

.more-link-btn:hover {
	color: #fff;
	background-color: #636;
}

.more-link-btn span {
	padding: 15px;
}

/* InContent Master */
@keyframes anima {
    from {
	    margin-top: -50px;
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
	    filter: alpha(opacity=0);
	    -moz-opacity: 0;
	    -khtml-opacity: 0;
	    opacity: 0;
	}
	to {
	    margin: auto;
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
	    filter: alpha(opacity=100);
	    -moz-opacity: 1;
	    -khtml-opacity: 1;
	    opacity: 1;
	}
}
@-webkit-keyframes anima {
    from {
	    margin-left: -20px;
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
	    filter: alpha(opacity=0);
	    -moz-opacity: 0;
	    -khtml-opacity: 0;
	    opacity: 0;
	}
	to {
	    margin-left: 10px;
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
	    filter: alpha(opacity=100);
	    -moz-opacity: 1;
	    -khtml-opacity: 1;
	    opacity: 1;
	}
}

.icm-pic-wrap {
	float: left;
	margin-bottom: 20px;
	margin-left: 2.68456375838926%;
	width: 31.54362416107383%;
	max-width: 235px;
}

.pic {
	max-width: 235px;
	max-height: 150px;
    position: relative;
    overflow: hidden;
    -webkit-animation: anima 2s;
    -moz-animation: anima 2s;
    -o-animation: anima 2s;
    -ms-animation: anima 2s;
    animation: anima 2s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.4);
	box-shadow: 0 0 3px rgba(0,0,0,.4);
}

.pic-3d {
    -webkit-perspective: 500;
    -moz-perspective: 500;
    -o-perspective: 500;
    -ms-perspective: 500;
    perspective: 500;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pic-caption {
	top: 0;
	color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(102, 51, 102, 0.8);
	text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.pic-caption p {
	font-size: 14px;
	margin-bottom: 0;
}

.pic-caption .pic-caption-inner {
	padding: 10px;
}
.pic-image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pic:hover .pic-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.pic .pic-image, .pic-caption, .pic:hover .pic-caption, .pic:hover img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pic:hover .bottom-to-top, .pic:hover .top-to-bottom, .pic:hover .left-to-right, .pic:hover .right-to-left, .pic:hover .rotate-in, .pic:hover .rotate-out, .pic:hover .open-up, .pic:hover .open-down, .pic:hover .open-left, .pic:hover .open-right, .pic:hover .come-left, .pic:hover .come-right {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    -o-touch-callout: none;
    -ms-touch-callout: none;
    touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.bottom-to-top {
    top: 50%;
    left: 0;
}
.pic:hover .bottom-to-top {
    top: 0;
    left: 0;
}
.top-to-bottom {
    bottom: 50%;
    left: 0;
}
.pic:hover .top-to-bottom {
    left: 0;
    bottom: 0;
}
.left-to-right {
    top: 0;
    right: 50%}
.pic:hover .left-to-right {
    right: 0;
    top: 0;
}
.right-to-left {
    top: 0;
    left: 50%}
.pic:hover .right-to-left {
    left: 0;
    top: 0;
}
.rotate-in {
    -webkit-transform: rotate(90deg) scale(0.1);
    -moz-transform: rotate(90deg) scale(0.1);
    -o-transform: rotate(90deg) scale(0.1);
    -ms-transform: rotate(90deg) scale(0.1);
    transform: rotate(90deg) scale(0.1);
    top: 0;
    left: 0;
}
.pic:hover .rotate-in {
    -webkit-transform: rotate(360deg) scale(1);
    -moz-transform: rotate(360deg) scale(1);
    -o-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
}
.rotate-out {
    -webkit-transform: rotate(90deg) scale(3);
    -moz-transform: rotate(90deg) scale(3);
    -o-transform: rotate(90deg) scale(3);
    -ms-transform: rotate(90deg) scale(3);
    transform: rotate(90deg) scale(3);
    top: 0;
    left: 0;
}
.pic:hover .rotate-out {
    -webkit-transform: rotate(360deg) scale(1);
    -moz-transform: rotate(360deg) scale(1);
    -o-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
}
.open-down {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    top: 0;
    left: 0;
}
.pic:hover .open-down {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -o-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
}
.open-up {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
    top: 0;
    left: 0;
}
.pic:hover .open-up {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -o-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
}
.open-left {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    left: 0;
    top: 0;
}
.pic:hover .open-left {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.open-right {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    left: 0;
    top: 0;
}
.pic:hover .open-right {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.come-left {
    -webkit-transform: rotateY(90deg) rotateX(90deg);
    -moz-transform: rotateY(90deg) rotateX(90deg);
    -o-transform: rotateY(90deg) rotateX(90deg);
    -ms-transform: rotateY(90deg) rotateX(90deg);
    transform: rotateY(90deg) rotateX(90deg);
    left: 0;
    top: 0;
}
.pic:hover .come-left {
    -webkit-transform: rotateY(0) rotateX(0);
    -moz-transform: rotateY(0) rotateX(0);
    -o-transform: rotateY(0) rotateX(0);
    -ms-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0);
}
.come-right {
    -webkit-transform: rotateY(-90deg) rotateX(-90deg);
    -moz-transform: rotateY(-90deg) rotateX(-90deg);
    -o-transform: rotateY(-90deg) rotateX(-90deg);
    -ms-transform: rotateY(-90deg) rotateX(-90deg);
    transform: rotateY(-90deg) rotateX(-90deg);
    left: 0;
    top: 0;
}
.pic:hover .come-right {
    -webkit-transform: rotateY(0) rotateX(0);
    -moz-transform: rotateY(0) rotateX(0);
    -o-transform: rotateY(0) rotateX(0);
    -ms-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0);
}

.icm-pic-wrap .icm-title {
	color: #fff;
	padding: 10px;
	margin-bottom: 0;
	position: relative;
	background-color: #000;
	font: 15px 'Myriad Pro', sans-serif;
}

.icm-pic-wrap:hover .icm-title {
	background-color: #636;
}

/* FAQ's */
.post-blurb {
	margin-bottom: 20px;
	border-bottom:  1px dotted #ccc;
}

.post-blurb h2 {
	color: #008dc5;
	font-size: 19px;
}

.post-blurb .entry-content {
	font-style: italic;
}

/* Testimonials */
body.single-testimonials .entry-content {
	font-style: italic;
}

@media screen and (max-width: 499px) {
	.icm-pic-wrap {
		width: 100%;
		float: none !important;
		clear: both !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media screen and (max-width: 560px) {
    .pic {
		display: block;
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
		-ms-animation: none;
		animation: none;
	}
}

@media screen and (min-width: 500px) and (max-width: 649px) {
	 .icm-pic-wrap {
		width: 48%;	
	 }
}

@media screen and (max-width: 649px) {
	.icm-pic-wrap {
		float: none;
		margin-left: 0;
		max-width: 300px;
	}
	
	.icm-pic-wrap:nth-child(2n+1) {
		float: left;
		clear: left;
	}
	
	.icm-pic-wrap:nth-child(2n) {
		float: right;
	}
	
	.pic {
		max-width: 300px;
		max-height: 191px;
	}
}

@media screen and (min-width: 650px) {
	.icm-pic-wrap:nth-child(3n+1) {
		clear: left;
		margin-left: 0;
	}
}

@media screen and (min-width: 500px) and (max-width: 1000px) {
	.icm-pic-wrap .icm-title {
		font-size: 12px;
	}
	
	.pic-caption .pic-caption-inner p {
		font-size: 10px;
	}
}

/* == Pagination == */
.wp-pagenavi {
	clear: both;
	margin-bottom: 10px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	padding: 5px 10px !important;
	font-size: 16px !important;
	font-weight: normal !important;
	border: none !important;
	display: inline-block;
}

.wp-pagenavi a {
	color: #fff;
	background-color: #666;
}

.wp-pagenavi a:hover,
.wp-pagenavi span {
	color: #fff;
	background-color: #0034cb;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	color: #fff;
	background-color: #ccc;
}

.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
	color: #fff;
	background-color: #333;
}

/* == Facebook Like Box == */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}

.maincolumn-one-sidebar {
	float: left;
	width: 73.5%;
}

/* Sidebar */
#right-column .widget {
	margin-bottom: 20px;
}

#right-column .widget-title {
	font-size: 26px;
}

.sidebar-content {
	float: right;
	width: 235px;
}

#gform_widget-2 .widget-title span,
#text-2 .widget-title {
	color: #fff;
	line-height: 1;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	padding: 19px 10px;
	text-transform: uppercase;
}

#gform_widget-2 .widget-title {
	margin-bottom: 0;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
}

#gform_widget-2 .widget-title:hover {
	cursor: pointer;
}

#gform_widget-2 .widget-title span {
	background-color: #3abc07;
	border: 1px solid #299300;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 2px 0 rgba(255,255,255,.5);
	box-shadow: inset 0 1px 2px 0 rgba(255,255,255,.5);
}

#gform_wrapper_1 {
	display: none;
}

#nav_menu-5 li {
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
	background-color: #000;
}

#nav_menu-5 li:first-child {
	margin-top: 0;
}

#nav_menu-5 li a {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	padding: 12px 15px;
}

#nav_menu-5 li:hover,
#nav_menu-5 li.current-menu-item {
	background-color: #636;
}

#text-2 .widget-title {
	margin-bottom: 0;
	background-color: #008dc5;
}

#text-2 .textwidget {
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ccc;
}

#text-2 .widget-title:hover {
	background-color: #636;
}

#text-2 .textwidget a {
	color: #000;
	font-size: 14px;
	font-style: italic;
}

#text-2 .textwidget a:hover {
	color: #333;
}

#text-2 .textwidget a .tm-client-name {
	color: #008dc5;
	text-align: right;
}

#text-3 {
	border: 1px solid #ccc;
}

#text-5,
#text-6 {
	background-color: #fff;
}

#text-5 h3,
#text-6 h3 {
	color: #fff;
	padding: 15px;
	margin-bottom: 0;
	position: relative;
	background-color: #008dc5;
}

#text-5 .textwidget,
#text-6 .textwidget {
	font-size: 14px;
	padding: 15px;
	line-height: 1.8;
	border: 1px solid #ccc;
}

#text-6 .textwidget strong {
	width: 50px;
	display: inline-block;
}

/* ----------------------------------------------------- */

@media screen and (max-width: 799px) {	
	.maincolumn-one-sidebar,
	.sidebar-content {
		float: none;
		clear: both;
		width: 100%;
	}
	
	#nav_menu-5 li a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#text-3 {
		width: 298px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 800px) {
	.maincolumn-one-sidebar {
		width: 65.26867627785059%;
	}
}

@media screen and (min-width: 825px) {
	.maincolumn-one-sidebar {
		width: 66.37055837563452%;
	}
}

@media screen and (min-width: 850px) {
	.maincolumn-one-sidebar {
		width: 67.40467404674047%;
	}
}

@media screen and (min-width: 875px) {
	.maincolumn-one-sidebar {
		width: 68.37708830548926%;
	}
}

@media screen and (min-width: 900px) {
	.maincolumn-one-sidebar {
		width: 69.29316338354577%;
	}
}

@media screen and (min-width: 925px) {
	.maincolumn-one-sidebar {
		width: 70.15765765765766%;
	}
}

@media screen and (min-width: 950px) {
	.maincolumn-one-sidebar {
		width: 70.97480832420591%;
	}
}

@media screen and (min-width: 975px) {
	.maincolumn-one-sidebar {
		width: 71.74840085287846%;
	}
}

@media screen and (min-width: 1000px) {
	.maincolumn-one-sidebar {
		width: 72.48182762201454%;
	}
}

@media screen and (min-width: 1037px) {
	.maincolumn-one-sidebar {
		width: 74.5%;
	}
}

/*------------------------------------------------------------------------
--------------------------------------------------------------------------
	          				Footer Content
------------------------------------------------------------------------*/
#footer {
	background-color: #636;
}

#footer-wrap {
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}

#nav_menu-3,
#nav_menu-3 li {
	float: left;
}

#nav_menu-3 li {
	position: relative;
	margin-left: 10px;
	padding-left: 14px;
}

#nav_menu-3 li:first-child {
	margin-left: 0;
	padding-left: 0;
}

#nav_menu-3 li:before {
	content: '|';
	color: #fff;
	display: inline-block;
	position: absolute;
	left: 0;
	top: -1px;
}

#nav_menu-3 li#menu-item-83:before {
	display: none;
}

#nav_menu-3 li a {
	color: #fff;
}

#nav_menu-3 li:hover a,
#nav_menu-3 li.current-menu-item a,
#nav_menu-3 li.current-page-ancestor a {
	color: #dabcda;
}

#text-4 {
	float: left;
	min-width: 95px;
	margin-left: 50px;
}

#copyright-wrap {
	padding-top: 40px;
}

.copyright-note {
	float: left;
	font-size: 13px;
}

.copyright-note a {
	color: #000;
}

.copyright-note a:hover {
	color: #636;
}

/* ------------------------------------------ */
@media screen and (max-width: 749px) {
	#copyright-wrap {
		padding-top: 20px;
	}
	
	#nav_menu-3,
	#nav_menu-3 li,
	#text-4,
	.copyright-note,
	#nav_menu-4 {
		float: none;
		clear: both;
	}
	
	#nav_menu-3 {
		margin-bottom: 20px;
	}
	
	#nav_menu-3 li {
		margin-left: 0;
		padding-left: 0;
	}
	
	#nav_menu-3 li {
		margin-bottom: 5px;
	}
	
	#nav_menu-3 li:last-child {
		margin-bottom: 0;
	}
	
	#nav_menu-3 li:before {
		display: none;
	}
	
	#nav_menu-3 li a {
		display: block;
		padding: 15px;
		border: 1px solid #fff;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	
	#nav_menu-3 li:hover a,
	#nav_menu-3 li.current-menu-item a,
	#nav_menu-3 li.current-page-ancestor a {
		color: #636;
		background-color: #fff;
	}
	
	#text-4 {
		width: 100px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.copyright-note {
		display: block;
		text-align: center;
		margin-bottom: 30px;
	}
	
	#nav_menu-4 {
		width: 238px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 62px;
	}
}

@media screen and (min-width: 750px) and (max-width: 899px) {
	#nav_menu-3 li a {
		font-size: 12px;
	}
	
	#nav_menu-3 li:before {
		top: 1px;
	}
}

/*------------------------------------------------------------------------
--------------------------------------------------------------------------
	          						Sprites
------------------------------------------------------------------------*/
#nav_menu-2 li a:before,
#text-2 .widget-title:after,
#nav_menu-4 li a:before,
#gform_widget-2 .widget-title span:after,
.menu-toggle:after,
.search-toggle:after,
.more-services:after,
#text-5 h3:after,
#text-6 h3:after {
	background: url(images/sprite@1x.png) no-repeat;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	#nav_menu-2 li a:before,
	#text-2 .widget-title:after,
	#nav_menu-4 li a:before,
	#gform_widget-2 .widget-title span:after,
	.menu-toggle:after,
	.search-toggle:after,
	.more-services:after,
	#text-5 h3:after,
	#text-6 h3:after {
		background: url(images/sprite@2x.png) no-repeat;
		background-size: 180px 180px;
	}
}

#nav_menu-2 li a:before,
#main-content-top-heading-group h1:before,
#text-2 .widget-title:after,
#nav_menu-4 li a:before,
#gform_widget-2 .widget-title span:after,
#footer-wrap:before,
#nav_menu-5 li a:before,
.menu-toggle:after,
.search-toggle:after,
.more-services:after,
.icm-pic-wrap .icm-title:before,
#text-5 h3:after,
#text-6 h3:after {
	content: ' ';
	position: absolute;
	display: block;
}

#nav_menu-2 li.menu-item-91 a:before,
#nav_menu-4 li.menu-item-91 a:before {
	top: -18px;
	right: 110%;
	width: 34px;
	height: 52px;
	background-position: 0 0;
}

#nav_menu-2 li.menu-item-91:hover a:before,
#nav_menu-4 li.menu-item-91:hover a:before {
	background-position: -85px -50px;
}

#nav_menu-2 li.menu-item-92 a:before,
#nav_menu-4 li.menu-item-92 a:before {
	top: 2px;
	right: 105%;
	width: 54px;
	height: 45px;
	background-position: -38px 0;
}

#nav_menu-2 li.menu-item-92:hover a:before,
#nav_menu-4 li.menu-item-92:hover a:before {
	background-position: -123px -50px;
}

.more-services:after {
	width: 40px;
	height: 35px;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 15px;
	background-position: -46px -115px;
}

#main-content-top-heading-group h1:before,
#footer-wrap:before {
	width: 100%;
	height:  100%;
	top: 0;
	right: 30px;
	opacity: 0.2;
	background: url(images/header-bg.png) no-repeat right top;
	background-size: contain;
}

#nav_menu-5 li a:before,
.icm-pic-wrap .icm-title:before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.2;
	background: url(images/header-bg.png) no-repeat 90% -25px;
	background-size: 55% auto;
}

.menu-toggle:after {
	left: 8px;
	top: 11px;
	width: 40px;
	height: 35px;
	background-position: -46px -115px;
}

.search-toggle:after {
	left: 8px;
	top: 8px;
	width: 40px;
	height: 40px;
	background-position: -1px -112px;
}

#footer-wrap:before {
	right: 10px;
}

#gform_widget-2 .widget-title span:after {
	top: 15px;
	right: 5px;
	width: 28px;
	height: 28px;
	background-position: -54px -59px;
}

#text-2 .widget-title:after {
	top: 7px;
	right: 10px;
	width: 49px;
	height: 48px;
	background-position: 0 -58px;
}

#text-5 h3:after,
#text-6 h3:after {
	margin: auto;
	top: 0;
	bottom: 0;
	right: 10px;
}

#text-5 h3:after {
	width: 30px;
	height: 47px;
	background-position: -133px -99px;
}

#text-6 h3:after {
	width: 40px;
	height: 45px;
	background-position: -89px -108px;
}

@media screen and (max-width: 599px) {
	#nav_menu-2 li.menu-item-91 a:before {
		top: 0;
		right: 0;
	}
	
	#nav_menu-2 li.menu-item-92 a:before {
		top: 0;
		right: 0;
	}
}

@media screen and (max-width: 749px) {
	#footer-wrap:before {
		display: none;
	}
	
	#nav_menu-4 li.menu-item-91 a:before {
		right: 109%;
	}
	
	#nav_menu-4 li.menu-item-92 a:before {
		right: 103.5%;
	}
}

@media screen and (max-width: 799px) {
	#nav_menu-5 li a:before {
		background-position: 98% 0;
		background-size: contain;
	}
}

@media screen and (max-width: 940px) {
	.icm-pic-wrap .icm-title:before {
		background-position: 93% 0;
		background-size: contain;
	}
}

/*------------------------------------------------------------------------
--------------------------------------------------------------------------
	          				       Forms
------------------------------------------------------------------------*/
input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
 
input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
 
input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
 
body .gform_wrapper {
    margin: 0;
    max-width: 100%;
}
 
.ui-datepicker {
    position: absolute;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    font-weight: normal;
}
 
body .gform_wrapper .ginput_complex .ginput_right input[type="text"],
body .gform_wrapper .ginput_complex .ginput_right input[type="url"],
body .gform_wrapper .ginput_complex .ginput_right input[type="email"],
body .gform_wrapper .ginput_complex .ginput_right input[type="tel"],
body .gform_wrapper .ginput_complex .ginput_right input[type="number"],
body .gform_wrapper .ginput_complex .ginput_right input[type="password"],
body .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last input[type="text"] {
    width: 99% !important;
}
 
body .gform_wrapper .gform_body .gform_fields .gfield input,
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .gform_wrapper .gform_body .gform_fields .gfield select {
    width: 99%;
    padding: 8px 0.5%;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 0 1px #e8e8e8;
    box-shadow: inset 0 0 0 1px #e8e8e8;
}
 
body .gform_wrapper .gform_body .gform_fields .gfield input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
body .gform_wrapper .gform_body .gform_fields .gfield select:focus {
    -webkit-box-shadow: inset 0 0 0 1px #84e6ff;
    box-shadow: inset 0 0 0 1px #84e6ff;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=radio] {
    -webkit-box-shadow: none;
    box-shadow: none;
}
 
body .gform_wrapper .gform_footer input[type=submit] {
    color: #fff;
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 18px;
    padding: 15px 8px;
    background: #636;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
 
body .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #008dc5;
}
 
/* Error Message */
body .gform_wrapper .validation_error {
    top: 0;
    left: 0;
    margin: 0;
    width: 98%;
    color: #fff;
    border: none;
    font-size: 14px;
    position: fixed;
    padding: 10px 1%;
    z-index: 999999999;
    text-align: center;
    font-weight: normal;
    background: rgba(255,0,0,0.9);
}
 
body .gform_wrapper .top_label .gfield_error,
body .gform_wrapper .top_label .gfield_error .ginput_container {
    width: 100%;
    max-width: 100%;
}
 
body .gform_wrapper .gform_body .gform_fields .gfield_error .gfield_label {
    color: #000;
}
 
body .gform_wrapper .gform_body .gform_fields .gfield_error input,
body .gform_wrapper .gform_body .gform_fields .gfield_error textarea {
    -webkit-box-shadow:inset 0 0 0 1px #f00;
    box-shadow:inset 0 0 0 1px #f00;
}
 
body .gform_wrapper .gform_body .gform_fields .gfield_error .gfield_checkbox li label {
    color: #f00;
	font-weight: normal;
}
 
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    background: none;
}
 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding: 0 !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_time_hour,
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_time_minute,
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_time_ampm {
    width: 60px;
}
 
body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
    display: none !important;
}
 
/* Success Message */
body .gform_confirmation_wrapper {
    top: 0;
    left: 0;
    width: 98%;
    color: #fff;
    font-size: 14px;
    position: fixed;
    padding: 10px 1%;
    text-align: center;
    z-index: 999999999;
    background: rgba(41,154,77,0.9);
}
 
@media screen and (max-width: 767px) {
    body .gform_wrapper .ginput_complex .ginput_right input[type="text"],
    body .gform_wrapper .ginput_complex .ginput_right input[type="url"],
    body .gform_wrapper .ginput_complex .ginput_right input[type="email"],
    body .gform_wrapper .ginput_complex .ginput_right input[type="tel"],
    body .gform_wrapper .ginput_complex .ginput_right input[type="number"],
    body .gform_wrapper .ginput_complex .ginput_right input[type="password"],
    body .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last input[type="text"] {
        width: 98% !important;
    }
     
    body .gform_wrapper .gform_body .gform_fields .gfield input,
    body .gform_wrapper .gform_body .gform_fields .gfield textarea {
        width: 98%;
        padding: 8px 1%;
    }
}

.gf-hidden {
	display: none;
}

/* Search Form */
#searchform ul li,
#searchform input[type=search],
#searchform input[type=submit] {
	border: none;
	line-height: 1 !important;
	display: inline-block;
}

#searchform input[type=search],
#searchform input[type=submit] {
	margin: 0 !important;
	padding: 5px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#searchform input[type=search] {
	background-color: #fff;
}

#searchform input[type=submit] {
	color: #fff;
	background-color: #636;
}

#searchform input[type=submit]:hover {
	cursor: pointer;
	background-color: #000;
}
