@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);
@import url('bootstrap/css/bootstrap.css');
@import url('css/css3-animations.css');
@import url('css/animate.css');
@import url('css/fonts.css');
@import url('css/font-awesome.css');
@import url('css/stroke-gap.css');
/*@import url('css/fancybox.css');*/
@import url('revolution/css/layers.css');
@import url('revolution/css/settings.css');
/*=============================================================================

  1- Imported Css 

  =============================================================================*/
/* BootStrap */
/* Css3 Animations */
/* fonts */
/* fontawesome */
/* stroke-gap */
/* fancybox */
/* jquery ui */
/* revolution-slider */
/*=============================================================================

  2- General resets

  =============================================================================*/
/* --- general resets --------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
embed,
object {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased !important;
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-variant: normal;
  text-transform: none;
  speak: none;
}
/* --- HTML5 display-role reset for older browsers --------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* --- typography --------------------- */
/*headings*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', serif;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 28px;
  color: #4a454b;
}
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6 {
  color: #d71a21;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
/* paragraphs */
p {
    font-family: "Droid Serif",serif;
    font-size: 14px;
    line-height: 22px;
    color: #505050;
    font-weight: 400;
}
p:last-child {
  margin-bottom: 0px;
}
span {
  font-size: 13px;
  font-family: inherit;
    font-family: "Droid Serif",serif;
}
/* small */
code,
pre {
  display: block;
  white-space: pre;
}
del {
  text-decoration: line-through;
  color: #666666;
}
ins,
dfn {
  border-bottom: 1px solid #cccccc;
}
small,
sup,
sub {
  font-size: 85%;
}
abbr,
acronym {
  text-transform: capitalize;
}
a abbr,
a acronym {
  border: none;
}
abbr[title],
acronym[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #cccccc;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
cite,
em,
dfn {
  font-style: italic;
}
i {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
}
/* Fontello */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  line-height: 1;
}
/*strong*/
strong {
  font-weight: 700;
}
/* Blockquote */
blockquote {
  background-color: rgba(245, 245, 245, 0.5);
  position: relative;
  padding: 20px 30px;
  border: none;
  margin: 0 auto;
  margin-bottom: 15px;
  color: #999b9e;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}
blockquote:before {
  content: '';
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #d71a21;
  z-index: 100;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
blockquote p {
  color: #4a454b;
  font-style: italic;
}
blockquote p:after,
blockquote p:before {
  content: '"';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: initial;
  font-size: 20px;
  display: inline-block;
  margin: 0 5px;
}
/* Lists */
ol,
ul {
  list-style: none;
}
/* Code */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: ;
  background-color: transparent;
  border-radius: 3px;
  box-shadow: none;
}
/* --- Forms --------------------- */
form {
  outline: none;
}
input,
textarea,
button,
input[type="button"],
.generalBtn {
  outline: none !important;
  box-shadow: none;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input,
textarea {
  font-size: 13px;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="date"],
textarea,
select {
  padding: 0 12px;
  height: 39px;
  outline: none;
  color: #7a7c82;
  margin: 0;
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  background-color: #f6f6f6;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  font-weight: 500;
  border: 1px solid #cbcbcd;
}
textarea {
  overflow: auto;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  min-height: 195px;
  position: relative;
  resize: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
textarea:focus {
  border-color: #d71a21;
  color: #d71a21;
}
input[type="text"]:last-child,
input[type="password"]:last-child,
input[type="email"]:last-child,
input[type="url"]:last-child,
input[type="search"]:last-child,
input[type="date"]:last-child,
textarea:last-child,
select:last-child {
  margin-bottom: 0;
}
.gray-section input[type="text"],
.dark-section input[type="text"],
.light-section input[type="text"],
.gray-section input[type="password"],
.dark-section input[type="password"],
.light-section input[type="password"],
.gray-section input[type="email"],
.dark-section input[type="email"],
.light-section input[type="email"],
.gray-section input[type="url"],
.dark-section input[type="url"],
.light-section input[type="url"],
.gray-section input[type="search"],
.dark-section input[type="search"],
.light-section input[type="search"],
.gray-section input[type="date"],
.dark-section input[type="date"],
.light-section input[type="date"],
.gray-section textarea,
.dark-section textarea,
.light-section textarea,
.gray-section select,
.dark-section select,
.light-section select {
  background-color: #ffffff;
}
.dark-section input[type="text"],
.dark-section input[type="password"],
.dark-section input[type="email"],
.dark-section input[type="url"],
.dark-section input[type="search"],
.dark-section input[type="date"],
.dark-section textarea,
.dark-section select {
  border-color: #ffffff;
}
.form-item {
  position: relative;
}
.form-item input[type="text"],
.form-item input[type="password"],
.form-item input[type="email"],
.form-item input[type="url"],
.form-item input[type="search"],
.form-item input[type="date"],
.form-item textarea,
.form-item select {
  padding-left: 32px;
}
.form-item textarea {
  padding-top: 9px;
  padding-bottom: 9px;
}
.form-item label {
  position: absolute;
  left: 12px;
  top: 0;
  line-height: 39px;
  z-index: 1;
  color: #d71a21;
}
.cart-table label
{
    padding-right: 10px;
}
.form-item[class*="col-"] label {
  left: 27px;
}
.form-item button,
.form-item input[type="button"],
.form-item input[type="submit"],
.form-item .general-btn {
  width: 100%;
}
.form-item input[type="text"]:focus + label,
.form-item input[type="password"]:focus + label,
.form-item input[type="email"]:focus + label,
.form-item input[type="url"]:focus + label,
.form-item input[type="search"]:focus + label,
.form-item input[type="date"]:focus + label,
.form-item textarea:focus + label {
  color: #d71a21;
}
.form-item:last-child {
  margin-bottom: 0;
}
/* buttons */
button,
input[type="button"],
input[type="submit"],
.general-btn {
  color: #ffffff;
  font-weight: 700;
  background-color: #4a454b;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  height: 39px;
  line-height: 39px;
  padding: 0px 15px !important;
  display: block;
  text-align: center;
  border: none;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  font-size: 15px;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.general-btn:hover {
  color: #ffffff;
  background-color: #d71a21;
}
label {
  color: #4a454b;
  font-family: tahoma, sans-serif;
  font-size: 13px;
  cursor: pointer;
}
input[type="checkbox"],
.check,
input[type="radio"],
.radio {
  display: none;
}
input[type="checkbox"] + label,
.check + label,
input[type="radio"] + label,
.radio + label {
  display: inline-block;
  line-height: 14px;
  height: 14px;
  font-size: 12px !important;
  font-family: 'Lato', sans-serif;
  color: #a9a9ab;
  position: relative;
  left: 0;
}
input[type="checkbox"] + label a,
.check + label a,
input[type="radio"] + label a,
.radio + label a {
  color: #d71a21;
}
input[type="checkbox"] + label a:hover,
.check + label a:hover,
input[type="radio"] + label a:hover,
.radio + label a:hover {
  color: #4a454b;
}
input[type="checkbox"] + label:after,
.check + label:after,
input[type="radio"] + label:after,
.radio + label:after {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  content: '';
  font-family: 'FontAwesome';
  background-color: #f8f7f7;
  border: 1px solid #cbcbcd;
  color: #d71a21;
  font-size: 100%;
  display: inline-block;
  float: left;
  width: 14px;
  height: 14px;
  line-height: 12px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  z-index: 100;
  margin-right: 10px;
}
input[type="checkbox"]:checked + label:after,
.check:checked + label:after {
  content: '\f00c';
}
input[type="radio"] + label:after,
.radio + label:after {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  -khtml-border-radius: 100px;
  border-radius: 100px;
}
input[type="radio"]:checked + label,
.radio:checked + label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
input[type="radio"]:checked + label:after,
.radio:checked + label:after {
  content: '\f111';
}
.checkbox-list li {
  margin-bottom: 15px;
}
.checkbox-list li:last-child {
  margin-bottom: 0;
}
/* placeholder */
*::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #d1d1d3;
}
*:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d1d1d3;
  opacity: 1;
}
*::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d1d1d3;
  opacity: 1;
}
*:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #d1d1d3;
}
/* form-wrapper */
.form-wrapper {
  border: 1px solid #cbcbcd;
  padding: 30px;
  margin-bottom: 30px;
}
.form-wrapper:last-child {
  margin-bottom: 0;
}
.form-wrapper input[type="text"],
.form-wrapper input[type="password"],
.form-wrapper input[type="email"],
.form-wrapper input[type="url"],
.form-wrapper input[type="search"],
.form-wrapper input[type="date"],
.form-wrapper textarea,
.form-wrapper select {
  margin-bottom: 0;
}
.form-wrapper input[type="text"]:focus,
.form-wrapper input[type="password"]:focus,
.form-wrapper input[type="email"]:focus,
.form-wrapper input[type="url"]:focus,
.form-wrapper input[type="search"]:focus,
.form-wrapper input[type="date"]:focus,
.form-wrapper textarea:focus {
  border: 1px solid #cbcbcd;
  background-color: #f6f6f6;
  color: #a9a9ab;
}
.form-wrapper input[type="text"]:focus:hover,
.form-wrapper input[type="password"]:focus:hover,
.form-wrapper input[type="email"]:focus:hover,
.form-wrapper input[type="url"]:focus:hover,
.form-wrapper input[type="search"]:focus:hover,
.form-wrapper input[type="date"]:focus:hover,
.form-wrapper textarea:focus:hover {
  background: #f6f6f6;
  color: #d71a21;
}
.form-wrapper input[type="text"]:focus p,
.form-wrapper input[type="password"]:focus p,
.form-wrapper input[type="email"]:focus p,
.form-wrapper input[type="url"]:focus p,
.form-wrapper input[type="search"]:focus p,
.form-wrapper input[type="date"]:focus p,
.form-wrapper textarea:focus p {
  color: #7a7c82;
}
.form-wrapper .form-item {
  margin-bottom: 30px;
}
.form-wrapper .form-item:last-child {
  margin-bottom: 0;
}
.form-wrapper .form-item label {
  color: #7a7c82;
  font-size: 15px;
}
.form-wrapper .form-item .forget {
  font-size: 12px;
  font-family: 'Lato', sans-serif;
}
.form-wrapper .form-item button {
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.form-thing {
  text-align: center;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}
/* --- tables --------------------- */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: 400;
}
/* --- images --------------------- */
img {
  /*max-width: 100%;*/
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* --- links --------------------- */
a {
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #d71a21;
  position: relative;
    font-family: "Droid Serif",serif;
    font-size: 14px;
  /*&:after {
    content: '';
    height: 1px;
    width: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: @red;
    .transition(width, 0.3s,linear);
  }*/
}
a,
a:visited {
  outline: 0px;
}
a:hover {
  color: #d71a21;
  /*&:after {
    width: 100%;
  }*/
}
a:hover > i {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  -moz-animation: toTopFromBottom 0.5s forwards;
  -khtml-animation: toTopFromBottom 0.5s forwards;
  -o-animation: toTopFromBottom 0.5s forwards;
  animation: toTopFromBottom 0.5s forwards;
}
/*general link*/
.general-link {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat";
    line-height: 36px;
    color: #FFF;
    padding: 0px 20px;
    transition: all 0.3s ease-out 0s;
    background: #252525 none repeat scroll 0% 0%;
    border: 2px solid #252525;
    letter-spacing: 2px;
    display: inline-block;
    text-decoration: none;
    margin: 0px 7px;
    min-width: 105px;
    cursor: pointer;
}
.general-link:hover {
  background-color: #d71a21;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #d71a21), color-stop(100% #f85d3a));
  background-image: -webkit-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -moz-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -ms-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -o-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #ffffff;
}
.continue-shopping-btn {
    background: #d71a21 none repeat scroll 0% 0%;
    border: 2px solid #d71a21;
}
.general-link.lg {
  font-size: 15px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}
.general-link.accent {
  background-color: #d71a21;
}
.general-link.accent:hover {
  background-color: #4a454b;
}
.blue {
  background-color: #d71a21;
}
.blue:hover {
  background-color: #4a454b;
}
.general-link.dark {
  background-color: #4a454b;
}
.general-link.dark:hover {
  background-color: #d71a21;
}
span.general-link.dark {
  background-color: #4a454b !important;
}
span.general-link.acent {
  background-color: #d71a21;
}
.bordered {
  background-color: transparent;
  border: 1px solid #cbcbcd;
  color: #a9a9ab;
}
.bordered:hover {
  border-color: #d71a21;
  background-color: #d71a21;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #d71a21), color-stop(100% #f85d3a));
  background-image: -webkit-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -moz-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -ms-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -o-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.gradient-link.bordered:hover {
  border: 1px solid #d71a21;
  background-color: #d71a21;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #d71a21), color-stop(100% #f85d3a));
  background-image: -webkit-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -moz-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -ms-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -o-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #ffffff;
}
.bordered.green {
  border: 1px solid #3bd1b6;
  color: #3bd1b6;
}
.bordered.green:hover {
  border: 1px solid #3bd1b6;
  background-color: #3bd1b6;
  color: #ffffff;
}
.gradient-link {
}
.gradient-link:hover {
  background-color: #4a454b;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #4a454b), color-stop(100% #4a454b));
  background-image: -webkit-linear-gradient(top, #4a454b 70%, #4a454b 100%);
  background-image: -moz-linear-gradient(top, #4a454b 70%, #4a454b 100%);
  background-image: -ms-linear-gradient(top, #4a454b 70%, #4a454b 100%);
  background-image: -o-linear-gradient(top, #4a454b 70%, #4a454b 100%);
  background-image: linear-gradient(top, #4a454b 70%, #4a454b 100%);
}
.dark-section .gradient-link:hover {
  color: #4a454b;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #ffffff), color-stop(100% #ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff 70%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, #ffffff 70%, #ffffff 100%);
  background-image: -ms-linear-gradient(top, #ffffff 70%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ffffff 70%, #ffffff 100%);
  background-image: linear-gradient(top, #ffffff 70%, #ffffff 100%);
}
.accent-section .general-link:hover {
  color: #4a454b;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #ffffff), color-stop(100% #ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff 70%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, #ffffff 70%, #ffffff 100%);
  background-image: -ms-linear-gradient(top, #ffffff 70%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ffffff 70%, #ffffff 100%);
  background-image: linear-gradient(top, #ffffff 70%, #ffffff 100%);
}
.large-link {
  min-width: 170px;
  padding: 10px;
  font-size: 17px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
}
.large-link.bordered {
  border-width: 2px;
}
.links li {
  float: left;
  padding: 0 10px;
}
.links li:last-child {
  padding-right: 0;
}
.links li:first-child {
  padding-left: 0;
}
.links li a {
  display: block;
}
.links-3-links li {
  width: 33.333%;
}
.links-4-links li {
  width: 25%;
}
/* break */
.br {
  display: block;
  height: 30px;
}
.br-10 {
  height: 10px;
}
.br-20 {
  height: 20px;
}
.br-30 {
  height: 30px;
}
.br-40 {
  height: 40px;
}
.br-50 {
  height: 50px;
}
.br-60 {
  height: 60px;
}
.br-70 {
  height: 70px;
}
.br-80 {
  height: 80px;
}
.br-90 {
  height: 90px;
}
.br-100 {
  height: 100px;
}
/* hr */
hr,
.container hr {
  margin: 0px;
  height: 1px;
  background: #d1d1d3;
  border: 0px;
}
/* --- clearing --------------------- */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
/* --- Svg --------------------- */
.svg {
  width: 100%;
  height: 100%;
}
/* --- general classes --------------------- */
.none {
  display: none;
}
.block {
  display: block !important;
}
.fixed_pos {
  position: fixed;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.no-margin-left {
  margin-left: 0px !important;
}
.no-margin-right {
  margin-right: 0px !important;
}
.no-margin-top {
  margin-top: 0px !important;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}
/* no padding sections */
.no-padding-section {
  padding: 0;
}
.no-pb-section {
  padding-bottom: 0;
}
.no-pt-section {
  padding-top: 0;
}
.no-pl-section {
  padding-left: 0;
}
.no-pr-section {
  padding-right: 0;
}
/* negative margins */
.mt-negative {
  z-index: 10000;
}
.mt-negative .row {
  margin-top: -100px;
}
.firstChild {
  margin: 0px;
}
.lastChild {
  margin: 0px;
}
.offset {
  display: none;
}
/* floats */
.fl {
  float: left;
}
.fr {
  float: right;
}
/* text-align */
.ta-left {
  text-align: left !important;
}
.ta-center {
  text-align: center !important;
}
.ta-right {
  text-align: right !important;
}
.white {
  color: #ffffff;
}
/* no borders */
.no-border {
  border: 0 !important;
}
.no-border-left {
  border-left: 0 !important;
}
.no-border-right {
  border-right: 0 !important;
}
.no-border-top {
  border-top: 0 !important;
}
.no-border-bottom {
  border-bottom: 0 !important;
}
/* col */
/* --- selection --------------------- */
::-moz-selection {
  background-color: #d71a21;
  color: #ffffff;
}
::-webkit-selection {
  background-color: #d71a21;
  color: #ffffff;
}
::-o-selection {
  background-color: #d71a21;
  color: #ffffff;
}
::-khtml-selection {
  background-color: #d71a21;
  color: #ffffff;
}
::-ms-selection {
  background-color: #d71a21;
  color: #ffffff;
}
::selection {
  background-color: #d71a21;
  color: #ffffff;
}
/* --- tooltip --------------------- */
/* tooltip bottom */
.tooltipBottom + .tooltip {
  -webkit-animation-name: tooltipBottom;
  -moz-animation-name: tooltipBottom;
  -ms-animation-name: tooltipBottom;
  -o-animation-name: tooltipBottom;
  animation-name: tooltipBottom;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}
@keyframes tooltipBottom {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes tooltipBottom {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
/* tooltip top */
.tooltipTop + .tooltip,
.tooltip {
  -webkit-animation-name: tooltipTop;
  -moz-animation-name: tooltipTop;
  -ms-animation-name: tooltipTop;
  -o-animation-name: tooltipTop;
  animation-name: tooltipTop;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}
@keyframes tooltipTop {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes tooltipTop {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-30%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
/* tooltip left */
.tooltipLeft + .tooltip {
  -webkit-animation-name: tooltipLeft;
  -moz-animation-name: tooltipLeft;
  -ms-animation-name: tooltipLeft;
  -o-animation-name: tooltipLeft;
  animation-name: tooltipLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}
@keyframes tooltipLeft {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes tooltipLeft {
  0% {
    -webkit-transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-30%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
/* tooltip Right */
.tooltipRight + .tooltip {
  -webkit-animation-name: tooltipRight;
  -moz-animation-name: tooltipRight;
  -ms-animation-name: tooltipRight;
  -o-animation-name: tooltipRight;
  animation-name: tooltipRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}
@keyframes tooltipRight {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(30%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes tooltipRight {
  0% {
    -webkit-transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(30%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
/*tool tip customize*/
.tooltip-inner {
  background-color: #4a454b;
  padding: 5px 15px;
  font-size: 11px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #4a454b;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #4a454b;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #4a454b;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #4a454b;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #4a454b;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #4a454b;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #4a454b;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #4a454b;
}
/*dark section  tooltip*/
.dark-section .tooltip-inner {
  background-color: #ffffff;
  color: #4a454b;
}
.dark-section .tooltip.top .tooltip-arrow {
  border-top-color: #ffffff;
}
.dark-section .tooltip.top-left .tooltip-arrow {
  border-top-color: #ffffff;
}
.dark-section .tooltip.top-right .tooltip-arrow {
  border-top-color: #ffffff;
}
.dark-section .tooltip.right .tooltip-arrow {
  border-right-color: #ffffff;
}
.dark-section .tooltip.left .tooltip-arrow {
  border-left-color: #ffffff;
}
.dark-section .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ffffff;
}
.dark-section .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #ffffff;
}
.dark-section .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #ffffff;
}
/* --- Basic --------------------- */
.menu {
  padding-top: 0px !important;
}
.loadSmooth {
  -webkit-transition: 0.7s ease-in-out ease-in;
  -moz-transition: 0.7s ease-in-out ease-in;
  -o-transition: 0.7s ease-in-out ease-in;
  -ms-transition: 0.7s ease-in-out ease-in;
  -khtml-transition: 0.7s ease-in-out ease-in;
  transition: 0.7s ease-in-out ease-in;
}
#container {
  overflow: hidden;
}
/* --- General Mixins --------------------- */
.gray-box {
  border: 1px solid #cbcbcd;
  background-color: #f6f6f6;
  color: #a9a9ab;
}
.gray-box:hover {
  background: #f6f6f6;
  color: #d71a21;
}
.gray-box p {
  color: #7a7c82;
}
.drop {
  border: 1px solid #cbcbcd;
  border-top: 1px solid #d1d1d3;
}
.block-img {
  display: block;
  width: 100%;
  height: 100%;
}
.gradient-box-vr {
  background-color: #d71a21;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #d71a21), color-stop(100% #f85d3a));
  background-image: -webkit-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -moz-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -ms-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -o-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.gradient-box-hr {
  background-color: #d71a21;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(10%, #f85d3a), color-stop(100% #d71a21));
  background-image: -webkit-linear-gradient(left, #f85d3a 10%, #d71a21 100%);
  background-image: -moz-linear-gradient(left, #f85d3a 10%, #d71a21 100%);
  background-image: -ms-linear-gradient(left, #f85d3a 10%, #d71a21 100%);
  background-image: -o-linear-gradient(left, #f85d3a 10%, #d71a21 100%);
  background-image: linear-gradient(left, #f85d3a 10%, #d71a21 100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/*=============================================================================

  3- Globally pages Applied Styles

  =============================================================================*/
/* --- Body --------------------- */
body {
  font-size: 14px;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
}
/* --- All Wrapper --------------------- */
.all-wrapper {
  margin: auto;
  opacity: 0;
  position: relative;
  visibility: hidden;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -khtml-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.innerWrapper {
  margin: auto;
}
.container {
  padding: 0px !important;
}
/* --- Loading --------------------- */
.loading-container {
  text-align: center;
  margin: 0 auto;
  position: fixed;
  top: 30%;
  left: 49%;
  display: inline-block;
  z-index: 1000;
}
.loading-container .loading {
  width: 40px;
  height: 40px;
  background-color: #d71a21;

  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/* --- Sections --------------------- */
.main-section {
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0);
  position: relative;
  padding-top: 85px;
  padding-bottom: 85px;
}
.cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #342e35;
  opacity: 0.8;
  z-index: 1;
}
.light-section {
  background-color: #ffffff;
  position: relative;
}
.accent-section {
  background-color: #d71a21;
}
.accent-section .cover {
  background-color: #d71a21;
}
.accent-section .section-header h3 {
  color: #ffffff;
}
.dark-section {
  background-color: #342e35;
}
.dark-section p {
  color: #a9a9ab;
}
.gray-section {
  background-color: #f6f6f6;
}
.gray-section .cover {
  background-color: #f6f6f6;
}
.gray-section p {
  color: #7a7c82;
}
.img-section,
.video-section {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center !important;
  background-color: #4a454b;
  position: relative;
}
.img-section .container,
.video-section .container {
  position: relative;
  z-index: 1;
}
.img-section .section-header p,
.video-section .section-header p {
  color: #e8e8e9;
}
.img-section .section-header p a,
.video-section .section-header p a {
  color: #e8e8e9;
}
.img-section .section-header p a:hover,
.video-section .section-header p a:hover {
  color: #d71a21;
}
.img-section-1 {
  background-image: url('images/img-section-bg.jpg');
}
.img-section-2 {
  background-image: url('images/img-section-bg-2.jpg');
}
.img-section-3 {
  background-image: url('images/img-section-bg-3.jpg');
}
.img-section-4 {
  background-image: url('images/img-section-bg-4.jpg');
}
.img-section-5 {
  background-image: url('images/img-section-bg-5.jpg');
}
.img-section-6 {
  background-image: url('images/img-section-bg-6.jpg');
}
.img-section-7 {
  background-image: url('images/img-section-bg-7.jpg');
}
.img-section-8 {
  background-image: url('images/img-section-bg-8.jpg');
}
.img-section-9 {
  background-image: url('images/img-section-bg-9.jpg');
}
.img-section-10 {
  background-image: url('images/img-section-bg-10.jpg');
}
.img-section-11 {
  background-image: url('images/img-section-bg-11.jpg');
}
.img-section-12 {
  background-image: url('images/img-section-bg-12.jpg');
}
.img-section-13 {
  background-image: url('images/img-section-bg-13.jpg');
}
.img-section-14 {
  background-image: url('images/img-section-bg-14.jpg');
}
.img-section-15 {
  background-image: url('images/img-section-bg-15.jpg');
}
.img-section-16 {
  background-image: url('images/img-section-bg-16.jpg');
}
.img-section-17 {
  background-image: url('images/img-section-bg-17.jpg');
}
.img-section-18 {
  background-image: url('images/img-section-bg-18.jpg');
}
.img-section-19 {
  background-image: url('images/img-section-bg-19.jpg');
}
.img-section-20 {
  background-image: url('images/img-section-bg-20.jpg');
}
.img-section-21 {
  background-image: url('images/img-section-bg-21.jpg');
}
.img-section-22 {
  background-image: url('images/img-section-bg-22.jpg');
}
.img-section-23 {
  background-image: url('images/img-section-bg-23.jpg');
}
.img-section-24 {
  background-image: url('images/img-section-bg-24.jpg');
}
.img-section-25 {
  background-image: url('images/img-section-bg-25.jpg');
}
.img-section-26 {
  background-image: url('images/img-section-bg-26.jpg');
}
.img-section-27 {
  background-image: url('images/img-section-bg-27.jpg');
}
.img-section-28 {
  background-image: url('images/img-section-bg-28.jpg');
}
.img-section-29 {
  background-image: url('images/img-section-bg-29.jpg');
}
.img-section-30 {
  background-image: url('images/img-section-bg-30.jpg');
}
.img-section-31 {
  background-image: url('images/img-section-bg-31.jpg');
}
.img-section-32 {
  background-image: url('images/img-section-bg-32.jpg');
}
.video-section {
  overflow: hidden;
}
.video-section video {
  position: absolute;
  z-index: 1;
  display: block;
  left: 0;
  top: 0;
}
.pattern-section {
  background: #f9f9f9 url('images/pattern-bg-1.png') left top;
}
/* no padding sections */
.no-padding-section {
  padding: 0;
}
.no-pb-section {
  padding-bottom: 0;
}
.no-pt-section {
  padding-top: 0;
}
.no-pl-section {
  padding-left: 0;
}
.no-pr-section {
  padding-right: 0;
}
/* negative margins */
.welcome {
  padding: 0;
}
/* section header */
.section-header {
  text-align: center;
  margin-bottom: 45px;
}
.section-header h3 {
  font-size: 25px;
  color: #d71a21;
  margin-bottom: 12px;
}
.section-header .section-title,.office-title
{
  line-height: 1;
}
.section-header p {
    font-size: 16px;
    color: #505050;
    font-weight: 400;
    margin-bottom: 23px;
}
.section-header p a {
  color: #6e6a6f;
}
.section-header p a:hover {
  color: #d71a21;
}
.section-header .border-divider {
  background-color: #000000;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.section-header .border-divider:last-child {
  margin-bottom: 0;
}
.section-header.ta-l {
  text-align: left;
}
.section-header.ta-l .border-divider {
  margin-left: 0;
}
/* --- Scroll Animation --------------------- */
.sa {
  opacity: 0;
  visibility: hidden;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sa.show {
  opacity: 1;
  visibility: visible;
}
/* custom animation delay */
.sa-t1 {
  -webkit-animation-delay: 0.2s;
  /* Chrome, Safari, Opera */
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sa-t2 {
  -webkit-animation-delay: 0.5s;
  /* Chrome, Safari, Opera */
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.sa-t3 {
  -webkit-animation-delay: 0.8s;
  /* Chrome, Safari, Opera */
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
/* accent */
.accent {
  color: #d71a21;
}
.accent-bg {
  background-color: #d71a21;
}
/* --- Fancy Select --------------------- */
.fancy-select {
  position: relative;
}
.fancy-select .trigger {
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  cursor: pointer;
  padding: 0px 30px 0px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  font-size: 13px;
  color: #7a7c82;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.fancy-select .trigger:after,
.fancy-select .trigger:before {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 10px;
  right: 10px;
  text-align: center;
  color: #ffffff;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.fancy-select .trigger:after {
  content: "";
  background-color: #d71a21;
}
.fancy-select .trigger:before {
  content: '\f107';
  font-size: 13px;
  font-family: 'FontAwesome';
  z-index: 1;
}
.fancy-select .trigger:hover:after,
.fancy-select .trigger.open:after {
  background-color: #4a454b;
}
.fancy-select ul.options {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -khtml-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 1px solid #d1d1d3;
  border-top: 1px solid #d1d1d3;
  border-bottom: 0;
  background-color: #ffffff;
}
.fancy-select ul.options.overflowing {
  border: 1px solid #d1d1d3;
  border-bottom: 1px solid #d1d1d3;
  border-top: 0;
}
.fancy-select ul.options.overflowing li {
  border-bottom: 0;
  border-top: 1px solid #d1d1d3;
}
.fancy-select ul.options li {
  padding: 8px 12px;
  margin-bottom: 0 !important;
  font-size: 13px;
  color: #a9a9ab;
  background-color: #ffffff;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-bottom: 1px solid #d1d1d3;
}
.fancy-select ul.options li.selected,
.fancy-select ul.options li.hover {
  background-color: #d71a21;
  color: #ffffff;
}
.fancy-select ul.options.open {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible;
  opacity: 1;
}
.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 100%;
}
.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 100%;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
.fancy-select.disabled {
  opacity: 0.5;
}
.fancy-select-2 + .trigger {
  border: 1px solid #cbcbcd;
  background-color: #f6f6f6;
  color: #a9a9ab;
}
.fancy-select-2 + .trigger:hover {
  background: #f6f6f6;
  color: #d71a21;
}
.fancy-select-2 + .trigger p {
  color: #7a7c82;
}
.fancy-select-2 + .trigger:before {
  color: #d71a21;
}
.fancy-select-2 + .trigger:after {
  display: none;
}
.light-section .fancy-select .trigger {
  border: 1px solid #cbcbcd;
}
/* corner */
.corner {
  position: absolute;
  z-index: 2;
  display: block;
}
.top-left {
  top: 0;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.top-right {
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.bottom-left {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.bottom-right {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* --- Fancy Box --------------------- */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  z-index: 8040;
  background-color: #d71a21;
  color: #ffffff;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.fancybox-close:hover {
  color: #ffffff;
  background-color: #4a454b;
}
.fancybox-close:before {
  content: '\f00d';
  font-family: 'FontAwesome';
}
.fancybox-nav {
  position: absolute;
  bottom: 30px;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  z-index: 8040;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffffff;
  color: #4a454b;
  font-size: 16px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.fancybox-nav:hover {
  color: #d71a21;
}
.fancybox-nav.fancybox-prev {
  right: 76px;
}
.fancybox-nav.fancybox-prev:before {
  content: '\f100';
  font-family: 'FontAwesome';
}
.fancybox-nav.fancybox-next {
  right: 30px;
}
.fancybox-nav.fancybox-next:before {
  content: '\f101';
  font-family: 'FontAwesome';
}
.fancybox-title {
  display: none;
}
.lightbox-style-1 .fancybox-title {
  display: block;
}
/* --- social-media  --------------------- */
.social-media {
  text-align: center;
  font-size: 0;
    margin-bottom: 15px;
}
.social-media li {
  display: inline-block;
  margin: 3px 0 3px 3px;
}
.social-media li:first-child {
  margin-left: 0;
}
.social-media li a {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #a9a9ab;
  font-size: 15px;
  text-align: center;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.social-media li a i {
  font-size: 20px;
}
.social-media li a:hover {
    color: rgb(187, 22, 0);
    border: 2px solid rgb(187, 22, 0);
}
}
.social-media li .facebook:hover {
  /*background-color: #3b5998;*/
    background-color: transparent;
}
.social-media li .gplus:hover {
  background-color: #dd4b39;
}
.social-media li .twitter:hover {
  background-color: #55acee;
}
.social-media li .pinterest:hover {
  background-color: #cc2127;
}
.social-media li .vimeo:hover {
  background-color: transparent;
}
.social-media li .dribbble:hover {
  background-color: #ea4c89;
}
.social-media li .linkedin:hover {
  background-color: #0976b4;
}
.social-media li .rss:hover {
  background-color: #f26522;
}
.social-media.colored li a {
  color: #ffffff;
}
.social-media.colored li a:hover {
  background-color: #d71a21;
  color: #ffffff;
}
.social-media.colored li .facebook {
  background-color: #3b5998;
}
.social-media.colored li .gplus {
  background-color: #dd4b39;
}
.social-media.colored li .twitter {
  background-color: #55acee;
}
.social-media.colored li .pinterest {
  background-color: #cc2127;
}
.social-media.colored li .vimeo {
  background-color: #1ab7ea;
}
.social-media.colored li .dribbble {
  background-color: #ea4c89;
}
.social-media.colored li .linkedin {
  background-color: #0976b4;
}
.social-media.colored li .rss {
  background-color: #f26522;
}
.ta-left.social-media li {
  margin: 3px 3px 3px 0;
}
.ta-right.social-media li {
  margin: 3px 0 3px 3px;
}
/* share */
.share li {
  margin-right: 7px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.share li:nth-child(2) {
  display: none;
}
/* accordian-shortCode */
.accordian-shortCode {
  border: 1px solid #cbcbcd;
  background-color: #ffffff;
}
.accordian-shortCode .title {
  border-top: 1px solid #cbcbcd;
  padding: 15px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  color: #4a454b;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
}
.accordian-shortCode .title:hover {
  color: #d71a21;
}
.accordian-shortCode .title:after {
  content: '+';
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  float: right;
  display: block;
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  background-color: #4a454b;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  font-size: 18px;
}
.accordian-shortCode .title.active {
  color: #d71a21;
}
.accordian-shortCode .title.active:after {
  content: '-';
  background-color: #d71a21;
}
.accordian-shortCode .accordion-content {
  display: none;
  padding: 15.5px 20px;
}
.accordian-shortCode .opened {
  border-top: 1px solid #cbcbcd;
}
.accordian-shortCode .accordion-row:first-child .title {
  border-top: none;
}
.accordian-shortCode .accordion-row:first-child .accordion-content {
  display: block;
}
/* accordian-shortCode-2 */
.accordian-shortCode-2 {
  border: 0;
}
.accordian-shortCode-2 .accordion-row {
  border: 1px solid #cbcbcd;
  margin-bottom: 20px;
}
.accordian-shortCode-2 .accordion-row:last-child {
  margin-bottom: 0;
}
.accordian-shortCode-2 .title {
  border-top: 0;
  padding: 20px;
}
.accordian-shortCode-2 .opened {
  padding-top: 0;
  border-top: 0;
}
/*=============================================================================

  4- Headers Styles

  =============================================================================*/
/* --- Default Header --------------------- */
.header-offset {
  display: none;
}
.header {
    position: fixed;
    box-shadow: 0px 1px 1px #F0F0F0;
    background-color: #FFF;
    z-index: 9999998;
    width: 100%;
}
/* header style 2 */
.header-style-2 .logo h1 {
  color: #ffffff;
}
.header-style-2 .dropdown-switcher > button {
  background-color: transparent;
  border-color: #a9a9ab;
}
.header-style-2 .dropdown-switcher > button:hover {
  border-color: #f8f8f8;
  background-color: #f8f8f8;
}
.header-style-2 .dropdown-switcher.open > button {
  border-color: #f8f8f8;
}
/* header style 3 */
.header-style-3 .main-nav-bar-item {
  float: none;
}
.header-style-3 .main-nav-tabs {
  margin-right: 120px !important;
}
.header-style-3 .main-nav-bar {
  margin-top: -134px;
}
.header-style-3 .main-nav:first-child .main-nav-bar,
.header-style-3 .main-nav:nth-child(2) .main-nav-bar {
  margin-top: -105px;
}
/* header-style-4 */
.header-style-4 .main-nav .main-nav-tabs > li {
  margin-left: 0;
  margin-right: 40px;
}
.header-style-4 .main-nav .main-nav-tabs > li:last-child {
  margin-right: 0;
}
.header-style-4 .main-nav .main-nav-tabs > li > a {
  line-height: 50px;
}
.header-style-4 .main-nav .main-nav-tabs > li > a:after {
  top: auto;
  bottom: 0;
}
.header-style-4 .inline-bar {
  display: inline-block;
  position: relative;
}
.header-style-4 .dropdown-switcher {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
.transparent {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -khtml-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.transparent .container .row {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.transparent .container .row .header-contacts li a:hover {
  color: #d71a21;
}
.transparent.faden .container .row {
  background-color: rgba(255, 255, 255, 0.4);
}
.transparent.darken .container .row {
  background-color: rgba(0, 0, 0, 0.4);
}
.transparent .header-contacts li a:hover {
  color: #ffffff;
}
.absoulute-header.header {
  position: absolute;
  width: 100%;
  top: 0;
}
.fixed-header .header-offset {
  display: block;
}
.fixed-header .header {
  position: fixed;
  width: 100%;
  top: 0;
}
/* colors-border */
.colors-border {
  height: 2px;
  background: url('images/colors-border.png');
}
/* top header */
.top-header.accent-section a {
  color: #ffffff !important;
}
.top-header.accent-section a i {
  color: #ffffff;
}
.top-header.accent-section a:hover {
  color: #4a454b !important;
}
.top-header.accent-section i {
  color: #4a454b;
}
.header-contacts {
  height: 40px;
  font-size: 0;
  text-align: center;
}
.header-contacts:after,
.header-contacts:before {
  display: table;
  content: '';
}
.header-contacts:after {
  clear: both;
}
.header-contacts li {
  color: #a9a9ab;
  font-size: 12px;
  display: inline-block;
  float: left;
  margin-top: 13px;
  padding-right: 20px;
  border-right: 1px solid #4a454b;
  margin-right: 20px;
  height: 14px;
  line-height: 14px;
}
.header-contacts li.fr {
  float: right;
}
.header-contacts li i {
  color: #d71a21;
  font-size: 16px;
  margin-right: 10px;
}
.header-contacts li a {
  color: #a9a9ab;
}
.header-contacts li a:hover {
  color: #d71a21;
}
.header-contacts li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
/* sidemenu */
.sidemenu {
  position: fixed;
  left: -300px;
  top: 0;
  z-index: 9999998;
  height: 100%;
  width: 300px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.sidemenu.opened {
  left: 0;
}
.sidemenu .menu-switcher {
  position: absolute;
  left: 100%;
  top: 30px;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 9999999;
  margin-left: 0px;
  background-color: #ffffff;
  color: #4a454b;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 1px -1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 1px -1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 1px -1px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 1px -1px 2px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 1px -1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 1px -1px 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -khtml-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  font-weight: normal;
}
.sidemenu .menu-switcher:hover,
.sidemenu .menu-switcher.opened {
  color: #d71a21;
}
.sidemenu .header {
  overflow: auto;
  height: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.sidemenu .header .fl,
.sidemenu .header .fr {
  float: none !important;
}
.sidemenu .header .container {
  width: 100%;
}
.sidemenu .top-header {
  display: none;
}
.sidemenu .logo-wrapper,
.sidemenu .main-nav-bar {
  padding: 0 30px;
}
.sidemenu .logo-wrapper {
  margin-bottom: 50px;
}
.sidemenu .logo-wrapper .logo {
  margin: 20px 0;
}
.sidemenu .logo-wrapper .tagline {
  margin-left: 0;
}
.sidemenu .main-nav-bar-item {
  float: none;
  margin-left: 0;
}
.sidemenu .shopping-cart {
  display: none;
}
.sidemenu .dropdown-switcher {
  margin-top: 50px;
  margin-bottom: 50px;
}
.sidemenu .search-form-wrapper {
  height: 39px;
}
.sidemenu .search-form-wrapper #search-nav-btn {
  display: none;
}
.sidemenu .dropdown-menu {
  position: relative;
  display: block;
  border: none !important;
  padding: 0 !important;
  width: 100% !important;
  float: none !important;
  top: auto !important;
}
.sidemenu .main-nav-tabs {
  margin-right: 0;
}
.sidemenu .main-nav-tabs > li {
  float: none;
  margin: 0;
}
.accordain-menu-nav {
  font-size: 14px;
}
.accordain-menu-nav .accordion-row .accordion-content {
  display: none;
}
.accordain-menu-nav .accordion-row .title {
  color: #a9a9ab;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  position: relative;
  font-weight: 600;
}
.accordain-menu-nav .accordion-row .title:after {
  content: '+';
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  float: right;
  font-size: 20px;
}
.accordain-menu-nav .accordion-row .title.active {
  color: #d71a21;
}
.accordain-menu-nav .accordion-row .title.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordain-menu-nav .accordion-row ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: capitalize;
}
.accordain-menu-nav .accordion-row ul li a:hover {
  background-color: #f6f6f6;
}
.accordain-menu-nav .current-menu-item .title {
  color: #d71a21;
}
.accordain-menu-nav .current-menu-item .title:after {
  color: #d71a21;
}
.accordain-menu-nav .current-menu-item .current-menu-item a {
  color: #d71a21;
  background-color: #f6f6f6;
}
/* --- main-nav --------------------- */
.main-nav {
  font-size: 0;
}
.main-nav .accent-section .main-nav-tabs > li > a {
  color: #ffffff;
}
.main-nav .accent-section .main-nav-tabs > li > a:after {
  background-color: #4a454b;
}
.main-nav .accent-section .main-nav-tabs > li:hover > a,
.main-nav .accent-section .main-nav-tabs > li.current-menu-item > a {
  color: #4a454b;
}
.main-nav .accent-section .dropdown-switcher > button {
  border-color: #ffffff;
  color: #ffffff;
}
.main-nav .accent-section .dropdown-switcher > button:hover {
  color: #d71a21;
}
.main-nav .accent-section .dropdown-switcher.open > button {
  border-color: #f8f8f8;
  color: #d71a21;
}
.main-nav-wrapper {
  position: relative;
}
.main-nav-bar-item {
  float: left;
  margin: 0 0 0 7px;
}
.main-nav-bar-item.fl {
  margin-left: 0;
}
.main-nav-bar-item.fr {
  float: right;
}
.main-nav-tabs-wrapper .main-nav-tabs {
  margin-right: 10px;
}
.main-nav-tabs-wrapper .main-nav-tabs > li {
  float: left;
  margin-left: 40px;
}
.main-nav-tabs-wrapper .main-nav-tabs > li:first-child {
  margin-left: 0;
}
.main-nav-tabs-wrapper .main-nav-tabs > li.fl {
  margin-left: 0;
  margin-right: 40px;
}
.main-nav-tabs-wrapper .main-nav-tabs > li.fr {
  float: right;
}
.main-nav-tabs-wrapper .main-nav-tabs > li > a {
    color: #252525;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 12px;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.main-nav-tabs-wrapper .main-nav-tabs > li > a:after {
  opacity: 0;
  visibility: hidden;
  content: '';
  display: block;
  width: 100%;
    height: 1px;
    background-color: #d71a21;
    position: absolute;
    top: 21px;
    transform: translateY(10px);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  /*-webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;*/
}
.main-nav-tabs-wrapper .main-nav-tabs > li > a:before {
  content: '\f0d7';
  font-family: 'FontAwesome';
  float: right;
  margin-left: 5px;
}
.main-nav-tabs-wrapper .main-nav-tabs > li > a:last-child:before {
  display: none;
}
.main-nav-tabs-wrapper .main-nav-tabs > li ul {
  z-index: 99999999;
}
.main-nav-tabs-wrapper .main-nav-tabs > li ul li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main-nav-tabs-wrapper .main-nav-tabs > li ul li a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  float: right;
  margin-left: 5px;
}
.main-nav-tabs-wrapper .main-nav-tabs > li ul li a:last-child:before {
  display: none;
}
.main-nav-tabs-wrapper .main-nav-tabs > li ul .mega-menu-col > a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent !important;
  color: #4a454b;
}
.main-nav-tabs-wrapper .main-nav-tabs > li ul .mega-menu-col > a:before {
  content: '\f107';
  font-family: 'FontAwesome';
  float: right;
  margin-left: 5px;
}
.main-nav-tabs-wrapper .main-nav-tabs > li ul .mega-menu-col > a:last-child:before {
  display: none;
}
.main-nav-tabs-wrapper .main-nav-tabs > li > ul {
  border: 1px solid #d1d1d3;
  border-top: 1px solid #d1d1d3;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  display: none;
}
.main-nav-tabs-wrapper .main-nav-tabs > li > ul > li {
  border-bottom: none;
}
/*.main-nav-tabs-wrapper .main-nav-tabs > li > ul > li a::before
{
    background: #5ED9E7 none repeat scroll 0px 0px;
    bottom: -5px;
    content: "";
    height: 1px;
    left: 0px;
    opacity: 0;
    position: absolute;
    transform: translateY(10px);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    bottom: 13px;
    width: 17px;
}
.main-nav-tabs-wrapper .main-nav-tabs .dropdown ul li:hover > a::before
{
    opacity: 1;
    transform: translate(0px);
}*/
.main-nav-tabs-wrapper .main-nav-tabs > li > ul > li a {
  display: block;
    color: #FFF;
    font-family: "Droid Serif";
    font-size: 13px;
    line-height: 34px;
    padding: 3px 0px;
}
.main-nav-tabs-wrapper .main-nav-tabs > li > ul > li a:hover {
  color: #d71a21;
  background-color: transparent;
}
.main-nav-tabs-wrapper .main-nav-tabs > li > ul > li > ul {
  border: none;
}
.main-nav-tabs-wrapper .main-nav-tabs > li > ul > li > ul li {
  border-bottom: 0;
}
.main-nav-tabs-wrapper .main-nav-tabs > li > ul > li:last-child {
  border-bottom: 0;
}
.main-nav-tabs-wrapper .main-nav-tabs li:hover > a {
  color: #d71a21;
}
.main-nav-tabs-wrapper .main-nav-tabs li:hover > a:after {
  visibility: visible;
    opacity: 1;
    transform: translate(0px);
}
.main-nav-tabs-wrapper .main-nav-tabs li:hover > ul {
  display: block;
  /*-webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;*/
    opacity: 1;
    transform: translate(0px);
    transition: all 0.4s ease 0s, -moz-transform 0.4s ease 0s;
    visibility: visible;
}
.main-nav-tabs-wrapper .main-nav-tabs li a {
  /*text-transform: capitalize;*/
}
.main-nav-tabs-wrapper .main-nav-tabs li a i {
  margin-right: 3px;
}
.main-nav-tabs-wrapper .main-nav-tabs li a strong {
  text-transform: capitalize !important;
  font-weight: 700;
}
.main-nav-tabs-wrapper .main-nav-tabs li ul {
  z-index: 1000;
  background-color: #ffffff;
}
.main-nav-tabs-wrapper .main-nav-tabs .current-menu-item > a {
  color: #d71a21;
}
.main-nav-tabs-wrapper .main-nav-tabs .current-menu-item > a:after {
  opacity: 1;
  width: 100%;
  visibility: visible;
       top:21px;
    transform: translateY(0px);
}
.main-nav-tabs-wrapper .main-nav-tabs .mega-menu.current-menu-item .current-menu-item > a {
  color: #d71a21;
  background-color: #f6f6f6;
}
.main-nav-tabs-wrapper .main-nav-tabs .mega-menu.current-menu-item .current-menu-item .current-menu-item > a {
  color: #d71a21;
  padding-left: 20px;
  background-color: #f6f6f6;
}
.main-nav-tabs-wrapper .main-nav-tabs .dropdown.current-menu-item .current-menu-item > a {
color: #d71a21;
background-color: transparent;
padding-left: 0px;
}
.main-nav-tabs-wrapper .main-nav-tabs .dropdown.current-menu-item .current-menu-item .current-menu-item > a {
  padding-left: 20px;
  background-color: #f6f6f6;
}
.main-nav-tabs-wrapper .main-nav-tabs li li a {
  text-align: left;
  font-size: 14px;
}
.main-nav-tabs-wrapper .main-nav-tabs .dropdown {
  position: relative;
}
.main-nav-tabs-wrapper .main-nav-tabs .dropdown ul {
  background-color: #ffffff;
}
.main-nav-tabs-wrapper .main-nav-tabs .dropdown ul li {
  position: relative;
}
.main-nav-tabs-wrapper .main-nav-tabs .dropdown ul li:hover > a {
  color: #d71a21;
  background-color: transparent;
  padding-left: 0px;
}
.main-nav-tabs-wrapper .main-nav-tabs .dropdown > ul {
  position: absolute;
background: #252525 none repeat scroll 0px 0px;
border: medium none;
border-radius: 0px;
box-shadow: none;
display: block !important;
min-width: 190px;
opacity: 0;
padding: 20px;
transform: translateY(50px);
transition: opacity 0.4s ease 0s, -moz-transform 0.4s ease 0s, visibility 0.4s linear 0s;
    visibility: hidden;
}
.main-nav-tabs-wrapper .main-nav-tabs .dropdown > ul li {
  position: relative;
}
.main-nav-tabs-wrapper .main-nav-tabs .dropdown > ul li ul {
  position: absolute;
  left: 100%;
  top: -1px;
  border: 1px solid #d1d1d3;
  border-top: 1px solid #d1d1d3;
  border-bottom: 0;
  width: 170px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: none;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.main-nav-tabs-wrapper .main-nav-tabs .dropdown a {
    cursor: pointer;
}
.main-nav-tabs-wrapper .main-nav-tabs .dropdown > ul li ul li {
  border-bottom: 1px solid #d1d1d3;
}
.main-nav-tabs-wrapper .main-nav-tabs .dropdown > ul li ul li ul {
  position: absolute;
  left: 100%;
  top: -1px;
  width: 170px;
  display: none;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.main-nav-tabs-wrapper .main-nav-tabs .dropdown > ul li:hover > ul {
  display: block;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
.main-nav-tabs-wrapper .main-nav-tabs .dropdown > ul li:hover > ul li ul {
  display: none;
}
.main-nav-tabs-wrapper .main-nav-tabs .dropdown > ul li:hover > ul li:hover ul {
  display: block;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
.main-nav-tabs-wrapper .main-nav-tabs .mega-menu > ul {
  position: absolute;
  left: 0;
  padding: 0;
  width: 100%;
  border-left: 1px solid #d1d1d3;
  border-right: 1px solid #d1d1d3;
}
.main-nav-tabs-wrapper .main-nav-tabs .mega-menu > ul > li {
  padding: 30px 15px;
  border-bottom: 0;
  border-right: 1px solid #d1d1d3;
  float: left;
}
.main-nav-tabs-wrapper .main-nav-tabs .mega-menu > ul > li:last-child {
  border-right: 0;
}
.main-nav-tabs-wrapper .main-nav-tabs .mega-menu > ul > li > a {
  padding: 0;
  height: auto;
  line-height: 1;
  margin-bottom: 10px;
}
.main-nav-tabs-wrapper .main-nav-tabs .mega-menu > ul > li ul {
  left: auto;
  top: auto;
  position: relative;
  opacity: 1;
  visibility: visible;
  margin-bottom: 30px;
}
.main-nav-tabs-wrapper .main-nav-tabs .mega-menu > ul > li ul:last-child {
  margin-bottom: 0;
}
.main-nav-tabs-wrapper .main-nav-tabs .mega-menu > ul > li ul li {
  border-bottom: 0;
}
.main-nav-tabs-wrapper .main-nav-tabs .mega-menu > ul > li ul li a:hover {
  padding-left: 20px;
}
.main-nav-tabs-wrapper .main-nav-tabs .mega-menu > ul > li ul li:first-child {
  border-top: 0;
}
.main-nav-tabs-wrapper .main-nav-tabs .mega-menu > ul > li ul ul {
  margin-bottom: 30px;
}
.main-nav-tabs-wrapper .main-nav-tabs .mega-menu > ul > li ul ul:last-child {
  margin-bottom: 0;
}
.main-nav-tabs-wrapper .main-nav-tabs .mega-menu .mega-5-cols > li {
  width: 20%;
}
.main-nav-tabs-wrapper .main-nav-tabs .mega-menu .mega-4-cols > li {
  width: 25%;
}
.main-nav-tabs-wrapper .main-nav-tabs .mega-menu .mega-3-cols > li {
  width: 33.33%;
}
.main-nav-tabs-wrapper .main-nav-tabs .mega-menu .mega-2-cols > li {
  width: 50%;
}
.main-nav-tabs-wrapper .main-nav-tabs .opposite-dropdown > ul {
  right: 0;
  left: auto;
}
.main-nav-tabs-wrapper .main-nav-tabs .opposite-dropdown > ul ul {
  left: auto !important;
  right: 100%;
}
.main-nav:first-child .logo,
.main-nav:nth-child(2) .logo {
  margin: 12px 0 10px 0;
}
.main-nav:first-child .main-nav-tabs > li > a,
.main-nav:nth-child(2) .main-nav-tabs > li > a {
  line-height: 85px;
}
.main-nav:first-child .dropdown-switcher,
.main-nav:nth-child(2) .dropdown-switcher {
  margin-top: 28px;
  margin-bottom: 28px;
}
.main-nav:first-child .main-nav-bar-item .social-media,
.main-nav:nth-child(2) .main-nav-bar-item .social-media {
  margin-top: 32.5px;
  margin-bottom: 32.5px;
}
/* responsive menu wrapper */
.responsive-menu-wrapper .responsive-main-nav {
  /*width: 100% !important;*/
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs {
  width: 100%;
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li {
  float: none;
  margin: 0;
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li > a {
  font-weight: 700 !important;
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li a,
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li > button {
  font-size: 12px;
  font-family: "Montserrat","Arial",sans-serif;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #252525;
  text-align: left;
  font-weight: 400;
    text-transform: uppercase;
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li a strong,
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li > button strong {
  text-transform: capitalize !important;
  font-weight: 400;
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li a:hover,
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li > button:hover {
  color: #d71a21;
  background-color: transparent;
  padding-left: 15px;
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li a:hover:after,
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li > button:hover:after {
  color: #d71a21;
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li a.toggle-responsive:after,
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li > button.toggle-responsive:after {
  background-color: transparent;
  content: '+';
  font-family: 'tahoma';
  float: right;
  color: #a9a9ab;
  font-size: 17px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li .toggle-responsive.active {
  background-color: transparent;
  color: #d71a21;
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li .toggle-responsive.active:after {
  content: '-';
  font-family: 'tahoma';
  float: right;
  font-size: 17px;
  font-weight: 700;
  color: #d71a21;
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li .active {
  background-color: #d71a21;
  color: #ffffff;
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li.current-menu-item > a,
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li.current-menu-item > button {
  background-color: #f6f6f6;
  color: #d71a21;
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li.current-menu-item .current-menu-item > a,
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li.current-menu-item .current-menu-item > button {
  background-color: #f6f6f6;
  color: #d71a21;
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li > ul {
  display: none;
  position: relative;
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li > ul li a {
  padding: 0 30px;
  font-size: 12px;
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li > ul li a:hover {
  padding-left: 30px;
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li > ul li a:before {
  content: '-';
  font-family: 'tahoma';
  font-weight: 700;
  margin-right: 5px;
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li > ul li > ul {
  position: relative;
  display: none;
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li > ul li > ul li a {
  padding: 0 45px;
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li > ul li > ul li a:hover {
  padding-left: 65px;
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li > ul li > ul li > ul {
  position: relative;
  display: none;
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li > ul li > ul li > ul li a {
  padding: 0 60px;
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li > ul li > ul li > ul li a:hover {
  padding-left: 80px;
}
.responsive-menu-wrapper .responsive-main-nav .main-nav-tabs > li.mega-menu > ul ul:first-child {
  display: block !important;
}
/* --- logo --------------------- */
/* logo wrapper*/
.logo-wrapper {
  text-align: center;
  font-size: 0;
}
.logo-wrapper .tagline {
  font-size: 12px;
  color: #a9a9ab;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  margin-left: 5px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* logo */
.logo {
  display: inline-block;
  margin: 35px 0;
}
.logo img {
  display: block;
  float: left;
}
.logo h1 {
  padding-left: 60px;
  line-height: 64px;
  height: 64px;
  color: #4a454b;
  font-size: 36px;
  margin-bottom: 0;
}
.logo h1 span {
  display: inline-block;
}
.logo h1 .accent {
  font-size: 36px;
  display: inline-block;
}
/* --- shopping-cart --------------------- */
.dropdown-switcher {
  margin-top: 52px;
  margin-bottom: 52px;
}
.dropdown-switcher button {
    border: 0;
    background-color: transparent;
    padding: 0px !important;
    font-size: 18px;
    width: 33px;
    height: 29px;
    line-height: 27px;
    position: relative;
    color: #252525;
}
.dropdown-switcher button.instagramBtn {
	width: 18px;
}
#facebook-nav-btn {
    font-size: 32px;
    color: rgb(59, 89, 152) !important;
}
#vimeo-nav-btn {
    font-size: 32px;
    color: #1ab7ea !important;
}
/*{
    background-color: #;
}*/
.dropdown-switcher button:hover,.dropdown-switcher button.over {
  background: transparent;
  color: #d71a21;
}
.dropdown-switcher button p {
  color: #7a7c82;
}
.dropdown-switcher button .cart-items-num {
  position: absolute;
  left: 50%;
  margin-left: -9px;
  top: 100%;
  margin-top: -5px;
  z-index: 1;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  display: none;
  width: 18px;
  height: 18px;
  line-height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  background-color: #4a454b;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.dropdown-switcher button i {
  line-height: 29px;
}
.dropdown-switcher button:hover .cart-items-num {
  background-color: #d71a21;
}
.dropdown-switcher .dropdown-menu {
  right: 0;
  left: auto;
  padding: 20px;
  width: 270px;
  margin-top: 0;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
    background-color: rgb(240, 240, 240);
    border-radius: 0;
    box-shadow: none;
    border:0;
}
.dropdown-switcher .general-link {
  min-width: 10px;
}
.open.dropdown-switcher > button {
  color: #d71a21;
  background-color: transparent;
}
.open.dropdown-switcher > button .cart-items-num {
  display: none;
}
.open.dropdown-switcher .dropdown-menu {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
.open.dropdown-switcher .dropdown-menu .cart-balance {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #4a454b;
  text-transform: uppercase;
  padding: 16px 15px;
}
.open.dropdown-switcher .dropdown-menu .view-cart {
  border: 1px solid #cbcbcd;
  background-color: #f6f6f6;
  color: #a9a9ab;
  color: #4a454b;
  margin-bottom: 10px;
  font-size: 12px;
  padding: 0 8px;
  text-transform: uppercase;
  height: 35px;
  line-height: 33px;
}
.open.dropdown-switcher .dropdown-menu .view-cart:hover {
  background: #f6f6f6;
  color: #d71a21;
}
.open.dropdown-switcher .dropdown-menu .view-cart p {
  color: #7a7c82;
}
.open.dropdown-switcher .dropdown-menu .checkout {
  background-color: #d71a21;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #d71a21), color-stop(100% #f85d3a));
  background-image: -webkit-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -moz-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -ms-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -o-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding: 0 8px;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
}
.open.dropdown-switcher .dropdown-menu .checkout:hover {
  background-color: #4a454b;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #4a454b), color-stop(100% #4a454b));
  background-image: -webkit-linear-gradient(top, #4a454b 70%, #4a454b 100%);
  background-image: -moz-linear-gradient(top, #4a454b 70%, #4a454b 100%);
  background-image: -ms-linear-gradient(top, #4a454b 70%, #4a454b 100%);
  background-image: -o-linear-gradient(top, #4a454b 70%, #4a454b 100%);
  background-image: linear-gradient(top, #4a454b 70%, #4a454b 100%);
}
.shop-page .dropdown-switcher button .cart-items-num {
  display: block;
}
.shop-page .dropdown-switcher.open button .cart-items-num {
  display: none;
}
.cart-item {
  position: relative;
  padding-right: 25px;
}
.cart-item .post-contents {
  padding-left: 80px !important;
}
.cart-item .remove-cart-item {
  position: absolute;
  right: 0;
  top: 0;
  width: 19px;
  height: 19px;
  line-height: 19px;
  border: 0;
  background-color: #fff;
  color: #000 !important;
  font-size: 22px;
  font-weight: 100;
}
.cart-item .remove-cart-item:hover {
  background-color: #fff;
}
.cart-item:last-child {
  padding-bottom: 20px !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #d1d1d3 !important;
}
/* --- Search --------------------- */
.search-form {
  position: relative;
}
.search-form .search-bar,
.search-form input[type="search"] {
  border: 1px solid #cbcbcd;
  background-color: #f6f6f6;
  color: #a9a9ab;
  margin-bottom: 0;
  padding-right: 35px;
  font-size: 12px;
}
.search-form .search-bar:hover,
.search-form input[type="search"]:hover {
  background: #f6f6f6;
  color: #d71a21;
}
.search-form .search-bar p,
.search-form input[type="search"] p {
  color: #7a7c82;
}
.search-form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: none;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin-bottom: 0;
}
/*=============================================================================

  5- Pages Sliders

  =============================================================================*/
/* --- Revolution Slider Styles --------------------- */
.slider-wrapper {
  position: relative;
  overflow: hidden;
    padding-top: 85px;
}
.slider-wrapper .tp-bannertimer {
  display: none;
}
.slider-wrapper .captions {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  text-align: center;
}
.slider-wrapper .slider-top-title {
  font-size: 25px;
  line-height: 1;
  font-family: 'Roboto Slab', serif;
}
.slider-wrapper .slider-med-title {
  font-size: 45px;
  line-height: 45px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.slider-wrapper .border-divider {
  background-color: #d71a21;
}
.slider-wrapper .slider-text {
  font-family: 'Lato', sans-serif;
  line-height: 25px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #e9e8e8;
  text-align: center;
}
.slider-wrapper .gradient-link:hover {
  background: #ffffff;
  color: #4a454b;
}
.slider-wrapper .bordered {
  border-color: #ffffff;
  color: #ffffff;
}
.slider-wrapper .bordered:hover {
  border-color: #d71a21;
}
.slider-wrapper .img-rotate {
  display: block;
  padding: 10px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.slider-wrapper .negative-rotate {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.slider-wrapper .accent-layer .cover {
  background-color: rgba(242, 63, 95, 0.75);
}
.slider-wrapper .accent-layer .border-divider {
  background-color: #cbcbcd;
}
.slider-wrapper .cover {
  background: rgba(52, 46, 53, 0.8) url('images/pattern-1.png') left top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider-wrapper .grid-layer .caption-left {
  text-align: left;
  margin-left: 0;
}
.slider-wrapper .grid-layer .caption-left .border-divider {
  margin-left: 0;
}
.slider-wrapper .grid-layer .caption-center {
  text-align: center;
  margin-left: auto;
}
.slider-wrapper .grid-layer .caption-center .border-divider {
  margin-left: auto;
}
.slider-wrapper .grid-layer .caption-right {
  text-align: right;
  margin-right: 0;
}
.slider-wrapper .grid-layer .caption-right .border-divider {
  margin-right: 0;
}
.slider-wrapper .grid-layer .caption-dir-img {
  font-size: 0;
}
.border-divider {
  width: 70px;
  height: 2px;
  display: block;
  margin: auto;
  background-color: #cbcbcd;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.tparrows.preview2:hover:after {
  color: #d71a21;
}
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected {
  background: #d71a21 !important;
}
/* --- Slider Styles --------------------- */
/* owl carousel */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0px;
  height: 0px;
}
.owl-carousel #progress-bar {
  width: 100%;
  background: #d1d1d3;
}
.owl-carousel #progress-bar #bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #d71a21;
}
.owl-carousel .owl-stage {
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  text-align: center;
}
.owl-carousel .owl-controls .owl-nav div {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  line-height: 60px;
  text-align: center;
  background-color: transparent;
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  margin: 0 5px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
}
.owl-carousel .owl-controls .owl-nav div:hover {
  color: #d71a21;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before {
  content: '\f100';
  font-family: 'FontAwesome';
}
.owl-carousel .owl-controls .owl-nav .owl-next:before {
  content: '\f101';
  font-family: 'FontAwesome';
}
.owl-carousel .owl-controls .owl-dots {
  width: 100%;
  font-size: 0;
}
.owl-carousel .owl-controls .owl-dots .owl-dot {
  background-color: #ffffff;
  width: 13px;
  height: 6px;
  margin-right: 2px !important;
  margin-left: 2px !important;
  margin-bottom: 0px !important;
  display: inline-block;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.owl-carousel .owl-controls .owl-dots .owl-dot:hover {
  background-color: #d71a21;
}
.owl-carousel .owl-controls .owl-dots .owl-dot.active {
  background-color: #d71a21;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* mouse grab icon */
.grabbing {
  cursor: url('images/grabbing.png') 8 8, move;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-height {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* CSS3 Transitions */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 1.5s both ease-in-out;
  -moz-animation: fadeOut 1.5s both ease-in-out;
  animation: fadeOut 1.5s both ease-in-out;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 1.5s ease both;
  -moz-animation: scaleUpFrom 1.5s ease both;
  animation: scaleUpFrom 1.5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 1.5s ease both;
  -moz-animation: scaleUpTo 1.5s ease both;
  animation: scaleUpTo 1.5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.carousel-nav .owl-controls .owl-dots {
  display: none !important;
}
.carousel-nav .owl-controls .owl-nav {
  display: block !important;
  margin-top: 50px;
}
.carousel-nav .owl-controls .owl-nav div {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #4a454b;
  display: inline-block;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  font-size: 14px;
  color: #ffffff;
  margin: 0 5px;
  float: none !important;
}
.carousel-nav .owl-controls .owl-nav div:hover {
  background-color: #d71a21;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #d71a21), color-stop(100% #f85d3a));
  background-image: -webkit-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -moz-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -ms-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -o-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #ffffff;
}
.dark-section .carousel-nav .owl-controls .owl-nav div {
  background-color: #ffffff;
  color: #4a454b;
}
.dark-section .carousel-nav .owl-controls .owl-nav div:hover {
  background-color: #d71a21;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #d71a21), color-stop(100% #f85d3a));
  background-image: -webkit-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -moz-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -ms-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -o-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #ffffff;
}
.light-section .owl-controls .owl-dots .owl-dot,
.gray-section .owl-controls .owl-dots .owl-dot {
  background-color: #4a454b;
}
.carousel-without-controls .owl-controls .owl-dots,
.carousel-without-controls .owl-controls .owl-nav {
  display: none !important;
}
.carousel-dots .owl-controls .owl-dots {
  margin-top: 35px;
  display: block !important;
}
.carousel-dots .owl-controls .owl-nav {
  display: none !important;
}
/* custom slider */
.custom-slider .slide {
  position: relative;
  height: 240px;
}
.custom-slider .slide img {
  display: block;
  width: 100%;
  height: auto;
}
.custom-slider .slide .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.custom-slider .slide .captions {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 100;
  padding: 15px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.custom-slider .slide .captions h5 {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.custom-slider .slide .captions h5 a {
  color: #ffffff;
}
.custom-slider .slide .captions h5 a:hover {
  color: #d71a21;
}
.custom-slider .owl-item.active .captions h5 {
  opacity: 1;
  visibility: visible;
}
.custom-slider .owl-item.active .captions h5 {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.custom-slider .owl-controls {
  bottom: 0 !important;
  left: 0;
  right: 0;
}
.custom-slider .owl-controls .owl-dots {
  display: none !important;
}
.custom-slider .owl-controls .owl-nav {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.custom-slider .owl-controls .owl-nav div {
  color: #4a454b;
  background: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 0;
  margin-left: 10px;
  font-size: 16px;
  margin-top: 5px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.custom-slider .owl-controls .owl-nav div:first-child {
  margin-left: 0;
}
.custom-slider .owl-controls .owl-nav div:hover {
  color: #d71a21;
  background: #ffffff;
}
/* portfolio-slider */
.full-width-slider .slide {
  height: auto;
}
.full-width-slider .owl-controls .owl-nav {
  right: 0;
  left: 0;
}
.carousel-projects .owl-controls .owl-nav {
  display: none !important;
}
/* slider-hash */
.slider-hash .slide {
  height: 459px;
}
.slider-hash .slide img {
  -webkit-border-radius: 2px 2px 2px 2px !important;
  -moz-border-radius: 2px 2px 2px 2px !important;
  -o-border-radius: 2px 2px 2px 2px !important;
  -ms-border-radius: 2px 2px 2px 2px !important;
  -khtml-border-radius: 2px 2px 2px 2px !important;
  border-radius: 2px 2px 2px 2px !important;
}
.slider-hash .owl-controls .owl-nav {
  margin-top: 30px;
}
.slider-hash .owl-controls .owl-nav div {
  margin-top: 33.5px;
}
.slider-hash .owl-controls .owl-nav .owl-prev {
  float: left !important;
  margin-left: 20px;
}
.slider-hash .owl-controls .owl-nav .owl-next {
  margin-right: 20px;
  float: right !important;
}
.slider-hash.custom-slider .owl-controls .owl-nav .owl-next {
  margin-right: 0;
}
.slider-hash.custom-slider .owl-controls .owl-nav .owl-prev {
  margin-left: 0;
}
.hashes {
  text-align: center;
  padding: 10px 20px;
  font-size: 0;
  border: 1px solid #cbcbcd;
  background-color: #f6f6f6;
  color: #a9a9ab;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.hashes:hover {
  background: #f6f6f6;
  color: #d71a21;
}
.hashes p {
  color: #7a7c82;
}
.hashes a {
  width: 70px;
  height: 70px;
  display: inline-block;
  overflow: hidden;
  margin-right: 20px;
}
.hashes a:last-child {
  margin-right: 0;
}
.hashes a img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
/*=============================================================================

  6- Services Styles

  =============================================================================*/
/* service default style */
.service {
  text-align: center;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.service .service-icon {
  width: 90px;
  height: 90px;
  text-align: center;
  color: #4a454b;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  font-size: 32px;
  display: block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  overflow: hidden;
  position: relative;
}
.service .service-icon i {
  line-height: 90px;
  position: relative;
  z-index: 5;
}
.service .service-icon:before,
.service .service-icon:after {
  content: "";
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.service .service-icon:before {
  z-index: 2;
  width: 86px;
  height: 86px;
  background-color: #FAFAFB;
  left: 2px;
  top: 2px;
}
.service .service-icon:after {
  top: 0;
  left: 0;
  z-index: 1;
  width: 90px;
  height: 90px;
  background-color: #4a454b;
}
.service .service-title {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
}
.service .service-description {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.service .border-divider {
  width: 34px;
  margin-bottom: 13px;
}
.service .slide-down {
  font-size: 25px;
  height: 10px;
  line-height: 1;
}
.service .slide-down.active {
  display: none;
}
.services-wrapper {
  margin-top: -52px;
}
.services-wrapper .service-wrapper {
  margin-top: 52px;
}
.dark-section .service .service-icon {
  color: #ffffff;
}
.dark-section .service .service-icon:before {
  background-color: transparent;
}
.dark-section .service .service-icon:after {
  border: 2px solid #ffffff;
  background-color: transparent;
}
.dark-section .service .service-title {
  color: #ffffff;
}
.dark-section .service .service-title a {
  color: #ffffff;
}
.dark-section .service .service-title a:hover {
  color: #d71a21;
}
.dark-section .service:hover .service-icon:after {
  border-color: transparent;
  background: transparent url('images/gradient-hr-border-red.png') center center no-repeat;
}
/* hover state */
.service:hover .service-icon {
  color: #d71a21;
}
.service:hover .service-icon i {
  -webkit-animation-name: bigEntrance;
  -moz-animation-name: bigEntrance;
  -ms-animation-name: bigEntrance;
  -o-animation-name: bigEntrance;
  animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
.service:hover .service-icon:after {
  background-color: #d71a21;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(10%, #f85d3a), color-stop(100% #d71a21));
  background-image: -webkit-linear-gradient(left, #f85d3a 10%, #d71a21 100%);
  background-image: -moz-linear-gradient(left, #f85d3a 10%, #d71a21 100%);
  background-image: -ms-linear-gradient(left, #f85d3a 10%, #d71a21 100%);
  background-image: -o-linear-gradient(left, #f85d3a 10%, #d71a21 100%);
  background-image: linear-gradient(left, #f85d3a 10%, #d71a21 100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.service:hover .service-title a {
  color: #d71a21;
}
.service:hover .border-divider {
  width: 70px;
  background-color: #d71a21;
}
.service:hover .general-link {
  border: 1px solid #d71a21;
  background-color: #d71a21;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #d71a21), color-stop(100% #f85d3a));
  background-image: -webkit-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -moz-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -ms-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -o-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #ffffff;
}
/* service-style-2 */
.service-style-2 {
  padding: 0;
  text-align: left;
}
.service-style-2 .service-icon {
  float: left;
}
.service-style-2 .service-contents {
  padding-left: 120px !important;
}
.service-style-2 .border-divider {
  margin-left: 0;
}
/* service-style-3 */
.service-style-3,
.service-style-7,
.service-style-8 {
  padding: 30px 30px;
  border: 1px solid #cbcbcd;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.service-style-3 .service-icon,
.service-style-7 .service-icon,
.service-style-8 .service-icon {
  background-color: #efeff0;
}
.service-style-3 .service-icon:before,
.service-style-7 .service-icon:before,
.service-style-8 .service-icon:before,
.service-style-3 .service-icon:after,
.service-style-7 .service-icon:after,
.service-style-8 .service-icon:after {
  display: none;
}
/* hover state */
.service-style-3:hover,
.service-style-7:hover {
  background-color: #d71a21;
}
.service-style-3:hover .service-icon,
.service-style-7:hover .service-icon,
.service-style-3:hover .border-divider,
.service-style-7:hover .border-divider {
  background-color: #ffffff !important;
}
.service-style-3:hover .service-title a,
.service-style-7:hover .service-title a {
  color: #ffffff !important;
}
.service-style-3:hover .service-description,
.service-style-7:hover .service-description {
  color: #f6f6f6;
}
.service-style-3:hover .general-link,
.service-style-7:hover .general-link {
  border: 1px solid #4a454b !important;
  background: #4a454b !important;
  color: #ffffff;
}
.service-style-3:hover .general-link:hover,
.service-style-7:hover .general-link:hover {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #d71a21;
}
.service-style-3:hover .slide-down,
.service-style-7:hover .slide-down {
  color: #ffffff;
}
.service-style-3:hover .slide-down:hover,
.service-style-7:hover .slide-down:hover {
  color: #ffffff;
}
/* service-style-4 */
.service-style-4 .service-icon {
  background-color: #efeff0;
}
.service-style-4 .service-icon:before,
.service-style-4 .service-icon:after {
  display: none;
}
.service-style-4:hover .service-icon,
.service-style-4:hover .general-link {
  color: #ffffff !important;
  background-color: #d71a21;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #d71a21), color-stop(100% #f85d3a));
  background-image: -webkit-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -moz-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -ms-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -o-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.service-style-4:hover .general-link {
  border-color: #d71a21;
}
/* service-style-5 */
.service-style-5 .service-icon,
.service-style-6 .service-icon {
  background-color: transparent;
  height: 40px;
  width: 40px;
}
.service-style-5 .service-icon i,
.service-style-6 .service-icon i {
  line-height: 1;
}
.service-style-5 .service-icon:before,
.service-style-6 .service-icon:before,
.service-style-5 .service-icon:after,
.service-style-6 .service-icon:after {
  display: none;
}
.service-style-5:hover .service-icon,
.service-style-6:hover .service-icon {
  color: #d71a21;
  background-color: transparent;
}
.service-style-5:hover .general-link,
.service-style-6:hover .general-link {
  color: #ffffff;
  border-color: #d71a21;
  background-color: #d71a21;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #d71a21), color-stop(100% #f85d3a));
  background-image: -webkit-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -moz-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -ms-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -o-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* service-style-6 */
.service-style-6 {
  text-align: left;
}
.service-style-6 .service-icon,
.service-style-6 .border-divider {
  margin-left: 0;
}
/* service-style-7 */
.service-style-7 .service-description-wrapper {
  display: none;
}
/* service-style-8 */
.service-style-8 {
  background-color: #ffffff;
  margin-top: 45px;
}
.service-style-8 .service-icon {
  background-color: #ffffff;
  border: 1px solid #cbcbcd;
  margin-top: -75px;
}
.service-style-8:hover .general-link {
  color: #ffffff;
  border: 0;
  background-color: #d71a21;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #d71a21), color-stop(100% #f85d3a));
  background-image: -webkit-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -moz-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -ms-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -o-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* service-style-9 */
.dark-section .service-style-9:hover .service-icon,
.service-style-9:hover .service-icon {
  color: #ffffff !important;
}
.dark-section .service-style-9:hover .service-icon:before,
.service-style-9:hover .service-icon:before {
  width: 90px;
  height: 90px;
  top: 0;
  left: 0;
  background-color: #d71a21;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #d71a21), color-stop(100% #f85d3a));
  background-image: -webkit-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -moz-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -ms-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -o-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transition: none 0.2s ease-in;
  -moz-transition: none 0.2s ease-in;
  -o-transition: none 0.2s ease-in;
  -ms-transition: none 0.2s ease-in;
  -khtml-transition: none 0.2s ease-in;
  transition: none 0.2s ease-in;
}
.dark-section .service-style-9:hover .service-icon:after,
.service-style-9:hover .service-icon:after {
  display: none;
}
/*=============================================================================

  7- Portfolio Styles

  =============================================================================*/
/* project default style */
.project {
  position: relative;
  text-align: center;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #cbcbcd;
  overflow: hidden;
}
.project .project-contents {
  overflow: hidden;
}
.project .project-contents img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin: 0 auto;
}
.project a .project-contents figcaption {
  padding: 24px 10px;
  background-color: #ffffff;
}
.project .project-contents .project-title {
  font-size: 16px;
  font-weight: 700;
}
.project .project-contents .project-meta {
  font-size: 0;
}
.project .project-contents .project-meta li {
    padding: 0;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    border-right: 0;
    margin: 5px 0;
}
.project .project-contents .project-meta li a {
  color: #a9a9ab;
}
.project .project-contents .project-meta li a:hover {
  color: #d71a21;
}
.project .project-contents .project-meta li i {
  margin-right: 5px;
}
.project .project-contents .project-meta li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.project .project-contents .project-meta li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
.project .cover {
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  background-color: #d71a21;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.project .project-links {
  font-size: 0;
  position: absolute;
  top: 50%;
  margin-top: -16.5px;
  width: 100%;
}
.project .project-links li {
  display: inline-block;
  margin: 0 3px;
}
.project .project-links li a {
  display: block;
  color: #ffffff;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
  padding: 4.5px 8px;
  font-size: 14px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.project .project-links li a:hover {
  background-color: #ffffff;
  color: #4a454b;
}
.project .project-links li:first-child {
  margin-left: 0;
}
.project .project-links li:last-child {
  margin-right: 0;
}
.project .project-title,
.project .project-meta,
.project .project-links {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* hover state */
.project:hover .gallery {
  display: block;
}
.project:hover a .cover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  visibility: visible;
  background-color: #d71a21;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.project:hover .cover .project-links {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -ms-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY;
}
/* project style 2 */
.project-style-2 {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}
.project-style-2 .project-contents .captions {
	position: absolute;
	margin-top: -60px;
	top: 50%;
	width: 100%;
	padding: 0 20px;
}
.project-style-2 .project-contents .cover {
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
.project-style-2 .project-contents .project-title {
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 2px;
    font-family: "Montserrat";
    margin-bottom: 0;
}
.project-style-2 .project-contents .project-title a {
  color: #ffffff;
}
.project-style-2 .project-contents .project-meta {
  margin-bottom: 30px;
}
.project-style-2 .project-contents .project-meta li {
    font-family: "Droid Serif";
    font-style: italic;
    font-size: 13px;
    line-height: 18px;
    color: #FFF;
}
.project-style-2 .project-contents .project-meta li a {
  color: #f6f6f6;
}
.project-style-2 .project-contents .project-meta li a:hover {
  color: #ffffff;
}
.project-style-2 .project-contents .project-links {
  position: relative;
  top: auto;
  margin-top: 0;
}
/* hover state */
.project-style-2:hover .project-contents img {
    transform: scale(1.3);
}
.project-style-2:hover .cover .project-title,
.project-style-2:hover .cover .project-meta,
.project-style-2:hover .cover .project-links {
}
.portfolio-classic-2 .project {
  border: 0;
}
/* project style 3 */
.project-style-3 {
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.project-style-3 .project-contents .cover {
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.portfolio-gallary-2 .project-style-2 {
  text-align: left;
}
.portfolio-gallary-2 .project-style-2 .project-contents .captions {
  height: 100%;
  top: 0;
  margin-top: 0;
  padding: 30px;
}
.portfolio-gallary-2 .project-style-2 .project-contents .project-links {
  padding: 0 30px;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 1;
}
.portfolio-gallary-2 .project-style-2 .project-contents .project-links li:last-child {
  float: right;
}
/* projects-wrapper */
.projects-wrapper {
  text-align: center;
  font-size: 0;
  margin-top: -30px;
}
.projects-wrapper:after {
  content: '';
  display: block;
  width: 100%;
}
.projects-wrapper .gap {
  display: block;
  width: 100%;
  height: 0px;
}
.projects-wrapper .project-wrapper {
  margin-top: 30px;
}
.projects-wrapper .mix {
  display: none;
}
.see-more {
  margin-top: 50px;
}
/* projects cols full width style */
.projects-5-cols,
.projects-4-cols,
.projects-3-cols,
.projects-2-cols {
  margin-top: 0;
}
.projects-5-cols .project-wrapper,
.projects-4-cols .project-wrapper,
.projects-3-cols .project-wrapper,
.projects-2-cols .project-wrapper {
  margin-top: 0;
  overflow: hidden;
  float: left;
}
.projects-5-cols .project-wrapper {
  width: 20%;
}
.projects-4-cols .project-wrapper {
  width: 25%;
}
.projects-3-cols .project-wrapper {
  width: 33.3333%;
}
.projects-2-cols .project-wrapper {
  width: 50%;
}
.projects-gallary-1-cols .project-wrapper {
  width: 100%;
}
.projects-gallary-1-cols .project {
  height: 385px;
}
.projects-gallary-1-cols .main-contents .project {
  height: auto;
}
.projects-classic-1-cols .project-wrapper {
  width: 100%;
}
.projects-classic-1-cols .project .project-contents img {
  height: 385px;
}
.projects-classic-1-cols .main-contents .project .project-contents img {
  height: auto;
}
/*
.projects-gallary-2-cols , .projects-classic-2-cols {
  .project-wrapper {
    width: 50%;
  }
}
.projects-gallary-3-cols , .projects-classic-3-cols {
  .project-wrapper {
    width: 33.333%;
  }
}

.projects-gallary-4-cols , .projects-classic-4-cols {
  .project-wrapper {
    width: 25%;
  }
}
*/
/* portfolio filter */
.filtering {
  margin-bottom: 60px;
}
.filtering p.fl {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #4a454b;
  line-height: 1;
}
.filtering p.fl span {
  color: #d71a21;
}
.filtering-style-2 {
  border: 1px solid #cbcbcd;
  background-color: #f6f6f6;
  color: #a9a9ab;
  padding: 20px;
}
.filtering-style-2:hover {
  background: #f6f6f6;
  color: #d71a21;
}
.filtering-style-2 p {
  color: #7a7c82;
}
.filtering-style-2 > ul > li {
  margin-right: 30px;
}
.filtering-style-2 > ul > li:last-child {
  margin-right: 0;
}
.filtering-style-2 .sort-option button,
.filtering-style-2 .sort-option-2 button {
  background-color: #ffffff;
}
.filtering-style-2 .sort-option ul,
.filtering-style-2 .sort-option-2 ul {
  right: auto;
  left: 0;
}
.filtering-style-2 .change-grid-wrapper {
  font-size: 0;
}
.filtering-style-2 .change-grid-wrapper .change-grid {
  width: 35px;
  min-width: 35px;
  padding: 0 !important;
  text-align: center;
  float: none;
  border: 1px solid #cbcbcd;
  background-color: #ffffff;
  color: #4a454b;
  display: inline-block;
  margin-right: 10px;
}
.filtering-style-2 .change-grid-wrapper .change-grid.active,
.filtering-style-2 .change-grid-wrapper .change-grid:hover {
  color: #d71a21;
}
.filtering-style-2 .change-grid-wrapper .change-grid:last-child {
  margin-right: 0;
}
.filtering-style-2 .change-grid-wrapper .change-grid i {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  color: inherit;
}
.sort-option,
.sort-option-2,
.sort-option-3 {
  position: relative;
}
.sort-option .sort-type,
.sort-option-2 .sort-type,
.sort-option-3 .sort-type {
  margin-right: 10px;
  font-weight: 700;
  color: #4a454b;
}
.sort-option .fa,
.sort-option-2 .fa,
.sort-option-3 .fa {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  right: 0;
  top: 0;
  font-size: 15px;
  z-index: 2;
  color: #d71a21;
}
.sort-option button,
.sort-option-2 button,
.sort-option-3 button {
  border: 1px solid #cbcbcd;
  background-color: #f6f6f6;
  color: #a9a9ab;
  padding-right: 35px !important;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #6e6a6f;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  min-width: 160px;
  position: relative;
}
.sort-option button:hover,
.sort-option-2 button:hover,
.sort-option-3 button:hover {
  background: #f6f6f6;
  color: #d71a21;
}
.sort-option button p,
.sort-option-2 button p,
.sort-option-3 button p {
  color: #7a7c82;
}
.sort-option ul,
.sort-option-2 ul,
.sort-option-3 ul {
  right: 0;
  width: 100%;
  margin: 0;
  top: 100%;
  padding: 0;
  position: absolute;
  z-index: 10;
  background-color: #ffffff;
  border: 1px solid #d1d1d3;
  border-top: 1px solid #d1d1d3;
  border-bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.sort-option ul li,
.sort-option-2 ul li,
.sort-option-3 ul li {
  border-bottom: 1px solid #d1d1d3;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  display: block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #a9a9ab;
}
.sort-option ul li:hover,
.sort-option-2 ul li:hover,
.sort-option-3 ul li:hover {
  background-color: #f6f6f6;
  color: #d71a21;
}
.sort-option ul li.active,
.sort-option-2 ul li.active,
.sort-option-3 ul li.active {
  background-color: #f6f6f6;
  color: #d71a21;
}
.sort-option.active ul,
.sort-option-2.active ul,
.sort-option-3.active ul {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
.portfolio-filters {
  text-align: center;
  font-size: 0;
}
.portfolio-filters li {
  margin: 0 10px;
  cursor: pointer;
  font-size: 13px;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  display: inline-block;
  text-align: center;
  color: #4a454b;
  padding: 4.5px 8px;
  border: 1px solid #cbcbcd;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.portfolio-filters li:hover {
  background-color: #d71a21;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #d71a21), color-stop(100% #f85d3a));
  background-image: -webkit-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -moz-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -ms-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -o-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #ffffff;
  border: 1px solid #d71a21;
  border-bottom: 1px solid #f85d3a;
}
.portfolio-filters li:first-child {
  margin-left: 0;
}
.portfolio-filters li:last-child {
  margin-right: 0;
}
.portfolio-filters li.active {
  background-color: #d71a21;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #d71a21), color-stop(100% #f85d3a));
  background-image: -webkit-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -moz-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -ms-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -o-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #ffffff;
  border: 1px solid #d71a21;
  border-bottom: 1px solid #f85d3a;
}
.ta-l .portfolio-filters {
  margin-top: 27.5px;
}
.dark-section .project {
  border: none;
}
.dark-section .project .project-contents {
  background-color: #ffffff;
}
.dark-section .project:hover {
  border-color: #d71a21;
  border-bottom-color: #f85d3a;
}
.dark-section .portfolio-filters {
  text-align: center;
  font-size: 0;
}
.dark-section .portfolio-filters li {
  background-color: #ffffff;
}
.dark-section .portfolio-filters li:hover {
  background-color: #d71a21;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #d71a21), color-stop(100% #f85d3a));
  background-image: -webkit-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -moz-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -ms-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -o-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #ffffff;
  border: 1px solid #d71a21;
  border-bottom: 1px solid #f85d3a;
}
/* masonary-grid */
.masonary-grid {
  clear: both;
  text-align: left;
  min-height: 1200px;
}
.masonary-grid .mix {
  padding: 0 15px;
  overflow: hidden;
  float: left;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  display: block !important;
  cursor: no-drop;
  z-index: 0;
}
.masonary-grid .mix .project {
  height: 100%;
}
.masonary-grid .mix .project .project-contents {
  height: 100%;
}
.masonary-grid .mix .project .project-contents img {
  height: 100%;
}
.masonary-grid .mix .project:hover .project-contents img {
  -webkit-transform: rotate(0) scale(1, 1);
  -moz-transform: rotate(0) scale(1, 1);
  -ms-transform: rotate(0) scale(1, 1);
  -o-transform: rotate(0) scale(1, 1);
  transform: rotate(0) scale(1, 1);
}
.masonary-grid .mix .project:hover .cover {
  opacity: 0 !important;
  visibility: hidden !important;
}
.masonary-grid .mix[style*="display: inline-block"] {
  opacity: 1;
  visibility: visible;
  cursor: auto;
  z-index: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}
.masonary-grid .mix[style*="display: inline-block"] .project:hover .project-contents img {
  -webkit-transform: rotate(-15deg) scale(1.6, 1.6);
  -moz-transform: rotate(-15deg) scale(1.6, 1.6);
  -ms-transform: rotate(-15deg) scale(1.6, 1.6);
  -o-transform: rotate(-15deg) scale(1.6, 1.6);
  transform: rotate(-15deg) scale(1.6, 1.6);
}
.masonary-grid .mix[style*="display: inline-block"] .project:hover .cover {
  opacity: 0.85 !important;
  visibility: visible !important;
}
.masonary-grid .w1 {
  width: 300px;
}
.masonary-grid .w2 {
  width: 600px;
}
.masonary-grid .height-1 {
  height: 270px;
}
.masonary-grid .height-2 {
  height: 570px;
}
/**** masonary Transitions ****/
.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
  -moz-transition-property: left, right, top;
  -o-transition-property: left, right, top;
  transition-property: left, right, top;
}
/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}
/*=============================================================================

  8- features Styles

  =============================================================================*/
.features {
  overflow: hidden;
  -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.features .gray-section,
.features .light-section,
.features .dark-section {
  position: relative;
}
/* feature default style */
.feature {
  margin-bottom: 50px;
}
.feature .feature-icon {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  background-color: #d71a21;
  font-size: 20px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-bottom: 30px;
}
.feature .feature-icon:before {
  display: block;
}
.feature .feature-contents {
  padding-left: 70px;
  padding-right: 10px;
  text-align: left;
}
.feature .feature-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 17px;
  line-height: 1;
}
.feature .feature-title a {
  display: block;
}
.feature .border-divider {
  margin-left: 0;
  width: 34px;
  margin-bottom: 11px;
}
.feature p {
  color: #7a7c82;
}
.feature a.more {
  color: #d71a21;
  display: block;
  line-height: 1;
}
.feature a.more:hover {
  color: #4a454b;
}
.feature:last-child {
  margin-bottom: 0;
}
/* hover state */
.feature:hover .feature-icon {
  background-color: #4a454b;
}
.feature:hover .feature-icon:before {
  -webkit-animation-name: bigEntrance;
  -moz-animation-name: bigEntrance;
  -ms-animation-name: bigEntrance;
  -o-animation-name: bigEntrance;
  animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
.feature:hover .border-divider {
  width: 70px;
}
.feature-wrapper {
  margin-top: 60px;
}
.feature-wrapper-2 {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -khtml-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.features-wrapper {
  margin-top: -60px;
}
/* feature style 2 */
.feature-style-2 {
  text-align: left;
}
.feature-style-2 .feature-icon {
  margin-left: 0;
  float: none;
}
.feature-style-2 .feature-contents {
  padding: 0;
}
/* feature style 2 */
.feature-style-2.ta-center {
  text-align: center;
}
.feature-style-2.ta-center .feature-icon {
  margin-left: auto;
  margin-right: auto;
}
.feature-style-2.ta-center .feature-contents {
  text-align: center;
}
.feature-style-2.ta-center .border-divider {
  margin-left: auto;
}
/* feature-rtl */
.feature-rtl .feature-icon {
  float: right;
}
.feature-rtl .feature-contents {
  padding-right: 70px;
  padding-left: 10px;
  text-align: right;
}
.feature-rtl .border-divider {
  margin-left: auto;
  margin-right: 0;
}
/* perview-images */
.perview-images {
  font-size: 0;
  height: 480px;
  position: relative;
  width: 1070px;
  margin: 0 auto;
  overflow: hidden;
}
.perview-images .perview-images-wrapper {
  position: relative;
  height: 100%;
}
.perview-images img {
  position: absolute;
  bottom: 0;
  display: block;
}
.perview-images .left {
  left: 5px;
}
.perview-images .center {
  left: 50%;
}
.perview-images .right {
  right: 5px;
}
.perview-images .img-perview-1 {
  top: 60px;
  -webkit-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.3);
}
.perview-images .img-perview-2 {
  margin-left: -400px;
  -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.3);
}
/* perview-images-style-2 */
.perview-images-style-2 {
  position: absolute;
  right: -140px;
  bottom: 0;
  width: 790px;
}
.perview-images-style-2 .img-perview-2 {
  margin-left: 0;
  left: 140px;
}
/* perview-images-style-3 */
.perview-images-style-3 {
  height: 100%;
  width: 50%;
  top: 0;
  font-size: 0;
  position: absolute;
  overflow: hidden;
}
.perview-images-style-3 img {
  position: relative;
  width: 100%;
  height: 100%;
}
.perview-images-style-3.right {
  right: -15px;
  left: auto;
  padding-left: 15px;
}
.perview-images-style-3.left {
  right: auto;
  left: -15px;
  padding-right: 15px;
}
/* perview-images-style-4 */
.perview-images-style-4 {
  position: absolute;
  font-size: 0;
  text-align: center;
  width: 370px;
  height: 442px;
  bottom: 0;
  left: 50%;
  margin-left: -185px;
  overflow: hidden;
}
/* perview-images-style-5 */
.perview-images-style-5 {
  width: 1170px;
}
.perview-images-style-5 .img-perview-1 {
  top: auto;
  bottom: 0;
  z-index: 2;
  left: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -khtml-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.perview-images-style-5 .img-perview-2 {
  margin-left: -461.5px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -khtml-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.perview-images-style-5 .img-perview-3 {
  right: 0;
}
/*=============================================================================

  9- testmonials Styles

  =============================================================================*/
/* testmonial default style */
.testmonial blockquote {
  background-color: #ffffff;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  padding: 25px 10px 25px 20px;
  margin-bottom: 39px;
}
.testmonial blockquote:before {
  display: none;
}
.testmonial blockquote:after {
  content: '';
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-right-color: #ffffff;
  margin-top: -12px;
  position: absolute;
  left: 18px;
  top: 100%;
  z-index: 5;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.testmonial blockquote i {
  display: block;
  float: left;
  font-size: 20px;
  color: #cbcbcd;
  margin-top: 5px;
  margin-bottom: 30px;
}
.testmonial blockquote p {
  padding-left: 40px;
  font-size: 18px;
  color: #4a454b;
  font-family: 'Lato', sans-serif;
  line-height: 28px;
  margin-bottom: 0;
}
.testmonial blockquote p:before,
.testmonial blockquote p:after {
  display: none;
}
.testmonial .testmonial-details {
  padding-left: 90px;
}
.testmonial .testmonial-thumb {
  position: relative;
  width: 70px;
  height: 70px;
  padding: 2px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.testmonial .testmonial-thumb:before {
  content: '';
  background-color: #d71a21;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(10%, #f85d3a), color-stop(100% #d71a21));
  background-image: -webkit-linear-gradient(left, #f85d3a 10%, #d71a21 100%);
  background-image: -moz-linear-gradient(left, #f85d3a 10%, #d71a21 100%);
  background-image: -ms-linear-gradient(left, #f85d3a 10%, #d71a21 100%);
  background-image: -o-linear-gradient(left, #f85d3a 10%, #d71a21 100%);
  background-image: linear-gradient(left, #f85d3a 10%, #d71a21 100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
}
.testmonial .testmonial-thumb img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.testmonial .testmonial-user {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 700;
}
.testmonial .testmonial-user-work {
  font-style: italic;
  margin-bottom: 0;
}
.testmonial .testmonial-user-work span {
  color: #ffffff;
}
/* testmonial style 2 */
.testmonial-style-2 .testmonial-thumb {
  float: none;
  margin: 0 auto;
  margin-bottom: 5px;
}
.testmonial-style-2 blockquote {
  padding-left: 80px;
  padding-right: 80px;
  margin-bottom: 0;
  background-color: transparent;
  padding-bottom: 15px;
}
.testmonial-style-2 blockquote:after {
  display: none;
}
.testmonial-style-2 blockquote i {
  float: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}
.testmonial-style-2 blockquote p {
  color: #ffffff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.testmonial-style-2 blockquote p:before,
.testmonial-style-2 blockquote p:after {
  display: inline-block;
}
.testmonial-style-2 .testmonial-details {
  padding: 0;
  text-align: center;
}
/* testmonial-style-3 */
.testmonial-style-3 blockquote {
  padding-top: 0;
  padding-bottom: 0;
}
.testmonial-style-3 blockquote i {
  margin: 30px 0;
}
.testmonial-style-3 .testmonial-thumb {
  margin-bottom: 25px;
}
.light-section .testmonial blockquote {
  background-color: #f6f6f6;
}
.light-section .testmonial blockquote:after {
  border-right-color: #f6f6f6;
}
.light-section .testmonial .testmonial-user {
  color: #d71a21;
}
.light-section .testmonial .testmonial-user-work {
  color: #a9a9ab;
}
.light-section .testmonial .testmonial-user-work span {
  color: #676268;
}
.light-section .testmonial-style-2 blockquote {
  background-color: transparent;
}
.light-section .testmonial-style-2 blockquote p {
  color: #4a454b;
}
/*=============================================================================

  10- boxes Styles

  =============================================================================*/
.box .section-header,.contact .section-header {
  text-align: left;
  margin-bottom: 30px;
}
.box .section-header .section-title,.contact .section-header .section-title,.portfolio .section-header .section-title,.shop .section-header .section-title,.shop-cart .section-header .section-title
{
    text-transform: uppercase;
    color: #252525;
    letter-spacing: 2.5px;
    font-size: 14px;
    line-height: 19px;
    font-family: "Montserrat";
    font-weight: 400;
}
.box .section-header .border-divider {
  margin-left: 0;
}
.box p {
  /*color: #7a7c82;*/
}
.about-us-box {
  text-align: right;
}
.col-md-12.about-us-box {
  text-align: center;
}
.about-us-box img {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}
#logoSama {
	width: 54px;
	display: inline-block;
	/* text-align: right; */
}
#logoSodec {
	width: 220px;
	display: inline-block;
	margin-right: 40px;
	position: relative;
	top: -17px;
}
.about-us-box p {
  margin-bottom: 18px;
}
.about-us-box p:last-child {
  margin-bottom: 0;
}
.about-slider img {
  height: 296px;
  margin-bottom: 0;
}
.info p {
	margin-top: -6px;
	margin-bottom: 10px;
}
/* Skills */
.skill,
.loading-bar {
  margin-bottom: 25px;
}
.skill .progress-title,
.loading-bar .progress-title {
  display: block;
  font-size: 15px;
  color: #4a454b;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  line-height: 1;
  margin-bottom: 15px;
}
.skill .progress,
.loading-bar .progress {
  height: 10px;
  padding: 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  background-color: #e8e8e9;
  overflow: visible;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -khtml-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.skill .progress .progress-bar,
.loading-bar .progress .progress-bar {
  background-color: #d71a21;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(70%, #d71a21), color-stop(100% #f85d3a));
  background-image: -webkit-linear-gradient(left, #d71a21 70%, #f85d3a 100%);
  background-image: -moz-linear-gradient(left, #d71a21 70%, #f85d3a 100%);
  background-image: -ms-linear-gradient(left, #d71a21 70%, #f85d3a 100%);
  background-image: -o-linear-gradient(left, #d71a21 70%, #f85d3a 100%);
  background-image: linear-gradient(left, #d71a21 70%, #f85d3a 100%);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.skill .progress .progress-bar-amount,
.loading-bar .progress .progress-bar-amount {
  float: right;
  color: #7a7c82;
  margin-top: -35px;
  display: block;
}
.skill:last-child {
  margin-bottom: 0;
}
.skills-wrapper {
  margin-top: -1px;
}
/* information-box */
.information-box {
  border: 1px solid #cbcbcd;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  padding: 27px 30px;
  position: relative;
  padding-right: 200px;
}
.information-box h5 {
  font-size: 19px;
  color: #d71a21;
  line-height: 1;
  margin-bottom: 10px;
}
.information-box p {
  margin-bottom: 0;
}
.information-box .general-link {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -16px;
}
.information-box.dark-section {
  border: 0;
}
.information-box.accent-section {
  border: 0;
}
.information-box.accent-section h5 {
  color: #ffffff;
}
.information-box.accent-section p {
  color: #f6f6f6;
}
.footer .information-box,
.dark-section .information-box,
.footer .boxes-list .boxes-list-item,
.dark-section .boxes-list .boxes-list-item {
  border-color: #514b52;
  background-color: transparent;
}
.img-section .information-box,
.img-section .boxes-list .boxes-list-item {
  border-color: #686668;
  background-color: transparent;
}
.contact-page .boxes-list .boxes-list-item {
  background-color: #4a454b;
  border-color: #4a454b;
}
/* boxes list */
.boxes-list .boxes-list-item {
  padding: 30px;
  padding-right: 10px;
  border: 1px solid #cbcbcd;
  background-color: #f6f6f6;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  margin-bottom: 30px;
}
.boxes-list .boxes-list-item:last-child {
  margin-bottom: 0;
}
.boxes-list .boxes-list-item-icon {
  width: 29px;
  height: 29px;
  line-height: 29px;
  background-color: #d71a21;
  color: #ffffff;
  font-size: 18px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  margin-right: 20px;
  text-align: center;
  float: left;
}
.boxes-list h5,
.boxes-list p {
  margin-bottom: 0;
  padding-left: 50px;
  line-height: 29px;
  color: #a9a9ab;
}
.boxes-list h5 span,
.boxes-list p span {
  color: #ffffff;
}
.boxes-list h5 a,
.boxes-list p a {
  color: #a9a9ab;
}
.boxes-list h5 a:hover,
.boxes-list p a:hover {
  color: #d71a21;
}
.boxes-list h5 {
  color: #d71a21;
}
/* box style 2 */
.box-style-2 {
  padding: 0px;
  border: 0;
  margin-bottom: 30px;
}
.box-style-2 .box-header {
  margin-bottom: 20px;
  font-size: 0;
}
.box-style-2 .box-header .fa {
  float: left;
  display: block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  color: #ffffff;
  background-color: #4a454b;
  font-size: 15px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.box-style-2 .box-header h5 {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #181818;
    margin-top: 0px;
    font-family: "Montserrat";
    font-weight: 500;
}
.categories-widget .box-header h5 {
	color: #d71a21;
}
.box-style-2 .box-header h5 span {
  font-size: 16px;
  color: #d71a21;
}
.box-style-2 .box-header .border-divider {
  width: 28px;
  margin-left: 0;
  margin-top: 10px;
}
.box-style-2:last-child {
  margin-bottom: 0;
}
/* box style 3 */
.box-style-3 {
  padding: 20px;
  border: 1px solid #DEDEDE;
}
.box-style-3 .section-header {
  margin-bottom: 20px;
}
.box-style-3.project-details ul li {
  text-align: right;
  margin-bottom: 25px;
}
.box-style-3.project-details ul li:last-child {
  margin-bottom: 0;
}
.box-style-3.project-details ul li span {
  float: left;
}
.box-style-3 .row {
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
}
.box-style-3 .row li {
  margin-bottom: 20px;
}
.box-style-3 .row li:last-child {
  margin-bottom: 0;
}
.box-style-3 .row [class*="col-"] {
  padding: 0 10px;
}
/* subscription */
.subscription-section {
  border: 1px solid #cbcbcd;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  padding: 25px 0;
}
.subscription-section .section-header {
  margin-bottom: 35px;
}
.subscription-section .form-item input {
  margin-bottom: 0;
  float: left;
  width: 84%;
  color: #a9a9ab;
}
.subscription-section .form-item label {
  color: #a9a9ab;
}
.subscription-section .form-item input:focus + label {
  color: #d71a21;
}
.subscription-section .form-item button {
  width: auto;
  font-weight: 600;
  float: right;
}
/*=============================================================================

  11- facts Styles

  =============================================================================*/
.facts-wrapper {
  margin-top: -30px;
}
.facts-wrapper .fact-wrapper {
  margin-top: 30px;
}
/* fact default style */
.fact {
  text-align: center;
}
.fact .fact-icon {
  display: block;
  color: #4a454b;
  font-size: 32px;
  width: 70px;
  height: 70px;
  line-height: 68px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  margin: 0 auto 30px auto;
  text-align: center;
  border: 1px solid #cbcbcd;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fact .fact-counter,
.fact .fact-title {
  display: block;
  line-height: 1;
  margin-bottom: 9px;
}
.fact .fact-counter {
  font-family: 'Roboto Slab', serif;
  font-size: 45px;
  color: #d71a21;
}
.fact .fact-title {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #4a454b;
  font-weight: 400;
}
.fact .fact-counter:last-child,
.fact .fact-title:last-child {
  margin-bottom: 0;
}
/* fact hover state */
.fact:hover .fact-icon {
  background-color: #d71a21;
  border-color: #d71a21;
  color: #ffffff;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -ms-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY;
}
/* fact style 2 */
.fact-style-2 .fact-icon {
  float: left;
  background-color: #f6f6f6;
  margin-bottom: 0;
}
.fact-style-2 .fact-contents {
  padding-left: 100px;
  text-align: right;
  padding-right: 40px;
}
.dark-section .fact .fact-icon {
  border-color: #f6f6f6;
}
.dark-section .fact .fact-title {
  color: #9a9a9a;
}
.dark-section .fact:hover .fact-icon {
  border-color: #d71a21;
}
.accent-section .fact .fact-counter {
  color: #ffffff;
}
.accent-section .fact .fact-title {
  color: #f6f6f6;
}
.accent-section .fact:hover .fact-counter {
  color: #4a454b;
}
.accent-section .fact:hover .fact-icon {
  background-color: #4a454b;
  border-color: #4a454b !important;
}
/*=============================================================================

  12- blogs Styles

  =============================================================================*/
.posts-wrapper {
  margin-top: -30px;
}
.posts-wrapper .post-wrapper {
  opacity: 1;
}
.posts-wrapper-full-width {
  margin-top: -50px;
}
.posts-wrapper-full-width .post {
  margin-top: 50px;
}
.posts-wrapper-full-width + .pagination {
  text-align: center;
}
.posts-wrapper.masonary-grid .post-wrapper .post.new-post {
  background-color: #d71a21;
  padding: 30px;
  width: 100%;
}
/*
.blog-cols-1.masonary-grid {
  .post-wrapper {
    width: 100%;
  }
}

.blog-cols-2.masonary-grid {
  .post-wrapper {
    width: 50%;
  }
}

.blog-cols-3.masonary-grid {
  .post-wrapper {
    width: 33.333%;
  }
}

.blog-cols-4.masonary-grid {
  .post-wrapper {
    width: 25%;
  }
}*/
/* post default style */
.post {
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.post .post-thumb {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
.post .post-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.post .post-thumb .twitter-embeded {
  padding: 110px 30px 30px 30px;
  height: 422px;
}
.post .post-thumb .twitter-embeded iframe.twitter-tweet {
  margin: 0 !important;
  border: 0 !important;
  height: 100%;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  -khtml-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.post .post-thumb.img-section {
  background-attachment: initial !important;
}
.post .post-icon {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #4a454b;
  text-align: center;
  color: #ffffff;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
  font-size: 22px;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.post .post-contents {
  padding: 22px 30px 30px 30px;
/*border: 1px solid #DEDEDE;*/
box-shadow: 0px 1px 1px #DEDEDE;
}
.post .post-title {
  font-weight: 700;
  margin-bottom: 20px;
}
.post .post-title a
{
    color: #181818;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: "Montserrat";
    font-weight: 500;
}
.post .post-meta {
  font-size: 0;
  margin-bottom: 23px;
  margin-top: -10px;
}
.post .post-meta li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #4a454b;
  color: #a9a9ab;
  height: 14px;
  line-height: 14px;
  font-weight: 500;
  font-size: 12px;
  margin-top: 10px;
}
.post .post-meta li a {
  color: #d71a21;
}
.post .post-meta li a:hover {
  color: #4a454b;
}
.post .post-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
  margin-bottom: 0;
}
.post .post-meta:last-child {
  margin-bottom: 0;
}
.post .post-details {
  color: #7a7c82;
  margin-bottom: 26px;
}
.post .post-details a {
  color: #d71a21;
}
.post .post-details a:hover {
  color: #4a454b;
}
.post .post-details:last-child {
  margin-bottom: 0;
}
.post .gradient-link:hover {
    background: transparent none repeat scroll 0% 0%;
    border: 2px solid #d71a21;
    color: #d71a21 !important;
    text-decoration: none;
}
.post .gradient-link:focus {
    color: #fff;
}
.post .links {
  padding-top: 30px;
    display: inline-block;
}
.product-amount-wrapper
{
    padding-bottom: 0px;
}
/* post hover state */
.post:hover .post-icon {
  background-color: #d71a21;
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
.dark-section .post,
.gray-section .post {
  border: 0;
}
.dark-section .post .post-contents,
.gray-section .post .post-contents {
  background-color: #ffffff;
}
.gray-section .post {
  border: 1px solid #cbcbcd;
}
/* post-style-2 */
.post-style-2 .post-thumb {
  width: 268px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;
}
.post-style-2 .post-contents {
  display: table-cell;
  text-align: left;
  padding: 27px 30px 27px 295px;
  background-color: #f8f8f8;
}
.post-style-2 .post-title {
  float: left;
  font-weight: 500;
  width: 60%;
}
.post-style-2 .post-meta {
  float: right;
}
.post-style-2 .post-meta-2 li {
  padding: 6.5px 10px;
  border: 1px solid #cbcbcd;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  margin: 10px 0 0 0;
  margin-left: 10px;
  background-color: #ffffff;
  height: auto;
}
.post-style-2 .post-meta-2 li:last-child {
  padding-right: 11.5px;
  border-right: 1px solid #cbcbcd;
}
/* post-style-3 */
.post-style-3 {
  text-align: center;
}
.post-style-3 .post-icon {
  left: 50%;
  margin-left: -25px;
}
.post-style-3 .post-title {
  font-weight: 400;
  font-size: 35px;
  line-height: 1.2;
}
.post-style-3 .owl-controls .owl-nav {
  width: 100%;
  right: 0;
}
.post-style-3.ta-left .post-icon {
  left: 30px;
  margin-left: 0;
}
.col-md-8 .post-style-3 .owl-controls .owl-nav {
  width: auto;
  right: 30px;
}
/*---------- posts types ----------*/
/* text post */
.text-post .post .post-icon {
  position: relative;
  left: auto;
  top: auto;
  margin-top: 30px;
  margin-left: 30px;
}
.text-post .post-style-3 .post-icon {
  margin-left: auto;
  margin-right: auto;
}
.text-post .ta-left .post-icon {
  margin-left: 30px;
}
/* twitter post */
/* video post */
.video-post iframe {
  width: 100%;
  height: 257px;
}
.video-post .post-style-3 iframe {
  height: 696px;
}
.video-post .post-style-3.ta-left iframe {
  height: 427px;
}
/* quote post */
.quote-post .post {
  border: 0;
}
.quote-post blockquote {
  background: transparent;
  margin-bottom: 0;
  padding: 105px 30px 39px 30px;
}
.quote-post blockquote:before {
  display: none;
}
.quote-post blockquote p {
  font-size: 17px;
  color: #ffffff;
  font-style: italic;
  line-height: 27px;
  font-family: 'Roboto Slab', serif;
}
.quote-post blockquote p:after,
.quote-post blockquote p:before {
  display: none;
}
.quote-post blockquote cite {
  font-size: 13px;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  font-style: italic;
  color: #ffffff;
}
.quote-post .post-style-3 blockquote p {
  font-size: 21px;
  line-height: 31px;
}
/* link post */
.link-post .post {
  border: 0;
  background-color: #d71a21;
}
.link-post .link-contents {
  padding: 105px 30px 39px 30px;
}
.link-post .link-contents a {
  color: #ffffff;
}
.link-post .link-contents a:hover {
  color: #d71a21;
}
.link-post .link-contents .link-title {
  font-family: 'Roboto Slab', serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}
.link-post .link-contents .link-source {
  font-size: 13px;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
}
.link-post .post:hover {
  background-color: #4a454b;
}
.single-blog .link-post .post {
  border: 1px solid #cbcbcd;
  background-color: #ffffff;
}
.single-blog .link-post .post:hover .link-wrapper {
  background-color: #4a454b;
}
.single-blog .link-post .link-wrapper {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: #d71a21;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
/* blog-classic */
.blog-classic .post {
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
.blog-classic .post .post-contents {
  padding-bottom: 50px;
}
.blog-classic .post .border-divider {
  width: 770px;
}
.blog-classic .post .post-thumb {
  border: 1px solid #cbcbcd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.blog-classic .post .post-thumb img {
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.blog-classic .post .post-icon {
  position: relative;
  left: auto;
  top: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.blog-classic .post .post-icon + .post-contents {
  padding-bottom: 30px;
}
.blog-classic .quote-post .post .post-thumb {
  border: 0;
}
.blog-classic .quote-post .post blockquote {
  padding: 22px 30px 50px 30px;
  border: 0;
}
.blog-classic .quote-post .post blockquote p {
  color: #4a454b;
}
.blog-classic .quote-post .post blockquote cite {
  color: #d71a21;
}
.blog-classic .ta-left .post-contents,
.blog-classic .ta-left blockquote {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.blog-classic .ta-left .post-icon {
  margin-left: 0;
}
/* load-more-posts */
.load-more-posts {
  text-align: center;
  margin-top: 80px;
}
.load-more-posts .more {
  border: 1px solid #cbcbcd;
  background-color: #f6f6f6;
  color: #a9a9ab;
  color: #4a454b;
  font-family: 'Roboto Slab', serif;
  font-size: 15px;
  font-weight: 400;
  min-width: 186px;
  padding: 11px;
}
.load-more-posts .more:hover {
  background: #f6f6f6;
  color: #d71a21;
}
.load-more-posts .more p {
  color: #7a7c82;
}
/* --- posts-group  --------------------- */
.posts-group .post {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border: 0;
  border-bottom: 1px solid #d1d1d3;
  margin-top: 0;
}
.posts-group .post .post-thumb {
  width: 70px;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  color: #ffffff;
  background-color: #d71a21;
  text-align: center;
  font-size: 26px;
  float: left;
}
.posts-group .post .post-thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.posts-group .post .post-contents {
  padding: 0;
  padding-left: 90px;
  text-align: left;
}
.posts-group .post .post-contents .post-title {
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 15px;
}
.posts-group .post .post-contents .post-meta li {
  color: #a9a9ab;
  display: block;
  font-weight: 500;
  font-size: 12px;
  margin: 0;
  padding: 0;
  border-right: 0;
  margin-bottom: 10px;
}
.posts-group .post .post-contents .post-meta li:last-child {
  margin-bottom: 0;
}
.posts-group > li:last-child .post {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
/* --- pagination  --------------------- */
.pagination {
  width: 100%;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 0;
}
.pagination > li {
  display: inline-block;
  overflow: hidden;
  margin: 0 10px;
}
.pagination > li:last-child {
  margin-right: 0;
}
.pagination > li:first-child {
  margin-left: 0;
}
.pagination > li > a,
.pagination > li > span {
  padding: 0;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 43px;
  font-size: 20px;
  background-color: transparent;
  border: 1px solid #cbcbcd;
  color: #a9a9ab;
  overflow: hidden;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  display: block;
}
.pagination > li > a i,
.pagination > li > span i {
  font-size: 20px;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  background-color: #d71a21;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #d71a21), color-stop(100% #f85d3a));
  background-image: -webkit-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -moz-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -ms-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -o-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-color: #d71a21;
  border-bottom-color: #f85d3a;
  color: #ffffff;
}
.pagination .active > a,
.pagination .active > span {
  background-color: #d71a21;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #d71a21), color-stop(100% #f85d3a));
  background-image: -webkit-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -moz-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -ms-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -o-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-color: #d71a21;
  border-bottom-color: #f85d3a;
  color: #ffffff;
  cursor: default;
}
.pagination .active:hover {
  border-color: #d71a21;
  border-bottom-color: #f85d3a;
}
/* --- sidebar  --------------------- */
/* sidebar */
.sidebar input,
.sidebar button {
  margin-bottom: 20px;
  width: 100%;
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
}
.sidebar input:last-child,
.sidebar button:last-child {
  margin-bottom: 0;
}
.sidebar .forget {
  float: right;
  display: block;
  width: 64px;
  height: 23px;
  line-height: 23px;
  background-color: #4a454b;
  color: #ffffff;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  text-align: center;
  margin-top: -49px;
  margin-right: 5px;
}
.sidebar .forget:hover {
  background-color: #d71a21;
}
.sidebar .password-bar {
  padding-right: 74px;
}
/* social-counters-list */
.social-counters-list {
  margin-top: -20px;
}
.social-counters-list li {
  width: 50%;
  float: left;
  margin-top: 20px;
  padding-right: 10px;
}
.social-counters-list li a {
  padding: 0 10px;
  background-color: #d71a21;
  display: block;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  height: 35px;
  line-height: 35px;
  text-align: left;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}
.social-counters-list li a i {
  font-size: 14px;
  margin-right: 5px;
}
.social-counters-list li a span {
  font-size: 12px;
  color: #4a454b;
}
.social-counters-list li:nth-child(2n+2) {
  padding-right: 0px;
  padding-left: 10px;
}
.social-counters-list .facebook a {
  background-color: #5d82d1;
}
.social-counters-list .twitter a {
  background-color: #40bff5;
}
.social-counters-list .vimeo a {
  background-color: #35c6ea;
}
.social-counters-list .youtube a {
  background-color: #ef4e41;
}
.social-counters-list .gplus a {
  background-color: #eb5e4c;
}
.social-counters-list .dribbble a {
  background-color: #f7659c;
}
/* categories-list */
.categories-list li
{
    border-top: 1px solid #DCDCDC;
    color: #505050;
    line-height: 50px;
}
.categories-list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.categories-list li a {
    font-family: "Droid Serif",serif;
    font-size: 13px;
    color: #505050;
    display: inline-block;
    padding-left: 15px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.categories-list2 li a {
    padding-left: 30px;
}
.categories-list3 li a {
    padding-left: 45px;
}
.categories-list li a:hover,.categories-list li a.over {
  color: #d71a21;
}
ul li.cat-item a:hover::before, ul li.cat-item:hover a::before {
    background-color: #d71a21;
}
.categories-list li a span,
.categories-list li a i {
  color: #d71a21;
  float: right;
  -webkit-animation-duration: 0;
  -moz-animation-duration: 0;
  -o-animation-duration: 0;
  animation-duration: 0;
  -webkit-animation-fill-mode: none;
  -moz-animation-fill-mode: none;
  -o-animation-fill-mode: none;
  animation-fill-mode: none;
}
/* sidebar-search-form */
.sidebar-search-form .sidebar-search-bar {
  background-color: transparent;
}
/* pop-posts-widget */
.pop-posts-widget .posts-group .post .post-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
}
/* comments-group */
.comments-group .comment .post-title {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #d71a21;
  text-transform: uppercase;
}
.comments-group .comment .post-title:hover {
  color: #4a454b;
}
/* price widget */
.price-widget .slider-range {
  border: 0 !important;
  background: #dadadc !important;
  height: 8px !important;
  margin-bottom: 20px;
}
.price-widget .slider-range .ui-widget-header {
  background: #4a454b;
}
.price-widget .slider-range .ui-slider-handle {
  border: 0 !important;
  width: 15px !important;
  height: 15px !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -khtml-border-radius: 50% !important;
  border-radius: 50% !important;
  background: #d71a21 !important;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.price-widget .slider-range .ui-slider-handle:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.price-widget label {
  color: #acacac;
}
.price-widget #amount {
  height: auto;
  display: inline-block;
  padding: 0;
  max-width: none;
  width: 135px;
  color: #d71a21 !important;
  background-color: transparent !important;
  font-weight: normal !important;
}
/*=============================================================================

  13- team Styles

  =============================================================================*/
/* team member default style */
.team-member {
  position: relative;
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #cbcbcd;
}
.team-member .team-member-img {
  position: relative;
}
.team-member .team-member-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.team-member .team-member-img .cover {
  background-color: #d71a21;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #d71a21), color-stop(100% #f85d3a));
  background-image: -webkit-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -moz-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -ms-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -o-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-member .team-member-img .social-media {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  z-index: 1;
}
.team-member .team-member-img .social-media li {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
}
.team-member .team-member-img .social-media li a {
  color: #ffffff;
  background-color: transparent;
}
.team-member .team-member-img .social-media li a i {
  -webkit-animation: none;
  -moz-animation: none;
  -khtml-animation: none;
  -o-animation: none;
  animation: none;
}
.team-member .team-member-img .social-media li a:hover {
  color: #4a454b;
}
.team-member .team-member-img .social-media li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.team-member .team-member-img .social-media li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.team-member .team-member-img .social-media li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.team-member .team-member-img .social-media li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.team-member .team-member-img .social-media li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.team-member .team-member-img .social-media li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.team-member figcaption {
  padding: 23.5px 10px;
}
.team-member .team-member-title {
  font-size: 16px;
  font-weight: 700;
}
.team-member .team-member-job {
  font-size: 14px;
  font-style: italic;
  color: #a9a9ab;
  font-family: 'Lato', sans-serif;
  margin-bottom: 20px;
  display: block;
}
.team-member .team-member-title:last-child,
.team-member .team-member-job:last-child {
  margin-bottom: 0;
}
.team-member p {
  margin-bottom: 5px;
  color: #7a7c82;
}
.team-member p a {
  color: #d71a21;
}
.team-member p a:hover {
  color: #4a454b;
}
.team-member p:last-child {
  margin-bottom: 0;
}
.team-member .team-member-describe {
  margin-bottom: 10px;
}
/* team member hover state */
.team-member:hover .cover {
  opacity: 0.85;
  visibility: visible;
  filter: alpha(opacity=85);
}
.team-member:hover .cover .project-links {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -ms-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY;
}
.team-member:hover .social-media {
  opacity: 1;
  visibility: visible;
  filter: alpha(opacity=100);
}
.team-member:hover .social-media li {
  opacity: 1;
  visibility: visible;
  filter: alpha(opacity=100);
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/* team-member-style-2 */
.team-member-style-2 .team-member-img {
  width: 268px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;
}
.team-member-style-2 figcaption {
  display: table-cell;
  text-align: left;
  padding: 19px 20px 19px 300px;
}
/* team-member-style-3 */
.team-member-style-3 {
  border: none;
}
.team-member-style-3 .team-member-title {
  color: #ffffff;
}
.team-member-style-3 .team-member-title a {
  color: #ffffff;
}
.team-member-style-3 .team-member-job {
  color: #f6f6f6;
}
.team-member-style-3 .team-member-img .social-media {
  margin-top: 30px;
}
.team-member-style-3 figcaption {
  top: 30px;
  left: 0;
  right: 0;
  z-index: 10;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.team-member-style-3:hover figcaption {
  opacity: 1;
  visibility: visible;
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.dark-section .team-member,
.gray-section .team-member {
  border: 0;
}
.dark-section .team-member figcaption,
.gray-section .team-member figcaption {
  background-color: #ffffff;
}
.gray-section .team-member {
  border: 1px solid #cbcbcd;
}
.team-members-wrapper {
  margin-top: -30px;
}
.team-members-wrapper .team-member {
  margin-top: 30px;
}
/*=============================================================================

  14- clients Styles

  =============================================================================*/
/* clients */
.client {
  background-color: #ffffff;
  text-align: center;
}
.client a {
  border: 1px solid #cbcbcd;
  height: 68px;
  display: block;
  padding: 0 14px;
  text-align: center;
  opacity: 0.6;
}
.client a:before {
  content: '';
  width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.client a img {
  max-width: 100%;
  display: inline-block;
}
.client a:hover {
  opacity: 1;
}
.carousel-clients-2 .owl-controls {
  text-align: right;
  position: absolute;
  top: -80px;
  right: 0;
  width: 10%;
}
.carousel-clients-2 .owl-controls .owl-nav {
  margin-top: 0;
}
.carousel-clients-2 .owl-controls .owl-nav div {
  margin-right: 0;
  margin-left: 10px;
}
/*=============================================================================

  15- advices Styles

  =============================================================================*/
.advice {
  padding: 40px 100px;
  text-align: center;
}
.advice .advice-icon {
  font-size: 64px;
  color: #ffffff;
  margin-bottom: 50px;
}
.advice .advice-title {
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.advice .advice-details {
  font-size: 16px;
  line-height: 25px;
  color: #e9e8e8;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 auto;
  width: 80%;
}
/*=============================================================================

  16- contact us Styles

  =============================================================================*/
.google-map {
  height: 263px;
  margin-bottom: 0;
  overflow: hidden;
}
.contact-page .google-map {
  height: 480px;
}
.contact .alert {
  margin-bottom: 30px;
}
/* contact-box */
.contact-box {
  margin-bottom: 50px;
}
.contact-box .contact-box-title {
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1;
}
.contact-box .contact-icon {
  float: left;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin-top: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #d71a21;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.contact-box .contact-icon i {
  font-size: 14px;
}
.contact-box .contact-details {
  padding-left: 0;
}
.contact-box .contact-details p {
  color: #505050;
  margin-bottom: 0;
    margin-top: -6px;
}
.contact-box .contact-details p a {
  color: #d71a21;
}
.contact-box .contact-details p a:hover {
  color: #4a454b;
}
.contact-box .contact-details li {
  color: #7a7c82;
  font-size: 13px;
  margin-bottom: 4px;
}
.contact-box:last-child {
  margin-bottom: 0;
}
.contact-box-body:hover .contact-icon {
  background-color: #4a454b;
}
.dark-section .contact-box .contact-box-title {
  color: #ffffff;
}
/*=============================================================================

  17- opne page Styles

  =============================================================================*/
.spots .section-header {
  margin-bottom: 17px;
}
/*=============================================================================

  18- about Styles

  =============================================================================*/
.offices-wrapper {
  margin-top: -40px;
}
.offices-wrapper .office-wrapper {
  margin-top: 40px;
}
/* office default style */
.office {
  text-align: center;
}
.office .office-img {
  margin-bottom: 30px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.office img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.office .office-title {
  font-weight: 700;
}
.office .office-contents {
  padding: 0 15px;
}
.office .border-divider {
  margin-bottom: 15px;
  width: 34px;
}
.mt-negative .office .office-img {
  position: relative;
  z-index: 50;
  border: 5px solid #ffffff;
}
/* hover state */
.office:hover .office-title a {
  color: #d71a21;
}
.office:hover .border-divider {
  width: 70px;
  background-color: #d71a21;
}
/*=============================================================================

  19- pricing Styles

  =============================================================================*/
/* pricing default style */
.pricing-table {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #cbcbcd;
  padding: 30px;
  text-align: center;
  background-color: #ffffff;
}
.pricing-table .pricing-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.pricing-table .pricing-description {
  font-size: 14px;
  font-style: italic;
  color: #a9a9ab;
  font-family: 'Lato', sans-serif;
  margin-bottom: 24px;
  display: block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.pricing-table .pricing-price {
  border: 2px solid #ddd;
  color: #6e6a6f;
  width: 90px;
  height: 90px;
  padding: 20px 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.pricing-table .pricing-price span {
  color: #6e6a6f;
  display: block;
  font-size: 17px;
  font-weight: 700;
  font-size: 'Lato', sans-serif;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.pricing-table .pricing-details {
  margin-bottom: 10px;
}
.pricing-table .pricing-details li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #d8d8d9;
  font-size: 15px;
  color: #7a7c82;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.pricing-table .pricing-details li span {
  color: #4a454b;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.pricing-table .pricing-details li:last-child {
  border-bottom: 0;
}
.pricing-table .general-link {
  padding: 8px 10px;
  min-width: 100%;
}
.pricing-tables-wrapper {
  margin-top: -30px;
}
.pricing-tables-wrapper .pricing-table {
  margin-top: 30px;
}
.dark-section .pricing-table {
  border: 0;
}
/* hover state */
.pricing-table:hover {
  background-color: #d71a21;
  border-color: #d71a21;
}
.pricing-table:hover .pricing-title {
  color: #ffffff;
}
.pricing-table:hover .pricing-description {
  color: #f6f6f6;
}
.pricing-table:hover .pricing-price {
  border-color: #f6f6f6;
}
.pricing-table:hover .pricing-price span {
  color: #ffffff;
}
.pricing-table:hover .pricing-details li {
  color: #ffffff;
}
.pricing-table:hover .general-link {
  background: #ffffff;
  color: #d71a21;
}
/*=============================================================================

  20- banner Styles

  =============================================================================*/
.banner-wrapper {
  position: static;
}
.banner-wrapper .cover {
  background: rgba(74, 69, 75, 0.75) url('images/pattern-1.png') left top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner-wrapper .banner-contents {
  padding: 50px 0;
  text-align: center;
}
.banner-wrapper .portfolio-author-img {
  margin: 0 auto 50px auto;
  width: 106px;
  height: 106px;
  overflow: hidden;
}
.banner-wrapper .portfolio-author-img img {
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.banner-wrapper .slider-top-title {
  font-size: 25px;
  line-height: 1;
  font-family: 'Roboto Slab', serif;
  color: #ffffff;
  margin-bottom: 30px;
}
.banner-wrapper .border-divider {
  background-color: #d71a21;
  margin-bottom: 30px;
}
.banner-wrapper .slider-med-title {
  font-size: 45px;
  line-height: 1;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 40px;
}
.banner-wrapper .slider-text {
  font-family: 'Lato', sans-serif;
  line-height: 25px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #e9e8e8;
  text-align: center;
}
.banner-2 .header {
  margin-top: -100px;
}
.banner-2 .banner-wrapper .banner-contents {
  padding: 200px 0 150px 0;
}
.banner-2 .banner-wrapper .portfolio-author-img {
  margin-bottom: 0;
  position: absolute;
  bottom: -153px;
  left: 50%;
  margin-left: -53px;
}
/*=============================================================================

  21- one page Styles

  =============================================================================*/
/* scroll-down */
.scroll-down {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  z-index: 1000;
}
.scroll-down a {
  font-size: 32px;
  color: #d71a21;
}
.scroll-down a:hover {
  color: #4a454b;
}
.scroll-down.animated {
  -webkit-animation-name: fadeInDownII;
  -moz-animation-name: fadeInDownII;
  -ms-animation-name: fadeInDownII;
  -o-animation-name: fadeInDownII;
  animation-name: fadeInDownII;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
/*=============================================================================

  22- typography styles

  =============================================================================*/
.typo-box .typo-box-title {
  color: #d71a21;
  font-family: 'Lato', sans-serif;
}
.typo-element .typo-box .typo-box-title {
  font-size: 20px;
  font-weight: 700;
}
/* blockquotes */
.blockquotes .blockquote blockquote {
  background-color: transparent;
  padding-left: 40px;
  padding-right: 0;
}
.blockquotes .blockquote p {
  font-size: 18px;
  line-height: 28px;
  color: #d71a21;
  padding-left: 0;
  font-weight: 400;
  font-size: 20px;
}
.blockquotes .blockquote p:after,
.blockquotes .blockquote p:before {
  display: none;
}
.blockquotes .blockquote cite {
  color: #4a454b;
  font-size: 13px;
  font-style: normal;
}
.blockquotes .blockquote-style-1 blockquote:before {
  background-color: #4a454b;
  position: absolute;
  left: 0;
  display: block;
  top: 0;
  height: 100%;
  width: 6px;
}
.blockquotes .blockquote-style-2 blockquote:before,
.blockquotes .blockquote-style-2 blockquote:after {
  font-family: 'FontAwesome';
  color: #d71a21;
  font-size: 25px;
  position: absolute;
  font-style: normal;
  font-size: 16px;
  color: #acacac;
}
.blockquotes .blockquote-style-2 blockquote:before {
  left: 0;
  top: 0;
  content: '\f10d';
  width: 0;
}
.blockquotes .blockquote-style-2 blockquote:after {
  right: 0;
  bottom: 0;
  content: '\f10e';
}
.blockquotes .blockquote-style-3 blockquote {
  border: 1px solid #cbcbcd;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  background-color: #f6f6f6;
  padding: 25px 40px;
}
.blockquotes .blockquote-style-3 blockquote:before,
.blockquotes .blockquote-style-3 blockquote:after {
  display: none;
}
.blockquotes .blockquote-style-4 blockquote {
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  background-color: #d71a21;
  padding: 25px 40px;
}
.blockquotes .blockquote-style-4 blockquote:before,
.blockquotes .blockquote-style-4 blockquote:after {
  display: none;
}
.blockquotes .blockquote-style-4 p {
  color: #ffffff !important;
}
/* lists */
.list li {
  color: #4a454b;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
.list li a {
  color: #d71a21;
}
.list li a:hover {
  color: #4a454b;
}
.list li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #d71a21;
  font-size: 13px;
  line-height: 20px;
  margin-right: 10px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 2px;
}
.center-list {
  padding: 0 40px;
}
.lists .list-style-1 li:before {
  content: '\f01d';
}
.lists .list-style-2 li:before {
  content: '\f05d';
}
.lists .list-style-3 li:before {
  content: '\f105';
}
.lists .list-style-4 li:before {
  content: '\f006';
}
.lists .list-style-5 li:before {
  content: '\f0a9';
}
.lists .list-style-6 li:before {
  content: '\f0da';
}
.lists .list-style-7 li:before {
  content: '\f111';
}
.lists ol.list-style-8 li span {
  color: #d71a21;
  line-height: 22px;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  position: absolute;
  left: 0;
  font-weight: bold;
}
.lists ol.list-style-8 li:before {
  content: '';
}
/*=============================================================================

  23- Shop styles

  =============================================================================*/
.product {
  overflow: visible;
  border: 1px solid #DEDEDE;
}
.product .post-title {
  margin-bottom: 10px;
  padding-right: 50px;
  font-size: 16px;
}
.product .post-meta {
  margin-bottom: 18px;
  padding-right: 50px;
}
.product p {
  display: none;
}
.product .product-price {
  color: #d71a21;
  font-size: 20px;
    font-family: "Droid Serif",serif;
  font-weight: 500;
  float: right;
}
.product .old-price {
	float: right;
	margin-right: 10px;
	top: 7px;
	position: relative;
	text-decoration: line-through;
}
.product-wrapper {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  transition: all 1s ease;
}
.product-wrapper-2 {
  width: 100%;
}
.product-wrapper-2 .product .post-thumb {
  float: left;
  width: 296px;
  height: 100%;
}
.product-wrapper-2 .product p {
  display: block;
}
.product-wrapper-2 .product .post-contents {
	padding-left: 326px;
	padding-bottom: 15px;
}
/* ribbon */
.new-product .ribbon-wrapper,
.sale-product .ribbon-wrapper,
.project .ribbon-wrapper
{
  position: absolute;
  left: -3px;
  top: -3px;
  z-index: 5;
  width: 79px;
  height: 79px;
  overflow: hidden;
}
.product-style-1 .sale-product {
	left: auto;
	/* top: 0px; */
	height: auto !important;
	right: 0px;
	top: auto;
	width: auto;
	bottom: 0px;
}
.product-style-1 .sale-product .ribbon {
	transform: none;
	left: 0;
	top: 0px;
}
.product-style-1 .featured-product {
	left: auto;
	height: 122px !important;
	right: -29px;
	top: auto;
	width: 129px;
	bottom: -20px;
}
.product-style-1 .featured-product .ribbon {
	transform: rotate(-45deg);
	left: -6px;
	top: 47px;
    width: 140px;
}
.new-product .ribbon-wrapper.new-product
{
    position: absolute;
    left: auto;
    right: -3px;
}
.new-product .ribbon,
.sale-product .ribbon,
.project .ribbon,
.buy-product .ribbon
{
    font-size: 13px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    transform: rotate(-45deg);
    position: relative;
    padding: 7px 0px;
    left: -31px;
    top: 12px;
    width: 120px;
    z-index: 5;
    background-color: #d71a21;
    font-family: "Montserrat";
    text-transform: uppercase;
    color: #fff;
}
.buy-product .ribbon a
{
    color: #fff;
    font-family: "Montserrat";
}
.new-product .ribbon-wrapper.new-product .ribbon {
    transform: rotate(45deg);
    left: -12px;
    top: 14px;
    background-color: #d71a21 !important;
}
.new-product .ribbon:before,
.sale-product .ribbon:before,
.new-product .ribbon:after,
.sale-product .ribbon:after {
  content: "";
  border-top: 3px solid #ee1038;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
  z-index: 5;
}
.new-product .ribbon:before,
.sale-product .ribbon:before {
  left: 0;
}
.new-product .ribbon:after,
.sale-product .ribbon:after {
  right: 0;
}
.dark-section .ribbon,
.sale-product .ribbon,.buy-product .ribbon,.featured-product .ribbon {
  background-color: #4a454b !important;
}
.dark-section .ribbon:before,
.sale-product .ribbon:before,
.dark-section .ribbon:after,
.sale-product .ribbon:after {
  border-top: 3px solid #302d30 !important;
}
/*30489f*/
/*=============================================================================

  24- Boxed styles

  =============================================================================*/
.body-boxed,
.body-boxed-2 {
  background: #fff 0 0 repeat;
}
.body-boxed .all-wrapper,
.body-boxed-2 .all-wrapper {
  width: 1200px;
}
.body-boxed.fixed-header .header,
.body-boxed-2.fixed-header .header {
  width: 1200px;
}
.body-boxed-2 .all-wrapper {
  margin: 40px auto;
}
/*=============================================================================

  25- search section styles

  =============================================================================*/
.search-filters-wrapper .select-search-btn {
  display: block;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  font-size: 13px;
  width: 100%;
}
/*=============================================================================

  26- count down styles

  =============================================================================*/
.coming-soon-page .count-down-section {
  padding: 200px 0;
}
/* flip clock */
.count-down-wrapper {
  text-align: center;
  font-size: 0;
}
.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important;
}
.flip-clock-wrapper {
  -webkit-user-select: none;
  text-align: center;
  position: relative;
  display: inline-block;
  padding-bottom: 33px;
}
.flip-clock-wrapper:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.flip-clock-wrapper:after {
  clear: both;
}
.flip-clock-wrapper ul {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 70px;
  height: 90px;
  font-weight: 700;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  background-color: transparent;
}
.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
}
.flip-clock-wrapper ul li:first-child {
  z-index: 2;
}
.flip-clock-wrapper ul li .clock-row {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0;
  overflow: visible;
  cursor: default;
}
.flip-clock-wrapper ul li .clock-row div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
  outline: 1px solid transparent;
}
.flip-clock-wrapper ul li .clock-row div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.flip-clock-wrapper ul li .clock-row div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.flip-clock-wrapper ul li .clock-row div.up .inn {
  top: 0;
}
.flip-clock-wrapper ul li .clock-row div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.flip-clock-wrapper ul li .clock-row div.down .inn {
  bottom: 0;
}
.flip-clock-wrapper ul li .clock-row div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flip-clock-wrapper ul li .clock-row div .inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ffffff;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #d71a21;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  font-size: 56px;
}
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}
.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5;
}
.flip-clock-divider {
  display: inline-block;
  position: relative;
  width: 30px;
}
.flip-clock-divider:first-child {
  width: 0;
}
.flip-clock-divider .flip-clock-label {
  position: absolute;
  margin-top: 13px;
  width: 100%;
  right: -86px;
  display: block;
  text-shadow: none;
  font-size: 14px;
  font-weight: 700;
  color: #d71a21;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
.flip-clock-divider.days .flip-clock-label {
  right: -105px;
}
.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px;
  display: none;
}
.flip-clock-dot.top {
  top: 30px;
}
.flip-clock-dot.bottom {
  bottom: 30px;
}
.light-section .flip-clock-wrapper ul li .clock-row div .inn {
  background-color: #4a454b;
}
@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@-moz-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@-o-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both;
}
@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}
@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg);
  }
  100% {
    -moz-transform: rotateX(0deg);
  }
}
@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg);
  }
  100% {
    -o-transform: rotateX(0deg);
  }
}
@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both;
}
@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
  }
}
@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg);
  }
  100% {
    -moz-transform: rotateX(-90deg);
  }
}
@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg);
  }
  100% {
    -o-transform: rotateX(-90deg);
  }
}
@keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, #000000));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, #000000 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, #000000 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, #000000));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, #000000 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, #000000 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
}
/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, #000000 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, #000000 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, #000000 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, #000000 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both;
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* --- Counting Down Styles --------------------- */
/* countdown circles */
.time_circles {
  position: relative;
  height: 192px;
  font-size: 0;
}
.time_circles canvas {
  display: block;
  position: absolute;
}
.time_circles > div {
  float: left;
  text-align: center;
  width: 25% !important;
}
.time_circles > div > h4 {
  text-transform: uppercase;
  color: #d71a21;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 14px !important;
  margin-bottom: 0;
}
.time_circles > div > span {
  display: block;
  width: 100%;
  font-size: 36px !important;
  color: #d71a21;
  line-height: 192px !important;
  margin-top: 0;
  font-weight: 700;
}
/* coming-soon-4 */
.coming-soon-4 .time_circles {
  height: auto;
}
.coming-soon-4 .time_circles canvas {
  display: none;
}
.coming-soon-4 .time_circles > div > h4 {
  color: #4a454b;
  font-size: 18px !important;
}
.coming-soon-4 .time_circles > div > span {
  height: 70px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  width: 70px;
  font-size: 36px !important;
  color: #ffffff;
  background-color: #d71a21;
  line-height: 70px !important;
  margin: 0 auto 20px auto;
}
/*=============================================================================

  27- Search styles

  =============================================================================*/
.special-search {
  position: absolute;
  bottom: 30px;
  z-index: 1001;
  width: 100%;
}
.special-search .form-search-ul > li {
  height: 58px;
  float: left;
}
.special-search .form-search-ul > li:first-child {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  margin-right: 10px;
  width: 1102px;
}
.special-search .form-search-ul > li:first-child input {
  background-color: #ffffff;
  border: none;
  color: #8b888c;
  width: 887px;
  height: 100%;
  line-height: 100%;
  float: left;
}
.special-search .form-search-ul > li:last-child button {
  width: 58px;
  height: 58px;
  background-color: #d71a21;
  font-size: 22px;
  font-weight: 100;
}
.special-search .form-search-ul .row-cs {
  background-color: #000000;
  padding: 10px 5px !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: 0;
  width: 100% !important;
}
.special-search .form-search-ul .row-cs .fancy-select .trigger {
  height: 38px;
  line-height: 38px;
}
.special-search .form-search-ul .row-cs button {
  height: 38px !important;
  line-height: 38px !important;
  width: 100% !important;
}
.special-search .form-search-ul .row-cs .md-1 {
  width: 8%;
}
.special-search .form-search-ul .row-cs .md-2 {
  width: 16.6666%;
}
.special-search .form-search-ul .row-cs .md-3 {
  width: 25%;
}
.special-search .form-search-ul .row-cs .md-4 {
  width: 33.3333%;
}
.special-search .form-search-ul .row-cs .md-5 {
  width: 41.6666%;
}
.special-search .form-search-ul .row-cs .md-6 {
  width: 50%;
}
.special-search .form-search-ul .row-cs .md-7 {
  width: 58.3333%;
}
.special-search .form-search-ul .row-cs .md-8 {
  width: 66.6666%;
}
.special-search .form-search-ul .row-cs .md-9 {
  width: 75%;
}
.special-search .form-search-ul .row-cs .md-10 {
  width: 83.3333%;
}
.special-search .form-search-ul .row-cs .md-11 {
  width: 91.6666%;
}
.special-search .form-search-ul .row-cs .md-12 {
  width: 100%;
}
.special-search .form-search-ul .row-cs [class*="md"] {
  padding-right: 5px;
  height: 100%;
  padding-left: 5px;
  float: left;
}
.special-search .form-search-ul .row-cs .form-item input {
  padding-left: 12px;
  padding-right: 32px;
}
.special-search .form-search-ul .row-cs .form-item label {
  left: auto;
  right: 17px;
}
.special-search .form-search-ul .fancy-select .trigger {
  border: 0;
}
/* --- Domain Serach --------------------- */
/* selection style */
.borderRadius {
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.ddcommon {
  position: relative;
  display: -moz-inline-stack;
  zoom: 1;
  display: inline-block;
  *display: inline;
  cursor: default;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.ddcommon .disabled img,
.ddcommon .disabled span {
  opacity: .5;
  /* standard: ff gt 1.5, opera, safari */
  -ms-filter: "alpha(opacity=50)";
  /* ie 8 */
  filter: alpha(opacity=50);
  /* ie lt 7 */
  -khtml-opacity: .5;
  /* safari 1.x */
  -moz-opacity: .5;
  /* ff lt 1.5, netscape */
  color: #999999;
}
.ddcommon.disabledAll {
  opacity: .5;
  /* standard: ff gt 1.5, opera, safari */
  -ms-filter: "alpha(opacity=50)";
  /* ie 8 */
  filter: alpha(opacity=50);
  /* ie lt 7 */
  -khtml-opacity: .5;
  /* safari 1.x */
  -moz-opacity: .5;
  /* ff lt 1.5, netscape */
  color: #999999;
}
.ddcommon .clear {
  clear: both;
}
.ddcommon input.text {
  color: #7e7e7e;
  padding: 0 0 0 0;
  position: absolute;
  background: #fff;
  display: block;
  width: 98%;
  height: 98%;
  left: 2px;
  top: 0;
  border: none;
}
.ddcommon .ddTitle {
  padding: 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
.ddcommon .ddTitle .ddTitleText {
  display: block;
}
.ddcommon .ddTitle .ddTitleText .ddTitleText {
  padding: 0;
}
.ddcommon .ddTitle .ddTitleText img {
  position: relative;
  vertical-align: middle;
  float: left;
}
.ddcommon .ddTitle .description {
  display: block;
}
.ddcommon .ddChild {
  position: absolute;
  display: none;
  width: 100%;
  height: auto !important;
  zoom: 1;
  z-index: 9999;
}
.ddcommon .ddChild li {
  clear: both;
}
.ddcommon .ddChild li img {
  border: 0 none;
  position: relative;
  vertical-align: middle;
  float: left;
}
.ddcommon .ddChild li.optgroup {
  padding: 0;
}
.ddcommon .ddChild li.optgroup .optgroupTitle {
  padding: 0 5px;
  font-weight: bold;
  font-style: italic;
}
.ddcommon .ddChild li.optgroup ul li {
  padding: 5px 5px 5px 15px;
}
.ddcommon .noBorderTop {
  border-top: none 0  !important;
  padding: 0;
  margin: 0;
}
.ddOutOfVision {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.dd {
  width: 185px !important;
  margin-left: 10px;
  float: left;
  color: #4a454b;
  height: 100%;
  line-height: 100%;
  cursor: pointer;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.dd .divider {
  display: none;
}
.dd .ddArrow {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  margin-top: -9px;
  background-color: #d71a21;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
}
.dd .ddArrow:hover {
  background-position: 0 100%;
}
.dd .ddArrow:before {
  content: '\f107';
  font-family: 'FontAwesome';
  color: #ffffff;
  position: relative;
}
.dd .ddTitle {
  background: #ffffff;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.dd .ddTitle .ddTitleText {
  padding: 0 30px 0px 10px;
  height: 38px;
  line-height: 38px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.dd .ddTitle .ddTitleText .ddlabel {
  float: left;
  margin-right: 8px;
  color: #d71a21;
  font-weight: 700;
}
.dd .ddTitle .ddTitleText .ddTitleText {
  padding: 0;
}
.dd .ddTitle .ddTitleText img {
  padding-right: 5px;
}
.dd .ddTitle .description {
  font-size: 12px;
  color: #4a454b;
  float: left;
}
.dd .ddChild {
  margin-top: -2px;
  background-color: #fff;
  border: 1px solid #cbcbcd;
  border-top: 1px solid #d1d1d3;
  border-bottom: 0;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  overflow: hidden;
}
.dd .ddChild li {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 0;
  border-bottom: 1px solid #cbcbcd;
}
.dd .ddChild li span {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.dd .ddChild li .description {
  color: #4a454b;
}
.dd .ddChild li .ddlabel {
  margin-right: 5px;
  color: #d71a21;
}
.dd .ddChild li.optgroup {
  padding: 0;
}
.dd .ddChild li.optgroup .optgroupTitle {
  padding: 0 5px;
  font-weight: bold;
  font-style: italic;
}
.dd .ddChild li.optgroup ul li {
  padding: 5px 5px 5px 15px;
}
.dd .ddChild li img {
  padding: 0 6px 0 0;
}
.dd .ddChild li.hover,
.dd .ddChild li.selected {
  background-color: #d71a21;
  color: #ffffff;
}
.dd .ddChild li.hover .description,
.dd .ddChild li.selected .description {
  color: #f5f5f5;
}
.dd .ddChild li.hover .ddlabel,
.dd .ddChild li.selected .ddlabel {
  color: #ffffff;
}
.borderRadiusTp .ddChild {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.borderRadiusBtm .ddChild {
  margin-top: 2px;
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.state-search {
  padding: 0 0 30px 0;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.state-search ul.row > li {
  margin-top: 30px;
}
.state-search .etabs {
  position: absolute;
  z-index: 10;
  top: -34px;
}
/*=============================================================================

  28- shortcodes Styles

  =============================================================================*/
/* --- Tabs  --------------------- */
.tabs-wrapper .etabs {
  font-size: 0;
}
.tabs-wrapper .etabs li {
  display: inline-block;
  margin-right: 10px;
}
.tabs-wrapper .etabs li:last-child {
  margin-right: 0;
}
.tabs-wrapper .etabs li a {
  display: block;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  background-color: #4a454b;
  color: #ffffff;
}
.tabs-wrapper .etabs li a:hover {
  background-color: #ffffff;
  color: #d71a21;
}
.tabs-wrapper .etabs li.active a {
  background-color: #ffffff;
  color: #d71a21;
}
.tabs-wrapper .single-tab {
  visibility: visible !important;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.tabs-wrapper .single-tab.active {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -ms-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown;
}
/* --- Alerts  --------------------- */
.alert {
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #d7d7d7;
  margin-bottom: 0;
  padding: 19px 20px 14px 20px;
  background-color: #ffffff;
}
.alert .alert-icon {
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  float: left;
  background-color: #d71a21;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #d71a21), color-stop(100% #f85d3a));
  background-image: -webkit-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -moz-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -ms-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: -o-linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  background-image: linear-gradient(top, #d71a21 70%, #f85d3a 100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.alert .alert-title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 15px;
  color: #d71a21;
  margin-bottom: 7px;
}
.alert .alert-contents {
  padding-left: 66px;
}
.alert .alert-contents p {
  line-height: 20px;
  color: #4a454b;
  font-size: 12px;
  font-weight: 600;
}
/* alert style 2 */
.alert-style-2 {
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid rgba(242, 63, 95, 0.3);
  background-color: #fcd9df;
  margin-bottom: 0;
  padding: 19px 20px 14px 20px;
}
.alert-style-2 .alert-icon {
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  float: left;
  background: #d71a21;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.alert-style-2 .alert-title {
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #d71a21;
  margin-bottom: 7px;
}
.alert-style-2 .alert-contents {
  padding-left: 66px;
}
.alert-style-2 .alert-contents p {
  line-height: 20px;
  color: #4a454b;
  font-size: 12px;
  font-weight: 600;
}
/*=============================================================================

  29- intire pages global Styles

  =============================================================================*/
/* --- Page Info  --------------------- */
.page-info {
  padding: 38px 0;
}
.page-info .page-title {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  margin-bottom: 0;
  color: #4a454b;
  font-weight: 700;
  line-height: 1;
}
.page-info .page-tagline {
  font-size: 13px;
  line-height: 20px;
  color: #9a9a9a;
}
.page-info.ta-center .page-title,
.page-info.ta-left .page-title {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 400;
}
.page-info.page-info-style-2 .breadcrumbs li {
  line-height: 70px;
}
.breadcrumbs {
  font-size: 0;
}
.breadcrumbs li {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  color: #9a9a9a;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.breadcrumbs li:after {
  content: '/';
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
}
.breadcrumbs li:first-child {
  margin-right: 14px;
}
.breadcrumbs li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li a {
  color: #d71a21;
}
.breadcrumbs li a:hover {
  color: #4a454b;
}
.dark-section .page-title,
.accent-section .page-title,
.accent-section.dark-section .page-title {
  color: #ffffff;
}
.dark-section .breadcrumbs li,
.accent-section .breadcrumbs li,
.accent-section.dark-section .breadcrumbs li {
  color: #f8f8f8;
}
.dark-section .breadcrumbs li a,
.accent-section .breadcrumbs li a,
.accent-section.dark-section .breadcrumbs li a {
  color: #fe8097;
}
.dark-section .breadcrumbs li a:hover,
.accent-section .breadcrumbs li a:hover,
.accent-section.dark-section .breadcrumbs li a:hover {
  color: #4a454b;
}
.dark-section .page-tagline,
.accent-section .page-tagline,
.accent-section.dark-section .page-tagline {
  color: #f8f8f8;
}
.dark-section .breadcrumbs li a {
  color: #989798;
}
.dark-section .breadcrumbs li a:hover {
  color: #d71a21;
}
/*=============================================================================

  30- Single portfolio Styles

  =============================================================================*/
.single-portfolio .portfolio-slider .owl-controls .owl-nav {
  text-align: right;
  width: 1170px;
  left: auto;
  right: 50%;
  margin-right: -585px;
}
.single-portfolio-style-3 .portfolio-slider {
  margin-bottom: 100px;
}
.single-portfolio-style-3 .portfolio-slider .slide {
  height: 447px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  overflow: hidden;
}
.single-portfolio-style-3 .portfolio-slider .slide img {
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.single-portfolio-style-3 .portfolio-slider .owl-controls .owl-nav {
  padding-right: 30px;
}
.single-portfolio-style-4 .portfolio-slider {
  margin-bottom: 0;
}
.single-portfolio-style-4 .portfolio-slider .slide {
  height: auto;
}
.single-portfolio-style-4 .portfolio-slider .owl-controls .owl-nav {
  width: 100%;
  margin-right: 0;
  right: 0;
}
.single-portfolio-style-4 .box:first-child {
  margin-top: 0;
}
.single-portfolio-style-5 .boxes-group-wrapper {
  margin-top: 0;
}
/* project-description */
.project-description p {
  margin-top: -4px;
  margin-bottom: 28px;
}
.project-description p:last-child {
  margin-bottom: 0;
}
/* project-details */
.project-details ul {
  margin-top: -4px;
}
.project-details ul li {
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 1;
  color: #7a7c82;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
}
.project-details ul li:after,
.project-details ul li:before {
  display: table;
  content: '';
}
.project-details ul li:after {
  clear: both;
}
.project-details ul li:last-child {
  margin-bottom: 0;
}
.project-details ul li a {
  color: #7a7c82;
}
.project-details ul li a:hover {
  color: #d71a21;
}
.project-details ul li span {
  color: #4a454b;
  font-weight: 700;
}
#total-before-tax-value
{
    float: none;
}
/*=============================================================================

  31- Single Blog Styles

  =============================================================================*/
.post-issues {
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #cbcbcd;
  background-color: #f6f6f6;
  color: #a9a9ab;
  padding: 20px;
}
.post-issues:hover {
  background: #f6f6f6;
  color: #d71a21;
}
.post-issues p {
  color: #7a7c82;
}
.tags {
  font-size: 0;
}
.tags .fa {
  font-size: 13px;
  color: #4a454b;
  margin-right: 10px;
  line-height: 34px;
}
.post-tags {
  display: inline-block;
}
.post-tags li {
  display: inline-block;
  margin-right: 3px;
  font-size: 12px;
  line-height: 34px;
}
.post-tags li:after {
  content: ',';
  color: #4a454b;
}
.post-tags li:last-child {
  margin-right: 0;
}
.post-tags li:last-child:after {
  display: none;
}
.post-tags li a {
  font-size: 12px;
  font-weight: 600;
}
/* post share  */
.share-wrapper {
  font-size: 0;
}
.share-wrapper .share-title {
  color: #4a454b;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
  float: left;
  line-height: 34px;
}
.share-wrapper .share {
  display: inline-block;
}
.share-wrapper .share li {
  margin: 0 3px 0 3px !important;
}
.share-wrapper .share li:last-child {
  margin-right: 0 !important;
}
.share-wrapper .share li:first-child {
  margin-left: 0 !important;
}
.share-wrapper .share li:nth-child(2) {
  display: none;
}
/* author-info */
.author-info {
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #cbcbcd;
  background-color: #f6f6f6;
  color: #a9a9ab;
  padding: 30px;
}
.author-info:hover {
  background: #f6f6f6;
  color: #d71a21;
}
.author-info p {
  color: #7a7c82;
}
.author-info .author-thumb {
  float: left;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  padding: 2px;
  background-color: #d71a21;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(10%, #f85d3a), color-stop(100% #d71a21));
  background-image: -webkit-linear-gradient(left, #f85d3a 10%, #d71a21 100%);
  background-image: -moz-linear-gradient(left, #f85d3a 10%, #d71a21 100%);
  background-image: -ms-linear-gradient(left, #f85d3a 10%, #d71a21 100%);
  background-image: -o-linear-gradient(left, #f85d3a 10%, #d71a21 100%);
  background-image: linear-gradient(left, #f85d3a 10%, #d71a21 100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
}
.author-info .author-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.author-info .author-contents {
  padding-left: 95px;
}
.author-info .author-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1;
}
/* comments area */
.comment .comment-thumb {
  display: block;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.comment .comment-contents {
  padding-left: 95px;
}
.comment .comment-contents-wrapper {
  border-bottom: 2px solid #cbcbcd;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.comment .comment-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1;
}
.comment .comment-meta {
  font-size: 0;
  margin-bottom: 13px;
}
.comment .comment-meta li {
  display: inline-block;
  font-size: 12px;
  color: #a9a9ab;
  padding-right: 15px;
  border-right: 1px solid #4a454b;
  margin-right: 15px;
  height: 14px;
  line-height: 14px;
}
.comment .comment-meta li:last-child {
  margin-right: 0;
  border-right: 0;
  padding-right: 0;
}
.comment .comment-meta li a {
  color: #d71a21;
}
.comment .comment-meta li a:hover {
  color: #4a454b;
}
.comment p {
  color: #7a7c82;
}
.comment:last-child .comment-contents-wrapper {
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 0;
}
.comment .nested-comment {
  margin-top: 47px;
}
.comment .nested-comment .comment-contents-wrapper {
  padding-bottom: 0;
}
/* leave-comment */
.leave-comment-form textarea {
  min-height: 108px;
}
.leave-comment-form input,
.leave-comment-form textarea {
  background-color: #f6f6f6 !important;
}
/*=============================================================================

  32- Single Product Styles

  =============================================================================*/
.tabs-wrapper.product-details-tabs {
  border: 1px solid #d7d7d7;
}
.tabs-wrapper.product-details-tabs .etabs {
  background-color: #fafafa;
  border-bottom: 1px solid #d7d7d7;
}
.tabs-wrapper.product-details-tabs .etabs li {
  margin: 0;
}
.tabs-wrapper.product-details-tabs .etabs li a {
  background-color: #fafafa;
  border-right: 1px solid #d7d7d7;
  color: #4a454b;
  line-height: inherit;
  padding: 25px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  height: auto;
  position: relative;
}
.tabs-wrapper.product-details-tabs .etabs li a:after {
  content: '';
  width: 100%;
  display: block;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.tabs-wrapper.product-details-tabs .etabs li a:hover {
  color: #d71a21;
  background-color: #ffffff;
}
.tabs-wrapper.product-details-tabs .etabs li:last-child a {
  border-right: 0;
}
.tabs-wrapper.product-details-tabs .etabs li:hover a {
  background-color: #ffffff;
}
.tabs-wrapper.product-details-tabs .etabs li.active a {
  background-color: #ffffff;
  color: #d71a21;
  border-right: 1px solid #d7d7d7;
}
.tabs-wrapper.product-details-tabs .etabs li.active a:after {
  opacity: 1;
  visibility: visible;
}
.tabs-wrapper.product-details-tabs .single-tab {
  padding: 13px 20px;
}
.single-product {
  border: 0;
  margin-top: 0;
}
.single-product .post-contents {
  padding: 0;
}
.single-product .post-title {
  font-size: 26px;
  margin-bottom: 15px;
}
.single-product .product-price {
  float: none;
  display: block;
  margin-bottom: 15px;
}
.single-product .post-more-details {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e9e8e8;
}
.single-product .product-details {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e9e8e8;
}
.single-product .product-amount-wrapper {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e9e8e8;
}
.qty-blocked {
	font-size: 18px;
	color: #000;
}
.single-product .product-amount-wrapper .product-amount {
  width: 50%;
}
.single-product .links {
  border-top: 0;
  padding-top: 0;
  width: 50%;
}
.single-product .ribbon-wrapper,
.single-product .ribbon-wrapper {
  top: -3px;
  left: 12px;
}
.product-amount {
  font-size: 0;
    display: inline-block;
}
.product-amount .title {
  margin-right: 10px;
  font-weight: 700;
  color: #4a454b;
  float: left;
  line-height: 29px;
}
.product-amount .amount-ranger {
  display: inline-block;
  font-size: 0;
}
.product-amount .amount-ranger li
{
    background: transparent none repeat scroll 0px 0px;
    border: 1px solid #DEDEDE;
    border-radius: 0px !important;
    float: left;
    height: 40px;
    margin: 0px;
    text-align: center;
    width: 40px;
    color: #000;
    font-size: 25px;
}
.product-amount .amount-ranger li a
{
    background: transparent none repeat scroll 0px 0px;
    border: 1px solid #DEDEDE;
    border-radius: 0px !important;
    float: left;
    height: 40px;
    margin: 0px;
    text-align: center;
    width: 40px;
    color: #000;
    font-size: 20px;
}
.product-amount .amount-ranger li:nth-child(2)
{
    border-left: 0;
    border-right: 0;
}
.product-amount .amount-ranger li:hover {
  background: #fff;
  color: #d71a21;
}
.product-amount .amount-ranger li p {
  color: #7a7c82;
}
.product-amount .amount-ranger li input {
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-align: center;
    color: #000;
}
.product-amount .amount-ranger li.num {
  font-weight: 500;
  width: 38px;
  color: #4a454b;
  font-size: 14px;
}
.product-amount .amount-ranger li.num.disable
{
    border:0;
}

.product-amount .amount-ranger li:last-child {
  margin-right: 0;
}
/* cart-table */
.cart-table {
  overflow: hidden;
  width: 100%;
  border: 1px solid #DEDEDE;
  border-bottom: 0;
  position: relative;
}
.cart-table [class*="col-"] {
  float: left;
}
.cart-table .col-12 {
  width: 100%;
}
.cart-table .col-11 {
  width: 91.66666666666666%;
}
.cart-table .col-10 {
  width: 83.33333333333334%;
}
.cart-table .col-9 {
  width: 75%;
}
.cart-table .col-8 {
  width: 66.66666666666666%;
}
.cart-table .col-7 {
  width: 58.333333333333336%;
}
.cart-table .col-6 {
  width: 50%;
}
.cart-table .col-5 {
  width: 41.66666666666667%;
}
.cart-table .col-4 {
  width: 33.33333333333333%;
}
.cart-table .col-3 {
  width: 25%;
}
.cart-table .col-2 {
  width: 16.666666666666664%;
}
.cart-table .col-1 {
  width: 8.333333333333332%;
}
.cart-table .table-header
{
    color: #4a454b;
    font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
    background: #E5E5E5 none repeat scroll 0px 0px;
}
.cart-table .table-header .table-header-item {
    border: medium none;
    color: #222;
    font-weight: normal;
    line-height: 18px;
    padding: 15px;
    text-transform: none;
    font-family: "Droid Serif",serif;
    font-size: 12px;
}
.cart-table .table-header .table-header-item.name
{
    text-align: left;
}
.cart-table .table-body {
  text-align: center;
  color: #9a9a9a;
}
.cart-table .table-body .table-item {
  min-height: 100px;
  padding: 15px;
}
.cart-table .table-body .table-row {
  border-bottom: 1px solid #DEDEDE;
}
.cart-table .table-item {
  border-right: 0;
    font-family: "Droid Serif",serif;
}
.cart-table .table-body .table-item.price,.cart-table .table-body .table-item.total,.cart-table .table-body .table-item.total span
{
  font-size: 16px;
    color: #222;
}
.cart-table .table-item:last-child {
  border-right: 0;
}
.cart-table .post {
  margin-top: 0;
  border: 0 !important;
  padding-bottom: 0 !important;
}
.cart-table .post .post-title {
  text-align: left;
    font-family: "Droid Serif",serif!important;
}
.cart-table .post .post-title a {
    font-family: "Droid Serif",serif!important;
}
.cart-table .post .post-contents
{
    padding: 0;
    border: 0;
    box-shadow: none;
}
.cart-table .post button {
  padding: 0 !important;
}
.cart-table .table-footer {
  border-bottom: 1px solid #d7d7d7;
  padding: 20px;
}
.cart-table .table-footer form {
  font-size: 0;
}
.cart-table .table-footer form input {
  width: auto;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #cbcbcd;
  background-color: #f6f6f6;
  color: #a9a9ab;
  height: 29px;
  margin-bottom: 0;
  float: left;
}
.cart-table .table-footer form input:hover {
  background: #f6f6f6;
  color: #d71a21;
}
.cart-table .table-footer form input p {
  color: #7a7c82;
}
.cart-table .table-footer form button {
  float: left;
  display: inline-block;
  height: 29px;
  line-height: 29px;
  padding-top: 0;
  padding-bottom: 0;
}
.cart-table .table-footer ul.fr {
  font-size: 0;
  text-align: center;
}
.cart-table .table-footer ul.fr li {
  display: inline-block;
  margin-left: 10px;
}
/*=============================================================================

  33- construction Styles  -- 404 erorr -- maintenance

  =============================================================================*/
.construction-section .erorr-solutions {
  text-align: center;
}
.construction-section .search {
  position: relative;
  overflow: hidden;
  display: block;
}
.construction-section .search input {
  padding-right: 40px;
}
.construction-section .search button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  color: #4a454b;
  z-index: 10;
}
.construction-section .search button:hover {
  color: #d71a21;
}
.construction-section .search button:hover i {
  -webkit-animation: none;
  -moz-animation: none;
  -khtml-animation: none;
  -o-animation: none;
  animation: none;
}
.construction-section .links a {
  display: inline-block;
  min-width: 120px;
  margin: 0 5px;
}
.construction-section.dark-section p {
  color: #6e6a6f;
}
.construction-section.dark-section .search input {
  background-color: #2e282f;
  border-color: #514b52;
  color: #a9a9ab;
}
.construction-section.dark-section .search button {
  color: #a9a9ab;
}
.construction-section.dark-section .search button:hover {
  color: #d71a21;
}
.construction-section.dark-section .search button:hover i {
  -webkit-animation: none;
  -moz-animation: none;
  -khtml-animation: none;
  -o-animation: none;
  animation: none;
}
.error-404 {
  padding: 157px 0 200px 0;
}
.error-404 .section-header .section-title {
  font-size: 250px;
}
.error-404 .section-header .border-divider {
  margin-bottom: 20px;
}
.maintenance {
  padding: 250px 0 260px 0;
}
.maintenance .section-header .section-title {
  font-size: 90px;
}
.maintenance .section-header .border-divider {
  margin-bottom: 15px;
}
/*=============================================================================

  34- loading Styles

  =============================================================================*/
.loading-section {
  padding: 255px 0 255px 0;
}
.loading-bar {
  margin-top: 20px;
  margin-bottom: 0;
}
.loading-bar .progress-bar-amount {
  float: left !important;
}
.loading-bar img {
  float: right;
  width: 24px;
  height: 35px;
  margin-top: -50px;
}
.chart-wrapper {
  width: 222px;
  height: 222px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background: #4a454b url('images/logo-2-red.png') center center no-repeat;
  padding: 10px;
}
.chart-wrapper canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.chart-details {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #d71a21;
  margin-top: 20px;
}
.chart-details span {
  font: inherit;
}
/*=============================================================================

  34- tweets section Styles

  =============================================================================*/
.tweets-list .tweets-section > span {
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 25px;
}
.tweets-list .tweets-section li {
  color: #ffffff;
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
}
.tweets-list .tweets-section li i {
  color: #cbcbcd;
  font-size: 18px;
  margin-right: 0;
  margin-bottom: 20px;
  display: block;
}
.tweets-list .tweets-section li a {
  color: #a9a9ab;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  font-style: italic;
}
.tweets-list .tweets-section li a:hover {
  color: #d71a21;
}
.tweets-list .tweets-section li p {
  color: #ffffff;
  display: inline;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  font-style: italic;
}
.tweets-list .tweets-section li .date {
  color: #f6f6f6;
  font-size: 13px;
  margin-top: 30px;
  font-style: italic;
}
/*=============================================================================

  35- Colors Styles

  =============================================================================*/
/* yellow */
.yellow {
  color: #FEC400;
}
.dark-yellow {
  color: #D69942;
}
/* cyan */
.cyan {
  color: #2997AB;
}
.light-cyan {
  color: #8DBFD6;
}
/* blue */
.blue1 {
  color: #0098E0;
}
.blue2 {
  color: #0394F1;
}
.blue3 {
  color: #437BD0;
}
.dark-blue {
  color: #004498;
}
/* coffee */
.coffee {
  color: #CDB985;
}
/* latic */
.latic {
  color: #26BDEF;
}
/* red */
.red {
  color: #d71a21;
}
.red1 {
  color: #D73B37;
}
.red2 {
  color: #CD0000;
}
.red3 {
  color: #E65753;
}
.dark-red {
  color: #C0494F;
}
.dark-red-2 {
  color: #E74C3C;
}
/* green */
.green1 {
  color: #3DAA62;
}
.green2 {
  color: #3CA88E;
}
.green3 {
  color: #1E764E;
}
.green4 {
  color: #00BDBD;
}
.green-sea {
  color: #0F997E;
}
/* light green */
.light-green-1 {
  color: #63BC0D;
}
.light-green-2 {
  color: #77B188;
}
/* pink */
.pink {
  color: #F1505B;
}
.dark-pink {
  color: #EA2E49;
}
/* purple */
.purple {
  color: #A085D3;
}
/* orange */
.orange1 {
  color: #FF7701;
}
.orange2 {
  color: #FF5A00;
}
/*=============================================================================

  36- footer Styles

  =============================================================================*/
footer {
  background-color: transparent;
  padding-top: 0px;
  /* posts-group */
}
footer .top-footer {
  background-color: #342e35;
  padding: 70px 0 70px 0;
}
footer .bottom-footer {
background: #121212 none repeat scroll 0% 0%;
padding: 45px 0px 35px;
}
footer .bottom-footer .copyrights {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Montserrat";
    color: #9F9F9F;
    text-align: center;
    margin: 0px;
        line-height: 26px;
    font-weight: 700;
}
footer .bottom-footer .copyrights a {
  color: #d71a21;
}
footer .bottom-footer .copyrights a:hover {
  color: #ffffff;
}
footer .posts-group .post {
  border-bottom-color: #4a444b;
}
footer .posts-group .post .post-contents .post-title {
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}
footer .posts-group .post .post-contents .post-title a {
  color: #fefefe;
}
footer .posts-group .post .post-contents .post-title a:hover {
  color: #d71a21;
}
footer .posts-group .post .post-contents .post-meta li {
  color: #7a7c82;
}
footer .posts-group .post .post-contents .post-meta li a {
  color: #d71a21;
}
footer .posts-group .post .post-contents .post-meta li a:hover {
  color: #ffffff;
}
footer .posts-group .post .post-contents .post-meta li:last-child {
  margin-bottom: 0;
}
.footer-widget {
  margin-bottom: 40px;
}
.footer-widget .section-header .section-title {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 19.5px;
}
.footer-widget .section-header .border-divider {
  width: 34px;
  background-color: #514b52;
}
.footer-widget:last-child {
  margin-bottom: 0;
}
/* about-widget */
.about-widget p:first-child {
  margin-top: -7px;
  margin-bottom: 20px;
}
.details-list li {
  font-size: 13px;
  color: #a9a9ab;
  margin-bottom: 4px;
  overflow: visible;
}
.details-list li:before,
.details-list li:after {
  display: table;
  content: " ";
}
.details-list li:after {
  clear: both;
}
.details-list li i {
  font-size: 16px;
  color: #7a7c82;
  float: left;
  width: 30px;
}
.details-list li a {
  color: #a9a9ab;
}
.details-list li a:hover {
  color: #ffffff;
}
.details-list li:last-child {
  margin-bottom: 0;
}
/* imgs-gallary - flickr */
.imgs-gallary {
  margin-top: -10px;
  margin-bottom: 30px;
}
.imgs-gallary li {
  margin-right: 10px;
  margin-top: 10px;
  position: relative;
  float: left;
  overflow: hidden;
}
.imgs-gallary li .fancybox {
  display: block;
}
.imgs-gallary li img {
  display: block;
  width: 100%;
  height: 60px;
  width: 60px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.imgs-gallary li .cover {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  z-index: 10;
  background-color: rgba(242, 63, 95, 0.5);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.imgs-gallary li:hover .cover {
  top: 0;
}
.imgs-gallary li:hover .cover i {
  -webkit-animation: none;
  -moz-animation: none;
  -khtml-animation: none;
  -o-animation: none;
  animation: none;
}
.imgs-gallary li:nth-child(4n+4) {
  margin-right: 0;
}
/* tweet */
.tweet li {
  color: #ffffff;
  margin-bottom: 20px;
}
.tweet li i {
  color: #d71a21;
  font-size: 14px;
  margin-right: 8px;
}
.tweet li a {
  color: #ffffff;
}
.tweet li a:hover {
  color: #d71a21;
}
.tweet li p {
  display: inline;
  font-weight: 500;
  margin-bottom: 0;
}
.tweet li .date {
  color: #a9a9ab;
  font-size: 11px;
}
.tweet li:last-child {
  margin-bottom: 0;
}
/* tags */
.tags-list {
  margin-top: -10px;
}
.tags-list li {
  float: left;
  margin: 10px 10px 0 0;
}
.tags-list li a {
  font-size: 12px;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  font-weight: 400;
  padding: 6px 10px;
  color: #a9a9ab;
  background-color: #272128;
  min-width: 10px;
}
/* --- scroll to top --------------------- */
.back-to-top {
  position: fixed;
  z-index: 100;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 10px 5px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background-color: #d71a21;
  color: #ffffff;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  bottom: -40px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
}
.back-to-top:hover {
  margin-bottom: 0px;
  color: #ffffff;
  background-color: #4a454b;
}
.back-to-top.fadeInup {
  opacity: 1;
  bottom: 20px;
}
/*=============================================================================

  37- switcher styles

  =============================================================================*/
/* switcher */
.switcher {
  position: fixed;
  top: 2%;
  z-index: 1000000000;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.switcher .switcherWrappper {
  position: relative;
}
.switcher .switcher-show-hide {
  background-color: #d71a21;
  color: #ffffff;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 21px;
  overflow: hidden;
  position: absolute;
  right: 100%;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -khtml-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  top: 20px;
  padding: 0 !important;
}
.switcher .switcher-show-hide i {
  font-size: 24px;
}
.switcher .switcherContents {
  background-color: #ffffff;
  padding: 20px;
  width: 231px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -khtml-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.switcher .switcherContents header {
  height: 40px;
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #d71a21;
  text-align: center;
}
.switcher .switcherContents header h5 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 40px;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
}
.switcherContent {
  padding: 20px 0;
  border-bottom: 1px solid #d1d1d3;
}
.switcherContent .title {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
}
.switcherContent:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.switcher.opened {
  right: 0 !important;
}
.switcherContent ul {
  text-align: center;
  margin-top: -5px;
}
.switcherContent ul li {
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  margin-top: 5px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.switcherContent ul li:last-child {
  margin-right: 0;
}
/* skinsColor */
.skinsColor {
  font-size: 0;
}
.skinsColor ul li {
  width: 22px;
  height: 16px;
  margin-right: 2.5px;
  margin-left: 2.5px;
}
/* tempLayout */
.tempLayout ul li,
.theme ul li {
  border: 1px solid #4a454b;
  width: 31%;
  font-size: 12px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #4a454b;
}
.tempLayout ul li:hover,
.theme ul li:hover {
  background-color: #4a454b;
  color: #ffffff;
}
.tempLayout ul .active-layout,
.theme ul .active-layout {
  background-color: #4a454b;
  color: #ffffff;
}
/* theme */
.theme ul li {
  width: 48%;
  color: #4a454b;
}
.theme ul li.theme-dark {
  color: #ffffff;
}
.theme ul li.theme-light {
  color: #4a454b !important;
}
/* patterens */
.patterens ul li {
  width: 17px;
  height: 17px;
  border: 1px solid #d1d1d3;
}
.patterens ul li img {
  width: 100%;
  height: 100%;
}
.patterens ul li:nth-child(8n+8) {
  margin-right: 0;
}
/*=============================================================================

  38- Dark styles

  =============================================================================*/
/************************************* The End **********************************************************************/
a:focus {
     outline: none;
 }
.home-about
{
    padding-top: 50px;
    text-align: center;
}
.home-about header figure
{
    margin-bottom: 38px;
}
.home-about p
{
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}
h2.section-title {
    color: #000;
    line-height: 48px;
    font-size: 25px;
    letter-spacing: 2px;
    font-family: "Montserrat";
    margin: 0px 0px;
    text-transform: uppercase;
}
.section-header hr,.contact hr
{
    width: 30px;
    height: 3px;
    background: #000 none repeat scroll 0% 0%;
    margin: 12px auto;
    border: medium none;
}
.footer-social li a {
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    border: 2px solid #535353;
    color: #535353;
    font-size: 14px;
    border-radius: 50%;
    display: block;
    margin: 0px 8px;
}
.standard-page
{
    padding-top: 85px;
}
.info .section-header hr,.contact hr
{
    margin: 15px 0;
    text-align: left;
}
.info h1,.contact h1.contact-box-title
{
    font-size: 40px;
    line-height: 45px;
    line-height: normal;
    margin: 40px 0px 40px;
    text-transform: uppercase;
    color: #252525;
    font-family: "Montserrat";
}
.info ul li
{
    list-style: outside none none;
    line-height: 30px;
    position: relative;
    padding-left: 15px;
    text-align: left;
}
.section-header.info ul {
	display: inline-block;
	padding-bottom: 20px;
    padding-top: 10px;
}
.info ul li::before
{
    border-width: 4px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
    content: "";
    left: 0px;
    position: absolute;
    top: 40%;
}
.info a:hover
{
    text-decoration: underline !important;
}
.contact .section-header
{
    margin-bottom: 0px;
}
.contact hr {
    margin-bottom: 0px;
}
.google-map {
  height: 480px;
  margin-bottom: 0;
  overflow: hidden;
}
#portfolio
{
    padding-top: 85px;
    padding-bottom: 0;
}
#portfolio .section-header p
{
    width: 600px;
    margin: auto;
}
#portfolio .section-header span
{
    color:#d71a21;
}
.box-body > ul > li.cat-item:first-child
{
    border: medium none;
}
ul li.cat-item a::before {
    background-color: #D4D4D4;
    content: "";
    display: block;
    height: 5px;
    left: 0px;
    position: absolute;
    top: 22px;
    width: 5px;
}
ul.categories-list2 li.cat-item a::before {
    left: 15px;
}
ul.categories-list3 li.cat-item a::before {
    left: 30px;
}
.ts-button {
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Montserrat";
    line-height: 35px;
    color: #FFF;
    padding: 0px 20px;
    transition: all 0.3s ease-out 0s;
    background: #252525 none repeat scroll 0% 0%;
    border: 2px solid #252525;
    letter-spacing: 2px;
    display: inline-block;
    text-decoration: none;
    margin: 0px 7px;
    min-width: 105px;
}
.plus a
{
    padding-top: 4px;
    border: 0!important;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.minus a
{
    padding-top: 3px;
    border: 0!important;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.proceed-checkout-btn,.update-total-btn,.continue-shopping-btn
{
    margin: 0;
}
.proceed-checkout-btn,.continue-shopping-btn
{
    margin-top:20px;
}
.proceed-checkout-btn:focus,.update-total-btn:focus,.continue-shopping-btn:focus
{
    color: #fff;
}
.proceed-checkout-btn:hover,.update-total-btn:hover,.continue-shopping-btn:hover
{
    background: transparent none repeat scroll 0% 0%;
    border: 2px solid #d71a21;
    color: #d71a21 !important;
    text-decoration: none;
}
.project-details ul .cart-total
{
    font-family: "Droid Serif",serif;
    font-size: 14px;
    color: #222;
}
.project-details ul .cart-total2
{
    font-size: 18px;
}
#paypal-info
{
    text-align: center;
    margin-top: 40px;
}
.contact-left-col
{
    margin-bottom: 70px;
}
.rev_slider_bg
{
    display: none;
}
.no-touch my:hover{
   color: red;
}
.lang-wrapper div {
    font-family: 'Montserrat', Arial, sans-serif;
    border: 0px none;
    background-color: transparent;
    color: #252525;
    opacity: 0.7;
    padding: 0px !important;
    font-size: 13px;
    width: 30px;
    height: 19px;
    line-height: 27px;
    position: relative;
}
.lang-wrapper {
    position: relative;
    right: 0px;
    top: 1px;
    width: 14px;
}
.categories-list3
{
    display: none;
}
.categories-list3-open
{
    display: block;
}
.cat-item a
{
    cursor: pointer;
}
.categories-list2 > li.cat-item > a::after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	float: right;
	margin-left: 5px;
}
.thankyou1 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
.thankyou2 {
	font-size: 16px;
	font-weight: 500;
}
#shopTeaser
{
    color:#d71a21;
    font-weight: 600;
}