@import url("slider.css");
@import url("mediaelementplayer.css");
@import url("vertical.min.css");
@import url("http://fonts.googleapis.com/css?family=Montserrat:400");
@import url("http://fonts.googleapis.com/css?family=Inconsolata:400,700");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700");

/* --------------------------------------------------------------------------

= INHALT

01.	Allgemeines
02.	Loader
03.	Typography
04.	Buttons
05.	Forms
05.	Lists

06. Navigation
07.	Home
08.	Sections
09.	Overlays
10. Footer
11.	Scroll to Top

12. Content Boxes
13.	Tabs
14.	Accordions
15.	Call to Action
16. Testimonials
17.	Social List
18. Tooltips
19.	Counter
20. Google Map
21.	Portfolio
22. Team
23.	News
24. Pagination
26. Progress Bars
27. Pricing Tables

28. Responsive Media Queries
29. Multi-Columns-Row
30. Examples Icons

TODO
- Newsletter
- News-Teaser

/* --------------------------------------------------------------------------

= FARBEN

- Black (active elements, links, text) #111
- Gray (text) #666
- Dark #111
- Dark Lighter #252525
- Gray BG #f4f4f4
- Gray BG Lighter #f8f8f8
- Mid grey #5f5f5f
- Borders #e9e9e9


= TYPOGRAFIE

Body:               14px/1.6 "Open Sans", arial, sans-serif;
Headers:            Dosis, arial, sans-serif;
Serif:              "Times New Roman", Times, serif;
Section Title:      35px/1.3 "Open Sans", arial, sans-serif;
Section Heading:    24px/1.3 "Open Sans", arial, sans-serif;
Section Text:       15px/1.7 "Open Sans", arial, sans-serif;


= KLASSEN

.page-title
.section-title
.section-subtitle
.content-title
.lead

.content-box-title
.content-box-text
.alt-content-box .content-box-title
.alt-content-box .content-box-text

.tab-title
.minimal-tabs
.minimal-tabs-cont
.panel-title
.panel-body

.cta-title
.cta-text

.slider-item-title
.slider-item-text

.team-detail
.team-descr
.team-name
.team-role

.testimonial
.testimonial-author

.navbar-custom
.btn
.form-control

.tooltip-inner

.footer
.footer-title
.footer-copyright

-------------------------------------------------------------------------- */

/* ==========================================================================
	1. ALLGEMEINES
========================================================================== */

html {
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
}

body {
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	border: 0;
}

.leftauto {
	right: 0 !important;
	left: auto !important;
}

/* Selection */

::-moz-selection {
	background: #000;
	color: #fff;
}

::-webkit-selection{
	background: #000;
	color: #fff;
}

::selection{
	background: #000;
	color: #fff;
}

/* Transition Elements */

.form-control,
.navbar-custom,
.navbar-custom .nav-logo-wrap .logo {
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		 -o-transition: all 0.4s ease-in-out 0s;
			transition: all 0.4s ease-in-out 0s;
}

a,
.btn,
.navbar a {
	-webkit-transition: all 0.125s ease-in-out 0s;
	   -moz-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
		 -o-transition: all 0.125s ease-in-out 0s;
			transition: all 0.125s ease-in-out 0s;
}

.team-detail,
.team-image:after,
.work-caption,
.work-image > img,
.work-image:after,
.news-image {
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		 -o-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
}

/* Reset Border-Radius */

.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

/* Reset Box-Shadow */

.btn,
.well,
.panel,
.progress,
.progress-bar,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
	-webkit-box-shadow: none;
			box-shadow: none;
}

/* Vertikale Zentrierung */

.v-center-container {
	display: table;
	height: 100%;
	width: 100%;
}
.v-center-content {
	display: table-cell;
    vertical-align: middle;
}

/* ==========================================================================
	2. LOADER
========================================================================== */

.page-loader {
	position: fixed;
	background: #fff;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 9998;
}

.loader {
	position: absolute;
	border-left: 2px solid #b2b2b2;
	border-top: 2px solid rgba(245, 245, 245, 0.8);
	border-right: 2px solid rgba(245, 245, 245, 0.8);
	border-bottom: 2px solid rgba(245, 245, 245, 0.8);
	height: 46px;
	width: 46px;
	left: 50%;
	top: 50%;
	margin: -23px 0 0 -23px;
	text-indent: -9999em;
	font-size: 10px;
	z-index: 9999;
	-webkit-animation: load 0.8s infinite linear;
	   -moz-animation: load 0.8s infinite linear;
		 ms-animation: load 0.8s infinite linear;
		  o-animation: load 0.8s infinite linear;
			animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 46px;
	height: 46px;
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* ==========================================================================
	3. TYPOGRAPHY
========================================================================== */

/* 1rem = 16px – 18px wären z.B. 18/16 = 1.125rem */

/* html ist auf 62.5% gesetzt, so dass alle REM-Einheiten 10px basierend. Also z.B. 1.4rem = 14px */
/*html {
	font-size: 62.5%;
}*/
  
body{
	font-family: "Open Sans", arial, sans-serif;
	color: #666;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
}

/* Überschriften */

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.4;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}


