/*
Theme Name: dewarplumbers
Theme URI: http://www.dewarplumbers.ie
Author:    Darren Leahy
Description: A handrolled WordPress Twitter Bootstrap theme 
Tags: responsive, bootstrap
 
*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300');
@import url('css/component.css');
@import url('css/animate.min.css');
@import url('css/bootstrap.css');
@import url('css/flexslider.css');


body {
  
  color: #000000;
  min-height: 500px;
  padding-top: 70px;
}

/*---------Woocommerce-----------*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color:#F8C327;
  background-image:none;
  border:0;
  border-radius:3px;
  box-shadow:none;
  color:#515151;
  cursor:pointer;
  display:inline-block;
  font-size:100%;
  font-weight:700;
  left:auto;
  line-height:1;
  margin:0;
  overflow:visible;
  padding:0.618em 1em;
  position:relative;
  text-decoration:none;
  text-shadow:none;
  white-space:nowrap;
}

h1.product_title.entry-title {
font-size: 36.4px;
font-weight: bold;
line-height: 40px;

}

span.woocommerce-Price-amount.amount {
font-size: 2em;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
color: #000 !important;
}

.woocommerce div.product p.price del, 
.woocommerce div.product span.price del {
opacity: .9 !important;
color: #cc0224;
font-size: 0.67em;
font-weight: bold;
}

.woocommerce span.onsale {
background-color: #cc0224 !important;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, .woocommerce button.button.alt, 
.woocommerce input.button.alt {
 background-color: #F8C327 !important;
 color: #000 !important;
 -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit, .woocommerce a.button, 
.woocommerce button.button, .woocommerce input.button {
padding: .400em 2em !important;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
 background-color: #f2b502 !important;
 color: #fff !important;
}

.woocommerce-message {
border-top-color: #F8C327 !important;
}

.woocommerce-message::before {
color: #F8C327 !important;
}

/*-------Footer Divs -----------*/

.footer-text{

  text-align: left;
  color:#000;
  margin-bottom: 0px;
}


.footer .footer-subsribe {
  width:85%;
}


.input-group {
  border-collapse:separate;
  display:table;
  position:relative;
}


.input-group .form-control {
  margin-bottom:0;
  width:100%;
}

.form-control {
  box-shadow:none;
}

.form-control {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0745098) 0 1px 1px inset;
  -webkit-transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color:#FFFFFF;
  border:1px solid #CCCCCC;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  box-shadow:rgba(0, 0, 0, 0.0745098) 0 1px 1px inset;
  color:#555555;
  display:block;
  font-size:14px;
  height:34px;
  line-height:1.428571429;
  padding:6px 12px;
  transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  vertical-align:middle;
  width:100%;
}


.input-group-btn {
  position:relative;
  white-space:nowrap;
}


.input-group-addon, .input-group-btn {
  vertical-align:middle;
  white-space:nowrap;
  width:1%;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
  display:table-cell;
}


.btn-u {
  background-color:#000;
  background-position:initial initial;
  background-repeat:initial initial;
  border:0;
  color:#FFFFFF;
  cursor:pointer;
  display:inline-block;
  font-size:14px;
  padding:6px 13px;
  text-decoration:none !important;

}

.form-control:focus {
    border-bottom-color: #bbb;
    border-left-color: #bbb;
    border-right-color: #bbb;
    border-top-color: #bbb;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
}

.btn-u:hover {

    color: #F8C327;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}


/* ---- Animate Divs -------- */

#intro{

  visibility: hidden;
}

#oil-boilers{
  visibility: hidden;
}

#gas-boilers{
  visibility: hidden;
}

#pipes{
  visibility: hidden;
}

#radiators{
  visibility: hidden;
}

#toilet{
  visibility: hidden;
}

#shower{
  visibility: hidden;
}

#taps{
  visibility: hidden;
}

#contacttext{
  visibility: hidden;
}

#blog{
  visibility: hidden;
}




/* ---- End Animate Divs -------- */

