/*
	Theme Name: Barker & Associates
	Version: 1.0
	Author: Graeme Thornber
	Author URI: http://www.graemethornber.com
*/
@import url('https://barker.co.nz/wp-content/themes/barker/css/animate.css');
@import url('https://barker.co.nz/wp-content/themes/barker/css/ihover.min.css');
@import url('https://barker.co.nz/wp-content/themes/barker/css/main-responsive.css');
@import url('https://barker.co.nz/wp-content/themes/barker/css/main-retina.css');
@import url('https://barker.co.nz/wp-content/themes/barker/css/owl.carousel.css');
@import url('https://barker.co.nz/wp-content/themes/barker/css/owl.theme.css');
/*@import url('css/venobox.css');*/
@import url('https://barker.co.nz/wp-content/themes/barker/fonts/fonts.css');
@import url('https://barker.co.nz/wp-content/themes/barker/bootstrap/css/bootstrap.min.css');

/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/* 02 - HEADER, INTRO & NAVIGATION */
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/* 04 - PAGES & SECTIONS SETUP*/
/* 05 - FOOTER*/


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html, body{ margin:0; padding:0;}
head{ height:0; overflow:hidden;}
body{
	font-family:"OpenSansLight";
	overflow-x:hidden;
	color:#6b6b6b;
	line-height: 20px;
	background:#000;
}
a{ color:#363636;}
a, a:hover, a:focus{
	text-decoration: none;
}
a:focus {
    	outline: none;
}
img{ max-width:100%; height:auto;}
.ease{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.ease:hover{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.text-center > .img-responsive{
	display: block;
	display: inline-block;
}
h1,h2,h3,h4,h5,h6{
	margin-top: 0;
	font-weight: normal;
}
/*Common Spacing and Padding*/
#mastwrap{ position:relative; top:-5px; background:#fff;}
.page-section{
	padding: 90px 0 0;
}
.separator-section{
	padding: 100px 0;
}
.add-top{
	margin-top: 140px;
}
.add-bottom{
	margin-bottom: 140px;
}
.add-top-half{
	margin-top: 70px;
}
.add-bottom-half{
	margin-bottom: 70px;
}
.add-top-quarter{
	margin-top: 30px;
}
.pad-top{
	padding-top: 40px;
}
.pad-bottom{
	padding-bottom: 40px;
}
.pad{
	padding-left: 20px;
	padding-right: 20px;
}
.no-pad{
	padding: 0 !important;
}
.mob-center > .img-responsive{
	display: inline-block;
}
.no-gutter{
	margin-left: -15px !important;
}
.valign{
	/*position: relative;
  	top: 50%;*/
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - HEADER & NAVIGATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.masthead{
	width: 100%;
	background:#000;
	position: fixed;
	top: 0;
	z-index: 999;
	padding: 20px 0;
	-webkit-transition: all .33s linear;
	   -moz-transition: all .33s linear;
		-ms-transition: all .33s linear;
		 -o-transition: all .33s linear;
			transition: all .33s linear;
}
.masthead.tranny{
	background:none;
}
.masthead.nav-in{
	background:#000;
	padding: 0px;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.masthead.nav-in .logo{
	padding: 0px;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.masthead.nav-in .logo{
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
	transform: scale(0.6);
-webkit-transform: scale(0.6);
-moz-transform: scale(0.6);
-o-transform:scale(0.6);
-ms-transform: scale(0.6);
}
.masthead.nav-in .standard-nav{
	margin: 22px 0px;
}

.standard-nav {
    float: right;
    list-style: none outside none;
    margin: 12px 0;
    padding: 0;
}
.standard-nav li {
    display: inline-block;
    float: left;
    margin-left: 30px;
}
.standard-nav li > a {
font-family:"Museo900";
    font-size:14px;
    line-height: 21px;
    text-transform: uppercase;
	color:#fff;
}
.standard-nav li > a.highlighted
, .standard-nav li.current-menu-item > a{
	opacity: 0.5;
}
.masthead .col-md-3{
	padding-left:0px;
}
.masthead .col-md-9{
	padding-right:0px;
}
.sm-wrap ul{
	list-style:none;
	-moz-padding-start:0px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.parallax{
	height: 100%;
	width: 100%;
	  background-position: 50% 50%;
	  background-repeat: no-repeat;
	  background-size: cover;
	overflow-x: hidden !important;
}
/*this class will be activated on mobile devices in order to switch off the parallax effect*/
.parallax-off {
	background-attachment:scroll !important;
	background-size:cover !important;
}
.parallax-rescale{
	background-position: 0 -10px !important;
	background-attachment:scroll !important;
	background-size:cover !important;
}
.overlay{
	height: 100%;
	width:100%;
}
.grey{ color:#a79f9a;}
.uppercase{ text-transform:uppercase;}

.main-heading{
	font:normal 20px/52px Museo700;
}
.main-heading > span{
	font:normal 35px/52px Museo900;
    text-transform: uppercase;
}
.inner-heading{
    font-size:20px;
    line-height:27px;
    letter-spacing: 1px;
    text-transform: uppercase;
	font-family:Museo900;
}
.inner-heading span{ font-family:Museo300;}
.inner-liner{
	width: 40px;
	height: 2px;
	margin-bottom: 20px;
}
p{
	color: #6b6b6b;
	font:normal 20px/21px OpenSansLight;
	line-height: 28px;
	
}
/*Buttons*/
.btn-rise, .form-actions input{
	border-radius: 0px;
	text-decoration: none;
	padding: 15px 20px;
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
	font-family:Museo700;
	letter-spacing: 1px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-rise-big{
	border-radius: 0px;
	text-decoration: none;
	padding: 15px 20px;
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	font-family:Museo700;
	letter-spacing: 1px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-rise:hover, .form-actions input:hover{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-rise-white, .form-actions input{
	border:solid 1px #fff;
	background: transparent;
	color: #fff;
}
.btn-rise-white:hover, .form-actions input:hover{
	border:solid 1px #fff;
	background: #fff;
	color: #000;
}

.btn-rise-dark{
	border:solid 2px #000;
	background: transparent;
	color: #000;
}
.btn-rise-dark:hover{
	border:solid 2px #000;
	background: #000;
	color: #fff;
}

.btn-rise-color{
	background: transparent;
}
.btn-rise-color:hover{
	color: #fff;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - PAGES & SECTIONS SETUP */
/*-------------------------------------------------------------------------------------------------------------------------------*/


/*intro*/
.intro h1 > span{
	font-family:Museo700;
	font-size: 64px;
	line-height: 108px;
	border-bottom:solid 1px;
}
.intro-slide{
	background-size: cover !important;
}
.intro-slide01 {
	background-image: url('images/intro/01.jpg');
}
.intro-slide02 {
	background-image: url('images/intro/02.jpg');
}
.intro-slide03 {
	background-image: url('images/intro/03.jpg');
}

/*about*/

.about .owl-pagination{
	padding: 15px 10px 10px 10px;
}
.abt3{
	padding-top:47px;
}
.abt3 .inner-liner{
	display:none;
}

/*services*/
.service-icon{
	margin-bottom: 15px;
}

/*Testimonials*/
.testimonial-wrap p > span{
	font-family:Museo100;
    font-size:24px;
    line-height:42px;
    border-bottom:solid 1px;
}

/*Works*/
.work-item{
	display: none;
	width: 33.3%;
	float: left;
}
.work-item img{ min-width:100%;}
.works .ih-item.square{
	box-shadow: none;
}
.works .ih-item.square{
	width: 100%;
	height: 100%;
}
.works .info .valign{ margin-top:33%;}
.works .info h3{
	margin: 0 !important;
	background:transparent !important;
}
.ih-item.square.effect13 .info p{
	font:normal 20px/26px Museo500;
	padding:0 10px;
}
.ih-item.square.effect13 .info h3{
	font:normal 22px/36px Museo700;
	padding:0 10px;
}
.works .ih-item img{
	height:210px; width:auto;
}
.filter-wrapper ul{
	padding:40px 0 0;
	list-style: none;
}
.filter{
    cursor: pointer;
	font:normal 16px/44px Museo700;
	display:inline-block;
    cursor: pointer;
	padding:0 20px;
	border-left:1px solid #1d1d1b;
}
.filter.active-filter{ border:0;}
.filter:hover, .filter.active{
    background:#1d1d1b;
	color:#fff;
}
#portfolioFilter li.cat-sep{
	display:inline-block; padding:0; margin:0;
	font:normal 44px/44px Museo100;
}
.ih-item.square{
	border:4px solid #EAE5E1 !important;
}
.ih-item .gt-fimg{ text-align:center;}
.ih-item .gt-fimg img{ margin:0 auto;}

/*News*/
.news-item{
	padding: 25px 10px;
	background:#f6f0eb;
	margin-top:30px;
}
.news-item-listing p{
	color:#484848;
}
.news-date{
font-family:Museo300;
	font-size: 72px;
	line-height: 79px;
	padding: 20px;
	font-weight: normal;
}
.news-date > strong{
	font-weight: normal;
font-family:"OpenSansLight";
	font-size: 36px;
	line-height: 43px;
	margin-left: 10px;
}
.news-date > span{
    font-size:14px;
    line-height:21px;
    display: block;
}
.news-meta{
	padding: 10px;
	font-family:OpenSansSemibold;
	text-transform: uppercase;
	letter-spacing: 1px;
    font-size:14px;
    line-height:21px;
	background:#fff;
	color:#363636;
}
.news-meta > span{
font-family:Museo700;
    font-size:12px;
    line-height:19px;
}
.news-title {
	font-family:Museo900;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 27px;
    text-transform: uppercase;
    padding:0;
    margin-bottom: 5px;
}
.news-sidebar h3{
font-family:Museo700;
text-transform: uppercase;
letter-spacing: 1px;
    font-size:22px;
    line-height:29px;
    color:#363433;
}
.news-sidebar ul{
	list-style: none;
	padding: 0;
	margin-bottom: 40px;
}
.news-sidebar li{
    border-bottom:solid 1px;
    margin-bottom: 10px;
    padding-bottom:10px;
}
.news-sidebar li > a{
	display: block;
font-family:Museo700;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.news-sidebar li:hover > a{
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
	padding-left: 10px;
}
.tags a, .dark-tags a{
	padding: 10px;
	display: inline-block;
	margin: 2px;
	font-family: Museo700;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 19px;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.tags a:hover,  .dark-tags a:hover{
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}

/*CONTACT*/

.contact{
	background-image: url(images/intro/01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.email > a, .phone{
	font-family:Museo900;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 27px;
    text-transform: uppercase;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.email > a:hover{
	opacity: 0.5;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.address-wrap h1 > span{
font-family:Museo700;
    font-size:24px;
    line-height:34px;
    border-bottom:solid 1px;
}
/*contact form*/

.contact-mail-wrap{
	padding: 10px 0;
}
.contact-mail{
	font-size: 18px;
	line-height: 25px;
	font-family:"OpenSansLight";
	color: #fff;
}
.contact-form-wrap{
	padding-top: 50px;
	padding-bottom: 50px;
}

input {
    border: solid 1px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 25px !important;
    margin-bottom: 10px !important;
    padding: 8px !important;
    width: 100%;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
input:focus, textarea:focus {
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
textarea {
    border: solid 1px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
font-family: Museo700 !important;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 21px;
    text-transform: uppercase;
    line-height: 35px !important;
    margin-bottom: 10px !important;
    padding: 10px !important;
    width: 100%;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
input.send_message {
    background: none repeat scroll 0 0 #EF4A4A;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: 120px;
}
input.send_message:hover {
    background: none repeat scroll 0 0 #262932;
}
fieldset {
    border: 0 none;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}
fieldset h1 {
    color: #000000;
    font-size: 24px;
}
.contact-label-box {
    color: #FFFFFF;
    font-family:"OpenSansLight";
    font-size: 24px;
    line-height: 31px;
    padding: 30px 20px;
    text-align: center;
}
.contact-label-box > span {
    display: block;
    margin-right: 10px;
}
.contact-label-box > span > img {
    height: 60px;
    width: 60px;
}
.contact-label-box a:hover {
    color: #CCCCCC;
    text-decoration: none;
}
.contact .alert{
	box-shadow: none;
	border:none;
	border-radius: 0;
	text-shadow:none;
	font-size: 12px;
	line-height: 19px;
    	font-family:"OpenSansLight";
	margin-bottom:10px;
	padding:10px;
	background:#000;
	color: #fff;
	text-align: left;
}
.contact .alert > p{
	text-shadow:none;
	font-size: 12px;
	line-height: 19px;
    	font-family:"OpenSansLight";
	color: #fff;
	text-align: left;
}
.btn-wrap{
	margin-top: 10px;
	text-align: left;
}

/*FOOTER*/
.mastfoot{
	padding: 80px 0;
	background:#121212;
}
.social {
    list-style: none outside none;
    padding: 0;
}
.social li {
    display: inline-block;
    margin: 4px;
}
.social li a > img {
    height: 35px;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
    width: 35px;
}
.social li a:hover > img {
    height: 35px;
    opacity: 0.2;
    transition: all 0.4s ease-in-out 0s;
    width: 35px;
}
.credit{
	font-size: 12px;
	line-height: 19px;
	margin-right: 10px;
font-family:"OpenSansLight";
	opacity: 0.5;
}
.credit:hover{
	opacity: 1;
}
.credit:first-child:after{
 	content: '/';
 	margin-left: 10px;

}

/*singe project*/

.project .owl-pagination{
	padding: 15px 10px 10px 10px;
}


/*logo carousel*/
#owl-demo .item{
    margin: 3px;
	display:inline-block;
}
#owl-demo .item img{
    display: block;
    width: 290px;
    height: auto;
}
#owl-demo:before{
	content:url('more.jpg');
}


/*----------NEW STYLING-----------*/
.owl-carousel-item-imgoverlay{
	height:0px;
	top:40%;
}
.owl-carousel .item img {
	width:auto !important;
	min-height:100% !important;
	min-width:100% !important;
}

.mainslider{
	height:100%;
	width:100%;
	overflow:hidden;
}
.tp-bannershadow.tp-shadow2{
	background:none !important;
}

@media (min-width: 1024px) and (max-width: 5000px) {
	.container{
		max-width: 1000px;
	}
}

/*-----------Added by GT, October 2014--------------*/

/*-------------Header------------------*/
.gt-logo{ padding:10px 0 0;}
.gt-logo img{ display:block; width:300px !important; height:auto; position:relative;top:-5px !important;}
.navbar-toggle {
  background: url(img/mobile-nav.png) no-repeat 0 0;
  border: 0; border-radius:0; display:none;
  width:25px; height:25px;
  position:absolute; top:0; right:0;
}
/*------------Footer--------------*/
.footer-wrap{ background:#000;}
.footer-bottom{ padding:38px 0 25px;}
.footer-bottom p, .footer-bottom a{ color:#fff;}

/*---------Partners Scroller---------*/

.cat-prod-wrap {
  clear: both;
  position: relative;
  width: 100%; padding-top:40px; }

.prod-scroller {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.cat-prod-wrap a {
  color: #898d92;
  text-decoration: none !important; }

.cat-prod-wrap a:hover, .cat-prod:hover a {
  color: #00983c; }

.cat-prod {
  text-align: center; }
.cat-prod-img {
  min-height: 140px; }
.cat-prod-img img {
	position:relative;
}

.owl-buttons div {
  width: 22px;
  height: 42px;
  display: block !important;
  position: absolute;
  top: 23%;
  z-index: 9999;
  border-radius:0 !important; margin:0 !important;
  padding:0 !important;
  background:url(img/arrow-r2.png) no-repeat 0 0 !important;
  text-indent:-9999em; font-size:0;
}

.owl-buttons div.secret {
  display: none;
}

.owl-buttons div.owl-prev {
  background:url(img/arrow-l2.png) no-repeat 0 0 !important;
  left:-30px;
}
.owl-buttons div.owl-next {
	right:-30px;
}

.owl-buttons div:hover{
	background-position:0 -42px !important;
}
.owl-item .cat-prod-img img{ max-width:65%;}

/*-----------Added by GT - October 2014--------*/

main{ padding-top:103px; position:relative; z-index:99;}
.home main{ padding-top:0;}
.home .add-top-half{ margin-top:60px;}
.home .add-top-half.about-section{ margin-top:30px;}
.home .page-section{ padding: 126px 0 0;}
.home .page-section#about{ padding-bottom:152px;}
.home .page-section#people{ padding-bottom: 80px;}
.home .rev_slider_wrapper{ margin-top:5px !important;}
h1{ font:normal 50px/52px Museo900; text-transform:uppercase;}
h3, .project-content{ font:normal 22px/36px Museo500;}
h4{ font:normal 20px/30px Museo500; color:#424242; text-transform:uppercase;}
.white{ color:#ebe5e0;}
.topline{
	border-bottom:8px solid #eee;
	margin-bottom:30px; padding-bottom:10px;
}
.dark-bg .topline{ border-bottom-color:#343434;}
.cream-bg .topline{ border-bottom-color:#fff;}
.project-content.topline{ padding-bottom:30px;}
.text-center .inner-liner{ margin:0 auto;}
.inner-liner.dark{ background:#292929;}
.inner-liner.grey{ background:#b2a59e;}
.inner-liner.white{ background:#fff;}
.dark-bg{ background:#171717;}
.dark-bg h3, .dark-bg a{ color:#d0c6bf;}
.dark-bg h4{ color:#847d78;}
.gt-content-text{ padding:40px 0 20px;}
.gt-content-text p{
	color:#484848; font:normal 22px/28px Museo700;
}
p.dark{ color:#484848;}
.people-page h2{
	line-height:28px; padding-top:30px;
	font-family:Museo900;
}
.people-page .person-row{ padding-top:30px;}
.person-row{ padding-top:60px;}
.person-row h3{ font-size:15px; font-family:Museo700; line-height: 20px;}
.person-row h4{ padding-top:15px;}
.person-details{ padding-bottom:20px; color:#d0c6bf;}
a .linkedin-logo .icon{
	width:14px; height:14px; display:inline-block;
	background:url(img/linkedin-logo.png) no-repeat 0 0;
	position:relative; top:1px; margin-right:5px;
}
.cream-bg{ background:#eae5e1;}
.cream-bg h3{ color:#363636;}
a:hover .linkedin-logo .icon{
	background-position:0 -14px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
	background:#fff;
}
.col-md-10{ max-width:81%;}
.tp-bannertimer, #wellington_map{ display:none;}
h4.contact-sub{ text-transform:none; padding:15px 0 0 0; margin-bottom: 30px; font-family: 'Museo900';}
h4.contact-sub a{font-family: 'Museo500';}
h4.contact-sub a:hover{-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;}
h4 a:hover{ color:#343434;}
.gt-fimg a:hover{ opacity:0.7;}
.contact-info{
	margin-top: 5px;
}
.contact-info h5, .form-wrap h5{
	color:#fff; font:normal 22px/24px Museo500;
}
.contact-info p, .dark-bg .contact-info a{color:#fff;-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.dark-bg .contact-info a:hover{
	color: white; 
	text-decoration: underline;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.g-map{ width:100%; height:330px;}
.icon-text img{ margin-right:12px;}
.map-swap{ padding-top:15px;}
.map-swap a{
	width:151px; text-align:center; display:block;
	font:18px/45px Arial; text-transform:uppercase;
	background:#191919; color:#5a5a5a; display:none;
}
.map-swap a.mapctive, .map-swap a:hover{
	background:#1f1f1f;
}
.form-wrap{ position:relative;}
.form-row input, .form-row textarea{
	color:#2d2c2c; background:#5a5a5a;
}
.form-row textarea{ height:125px;}
img.ajax-loader{
	position:relative;
	top:-49px; left:7px;
}
.wpcf7-response-output{
	width:100%; border:0 !important;
	position:absolute; bottom:-44px; left:0;
	color:#0D0 !important; text-align:center;
}
.wpcf7-response-output.wpcf7-validation-errors{
	color:#f00 !important;
}
.gt-pag{ text-transform:uppercase;}
.gt-pag, .gt-pag a, .gt-pag-sep{ color:#b7b7b7;}
.gt-pag:hover, .gt-pag a:hover{ color:#484848;}
.gt-pag span{ font-family:Museo900; font-size:20px;}
.gt-pag.right{ text-align:right;}
.gt-post-wrap{ padding-top:30px;}
.gt-project-info div{ padding-bottom:10px; font-family:OpenSansSemibold;}
.gt-project-info strong, .gt-project-info span{
	float:left; display:block;
}
.gt-project-info strong{ width:97px;}
.gt-project-info span{ width:190px;}
.gt_pagination{ padding-bottom:60px;}
.gt-post-wrap{ padding-bottom:30px;}
.single .tp-bullets, #about .tp-bullets{
	width:100%; height:54px; opacity:0.9;
 	bottom:0 !important; margin-left:0 !important;
}
.ares.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet-title{
	display: none !important;
}
 .ares .tp-bullet.selected{
 	background: #fff !important;
 }
.ares .tp-bullet{
	background: rgba(229, 229, 229, 0.78) !important;
}
.single .tp-bullets .bullet, #about .single .tp-bullets .bullet{
	margin:0 0 0 10px !important;
	top:20px; left:6px;
}
.single #testimonials{ padding-top:60px;}
.single #testimonial-carousel{ padding-bottom:60px;}
.tp-rightarrow.default{
	background:url(img/arrow-r.png) no-repeat 0 0 !important;
}
.tp-leftarrow.default{
	background:url(img/arrow-l.png) no-repeat 0 0 !important;
}
.tp-rightarrow.default:hover, .tp-leftarrow.default:hover{
	background-position:0 -40px !important;
}
.tp-caption.large_text{
	top:36% !important; left:0 !important; font-weight:normal !important;
	font-family:Museo700 !important; width:100% !important;
	line-height:84px !important; font-size:74px !important;
}
.tparrows{ top:52% !important; margin-top:0 !important;}
#about .tparrows, .single .tparrows{
	display:none !important;
}
.tp-leftarrow{ left:0 !important;}
.tp-rightarrow{ right:0 !important;}
.tp-bannershadow{ display:none !important;}
#partners h4{ font-family:Museo900;}
#partners .row{ margin:0 -30px !important;}
#partners{padding-top:80px !important; padding-bottom:40px !important;}
.project-pager{ margin-top:40px;}
.project-pager a{
	width:38px; height:38px; display:inline-block;
	font:normal 17px/38px Museo700; text-align:center;
	cursor:pointer; background:#1d1d1b; color:#fff;
	margin-right:9px;
}
.project-pager a.jp-current, .project-pager a:hover{
	opacity:0.5;
}
.project-pager a.jp-previous{
	background:url(img/project-arrows.png) no-repeat 0 -38px;
	text-indent:-9999em;
}
.project-pager a.jp-next{
	background:url(img/project-arrows.png) no-repeat 0 0;
	text-indent:-9999em;
}
.project-pager a.jp-disabled{ display:none;}
#grid{ min-height:500px !important;}
.tp-bullets.simplebullets.round .bullet{
	background:#555 !important;
	-webkit-border-radius:15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
     border-radius: 15px;
	 margin-right:2px !important;
	 width:15px !important;
	 height:15px !important;

}
.home .tp-bullets.simplebullets.round .bullet{ margin-right:10px !important;}
#about .tp-bullets.simplebullets.round .bullet{
	margin-top:20px !important;
}
.tp-bullets.simplebullets.round .bullet.first{
	margin-left:15px !important;
}
.tp-bullets.simplebullets.round .bullet:hover{
	opacity:0.5;
}
.tp-bullets.simplebullets.round .bullet.selected{
	background:#EBE5E0 !important; opacity:1 !important;
}
#testimonials, #projects{
	padding-bottom:30px;
}
.person-row .person-col:nth-child(5)
, .person-row .person-col:nth-child(9)
, .person-row .person-col:nth-child(13)
, .person-row .person-col:nth-child(17)
, .person-row .person-col:nth-child(21)
, .person-row .person-col:nth-child(25){
	clear:left;
}
#news{ padding-bottom:30px;}
.news-date, .promo-text{ color:#262626;}
#news .news-item-listing p { font-size:16px; padding-right:40px; line-height:22px; padding-bottom:15px;}

#news .updated-video .video-post{
	display: none;
} 

/*----------------Media Queries----------------------*/

@media only screen and (max-width:1200px){
	.tparrows{ top:60% !important;}
}

@media only screen and (max-width:1080px){
	.owl-buttons div.owl-prev { left:-15px;}
	.owl-buttons div.owl-next { right:-15px;}
}
@media only screen and (max-width:1024px){
.abt3{
	padding-top:66px !important;
}
#news .news-item-listing p {padding-right:0px !important;}
}
@media only screen and (max-width:1020px){
	.person-col{ width:50% !important; text-align:center;}
	.person-col .inner-liner{
		margin-left:auto; margin-right:auto;
	}
	.works .ih-item img{ height:160px;}

}

@media only screen and (max-width:992px){
	.owl-buttons div{ top:20%;}
	.works .ih-item img{ height:150px;}
	.tp-caption.large_text{
		top:33% !important; text-align:center;
		font-size:58px !important; line-height:70px !important;
	}
	.tparrows{ top:45% !important;}
	.row article, .person-col{
		text-align:center;
	}
	.contact-info p, .contact-info h5{
		text-align:left;
	}
	.inner-liner{
		margin-left:auto; margin-right:auto;
	}
	.person-row h4{ font-size:16px;}
	img[src="/wp-content/themes/barker/img/icon-spacer.png"]{ display:none;}
	.icon-text img{ margin-bottom:3px;}

	.col-md-10.testi-slide{ max-width:100%;}
	.single h5.inner-heading{ text-align:left;}
	.single .owl-item h5.inner-heading{ text-align:center;}
	#contact h3, #contact h4, #contact h5{ text-align:left;}
	#people h2{ text-align:left;}
	.ih-item.square.effect13 .info h3{
		font-size: 18px; line-height: 26px; padding-top:10px;
	}
	.filter{ padding:0 15px; font-size:14px;}
}
@media only screen and (max-width:992px){
.abt3{
	padding-top:0px !important;
}
.abt3 .inner-heading{
	display:none;
}
}

@media only screen and (max-width:768px){
	.owl-buttons div{ top:33%;}
	.owl-buttons div.owl-prev{ left:15px;}
	.owl-buttons div.owl-next{ right:15px;}
	.tp-caption.large_text{
		font-size:44px !important; line-height:54px !important;
	}
	.show-small, .navbar-toggle{
		display:block; right:-12px;
	}
	.navbar-toggle{ margin-top:4px;}
	.header-container .gt-logo, .header-container .gt-nav{
		width:50% !important;
	}
	.gt-fimg, .person-details{
		text-align:center;
	}
	.gt-fimg img{ margin-left:auto; margin-right:auto;}
	#masthead{ height:69px;}
	.gt-logo{ padding-top:3px;}
	#navbarCollapse.showing{ display:block !important;}
	.standard-nav{
		position:absolute; right:0; top:36px; display:block;
		background:#000; width:154px; float:none;
	}
	.standard-nav li{ clear:both; margin-left:0; padding-right:30px;}
	.standard-nav li a{ padding:7px 0; display:block; white-space:nowrap;}
	.filter{ display:block; padding:0; text-align:center; border-left:0;}
	.work-item{ width:50%; max-height:198px; overflow:hidden; margin-bottom:5px;}
	.ih-item.square.effect13 .info h3{ font-size:16px; line-height:20px;}
	.ih-item.square.effect13 .info p{ font-size:12px; line-height:16px;}
	.add-top-half{ margin-top:30px;}
	.page-section, .separator-section{ padding-top:60px;}
	.works .ih-item img{ max-width:240px; height:auto;}
	.gt-post-wrap .col-xs-8, .gt-post-wrap .col-xs-4{
		width:100%;
	}
	.tp-bullets{
		transition:0 !important;
		opacity:0.9 !important;
	}
	.person-row .person-col{ clear:none;}
	.person-row .person-col:nth-child(3)
	, .person-row .person-col:nth-child(5)
	, .person-row .person-col:nth-child(7)
	, .person-row .person-col:nth-child(9)
	, .person-row .person-col:nth-child(11)
	, .person-row .person-col:nth-child(13)
	, .person-row .person-col:nth-child(15)
	, .person-row .person-col:nth-child(17)
	, .person-row .person-col:nth-child(19)
	, .person-row .person-col:nth-child(21){
		clear:left;
	}
	.peops-head-wrap, #people h2{ text-align:center;}
	.gt-project-info strong, .gt-project-info span{ width:auto;}
	.gt-project-info strong{ padding-right:5px;}
	.valign, .ih-item.square.effect13.left_to_right .info{ transform:none;}
	.ih-item.square.effect13 .info{ visibility:visible; opacity:0.8;}
	.home .add-top-half.home-text-section{ margin-top:0;}
	section#career{
		position: relative;
		top: -1px !important;
	}
	section#career p.current_open{
		text-align: left;
	}
	section#career div.col-xs-10.left{
		width: 100%;
		float: left;
	}
	section#career div.col-xs-2.right{
		width: 100%;
		float: left;
		margin-top: 30px !important;
	}
	section#career div.col-xs-2.right p.joblink{
		text-align: left;
	}
	section#career div.col-xs-2.right p.joblink p.joblink{
		text-align: left;
		margin-top: 20px;
	}
	section#career div.col-xs-12.item div.left h4.inner-heading{
		text-align: left;
		margin-top: 0px;
	}
	section#career div.col-xs-2.right p.joblink a{
		font-size: 16px !important;
	}
	body.single-people section.page-section article.people div.row div.col-xs-6{
		width: 100%;
	}
	body.single-people article.people div.contact-details p.mobile, body.single-people article.people div.contact-details p.phone, body.single-people article.people div.contact-details p.email{
		font-size: 18px !important;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width:666px){
	.work-item{ max-height:194px;}
}

@media only screen and (max-width:640px){
	.work-item{ max-height:160px;}
}

@media only screen and (max-width:600px){
	.tp-caption.large_text{
		font-size:32px !important; line-height:44px !important;
	}
	.work-item{ max-height:154px;}
}

@media only screen and (max-width:480px){
	.work-item{ max-height:none;}
	.tp-caption.large_text{
		font-size:22px !important; line-height:32px !important;
	}
	img[src="/wp-content/themes/barker/img/icon-e.png"]{
		display:none;
	}
	.main-heading > span{ font-size:42px;}
	.work-item{ width:100%;}
	.works .ih-item img{ width:100%; max-width:666px;}
	#people{ text-align:center;}
	.person-col{
		width:100% !important; margin-bottom:30px;
		border-bottom:3px solid #343434;
	}
	.person-row .person-col{ clear:both;}
	.page-section, .separator-section{ padding-top:30px;}
	.single .tp-bullets, #about .tp-bullets{
		height:39px;
	}
	.single .bullet{ top:11px !important;}
	#about .tp-bullets.simplebullets.round .bullet{
		margin-top:10px !important;
	}
}
@media only screen and (max-width:414px){
	section#contact.page.page.dark-bg .col-xs-6{
		width: 100%;
	}
	.osc-res-tab .nav>li>a{
		font-size: 14px !important;
	}
	.osc-res-tab .nav>li p{
		font-size: 14px;
}
	span.icon-text{
		font-size: 15px !important;
	}
	section#career div.career-content.topline{
		font-size: 23px;
		padding-left: 10px;
	}
	section#career p.current_open{
		padding-left: 10px;
	}
	section#career div.col-xs-12.item{
		padding: 40px 10px !important;
	}
	body.single-people article.people div.contact-details{
		max-width: 30%;
		margin-left: 15px;
		padding-left: 0px;
	}
	body.single-people article.people div.contact-details div.col-xs-12{
		padding-left: 0px;
	}
	body.single-people section.page-section article.people div.row div.col-xs-6{
		max-width: none;
	}
	body.home #rev_slider_1_1 h1.home-main-copy{
		font-size: 25px;
		line-height: 30px !important;
	}
	body.home section#news div.container div.row.updated-video{
		padding: 0 25px !important;
	}
	.works .ih-item.square div.info div.valign{
		vertical-align: middle;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
	}
	section#about div.home-text-section article.abt2 ul,
	section#about div.home-text-section article.abt3 ul{
		text-align: left;
	}

}
@media only screen and (max-width:375px){
	.osc-res-tab .nav>li>a{
		padding: 10px 10px !important;
	}
	body.home #rev_slider_1_1 h1.home-main-copy{
		font-size: 22px;
	}
}
body.home #rev_slider_1_1 h1.home-main-copy{
	color: #d4ccc7;
    line-height: 70px;
    letter-spacing: 1px;
}
body.home.page.page-id-5 article.text-left.col-md-4.abt1{
	width:100% !important;
	}
body.home.page.page-id-5 #contact div.col-xs-6.col-sm-3{
	width:50% !important;
}
div.person-content p{
	font-size: 16px;
}
.osc-res-tab .nav-tabs>li.active>a, .osc-res-tab .nav-tabs>li.active>a:hover, .osc-res-tab .nav-tabs>li.active>a:focus{
	border-radius: 0px !important;
	border:none !important;
	background-color: white !important;
	color: #171717 !important;
}
.osc-res-tab .nav-tabs>li a{
	border-radius: 0px !important;
	border:none !important;
	margin-right: 1px !important;
}
.osc-res-tab .nav-tabs{
	    border-bottom: 3px solid #ffffff !important;
}
.osc-res-tab .nav-tabs>li{
	    margin: 0 0 0px 0 !important;
}
.osc-res-tab .nav>li>a{
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 18px;
    line-height: 24px;
    font-family: Museo500;
}
.osc-res-tab ul.tab-content{
	padding: 18px 15px !important;
}
p.auckland a:hover, p.whang_map a:hover, p.napier_map a:hover, p.chch_map a:hover{
	color: #343434;
	text-decoration: none;	
}
section#contact.page.page-section.contact-page.dark-bg .osc-res-tab .nav-tabs li a{
	font-size: 15px !important;
	padding: 12px 20px;
}
div.col-xs-6.col-sm-3.person-col{
	min-height: 320px;
	display: inline-block;
}
div.col-xs-6.col-sm-3.person-col:last-child{
    min-height: 100%;
}
body.page-template-People div.person-details span.personal-info{
	font-size: 13px;
}
.rev_slider embed, .rev_slider iframe, .rev_slider object, .rev_slider video {
    border: none !important;
    left: -20px !important;
}
div.gt-post-content a{
	border-bottom: 1px solid #787878;
}
body.page-template-People div.row.person-row div.person-content,
body.page-template-People div.row.person-row div.person-details{
	display: none;
}
div.peops-head-wrap.team div.inner-liner.grey{
	margin-bottom: 0px;
}
section#people.page.page-section.white-bg{
	padding-bottom: 90px !important;
}
body.page-template-People div.row.person-row div.person-col div.inner-liner.dark{
	display: none;
}
body.page-template-People div.row.person-row div.person-col h4{
	font-size: 16px;
    margin-bottom: 0px;
}
section#career{
	padding-top: 0px !important;
	padding-bottom: 126px !important;
}
section#career div.career-content.topline{
	color: #d0c6bf;
    font-size: 25px;
    line-height: 36px;
    border-bottom: none;
}
section#career p.current_open{
	font-size: 15px;
	color: white;
}
section#career p.current_open::after{
    content: "";
    display: block;
    left: 0;
    width: 50px;
    padding-top: 15px;
    border-top: 1px solid white;
    margin-top: 10px;
}
section#career div.col-xs-12.item{
	background-color: #343434;
	padding: 40px 20px;
	margin: 30px 0 0 0;
}
section#career div.col-xs-12.item div.left h4.inner-heading{
	width: 100%;
    position: relative;
    display: block;
}
section#career div.col-xs-12.item h4.inner-heading{
	width: 100%;
    position: relative;
    display: block;
    color: white;
    font-size: 22px;
    font-family: Museo700;
}
section#career div.col-xs-12.item div.inner-liner{
    width: 100%;
    position: relative;
    display: block;
    color: white;
    font-size: 15px;
    letter-spacing: .5px;
}
section#career div.col-xs-2.right{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    margin-top: 10px;
}
section#career div.col-xs-2.right p.joblink a{
	border: solid 2px #fff;
    background: transparent;
    color: #fff;
    border-radius: 0px;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: Museo700;
    letter-spacing: 1px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-top: 9px;
}
section#career div.col-xs-2.right p.joblink a:hover{
	background-color: white;
	color: black; 
}
body.single-people article.people div.contact-details{
	width: 70%;
	margin-top: 20px;
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
}
body.single-people article.people div.contact-details p.mobile,
body.single-people article.people div.contact-details p.phone,
body.single-people article.people div.contact-details p.email{
    font-size: 12.3px;
    font-family: Museo700;
    letter-spacing: 1px;

}
body.single-people article.people div.contact-details div.col-xs-4{
	padding-right: 0px;
	padding-left: 0px;
}
body.single-people article.people div.contact-details p.mobile span.icon img{
	max-width: 10px;
	height: auto;
}
body.single-people article.people div.contact-details p.phone span.icon img,
body.single-people article.people div.contact-details p.email span.icon img{
	max-width: 15px;
	height: auto;
}
body.single-people article.people div.contact-details p.mobile span.icon,
body.single-people article.people div.contact-details p.phone span.icon,
body.single-people article.people div.contact-details p.email span.icon{
	padding-right: 15px;
}
body.single-people article.people div.contact-details p.mobile span.icon{
	padding-right: 19px;
}	
body.single-people article.people div.contact-details p.email{
	position: relative;
	top: -3px;
}
body.single-people article.people div.gt_pagination{
	margin-top: 20px;
}
body.home section#people div.row.person-row div.person-col div.inner-liner.white{
	display: none;
}
body.home section#people div.row.person-row div.person-col h4{
    font-size: 16px;
    margin-bottom: 0px;
}
body.single-people.postid-200 article.people div.contact-details p.phone,
body.single-people.postid-201 article.people div.contact-details p.phone,
body.single-people.postid-202 article.people div.contact-details p.phone,
body.single-people.postid-203 article.people div.contact-details p.phone,
body.single-people.postid-299 article.people div.contact-details p.phone,
body.single-people.postid-303 article.people div.contact-details p.phone,
body.single-people.postid-304 article.people div.contact-details p.phone,
body.single-people.postid-697 article.people div.contact-details p.phone,
body.single-people.postid-698 article.people div.contact-details p.phone,
body.single-people.postid-699 article.people div.contact-details p.phone,
body.single-people.postid-703 article.people div.contact-details p.phone,
body.single-people.postid-705 article.people div.contact-details p.phone,
body.single-people.postid-710 article.people div.contact-details p.phone,
body.single-people.postid-795 article.people div.contact-details p.phone,
body.single-people.postid-709 article.people div.contact-details p.phone,
body.single-people.postid-791 article.people div.contact-details p.phone,
body.single-people.postid-792 article.people div.contact-details p.phone,
body.single-people.postid-814 article.people div.contact-details p.phone,
body.single-people.postid-796 article.people div.contact-details p.phone,
body.single-people.postid-809 article.people div.contact-details p.phone,
body.single-people.postid-793 article.people div.contact-details p.phone,
body.single-people.postid-1028 article.people div.contact-details p.phone,
body.single-people.postid-708 article.people div.contact-details p.phone,
body.single-people.postid-1152 article.people div.contact-details p.phone,
body.single-people.postid-1162 article.people div.contact-details p.phone,
body.single-people.postid-1165 article.people div.contact-details p.phone,
body.single-people.postid-1173 article.people div.contact-details p.phone,
body.single-people.postid-1177 article.people div.contact-details p.phone,
body.single-people.postid-1183 article.people div.contact-details p.phone,
body.single-people.postid-1184 article.people div.contact-details p.phone,
body.single-people.postid-1185 article.people div.contact-details p.phone,
body.single-people.postid-1240 article.people div.contact-details p.phone,
body.single-people.postid-1247 article.people div.contact-details p.phone,
body.single-people.postid-1297 article.people div.contact-details p.phone,
body.single-people.postid-1298 article.people div.contact-details p.phone,
body.single-people.postid-1307 article.people div.contact-details p.phone,
body.single-people.postid-1313 article.people div.contact-details p.phone,
body.single-people.postid-1332 article.people div.contact-details p.phone,
body.single-people.postid-1333 article.people div.contact-details p.phone,
body.single-people.postid-815 article.people div.contact-details p.phone,
body.single-people.postid-1348 article.people div.contact-details p.phone,
body.single-people.postid-1358 article.people div.contact-details p.phone,
body.single-people.postid-1370 article.people div.contact-details p.phone,
body.single-people.postid-1368 article.people div.contact-details p.phone,
body.single-people.postid-1372 article.people div.contact-details p.phone,
body.single-people.postid-1376 article.people div.contact-details p.phone,
body.single-people.postid-1448 article.people div.contact-details p.phone,
body.single-people.postid-1458 article.people div.contact-details p.phone,
body.single-people.postid-1459 article.people div.contact-details p.phone
{
	display: none !important;
}
body.single-people article.people a.backprev{
	height: auto;
    display: block;
    position: relative;
    vertical-align: middle;
    margin: 30px 0;
    color: #484848;
    font: normal 15px/28px Museo700;
    max-width: 120px;
    padding: 10px 20px;
}
body.single-people article.people a.backprev:hover{
	background: #1d1d1b;
    color: #fff;
    max-width: 120px;
    padding: 10px 20px;
}
body.home section#people div.person-col div.person-content, 
body.home section#people div.person-col div.person-details{
	display: none;
}
body.home section#news div.container div.row div.col-xs-12{
	padding: 0px;
}
body.home section#news div.container div.row div.col-xs-12 div.video-post{
	height: 0;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
