/*
Theme Name: t-one
Theme URI: http://www.themescreators.com/t-one/
Version: 2.8
Author: ThemesCreators
Author URI: http://www.themescreators.com/
Description: A creative and original theme.
Tags: one-column, translation-ready, fluid-layout, responsive-layout, theme-options
License: GNU2 General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
body {
    color: #2F2F33;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}
@media only screen and (min-width: 800px) {
    body,
    html {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1200px) {
    body,
    html {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1600px) {
    body,
    html {
        font-size: 18px;
    }
}
a {
    text-decoration: none;
     outline-style:none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #ebb6be;
}
p {

    margin-bottom:20px;

}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Merriweather', serif;
    color: #26292a;
    margin-bottom: 25px;
    margin-top: 20px;
}
h1,
.h1 {
    font-size: 36px;
    line-height: 47px;
}
h2,
.h2 {
    font-size: 30px;
    line-height: 40px;
}
.btn {
    padding: 7px 15px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-default {
    color: #2F2F33;
    background-color: #fff;
    border-color: #eee;
}
.row.two .about-text { padding: 25px !important; background-color:#e0d6de; }
.btn-white {
    background: #fff;
    color: #000;
}
.btn-white:hover {
    background: #1D1E1F;
    color: #fff;
}
.btn-dark {
    background: #212127;
    color: #fff;
}
.divide20 {
    height: 20px;
    display: block;
    clear: both;
}
.space {
    padding-bottom: 110px;
    padding-top: 110px;
}
.spacer {
    padding-top: 100px;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 18.5px;
    border-left: none;
    font-style: italic;
}
:focus { outline: 0; }
/* SOCIAL ICONS
   ================================================== */
.socialIcons {
    font-size: 16px;
    margin: 0;
}
.socialIcons ul {
    padding: 0;
}
.socialIcons li {
    display: inline-block;
    float: none;
    text-align: center;
    line-height: 26px;
    margin-right: 5px;
}
.socialIcons li a {
    color: #000;
    display: block;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    /*background: url('http://dubaibridalshowroom.com/wp-content/uploads/2015/06/sprite-socials.png') no-repeat;*/
    background: url('http://dubaibridalshowroom.com/wp-content/uploads/2015/06/sprite-socials.svg') no-repeat;
    background-size: cover; 
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;

}
.socialIcons li a:hover {
    color: #fff;
    opacity: 0.65;
}

.socialIcons li.facebook a { background-position: center -75px; }
.socialIcons li.twitter a { background-position: center -150px; }
.socialIcons li.pinterest a { background-position: center -225px; }

.socialIcons li a.fb:hover {
    background: #3c599f;
}
.socialIcons li a.twitter:hover {
    background: #00aced;
}
.socialIcons li a.google:hover {
    background: #d85131;
}
.socialIcons li a.linkedin:hover {
    background: #017eb4;
}
.socialIcons li a.pinterest:hover {
    background: #d20003;
}
.socialIcons li a.youtube:hover {
    background: #c8312b;
}
#footer .socialIcons li {
    padding: 10px 0;
}
#footer .socialIcons li a:hover {
    border-color: #fff;
    color: #fff;
}
/* PAGE WRAPPER
   ================================================== */
.wrapper {
    z-index: 2;
    background: #fff;
    position: relative;

    margin-bottom: -60px;
}
.container {
    max-width:100%;
}
/* SLIDER
   ================================================== *
#slider {
    max-height: 740px;
}*/
.slides .overlay {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.slides .color-overlay {
    background-color: rgba(40, 40, 53, 0.38);
}
.slides .dots-overlay {
    background-image: url("assets/images/dot.png");
}
.slides.only-img {
    position:relative;
}
.slides.only-img img{
    width:100%;
    height:auto;
}
/* SLIDER TEXT
   ================================================== */
.caption-wrap {
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 45%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
}
.caption-wrap span {
    display: block;
}
.caption-wrap .line-1 {
    font-size: 18px;
    line-height: 1;
    bottom: 15px;
}
.caption-wrap .line-1:before,
.caption-wrap .line-1:after {
    content: "\f005";
    font-family: FontAwesome;
    position: relative;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 12px;
    margin: 0 30px;
    top: -2px;
}
.caption-wrap .slider-logo img {
    max-width: 300px;
    height: auto;
    margin: 0 auto;
}
.caption-wrap .line-2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 90px;
    letter-spacing: 15px;
    line-height: 1;
    color: #fff;
}
.caption-wrap .line-3 {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 6px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    line-height: 1;
}
.caption-wrap .line-3:before,
.caption-wrap .line-3:after {
    content: " ";
    display:inline-block;
    width: 50px;
    height: 5px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.caption-wrap .line-3:before {
    margin: 7px 10px 0 0;
}
.caption-wrap .line-3:after {
    margin: 7px 0 0 10px;
}
.caption-wrap .line-4 {
    width: 100%;
    position: relative;
    font-size: 18px;
    line-height: 3;
}
.caption-wrap .line-5 {
    position: relative;
    text-align: center;
    margin: 0 auto;
    line-height: 3;
    display: block;
    font-size: 20px;
}
.caption-wrap .line-5 a {
    text-decoration: none;
    display: inline-block;
    width: 40%;
    text-align: left;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
}
.caption-wrap .line-5 a:nth-child(1) {
    text-align: right;
    width: 45%;
}
.caption-wrap .line-5 a:nth-child(1):after {
    content: "\f005 ";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: relative;
    font-size: 30px;
    text-align: center;
    width: 90%;
    top: 4px;
    margin: 0;
    padding: 0 20px;
}
.caption-wrap .line-6 {
    font-size: 16px;
    letter-spacing: 7px;
    color: #fff;
}
.caption-wrap .line-6 a{
    font-size: 16px;
    letter-spacing: 7px;
    color: #fff;
    width: 100%;
    text-decoration:none;
}
.caption-wrap .line-6 a:before,
.caption-wrap .line-6 a:after {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: relative;
    font-size: 16px;
    margin: 0 10px;
    top: 2px;
}
@media (max-width: 770px) {

.caption-wrap .line-2 {
    font-size: 60px;
}
.caption-wrap .line-3 {
    font-size: 10px;
    line-height: 0;
}
}
@media (max-width: 480px) {
    .caption-wrap .line-3:before,
    .caption-wrap .line-3:after {
        display: none;
    }
    .caption-wrap .line-5 a:nth-child(1):after {
        font-size: 20px;
    }
}
@media (max-width: 1170px) {
    .caption-wrap {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media (max-width: 500px) {
    .caption-wrap {
        top: 55%;
        -webkit-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
        transform: translateY(-55%);
    }
}
/* NAVIGATION
   ================================================== */
.navbar-wrap {
    /*position: relative;*/
    position: fixed;
    width: 100%;
    background: #fff;
    /*z-index: 16;*/
    z-index: 999;
}
.navbar-default {
    background-color: #FFFFFF;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    margin-bottom: 0;
    border-radius: 0;
    height: 90px;
}
.navbar-default li {
    display: inline-block;
    margin: 15px 12px;
}
@media (min-width: 1240px) {
    .navbar-default li {
        margin: 15px 25px;
    }
}
@media (max-width: 1068px) {
    .navbar-default li {
        display: inline-block;
        margin: 15px 4px;
    }
}
@media (max-width: 948px) {
    .navbar-default li {
        display: inline-block;
        margin: 15px 0px;
    }
}
.navbar-nav>li>a {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: #1c2334;
    letter-spacing: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-family: 'Montserrat', sans-serif;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #1c2334;
    background-color: #FFFFFF;
}
.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7;
    background: #fff;
}
/*
.navbar-default .righ-side {
    float: right;
    width: 43%;
}
.navbar-default .left-side {
    width: 43%;
    float: left;
    text-align: right;

}*/
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #131316;
}
.dropdown-menu {
    box-shadow: none;
    border: 1px solid #eee;
    border-radius: 0
}
.dropdown-menu li {
    margin: 5px 0;
    width:100%;
}
.no-height {
    max-height: 100%;
}
/*
a.logo {
    position: absolute;
    top: 9px;
    left: 50%;
    width: auto;
    min-width: 73px;
    height: auto;
    padding: 0 10px;
    line-height: 65px;
    text-align: center;
    background-color: #FFF;
    color: #1c2334;
    font-size: 45px;
    border: 4px solid #1c2334;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.logo:hover {
    background: #1c2334;
    color: #fff;
    text-decoration: line-through;
}*/
.navbar-header {
    position: relative;
    /*padding: 18px 0;*/
    padding: 5px 0;
}
.logo-wrap {
    text-align: center;
}
a.logo {
    display: inline-block;
    margin-top: 3px;
    min-width: 73px;
    /*height: auto;*/
    height: 100px;
    padding: 0 10px;
    line-height: 65px;
    text-align: center;
    background-color: #FFF;
    color: #1c2334;
    font-size: 45px;
    border: 4px solid #1c2334;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.logo:hover {
    /*background: #1c2334;*/
    color: #fff;
    text-decoration: line-through;
}
.logo-small {
    display: none;
}
@media (max-width: 880px) {
    .navbar-default .righ-side,
    .navbar-default .left-side {
        float: none;
        width: auto;
    }
    .nav>li {
        position: relative;
        display: block;
        text-align: left;
    }
    .navbar-nav>li>a {
        padding: 15px 20px;
    }

    .navbar .navbar-collapse {
        border-top: none;
        margin-top: -1px;
    }
    .logo-small {
        display: block;
    }
    .logo-big {
        display: none;
    }
}

/* @media (max-width: 1199px) {
    .navbar-header {
        position: absolute;
        top: 0;
        right: 20px;
    z-index: 5;
    }
}*/
/* SERVICE SECTION
   ================================================== */
#services {
    /* background: url("assets/images/bg.png"); */
}
.service-wrap {
    /* border: 2px solid #1c2334; ! Used for more retro look,try it */
    /* outline: 1px dashed #98abb9; ! Used for more retro look,try */
    outline-offset: -6px;
    margin-top: 70px;
    margin-bottom: 20px;
}
.service-wrap .icon-wrap {
    height: 130px;
    padding: 15px 0 20px;
}
.service-wrap img {
    width: 60px;
    display: block;
    height: auto;
    margin: auto;
    padding: 20px 0 35px;
    border-bottom: 2px solid #1c2334;
}
.service-wrap .service-content {
    margin: 20px 15px 20px;
}
.service-wrap .service-btm {
    padding: 0;
    /* border-top: 2px solid #1c2334; */
    margin-left: 3px;
    margin-right: 3px;
}
.service-wrap .service-btm a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    display: block;
    cursor: pointer;
    color: #1c2334;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 0;
}
.service-wrap .service-btm a:hover {
    background: #212127;
    outline: 1px dashed #555352;
    outline-offset: -6px;
    color: #8A8A8A
}
/* PORTFOLIO SECTION
   ================================================== */
