/*
Theme Name:			D4skivvy
Author:				D4
Author URI:			https://www.d4am.com/
Theme URI:			https://github.com/d4advancedmedia/D4skivvy
GitHub Theme URI:	https://github.com/d4advancedmedia/D4skivvy
GitHub Branch:    	master
Version:			12Aug15
License:			The GNU General Public License (GPL-2.0)
*/
/* ---- CONTENT ---- */
* {background:none no-repeat scroll center center transparent;}
html {
  background-color: #fff;
  color: #333;
  font: 14px/1.75em "Lato",sans-serif;
  max-width: 100%;
  overflow-x: hidden !important;
}
h1, h2, h3, h4, h5, h6 {}
ul, ol {padding: 0 0 0 40px;}
blockquote { border-left:1px solid #696969; padding-left:10px;margin: 1em 40px; }
button,input,select,textarea {padding:5px;margin:5px 0;}
a, a:link, a:visited {color:#1A78B2;}
a:hover, a:focus, a:active {color:#36A6BF;}
button, a.button, .button, html input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #0f5883;
  color: #fff;
  display: inline-block;
  padding: 5px 65px;
}
iframe {
  max-width: 100%;
}
ul li {
  list-style: outside none square;
}
img {
  height: auto;
  max-width: 100%;
}
.button:empty {opacity:0.1;cursor:default;  }
.page-wrapper {width:calc(100% - 20px);min-width:none;max-width:1280px;margin:0 auto;padding:20px;position:relative;}
#content, #footer {
  position: relative;
  right: 0;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.page-title {}
.page-content {}
.post-content {
  border-top: 2px solid #bbb;
  margin-top: 20px;
  padding-top: 20px;
clear:both;
}
.post-content.first {margin:0;padding:0;border:0;}
.post-title {
  font-size: 20px;
}
.post-snippet {}
.post-navigation {}
.page-meta, .post-meta {font-size:0.75em;color:#555;}
.post-next, .post-prev {
  border-radius: 0;
  font-size: 25px;
  height: 44px;
  overflow: hidden;
  padding: 10px 12px;
  position: relative;
  text-align: center;
  width: 50px;
}
.post-next a, .post-prev a {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: -999px;
  top: 0;
}
.skivdiv-content {padding:10px;}
.fullwidth > .skivdiv-content {padding:0;}
.subpage #content .page-wrapper {}
.page-template-template_fullwidth #content > .page-wrapper {max-width: none;width: 100%;padding:0;}
.page-template-template_fullwidth #content .page-title {max-width:880px;margin:0 auto;}
.page-template-template_fullwidth #content .fullwidth > .skivdiv-content {padding: 0 10%;}


/* ---- HEADER ---- */
#header {
  background: #000 none repeat scroll 0 0;
  height: 53px;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 999;
}
#header .page-wrapper {
  max-width: none;
  padding: 0;
  width: 100%;
}
.fp-viewing-1 #logo,
.fp-viewing-2 #logo,
.fp-viewing-3 #logo,
.fp-viewing-4 #logo,
.subpage #logo {
  opacity: 1;
  visibility: visible;
}
#logo {
  left: 30px;
  top: 5px;
  opacity: 1;
  position: absolute;
  width: 130px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
