@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,600);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

/* ------------------------- DRUPAL 7 FRAMEWORK ------------------------- */
body#body {
	/*background: #b8b8b8 url(../images/pattern.png);*/
	color: #888;
	font: 14px/22px Roboto, Arial, Helvetica, sans-serif;
	position:relative;
	min-width:300px;
	-webkit-text-size-adjust: none;
}*/
a:-webkit-any-link {
text-decoration:none;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
      font-family: Roboto, 'Open Sans', Arial, Helvetica, sans-serif;
      color: #3a4950;
}

.field-name-taxonomy-forums .links a,
.panel-pane.error-page .pane-content .err-title,
.panel-pane.error-page .pane-content span.err,
a, a:link {
	color:#008fc4; /*was #2185c5; */
	outline: none;
	text-decoration:none !important;
}
a:visited {
       color:#008fc4;
       text-decoration:none;
}
a:hover, .field-name-taxonomy-forums .links a:hover, #block-views-our-team-block .views-field-title a:hover {
	text-decoration: none;
	color: #29a3f7; /*was #aaaaab; */
}


.panel-pane.error-page .pane-content .err-title,
.panel-pane.error-page .pane-content span.err {
	text-decoration: none;
}

strong {
	font-weight:bold;
}

.fl-l {float:left;}
.fl-r {float:right;}

.extra {overflow:hidden;}

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

/* Selection colours (easy to forget) */
::selection 	 	{background: rgb(67,141,200);}
::-moz-selection 	{background: rgb(67,141,200);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(67,141,200);}


.ajax-progress {
  display:none;
}

#edit-style-options-row--2 {
	clear: both;
}
#admin-menu {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/* ------------------------- HEADER ------------------------- */
#header {
	position: relative;
}
#logo {
	display: inline-block;
margin-right:33px;
}
#logo img {
margin-right: 33px;
}

#logo img.dairychilllogo {
margin-top: -5px;
}
#logo img.aquamax {
margin-right:0px;
margin-top: -5px;
}
#block-block-6 {
color:#3a4950;
font-size:32px;
font-weight:bold;
}
.section-1 {
	padding-top: 30px;
}
.section-1 .col1 {
        float:left;
}
.section-1 .col2 {
float: right;
padding-top: 5.8em;
text-align: right;
}
	.section-1 .col1 {
		margin-bottom: 15px;
	}
.section-2 {
	padding-top: 39px;
	padding-bottom: 103px;
}
.section-3 {
	padding-top: 17px;
	padding-bottom: 2px;
}

.phone-block {
	color: #2b3942;
	font-family: Roboto, 'Open Sans', sans-serif;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	padding-left: 36px;
	background: url(../images/phone-icon.png) 0 6px no-repeat;
	text-shadow: 1px 1xp 1px rgba(0,0,0,0.5);
}
	.phone-block .pgone1 {
		font-size: 14px;
                color: #2b3942;
		font-weight: 600;

	}

.indent-top-1 {
	padding-top: 14px;
}

/* ------------------------- MAIN MENU ------------------------- */
.select-menu {display:none !important;}

#superfish-1 { 
	background:#29a3f7 url(../images/main-menu.jpg) repeat-x;;
	float:left;
	position:relative;
	width:100%;
	-webkit-box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	margin-bottom: -34px;
}

	#superfish-1 li {
		background:none;
		border:0;
		overflow:inherit;
		padding:0;
		text-align:center;
	}
	#superfish-1 > li {
			padding-left: 2px;
			background: url(../images/menu-separator.png) 0 0 repeat-y;
		}
		#superfish-1 > li:first-child {
			padding-left: 0;
		}
		#superfish-1 > li > a {
			background: #29a3f7 url(../images/main-menu.jpg) repeat-x;
		}
		#superfish-1 a {
			border:0;
			color:#ffffff;
			font-size:14.5px;
			font-weight:600;
			padding:28px 0;
			text-decoration:none;
			font-family: Roboto, 'Open Sans', sans-serif;

			text-transform: uppercase;
			-webkit-transition: all 200ms ease;
			-moz-transition: all 200ms ease;
		    -ms-transition: all 200ms ease;
		    -o-transition: all 200ms ease;
			transition: all 200ms ease;
		}
			#superfish-1 > li > a:hover, #superfish-1 > li.active-trail > a, #superfish-1 > li.sfHover > a {
				color:#fff;
				background: #1b84f4 url(../images/main-menu-hover.jpg) repeat-x;
			}

	#superfish-1 ul {
		background: #29a3f7 url(../images/sub-bg.jpg) repeat-x;
		display:none;
		padding:15px 0;
		top:70px;
		width:188px !important;
		left: 2px;
		border-top: 1px solid #219df6;
	}
	
		#superfish-1 ul li {
			background:none;
			border-bottom:0;
			height:auto;
			padding:0;
		}
			#superfish-1 ul li a:visited, #superfish-1 ul li a {
				border:0;
				color:#fff;
				font-size:13px;
				font-weight:400;
				padding:10px !important;
				text-align:center;
			}
				#superfish-1 ul li a:hover, #superfish-1 ul li.active-trail a  { background: #219df6;}

			#superfish-1 ul li ul{
				left:200px !important;
				padding:10px 0 !important;
				top:-10px;
			}
				#superfish-1 ul li ul li {
					background:none;
					margin-bottom:1px;
				}
				
				
/* ------------------------- SLIDER ------------------------- */

#flexslider_views_slideshow_main_slider-block li {
	padding: 0;
}

.flex-control-thumbs li {
	width: 20%;
}

