/*==================================================================================================
																								Main Styles
==================================================================================================*/

@charset "UTF-8";

@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700);

/*=======================  Main Style  =======================*/
body {
  /*background: #f5f5f5;*/
  background: url(../images/background.jpg) no-repeat;
  background-size: 100%;
  color: #000;
  font: 600 20px/30px "Roboto", sans-serif;
  text-shadow: 0.5px 0px #000;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

h1, h2, h3, h4, h5, h6 {
  color: #e2000a;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #fb5860;
}

h1 {
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
}

h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
}

h2.category {
  font-size: 30px;
  color: #e2000a;
}

h3 {
  font-size: 25px;
  line-height: 30px;
}

h3.txt-clr1 {
  color: #219e00;
  font-weight: bold;
}

h3.contact {
  color: #fff;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 10px;
}

p a:hover, .list a:hover {
  text-decoration: underline;
}

p .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:focus {
  outline: none;
}

a:active {
  background-color: transparent;
}

a[href^="tel:"], a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}

.lt-ie9 .page {
  min-width: 1200px;
}

hr {
  border: none;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

.hr {
  border-bottom: 3px solid #62bfe6;
}

.text-center {
  text-align: center;
}

@media (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }
}

.mg-add {
  margin-top: 15px;
}

/*=======================  Main Layout  =======================*/
* + .btn {
  margin-top: 32px;
}

* + .row {
  margin-top: 18px;
}

* + .off1 {
  margin-top: 13px;
}

* + .off2 {
  margin-top: 24px;
}

* + .off3 {
  margin-top: 32px;
}

* + .off4 {
  margin-top: 4px;
}

.info-box + .owl-carousel {
  margin-top: 30px;
}

h2 + img {
  margin-top: 23px;
}

h2 + p {
  margin-top: 14px;
}

h3 + p {
  margin-top: 12px;
}

* + hr {
  margin-top: 40px;
}

.row + p {
  margin-top: 25px;
}

hr + * {
  margin-top: 40px;
}

img + p {
  margin-top: 22px;
}

img + h3 {
  margin-top: 20px;
}

.marked-list + .btn {
  margin-top: 17px;
}

