/* 
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: 14px;
  font-smoothing: antialiased;
  line-height: 1.5em;
  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:26.4%;
}

.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;
}
#widgets .textwidget article a {
display:inline-block !important;
color:#333333;
}
#widgets .textwidget article span {color:#2E406B!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; padding:0;
}
fieldset p {
	margin:0px;
	padding:0px;
}
fieldset .two-column {
	width:100%;
	display:inline-block;
}
.two-column .control-group .control-label {
	width:80px;
	text-align:right;
}
.two-column .control-group .controls {
	margin:0px 0px 0px 95px!important;
}
fieldset .one-column {
	width:100%;
	margin:0px 0px 0px 0px;
	vertical-align:top;
}
fieldset .one-column .control-label {
	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;
padding-top:3px\0/;
padding-top:3px\9;
}
fieldset .one-column .control-label-1 {
	text-align:left;
	width:auto!important;
	display:inline-table;
}
.radio-main {
	position:relative;
	display:block;
}
.radio-main label.error {
	position:absolute;
	margin:0px 0px 5px 0px;
	line-height:16px;
display:block;
width:160px\0/;
width:160px\9;
}
.checkbox {
	position:relative;
}
.checkbox label.error{
	position:absolute;
	margin:90px 0px 20px 0px;
	line-height:16px;
display:block;
}
fieldset .one-column span.controls label.error {
	width:170px;
}
.control-group-radio {
	margin-bottom:13px;
}
.controls-radio  {
	margin:0px 0px 0px 55px!important;
}
.control-group {
	width:100%;
	margin:0px 0px 13px 0px;
	display:inline-block;
}
.control-label {
	float: left;
    padding-top: 5px;
    text-align: left;
    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-block;
	padding:0px 8px 0px 0px;
	width:160px;
}
.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-me {
margin:7px 0px 0px 193px!important;
}
.download-now {
margin:7px 0px 0px 179px!important;
}
.watch-now {
margin:7px 0px 0px 197px!important;
}
.emaillist {
	margin:20px 0px 0px 165px!important;
}
.contact-btn {
	width:195px;
	margin:7px auto;
}
select,
input[type="text"],
input[type="password"],
input[type="email"] {
  /*-moz-box-sizing: border-box;
  -moz-border-radius: 2px;
  -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);
  border-radius: 2px;*/
  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:241px;
}
.control-group textarea {
      width:226px\0/!important;
      width:226px\9!important;
width:226px\10!important;
min-height:75px;
}
.control-group textarea {
     width:244px;
min-height:75px;
}
.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:22px;}.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:5px 40px;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;}
.checkbox label.valid {width: 24px; height: 24px;background: url(core/images/valid.png) center center no-repeat;display: inline-block;text-indent: -9999px; margin:103px 0px 0px -20px;}
.radio-main label.valid {width: 24px!important; height: 24px;background: url(core/images/valid.png) center center no-repeat;display: inline-block;text-indent: -9999px;display:inline-table; left:-34px; top:23px;}
.pdflicense .radio-main label.valid{top:2px;}
.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-bottom: 5px;
  margin-top: 8px;
}

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: 0 auto;
  max-width: 1000px;
  padding: 0px;
}

#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: 0px auto;
  padding: 0;
}
.grid-last {
margin-right:0px!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-top: 0px; margin-right:0;
  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-search 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 {
  margin-top: 40px;
  margin-bottom: 20px;
}

#content-images {
  margin-bottom: 20px;
}

#content-search {
  margin-top: 0px; margin-right:0;
  margin-bottom: 10px; padding-left:2.127659574468%; border-left:1px solid #e8e8e8;
}

#content-archive {
  margin-top: 40px;
  margin-bottom: 20px;
}

#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: 12px;
}

#cancel-comment-reply-link {
  color: #990000;
}

.post-data {
  clear: both;
  font-size: 12px;
  font-weight: 700;
  margin-top: 20px;
}

.post-data a {
  color: #111111;
}

.post-entry {
  clear: both;
}

.post-meta {
  clear: both;
  color: #9f9f9f;
  font-size: 12px;
  margin-bottom: 10px;
}

.post-edit {
  clear: both;
  display: block;
  font-size: 12px;
  margin: 0;
}

.post-search-terms {
  clear: both;
}

.read-more {
  clear: both;
  font-weight: 700;
}

.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 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin: 0 0 20px;
  padding: 20px;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
  width: 75%;
}

#widgets {
  margin-top: 0px;
}

#widgets a {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

#widgets form {
  margin: 0;
}

#widgets ul,
#widgets ol {
  padding: 0 0 0 20px;
}

