/* 
	Table of Contents
	update on Thu Mar 24 2016 18:06:18 GMT+0200 (FLE Standard Time)

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Animations -------------------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	     02. Content ----------------------------------
	     03. Footer -----------------------------------
	     04. Header -----------------------------------
	     05. Main -------------------------------------
	     06. Shell ------------------------------------
	     07. Sidebar ----------------------------------
	     08. Wrapper ----------------------------------
	III. Modules --------------------------------------
	     01. Button -----------------------------------
	         Button Block -----------------------------
	     02. Form Elements ----------------------------
	     03. Form -------------------------------------
	     04. Intro ------------------------------------
	     05. List -------------------------------------
	     06. List Interviews --------------------------
	     07. Logo -------------------------------------
	     08. Nav --------------------------------------
	     09. Section ----------------------------------
	     10. Section About ----------------------------
	     11. Section Topics ---------------------------
	     12. Section Clients --------------------------
	     13. Section Events ---------------------------
	     14. Section Testimonials ---------------------
	     15. Section Event ----------------------------
	     16. Section Past Interviews ------------------
	     17. Slider -----------------------------------
	     18. Slider Topics ----------------------------
	     19. Slider Testimonials ----------------------
	     20. Table ------------------------------------
	     21. Widget -----------------------------------
 */

/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main { display: block; }

html,
body { height: 100%; }

html { tap-highlight-color: rgba(0,0,0,0); }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

img, iframe, video, audio, object { max-width: 100%; }
img, iframe { border: 0 none; }
img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

