/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: 'TeXGyreHerosBold';
    src: url('fonts/texgyreheros-bold.eot');
    src: url('fonts/texgyreheros-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreheros-bold.woff') format('woff'),
         url('fonts/texgyreheros-bold.ttf') format('truetype'),
         url('fonts/texgyreheros-bold.svg#texgyreherosbold') format('svg');
    font-weight: 600;
    font-style: normal;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1em;
    overflow-x: hidden;
}

h1, h2 {
    font-weight:normal;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/*
 * Make cursor always a pointer on a tags (IE compatibility)
 */
a,
a span,
a div {
    cursor: pointer;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
    border-color: #e7e7e7;
    border-style: solid;
    border-width: 0;
}

/* Fix IE7 black border on input */
input[type=submit],
input[type=reset],
input[type=button] {
    filter: chroma(color=#000000);
}

#header-mobile-overlay {
    display: none;
}

#header-back, #header {
    height: 125px;
}

#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 300;
}

.for-commercial,
.Mode-Commercial .for-residential {
    display: none;
}

.for-residential,
.Mode-Commercial .for-commercial {
    display: block;
}

/* ==========================================================================
   Fonts & Color Schemes
   ========================================================================== */
body, input, textarea, button, .button {
    color: #0c0800;

    font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1em;
}

a {
    color: #004b86;
}

a:hover, a:focus {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #0c0800;
    margin: 0;
}

h1 {
    font-size: 1.75em; /* 28/16 */
    line-height: 32px;
}

h2 {
    font-size: 1.625em; /* 26/16 */
    line-height: 34px;
    margin: 0;
    font-weight: bold;
}

h3 {
    font-size: 1.1875em; /* 19/16 */
    line-height: 28px;
    margin: 0;
}

h4 {
    font-size: 0.875em; /* 14/16 */
    line-height: 22px;
    margin: 0;
    text-transform: uppercase;
}

p {
    font-size: 0.875em; /* 14/16 */
    line-height: 1.55em;
    margin: 20px 0;
}

table,
table.table-full-width {
    width: 100%;
}

table.table-full-width {
    width: 100% !important;
}

table .table-heading,
table td.table-heading,
table th,
table th.table-heading,
table.table-heading tr:first-child td {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    background-color: #fbaa26;
    color: #fff;
}

table[border="0"] td {
	border-width: 0;
}

table td {
    padding: 0 10px;
    border-width: 1px;
}

.typography h1 {
    padding-bottom: 20px;
}

.typography p {
    margin: 1em 0;
}

.typography ul {
    margin: 0;
    padding: 0 0 0 15px;

    font-size: 1em;
    list-style-image: url("../img/icons/ul-dot.png");
}

.typography ul > li:first-child {
    margin-top: 10px;
}

.typography ul > li {
    font-size: 0.875em; /* 14/16 */
    margin: 15px 0;
}

.typography img {
    padding-top: 15px;
}

.typography .caption {
    display: inline-block;
    font-size: 0.875em; /* 14/16 */
    font-style: italic;
    color: #505050;
    margin-top: 15px;
    margin-bottom: 15px;
}

.color-secondary {
    background-color: #3f4b51;
    color: #fff;
}

.color-secondary h1, .color-secondary h2,
.color-secondary h3, .color-secondary h4,
.color-secondary a,
.navbar-container p, .navbar-container h2,
.navbar-container h3, .navbar-container h4 {
    color: #fff;
}

.color-secondary a {
    text-decoration: none;
}

.color-tertiary {
    background-color: #f4f4f4;
}

.puzzle-left.color-tertiary {
    height:245px;

    background-repeat: no-repeat;
}

.puzzle-right.color-tertiary {
    background-position:right top;
    background-repeat: no-repeat;
}

/* ==========================================================================
   Navbar
   ========================================================================== */

.navbar ul {
    list-style: none;
    height:inherit;
    margin:0;
    padding:0;
}

.navbar .nav > li {
    position:relative;
    left:0;
    top:0;
    z-index: 105;

    float:left;
    height:inherit;
}

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

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav > li > a.active {
    text-decoration: none;
}

.navbar .left {
    float: left;
}

.navbar .right {
    float: right;
}

/* ==========================================================================
   Navbar Small
   ========================================================================== */

.navbar-small {
    background-color: #fff;
}

.navbar-small {
    height: 40px;
}

.navbar-small .nav > li > a.phone,
a.phone {
    display: block;
    padding-right: 58px;
    border-right: 1px solid #e8e8e8;
    color: #0c0800;
    font-size: 1.125em; /* 18/16 */
    line-height: 40px;
    text-decoration: none;
}

a.phone:hover,
a.phone:focus {
    color: #fbaa26;
    text-decoration: none;
}

a.phone span.icon {
    position: relative;
    top: 2px;
}

.phone-large {
    display: block;
    font-size: 1.875em; /* 30/16 */
    color: #fbaa26;
    text-decoration: none;
}

.phone-large:hover,
.phone-large:focus {
    text-decoration: none;
}

.navbar-small .nav {
    margin-left: 58px;
}

.navbar-small .nav > li > a,
.navbar-small .nav > li > p {
    font-weight: 600;
}

.navbar-small .nav > li > a {
    display: block;
    padding-left: 20px;
    padding-right: 20px;

    font-size: 0.8125em; /* 13/16 */
    line-height: 40px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;

    color: #0C0800;
    cursor: pointer;

    -webkit-transition: color 0.08s;
    transition: color 0.08s;
}

.navbar-small .nav > li > a:hover,
.navbar-small .nav > li > a:focus {
     text-decoration: none;
     color: #fbaa26;
}

/* ==========================================================================
   Logo
   ========================================================================== */

.logo img {
    margin-top:26px;
}

/* ==========================================================================
   Navbar Large
   ========================================================================== */
.navbar-large {
    background-color: #0c0800;
    height: 90px;
}

.navbar-large .nav > li:hover > a,
.navbar-large .nav > li:focus > a,
.navbar-large .nav > li.active > a {
    position: relative;
    z-index: 201;

    height: 88px;
    border-top: 2px solid #f8bf2d;

    color: #000;
    background-color: #f5f0e8;

    line-height: 87px;
}

.navbar-large .nav > li:first-child {
    border-left-width: 1px;
}

.navbar-large .nav > li {
    border-color: #201e1e;
    border-right-width: 1px;
}

.navbar-large .nav > li > a {
    display: block;
    width: 230px;
    height: 90px;
    padding-left: 0;
    padding-right: 0;

    color: #fff;

    font-size: 0.875em; /* 14/16 */
    line-height: 90px;
    text-align: center;
    text-transform: uppercase;

    -webkit-transition: background-color 0.05s, color 0.05s;
    transition: background-color 0.05s, color 0.05s;
}

/* ==========================================================================
   Navbar Large - Dropdown
   ========================================================================== */
.navbar-large .dropdown {
    position: absolute;
    left: 0;
    top: 0;

    width: auto;
    height: 0;

    background-color: #f5f0e8;
    overflow: hidden;
}

.navbar-large .dropdown,
.navbar-large .dropdown.residential-column-2,
.navbar-large .dropdown.commercial-column-2 {
    width: 566px;
}

.Mode-Commercial .navbar-large .dropdown.residential-column-3,
.Mode-Commercial .navbar-large .dropdown.commercial-column-3 {
    width: 734px;
}

.navbar-large li.active > .dropdown,
.navbar-large li:hover > .dropdown,
.navbar-large li:focus > .dropdown,
.navbar-large .dropdown.active {
    display: block;
    height: auto;
    top: 90px;
    z-index: 200;
    overflow: visible;
}

/* ==========================================================================
   Navbar Large - Dropdown - Links
   ========================================================================== */

.navbar-large ul.dropdown {
    width: 100%;
}

.navbar-large ul.dropdown li a {
    display: inline-block;
    width: 100%;
    color: #373b3e;
    text-decoration: none;
    line-height: 22px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e9e1d3;
}

.navbar-large ul.dropdown li a span {
    display: inline-block;
    width: 82%;
    margin-left: 9%;
    margin-right: 9%;
}

.navbar-large ul.dropdown li a:hover,
.navbar-large ul.dropdown li a:focus  {
    background-color: #000;
    color: #fff;
}


