/* *****************************************************

    ** Custom Stylesheet **
	
    Any custom styling you want to apply should be
    defined here.

***************************************************** */
body,
input,
button,
select,
textarea {
  font-family: "Open Sans", Verdana, Tahoma, serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
}

body {
    background: url('../img/bgtop.png') repeat-x left top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: 700;
}

h1 {
    margin-bottom: 20px;
}

.callnav {
    width: 355px;
    line-height: normal !important;
}

.livechat {
    background: url(../img/livechat.jpg) no-repeat;
    width: 180px;
    height: 35px;
    font-size: 14px;
    color: #FFF;
    text-align: right;
    line-height: 33px;
    font-weight: 600;
    padding-right: 20px;
}

.phoneNo {
    background: url(../img/phoneNo.png) no-repeat;
    width: 170px;
    height: 61px;
    font-size: 14px;
    color: #FFF;
    position: relative;
    top: -16px;
    text-align: center;
    line-height: 64px;
    font-weight: 600;
    padding-left: 20px;
    margin-right: 5px;
}
.infocall {
    font-size: 9px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    top: -20px;
}

.navbar-main {
    margin-bottom: 0;
    /*background-color: #006687;*/
    border: 0;
    min-height: 38px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;

background: #4d4d4d;
/* Old Browsers */background: -moz-linear-gradient(top, #4d4d4d 0%, #27211b 100%);
 /* FF3.6+ */background: -webkit-gradient(left top, left bottom, color-stop(0%, #4d4d4d), color-stop(100%, #27211b));
/* Chrome, Safari4+ */background: -webkit-linear-gradient(top, #4d4d4d 0%, #27211b 100%);
 /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, #4d4d4d 0%, #27211b 100%);
 /* Opera 11.10+ */background: -ms-linear-gradient(top, #4d4d4d 0%, #27211b 100%);
 /* IE 10+ */background: linear-gradient(to bottom, #4d4d4d 0%, #27211b 100%);
/* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#27211b', GradientType=0 );
/* IE6-9 */
}

.navbar-main .navbar-nav > li > a {
    color: #fff;
}

.navbar-main .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
}

.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus,
.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .active > a:hover,
.navbar-main .navbar-nav > .active > a:focus,
.navbar-main .navbar-nav > .open > a,
.navbar-main .navbar-nav > .open > a:hover,
.navbar-main .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #AC1818;
}

#main-menu .navbar-nav {
    margin-left: -15px;
    margin-right: -15px;
}
#main-menu .dropdown-toggle {
    font-weight: 600 !important;
}

section#header {
    margin: 10px 0 0px 0;
    padding: 20px 0 40px 0;
    border-radius: 5px 5px 0 0;

	background: #ffffff;
	/* Old Browsers */background: -moz-linear-gradient(top, #ffffff 29%, #f6f6f6 62%, #e3eaed 100%);
	 /* FF3.6+ */background: -webkit-gradient(left top, left bottom, color-stop(29%, #ffffff), color-stop(62%, #f6f6f6), color-stop(100%, #e3eaed));
	/* Chrome, Safari4+ */background: -webkit-linear-gradient(top, #ffffff 29%, #f6f6f6 62%, #e3eaed 100%);
	 /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, #ffffff 29%, #f6f6f6 62%, #e3eaed 100%);
	 /* Opera 11.10+ */background: -ms-linear-gradient(top, #ffffff 29%, #f6f6f6 62%, #e3eaed 100%);
	 /* IE 10+ */background: linear-gradient(to bottom, #ffffff 29%, #f6f6f6 62%, #e3eaed 100%);
	/* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3eaed', GradientType=0 );
	/* IE6-9 */

}

section#main-body {
    margin-top: 0 !important;
    margin-bottom: 10px;
    min-height: 350px;
    background: url(../img/main-font.png) repeat-x center top;
    padding-top: 25px !important;
}

section#home-banner {
    margin: 0;
    padding: 0 !important;
    background-color: #830100;
    background: url('../img/home-banner.png') repeat-x center top, url('../img/home-banner-y.png') repeat center bottom;
    color: #000;
    border-bottom: 1px solid #830100;
    min-height: 303px !important;
}

.carousel {
    width: 1170px;
    margin: 0 auto;
}
.carousel-control.left, .carousel-control.right {
    background: none;
}

.carousel-control {
    width: 3%;
    color: #000;
    bottom: 50px;
}

.carousel-caption {
    position: absolute;
    right: 7%;
    top: 3%;
    bottom: 20px;
    left: 7%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #000;
    text-align: left;
    text-shadow: 0 0px 0px rgba(0,0,0,1);
}

.carousel-indicators .active {
    background-color: #999;
}
.carousel-indicators li {
    border: 1px solid #666;
}

.carousel-caption .ul {
    margin: 15px 30px 0 0;
    padding: 0;
    float: left;
}

.carousel-caption h3 {
    color: #BF0C0C;
    text-shadow: 0 1px 1px rgba(0,0,0,0.6);
    letter-spacing: 1px;
}

.carousel-caption h3.mid,p.mid {
    text-align: center;
}

.carousel-caption i {
    color: #555;
}

.carousel-caption .diago {
	transform: rotate(-30.5deg);
	-moz-transform: rotate(-30.5deg);
	-webkit-transform: rotate(-30.5deg);
	-khtml-transform: rotate(-30.5deg);
	-ms-transform: rotate(-30.5deg);
	text-align: center;
	clear: both;
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	position: absolute;
	right: 21.5%;
	top: 42%;
	line-height: 35px;
}

.diago span {
	font-size: 35px;
}

.color1 {
    color: #A5C40D;
}
.color2 {
    color: #BF0C0C;
}

.bannerBtn {
    float: left;
}

.bannerBtn:first-child {
    margin: 0 12px 0 0;
}

.bannerBtn a {
    background: url(../img/orderBtn.png) no-repeat left top;
    width: 160px;
    height: 36px;
    float: left;
    text-shadow: 1px 1px #7E9811;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #FFF;
}
.bannerBtn a:hover{
	background:url(../img/orderBtn.png) no-repeat left bottom;
	text-decoration: none;
}

.carousel-caption .bannerBtnCon {
    width: 332px;
    margin: 0 auto;
}

.carousel-caption .bannerBtnCon3 {
    width: 504px;
    margin: 0 auto;
}

.cast {
    margin: 20px 0 40px 0;
}

.gicon {
    font-size: -webkit-xxx-large;
    margin-bottom: 15px;
}

.mywell {
  background: #777777;
  color: #fff;
}

.getstarted {
  background: #AC1818;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #fff;
  padding-bottom: 15px;
}

.btngetstarted {
  padding: 45px 0;
}

#nous .container, #webradio-android-iphone .container {
  background: #FBFBFB;
  text-align: center;
}
#nous img {
  display: inherit;
  margin: 0 auto;
  min-height: 56px;
}
#nous h3 {
  color: #C41919;
}

.appimg {
  width: 200px;
  height: auto;
}

.black {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #3C3A37;
  color: #fff;
}

.box01, .box02, .box03 {
    width: 210px;
    height: 180px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    padding: 112px 0 0 0;
    color: #FFF;
    position: relative;
    margin: 15px auto;
}

.box01 {
    background: url(../img/box01.jpg) no-repeat;
}
.box02 {
    background: url(../img/box02.jpg) no-repeat;
}
.box03 {
    background: url(../img/box03.jpg) no-repeat;
}

.panel {
  font-size: 0.9em;
}

.list-group {
  font-size: 0.9em;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #006687;
}

.pagination {
    font-size: 0.8em;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: white;
    background-color: #006687;
    border-color: #006687;
}

.navbar-main .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #AC1818;
}

.label {
    border-radius: 0;
}

input[type='file'].form-control {
    height: inherit;
    margin-bottom: 5px;
}

.list-group-item {
    padding: 7px 15px;
}
.panel-body {
    padding: 10px 15px;
}

/*
 * We use a larger font-size than the bootstrap default, which requires an increase
 * in the top offset to maintain correct alignment in form control feedback.
 */
.has-feedback label ~ .form-control-feedback {
    top: 27px !important;
}

.list-group-item > i.fa.fa-circle-o {
    color: #808080;
}

section#footer {
    margin: 15px 0 0 0;
    padding-top: 15px;
    /*border-top: 20px solid #006687;*/
    line-height: initial;
    color: #fff;
    font-size: 0.7em;
    text-align: center;
    background: url(../img/footerR.png) repeat-x center top, url(../img/footerRe.png) repeat center bottom;
    min-height: 203px;
}
section#footer p {
    margin: inherit;
    border-top: inherit;
    line-height: inherit;
    color: inherit;
    font-size: inherit;
    text-align: inherit;
}
#footer .col-md-2 { margin-bottom: 15px;}
#footer h4 {
background: #3A3734;
    padding: 4px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px #000 solid;
    margin: 15px 0;
    text-transform: uppercase;
}
#footer h6 {
    margin: 15px 0;
}

