*{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

body{
	background-color:#f4e6d7;
	background-image:url('../img/iasbBackground.png');
	background-position: top center;
	background-size: cover;
}

h1{
	display:none;
}

*, *:before, *:after {box-sizing:  border-box !important;}

.title{
	margin:15px 0;
}

.row {
 -moz-column-width: 18em;
 -webkit-column-width: 18em;
 -moz-column-gap: 1em;
 -webkit-column-gap:1em; 
}

svg:not(:root){height:100%;}
svg.header{margin:10px 0;}
svg path:hover{opacity:0.8;}

.skillblock{
	float:left;
	display:block;
	width:32.66666%;
	margin-right:1%;
	text-align:center;
	padding:5% 0;
	position:relative;
	overflow:hidden;
}

.skillblock.responsive{
	margin-right:0px;
	background-color:#eb782c;
}

.skillblock.magento{background-color:#f1b085;}
.skillblock.wordpress{background-color:#a2d3ba;}

.skillblock img{
	position:relative;
	top:0;
}

.skillblock .hover{
	position: absolute;
	top: -40%;
	text-align: center;
	width: 100%;
	font-family: Impact;
	text-transform: uppercase;
	font-size: 2.4em;
	color: #f4e6d7;
}
.skillblock:hover .hover, .skillblock:active .hover, .skillblock:focus .hover{top:40%;}

.skillblock:hover img, .skillblock:active img, .skillblock:focus img{top:500px;}


.socialmedia{
	float:right;
	margin-top:15px;
}

.socialmedia a:hover img, .socialmedia a:focus img, .socialmedia a:active img{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}


.strapline h2{
	text-align: center;
	text-transform: uppercase;
	font-family: Impact;
	margin-bottom: 15px;
	font-size: 25px;
	color: rgba(116, 92, 54, 0.8);
	margin-top:0;
}

.outercont .aboutme, .outercont .myskills{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   	font-weight: 300;
	color:#f4e6d7;
	width:50%;
	line-height:20px;
	float:left;
	margin-bottom:20px;
}

.outercont h3{
	font-size:25px;
	text-transform:uppercase;
}

.outercont .container p{
	font-size:15px;
}

.outercont.dark{
	background: #eb782c;
	margin: 25px 0;
}

.boring{font-size:12px;}

.skill {
	float: left;
	width: 100%;
	margin-bottom: 4px;
	position:relative;
	cursor: pointer;
}
.skill h4, .skill .barcont, .skill .bar, .skill .barfull{
	float:left;
	display:block;
	height:16px;
	line-height:20px;
	margin:0;
}
.skill h4{
	width: 30%;
}
.skill .barcont{
	width: 70%;
	background: #f1b085;
}
.skill .bar{
	background: rgba(162, 211, 186, 0.5);
}
.skill .barfull{
	background: #a2d3ba;
	opacity:1;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	width:0;
}
.skill:hover .barfull, .skill:active .barfull, .skill:focus .barfull{
	width:100%;
}
.css .bar{width:90%;}
.html .bar{width:80%;}
.photoshop .bar{width:80%;}
.illustrator .bar{width:70%;}
.js .bar{width:70%;}
.php .bar{width:70%;}
.bash .bar{width:70%;}
.mysql .bar{width:60%;}

p.popup {
	position: absolute;
	top: -65px;
	right: 0;
	background: #eb782c;
	border: 3px solid #f4e6d7;
	padding: 5px 10px;
	display:none;
	opacity:0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-box-shadow: 0 0 10px 0 rgba(116, 92, 54, 0.8);
	box-shadow: 0 0 10px 0 rgba(116, 92, 54, 0.8);
}
.myskills{position:relative;}
.skill:hover p.popup, .skill:active p.popup, .skill:focus p.popup{
	display:block;
	opacity:1;
}
.skill:hover h4, .skill:active h4, .skill:focus h4{
	font-weight:700;
}





/* st Slider */

.slider{ width:100%; float: left; padding:0; margin: 0;}
.banner { position: relative; overflow: auto; padding: 0; margin: 0; }
.banner li { list-style: none; }
.banner ul li { float: left; }
.banner ul li .holder {
  width: 98%;
  padding: 1%;
  background: white;
}
.unslider-arrow {cursor: pointer;}


  /*    Mobile Layout: 320px.
      Gutters: 20px.
      Outer margins: 20px.
      Inherits styles from: Default Layout.
  -------------------------------------------------------------------------------
  cols    1     2      3      4      5
  px      40    100    160    220    280    */

@media only screen and (max-width: 767px) {
	.skillblock{
		width:100%;
		margin-bottom:15px;
	}
}