/*
 Theme Name: Alpine
 Theme URI: http://www.creative-ispiration.com/themes/alpine/
 Description: Responsive One Page HTML5/CSS3 Parallax Site Template
 Version: 1.0
 Author: Creative-Ispiration
 Author URI: http://themeforest.net/user/creativeispiration
 */

/* ##### GENERAL CLASS ##### */
*, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	background: black;
	color: #ccc;
	line-height: 1.5em;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 300;
}
a { color: #fcce00; }
a:focus {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
iframe {
	border: 0;
}


.no-margin{ margin:0;}

p { margin: 0 0 16px; }

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h1 a, .section-title, .form-group label {
	color: #333;
	font-family: sans-serif;
}

blockquote {
	border-color: #dedede;
}
/* Para extra */
.huge { 
		font-family: georgia;
    font-size: 140px;
    font-style: italic;
    line-height: 30px;
    margin-right: 0;
    position: relative;
    top: -60px;
    vertical-align: bottom;
}

.icon-2x {
    font-size: 2em;
}
.icon-3x {
    font-size: 3em;
}
.icon-4x {
    font-size: 4em;
}
.icon-5x {
    font-size: 5em;
}
.social-link i[class^="icon-"]:before,.social-link i[class*="icon-"]:before {
    width: 88px;
    color: white;
}
.mask {
	background: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
}

ul.menu li a .title { display: none; }
ul.menu li a i { font-size: 150%; }
#menu-782-1, #menu-1132-1, ul.menu #menu-1131-1 { margin: 0 0 0 0.8em; }
#menu-782-1 a, #menu-1132-1 a, ul.menu #menu-1131-1 a { margin: 0 !important; padding: 4px 0 0 0 !important;  }

.section-content {
	padding: 60px 0;
}

#navigation-sticky-wrapper + .section-content {
	padding: 0; /* first element after sticky nav without padding, it has negative positioning */
}

.bgdark {
	background: #530f26;
}
.section-title div {
	font-size: 17px;
	letter-spacing: 1px;
}
.section-title div span {
	display: inline-block;
	color: #7C7C7C;
	text-transform: uppercase;
}
.section-title h1 {
}

.section-title h1, .section-title h2, .section-title h3 {
	text-transform: uppercase;
	color: #222;
	font-weight: 700;
	display: inline-block;
}

.section-title h1 i {
	font-style: normal;
	display: block;
}
.section-title .line {
	width: 90px;
	background: #dedede;
	height: 1px;
	margin: 5px 15px;
}
.section-title .line.big {
	width: 170px;
}
.section-title .lead {
	margin: 45px 0 0 0;
}
.section-title .lead strong {
	color: #fff;
	font-weight: 200;
	padding: 0 6px;
}

.news-date { font-size: 80%; color: #974e61; margin-bottom: 10px; }

.img-rounded {
    border-radius: 2px;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
.img-center {
	margin-left: auto;
	margin-right: auto;
}

.panel-default > .panel-heading {
	background: none;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border: none;
}
.panel-group {
	border-top: 1px solid #dedede;
}
.panel-group .panel + .panel {
	margin: 0;
}
.panel-group .panel {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.panel-group .panel-default {
	border-bottom: 1px solid #dedede;
}
.panel-group .panel-heading {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	text-transform: uppercase;
}
.panel-group .panel-heading .panel-title {
	font-weight: 600;
}
.panel-group .panel-heading a {
	display: block;
}
.panel-group .panel-heading a.collapsed {
	color: #222;
}
.panel-group .panel-body {
	padding-top: 0;
}

.media {
	border-top: 1px solid #dedede;
	padding-top: 25px;
	margin-top: 20px;
}
.media:first-child {
	padding-top: 0;
	border-top: 0;
}
.media > .pull-left {
	margin-right: 25px;
}
.media .media-body .lead {
	margin: 0 0 10px 0;
}

.progress {
	height: 30px;
}
.progress .progress-bar {
	text-align: left;
}
.progress .progress-bar span {
	display: block;
	font-weight: bold;
	line-height: 30px;
	padding: 0 0 0 15px;
}

.nav-tabs {
	overflow: hidden;
	margin: 0 0 -1px 0;
	padding: 0;
	list-style: none;
	border: 0;
}
.nav-tabs > li > a:hover {
	background: #222;
	border-color: #222;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-color: #dedede;
}
.nav-tabs > li > a {
	font-size: 13px;
	padding: 12px 16px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0;
	border: 1px solid #DEDEDE;
}
.tab-content {
	padding: 15px;
	border: 1px solid #DEDEDE;
}

/* ##### NAV BAR ##### */
.navbar-brand {
	padding: 0 0 0 50px;
	height: 60px;
	line-height: 60px; 
}
@media (max-width: 767px) {
	.navbar-brand {
		padding: 0 0 0 15px;
	}
}
#navigation .navbar-brand img { height: 36px; margin-top: 2px; }

#navigation-sticky-wrapper {
	height: 60px;
	position: relative;
	top: -60px;
}

.navbar.navbar-fixed-top {
	height: 60px;
}

#block-md-alpine-module-parallax-1 {
	margin-top: -60px;
}

/*
#navigation-sticky-wrapper.is-sticky {
	position: fixed;
	top: 0;
}
*/

.admin-menu #navigation-sticky-wrapper.is-sticky {
	margin-top: 20px;
}

.navbar-default {
    background: none repeat scroll 0 0 #d20707;
    border-bottom: medium none !important;
    box-shadow: 0 !important;
    z-index: 600;
}
.navbar-inner {
	background: #000 url(../img/bg-navbar-inner-left.jpg) top left no-repeat; 
	border-bottom: medium none !important;
	box-shadow: 0 !important;
	transition: all 0.2s ease-out 0s;
	z-index: 10;
}
.navbar-collapse {
	min-height: 60px !important;
}
.navbar-collapse.in {
	overflow-y: visible !important;
}

.navbar-inner .container {
	padding: 20px 0;
}
.navbar {
	position: relative;
	border: 0;
}
.navbar ul { display: table; }

.navbar .nav > li {
	display: block;
	float: left;
	padding: 16px 0 0 0;
}
.navbar .nav > li > a {
	color: #a5aabd;
	display: block;
	font-size: 15px;
	font-weight: 700;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.2s ease-out 0s;
	line-height: 20px;
	padding:	5px 8px !important;
	border-radius: 2px;
	font-family: sans-serif;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background: #a5aabd;
	box-shadow: none;
	color: #fff;
	line-height: 20px;
	padding:	5px 14px;
	transition: all 0.2s ease-out 0s;
	border-radius: 2px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: #fff;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	background: #000;
	color: #fff;
	height: 100%;
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
.navbar-default .navbar-toggle {
	padding: 0;
	margin: 15px 15px 0 0;
	border: 0;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
	border: 0;
	outline: none;
}

.dropdown-menu {
	border-width: 0 0 1px 1px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.dropdown-menu > li > a {
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 8px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #222;
	background: none;
}

/* ##### HOME SECTION ##### */

.intro-video {
	background: url(	"../img/pattern.png");
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
}
.intro-video .text-slider, .intro-video .text-home {
	width: 90%;
	height: 100%;
	margin: 0 5%;
	display: table;
}
.intro-video .intro-item {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
}

.fullscreen-image {
	background-image: url('../img/video-bg.jpg');
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#video-controls {
    bottom: 80px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 200px;
    z-index: 10;
}
#video-controls a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'fontello';
    font-size: 14px;
    height: 40px;
    line-height: 36px;
    margin: 4px;
    opacity: 0.6;
    text-align: center;
    text-decoration: none;
    width: 40px;
		float: left;
}

#video-volume:hover,#video-play:hover,#video-pause:hover {
    opacity: 1;
}
#video-controls i[class*="icon-"],
#video-controls i[class^="icon-"]{
    margin-top: 11px;
}
.intro-pattern {
	background: #000 url("../../img/intro-pattern.jpg") no-repeat center;
}
.nf-pattern .text-slider,.nf-pattern .text-home,.intro-pattern .text-slider, .intro-pattern .text-home {
	width: 90%;
	height: 100%;
	margin: 0 5%;
	display: table;
}
.nf-pattern .intro-item,.intro-pattern .intro-item {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#home {
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
}
#home h1 {
	color: inherit;
	margin: 25px 0;
	color: #fff;
}
#home p.lead {
	margin: 45px 0 50px 0;
	color: #fff;
	font-size: 26px;
}
#home .section-title div span {
	color: #fff;
}
#home .section-title .line {
	background: #7C7C7C;
}
#fullscreen-slider {
	display: none;
}
#fullscreen-slider .pattern {
	background: url("../img/pattern.png") repeat;
	width: 100%;
	height: 100%;
}
#cycle-loader {
	height: 32px;
	left: 50%;
	margin: -8px 0 0 -8px;
	position: absolute;
	top: 50%;
	width: 32px;
	z-index: 999;
}
#slider_left {
	left: 50px;
}
#slider_right {
	right: 50px;
}
#flexslider_left {
    left: 50px;
}
#flexslider_right {
    right: 50px;
}
.fullscreen-slider-arrow {
	top: 50%;
	height: 60px;
	position: absolute;
	width: 32px;
	z-index: 9;
	margin-top: -35px;
	cursor: pointer;
}
.fullscreen-slider-arrow:hover {
	margin-top: -35px;
}
.fullscreen-slider-arrow img {
	max-width: 100%;
}
.slide-content {
	height: 100%;
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
.slide-content .text-center {
	vertical-align: middle;
	display: table-cell;
}
div.mc-image {
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

#text-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: orange;
}

/* Sections bg */


/* ##### PORTFOLIO ##### */

#moreimagescontrol { margin: 15px 0; }
#moreimages{ visibility: hidden; overflow: hidden; height: 1px; }

#filters {
	display: block;
	text-align: center;
	margin: 0 0 50px 0;
}
#filters a {
	margin: 10px 4px;
}
#filters a.active span {
	background: #222;
}