.socailCon {
    margin: 0 0 15px 20px;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    font-style: italic;
}

.socailNet {
    background: url(../img/socailNet.png) no-repeat;
    width: 173px;
    height: 53px;
    margin: 0 auto;
}

.socailNet a {
    margin-right: 16px;
    width: 45px;
    height: 45px;
    float: left;
}

.noMR {
    margin-right: 0 !important;
}

#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer ul li {
    list-style: none;
    font-size: 14px;
    line-height: 26px;
}

#footer ul li a {
    color: #FFF;
}

.mycento {
    background: url(../img/bg_home_1.png) no-repeat;
    min-height: 671px;
    color: #fff;
    padding-top: 20px;
}

.bg_parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.external-img {
    max-width: 330px;
    max-height: 305px;
    margin-right: -3px !important;
    display: inline-block !important;
    z-index: 20 !important;
}
.personal-img {
    max-width: 315px;
    max-height: 305px;
    margin-left: -3px !important;
    display: inline-block !important;
    z-index: 10 !important;
}

#twitterFeedOutput {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
  .home-shortcuts li {
      width: 16.666%;
  }
}

@media screen and (min-width: 768px)
.carousel-caption {
    right: 5%;
    left: 5%;
    padding-bottom: 30px;
}

@media (min-width: 1200px)
  .containerlarge {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}
