
/* start sticky bttn */
.bottomfix {
	opacity:1 !important;
	color:#337ab7 !important;
	line-height: 2.5!important;
	float: left !important;
	z-index: 9999;
	float:left;
	border-top-left-radius: 59px !important;
    border-bottom-left-radius: 59px !important;
    text-transform: initial;
    position: fixed;
    top: 270px;
    right: -141px;
    width: 200px;
    padding-left: 10px;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
	box-shadow:0 3px 5px rgba(0,0,0,0.05);
}
.bottomfix p{
	float:left;
	margin-left:10px;
	margin-top:5px;
}
.bottomfix img{
	width:20%;
	float:left;
}
.bottomfix:hover {
    right: 0px;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1,M12=0,M21=0,M22=1.1,SizingMethod='auto expand');
}

.btn {
    font-size: 14px!important;
    
    background-color: #fff;
    color: blue;
    padding: 10px 20px;
    border: 0;
    cursor: pointer;
    
    opacity: .9;
    
}
/* end sticky bttn */

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	outline:none !important;
}
.blue h5 a{
	color: #0072bc;
    text-align: left;
    margin-top: 15px;
}
blockquote{
	border-left: 2px solid #10b8c7 !important;
	padding: 20px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-size: 16px !important;
    color: #000 !important;
    line-height: 25px !important;
    
    float: left !important;
}
blockquote p{
	font-size:16px !important;
}
.textwidget i{margin-right:10px;}
.single_staff p{
	font-size:12px !important;
	line-height:1.5 !important;
}
nav .menu li ul.sub-menu li a{
	font-weight: bold;
    font-size: 12px;
}
#content{
	padding-bottom:0px !important;
}
blog-item img{width:100%;}
.circleimg{
	width:241px;
	height:200px;
/* 	border-radius:200px; */
}
.light_blue{
	background: #f3f8fb !important;
}
p {
    margin: 0 0 10px;
    line-height: 1.5 !important;
    font-size: 15px;
}
ul li{
	font-size:14px !important;
}
.single_staff .content h5 {
    color: #423f3f;
}
.block_title.section_title h1{
	    color: #423f3f;
}
div.wpcf7-mail-sent-ok, div.wpcf7-response-output{border:none !important;}
.header_tools{
	display:none !important;
}
/*.vc_row.standard_section {
     margin-bottom: 20px !important;
}*/
div.wpcf7 form label {
    display: block;
}

.header_tools{display:none !important;}
#content .span12{
	margin-bottom:20px;
}
.media img {
    width: 100%!important;
}
.blog-article.standard-style .content{width: 98% !important;}
 aside #s{padding:10px!important;}
@media only screen and (max-width:767px){
	
}

.text ol li {
    font-family: "Open Sans";
    font-size: 14px;
    text-align: justify;
    margin-bottom: 10px;
}
.text ol li:first-child {
    margin-top: 10px;
}
.blog-article.standard-style .content .text p {
    text-align: justify;
}
.blog-article.standard-style .content .text p strong {
    margin-bottom: 10px;
}