@charset "UTF-8";
*{
	margin: 0px;
	padding: 0px;		
}
img {
	border:none;
}
a {
    color: #069;
    text-decoration: none;
}
a:hover {
    color: #004d73;
    text-decoration: underline;
}
a:focus {
 
}
.noshow { 
	display:none; 
}
body {
	background-color:#EBEBEC;	
}

#wrapper {
	height: 100%;
	width: 100%;
	position:absolute;
	/*max-width: 1600px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;*/
}
#indexcontainer {
	width: 100%;
	margin-top: 80px;
	background-color:#EBEBEC;
}
#container {
	width: 100%;
	margin-top: 140px;
	background-color:#EBEBEC;
}
#innercontainer {
	max-width:1800px;
	margin: 0 auto;
}
#logowrapper {
	position: absolute;
	top: 35px;
	width: 100%;
	height: 60px;
	background-color: #069;
	background-image: url(../images/white.png);
	background-repeat: no-repeat;
	background-position: center;
	
	
}
#indexlogowrapper {
	position: absolute;
	top: 35px;
	width: 100%;
	height: 60px;
	z-index:900;
}

#logo {
	margin-left:auto;
	margin-right:auto;
	margin-top:-20px;
	width: 143px;
	height: auto;
}
#logo img {
	width: 100%;
	height:auto;
}
.greybutton {
	color: #555;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 16px;
	background-image: url(../images/buttonsprite.png);
	padding-top: 10px;
	padding-right: 29px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: -20px -13px;
	
}
.greybutton2 {
	color: #555;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 16px;
	background-image: url(../images/buttonsprite.png);
	padding-top: 10px;
	padding-right: 39px;
	padding-bottom: 10px;
	padding-left: 55px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: -20px -68px;
}
.clear {
	clear:both;
}

.blue {
	color:#069;
	
}

.button3 {
	margin-top: 8%;
	text-align: center;
}








/*Header styles*/

#header {
	height: 300px;
/*	background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(255,255,255,0.59) 100%);  FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,102,102,1)), color-stop(100%,rgba(255,255,255,0.59)));  Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(255,255,255,0.59) 100%);  Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(255,255,255,0.59) 100%);  Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(255,255,255,0.59) 100%);  IE10+ */
	/*background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(255,255,255,0.59) 100%);  W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#96ffffff',GradientType=0 );  IE6-9 */
}









/*Main Navigation styles*/

#nav {
	float: left;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
#nav ul {
    list-style-type: none;
	/*max-width: 1152px;*/
	width: 100%;
}
#nav ul li {
	background-color: #333;
	float: left;
	position: relative;
	width: 33%;
}
#nav ul li:last-child a {
	border-right: none;	
}
#nav ul li:first-child  a {
	border-left: none;	
}
#nav ul li a {
	font-family: Belleza, sans-serif;
	color: #CCC;
	display: block;
	padding: 1em 0;
	text-align: center;
	font-size: 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;	
}
#nav ul li a:hover {
    background-color: #069;
    text-decoration: none;
	-webkit-box-shadow: inset 0px -3px 0px 0px #7AB7E5;
	box-shadow: inset 0px -3px 0px 0px #7AB7E5; 
}
#nav ul li.current_link a {
	-webkit-box-shadow: inset 0px -3px 0px 0px #069;
	box-shadow: inset 0px -3px 0px 0px #069; 
}
#nav ul li a:active {
	-webkit-box-shadow: none;
    box-shadow: none;
}
#nav ul li a:visited {
    color: #E8E6E7;
}
.nav-fixed {
	max-width: 1600px;
    position: fixed;
    top: 0;
    width: 96% !important;
    z-index: 100;
}
#navwrapper {
	max-width: 1600px;
	width: 96%;
	height: 80px;
	margin-left: auto;
	margin-right:auto;
	margin-top:-10px;
}









/*Introduction styles*/

