@charset "UTF-8";
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
   }
   
/* 27.08.2015 */

html, body {
	background-color: rgb(40,40,40);
	background-image: url(../img/pattern.jpg);
	background-repeat: repeat;
}

body {
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 2em;
}

	
	a { color: rgb(136,35,69); }
	a:hover { color: #4d1025; }
	
	.container {
		background-color: rgb(255,255,255);
		margin-top: 2em;
	}

	.iw-logo {
		margin: 1em auto;
	}
	
	.well { background-color: #dad7d4; }


	@media ( min-width: 992px ) {
		.iw-body {
			padding: 0 25px;
		}
		.iw-navbar {
			padding: 0 10px;
		}
	}

/* ---------------------------------------------------------------------------
	Navbar */
	
	.iw-navbar {
		border-top: 1px solid rgb(0,0,0);
		border-bottom: 1px solid rgb(0,0,0);
		text-align: center;
		margin: 0 -15px;
	}
	
	.iw-navbar .row {
		margin: 0 15px;
	}
	
	.iw-navbar p, 
	.iw-navbar ul {
		margin: 0;
		padding: 0;
	}
	
	
	.iw-navbar li {
		display: inline-block;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		margin-right: 1em;
	}
	
	.iw-navbar a {
		color: rgb(100,100,100);
		text-decoration: none;
		font-weight: 700;
	}
	
	.iw-navbar a:hover,
	.iw-navbar a.active,
	.iw-navbar a.current {
		color: rgb(0,0,0);
	}
	
	.iw-navbar li:last-child {
		margin-right: 0;
	}
	
	.iw-contact p {
		font-weight: 700;
		text-align: center;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}

	@media ( min-width: 480px ) {
		.iw-navbar li { margin-right: 3em; }
	}
	
	@media ( min-width: 992px ) {
		.iw-contact { background-color: #dad7d4; }	
		.iw-navbar li { margin-right: 4em; }
		.iw-navbar { text-align: left; }
	}

/* ---------------------------------------------------------------------------
	Keyvisual */

	.iw-keyvisual {
		position: relative;
	}
	
	.iw-keyvisual-claim {
		display: none;
		position: absolute;
		left: 30px;
		bottom: -5px;
	}
	
	.iw-keyvisual-claim h1 {
		margin: 0;
		color: rgb(255,255,255);
		font-size: 30px;
		font-weight: 400;
	}

	@media ( min-width: 640px ) {
		.iw-keyvisual-claim {
			bottom: -8px;
		}
		.iw-keyvisual-claim h1 {
			font-size: 48px;
		}
	}
	
	@media ( min-width: 992px ) {
		.iw-keyvisual-claim {
			bottom: -12px;
		}
		.iw-keyvisual-claim h1 {
			font-size: 120px;
		}
	}

/* ---------------------------------------------------------------------------
	Body */

	.iw-body * {
		margin-top: 0;
	}
	
	.iw-body {
		margin-top: 2em;
		padding-bottom: 2em;
	}
	
	.iw-body h1 {
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 1.5em;
	}
	
	.iw-body h2 {
		font-size: 16px !important;
		font-weight: 700;
	}
	
	.iw-body h3 {
		font-size: 16px !important;
		font-weight: 700;
	}
	
	.iw-lft {
		margin-bottom: 3em;
		line-height: 200%;
	}
	
	.iw-rgt li {
		margin-bottom: 1em;
	}
	
	.iw-gallery div {
		margin-bottom: 2em;
	}
	
	.iw-team-member {
		margin-bottom: 2em;
	}
	
	.iw-team-member li {
		margin-bottom: 0.5em;
	}
	
	.iw-team-image {
		position: relative;
		overflow: hidden;
		margin-bottom: 1em;
	}
	
	.iw-team-image-hover {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}
	
	.iw-team-image:hover .iw-team-image-hover {
		display: block;
	}
	
	
	
/* ---------------------------------------------------------------------------
	Footer */
	
	.iw-footer {
		background: rgba(255,255,255,0.8) !important;
		padding-bottom: 1em;
	}
	
	@media ( min-width: 992px ) {
		.iw-footer {
			padding-left: 35px;
			padding-right: 35px;	
		}
	}
	
	.iw-footer h2 {
		font-weight: 700;
		font-size: 16px;
	}
	
	.iw-footer li {
		margin-bottom: 0.3em;
	}