@font-face {
	font-family: 'adele';
	src: url('../font/adele/adele.eot');
	src: url('../font/adele/adele.eot?#iefix') format('embedded-opentype'),
		 url('../font/adele/adele.woff') format('woff'),
		 url('../font/adele/adele.ttf') format('truetype'),
		 url('../font/adele/adele.svg#adele') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'angilla';
	src: url('../font/angilla/angilla.eot');
	src: url('../font/angilla/angilla.eot?#iefix') format('embedded-opentype'),
		 url('../font/angilla/angilla.woff') format('woff'),
		 url('../font/angilla/angilla.ttf') format('truetype'),
		 url('../font/angilla/angilla.svg#angilla') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'raleway';
	src: url('../font/raleway/raleway.eot');
	src: url('../font/raleway/raleway.eot?#iefix') format('embedded-opentype'),
		 url('../font/raleway/raleway.woff') format('woff'),
		 url('../font/raleway/raleway.ttf') format('truetype'),
		 url('../font/raleway/raleway.svg#raleway') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'impact';
	src: url('../font/impact/impact.eot');
	src: url('../font/impact/impact.eot?#iefix') format('embedded-opentype'),
		 url('../font/impact/impact.woff') format('woff'),
		 url('../font/impact/impact.ttf') format('truetype'),
		 url('../font/impact/impact.svg#impact') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'nexa';
	src: url('../font/nexa/nexa.eot');
	src: url('../font/nexa/nexa.eot?#iefix') format('embedded-opentype'),
		 url('../font/nexa/nexa.woff') format('woff'),
		 url('../font/nexa/nexa.ttf') format('truetype'),
		 url('../font/nexa/nexa.svg#nexa') format('svg');
	font-style: normal;
	font-weight: normal;
}

*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	min-height: 100%;
	font-size:62.5%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body{
	min-height: 100vh;
	/*background: #FFFBE8;*/
	background: url(../img/gbg4.jpg) fixed;
	background-size: cover;
	background-position: center center;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

p{
	margin: 0;
}



#wrap{
	min-height: 100vh;
	background: radial-gradient(ellipse at center, transparent 60%, rgba(0,0,0,.25));
}

#testbg {
    background: url(../img/test-2.png);
    position: fixed;
    height: 100%;
    width: 123px;
}

#wrap:after {
/* -moz-box-shadow: inset 0 0 10em #666;  
 -webkit-box-shadow: inset 0 0 10em #666;   
 box-shadow: inset 0 0 10em #666;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 2;
 content: "";*/
}

/*================================================================================================================*/
/*=================================================GENERAL========================================================*/
/*================================================================================================================*/

.site-content {
    /*padding-left: 248px;*/
    text-align: center;
    min-height: calc(100vh - 190px);
    /*background: wheat;*/
}

.webdetail .site-content{
	text-align: left;
}

.photomain .site-content {
    /*padding-left: 248px;*/
    text-align: center;
    min-height: calc(100vh - 122px);
    /*background: wheat;*/
}

h1.presentation-title {
	top: 0;
	right: 0;
	position: absolute;
    color: #555;
    font-family: adele;
    font-size: 5.5rem;
    font-weight: normal;
    line-height: 5.5rem;
    padding-right: 20px;
    text-align: right;
    text-transform: uppercase;
}

.photomain h1.presentation-title {
    color: #888;
}

.presentation {
    color: #bbb;
    margin: auto auto 20px;
    max-width: 620px;
    padding: 0 10px;
}

.presentation p {
    font-family: raleway;
    font-size: 1.5rem;
    margin: 0 0 10px;
    text-align: justify;
}







/*================================================================================================================*/
/*===================================================HOME=========================================================*/
/*================================================================================================================*/


.silouhette{
	display: block;
	margin: auto;
	max-height: calc(100vh - 130px) ;
}

#mainhome .bmenu{
    padding: 0px;
    margin: 0 0 10px 0;
    position: relative;
}


#wrap-home{
	width: 100%;
}

#mainhome nav.site-nav{
	clear: both;
}

#mainhome nav.site-nav ul{
	text-align: center;
}

#mainhome nav.site-nav ul li{
	list-style: none;
	display: inline-block;
	padding: 0 20px 20px 20px; 
	font-size: 50px;
}

#mainhome nav.site-nav ul li a{
	background: rgba(255,255,255,.1);
	box-shadow: 0 0 5px 5px rgba(255,255,255,.1);
	font-family: adele;
	font-size: 4rem;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    margin: auto;
    padding: 5px 10px 0;
    display: block;
    text-decoration: none;
    color: transparent;
	text-shadow: 0px 0px 2px #fff;
	letter-spacing: 1px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#mainhome nav.site-nav ul li a:hover{
	background: rgba(92,15,15,1);
	border-color: rgba(92,15,15,1);
	color: white;
	padding-bottom: 40px;
	text-decoration: underline;
	text-shadow: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


