/*
Theme Name: pjewelers2016
Theme URI: http://digitaltechparis.com/
Author: David Brabyn
Author_URI: http://www.digitaltechparis.com
Version: 1.0
*/

@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
@media print {
  .container {
    width: auto;
  }
}


body {
    width: 100%;
    height: 100%;
    font-family: 'EB Garamond', serif;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    background-color: #f5f5f5;
    /*background-image: url("https://www.premierjewelers.co/wp-content/themes/diamond/images/body-bg.png");*/
}
html {
    width: 100%;
    height: 100%;
}
button, input, select, textarea {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
q,
blockquote {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:after{
    color: #fff;
    content: '\2619';
    font-family: serif;
    font-size: 75px;
    font-style: normal;
    font-weight: 300;
    bottom: 16px;
    position: relative;
    text-align: center;
    display: block;
}
.quote {
    background: #96b9ce none repeat scroll 0 0;
    border:none;
    font-family: Raleway,sans-serif;
    font-size: 1.7em;
    text-align: center;
    padding: 55px 30px 0;
    margin: 0;
    color: #fff;
    font-weight: 300;
}
@media(min-width:1200px) {
    .quote {
        padding: 55px 80px 0;
    }
}
blockquote small {
    color: #fff;
    font-size: 75%;
    margin-top: 10px;
}

.brown-bg .btn-default,
.blue-bg .btn-default {
    border: 1px solid #eee;
    color: #eee;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
.section-title h2 {
    margin: 0 0 55px;
}
#tweets .section-title h2 {
    margin: 0 0 25px;
}
p {
    margin: 0 0 15px;
    font-size: 21px;
    line-height: 1.5;
}
a {
    color: #96b9ce;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #111;
}
.light {
    font-weight: 400;
}
.container {
    background: #FFF;
}
@media (max-width:991px) {
    .container {
        width: 100%;
    }
}
@media (min-width:992px) and (max-width:1200px) {
    .container {
        width: 90%;
    }
}
.intro,
section {
    margin-bottom: 40px;
}
section:last-of-type {
    margin-bottom: 0;
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
}
.blue-bg {
    background: #96b9ce !important;
    color: #464646;
}
.blue-bg h2,
.blue-bg h3,
.blue-bg a {
    color: #FFF;
}
.blue-bg a:hover,
.blue-bg a:focus {
    color: #666;
}
.brown-bg {
    background: #464646 none repeat scroll 0 0;
    color: #EEE;
}
.grey-bg {
    background: #e9e9e9 none repeat scroll 0 0;
    color: #555;
}
.columns-2 {
    -moz-column-gap: 4em;
    -webkit-column-gap: 4em;
    column-gap: 4em;
    -moz-columns: 2 320px;
    -webkit-columns: 2 320px;
    columns: 2 320px;
}

/*Images*/
img.alignleft,
figure.alignleft,
.thumbnail.alignleft,
img.alignright,
figure.alignright,
.thumbnail.alignright {
    margin-bottom: 15px;
}
@media(min-width:450px) {
    .post img.alignleft,
    .post figure.alignleft,
    .post .thumbnail.alignleft {
        float: left;
        margin: 0 25px 15px 0;
    }
}
img.alignright,
figure.alignright,
.thumbnail.alignright {
    float: right;
    margin: 0 0 15px 25px;
}
.thumbnail {
    border: medium none;
    padding: 0;
}
.wp-caption-text {
    color: #777;
    font-family: raleway,sans-serif;
    font-size: 14px;
    padding: 9px;
}
.post img {
    max-width: 100%;
    height: auto;
}

/*Nav bar*/
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 2px solid rgb(102, 102, 102);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
    font-weight: 700;
}
.navbar-header {
    float: none;
    min-height: 48px;
}
.navbar-custom .navbar-brand {
    text-align: left;
    height: auto;
    padding: 15px 20px 12px;
}
@media(max-width:400px) {
    .navbar-brand > img {
        max-width: 80%;
    }
}
@media(min-width:768px) {
    .navbar-custom .navbar-brand {
        float: none;
        margin: 0 auto !important;
        text-align: center;
        display: block;
    }
    .navbar-header {
        text-align: center;
        position: relative;
    }
    .navbar-brand > img {
        margin: 0 auto;
        max-width: none;
    }
    .navbar-header ul {
        margin: 0;
    }
    .navbar-header .phone {
        font-size: 16px;
        font-weight: 200;
        left: 21px;
        position: absolute;
        top: 21px;
        z-index: 999;
    }
    .navbar-header .social {
        position: absolute;
        right: 10px;
        top: 16px;
        font-size: 21px;
        z-index: 999;
    }
    .navbar-custom .navbar-brand {
        padding: 20px;
    }
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}
.navbar-custom a {
    color: #555;
}
.navbar-nav {
    float: none;
}
.navbar-custom .nav li {
    float: none;
    text-align: center;
}
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-left: 9px;
    margin-right: 9px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
    padding-top: 10px;
    border-bottom: 4px solid transparent;
}
@media(min-width:1200px) {
    .navbar-custom .nav li a {
        margin-left: 15px;
        margin-right: 15px;
    }
}
.navbar-custom .nav li a:hover {
    outline: 0;
    color: #96b9ce;
    background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}
