
body {
    margin: 0;
    padding: 0;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    font-family: 'OpenSans', Arial, sans-serif;
   /* background: url('images/bg.gif') repeat;*/
}
/*#header {
    float: left;
    width: 20%;
    left: 0;
    top: 0;
    height: 100%;
}*/
#page {
    width: 80%;
    float: right;
    height: 100%;
}



    
#header {
    background: #00b2d9;
    position: fixed;
    float: left;
    width: 100%;
    margin-bottom: 0;
   -moz-transition: all .3s ease;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}

@media only screen and (min-width:600px) {
    #header {
        background: #00b2d9;
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }
}
#page {
    width: 90%;
    clear: both;
    float: none;
    margin: 20px auto;
    padding: 10px 0 0 0;
}

#logo {
   width:87px; height: 90px; margin: 0 auto; float: none;
   -moz-transition: all .3s ease;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}
.heehaa .shrink #logo {
   width:50px; height: 50px; margin: 0 auto; float: left;
}
#logo img {
    width: 100%;
    height: auto;
}
@media only screen and (min-width:560px) {
    #logo {
       width:87px; height: 90px; margin: 0 auto;
    }
}
#nav {
    width: 100%;
    clear: both;
    margin: 0 auto;
    float: none;
    text-align:center;
    margin: 0;
    padding:0 0 20px 0;
}
.heehaa .shrink #nav {
    width: auto;
    clear: none;
    margin: 0 auto 10px;
    float: left;
    text-align:center;
    margin: 0;
    padding:0;
}
#nav li {
    margin: 0;
    padding:0;
    text-align:center;
    display: inline;
    height: 35px;
}

#nav li a {
    color: #bfebf6;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 6px 21px 6px;
    display: inline;
    font-family: 'OpenSansSemiBold', Arial, sans-serif;
}
.heehaa .shrink #nav li a {
    color: #bfebf6;
    font-size: 14px;
    text-transform: uppercase;
    padding: 18px 6px 18px 6px;
    display: inline;
    font-family: 'OpenSansSemiBold', Arial, sans-serif;
    display: inline-block;	
}

/*@media only screen and (min-width:560px) {
	
	#nav li a {
	    color: #bfebf6;
	    font-size: 14px;
	    text-transform: uppercase;
	    padding: 6px;
	    display: inline;
	    font-family: 'OpenSansSemiBold', Arial, sans-serif;
	}
}*/

#nav li.current-menu-item a {
    background: #135f6f;
    color: #fff;
    padding-bottom: 17px;
}
@media only screen and (min-width:560px) {
	#nav li.current-menu-item a {
	    padding-bottom: 9px;
	}
}

@media only screen and (min-width:320px) {
    
    #nav li {
        margin: 0;
        padding:0;
        text-align:center;
        display: inline;
        }
}



@media only screen and (min-width:560px) {
	
    #header {
        position: fixed;
        float: left;
        width: 30%;
        left: 0;
        top: 0;
        height: 100%;
    }
    #page {
        width: 70%;
        float: right;
        height: 100%;
        margin: 135px 0 50px 0;
    }
    #logo {
        margin-right: 20px; float: right;
    }
    #nav {
        /*clear: both;*/
        /*margin-right: 35px;*/
        float: right;
        text-align: right;
   /* margin: 0 -1px 0 0;*/
    }
    #nav li {
        
        text-align:right;
        display: block;
    }
    #nav li a {
	color: #bfebf6;
	font-size: 18px;
	text-transform: uppercase;
	-moz-transition: all .35s ease;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	padding: 11px 36px 9px 25px;
	display: inline-block;
	/*font-family: 'OpenSans', Arial, sans-serif;
	background: #00b2d9;*/
    }
    
    #nav li a:hover {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 11px 43px 9px 31px;
	background: #00809b;
	/*border-right: 20px solid red;*/
    }
    #nav li.current-menu-item a:hover {
	background: #294e56;
	padding: 11px 36px 9px 25px;
}
    
    
    
    
}

@media only screen and (min-width:780px) {
	
    #header {
        position: fixed;
        float: left;
        width: 20%;
        left: 0;
        top: 0;
        height: 100%;
    }
    #page {
        width: 80%;
        float: right;
        height: 100%;
        margin: 135px 0 0 0;
    }
}



h1 {
    font: 38px/50px 'OpenSansLight', Arial, sans-serif;
    color: #00b2d9;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 0 30px 0;
    padding: 0;
    letter-spacing: -2px;
    text-align: left;
}
h2 {
    font: 45px/36px 'OpenSansLight', Arial, sans-serif;
    color: #1e373d;
    text-align: left;
    /*text-transform: uppercase;*/
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0;
    padding: 0;
    letter-spacing: -2px;
}
h2 strong {
    font-family: 'OpenSansRegular', Arial, sans-serif;
}
h2 em {
    font-family: 'OpenSansRegular', Arial, sans-serif;
    color: #00b2d9;
    font-style: normal;
    /*font-weight: 100;
    white-space: nowrap;*/
}
h3 {
    font: 18px/27px 'OpenSansLight', Arial, sans-serif;
    color: #1e373d;
    text-align: center;
    text-transform: uppercase;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0;
	padding: 0;
	clear: both;

}
h3 em {
	    font: 18px/27px 'OpenSansRegular', Arial, sans-serif;
	    color: #00b2d9;
	}