#mainhome .bmenu:hover li a{
	text-shadow: 0px 0px 6px #fff;
}

#mainhome{
	height: 100%;
	background: url(../img/pattern-bg.png);
}

#mainhome #head1{
	float: left;
	margin-top: 20px;
}

#mainhome #head2{
	float: right;
	width: 220px;
	margin-top: 20px;
}

#mainhome .mylocation{
	font-family: raleway;
	color: #222;
	font-style: italic;
	font-size: 1.2rem;
	padding-left: 20px;
}

#mainhome .myname{
	font-family: raleway;
	color: #666;
	font-style: italic;
	font-size: 3rem;
	text-align: center;
	padding-left: 20px;
}

#mainhome .mywork{
	font-family: raleway;
	color: white;
	font-size: 1.8rem;
	padding: 2px 0;
	text-align: right;
	font-style: italic;
	padding-right: 20px;
	background: rgba(92,15,15,1);
}

.about{
	clear: both;
}

.about h1{
	font-family: adele;
}

.about p{
	font-size: 1.4rem;
	font-family: raleway;
}



.site-pusher{
	/*min-height: calc(100% - 111px);*/
	padding-top: 140px;
	min-height: 100vh;
}

.photomain .site-pusher{
	padding-top: 120px;
}

.site-pusher.resume{
	padding-top: 0;
}

#portfoliomain.site-pusher{
	padding-top: 0;
}

#portfoliomain .site-content{
	background: url(../img/dots.png) no-repeat;
	background-size: contain;
	background-position: center center;
}

#portfoliomain .site-content {
    min-height: 100vh;
}




/*================================================================================================================*/
/*=============================================== PORTFOLIO ======================================================*/
/*================================================================================================================*/
.cat{
	text-align: center;
	max-width: 600px;
	margin: auto;
	left: 0;
	right: 0;
	height: 200px;
}

.cat a{
	display: inline-block;
	font-family: nexa;
	font-size: 4.4rem;
	width: calc(100% / 3);
	color: #ccc;
	font-variant: small-caps;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.cat a.regie{
	display: block;
	width: 198px;
	margin: auto;
	padding-top: 20px;
	margin-top: 20px;
	border-top: solid 1px #444;
}

/*.cat:before{
	content: url(../img/dots.png);
	position: absolute;
	left: 0;
	top: 20px;
	z-index: -1;
	max-width: 100vw;
}*/



#headermain{
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 2222;
}


#inline-heading.sticky {
	background: rgba(255,255,255,1);
	height: 45px;
	position: fixed;
	line-height: 4.5rem;
	top: 0;
	z-index: 4;
	right: 0;
	left: 0;
	box-shadow: 0 4px 2px rgba(0, 0, 0, 0.6);
	transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.sticky + .panel-default{
	padding-top: 26px;
}



#roundimg{
}

#roundimg{
	max-width: 500px;
	max-height: 100vh;
	text-align: left;

	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);

	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

#roundimg.roundish{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);

	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.roundlink:hover{
	color: white;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}










/*================================================================================================================*/
/*===================================================WEB==========================================================*/
/*================================================================================================================*/

/*======================CONTENT WEB=========================*/
.viewmain{
	max-width: 880px;
	margin: auto;
	overflow: hidden;
	border-top: solid 1px #444;
	border-left: solid 1px #444;
}

.view {
    width: calc(100% / 4);
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    border-bottom: solid 1px #444;
	border-right: solid 1px #444;
    background-clip: content-box;
}
.view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view img {
    max-width: 100%;
    display: block;
}

.view a {
    display: block;
}

.view h2 {
    text-transform: uppercase;
    color: #000;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    margin: 0 0 0 0;
    font-family: Oswald;
    font-style: normal;
}

.view h2:after {
	content: '';
	width: 80%;
	display: block;
	height: 1px;
    background: rgba(0, 0, 0, 0.3);
    margin: auto;
    position: relative;
    top: 8px;

}

.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.2rem;
    position: relative;
    color: #000;
    padding: 10px 20px 10px;
    text-align: center;
}

.view p:last-child {
    padding: 0px 20px 10px;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000;
    font-family: Oswald;
    font-style: normal;
    font-size: 1.7rem;
}
.view a.info:hover {
    box-shadow: 0 0 5px #000;
}