#intro {
	float: left;
	width: 100%;
	background-color: #333;
	text-align: center;
	padding-bottom: 60px;
	padding-top: 30px;
	position: relative;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	margin-top: 20px;
}
#intro p {
	color: #CCCCCC;
    font-family: Belleza,sans-serif;
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10px;
}
#intro h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #CCC;
	font-size: 36px;
	font-weight: normal;
	padding-bottom: 10px;
}


#intro:after, #intro:before {
    border: medium solid rgba(0, 0, 0, 0);
    content: " ";
    pointer-events: none;
    position: absolute;
    top: 100%;
   
}
#intro:after {
    border-top-color: #333333;
}
#intro:after {
    border-width: 40px;
    left: 50%;
    margin-left: -40px;
}
#intro:before {
    border-top-color: #999;
    border-width: 44px;
    left: 50%;
    margin-left: -44px;
}





.button {
	background: rgb(0,77,115,1); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125,185,232,1) 0%, rgba(0,77,115,1) 40%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(40%,rgba(0,77,115,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(0,77,115,1) 40%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(0,77,115,1) 40%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(0,77,115,1) 40%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,185,232,1) 0%,rgba(0,77,115,1) 40%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7db9e8', endColorstr='#004d73'); /* IE6 & IE7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7db9e8', endColorstr='#004d73'); /* IE8 */
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	color: #CCC;
	font-size: 18px;
	border: 2px solid #065278;
}
.button:hover {
	color: #CCC;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 11px;
	padding-left: 9px;
	-webkit-box-shadow:  1px 3px 3px 1px #222;
    box-shadow:  1px 3px 3px 1px #222; 			
}
.button:active {
	-webkit-box-shadow: none;
    box-shadow: none; 
}
.button:visited {
	color:#CCC	
}
.button2 {
	margin-top: 10px;
}









/*homepage styles*/


#design-works-wrapper {
	float:left;
	width: 100%;
	padding-top:8%;
	padding-bottom:8%;
	border-top: 2px solid #E4E4E4;
	border-bottom: 2px solid #C3C3C3;	
	background-color:#FFF;
}
#design-works {
	float:left;
	width:42%;
	margin-left:8%;
}
#design-works h3 {
	font-family: 'Lato', sans-serif;
	color: #444;
	font-size: 36px;
	font-weight: normal;
	padding-bottom: 10px;
}
#design-works p {
	margin-bottom: 20px;
	font-family: Belleza,sans-serif;
	font-size:19px;
	color:#666;
}
#workwrapper {
	float:left;
	width: 28%;
	margin-left:12%;
}
#workwrapper h1 {
	font-family: 'Lato', sans-serif;
	color: #444;
	font-size:22px;
	font-weight: normal;
	padding-bottom: 10px;
}
#workwrapper p {
	margin-bottom: 20px;
	font-family: Belleza,sans-serif;
	font-size:16px;
	color:#666;
}
#designwork {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 15px;
}
#webwork {
	margin-top:10px;
	
}









/*Footer styles*/
#footerwrapper {
	font-family: Belleza, sans-serif;
	color: #CCC;
	background-color:#666;
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 355px;/* standard */
	padding-top: 50px \9;/* IE 8 and below */
	height: 200px \9;/* IE 8 and below */
	padding-bottom: 25px;	
}
#footerwrapper a{
	color: #CCC;
}
#footer1 {
	margin-top:55px;
	clear: both;
}
#footer2 {
	width:50%;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
}
#footer2 ul {
	list-style-type: none;
}
#footer2 ul li {
	float: left;
	width: 24%;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCC;	
	
}
#footer2 ul li a {
	color: #CCC;
	font-size:18px;
	
}
#footer2 ul li:last-child {
	border-right: none;
}
#footer2 ul li a:hover {
	font-weight:600;
	
}













/*web html styles*/


#webicons {
	float:left;
	width:100%;
	padding-top: 10%;
	padding-bottom:10%;
	border-bottom: 2px solid #C3C3C3;
	background-color:#FFF;	
}