/* ==========================================================================
   Navbar Large - Dropdown - Image Links
   ========================================================================== */

.navbar-large-image-links {
    width: 100%;
    padding: 0;
    margin: 0;
}

.navbar-large .commercial {
    display: none;
}

.Mode-Commercial .navbar-large .commercial {
    display: block;
}

.Mode-Commercial .navbar-large .residential {
    display: none;
}

.navbar-large-image-links li,
.navbar-large-image-links li a {
    height: 195px;
}

.navbar-large-image-links li.promo {
    width: 230px;
    background: url("../img/layout/nav-promo-bg.png") no-repeat;
}

.navbar-large-image-links li.promo a {
    width: 180px;
    padding-left: 25px;
    padding-right: 25px;
}

.navbar-large-image-links li {
    float: left;
    width: 168px;
    padding: 25px 0 10px;
    margin: 0;
}

.navbar-large-image-links li > a {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;

    color: #373b3e;

    font-size: 0.875em; /* 14/16 */
    text-align: center;
    text-decoration: none;
}

.navbar-large-image-links li > a:hover,
.navbar-large-image-links li > a:focus {
    color: #f8bf2d;
}

.navbar-large-image-links li > a:hover img,
.navbar-large-image-links li > a:focus img {
    transform:scale(1.07, 1.07);
    -webkit-transform:scale(1.07, 1.07); /* Opera, Chrome, and Safari */
}

.navbar-large-image-links li:first-child a > span.image {
    border-left: 0;
    border-right: 0;
}

.navbar-large-image-links li:last-child a > span.image {
    border-right: 0;
}

.navbar-large-image-links li a > span.image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 185px;
    border: 0;
    border-right: 1px solid #dac5a3;
}

.navbar-large-image-links li a > span.image > span {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 46px;
    width: 100%;
    text-align: center;
}

.navbar-large-image-links li a img {
    max-width: 130px;
    -webkit-transition: 0.13s;
    transition: 0.13s;
}

.navbar-large-image-links li a > span.text {
    position: relative;
    top: -38px;
}

.navbar-large-image-links li.promo a {
    text-align: left;
}

.navbar-large-image-links li.promo a > span.image {
    height: 170px;
}

.navbar-large-image-links li.promo a span.text {
    font-size: 1em;
}

.navbar-large-image-links li.promo a h4 {
    display: inline;
    font-size: 0.875em; /* 14/16 */
    font-weight: normal;
    text-transform: uppercase;

    *zoom:1;
}

.navbar-large-image-links li.promo a h3 {
    display: inline;
    color: #fff;
    font-size: 1.5625em; /* 25/16 */
    line-height: 22px;
    font-weight: normal;

    *zoom:1;
}

.navbar-large-image-links li.promo a h3.text-long {
   font-size: 1.45em; /* 25/16 */
}

/* ==========================================================================
   Quote Box
   ========================================================================== */

.quote-box {
    background-color: #373b3e;
}

.quote-box .col {
    border-color: #2c3032;
}

.quote-box h2 {
    display: block;
    width: 92%;
    padding:0 4%;

    background-color: #282b2d;
    color: #fff;

    font-size: 1.5em; /* 24/16 */
    line-height: 45px;
}

.quote-box form {
    padding: 20px 25px;
    min-height: 200px;
}

.quote-box h4 {
    display: inline-block;
    margin-bottom: 10px;
    color: #d5d5d5;
    font-size: 0.8125em; /* 13/16 */
    text-transform: uppercase;
}

.quote-box label {
    font-size: 0.875em; /* 14/16 */
    color: #fff;
}

.quote-box .custom-select {
    width: 125px;
}

.quote-box .col.size {
    width: 125px;
}

.quote-box .col.submit {
    padding-top: 45px;
    margin-right: 5px;
}

.quote-box .col.submit input {
    color: #fff;
}

.quote-box .col {
    margin-right: 30px;
}

.quote-box.quote-box-small,
.quote-box-holder {
    width: 308px;
}

.quote-box.quote-box-small form {
    min-height: 0;
}

.quote-box.quote-box-small .col.size {
    height: 65px;
    padding-right: 24px;
}

.quote-box.quote-box-small .col.checkboxes {
    padding-left: 24px;
    border-left-width: 1px;
}

.quote-box.quote-box-small .submit {
    width: 100%;
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}

.quote-box.quote-box-small .submit .button,
.quote-box.quote-box-small .submit button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.quote-box.quote-box-small .col {
    margin-right: 0;
}

.quote-box-holder .typography {
    padding-left: 10px;
}

.quote-box-holder .typography p:first-child {
    margin-top: 0;
}

.Mode-Residential.quote-form-open .CommercialReasons{
    display: none;
}

.Mode-Residential .quote-box .checkboxes.col {
    margin-right: 15px;
}

.Mode-Commercial.quote-form-open .ResidentialReasons{
    display: none;
}

.agree_reason{
    opacity: 0;
    height: 1px;
    width: 1px;
}

/* ==========================================================================
   Feedback Form
   ========================================================================== */

.feedback-form-container {
    position: relative;
    width: 100%;
    height: 0;
}

.feedback-form {
    position: fixed;
    right: -270px;
    top: 230px;
    z-index: 300;
    margin-right: 0px;

    -webkit-transition: 0.16s;
    transition: 0.16s;
}

.feedback-form.active {
    right: 0px;
}

.feedback-form > a {
    display: block;
    float: left;
    width: 62px;
    height: 149px;
    background-image: url('../img/layout/feedback-button.png');
    background-repeat: no-repeat;

    text-indent: -9999px;
}

.feedback-form > div {
    display: block;
    float: left;
    width: 230px;
    height: auto;
    min-height: 149px;
    padding: 30px 20px 30px;
    margin-top: 12px;

    background-color: #fff;
}

.feedback-form > div label {
    display: block;
    margin: 13px 0;
}

.feedback-form > div input,
.feedback-form > div textarea {
    display: block;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    background-color: #fff;
    border-color: #d9d9d9;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.feedback-form > div input {
    height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.feedback-form > div textarea {
    height: 90px;
}

.feedback-form > div button {
    width: 80%;
    margin-top: 30px;
}

/* ==========================================================================
   Button
   ========================================================================== */
.button,
.Actions input,
button {
    display:inline-block;
    width: auto;
    height: auto;
    padding:12px 15px;

    color:#f8f5ef;
    border: 0;
    background-color:#fbaa26;

    text-decoration: none;
    font-weight: normal;
    outline: 0;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: background-color 0.14s;
    transition: background-color 0.14s;
}

.button.button-long {
    width: 210px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.button:hover,
button:hover,
.Actions input:hover,
.button:focus,
button:focus,
.Actions input:focus {
    background-color: #fbb23b;
    text-decoration: none;
}

/* ==========================================================================
   Search Button
   ========================================================================== */

.button-search {
    display: inline-block;
    width: 19px;
    background-image: url("../img/icons/search.png");
    background-repeat: no-repeat;
    background-position: center center;
}

li > a.button-search.active,
.button-search.active,
.button-search.active:hover,
.button-search.active:focus {
    width: 12px;
    background-image: url("../img/icons/x.png");
    background-color: #3f4b51;
}

.button-search span {
    color:transparent;
    text-indent: -9999px;
    text-transform: capitalize;
}

/* ==========================================================================
   Input
   ========================================================================== */
input, textarea {
    width:98%;
    border:1px solid #e1e1e1;

    background-color:#fff;
    outline: 0;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


input {
    height:28px;
    padding:0 1%;
}

.lt-ie8 input[disabled] {
 /*   background-color: #545454;*/
}

textarea {
    padding: 5px 1%;
}

input[type="input"] {
    -webkit-appearance: none;
}

label.checkbox,
input.checkbox,
.SelectionGroup li {
    display: inline-block;
    margin-bottom: 10px;
}

label.checkbox input,
input.checkbox,
label.selector input,
input.selector {
    width: 13px;
    height: 13px;
    padding: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 0;
    text-transform: none;
}

.color-secondary input {
    border:0;
}

#MemberLoginForm_LoginForm label{
    color: #0c0800;
    text-transform: none;
}

#MemberLoginForm_LoginForm div.field {
    float: none;
    min-height: 0;
}

#MemberLoginForm_LoginForm div.field,
#MemberLoginForm_LoginForm .Actions {
    margin-top: 20px;
}