#portfolio-wrap {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#portfolio-wrap .portfolio-item {
	float: left;
	position: relative;
}
#portfolio-wrap .portfolio-item img {
	max-width: 100%;
}
#portfolio-wrap .portfolio-item a, #portfolio-wrap .portfolio-item a img {
    position: relative;
    overflow: hidden;
    display: block;
    height: auto;
    cursor: pointer;
}
#portfolio-wrap .portfolio-item a .hover-items {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
}
#portfolio-wrap .portfolio-item a .hover-items span {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	height: 110px;
	margin: -55px 0 0 0;
	text-transform: uppercase;
}
#portfolio-wrap .portfolio-item a .hover-items span i {
	color: #fff;
}
#portfolio-wrap .portfolio-item a .hover-items span em.lead {
	margin: 10px 0 0 0;
	padding: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	display: block;
}
#portfolio-wrap .portfolio-item a .hover-items span em {
	color: #7C7C7C;
	font-style: normal;
	font-size: 12px;
}
body.front #ajaxpage {
	padding: 100px 0;
}
#ajaxpage .section-title {
	margin: 0;
}
#ajaxpage .section-title h1 {
	font-size: 60px;
}
#ajax-section {
	position: relative;
	background: #f8f8f8;
	text-align: left;
}
#ajax-section #loader {
	width: 100%;
	height: 20px;
	padding: 20px 0 0 0;
	text-align: center;
	display: none;
	position: absolute;
	top: 47px;
	left: 0;
}
#ajax-section #loader.projectError {
	text-align: center;
	height: auto !important;
	background-position: top center;
}
#ajax-section #loader.projectError p {
	display: none;
	padding-top: 16px;
}
#ajax-section #loader {
	background: url("../img/loader.gif") center center no-repeat;
}
#ajax-section #loader.projectError p {
	color: #666 !important;
}
#ajax-content-outer {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#ajax-content-inner {
	float: left;
	height: 0;
	opacity: 0;
	width: 100%;
}
#project-navigation {
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	margin: 0;
	z-index: 1;
}
#project-navigation ul {
	margin: 0;
	list-style: none;
	display: none;
	padding: 0;
}
#project-navigation ul li {
	display: inline;
	padding: 0 3px;
}
.project-media, .project-description {
	margin: 70px 0 0 0;
	overflow: hidden;
	display: block;
}
.project-description h4 {
	display: inline-block;
	text-transform: uppercase;
	padding: 0px 0px 10px;
	font-weight: 600;
	border-bottom: 1px solid #DEDEDE;
	margin-top: 0;
}
.project-description .project-details {
	margin-bottom: 50px;
}
.project-description .list-info {
	margin: 0 0 10px 0;
	padding: 13px;
	background: #eaeaea;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.project-description .list-info i {
	color: #222;
}
.project-description .list-info span {
	font-weight: 600;
	color: #222;
}
.project-description .list-info em {
	font-size: 12px;
}

