
/* ==========================================================================
   480px ====================================================================
============================================================================= */
@media only screen and (min-width: 480px) {

/* ==== TITLES ====== */

.pi-titlebar-breadcrumb-right h1,
.pi-titlebar-breadcrumb-right .pi-breadcrumb {
    width:100%;
    display:block;
    }

/* ==== HOME ====== */

.home_mainbanner p:first-child {
    margin-top:50px;
    }

.home_mainbanner p:nth-child(2) {
    margin-bottom:50px;
    float:right;
    }

.home_video {
    padding:0 15px 0 0;
    }

} /* === End 480px === */



/* ==========================================================================
   768px ====================================================================
============================================================================= */
@media only screen and (min-width: 768px) {

/* ==== HOME ====== */

.home_mainbanner p:first-child {
    margin-top:90px;
    }

.home_mainbanner p:nth-child(2) {
    margin-bottom:90px;
    }


} /* === End 768px === */


/* ==========================================================================
   992px ====================================================================
============================================================================= */
@media only screen and (min-width: 992px) {

/* ==== HOME ====== */

.home_mainbanner p:first-child {
    margin-top:150px;
    }

.home_mainbanner p:nth-child(2) {
    margin-bottom:150px;
    }


} /* === End 992px === */


/* ==========================================================================
   1200px ===================================================================
============================================================================= */
@media only screen and (min-width: 1200px) {

/* ==== HOME ====== */

.home_mainbanner p:first-child {
    font-size:22px;
    padding:20px;
    }

.home_mainbanner p:nth-child(2) {
    font-size:28px;
    padding:20px;
    }

} /* === End 1200px === */


/* ==========================================================================
   1600px ===================================================================
============================================================================= */
@media only screen and (min-width: 1600px) {

/* ==== HOME ====== */

.home_mainbanner p:first-child {
    margin-top:190px;
    }

.home_mainbanner p:nth-child(2) {
    margin-bottom:190px;
    }

} /* === End 1600px === */




