/* CSS Document */
aside, nav, footer, header, section { display: block; }
html, body {
	margin: 0;
	width:100%;	
	text-align:center;
	background-color:#e4e4e4;
}
img {
	border:0;
}
.video-js {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
}
.vjs-poster {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


@font-face {
    font-family: 'sbgemtavuni';    
    src: url('fonts/R2Uni2.eot');
    src: url('fonts/R2Uni2.eot?#iefix') format('embedded-opentype'),
		 url('fonts/R2Uni2.woff') format('woff'), 
		 url('fonts/R2Uni2.ttf') format('truetype'), 
         url('fonts/R2Uni2.svg#R2Uni2') format('svg');
    /*font-weight: normal;
    font-style: normal;*/
}

@font-face {
    font-family: 'TrebuchetMSRegular';
    src: url('fonts/trebuc.eot');
    src: url('fonts/trebuc.eot') format('embedded-opentype'),
         url('fonts/trebuc.woff') format('woff'),
         url('fonts/trebuc.ttf') format('truetype'),
         url('fonts/trebuc.svg#TrebuchetMSRegular') format('svg');
}

.rioni {
	 font-family: 'TrebuchetMSRegular';
}
.nino {
	 font-family: 'TrebuchetMSRegular';
}
.sylfaen {
	 font-family:tahoma !important;
}
.line {
	width:inherit;
	height:1px;
	margin:auto;
	background:#999;
	margin-top:10px;
	margin-bottom:10px;
}
.italic {
	font-style:italic;
}
#soc_float {
	position:fixed;
	opacity:0;
	transition:0.5s;
}
.soc_float_show {
	opacity:1 !important;
	transform:0.5s;
}
#soc_float div {
	width:38px;
	height:100px;
	position:absolute;
	left:-45px;
	top:10px;
}
#soc_float .face {
	background-image:url(../img/soc2.png);
	width:25px;
	height:25px;
	margin-bottom:8px;
}
#soc_float .twit {
	background-image:url(../img/soc3.png);
	width:25px;
	height:25px;
	margin-bottom:8px;
}
#soc_float .gogl {
	background-image:url(../img/soc4.png);
	width:25px;
	height:25px;
}

.vis2 {
	position:absolute;
	right:10px;
	bottom:-3px;
	font-family: sylfaen;
	color:#000;
	font-size:16px;
}
.print {
	position:absolute;
	right: 3px;
	bottom: -9px;
	width:24px;
	height:24px;
	cursor:pointer;
}
.font_plus {
	position:absolute;
	right:30px;
	top:-4px;
	background-image:url(../img/key_plus.png);
	background-size:contain;
	background-position:center;
	width:32px;
	height:32px;
}
.font_minus {
	position:absolute;
	right:0px;
	top:-4px;
	background-image:url(../img/key_minus.png);
	background-size:contain;
	background-position:center;
	width:32px;
	height:32px;
}

.pr_slider {
	width:inherit;
	height:59px;
	white-space:nowrap;
	margin-left:-1px;
}
.pr_slider ul {
	width:660px;
	height:60px;
	display:inline-block;
	padding:0;
	margin:0;
	overflow:hidden;
	position:relative;
}
.pr_slider ul li {
	width:100px;
	height:56px;
	border:2px solid #dddddd;
	display:block;
	position:absolute;
	vertical-align:top;
	transition:0.5s;
	padding:0;
	margin:0;
	cursor:pointer;
}
.pr_slider  ul li  img {
	width:100px;
	height:56px;
	margin:auto;
}
.pr_slider  ul li:hover {
	border:2px solid #8b8a97;
	transition:0.5s;
}
.pr_slider .ar_prev {
	width:15px;
	height:55px;
	background-image:url(../img/prev3.png);
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
}
.pr_slider .ar_next {
	width:15px;
	height:55px;
	background-image:url(../img/next3.png);
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
}

.hand {
	cursor:pointer;
}
.spacer {
	height:15px;
}
.pag {
	 height:30px;
	 white-space:nowrap;
	 font-family:tahoma;
	 font-size:13px;
	 color:#666;
	 text-align:left;
	 padding:0;
	 margin:0;
}
.pag li {
	padding:0;
	 margin:0;
	display:inline-block ;
	width:35px;
	height:30px;
	cursor:pointer;
	text-align:center;
	white-space:nowrap;
	border-top:solid;
	border-top-width:3px;
	border-top-color:#FFF;
	transition: .6s;
	line-height:30px;
}
.pag li:hover {
	background-color:#f8f4f8;
	border-top-color:#ededed;
	transition: .6s;
}
.pag .cur {
	border-top-color:#ee5700;
	background-color:#f8f4f8;
	transition: .6s;
}
.pag .cur:hover {
	background-color:#fff;
	cursor:default;
	transition: .6s;
}

.en {
	font-family:tahoma !important;
}
.error {
	border: 1px #ff0000 solid !important;
}
.error_span {
	color: #d93c3c !important;
}
.header_all {
	font-size:18px;
	color:#747474;
	font-family: 'TrebuchetMSRegular';
	text-align:left;
}
.header_all2 {
	font-size:20px;
	color:#747474;
	font-family: 'TrebuchetMSRegular';
	text-align:left;
}

.submit_button {
	width:100px;
	height:19px;
	line-height:19px;
	margin:auto;
	color:#FFF;
	cursor:pointer;
	background-image:url(../img/vote_but.png);
	font-size:13px;
	font-family: 'TrebuchetMSRegular';
	text-align:center;
}
.link {
	text-decoration:none;
	cursor:pointer;
}
.link:hover {
	text-decoration:underline;
}

.link_u {
	text-decoration:underline;
	cursor:pointer;
}
.link_u:hover {
	text-decoration:underline;
}

.margin_l {
	margin-left:5px;
}
.margin_r {
	margin-right:5px;
}

.bold {
	font-weight:bold;
}
.blue {
	/*color:#34347d;*/
	color:#000;
}
.grey {
	color:#8b8a97;
}
.black {
	color:#000 !important;
}
.red {
	color:#c80505;
}
.grey2 {
	color:#0e0e0e;
}
.purple {
	color:#551c8b;
}
.white {
	color:#fff;
}
.white2 {
	color:#e1e1e1;
}
.line_all2 {
	width:100%;
	height:1px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#d3d3d3;
}
.line_all {
	width:90%;
	height:1px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#d3d3d3;
}