#responsive {
	width:33.3%;
	float: left;
}
#wordpress {
	width:33.3%;
	float: left;
}
#seo {
	width:33.3%;
	float: left;
}
.icon img {
    background: none repeat scroll 0 0 #AAA;
    border-radius: 70px 70px 70px 70px;
    margin: 0 auto 30px;
	display:block;
}
.iconintro {
	font-family: Belleza, sans-serif;
	width: 85%;
	margin-left:7%;
	text-align:center;
	color:#7F7F7F;
}
.iconintro h1 {
	font-family: 'Lato', sans-serif;
	text-align:center;
	color:#666;
	font-size:24px;
	margin-bottom:3%;
}
.iconintro h2 {
	font-family: 'Lato', sans-serif;
	text-align:center;
	color:#666;
	font-size:24px;
	margin-bottom:3%;
}
.iconintro h3 {
	font-family: 'Lato', sans-serif;
	text-align:center;
	color:#666;
	font-size:24px;
	margin-bottom:3%;
}
#firstweb {
	float:left;
	width: 100%;
	padding-top:3%;
	border-top: 2px solid #E4E4E4;
	border-bottom: 2px solid #C3C3C3;
		
}

#lightweb{
	float:left;
	width: 100%;
	padding-top:3%;
	border-top: 2px solid #E4E4E4;
	border-bottom: 2px solid #C3C3C3;
	background-color:#F9F9F9;	
}
	
#darkweb {
	float:left;
	width: 100%;
	padding-top:3%;
	border-top: 2px solid #E4E4E4;
	border-bottom: 2px solid #C3C3C3;
		
}
.webimage {
	float: left;
	width: 50%;
}
.webimage img {
	width:90%;
	height:auto;
	max-width: 481px;	
}
.webabout {
	float:left;
	width:50%;
	margin-top:5%;
	max-width: 670px;
	
}
.title {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size:32px;
	color:#666;
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10%;	
}
.text {
	font-family: Belleza, sans-serif;
	width: 85%;
	margin-left: 7%;
	color: #7F7F7F;
	margin-top: 19%;
	font-size: 18px;
}

.text p {
	margin-bottom:15px;
}
.bold {
	font-weight:700;
}


#try {
	font-family: Belleza, sans-serif;
	color: #666;
	font-size: 13px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	text-align: center;
	background-color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
	padding-top: 3px;
	padding-right: 22px;
	padding-bottom: 6px;
	padding-left: 8px;
	background-image: url(../images/try.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#try p {
	font-size: 17px;
	color: #069;
	font-weight: 700;
}










/*graphic html styles*/


#logoabout {
	
	float:left;
	width: 100%;
	padding-top:10%;
	padding-bottom:10%;
	border-top: 2px solid #E4E4E4;
	border-bottom: 2px solid #C3C3C3;
	
}
#logoabout p {
	font-family: Belleza, sans-serif;
	color: #666;
	font-size:20px;
	width:85%;
	max-width:825px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#logo_container {
    float:left;
	width: 100%;
	padding-top:5%;
	padding-bottom:5%;
	border-top: 2px solid #E4E4E4;
	border-bottom: 2px solid #C3C3C3;
}
.logo-bg {
    width: 70%;
	margin-left:auto;
	margin-right:auto;
	max-width:600px;
}
.logo-bg img {
	width: 100%;
	height: auto;
}
.sound_mindset {
	background-color: #CED7DB;
}
.smpz {
	background-color: #D3DCD9;
}
.amenity {
	background-color: #517687;
}
.foxy {
	background-color: #F2E3E5;
}
.dw {
	background-color: #E6E6E6;
}
.oasis {
	background-color: #A08871;
}
.pelmeni {
	background-color: #B4BF97;
}
.revival {
	background-color:#D9D3CE;
}
.urgent {
	background-color:#780C18;
}
#recreate {
	font-family: Belleza, sans-serif;
	color: #666;
	font-size:20px;
	float: left;
	width: 80%;
	margin-left:10%;
	padding-top: 10%;
	text-align:center;
}
#recreate p {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#print_container {
    float:left;
	width: 100%;
	padding-top:5%;
	padding-bottom:5%;
	border-top: 2px solid #E4E4E4;
	border-bottom: 2px solid #C3C3C3;
}
.print-bg {
    width: 70%;
	margin-left:auto;
	margin-right:auto;
	max-width:750px;
}
.print-bg img {
	width: 100%;
	height: auto;
}
.dw_cpa_print {
	background-color:#68778A;
}
.edgewater_print {
	background-color:#8E7A6D;
}
.revival_print {
	background-color:#A4926E;
}
.kiteboarding {
	background-color:#999;
}
.button4 {
	margin-top: 5%;
	margin-bottom: 15%;
	text-align: center;
}

