/*** @template:  VirtuosoTABLE OF CONTENTS	- Basic	- Header	- Footer	- Miscellaneous	- Utility Classes	- Typography	- Top Menu - Hornav	- Sidebar Menu	- Mobile Menu	- Blockquotes	- Font Awesome	- Glyphicons	- Portfolio	- Testimonials	- Accordions	- Tabs	- Progress Bars 	- Panels	- Social Icons	- Carousel	- Thumbs Gallery	- Blog	- Pages*/
/*-----------------------------------------------------------------------------------*/
/* FONT */
/*-----------------------------------------------------------------------------------*/

@font-face {
    font-family: 'DIN Next LT Pro Bold';
    src: url('../fonts/DINNextLTPro-Bold.eot');
    /* IE9 Compat Modes */
    
    src: url('../fonts/DINNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('../fonts/DINNextLTPro-Bold.woff') format('woff'),
    /* Modern Browsers */
    
    url('../fonts/DINNextLTPro-Bold.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('../fonts/DINNextLTPro-Bold.svg#020004e9b75eea10ee70737080129f58') format('svg');
    /* Legacy iOS */
    
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'DIN Next LT Pro Light';
    src: url('../fonts/DINNextLTPro-Light.eot');
    /* IE9 Compat Modes */
    
    src: url('../fonts/DINNextLTPro-Light.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('../fonts/DINNextLTPro-Light.woff') format('woff'),
    /* Modern Browsers */
    
    url('../fonts/DINNextLTPro-Light.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('../fonts/DINNextLTPro-Light.svg#a25104a0774d16e06886a3b435b5d53e') format('svg');
    /* Legacy iOS */
    
    font-style: normal;
    font-weight: 200;
}
@font-face {
    font-family: 'DIN Next LT Pro Medium';
    src: url('../fonts/DINNextLTPro-Medium.eot');
    /* IE9 Compat Modes */
    
    src: url('../fonts/DINNextLTPro-Medium.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('../fonts/DINNextLTPro-Medium.woff') format('woff'),
    /* Modern Browsers */
    
    url('../fonts/DINNextLTPro-Medium.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('../fonts/DINNextLTPro-Medium.svg#145835dcece21fdb071fe84cdfccac46') format('svg');
    /* Legacy iOS */
    
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('../fonts/DINNextLTPro-Regular.eot');
    /* IE9 Compat Modes */
    
    src: url('../fonts/DINNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('../fonts/DINNextLTPro-Regular.woff') format('woff'),
    /* Modern Browsers */
    
    url('../fonts/DINNextLTPro-Regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('../fonts/DINNextLTPro-Regular.svg#4259aa35ace4c12937b753d1ff841883') format('svg');
    /* Legacy iOS */
    
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue-webfont.woff') format('woff'), url('../fonts/BebasNeue-webfont.ttf') format('truetype'), url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*-----------------------------------------------------------------------------------*/
/* Basic */
/*-----------------------------------------------------------------------------------*/

html {
    overflow-y: scroll;
}
body {
    line-height: 1.7em;
    font-family: Arial, Tahoma, Century gothic, sans-serif;
    font-size: 12px;
    font-weight: 400;
    background-color: #ffffff;
    color: #555;
    background-image: url('../img/bg.png');
}
#body-bg {
    background-attachment: fixed;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
}
.main-container {
    width: 100%;
}
.container {
    max-width: 1180px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}
.container.no-padding {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
@media (max-width: 992px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
p {
    margin: 3px 0;
}
a {
    color: #129cc4;
}
a:hover {
    text-decoration: none;
    color: #d32324;
}
/*-----------------------------------------------------------------------------------*/
/* Header */
/*-----------------------------------------------------------------------------------*/
/*Header*/

.singtel-header {
/*    background: #ffffff url(../img/menu_bottom_red.png) repeat-x left bottom;*/
    background: #ffffff;
    position: relative;
    z-index: 2;
}
#header {
    position: relative;
    height: 120px;
    top: 0;
    transition: all 0.2s ease 0s;
    width: 100%;
}
#header .container {
    height: 130px;
    position: relative;
}
/* Logo */

.logo {
    float: left;
    width: 50%;
}
.logo a {
    top: 40px;
    display: block;
    position: relative;
    z-index: 20;
    float: left;
}
.logo-mobile {
    display: none;
    position: absolute;
    top: 7px;
}

.top-navigation {float: left; width: 50%; margin-top: 60px; text-align: center;}
.top-navigation a { padding: 0 17px; color: #555555; font-weight: 700; font-size: 12px;}

p.site-slogan {
    color: #b1a5bd;
    font-size: 11px;
    letter-spacing: 8px;
    margin: 0;
    padding: 0;
    right: 15px;
    text-align: right;
    top: 68px;
    position: absolute;
    z-index: 20;
    white-space: nowrap;
}

@media (max-width: 992px) {
/*    #header {
        height: 55px;
    }*/
    
    .logo-mobile {
        display: block;
    }
}

@media (max-width: 768px) {
    .top-navigation a { float: right;}
}

@media (max-width: 550px) {
    .top-navigation {margin-top: 45px;}
}
/*-----------------------------------------------------------------------------------*/
/* SEARCH */
/*-----------------------------------------------------------------------------------*/

.search-bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 510px;
    height: 41px;
    background: url(../img/tr_bg1.jpg) no-repeat;
}
.search-bar-aboutus {
    float: left;
    width: auto;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 12px;
}
.search-bar-form {
    float: left;
    padding-top: 6px;
}
.mysearchform {
    background: url(../img/tr_search_bg.png) center bottom no-repeat;
    width: 290px;
    outline: 0;
}
.mysearchform input[type='text'] {
    border: none;
    width: 259px;
    padding-left: 8px;
    height: 15px;
    background-color: transparent;
    padding-top: 0px;
    outline: 0;
    font-size: 12px;
}
.mysearchform input[type='submit'] {
    display: none;
    outline: 0;
}
@media (max-width: 992px) {
    .search-bar {
        background: none;
        width: 409px;
    }
}
@media (max-width: 480px) {
    .search-bar {
        width: 100%;
    }
    .search-bar-aboutus {
        display: none;
    }
    .search-bar-form {
        float: none;
    }
    .mysearchform {
        margin: auto;
    }
}
/*-----------------------------------------------------------------------------------*/
/* Footer */
/*-----------------------------------------------------------------------------------*/

#footer-contactus
{
    background: #fff;
    padding: 20px;
    margin-top: 10px;
}
#footer-contactus .text-wrapper { background: transparent url(../img/newsletter_icon.png) no-repeat left 14px top 4px; font-size: 16px; padding-left: 70px; float: left; width: 70%; position: relative;}
#footer-contactus .button-wrapper { font-size: 16px; float: left; width: 30%; position: relative;}
#footer-contactus .btn-contactus {
    position: relative;
    background: #e3193a;
    color: #fff;
    display: inline-block;
    top: 3px;
    padding: 10px 23px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    float: right;
}

#footer-contactus .btn-contactus:after {
    content: "\f18e";
    font: normal normal normal 13px/1 FontAwesome;
    margin-left: 5px;
}

@media (max-width: 640px) {
    #footer-contactus .text-wrapper { width: 100%; }
    #footer-contactus .button-wrapper { width: 100%; padding-left: 70px; margin-top: 10px;}
    #footer-contactus .btn-contactus { float: left; }
}


#footer {
    /*  background: rgba(0, 0, 0, 0.85);*/
    float: left; width: 100%;
    background: transparent url(../img/menu_bottom_red.png) repeat-x left top;
    color: #523e1d;
    padding-top: 25px;
    padding-bottom: 40px;
    font-size: 12px;
    
}
#footer .footer-wrapper-left {
    float: left;
    width: 50%;
}
#footer .footer-wrapper-right {
    float: right;
    width: 50%;
    text-align: right;
    padding-right: 20px;
}
#footer .footer-wrapper-right a {
    padding-right: 5px;
}
@media (max-width: 768px) {
    #footer .footer-wrapper-left,
    #footer .footer-wrapper-right {
        width: 100%;
    }
    #footer .footer-wrapper-right {
        padding-left: 20px;
        padding-top: 10px;
        text-align: left;
    }
}
#footermenu ul {
    margin: 0;
    margin-bottom: 5px;
}
#footermenu ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 0px;
    padding-right: 10px;
}
#footermenu ul li:last-child {
    border: none;
}
#footermenu ul li a {
    color: #523e1d;
    font-size: 12px;
}
#footermenu ul li a:hover {
    color: #523e1d;
}
/* Copyright */

