/*-------------------------------------
	LESS files for Wireless Bootstrap theme
	by: Clever UI Co.
	http://www.cleverui.co
	v. 1.1 March 13, 2015
---------------------------------------*/
/* Type
----------------------------*/
@font-face {
  font-family: 'ClearSans';
  src: url('../fonts/ClearSans-Regular-webfont.eot');
  src: url('../fonts/ClearSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ClearSans-Regular-webfont.woff') format('woff'), url('../fonts/ClearSans-Regular-webfont.ttf') format('truetype'), url('../fonts/ClearSans-Regular-webfont.svg#clear_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ClearSans';
  src: url('../fonts/ClearSans-Italic-webfont.eot');
  src: url('../fonts/ClearSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ClearSans-Italic-webfont.woff') format('woff'), url('../fonts/ClearSans-Italic-webfont.ttf') format('truetype'), url('../fonts/ClearSans-Italic-webfont.svg#clear_sansitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'ClearSans';
  src: url('../fonts/ClearSans-BoldItalic-webfont.eot');
  src: url('../fonts/ClearSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ClearSans-BoldItalic-webfont.woff') format('woff'), url('../fonts/ClearSans-BoldItalic-webfont.ttf') format('truetype'), url('../fonts/ClearSans-BoldItalic-webfont.svg#clear_sansbold_italic') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'ClearSans';
  src: url('../fonts/ClearSans-Bold-webfont.eot');
  src: url('../fonts/ClearSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ClearSans-Bold-webfont.woff') format('woff'), url('../fonts/ClearSans-Bold-webfont.ttf') format('truetype'), url('../fonts/ClearSans-Bold-webfont.svg#clear_sansbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/*-------------------------------------
Responsive typography
---------------------------------------*/
@media (max-width: 992px) {
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 23px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 17px;
  }
  h6 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 31px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
}
h2,
.h2,
h3,
.h3 {
  margin-bottom: 22px;
}
/* ! General
----------------------------*/
::selection {
  background: #b0d1dc;
  color: #ffffff;
}
::-moz-selection {
  background: #b0d1dc;
  /* Gecko Browsers */
  color: #ffffff;
}
hr {
  background-color: #edf0f1;
  height: 2px;
  border: 0;
}
.page-header {
  border-bottom-width: 2px;
}
/* nav
----------------------------*/
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: 0 ;
}
.navbar .nav > LI > A {
  border-right: 2px solid #edf0f1;
}
.navbar-inverse .nav > LI > A {
  border-right: 2px solid #9fa5a7;
}
.navbar-inverse .form-control {
  border-color: #525b5e;
}
.navbar-right li:last-child a {
  border: 0;
}
/* dropdowns
----------------------------*/
.dropdown-menu > LI > A {
  padding: 5px 20px;
  border-bottom: 2px solid #f6f7f8;
}
.dropdown-menu .divider {
  height: 2px;
  margin: 0 0 5px 0;
}
/* tabs
----------------------------*/
.nav-tabs {
  background-color: #ccd1d2;
  border-radius: 3px 3px 0 0;
  border: 0 ;
}
.nav-tabs > LI {
  margin-bottom: 0;
  padding: 0 3px;
}
.nav-tabs > LI > A {
  color: #edf0f1;
  border: 0;
}
.nav-tabs > LI > A:hover,
.nav-tabs > LI > A:focus {
  text-decoration: none;
  background-color: #e2e6e7;
  border: 0;
  color: #ffffff;
}
.nav-tabs > LI.active > A,
.nav-tabs > LI.active > A:hover,
.nav-tabs > LI.active > A:focus {
  color: #363e40;
  background-color: #f6f7f8;
  border: 0;
}
/* pagination
----------------------------*/
.pagination > LI > A,
.pagination > LI > SPAN {
  border-radius: 4px !important;
  margin: 0 3px;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 5px !important;
}
/* list groups
----------------------------*/
.list-group-item {
  border-width: 0 0 3px;
}
.list-group-item:last-child {
  border-bottom: 0;
}
A.list-group-item.active .list-group-item-text,
A.list-group-item.active:hover .list-group-item-text,
A.list-group-item.active:focus .list-group-item-text {
  color: #6d7679;
}
A.list-group-item:hover,
A.list-group-item:focus {
  color: #69a8bd;
}
.tab-content > .tab-pane {
  background-color: #f6f7f8;
  padding: 10px 20px;
  border-radius: 0 0 3px 3px;
}
/* Panels
----------------------------*/
.panel {
  border: 0;
  -webkit-box-shadow: none ;
  box-shadow: none;
}
.panel-footer {
  border: 0 ;
}
.panel-title {
  font-weight: bold;
}
/* forms
----------------------------*/
.form-control {
  border-width: 2px;
}
.btn {
  margin-bottom: 0 !important;
}
.input-group-addon {
  color: #fff;
  border-width: 2px;
}
.form-control:focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}
select:-internal-list-box option:checked {
  background-color: #69a8bd;
}
.btn {
  margin-bottom: .5em;
}
/* ! Well
----------------------------*/
.well {
  box-shadow: none;
}
/* Tables
----------------------------*/
.table TD,
.table TH {
  border-right: 1px solid #ffffff;
  border-radius: 2px;
}
.table > THEAD > TR > TH {
  background-color: #edf0f1;
  font-weight: normal;
  font-size: .8em;
  text-transform: uppercase;
  padding-top: 10px;
  color: #525b5e;
}
/* ! Modal
----------------------------*/
.modal-content {
  -webkit-box-shadow: 1px 2px 0px rgba(40, 46, 49, 0.1);
  box-shadow: 1px 2px 0px rgba(40, 46, 49, 0.1);
}
/* ! Popover content
----------------------------*/
.popover {
  -webkit-box-shadow: 1px 2px 0px rgba(40, 46, 49, 0.1);
  box-shadow: 1px 2px 0px rgba(40, 46, 49, 0.1);
}
/* ! Dropdowns
----------------------------*/
.dropdown-menu {
  -webkit-box-shadow: 1px 2px 0px rgba(40, 46, 49, 0.1);
  box-shadow: 1px 2px 0px rgba(40, 46, 49, 0.1);
}
.dropdown-menu > LI:last-child > A {
  border-bottom: 0;
}
/* ! Cehckboxes
----------------------------*/
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input:focus,
label:focus .checkbox:focus,
label:focus:before,
label:focus:after {
  outline: 0;
}
.wire-checkbox {
  padding-left: 20px;
}
.wire-checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.wire-checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -24px;
  border: 2px solid #b5bbbd;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.wire-checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -24px;
  padding-left: 2px;
  padding-top: 1px;
  font-size: 16px;
  color: #69a8bd;
}
.wire-checkbox input[type="checkbox"] {
  opacity: 0;
  border: 0 !important;
}
.wire-checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wire-checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'wire-icons';
  content: "\e14b";
}
.wire-checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.wire-checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #edf0f1;
  cursor: not-allowed;
}
.wire-checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.wire-checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #69a8bd;
  border-color: #69a8bd;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d8716c;
  border-color: #d8716c;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #69a8bd;
  border-color: #69a8bd;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f5c01c;
  border-color: #f5c01c;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #69bd95;
  border-color: #69bd95;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}
