/* ==== Scroll down to find where to put your styles :) ==== */ /* HTML5 ✰ Boilerplate */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } ins { background-color: #ff9; color: #000; text-decoration: none; } mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; } table { border-collapse: collapse; border-spacing: 0; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } input, select { vertical-align: middle; } body { font:13px/1.231 sans-serif; *font-size:small; background:url("../images/tile1.png") repeat scroll top center transparent; height: 100%;} select, input, textarea, button { font:99% sans-serif; } pre, code, kbd, samp { font-family: monospace, sans-serif; } html { overflow-y: scroll;} a:hover, a:active { outline: none; } ul, ol { margin:0; } ol { list-style-type: decimal; } nav ul, nav li { margin: 0; list-style:none; list-style-image: none; } small { font-size: 85%; } strong, th { font-weight: bold; } td { vertical-align: middle; } sub, sup { font-size: 75%; line-height: 0; position: relative; } sup { top: -0.5em; } sub { bottom: -0.25em; } pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; } textarea { overflow: auto; } .ie6 legend, .ie7 legend { margin-left: -7px; } input[type="radio"] { vertical-align: text-bottom; } input[type="checkbox"] { vertical-align: bottom; } .ie7 input[type="checkbox"] { vertical-align: baseline; } .ie6 input { vertical-align: text-bottom; } label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; } button, input, select, textarea { margin: 0; } input:valid, textarea:valid { } input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; } .no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; } ::-moz-selection{ background: @red; color:#fff; text-shadow: none; } ::selection { background:@red; color:#fff; text-shadow: none; } a:link { -webkit-tap-highlight-color: @red; text-decoration: none; } button { width: auto; overflow: visible; } .ie7 img { -ms-interpolation-mode: bicubic; } body, select, input, textarea { color: #444; } h1, h2, h3, h4, h5, h6 { font-weight: bold; } /* // ========================================== \\ || || || Your styles ! || || || \\ ========================================== // */ @font-face { font-family: 'LeagueGothicRegular'; src: url('../fonts/League_Gothic-webfont.eot'); src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/League_Gothic-webfont.woff') format('woff'), url('../fonts/League_Gothic-webfont.ttf') format('truetype'), url('../fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'GillSansStdLightItalic'; src: url('../fonts/gillsansstd-lightitalic-webfont.eot'); src: url('../fonts/gillsansstd-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gillsansstd-lightitalic-webfont.woff') format('woff'), url('../fonts/gillsansstd-lightitalic-webfont.ttf') format('truetype'), url('../fonts/gillsansstd-lightitalic-webfont.svg#GillSansStdLightItalic') format('svg'); font-weight: normal; font-style: normal; } .sans{font-family:'GillSansStdLightItalic', gill sans, sans-serif;} .serif{font-family:Cambria, Georgia, serif;} .fat{font-family:'LeagueGothicRegular', Helvetica, Arial, sans-serif;} /*//////MIXINS/////*/ .transition { -moz-transition: all 900ms ease -400ms; -webkit-transition: all 900ms ease -400ms; transition: all 900ms ease -400ms; } .rounded-corners (@radius: 2px) { border-radius: @radius; -webkit-border-radius: @radius; -moz-border-radius: @radius; -khtml-border-radius: @radius; -ms-border-radius: @radius; -khtml-border-radius: @radius; -o-border-radius: @radius; } .rounded-corners4 (@radius: 4px) { border-radius: @radius; -webkit-border-radius: @radius; -moz-border-radius: @radius; -khtml-border-radius: @radius; } .rounded-full (@radius: 25px) { border-radius: @radius; -webkit-border-radius: @radius; -moz-border-radius: @radius; -khtml-border-radius: @radius; } .rounded-arrow (@radius: 25px 25px 0px 25px) { border-radius: @radius; -webkit-border-radius: @radius; -moz-border-radius: @radius; -khtml-border-radius: @radius; } .box-shadow (@x: 0, @y: 0, @blur: 0px, @color: rgba(0,0,0,0.15), @inset:inset) { box-shadow: @arguments; -moz-box-shadow: @arguments; -webkit-box-shadow: @arguments; } @red: #FF3342; @blue: #A6CFDD; @black: #333333; /*//////NAVIGATION LAYER/////*/ .noFocus:focus { outline: none; } .dot { background: transparent; height: 40px; width: 30px; display: block; position: absolute; z-index: 2; border-radius: 25px; } .padder { background: #f00; height: 3px; width: 21px; position: relative; padding: 10px; } .radial { background: url("../images/radial.png") repeat scroll 0 0 transparent; border: medium none; border-radius: 11px 11px 11px 11px; -moz-border-radius: 11px 11px 11px 11px; -webkit-border-radius: 11px 11px 11px 11px; height: 23px; margin: 0; position: absolute; right: 2px; top: 4px; width: 23px; } #slogan { position: relative; float: left; color: #fff; font-family: cambria, georgia, serif; font-size: 18px; font-style: italic; top: 32px; left: 20px; } #logo { background: url("../images/ajohan.png") no-repeat scroll center -13px #FF3342; border-radius: 0 0 2px 2px; box-shadow: 0 -4px 0 0 rgba(0, 0, 40, 0.2) inset, 0 4px 3px -3px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 -4px 0 0 rgba(0, 0, 40, 0.2) inset, 0 4px 3px -3px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 -4px 0 0 rgba(0, 0, 40, 0.2) inset, 0 4px 3px -3px rgba(0, 0, 0, 0.3); float: left; height: 77px; position: relative; width: 150px; } #navigation a.last { width: 145px; margin-right: 5px; } #navigation { background: none repeat scroll 0 0 #000; border: 1px solid #222222; .rounded-corners4; box-shadow: 0 1px 0 0 #292929 inset; clear: both; height: 37px; position: relative; top: 17px; width: 940px; } #navigation a.first {background:transparent; width:145px; margin-left: 5px;} #navigation a.current { background: @red; .rounded-full; -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.3) inset; -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.3) inset; box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.3) inset; } #filters li a:hover {color:#6F9DAC;} #filters li a {color:#fff;} #filters li:first-child {border:medium none; padding-left:0px;} #filters li { border-left: 1px dotted #6F9DAC; display: block; float: left; .serif; font-size: 14px; font-style: italic; margin-top: 20px; padding: 0 10px; } #filterbox_unbinded p { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15); border-radius: 25px 25px 25px 25px; box-shadow: 0 2px 3px -3px #000000 inset; color: #FFFFFF; display: inline-block; font-family: Cambria,Georgia,serif; font-size: 12px; padding: 3px 20px; position: absolute; right: 11px; text-align: right; top: 18px; } #filterbox p { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15); border-radius: 25px 25px 25px 25px; box-shadow: 0 2px 3px -3px #000000 inset; color: #FFFFFF; display: inline-block; font-family: Cambria,Georgia,serif; font-size: 12px; padding: 3px 20px; position: absolute; right: 11px; text-align: right; top: 11px; width: 480px; } #filterbox_unbinded { background:@blue; .rounded-corners; box-shadow:0 -2px 1px -1px rgba(0, 0, 0, 0.2) inset, 0 -3px 0 #8DB0BC inset, 0 -4px 0 #BADCE8 inset; -webkit-box-shadow:0 -2px 1px -1px rgba(0, 0, 0, 0.2) inset, 0 -3px 0 #8DB0BC inset, 0 -4px 0 #BADCE8 inset; -moz-box-shadow:0 -2px 1px -1px rgba(0, 0, 0, 0.2) inset, 0 -3px 0 #8DB0BC inset, 0 -4px 0 #BADCE8 inset; height: 42px; margin-top: 0px; padding-top: 18px; padding-left: 20px; position: relative; width: 920px; top:0px; } #filterbox { background:@blue; .rounded-corners; box-shadow:0 -2px 1px -1px rgba(0, 0, 0, 0.2) inset, 0 -3px 0 #8DB0BC inset, 0 -4px 0 #BADCE8 inset; -webkit-box-shadow:0 -2px 1px -1px rgba(0, 0, 0, 0.2) inset, 0 -3px 0 #8DB0BC inset, 0 -4px 0 #BADCE8 inset; -moz-box-shadow:0 -2px 1px -1px rgba(0, 0, 0, 0.2) inset, 0 -3px 0 #8DB0BC inset, 0 -4px 0 #BADCE8 inset; height: 42px; margin-top: 0px; padding-top: 18px; padding-left: 20px; position: absolute; width: 920px; z-index: 100; top:0px; } #filterbox.floatingHeader { background: rgb(166, 207, 221); /* The Fallback */ background: rgba(155, 207, 221, 0.75); } .floatingHeader { position: fixed; top: 0; visibility: hidden; } #filters .selected { border-top: 3px solid #6F9DAC; padding-top: 17px; } #filters { top: 0px; position: absolute; } #navigation a { color: #FFFFFF; display: block; font-size: 27px; height: 24px; list-style: none outside none; padding-top: 2px; position: relative; text-align: center; text-decoration: none; text-indent: -999em; top: 6px; width: 160px; line-height: 20px; } .cufon-ready #navigation a {text-indent: 0;} #navigation ul{ margin:0; padding:0; } #navigation li { margin: 0px; padding: 0px; list-style: none; float: left; } .form-slider { position: absolute; right: 0; color: #666; .serif; top: 30px; } .h:focus { background: url("http://grazdesigns.com/ajohan3/css/../images/searchicon.png") no-repeat scroll 122px 5px #EEEEEE; color: #444; } .h { -moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: url("../images/searchicon.png") no-repeat scroll 122px 5px #111111; border-color: #333333; border-radius: 14px 14px 14px 14px; border-style: none none solid; border-width: medium medium 1px; height: 25px; width:145px; position: relative; right: 5px; margin-top: 2px; text-align: center; color:@blue; .sans; font-size: 16px; .transition; } /*//////HEADER LAYER/////*/ #slider {width:940px; margin:0 auto; margin-top:20px; -moz-box-shadow: 1px 4px 5px -3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 1px 4px 5px -3px rgba(0, 0, 0, 0.2); box-shadow: 1px 4px 5px -3px rgba(0, 0, 0, 0.2); .rounded-corners; } /*//////CONTENT LAYER/////*/ #jstwitter { .serif; font-size: 12px; color: #444; } #jstwitter .tweet { margin: 0 auto 10px auto; padding: 0 0 10px 0; border-bottom: 1px dotted #bbb; } #jstwitter .tweet a { text-decoration: none; color: @red; } #jstwitter .tweet a:hover { text-decoration: underline; } #jstwitter .tweet .time { font-size: 10px; font-style: italic; color: @blue; } .adp-placemark { background: none repeat scroll 0 0 #EEEEEE; border: 0 solid silver; color: #000000; cursor: pointer; display: block; margin: 10px 0; padding: 10px; vertical-align: middle; .rounded-corners; } .adp-step, .adp-substep { border-top: 1px dotted #CDCDCD; margin: 0; padding: 0.45em 0px; vertical-align: top; } .adp-step, .adp-text { border-left: 1px dotted #AAAAAA; color: #444444; display: block; font-size: 16px; font-style: normal; margin-left: 10px; padding-left: 10px; position: relative; top: 10px; width: 100%; } .adp-distance { float: right; white-space: nowrap; } .adp-directions { border-collapse: collapse; cursor: pointer; width: 100%; } .arrow { border-color: #111 transparent; border-style: solid; border-width: 7px 7px 0 7px; display: block; height: 0; margin-left: 9px; position: relative; top: 49px; width: 0; z-index: 1; } /**** Isotope filtering ****/ .highlight { box-shadow: 0 0 0 3px #333333, 0 0 0 2px #333333 inset; -moz-box-shadow: 0 0 0 3px #333333, 0 0 0 2px #333333 inset; -webkit-box-shadow: 0 0 0 3px #333333, 0 0 0 2px #333333 inset; color: @blue; position: relative; white-space: pre; z-index: 100; background-color: #333333; border-radius: 1px; -webkit-border-radius: 1px; -moz-border-radius: 1px; } .isotope, .isotope .isotope-item { /* change duration value to whatever you like */ -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; transition-duration: 0.3s; } .isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; transition-property: height, width; } .isotope .isotope-item { -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; transition-property: transform; } .isotope-item { z-index: 20; } .emailclass {background: #f00; color:#fff;} .isotope-hidden.isotope-item { pointer-events: none; z-index: 10; } .isotope-image.inception{top:0px;right:0px;-moz-transform:scale(1);-webkit-transform:scale(1);} .isotope-image { -moz-transition: all 1000ms ease -500ms; display: block; height: 614px; margin-left: 0; margin-top: 0; position: relative; right: 320px; top: -195px; width: 934px; .transition; -moz-transform:scale(0.5); -webkit-transform:scale(0.5); } .machine-burrito { background:transparent; width: 960px; margin: 0 auto; margin-top:20px; } .product-burrito { background:transparent; width: 960px; margin: 0 auto; margin-top:20px; } .caption div { float: right; } .caption div:first-child { border-right: 1px dotted #444444; display: block; float: left; margin-right: 10px; padding-right: 10px; position: relative; } .caption .desc { color: #FFFFFF; .sans; font-size: 16px; font-style: normal; width: 304px; } .caption .client { font-size:16px; font-style:normal; .sans; color:#fff; } .caption p { font-size: 11px; .serif; font-style: italic; color:@blue; } .browserIE .caption { background: #111111;} .caption { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8); border-radius: 0 6px 6px 0; color: #FFFFFF; display: none; .sans; font-size: 16px; font-weight: lighter; left: 0; padding: 6px 15px; position: absolute; top: 6px; } .item.big { height: 614px; width: 934px; } .machine.size4 img {width: 310px;} .machine img { border: 3px solid #FFFFFF; display: block; float: left; height: 290px; width: 630px; } .machine h1 { bottom: 10px; color: #ccc; font-family: Cambria,Georgia,serif; font-size: 62px; font-style: italic; font-weight: normal; left: 20px; position: relative; text-transform: uppercase; } .browserIE .machine h2 { background:#111111; } .hasFontSmoothing-false.machine h2 {.serif;} .machine h2 { background: rgba(0,0,0,0.8); border-radius: 0 2px 2px 0; -moz-border-radius: 0 2px 2px 0; -webkit-border-radius: 0 2px 2px 0; color: #FFFFFF; display: block; .sans; left:0px; top:0px; letter-spacing: 0.8px; font-size: 16px; margin-left: 3px; margin-top: 9px; padding: 6px 10px; text-align: center; position: absolute; font-weight: lighter; } .browserIE .machine { background: #ffffff;} .machine { background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8); .rounded-corners; box-shadow: 1px 4px 5px -3px rgba(0, 0, 0, 0.2), 0 -3px 0 0 #EEEEEE inset, 0 -4px 0px rgba(0, 0, 0, 0.08) inset; -moz-box-shadow: 1px 4px 5px -3px rgba(0, 0, 0, 0.2), 0 -3px 0 0 #EEEEEE inset, 0 -4px 0px rgba(0, 0, 0, 0.08) inset; -webkit-box-shadow: 1px 4px 5px -3px rgba(0, 0, 0, 0.2), 0 -3px 0 0 #EEEEEE inset, 0 -4px 0px rgba(0, 0, 0, 0.08) inset; display: block; margin-bottom: 20px; margin-right: 20px; } .size0 {width:300px;height:60px;} .size1 {width:940px;height:300px;} .size2 {width:300px; height: 140px;} .size3 {width:300px; height: 220px;} .size4 {width:620px;height:300px;} .size-title {width:940px; height: 60px;} .item { background: none repeat scroll 0 0 transparent; border: 3px solid #fff; .rounded-corners; box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3); display: block; height: 214px; margin-bottom: 20px; margin-right: 20px; overflow: hidden; width: 294px; cursor: pointer; } #main {width:940px; margin:0 auto; visibility:hidden; position: relative; } /*////IESUCKS////*/ .browserIE6 #main {display:none;} #ie6 {background: #fff; border:3px solid#eee; width: 860px; height:auto; margin:0 auto; position: relative; margin-top:20px; margin-bottom:20px; padding:40px; font-family: Cambria, Georgia, Serif; font-size: 30px;} .browserIE #main {visibility:visible; } .six {height:475px; margin-bottom: 20px;} .five {height:395px;} .four {height:315px;} .one {height:75px;} .eight {height:635px;} .left { float: left; width: 540px; } .right {width:220px; float:right;} .col h2 { border-bottom: 3px solid @blue; .serif; font-size: 24px; font-weight: normal; margin-bottom: 10px; padding-bottom: 13px; } .column { -webkit-column-count: 2; -webkit-column-gap: 20px; -moz-column-count: 2; -moz-column-gap: 20px; } .col p { font-family: cambria,georgia,serif; font-size: 14px; line-height: 1.6em; margin-bottom: 10px; text-align: left; } .browserIE .col {background-color: #ffffff;} .col { background: none repeat scroll 0 0 rgba(255, 255, 255, 0.65); .rounded-corners; box-shadow: 1px 4px 5px -3px rgba(0, 0, 0, 0.2), 0 -3px 0 0 #EEEEEE inset, 0 -4px 0px rgba(0, 0, 0, 0.08) inset; -moz-box-shadow: 1px 4px 5px -3px rgba(0, 0, 0, 0.2), 0 -3px 0 0 #EEEEEE inset, 0 -4px 0px rgba(0, 0, 0, 0.08) inset; -webkit-box-shadow: 1px 4px 5px -3px rgba(0, 0, 0, 0.2), 0 -3px 0 0 #EEEEEE inset, 0 -4px 0px rgba(0, 0, 0, 0.08) inset; display: block; margin-top: 20px; position: relative; padding: 25px 40px 40px 40px; } /*//////rR LAYER/////*/ .mail:hover { background: url("http://grazdesigns.com/ajohan3/css/../images/mailsprite.png") no-repeat scroll 0px 0 transparent; } .mail { background: url("http://grazdesigns.com/ajohan3/css/../images/mailsprite.png") no-repeat scroll -18px 0 transparent; width: 18px; height: 13px; position: absolute; right:1px; float: right; } #contact-wrapper { width: 460px; margin: 0 auto; margin-top: 20px; } .funk { display: block; float: left; margin-bottom: 20px; position: relative; width: 940px; } #filterbox_unbinded .separator { border-color: #6B8B96; } #filterbox .separator { border-color: #6B8B96; } .separator { border-left: 1px dotted #444444; clear: none; display: block; float: left; height: 20px; margin-left: 5px; margin-right: 5px; position: relative; top: 1px; width: 0; } #languages { background: none repeat scroll 0 0 transparent; border-radius: 3px 3px 3px 3px; box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2) inset; -moz-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2) inset; -webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2) inset; display: inline-block; padding: 5px 6px; } #footerwrap { display: block; height: 30px; padding: 40px 40px 40px 0px; position: relative; width: 900px; margin:0 auto; } .clearfooter { height: 110px; clear: both; } #footer { background: url("../images/bgtile1.png") repeat scroll 0 0 transparent; height: 110px; width: 100%; clear: both; position: relative; border-top: 3px solid #444; .box-shadow(0px, -3px); } .siteinfo { background: none repeat scroll 0 0 #202020; .rounded-full; box-shadow: 0 2px 3px -3px #000000 inset; -moz-box-shadow: 0 2px 3px -3px #000000 inset; -webkit-box-shadow: 0 2px 3px -3px #000000 inset; color:#666; /*satan*/ display: inline-block; .serif; font-size: 12px; padding: 6px 20px; position: absolute; right: 0px; text-align: right; top: 35px; width: 350px; text-shadow: 0 -1px 0 #000000; } /*//////BUTTONS/////*/ .button span { padding-left: 3px; padding-right: 3px; } .button { -webkit-transition: all 400ms ease -100ms; -moz-transition: all 400ms ease -100ms; .rounded-corners; color: #FFFFFF; display: inline-block; .sans; font-size: 14px; font-style: normal; padding: 3px 6px; position: relative; text-align: center; cursor: pointer; float: left; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); height: 15px; } .browserIE7 .buttonarrow {display:none;} .buttonarrow { background: url("http://grazdesigns.com/ajohan3/css/../images/arrow.png") no-repeat scroll 6px 0 transparent; display: block; float: right; height: 10px; position: relative; top: 3px; width: 6px; } .blue:hover{background: #7896a0;} .blue {background: #9cc2cf; box-shadow:0 -19px 0 0 rgba(0, 0, 0, 0.13) inset, 0 -4px 8px -6px rgba(0, 0, 0, 0.3) inset, 0 4px 3px -3px rgba(0, 0, 0, 0.3); -moz-box-shadow:0 -19px 0 0 rgba(0, 0, 0, 0.13) inset, 0 -4px 8px -6px rgba(0, 0, 0, 0.3) inset, 0 4px 3px -3px rgba(0, 0, 0, 0.3); -webkit-box-shadow:0 -19px 0 0 rgba(0, 0, 0, 0.13) inset, 0 -4px 8px -6px rgba(0, 0, 0, 0.3) inset, 0 4px 3px -3px rgba(0, 0, 0, 0.3); border:1px solid #6B8B96; } .red:hover{background: #b52b38;} .red {background: #FF3342; box-shadow:0 -19px 0 0 rgba(0, 0, 0, 0.13) inset, 0 -4px 8px -6px rgba(0, 0, 0, 0.3) inset, 0 4px 3px -3px rgba(0, 0, 0, 0.3); -moz-box-shadow:0 -19px 0 0 rgba(0, 0, 0, 0.13) inset, 0 -4px 8px -6px rgba(0, 0, 0, 0.3) inset, 0 4px 3px -3px rgba(0, 0, 0, 0.3); -webkit-box-shadow:0 -19px 0 0 rgba(0, 0, 0, 0.13) inset, 0 -4px 8px -6px rgba(0, 0, 0, 0.3) inset, 0 4px 3px -3px rgba(0, 0, 0, 0.3); border:1px solid #a72733; } .black { background: #444; box-shadow:0 -19px 0 0 rgba(0, 0, 0, 0.16) inset, 0 -4px 8px -6px rgba(0, 0, 0, 0.3) inset, 0 4px 3px -3px rgba(0, 0, 0, 0.3); -moz-box-shadow:0 -19px 0 0 rgba(0, 0, 0, 0.16) inset, 0 -4px 8px -6px rgba(0, 0, 0, 0.3) inset, 0 4px 3px -3px rgba(0, 0, 0, 0.3); -webkit-box-shadow:0 -19px 0 0 rgba(0, 0, 0, 0.16) inset, 0 -4px 8px -6px rgba(0, 0, 0, 0.3) inset, 0 4px 3px -3px rgba(0, 0, 0, 0.3); border:1px solid #222; } /*//////BUTTONS/////*/ /*//////BACKGROUND LAYER/////*/ #topbackground { background: url("../images/bgtile1.png") repeat scroll 0 0 #333; border-bottom: 1px solid #FFFFFF; box-shadow: 0 -3px 0 0 #222222 inset; -moz-box-shadow: 0 -3px 0 0 #222222 inset; -webkit-box-shadow: 0 -3px 0 0 #222222 inset; height: 150px; position: absolute; top: 0; width: 100%; } #topburrito { height: 150px; margin: 0 auto; position: relative; width: 941px; z-index: 10; } .ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; } .hidden { display: none; visibility: hidden; } .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } .invisible { visibility: hidden; } .clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; } .clearfix:after { clear: both; } .clearfix { zoom: 1; } @media all and (orientation:portrait) { } @media all and (orientation:landscape) { } @media screen and (max-device-width: 480px) { /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */ } @media print { * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } a, a:visited { color: #444 !important; text-decoration: none; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3{ page-break-after: avoid; } } /* * jQuery Nivo Slider v2.5.2 * http://nivo.dev7studios.com * * Copyright 2011, Gilbert Pellegrom * Free to use and abuse under the MIT license. * http://www.opensource.org/licenses/mit-license.php * * March 2010 */ /* The Nivo Slider styles */ .nivoSlider { position:relative; } .nivoSlider img { position:absolute; top:0px; left:0px; } /* If an image is wrapped in a link */ .nivoSlider a.nivo-imageLink { position:absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; z-index:6; display:none; } /* The slices and boxes in the Slider */ .nivo-slice { display:block; position:absolute; z-index:5; height:100%; } .nivo-box { display:block; position:absolute; z-index:5; } /* Caption styles */ .nivo-caption { background:transparent; bottom: 0; color: #FFFFFF; float: left; left: 40px; margin-top: 125px; opacity: 1; position: absolute; top:20px; width: 300px; z-index: 8; } .nivo-caption p { padding:0; margin-top:10px; font-family: cambria,georgia,serif; font-size: 14px; } .nivo-caption a { display:inline !important; } .nivo-html-caption { display:none; } /* Direction nav styles (e.g. Next & Prev) */ .nivo-directionNav a { position:absolute; top:45%; z-index:9; cursor:pointer; } .nivo-prevNav { left:0px; } .nivo-nextNav { right:0px; } /* Control nav styles (e.g. 1,2,3...) */ .nivo-controlNav a { background: url("../images/dot.png") no-repeat scroll 0 0 transparent; border: 0 none; display: block; float: left; height: 17px; margin-right: 3px; text-indent: -9999px; width: 20px; } .nivo-controlNav a.active { background: url("../images/dotact.png") no-repeat scroll 0 0 transparent; } .nivo-controlNav { bottom: 40px; clear: both; display: inline-block; float: left; left: 40px; padding: 0; position: absolute; z-index: 100; } .browserIE .nivo-caption h1 { background: #111111; } .nivo-caption h1 { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8); .rounded-corners; box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.4); display: inline-block; .sans; font-size: 30px; font-weight: 100; height: 36px; line-height: 35px; padding: 3px 9px; } .hoverpanel { background: none repeat scroll 0 0 #222222; display: block; height: 208px; left: 0; position: absolute; top: 0; width: 288px; z-index: 10000; } .size3 .machinename { background:@red; .rounded-full; color: #FFFFFF; font-style: normal; height: 17px; line-height: 16px; position: relative; text-align: center; top: 3px; z-index: 1; } .size2 .machinename { background:@red; .rounded-full; color: #FFFFFF; font-style: normal; height: 17px; line-height: 16px; position: relative; text-align: center; top: 3px; z-index: 1; } .innermachine {width:264px;padding:20px 20px 20px; float: right;} .infoboxsmall { display: block; position: relative; right: 0; top: 0; padding:20px; z-index: 40; } .infoboxsmall dt { background: none repeat scroll 0 0 #EFEFEF; color: #444444; float: left; font-family: Cambria,Georgia,serif; font-size: 11px; font-style: italic; font-weight: bold; height: 3px; line-height: 2.1em; margin-top: 1px; text-align: right; width: 100px; white-space: pre; } .infoboxsmall dd { border-top: 1px dotted #bbb; color: #666666; font-family: Cambria,Georgia,serif; font-size: 12px; font-weight: normal; line-height: 1.2em; padding: 5px 0 4px 110px; position: relative; text-align: left; top: 0; } .infobox a {color: #6f9dac;} .infobox { display: block; position: relative; right: 0; top: 0; z-index: 40; } .infoboxsmall strong { position: relative; top: -1px; } .infobox dt { background: none repeat scroll 0 0 #EFEFEF; clear: left; color: #444; float: left; .serif; font-weight: bold; font-style: italic; font-size: 11px; height: 3px; line-height: 2.1em; margin-top: 1px; text-align: right; width: 100px; white-space:pre; } .infobox dd { border-top: 1px dotted #bbb; clear: right; color: #666; /*satan*/ .serif; font-size: 12px; font-weight: normal; line-height: 1.2em; padding: 5px 0 4px 110px; text-align: left; } .col h1 { font-size:42px; } .col input, .col select, .col textarea, .col label { font-size:15px; margin-bottom:2px; .serif; resize: vertical; } .col input, .col select, .col textarea { border-color: #DDDDDD; .rounded-corners; border-style: solid; border-width: 1px 1px 3px; margin-bottom: 20px; padding: 6px; width: 450px; } .col input:focus, .col select:focus, .col textarea:focus { background-color: #f5f5f5; } .col textarea .col .col label { display:block; } .col .required { font-weight:bold; color:@blue; } .col #loading { background: url("../images/ajax-loader.gif") no-repeat scroll 9px 11px #9CC2CF; border-color: #6B8B96; border-style: solid; border-width: 1px; bottom: 40px; box-shadow: 0 -19px 0 0 rgba(0, 0, 0, 0.13) inset, 0 -4px 8px -6px rgba(0, 0, 0, 0.3) inset, 0 4px 3px -3px rgba(0, 0, 0, 0.3); display: none; height: 21px; right: 76px; position: absolute; width: 25px; z-index: 1; } #enquiry { width: 464px; } #errors { background:#fefefe; color: #444; display: none; margin: 0 40px 0; padding: 20px; .sans; font-size:14px; } #errors li { padding:2px; list-style:none; } #errors li:before { content: ' - '; } #errors #info { font-weight:bold; } #errors #info:before { content: ''; } #success { background: none repeat scroll 0 0 #83D186; border-radius: 3px 3px 3px 3px; color: #FFFFFF; display: none; font-weight: bold; margin: 20px auto; padding: 4px 10px; width: 438px; } .map-button img { background: none repeat scroll 0 0 transparent; float: right; left: 4px; padding-left: 5px; padding-right: 5px; position: relative; top: 10px; } .browserIE6 .map-button {display:none;} .browserIE7 .map-button {display:none;} .browserIE8 .map-button {display:none;} #map-directions { background: #fff; padding-left: 40px; padding-top: 30px; padding-right: 40px; padding-bottom: 40px; margin-bottom:20px; font-style: italic; .serif; font-size: 12px; } #omoss { -moz-box-shadow: 1px 4px 5px -3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 1px 4px 5px -3px rgba(0, 0, 0, 0.2); box-shadow: 1px 4px 5px -3px rgba(0, 0, 0, 0.2); background: @blue; border: 3px solid #FFFFFF; .rounded-corners; display: block; height: 454px; margin-bottom: 20px; margin-top: 20px; position: relative; float: left; width: 614px; } #map { -moz-box-shadow: 1px 4px 5px -3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 1px 4px 5px -3px rgba(0, 0, 0, 0.2); box-shadow: 1px 4px 5px -3px rgba(0, 0, 0, 0.2); .rounded-corners; display: block; height: 454px; margin-bottom: 20px; margin-top: 20px; position: relative; width: 934px; border:3px solid #fff; } #errors.visible, #success.visible { display:block; } #req-field-desc { font-style:italic; -webkit-column-count: 1; -moz-column-count: 1; } /* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */ input:required, textarea:required { -moz-box-shadow:none; -webkit-box-shadow:none; -o-box-shadow:none; box-shadow:none; } /* Normalize placeholder styles */ /* chrome, safari */ ::-webkit-input-placeholder { color:#CCC; font-style:italic; } /* mozilla */ input:-moz-placeholder, textarea:-moz-placeholder { color:#CCC; font-style:italic; } /* ie (faux placeholder) */ input.placeholder-text, textarea.placeholder-text { color:#CCC; font-style:italic; } .tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; } .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 330px; min-width: 70px; text-align: center; } .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; } .tipsy-arrow { position: absolute; background: url('../images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; } .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; } .tipsy-nw .tipsy-arrow { top: 0; left: 10px; } .tipsy-ne .tipsy-arrow { top: 0; right: 10px; } .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; } .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; } .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; } .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; } .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; } .employee.rofl {height: 35px; width: 26px; visibility: visible;} .employee { .transition; background: url("../images/arrowsmall.png") no-repeat scroll 0 0 transparent; height: 35px; position: absolute; width: 26px; display:none; } .kennet { left: -442px; top: -53px; } .maria { left: -381px; top: -15px; } .malin { left: -470px; top: -29px; } .mikael { left: -613px; top: -29px; } .hans { left: -524px; top: -41px; } .ewa { left: -433px; top: -16px; } .lenny { left: -323px; top: -36px; } .christer { left: -245px; top: -33px; } .tobias { left: -163px; top: -29px; } .eilert { left: -564px; top: -40px; } .anders { left: -404px; top: -50px; } .sigurd { left: -291px; top: -56px; } .anderskarlsson { left: -213px; top: -58px; } .lena { display:none !important; } .unabled { opacity: 0.5; } /* Från vänster närmast kameran (killen som ser glad ut i svart t-shirt) Mikael Johansson, Hans Johansson, Ewa Eikefjord, Maria Johansson, Lenny Johansson (dö), Christer Johansson, Tobias Johansson. Mellanraden: Eilert Nilsson, Malin Johansson, Anders Ernstsson, Sigurd Andreasson, Anders Karlsson Pappa längst bak (fining) Kennet Johansson */ .trigger:hover { background: @red; border-color: #CB2531; } .trigger { background: none repeat scroll 0 0 #EEEEEE; border-color: #CCCCCC; border-radius: 2px 2px 2px 2px; border-style: solid; border-width: 1px 1px 3px; float: none; height:11px; left: 90px; position: relative; width: 16px; z-index: 100; }