a.orange:focus,
a.orange:hover {
  color: #f69110!important;
}

.yellow,
a.yellow {
  color: #fcd419!important;
}

a.yellow:focus,
a.yellow:hover {
  color: #dfb803!important;
}

.purple,
a.purple {
  color: #cb79e6!important;
}

a.purple:focus,
a.purple:hover {
  color: #ba4ede!important;
}

.rose,
a.rose {
  color: #ff61e7!important;
}

a.rose:focus,
a.rose:hover {
  color: #ff2edf!important;
}

.brown,
a.brown {
  color: #d08166!important;
}

a.brown:focus,
a.brown:hover {
  color: #c4613f!important;
}

.bg-white {
  background-color: #fff!important;
}

.bg-grey {
  background-color: #eee!important;
}

.bg-black {
  background-color: #666!important;
}

.bg-red {
  background-color: #ed5441!important;
}

.bg-green {
  background-color: #51d466!important;
}

.bg-lblue {
  background-color: #32c8de!important;
}

.bg-blue {
  background-color: #609cec!important;
}

.bg-orange {
  background-color: #f8a841!important;
}

.bg-yellow {
  background-color: #fcd419!important;
}

.bg-purple {
  background-color: #cb79e6!important;
}

.bg-rose {
  background-color: #ff61e7!important;
}

.bg-brown {
  background-color: #d08166!important;
}

.bg-white-hover:hover {
  background-color: #fff!important;
}

.bg-grey-hover:hover {
  background-color: #eee!important;
}

.bg-black-hover:hover {
  background-color: #666!important;
}

.bg-red-hover:hover {
  background-color: #ed5441!important;
}

.bg-green-hover:hover {
  background-color: #51d466!important;
}

.bg-lblue-hover:hover {
  background-color: #32c8de!important;
}

.bg-blue-hover:hover {
  background-color: #609cec!important;
}

.bg-orange-hover:hover {
  background-color: #f8a841!important;
}

.bg-yellow-hover:hover {
  background-color: #fcd419!important;
}

.bg-purple-hover:hover {
  background-color: #cb79e6!important;
}

.bg-rose-hover:hover {
  background-color: #ff61e7!important;
}

.bg-brown-hover:hover {
  background-color: #d08166!important;
}

.br-white {
  border: 1px solid #fff;
}

.br-grey {
  border: 1px solid #eee;
}

.br-black {
  border: 1px solid #666;
}

.br-red {
  border: 1px solid #ed5441;
}

.br-green {
  border: 1px solid #51d466;
}

.br-lblue {
  border: 1px solid #32c8de;
}

.br-blue {
  border: 1px solid #609cec;
}

.br-orange {
  border: 1px solid #f8a841;
}

.br-yellow {
  border: 1px solid #fcd419;
}

.br-purple {
  border: 1px solid #cb79e6;
}

.br-rose {
  border: 1px solid #ff61e7;
}

.br-brown {
  border: 1px solid #d08166;
}

.br-size-1 {
  border-width: 2px!important;
}

.br-size-2 {
  border-width: 4px!important;
}

.br-size-3 {
  border-width: 6px!important;
}

.br-size-4 {
  border-width: 10px!important;
}

.br-size-5 {
  border-width: 15px!important;
}

.br-style-1 {
  border-style: dotted!important;
}

.br-style-2 {
  border-style: dashed!important;
}

.br-style-3 {
  border-style: double!important;
  border-width: 3px!important;
}

.br-no-left {
  border-left: 0!important;
}

.br-no-right {
  border-right: 0!important;
}

.br-no-top {
  border-top: 0!important;
}

.br-no-bottom {
  border-bottom: 0!important;
}

.btn {
  border-radius: 2px;
  position: relative;
}

.btn.btn-no-border {
  border: 0!important;
}

.btn.btn-round {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  font-size: 15px;
  text-align: center;
}

.btn.btn-round i {
  display: block;
  margin: 3px 0 2px;
}

.nav-tabs-one ul.nav-tabs li,
.nav-tabs-two ul.nav-tabs li {
  margin-right: 2px;
}

.btn.btn-round span {
  font-weight: 700;
}

.badge,
.label,
.panel .panel-heading h4 {
  font-weight: 400;
}

.btn.btn-transparent {
  border: 1px solid #fff!important;
  background: 0 0!important;
  color: #fff!important;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

.btn.btn-transparent.active,
.btn.btn-transparent:active,
.btn.btn-transparent:focus,
.btn.btn-transparent:hover {
  background: #fff!important;
  color: grey!important;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

.btn.btn-white {
  background: #fff;
  color: #666;
  border: 1px solid #ddd;
}

.btn.btn-white.active,
.btn.btn-white:active,
.btn.btn-white:focus,
.btn.btn-white:hover {
  background: #f7f7f7;
  color: #666;
}

.btn.btn-white.btn-outline {
  background: 0 0!important;
  border: 1px solid #f7f7f7!important;
  color: #666;
}

.btn.btn-grey {
  background: #eee;
  color: #666;
  border: 1px solid #d5d5d5;
}

.btn.btn-grey.active,
.btn.btn-grey:active,
.btn.btn-grey:focus,
.btn.btn-grey:hover {
  background: #d5d5d5;
  color: #999;
}

.btn.btn-grey.btn-outline {
  background: 0 0!important;
  border: 1px solid #d5d5d5!important;
  color: #666;
}

.btn.btn-black {
  color: #fff;
  background: #666;
  border: 1px solid #4d4d4d;
}

.btn.btn-black.active,
.btn.btn-black:active,
.btn.btn-black:focus,
.btn.btn-black:hover {
  background: #4d4d4d;
  color: #fff;
}

.btn.btn-black.btn-outline {
  background: 0 0!important;
  border: 1px solid #4d4d4d!important;
  color: #4d4d4d;
}

.btn.btn-red {
  color: #fff;
  background: #ed5441;
  border: 1px solid #e52d16;
}

.btn.btn-red.active,
.btn.btn-red:active,
.btn.btn-red:focus,
.btn.btn-red:hover {
  color: #fff;
  background: #e52d16;
}

.btn.btn-red.btn-outline {
  background: 0 0!important;
  border: 1px solid #e52d16!important;
  color: #e52d16;
}

.btn.btn-green {
  color: #fff;
  background: #51d466;
  border: 1px solid #30c247;
}

.btn.btn-green.active,
.btn.btn-green:active,
.btn.btn-green:focus,
.btn.btn-green:hover {
  background: #30c247;
  color: #fff;
}

.btn.btn-green.btn-outline {
  background: 0 0!important;
  border: 1px solid #30c247!important;
  color: #30c247;
}

.btn.btn-lblue {
  color: #fff;
  background: #32c8de;
  border: 1px solid #1faabe;
}

.btn.btn-lblue.active,
.btn.btn-lblue:active,
.btn.btn-lblue:focus,
.btn.btn-lblue:hover {
  background: #1faabe;
  color: #fff;
}

.btn.btn-lblue.btn-outline {
  background: 0 0!important;
  border: 1px solid #1faabe!important;
  color: #1faabe;
}

.btn.btn-blue {
  color: #fff;
  background: #609cec;
  border: 1px solid #3280e7;
}

.btn.btn-blue.active,
.btn.btn-blue:active,
.btn.btn-blue:focus,
.btn.btn-blue:hover {
  background: #3280e7;
  color: #fff;
}

.btn.btn-blue.btn-outline {
  background: 0 0!important;
  border: 1px solid #3280e7!important;
  color: #3280e7;
}

.btn.btn-orange {
  color: #fff;
  background: #f8a841;
  border: 1px solid #f69110;
}

.btn.btn-orange.active,
.btn.btn-orange:active,
.btn.btn-orange:focus,
.btn.btn-orange:hover {
  background: #f69110;
  color: #fff;
}

.btn.btn-orange.btn-outline {
  background: 0 0!important;
  border: 1px solid #f69110!important;
  color: #f69110;
}

.btn.btn-yellow {
  background: #fcd419;
  color: #fff;
  border: 1px solid #dfb803;
}

.btn.btn-yellow.active,
.btn.btn-yellow:active,
.btn.btn-yellow:focus,
.btn.btn-yellow:hover {
  background: #dfb803;
  color: #fff;
}

.btn.btn-yellow.btn-outline {
  background: 0 0!important;
  border: 1px solid #dfb803!important;
  color: #dfb803;
}

.btn.btn-purple {
  background: #cb79e6;
  color: #fff;
  border: 1px solid #ba4ede;
}

.btn.btn-purple.active,
.btn.btn-purple:active,
.btn.btn-purple:focus,
.btn.btn-purple:hover {
  background: #ba4ede;
  color: #fff;
}

.btn.btn-purple.btn-outline {
  background: 0 0!important;
  border: 1px solid #ba4ede!important;
  color: #ba4ede;
}

.btn.btn-rose {
  background: #ff61e7;
  color: #fff;
  border: 1px solid #ff2edf;
}

.btn.btn-rose.active,
.btn.btn-rose:active,
.btn.btn-rose:focus,
.btn.btn-rose:hover {
  background: #ff2edf;
  color: #fff;
}

.btn.btn-rose.btn-outline {
  background: 0 0!important;
  border: 1px solid #ff2edf!important;
  color: #ff2edf;
}

.btn.btn-brown {
  background: #d08166;
  color: #fff;
  border: 1px solid #c4613f;
}

.btn.btn-brown.active,
.btn.btn-brown:active,
.btn.btn-brown:focus,
.btn.btn-brown:hover {
  background: #c4613f;
  color: #fff;
}

.btn.btn-brown.btn-outline {
  background: 0 0!important;
  border: 1px solid #c4613f!important;
  color: #c4613f;
}

.label {
  border-radius: 2px;
  padding: 3px 7px;
  font-size: 12px;
  line-height: 18px;
}

.label.label-xs {
  font-size: 10px;
  padding: 1px 5px;
  line-height: 12px;
}

.label.label-sm {
  font-size: 11px;
  padding: 2px 6px;
  line-height: 15px;
}

.label.label-lg {
  font-size: 13px;
  padding: 5px 9px;
  line-height: 23px;
}

.label.label-white {
  color: #666!important;
  background: #f7f7f7;
}

.label.label-grey {
  color: #666!important;
  background: #eee;
}

.label.label-black {
  color: #fff;
  background: #666;
}

.label.label-red {
  color: #fff;
  background: #ed5441;
}

.label.label-green {
  color: #fff;
  background: #51d466;
}

.label.label-lblue {
  color: #fff;
  background: #32c8de;
}

.label.label-blue {
  color: #fff;
  background: #609cec;
}

.label.label-orange {
  color: #fff;
  background: #f8a841;
}

.label.label-yellow {
  background: #fcd419;
  color: #fff;
}

.label.label-purple {
  background: #cb79e6;
  color: #fff;
}

.label.label-rose {
  background: #ff61e7;
  color: #fff;
}

.label.label-brown {
  background: #d08166;
  color: #fff;
}

.badge {
  min-width: 10px;
  padding: 3px 7px!important;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  color: #fff;
  border-radius: 10px;
}

.badge.badge-white {
  color: #666;
  background: #fff;
}

.badge.badge-grey {
  color: #a2a2a2;
  background: #eee;
}

.badge.badge-black {
  color: #fff;
  background: #666;
}

.badge.badge-red {
  color: #fff;
  background: #ed5441;
}

.badge.badge-green {
  color: #fff;
  background: #51d466;
}

.badge.badge-lblue {
  color: #fff;
  background: #32c8de;
}

.badge.badge-blue {
  color: #fff;
  background: #609cec;
}

.badge.badge-orange {
  color: #fff;
  background: #f8a841;
}

.badge.badge-yellow {
  color: #fff;
  background: #fcd419;
}

.badge.badge-purple {
  color: #fff;
  background: #cb79e6;
}

.badge.badge-rose {
  color: #fff;
  background: #ff61e7;
}

.badge.badge-brown {
  color: #fff;
  background: #d08166;
}

.btn .badge {
  position: absolute;
  top: -13px;
  right: -8px;
}

.box-shadow-outer,
.box-shadow-outer .box-shadow-2 {
  position: relative;
}

.highlight-color {
  color: #fff;
  padding: 2px 4px;
}

.highlight-white {
  background: #fff;
  color: #666;
  padding: 2px 4px;
}

.highlight-grey {
  background: #eee;
  color: #666;
  padding: 2px 4px;
}

.highlight-black,
.highlight-brown,
.highlight-green,
.highlight-lblue,
.highlight-orange,
.highlight-purple,
.highlight-red,
.highlight-rose,
.highlight-yellow {
  color: #fff;
  padding: 2px 4px;
}

.highlight-black {
  background: #666;
}

.highlight-red {
  background: #ed5441;
}

.highlight-green {
  background: #51d466;
}

.highlight-lblue {
  background: #32c8de;
}

.highlight-blue {
  background: #609cec;
  color: #fff;
  padding: 2px 4px;
}

.highlight-orange {
  background: #f8a841;
}

.highlight-yellow {
  background: #fcd419;
}

.highlight-purple {
  background: #cb79e6;
}

.highlight-rose {
  background: #ff61e7;
}

.highlight-brown {
  background: #d08166;
}

.box-shadow-block {
  padding: 15px 20px;
  border: 1px solid #eee;
  background: #fff;
}

.box-shadow-outer {
  z-index: 1;
}

.box-shadow-outer .box-shadow-1 {
  box-shadow: 0 10px 6px -6px rgba(0,0,0,.2);
}

.box-shadow-outer .box-shadow-2:after,
.box-shadow-outer .box-shadow-2:before,
.box-shadow-outer .box-shadow-3:before,
.box-shadow-outer .box-shadow-4:after {
  content: "";
  z-index: -1;
  bottom: 15px;
  width: 50%;
  max-width: 300px;
  box-shadow: 0 15px 10px rgba(0,0,0,.2);
}

.box-shadow-outer .box-shadow-2:after,
.box-shadow-outer .box-shadow-2:before {
  position: absolute;
  left: 10px;
  top: 50%;
  background: rgba(0,0,0,.3);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.box-shadow-outer .box-shadow-2:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.box-shadow-outer .box-shadow-3 {
  position: relative;
}

.box-shadow-outer .box-shadow-3:before {
  position: absolute;
  left: 10px;
  top: 50%;
  background: rgba(0,0,0,.25);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.box-shadow-outer .box-shadow-4 {
  position: relative;
}

.box-shadow-outer .box-shadow-4:after {
  position: absolute;
  right: 10px;
  left: auto;
  top: 40%;
  background: rgba(0,0,0,.2);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.box-shadow-outer .box-shadow-5 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0,0,0,.2),0 0 40px rgba(0,0,0,.05) inset;
}

.box-shadow-outer .box-shadow-5:after,
.box-shadow-outer .box-shadow-5:before {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0,0,0,.3);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
}

.box-shadow-outer .box-shadow-5:after {
  right: 10px;
  left: auto;
  transform: skew(8deg) rotate(3deg);
}

.box-shadow-outer .box-shadow-5:after,
.box-shadow-outer .box-shadow-6:after {
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
}

.box-shadow-outer .box-shadow-6 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.box-shadow-outer .box-shadow-6:after,
.box-shadow-outer .box-shadow-6:before {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0,0,0,.3);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
}

.box-shadow-outer .box-shadow-6:after {
  right: 10px;
  left: auto;
  transform: skew(8deg) rotate(3deg);
}

.progress {
  box-shadow: inset 0 0 2px rgba(0,0,0,.1);
}

.progress.pb-xs {
  height: 3px!important;
}

.progress.pb-xs .progress-bar {
  line-height: 3px!important;
}

.progress.pb-sm {
  height: 6px!important;
}

.progress.pb-sm .progress-bar {
  line-height: 6px!important;
}

.progress.pb-md {
  height: 10px!important;
}

.progress.pb-md .progress-bar {
  line-height: 10px!important;
}

.progress.pb-lg {
  height: 24px!important;
}

.progress.pb-lg .progress-bar {
  line-height: 24px!important;
}

.progress .progress-bar {
  box-shadow: none;
}

.progress .progress-bar.progress-bar-white {
  background: #eee;
}

.progress .progress-bar.progress-bar-grey {
  background: #d5d5d5;
}

.progress .progress-bar.progress-bar-black {
  background: #666;
}

.progress .progress-bar.progress-bar-red {
  background: #ed5441;
}

.progress .progress-bar.progress-bar-green {
  background: #51d466;
}

.progress .progress-bar.progress-bar-lblue {
  background: #32c8de;
}

.progress .progress-bar.progress-bar-blue {
  background: #609cec;
}

.progress .progress-bar.progress-bar-orange {
  background: #f8a841;
}

.progress .progress-bar.progress-bar-yellow {
  background: #fcd419;
}

.progress .progress-bar.progress-bar-purple {
  background: #cb79e6;
}

.progress .progress-bar.progress-bar-rose {
  background: #ff61e7;
}

.progress .progress-bar.progress-bar-brown {
  background: #d08166;
}

.tab-content {
  padding-top: 10px;
}

.nav-tabs-one ul.nav-tabs li a {
  background: #fcfcfc;
  border: 1px solid #eee;
}

.nav-tabs-one .tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 10px 15px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.nav-tabs-two ul.nav-tabs li a {
  background: #fcfcfc;
  border: 1px solid #eee;
  border-bottom: 1px solid #fcfcfc;
  padding: 12px 15px 10px;
}

.nav-tabs-two ul.nav-tabs li.active a,
.nav-tabs-two ul.nav-tabs li.open a {
  color: #555;
  background: #fff;
}

.nav-tabs-two ul.nav-tabs li a:hover {
  background: #fff;
  color: #555;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.nav-tabs-two ul.nav-tabs li.active a,
.nav-tabs-two ul.nav-tabs li.active a:hover,
.nav-tabs-two ul.nav-tabs li.open a,
.nav-tabs-two ul.nav-tabs li.open a:focus,
.nav-tabs-two ul.nav-tabs li.open a:hover {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.nav-tabs-two .tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 10px 15px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.nav-tabs-three .nav-tabs-three-sidebar {
  width: 230px;
  float: left;
}

.nav-tabs-three .nav-tabs-three-sidebar ul {
  padding: 0;
  margin: 0;
}

.nav-tabs-three .nav-tabs-three-content {
  margin-left: 240px;
}

@media (max-width:767px) {
  .nav-tabs-three {
    max-width: 400px;
    margin: 10px auto;
  }

  .nav-tabs-three .nav-tabs-three-sidebar {
    width: 100%;
    float: none;
  }

  .nav-tabs-three .nav-tabs-three-content {
    margin-left: 0!important;
    margin-top: 20px;
  }
}

.nav-tabs-three ul.nav li a {
  font-size: 13px;
  padding: 8px 12px;
  background: #fcfcfc;
  border: 1px solid #eee;
  border-radius: 3px;
  margin-bottom: 5px;
  color: #555;
}

.nav-tabs-three ul.nav li.active a,
.nav-tabs-three ul.nav li:hover a {
  border: 1px solid;
  color: #fff;
}

.nav-tabs-three .tab-content {
  border: 1px solid #eee;
  padding: 10px 15px;
  border-radius: 3px;
}

.panel.panel-white {
  border-color: #eee;
}

.panel.panel-white .panel-heading {
  background: #f7f7f7;
  border-color: #eee;
  color: #666;
}

.panel.panel-white .panel-heading h4 a {
  color: #888;
}

.panel.panel-white .panel-heading h4 a:hover {
  color: #666;
}

.panel.panel-white .panel-footer {
  background: #f7f7f7;
  border-color: #eee;
  color: #666;
}

.panel.panel-grey {
  border-color: #d5d5d5;
}

.panel.panel-grey .panel-heading {
  background: #eee;
  border-color: #d5d5d5;
  color: #666;
}

.panel.panel-grey .panel-heading h4 a {
  color: #888;
}

.panel.panel-grey .panel-heading h4 a:hover {
  color: #666;
}

.panel.panel-grey .panel-footer {
  background: #eee;
  border-color: #d5d5d5;
  color: #666;
}

.panel.panel-black .panel-footer,
.panel.panel-black .panel-heading {
  background: #666;
  border-color: #4d4d4d;
  color: #fff;
}

.panel.panel-black {
  border-color: #4d4d4d;
}

.panel.panel-black .panel-heading h4 a,
.panel.panel-black .panel-heading h4 a:hover {
  color: #fff;
}

.panel.panel-red .panel-footer,
.panel.panel-red .panel-heading {
  background: #ed5441;
  border-color: #e52d16;
  color: #fff;
}

.panel.panel-red {
  border-color: #e52d16;
}

.panel.panel-red .panel-heading h4 a,
.panel.panel-red .panel-heading h4 a:hover {
  color: #fff;
}

.panel.panel-green .panel-footer,
.panel.panel-green .panel-heading {
  background: #51d466;
  border-color: #30c247;
  color: #fff;
}

.panel.panel-green {
  border-color: #30c247;
}

.panel.panel-green .panel-heading h4 a,
.panel.panel-green .panel-heading h4 a:hover {
  color: #fff;
}

.panel.panel-lblue .panel-footer,
.panel.panel-lblue .panel-heading {
  background: #32c8de;
  border-color: #1faabe;
  color: #fff;
}

.panel.panel-lblue {
  border-color: #1faabe;
}

.panel.panel-lblue .panel-heading h4 a,
.panel.panel-lblue .panel-heading h4 a:hover {
  color: #fff;
}

.panel.panel-blue .panel-footer,
.panel.panel-blue .panel-heading {
  background: #609cec;
  border-color: #3280e7;
  color: #fff;
}

.panel.panel-blue {
  border-color: #3280e7;
}

.panel.panel-blue .panel-heading h4 a,
.panel.panel-blue .panel-heading h4 a:hover {
  color: #fff;
}

.panel.panel-orange .panel-footer,
.panel.panel-orange .panel-heading {
  background: #f8a841;
  border-color: #f69110;
  color: #fff;
}

.panel.panel-orange {
  border-color: #f69110;
}

.panel.panel-orange .panel-heading h4 a,
.panel.panel-orange .panel-heading h4 a:hover {
  color: #fff;
}

.panel.panel-yellow .panel-footer,
.panel.panel-yellow .panel-heading {
  background: #fcd419;
  border-color: #dfb803;
  color: #fff;
}

.panel.panel-yellow {
  border-color: #dfb803;
}

.panel.panel-yellow .panel-heading h4 a,
.panel.panel-yellow .panel-heading h4 a:hover {
  color: #fff;
}

.panel.panel-purple .panel-footer,
.panel.panel-purple .panel-heading {
  background: #cb79e6;
  border-color: #ba4ede;
  color: #fff;
}

.panel.panel-purple {
  border-color: #ba4ede;
}

.panel.panel-purple .panel-heading h4 a,
.panel.panel-purple .panel-heading h4 a:hover {
  color: #fff;
}

.panel.panel-rose .panel-footer,
.panel.panel-rose .panel-heading {
  background: #ff61e7;
  border-color: #ff2edf;
  color: #fff;
}

.panel.panel-rose {
  border-color: #ff2edf;
}

.panel.panel-rose .panel-heading h4 a,
.panel.panel-rose .panel-heading h4 a:hover {
  color: #fff;
}

.panel.panel-brown .panel-footer,
.panel.panel-brown .panel-heading {
  color: #fff;
  background: #d08166;
  border-color: #c4613f;
}

.panel.panel-brown {
  border-color: #c4613f;
}

.panel.panel-brown .panel-heading h4 a,
.panel.panel-brown .panel-heading h4 a:hover {
  color: #fff;
}

#accordion-alt3 .panel .panel-heading {
  padding: 5px 0!important;
}

#accordion-alt3 .panel .panel-heading h4 {
  font-size: 13px;
  line-height: 28px;
}

#accordion-alt3 .panel .panel-heading h4 a i {
  font-size: 13px;
  line-height: 18px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  color: #fff;
  text-align: center;
}

