/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 8px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
	
	ul{
	margin:0px!important;    
	margin-top:0px!important;
	margin-bottom:0px!important;
	background-color:#fff!important;
	width:100%;
	}
	
	.navbar-default .navbar-nav>li{
    margin-top:0px!important;
	margin-bottom:0px!important;
	background-co
	}
	
	.navbar-collapse{
	    margin-top:0px;
	}
	
	.bs-example-navbar-collapse-1{
    margin-top:0px!important;
	margin-bottom:0px!important;
	background-color:#fff!important;
	}
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    
    .icon-clear{
        clear:none!important;
    }
    
    .btn-photo{
        right:0px!important;
    }
   
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
 

	/*Disable Animation on Mobile Devices*/
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}

    .plan-1{
        font-size:16px!important;
    }
    
    .shadow-slide-01{
        margin-left:0px!important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    
    .title-01{
        font-size:34px!important;
    }
    
    .title{
        font-size:34px!important;
    }
    .shadow-slide-01{
        width:100%!important;
    }
    
    .mrg-0{
        margin-right:0px!important;
    }
    
    .wdth-60 img{
        width:60%!important;
    }
    
    .slide-05-bg {
        margin:80px 0 80px 0;
        padding:20px 20px 20px 20px ;
    }

    .contacts{
        margin-right: 15px!important;
    }
    
    #slide-04 p:first-child {
      //  font-size: 40px!important;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    
    .mrg-0{
        margin-right: -15px!important;
    }
    
    
    
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {


}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

Large Devices, Wide Screens
@media only screen and (min-width : 1200px) {


}


@media screen and (max-height: 500px) {

  }
  
  
  