#main-menu {}
#main-menu li a {
  color: #fff;
  font-size: 20px;
  padding: 14px 25px;
  text-transform: uppercase;
}
#main-menu li a:hover {}
#main-menu li.current_page_item > a {}
#main-menu .sub-menu {}
#main-menu .sub-menu li a {
  background-color: #000;
  color: #efefef;
  font-size: 17px;
  padding: 10px 20px;
  text-align: left;
  text-transform: none;
}
#main-menu .sub-menu li a:hover {
  background-color: #111;
}
#mobile-toggle {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  float: none;
  font-size: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  z-index: 99;
}
#mobile-nav {
  background: #222 none repeat scroll 0 0;
  bottom: 0;
  margin: 0;
  position: fixed;
  right: -330px;
  top: 0;
  width: 330px;
  overflow-y: scroll;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  z-index: 99;
}
.admin-bar #mobile-nav {
  padding-top: 140px;
}
.mobile-expand #mobile-nav {
  right: 0;
}
#mobile-nav a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 10px 15px;
  cursor: pointer;
}
.sub-menu-expanded {
  background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
}
#mobile-nav .menu-item-has-children a {
  pointer-events: none;
}
#mobile-nav .menu-item-has-children.sub-menu-expanded a {
  pointer-events: auto;
}
#mobile-nav ul {
  padding: 0 10px;
}
#mobile-nav li {
  cursor: pointer;
  list-style: outside none none;
  position: relative;
}
#mobile-nav li i {
  color: #666;
  cursor: pointer;
  left: 0;
  padding: 16px 16px 15px;
  position: absolute;
  top: 0;
}
#mobile-nav li:last-child a {
  border: 0 none;
}
#mobile-overlay {
  bottom: 0;
  display: none;
  left: 100%;
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
}
.mobile-expand #mobile-overlay {
  display: block;
  left: 0;
}
#header-contact {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
#header-contact a {
  background: #efefef none repeat scroll 0 0;
  display: inline-block;
  font-size: 14px;
  margin: 0 0 0 2px;
  padding: 3px 10px 3px 43px;
  position: relative;
}
#header-contact i {
  background: #cdcdcd none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 0;
}
/* ---- FOOTER ---- */
#footer {
  background: #fff none repeat scroll 0 0;
  position: relative;
  text-align: center;
}
.home #footer {
  background: #fff none repeat scroll 0 0;
  bottom: -100%;
  height: 305px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
}
.fp-viewing-5 #footer {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
#logo-footer {
  margin-top: 40px;
  width: 160px;
}
#footer .socialbox a {
  color: #555;
  display: block;
  font-size: 16px;
  line-height: 20px;
}
#footer-contact i {
  display: none;
}
#footer-contact .socialitem_1 {
  display: block;
  float: none;
  margin: 10px;
}
#footer-contact .socialbox_phone a::before {
  content: "Phone: ";
}
#footer-contact .socialbox_fax a::before {
  content: "Fax: ";
}
#footer-contact .socialbox_phone {
  border-right: 1px solid #888;
  margin-right: 15px;
  padding-right: 13px;
}
#logo-footer {
  margin-top: 30px;
  width: 160px;
}
#footer-copyright {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  font-size: 0.75em;
  left: 0;
  position: absolute;
  right: 0;
}
#footer-copyright a:link, #footer-copyright a:hover {color:inherit; text-decoration:none;}