@media (min-width: 992px)
  .containerlarge {
    width: 970px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px)
  .containerlarge {
    width: 750px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 1024px) {
    .carousel {
      width: 1007px !important;
    }
    .carousel-inner {
      height: 303px !important;
    }
    .carousel-caption .diago {
      font-size: 20px !important;
      right: 24% !important;
      top: 41% !important;
    }
    .carousel-caption {
      font-size: 14px !important;
      right: 5% !important;
      top: 0% !important;
      left: 5% !important;
    }
    .carousel-caption h3 {
      font-size: 20px !important;
    }
    .lws-topmenu {
      width: 100%;
    }
    .navbar-main {
      font-size: 13px;
    }
    #bs-example-navbar-collapse-1 .hmp {
     margin-left: 0px !important;
     line-height: 23px;
    }
}

@media (max-width: 991px) {
    .navbar-main {
      font-size: 15px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF !important;
}

@media (max-width: 812px) {
    .navbar-main .navbar-nav .open .dropdown-menu > li > a {
        color: #ddd;
    }
    #testimonialWidget { top: 8px; }
    .navbar-main .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
    }
    #bs-example-navbar-collapse-1 .hmp {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        border-bottom: #FFF 1px solid !important;
        width: 100% !important;
    }
    .open>.dropdown-menu {
      display: block;
      width: 100% !important;

          margin-bottom: 16px;
    position: relative;
    top: 8px;
    }
    .dropdown-menu > li > a {
        padding: 8px 12px !important;
            white-space: unset !important;
    }
    .dropdown-menu ul {
        padding-left: 30px !important;
    }
    .dropdown-menu ul li {
        padding: 4px 0 !important;
    }
    .caret {
        border-top: 7px dashed !important;
        border-right: 7px solid transparent !important;
        border-left: 7px solid transparent !important;
    }
    .currentcartlogin {
    position: absolute;
    top: 30%;
    z-index: 999;
    left: 30px;
    }
    #top-nav a.quick-nav {
        color: #FFF !important;
        margin: 0px 0 0 20px !important;
    }
}

@media (max-width: 320px) {
    .currentcartlogin {
        left: 0px;
    }
    #top-nav a.quick-nav {
        margin: 0px 0 0 12px !important;
    }
}

@media (max-width: 667px) {
  #header .container {
    text-align: center !important;
  }
  .currentcartlogin { top: 44%; }
  #header .container a>img {
    margin-bottom: 10px !important;
  }
  #testimonialWidget { top: 44px; }
  .callnav {
    width: 100% !important;
    display: inline-block !important;
  }
  .phoneNo {
    top: 0px !important;
    float: none !important;
    display: inline-block;
  }
  .livechat {
    position: relative !important;
    top: 0 !important;
    float: none !important;
    display: inline-block;
        padding-right: 12px !important;
  }
  .infocall {
      display: inline-block !important;
      top: -5px !important;
     float: none !important;
     width: 70% !important;
  }
  #top-nav {
    float: none !important;
  }
}

@media (max-width: 500px) {
    .currentcartlogin { top: 46%; }
}    
@media (max-width: 450px) {
    .currentcartlogin { top: 48%; }
}    
@media (max-width: 384px) {
  #top-nav {
    float: none !important;
  }
  .currentcartlogin { top: 54%; left: 10px; }
  #testimonialWidget { top: 110px!important; }
  .callnav {
      width: 100% !important;
  }
  .phoneNo {
    float: none !important;
    top: -42px !important;
    display: inline-block !important;
  }
  .livechat {
    float: none !important;
    position: relative !important;
    top: 50px !important;
    display: inline-block !important;
  }
}