/* ##### TEAM ##### */
.team-element {
	position: relative;
	display: block;
	overflow: hidden;
}
.team-element:hover .team-inner {
	display: block;
}
.team-element .team-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: none;
	background: rgba(0,0,0,0.8);
}
.team-element .team-inner .team-detail {
	text-align: center;
	display: table;
	width: 100%;
	height: 100%;
}
.team-element .team-inner .team-detail .team-content {
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
	color: #fff;
}
.team-element .team-inner .team-detail .team-content h3 {
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #666;
	text-transform: uppercase;
}
.team-element .team-inner .team-detail .team-content h3, #team .team-element .team-inner .team-detail .team-content a {
	color: #fff;
}
.team-element .team-inner .team-detail .team-content p {
	font-weight: 400;
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 18px;
}
.team-element .team-inner .team-detail .team-content p, #team .team-element .team-inner .team-detail .team-content a {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.team-element .team-inner .team-detail .team-content a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.team-element .team-inner .team-detail .team-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.team-element .team-inner .team-detail .team-content ul li {
	display: inline;
	padding: 0 6px;
}

/* ##### PRICING ##### */
.pricing-5-col .pricing-box {
	width: 20%;
}
.pricing-box {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
}
.pricing-box ul {
	margin: 0;
	padding: 0;
	border-left: solid 1px #eee;
	border-top: solid 1px #eee;
}
.pricing-box.last ul {
	border-right: 1px solid #EEE;
}
.pricing-box li {
	list-style: none;
	margin: 0;
	padding: 15px 0 15px 0;
	border-bottom: solid 1px #eee;
}
.pricing-box li h4 {
	font-size: 22px;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
.pricing-box li h1 {
	font-size: 45px;
	margin: 0;
	font-weight: 600;
}
.pricing-box li.title-row {
	padding: 15px 0 15px 0;
}
.pricing-box li.price-row {
	background: #f5f5f5;
	padding: 15px 0 15px 0;
}
.pricing-box li.price-row span {
	display: block;
	font-weight: 600;
}
.pricing-box li.btn-row {
	background: #f5f5f5;
}
.pricing-featured {
	z-index: 5;
	-webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
	position: relative;
	margin-top: -25px;
}
.pricing-box .pricing-featured li.price-row h1 {
	color: #fff;
}

.action {
	margin-top: 50px;
}

/* ##### PARALLAX AREA ##### */
.parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.parallax h1 {
  color: #fff;
}

#two-parallax h1 { background: none; color: white; }
#three-parallax  h1 { text-transform: uppercase; }

.mybutton a span, 
.mybutton button span, 
.csstransforms3d .mybutton a:hover span::before, 
.csstransforms3d .mybutton button:hover span::before, 
.mybutton span::before, 
.action .mybutton span::before {
    background: #c22634 none repeat scroll 0 0;
    color: white;
    border-radius: 15px;
    font-size: 14px; 
    font-weight: 700;
    word-break: keep-all;
}


.widebutton { width: 100%; text-align: center;  }


.parallax .social-link span {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	display: block;
}
.parallax .social-link .lead {
	margin: 0;
}
.parallax .social-link .hi-icon-effect-1 .hi-icon {
	background: rgba(255,255,255,0.2);
}

.parallax-overlay {
}
.parallax-box a {
	background: #fff;
	padding: 30px 20px;
	display: block;
}
.parallax-box a:hover i, .parallax-box a:hover h4 {
	color: #fff;
}
.parallax-box a i {
	color: #a4a4a4;
}
.parallax-box a p {
	color: #8d8d8d;
}
.parallax-box h4 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 12px 0;
}
.parallax-box p {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
}

