/*
Theme Name: Low Carbon
Theme URI: http://www.lowcarbonenergy.co/wp-content/themes/lowcarbon
Author: Twentyone
Author URI: http://www.twentyoneagency.co.uk
Description: Low Carbon Energy thtme
Version: 2.0
*/

@import 'css/bootstrap.min.css';

body {
  color: #333;
  font-family: Helvetica,Geneva,sans-serif;
  font-size: 15px;
}

@font-face {
  font-family: 'Oswald-Light';
  src: url(fonts/Oswald-Light.eot);
  src: url(fonts/Oswald-Light.eot?#iefix) format("embedded-opentype"),url(fonts/Oswald-Light.woff) format("woff"),url(fonts/Oswald-Light.ttf) format("truetype"),url(fonts/Oswald-Light.svg#Oswald-Light) format("svg");
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Oswald-Light',Helvetica,Arial,Tahoma;
  font-weight: 400;
  padding: 10px 0;
  margin: 0;
  text-transform: capitalize;
}

.news-articles h2 a {
  text-decoration: none;
}

label {
  font-weight: 400;
}

p,ul {
  margin: 0;
}

a {
  color: #333;
  text-decoration: underline;
}

a:hover {
  color: #3dbdaf;
  text-decoration: none;
}

.border-bottom {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.border-top {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding: 15px 0 10px !important;
}

.center-block {
  width: 1152px !important;
  margin: 0 auto !important;
}

.container-fluid {
  width: 100%;
  padding: 0;
  margin: 0;
}

.row {
  margin: 0;
}

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

.video {
	position: relative;
}
.videoBtn {
	position:  absolute;
	top: -115px;
}

.warning {
  color: red;
}

.clearfix {
  clear: both;
}

.btn {
  padding: 10px 20px;
  font: 18px Oswald-Light,Helvetica,Arial,Tahoma;
  border: none;
  text-transform: capitalize;
  border-radius: 0;
}

.btn-primary {
  border: none;
  margin-top: 15px;
  background-color: #3DBDAF;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  font: 18px Oswald-Light,Helvetica,Arial,Tahoma;
}

.btn-primary:hover {
  background-color: #1F3A50;
}

.btn-primary-border {
  border: 1px solid #3DBDAF;
  color: #3DBDAF;
  background-color: #fff;
}

.btn-primary-border:hover {
  border: 1px solid #3DBDAF;
  background-color: #3DBDAF;
  color: #fff;
}

.btn-white {
  background-color: #fff;
  color: #3DBDAF;
}

.btn-white:hover {
  background-color: #3DBDAF;
  color: #fff;
}

/* Nav bar
-------------------------------------------------------- */
.navbar {
  border-radius: 0;
  border: none;
  background-color: #fff;
  margin: 0 !important;
  border-bottom: 2px solid #3DBDAF;
}

.topLinks {
  background-color: #F5F5F6;
}

.navbar .col-md-3,.navbar .col-md-9 {
  padding: 15px 0;
}

.navbar .topLinks .col-sm-6 {
  padding: 0;
}

.navbar .topLinks ul {
  padding: 10px 0;
  margin: 0;
  font-size: 14px;
}

.navbar .topLinks li {
  padding: 0;
  color: #6D6E70;
}

.navbar .topLinks li a {
  color: #6D6E70;
  text-decoration: none;
}

.navbar .topLinks li a:hover {
  text-decoration: underline;
}

.navbar .top-nav {
  margin: 5px 0 0 !important;
}

.navbar .top-nav li {
  padding: 0 2px;
}

.navbar-brand {
  padding: 0;
  height: auto;
}

.navbar .col-md-9 p {
  font: 22px Oswald-Light,Helvetica,Arial,Tahoma;
  color: #1f3a50;
  padding: 25px 5px 0;
}

.navbar .col-md-9 .col-sm-6 {
  padding: 0;
}

.navbar .col-md-9 .col-sm-6 img {
  display: inline-block;
  margin-left: 20px;
  height: 70px;
}

.navbar .col-md-12 {
  padding: 15px 10px;
  border-top: 3px solid #f5f5f6;
}

.social-mobile {
  display: none;
}

.nav-container {
  padding: 0;
}

.navbar-nav {
  width: 100%;
  font: 18px Oswald-Light,Helvetica,Arial,Tahoma;
}


.navbar-nav li:last-child {
  border-right: none;
}

.navbar-nav li.icon {
  padding: 5px 15px 5px 5px !important;
}

.navbar-nav a.homeBt {
  width: 25px;
  height: 20px;
  background: url(images/icons/home.png) no-repeat center;
}

.navbar-nav a.homeBt:hover {
  background-color: transparent !important;
}

.navbar-nav li a {
  padding: 0;
  text-decoration: none;
}

.navbar-nav li a:hover,.active a {
  color: #3dbdaf !important;
  background-color: #fff;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
  background-color: #fff;
}

/*Display the dropdown on hover*/
.navbar-nav li a:hover + .dropdown-menu,.dropdown-menu:hover {
  display: block;
}

.dropdown-menu {
  padding: 0;
  z-index: 9999;
}

.dropdown-menu li {
  padding: 0 !important;
  font-size: 16px;
}

.dropdown-menu li a {
  padding: 10px 20px;
}

.f-nav {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 2px solid #3dbdaf !important;
}

.f-nav .navbar-nav {
  float: none !important;
  width: 1152px !important;
  margin: 0 auto !important;
  padding: 15px 10px;
}

.f-nav .navbar-nav li:last-child {
  border-right: none !important;
}

.f-nav .navbar-nav a.homeBt {
  width: 25px;
  height: 20px;
  background: url(images/icons/logo.jpg) no-repeat center;
}

.navbar-nav a.homeBt:hover {
  background-color: transparent !important;
}

.uk {
  background: url(images/icons/uk.png) no-repeat left 0;
  color: #3DBDAF;
  padding: 0 10px 0 35px;
}

.ireland {
  background: url(images/icons/ireland.png) no-repeat left 0;
  color: #1F3B50;
  padding-left: 35px;
}

#scrollDown {
  position: relative;
  float: right;
  margin-top: -55px;
  z-index: 300;
}

/* Home Slideshow */
#controls,#supersized,#supersized img {
  display: none !important;
}

.slideshow {
  padding: 0 !important;
  border-bottom: 2px solid #3DBDAF;
}

.slideshow .carousel-indicators {
  display: none !important;
}

.slideshow .carousel-caption {
  float: left !important;
  left: 0 !important;
  width: 100% !important;
  top: 0;
  padding: 5% 0 0;
  text-align: left;
  z-index: 1;
}

.slideshow .carousel-caption .copy {
  padding: 0;
  width: auto;
}

.slideshow .carousel-caption .copy div {
  background: url(images/backgrounds/overlay-dark.png) repeat;
}

.slideshow .carousel-caption p {
  padding: 20px;
  font: 30px/45px Oswald-Light,Helvetica,Geneva,sans-serif !important;
  text-align: left;
  text-shadow: none;
}

.slideshow .carousel-caption p strong {
  color: #3dbdaf;
  font: normal 45px/45px Oswald-Light,Helvetica,Geneva,sans-serif !important;
}

.slideshow .img {
  margin: -20px 0 0;
}

.carousel-indicators {
  display: none !important;
}

.slideshow .carousel-control {
  width: 75px;
  height: 40px;
  top: 46%;
  opacity: 1;
  z-index: 3;
}

.slideshow .carousel-control:hover {
  opacity: .5;
}

.slideshow .right {
  background: url(images/carousel/next-white.png) no-repeat left !important;
}

.slideshow .left {
  background: url(images/carousel/previous-white.png) no-repeat right !important;
}

/* Home
------------------------------------------------*/
.home {
  padding-top: 15px;
  background-color: #fff;
}

.home-copy {
  background-color: #fff;
  padding: 40px 0;
}

.home-copy .col-sm-12 {
  padding: 20px 0;
}

.home-copy h1 {
  color: #3dbdaf;
  font-size: 34px;
  line-height: 32px;
  padding: 20px 0;
  text-transform: capitalize;
}

.home-copy p {
  font-size: 16px;
  padding: 10px 25px;
  line-height: 22px;
}

.case-studies .link a,.sub-page .case-study .link a,.sector .link a {
  margin-top: 10px;
  float: left;
  background: #3DBDAF url(images/arrows/read-more.png) right no-repeat;
  padding: 5px 25px 5px 10px;
  color: #fff !important;
  text-decoration: none;
  font: 18px Oswald-Light,Helvetica,Arial,Tahoma;
}

.case-studies .link a:hover,.sub-page .case-study .link a:hover,.sector .link a:hover {
  background-color: #1F3A50;
}

/* Video */
.home .video {
  padding: 40px 0;
  background: url(images/backgrounds/watermark.png) left no-repeat #3dbdaf;
  color: #fff;
}

.home .video .col-xs-6 {
  padding: 20px 0;
}

.home .video h2 {
  font-size: 34px;
  line-height: 32px;
  padding: 20px 0;
  text-transform: capitalize;
}

.home .video img {
  width: 100%;
  border: 5px solid #fff;
}

.home .video .copy ul {
  padding: 30px 0 20px;
  font-size: 20px;
  line-height: 32px;
}

.home .video .copy ul li {
  list-style-type: none;
  padding: 5px 0 5px 30px;
  background: url(images/arrows/tick.png) left no-repeat;
}

.energy-grant {
  position: relative;
  padding: 0;
}

.energy-grant .col-sm-12 {
  padding: 4% 0 0;
  position: absolute;
  top: 0;
  width: 1152px;
  color: #fff;
}

.energy-grant .col-sm-12 h3 {
  font-size: 34px;
}

/* Services */
.services {
  float: left;
  width: 100%;
  padding: 30px 0 40px;
  background-color: #F1F1F2;
}

.services .col-md-12 {
  padding: 0 0 10px;
}

.services .col-md-6 {
  padding: 0 0 10px;
}

.services .col-md-3 {
  padding: 0;
}

.services .thumbnail {
  margin: 0 0 5px;
}

.services h3 {
  text-align: center;
  font-size: 34px;
  color: #1F3A50;
  padding: 10px 0 30px;
}

.services h3 span {
  color: #3dbdaf;
}

.services .thumbnail {
  float: left;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  background: #f1f2f2;
  color: #58585b;
  border-radius: 0 !important;
}

.services .thumbnail:hover {
  cursor: pointer;
}

.services .thumbnail img {
  margin: 0;
  width: 100%;
  height: auto;
  border: 3px solid #fff;
}

.services .thumbnail h4 {
  position: absolute;
  z-index: 200;
  bottom: 20px;
  left: 20px;
  padding: 10px 30px 10px 10px;
  font-size: 18px;
  color: #1F3A50;
  background: #FFF url(images/arrows/service.jpg) right no-repeat;
}

.services .thumbnail {
  position: relative;
  overflow: hidden;
}

.caption {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #1F3A50 url(images/backgrounds/caption.png) right no-repeat;
  z-index: 300;
  width: 100%;
  height: 100%;
  color: #fff !important;
}

.caption h5 {
  padding: 10px;
  color: #3DBDAF;
  margin: 0 5px;
  font-size: 30px;
}

.caption p {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 15px !important;
}

.caption button {
  border: none;
  border-radius: 0;
  color: #1F3A50;
  background: #FFF url(images/arrows/service.jpg) right no-repeat;
  padding: 8px 30px 8px 10px;
  font-family: 'Oswald-Light',Helvetica,Arial,Tahoma;
  font-size: 18px;
}

.caption button:hover {
  background-color: #fff;
}

