/* All Media Section 
	## min-width:768
	## min-width: 1201 to max-width: 1550
	## min-width: 992 to max-width: 1200
	## min-width: 768 to max-width: 991
	## min-width: 319 to max-width: 767
	## min-width: 480 to max-width: 767
	## min-width: 319 to max-width: 479
	## min-width: 991
*/

/* ## min-width: 1650 to max-width: 1750 */
@media only screen and (min-width: 1650px) and (max-width: 1750px) {
	.slider-section .slider-left .container {
		left: -80%;
	}
	.slider-section .slider-right .container {
		right: -80%;
	}
	.slider-section .carousel-control.left {
		left: 204px;
	}

	.slider-section .carousel-control.right {
		right: 204px;
	}
}

/* ## min-width: 1550 to max-width: 1649 */
@media only screen and (min-width: 1550px) and (max-width: 1649px) {
	.slider-section .slider-left .container {
		left: -85%;
	}
	.slider-section .slider-right .container {
		right: -85%;
	}
	.slider-section .carousel-control.left {
		left: 145px;
	}

	.slider-section .carousel-control.right {
		right: 145px;
	}
}


/* ## min-width: 1450 to max-width: 1549 */
@media only screen and (min-width: 1450px) and (max-width: 1549px) {
	.slider-section .slider-left .container {
		left: -90%;
	}
	.slider-section .slider-right .container {
		right: -90%;
	}
	.slider-section .carousel-control.left {
		left: 84px;
	}

	.slider-section .carousel-control.right {
		right: 84px;
	}
	
	.slider2.slider-section .carousel-control.left {
		left: 2%;
	}

	.slider2.slider-section .carousel-control.right {
		right: 2%;
	}
}

/* ## min-width: 1200 */

@media (max-width: 1449px) {
    .slider-section .slider-left,
    .slider-section .slider-right{
		display: none;
	}
	
	.slider-section .carousel-control.left {
		left: 5%;
	}

	.slider-section .carousel-control.right {
		right: 5%;
	}
	
	.slider-section.slider2 .carousel-control.left span,
	.slider-section.slider2 .carousel-control.right span, 
	.slider-section.slider2.slider-3 .carousel-control.left span, 
	.slider-section.slider2.slider-3 .carousel-control.right span {
		border-color: #00BCD4;
		color: #00BCD4;	
	}
}

/* ## min-width: 1200 */

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (max-width: 1200px) {
	/* new css */
    .carousal-slider1 {
        display: block;
    }

    .slider1-container,
	.slider2-container {
        display: none;
    }
}

/* ## min-width: 1201 to max-width: 1550 */

@media only screen and (min-width: 992px) and (max-width: 1440px) {
    .author-content {
        bottom: 0;
    }

    .author-content h2,
	.author-content h5 {
        margin-top: 10px;
    }

    .author-content img {
        width: 12%;
    }
}