#copyright p {
    padding: 0;
    margin: 0;
}
/*-----------------------------------------------------------------------------------*/
/* Top Menu - Hornav */
/*-----------------------------------------------------------------------------------*/
.hornav-wrapper { background-color: #e3193a; }

.menu {
    width: 100%;
}
.menu-container {
  margin: 0 auto;
  background: #e3193a;
}
.menu a.logo {
    display: inline-block;
    padding: 1.5em 3em;
    width: 19%;
    float: left;
}
.menu img {
    max-width: 100%;
}
.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
  content: "☰";
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  color: #e3193a;
  background-color: #fff;

  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px; 
  padding: 0px 5px;
}
.menu-dropdown-icon:before {
  content: "\25BC";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 12px 15px;
  background: #fff;
  color: #333;
}
.menu-dropdown-icon.down ul
{
    display: block !important;
}
.menu-dropdown-icon.down:before {
  content: "\25B2" !important;
}
.menu > ul {
  margin: 0 auto;
  width: 70%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
  clear: right;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  background: transparent;
  padding: 0;
  margin: 0;
  border-right: 1px solid #cc1936;
}
.menu > ul > li a {
  text-decoration: none;
  padding: 10px 36px;
  display: block;
  color: #fff;
  font-family: "DIN Next LT Pro Medium";
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
}
.menu > ul > li > a:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 0;
    background: #b2132d;
    z-index: -1;
}
.menu > ul > li a.active:after, .menu > ul > li a:hover:after {
    width: 100%;
}