.flexslider .slides img {
	width: 100%;
	height: auto;
}

.flexslider {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    margin-bottom: 0;
}

.flexslider .flex-next,
.flexslider .flex-prev {
	opacity: 1;
}
.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
    display: block;
}

.flex-direction-nav .flex-prev {
	left: 0;
}
.flex-direction-nav .flex-next {
	right: 0;
}

.flexslider:hover .flex-next {opacity: 1; right: 0;}
.flexslider:hover .flex-prev {opacity: 1; left: 0;}

.flex-control-nav {
	background: none;
}

.flex-control-nav li {
	margin: 0 4px;
}
.flex-control-nav li a {
	width: 21px;
	height: 22px;
	background: url(../images/slide-control-nav.png) 100% 0 no-repeat;
}
	.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
		background: url(../images/slide-control-nav.png) 0 0 no-repeat;
	}

.flex-control-nav {
	bottom: 119px;
	width: 109px;
	left: 50%;
	margin-left: -54px;
	padding-top: 12px;
	padding-bottom: 9px;
}


.slider_caption {
	text-align: center;
	background: #3a4950;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 35px;
	line-height: 37px;
	font-weight: 300;
	font-family: Roboto, 'Open Sans', sans-serif;
	padding: 41px 0;
}
.slider_caption span {
	background: #3a4950;
	color: #FFFFFF;
}
.slider_caption a, .slider_caption a:link, .slider_caption a:visited {
        text-decoration: none;
	color: #FFFFFF;
        -webkit-tap-highlight-color: #FFFFFF;
}
.slider_caption a:hover, .slider_caption a:active  {
	color: #DDDDDD;
        background: #3a4950;
}

/* ------------------------- MAIN ------------------------- */
div.messages {
	margin-bottom: 30px;
}
.views-row {
	margin-bottom: 20px;
}

.views-field-title,
.node h2,
article.comment h3 {
	margin-bottom: 0px;
	color: #3a4950;
	text-transform: uppercase;
	font-family: Roboto, 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
}
	.views-field-title a,
	.node h2 a,
	article.comment h3 a {
		color: #008fc4; /* was #2185c5; */
	}
		.views-field-title a:hover,
		.node h2 a:hover,
		article.comment h3 a:hover {
			color: #29a3f7; /*was #aaaaab;*/
		}

.title-white, .title-white a {
	color: #fff;
}


.views-field-body {
	margin-bottom: 20px;
}
.img-indent {
	margin-bottom: 20px;
}
.title-indent {
	margin-bottom: 13px;
}

.field-name-field-addthis-blog {
	margin-bottom: 25px;
}

.img-left {
	float: left;
	margin-right: 20px;
}
.img-right {
	float: right;
	margin-left: 20px;
}

.block-indent {
	margin-bottom: 60px !important;
}



.service-block {
	position: relative;
	margin-top: -80px;
}
.service-block .views-row {
	overflow: hidden;
	background: #e3e3e3;
	padding: 32px 0 31px 2%;
	color: #3a4950;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	.service-block .views-row h3, .service-block .views-field-field-focus-block-icon-code a {
		color: #3a4950;
	}

.haeder-bottom-wrap {
	background: #fff;
}

.service-block .service-image {
	float: right;
}

.service-block .views-field-field-focus-block-icon-code {
        float:left;
        font-size: 1.2em;
}
	.service-block .service-title h3 {
		font-size: 31px;
		line-height: 35px;
		margin-bottom: 0;
	}
		.service-block .service-title h3 span {
			font-weight: 300;
		}


.node h2.h2-text {
	font-size: 50px;
	line-height: 52px;
	margin-bottom: 27px;
}

.node h2.h2-text span {
	font-weight: bold;
	color: #3a4950;
        font-size:35px;
}

.solutions-block .views-row {
	text-align: center;
}

#block-views-partners-block {
	text-align: center;
}


.blue-bg .views-row {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	background: #1d80c3 url(../images/bg1.jpg) 0 0 repeat-x;
	color: #fff;
}

.node-type-portfolio blockquote {
  font-style: italic;
  font-weight: bold;
  color: #888;
  font-size: 2em;
  line-height: 1.1em;
  margin-top: 2em;
  margin-bottom: 1.5em;
}
.node-type-portfolio .callout {
  color: #D93103;
  font-weight: bold;
  font-style: italic;
  padding-left: 2.5em;
  background: url("/sites/all/themes/theme808/images/green-arrow.png");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  line-height:25px;
}

/* ------------------------- DEFAULT BLOCK STYLE ------------------------- */

.views-row-last.views-row {
	margin-bottom: 50px;
}

#main-wrapper .block {
	padding-bottom: 0px;
	padding-top: 11px;
}


#content {
	overflow: hidden;
}

.region-header-bottom {
	padding: 0;
}

.region-content-top {
	padding: 0;
}

.region-content {
	padding: 0;
}

.region-content-bottom {
	padding-top: 46px;
	border-top: 1px solid #f2f2f2;
}


.region-header-bottom:after,
.region-content-top:after,
.region-content:after,
.region-content-bottom:after {
	content: '';
	width: 100%;
	clear: both;
	display: block;
}

.views-clearfix .views-row:after {
	content: '';
	width: 100%;
	clear: both;
	display: block;
}

#main-wrapper img, #footer img {
	height:auto;
	max-width: 100%;
	width:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


	#main-wrapper .getlocations_map_canvas img {
		padding: 0;
		background: none;
		border: none;
	}

.front #main-wrapper {


	padding-top: 30px;
	padding-bottom: 0px;
  background-position: 0 124px; /* new added rowan */
}