/* ## min-width: 992 to max-width: 1200 */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
    .menu-block .navbar li a {
        font-size: 13px;
        padding-left: 15px;
        padding-right: 14px;
    }

    .latest-update h3 {
        font-size: 14px;
        padding: 13px 15px;
    }
	
	.slider-section .post-box {
		min-height: 305px;
	}

    .full-box-inner {
        min-height: 630px;
    }

    .slider2 .full-box-inner {
        min-height: 500px;
    }

    .post-box .block-title {
        font-size: 14px;
    }

    .political-world-section .post-box {
        min-height: 428px;
    }
	
	/* Post */
	.content-area .category-post-section .col-md-6 .image-box img {
		max-height: 230px;
	}
	
	.content-area .category-post-section .col-md-6 .post-box {
		min-height: 470px;
	}
	
    .category-post-section .post-box:hover .box-content {
        padding-bottom: 34px;
        padding-top: 30px;
    }
		
	/* Fashion Style */
    .fashion-style-section .full-box-inner .block-title {
        font-size: 20px;
    }

    .fashion-style-section .post-box {
        min-height: 383px;
    }

    .post-box .box-read-more {
        padding-left: 20px;
    }

    .box-read-more img {
        margin-right: 10px;
    }
	
	/* Entertainment & Fun */
    .fashion-style-section .full-box-inner,
	.fashion-style-section.entertainment-fun-section .full-box-inner {
        min-height: 797px;
    }
	
	.home-style2.entertainment-fun-section .post-box {
		min-height: 425px;
	}
	
	.home-style2.entertainment-fun-section .post-box .box-content p:not(.time) {
		max-height: 45px;
	}
	
	.home-style2.entertainment-fun-section .post-box:hover .box-content {
		padding-bottom: 40px;
	}
	
	.category-post-section .post-box {
		min-height: 446px;
	}
	
	.political-world-section .owl-prev {
		left: 0;
	}
	
	.political-world-section .owl-next {
		right: 0;
	}
	
	/* Latest Artical */	
	
	/* Home2 */
    .home-style2 .category-post-section .col-md-8 {
        width: 100%;
    }

    .home-style2 .category-post-section .post-box {
        min-height: 472px;
    }

    .home-style2 .entertainment-fun-section .post-box {
        min-height: 547px;
    }
	
	/* Error Page */
    .error-page-404 .fa {
        font-size: 300px;
    }

    .error-page h2 {
        font-size: 130px;
    }

    .error-page span {
        font-size: 72px;
    }

    .error-page-404 h4 {
        font-size: 50px;
    }
	
	/* Author */
    .author-article .post-box {
        min-height: 380px;
    }
	
	.blog-social .read-more {
		padding: 15px 20px;
	}

    .widget_social_icons ul li {
        margin-right: 5px;
    }
	
	.widget_social_icons ul li a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	
	/* Footer Menu */
	.footer-bottom .ow-max-megamenu.navbar li a {
		padding-left: 19px;
		padding-right: 19px;
	}
	
	.footer-bottom .navbar-collapse > ul > li {
		margin-left: 0;
	}
}

