/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  border-color: #dbdbdb;
  background: transparent;
  color: white;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #29758C;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%) !important;
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
background: #f58369;            border-color: #FF795B;}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #E25839;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
  /* background-image: 
  
  -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%); */
  background-image:      
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  /* background-image: 
  
  
  -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8)); */
  /* background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  /* background-repeat: repeat-x; */
  /* border-radius: 4px; */
  /* -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); */
  /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); */
  margin-top: -5px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  /* background-image: 
  
  -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%); */
  background-image:      
  
  
  
  
  -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  /* background-image: 
  -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2)); */
  /* background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
  background: transparent;
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
  background: white;
  color: #47a0bc;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    background: #e6e6e8;
    border-radius: 0;
	color:#232a37;
}
/* sourceMappingURL=bootstrap-theme.css.map */




.top-tools-header .nav {
    margin-bottom: 20px;
    background: #1E1E20;
    border-radius: 0 0 5px 5px;
}
.top-tools-header .nav li{
	float:left;
}
.top-tools-header a{
  color: #ffb037;
  padding-bottom: 8px !important;
  padding-top: 0px !important;
}
.top-tools-header a:hover{
background-color: transparent !important;color: #FFE1B4;}
.navbar-default .navbar-nav > li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-default .navbar-nav > li:last-child a {
    border-right: none;
}
.header-logo {
    margin-top: -40px;
}
.latest-articles-eleos h2 {
    text-align: center;
    margin-bottom: 60px;
    font-weight: 400;
}

.single-news-thumb .btn {
    background: #f58369;
    border-radius: 15px;
    border-color: #FF795B;
}
.single-news-thumb>div {
    background: white;
    padding: 10px 10px;
    border-radius: 5px;
    color: black;
    border: 1px solid #CECECE;
}
.single-news-thumb .post-preview {
    min-height: 6em;
}
.single-news-thumb h3 {
    color: #FCB13A;
    min-height: 3em;
    vertical-align: middle;
    max-height: 3em;
    font-size: 18px;
    font-weight: 400;
}
.single-news-thumb a:hover {
    text-decoration:none;
}
.single-news-thumb {
    -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.single-news-thumb:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}



@media  (min-width: 768px) {
    div.col-sm-7.five-three {
    width: 60% !important;
    }

    div.col-sm-5.five-two {
    width: 40% !important;
    }
}




.latest-articles-eleos {
	background: #e6e6e8;
	color: black;
	margin-top: 30px;
	position: relative;
	z-index: 30;
	padding-bottom: 40px;
}

.latest-articles-eleos:before {
    content: "";
    width: 100%;
    height: 60px;
    background: #e6e6e8;
    position: absolute;
    top: 0;
    display: block;
    margin: 0 auto;
    margin-top: -20px;
    text-align: center;
    z-index: -1;
    border-radius: 5px;
}


.position-hero-slider {
    position: relative;
    width: 100%;
    top: -154px;
    z-index: 10;
}
.main-content.container-fluid {
    position: relative;
    z-index: 25;
}
.page-header .container {
    position: relative;
    z-index: 40;
}
.top-hero-container {
    padding-top: 120px;
    position: relative;
    background-size: cover !important;
    background-position: 50% !important;
    padding-bottom: 80px;
    margin-bottom: -235px;
}



.modal-dialog .btn{color:black;}
ul.el_quicknav li:first-child {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}
ul.el_quicknav li {
    list-style:none;
}

ul.el_quicknav {
    padding: 0;
}
.mid-underline {
    margin-top: -30px;
    padding-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    font-weight: 300 !important;
}

.mid-underline:before {
    content: "";
    position: absolute;
    width: 92px;
    height: 5px;
    background: #fcb13a;
    margin: 0 auto;
    text-align: center;
    left: calc(50% - 46px);
    margin-top: 59px;
}
.bg-dark {
    background: #264a5a;
}
.bg-light {
    background: #e6e6e8;
    color: #3C3C3C;
}
.bg-white {
    background: white;
    color: #3C3C3C;
}



/*<<<<<----Homepage---->>>>>*/

.top-hero-container.main-home {}
.top-hero-container.main-home h2 {
    font-weight: 400;
    margin:0;
}
.top-hero-container.main-home h4{
    font-weight: 300;
}

.top-hero-container.main-home .container {
    margin-top: 50px;
}

.top-hero-container.main-home .btn.btn-default, .top-hero-container.main-home .btn.btn-danger{
	width: 180px;
    height: 50px;
    line-height: 18px;
}

/*== App modes ==*/

.app-modes-cloud-standalone .mid-prod-img {
    position: absolute;
    z-index: 20;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: 200px;
}
.app-modes-cloud-standalone {
    margin-top: -22px;
	font-weight:300;
}
.app-modes-cloud-standalone h3{
	font-weight: 400;
	font-size: 18px;
}
.app-modes-cloud-standalone .btn {
    padding: 9px 16px;
}

.app-modes-cloud-standalone h2.mid-underline {
    position: absolute;
    z-index: 20;
    width: 100%;
    padding: 50px;
    font-weight: 300;
}

.app-modes-cloud-standalone .col-md-6.left-side {
    padding: 80px 20px 80px;
    background: rgb(98,158,190);
    background:-moz-linear-gradient(left, rgba(98,158,190,1) 0%, rgba(100,158,191,1) 8%, rgba(109,167,200,1) 28%, rgba(148,202,229,1) 81%, rgba(154,206,234,1) 90%, rgba(158,211,234,1) 100%, rgba(159,207,237,1) 100%, rgba(158,211,234,1) 100%);
    background:-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(98,158,190,1)), color-stop(8%,rgba(100,158,191,1)), color-stop(28%,rgba(109,167,200,1)), color-stop(81%,rgba(148,202,229,1)), color-stop(90%,rgba(154,206,234,1)), color-stop(100%,rgba(158,211,234,1)), color-stop(100%,rgba(159,207,237,1)), color-stop(100%,rgba(158,211,234,1)));
    background:-webkit-linear-gradient(left, rgba(98,158,190,1) 0%,rgba(100,158,191,1) 8%,rgba(109,167,200,1) 28%,rgba(148,202,229,1) 81%,rgba(154,206,234,1) 90%,rgba(158,211,234,1) 100%,rgba(159,207,237,1) 100%,rgba(158,211,234,1) 100%);
    background:-o-linear-gradient(left, rgba(98,158,190,1) 0%,rgba(100,158,191,1) 8%,rgba(109,167,200,1) 28%,rgba(148,202,229,1) 81%,rgba(154,206,234,1) 90%,rgba(158,211,234,1) 100%,rgba(159,207,237,1) 100%,rgba(158,211,234,1) 100%);
    background:-ms-linear-gradient(left, rgba(98,158,190,1) 0%,rgba(100,158,191,1) 8%,rgba(109,167,200,1) 28%,rgba(148,202,229,1) 81%,rgba(154,206,234,1) 90%,rgba(158,211,234,1) 100%,rgba(159,207,237,1) 100%,rgba(158,211,234,1) 100%);
    background:linear-gradient(to right, rgba(98,158,190,1) 0%,rgba(100,158,191,1) 8%,rgba(109,167,200,1) 28%,rgba(148,202,229,1) 81%,rgba(154,206,234,1) 90%,rgba(158,211,234,1) 100%,rgba(159,207,237,1) 100%,rgba(158,211,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#629ebe', endColorstr='#9ed3ea',GradientType=1 );
}
.app-modes-cloud-standalone .col-md-6.right-side {
    padding: 80px 20px 80px;
    background: rgb(84,112,136);
    background:-moz-linear-gradient(left, rgba(84,112,136,1) 0%, rgba(82,115,132,1) 0%, rgba(85,111,136,1) 0%, rgba(84,113,133,1) 1%, rgba(79,109,127,1) 20%, rgba(67,93,113,1) 52%, rgba(63,89,107,1) 58%, rgba(58,84,102,1) 68%, rgba(60,85,103,1) 69%, rgba(53,78,96,1) 83%, rgba(49,74,92,1) 100%);
    background:-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(84,112,136,1)), color-stop(0%,rgba(82,115,132,1)), color-stop(0%,rgba(85,111,136,1)), color-stop(1%,rgba(84,113,133,1)), color-stop(20%,rgba(79,109,127,1)), color-stop(52%,rgba(67,93,113,1)), color-stop(58%,rgba(63,89,107,1)), color-stop(68%,rgba(58,84,102,1)), color-stop(69%,rgba(60,85,103,1)), color-stop(83%,rgba(53,78,96,1)), color-stop(100%,rgba(49,74,92,1)));
    background:-webkit-linear-gradient(left, rgba(84,112,136,1) 0%,rgba(82,115,132,1) 0%,rgba(85,111,136,1) 0%,rgba(84,113,133,1) 1%,rgba(79,109,127,1) 20%,rgba(67,93,113,1) 52%,rgba(63,89,107,1) 58%,rgba(58,84,102,1) 68%,rgba(60,85,103,1) 69%,rgba(53,78,96,1) 83%,rgba(49,74,92,1) 100%);
    background:-o-linear-gradient(left, rgba(84,112,136,1) 0%,rgba(82,115,132,1) 0%,rgba(85,111,136,1) 0%,rgba(84,113,133,1) 1%,rgba(79,109,127,1) 20%,rgba(67,93,113,1) 52%,rgba(63,89,107,1) 58%,rgba(58,84,102,1) 68%,rgba(60,85,103,1) 69%,rgba(53,78,96,1) 83%,rgba(49,74,92,1) 100%);
    background:-ms-linear-gradient(left, rgba(84,112,136,1) 0%,rgba(82,115,132,1) 0%,rgba(85,111,136,1) 0%,rgba(84,113,133,1) 1%,rgba(79,109,127,1) 20%,rgba(67,93,113,1) 52%,rgba(63,89,107,1) 58%,rgba(58,84,102,1) 68%,rgba(60,85,103,1) 69%,rgba(53,78,96,1) 83%,rgba(49,74,92,1) 100%);
    background:linear-gradient(to right, rgba(84,112,136,1) 0%,rgba(82,115,132,1) 0%,rgba(85,111,136,1) 0%,rgba(84,113,133,1) 1%,rgba(79,109,127,1) 20%,rgba(67,93,113,1) 52%,rgba(63,89,107,1) 58%,rgba(58,84,102,1) 68%,rgba(60,85,103,1) 69%,rgba(53,78,96,1) 83%,rgba(49,74,92,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#547088', endColorstr='#314a5c',GradientType=1 );
}


/*== Why Octopus ==*/

span.text-round-bg {
	font-size: 28px;
    background: #FCB13A;
    color: #212B37;
    padding: 0px 11px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-weight: bold;
}
.home-block-why-octopus {
padding-bottom: 20px;}
.home-block-why-octopus h3 {
    margin-top: 0;
    color: #FCB13A;
    font-weight: 400;
    font-size: 18px;
}
.home-block-why-octopus p{
    font-weight: 300;
}
.home-block-why-octopus .col-md-6 .col-md-9 {
    margin-bottom: 50px;
}
.home-block-why-octopus .border-right {
    /*border-color: #845C1D;*/
}

/*== Need help? ==*/

.home-block-need-help{
    color: #424242;
    margin-top: -22px;
}
.home-block-need-help .btn-default{
    color: #0F9DD6;
    border-color: #0F9DD6;
}
.home-block-need-help .col-md-6.left-side{
	background-color: white;
    padding: 50px;
    height: 560px;
    padding-top: 50px;
    background-position-y: 100%;
    background-position-x: 35%;
}
.home-block-need-help .col-md-6.right-side{
	background: #EAEAEA;
	padding: 50px;
    height: 560px;
    padding-top: 50px;
}
.home-block-need-help h2.mid-underline {
    position: absolute;
    z-index: 20;
    width: 100%;
    padding-top: 50px;
    pointer-events: none;
	font-weight:300;
}

/*== Try now for free ==*/

.common-block-start-now {
    margin-top: -22px;
    padding: 30px 0 50px;
}
.common-block-start-now h3 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}
.common-block-start-now img{
	margin-bottom: -30px;
    padding-top: 30px;
}
.common-block-start-now.ecom h3{
	color: #383838;
}