#widgets ul li a {
  display: inline;
  text-decoration: none;
}

#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.5em;
  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;
}

.widget-title,
.widget-title-home h3 {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  margin: 0;
  padding: 0 0 20px 0;
  text-align: left;
}

.top-widget .widget-title {
  font-size: 14px;
  padding: 0;
  text-align: right;
}

.widget-title a {
  border-bottom: none;
  padding: 0 !important;
}
.error404 h1 {
	-moz-border-radius:101px;
	border-radius: 101px;
	-webkit-border-radius: 101px;
	border:3px solid #94996E;
	width:190px;
	height:185px;
	margin:25px auto;
	padding:6px;
}
.title-404 {
  	 color: #BF1238;
    font-family: 'Bebas';
    font-size: 120px;
    padding:75px 0px 0px 0px;
    text-shadow: 0 1px 0 #FFFFFF;
	text-align:center;
}
/* =404 Page 
-------------------------------------------------------------- */
.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
  width: auto;
}
.404-main {
	text-align:center;
	margin-bottom:25px;	
}

/* =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;*/width:100%;background-color: #bf1238; position:relative; z-index:99; display:inline-block; vertical-align:top; }
.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 ul {
text-transform:none;
}

.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 #menu-item-2134 a {
border-right:0px solid #9a0425;
}

.menu a:hover {
  background-color: #8e001f;
}

ul.menu > li:hover {
  color: #ffffff;
}

.menu .current_page_item a,
.menu .current-menu-item a {
  background-color: #8e001f;
}
.menu .current-page-ancestor a,
.menu .current-page-ancestor 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: #111111;
  display: block;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  margin: 20px 0;
  padding: 0 5px;
}

.navigation a {
  color: #aaaaaa;
  padding: 4px 10px;
}

.navigation a:hover {
  color: #111111;
  text-decoration: none;
}

.navigation .previous {
  float: left;
}

.navigation .next {
  float: 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;
}