/* Case Studies */
.case-studies {
  padding: 30px 0 !important;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.case-studies h3 {
  padding: 10px 0 30px;
  font-size: 34px;
  color: #1F3A50;
}

.case-studies .carousel-caption {
  left: 0;
  top: 0;
  width: 50%;
  padding: 10px;
  height: 100%;
  background-color: #fff;
  text-align: left;
}

.case-studies .carousel-caption h4 {
  text-align: left;
  display: block;
  padding: 10px 0;
}

.case-studies .carousel-caption p {
  padding: 10px 20px 10px 0 !important;
  text-align: left;
}

.case-studies .carousel-caption span {
  float: left;
  width: 100%;
  padding: 10px 5px;
  background-color: #fff;
  height: 80%;
}

.case-studies .carousel-control {
  width: 45px;
  height: 45px;
  background-image: none;
  opacity: 1;
  border-radius: 50%;
  top: 46%;
}

.case-studies a.left {
  margin: 0 0 0 -60px;
  background: #E6E7E8 url(images/carousel/previous-hover.png) center no-repeat;
}

.case-studies a.left:hover {
  background: #1F3A50 url(images/carousel/previous.png) center no-repeat;
}

.case-studies a.right {
  margin: 0 -60px 0 0;
  background: #E6E7E8 url(images/carousel/next.png) center no-repeat;
}

.case-studies a.right:hover {
  background: #1F3A50 url(images/carousel/next-hover.png) center no-repeat;
}

.case-studies h4 {
  color: #3dbdaf;
  padding: 20px 5px 10px !important;
  font-size: 26px;
  line-height: 32px;
  text-shadow: none;
}

.case-studies p {
  color: #333;
  text-shadow: none;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0 !important;
}

/* Latest News */
.latest-news {
  padding: 0;
}

.latest-news .col-md-6 {
  padding: 5px;
  height: 420px;
}

.latest-news h4 {
  padding: 10px 0 10px 5px;
  font-size: 35px;
  color: #1F3A50;
}

.latest-news .col-md-6 img {
  width: 100%;
  margin-bottom: 5px;
}

.latest-news h5 {
  color: #1F3A50;
  font-size: 20px;
  padding: 10px;
}

.latest-news p {
  padding: 5px 10px;
}

.latest-news .link a {
  float: left;
  background: #1F3A50 url(images/arrows/read-more.png) right no-repeat;
  padding: 5px 25px 5px 10px;
  color: #fff;
  text-decoration: none;
  font: 18px Oswald-Light,Helvetica,Arial,Tahoma;
}

.latest-news .link a:hover {
  background-color: #3DBDAF;
}

.twitter {
  padding: 0 0 0 10px;
  text-align: center;
}

.twitter #twitter-widget-0 {
  width: 100% !important;
}

/* Masthead
--------------------------------------------------*/

.section {
  position: relative;
}

.anchor {
  position: absolute;
  margin-top: -60px
}

.masthead-container {
  width: 100%;
  float: left;
  border-bottom: 2px solid #3DBDAF;
  position: relative;
}

.masthead-container .masthead-caption {
  position: absolute;
  top: 10%;
  width: 100%;
}

.masthead-container .masthead-caption .copy {
  padding: 20px;
  font-family: 'Oswald-Light',Helvetica,Arial,Tahoma;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  background: url(images/backgrounds/overlay-dark.png) repeat;
}

.masthead-container div p span,.masthead-container div p strong {
  color: #3DBDAF;
  font-weight: 400;
  font-size: 30px;
}

.masthead-container img {
  width: 100%;
  height: auto;
  display: block;
      max-width: 100%;
}

.masthead-container .img {
  margin: -20px;
  width: auto !important;
}

.masthead-container iframe {
  float: left;
  padding: 0;
  margin: 0;
  width: 100%:;
}

.sub-page .col-md-9 {
  padding: 0;
}

.sub-page .col-md-3 {
  padding: 10px 10px 0 15px;
}

.sub-page .twitter {
  padding: 0;
}

.sub-page .copy {
  float: left;
  width: 100%;
  padding: 10px 0;
}

.sub-page .copy h1,.sector h1 {
  color: #3DBDAF;
  font-size: 34px;
  padding: 20px 0;
}

.section .col-sm-12 {
  padding: 10px 0 !important;
}

.section .col-xs-6 {
  padding: 0;
}

.section .col-xs-6 h2 {
  margin: 20px 0 0 0;
}

.sub-page .copy h2,.key-people h2,.section h2 {
  color: #1F3A50;
  font-size: 30px;
  padding: 15px 0;
}

.sub-page .copy h3,.sub-page .section h3, .section h4 {
  color: #1F3A50;
  font-size: 26px;
  line-height: 34px !important;
  padding: 15px 0;
}

.sub-page .copy p,.section p {
  padding: 5px 25px 5px 0;
  font-size: 16px;
  line-height: 24px;
}

.sub-page .copy ul {
  padding: 5px 20px;
  line-height: 22px;
  font-size: 16px;
}

.sub-page .copy ul li {
  padding: 5px 0;
}

.sub-page .copy ul ul {
  padding: 5px 20px;
  line-height: 22px;
}

.list {
  float: left;
  padding: 10px 0 !important;
  margin-bottom: 20px;
  width: 50%;
}

.list li {
  font-size: 16px;
  color: #1f3a50;
  padding: 5px 20px 5px 30px !important;
  list-style-type: none;
  background: url(images/icons/logo.jpg) left no-repeat;
}

.sub-page .copy blockquote {
  padding: 10px 50px 10px 0;
  margin: 0;
  font: italic 15px/24px Georgia,"Times New Roman",Times,serif;
  border: none;
}

.sub-page .copy table {
  width: 50%;
  margin: 10px 0;
  border-top: 1px solid #3DBDAF;
  border-right: 1px solid #3DBDAF;
  border-bottom: 1px solid #3DBDAF;
}

.sub-page .copy table td {
  padding: 8px;
  color: #3DBDAF;
  font-weight: 700;
  border-bottom: 1px solid #3DBDAF;
}

.sub-page .copy table .green {
  background-color: #3DBDAF;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.sub-page .copy img.pull-right {
  margin:  30px 0 20px 40px !important;
}

.process {
  float: left;
  width: 100%;
  padding: 5px 10px 10px;
  border-top: 1px solid #eee;
}

.process h3 {
  font-size: 34px;
  color: #1f3a50;
  padding: 20px 0 20px 10px;
}

.process img {
  width: 33%;
}

.process .carousel-caption {
  left: 33%;
  top: 0;
  width: 67%;
  height: 100%;
  background: #1F3A50 url(images/backgrounds/caption.png) right no-repeat;
}

.process .carousel-indicators {
  display: none;
}

.process .carousel-control {
  width: 45px;
  height: 45px;
  background-image: none;
  opacity: 1;
}

.process a.left {
  margin: -60px 0 0 89%;
  background: #1F3A50 url(images/carousel/previous.png) center no-repeat;
}

.process a.left:hover {
  background: #E6E7E8 url(images/carousel/previous-hover.png) center no-repeat;
}

.process a.right {
  top: 0;
  margin-top: -60px;
  background: #E6E7E8 url(images/carousel/next.png) center no-repeat;
}

.process a.right:hover {
  background: #1F3A50 url(images/carousel/next-hover.png) center no-repeat;
}

.process h4 {
  color: #3dbdaf;
  text-align: left;
  font-size: 30px;
  padding: 10px 30px;
  text-shadow: none;
}

.process p {
  text-align: left;
  font-size: 18px;
  padding: 10px 30px;
  text-shadow: none;
}

.sub-page .video,.sub-page .section {
  float: left;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}

.article .section {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin-top: 10px;
  border-top: 1px solid #eee;
}

.sub-page .col-sm-12 {
  padding: 0;
}

.sub-page .section .pull-left {
  margin: 20px 20px 0 0 !important;
}

.sub-page .section .pull-right {
	 margin: 20px 0 0 30px !important;
}

.sub-page .categories {
  padding: 10px 0;
  border-top: 1px solid #eee;
   border-bottom: 1px solid #eee;
}

.sub-page .categories .col-xs-6 {
  margin: 5px;
  padding: 0;
  width: 48.7%;
}

.sub-page .categories p {
  padding: 10px 0;
}

.sub-page .categories .col-xs-6 img {
  position: relative;
}

.sub-page .categories .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(images/backgrounds/overlay.png) repeat;
  text-align: center;
}

.sub-page .categories a:hover .overlay {
  background: url(images/supersized/back.png) repeat;
}

.sub-page .categories .overlay h2 {
  color: #fff;
  padding: 18% 0 0;
}

.sub-page .categories h3 {
   color: #3dbdaf;
   padding: 20px 0;
   font-size: 30px;
}

.sub-page .section img {
  margin-bottom: 10px;
}

.sub-page .video h3 {
  font-size: 34px;
  color: #1f3a50;
  padding: 20px 0 30px;
}

.sub-page .case-study h3 {
  font-size: 34px;
  padding: 30px 0;
}

.sub-page .case-study {
  float: left;
  width: 100%;
  padding: 0 0 30px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  line-height: 24px;
}

.sub-page .case-study .col-sm-12 {
  padding: 0;
  position: relative;
}

.sub-page .case-study img {
  width: 100%;
}

.sub-page .case-study .col-xs-6 {
  position: absolute;
  top: 0;
  padding: 0 20px 0 0;
  height: 100%;
  background-color: #fff;
}

.sub-page .case-study h4 {
  z-index: 3;
  padding: 10px 0;
  background-color: #fff;
  color: #3dbdaf;
  font-size: 28px;
  line-height: 34px;
}

.sub-page .case-study p {
  padding: 5px 0;
}

.testimonial {
  float: left;
  width: 100%;
  padding: 10px 0 20px;
  border-top: 1px solid #eee;
}

.testimonial blockquote {
  color: #1f3a50;
  font: italic 24px/32px Georgia,"Times New Roman",Times,serif;
  text-align: center;
  border: none;
  padding: 10px 50px 20px;
  margin: 0;
}

.testimonial cite {
  float: left;
  width: 100%;
  font: italic 12px Georgia,"Times New Roman",Times,serif;
  text-align: center;
  color: #3DBDAF;
}

.payment-options {
  background-color: #1f3a50;
  color: #fff;
  padding: 30px;
}

.payment-options h3 {
  font-size: 34px;
  padding: 20px 0;
  color: #3dbdaf;
}

.payment-options ul {
  padding: 10px 0;
}

.payment-options ul li {
  display: inline-block;
  width: 48%;
  margin: 0;
  font: 30px Oswald-Light,Helvetica,Arial,Tahoma;
  padding: 20px 10px 20px 80px;
}

.payment-options li.no1 {
  background: url(images/icons/one.png) no-repeat left top;
}

.payment-options li.no2 {
  background: url(images/icons/two.png) no-repeat left top;
}

.payment-options li.no3 {
  background: url(images/icons/three.png) no-repeat left top;
}

.payment-options li.no4 {
  background: url(images/icons/four.png) no-repeat left top;
}

.benefits,.case-study-testimonial {
  margin: 20px 0;
  padding: 30px !important;
  background: url(images/backgrounds/watermark.png) left no-repeat #3dbdaf;
  color: #fff;
}

.benefits h3 {
  font-size: 34px !important;
  color: #fff !important;
}

.benefits ul {
  padding: 30px 0 20px !important;
  font-size: 20px !important;
  line-height: 32px !important;
}

.benefits ul li {
  list-style-type: none;
  padding: 5px 0 5px 30px !important;
  background: url(images/arrows/tick.png) left no-repeat 
}

.case-study-testimonial blockquote {
  border: none;
  font: 34px/40px Oswald-Light,Helvetica,Arial,Tahoma;
  padding: 20px 50px 10px;
}

.case-study-testimonial cite {
  font: 18px Oswald-Light,Helvetica,Arial,Tahoma;
}

/* Infrared Products */
.products {
  padding: 10px 0;
  margin-left: -5px;
}

.products .col-xs-4 {
  padding: 0;
  width: 32% !important;
  margin: 5px;
  border: 1px solid #eee;
}

.products .col-xs-4 img {
  width: 100%;
  margin: 0;
}

.products .col-xs-4:hover div {
  display: block;
  cursor: pointer;
}

.products .col-xs-4 div {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background-color: #1F3A50;
  z-index: 300;
  width: 100%;
  height: 100%;
  color: #fff !important;
}

.products .col-xs-4 h4 {
  color: #3dbdaf;
  padding: 10px 0;
  font-size: 28px;
}

.products .col-xs-4 p {
  padding: 5px 0;
  line-height: 18px;
  font-size: 15px;
}

/* Right Side
------------------------------------------------------- */
.free-solar-button {
  margin: 0 0 10px;
}

.call-to-action {
  margin: 10px 0;
  padding: 10px 0 30px;
  border: 1px solid #3dbdaf;
}