/*.menu > ul > li:hover {
  background: #f0f0f0;
}*/
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #fff;
  padding: 0px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 33.333%;
  background: none;
  float: left;
  border-right: 1px solid #eeeeee;
}
.menu > ul > li > ul > li a {
  color: #fff;
  padding: 4px 8px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  background-color: #555555;
  text-transform: none;
}
.menu > ul > li > ul > li a:hover{
	color:#fff;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 0px;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0;
  font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;    
  font-size: 13px;
  line-height: 14px;
  background-color: #fff;
  color: #707070;
}
.menu > ul > li > ul > li > ul > li a:hover {
    color: #d32325;
}
.menu > ul > li > ul > li > ul > ul {
    position: relative;
    float: left;
}
.menu > ul > li > ul > li > ul > ul > li a {
  border: 0;    
  font-size: 13px;
  line-height: 14px;
  background-color: #fff;
  color: #707070;
  padding: 0px 8px;
}
.menu > ul > li > ul > li > ul > ul > li a:hover {
    color: #d32325;
}
.menu > ul > li > ul.normal-sub {
  width: 280px;
  left: auto;
  padding: 0px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  border-right: 7px solid #d32325;
  margin: 2px 0px;
}
.menu > ul > li > ul.normal-sub > li:hover {
    border-right: none;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 12px 15px;
  background-color: #fff;
  color: #707070;
  float: left;
}

.menu > ul > li > ul.normal-sub > li a:hover{
  background-color: #d32325;
  color: #fff;
  float: left;
}

