@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin-ext);
@import url(http://fonts.googleapis.com/css?family=Nothing+You+Could+Do);

body {
  background: url('../imgs/bg.png') repeat top left;
  border-top: 5px solid #BFBFBF;
  -webkit-box-shadow: inset 1px 1px 0 0 #fff;
  box-shadow: inset 1px 1px 0 0 #fff;
  margin: 0;
  padding: 20px;
}

a {
  color: #666666;
}

a:hover {
  text-decoration: none;
  color: #000000;
}

h1.title {
  padding: 0px 0px 5px;
  text-transform: uppercase;
  font: 18px 'PT Sans Narrow','sans-serif',Arial,Verdana;
  color: #222;
}
h2.subtitle {
  padding-top: 0px;
  padding-bottom: 10px;
  font: 16px 'PT Sans Narrow','sans-serif',Arial,Verdana;
  color: #999;
  text-align: right;
}
h2.title  {
  padding-top: 0px;
  padding-bottom: 10px;
  font: 18px 'PT Sans Narrow','sans-serif',Arial,Verdana;
  color: #8f8f8f;
}
h5 {
  padding-top: 15px;
  font: 14px 'PT Sans Narrow','sans-serif',Arial,Verdana;
  color: #b1b1b1;
  text-align: right;
}

a h1:hover, a h2:hover, 
a h3:hover, a h4:hover, 
a h5:hover {
  color: #666666;
}

.grey {
  background: #eee;
}

p {
  font: 16px 'PT Sans Narrow','sans-serif',Arial,Verdana;
}

.info {
  padding: 20px;
  margin: 0;
}

.details {
  padding-top: 15px;
  border-top: 1px solid #EEE;
  display: block;
}

#slider1, #slider2 {
  height: 380px;
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

#bubbles {
  height: 160px;
}
.bubbles {
  height: 160px;
}

footer {
  position: absolute;
  text-align: right;
  width: 100%;
  height: 50px;
  bottom: 0px;
  color: rgba(0, 0, 0, 0.3);
  font: 1.2em 'PT Sans Narrow','sans-serif',Arial,Verdana;
  text-shadow: 1px 1px 0px #FFF;
}    


/*---------       SOCIAL ICONS         ---------*/
.social-icons {
  padding-top: 20px;
  text-align: right;
}
  
.social-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat:no-repeat;
  background-color: transparent;
}
.social-icons a {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  display:inline-block;
  margin:0 10px 0 10px;
	-webkit-transition: all 0.3s, color 0.3s;
	-moz-transition: all 0.3s, color 0.3s;
	transition: all 0.3s, color 0.3s;
}
.social-icons a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: rotate(360deg) scale(1.5);
  -moz-transform: rotate(360deg) scale(1.5);
  -ms-transform: rotate(360deg) scale(1.5);
  -o-transform: rotate(360deg) scale(1.5);
  transform: rotate(360deg) scale(1.5);
}

.deviantart { 
  background-image: url(../imgs/icons/social_icons/deviantart.png); 
  background-position:center center; 
  background-size: 20px 10px; 
  width: 20px;
  height: 16px;
}
.picasa { 
  background-image: url(../imgs/icons/social_icons/picasa.png); 
  background-size: 16px 16px; 
}

/*---------       Overlay         ---------*/


.thumb {
  position: relative;
  width: 320px;
  height: 160px;
  padding: 0;
  margin: 0;
}

.thumb .mask {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  opacity: 0;
  background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-in-out 0s;
  z-index: 9;
  overflow: hidden;
  transition: all 0.4s ease-in-out 0s;
  text-align: center;
}
.thumb:hover .mask {
  opacity: 1;
  cursor: pointer;
}
.thumb .mask .mask_circle {
  opacity: 0;
  background: none repeat scroll 0% 0% rgba(63, 171, 214, 0.9) !important;
}
.thumb:hover .mask .mask_circle {
  border-radius: 200px;
  padding: 30px;
  background: none repeat scroll 0% 0% rgba(63, 171, 214, 0.9) !important;
  width: 34px;
  height: 34px;
  margin: 50px auto auto;
  animation-name: bigEntrance;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  opacity: 1;
  line-height: 34px;
}
.mask .mask_circle i {
  margin: -16px -14px;
  font-size: 30px;
  line-height: 34px;
  color: rgb(255, 255, 255) !important;
  position: absolute;
}
@keyframes bigEntrance{
  0% { transform:scale(0.5); opacity:0.5; }
  30% { transform:scale(1.03); opacity:1 !important; }
  45% { transform:scale(0.98); opacity:1 !important;}
  60% { transform:scale(1.01); opacity:1 !important; }
  100% { transform:scale(1); opacity:1 !important; }
}
@-webkit-keyframes bigEntrance{
  0% { -webkit-transform:scale(0.5); opacity:0.5; }
  30% { -webkit-transform:scale(1.03); opacity:1 !important; }
  45% { -webkit-transform:scale(0.98); opacity:1 !important; }
  60% { -webkit-transform:scale(1.01); opacity:1 !important; }
  100% { -webkit-transform:scale(1); opacity:1 !important;}
}



@media (max-width:980px){

  #slider1, #slider2 {
    height: 190px;
  }

}

@media (max-width:360px){

	.element.large{ 
    width: 100%;
		height: auto !important;
	}
	
	.thumb {
    width: 100%;
  }


}