.call-to-action h4 {
  font-size: 28px;
  background: url(images/backgrounds/call-to-action.jpg) left top no-repeat;
  color: #fff;
  padding: 10px 0 30px 10px;
}

.call-to-action p {
  font-size: 30px;
  text-align: center;
  font-family: 'Oswald-Light',Helvetica,Arial,Tahoma;
  color: #3DBDAF;
}

.ways-to-pay {
  background-color: #1f3a50;
  padding: 15px;
  margin-bottom: 10px;
  font-size: 26px;
  color: #fff;
  min-height: 235px;
  font-family: 'Oswald-Light',Helvetica,Arial,Tahoma;
}

.ways-to-pay h4 {
  color: #3dbdaf;
  font-size: 40px;
}

.ways-to-pay p {
  padding: 5px 0;
  line-height: 30px;
}

.ways-to-pay .btn {
  background-color: #3DBDAF;
  color: #fff;
  border: 1px solid #3DBDAF !important;
}

.ways-to-pay .btn:hover {
  background-color: #1f3a50;
  color: #fff;
  border: 1px solid #fff !important;
}

.free-solar-button {
  background: #1f3a50 url(images/backgrounds/buyers-guide.jpg) left no-repeat;
  padding: 15px;
  margin-bottom: 10px;
  font-size: 26px;
  color: #fff;
  min-height: 235px;
  font-family: 'Oswald-Light',Helvetica,Arial,Tahoma;
}

.free-solar-button h4 {
  color: #fff;
  font-size: 40px;
}

.free-solar-button p {
  padding: 5px 0;
  line-height: 30px;
}

.free-solar-button .btn {
  background-color: #fff;
  color: #1f3a50;
  border: 1px solid #1f3a50;
}

.free-solar-button .btn:hover {
  background-color: #1f3a50;
  color: #fff;
  border: 1px solid #fff;
}

.efficiency-grant {
  background: #3dbdaf url(images/backgrounds/energy-efficiency-grant.jpg) no-repeat left top !important;
  padding: 0;
  font-size: 26px;
  color: #fff;
  min-height: 235px;
  margin-bottom: 10px;
  font-family: 'Oswald-Light',Helvetica,Arial,Tahoma;
}

.efficiency-grant h4 {
  position: relative;
  z-index: 100;
  color: #fff;
  padding: 30px 15px 15px;
  font-size: 40px;
}

.efficiency-grant p {
  position: relative;
  z-index: 100;
  padding: 5px 15px 15px;
  line-height: 30px;
}

.efficiency-grant .btn {
  background-color: #fff;
  color: #3dbdaf;
  border: 1px solid #3dbdaf;
}

.efficiency-grant .btn:hover {
  background-color: #3dbdaf;
  color: #fff;
  border: 1px solid #fff;
}

.useful-links {
  margin-bottom: 10px;
}

.useful-links h4 {
  font-size: 26px;
  color: #1f3a50;
  font-family: 'Oswald-Light',Helvetica,Arial,Tahoma;
}

.useful-links ul {
  padding: 5px 0;
}

.useful-links li {
  list-style-type: none;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}

.useful-links li:last-child {
  border-bottom: none;
}

/* Sectors
------------------------------------------------------- */
.sector .col-md-12 {
  padding: 0 10px;
}

.sector .col-md-6 {
  padding: 10px;
}

.sector h2 {
  color: #3dbdaf;
  font-size: 30px;
  padding: 20px 0 5px;
}

.sector p {
  padding: 5px 20px 5px 0;
  line-height: 20px;
}

/* Case STudies
---------------------------------------------------- */
#filters {
  float: right;
  padding: 30px 0 0;
}

#filters .button {
  display: inline-block;
  border: none;
  background: none;
  color: #999ca1;
  text-transform: uppercase;
  font-size: 11px;
  padding: 0 8px;
  cursor: pointer;
  border-right: 1px solid #ccc;
}

#filters .button:last-child {
  border-right: none;
}

#filters .button:hover {
  color: #3DBDAF;
}

#filters .button:active,.button.is-checked {
  color: #3DBDAF;
}

#filters .button-group:after {
  content: '';
  display: block;
  clear: both;
}

#filters .button-group .button {
  float: left;
}

.case-studies-list {
  float: left;
  width: 100%;
  height: 520px;
}

html>body .case-studies-list {
  height: auto;
  min-height: 520px;
}

.projects-list:after {
  content: '';
  display: block;
  clear: both;
}

.element-item {
  position: relative;
  float: left;
  width: 280px;
  height: 255px;
  margin: 2px;
  padding: 4px 4px 8px;
  border: 1px solid #f1f2f2;
  color: #58585b;
}

.element-item img {
  width: 270px;
  margin-bottom: 10px;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item h3 {
  display: block;
}

.element-item a {
  color: #58585b;
  text-decoration: none;
}

.element-item a:hover {
  text-decoration: underline;
  color: #1f3a50;
}

.element-item a h3 {
  padding: 5px;
  margin: 0;
/* background: url(images/arrows/case-studies.jpg) right bottom no-repeat;*/
  text-decoration: none;
  font-size: 16px;
}

.element-item a:hover h3 {
/*background: url(images/arrows/case-studies-up.jpg) right bottom no-repeat;*/
}

.viewAll a {
  margin-top: 10px;
  background: url(images/icons/viewAll.jpg) no-repeat left;
  padding: 5px 5px 5px 28px;
}

.sub-page .testimonial {
  float: left;
  width: 100%;
  padding: 20px 10px;
  margin: 10px 0;
}

.gallery,.sub-page .share,.video {
  padding: 10px;
}

#carousel-case-study {
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
}

#carousel-case-study .carousel-control {
  width: 75px;
  height: 41px;
  top: 45%;
  opacity: 1;
}

#carousel-case-study .left {
  background: url(images/carousel/previous-white.png) no-repeat center center;
  left: 0;
}

#carousel-case-study .right {
  right: 0;
  background: url(images/carousel/next-white.png) no-repeat center center;
}

.key {
  float: left;
  width: 100%;
  padding: 30px 0 !important;
}

.key li img {
  display: inline-block;
  margin: 0 0 10px;
}

.key li {
  list-style-type: none;
  float: left;
  text-align: center;
  width: 33.3%;
  padding: 0 20px;
  font: 20px Oswald-Light,Helvetica,Arial,Tahoma;
}

.key li strong {
  display: block;
  font-weight: 400 !important;
}

/* Key People
------------------------------------------------------- */
.key-people {
  float: left;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}

.key-people div {
  float: left;
  width: 100%;
  padding: 10px 0;
}

.key-people img {
  float: left;
  margin: 0 10px 0 0;
}

.key-people h3 {
  color: #3dbdaf;
}

.share {
  float: left;
  padding: 10px 0;
  width: 100%;
}

.share h4 {
  font-size: 22px;
  color: #1f3a50;
}

/* News/Blog
------------------------------------------------------- */
.news-articles,.news-right-col {
  padding: 10px;
}

.news-articles h1 {
  color: #3DBDAF;
  font-size: 34px;
  padding: 20px 0 10px;
}

.news-articles div {
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.news-articles img {
  margin-bottom: 10px;
}

.news-articles div h2 {
  color: #1f3a50;
  padding: 10px;
}

.news-articles div p,.news-articles div small {
  padding: 5px 10px;
}

.news-articles div small,.article .copy small {
  color: #bbbdc0;
  font-style: italic;
}

.news-articles .link a,.article .link a {
  float: left;
  background: #1F3A50 url(images/arrows/read-more.png) right no-repeat;
  margin: 5px 0 10px;
  padding: 5px 25px 5px 10px;
  color: #fff;
  text-decoration: none;
  font: 18px Oswald-Light,Helvetica,Arial,Tahoma;
}

.news-articles .link a:hover,.article .link a:hover {
  background-color: #3DBDAF;
}

/* Search */
.search {
  background-color: #1f3a50;
  padding: 10px;
  margin-bottom: 5px;
}

.search h3 {
  color: #fff;
  font-size: 26px;
}

.search .form-control {
  margin-bottom: 5px;
  border-radius: 0;
}

.search button {
  background-color: #3DBDAF;
  color: #fff;
  border-radius: 0;
  border: none;
  font: 18px Oswald-Light,Helvetica,Arial,Tahoma;
}

.widget_categories,.widget_archive {
  float: left;
  width: 100%;
  margin: 5px 0;
  border: 1px solid #3DBDAF;
}

.widget_categories h3,.widget_archive h3 {
  background-color: #3DBDAF;
  float: left;
  padding: 10px;
  margin: 10px 0;
  color: #fff;
}

.widget_categories ul,.widget_archive ul {
  float: left;
  width: 100%;
  line-height: 24px;
  padding: 5px 10px 10px;
}

.widget_categories ul li,.widget_archive ul li {
  list-style-type: none;
}

.widget_categories ul li a,.widget_archive ul li a {
  color: #3DBDAF;
  text-decoration: none;
}

.widget_categories ul li a::before,.widget_archive ul li a::before {
  content: "» ";
}

.widget_categories ul li a:hover,.widget_archive ul li a:hover {
  text-decoration: underline;
}

.news-right-col .twitter {
  float: left;
  width: 100%;
  padding: 0;
  margin-top: 5px;
}

/* Article */
.article {
  padding: 10px;
}

.article .copy img {
  margin: 0 0 20px;
}

.article .copy h1 {
  color: #3DBDAF;
  font-size: 30px;
  padding: 10px 5px 15px;
}

.article .copy h2 {
  color: #3DBDAF;
  font-size: 26px;
  padding: 10px 0;
}

.article h4 {
  color: #1f3a50;
  font-size: 22px;
  line-height: 30px;
  padding: 10px 5px;
}

.article h4 a {
  color: #1f3a50;
}

.article .copy p {
  padding: 5px 50px 5px 5px;
  font-size: 16px;
  line-height: 24px;
}

.article .copy ul {
  padding: 5px 50px 5px 20px;
  line-height: 20px;
}

.article .copy ul li {
  padding: 2px 0;
}

.article .copy ol {
  padding: 5px 50px 5px 20px;
  line-height: 20px;
}

.article .copy ol li {
  padding: 2px 0;
}

.article .copy blockquote {
  padding: 10px 50px 10px 0;
  margin: 0;
  font: italic 15px/24px Georgia,"Times New Roman",Times,serif;
  border: none;
}

.article .share {
  border-top: 1px solid #eee;
  padding: 5px 5px 10px;
  margin-top: 20px;
}

.article .copy small {
  padding: 0 5px;
}

.article .quote p {
  padding: 5px;
}

.article .quote {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin-top: 10px;
  border-top: 1px dotted #ccc;
}

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

.related-news {
  float: left;
  width: 100%;
  border-top: 1px solid #eee;
  padding: 5px 0;
}

.related-news h4 {
  font-size: 22px;
  color: #1f3a50;
  padding: 10px 5px;
}

.related-news .col-md-4 {
  padding: 5px;
}

.related-news img {
  width: 100%;
  margin-bottom: 5px;
}

.related-news h5 {
  color: #1F3A50;
  font-size: 20px;
  padding: 10px 5px;
}

.related-news p {
  padding: 5px;
}

.related-news .link a {
  float: left;
  background: #1F3A50 url(images/arrows/read-more.png) right no-repeat;
  padding: 5px 25px 5px 10px;
  color: #fff;
  text-decoration: none;
  font: 18px Oswald-Light,Helvetica,Arial,Tahoma;
}

.related-news .link a:hover {
  background-color: #3DBDAF;
}

.latest-news .col-md-6 {
  
}


/* Contact
------------------------------------------------*/
.contact .bg-warning,.contact .bg-danger,.contact .bg-success {
  padding: 10px !important;
}

.contact .text-danger {
  font-size: 12px;
}

.contact .marker a {
  padding: 3px 0 3px 20px;
  background: url(images/icons/marker.jpg) left no-repeat;
}

.contact h1 {
  color: #3DBDAF;
  font-size: 34px;
  padding: 20px 0 10px;
}

.contact h2 {
  color: #1F3A50;
  font-size: 20px;
}

.contact form p {
  padding: 5px 0;
}

.contact form textarea {
  height: 140px;
}

.cap-image img {
  margin: 5px 0;
}

.cap-image img,.cap-image input {
  width: 170px;
}

.contact div {
  padding: 5px;
}

.contact .btn-success {
  background-color: #1F3A50;
  border: none;
}

.contact .btn-success:hover {
  background-color: #3DBDAF;
}

.contact .col-md-9,.contact .col-md-3 {
  padding: 5px;
}

.contact .col-md-3 h4 {
  color: #1F3A50;
  font-size: 20px;
  padding: 40px 0 10px;
}

.contact .col-md-3 h5 {
  color: #1F3A50;
  font: 15px Helvetica,Geneva,sans-serif;
  font-weight: 600;
}

.contact .col-md-3 p {
  padding: 5px 0;
  line-height: 22px;
}

/* Accreditations
------------------------------------------------------- */
.accreditations {
  border-top: 1px solid #eee;
  padding: 60px 80px;
  margin-top: 20px;
}

.accreditations ul {
  margin: 0;
  text-align: center;
}

.accreditations li img {
  height: 60px;
}

.jcarousel li {
  padding: 0 !important;
    width: 200px !important;
    border: none !important;
}

/** Carousel Controls **/
.jcarousel-control-prev,.jcarousel-control-next {
  position: absolute;
 width: 45px;
 height: 45px;
 background-image: none;
 opacity: 1;
 border-radius: 50%;
 top: 46%;
}

.jcarousel-control-prev:hover,.jcarousel-control-next:hover {
  text-decoration: none;
}

.jcarousel-control-prev {
  left: 10px;
  background: #E6E7E8 url(images/carousel/previous-hover.png) center no-repeat;
}

.jcarousel-control-next {
  right: 10px;
   background: #E6E7E8 url(images/carousel/next.png) center no-repeat;
}

/* Footer
------------------------------------------------------- */
.footer {
  float: left;
  width: 100%;
  color: #6d6e70;
  padding: 10px 0 0;
  background-color: #323132;
}

.footer a:hover {
  color: #fff;
}

.footer .col-md-6 {
  padding: 10px;
}

.footer h6 {
  font-size: 20px;
  padding: 10px 0;
  color: #d1d2d4;
}

.footer .form-group {
  width: 100%;
  padding: 5px 0 0;
}

.footer .form-control {
  width: 80%;
}

.footer button {
  background-color: #323132;
  border: 1px solid #999;
  color: #fff;
  font: 16px Oswald-Light,Helvetica,Arial,Tahoma;
}

.footer address {
  font-size: 14px;
  line-height: 20px;
  padding: 5px 0;
  margin: 0;
  color: #d1d2d4;
}

.footer a {
  color: #6d6e70;
}

.footer address a {
  color: #d1d2d4;
}

.footer address a:hover {
  color: #fff;
}

.footer .col-md-12 {
  border-top: 1px solid #666;
  padding: 15px 10px;
  font-size: 13px;
}

.footer ul {
  padding: 10px 0 0;
  margin: 0;
}

.footer .col-md-6 li {
  float: left;
  width: 50%;
  padding: 0;
}

.mobile {
  display: none !important;
}

.grantMob {
  margin: 0 0 10px;
}

#auditBt {
  position: fixed;
  right: 0;
  top: 160px;
  z-index: 3000;
}

