a:hover{
	text-decoration: none !important
}

.navigation .logo {
	max-height: 70px
}

.section-heading h2{
	line-height: 3rem;
}

.why-choose-us .iphone.eesphone{
  -webkit-transform: translate(20%, -10%) rotate3d(0.5, 0.866, 0, 16deg) rotateZ(-7deg);
          transform: translate(20%, -10%) rotate3d(0.5, 0.866, 0, 16deg) rotateZ(-7deg);
	max-width: 355px
}

.features-cant-miss .bubble-right{
	top: 75%;
}

.features-cant-miss .bubble-left {
    top: 25%;
}

.features-cant-miss .bubble-right {
    right: 60px;
    top: 65.5%;
}

.shadow-box .box-dark{
	background: #000;
}

.shadow-box .box-dark img{
	opacity: .5
}

.why-choose-us .iphone {
    -webkit-transform: translate(20%, -10%) rotate3d(0.5, 0.866, 0, 16deg) rotateZ(-7deg);
    transform: translate(20%, -10%) rotate3d(0.5, 0.866, 0, 16deg) rotateZ(-7deg);
}

@media (min-width: 768px){
	.features-cant-miss .bubble-right {
		right: 75px;
	}
	
	.features-cant-miss .bubble-left {
		top: 30%;
	}
	
	.features-cant-miss .bubble {
    	max-width: 60%;
	}
}

@media(min-width:0) and (max-width: 460px){
	.features-cant-miss .bubble {
		max-width: 65%;
	}
	
}

.blog-thumb{
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

.blog-thumb img{
	width: 100%;
}

/*==========================================
Tab
==========================================*/

.fancyTabs li{
	display: block;
	margin-bottom: 30px;
}

.nav-tabs.fancyTabs li > a{
	/*border: 1px solid #f90;*/
	display: block
}

.nav-tabs.fancyTabs{
	border-bottom: none 
}