/* --------------------------------
Base Layout
-------------------------------- */

.container{
	text-align: center;
	height: auto;
	margin: 0 auto;
	padding: 24px 0;	
}
.row {margin-bottom: 32px;}
.animated{visibility:hidden;}
.visible{visibility:visible;}

/* Call out titles */
.callout {
	background: rgb(121, 121, 121);
	margin: 0;
	padding: 0;
}
.callout h3 {
	color: #fff;
	margin: 0;
	padding: 0;
}
.callout .subtitle{
	color: #fff;
	margin: 0;
	padding: 0;
}

/* Page Header */
.page-header{
	text-align: center;
	height: auto;
	margin: 0 auto 56px auto;
	padding: 0 0 48px 0;	
	border-bottom: 1px solid rgba(108,108,108, .2);
}
.page-header .subtitle {margin: 0}

/* --------------------------------
Page Loader
-------------------------------- */

#preloader {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #2f2f2f;
	z-index: 9999;
}
.loader-title{
	position: absolute;
	margin: 0 0 0 -90px;
	top:33%;
	left:50%;
	color: #b4b4b4;
}
.loader {
	position: absolute;
	margin: -25px 0 0 -25px;
	top:50%;
	left:50%;
	color: #b4b4b4;
}

/* --------------------------------
Home (Header) Section
-------------------------------- */

.home{
	background:
		url(../images/headers/banner-img-1.jpg) center center fixed;
	position: relative;
	width: 100%;
	height: auto;
	top:0;
}
.home:after {clear: both;}
.header{
	padding-top: 300px;
	text-align: center;
}

.headertext-slider{
    display: block;
    width: 550px !important;
    height: auto;
    margin: 0 auto;
}

