/*

*/

/* COLOURS 

  Blue: #36a8e9;

*/

@import "reset.css";
@import "layout.css";

/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 12px;
  font-family: Helvetica, Arial, Verdana, 'san-serif';
  vertical-align: baseline;
}

::selection {
background:#36a8e9;
color:#fff;
text-shadow: none;
}
::-moz-selection {
background:#36a8e9;
color:#fff;
text-shadow: none;
}
::-webkit-selection {
background:#36a8e9;
color:#fff;
text-shadow: none;
}  


/* Generic Elements  */
.hellobar-cta-link {
	text-shadow: none;
}
body { 
	background-image: url(images/body_bg.jpg); 
	background-repeat: repeat; 
	background-color: #ececec; 
}
  
a { 
	color: #36a8e9; 
	font-weight: bold; 
	text-decoration: none; 
	font-size: inherit; 
	font-family: inherit; 
	text-shadow: 1px 1px 1px #fff;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s; 
}
a:hover, a:focus { 
	color: #484848; 
}

h1, h2, h3, h4, h5, h6 { 
	color: #484848; 
	margin: 0 0 10px; 
}

p { 
	line-height: 18px; 
	color: #484848; 
	margin: 0 0 20px; 
}
h1 { font-size: 26px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }

ul { margin-bottom: 10px; color: #484848; }
ol { margin-bottom: 10px; color: #484848; }
li { line-height: 24px; font-size: 14px; }

table { 
	margin-bottom: 10px; 
}
tr { 
	padding-bottom: 10px; 
}
td { 
	padding: 0 40px 0 0; 
} 

strong { 
	font-weight: bold; 
	font-size: inherit;
	font-family: inherit; 
}
em { 
	font-style: italic; 
	font-size: inherit; 
	font-family: inherit; 
}
address { }
del {
  font-size: inherit;
}



/* Utility Classes */
.left { 
	float: left; 
}
.right { 
	float: right; 
}
.clear { 
	clear: both; 
}
.line { 
	height: 1px; 
	background-color: #fff; 
	border-top: 1px solid #d9d9d9; 
	margin-bottom: 15px; 
	clear: both; 
}
.hidden { 
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden; 
}





/* General Layout Rules */
.wrapper { 
  max-width: 1000px; 
  margin: 0 auto; 
  position: relative;
  padding: 0 20px;
}
#main_header {
  background-image: url(images/outer_wrapper_bg.jpg);
  background-repeat: repeat-x;
  background-position: top left;
  position: fixed;
  width: 100%;
  z-index: 100;
}
#main_body {
  padding-top: 50px;
}


#logo_link {
  z-index: 10;
  height: 65px;
  width: 59px;
  display: block;
  float: left;
}
#logo_link img {
  margin-top: -32px;
  -webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
#logo_link img:hover {
  margin-top: -27px;
}
#logo {
  display: none;
}

/***********************************
@keyframes resize {
	0% {
		padding: 0;
	}
	50% {
		padding: 0 20px;
		background-color:rgba(255,0,0,0.2);		
	}
	100% {
		padding: 0 100px;
		background-color:rgba(255,0,0,0.9);
	}
}
	
#box {
	animation-name: resize;
	animation-duration: 1s;
	animation-iteration-count: 4;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}
***********************************/








/* Navigation */
#menu-navigation {
  float: right;
  position: relative;
  display: block;
}
#menu-navigation li {
  display: inline-block;
  margin: 0 -1px;
  background-image: url(images/nav_current_bg.jpg);
  background-position: 0 -48px ;
  background-repeat: no-repeat;
  -webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
#menu-navigation li a{
  display: inline-block;
  height: 48px; 
  width: 58px;
  text-indent: -9999px;
  overflow: hidden; 
  background-repeat: no-repeat;
}

#menu-navigation li:hover,
#menu-navigation li:focus,
#menu-navigation li.current-menu-item {
  background-position: 0 0;
}
#menu-item-133 a {
  background-image: url(images/home_navigation_bg.png);
  background-position: 50% 50%;
}
#menu-item-163 a {
  background-image: url(images/blog_navigation_bg.png);
  background-position: 50% 50%;
}
#menu-item-135 a {
  background-image: url(images/contact_navigation_bg.png);
  background-position: 50% 50%;
}
#menu-navigation li a:active {
  background-position: 50% 52%;
}





/* Intro */
#intro_portrait {
  overflow: hidden;
  height: 325px;
  width: 32%;
  display: block;
  float: left;
  z-index: 20;
  position: relative;
  margin: 20px 0 60px;
}
#portrait_mask {
  z-index: 10;
  position: absolute;
  width: 100%;
}
#portrait {
  z-index: 1;
  position: absolute;
  width: 100%;
}

#intro_text {
  width: 64%;
  float: right;
  margin: 60px 0 0 0;
}
#intro_text h2 {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Droid Sans', Helvetica, Arial, Verdana, sans-serif;
  text-shadow: 1px 1px 1px #fbfbfb;
}
.twitter-share-button {
  margin: 30px 0 0 0px;
}
.fb-like {
  top: -3px;
}
#social_icons {
  margin: 20px 0 0;
}
#social_icons li {
  display: inline-block;
  height: 40px;
  width: 41px; 
  margin-right: 10px;
}