svg:not(:root) { overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { display: none; -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

textarea { overflow: auto; resize: none; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

button,
select { text-transform: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

nav ul,
nav ol { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 980px; background: #fff; font-family: 'Futura', serif; font-size: 18px; line-height: 1.5; color: #838486; }

a { color: inherit; text-decoration: underline; }
a:hover { text-decoration: none; }

a[href^="tel"] { text-decoration: none; }

h1 { font-size: 74px; line-height: 1.15; font-weight: 300; margin: 0; }
h2 { font-size: 29px; letter-spacing: 0.1em; color: #606162; font-weight: normal; }
h3 { font-size: 25px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 17px; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.75em; }

em { font-family: 'Athelas', serif; font-style: italic; font-weight: normal; }

p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.5em; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

@font-face {
	font-family: "Athelas";
	src: url("fonts/Athelas_400_italic_1458814514.eot");
	src: url("fonts/Athelas_400_italic_1458814514.eot?#iefix") format("embedded-opentype"),
		url("fonts/Athelas_400_italic_1458814514.svg#Athelas") format("svg"),
		url("fonts/Athelas_400_italic_1458814514.woff") format("woff"),
		url("fonts/Athelas_400_italic_1458814514.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
}

@font-face {
    font-family: 'Futura';
    src: url('fonts/futurastd-light-webfont.eot');
    src: url('fonts/futurastd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futurastd-light-webfont.woff') format('woff'),
         url('fonts/futurastd-light-webfont.ttf') format('truetype'),
         url('fonts/futurastd-light-webfont.svg#FuturaStdLight') format('svg');
    font-weight: 300;
    font-style: normal;

}


@font-face {
    font-family: 'Futura';
    src: url('fonts/futurastd-medium-webfont.eot');
    src: url('fonts/futurastd-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futurastd-medium-webfont.woff') format('woff'),
         url('fonts/futurastd-medium-webfont.ttf') format('truetype'),
         url('fonts/futurastd-medium-webfont.svg#FuturaStd-Medium') format('svg');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'Futura';
    src: url('fonts/futurastd-book-webfont.eot');
    src: url('fonts/futurastd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futurastd-book-webfont.woff') format('woff'),
         url('fonts/futurastd-book-webfont.ttf') format('truetype'),
         url('fonts/futurastd-book-webfont.svg#FuturaLTBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Futura';
    src: url('fonts/futurastd-bold-webfont.eot');
    src: url('fonts/futurastd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futurastd-bold-webfont.woff') format('woff'),
         url('fonts/futurastd-bold-webfont.ttf') format('truetype'),
         url('fonts/futurastd-bold-webfont.svg#FuturaStd-Bold') format('svg');
    font-weight: 700;
    font-style: normal;

}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after { content: ''; line-height: 0; display: table; clear: both; }


/*  Notext  */

.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }


/*  Hidden  */

[hidden],
.hidden { display: none; }


/*  Alignleft  */

.alignleft { float: left; }


/*  Alignright  */

.alignright { float: right; }


/*  Disabled  */

[disabled],
.disabled { cursor: default; }

/*  Animations  */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

.container {}

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

.content {}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer {}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { position: fixed; background-color: #fff;
	margin: auto;
	padding: 12px 0 8px;
	width: 100%; z-index: 30; border-bottom: 1px solid #efe9dd;
}
.header:after { content: ''; clear: both; font-size: 0; line-height: 0; display: table; }

.header .logo {
	float: left;
	height: 47px;
	margin-left: 15px;
	width: 185px;
}

.header .header-inner {
	float: right;
	margin: 8px 15px 0;
}

.header .link-contact { float: right; color: #9b916c; letter-spacing: 0.01em; text-transform: uppercase; text-decoration: none; }
.header .nav-wrapper {
	float: left;
	margin: 2px 16px 0 0;
}
.header .nav { position: absolute; right: 0; top: 100%; width: 286px; opacity: 0; visibility: hidden; transition: visibility .3s ease, opacity .3s ease; }
.header.nav-visible .nav { opacity: 1; visibility: visible; }

.header .btn-menu { position: relative; display: inline-block; width: 17px; height: 14px; }
.header .btn-menu span { position: absolute; display: block; height: 2px; width: 100%; background: #9b916c; }
.header .btn-menu span:nth-child(1) { top: 0; }
.header .btn-menu span:nth-child(2) { top: 5px; }
.header .btn-menu span:nth-child(3) { top: 10px; }

.header p {
	float: right;
	margin-bottom: 0;
	margin-top: 5px;
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main {}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { width: 800px; margin: auto; }

.shell:after { content: '';  clear: both; font-size: 0; line-height: 0; display: table; }

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

.sidebar {}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper {}

/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { display: inline-block; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; appearance: none; }


/*  Button Block  */
.btn-block { display: block; padding-left: 0; padding-right: 0; }

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder { color: inherit; opacity: 1; }

input::-moz-placeholder { color: inherit; opacity: 1; }

input:-ms-input-placeholder { color: inherit; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
textarea::-moz-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit !important; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

.field {}
.textarea {}
.select {}
.radio {}
.checkbox {}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

.form {}

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro {
	overflow: hidden;
	padding-top: 68px;
	position: relative;
}

.intro .shell { width: 888px; margin: 0 auto; }
.intro .intro-title { color: #b4a981; text-transform: uppercase; }

.intro .intro-body { position: absolute; left: 0; top: 55%; width: 100%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); color: #fff;  }
.intro .intro-body p { font-size: 32px; margin-bottom: 6px; }

.intro .intro-content { max-width: 70%; }

.intro .intro-image { background: #000; text-align: center; }
.intro .intro-image img { max-width: none; }

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }


/* ------------------------------------------------------------ *\
	List Interviews
\* ------------------------------------------------------------ */

.list-interviews { margin: 0 -5px; font-size: 0; text-align: center; }
.list-interviews li {
	display: inline-block;
	margin-bottom: 15px;
	padding: 0 10px;
}
.list-interviews em { color: #9b916c; }

ul.list-interviews img {
	margin-bottom: 5px;
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo { background: url(../css/images/logo.gif) no-repeat 0 0; width: 203px; height: 47px; background-size: 88% auto; text-indent: 100%; white-space: nowrap; overflow: hidden; }

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav { padding: 25px 0 24px; background: rgba(180, 169, 129, 0.8); color: #fff; text-transform: uppercase; font-size: 18px; text-align: center; }
.nav ul { list-style: none; }
.nav li ~ li { border-top: 1px solid  #fff; }
.nav a { color: #fff; text-decoration: none; padding: 22px 40px; display: block; }
.nav a:hover { color: #e5e5e3; }

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section .section-title {
	border-bottom: 1px solid #efe9dd;
	color: #606162;
	font-size: 29px;
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}


/* ------------------------------------------------------------ *\
	Section About
\* ------------------------------------------------------------ */

.section-about { padding: 26px 0 0; }
.section-about .section-body { padding-top: 22px; }
.section-about .section-entry { color: #75746f; letter-spacing: 0.005; overflow: hidden; }
.section-about .section-entry p { margin-bottom: 31px; }
.section-about .section-entry .alignright { margin: 0 0 30px 14px;  }

/* ------------------------------------------------------------ *\
	Section Topics
\* ------------------------------------------------------------ */

.section-topics { padding: 0 0 20px; }

/* ------------------------------------------------------------ *\
	Section Clients
\* ------------------------------------------------------------ */

.section-clients {
	border-bottom: 1px solid #efe9dd;
	padding: 34px 0 10px;
}
.section-clients .section-body { padding: 20px 0 0;  }
.section-clients .section-body ul { list-style: none; font-size: 0; text-align: center;  }
.section-clients .section-body li { display: inline-block;  min-width: 33.33333%; margin-bottom: 41px; }

/* ------------------------------------------------------------ *\
	Section Events
\* ------------------------------------------------------------ */

.section-events { text-align: center; padding: 0 0 20px; }
.section-events h3 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom:0;
}
.section-events h3 a {
	text-decoration: none;
}
.section-events p a {
	font-size: 0.8em;
}
.section-events em, .section-events a { color: #9b916c; }
.section-events ul { list-style: none; font-size: 25px; color: #9d9c9c; }
.section-events li ~ li { margin-top: 23px; }
.section-events .section-body { padding-top: 25px; }

/* ------------------------------------------------------------ *\
	Section Testimonials
\* ------------------------------------------------------------ */

.section-testimonials {
	padding: 24px 0 0;
}
.section-testimonials .section-body {
	padding-top: 25px;
}

/* ------------------------------------------------------------ *\
	Section Event
\* ------------------------------------------------------------ */

.section-event { padding: 35px 0;  }
.section-event .section-head { border-width: 1px 0; border-style: solid; border-color: #efe9dd #e6dfcc; text-align: center; padding: 30px 0 24px; line-height: 1; }

.section-event .section-title { font-size: 29px; letter-spacing: 0.1em; font-weight: normal; }
.section-event .section-title em {
	color: #9b916c;
	display: block;
	font-size: 35px;
	letter-spacing: 0;
	margin-bottom: 5px;
}

.section-event .section-body { padding: 37px 0 27px; line-height: 1.40; font-size: 18px; }

.section-entry h2 {
	color: #8d8d8d;
	font-size: 22px !important;
	margin: 20px 0;
	text-align: center;
	text-transform: uppercase;
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider .slides { list-style: none outside none; }

.slider .slides.owl-carousel .owl-item { -webkit-backface-visibility: visible; }

.slider .owl-carousel .owl-animated-in {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms; }

.slider .owl-carousel .owl-animated-out {
   -webkit-animation-delay: 0s;
           animation-delay: 0s; }

/*.slider .owl-stage {
	min-height: 180px; }*/

/* ------------------------------------------------------------ *\
	Slider Topics
\* ------------------------------------------------------------ */

.slider-topics .slider-nav { text-align: center; padding-bottom: 10px; border-bottom: 1px solid  #e6dfcc; overflow: hidden; margin-bottom: 27px; color: rgba(155, 145, 108, 0.65); }
.slider-topics .slider-nav-item.active { color: #9b916c; }
.slider-topics .slider-nav em {
	display: block;
	padding: 0 15px;
}
.slider-topics .slider-nav-items { margin: 0; text-align: center; overflow: hidden; padding: 25px 0 15px; }
.slider-topics .slider-nav-item { width: 33.33333%; float: left; text-align: center; position: relative; padding: 0; font-size: 24px; line-height: 1.2; cursor: pointer; display: block; }
.slider-topics .slider-nav-item:before { content: ''; width: 1px; height: 58px; background: #d6c9aa; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.slider-topics .slider-nav-item:last-child:before { display: none; }

.slider-topics .slide { background: #fff; }

.slider-topics .color-brown { color: #9b916c; }
.slider-topics .slide-image { float: left; margin-right: 26px; }
.slider-topics .slide-entry { overflow: hidden; }
.slider-topics .slide-content { font-size: 18px; line-height: 1.27; overflow: hidden; }

.owl-item .slide-content img {
	float: left;
	margin: 0 20px 20px 0;
	width: 180px;
}

/* ------------------------------------------------------------ *\
	Slider Testimonials
\* ------------------------------------------------------------ */

.slider-testimonials .slider-nav { margin-bottom: 29px; }
.slider-testimonials .slider-nav-items { overflow: hidden; }
.slider-testimonials .slider-nav-item { float: left; width: 33.3%; position: relative; }
.slider-testimonials .slider-nav-item:after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: .5; transition: opacity 1s ease; -webkit-backface-visibility: hidden; background: #fff; }
.slider-testimonials .slider-nav-item.active:after { opacity: 0; }


.slider-testimonials .slide-content { text-align: center; color: #9d9c9c; }
.slider-testimonials .slide-title { font-size: 27px; line-height: 1.11; font-weight: normal; color: #9b916c; margin-bottom: 1px; }
.slider-testimonials .meta-author { font-size: 24px; }
.slider-testimonials .meta-position { font-size: 20px; line-height: 1; }

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.section-footer p {
	font-size: 13px;
	padding: 15px 0 50px;
	text-align: center;
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

.table {}

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Media Queries
\* ------------------------------------------------------------ */

@media screen and (min-width:1320px) {
	.shell {
		width: 900px;
	}
}

@media screen and (max-width:1024px) {
	body {
		min-width: 0; }
	.shell {
		width: 90%;  }
	.intro .shell {
		width: 90%;
	}
	.intro .intro-content {
		max-width: 62%;
	}
	.intro-image > img {
		width: 100%;
	}
}

@media screen and (min-width:600px) and (max-width:840px) {
	.intro .intro-content {
		max-width: 62%; }

	h1 {
		font-size: 45px; }

	.intro .intro-body p {
		font-size: 24px;
	}
}

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

	/* ------------------------------------------------------------ *\
		Header
	\* ------------------------------------------------------------ */

	.header {
		background-color: #fff;
		margin: auto;
		padding: 12px 0 8px;
		position: fixed;
		width: 100%;
	}

	.header .header-inner {
		margin: 2px 12px 0;
	}

	.header .logo {
		margin-left: 12px;
		height: 35px;
		width: 137px;
	}

	.header .nav {
		right: 0;
		width: 100%;
		padding: 0;
	}

	.nav a {
		padding: 10px;
	}

	/* ------------------------------------------------------------ *\
		Intro Section
	\* ------------------------------------------------------------ */

	.intro {
		padding-top: 55px;
	}

	.intro .intro-body {
		top: 50%;
	}

	.intro .intro-content {
		max-width: 56%;
	}

	h1 {
		font-size: 27px;
	}

	.intro .intro-body p {
		font-size: 17px;
	}

	.intro-image > img {
		float: right;
		margin-right: -35px;
		width: 635px;
	}

	/* ------------------------------------------------------------ *\
		Topic Slider
	\* ------------------------------------------------------------ */

	.slider-topics .slider-nav-items {
		margin: 0;
		overflow: hidden;
		padding: 20px 0 10px;
		text-align: center;
		width: 100%;
	}

	.slider-topics .slider-nav-item {
		padding: 0;
	}

	.slider-topics .slider-nav em {
		font-size: 15px;
		line-height: 1.2;
		padding: 0 10px;
	}

	.owl-item .slide-content img {
		margin: 0 20px 10px 0;
		width: 125px;
	}

	/* ------------------------------------------------------------ *\
		Testimonial Slider
	\* ------------------------------------------------------------ */

	.section-testimonials .section-body {
		padding-top: 20px;
	}
}

