/*
www.devsaran.com


@import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700);
*/

@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700');

/* Reset
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

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;
}

b {
  font-weight: bold;
}

/* Body & Main
================================================== */
body {
  nowhitespace: afterproperty;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font: 15px/1.6 'Oxygen',sans-serif;
  color: #606060;
}

/* Links */
a {
    color: #0033CC;
}
a:hover,
a:focus,
a:active {
  color:#000;
  text-decoration: none;
}

/* Commons
================================================== */

/*clear floats*/
.remove-margin {
  margin-right: 0 !important;
}

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

.clear {
  clear: both;
}

/*preformatted text*/
pre {
  background: #fff url("images/pre-bg.png") repeat;
  margin: 40px 0px;
  padding: 25px 20px;
  line-height: 25px;
  border: 1px solid #ddd;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

ul, ol {
  margin: 0 0 1em 1.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
  padding:10px 10px;
}

tr{
  padding:5px 5px;
}

td{
  padding:5px 10px;
}

#primary table {
  margin: 0 0 1.5em;
  width: 100%;
  border:1px solid #ddd;
  border-right:none;
  background:#fff;
}

#primary th {
  font-weight: bold;
  padding:10px 10px;
  background: #040404;
  color:#fff;
}

#primary tr{
  padding:5px 5px;
}

#primary td{
  padding:5px 10px;
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
}

tr.even, tr.odd {
    background-color: #fff;

}

/* Typography
================================================== */

/* Headings */
h1,h2,h3,h4,h5,h6 {
  clear: both;
}

h1 {
    font-size: 32px;
    color: #fa0000;
}
h2 {
    font-size: 26px;
    color: #0033CC;
}
h3 {
    font-size: 20px;
    color: #0033CC;
}
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

p {
  margin: 0 0 20px;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

hr {
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

p a, p a:visited {
  line-height: inherit;
}

a:link {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a {
  outline: 0;
}

p a, p a:visited {
  line-height: inherit;
}

a:focus {
  outline: 0;
}


/* Head */

#masthead{
  position: relative;
  background-color: #040404;
}


h1#site-title{
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 18px;
  clear: none;
}
h1#site-title a:link, h1#site-title a:visited{
  color: #000;
}

.header-logo {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
}

@media(max-width:768px) {
  .header-logo {
    float: none !important;
  }
}

@media(max-width:425px) {
  .header-logo {
    display: none;
  }
}

.navbar-header-logo {
  display: none;
}

@media(max-width:425px) {
  .navbar-header-logo {
    display: inline-block;
  }
}


.cart {
    padding-top: 5px !important;
}

/* Layout */

#primary, #sidebar{
  padding-top: 20px;
  padding-bottom: 20px;
}

#main-content {
  padding-top: 15px;
}

/* Slider */

#slidebox{
  max-height: 550px;
  position: relative;
  background: #000;
  box-shadow: 0px 9px 30px #535353
}

.flexcontainer {
  padding: 20px;
  margin-bottom: 10px;
}

.doverlay{
  background: url(images/overlay.png);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top:0px;
  z-index: 100;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.flex-caption{
  width: 800px;
  position: absolute;
  top:28%;
  left: 50%;
  margin-left: -400px;
  text-align: center;
  z-index: 120;
  color: #fff;
}

.flex-caption h2{
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
}

.flex-caption h2 a:link, .flex-caption h2 a:visited{
  color: #fff;
}

.flex-caption p{
  font-size: 16px;
}

a.frmore{
  background: rgba(255,255,255,0.2);
  display: block;
  text-transform: uppercase;
  color: #fff;
  width: 150px;
  border: 1px solid #fff;
  padding: 5px 0px;
  margin: 10px auto;
  font-weight: bold;
  color: #fff!important;
}

#preface-area {
      background: none repeat scroll 0 0 #575757;
      border-bottom: 5px solid #0f0f0f;
      border-top: 5px solid #0f0f0f;
      padding: 15px 15px 15px;
      box-shadow: 0px 9px 30px #535353;
}

