/*
Theme Name: Busck
Author: Big Fish Creative
*/

/* ----------------------------------------------------------------
    RESET
-----------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section { display: block; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; background: #000; }
body { line-height: 1; }
ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
:focus { outline: 0;}
[hidden] { display: none; }
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
input[type="text"],
input[type="email"],
input[type="password"],
textarea { -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0; }
input[type="submit"],
input[type="reset"] { -webkit-appearance: none; }
.input-block-level { display: block; width: 100% !important; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block; *zoom:1;}
* html .clearfix { height: 1%;} /* Hides from IE-mac \*/
.clearfix { display: block;}

/* ----------------------------------------------------------------
    STRUCTURE
-----------------------------------------------------------------*/

.wrapper { padding: 0 20px; }
.container { width: 900px; margin: 0 auto; }
.inset { padding: 10px; }
.align-left { float: left; }
.align-right { float: right; }

.col-full { width: 100%; }
.col-half { width: 48%; }
.col-one-third { width: 30.63%; }
.col-two-third { width: 65.33%; }
.col-one-fourth { width: 22%; }
.col-three-fourth { width: 74%; }
.col-one-fifth { width: 16.8%; }
.col-two-fifth { width: 37.6%; }
.col-three-fifth { width: 58.4%; }
.col-four-fifth { width: 79.2%; }
.col-one-sixth { width: 13.33%; }
.col-five-sixth { width: 82.67%; }

.col-full, .col-half, .col-one-third, .col-two-third, .col-three-fourth, .col-one-fourth, .col-one-fifth, .col-two-fifth, .col-three-fifth, .col-four-fifth, .col-one-sixth, .col-five-sixth { display: block; position: relative; margin-right: 4%; margin-bottom: 50px; float: left; }

.col-full { clear: both; float: none; margin-right: 0; }
.col-last { margin-right: 0 !important; clear: right; }

/* ALIGNMENT */

.align-left { float: left; }
.align-right { loat: right; }

/* ----------------------------------------------------------------
    REPEATABLE PATTERNS
-----------------------------------------------------------------*/

