@charset "utf-8";

/* CSS Document */



/*-------------------------------------*/

/*	Menu Items						   */

/*-------------------------------------*/





div#menu {

	display: block;
	width: 0px;
	height:34px;
	background-color: #0e0512;	
	margin-left: -30px;
	margin-top: 69px;
	position: absolute;
	z-index: 999;

}



.delay2 {

	 opacity: 1;
	-webkit-animation: fadeIn .3s;
    animation: fadeIn .3s;	
}



.delay3 {

	 opacity: 1;
	-webkit-animation: fadeIn .5s;
    animation: fadeIn .5s;	
}


.s-text1 {
	position: absolute;	
	left:230px;
}


.s-text3 {

	font-family: 'Oswald', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fdf3a3;
    font-size: 14px;
    font-weight:400;
    text-transform:uppercase;
    letter-spacing: 1px;
    line-height: 30px;
    text-align:left;
	padding-left: 15px;
	/*padding-top: 5px;*/
	/*trans: widthGrow 1.5s;*/
}



.sub-menu {
	/*position: relative;*/
	width: 0px;
	height:40px;
	margin-left: -30px;
	background-color: #3b1540 !important;
	margin-top: 103px;
	position: absolute;
	z-index: 98;
	/*opacity: 1;
	-webkit-animation: fadeIn .3s;
    animation: fadeIn .3s;*/
}

.s-text3-sub {
	font-family:  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fdf3a3;
    font-size: 12px;
    font-weight:400;
    text-transform:uppercase;
    letter-spacing: 1px;
    line-height: 30px;
    text-align:left;
	padding: 3px 15px;
	margin-top: 0px;
	opacity: 1;
	-webkit-animation: fadeIn 2.2s;
    animation: fadeIn 2.2s;	
}


#logo {

	background-color: #0e0512;
	width:230px;
	height: 80px;
	float:left; 
	margin-top:-35px;
	margin-left:-30px;
	padding-bottom: 4px;
	padding-top: 20px; 
	border-bottom: 0.5px solid #0e0512;
	position: absolute;
	z-index: 995;
	/*margin-left: 600px;*/	
}


#logo img {
	margin-left:30px;	
}


.logodelay {
	opacity: 1;
    -webkit-animation: fadeInAlt 1.5s;
    animation: fadeInAlt 1.5s;
	}





/*-------------------------------------*/

/*	Links      					   */

/*-------------------------------------*/	

	

.s-text3 a {

	display: block;

	padding: 6px 10px;

	float: left;

	

}



.s-text3 a:hover {

	background-color: #3b1540;

}



.s-text3-sub a {

	display: block;

	padding: 4px 10px;

	float: left;

	margin-top:-3px;

}



.s-text3-sub a:hover {

	background-color: #0e0512;

	border-bottom: 2px solid #0e0512;

}

	

/*-------------------------------------*/

/*	Footer      					   */

/*-------------------------------------*/



.footer {

	position: relative;

    bottom: 0px !important;

    width: 100%;

	min-height:60px;

	background-color: #0e0512 !important;	

	font-family:  Arial, "Helvetica Neue", Helvetica, Gotham, sans-serif;

    color: #fdf3a3;

    font-size: 14px;

    font-weight:400;

    text-transform:normal;

    letter-spacing: normal;

    line-height: 30px;

    text-align:left;

	margin-left: -30px;

	margin-top: 5px;

	padding-left: 0px;

	padding-right: 30px;

	padding-top: 10px;

}



.footer {

	opacity: 1;

    -webkit-animation: fadeInAlt 2.5s;

    animation: fadeInAlt 2.5s;	

}



.footerlogo {

	display: block;

	float: left;

	margin-left:30px;

	width:100px;	

}



p.copy {

	font-family:  Arial, "Helvetica Neue", Helvetica, Gotham, sans-serif;

    color: #fdf3a3;

    font-size: 11px;

    font-weight:400;

    text-transform:normal;

    letter-spacing: normal;

	/*margin-top: -5px;*/

}



.footermenu {

	padding-left:140px;	

	display:block;

	max-width: 800px;

	width:80%;

	margin: 0 auto !important;

}



.footermenu a {

	display: block;

	padding: 3px 6px;

	float: left;

	

}



.footermenu a:hover {

	background-color: #3b1540;

}

/*-------------------------------------*/

/*	Folded Corner					   */

/*-------------------------------------*/

#menuend {

  position: absolute;
  margin-bottom: 0px;
  padding: 5px;
  background: #503154 url(../images/bg-fil.jpg) repeat;
  margin-top: 69px;
  margin-left:423px;
  width:20px;
  opacity: 1;
  -webkit-animation: fadeIn 1.13s;
  animation: fadeIn 1.13s

}

