@import url(http://fonts.googleapis.com/css?family=Questrial|Fredericka+the+Great|Poiret+One|Cabin+Sketch|Lobster|Comfortaa|Rye|Imprima|Raleway|Roboto+Condensed|Slabo+27px|Varela+Round);	
html,
body {
    height: 100%;
}

body {
    padding-top: 10px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}
.img-service{ margin-bottom: 10px;}
#service h4{text-align:center;margin-bottom: 25px;}
.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
	margin-bottom: 25px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.thumbnail {
  display: block;
  padding: 5px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
}
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0px 0px0px;
}
.page-header, .parallax-header, .section-header {
	text-align:center;
	padding-bottom:10px;
	position:relative;
}
.page-title, .parallax-title, .section-title {
	font-size:30px;
	margin-bottom:20px;
	text-transform:uppercase;
	position:relative;
}
.pt-style-1 .parallax-title {
	background-attachment: scroll;
	background-image: url('../img/divider.png');
	background-repeat: repeat-x;
	background-position: top center;
	padding-top:20px;
	display:inline-block;
}
.pt-style-1 .page-title, .pt-style-1 .section-title {
	background-attachment: scroll;
	background-image: url('../img/divider.png');
	background-repeat: repeat-x;
	background-position: center center;
}
.pt-style-1 .page-title span, .pt-style-1 .section-title span {
	background:#FFFFFF;
	padding:0 20px;
}
.pt-style-2 .page-title:after, .pt-style-2 .parallax-title:after, .pt-style-2 .section-title:after {
	content: "";
	display: block;
	background-color: #222222;
	width: 30px;
	height: 1px;
	margin: 15px auto 0;
}
.light .pt-style-2 .page-title:after, .light .pt-style-2 .parallax-title:after, .light .pt-style-2 .section-title:after {
	content: "";
	display: block;
	background-color: #FFFFFF;
	width: 30px;
	height: 1px;
	margin: 15px auto 0;
}
.pt-style-3 .page-title, .pt-style-3 .parallax-title, .pt-style-3 .section-title {
	margin-bottom:25px;
}
.pt-style-3 .page-title span, .pt-style-3 .parallax-title span, .pt-style-3 .section-title span {
	color:#FFFFFF;
	padding:5px 10px;
	border: 3px solid #FFFFFF;
	display:inline-block;
}
.pt-style-4 .page-title span, .pt-style-4 .parallax-title span, .pt-style-4 .section-title span {
	display:inline-block;
	border:3px solid #222222;
	padding:4px 8px;
}
.light .pt-style-4 .parallax-title span, .light .pt-style-4 .section-title span {
	display:inline-block;
	border:3px solid #FFFFFF;
	padding:4px 8px;
}
.pt-style-5 .page-title, .pt-style-5 .parallax-title, .pt-style-5 .section-title {
	margin-bottom:25px;
}
.pt-style-5 .page-title span, .pt-style-5 .section-title span {
	color:#FFFFFF;
	padding:5px 10px;
	border: 3px solid #FFFFFF;
	display:inline-block;
	background:#222222;
	-webkit-box-shadow:0 0 0 3px #222222;
	-moz-box-shadow:0 0 0 3px #222222;
	box-shadow:0 0 0 3px #222222;
}
.pt-style-5 .parallax-title span {
	color:#222222;
	padding:5px 10px;
	border: 3px solid #222222;
	display:inline-block;
	background:#FFFFFF;
	-webkit-box-shadow:0 0 0 3px #FFFFFF;
	-moz-box-shadow:0 0 0 3px #FFFFFF;
	box-shadow:0 0 0 3px #FFFFFF;
}
.pt-style-6 .page-title:after, .pt-style-6 .parallax-title:after, .pt-style-6 .section-title:after {
	content: "";
	display: block;
	border-bottom:1px dotted #222222;
	width: 30px;
	height: 1px;
	margin: 15px auto 0;
}
.light .pt-style-6 .page-title:after, .light .pt-style-6 .parallax-title:after, .light .pt-style-6 .section-title:after {
	content: "";
	display: block;
	border-bottom:1px dotted #FFFFFF;
	width: 30px;
	height: 1px;
	margin: 15px auto 0;
}
.page-title span span, .page-title .vcard {
	padding:0 !important;
}
.page-title .vcard a:hover {
	color:#222222;
}
p.lead, .taxonomy-description {
	font-size:18px;
	line-height:150%;
}
.menutext
{
display:none;
}
/* ------ Carousel ----- */