/*<<<<<---- Product - Retail ---->>>>>*/

/*== Product - Retail ==*/

.top-hero-container.prod-retail {
	padding-top: 150px;
    padding-bottom: 100px;
	background: url(/images/resources/productretailposbg_55ff94be5522e.jpg);
	min-height: 700px;
	background-position: 0 80% !important;
}

.top-hero-container.prod-retail h2 {
    font-weight: 600;
	margin-bottom: 0;
}

.top-hero-container.prod-retail h3 {
    font-weight: 300;
	margin-top: 0;
    margin-bottom: 20PX;
    text-transform: capitalize;
}

.top-hero-container.prod-retail p {
    font-weight: 300;
    font-size: 15px;
}

.top-hero-container.prod-retail img {
    padding-top: 60px;
}

.prod-retail-features {
    padding-top: 10px;
    position: relative;
    z-index: 20;
}
.prod-retail-features:before {
    content: "";
    width: 100%;
    height: 60px;
    background: white;
    position: absolute;
    top: 0;
    display: block;
    margin: 0 auto;
    margin-top: -20px;
    text-align: center;
    z-index: -1;
    border-radius: 5px;
}
.prod-retail-features.prod-ecom:before {
    background: white;
}
.well-container {
    padding: 36px 0 25px;
    background: url(/images/resources/wellbg_55fa5a3663851.jpg) no-repeat;
    background-size: cover;
    background-position: 50%;
}
.prod-retail-features .well {
    text-align: left;
    background: rgba(255, 255, 255, 0.8);
    border-color: #FFFFFF;
	min-height: 200px;
	border-radius: 0;
}
.prod-retail-features .well h3 {
    margin-top: 0;
    color: #FCB13A;
    font-weight: 700;
}

