/*###### Fonts #######

font-family: 'Open Sans', sans-serif;

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
// 0 - Bootstrap variables and mixins
 1.0 - Reset
 2.0 - Typography
 3.0 - Elements
 4.0 - Utilities
 5.0 - Main
	5.1 - Structure
 6.0 - Navigation
	6.1 - Top Menu
	6.2 - Main Menu
	6.3 - Sub header Menu
	6.4 - Footer Menu
 7.0 - Header
 8.0 - Content
	8.1 - Structure
	8.2 - Featured area
	8.3 - Post & Pages
	8.4 - Error page
	8.5 - Navigation
	8.6 - Comments
	8.7 - Elements
	8.8 - Breadcrumbs
 9.0 - Media
	9.1 - Galleries
10.0 - Page/Post Layouts
11.0 - Sidebar
12.0 - Widgets
13.0 - Footer
	13.1 - Footer Widgets
	13.2 - Social icons
	13.3 - Copyright & Powered
14.0 - Extras (alignment)
15.0 - Accessibility
16.0 - Plugin specific stylesslide
	16.1 - WooCommerce
	16.2 - Jetpack
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 1.0 - Reset
--------------------------------------------------------------*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

.bold {font-weight: 700;}
.light {font-weight: 400;}
.lt_blue {color: #0F9FC4;}
.regular {font-weight: 400;}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #535750;
  background-color: white;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #282828;
  text-decoration: none;
}
a:hover, a:focus {
  color: #a7a7a7;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #333333;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*--------------------------------------------------------------
 2.0 - Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * Typography
*/
/* HEADINGS ===================*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
line-height: 44px;
margin-bottom: 40px;
font-weight: 400;
color: #535750;
}

h3, .h3 {
  font-size: 25px;
line-height: 35px;
margin-bottom: 20px;
font-weight: 400;
color: #535750;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

/* BODY TEXT ===================*/
p {
  font-size: 18px;
line-height: 34px;
margin: 0 0 25px;
font-weight: 400;
color: #535750;
}

/* EMPHASIS ===================*/
small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* LISTS ===================*/
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* DESCRIPTION LISTS ===================*/
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* MISC ===================*/
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/*--------------------------------------------------------------
 3.0 - Elements
--------------------------------------------------------------*/
code,
kbd,
pre,
samp {
  font-family: 'Open Sans', sans-serif;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

table {
  background-color: transparent;
}

th {
  text-align: left;
}

table {
  margin-bottom: 20px;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  padding: 0;
  line-height: 1.42857;
  vertical-align: top;
  border-top: none;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: none;
}
table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: none;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 10px 0 0;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

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

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #f8f8f8;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.page-template-landing-page select,
.page-template-landing-page textarea,
.page-template-landing-page input[type="text"],
.page-template-landing-page input[type="password"],
.page-template-landing-page input[type="datetime"],
.page-template-landing-page input[type="datetime-local"],
.page-template-landing-page input[type="date"],
.page-template-landing-page input[type="month"],
.page-template-landing-page input[type="time"],
.page-template-landing-page input[type="week"],
.page-template-landing-page input[type="number"],
.page-template-landing-page input[type="email"],
.page-template-landing-page input[type="url"],
.page-template-landing-page input[type="search"],
.page-template-landing-page input[type="tel"],
.page-template-landing-page input[type="color"] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #afafaf;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
  color: #999999;
}
select[disabled], select[readonly], fieldset[disabled] select,
textarea[disabled],
textarea[readonly], fieldset[disabled]
textarea,
input[type="text"][disabled],
input[type="text"][readonly], fieldset[disabled]
input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly], fieldset[disabled]
input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly], fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly], fieldset[disabled]
input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly], fieldset[disabled]
input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly], fieldset[disabled]
input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly], fieldset[disabled]
input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly], fieldset[disabled]
input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly], fieldset[disabled]
input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly], fieldset[disabled]
input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly], fieldset[disabled]
input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly], fieldset[disabled]
input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly], fieldset[disabled]
input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly], fieldset[disabled]
input[type="color"] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea {
  height: 200px;
}

input[type="submit"],
input[type="reset"],
input[type="button"] 
 {color: #000000; background-color: #f6d28b; border: 3px solid #f6d28b; text-transform: uppercase; padding: 20px 10px; font-size: 25px; line-height: 31px;  width: 100%; margin-top: 20px; font-family: 'Open Sans', sans-serif; font-weight: 600}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"].active, .open > input[type="submit"].dropdown-toggle,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="reset"].active, .open >
input[type="reset"].dropdown-toggle,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"].active, .open >
input[type="button"].dropdown-toggle 
{color: #000000; background-color: #ffffff;  text-decoration: none;}

input[type="submit"]:active, input[type="submit"].active, .open > input[type="submit"].dropdown-toggle,
input[type="reset"]:active,
input[type="reset"].active, .open >
input[type="reset"].dropdown-toggle,
input[type="button"]:active,
input[type="button"].active, .open >
input[type="button"].dropdown-toggle {
  background-image: none;
}
input[type="submit"].disabled, input[type="submit"].disabled:hover, input[type="submit"].disabled:focus, input[type="submit"].disabled:active, input[type="submit"].disabled.active, input[type="submit"][disabled], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus, input[type="submit"][disabled]:active, input[type="submit"][disabled].active, fieldset[disabled] input[type="submit"], fieldset[disabled] input[type="submit"]:hover, fieldset[disabled] input[type="submit"]:focus, fieldset[disabled] input[type="submit"]:active, fieldset[disabled] input[type="submit"].active,
input[type="reset"].disabled,
input[type="reset"].disabled:hover,
input[type="reset"].disabled:focus,
input[type="reset"].disabled:active,
input[type="reset"].disabled.active,
input[type="reset"][disabled],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="reset"][disabled]:active,
input[type="reset"][disabled].active, fieldset[disabled]
input[type="reset"], fieldset[disabled]
input[type="reset"]:hover, fieldset[disabled]
input[type="reset"]:focus, fieldset[disabled]
input[type="reset"]:active, fieldset[disabled]
input[type="reset"].active,
input[type="button"].disabled,
input[type="button"].disabled:hover,
input[type="button"].disabled:focus,
input[type="button"].disabled:active,
input[type="button"].disabled.active,
input[type="button"][disabled],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="button"][disabled]:active,
input[type="button"][disabled].active, fieldset[disabled]
input[type="button"], fieldset[disabled]
input[type="button"]:hover, fieldset[disabled]
input[type="button"]:focus, fieldset[disabled]
input[type="button"]:active, fieldset[disabled]
input[type="button"].active {
  background-color: #428bca;
  border-color: #357ebd;
}
input[type="submit"] .badge,
input[type="reset"] .badge,
input[type="button"] .badge {
  color: #428bca;
  background-color: white;
}
input[type="submit"]:focus, input[type="submit"]:active:focus, input[type="submit"].active:focus,
input[type="reset"]:focus,
input[type="reset"]:active:focus,
input[type="reset"].active:focus,
input[type="button"]:focus,
input[type="button"]:active:focus,
input[type="button"].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="submit"]:hover, input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  color: #2f312d;
  text-decoration: none;
}
input[type="submit"]:active, input[type="submit"].active,
input[type="reset"]:active,
input[type="reset"].active,
input[type="button"]:active,
input[type="button"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}



@media (max-width: 5500px) {
input[type="submit"],
input[type="reset"],
input[type="button"] 
  {text-transform: capitalize; }
  }

/*--------------------------------------------------------------
 5.0 Main
--------------------------------------------------------------*/
body {
  word-wrap: break-word;
  background: #fff;
}

li {
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
 5.1 Structure
--------------------------------------------------------------*/
.container, .content-area, #featured-area, #footer #footer-wrapper {
  margin-right: auto;
  margin-left: auto;
}

.container:before, .content-area:before, #featured-area:before, .home-widgets:before, #footer #footer-wrapper:before, .container:after, .content-area:after, #featured-area:after, .home-widgets:after, #footer #footer-wrapper:after {
  content: " ";
  display: table;
}
.container:after, .content-area:after, #featured-area:after, .home-widgets:after, #footer #footer-wrapper:after {
  clear: both;
}
@media (min-width: 1200px) {
  .container, #featured-area, #footer #footer-wrapper {
    width: 1140px;
  }
}




#header {}
.page-template-landing-page #header {background-color: #ffffff; border-bottom: 1px solid #98a0a6;}

.container-full-width,
.home-widgets {
  margin-right: auto;
  margin-left: auto;
}



/*--------------------------------------------------------------
 6.0 Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 6.1 Top Menu
--------------------------------------------------------------*/
#top-menu-container {padding: 10px 0; background-color: #282828;}
#top-menu-container .top-menu {float: right; margin: 0; padding: 0;}
#top-menu-container .top-menu li {float: left; padding: 0 12px; list-style: none; border-right: 2px solid #eed89c; font-size: 14px; line-height: 18px; font-weight: 600; text-transform: uppercase; margin: 0;}

#top-menu-container .top-menu li:last-child {border-right: none}
#top-menu-container .top-menu li a {text-decoration: none; color: #ffffff;
}
#top-menu-container .top-menu li a:hover {color: #eed89c;}


#text-2 p {font-size: 15px; line-height: 19px; margin: 0; font-weight: 300; color: #ffffff;}

#text-2 a {color: #ffffff; text-decoration: none;}
#text-2 a:hover {color: #eed8ac;}

.yellow_bold {color: #eed8ac; font-weight: 700; text-transform: uppercase;}

/*--------------------------------------------------------------
 6.2 Main Menu
--------------------------------------------------------------*/
#main-menu {position: relative; width: 595px; float: right; padding: 0 !important; margin: 45px 0px 30px 50px;}

@media (max-width: 992px) {
#main-menu {position: relative; width: 100%; float: none; padding: 10px 20px !important; background-color: #282828; margin: 30px 0 0;}

}

#mobile-nav-button {
  float: right;
  padding: 0 10px;
  font-size: 2em;
  background: #282828;
  border: none;
}
#mobile-nav-button:before {
  content: "\f0c9";
  color: #eeeeee;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mobile-nav-button:hover {
  cursor: pointer;
}
#mobile-nav-button:hover:before {
  color: #eeeeee;
}
@media (min-width: 992px) {
  #mobile-nav-button {
    display: none;
  }
}

#mobile-current-item {
  position: absolute;
  top: 10px;
  padding-left: 10px;
  color: #eeeeee;
  display: none;
}
@media (min-width: 992px) {
  #mobile-current-item {
    display: none;
  }
}

#main-menu-container {
  background-color: #333333;
}

#main-navigation:before, #main-navigation:after {
  content: " ";
  display: table;
}
#main-navigation:after {
  clear: both;
}
#main-navigation.menu-open ul {
  display: block;
}
#main-navigation ul {
  display: none;
  margin: 0;
  padding-left: 10px;
  list-style: none;
}
#main-navigation ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-navigation ul li a {
  color: #9c9c9c;
  text-decoration: none;
  line-height: 2.5em;
}
#main-navigation ul li a:hover {
  color: #535750;
}
#main-navigation .main-nav > ul {
  padding-top: 35px;
}
#main-navigation .main-nav .menu li li a::before {
  content: '\2013';
  position: absolute;
  margin-left: -15px;
}
@media (min-width: 992px) {
  #main-navigation ul {display: block;}
  
  #main-navigation .main-nav ul {padding: 0;}
  
  #main-navigation .main-nav ul:before, #main-navigation .main-nav ul:after {content: " "; display: table;}
  
  #main-navigation .main-nav ul:after {clear: both;}
  
  #main-navigation .main-nav ul li {margin: 0; padding: 0; list-style: none; position: relative; float: left; font-size: 18px; line-height: 40px; text-transform: uppercase; font-weight: 700; font-family: 'Open Sans', sans-serif;}
	
  #main-navigation .main-nav ul li ul li {margin: 0; padding: 0; list-style: none; position: relative; float: left; font-size: 16px; line-height: 20px; text-transform: uppercase; font-weight: 400; text-align: center; font-family: 'Open Sans', sans-serif;}
	
  #main-navigation .main-nav ul li:hover > ul {display: block;}
  
  #main-navigation .main-nav ul li li:hover > ul {left: 100%; top: 0;}
  
  
  
 #main-navigation .main-nav ul li a {padding: 10px 18px; margin: 0; color: #282828;}
  
 #main-navigation .main-nav ul li ul li a {padding: 10px 0; color: #ffffff; margin: 0px;}
  
 #main-navigation .main-nav ul li a:hover {text-decoration: none; color: #a7a7a7;}
 
 #main-navigation .main-nav ul li ul li a:hover {text-decoration: none; color: #eed89c;}
  
 #main-navigation .main-nav .current-menu-item a {color: #a7a7a7;}
  
  
  .front-page #main-navigation .main-nav ul li a, .page-id-1117  #main-navigation .main-nav ul li a {padding: 10px 18px; margin: 0; color: #ffffff;}
  
  .front-page  #main-navigation .main-nav ul li ul li a, .page-id-1117 #main-navigation .main-nav ul li a {padding: 10px 0; color: #ffffff; margin: 0px;}
  
  .front-page #main-navigation .main-nav ul li a:hover, .page-id-1117 #main-navigation .main-nav ul li a {text-decoration: none; color: #eed89c;}
  
  .front-page #main-navigation .main-nav .current-menu-item a, .page-id-1117 #main-navigation .main-nav ul li a {color: #eed89c;}
  
	
  #main-navigation .main-nav ul li > ul {position: absolute; z-index: 999; width: 200px; padding: 0; background-color: rgba(0,41,67,0.85); /*background-image: url(../images/bkgd_nav_arrow.png); background-position: top center; background-repeat: no-repeat;*/}
  
  #main-navigation .main-nav ul li ul {display: none; padding: 0; margin: 0;}
  
  #main-navigation .main-nav ul li ul li {float: none; font-weight: 400; text-transform: capitalize; margin: 20px;}
  
  #main-navigation .main-nav ul li ul li a {line-height: 20px; white-space: normal;}
  
  #main-navigation .main-nav .menu li li a::before {content: ''; position: relative; margin-left: 0;}
  
  #menu-item-32 ul {width: 172px !important;}
  #menu-item-119 ul {width: 192px !important;}
  #menu-item-118 ul {width: 143px !important;}
}

