/*1.0 Bootstrap RTL Author: Morteza Ansarinia (http://github.com/morteza) */
html {
  direction: rtl;
}
body {
  direction: rtl;
}
.flip.text-left {
  text-align: right;
}
.flip.text-right {
  text-align: left;
}
.list-unstyled {
  padding-right: 0;
  padding-left: initial;
}
.list-inline {
  padding-right: 0;
  padding-left: initial;
  margin-right: -5px;
  margin-left: 0;
}
dd {
  margin-right: 0;
  margin-left: initial;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: right;
    clear: right;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-right: 180px;
    margin-left: 0;
  }
}
blockquote {
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse,
blockquote.pull-left {
  padding-left: 15px;
  padding-right: 0;
  border-left: 5px solid #eeeeee;
  border-right: 0;
  text-align: left;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: right;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  left: 100%;
  right: auto;
}
.col-xs-pull-11 {
  left: 91.66666667%;
  right: auto;
}
.col-xs-pull-10 {
  left: 83.33333333%;
  right: auto;
}
.col-xs-pull-9 {
  left: 75%;
  right: auto;
}
.col-xs-pull-8 {
  left: 66.66666667%;
  right: auto;
}
.col-xs-pull-7 {
  left: 58.33333333%;
  right: auto;
}
.col-xs-pull-6 {
  left: 50%;
  right: auto;
}
.col-xs-pull-5 {
  left: 41.66666667%;
  right: auto;
}
.col-xs-pull-4 {
  left: 33.33333333%;
  right: auto;
}
.col-xs-pull-3 {
  left: 25%;
  right: auto;
}
.col-xs-pull-2 {
  left: 16.66666667%;
  right: auto;
}
.col-xs-pull-1 {
  left: 8.33333333%;
  right: auto;
}
.col-xs-pull-0 {
  left: auto;
  right: auto;
}
.col-xs-push-12 {
  right: 100%;
  left: 0;
}
.col-xs-push-11 {
  right: 91.66666667%;
  left: 0;
}
.col-xs-push-10 {
  right: 83.33333333%;
  left: 0;
}
.col-xs-push-9 {
  right: 75%;
  left: 0;
}
.col-xs-push-8 {
  right: 66.66666667%;
  left: 0;
}
.col-xs-push-7 {
  right: 58.33333333%;
  left: 0;
}
.col-xs-push-6 {
  right: 50%;
  left: 0;
}
.col-xs-push-5 {
  right: 41.66666667%;
  left: 0;
}
.col-xs-push-4 {
  right: 33.33333333%;
  left: 0;
}
.col-xs-push-3 {
  right: 25%;
  left: 0;
}
.col-xs-push-2 {
  right: 16.66666667%;
  left: 0;
}
.col-xs-push-1 {
  right: 8.33333333%;
  left: 0;
}
.col-xs-push-0 {
  right: auto;
  left: 0;
}
.col-xs-offset-12 {
  margin-right: 100%;
  margin-left: 0;
}
.col-xs-offset-11 {
  margin-right: 91.66666667%;
  margin-left: 0;
}
.col-xs-offset-10 {
  margin-right: 83.33333333%;
  margin-left: 0;
}
.col-xs-offset-9 {
  margin-right: 75%;
  margin-left: 0;
}
.col-xs-offset-8 {
  margin-right: 66.66666667%;
  margin-left: 0;
}
.col-xs-offset-7 {
  margin-right: 58.33333333%;
  margin-left: 0;
}
.col-xs-offset-6 {
  margin-right: 50%;
  margin-left: 0;
}
.col-xs-offset-5 {
  margin-right: 41.66666667%;
  margin-left: 0;
}
.col-xs-offset-4 {
  margin-right: 33.33333333%;
  margin-left: 0;
}
.col-xs-offset-3 {
  margin-right: 25%;
  margin-left: 0;
}
.col-xs-offset-2 {
  margin-right: 16.66666667%;
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-right: 8.33333333%;
  margin-left: 0;
}
.col-xs-offset-0 {
  margin-right: 0%;
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: right;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    left: 100%;
    right: auto;
  }
  .col-sm-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .col-sm-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .col-sm-pull-9 {
    left: 75%;
    right: auto;
  }
  .col-sm-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .col-sm-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .col-sm-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-sm-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .col-sm-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .col-sm-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-sm-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .col-sm-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .col-sm-pull-0 {
    left: auto;
    right: auto;
  }
  .col-sm-push-12 {
    right: 100%;
    left: 0;
  }
  .col-sm-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  .col-sm-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  .col-sm-push-9 {
    right: 75%;
    left: 0;
  }
  .col-sm-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  .col-sm-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  .col-sm-push-6 {
    right: 50%;
    left: 0;
  }
  .col-sm-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  .col-sm-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  .col-sm-push-3 {
    right: 25%;
    left: 0;
  }
  .col-sm-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  .col-sm-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  .col-sm-push-0 {
    right: auto;
    left: 0;
  }
  .col-sm-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .col-sm-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .col-sm-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .col-sm-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .col-sm-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .col-sm-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .col-sm-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .col-sm-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .col-sm-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .col-sm-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .col-sm-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .col-sm-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: right;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    left: 100%;
    right: auto;
  }
  .col-md-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .col-md-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .col-md-pull-9 {
    left: 75%;
    right: auto;
  }
  .col-md-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .col-md-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .col-md-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-md-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .col-md-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .col-md-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-md-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .col-md-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .col-md-pull-0 {
    left: auto;
    right: auto;
  }
  .col-md-push-12 {
    right: 100%;
    left: 0;
  }
  .col-md-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  .col-md-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  .col-md-push-9 {
    right: 75%;
    left: 0;
  }
  .col-md-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  .col-md-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  .col-md-push-6 {
    right: 50%;
    left: 0;
  }
  .col-md-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  .col-md-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  .col-md-push-3 {
    right: 25%;
    left: 0;
  }
  .col-md-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  .col-md-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  .col-md-push-0 {
    right: auto;
    left: 0;
  }
  .col-md-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .col-md-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .col-md-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .col-md-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .col-md-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .col-md-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .col-md-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .col-md-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .col-md-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .col-md-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .col-md-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .col-md-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: right;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    left: 100%;
    right: auto;
  }
  .col-lg-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .col-lg-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .col-lg-pull-9 {
    left: 75%;
    right: auto;
  }
  .col-lg-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .col-lg-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .col-lg-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-lg-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .col-lg-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .col-lg-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-lg-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .col-lg-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .col-lg-pull-0 {
    left: auto;
    right: auto;
  }
  .col-lg-push-12 {
    right: 100%;
    left: 0;
  }
  .col-lg-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  .col-lg-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  .col-lg-push-9 {
    right: 75%;
    left: 0;
  }
  .col-lg-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  .col-lg-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  .col-lg-push-6 {
    right: 50%;
    left: 0;
  }
  .col-lg-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  .col-lg-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  .col-lg-push-3 {
    right: 25%;
    left: 0;
  }
  .col-lg-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  .col-lg-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  .col-lg-push-0 {
    right: auto;
    left: 0;
  }
  .col-lg-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .col-lg-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .col-lg-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .col-lg-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .col-lg-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .col-lg-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .col-lg-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .col-lg-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .col-lg-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .col-lg-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .col-lg-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .col-lg-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
