﻿/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
 4.General
 5.content - home sections
 6.Home2
 7.Home3
 8.Home4
 9.Home portfoliob
 10.About pages
 11.Services pages
 12.blog grid pagesd
 13.blog large pages
 14.blog standart pages
 15.blog masonry pages
 16.blog medium standard pages
 17.blog medium pages
 18.blog onlytext pages
 19.blog onlytitle
 20.single post page
 21.sidebar
 22.portfolio page standart
 23.portfolio page description
 24.Portfolio list pages
 25.Portfolio masonry pages
 26.single project pages
 27.error page, cooming soon page
 28.contact pages
 29.register page
 30.faqs page
 31.shortcodes
 32.shop pages
 33.product page
 34.shoping cart page
 35.register popup
 36.footer
 37.Responsive Part
-------------------------------------------------*/

/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:    1.0
date:       07/27/11
author:     themepunch
email:      support@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.boxedcontainer {
  max-width: 1080px;
  margin: auto;
}
/*********************************************
    -   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.bottom-banner{
    width: 100%;
    position: relative;
    padding: 25px 0 15px;
    background-color:#292929;
    top: -80px;
    margin-bottom: -80px !important;
    min-height: 125px;
}
.title-section,.bottom-banner h1{color:#434343;}

/*********************************************
    -   Modals  -
**********************************************/

.modal-body h1{text-transform:uppercase;}
.button-area{padding: 30px 0;}
.button-area a.button-one-round {margin:5px 0;}
.button-area .button-one-round img{margin:0 0 -5px 6px;}
.modal-body p.btn-primary{width:49.5%;}
.modal-body p.btn-primary:hover{background-color:#fff !important;}

/*-------------------------------------------------*/
/*  -  Header   -
/*-------------------------------------------------*/
.navbar-default {
  background: transparent;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #fff;
  border-bottom: 1px solid #d7d7d7;
  box-shadow: 0 0 1px #d7d7d7;
  -webkit-box-shadow: 0 0 1px #d7d7d7;
  -moz-box-shadow: 0 0 1px #d7d7d7;
  -o-box-shadow: 0 0 1px #d7d7d7;
}
.navbar-default .header-top-line {
  border-bottom: 1px solid #d6d6d6;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
    background-color: #ededed;
}
.navbar-default .header-top-line span {
  font-size: 13px;
  color: #888888;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  margin: 0;
  font-size: 12px;
  display: inline-block;
  padding: 12px 0;
}
.navbar-default .header-top-line span i {
  color: #333333;
  margin-right: 15px;
}
.navbar-default .header-top-line .right-align {
  text-align: right;
}
.navbar-default .header-top-line .right-align ul {
  margin: 0;
  padding: 0;
}
.navbar-default .header-top-line .right-align ul li {
  position: relative;
  list-style: none;
  display: inline-block;
}
.navbar-default .header-top-line .right-align ul li a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  color: #888888;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  margin: 0;
  font-size: 12px;
  display: inline-block;
  padding: 12px 0;
}
.navbar-default .header-top-line .right-align ul li a i {
  color: #333333;
  margin-right: 15px;
}
.navbar-default .header-top-line .right-align ul li a:hover {
  color: #F57921;
}
.navbar-default .header-top-line .right-align ul li .shoping-drop {
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  position: absolute;
  text-align: left;
  top: 100%;
  right: 0;
  width: 290px;
  border: 1px solid #eeeeee;
  border-top: 2px solid #F57921;
  background: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 2px #cccccc;
  -webkit-box-shadow: 0 0 2px #cccccc;
  -moz-box-shadow: 0 0 2px #cccccc;
  -o-box-shadow: 0 0 2px #cccccc;
}
.navbar-default .header-top-line .right-align ul li .shoping-drop .items-area {
  padding: 16px 20px 10px;
  border-top: 1px solid #eaedf0;
  border-bottom: 1px solid #eaedf0;
}
.navbar-default .header-top-line .right-align ul li .shoping-drop .items-area p {
  font-size: 11px;
  margin-bottom: 7px;
}
.navbar-default .header-top-line .right-align ul li .shoping-drop .items-area ul {
  margin: 0;
  padding: 0;
}
.navbar-default .header-top-line .right-align ul li .shoping-drop .items-area ul li {
  list-style: none;
  overflow: hidden;
  margin-bottom: 6px;
  display: block;
}
.navbar-default .header-top-line .right-align ul li .shoping-drop .items-area ul li img {
  float: left;
  max-width: 62px;
  border: 1px solid #e6eaed;
}
.navbar-default .header-top-line .right-align ul li .shoping-drop .items-area ul li div.items-cont {
  margin-left: 80px;
}
.navbar-default .header-top-line .right-align ul li .shoping-drop .items-area ul li div.items-cont h2 {
  color: #434343;
  font-size: 18px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  font-size: 13px;
  margin-bottom: 0px;
  margin-top: 4px;
}
.navbar-default .header-top-line .right-align ul li .shoping-drop .items-area ul li div.items-cont h2 a {
  float: right;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #434343;
  font-size: 13px;
  margin-left: 8px;
  padding: 0;
  line-height: 16px;
  max-width: 15px;
}
.navbar-default .header-top-line .right-align ul li .shoping-drop .items-area ul li div.items-cont h2 a i {
  font-size: 12px;
  color: #c2c2c2;
}
.navbar-default .header-top-line .right-align ul li .shoping-drop .items-area ul li div.items-cont p {
  font-size: 13px;
  color: #646464;
  margin-bottom: 0;
}
.navbar-default .header-top-line .right-align ul li .shoping-drop .items-area ul li div.items-cont p span {
  color: #F57921;
}
.navbar-default .header-top-line .right-align ul li .shoping-drop .total-price {
  text-align: right;
  background: #f5f5f5;
  padding: 8px 20px;
  border-bottom: 1px solid #eaedf0;
}
.navbar-default .header-top-line .right-align ul li .shoping-drop .total-price p {
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 0;
}
.navbar-default .header-top-line .right-align ul li .shoping-drop .continue-shop {
  padding: 20px;
  text-align: center;
}
.navbar-default .header-top-line .right-align ul li .shoping-drop .continue-shop a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 25px;
  font-size: 12px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #434343;
  background: #eeeeee;
  margin: 0;
}
.navbar-default .header-top-line .right-align ul li .shoping-drop .continue-shop a:hover {
  background: #F57921;
  color: #ffffff;
}
.navbar-default .header-top-line .right-align ul li .shoping-drop .continue-shop a:first-child {
  margin-right: 8px;
}
.navbar-default .header-top-line .right-align ul li:hover .shoping-drop {
  visibility: visible;
  opacity: 1;
}
.navbar-brand {
  height: auto;
  padding: 25px 15px 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li {
  position: inherit;
}
.navbar-nav > li > a {
  color: #3a3c43 !important;
  font-size: 16px;
  font-family: 'Museo-sans', sans-serif;
  font-weight: 300;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 42px 35px 20px 20px;
    text-transform: uppercase;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
  color: #F57921 !important;
}
.navbar-nav a.open-search {
  padding-right: 15px;
}
.navbar-nav a.open-search i {
  color: #3a3c43;
  font-size: 14px;
  display: inline-block;
  margin-top: -5px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav a.open-search:hover i {
  color: #F57921;
}
.navbar-nav li.drop {
  position: relative;
}
.navbar-nav li ul.drop-down {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 220px;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  text-align: left;
  padding: 12px 0;
  background: #ffffff;
  border-top: 3px solid #F57921;
  box-shadow: 0 0 4px #bdbdbd;
  -webkit-box-shadow: 0 0 4px #bdbdbd;
  -moz-box-shadow: 0 0 4px #bdbdbd;
  -o-box-shadow: 0 0 4px #bdbdbd;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav li ul.drop-down li {
  list-style: none;
  display: block;
  margin: 0;
  position: relative;
}
.navbar-nav li ul.drop-down li:hover {
  background-color:#f7f7f7;
}
.navbar-nav li ul.drop-down li ul.drop-down.level3 {
  top: 0px;
  left: 100%;
  width: 200px;
  border-bottom: none;
}
.navbar-nav li ul.drop-down li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #888888;
  font-size: 13px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  padding: 10px 25px;
  font-weight: 400;
  margin: 0;
}
.navbar-nav li ul.drop-down li a i {
  float: right;
}
.navbar-nav li ul.drop-down li a:hover {
  color: #F57921;
}
.navbar-nav li ul.drop-down.right-side {
  left: inherit;
  right: 0;
}
.navbar-nav li:hover > ul.drop-down {
  visibility: visible;
  opacity: 1;
}
header.active .navbar-default .header-top-line {
  height: 0;
  padding: 0;
  overflow: hidden; 
}
header.active .navbar-brand {
  padding: 17px 15px; 
}
header.active .navbar-nav {
  margin-top: 3px;
}
header.active .navbar-nav > li > a {
  padding: 20px;
}
.navbar-brand img{
  width: 150px;
}

.megadrop-down {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.megadrop-down .dropdown {
  text-align: left;
  padding: 25px;
  background: #ffffff;
  border-top: 3px solid #F57921;
  box-shadow: 0 0 4px #bdbdbd;
  -webkit-box-shadow: 0 0 4px #bdbdbd;
  -moz-box-shadow: 0 0 4px #bdbdbd;
  -o-box-shadow: 0 0 4px #bdbdbd;
}
.megadrop-down .dropdown ul {
  margin: 0;
  padding: 0;
}
.megadrop-down .dropdown ul li {
  list-style: none;
  padding-bottom: 15px;
  border-right: 1px solid #d5d5d5;
}
.megadrop-down .dropdown ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #888888;
  font-size: 13px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0;
}
.megadrop-down .dropdown ul li a:hover {
  color: #F57921;
}
.megadrop-down .dropdown ul li:last-child {
  padding-bottom: 0;
}
.megadrop-down .dropdown ul.last-child li {
  border-right: none;
}
li.megadrop:hover .megadrop-down {
  visibility: visible;
  opacity: 1;
}
input[type="radio"], input[type="checkbox"] {
    margin: 10px -10px 10px 15px;
    width: 35px;
    line-height: normal;
}

input, select, textarea {
    width: 100%;
}
.cfyb-text label em{
    font-weight: 400;
    font-size: x-small;}

/*button,input,optgroup,select,textarea {width: -webkit-fill-available;}*/

.form-search {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ededed;
  padding: 30px 0;
}
.form-search input[type="search"] {
  outline: none;
  display: inline-block;
  width: 80%;
  border: none;
  background: transparent;
  color: #aaaaaa;
  font-size: 30px;
  font-family: museo-sans, 'Open Sans', sans-serif;
}
.form-search a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: right;
  width: 30px;
  height: 30px;
  border: 1px solid #434343;
  text-align: center;
  line-height: 28px;
  margin-top: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #434343;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.form-search a:hover {
  background: #434343;
  color: #ffffff;
}
.header3 .navbar-brand,
.header4 .navbar-brand {
  height: auto;
  padding: 37px 15px 35px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.header3 .flags-section,
.header4 .flags-section {
  text-align: right;
  z-index: 9;
  position: relative;
}
.header3 .flags-section ul.language-choose,
.header4 .flags-section ul.language-choose {
  margin: 0;
  padding: 0;
}
.header3 .flags-section ul.language-choose > li,
.header4 .flags-section ul.language-choose > li {
  display: inline-block;
  position: relative;
}
.header3 .flags-section ul.language-choose > li > a,
.header4 .flags-section ul.language-choose > li > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #888888;
  font-size: 12px;
  font-family: museo-sans, 'Open Sans', sans-serif;
}
.header3 .flags-section ul.language-choose > li > a img,
.header4 .flags-section ul.language-choose > li > a img {
  display: inline-block;
  margin-right: 15px;
}
.header3 .flags-section ul.language-choose > li > a span,
.header4 .flags-section ul.language-choose > li > a span {
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.header3 .flags-section ul.language-choose > li > a i,
.header4 .flags-section ul.language-choose > li > a i {
  margin-left: 10px;
}
.header3 .flags-section ul.language-choose > li a:hover,
.header4 .flags-section ul.language-choose > li a:hover {
  color: #F57921;
}
.header3 .flags-section ul.language-choose > li a:hover span,
.header4 .flags-section ul.language-choose > li a:hover span {
  color: #F57921;
}
.header3 .flags-section ul.language-choose > li ul.drop-languages,
.header4 .flags-section ul.language-choose > li ul.drop-languages {
  background: #ffffff;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: -25px;
  width: 165px;
  border: 1px solid #efefef;
  box-shadow: 0 0 2px #fafafa;
  -webkit-box-shadow: 0 0 2px #fafafa;
  -moz-box-shadow: 0 0 2px #fafafa;
  -o-box-shadow: 0 0 2px #fafafa;
  text-align: left;
  padding: 24px 24px 6px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.header3 .flags-section ul.language-choose > li ul.drop-languages li,
.header4 .flags-section ul.language-choose > li ul.drop-languages li {
  list-style: none;
  margin-bottom: 14px;
}
.header3 .flags-section ul.language-choose > li ul.drop-languages li a,
.header4 .flags-section ul.language-choose > li ul.drop-languages li a {
  padding: 0;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #888888;
  font-size: 12px;
  font-family: museo-sans, 'Open Sans', sans-serif;
}
.header3 .flags-section ul.language-choose > li ul.drop-languages li a img,
.header4 .flags-section ul.language-choose > li ul.drop-languages li a img {
  display: inline-block;
  margin-right: 9px;
}
.header3 .flags-section ul.language-choose > li ul.drop-languages li a span,
.header4 .flags-section ul.language-choose > li ul.drop-languages li a span {
  padding: 0;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.header3 .flags-section ul.language-choose > li ul.drop-languages li a:hover,
.header4 .flags-section ul.language-choose > li ul.drop-languages li a:hover {
  color: #F57921;
}
.header3 .flags-section ul.language-choose > li:hover ul.drop-languages,
.header4 .flags-section ul.language-choose > li:hover ul.drop-languages {
  visibility: visible;
  opacity: 1;
}
.header3 .navbar-nav > li > a,
.header4 .navbar-nav > li > a {
  color: #3a3c43 !important;
  font-size: 15px;
  font-family: 'Museo-slab', sans-serif;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 16px 22px;
  margin-bottom: -2px;
}
.header3 .navbar-nav > li > a:hover,
.header4 .navbar-nav > li > a:hover,
.header3 .navbar-nav > li > a.active,
.header4 .navbar-nav > li > a.active {
  color: #ffffff !important;
  background: #333333;
}
.header3 .bottom-menu,
.header4 .bottom-menu {
  border-top: 1px solid #e9e9e9;
}
.header3 .bottom-menu .megadrop-down .dropdown,
.header4 .bottom-menu .megadrop-down .dropdown {
  border-top: none;
}
.header3 .bottom-menu ul.drop-down,
.header4 .bottom-menu ul.drop-down {
  border-top: none;
}
.header3 .navbar-form,
.header4 .navbar-form {
  padding-top: 30px;
  margin: 0 0 0 85px;
}
.header3 .navbar-form input[type="text"],
.header4 .navbar-form input[type="text"] {
  outline: none;
  width: 400px;
  color: #cacaca;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  padding: 14px 20px;
  border: 1px solid #dddddd;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  height: 40px;
}
.header3 .navbar-form input[type="text"]:focus,
.header4 .navbar-form input[type="text"]:focus {
  border: 1px solid #F57921;
}
.header3 .navbar-form button,
.header4 .navbar-form button {
  background: transparent;
  border: none;
  margin-left: -46px;
}
.header3 .navbar-form button i,
.header4 .navbar-form button i {
  font-size: 14px;
  color: #cacaca;
}
.header3 .right-align,
.header4 .right-align {
  float: right;
  text-align: right;
  margin-top: 30px;
}
.header3 .right-align ul,
.header4 .right-align ul {
  margin: 0;
  padding: 0;
}
.header3 .right-align ul li,
.header4 .right-align ul li {
  position: relative;
  list-style: none;
  display: inline-block;
}
.header3 .right-align ul li a,
.header4 .right-align ul li a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  color: #888888;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  margin: 0;
  font-size: 16px;
  display: inline-block;
  padding: 12px 0 32px;
  color: #434343;
}
.header3 .right-align ul li a i,
.header4 .right-align ul li a i {
  color: #333333;
  margin-left: 28px;
}
.header3 .right-align ul li a:hover,
.header4 .right-align ul li a:hover {
  color: #F57921;
}
.header3 .right-align ul li .shoping-drop,
.header4 .right-align ul li .shoping-drop {
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  position: absolute;
  text-align: left;
  top: 100%;
  right: 0;
  width: 290px;
  border: 1px solid #eeeeee;
  border-top: 2px solid #F57921;
  background: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 2px #cccccc;
  -webkit-box-shadow: 0 0 2px #cccccc;
  -moz-box-shadow: 0 0 2px #cccccc;
  -o-box-shadow: 0 0 2px #cccccc;
}
.header3 .right-align ul li .shoping-drop .items-area,
.header4 .right-align ul li .shoping-drop .items-area {
  padding: 16px 20px 10px;
  border-top: 1px solid #eaedf0;
  border-bottom: 1px solid #eaedf0;
}
.header3 .right-align ul li .shoping-drop .items-area p,
.header4 .right-align ul li .shoping-drop .items-area p {
  font-size: 11px;
  margin-bottom: 7px;
}
.header3 .right-align ul li .shoping-drop .items-area ul,
.header4 .right-align ul li .shoping-drop .items-area ul {
  margin: 0;
  padding: 0;
}
.header3 .right-align ul li .shoping-drop .items-area ul li,
.header4 .right-align ul li .shoping-drop .items-area ul li {
  list-style: none;
  overflow: hidden;
  margin-bottom: 6px;
  display: block;
}
.header3 .right-align ul li .shoping-drop .items-area ul li img,
.header4 .right-align ul li .shoping-drop .items-area ul li img {
  float: left;
  max-width: 62px;
  border: 1px solid #e6eaed;
}
.header3 .right-align ul li .shoping-drop .items-area ul li div.items-cont,
.header4 .right-align ul li .shoping-drop .items-area ul li div.items-cont {
  margin-left: 80px;
}
.header3 .right-align ul li .shoping-drop .items-area ul li div.items-cont h2,
.header4 .right-align ul li .shoping-drop .items-area ul li div.items-cont h2 {
  color: #434343;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  font-size: 13px;
  margin-bottom: 0px;
  margin-top: 4px;
}
.header3 .right-align ul li .shoping-drop .items-area ul li div.items-cont h2 a,
.header4 .right-align ul li .shoping-drop .items-area ul li div.items-cont h2 a {
  float: right;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #434343;
  font-size: 13px;
  margin-left: 8px;
  padding: 0;
  line-height: 16px;
  max-width: 15px;
}
.header3 .right-align ul li .shoping-drop .items-area ul li div.items-cont h2 a i,
.header4 .right-align ul li .shoping-drop .items-area ul li div.items-cont h2 a i {
  font-size: 12px;
  color: #c2c2c2;
}
.header3 .right-align ul li .shoping-drop .items-area ul li div.items-cont p,
.header4 .right-align ul li .shoping-drop .items-area ul li div.items-cont p {
  font-size: 13px;
  color: #646464;
  margin-bottom: 0;
}
.header3 .right-align ul li .shoping-drop .items-area ul li div.items-cont p span,
.header4 .right-align ul li .shoping-drop .items-area ul li div.items-cont p span {
  color: #F57921;
}
.header3 .right-align ul li .shoping-drop .total-price,
.header4 .right-align ul li .shoping-drop .total-price {
  text-align: right;
  background: #f5f5f5;
  padding: 8px 20px;
  border-bottom: 1px solid #eaedf0;
}
.header3 .right-align ul li .shoping-drop .total-price p,
.header4 .right-align ul li .shoping-drop .total-price p {
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 0;
}
.header3 .right-align ul li .shoping-drop .continue-shop,
.header4 .right-align ul li .shoping-drop .continue-shop {
  padding: 20px;
  text-align: center;
}
.header3 .right-align ul li .shoping-drop .continue-shop a,
.header4 .right-align ul li .shoping-drop .continue-shop a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 25px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #434343;
  background: #eeeeee;
  margin: 0;
}
.header3 .right-align ul li .shoping-drop .continue-shop a:hover,
.header4 .right-align ul li .shoping-drop .continue-shop a:hover {
  background: #F57921;
  color: #ffffff;
}
.header3 .right-align ul li .shoping-drop .continue-shop a:first-child,
.header4 .right-align ul li .shoping-drop .continue-shop a:first-child {
  margin-right: 8px;
}
.header3 .right-align ul li:hover .shoping-drop,
.header4 .right-align ul li:hover .shoping-drop {
  visibility: visible;
  opacity: 1;
}
.header3 header.active .navbar-default .header-top-line,
.header4 header.active .navbar-default .header-top-line {
  height: 0;
  padding: 0;
  overflow: hidden;
}
.header3 header.active .navbar-brand,
.header4 header.active .navbar-brand {
  padding: 17px 15px 10px;
}
.header3 header.active .navbar-nav,
.header4 header.active .navbar-nav {
  margin-top: 0px;
}
.header3 header.active .navbar-nav > li > a,
.header4 header.active .navbar-nav > li > a {
  padding: 16px 22px !important;
}
.header3 header.active .right-align,
.header4 header.active .right-align {
  margin-top: 5px;
}
.header3 header.active .right-align > ul > li > a,
.header4 header.active .right-align > ul > li > a {
  padding-bottom: 17px;
}
.header3 header.active .navbar-form,
.header4 header.active .navbar-form {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header4 .bottom-menu {
  margin-bottom: -2px;
}
.header4 .navbar-collapse {
  background: #333333;
}
.header4 .navbar-nav > li > a {
  color: #ffffff !important;
  font-size: 15px;
  font-family: 'Museo-sans', sans-serif;
  font-weight: 100;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 16px 22px;
  margin-bottom: 0px;
}
.header4 .navbar-nav > li > a:hover,
.header4 .navbar-nav > li > a.active {
  color: #ffffff !important;
  background: #F57921;
}
.blog-nav .navbar-header {
  float: none;
  text-align: center;
}
.blog-nav .navbar-header .navbar-brand {
  float: none;
  display: inline-block;
  padding-top: 75px;
}
.blog-nav .navbar-nav {
  float: none;
  text-align: center;
}
.blog-nav .navbar-nav > li {
  float: none;
  display: inline-block;
}
.blog-nav .navbar-nav > li > a {
  padding-bottom: 10px;
}
.blog-nav .navbar-default {
  border-bottom: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  padding-bottom: 1px;
}
.blog-nav header.active .navbar-default {
  box-shadow: 0 0 2px #d1d1d1;
  -webkit-box-shadow: 0 0 2px #d1d1d1;
  -moz-box-shadow: 0 0 2px #d1d1d1;
  -o-box-shadow: 0 0 2px #d1d1d1;
}
.blog-nav header.active .navbar-brand {
  padding: 15px 15px 10px;
}
.blog-nav header.active .navbar-nav {
  margin-top: 0px;
}
.blog-nav header.active .navbar-nav > li > a {
  padding: 10px 22px 15px !important;
}
/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
#container {
  padding-top: 120px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#container.header2 {
  padding-top: 101px;
}
#container.header3 {
    padding-top: 199px;
}
#container.header4 {
    padding-top: 199px;
}
#container.blog-nav {
    padding-top: 175px;
}
#container.active {
    opacity: 1;
    visibility: visible;
}
img {
    max-width: 100%;
    height: auto;
}
.round-image figure{
    width: 400px;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    border: 10px solid #eee;
}
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url('../images/pattern2.png');
    top: 0;
    left: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    z-index: 2;
}
.preloader h2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    font-size: 60px;
    color: #F57921;
    font-family: 'Arial', 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding-top: 4px;
}
.preloader h2 img {
    display: inline-block;
    margin-left: 30px;
    margin-top: -10px;
}
.preloader img {
    -webkit-backface-visibility: hidden;
}

