@font-face {
    font-family: 'rsubold';
    src: url('fonts/rsu/rsu_bold-webfont.eot');
    src: url('fonts/rsu/rsu_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rsu/rsu_bold-webfont.woff2') format('woff2'),
         url('fonts/rsu/rsu_bold-webfont.woff') format('woff'),
         url('fonts/rsu/rsu_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rsulight';
    src: url('fonts/rsu/rsu_light-webfont.eot');
    src: url('fonts/rsu/rsu_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rsu/rsu_light-webfont.woff2') format('woff2'),
         url('fonts/rsu/rsu_light-webfont.woff') format('woff'),
         url('fonts/rsu/rsu_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rsuregular';
    src: url('fonts/rsu/rsu_regular-webfont.eot');
    src: url('fonts/rsu/rsu_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rsu/rsu_regular-webfont.woff2') format('woff2'),
         url('fonts/rsu/rsu_regular-webfont.woff') format('woff'),
         url('fonts/rsu/rsu_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
  color: #333;
  font-family: 'rsulight', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  overflow-x: hidden;
  padding: 0 !important;
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  color: #111;
  font-family: 'Raleway', 'rsulight', sans-serif;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 10px 0;
  text-rendering: optimizelegibility;
}

h1 { font-size: 42px; }

h2 { font-size: 34px; }

h3 { font-size: 24px; }

h4 { font-size: 18px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

h4 { font-weight: 600; }

h5,
h6 { font-weight: bold; margin-bottom: 20px; }

p,
p.lead {
  color: #696f6f;
  margin-bottom: 20px;
  font-family: 'rsulight', sans-serif;
}

.button {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 100%;
  margin: 10px 0;
  outline: 0 none;
  padding: 18px 36px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #ccc;
}
.button.transparent {
  padding: 10px 26px;
  letter-spacing: 0;
}


/* ----------------------------------------------------------------
  TOPBAR / MAINMENU
-----------------------------------------------------------------*/

#topbar { border-bottom: none; }
#topbar.topbar-transparent { 
  background-color: rgba(19,46,70,0.8) !important;
  border-bottom: none; 
}
.topbar-dropdown .title { border-left: 1px solid #132e46; font-size: 15px; }
.topbar-dropdown .title .fa { margin-left: 7px; margin-top: 0px; position: relative; top: 1px; }
.topbar-dropdown .list-entry { font-size: 14px; }

.topbar-dropdown .title img { margin-right: 3px; }

#header.header-sticky #header-wrap {
  background-color: rgba(19,46,70,0.9) !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  color: #fff;
}
#header.header-sticky .container { 
  border-bottom: none;
}

#header.header-sticky:not(.header-static) #mainMenu > ul > li > a { 
  color: #fff
}

#header .container {
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}

body.subpage #topbar.topbar-transparent {
  background-color: rgba(19, 46, 70, 1) !important;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}
body.subpage #header {
  background-color: rgba(19, 46, 70, 1);
}

#logo img {
  padding: 6px;
}

#mainMenu > ul > li > a { 
  font-weight: 600; 
  font-family: 'Raleway', sans-serif; 
  font-size: 13px; 
  padding: 10px; 
  /*color: #fff;*/
  transition: none;
  height: 70px;
  line-height: 60px;
}
#mainMenu > ul > li > a:hover, 
#mainMenu > ul > li > a.active { 
  color: #fff; 
  border-bottom: 2.5px solid #f36f21;
  transition: none; 
}
#mainMenu > ul > li > a.active:hover { 
  border-bottom: 2.5px solid #28c0f6;
}

.sl-topbar { 
  background: #28c0f6;
  color: #fff;
}
.sl-topbar:hover { 
  background: #f36f21;
}
.sl-topbar a { 
  font-size: 16px;
  color: #fff !important;
}


/* ----------------------------------------------------------------
  BOX SLIDER
-----------------------------------------------------------------*/
/*
.boxed-slider { height: auto; width: 100%; }
.boxed-slider .owl-item { height: auto; }
#slider-carousel .owl-bg-img img { width: 100%; height: auto; }*/