.parallax-overlay .section-content .container {
	min-height: 360px; 
}

/* Buy */
.buybox { padding-top: 12px; color: #696969; font-size: 80%; }
.buylink { padding: 3px 6px; background: #82d4ae;  display: inline; margin-right: 8px; color: white; }
.buylink:hover { background: black; color: #974e61;  }



/* ##### CONTACT ##### */
.form-group {
	position: relative;
}
.form-group label {
	text-transform: uppercase;
}
.form-group label.error {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	text-transform: none;
}
.form-group .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	border-color: #DEDEDE;
}
.form-group .form-control:focus {
	border-color: #afafaf;
}
.form-group .form-control.input-lg {
	font-size: 14px;
}
.form-group .form-control.error, .form-group .form-control.error:focus {
	border: 1px solid #DEDEDE;
}
.form-group textarea {
	height: 219px;
	resize: vertical;
}
.form-button {
	margin-top: 50px;
}
.form-respond .content-message {
	margin: 0 0 50px 0;
	padding: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f5f5f5;
}
.form-respond .content-message i {
	color: #222;
}
.form-respond .content-message h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 10px 0px 0 0;
}
#map_canvas {
	width: 100%;
	height: 500px;
}


/* ##### FOOTER ##### */
footer {
	font-size: 12px;
	padding: 0 0 30px;
	text-align: center;
}
footer .social-icon {
}
footer .social-icon a {
	color: #CFCFCF;
	padding: 0 8px 25px 8px;
	display: inline-block;
}
footer .social-icon a:hover {
	color: #999;
}