caption {
  text-align: right;
}
th {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-right: 0;
    border-left: initial;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-left: 0;
    border-right: initial;
  }
}
.radio label,
.checkbox label {
  padding-right: 20px;
  padding-left: initial;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-right: -20px;
  margin-left: auto;
}
.radio-inline,
.checkbox-inline {
  padding-right: 20px;
  padding-left: 0;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-right: 10px;
  margin-left: 0;
}
.has-feedback .form-control {
  padding-left: 42.5px;
  padding-right: 12px;
}
.form-control-feedback {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  .form-inline label {
    padding-right: 0;
    padding-left: initial;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  left: 15px;
  right: auto;
}
.caret {
  margin-right: 2px;
  margin-left: 0;
}
.dropdown-menu {
  right: 0;
  left: auto;
  float: left;
  text-align: right;
}
.dropdown-menu.pull-right {
  left: 0;
  right: auto;
  float: right;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  float: right;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-right: -1px;
  margin-left: 0px;
}
.btn-toolbar {
  margin-right: -5px;
  margin-left: 0px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: right;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-right: 5px;
  margin-left: 0px;
}
.btn-group > .btn:first-child {
  margin-right: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group {
  float: right;
}
.btn-group.btn-group-justified > .btn,
.btn-group.btn-group-justified > .btn-group {
  float: none;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn .caret {
  margin-right: 0;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-right: 0;
}
.input-group .form-control {
  float: right;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:first-child {
  border-left: 0px;
  border-right: 1px solid;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:last-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-right: 0px;
}
.input-group-btn > .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-left: -1px;
  margin-right: auto;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.nav {
  padding-right: 0;
  padding-left: initial;
}
.nav-tabs > li {
  float: right;
}
.nav-tabs > li > a {
  margin-left: auto;
  margin-right: -2px;
  border-radius: 4px 4px 0 0;
}
.nav-pills > li {
  float: right;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-right: 2px;
  margin-left: auto;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-right: 0;
  margin-left: auto;
}
.nav-justified > .dropdown .dropdown-menu {
  right: auto;
}
.nav-tabs-justified > li > a {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-radius: 4px 4px 0 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: right;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-brand {
  float: right;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-right: -15px;
    margin-left: auto;
  }
}
.navbar-toggle {
  float: left;
  margin-left: 15px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 25px 5px 15px;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: right;
  }
  .navbar-nav > li {
    float: right;
  }
}
@media (min-width: 768px) {
  .navbar-left.flip {
    float: right !important;
  }
  .navbar-right:last-child {
    margin-left: -15px;
    margin-right: auto;
  }
  .navbar-right.flip {
    float: left !important;
    margin-left: -15px;
    margin-right: auto;
  }
  .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .navbar-text {
    float: right;
  }
  .navbar-text.navbar-right:last-child {
    margin-left: 0;
    margin-right: auto;
  }
}
.pagination {
  padding-right: 0;
}
.pagination > li > a,
.pagination > li > span {
  float: right;
  margin-right: -1px;
  margin-left: 0px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  margin-right: -1px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-right: 0;
  padding-left: initial;
}
.pager .next > a,
.pager .next > span {
  float: left;
}
.pager .previous > a,
.pager .previous > span {
  float: right;
}
.nav-pills > li > a > .badge {
  margin-left: 0px;
  margin-right: 3px;
}
.list-group-item > .badge {
  float: left;
}
.list-group-item > .badge + .badge {
  margin-left: 5px;
  margin-right: auto;
}
.alert-dismissable,
.alert-dismissible {
  padding-left: 35px;
  padding-right: 15px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  right: auto;
  left: -21px;
}
.progress-bar {
  float: right;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-left.flip {
  margin-right: 0;
  margin-left: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media > .pull-right.flip {
  margin-left: 0;
  margin-right: 10px;
}
.media-right,
.media > .pull-right {
  padding-right: 10px;
  padding-left: initial;
}
.media-left,
.media > .pull-left {
  padding-left: 10px;
  padding-right: initial;
}
.media-list {
  padding-right: 0;
  padding-left: initial;
  list-style: none;
}
.list-group {
  padding-right: 0;
  padding-left: initial;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 0;
  border-left: none;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: none;
  border-left: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  right: 0;
  left: auto;
}
.close {
  float: left;
}
.modal-footer {
  text-align: left;
}
.modal-footer.flip {
  text-align: right;
}
.modal-footer .btn + .btn {
  margin-left: auto;
  margin-right: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
.modal-footer .btn-block + .btn-block {
  margin-right: 0;
  margin-left: auto;
}
.popover {
  left: auto;
  text-align: right;
}
.popover.top > .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
.popover.top > .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
.popover.bottom > .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
.popover.bottom > .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
.carousel-control {
  right: 0;
  bottom: 0;
}
.carousel-control.left {
  right: auto;
  left: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  right: auto;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  left: auto;
  margin-left: -10px;
}
.carousel-indicators {
  right: 50%;
  left: 0;
  margin-right: -30%;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: 0;
    margin-right: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-left: 0;
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
}
.pull-right.flip {
  float: left !important;
}
.pull-left.flip {
  float: right !important;
}

/*2.0 style.css RTL*/
/*
 * 0.0 Reset
 * Reset CSS by Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section, 
div{
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box; 
}

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
  color: #555;
  font-family: 'selfFont', 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  outline: none;
}

input:invalid {
  box-shadow: none;
}

body {
  background: #fff;
}

a {
  color: #963;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: none;
  color: #963;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400;
  margin: 20px 0 12px;
  color: inherit;
}

h1 {
  font-size: 36px;
  line-height: 1.1;
}

h2 {
  font-size: 30px;
  line-height: 1.1;
}

h3 {
  font-size: 24px;
  line-height: 1.1;
}

h4 {
  font-size: 20px;
  line-height: 1.1;
}

h5 {
  font-size: 18px;
  line-height: 1.1;
}

h6 {
  font-size: 16px;
  line-height: 1;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #963;
}

address {
  font-style: italic;
  margin-bottom: 24px;
}

abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}

b,
strong {
  font-weight: 700;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

mark,
ins {
  background: #963;
  text-decoration: none;
}

p {
  margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
  line-height: 1.6;
}

pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2631578947;
  margin-bottom: 24px;
}

blockquote cite,
blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

blockquote {
  border: 0;
  position: relative;
  font-family: Georgia, serif;
}

blockquote p {
  padding: 20px 0 0 48px;
}

blockquote p:before {
  content: "\201C";
  display: block;
  font-size: 84px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}

blockquote footer {
  padding-right: 20px;
}

small {
  font-size: smaller;
}

big {
  font-size: 125%;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

dl {
  margin-bottom: 24px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 24px;
}

ul,
ol {
  list-style: none;
  margin: 0 0 24px 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0 0 0 20px;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}

th,
td {
  padding: 6px;
}

caption,
th,
td {
  font-weight: normal;
  text-align: right;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

del {
  color: #767676;
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 23px;
}

::selection {
  background: #963;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #963;
  color: #fff;
  text-shadow: none;
}

:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; 
  transition: all 0.2s ease;
}

.required {
  color: #F00;
}

.clear {
  clear: both;
}

nav li {
  list-style-type: none;
}

/*
 * 0.1 WordPress CSS
 */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignleft {
    float:left;
    margin: 5px 0 20px 20px;
}

.alignright {
    float: right;
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 15px 13px 20px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky {

}

.gallery-caption {

}

.bypostauthor {

}

/*
 * 1.0 General
 */

body {
  position: relative;
}

.wrapper {
  position: relative;
}

.container-fullwidth {
  width: 100%;
  overflow: hidden;
}

.container .container {
  width: 100%;
}
/*
.container-fullwidth .row .row {
  margin-right: 0;
  margin-left: 0;
}
*/
.move-to-top {
  position: fixed;
}

/*
 * 2.0 Top bar
 */

.top-bar {
  background-color: #eee;
  font-size: .85em;
  line-height:30px;
  display:none;
}

.top-bar-right {
  float: right;
}

.top-bar-left {
  float: left;
}

.top-bar-info {
  color: inherit;

}

ul.top-bar-sns {
  margin: 0;
  overflow: hidden;
}

.top-bar-sns li {
  list-style-type: none;
  float: right;
}

.top-bar-right .top-bar-sns li {
  margin-left: 10px;
}

.top-bar-left .top-bar-sns li {
  margin-right: 10px;
}

.top-bar-sns li a {
  color: ;
}

.top-bar-menu ul {
  margin: 0;
  overflow: hidden;
}

.top-bar-menu li {
  list-style-type: none;
  float: right;
}

.top-bar-menu li + li {
  border-right: 1px solid rgba(255,255,255,.5); /*optional*/
}

.top-bar-right .top-bar-menu li {
  margin-left: 10px;
  padding-left: 10px;
}

.top-bar-left .top-bar-menu li {
  margin-right: 10px;
  padding-right: 10px;
}

.top-bar-menu li a {
  color: ;
}

/*
 * 2.1 Header logo
 */

img.site-logo {
  float: right;
  height: 50px;
}

.name-box {
  float: right;
  display: none; /*optional*/
}

.site-logo {
  margin: 10px 10px 10px 0;
}

.site-name {
  margin: 0 0 2px 0;
  color: #595959!important;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}

.name-box a {
  text-decoration: none;
}

.site-tagline {
  color: #595959;
}
.retina_logo{
  display:none;
  }
/*
 * 2.2 Header Search
 */

.search-form {
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%; left: 0;
  width: 130px;
  margin-top: 5px;
  background-color: transparent;
  z-index: 99;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.search-form input[type="text"] {
  border: none;
  float: right;
  width: 100%;
  margin-left: -30px;
  padding: 5px 35px 6px 10px;
  background: none;
}

.search-form input[type="submit"] {
  background: url(images/search.png) center no-repeat;
  float: left;
  border: none;
  width: 30px;
  height: 30px;
}

/*
 * 2.3 Header navigation
 */

.site-nav-toggle {
  display: block;
  float: left;
  margin-top: 20px;
  background-color: transparent;
  border: none;
  color: #ccc;
}

.overlay .main-header .site-nav-toggle {
  color: #fff;
}

.site-nav {
  display: none;
  margin-top: 0;
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0;
}

.site-nav ul {
  margin: 0;
  background-color: #000;
}

.site-nav li ul {
    margin-right: 0;
}

.site-nav li {
  position: relative;
}

.site-nav > ul > li a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  padding: 0 15px;
}

.site-nav > ul > li + li a {
  border-color: rgba(255,255,255,.2);
}

/*For onepage*/
.site-nav > ul > li.current > a {
    color: #963;
}

.site-nav > ul > li a:hover {
  background-color: #111;
}

.menu-dropdown-icon {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
  width: 40px;
    text-align: center;
    cursor: pointer;
}

.site-nav li ul {
  display: block;
}

.site-nav li li a:before {
  content: "-";
  margin: 0 3px 0 10px;
}

.site-nav li li li a:before {
  content: "--";
  margin: 0 3px 0 20px;
}

.site-nav li li li li a:before {
  content: "---";
  margin: 0 3px 0 30px;
}

@media (min-width: 920px) {
  .site-nav-toggle {
    display: none;
  }

  .menu-dropdown-icon {
    display: none;
  }

  .site-nav {
    display: block;
    margin: 0;
    width: auto;
    position: static;
  }

  .site-nav > ul {
    background-color: transparent;
    float: right;
  }

  .site-nav > ul > li {
    float: right;
    position: relative;
  }

  .site-nav > ul > li + li {
    margin-right: 35px;
  }

  .site-nav > ul > li > a {
    display: block;
    line-height: 70px;
    padding: 0;
    background-color: transparent;
    border-bottom: 0 solid transparent;
    border-top: 0 solid transparent;
    color: #fff;
  }

  .overlay .main-header .site-nav > ul > li > a {
    color: #fff;
  }

  .site-nav > ul > li:hover > a {
    border-color: #963;
  }

  .site-nav > ul > li > a:hover {
    background-color: transparent;
    color: #963;
  }

  .site-nav li > ul {
    display: none;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 100%;
    background-color: #000;
    width: 150px;
  }

  .site-nav li li > ul {
    right: 100%;
    top: 0;
  }

  .site-nav li:hover > ul {
    display: block;
  }

  .site-nav li li a:before {
    display: none;
  }

  .site-nav li li li a:before {
    display: none;
  }

}

/*
 * 2.4 Top Wrap
 */

.top-wrap {
  position: relative;
}

/*
 * 2.5 Main header
 */

.header-wrap {
  position: relative;
  z-index: 9;
}

.main-header {
  background-color: #000;
  background-image:;
  color: #555;
  width: 100%;
  border-bottom: 1px solid transparent;
}

.header-wrap.overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}

.header-wrap.overlay .main-header {
  background-color: transparent;
}

.slider-above-header .header-wrap.overlay {
  top: auto;
  bottom: 0;
}

.logo-right .logo-box {
  float: right;
  text-align: right;
}

.logo-right .site-nav {
  clear: left;
  float: left;
}

.logo-left .logo-box {
  float: left;
  text-align: left;
}

.logo-left .site-nav {
  clear: right;
  float: right;
}

@media screen and (min-width: 920px) {
  .logo-center {
    text-align: center;
  }

  .logo-center .logo-box {
    float: none;
    text-align: center;
    margin: 10px 0;
  }

  .logo-center .site-logo {
    float: none;
    margin: 0;
  }

  .logo-center .site-nav ul {
    float: none;
  }

  .logo-center .site-nav > ul > li {
    float: none;
    display: inline-block;
  }
}

.fixed-header .main-header {
  display:none;
}

/*
 * 2.5 Fixed header
 */

.fxd-header {
  background-color: rgba(0,0,0,.7);
  position: relative;
  top: 0; right: 0;
  width: 100%;
  display: none;
  z-index: 999;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 920px) {
  .fxd-header{
    position: fixed;
  }
}

.header-wrap.logo-center .fxd-header .logo-box {
  display: none;
}

/*
 * 2.6 Side header
 */

@media screen and (min-width: 920px) {
  .side-header .container {
    width: 100%;
  }

  .side-header .header-wrap .container {
    padding-right: 0;
    padding-left: 0;
  }

  .side-header .header-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
  }

  .side-header-left .header-wrap {
    right: auto;
    left: 0;
  }

  .side-header .wrapper {
    padding-right: 320px;
  }

  .side-header-left .wrapper {
    padding-left: 320px;
    padding-right: 0;
  }

  .side-header .site-nav > ul > li {
    display: block;
  }

  .side-header .site-nav > ul > li + li {
    margin-right: 0;
  }

  .side-header .site-nav li ul {
    right: 100%;
    top: 0;
  }

  .side-header-left .site-nav li ul {
    right: auto;
    left: 100%;
  }

  .side-header .site-nav > ul > li a {
    border-bottom-width: 0;
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid #f5f5f5;
  }

  .side-header .site-nav > ul > li a {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right: 2px solid rgba(0, 0, 0, 0);
  }

  .side-header .site-nav > ul > li:first-child a {
    border-top: 1px solid #f5f5f5;
  }

  .side-header .site-nav > ul > li:hover > a {
    border-left-color: #963;
  }

  .side-header-left .site-nav > ul > li:hover > a {
    border-right-color: #963;
  }
}

/*
 * 2.6 Mega Menu
 */

header .container {
    position: relative;
}

@media screen and (min-width:920px) {
  .site-nav > ul > li.menu_column {
      position: static;
  }

  .site-nav > ul > li.menu_column > ul {
      width:100%!important;
      padding: 20px 0;
  }

  .site-nav > ul > li.menu_column > ul > li.col-md-2,
  .site-nav > ul > li.menu_column > ul > li.col-md-1_5,
  .site-nav > ul > li.menu_column > ul > li.col-md-3,
  .site-nav > ul > li.menu_column > ul > li.col-md-4,
  .site-nav > ul > li.menu_column > ul > li.col-md-6 {
      float:right;
  }

  .site-nav > ul > li.menu_column > ul > li > ul {
      display: block;
      position: static;
      top: 0; right: 0;
      width: 100%;
  }

  .site-nav li ul li + li > a {
    border-top: 1px solid rgba(255,255,255,.2);
  }

  .site-nav > ul > li.menu_column > ul > li + li > a {
    border-top: none;
  }

  .side-header .site-nav > ul > li.menu_column {
      position: relative;
  }

  .side-header .site-nav > ul > li.menu_column > ul {
      width: 600px;
  }
  
    li.hide-text > a > span.menu-item-label {
    display:none!important;
  }
}

.menu_icon {
    margin-left: 5px;
}

/*
 * 3.0 Footer
 */

footer {
  color: #fff;
  font-size: 12px;
  z-index: 2;
  position: relative;
}

footer a {
  color: #c5c7c9;
}

.footer-widget-area {
  background-color: #252525;
  padding: 60px 0 40px;
}

.footer-widget-area .widget-title {
  color: #fff;
}

.footer-widget-area .widget-search {
  border-color: #fff;
  max-width: 180px;
}

.footer-widget-area .widget-sns i {
  color: #fff;
  border-color: #fff;
}

.footer-widget-area .widget-sns i:hover {
  background-color: #fff;
  color: #19cbcf;
}

.footer-info-area {
  padding: 20px 0;
  background-color: #000;
}

ul.footer-sns {
  display: inline-block;
  font-size: 20px;
  margin-right: 0;
  margin-bottom: 10px;
}

.footer-sns li {
  float: right;
  list-style-type: none;
  margin: 0 5px;
}

.footer-sns li a {
  display: block;
  width: 40px;
    height: 40px;
    line-height: 40px;
}

ul.footer-links {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 10px;
}

.footer-links li {
  float: right;
  list-style-type: none;
}

.footer-links li + li::before {
  content: "\/";
}

/*
 * 4.0 Page title bar
 */

.page-title-bar {
  background-color: transparent;
  background-position: ;
  padding: 50px 0 50px;
  border-top:1px solid transparent;
  border-bottom: 1px solid transparent;
}

.page-title h1 {
  font-size: 30px;
  line-height: 1;
  margin: 0;
}

.page-title h3 {
  margin: 15px 0 0;
  line-height: 1;
  font-size: 20px;
}

ol.breadcrumb-nav {
  margin: 0;
  line-height: 65px;
}

.no-subtitle ol.breadcrumb-nav {
  line-height: 30px;
}

.breadcrumb-nav li {
  list-style-type: none;
  display: inline-block;
}

.breadcrumb-nav li + li {
  margin-right: 5px;
}

.breadcrumb-nav > li + li:before {
  content: "\/";
  margin-left: 5px;
}

.breadcrumb-nav a {
  color: #a0a0a0;
}

.breadcrumb-nav a:hover {
  color: #963;
}

.title-right .page-title {
  float: right;
}

.title-right .breadcrumb-nav {
  float: left;
}

.title-center .container {
  text-align: center;
}

.title-center .page-title {
  margin-bottom: 5px;
}

.title-center ol.breadcrumb-nav {
  line-height: 30px;
}

.title-left .page-title {
  float: left;
  text-align: left;
}

.title-left .breadcrumb-nav {
  float: right;
}


/*
 * 5.0 Blog Columns
 */

.left-aside .col-aside-right {
  display: none;
}

.right-aside .col-aside-left {
  display: none;
}

.no-aside .col-aside-right,
.no-aside .col-aside-left {
  display: none;
}

.col-main,
.col-aside-right,
.col-aside-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .col-main,
  .col-aside-right,
  .col-aside-left {
    float: right;
    padding-top: 0;
    padding-bottom: 0;
  }
  .no-aside .col-main {
    width: 100%;
  }
  .right-aside .col-main,
  .left-aside .col-main {
    width: 75%;
  }
  .both-aside .col-main {
    width: 60%;
  }
  .right-aside .col-aside-right,
  .left-aside .col-aside-left {
    width: 25%;
  }
  .both-aside .col-aside-right {
    width: 20%;
  }
  .both-aside .col-aside-left {
    width: 20%;
  }
  .right-aside .col-main {
    right: 25%; /*.right-aside .col-aside-right width*/
  }
  .right-aside .col-aside-right {
    left: 75%; /*.right-aside .col-aside-main width*/
  }
  .both-aside .col-main {
    right: 20%; /*.both-aside .col-aside-right width*/
  }
  .both-aside .col-aside-right {
    left: 60%; /*.both-aside .col-aside-main width*/
  }
}

/*
 * 5.1 Blog Detail
 */

.entry-summary img,
.entry-content img {
  max-width: 100%;
}

.post-inner, .page-inner {
  padding: 50px 0;
  background-color: #fff;
}

.entry-header {
  margin-bottom: 5px;
}

.feature-img-box .img-box,
.feature-img-box img {
    width: 100%;
}

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

.no-text .feature-img-box {
  margin-bottom: 0;
}

.entry-title {
  font-family: 'Yanone Kaffeesatz',sans-serif;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  color: #666;
  margin: 0 0 10px;
}

.entry-meta,
.entry-more {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
}

.entry-meta li {
  list-style-type: none;
  display: inline-block;
  margin-left: 10px;
}

.entry-meta i {
  margin-left: 5px;
}

.entry-meta a,
.entry-footer a {
  font-style: italic;
  color: #a0a0a0;
}

.entry-meta a:hover,
.entry-footer a:hover {
  color: #963;
}

.entry-footer {
  margin: 20px 0;
  overflow: hidden;
  border: 0 dashed #ccc;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.entry-box .entry-footer {
  border: 0;
}

.type-page .entry-footer {
    display: none;
}

.entry-more {
  
}

.entry-tags {
  margin: 10px 0;
}

.entry-tags li {
  display: inline-block;
  list-style-type: none;
}

.entry-tags li a {
  
}

.entry-tags li+li:before {
  content: ", ";
}

.post-attributes h3 {
  font-size: 16px;
  margin-top: 40px;
}

.post-attributes h3 {
  font-family: 'Yanone Kaffeesatz',sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #666;
  margin: 40px 0 10px;
}

.post-attributes a {
  color: #a0a0a0;
}

.post-attributes a:hover {
  color: #963;
}

.about-author {
  overflow: hidden;
}

.author-avatar {
  float: right;
  margin: 0 20px 5px 0;
}

.post-pagination {
  border: 0 dashed #ccc;
  border-top-width: 1px;
  border-bottom-width: 1px;
  margin-top: 50px;
}

.post-pagination ul {
  margin: 10px 0;
}

.post-pagination li {
  list-style-type: none;
  display: inline-block;
}

.post-pagination li a {
  
}

.post-pagination li a:hover {
  border-color: #963;
}

.post-list-pagination {
  text-align: center;
}

.post-list-pagination ul {
  margin: 10px 0;
}

.post-list-pagination li {
  list-style-type: none;
  display: inline-block;
}

.post-list-pagination i,
.post-list-pagination span,
.post-list-pagination a {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
}

.post-pagination a,
.post-list-pagination a {
  color: #a0a0a0;
}

.post-pagination a:hover,
.post-list-pagination a:hover {
  color: #963;
}

.page-numbers {
    padding: 0 5px;
}

/*
 * 5.2 Blog Grid box
 */

.post-grid-box .img-caption {
  background-color: #fff;
  padding: 10px 0;
}

.post-grid-box .img-caption a h4,
.portfolio-box a h4 {
  margin: 0 0 10px;
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
}

/*
 * 5.3 Comments
 */

ul.comments-list {
  margin-right: 0;
}

.comments-list li {
  list-style-type:none;
}

.media-comment {
  margin-top: 30px;
  position: relative;
  overflow: visible;
  width: 100%;
  display: table!important;
}

.media-avatar {
    width: 60px;
    min-width: 60px;
}

.media-avatar img {
    border-radius:50%;
    border: 3px solid #fff;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.3);
}

.media-comment .media-heading {
  font-size: 14px;
}

.form-control,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
}

.form-control:focus,
select:focus,
input:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #963;
    box-shadow: none;
}

.comment-reply-link {
  float: left;
  margin-left: 5px;
}

.comment-edit-link,
.comment-reply-link {
  font-style: italic;
  text-transform: uppercase;
}

.form-submit .submit {
  color: #fff;
  background-color: #000;
  width: 100%;
  border: none;
  padding: 8px 20px;
  border-radius: 0;
  display: inline-block;
  text-align: center;
}

/*
 * 5.4 Blog List Style
 */

a .entry-title:hover {
  color: #963;
}

.entry-box {
  margin-bottom: 50px;
}

.blog-list-wrap.blog-grid .entry-box-wrap {
  width: 100%;
  display: inline-block;
  padding: 0 15px;
  float: right;
}

@media screen and (min-width: 768px) {
  .blog-list-wrap.blog-grid .entry-box-wrap {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .no-aside .blog-list-wrap.blog-grid .entry-box-wrap {
    width: 33.333333333333%;
  }
}

.blog-list-wrap.blog-grid .entry-box {
  border: 1px solid #ccc;
  padding: 1px;
  background-color: #fff;
  margin-bottom: 30px;
}

.blog-list-wrap.blog-grid .entry-main {
  padding: 10px 20px;
}

.blog-list-wrap.blog-aside-image .entry-main {
  margin-top: 0;
}

.blog-list-wrap.blog-aside-image .entry-footer {
  margin: 10px 0;
}

.blog-timeline-icon {
  font-size: 60px;
  color: #ccc;
}

.blog-timeline-inner {
  position: relative;
}

.blog-timeline-line {
  position: absolute;
  top: 0;
  right: 30px;
  margin-right: -1px;
  height: 100%;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.blog-list-wrap.blog-timeline .entry-box-wrap {
  width: 100%;
  position: relative;
  padding-right: 60px;
}

.blog-list-wrap.blog-timeline .entry-box-wrap:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e5e5e5;
  top: 55px;
  right: 25px;
}

.blog-list-wrap.blog-timeline .entry-box {
  border: 1px solid #ccc;
  padding: 1px;
  background-color: #fff;
  position: relative;
  box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1);
}

.blog-list-wrap.blog-timeline .entry-box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  top: 50px;
}

.blog-list-wrap.blog-timeline .entry-box:before {
  border-left-color: #ccc;
  right: 0;
  margin-right: -21px;
}

.blog-list-wrap.blog-timeline .entry-box:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  top: 51px;
}

.blog-list-wrap.blog-timeline .entry-box:after {
  border-left-color: #fff;
  right: 0;
  margin-right: -18px;
}

.blog-list-wrap.blog-timeline .entry-main {
  padding: 10px 20px;
}

.blog-timeline-loading {
  margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .blog-timeline-icon {
    text-align: center;
  }
  .blog-timeline-line {
    right: 50%;
  }
  .blog-list-wrap.blog-timeline .entry-box-wrap {
    width: 50%;
  }
  .blog-list-wrap.blog-timeline .entry-box-wrap.timeline-right {
    float: right;
    padding-left: 10%;
  }
  .blog-list-wrap.blog-timeline .entry-box-wrap.timeline-right:after {
    left: 0;
    margin-left: -5px;
    right: auto;
  }
  .blog-list-wrap.blog-timeline .entry-box-wrap.timeline-left {
    float: left;
    padding-right: 10%;
  }
  .blog-list-wrap.blog-timeline .entry-box-wrap.timeline-left:after {
    right: 0;
    margin-right: -5px;
  }
  .blog-list-wrap.blog-timeline .timeline-right .entry-box:before {
    border-right-color: #ccc;
    border-left-color: transparent;
    right: auto;
    left: 0;
    margin-left: -21px;
    margin-right: 0;
  }
  .blog-list-wrap.blog-timeline .timeline-right .entry-box:after {
    border-right-color: #fff;
    border-left-color: transparent;
    right: auto;
    left: 0;
    margin-left: -18px;
  }
}

/*
 * 6.0 Portfolio Detail
 */

.post-slider {
  margin-bottom: 20px;
}

#related-portfolio .owl-item {
  padding: 0 8px;
}