p {
    font-size: 13px;
    color: #757575;
    font-family: museo-sans, 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 22px;
    margin: 0 0 10px;
}
h1, .h1 {
    font-family: museo-sans, 'Open Sans', sans-serif;
    margin-bottom: 24px;
}


/*-------------------------------------------------*/
/* =  buggyboard.info
/*-------------------------------------------------*/
.bb-info .title-section {
    text-align: center;
    margin: 25px;
    display: -webkit-inline-box;
    display: inline;
}
.bb-info .inner-banner h1{font-size:50px;}

.bb-info .register-section .form{text-align:left;} 

.page-banner-section h5{margin:30px 0;}

.bb-info .portfolio-section2{
    padding:20px 0 55px;  
}
.bb-info .inner-banner {
    width: 100%;
    height:100%;
    margin-top:20px;
    float: left;
    position: relative;
    min-height: 250px;
    overflow: hidden;
}

.bb-info .inner-banner img{
   padding-top: 0px;
   max-width:inherit;
}

.bb-info .inner-overlay h5{
	text-align: center;
    color: white;
    padding: 0 20px;
}

.bb-info .rounded{
    border-radius: 50%;
    width:180px;
    position:relative;
    border: 5px solid white;
}

.bb-info .top .row{
    max-width: 70%;
    margin: 10px auto 0;
}
.bb-info .start-box img{
    margin: 0 55px;
}
.bb-info .bb-logo {margin-right: 50px;}

.bb-info .btn{
    padding: 6px 30px;
    border: 1px solid #fff;
    border-radius: 18px;
    background-color: #f97803;
    color:#fff;
}
.bb-info .btn:hover{
    border: 1px solid #f97803;
    border-radius: 18px;
    background-color: #fff;
    color:#f97803;
}
.bb-info .btn a{
    color:#fff;
}
.bb-info .btn:hover a{
    color:#f97803;
}
.bb-info .btn-group{display: inline-flex;}
.bb-info .portfolio-box p{
    text-align:center; 
    margin-top:20px;
}
.no-border{
    border: none !important;
}
.bb-info .pic-box{
    background-color:#fff;
    border: 1px solid #e2e2e2;
}

.bb-info .pic-box ul{
    padding: 0 25px 15px;
    font-size:small;
}
.bb-info .pic-box p{
    padding: 0 25px 15px;
    font-size:small;
}

.bb-info .pic-box-border{
    border:1px solid #dadada;
    margin-bottom:20px;
}
.bb-info .pic-box .grey{
    background-color:#efefef;
}

.bb-info .pic-box .height{
    display: block;
    position: absolute;
    top: 65%;
    left: 40px;
}
.bb-info .video .pic-box{
    border: 0px;
}
.bb-info .pic-box form{
    width: 100%;
    margin: 24px 0;
}
.bb-info .pic-box table{
    width: 100%;
}
.bb-info .pic-box-head h3{
    display:block;
  /*  width: 360px; */
    background-color:#f97900;
    font-family: museo-sans, 'Open Sans', sans-serif;
    font-weight: 100;
    line-height: 40px;
    color:#fff;
    margin-bottom: 0px;
}
.bb-info .pic-box-head h5{
    display:block;
    background-color:#f97900;
    font-family: museo-sans, 'Open Sans', sans-serif;
    font-weight: 400;
    color:white;
    padding: 6px 20px;
    margin-bottom: 0px;
}
.bb-info .question{    
	position: absolute;
    z-index: 100;
    }
    
.bb-info .pic-box img{
    padding:10px;
    max-width:100%;
}

.bb-info .pic-box .text {
    padding:20px;
    text-align: left;
}

.bb-info .fa-photo:before, .fa-image:before, .fa-picture-o:before{
    margin-left:0px;
}

.bb-info .details-section{
    background: rgb(243, 243, 243);
	/*background: linear-gradient(90deg, rgba(218,218,218,1) 0%, rgba(242,242,242,1) 50%, rgba(218,218,218,1) 100%);*/
    padding: 30px 0 30px;
}
.bb-info .details p{
    font-weight:900;
}
.bb-info .text span i {
    color: #ffffff;
    font-size: 18px;
    line-height: 23px;
}
.bb-info .text p {
    margin-left:40px
}

.bb-info .text span {
    width: 23px;
    height: 22px;
    display: inline-block;
    float: left;
    margin: 3px 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #F57921;
    text-align: center;
}
.bb-info .a2a_kit{
	margin-top:65px;
}
.bb-info .a2a_kit p{
	color: #434343;
}
.bb-info .a2a_kit h3{
    color:#F57921;
}
.bb-info .wide-banner-section-bbm{
	padding: 60px 0 100px 0;
}
.bb-info .bbnav-tabs > li.active > a, .bbnav-tabs > li.active > a:hover, .bbnav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color:rgba(0,0,0,0);
    border: 0px ;
    border-bottom-color: transparent;
}
.bb-info .disclaimer a{
    color: #f57921;
    text-decoration: none;
}
.bb-info .white-line{
	/*background-color:#fff;
    height:10px;*/
    width:20%;
}
.bb-info .register-section label {
    margin-bottom: 0px;
    font-weight: 800;
}
.bb-info td > img{
	margin:0 -2px;
}
.bb-info .type-card-footer .btn-group .btn-secondary{
    border-radius: 0 !important;
    border-radius: 0 !important;
}
/* ---- bb.info stroller type ---- */

.stroller-type img{
    width: 83px;
    background-color: #f3f3f3;
    border-radius: 50%;
    border: 1px solid #f57921;
    padding: 7px;
    margin: 8px;
}
.stroller-type img:hover{
    border: 3px solid #f57921;
    background-color: #fff;  
}
.stroller-type a {
    display: inline-grid
}
.stroller-type a span{
    font-size: 0.8em;
}

.type-card{
    border-radius: 8px;
    background-color: #bbbbbb;
    width: 18%;
    display: inline-block;
    padding: 10px;
    margin: 10px;
}
.type-card:hover{
    background-color: #848484;
}

.type-card-img img{
    border-radius: 6px;
}

.type-card-heading{
    color: #ffffff;
    font-size: medium;
    font-weight: 700;
    margin: -3px 0 6px;
}
.type-card-footer{
    color: #ffffff;
    font-size: small;
    font-weight: 700;
    margin: 10px 0 0;
}

/* ---- Amazon-button dropdown ---- */

.btn-amazon .dropdown-menu{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 2em;
    width:100%;
}
.btn-amazon button:hover{
    box-shadow: inset 0 4px 5px rgb(0 0 0 / 20%);
}

.req-search-field {
        margin-bottom: 30px;
}

.req .table tr{text-align:left;}
.req .table label{text-align:left;}
.req select{height: 40px;}
.req input[type="text"]{margin-bottom:0px !important;}

.panel{    
    border: 1px solid #cccccc;
    border-radius: 6px;
    padding: 15px;
}
.center{text-align:center;}
.light-yellow{background-color: #ffff001c;}
.light-blue{background-color: #00c2ff14;}
.light-green{background-color: #00ff5c14;}
.light-red{background-color: #ff00000f;}
.light-orange{background-color: #ff840021;}
.light-grey{background-color: #eee;}

.bb-info-cant-find td {text-align:left;}

.cfyb-head h3{text-align:left !important; }
.cfyb-text p{text-align:left; }

#example_wrapper{margin-top:35px;}
.dataTable td, th{max-width:150px;}
.dataTable input{max-width:150px;}



/*-------------------------------------------------*/
/* =  content - home sections
/*-------------------------------------------------*/
#slider .tp-bannertimer {
  display: none;
}
#slider .tp-caption.large_bold_white {
  font-size: 48px;
  line-height: 60px;
  font-weight: 100;
  font-family: museo-sans, 'Open Sans', sans-serif;
  color: #ffffff;
}
#slider .tp-caption.large_bold_white span {
  font-size: 60px;
}
#slider .tp-caption.medium_thin_grey {
  font-size: 40px;
  font-weight: 300;
  font-family: museo-sans, 'Open Sans', sans-serif;
  color: #ffffff;
  padding-left: 13px !important;
  line-height: 42px;    
}
#slider .tp-caption.medium_thin_grey a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  background: transparent;
  font-family: museo-sans, 'Open Sans', sans-serif;
  border: 2px solid #ffffff;
  padding: 0.7em 2em;
}

.slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
}
.services-section {
  padding: 45px 0 8px;
}
.clients-section {
  padding: 60px 0 25px;
  background: #f7f7f7;
}
.testimonial-section {
  padding: 70px 0 30px;
}
.article-section {
  padding: 90px 0 80px;
  background: #f7f7f7;
}
.article-section .article-image {
  text-align: center;
}
.article-section .article-image img {
  max-width: 100%;
}
.article-section .article-content h1 {
  color: #434343;
  font-size: 24px;
  font-family: museo-slab,'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 45px;
  margin: 20px 0;
}
a.button-one {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 12px 30px;
  font-size: 13px;
  color: #888888;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 8px 0;
  background: #F57921;
    border: 1px solid #f57a22;
}
a.button-one:hover {
    /*opacity: 0.7;*/
    color: #F57921 !important;
    background: #ffffff;
    border: 1px solid #F57921;
}

a.button-one-round{
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-family: museo-sans, 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
    background: #F57921;
    border: 1px solid #F57921;
    border-radius: 25px;
    margin: 45px 0 -14px 0;
    padding: 13px 30px;
    font-size: medium;
}
a.button-one-round:hover {
    /*opacity: 0.7;*/
    color: #f57a22;
    background: #ffffff;
    border: 1px solid #F57921;
}

a.button-one-round-img{
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-family: museo-sans, 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
    background: #F57921;
    border: 1px solid #F57921;
    border-radius: 25px;
    margin: 45px 0 -14px 0;
    padding: 6px 30px 6px 6px;
    font-size: medium;
}
a.button-one-round-img:hover {
    /*opacity: 0.7;*/
    color: #F57921 !important;
    background: #ffffff;
    border: 1px solid #F57921;
}

a.button-sml {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 24px;
  font-size: 11px !important;
  color: #fff !important;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  text-transform: uppercase;
  margin: 8px 0;
  background: #F57921;
  border-radius: 20px;
}
a.button-sml:hover {
  opacity: 0.7;
}
a.button-sml-white {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 24px;
  font-size: 11px !important;
  color: #F57921 !important;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  text-transform: uppercase;
  margin: 8px 0;
  background: #fff;
  border: 1px solid #f57921;
  border-radius: 20px;
}
a.button-sml-white:hover {
  background: #f57921;
  color:#fff !important;
}
a.button-top {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 3px 24px;
  font-size: 11px !important;
  color: #fff !important;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  text-transform: uppercase;
  margin: 0;
  background: #F57921;
  border-radius: 20px;
}
a.button-top:hover {
  opacity: 0.7;
}
ul.shopping-cart-section{margin: 5px 0 0 0;}
.pic-box a.button-sml{font-size: 10px !important;}

