/**
*
* Contents
* 
* 01. General Styles
* 02. Page
* 03. Cast
* 04. Awards
* 05. Quote
* 06. Pace
* 07. Menu
* 08. Bottom Info
* 09. Credits
* 10. Blog Post Slider
* 11. Cast Slider
* 12. Trailers
* 13. Blog
* 14. Gallery
* 15. Video
* 16. Featured Slider
* 17. Testimonial Slider
* 18. Release Date
* 19. Countdown
* 20. Contact
* 
**/


.color-switcher-wrapper {
	display: none;
	background-color: #fff;
	left: -1px;
	overflow: hidden;
	position: fixed;
	text-align: center;
	top: 30%;
	z-index: 99999;
	color: #333;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: 1px solid #414141;
}
.color-switcher-wrapper {
	height: 56px;
	width: 60px;
}
.color-switcher-wrapper.open {
	height: 136px;
	width: 240px;
}
.color-switcher-wrapper .trigger {
	cursor: pointer;
	display: block;
	font-size: 36px;
	padding: 10px 0;
}
.color-switcher-wrapper h4 {
	font-size: 16px;
	margin-bottom: 20px;
}
.color-switcher-wrapper .color-list ul {
	list-style-type: none;
	margin: 0 15px 10px;
	padding: 0;
	text-align: center;
}
.color-switcher-wrapper .color-list li {
	border-radius: 100%;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0 1px 0 0;
	width: 20px;
}
.color-switcher-wrapper .color-list li.green {
	background-color: #9fd46c;
}
.color-switcher-wrapper .color-list li.blue {
	background-color: #4fc3f7;
}
.color-switcher-wrapper .color-list li.orange {
	background-color: #f89134;
}
.color-switcher-wrapper .color-list li.dark-orange {
	background-color: #ff4c14;
}
.color-switcher-wrapper .color-list li.turquoise {
	background-color: #80cbc4;
}
.color-switcher-wrapper .color-list li.purple {
	background-color: #9fa8da;
}


/* ==========================================================================
   01. General Styles
   ========================================================================== */

/* Typography
   ========================================================================== */
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):focus + label, textarea:focus + label {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.form-group.has-content label {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
textarea {
	height: auto;
	line-height: 24px;
	padding: 24px 30px;
}
.form-group {
	margin-bottom: 72px;
	position: relative;
}
.form-group.textarea {
	margin-bottom: 28px;
}
.contact-form {
	margin-top: 96px;
	text-align: left;
}
.alert {
	font-size: 14px;
	line-height: 47px;
	border-radius: 3px;
	padding: 0 16px; 
	margin-bottom: 9px;
	font-weight: 400;
	text-transform: none;
}
.alert i {
	font-size: 18px;
	margin-right: 12px;
	vertical-align: middle;
}
.alert a {
	font-weight: 400;
}
.alert-success {
	background: #d9efd8;
	border: 1px solid #d8d8d8;
	color: #6dc068;
}
.alert-info {
	background: #f5f7f8;
	color: #a1b1bc;
	border: 1px solid #d8d8d8;
}
.alert-warning {
	background: #fcf8e3;
	color: #8a6d3b;
}
.alert-danger {
	background: #f2dede;
	color: #b84442;
}
.form-alert {
	display: none;
	margin-top: 24px;
	margin-bottom: 0;
}
.nivo-lightbox-close {
	top: 45px;
	right: 35px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
	background: url(../images/close.png) no-repeat 5px 5px;
	width: 18px;
	height: 18px;
}
@media all and (max-width: 768px) {
	h1 {
		font-size: 50px;
		line-height: 50px;
		letter-spacing: 5px;
	}
	.button-row .button {
		margin-bottom: 12px;
	}
	.button-row {
		margin-bottom: 0;
	}
	.nivo-lightbox-close {
		top: 50%;
	}
}
@media all and (max-width: 415px) {
	.nivo-lightbox-close {
		right: 25px;
	}
	.nivo-lightbox-wrap {
		top: 50%;
		bottom: auto;
		left: 5%;
		right: 5%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}



/* ==========================================================================
   20. Contact
   ========================================================================== */
.contact-icon {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: .8px;
	color: #949fab;
	font-weight: 300;
	border-bottom: 1px solid #b8b9be;
	padding: 0 12px;
	padding-bottom: 12px;
	margin-top: 64px;
}
.contact-icon .icon {
	font-size: 50px;
	line-height: 60px;
}
.contact-icon .title {
	font-weight: 400;
	text-transform: uppercase;
	color: #9fd46c;
}
.contact-icon p {
	margin-bottom: 0;
}
@media all and (max-width: 768px) {
	.contact-info span {
		display: block;
		line-height: 24px;
	}
}