.grid_2 img + img {
  margin-top: 30px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .grid_2 img + img {
    margin-top: 0;
    margin-left: 8%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .grid_2 img {
    width: 46%;
  }
}

.off2 + hr, .off2 + hr + .row {
  margin-top: 50px;
}

p + .btn_wr {
  margin-top: 33px;
}

/*=======================  Components  =======================*/

/*=======================  Brand  =======================*/
.brand {
  display: inline-block;
}

.brand_name {
  display: inline-block;
  overflow: hidden;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #5ab7de;
  vertical-align: bottom;
}

.brand_slogan {
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 5px;
  font-size: 25px;
  vertical-align: bottom;
}

.brand a:hover {
  color: inherit;
}

/*=======================  Backgrounds  =======================*/
.bg-primary {
  background: #f7f7f7;
}

.bg-primary h2 {
  color: #e2000a;
}

.bg-primary .icon {
  color: #fff;
  background: #000;
}

.bg-primary .product-list li .box:hover .icon {
  background: #fff;
}

.bg-primary .product-list .icon {
  margin-top: 10px;
}

.bg-primary .product-list hr {
  margin-top: 50px;
  background: rgba(0, 0, 0, 0.1);
}

.bg-primary .product-list hr + .box {
  margin-top: 40px;
}

.bg-primary .product-list h3 + p {
  margin-top: 10px;
}

.bg-primary .product-list hr {
  border-bottom: 0;
}

.bg-primary .product-list h3 {
  color: #fff;
}

.bg-secondary {
  color: #fff;
  background: #219e00;
}

.bg-tertiary {
  color: #fff;
  background: #e2000a;
}

.bg-image {
  /*background: url(../images/bg-image.jpg) center no-repeat;*/
  background-color: #000;
  background-size: cover;
  /*opacity: 0.7; filter: alpha(opacity=70);*/
}

.bg-image p {
  font-size: 15px;
}

/*=======================  Icons  =======================*/
.icon {
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 50px;
  text-align: center;
  color: #fff;
  background: #219e00;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.icon:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.icon2 {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  text-align: center;
  color: #fff;
  background: #000;
}

.icon2:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*=======================  Buttons  =======================*/
.btn, .btn2 {
  display: inline-block;
  width: 150px;
  padding: 15px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn:hover, .btn2:hover {
  background: #e2000a;
}

.btn:active, .btn2:active {
  background: #b60009;
}

.btn {
  color: #fff;
  background: #000;
}

.btn2 {
  color: #62bfe6;
  background: #eaeaea;
}

.btn2:hover, .btn2:active {
  color: #fff;
}

.btn_wr [class*="btn"] {
  padding: 15px 30px;
  display: inline-block;
  width: auto;
}

.btn_wr [class*="btn"] + [class*="btn"] {
  margin-top: 0;
  margin-left: 20px;
}

.btn_wr + .btn_wr {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .btn_wr [class*="btn"] {
    width: 100%;
  }
  
  .btn_wr [class*="btn"] + [class*="btn"] {
    margin-top: 20px;
    margin-left: 0;
  }
}

.btn3 {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn3:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn3:hover, .btn3:focus {
  color: #333;
  text-decoration: none;
}

.btn3:active, .btn3.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn3.disabled, .btn3[disabled], fieldset[disabled] .btn3 {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn4 {
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 11px 11px;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 500;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn4:hover {
  background: #e2000a;
}

.btn4:active {
  background: #b60009;
}

/*=======================  Box  =======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}

.box:after {
  clear: both;
}

.box_aside {
  float: left;
}

.box_cnt__no-flow {
  overflow: hidden;
}

/*=======================  Banner  =======================*/
.banner_wr {
  position: relative;
  min-height: 308px;
}

.banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner:before, .banner:after {
  display: table;
  content: "";
  line-height: 0;
}

.banner:after {
  clear: both;
}

.banner li {
  position: relative;
  margin-top: 30px;
  width: 33%;
  height: 358px;
  padding: 25px 29px 20px;
  float: left;
  color: #fff;
  background: #00aee3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.banner li:hover {
  margin-top: 0px;
  height: 388px;
  padding-bottom: 50px;
}

.banner li [class*="fa-"] {
  font-size: 60px;
  line-height: 1;
  color: inherit;
}

.banner li a {
  position: absolute;
  bottom: 25px;
  right: 10px;
}

.banner li a:before {
  font-family: "FontAwesome";
  font-size: 35px;
  line-height: 1;
  color: inherit;
  content: "";
	/*content: "";*/
}

.banner li a:hover {
  opacity: 0.7;
}

.banner li:hover a {
  right: 0px;
}

.banner li:nth-child(1) {
  background: url(../images/prod-1.jpg) right no-repeat;
  /*background: #219e00;*/
  border: 10px solid #fff;
}

.banner li:nth-child(2) {
  background: url(../images/prod-2.jpg) right no-repeat;
  /*background: #219e00;*/
  border: 10px solid #fff;
}

.banner li:nth-child(3) {
  background: url(../images/prod-3.jpg) right no-repeat;
  /*background: #219e00;*/
  border: 10px solid #fff;
}

.banner h3 {
  font-size: 35px;
  color: #e2000a;
  text-shadow: 1px 1px #b60009;
  background: #000;
}

.banner p {
  line-height: 30px;
  color: #fff;
}

.banner [class*="fa-"] + h3 {
  margin-top: 15px;
}

.banner h3 + p {
  margin-top: 15px;
}

@media (max-width: 1199px) {
  .banner {
    position: static;
  }
  
  .banner li {
    width: 50%;
    margin-top: 0;
  }
  
  .banner li a {
    right: 30px;
  }
  
  .banner li:hover {
    height: 358px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .banner li {
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  
  .banner li a {
    margin-top: 30px;
    display: inline-block;
    position: static;
  }
  
  .banner li:hover {
    height: auto;
    margin-top: 20px;
  }
}

/*=======================  Product List  =======================*/
.product-list li .box:hover .icon {
  background: #e2000a;
}

.product-list li .box_cnt__no-flow {
  padding-left: 30px;
}

.product-list * + hr {
  margin-top: 50px;
}

.product-list hr + * {
  margin-top: 50px;
}

.product-list h3 + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .product-list hr {
    display: none;
  }
  
  .product-list hr + * {
    margin-top: 30px;
  }
  
  .product-list li .box {
    text-align: center;
  }
  
  .product-list li .box_aside {
    float: none;
  }
  
  .product-list li .box_aside .icon {
    display: inline-block;
  }
  
  .product-list li .box_cnt__no-flow {
    margin-top: 20px;
    padding-left: 0;
  }
}

/*=======================  Quote  =======================*/
blockquote .box_cnt__no-flow {
  padding-left: 30px;
}

blockquote p {
  padding-top: 3px;
}

blockquote q:before {
  position: relative;
  top: -2px;
  left: 0;
  padding-right: 5px;
  content: "\f10d";
  color: #219e00;
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 30px;
  vertical-align: top;
  z-index: 10;
}

blockquote cite {
  display: block;
  font-size: 15px;
  color: #000;
}

blockquote cite a:hover {
  text-decoration: underline;
}

blockquote p + cite {
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 979px) {
  blockquote .box_aside {
    width: 100%;
    float: none;
    text-align: center;
  }
  
  blockquote .box_aside img {
    width: auto;
  }
  
  blockquote .box_cnt__no-flow {
    margin-top: 30px;
    padding-left: 0;
  }
}

@media (max-width: 479px) {
  blockquote .box_aside {
    width: 100%;
    float: none;
    text-align: center;
  }
  
  blockquote .box_aside img {
    width: auto;
  }
  
  blockquote .box_cnt__no-flow {
    margin-top: 30px;
    padding-left: 0;
  }
}

/*=======================  Marked List  =======================*/
.marked-list li {
  position: relative;
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 20px;
  color: #e2000a;
}

.marked-list li a:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 15px;
  font-weight: 400;
  font-size: 20px;
  font-family: "FontAwesome";
}
.marked-list li + li {
  margin-top: 0px;
  border-top: 1px solid #f7f7f7;
}

.marked-list a:hover {
  color: #000;
}

/*=======================  Contact List  =======================*/
.contact-list {
  color: #fff;
  font-size: 15px;
}

.contact-list .box {
  display: table;
}

.contact-list .box_cnt__no-flow {
  vertical-align: middle;
  display: table-cell;
  padding-left: 15px;
}

.contact-list .box + .box {
  margin-top: 20px;
}

.contact-list a[href^="callto:"] {
  font-size: 15px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .contact-list a[href^="callto:"] {
    font-size: 15px;
  }
}

.contact-list a:hover {
  color: #e2000a;
}

.contact-list-2 {
  padding-top: 20px;
  padding-bottom: 2px;
}

.contact-list-2 h3 {
  color: #fff;
}

.contact-list-2 a[href^="callto:"] {
  font-size: 25px;
  line-height: 30px;
}

.contact-list-2 dd, .contact-list-2 dt {
  display: inline-block;
  font-size: 15px;
}

.contact-list-2 a + dl {
  margin-top: 10px;
}

/*=======================  Tables  =======================*/
table {
  width: 100%;
  border: 1px solid #f7f7f7;
}

table td {
  border: 1px solid #f7f7f7;
  padding: 15px 20px;
  line-height: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table td:last-child {
  min-width: 100px;
}

table tr:nth-child(even) {
  background: #f7f7f7;
}

/*=======================  Info Box  =======================*/
.info-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 30px 30px 25px;
  color: #fff;
  background: #219e00;
}

.info-box dt, .info-box dd {
  display: inline-block;
}

.info-box hr {
  background: #fff;
}

.info-box [class^="fa-"]:before {
  padding-right: 10px;
  font-size: 50px;
}

.info-box h2 {
  color: #fff;
  position: relative;
  padding-left: 65px;
}

.info-box h2:before {
  position: absolute;
  left: 0;
}

.info-box h3 {
  color: #fff;
}

.info-box h2 + hr {
  margin-top: 25px;
}

.info-box * + h3 {
  margin-top: 20px;
}

.info-box h3 + dl {
  margin-top: 5px;
}

.info-box dl + hr {
  margin-top: 25px;
}

/*=======================  Info  =======================*/
.info dt {
  font-size: 15px;
  color: #000;
}

.info dd {
  font-size: 15px;
  color: #000;
}

.info dt + dt {
  margin-top: 10px;
}

.info dt + dd {
  margin-top: 15px;
}

.info dd + dt {
  margin-top: 15px;
}

.info b {
  font-weight: bold;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sup {
  top: -0.5em;
}

/*=======================  SF-Menu  =======================*/
.sf-menu {
  display: inline-block;
}

.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}

.sf-menu:after {
  clear: both;
}

.sf-menu > li {
  position: relative;
  float: left;
}

.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  padding: 15px 30px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  border-right: 1px solid #7f7f7f;
}

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
  background: #e2000a;
  border-right: 1px solid #7f7f7f;
}

.sf-menu > li.active > a {
  color: #fff;
  background: #b60009;
  border-right: 1px solid #7f7f7f;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 200px;
  background: #000;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li {
  position: relative;
}

.sf-menu ul > li > a {
  font-size: 15px;
  padding: 10px 30px;
  color: #fff;
  background: #000;
}

.sf-menu ul > li + li {
  border-top: 1px solid #7f7f7f;
}

.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #fff;
  background: #e2000a;
}

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 200px;
  margin-top: 0;
  margin-left: 10px;
  padding: 0;
  z-index: 4;
}

.sf-menu > li > ul > li > .sf-with-ul {
  position: relative;
}

.sf-menu > li > ul > li > .sf-with-ul:before {
  position: absolute;
  right: 19px;
  top: 0;
  margin-left: -6px;
  content: "";
  font: 400 15px/50px "FontAwesome";
  color: #fb2b36;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}

/*=======================  RD Mobile Menu  =======================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -50px;
  left: 0;
  bottom: -50px;
  width: 250px;
  padding: 125px 0 75px;
  color: #000;
  background: #fff;
  font-size: 15px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.rd-mobilemenu_ul a {
  display: block;
  padding: 15px 25px 15px;
}

.rd-mobilemenu_ul a:hover {
  background: #e2000a;
  color: #fff;
}

.rd-mobilemenu_ul a.active {
  background: #b60009;
  color: #fff;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  font: 400 10px "FontAwesome";
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: #fff;
  color: #000;
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #e2000a;
  color: #fff;
}

.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}

.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}

.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after {
  top: 8px;
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}

.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}

.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}

@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}

/*=======================  Stuck Menu  =======================*/
.stuck_container {
  margin-top: 0;
  background: #000;
}

.isStuck {
  margin-top: 0;
  z-index: 9999;
  border-bottom: 1px solid #000;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}

/*=======================  Header  =======================*/
header {
  padding-top: 25px;
  /*background: #fff;*/
}

@font-face {
	font-family: 'copperplate-gothic-bold-regular';
	src: url(../fonts/copperplate-gothic-bold-regular.ttf);
}

@font-face {
	font-family: 'sans-plate-caps';
	src: url(../fonts/sans-plate-caps.ttf);
}

header .title {
	border: 2px solid #000;
	font-family: 'sans-plate-caps';
  font-size: 25px;
  color: #aaa;
	padding: 10px 0px;
}

header .brand {
  float: left;
}

header a[href^="callto:"], header .container > p {
  clear: right;
  float: right;
}

header a[href^="callto:"] {
  margin-top: 0px;
  position: relative;
  font: 500 15px/30px "Roboto", sans-serif;
  font-size: 15px;
  color: #000;
}

header a[href^="callto:"]:before {
  position: absolute;
  top: 0px;
  left: -30px;
  font-size: 20px;
  color: #e2000a;
}

header a[href^="callto:"]:hover {
  color: map;
}

header a[href^="callto:"] + p {
  margin-top: 0px;
}

header a[href^="mailto:"], header .container > p {
  clear: right;
  float: right;
}

header a[href^="mailto:"] {
  margin-top: 0px;
  position: relative;
  font: 500 15px/30px "Roboto", sans-serif;
  font-size: 15px;
  color: #000;
}

header a[href^="mailto:"]:before {
  position: absolute;
  top: 0px;
  left: -30px;
  font-size: 20px;
  color: #e2000a;
}

header a[href^="mailto:"]:hover {
  color: map;
}

header a[href^="mailto:"] + p {
  margin-top: 0px;
}

@media (max-width: 979px) {
  header {
    text-align: center;
  }
  
  header .brand, header a[href^="callto:"], header .container > p {
    float: none;
  }
  
  header .brand {
    display: block;
  }
  
  header .brand_slogan {
    padding-left: 0;
  }
  
  header a[href^="callto:"] {
    display: inline-block;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  header {
    text-align: center;
  }
}

/*=======================  Main  =======================*/
main {
  display: block;
  /*background: #fff;*/
}

main .container.hr {
  padding-bottom: 50px;
}

a[href^="callto:"]:hover {
  color: #e2000a;
}

a[href^="mailto:"]:hover {
  color: #e2000a;
}

main p + a[href^="mailto:"] {
  display: inline-block;
  margin-top: 10px;
  font-size: 15px;
  color: #fb5860;
}

main p + a[href^="mailto:"]:hover {
  text-decoration: underline;
}

.video {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=======================  Margin  =======================*/
.margin_1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.margin_2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.margin_3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.margin_4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.margin_5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.margin_top_1 {
  padding-top: 10px;
}

.margin_top_2 {
  padding-top: 20px;
}

.margin_top_3 {
  padding-top: 30px;
}

.margin_top_4 {
  padding-top: 40px;
}

.margin_top_5 {
  padding-top: 50px;
}

.margin_bottom_1 {
  padding-bottom: 10px;
}

.margin_bottom_2 {
  padding-bottom: 20px;
}

.margin_bottom_3 {
  padding-bottom: 30px;
}

.margin_bottom_4 {
  padding-top: 40px;
}

.margin_bottom_5 {
  padding-bottom: 50px;
}

/*=======================  Category-Tab  =======================*/
.category-tab {
  overflow: hidden;
}

.category-tab ul {
  background: #000;
  border-bottom: 1px solid #e2000a;
  list-style: none outside none;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}

.category-tab ul li a {
  border: 0 none;
  border-radius: 0;
  color: #fff;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.category-tab ul li a:hover {
  background: #e2000a;
  color: #fff;
}

.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #b60009;
  border: 0px;
  color: #fff;
  cursor: default;
  margin-right: 0;
  margin-left: 0;
}

.nav-tabs li a {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px 4px 0 0;
  line-height: 1.42857;
  margin-right: 0;
}

.recommended_items {
  overflow: hidden;
}

#recommended-item-carousel .carousel-inner .item {
  padding-left: 0;
}

.recommended-item-control {
  position: absolute;
  top: 41%;
}

.recommended-item-control i {
  background: none repeat scroll 0 0 #fe980f;
  color: #fff;
  font-size: 20px;
  padding: 4px 10px;
}

.recommended-item-control i:hover {
  background: #ccccc6;
}

.recommended_items h2 {
}

.our_partners {
  overflow: hidden;
}

.our_partners ul {
  background: #f7f7f0;
  margin-bottom: 50px;
}

.our_partners ul li a:hover {
	background: none;
}

.product-details {
  overflow: hidden;
}

#similar-product {
  margin-top: 40px;
}

#details {
  padding-left: 25px;
  padding-right: 25px;
}

.product-details {
  margin-bottom: 40px;
  overflow: hidden;
  margin-top: 10px;
}

.view-product {
  position: relative;
}

.view-product img {
  border: 1px solid #f7f7f0;
  height: 380px;
  width: 100%;
}

.view-product h3 {
  background: #fe980f;
  bottom: 0;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 8px 20px;
  position: absolute;
  right: 0;
}

#similar-product .carousel-inner .item {
  padding-left: 0px;
}