#clients {
    background: #212127;
    outline: 1px dashed #555352;
    outline-offset: -6px;
    position: relative;
}
#clients .overlay {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("assets/images/dot.png");
}
#clients h2,
#clients h1 {
    color: #fff;
}
#clients p {
    color: #8A8A8A
}
@media (max-width: 880px) {
    #clients img {
        margin: 0 auto;
    }
}
/* PORTFOLIO FILTER NAVIGATION
   ================================================== */
.portfolio-categories {
    list-style: none;
    margin: 5px 0 25px;
    padding: 10px 0;
}
.portfolio-categories ul {
    padding: 0;
}
.portfolio-categories li {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 200%;
}
.portfolio-categories li a {
    background: #fff;
    color: #26292a;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    padding: 12px 15px;
    border-radius: 0;
}
.portfolio-categories ul li.active a,
.portfolio-categories ul li a:hover {
    background-color: #26292a;
    color: #FFF;
    text-decoration: none;
}
.isotope-item {
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 2;
    max-width: 400px;
}
/**** Isotope Filtering ****/

@media ( min-width: 880px ) {
    .isotope-item.col-md-3 {
        width:24.99%;
    }
}

@media ( max-width: 880px ) {
    .isotope-item {
        margin: 0 auto;
        float: none;
        position: static !important;
        transform: none;
    }
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
.isotope-item .project-info {
    position: relative;
    padding: 15px;
    background-color: #fff
}
.isotope-item .project-info h4 a{
    font-size: 12px;
    color: #26292a;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.isotope-item .project-info h4 a:hover, .isotope-item .project-info h4 a:focus {
    text-decoration:none;
}
.isotope-item .project-info .p-tags a{
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #75747A;
    text-decoration: none;
}
.isotope-item .project-info:after,
.isotope-item .project-info:before {
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: " ";
    pointer-events: none;
}
.isotope-item .project-info:after {
    left: 50%;
    margin-left: -16px;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #FFFFFF;
    border-width: 16px;
}
.isotope-item .project-info:before {
    left: 50%;
    margin-left: -17px;
    border-bottom-color: #FFFFFF;
    border-width: 17px;
}
#portfolio {
    background: #f6f6f6;
}
.isotope-item {
    position: relative;
    margin-bottom: 30px;
}
.isotope-item figure {
    position: relative;
}
/*** effect inner-shadow ***/
.isotope-item .layer {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px
}
/*** effect inner-shadow ***/
.isotope-item:hover .layer {
    box-shadow: inset 0px 0px 120px rgba(26, 25, 29, 0.9);
    -moz-box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: inset 0px 0px 120px rgba(26, 25, 29, 0.9);}
.isotope-item .layer {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.isotope-item:hover .layer {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
/* PROJECT DETAILS
   ================================================== */
.project-slide-wrap {
    background: #212127;
    outline: 1px dashed #4B4846;
    outline-offset: -6px;
    color: #8A8A8A;
    padding: 60px 0;
}
.project-desc-wrap {
    padding: 60px 0;
}
.affix {
    top: 90px;
    /* Set the top position of pinned element */
}
.project-desc-wrap .project-info h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin-bottom: 14px;
}
.project-desc-wrap .image-wrap {
    margin: 45px 0;
    position: relative;
}
.delimiter {
    margin-bottom: 25px;
}
/* CALL TO ACTION / CTA
   ================================================== */
.cta {
    background: #212127;
    -webkit-background-size: cover;
    background-size: cover;
    outline: 1px dashed #4B4846;
    outline-offset: -6px;
    position: relative;
    padding: 35px 30px;
    margin-top: 50px;
}
.cta p {
    text-transform: uppercase;
    font-style: inherit;
    font-size: 11px;
    letter-spacing: 2px;
    color: #8A8A8A;
}
/* EXTRA INFO SECTION
   ================================================== */
#extra-info {
    color: #8A8A8A;
    position: relative;
    border-bottom:1px solid #eee;
    padding-bottom: 30px;
    padding-top: 20px;
}
#extra-info .overlay {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#extra-info h1 {
    margin-top: 0;
}
#extra-info ul.info-list {
    margin-bottom: 35px
}
#extra-info ul.info-list li {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 2px solid #FFFDFD;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}
/* ABOUT SECTION
   ================================================== */
.team-holder {
    position: relative;
    display: block;
    max-width: 400px;
}
.team-holder .team-info .name {
    margin-bottom: 15px;
}
.team-holder .social-icons {
    margin-top: 15px
}
@media (max-width: 880px) {
    .team-holder {
        margin: 0 auto;
    }
}
/* BLOG SECTION HOME PAGE
   ================================================== */
