/* 
Theme Name: Formtek 
Author: Dharne & Co.
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
/*HTML5 display-role reset for older browsers */
/*****************font********************/
@font-face {
    font-family: 'univers_condensedbold';
    src: url('core/fonts/univers_condensed_bold-webfont.eot');
    src: url('core/fonts/univers_condensed_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('core/fonts/univers_condensed_bold-webfont.woff') format('woff'),
         url('core/fonts/univers_condensed_bold-webfont.ttf') format('truetype'),
         url('core/fonts/univers_condensed_bold-webfont.svg#univers_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'univers_condensedbold_italic';
    src: url('core/fonts/univers_condensed_bold_italic-webfont.eot');
    src: url('core/fonts/univers_condensed_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('core/fonts/univers_condensed_bold_italic-webfont.woff') format('woff'),
         url('core/fonts/univers_condensed_bold_italic-webfont.ttf') format('truetype'),
         url('core/fonts/univers_condensed_bold_italic-webfont.svg#univers_condensedbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'univers_condensedmedium';
    src: url('core/fonts/univers_condensed_medium-webfont.eot');
    src: url('core/fonts/univers_condensed_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('core/fonts/univers_condensed_medium-webfont.woff') format('woff'),
         url('core/fonts/univers_condensed_medium-webfont.ttf') format('truetype'),
         url('core/fonts/univers_condensed_medium-webfont.svg#univers_condensedmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*****************font********************/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}
html.history {
float:none!important;
}
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

button, input, select, textarea {
  font-size: 100%;
  overflow: visible;
  margin: 0;
  vertical-align: baseline;
  width: auto;
}

textarea {
  overflow: auto;
  vertical-align: text-top;
}

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
  background: #dddddd;
  border: none;
  clear: both;
  color: #dddddd;
  float: none;
  height: 1px;
  width: 100%;
}

hr.space {
  background: #ffffff;
  color: #ffffff;
}

/* =Base
-------------------------------------------------------------- */
html {
  height: 100%;
}

body {
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #FFF;
  color: #333333;
  font-family: "univers_condensedmedium", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-smoothing: antialiased;
  line-height: 1.3em;
  text-rendering: optimizeLegibility;
}

/* =Typography
-------------------------------------------------------------- */
p {
  word-wrap: break-word;
}

i,
em,
dfn,
cite {
  font-style: italic;
}

tt,
var,
pre,
kbd,
samp,
code {
  font-family: monospace, serif;
  font-style: normal;
}

b,
strong {
  font-weight: 700;
}

pre {
  -moz-box-sizing: border-box;
  -moz-border-radius: 2px;
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  background: #f4f4f4;
  border: 1px solid #aaaaaa;
  border-bottom-color: #cccccc;
  border-radius: 2px;
  height: auto;
  margin: 0;
  outline: none;
  padding: 6px 10px;
  vertical-align: middle;
  width: 100%;
  word-wrap: break-word;
  white-space: pre-wrap;
}

del {
  color: #555555;
  text-decoration: line-through;
}

ins,
dfn {
  border-bottom: 1px solid #cccccc;
}

sup,
sub,
small {
  font-size: 85%;
}

abbr,
acronym {
  font-size: 85%;
  letter-spacing: .1em;
  text-transform: uppercase;
}

a abbr,
a acronym {
  border: none;
}

dfn[title],
abbr[title],
acronym[title] {
  border-bottom: 1px solid #cccccc;
  cursor: help;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

/* =Responsive 12 Column Grid
    http://themeid.com/responsive-grid/
-------------------------------------------------------------- */
.grid {
  float: left;
  margin-bottom: 2.127659574468%;
  padding-top: 0;
}

.grid-right {
  float: left;
  margin-bottom: 0;
  padding-top: 40px;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
  display: inline;
  margin-right:2.12766%;
}

.col-60 {
  width: 6.382978723404%;
}

.col-140 {
  width: 14.893617021277%;
}

.col-220 {
  width: 22.404255319149%;
}

.col-300 {
  /*width: 30%;*/
  width:24.5%;
}

.col-380 {
  width: 40.425531914894%;
}

.col-460 {
  width: 48.936170212766%;
}

.col-540 {
  width: 57.446808510638%;
}

.col-620 {
  /*width: 65.957446808511%;*/
  width:70.957%;
}

.col-700 {
  width: 74.468085106383%;
}

.col-780 {
  width: 82.978723404255%;
}

.col-860 {
  width: 91.489361702128%;
}

.col-940 {
  width: 100%;
}

.home-widgets .fit {
  margin-right: 0 !important;
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.none {
  display: none;
}

.hide-desktop {
  display: none;
}

.show-desktop {
  display: block;
}

/* =Responsive Images
-------------------------------------------------------------- */
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.ie8 img {
  height: auto;
  width: auto\9;
}

.ie8 img.size-large {
  max-width: 60%;
  width: auto;
}

/* =Responsive Videos
-------------------------------------------------------------- */
video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
  max-width: 100%;
}

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

/* =Links
-------------------------------------------------------------- */
a {
  color: #2e406b;
  font-weight: 400;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #2e406b;
  outline: 0;
  text-decoration: none;
}

::selection {
  background: #999999;
  color: #ffffff;
  text-shadow: none;
}

/* =Forms
-------------------------------------------------------------- */
label { 
  padding:4px 5px 0px 0px;
  display:block;
}

legend {
  padding: 2px 5px;
}

fieldset {
  border:0px solid #cccccc;
  margin:0px;
  padding:0px;
  font-size:17px;
}
fieldset input, textarea {
	margin:0px 6px 0px 0px;
}
fieldset p {
	margin:0px;
	padding:0px;
}
fieldset .two-column {
	width:100%;
	display:inline-block;
}
.two-column .control-group .control-label {
	width:80px;	
}
.two-column .control-group .controls {
	margin:0px 0px 0px 95px!important;
}
fieldset .one-column {
	width:100%;
	display:inline-block;
}
fieldset .one-column .control-label {
	display:inline-block;
	text-align:left;
	width:100%;
}
fieldset .one-column .controls {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px!important;
}
fieldset .one-column .controls input {
	margin-right:5px;
}
fieldset .one-column .controls span {
	margin-right:8px;
}
fieldset .one-column span.controls {
	float:left;	
	padding-top:6px;
}
fieldset .one-column .control-label-1 {
	text-align:left;
	width:auto!important;
	display:inline-table;
}
.control-group-radio {
	margin-bottom:13px;
}
.controls-radio  {
	margin:0px 0px 0px 70px!important;
}
.control-group {
	width:100%;
	margin:0px 0px 13px 0px;
}
.control-label {
	float: left;
    padding-top: 5px;
    text-align: right;
    width:150px;
}
.control-group .fl {
	display:inline-table;
	margin:0px 10px 0px 0px;
	width:46.200%;
}
.control-group .fl .controls {
	display:inline-table;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 125px!important;
}
.control-group .controls {	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 165px!important;
}
.control-group .controls-radio .label {
	display:inline-table;
	padding:0px 8px 0px 0px;
	width:150px;
}
.control-group .fl label {
    width:23.5%;
}
.fl {	
	/*float:left;*/
	width:48.5%!important;
	display:inline-table;
}
.control-group div {
		
}
.form-actions {
	width:auto;
	margin:7px 0px 0px 165px;
	
}
.contact-btn {
	width:140px;
	margin:7px auto;
}
select,
input[type="text"],
input[type="password"],
input[type="email"] {  
  background-color: #ffffff;
  box-sizing:border-box;
  border: 1px solid #b5b5b5;
  border-bottom-color: #cccccc;  
  margin: 0;
  outline: none;
  padding: 6px 8px;
  vertical-align: middle;
}

select {
  height: auto;
}

area,
textarea {
  /*-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);  
  box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 2px;*/
  background-color: #ffffff;
  border: 1px solid #b5b5b5;
  border-bottom-color: #cccccc;  
  height: auto;
  overflow: auto;
  margin: 0;
  outline: none;
  padding: 6px 8px;
  width: 100%;
}

input,
select {
  cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
  border: 1px solid #66ccff;
}

input[type='text'],
input[type='password'] {
  cursor: text;
}
/*-------------------------------------------------------------*/
label.error {
	font-weight: bold;
	color: red;
	padding: 2px 8px;
	margin-top: 2px;
	display:inline-table;
	width:auto;
}
span.require
{
	color:#F00;
	font-size:15px;
}
.two-column .input-xlarge {
	width:190px;
}
.input-xlarge {
	width:240px;
}
.input-full {
	width:87.8%;
}
.control-group.error input,.control-group.error select,.control-group.error textarea{color:#b94a48;border-color:#b94a48;}.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:0 0 6px #d59392;-moz-box-shadow:0 0 6px #d59392;box-shadow:0 0 6px #d59392;}
input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
input,textarea{-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-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 linear 0.2s,box-shadow linear 0.2s;-moz-transition:border linear 0.2s,box-shadow linear 0.2s;-ms-transition:border linear 0.2s,box-shadow linear 0.2s;-o-transition:border linear 0.2s,box-shadow linear 0.2s;transition:border linear 0.2s,box-shadow linear 0.2s;}
input:focus,textarea:focus{border-color:rgba(82, 168, 236, 0.8);-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);outline:0;outline:thin dotted \9;}
.control-group.error>label,.control-group.error .help-block,.control-group.error .help-inline{color:#b94a48;}
.btn-primary{text-transform:uppercase;font-family:"univers_condensedmedium",Arial,Helvetica,sans-serif;text-rendering:optimizelegibility;background-color:#8e001f;color:#fff; font-size:20px;}.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{background-color:#680017!important; background-image:none;}
.btn-large{padding:4px 18px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button; border:0px;}
label.valid {width: 24px; height: 24px;background: url(core/images/valid.png) center center no-repeat;display: inline-block;text-indent: -9999px;}
.control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847;border-color:#468847;}.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:0 0 6px #7aba7b;-moz-box-shadow:0 0 6px #7aba7b;box-shadow:0 0 6px #7aba7b;}
.control-group.success>label,.control-group.success .help-block,.control-group.success .help-inline{color:#468847;}
.control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847;border-color:#468847;}.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:0 0 6px #7aba7b;-moz-box-shadow:0 0 6px #7aba7b;box-shadow:0 0 6px #7aba7b;}

/* =IE Forms
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
  width: 96%;
}

/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
  background-color: #f9edbe;
  border: 1px solid #f0c36d;
  color: #212121;
  display: block;
  margin: 0 auto;
  max-width: 960px;
  padding: 10px;
  position: absolute;
  top: 60px;
  text-align: center;
  width: 100%;
}

.msie-box a {
  color: #212121;
}

/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
  border: 1px solid #dddddd;
}

table {
  border-collapse: collapse;
  width: 100%;
}

/* =Lists
-------------------------------------------------------------- */
ul {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}

ol {
  line-height: 22px;
  list-style-position: outside;
  list-style-type: decimal;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 400;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
  background: #f9f9f9;
  border: none;
  border-left: 4px solid #d6d6d6;
  margin: 20px;
  overflow: auto;
  padding: 0 0 10px 12px;
}

blockquote p {
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 26px;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: normal;
  line-height: 1.0em;
  word-wrap: break-word;  color:#2e406b;
}

h1 {
  font-size: 36px; /* = 42px */
margin:0px 0px 3px 0px;
padding-bottom:7px;
  border-bottom:1px solid #ccc;
}
h1 a {
	color:#2E406B; 
}
h1 a:hover {
	color:#2E406B; 
}
h2 {
  font-size: 2.250em; /* = 36px */
  margin-bottom: .75em;
  margin-top: .75em;
}
h3 {
  font-size: 1.875em; /* = 30px */
  margin-bottom: .857em;
  margin-top: .857em;
}

h4 {
  font-size: 1.500em; /* = 24px */
  margin-bottom: 1em;
  margin-top: 1em;
}

h5 {
  font-size: 1.125em; /* = 18px */
  margin-bottom: 1.125em;
  margin-top: 1.125em;
}

h6 {
  font-size: 1.000em; /* = 16px */
  margin-bottom: 1.285em;
  margin-top: 1.285em;
}

/* =Margins & Paddings
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
  margin: 10px 0;
}

th, td {
  padding: .8em;
}

caption {
  padding-bottom: .8em;
}

blockquote {
  padding: 0 1em;
}

blockquote:first-child {
  margin: .8em 0;
}

fieldset {
  /*margin: 1.6em 0;
  padding: 0 1em 1em;*/
}

legend {
  padding:0px;
  margin:5px 0px 10px 0px;
  color:#8E001F;
  font-size:20px;
}

legend+* {
  margin-top: 1em;
}

input,
textarea {
  padding: .3em .4em .15em;
}

select {
  padding: .1em .2em 0;
}

option {
  padding: 0 .4em;
}

dt {
  margin-bottom: .4em;
  margin-top: .8em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul,
ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 2.0em;
}

li ul,
li ol {
  margin: 0;
}

form div {
 margin:0px;
}

/* =Globals
-------------------------------------------------------------- */
#container {
  margin:0px auto !important;
  max-width: 1000px;
  padding: 0px;
position:relative;
}

#wrapper {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #ffffff;
  border: 0px solid #e5e5e5;
  border-radius: 4px;
  clear: both;
  margin: 20px auto 0px;
  padding: 0 0 0px 0px;
  position: relative;
}
.front-page #wrapper {
  background-color: transparent;
  border: none;
  margin: 20px auto 20px auto;
  padding: 0;
}

#header {
  margin: 0;
}

#footer {
  clear: both;
  margin: 0 auto;
  max-width:933px;
  padding: 0;
}

#footer-wrapper {
  margin: 0;
  padding: 0;
}
#footer-wrapper .col-220 {
    margin-right: 3.12%;
    width: 22.6%;
}
.grid-last {
    margin-right: 0 !important;
}
/* =Header
-------------------------------------------------------------- */
#logo {
  float: left;
  margin: -27px 0 10px; position:relative; z-index:99;
}

.site-name {
  display: block;
  font-size: 2.063em; /* = 33px */
  line-height: 1.0em;
  padding-top: 20px;
}

.site-name a {
  color: #333333;
  font-weight: 700;
}

.site-description {
  color: #afafaf;
  display: block;
  font-size: 0.875em; /* = 14px */
  margin: 10px 0;
}

/* =Content
-------------------------------------------------------------- */
#content {
  margin:0 0 20px 15px !important;
  margin-bottom: 10px; padding-left:2.127659574468%; border-left:1px solid #e8e8e8;
  
}
#content a:hover {
transition: all 0.2s ease-in-out 0s;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
#content-archive a:hover {
transition: all 0.2s ease-in-out 0s;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}