#preface-area h2{
	color: #ffffff;
	padding: 13px;
	font-size: 24px;
	font-weight: bold;
}


#preface-area a{
	color: #0f0f0f;
}



.preface-block{
  color: #fff;
  text-align: center;
}




#header-block, #footer-block {
  padding: 20px 0 0;
}


#bottom{
  padding: 20px 0px 40px 0px;
  background: #575757;
  border-top: 5px solid #0f0f0f;
}

.footer-block{
  	color: #fff;
}

.footer-block a{
  	color: #ccc;
}

.footer-block a:hover{
  	color: #fff;
}



.footer-block ul{
	list-style: none;
    	margin: 0 0 1em 0em;
}

.footer-block li{
    	margin-top: 5px;
}


.footer-block h2{
	font-size: 16px;
	margin-bottom: 10px;
	padding: 10px 0px;
	color:#fff;
	text-transform: uppercase;
}

/* Footer */

.site-footer{
  padding: 10px 0px;
  background: #040404;
  font-size: 12px;
}

.subfooter{
  padding: 10px 0px;
  color: #bbb;
}

.subfooter a:link, .subfooter a:visited{
  color:#aaa;
}

/* =Content
----------------------------------------------- */

.node h2.title a, h1.page-title {
  color: #000000;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
}

#content .node-teaser {
  padding-bottom:30px;
  border-bottom:1px solid #DDDDDD;
  margin-bottom: 15px;
}

.node-teaser img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
  float: left;
}
.page-node #content-wrap img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
}

.region-content-top {
  margin-bottom: 20px;
}

#sidebar .block {
  margin-bottom: 30px;
}

#sidebar .block > h2 {
  font-size: 20px;
  color:#000;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.preface-block .block, .footer-block .block, .region-footer .block, .region-header .block, .region-content-top .block {
  margin-bottom: 30px;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea { line-height: 1.5; }

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

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

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

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

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

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


/* Contact Form */

.contact-form #edit-name { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-mail { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-subject { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-message { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-top-left-radius: 4px; -khtml-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.contact-form .resizable-textarea .grippie {  width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-bottom-left-radius: 4px; -khtml-border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

/* Comment form */

.comment-form label { float: left; font-size: 0.929em; }

.comment-form input, .comment-form .form-select { margin: 0;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.comment-form .form-type-textarea label { float: none; }

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select { margin-bottom: 10px; overflow: hidden; }

.comment-form .form-type-checkbox,
.comment-form .form-radios { margin-left: 120px; }

.comment-form .form-type-checkbox label,
.comment-form .form-radios label { float: none; margin-top: 0; }

.comment-form input.form-file { width: auto; }

.comment-form .form-text { display: block; margin: 0; width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.comment-form .form-item .description { font-size: 0.786em; line-height: 1.2; margin-left: 120px; }

#content h2.comment-form { margin-bottom: 0.5em; }

.comment-form .form-textarea { -khtml-border-radius-topleft: 4px; -khtml-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item { margin-top: 0; margin-bottom: 0; }

.filter-wrapper label { width: auto; float: none; }

.filter-wrapper .form-select { min-width: 120px; }

.comment-form fieldset.filter-wrapper .tips { font-size: 0.786em; }

#comment-body-add-more-wrapper .form-type-textarea label { margin-bottom: 0.4em; }

/* Other Overrides */

div.password-suggestions { border: 0; }

.ui-widget-overlay { background: #222222; opacity: 0.7; }

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane { padding: 1em; }

#forum .name { font-size: 1.083em; }

#forum .description { font-size: 1em; }

/* Form Buttons */



button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }


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

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

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


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

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

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

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


.meta {
  margin: 5px 0 10px 0;
}

.meta a {
  color: #999;
}

.meta a:hover {
  color: #000;
}

.meta li {
  display: inline;
  margin-right: 5px;
  margin-right: 10px;
}

.meta strong{
  font-weight: 600;
  color: #111;
}

.meta li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}


/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#content table.cke_editor {
  background: transparent;
  border: 0;
}
#content table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

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

.form-item label {
  font-size: 13px;
  font-weight: bold;
}

/*-------------------------------------------*
/* Menus and item lists
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

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

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

ul.inline {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

ul.inline, ul.links.inline {
  margin-left: 0;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  background: #ed564b;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  color: #fff;
  padding: 2px 6px;
}

.field-name-field-tags a:hover{
  background: #111;
  color: #fff;
}

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


/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

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

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/* Comments */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.field-name-taxonomy-forums .field-items {
}

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

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

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

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

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

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

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

#forum th a {
  color: #fff;
}

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

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