.pagination {
margin: 20px 0;
}
.pagination ul {
display: inline-block;
margin-left: 0;
margin-bottom: 0;
border-radius: 5px;
}
.pagination ul>li {
display: inline;
}
.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
border-left-width: 1px;
border-radius: 5px 0 0 5px;
}
.pagination ul>li:last-child>a, .pagination ul>li:last-child>span {
border-rigth-width: 1px;
border-radius: 0 5px 5px 0;
}
.pagination ul>li>a, .pagination ul>li>span {
float: left;
padding: 4px 12px;
line-height: 20px;
text-decoration: none;
background-color: #ffffff;
border: 1px solid #dddddd;
border-left-width: 0;
}

/* -------Footer Links ----- */
.f-link{
  color:#000;
}

.f-link:hover{
  color:#fff;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}

/* -------- End Footer Links ------ */

/*-------Background Image of Houses -----------*/


.highlight-content.highlighted-limerick {
  -webkit-background-size:cover;
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 0 10px 2px inset;
  background-image:url("images/limerick-map.jpg");
  background-position:initial initial;
  background-repeat:repeat repeat;
  background-size:cover;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 0 10px 2px inset;
  padding-bottom:40px;
  padding-top:40px;
}


.highlight-content.highlighted-galway {
  -webkit-background-size:cover;
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 0 10px 2px inset;
  background-image:url("images/galway-map.jpg");
  background-position:initial initial;
  background-repeat:repeat repeat;
  background-size:cover;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 0 10px 2px inset;
  padding-bottom:40px;
  padding-top:40px;
}



.highlight-content.highlighted-dublin {
  -webkit-background-size:cover;
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 0 10px 2px inset;
  background-image:url("images/dublin-map.jpg");
  background-position:initial initial;
  background-repeat:repeat repeat;
  background-size:cover;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 0 10px 2px inset;
  padding-bottom:40px;
  padding-top:40px;
}



.highlight-content.highlighted-cork {
  -webkit-background-size:cover;
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 0 10px 2px inset;
  background-image:url("images/cork-map.jpg");
  background-position:initial initial;
  background-repeat:repeat repeat;
  background-size:cover;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 0 10px 2px inset;
  padding-bottom:40px;
  padding-top:40px;
}

.highlight-content.highlighted-belfast {
  -webkit-background-size:cover;
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 0 10px 2px inset;
  background-image:url("images/belfast-map.jpg");
  background-position:initial initial;
  background-repeat:repeat repeat;
  background-size:cover;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 0 10px 2px inset;
  padding-bottom:40px;
  padding-top:40px;
}

.highlight-content.highlighted-image {
  -webkit-background-size:cover;
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 0 10px 2px inset;
  background-image:url("images/ireland-homes.jpg");
  background-position:initial initial;
  background-repeat:repeat repeat;
  background-size:cover;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 0 10px 2px inset;
  padding-bottom:40px;
  padding-top:40px;
}



.cta-box h1, .cta-box h2, .cta-box h3, .cta-box h4, .cta-box h5 {
  font-weight:700;
  margin-bottom:30px;
  margin-top:0;
  text-shadow:rgba(0, 0, 0, 0.6) 1px 1px 4px;
}
.highlight-content.light h1, .highlight-content.light h2, .highlight-content.light h3, .highlight-content.light h4, .highlight-content.light h5 {
  color:#FFFFFF;
}

.cta-box p {
  text-shadow:rgba(0, 0, 0, 0.6) 1px 1px 4px;
}
.highlight-content.light {
  color:#FFFFFF;
}

.cta-box {
  font-size:22px;
  font-weight:700;
}


.cta-box .btn-lg {
  -webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0 0 12px 0;
  box-shadow:rgba(0, 0, 0, 0.298039) 0 0 12px 0;
  font-size:22px;
  margin-top:20px;
  padding:15px 25px;
  color: #fff;
}


.btn-clean-dark {
   background-color:#F8C327;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color: #F8C327;
  border-style: solid;
  border-width: 2px;
  border-bottom-left-radius:7px;
  border-bottom-right-radius:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  color:#ffffff;
  font-weight:400;

}

.btn-clean-dark:hover {
  color: #000000;
  background-color:transparent;
  background-position:initial initial;
  background-repeat:initial initial;
}

.btn-clean-light {
  background-color:transparent;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 2px;
  border-bottom-left-radius:7px;
  border-bottom-right-radius:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  color:#FFFFFF;
  font-weight:400;

}

.btn-clean-light:hover {
  color: #000;
  background-color:#FFFFFF;
  background-position:initial initial;
  background-repeat:initial initial;
}


.cta-box .btn-lg {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
    font-size: 22px;
    margin-top: 20px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.btn-lg {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 19px;
    line-height: 1.33;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 12px;
}

.cta-text{
  width:90%;
   margin:0 auto;
}
/*-------End Background Image of Houses -----------*/



/*---- Lastest Blog Posts ------*/


.img-responsive {
  display:block;
  height:auto;
  max-width:100%;
}

.overflow-hidden {
    overflow-x: hidden;
    overflow-y: hidden;
}


a.thumbnail {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    margin-bottom: 15px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.thumbnail-style {
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.thumbnail-style:hover {
    box-shadow: 0 0 8px #F8C327;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: box-shadow;
    transition-timing-function: ease-in-out;
    -webkit-transition:box-shadow 0.2s ease-in-out;
}
.thumbnail-style h3 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
}
.thumbnail-style h3 a {
    font-size: 20px;
    color: #000000;
}
.thumbnail-style h3 a:hover {
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #F8C327;
}
.thumbnail-style h2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
}
.thumbnail-style h2 a {
    font-size: 20px;
    color: #000000;
}
.thumbnail-style h2 a:hover {
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #F8C327;
}
.thumbnail-style .thumbnail-img {

    margin-bottom: 10px;
    position: relative;
}
.thumbnail-style a.btn-more {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #F8C327;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    bottom: 10px;
    color: #000000;
    display: inline-block;
    padding-bottom: 1px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px;
    position: absolute;
    right: -10px;
}
.hover-effect {
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
}

.thumbnail-style a.btn-more:hover {
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    box-shadow: 0 0 0 2px #ffffff;
}
.thumbnail-style:hover a.btn-more {
    right: 10px;
}
.thumbnail-kenburn img {
 -webkit-transition:all 0.8s ease-in-out;
  left:10px;
  margin-left:-10px;
  position:relative;
  transition:all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
    transform: scale(1.2) rotate(2deg);
    -webkit-transform:scale(1.2) rotate(2deg);
}

/*---- End Lastest Blog Posts ------*/

.breadcrumb-blog h1{
 font-size:26px;
 font-family: 'Open Sans', sans-serif;
 font-weight: normal;
 color: #000;
 padding-bottom: 5px;
 margin-left: 0px;
 margin-top: 25px;
}

.breadcrumb-blog h2{
 font-size:26px;
 font-family: 'Open Sans', sans-serif;
 font-weight: normal;
 color: #000;
 padding-bottom: 5px;
 margin-left: 0px;
 margin-top: 25px;
} 

.navbar-header-mid a:link {
  text-decoration: none;
  color:#fff;
            }
.navbar-header-mid a:visited {
  text-decoration: none;
  color:#fff;
}
.navbar-header-mid a:active {
  text-decoration: none;
  color:#fff;
   }
.navbar-header-mid a:hover {
  text-decoration: none; 
  color:#fff;
}

span.current {

  color: #fff;
}

a.slider{
  color: #000;
  text-decoration: none;
}
a.slider:hover{
  color: #fff;
  text-decoration: none;
}

a.slider2{
  color: #000;
  text-decoration: none;
}
a.slider2:hover{
  color: #f8c327;
  text-decoration: none;
}


.dewar-logo {
background-repeat: no-repeat;
height: 77px;
width: 231px;
float: left;
margin-top: 10px;
margin-bottom: 10px;
}


.navbar-header-top {
width: 100%;
height: 30px;
background-color: #F8C327;

}

.navbar-con{
width: 100%;
height: 30px;

}

.navbar-social{
float:right;
height: 30px;
margin-right: 30px;
}

.navbar-header-mid {
width: 300px;
color: #000;
margin-left: auto;
margin-right: auto;
font-family: 'Open Sans', sans-serif;
font-size: 22px;

}

/*---- FlexSlider ------*/

.flexslider {
    box-shadow: none !important;
    margin-bottom: 0 !important;
}
.flexslider li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FAFAFA;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    float: left;
    margin-left: 1px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}
.flexslider li:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #F6F6F6;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.flexslider li img.color-img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
.flexslider li:hover img.color-img {
    display: block;
}
.flexslider li img {
    float: none !important;
    margin-bottom: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
}
.flexslider li img:hover {
    filter: none;
        float: none !important;
    margin-bottom: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
}

/*------ End FlexSlider ----------*/

/*------ Section Header ----------*/

.section-header {
    border-bottom-color: #b6bac0;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    display: block;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}

.section-header h2, .section-header h3, .section-header h4 {
    border-bottom-color: #F8C327;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    color: #000000;
    display: inline-block;
    margin-bottom: -2px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 5px;
}

.gas-header{
}


.footer-header {
    border-bottom-color: #000;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    display: block;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    text-align: left;
}


.footer-header h2, .footer-header h3, .footer-header h4, .footer-header h5 {
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    color: #000;
    display: inline-block;
    margin-bottom: -2px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 5px;
}



/*---- Rnd Section Header -------*/

/*--------- Text Hover Effect ------------*/

nav a {
  position: relative;
  display: inline-block;
  margin: 0px;
  outline: none;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  font-size: 1.35em;
}

nav a:hover,
nav a:focus {
  outline: none;
  text-decoration: none;
  color: #fff;
}


.cl-effect-21 a {
  padding: 5px;
  color: #000;
  font-weight: 700;
  text-shadow: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.cl-effect-21 a::before,
.cl-effect-21 a::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.cl-effect-21 a::before {
  top: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.cl-effect-21 a::after {
  bottom: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.cl-effect-21 a:hover,
.cl-effect-21 a:focus {
  color: #fff;
}

.cl-effect-21 a:hover::before,
.cl-effect-21 a:focus::before,
.cl-effect-21 a:hover::after,
.cl-effect-21 a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

/*-------End Text Hover Effect -----------*/


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.navbar-wrapper .navbar {
  padding-left: 15px;
  padding-right: 15px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 20px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


/* CUSTOMIZE Main Containers for each row 
-------------------------------------------------- */
.line1{
	
margin: 0px;
padding: 10px 0px 10px
}

.line2{
	
	background-color:#f8c327;
	margin: 0px;
	padding: 10px 0px 10px
	
}

.line3{
  
  background-color:#fff;
  margin: 0px;
  padding: 50px 0px 50px
  
}

.line4{
  
  background-color:#000;
  margin: 0px;
  padding: 0px 0px 0px
  
}

.line5{
  
  background-color:#fff;
  margin: 0px;
  padding: 20px 0px 20px
  
}

.line6{
  
  background-color:#f8c327;
  margin: 0px;
  padding: 20px 0px 0px;
}
.line7{
  
  background-color:#f8c327;
  margin-top: 39px;
  padding-top:0px;
  
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .line7{margin-top: 39px;}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-size:26px;
 font-family: 'Open Sans', sans-serif;
 font-weight: normal;
 color: #000;
}

.marketing h3 {
  font-size:24px;
 font-family: 'Open Sans', sans-serif;
 font-weight: normal;
 color: #000;
}

.container h1 {

  font-size:26px;
 font-family: 'Open Sans', sans-serif;
 font-weight: normal;
 color: #000;
}

.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}





/* Featurettes
------------------------- */

.featurette-divider {
  margin: 30px 0; /* Space out the Bootstrap <hr> more */
}
.sidebar-divider {
  margin-bottom: 40px; 
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 100;
  line-height: 1;
  letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-left:  15px;
    padding-right: 15px;
  }
  .navbar-wrapper .navbar {
    padding-left:  0;
    padding-right: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 0px;
  }
}


/* Navigation CSS
-------------------------------------------------- */

#navigation {
    display: block;

}
#navigation:after {
    clear: both;
    content: "";
    display: block;
}
#navigation > ul {
    float: right;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 50px;
    margin-right: 0;
    margin-top: 0;
}
#navigation > ul > li {
    float: left;
    padding-bottom: 20px;
    padding-left: 13px;
    padding-right: 0;
    padding-top: 57px;
    position: relative;
    text-align: center;
}