#similar-product .carousel-inner .item img {
  display: inline-block;
  margin-left: 15px;
}

.item-control {
  position: absolute;
  top: 35%;
}

.item-control i {
  background: #fe980f;
  color: #fff;
  font-size: 20px;
  padding: 5px 10px;
}

.item-control i:hover {
  background: #ccccc6;
}

.product-information {
  border: 1px solid #f7f7f0;
  overflow: hidden;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-top: 60px;
  position: relative;
}

.newarrival {
  position: absolute;
  top: 0;
  left: 0;
}

.product-information h2 {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  margin-top: 0;
}

.product-information p {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5px;
}

.product-information span {
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 18px;
}

.product-information span span {
  color: #182983;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-right: 20px;
  margin-top: 0px;
}

.product-information span input {
  border: 1px solid #dededc;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 33px;
  outline: medium none;
  text-align: center;
  width: 50px;
}

.product-information span label {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-right: 5px;
}

.share {
  margin-top: 15px;
}

.cart {
  background: #f7f7f7;
  border: 0 none;
  border-radius: 0;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.shop-details-tab {
  border: 1px solid #000;
  margin-bottom: 75px;
  margin-left: 175px;
  margin-right: 175px;
  padding-bottom: 10px;
}

.shop-details-tab .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

#details ul {
  background: #fff;
  border: 0 none;
  list-style: none outside none;
  margin: 0 0 20px;
  padding: 0;
}