#main-wrapper {
	padding-top: 30px;
        background-color:#ffffff;
	padding-bottom: 22px;
}
.not-front #main-wrapper {
	padding-top: 80px;
}
#main .feed-icon img, #main th.active img {
	width:auto;
	border: none;
	background: none;
	padding: 0;
}


#tinymce p {
	margin-bottom: 10px;
}
.location.vcard {
	margin-top: 0;
}

			
/* ------------------------- CONTENT REGION ------------------------- */
/*Node heading*/
.front #page-title {display:none;}

#content h1.title, h2, h3 {
	font-size:30px;
	line-height:37px;
	margin-bottom:27px;
	text-transform:uppercase;
	font-family: Roboto, 'Open Sans', sans-serif;
	font-weight: 600;
	color: #3a4950; /* #2185c5;*/
}
#content {
        color: #3a4950;
        background:#FFFFFF;
}

h2 span {
	font-weight: 300;
}

h3 {
	font-size: 22px;
	line-height: 26px;
}

article.node {
	padding-bottom:20px;
	margin-bottom:20px;
}
	article.node.node-blog {
		border-bottom: 0px solid #444;
	}

	#node-79 {
		margin-bottom: 0;
		padding-bottom: 0;
	}

.page-node- .submitted a {
	padding-right: 0;
	margin-right: 0;
}

#main-wrapper #block-system-main {
	padding-bottom: 0;
}



/*Author & date information*/
p.submitted {
	margin:5px 0 15px;
}
	.submitted, p.submitted span {
		
	}
	.submitted a {
		text-decoration:none;
	}
		.submitted a:hover {}

article.node footer {
	padding-top:0px;
}

article footer ul.links.inline , .view-id-news footer ul.links.inline {
	display:block;
  margin:0px;
}
article footer ul li {
	padding:0;
	margin:0 15px 0 0;
	padding: 0 !important;
}
	article footer ul li.first ,  .view-id-news footer ul li.first {margin-left:0;padding-left: 0;}

.node-teaser .comment-add {
	display: none;
}

/*Node Tags*/
article.node footer .field-name-field-tags { padding-bottom:10px;}
	article.node footer .field-name-field-tags .field-label{
		float: left;
		font-size: 16px;
		padding-right: 10px;
		line-height: 24px;
	}
	article.node footer .field-name-field-tags .field-items {
		overflow:hidden;
		padding-bottom:15px;
		width:100%;
	}
	article.node footer .field-name-field-tags ul li {
		float:left;
		padding:0 4px;
		margin-right: 10px;
	}
		article.node footer .field-name-field-tags ul li a{
			font-size: 12px;
			text-decoration: none;
			padding: 2px 5px;
		}
			article.node footer .field-name-field-tags ul li a:hover {
				text-decoration: none;
			}
			
			
.node-maps header {
	display:none;
}

.panels-flexible-region-1-contacts_region {
	width:auto;
}

.contact-information {
float: none;
}

.node-113 .submitted {
display: none;
}

.panels-flexible-region-1-contacts_region .contextual-links-region {
float: left;
padding-right: 0PX;
}


.item-list ul li {
	margin-left: 0;
	margin-bottom: 20px;
}
ul li.collapsed {
	list-style: none;
}
ul.menu li {
	margin-left: 0;
}
	section.block ul, section.block .item-list ul li { margin:0;}
	ul li.leaf { 
		list-style-image:none;
		list-style-type:none;
		margin:0;
		padding:0;
	}

.content #node-114 li {
background: url(../images/a1.png) no-repeat 0 7px;
padding-left: 33px;
list-style: none;
}

.content #node-112 li {
background: url(../images/a1.png) no-repeat 0 2px;
padding-left: 33px;
}

.content #node-110 li {
background: url(../images/a1.png) no-repeat 0 2px;
padding-left: 33px;
}

.content #node-111 li {
background: url(../images/a1.png) no-repeat 0 2px;
padding-left: 33px;
}
		section.block .content li, .marker-list li { 
			background:url(../images/a1.png) no-repeat 0 2px;
			padding:0 0 16px 33px;
			line-height:20px;
			text-transform: uppercase;
		}
			section.block .content li a, .marker-list li a { 
				color:#aaaaab;
				line-height:20px;
				text-decoration:none;
			}
			section.block .content li a:hover, .marker-list li a:hover { color:#2185c5;}



/* ------------------------- BUTTONS STYLES ------------------------- */
	.form-submit:hover { background:#444;}
	
.button a, .more-link a, ul.links li a, .view-portfolio .views-field-view-node a, #block-poll-recent ul.links li a, #filters li a, .content ul.pager li a, .content ul.pager li.pager-current, .form-submit {
	display: inline-block;
	padding: 7px 23px;
	border: none;
	color: #fff;
        background: #00baff;
        text-decoration: none;
	font-family: Roboto, 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
	transition: all 200ms ease;
}
	.button a:hover, .more-link a:hover, ul.links li a:hover, .view-portfolio .views-field-view-node a:hover, #block-poll-recent ul.links li a:hover, #filters li a:hover, .content ul.pager li a:hover, .content ul.pager li.pager-current, .form-submit:hover, #filters li a.selected {
		background: #29a3f7;
	}


.form-submit {
	line-height:normal;
	vertical-align:middle;
	padding-top: 9px;
	padding-bottom: 9px;
}

.dismiss {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

ul.links li a {
	margin-bottom: 10px;
}

/* ------------------------- BACK TO TOP ------------------------- */
#backtotop {
	background: url(../images/backtotop.png) 0 0 no-repeat;
	width: 70px;
	height: 70px;
	z-index: 5;
}
	#backtotop:hover {
		background-position: 0 100%;
		opacity: 1;
	}

	