@media only screen and (min-width:560px) { /* header changes */
	h1 {
	    font: 48px/58px 'OpenSansRegular', Arial, sans-serif;
		text-align: left;
		padding: 0;
		letter-spacing: -4px; 	
		text-align: left;
		
	}
	h2 {
	    font: 28px/36px 'OpenSansLight', Arial, sans-serif;
	    text-align: left;
	}
	h3 {
	    text-align: left;
	}
}

@media only screen and (min-width:730px) { /* header changes */
	h1 {
	    font: 57px/67px 'OpenSansRegular', Arial, sans-serif;
	    text-align: left;
	}
	
  /*
  h2 {
	    font: 27px/35px 'OpenSansLight', Arial, sans-serif;
	    text-align: left;
	}
	*/
}
@media only screen and (min-width:790px) {
	h1 {
	    font: 80px/57px 'Open Sans', Arial, sans-serif;
	    font-weight: 400;
	    text-align: left;
	}
	h2 {
		/*font: 36px/45px 'OpenSansLight', Arial, sans-serif;*/
		font: 57px/53px 'OpenSansLight', Arial, sans-serif;
	    text-align: left;
	}
}
p {
    /*font: 18px/10px 'OpenSansLight', Arial, sans-serif;*/
    font: 16px/29px 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    text-decoration: none;
   /* display: inline-block;*/
    margin-top: 20px;
    margin-bottom: 20px;
    color: #2b2b2b;
}
p strong {
    font: 16px/29px 'Open Sans', Arial, sans-serif;
    font-weight: 600;
}
p a {
    font: 20px/57px 'OpenSansSemiBold', Arial, sans-serif;
    text-decoration: none;
    white-space: nowrap;
}
em {
    font-family: 'OpenSansLightItalic', Arial, sans-serif;
    font-style: italic;}
  /*  
@media only screen and (min-width:240px) {
	ul {
	    margin: 0;
	    padding: 0;
	    text-align: left;
	    width: 100%;
	}
}
@media only screen and (min-width:480px) {
	ul {
	    width: 95%;
	}
}   
@media only screen and (min-width:680px) {
	ul {
	    width: 80%;
	}
} 
@media only screen and (min-width:850px) {
	ul {
	    width: 60%;
	}
}
@media only screen and (min-width:1100px) {
	ul {
	    width: 45%;
	}
}*/
  
  
ul {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 100%;
}
  
ul li  {
    list-style: none;
    line-height: 15px;
    font-size: 15px;
    letter-spacing: 0px;
}
ul li span {
    font-family: 'OpenSansLight', Arial, sans-serif;
    list-style: none;
    color: #444;
    display: inline-block;
}
ul li em {
    font-family: 'OpenSansSemiBold', Arial, sans-serif;
    font-style: normal;
    color: #555;
}
ul li span strong {
    list-style: none;
    font-family: 'OpenSansSemiBold', Arial, sans-serif;
    font-weight: bold;
    color: #00b2d9;
    font-size: 30px;
    line-height: 15px;
    margin: 20px 10px 0 0;
    display: inline-block;
}
a.add-yourself {
    background: #00b2d9;
    display: inline-block;
    padding: 10px 15px;
    font-family: 'OpenSansSemiBold', Arial, sans-serif;
    font-size: 18px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 20px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: auto;
}
a:hover.add-yourself{
    background: #008fae;
    padding: 10px 21px;
}
a {
    font-family: 'OpenSans', Arial, sans-serif;
    font-size: 18px;
    color: #008fae;;
    text-decoration: none;
}

#hireme {
    font: 14px/16px 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    margin: 0 auto 0;
    text-transform:uppercase;
    color: #172c31;
    text-align:center;
}
#hireme a {
    background: #da6d0e;
    font: 16px/16px 'Open Sans', Arial, sans-serif;
    font-weight: 600;		
    padding: 16px 9px 4px 9px;
    font-size: 16px;
    margin: -4px 0 0 6px;
    color: #fff;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
}	
@media only screen and (min-width:560px) {
    #hireme {
	font: 16px/16px 'Open Sans', Arial, sans-serif;
	font-weight: 400;
        position: absolute;
        top: 4px;
        right: 10%;
        text-transform:uppercase;
        color: #172c31;
    }
    #hireme a {
	font: 16px/16px 'Open Sans', Arial, sans-serif;
	font-weight: 600;	
        padding: 6px 9px 4px 9px;
        background: #da6d0e;
        color: #fff;
        margin-left: 6px;
    }
    #hireme a:hover {
        padding: 26px 9px 4px 9px;
    }
}
#hireme strong {
    font-weight: 700;
    color: #3d7583;
}

.content {
    margin: 0 auto 30px; width: 95%; text-align: left;
}
ul.work li {
    width: 100%;
    /*max-width: 410px;*/
    margin: 0 auto 30px;
    float: none;
    box-shadow: none;
    /*overflow: auto;*/
    display: inline-block;
}
  
    ul.work li img{
	width: 98%;
	max-width: 100%;
	height: auto;
	/*box-shadow: 0px 0px 7px #999;*/
	border: 1px solid #ccc;
    }