/*--------------------------------------------------------------
 6.3 Subheader Menu
--------------------------------------------------------------*/
#sub-menu {max-width: 1140px; margin: 0 auto;}

#sub-menu-container {
  background-color: #0F9FC4;
}

#sub-navigation:before, #sub-navigation:after {
  content: " ";
  display: table;
}

#sub-navigation h3 {font-size: 18px; line-height: 34px; margin: 20px 0 0; font-weight: 700; color: #ffffff; clear: none; float: left; text-transform: uppercase;}

#sub-navigation:after {
  clear: both;
}
#sub-navigation.menu-open ul {
  display: block;
}
#sub-navigation ul {
  display: block;
  margin: 5px 0 0;
  /*padding-left: 10px;*/
  list-style: none;
}
#sub-navigation ul li {
  margin: 0;
  padding: 10px 15px;
  list-style: none; font-weight: 400;
}
#sub-navigation ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 2.5em;
  
}
#sub-navigation ul li a:hover {
  color: #fff;
}
#sub-navigation > ul {
  padding: 0;
}
@media (min-width: 992px) {
  #sub-navigation ul {
    display: inline-block;
  }
  #sub-navigation ul {
    padding: 0;
  }
  #sub-navigation ul:before, #sub-navigation ul:after {
    content: " ";
    display: table;
  }
  #sub-navigation ul:after {
    clear: both;
  }
  #sub-navigation ul li {
    margin: 0;
    padding: 10px 15px;
    list-style: none;
    position: relative;
    float: left;
  }
  #sub-navigation ul li:hover ul {
    display: block;
  }
  #sub-navigation ul li li:hover > ul {
    left: 100%;
    top: 0;
  }
  #sub-navigation ul li a {
    margin: 13px;
    color: #fff;
  }
  #sub-navigation ul li a:hover {
    text-decoration: none;
    color: #004470;
  }
  
  #sub-navigation .current-menu-item a {
	color: #cccccc;
	}
  #sub-navigation ul li > ul {
    position: absolute;
    z-index: 999;
    width: auto;
    min-width: 200px;
    padding: 0;
    background-color: #999999;
  }
  #sub-navigation ul li ul {
    display: none;
  }
  #sub-navigation ul li ul li {
    float: none;
  }
  #sub-navigation ul li ul li a {
    line-height: 2.5em;
    white-space: nowrap;
  }
}

/*--------------------------------------------------------------
 6.4 Footer Menu
--------------------------------------------------------------*/
#footer-menu-container .footer-menu {
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  #footer-menu-container .footer-menu {
    float: left;
  }
}
#footer-menu-container .footer-menu li {
  float: left;
  list-style: none;
}
/*#footer-menu-container .footer-menu li:after {
  content: '|';
  color: #999999;
  font-weight: 100;
  margin-left: 10px;
}
#footer-menu-container .footer-menu li:last-child:after {
  margin-left: 0;
  content: '';
}*/
#footer-menu-container .footer-menu li a {
  text-decoration: none;
  color: #d2d2d2;
  font-size: 16px; padding: 0px 17px; line-height: 32px;
}
#footer-menu-container .footer-menu li a:hover {
  color: #ffffff;
}


@media (max-width: 480px) {
  #footer-menu-container .footer-menu li a {
  text-decoration: none;
  color: #d2d2d2;
  font-size: 14px; padding: 0px 5px; line-height: 32px;
}
}

/*--------------------------------------------------------------
 7.0 - Header
--------------------------------------------------------------*/
#header .container {padding: 0px;}

.header-row {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.header-row:before, .header-row:after {
  content: " ";
  display: table;
}
.header-row:after {
  clear: both;
}

#site-branding {
  position: relative;
  min-height: 1px;
  margin: 31px 0 30px;
  padding-left: 70px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  #site-branding {
    float: left;
  }
}
#site-branding .site-name a {
  color: #333333;
}
#site-branding .site-description {
  font-size: 20px;
}

#secondary-header {
  position: relative;
  min-height: 1px;
  padding: 0px;
  text-align: left;
}

#top-menu {float: right; max-width: 425px; width: 100%; margin: 9px 0 8px;}


@media (max-width: 992px) {
  
  #site-branding {padding-left: 0; padding-right: 0;}
  
  #secondary-header {float: none; margin: 0 auto; text-align: center; padding: 10px 20px 15px;}
  
  #top-menu {float: none; max-width: 425px; width: 100%; margin: 10px auto 15px; min-height: 24px;}
	#top-menu-container .top-menu {float: none;}
}

@media (min-width: 992px) {
  #secondary-header {
    float: right;
    max-width: 220px;
	width: 100%;
	margin: 0 0 0 30px;
  }
}

@media (max-width: 430px) {
	#top-menu-container .top-menu li {float: left; padding: 0 10px; list-style: none; border-right: 2px solid #eed89c; font-size: 14px; line-height: 18px; font-weight: 600; text-transform: none;}
}
/*--------------------------------------------------------------
 8.0 - Structure
--------------------------------------------------------------*/
.archive .content-area {
  max-width: 1140px;
  padding: 40px 20px 100px;
  background: #fff;
}

.single .content-area {
  max-width: 1140px;
  padding: 40px 20px 100px;
  background: #fff;
}


#content-archive .entry-title {
font-size: 35px;
line-height: 55px;
margin-bottom: 15px;
color: #535750;
font-weight: 400;
}

.single .entry-title {
font-size: 35px;
line-height: 55px;
margin-bottom: 15px;
color: #535750;
font-weight: 400;
}

.category .entry-title a, .search .entry-title a {
color: #282828;
font-weight: 700 !important;
}

.category .entry-title a:hover, .search .entry-title a:hover {
color: #a7a7a7;
font-weight: 700 !important;
}

.post-meta {
font-size: 16px;
line-height: 30px;
color: #535750;
margin: 0px 0px 30px;
font-weight: 400;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {height: 22px !important; margin-bottom: 10px;}

.attachment-post-thumbnail {margin-bottom: 50px;}

.content-area {
  padding: 0;
}
.content-area:before, .content-area:after {
  content: " ";
  display: table;
}
.content-area:after {
  clear: both;
}
.front-page .content-area, .page-id-1117 .content-area {width: 100%; padding: 0;  margin: 0; color: #fff; }

main:before, main:after {
  content: " ";
  display: table;
}
main:after {
  clear: both;
}

/*--------------------------------------------------------------
 8.2 - Featured area
--------------------------------------------------------------*/
main #featured-content {position: relative; min-height: 1px; padding: 60px 20px 120px; max-width: 1140px; }

main #featured-image {display: none;}
  
  
@media (max-width: 992px) {
.front-page .content-area, .page-id-1117 .content-area {width: 100%; padding: 0; background-color: #3c3c3c; background-image: none; background-repeat: no-repeat; background-position: top center; margin: 0; color: #fff;}

main #featured-content {position: relative; min-height: 1px; padding: 60px 20px 50px;}
   
}

main #featured-content h1 {text-align: center; font-size: 35px; line-height: 41px; color: #ffffff; font-weight: 700; margin-bottom: 30px; text-transform: uppercase; font-family: 'Open Sans', sans-serif;}
main #featured-content .yellow_large {text-align: center; font-size: 60px; line-height: 74px; color: #eed89c; font-weight: 300; text-transform: uppercase; font-family: 'Open Sans', sans-serif;}
main #featured-content .featured-title {display: none;}
main #featured-content .featured-subtitle {display: none;}
main #featured-content p {display: none;}


main #featured-content .call-to-action, main #featured-image .call-to-action {line-height: 82px; text-align: center;}

@media (max-width: 550px) {
main #featured-content .yellow_large {font-size: 40px; line-height: 60px;}

}


main #featured-content .call-to-action .cta-button, main #featured-image .call-to-action .cta-button {font-family: 'Open Sans', sans-serif; color: white; background-color: rgba(255, 255, 255, 0.0); border: 3px solid #eed89c; text-transform: uppercase; padding: 15px 70px; font-size: 26px;  line-height: 32px; border-radius: 0; font-weight: 700;}

main #featured-content .call-to-action .cta-button:hover, main #featured-image .call-to-action .cta-button:hover, main #featured-content .call-to-action .cta-button:focus, main #featured-image .call-to-action .cta-button:focus, main #featured-content .call-to-action .cta-button:active, main #featured-image .call-to-action .cta-button:active, main #featured-content .call-to-action .cta-button.active, main #featured-image .call-to-action .cta-button.active, .open > main #featured-content .call-to-action .cta-button.dropdown-toggle, .open > main #featured-image .call-to-action .cta-button.dropdown-toggle {
  color: #282828;
  background-color: #eed89c;
}
main #featured-content .call-to-action .cta-button:active, main #featured-image .call-to-action .cta-button:active, main #featured-content .call-to-action .cta-button.active, main #featured-image .call-to-action .cta-button.active, .open > main #featured-content .call-to-action .cta-button.dropdown-toggle, .open > main #featured-image .call-to-action .cta-button.dropdown-toggle {
  background-image: none;
}
main #featured-content .call-to-action .cta-button.disabled, main #featured-image .call-to-action .cta-button.disabled, main #featured-content .call-to-action .cta-button.disabled:hover, main #featured-image .call-to-action .cta-button.disabled:hover, main #featured-content .call-to-action .cta-button.disabled:focus, main #featured-image .call-to-action .cta-button.disabled:focus, main #featured-content .call-to-action .cta-button.disabled:active, main #featured-image .call-to-action .cta-button.disabled:active, main #featured-content .call-to-action .cta-button.disabled.active, main #featured-image .call-to-action .cta-button.disabled.active, main #featured-content .call-to-action .cta-button[disabled], main #featured-image .call-to-action .cta-button[disabled], main #featured-content .call-to-action .cta-button[disabled]:hover, main #featured-image .call-to-action .cta-button[disabled]:hover, main #featured-content .call-to-action .cta-button[disabled]:focus, main #featured-image .call-to-action .cta-button[disabled]:focus, main #featured-content .call-to-action .cta-button[disabled]:active, main #featured-image .call-to-action .cta-button[disabled]:active, main #featured-content .call-to-action .cta-button[disabled].active, main #featured-image .call-to-action .cta-button[disabled].active, fieldset[disabled] main #featured-content .call-to-action .cta-button, fieldset[disabled] main #featured-image .call-to-action .cta-button, fieldset[disabled] main #featured-content .call-to-action .cta-button:hover, fieldset[disabled] main #featured-image .call-to-action .cta-button:hover, fieldset[disabled] main #featured-content .call-to-action .cta-button:focus, fieldset[disabled] main #featured-image .call-to-action .cta-button:focus, fieldset[disabled] main #featured-content .call-to-action .cta-button:active, fieldset[disabled] main #featured-image .call-to-action .cta-button:active, fieldset[disabled] main #featured-content .call-to-action .cta-button.active, fieldset[disabled] main #featured-image .call-to-action .cta-button.active {
  background-color: #0d4c82;
  border-color: #0b3e6b;
}
main #featured-content .call-to-action .cta-button .badge, main #featured-image .call-to-action .cta-button .badge {
  color: #0d4c82;
  background-color: white;
}
main #featured-content .call-to-action .cta-button:hover, main #featured-image .call-to-action .cta-button:hover {
  text-decoration: none;
}