/* ------------------- HOMEPAGE ------------------- */
.home {
  color:#fff;
}
.home .page-wrapper {
  max-width: none;
  padding: 0;
  width: 100%;
}
#main-slideshow {
  bottom: 0;
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
}
#main-slideshow .cycle-slide {
  background-size: cover;
  bottom: 0;
  right: 0;
}
.cycle-slideshow {z-index: 0;}
.cycle-slide {}
.cycle-slide-active {}
.cycle-pagerelement {cursor:pointer;}
.cycle-next {}
.cycle-pause {}
.cycle-prev {}
#per-slide-template {font-size:24px;}
#per-slide-template span { cursor:pointer; color:#000; }
#per-slide-template span.cycle-pager-active { color:#333 }
#masthead {
  text-align: center;
}
#masthead h1 {
  font-size: 120px;
  margin: 3% auto 0;
  text-transform: uppercase;
}
#masthead h2 {
  font-size: 53.4px;
  font-weight: 200;
  text-transform: uppercase;
}
#masthead h3 {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  bottom: 0;
  font-size: 25px;
  font-weight: 400;
  left: 0;
  margin: 0;
  padding: 20px;
  position: absolute;
  right: 0;
}
#services {
  background: rgba(0, 0, 0, 0.95) none repeat scroll 0 0;
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
}
#experience {
  text-align: center;
}
#experience h1 {
  font-size: 5.5vw;
  line-height: 77px;
  margin: 24% 0 0 10%;
  text-align: left;
}
#experience h2 {
  font-size: 30px;
  font-weight: 200;
  margin-left: 33%;
  text-align: left;
}
#experience p:nth-of-type(1) {
  display: block;
  margin-top: 100px;
  position: relative;
}
#experience p:nth-of-type(1)::before {
  border-top: 2px solid #0f5883;
  content: "";
  display: block;
  height: 5px;
  margin: 0 auto;
  position: relative;
  top: -38px;
  width: 300px;
}
#experience h3 {
  font-size: 27px;
  margin: 40px 0;
}
#experience p {
  padding: 0 7%;
}
#experience .button {
  margin-top: 40px;
}
#buckets {
  height: 100%;
  position: absolute;
  right: 0;
}
#buckets .one_full {
  background-size: cover;
  height: 20%;
  position: relative;
  right: -100%;
  width: 100%;
}
#buckets .one_full::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 4px;
  position: relative;
}
#buckets .skivdiv-content {
  height: 100%;
  table-layout: fixed;
  width: 100%;
}
#services .fp-tableCell > .skivdiv-content {
  bottom: 30px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50px;
}
#buckets .one_full:nth-of-type(1) {
  transition: all 0.6s ease-in-out 0s;
}
#buckets .one_full:nth-of-type(2) {
  transition: all 0.6s ease-in-out 0.2s;
}
#buckets .one_full:nth-of-type(3) {
  transition: all 0.6s ease-in-out 0.4s;
}
#buckets .one_full:nth-of-type(4) {
  transition: all 0.6s ease-in-out 0.6s;
}
#buckets .one_full:nth-of-type(5) {
  transition: all 0.6s ease-in-out 0.8s;
}
.fp-viewing-1 #buckets .one_full {
  right: 0;
}
#buckets .button {
  background: #111 none repeat scroll 0 0;
  text-align: center;
  width: 100%;
}
#buckets .page-wrapper {
  position: static;
}
#buckets h2 {
  font-size: 30px;
  pointer-events: none;
  position: absolute;
  right: 6%;
  text-align: right;
  text-shadow: 0 0 10px #000, 0 0 3px #000;
  text-transform: uppercase;
  top: 6%;
  z-index: 99;
}
#buckets .one_full a {
  background: rgba(9, 50, 75, 0.9) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 18px;
  left: 0;
  opacity: 0;
  padding-left: 15%;
  padding-right: 6%;
  padding-top: 4%;
  position: absolute;
  text-align: justify;
  top: 4px;
  transition: all 0.5s ease-in-out 0s;
  z-index: 10;
}
#buckets .one_full:hover a {
  opacity: 1;
}
#buckets p {
  margin: 0;
}
.fp-tableCell .skivdiv-content {
  padding: 0;
}
#team {
  background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
  color: #000;
  font-size: 20px;
  line-height: 31px;
  text-align: center;
}
#team img {
   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
   -webkit-filter: grayscale(90%);
   -moz-filter: grayscale(90%);
   -ms-filter: grayscale(90%);
   filter: grayscale(90%);
   filter: gray; /* IE 6-9 */
}
#team img:hover {
   filter: none;
   -webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;
   filter: none; /* IE 6-9 */
}
#team .getpost-wrapper {
  float: left;
  position: relative;
}
#team .one_half .getpost-wrapper {
  margin: 100px 10px 3%;
  max-width: 46%;
}
#team .getpost-wrapper {
  opacity: 0;
}
.fp-viewing-2 #team .getpost-wrapper {
  opacity: 1;
}
#team .one_half .getpost-wrapper:nth-of-type(1) {
  transition: all 1s ease-out 0.7s;
}
#team .one_half .getpost-wrapper:nth-of-type(2) {
  transition: all 1s ease-out 0.8s;
}
#fullteam .getpost-wrapper {
  transition: all 1s ease-out 1.1s;
}
#team .getpost-title {
  position: absolute;
}
#team .getpost-wrapper p {
  display: none;
}
#fullteam .getpost-wrapper:nth-of-type(1), #fullteam .getpost-wrapper:nth-of-type(2) {
  display: none;
}
#fullteam .getpost-wrapper {
  width: calc(100% / 8);
}
#fullteam img {
	width: 100%;
}
#team .getpost-title {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  opacity: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}
#team .getpost-wrapper:hover .getpost-title {
  opacity: 1;
}
#team .getpost-meta {
  display: none;
}
#team .get-all {
  display: none;
}
#team .one_half:nth-child(1) {
  padding-left: 50px;
}
#team h1 {
  color: #0f5883;
  font-size: 90px;
  font-weight: 900;
  line-height: 77px;
  margin: 16% auto 0;
  max-width: 300px;
}
#team h2 {
  font-size: 40px;
  font-weight: 200;
  margin-bottom: 10%;
  margin-top: 20px;
}
#team .one_half p {
  margin: 0 auto;
  max-width: 80%;
  position: relative;
}
#team .one_half.last p:nth-of-type(1)::before {
  border-top: 2px solid #0f5883;
  content: "";
  display: block;
  height: 5px;
  margin: 0 auto;
  position: relative;
  top: -38px;
  width: 300px;
}
#award p {
  margin: 0;
}
#award img {
  height: 100%;
}
#contact {
  background: #fff none repeat scroll 0 0;
  clear: both;
  position: relative;
  text-align: center;
}
#contact .one_full {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#contact .gform_wrapper {
  margin: 0 auto;
  max-width: 620px;
}
#contact h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 300;
  padding-top: 6%;
}
#contact .one_full {
  background-position: center top;
  left: 0;
  max-height: 650px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #fff none repeat scroll 0 0 !important;
  box-shadow: 0 0 7px #000;
  transition: all 0.5s ease-in-out 0s;
}
#homeblog {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  padding-left: 8%;
}
#homeblog .post-block {
  border-left: 3px solid #1a78b2;
  float: left;
  margin: 10px 0;
  padding: 2% 10% 0 2%;
  width: 48%;
}
#homeblog .post-block:nth-of-type(2n+1) {
  clear: left;
}
.blogfeed > p {
  clear: both;
  display: block;
}
a.blogfeed-all {
  border: 2px solid;
  display: block;
  font-size: 18px;
  margin: 0 auto;
  max-width: 300px;
  position: relative;
  text-align: center;
  top: 80px;
}
/* ----------------- Subpages -------------------- */
.subpage #masthead .page-title {
  color: #fff;
  font-size: 60px;
  margin: 0;
  padding: 12% 0 9%;
}
.subpage #masthead {
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% auto;
}
.subpage #main-content {
  min-height: 230px;
}
.subpage #contact .one_full {
  position: relative;
}
.bio-name {
  background: #005782 none repeat scroll 0 0;
  border-left: 10px solid #004060;
  color: #fff;
  padding: 20px;
}
.bio-title {
  font-size: 20px;
  font-weight: 400;
}
.single-team .one_third .skivdiv-content {
  border-right: 1px dashed #cdcdcd;
  margin-right: 5px;
  padding-right: 14px;
}
.single-team .one_third li {
  list-style: outside none none;
}
.single-team .one_third ul {
  padding: 0;
}
.subpage #main-content img {
  border: 10px solid #cdcdcd;
}
.single-team .post-navigation {
  display: none;
}
.blog .post-thumb img, .archive .post-thumb img {
  display: block;
  float: left;
  margin: 0 20px 20px 0;
}
.blog #main-content, .archive #main-content, .single #main-content {
  float: left;
  width: 75%;
}
.single-post #masthead .page-title {
  font-size: 30px;
  text-transform: none;
}
.sidebar {
  float: left;
  padding: 20px;
  width: 25%;
}
.sidebar > ul {
  border-left: 1px dashed #cdcdcd;
  padding: 0 10%;
}
.sidebar ul ul {
  padding: 0;
}
.sidebar li {
  list-style: outside none none !important;
}
.single #content > .page-wrapper {
  max-width: 1300px;
  min-height: 900px;
  padding: 20px;
}
.single-team #main-content {
  width: 100% !important;
}
/* ----------------- Gravity --------------------- */
#contact .gfield_label {
  display: none;
}
#contact .gfield input, #contact .gfield textarea, #main-content .gfield select {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  border: 1px solid #555;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  margin: 0;
  padding: 14px;
  width: 100%;
}
#contact .gform_footer {
  margin: 0;
}
#contact .gform_footer .button {
  margin-top: -10px;
  padding: 10px;
}
#contact .gform_body li {
  margin: 0;
}
.gform_footer .button:empty {
  opacity: 1;
}
#contact .gform_confirmation_message {
  border-bottom: 1px dashed #cdcdcd;
  border-top: 1px dashed #cdcdcd;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}
