body {
    font-family: 'lato', arial, sans-serif;
    background-color: #ffffff;
}

a{
    cursor: pointer;
}
h1, .h1 {
     color: #82b5d6;
     font-size: 44px;
     margin-top: 20px;
     margin-bottom: 20px;
 }
.h4 {
    font-size: 18px;
    font-weight: 500;
    color: #82b5d6;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
}
.h5 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}
@media (max-width: 767px) {
    h1 {
        font-size: 32px;
    }
}
h2, .h2 {
    color: #ffffff;
    font-size: 30px;
}
@media (max-width: 767px) {
    h2, .h2 {
        font-size: 26px;
    }
}
.blue-text-header{
    color: #b1d0e5;
    font-weight: bold;
    margin-top: 10px;
}

.container-blue {
    background-color: #91c0e0;
    overflow: hidden;
    padding: 30px 0;
}
.container-light {
    background-color: #eeeeee;
    overflow: hidden;
    padding: 20px 0;
}

.col-white{
    background-color:white;
}
.masthead-container {
    background-color: #efefef;
}
.bold {
    font-weight: 700;
}
.italic {
    font-style: italic;
}

/* Nav Bar
-------------------------------------------------------------- */
.navbar-default{
    background-color: #b1d0e5;
    border: 0;
}

.navbar{
    border-radius: 0;
}

#site-nav{
    padding-left: 0;
    padding-right: 0;
}

.banner-left-padding{
    padding-left: 0;
}

.banner-right-padding{
    padding-right: 0;
}

.banner-both-padding{
    padding-left: 0;
    padding-right: 0;
}
h1 > a{
    color: white !important;
    /*font-size: 48px !important;*/
    text-decoration: none;
}

h1 > a:hover,a:active,a:focus{
    text-decoration: none;
}

.navbar-default .navbar-nav>.active> a{
    background-color: transparent !important;
    border-bottom: 2px dotted white !important;
}

.pad-left{
    padding-left: 40px;
}