/* =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.5em;
  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;
}
.firstproducts {
padding:20px 0px!important;
}

.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;
}
#footer-wrapper .col-220 {
width:22.6%;
margin-right:3.120%;
}
.scroll-top {
  text-align: center;
}

.copyright {
  text-align: center; padding:20px 0; font-size:15px; line-height:18px; margin:0px!important;height:20px;
}
.copyright a{color:#333;vertical-align:top; display:inline-block;}
.copyright a:hover{color:#000;}
.copyright span.copysymbol{font-size:24px; margin:0px; vertical-align:top; display:inline-block;}
.copyright span{margin:-5px 0px 0px 0px;vertical-align:top; display:inline-block;}
.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
    https://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; width:100%;overflow:hidden;}
.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:1.3%; width:30.5%; display:block\9;}
.home-widgets ul{margin:0; padding:0 !important;}
.home-widgets ul li{list-style:none; background:url(core/images/sitemap_bulet.png) no-repeat 0 7px; padding:0 0 0 17px; margin:0 0 5px; float:left; font-size:19px; display:inline-block\9;}
.home-widgets article:hover {transition: all 0.2s ease-in-out 0s;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;}
#footer-bg{background:#94996e;width:100%;clear:both;}
#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: 1.5% !important;}
#social-icons{float:right; margin:0; position:relative; z-index:9;}
#social-icons ul.social-icons{margin:0 9px 0 0; padding:0;display:inline-block;vertical-align:top;}
#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 8px 35px; display: inline-block; margin:10px 13px 12px 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 28px !important; font-weight:normal; height:auto; line-height:23px; text-transform:none; position:relative; text-align:left; display:inline-block !important; background:url(core/images/home-bullets.png) no-repeat 5px 12px;}
.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 9px;}

.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 9px;}
.grid-right ul.menu2 li ul.sub-menu{margin:0 0 0px !important; padding:0 0 0 5px !important; display: inline-block; width:100%;}
.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 23px !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:1px solid #e8e8e8;}
.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:20px 0 12px;}
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;}
.aboutUs .aligncenter {margin:0px auto 6px;}
#wrapper .grid-right ul.Lsidebar{margin:0px 10px 0px 0px;/*margin:0px 10px*/ padding:0px;display:inline-block;}
#wrapper .grid-right ul.Lsidebar img {max-width:100%;}
.grid-right li.widget{list-style:none; float:left;}
#getInTouch{width:226px; padding:13px 15px 15px 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 0px 0px 0px!important;}
.getInTouch-search {margin:18px 0 0 !important;}
#getInTouch strong{font-size:30px;letter-spacing:1.0px;font-weight:normal!important;line-height:30px;}
#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;clear:both;width:99%;}
.abtPDF-search { margin:18px 0px 0px 0px!important;}
#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;}
#abtPDFInner-link {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; margin:15px 0px 0px 0px; display:inline-table;height:24px!important;}
#abtPDFInner-link: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;}
.crs-repository {top:10px!important;line-height:27px!important;font-size:23px!important;}
.crs-repository #abtPDF-img {margin:10px 0 0px 0px !important}
.foundation-server {float:left; margin:0px 0px 18px!important; position:relative;}
.mtop0 {margin:0px 0px 18px!important;}
.smallfont {top:10px!important;line-height:28px!important;font-size:23px!important;}
.smallfont-1 {top:10px!important;font-size:20px!important;}
.smallfont-2 {top:10px!important;font-size:19px!important;}
.smallfont #abtPDF-img {margin:10px 0 0px 0px !important}
.smallfont-2 #abtPDF-img {margin:8px 0 0px 0px !important}
.smallfont-2 #abtPDFInner-link {margin:10px 0px 0px 0px!important;}
#abtPDF a {display:block!important;}
#abtPDF 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;
}
#abtPDFInner:hover {
transition: all 0.2s ease-in-out 0s;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
/***********Formtek Extensions Left Sidebar**********/
#extensions{float:left; margin:18px 0; position:relative;width:99%;}
#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; padding:0px 21px;}
#extensionsInner-link {font-weight:bold; color:#2e406b; background: #ffffff url(core/images/watch-nowB.png) no-repeat 0 8px; line-height:23px;padding:8px 16px 8px 43px; margin:17px 0 0; display:inline-table; }
#extensionsInner-link: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;}
.demand {font-size:20px;}
#extensions a {display:block!important;}
/*********** EDM Solutions ***********/
.edm-connector  {text-transform:none!important;}
.edm-connector  {text-transform:none!important;}
#extensions:hover {
transition: all 0.2s ease-in-out 0s;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
/***********Engineering Data Management Left Sidebar**********/
#edm{float:left; margin:0 0 18px 0; position:relative;width:99%;}
#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;
max-width:246px; 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;}
.edmInner {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-table;}
.edmInner: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; padding:0px 21px;}
#edmInner-link{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-link: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;}
#edm:hover {
transition: all 0.2s ease-in-out 0s;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
#edmmain #edm img {width:100%!important;max-width:100%;}
#edmmain #edmInner {font-size:22px;}
#edmmain #edm #edmpresentedby {font-size:17px;line-height:20px;margin:15px 0 0;}
#edmmain .edmInner {font-size:20px;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-table;}
/*******************************/
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 7px 0;  -webkit-transition-duration:1s;}
.more-news:hover{padding:0 24px 7px 0;color:#E0D478 !important;}

/***********************************/
/***********************************/
p{font-size:17px; margin:10px 0 20px;}
.partners {
	border-bottom:1px solid #e8e8e8;
	padding:0px 8px 28px 0px;
	float:left;
}
.partners p a {
margin-top:10px;
display:inline-block;
}
.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 0px 0px!important;
}
p.firstp {
	padding:0px;
	margin:15px 0px 0px 0px;
}
p.firstp-1 {
	padding:0px;
	margin:0px 0px 20px 0px;
}
.partners h2 {
	margin:28px 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;
        padding-bottom:0px!important;
}
.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;
}
.read-more:hover {
padding:18px 23px 0px 0px!important;
}
h1 span {
	font-size:22px;
	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:240px;
	text-align:center;
	font-size:30px;
	line-height:29px;
	margin:15px auto;
	border:1px solid #ccc;
	padding:10px;
	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; 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;}