#related-portfolio .entry-title {
  font-size:16px;
}

/*
 * 6.1 Portfolio List
 */
.portfolio-list-filter .portfolio-box-wrap{
display:none;
}
 .portfolio-list-wrap {
  margin: 0 -15px;
}

.portfolio-list-wrap.no-text .portfolio-box .entry-main {
  display: none;
}

.portfolio-box-wrap {
  float: right;
  padding: 0 15px 15px;
  margin-bottom: 30px;
}

.portfolio-list-wrap.full-width {
  margin: 0;
}

.portfolio-list-wrap.full-width .portfolio-box-wrap {
  padding: 0;
  margin-bottom: 0;
}

/*
 * 7.0 Widget
 */

.widget-box {
  margin-bottom: 36px;
  overflow: hidden;
  font-size: 12px;
}

.widget-title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
}

.widget-box ul {
  margin-right: 0;
}

.widget-box ul ul {
  margin-right: 10px;
}

.widget-box li {
  overflow: hidden;
  list-style-type: none;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.widget-box li > a {
  padding: 7px 0;
  display: inline-block;
}

.widget-box > ul > li,
.widget-post > ul > li {

}

.widget-box a {
  color: #a0a0a0;
}

.widget-box a:hover {
  color: #963;
}


.widget_search .search-form {
  border: 1px solid #ccc;
  padding: 4px;
  overflow: hidden;
  width: 100%;
  display: block;
  position: static;
}

.widget_search .search-form div {
    position:relative;
}

.widget_search .search-form div:before {
    position:absolute;
    top:0; left:0;
    font: normal normal normal 16px/28px 'FontAwesome';
    content: "\f002";
}

.widget_search form.search-form input[type="text"] {
  border: none;
  float: right;
  width: 100%;
  margin-left: -25px;
  padding-left: 25px;
  background-color: transparent;
  color: inherit;
}

.widget_search form.search-form input[type="submit"] {
  background: none;
  float: left;
  border: none;
  width: 20px;
  height: 20px;
  position:relative;
  z-index:2;
}

.widget-box .widget-img {
  float: right;
  margin-left: 15px;
}

.widget-box .widget-img img {
  width: 60px;
  margin-top: 3px;
}

.widget-project img {
  border: 1px solid #eee;
}

.widget-project .row {
  margin-right: -2px;
  margin-left: -2px;
}

.widget-project [class*='col-xs'] {
    padding: 2px;
}

.widget_recent_posts li {
  clear: right;
}

.widget_recent_posts li,
.widget_contact_info li,

.widget_text li {
  background: none;
  padding-right: 0;
}

.widget-post li {
  list-style-type: none;
  margin-bottom: 15px;
}

.widget-post img {
  display: block;
  float: right;
  width: 20%;
  margin-left: 3%;
  border-radius: 5px;
}

.widget-post .widget-post-box {
  float: right;
  width: 75%;
  margin-top: -5px;
}

.widget-post .widget-post-box.no-img {
  width: 100%;
}

.widget_nav_menu ul {
    margin: 0;
}

.widget_nav_menu li {
    padding: 0;
    margin: 0;
    border-bottom: 0;
}

.widget_nav_menu li a {
    display: block;
    border-style: solid;
    border-color: #e5e5e5;
    border-bottom-width: 1px;
    border-left-width: 1px;
    margin: 0;
    padding: 10px;
    background-color:#fafafa;
}

.widget_nav_menu li li a {
    padding-right: 20px;
}

.widget_nav_menu li li li a {
    padding-right: 30px;
}

.widget_nav_menu {
    border-top: 1px solid #e5e5e5;
}

.widget_nav_menu li.current-menu-item a {
    border-left: 2px solid #963;
}

#wp-calendar td,.widget #wp-calendar th {
  text-align: center;
}

#wp-calendar #today {
  background: #f5f5f5;
}

/*
 * 8.0 Gallery
 */

.gallery {
  margin-bottom: 1.6em;
  margin-right: -15px;
  margin-left: -15px;
  overflow: hidden;
}

.gallery-item {
  display: block;
  float: right;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  margin-top: 0!important;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-item img {
    border: 0!important;
}

.gallery.gallery-size-full {
  margin-right: 0;
  margin-left: 0;
}

.gallery-size-full .gallery-item {
  padding: 0;
  margin-bottom: 0;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  display: block;
  margin-top: 10px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

section.section{
  position:relative;
  

}

.onetone-parallax {
  background-attachment: fixed !important;
  background-position: 50% 0;
  background-repeat: repeat;
}

/*
 * 9.0 Video Background
 */

#video-controls {
    width: 333px;
}

#video-controls i.fa{
  font-size:20px;
  vertical-align: middle;
}

#video-controls i.fa-volume-up {
  font-size:22px;
}

#video-controls i.fa-volume-off {
  font-size:25px;
}

.black-65 {
    color: #FFFFFF;
    margin: 24px 0;
    padding: 4px 12px;
  right: 20px;
  bottom: 0;
  position: absolute;
  z-index:999;
}

.home-wrapper ,.home-container {
  position: relative;
}

#tubular-container {
   position: absolute!important;
}

#big-video-wrap {
  /*z-index:1;*/
}

.homepage .page-inner {
    background-color: transparent;
}

.noticefailed {
  color: #FF0000 !important;
}

/*
 *  10.0 Back to Top
 */ 

#back-to-top {
  position:fixed;
  left:10px;
  bottom:10px;
  background:rgba(255,255,255,0.2);
  font-size:10px;
  padding:5px;
  border-radius:5px;
  display:none;
  z-index:999;
}

/*
 *  10.1 Onetone Owl Slider
 */ 

.onetone-owl-slider {
    position: relative;
}

.owl-theme .owl-controls {
    height: 0;
    margin: 0;
    position:static;
}

.owl-prev,
.owl-next {
    display:block!important;
    position:absolute;
    content:'';
    font-size:0;
    color: #fff;
    opacity: .3;
    bottom:50%;
    margin-bottom: -48px;
    background-color: #000;
    padding: 40px 10px;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: .5;
}

.owl-prev {
    right: 10px;
}

.owl-prev:before,
.owl-next:before {
    font: normal normal normal 16px/1 'FontAwesome';
}

.owl-prev:before {
    content: "\f053";
}

.owl-next {
    left:10px;
}

.owl-next:before {
    content: "\f054";
}

.owl-dots {
    position:absolute;
    right: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.owl-dot {
    width: 16px;
    height: 16px;
    border-radius: 10px;
    display: inline-block;
    margin: 3px;
    border: 2px solid rgba(255,255,255,1);
}

.owl-dot.active {
    background-color: #fff;
}

#onetone-owl-slider .owl-item .item .inner {
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right:0;
}

.owl-item .inner {
  padding: 20px; 
}

#onetone-owl-slider .owl-item .item > img {
    width:100%;
}

/*
 * 11.0 bbPress
 */

.bbp-breadcrumb {
  display: none;
}

.bbp-search-form {
  margin-bottom: 10px;
}

#bbp-search-form {
  border: 1px solid #ccc;
  padding: 8px;
  overflow: hidden;
  width: 100%;
}

#bbp-search-form div {
    position:relative;
}

#bbp-search-form div:before {
    position:absolute;
    top:0; left:0;
    font: normal normal normal 18px/20px 'FontAwesome';
    content: "\f002";
}

#bbp-search-form input[type="text"] {
  border: none;
  float: right;
  width: 100%;
  margin-left: -25px;
  padding-left: 25px;
  background-color: transparent;
  color: inherit;
}

#bbp-search-form input[type="submit"] {
  background-color: transparent;
  float: left;
  border: none;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  position:relative;
  z-index:2;
}

#bbp-search-form input[type="submit"]:before {
    content: "\f002";
}

#bbp_topic_title,
.wp-editor-container,
#bbp_topic_tags {
    border: 1px solid #ccc;
}

#bbp_topic_submit,
#bbp_reply_submit {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 5px 20px;
}

#bbp_topic_title,
#bbp_topic_content,
#bbp_topic_tags,
#bbp_topic_status_select,
#bbp_stick_topic_select {
    padding: 3px;
}

/*
 * 12.0 Post Format
 */

/*Post Format Video*/
.format-video iframe {
  border: 0;
}

/*Post Format image*/
.format-image .wp-caption {
  height: auto;
  padding: 5px;
}

/*Post Format Status*/
.format-status {
  
}

/*Post Format Audio*/
.format-audio {

}

/*Post Format Quote*/
.format-quote .entry-title {
  display: none;
}

.format-quote .entry-content blockquote {
    font-family: serif;
    font-style: italic;
    border: 0;
    padding: 20px 60px 0 60px;
    margin: 0;
    text-align: center;
}

.format-quote .entry-content blockquote cite {
    margin-top: 20px; 
}

.format-quote .entry-content blockquote p {
    font-size: 25px;
    color: #222222;
    line-height: 1.3;
}

.format-quote .entry-content blockquote + p {
    text-align: center; 
}

.format-quote .entry-content blockquote + p:before {
    content: '- '; 
}

.format-quote .entry-content blockquote + p:after {
    content: ' -';
}

/*Post Format Link*/
.format-link .entry-content {
  background-color: #f5f5f5;
  margin: 0 0 20px;
  padding: 30px 60px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  font-family: serif;
}

.format-link .entry-content p {
  margin: 0;
}

.format-link .entry-title {
  display: none;
}

/*  Post Format Chat  */
.format-chat p {
  margin-bottom: 0;
  padding: 5px;
  background-color: #fefefe;
}

.format-chat p:nth-child(2n+1) {
  background: #f3f3f3;
}

/*  Post Format Gallery  */


/*  Post Format Aside  */
.format-aside.post {
  background-color: #f5f5f5;
  padding: 20px;
}

.format-aside .entry-footer {
    display: none;
}

.format-aside .entry-title {
    display: none;
}

.format-aside .entry-content p {
  margin: 0; 
  text-align: center;
}

.vjs-control-bar{
  display: none;
}

@media screen and (max-width: 600px) {
 
  .fxd-header {
        top:0!important;
    }
}

/*3.0 onetone-shortcodes.css RTL*/
/** menu **/
.onetone-nav > ul > li:first-child {
  border-top: 1px solid #ccc;
}

.onetone-nav li.active > a {
  border-left: 3px solid #963;
}

.onetone-nav li ul {
  display: none;
}

.onetone-nav li:hover > ul {
  display: block;
}

.onetone-nav li:hover > a {
  background-color: rgba(255,255,255,.05);
  border-left: 3px solid #963;
}

.onetone-nav li.active > ul {
  display: block;
}

.onetone-nav li.active > a {
  color: #963;
}

.onetone-nav a {
  display: block;
  padding: 5px 5px;
  border-bottom: 1px solid #ccc;
}