.navbar-custom .nav li.active {
    outline: 0;
}
.engagement .navbar-custom .nav li.engagement-link a, /*engagement*/
.custom .navbar-custom .nav li.custom-link a, /*custom*/
.estate .navbar-custom .nav li.estate-link a, /*estate*/
.diamonds .navbar-custom .nav li.diamonds-link a, /*diamonds*/
.single .navbar-custom .nav li.menu-item-69 a,
.blog .navbar-custom .nav li.menu-item-69 a,
.navbar-custom .nav li.active a {
    border-bottom: 4px solid #96b9ce;
}
.navbar-custom .nav li.active a:hover {
    color: #fff;
}
@media(min-width:992px) {
    .navbar-custom {
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .navbar-main-collapse {
        background: #464646;
    }
    .navbar-nav {
        width: 100%;
        text-align:center;
    }
    .navbar-nav > li {
        vertical-align: middle;
        display: inline-block;
        float: none;
        text-align: left;
    }
    .navbar-custom .nav li a {
        color: #eee;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}
.navbar-toggle {
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
}
.navbar-toggle .fa-bars {
    font-size: 26px;
}

.opener,
.intro {
    height: auto;
    margin-top: 50px;
}
@media(min-width:992px) {
    .opener,
    .intro {
        height: auto;
        margin-top: 63px;
    }
}
@media(min-width:992px) {
    .home .intro {
        margin-top: 137px;
    }
    .opener,
    .intro {
        margin-top: 177px;
    }
    section.container,
    .intro .container,
    .navbar .container {
        border: 1px solid #ddd;
    }
    .navbar .container {
        border-bottom: none;
        border-top: 4px solid #96b9ce;
    }
}

.padded-v {
    padding-top: 40px;
}
.padded-50h {
    padding-left: 50px;
    padding-right: 50px;
}
@media (min-width: 1200px) {
    .padded-40h-lg {
        padding-left: 40px;
        padding-right: 40px;
    }
    .padded-50h-lg {
        padding-left: 50px;
        padding-right: 50px;
    }
}

/*Intro*/
.intro-text {
    background:rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px 30px 30px;
    font-family: Raleway, sans-serif;
    font-size: 1.6em;
    font-weight: 600;
}
.intro-text div {
    font-size: .65em;
    line-height: 1.3;
    font-weight: 300;
    color: #eee;
}
@media(min-width:992px) {
    .intro-text {
        position: absolute;
        bottom: 0;
        background:rgba(0, 0, 0, 0.5);
        color: #fff;
        max-width: 600px;
        right: 0;
        padding: 20px 30px 30px;
        font-family: Raleway, sans-serif;
        font-size: 2em;
        font-weight: 600;
    }
    .intro-text div {
        font-size: .65em;
        line-height: 1.3;
        font-weight: 300;
        color: #eee;
    }
}

/*Offer*/
#services,
#latest,
#offer {
    padding-top: 0px;
    padding-bottom: 0px;
}
#offer > .row {
    /*padding:10px;*/
    padding: 20px 0 0 20px;
}
#offer {
    padding-left: 15px;
    padding-right: 15px;
}
#offer img {
    width: 100%;
    height: auto;
}
.grid:after {
    content: '';
    display: block;
    clear: both;
}
/*.grid-sizer,
.grid-item {
    width: 100%;
}
@media (min-width: 768px) {
    .grid-sizer,
    .grid-item {
        width: 50%;
    }
}*/
.cube {
    margin-bottom: 20px;
    padding: 0 20px 0 0;
    position: relative;
}
.text {
    background: #333 none repeat scroll 0 0;
    position: relative;
    min-height: 265px;
    font-size: 1.1em;
    padding: 20px;
    color: #FFF;
    font-family: raleway, sans-serif;
    left: 0;
    right: 0;
    bottom: 0;
}
@media (min-width: 768px) {
    .text {
        position: absolute;
        margin-right: 20px;
    }
    #engagement.cube,
    #custom.cube,
    #estate.cube,
    #jewelry.cube {
        padding-bottom: 264px;
    }
}
@media (min-width: 992px) {
    .text {
        font-size: 1.2em;
    }
}

