.ssc-mobile, .ssc-mobile-wrap, .ssc-popup
{
	display: none;
}

.ssc-desktop
{
	position: relative;	
}

.ssc-total
{
	text-align: center;
	font-size: 36px;
	color: #892305;
	font-family: 'Oswald',sans-serif;
	font-weight: bold;
	padding: 0;
	line-height: 110%;
	margin: 0;
}

.ssc-text
{
	font-size: 11px;
	margin: 5px 0 0;
	text-align: center;
	color: #555555;
	line-height: 100%;
}

.ssc-desktop a
{
	font-size: 11px;
	margin: 5px 0 0;
	color: #555555;
	line-height: 100%;
	text-decoration: none;
}

.ssc-desktop span
{
	margin-left: 5px;
	margin-top: 2px;
}

.count-bubble 
{
    position: absolute;
	left: 100px;
    width: 30px;
    height: 16px;
    padding: 0px;
    background: #892305;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	color: #fff;
	font-family: 'Oswald',sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 0 2px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
    opacity: 0;
}

.ssc-bubble:hover + .count-bubble
{
	opacity: 1;
}

.count-bubble:after 
{
    content: "";
    position: absolute;
    top: 5px;
    left: -8px;
    border-style: solid;
    border-width: 3px 8px 3px 0;
    border-color: transparent #892305;
    display: block;
    width: 0;
    z-index: 1;
}

.more-bubble
{
	display: block;
	font-size: 11px;
	margin: -13px 0 0;
	color: #555555;
	line-height: 100%;
	text-decoration: none;
	cursor: pointer;
}

.more-bubble span
{
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.wrap-bubble
{
    position: absolute;
	z-index: 99999999;
    top: -14px;
	left: 135px;
    width: 140px;
    height: 390px;
    padding: 0px;
    background: #F4EEE1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 10px 0px #616161;
    -moz-box-shadow: 2px 2px 10px 0px #616161;
    box-shadow: 2px 2px 10px 0px #616161;
	display: none;
}

.bubble-triangle
{
	position: absolute;
	left: -35px;
	top: 163px;
}

.wrap-bubble a
{
	position: relative;
	display: inline-block;
	margin-left: 20px;
	margin-top: 20px;
}

.wrap-bubble a.ad
{
	margin-left: 10px;
	margin-top: 20px;
	max-width: 120px;
}


.count-v-bubble 
{
    position: absolute;
	top: -25px;
	left: 0;
    width: 30px;
    height: 14px;
    padding: 0px;
    background: #892305;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	font-family: 'Oswald',sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 0 2px;
	color: #fff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
    opacity: 0;
}

.ssc-icon:hover + .count-v-bubble
{
	opacity: 1;
}

.count-v-bubble:after 
{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 12px;
    border-style: solid;
    border-width: 5px 3px 0;
    border-color: #892305 transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.ssc-overlay
{
	background: #330000;
	opacity: 0.85;
	filter: alpha(opacity=85);
	position:absolute;
	top: 0;
	left: 0;
    bottom: 0;
    right: 0;
	z-index: 9999999;
}

@media screen and (max-width: 1000px) {
	.ssc-desktop
	{
		display: none;
	}
	
	.ssc-mobile
	{
		display: block;
	}
	
	.ssc-mobile-wrap
	{
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		margin-top: -15px;
	}
	
	.aom-disqus-footer
	{
		display: none;
	}
	
	.ssc-mobile-on
	{
		width: 30px;
		height: 26px;
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.ssc-popup
	{
		width: 220px;
		height: 427px;
		background-color: #f4eee1;
		z-index: 9999999999;
		-webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	}
	
	.ssc-popup-wrap
	{
		position: relative;
		width: 100%;
		height: 100%;
	}
	
	.ssc-popup-wrap p
	{
		margin: 17px 0 0 17px;
		padding: 0;
		font-style: normal;
		font-size: 11px;
	}
	
	.ssc-popup-wrap h2
	{
		font-size: 16px;
		font-family: 'Oswald',sans-serif;
		font-weight: bold;
		color: #222222;
		margin: 0 0 0 17px;
	}
	
	.ssc-close
	{
		width: 16px;
		height: 16px;
		position: absolute;
		padding: 0;
		margin: 0;
		right: 10px;
		top: -4px;
		cursor: pointer;
	}
	
	.ssc-icons-wrap
	{
		padding-left: 10px;
		padding-top: 10px;
	}
	
	.ssc-icons-wrap a
	{
		margin-left: 40px;
		display: inline-block;
		margin-top: 22px;
	}
	
	.ssc-icons-wrap a.ad
	{
		max-width: 120px;
	}
}

@media screen and (max-width: 1030px) {
	.ssc-desktop a, .ssc-desktop span
	{
		font-size: 8px;
	}
}