.home-widget {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

.home-widget .widget-wrapper .widget-title-home {
  text-align: center;
  margin-top: 0;
}


/*################  Home Widget 1  #############################*/
#home_widget_1 {background-color: #dfd8d5; background-image: url(../images/bkgd_home_cta.jpg); background-repeat: repeat; }

#text-8 {max-width: 1140px; margin: 0 auto; padding: 20px; max-height: 418px;}
#text-8 img {display: block; margin: 0 auto;}

#home_cta_area {display: inline-block; position: relative; width: 100%;}

#home_cta_1 {float: left; max-width: 390px; width: 100%; margin: 50px 0 30px;}
#home_cta_2 {float: left; max-width: 646px; width: 100%; margin: 0 0 0 64px;}

/*#home_cta_image {float: left; max-width: 170px; margin: 20px 20px 20px 0; width: 100%;}

#home_cta_text {float: left; max-width: 300px; margin: 20px 0; width: 100%;}*/
#home_cta_1 h3 {font-size: 33px; line-height: 43px; margin-bottom: 15px; font-weight: 700; color: #282828; text-align: left; text-transform: uppercase; font-family: 'Open Sans', sans-serif;}
#home_cta_1 h4 {font-size: 33px; line-height: 43px; margin-bottom: 25px; font-weight: 300; color: #282828; text-align: left; font-family: 'Open Sans', sans-serif;}
#home_cta_1 p {font-size: 18px; line-height: 26px; margin-bottom: 25px; font-weight: 300; color: #282828; text-align: left; font-family: 'Open Sans', sans-serif;}
#home_cta_1 p:last-child {margin-bottom: 0px; line-height: 70px;}

a.button_cta_area {color: #282828; background-color:rgba(0, 0, 0, 0.0); text-transform: uppercase; padding: 15px 0; font-size: 16px; line-height: 20px;  border: 3px solid #282828; font-family: 'Open Sans', sans-serif; font-weight: 600; text-align: center;  display: inline-block; width: 100%;}
 
a.button_cta_area:hover {color: #ffffff; background-color: #282828; text-decoration: none;}




@media (max-width: 1155px) {
#home_cta_1 {float: none; margin: 20px auto 30px;}
#home_cta_2 {float: none; margin: 0 auto;}
#text-8 {max-height: 100%;}

#home_cta_1 h3 {text-align: center;}
#home_cta_1 h4 {text-align: center;}
#home_cta_1 p {text-align: center;}
}

/*################  Home Widget 2  #############################*/

#home_widget_2 {background-color: #ffffff;}
#text-7 {max-width: 1140px; margin: 0 auto; padding: 80px 20px 10px;}
#text-7 h2 {font-size: 40px; line-height: 60px; margin-bottom: 30px; font-weight: 700; color: #282828; text-align: center; font-family: 'Open Sans', sans-serif; text-transform: uppercase;}

a.button_learn_more {color: #282828; background-color: #ffffff; text-transform: uppercase; padding: 15px 0; font-size: 16px; line-height: 20px;  border: 3px solid #eed89c; font-family: 'Open Sans', sans-serif; font-weight: 600; display: inline-block; width: 100%;}
 
a.button_learn_more:hover {color: #282828; background-color: #eed89c; text-decoration: none;}


#services_area {display: inline-block; position: relative; width: 100%; margin-bottom: 40px;}

#services_1 {float: left; max-width: 225px; width: 100%; margin: 0 24px 30px;}
#services_2 {float: left; max-width: 225px; width: 100%; margin: 0 24px 30px;}
#services_3 {float: left; max-width: 225px; width: 100%; margin: 0 24px 30px;}
#services_4 {float: left; max-width: 225px; width: 100%; margin: 0 24px 30px;}


#services_text {position: relative;}
#services_text img {margin: 0 auto 30px; display: block; clear: both;}
#services_text h3 {font-size: 20px; line-height: 32px; margin-bottom: 20px; font-weight: 400; color: #282828; text-align: center; font-family: 'Open Sans', sans-serif; text-transform: uppercase;}

#services_text p {line-height: 58px; text-align: center; padding: 0; margin-bottom: 0px;}

@media (max-width: 1140px) {
#text-7 {max-width: 600px; }
} 

@media (max-width: 600px) {
#services_1 {float: none; margin: 0 auto 40px;}
#services_2 {float: none; margin: 0 auto 40px;}
#services_3 {float: none; margin: 0 auto 40px;}
#services_4 {float: none; margin: 0 auto 40px;}
}



/*################  Home Widget 3  #############################*/
#home_widget_3 {background-color: #282828;}

#text-6 {max-width: 1140px; margin: 0 auto; padding: 65px 20px 10px;}

#text-6 h2 {font-size: 40px; line-height: 60px; margin-bottom: 40px; font-weight: 700; color: #ffffff; text-align: center; font-family: 'Open Sans', sans-serif; text-transform: uppercase;}
#text-6 h3 {font-size: 22px; line-height: 26px; margin-bottom: 8px; font-weight: 700; color: #eed89c; text-align: center; font-family: 'Open Sans', sans-serif; margin-top: 20px; text-transform: uppercase;}
#text-6 p {font-size: 32px; line-height: 41px; margin-bottom: 20px; font-weight: 300; color: #ffffff; text-align: center; font-family: 'Open Sans', sans-serif;}


#remarketable_area {display: inline-block; position: relative; width: 100%;}

#remarketable_1 {float: left; max-width: 273px; width: 100%; margin: 0 0 30px; padding: 0 15px; border-right: 1px dashed #c3c3c3;}
#remarketable_2 {float: left; max-width: 273px; width: 100%; margin: 0 0 30px; padding: 0 15px; border-right: 1px dashed #c3c3c3;}
#remarketable_3 {float: left; max-width: 273px; width: 100%; margin: 0 0 30px; padding: 0 15px; border-right: 1px dashed #c3c3c3; min-height: 156px;}
#remarketable_4 {float: left; max-width: 273px; width: 100%; margin: 0 0 30px; padding: 0 15px;}


@media (max-width: 1140px) {
#text-6 {max-width: 600px;}
#remarketable_2 {float: left; max-width: 273px; width: 100%; margin: 0 0 30px; padding: 0 15px; border-right: none;}
}

@media (max-width: 600px) {
#remarketable_1 {float: none; margin: 0 auto 40px; border-right: none;}
#remarketable_2 {float: none; margin: 0 auto 40px;}
#remarketable_3 {float: none; margin: 0 auto 40px; border-right: none; min-height: 75px;}
#remarketable_4 {float: none; margin: 0 auto 40px;}
}


@media (max-width: 560px) {
main #featured-content .call-to-action .cta-button, main #featured-image .call-to-action .cta-button {padding: 15px 30px; font-size: 18px; line-height: 24px;}
}


/*################  Home Widget 4  #############################*/

#home_widget_4 {background-color: #ffffff;  min-height: 300px;}
#execphp-2 {max-width: 1120px; margin: 0 auto; padding: 70px 20px 10px;}
#execphp-2 h3 {font-size: 40px; line-height: 60px; margin-bottom: 55px; font-weight: 700; color: #282828; text-align: center; font-family: 'Open Sans', sans-serif; text-transform: uppercase;}



#blog_area {display: inline-block; position: relative; width: 100%; margin-bottom: 40px;}

#blog_articles {float: left; max-width: 300px; width: 100%; margin: 0 30px 30px;}
#blog_articles img {margin-bottom: 30px;}
#blog_articles h4 {font-size: 19px; line-height: 24px; margin-bottom: 5px; font-weight: 400; color: #282828; text-align: center; font-family: 'Open Sans', sans-serif;}
#blog_articles p {font-size: 16px; line-height: 22px; margin-bottom: 0px; font-weight: 400; color: #747474; text-align: center; font-family: 'Open Sans', sans-serif;}

#blog_articles a {color: #282828;}
#blog_articles a:hover {color: #a7a7a7;}


@media (max-width: 1140px) {

#execphp-2 {max-width: 800px;}
}

@media (max-width: 760px) {
#blog_articles {float: none; margin: 0 auto 30px;}
}



/*--------------------------------------------------------------
 8.3 - Post & Pages
--------------------------------------------------------------*/
#main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #main {
    float: left;
    width: 66.66667%;
  }
}

.single #main {margin-bottom: 80px;}

.single article {
  padding: 50px 0 40px;
  border-bottom: 1px solid #0f9fc4;
}

.archive #main article {
  padding: 50px 0 40px;
  border-bottom: 1px solid #0f9fc4;
}


#main article:before, #main article:after {
  content: " ";
  display: table;
}
#main article:after {
  clear: both;
}
#main article:last-child {
  border-bottom: none;
}

.single #main article {
  border-bottom: none;
}

.entry-header {
  margin-bottom: 20px;
}

.page .entry-header {background-color: #424242; min-height: 150px; margin-bottom: 0px; }

.page-template-product-details .entry-header {background-color: #44423f; height: 1px; min-height: 1px; margin-bottom: 0px; }

.thank-you-template #text_area p:last-child {line-height: 68px; margin-bottom: 0px;}

.page-template-product-details #header_area {display: none !important;}

#header_area {max-width: 1140px; padding: 30px 20px; margin: 0 auto;}
#header_area h2 {font-size: 35px; line-height: 41px; margin-bottom: 0; font-weight: 700; color: #ffffff; text-align: center; text-transform: uppercase; font-family: 'Open Sans', sans-serif;}
#header_area h1 {font-size: 35px; line-height: 41px; margin-bottom: 0; font-weight: 700; color: #ffffff; text-align: center; text-transform: uppercase; font-family: 'Open Sans', sans-serif;}

.page-id-6 #header_area, .page-id-5 #header_area, .page-id-24 #header_area, .page-id-21 #header_area, .page-id-20 #header_area, .page-id-183 #header_area, .page-id-202 #header_area, .page-id-210 #header_area, .page-id-211 #header_area, .page-id-212 #header_area, .page-id-213 #header_area, .page-id-214 #header_area, .page-id-215 #header_area, .page-id-216 #header_area {padding: 55px 20px 30px;}

.page-id-8 #header_area {max-width: 1100px; padding: 40px 20px 26px; margin: 0 auto;}
.page-id-8 #header_area h2 {font-size: 22px; line-height: 38px; margin-bottom: 5px; font-weight: 400; color: #eed8ac; text-align: center; text-transform: uppercase; font-family: 'Open Sans', sans-serif;}
.page-id-8 #header_area h1 {font-size: 35px; line-height: 41px; margin-bottom: 0; font-weight: 700; color: #ffffff; text-align: center; text-transform: uppercase; font-family: 'Open Sans', sans-serif;}

.page-id-5 #header_area h1 {font-size: 35px; line-height: 41px; margin-bottom: 35px; font-weight: 700; color: #ffffff; text-align: center; text-transform: uppercase; font-family: 'Open Sans', sans-serif;}
.page-id-5 #header_area p {line-height: 58px; text-align: center;}

.page-id-2 #header_area h1 {font-size: 35px; line-height: 41px; margin-bottom: 20px; font-weight: 700; color: #ffffff; text-align: center; text-transform: uppercase; font-family: 'Open Sans', sans-serif;}
.page-id-2 #header_area p {font-size: 16px; line-height: 26px; margin-bottom: 20px; font-weight: 400; color: #ffffff; text-align: center; padding: 0 90px; font-family: 'Open Sans', sans-serif;}

.page-id-4 #header_area, .page-id-60 #header_area, .page-id-61 #header_area, .page-id-62 #header_area, .page-id-63 #header_area, .page-id-7 #header_area {padding: 55px 20px 30px;}
.page-id-60 #header_area h2, .page-id-61 #header_area h2, .page-id-62 #header_area h2, .page-id-63 #header_area h2 {font-size: 35px; line-height: 41px; margin-bottom: 0px; font-weight: 700; color: #ffffff; text-align: left; text-transform: uppercase; font-family: 'Open Sans', sans-serif; }
.page-id-4 #header_area h1 {font-size: 35px; line-height: 41px; margin-bottom: 0px; font-weight: 700; color: #ffffff; text-align: center; text-transform: uppercase; font-family: 'Open Sans', sans-serif; margin-left: 0px;}

#header_wrapper {position: relative; display: inline-block; width: 100%;}
#header_title {float: left; max-width: 355px; width: 100%; margin: 0 35px 0 50px;}
#header_title h1 {text-align: left;}
#header_title h2 {text-align: left;}
.page-id-19 #header_title {max-width: 425px; width: 100%;} 
.page-id-23 #header_title {max-width: 415px; width: 100%;} 
.page-id-60 #header_title, .page-id-61 #header_area #header_title, .page-id-62 #header_area #header_title, .page-id-63 #header_area #header_title {max-width: 355px; width: 100%; margin: 0 35px 0 20px;} 

#header_product_title {max-width: 1100px; width: 100%; margin: 0; text-align: center; padding: 25px 0;}

#header_nav {float: left; max-width: 660px; width: 100%; margin: 0 0 0;}
.page-id-19 #header_nav {max-width:590px; width: 100%;} 
.page-id-23 #header_nav {max-width:600px; width: 100%; margin:  25px 0;} 
.page-id-60 #header_nav, .page-id-61 #header_nav, .page-id-62 #header_nav, .page-id-63 #header_nav  {max-width: 690px; width: 100%; margin: 40px 0;} 

.page-id-60 #header_nav ul, .page-id-61 #header_nav ul, .page-id-62 #header_nav ul, .page-id-63 #header_nav ul {padding-left: 0px;}
#header_nav li {display: inline; margin: 0 18px; list-style-type: none; font-size: 21px; line-height: 41px;}
#header_nav li a  {color: #eed8ac;}
#header_nav li a:hover  {color: #ffffff;}
 #header_nav .current-menu-item a {color: #ffffff;}
 
 .page-id-60 #header_nav li, .page-id-61 #header_nav li, .page-id-62 #header_nav li, .page-id-63 #header_nav li {margin: 0 16px}

.entry-thumbnail {
  margin-bottom: 20px;
}



@media (min-width: 1155px) {
#header_nav ul {padding-left: 0px;}
.page-id-22 #header_area h1 {margin: 15px 0 0;}
}

@media (max-width: 1155px) {
#header_title {float: none; margin: 0 auto 30px;}
#header_nav {float: none; margin: 0 auto;}
#header_title h1 {text-align: center;}
#header_title h2 {text-align: center;}

page-id-60 #header_area h2, .page-id-61 #header_area h2, .page-id-62 #header_area h2, .page-id-63 #header_area h2 {text-align: center; padding-left: 0px; margin: 0px;}
}

@media (max-width: 800px) {
.page-id-2 #header_area p {padding: 0;}
}

@media (max-width: 740px) {
#header_nav li {display: block; margin: 0 auto; text-align: center;}
}

@media (max-width: 650px) {
.page-id-4 #header_area h1 {padding-left: 0px; text-align: center; margin: 0;}
}

/*--------------------------------------------------------------
 8.4 - Error Page
--------------------------------------------------------------*/
#main.error-page {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #main.error-page {
    float: left;
    width: 100%;
  }
}