/* Links */

a {
	color: #000;
}

a:hover, a:focus {
	text-decoration: none;
	opacity: .85;
	outline: 0;
}

.bg-dark a {
	color: #CDCDCD;
}

.bg-dark a:hover, .bg-dark a:focus {
	color: #000;
}

p, ol, ul, blockquote {
	margin: 0 0 20px;
}

blockquote {
	border: 0;
	font-style: italic;
	padding: 0;
}

.font-serif {
	font-family: Georgia, sans-serif;
}

.font-uppercase {
	text-transform: uppercase;
	font-style: normal;
}

.align-center {
	text-align: center;
}

.rotate {
	text-shadow: none !important;
}

/* Custom */

.page-title {
	position: relative;
	margin: 0 0 70px;
	letter-spacing: 0.15em;
	font-size: 40px;
	color: #fff;
	text-align: center;
}

.section-title {
	position: relative;
    margin-bottom: 70px;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5em;
    line-height: 1.4;
}

.lead {
	font: 400 12px/1.8 "Open Sans", Verdana, sans-serif;
	text-transform: none;
	letter-spacing: 0.0625em;
	text-align: center;
	margin-bottom: 70px;
}

.section-title + .lead {
	margin-top: -35px;
}

.section-subtitle {
	position: relative;
	margin: 0 0 70px;
	letter-spacing: 0.0625em;
	font-size: 20px;
	color: #000;
}

/* Schriftarten */

h1,
h2,
h3,
h4,
h5,
h6,
.page-title,
.section-title,
.section-subtitle,
.footer-title,
.news-title,
.work-title {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: normal;
}

.btn,
.form-control,
.navbar-custom,
.nav-tabs,
.minimal-tabs,
.panel-title,
.team-descr,
.news-date,
.news-more,
.filter,
.work-descr {
	font-family: "Inconsolata", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: normal;
}

/* Schriftgrössen */

.page-title {
	font-size: 40px;
}

.section-title,
.news-detail .news-title {
    font-size: 30px;
}

.section-subtitle {
	font-size: 20px;
}

.lead,
.testimonial,
blockquote {
	font-size: 18px;
}

.content-box-title,
.news-columns .news-title {
	font-size: 16px;
}

.navbar-custom,
.footer .copyright,
.news-date,
.news-more,
.nav-tabs,
.minimal-tabs,
.panel-title,
.team-role,
.progress-bar span,
.hs-title-size-1 {
	font-size: 12px;
}

.btn,
.navbar-custom .dropdown-menu > li > a,
.form-control,
.testimonial-author,
.news-prev-date,
.form-tip {
	font-size: 11px;
}

/* ==========================================================================
	4. BUTTONS
========================================================================== */

.btn {
	padding: 10px 40px;
	/*font-family: "Inconsolata", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;*/
	
	/* Button eckig */
	border-radius: 0;
	
	/* Button abgerundete Ecken */
	/*-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;*/
	        
	/* Button Circle */
	/*-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
	        border-radius: 30px;*/
}

.btn.focus,
.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0;
}

.btn-list .btn {
	margin: 5px 0;
}

/* Button Light */

.btn.btn-light {
	background: #fff;
	color: #111;
}

.btn.btn-light:hover,
.btn.btn-light:focus {
	background: #fbfbfb;
	color: #111;
}

/* Gost-Button Light */

