@font-face {
    font-family: 'CorbelRegular';
    src: url('../../font/corbel/corbel-webfont.eot');
    src: url('../../font/corbel/corbel-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../font/corbel/corbel-webfont.woff') format('woff'),
         url('../../font/corbel/corbel-webfont.ttf') format('truetype'),
         url('../../font/corbel/corbel-webfont.svg#CorbelRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: 'CorbelRegular', 'Open Sans', sans-serif;
  background-color: #f7f7f7;
  position: relative;
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  padding: 0px;
  color: #19304e;
  /*-webkit-font-smoothing: antialiased;*/
}

a { cursor: pointer; }

img { max-width: 100%; }

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: #19304e;
}

h1 { font-size: 170%; line-height: 170%; margin-bottom: 20px; }
h1 span, h2 span { color: #ff6400; font-size: 130%; }
h1 i, h2 i { clear: left; font-size: 80%; font-weight: normal; font-style: normal; color: #999; }
h2 { font-size: 130%; line-height: 170%; font-weight: normal; }

h1 small, h2 small, h3 small, h4 small, h5 small {
  margin-left: 15px;
  font-style: italic;
}

body.menu {
  overflow-x: hidden;
}
body.menu .content {
  margin-left: 165px;
  position: fixed;
  width: 850px;
}
body.menu #sidebar-nav {
  position: absolute;
  left: 0;
  /*height: 100%;*/
  border-right: 0px;
  box-shadow: none;
}

input.search {
  background: url("../../img/lens.png") #fcfcfc no-repeat 95%;
  box-shadow: none;
  height: 25px;
  width: 220px;
  font-size: 13px;
  padding: 2px 6px;
  border: 1px solid #d0dde9;
  margin: 0;
  border-radius: 2px;
  top: 11px;
}

#loading_indicator { display: none; position: fixed; left: 50%; top: 25%; width: 64px; height: 64px; margin: 0 0 0 -32px; z-index: 9000; }

.header {
  margin-bottom: 60px;
}
.header h1, .header h2, .header h3, .header h4, .header h5 {
  float: left;
  margin-top: 5px;
}

.align-center { text-align: center; }

/* Custom navbar stuff */
/* search input */

.navbar-toggle { background: #ff7b26; border: 0; box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.navbar-toggle:hover { background: #ff7b26 !important; }

.nav ul { position: absolute; display: none; }
.nav ul, .nav ul li { list-style: none; margin: 0; padding: 0; }
.nav li:hover ul { display: block; padding-top: 2px; }
.nav li ul li a { display: block; width: 200px; padding: 10px; background: #555; color: #fff; }
.nav li ul li a:hover { text-decoration: none; background: #888; }
.nav li ul li.active a { font-weight: bold; }

.navbar-collapse { padding-left: 0; }
.navbar-inverse {
	border: 0;
	background: #666 url(../../img/bg-header.png) repeat-x;

}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	padding-left: 20px; padding-right: 20px;
	border-left-color: #ff9049;
}
.navbar-inverse .navbar-nav > li:first-child > a {
	border-left: none;
}
.navbar-inverse .navbar-nav > li:last-child > a {
	border-right: none;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background: #ff7b26;
}
.navbar-inverse input.search {
  height: 27px;
  width: 220px;
  padding: 3px 6px;
  background: url("../../img/lens.png") #ff9d5e no-repeat 95%;
  border-left: 1px solid #c27748;
  border-top: 1px solid #c27748;
  border-right: 1px solid #ffb17f;
  border-bottom: 1px solid #ffb17f;
  position: relative;
  border-radius: 4px;
  top: 9px;
  color: #000;
  font-size: 13px;
  margin-right: 40px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}
.navbar-inverse input.search:focus {
  background-color: #fff;
  border: 0;
}
.navbar-inverse .settings i {
  color: #9ba3ad;
  font-size: 21px;
}
.navbar-inverse .notification-dropdown {
  position: relative;
}
.navbar-inverse .notification-dropdown > a:hover,
.navbar-inverse .notification-dropdown > a.active {
  /*background: #254261 !important;
  box-shadow: inset 1px 0px 1px 0px #3e5a79;*/
}
.navbar-inverse .notification-dropdown i {
  font-size: 17px;
  /*color: #9ba3ad;*/
}
.navbar-inverse .notification-dropdown .count {
  position: absolute;
  top: 1px;
  left: 58%;
  background: #35bac4;
  padding: 0px 5px;
  border-radius: 30px;
  color: #fff;
  line-height: 16px;
  z-index: 9999;
  text-align: center;
  font-size: 11px;
}
.navbar-inverse .pop-dialog {
  position: absolute;
  right: -10px;
  top: 55px;
  display: none;
  /* navbar popup dialog for notifications */
  /* navbar popup dialog for messages */
}
.navbar-inverse .pop-dialog.is-visible {
  display: block;
  -webkit-animation: reveal .2s ease-out;
  -moz-animation: reveal .2s ease-out;
  animation: reveal .2s ease-out;
}
.navbar-inverse .pop-dialog .body {
  box-shadow: 0px 1px 9px 1px #c2c2c2;
}
.navbar-inverse .pop-dialog .close-icon {
  float: right;
  text-decoration: none;
  z-index: 9999;
  position: relative;
}
.navbar-inverse .pop-dialog .footer {
  border-top: 1px solid #e6e8e9;
  background-color: #eff4f7;
  margin: 15px 0px -10px 0px;
  border-radius: 0px 0px 5px 5px;
  padding: 12px 20px;
  text-align: center;
}
.navbar-inverse .pop-dialog .footer a {
  font-weight: 600;
  /*color: #7d91a8;*/
}
.navbar-inverse .pop-dialog .notifications {
  width: 330px;
  margin: 10px -10px 0px -10px;
}
.navbar-inverse .pop-dialog .notifications h3 {
  font-size: 13px;
  color: #404951;
  font-weight: bold;
  padding-left: 20px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.navbar-inverse .pop-dialog .notifications .item {
  display: block;
  padding: 10px 0px 8px 20px;
  border-top: 1px solid #e7e8ea;
  color: #363636;
  text-decoration: none;
  padding-left: 50px;
  position: relative;
  transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
}
.navbar-inverse .pop-dialog .notifications .item:hover {
  background: #f0f6ff;
}
.navbar-inverse .pop-dialog .notifications .item > i {
  color: #fc827b;
  position: absolute;
  left: 19px;
  font-size: 18px;
}
.navbar-inverse .pop-dialog .notifications .item > i.icon-user {
  left: 18px;
}
.navbar-inverse .pop-dialog .notifications .item .time {
  float: right;
  color: #82a3c1;
  font-style: italic;
  font-weight: 600;
  font-size: 11px;
  min-width: 60px;
  margin-right: 5px;
}
.navbar-inverse .pop-dialog .notifications .item .time i {
  font-size: 13px;
  color: #cfcfcf;
  margin-right: 1px;
}
.navbar-inverse .pop-dialog .messages {
  width: 325px;
  margin: 10px -10px 0px -10px;
}
.navbar-inverse .pop-dialog .messages .item {
  display: block;
  padding: 10px 20px 15px 20px;
  height: 80px;
  border-bottom: 1px solid #e7e8ea;
  color: #363636;
  text-decoration: none;
  position: relative;
  transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
}
.navbar-inverse .pop-dialog .messages .item.last {
  border-bottom: 0px;
}
.navbar-inverse .pop-dialog .messages .item:hover {
  background: #f0f6ff;
}
.navbar-inverse .pop-dialog .messages .item .display {
  float: left;
  border-radius: 50px;
  margin-right: 15px;
}
.navbar-inverse .pop-dialog .messages .item .name {
  font-size: 12px;
  color: #404951;
  font-weight: bold;
}
.navbar-inverse .pop-dialog .messages .item .msg {
  font-size: 11px;
  color: #636363;
  line-height: 13px;
  position: relative;
  top: 2px;
}
.navbar-inverse .pop-dialog .messages .item .time {
  position: absolute;
  right: 0px;
  bottom: 6px;
  color: #82a3c1;
  font-style: italic;
  font-weight: 600;
  font-size: 11px;
  min-width: 60px;
  margin-right: 5px;
}
.navbar-inverse .pop-dialog .messages .item .time i {
  font-size: 13px;
  color: #cfcfcf;
  margin-right: 1px;
}
.navbar-inverse .pop-dialog .messages .footer {
  margin-top: 6px;
}

.btn.btn-primary.navbar-right {
	border: 1px solid #ea5900;
	background: rgb(255,152,89);
	background: -moz-linear-gradient(top,  rgba(255,152,89,1) 1%, rgba(255,100,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,152,89,1)), color-stop(100%,rgba(255,100,0,1)));
	background: -webkit-linear-gradient(top,  rgba(255,152,89,1) 1%,rgba(255,100,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,152,89,1) 1%,rgba(255,100,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,152,89,1) 1%,rgba(255,100,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,152,89,1) 1%,rgba(255,100,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9859', endColorstr='#ff6400',GradientType=0 );
}

.main { padding-top: 20px; padding-bottom: 20px; }

.submenu-header { padding: 2px 0; color: #6a798c !important; }
.submenu { background: #f6f6f6; padding: 20px 0; border-top: 1px solid #97A5B7; border-bottom: 1px solid #97A5B7; }
.submenu a { display: block; padding: 5px 10px }
.submenu a.active { border-right: 2px solid #FF6400 !important; }
.submenu a:hover { text-decoration: none; background: #eee; border-right: 2px solid #97A5B7; }

.header { padding: 10px 0 20px 0; margin-bottom: 0; }
.header img { width: 100%; }
.header .header-logo { text-align: center; }
.header .header-item { padding-top: 22px; height: 108px; }
.header .header-item img { max-width: none; }
.header .header-item a { text-decoration: none; }
.header .header-slogan { padding-top: 30px; font-weight: bold; font-size: 130%; text-align: center; line-height: 14px; color: #FF6400; }
.header hr { margin-top: 35px; border-top: 1px solid #97a5b7; left: 0; right: 0; position: absolute; }
.navbar-right { margin-top: 6px; }

.style-1 { padding: 20px 0; background: #eaedf0; border-top: 1px solid #97a5b7; border-bottom: 1px solid #97a5b7; font-size: 120%; line-height: 170%; }
.style-1 h1 { margin-bottom: 15px; line-height: 100%; }

.style-2 { padding: 20px 0; text-align: center; }
.style-2 span[class^="icon-"], .style-2 span[class*=" icon-"] { display: block; font-size: 60px; margin-bottom: 15px; color: #999; }

.style-3 { padding: 20px 0; background: #fff;  border-top: 1px solid #97a5b7; }

/* Sidebar */
#sidebar-nav {
  position: absolute;
  width: 180px;
  float: left;
  margin: 0em;
  padding-top: 5.8em;
}
#sidebar-nav #dashboard-menu {
  list-style: none;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
  margin-left: 20px;
  /* sidebar submenus */
}
#sidebar-nav #dashboard-menu > li > a {
  display: block;
  padding: 19px 14px 15px 14px;
  margin-left: -15px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dae1e8;
  box-shadow: 0 2px 1px -1px #FFFFFF;
  color: #6e829b;
  outline: 0px;
  line-height: 21px;
}
#sidebar-nav #dashboard-menu > li {
  position: relative;
  /* font awesome icon */
}
#sidebar-nav #dashboard-menu > li .icon-group {
  font-size: 22px;
}
#sidebar-nav #dashboard-menu > li i {
  font-size: 23px;
  top: 17px;
}
#sidebar-nav #dashboard-menu > li:hover i {
  opacity: 1;
}
#sidebar-nav #dashboard-menu > li.active > a,
#sidebar-nav #dashboard-menu > li > a:hover {
  color: #33455a;
  text-decoration: none;
}
#sidebar-nav #dashboard-menu > li.active a {
  font-weight: 600;
  text-shadow: 1px 1px 1px #fff;
}
#sidebar-nav #dashboard-menu > li.active i {
  opacity: 1;
}
#sidebar-nav #dashboard-menu .pointer {
  position: absolute;
  right: 9px;
  top: 20px;
}
#sidebar-nav #dashboard-menu .pointer .arrow,
#sidebar-nav #dashboard-menu .pointer .arrow_border {
  border-color: transparent #fff transparent transparent;
  border-width: 11px;
  border-style: solid;
  font-size: 0;
  left: 50%;
  line-height: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1002;
  left: 0;
  margin-left: 45%;
}
#sidebar-nav #dashboard-menu .pointer .arrow_border {
  border-color: transparent #c0d2dd transparent transparent;
  border-width: 11px;
  margin-left: -1px;
  border-style: solid;
  z-index: 1001;
  top: 0px;
}
#sidebar-nav #dashboard-menu a span {
  margin-left: 35px;
  transition: color .1s linear;
  -moz-transition: color .1s linear;
  -webkit-transition: color .1s linear;
  -o-transition: color .1s linear;
}
#sidebar-nav #dashboard-menu a.ui-elements span {
  margin-left: 25px;
}
#sidebar-nav #dashboard-menu a i {
  position: absolute;
  left: 0;
  height: 24px;
  width: 24px;
  opacity: 0.7;
  transition: opacity .1s ease;
  -moz-transition: opacity .1s ease;
  -webkit-transition: opacity .1s ease;
  -o-transition: opacity .1s ease;
}
#sidebar-nav #dashboard-menu a i.icon-chevron-down {
  position: relative;
  float: right;
  top: 5px;
  font-size: 11px;
  color: #686868;
  width: initial;
  height: initial;
}
#sidebar-nav #dashboard-menu > li.active .dropdown-toggle {
  border-bottom: 0px;
  box-shadow: none;
}
#sidebar-nav #dashboard-menu ul.submenu {
  list-style-type: none;
  display: none;
  margin-top: 7px;
  margin-bottom: 15px;
  margin-right: 5px;
  margin-left: -15px;
  padding-left: 15px;
  border-bottom: 1px solid #dae1e8;
  box-shadow: 0 2px 1px -1px #FFFFFF;
  padding-bottom: 10px;
}
#sidebar-nav #dashboard-menu ul.submenu.active {
  display: block;
}
#sidebar-nav #dashboard-menu ul.submenu a {
  font-weight: normal;
  font-size: 13px;
  color: #4c535a;
  text-decoration: none;
  display: block;
  margin-bottom: 7px;
}
#sidebar-nav #dashboard-menu ul.submenu a:hover {
  text-decoration: underline;
}
#sidebar-nav #dashboard-menu ul.submenu a.active {
  font-weight: bold;
  text-shadow: none;
}