.prod-retail-prod {
	margin-top: -20px;
	padding-top: 40px;
}
.prod-retail-prod .container {
    padding-bottom: 40px;
    border-color: gray;
}
.prod-retail-prod h5 {
    color: #FCB13A;
    font-weight: 400;
    font-size: 18px;
}
.prod-retail-prod h4 {
    font-weight: 300;
    font-size: 14px;
}

.prod-retail-companion h2 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
	color: #274a59;
}
.prod-retail-companion h5 {
    color: #FF795B;
    font-size: 18px;
    font-weight: 600;
}
.prod-retail-companion .col-md-4 {
    /*margin-top: 20px;*/
}
.prod-retail-companion .col-md-4 .btn {
    border-radius: 20px;
}
.prod-retail-companion {
    padding: 50px 0;
}
.prod-retail-companion .col-md-4 .btn:active {
    background: #E06449;
    border-color: #B53D23;
}


/*<<<<<---- Product - Food ---->>>>>*/


.top-hero-container.prod-food {
    background-image: url(/images/resources/productfoodposbg_55ff94c5ce29e.jpg);
    min-height: 800px;
}
.top-hero-container.prod-food p {
    font-weight: 300;
    font-size: 15px;
}
.top-hero-container.prod-food h2 {
	margin-bottom:0;
}
.top-hero-container.prod-food h3 {
	margin-top:0;
}
.prod-food-desc {
    padding-top: 10px;
    position: relative;
    background: white;
    color: #3C3C3C;
    padding-bottom: 50px;
    z-index: 20;
}
.prod-food-desc:before {
    content: "";
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    display: block;
    margin: 0 auto;
    margin-top: -20px;
    text-align: center;
    z-index: -1;
    border-radius: 5px;
}
.prod-food-desc h3{
    color: #ffb037;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}
.prod-food-desc ul{
    margin: 0;
    padding: 0;
}
.prod-food-desc li{
    list-style: none;
    margin-bottom: 10px;
}

.prod-food-features {
    position: relative;
    margin-top: -22px;
}
.prod-food-features .well {
    text-align: left;
    background: white;
    border-color: #bdbdbf;
	min-height: 170px;
}
.prod-food-features .well h3 {
    margin-top: 0;
    color: #FCB13A;
    font-weight: 700;
}

.prod-food-features .well-container {
    background: url(/images/resources/foodwellbg_55fbf540137ac.jpg) no-repeat;
    background-size: cover;
}

.prod-food-features h2 {
    color: white;
}


/*<<<<<---- Product - Ecom ---->>>>>*/

.top-hero-container.prod-ecom {
    background-image: url(/images/resources/ecomherobg_55cc46f361499.jpg);
    min-height: 510px;
}
.top-hero-container.prod-ecom h2 {
	margin-bottom:0;
}
.top-hero-container.prod-ecom h3 {
	margin-top:0;
}
.top-hero-container.prod-ecom .steps-box {
    font-size: 19px;
    font-weight: 300;
}

span.round-border-number {
    border: 1px solid;
    border-radius: 50%;
    padding: 10px 16px;
    margin-right: 10px;
}

.top-hero-container.prod-ecom .col-md-4 {
    font-size: 18px;
}
.prod-retail-features.prod-ecom {}

.prod-retail-features.prod-ecom h3 {
    color: #FF795B;
    font-weight: 600;
}


.leftMenu .title {
    background: none;
    color: #3C3C3C;
    /* border-bottom: 1px solid; */
    font-weight: 600;
	padding-left: 0;
}

.leftMenu .block-content {
    border: 0;
    background: none;
	margin-bottom: 0;
}

.nav.left-menu > li > a {
    background: transparent;
    color: #3C3C3C;
    font-size: 15px;
    font-weight: 600;
}
.nav.left-menu > li > a:before {
  content : "";
  position: absolute;
  left    : 0;
  bottom  : 0;
  height  : 1px;
  width   : 50%;
  border-bottom: 1px solid #bebcbc;
}

.leftMenu .block-content .panel {
    background: none;
    border: none;
    box-shadow: none;
	margin-bottom: 0;
}

.nav.left-menu > li > a:hover {
    background: transparent;
	color: #ffb03a;
}
.nav.left-menu > li:last-child a {
    border: none;
}



.basket .title, .widget .title {
    font-size: 16px;
    font-weight: 400;
    color: #3C3C3C;
    padding: 9px 10px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    text-shadow: none;
    background: none;
    border-bottom: solid 1px #3C3C3C;
}
.widget-body{border: none !important;}
.top-tools-header .dropdown-menu {margin-top: 0 !important;}

.cart-breadcrumb .steps.active .circle {
    background-color: #ffb037;
}
.cart-breadcrumb .steps.active .text {
    color: #ffb037;
    text-shadow: 0 1px 0px #FFFFFF, 1px 1px 0px #FFFFFF;
    font-weight: bold;
}
.font-pink {
    color: #FFB037;
}
.cart-breadcrumb .steps .text {
    text-shadow: 0 1px 0px #FFFFFF, 1px 1px 0px #FFFFFF;
}
.font-lgray {
    color: #888888;
}

.btn-secondary{color: #333 !important;}
.font-red {color: #337ab7;}
.txt-dark{color: #333;}

.home-block-why-octopus .col-md-9 { min-height: 17em;}
.banner h2.mid-underline {margin-top: 20px;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {line-height: 1.5;}


/*<<<<<---- Customers ---->>>>>*/

.customers-list .col-sm-4 {
    position: relative;
    margin-bottom: 30px;
	min-height: 215px;
}
.customers-list .info-bar{
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    background: #565656;
    color: white;
    text-transform: uppercase;
    margin-top: -5px;
}
.customers-list .info-bar h4{
    border-bottom: solid 1px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: 600;
    margin-top: 5px;
}
.customers-list .info-bar p{
    font-size: 12px;
    font-weight: 600;
    margin: 5px 0;
}
.customers-list .info-bar a{
	color:#CACACA;
}

.position-hero-slider .banner ul>li {
    padding-top: 150px;
}

.position-hero-slider .banner {
    margin-bottom: -180px;
	margin-top: 20px;
}





.top-hero-container.contact-us {
    position: absolute;
    width: 100%;
    z-index: 10;
    min-height: 740px;
}
.top-hero-container.select-product-type {
	min-height: 740px;
}
form#frm-contact-us {
    position: relative;
    z-index: 15;
}


.contact-us-left-part {
    border: solid 1px;
    border-radius: 10px 0 0 10px;
    padding: 30px;
    margin-top: 50px;
    margin-right: -1px;
}

.contact-us-right-part {
    border: solid 1px white;
    border-radius: 10px;
    padding: 30px 0;
    background: white;
    color: black;
    margin-bottom: 100px;
}
.location-map {
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px;
}


#leftMenu .dropdown-menu > li > a{padding: 3px 0;padding-left: 10px;background: none;}

.formError .formErrorContent {
    background: #1E1E20;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    border: none;
    min-width: 130px;
    line-height: 2em;
}

.formError .formErrorArrow>div {
    background: #1E1E20 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
}
.formError .formErrorArrow div {
    border-left: 2px solid #1E1E20;
    border-right: 2px solid #1E1E20;
}

.formError .formErrorArrow .line3 {
    display: none;
}

.formError .formErrorArrow .line2 {
    display: none;
}

.formError .formErrorArrow .line1 {
    display: none;
}

















form#frm-subscription {
    position: absolute;
    top: 0;
    margin-top: 0px;
    z-index: 30;
}

.top-hero-container.prod-s-1 {
    min-height: 590px;
    position: relative;
    z-index: 15;
}


@-moz-document url-prefix() { 
.main-content.container-fluid {
	width: 100%;
}
}





.nav-tabs-center .nav-tabs > li.active > a,
.nav-tabs-center .nav-tabs > li.active > a:hover,
.nav-tabs-center .nav-tabs > li.active > a:focus{
	border:none;
	border-right:3px solid #ccc;
}
.nav-tabs-center .nav-tabs {
  border-bottom: 1px solid #ddd;
  text-align: center;
  border-bottom: 0;
}
.nav-tabs-center .nav-tabs > li {
    margin-bottom: -1px;
    float: none;
    display: inline-block;
    zoom: 1;
	padding-top: 20px;
    padding-bottom: 20px;
}
.nav-tabs-center .nav-tabs > li a {
    border: 0;
    padding: 0;
    border-right: 3px solid #cccccc;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.nav-tabs-center .nav-tabs > li:last-child a {
    border-right: none;
}
.nav-tabs-center .nav-tabs > li.active:last-child > a:focus, .nav-tabs-center .nav-tabs > li:last-child > a:hover{
	border:none;
}
.nav-tabs-center .nav-tabs > li a:hover{
	border: 0;
	border-right: 3px solid #ccc;
}
.bonus-widget .nav-tabs-center {
    position: absolute;
    width: 100%;
    bottom: -60px;
    z-index: 30;
}

.bonus-widget .prod-list-tabs {
    background: white;
    border-radius: 10px 10px 0 0;
}
.bonus-widget {
    height: 0;
}
.nav-tabs-center .tab-content {
    margin-top: 50px;
}
.banner.prod-page-top-banner ol.dots {
    bottom: 130px;
}


.btn-pink {
    border-color: #ff4453;
	background:#ff4453;
	color:white;
}
.text-dark{color: #333 !important;}



.prod-page-top-banner p.caption-container {
    position: absolute;
    top: 0;
    background: transparent !important;
}



.select-prod-type{min-height: 560px;}


.select-prod-plan .price-box{
	border: solid 1px white;
	border-radius: 10px;
	padding: 20px;
	min-height: 380px;
	font-size: 17px;
}
.select-prod-plan .price-box h1 {
    margin: 0;
    font-weight: 600;
}
.select-prod-plan h2 {
    font-weight: 600;
}
.select-prod-plan .price-box h3 {
    margin: 0;
}

.select-prod-plan .price-box input[name=subType] {
    margin: 0;
    width: 30px;
    height: 30px;
    margin-top: 10px;
}

.select-prod-plan label, .select-prod-plan input[type="radio"], .select-prod-plan input[type="checkbox"] {
   line-height: 2.1ex;
}

.select-prod-plan input[type="radio"],
.select-prod-plan input[type="checkbox"] {
    position: absolute;
    left: -999em;
}

.select-prod-plan input[type="radio"] + label,
.select-prod-plan input[type="checkbox"] + label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.select-prod-plan input[type="radio"] + label::before,
.select-prod-plan input[type="checkbox"] + label::before {
   content: "";
   display: inline-block;
   vertical-align: -25%;
   height: 2ex;
   width: 2ex;
   background-color: white;
   border: 1px solid rgb(166, 166, 166);
   border-radius: 4px;
   box-shadow: inset 0 2px 5px rgba(0,0,0,0.25);
   margin-right: 0.5em;
}

.select-prod-plan input[type="radio"].big-radio + label::before,
.select-prod-plan input[type="checkbox"].big-radio + label::before {
   content: "";
   display: inline-block;
   vertical-align: -25%;
   height: 4ex;
   width: 4ex;
   background-color: white;
   border: 1px solid rgb(166, 166, 166);
   border-radius: 50px;
   box-shadow: inset 0 2px 5px rgba(0,0,0,0.25);
   margin-right: 0.5em;
}

.select-prod-plan input[type="radio"]:checked + label::before {
   background: radial-gradient(circle at center, #b9bbb8 .6ex, white .7ex);
}

.select-prod-plan input[type="radio"].big-radio:checked + label::before {
   background: radial-gradient(circle at center, #3aa686 1.2ex, white 1.5ex);
}

.select-prod-plan input[type="radio"] + label::before {
   border-radius: 50%;
}

.select-prod-plan input[type="checkbox"]:checked + label::after {
   content: '';
   position: absolute;
   width: 1.2ex;
   height: 0.4ex;
   background: rgba(0, 0, 0, 0);
   top: 0.9ex;
   left: 0.4ex;
   border: 3px solid #1062a4;
   border-top: none;
   border-right: none;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
}



input#nextBtn, input#octopus-addToCart {
    background: transparent;
    border: none;
    font-size: 20px;
    font-weight: 100;
    background: url(../../../images/sites/eleos/next-ico.png);
    background-repeat: no-repeat;
    background-position-x: right;
    padding-right: 60px;
    height: 38px;
	background-position:100% 0;
}
form#frm-subscriptionPlan {
    height: 622px;
}

.top-hero-container.prod-steps {
    position: absolute;
    width: 100%;
    z-index: 10;
    min-height: 800px;
    background: #49a0bc;
}


.select-prod-license {
    min-height: 622px;
}
.select-prod-license h2 {
    margin-bottom: 30px;
	font-weight: 600;
}
.select-prod-license input[name=Text] {
background: transparent;border: none;border-bottom: solid 1px;text-align: center;font-size: 50px;width: 130px;outline: none;}

.select-prod-license p {
    margin-top: 100px;
}
.text-blue{color:#47a0bc;}
.text-bold{font-weight:bold;}
.btn-blue {
    color: #0F9DD6;
    border-color: #0F9DD6;
}
.bg-blue {
    background: #0F9DD6;
    color: white;
}
.bg-light .form-control {
    color: #616161;
    background: rgba(255, 255, 255, 0.56);
}
.bg-prime-dk {
	background: #CECECE;
    padding: 10px;
    border: 1px solid #bdbdbf;
}
.img-rounded-2 {
  border-radius: 25px;
}



ul.el_quicknav li a {
    color: #bebcbf;
}
ul.el_quicknav li a:hover{
    color:white;
    text-decoration:underline;
}

.home-block-need-help .col-md-6.left-side .list-group .list-group-item {
    color:#47a0bc;
}
.home-block-need-help .col-md-6.left-side .list-group .list-group-item.active {
    color:white;
}
.home-block-need-help .col-md-6.left-side .list-group .list-group-item:nth-child(odd) {
    background:#e6e6e8;
}
div#bs-example-navbar-collapse-1 {
    float: right !important;
}
.home-testimonials-slider li.dot {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: white !important;
    background: transparent !important;
}
.home-testimonials-slider li.dot.active {
    background:white !important;
}



.contact-us-left-part.login-page input {
    background: white;
    color: black;
    font-weight: bold;
    font-size: 18px;
}
.contact-us-left-part.login-page input.btn{
  background: rgba(255, 255, 255, 0.5);
}
.contact-us-left-part.login-page a {
    color: white;
}

.contact-us-right-part.login-page {
    padding-top: 0;
}
.top-hero-container.contact-us.login-register {
    min-height: 830px;
}





.billing-page-left-part {
    background: #264a58;
    border-radius: 10px 0 0 10px;
    color: white;
    -webkit-box-shadow: inset -20px 0 30px -20px #000000;
    box-shadow:inset -20px 0 30px -20px #000000;
    min-height: 300px;
}
.billing-page-left-part .form-control{
    background:white
}

.billing-page-right-part {
    background: #47a1bc;
    color: white;
    min-height: 300px;
	padding-bottom: 20px;
    padding-top: 20px;
}

.billing-page-right-part .form-control{
    background:white
}
.billing-page-right-part h5 {
    font-weight: bold;
}



.user-area-block {
    	-webkit-box-shadow: 2px 2px 1px 0px #B3B3B3;
    box-shadow: 2px 2px 1px 0px #B3B3B3;
}
ul.acc-mgmt-menu {
    padding: 0;
}

ul.acc-mgmt-menu li {
    list-style: none;
    padding: 5px 0;
    line-height: 2em;
}

ul.acc-mgmt-menu h4 {
    color: #bdbdbf;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
}

ul.acc-mgmt-menu li a {
    color: black;
}

ul.acc-mgmt-menu li .fa, ul.acc-mgmt-menu li .glyphicon {
    color: #ffb03a;
    font-size: 20px;
    padding-right: 5px;
}
ul.acc-mgmt-menu li.active {
    border-left: solid 10px #FFB03A;
    margin-left: -15px;
    padding-left: 5px;
    font-weight: bold;
}



div#list-bugsFeatures table {
    border: gray;
}

div#list-bugsFeatures table.items th {
    border: none;
    background: #FFFFFF;
    color: #212B37;
    border-top: solid 1px;
}
div#list-bugsFeatures table.items tr.odd {
    background: #F9F9F9;
    color: gray;
    border-bottom: solid #E6E6E8 1px;
}
div#list-bugsFeatures table.items tr.even{
  background: white;
}

