/* @override http://www.aimablecommeunrequin.net/ndxz-studio/site/sample/style.css */

/* site 2014 */

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
*
{
	margin: 0;
	padding: 0;
}

html {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}

::-moz-selection{ background: #777; text-shadow: none; }
::selection { background: #777; text-shadow: none; }


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

body {
	font-family: arial, sans;
	width: 100%;
	height: 100%;
	color: #222;
	background-color:  #FFF;
	margin: 0;
	padding: 0;
}

a { 
	font-family: arial, sans;
	color: #222;
	text-decoration: none;
}

 #menu {
	display: none;
}

 #content {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
}

 .container {
	height: 100%;
	padding: 0;
	margin: 0;
        overflow: hidden;
}

 #img-container {
	position: relative;
	width: 50%;
	height: 100%;
}

#img-container .captioning .title {
display: none; }

.caption  {
	position: fixed;
	left: 60%;
	width: 30%;
	top: 45%;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	color: rgb(45, 45, 45);
        margin-top: -3px;

}

.picture {
	height: 100%;
}



#slideshow img{
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	-webkit-animation: fadein 1.5s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1.5s; /* Firefox < 16 */
  -ms-animation: fadein 1.5s; /* Internet Explorer */
  -o-animation: fadein 1.5s; /* Opera < 12.1 */
  animation: fadein 1.5s;
}

#slideshow-nav {
	position: fixed;
	left: 50%;
	top: 45%;
	width: 48%;
	margin-left: 1%;
        margin-top: -3px;
}

#slideshow-nav a {
	font-size: 12px;
	line-height: 12px;
	color: #222;
	font-weight: bold;
}	

#slideshow-nav a:hover {
	color: #999;
}	

#slideshow-nav #prev {
	display: inline-block;
	position: relative;
	float: left;
	font-weight: bold;
}	

#slideshow-nav #next {
	display: inline-block;
	position: relative;
	float: right;
	font-weight: bold;
}		

#total {
	display: none;
}

.about a {
	font-size: 12px;
	line-height: 12px;
	color: #222;
	border-bottom: 1px solid #222;
}

.about a:hover {
	color: #222;
	border-bottom: 0px solid #222;
}

/* front page 2014 */

.fadein-slow {

						    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
 }


 .home-left,  .info-left  {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #FFF;
}

 .home-right {

	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #FFF;
}

 .home-banner {
	position: relative;
	width: 96%;
	left: 2%;
	top: 45%;
	text-align: center;
}

 .home-works,  .home-title,  .home-info {
		display: inline-block;
		font-size: 12px;
		line-height: 12px;
}

 .home-works a,  .home-info a {
	font-size: 12px;
	line-height: 12px;
	color: #222;
	font-weight: bold;
}

 .home-works { 
	position: relative;
	float: left;
}

 .home-info {
	position: relative;	
	float: right;
}

 .home-title {
position: relative;
float: left;
width: 180px;
left: 50%;
margin-left: -95px;
  	line-height: 16px;
  	text-align: left;
}

 .highlight {
  /*  background-color: #B33B3B; */
   font-weight: bold;
 }
 .home-works a:hover,  .home-info a:hover {
	color: #999;
}

 .about {
	font-family: arial;
	position: relative;
	overflow: scroll;
	height: 98%;
	width: 98%;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #222;
	padding: 2% 1% 0% 1%;
	text-align: justify;
	-webkit-overflow-scrolling: touch;
}

.about::-webkit-scrollbar { 
    display: none; 
}

 .about p {
	width: 100%;
	}

 .info-left {
							    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

.arrow {
	display: none;
}

@media screen and (max-aspect-ratio: 1/1) {

 .home-left {
	display: none;
}

 .home-right {
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
}

 #img-container {
	width: 100%;
	height: 95%;
}

 .info-left {
		z-index: 1001;
		width: 84%;
		left: 16%;
		height: 100%;
}

 #slideshow-nav {
	left: 0;
	top: 95%;
	width: 96%;
	height: 5%;
	margin-left: 2%;
	padding-top: 2%;
}

#next {
	padding-right: 5px;
}

.caption {
	padding-top: 2%;
	height: 5%;
	top: 95%;
	left: 35%;
}

 .home-banner {
	width: 100%;
	left: 0;
}

 .home-works,  .home-info {
	margin-left: 10px;
	margin-right: 10px;
}


}

@media screen and (max-width: 600px) {
.caption {
	display: none;
}

 .home-title {
	margin-left: -110px;
	margin-top: -2px;
	}

.asger {
	display: none;
}

.arrow {
	display: block;

}

.arrow a {
		font-size: 20px;
}

}

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



 #img-container {
	width: 100%;
	height: 91%;
}

 #slideshow-nav {
	top: 92%;
	height: 8%;
}

.caption {
	height: 8%;
	top: 92%;
}

 .home-banner {
	width: 100%;
	left: 0;
}

}