#details ul li {
  display: inline-block;
}

#details ul li a {
  color: #696763;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding-right: 15px;
}

#details ul li a i {
  color: #fe980f;
  padding-right: 8px;
}

#details ul li a:hover {
  background: #fff;
  color: #fe980f;
}

#details p {
  color: #363432;
}

#details form span {
  display: block;
}

#details form span input {
  background: #f0f0e9;
  border: 0 none;
  color: #a6a6a1;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  outline: medium none;
  padding: 8px;
  width: 48%;
}

#details form span input:last-child {
  margin-left: 3%;
}

#details textarea {
  background: #f0f0e9;
  border: medium none;
  color: #a6a6a1;
  height: 195px;
  margin-bottom: 25px;
  margin-top: 15px;
  outline: medium none;
  padding-left: 10px;
  padding-top: 15px;
  resize: none;
  width: 99.5%;
}

#details button {
  background: #182983;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

/*=======================  Gallery  =======================*/
.gallery {
  overflow: hidden;
  padding-top: 25px;
}

.gallery a.btn {
  margin-top: 20px;
}

.gallery h2 {
  padding-top: 50px;
}

a.gal {
  position: relative;
  top: 1px;
  display: block;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  background: url(../images/magnify.png) center center no-repeat #219e00;
}

