@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);


/* -- General ---
   ================================================== */

html, 
body {
  background-color: #fff;
  font-family: Lora, Palatino, Georgia, serif;
  width: 100%;
  height: 100%;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #222;
  font-size: 17px;
}

a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#page {
  background: #eee;
  z-index: 150;
  position: relative;
}

#main {
  padding-top: 20px;
}

body.home #page {
  background: #fff;
  padding-bottom: 0px;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.06);
}

::selection {
  background: rgba(0, 0, 0, 0.06);
}

h1,
h2,
h3 {
  text-rendering: optimizeLegibility;
}

a:hover, 
a:active {
  outline: 0;
  text-decoration: none;
}

a, 
a:visited {
  color: #609a04;
  text-decoration: none;
  background-image: linear-gradient(to top,
    rgba(0,0,0,0) 11%,
    rgba(0,0,0,.3) 11%,
    rgba(0,0,0,.3) 16%,
    rgba(0,0,0,0) 16%
    );
}

a:hover {
  color: #111;
}

/* Margin */

.mt-0 {
  margin-top: 0px;
}

.mb-35 {
  margin-bottom: 35px;
}


/* -- Header --
   ================================================== */

.topheader {
  position: relative;
  background: #468914;
  overflow: hidden;
}

.logo {
  /*font-family: 'Roboto';
  font-size: 30px; 
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #fff;
  line-height: 90px;*/
  
}

.logo a {
  background-image: none;
  color: #fff;
}

.logo a:hover {
  text-decoration: none;
}

.logo img {
  /*max-height: 56px;*/
  margin: 15px 0px;
}

.logo .mobile {
  display: none;
}

.slideDown {
    top: -100px;
    position: relative;   
    -webkit-animation-name: slideOut;
    -webkit-animation-iteration-count: once;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 0.6s;   
    -webkit-animation-delay: 0.7s; /* Chrome, Safari, Opera */
    animation-delay: 0.7s;
    animation-name: slideOut;
    animation-iteration-count: once;
    animation-timing-function: ease-out;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes slideOut {
    0% {
        top: -100px;
    }
    100% {
        top: 0px;
    }
}

@-webkit-keyframes slideOut {
    0% {
        top: -100px;
    }
    100% {
        top: 0px;
    }
}
 


/* -- Navigation --
   ================================================== */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 70px;
  height: 55px;
  float: right;
  z-index: 3000;
  background-image: none;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  font-size: 24px;
  content:"x";
}

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  position: relative;
  z-index: 10;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-top: 16px;              
}

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse li {
  width: 100%;
}


/* -- Tagline --
   ================================================== */

.tagline {
  background: #468914;
}

.type-wrap {
  font-size: 56px;
  color: #fff;
  letter-spacing: -0.02em;
  margin-top: 25px;
  font-family: 'Roboto';
  font-weight: 300;
  margin-bottom: 0px;
  text-align: center;
}

#typed-cursor {
  opacity: 0;
  font-weight: 100;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -ms-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@-ms-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}

body.home .tagline h2 {
  margin-top: 10px;
  color: rgba(255,255,255, 0.8);
  line-height: 1.5em;
  font-size: 28px;
  margin-bottom: 60px;
}

.main-services {
  background: #38750c;
  margin-bottom: 30px;
}

.main-services ul {
  text-align: center;
  margin: 0px;
}

.main-services li {
  display: block;
  float: left;
  text-align: center;
  width: 33.3%;
  padding: 15px 0px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-family: 'Roboto';
  font-weight: 600;
  color: #fff;
}

.main-services li span {
  display: block;
  border-right: 1px solid #578e02; 
  padding: 10px 0px;
}

.main-services li:last-child span {
  border: none;
}


/* -- Services --
   ================================================== */

body.home .services h2 {
  color: #fff;
  margin: 0px 0px 65px 0px;
}

.services h3 {
  font-size: 23px;
  font-family: 'Roboto';
  font-weight: 300;
  color: #fff;
  margin-bottom: 6px;
  margin-top: -11px;
}

.icon {
  width: 14.5%;
  float: left;
}

.copy {
  width: 70%;
  margin-left: 6%;
  float: left;
}

.services p {
  font-family: 'Lora';
  font-size: 15px;
  font-style: italic;
  color: #999;
  line-height: 23px;
}