div#list-bugsFeatures table.items tr:hover {
    background: #8F8F8F;
    color: white;
}
div#list-bugsFeatures table.items tr{
  text-align:center;
}




/* Update 9-4-15 */

.temp-info p {
    margin: 0;
    font-size: 20px;
}

.temp-info .btn {
	display:none;
}

.temp-info {
    padding-top: 15px;
    background: #e6e6e8;
    font-size: 17px;
    border: solid 1px gray;
}

.temp-container {
    margin-bottom: 3em;
}

h4.line-through {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #bebcbf;
    display: inline-block;
    text-shadow: 3px 0 0 #FFFFFF;
    display: table;
    white-space: nowrap;
}


h4.line-through:after {
    border-top: 1px solid #bebcbf;
    content: '';
    display: table-cell;
    position: relative;
    top: 14px;
    width: 100%;
}

/* Update 9-9-15 */

.left-menu .dropdown-menu{
    padding-left: 6px;
}
span.basket:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f07a";
}

.font-type-1{font-size:30px !important;font-weight:400 !important;}
.font-type-2{font-size:16px !important;font-weight:300 !important;}
.font-type-3{font-size:30px !important;font-weight:300 !important;}
.font-type-4{font-size:18px !important;font-weight:400 !important;}
.font-type-5{font-size:24px !important;font-weight:300 !important;}



