.three-fourth {
	width: 700px;
	/* [disabled]margin-left: 10px; */
	border: 1px solid #D5D5D5;
	background-color: #FFF;
	float: left;
    position: relative;
    margin-right: 2.21%;
	margin-top: 20px;
}
.three-fourth01{
	width: 800px;
	float: left
}
.three-fourth h5{
	margin-left: 15px;
	margin-right: 15px;
	line-height: 37px;
	background-color: #0A65AB;
	margin-top: 15px;
	padding-left: 10px;
	color: #FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-shadow: 1px 1px 0px #000;
	margin-bottom: 20px;
}
form.simple-form {
    margin-bottom: 30px;
    float: left;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #444;
	padding: 7px 10px;
	outline: none;
	font-size: 13px;
	color: #aab3bc;
	margin: 0;
	max-width: 100%;
	display: block;
	background: #fff;
	border-radius: 4px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
form.simple-form textarea:focus {
	border: 1px solid #666
}
form.simple-form textarea {
    min-height: 60px;
    resize: none;
	color: #888;
}
form.simple-form  input,textarea {
    outline: none;
    font-size: 12px;
    color: #888;
    margin: 0 0 0px 0;
    max-width: 100%;
    display: block;
    background: #ffffff;
    /*box-shadow: inset 0px 2px 4px #f3f3f3;*/
    font-family: "Roboto", Arial, Verdana;
    border: none;
    border-radius: none;
	padding: 7px 10px;
}
#error-field {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
}
.input-title {
    margin: 10px  0 0 10px;
    float: left;
	color: #888;
}
form.simple-form fieldset {
	padding: 0px 0px;
	border-radius: 2px;
	width: 211px;
	float: left;
	margin-bottom: 20px;
	float: left;
}
form.simple-form fieldset.inputError i { background-color: #db4453 }
form.simple-form fieldset { border: 1px solid #aab2bd }
form.simple-form fieldset i { background-color: #aab2bd }
form.simple-form fieldset.inputError { border-color: #db4453 }
form.simple-form fieldset i {
	float: left;
	width: 28px;
	height: 22px;
	color: #FFF;
	text-align: center;
	padding: 10px 2px 0px 2px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
form.simple-form  input:focus,
form.simple-form   textarea:focus { border: none }
form.simple-form   input[type="submit"] {
    width: auto;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #FFF;
    box-shadow: none;
}
form.simple-form   textarea {
    width: 95%;
    margin: 30px 0 15px 10px;
    font-family: "Roboto", aRIAL, Verdana;
    border: none;
	color: #888;
}
form.simple-form   fieldset {
	margin-bottom: 15px;
	float: left;
	margin-left: 15px;
}
form.simple-form   label {
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
}
form.simple-form   label span { color: #e64135 }

.home-intro .button { float: right }
.button {
    font-size: 12px;
    color: #FFF!important;
    font-family: "Roboto", Arial, Verdana;
    text-align: center;
    outline: none;
    text-transform: capitalize!important;
    cursor: pointer;
    position: relative;
    -moz-transition: all 0.24s ease 0s;
    -webkit-transition: all 0.24s ease 0s;
    -o-transition: all 0.24s ease 0s;
}
.button:hover { box-shadow: inset 1px 1px  0px rgba(0,0,0,0.15),inset -1px 0px  0px rgba(0,0,0,0.15) }
.button.color:hover,
.button.grey {
    background: #89929d;
    color: #FFF!important;
    text-decoration: none;
    border-bottom: 1px solid #656d78;
}
.button.simple-grey {
    background: #aab2bd;
    color: #FFF!important;
    text-decoration: none;
    border-bottom: none;
    font-size: 11px;
}
.button.color-alt {
    color: #FFF!important;
    text-decoration: none;
    border-bottom: none;
    font-size: 11px;
}
.button.color-alt:hover {
    background: #434a54!important;
    color: #FFF!important;
}
.button:active,
.grey-button:active,
.colored-button:active { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35) inset }
.button i.right,
.grey-button i.right,
.colored-button i.right {
    color: #FFF;
    margin-left: 5px;
}
.button i.left,
.grey-button i.left,
.colored-button i.left {
    color: #FFF;
    margin-right: 5px;
}
.button.small,
.grey-button.small,
.colored-button.small { padding: 6px 13px }
.button.big,
.grey-button.big,
.colored-button.big { padding: 11px 17px }
.button.huge,
.grey-button.huge,
.colored-button.huge {
	padding: 12px 22px;
	font-size: 16px;
	text-transform: capitalize;
	color: #FFF!important;
	font-family: "Roboto", Arial, Verdana;
	font-weight: 400;
}
.button.round,
.grey-button.round,
.colored-button.round { border-radius: 4px }
.button.circle,
.grey-button.circle,
.colored-button.circle { border-radius: 100px }
.button.color, .button.grey:hover { background: #0A65AB; border-bottom: 1px solid #0084c9;}
 /*--------------------------------------------------------------------------------------*/
 /*                     21 - SKILLS BAR                                                  */
 /*-------------------------------------------------------------------------------------*/
.bar_graph li {
    list-style: none!important;
    border-radius: 4px;
}
.bar_graph li:last-child span { margin-bottom: 0px }
.bar_graph li .bar-wrap {
    margin-bottom: 10px;
    background-color: #f6f7fb;
    border-bottom: 1px solid #e6e9ee;
    border-radius: 4px;
}
.bar_graph li span {
    height: 30px;
    width: 0px;
    display: block;
    border-radius: 4px;
}
.bar_graph li p {
    position: absolute;
    left: 10px;
    margin-top: 5px;
    z-index: 100;
    color: #FFF;
    width: 100%;
    font-size: 12px;
}
.bar_graph li p i { margin-right: 7px }
.bar_graph li span {
    overflow: visible!important;
    position: relative;
}