.brand a i,
.brand-bg a i {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

#accordion-alt3 .panel .panel-body {
  padding: 15px 0;
}

.brand-bg a i {
  margin-right: 5px;
  transition: background 2s ease;
}

.brand-bg a i,
.brand-bg a i:hover {
  -webkit-transition: background 2s ease;
  -moz-transition: background 2s ease;
  -o-transition: background 2s ease;
  -ms-transition: background 2s ease;
}

.brand-bg a i:hover {
  transition: background 2s ease;
}

.brand-bg a.facebook i {
  background: #3280e7;
}

.brand-bg a.facebook i:hover {
  background: #134fa0;
}

.brand-bg a.twitter i {
  background: #32c8de;
}

.brand-bg a.twitter i:hover {
  background: #188392;
}

.brand-bg a.google-plus i {
  background: #f96f4a;
}

.brand-bg a.google-plus i:hover {
  background: #eb6440;
}

.brand-bg a.linkedin i {
  background: #729fda;
}

.brand-bg a.linkedin i:hover {
  background: #3069b6;
}

.brand-bg a.pinterest i {
  background: #ed5441;
}

.brand-bg a.pinterest i:hover {
  background: #b72411;
}

.brand-bg a.dropbox i {
  background: #32c8de;
}

.brand-bg a.dropbox i:hover {
  background: #188392;
}

.brand-bg a.bitcoin i {
  background: #f8a841;
}

.brand-bg a.bitcoin i:hover {
  background: #cc7607;
}

.brand-bg a.foursquare i {
  background: #22bed4;
}

.brand-bg a.foursquare i:hover {
  background: #146f7c;
}

.brand-bg a.flickr i {
  background: #ff61e7;
}

.brand-bg a.flickr i:hover {
  background: #fa00d4;
}

.brand-bg a.github i {
  background: #666;
}

.brand-bg a.github i:hover {
  background: #333;
}

.brand-bg a.instagram i {
  background: #d6917a;
}

.brand-bg a.instagram i:hover {
  background: #b35637;
}

.brand-bg a.skype i {
  background: #32c8de;
}

.brand-bg a.skype i:hover {
  background: #188392;
}

.brand-bg a.tumblr i {
  background: #84a1c8;
}

.brand-bg a.tumblr i:hover {
  background: #476d9f;
}

.brand-bg a.vimeo i {
  background: #32c8de;
}

.brand-bg a.vimeo i:hover {
  background: #188392;
}

.brand-bg a.dribbble i {
  background: #ff2edf;
}

.brand-bg a.dribbble i:hover {
  background: #c700a9;
}

.brand-bg a.youtube i {
  background: #ed5441;
}

.brand-bg a.youtube i:hover {
  background: #b72411;
}

.brand a i {
  margin-right: 10px;
  transition: color 2s ease;
}

.brand a i,
.brand a i:hover {
  -webkit-transition: color 2s ease;
  -moz-transition: color 2s ease;
  -o-transition: color 2s ease;
  -ms-transition: color 2s ease;
}

.brand a i:hover {
  transition: color 2s ease;
}

.brand a.facebook i {
  color: #3280e7;
}

.brand a.facebook i:hover {
  color: #134fa0;
}

.brand a.twitter i {
  color: #32c8de;
}

.brand a.twitter i:hover {
  color: #188392;
}

.brand a.google-plus i {
  color: #f96f4a;
}

.brand a.google-plus i:hover {
  color: #eb6440;
}

.brand a.linkedin i {
  color: #729fda;
}

.brand a.linkedin i:hover {
  color: #3069b6;
}

.brand a.pinterest i {
  color: #ed5441;
}

.brand a.pinterest i:hover {
  color: #b72411;
}

.brand a.dropbox i {
  color: #32c8de;
}

.brand a.dropbox i:hover {
  color: #188392;
}

.brand a.bitcoin i {
  color: #f8a841;
}

.brand a.bitcoin i:hover {
  color: #cc7607;
}

.brand a.foursquare i {
  color: #22bed4;
}

.brand a.foursquare i:hover {
  color: #146f7c;
}

.brand a.flickr i {
  color: #ff61e7;
}

.brand a.flickr i:hover {
  color: #fa00d4;
}

.brand a.github i {
  color: #666;
}

.brand a.github i:hover {
  color: #333;
}

.brand a.instagram i {
  color: #d6917a;
}

.brand a.instagram i:hover {
  color: #b35637;
}

.brand a.skype i {
  color: #32c8de;
}

.brand a.skype i:hover {
  color: #188392;
}

.brand a.tumblr i {
  color: #84a1c8;
}

.brand a.tumblr i:hover {
  color: #476d9f;
}

.brand a.vimeo i {
  color: #32c8de;
}

.brand a.vimeo i:hover {
  color: #188392;
}

.brand a.dribbble i {
  color: #ff2edf;
}

.brand a.dribbble i:hover {
  color: #c700a9;
}

.brand a.youtube i {
  color: #ed5441;
}

.brand a.youtube i:hover {
  color: #b72411;
}

.owl-theme .owl-controls {
  margin-top: 10px;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: .5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls .owl-pagination {
  text-align: center;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 1px rgba(0,0,0,.4);
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 0 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-nav {
  text-align: right;
  margin-bottom: 10px;
}

.owl-nav a i {
  width: 23px;
  height: 23px;
  line-height: 23px;
  background: #f3f3f3;
  border-bottom: 1px solid #ccc;
  color: #ccc;
  display: inline-block;
  border-radius: 2px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

body.boxed,
body.boxed.pattern-1 {
  background: url(../../img/body/pattern/1.png) #fff;
}

.owl-nav a i:hover {
  color: #fff;
}

.owl-nav a.owl-nav-prev i {
  margin-right: 3px;
}

.owl-carousel .owl-content {
  margin: 10px 5px;
}

body.boxed {
  margin: 0 80px;
}

@media (max-width:1000px) {
  body.boxed {
    margin: 0 40px;
  }
}

@media (max-width:480px) {
  body.boxed {
    margin: 0 20px;
  }
}

body.boxed .outer {
  box-shadow: 0 0 15px rgba(0,0,0,.15);
}

body.boxed .container {
  width: 100%;
}

body.boxed.pattern-2 {
  background: url(../../img/body/pattern/2.png) #fff;
}

body.boxed.pattern-3 {
  background: url(../../img/body/pattern/3.png) #fff;
}

body.boxed.pattern-4 {
  background: url(../../img/body/pattern/4.png) #fff;
}

body.boxed.pattern-5 {
  background: url(../../img/body/pattern/5.png) #fff;
}

body.boxed.img-1 {
  background: url(../../img/body/img/1.jpg) fixed #fff;
  background-size: cover;
}

body.boxed.img-2 {
  background: url(../../img/body/img/2.jpg) fixed #fff;
  background-size: cover;
}

body.boxed.img-3 {
  background: url(../../img/body/img/3.jpg) fixed #fff;
  background-size: cover;
}

body.boxed.img-4 {
  background: url(../../img/body/img/4.jpg) fixed #fff;
  background-size: cover;
}

body.boxed.img-5 {
  background: url(../../img/body/img/5.jpg) fixed #fff;
  background-size: cover;
}

.outer {
  background: #fff;
}

.outer .container {
  width: 100%;
  max-width: 1150px;
}

.top-bar {
  background: #fdfdfd;
  padding: 6px 0;
  font-size: 13px;
  line-height: 25px;
}

.top-bar .tb-search {
  position: relative;
}

.top-bar .tb-search .b-dropdown-block {
  padding: 7px;
  border: 1px solid #ddd;
  width: 250px;
  position: absolute;
  background: #fff;
  top: 30px;
  left: 0;
  border-radius: 2px;
  box-shadow: 0 3px 3px rgba(0,0,0,.05);
  display: none;
  z-index: 10000;
}

.top-bar .tb-social {
  margin-right: 10px;
}

.top-bar .tb-social i {
  font-size: 13px;
  margin: 0 2px 0 0;
}

.top-bar .tb-shopping-cart {
  position: relative;
  margin-left: 15px;
}

.top-bar .tb-shopping-cart i {
  font-size: 14px;
}

.top-bar .tb-shopping-cart .b-dropdown-block {
  width: 250px;
  background: #fff;
  right: 0;
  border: 1px solid #e2e2e2;
  position: absolute;
  margin-top: 5px;
  z-index: 10000;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 3px 15px rgba(0,0,0,.1);
  display: none;
}

.top-bar .tb-shopping-cart .b-dropdown-block h4 {
  font-size: 13px;
  font-weight: 600;
  margin-top: 0;
  padding-top: 0;
  border-bottom: 1px dashed #eee;
}

.top-bar .tb-shopping-cart .b-dropdown-block ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}

.top-bar .tb-shopping-cart .cart-img {
  width: 40px;
  float: left;
}

.top-bar .tb-shopping-cart .cart-title {
  position: relative;
  margin-left: 50px;
}

.top-bar .tb-shopping-cart .cart-title h5 {
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
}

.top-bar .tb-shopping-cart .cart-title h5 a {
  color: #666;
}

.top-bar .tb-shopping-cart .cart-title h5 a:hover {
  color: grey;
}

.top-bar .tb-language {
  margin-left: 10px;
}

.top-bar .tb-language a:hover {
  color: #666;
}

.navigation .mgmenu_container .mgmenu {
  font-family: "Open Sans",sans-serif;
}

.navigation .mgmenu_container .mgmenu * {
  text-shadow: none!important;
}

.navigation .mgmenu h1,
.navigation .mgmenu h2,
.navigation .mgmenu h3,
.navigation .mgmenu h4,
.navigation .mgmenu h5,
.navigation .mgmenu h6 {
  font-family: "Open Sans",sans-serif;
  margin: 4px 0;
  padding: 0;
  color: grey;
  font-weight: 600;
  text-transform: none;
}

.navigation .mgmenu h3 {
  font-size: 22px;
  line-height: 37px;
}

.navigation .mgmenu h4 {
  font-size: 18px;
  line-height: 33px;
}

.navigation .mgmenu h5 {
  font-size: 15px;
  line-height: 30px;
}

.navigation .mgmenu h6 {
  font-size: 13px;
  line-height: 28px;
}

.navigation .mgmenu hr {
  margin: 8px 0;
  padding: 0;
  border-top: 0;
  border-bottom: 1px solid #eee;
}

.navigation .mgmenu p {
  font-size: 13px;
  line-height: 23px;
  color: #666;
  margin: 5px 0;
  padding: 0;
}

.navigation .mgmenu a.btn,
.navigation .mgmenu button.btn,
.navigation .mgmenu input.btn {
  color: #fff!important;
}

.navigation .mgmenu a.btn.btn-white,
.navigation .mgmenu button.btn.btn-white,
.navigation .mgmenu input.btn.btn-white {
  color: #666!important;
}

.navigation .mgmenu li .dropdown_container,
.navigation .mgmenu li .dropdown_fullwidth,
.navigation .mgmenu li .mgmenu_multilevel {
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0!important;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
  background: #fff;
  border: 0;
  border-bottom: 2px solid;
  color: #737373;
  line-height: 23px;
}

.navigation .mgmenu li .dropdown_container a,
.navigation .mgmenu li .dropdown_fullwidth a,
.navigation .mgmenu li .mgmenu_multilevel a {
  color: #666;
}

.navigation .mgmenu li .dropdown_container a:hover,
.navigation .mgmenu li .dropdown_fullwidth a:hover,
.navigation .mgmenu li .mgmenu_multilevel a:hover {
  color: #4d4d4d;
}

.navigation .mgmenu li .dropdown_container ul.mega-links,
.navigation .mgmenu li .dropdown_fullwidth ul.mega-links,
.navigation .mgmenu li .mgmenu_multilevel ul.mega-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.navigation .mgmenu li .dropdown_container ul.mega-links li,
.navigation .mgmenu li .dropdown_fullwidth ul.mega-links li,
.navigation .mgmenu li .mgmenu_multilevel ul.mega-links li {
  padding: 5px 0;
}

.navigation .mgmenu li .dropdown_container ul.mega-links li>a:before,
.navigation .mgmenu li .dropdown_fullwidth ul.mega-links li>a:before,
.navigation .mgmenu li .mgmenu_multilevel ul.mega-links li>a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 7px;
}

.navigation .mgmenu .dropdown_flyout,
.navigation .mgmenu .dropdown_flyout .dropdown_flyout_level {
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,.15);
  background: #fff;
  padding-left: 5px;
}

.navigation .mgmenu .dropdown_flyout .dropdown_flyout_level {
  border: 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
}

@media (max-width:767px) {
  .top-bar .tb-contact {
    display: none;
  }

  .navigation .mgmenu .dropdown_flyout .dropdown_flyout_level {
    border: 0;
    box-shadow: none;
  }
}

.navigation .mgmenu .dropdown_flyout li {
  padding: 6px 0;
}

.navigation .mgmenu .dropdown_flyout ul li {
  padding: 6px 10px;
}

.navigation .mgmenu .dropdown_flyout .dropdown_parent {
  background: 0;
}

.navigation .mgmenu .dropdown_flyout .dropdown_parent>a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 10px;
  font-size: 14px;
}

.navigation .mgmenu .mgmenu_tabs li a.current {
  background: #f7f7f7!important;
  border: 1px solid #f4f4f4;
  box-shadow: none;
}

.navigation .mgmenu .mgmenu_tabs .mgmenu_tabs_panels {
  padding-top: 10px;
}

@media (max-width:767px) {
  .navigation .mgmenu .mgmenu_tabs .mgmenu_tabs_panels {
    padding: 10px;
  }
}

.navigation .mgmenu .mgmenu_tabs .mgmenu_tabs_panels ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.navigation .mgmenu .mgmenu_tabs .mgmenu_tabs_panels ul li {
  padding: 5px 0;
}

.header-1 {
  padding: 15px 0 0;
}

.header-1 .logo {
  margin: 10px 0 25px;
}

.header-1 .logo h1 {
  font-weight: 600;
}

.header-1 .logo h1 a {
  color: grey;
}

.header-1 .logo h1 a:hover {
  color: #666;
}