.view-first img {
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background: url("../projects/web/bgweb.jpg");
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
}
.view-first a.info{
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.view-first:hover img {
    transform: scale(1.1);
}
.view-first:hover .mask {
    opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p {
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    transition-delay: 0.2s;
}
















/*=========================================================================*/
/*=================================WEB DETAIL==============================*/
/*=========================================================================*/




#webproject{
	max-width: 920px;
	margin: auto;
}

.web-project-logo{
	margin: auto;
	margin-right: 10px;
}

/*#webproject h1{
	font-family: Oswald;
	font-size: 3.2rem;
	text-align: center;
	vertical-align: top;
	margin-left: 15px;
	color: #888;
}*/

.headdetail{
	margin-bottom: 20px;
}

#webproject h1{
	font-family: nexa;
	color: white;
	line-height: 6.9rem;
	font-size: 3.8rem;
	font-variant: small-caps;
}

/*#webproject h1{
	font-family: "nexa", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 3.8rem;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  line-height: 6.9rem;
}*/

h1.elegantshadow {
  color: #131313;
  /*background-color: #e7e5e4;*/
  letter-spacing: .15em;
  text-shadow: 1px -1px 0 #767676, -1px 2px 1px #737272, -2px 4px 1px #767474, -3px 6px 1px #787777, -4px 8px 1px #7b7a7a, -5px 10px 1px #7f7d7d, -6px 12px 1px #828181, -7px 14px 1px #868585, -8px 16px 1px #8b8a89, -9px 18px 1px #8f8e8d, -10px 20px 1px #949392, -11px 22px 1px #999897, -12px 24px 1px #9e9c9c, -13px 26px 1px #a3a1a1, -14px 28px 1px #a8a6a6, -15px 30px 1px #adabab, -16px 32px 1px #b2b1b0, -17px 34px 1px #b7b6b5, -18px 36px 1px #bcbbba, -19px 38px 1px #c1bfbf, -20px 40px 1px #c6c4c4, -21px 42px 1px #cbc9c8, -22px 44px 1px #cfcdcd, -23px 46px 1px #d4d2d1, -24px 48px 1px #d8d6d5, -25px 50px 1px #dbdad9, -26px 52px 1px #dfdddc, -27px 54px 1px #e2e0df, -28px 56px 1px #e4e3e2;
}

h1.deepshadow {
  color: #e0dfdc;
  /*background-color: #333;*/
  letter-spacing: .1em;
  text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);
}
h1.insetshadow {
  color: #202020;
  background-color: #2d2d2d;
  letter-spacing: .1em;
  text-shadow: -1px -1px 1px #111, 2px 2px 1px #363636;
}


#webproject h2{
	font-family: arial, sans-serif;
	font-size: 1.7rem;
	font-weight: normal;
	max-width: 660px;
	text-align: left;
	margin: auto;
}

#webproject .descriptionweb{
	text-align: center;
	background: rgba(255,255,255,.4);
	margin-top: 10px;
	padding: 10px 4px;
	box-shadow: 0 3px 3px #000 inset;
}

#webproject .descriptionweb p{
	font-family: arial, sans-serif;
	font-size: 1.3rem;
	font-weight: normal;
	text-align: justify;
	max-width: 660px;
	margin: auto;
	margin-bottom: 10px;
}

.headerwebdetail{
	padding: 10px 4px;
	background: rgba(80,15,15,.6);
}

.techinf{
	background: rgba(0,0,0,.4);
	color: #ccc;
	font-family: raleway;
	font-size: 1.4rem;
	padding: 0 4px;
}

.techinf p{
	display: inline-block;
	position: relative;
	margin: 4px 0;
	padding-left: 12px;
	margin-right: 14px;
}

.techinf p:before{
	content: '';
	position: absolute;
	background: white;
	height: 10px;
	width: 10px;
	left: 0;
	bottom: 4px;
}

.headerwebdetail img, .headerwebdetail h1{
	display: inline-block;
	vertical-align: middle;
}

#webproject .weblink{
	padding-left: 6px;
	position: relative;
}

#webproject .weblink:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 4px;
	height: 13px;
	margin: 3px 0;
	background: white;
}

.borderdot{
	border-bottom: dotted 1px #222;
	max-width: 460px;
	margin: auto;
}

.descriptionweb-bottom{
	max-width: 603px;
	margin: auto;
}



.responsive{
	float: right;
}

.capturemain{
	text-align: center;
}

.capture-block{
	text-align: center;
	margin-bottom: 20px;
	display: inline-block;
}

.capture-block img{
	/*max-width: 58%;*/
}

.capture-block img:last-child{
	/*float: right;
	max-width: 26%;*/
}


.webm, .webs{
	position: relative;
	display: inline-block;
}

.webs{
	max-width: 240px;
	padding-top: 7px;
	margin-left: 5px;
	margin-right: 5px;
}

.webm {
    width: 88px;
	padding: 24px 0 13px 0;
	margin-right: 5px;
	margin-left: 5px;
}