#contact .gform_ajax_spinner {
  display: none!important;
}


/* ----------------- Responsive ------------------- */

@media all and (min-width: 1025px) {

}

@media all and (max-width: 1600px)  {
#experience p:nth-of-type(1)::before {
  top: -21%;
}
#experience p:nth-of-type(1) {
  margin-top: 10%;
}
#team .one_half .getpost-wrapper {
  margin: 15% 10px 0;
}
#team h2 {
  margin-bottom: 4%;
}
#team .one_half.last p:nth-of-type(1)::before {
  top: -6%;
}
#contact h1 {
  font-size: 50px;
  margin-bottom: 0;
  padding-top: 5%;
}
#footer {
  height: 210px;
}
#main-content .gfield input, #main-content .gfield textarea, #main-content .gfield select {
  font-size: 15px;
  padding: 7px;
}
#main-menu li a {
  font-size: 16px;
  padding: 10px 20px;
}
#header {
  height: 45px;
}
#logo {
  width: 105px;
}
#logo-footer {
  margin-top: 20px;
  width: 100px;
}
#footer-contact .socialitem_1 {
  margin: 0px;
}
#footer .socialbox a {
  font-size: 14px;
}
.home #footer {
  height: 210px;
}
}
@media all and (max-width: 1400px)  {
#experience, #buckets {
  width: 50% !important;
}
#experience h1 {
  margin: 13% 0 0;
  text-align: center;
}
#experience p:nth-of-type(1)::before {
  top: -3px;
}
#experience p:nth-of-type(1) {
  margin-top: 20px;
}
#experience h3 {
  font-size: 22px;
  margin: 30px 0;
}
#experience h2 {
  margin: 10px auto;
  text-align: center;
}
#masthead img {
  max-width: 210px;
}
#masthead h1 {
  font-size: 90px;
}
#masthead h2 {
  font-size: 41px;
}
#buckets h2 {
  font-size: 20px;
  right: 2%;
  top: 11%;
}
#buckets .one_full a {
  font-size: 16px;
  line-height: 19px;
  padding: 6% 2% 0;
}
#team {
  font-size: 16px;
  line-height: 25px;
}
}
@media all and (max-width: 1200px)  {
#buckets .one_full a {
  height: auto;
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
  top: 0;
}
#buckets {
  position: relative;
}
#buckets .skivdiv-content {
  padding: 0;
}
#masthead {
  text-align: center;
}
#masthead img {
  margin-top: 140px;
}
#masthead h3 {
  font-size: 20px;
  margin-top: 100px;
  position: relative;
}
#experience h1 {
  line-height: 58px;
  margin-top: 50px;
}
#buckets .one_full {
  right: 0;
}
#team .getpost-wrapper {
  opacity: 1 !important;
}
#fullteam .getpost-title {
  font-size: 14px;
}
.home #footer {
  bottom: auto;
  opacity: 1;
  padding-top: 1px;
  position: relative;
  visibility: visible;
}
#contact .one_full {
  position: relative;
}
#team h1 {
  font-size: 60px;
}
#team h2 {
  font-size: 30px;
  margin-top: 0;
}
#buckets .button {
  margin-bottom: 30px;
}
#logo {
  display: block;
  visibility: visible;
  opacity: 1;
}
#main-menu {
  float: right;
}
#homeblog h1 {
  padding-top: 30px;
}
}
@media all and (max-width: 1024px) {
  .two_third, .three_fourth, .five_sixth, .two_fifth, .three_fifth, .four_fifth {margin:0 auto;float:none;clear: both;width:100%;}
#experience, #buckets {
  height: auto;
  position: relative;
  width: 100% !important;
}
#buckets .one_full {
  display: block;
  height: auto;
  padding-bottom: 0;
  right: 0;
}
#buckets .skivdiv-content {
  display: block;
  height: auto;
  padding: 0;
  position: relative;
  table-layout: auto;
}
#team .one_half:nth-child(1) {
  padding-left: 0;
}
#team .one_half .getpost-wrapper:nth-of-type(1) {
  margin: 15% 1% 0;
}
}
@media all and (min-width: 955px)  {#mobile-nav,#mobile-toggle {display:none !important;}}
@media all and (max-width: 954px)  {
	#main-menu {display: none;}
	#mobile-nav,#mobile-toggle {display: block;}
	.fullwidth .one_fourth:nth-child(3), .fullwidth .one_fifth:nth-child(4), .fullwidth .one_sixth:nth-child(4) {clear: left;}
	.one_half, .one_third.last {margin:0 auto;float:none;clear: both;}
	.one_half {width:100%;}
	.one_third, .one_fourth {width:50%;}
	.one_fifth, .one_sixth {width:33.33%;}

.single-team .two_third {
  clear: none;
  float: left;
  width: 60%;
}
.single-team .one_third {
  clear: none;
  float: left;
  width: 40%;
}
/* -------------- Mobile Header --------------*/
.mobile-expand #content, .mobile-expand #footer {
  right: 330px;
}
#header {
  background: #151515 none repeat scroll 0 0;
  left: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  z-index: 999;
  height: 70px;
}
#header .page-wrapper {
  padding: 0;
  width: 100%;
}
#logo {
  display: block;
  float: left;
  height: 70px;
  margin: 0 auto;
  min-width: 150px;
  opacity: 1;
  padding-top: 6px;
  position: relative;
  text-align: left;
  visibility: visible;
  z-index: 999999;
}
#header-contact .socialbox_email {
  display: none;
}
#header-contact {
  bottom: 0;
  left: 0;
  overflow: hidden;
  right: auto;
  width: 70px;
}
#header-contact a {
  background: transparent none repeat scroll 0 0;
  margin: 0;
  height: 70px;
  padding-left: 70px;
  width: 70px;
}
#header-contact i {
  background: transparent none repeat scroll 0 0;
  top: 15px;
  width: 50px;
  font-size: 30px;
  padding-top: 22px;
  top: 0;
  width: 70px;
  text-align: center;
}