.om-list{font-size:x-small;}
.om-list .icon{float: left; margin-right: 10px;}
.om-list .name a{color:#000 !important; font-size:small !important;}
.om-list .name a:hover{color:#F57921 !important;}

#contest li{
    font-size: 13px;
    color: #757575;
    font-family: museo-sans, 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 10px;
}


/*-------------------------------------------------*/
/* =  responsive iframe
/*-------------------------------------------------*/
.iframe-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.iframe-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.ifarme-container-4x3 {
  padding-bottom: 75%;
}
 
.iframe-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*-------------------------------------------------*/
/* =  endresponsive iframe
/*-------------------------------------------------*/

.photo-banner-section {
  background: url('../upload/banners/1.jpg') fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.photo-banner-section .photo-line {
  position: relative;
  padding: 170px 0 175px;
}
.photo-banner-section .thin {
  padding: 70px 0 75px;
}
.photo-banner-section .photo-line .container {
  position: relative;
  z-index: 2;
}
.photo-banner-section .photo-line h1 {
  color: #434343;
  font-size: 35px;
  font-family: museo-sans,'Open Sans', sans-serif;
  font-weight: 100;
  margin: 0 0 45px;
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 26px;
}
.photo-banner-section .photo-line p {
  color: #fff;
  font-weight: 400;
  margin: 0 0 45px;
  font-size: 24px;
  margin-bottom: 33px;
    line-height: normal;
}
.photo-banner-section .photo-line:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.photo-banner-section2 {background: url('../upload/banners/2.jpg') fixed;text-align: center;}
.photo-banner-section2 .photo-line {position: relative;padding: 170px 0 175px;z-index: 2;}
.photo-banner-section2 .photo-line .container {position: relative;z-index: 2;}
.photo-banner-section2 .photo-line h1 {color: #434343;font-size: 24px;font-family: museo-sans,'Open Sans', sans-serif;font-weight: 100;margin: 0 0 45px;font-size: 48px;color: #ffffff;margin-bottom: 26px;}
.photo-banner-section2 .photo-line:after {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);}

.photo-banner-section3 {background: url('../upload/banners/3.jpg') fixed;text-align: center;}
.photo-banner-section3 .photo-line {position: relative;padding: 70px 0 75px;z-index: 2;}
.photo-banner-section3 .photo-line .container {position: relative;z-index: 2;}
.photo-banner-section3 .photo-line h1 {font-family: museo-sans,'Open Sans', sans-serif;font-weight: 100;margin: 0 0 45px;font-size: 48px;color: #ffffff;margin-bottom: 26px;}
.photo-banner-section3 .photo-line p{font-family: museo-sans,'Open Sans', sans-serif;font-weight: 100;margin: 0 0 45px;font-size: 20px;color: #ffffff;margin-bottom: 26px;}
.photo-banner-section3 .photo-line:after {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);}

.video-section {position: relative;text-align: center;}
.video-section .photo-line {position: relative;padding: 170px 0 175px;z-index: 2;}
.video-section .photo-line .container {position: relative;z-index: 2;}
.video-section .photo-line h1 {
  color: #434343;
  font-size: 35px;
  font-family: museo-sans,'Open Sans', sans-serif;
  font-weight: 100;
  margin: 0 0 45px;
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 26px;
}
.video-section .photo-line:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.video-section #customElement {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}

.one-line-section {
  padding: 40px 0;
  text-align: center;
  background: #f7f7f7;
}
.one-line-section h1 {
  color: #434343;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 45px;
  margin: 0;
}
.portfolio-section .portfolio-title {
  padding: 40px 0;
  text-align: center;
  background: #f7f7f7;
  border-top: 1px solid #dddddd;
}
.portfolio-section .portfolio-title h1 {
  color: #434343;
  font-size: 24px;
  font-family: museo-slab,'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 45px;
  margin: 0;
}
.portfolio-box {
  overflow: hidden;
}

.portfolio-box .work-post {
  float: left;
  width: 20%;
  position: relative;
}
.portfolio-box .work-post img {
  width: 100%;
  border: 1px solid #ddd;
}
.bb-info .portfolio-box .work-post img {
    width:98%;
    height:530px;
    object-fit: cover;
    overflow: hidden;
}

.portfolio-box .work-post .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
  overflow: hidden;
}
.bb-info .portfolio-box .work-post .hover-box {
  width: 98%;
}
.portfolio-box .work-post .hover-box .inner-hover {
  position: absolute;
  width: 100%;
  top: 35%;
  margin-top: -51px;
}
.portfolio-box .work-post .hover-box .inner-hover h2 {
  color: #fff;
  font-size: 16px;
    line-height:24px;
  font-family: museo-slab,'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
    
  margin-bottom: 6px;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transform: translate3d(0, -400%, 0);
  -moz-transform: translate3d(0, -400%, 0);
  -o-transform: translate3d(0, -400%, 0);
  transform: translate3d(0, -400%, 0);
}
.portfolio-box .work-post .hover-box .inner-hover p {
  color: #fff;
    font-size:14px;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transform: translate3d(0, -400%, 0);
  -moz-transform: translate3d(0, -400%, 0);
  -o-transform: translate3d(0, -400%, 0);
  transform: translate3d(0, -400%, 0);
}
.portfolio-box .work-post .hover-box .inner-hover a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffffff;
  text-align: center;
  margin: 0 5px;
  -webkit-transform: translate3d(0, 400%, 0);
  -moz-transform: translate3d(0, 400%, 0);
  -o-transform: translate3d(0, 400%, 0);
  transform: translate3d(0, 400%, 0);
}
.portfolio-box .work-post .hover-box .inner-hover a i {
  font-size: 30px;
  color: #ffffff;
  line-height: 60px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.portfolio-box .work-post .hover-box .inner-hover a.link {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.portfolio-box .work-post .hover-box .inner-hover a.zoom {
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.portfolio-box .work-post .hover-box .inner-hover a:hover {
  background: #ffffff;
}
.portfolio-box .work-post .hover-box .inner-hover a:hover i {
  color: #F57921;
}
.portfolio-box .work-post:hover .hover-box {
  opacity: 1;
}
.portfolio-box .work-post:hover .hover-box .inner-hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.portfolio-box .work-post:hover .hover-box .inner-hover p {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.portfolio-box .work-post:hover .hover-box .inner-hover a {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


button.mfp-close,
button.mfp-arrow {
  outline: none;
}
/*-------------------------------------------------*/
/* =  Distributor area
/*-------------------------------------------------*/
.awards-other img {
    width: 130px;
    opacity: 0.8;
    margin: 15px;
}

.con-detail span {
    width: 50%;
    float: left;
}
.con-detail h5 {
    font-size: 18px;
    color: #2b2a2a;
    margin-bottom: 0;
}

.con-detail h5 em {
    color: #F57921;
    margin-right: 6px;
}
.contact-form div {
    width: 100%;
    float: left;
}
.con-form h5{margin-top: 40px;}
.map-content {
    width: 100%;
    float: left;
    border: 1px solid #e3e3e3;
    padding: 13px;
}
.about-question span {
    width: 95px;
    height: 67px;
    background: #fff;
    text-align: center;
    float: left;
    border-radius: 18px;
    position: relative;
}
.about-question span em {
    color: #F57921;
    line-height: 67px;
    font-size: 42px;
}
.about-question span:after {
    content: "";
    width: 28px;
    height: 13px;
    background: url(../assets/da/que-span-bg.png) no-repeat;
    position: absolute;
    bottom: -12px;
    right: 12px;
}
.question-content {
    width: auto;
    margin-left: 145px;
}
.question-content p{
    color: #fff;
    font-size:18px;
    line-height: 23px;
}
.about-question a {
    width: 270px;
    font-size: 23px;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    padding: 12px 0;
    display: inline-block;
    border-radius: 34px;
}
.about-question a:hover {
    background: #fff;
    color: #F57921;
}
.info-image{text-align: center;}
.info-image figure {
    max-width: 400px;
    max-height: 400px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    border: 10px solid #eee;
}
.lang a.button-one-round{font-size:x-small; padding: 6px 24px;}

li:hover {cursor: pointer;}
#da .information-section {padding: 50px 10px;}
#da .accord-title h2, .toogle-title h2 {font-size: 1.2em;}
#da .tab-box h4{margin: 0 0 20px 0;}
#da .tab-box ul.nav-tabs li a {font-size: 1em;}
#da .tab-data-content table tr{text-align:left; height:35px;line-height:30px;}
#da .tab-data-content table tr:first-child{border-top:1px solid #ddd;}
#da .tab-box .tab-content p {text-align:left; font-size: 18px; margin: 16px 0;}
#da .tab-pane ul{margin-left:-40px;}
#da .tab-pane ul>li{list-style:none; padding:10px 20px 1px; margin-bottom: 15px; background:#f7f7f7; min-height: 93px;}
#da .tab-box .tab-content .tab-pane ul>li h6{font-size:16px; color:#f57822;}
#da .tab-box .tab-content .tab-pane ul>li h6:hover{color:#000;}
#da .tab-box .tab-content .tab-pane ul>li p{font-size:13px;}
#da .tab-box .tab-content .tab-pane .pdf{width: 60px; float: right;}
#da .media-banner{width:100%; float:left; padding:0 0 55px 0;}
#da .service-banner{width:100%; float:left;}
#da .business-content h4{margin-bottom:4px}
#da .business-content h5{color:#F57921; font-family: inherit; max-width:440px; line-height:30px; margin-bottom:12px;}
#da .business-content p{color:#757575; font-size:17px; font-family: inherit;}
#da .business-content ul li{background:url(../img/business-list-style.png) no-repeat left center; padding-left:45px;} 
#da .business-content ul li p{font-size:15px; line-height:22px;}
#da .business-content ul {width:100%; float:left; margin-bottom:12px;}
#da .business-image{width:100%; float:left; padding:65px 0 0 0; text-align:center;}
#da .business-service{width:100%; float:left;background: #f1f1f1;}
#da .service-title{width:100%; float:left; background:#505050; color:#fff; text-align:center; padding:37px 0 40px 0; position:relative;}
#da .service-title:after{content:""; width:20px; height:20px; position:absolute; bottom:-25px; left:0; right:0; margin:0 auto; border-left: 25px solid transparent; border-right: 25px solid transparent; border-top: 25px solid #505050;}
#da .service-title h4{color:#fff;}
#da .service-title p{color:#fff; font-size:17px; font-family: 'museo-sans'; max-width:940px; margin:0 auto;}

#da .service-list{width:100%; float:left;  background:#f1f1f1;  padding:50px 0 0 0;}
#da .service-item{width:100%; float:left;padding:70px 0 75px 0; border-bottom:1px solid #e2e1e1;}

#da .service-content{width:100%; float:left; padding:32px 0 0 0;}
#da .service-content h5{color: #F57921;font-family: 'museo-sans';font-size: xx-large;}
#da .service-content p{font-size:17px; color:#afafaf; font-family: 'museo-sans'; line-height:24px;}
#da .service-content ul {width:100%; float:left; padding:24px 0 0 55px; }
#da .service-content ul li{color:#383838; background:url(../img/service-list-style.png) no-repeat top 7px left; padding-left:25px;}
#da .service-content ul li p{font-size:15px; margin-bottom:15px;}
#da .service-content a{font-size:17px; color:#F57921; font-family: 'museo-sans'; margin-top:20px; display:inline-block;}
#da .service-content a:hover{color:#F57921;}

#da .pack-pic{max-width:50%; margin:0 auto;}
#da table

/*-------------------------------------------------*/
/* =  home2
/*-------------------------------------------------*/
.articles-section {
  padding: 82px 0 20px;
  background: #f7f7f7;
}
.bb-info .articles-section {
  padding: 20px 0 20px;
  /*background: #f97900;*/
  /*background-image: linear-gradient(to right, #f97900 , #fb983a);*/
   /*background: rgb(254,112,30);*/
background: linear-gradient(90deg, rgb(208, 208, 208) 0%, rgb(234, 234, 234) 50%, rgb(208, 208, 208) 100%);
}

.articles-section .articles-title {
  text-align: center;
}
.articles-section .articles-title h1 {
  color: #434343;
  font-size: 24px;
  font-family: museo-slab,'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 45px;
  font-size: 36px;
  text-transform: uppercase;
}
.articles-section .article-box {
  padding: 30px 0;
  border-bottom: 1px solid #dddddd;
}
.articles-section .article-image {
  text-align: center;
}
.articles-section .article-image img {
  max-width: 100%;
}
.articles-section .article-content h1 {
  color: #434343;
  font-size: 24px;
  font-family: museo-slab,'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 45px;
  margin: 20px 0;
}
.articles-section .article-box-alt {
  padding: 70px 0 90px;
  text-align: center;
}
.articles-section .article-box-alt h1 {
  color: #434343;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 45px;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.articles-section .article-box p {
  font-size: 18px;
}



.about-question{
    width: 100%;
    background: #F57921;
}
.about-question span {
    width: 95px;
    height: 67px;
    background: #fff;
    text-align: center;
    float: left;
    border-radius: 18px;
    position: relative;
}
.about-question span em {
    color: #F57921;
    line-height: 67px;
    font-size: 42px;
}
.question-content {
    width: auto;
    margin-left: 145px;
}
.question-content h4 {
    font-family: 'museo-sans-rounded';
    color: #fff;
    margin: 0 0 6px 0;
    line-height: 30px;
}
.question-content p {
    color: #fff;
    line-height: 23px;
}

/*-------------------------------------------------*/
/* =  home3
/*-------------------------------------------------*/
.portfolio-section2 {
  padding: 55px 0 10px;
  /*border-top: 1px solid #dddddd;*/
}
.portfolio-section2 .portfolio-box .work-post {
  width: 100%;
}
.owl-theme .owl-controls .owl-page.active span {
  width: 15px;
  height: 15px;
  border: 1px solid #F57921;
  background: transparent;
  margin-bottom: 3px;
}
.img-alt-section {
  padding: 55px 0 0;
  border-top: 1px solid #dddddd;
}
.img-alt-section .img-alt-box {
  text-align: center;
}
.img-alt-section .img-alt-box img {
  max-width: 100%;
}
.pricing-section {
  padding: 55px 0 20px;
  border-top: 1px solid #dddddd;
}
.statistic-section {
  padding: 80px 0 50px;
  background: #f7f7f7;
  position: relative;
}
.statistic-section:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 15px;
  height: 0;
  border-bottom: 1px solid #dddddd;
}
.team-section {
  text-align: center;
  padding: 55px 0 10px;
  border-bottom: 1px solid #dddddd;
}
/*-------------------------------------------------*/
/* =  home4
/*-------------------------------------------------*/
.portfolio-section2.full-width-port {
  border-bottom: 1px solid #dddddd;
}
.portfolio-section2.full-width-port .portfolio-box .work-post {
  border: none;
}
.bord-bottom {
  border-bottom: 1px solid #dddddd;
}
/*-------------------------------------------------*/
/* = home-portfolio
/*-------------------------------------------------*/
#container.low-padd {
  padding-top: 100px;
}
/*-------------------------------------------------*/
/* =  about pages
/*-------------------------------------------------*/
.page-banner-section2 {
  padding: 50px 0;
  background: #F57921;
}
.page-banner-section2 h1 {
  color: #434343;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 45px;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 30px;
}
.page-banner-section2 ul {
  margin: 0;
  padding: 0;
  text-align: right;
  margin-top: 8px;
}
.page-banner-section2 ul li {
  display: inline-block;
  margin-left: 3px;
}
.page-banner-section2 ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  color: #888888;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}
.page-banner-section2 ul li a:hover {
  opacity: 0.7;
}
.page-banner-section2 ul li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #ffffff;
  margin-right: 7px;
}
.page-banner-section2 ul li:first-child:before {
  display: none;
}
.about-section {
  padding: 90px 0;
}
.about-section .image-place img {
  max-width: 100%;
}
.about-section .about-content h1 {
  color: #434343;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 45px;
  margin-bottom: 22px;
  margin-top: 10px;
}
.about-section .skills-area h1 {
  color: #434343;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 45px;
  margin-bottom: 22px;
  margin-top:10px;
}
.team-section2 {
  padding: 55px 0 40px;
}
/*-------------------------------------------------*/
/* =  services pages
/*-------------------------------------------------*/
#slider.slider2 .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#slider.slider2 .tp-caption.finewide_small_white {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #999;
  padding: 0;
  letter-spacing: 0;
  text-transform: inherit;
  font-weight: 400;
}
#slider.slider2 .tp-caption.finewide_small_white a {
  color: #999;
}
#slider.slider2 .tp-caption.large_bold_white {
  font-size: 30px;
}
.steps-section {
  padding: 90px 0 40px;
}
/*-------------------------------------------------*/
/* =  blog grid pages
/*-------------------------------------------------*/
.blog-section {
  padding: 50px 0;
}
.blog-section .blog-box {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 50px;
}
.blog-section .blog-box .blog-post {
  margin-bottom: 40px;
}
.blog-section .blog-box .blog-post .blog-gal {
  position: relative;
  margin-bottom: 30px;
}
.blog-section .blog-box .blog-post .blog-gal img {
  width: 100%;
}
.blog-section .blog-box .blog-post .blog-gal .blog-hover {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(175, 214, 90, 0.85);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.blog-section .blog-box .blog-post .blog-gal .blog-hover a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: relative;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffffff;
  text-align: center;
  color: #ffffff;
}
.blog-section .blog-box .blog-post .blog-gal .blog-hover a i {
  line-height: 38px;
  font-size: 14px;
}
.blog-section .blog-box .blog-post .blog-gal .blog-hover a:hover {
  background: #ffffff;
  color: #F57921;
}
.blog-section .blog-box .blog-post h2 {
  color: #434343;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  margin-bottom: 8px;
  line-height: 26px;
}
.blog-section .blog-box .blog-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #434343;
}
.blog-section .blog-box .blog-post h2 a:hover {
  color: #F57921;
}
.blog-section .blog-box .blog-post ul.post-tags {
  margin: 0;
  padding: 0;
  margin-bottom: 17px;
}
.blog-section .blog-box .blog-post ul.post-tags li {
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 3px;
}
.blog-section .blog-box .blog-post ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #afafaf;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  margin: 0;
}
.blog-section .blog-box .blog-post ul.post-tags li a i {
  font-size: 14px;
  margin-right: 2px;
}
.blog-section .blog-box .blog-post ul.post-tags li a.comment-number {
  color: #333333;
}
.blog-section .blog-box .blog-post ul.post-tags li a:hover {
  color: #F57921;
}
.blog-section .blog-box .blog-post ul.post-tags li:before {
  content: '|';
  color: #afafaf;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  margin-right: 4px;
  line-height: 16px;
  margin-top: -2px;
}
.blog-section .blog-box .blog-post ul.post-tags li:first-child:before {
  display: none;
}
.blog-section .blog-box .blog-post ul.post-tags li:last-child {
  margin-right: 0;
}
.blog-section .blog-box .blog-post > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #F57921;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.blog-section .blog-box .blog-post > a i {
  margin-left: 15px;
}
.blog-section .blog-box .blog-post > a:hover {
  opacity: 0.7;
}
.blog-section .blog-box .blog-post > a.comment-number {
  color: #333333;
  float: right;
}
.blog-section .blog-box .blog-post > a.comment-number i {
  font-size: 14px;
  margin-left: 0;
}
.blog-section .blog-box .blog-post:hover .blog-gal .blog-hover {
  opacity: 1;
}
.blog-section .container-fluid .blog-box {
  margin: 0 95px 50px;
}
ul.pagination {
  margin: 0 0 15px 0;
  padding: 0;
  text-align: center;
}
ul.pagination li {
  display: inline-block;
  margin: 0 1px;
}
ul.pagination li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #434343;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  padding: 8px 13px;
  border: 1px solid #dddddd;
  min-width: 32px;
  text-align: center;
}
ul.pagination li a:hover,
ul.pagination li a.active {
  border: 1px solid #F57921;
  background: #F57921;
  color: #ffffff;
}
/*-------------------------------------------------*/
/* =  Pagination bb.info requested strollers
/*-------------------------------------------------*/
.pagination {
  margin: 0 0 15px 0;
  padding: 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin: 0 1px;
}
.pagination li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #434343;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  padding: 8px 13px;
  border: 1px solid #dddddd;
  min-width: 32px;
  text-align: center;
}
.pagination li a:hover,
.pagination li a.active {
  border: 1px solid #F57921;
  background: #F57921;
  color: #ffffff;
}