/* ------------------------- FOOTER ------------------------- */
#footer {
	clear: both;
	padding: 0;
	position: relative;
	color: #5d5d5d;
        text-align:center;
}

#footer .content {
	color: #5d5d5d;
	font-family: Roboto, 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
}


.footer-wrapper-top {
	background: #e3e3e3; 
	padding: 27px 0 6px 0;
}

.footer-wrapper {
	padding-top: 24px;
	padding-bottom: 17px;
	background: #C9CBCB;
}

.opacity-hover a {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.opacity-hover a:hover {
	opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

#block-block-5 {
  line-height: 30px;
}

#block-block-5 span {
	font-weight: 600;
}


a.follow-link-facebook {
  background-image: url(../images/icon-facebook.png);
}

a.follow-link-googleplus {
  background-image: url(../images/icon-googleplus.png);
}

a.follow-link-twitter {
  background-image: url(../images/icon-twitter.png);
}

a.follow-link-this-site {
  background-image: url(../images/icon-feed.png);
}

/* ------------------------- SOCIAL-ICONS BLOCK ------------------------- */
#block-follow-site { float:right;}

	.follow-link-wrapper {
		display: inline-block;
		margin-left: 8px;
	}
	a.follow-link {
		width:35px;
		height:36px;
		text-indent:-9999px;
		opacity:1;
		padding:0;
	}
		a.follow-link:hover {
			background-position: 0 100%;
		}



/* ------------------------- PAGINATOR ------------------------- */
.content ul.pager {text-align:left;}

.content ul.pager li {
	margin:0px 1px;
	overflow:hidden;
	padding: 0;
	display: inline-block;
}

		.content ul.pager li a:hover, .content ul.pager li.pager-current ,
		.content ul.pager li a, .content ul.pager li.pager-current {
			padding-left: 15px;
			padding-right: 15px;
		}

/* ------------------------- PORTFOLIO ------------------------- */

.view-portfolio-blocks .isotope .isotope-item {
 width:100%;
 /* border:1px solid #CCCCCC; */
}
@media screen and (min-width:480px) {
 .view-portfolio-blocks .isotope .isotope-item {
  width:50%;
  /* border:1px solid #FFFFCC; */
 }
} 
/* REMOVED ONE-THIRD WIDTH ON MOVING INTO BOTTOM OF CONTENT REGION
@media screen and (min-width:996px) {
 .view-portfolio-blocks .isotope .isotope-item {
  width:33%;
 }
}*/

.view-portfolio .isotope-element .views-field-field-portfolio-image {
	background:url(../images/ajax-loader.gif) center center no-repeat #fff; 
	margin-bottom:20px;
}

.view-portfolio .isotope-element .views-field-field-portfolio-image a {
	display:block; 
	background:url(../images/magnify.png) center center no-repeat #fff;
}

.isotope-element .views-field-title {
	margin: 10px 0;
}

#filters {
	margin-bottom: 20px;
	text-align: right;
}

#isotope-options {
	background: none;
}

#filters li {
	display: inline-block;
	margin-left: 10px;
}

.isotope-element img {
	width: 100%;
	height: auto;
}

#isotope-container {
	margin-left: -10px;
	margin-right: -10px;
}

.isotope-element {
	background: none;
	color: inherit;
	margin: 0px;
	height: auto;
	width: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}



/* ------------------------- POLL'S BARS ------------------------- */
.poll .total, .poll .title  {margin-bottom:15px;}
.poll .bar { 
	background-color:#fff;
	border:1px solid #ccc;
	padding:1px;
	height:10px;
	margin-bottom:15px;
}
.poll .bar .foreground { 
	height:10px; 
	display:none;
	background-color:#7ecefd;
}
	
.poll .percent { float:right;}
.poll .vote-form { text-align: left; padding-bottom: 15px;}
.poll .vote-form .choices { width: 100%;}

#block-poll-recent ul.links li {
	background: none;
	padding-left: 0;
}

#block-comment-recent .content li a { display:inline-block;}

#block-comment-recent li span, .views-field-timestamp {
	display: block;
}

#block-forum-new .contextual-links-wrapper { display:none;}

#block-system-navigation .content li { margin:0;}

.links li {
	display: inline-block;
	margin-right: 10px;
}


/* ------------------------- BLOCK SEARCH ------------------------- */
#block-search-form {}
#block-search-form .form-text, #search-block-form .container-inline .form-text {
	width:100%;
	padding:8px 5px;
	border:none;
	background:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#block-search-form .container-inline, #search-block-form .container-inline {
	overflow:hidden;
	background:#fff;
	display:inline-block;
	border: 1px solid #7ecefd;
}
#block-search-form .container-inline .form-item, #search-block-form .container-inline .form-item {float:left; margin:0;}
#block-search-form .container-inline .form-actions, #search-block-form .container-inline .form-actions {float:right;}
	
#block-search-form .form-submit, #search-block-form .form-submit { 
	background:url(../images/search.png) no-repeat center center #fff;
	border:0;
	line-height:normal;
	width:32px;
	height:32px;
	padding:0;
	margin:0;
	vertical-align:middle;
	cursor:pointer;
	text-indent:-9999px;
}
	#search-block-form #edit-submit:hover, #search-block-form .form-submit:hover {opacity: 0.5; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);}

/* ------------------------- BLOCK WEBFORM ------------------------- */	