#wpadminbar {
  position: fixed;
  top: 0;
}
#content {
  margin-top: 70px;
}
#mobile-nav {
  padding-top: 80px;
}
.admin-bar #header {
  top: 46px;
}
#team .one_half .getpost-wrapper {
  margin: 0 !important;
  max-width: 50%;
  padding: 5px;
}
#team h1 {
  margin-top: 0;
}
#fullteam .getpost-wrapper {
  display: inline-block;
  float: none;
  width: 24%;
}
#experience h1 {
  font-size: 60px;
}
#team .getpost-title {
  left: 5px;
  opacity: 1;
  padding: 4px;
  right: 5px;
}
#fullteam .getpost-title {
  bottom: -11px;
  left: 0;
  right: 0;
}
.subpage #masthead .page-title {
  font-size: 40px;
  padding: 40px;
}
.subpage #masthead {
  background-attachment: scroll;
  background-size: cover;
}
.subpage #content .page-wrapper, #contact .page-wrapper {
  padding: 0;
  width: 100%;
}
.subpage #content #main-wrapper {
  padding: 10px;
}
#contact .gfield input, #contact .gfield textarea, #main-content .gfield select {
  font-size: 14px;
  padding: 8px;
}
.sidebar {
  display: none;
}
.blog #main-content, .archive #main-content, .single #main-content {
  float: none;
  width: 100%;
}
.subpage #masthead .page-title {
  font-size: 30px;
}
#homeblog .post-block {
  clear: both !important;
  float: none;
  width: 100%;
}
}