@media only screen and (min-width:680px) {
    .content {
        margin: 0 auto 30px; width: 85%; text-align: left;
    }
    ul.work li {
	width: 400px;
	/*max-width: 410px;*/
	margin: 0 auto 30px;
	float: none;
	box-shadow: none;
	overflow: auto;
	display: inline-block;
    }
    ul.work li img{
	width: 100%;
	max-width: 100%;
	height: auto;
    box-shadow: none;
	border: none;
    }
}
ul.work {
    width: 100%;
    max-width: 900px;
    /* start */
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
	/* end */
}




@media only screen and (min-width:920px) {
	ul.work li {
	    width: 390px;
	    /*max-width: 410px;*/
	    margin: 0 3% 6%;
	    float: left;
	}
	
	/*ul.work li:first-child {
	    margin: 0 3% 0 0;
	}
	
	ul.work li:last-child {
	    margin: 0 0 0 3%;
	}*/
}

/*
@media only screen and (min-width:1020px) {
	ul.work li {
	    width: 30%;
	    margin: 0 1.5%;
	    float: left;
	}
	
	ul.work li:first-child {
	    margin: 0 3% 0 0;
	}
	
	ul.work li:last-child {
	    margin: 0 0 0 3%;
	}
}*/
p.disclosure {
    font: 13px/19px 'OpenSansSemiBoldItalic', Arial, sans-serif;
    font-style: italic;
    color: #666;
    margin: 10px 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}
p.disclosure a {
    font: 13px/19px 'OpenSansSemiBoldItalic', Arial, sans-serif !important;
    font-style: italic !important;
    color: #00B2D9;
    margin: 10px 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}
p.disclosure strong{
    font: 13px/19px 'OpenSansSemiBoldItalic', Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
p.disclosure em {
    font: 23px/13px 'OpenSansSemiBoldItalic', Arial, sans-serif;
    vertical-align: sub;
    font-weight: bold;
    color: #00b2d9;
}






/*------------------------------------------------------------------------------------------------------------------------
	= font icons
------------------------------------------------------------------------------------------------------------------------*/


@font-face {
  font-family: 'mark01';
  src: url('fonts/mark01.eot?33263798');
  src: url('fonts/mark01.eot?33263798#iefix') format('embedded-opentype'),
       url('fonts/mark01.woff?33263798') format('woff'),
       url('fonts/mark01.ttf?33263798') format('truetype'),
       url('fonts/mark01.svg?33263798#mark01') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'mark01';
    src: url('../font/mark01.svg?33263798#mark01') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "mark01";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
   text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); 
}
 
.icon-gplus:before { content: '\e81f'; } /* '?' */
.icon-pinterest:before { content: '\e81e'; } /* '?' */
.icon-linkedin-1:before { content: '\e81c'; } /* '?' */
.icon-twitter-1:before { content: '\e819'; } /* '?' */
.icon-youtube:before { content: '\e81a'; } /* '?' */
.icon-email:before { content: '\e81b'; } /* '?' */
.icon-facebook-1:before { content: '\e81d'; } /* '?' */
.icon-star:before { content: '\e802'; } /* '?' */
.icon-th-list-1:before { content: '\e813'; } /* '?' */
.icon-th-list:before { content: '\e807'; } /* '?' */
.icon-heart:before { content: '\e803'; } /* '?' */
.icon-th-1:before { content: '\e812'; } /* '?' */
.icon-th:before { content: '\e806'; } /* '?' */
.icon-ok-circled:before { content: '\e800'; } /* '?' */
.icon-ok-circle:before { content: '\e825'; } /* '?' */
.icon-cancel-circle:before { content: '\e824'; } /* '?' */
.icon-star-circled:before { content: '\e821'; } /* '?' */
.icon-ok-circled-1:before { content: '\e822'; } /* '?' */
.icon-lock-2:before { content: '\e820'; } /* '?' */
.icon-ok-circled2:before { content: '\e801'; } /* '?' */
.icon-info-circled:before { content: '\e811'; } /* '?' */
.icon-th-large:before { content: '\e805'; } /* '?' */
.icon-menu-1:before { content: '\e816'; } /* '?' */
.icon-th-list-2:before { content: '\e818'; } /* '?' */
.icon-th-thumb:before { content: '\e817'; } /* '?' */
.icon-twitter:before { content: '\e80c'; } /* '?' */
.icon-facebook:before { content: '\e810'; } /* '?' */
.icon-menu:before { content: '\e808'; } /* '?' */
.icon-linkedin:before { content: '\e80f'; } /* '?' */
.icon-twitter-squared:before { content: '\e80b'; } /* '?' */
.icon-facebook-squared:before { content: '\e80d'; } /* '?' */
.icon-linkedin-squared:before { content: '\e80e'; } /* '?' */
.icon-lock-alt:before { content: '\e815'; } /* '?' */
.icon-lock-1:before { content: '\e814'; } /* '?' */
.icon-picture:before { content: '\e804'; } /* '?' */
.icon-lock:before { content: '\e809'; } /* '?' */
.icon-lock-3:before { content: '\e823'; } /* '?' */
.icon-bookmark:before { content: '\e80a'; } /* '?' */