.anchor-list {
  float: left;
  width: 100%;
  font-size: 16px;
  margin: 10px 0;
  padding: 20px 10px !important;
  background-color: #f3f3f3;
}

.clear {
  clear: both !important;
}

.downloads {
  padding: 10px 0 !important;
}

.downloads li a {
  display: block;
  text-decoration: none;
   color: #1F3A50;
}

.downloads li a:hover {
  color: #333;
}

.downloads li img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.downloads li {
  display: inline-block;
  width: 33.2%;
  padding: 5px !important;
  text-align: center;
  color: #1F3A50;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}

.downloads span {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

.downloads li button {
  display: inline-block;
  cursor: pointer;
  border: none;
  margin-top: 15px;
  background-color: #3DBDAF;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  font: 18px Oswald-Light,Helvetica,Arial,Tahoma;
}

.downloads li button:hover {
  background-color: #1F3A50;
}

/* Energy Consultancy Form */
.wpcf7 {
  padding: 0 !important;
}

.wpcf7-form {
  margin: 20px 0 0;
  border-top: 1px solid #eee;
  padding: 20px 0;
}

.wpcf7-form fieldset {
  padding: 10px;
  background-color: #f5f5f6;
  margin-top: 10px;
}

.wpcf7-form .col-md-4 {
  padding: 10px 0 0;
}

.wpcf7-form .col-md-8 {
  padding: 10px 0 0 20px;
}

.form-control-small {
  display: inline-block;
  float: none !important;
  width: 50px !important;
  margin: 0 0 0 10px;
}

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

.contact h4 {
  font-size: 30px !important;
}

.contact-details h4 {
  font-size: 30px !important;
  padding: 20px 0 !important;
}

.contact-details h5 {
  font-size: 20px !important;
  color: #3DBDAF !important;
}

.contact-details .marker {
  margin-bottom: 20px;
}

.contact .list-inline {
  padding: 10px 0;
  margin: 0;
}

.contact .list-inline li {
  padding: 0 20px 0 0;
}

/* Call To Actions */
.call-to-actions {
  width: 100%;
  font: 26px Oswald-Light,Helvetica,Arial,Tahoma;
  color: #fff;
  position: fixed;
  bottom: 0;
  z-index: 8000;
  background-color: #1f3b50;
}

.call-to-actions a {
  color: #fff;
}

.call-to-actions .call {
  width: 55%;
}

.call-to-actions .chat {
  width: 17.5%;
}

.call-to-actions .online {
  width: 27.5%;
}

.call-to-actions .call {
  padding: 10px 15px;
  text-align: center;
}

.call-to-actions .call p {
  background: url(images/icons/call.png) left no-repeat;
  padding: 10px 0 10px 65px;
  display: inline-block;
}

.call-to-actions .chat, .call-to-actions .grant {
  background-color: #3dbdaf;
  padding: 0;
   text-align: center;
}

.call-to-actions .grant p a {
	 background: url(images/icons/solar.png) 20px no-repeat;
	padding: 20px 0 20px 65px;
	width: 100%;
	display: inline-block;
}

.call-to-actions .online {
  background-color: #f7931d;
  padding: 0;
   text-align: center;
}

.call-to-actions .chat p a {
  padding: 10px 0 10px 65px;
  background: url(images/icons/chat.png) no-repeat 20px;
  display: inline-block;
  width: 100%;
}

.call-to-actions .online p a {
  padding: 20px 0 20px 65px;
  background: url(images/icons/consultation.png) no-repeat 20px;
  display: inline-block;
  width: 100%;
}

#respond {
  clear: both;
}

.nav-single {
  display: block;
  clear: both;
}

.nav-previous,.nav-next {
  border: 1px solid #231F20;
  padding: 10px 15px;
  border-radius: 0 !important;
  text-transform: uppercase;
  background: #1F3A50;
  display: block;
  margin-bottom: 10px;
  width: 80%;
}

.nav-previous a,.nav-next a {
  font-weight: 400 !important;
  color: #fff;
  text-decoration: none;
}

.nav-previous a:hover,.nav-next a:hover {
  color: #3DBDAF;
}

span.service-block {
  color: #fff !important;
  font-size: 18px;
}

/* Mega Menu */


nav .col-sm-12 {
	padding: 0;
}

.yamm {
	 background-color: #fff;
	    border-bottom: 2px solid #3DBDAF;
	    z-index: 1000;
}

.affix {
	top:  0 !important;
}

.nav-container {
    float: left;
    width: 100%;
    position: relative;
    z-index: 100;
    text-align: center;
    height: auto !important;
}


.navbar-nav {
    width: 100%;
    float: left;
	padding: 15px 0 0 0;
}

.navbar-nav li a {
    padding: 15px 22px;
    border-left:  1px solid #eee;
    cursor: pointer;

}

.navbar-nav li:first-child a {
	 border-left: none;
}

.navbar-nav li a:hover, .navbar-nav li a:focus, .navbar-default .navbar-nav>.open>a, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #3dbdaf !important;
    color: #fff !important;
    border-color: #fff !important;
}


.dropdown-toggle {
    margin: 0;
    padding: 15px 40px 15px 22px !important;
    background: url(images/arrows/menu.png) no-repeat right;
}

.dropdown-toggle:hover {
    background: url(images/arrows/menu-white.png) no-repeat right;
}


ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block !important;
}
.yamm .dropdown {
    position: static;
    margin: 0 !important;
}
.dropdown-menu {
    border: none !important;
    border-radius: 0 !important;
}
.yamm .dropdown-menu {
    left: auto;
    padding: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    border-top: 2px solid #3DBDAF !important;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.yamm .dropdown-menu li a{
	padding: 0;
	color: #6D6E70;
}

.yamm .dropdown-menu li a:hover, .yamm .dropdown-menu li a:focus, .yamm .dropdown-menu li>.open>a, .yamm .dropdown-menu li .open>a, .yamm .dropdown-menu li .open>a:hover, .yamm .dropdown-menu li .open>a:focus {
    background-color: transparent !important;
    color:#3dbdaf  !important;
}

.yamm .efficiency-grant {
	float: right !important;
	width: 270px !important;
}

/* Grid demo styles */

nav .grid {
    padding: 0 !important;
    margin: 0 !important;
	width: 100%;
}
nav .grid [class*="col-"] {
    margin: 0;
    background-color:#fff;
}
nav .grid .col-sm-12 {
    padding: 10px;
}

nav .grid .col-sm-8 {
	padding: 20px 10px;
}

nav .grid .col-sm-8 .col-xs-12 {
	padding: 0;
}

nav .grid .col-sm-8 p {
	font-size: 20px;
}

nav .grid .col-sm-8 ul {
	line-height: 26px;
	padding: 20px 50px 0 0;
	font-size: 16px;
}

nav .grid .col-sm-8 li {
 	list-style-type: none;
 }

nav .grid .col-sm-8 li a {
	padding: 0 0 0 15px;
	background: url('images/arrows/sub-menu.png') no-repeat left;
}

nav .grid .col-sm-4 {
	padding: 0;
}


nav .grid li {
	border-left: none !important;
}

nav .grid .col-sm-12 {
	float: left;
}


/* FULL SCREEN MODAL STYLES
    -------------------------------------------------- */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9000 !important;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.fullscreen .modal-dialog {
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
  color: #333;
}

.fullscreen .modal-content {
  height: 100%;
  min-height: 100%;
  border-radius: 0;
  color: #fff;
  background: url(images/backgrounds/overlay-dark.png) repeat;
  overflow: auto;
}

.fullscreen .modal-body {
  padding: 0 !important;
}

.fullscreen .mobile-nav {
  padding: 10px 0;
  line-height: 40px;
}

.fullscreen .mobile-nav  li {
  padding: 0;
}

.fullscreen  li a {
	  color: #fff;
	   text-decoration: none;
}

.fullscreen .mobile-nav  a {
  font: 24px Oswald-Light,Helvetica,Arial,Tahoma;
}

.fullscreen  li a:hover,.fullscreen  li  a:focus {
  color: #3DBDAF;
}

.fullscreen  .list-inline {
	font-size: 14px;
}

.list-inline>li {
	padding: 0 2px !important;
}

.close {
  width: 50px;
  height: 50px;
  background: url(images/mobile/close.png) center no-repeat !important;
  margin: 0 !important;
  cursor: pointer;
  opacity: 1 !important;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 400;
}

.close .navbar-toggle:hover,.close .navbar-toggle:focus {
  background: url(images/mobile/close.png) center no-repeat;
}

.fullscreen .col-sm-12 {
	display: table;
	height: 100%;
	overflow: hidden;
	width: 100%;
}


.helper {
	display: table-cell;
	vertical-align: middle;
}


.wp-video, video {
  width: 100% !important;
}

div.wpcf7 {
	float: left;
	width: 100%;
}

#breadcrumbs {
	width: 100%;
	float: left;
	padding: 20px 0;
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
}