@media all and (max-width: 640px)  {
	.fullwidth .one_fifth:nth-child(4) {clear:none;}
	.fullwidth .one_fifth:nth-child(3) {clear: left;}
	.one_third, .one_fifth.last {float: none;clear: both;margin:0 auto;}
	.one_third {width:100%;}
	.one_fifth {width:50%}
#buckets .one_full a {
  padding: 9% 2%;
}
#buckets .one_full {
  padding-bottom: 36%;
}
#masthead img {
  margin-bottom: 40px;
  margin-top: 50px;
}
#masthead h1 {
  font-size: 70px;
}
#masthead h2 {
  font-size: 31px;
}
#fullteam .getpost-wrapper {
  width: 36%; 
}
.single-team .one_third, .single-team .two_third {
  clear: both;
  float: none;
  width: 100%;
}
.single-team .one_third .skivdiv-content img {
  float: left;
  margin: 0 20px 0 0;
  max-width: 250px;
}
.single-team .one_third .skivdiv-content {
  border: 0 none;
  font-size: 13px;
  margin: 0;
  padding: 5px;
}
}
@media all and (max-width: 580px)  {
#buckets h2 {
  bottom: auto;
  left: 0;
  position: relative;
  right: 0;
  text-align: center;
  top: auto;
  font-size: 6.5vw;
  margin: 10% 0 -10%;
  padding: 0;
}
#buckets .one_full a {
  background: transparent none repeat scroll 0 0 !important;
  bottom: 0;
  display: block;
  position: static;
  text-align: left;
  text-indent: -999999px;
  top: 0;
  opacity: 1;
}
#buckets .one_full a::before {
  background: rgba(15, 88, 131, 0.5) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#buckets .skivdiv-content {
  position: static;
}
#buckets .one_full::before {
  display: none;
}
#buckets .one_full {
  height: auto;
  margin: 5px 0;
  padding: 5px;
}
.single-team .one_third .skivdiv-content img {
  float: none;
  margin: 10px;
}
.single-team .one_third .skivdiv-content {
  text-align: center;
}
#award {
  display: none;
}   
}
@media all and (max-width: 480px)  {
	.fullwidth .one_fifth:nth-child(3) {clear:none;}
	.fullwidth .one_fifth:nth-child(3) {clear: left;}
	.one_fourth {float: none;clear: both;margin:0 auto;}
	.one_fourth {width:100%;}
	.one_sixth {width:50%;}
	.fullwidth .one_sixth:nth-child(2n+1) {clear: left;}

/* -------------- Mobile Header --------------*/
#header {
  height: 50px;
}
#header .page-wrapper {
  padding: 0;
}
#logo {
  height: 50px;
  padding-top: 0;
}
#logo img {
  height: 40px;
  width: auto;
}
#header-contact a {
  height: 50px;
  width: 50px;
  padding-left:50px;
}
#header-contact i {
  font-size: 20px;
  padding-top: 16px;
  top: 0;
  width: 50px;
}
#content {
  margin-top: 50px;
}
#mobile-toggle {
  width: 50px;
  font-size: 22px;
}
#header-contact {
  width: 50px;
}
#mobile-nav {
  padding-top: 55px;
}
#fullteam .getpost-wrapper {
  width: 40%;
}
#services {
  font-size: 16px;
}
#buckets .one_full a {
  text-align: left;
}
#experience p {
  padding: 0;
} 
}

@media all and (max-width: 360px) {
	.one_fifth, .one_sixth {float: none;clear: both;margin:0 auto;}
	.one_fifth, .one_sixth {width:100%;}

}