#social_icons li a {
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	height: 40px;
  width: 41px;
	background: url(images/social_icons.jpg) no-repeat;
}
#social_icons li#facebook a {
  background-position:  -41px 0;
}
#social_icons li#forrst a {
  background-position:  -82px 0;
}
#social_icons li#dribbble a {
  background-position:  -123px 0;
}
#social_icons li#soundcloud a {
  background-position:  -164px 0;
}
#social_icons li a span {
	position: absolute;
	top: 0; 
  left: 0; 
  bottom: 0; 
  right: 0;
	background: url(images/social_icons.jpg) no-repeat;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition:    opacity 0.3s;
	-o-transition:      opacity 0.3s;
}
#social_icons li#twitter a span {
  background-position: 0px -40px;
}
#social_icons li#facebook a span {
  background-position: -41px -40px;
}
#social_icons li#forrst a span {
  background-position: -82px -40px;
}
#social_icons li#dribbble a span {
  background-position: -123px -40px;
}
#social_icons li#soundcloud a span {
  background-position: -164px -40px;
}
#social_icons li a:hover span {
	opacity: 1;
}




/* Skillset */
.section {
  margin: 0 0 80px 0;
  clear: both;
  padding: 14px 0 0 0;
}
.section_title {
  font-size: 22px;
  text-align: center;
  font-family: 'Droid Sans', Helvetica, Arial, Verdana, sans-serif;
  text-shadow: 1px 1px 1px #fff;
  font-weight: bold;
  position: relative;
  z-index: 10;
  /*margin: 0 0 40px;*/
  background-repeat: no-repeat;
  background-position: center 8px;
  background-image: url(images/latest_work_title.jpg);
}
#skillset_icons {
  padding: 0px 10px;
  /*background-image: url(images/skillset_bg.jpg);
  background-repeat: repeat;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 5px 0px #e4e2e2;
  -moz-box-shadow: 0px 0px 5px 0px #e4e2e2;
  box-shadow: 0px 0px 5px 0px #e4e2e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 100px;
  display: block;
  position: relative;*/
}
#skillset_icons li {
  width: 15%;
  margin: 30px 2% 0 0;
  float: left;
  text-align: center;
}
#skillset_icons li:last-child {
  margin-right: 0;
}
#skillset_icons li img {
  width: 100%;
  -webkit-transition: all ease-in-out 0.1s;
	-moz-transition: all ease-in-out 0.1s;
	-o-transition: all ease-in-out 0.1s;
	transition: all ease-in-out 0.1s;
}
#skillset_icons li img:hover {
  margin-top: 1px;
}




/* Latest Work */
#latest_work {
  margin-bottom: 40px;
}
#latest_work .view {
    width: 32%;
    max-height: 240px;
    margin: 0px 2% 40px 0;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}