.menu > ul > li > ul.normal-sub > li ul{
    display: none;
    position:absolute;
    left:100%;
    background:#fff;
    padding:0;
    width: 100%;
}
.menu > ul > li > ul.normal-sub > li ul li { 
    height: 44px; 
    border-bottom: 1px solid #eeeeee;
    border-right: 6px solid #d32325;
    margin: 2px 0;
}
.menu > ul > li > ul.normal-sub > li ul li:hover {
    border-right: none;
}
.menu > ul > li > ul.normal-sub > li ul li a{
    font-size: 15px; height: 41px;
}

@media only screen and (max-width: 1200px) {
    .menu > ul {  width: 80%; }
}
@media only screen and (max-width: 998px) {
    .menu > ul {  width: 100%; }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
/* Mobile Menu 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
    height: 48px;
  }
  .menu-container .menu{
	display:inline-block;
   }
  .menu-mobile {
    display: block;    
    float: right;    
    padding: 15px 20px 0;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
    width:100%;
    position: absolute;
    z-index: 99;
    left: 0;
    margin-top: 45px;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 12px 15px;
    width: 80%;
    display: block;
  }
  .menu > ul > li > a:after { background: none; }
  .menu > ul > li > ul {
    position: relative;    
    padding: 0;
  }
  .menu > ul > li > ul > li a {
      padding: 3px 20px;
  }
  
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 5px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > ul {
      float: unset;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
    padding: 0px;
  }
  .menu .show-on-mobile {
    display: block;
    background-color: #e3193a;
  }
  
  .menu > ul > li > ul.normal-sub > li
  {
      border-right: none;
  }
  
  .menu > ul > li > ul.normal-sub > li a
  {
      float: none;
      padding: 8px 15px;
  }
  .menu > ul > li > ul.normal-sub > li a:hover{
      float: none;
  }
  
  .menu > ul > li > ul.normal-sub > li ul{
    position: relative;
    left: auto;
  }
  .menu > ul > li > ul.normal-sub > li ul li
  {
      height: 26px;
      border-right: none;
  }
  .menu > ul > li > ul.normal-sub > li ul li a
  {
      padding-left: 35px;
      font-size: 13px;
      height: 30px;
  }
  
}

/*-----------------------------------------------------------------------------------*/
/*DEFAULT PAGE*/
/*-----------------------------------------------------------------------------------*/

#content {
    min-height: 500px;
}
.row {
    margin: 0;
}
.carousel {
    margin-right: -20px;
    margin-left: -20px;
}

@media (max-width: 992px) {
    #content { margin-top: 20px;  }
    
}
@media (max-width: 768px) {
    .col-md-3,
    .col-md-9 {
        padding: 0px;
    }
}
/*-----------------------------------------------------------------------------------*/
/*SUB NAVIGATION BAR*/
/*-----------------------------------------------------------------------------------*/

.breadcrumb {
    padding: 5px 0;
    background: transparent url(../img/breadcrumb-bg.png) left top repeat-x;
    margin-bottom: 20px;
    font-weight: bold;
    color: #93a5ac;
    font-size: 11px;
}
.breadcrumb a {
    color: #93a5ac;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb .dot {
    font-size: 13px;
}
.breadcrumb .active a {
    color: #d1262c;
}
.breadcrumb .active a:hover {
    text-decoration: none;
}
/*-----------------------------------------------------------------------------------*/
/*Home Slider Carousel*/
/*-----------------------------------------------------------------------------------*/

#slideshow .container {
    max-width: 1400px;
    margin-bottom: 70px;
}
.carousel-indicators {
    width: 100%;
    right: 0px !important;
    left: auto;
    background-image: url('../img/camera-slides-bg.jpg');
    bottom: -42px;
}
.carousel-indicators li,
.carousel-indicators .active {
    width: 190px;
    height: 35px;
    text-indent: 0;
    border-radius: 0;
    border: none;
    font: bold 13px arial, verdana !important;
    padding: 10px;
}
.carousel-indicators .active {
    top: 0px;
    position: relative;
    background: #ffffff;
}
.carousel-indicators .active:after,
.carousel-indicators .active:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.carousel-indicators .active:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 8px;
    left: 50%;
    margin-left: -8px;
}
.carousel-control {
    width: 7%;
}
@media (max-width: 992px) {
    #slideshow .container {
        margin-bottom: 0px;
    }
}
/* Home Page Content Info Slider */

