@charset "utf-8";
/* CSS Document */

/* TYPOGRAPHY */

.section-header .section-title {
    font-size: 44px;
	font-family: 'Niconne', cursive;
    color: #272727;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-family: 'Cinzel', serif;
    color: #272727;
}

p {font-size: 1.1em; font-weight: 300;}

.section-header span {color: #d001fd; font-weight: 400;}
.carousel-content p {color: #272727; font-weight: 400;}
#cta2 p {color: #fff; font-weight: 400;}
#cta2 a {color: #cc99ff; font-weight: 700; text-decoration: none;}
#cta2 a:hover {color: #fff; font-weight: 700; text-decoration: underline;}

#about, #wigs {background-color: #E8E9F0; color: #111; }

#gallery, #wigs {
    padding: 100px 0;
}

/*  font-family: 'Cinzel', serif;

    font-family: 'Niconne', cursive; */
	
	
/* COLORS */

.gradiant {
  background-image: -moz-linear-gradient(90deg, #cc99ff 0%, #9900cc 100%);
  background-image: -webkit-linear-gradient(90deg, #cc99ff 0%, #9900cc 100%);
  background-image: -ms-linear-gradient(90deg, #cc99ff 0%, #9900cc 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #cc99ff 0%, #9900cc 100%);
  background-image: -webkit-linear-gradient(4deg, #cc99ff 0%, #9900cc 100%);
  background-image: -ms-linear-gradient(4deg, #cc99ff 0%, #9900cc 100%);
}

#cta {
  padding: 100px 0 50px;
  background-image: -moz-linear-gradient(90deg, #0066cc 0%, #cc99ff 100%);
  background-image: -webkit-linear-gradient(90deg, #0066cc 0%, #cc99ff 100%);
  background-image: -ms-linear-gradient(90deg, #0066cc 0%, #cc99ff 100%);
  color: #fff;
}
#cta h2{color: #fff;}

.btn.btn-primary {
    background: #222534;
    border-color: #0066cc;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    background: #0066cc;
}

.btn.btn-booking {
    background: #222534;
    border-color: #9900cc;
	color: #FFFFFF;
}

.btn.btn-booking:hover, .btn.btn-primary:focus {
    background: #9900cc;
}


#portfolio {
    padding: 100px 0;
    background: #E8E9F0;
}

#portfolio .portfolio-filter > li a {
    display: block;
    padding: 7px 15px;
    background: #C8CBDB;
    color: #222534;
    position: relative;
}

#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #222534;
  color: #fff;
  box-shadow: 0 -3px 0 0 #0066cc inset;
  -webkit-box-shadow: 0 -3px 0 0 #0066cc inset;
}
#portfolio .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #0066cc transparent transparent transparent;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #0066cc;
}

#main-slider .slider-inner h2 {
    margin-top: 180px;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    color: #111111;
}

#main-slider .slider-inner h2 > span {
  color: #0066cc;
}

#cta2 h2 > span {
  color: #0066cc;
}

.panel-paradise {
    border-color: #222534;
}

.panel-heading {
    background-color: #0066cc;
    border-color: #222534;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
	font-family: 'Roboto', sans-serif;
	
}

.panel-title a:hover, a:focus {
    text-decoration: none;
    color: #C0C0C0;
}

#contact {
  background: #0066cc;
  padding-top: 50px;
}

#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 102, 204, 0.3);
  z-index: 1;
}

#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 30px;
	margin-bottom: 30px;
}

/* SPACING */

.space-15 {margin: 15px 0;}
.space-30 {margin: 30px 0;}
.mb-30 {margin-bottom: 30px;}
.mt-30 {margin-top: 30px;}
.mt-50 {margin-top: 50px;}

/* SOCIAL ICONS */

#contact .social-icons > li > a:hover {
  background: #0066cc;
}
#contact .social-icons {
  list-style: none;
  padding: 0;
  margin: 5px 20px 10px 0;
}
#contact .social-icons > li {
  display: inline-block;
}
#contact .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #222534;
  border-radius: 3px;
}

.shadow {
	text-shadow: 2px 1px 3px #222534;
}

@media only screen and (max-width: 768px){
	ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
	}
	.center-sm {text-align: center}
}