/* align */
.align-center,.aligncenter {
  display:inline-block;
  text-align:center;
  margin:auto;
}
.align-right,.alignright {
  display:inline-block;
  text-align:right;
  margin:auto;
}
.align-left,.alignleft {
  display:inline-block;
  text-align:left;
  margin:auto;
}
/* row */
.row:after {
    clear: both;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
/* service */

.service-box i {
    border: 1px solid #d0d0d0;
    border-radius: 60px;
    color: #c96;
    font-size: 70px;
    height: 120px;
    line-height: 120px;
    width: 120px;
  text-align: center;
}
.service-box:hover i {
    background-color: #c96;
    border-color: transparent;
    color: #fff;
}
.service-box h3 {
    text-transform: uppercase;
}
.service-box p {
    margin-bottom: 12px;
}
.service-box a {
    font-style: italic;
}
.service-box.style2 h3 {
}
.service-box.style2 i {
    border: medium none;
    border-radius: 0;
    color: #595959;
    font-size: 60px;
    height: auto;
    line-height: inherit;
    margin-left: 30px;
    width: auto;
}
.service-box.style2:hover i {
    background-color: transparent;
    border-color: transparent;
    color: #c96;
}
.service-box.style2 a {
    color: #333;
}
.service-box.style2:hover a {
    color: #c96;
}
.service-box.style3 {
    background-color: #eee;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-top: 60px;
    padding: 50px 10px 20px;
    position: relative;
}
.service-box.style3 i {
    background-color: #fff;
    border-color: #eee;
    color: #595959;
    right: 50%;
    margin-right: -60px;
    position: absolute;
    top: -60px;
}
.service-box.style3 a {
    color: #333;
}
.service-box.style3:hover {
    background-color: #fff;
    border-color: #d0d0d0;
}
.service-box.style3:hover i {
    background-color: #c96;
    color: #fff;
}
.service-box.style3:hover a {
    color: #c96;
}
.service-box.style4 {
    padding-right: 90px;
    position: relative;
}
.service-box.style4 i {
    border-color: #c96;
    border-radius: 40px;
    font-size: 50px;
    height: 80px;
    right: 0;
    line-height: 80px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 80px;
}
.service-box.style4 h3 {
    color: #c96;
    padding-top: 10px;
}

/* contact */

.contact-form section {
    overflow: hidden;
}
.contact-form fieldset {
    border: medium none;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.contact-form.style1 input[type="text"], .contact-form.style1 input[type="email"], .contact-form.style1 textarea , .contact-form.style1 select {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.contact-form input[type="button"] {
  margin-top:10px;
}
.contact-form.style2 section {
    position: relative;
}
.contact-form.style2 i {
    color: #fff;
    position: absolute;
    left: 10px;
    top: 12px;
}
.contact-form.style2 input[type="text"], .contact-form.style2 input[type="email"], .contact-form.style2 textarea , .contact-form.style2 select{
    background-color: #ccc;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px 25px 10px 10px;
}
.contact-form.style2 input:-moz-placeholder, .contact-form.style2 textarea:-moz-placeholder {
    color: #fff;
}
/* button */
.btn {
    line-height:2;
    padding: 0 1em;
    border: 1px solid #666;
    background: none;
    min-width: 110px;
}

.btn.btn-rd {
    border-radius: 3px;
}

.btn.btn-lg {
    font-size: 1.4em;
    border-width:2px;
}

.btn:hover {
    background: rgba(220,220,220,.1);
}


/** blog timeline**/

.timeline {
    padding-right: 30px;
    position: relative;
}
.time-stick {
    position: absolute;
    height: 100%;
    width: 1px;
    right: 5px;
    border-right:1px dotted #bbb;
}
.time-box {
    text-align: right;
    position: relative;
}
.time-title {
    color: #888;
}
.time-title:hover {
    color: #c96;
}
.time-title::after {
    position: absolute;
    right: -30px;
    top: 6px;
    width: 10px;
    height: 10px;
    background-color: #aaa;
    content: "";
    border-radius: 5px;
}

/*
 *  Divider
 */

.divider {
  margin: 15px 0;
  width: 100%;
  height: 1px;
}

.divider.style1 {
  border-bottom: 1px solid #ccc;
}

.divider.style2 {
  border-bottom: 1px dashed #ccc;
}

.divider.style3 {
  height: 6px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.divider.style4 {
  border-bottom: 1px solid #ccc;
  box-shadow: 1px 1px 5px #ccc;
}

/*
 * 12.0 Team
 */

.team-box {
  text-align: center;
  margin: 0 auto;
  width: 260px;
}

.team-img-box {
  position: relative;
  margin-bottom: 10px;
}

.team-info {
  position: absolute;
  right: 0; 
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: 0;
  z-index: -1;
  text-align: center;
}

.team-img-box:hover .team-info {
  opacity: 1;
  z-index: 2;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; 
}

.team-info img {
  width: 40%;
  height: auto;
}

.team-info h4 {
  color: #000;
  font-size: 18px;
  margin: 10% 0 5%;
}

.team-info h5 {
  color: #a0a0a0;
  font-size: 13px;
  margin: 0 0 5%;
}

.team-sns {
  text-align: center;
  display: inline-block;
  margin: 5% 0;
}

.team-sns a {
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
  color: #595959;
  margin: 3px;
  padding-top: 3px;
  font-size: 16px;
}

/*
 * 12.1 Team Style 2
 */

.team-box.style2 {
  position: relative;
  width: 260px;
}

.team-box.style2 .team-img-box {
  margin-bottom: 0;
}

.team-box.style2 .team-img-box img {
  width: 260px;
}

.team-box.style2 .team-info {
  position: static;
  height: auto;
  opacity: 1;
  z-index: auto;
  border-bottom: 2px solid #b5b5b5;
  padding: 0 10px;
}
.team-box.style2:hover .team-info {
  position: absolute;
  top: 100%;
  z-index: 9;
  transition: 0;
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0; 
}
.team-box.style2 .team-img-box:hover .team-info {
  z-index: auto;
}

.team-box.style2 .team-info h4 {
  margin: 0;
  padding: 15px 0;
}

.team-box.style2 .team-info h5 {
  margin: 0 0 15px;
}

.team-box.style2 .team-info p {
  display: none;
  border-bottom: 1px dashed #b5b5b5;
  margin: 0;
  padding-bottom: 15px;
}


.team-box.style2 .team-info .team-sns {
  display: none;
  margin: 10px 0;
}

.team-box.style2:hover .team-info p {
  display: block;
}

.team-box.style2:hover .team-info .team-sns{
  display: inline-block;
}

/*
 * 12.2 Team Style 3
 */

.team-box.style3 {
  width: 260px;
  position: relative;
  margin-top: 60px;
}

.team-box.style3 .team-img-box {
  position: absolute;
  top: -60px;
  right: 0;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}

.team-box.style3 .team-img-box img {
  height: 120px;
  border: 6px solid #fff;
}

.team-box.style3 .team-info {
  position: static;
  height: auto;
  opacity: 1;
  z-index: auto;
  padding: 60px 10px 15px;
}

.team-box.style3 .team-img-box:hover .team-info {
  z-index: auto;
}

.team-box.style3 .team-info h4 {
  margin: 0;
  padding: 15px 0;
}

.team-box.style3 .team-info h5 {
  margin: 0 0 25px;
}

.team-box.style3 .team-info p {
  margin: 0;
  padding-bottom: 15px;
}


.team-box.style3 .team-info .team-sns {
  margin: 10px 0;
}

.team-box.style3 .team-sns a {
  background-color: #bfbfbf;
  color: #fff;
}
.team-sns a {
    box-sizing: border-box;
}

/*
 * portfolio
 */
.onetone-shortcode.portfolio-wrapper {
   margin: 0 0 30px 0;
   overflow: hidden;
}

.portfolio .col-md-3 {
  padding: 0;
}

.portfolio-col{
  padding: 0 !important;
}

.portfolio-box {
  position: relative;
    overflow: hidden;
}

.portfolio-box img {
  -webkit-filter: grayscale(80%); 
  -moz-filter: grayscale(80%); 
  -ms-filter: grayscale(80%); 
  -o-filter: grayscale(80%); 
  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
  _filter:none; 
    transition: all 0.1s ease;
    -webkit-transition: all .1s ease;
}

.portfolio-box:hover img {
  -webkit-filter: grayscale(0); 
  -moz-filter: grayscale(0); 
  -ms-filter: grayscale(0); 
  -o-filter: grayscale(0); 
  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0); 
    transition: all 0.1s ease;
    -webkit-transition: all .1s ease; 
}

.portfolio-box .portfolio-box-title {
  position: absolute;
  width: 100%;
  min-height: 60px;
  right: 0;
  bottom: -1px;
  background-color: #fff;
  opacity: .8;
    padding: 0 5px;
    transition: all 0.5s ease;
    -webkit-transition: all .5s ease;
}

.portfolio-box:hover .portfolio-box-title {
  background-color: #963;
    transition: all 0.5s ease;
    -webkit-transition: all .5s ease;
}
 
.portfolio-box h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #999;
}

.portfolio-box:hover h3 {
  color: #fff;
  text-decoration: underline;
} 

.portfolio-box ul {
  display: inline-block;
  margin-right: 0;
}

.portfolio-box li {
  list-style-type: none;
  float: right;
}

.portfolio-box li a {
  color: #000;
}

.portfolio-box li + li::before {
  content: "\, ";
}
.portfolio-gallery{
  margin-bottom:30px;
  }
  
.portfolio-info-box {
  position: absolute;
  top: 0; right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  opacity: 0;
  z-index: -1;
  text-align: center;
}

.portfolio-img-box:hover .portfolio-info-box {
  opacity: 1;
  z-index: 2;
}

.portfolio-icon-box {
  display: inline-block;
  margin-top: 30%;
}

.portfolio-icon-box a {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin: 0 10px;
  background-color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.portfolio-box figcaption {
  background-color: #fff;
  padding: 20px 5px;
}

.portfolio-box figcaption h3 {
  margin: 0;
  font-size: 16px;
}

/*
 * Pricetable
 */

.price-box {
  position: relative;
  margin-top: 50px;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #c7c7c7;
  text-align: center;
  box-shadow: 1px 1px 5px #ddd;
}

.price-box .price-tag {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  position: absolute;
  top: -50px;
  right: 50%;
  margin-right: -50px;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  text-align: center;
  color: #000;
  font-size: 35px;
  line-height: 100px;
  box-shadow: 1px 1px 3px #ccc;
}

.price-box.featured .price-tag {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.price-box .price-tag sup {
  font-size: 50%;
}

.price-box ul {
  margin: 0;
}

.price-box li {
  list-style-type: none;
  overflow: hidden;
  padding: 15px 0;
  border-top: 1px solid #c7c7c7;
  background-color: #fff;
}

.price-box li:nth-child(2n+1) {
  background-color: #f9f9f9;
}

.price-box li.price-title {
  background-color: #c4c4c4;
}

.price-box .price-title h3 {
  margin: 50px 0 10px;
}

.price-box .price-title h4 {
  margin: 10px 0;
  font-size: 12px;
}

.price-box .btn {
  background-color: transparent;
  color: #333;
}

.price-box.featured .btn {
  background-color: #333;
  color: #FFF;
    border: none;
}

/*
 * Pricetable Style 2
 */

.price-box.style2 {
  margin-top: 0;
  margin-bottom: 10px;
  box-shadow: none;
  border-radius: 0;
}

.price-box.style2 .price-tag {
  width: 100%;
  height: auto;
  border-radius: 0;
  position: static;
  margin-right: 0;
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 50px;
  line-height: 1;
  box-shadow: none;
}

.price-box.style2 li.price-title {
  padding: 0;
  background-color: #dcdcdc;
  border-top: none;
}

.price-box.style2 .price-title h3 {
  margin: 10px 0 10px;
}

.price-box.style2 .price-title h4 {
  margin: 10px 0 0;
  font-size: 12px;
  background-color: #b5b5b5;
  color: #fff;
  line-height: 40px;
}

.price-box.style2 li {
  padding: 12px 0;
  border-top: 1px solid #fff;
  background-color: #f5f5f5;
}

.price-box.style2 li:nth-child(2n+1) {
  background-color: #ebebeb;
}

.price-box.featured.style2 .price-title {
  background-color: #333;
  color: #fff;
}

.price-box.featured.style2 .price-tag {
  color: #fff;
}

.price-box.featured.style2 h3 {
  color: #fff;
}

.price-box.featured.style2 h4 {
  background-color: #0389c6;
}

/*4.0 shortcode.css RTL*/
/*
 * 0.0 Columns
 */

.row + .row {
  margin-top: 30px;
}

.row > [class*="col-md"] {
  padding-bottom: 15px;
}

.row.no-padding,
.row.no-margin {
  margin-right: 0;
  margin-left: 0;
}

.row.no-padding > [class*="col-md"] {
  padding: 0!important;
}

.col-xs-1_5,
.col-xs-2_5,
.col-xs-3_5,
.col-xs-4_5,
.col-sm-1_5,
.col-sm-2_5,
.col-sm-3_5,
.col-sm-4_5,
.col-md-1_5,
.col-md-2_5,
.col-md-3_5,
.col-md-4_5,
.col-lg-1_5,
.col-lg-2_5,
.col-lg-3_5,
.col-lg-4_5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1_5,
.col-xs-2_5,
.col-xs-3_5,
.col-xs-4_5 {
  float: right;
}

.col-xs-1_5 {
  width: 20%;
}

.col-xs-2_5 {
  width: 40%;
}

.col-xs-3_5 {
  width: 60%;
}

.col-xs-4_5 {
  width: 80%;
}

.col-xs-pull-1_5 {
  left: 20%;
}

.col-xs-pull-2_5 {
  left: 40%;
}

.col-xs-pull-3_5 {
  left: 60%;
}

.col-xs-pull-4_5 {
  left: 80%;
}

.col-xs-push-1_5 {
  right: 20%;
}

.col-xs-push-2_5 {
  right: 40%;
}

.col-xs-push-3_5 {
  right: 60%;
}

.col-xs-push-4_5 {
  right: 80%;
}

.col-xs-offset-1_5 {
  margin-right: 20%;
}

.col-xs-offset-2_5 {
  margin-right: 40%;
}

.col-xs-offset-3_5 {
  margin-right: 60%;
}

.col-xs-offset-4_5 {
  margin-right: 80%;
}

@media (min-width: 768px) {
  .row > [class*="col-sm"] {
    padding-bottom: 0;
  }

  .col-sm-1_5,
  .col-sm-2_5,
  .col-sm-3_5,
  .col-sm-4_5 {
    float: right;
  }

  .col-sm-1_5 {
    width: 20%;
  }

  .col-sm-2_5 {
    width: 40%;
  }

  .col-sm-3_5 {
    width: 60%;
  }

  .col-sm-4_5 {
    width: 80%;
  }

  .col-sm-pull-1_5 {
    left: 20%;
  }

  .col-sm-pull-2_5 {
    left: 40%;
  }

  .col-sm-pull-3_5 {
    left: 60%;
  }

  .col-sm-pull-4_5 {
    left: 80%;
  }

  .col-sm-push-1_5 {
    right: 20%;
  }

  .col-sm-push-2_5 {
    right: 40%;
  }

  .col-sm-push-3_5 {
    right: 60%;
  }

  .col-sm-push-4_5 {
    right: 80%;
  }

  .col-sm-offset-1_5 {
    margin-right: 20%;
  }

  .col-sm-offset-2_5 {
    margin-right: 40%;
  }

  .col-sm-offset-3_5 {
    margin-right: 60%;
  }

  .col-sm-offset-4_5 {
    margin-right: 80%;
  }
}

@media (min-width: 992px) {
  .row > [class*="col-md"] {
    padding-bottom: 0;
  }

  .col-md-1_5,
  .col-md-2_5,
  .col-md-3_5,
  .col-md-4_5 {
    float: right;
  }

  .col-md-1_5 {
    width: 20%;
  }

  .col-md-2_5 {
    width: 40%;
  }

  .col-md-3_5 {
    width: 60%;
  }

  .col-md-4_5 {
    width: 80%;
  }

  .col-md-pull-1_5 {
    left: 20%;
  }

  .col-md-pull-2_5 {
    left: 40%;
  }

  .col-md-pull-3_5 {
    left: 60%;
  }

  .col-md-pull-4_5 {
    left: 80%;
  }

  .col-md-push-1_5 {
    right: 20%;
  }

  .col-md-push-2_5 {
    right: 40%;
  }

  .col-md-push-3_5 {
    right: 60%;
  }

  .col-md-push-4_5 {
    right: 80%;
  }

  .col-md-offset-1_5 {
    margin-right: 20%;
  }

  .col-md-offset-2_5 {
    margin-right: 40%;
  }

  .col-md-offset-3_5 {
    margin-right: 60%;
  }

  .col-md-offset-4_5 {
    margin-right: 80%;
  }
}

@media (min-width: 1200px) {
  .row > [class*="col-lg"] {
    padding-bottom: 0;
  }

  .col-lg-1_5,
  .col-lg-2_5,
  .col-lg-3_5,
  .col-lg-4_5 {
    float: right;
  }

  .col-lg-1_5 {
    width: 20%;
  }

  .col-lg-2_5 {
    width: 40%;
  }

  .col-lg-3_5 {
    width: 60%;
  }

  .col-lg-4_5 {
    width: 80%;
  }

  .col-lg-pull-1_5 {
    left: 20%;
  }

  .col-lg-pull-2_5 {
    left: 40%;
  }

  .col-lg-pull-3_5 {
    left: 60%;
  }

  .col-lg-pull-4_5 {
    left: 80%;
  }

  .col-lg-push-1_5 {
    right: 20%;
  }

  .col-lg-push-2_5 {
    right: 40%;
  }

  .col-lg-push-3_5 {
    right: 60%;
  }

  .col-lg-push-4_5 {
    right: 80%;
  }

  .col-lg-offset-1_5 {
    margin-right: 20%;
  }

  .col-lg-offset-2_5 {
    margin-right: 40%;
  }

  .col-lg-offset-3_5 {
    margin-right: 60%;
  }

  .col-lg-offset-4_5 {
    margin-right: 80%;
  }
}

/*
 * 0.1 Columns Border
 */

.border-left {
  border-left: 1px solid #f5f5f5;
}

/*
 * 0.2 Text Color
 */

.text-light {
  color: #fff;
}

.text-light,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light a,
h1.text-light,
h2.text-light,
h3.text-light,
h4.text-light,
h5.text-light,
h6.text-light,
a.text-light {
  color: #fff!important;
}

.text-light a:hover,
a.text-light:hover {
  color: rgba(255,255,255,.7)!important;
}

.text-primary {
  color: #fdd200;
}

.text-dark {
  color: #222;
}

/*
 * 0.3 Dropcap
 */

.magee-dropcap {
  position: relative;
  float: right;
  top: .05em;
  margin-left: .15em;
  padding: 0;
  line-height: .8;
  font-size: 5em;
  text-transform: uppercase;
  color: #fdd200;
}

.dropcap-boxed {
    padding: .05em .1em .1em .1em;
    background-color: #fdd200;
    color: #fff;
}

/*
 * 0.4 Dropcap
 */

.magee-highlight {
  background-color: #fdd200;
  color: #fff;
  padding: 0 .3em;
}

/*
 * 0.4 Tooltip text
 */

.tooltip-text {
    color: #fdd200;
}

.tooltip-text:hover {
  cursor: pointer;
}

/*
 * 0.5 Box shadow
 */

.box-shadow {
  box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1);
}

/*
 * 1.0 Buttons
 */

.magee-btn-wrapper {
  display: inline;
}

a.btn-normal:hover,
a.magee-btn-normal:hover {
    text-decoration: none;
}

.btn-normal, .magee-btn-normal {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  background-color: #fdd200;
  line-height: 1;
  padding: .9em 1.6em;
  border-radius: 0;
  border-width: 0;
  border-style: solid;
}

.btn-normal, .magee-btn-normal:hover,
.btn-normal, .magee-btn-normal:active,
.btn-normal, .magee-btn-normal:focus {
  background-color: #f6cc00;
  color: #fff;
}

.btn-md {
  font-size: 1em;
}

.btn-lg, .btn-large {
  font-size: 1.2em;
}

.btn-sm, .btn-small {
  font-size: .8em;
}

.btn-xl {
  font-size: 1.5em;
}

.btn-square {
  border-radius: 0;
}

.btn-rounded {
  border-radius: 5px;
}

.btn-full-rounded {
  border-radius: 50px;
}

.btn-text-shadow {
  text-shadow: 0 1px rgba(0,0,0,.4);
}

.btn-gradient {
  background-image: -webkit-gradient(linear,right top,right bottom,from(rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
  background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
  background-image: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
  background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
  background-image: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
}

.btn-2d {
  text-shadow: 0 1px rgba(0,0,0,.4);
  box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
  background-image: -webkit-gradient(linear,right top,right bottom,from(rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
  background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
  background-image: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
  background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
  background-image: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
}

.btn-3d {
  text-shadow: 0 1px rgba(0,0,0,.4);
  box-shadow: 0 3px 0 0 #C5A300;
}

.magee-btn-normal.btn-light {
  background-color: #fff;
  color: #000;
}

.magee-btn-normal.btn-dark {
  background-color: #000;
  color: #fff;
}

.magee-btn-normal.btn-line {
  background-color: transparent;
  color: #fdd200;
  border: 2px solid #fdd200;
}

.magee-btn-normal.btn-line:hover,
.magee-btn-normal.btn-line:active,
.magee-btn-normal.btn-line:focus {
  background-color: rgba(255,255,255,.1);
}

.magee-btn-normal.btn-line.btn-light {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}

.magee-btn-normal.btn-line.btn-light:hover,
.magee-btn-normal.btn-line.btn-light:active,
.magee-btn-normal.btn-line.btn-light:focus {
  background-color: rgba(255,255,255,.1);
}

.magee-btn-normal.btn-line.btn-dark {
  border-color: #000;
  color: #000;
  background-color: transparent;
}

.magee-btn-normal.btn-line.btn-dark:hover,
.magee-btn-normal.btn-line.btn-dark:active,
.magee-btn-normal.btn-line.btn-dark:focus {
  background-color: #000;
  color: #fff;
}

.btn-block {
  display: block;
}

/*
 * 2.0 Feature box
 */

.magee-feature-box h3 {
  font-size: 18px;
}

.magee-feature-box .feature-content p {
  margin-bottom: .8em;
}

.magee-feature-box.style1,
.magee-feature-box.style4 {
  text-align: center;
}

.magee-feature-box.style2 h3,
.magee-feature-box.style3 h3 {
    text-align:right;
}

.magee-feature-box.style2 .feature-content,
.magee-feature-box.style3 .feature-content {
  text-align: left;
}

.magee-feature-box.style2 .feature-content p,
.magee-feature-box.style3 .feature-content p {
  text-align: right;
}

.magee-feature-box.style2.reverse h3,
.magee-feature-box.style3.reverse h3 {
  text-align: left;
}

.magee-feature-box.style2.reverse .feature-content,
.magee-feature-box.style3.reverse .feature-content {
  text-align: right;
}

.magee-feature-box.style2.reverse .feature-content p,
.magee-feature-box.style3.reverse .feature-content p {
  text-align: left;
}

.magee-feature-box img {
  display: block;
}

.magee-feature-box.style1 .icon-box,
.magee-feature-box.style4 .icon-box,
.magee-feature-box.style1 img,
.magee-feature-box.style4 img {
  margin: 0 auto; 
}

.magee-feature-box.style1 .icon-box .fa-fw,
.magee-feature-box.style4 .icon-box .fa-fw {
  margin-right: -0.142857em;
}

.magee-feature-box.style2 {
    position: relative;
    min-height: 80px;
    padding-right: 95px;
}

.magee-feature-box.style2 .icon-box,
.magee-feature-box.style2 img {
    position: absolute;
    top: 0; right: 0;
}

.magee-feature-box.style2.reverse {
  padding-right: 0;
  padding-left: 95px;
}

.magee-feature-box.style2.reverse .icon-box,
.magee-feature-box.style2.reverse img {
  left: 0;
  right: auto;
}

.magee-feature-box.style3 .icon-box,
.magee-feature-box.style3 img {
  float: right;
  margin-bottom: 10px;
}

.magee-feature-box.style3.reverse .icon-box,
.magee-feature-box.style3.reverse img {
  float: left;
}

.magee-feature-box.style3 h3 {
  clear: none;
  float: right;
  margin: 0 0 0 15px;
  line-height: 80px;
}

.magee-feature-box.style3.reverse h3 {
  float: left;
  margin-left: 15px;
  margin-right: 0;
}

.magee-feature-box.style3 p {
  clear: right;
}

.magee-feature-box.style3.reverse p {
  clear: left;
}

.magee-feature-box.style4 {
  background-color: #f5f5f5;
  position: relative;
  padding: 50px 10px 10px;
  margin-top: 40px;
}

.magee-feature-box.style4 .icon-box,
.magee-feature-box.style4 img {
  position: absolute;
  top: -40px;
  right: 50%;
  margin-right: -40px;
  background-color: #fff;
}

/*
 * 2.1 Icon box for feature box
 */

.icon-box {
    text-align: center;
    color: #222;
    font-size: 40px;
  line-height: 1em;
  width: 1em;
  height: 1em;
}

.icon-box.primary {
  color: #fdd200;
}

.icon-box.light {
  color: #fff;
}

.icon-box.icon-xl {
  font-size: 80px;
}

.icon-box.icon-lg {
  font-size: 60px;
}

.icon-box.icon-sm {
  font-size: 20px;
}

.icon-circle {
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  border-color: #222;
  background-color: rgba(0,0,0,0);
  line-height: 2.5em;
  width: 2.5em;
  height: 2.5em;
}

/*
 * 3.0 Accordions & Toggles
 */

.magee-accordion .panel {
  border-radius: 0;
}

.magee-accordion .panel {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}

.magee-accordion.panel-group .panel-heading+.panel-collapse>.list-group,
.magee-accordion.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: none;
}

.magee-accordion .panel-heading {
  padding: 10px;
}

.magee-accordion .panel-heading i {
  color: #777;
  margin-left: .5em;
}

.magee-accordion .panel-body {
  padding: 15px 10px;
}

.magee-accordion .panel-default > .panel-heading {
  background-color: transparent;
  border: none;
}

.magee-accordion .panel-group .panel+.panel {
  margin-top: 0;
}

.magee-accordion .panel-heading {
  position: relative;
  border: none;
  border-radius: 0;
}

.magee-accordion h4.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
  font-size: 16px;
}

.magee-accordion .panel-heading .accordion-toggle:after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: "\f106";
  left: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;  
  text-align: center;
  color: #777;
}

.magee-accordion .panel-heading .accordion-toggle.collapsed:after {
  content: "\f107";
}

.magee-accordion .magee-accordion.style2 .panel-heading .accordion-toggle:after {
  content: "\f147";
}

.magee-accordion.style2 .panel-heading .accordion-toggle.collapsed:after {
  content: "\f196";
}

.magee-accordion.accordion-boxed .panel-heading {
  padding: 15px;
}

.magee-accordion.accordion-boxed .panel-default > .panel-heading {
  background-color: #fdfdfd;
}

.magee-accordion.accordion-boxed .panel-heading:hover {
  background: #f8f8f8;
}

.magee-accordion.accordion-boxed .panel-body {
  padding: 15px;
}

.magee-accordion.accordion-boxed .panel-heading .accordion-toggle:after {
  top: 15px;
  left: 15px;
}

.magee-accordion.accordion-boxed .panel {
  border: 1px solid #ddd;
  border-bottom-width: 0;
  overflow: hidden;
}

.magee-accordion.accordion-boxed .panel:last-child {
  border-bottom-width: 1px;
}

.magee-accordion.accordion-boxed.panel-group .panel+.panel {
  margin-top: 0;
}

.magee-accordion.panel-group .panel-heading+.panel-collapse>.list-group,
.magee-accordion.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #ddd;
}

/*
 * 3.1 FAQ
 */

.magee-accordion.faq .panel-heading {
  padding: 20px 10px;
}

.magee-accordion.faq .panel-heading .accordion-toggle:after {
  top: 20px;
}

.magee-accordion.accordion-boxed.faq .panel-heading {
  padding: 25px 15px;
}

.magee-accordion.accordion-boxed.faq .panel-heading .accordion-toggle:after {
  top: 25px;
}

.faq-list-filter .faq-box-wrap {
  display: none;
  overflow: hidden;
  width:100%;
}

/*
 * 4.0 List Filter
 */

.list-filter li a {
  display: block;
  padding: 5px 10px;
  color: #777;
}

.list-filter li a:hover,
.list-filter li.active a {
  background-color: #f8f8f8;
}

.portfolio-list-filter li a:hover,
.portfolio-list-filter li.active a {
  background-color: #fdd200;
  color: #fff;
}

.portfolio-list-filter .portfolio-box-wrap {
  display:none;
}

/*
 * 5.0 Tabs
 */

.tab-title {
  font-size: 16px;
  margin: 0;
}

.tab-title i {
  margin-left: 5px;
  color: #777;
}

.magee-tab-box ul {
  margin: 0;
  width: 100%;
}

.tab-pane {
  padding: 10px 0;
}

.magee-tab-box.tab-line ul.list-inline {
  border-bottom: 2px solid #eee;
}

.magee-tab-box ul.list-inline > li {
  padding: 0;
}

.magee-tab-box.tab-line ul > li > a {
  padding: 15px 20px;
  display: block;
  margin-bottom: -2px;
  border-bottom: 2px solid transparent;
}

.magee-tab-box.tab-line ul > li.active > a {
  border-bottom-color: #fdd200;
}

.magee-tab-box.tab-normal ul > li > a {
  padding: 15px 20px;
  border-radius: 0;
  margin-left: 0;
}

.magee-tab-box.tab-normal ul > li > a {
  background-color: #fdfdfd;
  border: 1px solid #ddd;
}

.magee-tab-box.tab-normal ul > li > a:hover {
  background-color: #f8f8f8;
}

.magee-tab-box.tab-normal.tab-vertical ul.nav-stacked li {
  float: right;
}

.magee-tab-box.tab-normal.tab-vertical ul.nav-stacked>li+li {
  margin-top: 0;
  margin-right: 0;
}

.magee-tab-box.tab-normal .tab-pane {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0;
}

@media screen and (min-width:768px) {
  .magee-tab-box.tab-normal ul > li + li > a,
  .magee-tab-box.tab-normal ul > li + li > a:hover,
  .magee-tab-box.tab-normal .nav-tabs.nav-justified>.active>a,
  .magee-tab-box.tab-normal .nav-tabs.nav-justified>.active>a:focus,
  .magee-tab-box.tab-normal .nav-tabs.nav-justified>.active>a:hover {
    border-right: 0;
  }

  .magee-tab-box.tab-normal .nav-tabs.nav-justified > li:first-child > a,
  .magee-tab-box.tab-normal .nav-tabs.nav-justified > li:first-child > a:focus,
  .magee-tab-box.tab-normal .nav-tabs.nav-justified > li:first-child > a:hover {
    border-right: 1px solid #ddd;
  }

  .magee-tab-box.tab-normal ul > li.active > a {
    background-color: #fff;
    border-bottom-color: #fff;
  }
  .magee-tab-box.tab-vertical ul {
    width: 30%;
  }
  .magee-tab-box.tab-normal.tab-vertical ul.nav-stacked li {
    float: none;
  }
  .magee-tab-box.tab-normal.tab-vertical ul.nav-stacked>li+li {
    margin-top: 0;
    margin-right: 0;
  }
  .magee-tab-box.tab-vertical .tab-content {
    width: 70%;
  }
  .magee-tab-box.tab-normal.tab-vertical ul > li + li {
    margin-top: 0;
  }
  .magee-tab-box.tab-normal.tab-vertical ul > li > a {
    border: 1px solid #ddd;
    margin: 0;
  }

  .magee-tab-box.tab-normal.tab-vertical.tab-vertical-right ul > li > a {
    margin-left: -1px;
  }

  .magee-tab-box.tab-normal.tab-vertical.tab-vertical-left ul > li > a {
    margin-right: -1px;
  }

  .magee-tab-box.tab-normal.tab-vertical.tab-vertical-right ul > li + li > a {
    border-right: 1px solid #ddd;
  }

  .magee-tab-box.tab-normal.tab-vertical.tab-vertical-left ul > li + li > a {
    border-left: 1px solid #ddd;
  }

  .magee-tab-box.tab-normal.tab-vertical ul > li.active > a {
    border-bottom-color: #ddd;
  }

  .magee-tab-box.tab-normal.tab-vertical.tab-vertical-right ul > li.active > a {
    border-left-color: #fff;
  }

  .magee-tab-box.tab-normal.tab-vertical.tab-vertical-left ul > li.active > a {
    border-right-color: #fff;
  }

  .magee-tab-box.tab-normal.tab-vertical .tab-pane {
    padding: 20px;
    border: 1px solid #ddd;
  }
}

.magee-tab-box .nav-pills > li {
  padding-left: 10px;
}

.magee-tab-box .nav-pills > li:last-child {
  padding-left: 0;
}

.magee-tab-box .nav-pills > li > a {
  border-radius: 0;
}

.magee-tab-box .nav-pills > li.active >a,
.magee-tab-box .nav-pills > li.active >a:focus,
.magee-tab-box .nav-pills > li.active >a:hover,
.magee-tab-box .nav-pills > li > a:hover {
  color: #777;
  background-color: #f8f8f8;
}

/*
 * 6.0 Panels & Alerts
 */

.magee-panel {
  border-radius: 0;
  box-shadow: none;
}

.panel-primary {
  border-color: #fdd200;
}

.panel-primary .panel-heading {
  background-color: #fdd200;
  border-color: #fdd200;
}

.magee-panel h3.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
  font-size: 16px;
}

.magee-alert {
  background-color: #f5f5f5;
  border-radius: 0;
  padding: 25px 15px;
  border-style: solid;
  clear: both;
}

.magee-alert i {
  -webkit-transform: scale(2) translateX(.3em);
  transform: scale(2) translateX(.3em);
  margin-left: 1.5em;
}

.alert-dismissable .close, .alert-dismissible .close {
  top: 0;
  left: 0;
  opacity: 1;
}

.close {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; 
  transition: all 0.2s ease;
}

.close:hover {
  color: inherit;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; 
  transition: all 0.2s ease;
}

/*
 * 7.0 Pricing
 */

.magee-pricing-box {
  box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1);
  overflow: hidden;
}

.magee-pricing-box .panel-heading {
  background-color: #fff;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.pricing-top-icon {
  font-size: 72px;
  color: #fdd200;
  line-height: 1;
  margin-bottom: 10px;
}

.magee-pricing-box .panel-title {
  font-size: 24px;
}

.magee-pricing-box.featured .panel-heading {
  background-color: #fdd200;
}

.magee-pricing-box.featured .pricing-top-icon,
.magee-pricing-box.featured .panel-title {
  color: #fff;
}

.magee-pricing-box .panel-body {
  padding: 0;
}

.magee-pricing-box .pricing-tag {
  background-color: #f5f5f5;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 3em;
}

.pricing-tag .currency {
  color: #fdd200;
  font-size: .5em;
  position: relative;
  top: -1em;
}

.pricing-tag .price {
  color: #fdd200;
}

.pricing-tag .unit {
  font-size: .3em;
  position: relative;
  bottom: 0;
  right: .5em;
}

.magee-pricing-box .pricing-list {
  list-style-type: none;
  margin: 0;
}

.magee-pricing-box .pricing-list li {
  padding: 20px 10px;
}

.magee-pricing-box .panel-footer {
  padding: 20px 10px;
  background-color: #f5f5f5;
}

.pricing-box-flat {
  border: none;
  background-color: #f5f5f5;
  padding: 20px;
  box-shadow: none;
}

.pricing-box-flat.featured {
  background-color: #fdd200;
  color: #fff;
}

.pricing-box-flat.featured .pricing-top-icon, 
.pricing-box-flat.featured .panel-title, 
.pricing-box-flat.featured .pricing-tag .price,
.pricing-box-flat.featured .pricing-tag .currency {
  color: #fff;
}

.pricing-box-flat .panel-heading,
.pricing-box-flat .pricing-tag, 
.pricing-box-flat .panel-footer,
.pricing-box-flat .pricing-list li {
  background-color: transparent;
  border: none;
  padding: 5px;
}

.pricing-box-flat.featured .magee-btn-normal {
    border: 2px solid #fff;
}

@media (min-width: 992px) {
  .standout {
    margin: -20px;
    position: relative;
    z-index: 2;
  }
  .magee-pricing-table.no-margin .magee-pricing-box-wrap + .magee-pricing-box-wrap .magee-pricing-box {
    border-right: none;
  }
  .magee-pricing-box-wrap.no-padding {
    padding: 0;
  }
}

.magee-pricing-table.no-margin .pricing-list li + li {
  border-top: 1px solid #ddd;
}

.pricing-box-label .panel-heading,
.pricing-box-label .pricing-tag,
.pricing-box-label .panel-footer {
  visibility: hidden;
}

.pricing-box-label {
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
  font-weight: 700;
  border-radius: 0!important;
}

.pricing-box-label .pricing-list {
  padding-left: 20px;
}

/*
 * 8.0 Person
 */

.magee-person-box {
  text-align: center;
  margin: 0 auto;
}

.person-vcard .person-name {
  font-size: 18px;
  margin: 20px 0 10px;
}

.person-vcard .person-title {
  font-size: 14px;
  margin: 0 0 10px;
}

.person-vcard .person-title:after {
  display: block;
  margin: 10px auto;
  width: 80px; 
  height: 1px; 
  background-color: #fdd200;
  content: "";
}

.person-vcard .person-desc {
  margin: 0 0 10px;
}

.person-social {
  text-align: center;
  margin: 0;
}

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

.person-social li a {
  font-size: 16px;
  color: #595959;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  line-height: 28px;
  display: inline-block;
}

.person-social li a:hover {
  background: #fff;
}

.person-social li a:hover {
  color: #fdd200;
}

.person-social.boxed li a {
  color: #fff;
  background-color: #595959;
}

.person-social.boxed li a:hover {
  color: #fff;
  background-color: #fdd200;
}

.person-box-horizontal .person-vcard .person-name {
  margin-top: 0;
}

.person-box-horizontal .person-social {
  text-align: right;
}

.person-box-horizontal li {
  margin: 0 10px 0 0;
}

.person-box-horizontal .person-vcard .person-title:after {
  margin-right: 0;
}

/*
 * 9.0 Testimonial
 */

.magee-testimonial-box {
  max-width: 100%;
}

.testimonial-content {
  margin-bottom: 1em;
  position: relative;
}

.testimonial-quote {
  position: relative;
  padding: 10px 0 0 35px;
}

.testimonial-quote:before {
  content: "\f10d";
  display: block;
  font: normal normal normal 30px/1 FontAwesome;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  opacity: .3;
}

.testimonial-vcard.style1 {
  display: table;
}

.testimonial-vcard.style1 .testimonial-avatar,
.testimonial-vcard.style1 .testimonial-author {
  display: table-cell;
  vertical-align: middle;
}

.testimonial-avatar {
  padding-left: 10px;
}

.testimonial-vcard.style1 img {
  width: 60px;
  height: 60px;
}

.testimonial-vcard:before {
  content: ""!important;
}

.testimonial-author .name {
  margin: 0;
}

.testimonial-vcard.style2 .testimonial-avatar {
  margin-bottom: 1em;
  padding-left: 0;
}

.testimonial-vcard.style2 img {
  width: 80px;
  height: 80px;
  display: inline-block;
}

.testimonial-boxed .testimonial-content {
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  padding: 1.5em;
  margin-bottom: 2em;
}

.testimonial-boxed .testimonial-content:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #f5f5f5;
  position: absolute;
  bottom: -20px; right: 50px;
  z-index: 3;
}

