/*
Theme Name:     Direct Mix Group
Author:         Argon Design
Author URI:     http://www.argondesign.com.au
Version:        1.0
*/
/*! 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; }

::-moz-selection { background: #FFE9A1; color: #000; text-shadow: none; }

::selection { background: #FFE9A1; color: #000; text-shadow: none; }

a { color: #26328C; text-decoration: none; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
a:hover { color: #727ed9; text-decoration: none; }
a:hover img { opacity: 0.8; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
a:focus { outline: none; }

h1, h2, h3, h4, h5, h6 { margin: 0 0 21px; font-family: "Roboto Condensed", Verdana, sans-serif; font-weight: 700; color: #26328C; line-height: 1.2; text-rendering: optimizelegibility; }

h1 { font-size: 48px; font-size: 3.69231rem; }

h2 { font-size: 36px; font-size: 2.76923rem; text-transform: uppercase; }

h3 { font-size: 18px; font-size: 1.38462rem; margin: 0 0 10px; }

h4 { font-size: 16px; font-size: 1.23077rem; }

h5 { font-size: 16px; font-size: 1.23077rem; }

h6 { font-size: 16px; font-size: 1.23077rem; }

p { margin: 0 0 21px; }

.intro { padding: 10px 0 10px 20px; border-left: 10px solid #26328C; color: #26328C; text-transform: uppercase; font-weight: 700; font-family: "Roboto Condensed", Verdana, sans-serif; font-size: 21px; font-size: 1.61538rem; line-height: 1.5; }

.lead { padding-left: 30px; border-left: 10px solid #26328C; font-family: "Roboto Condensed", Verdana, sans-serif; font-size: 18px; font-size: 1.38462rem; }
.lead ul { margin-left: 0; }
.lead ul::after { clear: both; content: ""; display: table; }
.lead ul li { margin: 0 0 15px 20px; padding: 0 15px 0 0; float: left; }

ul, ol { padding: 0; margin: 0 0 21px 21px; }

strong { font-weight: 700; }

em { font-style: italic; }

abbr { cursor: help; }

hr { height: 0; margin-bottom: 21px; border: 0; border-top: 1px solid #DDD; border-bottom: 1px solid transparent; }

blockquote { padding: 0 0 0 30px; margin: 0 0 21px; background: none; border-left: 10px solid #26328C; font-style: italic; }
blockquote footer, blockquote small { display: block; color: #26328C; font-weight: 700; }
blockquote footer cite, blockquote small cite { font-style: normal; font-weight: normal; }

address { display: block; margin-bottom: 21px; font-style: normal; }

table { max-width: 100%; border-collapse: collapse; border-spacing: 0; }

.table { width: 100%; margin: 0 0 21px; }
.table th, .table td { padding: 8px; text-align: left; vertical-align: top; border-top: 1px solid #DDD; }
.table th { font-weight: bold; }
.table thead th { vertical-align: bottom; background-color: #FFF; }
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td { border-top: 0; }
.table tbody + tbody { border-top: 2px solid #DDD; }

.table-bordered { border: 1px solid #DDD; border-collapse: separate; *border-collapse: collapsed; border-left: 0; }
.table-bordered th, .table-bordered td { border-left: 1px solid #DDD; }
.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td { border-top: 0; }

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th { background-color: #F9F9F9; }

.table tbody tr:hover td, .table tbody tr:hover th { background-color: #F5F5F5; }

fieldset { margin-bottom: 21px; padding: 0; border: none; }
fieldset legend { width: 100%; display: block; color: #26328C; font-weight: bold; font-size: 1em; border-bottom: 1px solid #DDD; margin: 0 0 21px; padding: 0; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea, select[multiple=multiple], textarea { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; outline: none; font-size: 1em !important; color: #555; border: none; background: #EEE; border-radius: 0; box-shadow: none; }

input[type="radio"], input[type="checkbox"] { margin: 0; cursor: pointer; }

input[type="search"] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }

textarea { width: 100%; height: 150px; resize: vertical; overflow: auto; }

select[multiple], select[size] { height: auto; }

::-moz-focus-inner { border: 0; padding: 0; }

button, input[type="button"], input[type="reset"], input[type="submit"], button, .button, .btn { padding: 8px 15px; display: inline-block; font-weight: normal; font-family: "Roboto Condensed", Verdana, sans-serif; vertical-align: middle; cursor: pointer; color: #FFF; text-align: center; text-decoration: none; text-transform: uppercase; font-size: 13px; font-size: 1rem; line-height: 1; border: none; border-radius: 5px; background: #26328C; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }
button:hover, button:active, input[type="button"]:hover, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:active, button:hover, button:active, .button:hover, .button:active, .btn:hover, .btn:active { color: #FFF; text-decoration: none; background: #2b39a0; }
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, button:disabled, .button:disabled, .btn:disabled { cursor: not-allowed; opacity: 0.5; }

input[type="image"] { border: 0; }

.form-row { margin: 0 0 21px; }

.searchform .form-row { margin: 0 0 5px; }

.alert-success, .alert-warning, .alert-error, #cancel-comment-reply-link { display: block; margin: 0 0 21px; padding: 10px 20px; border-radius: 3px; }

.alert-success { background: #DFF0D8; border: 1px solid #b2dba1; color: #529138; }

.alert-warning { background: #FCF8E3; border: 1px solid #f5e79e; color: #caad16; }

.alert-error, #cancel-comment-reply-link { background: #F2DEDE; border: 1px solid #e4b9b9; color: #c77070; }

div.wpcf7-validation-errors { text-align: center; border-radius: 1px; margin: 0px !important; color: #898137; padding: 10px !important; background-color: #FFFFE0 !important; border: 1px solid #E6DB55 !important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.3; }

span.wpcf7-not-valid-tip, .ajax-loader { display: none !important; }

div.wpcf7-mail-sent-ok { background-color: #EBFFE0 !important; border: 1px solid #73D042 !important; border-radius: 2px 2px 2px 2px !important; color: #568937 !important; font-size: 10pt !important; margin: 0px !important; padding: 13px !important; text-align: center !important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.wpcf7-not-valid { background-color: #FFE0E0 !important; border: 1px solid #E65555 !important; }

.wp-caption { background: #DDD; text-align: center; padding-top: 5px; }

.wp-caption-text { color: #000; font-weight: 700; margin: 0; padding: 0 5px 5px; }

.widget_nav_menu ul, .widget_pages ul, .widget_categories ul, .widget_recent_entries ul, .widget_meta ul, .widget_archive ul, .widget_shoppcategorieswidget ul, .widget_product_categories ul { margin: 0; list-style: none; line-height: 1.2; }
.widget_nav_menu ul li, .widget_pages ul li, .widget_categories ul li, .widget_recent_entries ul li, .widget_meta ul li, .widget_archive ul li, .widget_shoppcategorieswidget ul li, .widget_product_categories ul li { display: block; margin-bottom: 5px; }
.widget_nav_menu ul li ul, .widget_pages ul li ul, .widget_categories ul li ul, .widget_recent_entries ul li ul, .widget_meta ul li ul, .widget_archive ul li ul, .widget_shoppcategorieswidget ul li ul, .widget_product_categories ul li ul { margin-top: 5px; margin-left: 20px; font-size: 13px; font-size: 1rem; }

.widget_recent_entries ul li .post-date { display: block; font-size: 0.8em; color: #AAA; }

#sitemap ul { margin-bottom: 10px; margin-top: 10px; }

.commentlist { list-style: none; margin: 0 0 21px; }
.commentlist li { margin: 0 0 21px; border-left: 3px solid #DDD; list-style: none; }
.commentlist li .inner { padding: 15px; background: #F2F2F2; }
.commentlist li .comment-author { margin: 0 0 21px; color: #999; font-size: 0.8em; font-style: italic; }
.commentlist li .comment-author::after { clear: both; content: ""; display: table; }
.commentlist li .comment-author img { border: 1px solid #FFF; float: left; margin: 0 10px 0 0; }
.commentlist li .comment-author .comment-author-details { float: left; }
.commentlist li .comment-author cite { font-size: 1.1em; font-family: "Roboto Condensed", Verdana, sans-serif; font-style: normal; font-weight: 700; }
.commentlist li .children { list-style: none !important; margin: 21px 0 21px 21px; }

.comment-nav { margin: 0 0 21px; }
.comment-nav::after { clear: both; content: ""; display: table; }
.comment-nav .next { width: 50%; float: right; text-align: right; }
.comment-nav .prev { width: 50%; float: left; }

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 13px; }

body { background: #26328C; color: #555; line-height: 1.612; font-family: Verdana, sans-serif; }

img { max-width: 100%; height: auto; display: block; }

.container { margin: 0 5%; }
.container::after { clear: both; content: ""; display: table; }

.row::after { clear: both; content: ""; display: table; }

#header { width: 100%; position: relative; z-index: 500; background: #FFF; }
#header .top-menu { font-family: "Roboto Condensed", Verdana, sans-serif; }
#header .top-menu nav { margin: 0 0 20px; }
#header .top-menu nav ul { margin: 0; text-align: center; text-transform: uppercase; font-weight: 700; font-size: 14px; font-size: 1.07692rem; }
#header .top-menu nav ul li { display: block; border-top: 1px solid #CCC; }
#header .top-menu nav ul li a { display: block; padding: 8px 10px; background: url(images/bg_concrete01.jpg) repeat; text-decoration: none; position: relative; }
#header .top-menu nav ul li a:hover { background: #26328C; color: #FFF; }
#header .top-menu nav ul li a:after { content: '\f0d7'; font-family: FontAwesome; position: absolute; bottom: 0; left: 50%; margin-left: -3px; font-size: 10px; }
#header .top-menu nav ul li:first-child { border-top: none; }
#header .top-menu nav ul li:last-child a { border-radius: 0 0 5px 5px; }
#header .top-menu .phone { margin-bottom: 20px; font-weight: 700; color: #26328C; text-align: center; font-size: 20px; font-size: 1.53846rem; }
#header .top-menu .phone .fa { font-size: 25px; }
#header .header-main .container { margin: 0; }
#header .header-main .logo { margin: 0 5% 20px; }
#header .header-main .logo img { margin: 0 auto; }
#header #nav { background: #26328C; }
#header #nav .menu-collapser { padding: 0 5%; color: #FFF; }
#header #nav .menu-collapser .collapse-button { font-size: 24px; font-size: 1.84615rem; cursor: pointer; }
#header #nav ul { margin: 0; list-style: none; font-size: 14px; font-size: 1.07692rem; font-family: "Roboto Condensed", Verdana, sans-serif; line-height: 1.2; text-transform: uppercase; }
#header #nav ul li { display: block; position: relative; }
#header #nav ul li a { display: block; padding: 12px 5%; color: #FFF; }
#header #nav ul li ul li a { background: #212b78; }
#header #nav ul li ul li ul li a { background: #1b2464; }
#header #nav ul li ul li .sub-collapser { background: #1b2464; }
#header #nav ul li .sub-collapser { width: 48px; height: 100%; position: absolute; right: 0; top: 0; text-align: center; z-index: 999; cursor: pointer; background: #212b78; }
#header #nav ul li .sub-collapser > i { color: #FFF; }
#header #nav ul li .sub-collapser:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; }
#header #nav ul li .sub-collapser.expanded { height: 42px; }

#slider { background: url(images/bg_concrete02.jpg) repeat; }
#slider img { width: auto; margin: 0 auto; }

#hero { background: url(images/bg_concrete01.jpg) repeat; }
#hero img { width: auto; margin: 0 auto; }
#hero .main-title h1 { margin: 0; padding: 15px 0; text-transform: uppercase; font-size: 24px; font-size: 1.84615rem; }

#main { padding: 50px 0; background: #FFF; }

.content-section .content { margin-bottom: 50px; }
.content-section .sidebar .widget { margin-bottom: 20px; }
.content-section .sidebar .widget-side-banners a img { margin: 20px auto 0; }
.content-section .sidebar .widget-side-banners a:first-child img { margin-top: -37px; }

#footer { padding: 20px 0; background: #26328C; color: #FFF; font-family: "Roboto Condensed", Verdana, sans-serif; text-align: center; }
#footer a { color: #FFF; text-decoration: none; }
#footer a:hover { color: #9aa3e4; }
#footer .footer-l { margin-bottom: 20px; }
#footer .footer-l img { margin: 0 auto; }
#footer .footer-r .copyright { display: block; clear: both; font-weight: 700; }
#footer .footer-r .copyright br { display: none; }

.imagelinks { margin-bottom: 50px; }
.imagelinks .imagelink { margin-bottom: 20px; }
.imagelinks .imagelink img { margin: 0 auto; }

.home-content .content { text-align: center; }
.home-content .sidebar img { margin: 0 auto; }

.widget-latest-project { font-family: "Roboto Condensed", Verdana, sans-serif; background: url(images/bg_concrete01.jpg) repeat; position: relative; }
.widget-latest-project .widget-title { margin: 0; padding: 13px 20px; border-bottom: 1px solid #BBB; text-transform: uppercase; background: url(images/bg_concrete02.jpg) repeat; }
.widget-latest-project ul { margin: 0; padding: 20px 20px 13px; }
.widget-latest-project ul li { display: block; margin: 0 0 7px; }
.widget-latest-project ul li span { font-family: Georgia; font-style: italic; font-size: 11px; font-size: 0.84615rem; }
.widget-latest-project ul li h3 { font-size: 15px; font-size: 1.15385rem; margin: 0; }
.widget-latest-project ul li h3 a { color: #555; }
.widget-latest-project .button { padding: 5px 10px; font-size: 11px; font-size: 0.84615rem; position: absolute; top: 13px; right: 20px; }

.products .product { margin-bottom: 20px; }
.products .product img { margin: 0 auto; }

.product-featured { margin: 0 0 40px; }

.content-section-product .sidebar img { margin: 0 auto; }

.widget-applications { font-family: "Roboto Condensed", Verdana, sans-serif; background: url(images/bg_concrete01.jpg) repeat; }
.widget-applications .widget-title { margin: 0; padding: 13px 20px; border-bottom: 1px solid #BBB; text-transform: uppercase; background: url(images/bg_concrete02.jpg) repeat; }
.widget-applications ul { padding: 20px 20px 13px; color: #555; font-size: 15px; font-size: 1.15385rem; }
.widget-applications ul li { margin: 0 0 7px; }

.projects .project { background: url(images/bg_concrete01.jpg) repeat; }
.projects .project .project-thumb { padding: 15px 20px 10px; }
.projects .project .project-summary { padding: 15px 20px 10px; font-size: 11px; font-size: 0.84615rem; }
.projects .project .project-summary h2 { margin: 0; font-size: 17px; font-size: 1.30769rem; }
.projects .project .project-summary p { margin: 0 0 10px; }
.projects .project .project-summary .button { font-size: 11px; font-size: 0.84615rem; padding: 5px 10px; }
.projects .project:nth-child(even) { background: url(images/bg_concrete02.jpg) repeat; }

.accreditation { padding: 30px 20px; margin: 0 0 40px; background: #EEE; text-align: center; border-radius: 5px; }
.accreditation h2 { margin: 0 0 10px; color: #555; text-transform: uppercase; background: url(images/bg_accreditation.jpg) no-repeat center center; font-size: 14px; font-size: 1.07692rem; }
.accreditation ul { margin: 0; }
.accreditation ul li { display: inline-block; margin: 0 10px; }

.page-template-template-landing-php #header { padding: 46px 0; background: url(images/bg_concrete01.jpg) repeat; }
.page-template-template-landing-php #header .logo { margin-bottom: 20px; }
.page-template-template-landing-php #header .logo img { margin: 0 auto; }
.page-template-template-landing-php #header .phone { color: #26328C; font-weight: 700; font-family: "Roboto Condensed", Verdana, sans-serif; text-align: center; font-size: 24px; font-size: 1.84615rem; }
.page-template-template-landing-php #main { background: url(images/bg_concrete01.jpg) repeat; }
.page-template-template-landing-php #footer .footer-l { font-size: 18px; font-size: 1.38462rem; }
.page-template-template-landing-php #footer .footer-l img { margin: 0 auto 20px; }
.page-template-template-landing-php #footer .footer-r img { margin: 0 auto 20px; }

.landing-buttons { margin: 0 0 50px; }
.landing-buttons .one-half:last-child { margin-right: 0; }
.landing-buttons a img { margin: 0 auto; }

.landing-logos { text-align: center; }
.landing-logos img { margin: 0 20px 10px; display: inline-block; vertical-align: middle; }

#tabs { margin: 0; text-transform: uppercase; font-weight: 700; font-family: "Roboto Condensed", Verdana, sans-serif; font-size: 16px; font-size: 1.23077rem; }
#tabs::after { clear: both; content: ""; display: table; }
#tabs li { display: block; margin-bottom: 1px; text-align: center; }
#tabs li a { display: block; padding: 20px 0; color: #26328C; background: url(images/bg_concrete01.jpg) repeat; -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }
#tabs li a.inactive { background: #EEE url(images/bg_tabtitle.jpg) repeat-x bottom; color: #555; }
#tabs li a:hover { opacity: 0.8; }

.tab-window .inner { padding: 10px; margin: 0 0 70px; background: url(images/bg_concrete01.jpg) repeat; }
.tab-window .slides li .caption { font-family: "Roboto Condensed", Verdana, sans-serif; font-weight: 700; color: #FFF; background: rgba(0, 0, 0, 0.9); font-size: 24px; font-size: 1.84615rem; }
.tab-window .slides li .caption span { display: block; padding: 10px; }
.tab-window .slider-thumbs { margin-top: 10px; }
.tab-window .slider-thumbs .slides li { margin-right: 10px; }
.tab-window .slider-thumbs .slides li img { -webkit-transition: none; -moz-transition: none; transition: none; }

.post-header { margin: 0 0 40px; background: url(images/bg_concrete01.jpg) repeat; }
.post-header .post-header-image { margin-bottom: 20px; }
.post-header h2 { padding: 0 15px 15px 15px; margin: 0; font-size: 32px; font-size: 2.46154rem; line-height: 1.1; }

.post-nav { clear: both; text-align: center; }
.post-nav .page-numbers { padding: 3px 5px; display: inline-block; line-height: 1; }
.post-nav .current { font-weight: 700; }

.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth { margin: 0 0 21px; position: relative; }

.alignright, .alignleft, .aligncenter, .alignnone { margin: 0 0 21px; display: block; }

.accordion { margin: 0 0 21px; border-bottom: 2px solid #000; }
.accordion .accordion-item { border-top: 2px solid #000; }
.accordion .accordion-item .accordion-handle { cursor: pointer; position: relative; }
.accordion .accordion-item .accordion-handle h3 { padding: 10px 50px 10px 40px; margin: 0; font-size: 36px; font-size: 2.76923rem; font-family: "Roboto Condensed", Verdana, sans-serif; font-weight: 700; color: #26328C; }
.accordion .accordion-item .accordion-handle h3:after { font-family: FontAwesome; content: "\f13a"; font-size: 24px; position: absolute; right: 20px; top: 21px; }
.accordion .accordion-item .accordion-content { padding: 30px 40px; }
.accordion .accordion-item.selected { background-color: #F2F2F2; }
.accordion .accordion-item.selected .accordion-handle h3:after { content: "\f139"; }

.flexslider { margin: 0; padding: 0; position: relative; }
.flexslider .slides { margin: 0; list-style: none; }
.flexslider .slides::after { clear: both; content: ""; display: table; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; position: relative; }
.flexslider .slides img { width: 100%; display: block; }
.flexslider .flex-direction-nav { margin: 0; list-style: none; *height: 0; }
.flexslider .flex-direction-nav li { display: block; }
.flexslider .flex-direction-nav a { text-decoration: none; display: block; width: 50px; height: 50px; margin: -25px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0, 0, 0, 0.8); font-size: 30px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.flexslider .flex-direction-nav a:before { font-family: 'FontAwesome'; font-size: 40px; display: inline-block; content: '\f053'; }
.flexslider .flex-direction-nav a.flex-prev { left: 0; }
.flexslider .flex-direction-nav a.flex-next { right: 0; text-align: right; }
.flexslider .flex-direction-nav a.flex-next:before { content: '\f054'; }
.flexslider:hover .flex-direction-nav .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-direction-nav .flex-prev:hover { opacity: 1; }
.flexslider:hover .flex-direction-nav .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-direction-nav .flex-next:hover { opacity: 1; }

html[xmlns] .slides { display: block; }

* html .slides { height: 1%; }

.no-js .slides > li:first-child { display: block; }

#fb-root { display: none; }

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] { width: 100% !important; }

@media (min-width: 480px) { #hero { position: relative; }
  #hero .main-title h1 { padding: 0; text-shadow: 2px 2px 2px #000000; color: #FFF; position: absolute; bottom: 10px; font-size: 30px; font-size: 2.30769rem; }
  .imagelinks::after { clear: both; content: ""; display: table; }
  .imagelinks .imagelink { width: 47.34043%; margin-left: 5.31915%; float: left; }
  .imagelinks .imagelink:nth-child(2n+1) { margin-left: 0; clear: left; }
  .products::after { clear: both; content: ""; display: table; }
  .products .product { width: 48.93617%; margin-left: 2.12766%; margin-bottom: 2.12766%; float: left; }
  .products .product:nth-child(2n+1) { margin-left: 0; clear: left; }
  #tabs { font-size: 12px; font-size: 0.92308rem; }
  #tabs li { width: 32.66%; margin-left: 1%; margin-bottom: 0; float: left; }
  #tabs li:first-child { margin-left: 0; }
  .alignright { float: right; margin: 0 0 21px 21px; }
  .alignleft { float: left; margin: 0 21px 21px 0; }
  .aligncenter { margin: 0 auto 21px; }
  .alignnone { margin: 0 0 21px; } }
@media (min-width: 768px) { #header .top-menu { margin: 0; }
  #header .top-menu nav { margin: 0; float: right; }
  #header .top-menu nav ul { float: right; }
  #header .top-menu nav ul::after { clear: both; content: ""; display: table; }
  #header .top-menu nav ul li { display: block; float: left; border-top: none; border-left: 1px solid #CCC; }
  #header .top-menu nav ul li a { padding: 10px 20px; }
  #header .top-menu nav ul li:first-child { border-left: none; }
  #header .top-menu nav ul li:first-child a { border-radius: 0 0 0 5px; }
  #header .top-menu nav ul li:last-child a { border-radius: 0 0 5px 0; }
  #header .top-menu .phone { margin-bottom: 0; padding: 8px 17px 0 0; float: right; text-align: right; }
  #header .header-main { position: relative; }
  #header .header-main .logo { padding: 20px 0; margin: 0 4.25532% 0 5%; }
  #header .header-main .logo img { margin: 0; }
  #header #nav .menu-collapser { line-height: 1; padding: 0; position: absolute; top: 55px; right: 5%; color: #26328C; }
  #hero .main-title h1 { font-size: 48px; font-size: 3.69231rem; }
  .content-section::after { clear: both; content: ""; display: table; }
  .content-section .content { width: 64.89362%; margin-bottom: 0; float: left; }
  .content-section .content-full { width: 100%; float: none; }
  .content-section .sidebar { width: 29.78723%; float: right; }
  #footer { text-align: left; }
  #footer .footer-l { width: 47.87234%; margin-bottom: 0; float: left; }
  #footer .footer-l img { margin: 0; }
  #footer .footer-r { width: 47.87234%; float: right; text-align: right; }
  #footer .footer-r .copyright br { display: block; }
  .imagelinks .imagelink { width: 29.78723%; margin-left: 5.31915%; margin-bottom: 10px; }
  .imagelinks .imagelink:nth-child(2n+1) { margin-left: 5.31915%; clear: none; }
  .imagelinks .imagelink:nth-child(3n+1) { margin-left: 0; clear: left; }
  .imagelinks .imagelink.contact { margin-top: -30px; }
  .home-content .content { padding-left: 30px; border-left: 10px solid #26328C; text-align: left; }
  .home-content .content p { font-weight: 300; font-family: "Roboto Condensed", Verdana, sans-serif; font-size: 18px; font-size: 1.38462rem; }
  .widget-latest-project .button { position: relative; top: 0; right: 0; margin: 0 20px 20px; }
  .products .product { width: 23.40426%; margin-left: 2.12766%; margin-bottom: 2.12766%; }
  .products .product:nth-child(2n+1) { margin-left: 2.12766%; clear: none; }
  .products .product:nth-child(4n+1) { margin-left: 0; clear: left; }
  .page-template-template-landing-php #header .logo { width: 47.87234%; margin-bottom: 0; float: left; }
  .page-template-template-landing-php #header .logo img { margin: 0; }
  .page-template-template-landing-php #header .phone { width: 47.87234%; float: right; text-align: right; font-size: 36px; font-size: 2.76923rem; }
  .page-template-template-landing-php #header .phone .fa { font-size: 40px; }
  .page-template-template-landing-php #main { background: url(images/bg_concrete01.jpg) repeat; }
  .page-template-template-landing-php #footer .footer-l img { margin: 0 0 20px; }
  .page-template-template-landing-php #footer .footer-r img { margin: 0 0 20px; float: right; }
  .landing-buttons .one-half { margin-bottom: 0; }
  #tabs { font-size: 18px; font-size: 1.38462rem; }
  .contact-details .one-half { width: 45.90164%; margin-right: 8.19672%; }
  .one-half { width: 48%; }
  .one-third { width: 30.66%; }
  .two-third { width: 65.33%; }
  .one-fourth { width: 22%; }
  .three-fourth { width: 74%; }
  .one-fifth { width: 16.8%; }
  .two-fifth { width: 37.6%; }
  .three-fifth { width: 58.4%; }
  .four-fifth { width: 67.2%; }
  .one-sixth { width: 13.33%; }
  .five-sixth { width: 82.67%; }
  .one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth { margin-right: 4%; float: left; }
  .last { margin-right: 0 !important; clear: right; } }
@media (min-width: 1000px) { .container { max-width: 940px; margin: 0 auto; }
  #header .header-main .container { margin: 0 auto; }
  #header .header-main .logo { width: 34.04255%; padding-top: 0; margin: 0; float: left; }
  #header #nav { width: 61.70213%; float: right; background: none; }
  #header #nav::after { clear: both; content: ""; display: table; }
  #header #nav .menu-collapser, #header #nav .sub-collapser { display: none; }
  #header #nav ul { margin: 50px 0 0 0; float: right; font-size: 16px; font-size: 1.23077rem; font-weight: 700; }
  #header #nav ul li { margin: 0 0 0 30px; float: left; }
  #header #nav ul li a { padding: 5px 0; color: #26328C; }
  #header #nav ul li ul { width: 150px; margin: 0; position: absolute; top: 100%; left: 0; font-size: 11px; font-size: 0.84615rem; z-index: 1; }
  #header #nav ul li ul li { margin: 0; float: none; }
  #header #nav ul li ul li a { padding: 10px; background: #A2A2A2; color: #FFF; }
  #header #nav ul li ul li a:hover { background: #26328C; color: #FFF; }
  #header #nav ul li ul li ul { left: 147px; top: -3px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); z-index: 2; }
  #header #nav ul li ul li ul li a { background: #26328C; }
  #header #nav ul li ul li ul li a:hover { background: #1b2464; }
  #header #nav ul li ul li:hover > a { color: #FFF; background: #26328C; }
  #header #nav ul li:first-child { margin-left: 0; }
  #header #nav ul li:hover > a { color: #727ed9; }
  .widget-latest-project .button { position: absolute; top: 13px; right: 20px; margin: 0; }
  .projects .project::after { clear: both; content: ""; display: table; }
  .projects .project .project-thumb { padding: 0; float: left; }
  .projects .project .project-summary { padding: 20px 10px 0 0; margin-left: 220px; }
  #tabs { font-size: 24px; font-size: 1.84615rem; }
  #tabs li { width: 32.6684%; margin-left: 1%; float: left; }
  #tabs li:first-child { margin-left: 0; }
  .tab-window .slides li .caption { width: 100%; position: absolute; bottom: 0; left: 0; }
  .post-header { position: relative; background: url(images/bg_concrete01.jpg) repeat; }
  .post-header .post-header-image { width: 50%; margin-bottom: 0; }
  .post-header h2 { width: 50%; position: absolute; right: 0; bottom: 0; } }
@media print { * { background: transparent !important; color: black !important; box-shadow: none !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  @page { margin: 0.5cm; }
  h2, h3 { orphans: 3; widows: 3; page-break-after: avoid; }
  p { orphans: 3; widows: 3; }
  pre, blockquote { border: 1px solid gray; page-break-inside: avoid; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  img { max-width: 100% !important; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr { page-break-inside: avoid; } }