/*.webs:after{
	position: absolute;
	content: url(../img/responsive-screen.png);
	top: 0;
	left: 0;
}*/

.resscreen{
	position: absolute;
	top: 0
}

.resmob{
	position: absolute;
	top: 0
}

/*.webm:after{
	position: absolute;
	content: url(../img/responsive-mobile.png);
	top: 0;
	left: 0;
}*/

.webs img, .webm img {
    display: block;
    margin: auto;
    border-radius: 8px;
    max-width: 100%;
}


/*=========================================================================*/
/*====================================PRINT================================*/
/*=========================================================================*/


/*================COLLAPSE==============*/
#accordion{
	padding-top: 10px;
	position: relative;
	z-index: 2;
}
.collapse {display: none;}
.collapse.in {display: block;}
.collapsing {position: relative; height: 0; overflow: hidden; -webkit-transition: height .35s ease; -o-transition: height .35s ease; transition: height .35s ease;}
.panel-body {padding: 15px;}
.panel-footer {padding: 10px 15px; background-color: #f5f5f5;}
.panel-default > .panel-heading .badge {color: #f5f5f5; background-color: #333;}
.site-content .panel-default{text-align: left;}
.panel-primary > .panel-heading {color: #fff; background-color: #428bca;}
.panel-primary > .panel-heading .badge {color: #428bca; background-color: #fff;}
.panel-success > .panel-heading {color: #3c763d; background-color: #dff0d8;}
.panel-success > .panel-heading .badge {color: #dff0d8; background-color: #3c763d;}
.panel-info > .panel-heading {color: #31708f; background-color: #d9edf7;}
.panel-info > .panel-heading .badge {color: #d9edf7; background-color: #31708f;}
.panel-warning > .panel-heading {color: #8a6d3b; background-color: #fcf8e3;}
.panel-warning > .panel-heading .badge {color: #fcf8e3; background-color: #8a6d3b;}
.panel-danger > .panel-heading {color: #a94442; background-color: #f2dede;}
.panel-danger > .panel-heading .badge {color: #f2dede; background-color: #a94442;}

.panel-heading{
	display: inline-block;
}

#inline-heading{
	background: rgba(255,255,255,0);
	line-height: 2.6rem;
	z-index: 4;
	height: 26px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	/*background: url(../img/border-grunge.png) bottom repeat-x, url(../img/border-grunge2.png) top repeat-x;*/
}

#inline-heading .panel-heading img,
#inline-heading.sticky .panel-heading .panel-head-link.collapsed img{
	position: absolute;
	display: block;
	margin: auto;
	left: 0;
	right: 0;
	top: 34px;
	height: 0px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#inline-heading.sticky .panel-heading .panel-head-link img{
	height: 25px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


.panel-heading a.panel-head-link{
	display: block;
	line-height: 2.6rem;
	padding: 0 20px;
	position: relative;
}

.panel-heading a.panel-head-link .fa.fa-angle-down {
    position: absolute;
	font-size: 2rem !important;
	bottom: -8px;
	display: block;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 1;
}

.panel-heading a.panel-head-link.collapsed .fa.fa-angle-down,
#inline-heading.sticky .panel-heading .fa.fa-angle-down{
	display: none;
}


.panel-collapse{background-color: #d7d7d7;
	background-image: url(../img/coffee.png);
background-position: right -40px;
background-repeat: no-repeat;
	border-bottom: solid 1px #FFD700;}

.panel-title{
	font-family: adele;
	font-size: 1.6rem;
	font-weight: normal;
	font-variant: small-caps;
}

.panel-head-link{color: black; text-decoration: none;}
#accordion .maincat {margin: 0 10px; position: relative;}
.listall {padding: 20px 0;}
#accordion .maincat:before {/*box-shadow: 0 5px 6px rgba(0, 0, 0, 0.6); content: ""; height: 10px; left: 0; position: absolute; top: -10px; width: 100%; z-index: 1;*/}
.panel.panel-default{}

.item a{
	display: inline-block;
	width: calc(100% / 6);
	overflow: hidden;
}

.listmain{
	padding: 0 5px;
}

.listmain a img {
	max-width: 100%;
    padding: 5px;
}

i.fa-angle-double-down, i.fa-angle-double-up{
	font-size: 3rem;
}

.item{
	border-bottom: solid 1px #666;
	margin-bottom: 20px;
	padding: 0 0 10px 0;
	overflow: hidden;
	text-align: center;
}

.item h3{
	font-family: quicksand;
	font-size: 1.6rem;
	text-align: left;
	position: relative;
	padding-left: 22px;
}

.item h3:before{
	content: "";
	display: block;
	position: absolute;
	width: 19px;
	height: 19px;
	background: #E3C001;
	left: 0;
	top: 0;
}

#printmain{
	position: relative;
	height: calc(100% - 111px);
	max-width: 1000px;
	margin: auto;
	margin-top: 35px;
}



#stat-wrapper-1 {
    margin-left: 10px;
    transform: rotate(-1.5deg);
	-moz-transform: rotate(-1.5deg);
	-ms-transform: rotate(-1.5deg);
	-o-transform: rotate(-1.5deg);
	-webkit-transform: rotate(-1.5deg);
    z-index: 0;
    width: calc(100% - 25px);
    max-height: 200px;
    top: -25px;
}
#stat-wrapper-2 {
    margin-left: 20px;
    transform: rotate(1.5deg);
	-moz-transform: rotate(1.5deg);
	-ms-transform: rotate(1.5deg);
	-o-transform: rotate(1.5deg);
	-webkit-transform: rotate(1.5deg);
    z-index: 1;
    width: calc(100% - 25px);
    top:-20px;
    left: 0;
    right: 0;
    max-height: 200px;
    margin: auto;
}
#stat-wrapper-1, #stat-wrapper-2 {
    background-color: #d7d7d7;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    height: 100%;
	overflow:hidden;
    position: absolute;
	clear:left;
	margin-bottom:40px;
}

#stat-wrapper-3{
	position: absolute;
	left: 10px;
	right: 10px;
	margin: auto;
	height: 100%;
	z-index: 2;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: #d7d7d7;
	max-width: calc(100% - 8px);
	background-image:url(../img/coffee.png);
	background-position:top right;
	background-repeat:no-repeat;
}


.item.display2 a{
    width: calc(100% / 2);
}

.item.paulhac a {
    width: calc(100% / 3);
}


.item.divers a.large{
    width: calc(100%);
}

.item.display3 a {
    width: calc(100% / 3);
}

.item.mariage a {
    width: calc(100% / 2);
}









/*================================================================================================================*/
/*==================================================GLINCH========================================================*/
/*================================================================================================================*/

div.glinch {
  padding: 40px;
  font-size: 75px;
  font-family: 'calvin', cursive;
  text-align: center;
  font-variant: small-caps;
  text-shadow: 0 0 80px red,0 0 30px FireBrick,0 0 6px DarkRed;
  color: red;
}
div.glinch p { margin:0; }
#error:hover { text-shadow: 0 0 200px #ffffff,0 0 80px #008000,0 0 6px #0000ff; }
#code:hover { text-shadow: 0 0 100px red,0 0 40px FireBrick,0 0 8px DarkRed; }
#error {
  color: #fff;
  text-shadow: 0 0 80px #ffffff,0 0 30px #008000,0 0 6px #0000ff;
}
#error span {
  animation: upper 11s linear infinite;
}
#code span:nth-of-type(2) {
  animation: lower 10s linear infinite;
}
#code span:nth-of-type(1) {
  text-shadow: none;
  opacity:.4;
}
@keyframes upper {
  0%,19.999%,22%,62.999%,64%, 64.999%,70%,100% {
    opacity:.99; text-shadow: 0 0 80px #ffffff,0 0 30px #008000,0 0 6px #0000ff;
  }
  20%,21.999%,63%,63.999%,65%,69.999% {
    opacity:0.4; text-shadow: none; 
  }
}
@keyframes lower {
  0%,12%,18.999%,23%,31.999%,37%,44.999%,46%,49.999%,51%,58.999%,61%,68.999%,71%,85.999%,96%,100% {
    opacity:0.99; text-shadow: 0 0 80px red,0 0 30px FireBrick,0 0 6px DarkRed;
  }
  19%,22.99%,32%,36.999%,45%,45.999%,50%,50.99%,59%,60.999%,69%,70.999%,86%,95.999% { 
    opacity:0.4; text-shadow: none; 
  }
}



/*================================================================================================================*/
/*==================================================PHOTO=========================================================*/
/*================================================================================================================*/
body.photomain{
	background : url("../img/bg-drops.jpg") no-repeat fixed center center / cover;
}

li.slide {
    height: calc(100vh - 160px) ;
}

#container2, #slider {
    width: auto;
    margin: auto;
}

#container2 p{
	text-align: left;
	font-size: 1.4rem;
	color: #aaa;
	margin-bottom: 6px;
	font-family: raleway;
}