.headertext{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	padding: 32px;
	border: 2px solid #fff;
	background: url(../images/pattern-1.png) left top repeat
				  rgba(40,40,40,.7);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.slabtexted .headertext{line-height:1;}
.slabtexted .headertext span:nth-child(2){
	line-height:1;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	padding: 16px 0;
	margin: 16px 0;
}
.slabtexted .headertext span:nth-child(3){line-height:1;}
.slabtexted .headertext span:nth-child(4){
	line-height:1;
	border-top:2px solid #fff;
	padding-top: 16px;
	margin-top: 16px;
}

.slabtexted .slabtext{
  display:-moz-inline-box;
  display:inline-block;
  white-space:nowrap;
}
.slabtextinactive .slabtext{
  display:inline;
  white-space:normal;
  font-size:1em !important;
  letter-spacing:inherit !important;
  word-spacing:inherit !important;
  *letter-spacing:0 !important;
  *word-spacing:0 !important;
}
.slabtextdone .slabtext{display:block;}

a.header-down-arrow {
	color: #fff;
	display: inline-block;
	font-size: 40px;
	font-weight: 400;
	margin-top: 50px;

	-webkit-animation-duration: 3s;
	-webkit-animation-delay: 2s;
	-webkit-animation-iteration-count: infinite;
}
a.header-down-arrow:after{content: "\25be";}
a.header-down-arrow:hover{color: #e74c3c;}

/* Home Section Full Screen Slider */

#homeslide {
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    overflow: auto;
	background: url(../backdrop/boy_grandpa.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.homepageintro {
	position: absolute;
	display: block;
	padding: 20px;
	border-radius: 10px;
	bottom: 250px;
	left: 50%;
	width: 40%;
	height: auto;
	background: rgba(0, 0, 0, 0.8);
	color: white;
	font-size: 1.0em;;
	line-height:normal;
}
.homepageintro a{
	color: #009CD7;
}
.homepageintro a:hover{
	color: #D3007D;
}

.homepagetitle {
	position: absolute;
	display: block;
	top: 30%;
	left: 55%;
}
.homepagetitle p{
	text-align:center;
	font-weight:100;
	font-size:60px;
	line-height:normal;
	background: transparent;
	
}

@media only screen and (min-width: 1200px)  {
	.homepagetitle {
		position: absolute;
		display: block;
		top: 30%;
		left: 55%;
	}
	.homepagetitle p{
		text-align:center;
		font-weight:100;
		font-size:90px;
		line-height:normal;
	}
}
.homepage-button {
	display: block;
	text-align: center;
	background: rgba(200,200,200,0.5);
	border-radius: 3px;
	color: #555;
	width: 100%;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	margin: 0 auto;
}

.homepage-button:hover {
	background-color: #9747a4;
	color: #fff;
}

.slider-home{
	position: absolute;
	height: 100%;
	width: 100%;
	top:0;
	z-index: 5;
	text-align: center;
}
.slides-text{
	width: 38%;
}

#slides .slides-container div{
	position: absolute;
}
#slides .slides-container .slide-1{
	background: url(../backdrop/boy_grandpa.jpg) fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slides .slides-container .slide-2{
	background: url(../backdrop/brother_sister.jpg) fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slides .slides-container .slide-3{
	background:url(../backdrop/mum_daughter.jpg) fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slides .slides-container .slide-4{
	background:url(../backdrop/NEW_Infinity_gradient_backdrop_3000x2000.jpg) fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.slides-navigation {
	position: absolute;
	top: 45%;
	width: 100%;
	margin: 0 auto;
	z-index: 10;
}
.slides-navigation a{
	position: absolute;
	display: block;
	width:48px;
	height:48px;
	opacity:0;
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	background: #000;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}
.slides-navigation a.prev {left: 2%; padding:9px 0 0 16px;}
.slides-navigation a.prev:before{content: "\ab";}
.slides-navigation a.next {right: 2%; padding:9px 0 0 19px;}
.slides-navigation a.next:before{content: "\bb";}
#home:hover .slides-navigation a{opacity:.3;}
.slides-navigation a:hover{opacity:.8 !important;}

/* Pattern Header */
.pattern{background: #2f2f2f url(../images/pattern-wood.jpg) left top repeat;}

/* Video Header */
#video-header {background:#000;}
.video-text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}
.header-mask{
	display: block;
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:url(../images/pattern-1.png) left top repeat;
	z-index: 4;
}

/* --------------------------------
Navigation Bar
-------------------------------- */

.big-nav{
	height: 100px;
}
.small-nav{
	height: 100px;
}

.site-logo{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	float: left;
	position: relative;
	text-transform: none;
	color: #fff;
	font-weight: 400;
    padding: 0px 20px;
}
.big-nav .site-logo{
	font-size: 38px;
	top: 10px;
}
.small-nav .site-logo{
	font-size: 24px;
	top: 10px;
}

.nav li a.selected,
.nav li a.current
{
	/*color: #D3007D !important;
	font-style: italic;*/
	text-decoration:underline;
}

#navigation,
#sub-navigation{
	position: fixed;
	top:0;
	width: 100%;
	z-index: 9998;
	font-size: 14px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#navigation.big-nav{
	background: #b7b8b9;
}
#sub-navigation.big-nav{background: #b7b8b9;}
#navigation.small-nav{background: #b7b8b9;}

.nav-container{
	margin:0 auto;
	width:100%;
	height: 100%;
	max-width: 1170px;
}
.mobile-nav-button{
	display: none;
	color:#fff;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size:25px;
	position: absolute;
	right:15px;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.big-nav .mobile-nav-button{top:57%;}
.small-nav .mobile-nav-button{top:64%;}
.mobile-nav-button:hover {
	color: #D3007D;
}

.nav-menu{
	position: relative;
	float: right;
	height: auto;
    margin: 0;
    padding: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.big-nav .nav-menu{top: 52%;}
.small-nav .nav-menu{top: 50%;}

.nav li {
	float: left;
 	position: relative;
}
.nav li a{
	display: block;
	text-transform: none;
	color: #fff;
	font-weight: 400;
	padding: 8px 12px 15px;
}
.nav li a:hover{color: #2f2f2f;}


/* Drop Down Navigation */

.nav li i{
	margin-left: 3px;
	font-size: 8px;
	vertical-align:10%;
}
.nav ul {
    display: block;
    width: 4000px;
	margin: 0 0 0 0;
    padding-right: 1000px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 45px;
	right: -1000px;
	z-index: 1;

	transition: all .2s ease-in-out;
	background: #b7b8b9;
}
.nav li:hover > ul {
	opacity: 1;
	visibility: visible;
	/*margin: 0;*/
}
.nav ul li {
	float: right;
	display: block;
}
.nav ul a {   
	padding: 10px;
	width: 100%;
	min-width: 150px;
	display: block;
	white-space: nowrap;
	float: right;
    text-align: center;
}
.nav ul a:after {content:"";}
.nav ul a:hover {
	color: #2f2f2f;
	background-color: rgba(108,108,108, .3);
}

/* --------------------------------
Sub Page
-------------------------------- */

.sub-page {padding-top: 128px;}

/* --------------------------------
Pump Page Image
-------------------------------- */
#pumppage-image {
	height: 580px;
	padding-top: 1px;
	background: #000 url('../backdrop/pump_render_B_3000x2000.jpg') no-repeat center;
}

.video-section {
	padding: 100px 0 0 0;
	position: relative;
	width: 100%;
	min-width: 100%;
	height: 100%;
	overflow:hidden;
	background: rgb(151, 151, 151);
}

#video-elem {
	display: block;
	margin: 0px auto;
	width: 100%;
	height: auto;
}

/* vimeo iframe full screen image */

/* --------------------------------
About Section
-------------------------------- */

.about-item{
	padding: 0 24px;
}
a.icon-btn{
	color:#B7B8B9;
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto 16px auto;
	padding-top: 34px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
a.icon-btn:hover{
	color: #fff;
	background: #939393;
}

a.icon_block{
	background-image:url(../navigation/pump_icon.png);
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto 16px auto;
	padding-top: 34px;
}
a.icon_block:hover{
	background-position:bottom;
}
.about-item,h5{
	color: #2f2f2f;
}
/* --------------------------------
Testimonials
-------------------------------- */

.testimonials{
	padding: 56px 0;
	border-top: 1px dashed #2f2f2f;
	color: #2f2f2f;
}

.testimonial-slider{
	max-width: 875px;
	margin:0 auto;
	max-height: 500px;
	overflow: hidden;
}
.testimonial-slider li.t-slide{
	position: absolute;
	height: auto;
}
.testimonial-slider li.t-slide h4:before{content: "\201c";}
.testimonial-slider li.t-slide h4:after{content: "\201d";}
.testimonial-slider li.t-slide:last-child:after{clear: both;}
.t-slide h4{
	color: #2f2f2f;
}
.t-slide p{
	font-size:16px;
}
.t-slide p {
	display: inline-block;
}
.t-slide p:before{content: "\2013  ";}

/* Testimonial Slider Controls */	

.testimonials .flex-direction-nav{

	width:0;
	height: 24px;
	margin:0 auto;
	position: relative;
}
.testimonials .flex-direction-nav li a{
	opacity: 1;
	width:24px;
	height: 24px;
	background: rgba(255, 255, 255, .5);
	color: #fff;
	font-size: 24px;
	text-shadow: none;
	padding:9px 0 0 0;
	margin:0;
	line-height: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.testimonials .flex-direction-nav li a:hover{
	background: rgba(255, 255, 255, .8);
}
.testimonials .flex-direction-nav li a.flex-prev:after{
	content:"\ab";
}
.testimonials .flex-direction-nav li a.flex-next:after{
	content:"\bb"; 
	padding-right: 6px;
}


/* --------------------------------
Team Section
-------------------------------- */

#team-slider{
	width:1200px;
	margin:20px auto 20px auto;
}
.team{
	position: relative;
	width: 260px;
	height: 430px;
	background: rgba(0, 0, 0, 0.658);
	padding: 1px;
	margin: 0 20px;
	overflow: hidden;
   text-align: center;
}
.teambg{
	background: 
	url(../images/pattern-1.png) left top repeat,
	url(../backdrop/Booklet_Backdrop.jpg) center center fixed;
	background: white;
	padding:0 0 32px 0;
	text-align: center;
	overflow: hidden;
	color: #fff;
}
.team-photo img{
	max-width: 100%;
	height: auto;
	
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.team:hover .team-photo img{ 
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.team h4 {line-height: 24px; color:#fff; text-align: center;}
.team h6 {text-transform: uppercase; color: #fff; text-align: center;}

.team-title{
	position: absolute;
	z-index: 1;
	left: 24px;
	right: 24px;
	top: 370px;
	margin-bottom: 24px;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
	transition: all 300ms linear;
	color: #fff;
}
.team:hover .team-title{top: 50px;}
.team .team-info {
	position: absolute;
	z-index: 1;
	left: 24px;
	right: 24px;
	top: 450px;
	color: #fff;
	margin-bottom: 24px;
	font-size: .7em;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.team:hover .team-info{top: 125px;}
.team .team-info p{margin-bottom: 32px;}

.team-social-links li{display: inline-block;}
.team-social-links .social-btn{background:#F8F8F8;}

.owl-buttons div{
	opacity: 1 !important;
}
.owl-next,
.owl-prev {
	visibility: hidden;
}
.owl-next:after,
.owl-prev:after{
	visibility: visible;
	display: block;
	width: 32px;
	height: 32px;
	background: #939393;
	line-height: 0;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	font-size: 24px;
	padding-top: 13px;
	color: #fff;
	content: "\203A";
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.owl-prev:after {content: "\2039";}
.owl-next:after{content: "\203A";}


/* --------------------------------
Call Out
-------------------------------- */

.call-out a.button{
	font-size: 21px;
	margin-left: 16px;
	padding: 16px 24px;
}


/* --------------------------------
Services Section
-------------------------------- */

#services{
	background: 
	url(../images/pattern-1.png) left top repeat,
	url(../backdrop/Simulator_Backdrop.jpg) center center fixed;
	padding:0 0 0 0;
	text-align: center;
	overflow: hidden;

	height: auto;
}
#services .container .row:first-child{
	margin: 56px 0;
}
.service-item{
	cursor: default;
	padding: 0 24px;
}
.service-item i {
	margin-bottom: 8px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.service-item i{color: #fff;}
.service-item:hover i {color:#e74c3c;}
.service-item h5{
	color:#fff;
	line-height: 12px;
}
.service-item .divider {
	height: 2px;
	display: block;
	width:25%;
	margin: 16px auto;
	background: #b5b5b5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Infinity 3 Simulator style */
.pumpsimBox{
	display:block;
	float: right;
	width:60%;
	height:auto;
	padding: 50px 20px;
	color: white;
	background: rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 5px;
}
.pumpsimBox img{
	width:80%;
	margin: 10px 0;
	height:auto;
}
.pumpsimBox a{
	padding:0px;
	text-align: center;
	color:rgb(49, 49, 49);
}
.pumpsimBox a:hover{
	color:rgb(255, 255, 255);
}
.pumpSimPic{
	background:
	url(../backdrop/Simulator_Backdrop.jpg) center center ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: black;
	text-align: left;
	min-height: 350px;
}

.simulator-container {
	/*
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	width: 2048px;
	height:1536px;
	*/
	overflow:hidden;
	width: 960px;
	height: 720px;
}

@media only screen and (min-width: 1200px)  {
	.simulator-container {
		overflow:hidden;
		width: 1200px;
		height:900px;
	}
}

.simulator-container iframe, .simulator-container object, .simulator-container embed {
	height:10px;
	min-height:100%;
	width:10px;
	min-width:100%;
	overflow: hidden;
}

/* iPad simulator styling */

.iPad-simulator-container {
	/*
	width: 960px;
	height: 720px;
	margin: 0;
	padding: 0;
	*/
	position: relative;
	padding-bottom: 75%;
	height: 0px;
	overflow: hidden;
}

.iPad-iFrame {
	width:  10px;
	min-width: 100%;
	max-width: 100%;
	height: 10px;
	min-height: 100%;
	max-height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}



/* Video thumbnails style */

.videoThumb {
	display: block;
	float: left;
	padding: 5px;
	position: relative;
	width: 33%;
	height: auto;
}

.videoThumb a{
	display: block;
	background: #555;
	color: #fff;
	font-size: 0.75em;
}

.videoThumb a:hover{
	background: #9747a4;
}
.videoThumb img{
	display: block;
	width: 100%;
}
.videoThumb p{
	padding:10px;
}

/* Large Video Thumbnail Style */
.LargeVideoThumb {
	display: block;
	float: left;
	padding: 5px;
	position: relative;
	width: 50%;
	height: auto;
}
.LargeVideoThumb a{
	display: block;
	background: #555;
	color: #fff;
	font-size: 0.75em;
}
.LargeVideoThumb a:hover{
	background: #9747a4;
}
.LargeVideoThumb a img{
	display: block;
	position: relative;
	float: left;
	width: 100%;
}
.LargeVideoThumb a p{
	display:block;
	padding:5px;
}
/* Mockup Sliders */
.mockup-tablet{
	background:url('../images/mockup-tablet.png') no-repeat;
	width: 460px;
	height: 580px;
	padding-top: 59px;
	padding-left: 1px;
}
.mockup-tablet .owl-pagination{
	position: absolute;
	text-align: center;
	bottom: 10px;
	width: 100%;
	z-index: 20;
}

.mockup-monitor{
	background:url('../images/mockup-monitor.png') no-repeat;
	width: 550px;
	height: 466px;
	padding-top: 30px;
}
.mockup-monitor .owl-pagination{
	position: absolute;
	text-align: center;
	bottom: 10px;
	width: 100%;
	z-index: 20;
}


/* --------------------------------
Portfolio Section
-------------------------------- */

#portfolio {
	height: auto;
	margin-top:0px;
}
#portfolio-container{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding:20px 0 64px 0; 
}
#portfolio-title{padding: 56px 0 20px 0 !important;}
#portfolio-title h4.subtitle{margin-bottom: 0 !important;}

.item{	
	width: 25%;
	height: auto;
	position: relative; 
	overflow:hidden;
	display:inline-block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 1px;
}

.item img{
	max-width: 100%;
	height: auto;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.item p{
	display: block;
	position: relative;
	color: white;
	background: rgb(78,38,131);
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: .8em;
}
.item:hover img{ 
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.item .mask{ 
	position:absolute;
	background:rgba(78,38,131,.5);
	display:block;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	opacity: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.item:hover .mask{ 
	opacity: 1;
}

.item .mask a{
	/*
	position:absolute;
	bottom: 25%;
	z-index: 100;
	*/
	color: #fff; 
	font-size: 1.2em;
}
.item .mask a:hover{
	font-weight: bolder;
	font-style: italic;
	text-decoration: underline;
}

.item .mask a.zoom{left:40%;} 
.item .mask a.expander{ right:40%;} 
.item h5{ 
	position:absolute;
	bottom: 30%;
	z-index:100;
	color: #fff;
	padding: 0px 30px;
	opacity: 0;
	text-align: center;
	text-transform: none;
    width: 100%;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.item:hover h5{ 
	opacity:1;
}

/* Isotope Filter Styles */

.container.filter-menu{
	padding:24px 0 0 0;
}

.option-set li{
	display: inline-block;
	margin: 0 8px 32px 0;
}
.option-set li a{
	padding: 4px 8px;
	color: #6c6c6c;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	border: 1px solid #a4a4a4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.option-set li a.selected,
.option-set li a:hover
{
	color: #fff !important;
	background:#6c6c6c; 
	border:1px solid #6c6c6c;
}

/* Isotope styles */

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

/* Isotope CSS3 transitions */

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

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

/* Disable Isotope CSS3 transitions */

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* --------------------------------
Portfolio Project Expander
-------------------------------- */

.item-expander {
	position:relative;
	display: none;
	width: 100%;
	color: #fff;
	background:#2f2f2f;
	margin:36px auto;
}
#item-expander{
	max-width:1170px;
	margin:0 auto;
	width:100%;
	position: relative;
	overflow: hidden;
}
.portfolio-project{
	padding: 16px 0 64px 0;
}
.portfolio-project h4 {color: #fff;}
.portfolio-project h5 {color: #fff; margin-top: 32px;}
.close-btn{
	width:100%;
	padding: 0;
	margin-top: 64px;
	display: block;
	height: auto;
	text-align: right;
}
.close-btn .close {
	display: inline-block;
	width:15px;
	height:15px;
	background: url('../images/close-btn.png') center center no-repeat;
	padding: 20px;
	cursor: pointer;
	opacity: .7;
	border:1px solid #3d3d3d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.close-btn .close:hover{
	background: #3d3d3d url('../images/close-btn.png') center center no-repeat;
	opacity: 1;
}
.project div.project-slides div.slide img{width: 100%;}

/* Flex Slider Direction Nav */

.project{
	position: relative;
	text-align: left;
}
.project ul.flex-direction-nav{
	display: block;
	opacity: 1;
	width: 100% !important;
}
.project ul.flex-direction-nav li a{
	position: absolute;
	width:32px;
	height: 56px;
	top:46%;
	opacity: 0.7;
}
.project ul.flex-direction-nav li a.flex-prev{
	background:#2f2f2f url('../images/arrow-left.png') center center no-repeat;
	left:0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.project ul.flex-direction-nav li a.flex-next{
	background:#2f2f2f url('../images/arrow-right.png') center center no-repeat;
	right:0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.project ul.flex-direction-nav li a:hover {opacity: 1;}

/* Flex Slider Control Nav */

ol.flex-control-nav{
	position: absolute;
	bottom:0;
	text-align: left;
	z-index: 2;
}
ol.flex-control-paging li a {
	width: 8px; 
	height: 8px; 
	background: #2f2f2f; 
	background: rgba(47,47,47,0.5); 
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	-o-box-shadow: none; 
	box-shadow: none; 
}
ol.flex-control-paging li a:hover { 
	background: #2f2f2f; 
	background: rgba(47,47,47,0.7); 
}
ol.flex-control-paging li a.flex-active { 
	background: #2f2f2f; 
	background: rgba(47,47,47,1);  
}

/* Project Details */

.project-desc {text-align: left;}
.project-details li{
	padding: 8px 0;
	border-bottom: 1px solid #3d3d3d;
}
.project-details li:last-child{border-bottom: none;}
.project-details li strong{
	font-weight: 400;
	text-transform: uppercase;
}


/* --------------------------------
Process Section
-------------------------------- */
.process{
	background: 
	url(../backdrop/tubes_backdrop.png) center center fixed;
	background: white;
	padding:0 0 32px 0;
	text-align: center;
	overflow: hidden;
	color: #fff;
}
.process .subtitle{color: #fff;}
.process-col{
	color:#8e8e8e;
	padding: 0 24px;
	 -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.process-col .icon-box{height: 64px;}
.process-col i{
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.process h5{color: #fff;}
.process-col:hover{color:#fff;}
.process-col:hover i{font-size: 56px;}

/*---------------------------------
Products Section
-----------------------------------*/
.products{
	background:
	url(../backdrop/cubby.jpg)  center center;
	background-image: url(../backdrop/cubby.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 100px 0 0 0;
	height: 450px;
	text-align: center;
	overflow: hidden;
	color: #fff;
/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
}

/* --------------------------------
History Section
-------------------------------- */

#history h2{margin-bottom: 20px;}
#history .columns {padding: 0 24px;}

/* --------------------------------
Counters
-------------------------------- */

.count h1{font-size: 56px;}

/* --------------------------------
Pricing Tables
-------------------------------- */

.price-table{
	background: #E8E8E8;
}
.price-table:hover h4, .price-table h4.selected{
	color: #e74c3c;
}
.price-table h4{
	position: relative;
	display: block;
	width: 100%;
	background: #2f2f2f;
	color:#fff;
	padding: 16px 0;
	margin: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.price-table h4{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.price-table h4:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(47, 47, 47, 0);
	border-top-color: #2f2f2f;
	border-width: 16px;
	margin-left: -16px;
}
.price-table-container{padding: 24px;}
.price{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 48px;
	margin: 8px 0 24px 0;
	font-weight: 400;
}
.price span.dollar{
	vertical-align: super; 
	font-size: 24px;
	font-weight: 400;
}
.price-table p {font-size: 14px;}
.price-table ul {margin-top: 16px;}
.price-table ul li{
	border-bottom: 1px dashed #C4C4C4;
	padding: 8px 0;
	text-transform: uppercase;
	font-size: 12px;
	cursor: default;
}
.price-table ul li:last-child{border-bottom:none;}
a.price-button{
	background: #6c6c6c;
	color: #fff;
	width: 100%;
	display: block;
	padding: 16px 0;
	text-transform: uppercase;
	font-weight: 400;
}
a.price-button:hover, a.price-button.selected{
	background: #2f2f2f;
	color:#e74c3c;
}


/* --------------------------------
Accordion
-------------------------------- */

#accordion img.mockup{width: 425px;}

.accordion{
	background: 
	url(../images/pattern-2.png) left top repeat,
	url(../images/parallax/parallax-bg-4.jpg) center center fixed;
}
.accordion-container{
	text-align: left;
}
.accordion-button{
	font-family: 'Lato', sans-serif;
	text-transform:none;
	text-align: left;
	font-weight: 400;
	cursor: pointer;
	margin: 16px 0 0 0;
	border:1px solid #d0d0d0;
	padding: 8px;
	background: rgba(0, 0, 0, 0.75);
}
.accordion-button:hover{color: rgb(0,156,215);}
.accordion-button i{margin-right: 8px;}
.accordion-button i.fa-arrow-circle-o-down{color: rgb(0,156,215);}
.accordion-content{
	font-weight: 300;
	text-align: left;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	padding: 8px;
	margin-bottom: 16px;
	background: rgba(0, 0, 0, 0.75);
}
.accordion-content p{
	font-weight: 300;
	text-align: left;
}

.accordiantable{
	border: #9747a4 solid;
	margin: 0px 20px;
}
.accordiantable td,th{
	padding: 4px 20px;
}

.righthalf{
	display: block;
	width: 50%;
	float: right;
}

.erraccordion-button{
	font-family: 'Lato', sans-serif;
	text-transform:none;
	text-align: left;
	font-weight: 400;
	cursor: pointer;
	margin: 16px 0 0 0;
	border:1px solid #d0d0d0;
	padding: 8px;
	background: rgba(0, 0, 0, 0.75);
}
.erraccordion-button:hover{color: rgb(255, 208, 0);}
.erraccordion-button i{margin-right: 8px;}
.erraccordion-button i.fa-exclamation-triangle{color: rgb(255, 208, 0);}
.erraccordion-content{
	font-weight: 300;
	text-align: left;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	padding: 8px;
	margin-bottom: 16px;
	background: rgba(0, 0, 0, 0.75);
}
.erraccordion-content p{
	font-weight: 300;
	text-align: left;
}
/* --------------------------------
Timeline
-------------------------------- */

.timeline,
.timeline .timeline-item {width: 100%;}
.timeline .timeline-item .info, 
.timeline .timeline-item .year {
    color: #ededed;
    float:left;
    display: block;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.timeline .timeline-item.close .info, 
.timeline .timeline-item.close .year {
    color: #c8c8c8;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.timeline .timeline-item .year {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
   font-size: 32px;
   width: 25%;
}
.timeline .timeline-item .info {
	 width: 75%;
	 margin-left: 0px;
	 padding: 0 0 42px 36px;
	 border-left: 5px solid #939393;
}
.timeline .timeline-item .marker {
    background-color: #fff;
    border: 4px solid #939393;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    display: block;
    float: right;
    margin-right: -13px;
    z-index: 2000;
    position: relative;
}
.timeline .timeline-item.active .info, 
.timeline .timeline-item:hover .info {
    color: #939393;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.timeline .timeline-item .marker .dot {
    background-color: white;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    display: block;
    border: 2px solid white;
    height: 12px;
    width: 12px;
    border-radius: 100px;
    float: right;
    z-index: 2000;
    position: relative;
}
.timeline .timeline-item.active .marker .dot, 
.timeline .timeline-item:hover .marker .dot {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}


/* --------------------------------
Percentage Bars (Skill Bars)
-------------------------------- */

.skillbar, .modal-skillbar {
	position:relative;
	display:block;
	margin-bottom:16px;
	width:100%;
	background:#eee;
	height:24px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
	width:110px;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	background:#e74c3c;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-title span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 20px;
	height:24px;
	line-height:24px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-bar {
	height:24px;
	width:0px;
	background:#e74c3c;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:24px;
	line-height:24px;
	color:#ffffff;
	color:rgba(0, 0, 0, 0.4);
}

/* --------------------------------
Gauges
-------------------------------- */

#guage1, #guage2, #guage3, #guage4, #guage5, #guage6 {
  width:200px; height:160px;
  display: inline-block;
  margin: 1em;
}

/* --------------------------------
Video Section
-------------------------------- */

.full-video{
	position: relative;
	overflow: hidden;
	width:100%;
	height: 720px;	
	background:black;
	padding-top: 300px;
}
.full-video:after{
	background: 
	rgba(0, 0, 0, 0.7)
	url(../images/pattern-1.png) repeat;
	position: absolute;
	top:0;
	left:0;
	content:'';
	width: 100%;
	height: 100%;
}
.video-msg{
	z-index: 2;
	text-align: center;
	width:auto;
	height: auto;
	margin:0 auto;
}
.video-msg h1{
	color:#fff;
	margin-bottom: 24px;
}

/* --------------------------------
Blog
-------------------------------- */

.post-preview{
	text-align: left;
	padding: 0 24px;
}
.post-title{
	font-size: 24px;	
	line-height: 32px;
}
.post-meta {margin:8px 0 16px 0;}
.post-meta li{
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	color: #6c6c6c;
	margin-right: 8px;
}
.post-meta li a{color: #6c6c6c;}
.post-meta li i{margin-right: 4px;}

.post-img{	
	position: relative; 
	overflow:hidden;
	display:block;
	margin-bottom: 16px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.post-img img{
	max-width: 100%;
	height: auto;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.post-img:hover img{ 
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.post-img .mask{ 
	position:absolute;
	background:rgba(0,0,0,.8);
	display:block;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	opacity: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.post-img:hover .mask{ 
	opacity: 1;
}
.post-img i{
	position:absolute;
	top: 35%;
	left:50%;
	margin-left: -15px;
	z-index: 100;
	color: #fff;
} 
.post-img-lrg i{
	top: 50%;
	margin-top: -15px;
}
.post-img h5{ 
	position:absolute;
	bottom: -100px;
	z-index:100;
	color: #fff;
	opacity: 0;
	text-align: center;
   width: 100%;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.post-img:hover h5{ 
	bottom:10px;
	opacity:1;
}
.post-img-lrg:hover h5{
	bottom:30px;
}
.full-blog-link{
	display: block;
	clear: both;
	padding-top: 48px;
}

/* Blog Pages */

article.blog-post{
	padding-bottom: 32px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(108,108,108, .2);
}
.sub-page article.blog-post:last-child{border-bottom:none;}

section.sidebar-content{
	margin-bottom: 48px;
}

ul.blog-categories li{
	border-bottom: 1px solid rgba(108,108,108, .2);
}
ul.blog-categories li a{
	display: block;
	padding: 16px 8px;
	color:#2f2f2f; 
}
ul.blog-categories li a:before{
	content:"\203A";
	font-weight: 400;
	margin-right: 8px;
}
ul.blog-categories li a:hover{
	color:#fff;
	background:#2f2f2f; 
}
a.blog-tag{
	display: inline-block;
	background: #ecf0f1;
	padding: 4px 8px;
	margin: 4px;
	color:#2f2f2f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.blog-tag:hover{
	color: #fff;
	background:#2f2f2f;
}
ul.content-list{margin: 16px;}
ul.content-list li{
	padding: 4px;
}
ul.content-list li:before{
	content:"\203A";
	margin-right: 8px;
}
.about-author{
	padding: 0 0 32px 0;
	border-bottom: 1px solid rgba(108,108,108, .2);
}
.comments{padding-top: 32px;}
ul.comment-list li{
	position: relative;
	padding:32px 0 32px 80px;
	border-bottom: 1px solid rgba(108,108,108, .2);
}
ul.comment-list li:last-child{border-bottom: none;}
.comment-author{
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 8px;
}
img.comment-avatar{
	position: absolute;
	top: 38px;
	left: 0;
	width: 64px;
	height: 64px;
}
.comment-date{
	display: block;
	font-style: italic;
}

/* --------------------------------
Clients Section
-------------------------------- */
.clients{
	background: 
	url(../images/pattern-1.png) left top repeat,
	url(../images/parallax/parallax-bg-3.jpg) center center fixed;
	padding:0;
	text-align: center;
	overflow: hidden;
}
.clients .subtitle{color: #fff;}
#client-slider{
	width:1200px;
	margin:64px auto 56px auto;
}
#client-slider .client-item{width: 130px;}
.clients img{
	opacity: .5;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.clients img:hover{
	opacity: 1;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/* --------------------------------
Featured Projects Section
-------------------------------- */

.featured{
	background: 
	url(../images/pattern-1.png) left top repeat,
	url(../backdrop/Error_Pump_Backdrop.png) center center fixed;
	padding:0;
	text-align: center;
	overflow: hidden;
	color: white;
}
#featured-title{
	padding: 30px 0 20px 0 !important;
	text-align: center;
	height: auto;
	margin: 0 auto;
}
#featured-title .subtitle{color: #fff;}
#work-slider{
	width:100%;
	margin:20px auto 56px auto;
}
#work-slider .work-item{
	width: 95%;
	position: relative;
}
#work-slider .work-item img{
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

#work-slider .work-item .zoom{
	position: absolute;
	background: rgba(216,216,216,.9);
	width: 60px;
	height: 60px;
	top:50%;
	left:50%;
	opacity: 0;
	color: #292929;
	margin:-30px 0 0 -30px;
	padding-top: 16px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
#work-slider .work-item:hover .zoom{
	opacity: 1;
}
#work-slider .work-item .zoom:hover{
	background: rgba(40,40,40,.9);
}
#featured .owl-next:after,
#featured .owl-prev:after{
	background: #292929;
}


/* --------------------------------
Contact Section
-------------------------------- */

.contact-form input,
.contact-form textarea{
	width:100%;
	padding: 16px;
	margin-bottom:24px;
	font-size: 16px;
	border:1px solid rgba(47,47,47,.3);
	color:#6c6c6c !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.contact-form textarea{
	height: 209px;
	max-height: 209px;
}
.contact-form input:focus,
.contact-form textarea:focus{
		outline: none;
		border:1px solid rgba(47,47,47,.6);
		color:#2f2f2f;	
		background:rgba(47,47,47,.1) 	
}
.contact-form input:hover,
.contact-form textarea:hover{
		background:rgba(47,47,47,.1) 	
}
button#submit{
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	color: #fff;
	background: #e74c3c;
	font-size: 16px;
	display: inline-block;
	padding: 8px 16px;
	text-transform: uppercase;
	font-weight: 300;
	border:1px solid #e74c3c;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
button#submit:hover{
	background: #6c6c6c;
	border:1px solid #6c6c6c;
}
button#submit:focus{
	outline: none;
}

/* Contact Form Messages */

.error-container{
	display: block;
	margin-bottom: 24px;
}
.error{
	color: #e74c3c;
	display: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
}
.success{
	color:#27ae60;
	display: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
}

/* --------------------------------
Google Map
-------------------------------- */

#map {border-bottom:1px solid rgba(108,108,108, .4);}
#google-map {
	position:relative;
	opacity:.9;
	width:100%;
	height:400px;	

	-webkit-filter: grayscale(95%);
	-moz-filter: grayscale(95%);
	-ms-filter: grayscale(95%);
	-o-filter: grayscale(95%);
	filter: grayscale(95%);
	filter: url(../images/grayscale.svg#greyscale);
	filter: gray; /* IE 6-9 */
}
#map-tooltip{
	padding-top: 24px;
	text-align: center;
}
#map-tooltip h5{
	margin-bottom: 0;
	line-height: 16px;
}
#map .callout{
	background: #2f2f2f;
	width: 100%;
	margin-bottom: 0;
}
#map .callout .container{padding: 16px 0;}


/* --------------------------------
Social Media
-------------------------------- */
.social .social-links {margin-bottom: 24px;}
.social .social-links li {
	display: inline-block;
	margin: 0 4px;
}
.social .social-links li a{
	display: block;
	padding: 12px 0;
	margin: 4px 0;
	width: 48px;
	height: 48px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}



/* --------------------------------
Footer
-------------------------------- */

#fullpage-footer {
	position: absolute;
	background: #B7B8B9;
	bottom: 0px;
	width:100%;
	z-index: 9997;
}
#fullpage-footer .container {padding:24px 0;}
#footer-bottom {
	position: relative;
	background: #B7B8B9;
	color: #FFFFFF;
}
#footer-bottom .container {padding:24px 0;}
#footer-bottom h2 {color: #fff;}
a.button-to-top{
	position: absolute; 
	top:-20px;
	left:50%;
	margin-left:-16px;
	display: block;
	padding: 4px 0;
	width: 32px;
	height: 32px;
	background: #B7B8B9;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 998;
}
a.button-to-top:hover {color: #e74c3c;}

#footercontainer {
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

#footerleft {
	display: block;
	float: left;
	height: 100%;
}

#footerright {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 0px;
}

#footer-links {
	display: block;
	width: 600px;
	color: #fff;
	float: none;
	text-align: left;
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
	background-color: transparent;
}

#footer-links ul {
	display: block;
	border-left: 1px solid white;
	padding-left:10px;
	width: 200px;
	float: left;
	margin-left: 20px;
}

#footer-links ul li {
	color: #fff;
	margin: 5px 0;
}

/* AZURE STUFF */

.azure-test {
    display: block;
    width: 100%;
    height: 450px;
	margin: 0;
	padding: 0;
	background: black;
	margin-top: 100px;
}
.screen-item {
    display: block;
	background: url(../images/key_features/washable.png) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    height: 450px;
	margin: 0 auto;
	padding: 0;
}
.keyfeature {
	display: block;
	position: absolute;
	top: 50px;
	width: 50%;
    padding: 25px 25px;
    margin: 0;
    color: white;
    font-size: 1em;
	line-height: normal;
	text-align: left;
	background: rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.keyfeature h4{
    color: white;
    font-size: 1.2em;
	margin-bottom: 25px;
	text-align: left;
}


#simulator{
	width:1200px;
	margin:100px auto 0px auto;
	padding: 0px;
}

/* Enteral Feeding Page */

#entfeed{
	position: relative;
	padding: 100px 0 0 0;
}
.entfeed{
	background: 
	url(../images/pattern-1.png) left top repeat,
	url(../backdrop/mum_son.jpg) center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: black;
	text-align: left;
}

.entfeed p,h3,h4{
	text-align: left;
	color: #292929;
	font-style: italic;
	font-weight: bold;
}

.entfeed ul {
	text-align: left;
	padding: 0 50px 0 50px;
}
.liststyle li{
	list-style: none;
	padding-left: 1em; 
	text-indent: -1em;
	padding: 5px;
}

.liststyle li:before{
    content: "• ";
    color: rgb(78,38,131); /* or whatever color you prefer */
    font-size: 24px;/* or whatever the bullet size you prefer */
}


/* Tubes and Sets details pages */

.tubeset {
	text-align: left;
}

.tubeset .advicebox{
	display: block;
	background:rgb(78,38,131);
	color: white;
	position:relative;
	width: auto;
	padding: 10px;
	overflow: hidden;
	/*outline-style: dashed;
	outline-width: 2px;
	outline-color: #555;*/
}

.tubeset .advicebox p{
	font-style: italic;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
}
.tubeset .advicebox h4{
	color: #fff;
}

.tubeset h3{
	font-size: 1.3em;
	line-height: 1.1em;
}

.tubeset p,h3,h4{
	text-align: left;
}

.tubeset ul {
	list-style-type: circle;
	text-align: left;
	padding: 0 50px 0 50px;
}

.tubeset .picture{
	display: block;
	position: relative;
	float: right;
	width: 35%;
	background: red;
}

.tubeset .picture .labels{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.tubeset .picture img{
	display: block;
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
}

.tubeset p.note {
	font-style: italic;
}

.tubeset p.components strong{
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 3px;
	margin: 5px;
	font-weight: bold;
	font-size: 14px;
	background: url(../navigation/orange_letter_circle.png) center center;
	color: white;
	text-align: center;
	/*
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	*/
}

.tubeset table.partcodes{
	position: relative;
	width: auto;
	padding: 0px;
	border: 1px solid black;
}

.tubeset table.partcodes th{
	background: rgb(78,38,131);
	color: white;
	text-align: left;
	padding: 5px;
	border: 1px solid white;
}

.tubeset table.partcodes td{
	background: lightgrey;
	text-align: left;
	padding: 5px;
	border: 1px solid white;
}

.tubeset table.partcodes td.highlight{
	background: yellow;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

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

/* Contact page backdrop */

#contact {
	height: 100%;
	background: url(../backdrop/boy_grandpa.jpg) fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.contactdetails {
	position: absolute;
	display: block;
	padding: 20px;
	border-radius: 10px;
	bottom: 250px;
	left: 50%;
	width: 40%;
	height: auto;
	background: rgba(0, 0, 0, 0.8);
	color: white;
	font-size: 1.0em;;
	line-height:normal;
}

.contactdetails h4{
	text-align: center;
	color: white;
}
.contactdetails a{
	color: #009CD7;
}
.contactdetails a:hover{
	color: #D3007D;
}

/* Cookie and Privacy Policy pages */

.cookieprivacy h4{
	font-size: 1em;
}

.cookieprivacy a{
	color: #9747a4;
	font-weight: bold;
}
.cookieprivacy a:hover{
	text-decoration: underline;
}

.cookieprivacy ul{
	list-style-type: lower-alpha;
}

.cookieprivacy table{
	border: 2px solid #9747a4;
}
.cookieprivacy td,th{
	border: 1px solid #9747a4;
	padding: 5px 10px;
}
.cookieprivacy th{
	font-weight: bold;
}

#cookie-law {
	position: fixed;
	bottom:0;
	width:100%;
	text-align: center;
	z-index: 9999;
	display: block;
	background: #9747a4;
	color:white;
	padding: 20px;
	font-size: 1em;
}

#cookie-law button{
	display: inline-block;
	padding: 0.35em 1.2em;
	border: 0.1em solid #FFFFFF;
	/*background-color: rgb(255,255,255, 0.5);*/
	background: white;
	margin: 0 0.3em 0.3em 0;
	border-radius: 0.12em;
	box-sizing: border-box;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	font-weight:bold;
	color: #9747a4;
	text-align:center;
	transition: all 0.5s;
}

#cookie-law button:hover{
	background: #9747a4;
	color: white;
	cursor: pointer;
}