/* main container styles */
@font-face{
	font-family: fntStyle;
	font-style: normal;
	font-weight: normal;
	src:url(../fonts/MeriendaOne-Regular.ttf);
}

@font-face{
	font-family: metro;
	font-style: normal;
	font-weight: normal;
	src:url(../fonts/METRO-DF.TTF);
}

@font-face{
	font-family: Cabin-Bold;
	font-style: normal;
	font-weight: normal;
	src:url(../fonts/Cabin-Bold.ttf);
}

@font-face{
	font-family: Cabin-Regular;
	font-style: normal;
	font-weight: normal;
	src:url(../fonts/Cabin-Regular.ttf);
}

div.drum-wrapper {
	position: relative;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    width: 100px;
}
div.drum-wrapper .inner {
	position: relative;
	overflow: hidden;
	margin-top:0px;
	height:110px;
	width:140px;
}
div.drum-wrapper div.container {
	position: absolute;
	width: 100%;
	top: 35px;
	left: 0px;
}

div.drum-wrapper, 
div.drum-wrapper .inner {
	height: 110px;
}

.outside div.drum-wrapper {
	height: 140px;
}
.outside div.drum-wrapper .inner {
	top: 12px;
}
.outside div.drum-wrapper .container {
	top: 46px;
}
/* dail styles for mouse controls */
div.drum-wrapper .dial {
	position: absolute;
	width: 100%;
	left: 0px;
	height: 8px;
	display: block !important;
}
div.drum-wrapper .dial:hover {
cursor:pointer;
}

.outside div.drum-wrapper .dial {
	height: 58px;
}

div.drum-wrapper .dial div {
	width: 26px;
	height: 10px;
	margin: 0 auto;
}
div.drum-wrapper .dial svg {
	position: absolute;
}
div.drum-wrapper .up {
	height:30px;
	top: -13px;
	left: 14px;
}
div.drum-wrapper .up svg {
	top: 2px
}
div.drum-wrapper .down {
	height:30px;
	bottom: -13px;
	left: 14px;
}
div.drum-wrapper .down svg {
	bottom: 2px;
}
/* actual drum styles */
div.drum {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
div.drum figure {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;  
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	display: block;
	position: absolute;
	line-height: 20px;
	color: #fff;
	margin: 0px;
	padding: 0px 0px;
	overflow: hidden;
	text-align:center;
	width: 60%;
	margin-left:20px;
}

div.drum-wrapper div.container, div.drum-wrapper figure {
    height: 44px;
    line-height: 39px;
	
}


/*------------------------------      NNO      ------------------------------*/
*, *::after, *::before {
  box-sizing: border-box;
}

body {
	margin:0px;
	font-family: "metro"; 
	font-size:22px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	color: #383838;
	background-color: #f8f8f8;
}

div.drum figure {
	text-align: center;
}

.cd-horizontal-timeline {
	width:1280px;
	height:720px;
	background:#161616;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
	background:url("../images/time_line_bg.jpg") no-repeat;
}

.left_panel{
	position:absolute;
	z-index:100;
	/*margin:420px 0 0 218px;*/
	top: 497px;
	left:217px;
}

.cont_panel{
	margin: 55px 0 0 225px;
}

#title{
	text-align: center;
	margin-left: 100px;
    margin-top: 34px;
    font-size: 35px;
    font-family: "fntStyle", serif;
    color: #fff;
	font-weight: 700;
}

#wrdCont{
	font-family: "Cabin-Bold";
	font-weight: bold;
	font-size: 30px;
	color: #000;
	max-width:900px;
}

#sentCont{
	margin-top:7px;
	max-width:900px;
	color: #000000;
	font-family: "Cabin-Regular";
	font-size: 20px;
	line-height: 23px;
}

#imgCont{
	background:url(../images/img_bg.png) no-repeat;
	width:698px;
	height: 419px;
	margin-left: 174px;
	margin-top:12px;
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
}

#imgCont img{
	margin: 27px 0 0 30px;
}