/* Fontawesome Iconfont */
/* @import url(http://thecodeplayer.com/uploads/fonts/font-awesome-4.0.1/css/font-awesome.min.css); */
/* @import url(http://fonts.googleapis.com/css?family=Montserrat|Open+Sans:700,400,300); */
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background: #efefeb url(../im/bg-main.png) repeat-x;
    margin: 0;
    font-family: 'Montserrat', sans-serif; font-size: 22px; font-style: normal; font-weight: 300;
    overflow-y: scroll;
}
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a { color: #333; text-decoration: none; }
h2 {
    font-size: 30px; color: #333; text-transform: uppercase;
    /* margin-left: 23px; */
}
.mobile-site {
    display: none;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
    z-index: 101;
    background: #fff;
    text-align: center;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f06)), to(yellow)) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#f06, yellow) 1 100%;
    -moz-border-image: -moz-linear-gradient(#f06, yellow) 1 100%;   
    -o-border-image: -o-linear-gradient(#f06, yellow) 1 100%;
    border-image: linear-gradient(#f06, yellow) 1 100%;
    box-shadow: inset 0px 10px 0 #f06;
}
.mobile-site:after {
    content: "";
    position: absolute;
    left: 0;
    bottom:0;
    background: yellow;
    width: 200%;
    height: 10px;
    display: block;
} 
.mobile-site h5 {
    color: #999;
    margin-top: 50px;
    font-family: "Raleway", arial, sans-serif;
    font-weight: 200;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}
.mobile-site separator {
    margin: 40px 0;
    height: 3px;
    background: #999;
}
.goals p { margin: 0; }
.cont h5 {
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
	padding-bottom: 10px;
    text-transform: uppercase;
	-webkit-border-image: url(../im/h-border.png) 0 0 10 0;
	-o-border-image: url(../im/h-border.png) 0 0 10 0;
	border-image: url(../im/h-border.png) 0 0 10 0;
}
h5 span {
    display: block; margin-top: 3px;
    font-family: "Raleway", arial, sans-serif;
    font-weight: 300; font-size: 12px; color: #888; text-transform: none;
}
footer {
    font-family: "Raleway", arial, sans-serif;
    font-weight: 300;
    font-size: 8px;
    text-transform: uppercase;
    color: #aaa;
    text-align: right;
    padding: 2px 30px;
    border-top: 1px solid #ccc;
}
.btn-more {
	font-family: "Raleway", arial, sans-serif;
	font-weight: 300; font-size: 10px; text-transform: uppercase; color: #0180cd; text-align: center;
	padding: 2px 6px; border: 1px solid #78abca; margin: 15px auto; border-radius: 3px; width: 80px;
    transition: all 0.2s;
}
/* Left Menu */
#menu i.hamburger { width: 26px; height: 21px; display: block; position: absolute; top: 15px; right: 15px; background: url('../im/icn-menu.png') no-repeat -26px 0; opacity: 1; }
#menu:hover i.hamburger {opacity: 0.4; background-position: 0 0; -webkit-transition-delay: 0.3s; -webkit-transition: 500ms;}
#menu i.logo { width: 31px; height: 32px; display: block; position: absolute; top: 15px; left: 65px; background: url('../im/logo.png') no-repeat 0 0; opacity: 0; -webkit-transition: All 0.5s ease;}
#menu:hover i.logo {opacity: 1; -webkit-transition-delay: 0.1s; -webkit-transition: 50ms;}
#menu .social { width: 160px; height: 70px; display: block; position: absolute; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.1); padding: 15px 25px; font-size: 18px; }
#menu .social a { color: #999; width: 20px; margin-right: 11px; }
#menu .social .fa:hover { color: #fff; }
#menu .social a:last-child { margin-right: 0; }
.panel {
    position: fixed;
    left: -165px;
    width: 220px;
    margin: 0;
    padding: 0;
/*    border-right: 1px solid #e8e8e8; */
    z-index: 4;
    background: #f06;
    background: linear-gradient(180deg, #f06, yellow);
    min-height: 100%;
    -webkit-box-shadow: inset -2px 0px 8px 2px rgba(51, 51, 51, 0.1);
    box-shadow: inset -2px 0px 8px 2px rgba(51, 51, 51, 0.1);
}
.push {
    position: relative;
    background: #efefeb url(../im/bg-top.png) repeat-x 0 0;
    left: 54px;
    width: 100%;
    height: 100%;
}
.menu-list {
    width: 163px;
    background: #2b2f3e;
    margin: -22px 0 0 0;
    min-height: 100%;
    border-right: 1px solid #242734;
    -webkit-box-shadow: inset -2px 0px 8px 2px rgba(27, 29, 39, 0.5);
    box-shadow: inset -2px 0px 8px 2px rgba(27, 29, 39, 0.5);
}
/* Top Menu */
#top-menu {
    background: #fff;
    height: 50px;
    margin: 0 0 0 55px;
}
#top-menu .top-nav {
    position: absolute; 
    z-index: 10;
    width: 100%;
}
.author { 
    float: left;
    font-family: "Raleway", arial, sans-serif;
    font-weight: 200;
    font-size: 12px;
    margin: 18px 30px 17px 40px;
    text-transform: uppercase;
    color: #999;
}
.release {
    float: right;
    font-family: "Raleway", arial, sans-serif;
    font-weight: 200;
    font-size: 12px;
    margin: -32px 30px 17px 40px;
    text-transform: uppercase;
    color: #ccc;
}
#filter {
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.7), inset 0 1px 2px rgba(0, 0, 0, 0.06), inset 0 50px 50px rgba(0, 0, 0, 0.06);
    margin: 0 0 0 55px; padding: 20px 30px 20px; text-align: center;
    font: normal 12px "pt-sans", arial, sans-serif; text-transform: uppercase;
}
#filter span { color: #999; }
#filter div { 
    cursor: pointer; display: inline; padding: 5px 12px; -webkit-border-radius: 3px;
    background: #ebebeb; color: #999; border-right: 1px solid #f2f2f2; border-bottom: 1px solid #d4d4d4; border-top: 1px solid #f4f4f4; 
}
#filter div:hover { background: #fff; color: #333; }
#filter .active { background: #f4f4f4; color: #333; }
#filter .cat1 { border-bottom: 1px solid #9dd8d9; }
.cont { margin: 0 0 0 55px; }