@media (max-width: 320px) {
  #header .container {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}

/* modal home page */
.modal-header {
    background: #000 !important;
    color: #FFF !important;
}
.modal-header .close {
    color: #666 !important;
}
.close {
    opacity: 1 !important;
}
.modal-footer {
    background: #9C0D09 !important;
}
.modal-footer a, .modal-footer button {
    margin: 5px !important;
}

.modal-title a {
    color: #FFF !important;
    text-decoration: underline !important;
}
#demoDP .modal-header .close {
    margin-top: -21px;
}
#demoDP .page-product-box iframe > .miniSound__logo {
    display: none;
}
#demoDP .DPann { font-size: 12px; }
#demoDP .page-product-box iframe { border: none; }

/* NAVBAR */
.lws-topmenu {
    padding-right: 0;
    padding-left: 0;
    text-transform: uppercase;
}
#bs-example-navbar-collapse-1 {
    padding-right: 1px;
    padding-left: 1px;
}
#bs-example-navbar-collapse-1 ul { font-size: 16px; }
#bs-example-navbar-collapse-1 .home .fa {
    font-size: 20px;
    padding-left: 6px;
    padding-right: 6px;
}
#bs-example-navbar-collapse-1 .hmp {
    width: fit-content;
    padding: 8px 4px;
    list-style: none;
    background: #AC1818;
    float: left;
    margin-right: 1px;
    margin-left: 1px;
}
#bs-example-navbar-collapse-1 .hmp>a { color: #FFF; }

#bs-example-navbar-collapse-1 .sub2 {
    font-weight: 600;    
    padding: 3px 20px 3px 0;
    clear: both;    
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
}
#bs-example-navbar-collapse-1 .sub2>a {
    color: #000;
        font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;    
}

#bs-example-navbar-collapse-1 .sub2>ul { font-size: 14px; padding-left: 15px; }
#bs-example-navbar-collapse-1 .sub2>ul>li>a { font-weight: normal; font-style: italic; text-transform: capitalize; }
.capi { text-transform: capitalize; }

@media (max-width: 812px) {
  #bs-example-navbar-collapse-1 .sub2 { white-space: unset !important; }
  #bs-example-navbar-collapse-1 .sub2>a { white-space: unset !important; }
  #bs-example-navbar-collapse-1 .sub2>ul { padding-left: 15px!important; }
}

#bs-example-navbar-collapse-1 .dropdown-menu { margin: 0 0 0; }
#bs-example-navbar-collapse-1 .dropdown-menu>li>a { font-weight: 600; }
#bs-example-navbar-collapse-1 .nav-divider {
    border-bottom: 1px dashed rgba(0,0,0,0.55);
    padding: 3px 20px;
    margin-bottom: 3px;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/* CLIENT NAVBAR */
#ClientMenu .hmp {
    width: fit-content;
    padding: 8px 6px;
    list-style: none;
    background: #CFD23B;
    float: left;
    margin-right: 1px;
    margin-left: 1px;
    border: #000 1px solid;
}
#ClientMenu .hmp a {
    color: #000;
        font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
}
#ClientMenu .sub2 {
    font-weight: 600;    
    padding: 3px 20px 3px 0;
    clear: both;    
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;    
}
#ClientMenu .sub2 a {
    color: #000;
        font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.panel-default>.panel-heading,.panel-sidebar>.panel-heading {
    color: #FFF;
    background-color: #3B3936;
    border-color: #3B3936;
}
.client-home-panels .panel > .panel-heading {
    background-color: #3B3936;
}

/* CLIENT AREA */
.btn-success {
    color: #333;
    background-color: #CFD23B;
    border-color: #CFD23B;
}
#order-standard_cart .btn-checkout {
    padding: 10px 16px!important;
}
.btn-primary {
    color: #fff;
    background-color: #d61303;
    border-color: #D01006;
}
.btn-primary:hover {
    color: #fff;
    background-color: #AC1818;
    border-color: #AC1818;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #AC1818;
    border-color: #AC1818;
}
.btn-info {
    color: #fff;
    background-color: #333;
    border-color: #000;
}
.btn-info:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
#order-standard_cart .order-summary .btn-continue-shopping {
    color: #AC1818;
    font-size: 1.0em;
    font-weight: 900;
}

div.header-lined h1 {
    color: #333;
}
.tiles .tile {
    padding: 12px 20px;
    background-color: #FFF;
    border-right: 1px solid #ccc;
}
.panel-heading h2 { color: #FFF !important; }

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #CFD23B!important;
    color: #000;
}
.panel-sidebar a.list-group-item i.far, .panel-sidebar a.list-group-item i.fas {
    color: #666!important;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    border-color: #bec204;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: white;
    background-color: #666666;
    border-color: #000;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #000;
}
.pagination>li>a, .pagination>li>span {
    color: #333;
}