/* 420px - Screen Breakpoint ----------- */
@media only screen and (max-width :420px) {
  * {
    border: 0;
    margin: 0;
    padding: 0;
  }

  html,body {
    width: 100%;
    margin: 0;
    overflow-x: hidden !important;
    padding: 0;
    -webkit-text-size-adjust: 100%;
  }

  .container-fluid {
    float: left;
    width: 100%;
  }

  .center-block {
    width: 100% !important;
    padding: 0 4%;
    margin: 0;
    float: left;
  }

  .col-md-12,.col-md-9,.col-md-8,.col-md-6,.col-md-3,.col-md-4,.col-sm-12,.col-xs-6 {
    width: 100%;
    float: left;
  }

  /* Nav bar
         -------------------------------------------------------- */
  .navbar {
    text-align: center;
    border-bottom: none !important;
  }

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

  .navbar .col-md-3,.navbar .col-md-9,.navbar .col-sm-6 {
    float: left;
    width: 100%;
  }

  .navbar .col-md-3 {
    padding: 20px 0 0;
  }

  .navbar .col-md-9 {
    padding: 0 0 10px;
    text-align: center !important;
  }

  .navbar .social {
    display: none;
  }

  .navbar .col-md-9 ul {
    width: 100%;
    text-align: center !important;
  }

  .navbar .col-md-3 img {
    width: 75% !important;
  }

  .navbar-brand {
    float: none;
  }

  .navbar .col-md-9 p span {
    display: inline-block !important;
    margin-top: 10px;
  }

  .navbar .col-md-9 p {
    width: 100% !important;
    float: left !important;
    text-align: center;
    padding: 0 0 10px;
  }

  .navbar .col-md-9 p a {
    text-decoration: none;
    color: #1f3a50;
  }

  .navbar .col-sm-8 {
    padding: 0;
  }

  .top-nav {
    padding: 5px 0;
  }

  .navbar .col-md-9 .col-sm-6 {
    padding: 0 0 10px !important;
    text-align: center;
  }

  .navbar .col-md-9 .col-sm-6 img {
    margin: 0 5px;
    height: 60px;
  }

  .navbar .col-md-12 {
    padding: 10px 0;
  }

  #slidecaption {
    display: none;
  }

  .navbar .col-md-3,.navbar .col-md-9,.navbar .col-sm-4,.navbar .col-sm-8 {
    float: left;
    width: 100%;
  }

  .slideshow .mobile,.energy-grant .mobile {
    display: inline-block !important;
  }

  .slideshow .desktop,.energy-grant .desktop {
    display: none !important;
  }

  /* Home
        ------------------------------------------------*/
  .home-copy {
    padding-top: 0;
  }

  .home-copy h1 {
    font-size: 28px;
    line-height: 32px;
    text-align: left;
  }

  .home-copy p {
    padding: 10px 0;
    text-align: left;
  }

  /* Video */
  .home .video {
    padding: 20px 0 40px;
  }

  .home .video .col-xs-6 {
    padding: 0;
  }

  .home .video h2 {
    font-size: 28px;
    padding: 10px 0;
    text-align: left;
  }

  .home .video .copy ul {
    padding: 10px 0 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .energy-grant .col-sm-12 {
    padding: 4% 0 0;
    width: 90%;
  }

  .energy-grant .col-sm-12 h3 {
    font-size: 28px;
  }

  .energy-grant .pull-right {
    float: left !important;
    margin: 10px 0 0;
  }

  /* Services */
  .services {
    padding: 20px 0;
  }

  .services .col-md-6 {
    padding: 5px 0;
    width: 100%;
  }

  .services .col-md-3 {
    padding: 5px 0 !important;
    width: 100%;
  }

  .services h3 {
    font-size: 28px;
  }

  /* Case Studies */
  .case-studies {
    padding: 30px 0;
  }

  .case-studies h3 {
    font-size: 28px;
  }

  .case-studies .carousel-caption {
    float: left !important;
    position: static !important;
    width: 100% !important;
  }

  .case-studies .carousel-caption h4 {
    padding: 20px 0 10px !important;
  }

  .case-studies .carousel-caption p {
    padding: 10px 0 !important;
  }

  .case-studies .carousel-caption span {
    padding: 0;
    height: auto;
  }

  .case-studies .carousel-control {
    display: none;
  }

  /* Latest News */
  .latest-news .col-md-6 {
    padding: 10px 0;
    height: auto;
  }

  .latest-news h5 {
    padding: 10px 0;
  }

  .latest-news p {
    padding: 5px 0;
  }

  .twitter {
    padding: 5px 0;
  }

  /* Accreditations
         ------------------------------------------------------- */
  .accreditations ul {
    width: 100%;
  }


  /* Footer
         ------------------------------------------------------- */
  .footer .col-md-6 {
    padding: 0 5px;
  }

  .footer .form-group {
    margin: 0 0 5px;
  }

  .footer .form-control {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer .col-md-12 {
    padding: 10px 5px;
    margin-top: 10px;
    font-size: 12px;
  }

  .footer .col-md-12 .pull-right {
    float: left !important;
  }

  .footer ul {
    padding: 10px 0;
    margin: 0;
  }

  .footer ul li {
    padding: 0;
  }

  .footer .col-md-6 li {
    width: 100%;
  }

  /* Masthead
         --------------------------------------------------*/
  .masthead-caption {
    display: none;
  }

  .sub-page .col-md-3 {
    padding: 0;
  }

  .sub-page .copy h1 {
    padding: 10px 0;
  }

  .sector h1 {
    padding: 10px 5px;
  }

  .sub-page .copy h3 {
    padding: 10px 0;
  }

  .sub-page .copy p {
    padding: 5px 0;
  }

  .list {
    padding: 0 !important;
    width: 100%;
  }

  /* Process*/
  .process {
    padding: 5px;
  }

  .process img {
    width: 100%;
    float: left;
  }

  .process .carousel-caption {
    float: left;
    position: static;
    width: 100%;
    height: auto;
  }

  .process a.left {
    margin: -60px 0 0 74%;
  }

  .process h4 {
    padding: 10px 20px;
  }

  .process p {
    font-size: 16px;
    padding: 10px 20px;
  }

  .sub-page .video {
    padding: 10px 5px;
    margin-top: 0;
  }

  .sub-page .video iframe {
    height: 280px;
  }

  .sub-page .video h3 {
    font-size: 28px;
    padding: 15px 0 20px;
  }

  .sub-page .case-study .col-xs-6 {
    position: static;
  }

  .sub-page .case-study {
    padding: 10px 5px;
  }

  .sub-page .case-study img {
    margin-bottom: 5px;
  }

  .sub-page .case-study h4 {
    margin-top: 0;
    padding: 10px 5px;
    width: 100%;
  }

  .sub-page .case-study span {
    margin-top: 0;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .sub-page .case-study span p {
    padding: 5px;
  }

  .sub-page .copy blockquote {
    padding: 10px 20px 10px 0;
  }

  .sub-page .copy table {
    width: 100%;
  }

  .testimonial {
    padding: 10px 0;
  }

  .testimonial blockquote {
    font: italic 22px/30px Georgia,"Times New Roman",Times,serif;
    padding: 10px 20px;
  }

  /* Sectors
         ------------------------------------------------------- */
  .sector .col-md-12 {
    padding: 0 5px;
  }

  .sector .col-md-6 {
    padding: 0 5px;
  }

  .sector .img-responsive {
    display: none;
  }

  .sector p {
    padding: 5px 20px 5px 0;
    line-height: 20px;
  }

  .sector .link {
    float: left;
  }

  .sector .link a {
    margin-top: 0;
  }

  .sector h2 {
    font-size: 30px;
    padding: 10px 0;
  }

  /* Right Side
         ------------------------------------------------------- */
  .useful-links,.sub-page .twitter {
    display: none;
  }

  .sectors-carousel {
    margin-bottom: 0;
  }

  .sectors-carousel img {
    width: 100%;
  }

  /* Case Studies
         ---------------------------------------------------- */
  #filters {
    float: left;
    width: 100%;
    padding: 10px 0;
  }

  #filters .button {
    font-size: 10px;
    padding: 0 8px;
    margin-bottom: 5px;
  }

  .case-studies-list {
    float: left;
    width: 100%;
  }

  .projects-list:after {
    content: '';
    display: block;
    clear: both;
  }

  .element-item {
    width: 98%;
    height: auto;
    height: 315px;
    margin: 1%;
    padding: 4px 4px 8px;
  }

  .element-item img {
    width: 100%;
    display: block !important;
    float: left !important;
    height: auto !important;
  }

  /* Key People
         ------------------------------------------------------- */
  .key-people img {
    width: 40%;
  }

  .share {
    padding: 10px 5px;
  }

  /* News/Blog
         ------------------------------------------------------- */
  .news-articles,.news-right-col {
    float: left;
    width: 100%;
    padding: 5px;
  }

  .news-articles h1 {
    padding: 10px 0;
  }

  /* Article */
  .article {
    float: left;
    width: 100%;
    padding: 5px;
  }

  .article .copy img {
    margin: 0 0 10px;
  }

  .article .copy p {
    padding: 5px 0;
  }

  .article .copy small {
    padding: 0;
  }

  .related-news .col-md-4 {
    padding: 5px 0;
    float: left;
    width: 100%;
  }

  .contact .col-md-3 h4 {
    color: #1F3A50;
    font-size: 20px;
    padding: 10px 5px;
  }

  .contact .col-md-3 h5 {
    padding: 10px 5px;
  }

  .contact .col-md-3 p {
    padding: 5px;
  }

  /* Infrared Products */
  .products {
    margin: 0 !important;
  }

  .products .col-xs-4 {
    width: 100% !important;
    margin: 5px 0 !important;
  }

  .products .col-xs-4 p:last-child {
    display: none;
  }

  #wpgmza_map_2 {
    display: none !important;
  }

  /* Categories */
  .sub-page .categories .col-xs-6 {
    margin: 5px 0;
    width: 100%;
  }

  .sub-page .categories .overlay h2 {
    padding: 15% 0 0;
  }

  /* Payment Options */
  .payment-options {
    padding: 20px 30px;
  }

  .payment-options h3 {
    font-size: 28px;
    padding: 15px 0;
  }

  .payment-options ul li {
    width: 100%;
    font: 24px/30px Oswald-Light,Helvetica,Arial,Tahoma;
    padding: 10px 10px 10px 80px;
    margin: 5px 0;
  }

  /* Benefits */
  .benefits,.case-study-testimonial {
    padding: 15px !important;
  }

  .benefits h3 {
    font-size: 28px;
    line-break: 34px;
  }

  .benefits ul {
    padding: 15px 0 20px;
    font-size: 18px;
    line-height: 24px;
  }

  /* Call To Actions */
  .call-to-actions .col-sm-3 {
    width: 100%;
  }

  .wpcf7-form .col-md-4,.wpcf7-form .col-md-8 {
    float: left;
    padding: 5px 0;
    width: 100%;
  }
  
  .downloads li {
    width: 100%;
  }
}