@media (min-width: 1200px){
	.prod-food-desc:before, .prod-retail-features:before {
		width:1170px;
		margin-top: -30px;
		position: inherit;
		margin-left: auto;
	}
	.latest-articles-eleos:before {
		width:1170px;
		margin-left: calc(50% - 1170px/2);
	}
}

.top-hero-container.main-home .col-md-6.text-right {margin-top:5em}



#prodListView .items .row {
    margin-left: 0;
    margin-right: 0;
}

.nav.left-menu > li > a {
    text-align: left;
    padding: 10px 15px 10px 0;
}



/* Navbar mobile animation */


.navbar-toggle .icon-bar {
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;

}

button.navbar-toggle {
    padding: 12px 10px;
}
button.navbar-toggle.collapsed {
    padding: 9px 10px;
}


.navbar-toggle.collapsed .icon-bar:nth-child(2) {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: 0;
    position: initial;
}

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
    opacity: 1;
}

.navbar-toggle.collapsed .icon-bar:nth-child(4) {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: initial;
    margin-top: 4px;
    margin-bottom: 0;
}

.navbar-toggle .icon-bar:nth-child(2) {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 2px;
    position: absolute;
}

.navbar-toggle .icon-bar:nth-child(3) {
    opacity: 0;
}

.navbar-toggle .icon-bar:nth-child(4) {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    margin-top: -4px;
    margin-bottom: 5px;
}