.dataTables_wrapper {
    background-color: #F5F5F5;
}
table.table-list thead th {
    background-color: #F5F5F5;
}

.dataTables_wrapper .dataTables_info {
    background-color: #000;
}

.alert-danger {
    color: #D61303!important;
    background-color: #f2dede;
    border-color: #D61303!important;
}
.alert-info {
    color: #333 !important;
    background-color: #e2e46c!important;
    border-color: #bec204!important;
}
.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #e2e46c;
    border-color: #bec204;
}

a { color: #AC1818; }
a:focus, a:hover {
    color: #000;
    text-decoration: underline;
}


/* CART MODERN */
#order-modern .product {
    border: 1px solid #666 !important;
}
#order-modern .product .prodfeature {
    color: #DD1E14 !important;
    font-size: 16px !important;
    border: 1px solid #666 !important;
    background-color: #ccc !important;
}
#order-modern .product .prodfeature .feature {
    font-size: 14px !important;
    color: #000 !important;
}
#order-modern .product .name {
    font-weight: 800 !important;
    font-size: 24px !important;
    margin-bottom: 10px !important;
}
#order-modern .product .pricing {
    font-size: 16px !important;
    line-height: 20px !important;
    font-style: italic !important;
    color: #DD1E14 !important;
}

/* CART PRENIUM COMPARAISON */
#order-premium_comparison .main-container.price-01 h1, #order-premium_comparison .main-container.price-01 h2,, #order-premium_comparison .main-container.price-01 h3 {
    font-weight: normal;
}
#order-premium_comparison h1 {
    padding: 0 0 0 0 !important;
    margin: 0 !important;
    font-size: 32px !important;
    line-height: 38px !important;
    font-weight: bold !important;
    color: #333333 !important;
}
#order-premium_comparison h2 {
    padding: 0 0 0 0 !important;
    margin: 5px 0 !important;
    font-size: 16px !important;
    color: #666666 !important;
}
#order-premium_comparison h3 {
    padding: 0 0 0 0 !important;
    margin: 20px 0 0 !important;
    font-size: 30px !important;
    line-height: 38px !important;
    color: #AC1818 !important;
}
#order-premium_comparison .price-table-container .price-table .top-head {
    background: #AC1818 !important;
    background: -moz-linear-gradient(top, #AC1818 0%, #600000 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#AC1818), color-stop(100%,#600000)) !important;
    background: -webkit-linear-gradient(top, #AC1818 0%,#600000 100%) !important;
    background: -o-linear-gradient(top, #AC1818 0%,#600000 100%) !important;
    background: -ms-linear-gradient(top, #AC1818 0%,#600000 100%) !important;
    background: linear-gradient(to bottom, #AC1818 0%,#600000 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AC1818', endColorstr='#600000',GradientType=0) !important;
}
#order-premium_comparison .price-table-container .order-button, #order-premium_comparison .price-table-container .order-button:hover {
    background: #b74a4a !important;
    background: -moz-linear-gradient(top, #b74a4a 0%, #990000 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b74a4a), color-stop(100%,#990000)) !important;
    background: -webkit-linear-gradient(top, #b74a4a 0%,#990000 100%) !important;
    background: -o-linear-gradient(top, #b74a4a 0%,#990000 100%) !important;
    background: -ms-linear-gradient(top, #b74a4a 0%,#990000 100%) !important;
    background: linear-gradient(to bottom, #b74a4a 0%,#990000 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b74a4a', endColorstr='#990000',GradientType=0) !important;
}
#order-premium_comparison .price-table-container .price-table .top-head .top-area {
    border-bottom: 1px solid #bc0000 !important;
}
#order-premium_comparison .price-table-container .price-table .top-head .price-area {
    border-top: 1px solid #8d1212 !important;
}
#order-premium_comparison .includes-features .head-area span {
    padding: 5px 20px !important;
}
#order-premium_comparison .includes-features {
    max-width: none !important;
}
#order-premium_comparison .price-table-container .price-table ul li {
    font-size: 12px !important;
    font-weight: bold;
}

/* CART BOXES */
#order-boxes {

}
#order-boxes h1 {
    padding: 0 0 0 0 !important;
    margin: 0 !important;
    font-size: 32px !important;
    line-height: 38px !important;
    font-weight: bold !important;
    color: #333333 !important;
}
#order-boxes .includes-features {
    margin: 0 auto;
    width: 100%;
    max-width: 780px;
    padding-top: 10px;
    max-width: none !important;
}
#order-boxes .fields-container {
    border-top: 10px solid #600000 !important;
    border-bottom: 10px solid #600000 !important;
}
#order-boxes .fields-container .field-row:nth-child(odd) {
    background-color: #F3F3F3 !important;
    color: #000000 !important;
    border: 1px solid #600000 !important;
}
#order-boxes .product-radio {
    padding-left: 30px !important;
    padding-bottom: 20px;
}
#order-boxes h2 {
    padding: 0 0 0 0 !important;
    margin: 20px 0 0 !important;
    font-size: 30px !important;
    line-height: 38px !important;
    color: #AC1818 !important;
    display: inline-block;
}
#order-boxes .wradio {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
  -webkit-appearance: none;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 0 0 2px #AC1818;
}
#order-boxes input[type='radio']:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}
#order-boxes input[type='radio']:checked {
  box-shadow: 0 0 0 2px #AC1818;
}
#order-boxes input[type='radio']:checked:before {
  background: #AC1818;
}