/*-------------------------------------------------*/
/* =  blog lage pages
/*-------------------------------------------------*/
.blog-section.blog-large .blog-box {
  border-bottom: none;
  margin-bottom: 0;
}
.blog-section.blog-large .blog-box .blog-post {
  margin-bottom: 50px;
  overflow: hidden;
}
.blog-section.blog-large .blog-box .blog-post iframe {
  width: 100%;
  height: 435px;
}
.blog-section.blog-large .blog-box .blog-post .date-type {
  float: left;
  text-align: center;
  position: relative;
  width: 70px;
}
.blog-section.blog-large .blog-box .blog-post .date-type .date-post {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #F57921;
  padding-top: 15px;
  margin-bottom: 40px;
}
.blog-section.blog-large .blog-box .blog-post .date-type .date-post p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
.blog-section.blog-large .blog-box .blog-post .date-type .date-post p span {
  display: block;
  font-size: 24px;
}
.blog-section.blog-large .blog-box .blog-post .date-type .type-post {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #434343;
}
.blog-section.blog-large .blog-box .blog-post .date-type .type-post i {
  line-height: 72px;
  color: #ffffff;
  font-size: 22px;
}
.blog-section.blog-large .blog-box .blog-post .date-type:after {
  content: '';
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dddddd;
}
.blog-section.blog-large .blog-box .blog-post .blog-content {
  margin-left: 104px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dddddd;
}
.blog-section.blog-large .blog-box .blog-post .blog-content > a {
  display: block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #F57921;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.blog-section.blog-large .blog-box .blog-post .blog-content > a i {
  margin-left: 15px;
}
.blog-section.blog-large .blog-box .blog-post .blog-content > a:hover {
  opacity: 0.7;
}
.blog-section.blog-large ul.pagination-list {
  text-align: left;
}
.blog-section.blog-large ul.pagination-list.padd-left {
  margin-left: 104px;
}
/*-------------------------------------------------*/
/* =  blog standard pages
/*-------------------------------------------------*/
.blog-section.blog-standard .blog-box {
  border-bottom: none;
  margin-bottom: 0;
}
.blog-section.blog-standard .blog-box .blog-post {
  margin-bottom: 50px;
  overflow: hidden;
}
.blog-section.blog-standard .blog-box .blog-post iframe {
  width: 100%;
  height: 435px;
}
.blog-section.blog-standard .blog-box .blog-post .blog-content {
  padding-bottom: 50px;
  border-bottom: 1px solid #dddddd;
}
.blog-section.blog-standard .blog-box .blog-post .blog-content > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #F57921;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.blog-section.blog-standard .blog-box .blog-post .blog-content > a i {
  margin-left: 15px;
}
.blog-section.blog-standard .blog-box .blog-post .blog-content > a:hover {
  opacity: 0.7;
}
/*-------------------------------------------------*/
/* =  blog masonry pages
/*-------------------------------------------------*/
.blog-section .blog-box.masonry {
  width: 1170px;
  margin-left: -15px;
  margin-top: -15px;
  border-bottom: none;
}
.blog-section .blog-box.masonry .blog-post {
  width: 360px;
  margin: 15px;
}
.blog-section .blog-box.masonry.sidebar {
  width: 878px;
  margin-left: -15px;
}
.blog-section .blog-box.masonry.sidebar .blog-post {
  width: 409px;
  margin: 15px;
}
/*-------------------------------------------------*/
/* =  blog medium standard pages
/*-------------------------------------------------*/
.blog-section.blog-stmedium .blog-box {
  border-bottom: none;
  margin-bottom: 0;
}
.blog-section.blog-stmedium .blog-box .blog-post {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
}
.blog-section.blog-stmedium .blog-box .blog-post .blog-gal {
  margin-bottom: 0;
}
.blog-section.blog-stmedium .blog-box .blog-post .blog-content {
  padding-top: 10px;
}
.blog-section.blog-stmedium .blog-box .blog-post .blog-content > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #F57921;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.blog-section.blog-stmedium .blog-box .blog-post .blog-content > a i {
  margin-left: 15px;
}
.blog-section.blog-stmedium .blog-box .blog-post .blog-content > a:hover {
  opacity: 0.7;
}
/*-------------------------------------------------*/
/* =  blog medium pages
/*-------------------------------------------------*/
.blog-section.blog-medium .blog-box {
  border-bottom: none;
  margin-bottom: 0;
}
.blog-section.blog-medium .blog-box .blog-post {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
}
.blog-section.blog-medium .blog-box .blog-post .blog-gal {
  margin-bottom: 0;
  padding-left: 34px;
}
.blog-section.blog-medium .blog-box .blog-post .blog-gal .date-post {
  position: absolute;
  left: 0;
  top: 12px;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #F57921;
  padding-top: 15px;
  text-align: center;
}
.blog-section.blog-medium .blog-box .blog-post .blog-gal .date-post p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
}
.blog-section.blog-medium .blog-box .blog-post .blog-gal .date-post p span {
  display: block;
  font-size: 24px;
  line-height: 20px;
}
.blog-section.blog-medium .blog-box .blog-post .blog-content {
  padding-top: 6px;
}
.blog-section.blog-medium .blog-box .blog-post .blog-content > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #F57921;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.blog-section.blog-medium .blog-box .blog-post .blog-content > a i {
  margin-left: 15px;
}
.blog-section.blog-medium .blog-box .blog-post .blog-content > a:hover {
  opacity: 0.7;
}
.blog-section.blog-medium .blog-box .blog-post .blog-content h2 {
  margin-bottom: 4px;
}
.blog-section.blog-medium .blog-box .blog-post .blog-content ul.post-tags {
  margin-bottom: 12px;
}
.blog-section.blog-medium .blog-box .blog-post .blog-content p {
  margin-bottom: 10px;
}
/*-------------------------------------------------*/
/* =  blog onlytext pages
/*-------------------------------------------------*/
.blog-section.blog-onlytext .blog-box {
  margin-bottom: 0;
  border-bottom: 0;
}
.blog-section.blog-onlytext .blog-box .blog-post {
  margin-bottom: 75px;
}
.blog-section.blog-onlytext .blog-box .blog-post .autor-post {
  margin-bottom: 40px;
}
.blog-section.blog-onlytext .blog-box .blog-post .autor-post p {
  background: #dddddd;
  height: 10px;
  line-height: 10px;
}
.blog-section.blog-onlytext .blog-box .blog-post .autor-post p span {
  display: inline-block;
  margin: 0;
  background: #fff;
  padding-right: 15px;
}
.blog-section.blog-onlytext .blog-box .blog-post h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.blog-section.blog-onlytext .blog-box .blog-post:last-child {
  margin-bottom: 0;
}
/*-------------------------------------------------*/
/* =  blog only title
/*-------------------------------------------------*/
.blog-section.blog-onlytitle .blog-box {
  margin-bottom: 0;
  border-bottom: none;
}
.blog-section.blog-onlytitle .blog-box .blog-post {
  border-bottom: 1px solid #dddddd;
  padding: 45px 25px 41px 0;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: relative;
}
.blog-section.blog-onlytitle .blog-box .blog-post .container {
  position: relative;
}
.blog-section.blog-onlytitle .blog-box .blog-post h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.blog-section.blog-onlytitle .blog-box .blog-post ul.post-tags {
  margin-bottom: 0;
}
.blog-section.blog-onlytitle .blog-box .blog-post ul.post-tags li:before {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.blog-section.blog-onlytitle .blog-box .blog-post a.read-more {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  right: 15px;
  color: #888888;
  font-size: 48px;
}
.blog-section.blog-onlytitle .blog-box .blog-post:first-child {
  border-top: 1px solid #dddddd;
}
.blog-section.blog-onlytitle .blog-box .blog-post:hover {
  background: #F57921;
}
.blog-section.blog-onlytitle .blog-box .blog-post:hover h2 a {
  color: #ffffff;
}
.blog-section.blog-onlytitle .blog-box .blog-post:hover ul.post-tags li a {
  color: #ffffff;
}
.blog-section.blog-onlytitle .blog-box .blog-post:hover ul.post-tags li:before {
  color: #ffffff;
}
.blog-section.blog-onlytitle .blog-box .blog-post:hover a.read-more {
  color: #ffffff;
}
/*-------------------------------------------------*/
/* =  single post page
/*-------------------------------------------------*/
.blog-post.single-post {
  margin-bottom: 0;
}
.blog-post.single-post .blog-content {
  border-bottom: none !important;
}
.blog-post.single-post .social-tag-post {
  padding: 15px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.blog-post.single-post .social-tag-post .single-post-tags {
  overflow: hidden;
}
.blog-post.single-post .social-tag-post .single-post-tags ul {
  margin: 0;
  padding: 0;
}
.blog-post.single-post .social-tag-post .single-post-tags ul li {
  display: inline-block;
  margin-right: 4px;
}
.blog-post.single-post .social-tag-post .single-post-tags ul li span {
  display: inline-block;
  margin: 0;
  margin-right: 12px;
  color: #434343;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.blog-post.single-post .social-tag-post .single-post-tags ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 12px;
  background: #e8e8e8;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #888888;
}
.blog-post.single-post .social-tag-post .single-post-tags ul li a:hover {
  color: #ffffff;
  background: #F57921;
}
.blog-post.single-post .social-tag-post .single-post-icons {
  text-align: right;
  overflow: hidden;
}
.blog-post.single-post .social-tag-post .single-post-icons ul {
  margin: 0;
  padding: 0;
  padding-top: 7px;
}
.blog-post.single-post .social-tag-post .single-post-icons ul li {
  display: inline-block;
  margin-right: 18px;
}
.blog-post.single-post .social-tag-post .single-post-icons ul li span {
  display: inline-block;
  margin: 0;
  color: #434343;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.blog-post.single-post .social-tag-post .single-post-icons ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #434343;
  font-size: 14px;
}
.blog-post.single-post .social-tag-post .single-post-icons ul li a:hover {
  color: #F57921;
}
.blog-post.single-post .social-tag-post .single-post-icons ul li:last-child {
  margin-right: 0;
}
.blog-post.single-post .comment-section {
  padding-top: 45px;
}
.blog-post.single-post .comment-section h2 {
  color: #434343;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  margin-bottom: 30px;
}
.blog-post.single-post .comment-section ul.comment-tree {
  margin: 0;
  padding: 0;
}
.blog-post.single-post .comment-section ul.comment-tree li {
  list-style: none;
  margin-bottom: 30px;
}
.blog-post.single-post .comment-section ul.comment-tree li .comment-box {
  overflow: hidden;
}
.blog-post.single-post .comment-section ul.comment-tree li .comment-box img {
  max-width: 76px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #dedede;
  float: left;
}
.blog-post.single-post .comment-section ul.comment-tree li .comment-box .comment-content {
  margin-left: 106px;
}
.blog-post.single-post .comment-section ul.comment-tree li .comment-box .comment-content h3 {
  color: #F57921;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 12px;
}
.blog-post.single-post .comment-section ul.comment-tree li .comment-box .comment-content h3 span {
  display: inline-block;
  margin: 0;
  margin-left: 16px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #b8b8b8;
}
.blog-post.single-post .comment-section ul.comment-tree li .comment-box .comment-content a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #b8b8b8;
}
.blog-post.single-post .comment-section ul.comment-tree li .comment-box .comment-content a:hover {
  color: #F57921;
}
.blog-post.single-post #comment-form {
  padding-top: 10px;
}
.blog-post.single-post #comment-form h2 {
  color: #434343;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  margin-bottom: 30px;
}
.blog-post.single-post #comment-form input[type="text"],
.blog-post.single-post #comment-form textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #dedede;
  margin-bottom: 30px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #888888;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.blog-post.single-post #comment-form input[type="text"]:focus,
.blog-post.single-post #comment-form textarea:focus {
  border: 1px solid #F57921;
}
.blog-post.single-post #comment-form textarea {
  height: 146px;
}
.blog-post.single-post #comment-form input[type="submit"] {
  padding: 12px 30px;
  outline: none;
  border: none;
  background: #F57921;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 0px;
}
.blog-post.single-post #comment-form input[type="submit"]:hover {
  opacity: 0.7;
}
/*-------------------------------------------------*/
/* =  sidebar
/*-------------------------------------------------*/
.browse-panel {
    border: medium none !important;
    float: left;
    padding: 20px 15px 20px;
    width: 25%;
}
.browse-panel h5 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 16px;
    margin: 0 0 18px;
    padding: 0;
}
.browse-panel h6 {
    font-size: 12px;
    margin: 0;
    padding: 3px 4px;
}
.browse-panel h5 a {
    color: #434343;
	font-family: "Open Sans",sans-serif;
}
.browse-panel h5 a .count {
    color: #918a2f;
}
.browse-panel ol {
    border: medium none;
    padding: 5px 0 0;
}
.browse-panel li {
    padding: 3px 2px;
}
.browse-panel ol li a {
    color: #918a2f;
}
.sidebar .widget {
  margin-bottom: 45px;
}
.sidebar .widget h2 {
  color: #434343;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  font-size: 16px;
}
.search-widget input[type="search"] {
  font-size: 13px;
  color: #888888;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  margin: 0;
  padding: 8px 20px;
  border: 1px solid #dddddd;
  width: 100%;
  outline: none;
  color: #cacaca;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.search-widget input[type="search"]:focus {
  border: 1px solid #F57921;
}
.search-widget button {
  background: #fff;
  border: none;
  float: right;
  margin-top: -32px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
.search-widget button i {
  color: #cacaca;
  font-size: 14px;
}
.recent-widget ul.recent-list {
  margin: 0;
  padding: 0;
}
.recent-widget ul.recent-list li {
  list-style: none;
  overflow-y: hidden;
  margin-bottom: 20px;
}
.recent-widget ul.recent-list li img {
  float: left;
}
.recent-widget ul.recent-list li .side-content {
  margin-left: 86px;
  padding-top: 11px;
}
.recent-widget ul.recent-list li .side-content h2 {
  color: #434343;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  font-size: 13px;
  margin-bottom: 3px;
}
.recent-widget ul.recent-list li .side-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #434343;
}
.recent-widget ul.recent-list li .side-content h2 a:hover {
  color: #F57921;
}
.recent-widget ul.recent-list li .side-content p {
  margin-bottom: 0;
}
.recent-widget ul.recent-list li:last-child {
  margin-bottom: 0;
}
.category-widget ul, .category-widget ol {
  margin: 0;
  padding: 0;
}
.category-widget ul li, .category-widget ol li {
  list-style: none;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.category-widget ol li span {
	font-size:11px;
	line-height:18px;
}
.category-widget ul li a, .category-widget ol li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #434343;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
.up-footer .category-widget ol li a, .up-footer .category-widget ol li {
	color:#fff;
}
.category-widget ul li a:before, .category-widget ol li a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #434343;
  font-size: 14px;
  margin-right: 17px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.up-footer .category-widget ol li a:before {
	color:#fff;
}
.category-widget ul li a:hover,
.category-widget ul li a:hover:before,
.category-widget ol li a:hover,
.category-widget ol li a:hover:before {
  color: #F57921;
}
.category-widget ul li:last-child,
.category-widget ol li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.latest-widget ul {
  margin: 0;
  padding: 0;
}
.latest-widget ul li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 7px;
}
.latest-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  max-width: 80px;
}
.latest-widget ul li a img {
  width: 100%;
}
.latest-widget ul li a:hover {
  opacity: 0.7;
}
.tweets-widget ul {
  margin: 0;
  padding: 0;
}
.tweets-widget ul li {
  list-style: none;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.tweets-widget ul li > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  color: #888888;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  margin: 0;
}
.tweets-widget ul li > a:hover {
  color: #434343;
}
.tweets-widget ul li p {
  margin-bottom: 0;
  color: #434343;
}
.tweets-widget ul li p a {
  color: #F57921;
}
.tweets-widget ul li:before {
  position: absolute;
  content: '\f099';
  font-family: 'FontAwesome';
  top: 1px;
  left: 0;
  font-size: 20px;
  color: #a3a3a3;
}
.tweets-widget ul li:last-child {
  margin-bottom: 0;
}
.video-widget div {
  position: relative;
}
.video-widget div a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background: #F57921;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #ffffff;
}
.video-widget div a:hover {
  opacity: 0.7;
}
.video-widget img {
  max-width: 100%;
  border: 1px solid #dddddd;
}
.need-widget ul {
  margin: 0;
  padding: 0;
}
.need-widget ul li {
  list-style: none;
  overflow: hidden;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dedede;
}
.need-widget ul li span {
  float: left;
  display: inline-block;
  margin: 0;
  width: 36px;
  height: 36px;
  background: #F57921;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  color: #ffffff;
  font-size: 18px;
}
.need-widget ul li h3 {
  color: #434343;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  margin-left: 60px;
}
.need-widget ul li p {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  margin-left: 60px;
}
.need-widget ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.share-widget ul.share-list {
  margin: 0;
  padding: 0;
}
.share-widget ul.share-list li {
  margin-right: 9px;
  display: inline-block;
}
.share-widget ul.share-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 30px;
  height: 30px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
.share-widget ul.share-list li a i {
  font-size: 14px;
  color: #616161;
  line-height: 28px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.share-widget ul.share-list li a:hover {
  background: #F57921;
  border: 1px solid #F57921;
}
.share-widget ul.share-list li a:hover i {
  color: #ffffff;
}
.products-widget ul {
  margin: 0;
  padding: 0;
}

.my-kg-form{
	background-color: #f7f7f7;
        border: 1px solid #ddd;
    padding: 17px;
    border-radius: 10px;
}

.products-widget ul li {
  list-style: none;
  overflow: hidden;
  margin-bottom: 20px;
}
.products-widget ul li img {
  float: left;
}
.products-widget ul li .prod-content {
  margin-left: 85px;
}
.products-widget ul li .prod-content h2 {
  color: #434343;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  font-size: 13px;
  margin-bottom: 7px;
  margin-top: 2px;
}
.products-widget ul li .prod-content h2 a {
  color: #434343;
}
.products-widget ul li .prod-content span {
  display: inline-block;
  color: #F57921;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  margin: 0 0 2px;
}
.products-widget ul li .prod-content p {
  margin: 0;
}
.products-widget ul li .prod-content p i {
  color: #434343;
  font-size: 12px;
}
.products-widget ul li:last-child {
  margin-bottom: 0;
}
.filter-widget .price-range {
  padding: 10px 0px;
  overflow: hidden;
}
.filter-widget .values {
  text-align: right;
  float: right;
  width: 120px;
  padding-top: 15px;
}
.filter-widget .values span {
  display: inline-block;
  color: #434343;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
.filter-widget .values #start-val,
.filter-widget .values #end-val {
  display: inline-block !important;
  border: none;
  width: 20px;
  padding: 0;
  color: #434343;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
.filter-widget a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #eeeeee;
  padding: 10px 20px;
  color: #434343;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  margin-top: 4px;
  text-transform: uppercase;
  float: left;
}
.filter-widget a:hover {
  background: #F57921;
  color: #ffffff;
}
.noUi-target * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default;
}
.noUi-base {
  width: 100%;
  height: 10px;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  z-index: 1;
  margin-bottom: 15px;
  background: transparent;
  border: 1px solid #dddddd;
}
.noUi-handle {
  background: #EEE;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  margin: -4px 0 0 -3px;
  box-shadow: 0px 1px 3px #999999;
  -webkit-box-shadow: 0px 1px 3px #999999;
  -moz-box-shadow: 0px 1px 3px #999999;
  -o-box-shadow: 0px 1px 3px #999999;
  background: #ffffff url('../images/ui-elem.png') center center no-repeat;
}
.noUi-connect {
  background: Teal;
  background: #F57921;
}
.noUi-background {
  background: #fff;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border-radius: inherit;
  background: #F57921;
}
.noUi-origin-upper {
  background: inherit !important;
}
.noUi-z-index {
  z-index: 10;
}
.noUi-vertical {
  width: 40px;
  height: 100%;
}
.noUi-vertical .noUi-origin {
  bottom: 0;
  left: 0;
}
.noUi-vertical .noUi-handle {
  margin: -23px 0 0 -3px;
}
.noUi-target[disabled] .noUi-base {
  background: #999;
}
.noUi-target[disabled] .noUi-connect {
  background: #BBB;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.sidebar-widgets-section {
  padding: 90px 0;
}
.img-widget img {
  max-width: 100%;
}
.iframe-widget iframe {
  width: 100%;
  height: 180px;
}
.map-widget .map {
  width: 100%;
  height: 200px;
}
.dist-map{
	margin-top:20px;
}

.contact-form-widget #contact-form input[type="text"],
.contact-form-widget #contact-form textarea {
  margin-bottom: 4px;
}

/*-------------------*/
/*   HOVER-effekt
/*-------------------*/

/* Hover effekt på verksamhetspunkter */

.prod-icon1{
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background: url('/assets/img/home/icon-bb.png') top;
}
.prod-icon2 {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background: url('/assets/img/home/icon-kg.png') top;
}
.prod-icon3 {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background: url('/assets/img/home/icon-m1c.png') top;
}

.prod-icon4 {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background: url('/assets/img/home/icon-m1-buggy.png') top;
}

.prod-icon1:hover, .prod-icon2:hover, .prod-icon3:hover,.prod-icon4:hover {
    background-position: 0 150px;
}
.home-prod article p {
    color: black;
    text-align: center;
    margin-top: 205px;
    font-weight: bold;
    font-size: 1.4em;
}
.home-prod article a {
    text-decoration: none;
}
.services-content{
	margin-top:20px;
}

/*-------------------------------------------------*/
/* =  portfolio page standart
/*-------------------------------------------------*/
.portfolio-page {
  padding:20px 0 0 0;
}
.portfolio-page ul.filter {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
}
.portfolio-page ul.filter li {
  display: inline-block;
  margin-right: -4px;
}
.portfolio-page ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #434343;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  padding: 8px 17px;
  border: 1px solid #dedede;
  border-left: none;
}
.portfolio-page ul.filter li a:hover,
.portfolio-page ul.filter li a.active {
  border-color: #F57921;
  background: #F57921;
  color: #ffffff;
}
.portfolio-page ul.filter li:first-child a {
  border-left: 1px solid #dedede;
}
.portfolio-page .portfolio-box {
  margin-bottom: 60px;
}
.portfolio-page.standart .portfolio-box.col-2 .work-post {
  width: 567px;
  margin: 1.5px;
}
.portfolio-page.standart .portfolio-box.col-2-sidebar .work-post {
  width: 421px;
  margin: 1.5px;
}
.portfolio-page.standart .portfolio-box.col-3 .work-post {
  width: 377px;
  margin: 1.5px;
}
.portfolio-page.standart .portfolio-box.col-3-sidebar .work-post {
  width: 279px;
  margin: 1.5px;
}
.portfolio-page.standart .portfolio-box.col-4 .work-post {
  width: 282px;
  margin: 1.5px;
}
.portfolio-page .portfolio-box.fullscreen {
  margin-bottom: 0;
}
.portfolio-page .portfolio-box.fullscreen .work-post {
  width: 19.98%;
  margin: 0;
}

