/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/*body {
  padding-bottom: 40px;
  color: #5a5a5a;
}*/


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
/*.navbar-wrapper .navbar .container {
  width: auto;
}*/


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
/*.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}*/


/* Featurettes
------------------------- */

/*.featurette-divider {
  margin: 80px 0;
}


.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}*/


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  /*.carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }*/

  /*.featurette-heading {
    font-size: 50px;
  }*/
}

/*@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}*/
@charset "UTF-8";

/*-----------------------------------
    1. Body / Typography 
-----------------------------------*/

body { font-size: 11pt;
    background-color: #fff;
    color: #5d5c59;
    font-family:"Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 28px;
    /*font-weight: 300;*/ }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; margin-bottom: 10px; color: #18150d; font-weight: 400; 
    font-family:"Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
p { margin: 0 0 20px; }
p:last-child { margin-bottom: 0px; }
ul, ol { margin: 0; }
ul li, ol li { }
a { color: #aa9144; text-decoration: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
a:focus, a:hover { text-decoration: none; color: #8e7424; }
<!--.required:after {content:"*";color: red;padding:3px;}-->
 
/*b, strong {
    font-weight: 400;
}*/
.listnone { list-style: none; padding: 0px; }
.lead { font-size: 21px; color: #3c3c3c; font-weight: 400; }
.italic { font-style: italic; }
.small-text { color: #b4b1ac; font-size: 12px; }
.text-caps { text-transform: uppercase; letter-spacing: 2px; }
::selection { background: #ffecb3; color: #333; }
h3 small { font-weight: 400; line-height: 1; color: #aa9144; font-size: 14px; }

.clrRed {color:#d44700!important;}

/* navbar logo */
.navbar-brand{ background: url(../images/logo.png) no-repeat center center; width: 240px; height: 90px; background-size: 240px 80px; }
.header { background-color: #fff; z-index: 999; position: relative; padding-top: 10px; padding-bottom: 10px; }

#navbar { font-size:16px;margin-top:3px; }
#navbar ul li a { color: #000; padding: 10px 11px; margin:0px; font-weight: 500;}
#navbar ul li a:hover { /*padding: 10px 20px;*/background-color: #ffa841; color: #18150d; border-radius:4px; }
.navbar-default .navbar-nav > .active > a {  color: #fff!important; background-color: #d44700; border-radius:4px;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus {background-color: #ffa841; border-radius:4px;}

#navbar .navbar-nav ul li a { padding: 10px 20px; font-size: 11pt; color: #18150d; text-decoration: none;  /*font-weight: 500;text-transform: uppercase;*/ }
#navbar .navbar-nav ul li a:hover { color: #fff; background-color: #d44700; /*border-radius:4px;border-bottom-left-radius:0;border-bottom-right-radius:0;*/}
#navbar .navbar-nav ul li a.active, .navbar-nav ul li.active { color: #fff; background-color: #d44700; /*border-radius:4px;*/}

.sub_nav .text-danger {color: #D00;}
.sub_nav span {color: #000;}
.sub_nav {font-size:14pt; margin:10px 0 5px 0; font-weight:400; z-index:0}
.sub_nav span {font-weight:600;}
.sub_nav div[class^="col-"] {padding:0; margin:0;}

/*-----------------------------------
    6. Slider 
-------------------------------------*/
.carousel .carousel-control {background:none;}
.carousel {margin-top: 89px; height:350px; margin-bottom:0;}
.carousel-inner > .item > img { height:350px;}
.carousel .item {height: 350px;}
.carousel .carousel-caption {left:8%; right:32%; top:0;text-shadow:none;}
.carousel .carousel-caption a{color:#000;}
.carousel .item .first-slide {background:url(../images/banner1.jpg) center top no-repeat; background-size: 100%;}
.carousel .item .first_slide h1 {font-weight:600;font-size:50px;text-shadow:0px 0px 10px rgba(255, 255, 255, 1);}
.carousel .carousel-caption p {font-size:26px; color:#000;text-shadow:0px 0px 10px rgba(255, 255, 255, 1);}
.carousel .carousel-caption li {font-size:18px;line-height:48px;text-shadow:0px 0px 10px rgba(255, 255, 255, 1);}

.carousel .item .second-slide {background:url(../images/banner4_bw.jpg) center top no-repeat; background-size: 100%;}
.carousel .second_slide .carousel-caption {left:10%; text-align:left;}
.carousel .carousel-caption ul {padding:0 0 0 16px;/* list-style:none;*/}
.carousel .item .second_slide h1 {font-weight:600;font-size:36px;color:#999;margin-bottom:0;}

.carousel .item .third-slide {background:url(../images/banner3.jpg) center top no-repeat; background-size: 100%;}
.carousel .third_slide .carousel-caption {left:10%; text-align:left;}
.carousel .item .third_slide h1 {font-weight:600;font-size:36px;color:#999;margin-bottom:0;}
.carousel .item .third_slide p {font-size:24px;}
.carousel .item .third_slide li {line-height:36px;}



.punchtext{float:left;width:100%;background:#181818;font-size:12pt;line-height:25px;color:#fff;text-align:center;padding:17px 0;word-spacing: 2px; margin-bottom:0;}

/*-----------------------------------
    Products 
-------------------------------------*/
.products{background:url(../images/bg_1_bw.jpg) center top no-repeat fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover; color:#333; line-height:25px; padding:20px 0 40px;}
.products .prod_box .fa {padding:15px 0;}
.products .prod_box .panel {border:1px solid #909090;}
.products .prod_box .panel:hover {background-color: #f6f6f6;}
.products .prod_box .panel-body h3{font-weight: 600;}
.products .prod_box .panel-body {min-height:205px;}
.products .prod_box .panel-body p {font-size:10.5pt; color:#000;}
.products .prod_box .panel-heading .icon-rti {font-size:48px;display:inline-block; padding:18px 0;color:#009091;}
.products .prod_box .panel-footer {border:0px; background-color:transparent;padding:0 15px 15px 15px;}
.num{position:relative;}
.num p{position:absolute;top:0;right:0;width:15px;height:15px;font-size:12.5pt;color:#000;font-weight:700;}
 /*Products icon color and background*/
.products .prod_box .prod1 .panel-heading {background-color:#d3ebd4;}
.products .prod_box .prod1 .fa {color:#6a8d6c;}
.products .prod_box .prod2 .panel-heading {background-color:#d8d8f0;}
.products .prod_box .prod2 .fa {color:#6f6fa6;}
.products .prod_box .prod3 .panel-heading {background-color:#f2dada;}
.products .prod_box .prod3 .fa {color:#a06262;}
.products .prod_box .prod4 .panel-heading {background-color:#f2efd5;}
.products .prod_box .prod4 .fa {color:#bdba71;}
.products .prod_box .prod5 .panel-heading {background-color:#d5eff0;}
.products .prod_box .prod5 .fa {color:#62a8ab;}
.products .prod_box .prod6 .panel-heading {background-color:#f2e0ce;}
.products .prod_box .prod6 .fa {color:#a37c56;}
.products .prod_box .prod7 .panel-heading {background-color:#daf2f2;}
.products .prod_box .prod7 .fa {color:#009091;}
.products .prod_box .prod8 .panel-heading {background-color:#f1daf2;}
.products .prod_box .prod8 .fa {color:#a355a6;}
.compatable img {opacity:0.6;margin:10px auto;}


/*-----------------------------------
7. Content 
-------------------------------------*/
.page_title{margin-top:90px;padding:20px 0 15px;background:#272727;}
.page_title .title{width:100%;float:left;text-align:left;margin:0;}
.page_title .title h1{margin:0;background:none;font-weight:300;color:#fff;}
.page_title .pagenation{float:left;width:100%;font-family:"Exo 2","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;font-size:12px;text-align:left;font-weight:normal;color:#eee;margin:4px 0 0;padding:0;}
.page_title .pagenation i{color:#999;margin:0 2px;}
.page_title .pagenation a{padding:0;color:#999;}
.page_title .pagenation a:hover{color:#eee;}

.cont {font-weight:normal;color:#000;line-height: 25px;font-size:11.5pt;}
.cont a {color:#c60;}
.cont a.btn {color:#FFF;}
.cont img.android, .cont img.ios {width:101px;margin:0 auto;}
.cont img.web {width:345px;margin:0 auto;}
.cont h2 {margin-bottom:20px;}
.cont img {width:100%;}
.cont h4 {font-weight:600;}
.cont ul {padding:0;}
.cont ul li {list-style: none;}
.cont ul li i{color: #d44700;}
.cont .gist {background: url(../images/tick.png) 45% center no-repeat #f8f8f8; padding: 25px 30px; border: 1px solid #666;}
.cont .gist1 {background: #f5fff5; padding: 15px 30px; border: 1px solid #666;}

.prodRange .panel {padding: 18px 0;}
.prodRange .panel p {line-height:16px;margin-top:6px;}
.prodRange a {color:#000;}

.content { padding-top: 60px; padding-bottom: 60px; }

/*-----------------------------------
8. Footer 
-------------------------------------*/
.footer { background-color: #3b3a39; padding-top: 30px; padding-bottom: 60px; }
.footer h3{color: #fff;}
.footer p {color: #999; font-size:10pt; line-height:18px;margin-bottom:8px;}
.footer .questions img {float:left;margin-right:10px;}
.footer div[class^="col-"] {min-height:250px;}
.copyright_info{font-size:9.5pt; background-color: #222;padding:30px 0;margin:0;width:100%;color:#999;}
.copyright_info .scrollup{font-size:20pt; font-weight:900;}

address { margin-bottom: 20px; font-style: normal; line-height: 1.42857143; }


/*==========  Non-Mobile First Method  ==========*/

    @media only screen and (min-width : 1600px) {
	.carousel .second_slide .carousel-caption {left:25%; text-align:left;}

	}
    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
     .navigation { float: none; }
     .hero-title {font-size: 25px; line-height: 40px;}
     .hero-section {padding-top: 50px; padding-bottom: 50px;}
     .comment-info {padding-left: 100px;}
     .cta-title {font-size: 26px; line-height: 40px;}
     .cta-section {padding-top: 50px; padding-bottom: 50px;}
     .footer-widget {margin-bottom: 20px;}
     .footer-widget .widget-title {margin-bottom: 0px;}
     .page-title {font-size: 20px;}
     .page-caption {padding: 80px 0px;}
     .childern .comment-info {padding-left: 90px;}
     .childern {padding-left: 0px; list-style: none;}
	.carousel .item .first-slide {background:url(../images/banner1.jpg) center top no-repeat; background-size: auto 350px;}
	.carousel .item .second-slide {background:url(../images/banner4_bw.jpg) center top no-repeat; background-size: auto 350px;}
	.carousel .item .third-slide {background:url(../images/banner3.jpg) center top no-repeat; background-size: auto 350px;} 
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
     .navigation { float: none; }
     .hero-title {font-size: 25px; line-height: 40px;}
     .hero-section {padding-top: 50px; padding-bottom: 50px;}
     .comment-info {padding-left: 100px;}
     .cta-title {font-size: 26px; line-height: 40px;}
     .cta-section {padding-top: 50px; padding-bottom: 50px;}
     .footer-widget {margin-bottom: 20px;}
     .footer-widget .widget-title {margin-bottom: 0px;}
     .page-title {font-size: 20px;}
     .page-caption {padding: 80px 0px;}
     .childern .comment-info {padding-left: 90px;}
     .childern {padding-left: 0px; list-style: none;}
	.sub_nav {font-size:12pt; margin:15px 0 8px 0!important; font-weight:normal;}
	.sub_nav span {font-weight:normal;}
	.navbar-brand{ background: url(../images/logo.png) no-repeat center center; width: 180px; height: 60px; background-size: 180px 60px; }
	#navbar ul li a { color: #000; padding: 7px; margin:0px; font-size:10.5pt; font-weight: normal;}
	.carousel, .carousel .item, .carousel-inner > .item > img {height: 300px;}
	/*.carousel .carousel-control {background:none;}*/
	.carousel .item .first-slide {background:url(../images/banner1.jpg) right top no-repeat; background-size: auto 300px; background-position: 48% 0%}
	.carousel .item .first_slide h1 {font-size:32px!important; line-height:28px; margin-top:30px;}
	.carousel .item .first_slide p {font-size:18px; line-height:22px;}
	
	.carousel .item .second-slide {background:url(../images/banner4_bw.jpg) right top no-repeat; background-size: auto 300px; background-position: 48% 0%}
	.carousel .item .second_slide h1 {font-size:28px;margin-bottom:10px;}
	.carousel .item .second_slide p {font-size:20px; line-height:22px;}
	.carousel .item .second_slide li {font-size:15px;line-height:30px;}
	
	.carousel .item .third-slide {background:url(../images/banner3.jpg) right top no-repeat; background-size: auto 300px; background-position: 64% 0%}
	.carousel .item .third_slide h1 {font-size:28px;margin-bottom:10px;}
	.carousel .item .third_slide p {font-size:18px; line-height:22px;}
	.carousel .item .third_slide li {font-size:15px;line-height:28px;}
	
	.punchtext{font-size:10pt;line-height:20px;color:#999;}
	/*.container {width:910px;}*/

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
	.navigation { float: none; }
	.hero-title {font-size: 25px; line-height: 40px;}
	.hero-section {padding-top: 50px; padding-bottom: 50px;}
	.comment-info {padding-left: 100px;}
	.cta-title {font-size: 26px; line-height: 40px;}
	.cta-section {padding-top: 50px; padding-bottom: 50px;}
	.footer-widget {margin-bottom: 20px;}
	.footer-widget .widget-title {margin-bottom: 0px;}
	.page-title {font-size: 20px;}
	.page-caption {padding: 80px 0px;}
	.childern .comment-info {padding-left: 90px;}
	.childern {padding-left: 0px; list-style: none;}
	.sub_nav {font-size:12pt; margin:0!important; font-weight:normal;}
	.sub_nav span {font-weight:normal;}
	.sub_nav .txtB{font-size:11pt;font-weight:600;}
	.navbar-brand{ background: url(../images/logo.png) no-repeat center center; width: 180px; height: 60px; background-size: 180px 60px; }
	.carousel, .carousel .item, .carousel-inner > .item > img {height: 300px;}
	/*.carousel .carousel-control {background:none;}*/
	.carousel .carousel-caption {padding-top:10px;right:32%; top:0;}
	.carousel .second_slide .carousel-caption div[class^="col-"] {padding:0 0 0 10px; margin:0;}
	.carousel .item .first-slide {background:url(../images/banner1.jpg) right top no-repeat; background-size: auto 300px; background-position: 68% 0%}
	.carousel .first_slide .carousel-caption h1 {font-size:28px!important; line-height:28px; margin-top:20px;}
	.carousel .carousel-caption p {font-size:16px; line-height:20px;}
	
	.carousel .item .second-slide {background:url(../images/banner4_bw.jpg) right top no-repeat; background-size: auto 300px; background-position: 68% 0%}
	.carousel .item .second_slide p {font-size:18px; line-height:20px;margin-bottom:10px;}
	.carousel .item .second_slide li {font-size:13px;line-height:28px;}
	
	.carousel .item .third-slide {background:url(../images/banner3.jpg) right top no-repeat; background-size: auto 300px; background-position: 68% 0%}
	.carousel .item .third_slide h1 {font-size:24px;margin-bottom:5px;}
	.carousel .item .third_slide p {font-size:16px;margin-bottom:10px;}
	.carousel .item .third_slide li {font-size:14px;}
	.punchtext{font-size:9pt;line-height:19px;color:#ccc;background:#454545;}
	
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
	.navigation { float: none; }
	.hero-title {font-size: 25px; line-height: 40px;}
	.hero-section {padding-top: 50px; padding-bottom: 50px;}
	.comment-info {padding-left: 100px;}
	.cta-title {font-size: 26px; line-height: 40px;}
	.cta-section {padding-top: 50px; padding-bottom: 50px;}
	.footer-widget {margin-bottom: 20px;}
	.footer-widget .widget-title {margin-bottom: 0px;}
	.page-title {font-size: 20px;}
	.page-caption {padding: 80px 0px;}
	.childern .comment-info {padding-left: 90px;}
	.childern {padding-left: 0px; list-style: none;}
	.sub_nav {font-size:10pt; margin:0!important; font-weight:normal;}
	.sub_nav span {font-weight:normal;}
	.sub_nav .txtB{font-size:10.5pt;font-weight:600;}
	.navbar-brand{ background: url(../images/logo.png) no-repeat center center; width: 180px; height: 60px; background-size: 180px 60px; }
	.carousel, .carousel .item, .carousel-inner > .item > img {height: 250px;}
	.carousel-control{display:none;}
	.carousel .item .first-slide {background:url(../images/banner1.jpg) right top no-repeat; background-size: auto 250px; background-position: 68% 0%}
	.carousel .carousel-caption {padding-top:10px;right:5%;top:5%;left:5%;}
	.carousel .first_slide .carousel-caption h1 {font-size:26px!important; line-height:28px; margin-top:5px;}
	.carousel .carousel-caption p {font-size:16px; line-height:22px;}
	.carousel .carousel-caption ul {padding:0 0 0 4px; list-style:none;}
	.carousel .carousel-caption li {font-size:9.5pt;line-height:26px;}
	
	.carousel .second_slide .carousel-caption {margin-bottom:0;text-align:left;right:0;top:5%;left:10%;}
	.carousel .second_slide .carousel-caption div[class^="col-"] {padding:0 0 0 10px; margin:0;}
	.carousel .item .second-slide {background:url(../images/banner4_bw.jpg) right top no-repeat; background-size: auto 250px; background-position: 68% 0%}
	.carousel .item .second_slide h1 {font-size:20px;margin-bottom:5px;}
	.carousel .item .second_slide p {font-size:18px;margin-bottom:5px;line-height:20px;}
	.carousel .item .second_slide li {font-size:9.5pt;line-height:26px;}
	
	.carousel .item .third-slide {background:url(../images/banner3smal.jpg) right top no-repeat; background-size: auto 250px; background-position: 68% 0%}
	.carousel .third_slide .carousel-caption {top:0;}
	.carousel .item .third_slide h1 {font-size:20px;margin-bottom:3px;}
	.carousel .item .third_slide p {font-size:16px;margin-bottom:5px;line-height:20px;}
	.carousel .item .third_slide li {font-size:9.5pt;line-height:26px;}
	
	
	.cont .gist1 h2 {font-size:16px;padding:0;margin:0;}
	.punchtext{font-size:8.5pt;line-height:19px;color:#ccc;background:#454545;}

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
     .navigation { float: none; }
     .hero-title {font-size: 25px; line-height: 40px;}
     .hero-section {padding-top: 50px; padding-bottom: 50px;}
     .comment-info {padding-left: 100px;}
     .cta-title {font-size: 26px; line-height: 40px;}
     .cta-section {padding-top: 50px; padding-bottom: 50px;}
     .footer-widget {margin-bottom: 20px;}
     .footer-widget .widget-title {margin-bottom: 0px;}
     .page-title {font-size: 20px;}
     .page-caption {padding: 80px 0px;}
     .childern .comment-info {padding-left: 90px;}
     .childern {padding-left: 0px; list-style: none;}

    }
@font-face{font-family:'icomoon';src:url('../fonts/icomoon.eot?c7x15j');src:url('../fonts/icomoon.eot?c7x15j#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?c7x15j') format('truetype'),
url('../fonts/icomoon.woff?c7x15j') format('woff'),
url('../fonts/icomoon.svg?c7x15j#icomoon') format('svg');font-weight:normal;font-style:normal;}
[class^="icon-"], [class*=" icon-"]{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:0.9;font-size:30px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.icon-vat:before{content:"\e900";}
.icon-ch:before{content:"\e901";}
.icon-sec:before{content:"\e976";}
.icon-pen:before{content:"\e600";}
.icon-rti:before{content:"\e601";}
/* Generated by less 2.4.0 */
/*  
*   jquery.cookieDisclaimer.js 
*   -----------------------------------------------------------
*   A simple cookie disclaimer bar for your site
*   
*   Plugin Style
*/
/* CookieDisclaimerBar */
.cdbar {
  right: 0;
  left: 0;
  padding: 25px 0;
  text-align: center;
  z-index: 10000;
  /* Text Space */
  /* Buttons space */
}
.cdbar .cdbar-text {
  display: inline-block;
  margin-right: 5px;
}
.cdbar .cdbar-buttons {
  display: inline-block;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.cdbar.fixed {
  position: fixed;
}
.cdbar.relative {
  position: relative;
}
.cdbar.absolute {
  position: absolute;
}
/* Bar Clearfix */
.cdbar:before,
.cdbar:after {
  content: "";
  display: table;
  clear: both;
}
/* POSITIONS */
/* *************************************** */
/* Bar at TOP */
.cdbar.top {
  top: 0;
  bottom: auto;
}
/* Bar at BOTTOM */
.cdbar.bottom {
  top: auto;
  bottom: 0;
}
/* Bar at MIDDLE */
.cdbar.middle {
  top: 50%;
  bottom: auto;
  padding: 30px 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cdbar.middle .cdbar-text {
  display: block;
  margin-bottom: 15px;
}
.cdbar.middle .cdbar-buttons {
  display: block;
}
/* STYLES */
/* *************************************** */
.cdbar.dark {
  color: #ffffff;
  background-color: #050505;
}
.cdbar.light {
  color: #333333;
  background-color: #efefef;
}
/* MODALS */
/* *************************************** */
.cdmodal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}
.cdmodal .cdmodal-box {
  position: absolute;
  width: 50%;
  max-width: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cdmodal .cdmodal-box-inner {
  background: #fff;
  padding: 40px 20px;
}
.cdmodal .cdmodal-box-inner .cdmodal-text h3 {
  padding: 0;
  margin: 0 0 0.5em 0;
}
.cdmodal.top .cdmodal-box {
  top: 10%;
  bottom: auto;
}
.cdmodal.bottom .cdmodal-box {
  top: auto;
  bottom: 10%;
}
.cdmodal.middle .cdmodal-box {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* BUTTONS */
/* Generic Btn */
.cdbtn {
  display: inline-block!important;
  border: none!important;
  padding: 5px 10px!important;
  border-radius: 5px!important;
  text-decoration: none!important;
  cursor: pointer!important;
  font-size: 1em!important;
  margin-right: 5px!important;
  line-height: 25px!important;
}
/* "Accept" Btn */
.cdbtn.cookie {
  color: #ffffff;
  background-color: rgb(91, 183, 91);
}
.cdbtn.cookie:hover {
  background-color: rgb(91, 183, 91);
}
/* "Privacy" Btn */
.cdbtn.privacy {
  color: #ffffff;
  background-color: #6e7071;
}
.cdbtn.privacy:hover {
  background-color: #8f9191;
}