/* 380px - Screen Size */
@media only screen and (min-width: 380px) {
  * {
    border: 0;
    margin: 0;
    padding: 0;
  }

  html,body {
    width: 100%;
    margin: 0;
    overflow-x: hidden !important;
    padding: 0;
    -webkit-text-size-adjust: 100%;
  }

  .container-fluid {
    float: left;
    width: 100%;
  }

  .center-block {
    width: 100% !important;
    padding: 0 4%;
    margin: 0;
    float: left;
  }

  .col-md-12,.col-md-9,.col-md-8,.col-md-6,.col-md-3,.col-md-4,.col-sm-12,.col-xs-6 {
    width: 100%;
    float: left;
  }

  .slideshow .mobile,.energy-grant .mobile {
    display: inline-block !important;
  }

  .slideshow .desktop,.energy-grant .desktop {
    display: none !important;
  }

  /* Nav bar
        -------------------------------------------------------- */
  .navbar {
    text-align: center;
    border-bottom: none !important;
  }

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

  .navbar .col-md-3,.navbar .col-md-9,.navbar .col-sm-6 {
    float: left;
    width: 100%;
  }

  .navbar .col-md-3 {
    padding: 20px 0 0;
  }

  .navbar .col-md-9 {
    padding: 0 0 10px;
    text-align: center !important;
  }

  .navbar .social {
    display: none;
  }

  .navbar .col-md-9 ul {
    width: 100%;
    text-align: center !important;
  }

  .navbar .col-md-3 img {
    width: 75% !important;
  }

  .navbar-brand {
    float: none;
  }

  .navbar .col-md-9 p span {
    display: inline-block !important;
    margin-top: 10px;
  }

  .navbar .col-md-9 p {
    width: 100% !important;
    float: left !important;
    text-align: center;
    padding: 0 0 10px;
  }

  .navbar .col-md-9 p a {
    text-decoration: none;
    color: #1f3a50;
  }

  .navbar .col-sm-8 {
    padding: 0;
  }

  .top-nav {
    padding: 5px 0;
  }

  .navbar .col-md-9 .col-sm-6 {
    padding: 0 0 10px !important;
    text-align: center;
  }

  .navbar .col-md-9 .col-sm-6 img {
    margin: 0 5px;
    height: 60px;
  }

  .navbar .col-md-12 {
    padding: 10px 0;
  }

  #slidecaption {
    display: none;
  }

  .navbar .col-md-3,.navbar .col-md-9,.navbar .col-sm-4,.navbar .col-sm-8 {
    float: left;
    width: 100%;
  }

  /* Home
       ------------------------------------------------*/
  .home-copy {
    padding-top: 0;
  }

  .home-copy h1 {
    font-size: 28px;
    line-height: 32px;
    text-align: left;
  }

  .home-copy p {
    padding: 10px 0;
    text-align: left;
  }

  /* Video */
  .home .video {
    padding: 20px 0 40px;
  }

  .home .video .col-xs-6 {
    padding: 0;
  }

  .home .video h2 {
    font-size: 28px;
    padding: 10px 0;
    text-align: left;
  }

  .home .video .copy ul {
    padding: 10px 0 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .energy-grant .col-sm-12 {
    padding: 4% 0 0;
    width: 90%;
  }

  .energy-grant .col-sm-12 h3 {
    font-size: 28px;
  }

  .energy-grant .pull-right {
    float: left !important;
    margin: 10px 0 0;
  }

  /* Services */
  .services {
    padding: 20px 0;
  }

  .services .col-md-6 {
    padding: 5px 0;
    width: 100%;
  }

  .services .col-md-3 {
    padding: 5px 0 !important;
    width: 100%;
  }

  .services h3 {
    font-size: 28px;
  }

  /* Case Studies */
  .case-studies {
    padding: 30px 0;
  }

  .case-studies h3 {
    font-size: 28px;
  }

  .case-studies .carousel-caption {
    float: left !important;
    position: static !important;
    width: 100% !important;
  }

  .case-studies .carousel-caption h4 {
    padding: 20px 0 10px !important;
  }

  .case-studies .carousel-caption p {
    padding: 10px 0 !important;
  }

  .case-studies .carousel-caption span {
    padding: 0;
    height: auto;
  }

  .case-studies .carousel-control {
    display: none;
  }

  /* Latest News */
  .latest-news .col-md-6 {
    padding: 10px 0;
    height: auto;
  }

  .latest-news h5 {
    padding: 10px 0;
  }

  .latest-news p {
    padding: 5px 0;
  }

  .twitter {
    padding: 5px 0;
  }

  /* Accreditations
        ------------------------------------------------------- */
  .accreditations ul {
    width: 100%;
  }


  /* Footer
        ------------------------------------------------------- */
  .footer .col-md-6 {
    padding: 0 5px;
  }

  .footer .form-group {
    margin: 0 0 5px;
  }

  .footer .form-control {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer .col-md-12 {
    padding: 10px 5px;
    margin-top: 10px;
    font-size: 12px;
  }

  .footer .col-md-12 .pull-right {
    float: left !important;
  }

  .footer ul {
    padding: 10px 0;
    margin: 0;
  }

  .footer ul li {
    padding: 0;
  }

  .footer .col-md-6 li {
    width: 100%;
  }

  /* Masthead
        --------------------------------------------------*/
  .masthead-caption {
    display: none;
  }

  .sub-page .col-md-3 {
    padding: 0;
  }

  .sub-page .copy h1 {
    padding: 10px 0;
  }

  .sector h1 {
    padding: 10px 5px;
  }

  .sub-page .copy h3 {
    padding: 10px 0;
  }

  .sub-page .copy p {
    padding: 5px 0;
  }

  .list {
    padding: 0 !important;
    width: 100%;
  }

  /* Process*/
  .process {
    padding: 5px;
  }

  .process img {
    width: 100%;
    float: left;
  }

  .process .carousel-caption {
    float: left;
    position: static;
    width: 100%;
    height: auto;
  }

  .process a.left {
    margin: -60px 0 0 74%;
  }

  .process h4 {
    padding: 10px 20px;
  }

  .process p {
    font-size: 16px;
    padding: 10px 20px;
  }

  .sub-page .video {
    padding: 10px 5px;
    margin-top: 0;
  }

  .sub-page .video iframe {
    height: 280px;
  }

  .sub-page .video h3 {
    font-size: 28px;
    padding: 15px 0 20px;
  }

  .sub-page .case-study .col-xs-6 {
    position: static;
  }

  .sub-page .case-study {
    padding: 10px 5px;
  }

  .sub-page .case-study img {
    margin-bottom: 5px;
  }

  .sub-page .case-study h4 {
    margin-top: 0;
    padding: 10px 5px;
    width: 100%;
  }

  .sub-page .case-study span {
    margin-top: 0;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .sub-page .case-study span p {
    padding: 5px;
  }

  .sub-page .copy blockquote {
    padding: 10px 20px 10px 0;
  }

  .sub-page .copy table {
    width: 100%;
  }

  .testimonial {
    padding: 10px 0;
  }

  .testimonial blockquote {
    font: italic 22px/30px Georgia,"Times New Roman",Times,serif;
    padding: 10px 20px;
  }

  /* Sectors
        ------------------------------------------------------- */
  .sector .col-md-12 {
    padding: 0 5px;
  }

  .sector .col-md-6 {
    padding: 0 5px;
  }

  .sector .img-responsive {
    display: none;
  }

  .sector p {
    padding: 5px 20px 5px 0;
    line-height: 20px;
  }

  .sector .link {
    float: left;
  }

  .sector .link a {
    margin-top: 0;
  }

  .sector h2 {
    font-size: 30px;
    padding: 10px 0;
  }

  /* Right Side
        ------------------------------------------------------- */
  .useful-links,.sub-page .twitter {
    display: none;
  }

  .sectors-carousel {
    margin-bottom: 0;
  }

  .sectors-carousel img {
    width: 100%;
  }

  /* Case Studies
        ---------------------------------------------------- */
  #filters {
    float: left;
    width: 100%;
    padding: 10px 0;
  }

  #filters .button {
    font-size: 10px;
    padding: 0 8px;
    margin-bottom: 5px;
  }

  .case-studies-list {
    float: left;
    width: 100%;
  }

  .projects-list:after {
    content: '';
    display: block;
    clear: both;
  }

  .element-item {
    width: 98%;
    height: auto;
    height: 315px;
    margin: 1%;
    padding: 4px 4px 8px;
  }

  .element-item img {
    width: 100%;
    display: block !important;
    float: left !important;
    height: auto !important;
  }

  /* Key People
        ------------------------------------------------------- */
  .key-people img {
    width: 40%;
  }

  .share {
    padding: 10px 5px;
  }

  /* News/Blog
        ------------------------------------------------------- */
  .news-articles,.news-right-col {
    float: left;
    width: 100%;
    padding: 5px;
  }

  .news-articles h1 {
    padding: 10px 0;
  }

  /* Article */
  .article {
    float: left;
    width: 100%;
    padding: 5px;
  }

  .article .copy img {
    margin: 0 0 10px;
  }

  .article .copy p {
    padding: 5px 0;
  }

  .article .copy small {
    padding: 0;
  }

  .related-news .col-md-4 {
    padding: 5px 0;
    float: left;
    width: 100%;
  }

  .contact .col-md-3 h4 {
    color: #1F3A50;
    font-size: 20px;
    padding: 10px 5px;
  }

  .contact .col-md-3 h5 {
    padding: 10px 5px;
  }

  .contact .col-md-3 p {
    padding: 5px;
  }

  /* Infrared Products */
  .products {
    margin: 0 !important;
  }

  .products .col-xs-4 {
    width: 100%;
    margin: 5px 0 !important;
  }

  .products .col-xs-4 p:last-child {
    display: none;
  }

  #wpgmza_map_2 {
    display: none !important;
  }

  /* Categories */
  .sub-page .categories .col-xs-6 {
    margin: 5px 0;
    width: 100%;
  }

  .sub-page .categories .overlay h2 {
    padding: 15% 0 0;
  }

  /* Payment Options */
  .payment-options {
    padding: 20px 30px;
  }

  .payment-options h3 {
    font-size: 28px;
    padding: 15px 0;
  }

  .payment-options ul li {
    width: 100%;
    font: 24px/30px Oswald-Light,Helvetica,Arial,Tahoma;
    padding: 10px 10px 10px 80px;
    margin: 5px 0;
  }

  /* Benefits */
  .benefits,.case-study-testimonial {
    padding: 15px !important;
  }

  .benefits h3 {
    font-size: 28px;
    line-break: 34px;
  }

  .benefits ul {
    padding: 15px 0 20px;
    font-size: 18px;
    line-height: 24px;
  }

  /* Call To Actions */
  .call-to-actions .col-sm-3 {
    width: 100%;
  }

  .wpcf7-form .col-md-4,.wpcf7-form .col-md-8 {
    float: left;
    padding: 5px 0;
    width: 100%;
  }
  
  .downloads li {
    width: 100%;
  }
}

/* 520px - Screen Size  - Iphone 5 & 6 landscape*/
@media only screen and (min-width: 520px) {
  * {
    border: 0;
    margin: 0;
    padding: 0;
  }

  html,body {
    width: 100%;
    margin: 0;
    overflow-x: none;
    padding: 0;
    -webkit-text-size-adjust: 100%;
  }

  .center-block {
  /*background-color: brown; */
  }

  .navbar .col-md-3 img {
    width: auto !important;
  }

  .slideshow .mobile,.energy-grant .mobile {
    display: none !important;
  }

  .slideshow .desktop,.energy-grant .desktop {
    display: inline-block !important;
  }

  .slideshow .carousel-caption {
    left: 30px !important;
    display: inline-block !important;
    padding: 2% 0 0;
  }

  .slideshow .carousel-caption p {
    font: 22px/36px Oswald-Light,Helvetica,Geneva,sans-serif !important;
  }

  .slideshow .carousel-caption p strong {
    font: normal 28px/34px Oswald-Light,Helvetica,Geneva,sans-serif !important;
  }

  .slideshow .carousel-caption .img {
    height: 200px;
    margin: -10px 50px 0 0;
  }

  .services h3 {
    padding: 10px 0;
  }

  .services .col-md-6,.services .col-md-3 {
    width: 49% !important;
    margin: 2px;
    padding: 0 !important;
  }

  .services .col-md-3:last-child {
    display: none;
  }

  .energy-grant .col-sm-12 {
    padding: 2% 0 0;
  }

  .energy-grant .col-sm-12 h3 {
    font-size: 22px;
  }

  .energy-grant .pull-right {
    float: right !important;
    margin: 0 50px 0 0;
  }

  /* Latest News */
  .latest-news .col-md-6 {
    padding: 10px 5px;
    width: 50%;
     height: 360px;
  }

  /* Accreditations
            ------------------------------------------------------- */
  .accreditations li {
    float: left !important;
    padding: 10px 5px;
  }

  .accreditations li img {
    height: 55px !important;
  }

  /* Footer
              ------------------------------------------------------- */
  .footer .col-md-6 {
    padding: 10px;
  }

  .footer .form-group {
    padding: 5px 0 0;
    margin: 0;
  }

  .footer .form-control {
    float: left;
    width: 80%;
    margin-bottom: 0;
    margin-right: 5px;
  }

  .footer .col-md-12 {
    padding: 15px 10px;
    margin-top: 0;
    font-size: 13px;
  }

  .footer .col-md-12 .pull-right {
    float: right !important;
  }

  .footer ul {
    padding: 10px 0 0;
  }

  .footer .col-md-6 li {
    width: 50%;
  }

  /* Sub Page */
  .masthead-caption {
    display: inline-block;
  }

  .masthead-caption .img {
    display: none;
  }

  .sub-page .col-md-9 {
    padding: 0;
    width: 60%;
  }

  .sub-page .col-md-3 {
    padding: 10px 0 0 10px;
    width: 40%;
  }

  /* Case Studies */
  .element-item {
    width: 49%;
    height: 245px;
    margin: 2px;
    padding: 4px 4px 8px;
  }
}