.typography form{
    width: 60%;
}

fieldset {
    margin-left: -4%;
}

fieldset label {
    font-size: 13px;
    margin-bottom: 10px;
    color: #0c0800;
    text-transform: uppercase;
    font-weight: bold;
}

.Actions {
    margin-top: 25px;
}

.Actions .button {
    width: 50%;
    text-transform: uppercase;
}

fieldset div.field {
    float: left;
    width: 46%;
    min-height: 75px;
    padding-left: 4%;
}

fieldset .validation {
    font-size: 13px;
    color: red;
}

fieldset .middleColumn {
    margin-top: 10px;
}

/* ==========================================================================
   Columns and Rows

   p = Percentage
   ========================================================================== */

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.row {
    *zoom: 1;
}

.row .col {
    float: left;
}

.row .col-r {
    float: right;
}

.vac .col,
.vac .col-r {
    height:inherit;
}

.row .col-33p {
    width: 33.3333%;
}

.row .col-50p {
    width: 50%;
}

.row .col-100p {
    width: 100%;
}


/* ==========================================================================
   Sticky Footer
   ========================================================================== */

html, body, #body {
    height: 100%;
}

#wrap {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* margin settings are below #footer */
}

/* ==========================================================================
   Reuseable Styles
   ========================================================================== */

#body, #wrap {
    background-color:#fff;
}

#content-wrap {
    background-color:#fff;
}

.outer-container {
    width: 100%;
    margin: 0 auto;
}

.outerspace-container {
    width: 1200px;
    margin: 0 auto;
}

/* IE7 and below have less padding on the sides */
.lt-ie8 .outer-container {
    width:auto;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.video-container,
.message-story .container,
.product-container {
    width: 1020px;
}

.overlay-container {
    position: relative;
    z-index: 0;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    background-color: #000;

    zoom: 1;
    opacity: 0.75;
    filter: alpha(opacity=75);
    z-index: 5;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.hr {
    margin: 20px 0;
    border-top-width: 1px;

    line-height: 0;
}

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

.desktop {
    display: block;
}

.tablet,
.tablet-mobile,
.mobile,
.banner li .image.tablet,
.banner li .image.mobile,
.icon span.mobile,
a.video.tablet-mobile {
    display: none;
}

.navbar-mobile {
    display: none;
}

/* ==========================================================================
   Icons
   ========================================================================== */

/* --- Default Icon --- */
.icon,
.icon-button {
    background-repeat: no-repeat;
    background-position: 0 0;
}

.icon span {
    display: inline-block;
}

span.icon {
    display: inline-block;
    font-size: 0 !important;
}

span.icon {
    margin-right: 6px;
}

.icon-heart {
    width: 25px;
    height: 23px;
    background-image: url("../img/icons/heart.png");
}

.icon-tick {
    width: 15px;
    height: 12px;
    background-image: url("../img/icons/tick.png");
}

.icon-lightbulb {
    width: 20px;
    height: 31px;
    background-image: url("../img/icons/lightbulb.png");
}

.icon-facebook {
    width: 11px;
    height: 23px;
    background-image: url("../img/icons/social-facebook.png");
}

.icon-twitter {
    width: 22px;
    height: 19px;
    background-image: url("../img/icons/social-twitter.png");
}

.icon-linkedin {
    width: 22px;
    height: 23px;
    background-image: url("../img/icons/social-linkedin.png");
}

.icon-googleplus {
    width: 22px;
    height: 23px;
    background-image: url("../img/icons/social-googleplus.png");
}

.icon-instagram {
    width: 22px;
    height: 23px;
    background-image: url("../img/icons/social-instagram.png");
}

.icon-close {
    width: 15px;
    height: 15px;
    background-image: url("../img/icons/close.png");
}

.icon-close-invert {
    background-image: url("../img/icons/close-invert.png");
}

.icon-person {
    width: 20px;
    height: 20px;
    background-image: url("../img/icons/person.png");
}

.icon-phone {
    width: 13px;
    height: 19px;
    background-image: url("../img/icons/phone.png");
}

.icon-phone-large {
    position: relative;
    top: 4px;
    width: 20px;
    height: 29px;
    background-image: url("../img/icons/phone-large.png");
}

a:hover .icon-facebook,
a:hover .icon-twitter,
a:hover .icon-linkedin,
a:hover .icon-googleplus,
a:hover .icon-instagram,
a:hover .icon-phone,
a.icon-close:hover,
a:focus .icon-facebook,
a:focus .icon-twitter,
a:focus .icon-linkedin,
a:focus .icon-googleplus,
a:focus .icon-instagram,
a:focus .icon-phone,
a.icon-close:focus {
    background-position: 0 100%;
}

/* ==========================================================================
   Custom Select
   ========================================================================== */
div.custom-select {
    width: 150px;
    height: 30px;

    border-color: #d8d6d6;
    border-width: 1px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.custom-select a {
    line-height: 30px;
}

div.custom-select li,
div.custom-select a,
div.custom-select a span {
    color: #9b9b9b;
}

/* ==========================================================================
   Custom Select Defaults
   ========================================================================== */
.input-brand div.custom-select {
    z-index: 1; /* fixes IE7 layering */
}

div.custom-select {
  position: relative;
  z-index:0;
  padding:0;
  background: #fff url("../img/icons/select-box-arrow.png") no-repeat right center;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.custom-select a {
  display: inline-block;
  width:100%;
  height:100%;
  padding:0;

  color:#000;
  font-size:1em;
  text-decoration:none;

  cursor: pointer;
}
.custom-select a span {
  display: inline-block;
  width: 100%;
  padding:0 10px;
  white-space: nowrap;
  overflow: hidden;
}
.custom-select a span,
.custom-select li {
    color:#000;
}
.custom-select select {
  display: none !important;
}
.custom-select > div {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 1px 0 0 -1px;
  width: 100%;
  border-left-width:1px;
  border-bottom-width:1px;
  border-right-width:1px;
  border-top-width: 0;
  background: #FFFFFF;
  z-index: 10000;
  overflow: hidden;
}
.custom-select input {
  width: 298px;
  border: 1px solid #888;
  margin: 5px 5px 0;
  padding: 5px;
  font-size: 14px;
}
.custom-select > div > div {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  margin: 5px;
  max-height: 120px;
}
.custom-select div ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-select div ul li {
  display: none;
  line-height: 30px;
  padding: 0 5px;
}
.custom-select div ul li.active {
  display: block;
  cursor: pointer;
}
.custom-select div ul li:hover {
  background: #66bbff;
  color: #fff;
}
.custom-select div ul li.option-hover {
  background: #3399ff;
  color: #fff;
}
.custom-select div ul li.option-disabled {
  color: #999;
}
.custom-select div ul li.option-disabled:hover {
  background: #ff9999;
  color: #fff;
}
.custom-select div ul li.option-hover.option-disabled {
  background: #ff6666;
  color: #fff;
}
.custom-select div ul li.no-results {
  display: none;
  background: #f2f2f2;
  color: #000;
}

/*input.checkbox {
    position: absolute;
    left: -9999px;
    top: -9999px;

    float: left;
    width: 18px;

    opacity: 0;
}

input.checkbox + label {
    margin: 0;
    padding: 5px 0 4px 35px;

    background: url("../img/icons/checkbox.png") left center no-repeat;

    clear: none;
    cursor: pointer;
}

input.checkbox:checked + label,
input.checkbox.checked + label {
    background-image: url("../img/icons/checkbox_on.png");
}*/


/* ==========================================================================
   Get A Quote Full Form
   ========================================================================== */

body #quote-form,
body {
    background-color: #0c0800;
}

#body, #header {
    -webkit-transition: 0.16s;
    transition: 0.16s;
}

#body {
    position: relative;
    left: 0;
}

#quote-form {
    width: 370px;
    right: -370px;
}

#quote-form .input-brand.commercial {
    display: none;
}

.Mode-Commercial #quote-form .input-brand.residential {
    display: none;
}

.Mode-Commercial #quote-form .input-brand.commercial {
    display: block;
}

.quote-form-open #body {
    position: relative;
    left: -370px;
    width: 100%;
    height: 100%;
}