#block-webform-client-block-119 .webform-component-date,
#block-webform-client-block-119 .webform-component-time {
        font-size:0.8em;
}
#block-webform-client-block-119 .webform-component-date label,
#block-webform-client-block-119 .webform-component-time label {
        font-size:1.1em;
        display:block;
}
#block-webform-client-block-119 .webform-component-time .form-type-radio label {
        display:inline;
}
#block-webform-client-block-119 .form-text {
        width:90%;
}
#block-webform-client-block-119 .form-textarea {
        width:95%;
}

/* ------------------------- FORUM ------------------------- */
.action-links {
	padding: 0 0 25px 0px;
}
	.action-links a {
		font-weight:bold;
	}
		.action-links a:hover {
			text-decoration:none;
		}

#forum a {
	font-size:12px;
}
	#forum a:hover {text-decoration: underline;}

#forum table {
	border:1px solid #c8c8c8;
	width:100%;
}

#forum th {
	border:1px solid #88d2fd;
	color:#fff; 
	font-size:14px;
	padding:3px 5px;
}
	#forum th a {
		color:#fff;
	}

#forum td.container { 
	padding:10px;
}

#forum td {
	border:1px solid #c8c8c8;
	padding: 5px;
}

#forum td.topics, #forum td.posts, #forum td.replies{
	text-align:center;
}

.field-name-taxonomy-forums {
	overflow:hidden;
	padding-bottom:20px;
	margin-top: 20px;
	width:100%;
}
	.field-name-taxonomy-forums .field-label {
		font-size:14px;
		vertical-align:middle;
		margin-bottom: 0;
		line-height:22px;
		float:left;
		margin-right:10px;
		font-family:Roboto, Arial;
		letter-spacing:0;
	}

	.field-name-taxonomy-forums .links a {
		background:none;
		box-shadow: none;
		display:inline;
		font-size: 14px;
		padding:0;
		text-transform: none;
	}
		.field-name-taxonomy-forums .links a:hover {
			background:none;
		}

.page-forum- #main-wrapper .active img {
	padding: 0;
	background: 0;
	border: none;
	margin-left: 5px;
	margin-top: 4px;
}


/* ------------------------- COMMENTS FORM ------------------------- */
.panels-flexible-region-1-contacts_region {
	width:auto;
}


#edit-actions input {
	margin-right: 10px;
}


#edit-comment-body {margin-bottom:15px;}
.filter-help a {font-size:10px; display:inline-block;}
.filter-help a {
	padding-left: 0;
}
#comments {
	margin-bottom: 30px;
	clear: both;
}

article.comment header{overflow:hidden; margin-bottom: 0;}
.user-picture { float:left; margin-right:15px;}

section#comments h2.title {
	margin-bottom:15px;
}

#comment-form label,
#contact-site-form label {
	vertical-align:middle;
}
.form-required {
	color: #f00 !important;
}

#comment-form .form-text,
#user-login .form-text,
#contact-site-form input.form-text,
.search-form .form-text {
	width:220px;
}
	
#comment-form .form-textarea {
	height:120px;
	margin-bottom: 10px;
	
}
	#contact-site-form textarea#edit-message {  /*Contact form texrarea*/
		margin-right:0;
		width:98%;
		height: 100px;
	}
	
.resizable-textarea .grippie {
	display:none;
}

.form-type-item {
	overflow:hidden;
	width:100%;
}
	.form-type-item label {
		float:left;
		padding-right:10px;
	}	
	
.form-type-select { margin:0;}

#edit-comment-body-und-0-format-guidelines {
	padding-top:15px;
}
	#edit-comment-body-und-0-format-guidelines ul li{
		font-size:12px;
		overflow:hidden;
		width:100%;
	}

/* ------------------------- COMMENTS OUTPUT ------------------------- */
#comments {
	margin-top: 30px !important;
}
.comment-wrapper {overflow:hidden;}

article.comment .submitted {
	margin:2px 0 10px;
}
	article.comment .submited .permalink, p .permalink {
		display:none;
	}

article.comment {
	background:#e3e3e3;
	border:1px solid #e3e3e3;
	margin-bottom:15px;
	padding:15px;
	padding-bottom: 25px;
}	
	article.comment h2 {
		color:#3a4950;
		font-size:18px;
		font-weight:normal;
		text-decoration:none;
	}
	
.node article.comment footer {
	overflow:hidden;
	padding:0;
}

#edit-comment-body-und-0-format { border:1px solid #d6d2c6;}
	#edit-comment-body-und-0-format .fieldset-wrapper > * {padding-left:0; padding-right:0;}
	#edit-comment-body-und-0-format .fieldset-wrapper {padding:20px 10px;}
	#edit-comment-body-und-0-format .fieldset-wrapper label {display:inline;}

#comment-form-wrapper { margin-top:30px;}
#comment-form-wrapper .title {
	margin-left:0;
	margin-right:0;
}
article.comment span.new { position:absolute; top:0; right:0;}
.comment-preview { background:none;}

.compose-tips li {margin-bottom:10px;}
.compose-tips h3 {margin-bottom:10px;}

.comment .field-items {margin-bottom: 20px;}

/* ------------------------- TABLE STYLES ------------------------- */
tr.odd, tr.even {
	background: #fff;
	border-bottom: 1px solid #E0E0E0;
}
	tr.even {
		background: #f8f8f8;
	}