#news {
    background: #212127;
    outline: 1px dashed #4B4846;
    outline-offset: -6px;
    color: #8A8A8A;
}
.post-row {
    position: relative;
    margin-bottom: 35px;
}
.post-row .post-date {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.post-row h3 {
    margin-top: 0;
    color: #fff;
}
.post-row h3 a {
    color: #fff;
}
/* CONTACT
   ================================================== */
#cta-contact {
    padding: 20px 0;
}
#contact {
    background: #f1f1f1;
}
#contact #comments {
    margin-top: 0;
}
#contact form .right {
    float: right;
}
#contact form input,
#contact form textarea,
.wpcf7 input,
.wpcf7 textarea, {
    margin-bottom: 20px;
    width: 100%;
    outline: none;
    border: none;
}
/*#contact form input, .wpcf7 input, .newsletter-container input {
    padding-left: 15px;
    height: 42px;
    border-radius: 0;
}*/
/*#contact form .btn, .wpcf7 input[type="submit"] {
    width: 100%;
    height: 50px;
    border-radius: 0;
    background: #212127;
    outline: 1px dashed #4B4846;
    outline-offset: -6px;
    color: #fff;
}*/
#contact form .btn:hover {
    background: #3B3B3F;
}
.alert-success {
    background-color: #3DC98B;
    border-color: rgba(214, 233, 198, 0);
    color: #FFFFFF;
}
.alert-danger {
    background-color: #EC4977;
    border-color: rgba(235, 204, 209, 0);
    color: #FFFFFF;
}

.prompt-msg-box {
    border: 2px solid green;
    padding: 5px;
    color: white;
    font-size: 11px;
    line-height: 16px;
}

.prompt-msg-box.not-successful {
    border-color: red;
}

.page-id-189 .prompt-msg-box { color:#525252; }


/* FOOTER
   ================================================== */
#footer {
    background-color: #212127;
}
#footer .md-footer {
    outline: 1px dashed #4B4846;
    outline-offset: -6px;
}
#footer .btm-footer {
    padding: 20px 0;
    /* outline: 1px dashed #4B4846;
    outline-offset: -6px; */
}
#footer .disclaimer {
    text-transform: uppercase;
    font-size: 0.75em;
    color: #8A8A8A;
    letter-spacing: 0.2em;
    padding: 0px;
    margin: 0px;
    line-height: 40px;
}
#footer .navbar-nav>li>a {
    color: #8A8A8A;
}
#footer .navbar-nav>.active>a,
#footer .navbar-nav>.active>a:hover,
#footer .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
}
#footer .nav>li>a:hover, #footer .nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}
/* BLOG
   ================================================== */
.blog-item {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
.blog-item:first-child { 
    width: 100%;
    margin-right: 0;
    margin-left: 0;  
}
.blog-list {
    margin-bottom: 65px;
}
.blog-list .blog-item .item-content {
    padding: 25px 0;
}
.blog-item .item-content {
    padding: 25px 15px;
    background: #fff;
}
.post-media,
.post-title,
.post-meta {
    display: block;
    padding: 15px 0;
}
.post-title h2.title,
.post-title h2.title a {
    color: #525252;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
}
.post-title h2.title a:hover {
    color: #48505e;
}
.post-title blockquote {
    color: #aaa;
    margin: 0;
    padding: 0;
    width: 100%;
}
.post-title blockquote:before {c
    content: "";
}
.post-title blockquote p {
    font-style: normal;
    padding-left: 0;
}
.post-meta {
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 14px 0 20px 0;
    padding: 0;
    text-transform: uppercase;
}
.post-meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.post-meta li {
    display: inline;
    margin-right: 5px;
}
.post-meta li:last-child {
    margin-right: 0;
}
.post-meta li:after {
    content: "\2022";
}
.post-meta li:last-child:after {
    content: "";
}
.post-meta span {
    padding-right: 8px;
    line-height: 18px;
}
.post-meta a {
    color: #aaa;
    display: inline-block;
}
.post-meta a:hover {
    color: #676767;
}
.post-entry { word-break: break-word; }
.post-entry .button {
    margin-top: 14px;
}
.format-video iframe,
.format-video object,
.format-video embed {} .post-media {
    position: relative;
}
.post-media img {
    display: block;
    width: 100%;
}
.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:auto;
}
.alignleft {
    float:left;
    margin:2% 2% 2% 0;
    width:auto;
}
.alignright {
    float:right;
    margin:2% 0 2% 2%;
    width:auto;
}
.gallery a{
    float:left;
    width: 100%;
}
.gallery-item img {
    border: 0 none !important;
    padding: 0;
    width: 100%;
    height:auto;
}
.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
    position: relative;
}
.gallery .gallery-caption, .gallery .wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 20px;
    background: rgba(33, 33, 39, 0.84);
    color: #fff;
    text-align: left;
    padding: 8px 10px;
    outline: 1px dashed #272629;
    outline-offset: -4px;
}
.wp-caption {}
.responsive-video-div > div {
    position: relative;
}
.responsive-video-div iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.responsive-video-vimeo {
    max-width: 1130px;
}
.responsive-video-vimeo > div {
    padding-top: 56.26506%;
}
.responsive-video-youtube {
    max-width: 1130px;
}
.responsive-video-youtube > div {
    padding-top: 56.271981%;
}
.post-date {
    font-size: 10px;
    letter-spacing: 2px;
    margin-bottom: 14px;
    text-transform: uppercase;
    display: block;
}
.post-date ul {
    margin: 0;
    padding: 0;
}
.post-date li {
    display: inline;
    margin-right: 5px;
}
.post-date li:last-child {
    margin-right: 0;
}
.post-date span.day:after {
    content: ",";
}
.post-date li:after {
    content: "/";
    margin-left: 8px;
}
.post-date li:last-child:after {
    content: "";
    margin-left: 0;
}
.post-entry .divider {
    border-bottom: 1px solid #eee;
    width: 20%;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 35px;
}
.lead { 
    font-weight:500; 
    font-size:18px; 
}
.post-container, .testi-content {
    border: 1px solid #eeeeee;
    background: #ffffff;
    position: relative;
    margin-top: 10px;
    padding: 35px;
}
.post-container:after, .post-container:before, .testi-content:after, .testi-content:before {
    bottom: 100%;
    left: 12%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.post-container:after, .testi-content:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 17px;
    margin-left: -17px;
}
.post-container:before, .testi-content:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #eeeeee;
    border-width: 18px;
    margin-left: -18px;
}
.post-container .post-title { 
    padding-bottom:0; 
    text-align: center;
    max-height: 135px;
    overflow: hidden;
}
.post-container .post-meta {
    color:#ebb6be;
    font-size:16px;
    font-weight: 500;
    text-align: center;
    margin-top: 0;
}
.post-container .post-entry {
    font-size:15px;
}
.archive .blog-item .post-media {
    border:1px solid #eeeeee;
    padding:10px;
    height:230px;
} 
.single-collection .post-media, .single-collection .post-date { display:none; }
.archive .blog-item:first-child { height: 100%; }
.archive .blog-item:first-child .post-media { height:320px; }   
.archive .blog-item .post-media a { 
    height: 100%;
    display: block; 
    overflow: hidden;
}
.archive-wrapper { padding-bottom: 40px; }
.pager { display: none; }
.prev-next-posts > div { display:inline-block; }

/* PAGINATION
   ================================================== */
.pager .nav-links > span, .pager a, .pager-normal .nav-links > span, .pager-normal a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.pager span.post-title {
    padding: 0;
    float: none;
    color: #434955;
}
.pager a:hover, .pager a:focus {
text-decoration: none;
background-color: #eee;
}
.pager .nav-previous a {
float: left;
}
.pager .nav-next a {
float: right;
}
.pager-normal {
  bottom: -55px;
  position: absolute;
  width: 100%;
  clear: both;
}
/* BLOG COMMENTS
   ================================================== */
