/************
 * sider - menu
/************/
ul.menu-list{
	padding: 8px 0;
}
ul.menu-list li {
    list-style: none;
    display: block;
}

ul.menu-list li i {
    color: #8e8e8e;
}
ul.menu-list li a {
    padding: 4px 6px 4px 20px;
    display: block;
    color: #8e8e8e;
}
ul.menu-list li.active a, ul.menu-list li.active i {
    color: #ff6706;
	font-weight: bolder;
}

/************/
.tbox2 strong {
	color: #202020;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}

.tbox2 p {
    margin: 0 0 10px;
}

.tbox2 ul li {
	line-height: 2;
}


/* form-contact-us */
#contactForm label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

#contactForm .btn {
    padding-left: 23px;
    padding-right: 23px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

#contactForm .btn.btn-default {
    color: #ffffff;
    border: 1px solid #393f4e;
    background-color: #393f4e;
}

#contactForm .btn.round {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

#contactForm input,  #contactForm textarea{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

#contactForm input {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #eee;
    box-shadow: 0 1px 2px 0 rgba(238, 238, 238, 1) inset;
    color: #454545;
    margin-bottom: 10px;
    padding: 4px;
}

#contactForm textarea {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #eee;
    box-shadow: 0 1px 2px 0 rgba(238, 238, 238, 1) inset;
    color: #454545;
    margin-bottom: 10px;
    padding: 4px;
    width: 100%;
}