/*-------------------------------------------------*/
/* =  Distributor webapp
/*-------------------------------------------------*/

.dist-post {
  float: left;
  width: 20%;
  position: relative;
}
.dist-post img {
  width: 100%;
  border: 1px solid #ddd;
}
.dist-post .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(245, 121, 33, 0.7);
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
  overflow: hidden;
}
.dist-post {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -51px;
}
.dist-post h2 {
  color: #434343;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  color: #ffffff;
  margin-bottom: 6px;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transform: translate3d(0, -400%, 0);
  -moz-transform: translate3d(0, -400%, 0);
  -o-transform: translate3d(0, -400%, 0);
  transform: translate3d(0, -400%, 0);
}
.dist-post p {
  color: #ffffff;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transform: translate3d(0, -400%, 0);
  -moz-transform: translate3d(0, -400%, 0);
  -o-transform: translate3d(0, -400%, 0);
  transform: translate3d(0, -400%, 0);
}
.dist-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffffff;
  text-align: center;
  margin: 0 5px;
  -webkit-transform: translate3d(0, 400%, 0);
  -moz-transform: translate3d(0, 400%, 0);
  -o-transform: translate3d(0, 400%, 0);
  transform: translate3d(0, 400%, 0);
}
.dist-post a i {
  font-size: 30px;
  color: #ffffff;
  line-height: 60px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.dist-post a.link {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.dist-post a.zoom {
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.dist-post a:hover {
  background: #ffffff;
}
.dist-post a:hover i {
  color: #F57921;
}
.dist-post:hover {
  opacity: 1;
}
.dist-post:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.dist-post:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.dist-post:hover a {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


.dist-content{
	background-color: #fff;
    border:1px solid #dedede;
    padding: 18px;
    border-radius: 10px;
}

.dist-post .dist-gal {
  position: relative;
  margin-bottom: 0px;
	margin-top: -20px;
}
.dist-post .dist-content h2 {
  color: #434343;
  font-size: 18px;
  font-family: museo-slab, 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 18px;
  margin-bottom: 6px;
}
.dist-post .dist-content span {
  display: inline-block;
  color: #434343;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  margin: 0 0 16px;
}
.dist-post .dist-content p {
  margin-bottom: 16px;
}
.dist-post .dist-content a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #F57921;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.dist-post .dist-content a i {
  margin-left: 15px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.dist-post .dist-content a:hover i {
  margin-left: 20px;
  color: #434343;
}
.work-post .dist-logo img{
	width: 50%;
    margin: 17px 0;
}
.work-post .name img{
    border: 0px;
    width: 34px;
    margin: -5px 15px 0 0;
}

.distr-list td{
	  padding: 0 !important;
}
.distr-list .name {
	  text-align: left;
}

.distr-list .name img{
	max-width: 30px; margin: 0 30px 0 10px; vertical-align: left;
}

.dataTables_length {
	display:none;
}
.dataTables_wrapper .dataTables_filter {
    float: none !important;
    text-align: center !important;}
    
/*-------------------------------------------------*/
/* =  portfolio page description
/*-------------------------------------------------*/

.portfolio-page .work-content{
	background-color: #eee;
    padding: 18px;
}

.portfolio-page.description .portfolio-box .work-post .work-gal {
  position: relative;
  margin-bottom: 0px;
}

.portfolio-page.description .portfolio-box .work-post .work-gal .hover-box .inner-hover {
  margin-top: -20px;
}
.portfolio-page.description .portfolio-box .work-post .work-content h2 {
  color: #434343;
  font-size: 18px;
  font-family: museo-slab, 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 18px;
  margin-bottom: 6px;
}
.portfolio-page.description .portfolio-box .work-post .work-content span {
  display: inline-block;
  color: #434343;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  margin: 0 0 16px;
}
.portfolio-page.description .portfolio-box .work-post .work-content p {
  margin-bottom: 16px;
}
.portfolio-page.description .portfolio-box .work-post .work-content a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #F57921;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.portfolio-page.description .portfolio-box .work-post .work-content a i {
  margin-left: 15px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.portfolio-page.description .portfolio-box .work-post .work-content a:hover i {
  margin-left: 20px;
  color: #434343;
}
.portfolio-page.description .portfolio-box.col-2 {
  width: 1170px;
  margin-left: -15px;
  margin-top: -15px;
}
.portfolio-page.description .portfolio-box.col-2 .work-post {
  width: 555px;
  margin: 15px;
}
.portfolio-page.description .portfolio-box.col-3 {
  width: 1170px;
  margin-left: -15px;
  margin-top: -15px;
}
.portfolio-page.description .portfolio-box.col-3 .work-post {
  width: 360px;
  margin: 15px;
}
.portfolio-page.description .portfolio-box.col-4 {
  width: 1170px;
  margin-left: -15px;
  margin-top: -15px;
}
.portfolio-page.description .portfolio-box.col-4 .work-post {
  width: 262px;
  margin: 15px;
}
.portfolio-page.description .portfolio-box.col-2-sidebar {
  width: 878px;
  margin-left: -15px;
  margin-top: -15px;
}
.portfolio-page.description .portfolio-box.col-2-sidebar .work-post {
  width: 409px;
  margin: 15px;
}
/*-------------------------------------------------*/
/* =  Portfolio list pages
/*-------------------------------------------------*/
.portfolio-page.list-page .portfolio-box {
  margin: 0;
}
.portfolio-page.list-page .portfolio-box .work-post {
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px;
}
.portfolio-page.list-page .portfolio-box .work-post .work-gal {
  position: relative;
  width: 62%;
  float: left;
}
.portfolio-page.list-page .portfolio-box .work-post .work-gal img {
  width: 100%;
}
.portfolio-page.list-page .portfolio-box .work-post .work-gal .hover-box {
  background: rgba(255, 255, 255, 0.85);
}
.portfolio-page.list-page .portfolio-box .work-post .work-gal .hover-box a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: relative;
  top: 50%;
  margin-top: -45px;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #434343;
  color: #434343;
  font-size: 30px;
  line-height: 88px;
}
.portfolio-page.list-page .portfolio-box .work-post .work-gal .hover-box a:hover {
  color: #ffffff;
  background: #434343;
}
.portfolio-page.list-page .portfolio-box .work-post .work-content {
  float: right;
  width: 38%;
  padding: 30px;
  background: #ededed;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  min-height: 331px;
}
.portfolio-page.list-page .portfolio-box .work-post .work-content h2 {
  color: #434343;
  font-size: 30px;
  font-family: museo-sans,'Open Sans', sans-serif;
  font-weight: 100;
  margin: 0 0 18px;
  margin-bottom: 4px;
}
.portfolio-page.list-page .portfolio-box .work-post .work-content span {
  display: inline-block;
  font-size: 13px;
  color: #888888;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  margin-bottom: 16px;
  font-size: 12px;
  color: #434343;
}
.portfolio-page.list-page .portfolio-box .work-post .work-content p {
  margin-bottom: 16px;
}
.portfolio-page.list-page .portfolio-box .work-post .work-content a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #F57921;
  font-size: 18px;
  font-weight:600;
  font-family: 'Open Sans', sans-serif;
}
.portfolio-page.list-page .portfolio-box .work-post .work-content a i {
  margin-left: 15px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.portfolio-page.list-page .portfolio-box .work-post .work-content a:hover i {
  margin-left: 20px;
  color: #434343;
}
.portfolio-page.list-page .portfolio-box .work-post:nth-child(2n) .work-gal {
  float: right;
}
.portfolio-page.list-page .portfolio-box .work-post:nth-child(2n) .work-content {
  float: left;
}
.portfolio-page.list-page .portfolio-box .work-post:hover .work-content {
  background: transparent;
  border: 1px solid #dddddd;
}
.portfolio-page.list-page .portfolio-box.with-sidebar .work-post .work-gal {
  width: 50%;
}
.portfolio-page.list-page .portfolio-box.with-sidebar .work-post .work-content {
  width: 50%;
  min-height: 312px;
}
/*-------------------------------------------------*/
/* =  portfolio masonry pages
/*-------------------------------------------------*/
.portfolio-page.masonry-style .portfolio-box .work-post {
  width: 282px; 
  margin: 1.5px;
}
.portfolio-page.masonry-style .portfolio-box .work-post.size-big {
  width: 567px;
}
.portfolio-page.masonry-style .portfolio-box.fullscreen .work-post {
  width: 19.97%;
  margin: 0;
}
.portfolio-page.masonry-style .portfolio-box.fullscreen .work-post.size-big {
  width: 39.94%;
}
.portfolio-page.masonry-style.description .portfolio-box {
  width: 1170px;
  margin-left: -15px;
  margin-top: -15px;
}
.portfolio-page.masonry-style.description .portfolio-box .work-post {
  width: 262px;
  margin: 15px;
}
.portfolio-page.masonry-style.description .portfolio-box .work-post.size-big {
  width: 554px;
}
.portfolio-page.masonry-style.description .portfolio-box.col-3 {
  width: 877px;
}
.distributors .work-post {
	width:32%;    
}
/*-------------------------------------------------*/
/* =  single project pages
/*-------------------------------------------------*/
.project-page-section {
  padding: 40px 0 40px;
}
.project-page-section .project-title {
  margin-bottom: 35px;
}
.project-page-section .project-title h1 {
  color: #434343;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  margin-bottom: 5px;
}
.project-page-section .project-title span {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  color: #434343;
  font-family: 'Open Sans', sans-serif;
}
.project-page-section .project-title .project-arrows {
  text-align: right;
  margin-top: -30px;
}
.project-page-section .project-gallery {
  margin-bottom: 35px;
}
.project-page-section .project-content h2 {
  color: #434343;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
}
.project-page-section .project-content ul.project-tags {
  margin: 0;
  padding: 0;
}
.project-page-section .project-content ul.project-tags li {
  list-style: none;
  font-size: 13px;
  color: #888888;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  color: #434343;
}
.project-page-section .project-content ul.project-tags li span {
  display: inline-block;
  color: #888888;
}
.project-page-section .project-content ul.project-tags li a {
  color: #888888;
}
.project-page-section .project-content ul.project-tags li:before {
  content: '\f0da';
  font-size: 15px;
  color: #434343;
  font-family: 'FontAwesome';
  margin-right: 14px;
}
a.prev-link,
a.next-link {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 22px;
  height: 22px;
  background: #f7f7f7;
  font-size: 14px;
  color: #434343;
  text-align: center;
  line-height: 22px;
}
a.prev-link:hover,
a.next-link:hover {
  background: #F57921;
  color: #ffffff;
}
.project-layout2 .project-content p {
  margin-bottom: 30px;
}
.project-layout2 .project-content ul.project-tags li {
  margin-bottom: 12px;
}
.reply-box {
  margin-top: 55px;
}
.reply-box h2 {
  color: #434343;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
}
.reply-box form.project-form {
  margin: 0 0 30px;
}
.reply-box form.project-form input[type="text"],
.reply-box form.project-form textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #888888;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.reply-box form.project-form input[type="text"]:focus,
.reply-box form.project-form textarea:focus {
  border: 1px solid #F57921;
}
.reply-box form.project-form textarea {
  height: 146px;
}
.reply-box form.project-form input[type="submit"] {
  padding: 12px 30px;
  outline: none;
  border: none;
  background: #F57921;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.reply-box form.project-form input[type="submit"]:hover {
  opacity: 0.7;
}
/*-------------------------------------------------*/
/* =  error page, cooming soon page
/*-------------------------------------------------*/
.error-section {
  padding: 140px 0 155px;
  text-align: center;
}
.error-section h1 {
  color: #434343;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 45px;
  font-size: 240px;
  margin-bottom: 20px;
  font-weight: 600;
}
.error-section h2 {
  color: #434343;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  margin-bottom: 30px;
}
.coming-soon-section {
  text-align: center;
  background: url('../images/pattern.png');
  position: relative;
}
.coming-soon-section h1 {
  color: #434343;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 45px;
  font-size: 182px;
  font-weight: 300;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  margin-top: -106px;
}
/*-------------------------------------------------*/
/* =  contact pages
/*-------------------------------------------------*/
.map {
  height: 472px;
  width: 100%;
}
.contact-section {
  padding: 60px 0 80px;
}
.contact-section h2 {
  color: #434343;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  margin-bottom: 30px;
}
.contact-section ul.information-list {
  margin: 0;
  padding: 0;
}
.contact-section ul.information-list li {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}
.contact-section ul.information-list li i {
  float: left;
  color: #434343;
  font-size: 14px;
  display: inline-block;
  line-height: 24px;
}
.contact-section ul.information-list li span {
  display: block;
  font-size: 13px;
  color: #888888;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  margin-bottom: 8px;
  margin-left: 25px;
  color: #434343;
}
.contact-section ul.information-list li a {
  font-size: 13px;
  color: #888888;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 10px;
  color: #434343;
}
.contact-section ul.information-list li:last-child {
  border-bottom: none;
}
.contact-section ul.social-list {
  margin: 0;
  padding: 0;
}
.contact-section ul.social-list li {
  list-style: none;
  margin-right: 9px;
  display: inline-block;
}
.contact-section ul.social-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 30px;
  height: 30px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
.contact-section ul.social-list li a i {
  font-size: 14px;
  color: #434343;
  line-height: 28px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.contact-section ul.social-list li a:hover {
  background: #F57921;
  border: 1px solid transparent;
}
.contact-section ul.social-list li a:hover i {
  color: #ffffff;
}
.contact-section .map {
  height: 244px;
}
#contact-form input[type="text"],
#contact-form textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #dedede;
  margin-bottom: 30px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #888888;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
#contact-form input[type="text"]:focus,
#contact-form textarea:focus {
  border: 1px solid #F57921;
}
#contact-form textarea {
  height: 146px;
}
#contact-form input[type="submit"] {
display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 30px;
  font-size: 13px;
  color: #888888;
  height:auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  color: #ffffff !important;
  text-transform: uppercase;
  margin: 8px 0;
  border-radius:0px !important;
  background: #F57921 !important;
  border-color: #F57921 !important;
}
#contact-form input[type="submit"]:hover {
  opacity: 0.7;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 30px;
  font-size: 13px;
  color: #888888;
  height:auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 8px 0;
  border-radius:0px !important;
  background: #F57921;
  border-color: #F57921 !important;
}
#contact-form .message {
  height: 30px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
#contact-form .message.error {
  color: #e74c3c;
}
#contact-form .message.success {
  color: #F57921;
}
#contact-form.contact-form2 input[type="text"],
#contact-form.contact-form2 textarea {
  margin-bottom: 10px;
}
#contact-form.contact-form2 input[type="submit"] {
  margin-bottom: 10px;
}
.information-section {
  padding: 50px 0;
}
.information-section .info-box {
  padding-bottom: 45px;
  border-bottom: 1px solid #dddddd;
}
.information-section .info-box .info-post {
  overflow: hidden;
}
.information-section .info-box .info-post i {
  display: inline-block;
  float: left;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 70px;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  background: #F57921;
}
.information-section .info-box .info-post h2 {
  color: #434343;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  margin-left: 100px;
  margin-bottom: 15px;
}
.information-section .info-box .info-post p {
  margin: 0;
  margin-left: 100px;
}
.information-section .info-box .info-post p span {
  display: block;
}
.information-section .info-box .info-post p a {
  color: #888888;
  display: block;
}
/*-------------------------------------------------*/
/* =  Register page
/*-------------------------------------------------*/
.register-section {
  padding: 90px 0;
}
.bb-info .register-section {
  padding: 40px 0;
}
.register-section h2 {
  color: #434343;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.register-section label {
  display: block;
  color: #434343;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
  font-weight: normal;
}
.register-section label span {
  color: #c0392b;
}
.register-section input[type="text"],
.register-section input[type="email"],
.register-section input[type="password"] {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #dedede;
  margin-bottom: 18px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #888888;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.register-section input[type="text"]:focus,
.register-section input[type="password"]:focus {
  border: 1px solid #F57921;
}
.register-section input[type="submit"] {
  padding: 12px 30px;
  outline: none;
  border: none;
  background: #F57921;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 20px 40px 0 0;
}
.register-section .submit-area span {
  display: inline-block;
  color: #434343;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 10px;
}
.register-section .submit-area span a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #434343;
  text-decoration: underline;
}
.register-section input[type="submit"]:hover {
  opacity: 0.7;
}
.register-section .sign-different {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dddddd;
}
.register-section .sign-different p {
  color: #434343;
}
.register-section .sign-different a {
  padding: 12px 30px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.register-section .sign-different a i {
  margin-right: 12px;
  font-size: 14px;
}
.register-section .sign-different a.facebook-sign {
  background: #3b5998;
  margin-right: 10px;
}
.register-section .sign-different a.twitter-sign {
  background: #2b7bb9;
}
.register-section .sign-different a:hover {
  opacity: 0.7;
    
   
}
/*-------------------------------------------------*/
/* =  faqs page
/*-------------------------------------------------*/
.faqs-section {
  padding: 90px 0;
}
.faqs-section .toogle-box {
  margin-bottom: 80px;
}
.faqs-section .visitors-feedback h1 {
  color: #434343;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 45px;
}
.faqs-section .visitors-feedback .feed-post {
  margin-bottom: 30px;
}
.faqs-section .visitors-feedback .feed-post span {
  display: inline-block;
  float: left;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #F57921;
  text-align: center;
}
.faqs-section .visitors-feedback .feed-post span i {
  color: #ffffff;
  font-size: 30px;
  line-height: 70px;
}
.faqs-section .visitors-feedback .feed-post .feed-content {
  margin-left: 100px;
}
.faqs-section .visitors-feedback .feed-post .feed-content h2 {
  color: #434343;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
}
.faqs-section .visitors-feedback .feed-post .feed-content a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  color: #888888;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  color: #F57921;
  margin: 0;
}
.faqs-section .visitors-feedback .feed-post .feed-content a i {
  margin-left: 12px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.faqs-section .visitors-feedback .feed-post .feed-content a:hover {
  color: #434343;
}
.faqs-section .visitors-feedback .feed-post .feed-content a:hover i {
  margin-left: 24px;
}
/*-------------------------------------------------*/
/* =  shortcodes
/*-------------------------------------------------*/
.page-banner-section {
  padding: 45px 0 8px;
  background: #f7f7f7;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
}
/*.page-banner-section, .bb-info{
  padding: 20px 0 0 0;
}*/

.page-banner-section h1 {
  color: #434343;
  font-size: 38px;
  font-family: 'museo-sans', 'Open Sans', sans-serif;
  font-weight: 100;
  margin: 20px 0 16px;
}

.page-banner-section ul {
  margin: 0;
  padding: 0;
}
.page-banner-section ul li {
  display: inline-block;
  margin-left: 3px;
}
.page-banner-section ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  color: #888888;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  margin: 0;
  font-size: 12px;
}
.page-banner-section ul li a:hover {
  color: #F57921;
}
.page-banner-section ul li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #888888;
  margin-right: 7px;
}
.page-banner-section ul li:first-child:before {
  display: none;
}
.inner-banner {
    width: 100%;
    float: left;
    position: relative;
    max-height: 220px;
    overflow: hidden;
}
.inner-banner h1{
	color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: museo-sans,'Open Sans', sans-serif ;
    font-weight: 100;
    padding: 0 30px;
}
.inner-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 67px;
}
.shortcodes-section {
  padding-top: 80px;
}
.shortcodes-section.no-padding {
  padding-top: 30px;
}
.title-section {
  text-align: center;
  margin: 40px;
}
.title-section h1 {
  color: #434343;
  font-size: 42px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 100;
  margin: 0 0 45px;
  margin-bottom: 12px;
}
.title-section p {
  margin-bottom: 12px;
}
.bb-info .title-section p {
 /* margin-bottom: 30px;*/
}
.services-box1,
.services-box2 {
  margin-bottom: 20px;
}
.services-box1 .services-post,
.services-box2 .services-post {
  margin-bottom: 0px;
}
.services-box1 .services-post span,
.services-box2 .services-post span {
  display: inline-block;
  float: left;
  margin: 0;
}
.services-box1 .services-post span i,
.services-box2 .services-post span i {
  color: #F57921;
  font-size: 30px;
}
.services-box1 .services-post .services-content,
.services-box2 .services-post .services-content {
  margin-left: 52px;
}
.services-box1 .services-post .services-content h2,
.services-box2 .services-post .services-content h2 {
    color: #434343;
    font-size: 18px;
    font-family: museo-sans, 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 25px;
    border-bottom: 2px solid #f57921;
}
.services-box1 .services-post .services-content a,
.services-box2 .services-post .services-content a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  color: #f5f5f5;
  margin: 0;
}