#slider, #slider img {
    display: block;
    margin: auto;
    max-height: 100vh;
    max-width: 100vw;
    vertical-align: middle;
}

#slider img{
	position: absolute;
	bottom: 0;
    right: 0;
    top: 0;
	left: 0;
	box-shadow: 0 0 0px 6px #000;
	max-height: calc(100% - 20px) ;
	max-width: calc(100% - 20px) ;
}

.toflink i{
	margin: 0 5px;
}

.toflink{
	text-decoration: none;
	font-family: raleway;
	font-size: 2rem;
	color: #ddd;
	font-weight: bold;
	text-decoration: underline;
}



/*================================================================================================================*/
/*================================================REGISSEUR=======================================================*/
/*================================================================================================================*/
.presentationreg{
	font-family: raleway;
	margin-bottom: 25px;
}

.presentationreg h1{
	font-size: 2rem;
	font-weight: bold;
}


.presentationreg h3{
	font-size: 1.2rem;
}

.violetteskills{
	background: rgba(255,255,255,.7);
	padding: 5px;
	border-top: dotted 2px #fff;
	border-bottom: dotted 2px #fff;
}

.presentationreg h1, .presentationreg h3{
	color: #ccc;
}

.presentationreg li.resumeskill{
	display: inline-block;
	font-size: 1.4rem;
	width: calc(100% / 3);
	margin-bottom: 0;
}

