/*

Theme Name: Impact Marketing
Theme URI: http://impactmt.com
Author: Impact Marketing
Author URI: http://impactmt.com
Description: 
Version: v1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 

*/

/**
 * Table of Contents:
 * 1.0 - Reset
 * 2.0 - Grid & Repeatable Patterns
 * 2.1 - Grid
 * 2.2 - Repeatable Patterns
 * 3.0 - Typography
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Footer 
 * 7.0 - Sidebar
 * 7.1 - Widgets
 * 7.2 - Content Sidebar Widgets 
 * 8.0 - Content
 * 8.1 - Post Thumbnail
 * 8.2 - Entry Header
 * 8.3 - Entry Meta
 * 8.4 - Entry Content
 * 8.5 - Galleries
 * 8.6 - Post Formats
 * 8.7 - Post Types
 * 8.8 - Attachments
 * 8.9 - Archives
 * 8.10 - Contributor Page
 * 8.11 - 404 Page
 * 8.12 - Page Templates
 * 8.13 - Singular
 * 8.14 - Comments
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section { display: block; }
audio,
canvas,
video { display: inline-block; max-width: 100%; }
html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body,
button,
input,
select,
textarea { color: #2b2b2b; font-family: Lato, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.5; }
body { }
body {
    -webkit-backface-visibility: hidden;
}
a { color: #249ec7; text-decoration: none; }
a:focus { outline: thin dotted; }
a:hover,
a:active { outline: 0; }
a:active,
a:hover { color: #401303; }
h1,
h2,
h3,
h4,
h5,
h6 { clear: both; font-weight: 700; margin: 0; }
h1 { font-size: 26px; line-height: 1.3846153846; }
h2 { font-size: 24px; line-height: 1; }
h3 { font-size: 22px; line-height: 1.0909090909; }
h4 { font-size: 20px; line-height: 1.2; }
h5 { font-size: 18px; line-height: 1.3333333333; }
h6 { font-size: 16px; line-height: 1.5; }
address { font-style: italic; margin-bottom: 24px; }
abbr[title] { border-bottom: 1px dotted #2b2b2b; cursor: help; }
b,
strong { font-weight: 700; }
cite,
dfn,
em,
i { font-style: italic; }
mark,
ins { background: #fff9c0; text-decoration: none; }
p { margin-bottom: 24px; }
code,
kbd,
tt,
var,
samp,
pre { font-family: monospace, serif; font-size: 15px; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; line-height: 1.6; }
pre { border: 1px solid rgba(0, 0, 0, 0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 24px; max-width: 100%; overflow: auto; padding: 12px; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
blockquote,
q { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after { content: ""; content: none; }
blockquote { color: #767676; font-size: 19px; font-style: italic; font-weight: 300; line-height: 1.2631578947; }
blockquote cite,
blockquote small { color: #2b2b2b; font-size: 16px; font-weight: 400; line-height: 1.5; }
blockquote em,
blockquote i,
blockquote cite { font-style: normal; }
blockquote strong,
blockquote b { font-weight: 400; }
small { font-size: smaller; }
big { font-size: 125%; }
sup,
sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; }
sup { bottom: 1ex; }
sub { top: .5ex; }
dl { margin-bottom: 24px; }
dt { font-weight: bold; }
dd { margin-bottom: 24px; }
ul,
ol { list-style: none; margin: 0 0 24px 20px; }
ul { list-style: disc; }
ol { list-style: decimal; }
li > ul,
li > ol { margin: 0 0 0 20px; }
img { -ms-interpolation-mode: bicubic; border: 0; vertical-align: middle; }
figure { margin: 0; }
fieldset { border: 1px solid rgba(0, 0, 0, 0.1); margin: 0 0 24px; padding: 11px 12px 0; }
legend { white-space: normal; }
button,
input,
select,
textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 100%; margin: 0; max-width: 100%; vertical-align: baseline; }
button,
input { line-height: normal; }
input,
textarea { background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled],
input[disabled] { cursor: default; }
input[type="checkbox"],
input[type="radio"] { padding: 0; }
input[type="search"] { -webkit-appearance: textfield; }
 input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea { overflow: auto; vertical-align: top; }
table,
th,
td { border: 1px solid rgba(0, 0, 0, 0.1); }
table { border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; margin-bottom: 24px; width: 100%; }
caption,
th,
td { font-weight: normal; text-align: left; }
th { border-width: 0 1px 1px 0; font-weight: bold; }
td { border-width: 0 1px 1px 0; }
del { color: #767676; }
hr { background-color: rgba(0, 0, 0, 0.1); border: 0; height: 1px; margin-bottom: 23px; }
/*::selection { background: #00b287; color: #fff; text-shadow: none; }
::-moz-selection {
 background: #24890d;
 color: #fff;
 text-shadow: none;
}*/
a.credit { color:white; margin-right: 25px;}
a.credit img { position:relative; top:-2px; }
/**
 * 2.0 Grid & Repeatable Patterns
 * -----------------------------------------------------------------------------
*/