.service-row .row {
  margin-bottom: 25px;
}

.services {
  background: #111;
  padding: 7% 0% 4% 0%;
  margin: 90px 0px 55px 0px;
}


/* -- 3 News Items --
   ================================================== */

.news {
  background: #f5f5f5;
  padding: 40px 0px 100px 0px;
}

.news-item {
  background: #fff;
  padding-bottom: 30px;
}

.news img {
  margin-bottom: 20px;
}

.news p {
  font-size: 15px;
  font-family: 'Lora';
  font-weight: 400;
  margin-bottom: 3px;
  padding: 0px 24px;
}

body.home .news h2,
.news h2 {
  color: #222;
  margin-bottom: 50px;
}

.news h2 a {
  color: #609a04;
  font-size: 20px;
  font-weight: 300;
  font-family: Roboto;
  border-left: 1px dotted rgb(193, 193, 193);
  padding-left: 15px;
  margin-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  top:-1px;
  position: relative;
  display: inline-block; 
}

.news h2 a:hover {
  color: #333;
}

.news h3 {
  padding:0px 24px;
  letter-spacing: -0.01em;
}

.news a {
  background: none;
  display: block;
}

.news a:hover {
  text-decoration: none;
}

.news .news-item h3 {
  font-size: 23px;
  margin:0px 0px 0px 0px;
  font-family: 'Roboto';
  font-weight: 300;
  color: #222;
}


/* -- Blog Listing --
   ================================================== */

.blog-wrapper {
  padding-bottom: 100px;
}

.blog-wrapper img {
  width: 100%;
}

.blog-wrapper article.hentry {
  margin-bottom: 40px;
  margin-top: 50px;
}

.blog-wrapper article.hentry p {
  font-size: 15px;
  line-height: 26px;
}

.entry-content {
  margin: 1em 0 0;
}

.entry-content hr {
  margin-top: 45px;
}

.blog-details {
  padding: 35px 35px 0px 10px; 
}

.blog-details h2 {
  font-family: 'Roboto', Helvetica, Arial;
  font-weight: 300;
  margin:0px;
  color: #4d4d4d;
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  margin-bottom: 10px;
}

.blog-details h2 a:hover {
  text-decoration: none;
}

.blog-details footer {
  font-size: 14px;
}

.blog-details footer a {
  padding-bottom: 2px;
}

.blog-details footer a:hover {
  text-decoration: none;
  color: #333;
}

.blog-details .entry-meta {
  font-family: 'Roboto', Helvetica, Arial;
  color: #a8a8a8;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}

.blog-details h2 a {
  background-image: none;
}


/* -- Blog Post --
   ================================================== */

body.single #page {
  background: #fff;
}

body.single #main h1 {
  font-family: 'Roboto';
  font-weight: 300;
  font-size:48px;
  line-height: 60px;
  color: #333;
  margin-bottom: 20px;
}

body.single #main h2 {
  color: #333;
  margin-bottom: 23px;
  font-size: 28px;
  font-weight: 700;
  margin-top: 40px;
}

body.single #main h3 {
  color: #222;
  margin-top: 35px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Roboto';
  font-weight: 400;
}

body.single #main h3#reply-title {
  font-size: 28px;
  font-weight: 300;
}

body.single #page h4 {
  font-size: 18px;
  margin:60px 0px 20px 0px;
  font-family: 'Roboto';
  font-weight: 400;
  color: #222;
}

body.single #page .entry-meta {
  font-family: 'Roboto', Helvetica, Arial;
  color: #a8a8a8;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

body.single #main ul, 
body.single #page ol {
  padding: 30px 30px 23px 45px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: rgba(96, 154, 4, 0.1);
  margin-left: 0px;
  font-size: 15px;
}

body.single #page ol.children {
  padding-left: 30px;
}

body.single #main ul li,
body.single #main ol li {
  margin-bottom: 7px;
}

.small-divider {
  width: 40px;
  border-top: 1px solid #ccc;
  margin: 55px 0px;
}

.flexslider .slides > li {
  margin: 0px;
}


/* Comments */

body.single #page #comments ol {
  list-style: none;
  background: none;
  border: 1px solid #e2e2e2;
}

