/*===================================== 

YOU CAN WRIGHT CUSTOME CSS 

======================================*/

.icon-content p{
	word-break:normal !important;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}


.header-style-3 .is-fixed.color-fill .main-bar {
    background:#e7eef2;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
}

.header-style-3 .header-nav .nav > li > a{
    color: #0d4780;
}

.main-bar{
    background-color:#e7eef2;
}

.icon-type-1{
    font-size: 16px !important;
}

/*MEDIA QUERIES*/
@media only screen and (max-width: 479px){
    .flip-container .wt-info .wt-info-text span i:before{
    font-size: 36px;
    }
}


/*MEDIA QUERIES*/