/* 
          
   ELEMENTS STYLESHEET FILE v1.0 
          
  1. Buttons
  2. Alerts
  3. Panels
  4. Accordion
  5. Tabs & Pills
  6. Pricing Plans
  7. Fixed Backgrounds
  8. Preloader
          
*/

/*______________________________________
          
 1. BUTTONS
_______________________________________*/


/* CUSTOM BUTTON STYLE */

.button {
  font-weight: 900;
  line-height: 16px;
  margin: 2px;
  padding: .8rem 1.4rem;
  color: #fff;
  border: none;
  background-color: #333;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.button:hover {
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.4);
  -moz-box-shadow: 0 1px 6px rgba(0,0,0,.4);
  box-shadow: 0 1px 6px rgba(0,0,0,.4);
}

.button:hover, .button:focus {
  color: rgba(255,255,255,0.7);
}

.button .badge {
  color: #567f8e;
  background-color: #fff;
}

/* BUTTON SIZES */

.button.x-small {font-size: 12px; padding: .4rem;}
.button.small {font-size: 13px; padding: .6rem;}
.button.big {font-size: 16px; padding: 1rem;}

.button i {font-size: 16px; margin: 0 2px; vertical-align: middle;}
.button.x-small i {font-size: 12px;vertical-align: top;}


/* BUTTON COLOURS */