.bx-wrapper {
    border: 2px solid transparent !important;
    background: transparent !important;
    box-shadow: none !important;
    margin-bottom: 20px !important;
}
.bx-pager {
    display: none;
}
.bx-next,
.bx-prev {
    display: none;
}
@media (max-width: 800px) {
    .bx-wrapper {
        margin: 0px 30px;
    }
    .bx-next,
    .bx-prev {
        display: block;
    }
    .bx-prev {
        left: -37px !important;
    }
    .bx-next {
        right: -37px !important;
    }
}
.home-content-slider-wrapper {
    float: left;
    width: 710px;
}
.home-content-slider-title {
    font-weight: bold;
    color: #152227;
    text-align: center;
    margin-bottom: 5px;
}
.home-content-slider-img {
    margin-bottom: 10px;
}
.home-content-slider-img img {
    margin: auto;
}
.home-content-slider-desc {
    margin: 8px 10px;
    min-height: 125px;
}
.home-content-readmore {
    position: relative;
    float: left;
    width: 95%;
    padding: 4px;
    border-top: 1px solid #e1e4e1;
    border-bottom: 1px solid #e1e4e1;
    background: transparent url(../img/home-read-more.png) right center no-repeat;
}
.home-content-readmore a {
    font-weight: bold;
    padding: 5px;
}
/*.home-content-slider-inner-wrapper {float: left; width: 25%;}*/

@media (max-width: 768px) {
    .home-content-slider-inner-wrapper {
        width: 330px !important;
    }
    .home-content-slider-desc {
        min-height: 70px;
    }
}
@media (max-width: 750px) {
    .home-content-slider-inner-wrapper {
        width: 300px !important;
    }
}
@media (max-width: 700px) {
    .home-content-slider-inner-wrapper {
        width: 280px !important;
    }
}
@media (max-width: 660px) {
    .home-content-slider-inner-wrapper {
        width: 260px !important;
    }
}
@media (max-width: 620px) {
    .home-content-slider-inner-wrapper {
        width: 240px !important;
    }
    .home-content-slider-desc {
        min-height: 80px;
    }
}
@media (max-width: 580px) {
    .home-content-slider-inner-wrapper {
        width: 220px !important;
    }
}
@media (max-width: 500px) {
    .home-content-slider-inner-wrapper {
        width: 390px !important;
    }
}
@media (max-width: 500px) {
    .home-content-slider-inner-wrapper {
        width: 370px !important;
    }
}
@media (max-width: 480px) {
    .home-content-slider-inner-wrapper {
        width: 360px !important;
    }
}
@media (max-width: 460px) {
    .home-content-slider-inner-wrapper {
        width: 345px !important;
    }
}
@media (max-width: 440px) {
    .home-content-slider-inner-wrapper {
        width: 330px !important;
    }
}
@media (max-width: 420px) {
    .home-content-slider-inner-wrapper {
        width: 320px !important;
    }
    .home-content-slider-desc {
        min-height: 80px;
    }
}
@media (max-width: 360px) {
    .home-content-slider-inner-wrapper {
        width: 270px !important;
    }
}
@media (max-width: 320px) {
    .home-content-slider-inner-wrapper {
        width: 230px !important;
    }
}
/*-----------------------------------------------------------------------------------*/
/*FANCYBOX*/
/*-----------------------------------------------------------------------------------*/

.fancybox-skin {
    background: #f53954 !important;
}
/*-----------------------------------------------------------------------------------*/
/*Custom Styles FOR BLOCK*/
/*-----------------------------------------------------------------------------------*/