/* Update 9-28-15 */

.cart-img-thumb{
	display: block;
	max-height: 55px;
	vertical-align: middle;
	margin: 0;
}
.blue-stripe {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}
.btn-billing-continue {
    padding-top: 12px;
    padding-bottom: 12px;
    background: #3ba686;
    border-color: #3ba686;
}

.customer-page-testimonials h3 {
    font-size: 22px;
}

.user-area-block.total-assets-block{
	width: calc(50% - 10px);
}






@media (min-width: 992px)
 {
     .top-hero-container.main-home .col-md-6.text-right {margin-top:0}
}

@media (min-width: 768px) and (max-width: 991px) {
	div[name=position-topmenu] {
	    width: 70%;
		float: right;
	}

	div[name=position-topmenu] ul.navbar-nav > li{
	  text-align: center;
	}
	.position-hero-slider {
		top: -202px;
	}
	.top-hero-container {
		margin-bottom: -255px;
	}
	.top-hero-container.contact-us {
		min-height: 1294px !important;
	}
	.top-hero-container.contact-us.login-register {
		min-height: 1837px !important;
	}
	.top-hero-container.select-product-type {
		min-height: 770px;
	}
	.bonus-widget .prod-list-tabs img {
		max-width: 135px;
	}
	.position-hero-slider .banner {
		margin-bottom: -230px;
		margin-top: 20px;
	}
	.oc-cart-billinginfo .no-left-padding, .oc-cart-billinginfo .no-right-padding {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-bottom: 15px;
	}
	.temp-info {
		min-height: 380px;
	}
	form#frm-contact-us input {
		margin-left: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bonus-widget .prod-list-tabs img {
		max-width: 190px;
	}
}

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

	.top-tools-header .topTools-wrap{
		top: 0;
		/* visibility: collapse; */
		display: none;
		opacity:0;
	}
	
	.top-tools-header .topTools-wrap.oc-menu-open{
		visibility:visible;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		display:block;
		opacity:1;
	}
	
	.topTools-wrap.oc-menu-open {
		position: fixed;
		top: 47px;
		width: 100%;
		right: 0;
	}

	.topTools-wrap.oc-menu-open .nav {
		width: 100%;
		margin: 0;
		border-radius: 0;
	}

	.topTools-wrap.oc-menu-open .nav li {
		display: block;
		float: none;
		/*text-align: center;*/
		padding: 5px;
		border-bottom: solid 1px #EAEAEA;
		background: white;
	}
	.topTools-wrap.oc-menu-open .nav li a{
		color: black;
	}

	.topTools-wrap.oc-menu-open .nav li.basket-img, .topTools-wrap.oc-menu-open .nav li.divider {
		display: none;
	}

	div#bs-example-navbar-collapse-1 {
		position: absolute;
		width: 100%;
		background: white;
		color: black;
	}

	div#nav-wrap.navbar-default {
		background: black;
		margin-left: -15px;
		margin-right: -15px;
	    position: fixed;
		width: 100%;
		top: 0;
	}

	div#bs-example-navbar-collapse-1 a {
		color: black;
		border:none;
	}

	header.page-header {
		margin-top: 60px;
	}
	.navbar-brand{
		display: block !important;
		color: white !important;
	}
	.navbar-default .navbar-nav > li {
		border-bottom: 1px solid gray;
	}

	select.oc-lang-change.on-mobile {
    	width: auto;
   		display: inline;
    	margin-top: 8px;
    	float: right;
    	margin-right: 15px;
	}
	
	/*Responsive - Home*/
	
	.top-hero-container.main-home .btn.btn-default, .top-hero-container.main-home .btn.btn-danger{
	width: initial;
	padding: 9px;
    line-height: 31px;
	}
	
	.app-modes-cloud-standalone .btn{padding: 9px 9px;}
	
	.app-modes-cloud-standalone h2.mid-underline{padding: 50px 0; font-size: 21px !important;}
	
	.app-modes-cloud-standalone .col-md-6.right-side {
		padding-top: 10px;
	}

	.home-block-need-help .col-md-6.left-side {
		padding: 10px 10px 50px;
		height: 450px;
	}

	.home-block-need-help .col-md-6.right-side {
		padding-top: 1px !important;
		height: 400px;
	}
	
	.font-type-1{font-size:24px !important;font-weight:400 !important;}
	.font-type-2{font-size:16px !important;font-weight:300 !important;}
	.font-type-3{font-size:24px !important;font-weight:300 !important;}
	.font-type-4{font-size:16px !important;font-weight:400 !important;}
	.font-type-5{font-size:18px !important;font-weight:300 !important;}
	
	.oc-cart-billinginfo .no-left-padding, .oc-cart-billinginfo .no-right-padding {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-bottom: 15px;
	}
	.user-area-block.total-assets-block{
		width: 100%;
	}
	.top-hero-container.contact-us {
		min-height: 1290px;
	}
	.top-hero-container.select-product-type {
		min-height: 740px;
	}
	.top-hero-container.contact-us.select-product-type.contact-page {
		min-height: 1240px;
	}
	.bonus-widget .prod-list-tabs img {
		max-width: 140px;
	}
}