.quote-form-open #header {
    position: absolute;
}

.quote-form-open #quote-form {
    position: absolute;
}

#quote-form {
    position: fixed;
    top: 0;

    display: block;
    height: 100%;

    z-index: 301;
    -webkit-transition: 0.16s;
    transition: 0.16s;
}

#quote-form h2, #quote-form h3,
#quote-form label, #quote-form p {
    color: #fff;
}

#quote-form form {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 94%;
    padding-top: 25px;
    padding-left: 35px;
    padding-right: 35px;
}

#quote-form .col-50p:first-child {
    width: 50%;
    margin-left: 0;
}

#quote-form .col-50p {
    width: 44%;
    margin-left: 6%;
}

#quote-form .title {
    padding-bottom: 10px;
}

#quote-form .hr {
    border-color: #333;
}

#quote-form .input-image img {
    width: 95px;
}

#quote-form p {
    margin: 10px 0;
}

#quote-form h3 {
    font-size: 0.875em; /* 14/16 */
    font-weight: normal;
}

#quote-form h4, #quote-form h5,
#quote-form label.text {
    font-size: 0.8125em; /* 13/16 */
    text-transform: uppercase;
}

#quote-form h4 {
    color: #fbaa26;
    padding-bottom: 10px;
}

#quote-form h5, #quote-form label.text {
    color: #d5d5d5;
    padding: 10px 0;
}

#quote-form div.custom-select {
    width: 180px;
}

div.custom-select a,
div.custom-select a span,
div.custom-select li {
    color: #0c0800;
}

#quote-form label.text {
    display: inline-block;
}

#quote-form .button {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
    color:#f8f5ef;
}

#quote-form .email-field,
#quote-form .submit-field {
    width: 85%;
}

#quote-form .phone-field,
#quote-form .postcode-field {
    width: 48%;
}

#quote-form .close {
    display: inline-block;
    text-align: right;
}

.quote-form-open #quote-form {
    right: 0;
}

/* ==========================================================================
   Mode Selection Box (Residential / Commercial)
   ========================================================================== */

/* Temporary while front-ending
body .mode-selection-box-container,
body.Mode-None .mode-selection-box-container  {
    display: none;
}/**/

.no-js .mode-selection-box-container {
    display: none;
}