/* ## min-width: 992 to max-width: 1024 */
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .category-post-section .col-md-4 {
        width: 50%;
    }

    .category-post-section .post-box {
        min-height: 507px;
    }
	
	.header.header2 .latest-update > h3 {
		padding: 10px 13px;
	}
	
    .slider-section .carousel-control.left {
        left: 5%;
    }

    .slider-section .carousel-control.right {
        right: 5%;
    }
	
	.latest-post-list .marquee a {
		line-height: 40px;
	}

    .footer-bottom ul li {
        margin-left: 14px;
    }
}
/* ## min-width: 768 to max-width: 991 */

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .top-menu .navbar-toggle {
        margin-top: 8px;
        float: left;
    }	

	/* Logo Block */
    .logo-add-block .logo-block {
        line-height: 63px;
    }

    .post-box {
        min-height: 392px;
    }

    .slider-section .carousel-control {
        top: 25%;
    }
	
	.slider-3 .post-box {
		display: none;
	}
	.slider-section.slider-3 .carousel-control {
		top: 40%;
	}
	/* Post */
    .category-post-section .box-content a.block-title {
        font-size: 17px;
    }
	
	.category-post-section .post-box {
		min-height: 487px;
	}

	/* Fashion Style Section */
    .fashion-style-section .container  > .col-md-3 > .col-sm-6 {
        padding: 0 15px;
    }

    .fashion-style-section .post-box,
	.political-world-section .post-box {
        min-height: 475px;
    }
	
	/* Political World */
    .political-world-section .owl-prev {
        left: -30px;
    }

    .political-world-section .owl-next {
        right: -30px;
    }
		
	.political-world-section .owl-prev {
		left: 0;
	}
	
	.political-world-section .owl-next {
		right: 0;
	}

    .slider-3 .item .col-md-4:nth-child(3) .col-sm-6 .row {
        margin: 0;
    }
		
	/* Home 2 */
    .home-style2 .category-post-section .post-box {
        min-height: 510px;
    }
	
	.home-style2.entertainment-fun-section .post-box {
		min-height: 450px;
	}
	
	/* Footer */
		/* Widget */
    .widget {
        margin-bottom: 40px;
    }
	
	/* Footer Menu */
	.footer-bottom .navbar-collapse > ul {
		text-align: left; 
		padding-left: 0;
	}
	
	.footer-bottom .navbar-collapse > ul > li {
		margin-left: 0;
		display: block;
	}
	
	.footer-bottom .navbar-collapse > ul > li a {
		font-size: 12px;
		line-height: 20px;
	}

    .footer-bottom .navbar-toggle {
        margin-top: 15px;
    }

    .footer-bottom ul li a {
        padding-right: 0;
    }
	
	.footer-bottom .navbar-collapse {
		float: none;
	}
	
	.footer-bottom .ow-max-megamenu .navbar-collapse ul.dropdown-menu {
		top: 0;
		bottom: auto;
	}
	
	.footer-section .widget_latest_post li > .col-md-4 {
		width: 16%;
		display: inline-block;
	}
	
	/* Error Page */
    .error-page-404 .fa {
        font-size: 300px;
    }

    .error-page h2 {
        font-size: 130px;
    }

    .error-page span {
        font-size: 72px;
    }

    .error-page-404 h4 {
        font-size: 50px;
    }

    .blog-social {
        display: inline-block;
        padding: 27px 20px;
    }
	
	/* Single Post */	
    .blog-content-inner .widget_social_icons {
        margin-bottom: 0;
    }

    .blog-content-inner .widget_social_icons ul {
        float: none !important;
    }

    .commentlist .children {
        padding-left: 40px;
    }
	
	/* Author */
    .author-content {
        bottom: 0;
    }

    .author-content h2,
	.author-content h5 {
        margin-top: 10px;
    }

    .author-content img {
        width: 10%;
    }
	
	/* Blog Post */
	.blog-social .col-md-3 {
		padding-right: 15px;
	}
	
	.blog-social .read-more {
		margin-top: 30px;
		float: left !important;
	}
	
	.widget_social_icons ul li {
		margin-right: 6px;
	}
	
	.widget_social_icons ul li a {
		width: 32px;
		height: 32px;
		line-height: 32px;
	}
}