@media (max-width: 767px) {
	.sitelogo img {max-width: 158px !important;}
    ul.acc-mgmt-menu li a span{display:block;}
    ul.acc-mgmt-menu li a .fa, ul.acc-mgmt-menu li a .glyphicon{font-size: 3em;text-align: center;}
    ul.acc-mgmt-menu li {text-align: center;}
	.top-hero-container.contact-us.login-register {
		min-height: 1765px !important;
	}
}


@media (max-device-width: 480px){
	
	.select-prod-plan h2 {
		margin-bottom: 20px;
	}
	.select-prod-plan .price-box h1 {
		font-size: 15px;
	}
	.select-prod-plan .price-box h3 {
		margin: 0;
		font-size: 16px;
	}
	.select-prod-plan .price-box {
		font-size: 14px;
	}
	.select-prod-plan .border-top.margin-top.padding-top-10.margin-bottom.padding-bottom-10.border-bottom {
		font-size: 12px;
	}
	ul.acc-mgmt-menu li a span{display: block;font-size: 11px;line-height: 12px;}
    ul.acc-mgmt-menu li a .fa, ul.acc-mgmt-menu li a .glyphicon{font-size: 28px;line-height: 28px;text-align: center;}
	ul.acc-mgmt-menu h4 {font-size: 11px;}
	.bonus-widget .prod-list-tabs img {
		max-width: 70px;
	}
	.prod-retail-ipad .btn {
		width: 100%;
	}
	select.oc-lang-change.on-mobile{
		max-width: 100px;
	}
	
}