/*--------------------------------------------------------------
 8.5 - Navigation
--------------------------------------------------------------*/
.site-main [class*="navigation"] {
  overflow: hidden;
}

.navigation {
  /*margin-top: 20px;*/
}
.navigation .nav-previous {
  float: left;
  width: 40%;
}
.navigation .nav-next {
  float: right;
  width: 40%;
  text-align: right;
}

/*--------------------------------------------------------------
 8.6 - Comments
--------------------------------------------------------------*/
.comment-content {
  clear: both;
}
.comment-content a {
  word-wrap: break-word;
}

.comment-body {
  padding: 10px;
}
.comment-body .comment-meta {
  text-align: left;
}
.comment-body .comment-meta a {
  font-size: 11px;
}

.commentlist {
  list-style: none;
  padding-left: 0;
}
.commentlist li.alt > article {
  background: #f9f9f9;
}
.commentlist .children {
  list-style: none;
}
.commentlist .avatar {
  float: left;
  margin-right: 10px;
  vertical-align: middle;
}

/*--------------------------------------------------------------
 8.7 - Elements
--------------------------------------------------------------*/
blockquote cite {
  display: block;
  text-align: right;
}

/*--------------------------------------------------------------
 8.8 - Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb-list {
  padding-top: 15px;
}

article .post-data {
  margin-top: 35px;
}
article .post-data .tags-links {
  float: left;
}
article .post-data .entry-meta {
  float: right;
}

/*--------------------------------------------------------------
 9.0 - Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
  border: 1px solid #cccccc;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  max-width: 98%;
  margin: 1.2% auto 0;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

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

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
 9.1 - Gallery
--------------------------------------------------------------*/
.gallery {
  margin-left: -15px;
  margin-right: -15px;
}
.gallery:before, .gallery:after {
  content: " ";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery.gallery-columns-1 .gallery-item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.gallery-columns-2 .gallery-item {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.gallery-columns-3 .gallery-item {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.gallery-columns-4 .gallery-item {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.gallery-columns-5 .gallery-item {
  position: relative;
  float: left;
  width: 20%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.gallery-columns-6 .gallery-item {
  position: relative;
  float: left;
  width: 16.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.gallery-columns-7 .gallery-item {
  position: relative;
  float: left;
  width: 14.28571%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.gallery-columns-8 .gallery-item {
  position: relative;
  float: left;
  width: 12.5%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.gallery-columns-9 .gallery-item {
  position: relative;
  float: left;
  width: 11.11111%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/*--------------------------------------------------------------
10.0 - Page/Post Layouts
--------------------------------------------------------------*/
main#main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  main#main {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 992px) {
  .sidebar-content-page main#main {
    left: 33.33333%;
  }
}
.content-sidebar-half-page main#main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .content-sidebar-half-page main#main {
    float: left;
    width: 50%;
  }
}
.sidebar-content-half-page main#main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sidebar-content-half-page main#main {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .sidebar-content-half-page main#main {
    left: 50%;
  }
}
.full-width-page main#main, .page-template-page-templateslanding-page-php main#main, .page-template-page-templatessitemap-php main#main, .thank-you-template main#main, .page-template-product-details main#main {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .full-width-page main#main, .page-template-page-templateslanding-page-php main#main, .page-template-page-templatessitemap-php main#main, .thank-you-template main#main, .page-template-product-details main#main {
    float: left;
    width: 100%;
  }
}
main#main.sitemap .sitemap-widgets {
  margin-left: -15px;
  margin-right: -15px;
}
main#main.sitemap .sitemap-widgets:before, main#main.sitemap .sitemap-widgets:after {
  content: " ";
  display: table;
}
main#main.sitemap .sitemap-widgets:after {
  clear: both;
}

.page-template-page-templateslanding-page-php #top-menu-container,
.page-template-page-templateslanding-page-php #main-menu-container,
.page-template-page-templateslanding-page-php #sub-menu-container,
.page-template-page-templateslanding-page-php #footer-menu-container {
  display: none;
}

/*--------------------------------------------------------------
11.0 - Sidebar
--------------------------------------------------------------*/
.default-sidebar, .gallery-sidebar, .right-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .default-sidebar, .gallery-sidebar, .right-sidebar {
    float: left;
    width: 33.33333%;
  }
}

#colophon-widget {
  margin-left: -15px;
  margin-right: -15px;
}
#colophon-widget:before, #colophon-widget:after {
  content: " ";
  display: table;
}
#colophon-widget:after {
  clear: both;
}

.colophon-widget {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .colophon-widget {
    float: left;
    width: 100%;
  }
}

.home-widgets {
  /*margin-top: 40px;*/
}

.left-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .left-sidebar {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .left-sidebar {
    right: 66.66667%;
  }
}

.left-half-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .left-half-sidebar {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .left-half-sidebar {
    right: 50%;
  }
}

.right-half-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .right-half-sidebar {
    float: left;
    width: 50%;
  }
}

/*--------------------------------------------------------------
12.0 - Widgets
--------------------------------------------------------------*/
#widgets, main#main.sitemap .sitemap-widgets {
  /*margin-bottom: 20px;*/
}
#widgets:before, main#main.sitemap .sitemap-widgets:before, #widgets:after, main#main.sitemap .sitemap-widgets:after {
  content: " ";
  display: table;
}
#widgets:after, main#main.sitemap .sitemap-widgets:after {
  clear: both;
}
#widgets .widget-title, main#main.sitemap .sitemap-widgets .widget-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #333333;
}
#widgets ul, main#main.sitemap .sitemap-widgets ul {
  padding-left: 5px;
}
#widgets ul li, main#main.sitemap .sitemap-widgets ul li {
  list-style: none;
}

.widget-wrapper {
  padding: 15px;
}

.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar #wp-calendar caption {
  margin-bottom: 20px;
}
.widget_calendar #wp-calendar thead tr th {
  padding-bottom: 10px;
  text-align: center;
}
.widget_calendar #wp-calendar tbody tr {
  border-bottom: 1px solid #555555;
}
.widget_calendar #wp-calendar tbody tr:last-child {
  border-bottom: none;
}
.widget_calendar #wp-calendar tbody tr td {
  text-align: center;
  padding: 5px;
}
.widget_calendar #wp-calendar tfoot tr td {
  padding-top: 10px;
}

.sitemap .sitemap-widget {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sitemap .sitemap-widget {
    float: left;
    width: 33.33333%;
  }
}

.widget_search {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 1200px) {
  .widget_search {
    text-align: right;
  }
}

.search-form {
  position: relative;
}
.search-form .search-field {
  position: relative;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search-form .search-submit {
  position: relative;
  height: 34px;
  left: -4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/*--------------------------------------------------------------
13.0 - Footer
--------------------------------------------------------------*/
#footer {
margin-right: auto;
margin-left: auto;
padding-left: 0px;
padding-right: 0px;
margin-top: 0;
background-color: #44423f;  min-height: 272px;
color: #cccccc;
font-size: 16px; line-height: 22px; font-weight: 400; position: relative;
}
#footer:before, #footer:after {
  content: " ";
  display: table;
}
#footer:after {
  clear: both;
}


#footer a {color: #ffffff;}
#footer a:hover {color: #0F9FC4; text-decoration: none;}

#footer-wrapper {max-width: 1140px; width: 100%; padding: 0 20px; margin: 55px 0 40px;}

/*--------------------------------------------------------------
13.1 - Footer widgets
--------------------------------------------------------------*/
#footer-widgets-container {
  margin-left: 0;
  margin-right: 0;
}
#footer-widgets-container:before, #footer-widgets-container:after {
  content: " ";
  display: table;
}
#footer-widgets-container:after {
  clear: both;
}

#footer-widget {
  margin-bottom: 20px;
}
#footer-widget:before, #footer-widget:after {
  content: " ";
  display: table;
}
#footer-widget:after {
  clear: both;
}



#footer-widget .footer-widget {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #footer-widget .footer-widget {
    float: left;
    /*width: 33.33333%;*/
  }
}

@media (max-width: 767px) {
  #footer-widget .footer-widget {
    float: none;
    /*width: 33.33333%;*/
  }
  
 

#footer #footer-wrapper {margin-right: auto; margin-left: auto; padding-left: 0; padding-right: 0;}
#footer-widget .footer-widget {position: relative; min-height: 1px; padding-left: 0; padding-right: 0;}

.copyright table {margin: 0 auto 20px;}

}



#footer-widget .footer-widget .widget-title {
  color: #999999;
}
#footer-widget .footer-widget ul {
  padding: 0;
}
#footer-widget .footer-widget ul li {
  list-style: none;
}


#text-3 {width: 300px; margin: 0 60px 25px 70px; min-height: 285px;}
#text-3 p {font-size: 16px; line-height: 24px; margin-top: 0px; margin-bottom: 12px; color: #c3c3c3; font-weight: 400; text-align: center;}
#text-3 .gray {margin-bottom: 10px; color: #cccccc; font-weight: 400; text-align: center;}

#text-3 h3 {color: #eed8ac; font-size: 19px; line-height: 23px; margin:  24px 0 10px; font-weight: 700; text-align: center; text-transform: uppercase;}
#text-3 img {margin: 0 auto 30px; clear: both; display: block;}

#text-3 a {color: #c3c3c3;}
#text-3 a:hover {color: #ffffff;}

#text-3 table {margin: 0 auto 20px;}

#text-9 {width: 300px; margin: 0 60px 0 70px;}
#text-9 h3 {color: #eed8ac; font-size: 19px; line-height: 23px; margin:  0 0 10px; font-weight: 700; text-align: center; text-transform: uppercase;}
#text-9 table {margin: 0 auto 20px;}