.block-content h1,
.block-content h2,
.block-content h3 {
    font-family: 'BebasNeueRegular';
    color: #3A3A3A;
}
.block-content h4 {
    font-family: "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    color: #3A3A3A;
    font-weight: bold;
    font-size: 14px;
}
.block-content h1 a,
.block-content h2 a,
.block-content h3 a,
.block-content h4 a {
    color: #3A3A3A;
    text-decoration: none;
}
.block-content img {
    max-width: 100%;
    height: auto;
}
.block-content p {
    margin-bottom: 1.25rem;
}
.draw_top_line {
    background: transparent url(../img/sidebar/left-nav-bg.png) left top repeat-x;
    padding: 5px 0;
}
.draw_bottom_line {
    background: transparent url(../img/sidebar/left-nav-bg.png) left bottom repeat-x;
    padding: 5px 0;
}
.font-black {
    color: #152227;
}
/*Block Button*/

.block-button {
    padding: 8px 15px;
    color: #fff !important;
    background: #f53954;
    border-radius: 20px;
}
/*Home*/

.home-divider-grid {
    float: left;
    width: 50%;
}
.home-divider-padding {
    padding: 0px 5px;
}
.home-divider-bg {
    background: transparent url("../img/home-divider-bg.png") right top repeat-y;
    margin: 0 5px;
}
.home-divider-bg p {
    padding-right: 5px;
}
.home-readmore {
    float: left;
    width: 90%;
    line-height: 30px;
    border-top: 1px solid #e1e4e1;
    border-bottom: 1px solid #e1e4e1;
    font-weight: bold;
    background: transparent url(../img/home-read-more.png) right center no-repeat;
}
.home-readmore:hover {
    text-decoration: underline;
    color: #0078a0;
}
/*Grid*/

.block-grid-2 {
    float: left;
    width: 47% !important;
}
.block-grid-2-pleft {
    margin-left: 6%;
}
/*Download*/

.download-grid-left {
    float: left;
    width: 28%;
}
.download-grid-left img {
    max-width: 160px;
}
.download-grid-right {
    float: left;
    width: 72%;
}
/*Search*/

.hide-search .ccm-search-block-text {
    display: none;
}
.hide-search .ccm-search-block-submit {
    display: none;
}
/*Newsletter*/

.block-newsletter-year {
    background: transparent url(../img/sidebar/left-nav-bg.png) left bottom repeat-x;
    width: 500px;
    padding: 10px 0;
}
.block-newsletter {
    width: 500px;
    background: transparent url(../img/sidebar/left-nav-bg.png) left bottom repeat-x;
}
.block-newsletter p {
    width: 500px;
    background: transparent url(../img/home-read-more.png) center right no-repeat;
    padding: 5px 0;
}
/*Brochures*/
.block-brochures img {
    max-width: 160px;
}