.presentationreg li.resumeexp{
	font-size: 1.4rem;
	line-height: 1.6rem!important;
	margin-bottom: 6px!important;
}

.presentationreg li{
	list-style-type: none;
}

.resumemainwrap .presentationreg li{
	list-style-type: square;
	line-height: 1.8rem;
	margin-bottom: 4px;
}

.cieall{
	font-family: raleway;
	font-size: 1.2rem;
	color: #aaa;
	padding: 0 6px 20px 6px;

}

.cieall h2{
	margin-bottom: 0px;
	text-decoration: underline;
}

li.cie-item{
	margin-bottom: 4px;
	list-style: none;
	display: inline-block;
}

.cie, .shows{
	vertical-align: middle;
	width: 140px;
}

.site-content .cie{
	/*width: 140px;*/
	text-align: left;
	position: relative;
	font-weight: bold;
	font-size: 1.4rem;
	margin-right: 5px;
}

.site-content .cieall ul{
	text-align: left;
}

.shows{
	text-align: left;
	position: relative;
}

/*.cie:before{
	content: "/";
	position: absolute;
	left: -10px;
	top: 0;
}

.cie:after{
	content: ":";
	position: absolute;
	right: -5px;
	top: 0;
}*/

#enfants, #adultes{
	padding-bottom: 20px;
}



.row {
    margin-right: 0;
    margin-left: 0;
}

h1{
	margin: 0;
	font-weight: inherit;
	line-height: inherit;
	font-size: inherit;
}











.glitch {
	font-family: raleway;
  color: white;
  font-size: 1.5rem;
  position: relative;
  width: 400px;
  margin: 0 auto;
}

@keyframes noise-anim {
  0% {
    clip: rect(16px, 9999px, 23px, 0);
  }
  5% {
    clip: rect(62px, 9999px, 50px, 0);
  }
  10% {
    clip: rect(79px, 9999px, 47px, 0);
  }
  15% {
    clip: rect(100px, 9999px, 91px, 0);
  }
  20% {
    clip: rect(97px, 9999px, 16px, 0);
  }
  25% {
    clip: rect(95px, 9999px, 38px, 0);
  }
  30% {
    clip: rect(79px, 9999px, 30px, 0);
  }
  35% {
    clip: rect(47px, 9999px, 35px, 0);
  }
  40% {
    clip: rect(71px, 9999px, 43px, 0);
  }
  45% {
    clip: rect(55px, 9999px, 11px, 0);
  }
  50% {
    clip: rect(97px, 9999px, 80px, 0);
  }
  55% {
    clip: rect(58px, 9999px, 18px, 0);
  }
  60% {
    clip: rect(83px, 9999px, 62px, 0);
  }
  65% {
    clip: rect(51px, 9999px, 14px, 0);
  }
  70% {
    clip: rect(85px, 9999px, 15px, 0);
  }
  75% {
    clip: rect(99px, 9999px, 92px, 0);
  }
  80% {
    clip: rect(66px, 9999px, 56px, 0);
  }
  85% {
    clip: rect(86px, 9999px, 91px, 0);
  }
  90% {
    clip: rect(64px, 9999px, 70px, 0);
  }
  95% {
    clip: rect(87px, 9999px, 94px, 0);
  }
  100% {
    clip: rect(26px, 9999px, 61px, 0);
  }
}
.glitch:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  color: white;
  background: none;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(93px, 9999px, 98px, 0);
  }
  5% {
    clip: rect(41px, 9999px, 99px, 0);
  }
  10% {
    clip: rect(95px, 9999px, 35px, 0);
  }
  15% {
    clip: rect(35px, 9999px, 83px, 0);
  }
  20% {
    clip: rect(72px, 9999px, 38px, 0);
  }
  25% {
    clip: rect(30px, 9999px, 10px, 0);
  }
  30% {
    clip: rect(35px, 9999px, 4px, 0);
  }
  35% {
    clip: rect(80px, 9999px, 48px, 0);
  }
  40% {
    clip: rect(11px, 9999px, 45px, 0);
  }
  45% {
    clip: rect(96px, 9999px, 46px, 0);
  }
  50% {
    clip: rect(49px, 9999px, 99px, 0);
  }
  55% {
    clip: rect(72px, 9999px, 62px, 0);
  }
  60% {
    clip: rect(83px, 9999px, 16px, 0);
  }
  65% {
    clip: rect(82px, 9999px, 71px, 0);
  }
  70% {
    clip: rect(92px, 9999px, 20px, 0);
  }
  75% {
    clip: rect(53px, 9999px, 27px, 0);
  }
  80% {
    clip: rect(10px, 9999px, 63px, 0);
  }
  85% {
    clip: rect(49px, 9999px, 14px, 0);
  }
  90% {
    clip: rect(51px, 9999px, 31px, 0);
  }
  95% {
    clip: rect(67px, 9999px, 44px, 0);
  }
  100% {
    clip: rect(56px, 9999px, 38px, 0);
  }
}
.glitch:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  color: white;
  background: none;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}











