/////////////////////////////////////////////// // // Adapta Queries // /////////////////////////////////////////////// // MIN WIDTH @media all and (min-width: 1600px) { #gallery-items .rsOverflow, .royalSlider#gallery-items { height: 640px !important; } } @media all and (min-width: 1200px) { #gallery-items .rsOverflow, .royalSlider#gallery-items { height: 480px !important; } } @media all and (min-width: 767px) { .center-padding-right { padding-right: 15px;} .center-padding-left { padding-left: 15px;} .center-padding-both { padding-left: 10px; padding-right: 10px;} } // MAX WIDTH @media all and (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%); padding-left: 0; padding-right: 0; } } .navbar .btn-navbar { margin: 14px 0 0 10px; } .brand-tel { margin-top: 8px; margin-left: 10px; } #header-image h1 { font-size: 52px; line-height: 60px; } #header-search-form { #header-search-form-query { width: 100%; height: 32px; @include box-sizing(border-box); } #header-search-form-query-hint { bottom: 16px; left: 28px; } .fa-search { bottom: 15px; right: 20px; } } #links-user { margin: 0; > li { > a { font-size: $baseFontSize; color:#959ea3; } } } #nav-main > li > a { padding-bottom: 11px; padding-top: 11px; } .dropdown-submenu > a:after { display: inline-block; float: none; margin-left: 4px; border-width: 5px 5px 0 5px; border-top-color: #b5b5b5; border-left-color: transparent; } .dropdown-submenu:hover > a:after { border-top-color: $white; border-left-color: transparent; } } @media all and (max-width: 979px) { //match with menu collapse .nav-collapse { #header-search-form, #links-user, #nav-main {display:none;} } .nav-collapse.in { #header-search-form, #links-user, #nav-main {display:block;} } #header-image > h1 { height: 130px; font-size: 60px; } #gallery-items .rsOverflow, .royalSlider#gallery-items { height: 295px !important; } .leadership-bio { h4 { font-size: $baseFontSize + 2} font-size: $baseFontSize - 2; line-height: $baseLineHeight - 4; } } @media all and (min-width: 768px) and (max-width: 979px) { .thumbnails { margin-left: -#{$gridGutterWidth768}; > li {margin-left: $gridGutterWidth768;} } .table { th {font-size: $baseFontSize - 4;} td {font-size: $baseFontSize - 2; line-height:$baseFontSize; } } } @media all and (max-width: 767px) { body { padding-left: 0; padding-right: 0; } .clmn-left, .clmn-center { margin-bottom: $baseLineHeight; } .push > .container-fluid { margin-bottom: 0;} .navbar-static-top { margin-left: 0; margin-right: 0; } .block > .container { padding-left: 20px; padding-right: 20px; } #header-image h1 { height: 100px; font-size: 32px; line-height: 40px; } #gallery-items .rsOverflow, .royalSlider#gallery-items { height: 280px !important; } footer { text-align:center; * { float:none !important;} } #event-login-block { hr.delimiter { height: 1px; width: 100%; margin: $baseLineHeight * 0.75 0;} text-align: center; } .leadership-bio { &.span4 { width: 31% !important; float: left !important; margin-left: 3% !important; &:first-child, &.third {margin-left: 0 !important;} } } .table { th {font-size: $baseFontSize - 3;} td {font-size: $baseFontSize - 1; line-height:$baseFontSize + 1;} } } @media all and (max-width: 480px) { h1 { font-size: $baseFontSize * 1.8;} h2 { font-size: $baseFontSize * 1.4;} h3 { font-size: $baseFontSize * 1.3;} h4 { font-size: $baseFontSize * 1.2;} h5 { font-size: $baseFontSize * 1.1;} h6 { font-size: $baseFontSize * 1.0;} // Header .navbar .brand { padding-left: 0; padding-right: 0; } // Medias .media { .date-square { float: left; display: block; margin-bottom: 0; } } .partner { .pull-left, .pull-right { display: inline-block; } } #gallery-items .rsOverflow, .royalSlider#gallery-items { height: 220px !important; } .nav-tabs { border:0; > li { float:none !important; border:0; a { @include border-radius(0px); margin-right: 0; border-bottom: 1px solid #ccc !important;} } } .filter_form { dt, #query-element {width: 100% !important;} dt, dd { margin: 0; padding-bottom:5px; float: none !important; } input.text, select { width:100% !important;} #btnSearch-element { width:100% !important; text-align: center;} } .lead { font-size:22px; line-height:normal;} ul.brief-info { //Contact Page content float:none; padding: 0 !important; } .leadership-bio { &.span4 { width: 47% !important; float: left !important; margin-left: 3% !important; &.third {clear:none; margin-left: 3% !important;} &:first-child, &.second {margin-left: 0 !important; clear:both;} } } .table { th {font-size: $baseFontSize - 4;} td {font-size: $baseFontSize - 2;} } #table-sitemap { td {display: block; width: 100%;} } } @media all and (max-width: 320px) { .brand .name {font-size: 20px;} .royalSlider#gallery-items { height: 160px !important; } .leadership-bio { &.span4 { width: 100% !important; float: none !important; margin-left: 0% !important; } } }