/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

body, html {
	padding:  0px;
	margin:  0px;
	width: 100%;
	height:  100%;
	
	background:  url( '../images/bg.jpg' );
	background-size: cover;
	background-attachment: fixed;
}

.social-share {
	margin-top:  50px;
	margin-left: 20px;
}

.clear {
	clear: both;
}

.spacer {
	clear: both;
}

.left {
	float:left;
}

.right {
	float:right;
}

@transition: all 0.5s ease;
.transition {
	-webkit-transition: @transition;
	-moz-transition: @transition;
	-ms-transition: @transition;
	-o-transition: @transition;
	transition: @transition;
}

.no {
	display: none!important;
}

.orange {
	background: #fc9b2c!important;
}

@radius: 1000px;
.radius {
	-moz-border-radius: @radius;
	-webkit-border-radius: @radius;
	border-radius: @radius;
	-khtml-border-radius: @radius;
}

.dodo {
	&:hover {
		background: rgba( 255, 255, 255, 0.1 );
	}
}

#page {
	width: 100%;
	height: 100%;
	background:  url( '../images/bg.jpg' );
	background-size: cover;
	background-attachment: fixed;
	
	#first {
		width: 1200px;
		height: 550px;
		position: absolute;
		z-index: 100;
		top: 50%;
		left: 50%;
		margin-top: -300px;
		margin-left: -600px;
		
		#start {
			cursor: pointer;
			width: 218px;
			height: 130px;
			background: url( '../images/start.png' );
			
			&:hover {
				background: url( '../images/start_hover.png' );
			}
		}
	}
	
	#final {
		width: 1200px;
		height: 600px;
		position: absolute;
		z-index: 30;
		left: 50%;
		margin-left: -600px;
		font: 26px/40px PTSerif-Regular;
		display: none;
		color: #ffffff;
		
		a {
			color: #ffffff;
		}
	}
	
	#action {
		width: 1200px;
		height: 600px;
		position: absolute;
		z-index: 50;
		top: 50%;
		left: 50%;
		margin-top: -300px;
		margin-left: -600px;
		display: none;
		
		#main {
			width: 600px;
			height: 600px;
			float: left;
			
			#next {
				position: absolute;
				width: 200px;
				height: 50px;
				cursor: pointer;
				color:  #ffffff;
				padding: 10px;
				top: 400px;
				left: 300px;
				display: none;
				
				.text {
					font-size: 24px;
					line-height: 25px;
					font-family: Gothic725BlkBT;
					float: left;
					width: 150px;
					height: 50px;
				}
				
				.img {
					background: url( "../images/arrow.png" ) no-repeat;
					width: 50px;
					height: 50px;
					float: left;
				}
				
				&:hover {
					color: #fc9b2c;
				
					.img {
						background: url( "../images/arrow_hover.png" ) no-repeat;
					}
				}
			}
		}
		
		#variants {
			width: 200px;
			height: 600px;
			float: left;
			
			.variant {
				width: 200px;
				height: 200px;
				color: #ffffff;
				
				.in {
					width: 200px;
					height: 60px;
					padding: 70px 0px;
					text-align: center;
					font-size: 18px;
					line-height: 22px;
					font-family: Gothic725BlkBT;
					cursor: pointer;
				}
			}
			
			#example {
				position: absolute;
				width: 350px;
				height: 600px;
				top: 0px;
				left: 0px;
				margin-left: 850px;
				display: none;
				color: #ffffff;
				
				#inva {
					font: 20px/30px PTSerif-Regular;
					color: #ffffff;
				}
			}
			
			&:hover {
				#example {
					display: block;
				}
			}
		}
		
		#vote {
			width: 400px;
			height: 600px;
			float: left;
			display: none;
			
			.vote-variant {
				width: 100px;
				height: 200px;
				position: relative;
			
				.percent {
					position: absolute;
					left: 50%;
					top: 50%;
					margin-left: -28px;
					margin-top: -28px;
					font-size: 12px;
					line-height: 50px;
					font-family: Gothic725BlkBT;
					height: 50px;
					width: 50px;
					border: #ffffff 3px solid;
					color: #ffffff;
					text-align: center;
				}
			}
		}
	}
}

.comm {
        width: 920px;
        margin: 50px auto;
        margin-top: 1130px;
        /*margin-top: 20px;*/
        
        color: #000000;
        
        @active_color: #ffca24;
        
        .comments {
        	a {
        		color: #000000!important;
        	}
        }

        .most-read {
                color: #ffffff!important;
        
                a {
                        color: #ffffff!important;
                }
                margin-bottom: 30px;
        
                .container {
                        width: 920px!important;
                        margin: 0 auto;
                
                        .label {
                                padding: 30px 0px;
                                font-family: PTSansPro-Caption;
                                font-size: 19px;
                        }
                
                        .item {
                                width: 200px;
                                float: left;
                                margin-left: 40px;
                        
                                .image {
                                        display: block;
                                        width: 200px;
                                        height: 200px;
                                        background-size: cover;
                                        background-position: 50% 50%;
                                }
                                
                                .title {
                                        display: block;
                                        padding: 10px 0px;
                                        font-family: PTSerif-Regular;
                                        font-size: 18px;
                                        line-height: 20px;
                                        color: #000000;
                                        text-decoration: none;
                                }
                                
                                .lead {
                                        font-family: PTSansPro-Caption;
                                        font-size: 12px;
                                        line-height: 13px;
                                }
                                
                                &:nth-child(2) {
                                        margin: 0px;
                                }
                                
                                &:hover {
                                        .title {
                                                color: @active_color;
                                        }
                                }
                        }
                }
        }
        
        .same-read {
                color: #ffffff!important;
        
                a {
                        color: #ffffff!important;
                }
                margin-bottom: 30px;
                
                .container {
                        width: 920px;
                        margin: 0 auto;
                        
                        .label {
                                padding: 30px 0px;
                                font-family: PTSansPro-Caption;
                                font-size: 19px;
                        }
                        
                        .item {
                                width: 300px;
                                height: 100px;
                                margin-bottom: 30px;
                                float: left;
                                
                                .image {
                                        display: block;
                                        width: 100px;
                                        height: 100px;
                                        float: left;
                                        background-size: cover;
                                        background-position: 50% 50%;
                                        .transition;
                                }
                                
                                .info {
                                        float: left;
                                        width: 170px;
                                        padding: 0px 15px;
                                        
                                        .rubrics {
                                                margin-bottom: 15px;
                                                display: none;
                                                
                                                 a {
                                                        color: #000000;
                                                        text-decoration: none;
                                                        font-family: MonoCondensed-Bold;
                                                        font-size: 11px;
                                                        line-height: 13px;
                                                        
                                                        &:hover {
                                                                color: @active_color;
                                                        }
                                                 }
                                        }
                                        
                                        .title {
                                                margin-bottom: 20px;
                                                display: block;
                                                font-family: PTSerif-Regular;
                                                font-size: 20px;
                                                line-height: 21px;
                                                color: #000000;
                                                text-decoration: none;
                                                
                                                &:hover {
                                                        color: @active_color;
                                                }
                                        }
                                }
                                
                                &:hover {
                                        .title {
                                                color: @active_color;
                                        }
                                }
                        }
                }
        }
}