a.icons {
    color: #80d8ec;
    text-decoration: none;
    display: block;
    background: #0d8ba8;
    padding: 8px 5px ;
    margin-top: 0;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    /*width: 36px;
    height: 28px;*/
    float: left;
    margin-left:6px;
    text-align: center;
    font-size: 15px;
    float: right;
}
a.icons.linkedin {
    padding: 8px 6px;
}
a.icons:hover {
    color: #fff;
    background: #0b4856;
    /*width: 46px;
    height: 38px;*/
}
ul#social-icons.mobile-only {
    display: block;
    float: right;
    padding: 0 16px 0 0;
}
ul#social-icons.desktop-only {
    display: none;
	}
@media only screen and (min-width:560px) {
    ul#social-icons.mobile-only {
	display: none;
    }
    ul#social-icons.desktop-only {
	float: right;
	display: block;
	padding: 0 36px 0 0;
    }
    a.icons:hover {
	color: #fff;
	font-size: 21px;
	padding: 12px 9px ;
	margin-top: -6px;
	text-decoration: underline;
	background: #0b4856;
	/*width: 46px;
	height: 38px;*/
    }	
}



#nav .current a {
	background: #135f6f;
	background: #00809b;
	/*padding-right: 15px;*/
	color: #fff;
}
/*  current-menu-item  */







.thumb p.qr {
    display: none;
	
}
/*
ul.work li {
    width: 100%;
    max-width: 410px;
    margin: 0 3% 20%;
    float: left;
    box-shadow: none;
    overflow: auto;
    }
}*/



	.view .mobilesite {
	    display: none;
	}
	
	
	
	.view h4 {
	    font: 20px/18px 'Open Sans', Arial, sans-serif;
	   text-transform: uppercase;
	   color: #222;
	   text-align: left;
	   letter-spacing: 1px;
	   padding: 10px 0;
	   margin: 0;
	   /*z-index: 999999;*/
	   width: 100%;
	}
		
	.view h5 {
	    font: 13px/18px 'Open Sans', Arial, sans-serif;
	    font-weight: 400;
	   text-transform: uppercase;
	   text-align: left;
	   letter-spacing: 1px;
	   padding: 10px 0;
	   margin: 0;
	  /* z-index: 999999;*/
	}
	.view h5 em {
	   font: 12px/16px 'Open Sans', Arial, sans-serif;
	    font-weight: 400;
	   color: #121212;
	   top: 10px;
	   letter-spacing: 1px;
	   display: inline-block;
	   width: 100%;
	   border-bottom: 1px solid grey;
	   padding-bottom: 4px;
	   margin-bottom: 14px;
	}
	
	.view h5 span {
	    font: 12px/18px 'Open Sans', Arial, sans-serif;
	    font-weight: 400;
	   text-transform: none;
	   text-align: left;
	   letter-spacing: 1px;
	   padding: 10px 0;
	   margin: 0;
	  /* z-index: 999999;*/
	}
	.view h5 span a {
	    font: 12px/18px 'Open Sans', Arial, sans-serif;
	    font-weight: 400;
	   text-transform: uppercase;
	   text-align: left;
	   letter-spacing: 2px;
	   padding: 0;
	   margin: 0;
	   color: #08b1d7;
	  /* z-index: 999999;*/
	}


	.mask a.websitelink h6 {
	    z-index: 999999;
	    padding: 4px 6px;
	    color: #fff;
	    background: #08b1d7;
	    margin: -10px 0 50px 0;
	    text-align: left;
	    float: left;
	    display: inline-block;
	}


