@CHARSET "ISO-8859-1";
*{
	margin: 0;
	padding: 0;
}
body{
	font-size: 13px;
}
a:hover{
	text-decoration: none;
	color: #0071BC;
}

/**  Style for ul,li  **/
.ul5{
	display: block;
}
.ul5 li{
	list-style: none;
	float: left;
}
.ul5 li{
	width: 20%;
}
.ul5 li a{
	display: block;
}
/** --------------------------- **/

.item{
	display: block;
	margin-bottom: 15px;
}

.img{
	position: relative;
}


hr.clear{
	border: 0;
	height: 0;
	clear: both;
	margin: 0;
	padding: 0;
}
/* --------------------------------- */
.row.sml{
	margin-left: -10px !important;
	margin-right: -10px !important;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 25%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 25%;
        float: left;
    }
}

.col-xs-110,
.col-sm-110,
.col-md-110,
.col-lg-110 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-110 {
    width: 10%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-110 {
        width: 10%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-110 {
        width: 10%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-110 {
        width: 10%;
        float: left;
    }
}

/* ------------------------------------------------ */
.relative{
	position: relative;
}


#ContactPage .info-item{
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 250px;
    height: 120px;
    border: 1px #dedede solid;
    padding: 20px 10px 20px 50px;
}

#ContactPage .info-item i{
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 25px;
    color: #c2d645;
}
#ContactPage .info-item span{
    font-size: 12px;
    color: #989596;
}
.error{
    font-size: 12px;
    font-weight: 400;
    color: #f40;
}


.contact-form .form-group{
    background: #f8f8f8;
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
}

.contact-form .form-group label{
    position: absolute;
    top: 22px;
    left: 60px;
    
}

.contact-form .form-group input{
    display: block;
    background: none;
    border: 0px;
    width: 100%;
    height: 40px;
    outline: none;
    
}

.contact-form button{
    background: none;
    border: 0px;
    outline: none;
    font-weight: 600;
    font-size: 18px;
    border: 1px #dedede solid;
    padding: 5px 10px;
}

.contact-form button[type=submit]{
    color: #3d98e8;
    margin-right: 20px;
}

.contact-form .btn_send{
    margin-top: 20px !important;
    margin-bottom: 80px;
}

.contact-form .form-group textarea{
    width: 100%;
    outline: none;
    background: none;
    color: #000;
    border: 0px;
}

.contact-form .form-group textarea::-webkit-input-placeholder {
color: #000 !important;
font-weight: 600;
}
.contact-form .form-group textarea:-moz-placeholder { /* Firefox 18- */
color: #000 !important;
font-weight: 600;
}
.contact-form .form-group textarea::-moz-placeholder {  /* Firefox 19+ */
color: #000 !important;
font-weight: 600;
}
.contact-form .form-group textarea::-ms-input-placeholder {  
color: #000 !important;
font-weight: 600;
}

.contact-form .form-group input::-webkit-input-placeholder {
color: #000 !important;
font-weight: 600;
}
.contact-form .form-group input:-moz-placeholder { /* Firefox 18- */
color: #000 !important;
font-weight: 600;
}
.contact-form .form-group input::-moz-placeholder {  /* Firefox 19+ */
color: #000 !important;
font-weight: 600;
}
.contact-form .form-group input::-ms-input-placeholder {  
color: #000 !important;
font-weight: 600;
}

.count_online{
    display: block;
}
.count_online h3{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #fff;
}

@media(min-width: 768px){
    .show-xs{
        display: none;
    }
}