.blog h3,
#latest h3,
.cube h2 {
    border-bottom: 5px solid #96b9ce;
    margin-bottom: 20px;
    padding-bottom: 20px;
    max-width: 450px;
}
.cube h2 a {
    color: #FFF;
}
.cube h2 a:hover {
    color: #96b9ce;
}
@media (min-width: 1200px) {
    .vcentered-lg {
        position: absolute;
        top: 50%;
        -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        -o-transform: translatey(-50%);
        -webkit-transform: translatey(-50%);
        transform: translatey(-50%)
    }
}

/*Services */
#services {
    background: rgba(255, 255, 255, 1) url("./img/logo-400-30pc.png") no-repeat scroll 100% bottom / 300px auto;
}
@media (min-width: 99px) {
    #services {
        background: rgba(255, 255, 255, 1) url("./img/logo-400-30pc.png") no-repeat scroll 100% bottom / 300px auto;
    }
}
@media (min-width: 1200px) {
    #services {
        background: rgba(255, 255, 255, 1) url("./img/logo-400-30pc.png") no-repeat scroll 100% bottom / 400px auto;
    }
}
#services .panel-group {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}
.tabs-left > .nav-tabs {
    border-bottom: 0;
    max-width: 200px;
}
.tab-content > .tab-pane {
  display: none;
  max-width: 1000px;
}
.tab-content > .active {
  display: block;
  padding: 0 40px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 69px;
  border-right: 2px solid #96b9ce;
  font-size: 1.4em;
  text-align: center;
}
.tabs-left > .tab-content {
  overflow: hidden;
}
.tabs-left > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a {
    padding: 15px 10px;
  /*min-width: 74px;*/
  margin-bottom: 2px;
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
    /*background: #96b9ce;*/
}
.tabs-left > .nav-tabs > li a h4 {
    margin: 0;
    font-size: 16px;
    /*color: #FFF;*/
}
.tabs-left > .nav-tabs > li.active h4,
.tabs-left > .nav-tabs > li a:hover h4 {
    margin: 0;
    color: #FFF;
}
.tabs-left > .nav-tabs > li .fa {
    /*margin-bottom: 10px;*/
}
.tabs-left > .nav-tabs > li.active > a,
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #96b9ce transparent #96b9ce #96b9ce;
    background: #96b9ce;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
}