a.icon_facebook {background: url(/wp-content/themes/sec/images/icon_facebook.png) no-repeat 0 0; width: 42px; height: 42px; display: block; text-indent: -9999px;}
a.icon_facebook:hover {background-position: 0 -42px;}

a.icon_linkedin {background: url(/wp-content/themes/sec/images/icon_linkedin.png) no-repeat 0 0; width: 42px; height: 42px; display: block; text-indent: -9999px;}
a.icon_linkedin:hover {background-position: 0 -42px;}

a.icon_twitter {background: url(/wp-content/themes/sec/images/icon_twitter.png) no-repeat 0 0; width: 42px; height: 42px; display: block; text-indent: -9999px;}
a.icon_twitter:hover {background-position: 0 -42px;}


#nav_menu-2 {margin: 40px 30px 0 0; max-width: 300px; width: 100%; min-height: 285px !important;}
#nav_menu-2 li {font-size: 17px; line-height: 23px; margin-top: 0px; margin-bottom: 17px; color: #eed89c; font-weight: 700;}

#nav_menu-2 a {color: #c3c3c3;}
#nav_menu-2 a:hover {color: #ffffff;}

#nav_menu-3 {margin: 40px 30px 0 0; max-width: 300px; width: 100%; min-height: 285px !important;}
#nav_menu-3 li {font-size: 17px; line-height: 23px; margin-top: 0px; margin-bottom: 17px; color: #eed89c; font-weight: 700;}

#nav_menu-3 a {color: #c3c3c3;}
#nav_menu-3 a:hover {color: #ffffff;}

#text-4 {margin: 0px 30px 0 0; max-width: 300px; width: 100%;}
#text-4 p {font-size: 16px; line-height: 24px; margin-top: 0px; margin-bottom: 12px; color: #eed89c; font-weight: 400;}

#text-10 {margin: 0px 30px 0 0; max-width: 300px; width: 100%;}
#text-10 p {font-size: 16px; line-height: 24px; margin-top: 0px; margin-bottom: 12px; color: #eed89c; font-weight: 400;}

#text-5 {margin: 0px 30px 0 0; max-width: 300px; width: 100%;}
#text-5 p {font-size: 16px; line-height: 24px; margin-top: 0px; margin-bottom: 12px; color: #eed89c; font-weight: 400;}

#search-2 {margin: 0;}
#search-2 label {margin: 0;}


@media (max-width: 1145px) {
	#text-3 {min-height: 1px !important;}
	#nav_menu-2 {min-height: 1px !important;}
	#nav_menu-3 {margin: 0 30px 40px 0; max-width: 300px; width: 100%; min-height: 1px !important;}
}

@media (max-width: 992px) {
	#text-3 {width: 300px; margin: 0 auto; float: none;}
	#nav_menu-2 {margin: 40px auto 0; max-width: 300px; width: 100%; float: none; text-align: center; min-height: 1px !important}
	#nav_menu-3 {margin: 0 auto 65px; max-width: 300px; width: 100%; min-height: 10px !important;  float: none; text-align: center;}

	#text-9 {width: 300px; margin: 0 auto 30px; float: none;}
	#text-4 {margin: 0 auto 30px; max-width: 300px; width: 100%;  float: none; text-align: center;}
	#text-5 {margin: 0 auto; max-width: 300px; width: 100%;  float: none; text-align: center;}
	#text-10 {margin: 0 auto 30px; max-width: 300px; width: 100%;  float: none; text-align: center;}
}


/*--------------------------------------------------------------
13.2 - Social icons
--------------------------------------------------------------*/
#menu-social-container {padding: 0; max-width: 430px; float:right; margin-bottom: 20px;}

@media (max-width: 1080px) {
  #menu-social-container {padding: 0; max-width: 430px; float:none; margin: 0 auto 10px;}
}

@media (max-width: 620px) {
  #menu-social-container {padding: 0; max-width: 430px; float:none; margin: 0 auto 10px;}
}

#menu-social-container:before, #menu-social-container:after {
  content: " ";
  display: table;
}
#menu-social-container:after {
  clear: both;
}

#footer-menu-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  /*padding-left: 15px;
  padding-right: 15px;*/
  text-align: center;
}
@media (min-width: 992px) {
  #footer-menu-container {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #footer-menu-container {
    /*float: left;
    width: 58.33333%;*/
  }
}

#social-icons-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  #social-icons-container {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #social-icons-container {
    float: left;
    width: 41.66667%;
  }
}

