@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:900);
/******************************************************************************
  General
*******************************************************************************/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
* {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 0;
  zoom: 1;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
*:focus {
  outline: none !important;
}

.ie8banner{
	display: none;
}

.ie8 .ie8banner{
	display: block;
}
.ie8 .ie8bannerfix{
	display: none !important;
}

.ie .header .logo {
  display: block;
}

.ie8 .fixed-header .header {
		border-bottom: 1px solid #ccc;
}

html,
body {
  height: 100%;
}
.full-height {
  height: 100%;
}
body {
  font-family: 'Arimo', sans-serif;
  height: 100%;
  line-height: 1.6;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
}
input,
button,
select,
textarea {
  font-family: 'Arimo', sans-serif;
}
.page-box {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.page-box-content {
  padding-bottom: 310px;
}
img {
  max-width: 100%;
  height: auto;
}
p.gallery-images{
	display: block;
	height: auto;
	max-width: 100%;
}
/* Text */
a {
  color: #2e5481;
}
a:visited {
  color: #7996b7;
}
a:active {
  color: #000;
}
a.no-border,
.no-border a {
  color: #7f7f7f;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
a.no-border:hover,
.no-border a:hover {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.white a.no-border,
.white .no-border a {
  color: #fff;
  color: rgba(255,255,255,.8);
}
.white  a.no-border:hover,
.white  .no-border a:hover {
  color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 22px;
  text-rendering: optimizelegibility;
}
.light {
  font-weight: normal;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
p {
  margin-bottom: 22px;
}
p:last-child {
  margin-bottom: 0;
}
address {
  font-size: 13px;
}
.white,
.icon.white {
  color: #fff;
}
.muted,
.icon.muted {
  color: #555;
}
.text-warning,
.text-warning:visited,
a.text-warning:hover,
.icon.text-warning {
  color: #f89406;
}
.text-error,
.text-error:visited,
a.text-error:hover,
.icon.text-error {
  color: #c10841;
}
.text-info,
.text-info:visited,
a.text-info:hover,
.icon.text-info {
  color: #0098ca;
}
.text-success,
.text-success:visited,
a.text-success:hover,
.icon.text-success {
  color: #738d00;
}
.bg-white {
  background: #fff !important;
}
.bg-muted {
  background: #555 !important;
}
.bg-warning {
  background: #f89406 !important;
}
.bg-error {
  background: #c10841 !important;
}
.bg-info {
  background: #0098ca !important;
}
.bg-success {
  background: #738d00 !important;
}
.gradient {
  background: #850066;
  background: -moz-linear-gradient(top,  #850066 0%, #ea7861 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#850066), color-stop(100%,#ea7861));
  background: -webkit-linear-gradient(top,  #850066 0%,#ea7861 100%);
  background: -o-linear-gradient(top,  #850066 0%,#ea7861 100%);
  background: -ms-linear-gradient(top,  #850066 0%,#ea7861 100%);
  background: linear-gradient(to bottom,  #850066 0%,#ea7861 100%);
}
.border-muted {
  border-color: #555 !important;
}
.border-warning {
  border-color: #f89406 !important;
}
.border-error {
  border-color: #c10841 !important;
}
.border-info {
  border-color: #0098ca !important;
}
.border-success {
  border-color: #738d00 !important;
}
.border-grey {
  border-color: #777 !important;
}
hr {
  border: 0;
  border-top: 1px solid #e1e1e1;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 0 none;
  margin: 40px 0;
}
hr.dotted {
  border-style: dotted;
  border-top-width: 1px;
}
hr.dashed {
  border-style: dashed;
  border-top-width: 1px;
}
hr.double {
  border-style: double;
  border-top-width: 3px;
}
hr.shadow {
  border: 0 none;
  margin-bottom: 30px;
  overflow: hidden;
  padding-top: 10px;
  position: relative;
}
hr.shadow:after {
  bottom: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.8);
  box-shadow: 0 0 10px rgba(0,0,0,0.8);
  content: "";
  height: 20px;
  left: 5%;
  position: absolute;
  right: 5%;
  z-index: -1;
}
hr.no-line {
  border: 0 none;
  height: 1px;
}
hr.margin-bottom {
  margin-top: 0;
}
hr.margin-top {
  margin-bottom: 0;
}
ul,
ol {
  padding: 0 0 0 15px;
  margin: 0 0 22px 0;
}
.copyright1{
	text-align: left;
	font-size: 16px;
	color: #f7f7f7;
	
}
.copyright1 h2 {
    font-size: 16px;
    margin: 0;
}
.copyright1 h3 {
    font-family: 'Raleway',sans-serif;
    font-size: 22px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}



.copyright2{
	text-align: right;
	color: #E5E5E5;
}
.bigfire{
	font-size: 24px;
}
.footlearn{
	text-align: center;
}
.memberlogos{
	text-align: center;
}
.memberlogos img {
    display: inline-block;
    max-width: 125px;
    text-align: center;
    margin: 5px;
}

.text-small {
  font-size: 12px;
  line-height: 18px;
}
.lead {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 24px;
}
.label-success,
.badge-success {
  background-color: #8aa902;
}
.label-primary,
.badge-primary {
  background-color: #048ce2;
}
.label-info,
.badge-info {
  background-color: #02a9e0;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-danger,
.badge-danger {
  background-color: #c10841;
}
.caret {
  color: #777;
  border: 0 none;
  height: 6px;
  width: 9px;
}
.caret:before {
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 6px;
  position: absolute;
  width: 9px;
}
.open .caret {
  color: #777;
}
.btn .caret {
  margin: -2px 0 0;
}
.btn-group .caret {
  color: #fff;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border: 0 none;
}
.dropup .caret:before,
.navbar-fixed-bottom .dropdown .caret:before {
  content: "\f106";
}
.btn.dropdown-toggle, 
.btn.dropdown-toggle:hover,
.btn.dropdown-toggle:focus {
  outline: none;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


.close,
.close:visited {
  float: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  color: #7f7f7f;
  position: relative;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  vertical-align: top;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.close:hover,
.close:focus {
  color: #1e1e1e;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.close span {
  display: inline-block;
  font-size: 12px;
  font-family: Arial;
  line-height: 12px;
  margin-top: 2px;
  vertical-align: top;
}
.map-box iframe {
  border: 0 none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #CCCCCC !important;
}

/* Alert */
.alert {
  background-color: #555;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  min-height: 34px;
  margin-bottom: 22px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-shadow: none;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
.alert-black {
  background-color: #1e1e1e;
}
.alert-success {
  background-color: #738d00;
}
.alert-danger {
  background-color: #c10841;
}
.alert-info {
  background-color: #0098ca;
}
.alert-warning {
  background-color: #f89406;
}
.alert .alert-link {
  color: #fff;
  color: rgba(255,255,255,.7);
}
.alert .alert-link:hover {
  color: #fff;
}
.alert .close {
  color: #fff;
  line-height: 22px;
  position: absolute;
  right: 10px;
  top: 9px;
}
.alert .alert-icon {
  display: block;
  float: left;
  margin: 0 20px 0 0;
}
.alert .alert-icon:before {
  font-size: 34px;
}
.alert.alert-border {
  background: none;
  border: 1px solid #e1e1e1;
  color: #1e1e1e;
}
.alert.alert-border .close {
  color: #1e1e1e;
}
.alert.alert-border.alert-black {
  background: none;
  border: 1px solid #1e1e1e;
}
.alert.alert-border.alert-success {
  background: none;
  border: 1px solid #738d00;
}
.alert.alert-border.alert-danger {
  background: none;
  border: 1px solid #c10841;
}
.alert.alert-border.alert-warning {
  background: none;
  border: 1px solid #f89406;
}
.alert.alert-border.alert-info {
  background: none;
  border: 1px solid #0098ca;
}



/* Forms */
form {
  margin-bottom: 22px;
}
label {
  font-weight: bold;
  margin: 0 0 3px;
}
.required {
  color: #c3293a;
  display: inline-block;
  font-size: 14px;
}
.selectBox,
.form-control {
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  height: 40px;
  line-height: 22px;
  margin-bottom: 22px;
  min-height: 40px;
  padding: 8px 12px;
  -webkit-appearance: none;
  width: 100%;
}
.selectBox:hover,
.form-control:hover {
  border-color: #ccc;
  text-decoration: none;
}
.selectBox.selectBox-menuShowing,
.form-control:focus {
  -webkit-box-shadow: 0 0 10px rgba(46,84,129,.3);
  -moz-box-shadow: 0 0 10px rgba(46,84,129,.3);
  box-shadow: 0 0 10px rgba(46,84,129,.3);
  border: solid 1px #839bb7;
  outline: none;
  -webkit-transition:
    border linear .2s,
    box-shadow linear .2s;
  -moz-transition:
    border linear .2s,
    box-shadow linear .2s;
  transition:
    border linear .2s, box-shadow linear .2s;
}
textarea.form-control {
  height: 100px;
  max-width: 100%;
}
.selectBox {
  max-width: 100%;
  width: 100% !important;
}
.radio,
.checkbox {
  font-weight: normal;
  margin: 0 0 8px;
  min-height: 18px;
  padding-left: 20px;
}
.new-radio,
.new-checkbox {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  float: left;
  height: 15px;
  margin: 2px 0 0 -20px;
  position: absolute;
  width: 15px;
}
.new-radio {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  height: 14px;
  width: 14px;
}
.new-radio input[type="radio"],
.new-checkbox input[type="checkbox"] {
  cursor: pointer;
  height: 100%;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  vertical-align: top;
  width: 100%;
}
.new-checkbox svg {
  display: none;
  height: 18px;
  margin: -3px 0 0 -2px;
  width: 18px;
}
.new-checkbox svg polygon {
  fill: #1e1e1e;
}
.new-checkbox.checked svg {
  display: block;
}
.new-radio span {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  height: 6px;
  margin: 3px 0 0 3px;
  width: 6px;
}
.new-radio.checked span {
  background: #1e1e1e;
}
.new-radio.disabled,
.new-checkbox.disabled {
  opacity: .5;
  filter: alpha(opacity=50);
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 20px;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  margin-left: -20px;
}

.selectBox::-webkit-scrollbar,
.selectBox-dropdown-menu::-webkit-scrollbar {
  background: #f2f2f2;
  width: 10px;
}
.selectBox::-webkit-scrollbar-thumb,
.selectBox-dropdown-menu::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  background-color: #839bb7;
  width: 5px;
}
.selectBox {
  background: #fff;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.selectBox:hover,
.selectBox:focus,
button {
  outline: none;
  text-decoration: none;
}
.selectBox-label {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #555;
  display: block;
  padding: 0 25px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%
}
.selectBox-arrow {
  background: url("../img/svg/select.svg") 50% 50% no-repeat;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -khtml-border-radius: 0 3px 3px 0;
  height: 100%;
  left: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}
.selectBox-dropdown-menu {
  background: #fff;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 0 10px rgba(46,84,129,.3);
  -moz-box-shadow: 0 0 10px rgba(46,84,129,.3);
  box-shadow: 0 0 10px rgba(46,84,129,.3);
  border: solid 1px #839bb7;
  outline: none;
  -webkit-transition:
    border linear .2s,
    box-shadow linear .2s;
  -moz-transition:
    border linear .2s,
    box-shadow linear .2s;
  -o-transition:
    border linear .2s,
    box-shadow linear .2s;
  transition:
    border linear .2s,
    box-shadow linear .2s;
  color: #5f5f5f;
  font-size: 12px;
  list-style: none;
  margin: 0;
  max-height: 117px;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
.selectBox-options li {
  display: block;
}
.selectBox-options li a {
  color: #1e1e1e;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  padding: 2px 2px 2px 16px;
  margin: 0;
  min-height: 23px;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.selectBox-options li+li a {
  border-top: 1px solid #839bb7;
}
.selectBox-options li a:hover {
  background: #f2f2f2;
  color: #111;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.selectBox-options li.selectBox-selected a {
  background: #e9e9e9;
  color: #000;
  text-decoration: none;
}
.selectBox-inline {
  overflow-y: auto;
  padding: 0;
  width: 100%;
}
.selectBox-inline ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: default;
}
fieldset[disabled] select,
fieldset[disabled] .selectBox,
fieldset[disabled] .selectBox .selectBox-label,
.selectBox.selectBox-disabled,
.selectBox.selectBox-disabled .selectBox-label {
  color: #999;
}
fieldset[disabled] .selectBox .selectBox-arrow,
.selectBox.selectBox-disabled .selectBox-arrow {
  opacity: .3;
  filter: alpha(opacity=30);
}
.selectBox.selectBox-disabled:focus {
  border-color: #e1e1e1;
  -webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
}
.form-inline .control-label,
.form-inline .form-control,
.form-horizontal .form-group .form-control {
  margin-bottom: 0;
}

/* Form size */
.input-lg {
  border-radius: 4px;
  font-size: 18px;
  height: 46px;
  line-height: 1.33;
  padding-top: 10px;
  padding-bottom: 10px;
}
.input-sm {
  border-radius: 2px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  min-height: inherit !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Form color */
.has-feedback .form-control-feedback {
  height: 40px;
  line-height: 40px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success .form-control-feedback {
  color: #738d00;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning .form-control-feedback {
  color: #f89406;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .form-control-feedback {
  color: #c10841;
}
.has-success .form-control {
  border-color: #738d00;
}
.has-warning .form-control {
  border-color: #f89406;
}
.has-error .form-control {
  border-color: #c10841;
}
.has-success .form-control:focus {
  border-color: #738d00;
  -webkit-box-shadow: 0 0 10px rgba(115,141,0,.3);
  box-shadow: 0 0 10px rgba(115,141,0,.3);
  -webkit-transition: box-shadow linear .2s;
  transition: box-shadow linear .2s;
}
.has-warning .form-control:focus {
  border-color: #f89406;
  -webkit-box-shadow: 0 0 10px rgba(248,148,6,.3);
  box-shadow: 0 0 10px rgba(248,148,6,.3);
}
.has-error .form-control:focus {
  border-color: #c10841;
  -webkit-box-shadow: 0 0 10px rgba(193,8,65,.3);
  box-shadow: 0 0 10px rgba(193,8,65,.3);
}

/* IMG */
.alignnone {
  margin: 0 0 25px;
}
.aligncenter {
  clear: both;
  margin: 0 auto 25px;
  text-align: center;
}
.alignleft {
  float: left;
  margin: 0 25px 25px 0;
}
.alignright {
  float: right;
  margin: 0 0 25px 25px;
}
.caption {
  color: #7f7f7f;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
  margin-bottom: 22px;
}
.caption img {
  display: block;
  margin: 0 auto 10px;
}
.img-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.img-thumbnail {
  display: inline-block;
  line-height: 0;
  position: relative;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
}
.img-thumbnail:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}
.img-thumbnail.lightbox:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.img-thumbnail .bg-images {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.img-thumbnail:hover > .bg-images {
  background: #fff;
  background: rgba(255,255,255,.7);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.img-thumbnail .bg-images i {
  margin: 5px 0 0 5px;
}
.img-thumbnail .bg-images i:before {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.img-thumbnail:hover .bg-images i:before {
  color: #000;
  font-size: 30px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.img-thumbnail.img-rounded,
.img-thumbnail.img-rounded img,
.img-thumbnail.img-rounded .bg-images {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.img-thumbnail.img-circle,
.img-thumbnail.img-circle img,
.img-thumbnail.img-circle .bg-images {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.img-thumbnail.img-circle .bg-images i {
  margin: 15% 0 0 15%;
}
.img-thumbnail.img-polaroid .bg-images i {
  margin: 9px 0 0 9px;
}

/* Video */
embed,
iframe,
object,
video,
audio {
  max-width: 100%;
}
.video-box {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
  box-shadow: 0 1px 2px rgba(0,0,0,.4);
  height: 0;
  margin-bottom: 22px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.video-box embed,
.video-box iframe,
.video-box object,
.video-box video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-box.html5 {
  height: auto;
  padding: 0;
}
.video-box.html5 .video-js {
  height: auto !important;
  line-height: 0;
  width: 100% !important;
}
.video-box.html5 .video-js .vjs-tech {
  height: auto;
  margin: 0;
  position: relative;
  width: 100%;
}
.video-box.html5 .vjs-default-skin {
  color: #fff;
  }
.video-box.html5 .vjs-default-skin .vjs-play-progress,
.video-box.html5 .vjs-default-skin .vjs-volume-level {
  background-color: #555;
}
.video-box.html5 .vjs-default-skin .vjs-control-bar,
.video-box.html5 .vjs-default-skin .vjs-big-play-button {
  background: rgba(0,0,0,.8);
}
.video-box.html5 .vjs-default-skin .vjs-slider {
  background: rgba(0,0,0,.8);
}

/* Audio */
.audio-box audio {
  width: 100%;
}

/* Nav Bar */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #7b7b7b;
  text-shadow: none;
}

/* Drop Down */
.btn-group .dropdown-toggle,
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  min-width: 156px;
  padding: 0;
  z-index: 800;
}
.open > .dropdown-menu {
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
}


/* Button */
.btn,
.btn:visited {
  background: #1e1e1e;
  border: 0 none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  line-height: 22px;
  outline: none;
  padding: 10px 20px;
  text-shadow: none;
  filter: none;
  -webkit-transition:
    background .2s linear,
    color .2s linear;
  transition:
    background .2s linear,
    color .2s linear;
  white-space: normal;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background: #565656;
  *background: #565656;
  color: #fff;
  outline: none;
  -webkit-transition:
    background .2s linear,
    color .2s linear;
  transition:
    background .2s linear,
    color .2s linear;
}
.btn:active,
.btn.active,
.btn-group.open .btn.dropdown-toggle {
  background: #1e1e1e;
  background-color: rgba(30,30,30,.75);
  -webkit-box-shadow: inset 0px 5px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: inset 0px 5px 0px rgba(0,0,0,0.12);
  box-shadow: inset 0px 5px 0px rgba(0,0,0,0.12);
  outline: none;
}
.btn-group.open .btn.dropdown-toggle {
  background: #1e1e1e;
  background-color: rgba(30,30,30,.75);
  -webkit-box-shadow: inset 0px 5px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: inset 0px 5px 0px rgba(0,0,0,0.12);
  box-shadow: inset 0px 5px 0px rgba(0,0,0,0.12);
}
.btn.btn-inverse,
.btn.btn-inverse:visited {
  background: #ccc;
  background: rgba(30,30,30,.3);
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus,
.btn.btn-inverse:active,
.btn.btn-inverse.active,
.btn.btn-inverse.disabled,
.btn.btn-inverse[disabled] {
  color: #efefef;
  background-color: #000;
}
.btn.btn-inverse:active,
.btn.btn-inverse.active,
.btn-group.open .btn.dropdown-toggle.btn-inverse {
  background-color: #ccc;
}
.btn.btn-primary,
.btn.btn-primary:visited {
  background: #037ac5;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary.disabled,
.btn.btn-primary[disabled] {
  color: #ffffff;
  background-color: #048ce2;
}
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn-group.open .btn.dropdown-toggle.btn-primary {
  background-color: #048ce2;
}
.btn.btn-warning,
.btn.btn-warning:visited {
  background: #f89406;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning.active,
.btn.btn-warning.disabled,
.btn.btn-warning[disabled] {
  color: #ffffff;
  background-color: #fda425;
}
.btn.btn-warning:active,
.btn.btn-warning.active,
.btn-group.open .btn.dropdown-toggle.btn-warning {
  background-color: #fda425;
}
.btn.btn-danger,
.btn.btn-danger:visited {
  background: #c10841;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger.active,
.btn.btn-danger.disabled,
.btn.btn-danger[disabled] {
  color: #ffffff;
  background-color: #d70a49;
}
.btn.btn-danger:active,
.btn.btn-danger.active,
.btn-group.open .btn.dropdown-toggle.btn-danger {
  background-color: #d70a49;
}
.btn.btn-success,
.btn.btn-success:visited {
  background: #738d00;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active,
.btn.btn-success.disabled,
.btn.btn-success[disabled] {
  color: #ffffff;
  background-color: #8aa902;
}
.btn.btn-success:active,
.btn.btn-success.active,
.btn-group.open .btn.dropdown-toggle.btn-success {
  background-color: #8aa902;
}
.btn.btn-info,
.btn.btn-info:visited {
  background: #0098ca;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info.active,
.btn.btn-info.disabled,
.btn.btn-info[disabled] {
  color: #ffffff;
  background-color: #02a9e0;
}
.btn.btn-info:active,
.btn.btn-info.active,
.btn-group.open .btn.dropdown-toggle.btn-info {
  background-color: #02a9e0;
}
.btn.btn-link,
.btn.btn-link:active,
.btn.btn-link[disabled] {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-link,
.btn.btn-link:visited {
  cursor: pointer;
  color: #2e5481;
}
.btn.btn-link:hover,
.btn.btn-link:focus {
  background: none;
  color: #2e5481;
  text-decoration: underline;
}
.btn.btn-link[disabled]:hover,
.btn.btn-link[disabled]:focus {
  opacity: .8;
  filter: alpha(opacity=80);
}
.btn.btn-red,
.btn.btn-red:visited {
  background: #ed093a;
}
.btn.btn-red:hover,
.btn.btn-red:focus,
.btn.btn-red:active,
.btn.btn-red.active,
.btn.btn-red.disabled,
.btn.btn-red[disabled] {
  color: #ffffff;
  background-color: #fb4c71;
}
.btn.btn-white,
.btn.btn-white:visited {
  background: #fff;
  color: #1e1e1e;
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active,
.btn.btn-white.active,
.btn.btn-white.disabled,
.btn.btn-white[disabled],
.btn-group.open .btn.dropdown-toggle.btn-white {
  color: #1e1e1e;
  background-color: #fff;
  background-color: rgba(255,255,255,.8);
}
.btn.disabled,
.btn[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
}
.btn.btn-border {
  background: none;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  padding-top: 9px;
  padding-bottom: 9px;
}
.btn.btn-border .caret {
  color: #1e1e1e;
}
.btn.btn-border.btn-inverse,
.btn.btn-border.btn-inverse .caret {
  border-color: rgba(30,30,30,.3);
  color: rgba(30,30,30,.3);
}
.btn.btn-border.btn-primary,
.btn.btn-border.btn-primary .caret {
  border-color: #037ac5;
  color: #037ac5;
}
.btn.btn-border.btn-warning,
.btn.btn-border.btn-warning .caret {
  border-color: #f89406;
  color: #f89406;
}
.btn.btn-border.btn-danger,
.btn.btn-border.btn-danger .caret {
  border-color: #c10841;
  color: #c10841;
}
.btn.btn-border.btn-success,
.btn.btn-border.btn-success .caret {
  border-color: #738d00;
  color: #738d00;
}
.btn.btn-border.btn-info,
.btn.btn-border.btn-info .caret {
  border-color: #0098ca;
  color: #0098ca;
}
.btn.btn-border:hover,
.btn.btn-border:focus,
.btn.btn-border:active,
.btn.btn-border.active,
.btn.btn-border.disabled,
.btn.btn-border[disabled],
.btn-group.open .btn.dropdown-toggle.btn-border,
.btn.btn-border:hover .caret,
.btn.btn-border:focus .caret,
.btn.btn-border:active .caret,
.btn.btn-border.active .caret,
.btn.btn-border.disabled .caret,
.btn.btn-border[disabled] .caret,
.btn-group.open .btn.dropdown-toggle.btn-border .caret {
  color: #fff;
}

.btn-group > .btn:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.btn.btn-lg {
  font-size: 14px;
  padding: 16px 45px;
}
.btn.btn-sm {
  font-size: 12px;
  padding: 5px 15px;
}
.btn.btn-xs {
  font-size: 10px;
  padding: 2px 10px;
}
.btn-group > .btn:before,
.btn-group > .btn:after {
  border-left: 1px solid rgba(255,255,255,.2);
  bottom: 0;
  display: inline-block;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}
.btn-group > .btn.btn-border:before,
.btn-group > .btn.btn-border:after {
  display: none;
}
.btn-group > .btn:after {
  left: auto;
  right: 0;
}
.btn-group > .btn:first-child:before,
.btn-group > .btn:last-child:after,
.btn-group > .btn:only-of-type:after,
.btn-group > .btn:only-of-type:before {
  display: none;
}
.ladda-button {
  font-size: 100%;
}
.ladda-button[data-style=contract][data-loading] {
  width: 42px;
}


/* Quotes */
blockquote {
  padding: 0 0 0 20px;
  margin: 0 0 22px;
  border-left: 2px solid #e1e1e1;
}
blockquote.pull-right {
  border-left: 0;
  border-right: 2px solid #e1e1e1;
  float: right;
  padding-left: 0;
  padding-right: 20px;
}
blockquote p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 0;
}
blockquote small {
  line-height: 26px;
}


.bigquote{
	color: #333;
}
.slider-top {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}
.slider-big {
    font-size: 65px;
    font-weight: 900;
    letter-spacing: -5px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Raleway',sans-serif;
}
.fa-quote-left {
    font-size: 40px;
}
.fa-quote-right {
    font-size: 70px;
}
.slider-bottom {
    margin-left: 48px;
    text-align: left;
}
.slider-bottom {
    font-size: 16px;
    line-height: 1.4;
    padding-right: 40px;
}
.qauthor {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: -12px;
    text-align: right;
}
.qauthor span{
	font-style: italic;
	color: #999;
}


/* Tabs */
.nav-tabs {
  margin-bottom: 0;
  margin-left: 0;
}
.nav-tabs > li > a {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0; 
  color: #1e1e1e;
  font-size: 12px;
  padding: 10px 20px 11px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #f7f7f7;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #f7f7f7 #f7f7f7 #e1e1e1;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border: 1px solid #e1e1e1;
  border-bottom-color: transparent;
  color: #1e1e1e;
  font-weight: bold;
}
.nav-tabs > .active.dropdown > a {
  z-index: 911;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  padding: 36px 0 0;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
  margin: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 110px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  border: 0 none;
  border-right: 1px solid #ddd;
  float: left;
  margin: 0 -1px 0 0;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #f7f7f7 #ddd #f7f7f7 #f7f7f7;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
}
.tabs-left > .tab-content {
  border-left: 1px solid #ddd;
  margin: 0;
  overflow: auto;
}
.tabs-left > .tab-content > .tab-pane {
  padding: 0 0 0 20px;
}
.tabs-right > .nav-tabs {
  border: 0 none;
  border-left: 1px solid #ddd;
  float: right;
  margin: 0 0 0 -1px;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #f7f7f7 #f7f7f7 #f7f7f7 #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}
.tabs-right > .tab-content {
  border-right: 1px solid #ddd;
  margin: 0;
  overflow: auto;
}
.tabs-right > .tab-content > .tab-pane {
  padding: 0 20px 0 0;
}

/* Accordion */
.panel {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 22px;
}
.panel-heading {
  padding: 9px 20px;
  border: 0 none;
  border-radius: 0;
}
.panel-footer {
  background-color: #e1e1e1;
  border-top: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.panel-title {
  font-size: 14px;
}
.panel-body {
  padding: 10px 20px;
}
.list-group-item {
  padding-left: 20px;
  padding-right: 20px;
}
.panel-primary {
  border-color: #037ac5;
}
.panel-success {
  border-color: #738d00;
}
.panel-info {
  border-color: #0098ca;
}
.panel-warning {
  border-color: #f89406;
}
.panel-danger {
  border-color: #c10841;
}
.panel-default > .panel-heading {
  background-color: #f2f2f2;
  color: #1e1e1e;
}
.panel-primary > .panel-heading {
  background-color: #037ac5;
  color: #fff;
}
.panel-success > .panel-heading {
  background-color: #738d00;
  color: #fff;
}
.panel-info > .panel-heading {
  background-color: #0098ca;
  color: #fff;
}
.panel-warning > .panel-heading {
  background-color: #f89406;
  color: #fff;
}
.panel-danger > .panel-heading {
  background-color: #c10841;
  color: #fff;
}
.panel-default {
  border-color: #e1e1e1;
}
.panel-default > .panel-heading {
  background-color: #e1e1e1;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  background-color: inherit;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel .panel-heading {
  background-color: inherit;
  padding: 0;
  position: relative;
}
.panel-group .panel .panel-heading > .panel-title:before {
  background: #e1e1e1;
  background: rgba(255,255,255,.4);
  bottom: 0;
  content: "";
  display: block;
  left: 45px;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 1;
}
.panel-group .active.panel .panel-heading > .panel-title:before {
  background: #444;
  background: rgba(255,255,255,.2);
}
.panel-group .panel .panel-heading > .panel-title > a {
  background-color: #f2f2f2;
  color: #1e1e1e;
  display: block;
  line-height: 22px;
  padding: 9px 9px 9px 60px;
  text-decoration: none;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.panel-group .panel .panel-heading > .panel-title > a:hover {
  background-color: #e9e9e9;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.panel-group .active.panel .panel-heading > .panel-title > a,
.panel-group .active.panel .panel-heading > .panel-title > a:hover {
  background-color: #1e1e1e;
  color: #fff;
  display: block;
  padding: 9px 9px 9px 60px;
  text-decoration: none;
}
.panel-group .panel .panel-heading > .panel-title > a:before,
.panel-group .panel .panel-heading > .panel-title > a:after {
  background: #1e1e1e;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 19px 0 0 15px;
  position: absolute;
  top: 0;
  width: 16px;
}
.panel-group .panel .panel-heading > .panel-title > a:after {
  height: 16px;
  margin: 12px 0 0 22px;
  width: 2px;
}
.panel-group .active.panel .panel-heading > .panel-title > a:before,
.panel-group .active.panel .panel-heading > .panel-title > a:after {
  background: #fff;
}
.panel-group .active.panel .panel-heading > .panel-title > a:after {
  display: none;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}
.panel-group .panel.e-hidden {
  margin: 0;
  overflow: hidden;
}
.panel-group .panel-default .panel-heading > .panel-title > a {
  background-color: #f2f2f2;
}
.panel-group .panel-default .panel-heading > .panel-title > a:hover {
  background-color: #e9e9e9;
}
.panel-group .panel-primary .panel-heading > .panel-title > a {
  background-color: #037ac5;
  color: #fff;
}
.panel-group .panel-primary .panel-heading > .panel-title > a:hover {
  background-color: rgba(3,122,197,.9);
  color: #fff;
}
.panel-group .panel-success .panel-heading > .panel-title > a {
  background-color: #738d00;
  color: #fff;
}
.panel-group .panel-success .panel-heading > .panel-title > a:hover {
  background-color: rgba(115,141,0,.9);
}
.panel-group .panel-info .panel-heading > .panel-title > a {
  background-color: #0098ca;
  color: #fff;
}
.panel-group .panel-info .panel-heading > .panel-title > a:hover {
  background-color: rgba(0,152,202,.9);
}
.panel-group .panel-warning .panel-heading > .panel-title > a {
  background-color: #f89406;
  color: #fff;
}
.panel-group .panel-warning .panel-heading > .panel-title > a:hover {
  background-color: rgba(248,148,6,.9);
}
.panel-group .panel-danger .panel-heading > .panel-title > a {
  background-color: #c10841;
  color: #fff;
}
.panel-group .panel-danger .panel-heading > .panel-title > a:hover {
  background-color: rgba(193,8,65,.9);
}
.panel-group .panel-primary .panel-heading > .panel-title > a:before,
.panel-group .panel-primary .panel-heading > .panel-title > a:after,
.panel-group .panel-success .panel-heading > .panel-title > a:before,
.panel-group .panel-success .panel-heading > .panel-title > a:after,
.panel-group .panel-info .panel-heading > .panel-title > a:before,
.panel-group .panel-info .panel-heading > .panel-title > a:after,
.panel-group .panel-warning .panel-heading > .panel-title > a:before,
.panel-group .panel-warning .panel-heading > .panel-title > a:after,
.panel-group .panel-danger .panel-heading > .panel-title > a:before,
.panel-group .panel-danger .panel-heading > .panel-title > a:after {
  background-color: #fff;
}
.panel-group.one-open .panel.active .panel-heading > .panel-title > a {
  cursor: default;
}
.panel-group .panel-body {
  padding: 20px 0 10px 1px;
}
.panel.panel-bg .panel-body {
  background: #f7f7f7;
  padding-left: 20px;
  padding-right: 20px;
}



/* Pagination */
.pagination {
  margin: 20px 0;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #ccc;
  border: 0 none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 5px 0 0;
  min-width: 6px;
  padding: 0 9px;
  text-align: center;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.pagination > li > a:hover,
.pagination > li > a:hover {
  background-color: #1e1e1e;
  color: #fff;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > span:hover {
  background-color: #1e1e1e;
  background-color: rgba(30,30,30,.7);
  color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-left-width: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: normal;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: #ccc;
  color: #fff;
}
.pagination + .pagination-text {
  color: #999;
  font-size: 12px;
  float: right;
  line-height: 24px;
  vertical-align: top;
}
.pagination.pagination-lg > li > a,
.pagination.pagination-lg > li > span {
  font-size: 16px;
  line-height: 28px;
  padding: 4px 14px;
}
.pagination.pagination-sm > li > a,
.pagination.pagination-sm > li > span {
  font-size: 10px;
  line-height: 20px;
  padding: 0 7px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span,
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span{
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span,
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}

/* Icons */
.icon {
  background: none;
  color: #1e1e1e;
  display: inline-block;
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  margin: 0 0 4px 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 32px;
}
.icon.pull-left {
  float: left;
  margin-right: 10px;
}
.icon.pull-right {
  float: right;
  margin-left: 10px;
}
.icon.icon-24 {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  width: 24px;
}
.icon.icon-40 {
  font-size: 26px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.icon.icon-60 {
  font-size: 32px;
  height: 60px;
  line-height: 60px;
  width: 60px;
}
.icon.icon-100 {
  font-size: 50px;
  height: 100px;
  line-height: 100px;
  width: 100px;
}
.icon .fa {
  width: 100%;
}
.icon.rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.icon.border {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
}
.sbtnf:before,
.sbtnf:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}




/* Additional Classes */
.display-t {
  display: table;
}
.display-tc {
  display: table-cell;
}
.slim {
  font-weight: normal;
}
.bg {
  background-color: #f2f2f2;
}
.border {
  border-width: 1px;
}
.width-auto .col-md-1,
.width-auto .col-md-2,
.width-auto .col-md-3,
.width-auto .col-md-4,
.width-auto .col-md-5,
.width-auto .col-md-6,
.width-auto .col-md-7,
.width-auto .col-md-8,
.width-auto .col-md-9,
.width-auto .col-md-10,
.width-auto .col-md-11,
.width-auto .col-md-12 {
  float: left;
  width: auto;
}
.margin-center {
  margin: 0 auto;
}
.bottom-padding {
  margin-bottom: 40px;
}
.bottom-padding-mini {
  margin-bottom: 20px;
}
.bottom-padding.last {
  margin-bottom: 0;
}
.col2-set .col-1,
.col2-set .col-2 {
  float: left;
  width: 48.5%;
}
.col2-set .col-2 {
  float: right;
}


/******************************************************************************
  Header
*******************************************************************************/
.header {
  background: rgba(255,255,255,.97);
  min-height: 60px;
  padding: 22px 0;
  width: 100%;
}
.header .container {
  min-height: 60px;
  position: relative;
}
.header .logo {
	position: absolute;
}

.header .logo img {
   max-width: 207px !important;
}
.header .site-description {
  color: #bbb;
  font-size: 9px;
  line-height: 1.3;
}
.header .phonehome {
  float: right;
}
.fixed-header {
  margin-top: 0;
  padding-top: 104px;
}
.fixed-header .header {
  background: #fff;
  left: 0;
  margin: 0;
  position: fixed;
  top: 0;
  z-index: 870;
  border-top: 8px solid #1c3e94;
  -webkit-transition:
    background 0.2s linear,
    margin-top 0.2s linear;
  transition:
    background 0.2s linear,
    margin-top 0.2s linear;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.fixed-header.background-opacity .header {
  background: rgba(255,255,255,.97);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.fixed-header.hidden-top.visible-top .header,
.fixed-header.fixed .header {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  border-bottom: 1px solid #ccc;
}

.fixed-header.hidden-top {
  padding-top: 112px;
  -webkit-transition: padding-top 0.2s linear;
  transition: padding-top 0.2s linear;
}
.fixed-header.hidden-top.fixed {
  padding-top: 104px;
  -webkit-transition: padding-top 0.2s linear;
  transition: padding-top 0.2s linear;
}
.fixed-header.hidden-top #top-box {
  left: 0;
  margin-top: -32px;
  position: fixed;
  top: 0;
  z-index: 910;
  -webkit-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear;
}

.fixed-header.hidden-top .header {
  margin-top: 8px;
  top: 0;
}
.fixed-header.hidden-top.visible-top #top-box {
  margin-top: 0;
  -webkit-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear;
}
.fixed-header.hidden-top.visible-top .header {
  margin-top: 40px;
  -webkit-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear;
}
.fixed-header.hidden-top.fixed #top-box,
.fixed-header.hidden-top.visible-top.fixed #top-box {
  margin-top: -40px;
  -webkit-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear;
}
.fixed-header.hidden-top.fixed .header,
.fixed-header.hidden-top.visible-top.fixed .header {
  margin-top: 0;
  -webkit-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear;
}

/* Primary Menu */
.header .primary {
  margin-top: 7px;
  z-index: 900;
}
.header .primary .navbar {
  background: none;
  border: 0 none;
  margin:0 0 0 50px;
}
.header .primary .navbar .navbar-collapse {
  padding: 0;
  position: relative;
}
.header .primary .navbar .nav {
  float: none;
  margin: 0;
  position: relative;
}
.header .primary .navbar .nav > li {
  padding: 0 4px;
  position: relative;
}
.header .primary .navbar .nav > li > a,
.header .primary .navbar .nav > li > a:visited {
  background: none;
  border: 1px solid #fff;
  border: 1px solid transparent;
  color: #1e1e1e;
  padding: 11px 15px;
  position: static;
  text-shadow: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 901;
}
.header .primary .navbar .nav > .selected > a {
  color: #777;
}
.header .primary .navbar .nav a > i {
  margin-right: 2px;
  opacity: .8;
  filter: alpha(opacity=80);
  text-align: center;
  width: 15px;
}
.header .primary .navbar .nav a .item-new {
  background: #c10841;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  float: right;
  font-weight: bold;
  line-height: 1;
  margin: 2px 0 0 7px;
  padding: 3px 4px;
}
.header .primary .navbar .nav .megamenu a .item-new {
  float: none;
}
.header .primary .navbar .nav > li:hover > a {
  background: #fff;
  border-color: #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .primary .navbar .nav .parent {
  position: relative;
}
.header .primary .navbar .nav > li.parent:hover > a {
  background: #fff;
  border-bottom-color: transparent;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.header .primary .navbar .nav > li.parent > a:after {
  background: #fff;
  bottom: 0;
  content: "";
  display: none;
  height: 12px;
  left: 5px;
  margin: 0 0 -6px 0;
  position: absolute;
  right: 5px;
  z-index: 906;
}
.header .primary .navbar .nav > li.parent:hover > a:after {
  display: block;
}
.header .primary .navbar .nav > li.parent.megamenu:hover > a:after {
  left: 0;
  right: 0;
}
.header .primary .sub {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  display: none;
  font-size: 13px;
  line-height: 24px;
  margin: -1px 0 0;
  padding: 15px 20px;
  position: absolute;
  z-index: 905;
}
.header .primary .sub li {
  font-size: 13px;
  line-height: 24px;
}
.header .primary .parent:hover > .sub {
  display: block;
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
}
.header .primary .sub a,
.header .primary .sub a:visited {
  color: #1e1e1e;
  display: block;
  text-decoration: none;
  width: 175px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.header .primary .sub a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.header .primary .sub .sub {
  left: 100%;
  top: 0;
}
.header .primary .navbar .nav .parent .parent > a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  display: block;
  line-height: 1;
  position: absolute;
  right: -10px;
  top: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.forcefullwidth_wrapper_tp_banner{
	background: #f7f7f7;
}
.header .primary .navbar .nav .parent.megamenu {
  position: static;
}
.header .primary .navbar .nav .parent.megamenu > a {
  position: relative;
}
.header .primary .megamenu > .sub {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  left: 157px;
  padding: 0;
  width: 550px;
  z-index: 900;
  margin-top: -1px;
}
.header .primary .megamenu > .sub .sub-wrapper {
  display: table;
  width: 100%;
}
.header .primary .megamenu > .sub .promo-block {
  border-right: 1px solid #ccc;
  display: table-cell;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}
.header .primary .megamenu > .sub .sub-list + .promo-block {
  border-left: 1px solid #ccc;
  border-right: 0 none;
}
.header .primary .megamenu > .sub .sub-list {
  display: table-cell;
  padding: 15px 5px 35p;
  vertical-align: top;
  width: 100%;
}
.header .primary .megamenu.promo > .sub .sub-list {
  width: 50%;
}
.header .primary .megamenu > .sub .box {
  float: left;
  padding: 8px 30px 28px;
  width:50%;
}
.header .primary .megamenu > .sub .box:nth-child(3n+1),
.header .primary .megamenu.promo > .sub .box:nth-child(2n+1) {
  clear: left;
}
.header .primary .megamenu.promo > .sub .box {
  clear: none;
}
.header .primary .megamenu.promo > .sub .box {
  width: 100%;
}
/* Four columns */
.header .primary .megamenu.four-columns > .sub .box {
  clear: none;
}
.header .primary .megamenu.four-columns > .sub .box:nth-child(4n+1),
.header .primary .megamenu.promo.four-columns > .sub .box:nth-child(3n+1) {
  clear: left;
}
.header .primary .megamenu.promo.four-columns > .sub .box {
  clear: none;
}
.header .primary .megamenu.four-columns > .sub .promo-block,
.header .primary .megamenu.four-columns > .sub .box {
  width: 25%;
}
.header .primary .megamenu.four-columns > .sub .sub-list {
  width: 75%;
}
.header .primary .megamenu.promo.four-columns > .sub .box {
  width: 33%;
}
/* Five columns */
.header .primary .megamenu.five-columns > .sub .box {
  clear: none;
}
.header .primary .megamenu.five-columns > .sub .box:nth-child(5n+1),
.header .primary .megamenu.promo.five-columns > .sub .box:nth-child(4n+1) {
  clear: left;
}
.header .primary .megamenu.promo.five-columns > .sub .box {
  clear: none;
}
.header .primary .megamenu.five-columns > .sub .promo-block,
.header .primary .megamenu.five-columns > .sub .box {
  width: 20%;
}
.header .primary .megamenu.five-columns > .sub .sub-list {
  width: 80%;
}
.header .primary .megamenu.promo.five-columns > .sub .box {
  width: 25%;
}
.header .primary .megamenu .title {
  font-size: 13px;
  line-height: 23px;
  margin: 0 0 3px;
  text-transform: uppercase;
}

.header .primary .megamenu .title2 {
    font-size: 13px;
    line-height: 18px;
    margin: 20px 0 12px;
    text-transform: uppercase;
}
.header .primary .megamenu > .sub a {
  width: 100%;
}
.header .primary .sub .sub .sub .sub {
  background: none;
  border: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  left: 0;
  padding: 0;
  position: relative;
  -webkit-animation: fadeIn 0;
  animation: fadeIn 0;
}
.header .primary .sub .sub .sub .parent > a {
  background: none !important;
}

.messagebox p {
		line-height: 1.4em;
    margin-bottom: -5px;
    padding: 0 0 20px;
}


/* Phone & Search Header */
.phone-header, .search-header {
border-left: 1px solid #1C3E94;
    color: #1C3E94;
    float: right;
    font-family: 'Raleway',sans-serif;
    font-size: 16px;
    font-weight: 900;
    height: 30px;
    line-height: 1em;
    margin: 15px -1px 0 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}
.phone-header a,
.search-header a {
  display: block;
  height: 20px;
  padding-top: 7px;
  width: 100%;
  color: #1C3E94;
  text-decoration: none;
}
.phone-header a svg,
.search-header a svg {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.phone-header a:hover svg,
.search-header a:hover svg {
  opacity: .5;
  filter: alpha(opacity=50);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.search-header {
  margin: 15px 0 0 0;
}

/* Phone & Search Active Header */
.phone-active,
.search-active {
  bottom: 0;
  display: none;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 920;
}
.phone-active {
  background: #fff;
  color: #ED2024;
  font-size: 36px;
  line-height: 58px;
}
.phone-active .close,
.search-active .close {
  float: right;
  font-size: 26px;
  margin: 22px 0 0 5px;
}
.phone-active .close span,
.search-active .close span {
  line-height: 18px;
  margin-right: 5px;
  margin-top: 0;
  text-transform: uppercase;
}
.phone-active strong {
  color: #1e1e1e;
  letter-spacing: 1px;
}
.search-active .close {
  position: absolute;
  right: 79px;
  z-index: 1;
}
.search-active form {
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.search-active .search-string,
.search-active .search-string:hover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #1e1e1e;
  font-size: 24px;
  height: 100%;
  line-height: 30px;
  margin: 0;
  padding: 14px 135px 14px 18px;
  width: 100%;
}
.search-active .search-string:focus {
  border-color: #ccc;
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search-active .search-submit {
  background: none;
  border-left-width: 1px;
  height: 30px;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  right: 1px;
  top: 15px;
  width: 46px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.search-active .search-submit svg {
  margin-top: 2px;
}
.search-active .search-submit svg path {
  fill: #1e1e1e;
}
.search-active .search-submit:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header-two .phone-header {
  /*border-right: 0 none;*/
  margin-right: -15px;
}
.header.header-three {
  background: rgba(255,255,255,.9);
}
.header.header-three,
.header.header-three .row,
.header.header-three .container {
  min-height: inherit;
}
.header.header-three .logo-box {
  text-align: center;
}
.header.header-three .logo {
  display: inline-block;
  height: auto;
  vertical-align: top;
}



/******************************************************************************
  Breadcrumbs
*******************************************************************************/
.breadcrumb-box {
  background: #f2f2f2;
  overflow: hidden;
  border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}
.breadcrumb {
  background: #f2f2f2;
  color: #7f7f7f;
  font-size: 11px;
  line-height: 18px;
  margin: 0;
  padding: 11px 0;
}
.breadcrumb > li {
  line-height: 18px;
  text-shadow: none;
}
.breadcrumb > li > a {
 color: #7f7f7f;
 text-decoration: none;
 -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.breadcrumb > li > a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.breadcrumb > li + li:before {
  padding: 0 6px;
  color: #7f7f7f;    
}
.breadcrumb-none {
  height: 10px;
}



.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

/******************************************************************************
  Sidebar
*******************************************************************************/
.sidebar .widget {
  margin: 0 0 60px;
}
.sidebar .widget:last-of-type {
  margin-bottom: 0;
}
.sidebar .widget ol,
.sidebar .widget ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.sidebar .widget header,
.sidebar .widget .title-block,
.product-bottom .related-products header {
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 20px;
  padding: 0 0 15px;
  position: relative;
}
.sidebar .widget header:before,
.sidebar .widget .title-block:before,
.product-bottom .related-products header:before {
  background: #1e1e1e;
  bottom: 0px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;  
}
.sidebar .widget header .title,
.sidebar .widget .title-block .title,
.product-bottom .related-products header h3 {
  color: #7f7f7f;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}
.sidebar .widget .subtitle {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 25px;
}

/* Menu */
.sidebar .menu li {
  margin: 0 0 3px;
}
.sidebar .menu li a {
  background-color: #f2f2f2;
  background-color: rgba(0,0,0,.05);
  color: #1e1e1e;
  display: block;
  padding: 9px 9px 9px 60px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.sidebar .menu li a:before {
  background: #e1e1e1;
  background: rgba(255,255,255,.4);
  bottom: 0;
  content: "";
  display: block;
  left: 45px;
  position: absolute;
  top: 0;
  width: 1px;
}
.sidebar .menu li a:hover {
  background-color: #e9e9e9;
  background-color: rgba(0,0,0,.1);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.sidebar .menu li.active > a {
  background-color: #1e1e1e;
  color: #fff;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.sidebar .menu li.active > a:before {
  background: #444;
  background: rgba(255,255,255,.2);
}
.sidebar .menu li.parent > a .open-sub{
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 45px;
}

.sidebar .menu li.parent > a .open-sub, .sidebar .menu li.parent > a .fa {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 45px;
  font-size: 22px;
  left: 15px;
  top: 10px;
}

.sidebar .menu li.parent > a .open-sub:before,
.sidebar .menu li.parent > a .open-sub:after {
  background: #1e1e1e;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 19px 0 0 15px;
  position: absolute;
  top: 0;
  width: 16px;
}
.sidebar .menu li.parent > a .open-sub:after {
  height: 16px;
  margin: 12px 0 0 22px;
  width: 2px;
}
.sidebar .menu li.parent.active > a .open-sub:before,
.sidebar .menu li.parent.active > a .open-sub:after {
  background: #fff;
}
.sidebar .menu li.parent.active > a .open-sub:after {
  display: none;
}
.sidebar .menu .sub {
  background-color: #f2f2f2;
  background-color: rgba(0,0,0,.05);
  padding: 7px 0 4px;
}
.sidebar .menu .sub li {
  margin: 0;
}
.sidebar .menu .sub a {
  background: none;
  color: #7f7f7f;
  margin: 0;
  padding: 4px 9px 4px 60px;
}
.sidebar .menu .sub a:before {
  display: none;
}
.sidebar .menu .sub a:hover {
  background-color: #e9e9e9;
  background-color: rgba(0,0,0,.05);
}
.sidebar .menu .sub .active > a {
  background: none;
  color: #000;
}
.sidebar .menu li > a .item-icon {
  left: 15px;
  position: absolute;
  top: 13px;
}
.sidebar .menu li:not(.active) > a .item-icon {
  opacity: .5;
  filter: alpha(opacity=50);
}




/******************************************************************************
  Main
*******************************************************************************/
#main {
  padding:80px 0 40px 0px;
}
#main.no-padding {
  padding: 0;
}
.page-header {
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 80px;
  padding: 0;
}
.page-header .title {
  font-weight: normal;
  margin: -4px 0 18px;
  padding: 0;
  position: relative;
}
.page-header .container {
  position: relative;
}
.page-header .container:before {
 background: none repeat scroll 0 0 #1C3E94;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 15px;
    margin: 0 0 -2px;
    position: absolute;
    width: 50px;
}
.page-header .page-description {
  padding: 0 0 18px;
}
.title-box {
  border-bottom-width: 1px;
  margin-bottom: 40px;
  position: relative;
}
.title-box.no-margin,
.no-margin {
  margin-bottom: 0 !important;
}
.title-box:before {
  background: #1e1e1e;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
.title-box.text-right:before {
  left: auto;
  right: 0;
}
.title-box.text-center:before {
  left: 50%;
  margin-left: -20px;
}
.title-box .title {
  color: #7f7f7f;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 12px 0;
  padding: 14px 0 0;
}
.title-box h1.title {
  font-size: 24px;
}
.title-box .btn {
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.title-box .btn .glyphicon {
  margin: -1px 0 0 3px;
}
.title-box.title-white {
  border-color: rgba(255,255,255,.3);
}
.title-box.title-white:before {
  background: #fff;
}
.title-box.title-white .title {
  color: #fff;
}

/******************************************************************************
  Home Pages
*******************************************************************************/


/* Welcome block */
.content-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.content-block .btn + .btn {
  margin-left: 14px;
}
.content-block .btn.pull-left {
  margin: 0 10px 0 0;
}
.content-block .btn.pull-right {
  margin: 0 0 0 10px;
}

/* Services */
.service .icon {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  color: #1e1e1e;
  display: block;
  height: 70px;
  float: left;
  margin: 0 30px 0 0;
  text-align: center;
  text-decoration: none;
  width: 70px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.service .icon:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.service .icon i:before {
  font-size: 30px;
  line-height: 70px;
}
.service .title {
  margin: 2px 0 17px;
}
.service a,
.big-services-box a,
.features-block a {
  color: #1e1e1e;
}
.service a:hover,
.big-services-box a:hover,
.features-block a:hover {
  text-decoration: none;
}
.service a:hover *,
.big-services-box a:hover *,
.features-block a:hover * {
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.white .service a {
  color: #fff;
}
.service .text-small {
  overflow: hidden;
}
.big-services-box {
  margin-bottom: 40px;
  text-align: center;
}
.big-icon,
.big-icon:visited {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #1e1e1e;
  display: block;
  height: 100px;
  margin: 0 auto 20px;
  text-align: center;
  width: 100px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.big-icon i:before {
  font-size: 50px;
  line-height: 100px;
}
.big-icon:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.big-icon.pull-left {
  margin: 0 20px 20px 0;
}

.services .service, .services .features-block {
    margin-bottom: 40px;
}
.features-block .header-box {
    display: block;
    margin: 0 0 13px;
    min-height: 30px;
    overflow: hidden;
}
.features-block .header-box .icon-box {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #1E1E1E;
    float: left;
    height: 30px;
    margin: 0 10px 0 0;
    text-align: center;
    transition: opacity 0.2s linear 0s;
    width: 24px;
}
.features-block .header-box a.icon-box:hover {
    opacity: 0.8;
    transition: opacity 0.2s linear 0s;
}
.features-block .header-box .icon-box i:before {
    font-size: 20px;
    line-height: 30px;
}
.features-block .header-box h6 {
    margin: 6px 0 0;
}
/******************************************************************************
  About Us
*******************************************************************************/
.about-us {
  font-size: 13px;
}
.about-us strong {
  font-size: 14px;
}


/******************************************************************************
  Login Page
*******************************************************************************/
#main.login-register {
  overflow: hidden;
  padding-bottom: 40px;
}
.login-register .info-box {
  margin-bottom: 40px;
  padding: 27px 0 0;
}
.login-register .info-box .title,
.login-register .form-box .title {
  font-weight: normal;
  margin: 0 0 17px;
}
.login-register .info-box .descriptions,
.login-register .form-box .descriptions {
  margin: 0 0 26px;
}
.login-register .form-box {
  background: #f2f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 40px 0;
  padding: 27px 30px 25px;
  border: 1px solid #CCCCCC;
}
.login-register .form-box .checkbox {
  font-size: 12px;
  margin: -7px 0 28px;
}
.login-register .form-box .checkbox .new-checkbox {
  margin-top: 0;
}
.login-register .form-box .buttons-box {
  font-size: 11px;
  line-height: 1.5;
}
.login-register .form-box .buttons-box .btn {
  margin: 3px 8px 5px 0;
}
.login-register .form-box .buttons-box .required {
  font-size: 11px;
  margin: 3px 8px 5px 0;
}
.buttons-box .required {
  font-size: 11px;
}
.login-register .form-box .buttons-box .forgot {
  display: inline-block;
  margin: 3px 8px 5px 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.login-register .form-box .buttons-box .forgot:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}






/******************************************************************************
  Contact Us
*******************************************************************************/
.contact-info {
  margin-top: 30px;
}
.contact-info .title {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 22px;
}
.contact-info address {
  margin-top: 5px;
  margin-bottom: 35px;
}
.contact-info hr {
  margin: 0 0 36px;
}
.contact-form .buttons-box {
  margin: 8px 0 0;
}
.map-box {
    position: relative;
}
.map-box .contact-info {
  background: #fff;
  margin: 0;
  padding: 5px 10px;
  position: absolute;
  top: 150px;
}
.map-box .contact-info address {
  margin-bottom: 15px;
}


/******************************************************************************
  404
*******************************************************************************/
.box-404 {
  -webkit-border-radius: 177px;
  -moz-border-radius: 177px;
  border-radius: 177px;
  font-weight: normal;
  height: 354px;
  margin: 0 auto;
  padding: 92px 0 0;
  text-align: center;
  width: 354px;
}
.box-404 h1 {
  font-size: 150px;
  font-weight: normal;
  line-height: 0.9;
  margin: 0;
}
.box-404 h2 {
  color: #7f7f7f;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}

/******************************************************************************
  FAQ
*******************************************************************************/
.filter-elements-wrapper {
  margin: 0 auto;
}
.filter-buttons {
  display: block;
  margin-bottom: 30px;
}
.filter-buttons .dropdown-toggle {
  background: transparent;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #1e1e1e;
  display: block;
  float: left;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  margin-right: 20px;
  padding: 0 10px 0 20px;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}
.filter-buttons .dropdown-toggle .caret {
  margin: -2px 0 0 5px;
}
.filter-buttons .dropdown-toggle:hover {
  background: transparent;
  text-decoration: none;
  opacity: .7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}
.filter-buttons.open .dropdown-toggle {
  background: transparent;
}
.filter-buttons .dropdown-menu {
  border: 1px solid #e1e1e1;
}
.filter-buttons .dropdown-menu .active {
  background-color: #f5f5f5;
}
.filter-buttons.white .dropdown-toggle,
.filter-buttons.white .dropdown-toggle .caret {
  color: #fff;
}


/******************************************************************************
  Galery
*******************************************************************************/
.gallery .images-box {
  margin-bottom: 30px;
}
.gallery-images {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  line-height: 0;
  position: relative;
}
.gallery-images img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.gallery-images .bg-images {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.gallery-images:hover > .bg-images {
  background: #fff;
  background: rgba(255,255,255,.7);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.gallery-images .bg-images i {
  margin: 5px 0 0 5px;
}
.gallery-images .bg-images i:before {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.gallery-images:hover .bg-images i:before {
  color: #000;
  font-size: 30px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}



/******************************************************************************
  Livicons
*******************************************************************************/
.livicon {
  display: inline-block;
  line-height: inherit;
  vertical-align: middle;
}
.livicon svg {
  vertical-align: top;
}
.big-icon .livicon svg,
.icon .livicon svg {
  top: 25% !important;
}
.livicon.metro-bg {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-bottom: 4px;
  padding: 26px 25px 26px 27px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}


/******************************************************************************
  Other Pages
*******************************************************************************/
th {
	text-align: center;
}
.tablecell-first  {
    background: none repeat scroll 0 0 #D33939;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.2em;
    text-align: center;
    padding: 18px !important;
        vertical-align: middle  !important;
}
.tablecell-second  {
    background: none repeat scroll 0 0 #e0f7e1;
    line-height: 1.2em;
    text-align: center;
    padding: 18px !important;
        vertical-align: middle  !important;
}
.tablecell-odd {
    background-color: #F7F7F7;
    padding: 18px !important;
    text-align: center;
    vertical-align: middle  !important;
}
.tablecell-even {
    background-color: #fff;
    padding: 18px !important;
    text-align: center;
    vertical-align: middle  !important;
}


/******************************************************************************
  Other Pages
*******************************************************************************/
.body-bg-img {
  background: url("../img/content/coming-soon.jpg") 50% 0 no-repeat;
}
.body-bg-img.under-construction {
  background: url("../img/content/under-construction.jpg") 50% 0 no-repeat;
}
.body-bg-img .page-box {
  display: table;
  height: 100% !important;
  width: 100%;
}
.body-bg-img #main {
  display: table-cell;
  padding: 109px 0 192px;
  vertical-align: middle;
}

.list-images > .col-md-4 {
  margin-bottom: 30px;
}
.full-width-box2 {
		margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    overflow: hidden;
    padding: 50px 0;
    position: relative;
    border-top: 1px solid #E1E1E1;
}
.full-width-box {
  padding: 76px 0;
  position: relative;
}
.full-width-box > .bg {
  background-repeat: no-repeat;
  background-position: center top;
  background-color: inherit;
  bottom: 0;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  right: -1000px;
  text-align: center;
  top: 0;
  z-index: -1;
}
.full-width-box > .bg .overlay {
  background: #000;
  height: 100%;
  opacity: .2;
  filter: alpha(opacity=20);
  width: 100%;
}
.full-width-box .bg-none .overlay {
  background: none;
}
.full-width-box .bg-image {
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
}
.full-width-box .fixed.bg-image,
.full-width-box .paralax.bg-image {
  background-attachment: fixed;
  background-position: center top;
}
.touch-device .full-width-box .fixed.bg-image,
.touch-device .full-width-box .paralax.bg-image {
  background-attachment: scroll;
}
.full-width-box .blur.bg-image {
  background-position: center top !important;
}
.full-width-box {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    padding: 76px 0;
    position: relative;
    margin-bottom: 50px;
}
.zerobottom{
	margin-bottom: 0px;
}

.full-width-box .fwb-bg {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 0;
}
.full-width-box .fwb-bg .overlay {
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    opacity: 0.2;
    width: 100%;
}
.fwb-bg.band-3 {
    background-image: url("../img/content/band-3.jpg");
}
.full-width-box.loaded {
    margin-left: 0;
    margin-right: 0;
    opacity: 1;
}

/******************************************************************************
  Footer
*******************************************************************************/
#footer {
  color: #7f7f7f;
  margin: -310px 0 0 0;
  overflow-x: hidden;
}
#footer.footer-two {
  margin: -183px 0 0 0;
}
#footer .footer-top {
  background: #f2f2f2;
  font-size: 12px;
  line-height: 21px;
  padding: 50px 0 13px;
  border-top: 1px solid #CCCCCC;
}
#footer.footer-two .footer-top {
  padding-bottom: 43px;
}
#footer .sidebar .widget {
  margin-bottom: 30px;
}
#footer .sidebar .widget:nth-child(4n+1) {
  clear: left;
}
#footer .sidebar .widget header,
#footer .sidebar .widget .title-block {
  margin: 0 0 15px;
  padding: 0 0 12px;
}
#footer .sidebar .widget header:before,
#footer .sidebar .widget .title-block:before {
  display: none;
}
#footer .sidebar .widget header .title,
#footer .sidebar .widget .title-block .title {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  text-transform: uppercase;
}
#footer .sidebar .widget .next,
#footer .sidebar .widget .prev {
  height: 26px;
  line-height: 26px;
  width: 26px;
}
#footer .sidebar .widget .next svg,
#footer .sidebar .widget .prev svg {
  height: 14px;
}
#footer .widget p {
  margin: 0 0 16px;
}
#footer .sidebar .compare-products li,
#footer .sidebar .compare-products li .title,
#footer .sidebar .compare-products li .close,
#footer .sidebar .wishlist .add-cart {
  background-color: #f2f2f2;
}
.footer-two .social {
  text-align: center;
}
.footer-two .social .sbtnf {
  display: inline-block;
  float: none;
  margin: 0 3px;
}
#footer .footer-bottom {
  background: #14285b;
  border-top-width: 1px;
  font-size: 12px;
  line-height: 17px;
  padding: 21px 0 20px;
  color: #f7f7f7;
}
#footer .phone,
#footer .address {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 34px;
  position: relative;
}
#footer .footer-icon {
  color: #c6c6c6;
  left: 16px;
  position: absolute;
  top: 0;
}
#footer .footer-icon:before {
  font-size: 20px;
  line-height: 18px;
  width: auto;
}
#footer .up {
  background: #c6c6c6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  float: right;
  height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
#footer .up:hover {
  background: #000;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
#footer .up .glyphicon {
  color: #fff;
  margin: 14px 0 0 -.5px;
  vertical-align: top;
}


/******************************************************************************
  Fancybox
*******************************************************************************/
.fancybox-nav span {
  background: #ccc;
  border: 0 none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fbfbfb;
  display: block;
  float: right;
  height: 40px;
  line-height: 40px;
  margin: 0 0 0 10px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.fancybox-nav span:hover {
  background-color: #000;
  color: #efefef;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.fancybox-nav span svg {
  vertical-align: middle;
}

.fontawesome-icon-list {
  color: #7f7f7f;
}
.fontawesome-icon-list .fa {
  color: #1e1e1e;
  width: 22px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}



/******************************************************************************
  Carousel
*******************************************************************************/
.carousel .col-sm-1,
.carousel .col-sm-2,
.carousel .col-sm-3,
.carousel .col-sm-4,
.carousel .col-sm-5,
.carousel .col-sm-6,
.carousel .col-sm-7,
.carousel .col-sm-8,
.carousel .col-sm-9,
.carousel .col-sm-10,
.carousel .col-sm-11,
.carousel .col-sm-12 {
  display: block;
  float: left;
}
.carousel .col-md-1 {
  max-width: 81px;
}
.carousel .col-md-2 {
  max-width: 162px;
}
.carousel .col-md-3 {
  max-width: 243px;
}
.carousel .col-md-4 {
  max-width: 324px;
}
.carousel .col-md-5 {
  max-width: 405px;
}
.carousel .col-md-6 {
  max-width: 486px;
}
.carousel .col-md-7 {
  max-width: 567px;
}
.carousel .col-md-8 {
  max-width: 648px;
}
.carousel .col-md-9 {
  max-width: 729px;
}
.carousel .col-md-10 {
  max-width: 810px;
}
.carousel .col-md-11 {
  max-width: 891px;
}
.carousel .col-md-12 {
  max-width: 970px;
}

.carousel-links a {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.carousel-links a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.carousel [class*="span"].pull-right {
  float: right;
}
.load.carousel-box {
  background-image: url("../img/svg/loader.svg"), none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40px;
}
.load.carousel-box > * {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.carousel-box > * {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.load.carousel-box .carousel > a + a,
.load.carousel-box .carousel > div + div {
  visibility: hidden;
}
.caroufredsel_wrapper {
  margin-bottom: 0!important;
}
.carousel-box .next,
.carousel-box .prev {
  background-color: #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fbfbfb;
  display: block;
  float: right;
  height: 40px;
  line-height: 40px;
  margin: 0 0 0 10px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.carousel-box .next:hover,
.carousel-box .prev:hover {
  background-color: #000;
  color: #efefef;
  text-decoration: none;
  -webkit-transition:
    color .2s linear,
    background-color .2s linear;
  transition:
    color .2s linear,
    background-color .2s linear;
}
.carousel-box .next:hover polygon,
.carousel-box .prev:hover polygon {
  fill: #efefef;
}
.carousel-box .next svg {
  margin-left: 2px;
}
.carousel-box .prev svg {
  margin-right: 2px;
}
.carousel-box .next *,
.carousel-box .prev * {
  vertical-align: middle;
}
.carousel-box.no-nav .next,
.carousel-box.no-nav .prev {
  display: none;
}
.carousel-box .pagination {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.carousel-box.no-pagination .pagination {
  display: none;
}
.overflow {
  overflow: hidden;
}
.carousel-box .pagination a {
  background: #ececec;
}
.carousel-box .pagination a:hover {
  background: #000;
}
.carousel-box .pagination a.selected {
  background: #ccc;
  background: rgba(0,0,0,.3);
}


.boxedcontainer {
    margin: auto;
    max-width: 1170px;
    padding: 0 30px;
}
.tp-banner-container {
    padding: 0;
    position: relative;
    width: 100%;
}
.tp-banner {
    position: relative;
    width: 100%;
}
.tp-banner-fullscreen-container {
    padding: 0;
    position: relative;
    width: 100%;
}
.bannerbx{
	border: 8px solid #111;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 30px;
	background: #fff;
}
.redstripe {
    background: url("../img/redstripe.png") repeat-x scroll center 40% rgba(0, 0, 0, 0);
}

.captcode {
 background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 22px;
    width: 161px;
}
.refresh-captcha {
    float: right;
    font-size: 24px;
    margin-left: 10px;
    margin-right: 10px;
}
.refresh-captcha {
	cursor: pointer;
}
input.state-error, textarea.state-error{
	border: 1px solid #C3293A;
}
div.state-error {
		color: #C3293A;
    font-weight: normal !important;
    margin-bottom: 20px;
    margin-top: -20px;
    text-align: right;
}
/***PAGE CUSTOMISER ****/

#top-box,
.carousel-box .next:hover,
.carousel-box .prev:hover,
.product .product-hover,
#footer .up:hover,
.btn,
.btn:visited,
.slider .slider-nav,
.panel-group .active.panel .panel-heading > .panel-title > a,
.panel-group .active.panel .panel-heading > .panel-title > a:hover,
.banner-set .pagination a:hover,
.employee .employee-hover,
.carousel-box .pagination a:hover,
.sidebar .menu li.active > a,
.pagination > li > a:hover,
.pagination > li > a:focus,
.sidebar .tags a:hover,
.sidebar .banners .banner-text,
#catalog .category-img .description,
.product-bottom .related-products header:before,
.slider.rs-slider .tparrows:hover,
.toolbar .sort-catalog .dropdown-toggle,
.toolbar .grid-list .grid,
.toolbar .grid-list .list,
.toolbar .up-down,
.toolbar .up-down.active,
.toolbar .grid-list a.grid:hover,
.toolbar .grid-list a.list:hover,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > span:hover,
.sidebar .tags a,
.sidebar .menu li.parent > a .open-sub:before,
.sidebar .menu li.parent > a .open-sub:after,
.panel-group .panel-default .panel-heading > .panel-title > a:before,
.panel-group .panel-default .panel-heading > .panel-title > a:after,
.new-radio.checked span,
.list .product .actions a:hover,
.product-page .col-md-7 .actions a:hover,
.product-page .image-box .thumblist-box .prev:hover,
.product-page .image-box .thumblist-box .next:hover,
.accordion-tab > li > a .open-sub:before,
.accordion-tab > li > a .open-sub:after,
.products-tab .accordion-tab > li > a .open-sub:before,
.products-tab .accordion-tab > li > a .open-sub:after,
.sidebar .calendar-wrap caption,
.btn-group.open .btn.dropdown-toggle {
  background-color: #1c3e94;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #1c3e94;
  background-color: rgba(213,9,21,.8);
}
.header .cart-header .dropdown-toggle,
#footer .newsletter input:focus + .submit,
.icon,
.big-icon,
.big-icon:visited,
.service .icon,
.close:hover,
.close:focus,
.img-thumbnail:hover .bg-images i:before,
.box-404 h1,
.gallery-images:hover .bg-images i:before,
.features-block .header-box .icon-box,
.features-block .header-box,
.sidebar .newsletter input:focus + .submit,
.sidebar .section .selected .close:hover,
.package .title a,
.package .price-box .price,
.package .price-box .icon,
.pricing .title a,
.pricing .options li span,
.pricing .options li.active,
.banner-set .next:hover,
.banner-set .prev:hover,
.btn.btn-border,
.btn.btn-border .caret {
  color: #1c3e94;
}
.phone-header a svg path,
.search-header a svg path,
.product .actions a svg path,
.product-remove:hover path,
.sidebar .wishlist .add-cart:hover path,
.header .cart-header .dropdown-toggle .icon svg path,
.search-active .search-submit svg path,
.new-checkbox svg polygon,
.product-bottom .related-products li .button-box .wishlist:hover svg path,
.jslider .jslider-pointer svg path,
.rating-box .rating svg polygon,
.search-result .search-form .search-submit svg path {
  fill: #1c3e94;
}
@media (max-width: 979px) {
  .header .primary .navbar .nav > .parent.active > a,
  .header .primary .navbar .nav > .parent.active:hover > a,
  .header .primary .navbar .nav .open-sub span,
  .header .primary .navbar .btn-navbar .icon-bar,
  .header.header-two .primary .navbar .btn-navbar.collapsed .icon-bar,
  .accordion-tab > li.active > a,
  .accordion-tab > li.active:hover > a,
  .products-tab .accordion-tab > li.active > a,
  .products-tab .accordion-tab > li.active:hover > a {
    background-color: #1c3e94;
  }
}