
/* Fix bg full */
@media screen and (min-width: 1200px) {
    .parallax {
        background-size: 100% !important;
    }
}

/* for background-size:cover replacement on iOS devices */
@media only screen and (orientation: portrait) and (device-width: 320px), (device-width: 768px) {
    .parallax {
        -webkit-background-size: auto 150% !important;
        background-attachment: scroll !important;
    }
}
@media only screen and (orientation: landscape) and (device-width: 320px), (device-width: 768px) {
    .parallax {
        -webkit-background-size: 150% auto !important;
        background-attachment: scroll !important;
    }
}


@media screen and (max-width: 1200px){
}
@media screen and (max-width: 992px){
    .parallax {
        background-position: center center !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }
	#process .even .item .hr:before{
        display: none;
    }
    #about .about-img img {
        max-width: 250px;
    }
    #owl-banner .item h2 {
        font-size: 4em;
    }
}

@media screen and (max-width: 767px){
	#about,#services {
		min-height: inherit;
	}
	#owl-banner .item h3{
		font-size: 6em;
	}
	#owl-banner .item p{
		padding: 10px 15px;
		font-size: 1.6em;
	}
	html .title h2,#plans .item{
		margin-top: 50px !important;
	}
    #about .about-img {
        margin-top: 50px;
    }
    #about .about-img,
    #about .about-img img {
        position: static;
        width: auto;
        text-align: center;
    }
    #about .about-img img {
        max-width: 386px;
        width: 100%;
        padding-right: 20px;
    }
}

@media screen and (max-width: 639px){
    .menu-nav .sub-menu {
        position: static;
        width: 100%;
        visibility: visible;
        padding: 0;
    }
    .menu-nav .sub-menu li {
        padding: 0;
    }
    .menu-nav .sub-menu a {
        padding: 0 10px;
        border-bottom: 1px solid #2b2b2b !important;
    }
}

@media screen and (max-width: 479px){
	#nav-left{
		display: none;
	}
	#header{
		top: 0;
	}
	#menu-top li{
		margin-right: 20px;
	}
	#menu-top li a{
		font: 700 1.2em/17px 'Raleway';
	}
	.col-ms-12{
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
		clear: both;
		float: none;
	}
	#owl-banner .item h3{
		font-size: 4em;
	}
	#owl-banner .item p{
		padding: 10px 15px;
		font-size: 1.4em;
		font-weight: 400;
	}
	#process .item .hr:before{
		display: none;
	}
	#contact .title h2{
		font-size: 4em;
	}
}
@media screen and (max-width: 320px){
	#owl-banner .item h3{
		font-size: 3em;
	}
	#owl-banner .item p{
		padding: 5px 10px;
		font-size: 1.2em;
	}
	#menu-top li{
		margin-right: 15px;
	}
	#menu-top li a{
		font: 700 1.1em/17px 'Raleway';
	}
	#client .content .item{
		width: 100%;
	}
}