@media screen and (max-width: 768px) {
  html{
    font-size: 60%;
  }

  h1#site-title{
    text-align: center;
  }


  select.mnav{
    width: 100%;
    margin-bottom: 20px;
  }

  #main-menu{
    display:none;
  }

  .flex-caption{
    display: none;
  }

}

/*-------------------------------------------*
/* EPCN Custom Elements
/*-------------------------------------------*/

#tabs li{
	display:inline-block;
}



blockquote {
	background: transparent url(images/blockquote.png) no-repeat top left;
	margin: 40px 0;
	padding: 0 55px;
	border-left: none;
}

/*-------------------------------------------*
/* Buttons
/*-------------------------------------------*/

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {

color: #fff;
    background-color: #003399;
    border: 1px #000E68 solid;

position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    margin-right: 35px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 9px 14px;
    font-size: 15px;
    line-height: 1.4286;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background-color: #575757;
    cursor: pointer;

}


/*-------------------------------------------*
/* Mega Menu
/*-------------------------------------------*/

.navbar-default .navbar-nav>li>a {
    top: 38px;
    position: relative;
}

@media(max-width:768px) {
  .navbar-default .navbar-nav>li>a {
      top: 0px;
      position: relative;
  }
}

.nav-list { border-bottom: px solid #eee; }
.nav-list > li {
  padding: 20px 15px 15px;

}
.nav-list > li:last-child { border-right: 0px solid #eee; }
.nav-list > li > a:hover { text-decoration: none; }
.nav-list > li > a > span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

.mega-dropdown { position: static !important; }
.mega-dropdown-menu {
  padding: 20px 15px 15px;
  text-align: center;
  width: 100%;
}

.navbar {
	margin-bottom: 0px;
	border:none;
}

.navbar-nav {
    padding-left: 15px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000E68;
}

.navbar {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0px !important;

}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: white;
    background-color: #428bca;

}

.navbar-default {

    background-color: #040404;
}

.navbar-default .navbar-nav>li>a {
    color: white;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active{
	border-bottom-color: #F8D900;
	color:white;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-color: #e7e7e7;;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: -1px;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    font-size: 14px;
    list-style: none;
    background-color: white;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.14902);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
      background-color: #ffffff;
  }
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}


/*-------------------------------------------*
/* Override Navbar breakpoint
/*-------------------------------------------*/

@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  .navbar-default .navbar-nav>li>a {
      top: 0px;
  }
}


@media (max-width: 991px) {
	.dropdown, .dropup {
	    position: relative !important;
	}
}


/*-------------------------------------------*
/* Tables
/*-------------------------------------------*/


.topline {
    background-color: #00007F;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 3px 10px;
    line-height: 150%;
}


/*-------------------------------------------*
/* Grey bars and boxes
/*-------------------------------------------*/


.greybar {
	background-color: #f5f5f5;
	font-size: 10.5pt;
	color: #333333;
	line-height: 15.05pt;
	vertical-align: baseline;
	font-weight: bolder;
	padding: 5px;
	border: 1px lightgrey solid;
	border-radius: 4px;
}

.greydiv {
	background-color: #f5f5f5;
	font-size: 10.5pt;
	color: #333333;
	padding: 5px;
	border: 1px lightgrey solid;
	border-radius: 4px;
}

/*-------------------------------------------*
/* Fancy buttons
/*-------------------------------------------*/