#latest_work .view:nth-child(3n+4) {
  margin-right: 0;
}
.view .mask, .view .content {
    width: 100%;
    height: 240px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view img {
    display: block;
    position: relative;
    width: 100%;
    max-height: 230px; 
    border: 5px solid #fff;
    max-width: 310px;
}
.view img:after {
  content: '';
  border-right: 5px solid #fff;
  height: 100%;
}
.view h2 {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 20px;
    padding: 0 20px;
    font-family: 'Droid Sans', Helvetica, Arial, Verdana, sans-serif;
    margin: 40px 0 10px;
    font-weight: bold;
    
}
.view p {
    font-size: 13px;
    position: relative;
    color: #fff;
    padding: 10px 20px 10px;
    text-align: center
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 18px;
    background: #292929;
    color: #fff;
    font-size: 14px;
    text-shadow: none;
}
.view a.info:hover {
    background: #fff;
    color: #292929;
}
.view img {
    -webkit-transition: all 0.4s ease-in-out 0.5s;
    moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
}
.view .mask{
    background-color: rgba(53,167,232,0.9);
    opacity:0;
    -webkit-transition: all 0.3s ease-in 0.4s;
    -moz-transition: all 0.3s ease-in 0.4s;
    -o-transition: all 0.3s ease-in 0.4s;
    transition: all 0.3s ease-in 0.4s;
}
.view h2{
    opacity:0;
    border-bottom: 1px solid #fff;
    background: transparent;
    padding: 0 0 10px;
    margin: 40px 40px 10px 40px;
    -webkit-transform: scale(10);
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transform: scale(10);
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -0-transform: scale(10);
    -0-transition: all 0.3s ease-in-out 0.1s;
    ransform: scale(10);
    transition: all 0.3s ease-in-out 0.1s;
}
.view p {
    opacity:0;
    -webkit-transform: scale(10);
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    -moz-transform: scale(10);
    -moz-transition: all 0.3s ease-in-out 0.2s;
    -o-transform: scale(10);
    -o-transition: all 0.3s ease-in-out 0.2s;
    transform: scale(10);
    transition: all 0.3s ease-in-out 0.2s;
}
.view a.info {
    opacity:0;
    -webkit-transform: translateY(100px);
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transform: translateY(100px);
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -o-transform: translateY(100px);
    -o-transition: all 0.2s ease-in-out 0.1s;
    transform: translateY(100px);
    transition: all 0.2s ease-in-out 0.1s;
}
.view:hover .mask {
    opacity:1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.view:hover img {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.view:hover h2 {
    opacity: 1;
    -webkit-transform: scale(1);
    -webkit-transition-delay: 0.1s;
    -moz-transform: scale(1);
    -moz-transition-delay: 0.1s;
    -o-transform: scale(1);
    -o-transition-delay: 0.1s;
    transform: scale(1);
    transition-delay: 0.1s;
}
.view:hover p {
    opacity:1;
    -webkit-transform: scale(1);
    -webkit-transition-delay: 0.2s;
    -moz-transform: scale(1);
    -moz-transition-delay: 0.2s;
    -o-transform: scale(1);
    -o-transition-delay: 0.2s;
    transform: scale(1);
    transition-delay: 0.2s;
}
.view:hover a.info {
    opacity:1;
    -webkit-transform: translateY(0px);
    -webkit-transition-delay: 0.3s;
    -moz-transform: translateY(0px);
    -moz-transition-delay: 0.3s;
    -o-transform: translateY(0px);
    -o-transition-delay: 0.3s;
    transform: translateY(0px);
    transition-delay: 0.3s;
}




/* Contact Form */
#contact_form_divide {
  background-image: url(images/contact_form_wrapper_bg.jpg);
  background-repeat: repeat-x;
  height: 3px;
  width: 100%;
  display: block;
  margin: 0 0 80px 0;
}
#contact_text {
 
  float: left;
  
}
#contact_text h3 {
  font-size: 16px;
  line-height: 26px;
}
#contact_text p {
  font-size: 14px;
  line-height: 22px;
}
#contact_form_wrapper {
  
  display: block;
}
#contact_form_wrapper h2 {
 background-position: center 8px;
} 
#contact_form_wrapper .contact_form {
  width: 66%;
  float: right;
  background-image: url(images/skillset_bg.jpg);
  background-repeat: repeat;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 5px 0px #e4e2e2;
  -moz-box-shadow: 0px 0px 5px 0px #e4e2e2;
  box-shadow: 0px 0px 5px 0px #e4e2e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 80px;
}
.contact_form_main {
  padding: 40px 40px 80px;
}
.contact_form p {
  color: #888888;
}

.contact_form_text, textarea { border: 1px solid #ededed; padding: 10px; color: #888888; }
.contact_form_text {
 width: 40%;
}
textarea { height: 150px; width: 100%; padding: 0; }

.contact_form_submit, .button { 
	color: #fff;
	padding: 10px 30px;
	font-weight: bold;
	float: right;
	background-color: #2ea4e7;
	background: #34a7e9; /* Old browsers */
  background: -moz-linear-gradient(top,  #34a7e9 1%, #0891de 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#34a7e9), color-stop(100%,#0891de)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #34a7e9 1%,#0891de 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #34a7e9 1%,#0891de 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #34a7e9 1%,#0891de 100%); /* IE10+ */
  background: linear-gradient(top,  #34a7e9 1%,#0891de 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34a7e9', endColorstr='#0891de',GradientType=0 ); /* IE6-9 */
  border: 1px solid #027ec5;
  border-bottom: 3px solid #027ec5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 1px 1px 1px #0278bc;
  cursor: pointer;
}
.contact_form_submit:hover, .contact_form_submit:focus, .button:hover, .button:focus { 
  color: #fff; 
  background: #0891de; /* Old browsers */ 
}
.contact_form_submit:active {
  border-bottom: 1px solid #027ec5;
  position: relative;
  top: 3px;
}
div.contact_form_response_output { 
padding: 15px 20px !important; 
width: 350px !important; 
color: #fff !important; 
margin: 0px !important;
line-height: 20px;
}

span.contact_form_not_valid_tip { 
background-color: #be2731 !important; 
border: 1px solid #990e18 !important; 
padding: 15px 20px !important; 
width: 220px !important; 
color: #fff !important; 
margin: 0px !important; 
}

.contact_form_mail_sent_ok {
background-color: #fab42f !important; 
border: 1px solid #ef9a06 !important;
}

div.contact_form_validation_errors {
background-color: #be2731 !important; 
border: 1px solid #990e18 !important;
}

.ajax-loader { display: none !important; }


.content-blocks > div {
  float: left;
  margin-left: 0.8%;
  width: 31.6%;
}
.h-c1 {
  border-top: 2px solid #F49983;
}
.h-c2 {
  border-top: 2px solid #89BAE4;
}
.h-c3 {
  border-top: 2px solid #98C940;
}
h2.h-c1, h2.h-c2, h2.h-c3 {
  margin-top: 14px;
  padding-top: 14px;
  color: #434343;
}


/* Footer */
#site_footer {
  background-image: url(images/footer_bg.jpg);
  background-repeat: repeat;
  padding: 40px 0;
  border-top: 1px solid #fff;
}

#footer_link {
  background-image: url(images/footer_link_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
}