.owl-carousel .owl-controls .owl-nav .owl-next, 
.owl-carousel .owl-controls .owl-nav .owl-prev {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 38px;
  height: 75px;
}

.sl-mainbanner {
  /*margin-top: -120px;*/
}

.slide-caption {
  position: relative;
  top: -50px;
  z-index: 1000;
  text-align: center;
}
.slide-caption h3 {
  color: #fff;
}
.slide-caption p {
  color: #fff;
  background: #28c0f6;
  width: 40%;
  margin: 0 auto;
}

.owl-theme .owl-dots { 
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 30px; 
  left: 49%;
  z-index: 110;
}


/* ----------------------------------------------------------------
  ICON PRODUCT CATAGORIES
-----------------------------------------------------------------*/

.sl-iconproduct { 
  position: relative; 
  top: -250px; 
  z-index: 100; 
  margin-bottom: -100px; 
}
.sl-iconproduct .icon { 
  border: 1px solid rgba(255,255,255,0.1); 
  background: rgba(255,255,255,0.1); 
  width: 120px; 
  height: 120px; 
  border-radius: 50%;  
  text-align: center; 
  transition: 0.3s;
}
.sl-iconproduct .icon:hover { 
  border: 1px solid #f36f21; 
  background: #f36f21; 
}
.sl-iconproduct .icon i {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
}
.sl-iconproduct .icon img {
  margin-top: 20px;
  margin-bottom: 0px;
}
.sl-iconproduct .icon h4 {
  font-size: 13px;
  color: #fff;
  line-height: 15px !important;
  padding: 5px 15px;
}
.sl-iconproduct .icon a {
  color: #fff;
  display: block;
}


/* ----------------------------------------------------------------
  PRODUCTS
-----------------------------------------------------------------*/

.sl-products { background: #f6f6f6; }

.image-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  /*margin-bottom: 30px;*/
  float: left;
}
.image-box {
  max-height: 300px;
  width: 60%;
}
.image-box img {
  margin: 0 auto;
  min-width: 50% !important;
  height: 300px;
}
.image-box-description h4 { 
  font-size: 22px;
}

.owl-carousel .owl-item img {
  width: auto;
}

.carousel .image-box-description {
  width: 40%;
  text-align: left;
  padding-left: 25px;
  padding-top: 30px;
}
.carousel-description-style .image-box-description h4 {
  margin-bottom: 10px;
}

.carousel-description-style .owl-carousel .owl-controls .owl-nav .owl-next, 
.carousel-description-style .owl-carousel .owl-controls .owl-nav .owl-prev { 
  background: transparent;
  color: #bebebe;
  font-size: 115px;
  height: 20px;
}
.carousel-description-style .owl-carousel .owl-controls .owl-nav .owl-next:hover, 
.carousel-description-style .owl-carousel .owl-controls .owl-nav .owl-prev:hover { 
  opacity: 1;
  color: #f36f21;
}
.carousel-description-style .owl-theme .owl-controls .owl-nav .owl-next {
  left: 980px;
}


/* ----------------------------------------------------------------
  EVENT INFO BOX
-----------------------------------------------------------------*/

.event-info-box {
  background: #f36f21;
  padding: 25px 0;
}

.event-info-box a:hover {
  color: #fff;
}

.event-info-box .col-md-3, 
.event-info-box .col-md-4 {
  border-right: 1px solid #fff;
}
.event-info-box .col-md-3:last-child, 
.event-info-box .col-md-4:last-child {
  border-right: 0;
}

.event-info-icon {
  color: #fff;
  float: left;
  clear: both;
  padding: 5px 10px;
  width: 65px;
}

.event-info-content .info-title {
  font-size: 15.5px;
  line-height: 16px;
  font-weight: 800;
  color: #132e46;
}
.event-info-content .info-description {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  margin-bottom:6px;
}


/* ----------------------------------------------------------------
  FOOTER
-----------------------------------------------------------------*/