.testimonial-boxed .testimonial-content:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 11px solid rgba(0, 0, 0, 0);
  border-top-color: #DDD;
  position: absolute;
  bottom: -23px;
  right: 49px;
  z-index: 2;
}

.testimonial-boxed .testimonial-vcard.style1 {
  margin-right: 25px;
}

.testimonial-boxed .testimonial-vcard.style2 {
  text-align: center;
}

.testimonial-boxed.text-center .testimonial-content:before {
  right: 50%;
  margin-right: -10px;
}

.testimonial-boxed.text-center .testimonial-content:after {
  right: 50%;
  margin-right: -11px;
}

/*
 * 10.0 Promo box
 */

.magee-promo-box {
  display: table;
}

.magee-promo-box.boxed {
  padding: 5px 15px;
  border: 1px solid #eee;
  background-color: #f5f5f5;
}

@media screen and (min-width:768px) {
  .promo-info, .promo-action {
    display: table-cell;
    vertical-align: middle;
  }
}

.promo-info {
  padding-left: 15px;
}

/*
 * 11.0 Progress bar
 */

.magee-progress-box {
  overflow:hidden;
}

.magee-progress-box .progress {
  background-color: #eee;
  margin-bottom: 10px;
  height: 30px;
  border-radius: 0;
  box-shadow: none;
}