/* CART STANDARD */
#order-standard_cart .products .product {
    padding: 0px 0 10px 0 !important;
    background: #F3F3F3 !important;
    border: 1px solid #600000 !important;
}
#order-standard_cart .products .product div.product-desc {
    float: initial !important;
    width: 100% !important;
    padding: 18px 14px !important;
    text-align: justify;
}
#order-standard_cart .products .product div.product-desc div.img {
    text-align: center;
}
#order-standard_cart .products .product footer {
    float: inherit !important;
    margin: 10px 0 !important;
    width: 100% !important;
}
#order-standard_cart .products .product div.product-pricing {
    margin-bottom: 0 !important;
}
#order-standard_cart .products .product header {
    background: #A21515 !important;
    margin: 0 0px !important;
}
#order-standard_cart .products .product header span {
    color: #FFF !important;
}
.panel-sidebar {
    border-color: #ddd;
}
#order-standard_cart .fa.pull-right {
    display: none !important;
}
#order-standard_cart .col-md-9 {
    background: floralwhite;
}
#order-standard_cart a,#order-standard_cart label {
    font-weight: 900;
}
#order-standard_cart #orderSummary {
    position: initial;
    max-width: 262px;
}

#order-standard_cart .sub-heading span, #order-standard_cart .sub-heading-borderless span {
    color: #C71B1B!important;
    background-color: #E4E3E1!important;
    padding: 5px 17px!important;
    top: -18px!important;
    font-size: 18px!important;    
}
#order-standard_cart .sub-heading {
    margin-top: 30px!important;    
}

#order-standard_cart .panel-addon-selected {
    border-color: #C71B1B!important;
}

/* WHMCMS */
/* Pages */
@media (min-width: 1200px){
  #whmcms .container {
      max-width: 1140px;
  }
}
.btn-cms {
     text-transform: uppercase;
     font-size: 16px;

}
.i-shopphing-cart-16 {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    margin-right: 5px;
}
.marker {
    background: gold;
    padding: 2px;
}

.imginfo {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    vertical-align: bottom;
}

/* table page shoutcast et icecast */

.ifmobile { display: none; }
.table { width: 98%; margin: 20px auto; }
.ifmobile { display: none; }
#whmcms .table p {
    margin: 5px 0;
}
.check {
    background: url(../ressources/images/chekhMark.png) no-repeat center;
}

.basic_header{
	background:url(../ressources/images/headingbg1.png) no-repeat;
	font-size:18px;
	line-height:53px;
	font-weight:bold;
	padding-left:20px;
	border:none;
	color:#D31006;
	margin: 0;
}
.basic {
 border-left:1px solid #E9E9E9;
}
.basic th{
	background: url(../ressources/images/bullet.png) no-repeat 18px 18px;
	list-style:none;
	font-size:12px;
	font-weight:bold;
	line-height:50px;
	padding-left:45px;
	border-right:1px solid #E9E9E9;
	border-bottom:1px solid #E9E9E9;
	color:#333;
  background:#FFF;
	}