footer { 
  padding: 0; 
}
.footer-content {
  padding: 60px 0 10px 0;
}
.copyright-content {
  border-top: none;
  min-height: 0px;
  padding: 20px 0;
  background-color: rgba(19,46,70,0.85) !important;
}
.copyright-text { font-size: 16px; color: #eee; }

.social-icons li a { margin: 0 8px 0px 0; }

.list-large li { margin: 5px 0; }

.engine_by_shopup_bottom { background-color: rgba(19,46,70,1); color: #fff; font-size: 16px; }


/* ----------------------------------------------------------------
  GO TO TOP
-----------------------------------------------------------------*/

.gototop-button {
    border-radius: 50px;
    bottom: 110px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    line-height: 24px;
    padding: 8px 12px 9px;
    position: fixed;
    right: 10px;
    z-index: 199;
}

/* ----------------------------------------------------------------
  BOOTSTRAP 5 COLUMNS
-----------------------------------------------------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/* ----------------------------------------------------------------
  SIDEBAR
-----------------------------------------------------------------*/

.sidebar-catagory {
  background-color: #f6f6f6;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #eee;
  min-height: 100px;
  margin-bottom: 25px;
  padding: 20px 20px 5px 20px;
}
.sidebar-catagory-title { 
  background: #28c0f6;
  padding: 15px;
  margin-bottom: 15px;
}
.sidebar-catagory-title h3 { 
  margin-bottom: 0;
  font-size: 20px;
  color: #fff;
}
.sidebar-catagory-title h3 a {
  color: #fff;
}
.sidebar-catagory-title h3 a:hover {
  color: #191e23;
}

.sidebar-banner {
  margin-bottom: 25px;
}

.sidebar-banner .label { background: #ed1b24; }
.sidebar-banner .grid-articles .post-date { font-size: 14px; }

.sidebar-subscribe { 
  background-color: #ed1b24;
  background-image: url(../images/bg-email.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #eee;
  min-height: 100px;
  padding: 20px;
  margin-bottom: 25px;
  display: table;
  width: 100%;
}
.sidebar-subscribe h4 { color: #eee; font-size: 22px; margin-bottom: 12px; }
.sidebar-subscribe h4 span.text-colored { color: #191e23 !important; }
.sidebar-subscribe .form-group { margin-bottom: 10px; }
.sidebar-subscribe .form-control:focus { border-color: #191e23; }
.sidebar-subscribe .form-group input.form-control { line-height: 1.5; padding: 9px 10px; font-size: 18px; }
.sidebar-subscribe .btn.btn:not(.btn-xs):not(.btn-sm):not(.btn-lg) { padding: 5px 10px; font-size: 18px; float: left; clear: none; } 
.sidebar-subscribe .form-group button { background: #191e23 !important; border-color: #191e23 !important; float: right; }
.sidebar-subscribe .form-group button:hover { background: #b70000 !important; border-color: #b70000 !important; }


.sidebar .widget-categories {
    border-bottom: none;
    margin-bottom: 0;
}
.custom-vertical-nav ul {
    list-style: none;
    position: relative;
}
ul.main-list { padding-left: 0; }
ul.main-list a:hover { background: #132e46; color: #fff; }
ul.main-list li:not(:last-child) {
    position: relative;
    border-bottom: 1px dotted #e4e4e4;
}
ul.main-list li.dropdown > a::after {
    font-family: fontawesome;
    content: "\f107";
    margin-right: 10px;
    position: absolute;
    right: 0;
}
ul.main-list li.dropdown.active > a::after {
    content: "\f106";
}
ul.main-list a {
    padding: 10px 25px 10px 10px;
    display: block;
    color: #111;
    word-wrap: break-word;
    position: relative;
}
ul.dropdown-list a { padding-left: 20px; }
ul.dropdown-list ul.dropdown-list a { padding-left: 30px; }
ul.dropdown-list ul.dropdown-list ul.dropdown-list a { padding-left: 60px; }
li.dropdown.active > ul.dropdown-list {
    display: block;
}
ul.dropdown-list {
    display: none;
}


/* ----------------------------------------------------------------
  SYSTEM RESET
-----------------------------------------------------------------*/

.button + .button { margin-right: 0px; margin-bottom: 0px; }

.btn-org { padding: 6px 26px; color: #fff; margin: 0; background-color: #28c0f6; border: 2px solid; border-color: #28c0f6; transition: all .2s ease-out; letter-spacing: 0; font-weight: normal; }
.btn-primary { padding: 10px 26px !important; color: #fff; margin: 0; background-color: transparent !important; border: 2px solid !important; border-color: #fff !important; transition: all .2s ease-out; letter-spacing: 0; font-weight: normal; }
.btn-org:hover, .btn-primary:hover { color: #fff; background-color: #f36f21; border-color: #f36f21; }

span.facebook { color: #3a5795; }
span.twitter { color: #1da1f2; }
span.pinterest { color: #e63d44; }
span.google-plus { color: #d95332; }
span.facebook:hover, span.twitter:hover, span.pinterest:hover, span.google-plus:hover { color: #f36f21; }

.tags .badge {
  display: inline-block;
  min-width: 10px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #999;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 15px;
  letter-spacing: -0.5px;
  margin-right: 2px;
}
.tags .badge:hover {
  color: #fff;
  background-color: #28c0f6;
  border: 1px solid #28c0f6;
}


.heading {
  margin-bottom: 30px;
}
.heading:after {
  border-top: 3px solid #28c0f6;
  display: block;
  margin-top: 10px;
  width: 40px;
  content: "";
  display: none
}
.heading:before {
  border-top: 3px solid #28c0f6;
  display: block;
  margin-bottom: 30px;
  width: 40px;
  content: "";
}
.heading.heading-light:after,
.text-light .heading:after {
  border-top: 2.5px solid #fff;
}

.heading.heading-center:before {
  margin: 30px auto 0;
  padding-bottom: 30px;
}
 

/* ----------------------------------------------------------------
  RESPONSIVE
-----------------------------------------------------------------*/

@media(max-width: 1024px) {
    #mainMenu > ul > li > a { font-size: 13px; padding: 10px 5px; }

    .carousel-description-style .owl-theme .owl-controls .owl-nav .owl-next { left: 810px; }
}

@media(max-width: 991px) {
    .topbar-dropdown img { height: 16px; }
    #topbar .topbar-dropdown .title { padding: 0 5px; }

    .sl-iconproduct { top: 0px; z-index: 100; margin-bottom: 0px; background: #f36f21; padding-top: 30px !important; padding-bottom: 10px !important; }
    .sl-iconproduct .col-md-2 { width: 33.333333%; float: left; clear: none; }

    .sl-iconproduct .icon { margin: 0 auto; margin-bottom: 20px; }
    .sl-iconproduct .icon:hover { border: 1px solid #28c0f6; background: #28c0f6; }
    
    .event-info-box .col-md-3, 
    .event-info-box .col-md-4 { border-right: none; }

    .carousel-description-style .owl-theme .owl-controls .owl-nav .owl-next { left: 765px; }
    .owl-carousel .owl-item img { width: auto; height: auto; }

    .footer-content .col-md-4 { padding-top: 10px !important; padding-bottom: 10px !important; }
    .widget-contact-us img { height: 16px; }
}

@media(max-width: 768px) {
    
}

@media(max-width: 600px) {
    .slide-caption p { width: 100%; }

    .carousel-description-style .col-md-10 { width: 100%; float: left; clear: none; }
    .carousel-description-style .owl-theme .owl-controls .owl-nav .owl-prev { left: -70px; }
    .carousel-description-style .owl-theme .owl-controls .owl-nav .owl-next { left: 450px; }
    
    .carousel .image-box, 
    .carousel .image-box-description { width: 100%; margin: 0 auto; }

    .copyright-text img { width: 100px; height: auto; }
}

@media(max-width: 480px) {
    .carousel .image-box, 
    .carousel .image-box-description { width: 100%; }
}

/* iPhone 6 Plus */
@media(max-width: 414px) {
    .event-info-content .info-title { height: 50px; padding-top: 20px; }
}

/* iPhone 6 */
@media(max-width: 375px) {
    .event-info-content .info-title { padding-top: 10px; }
}

/* Galaxy S5 */
@media(max-width: 360px) {

}

/* iPhone 5 */
@media(max-width: 320px) {

}

.content .body .title h1{
  display:none;
}

.detail-text .text-light p,
.detail-text .text-light .title h4{
  color : #000 !important ;
}

.product-title-box .title a > h2{
  font-size:24px;
}


