/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1280px) {}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .single-project-done {
        text-align: center;
    }

    .about-image img {
        margin-top: 30px;
    }

    .single-testimonial p {
        padding: 0 50px;
    }

    .single-contact-details i {
        margin-bottom: 20px;
    }

    .single-project-complete {
        margin-bottom: 30px;
    }

    .single-service,
    .single-blog,
    .single-contact-info {
        margin-bottom: 30px;
    }

    .about-right {
        margin-top: 60px;
    }

    .logo a {
    font-size: 21px;
	}
	
	.header-text img {
        display: block;
        width: 160px;
    }

    .header-right {
        display: none;
    }

    .header-part {
        margin-top: 0px;
    }

    .header-text {
        padding-top: 0px;
    }


	.contact-top h2 {
        font-size: 60px;
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    span {
		display: none;
	}
	
	h3 {
        font-size: 18px;
		line-height: 28px;
	}
	
	.mainmenu {
		display: none;
	}

	.section-padding {
        padding: 90px 0px;
    }

    .site-header .navbar-collapse {
        opacity: 1;
        visibility: visible;
    }

    .navbar-toggle .icon-bar {
        background: #FC604D;
    }

    .menu-bg .navbar-toggle .icon-bar {
        background: #FC604D;
    }

    .navbar-toggle {
        margin-right: 0px;
        margin-top: -30px;
    }

    .navbar {
        min-height: 0px;
    }

    .mainmenu .navbar-nav li a {
        padding: 11px 15px;
    }

    .mainmenu .navbar-nav li a:hover {
        color: #FC604D;
    }

    .menu-bg .mainmenu .navbar-nav li a:hover {
        color: #FC604D;
    }

    .menu-bg .mainmenu .navbar-nav li a {
        padding: 11px 15px;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 420px;
    }

    .navbar-toggle {
        margin-top: -30px;
    }

    .navbar-collapse {
        background: rgba(0, 0, 0, .9);
    }

    .menu-bg .navbar-collapse {
        background: rgba(0, 0, 0, .9);
    }

    .welcome-image-area,
    .welcome-video-area {
        padding-top: 100px;
    }
	
	.logo a {
    font-size: 21px;
	}

    .section-title h2 {
        font-size: 30px;
    }

    .about-text h2 {
        font-size: 22px;
    }

    .single-testimonial p {
        padding: 0 10px;
    }

    .single-project-done {
        text-align: center;
    }

    .footer-area p,
    .actions,
    .footer-social-link {
        text-align: center;
    }

    .about-text {
        padding-top: 0px;
    }

    .about-text h3 {
        margin-bottom: 20px;
    }

    .single-project-complete {
        margin-bottom: 30px;
    }

    .single-contact-details i {
        margin-bottom: 20px;
    }

    .single-service,
    .single-blog,
    .single-contact-info {
        margin-bottom: 30px;
    }

    .about-right {
        margin-top: 30px;
    }

    .about-right ul li {
        width: 100%;
    }

    .header-part {
        margin-top: 0px;
    }

    .header-text {
        padding-top: 0px;
    }

    .header-text h2 {
        font-size: 40px;
        line-height: 52px;
    }

    .header-text-sub h2 {
        font-size: 50px;
    }

	.header-text p {
    line-height: 28px;
	font-size: 20px;
	}

    .header-right {
        display: none;
    }

    .header-text img {
        display: block;
        width: 120px;
    }

	.playbook-right ul li {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    color: #333;
    border-bottom: 1px dotted #ccc;
    display: inline-block;
    margin-right: 50px;
    padding-bottom: 10px;
    font-weight: 500;
	}

    .contact-top h2 {
        font-size: 42px;
	}

/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {}