#comments {
    margin-top: 45px;
}
.comment-form a {
    color: #434955;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #eee;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.author-box {
    background: #212127;
    outline: 1px dashed #4B4846;
    outline-offset: -6px;
    position: relative;
    padding: 35px 30px;
    margin-top: 50px;
    color: #8A8A8A;
}
.blog-tags {
    margin-top: 35px;
}
.blog-tags a {
    border: none;
    margin: -5px 10px 0;
}
#comments .media .avatar,
.author-box .avatar {
    width: 80px;
    height: 80px;
    display: block;
}
.bypostauthor {}
.depth-2, .depth-3, .depth-4, .depth-5 {
    margin-left:50px;
}
.media-heading {
    margin: 0 0 20px;
}
.media-heading a {
    color: #000;
    display: block;
}
.comment-reply-link {
    margin-right: 15px;
}
.comment-reply-link i, .comment-edit-link i {
    margin-right: 5px;
}
.media-well {
    margin-top: 30px;
}
.media-body .well {
    background: transparent;
}
.author-box .media-body {
    padding-left:20px;
}
/* SUBHEADER USED FOR INTERNAL PAGES
   ================================================== */
.subheader {
    background: #212127;
    outline: 1px dashed #4B4846;
    outline-offset: -6px;
    color: #8A8A8A;
    display: block;
    height: 150px;
    margin-bottom: 65px;
    -ms-overflow-y: hidden;
    overflow-y: hidden;
    position: relative;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    list-style: none;
    margin-top: 55px;
    padding: 0;
}
.breadcrumb li a {
    color: #fff;
}
.breadcrumb li+li:before {
    content:"";
}
.breadcrumb .delimiter {
    font-weight:400;
    color:#fff;
}
.breadcrumb li.active {
    color: #fff;
    font-weight: 600;
}
/* BLOG PAGE
   ================================================== */
.comment-form {
    margin: 50px 0 80px;
    border-top: 1px solid #eee;
}
.widget, .footer-widget {
    margin-bottom: 30px;
}
.blog-container {
    padding-bottom: 80px;
    padding-top: 55px;
}
h4.heading {
    padding: 15px 20px;
    background: none !important;
    /* outline: 1px dashed #4B4846;
    outline-offset: -6px; */
    color: #8A8A8A;
}
.widget ul, .footer-widget ul {
    margin-bottom: 9px;
    padding-left: 0;
    list-style: none;
}
.widget ul > li {} .widget ul > li:first-child {
    border: none;
}
.widget ul > li a {
    color: #26292a;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
}
.footer-widget ul > li {
    color: #8A8A8A;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.footer-widget ul > li a {
    color: #8A8A8A;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    padding: 8px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.footer-widget h4 {
    color:#fff;
    margin-top: 0;
}
.footer-widget ul > li a:hover {
    color: #fff;
    text-decoration: none;
}
.widget ul > li a:hover {
    color: #000;
    text-decoration: none;
}
.widget .count {
    float: right;
    color: #26292a;
    display: inline-block;
    font-size: 0.75em;
    line-height: 24px;
    padding: 8px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.widget .recentcomments,
.footer-widget .recentcomments {
    padding: 8px 0;
}
.widget .table,
.footer-widget .table {
    color: #8A8A8A;
}
.tagcloud a {
    background-color: #fff;
    border: 1px solid #eee;
    color: #434955;
    border-radius: 18px;
    display: inline-block;
    font-size: 15px !important;
    line-height: 26px;
    margin: 0 8px 10px;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    padding: 0 10px;
    -webkit-transition: .3s;
    transition: .3s;
    vertical-align: top;
    -webkit-transition: .3s;
}
.tagcloud a:hover {
    background-color: #ebebeb;
    color: #000;
    text-decoration: none;
}
/* WPML */
#lang_sel {
    width: 100%;
}
#lang_sel li{
    width: 100%;
}
#lang_sel ul{
    width: 100%;
}
#lang_sel ul ul{
    width: 100%;
    top:42px;
}
#lang_sel_footer a {
    font-family: Montserrat;
    font-weight: 300;
    color: #777;
    font-size: 11px;
    text-transform: uppercase;
    font-size: 11px;
    color: #1c2334;
    letter-spacing: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-family: 'Montserrat', sans-serif;
}
#lang_sel a{
    padding: 8px 10px;
}
#lang_sel ul ul a{
    padding: 10px 10px;
}
/* LATEST POSTS WiDGET */
.widget .side-post ul, .footer-widget .side-post ul {
    padding: 0;
}
.widget .side-post li, .footer-widget .side-post li {
    clear: both;
    border-bottom: none;
    list-style: none;
    padding: 10px 0 !important;
}
.widget .side-post, .footer-widget .side-post {
    margin: 0 0 10px;
}
.widget .side-post li img, .footer-widget .side-post li img {
    float: left;
    width: 60px;
    margin: 0 10px 2px 0;
    padding: 3px;
}
.widget .side-post li a, .footer-widget .side-post li a {
    display: block;
    color: #8A8A8A;
    text-transform: none;
    font-size: 16px;
    padding:0;
    letter-spacing:normal;
}
.widget .side-date, .footer-widget .side-date {
    font-style: italic;
    font-size: 11px;
}
/* INPUTS */
input[type=text],
input[type=email],
input[type=tel],
.form-inline input,
.form-control,
textarea {
    border: #eee solid 1px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0 10px;
    -webkit-box-shadow: none;
    font-size: 14px;
    color: #444;
    height: 42px;
}
textarea {
    padding: 10px;
    height: 90px;
    border-radius: 0;
    font-size: 15px;
}
input[type=submit] {
    background:#525252;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    outline: 0;
    border: 0;
    height: 40px;
    margin-top: 20px;
    font-weight:bold;
}
.input-group .form-control {
    z-index: 1;
}

