/*
=======================================
Screen size: 992px - 1199px
=======================================
*/
@media (min-width: 992px) and (max-width: 1199px) {





/*
---------------------------
Header
---------------------------
*/

/* Navigation */
#navigation ul.nav li > a {
    letter-spacing: 0.12em;
    padding: 2px 18px;
}

/* Mega menus */
#navigation li.dropdown.mega-menu ul.dropdown-menu {
    left: -242px;
    width: 970px;
}



/*
---------------------------
Sidebars
---------------------------
*/
#secondary-menu {
	max-height: none;
}




/*
---------------------------------
Pages
---------------------------------
*/

/*
Homepage
------------------------
*/
.front #main #content {
    background-position: 220px 0;
}

.front #main #content .content-inner {
    background-position: 690px 0;
}

.front #main .hp-row .block-social-media {
    padding-left: 0;
}

.front #main .hp-row .block-social-media .group {
    clear: both;
    display: inline-block;
    float: right;
    overflow: hidden;
}


   


}
/*
=======================================
END: Screen size: 980px and up
=======================================
*/