.comment-metadata a{
  margin-right: 15px;
}

body.single #page ol.comment-list {
  padding-left: 30px;
  margin-top: 25px;
}

ol.comment-list li {
  padding-left: 90px;
  position: relative;
}

ol.comment-list li img.avatar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-top: 2px;
}

.comment-author b{
  font-weight: normal;
}

.comment-content {
  margin-top: 10px;
  font-family: 'Lora';
  font-size: 15px;
  color: #333;
}

.comment-metadata,
.comment-author {
  font-size: 16px;
}

.comment-author a {
  background-image: none;
}

.comment-metadate {
  margin-bottom: 15px;
}

.comment-metadata a{
  color: #333;
  background-image: none;
  font-weight: 400;
  font-family: 'Lora';
  font-style: italic;
  font-size: 14px;
}

#respond, 
#comments {
  border-top: 1px solid #eee;
  margin-top: 60px;
  font-family: 'Roboto', Helvetica, Arial;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 100px;
}

#respond {
  border-top: none;
  margin-top: 0px;
}

#respond textarea#comment{
  border:1px solid #e2e2e2;
  margin:10px 0px;
}

#respond code {
  font-size: 14px;
}

.post-thumbnail img {
  margin: 20px 0px 40px 0px;
}

article.hentry {
  background: #fff;
  margin: 0px;
}


/* -- Sidebar --
   ================================================== */

#page #secondary {
  margin-top: 36px;
  padding-left: 30px;
}

#page #secondary .author-bio img {
  border-radius: 50%;
  margin-top: 6px;
}

#page #secondary h1 {
  border-top: 1px solid #e2e2e2;
  text-transform: uppercase;
  color:#609a04;
  font-size: 14px;
  font-weight: 700;
  padding-top: 25px;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
}

#page #secondary hr{
  border-top: 1px solid #e2e2e2;
  margin:30px 0px;
}

#page #secondary h3 {
  margin-top: 0px;
  font-size: 15px;
  font-family: 'Lora';
  font-weight: 700;
  margin-top: 0px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 7px;
}

#page #secondary p{
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0px;
}

#page #secondary a {
  font-size: 14px;
  background-image: none;
  border: 1px solid #90c43e;
  padding: 6px 20px;
  border-radius: 3px;
  font-family: 'Roboto';
  font-weight: 400;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.2s linear;
}

#page #secondary a:hover {
  text-decoration: none;
  border-color: #476d0a;
  color: #39540f;
}

.widget_twitter_timeline {
  padding-top: 20px;
}


/* -- Styleguide --
   ================================================== */

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

h2 {
  font-family: 'Roboto', Helvetica, Arial;
  font-weight: 300;
  color: #444;
  font-size: 32px;
  letter-spacing: -0.018em;
  line-height: 44px;
  margin-top: 56px;
  margin-bottom: 34px;
}

h2 a {
  background-image: none;
}

h2 a:hover {
  text-decoration: none;
}

h2 span {
display: block;
color: #222;
font-size: 17px;
font-style: italic;
font-family: 'Lora';
margin-bottom: -5px;
}

body.home h2 {
  color: #609a04;
}

p {
  line-height: 28px;
  margin: 0;
  margin-bottom: 22px;
  text-rendering: optimizeLegibility;
}

body.single .entry-content p {
  line-height: 33px;
  font-size: 18px;
}

p.comment-subscription-form {
  margin-top: 20px;
  margin-bottom: 10px;
}

p.comment-subscription-form input {
  top: -1px;
  margin-right: 5px;
  position: relative;
}

/* Shadow */

.shadow {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.072);
}

/* List style */

.list-wrap {
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: rgba(96, 154, 4, 0.1);
}

.list-wrap h4 {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-family: 'Roboto';
  font-weight: 600;
  color: #609a04;
  margin-bottom: 20px;
}

.list-wrap ol {
  padding: 0px;
  margin-left: 23px;
  margin-bottom: 0px;
  font-size: 15px;
}

.list-wrap ol li {
  margin-bottom: 7px;
}


/* Quotes */

.quotes {
  background: #609a04;
  padding: 15px 0px 40px 0px;
}

