/*@caret-width-base-vertical: (@caret-width-base + 2);*/
/*@caret-width-xs-vertical:   (@caret-width-xs + 2);*/
/**
  * Site property
  */
/* -- Fonts -- */
/* -- Background -- */
/* -- Color -- */
/* -- Border -- */
/* --- NONE USED --- */
/*
  Snap
  */
/**
  * Link
  */
/**
  * header
  */
/**
  * Search
  */
/**
  * mini cart info
  *
  */
/**
  * Main menu
  */
/**
  * Show in mobile
  */
/**
  * Category
  */
/**
  * Heading
  */
/**
  * Box article
  */
/**
  * Article Detail
  */
/**
  * Share icon
  */
/**
  * Pager
  */
/**
  * Footer
  */
/**
  * Tag
  */
/**
  * Top down
  */
/**
  * Form element
  */
/**
  * Support
  */
/**
  * Screen
  */
/**
  * Hover div
  */
/**
  * Heading element
  */
/**
  * Notify
  */
/**
  * Shopping Cart
  */
/**
  * Select list
  */
/**
  * Select
  */
::selection {
  background: white;
  color: #2c2d2d;
}
/**
  * Button
  */

.btn {
  border: none;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 0px;
  padding: 10px 15px;
  -webkit-font-smoothing: subpixel-antialiased;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}
.btn:hover,
.btn:focus {
  outline: none !important;
  color: white;
}
.btn:active,
.btn.active {
  outline: none;
  box-shadow: none !important;
}
.btn:focus:active {
  outline: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: not-allowed;
}
.btn-default {
  color: #2c2d2d;
  background-color: white;
}
.btn-default:hover,
.btn-default.hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #0093dd;
  background-color: #010086;
  border-color: #010086;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background: #010086;
  border-color: #010086;
}
.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.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: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: #bdc3c7;
  border-color: white;
}
.btn-primary {
  color: white;
  background-color: #1abc9c;
}
.btn-primary:hover,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #0093dd;
  background-color: #48c9b0;
  border-color: #48c9b0;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background: #16a085;
  border-color: #16a085;
}
.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.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: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: #bdc3c7;
  border-color: #1abc9c;
}
.btn-info {
  color: white;
  background-color: #3498db;
}
.btn-info:hover,
.btn-info.hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #0093dd;
  background-color: #5dade2;
  border-color: #5dade2;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background: #2c81ba;
  border-color: #2c81ba;
}
.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.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: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: #bdc3c7;
  border-color: #3498db;
}
.btn-danger {
  color: white;
  background-color: #e74c3c;
}
.btn-danger:hover,
.btn-danger.hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #0093dd;
  background-color: #ec7063;
  border-color: #ec7063;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background: #c44133;
  border-color: #c44133;
}
.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.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: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: #bdc3c7;
  border-color: #e74c3c;
}
.btn-success {
  color: white;
  background-color: #2ecc71;
}
.btn-success:hover,
.btn-success.hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #0093dd;
  background-color: #58d68d;
  border-color: #58d68d;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background: #27ad60;
  border-color: #27ad60;
}
.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.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: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: #bdc3c7;
  border-color: #2ecc71;
}
.btn-warning {
  color: white;
  background-color: #f1c40f;
}
.btn-warning:hover,
.btn-warning.hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #0093dd;
  background-color: #f4d313;
  border-color: #f4d313;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background: #cda70d;
  border-color: #cda70d;
}
.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.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: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: #bdc3c7;
  border-color: #f1c40f;
}
.btn-inverse {
  color: white;
  background-color: #34495e;
}
.btn-inverse:hover,
.btn-inverse.hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #0093dd;
  background-color: #415b75;
  border-color: #415b75;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background: #2c3e50;
  border-color: #2c3e50;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled.hover,