.header-1 .navigation {
  border-bottom: 3px solid;
}

.header-1 .navigation .container {
  width: 100%;
}

.header-1 .navigation>.container {
  padding: 0;
}

.header-1 .navigation .mgmenu_container {
  margin: 0;
  height: 46px;
  box-sizing: content-box;
}

.header-1 .navigation .mgmenu {
  padding-left: 0;
}

@media (max-width:767px) {
  .header-1 .logo h1 {
    text-align: center;
  }

  .header-1 .navigation .mgmenu_container {
    max-width: 350px;
    margin: 0 auto;
  }

  .header-1 .navigation .mgmenu {
    padding-left: 0;
  }
}

.header-1 .navigation .mgmenu>li {
  padding-right: 0;
}

.header-1 .navigation .mgmenu>li b {
  margin-right: 5px;
}

.header-1 .navigation .mgmenu>li>a,
.header-1 .navigation .mgmenu>li>span {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  padding: 18px 18px 15px;
  font-family: "Open Sans",sans-serif;
  border-right: 1px solid;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  -ms-transition: background .5s ease;
  transition: background .5s ease;
}

@media (max-width:767px) {
  .header-1 .navigation .mgmenu>li>a,
  .header-1 .navigation .mgmenu>li>span {
    border: 0;
    border-bottom: 1px solid;
    padding: 18px 18px 15px;
  }
}

.header-1 .navigation .mgmenu>li>a i,
.header-1 .navigation .mgmenu>li>span i {
  margin-left: 4px;
}

.header-1 .navigation .mgmenu>li>a:focus,
.header-1 .navigation .mgmenu>li>a:hover,
.header-1 .navigation .mgmenu>li>span:focus,
.header-1 .navigation .mgmenu>li>span:hover {
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  -ms-transition: background .5s ease;
  transition: background .5s ease;
}

.header-1 .navigation .mgmenu>li:nth-child(2) {
  border-left: 1px solid;
}

.header-1 .navigation .mgmenu>li.mgmenu_button {
  padding: 18px 4% 16px;
  background-position: 96% 15px;
}

.header-1 .header-search {
  max-width: 250px;
  margin: 17px auto;
}

.header-2 {
  padding: 15px 0;
}

.header-2 .logo {
  margin: 10px 0 25px;
}

.header-2 .logo h1 {
  font-weight: 600;
}

.header-2 .logo h1 a {
  color: grey;
}

.header-2 .logo h1 a:hover {
  color: #666;
}

.header-2 .navigation .mgmenu_container {
  margin: 13px 0 10px;
  height: 46px;
  background: 0 0!important;
  box-sizing: content-box;
}

@media (max-width:767px) {
  .header-2 .logo h1 {
    text-align: center;
  }

  .header-2 .navigation .mgmenu_container {
    max-width: 350px;
    margin: 10px auto 20px!important;
  }
}

@media (max-width:990px) {
  .header-2 .navigation .mgmenu_container {
    margin: 0 auto;
  }
}

.page-heading-one,
.page-heading-two {
  margin-bottom: 30px;
}

.header-2 .navigation .mgmenu {
  background: #fff;
}

.header-2 .navigation .mgmenu>li {
  padding-right: 0;
}

.header-2 .navigation .mgmenu>li.active,
.header-2 .navigation .mgmenu>li:hover {
  background-color: transparent;
}

.header-2 .navigation .mgmenu>li b {
  margin-right: 5px;
}

.header-2 .navigation .mgmenu>li>a,
.header-2 .navigation .mgmenu>li>span {
  font-size: 13px;
  font-weight: 700;
  color: #666;
  padding: 17px 18px 16px;
  background: 0 0;
  font-family: "Open Sans",sans-serif;
}

.header-2 .navigation .mgmenu>li>a:focus,
.header-2 .navigation .mgmenu>li>a:hover,
.header-2 .navigation .mgmenu>li>span:focus,
.header-2 .navigation .mgmenu>li>span:hover {
  background: 0 0;
}

@media (max-width:767px) {
  .header-2 .navigation .mgmenu {
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
  }

  .header-2 .navigation .mgmenu>li>a,
  .header-2 .navigation .mgmenu>li>span {
    padding: 18px 18px 15px!important;
    border-bottom: 1px solid #ddd;
  }
}

@media (max-width:990px) {
  .header-2 .navigation .mgmenu>li>a,
  .header-2 .navigation .mgmenu>li>span {
    padding: 0 25px 16px 0;
  }
}

.header-2 .navigation .mgmenu>li>a i,
.header-2 .navigation .mgmenu>li>span i {
  margin-left: 4px;
}

.header-2 .navigation .mgmenu>li.mgmenu_button {
  padding: 18px 4% 16px;
  background-position: 96% 15px;
}

@media (max-width:767px) {
  .header-2 .navigation .mgmenu>li.nav-search {
    display: none!important;
  }
}

.header-2 .navigation .mgmenu li .dropdown_container,
.header-2 .navigation .mgmenu li .dropdown_fullwidth,
.header-2 .navigation .mgmenu li .mgmenu_multilevel {
  border-top: 2px solid;
}

.page-heading-one {
  text-align: center;
  background: url(../../img/backgrounds/heading-back.jpg) center center fixed;
  background-size: cover;
  padding: 50px 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,.15);
}

.page-heading-one h2 {
  color: #fff;
  font-size: 40px;
  line-height: 55px;
  font-weight: 300;
}

.page-heading-one p {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  margin-top: 10px;
  padding: 0 15px;
}

@media (max-width:767px) {
  .page-heading-one {
    padding: 30px 10px;
  }

  .page-heading-one h2 {
    font-size: 22px;
    line-height: 43px;
  }

  .page-heading-one p {
    font-size: 13px;
    line-height: 28px;
  }
}

.page-heading-two h2 {
  float: left;
  color: #666;
  font-weight: 400;
}

.page-heading-two h2 span {
  font-size: 13px;
  color: #888;
}

@media (max-width:767px) {
  .page-heading-two h2 {
    float: none;
  }
}

.page-heading-two .breads {
  float: right;
  font-size: 12px;
  color: #aaa;
  margin-top: 10px;
}

.page-heading-two .breads a {
  color: #888;
}

@media (max-width:767px) {
  .page-heading-two .breads {
    float: none;
    margin-top: 0;
  }
}

.block-heading-one {
  margin: 10px 0 15px;
}

.block-heading-one h3 {
  font-size: 15px;
  line-height: 30px;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 7px;
  margin-bottom: 10px;
  font-weight: 400;
}

.block-heading-two {
  margin: 10px 0 15px;
}