#menuend:last-child {
  margin-bottom: 0;
}

#menuend:before, #menuend:after {
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  content: "";
}

#menuend:before {

  border-top: solid 20px url(images/bg-fil.jpg);

  border-right: solid 20px url(images/bg-fil.jpg);

  border-left: solid 20px transparent;

  border-bottom: solid 20px transparent;

}

#menuend:after {

  border-bottom: solid 17px #0e0512;

  border-left: solid 17px #0e0512;

  border-right: solid 17px transparent;

  border-top: solid 17px transparent;

}



#menuend2 {

  position: absolute;

  margin-bottom: 0px;

  padding: 5px;

  background: #503154 url(../images/bg-fil.jpg) repeat;

  margin-top: 103px;

  margin-left:680px;

  width:20px;

  opacity: 1;

  -webkit-animation: fadeIn 1.65s;

  animation: fadeIn 1.65s

}

#menuend2:last-child {

  margin-bottom: 0;

}

#menuend2:before, #menuend2:after {

  display: block;

  position: absolute;

  width: 0px;

  height: 0px;

  top: 0;

  right: 0;

  content: "";

}

#menuend2:before {

  border-top: solid 20px transparent;

  border-right: solid 20px transparent;

  border-left: solid 20px transparent;

  border-bottom: solid 20px transparent;

}

#menuend2:after {

  border-bottom: solid 20px #3b1540;

  border-left: solid 20px #3b1540;

  border-right: solid 20px transparent;

  border-top: solid 20px transparent;

}



/*-------------------------------------*/

/*	Content Items					   */

/*-------------------------------------*/

div#content {

	width: 100%;
	max-width: 920px;
	margin: 0 auto;	
	padding-top:20px;
	 opacity: 1;
    -webkit-animation: fadeIn 2.5s;
    animation: fadeIn 2.5s;
	margin-bottom: 80px;
}

.clearContent {
	height: 150px !important;
	display: block;
}

p {

	font-family: Arial, "Helvetica Neue", Helvetica, Gotham, sans-serif;

	letter-spacing: normal;}

	

.holder {

	background-color: #fff;

	/*height: 80vh;*/

	margin-top: 30px !important;

	padding-bottom: 30px;

}



.wrapper {

	margin-left:auto;

	margin-right: auto;

	display: block;

	width:90%;

}



.holder p {

	padding: 0px 20px;

	font-family: Arial, "Helvetica Neue", Helvetica, Gotham, sans-serif;

	letter-spacing: normal;

}



.holder h3 {

	display: block;

	padding: 10px 0px 10px 10px;

	width: 99%;

	background-color: #095655;	

	font-family: 'Oswald', sans-serif;

 	color: #fdf3a3;

  	font-size: 18px; 

}



.img {

	margin: 0 auto !important;

	display: blobk;

	/*float: left;*/

	padding: 30px 0px 0px 30px;

	vertical-align: top;

	width: 100%;

	max-width: 900px;

}



.prop, .email, .ads {

	max-width: 360px !important;	

}



.smer {

	max-width: 242px !important;

}



.pan {

	max-width: 900px !important;

	/*margin-left: -30px !important;*/

	padding: 0px 0px 0px 0px !important;

}





/*-------------------------------------*/

/*	Portfolio Boxes					   */

/*-------------------------------------*/



div.portbox {

	width:250px;

	height:290px;

	background-color: #0c8886;	

	float:left;

	margin:20px;

	transition: all .2s ease-in-out;

	

}



div.portbox:hover {

	box-shadow: 0px 0px 10px #221524;

	border: solid 0px #095655;

	/*border: #221524 solid 0px;*/

	background-size: 120%;

	transform: scale(1.1);

}



.portbox h4 {

	display: block;

	width: 100%;

	height:48px;

	background-color: #095655;	

	font-family: 'Oswald', sans-serif;

    color: #fdf3a3;

    font-size: 25px;

    font-weight:400;

    text-transform:uppercase;

    letter-spacing: 1px;

    line-height: 48px;

    text-align:center;

}









/*div.grow {

	-webkit-background-size: cover;

	-moz-background-size: cover;

	-o-background-size: cover;

	background-size: cover;

	background-position: center; 

}



div.grow:hover

{	

	-webkit-animation: animatedBackground 1s ease-out 1;

	-moz-animation: animatedBackground 1s ease-out 1;

	animation: animatedBackground 1s ease-out 1;

	-webkit-animation-fill-mode: forwards;

	animation-fill-mode: forwards;

}*/







/*-------------------------------------*/

/*	Videos: ;   					   */