#back-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #222;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 100;
	display: none;
}
#back-top:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* ##### BLOG PAGE ##### */
.blog-content a {
	color: #222;
}
.blog-text {
	margin: 50px 0 40px 0;
}
.blog-comments {
	margin: 0 0 60px 0;
}
.blog-comments .indented {
    margin-left:100px;
}
.blog-comments .comment-item .thumb {
	width: 80px;
	height: 80px;
}
.blog-comments .indented .thumb {
	width: 50px;
	height: 50px;
}
.comment-formular form {
	border-top: 1px solid #DEDEDE;
	margin-top: 20px;
	padding-top: 25px;
}
.comment-formular form .form-group textarea {
	height: 132px;
}
.pager {
	border-top: 1px solid #DEDEDE;
	margin: 0;
	padding-top: 30px;
	font-size: 13px;
}
.pager .puls > a, .pager .pagination li a {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.pager .puls {
	display: inline;
}
.pager .puls > a {
	color: #fff;
	border: 0;
	background: #222;
	padding: 5px 10px;
}
.pager .puls > a:hover {
	color: #fff;
}
.pager .pagination {
	margin: 0;
}
.pager .pagination li {
	display: inline-block;
}
.pager .pagination li a {
	background: #DEDEDE;
	margin: 0;
	border: 0;
	padding: 7px 10px;
	margin: 0;
	color: #6e6e6e;
}
.pager .pagination li a:hover {
	color: #fff;
}
.pager .pagination li.active a {
	background: #222;
	color: #fff;
}
.widget {
	margin-bottom: 50px;
}
.widget .form-group {
	margin: 0;
}
.widget .widget-title {
	margin: 0 0 20px 0;
}
.widget .widget-title h4 {
	font-weight: 600;
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
}
.widget .widget-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget .widget-nav li.first {
	padding-top: 0;
}
.widget .widget-nav li {
	padding: 12px 0;
	border-bottom: 1px solid #DEDEDE;
}
.widget .widget-nav li a i {
	padding: 0 10px;
}
.widget .widget-nav li a small {
	display: block;
}
.widget .widget-tag {
	list-style: none;
	padding: 0;
	margin: 0 0 -5px 0;
	overflow: hidden;
	clear: both;
}
.widget .widget-tag li {
	float: left;
	margin: 0 5px 5px 0;
	font-size: 12px;
}
.widget .widget-tag li a {
	display: block;
	padding: 5px 10px;
	background: #222;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
}
.widget .post-box.first {
	margin: 0;
	padding: 0;
	border: 0;
}
.widget .post-box {
	overflow: hidden;
	border-top: 1px solid #DEDEDE;
	padding-top: 15px;
	margin-top: 15px;
}
.widget .post-box img {
	float: left;
	margin: 0 8px 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.widget .post-box h5 {
	margin: 8px 0 0 0;
	font-size: 13px;
	font-weight: bold;
}
.client-logo{ padding:10px 14px;}
/* ##### EFFECT ##### */
.rotate,
.post-avatar a {
	display: inline-block;
	max-width: 100%;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow: hidden;
}
.rotate,
.post-avatar a {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.rotate:hover,
.post-avatar a:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.zoom img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.zoom:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2); /* IE 9 */
	-moz-transform: scale(1.2); /* Firefox */
	-webkit-transform: scale(1.2); /* Safari and Chrome */
	-o-transform: scale(1.2); /* Opera */
}
.hi-icon {
	display: inline-block;
	cursor: pointer;
	margin: 15px;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}
.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.hi-icon:before {
	speak: none;
	line-height: 105px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.hi-icon-effect-1 .hi-icon {
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2;
	transition: background 0.2s, color 0.2s;
}
.hi-icon-effect-1 .hi-icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
.no-touch .hi-icon-effect-1 .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.item_top {
	top: -50px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}
.item_bottom {
	bottom: -50px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}
.item_left {
	left: -80px;
	/* padding-right: 0px; */
	opacity: 0;
	position: relative;
}
.item_right {
	right: -80px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}
.item_fade_in {
	opacity: 0;
	position: relative;
	padding-left: 0px;
	right: 0px;
}

/* ##### CUSTOM BUTTON ##### */
.mybutton a:hover, .mybutton button:hover, .mybutton a:focus
.mybutton button:focus {
	outline: none;
}
.mybutton.ultra a, .mybutton.ultra button {
	font-size: 20px;
	line-height: 60px;
}
.mybutton.ultra a span, .mybutton.ultra button span {
	padding: 0 30px;
}
.mybutton.big a, .mybutton.big button {
	font-size: 17px;
	line-height: 50px;
}
.mybutton.big a span, .mybutton.big button span {
	padding: 0 20px;
}
.mybutton.medium a, .mybutton.medium button {
	font-size: 14px;
	line-height: 40px;
}
.mybutton.medium a span, .mybutton.medium button span {
	padding: 0 15px;
}
.mybutton.small a, .mybutton.small button {
	font-size: 12px;
	line-height: 35px;
}
.mybutton.small a span, .mybutton.small button span {
	padding: 0 10px;
}
.mybutton {
	/* display: inline; */
}
.mybutton a, .mybutton button, .action .mybutton {
	text-transform: uppercase;
	border: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	outline: none;
	text-decoration: none;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	letter-spacing: 0;
    color: #FFF;
}
.mybutton a span, .mybutton button span, .action .mybutton span,.form-actions .mybutton {
	color: #fff;
	text-align: center;
	position: relative;
	display: inline-block;
    cursor:auto;
}

.form-actions .mybutton span:before,.action .mybutton span:before {padding-top: 9px; height: 29px;}
.action .mybutton span .webform-submit,.form-actions .mybutton span input,
.action .mybutton span input{
    display: inline-block;
    padding: 10px 20px;
    border: 0;
    color: #FFF;
    text-transform: uppercase;
}

.mybutton2 a:hover, .mybutton2 button:hover, .mybutton2 a:focus
.mybutton2 button:focus, .mybutton span {
	outline: none;
}
.mybutton2.ultra a, .mybutton2.ultra button {
	font-size: 20px;
	line-height: 60px;
}
.mybutton2.ultra a span, .mybutton2.ultra button span {
	padding: 0 30px;
}
.mybutton2.big a, .mybutton2.big button {
	font-size: 17px;
	line-height: 50px;
}
.mybutton2.big a span, .mybutton2.big button span {
	padding: 0 20px;
}
.mybutton2.medium a, .mybutton2.medium button {
	font-size: 14px;
	line-height: 40px;
}
.mybutton2.medium a span, .mybutton2.medium button span {
	padding: 0 15px;
}
.mybutton2.small a, .mybutton2.small button {
	font-size: 12px;
	line-height: 35px;
}
.mybutton2.small a span, .mybutton2.small button span {
	padding: 0 10px;
}
.mybutton2 {
	display:inline-block;
	position: relative;
	z-index: 1;
}
.mybutton2 a, .mybutton2 button {
	text-transform: uppercase;
	border: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	outline: none;
	text-decoration: none;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	letter-spacing: 1px;
}

.mybutton2 a span, .mybutton2 button span {
	color: #fff;
	text-align: center;
	position: relative;
	display: inline-block;
}

.intro-video .mybutton { 
	position: relative;
	bottom: 150px;
	}

.not-front  #ajaxpage {
	margin-top: 50px;
}
/*
.navbar.navbar-fixed-top{
    height: auto;
}*/
.owl-theme .owl-controls{
    margin-top:25px;
}
/*.owl-theme .owl-controls .owl-page span {*/
    /*margin: 0 3px;*/
    /*width: 10px;*/
    /*height: 10px;*/
    /*background:#869791;*/
/*}*/
/*.parallax .owl-theme .owl-controls .owl-page span{ background:#fff;}*/
.owl-theme .owl-controls{
    text-align: center;
}
.owl-theme .owl-controls .owl-page{
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span{
    width:10px;
    height:10px;
    border-radius:50%;
    display: inline-block;
    background: #32091d;
    margin:0 3px;
}
.owl-theme .owl-controls .owl-page.active > span{
    background: #974e61;
}
.owl-theme .owl-prev,.owl-theme .owl-next {
    position: absolute;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.owl-theme .owl-prev {
    font-size: 30px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    width: 45px;
    color: #82d4ae;
    top:50%;
		left:-50px;
    transition: all 0.5s;
}
.owl-theme .owl-prev:hover {
    font-size: 35px;
}
.owl-theme .owl-prev:before {
    content: "\f104";
}

.owl-theme .owl-next {
    font-size: 30px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    width: 45px;
    color: #82d4ae;
    top:50%;
    right:-50px;
    transition: all 0.5s;
}
.owl-theme .owl-next:hover {
    font-size: 35px;
}
.owl-theme .owl-next:before {
    content: "\f105";
}
.form-actions .action.mybutton {
    padding-top: 10px;
}
#block-views-pricing-block .pricing-box {
    float: none;
}
#block-views-pricing-block .pricing-5-col .pricing-box {
    width: auto;
}
#block-views-pricing-block .item_bottom,
#block-views-pricing-block .item_top  {
    display: inline-block;
    width: 20%;
}
#block-views-pricing-block .pricing-5-col {
    text-align: center;
}
/*btn-new*/
.btn-new {
    display: inline;
}
.btn-new .start-button {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 60px;
    background-color: #0098F9;
    color: #fff;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}
.btn-new .start-button span {
    display: block; padding: 0 30px;
}

.social-link .col-md-3 {
    float:none;
    display: inline-block;
}
.number-counters .col-md-3 {
    float:none;
    display: inline-block;
}
.overview .col-md-3 {
     float:none;
     display: inline-block;
 }

.hi-icon-effect-1 > a {
    font-size: 14px;
}
.pricing-5-col {
    font-size: 0;
    letter-spacing: 0;
}
.pricing-box ul {
    border-right: 1px solid #EEEEEE;
    margin: 0 -1px 0 0;
}
.pricing-box li {
    font-size: 14px;
}
.item_top {
    top: -25px !important;
}
@media (max-width: 767px) {
    #block-views-pricing-block .item_bottom, #block-views-pricing-block .item_top {
        width: 100%;
    }
}

