/**
File:			custom.css
Description:	Custom styles for Your Theme

*/

.personnal-widget-avartar > img {
    padding-right: 15px;
}

.header .search-form {
    width: 40%;
}

.clear-fix{
	clear:both;
}

img.welcome {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}

div#menu-secondary {
    float: left !important;
}

.logo {    
    padding-bottom: 5px !important;
}

.section {
    padding-top: 30px !important;
}

.templ-list .widget{
	margin-top:0;
}

#slider_facility li a img{
	width: 64px;
	height: 64px;
}

.white_box{
	padding: 15px 28px !important;
}

.templ-list .widget.one_col{
	margin-bottom: 40px !important;
}

#content .templ-list .one_col p {    
    padding-bottom: 5px;
}

th, td {
	border: 1px solid #666 !important;
}

.author.vcard {
    display: none;
}


.singular .page h1 {
    background: none repeat scroll 0 0 #edf0f4;
    box-shadow: 0 1px #e0e0e0;
    clear: both;
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 10px 20px !important
}

.page.hentry .byline, .page.hentry .posted_on{
	display: none;
}

#commentform .form_row{
	clear: both;
}

label#captcha_code_label {
    padding-top: 0 !important;
    float: none !important;
    display: inline-block !important;
    font-size: 12px !important;
    margin: 0 !important;
}

form#commentform p input[type="text"] {    
    width: 210px !important; 
}

.quick-contact {
    margin-right: 0 !important;
    padding-left: 3% !important;
}

.quick-contact h2 {
    margin-bottom: 15px !important;
    margin-top: -10px;
}

#fscf_required1 {
    display: none;
}

.highlight h3, .highlight h2 {
    background-color: #217db9 !important;
    /* background-image: -moz-linear-gradient(center top , #217db9 0%, #2557a7 100%) !important; */
	background-image: -webkit-gradient(linear, center top, center bottom, from(#217db9), to(#2557a7)) !important;
	background-image: -webkit-linear-gradient(#217db9, #2557a7) !important;
	background-image: -moz-linear-gradient(#217db9, #2557a7) !important;
	background-image: -o-linear-gradient(#217db9, #2557a7) !important;
	background-image: -ms-linear-gradient(#217db9, #2557a7) !important;
	background-image: linear-gradient(#217db9, #2557a7) !important;
    border-radius: 0 10px 10px 0 !important;
    color: #fff !important;
    margin-bottom: 10px !important;
    padding: 3px 30px 5px !important;
}

.highlight .widget-wrap {
    border: 2px solid #ddd;
	border-radius: 5px;
	clear: both;
    padding: 5px 10px 20px 5px !important;
}

.highlight ul a {
    background: url("images/arrow02.jpg") no-repeat scroll left center rgba(0, 0, 0, 0);
    border-bottom: 1px dotted #ddd;
    display: block;
    margin-left: 5px;
    padding: 8px 10px 8px 25px;
}

.wpcf7-form-control-wrap {
    margin-top: 0 !important;
    padding-left: 0 !important;
}

.wpcf7-form label {
    font-weight: bold;
}

table.clear-borders td, table.clear-borders th{
border: none !important;
}

.hentry h1.facilities-title {
	padding: 10px 20px !important;
}


/* *************************************** Custom CSS for ASTI paughss form ******************************** */
.paughss{
	padding-top: 30px;
}
.paughss .choice-wrap > h4 {
    margin-bottom: 20px;
    margin-top: 30px;
}
.paughss .required{
    color: red !important;
    margin: 3px !important;
    padding: 0;
}
.paughss p label {
    padding-right: 5px;
    text-align: right;
    width: 100px;
}
.paughss .two_col {
   margin-right: 5%;
   width: 47%;
}
.paughss .two_col.last{
   margin-right: 0;
}
.paughss .translate-area .translation {
   display: block !important;
}
.paughss .translate-area p label {    
    text-align: left !important;
    width: auto !important;
    display: block !important;
	padding: 10px 0;
}
.paughss .notice {
    padding: 30px 0;
}
.paughss .translate-area {
    margin-bottom: 20px;
}
.paughss .translate-area textarea {
    height: 460px;
}
.paughss .translate-area textarea:focus {
    background-color: #4a535e;
    color: #ffffff !important;
    outline: medium none;
}
.clearfix{
	clear: both;
}

.paughss .translatable {
    	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.wpcf7 input[type="email"]{
    clear: both;
    color: #a8aeb5 !important;
    float: none;
    padding: 9px 10px;
    width: 251px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    color: #a8aeb5;
    font-family: "Droid Sans",sans-serif;
    font-size: 13px;
    margin: 0;
}

.wpcf7 input[type="email"]:focus {
    background-color: #4a535e;
    color: #ffffff !important;
    outline: medium none;
}