#pad-wrapper {
  padding: 0px 50px;
  margin-top: 55px;
}
#pad-wrapper h4 {
  color: #696d73;
  font-style: italic;
}

.content {
  min-width: 400px;
  min-height: 620px;
  margin-bottom: 100px;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
  background: #fff;
  margin-left: 177px;
  border-left: 1px solid #dae3e9;
  border-bottom: 1px solid #dae3e9;
  box-shadow: -3px 3px 3px -2px #f1f1f3;
  border-radius: 0px 0px 0px 5px;
  -webkit-transition: margin-left .3s ease;
  -moz-transition: margin-left .3s ease;
  -o-transition: margin-left .3s ease;
  -ms-transition: margin-left .3s ease;
  transition: margin-left .3s ease;
  /* starts skins changer */
  /* end skin changer*/
}
.content.wide-content {
  margin-left: 0;
  border-radius: 0;
}
.content .skins-nav {
  opacity: 1;
  -webkit-transition: right .3s;
  -moz-transition: right .3s;
  -ms-transition: right .3s;
  -o-transition: right .3s;
  transition: right .3s;
  position: fixed;
  right: -88px;
  top: 135px;
  font-size: 13px;
  z-index: 9999;
}
.content .skins-nav:hover {
  right: 0;
}
.content .skins-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding-left: 10px;
  height: 37px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  margin-bottom: 3px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.content .skins-nav a.first_nav {
  background: rgba(95, 175, 228, 0.8);
}
.content .skins-nav a.first_nav:hover {
  background: #5fafe4;
}
.content .skins-nav a.second_nav {
  background: rgba(36, 43, 77, 0.8);
}
.content .skins-nav a.second_nav:hover {
  background: #242b4d;
}
.content .skins-nav a .icon {
  float: left;
  width: 9px;
  height: 10px;
  background: url("../../img/skin-nav-bullets.png") 0 0 no-repeat;
  margin: 15px 15px 0 5px;
}
.content .skins-nav a.selected .icon {
  background-position: 0 -9px;
}
.content .skins-nav a .text {
  padding-right: 12px;
  white-space: nowrap;
  display: block;
  width: 115px;
  position: relative;
  top: 9px;
  -webkit-transition: width .2s;
  -moz-transition: width .2s;
  -ms-transition: width .2s;
  -o-transition: width .2s;
  transition: width .2s;
}