.btn-fancy {
  white-space: inherit;
  border-color: #4d4d4d;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.5) inset, 0 1px 3px rgba(255, 255, 255, 0.5);
}


.btn-fancy:hover, .btn-fancy:focus, .btn-fancy:active, .btn-fancy.active, .open > .btn-fancy.dropdown-toggle {
  color: white;
  background-color: #9c9c9c;
}


/*-------------------------------------------*
/* Color Set Helpers
/*-------------------------------------------*/


.color-0019aa {
  background-color: #0033CC;
  color: white;
}

.color-c567ca {
  background-color: #c567ca;
  color: white;
}


.color-ee000e {
  background-color: #ee000e;
  color: white;
}

.color-dfe0e9 {
  background-color: #dfe0e9;
  color: black;
}

/*-------------------------------------------*
/* More Infos and Configurator
/*-------------------------------------------*/


.add-to-cart .form-item .description {
    position: relative;
    margin-bottom: -36px;
    margin-top: 0px;
    top: -43px;
    right: 8px;
    border: none;
    color: #ffffff;
    font-size: 17px;
    padding: 6px 0px 6px 10px;
    width: 45px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
}


.add-to-cart select {
    margin-left: 36px;
    width: calc(100% - 36px);
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
}


.add-to-cart .form-type-radios .description {
    top: -31px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.add-to-cart .form-item label {
    left: 35px;
    position: relative;
}

.add-to-cart .form-item .description .btn-fancy:hover{
    background-color: #ee000e;
}

.add-to-cart .form-item .description a{
    color: #fff;
    text-decoration: none;
}

.btn-moreinfo {
    white-space: inherit;
    border-color: #4d4d4d;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.5) inset, 0 1px 3px rgba(255, 255, 255, 0.5);
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: bolder;
}

.btn-moreinfo:hover, .btn-moreinfo:focus, .btn-moreinfo:active, .btn-moreinfo.active, .open > .btn-moreinfo.dropdown-toggle {
    color: white;
    background-color: #9c9c9c;
}


.add-to-cart .form-type-radios label {
    margin: 4px;
}


.add-to-cart .form-type-radios .option{
    font-weight: normal;
    left: 40px;
    font-size: 0.929em;
}

.tipsy {
    font-size: 14px !important;
    z-index:999;
}


.form-checkboxes .form-item, .form-radios .form-item {
    margin-top: 0em;
    margin-bottom: 0em;
}


.add-to-cart input[type="radio"] {
    display:none;
}


/*-------------------------------------------*
/* Product Metadata
/*-------------------------------------------*/

.stock-status-yes {
	font-weight:bold;
	color:green;
}

.stock-status-no {
	font-weight:bold;
	color:red;
}

.free-shipping-yes {
	width: 243px;
	height: 31px;
	background: url(images/Free_Shipping.gif) 0 0;
	display: block;
}

.model {
 display: block;
}

/*-------------------------------------------*
/* Product Page Layout
/*-------------------------------------------*/

.field-name-field-top-image img{
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.field-name-field-product-slideshow {
	padding: 1px;
	text-align: center;
}

.field-name-field-product-slideshow ul {
	list-style: none;
}

.field-name-field-product-slideshow li {
	display: inline;
}

.field-name-field-product-slideshow img {
	border: 1px solid #ffffff;
}

.field-name-field-product-slideshow img:hover {
	border: 1px solid #dddddd;
}



/*-------------------------------------------*
/* Add to Cart Button
/*-------------------------------------------*/


.list-add-to-cart,
.node-add-to-cart {
	float:right;
}


/*-------------------------------------------*
/* Configure Button
/*-------------------------------------------*/


.btn-cfg {
    color: white;
    background-color: #ee000e;
    border-top-left-radius: 0px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 0px;
    font-weight: bold;
    text-shadow: 1px 2px 4px #000000;
}


@media(min-width:768px) {
	.btn-cfg {
		font-size: 35pt;
	}
}
@media(max-width:425px) {
	.btn-cfg {
		font-size: 24pt;
	}
}
@media(max-width:320px) {
	.btn-cfg {
		font-size: 19pt;
	}
}


.btn-cfg:hover, .btn-cfg:focus, .btn-cfg.focus {
  color: #eee;
  text-decoration: none;
}

.btn-cfg .glyphicon {
	top: 5px;
	font-size: 40px;
}


/*-------------------------------------------*
/* Views Fluid Grid
/*-------------------------------------------*/

li.views-fluid-grid-item {
    overflow: visible;
    background-color: #fff;
    border: none;
    vertical-align: unset;
}

ul.views-fluid-grid-items-height-250 li.views-fluid-grid-item {
    height: 275px;
}


/*-------------------------------------------*
/* Prices
/*-------------------------------------------*/

.sell-price  {
clear: right;
float: right;
font-size: 1.3em;
font-weight: bold;
padding-bottom: 4px;
padding-left: 4px;
text-align: center;
}

.sell-price .uc-price,
.display-price .uc-price {
color:red;
font-size: 25pt;
}

.sell-price .sub-price{
color:red;
font-size: 25pt;
}

.display-price:before {
  content: 'Price: ';
}

.uc-price-label {
font-size: 13pt;
font-weight: bold;
}

.uc-price {
    font-weight: bold;
}


/*-------------------------------------------*
/* Checkout
/*-------------------------------------------*/

.uc-store-address-field .form-item label {
    float: left;
    width: unset;
}

.uc-cart-checkout-form .uc-store-address-field .form-item label {
text-align: left;
}

.uc-cart-checkout-form {
margin-right: 20px;
margin-left: 20px;
background-color:#ffffff;
}


.uc-cart-checkout-form .ups-logo {
display:none;
}

.uc-cart-checkout-form input[value="Click to calculate shipping"]{
  color: white;
  background-color: #0223A8;
}

.uc-cart-checkout-form input[value="Click to calculate shipping"]:hover{
  color: white;
  background-color: #ee000e;
}

.uc-cart-checkout-form input[value="Cancel"]{
  color: white;
  background-color: #0223A8;
}

.uc-cart-checkout-form input[value="Cancel"]:hover{
  color: white;
  background-color: #ee000e;
}


.uc-cart-checkout-form input[value="Review order"]{
  color: white;
  background-color: #ee000e;
}

.uc-cart-checkout-form input[value="Review order"]:hover{
  color: white;
  background-color: #0223A8;
}


.order-review-table input[value="Back"]{
  color: white;
  background-color: #ee000e;
}

.order-review-table input[value="Back"]:hover{
  color: white;
  background-color: #0223A8;
}


#review-instructions {
	margin-left:20px;
	marging-right:20px;
	margin-top:20px;
	margin-bottom:10px;
}



/*-------------------------------------------*
/* Cart
/*-------------------------------------------*/

.qty input[type="text"] {
    width:unset;
}

#cart-form-pane #uc-cart-view-form,
.uc-cart-empty {
margin-right: 20px;
margin-left: 20px;
}


#cart-form-pane input[value="Remove"]{
  color: white;
  background-color: #0223A8;
}