th {background:#88d2fd; color: #fff; padding: 5px;}



.page-faq-questions-top .views-row {
	margin-bottom: 30px;
}


.view-faq {
	margin-bottom: 30px;
}
table.specifications {
        margin-top:2em;
}
table.specifications caption {
          font-size: 1.231em;
          text-align: left;
          font-weight: bold;
          padding-bottom: 0.5em;
}
table.specifications tr.odd {
          color:#000000;
          background-color:#F1F1F1;
}
table.specifications tr.even, table.specifications thead tr {
          color:#FFFFFF;
          background-color:#CCCCCC;
}
table.specifications th, table.specifications td {
          padding: inherit;
          background-color: inherit;
          color: inherit;
          font-weight:bold;
}
table.specifications td {
          border-left:2px solid #CCCCCC;
}


/* ------------------------- 404 PAGE NOT FOUND ------------------------- */
.page-page-404 #search-block-form {width:400px;}
.panel-separator {display:none;}

.panel-pane.error-page {margin-bottom:30px;}
	.panel-pane.error-page .pane-content {overflow:hidden;}
		.panel-pane.error-page .pane-content span.err {
			float:left;
			font-weight:bold;
			font-size:150px;
			line-height:180px;
		}
.panel-pane.error-page .pane-content .extra {
	background:url(../images/v_line.gif) 40px 0 repeat-y;
	padding-left:80px;
}
.panel-pane.error-page .pane-content .err-title {
	display:block;
	font-size:70px;
	line-height:84px;
	padding-top:20px;
	text-transform:uppercase;
}
.panel-pane.error-page .pane-content .err-body {
	display:block;
	font-size:20px;
	line-height:24px;
	margin-bottom:15px;
	width:300px;
}
.page-page-404 .pane-search-form {text-align:center;}
	.page-page-404 .pane-search-form .pane-content {display:inline-block; padding-top:40px;}
	.page-page-404 .pane-search-form #search-block-form .form-text {width:300px;}


html.js .collapsible.collapsed.collapsible .fieldset-legend {background-image:url(../images/menu-collapsed.png);}
html.js .collapsible.collapsible .fieldset-legend {background-image:url(../images/menu-expanded.png);}

input[type="text"], input[type="password"], input[type="search"], textarea {
	background:#e3e3e3;
	border:1px solid #e3e3e3;
	color:#666 !important;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:8px 5px;
}

/* ------------------------- FIRST-TIME PAGE ------------------------- */
#first-time {
	display:none;
}
	#first-time p {
		padding:10px 0;
	}
	
#first-time .item-list ul li{
	background:none;
	display:block;
	float:left;
	margin:0;
}
	#first-time .item-list ul li a {
		color:#88d2fd;
		display:block;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}
		#first-time .item-list ul li:hover { background:none; }
		#first-time .item-list ul li a:hover { background:none; }
		
/* ------------------------- BREADCRUMB ------------------------- */
#breadcrumb { 
	color:#444;
	margin-top:16px;
	padding:0px 3px 15px;
}
	#breadcrumb a { 
		color:#444;
		font-size:12px;
		text-decoration:none;
		padding:0 3px;
	}
		#breadcrumb a:last-child { padding-right:0;}
		#breadcrumb a:hover { color:#88d2fd;}
	
/* ------------------------- ADMIN TAB ------------------------- */
.tabs-wrapper { margin: 1px 0 20px;}
div.tabs { overflow:hidden;}

.tabs ul.primary {
	border:0;
	border-bottom:1px solid #c9c9c9;
	margin:10px 0 10px 0;
	overflow:hidden;
	padding:4px 0;
}
	.tabs ul.primary li {
		margin-bottom:-1px;
	}
		.tabs ul.primary li a { 
			background:#EFEFEF;
			border:1px solid #BBB;
			border-bottom:0;
			color:#444;
			font-size:12px;
			font-weight:normal;
			margin:0;
			overflow:hidden;
			padding:3px 15px 4px;
			text-shadow:0 1px 0 #FFF;
			-webkit-transition:background 0.1s linear;
			-moz-transition:background 0.1s linear;
		}
			.tabs ul li a.active, .tabs ul li a:hover { 
				background:#88d2fd;
				color:#fff;
				text-shadow:none;
			}

/* ------------------------- ADMIN MENU BG ------------------------- */
ul.contextual-links li a:hover {}


.node-teaser .field-type-image, .node-employee .field-type-image {float:left; margin:0 20px 6px 0;}

.page-blog .field-name-field-blog-image {
	width: 300px;
}
.field-type-image {margin-bottom:20px;}

.profile .user-picture { margin-left:20px;}
.profile h3 { overflow:hidden;}

#block-views-our-team-block .views-field-field-employee-photo { width: 100px; float:left; margin-right:15px;}
#block-views-our-team-block .views-row { border-top:1px solid #CCC; overflow:hidden; padding:15px 0 10px;}
#block-views-our-team-block .views-row.views-row-first {
	border-top: none;
}
#block-views-our-team-block .views-field-title a { font-weight:bold; text-decoration:none;}

#block-views-our-team-block .views-field-body, #block-views-our-team-block  .views-row {
	margin-bottom: 0;
}


.filter-type {margin-bottom:30px;}

label.option {vertical-align:middle;}

.node-author .username {
	padding-right: 0;
	margin-right: 0;
	border: none;
}



@media only screen and (min-width: 995px) and (max-width: 1230px) {

.section-1 .col1 {
margin-bottom:0px;
}
.col2 {
display:none;
}
        #superfish-1 {
                background:none;
        }
	#superfish-1 a {
		width: 186px;
	}
	#superfish-1 ul {
		width: 156px !important;
	}

	.slider_caption {
		font-size: 32px;
	}



	.h2-text {
		font-size: 46px;
		line-height: 48px;
	}

	.service-block .service-title h3 {
		font-size: 28px;
		line-height: 32px;
	}

	.service-block .service-title, .service-block .service-image {
		float: none;
	}
		.service-block .service-image {
			margin-bottom: 10px;
		}
	.service-block .views-row {
		text-align: center;
	}

}


