/*!
 * Based on the Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 *
 * All other words Copyright (C) 2015 Design by Kieran. No unauthorised use.
 */
 
/**
 * Pink:   #CD9FD5
 * Purple: #1f0022
 */

 
 /* PRIMARY TAGS
	==========================================*/
	
body {
    overflow-x: hidden;
    font-family: 'Merriweather','Helvetica Neue',Helvetica,Arial,sans-serif;
	width: 100%;
	height: 100%;
	color: #1f0022;
}

p {
    font-size: 19px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active {
    outline: 0;
    font-weight: bold;
	color: #1f0022;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Great Vibes","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #1f0022;
}


/* CUSTOM HR
   =========================================== */

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: 'FontAwesome';
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #1f0022;
}

hr.star-primary {
    border-color: #1f0022;
}

hr.star-primary:after {
    color: #1f0022;
    background-color: #fff;
}


/* HEADER AREA
   =========================================== */

header {
    text-align: center;
    color: #fff;
	background: #CD9FD5;
	width: 100%;
	height: 100%;
}

header video {
	position: absolute;
	left: 0;
	width: 100%;
}

header .container {
    height: 100%;
    display: table;
}
header .container .row {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

header .intro-text {
    font-family: 'Merriweather', sans-serif;
    font-size: 1.5em;
	text-shadow: 1px 1px 1px #595959;
    margin-top: -5%;
}

header .intro-text .play-border {
    margin:5px;
    border: 2px solid rgba(0,0,0,0.7);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}
header .intro-text .play-border:hover {
    border-color: transparent;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
header .intro-text .play-border #play-button {
    position:relative;
    top: 10px;
    left: 40%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(0,0,0,0.8);
}
header .intro-text .play-border:hover #play-button {
    border-left: 10px solid rgba(0,0,0,0.5);
}
header .intro-text .play-border:active #play-button,
header .intro-text .play-border:focus #play-button {
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5.play_button:hoverpx 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}

.touch header video {
    display: none;
}
.touch header .container {
    background: url('../img/video-cover.jpg') no-repeat center center fixed;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    width: 100%;
}

@media(min-width:768px) {
    header .intro-text {
        font-size: 1.7em;
    }
}

@media(min-width:1224px) {
    header .intro-text {
        font-size: 2.6em;
    }
}

@media(min-width:1500px) {
    header .intro-text {
        font-size: 2.8em;
    }
}

@media(min-width:1824px) {
    header .intro-text {
        font-size: 3em;
    }
}


/* NAVIGATION MENU
   =========================================== */
   
.navbar {
    text-transform: uppercase;
    font-family: Merriweather,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
	background-color: transparent;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
	margin-top: 25px;
	text-shadow: 1px 1px 1px #595959;
}

.navbar .navbar-nav li a:hover {
	color: #fff;
	background: #1f0022;
}
.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar .navbar-nav li.active,
.navbar .navbar-nav li.active a,
.navbar .navbar-nav li.active a:hover,
.navbar .navbar-nav li.active a:focus {
	background: #1f0022;
}

.navbar-brand {
    padding: 15px;
}
.navbar-brand img {
    width: 280px;
}

.navbar a:focus {
    outline: 0;
}

.navbar li a:hover {
    background: #1f0022;
    color: #fff;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}
    
.navbar-collapse.collapse.in {
    background-color: #1f0022;
}

@media(min-width:768px) {
    .navbar .container {
        width: 100%;
    }

    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
		background: #CD9FD5;
		-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
		box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
    }

    .navbar-nav {
        font-size: 14px;
    }
	
	.navbar-shrink .navbar-nav {
		margin-top: 12.5px;
	}
	
	.navbar-shrink .navbar-nav li a {
		color: #fff;
	}
	
    .navbar-fixed-top.navbar-shrink .navbar-brand img {
        height: 80px;
		width: auto;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
}
@media(min-width: 992px) {
    .navbar .container {
        width: 970px;
    }
}
@media(min-width:1224px) {
    .navbar-brand {
        padding: 0 15px;
    }
    .navbar-brand img {
        width:335px;
    }
}


/* SECTIONS
   =========================================== */

section {
    padding: 60px 0;
	background: #fff;
}
section .container {
	padding: 20px 0;
}

section h2 {
    margin: 0;
    font-size: 4.5em;
	color: #1f0022;
}
section h3 {
    font-size: 3.2em;
}

section.alt-purple {
    color: #fff;
    background: #1f0022;
}
section.alt-purple h2 {
	color: #fff;
}
section.alt-purple a:link,
section.alt-purple a:visited {
    color: #fff;
    font-weight: bold;
}
section.alt-purple a:hover {
    text-decoration: underline;
}
section.alt-purple h3 {
    color: #fff;
}

@media(max-width:768px) {

    section {
        padding: 50px 0;
    }

    section h2 {
        font-size: 3em;
    }
	
}
@media(max-width: 992px) {

    section {
        padding: 75px 0;
    }

    section h2 {
        font-size: 3.2em;
    }

}



/* GALLERY SECTION
   =========================================== */

#gallery {
    padding: 0;
    width: 100%;
}

#gallery .slider {
    height: 500px;
    width: 100%;
}

#gallery .slider img {
    height: 500px;
    width: auto;
    border-right: 5px solid #1f0022;
}


/* CONTACT SECTION
   =========================================== */

#contact .floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #1f0022;
	
}

#contact .floating-label-form-group input,
#contact .floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
	color: #1f0022;
}

#contact .floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 5px 0 0 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}
#contact .floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #1f0022;
}
#contact .floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}
#contact .floating-label-form-group-with-focus label {
    color: #1f0022;
}

#contact form .row:first-child .floating-label-form-group {
    border-top: 1px solid #1f0022;
}

#contact .btn {
	background: #1f0022;
	color: #fff;
	border: none;
}
#contact .btn:hover {
	background: #CD9FD5;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -ms-transition: background .2s ease;
    transition: background .2s ease;
}



/* FOOTER
   =========================================== */

footer {
    border-top: 5px solid #1f0022;
}

footer h3 {
	font-size: 40px;
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #fff;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #1f0022;
	color: #fff;
}
footer .footer-below a,
footer .footer-below a:visited {
	color: #fff;
	font-weight: bold;
}
footer .footer-below a:hover {
	text-decoration: underline;
}

footer .btn-social {
	font-size: 28px;
	display: block;
	width: 40px;
	padding-top: 2px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #fff;
}
footer .btn-social:hover {
	color: #fff;
	background: #1f0022;
}



/* MISC.
   =========================================== */

.small {
    font-size: 18px;
}
.medium {
    font-size: 22px;
}

.center {
    text-align: center;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}