@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

/* ---------------------------------------------------- */
/* CSS Basic */
/* ---------------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
}
body {
  background: #fff;
  color: #333;
}
body,
p {
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  font-size: 14px;
  text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1c1c1c;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
.boxed {
  background-color: #fff;
}
h1 {
  font-size: 36px;
  line-height: 48px;
}
h2 {
  font-size: 28px;
  line-height: 36px;
}
h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
h4 {
  font-size: 18px;
  line-height: 28px;
}
h5 {
  font-size: 14px;
  line-height: 24px;
}
.strong {
  font-weight: 400;
}
a:link,
a:visited {
   text-decoration: none;
}
a {
   color: #CCA44C;
}
a:hover {
   text-decoration: none;
   color: #000;
}
a.read-more {
   color: #CCA44C;
   font-weight: 700;
   text-transform: uppercase;
}
a.read-more:hover {
   color: #222;
}
a.button {
  text-decoration: none;
}
.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
:focus {
  outline: none !important;
}
::-moz-focus-inner {
  border: 0 !important;
}
iframe {
  border: 0;
}
p.small {
  font-size: .9em;
}
.margin-small {
  margin-top: 5px;
  margin-bottom: 5px;
}
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
dt {
  color: #CCA44C;
}
dt,
dd {
  margin: 2px 0;
}
.small-font {
  font-size: .9em;
}
.primary-color {
  color: #CCA44C;
}
.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.imageborder {
  padding: 5px;
  border: solid 1px #ddd;
}
img + p {
  margin-top: 20px;
}
img.alignleft + p,
img.alignright + p {
  margin-top: 0px;
}
.p-lg {
  font-size: 1.1em;
  line-height: 180%;
}
.margin-bottom {
  margin-bottom: 40px;
}
.margin-top {
  margin-top: 40px;
}
.margin-top-80 {
  margin-top: 80px;
}
hr {
  display: block;
  border-top: 1px solid #ddd;
  margin: 25px 0;
}
hr.color {
  border-color: #CCA44C !important;
}
hr.dotted {
  border-style: dotted !important;
}
hr.dashed {
  border-style: dashed !important;
}
hr.double {
  height: 5px;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-bottom-style: solid;
}
.list-line {
  list-style-type: none;
  padding: 0;
}
.list-line li {
  border-bottom: solid 1px #eee;
}
.list-line li:first-child {
  border-top: solid 1px #eee;
}
.list-line li a {
  color: #333;
  text-decoration: none;
  padding: 7px;
  display: block;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.list-line li a:hover {
  background-color: #f5f5f5;
  color: #CCA44C;
}
/* ---------------------------------------------------- */
/* Artificial Reason Class */
/* ---------------------------------------------------- */
#Container .mix {
  display: none;
}
.text-icon {
  margin-bottom: 30px;
  overflow: hidden;
}
.text-icon .icon-ar {
  float: left;
  margin-top: 5px;
}
.text-icon-content {
  padding-left: 70px;
  font-size: .9em;
}
.text-icon-content p {
  margin-top: 5px;
}
.slogan {
  font-family: "Lato", sans-serif;
  font-size: 2em;
  line-height: 150%;
  margin-bottom: 50px;
  font-weight: 300;
}
.slogan > span {
  color: #CCA44C;
}
.section-lines {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  margin-bottom: 40px;
  background-color: #f9f9f9;
}
.section-title {
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
  margin-top: 39px;
  color: #000;
}
.section-title:first-letter {
  color: #CCA44C;
}
.css-section {
  margin-bottom: 50px;
}
.wrap-primary-color {
  background-color: #CCA44C;
  padding: 40px 0;
  color: #fff;
}
.wrap-primary-color h1,
.wrap-primary-color h2,
.wrap-primary-color h3,
.wrap-primary-color h4,
.wrap-primary-color h5,
.wrap-primary-color h6 {
  color: #fff;
}
.dropcaps::first-letter {
  float: left;
  color: #CCA44C;
  font-size: 3em;
  font-weight: 400;
  padding: 10px 10px 10px 5px;
  margin-top: 2px;
}
.dropcaps-bg::first-letter {
  background-color: #CCA44C;
  color: #fff;
  padding-bottom: 12px;
  margin-right: 10px;
  border-radius: 2px;
  margin-top: 2px;
  padding: 10px 5px;
  font-size: 2.8em;
  margin-top: 4px;
}
.dropcaps-circle::first-letter {
  border: solid 1px #CCA44C;
  border-radius: 30px;
  padding: 10px 8px;
  font-size: 2.3em;
  margin-right: 10px;
  margin-top: 2px;
}
.dropcaps-circle-bg::first-letter {
  background-color: #CCA44C;
  color: #fff;
  border-radius: 30px;
  padding: 10px 8px;
  font-size: 2.3em;
  margin-right: 10px;
  margin-top: 2px;
}
.border-box {
  background-color: #f9f9f9;
  border: solid 3px #eee;
  border-left-color: #CCA44C;
  padding: 20px;
  margin-bottom: 20px;
}
.blockquote-color {
  border-color: #CCA44C;
}
.blockquote-color-bg {
  border-color: #CCA44C;
  border-bottom: solid 1px #CCA44C;
  background-color: #f9f9f9;
}
.blockquote-big {
  font-size: 1.8em;
  line-height: 140%;
  font-style: oblique;
  border: none;
}
.blockquote-big footer {
  font-style: normal;
  font-size: .7em;
}
.blockquote-color-bg-primary {
  font-size: 1em;
  background-color: #CCA44C;
  color: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  border: none;
}
.blockquote-color-bg-primary:after,
.blockquote-color-bg-dark:after {
  font-family: "FontAwesome";
  content: "\f10e";
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 2.6em;
}
.blockquote-color-bg-dark {
  font-size: 1em;
  background-color: #444;
  color: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  border: none;
}
.blockquote-color-bg-light {
  font-size: 1em;
  background-color: #ddd;
  color: #333;
  padding: 20px;
  text-align: center;
  position: relative;
  border: none;
  text-shadow: 1px 1px 0px #ffffff;
}
.blockquote-color-bg-light:after {
  font-family: "FontAwesome";
  content: "\f10e";
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #333;
  font-size: 2.6em;
}
.blockquote-color-bg-primary footer,
.blockquote-color-bg-dark footer {
  color: #eee;
  font-size: .9em;
}
.blockquote-color-bg-light footer {
  color: #666;
  font-size: .9em;
}
.em-primary {
  color: #CCA44C;
}
.em-success {
  color: #02c66c;
}
.em-info {
  color: #54c8eb;
}
.em-warning {
  color: #f0ad4e;
}
.em-danger {
  color: #d9534f;
}
.em-help,
.em-royal {
  color: #ac60d0;
}
.em-primary-inverse {
  background-color: #CCA44C;
  color: #fff;
  padding: 0px 5px;
  border-radius: 2px;
}
.em-success-inverse {
  background-color: #02c66c;
  color: #fff;
  padding: 0px 5px;
  border-radius: 2px;
}
.em-info-inverse {
  background-color: #54c8eb;
  color: #fff;
  padding: 0px 5px;
  border-radius: 2px;
}
.em-warning-inverse {
  background-color: #f0ad4e;
  color: #fff;
  padding: 0px 5px;
  border-radius: 2px;
}
.em-danger-inverse {
  background-color: #d9534f;
  color: #fff;
  padding: 0px 5px;
  border-radius: 2px;
}
.em-royal-inverse {
  background-color: #ac60d0;
  color: #fff;
  padding: 0px 5px;
  border-radius: 2px;
}
.btn-ar {
  border-radius: 2px;
  font-size: 14px;
}
.btn-ar > .fa {
  margin-right: 5px;
}
.btn-ar.btn-transparent {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-ar.btn-transparent:hover,
.btn-ar.btn-transparent:focus,
.btn-ar.btn-transparent:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn-ar.btn-primary {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #CCA44C), color-stop(1, #0087c1));
  background: -moz-linear-gradient(top, #CCA44C 5%, #0087c1 100%);
  background: -webkit-linear-gradient(top, #CCA44C 5%, #0087c1 100%);
  background: -o-linear-gradient(top, #CCA44C 5%, #0087c1 100%);
  background: -ms-linear-gradient(top, #CCA44C 5%, #0087c1 100%);
  background: linear-gradient(to bottom, #CCA44C 5%, #0087c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@primary-color', endColorstr='darken(@primary-color, 5%)', GradientType=0);
  background-color: #CCA44C;
  border: 0;
}
.btn-ar.btn-primary:active {
  background-color: #0087c1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0087c1), color-stop(1, #CCA44C));
  background: -moz-linear-gradient(top, #0087c1 5%, #CCA44C 100%);
  background: -webkit-linear-gradient(top, #0087c1 5%, #CCA44C 100%);
  background: -o-linear-gradient(top, #0087c1 5%, #CCA44C 100%);
  background: -ms-linear-gradient(top, #0087c1 5%, #CCA44C 100%);
  background: linear-gradient(to bottom, #0087c1 5%, #CCA44C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@primary-color, 8%)', endColorstr='@primary-color', GradientType=0);
}
.btn-ar.btn-default {
  color: #333;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f1f1f1), color-stop(1, #e4e4e4));
  background: -moz-linear-gradient(top, #f1f1f1 5%, #e4e4e4 100%);
  background: -webkit-linear-gradient(top, #f1f1f1 5%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f1f1f1 5%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f1f1f1 5%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f1f1f1 5%, #e4e4e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='darken(#f1f1f1, 5%)', GradientType=0);
  background-color: #f1f1f1;
  border: 0;
}
.btn-ar.btn-default:active {
  background-color: #e4e4e4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e4e4e4), color-stop(1, #f1f1f1));
  background: -moz-linear-gradient(top, #e4e4e4 5%, #f1f1f1 100%);
  background: -webkit-linear-gradient(top, #e4e4e4 5%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #e4e4e4 5%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #e4e4e4 5%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #e4e4e4 5%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(#f1f1f1, 8%)', endColorstr='#f1f1f1', GradientType=0);
}
.btn-ar.btn-success {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #02c66c), color-stop(1, #02ad5e));
  background: -moz-linear-gradient(top, #02c66c 5%, #02ad5e 100%);
  background: -webkit-linear-gradient(top, #02c66c 5%, #02ad5e 100%);
  background: -o-linear-gradient(top, #02c66c 5%, #02ad5e 100%);
  background: -ms-linear-gradient(top, #02c66c 5%, #02ad5e 100%);
  background: linear-gradient(to bottom, #02c66c 5%, #02ad5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@success-color', endColorstr='darken(@success-color, 5%)', GradientType=0);
  background-color: #02c66c;
  border: 0;
}
.btn-ar.btn-success:active {
  background-color: #02ad5e;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #02ad5e), color-stop(1, #02c66c));
  background: -moz-linear-gradient(top, #02ad5e 5%, #02c66c 100%);
  background: -webkit-linear-gradient(top, #02ad5e 5%, #02c66c 100%);
  background: -o-linear-gradient(top, #02ad5e 5%, #02c66c 100%);
  background: -ms-linear-gradient(top, #02ad5e 5%, #02c66c 100%);
  background: linear-gradient(to bottom, #02ad5e 5%, #02c66c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@success-color, 8%)', endColorstr='@success-color', GradientType=0);
}
.btn-ar.btn-info {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #54c8eb), color-stop(1, #2fbce7));
  background: -moz-linear-gradient(top, #54c8eb 5%, #2fbce7 100%);
  background: -webkit-linear-gradient(top, #54c8eb 5%, #2fbce7 100%);
  background: -o-linear-gradient(top, #54c8eb 5%, #2fbce7 100%);
  background: -ms-linear-gradient(top, #54c8eb 5%, #2fbce7 100%);
  background: linear-gradient(to bottom, #54c8eb 5%, #2fbce7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@info-color', endColorstr='darken(@info-color, 5%)', GradientType=0);
  background-color: #54c8eb;
  border: 0;
}
.btn-ar.btn-info:active {
  background-color: #3dc1e8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3dc1e8), color-stop(1, #54c8eb));
  background: -moz-linear-gradient(top, #3dc1e8 5%, #54c8eb 100%);
  background: -webkit-linear-gradient(top, #3dc1e8 5%, #54c8eb 100%);
  background: -o-linear-gradient(top, #3dc1e8 5%, #54c8eb 100%);
  background: -ms-linear-gradient(top, #3dc1e8 5%, #54c8eb 100%);
  background: linear-gradient(to bottom, #3dc1e8 5%, #54c8eb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@info-color, 8%)', endColorstr='@info-color', GradientType=0);
}
.btn-ar.btn-warning {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f0ad4e), color-stop(1, #ed9c28));
  background: -moz-linear-gradient(top, #f0ad4e 5%, #ed9c28 100%);
  background: -webkit-linear-gradient(top, #f0ad4e 5%, #ed9c28 100%);
  background: -o-linear-gradient(top, #f0ad4e 5%, #ed9c28 100%);
  background: -ms-linear-gradient(top, #f0ad4e 5%, #ed9c28 100%);
  background: linear-gradient(to bottom, #f0ad4e 5%, #ed9c28 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@warning-color', endColorstr='darken(@warning-color, 5%)', GradientType=0);
  background-color: #f0ad4e;
  border: 0;
}
.btn-ar.btn-warning:active {
  background-color: #eea236;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eea236), color-stop(1, #f0ad4e));
  background: -moz-linear-gradient(top, #eea236 5%, #f0ad4e 100%);
  background: -webkit-linear-gradient(top, #eea236 5%, #f0ad4e 100%);
  background: -o-linear-gradient(top, #eea236 5%, #f0ad4e 100%);
  background: -ms-linear-gradient(top, #eea236 5%, #f0ad4e 100%);
  background: linear-gradient(to bottom, #eea236 5%, #f0ad4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@warning-color, 8%)', endColorstr='@warning-color', GradientType=0);
}
.btn-ar.btn-danger {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d9534f), color-stop(1, #d2322d));
  background: -moz-linear-gradient(top, #d9534f 5%, #d2322d 100%);
  background: -webkit-linear-gradient(top, #d9534f 5%, #d2322d 100%);
  background: -o-linear-gradient(top, #d9534f 5%, #d2322d 100%);
  background: -ms-linear-gradient(top, #d9534f 5%, #d2322d 100%);
  background: linear-gradient(to bottom, #d9534f 5%, #d2322d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@danger-color', endColorstr='darken(@danger-color, 5%)', GradientType=0);
  background-color: #d9534f;
  border: 0;
}
.btn-ar.btn-danger:active {
  background-color: #d43f3a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d43f3a), color-stop(1, #d9534f));
  background: -moz-linear-gradient(top, #d43f3a 5%, #d9534f 100%);
  background: -webkit-linear-gradient(top, #d43f3a 5%, #d9534f 100%);
  background: -o-linear-gradient(top, #d43f3a 5%, #d9534f 100%);
  background: -ms-linear-gradient(top, #d43f3a 5%, #d9534f 100%);
  background: linear-gradient(to bottom, #d43f3a 5%, #d9534f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@danger-color, 8%)', endColorstr='@danger-color', GradientType=0);
}
.btn-ar.btn-royal {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ac60d0), color-stop(1, #9c41c7));
  background: -moz-linear-gradient(top, #ac60d0 5%, #9c41c7 100%);
  background: -webkit-linear-gradient(top, #ac60d0 5%, #9c41c7 100%);
  background: -o-linear-gradient(top, #ac60d0 5%, #9c41c7 100%);
  background: -ms-linear-gradient(top, #ac60d0 5%, #9c41c7 100%);
  background: linear-gradient(to bottom, #ac60d0 5%, #9c41c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@royal-color', endColorstr='darken(@royal-color, 5%)', GradientType=0);
  background-color: #ac60d0;
  border: 0;
}
.btn-ar.btn-royal:active {
  background-color: #a24cca;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a24cca), color-stop(1, #ac60d0));
  background: -moz-linear-gradient(top, #a24cca 5%, #ac60d0 100%);
  background: -webkit-linear-gradient(top, #a24cca 5%, #ac60d0 100%);
  background: -o-linear-gradient(top, #a24cca 5%, #ac60d0 100%);
  background: -ms-linear-gradient(top, #a24cca 5%, #ac60d0 100%);
  background: linear-gradient(to bottom, #a24cca 5%, #ac60d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@royal-color, 8%)', endColorstr='@royal-color', GradientType=0);
}
.btn-social {
  color: #aaa;
  border: solid 1px #aaa;
  padding: 8px 0px;
  width: 150px;
  text-align: center;
  margin: 0 5px 5px 0;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: background .25s ease;
  -moz-transition: background .25s ease;
  -ms-transition: background .25s ease;
  -o-transition: background .25s ease;
  transition: background .25s ease;
}
.btn-social:hover {
  text-decoration: none;
  background-color: #aaa;
  color: #fff;
}
.btn-social:active {
  box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.2);
}
.btn-social-white {
  color: #fff;
  border-color: #fff;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.btn-social-white:hover {
  color: #CCA44C;
  border-color: #CCA44C;
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-social .fa {
  margin: 0 10px 0 0;
  font-size: 18px;
}
.btn-social.solid:hover {
  text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
}
.btn-social.sm {
  width: 32px;
  height: 32px;
}
.btn-social.lg {
  width: 220px;
  padding: 12px 0;
}
.btn-social.xl-lg {
  width: 400px;
  padding: 18px 0;
}
.btn-social.round {
  border-radius: 5px;
}
.btn-social.sm .fa {
  margin: 0;
}
.btn-social.rss {
  color: #ef922f;
  border-color: #ef922f;
}
.btn-social.rss:hover,
.btn-social.rss.solid {
  color: #fff;
  background-color: #ef922f;
}
.btn-social.facebook {
  color: #3b5998;
  border-color: #3b5998;
}
.btn-social.facebook:hover,
.btn-social.facebook.solid {
  color: #fff;
  background-color: #3b5998;
}
.btn-social.twitter {
  color: #00aced;
  border-color: #00aced;
}
.btn-social.twitter:hover,
.btn-social.twitter.solid {
  color: #fff;
  background-color: #00aced;
}
.btn-social.google-plus {
  color: #dd4b39;
  border-color: #dd4b39;
}
.btn-social.google-plus:hover,
.btn-social.google-plus.solid {
  color: #fff;
  background-color: #dd4b39;
}
.btn-social.youtube {
  color: #bb0000;
  border-color: #bb0000;
}
.btn-social.youtube:hover,
.btn-social.youtube.solid {
  color: #fff;
  background-color: #bb0000;
}
.btn-social.linkedin {
  color: #007bb6;
  border-color: #007bb6;
}
.btn-social.linkedin:hover,
.btn-social.linkedin.solid {
  color: #fff;
  background-color: #007bb6;
}
.btn-social.instagram {
  color: #517fa4;
  border-color: #517fa4;
}
.btn-social.instagram:hover,
.btn-social.instagram.solid {
  color: #fff;
  background-color: #517fa4;
}
.btn-social.pinterest {
  color: #cb2027;
  border-color: #cb2027;
}
.btn-social.pinterest:hover,
.btn-social.pinterest.solid {
  color: #fff;
  background-color: #cb2027;
}
.btn-social.wordpress {
  color: #4597be;
  border-color: #4597be;
}
.btn-social.wordpress:hover,
.btn-social.wordpress.solid {
  color: #fff;
  background-color: #4597be;
}
.btn-social.git {
  color: #666666;
  border-color: #666666;
}
.btn-social.git:hover,
.btn-social.git.solid {
  color: #fff;
  background-color: #666666;
}
.btn-social.flickr {
  color: #ff0084;
  border-color: #ff0084;
}
.btn-social.flickr:hover,
.btn-social.flickr.solid {
  color: #fff;
  background-color: #ff0084;
}
.btn-social.stack-overflow {
  color: #bbbbbb;
  border-color: #bbbbbb;
}
.btn-social.stack-overflow:hover,
.btn-social.stack-overflow.solid {
  color: #fff;
  background-color: #bbbbbb;
}
.btn-social.vine {
  color: #00b48a;
  border-color: #00b48a;
}
.btn-social.vine:hover,
.btn-social.vine.solid {
  color: #fff;
  background-color: #00b48a;
}
.btn-social.dribbble {
  color: #f26798;
  border-color: #f26798;
}
.btn-social.dribbble:hover,
.btn-social.dribbble.solid {
  color: #fff;
  background-color: #f26798;
}
.btn-social.foursquare {
  color: #0072b1;
  border-color: #0072b1;
}
.btn-social.foursquare:hover,
.btn-social.foursquare.solid {
  color: #fff;
  background-color: #0072b1;
}
.btn-social.tumblr {
  color: #32506d;
  border-color: #32506d;
}
.btn-social.tumblr:hover,
.btn-social.tumblr.solid {
  color: #fff;
  background-color: #32506d;
}
.social-icon-ar {
  display: inline-block;
  width: 44px;
  height: 44px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 0 20px 20px 0;
}
.social-icon-ar .fa {
  padding-top: 10px;
}
.social-icon-ar:hover {
  color: #fff;
  text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.social-icon-ar.round {
  border-radius: 5px;
}
.social-icon-ar.circle {
  border-radius: 40px;
}
.social-icon-ar.sm {
  width: 25px;
  height: 25px;
  margin: 0 10px 10px 0;
  font-size: 15px;
}
.social-icon-ar.sm .fa {
  padding-top: 6px;
}
.social-icon-ar.tumblr {
  background-color: #32506d;
  background-image: -webkit-linear-gradient(bottom, #32506d, #426a90);
  background-image: -moz-linear-gradient(bottom, #32506d, #426a90);
  background-image: -o-linear-gradient(bottom, #32506d, #426a90);
  background-image: linear-gradient(to top, #32506d, #426a90);
}
.social-icon-ar.rss {
  background-color: #ef922f;
  background-image: -webkit-linear-gradient(bottom, #ef922f, #f3ab5e);
  background-image: -moz-linear-gradient(bottom, #ef922f, #f3ab5e);
  background-image: -o-linear-gradient(bottom, #ef922f, #f3ab5e);
  background-image: linear-gradient(to top, #ef922f, #f3ab5e);
}
.social-icon-ar.twitter {
  background-color: #00aced;
  background-image: -webkit-linear-gradient(bottom, #00aced, #21c2ff);
  background-image: -moz-linear-gradient(bottom, #00aced, #21c2ff);
  background-image: -o-linear-gradient(bottom, #00aced, #21c2ff);
  background-image: linear-gradient(to top, #00aced, #21c2ff);
}
.social-icon-ar.facebook {
  background-color: #3b5998;
  background-image: -webkit-linear-gradient(bottom, #3b5998, #4c70ba);
  background-image: -moz-linear-gradient(bottom, #3b5998, #4c70ba);
  background-image: -o-linear-gradient(bottom, #3b5998, #4c70ba);
  background-image: linear-gradient(to top, #3b5998, #4c70ba);
}
.social-icon-ar.linkedin {
  background-color: #007bb6;
  background-image: -webkit-linear-gradient(bottom, #007bb6, #009de9);
  background-image: -moz-linear-gradient(bottom, #007bb6, #009de9);
  background-image: -o-linear-gradient(bottom, #007bb6, #009de9);
  background-image: linear-gradient(to top, #007bb6, #009de9);
}
.social-icon-ar.pinterest {
  background-color: #cb2027;
  background-image: -webkit-linear-gradient(bottom, #cb2027, #e03e44);
  background-image: -moz-linear-gradient(bottom, #cb2027, #e03e44);
  background-image: -o-linear-gradient(bottom, #cb2027, #e03e44);
  background-image: linear-gradient(to top, #cb2027, #e03e44);
}
.social-icon-ar.instagram {
  background-color: #517fa4;
  background-image: -webkit-linear-gradient(bottom, #517fa4, #7098b8);
  background-image: -moz-linear-gradient(bottom, #517fa4, #7098b8);
  background-image: -o-linear-gradient(bottom, #517fa4, #7098b8);
  background-image: linear-gradient(to top, #517fa4, #7098b8);
}
.social-icon-ar.google-plus {
  background-color: #dd4b39;
  background-image: -webkit-linear-gradient(bottom, #dd4b39, #e47365);
  background-image: -moz-linear-gradient(bottom, #dd4b39, #e47365);
  background-image: -o-linear-gradient(bottom, #dd4b39, #e47365);
  background-image: linear-gradient(to top, #dd4b39, #e47365);
}
.social-icon-ar.youtube {
  background-color: #bb0000;
  background-image: -webkit-linear-gradient(bottom, #bb0000, #ee0000);
  background-image: -moz-linear-gradient(bottom, #bb0000, #ee0000);
  background-image: -o-linear-gradient(bottom, #bb0000, #ee0000);
  background-image: linear-gradient(to top, #bb0000, #ee0000);
}
.social-icon-ar.git {
  background-color: #666666;
  background-image: -webkit-linear-gradient(bottom, #666666, #808080);
  background-image: -moz-linear-gradient(bottom, #666666, #808080);
  background-image: -o-linear-gradient(bottom, #666666, #808080);
  background-image: linear-gradient(to top, #666666, #808080);
}
.social-icon-ar.wordpress {
  background-color: #4597be;
  background-image: -webkit-linear-gradient(bottom, #4597be, #6baccb);
  background-image: -moz-linear-gradient(bottom, #4597be, #6baccb);
  background-image: -o-linear-gradient(bottom, #4597be, #6baccb);
  background-image: linear-gradient(to top, #4597be, #6baccb);
}
.social-icon-ar.flickr {
  background-color: #ff0084;
  background-image: -webkit-linear-gradient(bottom, #ff0084, #ff339d);
  background-image: -moz-linear-gradient(bottom, #ff0084, #ff339d);
  background-image: -o-linear-gradient(bottom, #ff0084, #ff339d);
  background-image: linear-gradient(to top, #ff0084, #ff339d);
}
.social-icon-ar.stack-overflow {
  background-color: #bbbbbb;
  background-image: -webkit-linear-gradient(bottom, #bbbbbb, #d4d4d4);
  background-image: -moz-linear-gradient(bottom, #bbbbbb, #d4d4d4);
  background-image: -o-linear-gradient(bottom, #bbbbbb, #d4d4d4);
  background-image: linear-gradient(to top, #bbbbbb, #d4d4d4);
}
.social-icon-ar.vine {
  background-color: #00b48a;
  background-image: -webkit-linear-gradient(bottom, #00b48a, #00e7b1);
  background-image: -moz-linear-gradient(bottom, #00b48a, #00e7b1);
  background-image: -o-linear-gradient(bottom, #00b48a, #00e7b1);
  background-image: linear-gradient(to top, #00b48a, #00e7b1);
}
.social-icon-ar.dribbble {
  background-color: #f26798;
  background-image: -webkit-linear-gradient(bottom, #f26798, #f696b8);
  background-image: -moz-linear-gradient(bottom, #f26798, #f696b8);
  background-image: -o-linear-gradient(bottom, #f26798, #f696b8);
  background-image: linear-gradient(to top, #f26798, #f696b8);
}
.social-icon-ar.foursquare {
  background-color: #0072b1;
  background-image: -webkit-linear-gradient(bottom, #0072b1, #0093e4);
  background-image: -moz-linear-gradient(bottom, #0072b1, #0093e4);
  background-image: -o-linear-gradient(bottom, #0072b1, #0093e4);
  background-image: linear-gradient(to top, #0072b1, #0093e4);
}
.icon-ar {
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #CCA44C;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  margin: 0 5px 5px 0;
  text-align: center;
  line-height: 2.2;
}
.icon-ar.icon-ar-square {
  border-radius: 0;
}
.icon-ar.icon-ar-round {
  border-radius: 5px;
}
.icon-ar.icon-ar-circle {
  border-radius: 100px;
}
.icon-ar.icon-ar-inverse {
  background-color: transparent;
  color: #CCA44C;
  border: solid 1px #CCA44C;
}
.icon-ar.icon-ar-sm {
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 2;
}
.icon-ar.icon-ar-lg {
  width: 50px;
  height: 50px;
  font-size: 22px;
  line-height: 2.2;
}
.icon-ar.icon-ar-xl-lg {
  width: 80px;
  height: 80px;
  font-size: 36px;
  line-height: 2.2;
}
.icon-ar.icon-ar-xxl-lg {
  width: 120px;
  height: 120px;
  font-size: 48px;
  line-height: 2.6;
}
.icon-ar.icon-ar-white {
  background-color: #fff;
  color: #CCA44C;
}
.icon-ar.icon-ar-white.icon-ar-inverse {
  background-color: transparent;
  color: #fff;
  border: solid 1px #fff;
}
.icon-ar.icon-ar-danger {
  background-color: #d9534f;
}
.icon-ar.icon-ar-warning {
  background-color: #f0ad4e;
}
.icon-ar.icon-ar-success {
  background-color: #02c66c;
}
.icon-ar.icon-ar-info {
  background-color: #54c8eb;
}
.icon-ar.icon-ar-help {
  background-color: #ac60d0;
}
.icon-ar.icon-ar-black {
  background-color: #333;
}
.icon-ar.icon-ar-inverse.icon-ar-white {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.icon-ar.icon-ar-inverse.icon-ar-danger {
  background-color: transparent;
  color: #d9534f;
  border-color: #d9534f;
}
.icon-ar.icon-ar-inverse.icon-ar-warning {
  background-color: transparent;
  color: #f0ad4e;
  border-color: #f0ad4e;
}
.icon-ar.icon-ar-inverse.icon-ar-success {
  background-color: transparent;
  color: #02c66c;
  border-color: #02c66c;
}
.icon-ar.icon-ar-inverse.icon-ar-info {
  background-color: transparent;
  color: #54c8eb;
  border-color: #54c8eb;
}
.icon-ar.icon-ar-inverse.icon-ar-help {
  background-color: transparent;
  color: #ac60d0;
  border-color: #ac60d0;
}
.icon-ar.icon-ar-inverse.icon-ar-black {
  background-color: transparent;
  color: #333;
  border-color: #333;
}
.table-striped-primary > tbody > tr:nth-child(odd) > td,
.table-striped-primary > tbody > tr:nth-child(odd) > th {
  background-color: #CCA44C;
  color: #fff;
}
.content-box {
  display: block;
  text-align: center;
  overflow: hidden;
  padding: 15px;
  margin-bottom: 5px;
}
.content-box.box-default {
  background-color: #f6f6f6;
  border: solid 1px #e5e5e5;
}
.content-box.box-default:hover {
  background-color: #f3f3f3;
}
.content-box.box-primary .content-box-title,
.content-box.box-info .content-box-title,
.content-box.box-success .content-box-title,
.content-box.box-warning .content-box-title,
.content-box.box-danger .content-box-title,
.content-box.box-royal .content-box-title {
  color: #fff;
}
.content-box.box-primary {
  background-color: #CCA44C;
  color: #fff;
  border: solid 1px #005174;
}
.content-box.box-success {
  background-color: #02c66c;
  color: #fff;
  border: solid 1px #016135;
}
.content-box.box-info {
  background-color: #54c8eb;
  color: #fff;
  border: solid 1px #179bc2;
}
.content-box.box-warning {
  background-color: #f0ad4e;
  color: #fff;
  border: solid 1px #c77c11;
}
.content-box.box-danger {
  background-color: #d9534f;
  color: #fff;
  border: solid 1px #a02622;
}
.content-box.box-royal {
  background-color: #ac60d0;
  color: #fff;
  border: solid 1px #792e9c;
}
.content-box.box-primary:hover {
  background-color: #0087c1;
}
.content-box.box-success:hover {
  background-color: #02ad5e;
}
.content-box.box-info:hover {
  background-color: #3dc1e8;
}
.content-box.box-warning:hover {
  background-color: #eea236;
}
.content-box.box-danger:hover {
  background-color: #d43f3a;
}
.content-box.box-royal:hover {
  background-color: #a24cca;
}
/* Caption */
.img-caption-ar {
  position: relative;
  padding: 5px;
  border: solid 1px #ddd;
  margin-bottom: 20px;
  color: #fff;
  width: 100%;
}
.img-caption-ar img {
  width: 100%;
}
.caption-ar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.caption-ar .caption-content {
  width: 80%;
  height: 150px;
  left: 10%;
  top: 40%;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -ms-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.caption-ar:hover .caption-content {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.caption-ar:hover {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.caption-ar .caption-content a {
  background-color: rgba(128, 128, 128, 0.5);
  padding: 10px 10px 8px 10px;
  color: #fff;
  border: solid 1px #999;
  text-decoration: none;
  margin-bottom: 10px !important;
  display: inline-block;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.caption-ar .caption-content a:hover {
  background-color: rgba(200, 200, 200, 0.5);
}
.caption-ar .caption-content a i {
  margin-right: 10px;
}
.caption-ar .caption-content .caption-title {
  padding: 0;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5em;
}
.caption-ar .caption-content .caption-title + p {
  margin-top: 5px;
}
/* ---------------------------------------------------- */
/* Footer */
/* ---------------------------------------------------- */
.footer-widgets {
  background-color: #191a1d;
  color: #969696;
  padding: 50px 0;
}
.footer-widget-title {
  font-size: 1.2em;
  font-weight: 700;
  position: relative;
  color: #fff;
}
.footer-widgets a {
  color: #eee;
  text-decoration: none;
  transition: all .25s ease;
}
.footer-widgets a:hover {
  color: #0eb7ff;
}

.footer-widgets2 {
  background-color: #444;
  color: #eee;
  padding: 0px 0 20px 0;
  margin-top: 30px;
  border-top: solid 1px #ccc;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}
.footer-widget-title2 {
  font-family: 'Lato', sans-serif;
  font-size: 1.6em;
  color: #0eb7ff;
}
.footer-widgets2 a {
  color: #eee;
  text-decoration: none;
  transition: all .25s ease;
}
.footer-widgets2 a:hover {
  color: #0eb7ff;
}

.footer {
  background: #CCA44C;
  color: #fff;
  padding: 15px 0;
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 13px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;

}
.footer p {
  margin: 0;
  padding: 0;
  line-height: 100%;
}

.footer2 {
  background-color: #333;
  color: #ccc;
  padding: 17px 0;
  text-align: center;
  border-top: solid 1px #555;
}
.footer2 a {
  color: #CCA44C;
  text-decoration: none;
}
.footer2 a:hover {
  color: #CCA44C;
}
.footer2 p {
  margin: 0;
  padding: 0;
  line-height: 100%;
}

.footer-widget .media {
  margin-bottom: 10px;
}
.footer-widget .media .media-heading {
  font-size: 1.1em;
  line-height: 1.3em;
}
.footer-widget small {
  color: #ccc;
  font-style: oblique;
}
.footer-widget .thumbnail {
  border-color: #666;
  background-color: rgba(0, 0, 0, 0.2);
}

.three_cols {
  overflow: hidden;
}
.three_cols > li {
  float: left;
  width: 33.333%;
  padding-bottom: 2px;
  padding-top: 1px;
}
.input-group > input[type="text"] {
  height: 40px;
  position: relative;
  z-index: 1;
}

.widget-tags ul>li {
  float: left;
  margin: 3px;
  margin-bottom: 0px !important;
}
/* ---------------------------------------------------- */
/* Slidebar */
/* ---------------------------------------------------- */
.sb-slidebar {
  color: #fff;
}
.sb-slidebar input[type="text"] {
  border-radius: 0;
  height: 50px;
  background-color: #333;
  border: 0;
  border-bottom: solid 1px #2f2f2f;
  box-shadow: none;
  color: #fff;
}
.sb-slidebar .input-group .btn {
  height: 50px;
  background-color: #CCA44C;
  color: #fff;
  border-color: #2f2f2f;
  border-radius: 0;
}
.sb-slidebar .input-group .btn i {
  font-size: 1.4em;
}
.slidebar-header {
  color: #CCA44C;
  font-size: 1.6em;
  border-bottom: solid 1px #2f2f2f;
  padding: 15px 20px;
  margin: 10px 0 20px 0;
}
.padding-20 {
  padding: 20px 0;
}
.padding-40 {
  padding: 40px 0;
}
.margin-10 {
  margin: 10px 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.lateral-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.slidebar-menu {
  margin: 0;
  padding: 0;
}
.slidebar-menu li {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.slidebar-menu li a {
  display: block;
  color: #ddd;
  padding: 10px 20px;
  border-bottom: solid 1px #2f2f2f;
  text-decoration: none;
}
.slidebar-menu li a:hover {
  background-color: #000;
  color: #fff;
}
.slidebar-social-icons {
  padding: 0 20px;
}
/* ---------------------------------------------------- */
/* Theme Options */
/* ---------------------------------------------------- */
#theme-options {
  display: table;
  position: fixed;
  top: 150px;
  left: -260px;
  z-index: 1000;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#theme-options:hover {
  left: 0;
}
#icon-options {
  display: table-cell;
}
#icon-options i {
  padding: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  background-image: -webkit-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -moz-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -o-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: linear-gradient(to top, #ececec, #f4f4f4);
}
#body-options {
  display: table-cell;
  width: 260px;
  background-color: #eee;
  padding: 15px 20px;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  background-image: -webkit-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -moz-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -o-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: linear-gradient(to top, #ececec, #f4f4f4);
}
#body-options h2 {
  font-size: 1.3em;
  margin-bottom: 10px;
}
#body-options .color-box {
  display: inline-block;
  text-indent: -999999px !important;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: solid 1px #000;
  margin: 2px;
}
#body-options .color-blue {
  background-color: #CCA44C;
}
#body-options .color-blue2 {
  background-color: #4d7db3;
}
#body-options .color-blue3 {
  background-color: #6695e2;
}
#body-options .color-blue4 {
  background-color: #2366f0;
}
#body-options .color-blue5 {
  background-color: #38d3ff;
}
#body-options .color-green {
  background-color: #21ba91;
}
#body-options .color-green2 {
  background-color: #21ba49;
}
#body-options .color-green3 {
  background-color: #13e018;
}
#body-options .color-green4 {
  background-color: #5ebe1e;
}
#body-options .color-green5 {
  background-color: #0a9200;
}
#body-options .color-red {
  background-color: #e73c3c;
}
#body-options .color-red2 {
  background-color: #ae0000;
}
#body-options .color-red3 {
  background-color: #ed0742;
}
#body-options .color-fuchsia {
  background-color: #ff4c94;
}
#body-options .color-pink {
  background-color: #ff41e6;
}
#body-options .color-yellow {
  background-color: #f6dc00;
}
#body-options .color-yellow2 {
  background-color: #c5b319;
}
#body-options .color-orange {
  background-color: #ffb644;
}
#body-options .color-orange2 {
  background-color: #e97900;
}
#body-options .color-orange3 {
  background-color: #c37744;
}
#body-options .color-violet {
  background-color: #9f2cc0;
}
#body-options .color-violet2 {
  background-color: #9000ec;
}
#body-options .color-violet3 {
  background-color: #c64dff;
}
#body-options .color-gray {
  background-color: #808080;
}
#body-options .color-aqua {
  background-color: #29d7d5;
}
.syntaxhighlighter {
  background-color: white !important;
}
.syntaxhighlighter .line.alt1 {
  background-color: white !important;
}
.syntaxhighlighter .line.alt2 {
  background-color: white !important;
}
.syntaxhighlighter .line.highlighted.alt1,
.syntaxhighlighter .line.highlighted.alt2 {
  background-color: #e0e0e0 !important;
}
.syntaxhighlighter .line.highlighted.number {
  color: black !important;
}
.syntaxhighlighter table caption {
  color: black !important;
}
.syntaxhighlighter .gutter {
  color: #afafaf !important;
}
.syntaxhighlighter .gutter .line {
  border-right: 3px solid #CCA44C !important;
}
.syntaxhighlighter .gutter .line.highlighted {
  background-color: #CCA44C !important;
  color: white !important;
}
.syntaxhighlighter.printing .line .content {
  border: none !important;
}
.syntaxhighlighter.collapsed {
  overflow: visible !important;
}
.syntaxhighlighter.collapsed .toolbar {
  color: blue !important;
  background: white !important;
  border: 1px solid #CCA44C !important;
}
.syntaxhighlighter.collapsed .toolbar a {
  color: blue !important;
}
.syntaxhighlighter.collapsed .toolbar a:hover {
  color: red !important;
}
.syntaxhighlighter .toolbar {
  color: white !important;
  background: #CCA44C !important;
  border: none !important;
}
.syntaxhighlighter .toolbar a {
  color: white !important;
}
.syntaxhighlighter .toolbar a:hover {
  color: black !important;
}
.syntaxhighlighter .plain,
.syntaxhighlighter .plain a {
  color: black !important;
}
.syntaxhighlighter .comments,
.syntaxhighlighter .comments a {
  color: #008200 !important;
}
.syntaxhighlighter .string,
.syntaxhighlighter .string a {
  color: blue !important;
}
.syntaxhighlighter .keyword {
  color: #006699 !important;
}
.syntaxhighlighter .preprocessor {
  color: gray !important;
}
.syntaxhighlighter .variable {
  color: #aa7700 !important;
}
.syntaxhighlighter .value {
  color: #009900 !important;
}
.syntaxhighlighter .functions {
  color: #ff1493 !important;
}
.syntaxhighlighter .constants {
  color: #0066cc !important;
}
.syntaxhighlighter .script {
  font-weight: bold !important;
  color: #006699 !important;
  background-color: none !important;
}
.syntaxhighlighter .color1,
.syntaxhighlighter .color1 a {
  color: gray !important;
}
.syntaxhighlighter .color2,
.syntaxhighlighter .color2 a {
  color: #ff1493 !important;
}
.syntaxhighlighter .color3,
.syntaxhighlighter .color3 a {
  color: red !important;
}
.syntaxhighlighter .keyword {
  font-weight: bold !important;
}
/* UI ELEMNTS PAGES */
.bs-glyphicons-list {
  padding-left: 0;
  list-style: none;
}
.bs-glyphicons-list li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #fff;
  background-color: #f9f9f9;
}
.bs-glyphicons-list .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}
.bs-glyphicons-list .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
  /* Help out IE10+ with class names */
}
.bs-glyphicons-list li:hover {
  color: #fff;
  background-color: #CCA44C;
}
@media (min-width: 768px) {
  .bs-glyphicons-list {
    margin-left: 0;
    margin-right: 0;
  }
  .bs-glyphicons-list li {
    width: 12.5%;
    font-size: 12px;
  }
}
.fontawesome-icon-list .fa-hover a {
  font-size: 1.1em;
  line-height: 2em;
  color: #333;
  display: block;
  text-decoration: none;
  padding: 3px 10px;
  border-radius: 2px;
}
.fontawesome-icon-list .fa-hover a:hover {
  color: #fff;
  background-color: #CCA44C;
}
.fontawesome-icon-list .fa-hover a i {
  font-size: 1.4em;
  margin-right: 10px;
  line-height: 1.8em;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .drop-demo ul {
    position: static;
    z-index: 0;
    margin: 0;
    padding: 0;
  }
  .drop-demo .dropdown-menu .dropdown-submenu ul {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .drop-demo ul {
    position: static;
    z-index: 0;
    margin: 0;
    padding: 0;
  }
  .drop-demo .dropdown-menu .dropdown-submenu ul {
    position: static;
    box-shadow: none;
    border: 0;
    margin: 0;
    padding-left: 15px;
  }
}
/*-------------------------------------------------------------------*/
/* Carousel Images */
/*-------------------------------------------------------------------*/
.carousel-images .carousel-indicators {
  bottom: auto;
  top: 10px;
}
.carousel-images .carousel-control {
  position: absolute;
  top: 50%;
  bottom: auto;
  height: 50px;
  left: 20px;
  width: 50px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 90;
}
.carousel-images .carousel-control.left {
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
}
.carousel-images .carousel-control.right {
  right: 20px;
  left: auto;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
}
.carousel-images .carousel-control:hover,
.carousel-images .carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-images .carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  left: auto;
  right: auto;
  bottom: 0;
  padding: 20px;
}
.carousel-images .carousel-caption.carousel-caption-dark {
  background-color: rgba(0, 0, 0, 0.7);
}
.carousel-images .carousel-caption h1,
.carousel-images .carousel-caption h2,
.carousel-images .carousel-caption h3,
.carousel-images .carousel-caption h4,
.carousel-images .carousel-caption h5,
.carousel-images .carousel-caption h6 {
  color: #fff;
  margin: 0 0 10px 0;
}
.carousel-images .carousel-caption h1 a,
.carousel-images .carousel-caption h2 a,
.carousel-images .carousel-caption h3 a,
.carousel-images .carousel-caption h4 a,
.carousel-images .carousel-caption h5 a,
.carousel-images .carousel-caption h6 a {
  color: #fff;
  text-decoration: none;
}
/*-------------------------------------------------------------------*/
/* bxslider */
/*-------------------------------------------------------------------*/
.bx-wrapper .bx-loading {
  background-image: url("../images/bx_loader.gif");
}
.bx-wrapper .bx-caption {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.7);
}
.bx-wrapper .bx-caption span {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  margin: 0;
  line-height: 1em;
  padding-bottom: 15px;
}
.bx-wrapper .bx-prev {
  left: 0px;
  background: url("../images/controls.png") no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url("../images/controls.png") no-repeat -43px -32px;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.bxslider-controls {
  position: relative;
}
.bxslider-controls .bx-next {
  font-size: 1.4em;
  font-weight: 500;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 6px 0px;
  color: #fff;
  width: 32px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: -60px;
}
.bxslider-controls .bx-prev {
  font-size: 1.4em;
  font-weight: 500;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 6px 0px;
  color: #fff;
  width: 32px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  right: 37px;
  top: -60px;
}
.bxslider-controls .bx-prev:hover,
.bxslider-controls .bx-next:hover {
  background-color: #CCA44C;
}
.calification {
  color: #ffde00;
  font-size: 1.3em;
  margin-bottom: 10px;
}
.calification i {
  margin: 0;
  padding: 0;
  line-height: 100%;
}
/* ---------------------------------------------------- */
/* Index Page */
/* ---------------------------------------------------- */
.home-devices {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .home-devices {
    padding-top: 80px;
  }
}
.icon-devices {
  margin: 30px 0 20px 0px;
  font-size: 3em;
  text-align: center;
  padding: 0;
}
.icon-devices li {
  list-style-type: none;
  list-style-position: outside;
  display: inline-block;
}
.icon-devices li a {
  color: #777;
  margin-right: 10px;
}
.icon-devices li a:hover {
  color: #666;
}
.icon-devices li.active a {
  color: #CCA44C;
}
/* ---------------------------------------------------- */
/* Portfolio */
/* ---------------------------------------------------- */
.portfolio-menu {
  background-color: #f9f9f9;
  margin-bottom: 40px;
}
.portfolio-menu h3 {
  font-size: 1.2em;
  color: #fff;
  background-color: #CCA44C;
  padding: 10px 10px;
  border-left: solid 3px #CCA44C;
  margin: 0;
  font-weight: 400;
}
.portfolio-menu h3 i,
.portfolio-menu h4 i {
  font-size: .85em;
  margin-right: 5px;
}
.portfolio-menu h4 {
  font-size: 1.2em;
  color: #333;
  background-color: #f1f1f1;
  padding: 10px 10px;
  border-left: solid 3px #CCA44C;
  margin: 0;
  font-weight: 400;
}
.portfolio-cats,
.portfolio-cols,
.portfolio-desc {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  box-sizing: border-box;
}
.portfolio-cats li span {
  padding: 7px 10px;
  border-left: solid 3px #ddd;
  display: block;
  margin: 0;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
.portfolio-cats li span:hover,
.portfolio-cats li span.active,
.portfolio-cats li span.active:hover {
  color: #000;
  border-color: #CCA44C;
}
.portfolio-cats li span.active {
  font-weight: 600;
}
.portfolio-cols li {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.portfolio-cols li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 1.3em;
  margin: 0;
  padding: 0;
  border-right: solid 1px #ddd;
  padding: 7px 0;
}
.portfolio-desc li:first-child a,
.portfolio-cols li:first-child a {
  border-left: solid 3px #ddd;
}
.portfolio-desc li:last-child a,
.portfolio-cols li:last-child a {
  border-right: none;
}
.portfolio-cols li a.active,
.portfolio-desc li a.active,
.portfolio-cols li a.active:focus,
.portfolio-desc li a.active:focus,
.portfolio-cols li a.active:hover,
.portfolio-desc li a.active:hover {
  background-color: #CCA44C;
  color: #fff;
  font-weight: normal;
}
.portfolio-desc li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.portfolio-desc li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 1.1em;
  margin: 0;
  padding: 0;
  border-right: solid 1px #ddd;
  padding: 5px 0;
}
.portfolio-item-caption {
  text-align: center;
  margin-bottom: 20px;
}
.portfolio-item-caption h1,
.portfolio-item-caption h2,
.portfolio-item-caption h3,
.portfolio-item-caption h4,
.portfolio-item-caption h5,
.portfolio-item-caption h6 {
  margin-bottom: 5px;
  margin-top: 0px;
}
.portfolio-topbar {
  background-color: #f9f9f9;
  margin-bottom: 30px;
  border-top: solid 1px #eee;
  border-left: solid 1px #eee;
}
.portfolio-topbar h1,
.portfolio-topbar h2,
.portfolio-topbar h3,
.portfolio-topbar h4,
.portfolio-topbar h5,
.portfolio-topbar h6 {
  display: block;
  text-align: center;
  font-size: 1.3em;
  margin: 0;
  padding: 8px 0;
  line-height: 1;
  border-right: solid 1px #eee;
}
.portfolio-topbar-cats li,
.portfolio-topbar-cols li,
.portfolio-topbar-desc li {
  float: left;
  list-style-type: none;
  list-style-position: outside;
}
.portfolio-topbar-cats,
.portfolio-topbar-cols,
.portfolio-topbar-desc {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  float: left;
}
.portfolio-topbar-cats li span {
  display: inline-block;
  padding: 5px 12px;
  cursor: pointer;
  border-bottom: solid 3px #eee;
}
.portfolio-topbar-cats li span.active,
.portfolio-topbar-cats li span.active:hover {
  border-bottom: solid 3px #CCA44C;
}
.topbar-border {
  display: block;
  width: 100%;
  padding: 5px 12px;
  border-bottom: solid 3px #eee;
  border-right: solid 1px #eee;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-topbar-cats li span {
    padding: 5px 9px;
  }
}
.portfolio-topbar-cols {
  display: block;
  width: 100%;
}
.portfolio-topbar-cols li {
  width: 25%;
  float: left;
  text-align: center;
}
.portfolio-topbar-cols li a {
  display: block;
  padding: 5px 12px;
  cursor: pointer;
  border-bottom: solid 3px #eee;
  text-decoration: none;
  color: #333;
}
.portfolio-topbar-cols li a.active,
.portfolio-topbar-cols li a.active:hover,
.portfolio-topbar-desc li a.active,
.portfolio-topbar-desc li a.active:hover {
  border-bottom-color: #CCA44C;
}
.portfolio-topbar-cols li a:hover,
.portfolio-topbar-desc li a:hover,
.portfolio-topbar-cats li span:hover {
  border-bottom-color: #999;
}
.portfolio-topbar-cols li:last-child,
.portfolio-topbar-desc li:last-child {
  border-right: solid 1px #eee;
}
.portfolio-topbar .col-md-8 {
  padding-right: 0;
}
.portfolio-topbar .col-md-2.port-fix {
  padding-right: 0;
  padding-left: 0;
}
.portfolio-topbar .col-md-2 {
  padding-left: 0;
}
.portfolio-topbar-desc li {
  float: left;
  width: 50%;
  text-align: center;
}
.portfolio-topbar-desc {
  display: block;
  width: 100%;
}
.portfolio-topbar-desc li a {
  display: block;
  padding: 5px 12px;
  cursor: pointer;
  border-bottom: solid 3px #eee;
  text-decoration: none;
  color: #333;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-item-panel .panel-body {
    font-size: .9em;
    line-height: 160%;
  }
  .portfolio-item-panel h4 {
    margin-top: 0;
  }
}
/* ---------------------------------------------------- */
/* E-Commerce */
/* ---------------------------------------------------- */
.ec-box {
  margin-bottom: 20px;
  border: solid 1px #eee;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.ec-box:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  z-index: 10;
}
.ec-box img {
  display: block;
  margin: 0 auto;
}
.ec-box-footer {
  background-color: #f5f5f5;
  padding: 5px;
  overflow: hidden;
  margin-top: 10px;
}
.ec-box-footer .label {
  font-size: 1em;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
  margin-bottom: 0;
}
.ec-box-footer .ec-price {
  display: block;
  font-size: 1.2em;
  color: #02c66c;
  text-align: center;
  margin-top: 5px;
}
.ec-box-header {
  background-color: #f5f5f5;
  padding: 5px;
  font-weight: 600;
  text-align: center;
}
.ec-filters-menu ul {
  padding: 0;
  list-style-type: none;
}
.ec-filters-menu ul li a {
  display: block;
  color: #333;
  border-left: solid 3px #ddd;
  padding-left: 15px;
  text-decoration: none;
}
.ec-filters-menu ul li a:hover {
  border-color: #000;
  color: #000;
}
.ec-filters-menu ul li a.active {
  border-color: #CCA44C;
  color: #CCA44C;
}
.price-box {
  font-size: 2.4em;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  border: solid 1px #cdff76;
  padding: 9px;
  border-radius: 2px;
}
#bx-pager a {
  display: inline-block;
  border: solid 1px #ddd;
  padding: 3px;
}
@media (max-width: 991px) {
  #bx-pager {
    margin-bottom: 40px;
  }
}
.e-price {
  font-size: 1.4em;
  padding: 15px;
  background-color: #CCA44C;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.e-price span {
  font-size: 2em;
}
/*-------------------------------------------------------------------*/
/* Blog */
/*-------------------------------------------------------------------*/
.post {
  margin-bottom: 30px;
  overflow: hidden;
}
.post .panel.panel-default .panel-heading a {
  color: #000;
  font-size: 1.2em;
  margin: 0;
}
.post .panel.panel-primary .panel-heading a {
  color: #fff;
  font-size: 1.2em;
  margin: 0;
}
.post .post-title a {
  color: #CCA44C;
  text-decoration: none;
}
.img-post {
  padding: 5px;
  border: solid 1px #ccc;
  background-color: #eee;
  margin: 0 auto 20px auto;
}
.post p {
  line-height: 190%;
}
.post-content {
  font-size: .9em;
}
.post-info {
  margin-top: 20px;
  padding: 5px 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  overflow: hidden;
  vertical-align: baseline;
  position: relative;
}
.post-info span {
  color: #CCA44C;
}
.post-info .btn {
  position: absolute;
  right: 0;
  top: 3px;
}
.post-info-b i {
  margin: 0 5px;
}
.pi-content {
  margin-top: 5px;
  display: inline-block;
}
/* Comments */
.sub-comments {
  padding-left: 50px;
  border-left: dotted 1px #ddd;
}
/*-------------------------------------------------------------------*/
/* Sidebar */
/*-------------------------------------------------------------------*/
.block {
  margin-bottom: 20px;
}
.block .nav > li > a > i {
  font-size: 1.3em;
}
.block ul {
  padding: 0;
}
.block ul.simple li {
  list-style-type: none;
  margin: 3px 0;
}
.block ul.simple li a {
  border-left: solid 2px #CCA44C;
  padding-left: 20px;
}
.block ul.simple li a:hover {
  border-color: #000000;
}
.block ul.simple li ul {
  padding-left: 20px;
}
.post-sidebar {
  padding: 0;
}
.post-sidebar li {
  list-style-type: none;
  overflow: hidden;
  margin-bottom: 20px;
}
.post-sidebar img {
  float: left;
  padding: 5px;
  border: solid 1px #ccd;
  background-color: #ddd;
  margin-right: 10px;
}
.post-sidebar h4 {
  margin: 0;
  padding: 0;
  line-height: 140%;
  font-size: 1.1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.post-sidebar .date {
  margin-top: 10px;
  color: #666;
  display: block;
}
.tags-cloud a {
  border: solid 1px #ddd;
  padding: 3px 5px;
  margin: 2px;
  display: inline-block;
  font-size: .9em;
  color: #CCA44C;
  text-decoration: none;
}
.tags-cloud a:hover {
  background-color: #CCA44C;
  color: #fff;
}
.comments-sidebar {
  padding: 0;
  margin: 0;
}
.comments-sidebar li {
  list-style-type: none;
  margin: 10px 0;
  overflow: hidden;
}
.comments-sidebar li:nth-child(2n) img {
  border-radius: 50px;
  float: left;
  margin-right: 10px;
}
.comments-sidebar li:nth-child(2n+1) img {
  border-radius: 50px;
  float: right;
  margin-left: 10px;
}
.comments-sidebar li h4 {
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 140%;
}
/*-------------------------------------------------------------------*/
/* Timeline */
/*-------------------------------------------------------------------*/
@media (min-width: 768px) {
  .timeline-left {
    border-right: solid 5px #ddd;
  }
  .timeline-right {
    padding-top: 100px;
  }
  .timeline-event-left {
    width: 97%;
    position: relative;
  }
  .timeline-event-left:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #CCA44C;
    border-radius: 50px;
    border: solid 4px #ddd;
    position: absolute;
    right: -37px;
    top: 13px;
    margin-left: -12px;
    z-index: 10;
  }
  .timeline-event-right:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #CCA44C;
    border-radius: 50px;
    border: solid 4px #ddd;
    position: absolute;
    left: -25px;
    top: 13px;
    margin-left: -12px;
    z-index: 10;
  }
  .timeline-event-right {
    width: 97%;
    margin-left: 3%;
    position: relative;
  }
  .timeline-event:after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    position: absolute;
    top: 9px;
  }
  .timeline-event-left:after {
    border-width: 14px 0 14px 20px;
    border-color: transparent transparent transparent #CCA44C;
    right: -18px;
  }
  .timeline-event-right:after {
    border-width: 14px 20px 14px 0;
    border-color: transparent #CCA44C transparent transparent;
    left: -18px;
  }
}
@media (min-width: 992px) {
  .timeline-event-left:before {
    right: -41px;
    margin-left: -12px;
  }
  .timeline-event-right:before {
    left: -29px;
    margin-left: -12px;
  }
}
@media (min-width: 1200px) {
  .timeline-event-left:before {
    right: -44px;
    margin-left: -12px;
  }
  .timeline-event-right:before {
    left: -32px;
    margin-left: -12px;
  }
}
.timeline-title {
  text-align: center;
  display: block;
  margin: 0 auto 40px auto;
}
.timeline-title span {
  background-color: #CCA44C;
  padding: 8px;
  color: #fff;
  border-radius: 3px;
}
/* Timeline 2 */
@media (min-width: 768px) {
  .timeline-2 {
    border-left: solid 5px #eee;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-left: 110px;
  }
  .timeline-2 li {
    position: relative;
  }
  .timeline-2-point {
    top: 20px;
    left: -10px;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #CCA44C;
    margin: 0 0 0 -17px;
    box-shadow: 0 0 0 4px #eee;
    -webkit-font-smoothing: antialiased;
    border-radius: 30px;
    z-index: 20;
  }
  .timeline-2 li:hover .timeline-2-point {
    background-color: #444;
  }
  .timeline-2 li .timeline-time {
    position: relative;
    top: 0px;
    left: -150px;
    z-index: 20;
    text-align: right;
    display: block;
    width: 100px;
  }
  .timeline-2 li .timeline-time span {
    display: block;
    font-size: 1.6em;
  }
  .timeline-2 li .panel,
  .timeline-2 li .alert,
  .timeline-2 li blockquote {
    margin-top: -45px;
    position: relative;
    top: 0;
  }
}
@media (max-width: 767px) {
  .timeline-2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .timeline-2-point {
    display: none;
  }
  .timeline-2 li {
    margin-bottom: 40px;
  }
  .timeline-2 li .timeline-time {
    font-size: 1.6em;
    padding-bottom: 20px;
    display: block;
  }
}
/*-------------------------------------------------------------------*/
/* Pricing */
/*-------------------------------------------------------------------*/
.pricign-box {
  border: solid 1px #444;
  -webkit-box-shadow: 3px 3px 8px 0px #cccccc;
  -moz-box-shadow: 3px 3px 8px 0px #cccccc;
  box-shadow: 3px 3px 8px 0px #cccccc;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pricign-box:hover {
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.39);
}
.pricing-box-header {
  color: #fff;
  background-color: #444;
  padding: 10px;
}
.pricing-box-header > h2 {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 100%;
  font-size: 2em;
  text-align: center;
  color: #fff;
}
.pricing-box-header > p {
  font-size: .9em;
  font-weight: 300;
  text-align: center;
  margin: 0;
}
.pricing-box-price {
  padding: 10px;
  margin-bottom: 7px;
  background-color: #ededed;
  border-bottom: solid 1px #ddd;
}
.pricing-box-price h3 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-size: 2em;
  text-align: center;
}
.pricing-box-price h3 > sub {
  font-size: .6em;
}
.pricing-box-content > ul {
  padding: 0;
}
.pricing-box-content > ul > li {
  list-style-type: none;
  padding: 7px 0;
  border-bottom: dotted 1px #ddd;
  vertical-align: top;
}
.pricing-box-content > ul > li > i {
  margin: 0 14px;
  font-size: 1.4em;
  list-style-position: inside;
}
.pricing-box-footer {
  margin: 10px auto;
  text-align: center;
}
.pricign-box-pro {
  border-color: #CCA44C;
}
.pricign-box-pro > .pricing-box-header {
  color: #fff;
  background-color: #CCA44C;
}
/* Pricing Mega Table */
.pricing-table {
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  margin-bottom: 40px;
}
.pricing-table-head {
  border-bottom: solid 1px #ddd;
}
.pricing-table-head .price {
  text-align: center;
}
.pricing-table-content {
  list-style-type: none;
  padding: 0;
  font-size: .9em;
  margin: 0;
}
.pricing-table-content li {
  padding: 5px 10px;
  border-bottom: solid 1px #ddd;
  margin: 0;
}
.border-fix-pricing {
  border-right: solid 1px #ddd;
}
.pricing-table-description {
  margin-top: 70px;
}
.pricing-desc-title {
  font-size: 24px;
  text-align: center;
  background-color: #CCA44C;
  color: #fff;
  margin: 0;
  padding: 21px 5px 20px 5px;
  height: 69px;
}
.pricing-table-head h2 {
  font-size: 1.3em;
  text-align: center;
  background-color: #CCA44C;
  color: #fff;
  margin: 0;
  padding: 10px 5px;
  font-weight: 400;
  height: 70px;
}
.pricing-table-head h2 span {
  font-size: 12px;
  display: block;
  padding-top: 5px;
}
.pricing-table-head .price {
  font-size: 1em;
}
.pricing-table-head .price {
  font-size: 24px;
  font-weight: 400;
  height: 32px;
}
.pricing-table-head .price i {
  font-style: normal;
  font-size: 32px;
}
.pricing-table-content {
  text-align: center;
}
.pricing-table-description .pricing-table-content {
  text-align: left;
}
.pricing-table-content li:nth-child(2n+1) {
  background-color: #f9f9f9;
}
.pricing-table-description i {
  margin-right: 10px;
  color: #CCA44C;
  font-size: 1.1em;
}
.pricing-table-footer .btn {
  border-radius: 0px;
}
.pricing-table-content .fa-check {
  color: #02c66c;
}
.pricing-table-content .fa-times {
  color: #d9534f;
}
@media (min-width: 992px) {
  .pricing-col {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .pricing-table-content span {
    display: block;
  }
  .pricing-table {
    border-right: solid 1px #ddd;
  }
}
/*-------------------------------------------------------------------*/
/* Charts */
/*-------------------------------------------------------------------*/
.circles-text {
  font-size: 2em !important;
}
/*-------------------------------------------------------------------*/
/* Home Full */
/*-------------------------------------------------------------------*/
#header-full {
  background-image: url("../images/back.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
.wrap-primary {
  background-color: #CCA44C;
  background-color: rgba(0, 64, 90, 0.7);
  padding: 40px 0;
}
#header-full .secondary-color {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  color: #cdff76;
  font-weight: 300;
}
#header-full .lead {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  font-weight: 300;
  font-size: 1.6em;
  max-width: 700px;
  margin: 0 auto;
}
.header-full-icons {
  margin-top: 80px;
}
.header-full-icons {
  margin-top: 80px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}
.header-full-icons .icon-ar {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.header-full-icons .icon-ar:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#header-full h1,
#header-full h2,
#header-full h3,
#header-full h4,
#header-full h4,
#header-full h6 {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  font-family: "Open Sans", "Lato", sans-serif;
}
.head-title {
  font-size: 5em;
  font-weight: 300;
  text-align: center;
  color: #fff !important;
}
@media (min-height: 900px) {
  .wrap-primary {
    padding: 20px 0;
  }
  .header-full-icons {
    margin-top: 40px;
  }
}
@media (min-height: 990px) {
  .wrap-primary {
    padding: 80px 0 40px 0;
  }
}
@media (max-height: 900px) {
  .wrap-primary {
    padding: 0;
  }
  .header-full-icons {
    margin-top: 40px;
  }
  .head-title {
    font-size: 3em;
  }
  .head-subtitle {
    font-size: 2em;
  }
  .header-full-icons .icon-ar.icon-ar-xl-lg {
    width: 60px;
    height: 60px;
    font-size: 32px;
    line-height: 1.8;
  }
}
@media (max-height: 768px) {
  .head-full-logo {
    display: none;
  }
}
@media (max-width: 991px) {
  .wrap-primary {
    padding: 20px 0;
  }
  .header-full-icons {
    margin-top: 40px;
  }
  .head-title {
    font-size: 3em;
    font-weight: 300;
    text-align: center;
    color: #fff !important;
  }
  .head-subtitle {
    font-size: 2em;
  }
}
/* ---------------------------------------------------- */
/* Feature icon */
/* ---------------------------------------------------- */
.wrap-dark-color {
  background-color: #333;
  color: #666;
}
.wrap-dark-color p.lead {
  margin: 20px 0;
  font-size: 1.3em;
}
.feature-icon:first-child {
  border-left: solid 1px #444;
}
.feature-container {
  display: table;
}
a.feature-icon {
  display: table-cell;
  padding: 20px;
  min-width: 130px;
  border-right: solid 1px #444;
  text-decoration: none;
  color: #666;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
a.feature-icon:hover {
  color: #fff;
  background-color: #CCA44C;
}
.feature-icon i {
  display: block;
  font-size: 2.6em;
  margin-bottom: 10px;
  text-align: center;
}
.feature-icon h4 {
  font-size: 1.2em;
  margin: 0;
  color: #666;
  text-align: center;
}
.feature-icon:hover h4 {
  color: #fff;
}
@media (min-width: 1200px) {
  a.feature-icon:hover {
    min-width: 200px;
  }
}
@media (max-width: 991px) {
  .feature-container {
    display: block;
    text-align: center;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .feature-icon:first-child {
    border-left: 0;
  }
  a.feature-icon {
    float: left;
    width: 25%;
    border: 0;
  }
}
@media (max-width: 519px) {
  .feature-container h4 {
    font-size: 1em;
  }
  .feature-icon:first-child {
    border-left: 0;
  }
  a.feature-icon {
    float: left;
    border: 0;
    min-width: 0;
    width: 50%;
  }
}
/* ---------------------------------------------------- */
/* Errors */
/* ---------------------------------------------------- */
.error-404 {
  max-width: 500px;
}
.error-404 h1 {
  font-size: 6em;
  text-transform: uppercase;
  font-family: 'Open Sans';
}
.error-404 h2 {
  font-size: 3em;
  text-transform: uppercase;
}
@media (min-height: 1019px) {
  .error-404 {
    margin: 48px auto 49px auto;
  }
}
/* 404 2 */
.paper-back {
  background-image: url("../images/back.png");
  background-repeat: repeat;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.title-logo {
  background-image: url("../images/logo50.png");
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 2.3em;
  font-weight: 300;
  font-family: "Open Sans", "Lato", sans-serif;
  color: #000;
  padding-top: 70px;
  margin-bottom: 20px;
  text-align: center;
}
.title-logo span {
  color: #CCA44C;
}
.transparent-div {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 2px #ffffff;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 2px #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 2px #ffffff;
  border: solid 1px #c3c3c3;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 20px;
  color: #7e8488;
}
.transparent-div h1,
.transparent-div h2,
.transparent-div h3 {
  color: #7e8488;
}
.transparent-div h1 {
  font-size: 3.5em;
}
.transparent-div p {
  font-size: 1.2em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-bottom: 25px;
}
.transparent-div .btn-ar.btn-primary {
  border: solid 1px #00638e;
  background-image: -webkit-linear-gradient(top, #CCA44C, #0080b6);
  background-image: -moz-linear-gradient(top, #CCA44C, #0080b6);
  background-image: -o-linear-gradient(top, #CCA44C, #0080b6);
  background-image: linear-gradient(to bottom, #CCA44C, #0080b6);
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0;
}
.absolute-center {
  height: 700px;
}
@media (min-width: 500px) {
  .absolute-center {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}
/* ---------------------------------------------------- */
/* Home News */
/* ---------------------------------------------------- */
.home-news-box {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .home-news-box {
    margin-top: 40px;
  }
  .home-news-box h5 {
    font-size: 1em;
  }
}
/* ---------------------------------------------------- */
/* Home Profile */
/* ---------------------------------------------------- */
.profile-header {
  min-height: 350px;
  background-image: url("../images/back_profile.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  margin-bottom: 40px;
}
.dark-div {
  background-color: rgba(0, 0, 0, 0.5);
}
.profile-header .dark-div {
  min-height: 350px;
  padding: 50px 0;
}
.profile-header h1 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  font-size: 3em;
  text-align: center;
  color: #fff;
}
.profile-header h2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  font-size: 1.7em;
  text-align: center;
  color: #cdff76;
}
.profile-header-btn .btn {
  margin: 10px;
  padding: 12px 20px;
}
.home-profile-img img {
  border: solid 10px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  margin-top: 10px;
}
.profile-header-social {
  text-align: center;
  margin: 20px 0 0 0;
}
/* ---------------------------------------------------- */
/* Home Services */
/* ---------------------------------------------------- */
.services-header {
  min-height: 350px;
  background-image: url("../images/back_services.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  margin-bottom: 40px;
}
.primary-dark-div {
  background-color: rgba(0, 89, 126, 0.5);
}
.services-header .primary-dark-div {
  min-height: 350px;
  padding: 50px 0;
}
.service-header-text {
  max-width: 450px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}
.service-header-text h1 {
  color: #cdff76;
}
.service-header-text .btn-ar.btn-primary {
  -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.75), inset 0 0 2px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 0 3px rgba(255, 255, 255, 0.75), inset 0 0 2px rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.75), inset 0 0 2px rgba(255, 255, 255, 0.75);
  border: solid 1px #00577c;
  background-image: -webkit-linear-gradient(bottom, #0084bb, #CCA44C);
  background-image: -moz-linear-gradient(bottom, #0084bb, #CCA44C);
  background-image: -o-linear-gradient(bottom, #0084bb, #CCA44C);
  background-image: linear-gradient(to top, #0084bb, #CCA44C);
  padding: 13px 45px;
  font-size: 1.1em;
  text-shadow: none;
  margin: 20px 0;
}
.service-header-text .btn-ar.btn-primary:active {
  background-image: -webkit-linear-gradient(top, #0084bb, #CCA44C);
  background-image: -moz-linear-gradient(top, #0084bb, #CCA44C);
  background-image: -o-linear-gradient(top, #0084bb, #CCA44C);
  background-image: linear-gradient(to bottom, #0084bb, #CCA44C);
  -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.75), inset 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(255, 255, 255, 0.75), inset 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.75), inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.services-header-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.services-header-list li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.7em;
  font-family: "Lato", "Open Sans", sans-serif;
  font-weight: 300;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 5px #000000, inset 0 0 2px rgba(255, 255, 255, 0.65);
  -moz-box-shadow: 0 0 5px #000000, inset 0 0 2px rgba(255, 255, 255, 0.65);
  box-shadow: 0 0 5px #000000, inset 0 0 2px rgba(255, 255, 255, 0.65);
  border: solid 1px rgba(255, 255, 255, 0.4);
  padding: 15px;
  margin: 20px 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.services-header-list li a i {
  margin-right: 10px;
  font-size: 1.1em;
}
.services-header-list li a:hover {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 5px #000000, inset 0 0 2px rgba(255, 255, 255, 0.95);
  -moz-box-shadow: 0 0 5px #000000, inset 0 0 2px rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 5px #000000, inset 0 0 2px rgba(255, 255, 255, 0.95);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .services-header-list li a {
    font-size: 1.4em;
  }
}
@media (max-width: 600px) {
  .services-header-list li a {
    font-size: 1.4em;
  }
}
/* ---------------------------------------------------- */
/* Login Pages */
/* ---------------------------------------------------- */
.logig-form {
  max-width: 500px;
}
.login-form-full {
  padding-top: 50px;
  max-width: 500px;
  margin: 0 auto;
}
.paper-back-full {
  background-image: url("../images/back.png");
  background-repeat: repeat;
  padding-bottom: 30px;
}
@media (min-height: 800px) {
  .login-form-full {
    padding-top: 10%;
  }
}
/* ---------------------------------------------------- */
/* Page Profile */
/* ---------------------------------------------------- */
.profile-avatar-container {
  position: relative;
}
.profile-avatar {
  position: absolute;
  top: -100px;
  left: 100px;
  border: solid 10px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.nav-profile {
  background-color: #f9f9f9;
  border-bottom: solid 1px #eee;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 60px;
}
.nav-profile ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  min-height: 50px;
  list-style-type: none;
}
.profile-counters li {
  float: left;
  text-align: center;
}
.profile-counters li a {
  font-family: "Lato";
  display: block;
  color: #333;
  font-size: 22px;
  padding: 6px 40px 4px 0;
  text-decoration: none;
}
.profile-counters li a:hover {
  color: #CCA44C;
}
.profile-counters li a span {
  display: block;
  font-size: 13px;
}
.profile-header-text {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  margin-top: 130px;
}
.profile-header-text h1 {
  color: #cdff76;
}
.profile-header-text h2 {
  color: #fff;
}
@media (max-width: 767px) {
  .profile-avatar {
    position: static;
    margin: 0 auto;
    display: block;
  }
  .nav-profile {
    margin-bottom: 40px;
  }
  .profile-header-text {
    text-align: center;
    margin-top: 0px;
  }
}
/* ---------------------------------------------------- */
/* Coming Soon */
/* ---------------------------------------------------- */
.coming-back {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/coming_back.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
.coming-content {
  background-color: rgba(0, 10, 17, 0.76);
  margin-top: 20px;
  padding: 30px 0;
}
.coming-content h1 {
  font-family: "Open Sans", "Lato", sans-serif;
}
.coming-counter h1 {
  color: #fff;
  font-size: 3em;
  text-align: right;
  margin: 0 0 40px 0;
}
#getting-started {
  color: #fff;
}
#getting-started span {
  display: block;
}
.coming-date {
  list-style-type: none;
  padding: 0;
  float: right;
}
.coming-date li {
  float: left;
  display: block;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  font-family: "Lato";
  margin: 0 15px;
}
.coming-date li span {
  display: block;
  font-size: 18px;
  margin-top: 15px;
}
.coming-date li.colon {
  margin: 0;
}
.coming-date li:last-child {
  margin-right: 0;
}
.coming-desc h1 {
  font-size: 40px;
  color: #fff;
  display: block;
  margin: 0 0 20px 0;
  padding-left: 70px;
  background-image: url("../images/logo50_white.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.coming-desc p {
  font-size: 1.2em;
  line-height: 170%;
}
.coming-social {
  float: right;
  margin-top: 150px;
}
@media (max-width: 991px) {
  .coming-social {
    float: left;
    margin-top: 20px;
  }
}
@media (min-height: 600px) {
  .coming-content {
    margin-top: 50px;
  }
}
@media (min-height: 800px) {
  .coming-content {
    margin-top: 300px;
  }
}
.coming-date.coming-date-black {
  display: block;
  width: 100%;
  overflow: hidden;
  float: none;
  text-align: center;
  margin: 20px auto;
}
.coming-date.coming-date-black li {
  color: #7e8488;
  float: none;
  display: inline-block;
  vertical-align: top;
}
/*-------------------------------------------------------------------*/
/* Service List */
/*-------------------------------------------------------------------*/
.service-list li {
  counter-increment: myIndex;
  position: relative;
  margin-bottom: 20px;
  padding: 10px 0 10px 80px;
}
.service-list li:before {
  content: counter(myIndex);
  font-family: "Roboto", sans-serif;
  font-size: 2em;
  padding: 10px 15px;
  border: solid 1px #CCA44C;
  color: #CCA44C;
  border-radius: 500px;
  position: absolute;
  top: 10px;
  left: 0;
}
/*-------------------------------------------------------------------*/
/* Back to Top */
/*-------------------------------------------------------------------*/
#back-top a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999999;
  color: #eee;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}
#back-top a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
#back-top a i {
  font-size: 2em;
}
@media (max-width: 767px) {
  #back-top a {
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  #back-top a i {
    font-size: 1.6em;
  }
}
/*-------------------------------------------------------------------*/
/* Header full */
/*-------------------------------------------------------------------*/
.header-full {
  background-image: -webkit-linear-gradient(bottom, #f0f0f0, #f4f4f4);
  background-image: -moz-linear-gradient(bottom, #f0f0f0, #f4f4f4);
  background-image: -o-linear-gradient(bottom, #f0f0f0, #f4f4f4);
  background-image: linear-gradient(to top, #f0f0f0, #f4f4f4);
}
.header-full-title {
  float: left;
  overflow: hidden;
  padding-left: 75px;
  background-image: url("../images/logo_big.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.header-full-title h1 {
  margin-bottom: 5px;
  margin-top: 15px;
  font-family: "Open Sans";
  color: #000;
  font-size: 32px;
  font-weight: 300;    
}
.header-full-title h1 a {
  color: #000;
  text-decoration: none;
}
.header-full-title h1 span,
.header-full-title h1 span a {
  color: #CCA44C;
}
.header-full-title p {
  margin-bottom: 15px;
  font-size: 1.2em;
  text-align: center;
}
.top-nav {
  float: right;
  position: relative;
}
.top-nav .dropdown {
  display: inline-block;
  margin-left: 20px;
  z-index: 60000000;
  vertical-align: top;
}
.top-nav .dropdown a {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: 7px 10px;
  color: #000;
  text-decoration: none;
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 1px #ffffff;
  box-shadow: inset 0 0 1px #ffffff;
  border: solid 1px #e3e6e8;
  border-top: 0;
}
.top-nav .dropdown > a:after {
  content: none;
}
.top-nav .dropdown a i {
  font-size: 1.2em;
  color: #444;
}
.dropdown-search-box,
.dropdown-login-box {
  overflow: hidden;
  padding: 10px;
  min-width: 300px;
  box-shadow: none;
}
.dropdown-search-box .form-group,
.dropdown-login-box {
  margin: 0;
}
.dropdown-login-box h4 {
  margin: 5px  0 10px 0;
}
.dropdown-login-box .btn {
  margin-top: 10px;
}
.top-nav-social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  margin-left: 20px;
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 1px #ffffff;
  box-shadow: inset 0 0 1px #ffffff;
  border: solid 1px #e3e6e8;
  border-top: 0;
  overflow: hidden;
}
.top-nav-social li {
  float: left;
  margin: 0;
}
.top-nav-social a {
  font-size: 1.5em;
  margin: 0;
  color: #444;
  display: inline-block;
  padding: 7px 10px;
  min-width: 40px;
  text-align: center;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.top-nav-social a.twitter:hover {
  background-color: #00aced;
  color: #fff;
}
.top-nav-social a.facebook:hover {
  background-color: #3b5998;
  color: #fff;
}
.top-nav-social a.instagram:hover {
  background-color: #517fa4;
  color: #fff;
}
.top-nav-social a.rss:hover {
  background-color: #ef922f;
  color: #fff;
}
.top-nav-social a.linkedin:hover {
  background-color: #007bb6;
  color: #fff;
}
.top-nav-social a.git:hover {
  background-color: #666666;
  color: #fff;
}
.top-nav-social a.googleplus:hover {
  background-color: #dd4b39;
  color: #fff;
}
.top-nav-social a.youtube:hover {
  background-color: #bb0000;
  color: #fff;
}
.top-nav-social a.pinterest:hover {
  background-color: #cb2027;
  color: #fff;
}
.top-nav-social a.wordpress:hover {
  background-color: #4597be;
  color: #fff;
}
.top-nav-social a.flickr:hover {
  background-color: #ff0084;
  color: #fff;
}
.top-nav-social a.vine:hover {
  background-color: #00b48a;
  color: #fff;
}
.top-nav-social a.dribbble:hover {
  background-color: #f26798;
  color: #fff;
}
.top-nav-social a.foursquare:hover {
  background-color: #0072b1;
  color: #fff;
}
.top-nav-social a.tumblr:hover {
  background-color: #32506d;
  color: #fff;
}
/* ----- */
.navbar-header-full {
  background-color: #f0f0f0;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-top: solid 1px #ddd;
}
.navbar-header-full.navbar-inverse {
  border-top: solid 1px #CCA44C;
}
.navbar-header-full.navbar-dark {
  border-top: solid 1px #444;
}
.navbar-default.navbar-inverse + .main-header {
  background-color: #fff;
  border-bottom: solid 1px #ddd;
  color: #333;
}
.navbar-default.navbar-inverse + .main-header .page-title,
.navbar-default.navbar-inverse + .main-header a {
  color: #333;
  border-color: #333;
}
.navbar-default.navbar-inverse + .main-header .breadcrumb > li + li:before {
  color: #888;
}
.navbar-default.navbar-inverse + .main-header li.active {
  color: #000;
  border-color: #000;
}
.header-full-dark {
  background-image: none;
  background-color: #444;
  color: #fff;
}
.header-full-dark .header-full-title h1 a {
  margin-bottom: 5px;
  margin-top: 15px;
  font-family: "Open Sans";
  word-spacing: -7px;
  color: #fff;
  font-size: 32px;
}
.navbar-header-full .sb-icon-navbar i {
  height: 51px;
  margin-top: -1px;
}
.navbar-inverse .sb-icon-navbar i {
  background-color: #444;
  background-image: none;
}
.header-full + .navbar-inverse {
  background-image: none;
  box-shadow: none;
}
.header-full-dark .top-nav-social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  margin-left: 20px;
  background-color: #333;
  -webkit-box-shadow: inset 0 0 1px #323232;
  -moz-box-shadow: inset 0 0 1px #323232;
  box-shadow: inset 0 0 1px #323232;
  border: solid 1px #555;
  border-top: 0;
  overflow: hidden;
}
.header-full-dark .top-nav-social li {
  float: left;
  margin: 0;
}
.header-full-dark .top-nav-social a {
  color: #999;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.header-full-dark .top-nav .dropdown a {
  color: #999;
  background-color: #333;
  -webkit-box-shadow: inset 0 0 1px #323232;
  -moz-box-shadow: inset 0 0 1px #323232;
  box-shadow: inset 0 0 1px #323232;
  border: solid 1px #555;
  border-top: 0;
}
.header-full-dark .top-nav .dropdown a i {
  color: #999;
}
.header-full-dark .top-nav .dropdown-menu {
  color: #999;
  background-color: #333;
}
.header-full-dark .top-nav .dropdown-menu input {
  color: #999;
  background-color: #444;
  border-color: #555;
  box-shadow: none;
}
.header-full-dark .top-nav .dropdown-menu input:focus {
  border-color: #CCA44C;
}
.header-full-dark ~ .navbar-dark {
  border-top: solid 1px #555;
}
/* Navbar Dark */
.navbar-dark {
  background-color: #444;
  background-image: none;
  color: #fff;
  box-shadow: none;
}
.navbar-dark a {
  background-image: none;
}
.navbar-default.navbar-dark .navbar-nav > li > a:hover,
.navbar-default.navbar-dark .navbar-nav > .active > a:hover,
.navbar-default.navbar-dark .navbar-nav > .active > a {
  background-image: none;
  color: #fff;
}
.navbar-default.navbar-dark .navbar-nav > li > a,
.navbar-default.navbar-dark .navbar-nav > li > a:hover,
.navbar-default.navbar-dark .navbar-nav > li > a:focus,
.navbar-default.navbar-dark .navbar-nav > .active > a,
.navbar-default.navbar-dark .navbar-nav > .active > a:hover,
.navbar-default.navbar-dark .navbar-nav > .active > a:focus {
  color: #fff;
}
.navbar-default.navbar-dark .navbar-nav > .open > a,
.navbar-default.navbar-dark .navbar-nav > .open > a:hover,
.navbar-default.navbar-dark .navbar-nav > .open > a:focus {
  background-color: #CCA44C;
  background-image: none;
  color: #fff;
}
.navbar-default.navbar-dark .navbar-brand {
  color: #eee;
}
.navbar-default.navbar-dark + .main-header {
  background-color: #f1f1f1;
  border-bottom: solid 1px #ddd;
  color: #333;
}
.navbar-default.navbar-dark + .main-header .page-title,
.navbar-default.navbar-dark + .main-header a {
  color: #333;
  border-color: #333;
}
.navbar-default.navbar-dark + .main-header .breadcrumb > li + li:before {
  color: #888;
}
.navbar-default.navbar-dark + .main-header li.active {
  color: #000;
  border-color: #000;
}
.navbar-dark .dropdown .dropdown-menu {
  background-color: #444;
  color: #fff;
  border-color: #555;
  box-shadow: none;
}
.navbar-dark .dropdown .dropdown-menu a {
  color: #fff;
  background-image: none;
}
.navbar-dark .dropdown .dropdown-menu a:hover,
.navbar-dark .dropdown .dropdown-menu a:focus {
  color: #fff;
}
.navbar-dark .dropdown .divider {
  background-color: #555;
}
.navbar-dark .dropdown .dropdown-header {
  color: #fff;
  border-color: #555;
}
.navbar-dark .sb-icon-navbar i {
  background-color: #CCA44C;
  background-image: none;
}
.navbar-dark .navbar-header .navbar-toggle {
  background-color: #CCA44C;
  background-image: none;
}
.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
  background-color: #0087c1;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-dark .navbar-collapse {
    border-color: #555;
  }
  .navbar-dark .dropdown > a {
    border-bottom: solid 1px #555;
    margin: 0;
  }
  .dropdown-menu a {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .navbar-dark .dropdown-menu a {
    color: #fff !important;
  }
  .navbar-dark .dropdown-submenu.active > a,
  .navbar-dark .dropdown-menu .active > a {
    background-color: #CCA44C !important;
  }
  .navbar-dark .dropdown.active > a,
  .navbar-dark .dropdown a:hover,
  .navbar-dark .dropdown a:focus,
  .navbar-dark .dropdown.active a:hover,
  .navbar-dark .dropdown.active a:focus {
    background-color: #CCA44C !important;
  }
  .navbar-dark .dropdown.open > a,
  .navbar-dark .dropdown.open > a:focus,
  .navbar-dark .dropdown.open > a:active {
    border-bottom: none;
    background-color: #CCA44C;
  }
  .navbar-dark .dropdown-submenu .dropdown-menu li > a {
    color: #fff !important;
  }
  .navbar-dark .dropdown-submenu .dropdown-menu li > a:hover {
    background-color: #CCA44C !important;
  }
  .dropdown-submenu {
    margin-left: -15px;
  }
}
/* Navbar Inverse */
.navbar-inverse {
  background-color: #CCA44C;
  background-image: none;
  color: #fff;
  box-shadow: none;
}
.navbar-inverse .navbar-brand {
  background-image: url("../images/logo_white.png");
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand span {
  color: #fff;
}
.navbar-inverse a {
  background-image: none;
}
.navbar-default.navbar-inverse .navbar-nav > li > a:hover,
.navbar-default.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-default.navbar-inverse .navbar-nav > .active > a {
  background-image: none;
  color: #fff;
}
.navbar-default.navbar-inverse .navbar-nav > li > a,
.navbar-default.navbar-inverse .navbar-nav > li > a:hover,
.navbar-default.navbar-inverse .navbar-nav > li > a:focus,
.navbar-default.navbar-inverse .navbar-nav > .active > a,
.navbar-default.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-default.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
}
.navbar-default.navbar-inverse .navbar-nav > li > a:hover,
.navbar-default.navbar-inverse .navbar-nav > li > a:focus,
.navbar-default.navbar-inverse .navbar-nav > .active > a,
.navbar-default.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-default.navbar-inverse .navbar-nav > .active > a:focus .navbar-default.navbar-inverse .navbar-nav > .open > a,
.navbar-default.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-default.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #444;
  background-image: none;
  color: #fff;
}
.navbar-default.navbar-inverse + .main-header {
  background-color: #f1f1f1;
  border-bottom: solid 1px #ddd;
  color: #333;
}
.navbar-default.navbar-inverse + .main-header .page-title,
.navbar-default.navbar-inverse + .main-header a {
  color: #333;
  border-color: #333;
}
.navbar-default.navbar-inverse + .main-header .breadcrumb > li + li:before {
  color: #888;
}
.navbar-default.navbar-inverse + .main-header li.active {
  color: #000;
  border-color: #000;
}
.navbar-inverse .dropdown .dropdown-menu {
  background-color: #444;
  color: #fff;
  border-color: #555;
  box-shadow: none;
}
.navbar-inverse .dropdown .dropdown-menu a {
  color: #fff;
  background-image: none;
}
.navbar-inverse .dropdown .dropdown-menu a:hover,
.navbar-inverse .dropdown .dropdown-menu a:focus {
  color: #fff;
}
.navbar-dark .dropdown .dropdown-menu .active > a:hover,
.navbar-dark .dropdown .dropdown-menu .active > a:focus,
.navbar-inverse .dropdown .dropdown-menu .active > a:hover,
.navbar-inverse .dropdown .dropdown-menu .active > a:focus {
  background-color: #CCA44C;
}
.navbar-inverse .dropdown .divider {
  background-color: #555;
}
.navbar-inverse .dropdown .dropdown-header {
  color: #fff;
  border-color: #555;
}
.navbar-inverse .sb-icon-navbar i {
  background-color: #333;
  background-image: none;
}
.navbar-inverse .navbar-header .navbar-toggle {
  background-color: #333;
  background-image: none;
}
.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
  background-color: inverseen(#333333, 5%);
}
.header-full-dark + .navbar-inverse {
  border-color: #CCA44C;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-collapse {
    border-color: #555;
    background-color: #444;
  }
  .navbar-inverse .dropdown > a {
    border-bottom: solid 1px #555;
    margin: 0;
  }
  .dropdown-menu a {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .navbar-inverse .dropdown-menu a {
    color: #fff !important;
  }
  .navbar-inverse .dropdown-submenu.active > a,
  .navbar-inverse .dropdown-menu .active > a {
    background-color: #333 !important;
  }
  .navbar-inverse .dropdown.active > a,
  .navbar-inverse .dropdown a:hover,
  .navbar-inverse .dropdown a:focus,
  .navbar-inverse .dropdown.active a:hover,
  .navbar-inverse .dropdown.active a:focus {
    background-color: #333 !important;
  }
  .navbar-inverse .dropdown.open > a,
  .navbar-inverse .dropdown.open > a:focus,
  .navbar-inverse .dropdown.open > a:active {
    border-bottom: none;
    background-color: #333;
  }
  .navbar-inverse .dropdown-submenu .dropdown-menu li > a {
    color: #fff !important;
  }
  .navbar-inverse .dropdown-submenu .dropdown-menu li > a:hover {
    background-color: #333 !important;
  }
}
.top-nav-acc {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  margin-left: 20px;
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 1px #ffffff;
  box-shadow: inset 0 0 1px #ffffff;
  border: solid 1px #e3e6e8;
  border-top: 0;
  overflow: hidden;
}
.top-nav-acc li {
  float: left;
  margin: 0;
}
.top-nav-acc a {
  text-decoration: none;
  margin: 0;
  color: #444;
  display: inline-block;
  padding: 7px 10px;
  min-width: 40px;
  text-align: center;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.header-full-dark .top-nav-acc {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  margin-left: 20px;
  background-color: #333;
  -webkit-box-shadow: inset 0 0 1px #323232;
  -moz-box-shadow: inset 0 0 1px #323232;
  box-shadow: inset 0 0 1px #323232;
  border: solid 1px #555;
  border-top: 0;
  overflow: hidden;
}
.header-full-dark .top-nav-acc li {
  float: left;
  margin: 0;
}
.header-full-dark .top-nav-acc a {
  color: #999;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
/*-------------------------------------------------------------------*/
/* Vertical Tabs */
/*-------------------------------------------------------------------*/
.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left > li {
  margin-right: -1px;
}
.tabs-right > li {
  margin-left: -1px;
}
.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}
.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.sideways {
  margin-top: 50px;
  border: none;
  position: relative;
}
.sideways > li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.sideways > li > a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.sideways > li.active > a,
.sideways > li.active > a:hover,
.sideways > li.active > a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.sideways.tabs-left {
  left: -50px;
}
.sideways.tabs-right {
  right: -50px;
}
.sideways.tabs-right > li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sideways.tabs-left > li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tabs-left-ar > li {
  margin-bottom: 0;
}
.tabs-left-ar > li > a,
.tabs-left-ar > li.active > a {
  border-radius: 0;
  background-color: #f9f9f9;
  border-left: solid 3px #ccc;
}
.vertical-tabs-left,
.vertical-tabs-right {
  display: table;
  background-color: #fafafa;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.vertical-tabs-left {
  border-right: solid 1px #ddd;
}
.vertical-tabs-right {
  border-left: solid 1px #ddd;
}
.vertical-tab-list {
  display: table-cell;
  min-width: 150px;
  vertical-align: top;
}
.vertical-tabs-right .vertical-tab-list {
  border-right: solid 3px #ddd;
  border-left: solid 1px #ddd;
}
.vertical-tabs-left .vertical-tab-list {
  border-left: solid 3px #ddd;
  border-right: solid 1px #ddd;
}
.vertical-tabs-right .vertical-tab-list ul.nav > li > a {
  border-right: solid 3px #ddd;
  margin-right: -3px;
  color: #444;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 13px;
}
.vertical-tabs-left .vertical-tab-list ul.nav > li > a {
  border-left: solid 3px #ddd;
  margin-left: -3px;
  color: #444;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 13px;
}
.vertical-tabs-right .vertical-tab-list ul.nav > li > a:hover,
.vertical-tabs-right .vertical-tab-list ul.nav > li > a:focus {
  border-right: solid 3px #999;
  background-color: #f1f1f1;
}
.vertical-tabs-right .vertical-tab-list ul.nav > li.active > a,
.vertical-tabs-right .vertical-tab-list ul.nav > li.active > a:hover,
.vertical-tabs-right .vertical-tab-list ul.nav > li.active > a:focus {
  border-right: solid 3px #CCA44C;
  background-color: #f1f1f1;
}
.vertical-tabs-left .vertical-tab-list ul.nav > li > a:hover,
.vertical-tabs-left .vertical-tab-list ul.nav > li > a:focus {
  border-left: solid 3px #999;
  background-color: #f1f1f1;
}
.vertical-tabs-left .vertical-tab-list ul.nav > li.active > a,
.vertical-tabs-left .vertical-tab-list ul.nav > li.active > a:hover,
.vertical-tabs-left .vertical-tab-list ul.nav > li.active > a:focus {
  border-left: solid 3px #CCA44C;
  background-color: #f1f1f1;
}
.vertical-tabs-left .tab-content,
.vertical-tabs-right .tab-content {
  display: table-cell;
  padding: 20px;
  width: 100%;
}
/*-------------------------------------------------------------------*/
/* Nav Pills */
/*-------------------------------------------------------------------*/
.ar-nav-pills {
  background-color: #f5f5f5;
  border: solid 1px #ddd;
  margin-bottom: 30px;
}
.ar-nav-pills li {
  border-left: solid 1px #ddd;
}
.ar-nav-pills li a .fa {
  margin-right: 5px;
  font-size: 1.1em;
}
.ar-nav-pills li.active a,
.ar-nav-pills li.active a:focus,
.ar-nav-pills li.active a:hover {
  background-color: #CCA44C;
}
.ar-nav-pills li:first-child {
  border-left: none;
}
@media (max-width: 767px) {
  .ar-nav-pills {
    background-color: #f5f5f5;
    border: solid 1px #ddd;
    margin-bottom: 30px;
  }
  .ar-nav-pills li {
    border-left: none;
    margin: 0 !important;
    margin-bottom: -5px !important;
  }
}

/*-------------------------------------------------------------------*/
/* CMS internal */
/*-------------------------------------------------------------------*/

.top-nav-social a.specialreg:hover { background-color: #CCA44C; color: #fff; }

#cldevents { clear: both; padding-top: 10px; }
#cldgoleft { cursor: pointer; float: left; color: #000000; padding-left: 20px; }
#cldtitle { color: #CCA44C; font-size: 1.14em; }
#cldgoright { cursor: pointer; float: right; color: #000000; padding-right: 20px; }
#cldevents table { width: 100%; }
#cldevents thead td { padding: 0px 10px; text-align: right; font-weight: bold; font-size: 1.07em; }
#cldevents tbody tr { border-top: dotted 1px #ddd; }
#cldevents tbody td { padding: 0px 10px; text-align: right; }
.cldsuna { color: #F00; }
.cldsuna a { color: #F00; font-weight: bold; }
.cldsunn, .cldsunn a { color: #FF9C9C; }
.cldact { color: #666; }
.cldact a { color: #666; font-weight: bold; }
.cldnact { color: #B0B0B0; }
.cldnact a { color: #B0B0B0; font-weight: bold; }
.cldnow, .cldnow a { background-color: #CCA44C; color: #FFFFFF !important; }

#footer-widgets #cldgoleft { color: #ffffff !important; }
#footer-widgets #cldgoright { color: #ffffff !important; }

.panel.panel-card { position: relative; height: 241px; border: solid 1px #ddd; overflow: hidden; }
.panel.panel-card .panel-heading { position: relative; z-index: 2; height: 120px; border-bottom-color: #fff; overflow: hidden; transition: height 600ms ease-in-out; }
.panel.panel-card .panel-heading img { position: absolute; top: 50%; left: 50%; z-index: 1; width: 120%; -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); }
.panel.panel-card .panel-heading button { position: absolute; top: 10px; right: 15px; z-index: 3; }
.panel.panel-card .panel-header { margin: 10px 0; }
.panel.panel-card .panel-figure { position: absolute; top: auto; left: 50%; z-index: 3; width: 70px; height: 70px; background-color: #fff; border-radius: 50%; opacity: 1; box-shadow: 0 0 0 3px #fff; -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); transition: opacity 400ms ease-in-out; }
.panel.panel-card .panel-body { padding-top: 40px; padding-bottom: 20px; transition: padding 400ms ease-in-out; }
.panel.panel-card .panel-thumbnails { padding: 0 15px 20px; }
.panel-thumbnails .thumbnail { width: 60px; max-width: 100%; margin: 0 auto; background-color: #fff; }
.panel.panel-card:hover .panel-heading { height: 55px; transition: height 400ms ease-in-out; }
.panel.panel-card:hover .panel-figure { opacity: 0; transition: opacity 400ms ease-in-out; }
.panel.panel-card:hover .panel-body { padding-top: 20px; transition: padding 400ms ease-in-out; }
.panel.panel-still-card:hover .panel-heading { height: 120px !important; }
.panel.panel-still-card:hover .panel-figure { opacity: 1 !important; }
.panel.panel-still-card:hover .panel-body { padding-top: 40px !important; }

.img-option { position: relative; padding: 4px; border: solid 1px #ddd; margin-bottom: 20px; color: #fff; width: 100%; }
.img-option img { width: 100%; }
.caption-option { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, 0); opacity: 0; }
.caption-option .caption-option-content { position: absolute; top: 2px; right: 10px; }
.caption-option:hover { background-color: rgba(0, 0, 0, 0.1); opacity: 1; border: solid 1px #eee; }
.caption-option .caption-option-content a { color: #aaa; }
.caption-option .caption-option-content a:hover { color: #fff; }

/*-------------------------------------------------------------------*/
/* Trending bar */
/*-------------------------------------------------------------------*/

.trending-bar {
  background: #f5f5f5;
  color: #1c1c1c;
  padding: 10px 0;
}

.owl-carousel.owl-theme.trending-slide .owl-nav {
  position: absolute;
  right: 0;
  top: -3px;
  margin: 0;
}

.owl-carousel.owl-theme.trending-slide .owl-nav>div {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #515151;
}

.owl-carousel.owl-theme.trending-slide .owl-nav>div:hover {
  background: #CCA44C;
  border: 1px solid transparent;
  color: #fff;
}

.trending-title {
  background: #CCA44C;
  color: #fff;
  font-size: 11px;
  padding: 5px 10px;
  line-height: 100%;
  text-transform: uppercase;
  float: left;
  margin: 0 20px 0 0;
}

.trending-bar .post-content,
.trending-light .post-content {
  padding: 0;
}

.trending-slide .post-title a {
  color: #1c1c1c;
  font-size: 13px;
  font-family: 'Roboto';
  font-weight: 500;
}

.trending-slide .post-title.title-small {
  font-weight: 400;
  margin: 0;
}

/*-- Post title --*/

.post-title {
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0 0;
}

.post-title a {
  color: #1c1c1c;
}

.post-title a:hover {
  color: #CCA44C;
}

.post-title.title-extra-large {
  font-size: 26px;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.post-title.title-large {
  font-size: 20px;
  line-height: 26px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.post-title.title-medium {
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.post-title.title-small {
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 5px;
}

/*-- Top bar --*/

.topbar-info div {
  display: inline-block;
}

.topbar-info {
  text-align: right;
}

.topbar-info .topbar-social ul li {
  display: inline-block;
  padding: 0 7px;
}

.topbar-info .topbar-social ul li a {
  color: #515151;
}

.topbar-info .topbar-social ul li a:hover {
  color: #CCA44C;
}

.topbar-user-panel span {
  background: #111;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  cursor: pointer;
}

.topbar-info .top-user-panel span {
  display: inline-block;
  height: 26px;
  background: red;
  width: 26px;
}

.topbar-user-panel span a {
  color: #fff;
  font-size: 12px;
}

.topbar-info .topbar-user-panel {
  text-align: center;
  border-right: 1px solid #eaebe7;
  line-height: 0;
  padding-right: 9px;
}

.ts-date-top {
  color: #666;
}

.ts-date-top i {
  margin-right: 5px;
}

.topbar-user-panel span.ts-login {
  margin-right: 0;
}

.topbar-user-panel span.active {
  background: #CCA44C;
  transition: all 0.3s;
}

.topbar-user-panel span.active:hover {
  background: #111;
}

.top-bar {
  padding: 8px 0;
  border-bottom: 1px solid #dedede;
  color: #a3a3a3;
  font-size: 13px;
}

/*-- Header default --*/

.header {
  padding: 20px 0;
}

.navbar-fixed {
  background: #fff;
  z-index: 99999;
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-animation: fadeInDown 800ms;
  -moz-animation: fadeInDown 800ms;
  -ms-animation: fadeInDown 800ms;
  -o-animation: fadeInDown 800ms;
  animation: fadeInDown 800ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*-- Logo --*/

.logo {
  padding: 20px 0;
}

/*-- Header right --*/

.header-right {
  float: right;
}

/*-- Logo center --*/

.header.text-center {
  padding: 10px 0;
}

/*-- Search start --*/

ul.top-info-box>li.nav-search {
  cursor: pointer;
  padding-left: 30px;
  margin-left: 30px;
}

ul.top-info-box>li.nav-search:before {
  position: absolute;
  content: '';
  background: #ddd;
  left: 0;
  width: 1px;
  height: 40px;
  top: 50%;
  margin-top: -10px;
}

ul.top-info-box>li.nav-search i {
  font-size: 20px;
  top: 10px;
  position: relative;
  cursor: pointer;
  color: #999;
}

/*-- Nav Search start --*/

.main-nav>.container,
.search-area {
   position: relative;
}

.search-area {
   min-height: 70px;
   padding-right: 0;
}

.nav-search {
   float: right;
   position: relative;
   cursor: pointer;
   top: 18px;
   right: 15px;
   color: #fff;
}

.search-block {
   background-color: #fff;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
   display: none;
   padding: 10px;
   position: absolute;
   right: 15px;
   top: 100%;
   width: 300px;
   z-index: 10;
   margin-top: 0;
}

.search-block .form-control {
   background-color: #f7f7f7;
   border: none;
   color: #000;
   width: 100%;
   height: 40px;
   padding: 0 12px;
}

.search-block .search-close {
   color: #525252;
   position: absolute;
   top: -50px;
   right: 7px;
   font-size: 32px;
   cursor: pointer;
   background: #fff;
   padding: 5px;
}

.search-area .nav-search {
   top: 23px;
}

.search-area .search-block .search-close {
   top: -50px;
}

.search-area .search-block {
   right: 0;
}

/*-- Main navigation --*/

.site-nav-inner {
  position: relative;
}

.main-nav>.container>.row {
  margin-left: 0;
  margin-right: 0;
}

.main-nav.dark-nav {
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: relative;
  border: 0;
}

.main-nav.dark-nav>.container>.row {
  border-bottom: 4px solid #CCA44C;
  background: #272727;
}

.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  padding: 0px;
}

.navbar-toggler {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  border-radius: 0;
  margin-right: 5px;
  background: #CCA44C;
  height: 30px;
  width: 35px;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-toggle .i-bar {
  background: #fff;
}

ul.navbar-nav {
  float: left;
}

ul.navbar-nav>li {
  float: none;
  display: inline-block;
}

ul.navbar-nav>li {
  padding: 0;
  position: relative;
}

ul.navbar-nav>.nav-item>.nav-link {
  display: inline-block;
  padding: 0 12px;
  line-height: 60px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  position: relative;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  font-family: 'Roboto', sans-serif;
}

@media (min-width:992px) {
  ul.navbar-nav>li:hover,
  ul.navbar-nav>li.active {
     background: #CCA44C;
  }
}

ul.navbar-nav>li>a:hover,
ul.navbar-nav>li>a:focus {
  background: none;
}

ul.navbar-nav>li>a i {
  font-weight: 700;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background: transparent;
  border: 0;
}

/*-- Dropdown --*/

ul.navbar-nav>li.mega-dropdown {
  position: static;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  border-radius: 0;
}

.dropdown-submenu>a:after {
  display: block;
  content: "\f105";
  font-family: FontAwesome;
  float: right;
  margin-top: 0;
  margin-right: -5px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  text-align: left;
  background: #222;
  z-index: 100;
  min-width: 230px;
  border-radius: 0;
  border: 0;
  border: 0;
  padding: 20px;
  box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.15);
  margin-top: 0px;
}

.navbar-nav>li>.dropdown-menu.mega-menu-content {
  border-top: 0;
}

@media (min-width:992px) {
  .main-nav.nav-border .navbar-nav>li>.dropdown-menu.mega-menu-content,
  .main-nav.nav-border .navbar-nav>li>.dropdown-menu {
     border-top: 4px solid #CCA44C;
  }
}

.dropdown-menu-large {
  min-width: 400px;
}

.dropdown-menu-large>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown-menu-large>li>ul>li>a {
  padding-left: 0;
}

.dropdown-menu-large>li>ul>li.active>a {
  color: #ec0000;
}

.navbar-nav>li>.dropdown-menu>li.active>a {
  background: #CCA44C;
}

.dropdown-menu li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 12px 15px 12px 10px;
  border-bottom: 1px solid #333;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.dropdown-menu li:last-child>a {
  border-bottom: 0;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>.dropdown-menu>.active>a {
  background: #CCA44C;
  color: #fff;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background: #CCA44C;
  color: #fff;
}

@media (min-width: 767px) {
  ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
     left: 100%;
     top: 0;
     display: none;
  }
  ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
     display: block;
  }
}

.mega-menu-content {
  width: 1140px;
  padding: 0;
}

.mega-menu-content .row {
  margin: 0;
}

.mega-menu-content-inner {
  padding: 20px 10px;
}

.mega-menu-content-inner a {
  color: #fff;
  font-size: 16px;
}

.mega-menu-content .video-icon {
  border: 0;
  margin-top: -40px;
}

/*-- Bootstrap --*/

.nav-tabs>li>a.active,
.nav-tabs>li>a.active:focus,
.nav-tabs>li>a.active:hover,
.nav-tabs>li>a:hover,
.nav-tabs>li>a {
   border: 0;
   background: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
   background: none;
}

.pattern-bg {
   background: #f5f5f5 url(../images/crossword.png);
}

a[href^=tel] {
   color: inherit;
   text-decoration: none;
}

/* Responsive styles
================================================== */

/* Large Devices, Wide Screens */

@media (min-width: 1200px) {
  /* Header */
  .navbar-nav li:hover .dropdown-menu {
     display: block;
  }
  .navbar-collapse {
     padding-right: 0;
  }
  .nav-style-boxed .navbar-collapse {
     padding-left: 15px;
  }
  .header.header-menu .mega-menu-content {
     min-width: 1095px;
     margin-left: -27px;
  }
}

/* Medium Devices, Desktops */

@media (min-width: 992px) and (max-width:1199px) {
  /* Header */
  .navbar-nav li:hover .dropdown-menu {
     display: block;
  }
  ul.navbar-nav>li {
     padding: 0 6px;
  }
  ul.navbar-nav>li>a {
     padding: 0px;
  }
  ul.navbar-nav>li>a,
  .dropdown-menu li a {
     font-size: 12px;
  }
  .header.header-menu .mega-menu-content {
     min-width: 1095px;
     margin-left: -11px;
  }
  /* Projects */
  .project-item-title {
     font-size: 18px;
  }
  /* Clients */
  .clients-logo {
     margin-bottom: 20px;
  }
  /* Subscribe */
  .newsletter-form input {
     min-width: 340px;
  }
  /* Action box */
  .action-box-text {
     font-size: 13px;
  }
  /* Footer */
  .footer-social ul li {
     margin: 0 3px 0 0;
  }
  .footer-menu {
     float: none;
  }
  #back-to-top.affix {
     bottom: 35px;
  }
  #back-to-top {
     right: 15px;
  }
  .mega-menu-content {
     max-width: 930px;
  }
}

/* Small Devices, Tablets */

@media (min-width: 768px) and (max-width: 991px) {
  /* top info */
  ul.top-info li {
     padding-right: 12px;
  }
  /* Header */
  .navbar-fixed {
     position: relative;
     animation: none;
     box-shadow: none;
  }
  .logo {
     padding: 13px 0 26px;
  }
  .logo img {
     height: 70px;
  }
  /* Navigation breakpoint */
  .navbar-toggler {
     margin-left: 10px;
  }
  .navbar-collapse.collapse.show {
     display: block;
  }
  ul.navbar-nav {
     /* float: none !important; */
     margin-top: 7.5px;
  }
  ul.navbar-nav>li {
     float: none;
     display: block;
  }
  .collapse.in {
     display: block !important;
  }
  .navbar-collapse.in {
     overflow-y: auto;
  }
  ul.nav li.dropdown:hover ul.dropdown-menu {
     display: none;
  }
  ul.nav li.dropdown.open ul.dropdown-menu {
     display: block;
  }
  .navbar-nav .open .dropdown-menu {
     position: static;
     float: none;
     width: auto;
     margin-top: 0;
     background-color: transparent;
     border: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
  }
  /* Navigation */
  .navbar-collapse {
     background: none;
     width: 100%;
  }
  ul.navbar-nav>li:hover>a:after,
  ul.navbar-nav>li.active>a:after {
     content: '';
  }
  ul.navbar-nav>li>a:before {
     border-bottom: 0;
  }
  .navbar-nav .open .dropdown-menu>li {
     padding-left: 0;
  }
  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
     padding: 5px 15px 10px 10px;
  }
  ul.navbar-nav>li,
  .nav-style-boxed ul.navbar-nav>li {
     display: block;
  }
  .navbar-nav .open .dropdown-menu>li>a {
     line-height: 30px;
  }
  ul.navbar-nav>li.nav-search,
  ul.navbar-nav>li.header-get-a-quote {
     display: none;
  }
  ul.navbar-nav {
     padding: 0 0 10px;
  }
  ul.navbar-nav li {
     float: none;
  }
  ul.navbar-nav li a {
     line-height: normal !important;
     color: #fff;
     padding: 10px 0;
     display: block;
     min-width: 350px;
  }
  ul.navbar-nav>.nav-item>.nav-link {
     border-bottom: 1px solid #333 !important;
     padding: 10px 10px;
  }
  ul.navbar-nav .dropdown-menu {
     float: none;
     position: relative;
     border: 0;
     margin: 0;
     padding: 0;
  }
  ul.navbar-nav .dropdown-menu li a {
     padding-left: 20px !important;
  }
  ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
     left: 0;
     position: relative;
  }
  ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu a {
     padding-left: 50px;
  }
  ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
     margin-top: -22px;
  }
  ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
     padding-left: 35px !important;
  }
  ul.navbar-nav .dropdown-menu {
     box-shadow: none;
     border-top: 0;
     background: none;
  }
  ul.navbar-nav li a i,
  .dropdown-submenu>a:after {
     background: #f5f5f5;
     float: right;
     width: 36px;
     height: 28px;
     line-height: 28px;
     margin-top: -5px;
     text-align: center;
     color: #000;
  }
  .dropdown-submenu>a:after {
     margin-right: 0;
  }
  .navbar-nav>li>.dropdown-menu.mega-menu-content {
     display: none !important;
  }
  .nav-search {
     top: 15px;
  }
  /* Featured area */
  .featured-post-area .pad-r {
     padding-right: 15px;
  }
  .featured-post-area .pad-l {
     padding-left: 15px;
  }
  /* Trending News */
  .post-overaly-style.text-center .post-content {
     transform: translateX(-50%);
     left: 50%;
     padding-left: 0;
     padding-right: 0;
  }
  /* Sidebar */
  .sidebar-right {
     margin-top: 50px;
  }
  .sidebar-right .widget {
     margin-left: 0;
  }
  .block.color-aqua,
  .block.color-violet {
     margin-top: 40px;
  }
  /* Footer */
  .footer-widget {
     display: inline-block;
     margin-bottom: 30px;
  }
  .newsletter-form input {
     width: 90%;
  }
  .footer-info-content {
     margin-bottom: 20px;
  }
  #back-to-top.affix {
     bottom: 78px;
  }
  /* Copyright */
  .copyright {
     text-align: center;
  }
  .copyright .footer-menu {
     float: none;
     text-align: center;
  }
  .copyright .nav {
     display: inline-block
  }
  /* Home 2 */
  .main-nav.nav-border ul.navbar-nav li a {
     color: #333;
  }

  /* Boxed Layout */
  .boxed-layout .body-inner {
     margin: 0 auto;
  }
}

/* Small Devices Potrait */

@media (max-width: 767px) {
  .boxed-layout .body-inner {
     margin: 0 auto;
  }
  /* Top bar */
  .ts-date {
     padding: 0;
     border-right: 0;
     display: block;
  }
  .top-nav {
     display: block;
     margin: 10px 0;
  }
  .top-bar {
     text-align: center;
  }
  .top-social {
     float: none;
     text-align: center;
     display: inline-block;
  }
  .topbar-info {
     text-align: center;
  }
  /* Header */
  .navbar-fixed {
     position: relative;
     animation: none;
     box-shadow: none;
  }
  .logo {
     padding: 13px 0 25px;
     text-align: center;
  }
  .logo img {
     height: 70px;
  }
  /* Navigation breakpoint */
  .navbar-toggler {
     margin-left: 15px;
  }
  .navbar-collapse {
     border-top: 1px solid transparent;
     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse.show {
     display: block;
  }
  .navbar-collapse.collapse:after {
     display: block;
     content: "";
     clear: both;
  }
  .navbar-collapse,
  .site-nav-inner {
     background: none;
     width: 100%;
  }
  ul.navbar-nav>li:hover>a:after,
  ul.navbar-nav>li.active>a:after {
     content: '';
  }
  ul.navbar-nav>li>a:before {
     border-bottom: 0;
  }
  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
     padding: 10px 15px 10px 10px;
  }
  ul.navbar-nav>li {
     display: block;
  }
  .navbar-nav .open .dropdown-menu>li>a {
     line-height: 30px;
  }
  ul.navbar-nav>li.nav-search,
  ul.navbar-nav>li.header-get-a-quote {
     display: none;
  }
  ul.navbar-nav {
     width: 100%;
     padding: 0 0 10px;
  }
  ul.navbar-nav>li {
     float: none;
  }
  ul.navbar-nav li a {
     line-height: normal !important;
     color: #fff;
     border-bottom: 1px solid #333 !important;
     padding: 10px 0;
     display: block;
  }
  ul.navbar-nav .dropdown-menu>li>a {
     padding-left: 15px;
  }
  ul.navbar-nav .dropdown-menu {
     float: none;
     position: relative;
     border: 0;
     margin: 0;
     padding: 0;
  }
  ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
     left: 0;
     position: relative;
  }
  ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
     margin-top: -22px;
  }
  ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
     padding-left: 20px
  }
  ul.navbar-nav .dropdown-menu {
     box-shadow: none;
     border-top: 0;
     background: none;
     padding-left: 15px;
     padding-right: 15px;
  }
  ul.navbar-nav li a i,
  .dropdown-submenu>a:after {
     background: #f5f5f5;
     color: #333;
     float: right;
     width: 36px;
     height: 28px;
     line-height: 28px;
     margin-top: -5px;
     text-align: center;
  }
  .dropdown-submenu>a:after {
     margin-right: 0;
  }
  .navbar-nav>li>.dropdown-menu.mega-menu-content {
     display: none !important;
  }
  ul.navbar-nav>.nav-item>.nav-link {
     display: block;
     padding: 16px 12px;
     color: #fff;
  }
  /* Dart bg */
  .main-nav.dark-bg {
     margin-bottom: 20px;
  }
  .main-nav.dark-bg>.container>.row {
     padding: 0 20px;
  }
  .main-nav.dark-bg ul.navbar-nav>li.active,
  .main-nav.dark-bg ul.navbar-nav>li:hover {
     background: none;
  }
  .main-nav.dark-bg ul.navbar-nav li a {
     color: #fff;
  }
  /* Search */
  .nav-search {
     position: absolute;
     top: 15px;
     right: 20px;
  }
  .search-block {
     width: 220px;
  }
  .header.header-menu {
     position: relative;
     margin-bottom: 20px;
  }
  .search-area {
     position: absolute;
     right: 0;
     top: 50px;
  }
  /* Featured area */
  .featured-post-area .pad-r,
  .pad-r-small {
     padding-right: 15px;
     padding-right: 15px;
  }
  .featured-post-area .pad-l,
  .pad-l-small {
     padding-left: 15px;
  }
  .post-title {
     font-size: 18px;
     line-height: 26px;
  }
  /* Block */
  .block.color-orange .post-overaly-style.last {
     margin-top: 40px;
  }
  .video-tab .nav-tabs>li>a .post-thumb {
     float: none;
  }
  /* Sidebar */
  .sidebar-right {
     margin-top: 50px;
  }
  .sidebar-right .widget {
     margin-left: 0;
  }
  .block.color-aqua,
  .block.color-violet {
     margin-top: 40px;
  }
  .social-icon li a i {
     margin-bottom: 10px;
  }
  .post-block-style.post-float-half .post-thumb img {
     max-width: 100%;
     min-height: 100%;
     margin-bottom: 20px;
  }
  /* Footer */
  .footer-widget {
     display: inline-block;
     margin-bottom: 30px;
  }
  .newsletter-form input {
     width: 90%;
  }
  .footer-info-content {
     padding: 50px 20px 0;
  }
  .footer-social li a i {
     margin-bottom: 10px;
  }
  #back-to-top.affix {
     bottom: 78px;
  }
  /* Copyright */
  .copyright-info {
     text-align: center;
  }
  .footer-menu {
     float: none;
     text-align: center;
  }
  .footer-menu .nav {
     display: inline-block;
  }
  #back-to-top {
     bottom: 0;
     right: 20px;
  }
  /* Block title */
  .block-title {
     font-size: 11px;
  }
  .block-title>span {
     padding: 9px 10px;
  }
  .featured-tab .nav-tabs>li>a {
     font-size: 12px;
  }
  /* Category style */
  .category-style2 .post-thumb {
     margin-bottom: 20px;
  }
}

/* Extra Small Devices, Phones */

@media (max-width: 479px) {}

/* Custom, iPhone Retina */

@media (max-width: 320px) and (max-width: 478px) {}

/*-- Menu tab --*/

.menu-tab .nav.nav-tabs {
  background: #222;
  padding: 25px 20px 20px;
  padding-right: 0;
  min-height: 250px;
  margin-top: 0;
  border-bottom: none;
}

.menu-tab .nav.nav-tabs>li>a {
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: 600;
  padding: 10px 15px;
}

.menu-tab .nav.nav-tabs>li.active>a {
  background: rgba(0, 0, 0, 0.1);
  margin-right: -1px;
  border-right: 0;
  color: #CCA44C;
  cursor: pointer;
}

.menu-tab .tab-content>.tab-pane {
  padding: 25px 0;
  min-height: 250px;
}

.menu-tab .tab-content>.tab-pane .col-md-3 {
  padding-right: 10px;
  padding-left: 10px;
}

.menu-tab .tab-content>.tab-pane .post-title a {
  color: #fff;
}

/* Input form */

.form-control {
  box-shadow: none;
  border: 1px solid #dadada;
  padding: 5px 20px;
  height: 40px;
  background: none;
  color: #959595;
  font-size: 12px;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #ec0000;
}

hr {
  background-color: #e7e7e7;
  border: 0;
  height: 1px;
  margin: 40px 0;
}

blockquote {
  position: relative;
  background: #f7f7f7;
  padding: 45px 50px 30px;
  border: 0;
  margin: 50px 0 40px;
  font-size: 22px;
  line-height: 34px;
  font-family: Arimo, sans-serif;
  font-weight: 400;
  text-align: center;
}

blockquote:before {
  position: absolute;
  content: '\f10e';
  font-family: FontAwesome;
  font-size: 24px;
  padding: 8px 15px;
  top: -30px;
  left: 50%;
  margin-left: -44px;
  color: #fff;
  background: #ec0000;
}

cite {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

blockquote.pull-left {
  padding-left: 15px;
  padding-right: 0;
  text-align: left;
  border-left: 5px solid #eee;
  border-right: 0;
}

/* Featured Post area 
================================================== */

.featured-post-area {
  margin-bottom: 10px;
  margin-top: 3px;
}

/* Common styles
================================================== */

/*-- Block padding --*/

@media (min-width: 992px) {
  .pad-0 {
     padding-left: 0;
     padding-right: 0;
     padding-top: 0;
     padding-bottom: 0;
  }
  .pad-r {
     padding-right: 2px;
  }
  .pad-l {
     padding-left: 2px;
  }
  .pad-r-small {
     padding-right: 1.5px;
  }
  .pad-l-small {
     padding-left: 1.5px;
  }
  .pad-l-0 {
     padding-left: 0;
  }
  .pad-r-0 {
     padding-right: 0;
  }
}

/*-- Owl slide common --*/

.owl-carousel.page-slider .owl-nav {
  margin: 0;
}

.owl-carousel.owl-theme.post-slide .owl-nav {
  text-align: center;
  position: absolute;
  top: -62px;
  right: 0;
}

.owl-carousel.owl-theme .owl-nav>div {
  margin: 0 3px;
  background: none;
  border: 1px solid #dedede;
  color: #999;
  width: 20px;
  height: 20px;
  line-height: 18px;
  padding: 0;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.owl-carousel.owl-theme .owl-nav>div:hover {
  background: #CCA44C;
  border: 1px solid transparent;
}

.owl-theme .owl-dots {
  text-align: center;
  position: absolute;
  z-index: 1;
  top: -47px;
  right: 0;
  margin: 0 !important;
}

.owl-theme.owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
  display: inline-block;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.5);
}

.owl-theme.owl-carousel .owl-dots .owl-dot.active span {
  background: #ec0000;
}

.owl-carousel.owl-theme.latest-news-slide .owl-nav {
  text-align: center;
  position: absolute;
  top: -62px;
  right: 0;
}

/* Featured slider */

.featured-slider .item {
  min-height: 465px;
  position: relative;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  backface-visibility: hidden;
}

.featured-slider .item:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}

.post-content {
  padding: 30px;
  z-index: 1;
  position: relative;
}

.featured-slider.owl-theme .owl-nav>div {
  background: rgba(0, 0, 0, 0.65);
  border: 0;
  position: absolute;
  top: 50%;
  width: 34px;
  height: 40px;
  line-height: 38px;
  padding: 0;
  border-radius: 0;
  font-size: 24px;
  text-align: center;
  opacity: 0;
  margin: 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.featured-slider.owl-theme:hover .owl-nav>div {
  opacity: 1;
}

.featured-slider.owl-theme .owl-nav>.owl-prev {
  left: 0;
}

.featured-slider.owl-theme .owl-nav>.owl-next {
  right: 0;
}

.featured-slider.owl-theme .owl-nav>div:hover {
  background: #CCA44C;
  color: #fff;
  border: 0;
}

.featured-post .post-date,
.featured-post .post-title a {
  color: #fff;
}

/* Featured slider content bottom */

.featured-slider.content-bottom .featured-post {
  position: absolute;
  bottom: 0;
}

.featured-slider.content-bottom .item:before {
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}

/*-- Post meta --*/

a.post-cat {
  position: relative;
  font-size: 11px;
  padding: 0 5px;
  background: #CCA44C;
  font-weight: 600;
  color: #fff;
  height: 20px;
  line-height: 20px;
  display: inline-block;
}

.post-cat a {
  color: #fff;
}

.post-meta .post-author a {
  color: #1c1c1c;
  font-weight: 700;
}

.post-meta span {
  font-size: 12px;
  color: #a3a3a3;
  margin-right: 8px;
  padding-right: 10px;
  border-right: 1px solid #dedede;
  line-height: 12px;
  display: inline-block;
}

.post-meta span.post-date {
  border-right: 0;
}

span.post-comment {
  border-right: 0;
  line-height: 24px;
  margin-right: 0;
  padding-right: 0;
}

span.post-comment span {
  border-right: 0;
  line-height: 100%;
}

.post-meta span i {
  margin-right: 5px;
}

/*-- Post Overaly --*/

.post-overaly-style {
  position: relative;
  overflow: hidden;
}

.post-overaly-style:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}

.post-overaly-style .post-content {
  position: absolute;
  bottom: 0;
  padding: 25px;
}

.post-overaly-style .post-title a {
  color: #fff;
}

.post-overaly-style .post-date {
  color: #fff;
}

.post-thumb {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.post-thumb img {
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.post-block-style:hover .post-thumb img,
.post-overaly-style:hover .post-thumb img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.post-block-style.post-float:hover .post-thumb img {
  transform: none;
}

.thumb-float-style .post-cat {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}

/* Post overaly Top Content */

.post-overaly-style.contentTop .post-content {
  top: 0;
  bottom: auto;
}

.post-overaly-style.contentTop:before {
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
}

/*-- Post Overaly Textcenter --*/

.post-overaly-style.text-center .post-content {
  padding: 30px 30px 60px;
  width: 100%;
}

.post-overaly-style.text-center {
  margin-bottom: 30px;
}

.post-overaly-style.text-center:last-child {
  margin-bottom: 0;
}

.post-overaly-style.text-center .post-thumb img {
  min-height: 260px;
}

.post-overaly-style.text-center .post-meta span {
  padding: 0;
  margin: 0;
}

.post-overaly-style.text-center:before {
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
}

/* Trending post hot */

.hot-post-top {
  max-height: 280px;
  margin-bottom: 3px;
}

.hot-post-bottom,
.hot-post-bottom img {
  min-height: 182px;
}

.hot-post-top .post-content,
.hot-post-bottom .post-content {
  padding: 20px;
}

/*-- 4 News Box --*/

.fourNewsbox,
.fourNewsbox img,
.fourNewsboxTop,
.fourNewsboxTop img {
  min-height: 231px;
}

.fourNewsboxTop {
  margin-bottom: 3px;
}

/* Post overaly text center on Featured area */

.featured-post-area .post-overaly-style.text-center {
  max-height: 231px;
}

.featured-post-area .post-overaly-style.first {
  margin-bottom: 4px;
}

#back-to-top {
  position: fixed;
  right: 55px;
  bottom: 54px;
  z-index: 10;
  backface-visibility: hidden;
}

#back-to-top.affix {
  bottom: 54px;
}

#back-to-top .btn.btn-primary {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.9);
  font-weight: 700;
  font-size: 16px;
  padding: 0;
}

#back-to-top .btn.btn-primary:hover {
  color: #fff;
  background: #CCA44C;
}

/* Button */

.btn-primary,
.btn-dark {
   border: 0;
   border-radius: 0;
   padding: 10px 25px 10px;
   font-weight: 700;
   text-transform: uppercase;
   color: #fff;
   -webkit-transition: 350ms;
   -moz-transition: 350ms;
   -o-transition: 350ms;
   transition: 350ms;
}

.btn-white.btn-primary {
   background: #fff;
   color: #ec0000;
}

.btn-primary {
   background: #CCA44C;
}

.btn-dark {
   background: #242427;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover {
   background: #272d33;
   color: #fff;
}

.general-btn {
   clear: both;
   margin-top: 50px;
}

/*-- Post Block style --*/

.post-block-style {
  position: relative;
  overflow: hidden;
}

.post-block-style .post-content {
  padding: 0;
}

.post-block-style .post-title a:hover {
  color: #CCA44C;
}

.post-block-style .post-content p {
  font-size: 13px;
}

.post-block-style .post-cat {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}

.post-block-style .post-content .post-meta {
  margin: 3px 0;
}

/*-- Review box --*/

.review-box {
  background: #1c1c1c;
  color: #fff;
  position: absolute;
  top: 0;
  padding: 2px 7px;
  font-weight: 700;
}

/*-- Post list --*/

.list-post-block {
  margin-top: 20px;
}

.list-post {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .list-post {
     padding-bottom: 10px;
  }
}

.list-post-block .list-post>li {
  margin-bottom: 20px;
  max-height: 75px;
}

.list-post-block .list-post>li:last-child {
  margin-bottom: 0;
}

.post-block-style.post-float .post-thumb {
  float: left;
  position: relative;
  z-index: 1;
  margin-right: 20px;
}

.post-block-style.post-float .post-thumb img {
  max-width: 100px;
  min-height: 75px;
}

.post-block-style.post-float .post-title {
  margin-top: 0;
}

.post-block-style.post-float .post-content {
  z-index: 0;
}

.post-block-style.post-float .post-cat {
  font-size: 10px;
  left: 0;
  top: 0;
}

/*-- Review post list --*/

.review-stars i {
  color: #1c1c1c;
}

/* Different Color
================================================== */

/*-- Color Default --*/

.color-default a.post-cat {
  background: #1c1c1c;
}

.color-default .post-cat:before {
  border-top: 8px solid #1c1c1c;
}

/* Default Color Widget */

.widget.color-default .post-title.title-small a:hover {
  color: #CCA44C;
}

/*-- Color Red --*/

.color-red .block-title {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.color-red .block-title>span,
.color-red a.post-cat {
  color: #ec0000;
}

.color-red a.post-cat {
  background: #ec0000;
  color: #fff;
}

.color-red .post-title.title-small a:hover {
  color: #ec0000;
}

.color-red .post-cat:before {
  border-top: 8px solid #ec0000;
}

.color-red.featured-tab .nav-tabs>li.active>a {
  color: #ec0000;
}

.color-red.featured-tab .nav-tabs>li.active>a:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ec0000 rgba(0, 0, 0, 0);
}

.color-red .block-title>span:after {
  border-color: #ec0000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-red .block-title:before {
  background-color: #ec0000;
}

/*-- Color Blue --*/

.color-blue .block-title>span,
.color-blue a.post-cat {
  color: #1e88e5;
}

.color-blue .post-cat:before {
  border-top: 8px solid #1e88e5;
}

.color-blue.featured-tab .nav-tabs>li>a.active {
  color: #1e88e5;
}

.color-blue.featured-tab .nav-tabs>li>a.active:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1e88e5 rgba(0, 0, 0, 0);
}

.color-blue .block-title>span:after {
  border-color: #1e88e5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/*-- Color Blue --*/

.color-blue .block-title:before {
  background-color: #4258fe;
}

.color-blue .block-title>span,
.color-blue a.post-cat {
  color: #4258fe;
}

.color-blue a.post-cat {
  background-color: #4258fe;
  color: #fff;
}

.color-blue .post-cat:before {
  border-top: 8px solid #4258fe;
}

.color-blue.featured-tab .nav-tabs>li.active>a {
  color: #4258fe;
}

.color-blue.featured-tab .nav-tabs>li.active>a:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4258fe rgba(0, 0, 0, 0);
}

.color-blue.featured-tab .nav-tabs>li.active>a:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4258fe rgba(0, 0, 0, 0);
}

.featured-tab.color-blue .nav-link.active .tab-text-title {
  color: #4258fe;
}

.color-blue .block-title>span:after {
  border-color: #4258fe rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-blue .post-title.title-small a:hover {
  color: #4258fe;
}

.color-blue .post-title a:hover {
  color: #4258fe;
}

.color-blue .subCategory>li>a:hover {
  background: #4258fe;
}

/*-- Color Orange --*/

.color-orange .block-title:before {
  background-color: #d9603b;
}

.color-orange .block-title>span,
.color-orange a.post-cat {
  color: #d9603b;
}

.color-orange a.post-cat {
  background-color: #d9603b;
  color: #fff;
}

.color-orange .post-cat:before {
  border-top: 8px solid #d9603b;
}

.color-orange.featured-tab .nav-tabs>li.active>a {
  color: #d9603b;
}

.color-orange.featured-tab .nav-tabs>li.active>a:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #d9603b rgba(0, 0, 0, 0);
}

.color-orange.featured-tab .nav-tabs>li.active>a:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #d9603b rgba(0, 0, 0, 0);
}

.featured-tab.color-orange .nav-link.active .tab-text-title {
  color: #d9603b;
}

.color-orange .block-title>span:after {
  border-color: #d9603b rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-orange .post-title.title-small a:hover {
  color: #d9603b;
}

.color-orange .post-title a:hover {
  color: #d9603b;
}

.color-orange .subCategory>li>a:hover {
  background: #d9603b;
}

/*-- Color Aqua --*/

.color-aqua .block-title {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.color-aqua .block-title>span,
.color-aqua a.post-cat {
  color: #00bdb3;
}

.color-aqua .post-cat:before {
  border-top: 8px solid #00bdb3;
}

.color-aqua .post-title.title-small a:hover {
  color: #00bdb3;
}

.color-aqua.featured-tab .nav-tabs>li.active>a {
  color: #00bdb3;
}

.color-aqua.featured-tab .nav-tabs>li.active>a:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #00bdb3 rgba(0, 0, 0, 0);
}

.color-aqua .block-title>span:after {
  border-color: #00bdb3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-aqua .block-title:before {
  background-color: #00bdb3;
}

/*-- Color Violet --*/

.color-violet .block-title {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.color-violet .block-title>span,
.color-violet a.post-cat {
  color: #9401d3;
}

.color-violet .post-title.title-small a:hover {
  color: #9401d3;
}

.color-violet .post-cat:before {
  border-top: 8px solid #9401d3;
}

.color-violet.featured-tab .nav-tabs>li.active>a {
  color: #9401d3;
}

.color-violet.featured-tab .nav-tabs>li.active>a:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #9401d3 rgba(0, 0, 0, 0);
}

.color-violet .block-title>span:after {
  border-color: #9401d3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-violet .block-title:before {
  background-color: #9401d3;
}

/*-- Color Green --*/

.color-green .block-title {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.color-green .block-title>span,
.color-green a.post-cat {
  color: #32b336;
}

.color-green .post-title.title-small a:hover {
  color: #32b336;
}

.color-green .post-cat:before {
  border-top: 8px solid #32b336;
}

.color-green.featured-tab .nav-tabs>li.active>a {
  color: #32b336;
}

.color-green.featured-tab .nav-tabs>li.active>a:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #32b336 rgba(0, 0, 0, 0);
}

.color-green .block-title>span:after {
  border-color: #32b336 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-green .block-title:before {
  background-color: #32b336;
}

/* Video Block
================================================== */

.video-block .nav-tabs .nav-item.show .nav-link,
.video-block .nav-tabs .nav-link.active {
   background: transparent;
}

.video-block {
   color: #fff;
   background: #eee;
   padding: 20px 5px;
}

.video-block .row {
   margin-left: 0;
   margin-right: 0;
}

.video-block.color-green a.post-cat {
   background: #32b336;
   color: #fff;
   font-size: 11px;
   text-transform: uppercase;
   font-weight: 600;
   padding: 1px 5px;
}

.video-tab-title {
   color: #fff;
   font-size: 18px;
   text-transform: uppercase;
   margin: 0 0 30px 15px;
}

.video-tab .post-overaly-style {
   height: 430px;
}

.video-tab .post-overaly-style .post-content {
   padding: 35px;
}

.video-tab .post-title {
   font-size: 24px;
   line-height: 30px;
   font-weight: normal;
}

.video-tab .nav-tabs>li {
   width: 100%;
   float: none;
   display: block;
   margin-bottom: -1px;
   border: 1px solid rgba(0, 0, 0, 0.05);
   padding: 25px 35px 32px;
}

.video-tab .nav-tabs>li>a {
   background: none;
   border: 0;
   padding: 0;
}

.video-tab .nav-tabs > li.active > a {
  border: 0;
  background: #ddd;
}

.video-tab .nav-tabs > li.active {
  background: #ddd;
}

.video-tab .nav-tabs>li>a .post-thumb img {
   max-width: 110px;
   min-height: 85px;
}

.video-tab .nav-tabs>li>a .post-thumb {
   float: left;
   margin-right: 20px;
   position: relative;
   overflow: hidden;
}

.video-tab .nav-tabs>li>a h3 {
   color: #1c1c1c;
   font-weight: normal;
   line-height: 28px;
   font-size: 16px;
   margin: 0;
}

.video-icon {
   text-align: center;
   color: #fff;
   display: block;
   top: 50%;
   margin-top: -50px;
   font-size: 32px;
   z-index: 1;
   position: absolute;
   left: 50%;
   margin-left: -40px;
   width: 80px;
   height: 80px;
   line-height: 65px;
   border: 7px solid #fff;
   display: inline-block;
   border-radius: 100%;
}

.video-icon i {
   margin-left: 5px;
}

.video-tab .nav-tabs {
  display: flex;
  flex-wrap: wrap;
}

/* Dropcap */

.dropcap {
  font-size: 44px;
  line-height: 50px;
  float: left;
  margin: 0 12px 0 0;
  position: relative;
  text-transform: uppercase;
}

/* Video responsive */

.embed-responsive {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Ul, Ol */

.list-round,
.list-arrow,
.list-check {
   list-style: none;
   margin: 0;
   padding: 0;
}

.list-round li {
   line-height: 28px;
}

.list-round li:before {
   font-family: FontAwesome;
   content: "\f138";
   margin-right: 10px;
   color: #ec0000;
   font-size: 12px;
}

.list-arrow {
   padding: 0;
}

ul.list-arrow li:before {
   font-family: FontAwesome;
   content: "\f105";
   margin-right: 10px;
   color: #ec0000;
   font-size: 16px;
}

ul.list-check li:before {
   font-family: FontAwesome;
   content: "\f00c";
   margin-right: 10px;
   color: #ec0000;
   font-size: 14px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

#navbarSupportedContent .tabs-left {
  border-right: none;
}

/*
#navbarSupportedContent .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
*/
.featured-tab {
    position: relative;
}

.featured-tab .nav-tabs {
  border: 0;
  position: absolute;
  top: 7px;
  right: 0;
}

.featured-tab .nav-tabs>li>a {
  color: #888;
  text-shadow: none;
  font-size: 14px;
  border-radius: 0;
  margin: 0 1px 0;
  padding: 0 0 0 15px;
  border: 0 !important;
  line-height: 18px;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.featured-tab .tab-content {
  border-top: 0;
  padding: 0;
  overflow: hidden;
}

.featured-tab .nav-tabs>li>a.active {
  color: #1c1c1c;
  position: relative;
  background: none;
}

.featured-tab .list-post-block {
  margin-top: 0;
}

/*-- Block title --*/

.block-title {
  font-size: 18px;
  line-height: 100%;
  margin: 0 0 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
  position: relative;
  padding-bottom: 5px;
}

.block-title:before {
  content: '';
  position: absolute;
  background: #1c1c1c;
  width: 80px;
  height: 2px;
  left: 0;
  bottom: -2px;
}

.block-title>span {
  color: #000;
  height: 30px;
  line-height: 30px;
  padding: 8px 15px;
  position: relative;
  padding-left: 0;
}

.block-title>span:after {
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -11px;
  left: 15px;
  border-width: 4px;
  border-style: solid;
  border-color: #1c1c1c rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

@media (max-width:767px) {
  .block-title>span:after {
     bottom: -15px;
  }
}

/*-- Social Icon --*/

.social-icon {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-icon li {
  display: inline-block;
  margin: 0 0px 0 0;
}

.social-icon li a i {
  background: #ec0000;
  color: #fff;
  font-size: 18px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  -webkit-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}

.social-icon li a i.fa-rss {
  background: #FA9B39;
}

.social-icon li a i.fa-facebook {
  background: #3B5998;
}

.social-icon li a i.fa-twitter {
  background: #00aced;
}

.social-icon li a i.fa-google-plus {
  background: #dd4b39;
}

.social-icon li a i.fa-vimeo-square {
  background: #7FC400;
}

.social-icon li a i.fa-youtube {
  background: #bb0000;
}

.social-icon li a i:hover {
  background: #1c1c1c;
}

/* Social icon box style */

.social-icon-box>li {
  width: 100%;
  background: #1c1c1c;
  padding: 12px;
  color: #fff;
  margin-bottom: 10px;
}

.social-icon-box>li>a {
  color: #fff;
}

.social-icon-box>li>a i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  float: left;
  margin-right: 20px;
  background: rgba(0, 0, 0, 0.2);
}

.social-icon-box .ts-social-title {
  font-size: 14px;
  margin-bottom: -5px;
}

.social-icon-box .ts-social-desc {
  display: block;
  font-size: 13px;
}

.social-icon-box>li.rss {
  background: #FA9B39;
}

.social-icon-box>li.facebook {
  background: #3B5998;
}

.social-icon-box>li.twitter {
  background: #00aced;
}

.social-icon-box>li.gplus {
  background: #c53942;
}

.panel { box-shadow: none; }

/* More news
================================================== */

.post-block-style.post-float-half .post-thumb {
  float: left;
  position: relative;
  z-index: 1;
  margin-right: 30px;
}

.post-block-style.post-float-half .post-thumb img {
  max-width: 300px;
  min-height: 200px;
}

/*
================================================== */

.newsletter-form button {
    font-weight: 700;
    font-size: 12px;
    margin-top: 15px;
    padding: 10px 25px;
}

.ts-newsletter {
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 30px;
}

.ts-newsletter .form-control {
  background: #fff;
}

.footer-main .post-title.title-small {
  font-weight: normal;
}

.footer-main .post-title.title-small a {
  color: #fff;
}

.footer-widget .post-block-style.post-float .post-thumb img {
  max-width: 95px;
  min-height: 75px;
}

.footer-widget .post-meta span.post-date {
  color: #a3a3a3;
  font-size: 12px;
}

/* Footer Widget Categories */

.footer-widget.widget-categories ul {
  padding-right: 30px;
}

.footer-widget.widget-categories ul li a {
  transition: all 0.3s;
}

.footer-widget.widget-categories ul li:hover a {
  color: #CCA44C;
}

.footer-widget.widget-categories ul li .catCounter {
  float: right;
}

.footer-main {
  background-color: #191a1d;
  color: #969696;
  padding: 50px 0 75px 0;
}

.footer-main .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  color: #fff;
}

.footer-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-main ul li {
  margin-bottom: 18px;
}

.footer-main ul li a {
  color: #a3a3a3;
}

.footer-widget.widget-tags ul>li {
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
}

.footer-widget.widget-tags ul>li a {
  color: #fff;
  font-size: 12px;
  padding: 5px 7px;
  text-transform: capitalize;
  display: block;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

.footer-widget.widget-tags ul>li a:hover {
  background-color: #CCA44C
}

.footer-widget.widget-tags .tag-count.badge {
  margin-left: 6px;
  background: rgba(0, 0, 0, 0.25);
  font-size: 9px;
}

.tag-count.badge {
  padding: 5px;
  font-size: 10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-left: 3px;
  background: #999;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.dropdown-menu .divider {
  margin: 0;
}

/* #navbarSupportedContent ul.nav.navbar-nav { display: none; } */
#navbarSupportedContent.navbar-collapse.collapse.in ul.nav.navbar-nav { display: block !important; }