/*Latest*/
#latest {
    padding-left: 25px;
    padding-right: 25px;
    border-top: medium none;
    margin-bottom: 0;
}
.post-meta {
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    color: #888;
    margin-bottom: 10px;
}
.post {
    font-size: 21px;
    line-height: 1.5;
    padding: 15px;
}
.home #featured .post h2 {
    margin-bottom: 15px;
}
.home #featured .post {
    padding: 40px 15px 0;
}
.more {
    display: block;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 30px 0 0;
    text-align: right;
}
@media (min-width: 768px) {
    .post {
        padding: 50px;
    }
    .home #featured .post {
        padding: 40px 50px;
        margin: 0;
    }
}

/*Blog*/
.post .wp-post-image {
    margin-bottom: 30px;
}
.post-info {
    font-family: raleway, sans-serif;
}
.post-info p {
    font-size: 17px;
    margin: 0 0 25px;
}
.post-info h5 {
    margin-bottom: 10px;
}


/*Comments*/
#comments {
    border-top: 1px solid #eee;
    margin-top: 60px;
    padding-top: 60px;
}
#respond {
    font-family: raleway, sans-serif;
}
p.comment-notes {
    font-size: 19px;
}
#respond label {
  font-size: 16px;
  font-weight: 400;
}
.form-submit {
    display: none;
} /* no longer needed since WP 4.1 */
.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 50%;
}


#tweets {
    border: medium none;
    padding-bottom: 15px;
    padding-top: 40px;
}
#tweets .blue-bg a {
    color: #f9f9f9;
}
#tw-widget {
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 400px) {
    #tw-widget {
        padding-left: 40px;
        padding-right: 40px;
    }
}
#tw-widget .user {
    font-size: 20px;
}
.tweet {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  padding: 20px;
  margin-bottom: 10px;
}
.timePosted {
    color: #f5f5f5;
    font-family: raleway,sans-serif;
    font-size: 14px;
    margin-left: 20px;
}
[data-scribe="element:avatar"],
[data-scribe="element:name"] {
    display: none;
}
[data-scribe="element:screen_name"] {
    display: block;
    margin-bottom: 5px;
}
[data-scribe="element:mention"] {
    border-bottom: 1px dotted #eee;
}
.tweet a {
    font-size: 0.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-binding:url('ellipsis-xbl.xml#ellipsis');
    white-space: nowrap;
    width:200px;
}
.tweet [data-scribe="element:url"] {
    display: block;
}


/*About*/
#about {
    margin-bottom: 0;
    border-bottom: none;
}
#signup {
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    vertical-align: middle;
    text-align: center;
}
#signup .cta {
    font-family: raleway;
    font-weight: 300;
    font-size: 28px;
    line-height: 30px;
    margin: 16px 0;
    text-transform: none;
}
#mc4wp-form-1 .form-control {
    border: medium none;
    box-shadow: none;
}
.mc4wp-form {
    margin: 16px 0;
}
@media (min-width: 768px) {
    #signup .cta {
        text-align: right;
    }
    #mc4wp-form-1 > form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    #mc4wp-form-1 > form .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        box-shadow: none;
        border:none;
        border-radius: 4px 0 0 4px;
    }
    #mc4wp-form-1 > form .form-control-static {
        display: inline-block;
    }
    #mc4wp-form-1 > form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    #mc4wp-form-1 > form .input-group .form-control, #mc4wp-form-1 > form .input-group .input-group-addon, #mc4wp-form-1 > form .input-group .input-group-btn {
        width: auto;
    }
    #mc4wp-form-1 > form .input-group > .form-control {
        width: 100%;
    }
    #mc4wp-form-1 > form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    #mc4wp-form-1 > form .checkbox, #mc4wp-form-1 > form .radio {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: middle;
    }
    #mc4wp-form-1 > form .checkbox label, #mc4wp-form-1 > form .radio label {
        padding-left: 0;
    }
    #mc4wp-form-1 > form .checkbox input[type="checkbox"], #mc4wp-form-1 > form .radio input[type="radio"] {
        margin-left: 0;
        position: relative;
    }
    #mc4wp-form-1 > form .has-feedback .form-control-feedback {
        top: 0;
    }
}
.mc4wp-success {
    color: #ffce00;
    font-size: 0.9em;
    margin: 10px 0 30px;
}
.mc4wp-alert {
    font-family: raleway;
}
#mc4wp-checkbox{clear:both;display:block;position:static;width:auto}#mc4wp-checkbox input{float:none;width:auto;position:static;margin:0 6px 0 0;padding:0;vertical-align:middle;display:inline-block!important;max-width:21px;-webkit-appearance:checkbox}#mc4wp-checkbox label{float:none;display:block;cursor:pointer;width:auto;position:static}#_mc4wp_subscribe_woocommerce_checkout_field input,#_mc4wp_subscribe_woocommerce_checkout_field label{float:none!important;width:auto!important;display:inline-block!important}#registerform #mc4wp-checkbox{margin-bottom:10px}