.external-link strong{font-size:23px;}
.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;
}
h2.alfresco-adf {
	background:url(core/images/products/alfresco-adf.png) no-repeat;
	height:31px;
	padding:70px 0px 0px 115px;
}
h2.alfresco-open {
	background:url(core/images/products/alfresco-open.png) no-repeat;
	height:31px;
	padding:70px 0px 0px 115px;
}
h2.alfresco-process {
	background:url(core/images/products/alfresco-process.png) no-repeat;
	height:31px;
	padding:70px 0px 0px 115px;
}
h2.alfresco-content {
	background:url(core/images/products/alfresco-content.png) no-repeat;
	height:31px;
	padding:70px 0px 0px 115px;
}
h2.alfresco-governance {
	background:url(core/images/products/alfresco-governance.jpg) no-repeat;
	height:31px;
	padding:70px 0px 0px 115px;
}
h2.alfresco-flexible {
	background:url(core/images/products/alfresco-flexible.png) no-repeat;
	height:31px;
	padding:70px 0px 0px 115px;
}
.ulblue {
color:#2e406b;
}
.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;
}
.firstol100 {
	margin:0px;
	padding:0px 10px 0px 19px;
	width:100%;
	font-size:17px;
}
.firstol100 li {
	margin:0px;
	padding:0px 0px 7px 0px;
}
body.page-id-104 a img.aligncenter{display:inline !important;}
.align-center{text-align:center;}
#extensionsMain{max-width:246px; margin:0 auto 18px;display:table;}
#extensionsMain #extensions img {width:246px!important;}
#extensionsMain #extensionsInner{font-size:23px!important; color:#FFF; text-transform:uppercase; font-weight:bold; text-align:center; position:absolute; top:12px; width:100%; line-height:30pximportant;}
#extensionsMain #presentedby {font-size:17px;}
/**************************/
.ulfirstp {
	padding:0px;
	margin:12px 0px 8px 0px;
}
.ephesoft {
	float:left;
}
.ephesoft .thum {
	width:175px;
	float:left;
	padding:15px 20px 0px 0px;
}
.width100 {
	width:100%;
	float:none!important;
}
.width70 {
	width:70%;
	float:left!important;
}
.rightul  {
	margin:0px;
	padding:0px;
}
.rightul 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;
	list-style:none;
}
.case-studies  {
	width:auto;
	margin:0px 0px 15px -7px;
	padding:0px;
	float:left;
}
.case-studies li {
	width:auto;
	margin:0px 4px 5px 0px;
	padding:0px;	
	float:left;
	list-style:none;
	width:233px;
	position:relative;
}
.case-studies li .aligncenter {
	margin:0px;
	padding:0px;
}
.ullastp {
	padding-bottom:8px!important;
}
.product-demo {
	margin:0px 0px 30px 0px;
	padding:0px;
	border:1px solid #d7d7d7;
	border-bottom:0px solid #d7d7d7;
	width:100%;
	font-size:17px;
display:inline-block;
width:97.4%;
}
.product-demo li {
	border-bottom:1px solid #d7d7d7;	
	float:left;
	width:100%;
	list-style:none;
}
.product-demo li.maintitle {
	font-size:22px;
	color:#BE1E3E;
	list-style:none;
}
.product-demo li .webinar {	
	padding:5px;
	width:62%;
	float:left;
	padding:6px 4px 6px 24px;
}
.product-demo li .schedule {	
	padding:5px;
	width:24%;
	float:left;
	padding:6px 4px 6px 24px;
}
.product-demo-video {
	margin:0px 0px 9px -12px;
	padding:0px;
display:inline-block;
}
.product-demo-video li {
	background:#e8e0ba;
	border:4px solid #d7d7d7;
	list-style:none;
	float:left;
	text-align:center;
	padding:0px;
	font-size:17px;
	margin:0px 0px 18px 12px;
}
.product-demo-video li a {
	display:block;
}
.product-demo-video li span {
	padding:7px 0px;
	margin:0px;
	display:inline-block;
	color:#333333;
}
.product-demo-video li img {
	margin:0px;
	padding:0px;	
}
.data-shetts-main h2 {
margin:20px 0px 15px 0px;

}
.data-shetts {
	margin:0px 0px 0px -17px;
	padding:0px;
	float:left;
}
.data-shetts li {
	background:#fff;
	list-style:none;
	float:left;
	text-align:left;
	padding:0px;
	font-size:17px;
	margin:0px 0px 11px 17px;
}
.data-shetts li a {
	display:block;
}
.data-shetts li span {
	padding:10px 0px 0px 0px;
	margin:0px;
	display:inline-block;
	color:#2e406b;
line-height:20px;
}
.data-shetts li img {
	margin:0px;
	padding:0px;	
}
.Lsidebar h2 {
	margin:28px 0px 4px 0px!important;
	padding:0px;	
}
.Lsidebar h2.firsth2 {
	margin:0px 0px 4px 0px!important;
}
.Lsidebar h3 {
	margin:0px 0px 8px 0px!important;
	padding:0px;
	font-size:20px;
	text-transform:uppercase;
}
.contact-M {
	line-height:normal;
	display:table;
	margin:0px;
	padding:0px;
	font-size:20px;
	font-weight:200;
}
.contact-L {
	float:left;
	display:inline-table;
	padding:0px 5px 0px 0px;
}
.contact-R {
	float:left;
	display:inline-table;
	padding:0px 2px 0px 0px;
	word-wrap:break-work;
}
/***********contact subscribe**********/
#contact-subscribe{margin:25px 0px 18px 0px; position:relative;}
#contact-subscribe img:hover {
	transition: all 0.2s ease-in-out 0s;
	filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