blockquote {
  font-size: 26px;
  letter-spacing: -0.005em;
  padding: 50px 50px 15px 50px;
  text-align: center;
  color: #fff;
  font-family: 'Roboto';
  font-weight: 300;
}

blockquote span {
  font-family: Lora, Palatino, Georgia, serif;
}


/* Divider */

.divide {
  padding: 0;
  margin: 0;
  border: none;
  margin-top: 85px;
  margin-bottom: 85px;
  border-top: solid 1px #d0d0d0;
  width: 40px;
  margin-left: 50%;
  position: relative;
  left: -20px;
}

/* Image styling */

.choose-image {
  margin: 40px 0px 65px 0px;
}

.work-image {
  margin: 30px 0px 50px 0px;
}

p.support-message {
  color: #a8a7a7;
  font-style: italic;
  font-size: 13px;
}


/* -- Our Work: Captiva --
   ================================================== */

.captiva-row h3 {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 26px;
}

.captiva-row {
  min-height: 530px;
  position: relative;
  margin-bottom: 60px;
}

.captiva-row img {
  position: absolute;
  top: 0px;
  left: 0px;
}

.captiva-row ul {
  margin: 20px 0px 0px 18px;
}

.captiva-row ul li {
  font-size: 15px;
  margin-bottom: 5px;
}

.captiva-features {
  margin: 90px 0px 0px 20px;
}

/* -- Adrenalin Introduction --
   ================================================== */


.adrenalin-introduction {
  background: url('../img/adrenalin_bg.jpg') no-repeat top center;
  background-size: cover;
  margin-top: 55px;
  padding-bottom: 40px;
}

body.home .adrenalin-introduction h2 {
  margin-bottom: 18px;
}

body.home .adrenalin-introduction h2,
.adrenalin-introduction a {
  color: #d54800;
  padding-bottom: 3px;
}

.adrenalin-introduction a:hover {
  color: #111;
}

.adrenalin-introduction h2,
.adrenalin-introduction p {
  width: 95%;
}


/* -- 404 --
   ================================================== */

body.error404 { 
  background: url('../img/404.jpg') no-repeat center center fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} 

body.error404 .topheader {
  display: none;
}

body.error404 #page {
  margin-bottom: 0px; 
  background: inherit;
  z-index: 150;
  position: inherit;
}
.error-message {
  position: absolute; 
  height: 100%; 
  width: 100%;
  display: table;
}
.error-message h1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: 'Roboto';
  font-weight: 300;
  color: #fff;
  font-size: 50px;
}


/* -- Contact --
   ================================================== */

.contact {
  width: 100%;
  background: #111;
  padding: 10px 0px 50px 0px; 
}

.contact h2,
body.home .contact h2 {
  color: #fff;
}

.contact p {
  color: #cacaca;
}

.contact p a {
  color: #fff;
}

.contact .wpcf7 p {
  font-family: 'Lora';
  font-size: 16px;
  font-weight: 400;
  color: #757575;
  font-style: italic;
}

.contact .wpcf7 p input,
.contact .wpcf7 p textarea {
  font-family: Lora, Palatino, Georgia, serif;
  font-weight: normal;
  margin-top: 4px;
}

input[type="text"],
input[type="email"] {
  width: 100%;
  color: #333;
  border: none;
  border-radius: 0px;
  padding: 6px 8px;
  font-size: 15px;
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
  font-style: normal;
}

textarea {
  border-radius: 0px;
  padding: 6px 8px;
  font-size: 15px;
  color: #333;
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
  height: 155px;
  font-style: normal;
}

.contact .wpcf7 p.button input,
.form-submit input,
.form-submit input:hover {
  background: #4a9b0f;
  color: #fff;
  padding: 15px 30px;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: none;
  border-radius: 0px;
  font-family: 'Roboto';
  font-size: 15px;
  border-radius: 3px;
  font-weight: 300;
  font-style: normal;
}

.contact .wpcf7 p.button input:hover,
.form-submit input:hover {
  background: #3e8b05;
}

.contact .wpcf7 p.button input:focus,
.form-submit input:focus {
  outline: 0;
}

span.wpcf7-not-valid-tip {
  line-height: 20px;
  margin-top: 10px;
  font-family: Lora, Palatino, Georgia, serif;
  text-transform: none;
  font-style: italic;
  font-size: 13px;
  color: #bd0d0d;
}