/* Margins */
/*
    background-repeat: repeat, no-repeat;
    -webkit-background-size: auto, cover;
    -moz-background-size: auto, cover;
    -o-background-size: auto, cover;
    background-size: auto, cover;
    padding-left: 55px;
    text-align: center;
    padding: 80px 0 0 0;
}
*/
.top-head-blur h1 {
    margin: 0 auto 55px auto;
    padding-left: 55px;
    font-size: 49px;
    text-transform: uppercase;
}
.alpha-wrapper {
	width: 100%;
	height: 210px;
	float: left;
	position: relative;
	color: #333;
}
.content {
    width: 100%;
    background-repeat: repeat-x, no-repeat;
    background-position: top left, top left;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-attachment: scroll; 
    background-size: auto, 100%;

}
.content.czyyl { background-image: url(../im/bg-cover-l.png), url(../im/p-czyyl-bg.jpg); }
.content.czyyl2 { background-image: url(../im/bg-cover-l.png), url(../im/p-czyyl-2-bg.jpg); }
.content.czyyl3 { background-image: url(../im/bg-cover-l.png), url(../im/p-czyyl-3-bg.jpg); opacity: 1; }
.content.miksacje { background-image: url(../im/bg-cover-l.png), url(../im/p-21gram-miksacje-bg.jpg); }
.content.summercamp { background-image: url(../im/bg-cover-l.png), url(../im/p-summer-camp-bg.jpg); }
.content.gram21-1 { background-image: url(../im/bg-cover-l.png), url(../im/p-21gram-1-bg.jpg); }
.content.gram21-2 { background-image: url(../im/bg-cover-l.png), url(../im/p-21gram-2-bg.jpg); }
.content.classic-rnb { background-image: url(../im/bg-cover-l.png), url(../im/p-classic-rnb-bg.jpg); }
.content.bday-mix { background-image: url(../im/bg-cover-l.png), url(../im/p-bday-mix-bg.jpg); }
.content.szczecin-fm { background-image: url(../im/bg-cover-l.png), url(../im/p-szczecin-fm-bg.jpg); }
.content.remixxes { background-image: url(../im/bg-cover-l.png), url(../im/p-remixxes-bg.jpg); }

