/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




    /*==========  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) {
		.header-v6 .navbar-nav.navbar-social > li > a {
			padding: 20px 10px;
		}
    }

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

    }



    /*==========  Non-Mobile First Method  ==========*/

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

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		body.admin-bar.header-fixed .header-v6.header-sticky {
			top: 0;
		}
		.widget > ul.blog-latest-posts li:first-child, .blog-latest-posts li {
			margin-top: 0;
			padding: 15px;
			border: 0;
		}
		aside {
			margin-top: 30px;
		}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		.carousel-caption {
			position: relative;
			width: 100%;    
			left: 0;
			bottom: 0;
		}
		.carousel-indicators {
			display: none;
		}
		.carousel-caption  .btn-u {
			white-space: normal;
			background-color: transparent;
			color: #72c02c;
		}
		.footer-v1 .copyright, .footer-v1 .footer-socials {
			text-align: center;
		}
    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {
		.col-xxs-12 {
			width: 100%;
		}
		.col-xxs-6 {
			width: 50%;
		}
		.widget_categories .blog-latest-posts li .title {
			padding-left: 15px;
			padding-top: 5px;
		}
		.widget_categories .blog-latest-posts li:nth-child(2n+1) {
			clear: left;
		}
    }

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

    }