.social-icons {
  padding: 0;
}
@media (min-width: 992px) {
  .social-icons {
    float: right;
  }
}
.social-icons li {
  display: inline-block;
  height: 24px;
  width: 24px;
  list-style: none;
  margin-left: 5px;
}
.social-icons li a {
  color: #fff;
  display: block;
  width: 24px;
  height: 24px;
  font-size: 1.2em;
}
.social-icons li a:hover {
  opacity: 0.8;
}
.social-icons li.facebook-icon a:before {
  content: "\f09a";
  color: white;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.foursquare-icon a:before {
  content: "\f180";
  color: white;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.googleplus-icon a:before {
  content: "\f0d5";
  color: white;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.instagram-icon a:before {
  content: "\f16d";
  color: white;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.linkedin-icon a:before {
  content: "\f0e1";
  color: white;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.pinterest-icon a:before {
  content: "\f0d2";
  color: white;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.rss-icon a:before {
  content: "\f09e";
  color: white;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.stumbleupon-icon a:before {
  content: "\f1a4";
  color: white;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.twitter-icon a:before {
  content: "\f099";
  color: white;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.vimeo-icon a:before {
  content: "\f194";
  color: white;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.youtube-icon a:before {
  content: "\f167";
  color: white;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
13.3 - Copyright & Powered
--------------------------------------------------------------*/
#footer-base {position: relative; bottom: 0px; width: 100%; background-color: #282828; border-top: 3px solid #ffffff;}

#footer-base-wrapper {padding: 0 20px; position: relative; max-width: 1140px; width: 100%; margin: 0 auto;}

@media (max-width: 1080px) {
  #footer-base-wrapper {padding: 0 20px; position: relative; bottom: 5px; max-width: 1100px; width: 100%;}
}

@media (max-width: 620px) {
  #footer-base-wrapper {padding: 0 20px; position: relative; bottom: 0px; max-width: 1100px; width: 100%;}
}


#footer-base:before, #footer-base:after {content: " "; display: table;}
#footer-base:after {clear: both;}

#footer-base .copyright {float: left; max-width: 410px; width: 100%; padding: 0px; margin: 15px 20px 15px 0; text-align: left;}

#footer-base .copyright p {margin: 0px; font-size: 12px; line-height: 20px; color: #666666 !important; font-weight: 400;}


@media (max-width: 992px) {
#footer-base .copyright {float: none; max-width: 410px; padding: 0px; margin: 15px auto; text-align: center;}
}


#footer-base .scroll-top {position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; text-align: center;}

@media (min-width: 992px) {
#footer-base .scroll-top {float: left; width: 100%;}
}

@media (min-width: 992px) {
#footer-base .scroll-top {position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px;}
}

@media (min-width: 992px) and (min-width: 992px) {
#footer-base .scroll-top {float: left; width: 33.33333%;}
}

@media (min-width: 992px) and (min-width: 992px) {
#footer-base .scroll-top {right: 33.33333%;}
}


#footer-base .powered {position: relative; min-height: 1px; padding-left: 20px; padding-right: 20px; text-align: right; float: right; margin: 15px 0; max-width: 290px; width: 100%;}

#footer-base .powered p {margin: 0px; font-size: 12px; line-height: 20px; color: #666666 !important; font-weight: 400;}

#footer-base .powered a {color: #666666; font-weight: 700;}
#footer-base .powered a:hover {color: #909090;}


@media (max-width: 992px) {
#footer-base .powered {float: none; max-width: 290px; padding: 0px; margin: 15px auto; text-align: center;}
}

/*--------------------------------------------------------------
14.0 - Extras
--------------------------------------------------------------*/
/* ALIGNMENT ===================*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 20px;
  
}

.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}

/*--------------------------------------------------------------
15.0 - Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  z-index: 100000;
  /* Above WP toolbar */
  top: 5px;
  left: 5px;
  display: block;
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  color: #428bca;
  border-radius: 3px;
  background-color: #f2f2f2;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}

.accessibile-label {
  font-size: 0;
  height: 1px;
  overflow: hidden;
  display: block;
}

/*--------------------------------------------------------------
16.0 - Plugin specific styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
16.2 - Jetpack
--------------------------------------------------------------*/
/*
 *Infinite scroll
 */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

#infinite-footer .container, #infinite-footer .content-area, #infinite-footer #featured-area, #infinite-footer .home-widgets, #infinite-footer #footer #footer-wrapper, #footer #infinite-footer #footer-wrapper {
  width: 1170px;
}

/*--------------------------------------------------------------
16.1 - WooCommerce
--------------------------------------------------------------*/
#breadcrumb {
  padding: 40px 0 0 0;
}

#breadcrumb a {
  color: #0066cc;
  font-size: 12px;
  font-weight: 400;
}

#breadcrumb a:hover {
  color: #444444;
  text-decoration: none;
}

#content-woocommerce {
  margin-top: 40px;
  margin-bottom: 20px;
}

.products ul, ul.products {
  margin-top: 40px;
}

.cart-collaterals .shipping_calculator {
  width: 100%;
}

table.shop_table {
  table-layout: fixed;
  -ms-word-break: break-all;
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

@media screen and (max-width: 767px) {
  table.shop_table {
    font-size: 10px;
  }
  


}
@media screen and (max-width: 400px) {
  table.shop_table {
    font-size: 8px;
  }
}
table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
  cursor: text;
}



/* ######################  Page Template Elements ######################### */


#text_container {border-top: none;}

#text_wrapper {max-width: 1140px; padding: 85px 20px 50px; margin: 0 auto;}
#text_area {position: relative; display: inline-block; width: 100%;}


#text_area h1 {font-size: 45px; line-height: 57px; margin-bottom: 25px; font-weight: 400; color: #282828; text-transform: uppercase; font-family: 'Open Sans', sans-serif;}
#text_area h2 {font-size: 25px; line-height: 35px; margin-bottom: 30px; font-weight: 400; color: #282828; font-family: 'Open Sans', sans-serif;}
#text_area h3 {font-size: 20px; line-height: 30px; margin-bottom: 20px; font-weight: 600; color: #282828; font-family: 'Open Sans', sans-serif;}

#text_area p {font-size: 16px; line-height: 26px; margin-bottom: 20px; font-weight: 400; color: #282828;}
#text_area ul, #text_area ol {margin-bottom: 40px;}
#text_area li {font-size: 16px; line-height: 26px; margin-bottom: 15px; font-weight: 400; color: #282828; text-transform: none; background: none; border-bottom: none; padding: 0;}

#text_area a {font-weight: 700; text-decoration: underline;}
 
 /*############ About Us page #########################*/
 #about_container_top {border-bottom: 1px solid #e7e7e7; }
#about_container_top #text_wrapper {max-width: 1100px; padding: 70px 100px 90px; margin: 0 auto;}
#about_container_top h1 {text-align: center;}


@media (max-width: 950px) {
#about_container_top #text_wrapper {padding: 70px 20px 90px;}
}

 /* ########################################### */
 
 

/*############ Contact Us Page #########################*/
#contact_container_top {background-color: #e3e3e3; background-image: url(../images/bkgd_contact_us.jpg); background-repeat: repeat-x; background-position: top center;}

#contact_us_wrapper {max-width: 940px; padding: 85px 20px 120px; margin: 0 auto;}

#contact_us_wrapper h2 {font-size: 25px; line-height: 29px; margin-bottom: 40px; font-weight: 400; color: #282828; font-family: 'Open Sans', sans-serif; text-align: center;}

#contact_us_info_wrapper {max-width: 900px; padding: 0; width: 100%; display: inline-block;}
#contact_us_left {float: left; max-width: 375px; margin-right: 50px; margin-bottom: 30px; width: 100%;}
#contact_us_right {float: left; max-width: 475px; margin-right: 0; margin-bottom: 30px; width: 100%;}


#contact_image {float: left; width: 100px; margin: 0 25px 20px 0;}
#contact_us_left #contact_text {float: left; max-width: 250px; width: 100%; margin: 0 0 20px;}
#contact_us_right #contact_text {float: left; max-width: 350px; width: 100%;  margin: 0 0 20px;}
#contact_text p {font-size: 16px; line-height: 26px; margin-bottom: 0px; font-weight: 400; color: #282828; font-family: 'Open Sans', sans-serif; padding: 10px 0;}

#contact_form_wrapper {max-width: 900px; width: 100%; background-color: #ffffff; border: 1px solid #cbcbcb; padding: 70px 60px 40px;}

#contact_form_wrapper h3 {font-size: 25px; line-height: 29px; margin-bottom: 50px; font-weight: 400; color: #282828; font-family: 'Open Sans', sans-serif; text-align: center;}
#contact_form_wrapper p {text-transform: uppercase;}

#input_left {float: left; max-width: 360px; width: 100%; margin-right: 55px;}
#input_right {float: left; max-width: 360px; width: 100%;}
#input_long {float: left; max-width: 780px; width: 100%}


@media (max-width: 960px) {


#input_left {float: none; max-width: 780px; width: 100%; margin-right: 0px;}
#input_right {float: none; max-width: 780px; width: 100%;}
}

@media (max-width: 560px) {
#contact_image {float: none;margin: 0 auto 20px;}
#contact_us_left #contact_text {float: none;  margin: 0 auto 20px; text-align: center;}
#contact_us_right #contact_text {float: none;  margin: 0 auto 20px; text-align: center;}

	
#contact_form_wrapper {padding: 50px 30px 20px;}
}

 /* ########################################### */
 
 
 
 /*############ Distributor Page #########################*/
#distributor_block_container {background-color: #eeeeee; border-top: 4px solid #ffffff;}

#distributor_block_wrapper {max-width: 1140px; padding: 60px 20px 50px; margin: 0 auto;}

#distributor_block_wrapper h3 {font-size: 20px; line-height: 24px; margin-bottom: 13px; font-weight: 700; color: #000000; font-family: 'Open Sans', sans-serif; text-align: center;}
#distributor_block_wrapper h4 {font-size: 20px; line-height: 24px; margin-bottom: 0px; font-weight: 600; color: #282828; font-family: 'Open Sans', sans-serif; text-align: center;}

#distributor_block_wrapper p {font-size: 17px; line-height: 25px; margin-bottom: 15px; font-weight: 400; color: #282828; font-family: 'Open Sans', sans-serif; text-align: center;}
 
 #distributor_block_wrapper a {color: #282828;}
 #distributor_block_wrapper a:hover {color: #a7a7a7;}
 #distributor_block_wrapper .link_bold {font-weight: 700;}
 
a.button_distributor {color: #000000; background-color: #eed89c; text-transform: uppercase; padding: 15px 35px; font-size: 16px; line-height: 20px;  border: 3px solid #eed89c; font-family: 'Open Sans', sans-serif; font-weight: 600;}
a.button_distributor:hover {color: #ffffff; background-color: #424242; text-decoration: none;}
 
  
#distributor_container_top {}

#distributor_wrapper {max-width: 1140px; padding: 65px 20px 50px; margin: 0 auto;}

#distributor_wrapper h2 {font-size: 26px; line-height: 40px; margin-bottom: 45px; font-weight: 700; color: #282828; font-family: 'Open Sans', sans-serif; text-align: left; border-bottom: 1px solid #c2c2c2; padding: 0 0 2px 15px; text-transform: uppercase;}

#distrubtor_info_wrapper {max-width: 1100px; padding: 0; width: 100%; display: inline-block;}
#distributor_block {float: left; max-width: 310px; margin-right: 55px; margin-bottom: 30px; width: 100%; min-height: 215px;}


#distributor_block p {font-size: 14px; line-height: 26px; margin-bottom: 15px; font-weight: 400; color: #282828; font-family: 'Open Sans',}
#distributor_block .company_name {font-size: 16px; font-weight: 600;}

 #distributor_block a {color: #282828;}
 #distributor_block a:hover {color: #a7a7a7;}
 #distributor_block .link_bold {font-weight: 700; font-size: 16px;}




@media (max-width: 650px) {
#distributor_block {float: none; margin: 0 auto 30px; min-height: 100px;}
}

@media (max-width: 560px) {
a.button_distributor {padding: 15px 25px; font-size: 14px; line-height: 20px;  border: 3px solid #eed89c; font-family: 'Open Sans', sans-serif; font-weight: 600;}
}

 /* ########################################### */

 
  /*############ Application Pages #########################*/
#applications_container {}

#applications_wrapper {max-width: 1040px; padding: 75px 20px 90px; margin: 0 auto;}
#applications_inner_wrapper {max-width: 1040px; padding: 75px 20px 90px; margin: 0 auto;}

#applications_block {border: 1px solid #c2c2c2; padding: 10px; width: 100%; max-width: 297px; margin: 0 15px 30px; float: left;}

#applications_block img {margin-bottom: 15px;}
#applications_block h2 {font-size: 22px; line-height: 28px; margin-bottom: 30px; font-weight: 400; color: #282828; font-family: 'Open Sans', sans-serif; text-align: center; padding: 0 40px;}
#applications_block p {font-size: 17px; line-height: 25px; margin-bottom: 30px; font-weight: 700; color: #282828; font-family: 'Open Sans', sans-serif; text-align: center; padding: 0 40px;}

#applications_block a:hover  h2 {color: #a7a7a7;}
#applications_block a:hover  p {color: #a7a7a7;}
 
 #applications_block a {color: #44423f;  text-decoration: none !important;}
 #applications_block a:hover {color: #a7a7a7;}
 
a.button_application {color: #ffffff; background-color: #44423f; text-transform: uppercase; padding: 15px 0; font-size: 24px; line-height: 28px;  border: 3px solid #eed89c; font-family: 'Open Sans', sans-serif; font-weight: 600; text-align: center;  display: inline-block; width: 100%; text-decoration: none !important;}
a.button_application:hover {color: #282828; background-color: #eed89c; text-decoration: none;}
 
 
#applications_left {float: left; max-width: 405px; margin-right: 95px; margin-bottom: 30px; width: 100%;}
#applications_right {float: right; max-width: 500px; margin-right: 0px; margin-bottom: 30px; width: 100%;}

#applications_left p {line-height: 58px;}
#applications_left img {margin-bottom: 55px;}

#applications_right h1 {font-size: 36px; line-height: 40px; margin-bottom: 35px; font-weight: 700; color: #282828; font-family: 'Open Sans', sans-serif; padding: 0 10px 15px; border-bottom: 1px solid #c2c2c2;}
#applications_right h2 {font-size: 24px; line-height: 30px; margin-bottom: 40px; font-weight: 300; color: #282828; font-family: 'Open Sans', sans-serif; padding: 0 10px;}
#applications_right p {font-size: 16px; line-height: 26px; margin-bottom: 8px; font-weight: 400; color: #282828; font-family: 'Open Sans', sans-serif; padding: 0 10px;}
#applications_right ul {margin-bottom: 45px;}
#applications_right ul ul {margin-bottom: 10px;}
#applications_right li {list-style-type: disc; margin-bottom: 5px}

#applications_right .bold_caps {font-weight: 700 !important; text-transform: uppercase;}


 #applications_right a {color: #282828;}
 #applications_right a:hover {color: #a7a7a7;}
 #applications_right .link_bold {font-weight: 700; font-size: 16px;}


@media (max-width: 1055px) {
#applications_right {float: left; max-width: 1000px;}
#applications_left {margin-right: 0px;}
}

@media (max-width: 1030px) {
#applications_wrapper {max-width: 700px; padding: 75px 20px 120px; margin: 0 auto;}
}

@media (max-width: 710px) {
#applications_block {margin: 0 auto 30px; float: none;}
}

@media (max-width: 560px) {
#applications_block h2 {padding: 0 30px;}

#applications_right h1 {font-size: 30px; line-height: 34px; padding: 0 0px 15px; text-transform: capitalize;}
#applications_right h2 {font-size: 20px; line-height: 26px; padding: 0 0px;}
#applications_right p {padding: 0;}
}

 /* ########################################### */
 
 
   /*############ Products Lander Page #########################*/
.page-id-2 .post-meta {display: none;}
 
#products_lander_container {}

#products_lander_wrapper {max-width: 1040px; padding: 75px 20px 120px; margin: 0 auto;}

#products_lander_block {border: 1px solid #c2c2c2; padding: 10px; width: 100%; max-width: 297px; margin: 0 15px 30px; float: left; height: 336px;}

#products_lander_block img {margin-bottom: 15px;}
#products_lander_block h2 {font-size: 22px; line-height: 28px; margin-bottom: 30px; font-weight: 400; color: #282828; font-family: 'Open Sans', sans-serif; text-align: center; text-transform: uppercase;}
#products_lander_block p {font-size: 17px; line-height: 25px; margin-bottom: 30px; font-weight: 700 !important; color: #282828; font-family: 'Open Sans', sans-serif; text-align: center;}
 
 #products_lander_block a {color: #44423f; text-decoration: none !important;}
 #products_lander_block a:hover {color: #a7a7a7;}
 
  #products_lander_block a:hover p, #products_lander_block a:hover h2 {color: #a7a7a7;}
 
 #products_lander_block h2 a {color: #282828; font-weight: 700;}

@media (max-width: 1030px) {
#products_lander_wrapper {max-width: 700px; padding: 75px 20px 120px; margin: 0 auto;}
}

@media (max-width: 710px) {
#products_lander_block {margin: 0 auto 30px; float: none;}
}

@media (max-width: 560px) {

}

 /* ########################################### */
 
 
 /*############ Products Level 2 Page #########################*/
 
 #product_nav_wrapper {border-top: 1px solid #ffffff; background-color: #B0B0B0;}
#product_nav_area {max-width: 1010px; padding: 30px 20px 0px; margin: 0 auto;}
#product_nav_area_2 {max-width: 700px; padding: 30px 20px 0px; margin: 0 auto;}

#product_nav_items {position: relative; display: inline-block; width: 100%;}

nav.primary {}

nav.primary ul {margin: 0; padding: 0;}
nav.primary  a li  {width: 280px; border: 3px solid #eed8ac; background-color: #ffffff; padding: 15px; margin: 0 15px 30px; float:left; list-style:none; font-size: 16px !important; line-height: 24px !important; color: #a7a7a7 !important; font-weight: 700 !important; text-align: center !important; text-transform: uppercase;}
nav.primary ul a:first-child  {margin: 0px !important; display: none;}
nav.primary ul li .product_large {display:block; font-size: 22px !important; color:#282828; text-decoration:none; line-height:26px !important; font-weight: 400 !important; text-transform: capitalize !important;}

nav.primary a:hover li  {color: #282828 !important;  background-color: #eed8ac;}
nav.primary a.selected li  {color: #282828 !important;  background-color: #eed8ac;}


nav.primary1 {width:auto; margin: 5px 0; display:table;}

nav.primary1 ul li  {float:left; list-style:none; font-size: 16px !important; line-height: 24px !important; color: #ffffff !important; font-weight: 700 !important; text-align: center !important; margin: 10px 25px !important; text-transform: uppercase;}
nav.primary1 ul li:first-child  {margin: 0px !important;}
nav.primary1 ul li a {display:block; font-size: 22px !important; color:#eed8ac; text-decoration:none; line-height:26px !important; font-weight: 400 !important; text-transform: capitalize !important;}

nav.primary1 li a:hover {color: #a7a7a7 !important;}
nav.primary1 li a.selected {color: #a7a7a7;}


#products_filter_container {}

#products_filter_wrapper {max-width: 1040px; padding: 75px 20px 90px; margin: 0 auto;}
#products_filter_wrapper p {font-size: 16px; line-height: 26px; margin-bottom: 40px; font-weight: 400; color: #282828; font-family: 'Open Sans', sans-serif; padding: 0 15px;}
.page-id-24 #products_filter_wrapper p {padding: 0px; margin-bottom: 20px; font-weight: 400 !important;}

#product_filter_block {border: 1px solid #c2c2c2; width: 100%; max-width: 297px; margin: 0 15px 30px; float: left; padding: 3px; height: 331px;}

#product_filter_top {padding: 7px 7px 10px;}
#product_filter_bottom {background-color: #282828; padding: 10px 0; display: inline-block; width: 100%; margin: 0 auto; }
#left_block {padding:  0 17px; border-right: 1px solid #5c5c5c; float: left;}
#center_block {padding:  0 17px; border-right: 1px solid #5c5c5c; float: left;}
#right_block {padding:  0 17px;  float: left;}

.page-id-23 #right_block {padding:  0 15px;  float: none;}
.page-id-23 #product_filter_block {height: 318px;}

#product_filter_block img {margin-bottom: 25px;}
#product_filter_block h2 {font-size: 24px; line-height: 28px; margin-bottom: 20px; font-weight: 400; color: #282828; font-family: 'Open Sans', sans-serif; text-align: center; text-transform: uppercase;}

#product_filter_block h3 {font-size: 24px; line-height: 28px; margin-bottom: 5px; font-weight: 300; color: #eed8ac; font-family: 'Open Sans', sans-serif; text-align: center; text-transform: uppercase;}
#product_filter_block p {font-size: 15px; line-height: 21px; margin-bottom: 0px; font-weight: 700; color: #ffffff; font-family: 'Open Sans', sans-serif; text-align: center; text-transform: uppercase; padding: 0px;}
#product_filter_block a {text-decoration: none !important;}

.portfolio { margin:0; }

img {max-width:100%;}

.magnifier {background:rgba(237,49,49,.7); position:absolute; top:10px; left:10px; bottom:10px; right:10px; opacity:0; -webkit-transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; -ms-transition:all .3s ease-in-out; -o-transition:all .3s ease-in-out; transition:all .3s ease-in-out;}

.isotope-item {z-index: 2;}

.isotope-hidden.isotope-item {pointer-events: none; z-index: 1;}

.isotope, .isotope .isotope-item {-webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; 	transition-duration: 0.8s;}

.isotope {-webkit-transition-property: height, width; -moz-transition-property: height, width; transition-property: height, width;}

.isotope .isotope-item {-webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; transition-property: transform, opacity;}


@media (max-width: 1155px) {

nav.primary1 {width:auto; margin: 15px auto; display:table;}
nav.primary1 ul {padding: 0px;}
}

@media (max-width: 1030px) {
#products_filter_wrapper {max-width: 700px; padding: 75px 20px 120px; margin: 0 auto;}
}

@media (max-width: 1025px) {
#product_nav_area {max-width: 700px; padding: 30px 20px 0px; margin: 0 auto;}
}

@media (max-width: 800px) {
nav.primary1 ul li  {float: none; margin: 10px auto !important;}
}

@media (max-width: 715px) {
nav.primary  a li  {margin: 0 auto 30px; float:none;}
}

@media (max-width: 710px) {
#product_filter_block {margin: 0 auto 30px; float: none;}
}



@media (max-width: 480px) {
	#left_block {padding:  0 13px;}
#center_block {padding:  0 13px;}
#right_block {padding:  0 13px; }

}

 /* ########################################### */
 
 
 
 /*############ Products Details Page #########################*/
#product_details_container {}
#product_details_wrapper {max-width: 1080px; padding: 85px 20px; margin: 0 auto;}

#details_left {width: 100%; max-width: 485px; margin: 0 55px 30px 0; float: left;}
#details_right {width: 100%; max-width: 500px; margin: 0 0 30px; float: right;}

#details_left img {margin-bottom: 40px;}
#details_left h3 {font-size: 16px; line-height: 0.1em; margin: 11px 0 55px; font-weight: 700; color: #282828; font-family: 'Open Sans', sans-serif; text-align: center; text-transform: uppercase; width: 100%; border-bottom: 1px solid #c2c2c2;}
#details_left h3 span {background:#fff; padding:0 15px;}
#details_left p {font-size: 16px; line-height: 30px; margin-bottom: 40px; font-weight: 600; color: #282828; font-family: 'Open Sans', sans-serif; text-align: center;}

 #product_icons a {color: #282828;  text-decoration: none;}
 #product_icons a:hover {color: #a7a7a7;}
 
#product_icons a:hover  p {color: #a7a7a7;}

#details_left .button_para {line-height: 69px; margin-bottom: 75px; text-align: center;}

#product_icon_area {display: inline-block; width: 100%; margin: 0 auto;}
#product_icons {width: 100%; max-width: 150px; margin: 0 5px 30px; float: left;}
#product_icons img {margin: 0 auto 20px; display: block; clear: both;}
#product_icons p {font-size: 20px; line-height: 26px; margin-bottom: 0px; font-weight: 400; color: #282828; font-family: 'Open Sans', sans-serif; text-align: center;}

#details_right h1 {font-size: 30px; line-height: 34px; margin-bottom: 40px; font-weight: 700; color: #282828; font-family: 'Open Sans', sans-serif; text-transform: uppercase; padding-bottom: 20px; border-bottom: 1px solid #c2c2c2;}
#details_right h2 {font-size: 24px; line-height: 30px; margin-bottom: 20px; font-weight: 400; color: #282828; font-family: 'Open Sans', sans-serif; }
#details_right .small_h2 {font-size: 18px; line-height: 24px;}
#details_right h3 {font-size: 16px; line-height: 30px; margin-bottom: 5px; font-weight: 700; color: #282828; font-family: 'Open Sans', sans-serif; text-transform: uppercase;}
#details_right p {font-size: 16px; line-height: 30px; margin-bottom: 40px; font-weight: 400; color: #282828; font-family: 'Open Sans', sans-serif;}
#details_right ul {margin-bottom: 40px;}
#details_right li {font-size: 16px; line-height: 30px; margin-bottom: 0px; font-weight: 400; color: #282828; font-family: 'Open Sans', sans-serif;}

a.button_request_a_quote {color: #ffffff; background-color: #44423f; text-transform: uppercase; padding: 15px 0; font-size: 24px; line-height: 28px;  border: 3px solid #eed89c; font-family: 'Open Sans', sans-serif; font-weight: 600; margin: 0 auto; text-align: center;  display: inline-block; width: 100%; text-decoration: none !important;}
a.button_request_a_quote:hover {color: #282828; background-color: #eed89c; text-decoration: none;}


@media (max-width: 1030px) {
#product_details_wrapper {max-width: 700px; }
}

@media (max-width: 560px) {
a.button_request_a_quote {padding: 15px 20px; font-size: 22px; line-height: 26px;}
}

@media (max-width: 400px) {
#product_icons {margin: 0 auto 30px; float: none;}
}
 /* ########################################### */
 
 
 /*############ Resources Page #########################*/
.page-id-7 nav.primary {width:auto; margin:0px 15px 60px; display:table;}

.page-id-7 nav.primary ul li:first-child  {margin: 0px !important;}
.page-id-7 nav.primary ul li  {float:left; list-style:none; margin: 0px !important;}

.page-id-7 nav.primary ul li a {height:36px !important; display:block; font-size:20px !important; color:#282828 !important; padding:0 15px !important; text-decoration:none !important; line-height:36px !important;}

.page-id-7 nav.primary li a:hover {color: #a7a7a7 !important;}
.page-id-7 nav.primary li a.selected {color: #a7a7a7 !important;}


#resource_container {}

#resource_wrapper {max-width: 1040px; padding: 75px 20px 90px; margin: 0 auto;}
#resource_wrapper p {font-size: 16px; line-height: 26px; margin-bottom: 40px; font-weight: 400; color: #282828; font-family: 'Open Sans', sans-serif; padding: 0 15px;}

#resource_block {border: 1px solid #c2c2c2; width: 100%; max-width: 297px; margin: 0 15px 30px; float: left; padding: 10px; height: 331px;}

#resource_block img {margin-bottom: 25px;}
#resource_block h2 {font-size: 24px; line-height: 28px; margin-bottom: 20px; font-weight: 400; color: #282828; font-family: 'Open Sans', sans-serif; text-align: center; text-transform: uppercase;}

#resource_block h3 {font-size: 24px; line-height: 28px; margin-bottom: 5px; font-weight: 300; color: #eed8ac; font-family: 'Open Sans', sans-serif; text-align: center; text-transform: uppercase;}
#resource_block p {font-size: 15px; line-height: 21px; margin-bottom: 0px; font-weight: 700; color: #ffffff; font-family: 'Open Sans', sans-serif; text-align: center; text-transform: uppercase; padding: 0px;}

 #resource_block a:hover  h2 {color: #a7a7a7;}
 
  #resource_block a {color: #a7a7a7;  text-decoration: none !important;}

.portfolio { margin:0; }

img {max-width:100%;}

.magnifier {background:rgba(237,49,49,.7); position:absolute; top:10px; left:10px; bottom:10px; right:10px; opacity:0; -webkit-transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; -ms-transition:all .3s ease-in-out; -o-transition:all .3s ease-in-out; transition:all .3s ease-in-out;}

.isotope-item {z-index: 2;}

.isotope-hidden.isotope-item {pointer-events: none; z-index: 1;}

.isotope, .isotope .isotope-item {-webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; 	transition-duration: 0.8s;}

.isotope {-webkit-transition-property: height, width; -moz-transition-property: height, width; transition-property: height, width;}

.isotope .isotope-item {-webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; transition-property: transform, opacity;}


@media (max-width: 1155px) {
nav.primary2 {width:auto; margin: 15px auto; display:table;}
nav.primary2 ul {padding: 0px;}
}

@media (max-width: 1030px) {
#resource_wrapper {max-width: 700px; padding: 75px 20px 120px; margin: 0 auto;}
}

@media (max-width: 800px) {
nav.primary2 ul li  {float: none; margin: 10px auto !important;}
}

@media (max-width: 710px) {
#resource_block {margin: 0 auto 30px; float: none;}
}

@media (max-width: 560px) {

}

 /* ########################################### */
 
 
 /*############## Trailer Electrical Interface Lander Styles #################*/
 #products_tei_container {}

#products_tei_wrapper {max-width: 990px; padding: 75px 20px 90px; margin: 0 auto;}
#products_tei_wrapper p {font-size: 16px; line-height: 26px; margin-bottom: 40px; font-weight: 400; color: #282828; font-family: 'Open Sans', sans-serif; padding: 0 15px;}

#trailer_interface_block {border: 1px solid #c2c2c2; width: 100%; max-width: 950px; margin: 0 auto 30px; float: none; padding: 3px; min-height: 325px; line-height: 1px;}
#trailer_interface_area {position: relative; display: inline-block; width: 100%;}

/*#product_filter_top {padding: 7px 7px 10px;}
#product_filter_bottom {background-color: #282828; padding: 10px 0; display: inline-block; width: 100%; margin: 0 auto; }*/
#tei_model {max-width: 294px; width: 100%; margin: 0 3px 0 0; float: left; min-height: 317px;}
#tei_input_1 {max-width: 213px; width: 100%; margin: 0 3px 0 0; float: left; background-color: #eeeeee; padding: 15px 10px; min-height: 317px;}
#tei_input_2 {max-width: 213px; width: 100%; margin: 0 3px 0 0; float: left; padding: 15px 10px; min-height: 317px;}
#tei_output {max-width: 213px; width: 100%; margin: 0 0; float: left;  background-color: #eeeeee; padding: 15px 10px; min-height: 317px;}


#tei_model img {margin: 15px auto; display: block;}
#tei_model h2 {font-size: 22px; line-height: 28px; margin-bottom: 30px; font-weight: 400; color: #282828; font-family: 'Open Sans', sans-serif; text-align: center; text-transform: uppercase;}
#tei_model p {font-size: 17px; line-height: 23px; margin-bottom: 0px; font-weight: 700 !important; color: #44423f; font-family: 'Open Sans', sans-serif; text-align: center; text-transform: uppercase;}
#tei_model a {text-decoration: none;}
#tei_model a:hover h2, #tei_model a:hover p {color: #a7a7a7;}

#trailer_interface_block h3 {font-size: 18px; line-height: 24px; margin: 15px 0 30px; font-weight: 700; color: #44423f; font-family: 'Open Sans', sans-serif; text-align: center; text-transform: uppercase;}
#tei_input_1 p {font-size: 22px; line-height: 24px; margin-bottom: 0px; font-weight: 300; color: #7a7a7a; font-family: 'Open Sans', sans-serif; text-align: center; text-transform: uppercase; padding: 0px;}
#tei_input_1 .input_bold {font-size: 16px; line-height: 22px; margin-bottom: 0px; font-weight: 700; color: #7a7a7a; font-family: 'Open Sans', sans-serif; text-align: center; text-transform: uppercase; padding: 0px;}
#tei_input_1 img {margin: 0 auto 30px; display: block;}

#tei_input_2 p {font-size: 22px; line-height: 24px; margin-bottom: 0px; font-weight: 300; color: #7a7a7a; font-family: 'Open Sans', sans-serif; text-align: center; text-transform: uppercase; padding: 0px;}
#tei_input_2 .input_bold {font-size: 16px; line-height: 22px; margin-bottom: 0px; font-weight: 700; color: #7a7a7a; font-family: 'Open Sans', sans-serif; text-align: center; text-transform: uppercase; padding: 0px;}
#tei_input_2 img {margin: 0 auto 30px; display: block;}


#tei_output p {font-size: 22px; line-height: 24px; margin-bottom: 0px; font-weight: 300; color: #7a7a7a; font-family: 'Open Sans', sans-serif; text-align: center; text-transform: uppercase; padding: 0px;}
#tei_output .input_bold {font-size: 16px; line-height: 22px; margin-bottom: 0px; font-weight: 700; color: #7a7a7a; font-family: 'Open Sans', sans-serif; text-align: center; text-transform: uppercase; padding: 0px;}
#tei_output img {margin: 0 auto 30px; display: block;}

#left_2 {width: 92px; padding: 0 8px; float: left; border-right: 1px solid #c2c2c2;}
#right_2 {width: 91px; padding: 0 8px; float: left;}

#left_3 {width: 60px; padding: 0 4px; float: left; border-right: 1px solid #c2c2c2;}
#center_3 {width: 68px; padding: 0 4px; float: left; border-right: 1px solid #c2c2c2;}
#right_3 {width: 64px; padding: 0 4px; float: left;}


@media (max-width: 1010px) {
#trailer_interface_block {width: 100%; max-width: 521px;}


#tei_input_1 {margin: 0;}
#tei_input_2 {margin: 0 3px 0 0; padding: 15px 50px; width: 100%; max-width: 294px;}
#tei_output {margin: 0;}
}

@media (max-width: 600px) {
#trailer_interface_block {width: 100%; max-width: 302px;}

#tei_model {margin: 0 auto; float: none; min-height: 317px;}
#tei_input_1 {margin: 0 auto; float: none; padding: 15px 40px; width: 100%; max-width: 294px;}
#tei_input_2 {margin: 0 auto; float: none;  padding: 15px 40px; width: 100%; max-width: 294px;}
#tei_output {margin: 0 auto; float: none;  padding: 15px 40px; width: 100%; max-width: 294px;}
}

  /* ########################################### */
 

.title-archive {display: none;}
.paragraph_button {line-height: 68px !important; text-align: center;}


.page-template-landing-page .entry-header {display: none;}

.page-template-landing-page #main {background-color: #ffffff; background-image: url(../images/bkgd_landing_page.jpg); background-repeat: repeat-x; background-position: top center;}

.page-template-landing-page #footer {padding-top: 0px;}

.page-template-landing-page #footer-base .copyright {float: none; width: 100%; text-align: center;}


.single .post-entry .alignnone {margin-bottom: 30px;}



.front-page, .page-id-1117  {width: 100%; padding: 0; background-image: url(../images/bkgd_home.jpg); background-repeat: no-repeat; background-position: top center;}




.new_product { position:absolute; top: 0px; left: 0px; z-index: 3000; } 
.new_product_bottom { position:relative; top: 0px; left: 0px; z-index: 1000; } 

#anchor_links {text-align: center;}
#anchor_links ul li {display: inline; list-style-type: none; padding: 0 20px; border-right: 1px solid #282828;}
#anchor_links ul li:last-child {border-right: none;}


#manual {width: 100%; display: inline-block; margin: 0 0 30px;}
#manual input[type="button"] {padding: 3px 10px !important; max-width: 200px;  width: 100%; float: left; font-size: 18px !important; line-height: 22px !important; margin: 0;}
#jumpMenu {margin:  0 15px 20px 0; max-width: 280px;  width: 100%; float: left;}



/*SLIDE-IN CTA
--------------------------------------------- */
#slidebox {padding: 0; background-color: #1891de; position: fixed; bottom: -300px; right: 0; width: 100%; z-index: 1000; height: 200px;}
.page-id-20 #slidebox {padding: 0; background-color: #96bd63; position: fixed; bottom: -300px; right: 0; width: 100%; z-index: 1000; height: 177px;}
.page-id-19 #slidebox {padding: 0; background-color: #6da49c; position: fixed; bottom: -300px; right: 0; width: 100%; z-index: 1000; height: 200px;}

a.close {background: transparent url(https://cdn2.hubspot.net/hub/53/file-527841348-gif/close.gif) no-repeat top left; width: 13px; height: 13px; position: absolute; cursor: pointer; top: 10px; right: 10px;}

a.close:hover {background-position: 0 -13px;}

#slidebox_inner {max-width: 1080px; margin: 0 auto; padding: 0px 20px;}

#slidebox_inner_area {display: inline-block; position: relative; width: 100%;}

#slidebox_image {float: left; max-width:  300px; width: 100%; margin: 0 50px 0 0;}
#slidebox_text {float: left; max-width:  330px; width: 100%; margin: 55px 30px 30px 0;}
#slidebox_button {float: left; max-width:  330px; width: 100%; margin: 75px 0 30px;}

#slidebox_text h3 {font-size: 24px; line-height: 34px; margin: 0px; font-weight: 700; color: #ffffff; text-align: left; text-transform: uppercase; font-family: 'Open Sans', sans-serif;}
#slidebox_text h4 {font-size: 22px; line-height: 32px; margin: 0px; font-weight: 300; color: #ffffff; text-align: left; font-family: 'Open Sans', sans-serif;}

.page-id-20 #slidebox_text h3 {font-size: 24px; line-height: 34px; margin: 0px; font-weight: 700; color: #252525; text-align: left; text-transform: uppercase; font-family: 'Open Sans', sans-serif;}
.page-id-20 #slidebox_text h4 {font-size: 22px; line-height: 32px; margin: 0px; font-weight: 300; color: #252525; text-align: left; font-family: 'Open Sans', sans-serif;}

a.button_slidein_cta {color: #ffffff; background-color: #1891de; text-transform: uppercase; padding: 15px 0; font-size: 16px; line-height: 20px;  border: 3px solid #ffffff; font-family: 'Open Sans', sans-serif; font-weight: 600; text-align: center;  display: inline-block; width: 100%;}
 
a.button_slidein_cta:hover {color: #1891de; background-color: #ffffff; text-decoration: none;}

@media (max-width: 1095px) {
	#slidebox {height: 225px; bottom: -225px;}
	#slidebox_image {margin: 48px 50px 0 0;}
	#slidebox_text {margin: 20px 30px 30px 0;}
	#slidebox_button {margin: 0;}
}

@media (max-width: 765px) {
	#slidebox {display: none;}
}

#breadcrumbs {display: block; max-width: 1100px; width: 100%; margin: 0 auto; padding:  15px 20px; float: none; font-size: 14px; line-height: 24px; font-weight: 400;}
.breadcrumb {padding: 0 10px;}
.breadcrumb a {text-decoration: underline;}
.breadcrumb-current {font-weight: 700; color: #282828; padding: 0 10px;}

        
#dc_product_info_area {display: inline-block; position: relative; width: 100%; margin: 0 0 45px;}
.dc_product_info_left {float: left; max-width:  160px; width: 100%; margin: 0 5px 10px 0; position: relative; background-color: #e5e5e5}
.dc_product_info_middle {float: left; max-width:  160px; width: 100%; margin: 0 5px 10px 0; position: relative; background-color: #e5e5e5}
.dc_product_info_right {float: left; max-width:  160px; width: 100%; margin: 0 5px 10px 0; position: relative; background-color: #e5e5e5}

.dc_product_info_left .dc_product_info_top, .dc_product_info_right .dc_product_info_top  {background-color: #eed8ac; padding: 20px 10px;}
.dc_product_info_middle .dc_product_info_top  {background-color: #eed8ac; padding: 9px 10px;}
.dc_product_info_top p {font-size: 16px !important; line-height: 22px !important; color: #242321 !important; font-weight: 700 !important; text-transform: uppercase !important; text-align: center !important; margin: 0 !important;}

.dc_product_info_bottom  {padding: 10px;}
.dc_product_info_bottom p {font-size: 23px !important; line-height: 20px !important; color: #282828 !important; font-weight: 700 !important; text-transform: uppercase !important; text-align: center !important; margin: 0 !important;}

.new_h2 {font-size: 44px !important; line-height: 48px !important; margin-bottom: 30px !important; font-weight: 300 !important; color: #282828 !important; font-family: 'Open Sans', sans-serif; padding-bottom: 30px !important; border-bottom: 1px solid #c2c2c2 !important;}

.new_h1 {font-size: 36px !important; line-height: 40px !important; margin-bottom: 55px !important; font-weight: 800 !important; color: #242321 !important; font-family: 'Open Sans', sans-serif; padding-bottom: 0 !important; border-bottom: none !important;}


/*######################### Search Styles ########################*/
#content-search {max-width: 1080px; padding: 85px 20px; margin: 0 auto;}
#content-search .page-header {margin: 0 0 50px;}
#content-search .page .entry-header {background-color: #ffffff; min-height: 1px; margin-bottom: 0px;}
#content-search h1 {font-size: 36px !important; line-height: 48px !important; margin-bottom: 30px !important; font-weight: 300 !important; color: #282828 !important; font-family: 'Open Sans', sans-serif; padding-bottom: 15px !important; border-bottom: 1px solid #c2c2c2 !important;}

#content-search article {border-bottom: 1px solid #eed8ac; padding: 0 0 30px; margin: 0 0 40px;}
#content-search article a {font-weight: 700; color: #282828;}
#content-search article a:hover {font-weight: 700; color: #a7a7a7;}
#content-search article h2 {font-size: 26px; line-height: 38px; margin-bottom: 20px; font-weight: 400; color: #282828;}
#content-search article p {font-size: 16px; line-height: 30px; margin-bottom: 25px; font-weight: 400; color: #282828; font-family: 'Open Sans', sans-serif;}

.search-form .search-field {
    position: relative;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; display: block;
    width: 170px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 18px;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #c2c2c2;
}

.search-form .search-submit {
    position: relative;
    height: 34px;
    left: -5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; color: #000000;
    background-color: #f6d28b;
    border: 3px solid #f6d28b;
    text-transform: uppercase;
    padding: 3px 10px;
    font-size: 14px;
    line-height: 18px;
    width: 40px;
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.search-form .search-submit:hover {background-color: #fff; border-color: #f6d28b; color: #2f312d !important}

/* BLOG STYLING */
.page-template-blog-template .current-page-title {
  width:100%;
  background:#44423F;
  padding:55px 20px;
}
.page-template-blog-template .post-content-block {
  padding-top: 30px;
}
.page-template-blog-template .current-page-title h1 {
  font-size: 35px;
  line-height: 41px;
  margin-bottom: 0;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans',sans-serif;
}
.page-template-blog-template .post-content-block .post-entry {
  border-bottom:1px solid lightgrey;
}

.page-template-blog-template .post-content-block .post-entry h2 {
  margin-bottom:15px;
  color:#44423F !important;
  font-weight:700;
  font-family: 'Open Sans', sans-serif;
  font-size:42px;
}

.page-template-blog-template .post-content-block .post-entry .read-more {
  text-transform:uppercase;
  color:#282828;
  font-weight:700;
}

.page-template-blog-template nav.pagination {
  margin-top: 30px;
}

.page-template-blog-template .pagination .page-numbers {
  padding:10px;
  color:white;
  background: #44423f;
  text-transform:uppercase;
}

.page-template-blog-template .pagination .page-numbers.current {
  background:white;
  border:2px solid #44423f;
  color:#44423f;
  padding:8px 10px;
}

#blog-sidebar aside {
  margin-bottom:30px;
}

#blog-sidebar aside#search-2 {
  background: #4F4F4F;
  padding: 40px 30px;
  font-size: 25px;
  line-height: 39px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #eed8ac;
  text-transform: uppercase;
  text-align: center;
}

#blog-sidebar aside#search-2 .widget-title {
  color: #eed8ac;
  border:none;
}

#blog-sidebar aside#search-2 .search-form .search-field,
#blog-sidebar aside#search-2 .search-form .search-submit {
  width: 250px;
  height: 46px;
}
#blog-sidebar aside#search-2 .search-form .search-submit {
  position: unset;
}

#blog-sidebar aside#recent-posts-2 {
  border:1px solid lightgray;
  padding:34px 24px;
  background:#EEEEEE;
}

#blog-sidebar aside#recent-posts-2 .widget-title{
  font-size: 16px !important;
  line-height: 30px !important;
  font-weight: 700 !important;
  padding-bottom: 5px;
  margin-bottom: 25px !important;
  color: #282828;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #c2c2c2;
}

#blog-sidebar aside#recent-posts-2 ul li {
  font-size:18px;
  line-height:24px;
  font-weight: 400;
  color:#282828;
  margin-bottom:30px;
}

#blog-sidebar aside#recent-posts-2 ul li a {
  font-size:18px;
}