/*Contact*/
#contact {
    line-height: 1.7;
    font-size: 21px;
    border-bottom: 1px solid #ddd;
}
#contact > .row > .matchHeight{
    min-height: 250px;
}
#contact h3 {
    margin-bottom: 20px;
}
div.wpcf7 {
    text-align: center;
}
div.wpcf7 input,
div.wpcf7 textarea {
    max-width: 100%;
}
#contact table {
    text-align: left;
    margin: 0 auto;
}
#map {
    height: 250px;
}
@media(min-width:600px) and (max-width:767px) {
    #contact > .row > div {
        width: 50%;
        float: left;
    }
}
@media(min-width:600px) {
    #map {
        height: calc(100% - 32px);
    }
}
.directions {
    font-family: Raleway,sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 6px 20px;
    text-align: center;
    text-transform: uppercase;
    height: 32px;
}
.exterior {
    background: url("./img/exterior.jpg") no-repeat scroll center / cover;
}
#contact address {
    line-height: 1.7;
    margin-bottom: 0;
}

.padded-50v {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media(min-width:768px) {
    .padded-100v {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-default {
    border: 1px solid #96b9ce;
    color: #96b9ce;
    background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
    border: 1px solid #96b9ce;
    outline: 0;
    color: #000;
    background-color: #96b9ce;
}
.btn-primary {
    background-color: #96b9ce;
    border-color: #96b9ce;
    color: #fff;
}
ul.banner-social-buttons {
    margin-top: 0;
}
@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}
@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

/*Footer*/
footer {
    padding: 30px 0 50px;
    font-family: "Raleway",sans-serif;
    text-align: center;
}
@media (min-width: 768px) {
    footer {
        text-align: left;
    }
    footer .copyright{
        text-align: right;
    }
}
footer .container {
    background: transparent;
}
footer {
    font-size: .85em;
}
.navbar-header .social a,
footer,
footer a {
    color: #777;
}
.navbar-header .social a:hover,
footer a:hover {
    color: #333;
}
footer .fa {
    font-size: 1.4em;
}

::-moz-selection {
    text-shadow: none;
    background: #96b9ce;
}
::selection {
    text-shadow: none;
    background: #96b9ce;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

/* Very small devices (large phones, 500px to 768px) */
@media (min-width: 450px) and (max-width: 768px) {
    .col-vs-6 {
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        float: left;
    }
    .col-vs-6 {
        width: 50%;
    }
}

/* Very Very Large devices (large desktops, 1500px and up) */
@media (min-width: 1500px) {
    .container {
        width: 1400px;
    }
    .visible-xl-block {
        display: block !important;
    }
    .hidden-xl {
        display: none !important;
    }
    .col-xl-1 {
        width: 9%;
    }
    .col-xl-11 {
        width: 91%;
    }
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
    }
    .col-xl-2 {
        width: 16.6667%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-4 {
        width: 33.3333%;
    }
    .col-xl-5 {
        width: 41.6667%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-8 {
        width: 66.6667%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-10 {
        width: 83.3333%;
    }
    .col-xl-push-9 {
        left: 75%;
    }
    .col-xl-push-10 {
        left: 83.3333%;
    }
    .col-xl-pull-2 {
        right: 16.6667%;
    }
    .col-xl-pull-3 {
        right: 25%;
    }
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }
    .col-xl-offset-0 {
        margin-left: 0;
    }
    .col-xl-offset-1 {
        margin-left: 8.33333%;
    }
    .col-xl-offset-2 {
        margin-left: 16.6667%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .error404 section {
        min-height: 600px;
    }
}



/*Contact Form 7*/
div.wpcf7 {
    margin: 0;
    padding: 0;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}
div.wpcf7 .screen-reader-response {
    border: 0 none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}
span.wpcf7-form-control-wrap {
    position: relative;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    display: block;
    font-size: 1em;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ff0000;
    left: 20%;
    padding: 0.2em 0.8em;
    position: absolute;
    top: 20%;
    z-index: 100;
}
span.wpcf7-list-item {
    margin-left: 0.5em;
}
.wpcf7-display-none {
    display: none;
}
div.wpcf7 img.ajax-loader {
    border: medium none;
    margin-left: 4px;
    vertical-align: middle;
}
div.wpcf7 div.ajax-error {
    display: none;
}
div.wpcf7 .placeheld {
    color: #888;
}


/*Gravity forms*/
@media (max-width: 768px) {
    .gform_wrapper .top_label input.medium,
    .gform_wrapper .top_label select.medium,
    #gform_wrapper_2 .gform_wrapper .top_label input.medium,
    #gform_wrapper_2 .gform_wrapper .top_label select.medium {
        width: 99% !important;
    }
  .gform_wrapper .gform_body .top_label li.gfield.gf_right_half {
    float: left;
    clear: left !important;
    width: 99%;
  }
  .gform_wrapper .gform_body .top_label li.gfield.gf_left_half {
    float: left;
    clear: left !important;
    width: 99%;
  }
    .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
    .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
        float: left;
        clear: left !important;
        width: 99% !important;;
    }
}


/* Gravity Forms General */
.gform_fields { padding: 0; margin: 0 0 10px; }
#main .gform_fields { margin: 20px 0; }
.gform_fields li, #main .gform_fields li { list-style-type: none; padding: 0; margin: 0 0 15px; }
select { background: #fbfbfb; }
.alert-danger, .alert-error, .validation_error { margin: 20px 0; }
.validation_message { font-size: 11px; color: red; font-style: italic; }
.ginput_complex label { font-size: 11px !important; font-style: italic; margin: -6px 0 10px; color: #BBB; }
.gform_wrapper .top_label input.medium, .gform_wrapper input[type="text"] { padding: 4px !important; }
.gform_wrapper ul li.gform_left, span.ginput_left { float: left; width: 51%; clear: none; }
.gform_wrapper ul li.gform_right, span.ginput_right { float: left; width: 49%; clear: none; }
.gform_wrapper ul li.gform_left input.medium, span.ginput_left input { width: 91%; padding: 3px; }
.gform_wrapper ul li.gform_left select { width: 95%; padding: 3px; }
.gform_wrapper ul li.gform_right input.medium, span.ginput_right input { width: 96%; padding: 3px; }
.gform_wrapper ul li.gform_right select { width: 100%; padding: 3px; }
.gform_full textarea { width: 98%; }
.gform_wrapper textarea { padding: 3px; height: 115px; }
ul.gfield_checkbox { margin: 0; }
ul.gfield_checkbox li { margin: 0; padding: 0; }
.validation_error, #gforms_confirmation_message { padding: 8px 14px; margin-bottom: 20px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: #fcf8e3; border: 1px solid #fbeed5; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
#gforms_confirmation_message { color: #468847; background-color: #dff0d8; border-color: #d6e9c6; }

.validation_error { color: #b94a48; background-color: #f2dede; border-color: #eed3d7 }



/* Financing form style */
form.financing-application * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form.financing-application input,
form.financing-application .gform_wrapper input,
form.financing-application .ginput_complex .ginput_full input,
form.financing-application input[type="text"],
form.financing-application .gform_wrapper input[type="text"],
form.financing-application .ginput_complex .ginput_full input[type="text"],
form.financing-application select,
form.financing-application .gform_wrapper select,
form.financing-application .ginput_complex .ginput_full select,
form.financing-application textarea,
form.financing-application .gform_wrapper textarea,
form.financing-application .ginput_complex .ginput_full textarea,
form.financing-application .gform_wrapper .datepicker,
form.financing-application .gform_wrapper .gform_wrapper .datepicker,
form.financing-application .ginput_complex .ginput_full .gform_wrapper .datepicker {
  text-transform: uppercase;
  border-radius: 0 !important;
  font-size: 14px!important;
  padding: 5px 8px!important;
  border: 1px solid #464646 !important;
  /*width: 100%!important;*/
}
form.financing-application .ginput_complex select + label,
form.financing-application .gform_wrapper .ginput_complex select + label,
form.financing-application .ginput_complex .ginput_full .ginput_complex select + label {
  display: none;
}
form.financing-application .gform_heading {
  width: 100%!important;
  background: #96b9ce;
  color: #ffffff;
  padding: 20px;
}
form.financing-application .gform_heading .gform_title {
  text-transform: uppercase;
}
form.financing-application .gform_heading .gform_title .white {
  color: #ffffff;
}
                        /*form.financing-application .gform_fields {
                          display: none;
                        }*/
form.financing-application .gform_fields .gsection {
  page-break-before: always;
  font-size: 15px!important;
  font-weight: 700!important;
  border-bottom: 3px solid #96b9ce;
}
                        /*form.financing-application.gplaceholder .gfield_label,
                        form.financing-application.gplaceholder th {
                          display: none;
                        }*/
form.financing-application.gplaceholder .gfield_list_icons {
  padding: 0 0 0 5px !important;
}
form.financing-application.gplaceholder .gfield_list_icons img {
  margin: 0 !important;
}
form.financing-application .gfield_checkbox li #gform_submit_button_ {
  padding: 0 !important;
  float: right;
  width: 55px;
  margin: 1px 0;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
form.financing-application .gfield_checkbox li #gform_submit_button_ .diamond {
  content: '';
  display: block;
  background: url(../images/diamond.png) center no-repeat;
  width: 55px;
  height: 55px;
}
form.financing-application .gfield_checkbox li input {
  display: none;
}
form.financing-application .gfield_checkbox li label {
  float: left;
  width: 55px;
  margin: 0 5px 0 0;
  display: block;
  text-align: center;
  text-transform: uppercase;
              /*margin-left: 15px;*/
}
form.financing-application .gfield_checkbox li label:before {
  content: '';
  display: block;
  background: url(../images/checkbox.png) 0 0 no-repeat;
  width: 55px;
  height: 55px;
}
input[type=checkbox]:checked ~ form.financing-application .gfield_checkbox li label {
  display: none;
}
form.financing-application .gfield_checkbox li input[type=checkbox]:checked ~ label:before {
  background-position: left bottom;
}
form.financing-application .one-column,
form.financing-application .two-column,
form.financing-application .two-thirds-column,
form.financing-application .three-column {
  display: block;
  float: left;
}
form.financing-application .one-column.one-column,
form.financing-application .two-column.one-column,
form.financing-application .two-thirds-column.one-column,
form.financing-application .three-column.one-column {
  width: 32%;
  margin-left: 2% !important;
}
form.financing-application .one-column.one-column:first-child,
form.financing-application .two-column.one-column:first-child,
form.financing-application .two-thirds-column.one-column:first-child,
form.financing-application .three-column.one-column:first-child,
form.financing-application .one-column.one-column.gf_left_third,
form.financing-application .two-column.one-column.gf_left_third,
form.financing-application .two-thirds-column.one-column.gf_left_third,
form.financing-application .three-column.one-column.gf_left_third {
  margin-left: 0 !important;
}
form.financing-application .one-column.two-column,
form.financing-application .two-column.two-column,
form.financing-application .two-thirds-column.two-column,
form.financing-application .three-column.two-column {
  width: 50%;
}
form.financing-application .one-column.two-thirds-column,
form.financing-application .two-column.two-thirds-column,
form.financing-application .two-thirds-column.two-thirds-column,
form.financing-application .three-column.two-thirds-column {
  width: 64%;
}
form.financing-application .one-column.three-column,
form.financing-application .two-column.three-column,
form.financing-application .two-thirds-column.three-column,
form.financing-application .three-column.three-column {
  clear: both;
  width: 100%;
}
form.financing-application .one-column.gfield,
form.financing-application .two-column.gfield,
form.financing-application .two-thirds-column.gfield,
form.financing-application .three-column.gfield {
  display: none;
}
@media screen and (max-width: 481px) {
  form.financing-application .one-column .gf_left_third,
  form.financing-application .two-column .gf_left_third,
  form.financing-application .two-thirds-column .gf_left_third,
  form.financing-application .three-column .gf_left_third,
  form.financing-application .one-column .gf_middle_third,
  form.financing-application .two-column .gf_middle_third,
  form.financing-application .two-thirds-column .gf_middle_third,
  form.financing-application .three-column .gf_middle_third,
  form.financing-application .one-column li.gfield.gf_middle_third,
  form.financing-application .two-column li.gfield.gf_middle_third,
  form.financing-application .two-thirds-column li.gfield.gf_middle_third,
  form.financing-application .three-column li.gfield.gf_middle_third,
  form.financing-application .one-column .gf_right_third,
  form.financing-application .two-column .gf_right_third,
  form.financing-application .two-thirds-column .gf_right_third,
  form.financing-application .three-column .gf_right_third,
  form.financing-application .one-column .gf_left_two_thirds,
  form.financing-application .two-column .gf_left_two_thirds,
  form.financing-application .two-thirds-column .gf_left_two_thirds,
  form.financing-application .three-column .gf_left_two_thirds {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
}
form.financing-application .gf_left_two_thirds {
  width: 64%;
  float: left;
}
form.financing-application .three-content-columns.content {
  height: 310px;
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  -webkit-column-gap: 20px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 20px;
  /* Firefox */
  column-gap: 20px;
}
form.financing-application .three-content-columns.content .gfield:first-child {
  display: none;
}
form.financing-application .three-content-columns.content .gfield:first-child + li {
  margin-top: 0;
}
@media screen and (max-width: 812px) {
  form.financing-application ul.gform_fields.one-column,
  form.financing-application ul.gform_fields.two-column,
  form.financing-application ul.gform_fields.two-thirds-column,
  form.financing-application ul.gform_fields.three-column {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }
  form.financing-application .three-content-columns.content {
    height: auto;
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}

.ngg-album-compactbox{
	border: none !important;
	border-radius:none !important;
	padding:0px !important;
}
.ngg-album-compact h4{
	font-size: 25px;
	height: 30px;
}
.container .ngg-album-compact {
	text-align:center !important;
	margin-bottom: 20px !important;
	padding-right: 0px !important;
}
.ngg-album-compact p {
    font-size: 15px !important;
}
.ngg-album-compactbox:after, .ngg-album-compactbox:before{
	display: none !important;
}
.ngg-gallery-thumbnail{
	max-width: 300px !important;
}
.container .col-sm-12{
	padding: 0px !important;
}