@media only screen and (min-width:560px) {
	
	/* starting point for image rollovers */
	
	/*------------------------------------------------------------------------------------------------------------------------
		= hover effects
	------------------------------------------------------------------------------------------------------------------------*/
	
	/* generic styles */
	
	.view {
	   /*width: 130px;
	   height: 130px;*/
	   width: 100%;
	   margin: 0;
	   float: left;
	   /*border: 10px solid #fff;*/
	   overflow: hidden;
	   position: relative;
	   text-align: center;
	   /*cursor: default;*/
	   background: #fff;
	}
	.view .content {
	   /*width: 130px;
	   height: 130px;*/
	   position: relative;
	   overflow: hidden;
	   left: 0;
	   width: 100%;
	   height: 100%;
	}
	.view .mask {
	   /*width: 130px;
	   height: 130px;*/
	   width: 100%;
	   height: 100%;
	   position: absolute;
	   overflow: hidden;
	   bottom: 0;
	   left: 0;
	   width: 100%;
	}
	.view img {
	   display: block;
	   position: relative;
	   width: 100%;
	   height: auto;
	}
	.view h4 {
	    font: 18px/18px GillSansLight, Helvetica, Arial, sans-serif;
	   text-transform: uppercase;
	   color: red;
	   text-align: left;
	   position: absolute;
	   top: 26px;
	   left: 38px;
	   letter-spacing: 4px;
	   padding: 10px 0;
	   margin: 0;
	   /*z-index: 999999;*/
	   width: 100%;
	}
	.view h5 {
	    font: 11px/16px 'Open Sans', Arial, sans-serif;
	    font-weight: 300;
	   text-transform: uppercase;
	   text-align: left;
	   position: absolute;
	   top: 10px;
	   left: 43px;
	   letter-spacing: 2px;
	   padding: 10px 0;
	   margin: 0;
	  /* z-index: 999999;*/
	}
	.view h5 em {
	    font: 10px/16px 'Open Sans', Arial, sans-serif;
	    font-weight: 300;
	   color: #999;
	   top: 10px;
	   letter-spacing: 1px;
	   display: inline-block;
	   width: 200px;
	   border-bottom: 1px solid grey;
	   padding-bottom: 4px;
	   margin-bottom: 17px;
	  /* z-index: 999999;*/
	}
	.view h5 strong {
	    font: 14px/6px 'Open Sans', Arial, sans-serif;
	    font-weight: 700;
	   color: #00b2d9;
	   top: 10px;
	  /* z-index: 999999;*/
	}
	.view h5 span {
	    font: 12px/13px 'Open Sans', Arial, sans-serif;
	    font-weight: 300;
	    font-style: italic;
	   text-transform: none;
	   color: #7c9194;
	   text-align: left;
	   position: relative;
	   top: 10px;
	   left: 0;
	   letter-spacing: 1px;
	   padding: 10px 0;
	   margin: 0;
	  /* z-index: 999999;*/
	}
	.view h5 span a {
	    font: 12px/13px 'Open Sans', Arial, sans-serif !important;
	    font-weight: 300 !important;
	    font-style: italic;
	   text-transform: none;
	   color: #b6bfc2 !important;
	   letter-spacing: 1px;
	}
	.view h5 span a:hover {
	    color: #08b1d7 !important;
	}
	.view h6 {
	    font: 18px/18px GillSansLight, Helvetica, Arial, sans-serif;
	   text-transform: uppercase;
	   color: #fff;
	   text-align: center;
	   position: absolute;
	   right: 0;
	   bottom: 10px;
	   /*bottom: 500px;*/
	   letter-spacing: -1px;
	   margin: 0;
	   /*z-index: 999999;*/
	   background: #00b2d9;
	   padding: 10px 0;
	   width: 120px;
	}
	.view p.qr {
	    width: 116px;
	    height: 116px;
	   position: absolute;
	    right:4px;
	    bottom: 34px;
	}
	.view p.qr img {
	    width: 100%;
	    height: auto;
	}
	
	
	.view .mobilesite {
	    display: block;
	    width: 80px; position: absolute; bottom: 10px; right: 10px;
	   -webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	   -o-transition: all 0.5s ease-in-out;
	   -ms-transition: all 0.5s ease-in-out;
	   transition: all 0.5s ease-in-out;
	}
	
	
	/* specific styles  and hover effects */
	
	.thumb img {
	   -webkit-transform: scaleY(1);
	   -moz-transform: scaleY(1);
	   -o-transform: scaleY(1);
	   -ms-transform: scaleY(1);
	   transform: scaleY(1);
	   -webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	   -o-transition: all 0.5s ease-in-out;
	   -ms-transition: all 0.5s ease-in-out;
	   transition: all 0.5s ease-in-out;
	}
	.thumb .mask {
	   background-color: #1e373d;
	   -webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
	   -o-transition: all 0.3s linear;
	   -ms-transition: all 0.3s linear;
	   transition: all 0.3s linear;
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=0);
	   opacity: 0;
	}
	.thumb h4 {
	   /*background: #000;*/
	   left: 420px;
	   margin: 0;
	   color: #fff;
	   -webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	   -o-transition: all 0.2s ease;
	   -ms-transition: all 0.2s ease;
	   transition: all 0.2s ease;
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=0);
	   opacity: 1;
	   -webkit-transition-delay: 01s;
	   -moz-transition-delay: 0.1s;
	     -o-transition-delay: 0.1s;
	    -ms-transition-delay: 0.1s;
	        transition-delay: 0.1s;
		/*z-index: 9999999;*/
	}
	.thumb h5 {
	   /*background: #000;*/
	   top: 50px;
	   left: 38px;
	   margin: 0;
	   color: #dedede;
	   -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	   -o-transition: all 0.4s ease;
	   -ms-transition: all 0.4s ease;
	   transition: all 0.4s ease;
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=0);
	   opacity: 0;
	   -webkit-transition-delay: 0.4s;
	   -moz-transition-delay: 0.4s;
	     -o-transition-delay: 0.4s;
	    -ms-transition-delay: 0.4s;
	        transition-delay: 0.4s;
		/*z-index: 9999999;*/
	}
	.thumb h6 {
	   /*background: #000;*/
	   right: -150px;
	   -webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	   -o-transition: all 0.3s ease;
	   -ms-transition: all 0.3s ease;
	   transition: all 0.3s ease;
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=0);
	   opacity: 0;
	   -webkit-transition-delay: 0.2s;
	   -moz-transition-delay: 0.2s;
	     -o-transition-delay: 0.2s;
	    -ms-transition-delay: 0.2s;
	        transition-delay: 0.2s;
		/*z-index: 9999999;*/
	}
	.thumb p {
	   color: #333;
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=0);
	   opacity: 0;
	   -webkit-transform: scale(1.0);
	   -moz-transform: scale(1.0);
	   -o-transform: scale(1.0);
	   -ms-transform: scale(1.0);
	   transform: scale(1.0);
	   -webkit-transition: all 0.5s linear;
	   -moz-transition: all 0.5s linear;
	   -o-transition: all 0.5s linear;
	   -ms-transition: all 0.5s linear;
	   transition: all 0.5s linear;
	}
	/*
	.thumb a.info {
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=0);
	   opacity: 0;
	   -webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	   -o-transform: scale(1.2);
	   -ms-transform: scale(1.2);
	   transform: scale(1.2);
	   -webkit-transition: all 0.5s linear;
	   -moz-transition: all 0.5s linear;
	   -o-transition: all 0.5s linear;
	   -ms-transition: all 0.5s linear;
	   transition: all 0.5s linear;
	}*/
	
	.thumb p.qr {
	    display: block;
	    opacity: 0.99;
	    right:4px;
	    bottom: 0px;
	   -webkit-transition: all 0.6s ease;
	   -moz-transition: all 0.6s ease;
	   -o-transition: all 0.6s ease;
	   -ms-transition: all 0.6s ease;
	   transition: all 0.6s ease;
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=0);
	   opacity: 0;
	   -webkit-transition-delay: 0.8s;
	   -moz-transition-delay: 0.8s;
	     -o-transition-delay: 0.8s;
	    -ms-transition-delay: 0.8s;
	        transition-delay: 0.8s;
	}
	.thumb p.qr img {
	    
	   -webkit-transform: scale(1);
	   -moz-transform: scale(1);
	   -o-transform: scale(1);
	   -ms-transform: scale(1);
	   transform: scale(1);
	}
	
	
	
	/*
	final dusplay ------------------------------------------------
	*/
	.thumb:hover img {
	   -webkit-transform: scale(1);
	   -moz-transform: scale(1);
	   -o-transform: scale(1);
	   -ms-transform: scale(1);
	   transform: scale(1);
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=0);
	   opacity: 1;
	}
	.thumb:hover .mobilesite {
	   /*-webkit-transform: scale(0.9);
	   -moz-transform: scale(0.9);
	   -o-transform: scale(0.9);
	   -ms-transform: scale(0.9);
	   transform: scale(0.9);*/
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=0);
	   opacity: 1;
	   bottom: -160px; 
	}
	/*.thumb:hover img.phone, .thumb:hover img.phonebg {
	   -webkit-transform: scale(0.1);
	   -moz-transform: scale(0.1);
	   -o-transform: scale(0.1);
	   -ms-transform: scale(0.1);
	   transform: scale(0.1);
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=0);
	   opacity: 0;
	   z-index: 10;
	}*/
	.thumb:hover .mask {
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
	   filter: alpha(opacity=50);
	   opacity: 0.97;
	}
	.thumb:hover h4,.view-tenth:hover p,.view-tenth:hover a.info {
	   -webkit-transform: scale(1);
	   -moz-transform: scale(1);
	   -o-transform: scale(1);
	   -ms-transform: scale(1);
	   transform: scale(1);
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=99)";
	   filter: alpha(opacity=99);
	   opacity: 0.99;
	   top: 26px;
	   left: 38px;
	}
	.thumb:hover p.qr {
	    opacity: 0.8;
	    right:4px;
	    bottom: 34px;
	}
	.thumb:hover p.qr img {
	   -webkit-transform: scale(1);
	   -moz-transform: scale(1);
	   -o-transform: scale(1);
	   -ms-transform: scale(1);
	   transform: scale(1);
	   padding: 2px;
	   background: #fff;
	}
	.thumb:hover h5 {
	    opacity: 0.89;
	    top:65px;
	    left: 38px;
	}
	.thumb:hover h6 {
	    opacity: 0.99;
	    right: 0;
	}
	
	
	.mask a.websitelink h6 {
	    z-index: 999999;
	    padding: 10px 0;
	    color: #fff;
	    background: #08b1d7;
	    margin: 0;
	    text-align: center;
	    float: left;
	    display: inline-block;
	}
	
	
	.mask a.websitelink h6:hover {
	    z-index: 999999;
	}
	.mask a.websitelink h6:hover {
	    padding-right: 20px;
	}
}


	h5 {
	    font: 19px/24px 'Open Sans', Arial, sans-serif;
	    font-weight: 400;
	    text-transform: uppercase;
	    letter-spacing: 5px;
	    color: #407686;
	    clear: both;
	}