/* ## min-width: 319 to max-width: 767 */
@media only screen and (min-width: 319px) and (max-width: 767px) {
    .logo-add-block .logo-block,
	.top-header .top-social, .add-block {
        text-align: center;
    }	
	
	/* Header */
    .top-header ul {
        padding: 0;
    }

    .top-header .top-menu li a {
        padding: 0 7px;
    }

    .top-header .top-social li a {
        padding: 0 10px;
    }

    .top-header ul li,
	.top-header .top-social li {
        line-height: 35px;
    }

    .top-menu .navbar-toggle {
        float: none;
        margin: 8px auto;
    }

    .header2 .latest-update {
        padding-right: 0;
    }

    .header.header2 .top-menu,
	.sb-icon-search, .sb-search-submit {
        text-align: center;
    }	
	
	.top-menu .navbar-nav > li > a {
		line-height: 37px;
	}
	
	/* Logo Block */
    .logo-add-block .logo-block {
        line-height: 1;
        margin-bottom: 25px;
        text-align: center;
    }
	
	/* Post */
    .slider-section .full-box-inner {
        width: 100%;
    }

    .full-box-inner,
	.post-box,
	.category-post-section .post-box,
	.fashion-style-section .post-box {
        width: 290px;
        margin: 0 auto 30px;
    }

    .full-box-inner .block-title {
        padding-right: 0;
    }

    .slider-box-right .col-md-6,
	.slider-box-right .col-md-6:nth-child(2n+1) {
        padding: 0;
        display: none;
    }

    .slider-section .carousel-control {
        top: 42%;
    } 
	
	/* Footer */
	/* Widget */
    .widget-sidebar {
        width: 310px;
        margin: 40px auto 0;
    }

    .widget-sidebar .widget_latest_post .col-md-5 {
        width: 32%;
    }

    .widget_comments .comment li .comment-title span {
        display: block;
        float: none;
    }

    .widget_comments .comment li .comment-title:hover {
        text-decoration: none;
    }

    .footer-bottom .navbar-toggle {
        margin: 15px auto;
        float: none;
    }

    .footer-bottom {
        text-align: center;
    }
	
	.footer-bottom .col-md-8 {
		display: none;
	}

    .category-post-section .post-box {
        min-height: 450px;
    }	
	
	/* Home 2 */
    .home-style2 .entertainment-fun-section .post-box {
        min-height: 523px;
    }

    .home-style2 .category-post-section .post-box {
        min-height: 460px;
    }
	
	.home-style2.entertainment-fun-section .post-box {
		min-height: 430px;
	}
	
	.home-style2.entertainment-fun-section .post-box .box-content p:not(.time) {
		max-height: 47px;
		overflow: hidden;
	}
	
	/* Home style3 */
    .recent-articles > .col-md-4 > .post-box,
	.recent-articles .post-box {
        width: 260px;
    }

    .slider-3 .full-box-inner .image-box > img {
        height: auto !important;
        min-height: initial;
    }

    .slider-3 .item .col-md-4:nth-child(3) {
        display: none;
    }

    .fashion-style-section .post-box {
        min-height: 425px;
    }
	
	/* Home 4 */
    .blog-social .widget_social_icons {
        width: 100%;
    }

    .blog-social .read-more {
        float: none !important;
        margin-top: 30px;
    }

    .blog-social .widget_social_icons li > a {
        margin-bottom: 15px;
        margin-right: 5px;
    }
	
	.widget_social_icons h4 {
		width: 100%;
	}
	
/*	.widget_social_icons ul {
		float: left !important;
	}*/
	
	/* contact */
    .contact-details {
        width: 290px;
        margin: 0 auto;
    }

    .contact-form {
        width: 100%;
    }
	
	/* About Page */
    .team-box {
        width: 290px;
        margin: 0 auto 25px;
    }

    .testimonials {
        margin-top: 25px;
    }
	
	.testimonials-slider .carousel-caption {
		bottom: 0;
	}
	.testimonials-slider .carousel-indicators {
		bottom: 30px;
	}
	
	/* Single Post */
    .commentlist .children {
        padding-left: 30px;
    }
	
	/* Author */
    .author-content {
        position: relative;
        bottom: 0px;
        margin-top: 45px;
    }

    .author-content h2 {
        color: #000;
    }

    .author-content h5 {
        margin: 34px 20px 10px;
    }
	
	/* singlepage */
    .prev-next-post .col-md-6 .col-md-8 {
        margin-top: 0;
        min-height: 110px;
    }

    .prev-next-post .col-md-6 a {
        padding: 0 15px;
    }

    .prev-next-post .col-md-6 a img {
        width: 100%;
    }
	
	/* Political World */
	
	.political-world-section .owl-prev {
		left: 0;
	}
	
	.political-world-section .owl-next {
		right: 0;
	}
	
	.ow-max-megamenu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
		float: none;
		width: 100% !important;
	}
	
	.ow-max-megamenu #mega-menu-wrap-primary #mega-menu-primary .widget_latest_post li {
		margin-bottom: 15px;
		display: inline-block;
	}
}