/* --- 2.1  --- Grid --- */
/* Grid Structure */
.grid { max-width: 75%; margin: 0 auto; }
*,
*:after,
*:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.grid:after { content: ""; display: table; clear: both; } /* clear grid */
/* Columns */
[class*='col-'] { float: left; }
.col-1-8 { width: 12.50%; }
.col-1-6 { width: 16.66%; }
.col-1-5 { width: 20.00%; }
.col-1-4 { width: 25.00%; }
.col-1-3 { width: 33.33%; }
.col-1-2 { width: 50.00%; }
.col-2-3 { width: 66.66%; }
.col-3-4 { width: 75.00%; }
.col-1-12 { width: 100.00%; }
/* Gutters */
[class*='col-'] { padding-right: 10px; }
[class*='col-']:last-of-type { padding-right: 0; }
.grid-pad { padding: 0 35px; }
.grid-pad > [class*='col-']:last-of-type { padding-right: 35px; }
.grid-pad > .col-1-12:last-of-type {padding-right: 0;}
/* --- 2.2  --- Repeatable Patterns --- */
.float-right { float: right; }
.clear { clear: both; }
.block { display: block; }
.hidden { display: none !important; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.line-height { line-height: 0; }
.clear-right { clear: right; }
.clear-left { clear: left; }
.center-relative { margin-left: auto; margin-right: auto; }
.center-absolute { left: 50%; }
.center-text { text-align: center !important; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.relative { position: relative; }
.top-5 { margin-top: 5px; }
.top-10 { margin-top: 10px; }
.top-15 { margin-top: 15px; }
.top-20 { margin-top: 20px; }
.top-25 { margin-top: 25px; }
.top-30 { margin-top: 30px; }
.top-50 { margin-top: 50px; }
.top-60 { margin-top: 60px; }
.top-70 { margin-top: 70px; }
.top-75 { margin-top: 75px; }
.top-80 { margin-top: 80px; }
.top-100 { margin-top: 100px; }
.top-105 { margin-top: 105px; }
.top-120 { margin-top: 120px; }
.top-150 { margin-top: 150px; }
.top-200 { margin-top: 200px; }
.top-negative-30 { margin-top: -30px; }
.left-35 { margin-left: 35px; }
.right-35 { margin-right: 35px; }
.bottom-10 { margin-bottom: 10px; }
.bottom-20 { margin-bottom: 20px; }
.bottom-25 { margin-bottom: 25px; }
.bottom-30 { margin-bottom: 30px; }
.bottom-50 { margin-bottom: 50px; }
.bottom-100 { margin-bottom: 100px; }
.border-200 { border-radius: 200px; -webkit-border-radius: 200px; -moz-border-radius: 200px; }
.background-fixed { background-attachment: fixed; background-size: cover; }
.width-25 { width: 25%; }
.width-50 { width: 50%; }
.width-75 { width: 75%; }
.width-85 { width: 85%; }
.width-100 { width: 100%; }
iframe { width: 100%; }
.rotate { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
* { transition: all .2s linear; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -o-transition: all .2s linear; }
/**
 * 3.0 Typography
 * -----------------------------------------------------------------------------
*/
i.icon-houzz-contact:before {content: url("assets/img/icon-houzz-contact.png");}
body.page-id-53 aside i.fa { font-size:2em; }
/* Simple fluid media Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ */
img,
object,
embed,
video { max-width: 100%; height: auto; }

blockquote { border-left:8px solid #00a076; font-size: 1.5em; font-style: normal; background: #eeeeee url(assets/img/bloackquote-logo.png) no-repeat 38px 35px; margin: 15px auto 35px; padding: 25px 35px 25px 180px; }
blockquote p { margin: 0; line-height:1.5em; }
blockquote strong { font-size:1.2em; color:#414141; }
blockquote.adjust-alignment {padding: 175px 35px 25px 40px;}
h2 { margin: 1em 0 .5em; }
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper textarea { font-size: 14px !important; background: #f1f1f1; outline: none; border-width: 1px; padding: 4px 8px !important; }
input.gform_button { border: none; outline: none; padding: 10px 15px !important; color: white; background: #249ec7; }
#gform_wrapper_1 input[type="email"] {color: #CCC;}

.gform_wrapper .gfield_required {color: #249ec7!important;}
/*#gform_fields_2 .gfield label.gfield_label span.gfield_required {color: #00b287;}*/
/**
 * 4.0 - Header
 * -----------------------------------------------------------------------------
*/
#preloader { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #fefefe; z-index: 99; height: 100%; }
#status { width: 200px; height: 200px; position: absolute; left: 50%; top: 50%; background-image: url(assets/img/Preloader_2.gif); background-repeat: no-repeat; background-position: center; margin: -100px 0 0 -100px; }
body { font-family: 'Ubuntu', sans-serif; background-color: #000; color: #111111; line-height: 2em; }
.bg { padding: 0 0 40px 0; background: transparent; background: url("assets/img/secondary-pages-background-3.jpg"); min-height: 100%; max-height: 100%; /*min-width: 1836px;*/ width: 100%; height: auto; position: absolute; top: 0; left: 0; z-index:-9999; background-size: cover; background-position: center center;  }
body.home .bg {padding: 0; background:none;}
body.home section#content {min-height:270px;}
#topbar { height: 40px; color: white; line-height: 40px; overflow: hidden; background: black; }
#topbar a { color:white; }
header {position: relative; z-index:9; top: 35px; bckground-color: transparent;}
#page header {z-index: 0;}

header #brand .grid {background: rgba(0,0,0,.7); background-color: rgba(0,0,0,.7);}
#brand { height: 210px;  }
#brand h1 a { line-height: 150px; margin-left: 35px; }
header#subpage { height: 200px; margin-bottom: 30px; background: #00b287; position: relative; z-index:1; }
header#subpage .green-overlay {background-color: transparent; /*background-image: url("assets/img/secondary-pages-background-2.jpg"); background-position: center top;*/
background-size: cover; height: 320px; top: -245px; position: absolute; width: 100%;}
.green-overlay { height: 200px; background: rgba(0,178,135,0.8); }
header#subpage h1 { text-align: right; text-transform: uppercase; font-weight: 600; font-size: 32px; line-height: 60px; margin: 0; text-shadow: 0 0 3px rgba(0,0,0,0.4); color: white; position: relative; top: 250px; }


/* Breacrumbs */
#breadcrumbs { list-style: none; overflow: hidden; color: #515151; font-weight: normal; position: relative; top: 260px; }
#breadcrumbs ul { margin: 0; list-style: none; }
#breadcrumbs li,
#breadcrumbs strong { color: white; float: left; padding: 0 4px 0 2px; font-size: 12px; text-transform: uppercase; background: #111111; }
#breadcrumbs strong { padding-right: 15px; }
#breadcrumbs li:first-child { padding-left: 15px; }
#breadcrumbs li:last-child { padding-right: 15px; }
#breadcrumbs li a { color: #00b287; }
#breadcrumbs .separator { font-weight: 300; font-size: 16px; color: #fff; }
body.page-id-51 header#subpage,
body.page-id-53 header#subpage { height: 100px; margin-bottom: 10px; }
body.page-id-51 .green-overlay,
body.page-id-53 .green-overlay { height: 320px; top: -245px; position: absolute; width: 100%; }
body.page-id-51 header#subpage h1,
body.page-id-53 header#subpage h1 { top: 260px; }
body.page-id-51 #breadcrumbs,
body.page-id-53 #breadcrumbs { top: 270px; }
body.page-id-51 .bg,
body.page-id-53 .bg { padding: 0 0 10px 0; }

.case-3-product-list p { text-transform:none; font-size: 16px; line-height:2em; }

/**
 * 5.0 - Navigation
 * -----------------------------------------------------------------------------
*/
nav { line-height: 20px; position: relative; z-index:99999; background:#29b1e0;}
nav ul { margin: 0; list-style: none;}
nav ul li.ddm-parent a:hover {cursor:default;}
nav ul li:last-child {border-right: none;}
nav ul li:first-child a:before {content: url("assets/img/home-icon.png"); width: 15px; height: 13px; /*font-family:'FontAwesome'; font-size: 16px; font-weight: normal;*/}
nav ul li a span {display: none;}
nav ul li a { text-align: center; font-weight: normal; font-size: 16px; color: #fff; text-transform: uppercase; font-family: 'Ubuntu', sans-serif; }
nav ul li:hover,
nav ul li.current-menu-item,
nav ul li a:hover { color: #fff; background: #249ec7; }

aside.col-1-3 ul { list-style:none; margin:0; padding:1em 0; }
aside.col-1-3 ul li a { position:relative; display:block; margin-bottom:.5em; }
aside.col-1-3 ul li a:before { content:"\f0c8"; font-family:'FontAwesome'; margin-right:.5em; }
aside.col-1-3 ul li:last-child { padding-bottom:0; border:0; }
aside.col-1-3 ul li { line-height:1.2em; margin-bottom:1em; padding-bottom:1em; border-bottom:1px solid #249ec7; }


/* Flexnav Base Styles */
.flexnav { -webkit-transition: none; -moz-transition: none; -ms-transition: none; transition: none; -webkit-transform-style: preserve-3d; overflow: hidden; margin: 0 auto; width: 100%; max-height: 0; }
.flexnav.opacity { opacity: 0; }
.flexnav.flexnav-show { max-height: 2000px; opacity: 1;  -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; background: #111; background-color: #111;   border-top: 1px solid #2b2b2b;}
.flexnav.flexnav-show li {border-bottom: 1px solid #333; border-right: none;}
.flexnav.flexnav-show li:last-child { border-bottom: none;}
.flexnav.flexnav-show li a {text-align: right; padding: 15px 75px 15px 0;}
.flexnav.flexnav-show .touch-button {/*background: rgba(255,255,255, .35);*/ width: 100%; }
.flexnav.flexnav-show .touch-button .navicon {top: 4em; right: 5em; position: absolute;}
.flexnav.flexnav-show .touch-button .navicon:before {  content: url("assets/img/ddm-arrow.png"); width: 9px; height: 5px; }
.flexnav.one-page { position: fixed; top: 50px; right: 5%; max-width: 200px; }
.flexnav li { font-size: 100%; position: relative; overflow: hidden; }
.flexnav li:hover {background: #249ec7; color: #fff;}
.flexnav li a { position: relative; display: block; z-index: 2; overflow: hidden;  }
.flexnav li ul { width: 100%; }
.flexnav li ul li { font-size: 100%; position: relative; overflow: hidden; }
.flexnav li ul.flexnav-show li { overflow: visible; background: #111; padding: 0; }
.flexnav li ul.flexnav-show li a {background: #222; color: #fff; margin: 0;}
.flexnav li ul.flexnav-show li a:hover {background: #249ec7; }
.flexnav li ul.flexnav-show li:first-child a:before {content:" ";}
.flexnav li ul li a { display: block; background: #111; }
.flexnav ul li ul li a { background: #bfbfbc; }
.flexnav ul li ul li ul li a { background: #cbcbc9; }
.flexnav .touch-button { position: absolute; z-index: 999; top: 0; right: 0; width: 50px; height: 70px; display: inline-block; background: #acaca1; background: rgba(255, 255, 255, 0); text-align: center; }
.flexnav .touch-button:hover { cursor: pointer; }
.flexnav .touch-button .navicon { position: relative; top: 4em; right: 0em; font-size: 6px; color: #fff; }
.flexnav .touch-button .navicon:before {top: 1.55em; right: 0; content: url("assets/img/ddm-arrow.png"); width: 9px; height: 5px; }

.menu-button { position: relative; display: block; text-align: right; padding: 1em 3em 1em; background:#29b1e0; color: #fff; cursor: pointer; }
.menu-button.one-page { position: fixed; top: 0; right: 5%; padding-right: 45px; }
.menu-button .touch-button { background: transparent; position: absolute; z-index: 999; top: 0; right: 0; width: 50px; height: 50px; display: inline-block; text-align: center; }
.menu-button .touch-button i.navicon { font-style: normal;}
.menu-button .touch-button .navicon:before { position: relative; top: 1em; content: url("assets/img/touch-button-navicon.png"); width: 18px; height: 13px; display: block; margin-left: 15px; }




/**
 * 6.0 - Footer 
 * -----------------------------------------------------------------------------
*/
footer { padding: 1px 0 0; font-size: .8em; color: #ffffff; background: transparent; margin-top: 60px; }
footer .grid, footer #copyright .grid {background: rgba(0,0,0,.7); background-color: rgba(0,0,0,.7);}
footer #copyright .grid {border-top: 1px solid #000000; padding-bottom: 0; margin-bottom: 35px; -webkit-box-shadow: 0 -1px 0 0 rgba(255,255,255,.1); -moz-box-shadow: 0 -1px 0 0 rgba(255,255,255,.1); box-shadow: 0 -1px 0 0 rgba(255,255,255,.1);}
/*body.home footer {position: absolute; top: 600px; width: 100%;}*/
footer a.footerphone {color: #fff;}

footer a.footer-address-link {color: #fff;} 
footer a.footerphone:hover, footer a.footer-address-link:hover {text-decoration: underline;}
footer .grid-pad { padding: 0 20px; }
footer h2 { color: #fff; line-height: 1.75em;  font-weight: 300; margin-bottom: 0; padding-left: 20px; padding-top: 20px; }
footer h5 { color: #fff; font-size: 10px; text-transform:uppercase; }
#copyright { height: 40px; line-height: 40px; color: #fff; }
i.icon-houzz-footer:before {content: url("assets/img/icon-houzz-footer-med.png");}

/** 
 * 7.0 - Sidebar
 * -----------------------------------------------------------------------------
*/

/* --- 7.1  --- Widgets --- */
#gform_1 input[type=email] { background: #f1f1f1; margin: 0; width: 100%; }
.gform_wrapper .gform_footer { padding: 0 !important; }
footer .textwidget { padding: 15px 0; }
footer .textwidget a.download,
footer .textwidget a.request { clear:left; position: relative; text-transform: uppercase; color: #4b5357; padding: 15px 20px 15px 10px; background: -moz-linear-gradient(top, #c0c0c0 0%, #9f9f9f); background: -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#9f9f9f)); -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; border: 1px solid #6d6d6d; -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7); -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7); box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7); text-shadow: 0px -1px 0px rgba(0,0,0,0.4), 0px 1px 0px rgba(255,255,255,0.4); }
footer .textwidget a.request { background: -moz-linear-gradient(top, #00d1b7 0%, #00a779); background: -webkit-gradient(linear, left top, left bottom, from(#00d1b7), to(#00a779)); }
footer .social-links a { color:white; display:inline-block; }
footer .social-links a i { margin:8px 8px 0 0; line-height:2em; }
footer .social-links a i.facebook {background: url("assets/img/sm-footer-fb.png");width: 17px; height: 17px; display: block;}
footer .social-links a i.twitter {background: url("assets/img/sm-footer-twitter.png");width: 17px; height: 17px; display: block;}
footer .social-links a i.pinterest {background: url("assets/img/sm-footer-pinterest.png");width: 17px; height: 17px; display: block;}
footer .social-links a i.flickr {background: url("assets/img/sm-footer-flickr.png");width: 17px; height: 17px; display: block;}
footer .social-links a i.youtube {background: url("assets/img/sm-footer-youtube.png");width: 17px; height: 17px; display: block;}
footer .social-links a i.googleplus {background: url("assets/img/sm-footer-googleplus.png");width: 17px; height: 17px; display: block;}
footer .social-links a i.linkedin {background: url("assets/img/sm-footer-linkedin.png");width: 17px; height: 17px; display: block;}
footer .social-links a i.houzz {background: url("assets/img/sm-footer-houzz.png");width: 17px; height: 17px; display: block;}


/* Contact Page social media icons */
body.page-id-53 aside .textwidget a {display: inline-block;}
body.page-id-53 aside .textwidget a i {margin:8px 8px 0 0; }
body.page-id-53 aside .textwidget a i.facebook {background: url("assets/img/sm-contact-fb.png");width: 27px; height: 27px; display: block;}
body.page-id-53 aside .textwidget a i.twitter {background: url("assets/img/sm-contact-twitter.png");width: 27px; height: 27px; display: block;}
body.page-id-53 aside .textwidget a i.pinterest {background: url("assets/img/sm-contact-pinterest.png");width: 27px; height: 27px; display: block;}
body.page-id-53 aside .textwidget a i.flickr {background: url("assets/img/sm-contact-flickr.png");width: 27px; height: 27px; display: block;}
body.page-id-53 aside .textwidget a i.youtube {background: url("assets/img/sm-contact-youtube.png");width: 27px; height: 27px; display: block;}
body.page-id-53 aside .textwidget a i.googleplus {background: url("assets/img/sm-contact-googleplus.png");width: 27px; height: 27px; display: block;}
body.page-id-53 aside .textwidget a i.linkedin {background: url("assets/img/sm-contact-linkedin.png");width: 27px; height: 27px; display: block;}
body.page-id-53 aside .textwidget a i.houzz {background: url("assets/img/sm-footer-contact.png");width: 27px; height: 27px; display: block;}

/* --- 7.2  --- Content Sidebar Widgets --- */


/**
 * 8.0 Contents
 * -----------------------------------------------------------------------------
*/
#page .col-2-3 { padding-right:50px; }
#page .col-1-3 { padding-left:50px; border:1px solid #bcc8c3; border-width:0 0 0 2px; padding-right:0;  }
#page .col-1-3 h2 i { color:#00b287; }
#page .col-1-3 h2 { background:#29b1e0; color: #fff; padding:.5em 1em; font-weight:300; text-transform:uppercase; font-size:1em;  }
#page .grid {background: rgba(255,255,255,.6); margin-top: 35px; padding: 25px 35px 35px 35px;}
#page header .grid {padding-bottom: 0;}
#page header h1 {border-bottom: 1px solid #29b1e0; }
.module { background: none repeat scroll 0 0 white; padding: 20px; }
/* --- 8.1  --- Post Thumbnail --- */

/* --- 8.2  --- Post Entry Header --- */
header#page-title h1 { padding: 30px 0 0; text-align: center; font-family: 'Cookie', cursive; color: #858585; font-weight: 300; font-size: 56px; }
#content h2 { font-weight: 400; font-size: 52px; line-height: 1.5em; text-transform: uppercase; }
/* --- 8.3  --- Post Entry Meta --- */

/* --- 8.4  --- Post Entry Content --- */
/* PRODUCTS CASE 2 */
ul.case-2-product-list { list-style:none; margin:0 0 45px -20px; overflow:hidden; font-size:11px; text-transform:uppercase; line-height:18px;  }
ul.case-3-product-list { list-style:none; overflow:hidden; font-size:11px; text-transform:uppercase; line-height:18px;  }
ul.case-2-product-list ul { list-style:none; margin:0; }
ul.case-2-product-list ul li { }
ul.case-2-product-list > li { margin:0; float:left; width:20%; padding:0 20px 30px; text-align:center; }
ul.case-2-product-list > li:nth-child(5n + 1) { clear:left; }
ul.case-2-product-list .tile, ul.case-3-product-list .tile  { margin-bottom:4px; box-shadow:0 0 6px rgba(0,0,0,0.4); position: relative; width: 100%; /* desired width */ margin:o auto; border-radius:12%; -moz-background-size: cover !important;
background-size: cover !important;
-webkit-background-size: cover !important;
-o-background-size: cover !important; }
ul.case-2-product-list .gallery {}
ul.case-2-product-list .tile:before { content: ""; display: block; padding-top: 100%; 	/* initial ratio of 1:1*/ }
ul.case-2-product-list .tile-content:before {content: ""; width: 96%; height: 36px; display:block; position: absolute; left: 3px; top:3px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 8%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(8%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );}
ul.case-3-product-list li { overflow:hidden; clear:left; margin:30px 0; }
ul.case-3-product-list .tile { float:left; margin-bottom:4px; box-shadow:0 0 6px rgba(0,0,0,0.4); position: relative; width: 160px; /* desired width */ margin:0 30px 0 0; border-radius:12%; }
ul.case-3-product-list .tile:before { content: ""; display: block; padding-top: 160px; 	/* initial ratio of 1:1*/ }
ul.case-3-product-list .tile-content:before {content: ""; width: 96%; height: 36px; display:block; position: absolute; left: 3px; top:3px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 8%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(8%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );}

ul.innovations li { padding:0 2px; }
ul.innovations li .tile { background-size:cover !important; -moz-background-size:cover !important; }


/* --- 8.5  --- Post Galleries --- */
.gallery { padding: 30px; background: white; border: 1px solid #29b1e0; margin:0 auto; width: 90%; }
.gallery .gallery-item {float: left; margin-right: 30px; margin-bottom: 30px; width: 15%; height: 250px;}
.gallery-caption {font-family: Lato, sans-serif; font-size: 10px; text-transform: uppercase;}
div.gallery:after {content: ""; display: table; clear: both;}

img.attachment-thumbnail { border: 10px solid #eeeeee; /*width: 300px; height: 200px;*/ overflow: hidden; -moz-transition:-moz-transform 0.5s ease-in;  -webkit-transition:-webkit-transform 0.5s ease-in; -o-transition:-o-transform 0.5s ease-in;}
img.attachment-small-swatch {border: 10px solid #eeeeee; /*width: 150px; height: auto;*/ -moz-transition:-moz-transform 0.5s ease-in;  -webkit-transition:-webkit-transform 0.5s ease-in; -o-transition:-o-transform 0.5s ease-in;}
a:hover img.attachment-thumbnail,
a:hover img.attachment-small-swatch { border: 5px solid #29b1e0; margin: 0; -moz-transform:scale(1.5); -webkit-transform:scale(1.5);-o-transform:scale(1.5); -webkit-box-shadow: 0 0 150px 10px rgba(0,0,0,.7); -moz-box-shadow: 0 0 150px 10px rgba(0,0,0,.7); -o-box-shadow: 0 0 150px 10px rgba(0,0,0,.7); box-shadow: 0 0 150px 10px rgba(0,0,0,.7);}



/* --- 8.5  --- Dealer List --- */
.component { line-height: 1.5em; margin: 0 auto; padding: 2em 0 3em; width: 90%; max-width: 1000px; overflow: hidden; }

.dealerlist table thead tr th {background-color: #249ec7; border: 0; border-right: 1px solid rgba(255, 255, 255, 1);}

table { border-collapse: collapse; margin-bottom: 3em; width: 100%; background: #fff; }
td, th { padding: .5em; text-align: left; }
td.err { background-color: #e992b9; color: #fff; font-size: 0.75em; text-align: center; line-height: 1; }
th { background-color: #249ec7; font-weight: bold; color: #fff; white-space: nowrap; }
tbody th { background-color: #2ea879; }
tbody tr:nth-child(2n-1) { background-color: #f5f5f5;  transition: all .125s ease-in-out;}
tbody tr:hover { background-color: rgba(129, 208, 177, .3); }

th { color: #fff; font-weight: bold; padding: 10px 15px; position: relative; }
td { border-right: 1px solid #fff; border-left: 1px solid #e8e8e8; border-top: 1px solid #fff; border-bottom: 1px solid #e8e8e8; padding: 10px 15px; position: relative; transition: all 100ms; }
tr { /*background: url('assets/img/noise-diagonal.png');*/ }
tr:nth-child(odd) td { background: #f1f1f1 /*url('assets/img/noise-diagonal.png')*/;}
tbody:hover td { color: transparent; text-shadow: 0 0 3px #aaa; }
tbody:hover tr:hover td { color: #444; text-shadow: 0 1px 0 #fff; }

/* For appearance */
.sticky-wrap { overflow-x: auto; overflow-y: hidden; position: relative; margin: 3em 0; width: 100%; }
.sticky-wrap .sticky-thead, .sticky-wrap .sticky-col, .sticky-wrap .sticky-intersect { opacity: 0; position: absolute; top: 0; left: 0;  transition: all .125s ease-in-out;
z-index: 50; width: auto; /* Prevent table from stretching to full size */ }
.sticky-wrap .sticky-thead { box-shadow: 0 0.25em 0.1em -0.1em rgba(0, 0, 0, .125); z-index: 100; width: 100%; /* Force stretch */ }
.sticky-wrap .sticky-intersect { opacity: 1; z-index: 150; }
.sticky-wrap .sticky-intersect th { background-color: #666; color: #eee; }
.sticky-wrap td, .sticky-wrap th { box-sizing: border-box; }

/* Not needed for sticky header/column functionality */
td.user-name { text-transform: capitalize; }
.sticky-wrap.overflow-y { overflow-y: auto; max-height: 50vh; }

.rwd-table { margin: 1em 0; min-width: 230px; }
.rwd-table th { display: none; }
.rwd-table td { display: block; min-height: 50px;s }
.rwd-table td p {margin-bottom: 0;}
.rwd-table td:before { content: attr(data-th) ": "; font-weight: bold; width: 8.5em; display: inline-block; }



/* --- 8.6  --- Post Formats --- */

/* --- 8.7  --- Post Types --- */

/* --- 8.8  --- Post Attachments --- */

/* --- 8.9  --- Post Archives --- */

/* --- 8.10 --- Contributor Page --- */

/* --- 8.11 --- 404 Page --- */

/* --- 8.12 --- Page Templates --- */

/* --- 8.13 --- Singular --- */

/* --- 8.14 --- Comments --- */



/**
 * 9.0 - Featured Content
 * -----------------------------------------------------------------------------
*/
#call-to-action { position: relative; /*top: -210px;*/ text-align: center; }
#call-to-action header { position: absolute; height: auto; width: 40%; color: #ffffff; display: inline-block; margin: 0 auto; background: rgba(255,255,255,0.4); font-family: 'Ubuntu', sans-serif; }
#call-to-action h1 { text-transform: uppercase; font-weight: 300; font-size: 48px; line-height: 54px; margin: 0; padding: 10px 50px 10px; text-shadow: 0 0 3px rgba(0,0,0,0.4); }
#call-to-action h2 { font-weight: 300; line-height: 52px; margin: 0; font-size: 32px; padding: 0 50px 10px; text-shadow: 0 0 3px rgba(0,0,0,0.4); }
section#content article.col-1-3 { margin: 0 0 70px 0; text-align: center; }
section#content article.col-1-3 h2 { position: relative; top: 350px; font-weight: 300; font-size: 36px; color: #5b5b5b; }

#slideshow, img.bgM {min-height: 100%; min-width: 1024px; width: 100%; height: auto; position: fixed; top: 0; left: 0; z-index:-9999; -webkit-backface-visibility: hidden; transform-style: flat;}
.caption-wrap {position: relative; top: 240px; max-width: 40%; z-index: -999;}
.caption-wrap #caption { width: auto; border-radius: 0; bottom: 0; background: rgba(0,0,0,.7); left:0; /*width: 90%;*/ display: inline-block; color: #fff; padding: 35px;}
.no-flick{-webkit-transform:translate3d(0,0,0);}

/*
font-family: 'Kaushan Script', cursive;
*/
.caption-wrap #caption h1 {font-family: 'Kaushan Script', cursive; font-weight:normal; text-transform: none; font-size: 30px; line-height: 38px; margin: 0 0 20px 0; text-shadow: 1px 1px 2px #000;}
.caption-wrap #caption h2 {font-family: 'Poiret One', cursive; font-weight: normal; text-transform: none; font-size: 18px; line-height: 34px; margin: 0; text-shadow: 1px 1px 0px #000;}

#map_canvas img { max-width: none; }
#map_canvas a { color: #00b287; }
#map_canvas strong { font-size: 18px; }
#map_canvas em { font-style: normal; font-size: 16px; }
body.page-id-53 #map_canvas { height:300px; margin-bottom:80px; }
body.page-id-53 #page { padding-bottom:80px;}
#map_canvas { width: 75%; height: 750px;   margin: 70px auto 20px auto;}
i.menu-toggle span { text-align: center; font-weight: 700; font-size: 16px; color: #ffffff; text-transform: uppercase; font-family: 'Ubuntu', sans-serif; }


/**
 * 10.0 - Multisite
 * -----------------------------------------------------------------------------
*/



/**
 * 11.0 - Media Queries
 * -----------------------------------------------------------------------------
*/


@media only screen and (min-width: 1404px) { 
}

@media only screen and (max-width: 1403px) {
}

@media only screen and (max-width: 1243px) {
footer a.footerphone:nth-child(2) {display: block;}
}

@media only screen and (max-width : 1224px) {
/*.col-1-12 h1 {color: red;}	*/
#call-to-action h1 { font-size: 48px; line-height: 54px; }
#call-to-action h2 { line-height: 52px; font-size: 32px; }
footer .col-1-4 { width:50%; }
footer .col-1-4.third { clear:left; }
ul.case-2-product-list > li { width:25%; }
ul.case-2-product-list > li:nth-child(5n+1) { clear:none; }
ul.case-2-product-list > li:nth-child(4n+1) { clear: left; }
img.attachment-thumbnail { width: 100%; height: auto;}
}

@media all and (min-width: 1081px) {
nav { height: 50px;}
nav ul li {width: 14.25%; padding: 5px 0;}
nav ul li:first-child, nav ul li:nth-child(2), nav ul li:last-child {padding: 15px 0;}
nav ul li a {font-size: 16px; }	
nav ul li:first-child a {font-size: 15px;}
.flexnav {overflow: visible;}
.flexnav.opacity {opacity: 1;}
.flexnav.one-page {top: 0; right: auto; max-width: 1080px; }
.flexnav li {position: relative; list-style: none; float: left; display: block; overflow: visible; }
.flexnav li a { }
.flexnav li > ul {position: absolute; top: 50px; left: 0;}
.flexnav li > ul li { width: 100%;}
.flexnav li ul li > ul { margin-left: 100%; top: 0;}
.flexnav li ul li a {border-bottom: none; padding: 15px 0; margin: 0;}
.flexnav li ul.open {display: block; opacity: 1; visibility: visible; z-index: 1; }
.flexnav li ul.open li { overflow: visible; max-height: 100px;  background: red;}
.flexnav li ul.open ul.open { margin-left: 100%; top: 0; }
.menu-button { display: none; }
}

@media all and (min-width: 1079px) and (max-width: 1546px) {
	nav ul li {padding: 5px 0;}
	nav ul li a {font-size: 14px; }	
}


@media only screen and (max-width : 1024px) {
.grid { max-width:90%; }
.caption-wrap {top: 130px;}
#call-to-action h1 { font-size: 40px; line-height: 40px;   }
#call-to-action h2 { line-height: 30px; font-size: 24px;  }
footer .col-1-4 { width:50%; }
footer .col-1-4.third { clear:left; }
.gallery {padding: 10px;}
.gallery .gallery-item {width: 29%; height: 250px;}
.gallery-caption {line-height: 18px;}

ul.gallery li { width:25%;}
#map_canvas { width: 90%;}
}

@media only screen and (max-width : 848px) {
.grid { max-width:90%; }
nav .grid {max-width:100%;}	
i.menu-toggle { display: block; margin:0 auto; color:white; }
#menu-main-navigation { display:none; }
footer .col-1-4 { width:50%; }
footer .col-1-4.third { clear:left; }

ul.gallery li { width:25%;}
body.page-id-51 header#subpage h1, body.page-id-53 header#subpage h1 { font-size:24px;}
ul.case-2-product-list > li { width:33%; }
ul.case-2-product-list > li:nth-child(5n+1) { clear:none; }
ul.case-2-product-list > li:nth-child(4n+1) { clear:none; }
}


@media only screen and (max-width : 820px) {
#call-to-action h1 { font-size: 40px; line-height: 40px;   }
#call-to-action h2 { lie-height: 30px; font-size: 24px;  }
body.page-id-53 #gform_wrapper_1 {margin-bottom: 35px;}
footer {margin-top: 0;}
footer h2 {text-align: center; padding-left: 0; padding-top: 0; margin-bottom: 0; margin-top: 0;}
footer .textwidget {padding: 0;}
footer h5 {margin-top: 35px;}
footer .col-2-3 , footer .col-2-3 .textwidget .col-1-3, footer .col-1-3 {width: 100%; text-align: center;}
section#content article.col-1-3 h2 { top:300px; }
header#page-title h1 { font-size:40px; }
body.home section#content .col-1-2 {width:100%; }
#page .col-2-3, #page .col-1-3 { width:100%; clear:left; border:none; padding:0; }
.gallery {padding: 10px;}
.gallery .gallery-item {width: 60%; height: 350px;}
.gallery-caption {line-height: 18px;}
ul.gallery li { width:25%;}

}

@media only screen and (max-width: : 800) {
.sticky-wrap table.sticky-thead thead tr {visibility:hidden!important; display: none!important;}	
}

@media only screen and (max-width : 720px) {
#call-to-action h1 { font-size: 26px; line-height: 26px;   }
#call-to-action h2 { line-height: 18px; font-size: 18px;  }
footer .col-1-4 { width:50%; }
footer .col-1-4.third { clear:left; }
header#page-title h1 { font-size:24px; }
body.home section#content .col-1-2 {width:100%; }
section#content article.col-1-3 h2 { top:15px; font-size:30px; }
header#subpage h1 { font-size:36px;}
.gallery {padding: 10px;}
.gallery .gallery-item {width: 100%; height: 225px;}
ul.gallery li { width:25%;}
.sticky-wrap table.sticky-thead thead tr {visibility:hidden!important; display: none!important;}
}

@media only screen and (max-width : 620px) {
#call-to-action h1 { padding:0; }
#call-to-action h2 { padding:0; }
section#content article.col-1-3 h2 { top:0px; font-size:30px; }
footer .col-1-4 { width:50%; }
footer .col-1-4.third { clear:left; }
header#page-title h1 { font-size:24px; }
body.home section#content .col-1-2 {width:100%; }
.gallery {padding: 10px;}
.gallery .gallery-item {width: 95%; height: 325px;}
ul.gallery li { width:30%;}
.sticky-wrap table.sticky-thead thead tr {visibility:hidden!important; display: none!important;}
}
@media only screen and (max-device-width: 620px) {
/* prettyPhoto styling for small screens */
.pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: scroll; -webkit-overflow-scrolling : touch; }
    div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
    div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
    .pp_content { width: 100%!important; height: auto!important; }
    .pp_fade { width: 100%!important; height: 100%!important; }
    a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
    #pp_full_res img { width: 100%!important; height: auto!important; }
        #pp_full_res { line-height: 0.7 !important; }
    .pp_details { width: 94%!important; padding: 15px 3% 15px 3%; min-height: 35px; margin: 0!important; }
    div.pp_default .pp_description {margin: 11px 50px 5px 153px !important; }
    div.ppt { display:none !important; }
    .pp_play {margin-right: 20px !important;}
    .pp_arrow_previous {margin-right: 5px !important;}
}

@media only screen and (max-width : 600px) {
.sy-controls { display:none; }
footer .col-1-4 { width:100%; text-align:center; }
section#content article.col-1-3 h2 { top:0px; font-size:30px; }
header#page-title h1 { font-size:24px; }
.gform_footer { text-align:center; }
body.home section#content .col-1-2 {width:100%; }
section#content article.col-1-3 h2 { font-size:18px;}
blockquote { background-image:none; padding-left:30px; }
header#subpage h1 { top:50px; font-size:30px; display:block; text-align:center;}
header#subpage .col-1-2 { width:100%; }
#breadcrumbs { display:none;}
.gallery {padding: 10px;}
.gallery .gallery-item {width: 95%; height: 325px;}
.sticky-wrap table.sticky-thead thead tr {visibility:hidden!important; display: none!important;}
}

@media only screen and (max-width : 480px) {
header #brand h1 a.logo img {width: 70%;}
#topbar .col-1-2 { width:50%; margin-top:0; font-size:10px; }
#call-to-action p { margin-bottom:0; }
#call-to-action h1 { font-size: 18px; line-height: 18px;   }
#call-to-action h2 { line-height: 15px; font-size: 15px;  }
.grid { max-width:90%; }
[class*='col-'] { margin-top: 20px; width: 100%; }
.grid-pad { padding: 0 0 0 20px; }
i.menu-toggle { display: block; margin:0 auto; color:white; }
#menu-main-navigation { display:none; }
.sy-controls { display:none; }
footer .col-1-4 { width:100%; text-align:center; }
.gform_footer { text-align:center; }
header#page-title h1 { font-size:24px; }
section#content article.col-1-3 h2 { top:300px; }
section#content article.col-1-3 h2, section#content article.col-1-3 p { margin:0; }
#content h2 { font-size:30px;}
#copyright .col-1-2 { width:100%; text-align:center; line-height:16px; }
header#subpage h1 { top:50px; font-size:30px; display:block; text-align:center;}
header#subpage .col-1-2 { width:100%; }
#breadcrumbs { display:none;}
.gallery {padding: 10px;}
.gallery .gallery-item {width: 95%; height: 325px;}
ul.case-2-product-list > li { width:50%; }
ul.case-2-product-list > li:nth-child(5n+1) { clear:none; }
ul.case-2-product-list > li:nth-child(4n+1) { clear:none; }
#topbar #top_social .textwidget {display: none;}
.sticky-wrap table.sticky-thead thead tr {visibility:hidden!important; display: none!important;}
}
@media only screen and (max-device-width: 480px) {
/* prettyPhoto styling for small screens */
.pp_pic_holder {left: -15px!important; width: 168%;}
.pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: scroll; -webkit-overflow-scrolling : touch; }
    div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
    div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
    .pp_content { width: 100%!important; height: auto!important; }
    .pp_fade { width: 100%!important; height: 100%!important; }
    a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
    #pp_full_res img { width: 168%!important; height: auto!important; }
        #pp_full_res { width: 168%!important; line-height: 0.7 !important; }
    .pp_details { width: 94%!important; padding: 15px 3% 15px 3%; min-height: 35px; margin: 0!important; }
    div.pp_default .pp_description {margin: 11px 50px 5px 153px !important; }
    div.ppt { display:none !important; }
    .pp_play {margin-right: 20px !important;}
    .pp_arrow_previous {margin-right: 5px !important;}	
}


@media only screen and (max-width : 320px) {
.gallery {padding: 10px;}
.gallery .gallery-item {width: 95%; height: 225px;}
}
@media only screen and (max-device-width: 320px) {
/* prettyPhoto styling for small screens */
.pp_pic_holder {left: -15px!important; width: 260%;}
.pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: scroll; -webkit-overflow-scrolling : touch; }
    div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
    div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
    .pp_content { width: 100%!important; height: auto!important; }
    .pp_fade { width: 100%!important; height: 100%!important; }
    a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
    #pp_full_res img { width: 260%!important; height: auto!important; }
        #pp_full_res { width: 260%!important; line-height: 0.7 !important; }
    .pp_details { width: 94%!important; padding: 15px 3% 15px 3%; min-height: 35px; margin: 0!important; }
    div.pp_default .pp_description {margin: 11px 50px 5px 153px !important; }
    div.ppt { display:none !important; }
    .pp_play {margin-right: 20px !important;}
    .pp_arrow_previous {margin-right: 5px !important;}	
}


@media (min-width: 800px) {
.rwd-table td:before {display: none;}
}
.rwd-table th, .rwd-table td { text-align: left; }
@media (min-width: 800px) {
.rwd-table th, .rwd-table td {display: table-cell; padding: .25em .5em;}
.rwd-table th:first-child, .rwd-table td:first-child {padding-left: 0; }
.rwd-table th:last-child, .rwd-table td:last-child {padding-right: 0;}
}
.rwd-table { overflow: hidden; }
.rwd-table tr { }
.rwd-table th, .rwd-table td {  }
@media (min-width: 800px) {
.rwd-table th, .rwd-table td {padding: .5em !important;}
}



.oldie body.one-page { padding-top: 70px; }
.oldie .flexnav { overflow: visible; }
.oldie .flexnav.one-page { top: 0; right: auto; max-width: 1080px; }
.oldie .flexnav li { position: relative; list-style: none; float: left; display: block; background-color: #a6a6a2; width: 20%; min-height: 50px; overflow: visible; }
.oldie .flexnav li:hover > ul { display: block; width: 100%; overflow: visible; }
.oldie .flexnav li:hover > ul li { width: 100%; float: none; }
.oldie .flexnav li a { border-left: 1px solid #acaca1; border-bottom: none; overflow: visible; }
.oldie .flexnav li > ul { background: #acaca1; position: absolute; top: auto; left: 0; display: none; z-index: 1; overflow: visible; }
.oldie .flexnav li ul li ul { top: 0; }
.oldie .flexnav li ul li a { border-bottom: none; }
.oldie .flexnav li ul.open { display: block; width: 100%; overflow: visible; }
.oldie .flexnav li ul.open li { width: 100%; }
.oldie .flexnav li ul.open ul.open { margin-left: 100%; top: 0; display: block; width: 100%; overflow: visible; }
.oldie .flexnav ul li:hover ul { margin-left: 100%; top: 0; }
.oldie .menu-button { display: none; }
.oldie.ie7 .flexnav li { width: 19.9%; }

/**
 * 12.0 - Print
 * -----------------------------------------------------------------------------
*/

body.wp-admin #wp-media-grid .media-sidebar {display: none!important; visibility:hidden!important;}