.mobilephone {
	display:none;
}













/*about.html styles*/
#aboutme {
	float:left;
	width:30%;
	margin-left:4%;
	margin-right: 2%;
}
#aboutme h3{
	font-family: 'Lato', sans-serif;
	color: #444;
	font-size: 36px;
	font-weight: normal;
	padding-bottom: 10px;
}
#aboutme p {
	margin-bottom: 20px;
	font-family: Belleza,sans-serif;
	font-size:19px;
	color:#666;
}
#profile {
	width:14%;
	float: left;
}
#profile img {
	width: 85%;	
	height:auto;
}
#piechart {
	color:#444;
	float:left;
	width: 100%;
	padding-top:8%;
	padding-bottom: 8%;
	border-bottom: 2px solid #C3C3C3;	
	background-color:#CCC;
}
#piewrapper {
	width: 80%;
	max-width:1000px;
	margin-right:auto;
	margin-left:auto;
}
#designpie {
	margin-top: 5%;
	float:left;
	width:33%;
}
#codepie {
	margin-top: 5%;
	float:right;
	text-align:right;
}
#piechart h3 {
	margin-left: auto;
	margin-right:auto;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 38px;
	color: #069;	
}
.pieul {
	list-style-type: none;
	margin-top: 15px;
	font-size:19px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}
#piechart ul li {
	margin-bottom:10px;	
}
#chart {
	float:left;
	width:33%;
}
#chart img {
	width: 100%;
	height:auto;	
}

#bar-chartwrapper {
	float:left;
	width: 100%;
	padding-top:8%;
	padding-bottom: 8%;
	border-bottom: 2px solid #C3C3C3;	
	background-color:#F9F9F9;
}
.bar-chart {
	margin: 0 auto;
	max-width: 1000px;
	width: 80%
}
#bar-chartwrapper h2 {
	text-align: right;
	font-size:24px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	color:#666;
	padding-bottom:10px;
}
.bar-chart li {
    color: #FFFFFF;
    display: inline-block;
    height: 100%;
    margin: 0 2% 0 0;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    width: 15%;
	-webkit-box-shadow:  1px -1px 1px 0px #666666;
    box-shadow:  1px -1px 1px 0px #666666; 
}
.bars {
	height: 450px;
    list-style: none outside none;
}
.levals {
	width: 8% !important;
	border-right:1px solid #DDDDDD;
	-webkit-box-shadow: none!important;
    box-shadow: none!important;
	min-width: 35px!important; 
	
}
.label {
	font-size:19px;
	font-family: Belleza,sans-serif;
	color:#666;
	margin-right: 0;
	margin-bottom: 100px;
	margin-left: 0;
}
.bluebar {
	height: 80%;
	opacity: 1;
	background-color: #006699;
}
.redbar {
	height: 80%;
	opacity: 1;
	background-color: #A1011F;
}
.yellowbar {
	height: 80%;
	opacity: 1;
	background-color: #EBBA00;
}
.greenbar {
	height: 80%;
	opacity: 1;
	background-color: #284B00;
}
.orangebar {
	height: 80%;
	opacity: 1;
	background-color: #E18128;
}
.skill {
	bottom: -30px;
    position: absolute;
    width: 100%;
	font-size:19px;
	font-family: Belleza,sans-serif;
	color:#666;
}


