.nav-links > li > a{
    font-size: 14px;
    color: white !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

.navbar{
    margin-bottom: 0px;
}

@media  (max-width : 768px){
    .nav-links{
        float:left !important;
    }
    .navbar-default .navbar-nav>.active> a{
        background-color: transparent !important;
        border-bottom:none !important;
    }

    .banner-left-padding{
        padding-left:15px;
    }

    .banner-right-padding{
        padding-right: 15px;
    }


}

@media  (max-width : 992px){

    .container-blue{
        /*background-color: transparent;*/
    }

    .margin-left-negative{
        margin-left: auto !important;
    }
}

/* Home Page
-------------------------------------------------------------- */

.wedding-col-md-6{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

#dream-header{
    margin-top: 0;
}

.p_bg-white{
    font-size: 20px;
    color:  #999999;
}

.pad50{
    padding: 50px;
}

.pad50_h1{
    font-size: 16px;
    color: white;
}

.pad_bottom20{
    padding-bottom: 20px;
}

.bg-blue{
    background-color: #b1d0e5;
}

.span_h1{
    font-size: 44px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.row-centered {
    text-align: center;
}
.row-centered [class*="col-"] {
    display: inline-block !important;
    float: none !important;
    margin-right: -4px;
    vertical-align: top;
}

/* Ceremonies
-------------------------------------------------------------- */
.blue-text{
   color: #335f7a;
    /*text-transform: uppercase;*/
}

.p_bg-white-cer{
    font-size: 18px;
    color:  #999999;
}

.bg-grey{
    background-color: #f2f2f2;
}

.h4_tips{
    color: #767676;
    font-weight: bold;
    text-align: left;
}

.tips-text{
    color:#adadad;
    font-size: 14px;
    text-align: left;
}

ul .tips-text li{
    list-style-type: none;
}

ul.tips-text > li:before{

    color: red !important;

}

/* Services
-------------------------------------------------------------- */
.blue-text-ser{
    color:#82b5d6 ;
    font-size: 16px;
    font-weight: bold;
}

.white-text{
    color: #ffffff;
}

.font20{
    font-size: 20px;
}

.font16{
    font-size: 16px;
}

@media  (max-width : 768px){
   #audio-video{
       padding-bottom: 20px !important;
   }
    .nav-links > li > a{
        margin-bottom: 0;
        margin-top: 0;
        margin-left: 35px;
    }
}


/* Ceremonies
-------------------------------------------------------------- */
.p2_bg-white{
    font-size: 16px;
    color:  #999999;
}



.blue-text-a{
    color: #82b5d6;
    text-decoration: underline;
}

/* Contact
-------------------------------------------------------------- */
.contact-font18{
    font-size: 17px;
}
/* Packages
-------------------------------------------------------------- */
.package-ul-heading{
    font-size: 16px;
    color:  #999999;
    font-weight: 800;
}


.blue-text-a{
    color: #82b5d6;
    text-decoration: underline;
}

/* Venues
-------------------------------------------------------------- */
.pad20{
    padding: 20px;
}

.new-thumbnail{
    border: 0 !important;
    background-color: transparent;
    padding: 0;
}

a:focus{
    outline: none;
    color: #82b5d6;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border:0;
}

.modal-header-style{
    color: #82b5d6;
    text-decoration: underline;
    cursor: pointer;
}

.modal-heading{
    color: #82b5d6;
    margin-top: 0;
}
/* Footer
-------------------------------------------------------------- */
.footer-bg {
    background-color: #e5e5e5;
}

.footer-h4{
    font-weight: 500;
    font-size: 18px;
    color: #2171b0;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
}

.footer-text{
    font-weight: 600;
}

.pad-top20{
    padding-top: 20px;
}
/*NEW DESIGN*/
.font44{
    font-size: 44px;
}

.margin-top30{
    margin-top:30px;
}

.grey-text{
    color:#666666;
}

.bg-image-blue{
    background: #91c0e0 url('../img/home/wedding-dreams-bg.jpg') no-repeat;
    background-size: cover;
}
@media (max-width: 1199px) {
    .bg-image-blue{
        background-image: none;
    }
}
.text-right{
    float: right;
}

.text-left{
    float: left;
}

.no-list-style{
    list-style-type: none;
}

.no-padding40{
    padding-left:0;
}

.margin-bottom-0{
    margin-bottom:0;
}

.thumbnail-margin{
    margin:0 !important;
}

.btn-default,.btn-default:hover {
    border-color: #82b5d6;
    background-color: transparent;
    color: #82b5d6;
}
.btn-dark {
    background-color: #0267ad;
    border-color: #0267ad;
    color: #fff;
}
.btn-dark:hover {
    color: #82b5d6;
}
.modal-header h2 {
    font-size: 23px;
    font-weight: 300;
    color: #82b5d6;
}
.modal .lead {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0;
}

.slider-wrapper {
    /*margin:0 0 30px 0;*/
}
.owl-carousel {
    position: relative;
    /*margin-top: 30px;*/
}
.owl-controls .owl-nav {
    display: none;
}
.owl-theme .owl-controls {
    position: absolute;
    bottom: 25px;
    left: 45%;
}
.owl-carousel .item {
    border: 1px solid #fff;
}
/*.owl-theme .owl-dots .owl-dot span {*/
    /*width: 22px;*/
    /*height: 24px;*/
    /*/!*background: transparent url('../img/slider-dot.png') 0 0 no-repeat;*!/*/
    /*border: 0;*/
/*}*/


.owl-carousel .owl-item img {
    /*height:350px;*/
    /*width:1140px;*/
}
 .owl-dot {
    background: none repeat scroll 0 0 #383A39;
    border-radius: 20px;
    display: block;
    height: 22px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 22px;
     display: inline-block;
}

.owl-dot.active {
    background: none repeat scroll 0 0 #ffffff;
    border:2px solid #383A39;
    border-radius: 20px;
    display: block;
    height: 22px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 22px;
    display: inline-block;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.hero-padding{
    padding: 0 !important;
}

.margin-left-negative{
    margin-left:-25px;
}

.font10{
    font-size: 10px;
}

.margin-top10{
    margin-top: 10px;
}

.li-color{
    color: #82b5d6;
}

.li-span-color{
    color:#B7ADAF;
}

.testimonial-text{
    color:#003e62;
}

.close{
    opacity: 1;
}

.pad-top0{
    padding-top:0;
}

.pad-bot0{
    padding-bottom: 0;
}
.margin-bot5 {
    margin-bottom: 5px;
}

button.close{
    color: #82B5D6;
}