.mode-selection-box-container {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.Mode-None .mode-selection-box-container {
    display: block;
}

.mode-selection-box {
    position: relative;
    width: 800px;
    margin: 0 auto;
    margin-top: 138px;
    background-color: #fff;
    z-index: 10001;
}

.mode-selection-box h2,
.mode-selection-box h3,
.mode-selection-box p {
    text-align: center;
}

.mode-selection-box h3 {
    font-weight: normal;
}

.mode-selection-box .logo {
    height: 30px;
    background-color: #0c0800;
    padding: 20px 0 20px 20px;
}

.mode-selection-box .logo img {
    margin: 0;
}

.mode-selection {
    padding-top: 20px;
}

.mode-selection .modes {
    padding:0 80px;
}

.mode-selection .modes .col:first-child {
    border-left-width: 0;
    padding-left: 0;
    padding-right: 40px;
}

.mode-selection .modes {
    padding-top: 30px;
}

.mode-selection .modes .col {
    padding-left: 40px;
}

.mode-selection .modes .vr {
    float:left;
    border-left-width: 1px;
    height: 200px;
    margin: 20px 0;
}

.mode {
    display: block;
    width: 250px;
    text-decoration: none;
    text-align: center;
}

.mode:hover {
    text-decoration: none;
}

.mode:hover img {
    border-width: 4px;
}

.mode span {
    color: #0c0800;
    font-size: 1.625em; /* 26/16 */
    line-height: 2.575em; /* 22/16 */
}

.mode img {
    position: relative;
    height: 250px;
    border-radius: 150px;

    border: inherit;
    border-color: #fbaa26;
    border-width: 0;

    -webkit-transition: border-width 0.14s;
    transition: border-width 0.14s;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lt-ie8 .mode:hover img {
    top: -4px;
    left: -4px;
}

.mode-selection-box .contact {
    background-color: #fbaa26;
}

.mode-selection-box .contact p {
    font-size: 1.5625em; /* 25/16 */
    line-height: 70px;
    color: #fff;
    text-align: center;
}

/* ==========================================================================
   Banner
   ========================================================================== */
.banner > ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 100;
}
.banner {
    height: 225px;
}

.banner > ul,
.banner > ul > li {
    height: 100%;
}

.banner {
    overflow: hidden;
    border-bottom: 3px solid #fbaa26;
}

.banner > ul > li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.banner > ul > li > img {
    width: 100%;
    height: 100%;
}

.banner > ul > li .image {
    position: absolute;
    left: 0;
    top: 0;

    display: inline-block;
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 100;

    /* Force IE7 image to be inline */
    *zoom: 1;
    *display: inline;
}

.cycle-controller-holder {
    position: relative;
    left: 0;
    top: -250px;
    z-index: 102;

    width: 100%;
    height: 50px;
    text-align: center;
}

.cycle-controller {
    display: inline-block;
    width: 1200px;
}

.cycle-pager {
    float:left;
    display: block;
}

.cycle-pager span,
.cycle-pager a {
    float: left;
    display: block;
    width: 9px;
    height: 9px;
    margin: 0 5px;

    /*background-image: url("../img/icons/banner-pagination-dot.png");*/
    background-repeat: no-repeat;
    background-position: 0 0;

    text-indent: -9999px;
    cursor:pointer;
}

.cycle-pager .cycle-pager-active {
    background-position: 0 100%;
}

.cycle-prev, .cycle-next {
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 5px;

    background-image: url("../img/icons/banner-pagination-arrows.png");
    background-repeat: no-repeat;
    background-position: 0 0;

    cursor:pointer;
}

.cycle-next {
    float: right;
    background-position: 0 100%;
}

.cycle-caption-holder {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 101;

    width: 100%;
}

.cycle-caption {
    width: 920px;
    margin: 0 auto;

    background: url("../img/layout/banner-bg.png") repeat;
}

.cycle-caption .hr {
    border-color: #fbaa26;
    margin: 15px 42px 15px 0;
}

/* ==========================================================================
   Banner Product
   ========================================================================== */

.banner-product {
    height: 270px;
}

.banner .banner-features-holder {
    position: relative;
    height: 100%;
    margin: 0 auto;
    z-index: 101;
}

.banner .banner-features {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 510px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
}

.banner-features h1,
.banner-features h2,
.banner-features h3,
.banner-features h4,
.banner-features p,
.banner-features ul,
.banner-features li {
    color: #fff;
}

.banner-features ul {
    list-style: disc;
    margin: 0 0 0 -5px;
    padding: 0 0 0 20px;
}

.banner-features h1,
.banner-features h2 {
    font-size: 3.125em; /* 50/16 */
    line-height: 50px;
    padding-bottom: 15px;
    font-weight: normal;
}

.banner-features h4 {
    font-size: 0.8125em; /* 13/16 */
    font-weight: normal;
    text-transform: uppercase;
}

.banner-features p,
.banner-features li {
    font-size: 0.875em; /* 14/16 */
    line-height: 22px;
}

/* ==========================================================================
   Banner Large
   ========================================================================== */

.banner-large {
    height: 450px;
}

.banner-large li {
    display: none;
}

.banner-large .cycle-caption {
    padding-top: 20px;
    padding-bottom: 13px;
}

.banner-large .cycle-caption h2,
.banner-large .cycle-caption h3,
.banner-large .cycle-caption a {
    margin-left: 35px;
}

.banner-large .cycle-caption h2 {
    font-size: 3.4375em; /* 55/16 */
    line-height: 65px;
    font-weight: normal;
    color: #fff;
}

.banner-large .cycle-caption h2 strong {
    color: #fbaa26;
}

.banner-large .cycle-caption h3 {
    font-size: 2.125em; /* 34/16 */
    line-height: 40px;
    font-weight: normal;
    color: #fff;
}

.banner-large .cycle-caption p {
    font-size: 1.3125em; /* 21/16 */
    line-height: 21px;
    font-weight: 300;
    color: #f1f1f0;
}

.banner-large .cycle-caption a {
    color: #fff;

    font-size: 1em;
    font-weight: 300;
    line-height: 16px;
    text-decoration: none;
}

.banner-large .cycle-caption .button {
    width: 210px;
    text-align: center;
}

/* ==========================================================================
   Video - Message Holder
   ========================================================================== */

.video-message {
    padding: 70px 0 65px;
    background-color: #f8f5ef;
}

/* ==========================================================================
   Video
   ========================================================================== */

.video-container {
    position: relative;
}

a.video,
.video-show .video {
    position: relative;
    z-index: 2;

    display: block;
    cursor: pointer;
}

.lt-ie8 a.video {
    width: 464px;
}

a.video img {
    width: 100%;
}

a.video .play {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    width: 80px;
    height: 104px;
    margin-left: -40px;
    margin-top: -52px;
    background-image: url("../img/icons/play-thumbnail.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}

.video-active a.video {
    display: none;
}

.video-container {
    height: auto;
    -webkit-transition: 0.14s;
    transition: 0.14s;
}

.video-active .video-show, .video-active .video-show img
, .video-active .video-show iframe {
    -webkit-transition: width 0.18s, height 0.18s;
    transition: width 0.18s, height 0.18;
}

.video-show {
    position: absolute;
    left: 0;
    top: 0;

    width: 440px;
}

.video-active .video-show {
    width: 100%;
    height: auto;
}

.video-show .video {
    display: none;
    width: 100%;
    height: 100%;
}

.video-active .video-show .video {
    display: block;
    height: 500px;
}

a.video-close {
    display: none;
    position: absolute;
    top: -20px;
    right: 0;
}

.video-active a.video-close {
    display: inline-block;
}

/* ==========================================================================
   Selling Points
   ========================================================================== */

ul.tick,
.selling-points ul {
    padding: 0 0 0 26px;
    list-style-image: url("../img/icons/tick.png");
}

ul.tick li,
.selling-points li {
    padding-left: 6px;
}

ul.tick li p,
.selling-points li p {
    font-size: 1em;
    margin: 0;
}

.row .selling-points {
    width: 515px;
}

.selling-points > .info {
    min-height: 224px;
}

.selling-points h3 {
    font-size: 1.625em; /* 26/16 */
}

.selling-points p,
.selling-points li {
    font-size: 0.875em; /* 14/16 */
    line-height:29px;
}

/* ==========================================================================
   Message Story
   ========================================================================== */

.message-story {
    position: relative; /* fixes IE7 hasLayout bug */
    padding:60px 0 0;
    text-align: center;
}

.message-story span.icon {
    position: relative;
    top: 7px;
    margin-right: 12px;
}

.message-story h2 {
    margin:0;
    font-size: 1.75em; /* 28/16 */
}

.message-story p {
    line-height:29px;
}

.message-story .button-images {
    padding-top: 40px;
}

/* ==========================================================================
   Button Images
   ========================================================================== */
.button-images {
    margin-left: -30px;
}

.button-images .button-image {
    float: left;
    margin-left: 30px;
}

.button-image {
    position: relative;
    display: block;
    width: 320px;
    height: 190px;
    vertical-align: top;
}

.button-image,
.button-image:hover,
.button-image:focus {
    text-decoration: none;
}

.button-image > div {
    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;
    text-align: center;
}

.button-image .dim {
    background-color: #000;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}

.button-image .text {
    width: 280px;
    height: 150px;
    margin: 20px;
    vertical-align: top;
}

.button-image .text .fill {
    position: absolute;
    left: 0;
    top: 0;

    width: 280px;
    height: 150px;
    padding: 0;

    border-color: #fbaa26;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.button-image .text span {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 65px;
    color: #fff;
    font-size: 1.5625em; /* 25/16 */
    line-height: 26px;
    text-decoration: none;
}

.button-image .dim,
.button-image .text .fill {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.button-image:hover .text .fill,
.button-image:focus .text .fill  {
    border-top-width: 75px;
    border-bottom-width: 75px;
    border-left-width: 140px;
    border-right-width: 140px;
}

.lt-ie8 .button-image:hover .text .fill,
.lt-ie8 .button-image:focus .text .fill {
    width: 0;
    height: 0;
}

.button-image:hover .dim,
.button-image:focus .dim {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.breadcrumbs-container {
    border-bottom: 1px solid #e8e8e8;
}

.breadcrumbs {
    padding: 0;
    margin: 0;

    list-style: none;
}

.breadcrumbs li {
    display: inline-block;
    line-height: 55px;
    margin-left: 3px;

    *zoom:1;
    *display: inline;
}

.breadcrumbs li:first-child {
    margin-left: 0;
}

.breadcrumbs li,
.breadcrumbs li > a {
    color: #0c0800;
    text-decoration: none;
}

.breadcrumbs li > a,
.breadcrumbs li > span {
    margin-right: 5px;
}

.breadcrumbs li > a:hover,
.breadcrumbs li > a:focus,
.breadcrumbs li > span.active {
    color: #fbaa26;
}

/* ==========================================================================
   Dropdown Select
   ========================================================================== */

.dropdown-select {
    position: relative;
    z-index: 201;
}

.dropdown-select .dropdown {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.dropdown-select.active > .dropdown {
    display: block;
}

/* ==========================================================================
   Select Residential / Commercial
   ========================================================================== */

.navbar-small .nav > li.selectmode {
    z-index: 106;
}

.selectmode:hover > .dropdown {
    display:block;
}

.selectmode > a,
.navbar-small .nav > li.selectmode > a {
    width: 83px;
    padding-right: 128px;
    color: #fff;
    background-color: #fbaa26;
    background-image: url("../img/icons/selectmode-arrow.png");
    background-repeat: no-repeat;
    background-position: right center;
}

.selectmode > .dropdown {
    top: 40px;
    width: 100%;
    background-color: #f5f0e8;
}

.selectmode > .dropdown li {
    width: 100%;
}

.selectmode > .dropdown a {
    display: inline-block;
    width: 100%;
    color: #373b3e;
    text-decoration: none;
    line-height: 40px;
}

.selectmode > .dropdown a span {
    display: inline-block;
    width: 82%;
    margin-left: 9%;
    margin-right: 9%;
    border-bottom: 1px solid #e9e1d3;
}

.selectmode > .dropdown a:hover,
.selectmode > .dropdown a:focus  {
    background-color: #000;
    color: #fff;
}

.selectmode > .dropdown a:focus span,
.selectmode > .dropdown a:hover span {
    margin-bottom: 1px;
    border-bottom: 0;
}

/* ==========================================================================
   Select Size
   ========================================================================== */
.selectsize-container {
    width: 550px;
}

.selectsize {
    width: 100%;
    background-color: #0c0800;
}

.selectsize > a {
    display: block;
    width: 100%;
    height: 55px;
    position: relative;
    top: 0;
    font-size: 1em;
    line-height: 55px;
    text-decoration: none;
    background-color: #fbaa26;
}

.selectsize > a span.text {
    margin-left: 25px;
    float: left;

    font-size: 1.25em; /* 20/16 */
    color: #fff;
}

.selectsize > a span.icon {
    position: relative;
    top: -2px;
    float: right;
    width: 22px;
    height: 13px;
    margin-top: 20px;
    margin-right: 30px;
    text-align: right;
    background: url("../img/icons/selectsize-arrow.png") no-repeat center center;

    transition: 0.24s;
    -webkit-transition: 0.24s;
}

.selectsize.active > a span.icon {
    background: url("../img/icons/selectsize-arrow.png") no-repeat center center;
    transform:rotate(-180deg);
    -ms-transform:rotate(-180deg); /* IE 9 */
    -webkit-transform:rotate(-180deg); /* Opera, Chrome, and Safari */
}

.selectsize {
    position: relative;
    top: 0px;
    transition: 0.24s;
    -webkit-transition: 0.24s;
}

.selectsize.animate-down {
    top:-15px;
}

.selectsize .dropdown {
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;
    overflow: hidden;
    z-index: 2;

    -webkit-transition: height 0.10s;
    transition: height 0.10s;
}

.selectsize .dropdown li {
    width: 100%;
    height: 100px;
    line-height: 100px;
}

.selectsize .dropdown li a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f5f0e8;
    text-decoration: none;

    -webkit-transition: background-color 0.07s;
    transition: background-color 0.07s;
}

.selectsize .dropdown li a:hover,
.selectsize .dropdown li a:focus {
    background-color: #fbaa26;
}

.selectsize .dropdown li a:hover span.text,
.selectsize .dropdown li a:focus span.text {
    color: #fff;
}

.selectsize .dropdown li a > div {
    display: block;
    margin-left: 23px;
    margin-right: 23px;
    border-bottom: 1px solid #dac5a3;
    position: relative;
    z-index: 1;
}

.selectsize .dropdown li a:hover > div,
.selectsize .dropdown li a:focus > div {
    border-bottom: 0;
}

.selectsize .dropdown li .image {
    display: inline-block;
    width: 60px;
    height: 80px;
    padding-left: 12px;

    *zoom: 1;
    *display: inline;
}

.selectsize .dropdown li .image img {
    max-width: 100px;
}

.selectsize .dropdown li .text {
    display: inline-block;
    min-width: 160px;
    font-size: 1.5em; /* 24/16 */
    color: #373b3e;
    padding-left: 60px;

    *zoom: 1;
    *display: inline;
}

.selectsize .dropdown.text-long li .text,
.selectsize .dropdown li .text-long {
    min-width: 260px;
    padding-left: 40px;
    font-size: 1.4em;
}

.selectsize .dropdown li .icon {
    margin-right: 1px;
}

/* ==========================================================================
   Title
   ========================================================================== */
.title {
    margin-top: 15px;
    margin-bottom: 15px;
}

.title h1 {
    font-weight: 600;
}

.title h2 {
    font-size: 1.125em; /* 18/16 */
    font-weight: normal;
}

/* ==========================================================================
   - Sidenav & Content
   - Contact Sidebar & Content
   ========================================================================== */

.sidenav-content .sidenav,
.contact-content .contact {
    width: 190px;
}

.sidenav-content .content,
.contact-content .content {
    width: 970px;
    padding-top: 25px;
}

.sidenav-content .content-full {
    width: 100%;
}

.contact-title {
    margin-top: 20px;
}

.contact-address {
    margin-top: 5px;
}

/* ==========================================================================
   Contact Sidebar & Content
   ========================================================================== */

.contact-content .contact {
    padding-top: 10px;
}

.contact-content .content {
    width: 870px;
    padding-left: 35px;
    border-left-width: 1px;
}

.banner.banner-map {
    height: 300px;
}

#map {
    height: 100%;
}

/* ==========================================================================
   Sidenav
   ========================================================================== */

.sidenav {
    padding-bottom: 10px;
    background-color: #0c0800;
}

.sidenav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidenav li:first-child a {
    padding-right: 0;
    margin-right: 0;
    margin-top: 15px;
    margin-bottom: 10px;
    border-bottom: 3px solid #fbaa26;
    font-size: 0.8125em; /* 13/16 */
    text-transform: uppercase;
}

.sidenav li.current:first-child a,
.sidenav li:first-child a:hover,
.sidenav li:first-child a:focus {
    background: none;
}

.sidenav li a {
    display: inline-block;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 15px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 0.875em; /* 14/16 */
    line-height: 20px;
    text-decoration: none;
}

.sidenav li.current a,
.sidenav li a:hover,
.sidenav li a:focus {
    color: #fbaa26;
    background: url("../img/icons/sidenav-arrow.png") no-repeat right center;
}

/* ==========================================================================
   Tab Content Box
   ========================================================================== */
.tab-content-box,
.tab-content-box .tabs,
.tab-content-box .content {
    border-color: #e1e1e1;
}

.tab-content-box {
    width: 710px;
    border-top-width: 1px;
}

.tab-content-box .tabs {
    float: left;
    width: 140px;
}

.tab-content-box .tabs a {
    position: relative;
    z-index: 11;
    display: table;
    width: 127px;
    height: 60px;
    padding-left: 12px;
    color: #0c0800;
    text-decoration: none;
    border-left-width: 1px;
    border-bottom-width: 1px;

    background:transparent url("../img/icons/tab-arrow.png") no-repeat right -999px;

    -webkit-transition: width 0.07s, background-color 0.07s, color 0.07s;
    transition: width 0.07s, background-color 0.07s, color 0.07s;
}

.tab-content-box .tabs a > div {
    display: table-cell;
    vertical-align: middle;
}

.tab-content-box .tabs a:hover,
.tab-content-box .tabs a:focus,
.tab-content-box .tabs a.active {
    padding-bottom: 1px;
    color: #fff;
    background-color: #fbaa26;
    background-image: none;
    border-right-width: 0px;
    border-bottom-width: 0px;
}

.tab-content-box .tabs a.active {
    width: 141px;
    background:#fbaa26 url("../img/icons/tab-arrow.png") no-repeat right center;
}

.tab-content-box .content {
    float: left;
    width: 508px;
    padding: 27px 29px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

.tab-content-box .content > div {
    display: none;
    width: 100%;
    min-height: 400px;
}

.tab-content-box .content > div.active {
    display: block;
}

/* Fix Vertical Alignment for IE7 */
.lt-ie8 .tab-content-box .tabs a {
    position: relative;
    display: block;
}

.lt-ie8 .tab-content-box .tabs a > div {
    position: absolute;
    top: 50%;
}

.lt-ie8 .tab-content-box .tabs a > div > span{
    position: relative;
    top: -50%;
}

/* ==========================================================================
   Blog List
   ========================================================================== */
.blog-list {
    margin-left: -4%;
}

.blog-list .blog-item {
    float: left;
    width: 46%;
    margin-left: 4%;
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.blog-list .blog-item a.image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.blog-list .blog-item a.image img {
    width: 100%;
    max-height: 235px;
}

.blog-list .blog-item a.image .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e49c2a;
    opacity: 0;
}

.blog-list .blog-item a.image .image-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 1em;
    color: #fff;
    font-weight: normal;
    text-align: center;

    /* Text height, margin-top = -halfHeight */
    line-height: 40px;
    margin-top: -20px;
}

.blog-list .blog-item a.image .image-text span {
    position: relative;
    top: -150px;
    display: inline-block;
    font-size: 1.25em; /* 20/16 */
    padding-left: 30px;
    padding-right: 30px;
    border: 2px solid #fff;
    opacity: 0.1;
}

.blog-list .blog-item a.image .image-overlay,
.blog-list .blog-item a.image .image-text span {
    -webkit-transition: 0.21s;
    transition: 0.21s;
}


.blog-list .blog-item a.image:hover .image-overlay {
    opacity: 0.85;
}

.blog-list .blog-item a.image:hover .image-text span {
    top: 0;
    opacity: 1;
}

.blog-list .blog-item > .typography {
    margin: 15px 0 15px;
    min-height: 185px;
    padding: 0;
    padding-top: 10px;
}

.blog-list .blog-item .date {
    font-size: 0.8125em; /* 13/16 */
    text-transform: uppercase;
}

.blog-list .blog-item .title {
    font-size: 1.625em; /* 26/16 */
    color: #fbaa26;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-list .blog-item .title a {
    color: #fbaa26;
    text-decoration: none;
}

.blog-list .blog-item .title a:hover {
    text-decoration: underline;
}

.blog-list .blog-item .content {
    width: 100%;
    padding: 0;
    font-size: 0.875em; /* 14/16 */
    font-weight: normal;
}

.blog-list .blog-item .author {
    min-height: 21px;
    margin: 0;
    padding: 0 0 25px;
    color: #8d8d8d;
}

.blog-list .blog-item .author strong {
    font-size: 1em;
    font-weight: bold;
    color: #0c0800;
}

.typography .author-image,
.author-image {
    max-width: 45px;
    max-height: 45px;
    padding-top: 0;
    margin-right: 7px;
}

/* ==========================================================================
    Blog Entry
   ========================================================================== */

.blog-entry,
.sidenav-content .blog-entry {
    padding-top: 15px;
}

.blog-entry .content {
    width: 100%;

    padding: 0;
}

.blog-entry.typography h1 {
    padding-bottom: 5px;
}

/* ==========================================================================
    Blog Entry - Comments
   ========================================================================== */

.comments {
    padding-top: 20px;
}

.comments form {
    padding-top: 20px;
}

.comments form .textarea {
    width: 97%;
}

.comments form .textarea textarea {
    height: 105px;
}

.comments-list,
.typography .comments-list,
.action-links,
.typography .action-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.typography .comments-list > li {
    font-size: 1em;
    margin-bottom: 30px;
}

.comment-item > p,
.comment-item > div,
.comment-item > ul {
    padding-left: 30px;
}

.comment .info {
    background: url("../img/icons/person.png") no-repeat;
}

.action-links li {
    *zoom: 1;
    display: inline;
}

/* ==========================================================================
   Faux Blog List
   ========================================================================== */

.BlogHolder table,
table.blog-table {
    width: 100% !important;
    margin-bottom: 20px;
    border-top: 1px solid #e8e8e8;
}

.BlogHolder table:first-of-type,
.BlogHolder table:first-child,
table.blog-table:first-of-type,
table.blog-table:first-child {
    border-top: 0;
}

table .blog-date,
table .blog-heading {
    padding-top: 15px;
}

table .blog-heading {
    padding-bottom: 20px;
}

table .blog-author {
    padding-top: 20px;
}


.BlogHolder table tr:first-child td,
.BlogHolder table.blog-table tr:first-child td {
    background-color: transparent;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.BlogHolder td,
table.blog-table td {
    width: 48%;
    padding-left: 2%;
    padding-right: 0;
    font-size: 0.875em; /* 14/16 */
    line-height: 20px;
    border: 0;
}

.BlogHolder td:first-child,
table.blog-table td:first-child {
    width: 48%;
    padding-left: 0;
    padding-right: 2%;
}

.blog-date,
.BlogHolder .blog-date {
    font-size: 13px;
    color: #0c0800;
    text-transform: uppercase;
}

.blog-heading,
.BlogHolder .blog-heading {
    font-size: 26px;
    color: #fbaa26;
}

.blog-author {
    font-size: 14px;
    color: #8d8d8d;
}

.blog-author strong {
    font-weight: normal;
    color: #0c0800;
}

/* ==========================================================================
   Anything Zoomer
   ========================================================================== */

#zoom {
    width: 505px;
    margin: 0 auto;
}
.small {
    text-align: center;
    height: 470px;
}

.small img {
    max-width: 100%;
    max-height: 455px;
}

.large {
    display: none;
}
.large img {
    width: 1530px;
    height: 1310px;
    background: white;
}

/* AnythingZoomer */
.az-wrap, .az-small, .az-large {
  position: relative;
}
.az-wrap-inner {
    display: block;
    width: 505px !important;
    margin: 0 auto; /* center small & large content */
}
/* This wraps the large image and hides it */
.az-zoom {
    background: #fff;
    border: #333 1px solid;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    overflow: hidden;
    z-index: 100;
    display: none;
    -moz-box-shadow: inset 0px 0px 4px #000;
    -webkit-box-shadow: inset 0px 0px 4px #000;
    box-shadow: inset 0px 0px 4px #000;
}
/* Class applied to az-mover when large image is windowed */
.az-windowed {
    overflow: hidden;
    position: absolute;
}
/* Class applied to az-mover when large image is fully shown */
.az-expanded {
    height: auto;
    width: auto;
    position: static;
    overflow: visible;
}

/* overlay small area */
.az-overlay {
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 10;
}

/* fade out small content when hovering
.az-hovered > * {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
*/

/* edit mode coordinate styling */
.az-coords {
    display: none; /* hidden when expanded */
}
.az-zoom .az-coords {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    background: rgba(0,0,0,0.5);
    color: #fff;
}


/* ==========================================================================
   Carousel
   ========================================================================== */

.carousel {
    position: relative;
    overflow: hidden;
}

.carousel ul {
    width: 90%;
    height: 145px;
    margin-top: 12px;
    margin-left: 5%;
    padding: 0;
    list-style: none;
}

.carousel ul li,
.carousel ul li a {
    /*width: 120px;*/
    height: 80px;
}

.carousel li a:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.carousel li a {
    display: block;
    /* border: 1px solid #e7e7e7; */
    text-align: center;
    text-decoration: none;
    margin-bottom: 30px;
}

.carousel ul li {
    display: inline-block;
    /* padding: .2em; */
    white-space: normal;
    vertical-align: top;

    *zoom: 1;
    *display: inline !important;
}

.carousel li img {
    max-width: 93%;
    max-height: 80px;
    padding: 0;
}

.carousel .prev,
.carousel .next {
    position: absolute;
    top: 40px;
    z-index: 100;

    display: inline-block;
    width: 12px;
    height: 21px;

    background-image: url("../img/icons/carousel-arrow-left.png");
    background-repeat: no-repeat;
    background-position: center center;

    cursor:pointer;
}

.carousel .prev {
    left: 0;
}

.carousel .next {
    right: 0;

    background-image: url("../img/icons/carousel-arrow-right.png");
}


.carousel .prev:hover,
.carousel .next:hover,
.carousel .prev:focus,
.carousel .next:focus  {

}

/* ==========================================================================
   Product Page
   ========================================================================== */

.product-single {
    position: relative;
    z-index: 105;
}

.product-button:before, .product-button:after { content: " "; display: table; }
.product-button:after { clear: both; }
.product-button { *zoom: 1; }

.product-single .product-button-holder {
    width: 50px;
    position: absolute;
    top: 350px;
}

.product-single .product-button-holder.product-previous,
.product-single .product-button-holder.product-next .product-button {
    position: absolute;
    left: 0;
}

.product-single .product-button-holder.product-next,
.product-single .product-button-holder.product-previous .product-button {
    position: absolute;
    left: auto;
    right: 0;
    background-color: #f8f5ef;
}

.product-single .product-button-holder.product-previous {
    left: 40px; /* 0 */
}

.product-single .product-button-holder.product-next {
    right: 35px; /* 65px */
}

.product-single .product-button.product-previous .arrow {
    float: right;
}

.product-single .product-button {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100px;
    padding-bottom: 0;

    overflow: hidden;
}

.product-single .product-button .arrow {
    width: 50px;
    height: 100%;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
}

.product-single .product-button .image {
    display: table;

    position: absolute;
    top: 0;
    width: 75px;
    height: 100%;
    padding: 0;
    background-color: #f8f5ef;
    text-align: center;
}

.product-single .product-button .image .va {
    display: table-cell;
    vertical-align: middle;
}

.product-single .product-button .image img {
    padding-top: 10px;
    max-width: 100%;
    max-height: 80px;
}

.product-single .product-button.product-previous .image {
    right: 50px;
}

.product-single .product-button.product-next .image {
    left: 50px;
}

.product-single .product-button.active,
.product-single .product-button:hover,
.product-single .product-button:focus {
    width: 125px;
    padding-bottom: 25px;
}

.product-single .product-button.active .arrow,
.product-single .product-button:hover .arrow,
.product-single .product-button:focus .arrow {
    background-color: #fbaa26;
}

.product-single .product-button.active .text,
.product-single .product-button:hover .text,
.product-single .product-button:focus .text {
    bottom: 0;
}

.product-single .product-button.product-previous .arrow {
    background-image: url("../img/icons/product-arrow-left.png");
}

.product-single .product-button.product-next .arrow {
    background-image: url("../img/icons/product-arrow-right.png");
}

.product-single .product-button .text {
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    height: 25px;
    background-color: #373b3e;
    color: #fff;

    font-size: 0.875em; /* 14/16 */
    line-height: 25px;
    text-align: center;
}

.product-single .product-button,
.product-single .product-button .text {
    -webkit-transition: 0.13s;
    transition: 0.13s;
}

/* Product Button Fixed Styling */

.product-single .product-button-container {
    position: fixed;
    width: 100%;
    top: 50%;
    z-index: 300;
}

.product-single .product-button-container .product-button-holder {
    top: 0;
}

.product-single .product-button-container .product-button-holder.product-previous {
    left: 65px;
}

.product-single .product-button-container .product-button-holder.product-next {
    right: 73px;
}

.product-title-row {
    background-color: #272b2d;
    color: #fff;
}
.col-prod-title {
    width: 30%;
    margin-top: 2em;
}
.col-prod-siblings {
    width: 70%;
    font-size: .9em;
}
.col-sibling {
    width: 20%;
}
.col-sibling .icon-person {
    width: 11px;
    height: 11px;
    background-image: url('../img/icons/person-white.png');
}
.product-title-row h1,
.product-title-row h3,
.product-title-row a {
    color: #fff;
    text-decoration: none;
}
.col-sibling a {
    display: block;
    padding: 1em;
    border-right: 1px solid #161819;
}
.col-sibling a:not(.active):hover {
    background-color: #1a1b1d;
}
.col-sibling:first-child a {
    border-left: 1px solid #161819;
}
.col-sibling .active {
    background-color: #fbaa26;
    position: relative;
}
.col-sibling .active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #fba926 transparent transparent transparent;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -9px;
}
.col-sibling .capacity {
    margin: .2em 0;
}
.link-back {
    color: #fba926;
    text-decoration: none;
    display: inline-block;
    margin: 1em 0 3em;
}
.row-prod-main {
    padding-bottom: 4em;
}
.row-prod-main .col {
    width: 45%;
    margin-right: 5%;
}

.col-prod-main .prod-heading {
    font-weight: bold;
    font-size: 28px;
}
.col-prod-main .capacity {
    margin: .3em 0 .5em;
}
.col-prod-main th,
.col-prod-main td {
    padding: .2em;
}
.col-product-tabs {
    width: 65%;
    margin-right: 5%;
}
.col-quotebox {
    width: 30%;
}
.prod-tab-title {
    border-top: 1px solid #d9d9d9;
    background-image: url('../img/icons/tab-arrow-toggle.png');
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding: 1em 0;
    cursor: pointer;
}
.prod-tab-title h3 {
    font-weight: normal;
    font-size: 1.2em;
}
.prod-tab-content {
    padding-left: 6em;
    display: none;
}
.feature-title {
    font-weight: bold;
    font-size: 0.875em;
    border-bottom: 1px solid #d9d9d9;
    color: #fbaa26;
}
.col-prod-main .inner-holder {
    margin-bottom: 1em;
    overflow: hidden;
}
.show-more {
    color: #000;
    text-decoration: underline;
    font-size: .875em;
    margin-bottom: 1em;
    display: inline-block;
}
.bg-product {
    background-color: #f9f9f9;
    padding: 4em 0;
    margin-bottom: -60px;
}
.quote-box-holder.quote-box-small.col {
    display: none;
    position: fixed;
    top: 160px;
}
.quote-box-sticky form {
    background-color: #fff;
    border: 1px solid #d9d9d9;
}
.quote-box-sticky h2 {
    font-size: 18px;
    text-align: center;
}
.quote-box-sticky h4 {
    color: #272b2d;
}
.quote-box-sticky .size {
    margin-bottom: 1em;
}
.mimic-quote-box label,
.quote-box-sticky label {
    color: #8c8c8c;
}
.mimic-quote-box h4,
.quote-box-sticky h4,
.mimic-quote-box label,
.quote-box-sticky label {
    font-size: 16px;
    text-transform: none;
}
.quote-box.quote-box-small .quote-box-sticky .button {
    font-weight: bold;
    font-size: 18px;
    padding: 1em 0;
}
.mimic-quote-box {
    margin-top: 2em;
}
.mimic-quote-box label {
    margin-right: 1em;
}
.mimic-quote-box h2 {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: .5em;
}
.mimic-quote-box h4 {
    margin-bottom: .5em;
}
.mimic-quote-box .custom-select,
.quote-box-sticky .custom-select {
    height: 50px;
    border-radius: 0;
    width: 100%;
}
.mimic-quote-box .custom-select a,
.quote-box-sticky .custom-select a {
    line-height: 50px;
}
.mimic-quote-box input[type=submit]{
    background-color: #fbaa26;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}


/* testimonial */ 

.testimonialdiv {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}

.testimonials {
    width: 48%;
    float: left;
    padding: 5px;
}

.testimonial-title{
    margin: auto;
    width: 50%;
    text-align: center;
    padding-top: 30px;
}

.video-show{
    display: none;
}

.video-show.active {
    display: block;
}






/* ==========================================================================
   Vertical Align Center Text
   ========================================================================== */

.outer-vac {
    height: inherit;
}

.vac {
    display: table;
    width: 100%;
    height: inherit;
}

    .vac > a, .vac > span,
    .vac > p, .vac > .col {
        display: table-cell;
        vertical-align: middle;
    }

    /* IE7 and Lower Support */
    .lt-ie8 .outer-vac {
        position: relative;
    }

    .lt-ie8 .vac {
        position: absolute;
        left: 0;
        top: 50%;

        height: inherit;
    }

    .lt-ie8 .vac span,
    .lt-ie8 .vac a,
    .lt-ie8 .vac strong {
        display:inline-block;
    }

    .lt-ie8 .vac span span,
    .lt-ie8 .vac span strong {
        font-size:1em;
    }

    .lt-ie8 .vac > a,
    .lt-ie8 .vac > span,
    .lt-ie8 .vac > p {
        position: relative;
        top: -50%;
    }

    /*
        Vertically Align -forced- 2-Line Text
        ie. If a <br> is used between elements
    */
    .lt-ie8 a.vac-2line,
    .lt-ie8 span.vac-2line,
    .lt-ie8 p.vac-2line {
        position: relative;
        top: -100%;
    }

    .lt-ie8 .vac .vac-2line .icon {
        position: relative;
        top: 25%;
    }

    /*
        Vertically Align -forced- 3-Line Text
        ie. If a <br> is used between elements
    */
    .lt-ie8 a.vac-3line,
    .lt-ie8 span.vac-3line,
    .lt-ie8 p.vac-3line {
        position: relative;
        top: -150%;
    }

    .lt-ie8 .vac .vac-3line .icon {
        position: relative;
        top: 75%;
    }
/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination {
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
}

.pagination li {
    float: left;
}

.pagination a, .pagination span {
    display: inline-block;
    width: 23px;
    height: 22px;
    margin: 0 6px 0 0;
    padding: 1px 0 0 0;
    border-width: 1px;

    color: #fff;
    background-color: #fbaa26;

    font-size: 0.9375em; /* 15/16 */
    line-height: 22px;
    text-align: center;
    text-decoration: none;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pagination a:hover,
.pagination a:focus {
    background-color:#e8a62c;

    text-decoration: none;
}

/* ==========================================================================
   Footer
   ========================================================================== */
#footer, .footer-push {
    height: 155px;
    overflow: hidden;
}

.footer-push {
    margin-top: 60px;
}

/* Sticky Footer, Must equal footer overall height */
#wrap {
    margin: 0px 0px -155px 0px;
}

/* ==========================================================================
    Footer Navbar-Social
   ========================================================================== */
.nav-social {
    height: 95px;
    background-color: #333;
}

.nav-social a {
    color: #969696;
    line-height: 95px;

    -webkit-transition: color 0.08s;
    transition: color 0.08s;
}

.nav-social a:hover,
.nav-social a:focus {
    color: #fbaa26;
}

.nav-social .social a {
    margin-left: 15px;
}

/* ==========================================================================
   Navbar Footer
   ========================================================================== */
.navbar-footer .nav > li {
    margin: 0 30px 0 0;
}

/* ==========================================================================
   Footer Copyright, Terms & Conditions
   ========================================================================== */

.copyright-terms-conditions {
    height: 60px;
    background-color: #0c0800;
}

.copyright-terms-conditions a,
.copyright-terms-conditions p {
    font-size: 0.8125em; /* 13/16 */
    margin: 0;
    color: #fff;
    line-height: 60px;
    text-decoration: none;
}

.copyright-terms-conditions p a {
    font-size: 1em;
}

a.blissmedia,
.copyright-terms-conditions a:hover,
.copyright-terms-conditions a:focus {
    text-decoration: underline;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}


/* Custom Select - Open
----------------------------------*/
/*.custom-select-open {
  border-bottom: 1px solid #eee;
}*/
.custom-select-open div {
  display: block;
}

/* Hide Input Box
----------------------------------*/
.custom-select input.custom-select-hidden-input {
  position: absolute !important;
  top: 0 !important;
  left: -1000px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  z-index: -1 !important;
}

/* Mobile Override
----------------------------------*/
.custom-select-mobile select {
  display: inline !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}