/*Contact html styles*/

#contactwrapper {
	float:left;
	width: 100%;
	padding-top:5%;
	padding-bottom:5%;
	border-top: 2px solid #E4E4E4;
	border-bottom: 2px solid #C3C3C3;
}
#innercontact {
	max-width: 1000px;
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
#contactform {
	float:left;
	width:50%;
	margin-left:2;
	margin-top:5%;
	font-family: 'Lato', sans-serif;
	color: #666;
	font-size:18px;
}
#contact_text {
	width: 50%;
	float: left;
	margin-top: 5%;
	padding-right: 0;
	text-align: center;
	margin-left: 25%;
	margin-bottom: 5%;
}
#contact_text p {
	margin-top:5%;
	font-family: 'Lato', sans-serif;
	color: #666;
	font-size:20px;
	line-height:28px;
	
}
#contactform p {
	margin-bottom:10px;
}

label {
	width: 10%;
	display: block;
	float: left;
	text-align: right;
	padding-right: 5%;
}
input {
	height:40px;
	border:none;
	width: 95%;
	padding:0 2.5%;
	font-family: 'Lato', sans-serif;
	color: #666;
	font-size:18px;
}
.pic {
	font-family: 'Lato', sans-serif;
	color: #666;
	height:30px;
	
}
textarea {
	width: 95%;
	padding:0 2.5%;
	border:none;
	height:200px;
	font-family: 'Lato', sans-serif;
	color: #666;
	font-size:18px;
}
#Submit {
	float: left;
	width: 75px;
	height: 38px;
	font-family: 'Lato', sans-serif;
	color: #666;
	font-size: 18px;
	background-color:#FFF;
	margin-top:15px;
}
#Submit:hover {
	color: #FFF;
	background-color:#CCC;
	cursor:pointer;
}
#Submit:active {
	color: #666;
	background-color:#FFF;
}
#Reset {
	float: left;
	width: 75px;
	height: 38px;
	font-family: 'Lato', sans-serif;
	color: #666;
	font-size: 18px;
	background-color:#FFF;
	margin-left: 10px;
	margin-top:15px;
}
#Reset:hover {
	color: #FFF;
	background-color:#CCC;
	cursor:pointer;
}
#Reset:active {
	color: #666;
	background-color:#FFF;
}
#pic {
	float: left;
	height: auto;
	margin-top:5px;
	font-size: 16px;
}
#Reset:hover {
	color: #FFF;
	background-color:#CCC;
	cursor:pointer;
}
#Reset:active {
	color: #666;
	background-color:#FFF;
}















thanks.html styles

#thankswrapper {
	float:left;
	display:block;
	width:100%;
	
}
#thanks {
	width:70%;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-top:150px;
}
#thanks p {
	padding-top: 200px;
	padding-bottom: 250px;
	font-family: 'Lato', sans-serif;
	color: #666;
	font-size: 22px;
	line-height:32px;
}















@media screen and (max-width: 855px) {
.greybutton2 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}
#graphic img {
	margin-top: 10%;
}
.pieul {
	list-style-type: none;
	margin-top: 10px;
	font-size:17px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}
#designpie {
	margin-top: 3%;
}
#codepie {
	margin-top: 3%;
}
#piewrapper {
	width: 90%;
}
.label {
	font-size:17px;
	font-family: Belleza,sans-serif;
	color:#666;
	margin-right: 0;
	margin-bottom: 100px;
	margin-left: 0;
}
.bar-chart {
	width: 95%
}

}