a.gal img {
  width: 100%;
  box-shadow: 0 0 0 #fff;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

a.gal:hover img {
  opacity: 0.7;
}

/*=======================  Gallery 01  =======================*/
/* Set a border on the images to prevent shifting */
#gallery_01 img {
  border: 1px solid #000;
}
 
/* Change the colour */
.active img {
  border: 1px solid #000 !important;
}
 
/*=======================  Gallery 09  =======================*/
/* Set a border on the images to prevent shifting */
#gallery_09 img {
  border: 1px solid #000;
}

/* Change the colour */
#gallery_09 .active img {
  border: 1px solid #000 !important;
}

/*=======================  Popup  =======================*/
a span {
  position: absolute;
  margin-top: 22px;
  margin-right: -35px;
  color: #09c;
  background: rgba(0,0,0,0.9);
  padding: 15px;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0,0,0,.5);
  transform: scale(0) rotate(-12deg);
  transition: all .25s;
  opacity: 0;
}

a:hover span, a:focus span {
  transform: scale(1) rotate(0);
  opacity: 0.8;
}

/*=======================  Footer  =======================*/
footer {
  color: #fff;
  background: #000;
}

footer section + section .container {
  border-top: 1px solid #fff;
}

footer .copyright {
  padding-top: 20px;
  padding-bottom: 20px;
}

