/* 
	Table of Contents
	update on Tue Feb 09 2016 09:09:06 GMT+0200 (FLE Standard Time)

	     01. Grid -------------------------------------
	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	     02. Content ----------------------------------
	     03. Footer -----------------------------------
	     04. Header -----------------------------------
	     05. Main -------------------------------------
	     06. Shell ------------------------------------
	     07. Sidebar ----------------------------------
	     08. Wrapper ----------------------------------
	     09. Wrapper Yellow ---------------------------
	III. Modules --------------------------------------
	     01. Article ----------------------------------
	     02. Article Primary --------------------------
	     03. Button -----------------------------------
	         Button Block -----------------------------
	     04. Form Elements ----------------------------
	     05. Form -------------------------------------
	     06. Links ------------------------------------
	         Link Top ---------------------------------
	         Link Back --------------------------------
	     07. List -------------------------------------
	     08. Logo -------------------------------------
	     09. Nav --------------------------------------
	     10. Projects ---------------------------------
	     11. Section Error ----------------------------
	     12. Section project --------------------------
	     13. Section About ----------------------------
	     14. Slider -----------------------------------
	     15. Table ------------------------------------
	     16. Widget -----------------------------------
 */

/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */

.cols { margin: 0 -8px; }
.cols:after { content: ''; line-height: 0; display: table; clear: both; }
.col { float: left; min-height: 1px; }
.col-1of2 { width: 50%; padding: 8px 8px 0px; }

@media(max-width: 767px){
	.col { float: none; width: 100%; }
	.col ~ .col { margin-top: 15px; }
}