div.wpcf7-validation-errors {
  display: none !important;
}

div.wpcf7 img.ajax-loader {
  display: none;
}

form.wpcf7-form {
  position: relative;
}

div.wpcf7-mail-sent-ok {
  position: absolute;
  bottom: 33px;
  right: 0px;
  border: none;
  font-size: 15px;
  color: #fff;
  font-style: italic;
}

div.wpcf7-response-output {
  margin: 0px;
  padding: 0px;
}

.contact-details {
  padding-left: 20px;
}

.contact-details p {
  margin-bottom: 30px;
  font-size: 17px;
  clear: both;
}

.contact-details p.location,
.contact-details p.email,
.contact-details p.twitter {
  padding-left: 28px;
  margin-bottom: 12px;
}

.contact-details p.location {
  background: url(../img/location.png) no-repeat 0px 6px;
}

.contact-details p.email {
  background: url(../img/email.png) no-repeat 0px 6px;
}

.contact-details p.twitter {
  background: url(../img/twitter.png) no-repeat 0px 6px;
}


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


@media screen and (min-width: 768px) {

  .js .nav-collapse {
    position: relative;
  }

  .js .nav-collapse.closed {
    max-height: none;
  }

  .nav-toggle {
    display: none;
  }

}

@media screen and (min-width: 768px) {
  
.nav-collapse ul ul a {
    display: none;
}

.nav-collapse ul {
  width: auto;
  font-family: 'Roboto';
  line-height: 95px;
}

.nav-collapse {
  width: auto;
  float: right;
}

.nav-collapse li {
  display: inline;
  margin-left: 25px;
}

.nav-collapse li a {
  color: #fff;
  background-image: none;
}

.nav-collapse li a:hover {
  text-decoration: none;
}

}

@media screen and (max-width: 768px) {

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

.logo img {
  float: left;
}

.logo img.desktop {
  display: none;
}

.logo img.mobile {
  width: 50%;
  display: block;
  margin: 24px 0px 0px 15px;
}

.tagline .align-center {
  text-align: center;
}

.type-wrap {
  font-size: 42px;
  line-height: 50px;
}

.adrenalin-introduction {
  background-image: none;
  background-color: #efe6de;
}

.adrenalin-introduction h2,
.adrenalin-introduction p {
  width: 100%;
}

.divide {
  margin-top: 55px;
  margin-bottom: 55px;
}

body.home .tagline h2 {
  font-size: 23px;
  margin-top: 20px;
}

h2 {
  font-size: 26px;
}

div.wpcf7-mail-sent-ok {
  position: relative;
  bottom: auto;
  display: block;
}

.services {
  padding-top: 50px;
}

.services h2 {
  margin-bottom: -10px;
}

body.single #main h1 {
  font-size: 38px;
  line-height: 52px;
}

blockquote {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 22px;
}

#page #secondary {
  padding-left: 0px;
}


.news h2 a {
  font-size: 16px;
}

#page {
  margin-bottom: 0px;
}

.main-services {
  padding: 15px 0px;
}

.main-services li {
  width: 100%;
  padding: 0px 0px;
}

.main-services li span {
  border: none;
}

.blog-details {
  padding: 25px 25px 10px 25px; 
}

.news {
  padding: 0px;
}

.news-item {
  margin-bottom: 20px;
}

.contact {
  position: relative;
  height: auto;
  padding-top: 0px;
  padding-bottom: 30px;
}

.contact-details {
  padding: 20px 0px 0px 0px;
}

.topheader .container {
  padding-left: 0px;
  padding-right: 0px;
}

.captiva-row {
  min-height: auto;  
}

.captiva-row img {
  position: relative;
}

.captiva-features {
  margin: 0px;
}

.services {
  margin-bottom: 0px;
}

.nav-collapse a {
  margin: 0;
  padding: 1em;
  float: left;
  text-align: center;
  border-bottom: 0;
  background-image: none;
  color: #fff;
  text-decoration: none;
  width: 100%;
  background: #222;
  border-bottom: 1px solid rgba(255, 255, 255, 0.072);
  padding: 1.2em 1em 1em 1em;
  float: left;
  background-image: none;
  font-size: 15px;
  font-weight: 400;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

}