/*-------------------------------------*/



.video {

    width: 391px;

    height: 290px;

	float:left;

	display:block;

	padding:10px;

	margin: 0 auto;

}



.video-container {

    position: relative;

    padding-bottom: 56.25%;

    padding-top: 35px;

    height: 0;

    overflow: hidden;

}



span.clear { clear: left; display: block; }





/*-------------------------------------*/

/*	Responsive   					   */

/*-------------------------------------*/

@media(max-width:490px){

	body {overflow-x: hidden !important;}

	div#menu {
		max-width: 460;
		margin-top: 30px;
		margin-left: -50px;
	}

	.sub-menu {
		position: relative;
		max-width: 450px;
		height:80px;
		margin-left: -50px;
		margin-top: 0px;
	}
	#menuend {display:none;}
	#menuend2 {display:none;}
	.footermenu{display:none;}
	.footerlogo {float: none;margin: 0 auto;}

	.copy {padding-left:20px !important;}

	.s-text3-sub a:hover {
		background-color: #0e0512;
		border-bottom: 0px solid #0e0512;
	}

	.s-text3-sub a {
		margin-top:0px;
	/*line-height: 30px;*/
	}

	.s-text1 {
	    font-size: 1.7em !important;
		left: 182px !important;
		width: 200px;
		margin-top: -15px;
	}
	
	.img {padding: 0px 0px 15px 0px !important;}
	.holder h3 {width: 98% !important;}

	div.portbox {
		float:none;
		margin: 0 auto;
   		margin-bottom: 20px;
	}


	div#content {
		width: 100%;
		max-width: 710px;
		/*margin: 0 auto;	*/
		padding-top:20px;
		opacity: 1;
		-webkit-animation: fadeIn 2.5s;
		animation: fadeIn 2.5s;
		margin-bottom: 80px;
		margin-left:-10px;
	}

	.video {float: none !important;}

	.footer {width: 102% !important;}

	.footermenu {max-width: 260px !important;}

	

	#logo {
		background-color: #0e0512;
		width:180px;
		position: relative;
		z-index:1;
		/*margin-top:-5px;*/
	}

	#logo img {
		margin-left:30px;
		width:130px;
	}





}





/************************************/

/*******	  Mobile Menu      ******/

/************************************/



#menuToggle {
  display: none;
}



@media(max-width:490px){
	#menu, .sub-menu {display: none !important;}
	#menuToggle	{
	  display: block;
	  position: absolute;
	  top: 9px;
	  left: 0px;
	  width: 102%;
	  background-color: #3b1540;
	  padding: 8px;
	  z-index: 2;
	  -webkit-user-select: none;
	  user-select: none;
	  margin-top: 89px;
	}

	#menuToggle input	{
	  display: block;
	  width: 40px;
	  height: 32px;
	  position: absolute;
	  top: -7px;
	  left: -5px;
	  cursor: pointer;
	  opacity: 0; /* hide this */
	  z-index: 3; /* and place it over the hamburger */
	  -webkit-touch-callout: none;
	}

	/*
	 * Just a quick hamburger
	 */

	#menuToggle span{
	  display: block;
	  width: 33px;
	  height: 4px;
	  margin-bottom: 5px;
	  position: relative;
	  background: #fdf3a3;
	  border-radius: 3px;
	  z-index: 1;
	  transform-origin: 4px 0px;
	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  opacity 0.55s ease;

	}

	#menuToggle span:first-child{
	  transform-origin: 0% 0%;
	}
	#menuToggle span:nth-last-child(2)	{
	  transform-origin: 0% 100%;
	}


	/* 
	 * Transform all the slices of hamburger
	 * into a crossmark.
	 */

	#menuToggle input:checked ~ span{
	  opacity: 1;
	  transform: rotate(45deg) translate(-2px, -1px);
	  background: #fdf3a3;
	}

	/*
	 * But let's hide the middle one.
	 */
	#menuToggle input:checked ~ span:nth-last-child(3)	{
	  opacity: 0;
	  transform: rotate(0deg) scale(0.2, 0.2);
	}

	/*
	 * Ohyeah and the last one should go the other direction
	 */

	#menuToggle input:checked ~ span:nth-last-child(2)	{
	  opacity: 1;
	  transform: rotate(-45deg) translate(0, -1px);
	}
	
	/*
	 * Make this absolute positioned
	 * at the top left of the screen
	 */

	#menu-mob{
	  position: absolute;
	  z-index: 998;
	  width: 100%;
	  height: 100vh;
	  margin: -150px 0 0 -50px;
	  padding: 50px;
	  padding-top: 125px;
	  background: #3b1540;
	  list-style-type: none;
	  -webkit-font-smoothing: antialiased;
	  /* to stop flickering of text in safari */
	  transform-origin: 0% 0%;
	  transform: translate(-100%, 0);
	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}

	
	#menu-mob li, #menu-mob li ul li{
	  padding: 10px 0;
	  font-size: 22px;
	  /*display: block;
	  float: left;*/
	}
	

	/*
	 * And let's fade it in from the left
	 */

	#menuToggle input:checked ~ ul	{
	  transform: scale(1.0, 1.0);
	  opacity: 1;

	}



}