@media screen and (max-width: 736px) {

html {
		-webkit-text-size-adjust: none;
}
#web img {
	width: 100%;
	margin-top: 15%;
}
#webintro {
	width: 90%;
	margin-left:5%;
}
#webintro p {
	margin-left:0;
}
#graphic {
	padding-top: 2%;	
}
#graphic h2 {
	margin-top: 0;
}
#graphic img {
	width: 100%;
	margin-top: 15%;
}
#graphicintro {
	width: 90%;
	margin-top: 10%;
	float: left;
	margin-left:5%;
}
#logoabout {
	font-size:18px;
	padding-top:12%;	
}
#recreate {
	font-size:18px;	
}
#logod {
	width: 90%
}
#print {
	width: 90%
}

#responsive {
	width:100%;
	float: left;
	margin-top:8%;
	padding-bottom:7%;
	border-bottom: 2px solid #C3C3C3;	
}

#wordpress {
	width:100%;
	float: left;
	padding-top:8%;
	padding-bottom:7%;
	border-top: 2px solid #E4E4E4;
	border-bottom: 2px solid #C3C3C3;	
}

#seo {
	width:100%;
	float: left;
	padding-top:8%;
	padding-bottom:7%;
	border-top: 2px solid #E4E4E4;
}

.webabout {
	margin-top:0px;
}
.title {
	font-size:24px;
		
}
.text {
	font-size: 16px;
}

#piewrapper {
	width: 85%;
}
.bar-chart li {
    margin: 0 1.5% 0 0;
    width: 14%;
}
#bar-chartwrapper {
	padding-bottom: 12%;
}
#footer2 {
	width:70%;
}
#try {
	display:none;	
	
}

	
}














@media screen and (max-width: 595px) {


.title {
	margin-top:1%;
}
.text {
	margin-top:5%;
}
#logoabout {
	padding-top:17%;	
}
#piechart h3 {
	font-size: 30px;	
}
#designpie {
	width: 40%;
}
.skill {
	font-size:17px;
}
#chart {
	width:50%;
}
.bars {
	height: 350px;
}
.label {
	margin-bottom: 70px;
	font-size:11px;
}
#footer2 {
	width:95%;
}
#footer2 ul li a {
	font-size:15px;
}

#logowrapper {
	position: absolute;
	top: 25px;
	height: 40px;
}
#indexlogowrapper {
	top: 15px;
}
#indexcontainer {
	margin-top: 50px;

}

#logo {
	margin-top:-10px;
	width: 90px;
	height: auto;
}
.logo-bg {
    width: 90%;
}
#footerwrapper {
	padding-top: 200px;
	padding-bottom: 15px;	
}
#container {
	margin-top: 100px;
}
.tel {
	display:none;
}
.mobilephone {
	display: inline-block;	
}
#design-works {
	float:left;
	width:85%;
	margin-left:8%;
	margin-top:5%;
}
#aboutme {
	float:left;
	width:85%;
	margin-left:8%;
	margin-top:5%;
}
#profile {
	width: 75%;
	float: left;
	margin-left:12.5%
}
#profile img {
	width:70%;
	margin-left: 15%;
	height:auto;
}
#workwrapper {
	float:left;
	width: 80%;
	margin-left:10%;
}
#design-works p {
    font-size: 17px;
}
#design-works h3 {   
    font-size: 26px;
}
#design-works-wrapper {
    padding-top: 10%;
}
#contactform {
	width:100%;
}
#contact_text {
	width:90%;
	padding-left:5%;
}
#Submit {
	width:auto;
}
#Reset {
	width:auto;
}


}


@media screen and (max-width: 450px) {

.webimage {
	float: left;
	width: 60%;
	margin-right:auto;
	margin-left:auto;
}

.webabout {
	float:left;
	width:100%;
	margin-top:-7%;
	padding-bottom:7%;
}
.title {
	clear:both;
	
}
#piechart h3 {
	font-size: 26px;	
}
.skill {
	font-size:10px;
	padding-right:2px;
}
.bar-chart li {
    margin: 0 1.5% 0 0;
    width: 13.5%;
}
.pieul {
	font-size:15px;
}

.levals {
	border-right: none;
}
#codepie{
	width:40%;
}
.bars {
	height: 250px;
}



}