.parallax-content .row {
    /* font-size: 0; */
    letter-spacing: 0;
}
.parallax-box a .icon-4x {
    font-size: 4rem;
}
.number-counters .counters-item .icon-4x {
    font-size : 5rem;
}
/*

body.toolbar .navbar.navbar-fixed-top {
    height: 64px !important;
}
body.toolbar .navbar .nav > li > a {
    line-height: 67px;
}*/
/*
.sf-hidden {
    top: -9999px !important;
    left:-9999px !important;
    right: -9999px !important;
}*/
.team-element .img-responsive {
    width: 100%;
}
.tabs {
    margin-bottom: 30px;
}
.tabs li {
    height: auto;
    line-height: 30px;
}
ul.primary.tabs li a {
    padding: 7px;
}
ul.tabs {
    padding: 0;
}
.navbar-nav .dropdown-menu li {
    list-style: none;
}
li.expanded, li.collapsed, li.leaf {
    padding: 0;
}

/* Fix Button Comment */
.mybutton input[type="submit"] {
    border: none;
    color: #FFFFFF;
}
.mybutton.medium input[type="submit"] {
    padding: 10px 15px;
}
.mybutton.big input[type="submit"] {
    padding: 20px 25px;
}
#project-navigation ul.pj-navigation {
    padding-left: 45px;
}
.slides img {
    width: 100%;
}
.btn-new span[data-hover] {
    background: #c22634;
    color: #fff;
    border: 0;
    padding: 10px 15px;
    box-shadow: none;
    text-transform: uppercase;
}
.btn-new span input[type="submit"] {
    margin-top: 50px;
    background: #c22634;
    color: #fff;
    border: 0;
    padding: 10px 15px;
    box-shadow: none;
    text-transform: uppercase;
}
#top {
	height: 100%;
}