.text-holder {
	position: absolute;
	width: 100%;
    text-align: left;
    margin: 0 auto 0 40px;
    padding-left: 55px;
    padding-top: 55px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); 
}
.text-holder h1 { font-size: 49px; margin: 0 0 5px 0; text-transform: uppercase; letter-spacing: -2px;}
.text-holder p { font-size: 17px; color: #777; margin: 0; text-transform: uppercase; letter-spacing: -1px;}
.text-holder p span { color: #999; font-family: "Raleway", arial, sans-serif; font-weight: 300; font-size: 15px }

/* Mixitup */

#cont .mix { display: none; }

/* Grid */

.cont {
    padding: 40px;
    text-align: justify;
    position: relative;
}
.cont:after {
    content: '';
    display: inline-block;
    width: 90%;
}
.cont .item,
.cont .gap {
    display: inline-block;
    width: 49%;
}
.cont .item {
    text-align: left;
    margin-bottom: 2%;
    display: none;
    width: 100%;
    min-height: 290px;
    background: white;
    /*    border-bottom: 1px dotted #f2f2f2; */
    border-radius: 3px;
    color: #333333;
    position: relative;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.cont .item header {
    border-top: 4px solid #9dd8d9;
    top: 170px;
    position: absolute;
    width: 100%;
    height: 80px;
    padding-top: 15px;
}
.cont .item .cover {
    margin: 0;
    position: absolute;
    width: 100%;
    height: 170px;
    top: 0;
    -webkit-border-top-left-radius:3px;
    -webkit-border-top-right-radius:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
	transition: all 0.3s;
    background: url(../im/bg-cover.png);
}
.cont .item:hover .cover {
	box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.5), inset 0 100px 100px rgba(0, 0, 0, 0.3);
}
.cont .item:hover .btn-more { background: #0180cd; border-color: #0180cd; color: #fff; }
.cont .item:hover {
    /*background: linear-gradient(180deg, #e8e8e5, #f1f1f0); */
    background: rgba(123, 123, 123, 0.05);
    transition: all 0.3s;
	box-shadow: inset 0 1px 1px #ccc, inset 0 -1px 0 #fff;
}
.cont .item:before {
    content: '';
    display: inline-block;
    padding-top: 60%;
}
.item .cover.miksacje { background: url('../im/p-21gram-mix.jpg') no-repeat center center; }
.item .cover.gram { background: url('../im/p-21gram.jpg') no-repeat center center; }
.item .cover.summer-camp { background: url('../im/p-summer-camp.jpg') no-repeat center center; }
.item .cover.bounce-barons { background: url('../im/p-bounce-barons.jpg') no-repeat center center; }
.item .cover.classic-rnb { background: url('../im/p-classic-rnb.jpg') no-repeat center center; }
.item .cover.hulana { background: url('../im/p-hulana.jpg') no-repeat center center; }
.item .cover.maciejfiszer { background: url('../im/p-maciejfiszer.jpg') no-repeat center center; }
.item .cover.epiron { background: url('../im/p-epiron.jpg') no-repeat center center; }
.item .cover.remixx { background: url('../im/p-remixx.jpg') no-repeat center center; }
.item .cover.classic-mix { background: url('../im/p-classic-mix.jpg') no-repeat center center; }
.item .cover.mix21-1 { background: url('../im/p-mix21-1.jpg') no-repeat center center; }
.item .cover.mix21-2 { background: url('../im/p-mix21-2.jpg') no-repeat center center; }
.item .cover.bdaymix { background: url('../im/p-bdaymix.jpg') no-repeat center center; }
.item .cover.postdubstep { background: url('../im/p-postdubstep.jpg') no-repeat center center; }
.item .cover.dobrynumer { background: url('../im/p-dobrynumer.jpg') no-repeat center center; }
.item .cover.czyyl-1 { background: url('../im/p-czyyl-1.jpg') no-repeat center center; }
.item .cover.czyyl-2 { background: url('../im/p-czyyl-2.jpg') no-repeat center center; }
.item .cover.czyyl-3 { background: url('../im/p-czyyl-3.jpg') no-repeat center center; }
.item .cover.szczecin-fm { background: url('../im/p-szczecin-fm.jpg') no-repeat center center; }
.item .cover.fiszer-info { background: url('../im/p-fiszer-info.jpg') no-repeat center center; }
.item .cover.tumblr { background: url('../im/p-tumblr.jpg') no-repeat center center; }

/* Nav styles */

.sidenav {
	width: 163px;
    padding: 100px 0 0 0;
}
.sidenav li {list-style-type: none; border-top: 1px solid #20232e; padding-left: 5px;  }
.sidenav li:hover { background: rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2), inset 0 -1px 0 0 rgba(115, 115, 115, 0.1); border-left: 2px solid #3bc0c3; }
.sidenav li:active { background: rgba(0, 0, 0, 0.6); box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.6), inset 0 -1px 0 0 rgba(115, 115, 115, 0.1); border-left: 2px solid #256d73 }
.sidenav li:last-child { border-bottom: 1px solid #20232e; }
.sidenav a {
    color: #ccc; text-decoration: none;
    -webkit-transition: 1ms; -moz-transition: 1ms; -ms-transition: 1ms; transition: 1ms;
}
.sidenav b {
	font: normal 14px/48px Montserrat; display: block; text-transform: uppercase;
	opacity: 0.3; -webkit-transform: translateX(-50px); -webkit-transition: all 0.6s;
}
.sidenav i {
	display: block; width: 40px; float: left;
    font-size: 16px; line-height: 48px; text-align: center; color: #555;
    opacity: 0.3; -webkit-transform: translateX(-50px); -webkit-transition: all 0.6s ease;
}
.sidenav a:hover i { color: #fff; -webkit-transition: all 0.1s } 

/*Animate links from right to left + fade in effect*/

.panel:hover .sidenav b {opacity: 1; -webkit-transform: translateX(0);}
.panel:hover .sidenav i {opacity: 1; -webkit-transform: translateX(0);}

/*Adding delay to link animation - in multiples of .02s*/

#menu:hover .sidenav li:nth-child(1) i {-webkit-transition-delay: 0.01s;}
#menu:hover .sidenav li:nth-child(2) i {-webkit-transition-delay: 0.02s;}
#menu:hover .sidenav li:nth-child(3) i {-webkit-transition-delay: 0.04s;}
#menu:hover .sidenav li:nth-child(4) i {-webkit-transition-delay: 0.06s;}
#menu:hover .sidenav li:nth-child(5) i {-webkit-transition-delay: 0.08s;}
#menu:hover .sidenav li:nth-child(6) i {-webkit-transition-delay: 0.10s;}

#menu:hover .sidenav li:nth-child(1) b {-webkit-transition-delay: 0.02s;}
#menu:hover .sidenav li:nth-child(2) b {-webkit-transition-delay: 0.04s;}
#menu:hover .sidenav li:nth-child(3) b {-webkit-transition-delay: 0.06s;}
#menu:hover .sidenav li:nth-child(4) b {-webkit-transition-delay: 0.08s;}
#menu:hover .sidenav li:nth-child(5) b {-webkit-transition-delay: 0.10s;}
#menu:hover .sidenav li:nth-child(6) b {-webkit-transition-delay: 0.12s;}

.nav-click { -webkit-transform: translateX(-165px); -webkit-transition: all 0.5s; }
.push-click { -webkit-transform: translateX(-54px); -webkit-transition: all 1.8s; }

/* Goals */

.cont.goals h2 { margin: 15px 0 40px 0; }
.cont.goals .item { min-height: 240px; }
.cont.goals .item .cover { height: 140px; }
.cont.goals .item .cover p { font-size: 85px; text-align: center; margin: 20px 0 20px 0}
.cont.goals .item header { top: 140px; }
.cont.goals .item:hover legend { background: #fff; inset 0 3px 3px rgba(0, 0, 0, 0.9)}
.cont.goals .item:hover .cover { box-shadow: inset 0 5px 5px rgba(160, 160, 160, 0.1), inset 0 100px 100px rgba(160, 160, 160, 0.1); }
.cont.goals .item.books legend p { width: 28%; }  
.cont.goals .item.articles legend p { width: 51%; }  
.cont.goals .item.articles-write legend p { width: 15%; }  
.cont.goals .item.mixtapes legend p { width: 30%; }  
.cont.goals .item.dj-sets legend p { width: 50%; }  
.cont.goals .item.illustrations legend p { width: 0%; }  
.cont.goals .item.conf legend p { width: 100%; }  
.cont.goals .item.exercised legend p { width: 12%; }  
.cont.goals .item.beats legend p { width: 55%; }  
.cont.goals .item.new legend p { width: 50%; }  
.cont.goals .item.vacations legend p { width: 85%; }  
.cont.goals .item.live legend p { width: 66%; }  
legend {
    position: relative;
    margin: -20px 0 20px 0;
    padding: 0;
    width: 100%;
    height: 5px;
    background: #eee url(../im/bg-percent.png) repeat;
}
legend p {
    position: absolute;
    left: 0;
    height: 5px;
    background-image: linear-gradient(to left, #f00, #c40000);
}

/* Homepage */

        
#illustration {
  float: right;
  width: 70%;
  height: 80%;
  max-height: 960px;
  /* margin: -65px -400px 0 auto; */
  /* margin: 0 -200px 0 0; */
}

#illustration #layers {
position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  max-width: 1104px;
  margin: 0 auto 20px auto;
}

#illustration .layer {
  position: absolute;
  max-width: 1400px;
  -webkit-will-change: -webkit-transform;
  -moz-will-change: -moz-transform;
  will-change: transform;
}

#layer1 {
  -webkit-animation: layerMove1NoRotate 35s ease-in-out infinite;
  -moz-animation: layerMove1NoRotate 35s ease-in-out infinite;
  -ms-animation: layerMove1NoRotate 35s ease-in-out infinite;
  -o-animation: layerMove1NoRotate 35s ease-in-out infinite;
  animation: layerMove1NoRotate 35s ease-in-out infinite;
}

#layer2 {
  -webkit-animation: layerMove2NoRotate 30s ease-in-out infinite;
  -moz-animation: layerMove2NoRotate 30s ease-in-out infinite;
  -ms-animation: layerMove2NoRotate 30s ease-in-out infinite;
  -o-animation: layerMove2NoRotate 30s ease-in-out infinite;
  -webkit-animation: layerMove2NoRotate 30s ease-in-out infinite;
}

#layer3 {
  -webkit-animation: layerMove3 36s ease-in-out infinite;
  -moz-animation: layerMove3 36s ease-in-out infinite;
  -ms-animation: layerMove3 36s ease-in-out infinite;
  -o-animation: layerMove3 36s ease-in-out infinite;
  animation: layerMove3 36s ease-in-out infinite;
}

#layer4 {
  -webkit-animation: layerMove1 33s ease-in-out infinite;
  -moz-animation: layerMove1 33s ease-in-out infinite;
  -ms-animation: layerMove1 33s ease-in-out infinite;
  -o-animation: layerMove1 33s ease-in-out infinite;
  animation: layerMove1 33s ease-in-out infinite;
}

#layer5 {
  -webkit-animation: layerMove2 34s ease-in-out infinite;
  -moz-animation: layerMove2 34s ease-in-out infinite;
  -ms-animation: layerMove2 34s ease-in-out infinite;
  -o-animation: layerMove2 34s ease-in-out infinite;
  animation: layerMove2 34s ease-in-out infinite;
}

#layer6 {
  -webkit-animation: layerMove3 35s ease-in-out infinite;
  -moz-animation: layerMove3 35s ease-in-out infinite;
  -ms-animation: layerMove3 35s ease-in-out infinite;
  -o-animation: layerMove3 35s ease-in-out infinite;
  animation: layerMove3 35s ease-in-out infinite;
}
        
