/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 2.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}


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, footer, header, hgroup, menu, nav, section { display: block; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

/*
Clear Floated Elements
*/

.clear { clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }

.clear:after { clear:both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0; }

* html .clear { height:1%; }

* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }

/*
Style HTML Tags
*/

body { font-family: 'Open Sans', sans-serif; line-height: 1.5em; color: #515F5C; font-size:12px; line-height:1.62em; /*background: url(images/body_bg.png) repeat-x #fff #363636; */ }

a { color: #b32017; text-decoration:none; }

a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { color: rgb(114, 114, 114); font-family: "Arial", "Helvetica", sans-serif; font-weight: normal; margin-bottom:6px; line-height: 125%; }

h1 { font-size:32px; }

h2 { font-size:24px; }

h3 { font-size:18px; }

h4 { font-size:16px; }

h5 { font-size:15px; }

h6 { font-size:14px; }

table { border-collapse:collapse; border-spacing:0; margin-bottom: 15px; width: 100%; }

th, tr, td { vertical-align: middle; }

.sticky-header th, .sticky-table th { border-bottom: 3px solid #ccc; padding-right: 1em; text-align: left; }

table { background: #ececec; border: 1px solid #bbbbbb; }

th { background: #dbdbdb; padding: 5px 4px; text-shadow: 1px 1px #fff; border-right: 1px solid #c8c7c7; color:#333; }

td { background: #ebebeb; color: #747474; text-align: left; padding-left: 4px; border-right: 1px solid #c8c7c7; border-bottom: 1px solid #c8c7c7; }

code { background: rgb(250, 250, 250); text-shadow: 1px 1px #fff; border: 1px solid #bbbbbb; display: block; padding: 7px; margin: 5px 0; border-radius: 7px; }

mark { background-color:#fdfc9b; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

hr { border:none; border-top:#EEE 1px solid; }

dt { font-weight:bold; margin-bottom:24px; }

dd { margin-left:30px; margin-bottom:24px; }

ul { list-style-type:disc; margin-left:15px; margin-bottom:12px; }

ul ul { list-style-type:square; margin-bottom:0; }

ul ul ul { list-style-type:circle; }

ol { list-style-type:decimal; margin-left:30px; margin-bottom:24px; }

ol ol { list-style: upper-alpha; margin-bottom:0 }

ol ol ol { list-style: lower-roman; }

ol ol ol ol { list-style: lower-alpha; }

abbr, acronym { border-bottom:#999 1px dotted; cursor:help; }

big { font-size:1.3em; }

cite, em { font-style:italic; }

ins { background-color:#fdfc9b; text-decoration:none; }

pre { background: #d8d8d8; text-shadow: 1px 1px #fff; border: 1px solid #bbbbbb; padding: 7px; margin: 5px 0; border-radius: 7px; }

blockquote, q { quotes:none; border: 1px solid #ECECEC; background: #FCFCFC url(images/quote.png) no-repeat; padding: 10px 5px 5px 47px; text-shadow: 1px 1px #fff; margin: 5px 0; border-radius: 7px; }

blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }

strong { font-weight:bold; }

sup, sub { height:0; line-height:1; vertical-align:baseline; position:relative; font-size:10px; }

sup { bottom:1ex; }

sub { top:.5ex; }

img, video { max-width:100%; height:auto; }

video { display:block; }

audio { max-width:100%; }

.content a img { padding:5px; box-shadow:0 0 3px #EEE; background:#FFF; border:#EEE 1px solid; }

.content a:hover img { background:#F0F0F0; }

/*
Theme Design, Layout and Typography
*/


#inner_header_wrapper { position:relative; margin:0 auto; position: relative; background: #fff; padding-top: 10px; }

#header { max-width: 1024px; margin: 0 auto; }

#logo { float: left; margin: 5px 0 20px; text-align: center; }

#logo img { width: 270px; }

#logo span { display: block; font-size: 16px; font-weight: 700; letter-spacing: -1px; margin-top: 5px; }

.header_right { background: #B0925E/*url("images/black_texture.gif") repeat scroll 0 0 rgba(0, 0, 0, 0)*/; float: right; width: 100%; }

#site-title a, #site-title, #site-description { clear: both; float: left; font-weight: 800; letter-spacing: -2px; text-align: center; text-transform: uppercase; }

#site-title a { font-size:30px; }

#site-title a:hover { opacity:0.8; text-decoration:none; }

#site-description { font-size: 20px; font-weight: 700; letter-spacing: -1px; text-align: center; width:100%; }

/*#site-title {
  border: 2px solid;
  font-size: 30px;
  font-weight: bold;
  margin: 2px 0 20px;
  padding: 25px 10px;
}

#site-title a{float: left;line-height: 100%;}*/

.right_block { background: url("images/white-lines.png") repeat scroll 0 0 #3d3c3c; clear: none; color: #92de2c; float: left; font-size: 22px; line-height: 100%; margin: 3px 3px 0; padding:5px 10px; text-align: center; text-transform: uppercase; width: 240px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height:86px; }

.right_block sup { bottom: 12px; font-size: 26px; margin: 0 0 0 2px; }

.call_no.right_block { font-size: 19px; margin-right: 0; padding: 7px 5px 0px 4px; }

#site-social .social-icons { position: fixed; right: 0; top: 220px; width: 50px; z-index: 100; }

.right_block .arrow { background: url("images/green_arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); display: block; float: left; height: 41px; left: -5px; margin-top: -20.5px; position: absolute; top: 50%; width: 28px; }

.right_block .white { color: #fff; font-size: 20px; }

.site-description.right_block { font-size: 44px; position:static; }

.site-description.right_block .white { display: block; margin-top: -10px; }

.call_no.right_block .white { font-size: 32px; display: block; }

.free_truck.right_block { padding: 8px 0px 0px 2px; }

.free_truck.right_block .top { display: block; font-size: 18px; margin: 0 0 5px; }

.free_truck.right_block br { display:none; }

.free_truck.right_block .left { float: left; font-size: 22px; width: 100%; line-height: 24px; }

.free_truck.right_block .left span { font-size: 34px; }

.free_truck.right_block .white { float: right; font-size: 22px; text-align: center; margin: 0px 6px; width: 80px; -ms-transform: rotate(15deg); /* IE 9 */ -webkit-transform: rotate(15deg); /* Chrome, Safari, Opera */ transform: rotate(15deg); }

#text-2 p.title { color:#3d3c3c; margin:0 0 20px; }

#main-menu { clear: both; display: block; }

#main-menu ul { background: none repeat scroll 0 0 #b32017; display: table; float: none; font-size: 13px; list-style: none outside none; margin: 0; padding: 0; width: 100%; }

#main-menu li { background: none; display: table-cell; font-size: 14px; margin: 0; padding: 0; position: relative; }

#main-menu ul li:first-child { padding-left:0; }

ul, ol, div.item-list ul { margin: 5px 0 5px 0; padding: 0; }

.content ul li { background: url("images/marker.png") no-repeat scroll 4px center rgba(0, 0, 0, 0); list-style: none outside none; margin: 0 0 2px; padding: 0 0 0 15px; }

#main-menu a { display: block; color: #fff; text-align: center; padding: 5px 10px; text-decoration: none; font-size: 16px; text-transform: uppercase; font-weight: normal; }

#main-menu a:hover, #main-menu li.current-menu-item a { border-bottom: 4px solid #8f8d8e; color: #fff; text-decoration: none; }

#main-menu li li a.active { background: #DFDFDF; color: #837878; }

.drop-down-toggle { position: absolute; top: 7px; right: 16px; display: none; width: 20px; height: 20px; border-radius: 15px; background: rgb(73, 71, 71); border: rgb(170, 170, 170) 2px solid; }

.drop-down-arrow { display:block; width:0; height:0; margin:8px 0 0 5px; border-top:5px solid #aaa; border-left:transparent 5px solid; border-right:transparent 5px solid; }

#main-menu li li { float:none; min-width:190px; padding:0; margin:0; }

#main-menu li li a { color: rgb(156, 156, 156); min-width: 150px; margin: 0; background: rgb(235, 235, 235); border-top: 1px solid rgb(206, 206, 206); font-size: 11px; text-align: left; overflow: hidden; padding: 7px 10px; font-weight: normal; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

#main-menu li li:first-child > a { border-top:none; }

#main-menu li li a:hover { background: rgb(223, 223, 223); color: rgb(131, 120, 120); }

#main-menu li ul { display:none; position:absolute; z-index:9999; min-width:190px; height:auto; padding:0; margin:0; border: 1px solid rgb(221, 221, 221); }

#main-menu li ul ul { margin:-33px 0 0 190px !important; }

#main-menu li:hover > ul, #main-menu li li:hover > ul, #main-menu li li li:hover > ul { display:block; }

#main-menu .nav-toggle { display:none; }

#main-menu ul li.leaf, #main-menu ul li.expanded, #main-menu ul li.collapsed { list-style:none; }

#main-menu ul.menu li { margin: 0; }

#main-menu ul.menu li.last { border-right:0; }

#main-menu ul.menu li li { border: 0; }

#main-menu li.expanded, #main-menu li.collapsed, #main-menu li.leaf { margin: 0; padding: 0; }

#container { clear: both; margin: 0 auto; max-width: 1024px; overflow: hidden; padding: 0 0 50px; background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.front #top-area { margin: 0 auto; max-width: 1024px; }

.front #container { background: none repeat scroll 0 0 #fff; max-width: 100%; padding-top: 60px; }

.front #fifth-area { margin: 50px auto; max-width: 1024px; }

#slider { background: transparent; position:relative; box-shadow: none; overflow: visible; }

.nivo-caption { background: rgba(255, 255, 255, .6); margin: 20px; width: 50%; font-size: 13px; padding: 15px; font-family: Arial, sans-serif; color: rgb(0, 0, 0); line-height: 120%; bottom: 45px; }

.nivo-caption h2 { color: rgb(51, 50, 50); }

.nivo-caption p { padding-left: 0; color: rgb(87, 83, 83); }

.slider-wrapper #slider { position: relative; overflow: hidden; margin: 0 auto; overflow: hidden; position: relative; z-index: 1; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.theme-default .nivo-controlNav { padding: 20px 0 0 0; display: none; }

#slider a:active { outline:none; }

.slides, .flex-control-nav { margin:0; padding:0; list-style:none; }

.slides { width:100%; overflow:hidden; }

#slider .slides > li { display:none; position:relative; margin:0; }

#slider .slides li:first-child { display:list-item; }

.flex-pauseplay span { text-transform:capitalize; }

.slides:after { content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0; }

.flex-control-nav { position:absolute; right:4%; bottom:7.3%; text-align:center; }

.flex-control-nav li { display:inline-block; margin:0 0 0 15px; }

.flex-control-nav li:first-child { margin:0; }

.flex-control-nav li a { display:block; width:24px; height:24px; box-shadow:0 0 3px #999; cursor:pointer; background:#e9e9e9; color:#333; font-weight:bold; line-height:24px; }

.flex-control-nav li a.active, .flex-control-nav li a:hover { background:#fff; }

#slider .post { padding:1.83%; margin:0; box-shadow:none; background:none; }

#slider .entry-container { float:right; max-width:50%; }

#slider .slide-image { max-width:49%; padding:0.47%; background:#E9E9E9; }

#slider .entry-header, #slider .entry-summary { margin-left:5%; }

#slider .entry-title { margin-left:0; margin-bottom:15px; }

.content-sidebar-wrap { float:left; width:100%; }

.front .content-sidebar-wrap { margin-top: 5px; }

.front .content-sidebar-wrap article { margin: 0; }

.content-sidebar-wrap #content { display: inline; margin-bottom: 2.7%; float:right; width:100%; }

#sidebar-first { color: #888; float: left; }

#sidebar-second { color: #888; float: right; }

/* 3 columns */

body.two-sidebars .content-sidebar-wrap { width:80%; }

body.two-sidebars #content { width:75%; }

body.two-sidebars #sidebar-first { width: 24%; }

body.two-sidebars #sidebar-second { width: 19%; }

/* 2 columns: sidebar-first */

body.sidebar-first .content-sidebar-wrap { width: 100%; }

body.sidebar-first #content { width: 80%; }

body.sidebar-first #sidebar-first { width: 14%; padding-left: 20px; margin-top: 0; }

/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap { width: 80%; }

body.sidebar-second #content { width: 100%; }

body.sidebar-second #sidebar-second { width: 19%; }

#post-content { padding: 0 20px; }

.breadcrumb { margin:0 20px; padding-top:20px; margin-bottom:10px; border-bottom:#eee 1px solid; }

#head, #content, #sidebar-second, #sidebar-first { margin-top: 0; }

.node { margin:20px 0; }

h1.page-title { font-weight: bold; font-size:40px; color:#b32017; font-family: 'Qwigley', cursive; margin-top:20px;}

.node-page .field-items h2 { margin-bottom: 0; }

.page-node-9 .node-page .field-items div { margin-bottom:20px; }

.page-node-9 #content { margin-top:0 }

.node h2.title a { color: rgb(114, 114, 114); }

.block { margin-bottom: 1%; }

.block > h2 { font-weight: bold; font-size:30px; font-family: 'Qwigley', cursive; margin: 5px 0px; padding: 0px 0px 4px 0px; }

.not-front aside .block { margin: 10% 0; }

.theme-default .nivo-directionNav a { opacity: 9 !important; }

.nivo-directionNav { position: absolute; bottom: 55px; left: 8px; }

.theme-default a.nivo-nextNav { left: 45px; }

.theme-default a.nivo-nextNav:hover { background-position: -30px bottom; }

.theme-default a.nivo-prevNav:hover { background-position: left bottom; }

.theme-default a.nivo-nextNav { background-position: -30px 0; }

#footer-area .left_content h2, #footer-area #secondary #metaslider_widget-2 .widget-title { color: #fff; font-family: "Open Sans", sans-serif; font-size: 22px; font-weight: 700; margin-bottom: 10px; }

#footer-area ul.menu li a.active { color:#ddd; }

/*.region-front-welcome { background: url("images/hr.png") top center no-repeat; padding-top: 2%; margin-top: 3%; }*/

.region-front-welcome { margin: 0 auto; max-width: 1024px; padding-top: 50px; }

.region-front-welcome h2 { color: #000; font-family: "Open Sans", sans-serif; font-size: 32px; font-weight: 700; margin-bottom: 15px; text-align: center; }

.region-front-welcome p { font-size: 16px; line-height: normal; text-align: center; margin: 0 0 15px; }

.region-front-welcome .left_block { float: left; margin: 0 0 30px; width: 660px; }

.region-front-welcome .left_block_2 { float: right; width: 340px; }

.entry-meta { display: none; }

.screen-reader-text { display: none; }

.submitted { -moz-border-radius: 4px; -webkit-border-radius: 4px; background: rgb(247, 247, 247); border: 1px solid rgb(236, 236, 236); border-radius: 4px; clear: both; color: rgb(56, 56, 56); display: inline-block; margin-bottom: 5px; padding: 2px 8px; }

.links { color: #000; margin-top: 10px; font-size: 14px; }

ul.links { margin:0; }

.links li a { -moz-border-radius: 4px; -webkit-border-radius: 4px; background: rgb(245, 245, 245); border-radius: 4px; color: rgb(141, 141, 141); font-weight: normal; padding: 4px 8px; font-size: 12px; }

.links li a:hover { background: #DDD; color: #414141; }

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/

table.cke_editor { background: transparent; border: 0; }

table.cke_editor td { background: transparent; padding: 0; border: 0; }

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/

.poll .vote-form .choices .title { font-size: 14px; font-weight: normal; line-height: 2; }

.poll .vote-form .choices { margin: 0; }

.form-submit { cursor: pointer; margin:5px; }

input.form-checkbox, input.form-radio { vertical-align: baseline; }

.form-text { padding: 4px 5px; }

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/

.item-list ul { margin: 0; padding: 0 0 0 1.5385em; }

ul.inline { clear: both; }

ul.inline li { margin: 0; padding: 0; }

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/

.tabs-wrapper { border-bottom: 1px solid #b7b7b7; margin: 0 0 5px 0; }

ul.primary { border: none; margin: 0; padding: 0; }

ul.primary li { float: left; }

ul.primary li a { background: none; border: none; display: block; float: left; line-height: 1.5385em; margin: 0; padding: 0 1em; border-radius: 4px 4px 0 0; margin-right: 5px; }

ul.primary li a:hover, ul.primary li a.active { background: #666; border: none; color: #fff; }

ul.primary li a:hover { background: #888; text-decoration: none; }

ul.secondary { background: #666; border-bottom: none; clear: both; margin: 0; padding: 0; }

ul.secondary li { border-right: none; }

ul.secondary li a, ul.secondary li a:link { border: none; color: #ccc; display: block; float: left; line-height: 1.5385em; padding: 0 1em; }

ul.secondary li a:hover, ul.secondary li a.active { background: #888; color: #fff; text-decoration: none; }

ul.secondary a.active { border-bottom: none; }

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/

.field-name-field-tags { margin: 0 0 10px 0; }

.field-name-field-tags a { display: inline-block; background: url(images/tag.png) no-repeat; padding: 0px 8px 0 16px; height: 22px; text-shadow: 1px 1px #fff; border-radius: 2px; font-size: 12px; }

.field-name-field-tags .field-item { margin: 0 1em 0 0; }

.field-name-field-tags div { display: inline; }

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/

.profile { margin: 1.5385em 0; }

.profile dd { margin-bottom: 1.5385em; }

.profile h3 { border: none; }

.profile dt { margin-bottom: 0; }

.password-parent { width: 36em; }

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/

.item-list .pager li { background: #cfcfcf; border-radius: 3px; margin-right: 4px; text-shadow: 1px 1px #fff; }

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/

.field-name-taxonomy-forums div { display: inline; margin-top: 4px; }

#forum .title { font-size: 16px; }

#forum .submitted { font-size: 12px; font-family: Lucida Grande, Verdana, Arial, sans-serif; background: transparent; padding: 0; }

#forum .container { background: #a1a1a1; color: #fff; }

#forum .container a { color: #000; font-weight: bold; }

#forum div.indent { margin-left: 2px; }

.forum-starter-picture { float: left; padding: 4px; border: 1px solid #d9d9d9; margin: 5px 7px 5px 0; }

#forum th { background: #434343; text-shadow: none; color: #fff; }

#forum th a { color: #fff; }

#forum td.forum .icon, #forum .icon div { background: url(images/no-new-posts.png) no-repeat; width: 35px; height: 35px; }

#forum .name a { font-size: 16px; }

/* Images */

img { outline: 0; }

img.scale-with-grid { max-width: 100%; height: auto; }

/* Comments */

.comment h2.title { margin-bottom: 1em; }

.comment div.user-picture img { margin-left: 0; }

.comment { margin-bottom: 20px; display: table; vertical-align: top; }

.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }

.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }

.comment .attribution .username { white-space: nowrap; }

.comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }

.comment .comment-submitted .comment-time { font-size: 0.786em; }

.comment .comment-submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }

.comment .content { font-size: 0.929em; line-height: 1.6; }

.comment .comment-arrow { background: url(images/comment-arrow.gif) no-repeat 0 center transparent; border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 20px; }

.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }

.comment .indented { margin-left: 40px; }

.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }

.comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }

/* -------------- Form Elements   ------------- */

fieldset { background: #ffffff; border: 1px solid #cccccc; margin-top: 10px; margin-bottom: 32px; padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */ -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.fieldset-wrapper { margin-top: 25px; }

.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

.filter-wrapper { top: 0; padding: 1em 0 0.2em; -khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em; left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%; -khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea { font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.wpcf7-form-control-wrap { margin-bottom: 1em; margin-top: 2px; }

.wpcf7-form-control-wrap label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Form Buttons */

button, input[type="submit"], input[type="reset"], input[type="button"] { background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%); background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%); background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3)); background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%); background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');
border: 1px solid #dbdbdb; -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px; -moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white; color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight:bold; padding: 7px 0.7em; }

button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover { background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%); background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%); background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2)); background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%); background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px; -moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white; cursor: pointer; }

#block-search-form { padding-bottom: 7px; overflow: hidden; }

#block-search-form .content { margin-top: 0; }

#search-form input#edit-keys, #block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 9em; }

#search-block-form input.form-submit, #search-form input.form-submit { margin-left: 0; margin-right: 0; height: 25px; width: 34px; padding: 0; cursor: pointer; text-indent: -9999px; border-color: #e4e4e4 #d2d2d2 #b4b4b4; background: url(images/search-button.png) no-repeat center top; overflow: hidden; }

#search-block-form input.form-submit:hover, #search-block-form input.form-submit:focus, #search-form input.form-submit:hover, #search-form input.form-submit:focus { background-position: center bottom; }

#search-block-form .form-actions { float: left; padding: 0; }

#search-block-form .form-actions input { margin: 1px 0; }

#search-form .form-item-keys label { display: block; }

ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }

#top-area { background: none repeat scroll 0 0 #d1d1d1; clear: both; margin: 30px 0 20px; padding: 20px 10px; position: relative; float: left; width: 100%; }

#top-area .block { margin: 0; }

#top-area .block p { margin: 0 0 10px; font-size: 14px; }

#top-area .column { background: none repeat scroll 0 0 #eee; border-radius: 10px; box-shadow: 0 0 14px 0 #555 inset; float: left; margin: 0 10px; min-height: 683px; padding: 10px 15px; width: 318px; }

#fifth-area { clear: both; }

#top-area .column .content a img { background: none; border: 0 none; box-shadow: none; padding: 0; }

#top-area h2 { border-bottom: 1px solid; color: #b32017; font-family: "Open Sans", sans-serif; font-size: 22px; font-weight: normal; margin: 0 0 5px; padding: 0 0 5px; }

#top-area .column:first-child { margin-left:0; }

#top-area .column:last-child { margin-right:0; }

#top-area .column-title { color:#e0e0e0; }

#top-area li { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border-bottom: 0 none; color: #b32017; font-size: 14px; list-style: disc outside none; padding: 0 0 0; }

#top-area ul { padding-left: 20px; }

#footer { background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/05/black_texture.gif") repeat scroll 0 0; clear: both; color: #8a8a8a; float: left; width: 100%; }

#footer_wrapper { max-width: 1024px; margin: 0 auto; }

#footer-area { position:relative; padding: 30px 0; color:rgb(128, 128, 128); }

#footer-area .column { float:left; margin:0 0 1.9% 3.8%; }

#footer-area .column:first-child { margin-left:0; }

#footer-area .column-title { color:#e0e0e0; }

#copyright { clear:both; padding:0 0px; }

.copyright { float:left; max-width:728px; }

.credits { float: none; font-size: 14px; margin-right: 12px; max-width: 100%; text-align: center; padding: 10px 0; }

.credits a { font-size: 14px; color: #fff; }

.credits span { }

#copyright p { margin:0; color: #fff; }

.footer_credit { color: #777; font-family: Arial; overflow: auto; padding: 10px 0px; background: #5f6062; border-top: 1px solid #484848; }

.footer_inner_credit { max-width: 1024px; margin: 0 auto; }

.social-icons ul { /*background: url("images/black_texture.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);*/ margin: 0; padding-left: 10px; }

.social-icons li { display: inline-block; list-style: none; background: none; padding: 5px 0px; margin: 0; }

.social-icons li img:hover { opacity: .6; }

.social-icons li img { display: block; }

/*Admin style*/

#toolbar ul li { background: none; }

.region-top-nav { display: block; overflow: hidden; }

.region-top-nav .block-menu { float: right; margin: 0; }

.region-top-nav ul li { display: inline-block; background: none; border-right: 1px solid #FFF; padding: 0 10px; line-height: 100%; }

.region-top-nav ul li:last-child { border: 0; }

.region-top-nav li a.active { color: #fff; }

#user-login-form .form-text { width: 90%; }

#widget_pager_bottom_test-block { text-align: center; }

#widget_pager_bottom_test-block .views-slideshow-pager-field-item { float: left; margin: 0 5px; width: 19px; }

#widget_pager_bottom_test-block .views-content-title { background: none repeat scroll 0 0 #666666; border-radius: 20px; cursor: pointer; display: inline-block; height: 15px; margin: 0 6px; text-indent: -9999px; width: 15px; }

#widget_pager_bottom_test-block .views_slideshow_pager_field_item.active .views-content-title { background: none repeat scroll 0 0 #b32017; }

#views_slideshow_cycle_div_testimonials-block_1 .views-slideshow-cycle-main-frame-row-item .views-field-field-image { float: left; margin-right: 10px; }

#block-block-4 h1 { color: #333; font-size: 28px; font-weight: bold; line-height: 32px; margin: 0 0 20px; text-align: center; }

#block-block-4 h2 { color: #333; font-size: 22px; font-weight: bold; line-height: 30px; margin: 0 0 20px; text-align: center; }    

#block-block-4 h2 a { margin-left: 5px;/*text-decoration: underline;*/ }

#block-block-4 p { color: #000; font-size: 16px; line-height: normal; margin: 0 0 20px; text-align: justify; }

#block-block-4 h3 { color: #000; font-size: 22px; font-weight: 600; }

#block-block-4 ul { margin: 0 0 20px; }

#block-block-4 ul li { padding: 0; background: none; list-style: disc inside; color: #000; font-size: 16px; margin: 0 0 10px 40px; }

/*#block-block-4 p a:hover{text-decoration: none;}*/

#block-views-test-block .views_slideshow_cycle_main .views-field-title { background: none repeat scroll 0 0 #000000; bottom: 5px; color: #b32017; font-weight: bold; font-size: 30px; left: 0; opacity: 0.6; padding: 15px; position: absolute; text-align: center; width: 100%; z-index: 200; }

.views-slideshow-controls-bottom #widget_pager_bottom_test-block { display: table; margin: 15px auto; width: auto; }

#footer_wrapper .column { }

#footer-area #secondary { border-right: 1px solid #cfd7db; float: left; position: relative; width: 650px; padding-right: 35px; }

#footer-area .left_content { width: 340px; margin: 0; float: right; position: relative; }

#footer-area .left_content::before { background: #fff none repeat scroll 0 0; bottom: 25px; content: ""; display: block; left: -35px; position: absolute; top: 0; width: 1px; }

.view-services .views-slideshow-cycle-main-frame-row .views-field-field-image { float: left; margin: 0 20px 5px 0; width: 220px; }

.view-services .views-slideshow-cycle-main-frame-row .views-field-title { color: #fff; font-size: 14px; font-weight: bold; margin: 0 0 3px; }

.view-services .views-slideshow-cycle-main-frame-row .views-field-body { color: #fff; margin: 0 0 10px; }

.view-services .views-slideshow-cycle-main-frame-row .views-field-title-1 a { background: none repeat scroll 0 0 #b32017; color: #fff; padding: 5px 15px; }

.view-testimonials .views-slideshow-cycle-main-frame-row-item .views-field-field-image { float: left; margin: 0 15px 5px 0; width: 75px; }

.view-testimonials .jcarousel-view--testimonials--block { background:none; }

.view-testimonials .jcarousel-skin-default .jcarousel-container-vertical { padding:0 !important; }

.view-testimonials .views-slideshow-cycle-main-frame-row-item .views-field-title { color: #fff; font-size: 14px; font-weight: bold; margin: 0 0 3px; }

.view-testimonials .jcarousel-skin-default .jcarousel-container-vertical { width: 340px; }

.view-testimonials .jcarousel-item.jcarousel-item-vertical { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); clear: both; float: left; height: auto !important; width: 100%; }

.view-testimonials .jcarousel-skin-default .jcarousel-container-vertical { height: 230px; }

.view-testimonials .jcarousel-skin-default .jcarousel-clip-vertical { height: 240px; }

.view-testimonials .views-field-field-image { margin: 0 10px 0 0 !important; }

.view-testimonials .views-field-title { font-weight:bold; color: #fff; font-size:13px; }

.view-testimonials .views-field-title, .view-testimonials .views-field-title-1 { float:none !important; text-align: left; }

.view-testimonials .views-field-title a { color: #fff; }

.view-testimonials .views-field-body p { color: #fff; margin-bottom:5px; }

.view-testimonials .views-field-title-1 a { }

.view-testimonials .view-footer a { background: none repeat scroll 0 0 #b32017; color: #fff; float: left; margin-top: 20px; padding: 5px 15px; }

#footer-main-menu { float: right; }

#footer-main-menu ul { margin: 0; }

#footer-main-menu ul li { float: left; list-style: none outside none; margin: 0 0 0 30px; padding: 0; }

#footer-main-menu ul li a.active { color: #b32017; }

ul.jcarousel { background: #ffffff; }

.jcarousel-skin-default .jcarousel-container-vertical { width:300px; }

.jcarousel-item.jcarousel-item-vertical { clear: both; float: left; width: 300px; }

.jcarousel-item.jcarousel-item-vertical .views-field-field-image { float: left; margin-right: 5px; margin-left: 5px; }

/*.jcarousel-item.jcarousel-item-vertical .views-field-field-image img{ padding:0; border:0; box-shadow:none;}*/

.jcarousel-item.jcarousel-item-vertical .views-field-title, .views-field-title-1 { float: left; }

.jcarousel-item.jcarousel-item-vertical .views-field-body { float: left; text-align: left; width: 63%; }

.jcarousel-prev, .jcarousel-next { display:none !important; }

.jcarousel-skin-default .jcarousel-item { border:none; }

.jcarousel-skin-default .p { margin:0; }

.entry-title { background:none; padding:0 0 0; float:left; width:100%; }

.blogs_container .left_2{ color: #000;
    font-size: 16px;
    line-height: 24px; float: left; width: 100%; clear: both;  margin: 20px 0;}

.blogs_container .left_2 img { margin: 0 20px 0 0 !important; float:left; background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    box-shadow: 0 0 3px #eee;
    padding: 5px;}

.blogs_container .left_2 h1 { font-weight:bold; font-family: 'Qwigley', cursive; color: #b32017; font-size:24px; margin-bottom:5px; }

.blogs_container .left_2 h1 a { color: #b32017; }

.blogs_container .left_2 .bog_content { color: #000; font-size: 16px; line-height: 24px; margin-bottom: 15px; }

.blogs_container .left_2 .bog_content a.more-link {
  background: #b32017 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 5px 0;
  text-align: center;
  width: 12%;
  margin: 16px 0 0;
}

.blogs_container .left_2 .bog_content ul{padding: 10px 0 10px 20px;}

.blogs_container .left_2 .bog_content ul li{}

.store_container .left_2 { background: none repeat scroll 0 0 #eee; border-radius: 3px; float: left; margin: 0 20px 20px 0; padding: 10px; width: 211px; min-height: 350px; }

.store_container .left_2 img { clear: right; float: none; margin: 0;background: none; border: 0 none; box-shadow: none; padding: 0; }

.store_container .left_2 h1 { font-size: 14px; font-weight: bold; margin: 5px 0; }

.store_container .left_2 h1 a{}

.view-products .views-row .views-field-sell-price { background: url("images/price.png") no-repeat scroll left center; font-size: 14px; font-weight: bold; padding: 6px 0 6px 40px; }

.view-products .views-row-4, .view-products .views-row-8, .view-products .views-row-12 { margin-right: 0; }

.node-product .field-name-uc-product-image { float: left; margin: 0 20px 10px 0; width: 500px; }

.node-product .product-info { display: block; font-size: 16px; font-weight: bold; margin:0 0 5px 0; }

.node-product .display-price { text-align: left; float: none; }

.node-product .product-info .uc-price-label { display: inline-block; margin-right: 5px; width: 90px; }

.node-product .add-to-cart input.node-add-to-cart { background: none repeat scroll 0 0 #b32017; border: 0 none; border-radius: 0; box-shadow: none; color: #fff; font-family: arial; font-size: 14px; font-weight: normal; margin: 0; padding: 5px 15px; }
.page-id-24 h1.page-title {text-align: center;}
.node-product .add-to-cart .form-actions { padding-top: 0; }

#post-24 .field-name-body { float: left; width: 400px; margin-left: 50px; }

#post-24 .wpcf7-form {width: 500px; margin: auto;}

#post-24 .field-name-body address { background: url(images/home.png) no-repeat top left; font-size: 16px; line-height: 24px; margin: 10px 0; }

#post-24 .field-name-body address b { font-weight: bold; }

#post-24 .field-name-body p { color: #000000; font-size: 17px; font-weight: normal; line-height: 24px; margin: 10px 0; }

.page-services .view-services { font-size: 14px; line-height: 22px; }

.page-services .view-services .views-row { background: none repeat scroll 0 0 #EEEEEE; border-bottom: 1px solid #000000; clear: both; float: left; margin: 0 0 20px; padding: 20px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.view-services .views-row .views-field-title { font-size: 18px; font-weight: bold; margin: 0 0 10px; }

.page-services .view-services .views-row .views-field-field-image { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #CCCCCC; float: left; margin: 0 20px 10px 0; padding: 5px; width: 220px; }

.page-services .view-services .views-row .views-field-field-image img { display: block; }

#block-views-our-partners-block { margin: 0 10px; }

#block-views-our-partners-block h2 { border-bottom: 1px solid; color: #b32017; font-family: 'Qwigley', cursive; font-size: 42px; font-weight: bold; }

.view-our-partners .jcarousel-skin-default .jcarousel-container-horizontal { height: auto; margin: auto; padding: 20px 0; width: 100%; }

.view-our-partners .jcarousel-skin-default .jcarousel-clip-horizontal { width: auto; }

.view-our-partners ul.jcarousel { text-align: left; }

.view-our-partners .jcarousel-skin-default .jcarousel-item { border: medium none; display: inline-block; vertical-align: middle; float: none !important; height: auto;/*width: 142px !important;*/ }

.view-our-partners .jcarousel-skin-default .jcarousel-item img { width:130px; height:auto; }

.view-our-partners .jcarousel-skin-default .jcarousel-item .views-field-title { text-align: center; }

#post-24 .wpcf7-form  input, #post-24 .wpcf7-form  textarea { width: 100%; font-size: 14px; padding: 7px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

#post-24 .wpcf7-form  textarea {height: 100px;}

#post-24 .wpcf7-form p {
  font-family: "Qwigley",cursive;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 15px;
}

#post-24 .wpcf7-form input.wpcf7-submit { background: none repeat scroll 0 0 #b32017; border: 0 none; border-radius: 0 0 0 0; box-shadow: none; color: #FFFFFF; font-family: arial; font-size: 14px; margin: 0; padding: 7px 15px; text-shadow: none; width: auto; }

#block-tagclouds-2 .tagclouds-term { clear: both; font-size: 15px; float: left; width: 100%; }

.views-field-title p { margin-bottom: 0 }

.views-field-title .bigger { color: #fff; font-size: 35px; font-weight: bold; }

.nav-toggle { display:none; }

#footer-main-menu ul.menu li a { color:#ffffff; }

#block-block-2 { height: 100px; }

#block-block-8 { height: 200px; }

.view-our-partners .jcarousel-navigation { display:none; }

#text-2 { color: #3d3c3c; float: right; font-size: 18px; font-weight: 700; margin: 0; text-align: right; }

#text-2 .direction { line-height: normal; }

#text-2 .direction h2 { color: #3d3c3c; font-family: 'Open Sans', sans-serif; font-weight: 700; }

#text-2 .phone_no { color: #b32118; font-size: 24px; font-weight: normal; margin: 20px 0 10px; }

#text-2 .phone_no span { font-family: 'Qwigley', cursive; font-size: 34px; font-weight: bold; }

#top-area #block-views-what-fits-block, #top-area #block-block-7, #top-area #block-block-8 { margin-top:20px }

#post-9 .txt { width: 380px; float:left; }

#post-9 .right_service { float:right; width: 580px; font-size: 14px; }

#post-9 h2 { font-weight: bold; font-size:30px; color:#b32017; font-family: 'Qwigley', cursive; margin: 10px 0 20px; }

#post-9 ul { }

#post-9 ul li { background: none; color: #000; font-size: 14px; list-style: disc outside none; margin: 0 0 5px 15px; padding: 0 0 0 5px; }

#post-9 .right_service .img { float: left; margin: 0 20px 0 0; }

#post-9.right_service p { margin: 0 0 15px; }

#block-block-8 ul { margin: 0; padding: 0; }

#block-block-8 ul li { border-bottom: 1px solid #ccc; float: left; list-style: none outside none; margin: 0; color: #000; padding: 4px 0; width: 100%; }

#block-block-8 ul li .left { background: none repeat scroll 0 0 #b32017; border-radius: 50%; color: #fff; float: left; font-size: 40px; font-weight: bold; height: 60px; line-height: 40px; margin: 0 20px 0 0; padding: 10px; text-align: center; width: 60px; }

#block-block-8 ul li .right { float: left; width: 210px; }

#block-block-8 ul li .right u { font-weight:bold; }

#block-block-3 p { line-height: 26px; text-align: justify; }

#block-block-4 {margin: 0 14px;}

#block-block-2 .content p a { color: #000; font-size: 14px; font-weight: bold; margin-bottom: 10px; }

.front #top-area { margin-top:0; }

.region-slideshow { background: #3d3c3c none repeat scroll 0 0; }

.region-slideshow #container { background: #3d3c3c none repeat scroll 0 0; }

#block-block-2 p .left { background: none repeat scroll 0 0 #b32017; border-radius: 50%; color: #fff; float: left; font-size: 40px; font-weight: bold; height: 60px; line-height: 40px; margin: 0 20px 0 0; padding: 10px; text-align: center; width: 60px; }

#block-block-2 p { border-bottom: 1px solid #ccc; clear: both; float: left; margin: 10px 0 !important; padding: 0 0 10px; width: 100%; }

#block-block-1 a.sp_font, .right u { font-size: 16px; font-weight: bold; }

.page-node-13 .field-name-body .field-item.even p a { font-family: 'Qwigley', cursive; font-size: 23px; font-weight: bold; }

#main-menu .expanded ul.menu { float: left; width: auto; }

#main-menu .expanded ul.menu li { float: left; width: auto; clear:both; }

#post-22 .entry-content h2 { font-family: "Qwigley", cursive; font-size: 36px; color: #b32017; }

#post-22 .entry-content p{margin: 20px 0;}

#site-title { margin:5px 0 15px; }

.node-services, .node-blogs { font-size: 14px; line-height: normal; }

.node-services .field-name-field-image, .node-blogs .field-name-field-image { float:left; margin:0 30px 10px 0; }

.region-content { min-height: 300px; }

#block-block-9 { display: inline-block; vertical-align: top; width: 45%; }

#block-block-10 { display: inline-block; padding: 0 0 0 50px; vertical-align: top; width: 54%; }

#block-views-products-block .view-products .views-row { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border-radius: 3px; color: #fff; float: left; margin: 0 0 20px; min-height: 80px; padding: 0; width: 100%; }

#block-views-products-block .views-field-field-image { float: left; margin: 0 15px 10px 0; width: 130px; }

#block-views-products-block .view-products .views-row .views-field-title { font-size: 16px; margin: 0 0 5px; }

#block-views-products-block .view-products .views-row .views-field-title a { color: #fff; }

.popup-element-title > span { }

#text-3 { clear: both; }

/*************************/

.flexslider .flex-control-paging li a { background: #666 none repeat scroll 0 0; box-shadow: none; height: 15px; width: 15px; }

.flexslider .flex-control-paging li a.flex-active, .flex-control-paging li a:hover { background: #b32017 none repeat scroll 0 0; }

#footer-area .left_content .left_2 { clear: both; float: left; margin: 0 0 15px; width: 100%; }

#footer-area .left_content .left_2 img { float: left; margin: 0 20px 10px 0; width: 130px; }

#footer-area .left_content .left_2 h3 { font-size: 16px; font-weight: bold; margin: 0 0 5px; }

#footer-area .left_content .left_2 h3 a { color: #fff; }

#footer-area .left_content .left_2 p { color: #fff; margin: 0 0 10px; }

#metaslider_widget-2 { width: 100%; }

#metaslider_widget-2 .metaslider { max-width: 100% !important; }

#metaslider_widget-2 .metaslider .slides li img { width: auto; float: left; margin: 0 20px 10px 0; }

#metaslider_widget-2 .metaslider .slides li .caption-wrap { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; opacity: 1; position: static; }

#metaslider_widget-2 .metaslider .slides li .caption-wrap .caption { padding:0; color:#fff; }

#metaslider_widget-2 .metaslider .slides li .caption-wrap .caption h2 { color: #fff; font-size: 18px; font-weight: bold; }

#metaslider_widget-2 .metaslider .slides li .caption-wrap .caption a { background: #b32017 none repeat scroll 0 0; border-radius: 1px; color: #fff; display: inline-block; font-size: 12px; margin: 5px 0 0 10px; padding: 6px 10px; }

.breadcrumbs {border-bottom: 1px solid #d3d3d3;margin: 10px 0;padding: 0 0 15px;display: none;}

.single .type-post .entry-content ul {list-style: inside none disc;margin: 10px 0;}

#wthvideo {overflow: visible !important;height:400px !important;}

/* ************************************* */

.metaslider .flex-control-nav {left: 0 !important;right: 0;}
header.entry-header { display: none;}
@media screen and (max-width: 643px) {
    	#footer-area #secondary {
    border-right: 1px solid #cfd7db;
    float: left;
    position: relative;
    width: 100%;
    padding-right: 35px;
}
#footer-area .left_content {
    width: 100%;
    margin: 0;
    float: right;
    position: relative;
    padding-right: 0px;
}
#main-menu {
    display: none;
}
.site_title {
    width: 100%;
    float: left;
}
#logo {
    float: left;
    margin: 5px 0 20px;
    text-align: center;
    width: 100%;
}
#block-block-9 {
    width: 100%;
}
#block-block-10 {
    width: 100%;
}
}
@media screen and (max-width: 767px) {
#text-2 {
    color: #3d3c3c;
    /* float: right; */
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-align: right;
    padding: 0 0 0 20px;
}
.right_block {
    margin: 3px 10px 0;
    padding: 5px 15px;
    width: 30%;
}
#logo {
    float: left;
    margin: 5px 0 20px;
    text-align: center;
    width: 100%;
}
.free_truck.right_block .left {
    font-size: 18px;
    width: 100%;
}
.site_title {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
#main-menu {
    display: none;
}
}
@media screen and (max-width: 524px) {
.right_block {
    width: 50%;
}}