


body {
	font-family: 'Merriweather', serif;
	font-size: 18px;

	/* background: #30365a !important;*/
	line-height: auto;
	padding: 1% 0;

	background-color: #ffffff;
	opacity: 1;
	background-size: 7px 7px;
	background-image: repeating-linear-gradient(45deg, #f7f7f7 0, #f7f7f7 0.7000000000000001px, #f7f7f7 0, #f7f7f7 50%);


    color: #777;

}

a {
	color: #333;
	cursor: pointer;
	font-size: 12px;
	margin-left: 10px;
	text-decoration: none
}

a:hover {
	color: gray;
}


hr {
	width: 98% !important;
	margin-left:1%;
	margin-top:35px;
}

footer hr {
	margin-top:0px !important;
}

.form-area {
	background: #fff;
	border-radius: 10px;
	color: #575757;
	padding: 2%;
	margin: 0;
	box-shadow: none;
}


#volumesection {
	background: gold;
	border-radius: 10px;
	color: #222;
	padding: 20px;
}

/** fonts **/


h1,h2 {
	background: -webkit-linear-gradient(#333, #111);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	font-weight: bolder;
	text-transform: uppercase;
}


h3 {
	background: -webkit-linear-gradient(#333, #111);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	font-size: 28px !important;
	font-weight: 900
}


h4,h5 {
	background: -webkit-linear-gradient(#333, #111);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	font-size: 100%;
	font-weight: bolder;
}

.notice {
	font-size: 12px;
}

.boldchrome {
	/*color: #4a9ffc*/ 

	background: -webkit-linear-gradient(#333, #111);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	display: inline-block;
	font-size: 50px;
	font-weight: 900;
	margin: 0 5px 0 0;
	word-break: break-all;
	text-transform: center
}

span#volume {
	font-size: 20px;
	font-weight: normal 
}

.align-left {
	color: #444 !important;
	display: inline-block;
	text-align: left;
	font-size: 14px !important;
	margin: 0 0 0 0 !important;
	width:48%;
}


.align-right {
	color: #444 !important;
	text-align: right;
	display: inline-block;
	margin: 0 0 0 0  !important;
	font-size: 14px !important;
	width:50%;
}

.fa {
	color:  #d2002e;
}

/** UI Slider **/


.slidecontainer {
  width: 100%;
}

.kgslider, .muslider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #777;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.kgslider:hover, .muslider:hover {
  opacity: 1;
}

.kgslider::-webkit-slider-thumb, .muslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: gold;
  cursor: pointer;
}

.kgslider::-moz-range-thumb, .muslider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #222;
  cursor: pointer;
}

/** form **/
form {
	margin:0;
}

input[type='number'] {
	background: #f8f8f8;
	height:50px;
	width: 100%;
    margin: 2px 0 0 0 ;
    font-weight: bolder;
    text-align: right;
    text-shadow: none
}

input[type='number'] {
	border: 1px solid #ccc;
	color: #333;
    width: 100%;
    font-size: 100%;
}

input[type='number']::placeholder {
	color:#dedede;
	font-weight: normal;
	text-shadow: none;
	font-size: 30px
}



#calculatebtn {
    background: gold;
    color:#222;
    cursor: pointer;
    font-weight: bold;
    margin: 4px 0;
    text-transform: uppercase;
    width: 100%;
}

button:hover {
	transition: scale(1.25);
}

.resetbtn {
	background: #89d16d;
	color: #fff !important;
	cursor: pointer;
	width: 100%;
}

/** modal **/
.modal-content {
	background: #fff;
}

/** theme / skin chooser **/

#themechooser {
	background: gold;
	border-bottom:2px solid silver;
	padding: 3px;
	position:fixed; 
	right: 0;
	top: 0%;
	width: 100%;
	z-index: 9999
}

#themechooser span {
	border-radius: 3px;
	display: inline-block;
	height: 15px;
	vertical-align: middle;
	width: 15px;

}

#themechooser span.notice {
	border:none;
	border-radius: 0;
	height: auto;
	width: auto;
}

#themechooser #black {
	background: #222;
	
}

#themechooser #blue {
	background: #18537b;

}

#themechooser #white {
	background: #fff;

}