.brochures-dropdown { float: left; background-color: #fff; width: 100%; color: #231f20; font-size: 18px; padding: 13px; border-radius: 5px; margin: 15px 0px; cursor: pointer;}
.brochures-dropdown:after { content: "\f078"; font: normal normal normal 14px/1 FontAwesome; float: right; padding-right: 10px; color: #b2132d;}
.brochures-dropdown.active { background-color: #b2132d; color: #fff;}
.brochures-dropdown.active:after { color: #fff;}

.brochures-download-content-wrapper { display: none; float: left;}
.brochures-download-item-wrapper { float: left; width: 100%; border-bottom: 1px solid #fff; margin-bottom: 9px;}
.brochures-download-item { float: left; clear: left; width: 270px; font-size: 14px; padding-left: 20px; margin-top: 5px;}
.brochures-download-item:before { content: "\f1c1"; font: normal normal normal 14px/1 FontAwesome;}
.brochures-download-btn { 
    float: left;
    background-color: #e3193a;
    color: #fff;
    width: 140px;
    text-align: center; 
    padding: 8px 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
}
.brochures-download-btn:after { content: "\f019"; font: normal normal normal 14px/1 FontAwesome; padding-left: 5px;}
.brochures-download-btn a { color: #fff; font-size: 14px;}

/*Contact Us Form*/

.block-contactformAddress {
    background: #cccccc;
    line-height: 20px;
    padding: 10px;
    text-align: right;
}
.block-contactform .control-label {
    float: left;
    width: 35%;
    clear: right;
}
.block-contactform .form-control,
.block-contactform .checkboxList,
.block-contactform .ccm-input-date {
    float: left;
    width: 65% !important;
    margin-bottom: 5px;
    margin-right: 0px !important;
}
.block-contactform .radio {
    float: right;
    width: 65%;
}
.block-contactform .captcha {
    padding-left: 35%;
}
/*.block-contactform .captcha .control-label, .block-contactform .ccm-input-captcha{ width: 100%; margin-top: 5px;}*/

.block-contactform .form-actions {
    text-align: center;
    padding: 30px 0;
    clear: left;
}
.block-contactform .btn-primary {
    background-color: #d32325;
    border-color: #d32325;
    padding: 6px 25px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 100px;
}
@media (max-width: 992px) {
    /*Home*/
    
    .home-divider-grid {
        width: 100%;
    }
    /*Download*/
    
    .download-grid-left {
        width: 100%;
        text-align: center;
    }
    .download-grid-left .home-divider-bg {
        background: none;
    }
    .download-grid-right {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .block-newsletter {
        width: 100%;
    }
    .block-newsletter p {
        width: 98%;
    }
}
@media (max-width: 480px) {
    .block-grid-2 {
        width: 100% !important;
    }
    .block-grid-2-pleft {
        margin-left: 0;
    }
    /*Home*/
    
    .home-divider-grid {
        width: 100%;
    }
    /*Contact Us*/
    
    .block-contactform .control-label {
        width: 100%;
    }
    .block-contactform .form-control,
    .block-contactform .checkboxList {
        width: 100%;
    }
    .block-contactform .captcha {
        padding-left: 0%;
    }
}
/*-----------------------------------------------------------------------------------*/
/*Page - Sidebar*/
/*-----------------------------------------------------------------------------------*/

.left-sidebar {
    background: transparent url(../img/sidebar/basic-page-leftnav-bg.png) 92% top no-repeat;
    min-height: 400px;
}
.sidebar-page-nav {
    margin: 20px 0;
    font-weight: bold;
}
.sidebar-page-nav a {
    color: #919397;
    text-decoration: none;
}
.sidebar-page-nav a:hover {
    color: #d32324;
}
.sidebar-page-nav .main a {
    color: #d32324;
}
.sidebar-page-nav li a.active {
    color: #009cdb;
}
.sidebar-page-nav ul {
    padding: 7px 0px 7px 15px;
}
.sidebar-page-nav ul li {
    line-height: 20px;
    list-style-type: disc;
}
.sidebar-page-nav ul ul {
    padding: 0px 0 0px 15px;
}
.sidebar-page-nav ul ul li {
    padding-bottom: 8px;
    padding-top: 5px;
    line-height: 15px;
    background: none;
}
.sidebar-page-nav ul ul ul {
    padding: 5px 0 0px 15px;
}
.sidebar-page-nav ul ul ul li {
    padding-top: 0px;
}
.sidebar-page-nav ul.line {
    background: transparent url(../img/sidebar/left-nav-bg.png) left bottom repeat-x;
}
.sidebar-page-nav ul li.line {
    line-height: 30px;
    background: transparent url(../img/sidebar/left-nav-bg.png) left bottom repeat-x;
}
.sidebar-icon {
    width: 100%;
    padding: 5px 0;
    color: #152227;
    font-size: 14px;
    font-weight: bold;
}
.sidebar-icon a {
    color: #152227;
    text-decoration: none;
}

.sidebar-dropdown { padding-left: 10px;}

@media (max-width: 992px) {
    .left-sidebar {
        background: none;
        min-height: auto;
    }
    .sidebar-icon {
        float: left;
        width: 33.33%;
        text-align: center;
    }
    .sidebar-video {
        float: left;
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 360px) {
    /*    .sidebar-icon { width: 100%; }*/
}
/*-----------------------------------------------------------------------------------*/
/*Contact Us - Sidebar*/
/*-----------------------------------------------------------------------------------*/

.contactus-sidebar-wrapper {
    position: absolute;
    z-index: 100;
    bottom: 0%;
    right: 0;
}
.contactus-sidebar-button-wrapper {
    float: right;
    position: absolute;
    width: 300px;
    height: 32px;
    background: #d32325 url(../img/newsletter_icon2.png) no-repeat left 9px top 5px;
    background-size: 10%;
    color: #fff;
    right: 20px;
    bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
/*    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.contactus-sidebar-button-wrapper .popup-title {
    padding-top: 6px;
    padding-left: 48px;
    cursor: pointer;
}

.contactus-sidebar-button-wrapper .popup-title:after {
    content: 'x'; 
    color: #fff;
    float: right;
    padding-right: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    visibility: hidden;
}
.contactus-sidebar-button-wrapper .popup-title.show:after {
    visibility: visible;
}

.contactus-sidebar-inner-wrapper {
    float: right;
    position: absolute;
    width: 300px;
    height: 350px;
    bottom: -350px;
    right: 20px;
    overflow-y: scroll;
    background-color: #fefefe;
    border: 1px solid hsl(0, 0%, 92%);
    padding: 10px;
}
#contactside .form-group {
    margin-bottom: 2px;
}
#contactside input[type="text"],
#contactside input[type="email"],
#contactside select {
    padding: 0px 7px;
    height: 25px;
}
#contactside .checkbox {
    margin: 0px 2px;
}
#contactside textarea {
    height: 60px;
    margin-bottom: 10px;
}
#contactside .g-recaptcha {
    transform: scale(0.87);
    transform-origin: 0 0;
}
#contactside label {
    margin-bottom: 0px;
}
#contactside .btn-primary {
    background-color: #d32325;
    border-color: #d32325;
    padding: 6px 25px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
}
/*-----------------------------------------------------------------------------------*/
/* DOWNLOAD FORM */
/*-----------------------------------------------------------------------------------*/

.download-link a {
    color: #129cc4 !important;
    text-decoration: none;
}
.downloadForm input[type='text'],
.downloadForm select {
    width: 100%;
    height: 30px;
}
.downloadForm .col-md-3 {
    padding-left: 0px;
}
.input-error input,
.input-error textarea {
    border: 2px solid #ff0000;
}
/*-----------------------------------------------------------------------------------*/
/* SITEMAP */
/*-----------------------------------------------------------------------------------*/

.sitemap-main-wrapper {
    width: 100%;
}
.sitemap-wrapper {
    float: left;
    background-color: #fff;
    width: 30%;
    margin-left: 4%;
    border: 1px solid #c7cbc7;
    border-radius: 5px;
    padding: 10px 0 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.sitemap-wrapper.first {
    margin-left: 2%;
}
.sitemap-main-nav {
    padding: 12px 10px 0px 10px;
}
.sitemap-main-nav a {
    font: bold 17px "DIN Next LT Pro Bold", arial, verdana;
    color: #3A3A3A;
    padding-left: 20px;
}
.sitemap-sub-nav {
    margin: 12px 30px 7px 30px;
    border-bottom: 1px solid #d6dbd8;
}
.sitemap-sub-nav a {
    font: normal 15px "DIN Next LT Pro", arial, verdana;
    color: #828e9e !important;
    padding-left: 10px;
}
.sitemap-wrapper ul li{ list-style-type: none; }

@media (max-width: 992px) {
    .sitemap-wrapper {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .sitemap-wrapper.first {
        margin-left: 0;
    }
}