/* settings for tags */
html {
  position: relative;
  min-height: 100%; 
  color: #fff;
}

body {
  background-color: #424242;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

h1 {
  color: #fff;
  font-size: 2em; }

div.container { min-height:150px; width:95%; margin: 0 auto;}

.clearfix {margin:10px;}

div.container section {
    margin: 150px auto 0;
    width: 65px;
    height: 85px;
    position: relative;
    text-align: center;
	margin: 10px;
    float: left;
}
:active, :focus {
    outline: 0;
}
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot");
  src: url("fonts/fontawesome-webfont.eot?#iefix") format('eot'), 
       url("fonts/fontawesome-webfont.woff") format('woff'), 
       url("fonts/fontawesome-webfont.ttf") format('truetype'), 
       url("fonts/fontawesome-webfont.svg#FontAwesome") format('svg');
  font-weight: normal;
  font-style: normal;
}

a {
    font-family: "FontAwesome";
    color: rgb(37,37,37);
	/*color: rgb(255,255,255);*/
    text-shadow: 0px 1px 1px rgba(250,250,250,0.1);
    font-size: 35pt;
    display: block;
    position: relative;
    text-decoration: none;
    background-color: rgb(83,87,93);
    box-shadow: 0px 2px 0px 0px rgb(34,34,34), /* 1st Shadow */
                0px 5px 10px 0px rgb(17,17,17), /* 1nd Shadow */
                inset 0px 1px 1px 0px rgba(250, 250, 250, .2), /* 3rd Shadow */
                inset 0px -12px 35px 0px rgba(0, 0, 0, .5); /* 4th Shadow */
    width: 60px;
    height: 60px;
    border: 0;
    border-radius: 35px;
    text-align: center;
    line-height: 59px;
}
a:before {
    content: "";
    width: 65px;
    height: 65px;
    display: block;
    z-index: -2;
    position: absolute;
    background-color: rgb(26,27,29);
    left: -2.55px;
    top: -1.53px;
    border-radius: 40px;
    box-shadow: 0px 1px 0px 0px rgba(250,250,250,0.1), 
                inset 0px 1px 2px rgba(0, 0, 0, 0.5);
}
a + span {
    display: block;
    width: 44px;
    height: 8px;
    /*background-color: rgb(226,0,0);
    box-shadow: inset 0px 1px 0px 0px rgba(250,250,250,0.5),
                0px 0px 3px 2px rgba(226,0,0,0.5);*/
    border-radius: 4px;
    clear: both;
    position: absolute;
    bottom: 0;
    left: 10%;
	color:#fff;
}

a:active {
    box-shadow: 0px 0px 0px 0px rgb(34,34,34), /* 1st Shadow */
                0px 3px 7px 0px rgb(17,17,17), /* 2nd Shadow */
                inset 0px 1px 1px 0px rgba(250, 250, 250, .2), /* 3rd Shadow */
                inset 0px -10px 35px 5px rgba(0, 0, 0, .5); /* 4th Shadow */
    background-color: rgb(83,87,93);
	color: #fff;
    top: 3px;
}
a:target {
    box-shadow: 0px 0px 0px 0px rgb(34,34,34),
                0px 3px 7px 0px rgb(17,17,17), 
                inset 0px 1px 1px 0px rgba(250, 250, 250, .2), 
                inset 0px -10px 35px 5px rgba(0, 0, 0, .5);
    background-color: rgb(83,87,93);
    top: 3px;
    color: #fff;
    text-shadow: 0px 0px 3px rgb(250,250,250);
}
a:active:before, a:target:before {
    top: -5px;
    background-color: rgb(26,27,29);
    box-shadow: 0px 1px 0px 0px rgba(250,250,250,0.1), 
                inset 0px 1px 2px rgba(0, 0, 0, 0.5);
}
a {
transition: color 350ms, text-shadow 150ms;
    -o-transition: color 350ms, text-shadow 150ms;
    -moz-transition: color 350ms, text-shadow 150ms;
    -webkit-transition: color 350ms, text-shadow 150ms;
}
a:target + span {
transition: background-color 350ms, box-shadow 700ms;
    -o-transition: background-color 350ms, box-shadow 700ms;
    -moz-transition: background-color 350ms, box-shadow 700ms;
    -webkit-transition: background-color 350ms, box-shadow 700ms;
}

/* Style Select Field */
select {
  font-family: inherit;
  width: 100%;
  padding: 4px 0;
  font-size: 16px;
  color: #888 !important;
  display:block !important;
}

	
	
/* Textarea Styling */
