
  
 a {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #6c0707;
}
body {
	background-repeat: no-repeat;
	background: #250000;
	background: -webkit-gradient(linear, center top, center bottom, from(#250000), to(#000000));
	background: -webkit-linear-gradient(top,#250000,#000000);
	background: -ms-gradient(top,#250000,#000000);
	background: -o-gradient(top,#250000,#000000);
	background: linear-gradient(top,#250000,#000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#250000',endColorstr='#000000');
  background-repeat:no-repeat;
}
input::placeholder {
  
}
input[type=text] ,
textarea ,
input[type=file] ,
input[type=password] ,
select {
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	width: 300px;
	border: 1px solid #666;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input[type=submit] {
	background-color: transparent;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	width: 100px;
	height: 100px;
	border: 2px solid #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	color: #fff;
}

.content-black-box {
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 120px;
	padding: 20px;
	text-align: justify;
	background-color: #000000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 1px #6c0707;
	color: #fff;
	height: auto;
	min-height: 230px;
	z-index: 10;
	position: relative;
}
.content-black-box-left {
	overflow: hidden;
	//margin-top: 60px;
	margin-bottom: 20px;
	padding: 20px;
	text-align: justify;
	background-color: #000000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 1px #6c0707;
	color: #fff;
	height: auto;
	min-height: 230px;
	z-index: 10;
	position: relative;
}
.content {
	width: 100%;
	min-width: 100%;
	text-align: center;
}
table{
  font-size:14px;
}
.dropbtn {
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}
.dropdown {
	position: relative;
	display: inline-block;
	position: relative;
	z-index: 110;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 110;
	font-size: 14px;
	border-radius: 0px 5px 5px 5px;
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
}
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.dropdown-content a:hover {
	color: #6c0707;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn {
	background-color: #000;
	color: #6c0707;
}
.footer-links {
	text-decoration: none;
	color: #ffffff;
}
.header {
	padding-left: 0px;
	padding-right: 20px;
	margin-top: 50px;
	width: 970px;
}
.header-logo {
	margin-left: 20px;
	width: 344px;
	height: 124px;
	background: url(/img/cd_logo.png);
	background-repeat: no-repeat;
}
.header_storelinks {
	position: relative;
	top: -125px;
	right: 0;
	text-align: right;
}
.header-flags {
	position: relative;
	top: -90px;
	right: 0;
	text-align: right;
}
.header-navi {
	font-family: verdana, sans-serif;
	color: #ffffff;
	margin-top: -25px;
	font-size: 18px;
}
.slider {
	margin-top: 70px;
	width: 1010px;
}
.slider-left-box {
	float: left;
	width: 580px;
	height: 220px;
	padding: 20px;
	background-color: #000000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 1px #6c0707;
	color: #ffffff;
}
.three {
	margin-top: 40px;
	height: 325px;
	width: 970px;
	padding: 20px;
	background-color: #000000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 1px #6c0707;
}
.three-link {
	margin-top: 220px;
	text-align: center;
	padding: 25px 0px 25px 0px;
	text-transform: uppercase;
	color: #ffffff;
	border-top: solid 3px #ffffff;
	border-bottom: solid 3px #a9afad;
	background: #b9000b;
	background: -webkit-gradient(linear, center top, center bottom, from(#b9000b), to(#2f0004));
	background: -webkit-linear-gradient(top,#b9000b,#2f0004);
	background: -ms-gradient(top,#b9000b,#2f0004);
	background: -o-gradient(top,#b9000b,#2f0004);
	background: linear-gradient(top,#b9000b,#2f0004);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9000b',endColorstr='#2f0004');
}
.video {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 50px;
	width: 970px;
	margin-top: 40px;
	padding-right: 0px;
	width: 1010px;
}
.fa {
	padding: 10px;
	font-size: 20px;
	width: 15px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.fa:hover {
	opacity: 1;
	color: #6c0707;
}
.fa-facebook {
	background: #3B5998;
	color: white;
	margin-left: 10px;
}
.fa-twitter {
	background: #55ACEE;
	color: white;
	margin-left: 10px;
}
.fa-google {
	background: #dd4b39;
	color: white;
	margin-left: 10px;      
}
.fa-youtube {
	background: #BB0000;
	color: white;
	margin-left: 10px; 
}
.fa-youtube:hover, .fa-google:hover, .fa-twitter:hover ,.fa-facebook:hover{
  color:#000000;
}
.slideshow {
	display: none;
}
.animate-right {
	position: relative;
	-webkit-animation: animateright 0.4s;
	        animation: animateright 0.4s;
}
@-webkit-keyframes animateright {
	from{right:-100px;opacity:0
	} to{right:0;opacity:1}
}
@keyframes animateright {
	from{right:-100px;opacity:0
	} to{right:0;opacity:1}
}
.animate-left {
	position: relative;
	-webkit-animation: animateleft 0.4s;
	        animation: animateleft 0.4s;
}
@-webkit-keyframes animateleft {
	from{left:-500px;opacity:0
	} to{left:0;opacity:1}
}
@keyframes animateleft {
	from{left:-500px;opacity:0
	} to{left:0;opacity:1}
}
.video-box {
	float: left;
	width: 620px;
	height: 350px;
	padding: 20px;
	background-color: #000000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 1px #6c0707;
}
.typeahead {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 14px;
	height: 50px;
	line-height: 30px;
	outline: medium none;
	padding: 0px 12px;
	width: 580px;
	font-family: 'Verdana',sans-serif;
	color: #fff;
	padding: 10px;
	width: 580px;
	height: 50px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	background-color: #1e0101;
}
.tt-query {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	height: 50px;
	line-height: 30px;
	outline: medium none;
	padding: 0px 12px;
	width: 580px;
	font-family: 'Verdana',sans-serif;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), inset;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), inset;
	background-color: #1e0101;
}
.tt-hint {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	height: 50px;
	line-height: 30px;
	outline: medium none;
	padding: 0px 12px;
	width: 580px;
	font-family: 'Verdana',sans-serif;
	visibility: hidden;
}
.tt-dropdown-menu {
	background-color: #ffffff;
	border: 1px solid #000000;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 0px;
	padding: 8px 0;
	//width: 463px;
}
.tt-suggestion {
	font-size: 14px;
	line-height: 24px;
	padding: 3px 20px;
	color: #000000;
	font-family: 'Verdana',sans-serif;
}
.tt-suggestion.tt-is-under-cursor {
	background-color: #6c0707;
	color: #ffffff;
}
.tt-suggestion p {
	margin: 0;
}

.button_deactivate {
	background: #454202;
	background: -webkit-gradient(linear, 100.0% 0%, 0% 0%, from(#454202), color-stop(60%, #452200), to(#1f0e00));
	background: -webkit-linear-gradient(to bottom,#454202 0%,#452200 60%,#1f0e00 100%);
	background: -ms-gradient(to bottom,#454202 0%,#452200 60%,#1f0e00 100%);
	background: -o-gradient(to bottom,#454202 0%,#452200 60%,#1f0e00 100%);
	background: -webkit-linear-gradient(top,#454202 0%,#452200 60%,#1f0e00 100%);
	background: linear-gradient(to bottom,#454202 0%,#452200 60%,#1f0e00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454202',endColorstr='#1f0e00',GradientType=0 );
}

.button_glow {
	background: #fff809;
	background: -webkit-gradient(linear, 100.0% 0%, 0% 0%, from(#fff809), color-stop(60%, #ff7e00), to(#703201));
	background: -webkit-linear-gradient(to bottom,#fff809 0%,#ff7e00 60%,#703201 100%);
	background: -ms-gradient(to bottom,#fff809 0%,#ff7e00 60%,#703201 100%);
	background: -o-gradient(to bottom,#fff809 0%,#ff7e00 60%,#703201 100%);
	background: -webkit-linear-gradient(top,#fff809 0%,#ff7e00 60%,#703201 100%);
	background: linear-gradient(to bottom,#fff809 0%,#ff7e00 60%,#703201 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff809',endColorstr='#703201',GradientType=0 );
	-webkit-animation: glowing 1000ms infinite;
	animation: glowing 1000ms infinite;
}
@-webkit-keyframes glowing {
	0%{background-color:#aa5e02; -webkit-box-shadow:0 0 3px #aa5e02;
	}
  50%{background-color:#ffdc00; -webkit-box-shadow:0 0 15px #ffdc00; }

  100%{background-color:#aa5e02; -webkit-box-shadow:0 0 3px #aa5e02; }
}

.loader {
	position: relative;
	z-index: 1;
	margin: -35px 0 0 -35px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-top: 16px solid #6c0707;
	border-right: 16px solid #6c0707;
	border-left: 16px solid transparent;
	border-bottom: 16px solid #6c0707;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
	0%{-webkit-transform:rotate(0deg);
	}
  100%{-webkit-transform:rotate(360deg); }
}
@keyframes spin {
	0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);
	}
  100%{-webkit-transform:rotate(360deg);transform:rotate(360deg); }
}
/* Tooltip container */
.tooltip-bottom{position:relative;    display:inline-block;    border-bottom:1px dotted black;
/* If you want dots under the hoverable text */
}
/* Tooltip text */
.tooltip-bottom .tooltiptext-bottom{visibility:hidden;    width:120px;    background-color:#999;    color:#000;    text-align:center;    padding:5px 0;    border-radius:6px;
/* Position the tooltip text */
position:absolute;    z-index:1;    bottom:125%;    left:50%;    margin-left:-60px;
/* Fade in tooltip */
opacity:0;}
/* Tooltip arrow */
.tooltip-bottom .tooltiptext-bottom::after{content:"";    position:absolute;    top:100%;    left:50%;    margin-left:-5px;    border-width:5px;    border-style:solid;    border-color:#999 transparent transparent transparent;}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-bottom:hover .tooltiptext-bottom{visibility:visible;    opacity:1;}
/* Tooltip container */
.tooltip--right{position:relative;    display:inline-block;    border-bottom:1px dotted black; }
/* Tooltip text */
.tooltip-right .tooltiptext-right{visibility:hidden;    width:120px;    background-color:#999;    color:#000;    text-align:center;    padding:5px;    border-radius:6px;
/* Position the tooltip text */
position:absolute;    z-index:1;    top:-15px;    right:160%;
/* Fade in tooltip */
opacity:0;    }
/* Tooltip arrow */
.tooltip-right .tooltiptext-right::after{content:" ";    position:absolute;    top:50%;    left:100%;
/* To the right of the tooltip */
margin-top:-5px;    border-width:5px;    border-style:solid;    border-color:transparent transparent transparent #999;}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-right:hover .tooltiptext-right{visibility:visible;    opacity:1;}   