#content-full {
  margin-top: 0px;
  margin-bottom: 0px;
}

#content-blog {
  padding-left:2.127659574468%; border-left:1px solid #e8e8e8;
  margin:0px 0px 20px 15px!important;
}

#content-images {
  margin-bottom: 20px;
}

#content-search {
   border-left: 1px solid #E8E8E8;
    margin: 0 0 20px 15px !important;
    padding-left: 2.12766%;
}

#content-archive {
  padding-left:2.127659574468%; border-left:1px solid #e8e8e8;
  margin:0px 0px 20px 15px!important;
}
#content-archive .title-archive {
	font-size:36px;
	margin:0px 0px 6px 0px;
	border-bottom:1px solid #e8e8e8;
	padding:5px 0px 7px 0px;
}

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

#content-sitemap a {
  font-size: 12px;
}

#content .sticky {
  clear: both;
}

#content .sticky p {
}

/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu {
  display: none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #f9f9f9;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  clear: both;
  display: block;
  margin: 30px 0 40px 0;
  padding: 10px;
  overflow: hidden;
}

#author-meta img {
  float: left;
  padding: 10px 15px 0 5px;
}

#author-meta p {
  margin: 0;
  padding: 5px;
}

#author-meta .about-author {
  font-weight: 700;
  margin: 10px 0 0 0;
}

/* =Featured Content
-------------------------------------------------------------- */
#featured {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding-bottom: 40px;
  width: 99.893617021277%;
}

#featured p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  padding: 0 40px 0 40px;
  text-align: center;
}

#featured-image {
  margin: 40px 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
  margin-left: -20px;
}

.featured-image img {
  margin-top: 44px;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
  font-size: 17px;
  border-left:1px solid #333333;
  padding-left:8px;
display:inline-block;
vertical-align:top;
}

#cancel-comment-reply-link {
  color: #990000;
}
.post-data {
  font-size: 17px;
  display:inline-block;
vertical-align:top;
  color:#333333;
  border-left:1px solid #333333;
  padding-left:8px;
}
.post-data a {
  color:#2e406b;
}
.post-entry {
  clear: both;
}
.post-entry ul{
	margin:5px 0px;
	padding:0px;
}
.post-entry ul li {
	margin:0px;
	padding:0px 0px 4px 18px;
	font-size:17px;
	background:url(core/images/bullets-product-blue.jpg) no-repeat 0px 10px;
	list-style:none;
}
.post-meta {
  clear: both;
  color: #9f9f9f;
  font-size:17px;
  margin:10px 0px 15px 0px;
  background:#eeeeee;
  padding:7px 8px;
  line-height:20px;
}
.post-meta a {	
	margin:0px 6px 0px 0px;
}
.post-meta .byline {
	color:#838855;
	border-left:1px solid #333333;
}
.post-meta .author a {
	color:#838855;
}
.post-edit {
  clear: both;
  display: block;
  font-size: 12px;
  margin: 0;
}

.post-search-terms {
  clear: both;
}

.read-more {
  clear: both;
  font-weight: 700;
}
.read-more a:hover {
  padding:0px 0px 0px 2px;
}

.attachment-entry {
  clear: both;
  text-align: center;
}

/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
  display: none;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
  color: #aaaaaa;
  font-size: 18px;
  margin-left: 5px;
}

.form-allowed-tags {
  display: none;
  font-size: 10px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
  border: 1px solid #e8e8e8;
  margin: 0 0 16px;
  padding:0px;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
  width:100%;
  padding:4px 4px 4px 7px;
  border:2px solid #b7bb99;
  background:transparent;
  -webkit-appearance: none;
  font-size:22px;
  line-height:25px;
  color:#2e406b;
  font-family: "univers_condensedmedium", Arial, Helvetica, sans-serif;  
}
.widget-wrapper select .level-0 {
	font-size:17px;
	color:#333333;
}
#widgets {
  margin-top:42px;
}

#widgets a {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

#widgets form {
  margin: 0;
}

#widgets ul,
#widgets ol {
  padding:0 13px 6px 13px;
  margin:0px;
}
#widgets ul li {
	list-style:none;
	background:url(core/images/bullets-blog.jpg) no-repeat 0px 7px;
	padding:0 0 0 12px;
	line-height:normal;
	margin:0px 0px 10px;
}
#widgets ul li.last {
	margin:0px 0px 0px 0px;
}
#widgets ul li a {
  display: inline;
  text-decoration: none;
}
#widgets ul li a:hover {
  color:#BF1238;
}
#widgets .widget-title img {
  float: right;
  height: 11px;
  position: relative;
  top: 4px;
  width: 11px;
}

#widgets .rss-date {
  line-height: 18px;
  padding: 6px 12px;
}

#widgets .rssSummary {
  padding: 10px;
}

#widgets cite {
  font-style: normal;
  line-height: 18px;
  padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
  display: block;
  line-height: 1.3em;
  margin: 0;
  word-wrap: break-word;
}

#widgets .textwidget a {
  display: inline;
}

#widgets ul .children {
  padding: 0 0 0 10px;
}

#widgets .author {
  font-weight: 700;
  padding-top: 4px;
}

.widget_archive select, #cat {
  display: block;
  margin: 0 15px 0 0;
}

#colophon-widget ul {
}

.colophon-widget {
  background: none;
  min-height: 0;
}

.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
  width: 100%;
}

#top-widget {
}

.top-widget {
  background: none;
  border: none;
  clear: right;
  float: right;
  min-height: 0;
  padding: 0 3px 0 0;
  text-align: right;
  width: 45%;
}

.top-widget ul {
  padding: 0;
}

.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
  width: auto;
}

.top-widget #searchform {
  margin: 0;
}