footer .copyright a:hover {
  color: #e2000a;
}

@media (max-width: 767px) {
  footer .copyright {
    text-align: center;
  }
}

/*=======================  ToTop  =======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  background: #e2000a;
  position: fixed;
  right: 100px;
  bottom: 100px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}

.toTop:hover {
  color: none;
  background: #fb5860;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}

.primary {
  color: #e2000a;
}

/*=======================  Social  =======================*/
.social {
  text-align: center;
}

.social a {
  text-align: center;
  color: #fff;
  font-size: 25px;
  position: relative;
  width: 40px;
  height: 40px;
}

.social a .fa {
  position: relative;
  z-index: 10;
  line-height: 40px;
}

.social a:hover {
  color: #e2000a;
}

.socials a:hover:after {
  background-color: #888 !important;
}

.socials a+a {
  margin-left: 5px;
}

.socials a:first-child+a+a:hover {
  background-color: #e2000a;
  color: #fff;
}

.socials a:first-child+a+a {
  background-color: #888;
  color: #888;
  font-size: 15px;
  line-height: 40px;
}

.socials a:first-child+a+a:after {
  width: 20px;
  height: 20px;
  z-index: 5;
  background-color: #fff;
  left: 10px;
  top: 10px;
  content: '';
  position: absolute;
}