@media only screen and (min-width:780px) {
	h5 {
	    font: 19px/24px 'Open Sans', Arial, sans-serif;
	    font-weight: 400;
	    text-transform: uppercase;
	    letter-spacing: 5px;
	    color: #407686;
	    clear: none;
	}
}
h6 {
    font: 16px/24px 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
color: #16272b;
}


h3.desktop {
    display: none;
}
h3.mobile {
    display: inline-block;
}

@media only screen and (min-width:560px) {
	h3.desktop {
	    display: inline-block;
	}
	h3.mobile {
	    display: none;
	}
}




.homemenu {
    display: none !important;
}
#home {padding-top:64px;}
    #homep {margin-bottom: 200px;}
#work {padding-top:50px;margin-bottom: 100px;}
#about {padding-top:50px;margin-bottom: 100px;}
/*#blog {padding-top:50px;margin-bottom: 100px;}*/
#contact {padding-top:50px;margin-bottom: 100px;}



@media only screen and (min-width:560px) {
    .homemenu {
	display: block !important;
    }	
    #home {padding-top:120px;}
    #homep {margin-bottom: 200px;}
    #work {padding-top:90px;margin-bottom: 200px;}
    #about {padding-top:125px;margin-bottom: 200px;}
    /*#blog {padding-top:160px;margin-bottom: 200px;}*/
    #contact {padding-top:160px;margin-bottom: 900px;}
}