/* ! radios
----------------------------*/
.wire-radio {
  padding-left: 20px;
}
.wire-radio label {
  display: inline-block;
  position: relative;
  padding-left: 0px;
}
.wire-radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -24px;
  border: 2px solid #b5bbbd;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.wire-radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 10px;
  height: 10px;
  left: 5px;
  top: 5px;
  margin-left: -24px;
  border-radius: 50%;
  background-color: #69a8bd;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.wire-radio input[type="radio"] {
  opacity: 0;
}
.wire-radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wire-radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.wire-radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.wire-radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.wire-radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #69a8bd;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #69a8bd;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #69a8bd;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #d8716c;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d8716c;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d8716c;
}
.radio-info input[type="radio"] + label::after {
  background-color: #69a8bd;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #69a8bd;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #69a8bd;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #f5c01c;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f5c01c;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f5c01c;
}
.radio-success input[type="radio"] + label::after {
  background-color: #69bd95;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #69bd95;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #69bd95;
}
/* ! Switches
----------------------------*/
/*
 * CSS TOGGLE SWITCHES
 * Unlicense
 *
 * Ionuț Colceriu - ghinda.net
 * https://github.com/ghinda/css-toggle-switch
*/
.switch-toggle a,
.switch-light span span {
  display: none;
}
@media only screen {
  .switch-toggle {
    display: block;
    background-color: #fff;
    height: 30px;
    border: 2px solid #b5bbbd;
    border-radius: 10000px;
    /* Outline the toggles when the inputs are focused */
    position: relative;
    /* For callout panels in foundation*/
    padding: 0 !important;
    /* Generate styles for the multiple states */
  }
  .switch-toggle * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .switch-toggle a {
    display: block;
    border-radius: 10000px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .switch-toggle label,
  .switch-toggle > span {
    line-height: 1.5;
    vertical-align: middle;
  }
  .switch-toggle input {
    position: absolute;
    opacity: 0;
  }
  .switch-toggle input + label {
    position: relative;
    top: static;
    right: static;
    left: static;
    display: inherit;
    width: 50%;
    z-index: 2;
    float: left;
    height: 100%;
    margin: 0;
    color: #525b5e;
    text-align: center;
  }
  .switch-toggle a {
    position: absolute;
    top: 0;
    right: static;
    left: 0;
    display: inherit;
    width: 50%;
    z-index: 1;
    padding: 0;
    height: 100%;
  }
  .switch-toggle input:last-of-type:checked ~ a {
    left: 50%;
  }
  .switch-toggle.switch-3 label,
  .switch-toggle.switch-3 a {
    width: 33.33333%;
  }
  .switch-toggle.switch-3 input:checked:nth-of-type(2) ~ a {
    left: 33.33333%;
  }
  .switch-toggle.switch-3 input:checked:last-of-type ~ a {
    left: 66.66667%;
  }
  .switch-toggle.switch-4 label,
  .switch-toggle.switch-4 a {
    width: 25%;
  }
  .switch-toggle.switch-4 input:checked:nth-of-type(2) ~ a {
    left: 25%;
  }
  .switch-toggle.switch-4 input:checked:nth-of-type(3) ~ a {
    left: 50%;
  }
  .switch-toggle.switch-4 input:checked:last-of-type ~ a {
    left: 75%;
  }
  .switch-toggle.switch-5 label,
  .switch-toggle.switch-5 a {
    width: 20%;
  }
  .switch-toggle.switch-5 input:checked:nth-of-type(2) ~ a {
    left: 20%;
  }
  .switch-toggle.switch-5 input:checked:nth-of-type(3) ~ a {
    left: 40%;
  }
  .switch-toggle.switch-5 input:checked:nth-of-type(4) ~ a {
    left: 60%;
  }
  .switch-toggle.switch-5 input:checked:last-of-type ~ a {
    left: 80%;
  }
}
/* Bugfix for older Webkit, including mobile Webkit. Adapted from
 * http://css-tricks.com/webkit-sibling-bug/
 */
@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width: 1280px) {
  .switch-light,
  .switch-toggle {
    -webkit-animation: webkitSiblingBugfix infinite 1s;
  }
}
@-webkit-keyframes webkitSiblingBugfix {
  from {
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
/* ! Range slider
    ----------------------------*/
input[type=range] {
  -webkit-appearance: none;
  margin: 5px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  background: #e2e6e7;
  border-radius: 3px;
  border: 0 solid transparent;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  border: 2px solid #b5bbbd;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -2.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #f0f2f3;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  background: #e2e6e7;
  border-radius: 3px;
  border: 0 solid transparent;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  border: 2px solid #b5bbbd;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 10px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #d4dadb;
  border: 0 solid transparent;
  border-radius: 6px;
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-fill-upper {
  background: #e2e6e7;
  border: 0 solid transparent;
  border-radius: 6px;
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  border: 2px solid #b5bbbd;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #e2e6e7;
}
input[type=range]:focus::-ms-fill-upper {
  background: #f0f2f3;
}
/* ! Carousel
----------------------------*/
.carousel-control .icon-prev,
.carousel-control .icon-next {
  font-family: wire-icons;
  text-shadow: none;
}
.carousel-control .icon-prev:before,
.carousel-control .icon-next:before {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.carousel-control .icon-prev {
  left: 10px;
}
.carousel-control .icon-prev:before {
  content: '\e148';
}
.carousel-control .icon-next {
  right: 30px;
}
.carousel-control .icon-next:before {
  content: '\e149';
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(109, 118, 121, 0.5) 0%, rgba(109, 118, 121, 0.01) 100%);
  background-image: -o-linear-gradient(left, rgba(109, 118, 121, 0.5) 0%, rgba(109, 118, 121, 0.01) 100%);
  background-image: linear-gradient(to right, rgba(109, 118, 121, 0.5) 0%, rgba(109, 118, 121, 0.01) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#806d7679', endColorstr='#036d7679', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(109, 118, 121, 0.01) 0%, rgba(109, 118, 121, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(109, 118, 121, 0.01) 0%, rgba(109, 118, 121, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(109, 118, 121, 0.01) 0%, rgba(109, 118, 121, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#036d7679', endColorstr='#806d7679', GradientType=1);
}
/* ! Thumbnails
----------------------------*/
.thumbnail {
  border-width: 2px;
}
.thumbnail img {
  border-radius: 2px;
}
.img-thumbnail {
  border-width: 2px;
}
/*-------------------------------------
	Misc
---------------------------------------*/
footer {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f6f7f8;
  text-align: center;
}
.wi.pull-right,
.wi.pull-left {
  margin-bottom: 1em;
}
.nav > li .count {
  position: absolute;
  top: 10%;
  right: 25%;
  font-size: 10px;
  font-weight: normal;
  background: #69bd95;
  color: #ffffff;
  line-height: 1em;
  padding: 2px 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

img {
    max-width: 100%;
    height: auto;
}