/*-------------------------------------*/

/*	Animation   					   */

/*-------------------------------------*/



div.portbox:first-child, div#content a:first-child div.portbox {

	 opacity: 1;

    -webkit-animation: fadeIn 1.5s;

    animation: fadeIn 1.5s;

	background-image: url(../images/web.jpg);

	background-size: cover;	

	background-position: center center;

}



div.portbox:nth-child(2), div#content a:nth-child(2) div.portbox {

	 opacity: 1;

    -webkit-animation: fadeIn 1.8s;

    animation: fadeIn 1.8s;

	background-image: url(../images/graphic.jpg);

	background-size: cover;	

	background-position: center center;

}



div.portbox:nth-child(3), div#content a:nth-child(3) div.portbox {

	 opacity: 1;

    -webkit-animation: fadeIn 2.1s;

    animation: fadeIn 2.1s;

	background-image: url(../images/photo.jpg);

	background-size: cover;

	background-position: center center;

}



div.portbox:nth-child(4), div#content a:nth-child(4) div.portbox {

	 opacity: 1;

    -webkit-animation: fadeIn 2.4s;

    animation: fadeIn 2.4s;

	background-image: url(../images/campa.jpg);

	background-size: cover;

	background-position: center center;

}



div.portbox:nth-child(5), div#content a:nth-child(5) div.portbox {

	 opacity: 1;

    -webkit-animation: fadeIn 2.7s;

    animation: fadeIn 2.7s;

	background-image: url(../images/video.jpg);

	background-size: cover;

	background-position: center center;

}



div.portbox:nth-child(6), div#content a:nth-child(6) div.portbox{

	opacity: 1;

    -webkit-animation: fadeIn 3s;

    animation: fadeIn 3s;

	background-image: url(../images/email.jpg);

	background-size: cover;

	background-position: center center;	

}



@-webkit-keyframes widthGrow {

		0% {

			-webkit-transform-width:0px;

			}

		100% {

			

			-webkit-transform-width: 300px;

		}

}





	@-webkit-keyframes animatedBackground {

		0% {

			-webkit-transform: scale(1, 1);

			-moz-transform: scale(1, 1);

			-ms-transform: scale(1, 1);

			-o-transform: scale(1, 1);

			transform: scale(1, 1)

		}

		100% {

		-webkit-transform: scale(1.1, 1.1);

		-moz-transform: scale(1.1, 1.1);

		-ms-transform: scale(1.1, 1.1);

		-o-transform: scale(1.1, 1.1);

		transform: scale(1.1, 1.1)

		}



	}

	

	

	@-moz-keyframes animatedBackground {

		0% {

			-webkit-transform: scale(1, 1);

			-moz-transform: scale(1, 1);

			-ms-transform: scale(1, 1);

			-o-transform: scale(1, 1);

			transform: scale(1, 1)

		}

		100% {

			-webkit-transform: scale(1.1, 1.1);

			-moz-transform: scale(1.1, 1.1);

			-ms-transform: scale(1.1, 1.1);

			-o-transform: scale(1.1, 1.1);

			transform: scale(1.1, 1.1)

		}



	}

	@keyframes animatedBackground {

		0% {

			-webkit-transform: scale(1, 1);

			-moz-transform: scale(1, 1);

			-ms-transform: scale(1, 1);

			-o-transform: scale(1, 1);

			transform: scale(1, 1)

		}

		100% {

			-webkit-transform: scale(1.1, 1.1);

			-moz-transform: scale(1.1, 1.1);

			-ms-transform: scale(1.1, 1.1);

			-o-transform: scale(1.1, 1.1);

			transform: scale(1.1, 1.1)

		}



	}

	

	@-webkit-keyframes fadeInAlt {

    0% {

        opacity: 0;

    }

    16% {

        opacity: 0;

    }

    84% {

        opacity: 1;

    }

    100% {

        opacity: 1;

    }

}

@keyframes fadeInAlt {

    0% {

        opacity: 0;

    }

    16% {

        opacity: 0;

    }

    84% {

        opacity: 1;

    }

    100% {

        opacity: 1;

    }

}