/* Theme Name: TaxIndiaOnline
 Author: Pushpender
 Author URI: intensivedesigning@gmail.com

/* TABLE OF CONTENTS
1) Body
2) Typography
3) Components
  3.a) buttons
  3.b) form
  3.c) navbar
  3.d) pagination
  3.e) panel
  3.f) modal
  3.g) tabs
  3.g) alert
4) Helper
5) Blocks
  5.a main-header
  5.b listing
  5.c pricing
  5.d blog
  5.e resume
  5.f testimonial
  5.g account
  5.h maps
  5.i affix
  5.j main-footer
  5.k shortcode
  5.l news-update
  5.m article
* */
/* 1 Body
----------------------------------------------------------------------------- */
@font-face {
  font-family: 'Futura-CondensedExtraBold';
  src: url('../fonts/futura/Futura-CondensedExtraBold.eot');
  src: url('../fonts/futura/Futura-CondensedExtraBold.woff2') format('woff2'), url('../fonts/futura/Futura-CondensedExtraBold.ttf') format('truetype'), url('../fonts/futura/Futura-CondensedExtraBold.svg#Futura-CondensedExtraBold') format('svg'), url('../fonts/futura/Futura-CondensedExtraBold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura-CondensedMedium';
  src: url('../fonts/futura/Futura-CondensedMedium.eot');
  src: url('../fonts/futura/Futura-CondensedMedium.woff2') format('woff2'), url('../fonts/futura/Futura-CondensedMedium.ttf') format('truetype'), url('../fonts/futura/Futura-CondensedMedium.svg#Futura-CondensedMedium') format('svg'), url('../fonts/futura/Futura-CondensedMedium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura-Medium';
  src: url('../fonts/futura/Futura-Medium.eot');
  src: url('../fonts/futura/Futura-Medium.woff2') format('woff2'), url('../fonts/futura/Futura-Medium.ttf') format('truetype'), url('../fonts/futura/Futura-Medium.svg#Futura-Medium') format('svg'), url('../fonts/futura/Futura-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura-MediumItalic';
  src: url('../fonts/futura/Futura-MediumItalic.eot');
  src: url('../fonts/futura/Futura-MediumItalic.woff2') format('woff2'), url('../fonts/futura/Futura-MediumItalic.ttf') format('truetype'), url('../fonts/futura/Futura-MediumItalic.svg#Futura-MediumItalic') format('svg'), url('../fonts/futura/Futura-MediumItalic.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
body {
  overflow-x: hidden;
  color: #272727;
  font-family: 'Futura-Medium';
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  position: relative;
  background: #ffffff;
}
.wrapper {
  left: 0;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  position: relative;
}
/* 2 Typography
----------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Futura-Medium';
  font-weight: 400;
  color: #3d454c;
}
a {
  color: #3d454c;
}
a:hover,
a:focus {
  color: #272727;
  outline: none;
}
/* 3 Components
----------------------------------------------------------------------------- */
/* 3.a btn
----------------------------------------------------------------------------- */
.btn-theme {
  font-size: 13px;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  font-weight: 700;
}
.btn-theme,
.btn-theme:hover,
.btn-theme:focus {
  outline: none;
}
.btn-theme.btn-square {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
.btn-theme.btn-sm {
  padding: 6px 15px;
}
.btn-theme.btn-xs {
  padding: 3px 10px;
  font-size: 12px;
}
.btn-theme.btn-lg {
  font-size: 1.1em;
  padding: 15px 30px;
}
.btn-theme.btn-line {
  background: transparent;
  border-color: #ffffff;
  border-width: 2px;
  color: #ffffff;
}
.btn-theme.btn-line:hover,
.btn-theme.btn-line:focus {
  background: #f86e38;
  border-color: #f86e38;
}
.btn-theme.btn-line.dark,
.btn-theme.btn-line.dark:hover,
.btn-theme.btn-line.dark:focus {
  background: transparent;
  border-color: #f86e38;
  color: #f86e38;
}
.btn-theme.btn-line.soft,
.btn-theme.btn-line.soft:hover,
.btn-theme.btn-line.soft:focus {
  background: transparent;
  border-color: #e1e1e1;
  color: #3d454c;
  border-width: 1px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active {
  outline: none;
}
.btn-theme .bordered-left {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 15px;
  margin-left: 10px;
}
.btn-theme .bordered-left.dark {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-theme.btn-long {
  min-width: 250px;
}
.btn-theme .bordered-right {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
  margin-right: 10px;
}
.btn-theme .bordered-right.dark {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-theme .bordered-right.pull-left {
  width: 30px;
  left: 15px;
  position: absolute;
}
.btn-theme.toogle-btn .open {
  display: inline;
}
.btn-theme.toogle-btn .cls {
  display: none;
}
.btn-theme.toogle-btn.toogle-open .open {
  display: none;
}
.btn-theme.toogle-btn.toogle-open .cls {
  display: inline;
}
.btn-theme.no-left-border {
  -webkit-border-radius: 0 3px 3px 0 !important;
  -moz-border-radius: 0 3px 3px 0 !important;
  -ms-border-radius: 0 3px 3px 0 !important;
  -o-border-radius: 0 3px 3px 0 !important;
  border-radius: 0 3px 3px 0 !important;
}
.btn-theme.no-right-border {
  -webkit-border-radius: 3px 0 0 3px !important;
  -moz-border-radius: 3px 0 0 3px !important;
  -ms-border-radius: 3px 0 0 3px !important;
  -o-border-radius: 3px 0 0 3px !important;
  border-radius: 3px 0 0 3px !important;
}
.btn-theme.btn-pill {
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  border-radius: 50px !important;
}
.btn-theme.btn-t-primary {
  background-color: #f86e38;
  color: #ffffff;
  position: relative;
}
.btn-theme.btn-t-primary:hover {
  background: #e45a24;
}
@media (max-width: 768px) {
  .btn-block-xs {
    display: block;
  }
}
.link-white,
.link-white:hover,
.link-white:focus {
  color: #ffffff;
  text-decoration: none;
}
.link-black,
.link-black:hover,
.link-black:focus {
  color: #000000;
  text-decoration: none;
}
.link-text,
.link-text:hover,
.link-text:focus {
  color: #272727;
  text-decoration: none;
}
.link-defaut,
.link-defaut:hover,
.link-defaut:focus {
  color: #23527c;
}
/* 3.b form
----------------------------------------------------------------------------- */
.form-control {
  background: #ffffff;
  height: 40px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  border-color: #e1e1e1;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  font-size: 1em;
}
.form-control:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  background: #f5f5f5;
  border-color: #f86e38;
}
.form-control.input-line {
  font-weight: 700;
}
.form-control.input-line::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ffffff;
}
.form-control.input-line:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  opacity: 1;
}
.form-control.input-line::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
.form-control.input-line:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ffffff;
}
.form-control.no-right-border {
  -webkit-border-radius: 3px 0 0 3px !important;
  -moz-border-radius: 3px 0 0 3px !important;
  -ms-border-radius: 3px 0 0 3px !important;
  -o-border-radius: 3px 0 0 3px !important;
  border-radius: 3px 0 0 3px !important;
}
.form-control.no-left-border {
  -webkit-border-radius: 0 3px 3px 0 !important;
  -moz-border-radius: 0 3px 3px 0 !important;
  -ms-border-radius: 0 3px 3px 0 !important;
  -o-border-radius: 0 3px 3px 0 !important;
  border-radius: 0 3px 3px 0 !important;
}
.form-control.input-line {
  display: inline-block;
  position: relative;
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.form-control.no-radius {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
.form-control.input-lg {
  height: 50px;
}
.form-theme.input-sm {
  height: 33px;
}
.control-label.text-left {
  text-align: left;
}
.border-top {
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
}
.flat-checkbox,
.flat-radio {
  line-height: 1em;
  position: relative;
}
.flat-checkbox label,
.flat-radio label {
  padding-left: 0;
}
.flat-checkbox input[type="checkbox"],
.flat-radio input[type="checkbox"],
.flat-checkbox input[type="radio"],
.flat-radio input[type="radio"] {
  position: absolute;
  left: -9999em;
}
.flat-checkbox span,
.flat-radio span {
  position: relative;
  top: -2px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  font-size: 10px;
  line-height: 10px;
  padding: 3px 4px;
  border-radius: 2px;
  float: left;
  margin-right: 10px;
  color: #ffffff;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
}
.flat-checkbox input[type="radio"] + span,
.flat-radio input[type="radio"] + span {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
}
.flat-checkbox input:checked + span,
.flat-radio input:checked + span,
.flat-checkbox input:checked + span,
.flat-radio input:checked + span {
  background-color: #f86e38;
  border-color: #f86e38;
}
.slider.slider-horizontal {
  width: 100%;
  height: 40px;
}
.slider.slider-horizontal .slider-track {
  margin-top: 0;
  height: 3px;
}
.slider.slider-horizontal .slider-selection {
  background: #f86e38;
}
.slider.slider-horizontal .slider-handle {
  margin-top: -9px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
  -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}
.btn-file {
  min-width: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.input-group-addon {
  font-size: 1em;
}
.help-form {
  font-size: 12px;
  font-style: italic;
  color: #e74c3c;
}
/* 3.c navbar
----------------------------------------------------------------------------- */
/* 
- Name: megamenu.js - style.css
- Version: 1.0
- Latest update: 29.01.2016.
- Author: Mario Loncarek
- Author web site: http://marioloncarek.com
*/
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-container {
  margin: 0 auto;
  text-align: center;
  margin-top: 25px;
  font-family: 'Futura-CondensedMedium';
}
.menu-mobile {
  display: none;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  padding: 20px;
}
.menu-mobile:after {
  content: "\f394";
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-25%);
}
.menu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}
.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu > ul > li {
  padding: 0;
  margin: 0 2px;
  display: inline-block;
}
.menu > ul > li a {
  text-decoration: none;
  padding: 0px 5px;
  font-size: 18px;
  text-transform: uppercase;
}
.menu > ul > li:hover {
  background: #000;
}
.menu > ul > li:hover > a {
  color: #f86e38;
}
.menu > ul > li > ul {
  display: none;
  text-align: left;
  width: auto;
  background: #f0f0f0;
  padding: 0px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
  border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li a {
  color: #777;
  font-size: 14px;
  width: 100%;
  display: block;
  text-transform: inherit;
}
.menu > ul > li > ul > li a:hover {
  background-color: #000;
  color: #f86e38;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 5px 0 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 5px 0;
  margin: 0;
  font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;
}
.menu > ul > li > ul.normal-sub {
  width: 200px;
  left: auto;
  padding: 0;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 5px;
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a:hover {
  background-color: #000;
  color: #f86e38;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
    max-width: 720px;
  }
  .menu-mobile {
    display: block;
    background: #f86e38;
    color: #ffffff;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu {
    background-color: #f0f0f0;
  }
  .menu > ul {
    display: none;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 16px !important;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;
    padding: 0px;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
    text-align: left;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
  }
}
/* 3.d pagination
----------------------------------------------------------------------------- */
.pagination-theme > li > a,
.pagination-theme > li > span {
  color: #272727;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  margin-left: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
  border-color: #e1e1e1;
}
.pagination-theme > li > a:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
  color: #272727;
}
.pagination-theme > .active > a,
.pagination-theme > .active > span,
.pagination-theme > .active > a:hover,
.pagination-theme > .active > span:hover,
.pagination-theme > .active > a:focus,
.pagination-theme > .active > span:focus {
  background-color: #f86e38;
  border: 0;
}
/* 3.e panel
----------------------------------------------------------------------------- */
.panel.panel-md {
  max-width: 400px;
  margin: 0 auto;
}
.panel-body-lg {
  padding: 20px;
}
.panel-heading {
  position: relative;
  padding: 15px 20px;
}
.panel-heading .collapse-toogle {
  position: absolute;
  right: 15px;
  top: 10px;
}
.panel-heading .collapse-toogle .ic-open {
  display: none;
}
.panel-heading .collapsed .collapse-toogle .ic-close {
  display: none;
}
.panel-heading .collapsed .collapse-toogle .ic-open {
  display: inline-block;
}
.panel-heading .with-ic {
  padding-right: 30px;
}
.panel-title a,
.panel-title a:hover,
.panel-title a:focus {
  text-decoration: none;
}
/* 3.f modal
----------------------------------------------------------------------------- */
.modal-content {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  border-radius:0px;
}
.modal-header {
  padding: 15px;
}
.modal-header .close {
  border: 1px solid #fff;
  border-radius: 15px;
  width: 32px;
  height: 32px;
  right: 0px;
  position: absolute;
  outline: none;
  color: #fff;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  opacity: 0.6;
  filter: alpha(opacity=60);
  top: -40px;
}
.modal-header .close:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.modal-body {
  padding: 20px 30px;
}
.modal-footer {
  padding: 20px 30px;
}
.modal-dialog {
  margin: 80px auto;
}
@media (min-width: 450px) {
  .modal-dialog.modal-md {
    width: 400px;
  }
}
.modal-footer.text-center {
  text-align: center;
}
/* 3.g tabs
----------------------------------------------------------------------------- */
.flat-nav-tabs {
  background: #f5f5f5;
  padding: 15px 10px 0 10px;
  -webkit-border-radius: 3px 3px 0 0 !important;
  -moz-border-radius: 3px 3px 0 0 !important;
  -ms-border-radius: 3px 3px 0 0 !important;
  -o-border-radius: 3px 3px 0 0 !important;
  border-radius: 3px 3px 0 0 !important;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.flat-nav-tabs > li > a {
  color: #272727;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
.flat-nav-tabs > li.active > a {
  -webkit-border-radius: 3px 3px 0 0 !important;
  -moz-border-radius: 3px 3px 0 0 !important;
  -ms-border-radius: 3px 3px 0 0 !important;
  -o-border-radius: 3px 3px 0 0 !important;
  border-radius: 3px 3px 0 0 !important;
  box-shadow: 0 -2px 0 #f86e38 !important;
  -webkit-box-shadow: 0 -2px 0 #f86e38 !important;
  -moz-box-shadow: 0 -2px 0 #f86e38 !important;
  -o-box-shadow: 0 -2px 0 #f86e38 !important;
  -ms-box-shadow: 0 -2px 0 #f86e38 !important;
}
.flat-tab-content {
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding: 20px 0;
}
.flat-tab-content .tab-pane {
  padding: 0 20px;
}
/* 3.h alert
----------------------------------------------------------------------------- */
.alert {
  padding: 20px 35px 20px 20px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
/* 4 Helper
----------------------------------------------------------------------------- */
.relative {
  position: relative;
}
.block-section {
  padding: 60px 0;
}
.block-section-sm {
  padding: 40px 0;
}
.block-section-xs {
  padding: 10px 0;
}
.bg-color1 {
  background-color: #ffffff;
}
.bg-color2 {
  background-color: #f5f5f5;
}
.bg-color2 hr {
  border-color: #e1e1e1;
}
.bg-color3 {
  background-color: #f86e38;
}
.bg-color4 {
  background-color: #fd733d;
}
.font-1x {
  font-size: 13px;
}
.font-2x {
  font-size: 2.5em;
}
.font-light {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.white-space-5 {
  height: 5px;
}
.white-space-10 {
  height: 10px;
}
.white-space-15 {
  height: 15px;
}
.white-space-20 {
  height: 20px;
}
.white-space-30 {
  height: 30px;
}
.white-space-40 {
  height: 40px;
}
.white-space-50 {
  height: 50px;
}
.white-space-60 {
  height: 60px;
}
.space-inline-10 {
  display: inline-block;
  width: 10px;
}
.space-inline-100 {
  width: 100px;
  display: inline-block;
}
.socials a {
  color: #272727;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  margin-left: 2px;
  border: 1px solid #272727;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
}
.socials a:hover,
.socials a:focus {
  border: 1px solid #ebebeb;
  background: #ffffff;
  color: #000000;
}
.span-line {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.span-line:before,
.span-line:after {
  content: "";
  height: 1px;
  background: #ebebeb;
  top: 50%;
  width: 80px;
  position: absolute;
}
.span-line:before {
  left: -80px;
}
.span-line:after {
  right: -80px;
}
.color-white {
  color: #ffffff !important;
}
.color-white-mute {
  color: #b9b9b9 !important;
}
.color-black {
  color: #000000 !important;
}
.color-heading {
  color: #3d454c !important;
}
.color-text {
  color: #272727 !important;
}
.box-icon {
  display: inline-block;
  border: 1px solid #d7d7d7;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  border-radius: 10px !important;
  background: #e1e1e1;
}
.text-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
[data-toggle="collapse"]:hover {
  cursor: pointer;
}
.ic-arrow-toogle {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #272727;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  top: -3px;
  position: relative;
  font-size: 12px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.collapsed .ic-arrow-toogle {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
}
.rate {
  margin-right: 10px;
  color: #F5BE4E;
  font-size: 13px;
}
.line-bottom {
  border-bottom: 1px solid #e1e1e1;
}
.margin-b-20 {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .text-center-sm {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .text-center-xs {
    text-align: center;
  }
}
.mt-20 {
  margin: 20px 0;
}
.img-full {
  width: 100%;
}
.company-photos img {
  margin-bottom: 30px;
}
.box-ic-center {
  margin-bottom: 30px;
  text-align: center;
}
.box-ic-center .ic-box {
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  background: #e1e1e1;
  color: #3d454c;
  font-size: 20px;
  line-height: 80px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  margin-bottom: 20px;
  margin-top: 30px;
}
.clients img {
  height: 40px;
}
.clients a {
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  margin: 10px 20px;
}
.clients a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.clients.no-margin {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
.big-error {
  text-align: center;
  font-weight: 700;
  color: #e1e1e1;
  font-size: 19em;
  padding: 27px 0 0;
  margin-bottom: 15px;
  clear: both;
  line-height: 1em;
}
@media (max-width: 500px) {
  .big-error {
    font-size: 10em;
    margin-bottom: 30px;
  }
}
.ic-circle {
  width: 40px;
  text-align: center;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: inline-block;
  line-height: 40px;
}
.ic-circle-md {
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: inline-block;
  line-height: 30px;
}
.lowercase {
  text-transform: lowercase;
}
/* 5 Blocks
----------------------------------------------------------------------------- */
/* 5.a main-header
----------------------------------------------------------------------------- */
header .advertise {
  padding: 10px 0px;
  position: relative;
}
header .advertise .close {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 20px;
  background: white;
  opacity: 1;
}
header .advertise .close img {
  display: block;
}
.main-header {
  box-shadow: 0px -1px 4px #e1e1e1 !important;
  -webkit-box-shadow: 0px -1px 4px #e1e1e1 !important;
  -moz-box-shadow: 0px -1px 4px #e1e1e1 !important;
  -o-box-shadow: 0px -1px 4px #e1e1e1 !important;
  -ms-box-shadow: 0px -1px 4px #e1e1e1 !important;
}
.main-header .header {
  font-family: 'Futura-CondensedMedium';
  /*border-bottom: 5px solid #f86e38;*/
  /*text-transform: uppercase;*/
  min-height: 80px;
  margin-top: 20px;
}
.main-header .header .left-side {
  float: left;
  font-size: 18px;
  margin-top: 40px;
  text-transform: uppercase;
}
.main-header .header .left-side img {
  margin-right: 5px;
}
.main-header .header .left-side span {
  line-height: 17px;
  vertical-align: bottom;
}
.main-header .header .left-side a:hover {
  text-decoration: none;
  color: #f86e38;
}
.main-header .header .right-side {
  float: right;
  font-size: 18px;
  margin-top: 40px;
}
.main-header .header .right-side img {
  margin-right: 5px;
}
.main-header .header .right-side span {
  line-height: 17px;
  vertical-align: bottom;
}
.main-header .header .right-side a:hover {
  text-decoration: none;
  color: #f86e38;
}
.main-header .header .tiol-logo {
  width: 155px;
  display: block;
  margin: 0 auto;
}
.main-header .header .tiol-logo img {
  position: absolute;
  top: -10px;
}
/* 5.b listing
----------------------------------------------------------------------------- */
@media (min-width: 992px) {
  .box-list-area {
    border-right: 1px solid #e1e1e1;
    padding-right: 30px;
  }
}
.box-list {
  margin: 20px 0 ;
}
.box-list .item {
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  padding: 30px;
  background: #ffffff;
  border-bottom: 1px solid #e1e1e1;
  border: 1px solid #e1e1e1;
  border-top: 0;
}
.box-list .item:first-child {
  border-top: 1px solid #e1e1e1;
  -webkit-border-radius: 3px 3px 0 0 !important;
  -moz-border-radius: 3px 3px 0 0 !important;
  -ms-border-radius: 3px 3px 0 0 !important;
  -o-border-radius: 3px 3px 0 0 !important;
  border-radius: 3px 3px 0 0 !important;
}
.box-list .item:last-child {
  -webkit-border-radius: 0 0 3px 3px !important;
  -moz-border-radius: 0 0 3px 3px !important;
  -ms-border-radius: 0 0 3px 3px !important;
  -o-border-radius: 0 0 3px 3px !important;
  border-radius: 0 0 3px 3px !important;
}
.box-list .item .rate {
  font-size: 10px;
  margin: 0 10px;
}
.box-list .img-item img {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  text-align: center;
  max-width: 100%;
}
.side-right {
  position: relative;
}
.result-filter {
  margin: 20px 0;
}
.result-filter .list-area {
  margin-bottom: 30px;
}
.get_alert {
  background: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
.box-item-details {
  background: #ffffff;
  position: relative;
}
@media (min-width: 992px) {
  .box-item-details {
    padding-right: 30px;
    border-right: 1px solid #e1e1e1;
  }
}
.box-item-details:before {
  content: "";
  position: absolute;
  background: #ffffff;
  left: -1000%;
  width: 1000%;
  top: 0;
  height: 100%;
}
@media (max-width: 992px) {
  .box-item-details:after {
    content: "";
    position: absolute;
    background: #ffffff;
    right: -1000%;
    width: 1000%;
    top: 0;
    height: 100%;
  }
}
.box-item-details .title {
  border-top: 1px solid #e1e1e1;
  padding-top: 40px;
  margin-top: 30px;
  padding-bottom: 20px;
}
.box-item-details h4 {
  padding-top: 15px;
}
.box-item-details .job-meta ul {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}
.box-item-details .job-meta ul li {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  margin-bottom: 3px;
  border: 1px solid #e1e1e1;
  padding: 5px 20px;
}
.box-item-details .job-meta ul li i {
  margin-right: 3px;
}
.share-btns .btn {
  min-width: 40px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
.nav-sidebar {
  border: 1px solid #e1e1e1;
}
.nav-sidebar li a {
  background: #ffffff;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 30px;
  display: block;
}
/* 5.c pricing
----------------------------------------------------------------------------- */
.plan {
  background: #f5f5f5;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
  -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
  -ms-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
  -webkit-border-radius: 5px 5px 0 0 !important;
  -moz-border-radius: 5px 5px 0 0 !important;
  -ms-border-radius: 5px 5px 0 0 !important;
  -o-border-radius: 5px 5px 0 0 !important;
  border-radius: 5px 5px 0 0 !important;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  margin: 20px 0 30px;
  text-align: center;
}
.plan .plan-title {
  padding: 20px;
}
.plan .plan-title h3 {
  font-weight: 700;
  margin: 0;
}
.plan .plan-list {
  padding: 10px 0 10px;
}
.plan .plan-price {
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  background: #ffffff;
  padding: 15px 0 15px;
  color: #f86e38;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.plan .price {
  display: block;
  font-size: 72px;
  color: #ff8c56;
  line-height: 101px;
  font-weight: bold;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
}
.plan .period {
  font-size: 14px;
}
.plan .item-list {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  padding-bottom: 10px;
}
.plan .item-list li {
  padding: 10px 5px;
  font-size: 1.1em;
}
.plan .item-list li strong {
  color: #3c3c3c;
}
.plan .btn-square {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 0;
}
.plan:hover {
  background: #ffffff;
}
.plan:hover .plan-price {
  background: #f5f5f5;
}
.plan-nospace {
  margin: 0;
}
.plan-nospace .plan-item {
  padding: 0;
}
.plan-nospace .plan-item .popular {
  z-index: 2;
  top: -10px;
}
.plan-nospace .plan-item .popular .plan-title {
  padding: 25px 20px;
}
/* 5.d blog
----------------------------------------------------------------------------- */
.blog-list {
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
.blog-list img {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
.blog-list blockquote {
  color: #3d454c;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-list h4 {
  margin-top: 30px;
}
.blog-list .blog-item {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.blog-list .blog-item .blog-title {
  text-align: center;
  margin-bottom: 20px;
}
.blog-list .blog-item .blog-meta {
  text-align: center;
  margin-bottom: 20px;
}
.blog-list .blog-item .blog-img {
  margin-bottom: 15px;
}
.blog-list .blog-item .blog-links {
  margin-top: 20px;
}
.blog-list .blog-item .blog-desc-bottom {
  margin-top: 30px;
  border-top: 1px solid #e1e1e1;
  padding-top: 30px;
}
.blog-list .blog-item .post-comment .post-profile {
  text-align: center;
  padding-right: 30px;
}
.blog-list .blog-item .post-comment .post-profile img {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
}
.blog-list .blog-item .post-comment .post-desc-comment {
  margin-bottom: 30px;
}
.blog-list .blog-item .post-profile-blog {
  background: #f5f5f5;
  padding: 20px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  margin-top: 40px;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
}
.blog-list .blog-item .list-comments {
  margin-top: 60px;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 30px;
}
/* 5.e resume
----------------------------------------------------------------------------- */
.resume-block {
  position: relative;
  padding-left: 100px;
}
@media (max-width: 768px) {
  .resume-block {
    padding-left: 70px;
  }
}
.resume-block .img-profile {
  position: absolute;
  left: 0;
  z-index: 2;
  top: 0;
}
.resume-block .img-profile img {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  width: 80px;
}
@media (max-width: 768px) {
  .resume-block .img-profile img {
    width: 50px;
  }
}
.resume-block .resume-sub-title {
  position: relative;
  left: -30px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .resume-block .resume-sub-title {
    left: -15px;
  }
}
.resume-block .resume-sub-title span {
  border: 1px solid #e1e1e1;
  padding: 15px 30px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .resume-block .resume-sub-title span {
    padding: 15px 15px;
  }
}
.resume-block .resume-sub-title span:before {
  content: "";
  left: -30px;
  top: 50%;
  height: 1px;
  background: #e1e1e1;
  width: 30px;
  position: absolute;
}
.resume-block:before {
  content: "";
  position: absolute;
  left: 40px;
  width: 1px;
  border-left: 1px solid #e1e1e1;
  height: 100%;
  top: 0;
}
@media (max-width: 768px) {
  .resume-block:before {
    left: 25px;
  }
}
.resume-block:after {
  content: "";
  position: absolute;
  left: 30px;
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  bottom: -20px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
}
@media (max-width: 768px) {
  .resume-block:after {
    left: 15px;
  }
}
/* 5.f testimonial
----------------------------------------------------------------------------- */
.box-testimonial {
  margin-bottom: 30px;
  text-align: center;
}
.box-testimonial .desc {
  position: relative;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  border-radius: 10px !important;
  padding: 20px;
  margin-bottom: 20px;
}
.box-testimonial .desc:before {
  content: "";
  border-top: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  z-index: 2;
  left: 50%;
  margin-left: -10px;
}
.box-testimonial .desc:after {
  content: "";
  border-top: 12px solid #e1e1e1;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
}
.box-testimonial img {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
}
/* 5.g account
----------------------------------------------------------------------------- */
@media (min-width: 768px) {
  .box-side-account {
    border-left: 1px solid #e1e1e1;
    padding-left: 40px;
    min-height: 550px;
  }
}
@media (max-width: 768px) {
  .box-side-account {
    border-top: 1px solid #e1e1e1;
  }
}
/* 5.h maps
----------------------------------------------------------------------------- */
.marker-description {
  position: relative;
}
.marker-description .inner {
  position: absolute;
  left: 0;
  top: 50px;
  width: 250px;
  background: #ffffff;
  padding: 20px;
  z-index: 20;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  border: 1px solid #e1e1e1;
}
.map-area-detail {
  border-top: 1px solid #e1e1e1;
  background: #f5f5f5 url(../images/preloader.gif) center no-repeat;
  position: relative;
}
.map-area-detail:before {
  content: "";
  position: absolute;
  height: 100%;
  background: transparent;
  width: 60px;
  right: 0;
  top: 0;
  z-index: 10;
}
.map-area-detail .box-map-detail {
  height: 600px;
  width: 100%;
}
/* 5.i affix
----------------------------------------------------------------------------- */
#affix-box.affix {
  position: relative !important;
  top: 0 !important;
  z-index: 2;
}
@media (min-width: 1200px) {
  #affix-box.affix {
    position: fixed !important;
    width: 263px;
    top: 0;
  }
}
@media (max-width: 992px) {
  #affix-box .text-right {
    text-align: left !important;
  }
}
/* 5.j main-footer
----------------------------------------------------------------------------- */
.main-footer {
  width: 100%;
  background: #fff;
}
/* 5.k shortcode
----------------------------------------------------------------------------- */
.show-grid .row {
  margin-bottom: 15px;
}
.show-grid .row span {
  padding: 10px 0;
  background: #e1e1e1;
  display: block;
  text-align: center;
}
.nav-left-sh {
  z-index: 2;
  position: relative;
}
.nav-left-sh.affix {
  position: fixed !important;
  top: 60px;
  width: 263px;
}
/* 5.l news-update
----------------------------------------------------------------------------- */
.news-update .heading {
  background: #e7e7e7;
  padding: 10px;
  box-shadow: 0px 1px 1px #afafaf !important;
  -webkit-box-shadow: 0px 1px 1px #afafaf !important;
  -moz-box-shadow: 0px 1px 1px #afafaf !important;
  -o-box-shadow: 0px 1px 1px #afafaf !important;
  -ms-box-shadow: 0px 1px 1px #afafaf !important;
}
.news-update .heading h2 {
  color: #f86e38;
  font-size: 18px;
  margin: 0 0 0 20px;
  font-family: 'Futura-CondensedMedium';
  display: inline-block;
  text-transform: uppercase;
}
.news-update .controls a {
  margin-right: 5px;
}
.news-update .slick-slider {
  box-shadow: 0px 1px 5px #e1e1e1 !important;
  -webkit-box-shadow: 0px 1px 5px #e1e1e1 !important;
  -moz-box-shadow: 0px 1px 5px #e1e1e1 !important;
  -o-box-shadow: 0px 1px 5px #e1e1e1 !important;
  -ms-box-shadow: 0px 1px 5px #e1e1e1 !important;
  padding: 10px 20px;
}
/* 5.m articles
----------------------------------------------------------------------------- */
.article-container .header h2 {
  font-size: 25px;
  text-transform: uppercase;
  color: #f86e38;
  font-family: 'Futura-CondensedMedium';
}
.article-container .header img {
  position: absolute;
  right: 10px;
  top: 20px;
  width: 80px;
}
.article-container .details {
  box-shadow: 0px 1px 4px #e1e1e1 !important;
  -webkit-box-shadow: 0px 1px 4px #e1e1e1 !important;
  -moz-box-shadow: 0px 1px 4px #e1e1e1 !important;
  -o-box-shadow: 0px 1px 4px #e1e1e1 !important;
  -ms-box-shadow: 0px 1px 4px #e1e1e1 !important;
}
.article-container .details .thumb img {
  width: 100%;
}
.article-container .articles {
  padding: 20px 20px 0px 20px;
}
.article-container .articles article {
  margin-bottom: 20px;
}
.article-container .articles article .article-meta .category {
  color: #f86e38;
}