.magee-progress-box .progress-bar {
  padding: 0 5px;
  background-color: #fdd200;
  overflow: hidden;
  text-align: right;
  box-shadow: none;
  font-weight: 700;
}

.magee-progress-box .label {
  font-size: .9em;
  background-color: rgba(0,0,0,.3);
  margin: 2px 0;
}

.progress-bar-striped.animated {
  -webkit-animation-name: progress-bar-striped;
  animation-name: progress-bar-striped;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes progress-bar-striped {
  from {
      background-position: 40px 0;
  }
  to {
      background-position: 0 0;
  }
}

@-webkit-keyframes progress-bar-striped {
  from {
      background-position: 40px 0;
  }
  to {
      background-position: 0 0;
  }
}

.progress.rounded {
  border-radius: 5px!important;
}

.progress.rounded .progress-bar {
  border-radius: 5px;
}

.progress-box .progress-sm {
  height: 15px;
}

/*
 * 12.0 Counter
 */

.magee-counter-box {
  text-align: center;
}

.magee-counter-box.box-border {
  border: 1px solid #ddd;
  padding: 20px;
}

.counter-box.box-bg {
  background-color: rgba(0,0,0,.05);
  padding: 20px;
}

.counter-top-icon {
  font-size: 72px;
  color: #fdd200;
  line-height: 1;
}

.counter {
  font-size: 50px;
  line-height: 1.2em;
}

.counter:after {
  display: block;
  margin: 10px auto;
  width: 40px; 
  height: 1px; 
  background-color: #fdd200;
  content: "";
}

.counter-title {
  margin: 15px 0 5px;
  font-size: 14px;
}

/*
 * 12.1 Countdown
 */

.magee-countdown-wrap {
  width: 600px;
  max-width: 100%;
}

.magee-countdown {
  list-style-type: none;
  margin: 0;
}

/*
 * 13.0 Chart
 */

.magee-chart-box {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  text-align: center;
}

.chart-title {
  position: absolute;
  display: block;
  vertical-align: middle;
  width: 100%;
  top: 0;
  right: 0;
  line-height: 200px;
  font-size: 40px;
}

.chart-title img {
    height: 80px;
}

/*
 * 14.0 Process Steps
 */

.magee-process-steps > ul {
  list-style-type: none;
  margin-bottom: 0;
}

.magee-process-steps > ul > li {
  position: relative;
}

@media (min-width: 992px) {
  .magee-process-steps > ul > li:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #e5e5e5;
    top: 50px;
    right: 50%;
  }

  .magee-process-steps.box-lg > ul > li:before {
    top: 75px;
  }
}

.magee-process-steps > ul > li:last-child:before {
  display: none;
}

.magee-step-box .icon-box {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-width: 3px;
  border-color: #e5e5e5;
  color: #aaa;
}

.magee-step-box .icon-box:hover {
  box-shadow: 0 0 3px 5px #e5e5e5;
  /*color: #fff;
  background-color: #fdd200;*/
}

.magee-process-steps.process-steps-vertical > ul > li:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  border-left: 1px dashed #e5e5e5;
  right: 50px;
  top: 50%;
}

.magee-process-steps.process-steps-vertical.box-lg > ul > li:before {
  right: 75px;
}

.magee-process-steps.process-steps-vertical > ul > li {
  margin-bottom: 60px;
}

.magee-process-steps.process-steps-vertical > ul > li:last-child {
  margin-bottom: 0;
}

.magee-process-steps.process-steps-vertical > ul > li:last-child:before {
    display:none;
}

/*
 * 14.1 Timeline
 */

.magee-timeline {
  overflow: hidden;
  position: relative;
}

.magee-timeline > ul {
  list-style-type: none;
  margin-bottom: 0;
}

.magee-timeline > ul > li {
  position: relative;
}

.timeline-year {
  color: #fff;
  background-color: #fdd200;
  width: 64px;
  height: 64px;
  line-height: 64px;
  margin: 0 auto;
  position: relative;
}

.timeline-year:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #fdd200;
  right: 50%;
  margin-right: -5px;
  top: 100%;
}

