/* ANIMATION */
@keyframes bounceIn {
  0% {
    opacity: 1;
    transform: scale(.3);
  } 

  50% {
    opacity: 1;
    transform: scale(1.05);
  } 

  70% {
    opacity: 1;
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* CSS GLOBAL */
*{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-font-smoothing: antialiased;
}
html, body{
   margin: 0px;
   padding: 0px;
   background: #f4f4f4;
   z-index: 0;
   font-family: "Anonymous Pro", Courier, monospace;
}

#menu .submenu .menu-mobile{
display:none;
}

#lines{
display:none;
}

.notFoundPage{
	padding-top: 300px;
    padding-bottom: 200px;
    text-align: center;
}

.notFoundPage p{
	font-size: 14px;
	color: grey;
}

.notFoundPage p a{
	color: #000;
	text-decoration: underline;
}

.notFoundPage h1{
    font-size: 22px;
    color: #000;
}

/* MENU */

#menu{
	width: 100%;
	background: #FFF;
	position: fixed;
	z-index: 9999;
	border-bottom: 1px solid #eeeeee;
	top:0;
}

#menu .submenu{
	width: 94%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	padding: 40px 20px 60px 20px;
}

#menu .submenu .logo{
	float: left;
	animation: bounceIn 0.6s;
    transform: rotate(0deg) scale(1) translateZ(0);
    transition: all 0.4s cubic-bezier(.8,1.8,.75,.75);
}

#menu .submenu .logo img{
	display: block;
	width: 238px;
}

#menu .submenu .logo a,
#menu .submenu .logo a:hover{
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

#menu .submenu .menulink{
	float: right;
}

#menu .submenu .menulink a{
	color: #000;
	text-decoration: none;
        font-weight: bold;
	font-size: 18px;
	margin-left: 11px;
	padding: 5px;
}

#menu .submenu .menulink a:hover{
    text-decoration: underline;
}

#menu .submenu .menulink a.active{
    background-color: #212026;
    color: #FFF;
    padding: 5px;
}

#menu .submenu .menulink a.active{
    cursor: default;
    text-decoration: none;
}

.fadeInBlock {
    opacity:0;
}

/* FOOTER */
#footer{
	background: #212026;
	width: 100%;
	z-index: 2
}

#footer .row1{
	color: #fff;
	font-size: 14px;
	width: 100%;
	text-align: center;
	padding-top: 30px;
}

#footer .row1 a{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 14px;
}

#footer .row1 a:hover{
	text-decoration: underline;
}

#footer .row1 a:first-child { 
    margin-left: 0;
}

#footer .row2{
	width: 100%;
	text-align: center;
	padding: 30px 0px 70px 0px;
}

#footer .row2 img{
	width: 34px;
}

#footer .row3{
	width: 100%;
	text-align: center;
	padding: 0px 0px 30px 0px;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
}

/* PORTFOLIO */
#portfolio{
	width: 100%;
	position: relative;
	background: #fff;
}

#portfolio h2{
    color: #000;
    font-size: 27px;
    font-weight: normal;
    padding: 100px 0px 0px 0px;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}

#portfolio .wrap {
	padding: 0 40px;
	margin: 0 auto;
	overflow: hidden;
	max-width: 1200px;
    padding-bottom: 40px;
    padding-top: 20px;
}

#portfolio .inner {
    width: 100%;
	margin: 0 auto;
	overflow: hidden;
    box-sizing: border-box;
}

#portfolio .twocol {
    text-align: center;
    float: left;
    width: 49%;
    margin-left: 1%;
    margin-right: 0;
    box-sizing: border-box;
}

#portfolio .threecol {
    text-align: center;
    float: left;
    width: 32%;
    margin-left: 1%;
    margin-right: 0;
    box-sizing: border-box;
}

#portfolio .fourcol {
    text-align: center;
    float: left;
    width: 24%;
    margin-left: 1%;
    margin-right: 0;
    box-sizing: border-box;
}

#portfolio .twocol:first-child, #portfolio .threecol:first-child, #portfolio .fourcol:first-child { 
    margin-left: 0;
}

#portfolio .twocol p a, #portfolio .threecol p a, #portfolio .fourcol p a{
	text-decoration: none;
	color: #000;
	font-size: 16px;
	cursor: default;
}

#portfolio .twocol p a:hover, #portfolio .threecol p a:hover, #portfolio .fourcol p a:hover{
	text-decoration: none;
	cursor: default;
}

#portfolio .twocol .block p, #portfolio .threecol .block p, #portfolio .fourcol .block p{
	margin-top: 0px;
	margin-bottom: 1px;
	font-size: 20px;
}


a.linkfooter{
	color: #FFF;
	text-decoration: none;
}

a.linkfooter:hover{
	color: #FFF;
	text-decoration: underline;
}

#cookieChoiceInfo {
	border-top: 1px solid #212026;
}

#cookieChoiceInfo a{
	color: #000;
	text-decoration: underline;
}

#cookieChoiceInfo .contentStyle{
	width: 90%;
    position: relative;
    margin: 0 auto;
}

#intro{
	background: #f4f4f4;
	width: 100%;
	position: fixed;
	z-index: 1;
}

#intro .centered-text{
	width: 66%;
	margin: 0 auto;
	position: relative;
	color: #a1a3a6;
	text-transform: uppercase;
	font-size: 24px;
	padding: 230px 0px 100px 0px;
	max-width: 650px;
	text-align: center;
}

.container{
	position: relative;
	margin: 0 auto;
	z-index: 2;
}