@-webkit-keyframes layerMove1NoRotate {
  
  0% { -webkit-transform: translate(0px, 0px);
       -moz-transform: translate(0px, 0px);
       -ms-transform: translate(0px, 0px);
       -o-transform: translate(0px, 0px);
       transform: translate(0px, 0px);
  }
  20% { -webkit-transform: translate(10px, -10px);
        -moz-transform: translate(10px, -10px);
        -ms-transform: translate(10px, -10px);
        -o-transform: translate(10px, -10px);
        transform: translate(10px, -10px);
  }  
  40% { -webkit-transform: translate(-10px, 10px);
        -moz-transform: translate(-10px, 10px);
        -ms-transform: translate(-10px, 10px);
        -o-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);
  } 
  60% { -webkit-transform: translate(-10px, 10px);
        -moz-transform: translate(-10px, 10px);
        -ms-transform: translate(-10px, 10px);
        -o-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);
  }
  80% { -webkit-transform: translate(10px, -10px);
        -moz-transform: translate(10px, -10px);
        -ms-transform: translate(10px, -10px);
        -o-transform: translate(10px, -10px);
        transform: translate(10px, -10px);
} 
  100% { -webkit-transform: translate(0px, 0px);
         -moz-transform: translate(0px, 0px);
         -ms-transform: translate(0px, 0px);
         -o-transform: translate(0px, 0px);
         transform: translate(0px, 0px);
}
}

@-webkit-keyframes layerMove2NoRotate {
  
  0% { -webkit-transform: translate(0px, 0px); }
  20% { -webkit-transform: translate(10px, 10px); }
  40% { -webkit-transform: translate(5px, -10px); }
  60% { -webkit-transform: translate(10px, -15px); }
  80% { -webkit-transform: translate(-10px, 10px); }
  100% { -webkit-transform: translate(0px, 0px); }
}

@-webkit-keyframes layerMove1 {
  
  0% { -webkit-transform: translate(0px, 0px) rotate(0deg);
       -moz-transform: translate(0px, 0px) rotate(0deg);
       -ms-transform: translate(0px, 0px) rotate(0deg);
       -o-transform: translate(0px, 0px) rotate(0deg);
       transform: translate(0px, 0px) rotate(0deg);
  }
  22% { -webkit-transform: translate(15px, -10px) rotate(-0.6deg);
        -moz-transform: translate(15px, -10px) rotate(-0.6deg);
        -ms-transform: translate(15px, -10px) rotate(-0.6deg);
        -o-transform: translate(15px, -10px) rotate(-0.6deg);
        transform: translate(15px, -10px) rotate(-0.6deg);
  }
  42% { -webkit-transform: translate(-10px, 15px) rotate(0.4deg);
        -moz-transform: translate(-10px, 15px) rotate(0.4deg);
        -ms-transform: translate(-10px, 15px) rotate(0.4deg);
        -o-transform: translate(-10px, 15px) rotate(0.4deg);
        transform: translate(-10px, 15px) rotate(0.4deg);
  }
  62% { -webkit-transform: translate(-15px, 15px) rotate(-0.8deg);
        -moz-transform: translate(-15px, 15px) rotate(-0.8deg);
        -ms-transform: translate(-15px, 15px) rotate(-0.8deg);
        -o-transform: translate(-15px, 15px) rotate(-0.8deg);
        transform: translate(-15px, 15px) rotate(-0.8deg);
  }
  80% { -webkit-transform: translate(15px, -15px) rotate(0.6deg);
        -moz-transform: translate(15px, -15px) rotate(0.6deg);
        -ms-transform: translate(15px, -15px) rotate(0.6deg);
        -o-transform: translate(15px, -15px) rotate(0.6deg);
        transform: translate(15px, -15px) rotate(0.6deg);
}
  100% { -webkit-transform: translate(0px, 0px) rotate(0deg);
         -moz-transform: translate(0px, 0px) rotate(0deg);
         -ms-transform: translate(0px, 0px) rotate(0deg);
         -o-transform: translate(0px, 0px) rotate(0deg);
         transform: translate(0px, 0px) rotate(0deg);
}
}

@-webkit-keyframes layerMove2 {
  
  0% { -webkit-transform: translate(0px, 0px) rotate(0deg); }
  20% { -webkit-transform: translate(15px, 10px) rotate(0.9deg); }
  40% { -webkit-transform: translate(10px, -20px) rotate(-1.5deg); }
  60% { -webkit-transform: translate(15px, -10px) rotate(0.8deg); }
  80% { -webkit-transform: translate(-15px, 10px) rotate(-0.6deg); }
  100% { -webkit-transform: translate(0px, 0px) rotate(0deg); }
}

@-webkit-keyframes layerMove3 {
  
  0% { -webkit-transform: translate(0px, 0px) rotate(0deg); }
  25% { -webkit-transform: translate(10px, -10px) rotate(0.5deg); }
  45% { -webkit-transform: translate(5px, -10px) rotate(-0.4deg); }
  65% { -webkit-transform: translate(10px, -5px) rotate(0.6deg); }
  80% { -webkit-transform: translate(5px, 5px) rotate(-0.3deg); }
  100% { -webkit-transform: translate(0px, 0px) rotate(0deg); }
}
#layers { display: none; }

/* Contact */

.cont.contact h2 { margin: 15px 0 40px 0; }
.cont.contact .item { min-height: 140px; }
.cont.contact.item .cover { height: 140px; }
.cont.contact .item:hover .cover { box-shadow: none; border-top: 1px solid rgba(255, 255, 255, 0.5); }
.cont.contact .item:hover { background: #fff; }

/* Library */

.wrapper {
	margin: 0 auto 100px auto;
	max-width: 100%;
}
.stage {
	list-style: none;
	padding: 0;
}

/* Build the scene and rotate on hover */

.scene {
	width: 260px;
	height: 360px;
	margin: 30px;
	float: left;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}
.movie {
	width: 260px;
	height: 360px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-100px);
	-moz-transform: translateZ(-100px);
	transform: translateZ(-100px);
	-webkit-transition: -webkit-transform 250ms;
	-moz-transition: -moz-transform 250ms;
	transition: transform 250ms;
}
.movie:hover {
	-webkit-transform: rotateY(-90deg) translateZ(0);
	-moz-transform: rotateY(-90deg) translateZ(0);
	transform: rotateY(-90deg) translateZ(0);
    font-size: 22px;
}

/* Library Animation */

@keyframes fadein {
    from { opacity:0; }
    to { opacity:1; }
}
@-moz-keyframes fadein { /* Firefox */
    from { opacity:0; }
    to { opacity:1; }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from { opacity:0; }
    to { opacity:1; }
}
@-o-keyframes fadein { /* Opera */
    from { opacity:0; }
    to { opacity: 1; }
}

/* Transform and style the two planes */