@-moz-document url-prefix() {
    .main-content.container-fluid {
		position:relative;
	}
	.top-hero-container.main-home {
		min-height: 760px;
	}
}



.custom-page-title {    font-size: 16px;}
li.lang-switch select {
    background: transparent;
    border: none;
    padding: 0;
    height: auto;
    font-weight: bold;
}




@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media
{

/*body {background:green !important;}*/
select.oc-lang-change.on-mobile {
	background-image: url(../../../images/sites/eleos/mobile-select-bg.png)!important;
	color: #949595 !important;
}

}}









/* update 12-10-2015*/

.table-top {
    background: #e6e6e8;
    padding: 10px 0;
    border-radius: 5px 5px 0 0;
    border: solid 1px #d1d1d1;
    color: #284958;
    border-bottom: none;
}

.table-bottom {
    border: solid 1px #d1d1d1;
    border-top: none;
    padding-top: 10px;
    color: #7f827b;
    border-radius: 0 0 5px 5px;
}

.table-top h4 {
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 0;
}

.table-top span.dollar-sign {
    font-size: 18px;
    font-weight: bold;
}

.table-top span.price-amount {
    font-weight: bold;
    font-size: 50px;
}

.table-top button.btn.btn-primary {
    color: white;
    border: none;
	width: 80%;
}
.select-domain-template h2{
	margin: 0;
    margin-bottom: 10px;
}
.select-domain-template {
    padding-bottom: 50px;
}


.oc-advertisment-modal .close {
    color: black;
    opacity: 1;
    font-size: 35px;
    width: 35px;
    height: 35px;
    border: solid 2px;
    border-radius: 50%;
    line-height: 30px;
}

/*///////////////////////  Customers Header slider styles ///////////////////////*/

header.page-header {
  max-height: 644px;
}

header.page-header .banner.customer-page-testimonials.unslider-horizontal {
  height: 782px !important;
}

.unslider .unslider-nav {
  margin-top: -38px;
}

.unslider .unslider-nav ol {
  padding-left: 0px;
}