.btn-inverse[disabled].hover,
fieldset[disabled] .btn-inverse.hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #bdc3c7;
  border-color: #34495e;
}
.btn-group > .btn + .btn {
  margin-left: 0;
}
.btn-group > .btn + .dropdown-toggle {
  border-left: 2px solid rgba(52, 73, 94, 0.15);
  padding: 10px 12px;
}
.btn-group > .btn + .dropdown-toggle .caret {
  margin-left: 3px;
  margin-right: 3px;
}
.btn-group > .btn.btn-gh + .dropdown-toggle .caret {
  margin-left: 7px;
  margin-right: 7px;
}
.btn-group > .btn.btn-sm + .dropdown-toggle .caret {
  margin-left: 0;
  margin-right: 0;
}
.btn-embossed {
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}
.btn-embossed.active,
.btn-embossed:active {
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 6px;
  font-size: 93%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 6px;
  font-size: 85%;
  color: white;
  background-color: #34495e;
  border-radius: 0px;
  box-shadow: none;
}
pre {
  padding: 5.333333333px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.72222;
  color: inherit;
  background-color: white;
  border: 1px solid #e7e9ec;
  border-radius: 6px;
  white-space: pre;
}
.pre-scrollable {
  max-height: 340px;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transition: border-color 0.25s, color 0.25s;
}
.dropdown-menu {
  z-index: 1000;
  background-color: #f3f4f5;
  min-width: 220px;
  border: none;
  /*margin-top: 9px;*/
  padding: 0;
  font-size: 13px;
  border-radius: 0px;
  box-shadow: none;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 3px 0;
  overflow: hidden;
  background-color: rgba(202, 206, 209, 0.5);
}
.dropdown-menu > li > a {
  padding: 8px 16px;
  line-height: 1.429;
  color: #606d7a;
}
.dropdown-menu > li:first-child > a:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.dropdown-menu > li:last-child > a:first-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.dropdown-menu.typeahead {
  display: none;
  width: auto;
  margin-top: 5px;
  border: 2px solid #1abc9c;
  padding: 5px 0;
  background-color: white;
  border-radius: 6px;
}
.dropdown-menu.typeahead li a {
  padding: 6px 14px;
}
.dropdown-menu.typeahead li:first-child a,
.dropdown-menu.typeahead li:last-child a {
  padding: 6px 14px;
  border-radius: 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #55606c;
  background-color: rgba(202, 206, 209, 0.5);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: white;
  background-color: #1abc9c;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #bdc3c7;
  background-color: transparent;
  cursor: not-allowed;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  padding: 8px 16px;
  line-height: 1.538;
  font-size: 13px;
  text-transform: uppercase;
  color: #2c3e50;
}
.dropdown-header:first-child {
  margin-top: 3px;
}
.dropdown-backdrop {
  z-index: 990;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-bottom: 4px solid;
  margin-bottom: .25em;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-top: 0;
  margin-bottom: 9px;
}
.dropdown-menu-inverse {
  background-color: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.dropdown-menu-inverse .divider {
  height: 1px;
  margin: 3px 0;
  overflow: hidden;
  background-color: #ecf0f1;
}
.dropdown-menu-inverse > li > a {
  color: #444444;
}
.dropdown-menu-inverse > li > a:hover,
.dropdown-menu-inverse > li > a:focus {
  color: #2c3e50;
  background-color: #ecf0f1;
}
.dropdown-menu-inverse > .active > a,
.dropdown-menu-inverse > .active > a:hover,
.dropdown-menu-inverse > .active > a:focus {
  color: #2c3e50;
  background-color: #ecf0f1;
}
.dropdown-menu-inverse > .disabled > a,
.dropdown-menu-inverse > .disabled > a:hover,
.dropdown-menu-inverse > .disabled > a:focus {
  color: rgba(68, 68, 68, 0.5);
}
.dropdown-menu-inverse > .disabled > a:hover,
.dropdown-menu-inverse > .disabled > a:focus {
  background-color: transparent;
}
.dropdown-menu-inverse .dropdown-header {
  color: #2c3e50;
}
.pager {
  font-size: 13px;
  font-weight: normal;
}
.pager > a {
  color: #2c2d2d;
  background: white;
  padding: 5px 12px 4px;
  display: inline-block;
  font-weight: 700;
  margin-left: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pager > a:hover,
.pager > a:focus,
.pager > a.active {
  color: #0093dd;
  background: #010086;
}
@media print {
  .btn {
    border-style: solid;
    border-width: 2px;
  }
  .dropdown-menu {
    background: white !important;
    border: 2px solid #dddddd;
  }
  .input-group-rounded .input-group-btn + .form-control,
  .input-group-rounded .input-group-btn + .select2-search input[type="text"] {
    padding-left: 10px;
  }
  .form-control {
    border: 2px solid #dddddd !important;
  }
  .bootstrap-switch {
    height: 33px;
    width: 84px;
    border: 2px solid #bdc3c7;
  }
  .tooltip {
    border: 2px solid #bdc3c7;
  }
  .progress,
  .ui-slider {
    background: #dddddd !important;
  }
  .progress-bar,
  .ui-slider-range,
  .ui-slider-handle {
    background: #bdc3c7 !important;
  }
}
h1,
h2,
h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h4,
h5,
h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h1,
.h1 {
  font-size: 25px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
  font-weight: normal;
}
p {
  /*font-size: @font-size-base;*/
  line-height: 1.72222;
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 15px;
  line-height: 1.46428571;
  font-weight: 300;
}
small,
.small {
  font-size: 83%;
  line-height: 2.067;
}
.text-muted {
  color: #bdc3c7;
}
.text-inverse {
  color: white;
}
.text-primary {
  color: #1abc9c;
}
a.text-primary:hover {
  color: #148f77;
}
.text-warning {
  color: #f1c40f;
}
a.text-warning:hover {
  color: #c29d0b;
}
.text-danger {
  color: #e74c3c;
}
a.text-danger:hover {
  color: #d62c1a;
}
.text-success {
  color: #2ecc71;
}
a.text-success:hover {
  color: #25a25a;
}
.text-info {
  color: #3498db;
}
a.text-info:hover {
  color: #217dbb;
}
.bg-primary {
  color: white;
  background-color: #34495e;
}
a.bg-primary:hover {
  background-color: #222f3d;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 2px solid #e7e9ec;
}
ul,
ol {
  margin-bottom: 11px;
  padding-left: 0px;
  list-style: none;
}
dl {
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.72222;
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #bdc3c7;
}
blockquote .blockquote {
  border-left: 3px solid #e7e9ec;
  padding: 0 0 0 16px;
  margin: 0 0 22px;
  font-size: 13px;
}
blockquote .blockquote p {
  font-size: 13px;
  line-height: 1.55;
  font-weight: normal;
  margin-bottom: .4em;
}
blockquote .blockquote small,
blockquote .blockquote .small {
  font-size: 13px;
  line-height: 1.72222;
  font-style: italic;
  color: inherit;
}
blockquote .blockquote small:before,
blockquote .blockquote .small:before {
  content: "";
}
blockquote .blockquote.pull-right {
  padding-right: 16px;
  padding-left: 0;
  border-right: 3px solid #e7e9ec;
  border-left: 0;
}
blockquote .blockquote.pull-right small:after {
  content: "";
}
address {
  margin-bottom: 22px;
  line-height: 1.72222;
}
sub,
sup {
  font-size: 70%;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 11px;
  font-size: 20.8px;
  line-height: inherit;
  color: inherit;
  border-bottom: none;
}
textarea {
  font-size: 14px;
  line-height: 24px;
  padding: 5px 11px;
}
input[type="search"] {
  -webkit-appearance: none !important;
}
label {
  font-weight: normal;
  font-size: 13px;
  line-height: 2.3;
}
.form-control:-moz-placeholder {
  color: #555555;
  font-size: 13px;
  font-style: italic;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-control:-ms-input-placeholder {
  color: #555555;
  font-size: 13px;
  font-style: italic;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-control::-webkit-input-placeholder {
  color: #555555;
  font-size: 13px;
  font-style: italic;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-control {
  border: 1px solid #bdc3c7;
  color: #34495e;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.467;
  padding: 6px 8px;
  height: 36px;
  border-radius: 2px;
  box-shadow: none;
  transition: all 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}
.form-group.focus .form-control,
.form-control:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(237, 246, 253, 0.97);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fafbfb;
  border-color: #cad2d3;
  color: #b5c0c1;
  cursor: default;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.form-control.flat {
  border-color: transparent;
}
.form-control.flat:hover {
  border-color: #bdc3c7;
}
.form-control.flat:focus {
  border-color: #1abc9c;
}
.form-control.input-validation-error {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(237, 246, 253, 0.97);
}
@media (max-width: 1199px) {
  .form-control {
    height: 33px;
  }
}
@media (max-width: 991px) {
  .form-control {
    height: 40px;
  }
}
.input-group .form-control {
  position: static;
}
.input-group-hg > .form-control,
.input-group-hg > .input-group-addon,
.input-group-hg > .input-group-btn > .btn {
  height: 53px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.318;
  border-radius: 6px;
}
select.input-group-hg > .form-control,
select.input-group-hg > .input-group-addon,
select.input-group-hg > .input-group-btn > .btn {
  height: 53px;
  line-height: 53px;
}
textarea.input-group-hg > .form-control,
textarea.input-group-hg > .input-group-addon,
textarea.input-group-hg > .input-group-btn > .btn,
select[multiple].input-group-hg > .form-control,
select[multiple].input-group-hg > .input-group-addon,
select[multiple].input-group-hg > .input-group-btn > .btn {
  height: auto;
}
.input-group-hg > .form-control:focus,
.input-group-hg > .input-group-addon:focus,
.input-group-hg > .input-group-btn > .btn:focus {
  box-shadow: none;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 36px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.235;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 36px;
  line-height: 36px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-lg > .form-control:focus,
.input-group-lg > .input-group-addon:focus,
.input-group-lg > .input-group-btn > .btn:focus {
  box-shadow: none;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 40px;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.462;
  border-radius: 6px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 40px;
  line-height: 40px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control:focus,
.input-group-sm > .input-group-addon:focus,
.input-group-sm > .input-group-btn > .btn:focus {
  box-shadow: none;
}
.input-group-addon {
  padding: 10px 12px;
  font-size: 13px;
  color: white;
  text-align: center;
  background-color: #bdc3c7;
  border-radius: 6px;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}
.input-group-hg .input-group-addon,
.input-group-lg .input-group-addon,
.input-group-sm .input-group-addon {
  line-height: 1;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form-group.focus .input-group-addon,
.input-group.focus .input-group-addon {
  background-color: rgba(82, 168, 236, 0.8);
  border-color: rgba(82, 168, 236, 0.8);
}
.form-group.focus .input-group-btn > .btn-default + .btn-default,
.input-group.focus .input-group-btn > .btn-default + .btn-default {
  border-left-color: #16a085;
}
.form-group.focus .input-group-btn .btn,
.input-group.focus .input-group-btn .btn {
  border-color: #1abc9c;
  background-color: white;
  color: #1abc9c;
}
.form-group.focus .input-group-btn .btn-default,
.input-group.focus .input-group-btn .btn-default {
  color: white;
  background-color: #1abc9c;
}
.form-group.focus .input-group-btn .btn-default:hover,
.input-group.focus .input-group-btn .btn-default:hover,
.form-group.focus .input-group-btn .btn-default.hover,
.input-group.focus .input-group-btn .btn-default.hover,
.form-group.focus .input-group-btn .btn-default:focus,
.input-group.focus .input-group-btn .btn-default:focus,
.form-group.focus .input-group-btn .btn-default:active,
.input-group.focus .input-group-btn .btn-default:active,
.form-group.focus .input-group-btn .btn-default.active,
.input-group.focus .input-group-btn .btn-default.active,
.open > .dropdown-toggle.form-group.focus .input-group-btn .btn-default,
.open > .dropdown-toggle.input-group.focus .input-group-btn .btn-default {
  color: white;
  background-color: #48c9b0;
  border-color: #48c9b0;
}
.form-group.focus .input-group-btn .btn-default:active,
.input-group.focus .input-group-btn .btn-default:active,
.form-group.focus .input-group-btn .btn-default.active,
.input-group.focus .input-group-btn .btn-default.active,
.open > .dropdown-toggle.form-group.focus .input-group-btn .btn-default,
.open > .dropdown-toggle.input-group.focus .input-group-btn .btn-default {
  background: #16a085;
  border-color: #16a085;
}
.form-group.focus .input-group-btn .btn-default.disabled,
.input-group.focus .input-group-btn .btn-default.disabled,
.form-group.focus .input-group-btn .btn-default[disabled],
.input-group.focus .input-group-btn .btn-default[disabled],
fieldset[disabled] .form-group.focus .input-group-btn .btn-default,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default,
.form-group.focus .input-group-btn .btn-default.disabled:hover,
.input-group.focus .input-group-btn .btn-default.disabled:hover,
.form-group.focus .input-group-btn .btn-default[disabled]:hover,
.input-group.focus .input-group-btn .btn-default[disabled]:hover,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default:hover,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default:hover,
.form-group.focus .input-group-btn .btn-default.disabled.hover,
.input-group.focus .input-group-btn .btn-default.disabled.hover,
.form-group.focus .input-group-btn .btn-default[disabled].hover,
.input-group.focus .input-group-btn .btn-default[disabled].hover,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default.hover,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default.hover,
.form-group.focus .input-group-btn .btn-default.disabled:focus,
.input-group.focus .input-group-btn .btn-default.disabled:focus,
.form-group.focus .input-group-btn .btn-default[disabled]:focus,
.input-group.focus .input-group-btn .btn-default[disabled]:focus,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default:focus,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default:focus,
.form-group.focus .input-group-btn .btn-default.disabled:active,
.input-group.focus .input-group-btn .btn-default.disabled:active,
.form-group.focus .input-group-btn .btn-default[disabled]:active,
.input-group.focus .input-group-btn .btn-default[disabled]:active,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default:active,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default:active,
.form-group.focus .input-group-btn .btn-default.disabled.active,
.input-group.focus .input-group-btn .btn-default.disabled.active,
.form-group.focus .input-group-btn .btn-default[disabled].active,
.input-group.focus .input-group-btn .btn-default[disabled].active,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default.active,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default.active {
  background-color: #bdc3c7;
  border-color: #1abc9c;
}
.form-group.focus .input-group-btn .btn-default .badge,
.input-group.focus .input-group-btn .btn-default .badge {
  color: #1abc9c;
  background-color: white;
}
.input-group-btn .btn {
  background-color: white;
  border: 2px solid #bdc3c7;
  color: #bdc3c7;
  line-height: 18px;
  height: 42px;
}
.input-group-btn .btn-default {
  color: white;
  background-color: #bdc3c7;
}
.input-group-btn .btn-default:hover,
.input-group-btn .btn-default.hover,
.input-group-btn .btn-default:focus,
.input-group-btn .btn-default:active,
.input-group-btn .btn-default.active,
.open > .dropdown-toggle.input-group-btn .btn-default {
  color: white;
  background-color: #cacfd2;
  border-color: #cacfd2;
}
.input-group-btn .btn-default:active,
.input-group-btn .btn-default.active,
.open > .dropdown-toggle.input-group-btn .btn-default {
  background: #a1a6a9;
  border-color: #a1a6a9;
}
.input-group-btn .btn-default.disabled,
.input-group-btn .btn-default[disabled],
fieldset[disabled] .input-group-btn .btn-default,
.input-group-btn .btn-default.disabled:hover,
.input-group-btn .btn-default[disabled]:hover,
fieldset[disabled] .input-group-btn .btn-default:hover,
.input-group-btn .btn-default.disabled.hover,
.input-group-btn .btn-default[disabled].hover,
fieldset[disabled] .input-group-btn .btn-default.hover,
.input-group-btn .btn-default.disabled:focus,
.input-group-btn .btn-default[disabled]:focus,
fieldset[disabled] .input-group-btn .btn-default:focus,
.input-group-btn .btn-default.disabled:active,
.input-group-btn .btn-default[disabled]:active,
fieldset[disabled] .input-group-btn .btn-default:active,
.input-group-btn .btn-default.disabled.active,
.input-group-btn .btn-default[disabled].active,
fieldset[disabled] .input-group-btn .btn-default.active {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
}
.input-group-btn .btn-default .badge {
  color: #bdc3c7;
  background-color: white;
}
.input-group-hg .input-group-btn .btn {
  line-height: 31px;
}
.input-group-lg .input-group-btn .btn {
  line-height: 21px;
}
.input-group-sm .input-group-btn .btn {
  line-height: 19px;
}
.input-group-btn:first-child > .btn {
  border-right-width: 0;
  margin-right: -3px;
}
.input-group-btn:last-child > .btn {
  border-left-width: 0;
  margin-left: -3px;
}
.input-group-btn > .btn-default + .btn-default {
  border-left: 2px solid #bdc3c7;
}
.input-group-btn > .btn:first-child + .btn .caret {
  margin-left: 0;
}
.input-group-rounded .input-group-btn + .form-control,
.input-group-rounded .input-group-btn:last-child .btn {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.input-group-hg.input-group-rounded .input-group-btn + .form-control,
.input-group-hg.input-group-rounded .input-group-btn:last-child .btn {
  border-bottom-right-radius: 27px;
  border-top-right-radius: 27px;
}
.input-group-lg.input-group-rounded .input-group-btn + .form-control,
.input-group-lg.input-group-rounded .input-group-btn:last-child .btn {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
.input-group-rounded .form-control:first-child,
.input-group-rounded .input-group-btn:first-child .btn {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.input-group-hg.input-group-rounded .form-control:first-child,
.input-group-hg.input-group-rounded .input-group-btn:first-child .btn {
  border-bottom-left-radius: 27px;
  border-top-left-radius: 27px;
}
.input-group-lg.input-group-rounded .form-control:first-child,
.input-group-lg.input-group-rounded .input-group-btn:first-child .btn {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
.input-group-rounded .input-group-btn + .form-control {
  padding-left: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 40px;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.462;
  border-radius: 6px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 40px;
  line-height: 40px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-sm:focus,
.form-group-sm .form-control:focus {
  box-shadow: none;
}
.input-lg,
.form-group-lg .form-control {
  height: 36px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.235;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 36px;
  line-height: 36px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.input-lg:focus,
.form-group-lg .form-control:focus {
  box-shadow: none;
}
.input-hg,
.form-group-hg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.318;
  border-radius: 6px;
}
select.input-hg,
select.form-group-hg .form-control {
  height: 53px;
  line-height: 53px;
}
textarea.input-hg,
textarea.form-group-hg .form-control,
select[multiple].input-hg,
select[multiple].form-group-hg .form-control {
  height: auto;
}
.input-hg:focus,
.form-group-hg .form-control:focus {
  box-shadow: none;
}
.radio,
.checkbox {
  position: relative;
  cursor: pointer;
  display: block;
  font-weight: normal;
}
.radio input,
.checkbox input {
  position: absolute;
  left: -9999px;
}
.radio i,
.checkbox i {
  position: absolute;
  top: 7px;
  left: 1px;
  display: block;
  outline: none;
  border: 1px solid rgba(82, 168, 236, 0.8);
  background: white;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 15px;
  height: 15px;
}
.radio input + i:after,
.radio input[type=radio] + i:after,
.checkbox input[type=checkbox] + i:after,
.checkbox input[type=checkbox] + input + i:after {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.radio i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.checkbox input[type=checkbox] + i:after,
.checkbox input[type=checkbox] + input + i:after {
  content: '\f00c';
  top: -1px;
  left: -1px;
  text-align: center;
  font: normal 12px/16px FontAwesome;
  color: rgba(82, 168, 236, 0.8);
  width: 15px;
  height: 15px;
}
.radio input + i:after,
.radio input + input + i:after {
  content: '';
  top: 4px;
  left: 4px;
  background-color: rgba(82, 168, 236, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 5px;
  height: 5px;
}
.radio:hover i,
.radio input:checked + i,
.checkbox:hover i,
.checkbox input:checked + input + i {
  border-color: rgba(82, 168, 236, 0.8);
}
.radio input:checked + i:after,
.radio input:checked + input + i:after,
.checkbox input:checked + i::after,
.checkbox input:checked + input + i:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.multiple-file {
  position: relative;
}
.multiple-file input[type=file] {
  position: relative;
  text-indent: 9999999px;
  cursor: pointer;
  outline: none;
  z-index: 999;
  background: none !important;
}
.multiple-file i {
  position: absolute;
  background: rgba(82, 168, 236, 0.8);
  left: 7px;
  top: 8px;
  color: white;
  z-index: 2;
  width: 70px;
  height: 22px;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.multiple-file i:before {
  position: absolute;
  content: attr(data-label);
  font-size: 12px;
  top: 0px;
  left: 0;
  text-align: center;
  line-height: 21px;
  cursor: pointer;
  z-index: 12;
  width: 100%;
  height: 100%;
}
.multiple-file input[type=file]:focus + i,
.multiple-file input[type=file].valid + i,
.multiple-file:hover i {
  background: rgba(21, 118, 195, 0.8);
}
.owl-carousel.is-active .owl-item > * {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.owl-carousel.is-active .owl-item.active > * {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-cubic-1:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0px solid rgba(255, 255, 255, 0);
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-cubic-1 {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.banner-cubic-1 .thumb.hover,
.banner-cubic-1 img,
.banner-cubic-1:before {
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.banner-cubic-1:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  border: 10px solid rgba(255, 255, 255, 0.3);
}
.banner-cubic-1:hover .thumb.hover,
.banner-cubic-1:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.banner-cubic-2 {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.banner-cubic-2 img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-cubic-2:before,
.banner-cubic-2:after {
  z-index: 9;
  position: absolute;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -ms-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.banner-cubic-2:before {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  bottom: 20px;
  left: 5px;
  right: 5px;
  top: 20px;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0px 0px 0px;
  -moz-transform-origin: 0px 0px 0px;
  -ms-transform-origin: 0px 0px 0px;
  -o-transform-origin: 0px 0px 0px;
  transform-origin: 0px 0px 0px;
}
.banner-cubic-2:after {
  border-left: 1px solid white;
  border-right: 1px solid white;
  bottom: 5px;
  left: 20px;
  right: 20px;
  top: 5px;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0px 0px;
  -moz-transform-origin: 100% 0px 0px;
  -ms-transform-origin: 100% 0px 0px;
  -o-transform-origin: 100% 0px 0px;
  transform-origin: 100% 0px 0px;
}
.banner-cubic-2:hover:before,
.banner-cubic-2:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-cubic-2:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.banner-cubic-2:hover:after {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.banner-cubic-3:before,
.banner-cubic-3:after {
  position: absolute;
  content: '';
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.banner-cubic-3:before {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}
.banner-cubic-3:after {
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}
.banner-cubic-3:hover:before,
.banner-cubic-3:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-cubic-4 {
  position: relative;
}
.banner-cubic-4:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.banner-cubic-4:hover:before {
  border-color: white;
  bottom: 13px;
  left: 13px;
  right: 13px;
  top: 13px;
}
.banner-cubic-5 {
  position: relative;
  overflow: hidden;
  display: block;
}
.banner-cubic-5:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 200%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 200%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 200%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 200%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 200%, 0);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.banner-cubic-5:hover:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -200%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -200%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -200%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -200%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -200%, 0);
}
.banner-cubic-6 {
  overflow: hidden;
  position: relative;
  display: block;
}
.banner-cubic-6 img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.banner-cubic-6:before,
.banner-cubic-6:after {
  position: absolute;
  content: '';
  top: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.4);
  width: 50%;
  height: 100%;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
.banner-cubic-6:before {
  left: -50%;
}
.banner-cubic-6:after {
  right: -50%;
}
.banner-cubic-6:hover:before {
  left: 0;
}
.banner-cubic-6:hover:after {
  right: 0;
}
.banner-cubic-6:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.banner-cubic-7 {
  overflow: hidden;
  position: relative;
  display: block;
}
.banner-cubic-7:before,
.banner-cubic-7:after {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.banner-cubic-7:before {
  border-color: black transparent transparent;
  top: 0;
  left: 0;
}
.banner-cubic-7:after {
  border-color: transparent transparent black;
  bottom: 0;
  right: 0;
}
.banner-cubic-7:hover:before {
  border-width: 550px 550px 0 0;
}
.banner-cubic-7:hover:after {
  border-width: 0 0 500px 500px;
}
.date i,
.date-created i {
  display: inline;
  margin-right: 5px;
  line-height: 20px;
}
#middle .box-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
/*<---   Sidebar Region   --->*/

#sidebar {
  margin-top: 20px;
}
#sidebar .box-support {
  width: 100%;
}
#sidebar .box-support .content .hot-line {
  padding: 10px 8px;
}
#sidebar .box-support .content .hot-line > div:first-child {
  padding: 5px 0;
}
.box-sidebar {
  border: 1px solid #e5e5e5;
  background: white;
  margin-bottom: 27px;
}
.sidebar-heading {
  padding: 5px 0 5px 30px;
  font-size: 24px;
  font-family: 'UTM Swiss Condensed', Arial, sans-serif;
  margin: 0;
  text-transform: uppercase;
  text-align: right;
  color: #2c2d2d;
  background: white;
  position: relative;
  border-bottom: 1px solid red;
  margin-bottom: 15px;
}
.sidebar-heading:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(images/icon.png) no-repeat -295px -42px;
}
/*<---   Region Product Detail*/

.product-detail.detail-cateType .title {
  border-bottom: 1px solid #ffca06;
  margin: 0;
  line-height: 40px;
}
.product-detail .product-detail-header .title {
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px dashed;
}
.product-detail .product-detail-header .title span {
  padding: 0;
  border: 0;
}
.product-detail .product-detail-header .property .price-all > span {
  display: block;
  padding: 5px 0;
}
.product-detail .product-detail-header .property .price-all > span > span {
  padding-right: 10px;
}
.product-detail .product-detail-header .property .price-all .price {
  color: #ed1e25;
  font-family: 'Open Sans Bold', Arial, sans-serif;
}
.product-detail .product-detail-header .property .price-all .price > span {
  font-size: 15px;
  color: #baa492;
}
.product-detail .product-detail-header .property .choose .cart {
  padding: 5px 15px 4px;
  border: 1px solid #fba706;
  text-transform: uppercase;
  color: white;
  background: #010086;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.product-detail .box-shortdesc {
  font-size: 13px;
  font-family: 'Open Sans Semibold', Arial, sans-serif;
}
.product-detail .box-desc {
  clear: both;
  width: 100%;
  margin-top: 10px;
}
.product-detail .box-desc .nav-tabs {
  width: 100%;
  display: inline-block;
  margin-bottom: -5px;
}
.product-detail .box-desc .nav-tabs a {
  color: #2c2d2d;
  font-family: 'Corbel', Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.product-detail .box-desc .nav-tabs a:hover,
.product-detail .box-desc .nav-tabs a:focus {
  color: #2c2d2d;
}
.product-detail .box-desc .nav-tabs .active {
  border: 1px dashed #2c2d2d;
  border-bottom: 0;
  background: white;
}
.product-detail .box-desc .tab-content {
  display: block;
  border: 1px dashed #2c2d2d;
  height: 385px;
  overflow: hidden;
  padding: 10px;
}
.product-detail .prices {
  margin-top: 10px;
}
.product-detail .prices table {
  width: 100%;
  text-align: center;
}
.product-detail .prices table tr:first-child td {
  background: #2c2d2d;
  color: #fbf399;
  font-family: 'Corbel', Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
}
.product-detail .prices table tr:first-child td span {
  color: #ffcd05;
}
.product-detail .prices table td {
  border: 1px solid #0093dd;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
}
.product-detail .prices table .capacity {
  color: #1d439b;
}
.product-detail .prices table .sale-price {
  color: #f4f4f4;
}
.product-detail .prices table .buy a {
  display: inline-block;
  margin-left: -10px;
}
.product-detail .prices table .buy a i {
  display: inline !important;
  font-size: 20px;
  line-height: 0;
}
.product-detail .brand-box {
  width: 100%;
  display: inline-block;
}
.product-detail .brand-box > span {
  float: left;
  display: inline-block;
}
.product-detail .brand-box > span a {
  padding: 3px 8px;
  margin-right: 10px;
  background: #2c2d2d;
  color: #0093dd;
}
/*<---   End Region   --->*/

/* REGION BOX NEWS*/

.articles {
  width: 100%;
  display: inline-block;
}
.articles .box-title {
  border-bottom: 1px solid #f4f4f4;
  padding-left: 0;
  margin-bottom: 15px;
}
.articles .main-heading a {
  color: #2c2d2d;
}
.articles .title {
  display: block;
  margin: 10px 0;
  padding: 8px 15px 5px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
}
.articles .heading-title {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 0;
  background: transparent;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 4px solid #0093dd;
}
.articles .head_line {
  height: 12px;
  width: 100%;
  margin-top: -26px;
  background: transparent url(images/bg-title.png) repeat center;
}
.articles .items {
  width: 100%;
  display: inline-block;
  padding-top: 20px;
}
.articles.partner .items figure .thumbnail {
  display: block;
  width: 100%;
  padding: 0;
  float: none;
  border: 1px solid #e5e5e5;
  height: 140px;
  overflow: hidden;
}
.articles.partner .items figure .thumbnail a {
  display: table;
  width: 100%;
  height: 100%;
}
.articles.partner .items figure .thumbnail a span {
  display: table-cell;
  vertical-align: middle;
}
.articles.partner .items figure .thumbnail a img {
  max-width: 100%;
  width: auto;
}
.articles.partner .items figure .meta {
  text-align: center;
  width: 100%;
  padding: 0;
  float: none;
}
.articles.partner .items figure:hover .thumbnail {
  border-color: #010086;
}
.articles.partner .items figure:hover .meta a {
  color: #0093dd;
}
/*END REGION*/

/*REGION NEWS DETAIL*/

.article .date-created {
  float: none;
  clear: both;
  font-size: 11px;
  color: #666666;
  padding-top: 10px;
  padding-bottom: 10px;
}
.article .date-created i {
  padding-right: 5px;
  font-size: 14px;
}
.article .title {
  margin: 10px 0;
  font-size: 18px;
  font-family: 'Roboto Bold', Arial, sans-serif;
  text-transform: uppercase;
}
.article .title span {
  border-bottom: 4px solid #0093dd;
  padding: 5px 0;
  display: inline-block;
}
.article .description.short {
  padding-top: 15px;
}
.article .cart-info {
  margin: 15px 0;
}
.article .cart-info a {
  display: inline;
  padding: 0 6px;
  position: relative;
  top: -12px;
}
.article .cart-info a i {
  line-height: 0 !important;
}
.article .checkout {
  display: inline-block;
  padding: 10px 0;
  width: 100%;
}
/*END REGION*/

.box-shopping-cart .totals #shopping-cart-totals-table {
  padding: 0 10px;
}
/*REGION LIST NEWS NORMAL*/

.box-news {
  top: 0;
  margin-bottom: 15px;
}
.box-news figure .thumbnail {
  border-radius: 2px;
  float: left;
  margin-bottom: 8px;
  padding: 1px;
  width: 32%;
}
.box-news figure .meta {
  float: left;
  padding-left: 15px;
  position: relative;
  text-align: left;
  width: 68%;
}
.box-news figure .meta h3 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}
.box-news figure .meta h3 a {
  color: #2c2d2d;
}
.box-news figure .meta .date {
  padding-bottom: 10px;
}
.box-news figure .meta .description {
  font-size: 14px;
}
.box-news figure .meta .view {
  font-size: 12px;
  text-align: right;
  margin-top: 30px;
}
.box-news figure .meta .view span {
  display: inline-block;
  background: #0093dd;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.box-news figure .meta .view span:hover {
  background: red;
}
.box-news figure .meta .view span:hover a {
  color: white;
}
.box-news figure .meta .view span a {
  color: white;
  padding: 5px 15px;
}
.box-news figure:hover .meta h3 a {
  color: #0093dd;
}
/*END REGION*/

.related {
  width: 100%;
  display: inline-block;
}
.related .title {
  font-family: corbel;
  font-size: 22px;
  margin: 0 0 10px;
}
.related.product figure {
  width: 100%;
  display: table;
  overflow: hidden;
}
.related.product figure > a {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.related.product figure > a img {
  max-width: 570px;
  max-height: 346px;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.related.product figure .ribbon {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  color: white;
  font-size: 11px;
  font-family: 'Roboto BoldCondensed', Arial, sans-serif;
  text-transform: uppercase;
  transform: rotate(-45deg);
}
.related.product figure .ribbon:before {
  position: absolute;
  content: '';
  top: -1px;
  left: -10px;
  border: 20px solid;
  border-color: red transparent transparent red;
  z-index: -1;
  transform: rotate(45deg);
}
.related.product .meta {
  padding: 5px;
  text-align: left;
}
.related.product .meta .product-name {
  text-align: center;
  height: 55px;
}
.related.product .meta .product-name a {
  font-size: 14px;
  line-height: 22px;
}
.related.product .meta .short-desc {
  font-size: 14px;
  color: #6a6a6a;
}
.related.product .wrap-item {
  border: 0;
  background: white;
}
.related.product .wrap-item:hover {
  border-color: transparent;
  background: #007fbf;
}
.related.product .wrap-item:hover figure > a img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.related.product .wrap-item:hover a {
  color: white;
}
.related.product .owl-controls {
  top: 38%;
}
.related .related-def {
  list-style-type: circle;
  padding-left: 30px;
}
.related .related-def a {
  display: inline;
  margin-right: 20px;
}
.related .related-def .date-created {
  font-style: italic;
  font-size: 13px;
}
.admin_edit {
  clear: both;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px dashed rgba(44, 45, 45, 0.4);
}
.admin_edit a {
  display: inline-block;
}
.box-detail-img .image-article {
  margin-top: 30px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  height: 296px;
  width: 100%;
  display: table;
}
.box-detail-img .image-article > a {
  display: table-cell;
  vertical-align: middle;
}
.box-detail-img .zoomWrapper {
  overflow: hidden;
  position: relative;
}
.box-detail-img .zoomWrapper > img {
  width: 100% !important;
  left: 0;
  top: 0;
}
.box-detail-img .ws_thumbs {
  padding-top: 4px;
}
#gallery_01 {
  margin-top: 5px;
  margin-left: -6px;
}
#gallery_01 .owl-controls {
  top: 42%;
}
#gallery_01 .owl-controls .owl-buttons div {
  background: rgba(255, 205, 5, 0.9);
  color: #666666;
  font-size: 14px;
  top: -5px;
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#gallery_01 .owl-controls .owl-buttons div i {
  display: inline;
  font-size: 11px;
  line-height: 18px;
}
#gallery_01 .owl-controls .owl-buttons div:hover {
  background: rgba(244, 244, 244, 0.9);
  color: #0345b7;
}
#gallery_01 .owl-controls .owl-buttons div:hover i {
  color: white;
}
#gallery_01 .owl-controls .owl-buttons .owl-prev {
  left: -6px;
  padding: 2px 8px 5px 6px;
}
#gallery_01 .owl-controls .owl-buttons .owl-next {
  right: -6px;
  padding: 2px 0px 5px 5px;
}
#gallery_01 .owl-item {
  padding: 0 2px;
}
#gallery_01 .item-img {
  padding: 5px;
  height: 95px;
  width: 100%;
  display: table;
}
#gallery_01 .item-img a {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid transparent;
}
.elevatezoom-gallery {
  display: inline;
}
.share-article a {
  width: 30px;
  height: 30px;
  background: red;
  padding: 5px;
  margin-right: 5px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  color: white;
}
.share-article a span {
  display: none;
}
.share-article a i {
  display: block;
  line-height: 20px;
}
.share-article a:hover {
  color: white;
}
.share-article #facebook {
  background: #3b5998;
}
.share-article #twitter {
  background: #00abf1;
}
.share-article #google {
  background: #f63e28;
}
.share-article #linkedin {
  background: #0085af;
}
#breadcrumb {
  padding: 15px 0 10px;
  background: white;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
}
#breadcrumb a {
  display: inline-block;
  color: #333333;
  font-family: Arial, sans-serif;
  padding-left: 10px;
}
#breadcrumb span {
  padding-left: 10px;
}
#breadcrumb li {
  position: relative;
  padding: 0 5px;
}
#breadcrumb li:first-child {
  padding-left: 0;
}
#breadcrumb li:first-child a {
  padding-left: 0;
}
#breadcrumb li:first-child a i:before {
  display: none;
}
#breadcrumb li.last {
  color: #444444;
}
.breadcrumb > li + li:before {
  content: "\f101";
  font-family: FontAwesome;
  left: 0;
  top: 0;
  color: #333333;
}
/* SIDE ADV*/