/* ## min-width: 480 to max-width: 767 */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    .widget_latest_post .col-md-4 {
        width: 20%;
    }

    .entertainment-box .col-md-4  img {
        width: 100%;
    }

    .popular-article .testimonials-slider {
        width: 95.5%;
        bottom: 0;
    }

    .testimonials-slider h3 {
        font-size: 16px;
    }
	
	/* Error Page */
    .error-page-404 {
        width: 380px;
    }

    .error-page-404 .fa {
        font-size: 140px;
        margin-left: 50px;
    }

    .error-page h2 {
        font-size: 60px;
        position: relative;
        top: -16px;
    }

    .error-page span {
        font-size: 30px;
    }

    .error-page-404 h4 {
        font-size: 25px;
    }
}

/* ## min-width: 319 to max-width: 479 */

@media only screen and (min-width: 319px) and (max-width: 479px) {
    .popular-article .image-box {
        min-height: 440px;
    }

    .popular-article .testimonials-slider {
        bottom: 0;
    }

    .widget_social_icons ul li {
        margin-right: 2px;
    }

    .slider-3 .item .col-md-4 {
        width: 100%;
    }

    .slider-3 .col-xs-6 {
        display: none;
    }

    .slider-3 .col-xs-6:nth-child(1) {
        display: block;
    }
	
	.add-show {
		margin: 0;
	}
	
	/* Error Page */
    .error-page-404 {
        width: 290px;
    }

    .error-page-404 .fa {
        font-size: 100px;
        margin-left: 50px;
    }

    .error-page h2 {
        font-size: 40px;
        position: relative;
        top: -16px;
    }

    .error-page span {
        font-size: 20px;
    }

    .error-page-404 h4 {
        font-size: 20px;
    }
	
	/* Author */
    .skills-professional-section .panel-heading .panel-title {
        font-size: 14px;
    }
	
	/* Testimonial */
	.testimonials-slider h4 {
        font-size: 15px;
    }
	
	.testimonials-slider .carousel-caption {
		width: 100%;
		height: 100%;
		padding: 35px 0 0;
		top: 0;
		bottom: auto;
	}
    .testimonials-slider h3 {
        font-size: 12px;
		padding: 0 15%;
    }
	.testimonials-slider .carousel-control.left{
		left: 0;
	}
	.testimonials-slider .carousel-control.right {
		right: 0%;
	}
	.testimonials-slider .carousel-indicators {
		display: none;
	}
	
	/* Menu */
	.ow-max-megamenu .dropdown-menu > .dropdown > .dropdown-menu {
		margin: 0 5px;
	}
}

@media only screen and (min-width: 319px) and (max-width: 640px) {
	.ow-max-megamenu .mega-sub-menu > li{
		width: 100% !important;
		float: left;
	}
	
	.ow-max-megamenu #mega-menu-wrap-primary #mega-menu-primary .widget_latest_post .widget-post-image {
		padding-top: 0;
	}
	
	
}

/* ## min-width: 991 */

