/*! normalize.css v3.0.1 | MIT License | git.io/normalize */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove default margin. */ body { margin: 0; } /* HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. * Correct `block` display not defined for `main` in IE 11. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } /** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */ audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */ [hidden], template { display: none; } /* Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ a { background: transparent; } /** * Improve readability when focused and also mouse hovered in all browsers. */ a:active, a:hover { outline: 0; } /* Text-level semantics ========================================================================== */ /** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */ b, strong { font-weight: bold; } /** * Address styling not present in Safari and Chrome. */ dfn { font-style: italic; } /** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */ h1 { font-size: 2em; margin: 0.67em 0; } /** * Address styling not present in IE 8/9. */ mark { background: #ff0; color: #000; } /** * Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* Embedded content ========================================================================== */ /** * Remove border when inside `a` element in IE 8/9/10. */ img { border: 0; } /** * Correct overflow not hidden in IE 9/10/11. */ svg:not(:root) { overflow: hidden; } /* Grouping content ========================================================================== */ /** * Address margin not present in IE 8/9 and Safari. */ figure { margin: 1em 40px; } /** * Address differences between Firefox and other browsers. */ hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } /** * Contain overflow in all browsers. */ pre { overflow: auto; } /** * Address odd `em`-unit font size rendering in all browsers. */ code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } /* Forms ========================================================================== */ /** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. */ /** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */ button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ } /** * Address `overflow` set to `hidden` in IE 8/9/10/11. */ button { overflow: visible; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */ button, select { text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */ button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } /** * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { cursor: default; } /** * Remove inner padding and border in Firefox 4+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ input { line-height: normal; } /** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof). */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } /** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Define consistent border, margin, and padding. */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ legend { border: 0; /* 1 */ padding: 0; /* 2 */ } /** * Remove default vertical scrollbar in IE 8/9/10/11. */ textarea { overflow: auto; } /** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */ optgroup { font-weight: bold; } /* Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /* resets: - import *after* _normalize.scss - helpful, but limited, resets note: - use restraint - this set of styles should be vers small - this file is global! - use common sense when adding settings to this file */ * { z-index: 1; } body { padding: 0; } h1, h2, h3, h4, h5, h6, blockquote, p { padding: 0; margin: 0; line-height: 1; } a { text-decoration: none; } input::-ms-clear { display: none; } ul { list-style-type: none; padding: 0; margin: 0; } section { overflow: hidden; } .container { position: relative; width: 1150px; margin: 0 auto; } a.btn { display: inline-block; font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 12px; color: #1b3a51; text-transform: uppercase; letter-spacing: 2px; cursor: pointer; } a.btn:before { content: url("../img/global/icon-arrow-yellow.png"); position: relative; margin-right: 7px; top: 2px; } a.btn.left:before { content: url("../img/global/icon-arrow-yellow-left.png"); position: relative; margin-right: 7px; top: 4px; } a.btn.right:before { content: url(""); margin: 0; } a.btn.right:after { content: url("../img/global/icon-arrow-yellow.png"); position: relative; margin-left: 7px; top: 2px; } .hero { position: relative; width: 100%; min-height: 544px; background-size: cover; } .hero .box-title { position: absolute; width: 360px; height: 375px; top: 85px; left: 0; border: solid 1px #fff; } .hero .box-title hr { position: relative; width: 55px; margin: 170px 0 0 50px; color: #fff; } .hero .box-title h1 { margin: 10px 0 0 50px; font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 36px; color: #fff; text-transform: uppercase; letter-spacing: 3px; } .subnav ul { display: inline-block; margin: 30px 0 0 205px; } .subnav li { display: inline-block; margin-right: 10px; } .subnav li a { font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 11px; color: #919191; text-transform: uppercase; letter-spacing: 1px; } .subnav li a.active { color: #1b3a51; } .subnav li:after { content: "/"; margin-left: 10px; font-size: 11px; color: #919191; } .subnav li:last-child:after { content: ""; } .play-btn { position: absolute; bottom: -50px; left: 75px; display: inline-block; padding: 32px 30px 20px; cursor: pointer; border: solid 1px #e0a156; text-align: center; } .play-btn p { margin-top: 45px; font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 11px !important; color: #000; text-transform: uppercase; letter-spacing: 2px; } header.main { position: fixed; top: 0; width: 100%; height: 73px; background-color: #fff; z-index: 5; } #home header.main { position: absolute; bottom: 0; } header.main .container { position: relative; background: #FFF; } header.main .logo { display: inline-block; width: 160px; height: 73px; background-color: #1b3a51; } header.main .logo .logo-main { margin-top: 18px; } header.main .logo-fill { position: absolute; top: 0; left: 0; width: 50%; background-color: #1b3a51; height: 100%; } header.main nav { display: inline-block; vertical-align: top; margin: 30px 0 0 40px; } header.main nav li { display: inline-block; margin-right: 10px; } header.main nav li a { font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 11px; color: #919191; text-transform: uppercase; letter-spacing: 2px; } header.main nav li a.active { color: #1b3a51; } header.main nav li:after { content: "/"; margin-left: 10px; font-size: 11px; color: #919191; } header.main nav li:last-child:after { content: ""; } header.main .tpb { float: right; margin-top: 22px; margin-right: 20px; /* a { width: 329px; height: 32px; background: url(/public/img/global/logo-tpb.svg); display: block; } */ } header.main .mjf { float: right; margin-top: 22px; margin-right: 20px; } header.main .social { display: inline-block; float: right; margin-top: 30px; } header.main .social li { display: inline-block; } footer { position: relative; width: 100%; padding: 30px 0; background-color: #fff; border-top: solid 1px #d3d8da; } footer nav { display: inline-block; vertical-align: top; } footer nav li { display: inline-block; margin-right: 10px; } footer nav li a { font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 11px; color: #1b3a51; text-transform: uppercase; letter-spacing: 1px; } footer nav li:after { content: "/"; margin-left: 10px; font-size: 11px; color: #919191; } footer nav li:last-child:after { content: ""; } footer .copyright { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 13px; margin-top: 25px; color: #a0a0a0; } footer .copyright a { color: #757575; } footer .copyright a:after { content: "/"; margin: 0 10px; color: #757575; } footer .copyright a:last-child:after { content: ""; } /* Colorbox Core Style: The following CSS is consistent between example themes and should not be altered. */ #colorbox, #cboxOverlay, #cboxWrapper { position: absolute; top: 0; left: 0; z-index: 9999; overflow: hidden; } #cboxWrapper { max-width: none; } #cboxOverlay { position: fixed; width: 100%; height: 100%; } #cboxMiddleLeft, #cboxBottomLeft { clear: left; } #cboxContent { position: relative; } #cboxLoadedContent { overflow: auto; -webkit-overflow-scrolling: touch; } #cboxTitle { margin: 0; } #cboxLoadingOverlay, #cboxLoadingGraphic { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor: pointer; } .cboxPhoto { float: left; margin: auto; border: 0; display: block; max-width: none; -ms-interpolation-mode: bicubic; } .cboxIframe { width: 100%; height: 100%; display: block; border: 0; padding: 0; margin: 0; } #colorbox, #cboxContent, #cboxLoadedContent { box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; } /* User Style: Change the following styles to modify the appearance of Colorbox. They are ordered & tabbed in a way that represents the nesting of the generated HTML. */ #cboxOverlay { background: #000; opacity: 0.9; filter: alpha(opacity=90); } #colorbox { outline: 0; } #cboxContent { margin-top: 0; background: #000; } .cboxIframe { background: #fff; } #cboxError { padding: 50px; border: 1px solid #ccc; } #cboxLoadedContent { /*border:5px solid #000;*/ background: #fff; } #cboxTitle { position: absolute; top: -20px; left: 0; color: #ccc; } #cboxCurrent { position: absolute; top: -20px; right: 0px; color: #ccc; } #cboxLoadingGraphic { background: url(images/loading.gif) no-repeat center center; } /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */ #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose { border: 0; padding: 0; margin: 0; overflow: visible; width: auto; background: none; } /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */ #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active { outline: 0; } #cboxSlideshow { position: absolute; top: -20px; right: 90px; color: #fff; } #cboxPrevious { position: absolute; top: 50%; left: 5px; margin-top: -32px; background: url(images/controls.png) no-repeat top left; width: 28px; height: 65px; text-indent: -9999px; } #cboxPrevious:hover { background-position: bottom left; } #cboxNext { position: absolute; top: 50%; right: 5px; margin-top: -32px; background: url(images/controls.png) no-repeat top right; width: 28px; height: 65px; text-indent: -9999px; } #cboxNext:hover { background-position: bottom right; } #cboxClose { position: absolute; top: 30px; right: 20px; display: block; background: url(../img/global/btn-close.png) no-repeat top center; width: 38px; height: 19px; text-indent: -9999px; } /** * BxSlider v4.1.2 - Fully loaded, responsive content slider * http://bxslider.com * * Written by: Steven Wanderski, 2014 * http://stevenwanderski.com * (while drinking Belgian ales and listening to jazz) * * CEO and founder of bxCreative, LTD * http://bxcreative.com */ /** RESET AND LAYOUT ===================================*/ .bx-wrapper { position: relative; margin: 0 auto 60px; padding: 0; *zoom: 1; } .bx-wrapper img { max-width: 100%; display: block; } /** THEME ===================================*/ .bx-wrapper .bx-viewport { border: none; background: transparent; /*fix other elements on the page moving (on Chrome)*/ -webkit-transform: translatez(0); -moz-transform: translatez(0); -ms-transform: translatez(0); -o-transform: translatez(0); transform: translatez(0); } .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { position: absolute; bottom: -30px; width: 100%; } /* LOADER */ .bx-wrapper .bx-loading { min-height: 50px; /*background: url(images/bx_loader.gif) center center no-repeat #fff;*/ height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000; } /* PAGER */ .bx-wrapper .bx-pager { text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; color: #666; padding-top: 20px; } .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; *zoom: 1; *display: inline; } .bx-wrapper .bx-pager.bx-default-pager a { background: #666; text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 5px; outline: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: #000; } /* DIRECTION CONTROLS (NEXT / PREV) */ .bx-wrapper .bx-prev { background: url(../img/magic/btn-arrows.png); right: 89px; top: -40px; } .bx-wrapper .bx-next { background: url(../img/magic/btn-arrows.png); right: 30px; top: -40px; background-position: -49px -44px; } .bx-wrapper .bx-controls-direction a { position: absolute; outline: 0; width: 49px; height: 44px; text-indent: -9999px; z-index: 9999; } .bx-wrapper .bx-controls { position: static; } .bx-wrapper .bx-controls-direction { position: static; } .bx-wrapper .bx-controls-direction a.disabled { display: none; } /* AUTO CONTROLS (START / STOP) */ .bx-wrapper .bx-controls-auto { text-align: center; } .bx-wrapper .bx-controls-auto .bx-start { display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; background: url(images/controls.png) -86px -11px no-repeat; margin: 0 3px; } .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0; } .bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; background: url(images/controls.png) -86px -44px no-repeat; margin: 0 3px; } .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px; } /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */ .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: left; width: 80%; } .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { right: 0; width: 35px; } /* IMAGE CAPTIONS */ .bx-wrapper .bx-caption { position: absolute; bottom: -94px; left: 0; background: #d1393b; width: 100%; min-height: 94px; } .bx-wrapper .bx-caption span { color: #fff; font-family: Arial; display: block; font-size: .85em; padding: 22px; } #home .box { position: relative; } #video h1, #home h1 { display: inline-block; font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 24px; color: #1b3a51; text-transform: uppercase; letter-spacing: 3px; line-height: 1.3em; } #company h1 span, #home h1 span { font-size: 22px; } #home p { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 13px; color: #757575; line-height: 1.5em; letter-spacing: 1px; } #home .play-btn { bottom: -50px; left: 75px; } #home .play-btn p { font-size: 11px; color: #27282d; } /* #home .hero { background: url("../img/home/hero-home.jpg") no-repeat; background-size: cover; background-position: top center; height: 100vh; } */ #home .hero .box { width: 377px; height: 353px; margin-top: 173px; background-color: #fff; } #home .hero .box .hr { position: absolute; top: 72px; left: 35px; display: inline-block; width: 50px; border-top: solid 1px #1b3a51; height: 1px; } #home .hero h1 { width: 300px; margin: 85px 0 0 35px; } #home .hero p { width: 300px; margin: 35px 0 0 35px; } #home .hero a.btn { margin: 100px 0 0 35px; } #home .hero .downarrow { position: absolute; bottom: 5%; left: 50%; margin-left: -20px; background: url(../img/home/btn-downarrow.png) no-repeat; width: 39px; height: 92px; cursor: pointer; } #home .mission { /*padding: 65px 0 90px;*/ padding: 65px 0 0; margin-top: 73px; background-color: #d3d8da; } #home .mission .container { width: 1170px; } #home .mission .container:after { content: ""; display: table; clear: both; } #home .mission .main-img { float: left; } #home .mission .box { display: inline-block; float: left; width: 377px; height: 447px; background: #1b3a51; } #home .mission .box .hr { position: absolute; top: 55px; left: 50px; display: inline-block; width: 50px; border-top: solid 1px #e0a156; height: 1px; } #home .mission .box h1 { width: 275px; margin: 65px 0 0 50px; font-size: 32px; color: #fff; letter-spacing: 3px; line-height: 1.2em; } #home .mission .box p { width: 275px; margin: 30px 0 0 50px; font-size: 13px; color: #a7afbe; line-height: 1.6em; } #home .mission .box a.btn { margin: 60px 0 0 50px; color: #fff; } #home .build { padding: 65px 0 125px; } #home .build .container { width: 1170px; } #home .build .container:after { content: ""; display: table; clear: both; } #home .build .main-img { float: right; } #home .build .box { display: inline-block; float: right; width: 200px; margin: 70px 85px 0 0; } #home .build .box h1 { font-size: 32px; letter-spacing: 3px; line-height: 1.2em; } #home .build .box p { margin-top: 35px; font-size: 13px; color: #2a2a2a; line-height: 1.6em; } #home .build .box a.btn { margin-top: 50px; color: #1b3a51; } #home .build .box .vr { display: inline-block; height: 200px; border-left: solid 1px #d3d8da; width: 1px; position: absolute; left: -50px; top: -135px; } #home .build .play-btn { right: 75px; left: auto; } #home .communities { background: url("../img/home/bg-communities.jpg") no-repeat top center; background-size: cover; margin: 0 auto; max-width: 1440px; min-height: 678px; overflow: visible; } #home .communities .box { display: inline-block; width: 475px; padding: 215px 60px 65px; margin-top: -30px; border: solid 1px #e0a156; color: #fff; } #home .communities .box .hr { position: absolute; top: 200px; display: inline-block; width: 85px; border-top: solid 1px #e0a156; height: 1px; } #home .communities .box h1 { width: 340px; color: #fff; font-size: 32px; } #home .communities .box h1 span { font-size: 22px; } #home .communities .box p { width: 340px; margin-top: 40px; color: #fff; font-size: 14px; line-height: 1.6em; } #home .communities .box a.btn { margin-top: 65px; color: #fff; font-size: 13px; } #home .advantage { padding: 115px 0 150px; } #home .advantage .container { width: 1250px; } #home .advantage .container:after { content: ""; display: table; clear: both; } #home .advantage img { float: left; } #home .advantage .box { position: absolute; width: 430px; right: -10px; top: -40px; padding: 125px 0 95px 100px; border: solid 1px #e0a156; } #home .advantage .box h1 { width: 400px; font-size: 32px; } #home .advantage .box h1 span { font-size: 22px; } #home .advantage .box p { width: 400px; margin-top: 60px; font-size: 14px; line-height: 1.6em; } #home .advantage .box a.btn { margin-top: 65px; font-size: 13px; } #home .advantage .box .hr { display: inline-block; width: 80px; border-top: solid 1px #e0a156; height: 1px; position: absolute; top: 110px; left: 100px; } #home .discover { background: url("../img/home/bg-discover.jpg") no-repeat; background-size: cover; margin: 0 auto; /*max-width: 1440px;*/ min-height: 555px; } #home .discover .box { display: inline-block; margin-top: 125px; padding: 80px 70px 60px; border: solid 1px #fff; } #home .discover .box .hr { display: inline-block; width: 80px; border-top: solid 1px #fff; height: 1px; position: absolute; top: 77px; left: 71px; } #home .discover .box h1 { font-size: 48px; color: #fff; line-height: 0.9em; letter-spacing: 10px; } #home .discover .box h1 span { font-size: 22px; letter-spacing: 4px; } #home .discover .box a.btn { display: block; margin-top: 50px; font-size: 13px; color: #fff; } #home .updates { padding: 0 0 100px 0; background-color: #d3d8da; } #home .updates .container { width: 1175px; } #home .updates h1 { margin-left: 325px; font-size: 32px; } #home .updates h1 span { font-size: 22px; } #home .updates .btn { float: right; margin-top: 65px; } #home .updates ul { margin-top: 50px; } #home .updates ul li { display: inline-block; vertical-align: top; width: 285px; margin-left: 7px; background-color: #fff; overflow: hidden; /*cursor: pointer;*/ } #home .updates ul li:first-child { margin-left: 0; } #home .updates ul li:nth-child(even) img { vertical-align: bottom; } #home .updates ul li>div { position: relative; width: 230px; height: 275px; padding: 30px 0; margin-left: 30px; } #home .updates ul li>div .hr { display: inline-block; width: 75px; border-top: solid 1px #1b3a51; height: 1px; position: absolute; top: 96px; left: 0; } #home .updates ul li .photo { width: 285px; height: 257px; overflow: hidden; padding: 0; margin: 0; } #home .updates ul li .photo img { height: 265px; position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto; } #home .updates ul li h3 { font-family: "Open Sans", sans-serif; font-weight: 400; font-style: italic; font-size: 13px; color: #e0a156; letter-spacing: 1px; } #home .updates ul li p { margin-top: 67px; font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 13px; text-transform: uppercase; color: #1b3a51; letter-spacing: 1px; } #home .updates ul li a.btn { position: absolute; bottom: 30px; left: 0; font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 12px; color: #e0a156; letter-spacing: 1px; } @-moz-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -moz-transform: translateY(0); transform: translateY(0); } 40% { -moz-transform: translateY(-30px); transform: translateY(-30px); } 60% { -moz-transform: translateY(-15px); transform: translateY(-15px); } } @-webkit-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); } 40% { -webkit-transform: translateY(-30px); transform: translateY(-30px); } 60% { -webkit-transform: translateY(-15px); transform: translateY(-15px); } } @keyframes bounce { 0%, 20%, 50%, 80%, 100% { -moz-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); } 40% { -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -webkit-transform: translateY(-30px); transform: translateY(-30px); } 60% { -moz-transform: translateY(-15px); -ms-transform: translateY(-15px); -webkit-transform: translateY(-15px); transform: translateY(-15px); } } .bounce { -moz-animation: bounce 2s infinite; -webkit-animation: bounce 2s infinite; animation: bounce 2s infinite; } /* company */ #company p { letter-spacing: 1px; } #company .hero { background: url("../img/company/hero-company.jpg") no-repeat; background-size: cover; margin: 0 auto; max-width: 1440px; margin-top: 73px; } #company .philosophy { padding: 30px 0 110px; background-color: #f7f6f6; } #company .philosophy .container { width: 1135px; } #company .philosophy .subnav ul { margin: 0; } #company .philosophy .subnav.fixed { background: none repeat scroll 0 0 #fff; height: 73px; position: fixed; top: 73px; width: 100%; z-index: 5; } #company .philosophy .subnav.fixed ul { margin: 30px 0; } #company .philosophy .content-box { width: 100%; margin-top: 22px; border: solid 1px #d3d8da; } #company .philosophy .hr { display: inline-block; width: 50px; border-top: solid 1px #e0a156; height: 1px; position: absolute; left: 0; } #company .philosophy .first { position: relative; margin-top: 75px; line-height: 0; } #company .philosophy .first .vr { display: inline-block; height: 180px; border-left: solid 1px #d4d8d9; width: 1px; position: absolute; left: 0; top: -95px; } #company .philosophy .first .hr { top: 165px; } #company .philosophy .first h2 { margin-top: 95px; } #company .philosophy .first>img { margin-left: -20px; } #company .philosophy .first .play-btn { bottom: -60px; left: 50px; } #company .philosophy .second { position: relative; } #company .philosophy .second>img { margin-right: -20px; } #company .philosophy .second .hr { top: 125px; } #company .philosophy .second h2 { margin-top: 150px; } #company .philosophy .second .inner { margin-right: 40px; margin-left: 55px; } #company .philosophy .second .play-btn { display: inline-block; bottom: -60px; left: 915px; } #company .philosophy .third { position: relative; line-height: 0; } #company .philosophy .third .hr { top: 110px; } #company .philosophy .third .hr.two { top: 350px; } #company .philosophy .third>img { margin-top: -45px; margin-left: -20px; } #company .philosophy .third .inner { width: 370px; margin-left: 70px; } #company .philosophy .third .inner h2 { margin-top: 130px; } #company .philosophy .third .inner h2:first-child { margin-top: 110px; } #company .philosophy .inner { display: inline-block; position: relative; vertical-align: top; width: 430px; margin-left: 110px; } #company .philosophy h1 { margin: 15px 0 0 20px; font-size: 32px; text-transform: uppercase; letter-spacing: 3px; line-height: 1.2em; color: #1b3a51; } #company .philosophy h1 span { font-size: 22px; } #company .philosophy h2 { margin-top: 100px; font-family: "Open Sans", sans-serif; font-weight: 400; font-style: italic; font-size: 21px; color: #1b3a51; letter-spacing: 3px; } #company .philosophy p { margin-top: 25px; font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 13px; line-height: 1.6em; } #company .our-team { padding-bottom: 100px; background: #c8d3d7; } #company .our-team>.container { margin-top: -370px; } #company .our-team>.container:after { content: ""; display: table; clear: both; } #company .our-team .sub-hero { width: 100%; margin: 0 auto; max-width: 1440px; min-height: 761px; background: url("../img/company/GO-grupna.jpg") no-repeat; background-size: cover; } #company .our-team.zene .sub-hero { width: 100%; margin: 0 auto; max-width: 1440px; min-height: 761px; background: url("../img/company/GO-zajednica-zena.jpg") no-repeat; background-size: cover; } #company .our-team.mladez .sub-hero { width: 100%; margin: 0 auto; max-width: 1440px; min-height: 761px; background: url("../img/company/mlazed-hdz-skupna slika.jpg") no-repeat; background-size: cover; } #company .our-team.zupanijski-kandidati .sub-hero { width: 100%; margin: 0 auto; max-width: 1440px; min-height: 761px; background: url("../img/company/zupanijska-lista.jpg") no-repeat; background-size: cover; } #company .our-team.kandidati-zupan .sub-hero { width: 100%; margin: 0 auto; max-width: 1440px; min-height: 761px; background: url("../img/company/kandidati-zupan-2.jpg") no-repeat; background-size: cover; } #company .our-team .sub-hero .title { display: inline-block; margin-left: 130px; margin-top: 180px; font-family: "Open Sans", sans-serif; font-weight: 600; color: #fff; font-size: 36px; text-transform: uppercase; letter-spacing: 3px; } #company .our-team .sub-hero .title span { letter-spacing: 2px; font-size: 22px; } #company .our-team .sub-hero .quote { position: absolute; right: 75px; top: 150px; width: 250px; font-family: "Open Sans", sans-serif; font-weight: 400; font-style: italic; font-size: 14px; color: #fff; line-height: 1.7em; } #company .our-team .sub-hero .quote:after { content: '"'; display: block; text-align: center; font-size: 40px; margin-top: 20px; } #company .our-team .sub-hero .quote:before { content: '"'; display: block; text-align: center; font-size: 40px; margin-bottom: 0; } #company .our-team .box { position: relative; float: left; width: 450px; /*height: 320px;*/ height: 120px; padding: 50px; margin: 0 30px 30px 0; background-color: #fff; } #company .our-team .box:nth-child(even) { margin-right: 0; } #company .our-team .box.first { position: relative; float: left; width: 450px; /*height: 320px;*/ height: 120px; margin: 0 30px 30px 0; background-color: #fff; } #company .our-team .box img { display: inline-block; } #company .our-team .box .info { display: inline-block; vertical-align: top; margin-left: 18px; width: 340px; } #company .our-team .box .info .hr { display: inline-block; width: 70px; border-top: solid 1px #e0a156; height: 1px; } #company .our-team .box .info h2 { margin-top: 10px; font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 21px; color: #1b3a51; text-transform: uppercase; letter-spacing: 3px; } #company .our-team .box .info h3 { margin-top: 5px; font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 13px; color: #1b3a51; text-transform: uppercase; letter-spacing: 1px; } #company .our-team .box p { margin-top: 25px; font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 13px; color: #1b3a51; line-height: 1.5em; } #company .our-team .box a.btn { display: block; margin-top: 30px; font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 13px; color: #1b3a51; text-transform: uppercase; } #company .history { background-color: #f7f6f6; } #company .history .container:after { content: ""; display: table; clear: both; } #company .history .heading { width: 100%; padding: 95px 0 40px; background-color: #fff; } #company .history h1 { font-size: 32px; letter-spacing: 4px; text-transform: uppercase; line-height: 1.3em; } #company .history h1 span { font-size: 22px; letter-spacing: 3px; } #company .history .legend { display: inline-block; vertical-align: top; margin-top: 40px; margin-right: 195px; background-color: #fff; } #company .history .legend li { position: relative; padding: 5px 30px 5px 20px; font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 13px; color: #575757; letter-spacing: 1px; cursor: pointer; } #company .history .legend li:first-child { padding-top: 5px; } #company .history .legend li.active { background-color: #b7936a; color: #fff; } #company .history .legend li.active:after { content: url("../img/company/img-tri-right.jpg"); position: absolute; right: -8px; top: 1px; } #company .history .legend.fixed { position: fixed; top: 130px; } #company .history .history-container { display: inline-block; float: right; width: 845px; margin-top: -70px; } #company .history .history-container .box { position: relative; display: inline-block; vertical-align: top; background-color: #fff; height: 405px; margin: 0 20px 20px 0; /* &:nth-child(even) { margin-right: 0; } */ } #company .history .history-container .box img { vertical-align: top; } #company .history .history-container .box p { width: 360px; vertical-align: top; padding: 30px 25px 0 25px; font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 14px; color: #2a2a2a; line-height: 1.5em; } #company .history .history-container .box.nomargin { margin-right: 0; } #company .history .history-container .box.full { width: 100%; height: 495px; } #company .history .history-container .box.full p { padding: 35px 30px 0 30px; width: 785px; } #company .history .history-container .box .year { position: absolute; display: inline-block; top: 260px; left: -5px; padding: 10px 30px; background-color: #b89366; font-family: "Open Sans", sans-serif; font-weight: 400; font-style: italic; font-size: 13px; color: #fff; } #company .history .history-container .box .year:before { content: url("../img/company/icon-year.jpg"); position: absolute; top: -14px; left: 0; } #company .history .history-container .box.noimage { height: 210px !important; } #company .history .history-container .box.noimage .year { top: 130px !important; } #impact .hero { background: url("../img/impact/bg-impact.jpg") no-repeat; background-size: cover; margin: 0 auto; max-width: 1440px; min-height: 544px; margin-top: 73px; overflow: visible !important; } #impact .hero .play-btn { left: auto; right: 75px; } #impact p { letter-spacing: 1px; } #impact h1.title, .our-team h1.title { font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 48px; color: #1b3a51; text-transform: uppercase; letter-spacing: 5px; } #impact h2.subtitle { margin-top: 20px; font-family: "Open Sans", sans-serif; font-weight: 400; font-style: italic; font-size: 18px; color: #e0a156; letter-spacing: 3px; } #impact .hr, .our-team .hr { display: inline-block; width: 50px; border-top: solid 1px #1b3a51; height: 1px; margin-bottom: 15px; } #impact .capabilities { background-color: #ffffff; padding-bottom: 125px; } #impact .capabilities.fixed { padding-top: 118px; } #impact .capabilities .subnav { height: 73px; margin-bottom: 45px; } #impact .capabilities .subnav ul { margin: 30px 0; } #impact .capabilities .subnav.fixed { background: none repeat scroll 0 0 #fff; height: 73px; position: fixed; top: 73px; width: 100%; z-index: 5; } #impact .capabilities .subnav.fixed ul { margin: 30px 0; } #impact .capabilities .box { position: relative; display: inline-block; vertical-align: top; margin-top: 50px; margin-right: 60px; width: 230px; } #impact .capabilities .box:nth-of-type(4) { margin-right: 0; } #impact .capabilities .box img { margin-bottom: 10px; } #impact .capabilities .box h3 { margin-bottom: 25px; font-family: "Open Sans", sans-serif; font-weight: 400; font-style: italic; font-size: 21px; color: #2a2a2a; } #impact .capabilities .box p { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 13px; color: #2a2a2a; line-height: 1.6em; } #impact .value { background-color: #f7f6f6; padding: 85px 0 125px; } #impact .value .box { position: relative; display: inline-block; vertical-align: top; margin-top: 50px; margin-right: 60px; width: 230px; } #impact .value .box:nth-of-type(4) { margin-right: 0; } #impact .value .box img { margin-bottom: 10px; } #impact .value .box h3 { margin-bottom: 25px; font-family: "Open Sans", sans-serif; font-weight: 400; font-style: italic; font-size: 21px; color: #2a2a2a; } #impact .value .box p { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 13px; color: #2a2a2a; line-height: 1.6em; } #impact .work { padding: 60px 0 140px; background-color: #d3d8da; } #impact .work h2.subtitle { color: #1b3a51; } #impact .work .work-container { margin-top: 45px; } #impact .work .tabs li { display: inline-block; width: 260px; margin-right: 30px; padding: 25px 0; text-align: center; border: solid 1px #fff; border-bottom: 0; cursor: pointer; } #impact .work .tabs li:nth-child(4n) { margin-left: -1px; margin-right: -2px; } #impact .work .tabs li.active { background-color: #f7f6f6; } #impact .work .work-content { width: 100%; padding: 85px 0; background-color: #f7f6f6; display: none; } #impact .work .work-content:after { content: ""; display: table; clear: both; } #impact .work .work-content.active { display: block; } #impact .work .work-content .sidebar { float: left; width: 320px; margin: 0 75px 0 70px; } #impact .work .work-content .sidebar .hr { display: inline-block; width: 50px; border-top: solid 1px #1b3a51; height: 1px; margin-bottom: 10px; } #impact .work .work-content .sidebar h1 { margin-bottom: 25px; font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 36px; color: #1b3a51; text-transform: uppercase; letter-spacing: 5px; line-height: 1.3em; } #impact .work .work-content .sidebar p { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 13px; margin-bottom: 7px; } #impact .work .work-content .sidebar p span { font-family: "Open Sans", sans-serif; font-weight: 700; } #impact .work .work-content .sidebar a.btn { margin-top: 30px; } #impact .work .work-content .content { float: left; width: 625px; font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 13px; color: #2a2a2a; line-height: 1.6em; letter-spacing: 1px; } #impact .work .work-content .content h3 { margin-bottom: 20px; font-family: "Open Sans", sans-serif; font-weight: 400; font-style: italic; font-size: 21px; color: #2a2a2a; letter-spacing: 2px; } #impact .work .work-content .content h3:first-child { margin-top: 25px; } #impact .work .work-content .content p { margin-bottom: 40px; font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 13px; color: #2a2a2a; line-height: 1.6em; } #impact .work .work-content .content ul { margin-bottom: 40px; margin-left: 13px; } #impact .work .work-content .content ul li { list-style-type: disc; } #impact .facts { background: #1B3953; overflow: visible; } #impact .facts .container { background: #1B3953; background-size: cover; background-position: top center; max-width: 1440px; margin: 0 auto; text-align: center; padding: 70px 0; } #impact .facts h1 { font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 30px; color: #fff; text-transform: uppercase; letter-spacing: 5px; margin-bottom: 50px; line-height: 1.5em; } #impact .facts ul li { float: left; max-width: 478px; font-family: "Open Sans", sans-serif; font-weight: 400; font-style: italic; width: 100%; display: inline-block; border: solid 1px #e0a156; padding: 40px; font-size: 19px; text-align: center; color: #fff; letter-spacing: 2px; } #impact .facts ul li:nth-child(1) { padding: 53.5px 40px; } #impact .facts ul li:nth-child(2n+2) { margin-left: 29px; } #impact .facts h2 { background: #22435c; margin-top: 45px; font-family: "Open Sans", sans-serif; font-weight: 400; font-style: italic; font-size: 13px; color: #d3d8da; letter-spacing: 2px; padding: 20px; } #impact .facts .clearfix { clear: both; } #impact .reach { overflow: visible; } #impact .reach .container { text-align: center; } #impact .reach .title-box { display: inline-block; margin: 75px auto 0; border: solid 1px #e0a156; padding: 40px 115px 40px; text-align: center; } #impact .reach .title-box .hr { margin-top: 20px; display: inline-block; width: 50px; border-top: solid 1px #1b3a51; height: 1px; } #impact .reach .title-box h1 { font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 48px; color: #1b3a51; text-transform: uppercase; letter-spacing: 5px; } #impact .reach h2 { margin-top: 25px; font-family: "Open Sans", sans-serif; font-weight: 400; font-style: italic; font-size: 18px; color: #1b3a51; letter-spacing: 2px; } #impact .reach img { margin: 45px 0; } #impact .clients { padding: 110px 0 25px; } #impact .clients .title-box { display: inline-block; position: relative; vertical-align: top; padding: 130px 90px 40px 40px; border: solid 1px #e0a156; z-index: 5; } #impact .clients .title-box .hr { margin-bottom: 10px; display: inline-block; width: 75px; border-top: solid 1px #e0a156; height: 1px; } #impact .clients .title-box h1 { font-size: 32px; color: #1b3a51; text-transform: uppercase; letter-spacing: 5px; line-height: 1.3em; } #impact .clients .title-box h1 span { font-size: 22px; letter-spacing: 3px; } #impact .clients .main-img { margin: 40px 0 0 -40px; z-index: 4; } #impact .clients ul { margin-top: 45px; } #impact .clients ul li { display: inline-block; width: 225px; padding: 50px 0 5px; margin-bottom: 50px; text-align: center; border-left: solid 1px #c8d3d7; } #impact .clients ul li h4 { margin-top: 50px; font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 11px; text-transform: uppercase; color: #2a2a2a; letter-spacing: 1px; } #impact .clients ul li .hr { display: block; margin: 15px 0 10px; display: inline-block; width: 25px; border-top: solid 1px #c8d3d7; height: 1px; } #impact .clients ul li a { display: block; font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #e0a156; } #magic { /* ---- isotope ---- */ } #magic .hero { background: url("../img/magic/bg-magic.jpg") no-repeat; background-size: cover; margin: 0 auto; max-width: 1440px; margin-top: 73px; } #magic .title-box { display: inline-block; padding: 175px 90px 110px 55px; margin-top: 85px; border: solid 1px #fff; } #magic .title-box h1 { color: #fff; } #magic .title-box .hr { display: inline-block; width: 50px; border-top: solid 1px #fff; height: 1px; } #magic h1 { font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 32px; letter-spacing: 5px; color: #1b3a51; text-transform: uppercase; line-height: 1.3em; } #magic h1 span { font-size: 22px; letter-spacing: 3px; } #magic .timeline { padding-bottom: 100px; background-color: #f7f6f6; /* p { margin: 25px 0 45px; } */ } #magic .timeline.fixed { padding-top: 118px; } #magic .timeline .subnav { height: 73px; margin-bottom: 45px; } #magic .timeline .subnav ul { margin: 30px 0; } #magic .timeline .subnav.fixed { background: none repeat scroll 0 0 #fff; height: 73px; position: fixed; top: 73px; width: 100%; z-index: 5; } #magic .timeline .subnav.fixed ul { margin: 30px 0; } #magic .timeline ul { margin: 25px 0 45px; } #magic .timeline .hr { display: inline-block; width: 50px; border-top: solid 1px #1b3a51; height: 1px; margin-bottom: 15px; display: block; } #magic .timeline h1 { display: inline-block; font-size: 48px; line-height: 1.0em; } #magic .timeline .year { display: inline-block; vertical-align: top; margin: 13px 0 0 20px; font-family: "Open Sans", sans-serif; font-weight: 400; font-style: italic; font-size: 24px; color: #919191; letter-spacing: 3px; } #magic .timeline .year:after { content: ""; display: inline-block; position: relative; top: -7px; border-top: solid 1px #d4d9db; width: 250px; } #magic .timeline .year:before { content: ""; display: inline-block; position: relative; top: -7px; border-top: solid 1px #d4d9db; width: 250px; } #magic .timeline .event-container { margin-top: 40px; height: 676px; width: 1000%; margin-left: -50px; overflow: hidden; } #magic .timeline .event-container .event { display: inline-block; position: relative; width: 553px; height: 676px; margin-left: 22px; background-color: #fff; overflow: hidden; transition: opacity .5s ease-in-out; -moz-transition: opacity .5s ease-in-out; -webkit-transition: opacity .5s ease-in-out; } #magic .timeline .event-container .event.opacity { opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 50 ")"; filter: alpha(opacity=50); zoom: 1; } #magic .timeline .event-container img { width: 100%; } #magic .timeline .event-container .inner { padding: 35px 40px 40px 40px; } #magic .timeline .event-container .hr { display: inline-block; width: 50px; border-top: solid 1px #1b3a51; height: 1px; display: block; margin-bottom: 2px; } #magic .timeline .event-container .event-year { font-family: "Open Sans", sans-serif; font-weight: 400; font-style: italic; font-size: 21px; color: #1b3a51; letter-spacing: 2px; } #magic .timeline .event-container ul { margin: 20px 0 0 10px; list-style-type: disc; } #magic .timeline .event-container ul li { margin-bottom: 15px; font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 13px; color: #2a2a2a; line-height: 1.6em; letter-spacing: 1px; } #magic .live { padding-bottom: 90px; background-color: #e0a156; overflow: visible; } #magic .live .container:after { content: ""; display: table; clear: both; } #magic .live .title-box { margin-top: -25px; padding: 110px 160px 30px 30px; } #magic .live .title-box h1 span { font-size: 16px; } #magic .live ul.filters { display: inline-block; float: right; margin-top: 140px; } #magic .live ul.filters li { display: inline-block; } #magic .live ul.filters li a { padding: 10px 15px; font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 11px; color: #fff; text-transform: uppercase; } #magic .live ul.filters li.active a { border: solid 1px #fff; } #magic .live .live-wrapper { margin-top: 30px; } #magic .live .live-wrapper:after { content: ""; display: table; clear: both; } #magic .live .live-wrapper .box { position: relative; float: left; width: 280px; margin-bottom: 10px; } #magic .live .live-wrapper .box a { color: #70b3cc; } #magic .live .live-wrapper .box.half { width: 568px; } #magic .live .live-wrapper .box span { margin-left: 5px; font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 11px; color: #8f9aaf; letter-spacing: 1px; vertical-align: top; } #magic .live .live-wrapper .box span:before { vertical-align: top; margin: 0 10px 0 30px; position: relative; } #magic .live .live-wrapper .box p { display: block; margin: 50px 0 0 30px; width: 220px; font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 14px; color: #757575; letter-spacing: 1px; line-height: 1.5em; } #magic .live .live-wrapper .box.quote { background-color: #fff; padding: 35px 0 75px; } #magic .live .live-wrapper .box.quote span:before { content: url("../img/magic/icon-quote.png"); position: relative; margin-left: 30px; } #magic .live .live-wrapper .box.quote.alt { background-color: #1b3a51; padding: 35px 0 100px; } #magic .live .live-wrapper .box.quote.alt p { color: #fff; } #magic .live .live-wrapper .box.quote.alt span:before { content: url("../img/magic/icon-bubble.png"); position: relative; margin-left: 30px; } #magic .live .live-wrapper .box.quote.twitter { background-color: #fff; padding: 35px 0 100px; } #magic .live .live-wrapper .box.quote.twitter span:before { content: url("../img/magic/icon-tw.png"); position: relative; margin-left: 30px; } #magic .live .live-wrapper .box.image.quarter { background-color: #fff; } #magic .live .live-wrapper .box.image.quarter .main-img { display: block; width: 100%; margin-bottom: 25px; } #magic .live .live-wrapper .box.image.quarter p { margin-bottom: 30px; margin-top: 20px; font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 13px; } #magic .live .live-wrapper .box.image.quarter span:before { content: url("../img/magic/icon-camera.png"); position: relative; margin-left: 30px; } #magic .live .live-wrapper .box.image.quarter.instagram span:before { content: url("../img/magic/icon-ig.png"); } #magic .live .live-wrapper .box.image.half { background-color: #fff; } #magic .live .live-wrapper .box.image.half .main-img { display: block; width: 100%; margin-bottom: 25px; } #magic .live .live-wrapper .box.image.half p { width: 508px; margin: 30px 30px 40px 30px; font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 14px; } #magic .live .loadmore { width: 97px; margin: 35px auto; cursor: pointer; } #magic .live .loadmore .hr { display: inline-block; width: 50px; border-top: solid 1px #1b3a51; height: 1px; display: block; margin-bottom: 12px; } #magic .live .loadmore p { font-size: 14px; color: #1b3a51; text-transform: uppercase; } #magic .isotope { max-width: 1150px; } #news .latest-updates { margin-top: 146px; padding-bottom: 60px; background-color: #d3d8da; } #news .latest-updates.fixed { padding-top: 118px; } #news .latest-updates .subnav { height: 73px; margin-bottom: 45px; } #news .latest-updates .subnav ul { margin: 30px 0; } #news .latest-updates .subnav.fixed { background: none repeat scroll 0 0 #fff; height: 73px; position: fixed; top: 73px; width: 100%; z-index: 5; } #news .latest-updates .subnav.fixed ul { margin: 30px 0; } #news .latest-updates .container { width: 1175px; } #news .latest-updates .vr { display: inline-block; height: 130px; border-left: solid 1px #fff; width: 1px; position: absolute; top: -60px; left: 300px; } #news .latest-updates h1 { margin: 55px 0 0 320px; font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 32px; letter-spacing: 5px; text-transform: uppercase; line-height: 1.1em; color: #1b3a51; } #news .latest-updates h1 span { font-size: 22px; letter-spacing: 3px; } #news .latest-updates .news-container { margin-top: 50px; } #news .latest-updates .news-container li { display: inline-block; vertical-align: top; width: 285px; margin: 0 7px 10px 0; background-color: #fff; overflow: hidden; cursor: pointer; } #news .latest-updates .news-container li:nth-child(4n) { margin-right: 0; } #news .latest-updates .news-container li>div { position: relative; /*width: 230px;*/ width: 235px; height: 190px; padding: 30px 0; margin-left: 30px; } #news .latest-updates .news-container li>div .hr { display: inline-block; width: 75px; border-top: solid 1px #1b3a51; height: 1px; position: absolute; top: 53px; left: 0; } #news .latest-updates .news-container li .photo { width: 285px; height: 257px; overflow: hidden; padding: 0; margin: 0; } #news .latest-updates .news-container li .photo img { height: 257px; position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto; } #news .latest-updates .news-container li h3 { font-family: "Open Sans", sans-serif; font-weight: 400; font-style: italic; font-size: 13px; color: #e0a156; letter-spacing: 1px; } #news .latest-updates .news-container li p { margin-top: 25px; font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 13px; text-transform: uppercase; color: #1b3a51; letter-spacing: 1px; line-height: 1.6em; } #news .latest-updates .news-container li a.btn { position: absolute; bottom: 30px; left: 0; font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 12px; color: #e0a156; letter-spacing: 1px; } #news .latest-updates .hr.load { display: inline-block; width: 65px; border-top: solid 1px #1b3a51; height: 1px; display: block; margin: 30px auto 10px; } #news .latest-updates .load-more { display: block; margin: 0 auto; font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 14px; color: #1b3a51; letter-spacing: 2px; text-transform: uppercase; text-align: center; } #news .speaking-engagements { margin-top: 70px; background-color: #fff; padding-bottom: 100px; } #news .speaking-engagements .container { width: 1175px; } #news .speaking-engagements h1 { font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 32px; letter-spacing: 5px; text-transform: uppercase; line-height: 1.1em; color: #e0a156; text-align: center; margin-bottom: 40px; } #news .speaking-engagements h1 span { font-size: 22px; letter-spacing: 3px; } #news .speaking-engagements p { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 14px; text-align: center; color: #27282d; line-height: 1.6em; max-width: 620px; margin: 0 auto; } #news .speaking-engagements .speak-container { margin-top: 50px; } #news .speaking-engagements .speak-container li { position: relative; display: inline-block; vertical-align: top; width: 261px; margin: 0 30px 29px 0; background-color: #fff; overflow: hidden; cursor: pointer; } #news .speaking-engagements .speak-container li:nth-child(4n) { margin-right: 0; } #news .speaking-engagements .speak-container li .photo { position: relative; width: 261; height: 194px; overflow: hidden; padding: 0; margin: 0; } #news .speaking-engagements .speak-container li .photo img { height: 194px; position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto; } #news .speaking-engagements .speak-container li .inner { border-left: solid 1px #d3d8da; border-right: solid 1px #d3d8da; border-bottom: solid 1px #d3d8da; height: 137px; text-align: left; } #news .speaking-engagements .speak-container li .inner h3 { padding: 20px 21px 0; font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 14px; color: #000000; letter-spacing: 1px; line-height: 1.6em; } #news .speaking-engagements .speak-container li .inner p { text-align: left; padding: 0 21px 0; font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 14px; color: #000000; letter-spacing: 1px; line-height: 1.6em; } #news .speaking-engagements .speak-container li .inner .credit { padding: 22px 21px 0; font-family: "Open Sans", sans-serif; font-weight: 400; font-style: italic; } #news .speaking-engagements .speak-container li.quote { background-color: #fff; border-top: solid 1px #d3d8da; } #news .speaking-engagements .speak-container li.quote span:before { content: url("../img/magic/icon-quote.png"); position: relative; margin-left: 130px; } #news .speaking-engagements .speak-container li.quote .photo { display: none; } #news .speaking-engagements .speak-container li.quote .inner { height: 300px !important; padding-top: 30px; } #news .speaking-engagements .speak-container li.quote p { padding: 20px 21px 0; } #news .speaking-engagements .hr.load { display: inline-block; width: 65px; border-top: solid 1px #1b3a51; height: 1px; display: block; margin: 30px auto 10px; } #news .speaking-engagements .load-more { display: block; margin: 0 auto; font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 14px; color: #1b3a51; letter-spacing: 2px; text-transform: uppercase; text-align: center; } #news-detail { background-color: #d3d8da; } #news-detail>.container { padding-top: 73px; } #news-detail .all-posts { display: block; margin: 30px 0 20px; font-size: 13px; } #news-detail .column-content { display: inline-block; position: relative; width: 776px; margin-bottom: 65px; padding-bottom: 45px; background-color: #fff; } #news-detail .column-content a { color: #1b3a51; } #news-detail .column-content .photo { width: 776px; /*max-height: 513px;*/ display: inline-block; overflow: hidden; } #news-detail .column-content .photo img { width: 100%; } #news-detail .column-content .content-wrap { position: relative; width: 630px; margin: 30px 0 0 70px; } #news-detail .column-content .content-wrap .date { margin-bottom: 10px; font-family: "Open Sans", sans-serif; font-weight: 400; font-style: italic; font-size: 13px; color: #e0a156; } #news-detail .column-content .content-wrap .hr { display: inline-block; width: 60px; border-top: solid 1px #1b3a51; height: 1px; } #news-detail .column-content .content-wrap h1 { margin: 25px 0 30px; font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 38px; color: #1b3a51; letter-spacing: 4px; text-transform: uppercase; } #news-detail .column-content .content-wrap p { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 13px; line-height: 1.6em; color: #2a2a2a; letter-spacing: 1px; margin-bottom: 25px; } #news-detail .column-content .content-wrap .btn-row { position: relative; margin-top: 60px; width: 100%; } #news-detail .column-content .content-wrap .btn-row:after { content: ""; display: table; clear: both; } #news-detail .column-content .content-wrap .btn-row a:first-child { position: absolute; right: 150px; top: -3px; } #news-detail .column-content .content-wrap .btn-row a:last-child { position: absolute; right: 0; } #news-detail .sidebar { display: inline-block; position: relative; vertical-align: top; width: 300px; margin-left: 60px; } #news-detail .sidebar .hr { display: block; vertical-align: top; display: inline-block; width: 40px; border-top: solid 1px #1b3a51; height: 1px; } #news-detail .sidebar h2 { display: block; margin: -10px 0 0; font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 16px; text-transform: uppercase; letter-spacing: 1px; color: #1b3a51; } #news-detail .sidebar p { display: inline-block; width: 190px; margin-left: 10px; vertical-align: top; font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 11px; text-transform: uppercase; color: #1b3a51; line-height: 1.3em; letter-spacing: 1px; } #news-detail .sidebar .recent-posts { margin-bottom: 50px; } #news-detail .sidebar .recent-posts li { margin-top: 25px; cursor: pointer; } #news-detail .sidebar .recent-posts li .photo { width: 87px; height: 56px; display: inline-block; overflow: hidden; } #news-detail .sidebar .recent-posts li .photo img { width: 100%; height: 100%; } #news-detail .sidebar .recent-posts li:first-child { margin-top: 35px; } #news-detail .sidebar .tags { margin-top: 10px; } #news-detail .sidebar .tags li { display: inline-block; margin: 7px 0; } #news-detail .sidebar .tags a { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 11px; color: #797979; padding: 5px 10px; border: solid 1px #797979; } #news-detail .sidebar .follow-box { margin-top: 50px; padding: 40px 60px 60px; text-align: center; background-color: #1b3a51; } #news-detail .sidebar .follow-box img { margin-bottom: 10px; } #news-detail .sidebar .follow-box h4 { margin-bottom: 10px; font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 16px; color: #e0a156; letter-spacing: 1px; } #news-detail .sidebar .follow-box h3 { margin-bottom: 55px; font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 18px; color: #fff; letter-spacing: 1px; } #news-detail .sidebar .follow-box a { position: relative; padding: 15px 30px; background-color: #e0a156; font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 13px; color: #fff; text-transform: uppercase; letter-spacing: 2px; } #legal { background-color: #d3d8da; } #legal>.container { padding-top: 125px; } #legal .column-content { display: inline-block; position: relative; margin-bottom: 65px; padding-bottom: 45px; background-color: #fff; } #legal .column-content a { color: #1b3a51; } #legal .column-content .content-wrap { position: relative; margin: 30px 70px 0 70px; } #legal .column-content .content-wrap h1 { margin: 25px 0 30px; font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 38px; color: #1b3a51; letter-spacing: 4px; text-transform: uppercase; } #legal .column-content .content-wrap p { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 13px; line-height: 1.6em; color: #2a2a2a; letter-spacing: 1px; margin-bottom: 25px; } .modal-inside { position: relative; width: 750px; margin: 75px 25px 25px 25px; border: solid 1px #e0a156; background-color: #fff; } .modal-inside h1 { margin-top: 25px; font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 22px; text-transform: uppercase; letter-spacing: 5px; color: #1b3a51; text-align: center; } .modal-inside .hr { display: inline-block; width: 75px; border-top: solid 1px #e0a156; height: 1px; display: block; margin: 25px auto 50px; } #partnerships .modal-inside { width: 650px; padding: 0 75px 120px; } #partnerships .logo-company { display: block; text-align: center; margin: 35px auto 0; } #partnerships h1 { position: absolute; top: 30px; left: 50%; margin-left: -95px; font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 21px; color: #1b3a51; text-transform: uppercase; letter-spacing: 5px; } #partnerships p { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 13px; color: #2a2a2a; letter-spacing: 1px; line-height: 1.6em; } #partnerships .hr { display: inline-block; width: 75px; border-top: solid 1px #e0a156; height: 1px; display: block; margin: 0 auto 20px; } #partnerships .photo { display: block; width: 648px; height: 314px; overflow: hidden; margin-bottom: 30px; } #partnerships .photo img { width: 100%; } #partnerships a.btn { margin-top: 40px; } #contact .logo-contact { display: block; margin: -55px auto 15px; } #contact .modal-inside { padding-bottom: 30px; text-align: center; } #contact .box { display: inline-block; margin: 0 7px; } #contact h3 { margin-bottom: 20px; text-align: left; font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 13px; color: #1b3a51; text-transform: uppercase; } #contact a { padding: 10px 20px; border: solid 1px #1b3a51; font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 13px; color: #1b3a51; } #contact a img { top: 3px; } #contact .hr { margin: 25px auto 30px; display: block; } #contact .notice { margin: 40px 25px 0; font-size: 12px; } #contact .notice strong { color: #f00; } #team-member h2 { margin-top: 10px; font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; color: #1b3a51; text-align: center; } #team-member p { width: 650px; margin-left: 50px; margin-bottom: 50px; font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 14px; letter-spacing: 1px; color: #2a2a2a; line-height: 1.6em; } /*# sourceMappingURL=styles.css.map */ #company .build { padding: 65px 0 125px; } #company .build .container { width: 1170px; } #company .build .container:after { content: ""; display: table; clear: both; } #company .build .main-img { float: right; } #company .build .box { display: inline-block; float: right; width: 200px; margin: 70px 85px 0 0; } #company .build .box h1 { font-size: 32px; letter-spacing: 3px; line-height: 1.2em; } #company .build .box p { margin-top: 35px; font-size: 13px; color: #2a2a2a; line-height: 1.6em; } #company .build .box a.btn { margin-top: 50px; color: #1b3a51; } #company .build .box .vr { display: inline-block; height: 200px; border-left: solid 1px #d3d8da; width: 1px; position: absolute; left: -50px; top: -135px; } #company .build .play-btn { right: 75px; left: auto; }