/*================================================================================================================*/
/*=================================================CONTACT========================================================*/
/*================================================================================================================*/

/*////////////////////////////////////////////////// FORM ////////////////////////////////////////////////////////*/
.contact{
	max-width: 550px;
	margin: auto;
	position: relative;
}

.emptyerror{
	font-family: raleway;
	color: white;
	line-height: 2.6rem;
	background: rgba(139, 0, 0, .8);
	font-size: 1.4rem;
	position: absolute;
	top: -34px;
	left: 40px;
	display: block;
	width: calc(100% - 127px);
	box-shadow: 0px 4px 3px #777;
	border-radius: 2px;
}

.silouhettecontact{
	height: 223px;
}

#contactform{
	width: calc(100% - 87px);
	margin: auto;
	overflow: hidden;
	float: left;
}

/*#contactform input[type="text"], #contactform input[type="email"], #contactform textarea{
    background: rgba(255,255,255, .7);
    border: medium none;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.2);
    color: #222;
    display: block;
    font-family: raleway;
    font-size: 1.4rem;
    margin: 0 0 6px;
    padding: 2px 5px;
    width: 100%;
}*/

#contactform input[type="text"], #contactform input[type="email"], #contactform textarea{
    color: #222;
    font-family: raleway;
    line-height: 1.7rem;
}

::placeholder{
	color: #222;
    font-style: italic;
}

/*#contactform input[type="text"], #contactform input[type="email"]{
	height: 30px;
}*/

#contactform textarea{
	resize: vertical;
}

/*#contactform .inputfield{
	position: relative;
	padding-left: 40px;
	overflow: hidden;
}*/

#contactform .contactform-addon{
	position: absolute;
	left: 0;
	width: 40px;
	text-align: center;
	color: #F8AE45;
	padding-right: 5px;
}

#contactform .ccform-addon .fa-2x {
    font-size: 3.2em;
}

#contactform .contactform-addon .fa-4x{
	font-size: 3.2rem;
}

#contactform .contactform-addon .fa-3x{
	font-size: 2.8rem;
}

#contactform .contactformbtn {
    background: none repeat scroll 0 0 #f8ae45;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: right;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}

#contactform input[type="submit"]{
	border-radius: 0;
	-webkit-appearance: none;
}

.sentmail{
	font-family: raleway;
	font-size: 2.4rem;
	color: #222;
}





.break:after{
	content: 'NO BREAK';
	background: yellow none repeat scroll 0 0;
    color: black;
    display: block;
    height: 50px;
    margin: auto;
    position: fixed;
    right: 6px;
    bottom: 6px;
    width: 250px;
    z-index: 10000;
    text-align: center;
    border-radius: 6px;
    font-size: 3.5rem;
    font-family: quicksand;
    box-shadow: 4px 4px 4px #222;
}






/*========================================================================*/
/*============================RESPONSIVE==================================*/
/*========================================================================*/
@media (max-width: 1900px) {
	.break:after{
		content: 'BREAK 1900';
	}
}

@media (max-width: 1180px) {
	.break:after{
		content: 'BREAK 1180';
	}

	.site-content {
	    /*padding-left: 40px;*/
	}	
}

@media (max-width: 995px) {
	.break:after{
		content: 'BREAK 995';
	}
}

@media (max-width: 850px) {
	.break:after{
		content: 'BREAK 850';
	}

	.item.paulhac a {
	    width: calc(100% / 2);
	}
}