.btn.btn-border-light {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.btn.btn-border-light:hover,
.btn.btn-border-light:focus {
	background: #fff;
	color: #000;
}

/* Button Dark */

.btn.btn-dark {
	background: #111;
	color: #fff;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
	background: #111;
	color: #fff;
}

/* Gost-Button Dark */

.btn.btn-border-dark {
	background: transparent;
	border: 1px solid #111;
	color: #111;
}

.btn.btn-border-dark:hover,
.btn.btn-border-dark:focus {
	background: #111;
	color: #fff;
}

/* Button farbig */

.btn.btn-cta {
	background: #ec008c;
	color: #fff;
}

.btn.btn-cta:hover,
.btn.btn-cta:focus {
	background: #ec008c;
	color: #fff;
}

/* CTA-Button */

.btn.btn-border-colored {
	background: transparent;
	border: 1px solid #ec008c;
	color: #ec008c;
}

/* ==========================================================================
	5. FORMULARE
========================================================================== */

.form-control {
	/*font-family: "Inconsolata", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;*/
	height: 40px;
	border: 1px solid #b2b2b2;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

.form-control:focus {
	border-color: #CACACA;
}

/* Form sizes
.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 43px;
	font-size: 13px;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
	height: 29px;
	font-size: 10px;
}*/

/* Info-Icon für Newsletter */
.form-tip {
    /*font-size: 11px;*/
    color: #aaa;
}
.form-tip .fa {
    font-size: 12px;
}

/* ==========================================================================
	LISTEN
========================================================================== */

/* Standard-Liste mit «–» innerhalb des WYSIWYGs */

.wysiwyg ul {
    padding-left: 20px
}

.wysiwyg li {
    list-style-type: none;
}

.wysiwyg li:before {
    content: "\2013";
    position: relative;
    margin-left: -10px;
    left: -7px
}

/* Liste mit Pfeil-Links */

.list-caret-links {
	list-style: none;
	margin: 0 0 30px 0;
	padding:0 0 0 3px;
}

.list-caret-links a:before{
	display:inline-block;
	font-family: FontAwesome;
	content: "\f0da";
	width:6px;
	margin-right: 8px; 
}

.list-caret-links a {
	display: block;
	padding:0;
}

/* Bilder und icons */

.icon {
	font-size: 32px;
	line-height: 32px;
	color: #000;
	margin: 0 0 10px 0;
}

.wysiwyg .image {
	margin: 0 0 20px;
}

/* ==========================================================================
	06. NAVIGATION
========================================================================== */

/* Logo */

.navbar-custom .nav-logo-wrap {
	float: left;
	margin-right: 20px;
}
.navbar-custom .nav-logo-wrap .logo {
	display: table-cell;
	vertical-align: middle;
	max-width: 118px;
    height: 50px;
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.navbar-custom .nav-logo-wrap .logo img {
	max-height: 100%;
}

.navbar-custom .nav-logo-wrap .logo:before,
.navbar-custom .nav-logo-wrap .logo:after {
	display: none;
}

.logo,
a.logo:hover {
    font-family: Dosis, arial, sans-serif;
	font-size: 18px;
	font-weight: 400 !important;
	text-transform: uppercase;
    letter-spacing: 0.2em;
	text-decoration: none;
	color: rgba(0,0,0, .9);
}

/* Navbar */

.navbar-custom {
	background: #fff;
	border: 0;
	border-color: #f5f5f5 !important;
	border-bottom: 1px solid #f5f5f5 !important;
	border-radius: 0;
	/*font-family: "Inconsolata", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 13px;*/
	z-index: 1000;
}

.navbar-custom .dropdown-menu {
	background: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 0;
	padding: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.navbar-custom .dropdown-menu .dropdown-menu {
	top: 0;
	left: 100%;
	right: auto;
	margin-top: -1px;
}

.navbar-custom .nav li > a {
	position: relative;
	color: #000;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
	background: none;
	color: #999;
}

.navbar-custom .dropdown-menu > li > a:hover {
	background: #f5f5f5 !important;
}

.navbar-custom .dropdown-menu > li > a {
	border-bottom: 1px solid #f5f5f5 !important;
	padding: 11px 15px;
	letter-spacing: 0.15em;
	/*font-size: 11px;*/
	color: #666;
}

.navbar-custom .dropdown-menu > li:last-child > a {
	border: 0 !important;
}

.navbar-custom .dropdown-toggle:after {
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	margin-top: -5px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	content: "\f107";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-nav > .dropdown > .dropdown-toggle {
	padding-right: 28px;
}

.navbar-custom .navbar-nav > .dropdown > .dropdown-toggle:after {
	position: absolute;
	display: block;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	content: "\f107";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle .icon-bar {
	background: #000;
}

/* ==========================================================================-
	07. HOME
========================================================================== */


.module-hero {
	background-color: #fff;
	color: #fff;
	width: 100%;
	z-index: 0;
	/*Bei Sections drin */
	/*
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	*/
}

.hs-title-size-1 {
	letter-spacing: 0.1em;
	font-size: 14px;
}

.hs-title-size-2 {
	letter-spacing: 0.2em;
	font-size: 18px;
}

.hs-title-size-3 {
	letter-spacing: 0.1em;
	font-size: 28px;
}

.hs-title-size-4 {
	letter-spacing: 0.2em;
	font-size: 36px;
}

/* Standard-Höhe, falls diese nicht per JS überschrieben wird. */

.module-hero.fixed-height {
	height: 600px;
}

/* Video */

.video-controls-box {
	position: absolute !important;
	bottom: 40px;
	left: 0;
	width: 100%;
	z-index: 1;
}

.video-controls-box a {
	visibility: hidden;
	display: inline-block;
	color: #fff;
	margin: 0 5px 0 0;
}


/* Scroll down Icon */

@-webkit-keyframes scroll-down-anim {
	0%{ bottom: 2px; }
	50%{ bottom: 7px; }
	100%{ bottom: 2px; }
}
@-moz-keyframes scroll-down-anim {
	0%{ bottom: 2px; }
	50%{ bottom: 7px; }
	100%{ bottom: 2px; }
}
@-o-keyframes scroll-down-anim {
	0%{ bottom: 2px; }
	50%{ bottom: 7px; }
	100%{ bottom: 2px; }
}
@keyframes scroll-down-anim {
	0%{ bottom: 2px; }
	50%{ bottom: 7px; }
	100%{ bottom: 2px; }
}

.scroll-down{
	width: 40px;
	height: 40px;
	margin-left: -20px;
	position: absolute;
	bottom: 20px;
	left: 50%;
    text-align: center;
    text-decoration: none;
    
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 

}

.scroll-down:before{
    display: block;
    content: "";
	width: 20px;
	height: 20px;
    margin: 0 0 0 -10px;
	position: absolute;
	bottom: 0;
	left: 50%;
    background: #fff;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    
    z-index: 1;
}

.scroll-down:hover:before{
    opacity: .6;
}


.scroll-down-icon{
    display: block;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    position: absolute;
    left: 50%;
    bottom: 4px;
	color: #111;
    font-size: 15px;

	-webkit-animation: scroll-down-anim 1s infinite;
    -moz-animation: scroll-down-anim 1s infinite;
    -o-animation: scroll-down-anim 1s infinite;
    animation: scroll-down-anim 1s infinite; 
    
   
   z-index: 2;
}

/* ==========================================================================-
	08. SECTIONS
========================================================================== */

.wrapper {
	position: relative;
	background: #fff;
	z-index: 1;
}

.module,
.module-small,
.module-header,
.module-hero,
.module-parallax,
.module-parallax.fixed-height {
	width: 100%; /* neu */
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50% !important;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}

.module {
	padding: 140px 0;
}
	
.module-small {
	padding: 70px 0;
}

.module-header {
	padding: 190px 0 140px;
}

.module-parallax {
	background-attachment: fixed;
	position: static;
}

.module-map {
	position: relative;
	overflow: hidden;
	height: 600px;
	width: 100%;
}

/* Höhen für Section-Modul */

.module-section {
	padding: 140px 0;
}

.module-parallax.fixed-height {
	height: 600px;
	background-size: 100% auto;
}

/* Transparenz über Bild */
/*.col-bg {
	background: rgba(255, 255, 255, .9);
	padding: 140px 60px;
}*/

/* Trennlinie */

.divider {
	border-top: 1px solid #f5f5f5;
	margin: 0;
}

/* Hintergrundfarben */

.bg-black {
	background-color: #000;		/* Schwarz */
}

.bg-dark {
	background-color: #111;		/* Dunkel */
}

.bg-dark-lighter {
	background-color: #252525;	/* Dunkelgrau */
}

.bg-gray {
	background-color: #f4f4f4;	/* Grau */
}

.bg-gray-lighter {
	background-color: #f8f8f8;	/* Hellgrau */
}

.bg-white {
    background-color: #fff;		/* Weiss */
}

.bg-color {
    background-color: #e41919;	/* Branding-Farbe */
}

.bg-black,
.bg-dark,
.bg-dark-lighter,
.bg-gray,
.bg-color {
	color: #fff;
}

.bg-gray-lighter,
.bg-white {
    color: #000;
}

/* ==========================================================================
	09. OVERLAYS
========================================================================== */

/* General */

.bg-dark-30:before,
.bg-dark-50:before,
.bg-dark-90:before,
.bg-light-30:before,
.bg-light-50:before,
.bg-light-90:before,
.bg-film:before {
	position: absolute;
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

/* Dark */

.bg-dark,
.bg-dark-30,
.bg-dark-50,
.bg-dark-90 {
	color: #fff;
}

.bg-dark-30:before {
	background: rgba(0, 0, 0, .3);
}

.bg-dark-50:before {
	background: rgba(0, 0, 0, .5);
}

.bg-dark-90:before {
	background: rgba(0, 0, 0, .9);
}

/* Light */

.bg-light,
.bg-light-30,
.bg-light-50,
.bg-light-90 {
	color: #000;
}

.bg-light-30:before {
	background: rgba(255, 255, 255, .3);
}

.bg-light-50:before {
	background: rgba(255, 255, 255, .5);
}

.bg-light-90:before {
	background: rgba(255, 255, 255, .9);
}

/* ==========================================================================
	10. FOOTER
========================================================================== */

.footer {
	/*background: #282825;
	padding: 20px 0;
	padding-top: 50px;*/
	color: #999;	
}

.footer-logo {
	margin: 17px 0 20px;
}

.footer-title {
	margin-bottom: 20px;
	color: #fff;
}

.footer a {
	color: #999;
}

.footer a:hover, 
.footer a:focus {
	color: #fff;
}

.footer ul.social-list {
	text-align: left;
}

.footer ul.social-list > li {
	font-size: 20px;
	margin-right: 15px;
}

.footer .icon-fixed-width {
	width: 10px;
}

.footer .divider {
	border-top-color: #444;
	margin-bottom: 30px;
}

.footer .copyright {
	/*font-size: 13px;*/
}

/* Icon vor Liste stellen <ul class="X"> */
/*
.footer ul.tack-links {
	margin-top: 10px;
	margin-bottom: 30px;
	padding:0;
	list-style: none;
}

.footer .tack-links a {
	display: block;
	padding:5px 0;
}

.footer .tack-links li {
	padding-left: 21px;
	margin-bottom: 1px;
}

.footer .tack-links a:before {
	display:inline-block;
	font-family: FontAwesome;
	content: "\f08d";
	width:13px;
	margin-right: 8px; 
	margin-left:-21px;
}
*/
/* ==========================================================================-
	11. SCROLL TO TOP
========================================================================== */

.scroll-up {
	position: fixed;
	display: none;
	bottom: 7px;
	right: 7px;
	z-index: 999;
}

.scroll-up a {
	background: #fff;
	display: block;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #000;
	opacity: 0.6;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
	opacity: 1;
	color: #000;
}

/* ==========================================================================
	12. CONTENT BOXES
========================================================================== */

.content-box {
	margin: 25px 0;
	text-align: center;
}

.content-box-icon {
	text-align: center;
	font-size: 42px;
	color: #111;
}

.content-box-title {
	font-size: 14px;
	margin: 5px 0 18px;
	letter-spacing: 0.1em;
}

.content-box-text {
	/*margin: 15px 0 0;*/
}

/* Alt Content Box */

.alt-content-box {
	position: relative;
	padding-left: 55px;
	margin: 25px 0;
	text-align: left;
}

.alt-content-box-icon {
	position: absolute;
	height: 38px;
	width: 38px;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 38px;
	font-size: 28px;
	color: #111;
}

.alt-content-box .content-box-title {
	margin-bottom: 10px;
}

/* Content Box mit Bild */

.content-box .content-box-icon img {
	margin-bottom: 20px;
}


/* ==========================================================================
	13. TABS
========================================================================== */

/* Tabs */

.nav-tabs {
	border-color: #eee;
}

.nav-tabs > li > a {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
}

.nav-tabs >li.active > a,
.nav-tabs >li.active > a:hover,
.nav-tabs >li.active > a:focus {
	border: 1px solid #eee;
	border-bottom-color: transparent;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	background: #eee;
}

.tab-content {
	padding: 15px 0;
}

/* Minimal Tabs */

.minimal-tabs {
	display: inline-block;
	/*font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;*/
	text-align: center;
	letter-spacing: 1px;	
	border: none;
}
.minimal-tabs > li {
	padding: 0 30px;
	background: none !important;
}
.minimal-tabs > li > a {
	padding: 6px 20px 5px;
	text-decoration: none;
	color: #000;
	background: none;
	border: 1px solid transparent;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.minimal-tabs > li > a:hover {
	background: none;
	border-color: #e9e9e9;
	color: #777;
}
.minimal-tabs li.active a,
.minimal-tabs li.active a:hover {
	border: 1px solid #222 !important;
	background: none !important;
	color: #000;
	cursor: default;
}
.minimal-tabs-cont {
}

/* ==========================================================================
	14. ACCORDIONS
========================================================================== */

.panel-group {
	border: 1px solid #eee;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
}

.panel-group .panel {
	border-radius: 0;
}

.panel {
	border: 0;
	border-bottom: 1px solid #eee;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-color: #eee;
}

.panel-heading {
	padding: 15px 20px;
}

.panel-default > .panel-heading {
	background: transparent;
	border-color: #eee;
}

.panel-heading a {
	position: relative;
	display: block;
}

.panel-heading a:after {
	position: absolute;
	content: "\f106";
	top: 50%;
	right: 0px;
	margin-top: -7px;
	font-family: "FontAwesome";
	font-size: 14px;
	line-height: 1;
}

.panel-heading a.collapsed:after {
	content: "\f107";
}

.panel-title {
	/*font-size: 12px;*/
	text-transform: uppercase;
}

.panel-group .panel + .panel {
	border-top: 0;
	margin-top: 0;
}

/* ==========================================================================
	15. CALL TO ACTION
========================================================================== */

.module-cta h2 {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	/*margin: 0;*/
}

.cta-text {
	/*color: rgba(255, 255, 255, 0.6);*/
}

.cta-btn-box {
	text-align: center;
	padding-top: 4px;
}

.cta-btn-box-alt {
	text-align: right;
	margin-top: 27px;
}

/* ==========================================================================
	16. TESTIMONIALS
========================================================================== */

.testimonials-slider {
	position: relative;
	text-align: center;
}

.testimonial {
    /*font-family: "Open Sans", arial, sans-serif;
    font-style: normal;*/
	font-size: 18px;
	font-style: italic;
    font-weight: 300;
	letter-spacing: 0,2em;
}

.testimonial-author {
	/*font-size: 11px;*/
	text-transform: uppercase;
	letter-spacing: 0.3em;
	opacity: .85;
}

/* ==========================================================================
	17. SOCIAL LIST
========================================================================== */

.social-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.social-list > li {
	display: inline-block;
	font-size: 24px;
	margin: 5px 5px 5px 0;
}

/* ==========================================================================
	18. TOOLTIPS
========================================================================== */

/* Dark */
.tooltip-inner {
	padding: 10px 20px;
	background-color: #000;
	color: #fff;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #000;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #000;
}

/* Light */
.bg-dark .tooltip-inner {
	background-color: #f4f4f4;
	color: #000;
}
.bg-dark .tooltip.top .tooltip-arrow {
	border-top-color: #f4f4f4;
}
.bg-dark .tooltip.right .tooltip-arrow {
	border-right-color: #f4f4f4;
}
.bg-dark .tooltip.bottom .tooltip-arrow {
	border-bottom-color: #f4f4f4;
}
.bg-dark .tooltip.left .tooltip-arrow {
	border-left-color: #f4f4f4;
}

/* ==========================================================================
	19. COUNTERS
========================================================================== */

.counter-item {
	text-align: center;
}

.counter-number {
	font-size: 36px;
}

.counter-title {
	text-transform: uppercase;
	font-size: 14px;
}

/* ==========================================================================
	20. GOOGLE MAP
========================================================================== */

/*#map-section {
	position: relative;
	height: 450px;
	width: 100%;
}

#map {
	height: 100%;
	width: 100%;
}

#map img {
	max-width: none;
}

.ajax-response {
	text-align: center;
}*/

.map-content {
	height: 100% !important;
	width: 100%;
}

/* ==========================================================================
	21. PORTFOLIO
========================================================================== */

/* Portfolio filter */

.filter {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

.filter > li {
	display: inline-block;
	padding: 5px 0;
	margin: 0 25px;
}

.filter > li a {
	text-transform: uppercase;
	font-size: 14px;
	color: rgba(102, 102, 102, 0.5);
}

.filter > li a:hover,
.filter > li a.current {
	color: #000;
}

/* Portfolio grid */

.works-grid {
	list-style: none;
	padding: 0;
	margin: 0;
}

.works-grid.works-grid-gutter {
	margin: 0 0 0 -10px;
}

.works-grid.works-grid-gutter .work-item {
	padding: 0 0 10px 10px;
}

.work-item {
	width: 100%;
	float: left;
	margin: 0;
}

.wysiwyg .work-item {
	float: none;
	padding-bottom: 20px;
}

.works-grid-2 .work-item {
	width: 50%;
}

.works-grid-3 .work-item {
	width: 33.333%;
}

.container > .works-grid-3 .work-item {
	width: 33.2%;
}

.works-grid-4 .work-item {
	width: 25%;
}

/* Portfolio item */

.work-item > a {
	position: relative;
	display: block;
	overflow: hidden;
}

.work-image {
	position: relative;
	overflow: hidden;
}

.work-image img {
	display: block;
	overflow: hidden;
	width: 100%;
}

.work-image:after {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.work-caption {
	width: 100%;
	padding: 0 20px;
	opacity: 0;
	position: absolute;
	bottom: 100%;
	left: 0;
	text-align: center;
	overflow: hidden;
}

.work-title {
	font-size: 18px;
	color: #000;
	margin: 0 0 6px;
}

.work-descr {
	text-transform: uppercase;
	font-size: 14px;
	color: #999;
}

/* */
.works-grid-4 .work-title {
	font-size: 14px;
}

.works-grid-4 .work-descr {
	/*font-size: 12px;*/
}

/* Portfolio Item Hover */

.work-item:hover .work-image:after {
	background: rgba(255, 255, 255, .8);	/* Weiss */
	/*background: rgba(0, 0, 0, .7);*/		/* Schwarz */
}

.work-item:hover .work-image > img {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}

.work-item:hover .work-caption {
	bottom: 50%;
	opacity: 1;
	z-index: 3;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	        transform: translateY(50%);
}

/* Portfolio single */

.work-details {
	margin: 0 0 20px;
}

.work-details-title {
	color: #000;
	margin: 0 0 20px;
}

.work-details ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.work-details ul > li {
	margin: 0 0 10px;
}

.work-title > i,
.work-title > span {
	font-size: 30px;
}

/* ==========================================================================
	22. TEAM
========================================================================== */

.team-item {
	position: relative;
	text-align: center;
}

.team-image {
	position: relative;
	overflow: hidden;
}

.team-image img {
	width: 100%;
}

.team-image:after {
	position: absolute;
	background: transparent;
	content: " ";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.team-detail {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 50%;
	opacity: 0;
	z-index: 2;
	padding: 20px;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	        transform: translateY(50%);
}

.team-descr {
	margin: 20px 0 0;
}

.team-name {
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
}

.team-role {
	text-transform: uppercase;
	font-size: 12px;
}

/* Team member hover */

.team-item:hover .team-image:after {
	background: rgba(255, 255, 255, .85);
}

.team-item:hover .team-detail {
	opacity: 1;
}

/* ==========================================================================
	23. NEWS
========================================================================== */

.news {
	margin: 0 0 80px;
}

.news-image {
	margin: 0 0 20px;
}

.news-image a:hover {
    opacity: .85;
}

.news-quote {
	background: #f5f5f5;
	text-align: center;
	padding: 20px;
}

.news-quote blockquote {
	margin: 0;
}

.news-header {
	margin: 0 0 20px;
}

.news-title {
	font-size: 18px;
	color: #000;
	margin: 0 0 2px;
}

.news-title a {
	color: #000;
	text-decoration: none;
}

.news-title a:hover {
	opacity: .85;
}

.news-date {
	/*font-size: 13px;*/
}

.news-more {
	text-transform: uppercase;
	letter-spacing: 0.15em;
	/*font-size: 13px;*/
}

/* Blog standart */

.news-header-small {
	position: relative;
	padding: 0 0 0 60px;
}

.news-icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 48px;
	width: 48px;
	line-height: 48px;
	font-size: 36px;
}

.news-icon > i,
.news-icon > span {
	line-height: 48px;
}

/* News Preview (3 neben einander)  */

.news-columns .news {
	margin: 0 0 60px;
}

.news-columns .news-image {
    margin-bottom: 23px;
    position: relative;
}

.news-columns .news-title {
    margin-bottom: 2px;
}

.news-columns .news-date {
    margin-bottom: 15px;
    /*font-size: 11px;*/
    text-decoration: none;
    color: #aaa;
}

.news-columns .news-entry {
    margin-bottom: 22px;
}

/* ==========================================================================
	24. PAGINATION
========================================================================== */

.pagination {
	display: block;
	text-align: center;
	font-size: 14px;
}

.pagination a + a {
	padding-left: 20px;
}

/* Pagination */

.pagination > li > a,
.pagination > li > span {
  padding: 6px 12px;
  border: none;
  font-size:17px;
  color: #C0C0C0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #fff;
  color: #f03350;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #000;
  background-color: #fff;
  border-color: #f03350;
}

/* ==========================================================================-
	25. COMMENTS AND COMMENT FORM
========================================================================== */
/*
.comments,
.comment-form {
	margin: 80px 0 0;
}

.comments .comment-title,
.comment-form .comment-form-title {
	font-size: 18px;
	color: #000;
	margin: 0 0 40px;
}

.comment-author {
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 0 10px;
}

.comment-avatar {
	width: 55px;
	float: left;
	margin-top: 10px;
}

.comment-avatar img {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}

.comment-content {
	padding-top: 5px;
	margin-left: 75px;
	margin-bottom: 30px;
}

.comment-meta {
	text-transform: uppercase;
	font-size: 12px;
}
*/

/* ==========================================================================
	26. PROGRESS BARS
========================================================================== */

.progress {
	overflow: visible;
	height: 4px;
}

.progress-bar {
	position: relative;
}

.progress-bar.pb-dark {
	background: #000;
}

.progress-bar span {
	position: absolute;
	display: block;
	right: -0px;
	top: 6px;
	opacity: 0;
	line-height: 12px;
	/*font-size: 12px;*/
	text-transform: none;
	color: #666;
	padding: 4px 0px;
}

.progress-bar span:after {
	display: inline-block;
	content: "%";
}

.progress-title {
	margin: 0 0 5px;
	text-transform: uppercase;
	font-size: 14px;
}

/* ==========================================================================
	27. PRICING-TABLES
========================================================================== */

.price-table {
	background: #fff;
	border: 1px solid #eee;
	padding: 25px 20px;
	margin: 15px 0 30px;
	text-align: center;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
}

.price-table:hover {
	border-color: #eee;
}

.price-table.best {
	margin: 0 0 30px;
}

.price-table .small {
	margin: 0;
}

.borderline {
	position: relative;
	background: #eee;
	display: block;
	height: 1px;
	width: 100%;
	margin: 20px 0 15px;
}

.borderline:before {
	position: absolute;
	background: #eee;
	content: "";
	bottom: -7px;
	left: 50%;
	height: 14px;
	width: 14px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	margin-left: -7px;
}

.borderline:after {
	position: absolute;
	background: #fff;
	content: "";
	bottom: -5px;
	left: 50%;
	height: 16px;
	width: 16px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	margin-left: -8px;
}

.price-table h4 {
	color: #111;
	margin: 0;
}

.price-table p.price {
	font-size: 60px;
	color: #111;
	padding: 0;
	margin: 0 0 0 -10px;
}

.price-table p.price span {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	padding-top: 25px;
}

.price-details {
	list-style: none;
	padding: 0;
	margin: 0 0 23px;
}

.price-details li {
	padding: 7px 0;
}

.price-details li > span {
	text-decoration: line-through;
	color: #aaa;
}

/* ==========================================================================-
	28. RESPONSIVE MEDIA QUERIES
========================================================================== */

@media only screen and (max-width: 1024px) {

	.module-parallax.fixed-height {
		background-attachment: scroll !important;
		background-position: center !important;
		background-size: 1024px 100% !important;
		height: 576px;
	}

}

@media (min-width: 768px) {

	.align-right {
		text-align: right;
	}

	.navbar-transparent {
		background: transparent;
		border: 0 !important;
		border-color: #f5f5f5 !important;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.navbar-transparent .nav li > a {
		color: #fff;
	}

	.navbar-transparent .dropdown-menu > li > a {
		color: #666;
	}

	.nabar-dark .nav > li > a {
		color: #000;
	}

	.navbar-custom .dropdown-menu .dropdown-toggle:after {
		position: absolute;
		display: block;
		right: 9px;
		top: 50%;
		margin-top: -6px;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 9px;
		content: "\f105";
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.navbar-custom .dropdown-menu {
		position: absolute;
		display: block;
		visibility: hidden;
		opacity: 0;
	}

	.navbar-custom .open > .dropdown-menu {
		visibility: visible;
		opacity: 1;
	}

	.navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}

	/* Comments */

	.comment .comment {
		margin-left: 75px;
	}

}

@media (max-width: 991px) {

	/* Headers */

	.hs-title-size-3 {
		font-size: 24px;
	}

	.hs-title-size-4 {
		font-size: 32px;
	}

	.work-item,
	.works-grid-3 .work-item,
	.works-grid-4 .work-item,
	.works-grid-5 .work-item {
		width: 50%;
	}
	
	.wysiwyg .work-item {
		width: 100%;
	}
	
}

@media (max-width: 767px) {
	
	/* Navbar */
	
	.navbar-custom .nav-logo-wrap {
		margin-left: 15px;
	}

	.navbar-custom .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar-custom li a:hover {
		background: #f5f5f5 !important;
	}

	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-custom .navbar-nav .open .dropdown-menu > li > a {
		padding: 10px 25px;
	}

	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding: 10px 35px;
	}

	.navbar-custom li a,
	.navbar-custom .dropdown-menu > li:last-child > a {
		border-bottom: 1px solid #f5f5f5 !important;
	}

	.navbar-custom .navbar-nav > .dropdown > .dropdown-toggle:after,
	.navbar-custom .dropdown-toggle:after,
	.navbar-custom .dropdown-menu .dropdown-toggle:after {
		right: 7px;
		content: "\f107";
	}

	.navbar-custom .navbar-nav > .open > .dropdown-toggle:after,
	.navbar-custom .nav > .open >.dropdown-toggle:after,
	.navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
		content: "\f106";
	}

	.navbar-custom .navbar-collapse {
		border-top: 1px solid #f5f5f5;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}

	/* Headers */

	.hs-title-size-1 {
		/*font-size: 12px;*/
	}

	.hs-title-size-2 {
		font-size: 16px;
	}

	.hs-title-size-3 {
		font-size: 20px;
	}

	.hs-title-size-4 {
		font-size: 24px;
	}
	
	/* Sections */
	
	.module {
		padding: 50px 0;
	}
		
	.module-small {
		padding: 30px 0;
	}
	
	.module-hero.fixed-height,
	.module-map {
		height: 450px;
	}

	.module-parallax.fixed-height {
		background-size: 767px 100% !important;
		height: 432px;
	}
	
	/* Slider Nav */
	.flex-direction-nav {
		display: none;
	}
	
	/* Call to Action */
	.cta-text {
		text-align: center;
	}
	
	.cta-btn-box-alt {
		text-align: center;
		margin-top: 10px;
	}

}

@media only screen and (max-width: 480px) {

	.work-item,
	.works-grid-3 .work-item,
	.works-grid-4 .work-item,
	.works-grid-5 .work-item {
		width: 100%;
	}
	
	.module-parallax.fixed-height {
		background-size: 480px 270px !important;
		height: 270px;
	}

}

@media only screen and (max-width: 320px) {
	
	.module-parallax.fixed-height {
		
		/*
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: fixed;
	    
	    background: no-repeat fixed center center #e9e9e9;
	    */
		
		background-attachment: fixed;
		
		background-size: 320px auto !important;
		height: 180px;
	}
	
}

/* ==========================================================================-
	29. MULTI-COLUMNS-ROW
========================================================================== */

.multi-columns-row .first-in-row {
	clear: left;
}

.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }

@media (min-width: 768px) {

	.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; }
}

@media (min-width: 992px) {

	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}

@media (min-width: 1200px) {

	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; }

}

/* ==========================================================================
	30. EXAMPLES ICONS
========================================================================== */

.et-icons .box1 {
	border: 1px solid #e5e5e5;
	display: block;
	width: 25%;
	float: left;
	padding: 0;
	font-size: 13px;
	margin: -1px 0 0 -1px;
}

.et-icons .box1 > span {
	display: inline-block;
	border-right: 1px solid #e5e5e5;
	min-width: 60px;
	min-height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 28px;
	margin-right: 5px;
}

.fa-icons > div {
	padding: 0;
	border: 1px solid #e5e5e5;
	margin: -1px 0 0 -1px;
	font-size: 13px;
}

.fa-icons > div > i {
	display: inline-block;
	margin-right: 5px;
	min-width: 40px;
	min-height: 40px;
	border-right: 1px solid #f1f1f1;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}

.help-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* ==========================================================================
	NEWSLETTER
========================================================================== */

.newsletter-label {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.form input.newsletter-field{
    max-width: 293px;
}
.form input.newsletter-field:hover{
    
}
.form input.newsletter-field:focus{
    
}

.form input.newsletter-field::-webkit-input-placeholder{
    color: #777;
}
.form input.newsletter-field:focus::-webkit-input-placeholder{
    color: #111;
}

.form input.newsletter-field:-moz-placeholder{
    color: #777;
}
.form input.newsletter-field:focus:-moz-placeholder{
    color: #111;
}

.form input.newsletter-field::-moz-placeholder{
    color: #777;
}
.form input.newsletter-field:focus::-moz-placeholder{
    color: #111;
}

.form input.newsletter-field:-ms-input-placeholder{
    color: #777;
}
.form input.newsletter-field:focus:-ms-input-placeholder{
    color: #111;
}