body.home section#news div.container div.row div.col-xs-12 div.video-post img{
	display: block;
    width: 100%;
    margin: 0 auto;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.stroke-dotted {
  opacity: 0;
  stroke-dasharray: 4,5;
  stroke-width: 1px;
  transform-origin: 50% 50%;
  animation: spin 4s infinite linear;
  transition: opacity 1s ease, 
  stroke-width 1s ease;
}
.stroke-solid {
  stroke-dashoffset: 0;
  stroke-dashArray: 300;
  stroke-width: 4px;
  transition: stroke-dashoffset 1s ease, 
              opacity 1s ease;
}
.icon {
  transform-origin: 50% 50%;
  transition: transform 200ms ease-out;
}
body.home section#news div.video-post #play:hover .stroke-dotted{
  stroke-width: 4px;
  opacity: 1;
}
body.home section#news div.video-post #play:hover .stroke-solid{
  opacity: 0;
  stroke-dashoffset: 300;
}
body.home section#news div.video-post #play:hover .icon{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
 }
body.home section#news div.video-post #play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
 transform: translateY(-50%) translateX(-50%);
}
body.home section#news div.container div.row div.col-xs-12 div.video-post img{
	display: block;
}
body.home section#news div.container div.row div.col-xs-12 div.video-post iframe, 
body.home section#news div.container div.row div.col-xs-12 div.video-post object,
body.home section#news div.container div.row div.col-xs-12 div.video-post embed,
body.home section#news div.container div.row div.col-xs-12 div.video-post img{
  	height: 100%;
  	left: 0;
  	position: absolute;
  	top: 0;
  	width: 100%;
  	max-height: 517px;
}
body.home section#news div.container div.row div.col-xs-12 div.video-post iframe{
	height: 100%;
}
article#post-1418 .col-xs-4 h5.inner-heading.dark,
article#post-1418 .col-xs-4 .inner-liner.dark{
	display: none !important;
}































































