/* 600px - Screen Size 

  DEVICES:
  Acer Iconia Tab A101
  Archos 70b (it2)
  Arnova 10b G3
  BlackBerry PlayBook
  Kindle 3
  Kobo eReader Touch
  Samsung Galaxy Tab 2 7.0
  Samsung Galaxy Tab 7 
*/
@media only screen and (min-width: 600px) {
  .center-block {
  /*background-color: green;*/
  }

  /* Home */
  .home-copy h1 {
    text-align: center;
  }

  .home-copy p {
    font-size: 16px;
    padding: 10px 25px;
    text-align: center;
  }

  /* Video */
  .home .video .col-xs-6 {
    width: 50%;
  }

  .home .video .col-xs-6 {
    padding: 20px 0;
  }

  .home .video h2 {
    padding: 20px 0;
    text-align: center;
  }

  /* Energy Grant */
  .energy-grant .col-sm-12 h3 {
    font-size: 28px;
  }

  /* Categories */
  .sub-page .categories .col-xs-6 {
    float: left;
    margin: 2px;
    width: 48.7% !important;
  }

  .sub-page .categories .overlay h2 {
    padding: 5% 0 0;
  }
}

/* 768px - Screen Size  */
@media only screen and (min-width: 750px) {
  * {
    border: 0;
    margin: 0;
    padding: 0;
  }

  html,body {
    width: 100%;
    margin: 0;
    overflow-x: hidden !important;
    padding: 0;
    -webkit-text-size-adjust: 100%;
  }

  .container-fluid {
    float: left;
    width: 100%;
  }

  .center-block {
    padding: 0 2%;
  /*background-color: purple;*/
  }

  .col-md-1,.col-sm-1,.col-xs-1 {
    float: left;
    width: 8.33px !important;
  }

  .col-md-2,.col-sm-2,.col-xs-2 {
    float: left;
    width: 16.66% !important;
  }

  .col-md-3,.col-sm-3,.col-xs-3 {
    float: left;
    width: 25% !important;
  }

  .col-md-4,.col-sm-4,.col-xs-4 {
    float: left;
    width: 33.3% !important;
  }

  .col-md-5,.col-sm-5,.col-xs-5 {
    float: left;
    width: 41.6% !important;
  }

  .col-md-6,.col-sm-6,.col-xs-6 {
    float: left;
    width: 50% !important;
  }

  .col-md-7,.col-sm-7,.col-xs-7 {
    float: left;
    width: 58.3% !important;
  }

  .col-md-8,.col-sm-8,.col-xs-8 {
    float: left;
    width: 66.6% !important;
  }

  .col-md-9,.col-sm-9,.col-xs-9 {
    float: left;
    width: 75% !important;
  }

  .col-md-10,.col-sm-10,.col-xs-10 {
    float: left;
    width: 83.3% !important;
  }

  .col-md-11,.col-sm-11,.col-xs-11 {
    float: left;
    width: 91.6% !important;
  }

  .col-md-12,.col-sm-12,.col-xs-12 {
    float: left;
    width: 100% !important;
  }

  /* Nav bar
          -------------------------------------------------------- */
.mobile-header {
    background-color: #1f3a50;
    padding: 0;
    display: block !important;
  }

.yamm, .topLinks {
	display: none !important;
}
  .mobile-header .text-right {
    text-align: right !important;
  }

  .mobile-header ul {
    padding: 15px;
  }

  .mobile-header li {
    padding: 0;
  }

  .mobile-header li img {
    height: 30px;
  }

  .navbar-toggle {
    display: inline-block;
    float: left;
    width: 60px;
    height: 60px;
    background: #3dbdaf url(images/mobile/menu.png) center no-repeat;
    margin: 0 !important;
    cursor: pointer;
  }

  .navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background: #3dbdaf url(images/mobile/menu.png) center no-repeat;
  }
  
  
 .fullscreen .mobile-nav {
   padding: 30px 0;
   line-height: 50px;
 }
 
 .fullscreen .mobile-nav  a {
   font: 30px Oswald-Light,Helvetica,Arial,Tahoma;
 }

 
 .fullscreen  .list-inline {
 	font-size: 18px;
 }
 
 .list-inline>li {
 	padding: 0 5px !important;
 }

  .f-nav {
    display: none !important;
  }
  .navbar {
    text-align: left;
  }

  .navbar .text-right {
    text-align: right;
  }

  .navbar .col-md-3 {
    padding: 15px 0;
  }

  .navbar .col-md-9 {
    padding: 15px 0;
    text-align: right !important;
  }

  .navbar .social {
    display: inline-block;
  }

  .navbar .col-md-3 img {
    width: auto !important;
  }

  .navbar .col-md-9 p span {
    margin-top: 0;
  }

  .navbar .col-md-9 p {
    text-align: right;
    padding: 25px 5px 0;
  }

  .top-nav {
    padding: 0;
    margin: 5px 0 0 !important;
  }

  .navbar .col-md-9 .col-sm-6:last-child {
    display: none;
  }

  .navbar .col-md-9 .col-sm-6 {
    padding: 0 !important;
    width: 100% !important;
    text-align: right;
  }

  .navbar .col-md-9 .col-sm-6 img {
    margin: 0 0 0 20px;
    height: 70px;
  }

  .navbar .col-md-12 {
    padding: 15px 0;
    border-top: 3px solid #f5f5f6;
  }

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

  .f-nav .navbar-nav {
    float: none !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 15px 0;
  }

  .navbar-nav {
    font: 13px Oswald-Light,Helvetica,Arial,Tahoma;
  }
  
  .navbar-nav li.icon {
  	display: none;
  }
  
  
  .navbar-nav li:nth-child(2) a  {
      border-left: none;
  }
  
  .yamm-fw .center-block {
  	width: 100% !important;
  	padding: 0 !important;
  }
  
  nav .grid .col-sm-8 {
  	width: 100% !important;
  }
	
nav .grid .col-sm-4 {
	display: none;
}

  /* Slideshow */
  .slideshow .carousel-caption {
    left: 30px !important;
    padding: 3% 0 0;
  }

  .slideshow .carousel-caption p {
    font: 22px/34px Oswald-Light,Helvetica,Geneva,sans-serif !important;
  }

  .slideshow .carousel-caption p strong {
    font: normal 30px/34px Oswald-Light,Helvetica,Geneva,sans-serif !important;
  }

  .slideshow .carousel-caption .img {
    height: 250px;
    margin: -20px 40px 0;
  }

  .slideshow .carousel-control {
    width: 30px;
  }

  /* Home */
  .home .copy h1 {
    font-size: 30px;
  }

  .home .video h2 {
    font-size: 30px;
  }

  .home .video .copy ul {
    padding: 0 0 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .energy-grant .col-sm-12 {
    padding: 3% 0 0;
    width: 100% !important;
  }

  .energy-grant .col-sm-12 h3 {
    font-size: 30px;
  }

  .energy-grant .pull-right {
    float: right !important;
    margin: 0 40px 0 0;
  }

  /* Services */
  .services {
    padding: 30px 0 40px;
  }

  .services .col-md-6 {
    padding: 0 0 10px !important;
    width: 49.2% !important;
  }

  .services .col-md-3 {
    padding: 0 !important;
  }

  .services h3 {
    padding: 10px 0;
    font-size: 30px;
  }

  .services .col-md-3 {
    width: 24.4% !important;
  }

  .services .col-md-6,.services .col-md-3 {
    margin: 2px;
    padding: 0 !important;
  }

  .services .col-md-3:last-child {
    display: inline-block;
  }

  /* Case Studies */
  .case-studies {
    padding: 0 60px;
  }

  .case-studies h3 {
    font-size: 30px;
  }

  .case-studies .carousel-caption {
    float: none !important;
    position: absolute !important;
    width: 50% !important;
  }

  .case-studies .carousel-caption h4 {
    padding: 10px 0 !important;
  }

  .case-studies .carousel-caption p {
    display: none;
  }

  .case-studies .carousel-caption span {
    padding: 10px 5px;
  }

  .case-studies .carousel-control {
    display: inline-block;
  }

  /* Latest News */
  .latest-news .col-md-6 {
    padding: 5px;
  }

  .latest-news h5 {
    padding: 10px;
  }

  .latest-news p {
    padding: 5px 10px;
  }

  .twitter {
    padding: 0 0 0 10px;
  }

  /* Accreditations
          ------------------------------------------------------- */
  .accreditations li {
    padding: 10px 6px;
  }

  .accreditations li img {
    height: 50px !important;
    margin: 5px 0 0;
  }

  /* Footer
          ------------------------------------------------------- */
  .footer .form-control {
    width: 70%;
    margin-bottom: 0;
    margin-right: 10px;
  }

  /* Masthead
          --------------------------------------------------*/
  .masthead-container {
    float: left;
    width: 100%;
  }

  .masthead-container p {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
  }

  .masthead-container div p span,.masthead-container div p strong {
    font-size: 30px;
  }

  .masthead-caption .img {
    display: inline-block;
    height: 170px;
    margin: -10px 20px 0 0;
  }

  .sub-page .col-md-9 {
    width: 70% !important;
  }

  .sub-page .col-md-3 {
    width: 30% !important;
    padding: 10px 10px 0 15px;
  }

  .sub-page .copy h1,.sector h1 {
    font-size: 30px;
    padding: 20px 0;
  }

  .sub-page .copy h2,.key-people h2,.section h2 {
    font-size: 26px;
  }

  .sub-page .copy h3 {
    padding: 15px 0;
  }

  .sub-page .copy p {
    padding: 5px 25px 5px 0;
  }

  .list {
    padding: 10px 0 !important;
    width: 50%;
  }

  /* Process*/
  .process {
    padding: 5px 10px 10px;
  }

  .process img {
    width: 33%;
  }

  .process .carousel-caption {
    width: 67%;
    height: 205px !important;
  }

  .process a.left {
    margin: -60px 0 0 80%;
  }

  .process h4 {
    padding: 10px 30px;
    font-size: 26px;
  }

  .process p {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 30px;
  }

  .sub-page .video {
    padding: 10px;
    margin-top: 10px;
  }

  .sub-page .video iframe {
    min-height: 480px;
  }

  .sub-page .video h3 {
    font-size: 30px;
    padding: 20px 0 30px;
  }

  .sub-page .case-study {
    padding: 0 0 30px;
  }

  .sub-page .case-study .col-xs-6 {
    width: 100% !important;
  }

  .sub-page .copy blockquote {
    padding: 10px 50px 10px 0;
  }

  .sub-page .copy table {
    width: 100%;
    margin-bottom: 20px;
  }

  .testimonial {
    padding: 10px 0 20px;
  }

  .testimonial blockquote {
    font: italic 24px/32px Georgia,"Times New Roman",Times,serif;
    padding: 10px 50px 20px;
  }

  /* Sectors
          ------------------------------------------------------- */
  .sector .col-md-12 {
    padding: 0 10px;
  }

  .sector .col-md-6 {
    padding: 10px;
  }

  .sector .img-responsive {
    display: inline-block;
  }

  .sector .link a {
    margin-top: 10px;
  }

  .sector h2 {
    padding: 20px 0 5px;
  }

  /* Right Side
          ------------------------------------------------------- */
  .call-to-action {
    padding: 10px 0 30px;
  }

  .useful-links,.sub-page .twitter {
    display: block;
  }

  .sectors-carousel {
    margin-bottom: 10px;
  }

  /* Case Studies
          ---------------------------------------------------- */
  #filters {
    text-align: center;
    padding: 20px 0;
  }

  #filters .button {
    font-size: 11px;
    margin-bottom: 0;
  }

  .element-item {
    width: 240px;
    height: 235px;
    margin: 2px;
  }

  .element-item img {
    width: 100%;
  }

  .case-study-testimonial blockquote {
    font: 30px/40px Oswald-Light,Helvetica,Arial,Tahoma;
    padding: 20px 25px 10px;
  }

  /* Key People
          ------------------------------------------------------- */
  .key-people img {
    width: auto;
  }

  .share {
    padding: 10px 0;
  }

  /* News/Blog
          ------------------------------------------------------- */
  .news-articles,.news-right-col {
    padding: 10px;
  }

  .news-articles h1 {
    padding: 20px 0 10px;
  }

  /* Article */
  .article {
    padding: 10px;
  }

  .article .copy img {
    margin: 0 0 20px;
  }

  .article .copy p {
    padding: 5px 50px 5px 5px;
  }

  .article .copy small {
    padding: 0 5px;
  }

  .related-news .col-md-4 {
    padding: 5px;
  }

  .contact .col-md-3 h4 {
    padding: 40px 0 10px;
  }

  .contact .col-md-3 p {
    padding: 5px 0;
  }

  /* Infrared Products */
  .products {
    margin-left: -5px !important;
  }

  .products .col-xs-4 {
    width: 32%;
    margin: 5px !important;
  }

  .products .col-xs-4 p:last-child {
    display: inline-block;
  }

  #wpgmza_map_2 {
    display: inline-block !important;
  }

  /* Categories */
  .sub-page .categories .col-xs-6 {
    margin: 3px;
    width: 48.7% !important;
  }

  .sub-page .categories .overlay h2 {
    padding: 15% 0 0;
  }

  .sub-page .categories p {
    padding: 5px 0 !important;
  }

  /* Payment Options */
  .payment-options {
    padding: 30px;
  }

  .payment-options h3 {
    font-size: 34px;
    padding: 20px 0;
  }

  .payment-options ul li {
    font: 28px Oswald-Light,Helvetica,Arial,Tahoma;
    padding: 0 10px 20px 80px;
    margin: 0;
  }

  /* Benefits */
  .benefits,.case-study-testimonial {
    padding: 30px !important;
  }

  .benefits h3 {
    font-size: 28px;
  }

  .benefits ul {
    padding: 10px 0 20px;
    font-size: 18px;
    line-height: 30px;
  }

  /* Call To Actions */
  .wpcf7-form .col-md-4 {
    padding: 10px 0 0;
  }

  .wpcf7-form .col-md-8 {
    padding: 10px 0 0 20px;
  }

  .call-to-actions .call {
    display: none;
  }

  .call-to-actions .chat, .call-to-actions .grant  {
    width: 50% !important;
  }

  .call-to-actions .online {
    width: 50% !important;
  }
  
  /* Downloads */
  
  .downloads li {
    width: 33.2%;
  }
}