h4.contact-us {
    font-size: 20px;
    margin:14px 0 11px 0px;
    padding: 0;
}
h4.contact-us span {
	color:#8e001f;
}
.contact-left {
	font-size:17px;
	padding:0px 40px 22px 0px;
	display:inline-table;
}
.greater-concord {
	width:225px;
	padding:10px;
	background:#94996e;
	text-align:center;
	margin-bottom:25px;
}
.greater-concord p {
	font-size:18px;
	color:#fff;
	padding:0px;
	margin:12px 0px 5px 0px;
}
#greater-concord:hover {
transition: all 0.2s ease-in-out 0s;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
.tabbable {
width:100%;
}
.tab-content input, select, textarea {
-moz-border-radius:0px!important;
  -webkit-box-sizing:border-box!important;
  -webkit-border-radius:0px!important;
}
.tab-content-inner {
}
.form-left {
	width:47.4%;
	display:inline-block;
	vertical-align:top;
}
.form-left-content {
	border:1px solid #ccc;	
	background:url(core/images/form-left-side-bg.jpg) no-repeat;
	min-height:636px;
	padding:0px 15px;
	margin:0px auto;
}
.form-left-content h2 {
	font-size:22px;
	margin:18px 0px;
}
.form-left-content h2.pdf-fl {
	font-size:24px;
	margin:41px 0px 48px 0px;
	padding:0px 10px;
	line-height:30px;
	display:block;
}
.form-left-content h2.large {
	font-size:24px;
	padding:0px;
}
.form-left-content h2 span {
	color:#2E406B;
	font-size:22px;
}
.form-left-content h2.licensing {
	margin:30px 0px 0px 0px;
	display:inline-block;
}
.form-left-content h3.large {
	font-size:26px;
	text-align:center;
	line-height:32px;
	margin:30px 0px 0px 0px;
}
.form-left-content h3.top {
	margin:10px 0px 0px 0px;
}
.form-left-content h3.top-1 {
	margin:0px 0px 0px 0px;
}
.form-left-content ul {
	margin:0px;
	padding:0px;
}
body.page-id-1098 .form-left-content li ul li{padding:0 0 5px 25px;}
body.page-id-1098 .form-left-content li ul{margin:10px 0 5px;}
.form-left-content li {
	margin:0px;
	padding:0px 0px 10px 25px;
	background:url(core/images/form-bulet.jpg) no-repeat 0px 1px;
	list-style:none;
	font-size:17px;
	line-height:17px;
}
.form-left-content li ul {
	margin:5px 0px;
	padding:0px;
}
.form-left-content li ul li {
	margin:0px;
	padding:0px 0px 10px 18px;
	background:url(core/images/form-bulet-1.png) no-repeat 0px 1px;
	list-style:none;
	font-size:17px;
	line-height:17px;
}
.form-left-content h3 {
	text-align:center;
	font-size:22px;
}
.form-left-content .main-coloum {
	width:100%;
	margin:0px 0px 14px 0px;
}
.form-left-content .bottomM {
	margin:0px 0px 0px 0px;
}
.form-left-content .first-div {
	display:inline-table;
	margin-right:12px;
	vertical-align:middle;
}
.form-left-content .second-div {
	display:inline-table;	
	vertical-align:top;
}
.form-left-content .second-div .alignleft  {
	padding:0px;
	margin:0px 0px 16px 0px;
}
.form-left-content .bulet-point {
	margin-bottom:16px;
	display:inline-block;
}