#myphoto {
    float: left; margin: -20px auto 30px; text-align: center;
}
#myphoto img {
    width: 100%;
    height: auto;
    max-width: 330px;
}
@media only screen and (min-width:780px) {
    #myphoto {
	float: right; margin: -20px 0;
    }	
}

#designercoder-desktop img {
    width: 100%;
    max-width: 985px;
    height: auto;
    text-align: center;
    margin: 0 auto 30px;
}
#designercoder-mobile img {
    width: 100%;
    max-width: 476px;
    height: auto;
    text-align: center;
    margin: 0 auto 30px;
}

#designercoder-mobile {
    display: block;
}
#designercoder-desktop {
    display: none;
    
}
@media only screen and (min-width:800px) {
    #designercoder-mobile {
	display: none;
    }	
    #designercoder-desktop {
	display: block;
    }
}



p.designercoder {
    font: 24px/30px 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    color: #5c5c5c;
    text-align: center !important;
}
@media only screen and (min-width:1150px) {
    p.designercoder {
	font: 24px/30px 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	color: #5c5c5c;
	width: 80%;
	margin: 0 auto;
    }
}
p.designercoder em{
    font: 24px/30px 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    color: #d95c00;
    text-align: center;
}
p.designercoder strong{
    font: 24px/30px 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    text-align: center;
}

#about h5 {
    font: 24px/30px 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #1e373d;
    letter-spacing: 2px;
    background: url('images/about-heading-bg.gif') center repeat-x;
    margin-top:60px;
}
#about h5 span {
    background: white;
    padding-right: 20px;
}
#whatido {
    float: none;
    width: 100%;
    margin-right: 0;
}

#whatidont {
    float: none;
    width: 100%;
}
@media only screen and (min-width:800px) {
	#whatido {
	    float: left;
	    width: 60%;
	    margin-right: 2%;
	}
	
	#whatidont {
	    float: left;
	    width: 38%;
	}
}
#about #whatidont h5 {
    background: none;
}

ul.whatidoanddont {
    list-style: none;
    clear: both;
    margin: 0;
}
ul.whatidoanddont li {
    list-style: none;
    clear: both;
    margin: 0;
    color: #1e373d;
    font: 18px/24px 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    background: url('images/tick-orange.png') 0 0 no-repeat;
    margin-bottom: 20px;
    min-height: 26px;
    padding-left: 40px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
ul.whatidoanddont li:hover {
    /*padding-left: 50px;*/
    background: url('images/tick-blue.png') 0 0 no-repeat;
    /*margin-left: 5px;*/
}
#whatidont ul.whatidoanddont li {
    background: url('images/cross.png') 0 0 no-repeat;
}
ul.whatidoanddont li strong {
    font-weight: 600;
}





/*
 
process

*/
.process {
    /*width: 110px; height: 110px;*/
    width: 100%; 
    float: none;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.process img {
    width: 193px; height: 193px;
}

.link {
	width: 100%; 
	float: none;
	text-align: center;
	background: url('images/link-down.png') center 0 no-repeat;
	padding-top: 10px;
	height: 20px;
}
@media only screen and (min-width:800px) {
    .process {
	/*width: 110px; height: 110px;*/
	width: 11%; 
	float: left;
	position: relative;
    }
	
    .link {
	/*width: 110px; height: 110px;*/
	display: block;
	width: 10%; 
	float: left;
	text-align: center;
	background: none;
	padding-top: 20px;
	height: 80px;
    }	
}
.wholeprocess {
    height: auto;
    
}
@media only screen and (min-width:800px) {
    .wholeprocess {
	height: 150px;
    }
    .process img {
	width: 120px; height: 120px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 1;
	z-index: 1000;
    }	
}

.process img.spin {
    display: none;
}
    
@media only screen and (min-width:1170px) {
    
    .link {
	/*width: 110px; height: 110px;*/
	width: 10%; 
	float: left;
	text-align: center;
	background: url('images/link-small.png') center 30px no-repeat;
	padding-top: 30px;
	height: 100px;
    }
    .process img {
	width: 110px; height: 110px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0.6;
	z-index: 1000;
    }
    .process.spinner img.extra {
    width: 140px; height: 140px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0.6;
    z-index: 1000;
    margin-left: -15px;
    margin-top: -15px;
}
.process.spinner:hover img.extra {
    width: 175px; height: 175px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    z-index: 1000;
    margin-left: -36px;
    margin-top: -33px;
    z-index: 9999;
}

.process:hover img {
    width: 132px; height: 132px;
    margin-left: -11px;
    margin-top: -11px;
    opacity: 1;
    z-index: 10001;
}

.process img.spin {
    display: block;
    position: absolute;
    top: -19px;
    left: -20px;
    width: 149px;
    height: 149px;
    z-index: -1;
    opacity: 0.2;
}
.process:hover img.spin {
    -webkit-animation: wave 2s none infinite;
    -moz-animation: wave 2s none infinite;
    animation: wave 2s none infinite;
    top: -19px;
    left: -21px;
    width: 168px;
    height: 168px;
    z-index: -1;
    opacity: 1;
}
}




@-webkit-keyframes wave {
  0% { 
    -webkit-transform: rotate(0deg) translate(0px);            
    transform: rotate(0deg) translate(0px);
  }
  100% { 
    -webkit-transform: rotate(360deg) translate(0px);    
    transform: rotate(360deg) translate(0px);
  }
}

@-moz-keyframes wave {
  0% { 
    -moz-transform: rotate(0deg) translate(0px);
    transform: rotate(0deg) translate(0px);
  }
  100% { 
    -moz-transform: rotate(360deg) translate(0px);
    transform: rotate(360deg) translate(0px);
  }
}

@keyframes wave {
  0% { 
    -moz-transform: rotate(0deg) translate(0px);
    -webkit-transform: rotate(0deg) translate(0px);
    -o-transform: rotate(0deg) translate(0px);
    transform: rotate(0deg) translate(0px);
  }
  100% { 
    -moz-transform: rotate(360deg) translate(0px);
    -webkit-transform: rotate(360deg) translate(0px);
    -o-transform: rotate(360deg) translate(0px);
    transform: rotate(360deg) translate(0px);
  }
}


ul#whyhire {
    margin: 0;
    padding: 0;
}
ul#whyhire li {
    list-style: none;
    margin: 0;
    padding: 14px 0 17px;
    border-bottom: 1px solid #ccc;
}
ul#whyhire li div span.whyreason {
    font: 24px/28px 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    padding: 2px 13px;
    background: #1e373d;
    display: inline-block;
    margin-top: -20px !important;
    vertical-align: text-bottom;
}
ul#whyhire li div span.whyhash {
    font: 48px/48px 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    color: #595959;
    padding: 0;
    background: none;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}