/* 767px - Boostrap Breakpoint - Toggle Menu ----------- */
@media only screen and (max-width :767px) {
  .mobile-header {
    background-color: #1f3a50;
    padding: 0;
  }

  .mobile-header .text-right {
    text-align: right !important;
  }

  .mobile-header ul {
    padding: 15px;
  }

  .mobile-header li {
    padding: 0;
  }

  .mobile-header li img {
    height: 30px;
  }

  .navbar-toggle {
    display: inline-block;
    float: left;
    width: 60px;
    height: 60px;
    background: #3dbdaf url(images/mobile/menu.png) center no-repeat;
    margin: 0 !important;
    cursor: pointer;
  }

  .navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background: #3dbdaf url(images/mobile/menu.png) center no-repeat;
  }

  .f-nav {
    display: none !important;
  }
}

/* 800px - Small Desktop - 175% Zoom */
@media only screen and (min-width: 800px) {
  * {
    border: 0;
    margin: 0;
    padding: 0;
  }

  html,body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
  }

  .center-block {
  /*background-color: red;*/
  }

  .f-nav .navbar-nav {
    padding: 15px 2%;
  }


  .accreditations li img {
    height: 53px !important;
  }

  .element-item {
    width: 250px;
    height: 240px;
  }
}

/*  1000px - Medium Desktop - 150% Zoom */
@media only screen and (min-width : 1000px) {
  * {
    border: 0;
    margin: 0;
    padding: 0;
  }

  html,body {
    width: 100%;
    margin: 0;
    overflow-x: hidden !important;
    padding: 0;
    -webkit-text-size-adjust: 100%;
  }

  .center-block {
  /*background-color: orange;*/
  }

  /* Top */
  .navbar .col-md-9 .col-sm-6 {
    width: 60% !important;
  }

  .navbar .col-md-9 .col-sm-6:last-child {
    width: 40% !important;
    display: inline-block;
  }

  .navbar .col-md-9 .col-sm-6 img {
    margin: 10px 0 0 10px;
    height: 60px;
  }

  /* Nav */
  
  .mobile-header {
      display: none !important;
    }
  
  .yamm, .topLinks {
  	display: block !important;
  }
  .navbar-nav {
    font: 16px Oswald-Light,Helvetica,Arial,Tahoma;
  }
  
  .dropdown-toggle {
      padding: 15px 40px 15px 18px !important;
  }
  
  .navbar-nav li a {
      padding: 15px 18px;
  }
  
  
  nav .grid .col-sm-8 ul {
      padding: 20px 25px 0 0;
      font-size: 15px;
  }
  
   nav .grid .col-sm-8 {
    	width: 66.6% !important;
    }
  	
  nav .grid .col-sm-4 {
  	display: inline-block;
  }
  
  


  /* Slideshow */
  .slideshow .carousel-caption p {
    font: 26px/34px Oswald-Light,Helvetica,Geneva,sans-serif !important;
  }

  .slideshow .carousel-caption p strong {
    font: normal 34px/34px Oswald-Light,Helvetica,Geneva,sans-serif !important;
  }

  .slideshow .carousel-caption .img {
    height: auto;
    margin: -20px 40px 0;
  }

  .element-item {
    width: 235px;
    height: 225px;
  }

  /* Sub Page */
  .sub-page .col-md-9 {
    width: 75% !important;
  }

  .sub-page .col-md-3 {
    width: 25% !important;
  }

  .masthead-caption .img {
    display: inline-block;
    height: 200px;
    margin: -10px 20px 0 0;
  }

  .sub-page .copy table {
    width: 50%;
    margin: 10px 0;
  }

  .sub-page .categories .overlay h2 {
    padding: 18% 0 0;
  }

  .payment-options ul li {
    width: 48%;
    font: 26px Oswald-Light,Helvetica,Arial,Tahoma;
    padding: 20px 10px 20px 80px;
  }

  .process a.left {
    margin: -60px 0 0 86%;
  }

  .process .carousel-caption {
    height: 205px !important;
  }

  .process p {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 30px;
  }

  /* Accreditations */
  .accreditations li {
    padding: 10px 0;
  }

  .accreditations li img {
    height: auto !important;
    margin: 0;
  }

  /* Call To Action */
  .call-to-actions {
    font: 22px Oswald-Light,Helvetica,Arial,Tahoma;
  }

  .call-to-actions .call {
    display: inline-block;
    width: 50% !important;
  }

  .call-to-actions .chat, .call-to-actions .grant {
    width: 25% !important;
  }

  .call-to-actions .online {
    width: 25% !important;
  }
}

/*  1024px - Desktop Screen Size */
@media only screen and (min-width : 1024px) {
  * {
    border: 0;
    margin: 0;
    padding: 0;
  }

  html,body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden !important;
    -webkit-text-size-adjust: 100%;
  }

  .center-block {
  /*background-color: olive;*/
  }

  /* Nav */
 
  
   .dropdown-toggle {
       padding: 15px 40px 15px 20px !important;
   }
   
   .navbar-nav li a {
       padding: 15px 20px;
   }
   
   nav .grid .col-sm-8 ul {
       padding: 20px 35px 0 0;
   	font-size: 16px;
   }
   
  

  .home .copy h1 {
    font-size: 34px;
  }

  .home .video h2 {
    font-size: 34px;
  }

  .home .video .copy ul {
    padding: 0 0 20px;
    font-size: 20px;
    line-height: 32px;
  }

  .energy-grant .col-sm-12 h3 {
    font-size: 34px;
  }

  .services h3,.case-studies h3,.sub-page .copy h1,.sector h1 {
    font-size: 34px;
  }

  .sub-page .copy h2,.key-people h2,.section h2 {
    font-size: 30px;
  }

  .benefits h3 {
    font-size: 34px;
  }

  .benefits ul {
    padding: 30px 0 20px;
    font-size: 20px;
    line-height: 32px;
  }
  
  .latest-news .col-md-6 {
    height: 400px;
  }

  /* Sub Page */
  .masthead-container p {
    font-size: 22px;
    line-height: 34px;
  }

  .case-studies .carousel-caption p {
    display: inline-block;
  }

  #filters {
    float: right;
    width: auto;
    padding: 30px 0 0;
  }

  .element-item {
    width: 240px;
    height: 230px;
  }

  .process .carousel-caption {
    height: 210px !important;
  }

  /* Accreditations */
  .accreditations li {
    padding: 10px 17px;
  }

  /* Call To Action */
  .call-to-actions {
    font: 22px Oswald-Light,Helvetica,Arial,Tahoma;
  }
}

/*  1140px - Zoom Breakpoint - 125% Zoom */
@media only screen and (min-width : 1140px) {
  * {
    border: 0;
    margin: 0;
    padding: 0;
  }

  html,body {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
  }

  .center-block {
  /*background-color: blue;*/
  }
 

  .navbar .col-md-9 .col-sm-6 {
    width: 50% !important;
  }

  .navbar .col-md-9 .col-sm-6:last-child {
    width: 50% !important;
  }

  .navbar .col-md-9 .col-sm-6 img {
    height: 70px;
  }

  /* Nav */


  .navbar-nav {
    font: 17px Oswald-Light,Helvetica,Arial,Tahoma;
  }
  
  
   .navbar-nav li.icon  {
  	display: inline-block;
  }
  
  .navbar-nav li:nth-child(2) a  {
         border-left: 1px solid #eee;
     
  }
  
   nav .grid a {
    	border-left: none !important;
    }
    
    
    
  
  
  .dropdown-toggle {
      margin: 0;
      padding: 15px 40px 15px 21px !important;
  }
  
  .navbar-nav li a {
      padding: 15px 19px;
  }

  
  nav .grid .col-sm-8 ul {
      padding: 20px 50px 0 0;
  }

  .energy-grant .col-sm-12 {
    padding: 4% 0 0;
  }

  .masthead-container p {
    font-size: 24px;
    line-height: 36px;
  }

  .element-item {
    width: 268px;
    height: 235px;
  }

  /* Accreditations */
  .accreditations li {
    padding: 10px 0;
  }

  /* Call To Actions */
  .call-to-actions {
    font: 24px Oswald-Light,Helvetica,Arial,Tahoma;
  }
}

/*  1280px - Large Desktop - 110% Zoom */
@media only screen and (min-width : 1280px) {
  * {
    border: 0;
    margin: 0;
    padding: 0;
  }

  html,body {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
  }

  .center-block {
    width: 1152px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    float: none !important;
  }

  /* Nav */

.navbar-nav {
	font-size: 18px;
}

  .f-nav .navbar-nav {
    width: 1152px !important;
    margin: 0 auto !important;
    padding: 15px 0 !important;
  }

  .slideshow .carousel-caption p {
    font: 30px/45px Oswald-Light,Helvetica,Geneva,sans-serif !important;
  }

  .slideshow .carousel-caption p strong {
    font: normal 45px/45px Oswald-Light,Helvetica,Geneva,sans-serif !important;
  }

  .case-studies {
    padding: 0;
  }

  .home .video .copy ul {
    padding: 30px 0 20px;
  }

  .element-item {
    width: 284px;
    height: 255px;
  }

  .energy-grant .col-sm-12 {
    width: 1152px !important;
  }

  .energy-grant .pull-right {
    margin: 0;
  }

  .process a.left {
    margin: -60px 0 0 88%;
  }

  .process .carousel-caption {
    height: 248px !important;
  }

  .process p {
    font-size: 18px;
    line-height: 26px;
  }
}

/* 1366px - Extra Large Desktop - 100% Zoom */
@media only screen and (min-width : 1366px) {
  * {
    border: 0;
    margin: 0;
    padding: 0;
  }

  html,body {
    width: 100%;
    margin: 0;
    overflow-x: none;
    padding: 0;
    -webkit-text-size-adjust: 100%;
  }
}

iframe {
  width: 100%;
}