/* =Titles
-------------------------------------------------------------- */
.featured-title {
  font-size: 60px;
  letter-spacing: -1px;
  margin: 0;
  padding-top: 40px;
  text-align: center;
}

.featured-subtitle {
  padding: 0 10px;
  text-align: center;
}
#categories-3 .widget-title,
.widget-title-home h3 {
	display:none;
}
#archives-2 .widget-title,
.widget-title-home h3 {
	display:none;
}
#categories-3, .widget-wrapper .widget_categories {
	border:0px;
}
#archives-2, .widget-wrapper .widget_categories {
	border:0px;
}
.widget-title,
.widget-title-home h3 {
  display: block;
  font-size:22px;
  line-height: 24px;
  margin:0 0px 15px 0px;
  padding:8px 0px 8px 12px;
  text-align: left;
  background:#8e001f;
  color:#fff;
}

.top-widget .widget-title {
  font-size: 14px;
  padding: 0;
  text-align: right;
}

.widget-title a {
  border-bottom: none;
  padding: 0 !important;
}

.title-404 {
  color: #993333;
}

/* =404 Page 
-------------------------------------------------------------- */
.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
  width: auto;
}

/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
  float: right;
  margin: 10px 0;
  padding: 0;
}

.top-menu li {
  display: inline;
  list-style-type: none;
}

.top-menu li a {
  border-left: 1px solid #cccccc;
  color: #333333;
  font-size: 11px;
  padding: 0 4px 0 8px;
}

.top-menu > li:first-child > a {
  border-left: none;
}

.top-menu li a:hover {
  color: #333333;
}

/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
  margin: 0 0 0 18% !important;
}

.main-nav {
  /*clear: both;*/float:right; width:100%; background-color: #bf1238; position:relative; z-index:99;
}
.main-nav .menu {
    margin-left:14% !important;
}

.menu,
.menu ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  border: 0;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5;
}

.menu li:hover {
  white-space: normal;
  /*z-index: 10000;*/
}
.menu li li {
  float: none;
}
.menu ul {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 10;
}
.menu li:hover > ul {
  top: 100%;
  visibility: visible;
}
.menu li li:hover > ul {
  left: 100%;
  top: 0;
}
.menu:after,
.menu ul:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  /*visibility: hidden;*/
}
.menu,
.menu ul {
  min-height: 0;
}
.menu ul,
.menu ul ul {
  margin: 0;
  padding: 0;
}
.menu ul li a:hover,
.menu li li a:hover {
  color: #484848;
  text-decoration: none;
}
.menu ul {
  margin-top: 1px;
  min-width: 15em;
  width: auto;
}
.menu a {
  border: 1px solid #9a0425;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 19px;
  font-weight: 500;
  height: 47px;
  line-height: 47px;
  margin: 0;
  padding: 0 1.3em;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.menu a:hover {
  background-color: #8e001f;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636);
}
.menu #menu-item-4166 a {
    border-right: 0 solid #9A0425;
background-color: #8e001f;
}
ul.menu > li:hover {
  color: #ffffff;
}
.menu .current_page_item a,
.menu .current-menu-item a {
  background-color: #8e001f;
}
.front-page .menu .current_page_item a {
  background-color: #8e001f;
  filter: none;
}
.menu li li {
  background: #ffffff;
  background-image: none;
  border: 1px solid #e5e5e5;
  color: #444444;
  filter: none;
  margin: -1px 0 1px 0;
  width: auto;
}
.menu li li a {
  background: transparent !important;
  border: none;
  color: #444444;
  font-size: 17px;
  font-weight: 400;
  height: auto;
  height: 25px;
  line-height: 25px;
  padding: 5px 10px;
  text-shadow: none;
  white-space: nowrap;
}
.menu li li a:hover {
  background: #f5f5f5 !important;
  background-image: none;
  border: none;
  color: #444444;
  filter: none;
}
.menu li li:hover {
  /*background: #f5f5f5 !important;*/
  filter: none;
}
.menu ul > li + li {
  border-top: 0;
}
.menu li li:hover > ul {
  left: 100%;
  top: 0;
}
.menu > li:first-child > a {
  border-left: none;
}
.menu a#responsive_menu_button {
  display: none;
}
.main-nav #responsive_current_menu_item {
  display: none;
}

/*.js .main-nav .menu {*/
  /*display: block;*/
/*}*/

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
  background: url(core/images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a {
  min-width: 100%;
}

/* =Sub-Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-top: none;
  clear: both;
  margin: 0 auto;
}

.sub-header-menu,
.sub-header-menu ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sub-header-menu li {
  border: 0;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5;
}

.sub-header-menu li:hover {
  white-space: normal;
  z-index: 10000;
}

.sub-header-menu li li {
  float: none;
}

.sub-header-menu ul {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 10;
}

.sub-header-menu li:hover > ul {
  top: 100%;
  visibility: visible;
}

.sub-header-menu li li:hover > ul {
  left: 100%;
  top: 0;
}

.sub-header-menu:after,
.sub-header-menu ul:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.sub-header-menu,
.sub-header-menu ul {
  min-height: 0;
}

.sub-header-menu ul,
.sub-header-menu ul ul {
  margin: 0;
  padding: 0;
}

.sub-header-menu ul li a:hover,
.sub-header-menu li li a:hover {
  color: #484848;
  text-decoration: none;
}

.sub-header-menu ul {
  margin-top: 1px;
  min-width: 15em;
  width: auto;
}

.sub-header-menu a {
  border-left: 1px solid #e5e5e5;
  color: #333333;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 400;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0 0.9em;
  position: relative;
  text-decoration: none;
  text-shadow: none;
}

.sub-header-menu a:hover {
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-color: #f9f9f9;
  background-clip: padding-box;
}

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
  background-color: #f9f9f9;
}

.sub-header-menu li li {
  background: #ffffff;
  background-image: none;
  border: 1px solid #e5e5e5;
  color: #444444;
  filter: none;
  margin: -1px 0 1px 0;
  width: auto;
}

.sub-header-menu li li a {
  border: none;
  color: #444444;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  height: 20px;
  line-height: 20px;
  padding: 5px 10px;
  text-shadow: none;
}

.sub-header-menu li li a:hover {
  background: #f9f9f9;
  background-image: none;
  border: none;
  color: #444444;
  filter: none;
}

.sub-header-menu ul > li + li {
  border-top: 0;
}

.sub-header-menu li li:hover > ul {
  left: 100%;
  top: 0;
}

.sub-header-menu > li:first-child > a {
  border-left: none;
}

.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
  background: none;
  background-image: none;
  filter: none;
}

/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
  background: url(core/images/ie7-fix.gif) repeat;
}

.ie7 .sub-header-menu li li a {
  min-width: 100%;
}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
  margin-left: 0;
  padding: 0;
}

.footer-menu li {
  display: inline;
  list-style-type: none;
}

.footer-menu li a {
  border-left: 1px solid #cccccc;
  color: #333333;
  padding: 0 8px;
}

.footer-menu li a:hover {
  color: #222222;
}

.footer-menu > li:first-child > a {
  border-left: none;
  padding: 0 8px 0 0;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
  color: #2E406B;
  display: inline-block;
  font-size:17px;
  min-height:28px;
  width:100%;
  line-height: 28px;
  margin:5px 0;
  padding: 0 5px 0px 0px;
}

.navigation a {
  color: #BE1E3E;
  padding: 4px 0px 4px 0px;
}

.navigation a:hover {
  color: #BE1E3E;
  text-decoration: none;
  padding: 4px 2px 4px 2px;
}

.navigation .previous {
  float: left; width:50%;
}

.navigation .next {
  float: right; width:50%; text-align:right;
}

.navigation .bracket {
  font-size: 36px;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
  clear: both;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0;
  padding: 5px 0;
}

.pagination a {
  text-decoration: none;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
  font-size: 11px; font-family:Arial, Helvetica, sans-serif; color:#2e406b; margin-bottom:5px;
}

/* =Comments
-------------------------------------------------------------- */
#commentform {
  margin: 0;
}

.commentlist {
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
  margin: 0;
  padding: 0;
}

.commentlist ol {
  list-style: decimal;
}

.commentlist li {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  margin: 0;
}

.commentlist .bypostauthor {
}

.commentlist li cite {
  color: #111111;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 400;
}

.commentlist li.alt {
  background: #f9f9f9;
}

.commentlist .children {
  list-style: none;
  margin-left: 10px;
  padding: 10px;
}

.commentlist .avatar {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  margin-right: 10px;
  padding: 0;
  vertical-align: middle;
}

.comment-author .fn {
}

.comment-author .says {
  color: #999999;
}

.comment-body .comment-meta {
  color: #999999;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
}

.comment-body .comment-meta a {
  font-size: 11px;
}

.comment-body {
  clear: both;
  padding: 10px;
}

.comment-body p {
  clear: both;
}

.comment-body .reply {
}

.pingback, .trackback {
  list-style: none;
  margin: 20px 0;
}

.pingback cite,
.trackback cite {
  font-style: normal;
}

#pings,
#comments {
  text-align: left;
}

#respond {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #eaeaea;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
  background-image: linear-gradient(top, #ffffff, #eaeaea);
  border: 1px solid #cccccc;
  border-bottom-color: #aaaaaa;
  border-radius: 4px;
  clear: both;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
  margin-top: 15px;
  padding: 10px 20px 50px;
}

#respond label {
  display: inline;
}

.reply {
  margin: 10px 0;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
  display: block;
}

.nocomments {
  color: #999999;
  font-size: .9em;
  text-align: center;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 13px 10px 10px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 1.3em;
  margin: 0;
  padding: 10px;
}

img.wp-smiley {
  vertical-align: middle;
}

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  max-width: 155px;
}

.gallery img {
  border: 1px solid #dddddd;
}

.gallery .gallery-caption {
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery br+br {
  display: none;
}

.attachment-gallery img {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  display: block;
  height: auto;
  margin: 15px auto;
  max-width: 96%;
  padding: 5px;
  width: auto;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
  display: block;
}

/* =Post Thumbnails 
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
  display: block;
  margin: 0px auto;
  width: auto;
}

/* =Buttons
-------------------------------------------------------------- */
a.button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
  -moz-border-radius: 2px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-border-radius: 2px;
  background-color: #f9f9f9; /* Alabaster */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  border: 1px solid #dddddd;
  border-radius: 2px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding: 4px 10px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  white-space: nowrap;
}