/*=======================  Socials  =======================*/
.socials {
  text-align: center;
}

.socials a {
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 25px;
  position: relative;
  width: 40px;
  height: 40px;
}

.socials a .fa {
  position: relative;
  z-index: 10;
  line-height: 37px;
}

.socials a .fa-google-plus {
  text-align: center;
  display: inline-block;
  background-color: #888;
  color: #fff;
  font-size: 25px;
  position: relative;
  width: 40px;
  height: 40px;
}

.socials a:hover .fa-google-plus {
  background-color: #e2000a;
  color: #fff;
}

.socials a .fa-whatsapp {
  text-align: center;
  display: inline-block;
  background-color: #888;
  color: #fff;
  font-size: 25px;
  position: relative;
  width: 38px;
  height: 37px;
}

.socials a:hover .fa-whatsapp {
  background-color: #00aee3;
  color: #fff;
}

.socials a:hover {
  color: #e2000a;
}

.socials a:hover:after {
  background-color: #888 !important;
}

.socials a+a {
  margin-left: 5px;
}

.socials a:first-child+a+a:hover {
  background-color: #e2000a;
  color: #fff;
}

.socials a:first-child+a+a {
  background-color: #888;
  color: #888;
  font-size: 10px;
  line-height: 35px;
}

.socials a:first-child+a+a:after {
  width: 20px;
  height: 20px;
  z-index: 5;
  background-color: #fff;
  left: 10px;
  top: 10px;
  content: '';
  position: absolute;
}

/*=======================  Gallery Big Image  =======================*/
.pad {
	padding: 60px;
	overflow: hidden;
}

.pad_left1 {
	padding-left: 60px;
}

.pad_right {
	padding-right: 60px;
}

.pad_bot1 {
	padding-bottom: 15px;
}

.marg_right1 {
	margin-right: 20px;
}

figure {
	padding-top: 3px;
}

#page_Services figure {
	padding-top: 0;
}

.link1 {
	position: relative;
	display: inline-block;
}

.link1 span {
	position: absolute;
	bottom: 4px;
	left: 0;
	height: 1px;
	width: 0;
}

.close {
	position: absolute;
	background: url(../images/close.gif) 0 0 no-repeat;
	width: 13px;
	height: 13px;
	top: 20px;
	right: 20px;
}

.close span {
	width: 100%;
	height: 100%;
	background: url(../images/close_active.gif) 0 0 no-repeat;
	display: block;
}

.scroll {
	height: 290px;
	width: 340px;
	overflow: hidden;
}

.track {
	width: 20px;
	height: 299px;
	padding: 0 0;
	top: 38px !important;
	left: 360px !important;
	background: url(../images/scroll_track.png) 0 0 no-repeat;
}

.shuttle {
	width: 20px;
	height: 76px;
	background: url(../images/scroll_drag.png) 0 0 no-repeat;
	margin-left: 0px;
}

._up-butt, ._down-butt {
	height: 0px !important;
}

.list1 {
}

.list1 li {
	padding-left: 15px;
	background: url(../images/marker-1.gif) 0 10px no-repeat;
	overflow: hidden;
}

.list1 a {
	position: relative;
}

.list1 span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #ad2f00;
}

.gallery_big_img {
	position: relative;
	width: 100%;
	height: 355px;
	margin-top: 10px;
}

.gallery_big_img img {
	position: absolute;
	top: 0;
	left: 0;
}

#caption {
	position: relative;
	height: 500px;
	width: 100%;
	overflow: hidden;
}

#caption li {
	position: absolute;
	top: 0;
	right: 0;
}

#gallery1 {
	width: 400px !important;
}

#gallery1 li {
	float: left;
	margin-right: 10px;
}

#gallery1 img {
	width: 95px;
	height: 95px;
}

.prev, .next {
	position: absolute;
	top: 42px;
	width: 4px;
	height: 6px;
	padding: 5px;
	background: url(../images/marker_right.gif) 5px 5px no-repeat;
	left: -19px;
}

.next {
	left: auto;
	right: -19px;
	background: url(../images/marker_right.gif) 5px 5px no-repeat;
}

.prev span, .next span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/marker_left.gif) 0 bottom no-repeat;
}

.next span {
	background: url(../images/marker_right.gif) 0 bottom no-repeat;
}