#cart-form-pane input[value="Remove"]:hover{
  color: white;
  background-color: #ee000e;
}


#cart-form-pane input[value="Update cart"]{
  color: white;
  background-color: #0223A8;
}

#cart-form-pane input[value="Update cart"]:hover{
  color: white;
  background-color: #ee000e;

}

#cart-form-pane input[value="Checkout"]{
  color: white;
  background-color: #ee000e;

}

#cart-form-pane input[value="Checkout"]:hover{
  color: white;
  background-color: #0223A8;
}

#cart-form-pane #uc-cart-view-form td {
vertical-align: middle;
}


/*-------------------------------------------*
/* User
/*-------------------------------------------*/


.view-uc-orders-user th > a {
    color: #fff;
}


.view-uc-orders-user td.active {
    background-color: white;
}

/*-------------------------------------------*
/* FAQ Page
/*-------------------------------------------*/

div#FAQwrapper{
	width:760px;
	margin: 0 auto;
	position:relative;
	color:#666666;
}
div#FAQprimary{
	width:545px;
	margin: 20px 40px 0 0;
	float:left;
	display:inline;
}

h1#FAQtitle{
	text-align:center;
	font-size:20px;
	line-height:70px;
	color:#639;
}


ul.FAQsection_menu{
	background:#EEE;
	padding:20px 10px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
}