a.button:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover {
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(top, #ffffff, #f1f1f1);
  border: 1px solid #dddddd;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  color: #333333;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f1f1f1);
}

a.button:active,
input[type='reset']:active,
input[type='button']:active,
input[type='submit']:active {
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
  box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
}

/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
  text-align: center;
}

.call-to-action a.button {
  font-size: 24px;
  padding: 15px 35px;
}

.call-to-action a.button:hover {
  text-decoration: none;
}

.ie7 .call-to-action a.button {
  padding: 11px 35px 19px 35px;
}

/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
  font-size: 10px;
  padding: 3px 6px;
}

.medium a.button {
  font-size: 16px;
  padding: 8px 16px;
}

.large a.button {
  font-size: 18px;
  padding: 10px 35px;
}

.xlarge a.button {
  font-size: 24px;
  padding: 12px 55px;
}

/* =Buttons (Colors)
-------------------------------------------------------------- */
a.blue {
  background-color: #1874cd; /* Dodger Blue */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4f9eea), to(#1874cd));
  background-image: -webkit-linear-gradient(top, #4f9eea, #1874cd);
  background-image: -moz-linear-gradient(top, #4f9eea, #1874cd);
  background-image: -ms-linear-gradient(top, #4f9eea, #1874cd);
  background-image: -o-linear-gradient(top, #4f9eea, #1874cd);
  background-image: linear-gradient(top, #4f9eea, #1874cd);
  border: 1px solid #115290;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f9eea, endColorstr=#1874cd);
  text-shadow: 0 -1px 0 #115290;
}

a.blue:hover {
  background-color: #7db7f0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7db7f0), to(#1874cd));
  background-image: -webkit-linear-gradient(top, #7db7f0, #1874cd);
  background-image: -moz-linear-gradient(top, #7db7f0, #1874cd);
  background-image: -ms-linear-gradient(top, #7db7f0, #1874cd);
  background-image: -o-linear-gradient(top, #7db7f0, #1874cd);
  background-image: linear-gradient(top, #7db7f0, #1874cd);
  border: 1px solid #115290;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7db7f0, endColorstr=#1874cd);
  text-shadow: 0 -1px 0 #115290;
}

a.red {
  background-color: #cd0000; /* Red 4 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#cd0000));
  background-image: -webkit-linear-gradient(top, #ff2323, #cd0000);
  background-image: -moz-linear-gradient(top, #ff2323, #cd0000);
  background-image: -ms-linear-gradient(top, #ff2323, #cd0000);
  background-image: -o-linear-gradient(top, #ff2323, #cd0000);
  background-image: linear-gradient(top, #ff2323, #cd0000);
  border: 1px solid #890000;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2323, endColorstr=#cd0000);
  text-shadow: 0 -1px 0 #890000;
}

a.red:hover {
  background-color: #ff5656;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5656), to(#cd0000));
  background-image: -webkit-linear-gradient(top, #ff5656, #cd0000);
  background-image: -moz-linear-gradient(top, #ff5656, #cd0000);
  background-image: -ms-linear-gradient(top, #ff5656, #cd0000);
  background-image: -o-linear-gradient(top, #ff5656, #cd0000);
  background-image: linear-gradient(top, #ff5656, #cd0000);
  border: 1px solid #890000;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5656, endColorstr=#cd0000);
  text-shadow: 0 -1px 0 #890000;
}

a.orange {
  background-color: #ff7f00; /* Dark Orange 1 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaa55), to(#ff7f00));
  background-image: -webkit-linear-gradient(top, #ffaa55, #ff7f00);
  background-image: -moz-linear-gradient(top, #ffaa55, #ff7f00);
  background-image: -ms-linear-gradient(top, #ffaa55, #ff7f00);
  background-image: -o-linear-gradient(top, #ffaa55, #ff7f00);
  background-image: linear-gradient(top, #ffaa55, #ff7f00);
  border: 1px solid #bb5d00;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffaa55, endColorstr=#ff7f00);
  text-shadow: 0 -1px 0 #bb5d00;
}

a.orange:hover {
  background-color: #ffc388;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc388), to(#ff7f00));
  background-image: -webkit-linear-gradient(top, #ffc388, #ff7f00);
  background-image: -moz-linear-gradient(top, #ffc388, #ff7f00);
  background-image: -ms-linear-gradient(top, #ffc388, #ff7f00);
  background-image: -o-linear-gradient(top, #ffc388, #ff7f00);
  background-image: linear-gradient(top, #ffc388, #ff7f00);
  border: 1px solid #bb5d00;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc388, endColorstr=#ff7f00);
  text-shadow: 0 -1px 0 #bb5d00;
}

a.yellow {
  background-color: #ecca06; /* Yellow Gold */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2aa), to(#ffd700));
  background-image: -webkit-linear-gradient(top, #fff2aa, #ffd700);
  background-image: -moz-linear-gradient(top, #fff2aa, #ffd700);
  background-image: -ms-linear-gradient(top, #fff2aa, #ffd700);
  background-image: -o-linear-gradient(top, #fff2aa, #ffd700);
  background-image: linear-gradient(top, #fff2aa, #ffd700);
  border: 1px solid #bb9e00;
  color: #161300;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff2aa, endColorstr=#ffd700);
  text-shadow: 0 1px 0 #ffffff;
}

a.yellow:hover {
  background-color: #fffadd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffadd), to(#ffd700));
  background-image: -webkit-linear-gradient(top, #fffadd, #ffd700);
  background-image: -moz-linear-gradient(top, #fffadd, #ffd700);
  background-image: -ms-linear-gradient(top, #fffadd, #ffd700);
  background-image: -o-linear-gradient(top, #fffadd, #ffd700);
  background-image: linear-gradient(top, #fffadd, #ffd700);
  border: 1px solid #bb9e00;
  color: #161300;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffadd, endColorstr=#ffd700);
  text-shadow: 0 1px 0 #ffffff;
}

a.green {
  background-color: #2e8b57; /* Sea Green 4 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4bc380), to(#2e8b57));
  background-image: -webkit-linear-gradient(top, #4bc380, #2e8b57);
  background-image: -moz-linear-gradient(top, #4bc380, #2e8b57);
  background-image: -ms-linear-gradient(top, #4bc380, #2e8b57);
  background-image: -o-linear-gradient(top, #4bc380, #2e8b57);
  background-image: linear-gradient(top, #4bc380, #2e8b57);
  border: 1px solid #1d5837;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4bc380, endColorstr=#2e8b57);
  text-shadow: 0 -1px 0 #1d5837;
}

a.green:hover {
  background-color: #71d09b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#71d09b), to(#2e8b57));
  background-image: -webkit-linear-gradient(top, #71d09b, #2e8b57);
  background-image: -moz-linear-gradient(top, #71d09b, #2e8b57);
  background-image: -ms-linear-gradient(top, #71d09b, #2e8b57);
  background-image: -o-linear-gradient(top, #71d09b, #2e8b57);
  background-image: linear-gradient(top, #71d09b, #2e8b57);
  border: 1px solid #1d5837;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#71d09b, endColorstr=#2e8b57);
  text-shadow: 0 -1px 0 #1d5837;
}

a.olive {
  background-color: #838b83; /* Honey Dew 4 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e000), to(#838b83));
  background-image: -webkit-linear-gradient(top, #afb4af, #838b83);
  background-image: -moz-linear-gradient(top, #afb4af, #838b83);
  background-image: -ms-linear-gradient(top, #afb4af, #838b83);
  background-image: -o-linear-gradient(top, #afb4af, #838b83);
  background-image: linear-gradient(top, #afb4af, #838b83);
  border: 1px solid #626862;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#afb4af, endColorstr=#838b83);
  text-shadow: 0 -1px 0 #626862;
}

a.olive:hover {
  background-color: #c9cdc9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c9cdc9), to(#838b83));
  background-image: -webkit-linear-gradient(top, #c9cdc9, #838b83);
  background-image: -moz-linear-gradient(top, #c9cdc9, #838b83);
  background-image: -ms-linear-gradient(top, #c9cdc9, #838b83);
  background-image: -o-linear-gradient(top, #c9cdc9, #838b83);
  background-image: linear-gradient(top, #c9cdc9, #838b83);
  border: 1px solid #626862;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9cdc9, endColorstr=#838b83);
  text-shadow: 0 -1px 0 #626862;
}

a.purple {
  background-color: #5d478b; /* Medium Purple 4 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8771b6), to(#5d478b));
  background-image: -webkit-linear-gradient(top, #8771b6, #5d478b);
  background-image: -moz-linear-gradient(top, #8771b6, #5d478b);
  background-image: -ms-linear-gradient(top, #8771b6, #5d478b);
  background-image: -o-linear-gradient(top, #8771b6, #5d478b);
  background-image: linear-gradient(top, #8771b6, #5d478b);
  border: 1px solid #3f305e;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8771b6, endColorstr=#5d478b);
  text-shadow: 0 -1px 0 #3f305e;
}

a.purple:hover {
  background-color: #a492c8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a492c8), to(#5d478b));
  background-image: -webkit-linear-gradient(top, #a492c8, #5d478b);
  background-image: -moz-linear-gradient(top, #a492c8, #5d478b);
  background-image: -ms-linear-gradient(top, #a492c8, #5d478b);
  background-image: -o-linear-gradient(top, #a492c8, #5d478b);
  background-image: linear-gradient(top, #a492c8, #5d478b);
  border: 1px solid #3f305e;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a492c8, endColorstr=#5d478b);
  text-shadow: 0 -1px 0 #3f305e;
}

a.pink {
  background-color: #cd1076; /* Deep Pink 3 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f042a0), to(#cd1076));
  background-image: -webkit-linear-gradient(top, #f042a0, #cd1076);
  background-image: -moz-linear-gradient(top, #f042a0, #cd1076);
  background-image: -ms-linear-gradient(top, #f042a0, #cd1076);
  background-image: -o-linear-gradient(top, #f042a0, #cd1076);
  background-image: linear-gradient(top, #f042a0, #cd1076);
  border: 1px solid #8e0b52;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f042a0, endColorstr=#cd1076);
  text-shadow: 0 -1px 0 #8e0b52;
}

a.pink:hover {
  background-color: #f471b8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f471b8), to(#cd1076));
  background-image: -webkit-linear-gradient(top, #f471b8, #cd1076);
  background-image: -moz-linear-gradient(top, #f471b8, #cd1076);
  background-image: -ms-linear-gradient(top, #f471b8, #cd1076);
  background-image: -o-linear-gradient(top, #f471b8, #cd1076);
  background-image: linear-gradient(top, #f471b8, #cd1076);
  border: 1px solid #8e0b52;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f471b8, endColorstr=#cd1076);
  text-shadow: 0 -1px 0 #8e0b52;
}

a.brick {
  background-color: #b22222; /* Fire Brick */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4c4c), to(#b22222));
  background-image: -webkit-linear-gradient(top, #dd4c4c, #b22222);
  background-image: -moz-linear-gradient(top, #dd4c4c, #b22222);
  background-image: -ms-linear-gradient(top, #dd4c4c, #b22222);
  background-image: -o-linear-gradient(top, #dd4c4c, #b22222);
  background-image: linear-gradient(top, #dd4c4c, #b22222);
  border: 1px solid #791717;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd4c4c, endColorstr=#b22222);
  text-shadow: 0 -1px 0 #791717;
}

a.brick:hover {
  background-color: #e57777;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e57777), to(#b22222));
  background-image: -webkit-linear-gradient(top, #e57777, #b22222);
  background-image: -moz-linear-gradient(top, #e57777, #b22222);
  background-image: -ms-linear-gradient(top, #e57777, #b22222);
  background-image: -o-linear-gradient(top, #e57777, #b22222);
  background-image: linear-gradient(top, #e57777, #b22222);
  border: 1px solid #791717;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e57777, endColorstr=#b22222);
  text-shadow: 0 -1px 0 #791717;
}

a.gold {
  background-color: #8b6508; /* Dark Golden Rod 4 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#db9f0d), to(#8b6508));
  background-image: -webkit-linear-gradient(top, #db9f0d, #8b6508);
  background-image: -moz-linear-gradient(top, #db9f0d, #8b6508);
  background-image: -ms-linear-gradient(top, #db9f0d, #8b6508);
  background-image: -o-linear-gradient(top, #db9f0d, #8b6508);
  background-image: linear-gradient(top, #db9f0d, #8b6508);
  border: 1px solid #6b4e06;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db9f0d, endColorstr=#8b6508);
  text-shadow: 0 -1px 0 #6b4e06;
}

a.gold:hover {
  background-color: #f3b828;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3b828), to(#8b6508));
  background-image: -webkit-linear-gradient(top, #f3b828, #8b6508);
  background-image: -moz-linear-gradient(top, #f3b828, #8b6508);
  background-image: -ms-linear-gradient(top, #f3b828, #8b6508);
  background-image: -o-linear-gradient(top, #f3b828, #8b6508);
  background-image: linear-gradient(top, #f3b828, #8b6508);
  border: 1px solid #6b4e06;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3b828, endColorstr=#8b6508);
  text-shadow: 0 -1px 0 #6b4e06;
}

a.brown {
  background-color: #8b4513; /* Saddle Brown */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d66a1d), to(#8b4513));
  background-image: -webkit-linear-gradient(top, #d66a1d, #8b4513);
  background-image: -moz-linear-gradient(top, #d66a1d, #8b4513);
  background-image: -ms-linear-gradient(top, #d66a1d, #8b4513);
  background-image: -o-linear-gradient(top, #d66a1d, #8b4513);
  background-image: linear-gradient(top, #d66a1d, #8b4513);
  border: 1px solid #4f270b;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d66a1d, endColorstr=#8b4513);
  text-shadow: 0 -1px 0 #4f270b;
}

a.brown:hover {
  background-color: #8b4513;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e58541), to(#8b4513));
  background-image: -webkit-linear-gradient(top, #e58541, #8b4513);
  background-image: -moz-linear-gradient(top, #e58541, #8b4513);
  background-image: -ms-linear-gradient(top, #e58541, #8b4513);
  background-image: -o-linear-gradient(top, #e58541, #8b4513);
  background-image: linear-gradient(top, #e58541, #8b4513);
  border: 1px solid #4f270b;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e58541, endColorstr=#8b4513);
  text-shadow: 0 -1px 0 #4f270b;
}

a.silver {
  background-color: #c0c0c0; /* Silver */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c0c0c0));
  background-image: -webkit-linear-gradient(top, #eaeaea, #c0c0c0);
  background-image: -moz-linear-gradient(top, #eaeaea, #c0c0c0);
  background-image: -ms-linear-gradient(top, #eaeaea, #c0c0c0);
  background-image: -o-linear-gradient(top, #eaeaea, #c0c0c0);
  background-image: linear-gradient(top, #eaeaea, #c0c0c0);
  border: 1px solid #9e9e9e;
  color: #444444;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#c0c0c0);
  text-shadow: 0 1px 0 #ffffff;
}

a.silver:hover {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c0c0c0));
  background-image: -webkit-linear-gradient(top, #ffffff, #c0c0c0);
  background-image: -moz-linear-gradient(top, #ffffff, #c0c0c0);
  background-image: -ms-linear-gradient(top, #ffffff, #c0c0c0);
  background-image: -o-linear-gradient(top, #ffffff, #c0c0c0);
  background-image: linear-gradient(top, #ffffff, #c0c0c0);
  border: 1px solid #9e9e9e;
  color: #444444;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#c0c0c0);
  text-shadow: 0 1px 0 #ffffff;
}

a.gray {
  background-color: #696969; /* Dim Gray */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#939393), to(#696969));
  background-image: -webkit-linear-gradient(top, #939393, #696969);
  background-image: -moz-linear-gradient(top, #939393, #696969);
  background-image: -ms-linear-gradient(top, #939393, #696969);
  background-image: -o-linear-gradient(top, #939393, #696969);
  background-image: linear-gradient(top, #939393, #696969);
  border: 1px solid #474747;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#939393, endColorstr=#696969);
  text-shadow: 0 -1px 0 #474747;
}

a.gray:hover {
  background-color: #adadad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#696969));
  background-image: -webkit-linear-gradient(top, #adadad, #696969);
  background-image: -moz-linear-gradient(top, #adadad, #696969);
  background-image: -ms-linear-gradient(top, #adadad, #696969);
  background-image: -o-linear-gradient(top, #adadad, #696969);
  background-image: linear-gradient(top, #adadad, #696969);
  border: 1px solid #474747;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#adadad, endColorstr=#696969);
  text-shadow: 0 -1px 0 #474747;
}

a.black {
  background-color: #080808; /* Black */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#080808));
  background-image: -webkit-linear-gradient(top, #323232, #080808);
  background-image: -moz-linear-gradient(top, #323232, #080808);
  background-image: -ms-linear-gradient(top, #323232, #080808);
  background-image: -o-linear-gradient(top, #323232, #080808);
  background-image: linear-gradient(top, #323232, #080808);
  border: 1px solid #000000;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#323232, endColorstr=#080808);
  text-shadow: 0 -1px 0 #000000;
}

a.black:hover {
  background-color: #4c4c4c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#080808));
  background-image: -webkit-linear-gradient(top, #4c4c4c, #080808);
  background-image: -moz-linear-gradient(top, #4c4c4c, #080808);
  background-image: -ms-linear-gradient(top, #4c4c4c, #080808);
  background-image: -o-linear-gradient(top, #4c4c4c, #080808);
  background-image: linear-gradient(top, #4c4c4c, #080808);
  border: 1px solid #000000;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c, endColorstr=#080808);
  text-shadow: 0 -1px 0 #000000;
}

/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  margin: 20px 0;
  padding: 15px;
  text-align: left;
}

.alert {
  background-color: #faebeb;
  border: 1px solid #dc7070;
  color: #212121;
}

.address {
  background-color: #f6f5ef;
  border: 1px solid #cdc9a5;
  color: #212121;
}

.notice {
  background-color: #fbf9e9;
  border: 1px solid #e3cf57;
  color: #212121;
}

/*.success {
  background-color: #f9fde8;
  border: 1px solid #a2bc13;
  color: #212121;
}*/

.download {
  background-color: #fff4e5;
  border: 1px solid #ff9912;
  color: #212121;
}

.information {
  background-color: #eef3f6;
  border: 1px solid #6ca6cd;
  color: #212121;
}

.required {
  color: #d5243f;
}

/* =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.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
  cursor: text;
}

/* =WPML
-------------------------------------------------------------- */
.icl_languages_selector {
  float: right;
  text-align: left
}

.rtl .icl_languages_selector {
  float: left;
  text-align: right
}

@media screen and (max-width: 650px) {
  .icl_languages_selector,
  .rtl .icl_languages_selector {
    float: none;
  }
}

/* =Polylang
-------------------------------------------------------------- */
.widget_polylang li {
  display: inline;
  list-style-type: none;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
  font-size: 11px;
  line-height: 1.5em;
}

#footer a {
  color: #333333;
  font-weight: 400;
}

#footer a:hover {
  color: #444444;
}

#footer-wrapper .grid.col-940 {
  margin: 0;
}

.scroll-top {
  text-align: center;
}

.copyright {
  text-align: center; padding:10px 0 20px 0px; font-size:15px; line-height:18px; display:block; margin:0px!important;height:20px;
}
.copyright a{color:#333; display: inline-block; vertical-align: top;}
.copyright a:hover{color:#000;}
.copyright span.copysymbol{display: inline-block;font-size: 24px;margin: 0;vertical-align: top;}
.copyright span{display: inline-block;margin: -5px 0 0;vertical-align: top;}
.powered {
  text-align: right;
}

/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
  list-style: none;
  line-height: normal;
  padding: 0;
  margin: 0;
  text-align: right;
}

#footer .yelp-icon,
#footer .vimeo-icon,
#footer .youtube-icon,
#footer .twitter-icon,
#footer .facebook-icon,
#footer .linkedin-icon,
#footer .rss-feed-icon,
#footer .instagram-icon,
#footer .pinterest-icon,
#footer .foursquare-icon,
#footer .google-plus-icon,
#footer .stumble-upon-icon {
  display: inline;
  margin: 1px;
  padding-left: 3px;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
  content: ' ';
  display: table;
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
  clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
  zoom: 1;
}

.clear {
  clear: both;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: bidi-override;
}

BDO[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: bidi-override;
}

[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: embed;
}

[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}

/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }

  ul, ol, dl {
    page-break-before: avoid;
  }
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {

  body {
  }
}

/*The last 29 days of the month are the hardest."- Nikola Tesla*/
#top-bg{width:100%; background-color: #bf1238; height:49px; position:absolute;}
#banner1{background:url(core/images/banner1.jpg) no-repeat 0 0; width:999px; height:338px;}
#banner2{background:url(core/images/banner2.jpg) no-repeat 0 0; width:999px; height:338px;}
.flexslider{border:0 !important; box-shadow:none !important; margin:0 !important;}
.flex-control-nav{bottom:-2px !important;}
.flex-control-nav li{margin:0 3px !important;}
.flex-control-paging li a{border-radius:0 !important; background:#FFF !important; box-shadow:none!important;}
.flex-control-paging li a.flex-active{background:#000 !important;}
.slide-data{left:50% !important; bottom:18% !important; font-size:30px; line-height:36px; background:none !important;}
.slide-data .slide-title, .slide-data .read-more{display:none;}
.slide-data .title{font-size:40px; font-weight:bold; margin:0 0 5px; line-height:48px;}
.slide-data a{clear:both; float:left; background:url(core/images/banner-read-more.png) no-repeat right center #FFF; margin:18px 0 0; padding:2px 40px 2px 10px; font-size:22px; color:#85b461;}
.slide-data a:hover{background:url(core/images/banner-read-more-roll.png) no-repeat right center #FFF;}
#homesep{background:#94996e; height:1px; width:100%; float:left; margin:15px 0 25px; padding:0;}
.home-widgets .widget-wrapper{background:none; border:none; margin:0; padding:0px 20px;}
.home-widgets .col-300{margin-bottom:20px !important; margin-left:12px; width:29.4%;}
.home-widgets ul{margin:0; padding:0 !important;}
.home-widgets ul li{list-style:none; background:url(core/images/home-bullets.png) no-repeat 0 7px; padding:0 0 0 17px; margin:0 0 5px; float:left; font-size:19px;}
#footer-bg{background:#94996e;display:inline-block;width:100%;}
#footer .col-220 li{margin:0; padding:0; list-style:none;}
#footer .col-220 li h2{color:#fff; font-weight:normal; font-size:24px; margin:0 0 15px; padding:25px 0 10px; border-bottom:1px solid #FFF; text-align:left;}
#footer .col-220 h2{color:#fff; font-weight:normal; font-size:24px; margin:0 0 15px; padding:25px 0 10px; border-bottom:1px solid #FFF; text-align:left;}
#footer .col-220 li ul.menu{margin:0 !important; padding:0 !important;}
#footer .col-220 li ul.menu li{width:100%;}
#footer .col-220 li ul.menu li a{color:#FFF; border:0; font-size:17px; padding:5px 0 5px 20px !important; font-weight:normal; height:auto; line-height:20px; text-transform:none; position:relative; text-align:left; background:url(core/images/bullets-footer.jpg) no-repeat 0 9px;}
#footer .col-220 li ul.menu li a.dcjq-parent{background:url(core/images/plus_grey.png) no-repeat;}
#footer .col-220 li ul.menu li a.dcjq-parent.active{background:url(core/images/minus_grey.png) no-repeat 0 8px;}
#footer .col-220 li #dc_jqaccordion_widget-2-item, #footer .col-220 li #dc_jqaccordion_widget-3-item, #footer .col-220 li #dc_jqaccordion_widget-4-item{background:none; border:0;}
#footer .col-220 li  #dc_jqaccordion_widget-2-item ul a.dcjq-parent, #footer .col-220 li  #dc_jqaccordion_widget-3-item ul a.dcjq-parent, #footer .col-220 li  #dc_jqaccordion_widget-4-item ul a.dcjq-parent{background-color:transparent; padding:0 0 0 20px; background-position:0 8px;}
#footer .col-220 li ul.sub-menu{position:relative; visibility:visible;}
#footer .col-220 li ul.sub-menu li{background:none;}
#footer .col-220 li ul.sub-menu li a{padding:2px 0 2px 33px !important; font-size:15px; background:url(core/images/bullets-footer.jpg) no-repeat 20px 8px!important;}
#footer .col-220 li ul.sub-menu li a:hover{color:#E0D478 !important;}
#footer .col-220 li ul.menu li a:hover{color:#E0D478 !important;}
#footer .col-220 li ul.menu a.dcjq-parent:hover{background-color:transparent !important;}
.mid-read-more{background:url(core/images/read-more.png) no-repeat right center; padding:0 25px 0 0 !important; float:left; margin:15px 0 0 17px !important; font-size:18px; line-height:20px;}
/*********************/
#footer .col-220 li ul.menu2{margin:0 !important; padding:0 !important;}
#footer .col-220 li ul.menu2 li{width:100%;}
#footer .col-220 li ul.menu2 li a{color:#FFF; border:0; font-size:17px; padding:5px 0 5px 20px !important; font-weight:normal; height:auto; line-height:20px; text-transform:none; position:relative; text-align:left; background:url(core/images/bullets-footer.jpg) no-repeat 0 9px; -webkit-transition-duration:1s; display:inline-block;}
#footer .col-220 li ul.menu2 li a:hover{color:#E0D478 !important; padding:5px 0 5px 22px !important;}
#footer .col-220 li ul.menu2 a.dcjq-parent:hover{background-color:transparent !important;}
#footer .col-220 li ul.menu2 li a.dcjq-parent{background:url(core/images/plus_grey.png) no-repeat;}
#footer .col-220 li ul.menu2 li a.dcjq-parent.active{background:url(core/images/minus_grey.png) no-repeat 0 8px;}
#footer .col-220 li ul.menu2 li ul.sub-menu li a:hover{color:#E0D478 !important; padding:2px 0 2px 35px !important; -webkit-transition-duration:1s;}
#footer .col-220 li ul.menu2 li ul.sub-menu li a.dcjq-parent:hover{background-color:transparent !important;}
#footer .col-220 li ul.menu2 li ul.sub-menu li a{padding:2px 0 2px 33px !important; font-size:15px; background:url(core/images/bullets-footer.jpg) no-repeat 20px 8px!important;}

.mid-read-more:hover{padding:0 26px 0 0 !important;}
.home-widgets{margin:10px 0 0 !important;}
.home-widgets .grid{margin-bottom:0;  margin-right: 2.12766% !important;}
#social-icons{float:right; margin:0; position:relative; z-index:9;}
#social-icons ul.social-icons{margin:0 6px 0 0; padding:0; float:right;}
#social-icons ul.social-icons li{list-style:none; margin:0 4px; padding:0; display:inline;}
#client-login{text-align:right;}
#client-login a{color:#FFF; font-size:26px; background:#9ea374; padding:5px 35px; display: inline-block; margin:10px 9px 14px 0;}
#client-login a:hover{background:#5c5f44; transition: all 0.2s ease-in-out 0s;}
.grid-right .widget-wrapper{padding:0px 10px 20px 0; margin:0 0 10px 10px; background-color:transparent !important; border:0 !important;}

/********** About us left menu ***********/
.grid-right ul.menu2{margin:0 0 0 0px !important; padding:0 !important;}
.grid-right ul.menu2 li{width:100%; list-style:none; margin:0; padding:0; display:block; float:left; position:relative;}
.grid-right ul.menu2 li a{color:#2e406b; border:0; font-size:22px; padding:5px 0 5px 20px !important; font-weight:normal; height:auto; line-height:20px; text-transform:none; position:relative; text-align:left; display:inline-block !important; background:url(core/images/home-bullets.png) no-repeat 5px 10px;}
.grid-right ul.menu2 li a:hover{color:#BF1238 !important;}
.grid-right ul.menu2 a.dcjq-parent:hover{background-color:transparent !important;}
.grid-right ul.menu2 li a.dcjq-parent{background:url(core/images/plus-leftSidebar.jpg) no-repeat 0px 7px;}

.grid-right ul.menu2 li a.dcjq-parent span{display:none;}

.grid-right ul.menu2 li a.dcjq-parent.active{background:url(core/images/minus-leftSidebar.jpg) no-repeat 0px 7px;}
.grid-right ul.menu2 li ul.sub-menu{margin:0 0 0px !important; padding:0 0 0 5px !important; display: inline-block;}
.grid-right ul.menu2 li ul.sub-menu li a{background:url(core/images/bullets-leftsidebar.jpg) no-repeat 0 8px; color:#747950 !important; border:0; font-size:17px; padding:0px 0 0px 15px !important; font-weight:normal; height:auto; line-height:20px; text-transform:none; position:relative; text-align:left;}
.grid-right ul.menu2 li ul.sub-menu li a:hover{color:#BF1238 !important;}
.grid-right ul.menu2 li.current-menu-item a{color:#BF1238 !important;}
.grid-right ul.menu2 li ul.sub-menu li.current-menu-item a{color:#BF1238 !important;}
h1.post-title /*{border-bottom:0px solid #e8e8e8; font-size:22px; color:#be1e3e;}*/
h1.post-title a{color:#be1e3e;}
.breadcrumb-list a{color:#2e406b;text-decoration:underline!important;}
.breadcrumb-list a:hover{text-decoration:none;important}
.breadcrumb-list .breadcrumb-current{color:#bf1238;}
#wrapper .col-300{margin-right:0;}

h2{color:#be1e3e; font-size:22px; margin:8px 0px;}
h2 a{color:#be1e3e;}
h2 a:hover{color:#be1e3e;}
h2a:hover,
h2a:focus,
h2a:active {
  color: #be1e3e;
}
h2 span {color:#333333; font-size:17px; margin:20px 0 12px; padding-left:5px;}
.aboutUs p{font-size:17px; margin:10px 0 33px;}*/
.aboutUs .alignleft{margin:0px 0 23px; display: inline-block;}
.aboutUs .alignright{margin:0px 0 23px; display: inline-block;}
#wrapper .grid-right ul.Lsidebar{margin:0px 10px 0px 0px;/*margin:0px 10px*/ padding:0px;}
.grid-right li.widget{list-style:none; float:left;}
#getInTouch{width:221px; padding:15px 15px 20px 10px !important; float:left; font-size:21px; line-height:25px; color:#FFF; background:#94996e url(core/images/getInTouch.png) no-repeat right 15px; margin:30px 0 0 !important;}
#getInTouch strong{font-size:27px;}
#getInTouch:hover{background:#5c5f44 url(core/images/getInTouch.png) no-repeat right 15px;  transition: all 0.2s ease-in-out 0s;}
/***********about formtek Left Sidebar**********/
#abtPDF{float:left; margin:18px 0; position:relative;}
#abtPDF img{width:100%; border:1px solid #9a9e74; max-width:243px;}
#abtPDFInner{font-size:30px; color:#2e406b; text-transform:uppercase; font-weight:bold; text-align:center; position:absolute; top:34px; width:100%;}
#abtPDF-img{width:100%; margin:22px 0 0;}
#abtPDF-img img{max-width:100%; width:auto; border:0;}
#abtPDFInner a{font-size:23px; color:#FFF; background: #2e406b url(core/images/download-arrow.png) no-repeat 0 8px; line-height:24px; padding:8px 16px 8px 43px; margin:17px 0 0; display:inline-block !important; }
#abtPDFInner a:hover{background: #1b2745 url(core/images/download-arrow.png) no-repeat 2px 8px; padding:8px 18px 8px 41px; transition: all 0.2s ease-in-out 0s;}
/***********Formtek Extensions Left Sidebar**********/
#extensions{float:left; margin:18px 0; position:relative;}
#extensions img{width:100%; border:0; max-width:246px;}
#extensionsInner{font-size:25px; color:#FFF; text-transform:uppercase; font-weight:bold; text-align:center; position:absolute; top:12px; width:100%; line-height:30px;}
#extensionsInner a{font-size:23px; font-weight:bold; color:#2e406b; background: #ffffff url(core/images/watch-nowB.png) no-repeat 0 8px; line-height:24px; padding:8px 16px 8px 43px; margin:17px 0 0; display:inline-block !important; }
#extensionsInner a:hover{background: #ffffff url(core/images/watch-now.png) no-repeat 2px 8px; color:#ba1a3e; padding:8px 18px 8px 41px; transition: all 0.2s ease-in-out 0s;}
#presentedby{font-size:18px; text-transform:none; font-weight:normal; line-height:20px; margin:20px 0 0;}
/***********Engineering Data Management Left Sidebar**********/
#edm{float:left; margin:0 0 18px 0; position:relative;}
#edm img{width:100%; border:0; max-width:246px;}
#edmInner{font-size:25px; color:#FFF; text-transform:uppercase; font-weight:bold; text-align:center; position:absolute; top:10px; width:100%; line-height:30px;}
#edmInner a{font-size:23px; font-weight:bold; color:#ba1a3e; background: #ffffff url(core/images/watch-now.png) no-repeat 0 8px; line-height:24px; padding:8px 16px 8px 43px; margin:10px 0 0; display:inline-block !important; }
#edmInner a:hover{background: #ffffff url(core/images/watch-nowB.png) no-repeat 2px 8px; color:#2e406b; padding:8px 18px 8px 41px; transition: all 0.2s ease-in-out 0s;}
#edmpresentedby{font-size:18px; text-transform:none; font-weight:normal; line-height:20px; margin:15px 0 0;}
/*******************************/
ul#news{margin:4px 0 0; padding:0; display:inline-block;}
ul#news #new-month{color:#3f4132; font-size:15px; margin:0 0 5px;}
ul#news li{margin:0 0 10px !important;}
ul#news li a{font-size:18px; color:#FFF;}
ul#news li a:hover{color:#E0D478; transition: all 0.2s ease-in-out 0s;}
.more-news{color:#FFF !important; font-size:16px; background:url(core/images/read-more-footer.png) no-repeat right 2px; padding:0 22px 3px 0;  -webkit-transition-duration:1s;}
.more-news:hover{padding:0 24px 7px 0;color:#E0D478 !important;}
/***********************************/
/***********************************/
p{font-size:17px; margin:10px 0 14px;}
.partners {
	border-bottom:1px solid #e8e8e8;
	padding:6px 0px 15px 0px;
	float:left;
}
.partners.last {
	border-bottom:0px solid #e8e8e8;
}
.partners .thum {
	float:left; display:block;
	width:218px;
}
.partners .alignleft {
	margin:10px 0px 0px 0px!important;
	padding:0px 0px 15px 0px!important;
}
p.firstp {
	padding:0px;
	margin:15px 0px 0px 0px;
}
.partners h2 {
	margin:12px 0px 12px 0px!important;
	text-transform:uppercase!important;
}
.partners p {
	margin:0px!important;
	padding:0px 0px!important; display:table;
	/*width:440px;
	float:right;*/
	line-height:19px;
}
.history-main {
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}
.history {
	padding:6px 0px;
	margin:-11px 0px 0px 0px;	
	font-size:17px;
	color:#fff;
	float:left;	
}
.histroy, .leftinfo {
	padding:6px;
	margin:26px 0px 0px 0px;
	width:260px;
	float:left;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	min-height:40px;
}
.histroy, .year-main {
	margin:0px;
	width:110px;
	float:left;
}
.firstyear {
	margin-top:41px;
}
.histroy, .year {
	padding:2px 0px;
	margin:0px auto;
	max-width:70px;
	text-align:center;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:22px;
}
.histroy, .yearbar {
	height:42px;
	width:4px;
	margin:0px auto;
}
.histroy, .rightinfo {
	padding:6px;
	margin:26px 0px 0px 0px;
	max-width:260px;
	float:right;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.second {margin-top:-14px;}
.third {margin-top:-11px;}
.c1982, .c1991 {background:#8e001f;}
.c1982img {background:url(core/images/histoory-back-1982.jpg) no-repeat 272px 50px;}
.c1991img {background:url(core/images/histoory-back-1991.jpg) no-repeat 372px 50px;}
.c1983, .c1993 {background:#7cb63d;}
.c1983img {background:url(core/images/histoory-back-1983.jpg) no-repeat 372px 50px;}
.c1993img {background:url(core/images/histoory-back-1993.jpg) no-repeat 272px 50px;}
.c1985, .c1995 {background:#d16103;}
.c1985img {background:url(core/images/histoory-back-1985.jpg) no-repeat 272px 50px;}
.c1995img {background:url(core/images/histoory-back-1995.jpg) no-repeat 372px 50px;}
.c1987, .c1997 {background:#2e406b;}
.c1987img {background:url(core/images/histoory-back-1987.jpg) no-repeat 372px 50px;}
.c1997img {background:url(core/images/histoory-back-1997.jpg) no-repeat 272px 50px;}
.c1989, .c1999 {background:#faba34; color:#000!important;}
.c1989img {background:url(core/images/histoory-back-1989.jpg) no-repeat 272px 50px;}
.c1999img {background:url(core/images/histoory-back-1999.jpg) no-repeat 372px 50px;}
.products {
	border-bottom:1px solid #e8e8e8;
	padding:0px 0px 20px 0px;
	margin:0px 0px 20px 0px;
	float:left;
}
.products .firstul {
	width:140px;
	float:left;
}
.products .secondul {
	width:140px;
	float:left;
}
.products ul {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:17px;
}
.products ul li {
	margin:0px 0px 0px 15px;
	padding:1px 0px 0px 15px;
	list-style:none;
	background:url(core/images/bullets-product.jpg) no-repeat 0px 8px;
}
.products ul li.reg {
	margin-top:-6px;
	background-position:0px 15px;
}
.products.last {
	border-bottom:0px solid #e8e8e8;
}
.products .thum {
	float:left; display:block;
	width:218px;
}
.products .alignleft {
	margin:10px 0px 0px 0px!important;
	padding:0px 20px 15px 0px!important;
}
.products h2 {
	margin:12px 0px 12px 0px!important;
	text-transform:uppercase!important;
}
.products div.cright {	
	padding:0px 0px!important; display:table;
	/*width:440px;
	float:right;*/
	font-size:17px;
}
.products div.cright p {
	padding:8px 0px!important; display:table;
	line-height:19px;
	font-size:17px;
	margin:0px!important;
}
.ullastp {
	padding:0px 0px 0px 0px;
	margin:0px;
}
/*.read-more {
	background:url(core/images/read-more-btn.jpg) no-repeat right 20px;
	padding:18px 21px 0px 0px!important;
	margin:0px;
	font-weight:normal;
	display:inline-block;
}*/
h1 span {
	color:#000;
}
.menu li li a span {
	display:none;
}
.breadcrumb-current span {
	display:none;
}
.breadcrumb span {
	display:none;
}
.right-content {
	float:left;
	width:100%;
}
#footer .col-220 li ul.menu2 li a span {
	display:none;
}
.external-link  {
	width:50%;
	text-align:center;
	font-size:30px;
	line-height:29px;
	margin:15px auto;
	border:1px solid #ccc;
	padding:5px;
	background:#949a6e;
}
.external-link p {
	margin:0px 0px;
	padding:0px;
	line-height:normal;
	font-size:17px;
	color:#fff;
}
.external-link a {font-size:23px; font-weight:bold; color:#ba1a3e; background: #ffffff url(core/images/watch-now.png) no-repeat 0 8px; line-height:24px; padding:8px 16px 8px 43px; margin:10px 0 0; display:inline-block !important; }
.external-link a:hover{background: #ffffff url(core/images/watch-nowB.png) no-repeat 2px 8px; color:#2e406b; padding:8px 18px 8px 41px; transition: all 0.2s ease-in-out 0s;}
.records-link {
	width:50%;
	text-align:center;
	font-size:30px;
	line-height:29px;
	margin:15px auto;
	border:1px solid #ccc;
	padding:5px;
}
.records-link p {
	margin:0px 0px;
	padding:0px;
	line-height:normal;
}
.records-link  a {
	color:#2E406B;
}
.records-link  a:hover {
	color:#2E406B;
}
.right-content ul {
	margin:0px;
	padding:0px;	
}
.right-content li {
	border-bottom:1px solid #e8e8e8;
	padding:0px 0px 12px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;	
	float:left;
}
.right-content li.last {
	border-bottom:0px solid #e8e8e8;
}
.right-content li p {
	margin:10px 0px;
	padding:0px;
}
.right-content li ul {
	margin:0px;
	padding:0px;
	width:50%;
	float:left;
}
.right-content li ul li {
	margin:0px;
	padding:0px 0px 4px 18px;
	border-bottom:0px solid #e8e8e8;
	float:none;
	font-size:17px;
	color:#2e406b;
	background:url(core/images/bullets-product-blue.jpg) no-repeat 0px 8px;
}
h2.alfresco-dm {
	background:url(core/images/products/alfresco-dm.jpg) no-repeat;
	height:31px;
	padding:70px 0px 0px 115px;

}
h2.alfresco-share {
	background:url(core/images/products/alfresco-share.jpg) no-repeat;
	height:31px;
	padding:70px 0px 0px 115px;
}
h2.alfresco-workflow {
	background:url(core/images/products/alfresco-workflow.jpg) no-repeat;
	height:31px;
	padding:70px 0px 0px 115px;
}
h2.alfresco-rm {
	background:url(core/images/products/alfresco-rm.jpg) no-repeat;
	height:31px;
	padding:70px 0px 0px 115px;
}
h2.alfresco-cm {
	background:url(core/images/products/alfresco-cm.jpg) no-repeat;
	height:31px;
	padding:70px 0px 0px 115px;
}
h2.alfresco-am {
	background:url(core/images/products/alfresco-am.jpg) no-repeat;
	height:31px;
	padding:70px 0px 0px 115px;
}
.firstul50 {
	margin:0px;
	padding:0px 10px 0px 0px;
	width:47%;
	float:left;
	font-size:17px;
}
.firstul50 li {
	margin:0px;
	padding:0px 0px 7px 15px;
	list-style:none;
	background:url(core/images/bullets-product-blue.jpg) no-repeat 0px 8px;
}
.firstul100 {
	margin:0px;
	padding:0px 10px 0px 0px;
	width:100%;
	font-size:17px;
}
.firstul100 li {
	margin:0px;
	padding:0px 0px 7px 15px;
	list-style:none;
	background:url(core/images/bullets-product-blue.jpg) no-repeat 0px 8px;
}
.mainselection {
    overflow:hidden;
    width:350px;
    margin-left:35px;
    background: url("core/images/blog-select-arrow.png") no-repeat #fff 319px 2px;
    /* dropdown_arrow.png is a 31x28 image */
}
#text-5, .widget-wrapper .widget_text {
	border:0px solid;
}
.blog-alfresco {
	min-height:176px; /*width:245px;*/
	border:0px;
	position:relative;
width:100%;
}
.blog-alfresco img {
	max-width:245px;
	width:100%;
}
.blog-alfresco a img {
	max-width:245px;
	width:100%;
}
.blog-content {
	position:absolute;
	top:67px;
	left:0px;
}
.blog-content p {
	font-size:17px;
letter-spacing:-0.2px;
	margin:0px 0px 0px 0px;
	padding:11px 10px 15px 18px;
	display:inline-block;
	line-height:normal;
color:#333333;
}
.blog-alfresco-link {
	padding:0px 0px 0px 38px!important;
	background:url(core/images/blog-alfresco-read.png) no-repeat 16px 2px;
color:#2E406B;
}
.blog-alfresco-link:hover {
	padding:0px 0px 0px 41px!important;
}
.blog-alfresco:hover {
transition: all 0.2s ease-in-out 0s;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
.blog-alfresco img:hover {
transition: all 0.2s ease-in-out 0s;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
/*.blog-alfresco a {
display:block!important;
}*/
.author_name {
	color:#838855;
	margin:0px 0px 10px 0px;
	padding:0px;
	line-height:normal;
}
.date-formate {
	display:inline-block;
	color:#333333;
        vertical-align:top;
padding:0px 3px 0px 0px;
}
.legal-terms-main {
display:inline-block;
width:100%;
}
.legal-terms {
	font-size:15px;
	max-width:970px;
	margin:0px auto;	
	color:#666666;
}
.legal-terms p {
	line-height:normal;
	font-size:15px;
	text-align:left!important;
}
.legal-terms li {
	list-style:none;
}
h2.legar-terms {
	margin:15px 0px 10px 0px;
	font-size:17px;
}
.menu-last {
	margin:0px 0px 0px 0px!important;
	padding:0px;
	display:inline-table;
}
.menu-last li {
	border-left:0px solid #333333;
	list-style:none;
}
.menu-last li ul {
	margin:0px 0px 0px 5px;
	padding:0px;	
}
.menu-last ul li {
	margin:0px;
	padding:0px 8px;
	border-left:1px solid #333333;
	list-style:none;
	display:inline-table;
line-height:13px;
}
.footer-contact-us {
	font-size:22px;
	margin:20px 0px 5px 0px;
}
.footer-contact-us a {
	background:url("core/images/read-more-footer.png") no-repeat scroll left 5px transparent;
	color: #FFFFFF !important;
    font-size:22px;
    padding: 0 0px 0 22px;	
}
.footer-contact-us a:hover {
    font-size:22px;
    padding: 0 0px 0 24px;
color:#E0D478 !important;	
}
.blog-select {	
	position:relative;
	/*max-width:242px;*/
	margin:0px 0px 15px 0px;
	font-family: "univers_condensedmedium", Arial, Helvetica, sans-serif;
display:block;
height:40px;
}
.blog-select label {
    display: block;
    position: relative;
}
.blog-select label .select-title {
	margin:0px;
	font-size:22px;
}
.pointerevents .blog-select label:before {
    background: #fff;    
    bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color:#2e406b;
    content: attr(data-option);
    display: block;
   font-family: "univers_condensedmedium", Arial, Helvetica, sans-serif;
    font-size:22px;    
    padding:6px 10px;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
	border:2px solid #b7bb99;
height:40px;
}

.pointerevents .blog-select label:hover:before, .pointerevents label:focus:before {  
}

.pointerevents .blog-select label:after {    
    content: '';
    position: absolute;
    right:8px;
    top: 8px;
	background:url(core/images/watch-nowB.png) no-repeat 0px 0px;
	width:33px;
	height:24px;
}
.blog-select select {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
color:#2e406b;
position:relative;
z-index:999;
height:40px;
}

.pointerevents .blog-select select {
    cursor: pointer;
    opacity: 0;
height:37px;
}
#categories-4, #archives-3{border:0!important;}
#categories-4 .widget-title, #archives-3 .widget-title{display:none;}
body.archive .main-nav #responsive_current_menu_item{text-indent:-9000px;}
/*------- Error --------------*/
.error404 h1 {
    border: 3px solid #94996E;
    border-radius: 101px 101px 101px 101px;
    height: 185px;
    margin: 25px auto;
    padding: 6px;
    width: 190px;
}
.title-404 {
    color: #BF1238;
    font-family: 'Bebas';
    font-size: 120px;
    padding: 75px 0 0;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
}
/* =Search 
-------------------------------------------------------------- */
.search-form {
	width:auto;
	position:absolute;
	right:14px;
	top:0px;
	z-index:1000;	
}
.search-form .field {
	width:202px!important;
	margin:0px;
	font-size:13px;
	padding:6px;
	border:0px;
	background:#fff;
	color:#333333;
 -moz-border-radius:0px!important;
  -webkit-box-sizing: border-box!important;
  -webkit-border-radius:0px!important;
}
.search-form #searchform {
	margin:12px 0px 0px 0px;
	padding:0px;
}
.search-form #searchform .submit {
	margin:0px 0px 0px -4px!important;
	padding:0px!important;
	background:url(core/images/search-btn.jpg) no-repeat!important;
	background-image:url(core/images/search-btn.jpg) no-repeat!important;
	width:35px;
	height:28px;
	position:relative;
	 -moz-border-radius:0px;
  -moz-box-shadow: 0 0px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 0px 0 rgba(255, 255, 255, 0.3) inset;
  border-radius:0px;
   box-shadow: 0 0px 0 rgba(255, 255, 255, 0.3) inset;
  border:0px solid #dddddd;
  filter:none;
}
#nav {
	position:relative;
	width:100%;
	display:inline-block;
}
.search {
	font-family:"univers_condensedmedium",Arial,Helvetica,sans-serif;
	font-size:17px;
}
.search .title-404 {
	font-size:22px;
	font-family:"univers_condensedmedium",Arial,Helvetica,sans-serif;
	padding:0px;
	text-align:left;
}
#search {
	position:relative;
}
.search .col-300 {
	position:relative;
}
.search-left {
	margin:0px!important;
	padding:0px!important;
}
.search-left ul {
	margin:0px!important;
	padding:0px!important;
}
.search-left li {
	margin:0px!important;
	padding:0px!important;
	list-style:none!important;
	background:none!important;
}
.search .widget-wrapper {
    border: 1px solid #E8E8E8;
    margin: 0 0 16px;
    padding: 0;
	background:#fff;
}
.search #widgets ul, #widgets ol {
    margin: 0;
    padding: 0 13px 6px;
}
.search #widgets ul li {
    background: url("core/images/bullets-blog.jpg") no-repeat scroll 0 7px transparent;
    line-height: normal;
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 0 0 0 12px;
}
.search .read-more  {
	background:none;
	padding:0px!important;
	margin:0px!important;
}
.search .read-more  a {
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding:0px 21px 0 0 !important;
	background:none;
}
.search .read-more a:hover  {
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding:0px 21px 0 2px !important;
	background:none;
}
.dharne-link {width:auto;text-align:center;list-style:none;padding:0px 0px 18px 0px;color:#6A6A6A;}
.dharne-link a {color:#2E406B;}

.social-main {
width:auto;
float:right;
}
.social-title {
display:inline-block;
font-size:18px;
padding:6px 6px 0px 0px;
vertical-align:top;
}