.movie .poster, 
.movie .info {
	position: absolute;
	width: 260px;
	height: 360px;
	background-color: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.movie .poster  {
	-webkit-transform: translateZ(130px);
	-moz-transform: translateZ(130px);
	transform: translateZ(130px);
	background-size: cover;
	background-repeat: no-repeat;
}
.movie .info {
	-webkit-transform: rotateY(90deg) translateZ(130px);
	-moz-transform: rotateY(90deg) translateZ(130px);
	transform: rotateY(90deg) translateZ(130px);
	font-size: 0.75em;
}
.auth { opacity: 0.8; }

/* Movie information */

.info header {
	color: #fff;
	padding: 20px;
	font-weight: bold;
	height: 195px;
	/* background-size: contain; */
	background-repeat: no-repeat;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
}

.info.dark header {
    color: #333;
    text-shadow: 0px 1px 1px rgba(255,255,255,1);
}

.info header h1 {
	margin: 0 0 2px;
	font-size: 20px;
    text-align: left;
}

.info  a {
	border: 1px solid #FFF;
	padding: 0px 3px;
}

.info p {
	padding: 1.2em 1.4em;
	margin: 0;
	font-weight: 400;
    font-size: 15px;
	color: #666;
	border-top: 1px solid #ccc;
}

/* Posters and still images */

.scene:nth-child(1) .poster { background-image: url(../im/b-web-ui-design.png); }
.scene:nth-child(2) .poster { background-image: url(../im/b-success-change.jpg); }
.scene:nth-child(3) .poster { background-image: url(../im/b-mobile-ui.png); }
.scene:nth-child(4) .poster { background-image: url(../im/b-brand.jpg); }
.scene:nth-child(5) .poster { background-image: url(../im/b-gtd.jpg); }
.scene:nth-child(6) .poster { background-image: url(../im/b-lean.jpg); }
.scene:nth-child(7) .poster { background-image: url(../im/b-logo.jpg); }
.scene:nth-child(8) .poster { background-image: url(../im/b-smash2.jpg); }
.scene:nth-child(9) .poster { background-image: url(../im/b-respo.jpg); }
.scene:nth-child(10) .poster { background-image: url(../im/b-color.jpg); }
.scene:nth-child(11) .poster { background-image: url(../im/b-ios.jpg); }
.scene:nth-child(12) .poster { background-image: url(../im/b-zarzadzanie.jpg); }
.scene:nth-child(13) .poster { background-image: url(../im/b-creative.jpg); }
.scene:nth-child(14) .poster { background-image: url(../im/b-smash.jpg); }
.scene:nth-child(15) .poster { background-image: url(../im/b-jobs.jpg); }
.scene:nth-child(16) .poster { background-image: url(../im/b-jquery.jpg); }
.scene:nth-child(17) .poster { background-image: url(../im/b-running.jpg); }
.scene:nth-child(18) .poster { background-image: url(../im/b-szyte.jpg); }
.scene:nth-child(19) .poster { background-image: url(../im/b-work.jpg); }
.scene:nth-child(20) .poster { background-image: url(../im/b-practic.jpg); }
.scene:nth-child(21) .poster { background-image: url(../im/b-scrum2.jpg); }
.scene:nth-child(22) .poster { background-image: url(../im/b-habit.jpg); }
.scene:nth-child(23) .poster { background-image: url(../im/b-writing.jpg); }
.scene:nth-child(24) .poster { background-image: url(../im/b-scrum.jpg);}
.scene:nth-child(25) .poster { background-image: url(../im/b-school.jpg);}
.scene:nth-child(26) .poster { background-image: url(../im/b-kanban.jpg);}
.scene:nth-child(27) .poster { background-image: url(../im/b-.jpg);}

.scene:nth-child(1) .info header { background: #e34e21; }
.scene:nth-child(2) .info header { background: #1f1f1f; }
.scene:nth-child(3) .info header { background: #1f1f1f; }
.scene:nth-child(4) .info header { background: #fff76b; }
.scene:nth-child(5) .info header { background: #0573ba; }
.scene:nth-child(6) .info header { background: #017dc3; }
.scene:nth-child(7) .info header { background: #cd0023; }
.scene:nth-child(8) .info header { background: #db6152; }
.scene:nth-child(9) .info header { background: #3f763c; }
.scene:nth-child(10) .info header { background: #f68656; }
.scene:nth-child(11) .info header { background: #76aad7; }
.scene:nth-child(12) .info header { background: #0c0b07; }
.scene:nth-child(13) .info header {	background: #0db24c; }
.scene:nth-child(14) .info header { background: #eb810d; }
.scene:nth-child(15) .info header { background: #cacbcd; }
.scene:nth-child(16) .info header { background: #84b818; }
.scene:nth-child(17) .info header { background: #eb470e; }
.scene:nth-child(18) .info header {	background: #009edf; }
.scene:nth-child(19) .info header {	background: #000;}
.scene:nth-child(20) .info header {	background: #00274e; }
.scene:nth-child(21) .info header {	background: #96bf0d; }
.scene:nth-child(22) .info header {	background: #f0e356; }
.scene:nth-child(23) .info header {	background: #bf1520; }
.scene:nth-child(24) .info header {	background: #4986b5; }
.scene:nth-child(25) .info header {	background: #d73334; }
.scene:nth-child(26) .info header {	background: #191919; }
.scene:nth-child(27) .info header {	background: ; }

/* Fallback */
.no-csstransforms3d .movie .poster, 
.no-csstransforms3d .movie .info { position: relative; }

/* Fonts & Icons */

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?17vquv');
	src:url('../fonts/icomoon.eot?#iefix17vquv') format('embedded-opentype'),
		url('../fonts/icomoon.woff?17vquv') format('woff'),
		url('../fonts/icomoon.ttf?17vquv') format('truetype'),
		url('../fonts/icomoon.svg?17vquv#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-circle-cross:before {	content: "\e043"; }
.icon-star:before {	content: "\f005"; }
.icon-user:before {	content: "\f007"; }
.icon-book:before {	content: "\f02d"; }
.icon-folder:before { content: "\f07b";}
.icon-facebook:before { content: "\f09a"; }
.icon-briefcase:before { content: "\f0b1"; }
.icon-envelope:before {	content: "\f0e0"; }
.icon-linkedin:before { content: "\f0e1"; }
.icon-youtube:before { content: "\f167"; }
.icon-tumblr:before { content: "\e600"; }
.icon-soundcloud:before { content: "\e601";}
.icon-lastfm:before { content: "\e602";}

/* app */

/* Buttons */

.bottom-links {
    margin: 90px 0; border-bottom: 1px solid #ccc; padding-bottom: 20px;
    font-family: "Raleway", arial, sans-serif; color: #777; font-weight: 200; font-size: 12px; text-transform: uppercase; 
}
.bottom-links a { padding: 15px; }
.bottom-links a:hover { color: #0180cd; }
.bottom-links::before { content: "\002190"; font-size: 14px; color: #0180cd; margin-right: 5px; } 
.bottom-links p { float: right; }
.bottom-links p::after  { content: "\002192"; font-size: 14px; color: #0180cd; margin-left: 5px; } 

/* Animated Buttons */

/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.cl-effect-2 a {
	line-height: 44px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.cl-effect-2 a span {
	position: relative;
	display: inline-block;
	padding: 0 14px;
	background: #2195de;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.csstransforms3d .cl-effect-2 a span::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0965a0;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d .cl-effect-2 a:hover span::before,
.csstransforms3d .cl-effect-2 a:focus span::before {
	background: #28a2ee;	
}

/* Tweaks */
.icon-tumblr { font-size: 14px; margin-bottom: 5px; }
#widget .g-background-default .g-shadow-inset { border: none !important; }

.back, #delay { display: none; }

/* Custom Scroll  */

 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(237,237,237,0.3); 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(242,242,242,0.3); 
}
 
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(242,242,242,0.3);
	border-radius: 5px;
	background-color: rgba(242,242,242,0.3);
}

::-webkit-scrollbar {
    margin: 20px;	
    width: 10px;
    background-color: rgba(242,242,242,0.2);
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	background-color: rgba(0,0,0,0.8);
}
::-webkit-scrollbar:vertical { margin-right: 5px; }

.fb-m { margin: 0 0 10px 40px; }

div#identity { display: none; }

@media screen and (min-width: 1200px) {
   div#identity { display: block; }
}

.inner-frame {
    margin-top: 160px;
    width: 100%;
    height: 100%;
    position: relative;
}

/* Project Hover */

.cont .iframe {
opacity: 0;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 15;
cursor: pointer;
display: block;
    background: -webkit-linear-gradient(-45deg, #21A6AD, #172A72) repeat scroll 0% 0% transparent;;
    background: linear-gradient(-45deg, #21A6AD, #172A72) repeat scroll 0% 0% transparent;;
    -webkit-transition: opacity 0.3s ease-in-out;
       -moz-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
         -o-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out;
}
.cont .iframe:hover {
    width: 100%;
    height: 100%;
    zoom: 1;
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.cont .iframe:hover .plus {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: enlargeShadows 1.4s ease-out infinite;
    animation: enlargeShadows 1.4s ease-out infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.plus {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff url(../im/icn-link.png) no-repeat center center;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s cubic-bezier(0.175, .885, .32, 1.275);
    transition: all .3s cubic-bezier(0.175, .885, .32, 1.275)
}
.role { position: absolute; margin-right: 80px; top: 142px; right: 0; }
.role p, .role p span { font-size: 13px; letter-spacing: 0; }
.role p span { color: #777; }
navi a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 22px;
}

/* Slide In Link */
.back a {
    position: relative;
	display: inline-block;
	margin: 12px 40px;
	outline: none;
	text-decoration: none;
	letter-spacing: -1px;
	font-weight: 700;
	font-size: 14px;
	overflow: hidden;
	padding: 3px 12px 12px;
	height: 26px;
    color: #555;    
    float: right;
    border: 1px solid #ccc;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: border-color 0.3s ease;
         -moz-transition: border-color 0.3s ease;
           -o-transition: border-color 0.3s ease;
          -ms-transition: border-color 0.3s ease;
              transition: border-color 0.3s ease;    
}
.back a:hover { border-color: #78abca; }

.back a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.back a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
    color: #0180cd;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.back a:hover span,
.back a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* Home Animation */

@-webkit-keyframes myAnimation {
      0% {background-image: url(../im/discover-more.png);opacity: 0;}
   8.33% {background-image: url(../im/discover-more.png);opacity: 1;}
  16.66% {background-image: url(../im/discover-more.png);opacity: 1;}
    
     25% {background-image: url(../im/discover-more.png);opacity: 0;}
  33.32% {background-image: url(../im/discover-more.png);opacity: 1;}
  41.65% {background-image: url(../im/discover-more.png);opacity: 1;}
    
     50% {background-image: url(../im/discover-more.png);opacity: 0;}
  58.31% {background-image: url(../im/discover-more.png);opacity: 1;}
  66.64% {background-image: url(../im/discover-more.png);opacity: 1;}
    
     75% {background-image: url(../im/discover-more.png);opacity: 0;}
   83.3% {background-image: url(../im/discover-more.png);opacity: 1;}
  91.63% {background-image: url(../im/discover-more.png);opacity: 1;}
    100% {opacity: 0;}
}
.alert {
    width: 141px;
    height: 50px;
    background-size: 100% 100%;
    -webkit-animation: myAnimation 5s linear 1;
    -moz-animation: myAnimation 5s linear 1;
    -o-animation: myAnimation 5s linear 1;
    background-color: #fff;
}
@-moz-keyframes myAnimation {
    0% { }
   50% { }
  100% { }
}
@-o-keyframes myAnimation {
    0% { }
   50% { }
  100% { }
}

/* Animated Mouse */

.mouse-wrap{
  position: absolute;
  display: block;
  bottom: 80px;
  left: 50%;
  margin-left: -14px;
  z-index: 100;
  
}
.mouse{
  width: 28px;
  height: 50px;
  border: 2px solid #999;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.scroller{
  width: 4px;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #999;
  top: 7px;
  left: 11px;
  position: relative;
  -webkit-animation: mousescroll 1s ease-out infinite ;
  -moz-animation: mousescroll 1s ease-out infinite ;
}

@-webkit-keyframes mousescroll {
  0%{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    height: 4px;
   }
  100%{
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0; 
    height: 10px;
  }
}

/* Home Page */
.home-txt {
    position: absolute;
    height: 80%;
    width: 100%;   
}
.roll {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    -webkit-perspective: 400px;
       -moz-perspective: 400px;
    -webkit-perspective-origin: 50% 50%;
       -moz-perspective-origin: 50% 50%;
}

.roll span {
    display: block;
    position: relative;
    padding: 0;
    -webkit-transition: all 300ms ease;
       -moz-transition: all 300ms ease;  
    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
}

.roll:hover span {
    background: #111;
    -webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
    -moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
}

.roll span:after {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 3px 7px 2px 6px;
    font: normal 13px "pt-sans", arial, sans-serif;
    line-height: 18px;
    color: #fff;
    background: #555;
    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;
    -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
       -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
}

#child {
    position: absolute; top: 40%; left: 0; height: 30%; z-index: 10;
}
#child h1 {
    font-size: 100px; margin: 0 0 20px -8px; letter-spacing: -6px;
}
#child p {
    display: block;
    margin-top: 3px;
    color: #888;
    text-transform: none;
    font: normal 19px "pt-sans", arial, sans-serif;
    line-height: 22px;
    width: 600px;
}
.cont { transition: all 0.3s ease; }

/* Media Query Shit */

@media all and (max-width: 519px) and (min-width: 220px) {
    .cont .item,
    .cont .gap { width: 99%; }
}
@media all and (max-width: 720px) and (min-width: 520px) {
    .cont .item,
    .cont .gap { width: 49%; }
}
@media all and (max-width: 1270px) and (min-width: 721px) {
    .cont .item,
    .cont .gap { width: 32.5%; }
    #layer2 { margin-left: -300px; }
    #layer1 { margin-left: -250px; }
}
@media all and (min-width: 1201px) {
    .cont .item,
    .cont .gap { width: 23%; }
    #layer2 { margin-left: -150px; }
    #layer1 { margin-left: -120px; }
}
@media screen and (max-width: 770px){
	.scene {
		float: none;
		margin: 30px auto 60px;
	}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
.mobile-site { display: block; overflow-y: hidden; }

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 1000px) {
.mobile-site { display: block; }
body { overflow-y: hidden; }
#menu, .push { display: none; }
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 1200px) {
    #illustration { display: none; }  
    #child p { width: 85%; line-height: 28px; }
    .roll span { margin-bottom: -3px; }
    .roll span:after {
    content: attr(data-title);
    font-size: 14px;
    padding: 3px 10px 2px 10px; }
    .roll:hover span { background: none; }
    /* .cont { margin: 20% auto 40% 40px; } */
    #child { top: 50%; }
}
@media only screen 
and (min-width : 1224px) {
    #illustration { margin: 20px -160px 0 0 !important; width: 60% !important; }  
    #child p { width: 600px; font-size: 16px; }
    #child { top: 25%; }
}

/* Large screens ----------- */

@media only screen 
and (min-width : 1356px) {
    #illustration { margin: 50px -120px 0 0 !important; width: 50% !important; }  
    #child p { width: 700px; }
    #child { top: 27%; }
}
@media only screen 
and (min-width : 1430px) {
    #illustration { margin: 40px -180px 0 0 !important; width: 60% !important; }  
    #child p { width: 700px; }
    #child { top: 35%; }
}
@media only screen 
and (min-width : 1670px) {
    #illustration { margin: 0 -180px 0 0 !important; }  
    #child p { width: 700px; font-size: 19px; line-height: 28px; }
}
@media only screen 
and (min-width : 1824px) {
    #illustration { margin: 0 -100px 0 0; width: 70% !important; }  
    #child p { width: 700px; }
    .roll span:after {
    content: attr(data-title);
    font-size: 15px;
    padding: 3px 10px 2px 8px; }
}

/* iPhone 4 ----------- */

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}

.pg-canvas { position: absolute; }

/* About */

.expertise {
    position: relative;
    text-align: left;
    font-size: 13px;       
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    color: #333333;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    background: #fff url(../im/bg-cover.png);
}
.clients ul { padding: 0; margin: 0; float: left; width: 100%; }
.clients ul:last-child { margin-bottom: 40px; }
.clients li {
    float: left;
    text-align: center;
    font-size: 13px;       
    margin: 0 12px 20px 0;
    padding: 5px;
    display: inline-block;
    width: 23%;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #333333;
    transition: all 0.3s;
}
.clients li:last-child { margin: 0; }
.clients li:first-child { }
.expertise span {
    float: left;
    background: #fff;
    width: 300px;
    padding: 20px 40px;
    font-size: 14px;   
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    border-radius: 3px;
    -webkit-text-stroke: 0.4;
}
.expertise span:before {
    position: absolute;
    top: -15px;
    left: 300px;
    color: #aaa;
    font-size: 10px;
    content: "1999";
}
.expertise span:after {
    position: absolute;
    top: -15px;
    right: 0;
    color: #aaa;
    font-size: 10px;
    content: "2015";
}
.expertise .percent-wrapper {
    position: absolute;
    left: 300px;
    width: calc(100% - 300px);
    height: 58px;
    box-shadow: inset 25px 0px 25px -25px rgba(199,199,199,0.1);
}
.expertise .percent {
    float: left;
    background: #52b4ff;
    color: #b0ddff;
    padding: 21px 0;
    text-align: center;
    width: 100%;
    border-radius: 0;
    box-shadow: inset 25px 0px 25px -25px rgba(30,151,241,0.9);
    border-bottom-right-radius: 3px; border-top-right-radius: 3px;
}
/* .expertise .percent.rbr { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } */
.expertise .percent.corel { width: 100%; }
.expertise .percent.html { width: 100%; }
.expertise .percent.css { margin-left: 20%; width: 80%; }
.expertise .percent.sass { margin-left: 92%; width: 8%; }
.expertise .percent.rwd { margin-left: 78%; width: 22%; }
.expertise .percent.js { margin-left: 75%; width: 25%; }
.expertise .percent.wp { margin-left: 65%; width: 35%; }
.expertise .percent.ux { margin-left: 35%; width: 65%; }
.expertise .percent.pm { margin-left: 50%; width: 50%; }
.about p { font-size: 15px; font-family: "Raleway", arial, sans-serif;
    font-weight: 300; line-height: 23px; color: #555; } 
#url, #feedContainer ul { font-size: 15px; font-family: "Raleway", arial, sans-serif; font-weight: 300; color: #555; }
#url hr, #feedContainer hr { margin: 10px 0; border: 0; height: 2px; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 1); }
#url b:before {                 content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMDM4MDUwNi1hZTZmLTljNGYtYTc3Ny04NGYxNDJiMGYzZTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NCRkI3MzM5NUIwMTFFNDlBQzQ5MTU0QTVBRUE4RDMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NCRkI3MzI5NUIwMTFFNDlBQzQ5MTU0QTVBRUE4RDMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZjAzODA1MDYtYWU2Zi05YzRmLWE3NzctODRmMTQyYjBmM2UwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmYwMzgwNTA2LWFlNmYtOWM0Zi1hNzc3LTg0ZjE0MmIwZjNlMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PppoLYEAAACCSURBVHjarFJbDsAgCAPDtX3gxdlmcGP+OMhIiJbQSqSYc24AUCEWnJTMZ6IzL05NqtQCrw8O2Urv/TO7lDLOFCHbflpURa94Nezwa4Jo0ILRiX+eYP3IHbYTtLkWxxqHD9BhZVbz2H4mU9zFXGG1n0mOqdGIPEURcVlXRW4jHQIMAJwNMDPh335dAAAAAElFTkSuQmCC');
    width: 16px;
    height: 16px;
    padding-right: 8px;
    vertical-align: bottom;
}   
.about h4 { color: #777; margin-top: 0; text-align: left; }
#feedContainer ul { margin: 0 0 20px 0; padding: 0; }    
#feedContainer li { margin: 0 0 11px; padding-left: 24px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDODE1NzMwRDk1QjExMUU0OTFBREVFMEExMjQ3OTczMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDODE1NzMwRTk1QjExMUU0OTFBREVFMEExMjQ3OTczMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM4MTU3MzBCOTVCMTExRTQ5MUFERUUwQTEyNDc5NzMzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM4MTU3MzBDOTVCMTExRTQ5MUFERUUwQTEyNDc5NzMzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NOExfAAAATFJREFUeNqkkz1LA0EQhu+SGDDE0lYMNqlCUqgo+EVEI+Tjb6QQf4//IkQttLGwEMVCsbI1YqeFIAiinM+E92TvWE1xLzzH3rAzOzM7G0ZRFGRRLsiogn3CMIz/izAHeRjBh+wl2b/hET7NaNkXnGBV6MG0/m3TsbJsw5TsFnQID+PDLQoZzLLuwx2cW3BYgVU5XcC1MmtCDQ7xfQnUxB3Yt4CpEhehkbLZngPYdksow6tOdnXj6VukvWX3Fqxhldg4QTMwr2b+BrDa36HrKSMta+gb3LsBvmAAC7D1j/OG9gx0pYlBeoITWIdlj7M1dBOO4DkxSI5uNQctlXIl+xLswVmc+l8BTJfq9K4m0LQGp5qF5J1qkHz11qGj9TB9cjzKwYTXWNGVeTU+POtz/hFgANSOUQ4WvzSzAAAAAElFTkSuQmCC') no-repeat 0; list-style: none; }
.fifty {
    float: left;
    width: 50%;
    padding-right: 20px;
    margin-bottom: 50px;
}
.fifty.nrb { padding-right: 0; }
.nrb h4 span a, h4.clr span a { 
    float: right;
    padding: 3px 8px;
    background: #FF6600;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 100;
    border-radius: 2px;
}
h4.clr span a { background: #35465c; }
h4.clr span a:hover { background: #fff; color: #35465c; border: 1px solid #35465c; }
.nrb h4 span:hover a { background: #fff; color: #FF6600; border: 1px solid #FF6600; }
.pint h4.clr span a { background: #c8232c; }
.pint h4.clr span a:hover { background: #fff; color: #c8232c; border: 1px solid #c8232c; }
.clr { clear: both; }
.ji-tumblr-photos { margin-bottom: 50px; }
.work-ex h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    color: #d8b87c;
    background: #333;
    height: 60px;
    padding: 15px 30px 0 30px;
    -webkit-text-stroke: 0.4px;
    width: 100%;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.work-ex h3 span {
    color: #a58b59;
}
.work-ex h3 p {
    float: right;
    margin-top: 2px;
    padding: 4px 8px;
    font-size: 11px;
    border: 1px solid #aaa;
    color: #aaa;
    vertical-align: middle;
    margin-right: 5px;
    -webkit-text-stroke: 0;
    line-height: 16px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    transition: box-shadow 0.3s ease-in-out;
}
.work-ex ul { padding: 0 40px 30px 50px; }
.work-ex ul li { 
    font-size: 15px;
    font-family: "Raleway", arial, sans-serif;
    font-weight: 300;
    line-height: 23px;
    color: #555;
    margin-bottom: 1px;
}
.work-ex ul li ul { padding: 0 0 0 30px; } 
.work-ex article {
    margin: 0;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.1);
    box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}
.work-ex article:hover, .education article:hover {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 2px 10px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 2px 10px 0px rgba(50, 50, 50, 0.2);
}
.work-ex article:hover h3 { background: #222; }
.education { margin-bottom: 60px; }
.education article {
    margin: 0;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.1);
    box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.1);
    height: 60px;
    padding: 2px 30px;
    margin-bottom: 20px;
    border-top: 5px solid #005596;
    transition: box-shadow 0.3s ease-in-out;
}
.education article:hover { border-top-color: #0076d0; }
.education article h3 { 
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    color: #005596;
    -webkit-text-stroke: 0.4px;
}
.education article h3 span { color: #1176c3; }
.education article span.date { 
    float: right;
    margin-top: -5px;
    padding: 4px 8px;
    font-size: 11px;
    border: 1px solid #bee3ff;
    color: #7dc7ff;
    vertical-align: middle;
    margin-right: 5px;
    -webkit-text-stroke: 0;
    line-height: 16px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    transition: box-shadow 0.3s ease-in-out;
}
.education.courses article { border-top: 5px solid #2ecc71; }
.education.courses article:hover { border-top: 5px solid #26a05a; }
.education.courses article h3 { color: #527460; }
.education.courses article h3 span { color: #92bfa5; }
.education.courses article span.date { border-color: #C2E8D2; }
.about h2:first-child { margin-top: 30px; }
.about h2 { margin: 60px 0 40px 0; }
#menu i.logo:hover { opacity: 0.5; }
section.keywords ul { list-style: none; padding: 0; }
section.keywords ul li {
    display: inline;
    border: 1px solid #52b4ff;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 15px;
    margin-left: 5px;
    font-size: 15px;
    font-family: "Raleway", arial, sans-serif;
    font-weight: 300;
    line-height: 50px;
    color: #555;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
section.keywords ul li:hover {
    background: #52b4ff;
    color: #fff;
    cursor:default;
}
.about a {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

/* Pinterest */

.rssFeed a {
	color: #444;
	text-decoration: none;
        text-display: none;
}
.rssBody ul, .rssRow, .rssRow h4, .rssRow p {
	margin: 0;
	padding: 0;
}
.rssBody ul {
	list-style: none;
	width: 100%;
	/* background-color: #eee; */
}
.rssBody li.odd, .rssBody li.even {
        color: transparent;
      /*  overflow: hidden; */
		float: left;
        z-index: 1;
}
.square img { width: auto; height: auto; max-width: 120px; max-height: 120px; }
.square {
width: 75px;
height: 75px; 
overflow: hidden;
}
.horiz {
width: 100px;
height: 70px;
overflow: hidden;
}
.vert {
width: 100px;
height: 130px;
overflow: hidden;
}
.rssRow { margin: 2px 2px 0 0; }
.rssRow h4 {
	 display: none; 
}
.rssRow div {
	color: #666;
	margin: 0;
}
p.mbottom { margin-bottom: 100px; }

#about-menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:50px; 
	background-color:#fff;
	color: #FFFFFF;
	z-index:1;
	display: none;
    border-bottom: 1px solid #ddd;
    opacity: 0.95;
}
#about-menu ul {
    margin-top: 16px;
    padding: 0;
    color: #333;
    text-transform: uppercase;
    -webkit-text-stroke: 0.5px;
    position:relative;
    left: 15%;
}
#about-menu li {
    position:relative;
    float: left;
    margin-right: 35px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    cursor:pointer;
}
#about-menu li:hover { color: #52b4ff; }
.mactive { color: #999; }



mactive { color: #999; }