.button.basic {background: #09f;}
.button.basic:hover {background: #6cf;}
.button.light {color: #333; background: #eee;}
.button.light:hover {color: #aaa; background: #fff;}
.button.light i {color: #93f;}
.button.pale-yellow {color: #444; background: #f2da55;}
.button.pale-yellow:hover {color: #555; background: #f9e784;}
.button.orange {background: #fb9b20;}
.button.orange:hover {background: #fab356;}
.button.teal {background: #3c9;}
.button.teal:hover {background: #57dbaf;}
.button.purple {background: #93f;}
.button.purple:hover {background: #b065fc;}
.button.fuchsia {background: #f36;}
.button.fuchsia:hover {background: #ff668c;}


/* CONTEXTUAL BUTTONS */

.button.btn-primary {background: #495a60;}
.button.btn-primary:hover {background: #6b7c82;}
.button.btn-primary i {color: #fb9b20;}
.button.btn-success {background: #74d030;}
.button.btn-success:hover {background: #90e055;}
.button.btn-info {background: #6cc;}
.button.btn-info:hover {background: #80d9d9;}
.button.btn-warning {background: #ff6d33;}
.button.btn-warning:hover {background: #fd8555;}
.button.btn-danger {background: #ec3939;}
.button.btn-danger:hover {background: #f25b5b;}


/*______________________________________
          
 2. ALERTS
_______________________________________*/

.alert {
  font-size: 14px;
  font-weight: 900;
  line-height: 22px;
  padding: 20px 25px;
  color: rgba(255,255,255,.75);
}

.alert h5 {
  color: inherit;
}

/* CONTEXTUAL ALERTS & PANELS */

.alert-primary, .panel-primary .panel-heading {background: #495a60;}

.alert-dark, .panel-dark .panel-heading {background: #444;}

.alert-success, .panel-success .panel-heading {background: #74d030;}

.alert-info, .panel-info .panel-heading {background: #6cc;}

.alert-warning, .panel-warning .panel-heading {background: #ff6d33;}

.alert-danger, .panel-danger .panel-heading {background: #ec3939;}

.close {
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  float: right;
  margin-right: 10px;
  opacity: .8;
  color: #fff;
  text-shadow: none;
}

/*______________________________________
          
 3. PANELS
_______________________________________*/

.panel-group .panel + .panel {
  margin: 1rem 0;
}

.panel {
  border: none!important;
}

.panel-primary .panel-heading,
.panel-success .panel-heading,
.panel-info .panel-heading,
.panel-warning .panel-heading,
.panel-danger .panel-heading,
.panel-dark .panel-heading {
  color: rgba(255,255,255,.8)!important;
}

.panel-title {
  font-weight: 900;
}

.panel-title a:hover {
  color: inherit;
}

.panel-body {
  font-size: 14px;
  background: #fdfdfd;
}

.panel-dark .panel-heading {
  border-bottom: 3px solid #fb9b20;
}

.panel-primary .panel-heading {
  border-bottom: 3px solid #93f;
}

.panel.panel-simple .panel-body,
.panel.panel-simple {
  background: none;
}

.panel-simple .panel-heading {
  color: #2e383c;
  background: none !important;
}

/*______________________________________
          
 4. ACCORDION
_______________________________________*/

.panel-heading i.glyphicon.glyphicon-plus,
.panel-heading i.glyphicon.glyphicon-minus {
  font-size: 9px;
  top: -1px;
  top: 5px;
  float: right;
  padding: 3px 3px 4px 4px;
  padding: 7px;
  text-align: center;
  color: rgba(255,255,255,.75);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 40px;
}

.panel-heading i {
  color: rgba(255,255,255,.75);
}

.panel-simple .panel-heading i.glyphicon.glyphicon-plus,
.panel-simple .panel-heading i.glyphicon.glyphicon-minus {
  color: #93f;
  border: 1px solid #93f;
}

.panel-simple .panel-heading i {
  color: #aaa;
}
/*______________________________________
          
 5. TABS & PILLS
_______________________________________*/

.nav-tabs,
.nav-pills {
  margin: 1.875rem 0;
}

.nav-tabs {
  border-bottom: 1px solid #eee;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  font-weight: 900;
  padding: 12px 20px;
  color: #2e383c;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 2px 2px 0 0;
}

.nav-pills > li > a {
  padding: 10px 20px;
  border-radius: 15px;
}

.nav-tabs > li > a:hover,
.nav-pills > li > a:hover {
  border: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: rgba(255,255,255,.8);
  border: 0;
  border-bottom: 3px solid #93f;
  background: #495a60;
}

.nav-tabs.light > li.active > a,
.nav-tabs.light > li.active > a:hover,
.nav-tabs.light > li.active > a:focus,
.nav-pills.light > li.active > a,
.nav-pills.light > li.active > a:hover,
.nav-pills.light > li.active > a:focus {
  color: #495a60;
  background: #fafafa;
}

.nav-tabs.blue > li.active > a,
.nav-tabs.blue > li.active > a:hover,
.nav-tabs.blue > li.active > a:focus,
.nav-pills.blue > li.active > a,
.nav-pills.blue > li.active > a:hover,
.nav-pills.blue > li.active > a:focus {
  border-color: #eee;
  background: #6cc;
}

.tab-content {
  margin-bottom: 1.875rem;
  text-align: left;
}

/*______________________________________
          
 6. PRICING PLANS
_______________________________________*/


.pricing-plan {
  margin-bottom: 1.875rem;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}

.pricing-plan header {
  position: relative;
  padding: 10px 0;
  border-radius: 4px 4px 0 0;
  background: #444;
}

.pricing-plan header h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  color: #eee;
}

.pricing-plan header h3 i {
  color: #fb9b20;
}

.pricing-plan h4 {
  font-size: 50px;
  font-weight: 300;
  margin: 40px auto;
  color: #699;
}

.pricing-plan h4 > span {
  font-size: 16px;
  position: relative;
}

.pricing-plan h4 > em {
  font-size: 16px;
  font-style: normal;
  color: #aaa;
}

ul.pricing-features li {
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  padding: 10px 0;
  color: #567f8e;
}

ul.pricing-features li.grey {
  background: #fafafa;
}

ul.pricing-features li.absent-feature {
  text-decoration: line-through;
  color: #ccc;
}

ul.pricing-features li i {
  color: #93f;
}

.popular-badge {
  font-size: 10px;
  line-height: 60px;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 60px;
  height: 60px;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
  border-radius: 60px;
  background-color: #93f;
}

.arrow-up {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #93f;
  border-left: 7px solid transparent;
}

.pricing-bottom {
  padding: 10px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #888;
  border-radius: 0 0 4px 4px;
  background: #444;
}

.pricing-bottom small {
  font-size: 11px;
  color: #aaa;
}

/* PRICING PLANS DARK */

.pricing-plan.dark {
  background: #333;
}

.pricing-plan.dark header,
.pricing-plan.dark .pricing-bottom {
  background: #495a60;
}

.pricing-plan.dark h4 {
  color: #ccc;
}

.pricing-plan.dark h4 > em {
  color: #888;
}

.pricing-plan.dark ul.pricing-features li {
  color: #bbb;
}

.pricing-plan.dark ul.pricing-features li.grey {
  background: #373737;
}

.pricing-plan.dark ul.pricing-features li.absent-feature {
  color: #666;
}

/*______________________________________
          
 7. FIXED BACKGROUNDS
_______________________________________*/

.fixed-bg {
  text-align: center;
  color: #eee;
  -webkit-background-size: cover!important;
  background-size: cover!important;
}

.fixed-bg .overlay {
  padding-top: 120px;
  padding-bottom: 120px;
}

.bg1 {background: url('../images/backgrounds/background-1.jpg') no-repeat center fixed;}
.bg2 {background: url('../images/backgrounds/background-2.jpg') no-repeat center fixed;}

.fixed-bg h1,
.fixed-bg h2,
.fixed-bg h3,
.fixed-bg h4,
.fixed-bg h5,
.fixed-bg h6,
.fixed-bg p {
  color: #fff;
}

/*______________________________________
          
 8. PRELOADER
_______________________________________*/

#loader-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10,10,10,.98);
}

.clock {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin: -20px 0 0 -20px;
  border: 2px solid #ccc;
  border-radius: 20px;
}

.clock .arrow_sec {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -1px;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: rotation 2s linear 0s infinite;
  -moz-animation: rotation 2s linear 0s infinite;
  animation: rotation 2s linear 0s infinite;
  border: 1px solid rgba(0, 0, 0, 0);
  border-top: 15px solid #333;
  background: #666;
}

.clock .arrow_min {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -1px;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: rotation 7s linear 0s infinite;
  -moz-animation: rotation 7s linear 0s infinite;
  animation: rotation 7s linear 0s infinite;
  border: 1px solid rgba(0, 0, 0, 0);
  border-top: 11px solid #888;
  background: #666;
}

@-webkit-keyframes rotation {

  0% {-webkit-transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg);}
}

@keyframes rotation {

  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