::selection { background: #f37727; color: #fff; }
::-moz-selection { background: #f37727; /* Firefox */ color: #fff; }
::-webkit-selection { background: #f37727; /* Safari */ color: #fff; }

html, body { background: #b6cad4 url(gfx/bg-pattern.gif) repeat 0 0; height:100%; }

/* LISTS */

ul, ol, dl { margin-left: 20px; }
ul { list-style: square; }
ol { list-style: decimal; }
ul li, ol li { margin-bottom: 8px; }
.list-reset { margin: 0; padding: 0; list-style: none; }
.clear, .mobile-clear { height: 1px; width: 100%; clear: both; background: transparent; margin: 0; }
.mobile-clear { display: none; }

/* IMAGES */

img { max-width: 100%; height: auto; }
.bordered { width: 96%; padding: 2%; background: #dce6ed; -webkit-transition: background 0.15s ease-in-out; -moz-transition: background 0.15s ease-in-out; -o-transition: background 0.15s ease-in-out; transition: background 0.15s ease-in-out; }
.cover { position: relative; background-repeat: no-repeat; background-position: 50% 50%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-backface-visibility: hidden; overflow: hidden; }
.header-image { margin-bottom: 20px; }
.alignleft,
.alignright,
.aligncenter,
.alignnone { margin-bottom: 15px; }
.alignleft,
.alignright { display: inline; }
.alignleft { margin-right: 25px; float: left; }
.alignright { margin-left: 25px; float: right; }
p img,
.wp-caption { margin-top: 5px; }
.wp-caption { margin-bottom: 15px; }
.alignleft,
.alignright,
.aligncenter,
.alignnone,
.wp-caption { border: 1px solid #bababa; background: #fff; padding: 7px 8px 8px 8px; width: auto !important; }
.wp-caption img { display: block; line-height: 0; width: 100%; }
.wp-caption-text { font-family: 'Roboto', sans-serif; color: #555555; font-weight: 200; font-style: italic; font-size: 13px; line-height: 17px; padding: 10px 0 0 0; margin-bottom: 0; display: inline-block; }
.size-large { max-width: 677px; }

/* TEASERS */

.teaser-list li.col-one-third { margin-bottom: 20px; }
.teaser h3 { margin-bottom: 5px; }
.teaser h3 a { background: url(gfx/sprite-teaser-arrow.gif) no-repeat right 4px; padding-right: 15px; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; }
.teaser h3 a:hover { color: #f37727; background-position: right -20px; }
.teaser h4 { margin-bottom: 2px; }
.teaser .post-date { font-weight: bold; display: block; margin-bottom: 10px; font-style: italic; }
.teaser img { margin-bottom: 8px; }
/* .teaser img:hover { background: #afbec9; } */
.teaser p { margin-bottom: 8px; }
.teaser-more { color: #F37727; border-bottom: 1px solid transparent; font-weight: bold; }
.teaser-more:hover { border-color: #F37727; }

.bg { background: #e8eef1; }

/* SINGLE NAV */

#nav-single { padding-top: 25px; clear: both; width: 100%; }
#nav-single li { width: 33.33%; float: left; font-weight: bold; }
#nav-single li#tab-prev { text-align: left; }
#nav-single li#tab-all { text-align: center; }
#nav-single li#tab-next { text-align: right; }
#nav-single a { display: inline-block; outline: none; }
#nav-single li#tab-prev a { padding: 15px 20px 15px 0; }
#nav-single li#tab-all a { padding: 15px 20px; }
#nav-single li#tab-next a { padding: 15px 0 15px 20px; }
#nav-single a:hover { text-decoration: underline; }

/* BUTTONS */

.button { background: #064971; color: #fff; font-weight: bold; font-size: 16px; line-height: 20px; padding: 8px 20px; display: inline-block; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; text-align: center; outline: none; border: none; cursor: pointer; text-transform: uppercase; }
.button:hover, .button:active, .button.inverse:hover, .button.inverse:active { color: #fff; background: #f37727; }

/* ----------------------------------------------------------------
    TYPOGRAPHY
-----------------------------------------------------------------*/

body { color: #2a363d; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 14px; line-height: 20px; }

p, ul, ol, blockquote, table, fieldset, form { margin-bottom: 18px; }

strong, b { font-weight: bold; }
cite, em, i { font-style: italic; }
small { font-size: 11px; font-style: italic; }
blockquote { font-family: Georgia, serif; font-style: italic; font-weight: normal; }

.kicker { font-weight: bold; font-size: 18px; line-height: 24px; }
.centered { text-align: center;}
.upper { text-transform: uppercase; }
.lower { text-transform: none; }

/* HEADINGS */

h1,h2,h3,h4,h5,h6 { clear: both; color: #064971; margin-bottom: 15px; font-weight: bold; }
h1 { font-size: 42px; line-height: 44px;  }
h1#post-title { font-size: 36px; line-height: 40px; margin-bottom: 5px; }
h2 { font-size: 32px; line-height: 36px; }
h3 { font-size: 24px; line-height: 28px; }
h4 { font-size: 20px; line-height: 24px; }
h5 { font-size: 16px; line-height: 20px; }
.section-heading { border-bottom: 3px solid #064971; padding: 8px 0 10px 0; margin-bottom: 30px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #064971; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #f37727; }

/* LINKS */

a { color: #f37727; text-decoration: none; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
a:focus,
a:active,
a:hover { color: #ff9a48; }

/* ----------------------------------------------------------------
    HEADER
-----------------------------------------------------------------*/

#masthead { background: #fff; overflow: hidden; }
#masthead .container { position: relative; }
	
	#logo { padding: 10px 0; }

	/* MAIN NAV */
	
	#main-nav { background: #064870; z-index: 99999; width: 100%; clear: both; }
		
	#responsive-nav { display: none; }
	#menu-main-navigation { font-size: 16px; list-style: none; padding: 0; display: table; margin: 0 auto; }
	#menu-main-navigation li { float: left; position: relative; margin: 0; background: url(gfx/separator-nav.gif) no-repeat center right; }
	#menu-main-navigation li#menu-item-21 { background: none; }
	#menu-main-navigation li#menu-item-765 { display: none; }
	.logged-in #menu-main-navigation li#menu-item-765 { display: block; }
	#menu-main-navigation li > a { display: block; text-align: center; padding: 12px 30px; color: #fff; font-weight: bold; }
	#menu-main-navigation li.menu-item-has-children > a:after { content: ""; background: url(gfx/arrow-dropdown.png) no-repeat center right; padding-left: 10px; display: inline-block; width: 9px; height: 7px; }
	#menu-main-navigation li:hover a, #menu-main-navigation li.current-menu-item a, #menu-main-navigation li.current-menu-parent a, #menu-main-navigation li.current-page-ancestor a, .single-post #menu-main-navigation li#menu-item-32 a, .single-busck_projects li#menu-item-277 a, .single-busck_products li#menu-item-260 a, .single-busck_vacancy li#menu-item-765 a { color: #f37727; }
	#menu-main-navigation ul.sub-menu { display: none; margin: 0; position: absolute; top: 44px; z-index: 99999; background: #fff; -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2); box-shadow: 0 3px 3px rgba(0,0,0,0.2); border: 1px solid #ddd; border-top: none; border-bottom: none; font-weight: normal; font-size: 16px; list-style: none; }
	#menu-main-navigation ul.sub-menu li { margin: 0; border-bottom: 1px solid #cecece; }
	#menu-main-navigation ul.sub-menu li:last-child { border-bottom: none; }
	#menu-main-navigation ul.sub-menu a, #menu-main-navigation li.current_page_item ul.sub-menu a { background: #fff; color: #064971; font-size: 16px; font-weight: normal; height: auto; line-height: 20px; padding: 10px 15px; width: 184px; text-transform: none; text-align: left; }
	#menu-main-navigation li:hover ul.sub-menu a:hover, #menu-main-navigation li:hover ul.sub-menu li.current-menu-item a { background: #f37727; color: #fff }
	#menu-main-navigation li:hover > ul { display: block; }
	
	/* LOGIN */
	
	#order-login { background-color: #f37727; color: #fff; position: absolute; right: 0; top: 25px; padding: 8px 12px; text-transform: uppercase; letter-spacing: 1px; font-size: 13px; }
	#order-login:hover { background-color: #FE8F2B }

/* ----------------------------------------------------------------
    MAIN CONTENT
-----------------------------------------------------------------*/

#page-intro { background: #b6cad4 url(gfx/bg-pattern.gif) repeat 0 0; color: #064971; padding: 30px 0; width: 100%; clear: both; overflow: hidden; }
#page-intro .col-one-third, #page-intro .col-two-third { margin-bottom: 0; }

#main-content { background: #fff; padding: 35px 0 45px 0; position: relative; width: 100%; clear: both; overflow: hidden; }
	
	/* HOME
	----------------------------------------- */
	
	/* Slider */
	
	#home-slider { position: relative; margin-bottom: 30px; }
	#slides li { margin: 0; line-height: 0; }
	.slide-overlay { background: url(gfx/transparency-blue.png) repeat 0 0; background: rgba(6,73,113,0.4); width: 100%; height: 100%; position: absolute; top: 0; left: 0; zoom: 1; }
	.slide-content { width: 45%; color: #fff; position: absolute; bottom: 20px; left: 30px; }
	.slide-content h2 { color: #fff; border-bottom: 5px solid #fff; padding-bottom: 16px; margin-bottom: 20px; }
	.slide-content p { font-size: 18px; line-height: 22px; margin-bottom: 15px; }
	
	#home-slider .bx-controls-direction { position: absolute; bottom: 55%; z-index: 9999; width: 100%; }
	#home-slider .bx-controls-direction a { display: block; position: absolute; width: 40px; height: 40px; text-indent: -5000px; }
	#home-slider .bx-controls-direction a:hover { background-position: 0 -40px; }
	#home-slider .bx-prev { left: -20px; background: url(gfx/sprite-btn-prev.png) no-repeat 0 0; }
	#home-slider .bx-next { right: -20px; background: url(gfx/sprite-btn-next.png) no-repeat 0 0; }
	#home-slider .bx-pager { list-style: none; margin: 0; position: absolute; bottom: 20px; right: 30px; z-index: 1000; }
	#home-slider .bx-pager-item { float: left; margin: 0 5px; }
	#home-slider .bx-pager-link { display: block; width: 15px; height: 15px; text-indent: -3000px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #fff; }
	#home-slider .bx-pager-link:hover, #home-slider .bx-pager-link.active { background: #b6cad5; }
	
	.home #product-list { border-top: 3px solid #064971; border-bottom:  3px solid #064971; overflow: hidden; margin-bottom: 30px; padding: 35px 0 20px 0; }
	
	#latest-news { overflow: hidden; }
	
	/* ABOUT
	----------------------------------------- */
	
	/* Our People */
	
	.profile-details h3 { margin-bottom: 4px; }
	.profile-details h5 { color: #f37727; margin-bottom: 12px; }
	.profile-details p { font-weight: bold; }
	.profile-details a { color: #f37727; border-bottom: 1px solid #f37727; }
	.profile-details a:hover { border-bottom: 1px solid transparent; }
	
	/* PRODUCTS
	----------------------------------------- */
	
	/* Gallery */
	
	#gallery { width: 100%; clear: both; overflow: hidden; margin-bottom: 20px; }
	#main-gallery-image { width: 76.3%; float: left; }
	#thumbnails { width: 22.1%; float: right; }
	#thumbnails li { margin-bottom: 10px; }
	#thumbnails a.selected img,
	#thumbnails img:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter: alpha(opacity=60); -moz-opacity: 0.6; -khtml-opacity: 0.6; opacity: 0.6; }
	
	#products { padding-top: 30px; }
	#products li:last-child { border-bottom: none; }
	.product-image a { display: block; position: relative; line-height: 0; }
	.product-image span { position: absolute; bottom: 0; right: 0; background: #064971; background: url(gfx/transparency-blue.png) repeat 0 0; }
	.product-image span img { padding: 4px; }
	.product-image a:hover span { background: #F37727; }
	.product-details { clear: both; overflow: hidden; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid #b4c8d3; }
	.product-details div { margin-bottom: 0; }
	.product-details a:hover { color: #b4c8d3; }
	.product-description p { margin-bottom: 10px; }
	.product-download { display: block; padding: 2px 0; }

	/* PROJECTS
	----------------------------------------- */
	
	/* Project cetagory nav */
	
	#project-categories {  background: #dce6ed; width: 100%; position: relative; margin-bottom: 40px; padding: 4px 0; }
	#project-categories .table { display: table; margin: 0 auto; background: url(gfx/bg-project-nav.gif) repeat-x center left; padding: 0 7px; }
	#project-categories li { display: inline; margin: 0 3px; }
	#project-categories li.active a { color: #f37727; font-weight: bold; }
	#project-categories a { display: inline-block; padding: 4px 12px; background: #dce6ed; color: #064971; }
	#project-categories a:hover { color: #f37727; }
	
	/* NEWS
	----------------------------------------- */
	
	.single .post-date { font-size: 16px; font-weight: bold; display: block; margin-bottom: 15px; font-style: italic; color: #064971; }

	#post-list li { clear: both; overflow: hidden; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #b4c8d3; }
	#post-list li:last-child { border-bottom: none; margin-bottom: 0; }
	.teaser-news div { margin-bottom: 0; }
	
	.wp-pagenavi { padding-top: 25px; margin-bottom: 20px; font-size: 16px; border-top: 1px solid #b4c8d3; }
	.wp-pagenavi .pages { border: none; padding-left: 0; margin-left: 0; background: none; color: #2a363d; display: inline-block; margin-bottom: 8px; font-weight: normal; font-size: 14px; }
	.wp-pagenavi a, .wp-pagenavi span { padding: 4px 8px; margin: 0 4px; background: #064971; border: 1px solid #064971; color: #fff; }
	.wp-pagenavi a:hover, .wp-pagenavi a:active, .wp-pagenavi span.current { background: #F37727; border: 1px solid #F37727; }
	
	/* GALLERY
	----------------------------------------- */
	
	#gallery-images li { margin-bottom: 20px; }
	#gallery-images img:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter: alpha(opacity=60); -moz-opacity: 0.6; -khtml-opacity: 0.6; opacity: 0.6; }
	
	/* CAREERS
	----------------------------------------- */
	
	#application-forms { background-color: #e9f4fb; padding: 20px 20px 10px 20px; margin-top: 30px; }
	#application-forms em a { text-decoration: underline; color: #064971; }
	#application-forms em a:hover { text-decoration: none; color: #0065a1; }
	
	/* CONTACT
	----------------------------------------- */
	
	/* Map */
	
	.page-id-13 #page-intro { background: #b5c8d3; padding: 0; }
	#map-canvas { width: 100%; height: 430px; }
	.map-content { padding-top: 6px; }
	.map-content h3 { margin-bottom: 0; }
	.map-content a { cursor: pointer; }
	
	/* Contact Details */
	
	.contact-wrapper { overflow: hidden; border-top: 3px solid #075a8b; color: #075a8b; }
	.contact-detail { display: table; height: 180px; margin-bottom: 0; }
	.contact-detail h4,
	.contact-detail p,
	.contact-detail ul { display: table-cell; vertical-align: middle; }
	.contact-detail li { margin-bottom: 5px; }
	.contact-detail li.title-li { font-weight: bold; color: #f37727; }
	.contact-detail p { line-height: 24px; }
	.contact-detail a { border-bottom: 1px solid #075a8b; color: #075a8b; }
	.contact-detail a:hover { border-bottom: 1px solid transparent; color: #f37727; }

/* ----------------------------------------------------------------
    SIDEBAR RIGHT
-----------------------------------------------------------------*/
	
	/* Subnav */
	
	#subnav ul { border: 1px solid #ddd; border-bottom: none; background: #fcfcfc; list-style: none; margin: 0; padding: 0; }
	#subnav li { margin-bottom: 0; }
	#subnav a { border-bottom: 1px solid #DDD; padding: 9px 20px; text-align: left; display: block; }
	#subnav a:hover { color: #f37727; background: #f7f7f7; }
	#subnav li.current_page_item > a, #subnav li.current_page_ancestor > a, #subnav li.current-cat a { color: #fff; background: #f37727; }
	#subnav .children { display: none; margin: 0; padding: 0; list-style: none; border: none; border-bottom: 1px solid #DDD; }
	#subnav li.page_item_has_children.current_page_item .children,
	#subnav li.page_item_has_children.current_page_ancestor .children { display: block; }
	#subnav .children li { border-bottom: 1px solid #eeeeee; background: #fff; }
	#subnav .children li:last-child { border-bottom: none; }
	#subnav .children li a { padding: 9px 10px 9px 25px; border: none; color: #2a363d; }
	#subnav .children li a:hover,
	#subnav .children li.current_page_item a { background: #f7f7f7; color: #064971; }
	#subnav .children li.current_page_item a { font-weight: bold; }

	/* Related projects */
	
	.related-project { margin-bottom: 20px; }
	.related-project img { margin-bottom: 5px; }
	.related-project h5 { margin-bottom: 5px; }
	.related-project p, .related-project a { margin-bottom: 5px; }

/* ----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------*/
	
#global-footer { background: #b6cad4 url(gfx/bg-pattern.gif) repeat 0 0; padding: 30px 0; position: relative; z-index: 100; }
#global-footer h2 { color: #fff; }
	
	/* Contact */
	
	#footer-contact  { font-weight: bold; margin-bottom: 30px; }
	#footer-contact li { margin-bottom: 2px; }
	#footer-contact a { color: #fff; border-bottom: 1px solid #fff; }
	#footer-contact a:hover { border-bottom: 1px solid transparent; color: #064971; }
	#footer-contact a.tel { border-color: transparent; color: #2a363d; }
	
	/* Locations */
	
	#footer-locations { width: 100%; clear: both; overflow: hidden; color: #064971; font-weight: bold; }
	#footer-locations li { float: left; margin-right: 20px; font-size: 18px; }
	#footer-locations li:after { content: '\2022'; padding-left: 20px; color: #fff; }
	#footer-locations li:last-child:after { content: ''; padding-left: 0; }

/* ----------------------------------------------------------------
    BACK TO TOP
-----------------------------------------------------------------*/

#back-to-top { display: none; z-index: 999; position: fixed; width: 40px; height: 40px; top: auto; left: auto; right: 30px; bottom: 30px; cursor: pointer; background: url(gfx/sprite-btn-btt.png) no-repeat 0 0; }
#back-to-top:hover,
#back-to-top:active { background-position: 0 -40px; }
#back-to-top span { display: block; text-indent: -10000px; }