.btn-new span[data-hover] {font-size: 14px;}
.sf-hidden {
    left: 0 !important;
    top: -99999em !important;
}
.navbar {
	margin-bottom: 0;
}

/* Sections */

#block-md-alpine-module-parallax-1 {

}

#one-parallax .parallax-overlay, #four-parallax .parallax-overlay {
	 	background: transparent url(../img/bg-redcarpet-top-1920-72-opt.png) center bottom no-repeat;
		background-size: 100%;
		width: 100%;
		height: 700px;
}

#block-md-alpine-module-parallax-4 .parallax-overlay .section-content {
	 	background: transparent url(../img/bg-black-top-1920-72-opt.png) center top no-repeat;
		background-size: 100%;
		width: 100%;
		padding-top: 0;
		
}
#four-parallax { height: 700px; }
#block-md-alpine-module-parallax-4 .parallax-overlay .section-content .container { padding-top: 60px; }

#about, #morecontact { 
		background: black url(../img/bg-redcarpet-middle-1920.jpg) center top no-repeat;
		background-size: 100%;
		width: 100%;
}

#about #block-block-6 {
		background-size: 100%;
		width: 100%;
}
#termine { 
		background: transparent url(../img/bg-termine-RBM_0436-2-opt.jpg) center top no-repeat;
		background-size: 100%;
		width: 100%;
}