#lotusbg-carousel {
    background: url('../img/lotusbg_carousel_bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 350px;
}

#lotusbg-carousel .carousel-caption {
    z-index: 10;
}

#lotusbg-carousel .item {
    height: 350px;
}
#lotusbg-carousel .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #lotusbg-carousel .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #lotusbg-carousel .carousel-caption {
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 768px) {
    #lotusbg-carousel .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #lotusbg-carousel {
        background: url('../img/lotusbg_carousel_bg_s.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 500px;
    }
	.menutext
{
font-size:20px;font-size: 22px; font-weight: 700;padding-left: 15px;margin-top: 10px;position: absolute;display:block;
}
}
/* ------ Planning bg ----- */

#lotusbg-planning {
    background: url('../img/lotusbg-planning-carousel-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 350px;
}

#lotusbg-planning .carousel-caption {
    z-index: 10;
}

#lotusbg-planning .item {
    height: 350px;
}
#lotusbg-planning .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #lotusbg-planning .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #lotusbg-planning .carousel-caption {
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 768px) {
    #lotusbg-planning .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #lotusbg-planning {
        background: url('../img/lotusbg-planning-carousel-bg-s.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 500px;
    }
}
/* ------ photo bg ----- */

#lotusbg-photo {
    background: url('../img/lotusbg-photography-carousel-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 350px;
}

#lotusbg-photo .carousel-caption {
    z-index: 10;
}

#lotusbg-photo .item {
    height: 350px;
}
#lotusbg-photo .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #lotusbg-photo .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #lotusbg-photo .carousel-caption {
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 768px) {
    #lotusbg-photo .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #lotusbg-photo {
        background: url('../img/lotusbg-photography-carousel-bg-s.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 500px;
    }
}
/* ------ contact bg ----- */

#lotusbg-contact {
    background: url('../img/lotusbg-contact-carousel-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: auto;
}

#lotusbg-contact .carousel-caption {
    z-index: 10;
}

#lotusbg-contact .item {
    height: auto;
}
#lotusbg-contact .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: auto;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #lotusbg-contact .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #lotusbg-contact .carousel-caption {
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 768px) {
    #lotusbg-contact .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #lotusbg-contact {
        background: url('../img/lotusbg-contact-carousel-bg-s.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: auto;
    }
}
/* ------ music bg ----- */

#lotusbg-music {
    background: url('../img/lotusbg-music-carousel-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: auto;
}

#lotusbg-music .carousel-caption {
    z-index: 10;
}

#lotusbg-music .item {
    height: auto;
}
#lotusbg-music .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: auto;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #lotusbg-music .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #lotusbg-music .carousel-caption {
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 768px) {
    #lotusbg-music .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #lotusbg-music {
        background: url('../img/lotusbg-music-carousel-bg-s.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: auto;
    }
}
/* ------ lighting bg ----- */

#lotusbg-lighting {
    background: url('../img/lotusbg-lighting-carousel-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: auto;
}

#lotusbg-lighting .carousel-caption {
    z-index: 10;
}

#lotusbg-lighting .item {
    height: auto;
}
#lotusbg-lighting .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: auto;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #lotusbg-lighting .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #lotusbg-lighting .carousel-caption {
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 768px) {
    #lotusbg-lighting .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #lotusbg-lighting {
        background: url('../img/lotusbg-lighting-carousel-bg-s.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: auto;
    }
}
/* ------ lighting bg ----- */

#lotusbg-flowers {
    background: url('../img/lotusbg-flowers-carousel-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: auto;
}

#lotusbg-flowers .carousel-caption {
    z-index: 10;
}

#lotusbg-flowers .item {
    height: auto;
}
#lotusbg-flowers .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: auto;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #lotusbg-flowers .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #lotusbg-flowers .carousel-caption {
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 768px) {
    #lotusbg-flowers .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #lotusbg-flowers {
        background: url('../img/lotusbg-flowers-carousel-bg-s.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: auto;
    }
}
/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
.page-title, .parallax-title, .section-title {
font-size: 18px;
margin-bottom: 20px;
text-transform: uppercase;
position: relative;
}
}