/*   
Template Name: Metronic - Responsive Website Template build with Twitter Bootstrap 3.1.1
*/

/* General body settings */
body {
  color: #3e4d5c;
  direction: ltr;
  /*font: 400 13px 'Open Sans', Arial, sans-serif;*/
  /*font: 400 13px '천리마', PRK P Chonrima;*/
  background: #fff;
  font-family: Chonlima, SimSun, Arial, Verdana, serif, sans-serif;
}

/***
General typography 
***/
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font: 300 'Open Sans', sans-serif;*/
  font-size: 16px;
  font-family: Chonlima, SimSun, Arial, Verdana, serif, sans-serif;
  margin: 0 0 10px;
}
h1 {
  font-size: 25px;
  margin-bottom: 15px;
  font-family: Chonlima, SimSun, Arial, Verdana, serif, sans-serif;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 15px;
}
.main h1 {
  margin-top: -6px;
}
/***
Misc tools
***/
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-bottom-space {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.no-top-space {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.no-space {
  margin: 0 !important;
  padding: 0 !important;
}
.no-text-shadow {
  text-shadow: none !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-top-25 {
  padding-top: 25px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-top-35 {
  padding-top: 35px !important;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-top-45 {
  padding-top: 45px !important;
}
.padding-top-50 {
  padding-top: 50px !important;
}
.padding-top-60 {
  padding-top: 60px !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-25 {
  margin-bottom: 25px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-35 {
  margin-bottom: 35px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.margin-bottom-60 {
  margin-bottom: 60px !important;
}
.margin-bottom-65 {
  margin-bottom: 65px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-left-0 {
  margin-left: 0 !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}

.padding-left-0 {
  padding-left: 0 !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-right-30 {
  padding-right: 30px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

/*.btn {
	padding: 7px 14px;  
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 0;
}
.btn-primary {
	border: none;
	background: #e94d1c;
	color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color: #fff;
	background: #cc3304;
	border: none;
}
.content-page .btn-primary, 
.content-page .btn-primary:hover {
	color: #fff;
	margin-left: 0 !important;
}
.btn-default {
	border: 1px solid #EDEDED;
	color: #A8AEB3;
	background: transparent;
	padding: 6px 13px; 
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	border: 1px solid #A8AEB3;
	color: #fff;
	background: #A8AEB3;
	padding: 6px 13px; 
}*/

div.checker,
div.radio {
  top: -1px;
}

select.form-control {
  color: #5f6d7b;
  border-radius: 0;
  border-color: #e4e6e8;
  box-shadow: none;
}
select.form-control:focus {
  box-shadow: none;
  border-color: #999;
}

input.form-control,
textarea.form-control {
  border-color: #dbdbdb;
  color: #777;
  /*font: 14px Arial, sans-serif;*/
  font-family: 14px Chonlima, SimSun, Arial, Verdana, serif, sans-serif;
  border-radius: 0;
  box-shadow: none;
}
input.form-control:focus,
textarea.form-control:focus {
  box-shadow: none;
  border: solid 1px #dbdbdb;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
*html .clearfix {
  zoom: 1;
}
* + html .clearfix {
  zoom: 1;
}
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.lead {
  font-size: 16px;
}

.font-transform-inherit {
  text-transform: inherit !important;
}

.color-red {
  color: #e84d1c;
}

/***
Custom Scrollbars
***/

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #cecece;
}

::-webkit-scrollbar-thumb {
  background-color: #cecece;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */
@-ms-viewport {
  width: auto !important;
}

::-moz-selection {
  color: #fff;
  background: #e45000;
}
::selection {
  color: #fff;
  background: #e45000;
}

/* Global classes */
.min-hight500 {
  min-height: 500px;
}

/***
Pre-Header and pre-header elements
***/
.pre-header {
  color: white;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  line-height: 1.2;
  font-family: Chonlima, "Open Sans", sans-serif;
  font-weight: 300;
  background: black;
}
.pre-header a {
  color: #ffffff;
}
.pre-header a:hover {
  color: #e02222;
}
.pre-header a:focus {
  text-decoration: none;
}
.pre-header li {
  padding-left: 11px;
  padding-right: 15px;
  border-right: solid 1px #d8d8d8;
}
.pre-header li:last-child {
  border: none;
}
.additional-shop-info li:first-child {
  padding-left: 0;
}
.additional-nav li:last-child {
  padding-right: 0;
}
.pre-header .fa {
  margin-right: 4px;
}
.shop-currencies a {
  margin-right: 6px;
}
.shop-currencies a:last-child {
  margin-right: 0;
}
.shop-currencies a.current {
  color: #e02222;
}

/* langs block */
.langs-block {
  position: relative;
}
.langs-block .fa {
  margin-right: 0;
}
.langs-block-others-wrapper {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99999;
}
.langs-block-others {
  padding: 10px 10px 2px;
  background: #f9f9f9;
  z-index: 9999;
  width: 100px;
  display: none;
  margin-top: 12px;
  border-top: solid 2px #ea4c1d;
  box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
  position: relative;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}
.langs-block-others:after {
  top: -8px;
  width: 0;
  height: 0;
  left: 8px;
  z-index: 2;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 8px solid #e6400c;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.langs-block:hover .langs-block-others {
  display: block;
}
.langs-block-others a {
  display: block;
  margin-bottom: 8px;
}

/***
Header and header elements
***/
.header {
  box-shadow: 0 1px 3px #ddd;
  background: #fff;
  border-radius: 0;
  margin-bottom: 23px;
  z-index: 999;
  position: relative;
}

/* FIX styles BEGIN */
.page-header-fixed .header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
body.page-header-fixed {
  /*padding-top: 88px !important;  height of the header */
}
/* FIX styles END */

.header .container {
  position: relative;
}
.ie8 .header {
  border-bottom: 1px solid #eee;
}

.site-logo {
  float: left;
  font-size: 23px;
  font-weight: 400;

  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .mobi-toggler {
  float: right;
  color: #d8d8d8;
  border: 1px solid #d8d8d8;
  border-radius: 100% !important;
  width: 32px;
  height: 32px;
  display: none;
  margin: 25px 0 0 30px;
  position: relative;
  background: #fff url(../img/icons/toggler.png) no-repeat 6px 8px;
}
.header .mobi-toggler i {
  display: none;
}
.header .mobi-toggler:hover {
  background: #e34f00 url(../img/icons/toggler.png) no-repeat 6px -28px;
  border-color: #e34f00;
  color: #fff;
}

/* Navigation */
.header-navigation {
  font: 15px "Open Sans", sans-serif;
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
  text-transform: uppercase;
}
.header-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation > ul > li {
  float: left;
}
.header-navigation > ul > li > a {
  color: #333;
  display: block;
  height: 80px;
  padding: 30px 12px 30px;
}
.header-navigation ul > li.active > a,
.header-navigation ul > li > a:hover,
.header-navigation ul > li > a:focus,
.header-navigation ul > li.open > a,
.header-navigation ul > li.open > a:hover,
.header-navigation ul > li.open > a:focus {
  color: #e02222;
  background: #fcfcfc;
  text-decoration: none;
}
.header-navigation ul > li.active > a {
  border-bottom: 2px solid #e64f00;
}

/* dropdown menu */
@media (min-width: 1025px) {
  .header-navigation > ul > li:hover > .dropdown-menu {
    display: block;
  }
}

.header-navigation,
.header-navigation .dropdown {
  position: static;
}
.header-navigation .dropdown-fix-left,
.header-navigation .dropdown-fix-right {
  position: relative;
}
.header-navigation .dropdown-menu {
  left: auto;
  top: 100%;
  padding: 0;
  background: #fff;
  position: absolute;
  border: none;
  box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
  text-transform: none;
  font: 13px "Open Sans", sans-serif;
  letter-spacing: 0;
  border-radius: 0;
  z-index: 9999;
}

.header-navigation .dropdown-menu:before,
.header-navigation .dropdown-menu:after {
  display: none !important;
}

.dropdown-fix-left .dropdown-menu {
  left: 0;
  width: 700px;
}
.dropdown-fix-right .dropdown-menu {
  right: 0;
  width: 700px;
}
.header-navigation > ul > li > .dropdown-menu {
  margin-top: -5px;
  border-top: solid 3px transparent;
  z-index: 1001;
}
.header-navigation .dropdown100 > .dropdown-menu {
  left: 15px;
  right: 15px;
}
.header-navigation > ul > li.dropdown:hover > a:after {
  bottom: 0;
  width: 0;
  height: 0;
  z-index: 1002;
  content: " ";
  display: block !important;
  position: absolute;
  border-bottom: 8px solid #e6400c;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.ie8 .header-navigation > ul > li.dropdown:hover > a:after {
  display: none !important;
}
.header-navigation li.dropdown100 > .dropdown-menu:after {
  display: none !important;
}
.header-navigation .dropdown-menu > li:first-child {
  border-top: solid 2px #ea4c1d;
}
.header-navigation .dropdown-menu li {
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #efefef;
  position: relative;
  float: none;
}
.header-navigation .dropdown-menu li:last-child {
  border: none;
}
.header-navigation .dropdown-menu li > a {
  padding: 10px 15px;
  font-weight: 400;
  color: #767f88;
}
.header-navigation .dropdown-menu > li > a:hover,
.header-navigation .dropdown-menu > li.active > a,
.header-navigation
  .header-navigation-content
  .header-navigation-col
  li
  > a:hover,
.header-navigation
  .header-navigation-content
  .header-navigation-col
  li.active
  > a {
  background: #e6400c;
  color: #fff;
}
.dropdown-submenu > a:after {
  display: none;
}

/* navigation content */
.header-navigation-content {
  padding: 20px 30px;
  min-width: 600px;
}
.header-navigation-content .header-navigation-col {
  padding: 0;
}
.header-navigation-content h4,
.ecommerce .header-navigation-content h4 {
  font: bold 15px "Open Sans", Arial, sans-serif;
  margin: 0 0 6px;
  padding: 10px 10px 5px;
  border-bottom: solid 1px #f0f0f0;
}
.header-navigation-content ul {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
.header-navigation-content li {
  padding: 0;
  border: none !important;
}
.header-navigation-content li > a {
  display: block;
}

/* header navigation description */
.header-navigation-content-ext {
  padding: 20px 30px 2px;
  background: #fff;
}
.header-navigation-description {
  background: #fcfafb;
  margin: -20px 0 -2px -30px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(91, 91, 91, 0.2) inset;
}
.header-navigation-content-ext h4,
.ecommerce .header-navigation-content-ext h4 {
  border: none;
  padding: 10px 0 0;
}
.header-navigation .dropdown-menu .header-navigation-content-ext li {
  border: none;
}
.header-navigation .dropdown-menu .header-navigation-content-ext li > a {
  padding: 0 0 10px;
  color: #767f88;
  display: inline-block;
}
.header-navigation .dropdown-menu .header-navigation-content-ext li > a:hover,
.header-navigation .dropdown-menu .header-navigation-content-ext li.active > a {
  background: #fff;
  color: #e6400c;
}

/* n-level submenu */
.header-navigation .dropdown-menu .dropdown-menu {
  left: 100%;
  right: auto;
  top: 6px;
}
.header-navigation .dropdown-menu a {
  position: relative;
}
.header-navigation .dropdown-menu .fa {
  position: absolute;
  top: 13px;
  right: 15px;
}

/* Top Search */
.header-navigation li.menu-search {
  position: relative;
  top: 26px;
}
.header-navigation li.menu-search span.sep {
  top: 0;
  width: 1px;
  height: 26px;
  background: #eaeaea;
  position: relative;
  margin: 0 18px 0 16px;
  display: inline-block;
}
.header-navigation li.menu-search i {
  color: #333;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  top: -6px;
  /*background: url(../img/icons/top-search-icon.png) no-repeat;*/
  width: 15px;
  height: 15px;
  opacity: 0.6;
}
.header-navigation li.menu-search i:hover {
  color: #e02222;
  background-position: 0 -15px;
}
/*.header-navigation .fa-search:before {
	content: none;
}*/
.header-navigation .search-box {
  right: -7px;
  top: 100%;
  padding: 15px;
  display: none;
  background: #fcfafb;
  position: absolute;
  border-top: solid 2px #ea4c1d;
  box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
  width: 274px;
  margin-top: 0;
  z-index: 22;
}
.header-navigation .search-box:after {
  top: -8px;
  width: 0;
  height: 0;
  right: 8px;
  z-index: 2;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 8px solid #e6400c;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.header-navigation .search-box button {
  margin-left: 0 !important;
}

/* reduce navigation */
/*.page-header-fixed .site-logo,
.page-header-fixed .header-navigation > ul > li > a,
.page-header-fixed .header-navigation li.menu-search,
.page-header-fixed .top-cart-block {
 	transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
}*/
.reduce-header .site-logo {
  padding-top: 9px;
  padding-bottom: 11px;
}

@media (max-width: 700px) {
  .logo_img {
    margin-left: 0px !important;
  }
}

@media (min-width: 1025px) {
  .reduce-header .header-navigation > ul > li > a {
    padding: 16px 12px 17px;
  }
  .ecommerce .reduce-header .header-navigation > ul > li > a {
    padding: 23px 12px 20px;
  }
  .reduce-header .header-navigation li.menu-search {
    top: 14px;
  }
  .ecommerce .reduce-header .header-navigation li.menu-search {
    top: 21px;
  }
}
.reduce-header .mobi-toggler {
  margin-top: 12px;
}
.page-header-fixed .header .mobi-toggler {
  transition: margin 0.3s ease;
  -o-transition: margin 0.3s ease;
  -ms-transition: margin 0.3s ease;
  -moz-transition: margin 0.3s ease;
  -webkit-transition: margin 0.3s ease;
}

/* page slider */
.page-slider {
  margin-top: -25px;
  clear: both;
}

/* OWL styles */
.owl-buttons {
  position: absolute;
  top: -40px;
  right: 10px;
}
.owl-buttons div {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 5px;
  position: static;
  border-radius: 26px !important;
  text-indent: -100000px;
}
.owl-buttons .owl-prev {
  background: #fff url(../img/fa-angles.png) no-repeat 8px 8px;
}
.owl-buttons .owl-next {
  background: #fff url(../img/fa-angles.png) no-repeat -33px 8px;
}
.owl-buttons .owl-prev:hover {
  background: #e84d1c url(../img/fa-angles.png) no-repeat 8px -31px;
}
.owl-buttons .owl-next:hover {
  background: #e84d1c url(../img/fa-angles.png) no-repeat -33px -31px;
}

/*  */
.carousel-indicators {
  text-align: left;
  margin: 0;
  width: auto;
  left: 33px;
}
.carousel-indicators li,
.carousel-indicators li.active {
  width: 18px;
  height: 18px;
  margin: 0 9px 0 0;
  background: transparent;
  border: solid 2px #c9cdce;
  border-radius: 18px !important;
  z-index: 9999 !important;
}
.carousel-indicators li.active {
  background: #6f7a7c;
  border-color: #9ea7a9;
}
/* END LAYER SLIDER */

/*  */
.product-list .product-item {
  margin-bottom: 30px;
}

/***
Sidebar
***/
.sidebar {
  color: #3e4d5c;
}
.sidebar .list-group-item {
  background: rgba(244, 244, 244, 0.5);
  border: none;
  display: block;
  margin-bottom: 2px;
  padding: 7px 10px;
  position: relative;
  border-radius: 0;
}
.sidebar .list-group-item:last-child {
  margin: 0;
}
.sidebar a {
  color: #3e4d5c;
}
.sidebar a:hover {
  color: #e02222;
}
.sidebar-menu a {
  display: block;
}
.sidebar-menu a:hover {
  text-decoration: none;
}
.sidebar-menu .fa-angle-right {
  position: relative;
  top: 1px;
  margin-right: 2px;
  float: left;
}
.sidebar .dropdown.open .dropdown-toggle {
  background: #fff;
  color: #3e4d5c;
}
.sidebar .dropdown.open .dropdown-toggle:hover {
  color: #e02222;
}
.sidebar .dropup.open > .dropdown-toggle,
.dropdown.open > .dropdown-toggle {
  border-color: none !important;
}

.sidebar .dropdown-menu {
  background-clip: padding-box;
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: none;
  float: none;
  font-size: 14px;
  list-style: none;
  margin: 0 -10px;
  min-width: auto;
  padding: 5px 10px 1px 19px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
  font: 15px "PT Sans Narrow", sans-serif;
}

.sidebar .dropdown-menu:after,
.sidebar .dropdown-menu:before {
  display: none !important;
}

.sidebar .dropdown-menu .dropdown-menu {
  border-top: none;
  margin-bottom: -5px;
  margin-right: -10px;
}
.sidebar .open > .dropdown-menu {
  display: block;
}
.sidebar .dropdown-menu li {
  padding: 4px 0 3px 11px;
  position: relative;
}
.sidebar .dropdown-menu ul {
  padding: 0;
  margin: 0 0 0 4px;
  list-style: none;
  text-transform: none;
  font-size: 15px;
}
.sidebar .dropdown-menu > li > a {
  clear: both;
  line-height: inherit;
  padding: 0;
  white-space: nowrap;
}
.sidebar-menu .dropdown-menu li > a:hover,
.sidebar-menu .dropdown-menu li > a:focus,
.sidebar-menu li.active > a,
.sidebar-menu li.active > a:hover {
  background: none !important;
  color: #e02222;
}
.sidebar .dropdown-menu > li > a .fa-angle-down {
  position: absolute;
  top: 8px;
  right: 0;
}
.sidebar .fa-angle-down:before {
  content: "";
}
.sidebar .fa-angle-down {
  width: 11px;
  height: 11px;
  background: url(../img/icons/sidebar-toggle-icons.png) no-repeat 0 0;
  position: absolute;
  top: 12px;
  right: 10px;
}
.sidebar a:hover > .fa-angle-down {
  background-position: -11px 0;
}
.sidebar .collapsed .fa-angle-down {
  background-position: 0 -37px;
}
.sidebar .collapsed:hover > .fa-angle-down {
  background-position: -11px -37px;
}

/***
Brands
***/
.brands .container {
  padding-right: 25px;
}
.brands .owl-carousel {
  margin-bottom: 41px;
  padding: 0 75px;
  background: #fff;
}
.brands .owl-buttons div {
  position: absolute;
  top: 0;
  width: 70px;
  height: 102px;
  text-indent: -10000px;
  border-radius: 0 !important;
  display: block;
}
.brands .owl-buttons {
  position: static;
}
.brands .owl-buttons .owl-prev {
  left: 0;
  background: #fff url(../img/fa-angle-brands.png) no-repeat 18px 18px;
  margin-left: 0;
}
.brands .owl-buttons .owl-prev:hover {
  background: #fff url(../img/fa-angle-brands.png) no-repeat 18px -217px;
}
.brands .owl-buttons .owl-next {
  left: auto;
  right: 0;
  background: #fff url(../img/fa-angle-brands.png) no-repeat -249px 18px;
  margin-right: 0;
}
.brands .owl-buttons .owl-next:hover {
  background: #fff url(../img/fa-angle-brands.png) no-repeat -249px -217px;
}

/***
steps block and steps block elements
***/
/* shop */
.steps-block {
  color: #fff;
  padding: 30px 0;
}
.steps-block ::-moz-selection {
  color: #e45000;
  background: #fff;
}
.steps-block ::selection {
  color: #e45000;
  background: #fff;
}
.steps-block-gray {
  background: #a0a3a4;
}
.steps-block-red {
  background: #e84d1c;
}
.steps-block-col {
  overflow: hidden;
  min-height: 71px;
}
.steps-block-col span {
  display: block;
  width: 36px;
  height: 71px;
  background: url(../img/step3-angle-right.png) no-repeat 100% 50%;
  position: absolute;
  top: 0;
  right: 10px;
}
.steps-block h2,
.ecommerce .steps-block h2 {
  color: #fff;
  font-size: 43px;
  margin: 0;
  padding: 0;
  line-height: 1;
}
/* steps-block-simple – step block without image */
.steps-block-simple h2,
.ecommerce .steps-block-simple h2 {
  font-size: 33px;
  margin-bottom: 5px;
}
.steps-block em {
  font: normal 400 13px "Opan Sans", sans-serif;
  text-transform: uppercase;
}
.steps-block-simple em {
  text-transform: inherit;
  line-height: 1.2;
}
.steps-block .steps-block-col div {
  margin-left: 70px;
  margin-right: 40px;
}
.steps-block-simple .steps-block-col div {
  margin-left: 0;
}
.steps-block .fa-truck,
.steps-block .fa-gift,
.steps-block .fa-phone {
  font-size: 30px;
  border: solid 2px #fff;
  border-radius: 30px !important;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  padding-top: 22px;
  margin-right: 11px;
  float: left;
}
.steps-block .fa-angle-right {
  font-size: 84px;
}

/* title wrapper */
.title-wrapper {
  margin: -23px 0 23px;
  position: relative;
  overflow: hidden;
  background: #72c2ff url(../../pages/img/title-bg/man.jpg) no-repeat 100% 100%;
  min-height: 280px;
  padding-top: 79px;
  width: 100%;
  overflow: hidden;
}
.title-wrapper .container-inner {
  float: left;
}
.ecommerce .title-wrapper h1,
.title-wrapper em {
  font-family: Chonlima, "Open Sans", SimSun, Arial, Verdana, serif, sans-serif;
  color: #fff;
  font-weight: 400;
}
.ecommerce .title-wrapper h1 {
  font-size: 45px;
  padding: 0 9px 13px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  margin: 0 -9px 17px;
}
.title-wrapper h1 span {
  color: #e6400c;
}
.title-wrapper em {
  font-size: 20px;
  font-style: normal;
  display: block;
  text-align: center;
}

/* breadcrumb */
.breadcrumb {
  background: none;
  padding: 0;
  font: 14px "Open Sans", sans-serif;
  color: #5f6d7b;
  margin-bottom: 22px;
}
.breadcrumb > li + li:before {
  content: "\f105 ";
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  /*font-family: FontAwesome;*/
  font-family: Chonlima;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #5f6d7b;
}
.breadcrumb a {
  color: #5f6d7b;
}
.breadcrumb > .active {
  color: #e6400c;
}

/* paginations */
.pagination {
  border-radius: 0;
  margin: 0;
}
.pagination > li {
  display: inline-block;
  margin-left: 5px;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 25px !important;
  border: none;
  color: #868c93;
}
.pagination > li > span,
.pagination > li > span:hover {
  background: #555;
  color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  padding: 4px 12px 8px;
}
.items-info {
  padding-top: 7px;
  color: #868c93;
}

/* content page */
.content-page {
  background: #fff;
  padding: 20px;
  margin-right: 10px;
}
.corporate .content-page {
  padding: 0 0 20px;
}
.content-page a,
.sidebar2 a {
  color: #353333;
}
.content-page a:hover,
.sidebar2 a:hover {
  color: #e02222;
}
.content-page .link,
.content-page .link:hover,
.content-page .link:active {
  color: #e02222;
}
.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6 {
  /*text-transform: inherit;*/
  padding-top: 10px;
}
.content-page h3 {
  font-size: 20px;
  margin-bottom: 7px;
}
.content-page h4 {
  font-size: 17px;
  margin-bottom: 4px;
}
.content-page h5,
.content-page h6 {
  font: 700 15px "Open Sans", Arial, sans-serif;
  margin-bottom: 2px;
}
.content-page p,
.content-page .list-unstyled {
  margin-bottom: 20px;
}
.content-page .list-unstyled .list-unstyled {
  margin-left: 20px;
  padding-top: 3px;
  margin-bottom: 0;
}
.content-page .list-unstyled li {
  margin-bottom: 3px;
}

/* 404 page */
.corporate .page-404 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 125px;
}
.page-404 .number {
  position: relative;
  top: 35px;
  display: inline-block;
  letter-spacing: -10px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 128px;
  font-size: 128px;
  font-weight: 300;
  color: #e02222;
  text-align: right;
}
.page-404 .details {
  margin-left: 40px;
  display: inline-block;
  padding-top: 0px;
  text-align: left;
  top: 15px;
  position: relative;
}

/* 500 page */
.corporate .page-500 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-500 .number {
  display: inline-block;
  letter-spacing: -10px;
  line-height: 128px;
  font-size: 128px;
  font-weight: 300;
  color: #e02222;
  text-align: right;
}
.page-500 .details {
  margin-left: 40px;
  display: inline-block;
  text-align: left;
}

/* content form page */
div.content-form-page {
  background: #fff;
  padding: 5px 20px 30px;
  margin-right: 10px;
}
.content-form-page a {
  color: #767f88;
}
.content-form-page a:hover {
  color: #e02222;
}
.form-without-legend {
  padding-top: 25px;
}
.content-form-page legend {
  border: none;
  font-size: 18px;
  padding-top: 20px;
  margin-bottom: 10px;
  color: #3e4d5c;
}
.content-form-page .control-label {
  font-weight: normal;
  padding-right: 5px;
  margin-left: -15px;
}
.default-form label,
.checkout-page label {
  font-weight: normal;
}
.require {
  color: #e94d1c;
}
.content-form-page input.form-control {
  border-color: #dbdbdb;
  color: #aaa;
  font: 14px Arial, sans-serif;
  border-radius: 0;
}
.content-form-page .form-control:focus {
  box-shadow: none;
  border: solid 1px #e94d1c;
}
.content-form-page .checkbox .col-lg-4 {
  padding-right: 0;
  margin-left: -15px;
}
/*.content-form-page .checker {
	margin-left: -15px;
}*/
.content-form-page .btn {
  margin-right: 10px;
  /*padding: 7px 12px 6px;*/
}
div.content-form-page .checkbox-list {
  margin-left: -3px;
}

/* info at the right of the forms */
.form-info {
  padding: 0 10px 0 30px;
  border-left: solid 1px #e4e6e8;
  margin: 25px 0;
}
.form-info h2,
.ecommerce .form-info h2 {
  font-size: 18px;
  position: relative;
  top: -5px;
  margin-bottom: 5px;
}
.form-info h2 em {
  font-style: normal;
  color: #e6400c;
}
.form-info p {
  margin: 0 0 20px;
}

.nav-tabs {
  border-color: #e6400c;
  padding-bottom: 1px;
  font-size: 14px;
  margin-bottom: 0;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: #ffe9e9;
  color: #647484;
  border-radius: 0;
  padding: 5px 15px 4px;
  border: none !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #e6400c;
  color: #fff;
  padding: 5px 15px 4px;
}

.tab-content {
  background: #fafafa;
  padding: 20px 15px;
}

/* content search */
.content-search {
  background: #fff;
  padding: 10px 15px;
}
.ecommerce .content-search h1 {
  padding-top: 3px;
  margin: 0;
}
.content-search h1 em {
  font-style: normal;
  color: #e6400c;
}
.content-search form {
  margin: 0;
}
.content-search input {
  border-radius: 0;
  border-color: #dbdbdb;
  color: #b0b4b7;
  font: 14px Arial, sans-serif;
  height: 35px;
}
.content-search input:focus {
  box-shadow: none;
  border: solid 1px #e94d1c;
}
.content-search button {
  margin-left: 0 !important;
  font-size: 14px;
  /*padding: 7px 12px 5px;*/
  height: 35px;
}

/***
Pre-Footer and pre-footer elements
***/
.pre-footer {
  background: #313030;
  color: #b0b0b0;
}
.pre-footer .container {
  padding-top: 45px;
}
.pre-footer a {
  color: #57c8eb;
}
.pre-footer h2,
.ecommerce .pre-footer h2 {
  font-size: 21px;
  color: #c2c1c1;
}
.pre-footer p {
  margin-bottom: 20px;
}
.pre-footer li {
  margin-bottom: 6px;
}

/* pre-footer twitter block */
.pre-footer dl.f-twitter {
  overflow: hidden;
  margin-bottom: 7px;
}
.pre-footer dl.f-twitter dt {
  width: 30px;
  float: left;
  text-align: left;
  padding-top: 2px;
}
.pre-footer dl.f-twitter dt i {
  color: #57c8eb;
  font-size: 20px;
}
.pre-footer dl.f-twitter dd {
  color: #b0b0b0;
  margin-left: 30px;
}
.pre-footer dl.f-twitter dd span {
  color: #6b9cab;
  font-size: 12px;
  margin: 0 5px;
}
.pre-footer address {
  line-height: 1.7;
}
.pre-footer-col {
  padding-bottom: 22px;
}
.pre-footer .top-line {
  border-top: solid 1px #535353;
  padding-top: 24px;
  padding-bottom: 17px;
}
.pre-footer .social-icons {
  padding-top: 5px;
}
.pre-footer .social-icons li a,
.pre-footer a.social-icon {
  transition: all 0.1s ease-in-out !important;
  -o-transition: all 0.1s ease-in-out !important;
  -ms-transition: all 0.1s ease-in-out !important;
  -moz-transition: all 0.1s ease-in-out !important;
  -webkit-transition: all 0.1s ease-in-out !important;
}
.pre-footer .social-icons li a:hover {
  opacity: 1;
}

.pre-footer hr {
  margin-top: 0;
  border-color: #404040;
}
.pre-footer .form-control,
.pre-footer .form-control:focus {
  border: none;
}

/* subscribe */
.pre-footer .pre-footer-subscribe-box {
  padding-bottom: 14px;
}
.ecommerce .pre-footer-subscribe-box form {
  float: left;
  width: 330px;
}
.pre-footer .pre-footer-subscribe-box p {
  clear: both;
}
.pre-footer-subscribe-box .input-group {
  border: solid 1px #545454;
  padding: 1px 1px 0 0;
}
.pre-footer-light .pre-footer-subscribe-box .input-group {
  border: solid 1px #dbdbdb;
}
.ecommerce .pre-footer-subscribe-box h2,
.corporate .pre-footer-subscribe-box h2 {
  float: left;
  margin-right: 20px;
  padding-top: 7px;
}
.pre-footer-subscribe-box input {
  border-radius: 0;
  background: #313030;
  border: solid 1px #313030;
  color: #909090;
  font: 13px Arial, sans-serif;
}
.pre-footer-subscribe-box input:focus {
  box-shadow: none;
  border: solid 1px #313030;
}
.pre-footer-subscribe-box .btn-primary {
  margin-left: 0 !important;
  border-bottom: none;
  margin-bottom: 1px;
}

/* pre-footer photostream */
.pre-footer .photo-stream li {
  margin: 4px 5px 4px 0;
  display: inline-block;
}
.pre-footer .photo-stream img {
  width: 54px;
  height: 54px;
  border: solid 2px #9ca5ae;
}
.pre-footer .photo-stream img:hover {
  border-color: #e84d1c;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

/* light pre-footer */
.pre-footer-light {
  background: #f9f9f9;
  color: #3e4d5c;
  margin-top: 20px;
}
.pre-footer-light .container {
  background: #fff;
  padding-top: 25px;
}
.pre-footer-light h2,
.ecommerce .pre-footer-light h2 {
  color: #3e4d5c;
}
.pre-footer-light a {
  color: #3e4d5c;
}
.pre-footer-light dl.f-twitter dd {
  color: #3e4d5c;
}
.pre-footer-light dl.f-twitter dd span {
  color: #99a5b1;
}
.pre-footer-light dl.f-twitter dd a {
  color: #e84d1c;
}

.pre-footer-light address a {
  color: #e84d1c;
}

.pre-footer-light hr {
  border-color: #e6e6e6;
}

.pre-footer-light .social-icons li a {
  opacity: 1;
}
.pre-footer-light .social-icons li a:hover {
  opacity: 0.7;
}

.pre-footer-light .input-group {
  border: none;
  padding: 1px 1px 0 0;
}
.pre-footer-light .pre-footer-subscribe-box input {
  background: #fff;
  border: none;
  color: #909090;
}
.pre-footer-light .pre-footer-subscribe-box button:hover {
  color: #fff;
}

/* light pre-footer */
.pre-footer-gray {
  background: #62707f;
  color: #fff;
}
.pre-footer-gray h2,
.ecommerce .pre-footer-gray h2 {
  color: #fff;
}
.pre-footer-gray dl.f-twitter dd {
  color: #fff;
}
.pre-footer-gray dl.f-twitter dd span {
  color: #fff;
  opacity: 0.5;
}

.pre-footer-gray hr {
  border-color: #94a5b6;
}

.pre-footer-gray .social-icons li a {
  opacity: 1;
}
.pre-footer-gray .social-icons li a:hover {
  opacity: 0.7;
}

.pre-footer-gray .pre-footer-subscribe-box fomr {
  color: #fff;
}
.pre-footer-gray .pre-footer-subscribe-box .input-group {
  border: 1px solid #94a5b6;
}
.pre-footer-gray .pre-footer-subscribe-box input {
  background: #62707f;
  border: solid 1px #62707f;
  color: #fff;
}
.pre-footer-gray .pre-footer-subscribe-box input:focus {
  border: solid 1px #62707f;
}
.pre-footer-gray ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.pre-footer-gray :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.pre-footer-gray ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.pre-footer-gray :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

/* footer */
.footer {
  background: #272626;
  color: #fff;
  font-size: 12px;
  padding: 15px 0;
}
.footer-light {
  background: #f9f9f9;
  color: #3e4d5c;
}
.footer-gray {
  background: #4a5866;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}
.footer a:hover {
  text-decoration: none;
}
.footer-light a {
  color: inherit;
}
.footer .padding-top-10 {
  opacity: 0.5;
}
.footer .list-inline > li:last-child {
  padding-right: 0;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer ul.social-footer {
  font-size: 18px;
  padding-top: 5px;
}
.footer ul.social-footer a {
  opacity: 0.5;
}
.footer ul.social-footer a:hover {
  opacity: 1;
}

/***
Custom icon buttons
***/
.icon-btn {
  height: 60px;
  min-width: 80px;
  margin: 0 5px 5px 0;
  border: 1px solid #ddd;
  padding: 12px 0px 0px 0px;
  background-color: #fafafa !important;
  background-image: none !important;
  filter: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  display: inline-block !important;
  color: #646464 !important;
  text-shadow: none !important;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.icon-btn i {
  font-size: 18px;
}

.ie8 .icon-btn:hover {
  filter: none !important;
}

.icon-btn:hover {
  text-decoration: none !important;
  border-color: #999 !important;
  color: #444 !important;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.icon-btn:hover .badge {
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.icon-btn div {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: Chonlima;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #000;
  font-size: 12px;
  font-weight: 300;
}

.icon-btn .badge {
  position: absolute;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: Chonlima, SimSun, Arial, Verdana, serif, sans-serif;
  font-size: 11px !important;
  font-weight: 300;
  top: -5px;
  right: -5px;
  padding: 3px 6px 3px 6px;
  color: white !important;
  text-shadow: none;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}

.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
/***
Notes
***/

/* Common styles for all types */
.note {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}

.note h1,
.note h2,
.note h3,
.note h4 {
  margin-top: 0;
}

.note p:last-child {
  margin-bottom: 0;
}
.note code,
.note .highlight {
  background-color: #fff;
}

/* Variations */
.note-danger {
  background-color: #faeae6;
  border-color: #ed4e2a;
}

.note-warning {
  background-color: #fcf3e1;
  border-color: #fcb322;
}

.note-info {
  background-color: #e8f6fc;
  border-color: #57b5e3;
}

.note-success {
  background-color: #ebfcee;
  border-color: #3cc051;
}

/*  panel styles */
.panel-default > .panel-heading {
  color: inherit;
}
.panel .panel-title {
  padding-top: 0;
  margin-bottom: 0;
}

/***
Font awesome icons styles
***/
.fontawesome-icon-list [class^="fa-"],
.fontawesome-icon-list [class*=" fa-"],
li [class^="fa-"],
li [class*=" fa-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
.fontawesome-icon-list [class^="fa-"].icon-large,
.fontawesome-icon-list [class*=" fa-"].icon-large,
li [class^="fa-"].icon-large,
li [class*=" fa-"].icon-large {
  width: 1.5625em;
}
.fontawesome-icon-list .col-md-3 {
  height: 32px;
  line-height: 32px;
}

/***
Demo Utils
***/
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 10px;
  overflow: auto;
}

.util-btn-margin-bottom-5 .btn {
  margin-bottom: 5px !important;
}

.util-btn-group-margin-bottom-5 .btn-group {
  margin-bottom: 5px !important;
}

.fontawesome-demo i {
  font-size: 18px;
}

.fontawesome-demo li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.glyphicons-demo ul {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}

.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}
.glyphicons-demo ul li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd;
}

.glyphicons-demo .glyphicon {
  display: block;
  margin: 5px auto 10px;
  font-size: 24px;
}
.glyphicons-demo ul li {
  width: 12.5%;
}
.glyphicons-demo ul li [class^="glyphicon-"],
.glyphicons-demo ul li [class*=" glyphicon-"] {
  display: block;
  text-align: center !important;
  width: auto;
  line-height: 1.2;
}
.glyphicons-demo ul li:hover {
  background-color: rgba(86, 61, 124, 0.1);
}

.buttons-page .btn {
  margin-bottom: 5px !important;
}
.buttons-page .clearfix {
  margin-bottom: 20px;
}
#topcontrol {
  z-index: 99999;
}

/* faq page */
.faq-page .panel-heading {
  padding: 0;
}
.faq-page .panel-heading h4 {
  font-size: 17px;
}
.faq-page .panel-heading a {
  display: block;
  padding: 10px 15px 9px;
}
.faq-page .panel-heading a:hover {
  color: #333;
  text-decoration: underline;
}

/* Services Box */
.service-box p {
  color: #656565;
  font-size: 13px;
}
.service-box .service-box-heading {
  padding: 12px 0;
}
.service-box .service-box-heading i {
  padding: 0;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  font-size: 18px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: baseline;
}
.service-box .service-box-heading i.blue {
  color: #0da3e2;
  border: 1px solid #0da3e2;
}
.service-box .service-box-heading i.red {
  color: #db3a1b;
  border: 1px solid #db3a1b;
}
.service-box .service-box-heading i.green {
  color: #35aa47;
  border: 1px solid #35aa47;
}
.service-box .service-box-heading span {
  color: #444;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-left: 10px;
  display: inline-block;
}
.service-box .service-box-heading [class^="icon-"],
.service-box [class*=" icon-"] {
  display: inline-block;
  text-align: center;
}
.service-box .service-box-heading [class^="icon-"].icon-large,
.service-box .service-box-heading [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}

/* Blockquote Box */
.quote-v1 {
  background: #7c858e;
  padding: 1px 0;
  margin-left: 0;
  margin-right: 0;
}
.quote-v1 a {
  margin: 5px;
  display: inline-block;
}
.quote-v1 span {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin: 5px 5px 8px;
  line-height: 26px;
  display: inline-block;
}
.quote-v1 a.btn-transparent {
  color: #fff;
  font-size: 16px;
  padding: 8px 18px;
  white-space: nowrap;
  text-decoration: none;
  border: solid 1px #fff;
  background: none;
}
.quote-v1 a.btn-transparent:hover {
  background: #e02222;
  color: #fff;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.quote-v1 a.btn-transparent i {
  margin-right: 10px;
}

/* Recent Indexa */
.recent-index {
  position: relative;
}
.recent-index a:hover {
  text-decoration: none;
}
.recent-index h2,
.ecommerce .recent-index h2 {
  margin: 3px 0 5px;
}
.recent-index h2 a {
  color: #3e4d5c;
}
.recent-index h2 a:hover {
  color: #e02222;
}
.recent-index-item {
  padding-left: 10px;
}
.recent-index .owl-buttons {
  left: -74px;
  right: auto;
  top: 0;
}
.recent-index .recent-index-item a.recent-index-description {
  padding: 10px;
  display: block;
  background: #fff;
}
.recent-index .recent-index-item:hover a.recent-index-description {
  background: #e6400c;
  transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
}
.recent-index .recent-index-item strong {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 300;
}
.recent-index .recent-index-item b {
  color: #656565;
  font-weight: 300;
}
.recent-index .recent-index-item:hover b,
.recent-index .recent-index-item:hover strong {
  color: #fff;
}
.recent-index .recent-index-item em {
  display: block;
  overflow: hidden;
  position: relative;
}
.recent-index .recent-index-item .fa {
  color: #fff;
  padding: 16px 30px 16px 18px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  width: 47px;
  height: 47px;
  margin-top: -23.5px;
  border-radius: 47px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}
.recent-index .recent-index-item .fa:hover {
  color: #e02222;
}
.recent-index .recent-index-item .fa-link {
  left: -100px;
}
.recent-index .recent-index-item .fa-search {
  right: -100px;
}
.recent-index .recent-index-item:hover .fa-link {
  left: 30%;
}
.recent-index .recent-index-item:hover .fa-search {
  right: 30%;
}
/* Recent Works */
.recent-index {
  position: relative;
}
.recent-index a:hover {
  text-decoration: none;
}
.recent-index h2,
.ecommerce .recent-index h2 {
  margin: 3px 0 5px;
}
.recent-index h2 a {
  color: #3e4d5c;
}
.recent-index h2 a:hover {
  color: #e02222;
}
.recent-index-item {
  padding-left: 10px;
}
.recent-index .owl-buttons {
  left: -74px;
  right: auto;
  top: 0;
}
.recent-index .recent-index-item a.recent-index-description {
  padding: 10px;
  display: block;
  background: #fff;
}
.recent-index .recent-index-item:hover a.recent-index-description {
  background: #e6400c;
  transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
}
.recent-index .recent-index-item strong {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 300;
}
.recent-index .recent-index-item b {
  color: #656565;
  font-weight: 300;
}
.recent-index .recent-index-item:hover b,
.recent-index .recent-index-item:hover strong {
  color: #fff;
}
.recent-index .recent-index-item em {
  display: block;
  overflow: hidden;
  position: relative;
}
.recent-index .recent-index-item .fa {
  color: #fff;
  padding: 16px 30px 16px 18px;
  font-size: 16px;
  position: absolute;
  top: 80%;
  width: 47px;
  height: 47px;
  margin-top: -23.5px;
  border-radius: 47px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}
.recent-index .recent-index-item .fa:hover {
  color: #e02222;
}
.recent-index .recent-index-item .fa-link {
  left: -100px;
}
.recent-index .recent-index-item .fa-search {
  right: -100px;
}
.recent-index .recent-index-item:hover .fa-link {
  left: 30%;
}
.recent-index .recent-index-item:hover .fa-search {
  right: 42%;
}

/* Mixed Block */
/* Testimonials */
.testimonials-v1 blockquote {
  padding: 15px;
  border: none;
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 20px;
  background: #f8f8f8;
  position: relative;
}
.testimonials-v1 blockquote:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 70px;
  width: 0;
  height: 0;
  border-left: 0 inset rgba(0, 0, 0, 0);
  border-right: 22px inset rgba(0, 0, 0, 0);
  border-top: 22px solid #f8f8f8;
}
.testimonials-v1 blockquote:after {
  width: 13px;
  height: 13px;
  z-index: 23;
  content: " ";
  display: block !important;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #e6400c url(../img/blockquote-corner.png) no-repeat;
}

.testimonials-v1 .carousel-info img {
  width: 75px;
  height: 75px;
  padding: 3px;
  border-radius: 150px !important;
  border: solid 1px #f5f5f5;
}
.testimonials-v1 .carousel-info {
  overflow: hidden;
}
.testimonials-v1 .carousel-info img {
  margin-right: 15px;
}
.testimonials-v1 .carousel-info span {
  display: block;
}
.testimonials-v1 span.testimonials-name {
  color: #e6400c;
  font-size: 16px;
  font-weight: 300;
  margin: 23px 0 7px;
}
.testimonials-v1 span.testimonials-post {
  color: #656565;
  font-size: 12px;
}
.testimonials-v1 .left-btn,
.testimonials-v1 .right-btn {
  right: 0;
  width: 26px;
  height: 26px;
  bottom: 100px;
  border-radius: 26px !important;
  position: absolute;
  display: inline-block;
}
.testimonials-v1 .left-btn {
  right: 30px;
  background: url(../img/fa-angles.png) no-repeat 8px 8px;
}
.testimonials-v1 .right-btn {
  background: url(../img/fa-angles.png) no-repeat -33px 8px;
}
.testimonials-v1 .left-btn:hover {
  background: #e84d1c url(../img/fa-angles.png) no-repeat 8px -31px;
}
.testimonials-v1 .right-btn:hover {
  background: #e84d1c url(../img/fa-angles.png) no-repeat -33px -31px;
}

/* our clients */
.our-clients {
  position: relative;
}
.our-clients h2,
.ecommerce .our-clients h2 {
  margin: 3px 0 5px;
}
.our-clients h2 a {
  color: #3e4d5c;
}
.our-clients h2 a:hover {
  color: #e02222;
}
.our-clients .client-item {
  background: #f8f8f8;
  margin-left: 2px;
  position: relative;
}
.our-clients .owl-buttons {
  left: -74px;
  right: auto;
  top: 0;
}
.our-clients .client-item img {
  margin-left: auto;
  margin-right: auto;
}
.our-clients .client-item .color-img {
  display: none;
}
.our-clients .client-item:hover img {
  display: none;
}
.our-clients .client-item:hover .color-img {
  display: block;
}

/* Front Carousel */
.front-carousel .carousel-control {
  margin: 0;
  border: none;
  height: 35px;
  font-size: 24px;
  font-weight: normal;
  top: 40%;
  width: 35px;
  background: #222;
  opacity: 0.5;
}
.front-carousel .carousel-control:hover {
  opacity: 0.6;
}
.front-carousel .carousel-control i {
  font-size: 27px;
}
.front-carousel .carousel-control.right i {
  position: relative;
  left: 1px;
}
.front-carousel .carousel-caption {
  padding: 10px 15px 0;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
}
.front-carousel .carousel-control.left {
  left: 0;
}
.front-carousel .carousel-control.right {
  right: 0;
}

/* Skils */
.front-skills span {
  color: #555;
  display: block;
  font-size: 15px;
  margin-bottom: 7px;
}
.front-skills .progress {
  background: #f2f2f2;
}
.front-skills .progress-bar {
  background: #ef4d2e;
}
.front-skills .progress,
.front-skills .progress-bar {
  box-shadow: none;
}

/* Team Blocks */
.front-team .thumbnail {
  border: none;
}
.front-team h3,
.ecommerce .front-team h3 {
  margin: 10px 0 12px;
  line-height: 40px;
}
.front-team h3 strong {
  color: #e02222;
  font-size: 20px;
  font-weight: 400;
}
.front-team h3 small {
  display: block;
  font-size: 13px;
}
.front-team ul {
  padding: 4px 0 0;
}
.front-team .social-icons {
  overflow: hidden;
}

/* Service Box v1 */
.service-box-v1 {
  text-align: center;
  padding: 15px;
}
.service-box-v1 i {
  padding: 15px;
  font-size: 35px;
}
.service-box-v1:hover {
  background: #d73d04;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.service-box-v1:hover i,
.service-box-v1:hover p,
.service-box-v1:hover h2 {
  color: #fff;
}

/* corp. search result */
.content-search-view2 {
  background: #edeff1;
  padding: 20px;
  margin: 0 0 20px;
}
.search-result-item {
  margin: 0 -10px 20px;
  padding: 0 10px 15px;
  border-bottom: 1px solid #ecebeb;
}
.search-result-item h4,
.ecommerce .search-result-item h4 {
  margin-bottom: 5px;
  padding: 0;
}
.search-result-item h4 a {
  color: #e6400c;
}
.search-result-item p {
  margin-bottom: 10px;
}
.search-link {
  color: #999;
  font-size: 12px;
}

/* FAQ */
.faq-tabbable {
  padding: 0;
  margin: 0;
  list-style: none;
  border-left: solid 2px #e44f00;
}
.faq-tabbable li {
  position: relative;
  margin-bottom: 1px;
}
.faq-tabbable li a {
  font-size: 14px;
  color: #7c858e;
  display: block;
  background: #f4f4f4;
  padding: 20px 20px 20px 8px;
}
.faq-tabbable li:hover a,
.faq-tabbable li.active a {
  background: #e44f00;
  text-decoration: none;
  color: #fff;
}
.faq-tabbable li.active:after {
  content: "";
  display: inline-block;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #e44f00;
  position: absolute;
  top: 16px;
  right: -5px;
}

/* FAQ */
.faq-tourlist {
  padding: 0;
  margin: 0;
  list-style: none;
  border-left: solid 2px #e44f00;
}
.faq-tourlist li {
  position: relative;
  margin-bottom: 1px;
}
.faq-tourlist li a {
  font-size: 14px;
  color: #7c858e;
  display: block;
  background: #ffe9e9;
  padding: 5px 1px 5px 8px;
}
.faq-tourlist li:hover a,
.faq-tourlist li.active a {
  background: #e44f00;
  text-decoration: none;
  color: #fff;
}
.faq-tourlist li.active:after {
  content: "";
  display: inline-block;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #e44f00;
  position: absolute;
  top: 12px;
  right: -5px;
}

.faq-tourlist1 {
  padding: 0;
  margin: 0;
  list-style: none;
  border-left: solid 2px #165ba8;
}
.faq-tourlist1 li {
  position: relative;
  margin-bottom: 1px;
}
.faq-tourlist1 li a {
  font-size: 14px;
  color: #7c858e;
  display: block;
  background: #f0f2f5;
  padding: 5px 1px 5px 8px;
}
.faq-tourlist1 li:hover a,
.faq-tourlist1 li.active a {
  background: #165ba8;
  text-decoration: none;
  color: #fff;
}
.faq-tourlist1 li.active:after {
  content: "";
  display: inline-block;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #165ba8;
  position: absolute;
  top: 12px;
  right: -5px;
}
/* Lists */
.front-lists-v1 li {
  font-size: 14px;
  margin-bottom: 5px;
}
.content-page .front-lists-v2 li {
  color: #555;
  font-size: 16px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.front-lists-v2 li i {
  margin-right: 5px;
  font-size: 17px;
}

/* Blog Page */
.blog-posts h2,
.ecommerce .blog-posts h2 {
  padding-top: 0;
}
.blog-posts p {
  text-align: justify;
}
.blog-posts .carousel {
  margin-bottom: 0;
}
.blog-posts hr.blog-post-sep {
  margin: 40px 0;
}
.blog-info {
  list-style: none;
  margin: 15px 0 12px 0;
  padding-left: 0;
}
.blog-info li {
  padding: 0;
  color: #555;
  font-size: 13px;
  margin-right: 10px;
  display: inline-block;
}
.blog-info li i {
  color: #e84d1c;
}

.blog-posts .pagination li {
  margin-left: -12px;
  margin-right: 17px;
}

.blog-posts .more,
.blog-sidebar .more {
  color: #e84d1c;
}

/* Blog Sidebar */
.recent-news {
  overflow: hidden;
}
.recent-news h3,
.ecommerce .recent-news h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.recent-news h3 a {
  color: #e84d1c;
}
.recent-news-inner {
  padding: 0;
}
.blog-talks .tab-style-1 ul.nav-tabs li > a {
  min-width: 50px;
}
.blog-photo-stream li {
  overflow: hidden;
  margin: 0 5px 8px 0;
  display: inline-block;
}
.blog-photo-stream li img {
  width: 54px;
  height: 54px;
  padding: 2px;
  border: solid 1px #eee;
}
.blog-photo-stream li img:hover {
  border-color: #e84d1c;
  box-shadow: 0 0 1px #fff;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.blog-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-tags li {
  position: relative;
  margin: 0 16px 7px 0;
  display: inline-block;
}
.blog-tags li a {
  color: #555;
  background: #f5f5f5;
  display: inline-block;
  padding: 3px 5px 3px 3px;
}
.blog-tags li a:hover {
  color: #fff;
  background: #e84d1c;
  text-decoration: none;
}
.blog-tags li a:hover i {
  color: #fff;
}
.blog-tags li i {
  color: #e84d1c;
  margin-right: 5px;
  display: inline-block;
}
.blog-tags li a:after {
  top: 50%;
  width: 0;
  left: 100%;
  height: 0;
  z-index: 2;
  content: " ";
  display: block;
  margin-top: -12px;
  position: absolute;
  border-left: 12px solid #f5f5f5;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.blog-tags li a:hover:after {
  border-left-color: #e84d1c;
}

.blog-talks .tab-content {
  background: #fafafa;
  padding: 20px 15px;
}
.blog-talks .nav-tabs {
  margin-bottom: 0;
}
.blog-talks .nav-tabs > li {
  margin-top: 1px;
}

/* Blog Sidebar categories BEGIN */
.sidebar-categories li a {
  padding: 10px 0;
  border-bottom: 1px solid #ecebeb;
  color: #333;
}
.sidebar-categories li a:hover {
  background: none;
}
.sidebar-categories li > a:hover,
.sidebar-categories li.active > a,
.sidebar-categories li.active:hover > a {
  color: #e84d1c;
}
.sidebar-categories li a:before {
  /*content: "";*/
  /*font-family: FontAwesome !important;*/
  font-family: Chonlima !important;
  font-size: 8px;
  padding-right: 10px;
  position: relative;
  top: -1px;
}
/* Blog Sidebar categories END */

/* Blog Item */
.blog-item .blog-item-img {
  margin: 2px 0 12px;
}
.blog-item .blog-item-img .carousel {
  margin-bottom: 0;
}
.blog-item blockquote {
  margin: 1px 1px 12px;
  border-color: #e84d1c;
}
.blog-item .blog-info {
  margin: 20px 0;
  padding: 8px 0;
  border-top: solid 1px #ecebeb;
  border-bottom: solid 1px #ecebeb;
}
.blog-item .blog-info li {
  padding-left: 13px;
  border-left: solid 1px #ecebeb;
}
.blog-item .blog-info li:first-child {
  padding-left: 0;
  border-left: none;
}
.blog-item .blog-item-img .carousel-control {
  top: 45%;
}

.blog-item .media {
  border-bottom: solid 1px #ecebeb;
  margin-bottom: -1px;
}
.blog-item .comments {
  border-top: solid 1px #ecebeb;
  padding-top: 15px;
}
.blog-item img.media-object {
  top: 2px;
  width: 60px;
  height: 60px;
  position: relative;
}
.blog-item h4.media-heading {
  position: relative;
  padding-top: 0;
}
.blog-item h4.media-heading span {
  right: 0;
  top: 3px;
  color: #777;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
}
.blog-item h4.media-heading span a {
  color: #e84d1c;
}

.mix-block .tab-content .col-md-3 {
  padding-right: 0;
}
.mix-block .nav-tabs > li {
  margin-top: 1px;
}

/* front steps */
.front-steps-wrapper h2,
.ecommerce .front-steps-wrapper h2 {
  color: #f0f0f0;
  font-size: 22px;
  line-height: 1.2;
  padding-top: 10px;
  margin-bottom: 5px;
}
.front-steps-wrapper .front-step1 h2,
.ecommerce .front-steps-wrapper .front-step1 h2 {
  color: #fefefe;
}
.front-steps-wrapper p {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}

.front-steps-wrapper .front-step-col {
  padding-left: 0;
  padding-right: 0;
}
.front-steps-wrapper .front-step-col:first-child {
  padding-left: 15px;
}
.front-steps-wrapper .front-step-col:last-child {
  padding-right: 15px;
}

.front-steps-wrapper .front-step {
  position: relative;
  padding: 15px 20px 33px;
}
.front-steps-wrapper .front-step1 {
  background: #e84d1c;
}
.front-steps-wrapper .front-step2 {
  background: #7c858e;
}
.front-steps-wrapper .front-step3 {
  background: #68727c;
}
.front-steps-wrapper .front-step4 {
  background: #636a72;
}
.front-steps-wrapper .front-step5 {
  background: #5e6369;
}
.front-steps-wrapper .front-step6 {
  background: #55585d;
}

.front-steps-wrapper .front-step:before {
  color: #fff;
  font: 300 125px "Open Sans", sans-serif;
  font-weight: bold;
  display: block;
  position: absolute;
  right: -20px;
  bottom: -40px;
  opacity: 0.1;
}
.ie8 .front-steps-wrapper .front-step:before {
  display: none !important;
}
.front-steps-wrapper .front-step1:before {
  content: "1";
  opacity: 0.2;
}
.front-steps-wrapper .front-step2:before {
  content: "2";
  right: -15px;
}
.front-steps-wrapper .front-step3:before {
  content: "3";
}
.front-steps-wrapper .front-step4:before {
  content: "4";
}
.front-steps-wrapper .front-step5:before {
  content: "5";
}
.front-steps-wrapper .front-step6:before {
  content: "6";
}

.front-steps-wrapper .front-step:after {
  top: 50%;
  width: 0;
  height: 0;
  left: 100%;
  z-index: 2;
  content: " ";
  display: block;
  margin-top: -1em;
  position: absolute;
  border-left: 15px solid #ec7049;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.ie8 .front-steps-wrapper .front-step:after {
  display: none !important;
}
.front-steps-wrapper .front-step-col:last-child .front-step:after {
  display: none;
}
.front-steps-wrapper .front-step2:after {
  border-left-color: #899199;
}
.front-steps-wrapper .front-step3:after {
  border-left-color: #778089;
}
.front-steps-wrapper .front-step4:after {
  border-left-color: #727980;
}
.front-steps-wrapper .front-step5:after {
  border-left-color: #6e7278;
  top: auto;
  bottom: 10%;
}

/* pricing */
.pricing {
  position: relative;
  margin-bottom: 15px;
  border: 3px solid #eee;
}
.pricing-active {
  border: 3px solid #e84d1c;
  margin-top: -10px;
  box-shadow: 7px 7px rgba(232, 77, 22, 0.2);
}
.pricing:hover {
  border: 3px solid #e84d1c;
}
.pricing:hover h4 {
  color: #e84d1c;
}
.pricing-head {
  text-align: center;
}
.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal;
}
.pricing-head h3 span,
.pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}
.pricing-head h3 {
  font-weight: 300;
  color: #fafafa;
  padding: 12px 0;
  font-size: 27px;
  background: #e84d1c;
  border-bottom: none;
}
.pricing-head h4 {
  color: #bac39f;
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
  background: #fbfef2;
  border-bottom: solid 1px #f5f9e7;
}
.pricing-head-active h4 {
  color: #e84d1c;
}
.pricing-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}
.pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

/* Pricing Content */
.pricing-content li {
  color: #888;
  font-size: 12px;
  padding: 7px 15px;
  border-bottom: solid 1px #f5f9e7;
}
.pricing-content li i {
  top: 2px;
  color: #e84d1c;
  font-size: 16px;
  margin-right: 5px;
  position: relative;
}

/* Pricing Footer */
.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 19px;
}

.pricing-footer .btn {
  color: #fff;
}

.pricing-footer .btn:hover {
  color: #fafafa;
}

/* Priceing Active */
.price-active,
.pricing:hover {
  z-index: 9;
}
.price-active h4 {
  color: #36d7ac;
}

.no-space-pricing .pricing:hover {
  transition: box-shadow 0.2s ease-in-out;
}
.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
  color: #36d7ac;
  padding: 15px 0;
  font-size: 80px;
  transition: color 0.5s ease-in-out;
}

/***
Styler Panel
***/
.color-panel {
  z-index: 9999;
  position: fixed;
  top: 120px;
  right: 0;
}
.color-panel .color-mode-icons {
  top: 0;
  right: 0;
  padding: 20px;
  cursor: pointer;
  position: absolute;
  margin: 0;
}
.color-panel .icon-color {
  background: #c9c9c9 url(../img/icon-color.png) center no-repeat;
}
.color-panel .icon-color:hover {
  background-color: #3d3d3d;
}
.color-panel .icon-color-close {
  display: none;
  background: #3d3d3d url(../img/icon-color-close.png) center no-repeat;
}
.color-panel .icon-color-close:hover {
  background-color: #222;
}
.color-mode {
  top: 0;
  right: 40px;
  width: 200px;
  display: none;
  padding: 20px 10px 10px;
  position: absolute;
  background: #3d3d3d;
}
.color-mode p {
  color: #cfcfcf;
  padding: 0 15px;
  font-size: 15px;
}
.color-mode ul {
  list-style: none;
  padding: 4px 11px 5px;
  display: block;
  margin-bottom: 1px !important;
}
.color-mode li {
  width: 28px;
  height: 28px;
  margin: 4px;
  cursor: pointer;
  list-style: none;
  border: solid 1px #707070;
  display: inline-block;
  padding: 0 5px;
}
.color-mode li:hover,
.color-mode li.current {
  border: solid 1px #ebebeb;
}
.color-mode li.current {
  border: solid 2px #ebebeb;
}

.color-mode li.color-blue {
  background: #64aed9;
}
.color-mode li.color-red {
  background: #e84d1c;
}
.color-mode li.color-green {
  background: #67bd3c;
}
.color-mode li.color-orange {
  background: #e18604;
}
.color-gray {
  background: #798b97;
}
.color-turquoise {
  background: #44b1c1;
}
.color-mode label {
  color: #cfcfcf;
  border-top: 1px solid #585858;
  padding: 10px 10px 0;
  margin: 0 5px;
  display: block;
}
.color-mode label span {
  text-transform: uppercase;
}
.color-mode label > span {
  display: inline-block;
  width: 85px;
}
.color-mode label > select {
  margin-top: 5px;
  text-transform: lowercase;
}
.color-mode label span.color-mode-label {
  top: 2px;
  position: relative;
}

.fancybox-overlay {
  z-index: 100000;
}

.fancybox-opened {
  z-index: 100001;
}
.textItem {
  position: absolute;
  display: none;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
}
/* Box Shadow Effects /* ============================================================== */
.box {
  background: #f7f7f7;
  padding: 22px;
}
.box1 {
  background: white;
  padding: 28px;
  font-size: 13px;
}
/*================================================== * Effect 1 * ===============================================*/
.effect1 {
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}
/*================================================== * Effect 2 * ===============================================*/
.effect2 {
  position: relative;
}
.effect2:before,
.effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/*================================================== * Effect 3 * ===============================================*/
.effect3 {
  position: relative;
}
.effect3:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
/*================================================== * Effect 4 * ===============================================*/
.effect4 {
  position: relative;
}
.effect4:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
/*================================================== * Effect 5 * ===============================================*/
.effect5 {
  position: relative;
}
.effect5:before,
.effect5:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.effect5:after {
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}
/*================================================== * Effect 6 * ===============================================*/
.effect6 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before,
.effect6:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.effect6:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
/*================================================== * Effect 7 * ===============================================*/
.effect7 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before,
.effect7:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.effect7:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
/*================================================== * Effect 8 * ===============================================*/
.effect8 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(231, 16, 20, 1),
    0 0 40px rgba(253, 159, 161, 1) inset;
  -moz-box-shadow: 0 1px 4px rgba(231, 16, 20, 1),
    0 0 40pxrgba (253, 159, 161, 1) inset;
  box-shadow: 0 1px 4px rgba(231, 16, 20, 1),
    0 0 40px rgba(253, 159, 161, 1) inset;
}
.effect8:before,
.effect8:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(253, 159, 161, 1);
  -moz-box-shadow: 0 0 20px rgba(253, 159, 161, 1);
  box-shadow: 0 0 20px rgba(253, 159, 161, 1);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.effect8:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
/* =========================================================== */
/*================================================== * Effect 8 * ===============================================*/
.effect9 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(104, 130, 247, 1),
    0 0 40px rgba(169, 183, 249, 1) inset;
  -moz-box-shadow: 0 1px 4px rgba(104, 130, 247, 1),
    0 0 40pxrgba (169, 183, 249, 1) inset;
  box-shadow: 0 1px 4px rgba(104, 130, 247, 1),
    0 0 40px rgba(169, 183, 249, 1) inset;
}
.effect9:before,
.effect9:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(169, 183, 249, 1);
  -moz-box-shadow: 0 0 20px rgba(169, 183, 249, 1);
  box-shadow: 0 0 20px rgba(169, 183, 249, 1);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.effect9:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
/* =========================================================== */
.br-hr {
  position: relative;
  clear: both;
  margin: 25px 0 25px;
  width: 100%;
  height: 1px;
}
.br-hr.type_short .br-hr-h {
  left: 50%;
  width: 30%;
  margin-left: -15%;
}
.br-hr-h {
  position: absolute;
  top: 50%;
  left: 0;
  height: 0;
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}
.br-hr-h i {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 16px;
  height: 16px;
  width: 50px;
  margin-top: -8px;
  margin-left: -25px;
  text-align: center;
  background-color: #fff;
  color: #ddd;
}
.grayarea .br-hr-h i {
  background: #f9f9f9;
}
/* Choose us block */
.choose-us-block {
  padding-top: 10px;
}
.choose-us-block h4 {
  margin-bottom: 35px;
}
.choose-us-block h4 a {
  color: #1ea9e3;
}
.choose-us-block .panel-group {
  padding-top: 50px;
}
.choose-us-block .panel-default {
  border-radius: 0 !important;
  border: none;
  background: none;
  margin-bottom: 0 !important;
  padding-bottom: 14px;
}
.choose-us-block .panel-default > .panel-heading {
  border: none;
  background: none;
  padding: 0;
}
.choose-us-block .panel-default > .panel-heading + .panel-collapse .panel-body {
  border: none;
  padding: 0 0 0 32px;
}
.choose-us-block .panel-default h5 {
  font: 300 19px "Open Sans", Arial, sans-serif;
  padding: 0;
  margin: 0 0 5px;
}
.choose-us-block .panel-default .accordion-toggle:before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  background: #e54a1a url(../image/common/toggle-icons.png) no-repeat 6px 10px;
  border-radius: 50% !important;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.choose-us-block .panel-default .collapsed:before {
  background: #495764 url(../image/common/toggle-icons.png) no-repeat 6px -148px;
}
.choose-us-block .panel-default .panel-title:hover .collapsed:before {
  background-color: #e54a1a;
}
.choose-us-block .panel-default .accordion-toggle,
.choose-us-block .panel-default .accordion-toggle:focus,
.choose-us-block .panel-default .accordion-toggle:hover,
.choose-us-block .panel-default .accordion-toggle:active {
  color: #1ea9e3;
  text-decoration: none;
}
.choose-us-block .panel-default .collapsed {
  color: #5f6f7e;
}