@media (max-width: 991px) {
    .top-header .top-menu li a {
        font-size: 12px;
		line-height: 35px;
    }
	
	.top-header .top-menu li .dropdown-menu a {
		padding: 0 10px;
	}
	
	.top-header .ow-max-megamenu .dropdown-menu > .dropdown > .dropdown-menu,
	.ow-max-megamenu .dropdown-menu > .dropdown > .dropdown-menu {
		margin: 0 5px;
	}
	
    .header2 .latest-post-list marquee {
        padding-left: 15px;
    }

    .navbar-header {
        float: none;
        margin-bottom: 0;
    }

    .navbar-toggle {
        display: block;
		border: none;
        margin-right: 0;
        margin-top: -47px;
		border-radius: 0;
    }
	
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover,
	.navbar-toggle:hover {
		background-color: #FF4081;
	}
	
    .footer-bottom .navbar-toggle {
        margin-top: 15px;
    }
	
	.navbar-default .navbar-toggle .icon-bar,
    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-nav.navbar-right:last-child {
        margin: 0;
    }

    .navbar-collapse.in {
        overflow-y: auto !important;
    }

    .navbar-collapse {
        padding: 0;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

	.collapse.in {
        display: block !important;
    }

    .navbar-nav {
        margin: 0;
        width: 100%;
    }

    .navbar-nav > li {
        min-height: 0;
        float: none;
    }

    .top-menu .navbar-nav > li,
	.footer-bottom .navbar-nav > li {
        display: block;
    }

    .top-menu .navbar-nav > li a {
        padding-left: 0;
    }

    .menu-block .navbar {
        min-height: 1px;
    }

    .menu-block.navbar-fixed-top {
        position: fixed;
        min-height: 65px;
    }

    .menu-block.navbar-fixed-top .navbar-toggle {
        margin-right: 0;
        margin-top: 15px;
    }

    .menu-block .container {
        position: relative;
    }

    .menu-block.navbar-fixed-top .navbar-header > a {
        display: block;
        margin-top: 15px;
    }

    .menu-block .search-follow {
        width: 96%;
        right: 0px;
        left: 0;
        z-index: 1;
    }

    .menu-block.navbar-fixed-top .search-follow {
        display: none;
    }

    .menu-block .sb-search {
        z-index: 99999;
    }
	
	/* Dropdown */
	
    .dropdown-menu {
        position: relative;
        box-shadow: none;
        text-align: left;
        border: none;
        width: 100%;
        margin-bottom: 15px;
        border-radius: 0;
    }

    .ow-max-megamenu .dropdown-menu > .dropdown > .dropdown-menu {
        top: 0px;
        left: 0;
        margin: 0 35px;
    }
	
	.ow-max-megamenu #mega-menu-wrap-primary #mega-menu-primary > li {
		float: none;
		display: block;	
	}
		
	.ow-max-megamenu #mega-menu-wrap-primary #mega-menu-primary > li ul.mega-sub-menu,
	.ow-max-megamenu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
		width: 100%;
		position: relative;
		display: none;
	}
	
	.ow-max-megamenu .dropdown-menu {
		border-bottom: none;
	}
	
	.ow-max-megamenu .dropdown-menu {
		border-bottom: none;
	}
	
	.ow-max-megamenu .nav li > ul.dropdown-menu li ul.dropdown-menu,
	.ow-max-megamenu .nav li:last-child > ul.dropdown-menu li ul.dropdown-menu li ul.dropdown-menu li ul.dropdown-menu li ul.dropdown-menu {
		left: 0;
	}
	
	.ow-max-megamenu .nav li > ul.dropdown-menu li ul.dropdown-menu li ul.dropdown-menu li ul.dropdown-menu li ul.dropdown-menu {
		right: 0;
	}
	
	/* Top Menu */
	.top-header .navbar-collapse > ul > li {
		display: block;
	}
	
	/* Section Header */
    .section-header {
        margin-top: 40px;
    }
	
	/* Contact */
	
    .map iframe {
        height: 300px;
    }

    .menu-block .col-md-3 {
        width: 85%;
        position: relative;
        right: 0;
        z-index: 9999;
        top: 0;
    }
	
	/* Mega Menu */
	#mega-menu-wrap-primary {
		background: transparent;
	}
	
	.ow-max-megamenu #mega-menu-wrap-primary .mega-sub-menu {
		background-color: #f9f9f9 !important;
		float: left !important;
	}
	
	.menu-block .ow-max-megamenu #mega-menu-wrap-primary #mega-menu-primary > li > a {
		display: inline-block;
		width: 100%;
	}
	
	.ow-max-megamenu #mega-menu-wrap-primary #mega-menu-primary .widget_latest_post li .widget-post-content a {
		line-height: 20px;
		max-height: 35px;
		overflow: hidden;
		display: inline-block;
	}
}

/* ## min-width: 1800 to max-width: 1920 */
@media only screen and (min-width: 1800px) and (max-width: 1920px) {

}