@font-face {
  font-family: 'gothic';
	src: url('../fonts/gothic/century_gothic.eot');
	src: url('../fonts/gothic/century_gothic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gothic/century_gothic.woff') format('woff'),
		url('../fonts/gothic/century_gothic.ttf') format('truetype'),
		url('../fonts/gothic/century_gothic.svg#ArialMT') format('svg');
}

body {
    overflow: hidden;
    font-family: 'gothic';
    margin: 0px;
    font-size: 16px;
}

 #main_cont {
    height: 630px;
    width: 900px;
    background-color: #dcdcdc;
    border: 1px solid;
    position: relative;
}

#container {
    position: relative;
    width: 100%;
    background-color: #666666;
    height: 600px;
    top: 30px;
}
.dimensions {
    position: relative;
    width: 480px;
    background-color: #dcdcdc;
    top: 10px;
    margin: auto;
}

.dim_cont {
    position: relative;
    background-color: #ffffff;
/*    padding: 5px;*/
    height: 70px;
}

.dim_cont div{
    display: inline-block;
    margin: 5px;
}

.diameter,.area {
    font-size: 20px;
    color: #0099ff;
}

.head {
    padding: 5px;
    font-weight: bold;
}

.slide_txt {
    display: inline-block;
}

.collecting_area {
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.slider_txt {
    color: white;
    font-weight: bold;
    display: inline-block;
}

.slider_cont {
    padding: 15px;
    margin-top: -70px;
}
.slide-track{
    margin-left: 10px;
    background-color: #cacaca;
    border-radius: 3px;
    height: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.6) inset;
    position: relative;
    display: inline-block;
    width: 655px;
    z-index: 2;
}

.slide-button{
    width: 10px;
    height: 10px;
    background-color: #e9e9e9;
    box-shadow: 0 0 2px rgba(0,0,0,0.6);
    border-radius: 5px;
    top: -3px;
	left: 325px;
    position: relative;
	cursor:pointer;
}

.slide-button:hover{
	background-color:#b6b6b6;
}
.slide-button-click,
.slide-button-click:hover{
	background-color:#7a7a7a;
}

.circle {
    -ms-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.tick_mark {
    text-align: center;
    width: 175px;
    position: absolute;
    bottom: 115px;
    color: white;
    opacity: 0;
}
.tick_img {
    width: 25px;
}
.diameter{
    width: 80px;
}
#loadInfo {
    position: absolute;
    width: 176px;
    height: 50px;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    font-size: 24px;
    text-align: center;
}
        #main_cont{
                opacity: 0;
        }