@media (min-width: 992px) {
  .magee-timeline:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fdd200;
    top: 28px;
    right: 0;
  }
  .magee-timeline > ul > li:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fdd200;
    top: 32px;
    right: 0;
  }
  .magee-timeline > ul > li:last-child:before {
    /* Firefox 3.6+ */ 
    background-image: -moz-linear-gradient(right, #fdd200 0%, #fdd200 70%, #fff 100%); 
    /* Safari 4-5, Chrome 1-9 */ 
    background-image: -webkit-gradient(linear, right top, left top, from(#fdd200), color-stop(0.7, #fdd200), to(#fff)); 
    /* Safari 5.1+, Chrome 10+ */ 
    background-image: -webkit-linear-gradient(right, #fdd200 0%, #fdd200 70%, #fff 100%); 
    /* Opera 11.10+ */ 
    background-image: -o-linear-gradient(right, #fdd200 0%, #fdd200 70%, #fff 100%);
  }
}


/*
 * 15.0 Modals
 */

.modal {
  z-index: 10000;
}

.modal-content {
  border-radius: 0;
}

/*
 * 15.1 Popover
 */

.popover {
  border-radius: 0;
}

/*
 * 15.2 Tooltips
 */

.tooltip-inner {
  border-radius: 0;
}

/*
 * 16.0 Lists
 */

.magee-icon-list {
  margin: 0;
}

.magee-icon-list li {
  list-style-type: none;
  padding-bottom: .8em;
  position: relative;
  padding-right: 2em;
}

.magee-icon-list.icon-list-border li + li {
  padding-top: .8em;
  border-top: 1px solid #e5e5e5;
}

.magee-icon-list li i {
  text-align: center;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  position: absolute;
  top: 0; right: 0;
}

.icon-list-border li + li i {
  top: .8em;
}

.icon-list-primary li i{
  color: #fdd200;
}

.icon-list-circle li i {
  background-color: #ccc;
  color: #fff;
  border-radius: 50%;
}

.icon-list-primary.icon-list-circle li i {
  background-color: #fdd200;
  color: #fff;
}

/*
 * 17.0 Divider
 */

.divider {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

.divider-inner {
  width: 100%;
  max-width: 100%!important;
  display: table;
  min-height: 1px;
}

.divider-border .divider-inner {
  border: 0 solid #e5e5e5;
  border-bottom-width: 1px;
  height: 1px;
}

.divider-border.dashed .divider-inner {
  border-style: dashed;
}

.divider-border.dotted .divider-inner {
  border-style: dotted;
}

.divider-border.double-line .divider-inner {
  height: 8px;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.divider-shadow .divider-inner {
  position: relative;
    background: radial-gradient(ellipse at 50% -50% , rgba(0, 0, 0, 0.1) 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-radial-gradient(ellipse at 50% -50% , rgba(0, 0, 0, 0.1) 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -moz-radial-gradient(ellipse at 50% -50% , rgba(0, 0, 0, 0.1) 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -o-radial-gradient(ellipse at 50% -50% , rgba(0, 0, 0, 0.1) 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.divider-shadow .divider-inner:after {
  display: block;
  height: 5px;
  width: 100%;
  content: '';
  background: -webkit-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.3) 0px, rgba(255, 255, 255, 0) 65%);
  background: -moz-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.3) 0px, rgba(255, 255, 255, 0) 80%);
  background: -o-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.3) 0px, rgba(255, 255, 255, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.3) 0px, rgba(255, 255, 255, 0) 65%);
}

.divider-border.narrow {
  width: 100px;
}

.divider-image .divider-inner {
  background-image: url(../images/divider-2.png);
  background-position: center center;
  background-repeat: repeat-x;
  height: 9px;
}

.divider-border .divider-inner.primary {
  border-color: #fdd200;
}

.divider-border .divider-inner.light {
  border-color: #fff;
}

.divider-border .divider-inner.dark {
  border-color: #222;
}

.divider.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.divider-inner-item {
  display: table-cell;
  vertical-align: middle;
}

.divider-inner-icon {
  width: 40px;
  height: 40px;
}

.divider-inner-back-to-top {
  width: 1px;
  padding-right: 10px;
}

@media screen and (min-width: 640px) {
  .divider-inner-title {
    width: 50px;
    white-space: nowrap;
  }
  .divider-title-right .divider-inner-title {
    padding-left: 10px;
  }
  .divider-title-center .divider-inner-title {
    padding: 0 10px;
  }
  .divider-title-left .divider-inner-title {
    padding-right: 10px;
  }
}

/* Dots */
.ss-style-dots::before {
  bottom: 20px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #2072a7;
  box-shadow: 30px 0 #2072a7, -30px 0 #2072a7;
}

/* Double Line */
.ss-style-doubleline::before {
  bottom: 30px;
  width: 140px;
  height: 2px;
  right: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #2072a7;
  box-shadow: 0 30px 0 #2072a7;
}

/* Cross */
.ss-style-cross {
  padding-bottom: 15em;
}

.ss-style-cross::before,
.ss-style-cross::after {
  background: #2072a7;
  bottom: 70px;
  width: 200px;
  height: 2px;
  right: 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.ss-style-cross::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.ss-style-cross::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

/*
 * 17.1 Section Separator (part code from http://tympanus.net/Development/SectionSeparators/)
 */

.magee-section-separator {
  position: absolute;
  width: 100%;
  right: 0;
  background-color: inherit;
}

.magee-section-separator::before,
.magee-section-separator::after {
  position: absolute;
  content: '';
  pointer-events: none;
}

.magee-section-separator svg {
  position: absolute;
  z-index: 2;
}

/*Triangle*/
.ss-triangle-up {
  bottom: 100%;
}

.ss-triangle-down {
  top: 100%;
}

.ss-triangle-up::before,
.ss-triangle-down::after {
  right: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background-color: inherit;
  z-index: 2;
}

.ss-triangle-up::before {
  top: -20px;
}

.ss-triangle-down::after {
  bottom: -20px;
  
}

/*Double Diagonal line*/
.ss-doublediagonal {
  z-index: 1;
  padding-top: 6em;
  margin-bottom: -6em;
  background-color: inherit;
  bottom: 100%;
}

.ss-doublediagonal::before,
.ss-doublediagonal::after {
  top: 0;
  z-index: -1;
  width: 100%;
  height: 75%;
  background: inherit;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.ss-doublediagonal::before {
  height: 50%;
  background: rgba(0,0,0,.3);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform-origin: 3% 0;
  transform-origin: 3% 0;
}

/*Half Circle*/
.ss-halfcircle-up {
  bottom: 100%;
}

.ss-halfcircle-down {
  top: 100%;
}

.ss-halfcircle-up::before,
.ss-halfcircle-down::after {
  right: 50%;
  z-index: 2;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ss-halfcircle-up::before {
  top: -50px;
}

.ss-halfcircle-down::after {
  bottom: -50px;
}

/*Big Triangle*/
.ss-bigtriangle-up {
  bottom: 100%;
}

.ss-bigtriangle-down {
  top: 100%;
}

.ss-bigtriangle-up svg,
.ss-bigtriangle-down svg {
  pointer-events: none;
  right: 0;
}

.ss-bigtriangle-up svg {
  bottom: 0;
}

.ss-bigtriangle-down svg {
  top: 0;
}

.ss-bigtriangle-up svg path,
.ss-bigtriangle-down svg path {
  fill: #3498db;
  stroke: #3498db;
  stroke-width: 2;
}

/* Big half circle */
.ss-bighalfcircle-up {
  bottom: 100%;
}

.ss-bighalfcircle-down {
  top: 100%;
}

.ss-bighalfcircle-up svg {
  right: 0;
  bottom: 0;
}

.ss-bighalfcircle-down svg {
  right: 0;
  top: 0;
}

.ss-bighalfcircle-up svg path,
.ss-bighalfcircle svg path {
  fill: #3498db;
  stroke: #3498db;
}

/*Curves*/
.ss-curl-up {
  bottom: 100%;
}

.ss-curl-down {
  top: 100%;
}

.ss-curl-up svg {
  right: 0;
  bottom: 0;
}

.ss-curl-down svg {
  right: 0;
  top: 0;
}

.ss-curl-up svg path,
.ss-curl-down svg path {
  fill: #3498db;
  stroke: #3498db;
}

/*Multiple Triangles*/
.ss-multitriangles-up {
  bottom: 100%;
}

.ss-multitriangles-down {
  top: 100%;
}

.ss-multitriangles-up::before,
.ss-multitriangles-down::after {
  right: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.ss-multitriangles-up::before {
  top: -25px;
  background: inherit;
  box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db; /*section background color*/
}

.ss-multitriangles-down::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db; /*section background color*/
}

/*Rounded center split*/
.ss-roundedsplit-up {
  padding-top: 2em;
  bottom: 100%;
}

.ss-roundedsplit-up::before,
.ss-roundedsplit-up::after {
  top: -70px;
  right: 0;
  z-index: 10;
  width: 50%;
  height: 70px;
  background: inherit;
}

.ss-roundedsplit-up::before {
  border-radius: 0 80px 0 0;
}

.ss-roundedsplit-up::after {
  right: 50%;
  border-radius: 80px 0 0 0;
}

/*Rounded corners*/
.ss-roundedcorners-down {
  top: 100%;
}

.ss-roundedcorners-down::before {
  top: 100%;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 60px;
  border-radius: 0 0 60px 60px;
  background: inherit;
}

/*Inverted rounded corners*/
.ss-invertedrounded {
  height: 90px;
  border-radius: 0 0 0 90px;
  top: 100%;
  z-index: 2;
}

.ss-invertedrounded::before {
  top: 90px;
  width: 100%;
  height: 90px;
  background-color: inherit;
  z-index: 2;
}

.ss-invertedrounded::after {
  top: 90px;
  width: 100%;
  background-color: #3498db;
  height: 90px;
  border-radius: 0 90px 0 0;
  z-index: 3;
}

/*Boxes*/
.ss-boxes-up {
  bottom: 100%;
}

.ss-boxes-down {
  top: 100%;
}

.ss-boxes-up::before,
.ss-boxes-down:after {
  right: 0;
  width: 100%;
  height: 50px;
  background-image: -webkit-gradient(linear, 100% 0, 0 100%, color-stop(0.5, transparent), color-stop(0.5, #2980b9));/*section background color*/
  background-image: linear-gradient(to left, transparent 50%, #2980b9 50%);/*section background color*/
  -webkit-background-size: 130px 100%;
  background-size: 130px 100%;
}

.ss-boxes-up::before {
  bottom: 0;
}

.ss-boxes-down::after {
  z-index: 2;
  top: 0;
}

/* Zig Zag (3d up and simple down) */
.ss-zigzag-up {
  bottom: 100%;
}

.ss-zigzag-down {
  top: 100%;
}

.ss-zigzag-up::before,
.ss-zigzag-down::after {
    left: 0;
    right: 0;
    z-index: 3;
    display: block;
    height: 90px;
    background-size: 50px 100%;
}

.ss-zigzag-up::before {
  top: -90px;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, transparent), color-stop(0.25, #3498db));
  background-image:
    linear-gradient(315deg, #3498db 25%, transparent 25%),
    linear-gradient( 45deg, #3498db 25%, transparent 25%);
  background-position: 50%;
}

.ss-zigzag-down::after {
  top: 100%;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #3498db), color-stop(0.25, transparent));
  background-image: 
    linear-gradient(135deg, #3498db 25%, transparent 25%),
    linear-gradient(225deg, #3498db 25%, transparent 25%);
  background-position: 50%;
}


/* Folded corner */
.ss-foldedcorner {
  top: 100%;
  height: 100px;
  background-color: inherit;
  width: calc(100% - 100px);
  z-index: 2;
}

.ss-foldedcorner::before,
.ss-foldedcorner::after {
  bottom: 0;
  width: 100px;
  height: 100px;
}

.ss-foldedcorner::before {
  left: -100px;
  background-image: -webkit-linear-gradient(top right, rgba(255,255,255,1) 50%, rgba(0,0,0,0) 50%);
  background-image: linear-gradient(315deg, rgba(0,0,0,0) 46%, rgba(0,0,0,0.3) 50%, #FFF 50%);  
}

.ss-foldedcorner::after {
  left: 0;
  background-image: -webkit-linear-gradient(top right, transparent 50%, rgba(0,0,0,.1) 50%);
  background-image: linear-gradient(315deg, rgba(0,0,0,.1) 50%, transparent 50%);
}

/* Stamp */
.ss-stamp-up {
  bottom: 100%;
}

.ss-stamp-down {
  top: 100%;
}

.ss-stamp-up svg {
  right: 0;
  bottom: 0;
}

.ss-stamp-down svg {
  right: 0;
  top: 0;
}

.ss-curl-up svg path,
.ss-curl-down svg path {
  fill: #3498db;
  stroke: #3498db;
}

/* Clouds */
.ss-clouds-up {
  bottom: 100%;
}

.ss-clouds-down {
  top: 100%;
}

.ss-clouds-up svg {
  right: 0;
  bottom: 0;
}

.ss-clouds-down svg {
  right: 0;
  top: 0;
}

.ss-clouds-up svg path,
.ss-clouds-down svg path {
  fill: #3498db;
  stroke: #3498db;
}

/*
 * 18.0 Image Box
 */

.img-box {
  overflow: hidden;
  position: relative;
    display: inline-block;
    margin-bottom: -7px;
    max-width: 100%;
}

.img-box .img-overlay {
  position: absolute;
  top: 0; right: 0;
  width: 100%;
  height: 100%;
  transition: all 0.1s ease;
  -webkit-transition: all .1s ease;
}

.img-box .img-overlay.primary {
  background-color: rgba(253,210,0,.7);
}

.img-box .img-overlay.dark {
  background-color: rgba(0,0,0,.35);
}

.img-box .img-overlay.light {
  background-color: rgba(255,255,255,.35);
}

.img-box:hover .img-overlay {
  transition: all 0.1s ease;
  -webkit-transition: all .5s ease;
}

.img-overlay-container {
  display: table;
  height: 100%;
  width: 100%;
}

.img-box .img-overlay-content {
  display: table-cell;
  padding: 5px;
  position: relative;
}

.img-overlay-total-link {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}

.img-overlay-content .entry-category {
  position: relative;
  z-index: 3;
}

.img-box.figcaption-middle .img-overlay-content {
  vertical-align: middle;
}

.img-box.figcaption-top .img-overlay-content {
  vertical-align: top;
}

.img-box.figcaption-bottom .img-overlay-content {
  vertical-align: bottom;
}

.img-box.fade-in .img-overlay {
  opacity: 0;
}

.img-box.fade-in:hover .img-overlay {
  opacity: 1;
}

.img-box.from-right .img-overlay {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.img-box.from-right:hover .img-overlay {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.img-box.from-left .img-overlay {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.img-box.from-left:hover .img-overlay {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.img-box.from-top .img-overlay {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.img-box.from-top:hover .img-overlay {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.img-box.from-bottom .img-overlay {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.img-box.from-bottom:hover .img-overlay {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.img-box img {
  transition: all 0.1s ease;
  -webkit-transition: all .5s ease;
}

.img-box:hover img {
  transition: all 0.1s ease;
  -webkit-transition: all .5s ease;
}

.img-box.img-zoom-in:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.img-box.img-zoom-out img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.img-box.img-zoom-out:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.img-box.img-scroll-right img,
.img-box.img-scroll-left img {
  width: calc(105%);
  max-width: none;
}

.img-box.img-scroll-right img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.img-box.img-scroll-right:hover img {
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
}

.img-box.img-scroll-left img {
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
}

.img-box.img-scroll-left:hover img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.img-box .img-overlay-content i {
  color: #fff;
  font-size: 30px;
}

.img-box .img-overlay-icons i {
  color: #3c3c3c;
  margin: 0 10px;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  background-color: #fdd200;
}

.img-box h3.img-overlay-title {
  color: #fff;
}

/*
 * 18.1 Image Frame
 */

.img-frame {
  overflow: hidden;
}

.img-frame.rounded {
  border-radius: 5px;
}

.img-frame.circle {
  border-radius: 50%;
}

.img-frame.border {
  border: 6px solid #f5f5f5;
}

.img-frame.shadow {
  box-shadow: 2px 2px 5px 0 #aaa;
}

/*
 * 18.2 Image Banner
 */

.magee-image-banner .img-box .img-overlay-content {
  color: #fff;
}

.magee-image-banner .img-box .img-overlay-content {
  padding: 15px;
}

.magee-image-banner .img-box:hover .img-overlay {
  background-color: rgba(0,0,0,.35);
}


/*
 * 19.0 Carousel
 */

.multi-carousel {
  padding: 0;
  position: relative;
}

.multi-carousel-inner {
  overflow: hidden;
}

ul.multi-carousel-holder {
  overflow: hidden;
  margin-bottom: 0;
}

.multi-carousel-holder li.multi-carousel-item {
  list-style-type: none;
  float: right;
  margin: 0;
  padding: 0 15px;
}

.carousel-caption {
  top: 10%;
  bottom: auto;
}

.multi-carousel-nav .multi-carousel-nav-prev,
.multi-carousel-nav .multi-carousel-nav-next {
  width: 30px;
  height: 30px;
  font: normal normal normal 30px/30px FontAwesome;
  display: inline-block;
  text-align: center;
  color: #777;
  opacity: .8;
  background-color: transparent;
}

.multi-carousel-nav.style1 .multi-carousel-nav-prev,
.multi-carousel-nav.style1 .multi-carousel-nav-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.multi-carousel-nav.nav-border .multi-carousel-nav-prev,
.multi-carousel-nav.nav-border .multi-carousel-nav-next {
  border: 1px solid #777;
  font: normal normal normal 14px/30px FontAwesome;
}

.multi-carousel-nav.light .multi-carousel-nav-prev,
.multi-carousel-nav.light .multi-carousel-nav-next {
  border-color: #fff;
  color: #fff;
}

.multi-carousel-nav.nav-bg .multi-carousel-nav-prev,
.multi-carousel-nav.nav-bg .multi-carousel-nav-next {
  color: #fff;
  background-color: rgba(0,0,0,.8);
  font: normal normal normal 14px/30px FontAwesome;
}

.multi-carousel-nav.nav-square .multi-carousel-nav-prev,
.multi-carousel-nav.nav-square .multi-carousel-nav-next {
  border-radius: 0;
}

.multi-carousel-nav.nav-rounded .multi-carousel-nav-prev,
.multi-carousel-nav.nav-rounded .multi-carousel-nav-next {
  border-radius: 5px;
}

.multi-carousel-nav.nav-circle .multi-carousel-nav-prev,
.multi-carousel-nav.nav-circle .multi-carousel-nav-next {
  border-radius: 50%;
}

.multi-carousel-nav.nav-lg .multi-carousel-nav-prev,
.multi-carousel-nav.nav-lg .multi-carousel-nav-next {
  width: 50px;
  height: 50px;
  font: normal normal normal 50px/50px FontAwesome;
}

.multi-carousel-nav.nav-lg.nav-border .multi-carousel-nav-prev,
.multi-carousel-nav.nav-lg.nav-border .multi-carousel-nav-next,
.multi-carousel-nav.nav-lg.nav-bg .multi-carousel-nav-prev,
.multi-carousel-nav.nav-lg.nav-bg .multi-carousel-nav-next {
  font: normal normal normal 24px/50px FontAwesome;
}


.multi-carousel-nav.nav-xl .multi-carousel-nav-prev,
.multi-carousel-nav.nav-xl .multi-carousel-nav-next {
  width: 70px;
  height: 70px;
  font: normal normal normal 70px/70px FontAwesome;
}

.multi-carousel-nav.nav-xl.nav-border .multi-carousel-nav-prev,
.multi-carousel-nav.nav-xl.nav-border .multi-carousel-nav-next,
.multi-carousel-nav.nav-xl.nav-bg .multi-carousel-nav-prev,
.multi-carousel-nav.nav-xl.nav-bg .multi-carousel-nav-next {
  font: normal normal normal 34px/70px FontAwesome;
}

.multi-carousel-nav .multi-carousel-nav-prev:hover,
.multi-carousel-nav .multi-carousel-nav-next:hover {
  opacity: 1;
}

.multi-carousel-nav .multi-carousel-nav-prev:before {
  content: "\f104";
}

.multi-carousel-nav .multi-carousel-nav-next:before {
  content: "\f105";
}

.multi-carousel-nav.style1 .multi-carousel-nav-prev {
  right: 0;
}

.multi-carousel-nav.style1 .multi-carousel-nav-next {
  left: 0;
}

.multi-carousel-nav.style2 {
  margin: 10px 0 0;
  text-align: center;
}

.multi-carousel-nav.style2 .multi-carousel-nav-prev,
.multi-carousel-nav.style2 .multi-carousel-nav-next {
  margin: 0 2px;
}

.multi-carousel-nav.style3 {

}

.multi-carousel-nav.style3 {
  margin: 0 0 10px;
  border-bottom: 1px dotted #DDD;
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
  text-align: left;
}

.multi-carousel-nav.style3 .multi-carousel-nav-prev,
.multi-carousel-nav.style3 .multi-carousel-nav-next {
  margin: 0 2px;
}

ol.multi-carousel-indicators {
  margin-bottom: 0;
  bottom: 0;
}

.multi-carousel-indicators.style1 li {
  border-color: #ddd;
}

.carousel-indicators .active {
  background-color: #ddd;
}

.multi-carousel-nav-prev,
.multi-carousel-nav-next {
  z-index:9;
}

.magee-carousel .owl-nav {
  display:none;
}

/*
 * 20.0 Portfolio
 */

.portfolio-box figcaption {
  margin-bottom: 10px;
  /*display: none; */
}

.portfolio-box figcaption h3 {
  margin: 0;
  font-size: 18px;
  padding: 20px 0 10px;
}

.portfolio-box figcaption ul {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 10px;
}

.portfolio-box figcaption li {
  list-style-type: none;
  float: right;
}

.portfolio-box figcaption li a {
  
}

.portfolio-box figcaption li + li::before {
  content: "\, ";
}

.portfolio-img-box {
  position: relative;
  background-color: #fdd200;
}

.portfolio-info-box {
  position: absolute;
  top: 0; right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}

.portfolio-img-box:hover .portfolio-info-box {
  z-index: 9;
  opacity: 1;
}

.portfolio-img-box:hover img {
  opacity: .15;
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
}

.portfolio-img-box .portfolio-icon-box {
  position: absolute;
  top: 50%; right: 0;
  margin-top: -25px;
  width: 100%;
  text-align: center;
  transform:translateY(-80px);
  -webkit-transform:translateY(-80px);
  -o-transform:translateY(-80px);
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
}

.portfolio-img-box:hover .portfolio-icon-box {
  transform:translateY(0);
  -webkit-transform:translateY(0);
  -o-transform:translateY(0);
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
}

.portfolio-icon-box a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin: 0 20px;
  background-color: #fff;
  font-size: 20px;
  line-height: 50px;
}

.portfolio-list-items {
  overflow: hidden;
}

/*
 * 22.0 Blog List
 */

.magee-blog-list-wrap .entry-box-wrap .entry-header a h4 {
    color: #666;
    margin: 0 0 10px;
}

.magee-blog-list-wrap .entry-box-wrap .entry-header a:hover h4 {
    color: #fdd200;
}

/*
 * 23.0 Client Logos
 */

.clients img {
  opacity: .6;
}

.clients img:hover {
  opacity: 1;
}

/*
 * 24.0 Contact Form
 */

.magee-contact-form .row {
  margin: 0 -5px;
}

.magee-contact-form [class*="col-"] {
  padding: 0 5px;
}

.magee-contact-form .input-group-addon {
    padding: 10px;
}

.magee-contact-form .form-control {
    padding: 20px;
    margin-bottom: 0;
}

.magee-contact-form .form-group {
  margin-bottom: 15px;
}

.magee-contact-form .input-group .form-control {
  margin-bottom: 0;
}

.magee-contact-form .checkbox,
.magee-contact-form .radio {
  margin: 0;
}

.magee-contact-form .input-group-addon:first-child {
  border-radius: 0;
}

.magee-contact-form input:focus,
.magee-contact-form textarea:focus {
  border-color: inherit;
}

.magee-contact-form input::-webkit-input-placeholder, 
.magee-contact-form textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: .8;
}
.magee-contact-form input:-moz-placeholder, 
.magee-contact-form textarea:-moz-placeholder {
  color: inherit;
  opacity: .8;
}

.magee-contact-form.contact-form-custom input:focus,
.magee-contact-form.contact-form-custom textarea:focus {
    box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
}

.magee-contact-form.contact-form-line .form-control {
  padding: 19px;
  background-color: transparent;
  border-width: 2px;
}

.magee-contact-form.contact-form-line input[type="submit"],
.magee-contact-form.contact-form-bg input[type="submit"] {
  width: 100%;
}

.magee-contact-form.contact-form-line.dark {
  color: #222;
}

.magee-contact-form.contact-form-line.light {
  color: #fff;
}

.magee-contact-form.contact-form-line.dark .form-control {
  border-color: #222;
  color: #222;
}

.magee-contact-form.contact-form-line.light .form-control {
  border-color: #fff;
  color: #fff;
}

.magee-contact-form.contact-form-line input:focus,
.magee-contact-form.contact-form-line textarea:focus {
  border-color: inherit;
}

.magee-contact-form.contact-form-line.dark input:focus,
.magee-contact-form.contact-form-line.dark textarea:focus {
  border-color: inherit;
  background-color: rgba(0,0,0,.1);
}

.magee-contact-form.contact-form-line.light input:focus,
.magee-contact-form.contact-form-line.light textarea:focus {
  border-color: inherit;
  background-color: rgba(255,255,255,.1);
}

.magee-contact-form.contact-form-bg .form-control {
  border: none;
  padding: 21px;
}

.magee-contact-form.contact-form-bg.dark .form-control {
  background-color: #222;
  color: #fff;
}

.magee-contact-form.contact-form-bg.light .form-control {
  background-color: #fff;
  color: #222;
}

.magee-contact-form input.form-control {
  display:block;
  padding: 0 20px!important;
  height: 42px;
}

.notice-success {
  color: green;
}

.notice-error {
  color: red;
}

/*
 * 25.0 Back to top button
 */

.back-to-top {
  position: fixed;
  left: 10px;
  bottom: 10px;
  width: 48px;
  height: 48px;
  font: normal normal normal 20px/48px FontAwesome;
  text-align: center;
  color: #fff;
  background-color: #aaa;
  opacity: .5;
}

.back-to-top:hover {
  color: #fff;
  opacity: .8;
}

/*
 * 26.0 Flip box
 */

.magee-flipbox-wrap {
  position: relative;
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
  width: 100%;
}

.magee-flipbox {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all .5s cubic-bezier(0.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(0.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(0.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(0.645,.045,.355,1);
  transition: all .5s cubic-bezier(0.645,.045,.355,1);
}

.flipbox-back,
.flipbox-front {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .5s cubic-bezier(0.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(0.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(0.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(0.645,.045,.355,1);
  transition: all .5s cubic-bezier(0.645,.045,.355,1);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
}

.magee-flipbox-wrap.horizontal .flipbox-front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 2;
}

.magee-flipbox-wrap.horizontal:hover .flipbox-front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  visibility: hidden;
}

.magee-flipbox-wrap.horizontal .flipbox-back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.magee-flipbox-wrap.horizontal:hover .flipbox-back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 3;
}

.magee-flipbox-wrap.vertical .flipbox-front {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 2;
}

.magee-flipbox-wrap.vertical:hover .flipbox-front {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  visibility: hidden;
}

.magee-flipbox-wrap.vertical .flipbox-back {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.magee-flipbox-wrap.vertical:hover .flipbox-back {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}

.flipbox-content {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  padding: 15px;
}

/*
 * 27.0 Font Awesome Icons
 */

.magee-icon {
  margin-left: 10px;
  margin-bottom: 10px;
}

.magee-icon:last-child {
  margin-left: 0;
}

.magee-icon {
  
}

.magee-icon.square {
  border-radius: 0;
}

.magee-icon.rounded {
  border-radius: 5px;
}

.magee-icon.circle {
  border-radius: 50%;
}

.magee-icon.icon-boxed {
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center; 
  background-color: #f5f5f5;
  border: 1px solid transparent;
}

.magee-icon.icon-3d {
  box-shadow: 0 2px 0 0 #e5e5e5;
}

.video-wrap {
  width: 100%;
}

.video-wrap iframe {
  width: 100%;
  height: 100%;
}

/*
 * 28.0 Section
 */

.magee-section {
  position: relative;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fullheight {
  min-height: 100vh;
}

.verticlemiddle {
  display: table;
  width: 100%;
}

.magee-section.verticlemiddle .container,
.magee-section.verticlemiddle .container-fullwidth {
  display: table-cell;
  vertical-align: middle;
}

.magee-section .background-media,
.magee-section .background-overlay {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.magee-section .background-media {
}

.magee-section .background-overlay {
}

.magee-section .container,
.magee-section .container-fullwidth {
  position: relative;
  overflow: hidden;
}

/*
 * 29.0 Google Map
 */

.gmnoprint img {
    max-width: none;
}

/*
 * 30.0 Magee Slider
 */

.magee-slider .item img {
    width: 100%;
}

.magee-slider .carousel-control span {
    position: absolute;
    top: 40%;
}

.magee-slider .carousel-indicators {
    display: none;
}

/*
 * 31.0 Heading
 */

.magee-heading {
  border-color: #555;
}

.magee-heading .heading-inner {
  display: inline-block;
  border-style: solid;
  border-color: inherit;
}

.magee-heading.heading-default .heading-inner {

}

.magee-heading.heading-border .heading-inner {
  padding: 5px 0;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-right-width: 0!important;
  border-left-width: 0!important;
}

.magee-heading.heading-boxed .heading-inner {
  padding: 10px;
  border-width: 2px;
}

.magee-heading.heading-boxed-reverse {
  color: #fff;
}

.magee-heading.heading-boxed-reverse .heading-inner {
  padding: 10px;
  box-shadow: 0 0 0 2px #fff inset;
  border-width: 2px;
  background-color: #555; 
}

.magee-heading.heading-doubleline {
  overflow: hidden;
}

.magee-heading.heading-doubleline .heading-inner {
  position: relative;
  z-index: 9;
}

.magee-heading.heading-doubleline .heading-inner:before,
.magee-heading.heading-doubleline .heading-inner:after {
  content: "";
  position: absolute;
  width: 2000px;
  height: 12px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0!important;
  border-left-width: 0!important;
  border-style: solid;
  border-color: inherit;
  top: 50%;
  margin-top: -6px;
  z-index: -1;
}

.magee-heading.heading-doubleline .heading-inner:before {
  left: 100%;
  margin-left: 10px;
}

.magee-heading.heading-doubleline .heading-inner:after {
  right: 100%;
  margin-right: 10px;
}

.magee-heading.heading-charactershadow .heading-inner {
  position: relative;
  z-index: 9;
  padding: 2em 0 1em;
}

.magee-heading.heading-charactershadow .heading-inner:before {
  content: "T";
  position: absolute;
  top: 0; 
  z-index: -1;
  color: inherit;
  opacity: .2;
  font-size: 4em;
  width: 100%;
}

/*
 * 31.0 Table
 */

.table,
.table th,
.table td {
  border-width: 0;
}

.table.table-bordered {
  border-width: 1px;
}

.magee-table .table thead th {
  background-color: #fdd200;
  color: #fff;
  border-bottom-width: 0;
}