::-webkit-input-placeholder { color: #a8a3a0; }
:-moz-placeholder { color: #a8a3a0; }
::-moz-placeholder { color: #a8a3a0; }
:-ms-input-placeholder { color: #a8a3a0; }

/* LOADER */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #ebb6be;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/************************
******** CUSTOM *********
************************
.overlay-pace {
    position: fixed;
    z-index: 1800;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
}*/
.mfp-bg { background: #ffffff; }
.mfp-close { color:#444444 !important; }
.mfp-figure:after { box-shadow: none; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b, .mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border: 0; }  
.mfp-arrow-left:after { border-right: 17px solid #3f3f3f; }
.mfp-arrow-right:after { border-left: 17px solid #3f3f3f; }

.sticky-wrapper { height: 100% !important; }
.navbar-default { height: 100%; }

/* Packery */
.packery {
  max-width: 100%;
}

.packery:after {
  content: '';
  display: block;
  clear: both;
}

.packery-item {
  float: left;
  width: 49%;
  height: 600px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  overflow: hidden;
}

.packery .pager {
  width: 100%;
  position: absolute;
  bottom: -70px;
}

.row.full-bleed { margin:0; }
.row.full-bleed > .col-md-6 { 
    padding: 35px 15px; 
    text-align: center; 
}
.header-search-social { 
    position: absolute;
    top:10px;
    right:100px;
    float: right;
    display: none;
}
.header-search-social > * { display: inline-block; vertical-align: middle; }
.header-search-social form { margin-left: 20px; }
.header-search-social input { height:35px; border:1px solid #d79ea9; }
.header-search-social ul li { margin:0; }
.header-search-social .socialIcons li.instagram a { background-position: center -300px; }
.header-search-social .socialIcons li.facebook a { background-position: center -375px; }
.header-search-social .socialIcons li.twitter a { background-position: center -450px; }
.header-search-social .socialIcons li.pinterest a { background-position: center -525px; }
.is-sticky .header-search-social { display: none; }

.logo-wrap.logo-big { 
    position: absolute;
    top: 10px;
    left: 50%;
    width: 320px;
    margin-left: -160px;
    z-index: 5;
    height: 100px;
}
.logo-big img { height: 100%; }
a.logo { 
    border: none; 
}
.is-sticky .logo-wrap.logo-big { 
    top:15px;
    width: 100px;
    margin-left: -50px;
}
.is-sticky .logo {
      display: block;
      width: 75px;
      height: 60px;
      margin: 0 auto;
}
.navbar-wrap { background:none; }
.navbar-default .navbar-nav>li>a { 
    letter-spacing: 0; 
    font-weight: 600 !important; 
}
.dropdown-menu {
    min-width: 100%;
    padding: 0;
    text-transform: uppercase;
}

.dropdown-menu li:last-child { border: none; }
.dropdown-menu li a { padding:5px 10px; }
.divide-arrow { display:none; }
.space { padding-bottom:30px; padding-top: 50px; }

#latest-collection-container { 
    width: 100%;
    /*height: 100%;*/
    height: auto;
    overflow: hidden;
    padding-top: 115px;
}
.latest-collection {
}
.slider-container-boxes, .slider-container-banner {
    display: none;
}
.slider-container-banner .owl-stage-outer { max-height: 450px; }

.collection-item {
    display: inline-block;
    float: left;
    /*padding:10px 5px 0; */
    position: relative;
    overflow: hidden;
    width: 48%;
    margin:1%;
    padding-bottom: 50%;
}

.collection-item-5, .collection-item-6, .collection-item-7, .collection-item-8 { display: none; }

.collection-item-slider {
    width: 100% !important;
    padding-bottom: 100% !important;
}

.feat-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    /*overflow: hidden;*/
}
.feat-img img {
    position: absolute;
    top: 0%;
    left: 50%;
    width: 160% !important;
    height: auto;
    /*transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);*/
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
}
.collection-image-list { 
    /*width: 100px; 
    height: 100px;*/ 
    width: 60px;
    height: 60px;
    /*width: 30%; 
    height: 30%;*/
    display: block; 
    background-color: rgba(214, 165, 176 ,0.8);
    background-image: url('http://dubaibridalshowroom.com/wp-content/uploads/2015/06/ico-lightbox.png');
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center; 
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    position: absolute;
    z-index:10;
    top:20%;
    left:50%;
    overflow: hidden;
    /*margin-left:-50px;
    margin-top:-50px;*/
    margin-left:-30px;
    margin-top:-15%;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}
.collection-image-list a { 
    opacity: 0; 
    position: absolute;
}
.opt {
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}

.collection-item:hover > .opt {
    opacity: 1;
}
.opt-details {
    display: block;
    margin: 0 auto;
    width: 100%;
    /*height: 180px;*/
    height: 0%;
    background: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding:15px;
    position: absolute;
    z-index: 9;
    bottom:0;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.opt-details a, .opt-details a:hover,.opt-details a:visited {
    text-decoration: none;
}
.opt-details h4 {
    font-size:15px;
    margin: 0;
    color:#525252;
    word-break: break-word;
}
.opt-details h4 span {
    font-size: 12px;
    color: #d6a5b0;
    font-weight: 500;
    margin-top: 25px;
}
.collection-item:hover > .opt .opt-details{
    height: 40%;
}
.collection-item:hover > .opt .collection-image-list{
    top: 30%;
}

.btn-view-collection a, .btn-book-appointment a { 
    display: block; 
    width: 100%;
    height: 50px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 3.5em;
}
.btn-view-collection a {
    background:#e9e9e9;
    color:#a8a3a0;
    margin-bottom: 5px;
}
.btn-book-appointment a {
    background:#525252;
    color: #ffffff;
}

#location-callme-container { font-size: 14px; color:#525252; }
#location-callme-container p { font-weight: 600; }
#location-callme-container h2 { font-size: 26px; }
#location-callme-container .btn-contact { 
    height: 40px;
    background:#e9e9e9;
    color:#a8a3a0;  
    font-size: 14px;
    font-weight: bold;
    line-height: 3em;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.partial-location a { 
    color: #d4a3ae; 
    font-size: 20px;
}
.partial-location .icon { 
    background:url('http://dubaibridalshowroom.com/wp-content/uploads/2015/05/ico-gmap-marker.png') center center no-repeat; 
    margin-right: 10px;
    background-size: 18px;
    width: 25px;
    display: inline-block; 
}
.partial-callme { background-color: #fbfbfb; }
.partial-callme h4 { display: none; }
.partial-callme .icon { 
    background:url('http://dubaibridalshowroom.com/wp-content/uploads/2015/06/ico-call.png') center center no-repeat; 
    margin-right: 10px; 
    background-size: 24px;
    width: 25px;
    display: inline-block;
}

.gmaps-container pre { padding:0; margin:0; background:none; border:0; }
.gmaps-container .responsive-map { margin-top: -20px; }

.preferred-date, .wedding-date { 
    background: #ffffff url('http://dubaibridalshowroom.com/wp-content/uploads/2015/06/sprite-contact.png') no-repeat 98% -43px; 
    display: block;
}
.preferred-location, .preferred-time {
    display: block;
    width: 100%;
    height: 42px;
    background-color: white;
}
.pref-location { 
    display: block;
    width: 100%;
    height: 100%;
    border:0;
    border: 1px solid #eeeeee;
    /*color: #ebb6be;*/
    color: #a8a3a0;
    background-color: #fff;
    font-size: 14px;
}

#news {
    padding-bottom: 0;
}
#news, #footer, #footer .md-footer {  
    outline: 0;
    background: none!important;
}
#news .post-title {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    }
#news .post-title a { color: #d4a3ae; }
#news .section-title { 
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    color: #404040;
    margin-bottom:35px;
}
.blog-items, .blog-item { position:relative; }
.blog-items .post-date, .blog-item .post-date { 
    position: absolute;
    top:0;
    left:15px;
    margin: 0;
    background-color: #404040;
    color: #ffffff;
    width: 78px;
    height: 78px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
    z-index:5;
}
.blog-item .post-date { left:0; }
.blog-items .post-date .d, .blog-item .post-date .d { 
    font-size: 28px;
    font-weight: 400; 
}
.blog-items .feat-img-container {
    display: block;
    width: 100%;
    max-height: 200px;
    overflow: hidden;
}
.blog-items .feat-img-container img {
    display: block;
    height: auto;
    width: 120%;
}
#infscr-loading { 
    text-align: center; 
    clear: both; 
    font-size: 13px;
}
.logo-item {
    max-height: 130px;
    text-align: center;
}
.logo-item a {
    /*background-color: #e1e1e1;*/
    width: 100%;
    height: 100%;
    display: block;
}
.logo-item a img {
    width: 100%;
    height: auto;
}
.sidebar-custom {
    border: 1px solid #eeeeee;
    padding: 50px 30px 30px ;
    margin: 0;
}
.sidebar-custom h4 {
    text-transform: uppercase;
    color: #ebb6be;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    font-size:15px;
    font-weight: 600;
}
.row.three {
    border-top:1px solid #eee; 
    border-bottom:1px solid #eee; 
    background: #fafafa;
}
.row.four { padding:40px 0; }
.row.one > .col-lg-6, .row.two > .col-lg-6 {
    padding:0;
    height: 100%;
}
.row.one > .col-lg-6:first-child { display:none; }
.about-photo {  
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-text { text-align: center; }

.row.three .about-text { 
    min-height: 100% !important;
    padding-top: 25px !important;
}
.testi-item {
  float: left;
  width: 24.1%;
  /*width: 200px;*/
  height: 600px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  overflow: hidden;
}

.testi-item--width2 { width: 49%; }
.testi-item--height2 { height:auto; }

.testi-item-3, .testi-item-6 {
    width: 49%;
}
.testi-item-4, .testi-item-5 {
    width: 49%;
    height:300px;
}
.testi-text { padding: 80px; background-color:#e0d6de; text-align: center; color:#525252; height:auto; }
.testi-form { background-color:#e3e3e3; padding: 40px 20px 20px; width: 100%; height:736px !important; }

.testi-media { 
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.testi-media.avatar { 
    width: 100%;
    padding-bottom: 100%;
    /*height: 50%; */
}
.testi-media img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: auto;
    /*width: auto;
    height: 100%; */
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.testi-content { 
    padding:10px; 
    clear:both; 
    text-align:center; 
    height:100%; 
    position: relative; 
    margin: 0; 
    border: 0;
    font-weight: 500;
    color: #525252;
    font-size:12px;
}


.testi-twitter-feed { 
    margin-top: 30px !important;
    background: #a89ea6 url('http://dubaibridalshowroom.com/wp-content/uploads/2015/06/twitter-feed-bg.jpg') center center no-repeat;
    height: 220px;
}
.row.one .about-text h2, .row.two .about-text h2, .row.three .about-text h2, .testi-text h2, .testi-form h2 { 
    font-size:28px; 
    color:#525252; 
    margin:0;
    text-transform: uppercase;
}
.row.one .about-text h2 strong { font-size:30px; color:#ebb6be; font-weight: bold; }
.row.two .about-text h2 strong{ font-size:30px; font-weight: bold; }
.row.three .about-text h2 strong { font-size:30px; font-weight: bold; }
.about-text p { font-size:13px; font-weight: 500; }
.testi-text p { font-size: 22px; font-weight: 500; padding-top: 40px; letter-spacing: 1px; line-height: 1.4em; }

.page-template-press-page h3 { 
    text-transform: uppercase; 
    color:#b6b2af; 
    font-size: 22px;
}
.page-template-press-page .wp-caption-text {
    text-transform: uppercase;
    font-size: 20px;
    color:#ebb6be;
    text-align: center;
    padding:10px 0;
    font-weight: 600;
}
.press-container { padding-bottom: 30px; }
.press-container .wp-caption {
    margin-right: 0
}
.press-container .wp-caption a {
    display: block;
    padding:15px;
}
.press-container .wp-caption img {
    width: 100%;
}

/* Praise Page */
.praise-container { padding: 40px 0; margin:0; margin-bottom: 60px; } 
.usp-form-errors {
    border: 2px solid red;
    padding: 8px;
    font-size: 13px;
    margin-top: 10px;
}
#usp-form-406 { padding-top: 20px; }
#usp-form-406 input[type=text], #usp-form-406 input[type=email], #usp-form-406 textarea { 
    width:100%; 
    border: 1px solid #c0c0c0;
}
#usp-form-406 fieldset { margin-bottom:10px; }
#usp-form-406 .usp-fieldset.upload-video {
    display: none;
}
#usp-form-406 .usp-fieldset.upload-class { margin-bottom: 30px; }
#usp-form-406 .usp-submit { width: 100px; }
.video-embed-container { background-color: #444444; }
.video-embed-container iframe { 
    width: 100%;
    height: auto;
}
/*.page-template-praise-page .testi-text, .page-template-praise-page .testi-form { display: block; }*/
.page-template-praise-page.paged .testi-text, .page-template-praise-page.paged .testi-form { display: none; }


#footer h4 { 
    color:#ffffff; 
    text-transform:uppercase;  
    font-weight: 500;
    font-size: 22px;
}
#footer h4.get-in-touch { margin:0; }
#footer .textwidget { 
    font-size: 14px; 
    color: #a09ca1; 
    line-height: 1.4em;
    font-weight: 400;
}
#footer .textwidget a { color: #d6a5b0; }
#footer .md-footer { padding-bottom: 20px; }
#footer .md-footer .col-md-4.custom { display:none; } 
#footer .md-footer .col-md-6:first-child { background: #404040; }
#footer .md-footer .col-md-6:nth-of-type(2) { background: #454545; }
.newsletter-container { 
    background-color: #e9e9e9; 
    margin-top: 60px;
    text-align: center;
}
.newsletter-container h2 { 
    text-transform: uppercase; 
    color: #a1a1a1; 
    font-size: 24px;
    margin: 15px 0;
}
.newsletter-container .container > * { display:inline-block; }
.newsletter-container input[type="text"], .newsletter-container input[type="email"] { min-width: 250px; }
.newsletter-container input { margin-right: 5px; border:1px solid #c0c0c0; margin-bottom: 5px; }
#mc_embed_signup { padding:15px; }

.wpcf7 input, .wpcf7 textarea { width:100%; }
.wpcf7 p { margin-bottom: 5px; padding:0 0.2em; }
/*.wpcf7 input[type=submit], .newsletter-container input[type="submit"] {
    background:#525252;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    outline: 0;
    border: 0;
    height: 40px;
    margin-top: 20px;
    font-weight:bold;
}*/
.newsletter-container input[type="submit"] { background: #ebb6be; min-width: 90px; border:0; }
#text-4 .wpcf7 input[type="submit"], #text-5 .wpcf7 input[type="submit"], #wpcf7-f188-o3 input[type="submit"], .usp-submit { background: #ebb6be; }
.ink-submit { background: #ebb6be !important; }
.ui-datepicker { 
    font-size:13px; 
    padding:0;
}
.ui-datepicker .ui-datepicker-header { 
    background: #e0b5be; 
    border:0; 
    border-radius: initial;
    padding: .2em 0;
    height: 35px;
    font-size: 12px;
    color: #ffffff;
    padding-top: 6px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next, .ui-datepicker-prev .ui-state-hover, .ui-datepicker-next .ui-state-hover {
    width:35px;
    height:35px;
    background: #b2adb1 url('http://dubaibridalshowroom.com/wp-content/uploads/2015/06/sprite-arrows.png') no-repeat;
    top: 0;
    background-size: 18px;
    border-radius: inherit;
    border:0;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: none; }
.ui-datepicker .ui-datepicker-prev { background-position: center 6px; left:0; }
.ui-datepicker .ui-datepicker-next { background-position: center -66px; right:0; }
.ui-state-default {
    background:none !important;
    border: none !important;
    text-align:center !important;
}
.ui-state-active, .ui-state-highlight {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    color:#f7f7f7 !important; 
}
.ui-state-highlight { background-color: #e0e0e0 !important; }
.ui-state-active { background-color: #656565 !important; }

#footer .btm-footer {position: relative; }
#footer .btm-footer .btn-link-top { 
    position: fixed; 
    right:20px; 
    bottom:10px; 
    z-index: 999;
}
#footer .ink-container h2 { display: none; }
.copyright {
    text-align:center;
    font-weight: 500;
    font-size: 14px;
}

/* COLLECTION */
.collection-container { padding-bottom: 60px; padding-top: 115px; }
.collection-container .post-title { display: inline-block; vertical-align: middle; }
.col-header { 
    position: relative;
    margin-bottom: 20px;
}
.col-header h2 { text-transform: uppercase; }
.col-header h2 span { 
    font-size:18px; 
    padding-left: 5px;
    color:#a8a3a0; 
    vertical-align: middle;
}
.col-header .btn-book-appointment a { height: 45px; }
.cta-collection {
    position: absolute;
    right: 0;
    top:18%;
    width: 200px;
    font-weight: bold;
    display: none;
}

.col-packery-item:hover > .opt { opacity: 1; }
.col-packery-item:hover > .opt .collection-image-list { top: 30%; }
.col-packery-item:hover > .opt .opt-details { height: 40%; }

.col-packery {
  max-width: 100%;
}

.col-packery:after {
  content: '';
  display: block;
  clear: both;
}

.col-packery-item {
  float: left;
  width: 32%;
  height: 400px;
  margin:4px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.col-packery-item.with-masonry {
    width: 100%;
    padding-bottom: 100%;
    margin:0;
}

/*.col-packery-item.with-masonry .feat-img img
{
    width: 160% !important;
    height: auto;
}*/

.col-packery-item.no-masonry .feat-img img
{
    width: auto !important;
    height: 90%;
}

/** Initially hide for scroll image load animation **/
.col-packery-item { opacity: 0; }
.col-packery-item.shown, .no-js .col-packery-item.shown, .no-cssanimations .col-packery-item.shown { transition: opacity 0.4s ease; opacity: 1; }

.col-packery-item-sizer { width:20%; }

.dropdown-container { 
    display: block; 
    vertical-align: middle; 
    margin-bottom: 15px;
}
.wrapper-dropdown {
    background: #ffffff;
    height: 45px;
    /*width: 49%;*/
    width: 100%;
    padding: 10px 25px 5px 10px;
    border: 1px solid #eaeef0;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin:0 auto 10px;
}
.wrapper-dropdown .filter-group {
    display: none;
    /*width: 219px;*/
    width: 100%;
    padding: 6px 0;
    list-style: none;
    margin: 0;
    background-color: #FFF;
    border-right: 1px solid #eaeef0;
    border-bottom: 1px solid #eaeef0;
    border-left: 1px solid #eaeef0;
    position: absolute;
    z-index: 200;
    left: 0;
    top: 44px;
}
.wrapper-dropdown .filter-group .filter {
    color: #656565;
    position: relative;
    z-index: 250;
}
.wrapper-dropdown .filter-group .filter:hover {
    background-color: #eaeef0;
}
.wrapper-dropdown .filter-group .filter a {
    display: block;
    width: 100%;
    padding: 8px 10px;
    color: #525252;
    text-decoration: none;
}
.wrapper-dropdown .filter-title { 
    color:#a8a3a0;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
}
.wrapper-dropdown .filter-title:before {
  content: "";
  position: absolute;
  z-index: 5;
  background: #f6f8f9;
  height: 43px;
  width: 45px;
  top: 0;
  right: 0;
  border-left: 1px solid #eaeef0;
}
.wrapper-dropdown .filter-title:after {
  content: url('http://dubaibridalshowroom.com/wp-content/uploads/2015/06/ico-caret.png');
  position: absolute;
  top: 4px;
  right:4px;
  z-index: 10;
  padding-top: 8px;
  padding-right: 12px;
  font-size: 12px;
  color: #3a3428;
}

#noResultsContainer { display: none; }
#noResultsContainer h2 { 
    color:#656565;
    text-align: center;
}

/* Effect 2: Move Up | Collection scroll animation */
.col-container > .col-packery-item.animate {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
    0% { }
    100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
    0% { }
    100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}




#mainwrapper .box {
    float: left;
    height: 530px;
    margin: 1% 1% 0px;
    max-width: 430px;
    min-width: 290px;
    overflow: hidden;
    position: relative;
    width: 31%;
	border:1px solid #eeeeee;
}

#mainwrapper .box-gallery{
    float: left;
    height: 472px;
    margin: 1% 1% 0px;
    max-width: 430px;
    min-width: 290px;
    overflow: hidden;
    position: relative;
    width: 31%;
    border: 1px solid #eeeeee;
}

#mainwrapper .box .imgBx {
	height:470px;
	overflow:hidden;
	left: 0;
    position: absolute;
    transition: all 600ms ease-out 0s;
    width: 100%;
	text-align:center;
}
#mainwrapper .box img {
    transition: all 600ms ease-out 0s;
   /* width: 100%;*/
	height:100%
}
#mainwrapper .box-gallery .imgBx {
	height:470px;
	overflow:hidden;
	left: 0;
    position: absolute;
    transition: all 600ms ease-out 0s;
    width: 100%;
	text-align:center;
}
#mainwrapper .box-gallery img {
    transition: all 600ms ease-out 0s;
   /* width: 100%;*/
	height:100%
}

#mainwrapper .box h3 {
    font-size: 26px;
    font-weight: normal;
    margin: 50px 0;
	text-transform:uppercase;
}
#mainwrapper .box p {
    font-size: 18px;
}
#mainwrapper .box h3.name {
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 91%;
    width: 100%;
	transition: all 600ms ease-out 0s;
	opacity:1;
  font-size: 1.3em;
}
#mainwrapper .box:hover h3.name {
    opacity:0;
}
#mainwrapper .box .caption {
    background-color: rgba(255, 255, 255, 0.9);
    color: #5c5858;
    left: 0;
    position: absolute;
    transition: all 600ms ease-out 0s;
    z-index: 100;
}
#mainwrapper .box .simple-caption {
    bottom: -30px;
    display: block;
    height: 30px;
    line-height: 25pt;
    text-align: center;
    width: 200px;
}
#mainwrapper .box .full-caption {
    height: 170px;
    padding: 15px;
    text-align: left;
    top: -200px;
    width: 170px;
}
#mainwrapper .box .fade-caption, #mainwrapper .box .scale-caption {
    height: 530px;
    max-width: 420px;
    opacity: 0;
    overflow: hidden;
    padding: 4%;
    text-align: center;
    width: 100%;
}
#mainwrapper .box .slide-caption {
    height: 170px;
    left: 200px;
    padding: 15px;
    text-align: left;
    width: 170px;
}
#mainwrapper #box-5.box .rotate-caption {
    height: 170px;
    padding: 15px;
    text-align: left;
    top: 200px;
    transform: rotate(-180deg);
    width: 170px;
}
#mainwrapper .box .rotate {
    height: 400px;
    transition: all 600ms ease-out 0s;
    width: 200px;
}
#mainwrapper .box .scale-caption h3, #mainwrapper .box .scale-caption p {
    position: relative;
    text-align: center;
    top: -109%;
    transition: all 100ms ease-out 0s;
    width: 90%;
	margin-left: auto;
	margin-right:auto;
}
#mainwrapper .box .scale-caption h3 {
    transition-delay: 100ms;
}
#mainwrapper .box .scale-caption h3 img{
	width: 64px;
  margin: auto;
}
#mainwrapper .overridebox{
  height: 472px !important;
}
#mainwrapper .box .scale-caption p {
    transition-delay: 100ms;
}
#mainwrapper .box:hover .simple-caption {
    opacity: 1;
    transform: translateY(-100%);
}
#mainwrapper .box:hover .full-caption {
    opacity: 1;
    transform: translateY(100%);
}
#mainwrapper .box:hover .fade-caption, #mainwrapper .box:hover .scale-caption, #mainwrapper .box:active .fade-caption, #mainwrapper .box:active .scale-caption {
    opacity: 1;
}
#mainwrapper .box:hover .slide-caption {
    background-color: rgba(0, 0, 0, 1) !important;
    opacity: 1;
    transform: translateX(-100%);
}
#mainwrapper .box:hover img#image-4 {
    opacity: 1;
    transform: translateX(-100%);
}
#mainwrapper .box:hover .rotate {
    background-color: rgba(0, 0, 0, 1) !important;
    transform: rotate(-180deg);
}
#mainwrapper .box:hover .scale-caption h3, #mainwrapper .box:hover .scale-caption p {
    transform: translateY(600px);
}