.form-left-content .bottomM {
	margin:0px 0px 0px 0px;
}
.form-right {
	width:47.3%;
	display:inline-block;
	vertical-align:top;
	padding:0px 0px 0px 38px;
}
.form-right fieldset form {
	margin:0px;
}
.form-right h2 {
	font-size:20px;
	color:#bf1238;
}
.form-right h2.pdf-fr {
	margin:0px 0px 16px 0px;
	padding:0px;
}
body#form_bg {
	border-top:11px #bf1238 solid;
}
.form-logo {
	margin:10px 0 10px !important;
}
.form-social {
	margin:72px 0px 0px 0px!important;
}
.form-banner {
	width:996px;
	/*min-height:165px; background:url(core/images/form_banner.jpg) no-repeat;*/
}
.form-main {
	margin:-20px 0px 0px 0px;
	padding-bottom:14px;
}
.form-h1 {
	margin:5px 0px 30px 0px;
display:block;
}
ul.menu2 {
	margin:0px;
	padding:0px;
}
#nav_menu-2 {
	display:inline-table;
	margin-left:0px;
}
#menu-footer-last-menu-container {
}
.menu-last {
	margin:0px 0px 0px 0px!important;
	padding:0px;
	display:inline-table;
}
.menu-last li {
	border-left:0px solid #333333;
}
.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-form-menu {
	width:auto;
	min-height:35px;
	text-align:center;
}
.footer-form-menu ul {
	padding:16px 0px;
	margin:0px;
}
.footer-form-menu li {
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline-table;
}
.footer-form-menu li a {
	padding:0px 18px;
	text-align:center;
	font-size:22px;
	line-height:normal;
	color:#fff!important;	
background:url(core/images/footer_form_spec.png) no-repeat right 3px;
}
.footer-form-menu li a.last {
	border-right:0px solid #fff;
background:none;
}
.news {
	font-size:17px;
	list-style:none;
	margin:0px;
	padding:0px;
}
.new-month {
	color:#be1e3e;
	padding:0px 0px 4px 0px;
}
.news li {
	padding:0px 0px 15px 0px;
	border-bottom:1px solid #e8e8e8;
	margin:15px 0px 0px 0px;
}
.read-more-news  {
	padding:6px 24px 0px 0px;
	background:url(core/images/read-more.png) no-repeat right 9px;
	display:inline-block;
}
.read-more-news:hover  {
	padding:6px 26px 0px 0px;
	background:url(core/images/read-more.png) no-repeat right 9px;
	display:inline-block;
}
.navrechts {
	margin:20px 0px;
	float:left;
}
.view-more-main {
	margin:20px 0px;
	display:inline-table;
	float:right;
}
.view-more {
	font-size:15px;
	color:#be1e3e;
	background:url(core/images/view-more-news.jpg) no-repeat right 2px;
	padding:0px 23px 6px 0px;
}
.view-more:hover {
	padding:0px 25px 6px 0px;
	color:#be1e3e;
}
.navrechts .prev {
	background:#2E406B url(core/images/prev.png) no-repeat 8px 7px!important;	
}
.navrechts .prev:hover {
	background:#be1e3e url(core/images/prev.png) no-repeat 8px 7px!important;	
}
.navrechts .next {
	background:#2E406B url(core/images/next.png) no-repeat 9px 7px!important;	
}
.navrechts .next:hover {
	background:#be1e3e url(core/images/next.png) no-repeat 9px 7px!important;	
}
.navrechts a {
	float: left;
	background: #2e406b;
	color: #fff;
	text-align: center;
	width:20px;
	height:20px;
	padding:2px;
	margin-right:4px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	font-size:16px;
}
.navrechts a:hover {
	background: #be1e3e;
}
.navrechts a.selected {
	background: #be1e3e;
}
.theHoverBorder {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:0 0 0 3px rgba(255, 255, 255, 0.15) inset;
	-moz-box-shadow:0 0 0 3px rgba(255, 255, 255, 0.15) inset;
	box-shadow:0 0 0 3px rgba(255, 255, 255, 0.15) inset;
}
.theHoverBorder:hover {
	-webkit-box-shadow:0 0 0 3px #c4c4c4 inset;
	-moz-box-shadow:0 0 0 3px #c4c4c4 inset;
	box-shadow:0 0 0 3px #c4c4c4 inset;
	background-image:url(core/images/plus01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(35, 35, 35, 0.5);
}
.plus .theHoverBorder {
	background-position:center center;
}
.plus .theHoverBorder:hover {
	background-image:url(core/images/plus01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(35, 35, 35, 0.5);
}
.HoverBorder {
	width:100%;
	height: auto;
	z-index:100;
}
.case-studies li a, .theHoverBorder, .hoverBorder:hover {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-backface-visibility:    hidden;
}
.extensions-inner {
	margin:18px 0px 0px 0px!important;
}
#extensionsMain .caw {
	font-size:20px!important;
line-height:23px!important;
}
#extensionsMain .mtop12 {margin:12px 0 0!important;}
#edmmain-1 {
	margin:15px auto;
	width:246px;
}
#edmmain-1 .edmInner {font-size:17px;}
#edmmain {
	margin:15px auto;
	width:246px;
}
#edmmain #edm {
	margin:0px!important;
}
#edmmain .edmInner {
	font-size:18px;
}
#edmmain #edmInner a {
	font-size:18px;
}
.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 3px 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;	
}
.ddsg-wrapper {
	font-size:17px;
}
.ddsg-wrapper h2 {
	display:none;
}
.ddsg-wrapper ul {
	margin:15px 0px;
	padding:0px;
}
.ddsg-wrapper li {
	margin:0px 0px;
	padding:0px 0px 10px 20px;
	background:url(core/images/home-bullets.png) no-repeat scroll 0 6px transparent;
	color: #201b17;
    line-height: 18px !important;
    text-decoration: none !important;
	list-style:none;
}
.ddsg-wrapper li a {
	color: #201b17;
}
.ddsg-wrapper li a:hover {
	color: #BF1238;
}
.ddsg-wrapper ul li ul li a span {
	display:none;
}
.ddsg-wrapper span {
	display:none;
}
.ddsg-wrapper li ul {
	margin:5px 0px;
	padding:0px;
}
.ddsg-wrapper li ul li {
	margin:0px 0px;
	padding:0px 0px 3px 20px;
	background:url(core/images/bullets-product-blue.jpg) no-repeat scroll 0 6px transparent;
	color: #201b17;
    line-height: 18px !important;
    text-decoration: none !important;
	list-style:none;
}
.ddsg-wrapper li ul li ul {
	margin:5px 0px;
	padding:0px;
}
.ddsg-wrapper li ul li ul li {
	margin:0px 0px;
	padding:0px 0px 3px 20px;
	background:url(core/images/bullets-leftsidebar.jpg) no-repeat scroll 0 6px transparent;
	color: #201b17;
    line-height: 18px !important;
    text-decoration: none !important;
	list-style:none;
}
.footer-page {
	/*padding:0px!important;*/
}
#media {
margin-top:22px;
font-size:17px;
}
#media .formteklogo {
width:49%;
display:inline-block;
text-align:center;
vertical-align: top;
}
#media .alfrescogold {
width:100%;
display:inline-block;
text-align:center;
vertical-align: top;
margin:10px auto;
}
#media .alfrescogold p {
padding:8px 0px 0px 33px;
margin:0px;
}
#media .alfrescologo {
width:49%;
display:inline-block;
text-align:center;
vertical-align: top;
padding:50px 0px 0px 0px;
}
.thank-you h3 {
padding:60px 0px 60px 0px;
line-height:35px;
}
.social-title {
display:inline-block;
font-size:18px;
padding:6px 6px 0px 0px;
vertical-align:top;
}
.social-main {
width:auto;
float:right;
}
.product-demoh2 {
  margin:10px 0px 27px 0px;
}
.alfresco-gold-partner {
    clear: both;
    float: left;
    margin: 6px auto;
    position:relative;
}
.alfresco-gold-partner img {
width:100%;
}
/* =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;
padding:7px 6px 6px 6px\9;
	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-2, .widget-wrapper {
    border:0px solid #E8E8E8;
    margin:0px;
    padding: 0;
	background:#fff;
}
#search-2 .field {
	width:100%;
	margin:0px;
	font-size:13px;
	padding:6px;
	margin:1px 0px 0px 0px\0/;
	padding:5px\0/;
	border:0px;
	background:#fff;
	color:#333333;
	border:1px solid #dddddd;
}
#search-2 #searchform {
	position:relative;	
	width:88%;
}
.search-left #contact-subscribe {
	margin:20px 0 20px;
}
#search-2 .submit {
	margin:1px 0px 0px 0px!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:absolute;
	 -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:1px solid #dddddd;
  right:-13px;
  top:0px;
  filter:none;
}
.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;
}
.blog-alfresco {
    border: 0 none;
    min-height: 175px;
    position: relative;
}
.blog-content {
    left: 0;
    position: absolute;
    top: 67px;
}
.blog-content p {
    display: inline-block;
    font-size: 17px;
    line-height: normal;
    margin: 0;
    padding: 8px 16px 15px 10px;
}
.blog-alfresco a {
    background: url("core/images/blog-alfresco-read.png") no-repeat scroll 11px 2px transparent;
    padding: 0 0 0 33px !important;
}
.blog-alfresco a:hover {
	 padding: 0 0 0 36px !important;
}
.search .post-meta-1 {
    background: none repeat scroll 0 0 #EEEEEE;
    clear: both;
    color: #9F9F9F;
    font-size: 17px;
    line-height: 20px;
    margin: 10px 0;
    padding: 7px 8px; display:none;
}
.search .date-formate {
    color: #333333;
    display: inline-table;
}
.search .post-data {
    border-left: 1px solid #333333;
    color: #333333;
    display: inline-table;
    font-size: 17px;
    padding-left: 6px;
}
.search .comments-link {
    /*border-left: 1px solid #333333;*/
    font-size: 17px;
    padding-left: 8px;
   margin-left:6px;
}
.search-title  {
    color: #BE1E3E;
	font-size:22px;
}
.search-title a {
    color: #BE1E3E;
}
.search .byline{
    /*border-left: 1px solid #333333;*/
    color: #333333;
    display: inline-table;
    font-size: 17px;
    padding:0px 5px 0px 2px;
    margin:0px;
}
/* =Navigation
-------------------------------------------------------------- */
.search .navigation {
    color: #2E406B;
    display: inline-block;
    font-size: 17px;
    line-height: 28px;
    margin: 5px 0;
    min-height: 28px;
    padding: 0 5px 0 0;
    width: 100%;
}
.search  .navigation .next {
  float: right; width:50%; text-align:right;
}
.search .navigation .previous {
    float: left;
    width: 50%;
}
.search .navigation a {
    color: #BE1E3E;
    padding: 4px 0;
}
.search .navigation a:hover {
  color: #BE1E3E;
  text-decoration: none;
  padding: 4px 2px 4px 2px;
}
.search .post-meta {
display:none;
}
.guiding-principles {
background:rgb(46, 64, 107);
color:#fff;
text-align:center;
padding:10px 10px 10px 10px;
margin:20px 0px 0px 0px;
}
.guiding-principles p {
margin:15px 0px 0px;
}
.guiding-principles h2 {
color:#fff;
margin:0px 0px 15px 0px;
}
.fealfresco ul {
margin-left:20px;
}
.records-management-left {
width:221px;
border:1px solid #ccc;
padding:10px;
margin:0px 0px 18px 0px;
}
.records-management-left h2 {
margin:8px 0px 0px 0px!important;
}
.records-management-left {
    border: 1px solid #CCCCCC;
    clear: both;
    float: left;
    margin: 0 0 18px;
    max-width: 221px;
    padding: 10px;
    position: relative;
}
.records-management-left div {width:100% important; border:1px solid #E8E8E8!important;min-height:235px!important;}
.formtek-orion h2 {
margin:18px 0px 6px 0px;
}
.formtek-orion ul li {
padding:0 0 5px 15px
}
.timestamp {
display:none;
}
#landscape {display:none}
.dharne-link {width:auto;text-align:center;list-style:none;padding:0px 0px 18px 0px;color:#6A6A6A;}
.dharne-link a {color:#2E406B;}
.menu-sitemap-container ul.menu {
margin:15px!important;
}
#menu-sitemap ul {
	margin:0px!important;
	padding:0px;
}
#menu-sitemap li {
	margin:0px 0px!important;
	padding:0px 0px 10px 20px!important;
	background:url(core/images/sitemap_bulet.png) no-repeat scroll 0 6px transparent;
	color: #201b17;
font-size:17px!important;
    line-height: 18px !important;
    text-decoration: none !important;
	list-style:none;
float:none!important;
height:auto!important;
border:0px!important;
text-align:left!important;
}
#menu-sitemap li a {
color: #201b17;
font-size:17px!important;
padding:0px!important;
line-height: 18px !important;
border:0px!important;
margin:0px!important;
height:auto!important;
display:inline-block!important;
}
#menu-sitemap li a:hover {
color: #BF1238;
font-size:17px!important;
background:none!important;
}
#menu-sitemap li ul {
margin:0px 0px;
padding:5px 0px!important;
position:relative!important;
left:0px!important;
top:0px!important;
visibility:visible!important;
display:block;
}
#menu-sitemap li ul li {
	margin:0px 0px;
	padding:0px 0px 3px 20px!important;
	background:url(core/images/bullets-product-blue.jpg) no-repeat scroll 0 6px transparent;
	color: #201b17;
    line-height: 18px !important;
    text-decoration: none !important;
	list-style:none;
border:0px!important;
}
#menu-sitemap li ul li ul {
	margin:5px 0px;
	padding:0px;
}
#menu-sitemap li ul li ul li {
	margin:0px 0px;
	padding:0px 0px 3px 20px!important;
	background:url(core/images/bullets-leftsidebar.jpg) no-repeat scroll 0 6px transparent;
	color: #201b17;
    line-height: 18px !important;
    text-decoration: none !important;
	list-style:none;
border:0px!important
}
.formtek-orion {
padding-right:8px;
}
.alfresco-main {
padding-right:8px;
}
.mtop18 {
margin:18px 0px 0px 0px!important;
}
.iframe-video {
width:75%;
margin:0px auto;
}
/*------------------ NEW style--------------*/
#wrapper .col-620 {
float:right;
}
#menu-main-menu #menu-item-2290 {display:none;}
#content-full .home-widgets .col-300 .textwidget article a{display:block !important;}