.block-heading-two h3 {
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  padding: 0 10px 6px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.block-heading-two h3 span {
  padding-bottom: 11px;
  border-bottom: 3px solid;
}

.block-heading-three {
  text-align: center;
  margin: 10px 0 15px;
}

.block-heading-three h3 {
  font-size: 22px;
  line-height: 37px;
  padding: 0 0 5px;
  margin-bottom: 5px;
  display: inline-block;
  border-bottom: 3px solid;
  font-weight: 400;
}

.block-heading-three p {
  max-width: 500px;
  margin: 3px auto;
  font-size: 14px;
  line-height: 29px;
}

.block-heading-four {
  text-align: center;
  margin: 10px 0 15px;
}

.block-heading-four i {
  width: 70px;
  height: 70px;
  border: 2px solid;
  line-height: 70px;
  border-radius: 100%;
  font-size: 22px;
  margin-bottom: 10px;
}

.smart-forms .file .gui-file:focus+.gui-input,
.smart-forms .file .gui-file:hover+.gui-input,
.smart-forms .gui-input:focus~.input-hint,
.smart-forms .gui-input:hover,
.smart-forms .gui-input:hover~.input-hint,
.smart-forms .gui-textarea:focus~.input-hint,
.smart-forms .gui-textarea:hover,
.smart-forms .gui-textarea:hover~.input-hint,
.smart-forms .select-multiple select:focus,
.smart-forms .select-multiple select:hover,
.smart-forms .select>select:hover {
  border-color: #bdc3c7;
}

.block-heading-four h3 {
  font-size: 33px;
  line-height: 48px;
  font-weight: 300;
  padding: 0;
  margin: 0 auto 10px;
  max-width: 650px;
}

.block-heading-five h4,
.block-heading-six h4 {
  color: #fff;
  display: inline-block;
  padding: 0 8px;
}

@media (max-width:767px) {
  .block-heading-four i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .block-heading-four h3 {
    font-size: 25px;
    line-height: 40px;
  }
}

.banner,
.bannercontainer {
  width: 100%;
  position: relative;
}

.block-heading-five {
  text-align: center;
  margin: 10px 0 15px;
}

.block-heading-five h4 {
  font-weight: 600;
  text-transform: uppercase;
}

.block-heading-five h3 {
  font-size: 22px;
  line-height: 37px;
  font-weight: 400;
  max-width: 550px;
  margin: 10px auto;
}

.block-heading-six {
  text-align: center;
  margin: 10px 0 15px;
}

.block-heading-six h4 {
  font-weight: 600;
  margin: 3px 0;
}

.block-heading-seven {
  text-align: center;
  margin: 10px 0 15px;
}

.block-heading-seven h3 {
  margin-bottom: 10px;
}

.block-heading-seven h4 {
  text-transform: uppercase;
}

.bannercontainer {
  padding: 0;
  z-index: 9;
}

.banner ul {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.tp-caption.b-big-bold {
  font-weight: 600;
  font-size: 50px;
  line-height: 65px;
}

.tp-caption.b-big-thin-transparent {
  font-weight: 300;
  font-size: 35px;
  line-height: 50px;
  padding: 0 10px;
  background: rgba(0,0,0,.5);
}

.tp-caption.b-medium-bold-grey {
  color: #999;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
}

.tp-caption.b-medium-thin-grey {
  color: #888;
  font-weight: 300;
  font-size: 30px;
  line-height: 45px;
}

.tp-caption.b-small-bold-grey {
  font-size: 22px;
  line-height: 37px;
  color: #999;
}

.tp-caption.b-small-para {
  font-size: 13px;
  line-height: 28px;
  font-weight: 400;
}

.tp-caption.b-medium-back {
  font-size: 22px;
  line-height: 37px;
  color: #fff;
  padding: 5px 15px;
}

.tp-caption.b-button a {
  display: inline-block;
  padding: 5px 18px;
  color: #fff;
}

.r-slider .banner {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.smart-forms,
.smart-forms button,
.smart-forms input,
.smart-forms label,
.smart-forms select,
.smart-forms textarea {
  font-family: "Open Sans",sans-serif!important;
}

.smart-forms .checkbox,
.smart-forms .radio {
  display: inline-block;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.smart-forms .checkbox:before {
  box-sizing: content-box;
}

.smart-forms .progress-bar>.bar,
.smart-forms .progress>button[type=submit],
.smart-forms .progress>button[type=submit]:hover,
.smart-forms .ui-slider .ui-slider-range {
  background-image: none;
}

.smart-forms .gui-input:focus,
.smart-forms .gui-textarea:focus,
.smart-forms .select-multiple select:focus,
.smart-forms .select>select:focus {
  border-color: #bdc3c7;
  color: #000;
}

.smart-forms .gui-input:focus~.field-icon i,
.smart-forms .gui-textarea:focus~.field-icon i,
.smart-forms .select>select:focus+.arrow {
  color: #bdc3c7;
}

.smart-forms .gui-textarea:focus {
  height: 120px;
}

.smart-forms .select>select:focus {
  z-index: 10;
}

.ui-datepicker {
  border: 1px solid #ddd;
  box-shadow: none;
  font-family: "Open Sans",sans-serif;
}

.ui-datepicker:before {
  border-color: #ddd;
}

.smart-forms input:checked+.checkbox,
.smart-forms input:checked+.checkbox:before,
.smart-forms input:checked+.radio,
.smart-forms input:focus+.checkbox,
.smart-forms input:focus+.checkbox:before,
.smart-forms input:focus+.radio,
.smart-forms input:hover+.checkbox,
.smart-forms input:hover+.radio {
  border-color: #bdc3c7;
}

.ui-datepicker .ui-datepicker-header,
.ui-timepicker-div .ui-widget-header {
  background: #fafafa;
}

.ui-datepicker .ui-datepicker-header *,
.ui-timepicker-div .ui-widget-header * {
  color: #666!important;
}

.smart-forms input:checked+.radio:before,
.smart-forms input:focus+.radio:before {
  background: #bdc3c7;
}

.smart-forms .rating-star,
.smart-forms .rating:hover .rating-star {
  color: #bdc3c7;
}

.flexslider {
  margin: 5px auto;
  border-radius: 0;
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
}

.flexslider.flex-sharp {
  border: 0;
  box-shadow: none;
}

.flex-direction-nav a,
.flex-direction-nav a:hover {
  font-size: 0;
  background: rgba(0,0,0,.5);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 3px;
  text-shadow: none;
  font-weight: 400;
}

.flex-direction-nav .flex-prev {
  left: 10px;
}

.flex-direction-nav .flex-next {
  right: 10px;
  text-align: center;
}

.flex-direction-nav a:before {
  font-size: 15px;
  color: rgba(255,255,255,.7);
}

.flex-control-nav {
  z-index: 8;
  bottom: 0;
}

.flex-control-nav li {
  margin: 0 4px;
}

.flex-control-paging li a {
  width: 13px;
  height: 13px;
  background: #fff;
  box-shadow: none;
  border: 2px solid #fff;
}

@media (max-width:480px) {
  .flex-direction-nav a,
  .flex-direction-nav a:hover {
    background: 0 0;
  }

  .flex-direction-nav a:before {
    font-size: 15px;
  }

  .flex-control-nav {
    bottom: -10px;
  }

  .flex-control-nav li {
    margin: 0 2px;
  }

  .flex-control-paging li a {
    width: 8px;
    height: 8px;
    border: 0;
  }
}

.flexslider ul li .flex-content {
  position: absolute;
  background: rgba(0,0,0,.7);
  max-width: 350px;
  overflow: hidden;
  padding: 15px 20px;
}

@media (max-width:550px) {
  .flexslider ul li .flex-content {
    display: none;
  }
}

.flexslider ul li .flex-content h4,
.flexslider ul li .flex-content h4 a {
  font-size: 16px;
  line-height: 29px;
  color: #fff;
}

.flexslider ul li .flex-content p {
  color: #ccc;
  font-size: 13px;
  line-height: 23px;
}

.flexslider ul li .flex-content.f-middle-left {
  top: 30%;
  left: 7%;
}

.flexslider ul li .flex-content.f-middle-right {
  top: 30%;
  right: 7%;
}

.flexslider ul li .flex-content.f-bottom-left {
  bottom: 7%;
  left: 5%;
}

.flexslider ul li .flex-content.f-bottom-right {
  bottom: 7%;
  right: 5%;
}

.flexslider ul li .flex-content.f-bottom-full {
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  padding: 12px 15px;
}

.flexslider ul li .flex-content.f-left-big {
  bottom: 0;
  left: 0;
  height: 100%;
  padding: 30px 25px;
}

.flexslider ul li .flex-content.f-right-big {
  bottom: 0;
  right: 0;
  height: 100%;
  padding: 30px 25px;
}

.flexslider.flex-one .flex-one-content {
  padding: 120px 20px;
  text-align: center;
}

.flexslider.flex-one .flex-one-content h5 {
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
  color: rgba(255,255,255,.8);
  text-transform: uppercase;
}

.flexslider.flex-one .flex-one-content h3 {
  font-size: 70px;
  line-height: 85px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.flexslider.flex-one .flex-one-content .btn {
  margin-top: 10px;
  font-size: 14px;
}

@media (max-width:767px) {
  .flexslider.flex-one .flex-one-content {
    padding: 60px 20px;
  }

  .flexslider.flex-one .flex-one-content h5 {
    font-size: 15px;
    font-weight: 600;
  }

  .flexslider.flex-one .flex-one-content h3 {
    font-size: 30px;
    line-height: 45px;
  }
}

.flexslider.flex-two .flex-two-content {
  padding: 100px 50px;
}

.flexslider.flex-two .flex-two-content h3 {
  font-size: 60px;
  line-height: 75px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.flexslider.flex-two .flex-two-content h3 span {
  color: #333;
}

.flexslider.flex-two .flex-two-content p {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
}

@media (max-width:767px) {
  .flexslider.flex-two .flex-two-content h3 {
    font-size: 30px;
    line-height: 45px;
  }

  .flexslider.flex-two .flex-two-content p {
    font-size: 13px;
    line-height: 28px;
    font-weight: 400;
  }
}

.flexslider.flex-three .flex-three-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}

.flexslider.flex-three .flex-three-content h3 {
  color: #fff;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  margin-top: -50px;
  background: rgba(0,0,0,.4);
  padding: 20px 0;
}

.flexslider.flex-three .flex-three-content h3 a,
.flexslider.flex-three .flex-three-content h3 a:hover {
  color: #fff;
}

@media (max-width:767px) {
  .flexslider.flex-three .flex-three-content h3 {
    font-size: 30px;
    line-height: 30px;
    margin-top: -15px;
  }
}

.facts {
  margin: 40px auto;
}

.facts .fact-value h4 {
  font-size: 28px;
  line-height: 43px;
  text-align: center;
  font-weight: 400;
}

.facts .fact-value span {
  font-size: 22px;
  margin: 0 2px;
}

.facts .fact-content p span {
  font-weight: 700;
}

@media (max-width:991px) {
  .facts .fact-container {
    max-width: 350px;
    margin: 0 auto;
  }
}

.support .support-filter input {
  width: 200px;
  padding: 6px 6px 6px 10px;
  border-radius: 3px;
  margin-top: 10px;
  border: 1px solid #ddd;
}

.support .support-filter li a {
  display: block;
  margin: 12px 0;
  color: #777;
}

.support .support-filter li a:before {
  font-family: FontAwesome;
  content: "\f105";
  color: #aaa;
  margin-right: 8px;
}

.support .support-filter li p {
  display: none;
  background: #fcfcfc;
  margin: 5px 0 10px 14px;
  padding: 12px 15px;
  border: 1px solid #ddd;
}

.support .s-contact i {
  color: #fff;
}

.support .s-contact .s-list {
  margin: 8px 0;
}

.about-us-one .about-logo {
  margin: 10px 0;
}

.about-us-one .about-logo h2 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
}

.about-us-one .about-logo h2 small {
  font-size: 16px;
}

.about-us-one .about-logo p {
  font-size: 17px;
  line-height: 32px;
  color: #999;
}

.about-us-one .our-process h4 {
  margin-top: 10px;
}

.about-us-one .our-process .our-process-item {
  margin: 10px auto;
  width: 170px;
  text-align: center;
  color: #fff;
}

.about-us-one .our-process .our-process-item a {
  width: 170px;
  height: 170px;
  border-radius: 100px;
  display: inline-block;
  border: 3px solid #fff;
  box-shadow: 0 0 2px #ddd;
  position: relative;
}

.about-us-one .our-process .our-process-item a i {
  font-size: 50px;
  line-height: 170px;
}

.about-us-one .our-process .our-process-item img {
  position: absolute;
  right: -50px;
  top: 70px;
}

.career-content {
  padding: 10px;
}

.career-content table.table td,
.career-content table.table th {
  font-size: 13px;
  line-height: 28px;
  border: 0;
  padding: 5px 10px;
}

.faq-alt .faq-alt-item {
  margin: 20px 0;
}

.faq-alt .faq-alt-item h4 {
  font-size: 22px;
  line-height: 37px;
  font-weight: 400;
}

.faq-alt .faq-alt-item p {
  font-size: 15px;
  line-height: 30px;
  color: #888;
}

.sitemap .sitemap-top {
  max-width: 400px;
}

.sitemap .sitemap-top form {
  max-width: 250px;
  margin-top: 10px;
}

.sitemap hr {
  margin: 8px 0;
}

.sitemap ul {
  padding-left: 20px;
}

.sitemap ul li {
  margin: 7px 0;
}

.sitemap ul li a {
  color: #777;
}

.our-product {
  margin: 20px 0;
}

.our-product .product-top {
  margin-bottom: 15px;
}

.our-product .product-top img {
  max-width: 600px;
  margin: 10px auto;
}

.our-product .product-top h2 {
  font-size: 35px;
  line-height: 60px;
}

.our-product .product-top p {
  font-size: 18px;
  line-height: 33px;
  color: #888;
  margin-bottom: 10px;
}

.cta-one .cta-one-content {
  border: 1px solid #eee;
  padding: 20px 25px;
  border-radius: 5px;
}

.cta-one .cta-one-content ul {
  margin: 0;
  padding: 0 0 0 15px;
}

.cta-one .btn,
.cta-two .btn {
  margin-top: 15px;
}

.cta-one .btn {
  text-align: center;
}

.cta-two .cta-two-content {
  border: 1px solid #eee;
  padding: 20px 25px;
  border-radius: 5px;
}

.cta-three .cta-three-content {
  max-width: 1000px;
  margin: 5px auto;
}

.cta-three .cta-three-content h4 {
  font-size: 22px;
  line-height: 37px;
  font-weight: 400;
}

@media (max-width:991px) {
  .cta-three .cta-three-content {
    text-align: center;
  }

  .cta-three .btn {
    margin-top: 10px;
  }
}

.cta-four .cta-four-content {
  text-align: center;
}

.cta-four .cta-four-content p {
  margin: 5px auto 10px;
  max-width: 700px;
}

.cta-five .cta-five-content {
  text-align: center;
}

.cta-five .cta-five-content span i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 80px;
  font-size: 25px;
  color: #fff;
  margin-bottom: 10px;
}

.cta-five .cta-five-content p {
  margin: 5px auto 10px;
  max-width: 700px;
}

.cta-five .cta-five-content input {
  border: 1px solid #ccc;
}

@media (max-width:767px) {
  .cta-two {
    text-align: center;
  }

  .cta-five form {
    max-width: 350px;
    margin: 10px auto;
  }
}

.cta-six {
  background: url(../../img/backgrounds/2.jpg) fixed #fff;
  background-size: cover;
  padding: 70px 0;
}

.cta-six .cta-six-content {
  max-width: 1000px;
  border: 2px solid rgba(255,255,255,.2);
  border-radius: 8px;
  padding: 50px 20px 40px;
  margin: 0 auto;
  text-align: center;
  background: rgba(0,0,0,.1);
}

.cta-six .cta-six-content h4 {
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
  color: #fff;
}

.cta-six .btn {
  background: rgba(0,0,0,.1);
  border: 1px solid rgba(255,255,255,.4);
  color: #fff;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.cta-six .cta-six-content a.btn:hover {
  background: rgba(255,255,255,.3);
}

@media (max-width:991px) {
  .cta-six .cta-three-content {
    text-align: center;
  }

  .cta-six .btn {
    margin-top: 10px;
  }
}

.cta-seven .cta-seven-content {
  text-align: center;
}

.cta-seven li a i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100px;
  text-align: center;
  margin: 0 8px;
  font-size: 30px;
}

.cta-seven h4 {
  font-size: 38px;
  margin-top: 15px;
  font-weight: 300;
  line-height: 53px;
  margin-bottom: 15px;
}

@media (max-width:767px) {
  .cta-seven li a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin: 0 2px;
  }

  .cta-seven h4 {
    font-size: 28px;
    line-height: 43px;
  }
}

.cta-eight .cta-eight-content {
  text-align: center;
}

.cta-eight .cta-eight-content h4 {
  color: #fff;
  display: inline-block;
  padding: 5px 14px;
}

.cta-eight .cta-eight-content h3 {
  font-size: 42px;
  line-height: 57px;
  font-weight: 600;
  margin: 15px 0;
}

@media (max-width:767px) {
  .cta-eight .cta-eight-content h3 {
    font-size: 30px;
    line-height: 45px;
  }
}

.cta-eight .cta-eight-content p {
  font-size: 16px;
  line-height: 31px;
  max-width: 700px;
  margin: 0 auto 20px;
}

.cta-eight .cta-eight-content ul li {
  font-size: 30px;
}

@media (max-width:767px) {
  .cta-eight .cta-eight-content p {
    font-size: 14px;
    line-height: 29px;
  }

  .cta-eight .cta-eight-content ul li {
    font-size: 20px;
  }
}

.cta-eight .cta-eight-content ul li a {
  color: #777;
}

.cta-eight .cta-eight-content ul li small {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  top: -5px;
}

@media (max-width:767px) {
  .cta-eight .cta-eight-content ul li small {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
}

.image-block {
  max-width: 350px;
  margin: 20px auto;
}

.image-block h4 a {
  color: #fff;
}

.image-style-one {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.image-style-one img {
  border-radius: 3px;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.image-style-one .image-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
  border-radius: 3px;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.image-style-one:hover .image-hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

.image-style-one:hover img {
  -webkit-transform: scale(1.2) rotate(8deg);
  -moz-transform: scale(1.2) rotate(8deg);
  -ms-transform: scale(1.2) rotate(8deg);
  -o-transform: scale(1.2) rotate(8deg);
  transform: scale(1.2) rotate(8deg);
}

.image-style-one .image-caption {
  margin-top: 12%;
  text-align: center;
}

.image-style-one .image-caption h4 {
  color: #fff;
  margin-bottom: 0;
}

.image-style-one .image-caption p {
  max-width: 75%;
  margin: 0 auto 5px;
  color: rgba(255,255,255,.8);
  line-height: 23px;
}

.image-style-one .image-caption a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  line-height: 30px;
}

.image-style-two {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.image-style-two img {
  border-radius: 3px;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.image-style-two .image-hover {
  position: absolute;
  top: 100%;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
  border-radius: 3px;
  transition: all .5s ease;
}

.image-style-three .image-hover,
.image-style-two .image-hover {
  left: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.image-style-two:hover .image-hover {
  top: 0;
}

.image-style-two:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.image-style-two .image-caption {
  margin-top: 12%;
  text-align: center;
}

.image-style-two .image-caption h4 {
  color: #fff;
  margin-bottom: 0;
}

.image-style-two .image-caption p {
  max-width: 75%;
  margin: 0 auto 5px;
  color: rgba(255,255,255,.8);
  line-height: 23px;
}

.image-style-two .image-caption a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  line-height: 30px;
}

.image-style-five .image-hover,
.image-style-five img,
.image-style-four img,
.image-style-seven .image-hover,
.image-style-seven img,
.image-style-six img,
.image-style-three img {
  border-radius: 3px;
}

.image-style-three {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.image-style-three .image-hover {
  position: absolute;
  top: 100%;
  z-index: 5;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  transition: all .5s ease;
}

.image-style-five,
.image-style-four,
.image-style-seven,
.image-style-six {
  overflow: hidden;
  z-index: 10;
}

.image-style-three:hover .image-hover {
  top: 0;
}

.image-style-three .image-caption {
  margin-top: 20%;
  text-align: center;
}

.image-style-three .image-caption h4,
.image-style-three .image-caption h4 a {
  color: #fff;
}

.image-style-three .image-caption p {
  max-width: 75%;
  margin: 5px auto;
  color: #fff;
  line-height: 23px;
}

.image-style-four {
  position: relative;
}

.image-style-four .image-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 15px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.image-style-four .image-caption h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.image-style-four .image-caption h4 span a i {
  color: #fff;
  margin-left: 2px;
}

.image-style-five {
  position: relative;
}

.image-style-five .image-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0,0,0,.3);
}

.image-style-five .image-caption {
  width: 100%;
  position: absolute;
  top: 25%;
  text-align: center;
}

.image-style-five .image-caption h4 {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  border-bottom: 3px solid;
  padding-bottom: 3px;
}

.image-style-five .image-caption p {
  margin: 3px auto 0;
  max-width: 70%;
  line-height: 23px;
  color: #fff;
}

.image-style-six {
  position: relative;
}

.image-style-six .image-caption {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: -100%;
  height: 40px;
  padding: 4px 15px;
  transition: all .5s ease;
}

.image-style-six .image-caption,
.image-style-six:hover .image-caption {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.image-style-seven .image-caption,
.img-box-1 .img-box-1-item .image-caption {
  text-align: center;
  margin-top: 30%;
}

.image-style-six:hover .image-caption {
  left: 0;
  transition: all .5s ease;
}

.image-style-six .image-caption h4 {
  color: #fff;
  font-size: 15px;
}

.image-style-six .image-caption p {
  color: rgba(255,255,255,.9);
  margin-bottom: 4px;
  line-height: 23px;
}

.image-style-seven {
  position: relative;
}

.image-style-seven img {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.image-style-seven .image-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.image-style-seven:hover .image-hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

.image-style-seven .image-caption a i {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  margin: 0 2px;
  line-height: 35px;
  color: #fff;
}

.image-style-eight {
  position: relative;
  z-index: 10;
}

.image-style-eight img {
  border-radius: 3px;
}

.image-style-eight .image-hover {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  position: absolute;
  top: 0;
  background: rgba(0,0,0,.3);
}

.image-style-eight .image-caption {
  width: 100%;
  position: absolute;
  bottom: -17px;
  text-align: center;
}

.image-style-eight .image-caption a i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  border-radius: 100px;
  color: #fff;
}

.icon-box-1 {
  margin: 20px 0;
}

.icon-box-1 .icon-box-1-item {
  width: 100%;
  max-width: 280px;
  margin: 10px auto;
}

.icon-box-1 .icon-box-1-item a i {
  font-size: 50px;
  position: relative;
  top: 10px;
  margin-bottom: 20px;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear;
}

.icon-box-1 .icon-box-1-item a i:hover {
  top: 0;
}

.icon-box-1 .icon-box-1-item h4 a {
  color: #888!important;
}

.icon-box-1 .icon-box-1-item p {
  color: #888;
}

.icon-box-2 {
  margin: 20px 0;
}

.icon-box-2 .icon-box-2-item {
  width: 100%;
  max-width: 280px;
  margin: 10px auto;
}

.icon-box-2 .icon-box-2-item .header {
  overflow: hidden;
  height: 140px;
}

.icon-box-2 .icon-box-2-item .header a {
  display: inline-block;
  padding: 40px 0;
  font-size: 50px;
}

.icon-box-2 .icon-box-2-item .header a.icon-top {
  color: #fff;
  position: relative;
  display: block;
  top: 10px;
  -webkit-transition: all .13s linear;
  -moz-transition: all .13s linear;
  -o-transition: all .13s linear;
  -ms-transition: all .13s linear;
  transition: all .13s linear;
}

.icon-box-2 .icon-box-2-item .header:hover a.icon-top {
  top: 100px;
}

.icon-box-2 .icon-box-2-item .header a.icon-bottom {
  color: #fff;
  display: block;
  position: relative;
  top: 100px;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  -ms-transition: all .1s linear;
  transition: all .1s linear;
}

.icon-box-2 .icon-box-2-item .header:hover a.icon-bottom {
  top: -120px;
}

.icon-box-2 .icon-box-2-item .icon-box-2-title {
  background: #555;
}

.icon-box-2 .icon-box-2-item .icon-box-2-title h4 {
  padding: 15px 0;
}

.icon-box-2 .icon-box-2-item .icon-box-2-title h4 a {
  color: #fff;
}

.icon-box-3 {
  margin: 20px 0;
}

.icon-box-3 .icon-box-3-item {
  color: #fff;
  padding: 25px;
  max-width: 280px;
  margin: 10px auto;
}

.icon-box-3 .icon-box-3-item i {
  font-size: 35px;
  margin-bottom: 8px;
}

.icon-box-3 .icon-box-3-item h4 a {
  color: #fff;
}

.icon-box-3 .icon-box-3-item a {
  color: rgba(0,0,0,.3);
  font-weight: 600;
}

.icon-box-3 .icon-box-3-item a i {
  font-size: 14px;
  margin-left: 3px;
}

.icon-box-4 {
  margin: 20px 0;
}

.icon-box-4 .icon-box-4-item {
  width: 100%;
  max-width: 280px;
  margin: 10px auto;
}

.icon-box-4 .icon-box-4-item a.icon-box-4-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
}

.icon-box-4 .icon-box-4-item h4 {
  display: inline;
}

.icon-box-4 .icon-box-4-item h4 a,
.icon-box-4 .icon-box-4-item p {
  color: #888;
}

.icon-box-5 {
  margin: 20px 0;
}

.icon-box-5 .icon-box-5-item {
  padding: 20px;
  max-width: 280px;
  color: #fff;
  margin: 10px auto;
}

.icon-box-5 .icon-box-5-item h4 a {
  color: #fff;
}

.icon-box-5 .icon-box-5-item h4 i {
  margin-right: 10px;
}

.icon-box-5 .icon-box-5-item a {
  color: #fff;
  font-weight: 600;
}

.icon-box-5 .icon-box-5-item a i {
  margin-left: 3px;
}

.icon-box-6 {
  margin: 20px 0;
}

.icon-box-6 .icon-box-6-item {
  max-width: 250px;
  margin: 10px auto;
}

.icon-box-6 .icon-box-6-item i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}

.icon-box-6 .icon-box-6-item h4 a,
.icon-box-6 .icon-box-6-item p {
  color: #888;
}

.icon-box-7 {
  margin: 20px 0;
}

.icon-box-7 .icon-box-7-item {
  width: 100%;
  max-width: 300px;
  margin: 10px auto;
}

.icon-box-7 .icon-box-7-item .icon-box-7-item-left {
  float: left;
  width: 85px;
}

.icon-box-7 .icon-box-7-item .icon-box-7-item-left a.icon-box-7-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  color: #fff;
  font-size: 30px;
  border-radius: 3px;
  text-align: center;
  margin-top: 5px;
}

.icon-box-7 .icon-box-7-item .icon-box-7-item-right {
  position: relative;
  margin-left: 95px;
}

.icon-box-7 .icon-box-7-item .icon-box-7-item-right h4 {
  margin-top: 0;
}

.icon-box-7 .icon-box-7-item .icon-box-7-item-right h4 a,
.icon-box-7 .icon-box-7-item .icon-box-7-item-right p {
  color: #888;
}

.icon-box-8 {
  margin: 20px 0;
}

.icon-box-8 .icon-box-8-item {
  max-width: 260px;
  margin: 10 auto;
  padding: 30px;
  color: #fff;
  box-shadow: 0 0 10px #fff;
  border-top: 3px solid rgba(0,0,0,.2);
  border-radius: 3px;
}

.icon-box-8 .icon-box-8-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100px;
  text-align: center;
  box-shadow: inset 0 0 2px rgba(0,0,0,.3);
  background: rgba(0,0,0,.2);
  overflow: hidden;
  margin: 0 auto 10px;
}

.icon-box-8 .icon-box-8-icon a {
  display: inline-block;
  font-size: 30px;
}

.icon-box-8 .icon-box-8-icon a.icon-box-8-icon-top {
  color: #fff;
  position: relative;
  display: block;
  top: 0;
  -webkit-transition: all .13s linear;
  -moz-transition: all .13s linear;
  -o-transition: all .13s linear;
  -ms-transition: all .13s linear;
  transition: all .13s linear;
}

.icon-box-8 .icon-box-8-icon:hover a.icon-box-8-icon-top {
  top: 100px;
}

.icon-box-8 .icon-box-8-icon a.icon-box-8-icon-bottom {
  color: #fff;
  display: block;
  position: relative;
  top: 100px;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  -ms-transition: all .1s linear;
  transition: all .1s linear;
}

.icon-box-8 .icon-box-8-icon:hover a.icon-box-8-icon-bottom {
  top: -80px;
}

.icon-box-8 .icon-box-8-item h4 a {
  color: #fff;
}

.icon-box-9 {
  margin: 20px 0;
}

.icon-box-9 .icon-box-9-item {
  max-width: 280px;
  padding: 15px 10px 15px 20px;
  position: relative;
  margin: 10px auto;
}

.icon-box-9 .icon-box-9-item a.icon-box-9-icon i {
  font-size: 20px;
  margin-right: 5px;
  color: #777;
}

.icon-box-9 .icon-box-9-item:hover a.icon-box-9-icon i,
.icon-box-9 .icon-box-9-item:hover h4 a,
.icon-box-9 .icon-box-9-item:hover p {
  color: #fff;
}

.icon-box-9 .icon-box-9-item h4 {
  display: inline;
}

.icon-box-9 .icon-box-9-item h4 a {
  color: #777;
}

.icon-box-10 .icon-box-right h4 a,
.icon-box-9 .icon-box-9-item p {
  color: #888;
}

.icon-box-10 {
  margin: 20px 0;
}

.icon-box-10 .icon-box-10-content {
  max-width: 280px;
  margin: 10px auto;
}

.icon-box-10 .icon-box-left {
  float: left;
  width: 35px;
  text-align: center;
  padding-top: 5px;
}

.icon-box-10 .icon-box-left a {
  font-size: 28px;
}

.icon-box-10 .icon-box-right {
  margin-left: 45px;
}

.icon-box-10 .icon-box-right p {
  color: #777;
}

.img-box-1 {
  margin: 20px 0;
}

.img-box-1 .img-box-1-item {
  text-align: center;
  margin: 10px auto;
  max-width: 250px;
}

.img-box-1 .img-box-1-item .img-box-1-img {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.img-box-1 .img-box-1-item img {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.img-box-1 .img-box-1-item .image-hover {
  position: absolute;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all .5s ease;
}

.img-box-1 .img-box-1-item .image-hover,
.img-box-2 .img-box-2-item .image-hover {
  top: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.img-box-1 .img-box-1-item:hover .image-hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

.img-box-1 .img-box-1-item .image-caption a i {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 2px;
  margin: 0 2px;
  line-height: 35px;
  color: #fff;
}

.img-box-1 .img-box-1-cap {
  background: #fff;
  padding: 12px 20px 15px;
  text-align: center;
  border: 1px solid #eee;
  border-top: 0;
}

.img-box-1 .img-box-1-item h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.img-box-1 .img-box-1-item h4 a {
  color: #777;
}

.img-box-1 .img-box-1-item .btn {
  margin-top: 5px;
}

.img-box-2 {
  margin: 20px 0;
}

.img-box-2 .img-box-2-item {
  position: relative;
  max-width: 250px;
  margin: 10px auto;
  z-index: 10;
  overflow: hidden;
}

.img-box-2 .img-box-2-item .image-hover {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}

.img-box-2 .img-box-2-item:hover .image-hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

.img-box-2 .img-box-2-item .image-caption {
  margin-top: 20%;
  text-align: center;
}

.img-box-2 .img-box-2-item .image-caption h4 a {
  color: #fff;
}

.img-box-2 .img-box-2-item .image-caption p {
  max-width: 75%;
  margin: 5px auto;
  line-height: 23px;
  color: #fff;
}

.img-box-3 {
  margin: 20px 0;
}

.img-box-3 .img-box-3-item {
  max-width: 240px;
  margin: 10px auto;
}

.img-box-3 .img-box-3-item .img-box-3-icon {
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 100px;
  text-align: center;
  margin: 10px auto;
}

.img-box-3 .img-box-3-item .img-box-3-icon a img {
  max-width: 60px;
  display: inline-block;
}

.img-box-3 .img-box-3-item h4 a {
  color: #777;
}

.img-box-3 .img-box-3-item .bor {
  width: 60px;
  height: 3px;
  margin: 10px auto 6px;
}

.img-box-4 {
  margin: 20px 0;
}

.img-box-4 .img-box-4-item {
  max-width: 260px;
  margin: 10px auto;
}

.img-box-4 .img-box-4-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 22px 20px 15px;
  position: relative;
}

.img-box-4 .img-box-4-content a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -20px;
  font-size: 15px;
}

.img-box-4 .img-box-4-content h4 a,
.img-box-5 .img-box-5-content h4 a {
  color: #777;
}

.img-box-4 .img-box-4-content .bor {
  width: 55px;
  height: 3px;
  margin: 12px auto 8px;
}

.img-box-5 {
  margin: 20px 0;
}

.img-box-5 .img-box-5-item {
  margin: 10px auto;
}

.img-box-5 .img-box-5-content .bor {
  width: 60px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (max-width:991px) {
  .img-box-5 .img-box-5-item {
    max-width: 300px;
  }

  .img-box-5 .img-box-5-img {
    margin-bottom: 20px;
  }
}

.img-box-6 {
  margin: 20px 0;
}

.img-box-6 .img-box-6-item {
  position: relative;
  border: 2px solid #fff;
  border-radius: 3px;
  margin: 10px auto;
  max-width: 450px;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.img-box-6 .img-box-6-content {
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,.4);
  color: #fff;
  padding: 10px 15px;
  text-shadow: 0 0 2px rgba(0,0,0,.3);
}

.img-box-6 .img-box-6-content h4 a {
  color: #fff;
}

.img-box-6 .img-box-6-content p {
  color: #fff;
  line-height: 20px;
}

.img-box-7 {
  margin: 20px 0;
}

.img-box-7 .img-box-7-item {
  max-width: 250px;
  margin: 10px auto;
  text-align: center;
}

.img-box-7 .img-box-7-item a img {
  display: inline-block;
  max-height: 80px;
  margin-bottom: 10px;
}

.img-box-7 .img-box-7-item h4 a {
  color: #777;
}

.img-box-7 .img-box-7-item .bor {
  width: 50px;
  height: 3px;
  margin: 10px auto;
}

.img-box-7 .img-box-7-item ul {
  padding: 0 40px;
}

.img-box-7 .img-box-7-item ul li {
  color: #888;
  border-bottom: 1px dashed #e8e8e8;
  line-height: 40px;
}

.img-box-7 .img-box-7-item ul li:last-child {
  border-bottom: 0;
}

.img-box-8 {
  margin: 20px 0;
}

.img-box-8 .img-box-8-item {
  text-align: center;
  margin: 10px auto;
  max-width: 250px;
}

.img-box-8 .img-box-8-item .img-box-8-img {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.img-box-8 .img-box-8-item img {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.img-box-8 .img-box-8-item .image-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all .5s ease;
}

.img-box-8 .img-box-8-item .image-hover,
.img-box-8 .img-box-8-item:hover .img-box-8-cap {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.img-box-8 .img-box-8-item:hover .image-hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

.img-box-8 .img-box-8-item .image-caption {
  margin-top: 30%;
  text-align: center;
}

.img-box-8 .img-box-8-item .image-caption a i {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 2px;
  margin: 0 2px;
  line-height: 35px;
  color: #fff;
}

.img-box-8 .img-box-8-cap {
  background: #fff;
  padding: 12px 20px 15px;
  text-align: center;
  border-top: 0;
}

.img-box-8 .img-box-8-item h4 a {
  color: #777;
}

.img-box-8 .img-box-8-item .bor {
  height: 3px;
  width: 50px;
  margin: 10px auto;
}

.img-box-8 .img-box-8-item p {
  color: #888;
}

.img-box-8 .img-box-8-item:hover .img-box-8-cap {
  transition: all .5s ease;
}

.img-box-8 .img-box-8-item:hover .img-box-8-cap h4 a {
  color: #fff;
}

.img-box-8 .img-box-8-item:hover .img-box-8-cap .bor {
  background: #fff!important;
}

.img-box-8 .img-box-8-item:hover .img-box-8-cap p {
  color: #fff;
}

.pricing-one {
  margin: 30px 0;
}

.pricing-one .pricing-item {
  position: relative;
  max-width: 550px;
  margin: 15px auto;
  padding: 20px;
  border: 1px solid #eee;
  box-shadow: 0 2px 15px rgba(0,0,0,.05);
  border-radius: 3px;
}

.pricing-one .pricing-item .tag {
  right: -15px;
  top: -15px;
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.pricing-one .pricing-item h3 {
  margin-bottom: 20px;
}

.pricing-one .pricing-item .plan-price {
  width: 120px;
  text-align: center;
  float: left;
}

.pricing-one .pricing-item .p-price {
  font-size: 40px;
  font-weight: 600;
  width: 100px;
  height: 100px;
  display: block;
  margin: 10px auto;
  text-align: center;
  line-height: 100px;
  color: #fff;
  border-radius: 100%;
}

.pricing-one .pricing-item .p-price small {
  font-size: 17px;
}

.pricing-one .pricing-item .plan-details {
  margin-left: 140px;
}

.pricing-one .pricing-item .plan-details ul li {
  padding: 8px 5px;
  border-bottom: 1px dashed #eee;
}

.pricing-one .plan-details ul li span {
  font-weight: 600;
  color: #666;
}

@media (max-width:480px) {
  .pricing-one .pricing-item h3 {
    margin-bottom: 0;
    text-align: center;
  }

  .pricing-one .pricing-item .plan-price {
    width: 100%;
    float: none;
  }

  .pricing-one .pricing-item .plan-details {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width:767px) {
  .pricing-one .pricing-item {
    max-width: 400px;
  }
}

.pricing-two {
  margin: 30px 0;
}

.pricing-two .table {
  border-top: 1px solid #f2f2f2;
}

.pricing-two .table,
.pricing-two .table th {
  text-align: center;
}

.pricing-two .table td,
.pricing-two .table th {
  padding: 20px 10px;
  border: 1px solid #f2f2f2;
}

.pricing-two .table th {
  width: 25%;
  font-size: 30px;
  font-weight: 400;
  border-bottom: 0;
}

.pricing-two .table td:first-child {
  padding-left: 20px;
  text-align: left;
  padding-top: 35px;
}

.pricing-two tr td .ptable-title {
  font-size: 22px;
  font-weight: 400;
}

.pricing-two tr td .ptable-title i {
  width: 23px;
  line-height: 25px;
  text-align: right;
  margin-right: 5px;
}

.pricing-two .ptable-star {
  position: relative;
  display: block;
  text-align: center;
}

.pricing-two .ptable-star i {
  width: 8px;
  font-size: 13px;
}

.pricing-two .ptable-price {
  display: block;
}

.pricing-two tr td {
  font-size: 14px;
  line-height: 32px;
}

.pricing-two tr td .ptable-icon {
  display: block;
  margin-bottom: 5px;
  font-size: 30px;
}

.pricing-three {
  padding: 60px 10px;
  margin: 30px 0;
}

.pricing-three .pricing-content {
  max-width: 900px;
  margin: 20px auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  border-radius: 6px;
}

.pricing-three .pricing-item {
  padding: 30px 10px;
  text-align: center;
  background: #fff;
  border-radius: 6px;
}

.pricing-three .pricing-item.highlight {
  position: absolute;
  top: -20px;
  z-index: 1000;
  width: 100%;
  padding: 50px 10px;
  box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.pricing-three .pricing-item h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}

.pricing-three .pricing-item h4 {
  font-size: 55px;
}

.pricing-three .pricing-item h4 span {
  margin-right: 5px;
  font-size: 20px;
}

.pricing-three .pricing-item ul {
  margin: 20px 0;
}

.pricing-three .pricing-item ul li {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
}

@media (max-width:767px) {
  .pricing-three .pricing-content {
    max-width: 320px;
    background: 0 0;
    box-shadow: none;
  }

  .pricing-three .pricing-item {
    box-shadow: 0 0 10px rgba(0,0,0,.2);
  }

  .pricing-three .pricing-item.highlight {
    position: static;
    margin: 40px 0;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
  }
}

.pricing-four {
  margin: 30px 0;
}

.pricing-four .pricing-item {
  position: relative;
  max-width: 350px;
  margin: 20px auto;
  padding: 25px 10px;
  border: 1px solid #eee;
  border-radius: 6px;
  text-align: center;
}

.pricing-four .pricing-item .p-price {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 15px auto;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
}

.pricing-four .pricing-item .p-price .p-cer {
  font-size: 20px;
  margin-right: 3px;
}

.pricing-four .pricing-item .p-price .p-mon {
  font-size: 14px;
}

.pricing-four .pricing-item ul {
  margin: 20px 0;
}

.pricing-four .pricing-item ul li {
  padding: 10px 0 10px 45px;
  font-size: 15px;
  text-align: left;
}

.pricing-four .pricing-item ul li i {
  margin-right: 6px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.pricing-four .pricing-item .tag {
  position: absolute;
  top: -15px;
  right: -15px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}

.pricing-five {
  margin: 30px 0;
}

.pricing-five .pricing-item {
  position: relative;
  max-width: 350px;
  margin: 20px auto;
  padding-bottom: 20px;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
  border-radius: 6px;
}

.pricing-five .pricing-item .p-item-header {
  margin-bottom: 18px;
  padding: 20px 0;
  color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.pricing-five .p-item-header h4 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.pricing-five .p-item-header h3 {
  color: #fff;
  font-size: 40px;
}

.pricing-five .p-item-header h3 span {
  position: relative;
  top: -15px;
  left: -2px;
  font-size: 22px;
}

.pricing-five .pricing-item ul li {
  padding: 8px 0 8px 40px;
  font-size: 14px;
  text-align: left;
}

.pricing-five .pricing-item ul li strong {
  color: #444;
  width: 50px;
  margin-right: 10px;
  display: inline-block;
  text-align: right;
}

.pricing-six {
  margin: 30px 0;
}

.pricing-six .table tr th {
  width: 20%;
  background: #fcfcfc;
}

.pricing-six .table tr th:first-child {
  text-align: right;
  padding-right: 15px;
}

.pricing-six .table tr td,
.pricing-six .table tr th {
  padding: 15px;
  font-size: 13px;
}

.resume-mini {
  max-width: 500px;
  margin: 120px auto;
  background: #fff;
  padding: 50px 30px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.resume-mini img {
  width: 25px;
  margin: 0 auto 20px;
}

.resume-mini h2 {
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 10px;
}

.resume-mini p {
  font-size: 15px;
  line-height: 35px;
  color: #888;
  margin-bottom: 30px;
}

.team-one .team-member .deg,
.team-two .team-details .deg {
  color: #aaa;
}

.team-one .team-member {
  max-width: 280px;
  margin: 20px auto;
  text-align: center;
}

.team-one .team-member img {
  max-width: 280px;
  width: 100%;
  margin: 0 auto 10px;
  border-radius: 3px;
}

.team-one .team-member .brand-bg {
  margin-top: 8px;
}

.team-two .team-member {
  position: relative;
  max-width: 500px;
  margin: 20px 0;
}

.team-two .team-member img {
  width: 100%;
  max-width: 200px;
  float: left;
  border-radius: 3px;
}

.team-two .team-member .team-details {
  margin-left: 225px;
}

.team-two .team-member .brand-bg {
  margin-top: 5px;
}

.team-three .team-member {
  max-width: 280px;
  margin: 20px auto;
  text-align: center;
}

.team-three .team-member img {
  margin-bottom: 10px;
}

.team-three .team-member .team-container {
  position: relative;
}

.team-three .team-container .team-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px 15px;
  background: rgba(0,0,0,.5);
  clear: both;
}

.team-three .team-details h4 {
  color: rgba(255,255,255,.9);
  font-size: 16px;
}

.team-three .brand-bg {
  margin-top: 10px;
}

.team-four .team-member {
  max-width: 280px;
  margin: 20px auto;
}

.team-four .img-container {
  position: relative;
}

.team-four .img-container .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.team-four .team-member:hover .img-container .img-hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

.team-four .img-container .brand-bg {
  text-align: center;
  margin-top: 120px;
}

.team-four .img-container .brand-bg a i {
  margin: 0 2px;
}

.team-four .team-details {
  padding: 10px;
  text-align: center;
  border: 1px solid #eee;
  border-top: 0;
  transition: all .3s ease;
}

.team-four .team-details,
.team-four .team-details .deg,
.team-four .team-details h4,
.team-four .team-details p {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.team-four .team-details .deg,
.team-four .team-details h4,
.team-four .team-details p {
  transition: all .3s ease;
}

.team-four .team-details .deg {
  display: block;
  font-style: italic;
  color: #aaa;
}

.team-four .team-member:hover .team-details {
  border-top: 0!important;
}

.team-four .team-member:hover .team-details .deg,
.team-four .team-member:hover .team-details h4,
.team-four .team-member:hover .team-details p {
  color: #fff;
}

.team-five {
  margin: 10px auto;
  padding: 20px 0;
}

.team-five .team-member {
  max-width: 300px;
  margin: 20px auto;
  padding: 25px 10px;
  border-radius: 5px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.team-five .team-member img {
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
  border-radius: 100%;
  box-shadow: inset 0 0 5px rgba(0,0,0,.2);
}

.team-five .team-details {
  margin: 10px 0;
}

.team-five .team-details .deg {
  display: block;
  color: #aaa;
  font-style: italic;
}

.team-five .team-member .brand-bg {
  margin-top: 10px;
}

.team-six .team-member {
  max-width: 280px;
  margin: 20px auto;
  text-align: center;
}

.team-six .team-member img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 10px;
  border-radius: 50%;
}

.team-six .team-member .deg {
  color: #aaa;
  font-style: italic;
}

.team-six .team-member .team-links a i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
}

.team-seven .team-member {
  max-width: 280px;
  margin: 20px auto;
  text-align: center;
}

.team-seven .team-member .t-container {
  position: relative;
  z-index: 5;
  border-radius: 4px;
  overflow: hidden;
}

.team-seven .team-member .social {
  position: absolute;
  bottom: -70px;
  left: 0;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 12px 0;
  background: rgba(0,0,0,.6);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.team-seven .team-member:hover .social {
  bottom: 0;
}

.team-seven .team-member img {
  border-radius: 4px;
}

.team-seven .team-member h4 {
  margin-top: 15px;
}

.team-seven .team-member h4 span {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}

.team-eight .team-member {
  position: relative;
  max-width: 300px;
  margin: 20px auto;
  text-align: center;
  overflow: hidden;
}

.team-eight .team-member .hover-content {
  top: 0;
  height: 100%;
  background: rgba(0,0,0,.5);
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all .35s ease-out;
}

.team-eight .team-member .hover-content,
.team-eight .team-member .team-details {
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -ms-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
}

.team-eight .team-member:hover .hover-content {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

.team-eight .team-member .team-details {
  bottom: 30%;
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
  transition: all .35s ease-out;
}

.team-eight .team-member:hover .team-details {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.team-eight .team-member .team-details h4 {
  color: #fff;
}

.team-eight .team-member .team-details .deg {
  color: rgba(255,255,255,.9);
}

.team-eight .team-member .team-details hr {
  margin: 10px auto;
  width: 100px;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.team-eight .team-member .team-details .brand-bg {
  margin-top: 20px;
}

.testimonials-one {
  margin: 10px 0;
}

.testimonials-one .testimonials-one-item {
  margin: 10px 0 60px;
}

.testimonials-one .testimonials-one-content {
  position: relative;
  background: #fcfcfc;
  border: 1px solid #f8f8f8;
  border-bottom: 2px solid #eee;
  padding: 15px 20px 20px;
  margin-bottom: 25px;
  border-radius: 3px;
}

.testimonials-one .testimonials-one-content p {
  font-size: 13px;
  font-style: italic;
  line-height: 28px;
  color: #888;
}

.testimonials-one .testimonials-one-content:after,
.testimonials-one .testimonials-one-content:before {
  top: 100%;
  right: 3%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.testimonials-one .testimonials-one-content:after {
  border-color: rgba(136,183,213,0);
  border-top-color: #eee;
  border-width: 12px;
  margin-left: -31px;
}

.testimonials-one .testimonials-one-content:before {
  border-color: rgba(194,225,245,0);
  border-top-color: #ddd;
  border-width: 12px;
  margin-left: -31px;
}

.testimonials-one .testimonials-one-item h5 {
  font-size: 13px;
  text-align: right;
}

.testimonials-one .testimonials-one-item h5 a {
  color: #888;
}

.testimonials-one .testimonials-one-item h5 a img {
  width: 40px;
  display: inline;
  border-radius: 100px;
  margin-left: 5px;
}

.testimonials-two {
  background: url(../../img/raster.png) fixed,url(../../img/backgrounds/2.jpg) center center fixed;
  color: #fff;
  padding: 70px 50px;
}

.testimonials-two .testimonials-two-item {
  position: relative;
}

.testimonials-two .testimonials-two-img {
  width: 170px;
  float: left;
}

.testimonials-two .testimonials-two-img img {
  max-width: 150px;
  border-radius: 100px;
  margin: 0 auto;
}

.testimonials-two .testimonials-two-content {
  margin-left: 200px;
}

@media (max-width:767px) {
  .testimonials-two .testimonials-two-img {
    width: auto;
    float: none;
  }

  .testimonials-two .testimonials-two-content {
    margin-left: 0;
    text-align: center;
    margin-top: 10px;
  }
}

.testimonials-two .testimonials-two-content p {
  font-size: 16px;
  font-style: italic;
  line-height: 35px;
}

.testimonials-two .testimonials-two-content h5 {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  font-weight: 700;
}

.testimonials-two .testimonials-two-content h5 span {
  color: #fff;
}

.testimonials-three .testimonials-three-item {
  margin: 20px 0;
  padding: 12px 17px;
  border-radius: 3px;
  color: #fff;
}

.testimonials-three .testimonials-three-item h5 {
  font-size: 13px;
  text-align: right;
  color: #fff;
}

.sidebar {
  max-width: 350px;
}

.sidebar .s-widget {
  margin-bottom: 20px;
}

.sidebar .s-widget h5 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
}

.sidebar .widget-content {
  margin: 15px 0 10px;
}

.sidebar .widget-content.search {
  max-width: 280px;
}

.sidebar .widget-content.categories ul li:before {
  color: #555;
}

.sidebar .widget-content.categories ul li {
  padding-left: 5px;
  margin: 5px 0;
}

.sidebar .widget-content.categories ul li a {
  color: #888;
}

.sidebar .widget-content.brand-bg {
  max-width: 300px;
}

.sidebar .widget-content.brand-bg a {
  margin-bottom: 5px;
  display: inline-block;
}

.sidebar .widget-content.gallery img {
  max-width: 90px;
  margin-bottom: 5px;
}

.sidebar .widget-content.tabs ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar .widget-content.tabs .tab-pane ul li {
  margin: 7px 0;
}

.sidebar .widget-content.tabs .tab-pane ul li img {
  max-width: 60px;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

.sidebar .widget-content.tabs .tab-pane ul li span {
  color: #555;
}

.blog-meta {
  margin: 10px 0;
  padding: 5px 10px;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  background: #fcfcfc;
}

.blog-comments .blog-comment-item.comment-reply,
.blog-comments .comment-details {
  margin-left: 75px;
}

.blog-meta a {
  color: #888;
  font-size: 12px;
}

.blog-meta a:hover {
  color: #555;
}

.blog-one .blog-one-content h6,
.blog-three .blog-three-content h6,
.blog-two .blog-two-content h6 {
  font-weight: 400;
  color: #aaa;
}

.blog-author .blog-author-img {
  max-width: 100px;
  float: left;
  margin-right: 15px;
}

.blog-comments .blog-comment-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.blog-four .blog-four-item,
.blog-one .blog-one-item,
.blog-three .blog-three-item,
.blog-two .blog-two-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.blog-comments .comment-author-image {
  float: left;
  max-width: 60px;
}

.blog-one .blog-one-item {
  margin-bottom: 20px;
}

.blog-one .blog-one-img {
  max-width: 220px;
  float: left;
  margin-bottom: 5px;
}

.blog-one .blog-one-img img {
  margin-top: 5px;
}

.blog-one .blog-one-content {
  position: relative;
  margin-left: 235px;
}

.blog-two .blog-two-item {
  margin-bottom: 20px;
}

.blog-two .blog-two-img,
.blog-two .blog-two-video {
  margin-bottom: 10px;
}

.blog-three .blog-three-item {
  margin-bottom: 20px;
}

.blog-three .blog-three-img,
.blog-three .blog-three-video {
  margin-bottom: 10px;
}

.blog-four .blog-four-item {
  margin-bottom: 20px;
}

.blog-four h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
  font-weight: 400;
}

.blog-four h3 a {
  color: #888;
}

.blog-four .meta-block {
  margin: 10px 0;
}

.magazine .magazine-meta i,
.magazine h4.mag-head i {
  margin-right: 5px;
}

.blog-masonry .item {
  padding: 15px;
  width: 33.3%;
}

@media (max-width:767px) {
  .blog-masonry .item {
    width: 50%!important;
  }
}

@media (max-width:480px) {
  .blog-masonry .item {
    width: 100%!important;
  }
}

.blog-masonry .item .grid-entry {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.blog-masonry .item .grid-entry .grid-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-masonry .item .grid-entry .video-container {
  margin-bottom: 20px;
}

.blog-masonry .item .grid-entry img {
  border-radius: 5px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.blog-masonry .item .grid-entry .grid-img .grid-img-hover {
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(0,0,0,.5);
  border-radius: 3px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 20;
}

.blog-masonry .item .grid-entry .grid-img:hover .grid-img-hover {
  top: 0;
  height: 100%;
}

.blog-masonry .item .grid-entry .grid-img a {
  color: #fff;
}

.blog-masonry .item .grid-entry .grid-img i.hover-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: all .6s ease-in;
  -moz-transition: all .6s ease-in;
  -ms-transition: all .6s ease-in;
  -o-transition: all .6s ease-in;
  transition: all .6s ease-in;
  z-index: 25;
}

.blog-masonry .item .grid-entry .grid-img:hover i.hover-icon {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

.blog-masonry .grid-entry .bor {
  margin-top: 6px;
  margin-bottom: 5px;
  width: 75px;
  height: 3px;
}

.blog-masonry .grid-entry .read-more {
  display: block;
  margin-top: 10px;
  color: #444;
  font-weight: 700;
  font-size: 12px;
}

.blog-masonry .grid-entry .grid-quote {
  color: #fff;
  padding: 15px;
}

.blog-masonry .grid-entry .grid-quote i {
  margin-bottom: 10px;
}

.blog-masonry .grid-entry .grid-quote p {
  font-size: 16px;
  line-height: 32px;
}

.blog-masonry .grid-entry .grid-quote .author {
  font-size: 16px;
  font-weight: 600;
}

.magazine .sidebar {
  max-width: 400px;
}

.magazine .sidebar h5 {
  font-size: 16px!important;
  font-weight: 600!important;
  text-transform: uppercase;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
}

.magazine .sidebar .widget-content.search {
  max-width: 300px!important;
}

.magazine .sidebar .widget-content.brand-bg {
  max-width: 400px;
}

.magazine .sidebar .widget-content.brand-bg i {
  font-size: 20px;
  margin-bottom: 4px;
}

.magazine .sidebar .widget-content.gallery img {
  max-width: 80px;
}

.magazine .magazine-item.mag-1,
.magazine-list {
  max-width: 400px;
}

.magazine .sidebar .widget-content.tags .label {
  background: #f7f7f7;
  color: #888;
}

.magazine .magazine-meta {
  color: #999;
}

.magazine .magazine-item {
  margin-bottom: 15px;
}

.magazine .magazine-item.mag-1 img {
  margin-bottom: 10px;
}

.magazine h4.mag-head {
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

@media (max-width:767px) {
  .magazine .sidebar {
    margin-top: 20px;
  }
}

.magazine-list li {
  margin: 20px 0;
}

.magazine-list li img {
  max-width: 100px;
  float: left;
  margin-top: 5px;
}

.magazine-list .m-list-content {
  margin-left: 110px;
}

.magazine-list h5 {
  font-weight: 400;
  line-height: 25px;
  margin-top: 0;
  padding-top: 0;
}

.magazine-list .magazine-meta {
  font-size: 12px;
}

.magazine-item.mag-2 {
  margin: 30px 0;
}

.magazine-item.mag-2 img {
  float: left;
  max-width: 200px;
}

.magazine-item.mag-2 .mag-2-content {
  margin-left: 220px;
}

@media (max-width:491px) {
  .magazine-item.mag-2 img {
    max-width: 400px;
    float: none!important;
  }

  .magazine-item.mag-2 .mag-2-content {
    margin-left: 0;
    margin-top: 10px;
  }
}

.magazine-item.mag-2 h4 {
  margin-top: 0;
  padding-top: 0;
  line-height: 25px;
}

.search-page form {
  margin: 10px 0;
}

.search-page .search-width {
  max-width: 350px;
}

.search-page input,
.search-page seelct {
  margin-bottom: 5px;
}

.search-results .s-result-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.search-results .s-result-item h5 {
  font-size: 18px;
}

.search-results .s-result-item .s-links {
  font-weight: 600;
}

.portfolio #filters {
  margin-bottom: 30px;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -ms-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
}

.isotope {
  -webkit-transition-property: height,width;
  -moz-transition-property: height,width;
  -ms-transition-property: height,width;
  -o-transition-property: height,width;
  transition-property: height,width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform,opacity;
  -moz-transition-property: -moz-transform,opacity;
  -ms-transition-property: -ms-transform,opacity;
  -o-transition-property: -o-transform,opacity;
  transition-property: transform,opacity;
}

.portfolio.pf-one .p-element {
  width: 24%;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  float: left;
  margin: .5%;
}

.portfolio.pf-one .p-element p,
.portfolio.pf-two .p-element p {
  margin-bottom: 10px;
}

@media (max-width:1050px) {
  .portfolio.pf-one .p-element {
    width: 32%;
  }
}

@media (max-width:991px) {
  .portfolio.pf-one .p-element {
    width: 48%;
  }
}

@media (max-width:480px) {
  .portfolio.pf-one .p-element {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.portfolio.pf-two .p-element {
  width: 25%;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  float: left;
}

@media (max-width:1050px) {
  .portfolio.pf-two .p-element {
    width: 33.333%;
  }
}

@media (max-width:991px) {
  .portfolio.pf-two .p-element {
    width: 50%;
  }
}

@media (max-width:480px) {
  .portfolio.pf-two .p-element {
    width: 100%;
  }
}

.projects .related-projects img {
  max-width: 150px;
  margin-right: 8px;
}

.quote-one .quote-one-item {
  margin: 10px auto;
}

.quote-one .quote-one-item span {
  float: left;
  font-family: 'Georgia Times New Roman',serif;
  width: 60px;
  display: inline-block;
  line-height: 115px;
  font-size: 120px;
  text-align: center;
  color: #fff;
}

.quote-one .quote-one-item .quote-one-right {
  margin-left: 80px;
}

.quote-one .quote-one-item p {
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
}

.quote-two {
  background: url(../../img/raster.png) fixed,url(../../img/backgrounds/3.jpg) center center fixed;
}

.quote-two .quote-two-content {
  text-align: center;
  max-width: 900px;
  margin: 60px auto;
  color: #fff;
  text-shadow: 1px 1px #000;
}

.quote-two .quote-two-content span {
  font-family: 'Georgia Times New Roman',serif;
  font-size: 120px;
  color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 100px;
  line-height: 140px;
  display: block;
  margin: 10px auto;
}

.quote-two .quote-two-content h3 {
  font-size: 35px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width:767px) {
  .quote-two .quote-two-content h3 {
    font-size: 25px;
    line-height: 40px;
  }
}

.quote-three .quote-three-content {
  text-align: center;
  max-width: 900px;
  margin: 30px auto;
}

.quote-three .quote-three-content img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 10px auto;
  border-radius: 100px;
}

.quote-three .quote-three-content h3 {
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
}

.client-one {
  margin: 10px 0;
}

.client-one .c1-item {
  position: relative;
  margin: 10px;
  box-shadow: 0 0 1px rgba(0,0,0,.2);
  padding: 5px;
}

.client-one .c1-item .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  transition: all .4s ease-out;
  z-index: 999;
}

.client-one .c1-item:hover .img-hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

.client-one .c1-item h5 {
  position: absolute;
  top: 40%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all .4s ease-in;
  -moz-transition: all .4s ease-in;
  -ms-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
  z-index: 10000;
}

.client-one .c1-item:hover h5 {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

.client-one .c1-item h5 a {
  color: #fff;
}

.client-two {
  margin: 10px 0;
}

.client-two .c2-item {
  box-shadow: inset 0 0 100px rgba(0,0,0,.03);
  border: 1px solid #e5e5e5;
  position: relative;
  margin: 10px auto;
  text-align: center;
  height: 150px;
}

@media (max-width:767px) {
  .client-two .c2-item {
    max-width: 250px;
  }
}

.client-two .c2-item a img {
  width: 100%;
  max-width: 200px;
  padding: 45px 0;
  display: inline-block;
}

.client-three {
  margin: 10px 0;
}

.client-three .c3-item {
  margin: 10px;
}

.client-three .c3-item a img {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}

.contact-us-one .contact-map iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

.contact-us-one h5 {
  margin: 5px 0;
}

.contact-us-one .contact-item {
  margin-bottom: 10px;
}

.contact-us-one .contact-item i {
  color: #fff;
}

.contact-us-one ul li {
  margin: 10px 0;
}

.contact-us-one ul li a {
  color: #888;
}

.contact-us-two h5 {
  margin: 5px 0;
}

.contact-us-two .contact-map iframe {
  width: 100%;
  height: 270px;
  padding: 3px;
  border: 1px solid #ddd;
}

.contact-us-two .contact-item {
  max-width: 300px;
  margin: 10px auto;
  padding: 15px 10px;
  color: #fff;
  border-radius: 3px;
  box-shadow: inset 0 3px 0 rgba(0,0,0,.2);
}

.contact-us-two .contact-item i {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  line-height: 40px;
  display: block;
  background: rgba(0,0,0,.2);
  margin: 10px auto;
}

.contact-us-two .contact-item a,
.contact-us-two .contact-item a:hover,
.contact-us-two .contact-item h4 {
  color: #fff;
}

.error-log {
  background: #fcfcfc;
  padding: 10px;
  border: 1px solid #eee;
  height: 400px;
  overflow: auto;
  font-family: "Courier New",monospace;
}

.error-log ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.counter-one {
  margin: 20px 0;
}

.counter-one .counter-item {
  max-width: 200px;
  margin: 10px auto;
}

.counter-one .counter-item i {
  display: block;
  margin-bottom: 20px;
  font-size: 25px;
}

.counter-one .counter-item .number-count {
  display: inline-block;
  font-size: 42px;
  color: #666;
}

.counter-one .counter-item hr {
  width: 35px;
  margin: 10px auto;
  border-width: 3px;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.counter-one .counter-item h5 {
  color: #999;
  text-transform: uppercase;
}

.counter-two {
  padding: 40px 0;
}

.counter-two .counter-item {
  max-width: 200px;
  margin: 10px auto;
}

.counter-two .counter-item .num-container {
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 0 auto 20px;
  font-size: 40px;
  color: #555;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.counter-two .counter-item:hover .num-container {
  box-shadow: 0 0 0 10px rgba(0,0,0,.15);
}

.counter-two .num-container .per {
  display: inline-block;
  margin-left: 2px;
  font-size: 25px;
}

.counter-two .counter-item h4 {
  color: #fff;
}

.counter-three {
  margin: 20px 0;
}

.counter-three .counter-item {
  max-width: 200px;
  margin: 10px auto;
}

.counter-three .counter-item .num-container {
  font-size: 90px;
  line-height: 90px;
  font-weight: 600;
}

.counter-three .num-container .per {
  left: 2px;
  font-size: 25px;
  font-weight: 400;
}

.counter-four {
  margin: 20px 0;
}

.counter-four .counter-item {
  max-width: 360px;
  margin: 10px auto;
}

.counter-four .counter-item i {
  width: 75px;
  height: 75px;
  line-height: 73px;
  font-size: 35px;
  text-align: center;
  border-radius: 50%;
  float: left;
  border: 1px solid #f3f3f3;
}

.counter-four .counter-item h4,
.counter-four .counter-item p {
  margin-left: 90px;
}

.counter-four .counter-item h4 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 50px;
}

.counter-four .counter-item h4 small {
  display: inline-block;
  margin-left: 3px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #bbb;
}

.counter-four .counter-item p {
  color: #888;
}

.knob-one {
  margin: 20px 0;
}

.knob-one .knob-item {
  max-width: 300px;
  margin: 10px auto;
}

.knob-one .knob-item h4 {
  text-transform: uppercase;
}

.knob-two {
  margin: 20px 0;
}

.knob-two .knob-item {
  max-width: 300px;
  margin: 10px auto;
}

.knob-two .knob-item h4 {
  text-transform: uppercase;
}

.components img {
  max-width: 140px;
  display: inline-block;
}

.fa-icons ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.fa-icons ul li {
  margin: 5px 0;
}

.events .event-details i,
.fa-icons ul li i {
  margin-right: 5px;
}

.events .event-details {
  padding: 5px 10px;
  background: #fcfcfc;
  border: 1px solid #eee;
  margin-bottom: 5px;
  color: #777;
}

.h-timeline-row {
  margin: 50px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}

.h-timeline-row .entry {
  position: relative;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #eee!important;
  border-right: 1px solid #eee!important;
  border-bottom: 1px solid #eee!important;
}

.h-timeline-row .entry:after,
.h-timeline-row .entry:before {
  position: absolute;
  top: 100%;
  left: 39px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
}

.h-timeline-row .entry:after {
  border-color: rgba(255,255,255,0);
  border-top-color: #fff;
  border-width: 8px;
  margin-left: 1px;
}

.h-timeline-row .entry:before {
  border-color: #ccc transparent transparent;
  border-width: 9px;
  margin-left: 0;
}

.h-timeline-row .entry .entry-content {
  padding: 15px;
}

.h-timeline-row .entry .meta {
  font-size: 13px;
}

.h-timeline-row .entry .entry-content h4 {
  text-transform: capitalize;
}

.h-timeline-row .entry .entry-icon {
  position: absolute;
  left: 30px;
  bottom: -50px;
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgba(0,0,0,.15);
}

@media (max-width:991px) {
  .h-timeline-row {
    margin-left: 15px;
    padding-bottom: 0;
    padding-left: 30px;
    border-bottom: 0;
    padding-top: 0;
    border-left: 1px solid #e8e8e8;
  }

  .h-timeline-row .entry {
    margin-bottom: 30px;
  }

  .h-timeline-row .entry .entry-icon {
    position: absolute;
    left: -48px;
    bottom: 100%;
    margin-bottom: -45px;
  }

  .h-timeline-row .entry:after,
  .h-timeline-row .entry:before {
    top: 20px;
    left: -16px;
  }

  .h-timeline-row .entry:after {
    border-top-color: transparent;
    border-right-color: #fff;
    border-width: 8px;
    margin-left: 0;
    margin-top: 0;
  }

  .h-timeline-row .entry:before {
    border-top-color: transparent;
    border-right-color: #ccc;
    border-width: 9px;
    margin-left: -2px;
    margin-top: -1px;
  }
}

.vertical-timeline {
  margin: 20px 15px;
}

.v-timeline-col {
  padding-left: 30px;
  padding-right: 25px;
  border-left: 1px solid #e8e8e8;
}

.v-timeline-col .entry {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
}

.v-timeline-col .entry:after,
.v-timeline-col .entry:before {
  top: 47px;
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.v-timeline-col .entry:after {
  border-color: rgba(255,255,255,0);
  border-right-color: #fff;
  border-width: 7px;
  margin-right: -1px;
  margin-top: -7px;
}

.v-timeline-col .entry:before {
  border-color: transparent #ccc transparent transparent;
  border-width: 8px;
  margin-right: -1px;
  margin-top: -8px;
}

.v-timeline-col .entry .entry-icon {
  position: absolute;
  left: -51px;
  top: 27px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgba(0,0,0,.1);
}

.v-timeline-col .entry .entry-head {
  padding: 6px 15px;
  color: #fff;
  font-weight: 600;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.error form input,
.error h3 {
  color: #888;
}

.v-timeline-col .entry .entry-content {
  margin-top: 15px;
  padding: 0 15px;
}

.v-timeline-col .entry .entry-content img {
  margin: 5px 0;
}

.v-timeline-col .entry .entry-content ul {
  padding-left: 20px;
}

.v-timeline-col .entry .entry-content .gallery img {
  max-width: 125px;
  margin-right: 10px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.v-timeline-col .entry .entry-content blockquote {
  border-color: #eee;
  background: 0 0;
  padding: 5px 0 5px 20px;
}

.v-timeline-col .entry .team .team-member img {
  width: 100%;
  max-width: 130px;
  float: left;
}

.v-timeline-col .entry .team .team-member .brand-bg,
.v-timeline-col .entry .team .team-member h5,
.v-timeline-col .entry .team .team-member p {
  margin-left: 145px;
}

.v-timeline-col .entry .entry-content.video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 5px;
}

.error,
.maintenance {
  text-align: center;
  padding: 50px;
}

.v-timeline-col .entry .entry-content.video .video-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}

body.bg-img {
  background: url(../../img/raster.png) fixed,url(../../img/backgrounds/1.jpg) fixed;
  background-size: cover;
}

.error,
.login-reg,
.maintenance {
  background: #fff;
}

.error {
  max-width: 600px;
  margin: 100px auto 0;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  border-radius: 5px;
}

.error h2 {
  font-size: 50px;
  line-height: 65px;
}

@media (max-width:767px) {
  .error {
    max-width: 500px;
  }

  .error h2 {
    font-size: 35px;
    line-height: 50px;
  }
}

.error p {
  max-width: 400px;
  margin: 10px auto 0;
}

.error form {
  max-width: 250px;
  margin: 20px auto;
}

.error ul li a {
  color: #aaa;
}

.error ul li a:hover {
  color: #888;
}

.maintenance {
  max-width: 800px;
  margin: 100px auto 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.maintenance a i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -30px;
}

.maintenance h2 {
  font-size: 50px;
  line-height: 65px;
}

.maintenance h4 {
  margin-bottom: 20px;
}

.login-reg {
  max-width: 450px;
  margin: 100px auto 0;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  border-radius: 5px;
}

.login-reg .s-media,
.login-reg h4 {
  text-align: center;
}

.login-reg .s-media a.btn {
  margin: 0 5px;
}

@media (max-width:767px) {
  .maintenance h2 {
    font-size: 40px;
    line-height: 55px;
  }

  .login-reg label {
    line-height: 35px!important;
  }
}

.login-reg-form form {
  max-width: 400px;
}

@media (max-width:991px) {
  .login-reg-form {
    max-width: 500px;
  }
}

.combined-form {
  max-width: 400px;
  margin: 60px auto 0;
  box-shadow: 0 3px 10px rgba(0,0,0,.2);
}

.combined-form .nav-tabs {
  border-bottom: 0;
  text-align: center;
}

.combined-form ul li a i {
  display: block;
  font-size: 25px;
  margin-bottom: 8px;
  text-align: center;
}

.combined-form ul li a {
  background: #fff;
  color: #ccc;
  border: 0;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  border-right: 1px solid #e5e5e5;
  border-top: 3px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0!important;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -o-transition: all .7s ease;
  -ms-transition: all .7s ease;
  transition: all .7s ease;
}

.combined-form ul li:last-child a,
.combined-form ul li:last-child.active a,
.combined-form ul li:last-child.active:hover a {
  border-right: 1px solid #e5e5e5!important;
}

.combined-form ul li a:hover {
  color: #bbb;
  border-top: 3px solid #ddd!important;
}

.combined-form ul li:first-child a {
  border-top-left-radius: 5px!important;
  border-left: 1px solid #e5e5e5;
}

.combined-form ul li:first-child.active a,
.combined-form ul li:first-child.active:hover a {
  border-left: 1px solid #e5e5e5!important;
}

.combined-form ul li:last-child a {
  border-top-right-radius: 5px!important;
}

.combined-form ul li.link-one.active a,
.combined-form ul li.link-one.active:hover a {
  border-top: 3px solid #51d466!important;
}

.combined-form ul li.link-one.active a i {
  color: #51d466;
}

.combined-form ul li.link-two.active a,
.combined-form ul li.link-two.active:hover a {
  border-top: 3px solid #32c8de!important;
}

.combined-form ul li.link-two.active a i {
  color: #32c8de;
}

.combined-form ul li.link-three.active a,
.combined-form ul li.link-three.active:hover a {
  border-top: 3px solid #cb79e6!important;
}

.combined-form ul li.link-three.active a i {
  color: #cb79e6;
}

.combined-form ul li.active a {
  color: #444!important;
}

.combined-form ul li.active a,
.combined-form ul li.active:hover a {
  background: #fff!important;
  border-left: 0!important;
}

.combined-form ul li:hover a {
  background: #fff!important;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.combined-form-content .tab-content {
  background: #fff;
  padding: 20px 30px 10px;
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.foot,
footer {
  background: #333;
}

.combined-form-content .tab-content h4 {
  text-align: center;
  color: #777;
}

.combined-form-content .tab-content .bor {
  width: 50px;
  height: 3px;
  margin: 10px auto 20px;
  border-radius: 2px;
}

.combined-form-content .tab-content label {
  color: #666;
  font-size: 13px;
  font-weight: 400;
}

@media (max-width:767px) {
  .nav-tabs.nav-justified li a {
    margin-bottom: 0;
  }
}

.totop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 104400;
  display: none;
}

.totop a i {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  border-radius: 2px;
}

.totop a,
.totop a:visited {
  color: #fff;
}

.totop a:hover {
  color: #fff;
  text-decoration: none;
}

.foot {
  border-top: 3px solid;
  margin-top: 30px;
  padding: 15px 0;
  color: #aaa;
}

.foot .foot-item {
  margin: 15px auto;
  max-width: 500px;
}

@media (max-width:991px) {
  .foot .foot-item {
    margin-bottom: 35px;
  }
}

.foot .foot-item h5 {
  color: #ccc;
  font-size: 13px;
  line-height: 0;
  margin-bottom: 20px;
}

.foot .foot-item p {
  margin: 0;
}

.foot .foot-item a {
  color: #bbb;
}

.foot .foot-item a:hover {
  color: #ccc;
}

.foot .foot-item .brand-bg {
  margin: 10px 0 20px;
}

.foot .foot-item .subscribe-box {
  margin-top: 20px;
}

.foot .foot-item .subscribe-box .input-group {
  max-width: 250px;
  margin-top: 20px;
}

.foot .foot-item ul li {
  border-bottom: 1px solid rgba(255,255,255,.05);
  padding: 5px 0;
}

.foot .foot-item ul li:last-child {
  border-bottom: 0;
}

.foot .foot-item ul li :before {
  line-height: 30px;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 13px;
  margin-right: 7px;
  font-weight: 400;
  color: #ccc;
}

.foot .foot-item .foot-recent-img a img {
  max-width: 75px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}

.foot .foot-item .foot-recent-img a img.img-thumbnail {
  padding: 1px;
  border-radius: 2px;
}

.foot .foot-item .address h6 {
  color: #ccc;
  font-size: 13px;
}

.foot .foot-item .address h6 i {
  font-size: 14px;
}

.foot .foot-item .address p i {
  font-size: 14px;
  margin-right: 8px;
  color: #ccc;
}

.foot .foot-item .address p.add {
  margin-left: 20px;
}

.foot .foot-item .address p.tel {
  line-height: 35px;
}

footer {
  padding: 15px 10px 4px;
  border-top: 1px solid rgba(255,255,255,.05);
  font-size: 12px;
  color: #ccc;
}

footer a {
  color: #ccc;
}

footer a:hover {
  color: #aaa;
}

@media (max-width:767px) {
  footer .pull-left,
  footer .pull-right {
    float: none!important;
    text-align: center;
  }
}

.ui-designs img {
  margin: 15px auto;
  max-width: 350px;
  width: 100%;
  box-shadow: inset 0 0 5px rgba(0,0,0,.1);
}

::selection {
  background-color: #666;
}

::-moz-selection {
  background-color: #666;
}

a {
  color: #4d4d4d;
}

a:hover {
  color: #666;
}

.color,
a.color {
  color: #666!important;
}

a.color:focus,
a.color:hover {
  color: #4d4d4d;
}

.dropcap-1,
.list-1 li:before,
.list-2 li:before,
.list-3 li:before,
.list-4 li:before,
.list-5 li:before,
.list-6 li:before,
.list-7 li:before,
.list-8 li:before,
.list-9 li:before {
  color: #666;
}

.bg-color {
  background-color: #666!important;
}

.bg-color-hover:hover {
  background-color: #4d4d4d!important;
}

.btn.btn-color,
.dropcap-2,
.dropcap-3 {
  background: #666;
}

.br-color {
  border: 1px solid #666;
}

blockquote,
blockquote.blockquote-reverse {
  border-color: #666;
}

.btn.btn-color {
  color: #fff;
  border: 1px solid #4d4d4d;
}

.btn.btn-color.active,
.btn.btn-color:active,
.btn.btn-color:focus,
.btn.btn-color:hover {
  background: #4d4d4d;
  color: #fff;
}

.btn.btn-color.btn-outline {
  background: 0 0!important;
  border: 1px solid #4d4d4d!important;
  color: #4d4d4d;
}

.badge.badge-color,
.label.label-color {
  background: #666;
  color: #fff;
}

.highlight-color {
  background: #666;
}

.dropdown-menu>li.active>a,
.dropdown-menu>li.active>a:focus,
.dropdown-menu>li.active>a:hover {
  background-color: #666;
}

.pagination li a {
  color: #555;
}

.pager li a,
.pagination li a:hover {
  background-color: #666;
  color: #fff;
  border-color: #4d4d4d;
}

.pagination li.active a,
.pagination li.active a:focus,
.pagination li.active a:hover,
.pagination li.active span,
.pagination li.active span:focus,
.pagination li.active span:hover {
  background-color: #666;
  border-color: #4d4d4d;
}

.pager li a:hover {
  background: #4d4d4d;
}

.nav-tabs>li>a {
  color: #555;
}

.nav-tabs>li>a:hover {
  background: #666;
  color: #fff;
  border-color: #666;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.open>a,
.nav-tabs>li.open>a:focus,
.nav-tabs>li.open>a:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}

.nav-tabs-one .nav-tabs>li>a {
  color: #555;
}

.nav-tabs-one .nav-tabs>li>a:hover {
  background: #666;
  color: #fff;
  border-color: #666;
}

.nav-tabs-one .nav-tabs>li.active>a,
.nav-tabs-one .nav-tabs>li.active>a:hover,
.nav-tabs-one .nav-tabs>li.open>a,
.nav-tabs-one .nav-tabs>li.open>a:focus,
.nav-tabs-one .nav-tabs>li.open>a:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}

.nav-tabs-two .nav-tabs>li>a {
  color: #555;
}

.nav-tabs-two .nav-tabs>li.active>a,
.nav-tabs-two .nav-tabs>li.active>a:hover,
.nav-tabs-two .nav-tabs>li.open>a,
.nav-tabs-two .nav-tabs>li.open>a:focus,
.nav-tabs-two .nav-tabs>li.open>a:hover,
.nav-tabs-two .nav-tabs>li>a:hover {
  border-top: 2px solid #666;
}

.nav-tabs-three .nav li a:hover {
  background: #666;
  border-color: #666;
}

.nav-tabs-three .nav li.active a {
  border-color: #666;
  background: #666;
}

.panel.panel-default {
  border-color: #4d4d4d;
}

.panel.panel-default .panel-heading {
  background: #666;
  border-color: #4d4d4d;
  color: #fff;
}

.panel.panel-default .panel-heading h4 a,
.panel.panel-default .panel-heading h4 a:hover {
  color: #fff;
}

.panel.panel-default .panel-footer {
  background: #666;
  border-color: #4d4d4d;
  color: #fff;
}

.nav-pills>li>a {
  background: #fff;
  border: 1px solid #ddd;
  color: #555;
}

.nav-pills>li>a:hover {
  background: #666;
  color: #fff;
  border-color: #666;
}

.nav-pills>li.active>a {
  background-color: #666;
  border-color: #666;
  color: #fff;
}

.nav-pills>li.active>a:hover {
  background-color: #4d4d4d;
  color: #fff;
}

.nav-pills>li.open>a {
  background-color: #666;
  border-color: #666;
  color: #fff;
}

.nav-pills>li.open>a:hover {
  background-color: #4d4d4d;
  color: #fff;
}

.nav-pills>li.open>a:focus {
  background-color: #666;
  border-color: #4d4d4d;
  color: #fff;
}

.list-group a:hover {
  background: #f7f7f7;
  color: #555;
}

.list-group a:hover .list-group-item-heading {
  color: #555;
}

.list-group a.active {
  background: #666;
  border-color: #4d4d4d;
}

.list-group a.active:hover {
  background: #666;
  border-color: #4d4d4d;
  color: #fff;
}

.list-group a.active .list-group-item-heading,
.list-group a.active .list-group-item-text,
.list-group a.active:hover .list-group-item-heading,
.list-group a.active:hover .list-group-item-text {
  color: #fff;
}

.brand-color a i {
  color: #666;
}

.brand-color a i:hover {
  color: #404040;
}

.brand-bg-color a i {
  color: #fff;
  background: #666;
}

.brand-bg-color a i:hover {
  color: #fff!important;
  background: #404040;
}

.header-1 .navigation .mgmenu_container,
.header-1 .navigation .mgmenu_container .mgmenu,
.owl-nav a i:hover,
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #666;
}

.header-1 .logo h1 a i,
.header-1 .navigation .mgmenu_container .mgmenu .dropdown_flyout .dropdown_parent>a:after,
.header-1 .navigation .mgmenu_container .mgmenu .mgmenu_tabs li a:before,
.header-1 .navigation .mgmenu_container .mgmenu li .dropdown_container ul.mega-links li>a:before,
.header-1 .navigation .mgmenu_container .mgmenu li .dropdown_fullwidth ul.mega-links li>a:before,
.header-1 .navigation .mgmenu_container .mgmenu li .mgmenu_multilevel ul.mega-links li>a:before,
.header-2 .logo h1 a i {
  color: #666;
}

.owl-nav a i:hover {
  border-color: #4d4d4d;
}

.header-1 .navigation {
  background: #666;
  border-color: #595959;
}

.header-1 .navigation .mgmenu_container .mgmenu>li.active,
.header-1 .navigation .mgmenu_container .mgmenu>li:hover {
  background-color: #595959;
}

.header-1 .navigation .mgmenu_container .mgmenu>li>a,
.header-1 .navigation .mgmenu_container .mgmenu>li>span {
  border-color: #595959;
  background: #666;
}

.header-1 .navigation .mgmenu_container .mgmenu>li>a:focus,
.header-1 .navigation .mgmenu_container .mgmenu>li>a:hover,
.header-1 .navigation .mgmenu_container .mgmenu>li>span:focus,
.header-1 .navigation .mgmenu_container .mgmenu>li>span:hover {
  background: #595959;
}

.header-1 .navigation .mgmenu_container .mgmenu>li:nth-child(2) {
  border-color: #595959;
}

.header-1 .navigation .mgmenu_container .mgmenu .dropdown_flyout .dropdown_flyout_level,
.header-1 .navigation .mgmenu_container .mgmenu li .dropdown_container,
.header-1 .navigation .mgmenu_container .mgmenu li .dropdown_fullwidth,
.header-1 .navigation .mgmenu_container .mgmenu li .mgmenu_multilevel,
.header-2 .navigation .mgmenu_container .mgmenu .dropdown_flyout .dropdown_flyout_level,
.header-2 .navigation .mgmenu_container .mgmenu li .dropdown_container,
.header-2 .navigation .mgmenu_container .mgmenu li .dropdown_fullwidth,
.header-2 .navigation .mgmenu_container .mgmenu li .mgmenu_multilevel {
  border-color: #666!important;
}

.header-1 .navigation .mgmenu_container .mgmenu>li.mgmenu_button_active {
  background-color: #595959;
}

.header-2 .navigation .mgmenu_container .mgmenu>li.active>a,
.header-2 .navigation .mgmenu_container .mgmenu>li:hover>a,
.header-2 .navigation .mgmenu_container .mgmenu>li>a:focus,
.header-2 .navigation .mgmenu_container .mgmenu>li>a:hover,
.header-2 .navigation .mgmenu_container .mgmenu>li>span:focus,
.header-2 .navigation .mgmenu_container .mgmenu>li>span:hover {
  color: #4d4d4d;
}

.header-2 .navigation .mgmenu_container .mgmenu .dropdown_flyout .dropdown_parent>a:after,
.header-2 .navigation .mgmenu_container .mgmenu .mgmenu_tabs li a:before,
.header-2 .navigation .mgmenu_container .mgmenu li .dropdown_container ul.mega-links li>a:before,
.header-2 .navigation .mgmenu_container .mgmenu li .dropdown_fullwidth ul.mega-links li>a:before,
.header-2 .navigation .mgmenu_container .mgmenu li .mgmenu_multilevel ul.mega-links li>a:before,
.header-2 .navigation .mgmenu_container .mgmenu>li>a>i,
.header-2 .navigation .mgmenu_container .mgmenu>li>span>i {
  color: #666;
}

.header-2 .navigation .mgmenu_container .mgmenu>li.mgmenu_button {
  background-color: #666;
}

.header-2 .navigation .mgmenu_container .mgmenu>li.mgmenu_button_active {
  background-color: #595959;
}

.image-style-one .image-caption a,
.image-style-seven .image-caption a i,
.image-style-six .image-caption,
.image-style-two .image-caption a {
  background: #666;
}

.block-heading-three h3,
.block-heading-two h3 span {
  border-color: #666;
}

.team-four .team-member:hover .team-details {
  background: #666;
  border: 1px solid #4d4d4d;
}

.letter-head,
.pricing-one .pricing-item {
  border-top: 3px solid #666;
}

.image-style-five .image-caption h4 {
  border-color: #666;
}

.image-style-six .image-caption span a {
  color: #474747;
}

.image-style-seven .image-caption a i:hover {
  background: #4d4d4d;
}

#accordion-alt3 .panel .panel-heading h4 a i,
.blog-masonry .item .grid-entry .bor,
.blog-masonry .item .grid-entry .grid-img i.hover-icon,
.blog-one .blog-one-content .blog-bor,
.client-one .c1-item .img-hover,
.da-arrows span,
.da-dots span,
.img-box-8 .img-box-8-item:hover .img-box-8-cap,
.quote-two .quote-two-content span,
.v-card header ul li a:hover,
.v-card header ul li.active a:hover {
  background: #666;
}

.facts .fact-value span {
  color: #666;
}

.facts .fact-content p span {
  color: #4d4d4d;
}

.pricing-three h4 span,
.pricing-two i {
  color: #666;
}

.v-card header ul li.active a {
  background: #666;
  border-color: #4d4d4d;
}

.v-card header ul li a:hover {
  border-color: #4d4d4d;
  color: #fff;
}

.slim-feature .feature-content ul li:before,
.smart-forms .rating-input:checked~.rating-star,
.smart-forms .rating:hover .rating-star:hover,
.smart-forms .rating:hover .rating-star:hover~.rating-star,
.smart-forms .switch>input:checked+label:after {
  color: #666;
}

.letter-head {
  border-bottom: 3px solid #666;
}

.box-shadow-block {
  border-top: 2px solid #666;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
  background-color: #666;
}

.resume .main-block {
  background: url(../../img/overlay.png) #666;
  background-size: 252px 230px;
}

.smart-forms .switch>input:checked+label,
.smart-forms .switch>input:checked:focus+label {
  border-color: #666;
  background: #666;
}

.ui-datepicker .ui-state-highlight,
.ui-datepicker-today a,
.ui-datepicker-today a:hover {
  background: #666!important;
}

.smart-forms .ui-slider .ui-slider-handle {
  border-color: #666;
}

.smart-forms .ui-slider .ui-slider-handle:before {
  background: #666;
}

.ecom-ui-five,
.ecom-ui-four:hover {
  border: 2px solid #666;
}

.ecom-ui-six:hover,
.foot,
.restaurant .rest-item:hover {
  border-color: #666;
}

.ecom-ui-five .p-media a {
  border-right: 2px solid #666;
}

.wedding-header {
  background: url(../../img/wedding/overlay.png) #666;
  background-size: 252px 230px;
}

.ecommerce .table td,
.ecommerce .table th {
  padding: 10px;
}

.ecommerce .table-responsive {
  border: 0;
}

.ecommerce .hot-tag {
  top: 5px;
  right: 5px;
  position: absolute;
  z-index: 20;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 100px 15px 100px 100px;
  font-size: 12px;
  border: 0;
}

.ecommerce .sidebar {
  max-width: 300px;
}

.ecommerce .sidebar h2 {
  position: relative;
  padding: 12px 20px;
  background: #fafafa;
  font-size: 14px;
  line-height: 19px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.ecommerce .sidebar .account-nav,
.ecommerce .sidebar .navi {
  list-style-type: none;
  padding: 0;
  margin: -2px 0 30px;
  background: #fff;
  border-top: 0;
}

.ecommerce .sidebar .account-nav>li,
.ecommerce .sidebar .navi>li {
  list-style-type: none;
  padding: 8px 40px;
  border: 1px solid #eee;
  border-top: 0;
}

.ecommerce .sidebar .account-nav li a,
.ecommerce .sidebar .navi li a {
  color: #898989;
}

.ecommerce .sidebar .account-nav>li:last-child,
.ecommerce .sidebar .navi>li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ecommerce .sidebar .account-nav>li:before,
.ecommerce .sidebar .navi>li:before {
  font-family: FontAwesome;
  float: left;
  margin-left: -20px;
  content: "\f101";
  color: #aaa;
}

.ecommerce .sidebar .account-nav>li:hover,
.ecommerce .sidebar .navi>li:hover {
  background: #fdfdfd;
}

.ecommerce .sidebar ul.navi li ul {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.ecommerce .sidebar .navi>li>ul>li>a {
  font-size: 13px;
  font-weight: 400;
  padding: 2px 12px;
  color: #999;
  display: block;
  text-decoration: none;
}

.ecommerce .sidebar .navi>li>ul>li>a:before {
  font-family: FontAwesome;
  float: left;
  margin-left: -12px;
  content: "\f105";
  color: #aaa;
  position: relative;
  top: 2px;
}

.mfp-container:before,
.mfp-figure:after {
  content: '';
}

.ecommerce .sidebar .navi a .arrow {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}

.ecommerce .sidebar .my-list {
  margin: -2px 0 10px;
  border: 1px solid #eee;
  border-top: 0;
  padding: 10px 20px;
}

.ecommerce .sidebar .my-list a,
.ecommerce .sidebar .my-list a:hover {
  color: #777;
}

.ecommerce .sidebar .my-list li {
  margin: 5px 0;
}

.ecommerce .sidebar .s-widget {
  margin: 15px auto;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
  padding: 15px;
}

.ecommerce .sidebar .s-widget h3 {
  font-size: 18px;
  line-height: 23px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #eee;
}

.ecommerce .sidebar .sw-content {
  margin: 20px 0 0;
}

.ecommerce .sidebar .sw-content img {
  max-height: 80px;
  float: left;
  text-align: center;
}

.ecommerce .sidebar .sw-content .sw-price,
.ecommerce .sidebar .sw-content h4,
.ecommerce .sidebar .sw-content h5 {
  margin-left: 60px;
}

.ecommerce .sidebar .sw-content h4 {
  font-size: 16px;
  line-height: 21px;
  position: relative;
  top: 5px;
  margin-bottom: 5px;
}

.ecommerce .sidebar .sw-content .star {
  display: block;
  margin-left: 60px;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
}

.ecommerce .sidebar .sw-content .sw-price {
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #888;
  font-weight: 600;
}

.ecommerce .recent-items .owl-content {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0,0,0,.05);
}

.ecommerce .recent-items .owl-content img {
  max-height: 220px;
  margin: 0 auto 10px;
}

.ecommerce .recent-items .owl-content h4 {
  font-size: 16px;
}

.ecommerce .shopping-wishlist table img {
  max-height: 60px;
}

.shopping-vcart table td img {
  max-height: 50px;
}

.shopping-vcart .input-group {
  max-width: 110px;
}

.ecommerce .info {
  margin: 20px 0;
}

.ecommerce .info .info-item {
  max-width: 350px;
  margin: 10px auto;
  padding: 15px;
  color: #fff;
  border-radius: 3px;
}

.ecommerce .info .info-item .num-outer {
  display: inline-block;
  padding: 7px;
  background: rgba(255,255,255,.35);
  border-radius: 100px;
  float: left;
}

.ecommerce .info .info-item i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  border-radius: 100px;
}

.ecommerce .info .info-item h4,
.ecommerce .info .info-item h5 {
  margin-left: 63px;
}

.ecommerce .info .info-item h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}

.ecommerce .info .info-item h5 {
  margin-top: 6px;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  font-weight: 400;
}

.ecommerce .shopping-item {
  position: relative;
  max-width: 280px;
  margin: 10px auto;
  padding: 15px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0,0,0,.05);
  overflow: hidden;
  transition: all .4s ease-in-out;
}

.ecommerce .shopping-item,
.ecommerce .shopping-item .item-hover {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}

.ecommerce .shopping-item img {
  max-height: 200px;
  margin: 10px auto;
}

.ecommerce .shopping-item .item-hover {
  position: absolute;
  left: -150px;
  bottom: 40%;
  width: 150px;
  height: 35px;
  line-height: 35px;
  transition: all .4s ease-in-out;
}

.ecommerce .shopping-item:hover .item-hover {
  left: 0;
}

.ecommerce .shopping-item .item-hover a {
  color: #fff;
  margin-left: 15px;
  text-transform: uppercase;
}

.ecommerce .shopping-item a.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ecommerce .shopping-single .flexslider img {
  max-height: 350px;
  width: auto!important;
  margin: 0 auto;
}

.ecommerce .shopping-single .item-review {
  margin: 10px 0;
  background: #fdfdfd;
  padding: 10px 13px;
  border: 1px solid #eee;
}

.ecommerce .shopping-single h5 {
  margin-bottom: 8px;
}

.ecommerce .shopping-single .form .form-control,
.ecommerce .shopping-single .form .input-group {
  max-width: 130px;
}

.item-compare .table thead td {
  text-align: center;
}

.item-compare .table thead td img {
  max-height: 100px;
  margin: 10px auto;
}

.item-compare .table tbody td {
  width: 26%;
}

.item-compare .table tbody th:first-child,
.item-compare .table thead td:first-child {
  width: 200px;
}

.item-compare .table tbody th {
  background: #fcfcfc;
}

.ecom-ui {
  position: relative;
  max-width: 280px;
  margin: 20px auto;
  padding: 15px 20px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
}

.ecom-ui img {
  max-height: 220px;
  margin: 5px auto 15px;
}

.ecom-ui p {
  color: #888;
}

.ecom-ui .ecom-hot {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 1000;
  font-size: 13px;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}

.ecom-ui hr {
  margin: 8px 0;
}

.ecom-ui-one .price {
  font-size: 20px;
  font-weight: 600;
}

.ecom-ui-one .cart a {
  font-size: 14px;
  border-bottom: 1px dotted #777;
  color: #666;
}

.ecom-ui-one .cart a:hover {
  border-bottom: 0;
  color: #999;
}

.ecom-ui-two .cart a {
  font-size: 14px;
  border-bottom: 1px dotted #777;
  color: #666;
}

.ecom-ui-two .cart a:hover {
  border-bottom: 0;
  color: #999;
}

.ecom-ui-two .p-media i {
  margin-left: 5px;
  font-size: 14px;
}

.ecom-ui-three .btn {
  margin-top: 10px;
}

.ecom-ui-three .p-media i {
  margin-top: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #eee;
  border-radius: 50%;
  -webkit-transition: all .35s ease-in;
  -moz-transition: all .35s ease-in;
  -ms-transition: all .35s ease-in;
  -o-transition: all .35s ease-in;
  transition: all .35s ease-in;
}

.ecom-ui-three .p-media a:hover i {
  background: #fafafa;
}

.ecom-ui-four {
  text-align: center;
  position: relative;
  overflow: hidden;
  border-width: 2px;
}

.ecom-ui-four .ecom-hot {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1000;
  color: #fff;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 60px;
  border-top-right-radius: 15px!important;
}

.ecom-ui-four .img-container {
  position: relative;
}

.ecom-ui-four h4 {
  line-height: 40px;
}

.ecom-ui-four .price {
  display: inline-block;
  font-size: 25px;
  font-weight: 400;
}

.ecom-ui-four .price.price-old {
  font-size: 16px;
  color: #aaa;
  text-decoration: line-through;
}

.ecom-ui-four .ecom {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 8px 0;
  transition: all .35s ease-in;
}

.ecom-ui-four .ecom,
.ecom-ui-six .ecom {
  -webkit-transition: all .35s ease-in;
  -moz-transition: all .35s ease-in;
  -ms-transition: all .35s ease-in;
  -o-transition: all .35s ease-in;
}

.ecom-ui-four:hover .ecom {
  margin-top: -47px;
}

.ecom-ui-four .ecom .btn {
  border: 0;
}

.ecom-ui-four .ecom .btn:hover {
  background: #fff;
}

.ecom-ui-five {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.ecom-ui-five .ecom-hot {
  top: 15px;
  left: 0;
  text-align: center;
  width: 50px;
  line-height: 28px;
  height: auto;
  border-radius: 0 3px 3px 0;
}

.ecom-ui-five h4 {
  padding: 10px 15px;
}

.ecom-ui-five .product-details {
  padding: 8px 15px;
}

.ecom-ui-five .product-details .price {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.ecom-ui-five .product-details a.ecom {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  border-bottom: 1px dotted #fff;
}

.ecom-ui-five .product-details a.ecom:hover {
  border-bottom: 0;
}

.ecom-ui-five .p-media a {
  display: block;
  float: left;
  width: 33.33%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  color: #888;
}

.ecom-ui-five .p-media a:nth-child(3) {
  border-right: 0;
}

.ecom-ui-six {
  position: relative;
  overflow: hidden;
  border-width: 2px;
}

.ecom-ui-six .ecom-hot {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1000;
  color: #fff;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 60px;
  border-top-right-radius: 15px!important;
}

.ecom-ui-six .ecom {
  position: absolute;
  top: 30%;
  left: -150px;
  display: block;
  transition: all .35s ease-in;
}

.mfp-bg,
.mfp-wrap {
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
}

.ecom-ui-six:hover .ecom {
  left: 0;
}

.ecom-ui-six .ecom a {
  display: inline-block;
  z-index: 5;
  padding: 7px 30px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

div.imageteaser {
  height: 200px;
}

.mfp-bg {
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  height: 100%;
  z-index: 1043;
  outline: 0!important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container,
img.mfp-img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none!important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-close,
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
  position: absolute;
  left: 0;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-figure,
img.mfp-img {
  line-height: 0;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  filter: alpha(opacity=65);
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-image-holder .mfp-content,
img.img-main,
img.mfp-img {
  max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.mfp-figure:after,
img.mfp-img {
  display: block;
  width: auto;
  height: auto;
}

img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-gallery .mfp-image-holder .mfp-figure,
img.img-main {
  cursor: pointer;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  padding-right: 36px;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

footer {
  background-color: #333;
}

.header_wrapper {
  background-color: transparent;
  background-image: url(/img/header/1stantik_header_30.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  opacity: 1;
  width: 100%;
  text-align: center;
}


.header_wrapper_nja {
  background-color: transparent;
  background-image: url(/img/header/pegasus_header_30.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  opacity: 1;
  width: 100%;
  text-align: center;
}

.mansonry_item,
.sizer {
  width: 25%;
}

.headertext {
  background: rgba(0,0,0,.5);
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  color: #fff;
  margin-top: 40px;
}

.headertext.nja {
  background: rgba(0,0,0,.0);
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  color: #fff;
  margin-top: 60px;
}

.headertext h1 {
  color: #fff;
  font-size: 22px;
}

.headertext.nja h1 {
  color: #fff;
  font-size: 22px;
}
.quote-two {
  background-image: url(../../img/raster.png),url(../../img/backgrounds/old-world-map-five.jpg);
}

.quote-two .quote-two-content h3 {
  font-weight: 600;
}

.quote-two .quote-two-content span {
  opacity: .7;
}

li.active {
  font-weight: 700;
}

.margin_bottom_30 {
  margin-bottom: 30px;
}

.page-heading-two {
  padding: 6px 0;
}

.lot-phonenumber,
.lot-shortinfo p {
  padding-top: 15px;
}

div.owl-item div.item,
div.owl-item div.item h3 {
  color: #666;
  text-shadow: 1px 1px #fff;
}

.sizer {
  box-sizing: border-box;
}

.mansonry_item_content {
  margin: 10px;
}

.grid-sizer {
  width: 200px;
}

.deckgrid[deckgrid]::before {
  content: '4 .column.column-1-4';
  font-size: 0;
  visibility: hidden;
}

.deckgrid .column {
  float: left;
}

.deckgrid .column-1-4 {
  width: 25%;
}

.small-select {
  width: auto;
}

.breads {
  display: none;
}

.carousel .carousel-inner img {
  margin: 0 auto 0 0;
  max-height: 450px;
  width: auto!important;
}

.shopping-item h4 {
  font-size: 14px;
  height: 55px;
  line-height: 130%;
}

.lot-shortinfo {
  border-bottom: 5px solid #fff;
}

.lot-shortinfo.last,
.page-heading-two {
  border-bottom: none;
}

.phone_logo i {
  font-size: 60px;
  padding: 15px;
}

.lot-phonenumber,
.title-phone {
  font-size: 24px;
}

.lot-price {
  padding: 15px;
}

.wrapper-lot-onlinetext,
.wrapper-lot-onlinetext p {
  font-size: 18px!important;
  line-height: 130%!important;
  font-family: "Open Sans",sans-serif!important;
}

.btn-max {
  font-size: 27px;
}

.ecommerce .shopping-item {
  background-color: #e8e8e8;
}

.page-heading-two {
  background-color: #dedede;
  border-top: none;
}

.ecommerce .sidebar h2 {
  color: #666;
  background-color: #dedede;
  border: 1px solid #dedede;
}

.top-bar {
  background-color: #e8e8e8;
  border-bottom: 1px solid #dedede;
  color: #666;
}

.top-bar .tb-language a,
.top-bar a {
  color: #666;
}

.w-img {
  height: 470px;
  text-align: left;
  margin: 0;
}

img.img-main {
  max-height: 470px;
}

.wrapper-right-lot {
  height: 470px;
  background-color: #dbdbdb;
  color: #5f5f5f;
  font-size: 18px;
}

.min-height1 {
  min-height: 300px;
}

.btn-color-mehr {
  background-color: #e8e8e8;
  padding: 6px 12px;
}

.page-heading-two h2 {
  font-size: 18px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.pb_lotinfo {
  padding-bottom: 0;
}

.lightgrey {
  background-color: #F7F7F7;
}

h4.interessant {
  font-size: 14px;
  line-height: 130%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

h4.interessant a {
  color: #888!important;
  line-height: 130%;
}

.info-vorschau {
  color: #fff;
  font-size: 18px;
}

.headertext.dk {
  width: 690px;
  margin-left: 15px;
}

.headertext.en {
  width: 660px;
  margin-left: 15px;
}


.headertext.de {
  width: 740px;
  margin-left: 15px;
}

.headertext.de.nja {
  width: auto;
  margin-left: 20px;
}

.headertext.dk.nja {
  width: auto;
  margin-left: 20px;
}

.headertext.en.nja {
  width: auto;
  margin-left: 20px;
}

.nja_logo {
  overflow: hidden;
  position: relative;
  width: 158px;
  margin-left: 49px;
  float: left;
  top:53px;

}

.and_logo {
  overflow: hidden;
  position: relative;
  width: 253px;
  float: right;
  margin-right:16px;
  top:175px;

}


.label_sold {
  background-color: red;
  color: #fff;
  padding: 15px;
  display: block;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 10px;
  text-align: center;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.artist-gallery {
  position: relative;
}

.artist-gallery a {
  padding: 5px;
}

.shortinfo_imagewrapper {
  text-align: center;
  height: 80px;
}

.shortinfo_imagewrapper img {
  max-height: 80px;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  .navbar,
  .navbar-brand {
    color: #fff;
  }

  .mansonry_item,
  .sizer {
    width: 50%;
  }

  .navbar {
    background-color: #666;
  }

  .navbar .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-collapse {
    background-color: #FDFDFD;
  }

  .sizer {
    box-sizing: border-box;
  }

  .headertext h1 {
    width: 100%;
  }

  .headertext.de,
  .headertext.dk,
  .headertext.en {
    width: auto;
  }

  .ecommerce .sidebar {
    max-width: 100%;
  }
}

@media screen and (max-width:480px) {
  .deckgrid[deckgrid]::before {
    content: '1 .column.column-1-1';
  }

  .deckgrid .column-1-1 {
    width: 100%;
  }
}

@media screen and (max-width:929px) {
  .wrapper-right-lot {
    height: auto;
  }
}

.row-full-height,
.row-same-height .box-shadow-block,
.row-same-height .box-shadow-outer {
  height: 100%;
}

.col-full-height {
  height: 100%;
  vertical-align: middle;
}

.row-same-height {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.col-xs-height {
  display: table-cell;
  float: none!important;
}

@media (min-width:768px) {
  .col-sm-height {
    display: table-cell;
    float: none!important;
  }
}

@media (min-width:992px) {
  .col-md-height {
    display: table-cell;
    float: none!important;
  }
}

@media (min-width:1200px) {
  .col-lg-height {
    display: table-cell;
    float: none!important;
  }
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}