.services-content, .req a {
  color: #000;
}

.services-box1 .services-post .services-content a i,
.services-box2 .services-post .services-content a i {
  margin-left: 12px;
}
.services-box1 .services-post .services-content a:hover,
.services-box2 .services-post .services-content a:hover {
  color: #000;
}
.services-box1.icon-distance .services-post span {
  margin-top: 20px;
}
.services-box1.icon-distance .services-post .services-content {
  margin-left: 80px;
}
.services-box2 .services-post span {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #F57921;
  text-align: center;
}
.services-box2 .services-post span i {
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
}
.services-box2 .services-post .services-content {
  margin-left: 60px;
}
.services-box3 {
  margin-bottom: 20px;
}
.services-box3 .services-post {
  margin-bottom: 30px;
  text-align: center;
}
.services-post span img{
  width: 50px;
}
.services-box3 .services-post span {
  display: inline-block;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #f7f7f7;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.services-box3 .services-post span i {
  color: #F57921;
  font-size: 30px;
  line-height: 90px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.services-box3 .services-post h2 {
  color: #434343;
  font-size: 18px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
}
.services-box3 .services-post p {
  margin-bottom: 0;
}
.services-box3 .services-post:hover span {
  background: #F57921;
}
.services-box3 .services-post:hover span i {
  color: #ffffff;
}
.pricing-box1 {
  margin-bottom: 20px;
}
.pricing-box1 ul.pricing-table {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  border: 1px solid #e8e8e8;
  text-align: center;
}
.pricing-box1 ul.pricing-table li {
  list-style: none;
  padding: 10px;
  border-top: 1px solid #e8e8e8;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pricing-box1 ul.pricing-table li p {
  margin: 0;
}
.pricing-box1 ul.pricing-table li h2 {
  color: #434343;
  font-size: 18px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  margin: 10px 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pricing-box1 ul.pricing-table li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 30px;
  font-size: 13px;
  color: #888888;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 8px 0;
  background: #F57921;
}

.pricing-box1 ul.pricing-table li a:hover {
  opacity: 0.7;
}
.pricing-box1 ul.pricing-table li:first-child {
  border-top: none;
}
.pricing-box1 ul.pricing-table li.title {
  padding: 15px 0;
}
.pricing-box1 ul.pricing-table li.title p {
  font-size: 12px;
}
.pricing-box1 ul.pricing-table li.title p span {
  font-size: 48px;
  color: #434343;
  display: block;
  line-height: 46px;
}
.pricing-box1 ul.pricing-table:hover li:first-child {
  background: #F57921;
}
.pricing-box1 ul.pricing-table:hover li:first-child h2 {
  color: #ffffff;
}
.pricing-box2 {
  margin-bottom: 20px;
}
.pricing-box2 ul.pricing-table {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  border: 1px solid #e8e8e8;
  text-align: center;
}
.pricing-box2 ul.pricing-table li {
  list-style: none;
  padding: 18px 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pricing-box2 ul.pricing-table li p {
  margin: 0;
}
.pricing-box2 ul.pricing-table li h2 {
  color: #434343;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  font-size: 24px;
  color: #888888;
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pricing-box2 ul.pricing-table li h1 {
  color: #434343;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 45px;
  margin-bottom: 15px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pricing-box2 ul.pricing-table li h1 span {
  font-size: 100px;
}
.pricing-box2 ul.pricing-table li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 30px;
  font-size: 13px;
  color: #888888;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 8px 0;
  background: #434343;
}
.pricing-box2 ul.pricing-table li a:hover {
  background: #F57921;
}
.pricing-box2 ul.pricing-table li:nth-child(2n+1) {
  background: #efefef;
}
.pricing-box2 ul.pricing-table li.title p {
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pricing-box2 ul.pricing-table:hover li:first-child {
  background: #F57921;
}
.pricing-box2 ul.pricing-table:hover li:first-child h2 {
  color: #ffffff;
}
.pricing-box2 ul.pricing-table:hover li:first-child h1 {
  color: #ffffff;
}
.pricing-box2 ul.pricing-table:hover li:first-child p {
  color: #ffffff;
}
.banner-text1-section {
  text-align: center;
  padding: 66px 0;
  background: #F57921;
}
.banner-text1-section h1 {
  color: #434343;
  font-size: 24px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 45px;
  color: #ffffff;
  margin: 0;
}
.banner-text1-section h1 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 30px;
  font-size: 13px;
  color: #888888;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 8px 0;
  background: #F57921;
  border: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-top: 20px;
}
.banner-text1-section h1 a:hover {
  background: #ffffff;
  color: #F57921;
}
.banner-text1-section img {
  margin-top: 20px;
}
.banner-text1-section.shortcode-margin {
  margin-bottom: 54px;
}
.banner-text2-section {
  text-align: center;
  padding: 66px 0;
  background: #f7f7f7;
}
.banner-text2-section h1 {
  color: #434343;
  font-size: 24px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 45px;
  margin: 0;
}
.banner-text2-section h1 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 30px;
  font-size: 13px;
  color: #888888;
  font-family: museo-slab, 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 8px 0;
  background: #F57921;
  margin-left: 65px;
}
.banner-text2-section h1 a:hover {
  opacity: 0.7;
}
.text-box {
  margin-bottom: 45px;
}
.text-box h2 {
  color: #434343;
  font-size: 18px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
}
.highlight-box span.high-1 {
  color: #ffffff;
  background: #4e6fce;
}
.highlight-box span.high-2 {
  color: #ffffff;
  background: #8e8e93;
}
.highlight-box span.high-3 {
  color: #ffffff;
  background: #5ed2ee;
}
.highlight-box span.high-4 {
  color: #ffffff;
  background: #ff3a2d;
}
.highlight-box span.high-5 {
  color: #ffffff;
  background: #a0ce4e;
}
blockquote.style-first {
  padding-left: 20px;
  border: none;
  margin: 0 0 20px;
}
blockquote.style-first p {
  font-style: italic;
  padding-left: 14px;
  border-left: 2px solid #F57921;
  margin: 0;
  color: #595959;
}
blockquote.style-second {
  padding: 10px;
  background: #ebebeb;
  border: none;
  margin: 0 0 20px;
  text-align: center;
}
blockquote.style-second p {
  color: #595959;
}
.testimonial-box1 {
  text-align: center;
  padding-bottom: 40px;
}
.testimonial-box1 .bx-wrapper .bx-controls-direction {
  display: none;
}
.testimonial-box1 ul {
  padding: 0;
}
.testimonial-box1 p {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  margin-bottom: 30px;
  color: #a6a6a6;
}
.testimonial-box1 h2 {
  color: #434343;
  font-size: 18px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  text-align: center;
}
.testimonial-box1 .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent;
  border: 1px solid #F57921;
  width: 15px;
  height: 15px;
  margin-bottom: 1px;
}
.testimonial-box1 .bx-wrapper .bx-pager-item {
  overflow: hidden;
}
.testimonial-box2 ul {
  margin: 0;
  padding: 0;
  overflow-y: hidden;
}
.testimonial-box2 ul li {
  list-style: none;
  width: 50%;
  float: left;
  padding: 20px 30px 20px 0;
  margin-bottom: 30px;
}
.testimonial-box2 ul li p {
  font-style: italic;
  margin-bottom: 30px;
}
.testimonial-box2 ul li img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #dedede;
  float: left;
  margin-right: 25px;
  max-width: 60px;
}
.testimonial-box2 ul li div.autor-testim {
  overflow: hidden;
}
.testimonial-box2 ul li h3 {
  color: #434343;
  font-size: 13px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  margin: 10px 0 3px;
}
.testimonial-box2 ul li span {
  display: inline-block;
  color: #F57921;
  font-size: 13px;
  font-family: museo-sans, 'Open Sans', sans-serif;
}
.testimonial-box2 ul li:first-child {
  border-right: 1px solid #dddddd;
}
.testimonial-box2 ul li:last-child {
  padding-left: 30px;
  padding-right: 0px;
}
.client-box ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.client-box ul li {
  list-style: none;
  float: left;
  /*width: 16.66%;*/
  width: 20%;
}
.client-box ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100%;
  opacity: 0.5;
}
.client-box ul li a img {
  width: 100%;
}
.client-box ul li a:hover {
  opacity: 1;
}
.statistic-box {
  margin-bottom: 20px;
}
.statistic-box .statistic-post {
  margin-bottom: 30px;
  text-align: center;
}
.statistic-box .statistic-post h2 {
  color: #434343;
  font-size: 18px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  font-size: 60px;
  color: #F57921;
  margin-bottom: 0;
}
.statistic-box .statistic-post p {
  font-size: 14px;
  margin: 0;
}
.team-box1 {
  margin-bottom: 20px;
}
.team-box1 .team-post {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.team-box1 .team-post img {
  width: 100%;
}
.team-box1 .team-post .team-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #434343;
  padding: 25px 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
}
.team-box1 .team-post .team-content h2 {
  color: #434343;
  font-size: 18px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  color: #ffffff;
  margin-bottom: 4px;
}
.team-box1 .team-post .team-content span {
  display: inline-block;
  font-size: 13px;
  color: #888888;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  color: #F57921;
  margin-bottom: 17px;
}
.team-box1 .team-post .team-content p {
  margin-bottom: 20px;
}
.team-box1 .team-post .team-content ul.team-social {
  margin: 0;
  padding: 0;
}
.team-box1 .team-post .team-content ul.team-social li {
  display: inline-block;
  margin-right: 18px;
}
.team-box1 .team-post .team-content ul.team-social li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.team-box1 .team-post .team-content ul.team-social li a i {
  font-size: 18px;
  color: #ffffff;
}
.team-box1 .team-post .team-content ul.team-social li a:hover {
  opacity: 0.7;
}
.team-box1 .team-post:hover .team-content {
  opacity: 1;
}
.team-box2 {
  margin-bottom: 20px;
}
.team-box2 .team-post {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.team-box2 .team-post img {
  width: 100%;
  margin-bottom: 30px;
}
.team-box2 .team-post .team-content h2 {
  color: #434343;
  font-size: 18px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  margin-bottom: 4px;
}
.team-box2 .team-post .team-content span {
  display: inline-block;
  font-size: 13px;
  color: #888888;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  margin-bottom: 17px;
}
.team-box2 .team-post .team-content p {
  margin-bottom: 20px;
}
.team-box2 .team-post .team-content ul.team-social {
  margin: 0;
  padding: 0;
}
.team-box2 .team-post .team-content ul.team-social li {
  display: inline-block;
  margin-right: 18px;
}
.team-box2 .team-post .team-content ul.team-social li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.team-box2 .team-post .team-content ul.team-social li a i {
  font-size: 18px;
  color: #bdbdbd;
}
.team-box2 .team-post .team-content ul.team-social li a:hover {
  opacity: 0.7;
}
.shop-marketing-box .marketing-post {
  margin-bottom: 20px;
  position: relative;
}
.shop-marketing-box .marketing-post img {
  width: 100%;
}
.shop-marketing-box .marketing-post h2 {
  color: #434343;
  font-size: 18px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  margin: 0 0 18px;
  font-weight: 400;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 48px;
  background: rgba(0, 0, 0, 0.81);
}
.shop-marketing-box .marketing-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #ffffff;
}
.shop-marketing-box .marketing-post h2 a:hover {
  opacity: 0.7;
}
.wide-banner-section.shortcodes-margin {
  margin-top: 0px;
}
.wide-banner-section-m1b {
  position: relative;
  padding: 100px 0;
  background: url('../upload/banners/m1b-banner.jpg') fixed no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.wide-banner-section-m1b2 {
  position: relative;
  padding: 200px 0;
  background: url('../upload/banners/m1b-banner2.jpg') center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.wide-banner-section-bbm {
  position: relative;
  padding: 100px 0;
  background: url('../upload/banners/bb-maxi-banner.jpg') fixed no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.wide-banner-section-bbmplus {
  position: relative;
  padding: 100px 0;
  background: url('../upload/banners/1.jpg') fixed no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.wide-banner-section-bbmini {
  position: relative;
  padding: 100px 0;
  background: url('../upload/banners/bb-maxi-banner.jpg') fixed no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.wide-banner-section-m1c {
  position: relative;
  padding: 130px 0;
  background: url('../upload/banners/2.jpg') fixed no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.wide-banner-section-kga {
  position: relative;
  padding: 100px 0;
  background: url('../upload/banners/kga-banner.jpg') fixed no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.wide-banner-section-kga2 {
  position: relative;
  padding: 100px 0;
  background: url('../upload/banners/kga-banner2.jpg') fixed no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.wide-banner-section-saddle {
  position: relative;
  padding: 100px 0;
  background: url('../upload/banners/saddle-banner-bgr.jpg') fixed no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}

.wide-banner-section h1 {
  color: #434343;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 100 !important;
  margin: 0 0 45px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 48px;
  position: relative;
  z-index: 2;
  font-weight: normal;
}
.wide-banner-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.wide-banner-section-light h1 {
  color: #434343;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 500 !important;
  margin: 0 0 45px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 40px;
  position: relative;
  z-index: 2;
  font-weight: normal;
}
.wide-banner-section-light:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
.skills-box .skills-progress > p {
  margin-bottom: 2px;
}
.skills-box .skills-progress div.meter {
  height: 10px;
  background: #f1f1f1;
  margin-bottom: 13px;
}
.skills-box .skills-progress div.meter p {
  height: 100%;
  background: #F57921;
}
.steps-box {
  margin-bottom: 30px;
  overflow: hidden;
}
.steps-box div.step {
  width: 164px;
  height: 164px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #bdbdbd;
  padding-top: 70px;
  text-align: center;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
  float: left;
  margin-right: 100px;
  margin-left: 35px;
}
.steps-box div.step span {
  display: inline-block;
  color: #434343;
  font-size: 18px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.steps-box div.step:after {
  position: absolute;
  content: '';
  width: 115px;
  height: 1px;
  top: 50%;
  left: 100%;
  margin-left: 10px;
  background: #bdbdbd;
}
.steps-box div.step:before {
  position: absolute;
  display: inline-block;
  content: '\f105';
  font-family: 'FontAwesome';
  color: #bdbdbd;
  font-size: 14px;
  top: 50%;
  margin-top: -10px;
  left: 100%;
  margin-left: 123px;
}
.steps-box div.step:hover {
  background: #F57921;
  border: 1px solid #F57921;
}
.steps-box div.step:hover span {
  color: #ffffff;
}
.steps-box div.step:last-child {
  margin-right: 0;
}
.steps-box div.step:last-child:after {
  display: none;
}
.steps-box div.step:last-child:before {
  display: none;
}
.accord-elem,
.toogle-elem {
  margin-top: 8px;
}
.accord-elem:first-child,
.toogle-elem:first-child {
  margin-top: 0px;
}
.accord-title,
.toogle-title {
  position: relative;
  padding: 10px 20px;
  border: 1px solid #dddddd;
}
.accord-title h2,
.toogle-title h2 {
  color: #434343;
  font-size: 18px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  line-height: 20px;
  font-size: 13px;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.accord-title h2 a,
.toogle-title h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 27px;
  height: 27px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #434343;
  color: #ffffff;
  margin-right: 18px;
  position: relative;
  margin-bottom: -5px;
}
.accord-title h2 a:after,
.toogle-title h2 a:after {
  position: absolute;
  content: '+';
  top: 0;
  padding-left: 1px;
  padding-top: 3px;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 23px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  line-height: 19px;
  left: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.bb-info .accord-title {
    border-top:none;
    border-left:none;
    border-right:none;
}

.bb-info .accord-title .btn {
    text-align: left;
    height: auto;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 0;
}

.register-section .accord-title h2{
    border-bottom: 0px;
    padding: 10px 0;
    font-weight: 700;
    font-size: 16px;
}
.accord-elem.active .accord-title h2 a,
.toogle-elem.active .toogle-title h2 a {
  background: #F57921;
}
.accord-elem.active .accord-title h2 a:after,
.toogle-elem.active .toogle-title h2 a:after {
  content: '-';
}

.accord-content,
.toogle-content {
  display: none;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-top: none;
}
.accord-content p,
.toogle-content p {
  margin: 0;
}
.accord-elem.active .accord-content,
.toogle-elem.active .toogle-content {
  display: block;
}

ul.element-social-icons {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.element-social-icons li {
  display: inline-block;
  margin: 0 5px 3px;
}
ul.element-social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 30px;
  height: 30px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #434343;
  font-size: 14px;
  color: #434343;
  line-height: 28px;
}
ul.element-social-icons li a:hover {
  background: #F57921;
  color: #ffffff;
  border: 1px solid transparent;
}
.notify-box,
.success-box,
.warning-box,
.error-box {
  padding: 20px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
.notify-box p,
.success-box p,
.warning-box p,
.error-box p {
  margin: 0;
  font-family: 'Museo-slab', sans-serif;
}
.notify-box a,
.success-box a,
.warning-box a,
.error-box a {
  position: absolute;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  top: 10px;
  right: 10px;
  color: #c9c9c9;
  font-size: 20px;
  line-height: 18px;
  font-family: 'verdana';
  font-weight: 100;
}
.notify-box {
  background: #efefef;
}
.success-box {
  background: #a0ce4e;
}
.success-box p {
  color: #ffffff;
}
.success-box a {
  color: #ffffff;
}
.warning-box {
  background: transparent;
  border: 1px solid #f49244;
}
.error-box {
  background: #f95353;
}
.error-box p {
  color: #ffffff;
}
.error-box a {
  color: #ffffff;
}
/*-------------------------------------------------*/
/* =  shop pages
/*-------------------------------------------------*/
.shop-section {
  padding: 90px 0 40px;
}
.shop-section .shop-box {
  margin-bottom: 80px;
}
.shop-section .shop-box > h2 {
  color: #434343;
  font-size: 18px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  margin-bottom: 0px;
}
.shop-section .shop-box .carousel-arrows {
  text-align: right;
  margin-top: -22px;
  margin-bottom: 20px;
}
.shop-section .shop-box #owl-demo3,
.shop-section .shop-box #owl-demo4,
.shop-section .shop-box #owl-demo5,
.shop-section .shop-box #owl-demo6 {
  width: 1170px;
  margin-left: -15px;
}
.shop-section .shop-box #owl-demo3 .owl-controls,
.shop-section .shop-box #owl-demo4 .owl-controls,
.shop-section .shop-box #owl-demo5 .owl-controls,
.shop-section .shop-box #owl-demo6 .owl-controls {
  display: none !important;
}
.shop-section .shop-box #owl-demo7,
.shop-section .shop-box #owl-demo8 {
  width: 585px;
  margin-left: -15px;
}
.shop-section .shop-box #owl-demo7 .owl-controls,
.shop-section .shop-box #owl-demo8 .owl-controls {
  display: none !important;
}
.shop-section .shop-box .shop-post {
  text-align: center;
  padding: 8px 15px;
}
.shop-section .shop-box .shop-post .shop-gal {
  position: relative;
  margin-bottom: 15px;
}
.shop-section .shop-box .shop-post .shop-gal img {
  width: 100%;
}
.shop-section .shop-box .shop-post .shop-gal span.new {
  display: inline-block;
  position: absolute;
  top: -8px;
  left: -8px;
  width: 52px;
  height: 52px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 52px;
  color: #ffffff;
  font-family: museo-sans, 'Open Sans', sans-serif;
  text-transform: uppercase;
  background: #f73b44;
  font-size: 14px;
}
.blog-post  .btn-primary
{
 display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 30px;
  font-size: 13px;
  color: #888888;
  height:auto;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 8px 0;
  border-radius:0px !important;
  background: #F57921;
  
  }

.blog-post  .btn-primary:hover {
  opacity: 0.7;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 30px;
  font-size: 13px;
  color: #888888;
  height:auto;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 8px 0;
  border-radius:0px !important;
  background: #F57921;
}
.shop-section .shop-box .shop-post .shop-gal a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 42px;
  height: 42px;
  background: #ffffff;
  text-align: center;
  line-height: 42px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  opacity: 0;
}
.shop-section .shop-box .shop-post .shop-gal a i {
  color: #333333;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.shop-section .shop-box .shop-post .shop-gal a:hover {
  background: #F57921;
}
.shop-section .shop-box .shop-post .shop-gal a:hover i {
  color: #ffffff;
}
.shop-section .shop-box .shop-post h2 {
  color: #434343;
  font-size: 18px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  font-size: 16px;
  margin-bottom: 6px;
}
.shop-section .shop-box .shop-post h2 a {
  color: #434343;
}
.shop-section .shop-box .shop-post span {
  display: block;
  font-size: 13px;
  color: #888888;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  color: #F57921;
  font-size: 14px;
}
.shop-section .shop-box .shop-post > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 12px;
  background: #eeeeee;
  color: #434343;
  font-size: 12px;
  text-transform: uppercase;
}
.shop-section .shop-box .shop-post > a:hover {
  color: #ffffff;
  background: #F57921;
}
.shop-section .shop-box .shop-post:hover .shop-gal a {
  opacity: 1;
}
.shop-section .shop-marketing-box {
  margin-bottom: 80px;
}
.owl3-arrows a,
.owl4-arrows a,
.owl7-arrows a,
.owl8-arrows a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.thumbs-box h2 {
  color: #434343;
  font-size: 18px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
}
.thumbs-box ul {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.thumbs-box ul li {
  list-style: none;
  overflow: hidden;
  margin-bottom: 20px;
}
.thumbs-box ul li img {
  float: left;
}
.thumbs-box ul li .prod-content {
  margin-left: 85px;
}
.thumbs-box ul li .prod-content h2 {
  color: #434343;
  font-size: 18px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  font-size: 13px;
  margin-bottom: 7px;
  margin-top: 2px;
}
.thumbs-box ul li .prod-content h2 a {
  color: #434343;
}
.thumbs-box ul li .prod-content span {
  display: inline-block;
  color: #F57921;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  margin: 0 0 2px;
}
.thumbs-box ul li .prod-content p {
  margin: 0;
}
.thumbs-box ul li .prod-content p i {
  color: #434343;
  font-size: 12px;
}
.tp-caption.large_bold_white span.red-offer {
  background: #f73b44;
  padding: 50px 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.shop-section.fullscreen {
  padding: 90px 110px;
}
.shop-section.fullscreen .shop-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 60px;
  overflow: visible;
}
.shop-section.fullscreen .shop-box .shop-post {
  padding: 0;
  margin-bottom: 30px;
}
.shop-section.fullwidth {
  padding: 90px 0;
}
.shop-section.fullwidth .shop-box {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 60px;
  overflow: visible;
}
.shop-section.fullwidth .shop-box .shop-post {
  padding: 0;
  margin-bottom: 50px;
}
.shop-bar {
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.shop-bar p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.shop-bar .filter-shop-bar {
  text-align: right;
}
.shop-bar .filter-shop-bar span {
  display: inline-block;
  font-size: 13px;
  color: #888888;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  margin: 0;
  color: #434343;
}
.shop-bar .filter-shop-bar select {
  font-size: 13px;
  color: #888888;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  margin: 0;
  padding: 10px 20px;
  width: 168px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  line-height: 18px;
  border: 1px solid #dfdfdf;
  outline: none;
  margin-left: 18px;
}
.shop-section.list-page .shop-box {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 60px;
}
.shop-section.list-page .shop-box .shop-post {
  overflow: hidden;
  padding: 0;
  margin-bottom: 40px;
}
.shop-section.list-page .shop-box .shop-post .shop-post-content {
  text-align: left;
  padding-top: 10px;
}
.shop-section.list-page .shop-box .shop-post .shop-post-content h2 {
  margin-bottom: 12px;
}
.shop-section.list-page .shop-box .shop-post .shop-post-content span {
  margin-bottom: 16px;
}
.shop-section.list-page .shop-box .shop-post .shop-post-content p {
  margin-bottom: 30px;
}
.shop-section.list-page .shop-box .shop-post .shop-post-content > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 12px;
  background: #eeeeee;
  color: #434343;
  font-size: 12px;
  text-transform: uppercase;
}
.shop-section.list-page .shop-box .shop-post .shop-post-content > a:hover {
  color: #ffffff;
  background: #F57921;
}
/*-------------------------------------------------*/
/* =  Product page
/*-------------------------------------------------*/
.product-section {
  padding: 90px 0 0;
}
.product-section .product-section-box {
  padding-bottom: 60px;
  border-bottom: 1px solid #dedede;
}
.product-section .product-section-box .product-gallery .image-holder img {
  width: 100%;
  margin-bottom: 8px;
}
.product-section .product-section-box .product-gallery ul.other-products {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.product-section .product-section-box .product-gallery ul.other-products li {
  list-style: none;
  float: left;
  margin-right: 3px;
  width: 81px;
}
.product-section .product-section-box .product-gallery ul.other-products li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100%;
}
.product-section .product-section-box .product-gallery ul.other-products li a img {
  width: 100%;
}
.product-section .product-section-box .product-gallery ul.other-products li:last-child {
  margin-right: 0;
}
.product-section .product-section-box .product-details {
  overflow: hidden;
}
.product-section .product-section-box .product-details h1 {
  color: #434343;
  font-size: 24px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 45px;
  margin-bottom: 12px;
}
.product-section .product-section-box .product-details span {
  display: inline-block;
  color: #F57921;
  font-size: 18px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  margin: 0 0 16px;
}
.product-section .product-section-box .product-details p {
  margin-bottom: 22px;
}
.product-section .product-section-box .product-details h2 {
  color: #434343;
  font-size: 18px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  margin-bottom: 18px;
}
.product-section .product-section-box .product-details ul.product-features {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.product-section .product-section-box .product-details ul.product-features li {
  list-style: none;
  font-size: 13px;
  color: #888888;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  margin-bottom: 10px;
}
.product-section .product-section-box .product-details ul.product-features li:before {
  content: '\f138';
  font-family: 'FontAwesome';
  color: #F57921;
  font-size: 13px;
  margin-right: 12px;
}
.product-section .product-section-box .product-details button {
  display: inline-block;
  border: 1px solid #e0e0e0;
  background: #f7f7f7;
  width: 35px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  outline: none;
  color: #888888;
  font-size: 13px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  float: left;
}
.product-section .product-section-box .product-details input[type="text"] {
  display: inline-block;
  width: 35px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
  color: #888888;
  font-size: 13px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  float: left;
  outline: none;
}
.product-section .product-section-box .product-details a {
  float: left;
  padding: 8px 20px;
  margin: 0 0 0 24px;
}
.product-section .product-section-box .product-tabs {
  margin-top: 60px;
}
.tab-box ul.nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #434343;
  font-size: 11px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  padding: 10px 10px;
  /*background: transparent;*/
  border: 1px solid #dedede !important;
  border-left: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.tab-box ul.nav-tabs li:first-child a {
  border-left: 1px solid #dedede !important;
}
.tab-box ul.nav-tabs li.active a {
  color: #ffffff;
}
.tab-box .tab-content {
  border: 1px solid #dedede;
  border-top: none;
  padding: 15px;
  margin-bottom: 70px;
}

.tab-box .tab-content p {
    font-size: 18px;
  margin-bottom: 6px;
}

.tab-box .tab-content p em {
font-size: 14px;
    font-style: normal;
    font-weight: 100;
}
.tab-box .tab-content p span {
    font-size: 13px;
    font-style: italic;
    font-weight: 100;
}

.tab-box .tab-content h1 {
    color: #434343;
    font-size: 30px;
    font-family: museo-sans,'Open Sans', sans-serif;
    font-weight: 100;
    margin: 20px 0;
}
.tab-box .tab-content img {
    width:100%;
}

.tab-box-panel{    
    background-color: #ffebcd;
    padding: 10px;
    margin-top: 35px;
}
.tab-box-panel p{ 
    font-size: 90% !important;
}
.accordion-box .icon, .tab-box-panel .icon{ 
    position: relative;
    float: left;
    margin-right: 10px;
}
.tab-box-panel .name{ 
    font-size: smaller !important;
    color: #434343;
}
.shop-section.related {
  padding-top: 40px;
}
.shop-section.related .shop-box h2 {
  margin-bottom: 20px;
}
.shop-section.related .shop-box .shop-post {
  padding: 0;
}
/*-------------------------------------------------*/
/* =  shoping cart page
/*-------------------------------------------------*/
.shoping-section {
  padding: 80px 0;
}
.shoping-section table.main-table {
  margin-bottom: 16px;
}
.shoping-section table.main-table tr th {
  border: none;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
  color: #434343;
  font-size: 13px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}
.shoping-section table.main-table tr th:nth-child(2) {
  text-align: left;
  padding-left: 15px;
}
.shoping-section table.main-table tr th:first-child {
  max-width: 92px;
}
.shoping-section table.main-table tr td {
  border: 1px solid #dddddd;
  border-top: none;
  border-right: none;
  padding: 15px;
  text-align: center;
  color: #888888;
  font-size: 14px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  vertical-align: middle;
}
.shoping-section table.main-table tr td h2 {
  color: #434343;
  font-size: 18px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  margin: 0;
  min-width: 675px;
}
.shoping-section table.main-table tr td span {
  color: #F57921;
}
.shoping-section table.main-table tr td a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #434343;
  font-size: 15px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
}
.shoping-section table.main-table tr td div {
  display: inline-block;
  overflow: hidden;
  margin-top: 5px;
}
.shoping-section table.main-table tr td div button {
  display: inline-block;
  border: 1px solid #e0e0e0;
  background: #f7f7f7;
  width: 35px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  outline: none;
  color: #888888;
  font-size: 13px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  float: left;
}
.shoping-section table.main-table tr td div input[type="text"] {
  display: inline-block;
  width: 35px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
  color: #888888;
  font-size: 13px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  float: left;
  outline: none;
}
.shoping-section table.main-table tr td:first-child {
  border-left: none;
  text-align: left;
  max-width: 92px;
  padding: 15px 0;
}
.shoping-section table.main-table tr td:nth-child(2) {
  border-left: none;
  text-align: left;
  vertical-align: top;
}
.shoping-section .shoping-cart-buttons {
  overflow: hidden;
  margin-bottom: 55px;
  border-bottom: 1px solid #dddddd;
}
.shoping-section .shoping-cart-buttons a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 30px;
  font-size: 13px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #434343;
  background: #eeeeee;
  margin: 0 0 15px;
}
.shoping-section .shoping-cart-buttons a:hover {
  background: #F57921;
  color: #ffffff;
}
.shoping-section .shoping-cart-buttons a.continue-shop {
  float: left;
}
.shoping-section .shoping-cart-buttons a.update-shop {
  float: right;
}
.shoping-section form.personal-cart-information {
  margin: 0;
}
.shoping-section form.personal-cart-information h2 {
  color: #434343;
  font-size: 18px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  padding-bottom: 22px;
  margin-bottom: 26px;
  border-bottom: 1px solid #dddddd;
}
.shoping-section form.personal-cart-information label {
  display: block;
  color: #434343;
  font-size: 13px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  margin: 0 0 7px;
  font-weight: 400;
}
.shoping-section form.personal-cart-information select {
  display: block;
  width: 100%;
  border: 1px solid #dddddd;
  padding: 10px 20px;
  margin-bottom: 16px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  color: #888888;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  outline: none;
}
.shoping-section form.personal-cart-information input[type="text"] {
  display: block;
  width: 100%;
  border: 1px solid #dddddd;
  padding: 10px 20px;
  margin-bottom: 16px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  color: #888888;
  font-size: 12px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  outline: none;
}
.shoping-section form.personal-cart-information a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 30px;
  font-size: 13px;
  font-family: museo-sans, 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #434343;
  background: #eeeeee;
  margin: 0 0 15px;
}
.shoping-section form.personal-cart-information a:hover {
  background: #F57921;
  color: #ffffff;
}
.shoping-section form.personal-cart-information ul.total-table {
  margin: 0;
  padding: 0;
}
.shoping-section form.personal-cart-information ul.total-table li {
  list-style: none;
}
.shoping-section form.personal-cart-information ul.total-table li p {
  padding: 12px 20px;
  font-size: 11px;
  margin: 0;
}
.shoping-section form.personal-cart-information ul.total-table li p span {
  float: right;
}
.shoping-section form.personal-cart-information ul.total-table li a {
  margin-top: 20px;
  float: right;
  color: #ffffff;
  background: #F57921;
}
.shoping-section form.personal-cart-information ul.total-table li a:hover {
  opacity: 0.7;
}
.shoping-section form.personal-cart-information ul.total-table li:first-child {
  border-bottom: 1px solid #dddddd;
}
.shoping-section form.personal-cart-information ul.total-table li:first-child p {
  color: #434343;
}
.shoping-section form.personal-cart-information ul.total-table li.total p {
  background: #f7f7f7;
  color: #434343;
  font-size: 14px;
  text-transform: uppercase;
}
.shoping-section form.personal-cart-information ul.total-table li.total p span {
  color: #F57921;
}
/*-------------------------------------------------*/
/* =  Register popup
/*-------------------------------------------------*/
.white-popup {
  position: relative;
  padding: 40px 0;
  width: auto;
  max-width: 362px;
  margin: 20px auto;
}
.some-element {
  background: #FFF;
  text-align: center;
}
.some-element h1 {
  color: #434343;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 45px;
  font-size: 36px;
  color: #333;
  margin-bottom: 8px;
  padding-top: 40px;
  text-transform: uppercase;
}
.some-element h2 {
  color: #434343;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 14px;
}
.some-element form {
  margin: 0;
  padding-bottom: 50px;
}
.some-element form .inner-form {
  padding: 15px 20px 5px;
  text-align: left;
  background: #f7f7f7;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 40px;
}
.some-element form .inner-form label {
  display: inline-block;
  margin-right: 16px;
  width: 16px;
}
.some-element form .inner-form label i {
  color: #333;
  font-size: 14px;
}
.some-element form .inner-form input[type="text"],
.some-element form .inner-form input[type="password"] {
  width: 275px;
  padding: 10px 20px;
  border: 1px solid #dedede;
  margin-bottom: 10px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #888888;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.some-element form .inner-form input[type="text"]:focus,
.some-element form .inner-form input[type="password"]:focus {
  border: 1px solid #F57921;
}
/*-------------------------------------------------*/
/* =  footer
/*-------------------------------------------------*/
footer {
  background: #2f3032;
}
.footer-widget ul>li>a, .footer-widget ul>li>a:before{
	color:#fff;
}

footer .up-footer {
    clear: both;
    padding: 84px 0 65px;
}
footer .up-footer .footer-widget h2 {
  color: #434343;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  color: #ffffff;
  margin-bottom: 30px;
}
footer .up-footer .footer-widget p {
  color: #d4d4d4;
}
footer .up-footer .footer-widget ul.social-list {
  margin: 0;
  padding: 0;
  margin-top: 5px;
}
footer .up-footer .footer-widget ul.social-list li {
  list-style: none;
  margin-right: 9px;
  margin-bottom: 3px;
  display: inline-block;
}
footer .up-footer .footer-widget ul.social-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 30px;
  height: 30px;
  border: 1px solid #535353;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
footer .up-footer .footer-widget ul.social-list li a i {
  font-size: 14px;
  color: #ebebeb;
  line-height: 28px;
}
footer .up-footer .footer-widget ul.social-list li a:hover {
  background: #535353;
}



#cta ul.social-list {
  margin: 10px 0 0;
  padding: 0;
  margin-top: 5px;
}
#cta ul.social-list li {
  list-style: none;
  margin: 20px 9px 30px 0;
  display: inline-block;
}
#cta ul.social-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
#cta ul.social-list li a i {
  font-size: 22px;
  color: #fff;
  line-height: 45px;
}
#cta ul.social-list li a:hover {
  background: #535353;
}



footer .up-footer .recent-widget ul {
  margin: 0;
  padding: 0;
}
footer .up-footer .recent-widget ul li {
  list-style: none;
  padding-top: 15px;
  border-top: 1px solid #535353;
}
footer .up-footer .recent-widget ul li h2 {
  font-size: 13px;
  color: #888888;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  margin-bottom: 0;
  color: #d4d4d4;
}
footer .up-footer .recent-widget ul li h2 a {
  color: #d4d4d4;
}
footer .up-footer .recent-widget ul li span {
  font-size: 13px;
  color: #888888;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  display: inline-block;
  font-size: 12px;
  color: #b4b4b4;
  margin-bottom: 10px;
}
footer .up-footer .recent-widget ul li:first-child {
  padding-top: 0;
  border-top: none;
}
footer .up-footer .more-links-widget ul {
  margin: 0;
  padding: 0;
}
footer .up-footer .more-links-widget ul li {
  list-style: none;
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #535353;
  margin-bottom: 15px;
}
footer .up-footer .more-links-widget ul li a {
  display: inline-block;
  font-size: 13px;
  color: #888888;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  color: #d4d4d4;
  margin: 0;
}
footer .up-footer .more-links-widget ul li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 0px;
}
footer .up-footer .flickr-widget ul {
  margin: 0;
  padding: 0;
}
footer .up-footer .flickr-widget ul li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}
footer .up-footer .flickr-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer .up-footer .flickr-widget ul li a img {
  width: 80px;
}
footer .up-footer .flickr-widget ul li a:hover {
  opacity: 0.7;
}
.footer-line {
  padding: 20px 0;
  background: #1f2021;
  border-top: 1px solid #535353;
}
.footer-line p {
  font-size: 12px;
  margin: 0;
}
.footer-line p span {
  color: #cacaca;
}
.footer-line ul.footer-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}
.footer-line ul.footer-menu li {
  display: inline-block;
  margin-left: 10px;
}
.footer-line ul.footer-menu li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  color: #888888;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  margin: 0;
  font-size: 12px;
}
.footer-line ul.footer-menu li a:hover {
  color: #cacaca;
}


