
/* 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){
	#team .item .img .content p{
		margin-top: 20px;
	}
    /* Blog */
    .blog-item .blog-link {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        height: auto;
    }
    .blog-item .blog-link .icofont {
        position: static;
        line-height: 2em;
    }
    .blog-item .blog-link p {
        line-height: 2em;
        margin-bottom: 5px;
    }
    .blog-item .blog-link:before {
        display: none;
    }
}
@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;
    }
	#blog-banner{
		min-height: 500px;
	}
	#process .even .item .hr:before{
        display: none;
      }
      #team .item .img .content p{
		margin-top: 60px;
	}
    #about .about-img img {
        max-width: 250px;
    }
    #owl-banner .item h2 {
        font-size: 4em;
    }
}

@media screen and (max-width: 767px){
	#about,#services,#skill,#news{
		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,#news,#process .item,#owl-news .item,#map,
	#testimonial,#testimonial .item .icon,#slide-twitter .item .icon,
	#twitter .title-twitter p,#work-wrap,#skill .item,#team .item,#team .join-team,#funfacts .item{
		margin-top: 50px !important;
	}
	#twitter .title-twitter h2{
		margin-bottom: 50px;
	}
	#testimonial .item p,#slide-twitter .item p{
		font-size: 2em;
	}
	#team .item .img .content p,#filters,#testimonial .owl-buttons{
		margin-top: 20px;
	}
    #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;
    }


    /* Blog */
    .blog-grid .col {
        width: 100%;
        float: none;
    }
    .blog-item {
        margin-top: 35px;
        padding: 0 0 35px 0;
    }
    .blog-date {
        height: 50px;
        margin-top: 16px;
        position: static;
        text-align: right;
    }
    .blog-date span {
        display: inline-block;
    }
    .blog-date span.blog-day {
        border-bottom: 0;
        font-size: 50px;
        font-weight: 700;
        line-height: 50px;
        margin-top: 0;
        margin-right: 5px;
        border: 0 !important;
    }
    .blog-title {
        margin-top: 20px;
    }
    .blog-title .icofont {
        left: 0;
    }
    .blog-title a h2{
        font-size: 2em;
    }
    .blog-item .blog-read-more {
        margin-top: 20px;
    }
    .blog-item .blog-descript {
        margin-top: 20px;
    }

    .blog-item .blog-text-post {
        margin-top: 20px;
    }
    .blog-comment {
        margin-top: 30px;
    }
    .comment-item {
        margin-left: 0px;
        margin-top: 20px;
        min-height: 0;
        padding-bottom: 20px;
        padding-left: 0;
    }
    .comment-item .detail-comment{
        margin-top: 35px;
    }
    .comment-item .comment-item .detail-comment{
        margin-top: 20px;
    }
    .img-comment {
        border-radius: 5px;
        left: auto;
        overflow: hidden;
        right: 0;
        width: 70px;
    }
    .reply-comment {
        margin-top: 20px;
    }
    .comment-item > .comment-item {
        margin-left: 100px;
        margin-top: 20px;
        overflow: inherit;
        padding-top: 20px;
    }
    .comment-item > .comment-item .img-comment {
        left: -85px;
        right: auto;
        top: 20px;
    }
    .blog-leave-reply {
        margin-bottom: 0px;
        margin-top: 30px;
    }
    .blog-leave-reply h2 {
        margin-bottom: 20px;
    }
}

@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;
	}
	#blog-banner{
		min-height: 400px;
		
	}
	#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;
	}
	#client .content .item{
		width: 50%;
		text-align: center;
	}
	#testimonial .item .icon, #team .item .img .content p{
		margin-top: 50px;
	}
	#testimonial .item p{
		font-size: 2em;
	}
}
@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%;
	}
	#footer .share a{
		margin: 75px 5px 0 5px;
	}
}