@media only screen and (min-width: 768px) and (max-width: 995px) {
        .section-1 .col1 {
margin-bottom:0px;
}
.col1 img {
        width:31%;
        }
.col2 {
display:none;
}
#logo img {
margin-right: 5px;
width:254px;
}
	#comment-form .form-text,
	#user-login .form-text,
	#contact-site-form input.form-text,
	.search-form .form-text {
		width:200px;
	}

	body#body {
		min-width:768px;
	}
        #superfish-1 {
                background:none;
        }

	#superfish-1 a {
		width: 148px;
	}
	#superfish-1 ul {
		width: 124px !important;
	}

	.slider_caption {
		font-size: 32px;
	}



	.h2-text {
		font-size: 44px;
		line-height: 46px;
	}

	.service-block .service-title h3 {
		font-size: 22px;
		line-height: 30px;
	}

	.service-block .service-title, .service-block .service-image {
		float: none;
	}
		.service-block .service-image {
			margin-bottom: 10px;
		}
	.service-block .views-row {
		text-align: center;
	}


	.flex-control-nav {
		bottom: 156px;
	}
	
}

@media only screen and (max-width: 767px) {
.section-3 {
    padding-top: 0px;
}
.section-1 .col1 {
margin-bottom:0px;
}
.col1 img {
        width:31%;
        }
.col2 {
display:none;
}
#logo img {
margin-right: 5px;
}
	.img-left.rt {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.img-right.rt  {
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}


	#content {
		overflow: visible;
	}

	.comment-wrapper {
		overflow: visible;
	}

	.user-picture {
		margin-bottom: 12px;
	}

	#comment-form .form-text,
	#user-login .form-text,
	#contact-site-form input.form-text,
	.search-form .form-text {
		width:200px;
	}



	.flexslider .slider_caption,
	#block-views-slider-block .flex-control-nav,
	.flex-direction-nav	{
		display:none;
	}

	#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
		white-space:normal;
		font-size: 11px;
	}

	.addthis_button_tweet.at300b {
		height:35px;
	}
	.field-type-addthis {margin-bottom:20px;}
	
	
	#superfish-1 {display:none;}
	
	.select-menu {
		display:inline !important;
		width:100%;
		margin:10px 0;
		background: #ECEAE9;
		border: 1px solid #444;
		cursor: pointer;
		height: 30px;
		padding: 5px;
	}
	
	.page-portfolio-1-col .view-portfolio .views-row .views-field-field-portfolio-image {float:none; margin-right:0;}
	
	
	.node-teaser .field-type-image, .node-employee .field-type-image {
		float:none;
		margin:0 0px 20px 0;
		width: auto;
	}
	
	
	.panel-pane.error-page .pane-content span.err {
		float:none;
		text-align:center;
		display:block;
	}
	
	.panel-pane.error-page .pane-content .extra {
		background:none;
		padding-left:0px;
		display:block;
		text-align:center;
		max-width:100%;
		border-top:1px solid #4A4A4A;
	}
	.panel-pane.error-page .pane-content .err-body {
		width:100%;
	}
	#block-search-form .container-inline, #search-block-form .container-inline {display:block;}
	
	.page-page-404 #search-block-form {width:300px;}
	
	#block-search-form .container-inline .form-item, #search-block-form .container-inline .form-item {width:260px;}

	.sticky-table td,
	.sticky-table th {
		font-size: 9px;
	}

	.views-field-field-portfolio-image {
		pointer-events:none;
	}


	

	.h2-text {
		font-size: 44px;
		line-height: 46px;
	}

	.service-block .service-title h3 {
		font-size: 30px;
		line-height: 30px;
	}

	.service-block .service-title, .service-block .service-image {
		float: none;
	}
		.service-block .service-image {
			margin-bottom: 10px;
		}
	.service-block .views-row {
		text-align: center;
                padding-left:50px;
	}

	#block-follow-site, #block-block-5 {
		float: none;
		text-align: center;
	}

	#block-follow-site {
		margin-bottom: 20px;
	}

	.section-1 .col1,
	.section-1 .col2 {
		clear: both;
	}



	.section-3 {
		padding-top: 30px;
	}

	.indent-top-1 {
		padding-top: 0;
	}

	.views-field-title,
	.node h2,
	article.comment h3 {
		font-size: 22px;
	}

	#filters li {
		margin-bottom: 10px;
	}
	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.section-3 {
    padding-top: 0px;
}
.section-1 .col1 {
margin-bottom:0px;
}
.col1 img {
        width:31%;
        }
.col2 {
display:none;
}
#logo img {
margin-right: 5px;
}
	.field-type-addthis {margin-bottom:10px;}
	
}

#moxwai { 
 color: #3a4950; 
 clear: both; 
 font-size: 10px; 
 position: relative; 
 margin-top: 0px; 
} 
#moxwai a, #footer a { 
  color:#008fc4; 
  text-decoration: none; 
}
#moxwai a:hover, #footer a:hover { 
  color:#29a3f7; 
  text-decoration: none; 
}



.submitted {
display: none;
}

.node-portfolio .field-name-field-portfolio-image {
float: right;
padding-left: 24px;
}

.node-portfolio .field-name-field-portfolio-image .even {
float: right;
margin-bottom: 24px;
}

.view-featured-products a {
color: #fff;
text-decoration: none;
}

