/////////////////////////////////////////////// // // Adapta Queries // /////////////////////////////////////////////// @media (max-width: $navbarCollapseWidth) { .brand { margin:10px 0; line-height: 20px; .name {font-size: 22px;} .tagline { font-size: 10px; letter-spacing: 0; } } .navbar-inverse { .navbar-inner { @include gradient-vertical-stops($navbarInverseBackgroundHighlight, 30%, $navbarInverseBackground, 90%); } } .navbar .btn-navbar {margin-top: 20px;} #header-image > h1 { padding: 0 20px; } #header-search-form { #header-search-form-query { width: 100%; height: 32px; @include box-sizing(border-box); } #header-search-form-query-hint { left: 28px; } .icon-search { right: 20px; } } #links-user { margin: 0; text-align: center; > li { display: inline; > a { display: inline-block; font-size: $baseFontSize -1; color:#959ea3; } } } #nav-main > li > a { padding-bottom: 6px; padding-top: 6px; } .dropdown-submenu > a:after { display: inline-block; float: none; margin-left: 4px; border-width: 5px 5px 0 5px; border-top-color: #fff; border-left-color: transparent; } .dropdown-submenu:hover > a:after { border-top-color: $white; border-left-color: transparent; } } @media (min-width: 1600px) { #gallery-items .rsOverflow, .royalSlider#gallery-items { height: 640px !important; } } @media (min-width: 1200px) { #header-image + .container {min-height: 300px;} #gallery-items .rsOverflow, .royalSlider#gallery-items { height: 480px !important; } } @media (min-width: 979px) and (max-width: 1199px) { #nav-main > li > a {font-size:16px; padding-right: 17px;} } @media (max-width: 979px) { //match with menu collapse #header-image > h1 { // height: 130px; // font-size: 60px; } #gallery-items .rsOverflow, .royalSlider#gallery-items { height: 295px !important; } } @media (min-width: 768px) and (max-width: 979px) { .thumbnails { margin-left: -#{$gridGutterWidth768}; > li {margin-left: $gridGutterWidth768;} } .navbar .container { width:724px;} #nav-main > li > a { font-size:14px; padding-right: 5px;font-family:ProximaNovaRegular; b.caret {border-top: 3px solid; border-right: 3px solid transparent; border-left: 3px solid transparent; margin-top:10px;} } #bottom-navigation > .nav_section { width:30%; } } @media (max-width: 767px) { body { padding-left: 0; padding-right: 0; } .navbar-static-top { margin-left: 0; margin-right: 0; } .block > .container { padding-left: 20px; padding-right: 20px; } #header-image > h1 { @include box-sizing(border-box); width: 100%; height: 80px; font-size: 36px; margin-left: 0; } #gallery-items .rsOverflow, .royalSlider#gallery-items { height: 280px !important; } footer { text-align:center; // * { float:none !important;} } #bottom-navigation { margin-top: 0; margin-bottom: 20px; > .nav_section { width: auto; display: inline; div, h5 {display:inline;} h5 { margin: 0 10px; font-weight: normal;} .lvl1 {display: none;} } .span2 { &:before, &:after {display:inline !important;} } } } @media (max-width: 480px) { #links-user > li > a { padding: 0 7px; } // Medias .media .date-square { float: left; display: block; margin-bottom: 0; } #gallery-items .rsOverflow, .royalSlider#gallery-items { height: 220px !important; } .nav-tabs > li { float:none !important; a {@include border-radius(0px); border:none !important;} } .filter_form { &#search-filter-form { #query-element {width: 100%;} } dt, dd { margin: 0; padding-bottom:5px; } dt { width: 30%; clear: left; } dd { width: 65%; } #btnSearch-element, input.text, select { width:100% !important;} #btnSearch-element { text-align: center;} } .lead { font-size:22px; line-height:normal;} //Contact Page content ul.brief-info { float:none; padding: 0 !important; } } @media (max-width: 320px) { #links-user > li:nth-child(2) > a { border-right: none; } .royalSlider#gallery-items { height: 160px !important; } .logo-menu { text-align: center;} .brand { float:none;} .navbar .btn-navbar { float:none; display: inline-block; margin-top: 10px; margin-bottom: 10px; } }