<!-- Language Selector ---------->
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:450px; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
.maintext{
    text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
body{
  background: url('bg.jpg');
}
#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}

<!-- End Language Selector ---------->




/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1500px) {
  .portfolio-page.masonry-style .portfolio-box.fullscreen .work-post {
    width: 24.97%;
  }
  .portfolio-page.masonry-style .portfolio-box.fullscreen .work-post.size-big {
    width: 49.94%;
  }
  .portfolio-page .portfolio-box.fullscreen .work-post {
    width: 24.96%;
  }
}
@media (max-width: 1400px) {
  .blog-section .container-fluid .blog-box {
    margin: 0 0 50px;
  }
  .portfolio-page.masonry-style .portfolio-box.fullscreen .work-post {
    width: 24.95%;
  }
  .portfolio-page.masonry-style .portfolio-box.fullscreen .work-post.size-big {
    width: 49.90%;
  }
  .shop-section.fullscreen {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .portfolio-box .work-post {
    width: 33.33%;
  }
    #slider .tp-caption.large_bold_white span {
        font-size: inherit;
    }
    #slider .tp-caption.large_bold_white {
        padding-left:10px;
    }
  .shop-section .shop-box #owl-demo3,
  .shop-section .shop-box #owl-demo4,
  .shop-section .shop-box #owl-demo5,
  .shop-section .shop-box #owl-demo6 {
    width: 970px;
  }
  .shop-section .shop-box #owl-demo7,
  .shop-section .shop-box #owl-demo8 {
    width: 485px;
  }
  .steps-box div.step {
    margin-right: 48px;
  }
  .steps-box div.step:after {
    width: 64px;
  }
  .steps-box div.step:before {
    margin-left: 72px;
  }
  .coming-soon-section h1 {
    font-size: 140px;
    margin-top: -90px;
  }
  .blog-section .blog-box.masonry {
    width: 970px;
  }
  .blog-section .blog-box.masonry .blog-post {
    width: 293px;
  }
  .blog-section .blog-box.masonry.sidebar {
    width: 727px;
  }
  .blog-section .blog-box.masonry.sidebar .blog-post {
    width: 333px;
  }
  .portfolio-page.standart .portfolio-box.col-2 .work-post {
    width: 467px;
  }
  .portfolio-page.standart .portfolio-box.col-2-sidebar .work-post,
  .portfolio-page.standart .portfolio-box.col-3-sidebar .work-post {
    width: 346px;
  }
  .portfolio-page.standart .portfolio-box.col-3 .work-post,
  .portfolio-page.standart .portfolio-box.col-4 .work-post {
    width: 310px;
  }
  .portfolio-page.description .portfolio-box.col-2,
  .portfolio-page.description .portfolio-box.col-3,
  .portfolio-page.description .portfolio-box.col-4 {
    width: 970px;
  }
  .portfolio-page.description .portfolio-box.col-2 .work-post {
    width: 455px;
  }
  .portfolio-page.description .portfolio-box.col-2-sidebar {
    width: 727px;
  }
  .portfolio-page.description .portfolio-box.col-2-sidebar .work-post {
    width: 333px;
  }
  .portfolio-page.description .portfolio-box.col-3 .work-post,
  .portfolio-page.description .portfolio-box.col-4 .work-post {
    width: 293px;
  }
  .portfolio-page.masonry-style .portfolio-box .work-post {
    width: 310px;
  }
  .portfolio-page.masonry-style .portfolio-box .work-post.size-big {
    width: 623px;
  }
  .portfolio-page.masonry-style .portfolio-box.fullscreen .work-post {
    width: 32.99%;
  }
  .portfolio-page.masonry-style .portfolio-box.fullscreen .work-post.size-big {
    width: 65.98%;
  }
  .portfolio-page .portfolio-box.fullscreen .work-post {
    width: 33.31%;
  }
  .portfolio-page.masonry-style.description .portfolio-box .work-post.size-big {
    width: 616px;
  }
  .portfolio-page.masonry-style.description .portfolio-box.col-3 {
    width: 727px;
  }
  .portfolio-page.masonry-style.description .portfolio-box.col-3 .work-post {
    width: 333px;
  }
  .portfolio-page.masonry-style.description .portfolio-box.col-3 .work-post.size-big {
    width: 696px;
  }
  .shoping-section table.main-table tr td h2 {
    min-width: inherit;
  }
}
@media (max-width: 991px) {
  .navbar-nav > li > a {
    padding: 40px 12px;
  }
  .megadrop-down .dropdown ul {
    margin-bottom: 20px;
  }
  .megadrop-down .dropdown {
    padding-bottom: 5px;
  }
  header.active .navbar-nav > li > a {
    padding: 20px 12px;
  }
  .navbar-nav li ul.drop-down {
    width: 200px;
  }
  .navbar-nav li ul.drop-down li ul.drop-down.level3 {
    width: 160px;
  }
  .footer-widget {
    margin-bottom: 30px;
  }
  .footer-line {
    text-align: center;
  }
  .footer-line ul.footer-menu {
    text-align: center;
  }
  .footer-line p {
    margin-bottom: 5px;
  }
  .article-content {
    margin-bottom: 30px;
    text-align: center;
  }
   #da .article-content {
    margin-bottom: 30px;
    text-align: left;
  }
  #slider .tp-caption.medium_thin_grey a {
    padding: 3px 5px;
    border-width: 1px;
  }


    .bb-info .bb-logo{display: none;}
  .hide-991{display: none;}  
  .shop-section .shop-box #owl-demo3,
  .shop-section .shop-box #owl-demo4,
  .shop-section .shop-box #owl-demo5,
  .shop-section .shop-box #owl-demo6 {
    width: 750px;
  }
  .shop-section .shop-box #owl-demo7,
  .shop-section .shop-box #owl-demo8 {
    width: 750px;
  }
  .header3 .navbar-form input[type="text"],
  .header4 .navbar-form input[type="text"] {
    width: 200px;
  }
  .steps-box {
    text-align: center;
  }
  .steps-box div.step {
    display: inline-block;
    float: none;
    margin-left: 0;
    margin-right: 10px;
  }
  .steps-box div.step:after {
    display: none;
  }
  .steps-box div.step:before {
    display: none;
  }
  .error-section {
    padding: 60px 0;
  }
  .error-section h1 {
    font-size: 170px;
  }
  .coming-soon-section h1 {
    font-size: 100px;
    margin-top: -60px;
  }
  .blog-section .blog-box.masonry,
  .blog-section .blog-box.masonry.sidebar {
    width: 750px;
  }
  .blog-section .blog-box.masonry .blog-post,
  .blog-section .blog-box.masonry.sidebar .blog-post {
    width: 345px;
  }
  .blog-post.single-post .social-tag-post .single-post-icons {
        text-align: left;
    }
   <!-- .inner-banner {
        display:none;
    }-->
   <!-- .inner-overlay {
        display:none;
    }-->
   
    
  .portfolio-page.standart .portfolio-box.col-2 .work-post,
  .portfolio-page.standart .portfolio-box.col-2-sidebar .work-post,
  .portfolio-page.standart .portfolio-box.col-3 .work-post,
  .portfolio-page.standart .portfolio-box.col-3-sidebar .work-post,
  .portfolio-page.standart .portfolio-box.col-4 .work-post {
    width: 357px;
  }
  .portfolio-page.description .portfolio-box.col-2,
  .portfolio-page.description .portfolio-box.col-2-sidebar,
  .portfolio-page.description .portfolio-box.col-3,
  .portfolio-page.description .portfolio-box.col-4,
  .portfolio-page.masonry-style.description .portfolio-box.col-3 {
    width: 750px;
  }
  .portfolio-page.description .portfolio-box.col-2 .work-post,
  .portfolio-page.description .portfolio-box.col-2-sidebar .work-post,
  .portfolio-page.description .portfolio-box.col-3 .work-post,
  .portfolio-page.description .portfolio-box.col-4 .work-post {
    width: 345px;
  }
  .portfolio-page.masonry-style .portfolio-box .work-post {
    width: 357px;
  }
  .portfolio-page.masonry-style .portfolio-box .work-post.size-big {
    width: 717px;
  }
  .portfolio-page.masonry-style .portfolio-box.fullscreen .work-post {
    width: 49.97%;
  }
  .portfolio-page.masonry-style .portfolio-box.fullscreen .work-post.size-big {
    width: 100%;
  }
  .portfolio-page.masonry-style.description .portfolio-box .work-post.size-big {
    width: 722px;
  }
  .portfolio-page.masonry-style.description .portfolio-box.col-3 .work-post {
    width: 345px;
  }
  .portfolio-page.masonry-style.description .portfolio-box.col-3 .work-post.size-big {
    width: 717px;
  }
  .product-gallery {
    margin-bottom: 30px;
  }
  .information-section .info-box .info-post {
    margin-bottom: 30px;
  }
  .portfolio-page.list-page .portfolio-box .work-post .work-gal,
  .portfolio-page.list-page .portfolio-box .work-post .work-content,
  .portfolio-page.list-page .portfolio-box.with-sidebar .work-post .work-gal,
  .portfolio-page.list-page .portfolio-box.with-sidebar .work-post .work-content {
    width: 100%;
    float: none;
  }
  .blog-nav .navbar-header .navbar-brand {
    padding-top: 25px;
  }
  .blog-nav .navbar-nav {
    float: none;
  }
  .blog-nav .navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .blog-nav header.active .navbar-nav {
    margin-top: 0px;
  }
  .blog-nav header.active .navbar-nav > li > a {
    padding: 10px 10px 15px !important;
  }
  #container.blog-nav {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .navbar-default .header-top-line {
    text-align: center;
  }
  .navbar-default .header-top-line span i {
    margin-right: 4px;
  }
  .navbar-default .header-top-line span {
    margin-right: 15px;
    padding-bottom: 0;
  }
  .navbar-default .header-top-line .right-align {
    text-align: center;
  }
  .navbar-default .header-top-line .right-align ul li .shoping-drop {
    width: 280px;
    right: -93px;
  }
  .navbar-brand {
    padding: 13px 15px 10px;
  }
  #container {
    padding-top: 100px;
  }
  .navbar-nav > li > a {
    padding: 5px 15px;
  }
  header.active .navbar-nav > li > a {
    padding: 5px 15px;
  }
  .navbar-nav li ul.drop-down {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    visibility: visible;
    opacity: 1;
    padding: 5px 0;
    background: transparent;
    border-top: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
  }
  .navbar-nav li ul.drop-down li a {
    padding: 8px 30px;
  }
  .navbar-nav li ul.drop-down li ul.drop-down.level3 {
    top: inherit;
    left: inherit;
    width: 100%;
    position: relative;
    visibility: visible;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    opacity: 1;
  }
  .navbar-nav li ul.drop-down li ul.drop-down.level3 li {
    padding-left: 10px;
  }
   .bb-info .inner-banner h1{
    font-size: 30px;
    }
    .bb-info .pic-box table{
    	text-align:center;
        width:96%
    }
    
    .landing .navbar-brand a.button-one-round{display: none;}
    
    .type-card{
    width: 29%;
    }
    
  .megadrop-down {
    position: relative;
    top: inherit;
    left: inherit;
    visibility: visible;
    opacity: 1;
  }
  .megadrop-down .dropdown {
    text-align: left;
    padding: 0 15px;
    background: transparent;
    border-top: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
  }
  .megadrop-down .dropdown ul {
    margin-bottom: 0;
  }
  .megadrop-down .dropdown ul li {
    padding-bottom: 5px !important;
    border-right: none;
  }
  .form-search {
    padding: 10px 0;
    position: relative;
    display: block;
  }
  .form-search input[type="search"] {
    font-size: 20px;
  }
    
  .bb-info .top .row {
    max-width: 100%;
	}
    
  .bb-info .rounded {
    width: 100px;
	}
  .bb-info .question {
    width: 35px;
	}
    .mobile-margin-top-60{
    	margin-top:60px;
    }
    
  a.open-search,
  a.close-search {
    display: none !important;
  }
    .title-section h1 {
    font-size: 27px;
    font-weight: 400;
}
  .banner-text1-section h1 a {
    margin-left: inherit;
  }
  .articles-section .articles-title h1 {
    margin-bottom: 0;
    font-size: 30px;
  }
  .portfolio-box .work-post {
    width: 50%;
  }
  .testimonial-box2 ul li {
    width: 100%;
    float: none;
    padding: 20px 0 !important;
    border-right: none !important;
    margin-bottom: 0;
  }
  .testimonial-box2 ul li:first-child {
    border-bottom: 1px solid #dedede;
  }
  .photo-banner-section1 .photo-line h1,
  .photo-banner-section2 .photo-line h1 {
    font-size: 30px;
  }
  #container.header2 {
    padding-top: 50px;
  }
  .shop-section .shop-box .shop-post {
    padding: 8px 0;
  }
  .shop-section .shop-box #owl-demo3,
  .shop-section .shop-box #owl-demo4,
  .shop-section .shop-box #owl-demo5,
  .shop-section .shop-box #owl-demo6 {
    width: 100%;
    margin-left: 0;
  }
  .shop-section .shop-box #owl-demo7,
  .shop-section .shop-box #owl-demo8 {
    width: 100%;
    margin-left: 0;
  }
  .wide-banner-section h1 {
    font-size: 30px;
  }
  .tp-caption.large_bold_white span.red-offer {
    padding: 10px;
  }
  .header3 .navbar-form,
  .header4 .navbar-form,
  .header3 .right-align,
  .header4 .right-align {
    display: none;
  }
  .header3 .flags-section,
  .header4 .flags-section {
    text-align: center;
    margin-bottom: 10px;
  }
  .header3 .navbar-brand,
  .header4 .navbar-brand {
    padding: 13px 15px 10px;
  }
  #container.header3,
  #container.header4 {
    padding-top: 133px;
  }
  .header3 header.active .navbar-nav > li > a,
  .header4 header.active .navbar-nav > li > a,
  .header3 .navbar-nav > li > a,
  .header4 .navbar-nav > li > a {
    padding: 5px 15px !important;
    color: #434343 !important;
  }
  .header3 .navbar-nav > li > a:hover,
  .header4 .navbar-nav > li > a:hover,
  .header3 .navbar-nav > li > a.active,
  .header4 .navbar-nav > li > a.active {
    background: transparent;
    color: #F57921 !important;
  }
  .header4 .navbar-collapse {
    background: transparent;
    color: #434343 !important;
  }
  .page-banner-section2 ul {
    text-align: left;
  }
  .error-section {
    padding: 40px 0;
  }
  .error-section h1 {
    font-size: 100px;
  }
  .coming-soon-section h1 {
    font-size: 40px;
    margin-top: -30px;
  }
  .blog-section.blog-medium .blog-box .blog-post .blog-content {
    padding-top: 15px;
    padding-left: 30px;
  }
  .blog-section .blog-box.masonry,
  .blog-section .blog-box.masonry.sidebar {
    width: 100%;
    margin-left: 0;
  }
  .blog-section .blog-box.masonry .blog-post,
  .blog-section .blog-box.masonry.sidebar .blog-post {
    width: 100%;
    margin: 15px 0;
  }
  .portfolio-page.standart .portfolio-box.col-2 .work-post,
  .portfolio-page.standart .portfolio-box.col-2-sidebar .work-post,
  .portfolio-page.standart .portfolio-box.col-3 .work-post,
  .portfolio-page.standart .portfolio-box.col-3-sidebar .work-post,
  .portfolio-page.standart .portfolio-box.col-4 .work-post {
    width: 100%;
  }
  .portfolio-page ul.filter li {
    margin-right: -3px;
    margin-bottom: 1px;
  }
  .portfolio-page ul.filter li a {
    border: 1px solid #dedede;
  }
  .portfolio-page.description .portfolio-box.col-2,
  .portfolio-page.description .portfolio-box.col-2-sidebar,
  .portfolio-page.description .portfolio-box.col-3,
  .portfolio-page.description .portfolio-box.col-4,
  .portfolio-page.masonry-style.description .portfolio-box.col-3 {
    width: 100%;
    margin-left: 0;
  }
  .portfolio-page.description .portfolio-box.col-2 .work-post,
  .portfolio-page.description .portfolio-box.col-2-sidebar .work-post,
  .portfolio-page.description .portfolio-box.col-3 .work-post,
  .portfolio-page.description .portfolio-box.col-4 .work-post,
  .portfolio-page.masonry-style.description .portfolio-box .work-post.size-big {
    width: 100%;
    margin: 15px 0;
  }
  .portfolio-page.masonry-style .portfolio-box .work-post {
    width: 100%;
  }
  .portfolio-page.masonry-style .portfolio-box .work-post.size-big {
    width: 100%;
  }
  .portfolio-page.masonry-style .portfolio-box.fullscreen .work-post {
    width: 100%;
  }
  .portfolio-page.masonry-style.description .portfolio-box.col-3 .work-post {
    width: 100%;
    margin: 15px 0;
  }
  .portfolio-page.masonry-style.description .portfolio-box.col-3 .work-post.size-big {
    width: 100%;
    margin: 15px 0;
  }
  .shoping-section table.main-table tr td:nth-child(2) {
    vertical-align: middle;
  }
  .single-product-content {
    margin-bottom: 50px;
  }
  .portfolio-page .portfolio-box.fullscreen .work-post {
    width: 49.98%;
  }
  .blog-nav .navbar-header {
    text-align: left;
  }
  .blog-nav .navbar-header .navbar-brand {
    padding-top: 15px;
  }
  .blog-nav .navbar-nav {
    text-align: left;
  }
  .blog-nav .navbar-nav > li {
    display: block;
  }
  .blog-nav .navbar-nav > li > a {
    padding: 0px 15px !important;
  }
  #container.blog-nav {
    padding-top: 0px;
  }
  .browse-panel {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .portfolio-box .work-post {
    width: 100%;
  }
    
    .bb-info .inner-overlay {
    padding-top: 20px;
	}
    .bb-info .title-section h3{
    	font-size:1.2em;
        margin:0 0 20px 0;
    }
    .type-card{
    width: 40%;
    }
    
  .blog-section.blog-large .blog-box .blog-post .date-type {
    width: 40px;
  }
  .blog-section.blog-large .blog-box .blog-post .date-type .date-post,
  .blog-section.blog-large .blog-box .blog-post .date-type .type-post {
    width: 40px;
    height: 40px;
    padding-top: 5px;
    margin-bottom: 10px;
  }
  .blog-section.blog-large .blog-box .blog-post .date-type .date-post p {
    font-size: 10px;
    line-height: 12px;
  }
  .blog-section.blog-large .blog-box .blog-post .date-type .date-post p span {
    font-size: 12px;
  }
  .blog-section.blog-large .blog-box .blog-post .date-type .type-post i {
    font-size: 12px;
    line-height: 36px;
  }
  .blog-section.blog-large .blog-box .blog-post .date-type:after {
    top: 44px;
  }
  .blog-section.blog-large .blog-box .blog-post .blog-content {
    margin-left: 50px;
  }
  .blog-section.blog-large .blog-box .blog-post iframe,
  .blog-section.blog-standard .blog-box .blog-post iframe {
    height: 150px;
  }
  .portfolio-page .portfolio-box.fullscreen .work-post {
    width: 100%;
  }
    .bb-info .btn {font-size:10px; padding: 6px 15px;}
    .bb-info .pic-box {width:100%;}
	.bb-info .pic-box-head h3{width:100%;}    
}