/*
  Boost Framework version: 1.6
  created by redlab.bz

*/
@media screen and (max-width: 782px) {
  html {
    margin: 0 auto;
  }
}

/*==========================================================*/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  height: 100%    
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
  height: 100%;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a, a:hover, a:focus, a:active, a.active {
  outline: 0;
}

ul, ol {
  padding: 0;
}

ul>li {
  display: inline;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.title {
  font-weight: 600;
  text-transform: uppercase;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
@media {
  .main-container {
    min-width: 960px;
    max-width: 100%;
  }
}

.main-container {
	margin-left: auto;
	margin-right: auto;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12
 {
  float: left;
  display: inline;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
 }
 .col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.col12 {
  width: 100%;
}
/*==========================================================*/
/*navigation bar*/
.navbar-menu {
  height: 56px;
  background: #000;
}
.navbar-brand {
  width: 160px;
  float: left;
  text-align: -webkit-center;
  text-align: -moz-center;
}
.navbar-navigation {
  float: left;
  height: 56px;
}
.navbar-navigation ul {
  margin: 0 auto;
}
.navbar-navigation ul li {
  float: left;
  position: relative;
}
.navbar-navigation ul li a {
  color: #fff;
  padding: 0 10px;
  text-decoration: none;
  line-height: 56px;
  display: block;
  height: 56px;
}
.navbar-navigation ul li a:hover {
  background: #FF0000;
  color: #eee;
}
.nav-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
}
/*dropdown*/
.navbar-navigation .dropdown {
  position: absolute;
  top: 100%;
  width: 150px;
  background: #000;
  display: none;
}
.navbar-navigation li:hover .dropdown {
  display: block;
}
.navbar-navigation .dropdown li {
  width: 150px;
  height: 45px;
}
.navbar-navigation .dropdown li a {
  line-height: 45px;
  height: 45px;
}
/*end dropdown*/
/*second dropdown*/
.navbar-navigation .dropdown .dropdown-nav {
  position: absolute;
  top: 0;
  left: 150px;
  width: 150px;
  background: #000;
  display: none;
}
.navbar-navigation .dropdown li:hover .dropdown-nav {
  display: block;
}
/*end second dropdown*/
/*end navigation bar*/
/*==========================================================*/
/*buttons*/
.btn:active{
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.4);
  box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.4);
}
.btn-default {
  width: 100px;
  padding: 3px;
  color: #000;
  border: 1px solid transparent;
  border-radius: 3px;
  outline: none;
}
.btn-default:hover {
  background: #C0C0C0;
}
.btn-success {
  width: 100px;
  padding: 3px;
  background: #32CD32;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
  outline: none;
}
.btn-success:hover {
  background: #006400;
}
.btn-info {
  width: 100px;
  padding: 3px;
  background: #87CEFA;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
  outline: none;
}
.btn-info:hover {
  background: #4682B4;
}
.btn-warning {
  width: 100px;
  padding: 3px;
  background: #F4A460;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
  outline: none; 
}
.btn-warning:hover {
  background: #FF8C00;
}
.btn-danger {
  width: 100px;
  padding: 3px;
  background: #CD5C5C;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
  outline: none;  
}
.btn-danger:hover {
  background: #8B0000;
}
/*end buttons*/
/*==========================================================*/
/*zoom effect*/
.zoom {
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.zoom:hover {
      -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
/*end of zoom effect*/
/*==========================================================*/
/*input*/
.input-area {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.input-area:hover {
  border-color: #74b7f0;
}
/*end input*/
/*==========================================================*/
/*form-control*/
.form-group{
  margin-bottom: 15px;
}
.form-group {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.form-group textarea:hover {
  border-color: #74b7f0;
}
textarea:hover {
  border-color: #74b7f0;
}

/*end form-control*/
/*==========================================================*/
/*list-group*/
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:hover{
  background: #eee;
}
.list-group-item:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.list-group-item:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.list-group a {
  text-decoration: none;

}
.active {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.active:hover {
  background-color: #337ab7;
  color: #fff;
}
.disable {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.disable:hover {
  color: #777;
}
/*end list-group*/
/*==========================================================*/
/*panels*/
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel-body {
  padding: 15px;
}
.panel-default {
  border-color: #ddd;
}
.panel-info {
  border-color: #87CEFA;
}
.panel-info>.panel-heading {
  color: #4682B4;
  background-color: #87CEFA;
  border-color: #87CEFA;
}
.panel-success {
  border-color: #32CD32;
}
.panel-success>.panel-heading {
  color: #006400;
  background-color: #32CD32;
  border-color: #32CD32;
}
.panel-warning {
  border-color: #F4A460;
}
.panel-warning>.panel-heading {
  color: #FF8C00;
  background-color: #F4A460;
  border-color: #F4A460;
}
.panel-danger {
  border-color: #CD5C5C;
}
.panel-danger>.panel-heading {
  color: #8B0000;
  background-color: #CD5C5C;
  border-color: #CD5C5C;  
}
/*end panels*/
/*==========================================================*/
/*tabs*/
.tabs-panel > .tab-content, .tabs-panel > input { 
  display: none; 
  padding: 15px; 
  border: 1px 
  solid #aaa; 
  animation: fadein 0.6s;
  -moz-animation: fadein 0.6s; /* Firefox */
  -webkit-animation: fadein 0.6s; /* Safari and Chrome */
  -o-animation: fadein 0.6s; /* Opera */ 
}

.tabs-panel label { padding: 5px; border: 1px solid #aaa; line-height: 28px; cursor: pointer; position: relative; background: #fff; }
.tabs-panel label:hover { background: #eee; }
.tabs-panel input[type="radio"]:checked + label { background: #eee; }

.tabs-panel > input:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabs-panel > input:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabs-panel > input:nth-of-type(3):checked ~ .tab-content:nth-of-type(3), 
.tabs-panel > input:nth-of-type(4):checked ~ .tab-content:nth-of-type(4), 
.tabs-panel > input:nth-of-type(5):checked ~ .tab-content:nth-of-type(5), 
.tabs-panel > input:nth-of-type(6):checked ~ .tab-content:nth-of-type(6), 
.tabs-panel > input:nth-of-type(7):checked ~ .tab-content:nth-of-type(7), 
.tabs-panel > input:nth-of-type(8):checked ~ .tab-content:nth-of-type(8), 
.tabs-panel > input:nth-of-type(9):checked ~ .tab-content:nth-of-type(9), 
.tabs-panel > input:nth-of-type(10):checked ~ .tab-content:nth-of-type(10),
.tabs-panel > input:nth-of-type(11):checked ~ .tab-content:nth-of-type(11),
.tabs-panel > input:nth-of-type(12):checked ~ .tab-content:nth-of-type(12),
.tabs-panel > input:nth-of-type(13):checked ~ .tab-content:nth-of-type(13),
.tabs-panel > input:nth-of-type(14):checked ~ .tab-content:nth-of-type(14), 
.tabs-panel > input:nth-of-type(15):checked ~ .tab-content:nth-of-type(15) {display: block;}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
/*end tabs*/
/*==========================================================*/
/*sticky footer*/
.page-wrap {
  min-height: 100%;
  margin-bottom: -142px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.sticky-footer, .page-wrap:after {
  height: 132px; 
}
.sticky-footer {
  background: orange;
}
/*end sticky footer*/
/*==========================================================*/