#termine.section-content  { padding: 0; }
#termine #block-block-7 {
		background: transparent url(../img/bg-silber-top-1920-114-opt.png) center top no-repeat;
		background-size: 100%;
		width: 100%;
		padding-top: 190px;
}
#termine #block-block-7 .content {
		background: transparent url(../img/bg-trenner-red-black-197-opt.png) center bottom no-repeat;
		background-size: 100%;
		width: 100%;
		padding-bottom: 200px;
}
#block-md-alpine-module-parallax-3 {
}

#portfolio {

}

#contact {
		background: black url(../img/bg-redcarpet-middle-1920.jpg) center top no-repeat;		background-size: 100%;
		width: 100%;
		position: relative;
}

#contact .topbg { 
		background: transparent url(../img/bg-silber-top-1920-114-opt.png) center top no-repeat;
		background-size: 100%;
		width: 100%;
		height: 114px;
		position: absolute;	
		top: 0;
}

/* Section Contact */
#contact { color: white; }

#contact .form-item, .form-actions {
	text-align: center;
}

#sound{ 

}


#block-block-3 .content { margin-top: 30px; }

#block-views-contact-block { margin-top: 90px; }
#contact .element-line { margin-top: 30px; }
#contact .section-title div { display: none; /* TEMP */ }
#webform-ajax-wrapper-29 .links { display: none; /* TEMP */ }
#contact .content .section-title { }

#contact .action {  margin-top: 0; }

#contact  { color: white; }
#contact input.form-text  { font-size: 14px; font-weight: 400; padding: 2px 5px; margin-left: 4px; width: 70%;  }
.webform-component label {
	  display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    width: 20%;
    text-align: right;
}

.form-textarea-wrapper, .webform-component-textarea label {
	  display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    width: 20%;
    text-align: right;
    vertical-align: top;
}
.form-textarea-wrapper {
    margin-left: 4px;
}
input.form-text, .form-textarea-wrapper {
    width: 70%;
}

.webform-confirmation {
	padding: 30px 15px;
	background: #c22634;
	margin-top: 30px;
	
}

#nl_form_holder { max-width: 600px; padding: 0 15px; text-align: center; margin: auto; }
#nl_form_holder input { max-width: 400px; margin-top: 8px; }

#nl_submit_id { background: #fcce00; padding: 4px 8px; text-align: center; color: white; }
.newsletter-tou { font-size: 11px; line-height: 16px; margin-top: 16px;  }

#contact .mybutton .button { margin-top: 16px;  }
#contact .mybutton .button span { width: 250px; }


#block-md-alpine-module-footer {
	background-color: black;
	color: white; 
	padding-top: 10px;
}

/* Section termine */

.view-termine { font-size: 1.2em; line-height: 1.4em; }
.view-termine .row { margin-bottom: 0.5em;  padding: 5px 0;   }
.termin-datum  { font-weight: bold; }
.termin-info {  }
.termin-datum, .termin-info1, .termin-info2, .termin-info3 {  }
#termine .container { max-width: 700px; }

/* Stuff */
#contact { width: 100%; overflow: hidden; }
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    border-radius: 2px;
}

body h1, .section-title h1 { color: white; font-family: 'Droid Serif', serif; font-weight: 400; font-size: 30px; }
.lead { color: white; font-family: 'Droid Serif', serif; font-weight: 400; font-size: 22px; margin: 20px 0; }

#two-parallax .social-link { margin-top: 70px; }
#edit-webform-ajax-submit-233 { 
    background: #c22634 none repeat scroll 0 0;
    border-radius: 15px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    word-break: keep-all;
    padding: 15px 30px;
 }
     
#block-block-9, #block-block-10 { margin-top: 60px; }

.partner-logo img { width: 100%; height: auto; max-width: 100px; }

#imprintwrapper { display: block; margin: auto; padding: 20px 0; font-size: 150%;  }