#FAQwrapper h3{
	padding-top:30px;
}

dl.faq{
	margin-bottom:30px;
}

	dl.faq dt{
		font-weight:bold;
		color:#000000;
		padding:25px 0 5px 0;
		display:block;
	}

	dl.faq dd{
		padding-bottom:25px;
		border-bottom:1px solid #cccccc;
		display:block;
	}

#FAQsidebar {
  	left:565px;
  	position: absolute;
}

#FAQsidebar_content {
  	position: absolute;
  	top: 0;
  	/* just used to show how to include the margin in the effect */
	width:200px;
}

#FAQsidebar_content.fixed {
  position: fixed;
  top: 0;
}

#FAQwrapper a:focus {
    outline: 1px dotted;
}

#FAQwrapper hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}


#FAQwrapper ol {
    list-style: decimal;
}

#FAQwrapper ul {
    list-style: disc;
}

#FAQwrapper li {
    margin-left: 30px;
}

/*-------------------------------------------*
/* Search Results
/*-------------------------------------------*/

#search-api-header .form-item {

}

#search-api-header  input[type="submit"]{
    display: none;
}


#search-api-footer {
    margin-top: 10px;
}


#search-api-header input[type="text"] {
    background-color: rgba(87, 87, 87, 0.8);
    border: 1px solid #040404;
    color: white;
    position: relative;
    top: 45px;
    width: 200px;
    height: 35px;
}

@media(max-width:1440px) {
  #search-api-header {
    display: none;
  }
}


#search-api-header input[type="text"]::placeholder {
  color: #ddd;
}

#search-api-footer input[type="text"]::placeholder {
  color: #444;
}

#search-api-footer input[type="text"]{
    border: 1px solid #3b3b3b;
    background: rgba(255,255,255,0.50);
}

#search-api-footer input[type="submit"]{
    display: none;
}


li.search-result,
.search-result,
.search-api-page-results,
ol.search-results {
	margin-top:0;
	margin-left:0;
	margin-right:20px;
}

.search-api-page-results h2,
.search-info{
	display:none;
}


#search-highlighting {
font-weight:italic;
color:#000;
background-color:$light-color;
}


/*-------------------------------------------*
/* Legacy Part Summary Styles
/*-------------------------------------------*/

.part-summary td,
.part-summary tbody {
	border-top: none;
	padding: 10px;
}


.part-summary {
	table-layout: fixed;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	border: 1px solid #dddddd;
}


.part-summary td{
	vertical-align: middle;
}


.part-summary-image{
	width:40%;
}

.part-summary-text{
	width:60%;
	text-align: left;
}


/*-------------------------------------------*
/* Helpers
/*-------------------------------------------*/

@media(max-width:768px) {
    .grow-img img{
	  width: 95%;
	  height: auto;
    }
}


/*-------------------------------------------*
/* Revert Overrides
/*-------------------------------------------*/

select,
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
    width: 100%;
    height: 43px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #2c3e50;
    background-color: white;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 4px;
}



.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
}


/*-------------------------------------------*
/* Print Styles
/*-------------------------------------------*/

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; // Black prints faster: h5bp.com/s
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

    a[href]:after {
        content: "";
    }

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

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

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

    thead {
        display: table-header-group;
    }

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

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

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

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

    select {
        background: #fff !important;
    }

    .navbar {
        display: block;
    }
    .btn,
    .dropup > .btn {
        > .caret {
            border-top-color: #000 !important;
        }
    }
    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;

        td,
        th {
            background-color: #fff !important;
        }
    }
    .table-bordered {
        th,
        td {
            border: 1px solid #ddd !important;
        }
    }

}