.footer {
	background: #ff6400;
	padding: 20px 0;
	color: #fff;
	font-size: 110%;
}

.footer img {
	max-width: 100%;
}

.footer .nav a {
	padding: 5px 10px;
	border-top: 1px solid #ff8b40;
	color: #fff;
}
.footer .nav a:hover { color: #666; }

.footer .btn-default {
	border: 0px;
	width: 100%;
}

/* Assemble */
.select_block { cursor: pointer; display: block; background: #fff; border: 1px solid #999; padding: 10px; border-radius: 5px; margin-bottom: 10px; font-weight: normal; }
.select_block:hover, .select_block:active { border-color: #ff6400; box-shadow: 0 0 10px #999; }
.select_block .price { border-top: 1px solid #ccc; padding-top: 3px; text-align: right; font-size: 18px; }

.select_block.active { background: #ff6400; color: #fff !important; border-color: #ff6400; box-shadow: 0 0 10px #999; }
.select_block.active .btn { color: #ff6400; }
.select_block.active h2 { color: #fff; }
.select_block.active .price { border-top: 1px solid #fff; }
.select_block.active .table-striped > tbody > tr:nth-child(odd) > td,
.select_block.active .table-striped > tbody > tr:nth-child(odd) > th { background: #ff7c2b; }

/* checkout */

label.error { display: none !important; }
input.error, textarea.error, select.error { border-color: #c00; }
label.checkbox { cursor: pointer; }
input[type=checkbox].error {
    outline: 1px solid #c00;
    outline-offset: 2px;
}

#optiongroup .nav-tabs li a { font-size: 13px; padding-top: 10px; }
#optiongroup .nav-tabs li.active a { font-weight: bold; font-size: 16px; padding-top: 6px; }
#optiongroup .nav-content { background: #fff; padding: 0 15px; margin-bottom: 10px; border: 1px solid #ddd; border-top: 0; }

tr.item > td { border-top: 1px solid #eee; }
.price { text-align: right; padding-right: 10px; }
.price_total { font-size: 24px; }
.qty { text-align: center; }

label { font-weight: normal; }

/* responsive */
@media (max-width: 768px) {
  #pad-wrapper {
    padding: 0px 15px;
  }

  .content {
    min-width: 0px;
    margin: 0;
  }

  #dashboard-menu .pointer {
    display: none;
  }

  #sidebar-nav {
    left: -200px;
    position: fixed;
    z-index: 9999;
    background-color: #f7f7f7;
    padding-top: 0px;
    border-right: 1px solid #ccc;
    width: 165px;
    box-shadow: 1px 1px 4px 1px #e9e9e9;
    -webkit-transition: left .3s ease;
    -moz-transition: left .3s ease;
    -o-transition: left .3s ease;
    -ms-transition: left .3s ease;
    transition: left .3s ease;
  }

  #sidebar-nav #dashboard-menu {
    margin-left: 10px;
  }

  #sidebar-nav #dashboard-menu li a span {
    visibility: visible;
  }

  #sidebar-nav #dashboard-menu li:last-child a {
    border-bottom: 0px;
    box-shadow: none;
  }
}
@media (max-width: 822px) {
  .navbar-inverse input.search {
    display: none;
  }

}
@media (max-width: 767px) {
	#main-stats .stat {
		width: 50%;
		float: left;
	}

	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		margin-bottom: 25px;
	}

	.nav ul { position: relative !important; display: block !important; }
	.nav ul, .nav ul li { list-style: none; margin: 0; padding: 0; }
	.nav li ul { display: block; }
	.nav li ul li a { width: auto !important; padding: 5px 30px !important; }

}

@media (min-width: 768px) {
	.header .header-logo img { max-width: 60%; padding-top: 5px; }
	.header .header-item { padding-top: 35px; }
	.header .header-slogan { padding-top: 30px; }
	.header hr { margin-top: 50px; }
}

@media (min-width: 992px) {
	.header .header-logo img { max-width: 60%; padding-top: 5px; }
	.header .header-item { max-width: 60%; padding-top: 40px; height: 125px; }
	.header .header-slogan { padding-top: 45px; font-size: 180%; }
	.header hr { margin-top: 65px; }
}

@media (min-width: 1200px) {
	.header .header-logo img { max-width: 60%; padding-top: 5px; }
	.header .header-item { max-width: 60%; padding-top: 52px; height: 158px; }
	.header .header-slogan { padding-top: 64px; }
	.header hr { margin-top: 85px; }
}