.panels-flexible-region-1-contacts_region-inside .panel-pane {
float: left;
padding-right:10px;
}
ul {
/*list-style-type: circle;*/
list-style-type: none;
margin-left:20px;
padding-bottom:20px;
}
.page-node-114 #main-wrapper, .page-contacts #main-wrapper {

}

.page-our-products #main-wrapper .block.aqua-site {
	padding: 0 0 27px 0;
	float: left;
	width: 100%;
	clear: both;
}
.view-services .service-title a{
  text-decoration: none;
}
h4.bolder{
 color: #5d5d5d;
 font-family: Roboto, 'Open Sans',sans-serif;
 text-transform: uppercase;
 font-weight: 300;
}

#moxwai-slideshow { 
    /*margin: 50px auto; 
    width: 240px; 
    height: 240px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4);*/
    position: relative;
    height: 70px; 
}

#moxwai-slideshow > div.slide { 
    position: absolute; 
    top: 10px; 
    left: 0px; 
    right: 0px; 
    bottom: 10px; 
}
#moxwai-slideshow > div.slide.alpha {
    display:none;
}

#superfish-1 a {
height:16px;
}

#superfish-1 a {
  border: 0 none;
  color: #ffffff;
  font-family: Roboto, "Open Sans",sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  padding: 28px 53.5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 200ms ease 0s;
}
.not-front #superfish-1 a {
 padding: 28px 53.5px;
}
.front #block-views-why-choose-us-block section.block .content li a, .front #block-views-why-choose-us-block .marker-list li a {
  color: #fff;

 }


/* MOXWAI - CUSTOM */

/* HEADER TEXT FORMATTING */

#header .section-1 .col2 {
  padding-top: 0;
}

/* CLICK TO CALL BUTTON */

.btn-red {
  background-color: #ed2728;
}

.btn-red:hover,
.btn-red:active,
.btn-red:focus {
  background-color: #ed2728;
  opacity: 0.8;
}

/**/
.front #main-wrapper {
  padding: 35px 0;
}

.front .section-2 {
  padding-bottom: 0;
}

.front #sidebar-second-wide h2 {
  line-height: 52px;
}

@media screen and (min-width: 768px) and (max-width: 1230px) {
   .not-front #superfish-1 > li.active-trail a,
   .not-front #superfish-1 > li a,
   #superfish-1 > li.active-trail a,
   #superfish-1 > li a {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
   .not-front #superfish-1 > li.active-trail,
   .not-front #superfish-1 > li,
   #superfish-1 > li.active-trail,
   #superfish-1 > li {
    width: 33%;
  }
   .not-front #superfish-1 > li.active-trail,
   #superfish-1 > li.active-trail {
    padding: 0;
    padding-left: 2px;
  }
}

#block-block-6 {
  margin-right: 10px;
}

/* SLIDER CSS */

#flexslider-1 .views-field-body {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
  position: absolute;
  bottom: 30%;
}
#flexslider-1 h2 {
  font-size: 54px;
  line-height: 54px;
  margin-bottom: 15px;
}
#flexslider-1 h3 {
  margin-bottom: 0;
}
#flexslider-1 h2,
#flexslider-1 h3 {
  color: #fff;
}

#flexslider-1 .button {
  display: inline-block;
  margin: 0 10px;
}

#flexslider-1 .button a {
  padding: 12px 35px;
}

#flexslider-1 .button-alt a {
  background-color: #D41B22;
}

#flexslider-1 .slider-back {
    width: 75%;
    padding: 15px 35px;
    margin: 0 auto;
    background: rgba(0,0,0,.5);
}

@media screen and (min-width: 768px) and (max-width: 1230px/*995px*/) {
#flexslider-1 .views-field-body {
  bottom: 20%;
}
#flexslider-1 h2 {
  font-size: 30px;
  line-height: 30px;
}
#flexslider-1 h3 {
  font-size: 20px;
  line-height: 20px;
}
#flexslider-1 .button a {
  font-size: 14px;
  line-height: 14px;
}
}

@media screen and (max-width: 767px) {
#flexslider-1 .slider-back {
    width: 95%;
    padding: 5px;
}
#flexslider-1 h2 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 5px;
}
#flexslider-1 h3 {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
}
#flexslider-1 .button a {
  font-size: 10px;
  padding: 5px;
  line-height: 12px;
}

#flexslider-1 .hide-on-mobile {
  display: none;
}
#flexslider-1 .views-field-body {
  bottom: 10%;
  margin-bottom: 0;
}

#flexslider-1 .button {
  margin: 0 5px;
}
}

/* DROPDOWN MENU */

#superfish-1 ul {
    width: 100% !important;
}

#superfish-1 ul li {
    background-color: inherit;
}

#superfish-1 ul li a {
    text-align: left;
}

.flex-control-nav.flex-control-paging {
  display: none
}

.custom-callout {
    color: #D93103;
    font-weight: bold;
    font-style: italic;
    padding-left: 2.5em;
    background: url(/sites/all/themes/theme808/images/green-arrow.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    line-height: 25px;
}

.page-news .views-field-title,
.page-news .views-field-field-blog-image {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .not-front #main-wrapper {
    padding-top: 30px;
  }
}

.node-type-blog blockquote {
    margin: 25px;
    padding: 5px 0 5px 15px;
    border-left: 5px solid #00baff;
}

.node-type-blog blockquote p {
  margin-bottom: 0;
}

.view-id-portfolio h3,
.view-id-portfolio_blocks h3 {
  text-transform: capitalize !important;
  font-weight: 300;
  margin-bottom: 0;
}
body p, body span.field-content {
font-size:17px;
line-height:1.75;
}