#navigation > ul > li > a {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-style: italic;
    line-height: 15px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    transition-delay: 0s, 0s, 0s, 0s;
    transition-duration: 1s, 1s, 0.5s, 0.5s;
    transition-property: background, color, padding, margin;
    transition-timing-function: ease, ease, ease, ease;
}
#navigation > ul > li strong {
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-style: normal;
    line-height: 17px;
  font-family: Arial, Helvetica, sans-serif;
}
#navigation > ul > li:hover > a, #navigation > ul > li.active > a {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-attachment: scroll;
    text-decoration: none;
    background-clip: border-box;
    background-color: #F8C327;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #616161;
    margin-bottom: -20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -57px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 57px;
    position: relative;
    transition-delay: 0s, 0s, 0s, 0s;
    transition-duration: 0.3s, 0.3s, 0.3s, 0.3s;
    transition-property: background, color, padding, margin;
    transition-timing-function: ease, ease, ease, ease;
}
#navigation > ul > li:hover > a strong, #navigation > ul > li.active > a strong {
    color: #000000;
}
#navigation > ul > li:hover > .dropdown {
    opacity: 1;
    top: 100%;
}
#navigation .dropdown {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    font-style: normal;
    margin-top: 2px;
    left: 0;
    opacity: 0;
    padding-top: 0px;
    position: absolute;
    top: -9999px;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: opacity;
    transition-timing-function: ease;
    width: 173px;
    z-index: 999;
}
#navigation > ul > li + li + li + li > .dropdown {
    font-family: Arial, Helvetica, sans-serif;
    list-style-type: none;
    font-weight: bold;
  
}
#navigation .dropdown ul {
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
}
#navigation .dropdown li {
    font-weight: bold;
    padding-bottom: 0px;
    position: relative;
    vertical-align: top;
    list-style-type: none;
    border-bottom-color: #000000;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-left-color: #000000;
    border-left-style:solid;
    border-left-width:1px;
    border-right-color: #000000;
    border-right-style:solid;
    border-right-width:1px;
}
#navigation .dropdown a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #F8C327;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #000000;
    display: block;
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    text-align: left;
    list-style-type: none;
}
#navigation .dropdown li:hover > a, #navigation .dropdown li.active > a {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: #000000 !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
    color: #ffffff !important;
    text-decoration:none !important;
    padding-left: 15px !important;
}
#navigation .dropdown a:hover {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
}
.shadow-container {
    display: block;
    margin-bottom: -30px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    z-index: 10;
}
#navigation .dropdown .dropdown {
    left: 100%;
    padding-left: 1px;
    padding-top: 0;
}
#navigation .dropdown li:hover .dropdown {
    opacity: 1;
    top: 0;
}
#navigationSelect {
    display: none;
}

/* Scroll to top--------------------- */
/* 
* Scroll to top link inside footer, 
* but fixed relative to viewport
*/
footer #scroll-top {
  position:fixed; 
  /* On top of everything */
  z-index:9999; 
  bottom:0;
  right:0;
  margin:0.9em;
  display:inline-block;
  padding:0.15em 0.5em;
  border-radius:3px;
  color:#ffffff;
  text-decoration:none;
  border:1px solid transparent;
  background:#000000;
  letter-spacing:1px;
  text-transform:uppercase;
  font-weight: bold;
}

/* 
* Up Arrow for the scroll top link 
*/
footer #scroll-top:after {
  content:"";
  display:inline-block;
  vertical-align:middle;
  margin-left:0.35em;
  width: 0;
  height: 0;
  border-left: 0.3em solid transparent;
  border-right:  0.3em solid transparent;
  border-bottom:  0.3em solid #fefefe;
}

/* 
* When the viewport is 55em 
* (15em wider than the 40em 
* max-width for #content ) 
* it gets a static postion to not 
* overlap the content area 
*/
@media screen and (max-width: 55em) {
  footer #scroll-top {
    float:right;
    position:static;
    margin:0;
  }