.ico-arrow-back { background-image: url(../css/images/sprite.png); background-position: 0 0; width: 11px; height: 12px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-arrow-top { background-image: url(../css/images/sprite.png); background-position: -15px 0; width: 12px; height: 11px; display: inline-block; vertical-align: middle; font-size: 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.ico-arrow-back { background-image: url(../css/images/sprite.@2x.png); background-position: 0 0; background-size: 25px 12px; width: 11px; height: 12px; display: inline-block; vertical-align: middle; font-size: 0; }
	.ico-arrow-top { background-image: url(../css/images/sprite.@2x.png); background-position: -13px 0; background-size: 25px 12px; width: 12px; height: 11px; display: inline-block; vertical-align: middle; font-size: 0; }
}

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

/* ------------------------------------------------------------ *\
	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: normal; }

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: 320px; background: #FBFBFB; font-family: 'Stevie Sans', sans-serif; font-size: 20px; line-height: 1.5; color: #000; font-weight: 300; }

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

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

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

h1 { font-size: 26px; font-weight: 300; line-height: 1.26; }
h2 { font-size: 26px; font-weight: 300; line-height: 1.26; }
h3 { font-size: 26px; font-weight: 300; line-height: 1.26; }
h4 { font-size: ; }
h5 { font-size: ; }
h6 { font-size: ; }

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

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; }

@media (max-width: 767px) {
	body { font-size: 13px; }
	h1 { font-size: 20px; }
	h2 { font-size: 20px; }
	h3 { font-size: 20px; }
}

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

/* ------------------------------------------------------------ *\
	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; }

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

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

.container {}

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

.content {}

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

.footer { padding-bottom: 20px; position: absolute; bottom: 0; left: 0; width: 100%; }
.footer:after { }

.footer .copyright { float: right; font-size: 20px; color: #b3b3b3; }

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

.header { padding: 36px 0 34px; }
.header:after { }

@media (max-width: 767px) {
	.header { padding: 5px 0 20px;  }
}

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

.main {}

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

.shell { max-width: 1400px; margin: auto; }

@media (max-width: 1440px) {
	.shell { padding: 0 10px; }
}

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

.sidebar {}

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

.wrapper { min-height: 100%; position: relative; padding-bottom: 60px; overflow: hidden; }

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

.wrapper-yellow { background: #FBFBFB; }
.wrapper-yellow .footer .copyright { color: #000; }

.wrapper-yellow .nav .current a,
.wrapper-yellow .nav a:hover { border-bottom-color: #fff; }

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

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

.article a { text-decoration: none; }
.article a:hover { text-decoration: underline; }

/* ------------------------------------------------------------ *\
	Article Primary
\* ------------------------------------------------------------ */

.article-primary { padding-right: 70px; }

@media (max-width: 1023px) {
	.article-primary { padding-right: 30px; }
}

/* ------------------------------------------------------------ *\
	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 {}

/* ------------------------------------------------------------ *\
	Links
\* ------------------------------------------------------------ */

/*  Link Top  */

.link-top { font-size: 20px; letter-spacing: 0.01em; text-decoration: none; position: relative; padding-left: 20px; float: left; border-bottom: 2px solid transparent; transition: border .3s; }
.link-top:before { content: ''; background-image: url(../css/images/sprite.png); background-position: -15px 0; width: 12px; height: 11px; display: inline-block; vertical-align: middle; position: absolute; top: 10px; left: 0; }
.link-top:hover { border-bottom-color: #fff24a; }

/*  Link Back  */

.link-back { font-size: 20px; letter-spacing: 0.01em; text-decoration: none; position: relative; padding-left: 20px; float: left; border-bottom: 2px solid transparent; transition: border .3s; }
.link-back:before { content: ''; background-image: url(../css/images/sprite.png); background-position: 0 0; width: 11px; height: 12px; display: inline-block; vertical-align: middle; position: absolute; top: 10px; left: 0; }
.link-back:hover { border-bottom-color: #fff24a; }

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

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

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

.logo h2 { font-weight:100; float: left; text-decoration: none; }

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

.nav { float: right; }
.nav li { display: inline-block; }
.nav li ~ li:before { content: '/'; font-size: 20px; margin: 0 5px; }
.nav a { font-size: 20px; text-decoration: none; border-bottom: 2px solid transparent; transition: border .3s; }

.nav .current a,
.nav a:hover { border-bottom-color: #fff24a; }

/* ------------------------------------------------------------ *\
	Projects
\* ------------------------------------------------------------ */

.projects { margin: 0 -16px 0 0; list-style: none; }
.projects:after { }
.project { width: 49.5%; float: left; padding: 0 8px 28.107%; margin-bottom: 8px; position: relative; overflow: hidden; }

.project a { display: block; }
.project a:before { content: ''; width: 100%; height: 100%; background-color: #192529; position: absolute; left: 0px; top: 0; z-index: 98; opacity: 0; transition: opacity .3s; }
.project a:hover:before { opacity: 1; }
.project a:hover .project-overlay { opacity: 1; }
.project a:hover .project-overlay h3 { padding-top: 0; color:white}

.projects+.section-image { margin-top: -10px }

.project-large { padding-bottom: 56.8%; }

.project-overlay { display: block; width: 100%; text-align: center; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 99; opacity: 0; transition: opacity .3s, top .3s; padding: 0 10px; }
.project-overlay h3 { padding-top: 10px; transition: padding .3s; color:white}
.project-image { position: absolute; height: auto; width: auto; top: 0; left: 0; bottom: 9px; right: 16px; }


@media (max-width: 767px) {
	.project { width: 100%; float: none; margin-bottom: 8px; padding: 0 8px 51.107%; }
	.project img { width: 100%; }
	.project a:before { height: 110%; }
	.logo h2 {font-size: 20px;}
	.project-large { padding-bottom: 112%; }
}

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

.section-error { font-size: 26px; padding: 30px 0; }

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

.section-project .section-video { position: relative; padding-bottom: 56.25%; height: 0; }
.section-project .section-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.section-project .cols,
.section-project .section-video,
.section-project .section-image { margin-bottom: 20px; }

.section-project .projects { margin-bottom: 10px; }

@media (max-width: 767px) {
	.section-project .section-video a:before { -webkit-transform: translate(-50%, -50%) scale(.5); -ms-transform: translate(-50%, -50%) scale(.5); transform: translate(-50%, -50%) scale(.5); }
	
}

@media (max-width: 1100px) {
	.section-project h2,
	.section-project p { font-size: 16px; letter-spacing: 0.03em; }
	.project-overlay h3 {font-size: 20px; }
}

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

.section-about h2,
.section-about p { font-size: 26px; line-height: 1.42;  }

@media (max-width: 1100px) {
	.section-about h2,
	.section-about p { font-size: 22px; }
}

@media (max-width: 767px) {
	.section-about h2,
	.section-about p { font-size: 18px; letter-spacing: 0.02em; }
}

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

.slider {}

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

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

.table {}

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

.widgets { list-style: none outside none; }
.logo {font-size: 20px;!important}
.about {text-align: center;}