/*
 * Theme Name: 
 * Theme URI: 
 * Description: 
 * Version: 
 * Author: wolfiq
 * License: GNU General Public License
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
#topbg {
	margin-top: 15px;
}

.no-gutter, .no-gutter > [class*="col-"] {
	padding-right: 0px;
	padding-left: 0px;
}

.productbittitle {
	padding: 0px;
	font-size: 24px;
	margin-top: 0px;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
}

#footerbg {
	background: #333333;
	padding-top: 20px;
}

#footerbg a { 
	color: #999999; 
	text-decoration: none; 
	line-height: inherit; 
}

#footerbg a:hover {color:#ffffff; }

#footerbg a:focus { 
	color: #ffffff; 
	outline: none; 
}

#footerbg h6 {
	color: #ffffff;
	font-size: 16px;
}

#footerbg h3 {
	color: #ffffff;
	font-size: 18px;
}

#footerbg li {
	list-style-type: none;
	font-size: 12px;
	padding-left: 10px;
}

#footerbg ul, ol {margin:0;padding:0;}

#footerbg p {color: #999999;}

.fa-border {
	color:#fff;
	background-color: #666;
	font-size: 24px;
	border: 0px solid #fff;
	border-radius: 1em;
	padding: 0.3em 0.4em;
}

hr.footer {
	border-style: solid;
	border-color: #666;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-width: 1px 0px 0px;
	clear: both;
	margin: 1px 0px;
	height: 0px;
}


p, label, li {
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	font-size: 13px;
}

.red {color:red;}


/* --- COOKIES -- */
div#cookies-message {
	font-family: Arial;
	font-size: 12px;
	padding:5px;
	width: 100%;
	background: #303030;
	z-index: 1;
	position: fixed;
	bottom: 0px;
	left: 0px;
	border: 2px solid #fff;
}

div#cookies-message div.inside {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

div#cookies-message .inside p {
	margin: 0;
	padding: 0 0 0 0px;
	width: auto;
	line-height: 12px;
	float: left;
	font-size: 10px;
	color: #fff;
	font-weight: 400;
}
div#cookies-message h4 {
	margin: 0;
	padding: 10px 0 10px 0px;
	float: left;
	font: 400 18px/18px 'Dosis';
	text-transform: uppercase;
	color: #fff;
}
	
a#accept-cookies-checkbox {
	position: absolute;
	top: 0px;
	right: 20px;
	padding: 10px 30px;
	font-size: 12px;

	background-color: #2777B8;
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	cursor: pointer;
	text-align:center;
}