/* END COLLECTION */
/* DEFAULT IS col-sx- */
@media (max-width: 414px) {}
@media (max-width: 480px) {
    .collection-item-1, .collection-item-2, .collection-item-3, .collection-item-4,
    .collection-item-5, .collection-item-6, .collection-item-7, .collection-item-8 {
        width: 98%;
        padding-bottom: 100%;
    }
    .col-packery-item {
        width: 48%;
        height: 400px;
        margin: 3px;
    }

    .packery-item {
      width: 100%;
      height: 600px;
    }
	/*#mainwrapper .box {
		height:430px;
	}
	#mainwrapper .box .imgBx {
		height:370px;
	}*/

}
@media (max-width: 655px) {
		#mainwrapper .box {
			float:none;
			margin-left:auto;
			margin-right:auto;
			height:inherit;
		}
		#mainwrapper .box .imgBx {
			height:inherit;
			position:static;
		}
		#mainwrapper .box h3 {
			font-size:18px;
			padding-top:15px;
			padding-bottom:10px;
		}
		#mainwrapper .box img {
			height:inherit;
			width:100%;
		}
}
@media (min-width: 768px) {
    .row.one, .row.two { height:430px; }
    /*.row.one .about-text { padding: 40px 90px 0 !important; }*/
    .row.two .about-text { padding: 140px 90px 0; background-color:#e0d6de; }
    .collection-item-5, .collection-item-6 {
        display: inline-block;
    }
    .collection-item-1, .collection-item-2, .collection-item-3, .collection-item-4,
    .collection-item-5, .collection-item-6, .collection-item-7, .collection-item-8 {
        width: 32.33%;
        padding-bottom: 32.33%;
        margin:0.5%;
    }
    .gmaps-container .responsive-map { height: 400px !important; }
    .cta-collection { 
        display: block; 
    }
    .blog-item {
        width: 48%;
        margin-right: 1%;
        margin-left: 1%;
    }
    .wrapper-dropdown {
        width: 48.5%;
        margin-right: 1%;
        display: inline-block;
    }
    .archive .blog-item { height: 690px; }
    .col-packery-item.with-masonry { padding-bottom:0; }
    .col-packery-item-1.with-masonry, 
    .col-packery-item-2.with-masonry, 
    .col-packery-item-4.with-masonry, 
    .col-packery-item-5.with-masonry,
    .col-packery-item-9.with-masonry, 
    .col-packery-item-10.with-masonry, 
    .col-packery-item-11.with-masonry, 
    .col-packery-item-12.with-masonry 
    { width: 190px; height:190px; }

    .col-packery-item-6.with-masonry, 
    .col-packery-item-7.with-masonry, 
    .col-packery-item-13.with-masonry, 
    .col-packery-item-14.with-masonry
    { width:380px; height:190px; }

    .col-packery-item-3.with-masonry, 
    .col-packery-item-8.with-masonry
    { width:380px; height:380px; }
}

/*Small Device col-sm- */
@media (min-width: 880px) {
    .navbar-header { float: right; }
    #latest-collection-container, 
    .collection-container { padding-top: 180px; }
    .spacer { padding-top: 180px; }

    .packery-item { width: 24.1%; }

    .packery-item--width2 { width: 49%; }
    .packery-item--height2 { height:auto; }

    .packery-item-4, .packery-item-6 { width: 49%; }
    .packery-item-3, .packery-item-5 { width: 49%; height:300px; }

    .packery-item-3 .testi-media, .packery-item-4 .testi-media, .packery-item-5 .testi-media
    { height: 50%; padding-bottom: 0; }

    .packery-item-3 .testi-media img, .packery-item-4 .testi-media img, .packery-item-5 .testi-media img 
    { width: 100%; height:auto; }
}

@media (max-width: 999px) {
    .navbar-default li { margin:0; }
}

@media (max-width: 1199px) {
    .logo-small { display: block; /*height: 100px;*/ }
    .logo-small img { height: 100%; }
    .logo-big { display: none; }
    .navbar-header {
        position: absolute;
        top: 0;
        right: 20px;
        z-index: 5;
    }
}

/*Small Device col-md- */
@media (min-width: 1000px) {    
    .dropdown-menu li { border-bottom: 1px solid #eeeeee; margin: 0 !important; }

    .row.full-bleed > .col-md-6 { min-height: 572px; }
    #mc_embed_signup { padding: 0; }

    .dropdown-container { 
        display: inline-block; 
        margin-left: 50px; 
        margin-bottom: 0;
    }
    .cta-collection { 
        top:27%; 
    }
    .col-packery-item.no-masonry {
      width:23.9%; 
      margin:5px;
      height: 500px;
    }

   .collection-item-7, .collection-item-8 {
        display: inline-block;
    }

    .testi-form { padding:80px; }

    .collection-image-list {
        width: 80px;
        height: 80px;
        margin-left:-40px;
    }

    .collection-item {
        width: 24%;
        padding-bottom: 24%;
        margin:0.5%;

    }

    .opt-details h4 {
        font-size:18px;
    }
    .opt-details h4 span {
        font-size: 14px;
        color: #d6a5b0;
        font-weight: 500;
        margin-top: 25px;
    }

    .wrapper-dropdown {
        width: 190px;
        margin-right: 10px;
    }

}

/*Small Device col-lg- */
@media (min-width: 1200px) {
    .header-search-social { display: block; }
    a.logo { height: 150px; }
    .navbar-default { height: 180px; }
        .is-sticky .navbar-default { height: 90px; }
    .is-sticky .navbar-default .container-fluid { padding:0; }
    .is-sticky .navbar-default .left-side > ul { padding-right: 75px; }
    .is-sticky .col-sm-6 > ul > li > a { padding-bottom: 30px !important; }
    .is-sticky .navbar-default .righ-side > ul { padding-left: 75px; }

    .navbar-collapse { padding:0; background:none !important; }
    .navbar-collapse.collapse { display: block !important; }
    .navbar-default li { margin:15px 9px 0 9px; }
    .navbar-default .container-fluid { padding-top:70px; }
    .navbar-default .col-sm-6 { padding:0; z-index:2; }
    
    .dropdown-menu .current-menu-item a { border:0; }
    .navbar-default .left-side > ul { padding-right: 150px; float:right !important; }
    .navbar-default .righ-side { width:49%; }
    .navbar-default .righ-side > ul { padding-left: 150px; }
    .navbar-default .righ-side > ul li { margin-left: 0; }

    .navbar-default .col-sm-6 li a:hover, .navbar-default .col-sm-6 li a:active, .navbar-default .col-sm-6 li a[aria-expanded="true"], .current-menu-item a { border-bottom:4px solid #ebb6be; }
    .navbar-default .col-sm-6 > ul > li > a { font-size:14px !important; padding-bottom:50px; } 
    .sub-menu a:hover, .sub-menu a:active { background:none !important; border:0 !important; } 

    .row.one > .col-lg-6:first-child { display:block; }

    .post-container { height:450px; }
    .archive .blog-item:first-child .post-container { height:100%; }
    .sidebar-custom { max-width: 28%; }

    .gmaps-container .responsive-map { height: 500px !important; }

    #extra-info { padding: 40px 0; }

    .press-container .wp-caption {
        width: 25% !important;
    }

    #latest-collection-container { 
        /*max-height: 400px;*/
        overflow: hidden;
        padding-top: 180px;
    }
    .collection-item-1, .collection-item-2, .collection-item-5, .collection-item-6 {
        width: 49%;
        padding-bottom: 49%;
        margin: 0;
    }
    /*.collection-item-1, .collection-item-2, .collection-item-5, .collection-item-6 {
        width: 48.5%;
        padding-bottom: 48.5%;
    }*/
    .collection-item-2, .collection-item-6 {
        margin-left: 5px;
    }
    .collection-item-3, .collection-item-7 {
        width: 100%;
        padding-bottom: 53%;
        padding-top: 1%;
        margin: 0;
    }
    .collection-item-4, .collection-item-8 {
        width: 25%;
        padding-bottom: 25%;
        padding-left:10px;
        padding-right:10px;
        margin: 0;
    }
    .collection-item-3 .collection-image-list, .collection-item-7 .collection-image-list {
        width: 21%;
        height: 39%;
        margin-top: -10.5%;
        margin-left: -19.5%;
    }

    .collection-item-container {
        width: 25%;
        padding-left:5px;
        padding-right:5px;
        float: left;
    }

    /*.collection-item-container {
        width: 25%;
        padding-left:5px;
        padding-right:5px;
        float: left;
    }*/

    #footer .row.full-bleed > .col-md-6 { 
        padding:70px 90px 0; 
    }

    .newsletter-container h2 { 
        margin: 20px 30px 25px 0;
        font-size: 26px;
    }

    .widget_instagram_recent_media { margin-top: 65px; }
}

.lb-data .lb-number{
	display: none !important;
}