ul#whyhire li div span.whynumber {
    font: 36px/48px 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    color: #00b2d9;
    padding: 0;
    background: none;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
}
ul#whyhire li .thereason {
    font: 18px/24px 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    color: #1e373d;
    padding-left: 0;
    clear: both;
}
ul#whyhire li .thereason strong {
    font: 18px/24px 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    color: #1e373d;
    padding-left: 0;
    clear: both;
}
@media only screen and (min-width:1100px) {
	ul#whyhire li .thereason {
	    font: 18px/24px 'Open Sans', Arial, sans-serif;
	    font-weight: 300;
	    color: #1e373d;
	    padding-left: 250px;
    clear: none;
	}
}

a.cta-hire {
    font: 22px/28px 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    padding: 8px 30px;
    background: #d95c00;
    text-align: center;
    clear: both;
    float: left;
    margin: 40px 0 0 0;
    color: #fff;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: 3px;
    text-transform: uppercase;
}
a.cta-hire:hover {
    padding: 8px 45px;
}

.desktop-only {
    display: none;
}

@media only screen and (min-width:560px) {
	.desktop-only {
	    display: block !important;
	}
}


.cv {
	float: none;
	display: none;
    }
@media only screen and (min-width:560px) {
    .cv {
	float: right;
	display: block;
	font-weight: 600;
	margin-top: 30px;
	color: #82d0e1;
	text-transform:uppercase;
	font-size: 13px;
	margin-right: 35px;
	letter-spacing: -1px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
    }
    .cv:hover{
	color: #fff;
    }
}






#contact { width: 100%; margin-left: 0;  }

#contact .alert {
    font-weight: 600; font-size: 18px; font-style: normal; text-transform: uppercase; color: #9d3131; 
}
#contact .formblock { display: block; margin-bottom: 11px; }
#contact .formblock label { font-size: 1.1em; display: none; font-style: italic; font-weight: normal; color: #232323;  color: #5f6d7a; }

#contact .formblock .txt {
    
    font: 18px/18px 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    padding: 4px 6px; font-size: 18px; color: #666; width: 100%; max-width: 360px; }
#contact .formblock .txtarea { 

    font: 18px/18px 'Open Sans', Arial, sans-serif;
    font-weight: 400;
padding: 3px 5px; color: #666; width: 100%; max-width: 364px; height: 140px; }

#contact .formblock .error { font-weight: bold; font-size: 14px; font-style: normal; text-transform: uppercase; color: #9d3131; clear: both; }
#contact .info { font-weight: bold; font-size: 1.3em; color: #59913d; margin-bottom: 10px; font-family: Arial, Tahoma, sans-serif; }

#contact p.tick { font-family: Arial, Helvetica, sans-serif; font-style: italic; font-size: 1.2em; color: #3e669c; }

#contact .subbutton { padding: 7px 11px; font-size: 1.1em; font-weight: bold;  color: #fff; background: #1E373D; border: none !important; text-transform: uppercase;}
#contact .subbutton:hover { background: #00B2D9; cursor: pointer; }




.star {
	color: #00B2D9;
    font-weight: bold;
    font-size: 68px;
	vertical-align: -webkit-baseline-middle;
	vertical-align: -moz-middle-with-baseline;
    margin-top: 2px;
    display: inline-block;
    line-height: 0.1;
}
.aboutme {
	display:block;
	text-align: left;
}


@media (min-width: 800px) {
	.star {
		color: #00B2D9;
		font-weight: bold;
		font-size: 90px;
		vertical-align: -webkit-baseline-middle;
		vertical-align: -moz-middle-with-baseline;
		margin-top: 12px;
		display: inline-block;
	}

	.aboutme {
		display:block;
	}
}