@media (max-width: 750px) {
	.break:after{
		content: 'BREAK 750';
	}

	.site-pusher{
		padding-top: 68px;
	}

	#inline-heading.sticky {
	    left: 40px;
	}

	#headermain{
		top: 0;
	}

	.item a{
		width: calc(100% / 5);
	}

	#testbg {
	    background: none;
	}

	li.slide {
	    height: calc(100vh - 138px);
	}
}

@media (max-width: 720px) {
	.break:after{
		content: 'BREAK 720';
	}

	#mainhome nav.site-nav ul li{
		width: 100%;
	}

	#wrap-home{
		left: 0;
		right: 0;
	}

	#mainhome nav.site-nav ul li{
		padding: 0;
		display: block;
	}

	#mainhome nav.site-nav ul li:first-child a{
		border-top: 1px solid #bbb;
	}

	#mainhome nav.site-nav ul li a{
		border-bottom: 1px solid #bbb;
		border-top: none;
		padding-top: 22px;
		padding-bottom: 19px;
		box-shadow: none;
	}

	#mainhome nav.site-nav ul li a:hover{
		padding-bottom: 19px;
		text-decoration: none;
		border-color: #bbb;
		background: rgba(80,15,15,.6);
	}
}

@media (max-width: 700px) {
	.break:after{
		content: 'BREAK 700';
	}

	.view {
    	width: calc(100% / 3);
	}
}

@media (max-width: 650px) {
	.break:after{
		content: 'BREAK 650';
	}
}

@media (max-width: 600px) {
	.break:after{
		content: 'BREAK 600';
	}

	.item a{
		width: calc(100% / 4);
	}

	#webproject h1{
		line-height: 5rem;
		font-size: 3rem;
	}

	.web-project-logo{
		max-width: 50px;
	}
}

@media (max-width: 550px) {
	.break:after{
		content: 'BREAK 550';
	}

	.item.display2 a {
	    width: calc(100%);
	}

	.presentationreg li{
		width: calc(100% / 2);
	}
}

@media (max-width: 490px) {
	.break:after{
		content: 'BREAK 490';
	}

	.view {
		width: calc(100% / 2);
	}
}

@media (max-width: 460px) {
	.break:after{
		content: 'BREAK 460';
	}

	.item.display3 a {
	    width: calc(100% / 2);
	}

	.item.mariage a{
		width: 100%;
	}

	#mainhome .site-header{
		float: right;
	}

	#mainhome #head1{
		float: none;
		margin-top: 0px;
	}

	#mainhome #head2{
		margin-top: 0px;
	}

	#mainhome .mylocation{
		padding-right: 20px;
		text-align: right;
	}

	#mainhome .myname{
		padding-right: 20px;
	}

	#webproject h1{
		line-height: 5rem;
		font-size: 2.2rem;
	}

	.web-project-logo{
		max-width: 50px;
	}
}

@media (max-width: 450px) {
	.break:after{
		content: 'BREAK 450';
	}
	.site-content {
	    padding-left: 0;
	}

	#inline-heading.sticky {
	    left: 0;
	}

	h1.presentation-title{
		font-size: 4rem;
	}

	#accordion .maincat {
	    margin: 0 5px;
	}

	#stat-wrapper-1 {
		margin-bottom: 0;
	    margin-left: 0px;
	    width: inherit;
	    left: 5px;
	    right: 7px;
	    max-height: 65px;

	}

	#stat-wrapper-2 {
	    margin-left: 0px;
	    margin-bottom: 0;
	    width: inherit;
	    left: 7px;
	    right: 5px;
	    max-height: 65px;
	}

	#stat-wrapper-3 {
	    position: absolute;
	    width: inherit;
	    left: 5px;
	    right: 5px;
	}

	.item.paulhac a {
	    width: calc(100%);
	}

	#testbg {
	    background: url(../img/test-2.png);
	    z-index: 0;
	}

	.cat a {
	    font-size: 3rem;
	}
}

@media (max-width: 390px) {
	.break:after{
		content: 'BREAK 390';
	}

	.panel-heading a.panel-head-link {
	    padding: 0 8px;
	}

	.item a{
		width: calc(100% / 3);
	}

	.silouhettecontact {
	    height: 103px;
	}

	#contactform {
	    width: calc(100% - 34px);
	}

	.emptyerror {
	    top: -28px;
	    width: calc(100% - 74px);
	}

	.webs{
		max-width: 225px;
	}

	.webm{
		max-width: 82px;
	}

	.webm, .webs {
	    margin-right: 2px;
	    margin-left: 2px;
	}

}

@media (max-width: 360px) {
	.break:after{
		content: 'BREAK 360';
	}
}