body {
    background: #fff;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    color: #888;
    font-size: 14px;
    padding-top:110px;
}

.violet { color: #433a31; }

a {
    color: #433a31;
    text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
a:hover, a:focus { color: #888; text-decoration: none; }

strong { font-weight: bold; }

img { max-width: 100%; }

h1, h2 { line-height: 40px; }
h3, h4 { line-height: 30px; }

::-moz-selection { background: #433a31; color: #fff; text-shadow: none; }
::selection { background: #433a31; color: #fff; text-shadow: none; }


/***** Big links / buttons *****/

a.big-link-1 {
	display: inline-block;
    padding: 5px 22px;
    background: #433a31;
    color: #fff;
    font-style: italic;
    text-decoration: none;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

a.big-link-1:hover {
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

a.big-link-1:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

a.big-link-2 {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding-top: 6px;
    background: #433a31;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    -moz-border-radius: 19px; -webkit-border-radius: 19px; border-radius: 19px;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}
a.big-link-2 i { vertical-align: middle; }

a.big-link-2:hover {
    background: #5d5d5d;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

a.big-link-2:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

a.big-link-3 {
	display: inline-block;
    padding: 5px 22px;
    background: #433a31;
    font-size: 18px;
    color: #fff;
    font-style: italic;
    line-height: 24px;
    text-decoration: none;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

a.big-link-3:hover {
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

a.big-link-3:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}


/***** Top menu *****/

.navbar {
	margin-bottom: 0;
	background: #fff;
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    box-shadow:0 5px 15px 0 rgba(0,0,0,.075), 0 -5px 15px 0 rgba(0,0,0,.075);

}

ul.navbar-nav {
	font-size: 14px;
	color: #888;
}

ul.navbar-nav li a { padding: 20px 15px 21px;text-align:left; background: #fff; border-top: 5px solid #fff; color: #5d5d5d;font-weight:bold;line-height:35px;text-transform: uppercase; }
ul.navbar-nav li a span {
    font-family:'Josefin Sans', cursive;
    font-size: 14px;
    color: #5d5d5d;
    display:block;
    font-style: italic;
    font-weight:normal;
    text-transform:none;
}
ul.navbar-nav li.active a { background: #f8f8f8; border-color: #433a31; color: #5d5d5d; }

ul.navbar-nav li a:hover, ul.navbar-nav li a:focus { background: #433a31; border-color: #433a31; color: #fff; outline: 0; }

.nav .open > a { background: #f8f8f8; border-color: #433a31; color: #5d5d5d; }
.nav .open > a:hover, .nav .open > a:focus { background: #433a31; border-color: #433a31; color: #fff; }

ul.navbar-nav li a i { line-height: 35px; color: #aaa; }
ul.navbar-nav li a:hover i,ul.navbar-nav li a:hover span, ul.navbar-nav li a:focus i { color: #fff; }

.dropdown-menu {
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-moz-box-shadow: 0 6px 10px rgba(0, 0, 0, .15); -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .15); box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
}

.dropdown-menu > .active > a { background: #fff; color: #5d5d5d; }
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { background: #f8f8f8; color: #433a31; }

ul.navbar-nav li .dropdown-menu a { padding-top: 15px; padding-bottom: 15px; }
ul.navbar-nav li.active .dropdown-menu a { background: #fff; color: #5d5d5d; border: 0; }
ul.navbar-nav li.active .dropdown-menu a:hover,
ul.navbar-nav li.active .dropdown-menu a:focus { background: #433a31; color: #fff; border: 0; }

ul.navbar-nav li.active .dropdown-menu > .active > a { background: #f8f8f8; color: #433a31; border: 0; }
ul.navbar-nav li.active .dropdown-menu > .active > a:hover,
ul.navbar-nav li.active .dropdown-menu > .active > a:focus { background: #433a31; color: #fff; border: 0; }

.navbar>.container .navbar-brand { margin-left: 0; }

.navbar-brand {
    padding:0px;
    height:auto;
    float:none;
}
.navbar-brand img {padding:0px;transition: all .3s;}
/***** Slider *****/

.slider-container {
    margin: 0 auto;
    background: #857d72;
    box-shadow:inset 0 -5px 15px 0 rgba(0,0,0,.075);
}

.slider {
	padding-left: 5px;
	padding-right: 5px;
    overflow:hidden;
}

.flexslider {
    margin-top: 35px;
    margin-bottom: 40px;
    border: 6px solid #fff;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 -5px 15px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 -5px 15px 0 rgba(0,0,0,.05);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 -5px 15px 0 rgba(0,0,0,.05);
}

.flexslider .slides > li {
	position: relative;
}

.flexslider .slides .embed-responsive.embed-responsive-16by9 {
	padding-bottom: 48.1%;
}

.flex-caption {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 95%;
    padding: 10px 20px;
    background: #1d1d1d; /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    font-size: 14px;
    line-height: 24px;
    color: #eaeaea;
    text-align: left;
    font-style: italic;
}

.flex-direction-nav a {
	width: 60px;
	height: 60px;
	padding-top: 17px;
	background: #433a31;
	color: #fff;
	text-shadow: none;
}

.flex-direction-nav a:before { font-size: 26px; }

.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next { text-align: center; }


/***** Slider 2 *****/

.slider-2-container {
	padding: 180px 0;
}

.slider-2-text {
	padding: 30px 0 43px 0;
	background: #1d1d1d; /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    color: #fff;
}

.slider-2-text h1 {
	padding-left: 30px;
	padding-right: 30px;
	font-family: 'Lobster', cursive;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.slider-2-text p {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
    font-style: italic;
}


/***** Presentation *****/

.presentation-container {
    margin-top: 30px;
}

.presentation-container h1 {
    font-family: 'Lobster', cursive;
    font-size: 30px;
    color: #5d5d5d;
    font-weight: bold;
}

.presentation-container p {
    font-size: 18px;
    font-style: italic;
}


/***** Services *****/

.services-container {
    margin-top: 10px;
}

.services-title {
	margin-top: 40px;
    background: url(../img/line.png) left center repeat-x;
}

.services-title h2 {
    width: 200px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
}

.service {
	margin-top: 40px;
    padding: 15px 15px 20px 15px;
    background: #f8f8f8;
    border-bottom: 2px solid #433a31;
}

.service:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.service .service-icon {
    font-size: 50px;
    line-height: 50px;
    color: #5d5d5d;
}

.service .service-icon i { vertical-align: middle; }



.service p {
    padding-bottom: 7px;
    line-height: 24px;
}


/***** Latest work *****/

.work-container {
    margin-top: 50px;
}

.work-title {
    background: url(../img/line.png) left center repeat-x;
}

.work-title h2 {
    width: 220px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
}

.work {
    margin-top: 40px;
    padding-bottom: 20px;
    background: #f8f8f8;
    border-bottom: 2px solid #433a31;
}

.work:hover img {
    opacity: 0.7;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.work:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.work .work-bottom {
    margin-top: 15px;
}

.work p {
	padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
    font-style: italic;
}


/***** Testimonials *****/

.testimonials-container {
    margin-top: 50px;
    padding-bottom: 70px;
}

.testimonials-title {
    background: url(../img/line.png) left center repeat-x;
}

.testimonials-title h2 {
    width: 180px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
}

.testimonial-list {
    margin-top: 30px;
    text-align: left;
}

.testimonial-list .tab-pane { overflow: hidden; }

.testimonial-list .testimonial-image {
	float: left;
	width: 10%;
	margin: 10px 0 0 0;
}
.testimonial-list .testimonial-image img { max-width: 64px; border: 3px solid #eaeaea; }

.testimonial-list .testimonial-text {
	float: left;
	width: 90%;
	font-size: 14px;
    line-height: 30px;
    font-style: italic;
}

.testimonial-list .nav-tabs {
    border: 0;
    text-align: right;
}

.testimonial-list .nav-tabs li {
	float: none;
	display: inline-block;
	margin-left: 2px;
    margin-right: 2px;
}

.testimonial-list .nav-tabs li a {
    width: 12px;
    height: 12px;
    padding: 0;
    background: #eaeaea;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}

.testimonial-list .nav-tabs li a:hover { border: 0; background: #ddd; }
.testimonial-list .nav-tabs li.active a { background: #433a31; }


/***** Footer *****/

footer {
    margin: 0 auto;
    padding-bottom: 10px;
    background: #857d72;
    color:#fff;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.075) inset; -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.075) inset; box-shadow: 0 5px 15px 0 rgba(0,0,0,.075) inset;
}

.footer-box {
    margin-top: 20px;
    text-align: left;
}

.footer-box h4 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0,0,0,.7);
}
.footer-box a,footer a {color:#2c2824;}
.footer-box-text p {
    line-height: 24px;
}

.footer-box-text-contact i {
    padding-right: 7px;
}

.footer-box-text-subscribe form {
	padding-bottom: 10px;
}

.footer-box-text-subscribe input[type="text"] {
	width: 95%;
	height: 26px;
}

/* Flickr feed */
.flickr-feed {
    margin: 16px 0 0 0;
}

.flickr-feed a {
	display: inline-block;
	width: 54px;
	margin: 0 4px 4px 0;
}
.flickr-feed a:hover { opacity: 0.7; }
.flickr-feed a img { border: 2px solid #eaeaea; }


.footer-border {
    margin: 20px 0px 15px;
    border-top: 1px dashed #ddd;
}

.footer-copyright {
    line-height: 24px;
    text-align: left;
}

.footer-social {
    margin-top: 5px;
    text-align: right;
}
.footer-social a { margin: 0 0 0 10px; font-size: 26px; color: #888; }
.footer-social a:hover, .footer-social a:focus { color: #433a31; }

.tright {
    text-align:right;
}

/***** Page title *****/

.page-title-container {
    margin: 0 auto;
    padding: 30px 0 35px 0;
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
    text-align: left;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
}

.page-title-container h1 {
    display: inline;
    margin-left: 10px;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    vertical-align: middle;
}

.page-title-container p {
    display: inline;
    margin-left: 5px;
    font-size: 14px;
    font-style: italic;
    vertical-align: middle;
}

.page-title-container i {
    font-size: 46px;
    color: #ccc;
    vertical-align: middle;
}


/* ----- ABOUT PAGE ----- */

/***** About us text *****/

.about-us-container {
    margin-top: 20px;
}

.about-us-text {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}


.about-us-text p {
    line-height: 28px;
    font-size: 13px;
}

/***** Meet our team *****/

.team-container {
    margin-top: 30px;
}

.team-title {
    background: url(../img/line.png) left center repeat-x;
}

.team-title h2 {
    width: 220px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
}

.team-box {
    margin-top: 40px;
    padding-bottom: 15px;
    background: #f8f8f8;
    border-bottom: 2px solid #433a31;
}

.team-box:hover img {
    opacity: 0.7;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.team-box:hover {
	-moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}


.team-box p {
	padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
    font-style: italic;
}

.team-social a { margin: 0 5px; font-size: 26px; }


/* ----- CONTACT PAGE ----- */

/***** Form *****/

.contact-us-container {
    margin-top: 20px;
    padding-bottom: 50px;
    text-align: left;
}


.contact-us-container p {
    line-height: 28px;
    font-size: 13px;
}

.contact-form {
    padding-top: 25px;
    padding-bottom: 30px;
}

.contact-form form {
    margin-top: 25px;
}

.contact-form form .form-group {
	margin-bottom: 20px;
}

.contact-form textarea { width: 100%; height: 225px; padding-top: 6px; padding-bottom: 6px; }
.contact-form label { font-weight: 400; }
.contact-form label .error-label { font-style: italic }
.contact-form button { margin-top: 5px; padding: 0 45px; }

/***** Google map *****/

.contact-address {
	padding-bottom: 15px;
}

.contact-address .map {
    margin: 20px 0 40px 0;
    height: 300px;
    border: 5px solid #f8f8f8;
}


/* ----- SERVICES PAGE ----- */

/***** Services full width text *****/

.services-full-width-container {
    margin-top: 20px;
}

.services-full-width-text {
    padding-top: 10px;
    text-align: left;
}


.services-full-width-text p {
    line-height: 28px;
    font-size: 13px;
}

/***** Services half width text *****/

.services-half-width-container {
    margin-top: 20px;
}

.services-half-width-text {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}


.services-half-width-text p {
    line-height: 28px;
    font-size: 13px;
}

/***** Call to action *****/

.call-to-action-container {
    margin-top: 20px;
    padding-bottom: 50px;
}

.call-to-action-text {
    padding-top: 25px;
    padding-bottom: 15px;
    background: #f8f8f8;
    text-align: left;
    overflow: hidden;
}

.call-to-action-text:hover {
	-moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.call-to-action-text p {
    float: left;
    width: 80%;
    padding-left: 25px;
    line-height: 30px;
    font-size: 18px;
    font-style: italic;
}

.call-to-action-text .call-to-action-button {
    float: left;
    width: 20%;
    padding-right: 25px;
    margin-bottom: 10px;
    text-align: right;
}


/* ----- PORTFOLIO PAGE ----- */

.portfolio-container {
    margin-top: 20px;
    padding-bottom: 50px;
}

.portfolio-filters {
	padding-top: 35px;
	padding-bottom: 10px;
	font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.portfolio-filters a { color: #5d5d5d; }
.portfolio-filters a:hover, .portfolio-filters a.active { color: #433a31; }

.portfolio-box {
	width: 255px;
	margin: 40px 15px 0 15px;
}

.portfolio-box img {
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.portfolio-box:hover img { opacity: 0.7; }

.portfolio-box-container {
	position: relative;
	background: #f8f8f8;
    border-bottom: 2px solid #433a31;
}

.portfolio-box-container:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.portfolio-box-container .embed-responsive.embed-responsive-16by9 {
	padding-bottom: 48%;
}

.portfolio-box-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 35px;
    height: 35px;
    padding-top: 7.5px;
    padding-left: 3px;
    background: #1d1d1d; /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    -moz-border-radius: 19px; -webkit-border-radius: 19px; border-radius: 19px;
}

.portfolio-box-text {
	padding: 0 15px 20px 15px;
}


.portfolio-box-text p {
    line-height: 24px;
    font-style: italic;
}


/* ----- PRICING TABLES PAGE ----- */

/* pricing 1 */
.pricing-1-container {
    margin-top: 47px;
}

.pricing-1-title {
    background: url(../img/line.png) left center repeat-x;
}

.pricing-1-title h2 {
    width: 160px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
}

.pricing-1-box {
	padding-top: 40px;
	padding-bottom: 20px;
}

.pricing-1-box-inner {
	background: #f8f8f8;
}

.pricing-1-box-inner:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.pricing-1-box-price {
	padding: 20px 0 7px 0;
	background: #eee;
	font-family: 'Droid Sans', sans-serif;
	font-size: 42px;
	color: #5d5d5d;
    line-height: 54px;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}
.pricing-1-box-best .pricing-1-box-price {
	background: #433a31;
	color: #fff;
	text-shadow: none;
}

.pricing-1-box-price span {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #888;
    line-height: 30px;
    font-style: italic;
    text-shadow: none;
}
.pricing-1-box-best .pricing-1-box-price span {
	color: #fff;
}


.pricing-1-box h4 {
	margin-top: 0;
	margin-bottom: 2px;
	padding: 10px 20px;
	background: #e8e8e8;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	color: #5d5d5d;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}
.pricing-1-box.pricing-1-box-best h4 {
	background: #8d3b60;
	color: #fff;
	text-shadow: none;
}

.pricing-1-box-features ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pricing-1-box-features li {
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
    line-height: 18px;
}

.pricing-1-box-sign-up {
	padding: 25px 0;
}

/* pricing 2 */
.pricing-2-container {
    margin-top: 30px;
    padding-bottom: 40px;
}


.contenido {margin:20px 0px;}

.breadcrumb {
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    background:none;
    color:#433a31;
    padding:8px 0px;
    text-transform:uppercase;
    }
.breadcrumb a {color: #5d5d5d;}
.breadcrumb .active {color:#433a31;}
.breadcrumb>li+li:before {color:#5d5d5d;}

.contenido h2 {
    margin-top: 13px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 20px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}
.flex-control-thumbs > li {display:none;}
.flex-control-thumbs > li:nth-child(-n+3) {display:block;}
.carta .panel-body ul,.carta .panel-body ul li {list-style-type:none;margin:0px;padding:0px;}
.carta .panel-body ul li {padding:5px 0px;border-bottom:1px solid #f5f5f5;}
.carta .panel-body ul li:before { content: "\f101"; font: normal normal normal 14px/1 FontAwesome;margin-right:5px;}
.carta .panel-body ul li:after {content:"";clear:both;display:block;}
.carta .panel-body ul li span,ul.tarifas li span {float:right;}
.carta .panel-title a {display:block;font-size:22px;font-style:italic;color: #fff; background-color: #433a31;}


.carta .panel-heading {color: #fff; background-color: #433a31;border-color: #ddd;padding: 0px 5px 0px 15px; font-family: 'Josefin Sans', cursive; font-size: 26px;}
.carta .panel-heading img {float:right;}
.carta .panel-heading a {line-height:50px; font-family: 'Lobster', cursive;}
.tit-lob { font-family: 'Lobster', cursive;text-shadow:1px 1px 1px rgba(25,25,25,.25);}
.carta .panel-default {border-color:#48172D;}

.bg-contacto {background:#f5f5f5;border-radius:5px;}
.datos-contacto,#ubicacion {font-size:150%;line-height:200%;}
.datos-contacto i,#ubicacion i { font-size: 25px; width: 35px; text-align: center;}

.contact-form button { background-color: #433a31;color:#fff;padding:3px 45px;}
.form-tip {margin-top:20px;}

.map-container {
    position: relative;
    overflow: hidden;
}
.map-container:before, .map-container:after, .map:before, .map:after {
    content: '';
    position: absolute;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.map-container {
    position: relative;
    overflow: hidden;
}
.map-container:before {
    position: absolute;
    display: block;
    box-shadow: 0px 9px 30px 1px rgba(0,0,0,1);
    content: '';
    z-index: 5;
}
.map:before {
    position: absolute;
    display: block;
    box-shadow: 0px -6px 30px 1px rgba(0,0,0,1);
    content: '';
    z-index: 5;
}
.map-container:before {
    top: -5px;
    left: 0;
    right: 0;
    height: 5px;
}
.map:before{
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
}
#map {
    width: inherit;
    height: inherit;
}




ul.servicios, ul.servicios li {list-style-type:none;padding:0px;margin:0px;}
ul.servicios li {float:left;width:90px;padding:10px;height:200px;text-align:center;}
ul.servicios li img {max-width:100%;padding-bottom:10px;opacity:0.85;display:block;}
ul.servicios li:hover img {opacity:1;}

.not-top ul.navbar-nav li a {line-height:30px;padding-top:5px;padding-bottom:5px;}
.not-top .navbar-brand img {max-width:200px;max-height:80px;}
.img-portada {border-radius:7px;box-shadow:0px 0px 1px rgba(0,0,0,.5),-3px 3px 5px rgba(25,25,25,.25);}

body.principal .tit-lob {margin:10px 0px 5px;text-align:center;}

body.principal .ficha-principal > div {background:#f0f0f0;border-radius:2px;box-shadow:0px 0px 5px #fff;}
body.principal .ficha-principal > div img {border-radius:2px;}
body.principal .ficha-principal .enl-ficha {position:relative;display:block;width:100%;height:100%;}
body.principal .ficha-principal .enl-ficha .tit-inicio > img {border-radius:3px;box-shadow:0px 0px 1px rgba(0,0,0,.5),-3px 3px 5px rgba(25,25,25,.25);}
body.principal .ficha-principal .enl-ficha .tit-inicio {position:absolute;top:0px;right:0px;left:0px;width:100%;-o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;}
body.principal .ficha-principal .enl-ficha:hover .tit-inicio {background:rgba(25,25,25,.5);height:100%;position:absolute;-o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;}
body.principal .ficha-principal .enl-ficha h3 {color:#D7770A;text-shadow:-1px 1px 1px #000, 1px -1px 1px #fff;margin:0px;padding:0px;position:absolute;top:0px;line-height:50px;width:100%;-o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;}
body.principal .ficha-principal .enl-ficha:hover .tit-inicio h3 {color:#433a31;position:absolute;top:50%;margin-top:-75px;-o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;}


#cookie-bar {background: rgba(0,0,0,.8);
line-height: 24px;
z-index: 1000;
position: fixed;
width: 100%;
bottom: 0px;
right:0px;
color: #fff;
text-align: center;
padding: 10px 0px;
margin: 0;
border-top: 1px solid #000;
font-size:9pt;}

#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar p {margin:0; padding:0px 10px;color:#fff;}
#cookie-bar a {color:#333; display:inline-block; border-radius:5px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar a.politica {padding:0px;margin-left:0px;text-decoration:underline;color:#fff;}
#cookie-bar .cb-enable {background:#f5f5f5;}
#cookie-bar .cb-enable:hover {background:#eee;}
#cookie-bar .cb-disable {background:#fff;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}


.bg-slider {background:#fff;padding:10px;margin:40px auto 60px;box-shadow:0 5px 15px 0 rgba(0,0,0,.05), 0 -5px 15px 0 rgba(0,0,0,.05);}
.carousel-control.carousel-control-big {width:60px;}
.carousel-control.left,.carousel-control.right { background:none !important;  color: #fff; text-shadow: none;}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { width:60px;height:60px;line-height:60px;background:#433a31;border-radius:2px;}

.carousel-control.carousel-control-big.left {left:-100px;}
.bg-slider:hover .carousel-control.carousel-control-big.left {left:10px;opacity:0.9;}
.carousel-control.carousel-control-big.right {right:-100px;}
.bg-slider:hover .carousel-control.carousel-control-big.right {right:10px;opacity:0.9;}

.carousel-control .glyphicon-chevron-up, .carousel-control .glyphicon-chevron-down { width:40px;height:40px;line-height:40px;opacity:1;}

.carousel-control.carousel-control-small.left, .carousel-control.carousel-control-small.right {height:40px;width:25%;width:calc((100% - 20px)/100*24);right:14px;left:auto;top:50px;opacity:1;color:#433a31;text-shadow:1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff;}
.carousel-control.carousel-control-small.right {bottom:70px;top:auto;}
.bg-slider:hover .carousel-control.carousel-control-small.right,.bg-slider:hover .carousel-control.carousel-control-small.left {opacity:0.9;}

.item .thumb {
    width: 100%;
    cursor: pointer;
    float: left;
    opacity:0.75;
}
.item .thumb.activo {opacity:1;}
.item .thumb img {
    width: 100%;
    padding-bottom:3.5%;
}
.item .thumb:nth-last-child(1) img {
padding-bottom:0px;
}
.item img {
    width: 100%;
}
#carousel {width:75%;float:left;}
#thumbcarousel {width:24%;float:right;}

.carousel-inner.vertical {
  height: 100%;
}
.carousel-inner.vertical > .item {
  -webkit-transition: .6s ease-in-out top;
  -o-transition: .6s ease-in-out top;
  transition: .6s ease-in-out top;
}

ul.embutidos{list-style-type:none;padding:0px;margin:0px;position:relative;z-index:100; }
ul.embutidos li{
    list-style-type:none;
    padding:0px;
    margin: 0px;
    width:33%;
    text-align:center;
    float:left;
    -webkit-transition-duration: 0.5s;
    height:0px;
    padding-top:22.75%;
    position:relative;
}
ul.embutidos li > div {position:absolute;top:0px;right:0px;bottom:0px;left:0px;width:100%;height:100%;}
ul.embutidos li > div > h1 {position:absolute;top:0px;left:0px;right:0px;width:100%;text-align:center;padding:20px 0px 0px;margin:0px;line-height:30px;color:#433a31;line-height: 50px; font-family: 'Lobster', cursive;text-shadow:1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;}
ul.embutidos li:nth-child(3n+1) {clear:both;}
ul.embutidos li img {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    position:absolute;
    top:10px;
    left:10px;
    right:10px;
    max-width:100%;
    max-width:calc(100% - 20px);
    border-radius:4px;

}
ul.embutidos li .img-hover {opacity:0;}
ul.embutidos li:hover{
    -webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);
    z-index:100;
}
ul.embutidos li:hover img {padding:0px;box-shadow:0px 0px 30px #000;}

ul.embutidos li:hover .img{opacity:0;}
ul.embutidos li:hover .img-hover{opacity:1;}

.container-hotel {width:100%;max-width:1170px;padding:30px 15px 40px;margin:0 auto;}
ul.secciones_hotel {list-style-type:none;padding:0px;margin:0px;background:#fff;}
ul.secciones_hotel li {list-style-type:none;padding:0px;margin:0px;float:left;width:33%;width:calc(100% / 3);padding:10px;text-align:center;position:relative;}

ul.secciones_hotel li a {display:block;position:relative;}
ul.secciones_hotel li div {width:100%;height:265px;height:calc(1140px / 3 * 0.70); display:block;margin:0 auto;border-radius:3px;-webkit-transition-duration: 400ms;transition-duration: 400ms;-moz-transition-duration: 400ms;-ms-transition-duration: 400ms;background-size:100%;background-repeat:no-repeat;background-position:center;}
ul.secciones_hotel li div.borde-img {position:absolute;top:0px;left:0px;right:0px;bottom:0px;width:100%;height:100%;border-radius:1px;}
ul.secciones_hotel li:hover div, ul.secciones_hotel li.active div {background-size:120%;-webkit-transition-duration: 400ms;transition-duration: 400ms;-moz-transition-duration: 400ms;-ms-transition-duration: 400ms;}
ul.secciones_hotel li:hover div.borde-img, ul.secciones_hotel li.active div.borde-img {border:10px #433a31 solid;box-shadow:inset 0px 0px 20px #433a31;}
ul.secciones_hotel li span {position:absolute;top:50%;margin-top:-25px;display:block;text-align:center;width:100%;color:#433a31;font-size:40px;line-height: 50px; opacity:0;font-family: 'Lobster', cursive;text-shadow:1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;}
ul.secciones_hotel li:hover {z-index:100;}

ul.secciones_hotel li:hover span,ul.secciones_hotel li.active span {opacity:1;}
ul.secciones_hotel:after {clear:both;display:table;content: " ";}

.col-sm-6 ul.secciones_hotel li {padding:5px !important;}
.col-sm-6 ul.secciones_hotel li div {width:100%;height:130px;height:calc(560px / 3 * 0.70);}
.col-sm-6 ul.secciones_hotel li span {margin-top:-15px;font-size:30px;line-height: 30px;}

.clear{display:block;clear:both;}

@media all and (transform-3d),(-webkit-transform-3d) {
  .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner.vertical > .item.next,
  .carousel-inner.vertical > .item.active.right {
    top: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .carousel-inner.vertical > .item.prev,
  .carousel-inner.vertical > .item.active.left {
    top: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  .carousel-inner.vertical > .item.next.left,
  .carousel-inner.vertical > .item.prev.right,
  .carousel-inner.vertical > .item.active {
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner.vertical > .active {
  top: 0;
}
.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
  top: 0;
  height: 100%;
  width: auto;
}
.carousel-inner.vertical > .next {
  left: 0;
  top: 100%;
}
.carousel-inner.vertical > .prev {
  left: 0;
  top: -100%
}
.carousel-inner.vertical > .next.left,
.carousel-inner.vertical > .prev.right {
  top: 0;
}
.carousel-inner.vertical > .active.left {
  left: 0;
  top: -100%;
}
.carousel-inner.vertical > .active.right {
  left: 0;
  top: 100%;
}