tbody .basic th{ background-color: rgb(251, 251, 251); }
tbody .basic p { font-size: 12px !important; }
.c1_header{
	background:url(../ressources/images/headingbg1.png) no-repeat center;
	font-size:18px;
	font-weight:bold;
	border:none;
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
.c1 td {
	list-style:none;
	font-size:12px;
	font-weight:bold;
	line-height:50px;
	text-align:center;
	border-right:1px solid #E9E9E9;
	border-bottom:1px solid #E9E9E9;
	color:#333;
  background:#FFF;
	}

.Style03 {
    font-size: 26px !important;
    font-weight: bold;
    color: #BF0D0D !important;
}

.Style04{
	background:url(../ressources/images/headingbg1.png) no-repeat right top !important;
	}

.Style05{
	background:url(../ressources/images/headingbg1.png) no-repeat !important;
	color:#FFF;
	}
.NoBorder {
    border: none !important;
}

@media screen and (max-width: 1024px){
  .table-responsive {
      width: 97%;
      border: none !important;
  }
  .table { width: 100%; }
  .c1_header, .basic_header { font-size:16px; }
}
@media screen and (max-width: 767px){
  .table-responsive {
      width: 100%;
  }
  .ifmobile { display: block; }
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

/* toolip NOUVEAU/NEW menu top*/
/* AlNew container */
.new .AlNew {
    position: initial;
    display: block;
    border: none; /* If you want dots under the hoverable text */
}

/* AlNew text */
.AlNew .AlNewtext {
    visibility: visible;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the AlNew text - see examples below! */
    position: absolute;
    z-index: 1;
    
    width: 100px;
    bottom: 117%;
    left: 50%;
    margin-left: -50px; /* Use half of the width (120/2 = 60), to center the tooltip */
    
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;    
}

/* Show the AlNew text when you mouse over the AlNew container */
.new:first-child a:hover .AlNew {
    visibility: hidden;
}

.AlNew .AlNewtext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

@media (max-width: 992px){
  .new .AlNew {
      display: none !important;
  }
}


#order-boxes .fields-container .field-row:nth-child(even) {
    background-color: #FFF !important;
    border: 1px solid #600000 !important;
    color: #000000 !important;
}

.sidebar .panel-footer .col-xs-6 {
    width: 100%;
}
.sidebar .panel-footer .col-button-left {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
}
.sidebar .panel-footer .col-button-right {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
}
.btn-social { margin-bottom: 10px; }
.btn-facebook { background: #4267B2; color: #FFF; }
.btn-google { background: #EA4235; color: #FFF; }
.btn-twitter { background: #1DA1F2; color: #FFF; }

.grecaptcha-badge { bottom: 80px!important; }
#scrollUp { bottom: 85px!important; }
.demoDP { text-align: center; margin-top: 5px; }
.demoDP img { cursor: pointer; width: 180px; height: auto; }

/**
 * Credit Card Input
 */
#creditCardInputFields .paymethod-info {
    display: inline-block;
}
#frmPayment .paymethod-info {
    margin: 5px 0;
    cursor: pointer;
    display: inline-block;
}
#frmPayment .paymethod-info label {
    font-weight: normal;
    cursor: pointer;
}
.cc-number-field {
    background-image: url(../../../assets/img/payment/unknown.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.cc-number-field.visa {
    background-image: url(../../../assets/img/payment/visa.png);
}
.cc-number-field.mastercard {
    background-image: url(../../../assets/img/payment/mastercard.png);
}
.cc-number-field.amex {
    background-image: url(../../../assets/img/payment/amex.png);
}
.cc-number-field.dinersclub {
    background-image: url(../../../assets/img/payment/dinersclub.png);
}
.cc-number-field.discover {
    background-image: url(../../../assets/img/payment/discover.png);
}
.cc-number-field.unionpay {
    background-image: url(../../../assets/img/payment/unionpay.png);
}
.cc-number-field.jcb {
    background-image: url(../../../assets/img/payment/jcb.png);
}
.cc-number-field.maestro {
    background-image: url(../../../assets/img/payment/maestro.png);
}
.cc-number-field.forbrugsforeningen {
    background-image: url(../../../assets/img/payment/forbrugsforeningen.png);
}
.cc-number-field.dankort {
    background-image: url(../../../assets/img/payment/dankort.png);
}

/**
 * -------------------------
 * @section Credit Cards
 * -------------------------
 */

div.credit-card {
    margin: 0 auto 30px;
    max-width: 400px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 8px;
}

div.credit-card div.card-type {
    float: right;
    padding: 10px 20px;
    font-size: 1.2em;
}
div.credit-card div.card-icon {
    float: left;
    padding: 7px 7px;
    font-size: 1.2em;
}

div.credit-card div.card-number {
    padding: 10px;
    background-color: #ccc;
    font-size: 1.6em;
    text-align: center;
    clear: both;
}

div.credit-card div.card-start {
    float: left;
    padding: 20px 0 50px 50px;
    font-size: 1.3em;
    text-align: right;
}

div.credit-card div.card-expiry {
    float: right;
    padding: 20px 50px 50px 0;
    height: 120px;
    font-size: 1.3em;
    text-align: right;
}

div.credit-card div.end {
    clear: both;
}
#existingCardsContainer { margin: 16px 0; position: relative; }
#creditCardInputFields ul { padding: 0; }
#creditCardInputFields li { list-style: none; }
#creditCardInputFields ul li label { font-weight: 900; }

/* Card colors colorpicked from website logos */
div.credit-card .logo-visa {
    color: #1a1f71;
}

div.credit-card .logo-amex {
    color: #43abdf;
}

div.credit-card .logo-mastercard {
    color: #ed0b00;
}

div.credit-card .logo-discover {
    color: #000000;
}

@media (max-width: 600px) {
    div.credit-card {
        max-width: 250px;
    }
    div.credit-card div.card-type {
        font-size: 1.0em;
    }
    div.credit-card div.card-icon {
        font-size: 1.0em;
    }
    div.credit-card div.card-number {
        padding: 6px 10px;
        font-size: 1.2em;
    }
    div.credit-card div.card-start {
        padding: 20px 0 30px 50px;
        font-size: 0.9em;
    }
    div.credit-card div.card-expiry {
        padding: 20px 50px 30px 0;
        height: 80px;
        font-size: 0.9em;
    }
}

.auth3d-area {
    border: 1px solid #fff;
}

.submit-3d {
    width: 80%;
    border: 1px solid #fff;
}

.domain-pricing .featured-tld {
    margin: 0 0 20px 0;
    border-radius: 4px;
    box-shadow: 0 6px 20px rgba(0,0,0,.1);
}

.domain-pricing .featured-tld .img-container {
    padding: 20px 0;
    height: 115px;
    line-height: 75px;
    overflow: hidden;
    text-align: center;
}
.domain-pricing .featured-tld .img-container img {
    max-width: 70%;
    max-height: 100%;
}

.domain-pricing .featured-tld .price {
    padding: 5px;
    background-color: #f9f9f9;
    color: #555;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    border-radius: 0 0 4px 4px;
}
.domain-pricing .featured-tld .price.com {
    background-color: #3aa4da;
    color: #fff;
}
.domain-pricing .featured-tld .price.net {
    background-color: #efc00e;
    color: #fff;
}
.domain-pricing .featured-tld .price.tv {
    background-color: #ea3438;
    color: #fff;
}
.domain-pricing .tld-filters {
    margin: 0 0 25px 0;
}
.domain-pricing .label-default[href]:focus, .label-default[href]:hover {
    background-color: #5e5e5e;
}
.domain-pricing a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.domain-pricing .tld-filters a {
    display: inline-block;
    margin-bottom: 4px;
    padding: 5px 6px;
    font-size: 90%;
    font-weight: 400;
    border-radius: 2px;
}
.domain-pricing .tld-pricing-header div:nth-child(odd) {
    border-color: #369;
    background-color: #f5f5f5;
}
.domain-pricing .tld-pricing-header .col-sm-2, .domain-pricing .tld-pricing-header .col-sm-4, .domain-pricing .tld-pricing-header .col-xs-2, .domain-pricing .tld-pricing-header .col-xs-4 {
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 6px solid #97b5d2;
    background-color: #efefef;
    border-radius: 4px 4px 0 0;
}

.domain-pricing .no-bg {
    background-color: transparent!important;
}
.domain-pricing .tld-pricing-header div:nth-child(odd) {
    border-color: #369;
    background-color: #f5f5f5;
}
.domain-pricing .tld-row {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #f5f5f5;
}
.domain-pricing .two-row-center {
    line-height: 28px;
    margin-top: 6px;
    margin-bottom: 6px;
    border-right: 2px solid #c7d7e6;
}
.domain-pricing .small, small {
    font-size: 85%;
}
.ccrequired { 
    color: #D61303;
    font-weight: 900;
    font-size: 12px;
}

#testimonialWidget {
    position: fixed !important;
    z-index: 100;
    top: 20px;
}
.client-home-panels .fas.fa-2x {
    font-size: 1em !important;
}

.panel-sidebar .panel-title {
    color: #FFF!important;
}

#order-standard_cart #frmConfigureProduct > div > div > div.sub-heading.blink_me span { cursor: pointer; }

.home-kb-search {
    margin-bottom: 0px!important;
}
.home-kb-search i {
    top: 0px!important;
    left: 0px!important;
}
.dataTables_wrapper .dataTables_length {
    float: none!important;
}

.gal img { width: 100%!important; height: auto!important; padding: 2px; max-width: 250px; }
#myfaq .btn-primary { color: #fff!important; background-color: #337ab7!important; border-color: #2e6da4!important; }
#myfaq .btn-primary:hover{color:#fff!important;background-color:#0069d9!important;border-color:#0062cc!important;}
#myfaq .btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)!important;}


.mcptab {
background-color: transparent;
    width: 100%;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
}
.mcptab h5 { text-align: center !important; font-weight: 900; }
.mcptab table { width: 100%; }
.mcptab table tbody>tr:nth-child(odd)>td, .mcptab table tbody>tr:nth-child(odd)>th {
    background-color: #eee;
}
.mcptab table td, table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #ccc;
}
.mcptab table td, table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #ccc;
}