.box-adv.side-adv {
  margin: 20px 0;
}
.box-adv.side-adv .adv img {
  width: 100%;
  height: auto;
}
.box-adv.side-adv .adv:first-child {
  margin-bottom: 12px;
}
/* <-- TEMP ---> */

#middle {
  background: url(images/bg-middle.png) repeat center;
}
.box-banner ul {
  margin-bottom: 0;
}
.box-banner .banner-wrap-text {
  background: transparent;
}
.box-partner .partner .wrap-item figure {
  background: white;
}
.box-intro {
  margin-bottom: 50px;
}
.box-intro h1 {
  position: relative;
  padding-bottom: 10px;
  font-size: 30px;
}
.box-intro h1:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 4px;
  width: 40px;
  background: #0093dd;
}
.box-intro h2 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
}
.box-partner {
  background: none;
}
.categories .child-group {
  padding: 0 20px;
}
.categories .child-group ul li {
  padding-left: 25px;
  position: relative;
}
.categories .child-group ul li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 16px;
  width: 12px;
  height: 2px;
  background: #0093dd;
}
.categories .child-group ul li a {
  padding: 6px 0;
  font-family: 'Roboto Bold', Arial, sans-serif;
  font-size: 14px;
}
.categories .items.list-product > div {
  margin-bottom: 20px;
  padding: 0 10px;
}
.categories .items.list-product .wrap-item {
  background: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.categories .items.list-product .wrap-item figure,
.categories .items.list-product .wrap-item .meta {
  padding: 10px;
}
.download-box {
  padding-top: 10px;
  padding-bottom: 10px;
}
.download-box h4 {
  font-size: 16px;
  text-transform: uppercase;
}
.download-box ul {
  list-style-type: none;
}
.download-box ul li {
  padding: 5px;
}
.download-box ul li a {
  display: inline;
}
.download-box ul li i {
  margin-right: 10px;
  color: #0093dd;
  position: relative;
  top: 2px;
}
.comfirm-download {
  clear: both;
  display: inline-block;
  width: 100%;
}
.comfirm-download input {
  height: 34px;
  width: 200px;
  border: 1px solid #e5e5e5;
  padding: 2px 10px;
  margin-right: 5px;
  float: left;
}
.comfirm-download button {
  float: left;
  height: 34px;
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
}
.comfirm-download button:hover {
  background: #0093dd;
  color: white;
  border-color: #0093dd;
}
.comfirm-download .loading-img {
  position: absolute;
  left: 100px;
  top: 35px;
}
.comfirm-download .loading-img img {
  width: 20px !important;
}
/*ZOOM GALLERY*/

.zoomContainer .zoomWindowContainer > div {
  background-color: white;
}
.zoomContainer {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  #top {
    margin-bottom: -20px;
  }
}
