#header .holder:after,
#nav > ul:after,
.menu .holder:after,
.portails-row:after,
.news-box .bottom-area:after {
	content: " ";
	display: block;
	clear: both;
}

#nav > ul,
.portails-row .portails,
.social-networks,
.info-box,
.games,
.pager,
.videos,
.related-article,
.games-list,
.comments-list,
.info-list,
.partners,
.list,
.footer-nav,
.breadcrumbs,
.article-list,
.social-icons,
.post-details {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #545454;
	background: #1d140d;
	font: 15px/1.2 "HelveticaNeueLTStd-Cn", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	text-align: justify;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

a {
	outline: none;
	text-decoration: none;
	color: #31c1e6;
}

a:hover {
	color:#2c769b;
	opacity: 0.82;
    text-decoration: underline;
}

input,
textarea,
select {
	font: 100% "HelveticaNeueLTStd-Cn", "Arial", "Helvetica", sans-serif;
	color: #545454;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #4d4d4d;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "HelveticaNeueLTStd-Cn", "Arial", "Helvetica", sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.gm-style img {
	max-width: none;
}

body {
	/* background: #a3bc74 url(../images/bg-soldes.png) no-repeat 50% 0;  */
	/* background: #1d140d url(../images/bg-body.jpg) no-repeat 50% 0; */
	background: #e7e7e7 url(../images/bg-portal2.png) no-repeat 50% 0;
}

#wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
}

#header {
	background: #232323 url(../images/bg-header.png);
}

#header > .holder {

	padding: 1px 0 0;
	position: relative;
	z-index: 55;
}

.nav-opener {
	display: none;
}

.nav-active #nav {
	opacity: 1;
	visibility: visible;
}

.holder {
	max-width: 1172px;
	margin: 0 auto;
}

.logo {
	float: left;
	width: 253px;
	margin: 12px 0 0 6px;
}

.logo a {
	height: 100%;
	display: block;
}

.logo img {
	display: block;
}

.search-form {
	max-width: 265px;
	width: 100%;
	float: right;
	background: #353535;
	margin: 15px 0 0;
}

.search-form input[type="search"],
.search-form input[type="text"] {
	float: left;
	width: 85%;
	background: #353535;
	border: 0;
	font: 12px/14px "Arial", "Helvetica", sans-serif;
	height: 37px;
	color: #b8b7b7;
	padding: 0 13px;
	outline: none;
}

.search-form button {
	float: right;
	width: 37px;
	height: 37px;
	border: 0;
	padding: 0;
	background: #275c88;
	position: relative;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.search-form button:after {
	position: absolute;
	top: 8px;
	left: 8px;
	font-size: 21px;
	line-height: 21px;
	content: "\e605";
	font-family: "icomoon";
	color: #fff;
}

.search-form button:hover {
	background: #fff;
}

.search-form button:hover:after {
	color: #275c88;
}

#nav {
	max-width: 54%;
	padding: 0 0 0 18px;
}

#nav > ul {
	font-size: 20px;
	line-height: 22px;
}

#nav > ul > li {
	float: left;
}

#nav > ul > li > a {
	color: #fff;
	display: block;
	padding: 23px 14px 19px;
	text-transform: uppercase;
	min-height: 65px;
}

#nav > ul > li > a:hover {
	text-decoration: none;




}

#nav > ul > li:hover .drop {
	z-index: 99;
}
#nav > ul > li .hide-txt {
	display: none;
}

#nav > ul > li .icon-home {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

#nav > ul > li:first-child > a {
	letter-spacing: normal;
	padding: 21px 16px 19px;
}

.drop {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}

.drop .drop-holder {
	padding: 6px 200px 5px 15px;
	-webkit-transition: opacity .5s linear, visibility .5s linear;
	transition: opacity .5s linear, visibility .5s linear;
}

.menu {
	background: #31c1e6;
}

.menu .holder {
	padding: 6px 15px 5px;
	padding-right: 200px;
	position: relative;
	min-height: 30px;
}
.menu .profile-area {
	position: absolute;
	top: 6px;
	right: 15px;
}

.portails-row {
	overflow: hidden;
	font-size: 15px;
	line-height: 18px;
}

.portails-row .title {
	float: left;
	color: #fff;
	padding: 1px 0 0 1px;
	font-family: "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.portails-row .portails {
	overflow: hidden;
	padding: 1px 10px 0 0;
}

.portails-row .portails li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 16px 0 15px;
}

.portails-row .portails li:after {
	content: "";
	background: #83daf0;
	width: 1px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 2px;
}

.portails-row .portails li > * {
	letter-spacing: 0;
}

.portails-row .portails li a {
	color: #fff;
	-webkit-transition: color .1s linear;
	transition: color .1s linear;
}

.portails-row .portails li a:hover {
	text-decoration: none;
	color: #1d140d;
}

.portails-row .portails li:first-child:after {
	display: none;
}

.portails-row .menu-opener {
	display: none;
}

.profile-area {
	float: right;
	padding: 1px 0 0;
	position: relative;
	z-index: 99;
}

.profile-area .welcome-txt {
	float: left;
	padding: 0 16px 0 0;
}

.profile-area .welcome-txt a {
	font: 16px/18px "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
	color: #353535;
}

.profile-area.popup-active .name:after {
	content: " ";
	border-top: none;
	border-bottom: 8px solid #353535;
}

.profile-area .name {
	max-width: 150px;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 27px 0 0;
}

.profile-area .name:after {
	content: "";
	border-style: solid;
	position: absolute;
	right: 0;
	top: 0;
	margin: 5px 0 0 16px;
	-webkit-transition: border .3s linear;
	transition: border .3s linear;
	border: 6px solid transparent;
	border-top: 8px solid #fff;
}

.profile-area .name:hover {
	text-decoration: none;
	color: #353535;
}

.profile-area .name:hover:after {
	border-top-color: #353535;
}

.profile-area.popup-active .name {
	text-decoration: none;
	color: #353535;
}

.profile-area.popup-active .name:after {
	border-top-color: #353535;
}

.social-networks {
	position: fixed;
	left: 0;
	top: 320px;
	z-index: 999;
	background: rgba(255, 255, 255, .4);
	padding: 10px 10px 0;
	box-shadow: 5px 0 5px rgba(0, 0, 0, .75);
}

.social-networks li {
	margin: 0 0 10px;
}

.social-networks li a {
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	background-image: url(../images/social-networks.png);
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 46px;
	height: 46px;
}

.social-networks li a.icon1 {
	background-position: 0 0;
}

.social-networks li a.facebook {
	background-position: 0 -56px;
}

.social-networks li a.twitter {
	background-position: 0 -113px;
}

.social-networks li a.youtube {
	background-position: 0 -168px;
}

.social-networks li a:hover {
	opacity: .8;
}

.popup {
	position: absolute;
	right: -15px;
	top: 100%;
	margin: 20px 0 0;
	z-index: 100;
	display: none;
}

.popup.hide-popup {
	display: none !important;
}

.popup-box {
	background: #31c1e6;
	width: 312px;
	padding: 8px 17px 0 14px;
	position: relative;
	box-shadow: 0 0 15px rgba(0, 0, 0, .65);
}

.popup-box .top-row {
	overflow: hidden;
	margin: 0 0 7px;
}

.popup-box .user-info {
	float: left;
}

.popup-box .user-info:hover .user {
	color: #353535;
}

.popup-box .user-info:hover .profile-img {
	background: #353535;
}

.popup-box .info-link {
	float: right;
	color: #353535;
	margin: 17px 0 0;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	max-width: 131px;
	text-align: right;
}

.popup-box .info-link:hover {
	text-decoration: none;
	color: #fff;
}

.popup-box .user {
	padding: 12px 0 0 13px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	max-width: 100px;
	text-transform: uppercase;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	font: 20px/22px "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
}

.popup-box .profile-img {
	float: left;
	width: 49px;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	height: 49px;
	border-radius: 100%;
	background: #275c88;
	padding: 1px;
}

.popup-box .profile-img img {
	display: block;
	margin: 0 auto;
}

.popup-box:after {
	border: 11px solid transparent;
	border-bottom: 15px solid #31c2e6;
	content: "";
	position: absolute;
	right: 39px;
	top: -26px;
	z-index: 5;
}

.info-box {
	letter-spacing: -.32em;
	text-align: center;
	font: 18px/22px "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
	margin: 0 -9px;
}

.info-box li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 50%;
	padding: 0 9px;
	margin: 0 0 15px;
}

.info-box li a {
	display: block;
	color: #fff;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	padding: 2px 10px;
}

.info-box li a:hover {
	text-decoration: none;
	background: #fff !important;
	color: #353535;
}

.info-box li .img-holder {
	height: 100%;
	white-space: nowrap;
}

.info-box li .img-holder:after {
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	min-height: 36px;
	content: "";
	margin: 0 0 0 -5px;
	overflow: hidden;
}

.info-box li .img-holder span {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	font-size: 33px;
	line-height: 33px;
	padding: 4px 0 0;
}

.info-box li.red a {
	background: #ec113a;
}

.info-box li.black a {
	background: #373737;
}

.info-box li.orange a {
	background: #ff9711;
}

.info-box li.orange .txt {
	font-size: 20px;
}

.info-box li.light-green a {
	background: #add021;
	padding: 2px;
}

.info-box li.light-green .txt {
	font-size: 16px;
}

.info-box li .txt {
	display: block;
}

.login-form {
	width: 273px;
	background: #fff;
	padding: 9px 13px 0 11px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .65);
	position: relative;
}

.login-form .title {
	display: block;
	text-transform: uppercase;
	font: 21px/23px "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
	color: #31c1e6;
	margin: 0 0 13px;
}

.login-form .row {
	overflow: hidden;
	margin: 0 0 8px;
}

.login-form .row label {
	font-size: 14px;
	line-height: 16px;
	color: #8f8e8e;
	display: inline-block;
	vertical-align: top;
	max-width: 200px;
	margin: -1px 0 0;
}

.login-form input[type="password"],
.login-form input[type="text"] {
	width: 100%;
	display: block;
	background: #dfdfdf;
	padding: 0 12px;
	font-size: 16px;
	line-height: 18px;
	color: #8f8e8e;
	border: 0;
	height: 34px;
}

.login-form input[type="password"]::-webkit-input-placeholder,
.login-form input[type="text"]::-webkit-input-placeholder {
	color: #8f8e8e;
}

.login-form input[type="password"]::-moz-placeholder,
.login-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #8f8e8e;
}

.login-form input[type="password"]:-moz-placeholder,
.login-form input[type="text"]:-moz-placeholder {
	color: #8f8e8e;
}

.login-form input[type="password"]:-ms-input-placeholder,
.login-form input[type="text"]:-ms-input-placeholder {
	color: #8f8e8e;
}

.login-form input[type="password"].placeholder,
.login-form input[type="text"].placeholder {
	color: #8f8e8e;
}

.login-form input[type="submit"] {
	float: right;
	border: 0;
	cursor: pointer;
	width: 100px;
	height: 26px;
	text-align: center;
	font: 16px/24px "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
	background: #31c1e6;
	color: #fff;
	padding: 0 10px 2px 7px;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.login-form input[type="submit"]:hover {
	background: #353535;
}

.login-form:after {
	border: 11px solid transparent;
	border-bottom: 15px solid #fff;
	content: "";
	position: absolute;
	right: 39px;
	top: -26px;
	z-index: 5;
}

.login-form .remember-link {
	float: right;
	color: #8f8e8e;
	font-size: 14px;
	line-height: 16px;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	margin: 4px 10px 0 0;
}

.login-form .remember-link:hover {
	text-decoration: none;
	color: #31c1e6;
}

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #dfdfdf;
	border: 1px solid #b4b4b4;
	margin: -4px 3px 0 0;
	height: 12px;
	width: 12px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 4px;
	width: 8px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #777;
	border-width: 0 0 2px 2px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

:root .jcf-checkbox span {
	margin: -3px 0 0 -4px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

.intro {
	overflow: hidden;
	margin: 0 auto 21px;
}

.games {
	overflow: hidden;
	padding: 12px 8px 6px;
	background: #042c4e;
	background: -webkit-linear-gradient(top, #042c4e 0%, #0c375b 27%, #21547e 78%, #275c88 100%);
	background: linear-gradient(to bottom, #042c4e 0%, #0c375b 27%, #21547e 78%, #275c88 100%);
}

.games li {
	float: left;
	width: 25%;
	padding: 0 6px;
	margin: 0 0 6px;
}

.games li img {
	display: block;
	width: 100%;
	height: auto;
}

.games li a {
	display: block;
	color: #fff;
	position: relative;
	overflow: hidden;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.games li a:hover {
	color: #31c1e6;
}

.games li .txt-area {
	background: rgba(30, 30, 30, 0.4) none repeat scroll 0 0;
	font-size:0.9em;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 10px 12px;
	max-height: 92px;
}

.games li h1 {
	margin: 0;
	font: 22px/24px "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.games li .sub-txt {
	display: block;
	font-size: 14px;
	line-height: 14px;
}

#main {
	overflow: hidden;
	background: #fff;
	padding: 11px 14px 20px;
	box-shadow: 0 15px 18px rgba(57, 57, 57, .75);
}

#content {
	float: left;
	max-width: 795px;
	width: 100%;
}

.carousel {
	position: relative;
	margin: 0 0 35px;
	overflow: hidden;
}

.carousel strong {
	position: absolute;
	left: 0;
	top: 0;
	padding: 2px 5px;
	color: #fff;
	z-index: 50;
	background: rgba(0, 0, 0, .6);
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel .slideset {
	width: 99999px;
	float: left;
}

.carousel .slide {
	position: relative;
	float: left;
}

.carousel .slide img {
	display: block;
	width: 100%;
	height: auto;
}

.carousel .caption {
	background: rgba(0, 0, 0, .6);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 9px 10px;
	overflow: auto;
	color: #fff;
	max-height: 230px;
}

.carousel h1 {
	font: 28px/30px "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
	margin: 0;
}

.carousel h1 a {
	color: #fff;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.carousel h1 a:hover {
	text-decoration: none;
	color: #31c1e6;
}

.carousel .sub-txt {
	display: block;
	font: 15px/18px "HelveticaNeueLTStd-LtCn", "Arial", "Helvetica", sans-serif;
}

.carousel .btn-next,
.carousel .btn-prev {
	position: absolute;
	left: 15px;
	top: 50%;
	opacity: .8;
	margin: -27px 0 0;
	color: #fff;
}

.carousel .btn-next span,
.carousel .btn-prev span {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	display: block;
	font-size: 30px;
	line-height: 30px;
	text-shadow: 0 1px 5px rgba(0, 0, 0, .75);
}

.carousel .btn-next:hover,
.carousel .btn-prev:hover {
	text-decoration: none;
}

.carousel .btn-next:hover span,
.carousel .btn-prev:hover span {
	color: #31c1e6;
}

.carousel .btn-next {
	left: auto;
	right: 12px;
}

.news-block {
	overflow: hidden;
	margin: 0 0 7px;
	position: relative;
}

.news-block .mask {
	position: relative;
	overflow: hidden;
}

.news-block .slideset {
	width: 99999px;
	float: left;
}

.news-block .slide {
	float: left;
}

.news-block .next {
	margin: 0 0 0 9px;
	position: absolute;
	right: 4px;
	top: 10px;
}

.news-block .next a {
	width: 11px;
	height: 13px;
	display: block;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	border: 7px solid transparent;
	border-left: 11px solid #31c1e6;
	border-right: none;
	margin: 3px 0 0;
	-webkit-transition: border-color .3s linear;
	transition: border-color .3s linear;
}

.news-block .next a:hover {
	border-left-color: #353535;
	background: none;
}

.top-area {
	overflow: hidden;
	border-bottom: 1px solid #9a9a9a;
	padding: 0 21px 7px 0;
	margin: 0 0 13px;
}

.top-area.add {
	padding: 8px 18px 0;
	border: none;
	position: relative;
}

.top-area.add .pager {
	padding: 0 14px 0 0;
	margin: -1px 0 0;
}

.top-area.add .next {
	top: 9px;
	right: 15px;
}

.heading-area {
	float: left;
	width: 100%;
	max-width: 50%;
}

.heading-area img {
	float: left;
	margin: 4px 3px 0 1px;
}

.heading-area h2 {
	overflow: hidden;
	margin: 0;
	font: 26px/28px "HelveticaNeueLTStd-MdCn", "Arial", "Helvetica", sans-serif;
	color: #31c1e6;
	text-transform: uppercase;
}

.heading-area h2 span {
	margin: -5px 0 0;
	font-weight: 400;
	display: block;
	text-transform: none;
	color: #515151;
	font: 14px/16px "HelveticaNeueLTStd-Cn", "Arial", "Helvetica", sans-serif;
}

.pager {
	float: right;
	font-size: 18px;
	line-height: 20px;
	padding: 9px 4px 0 0;
}

.pager li {
	float: left;
	margin: 0 0 0 -1px;
}

.pager li a {
	color: #545454;
	padding: 1px 7px;
	display: block;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.pager li.active a,
.pager li:hover a {
	color: #fff;
	background: #31c1e6;
	text-decoration: none;
}

.news-box {
	overflow: hidden;
	padding: 0 0 11px;
	margin: 0 0 10px;
	border-bottom: 1px solid #e4e4e4;
}

.news-box .alignleft {
	float: left;
	margin: 2px 0 0 0;
}

.news-box h3 {
	font: 22px/24px "HelveticaNeueLTStd-HvCn", "Arial", "Helvetica", sans-serif;
	margin: 0 0 5px;
}

.news-box h3 a {
	color: #265a86;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.news-box h3 a:hover {
	text-decoration: none;
	color: #31c1e6;
}

.news-box .txt-box {
	overflow: hidden;
	padding: 0 0 0 10px;
}

.news-box p {
	margin: 0 0 8px;
}

.news-box p span {
	font-family: "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
}

.news-box .bottom-area {
	padding: 0 50px 0 0;
	position: relative;
}

.news-box .author {
	float: left;
	font: 14px/16px "HelveticaNeueLTStd-Cn", "Arial", "Helvetica", sans-serif;
	color: #265a86;
}

.news-box .author a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #265a86;
}

.news-box .author a:hover {
	text-decoration: none;
	color: #31c1e6;
}

.news-box .author time {
	font-family: "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
	color: #31c1e6;
}

.news-box .comments {
	position: absolute;
	right: 11px;
	top: -3px;
	font: 16px/18px "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
	color: #265a86;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.news-box .comments span {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 6px;
}

.news-box .comments:hover {
	text-decoration: none;
	color: #31c1e6;
}


.big-col{
	float: left;
	width: 795px;
	overflow: hidden;
}
.left-col{
	clear: both;
	float: left;
	width: 252px;
}
.mid-col{
	float: left;
	width: 48%;
	margin-right: 2%;
}

.right-col{
	float: right;
	width: 48%;
}

.block-column-2{
	width: 	49%;
	float:left;
	margin-left: 1%;
	/*padding:0 5px 0 5px;*/
}

.block-column-2:first-child{margin-right:4%;}

#game_heart h2, #game_service h2{
	margin-top: 4px!important;
	font-size: 15pt;
}

#game_heart section{margin-top: 10px;}

#game_heart section h3{font-size: 11pt;}

#search_news h2{
	font-size: 15pt;
	padding-top: 20px;
}

#search_news form div a{
	display: block;
	margin-top: 5px;
}

.block-tag a, .block-tag a:hover{display: inline-block;}

.univers_list ul li{float: left;}
	
/*
 * Default Blocks
 */

.block{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: white;
	border: 1px solid #cacaca;
	margin: 0 0 1em 0;
	padding: 10px;
	position: relative;
	color:#444;
	font-size:12pt;
	line-height:normal;
}

.block-with-evenmore{
	padding-bottom:20px;
}

.block a,.block a:hover,.block a:visited{ 
	font-weight:bold;
}
.block p{
	margin:0 0 1em;
}

	.block h2{
		position: relative;
		margin: -11px -11px 32px;
		text-transform: uppercase;
		padding-top: 10px;
		line-height: 1;
		padding-left: 10px;
		font-size:12pt; color:#2c769b; height:30px;
		font-family: "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
	}

	.block h2 .inactive{
		color: #999;
	}	

	.block h2 .separator{
		color: #BBC;
	}	

	.left-col .block h2{
		padding-top: 5px;
		line-height: 1;
		padding-left: 16px;
	}

	.block h2 small{
		display: block;
		text-transform: none;
		font-size: 8pt;
		color: #3e3e3e;
		font-family: Verdana;
		margin-top: 4px;
		font-style: italic;
	}

	#searchform{padding-top:6px;}

	#searchform .f-ent label, #searchform .f-ent input{margin-bottom: 3px;}

	#searchform .f-ent label{color: #31C1E6;}

	.block h2 small:first-letter{
		text-transform: uppercase;
	}

	.evenmore {
		position: absolute;
		right: 10px;
		bottom: -5px;
		height: 21px;
		margin: 0;
		padding: 0;
	}

	.block a.more,
	.evenmore a{
		background: #f4f4f4;
		border: 1px solid #c1c1c1;
		border-radius: 5px 0 5px 0;
		color: #424242;
		font-size: 12px;
		line-height: 17px;
		font-weight: bold;
		-moz-border-radius: 5px 0 5px;
		padding: 2px 5px;
		text-decoration: none;
		-webkit-border-radius: 5px 0 5px;
	}	

	.block a.more{
		position: absolute;
		bottom: -1px;
		right: -1px;
	}

	.evenmore a{
		float: right;
		font-size: 12px;
		height: 22px;
		line-height: 17px;
		margin: -5px -11px -2px 15px;
	}
	
	.block a.more:hover,
	.evenmore a:hover{
		-moz-box-shadow: 0 0 1px #818181;
		-webkit-box-shadow: 0 0 1px #818181;
		box-shadow: 0 0 1px #818181;
		border: 1px solid #A1A1A1;
	}

	.block ul{
		margin: 0;
		padding: 0 0 22px;
		list-style: none;
		position: relative;
	}
	
	.block li {
     	padding: 3px 10px 3px 15px;
     	background-repeat: no-repeat;
		background-position: 8px center;
	}

	.block li.txt {
		padding-left:5px;
		text-align:justify
	}

	.block ul.list li:nth-child(odd){
		border-bottom: 1px solid #5f83f2;
		border-width: 1px 0;
	}
	
	.block .event-time{
		display: block;
		font-size: 9pt;
	}
	
	.block .uinfo{
		display: block;
		font-size:8pt;
	}
	
.big-col .bigblock{clear: both;}


.bigblockstyle {
	background: #f4f5f9;
}
.bigblockstyle h2{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: 0;
	background: url(/graph/steam/new/img/h2-derniers-conn.png) no-repeat;
	height: 33px;
	/*padding: 5px 0 0 5px*/
	padding-top: 5px;
	line-height: 1;
	padding-left: 10px;
	padding-top: 10px;
}

.block .ui-state-error ul.list li:nth-child(2n+1),
.block .ui-state-hightlight ul.list li:nth-child(2n+1){background:transparent;border:0}
.block .ui-state-error ul.list li,
.block .ui-state-error ul.list li{margin:0 0 0 20px;padding:0;list-style:square;}

/* Bloc noir a gauche */
.block-bloc { border:1px solid #383838; width:235px; padding:6px 5px 17px 9px; margin:5px 0 7px 0;  position:relative; z-index:1; background:#585858 url(/graph/steam/new/img/black_degrad.jpg) repeat-x 0 0; color:#fff;font-size:12px;-moz-border-radius:5px; -webkit-border-radius: 5px;border-radius:5px;}
.block-bloc a{color:#fff}
.block-bloc h2 { font-family:Verdana, Geneva, sans-serif; font-size:13px; background:url(/graph/steam/new/img/border_bottom_blue.gif) no-repeat 0 bottom; padding:0 0 5px 0; line-height:1.2em; margin:0 0 10px 0;}
.block-bloc h2 img { float:left; width:16px; left:16px; margin:0 10px 0 0}
.block-bloc hr{margin:15px 0 15px 0;border: none 0; border-top: 1px dashed #000;height: 1px;}
.block-bloc ul.list, .block-bloc ul.list_without_note { width:235px; margin:0 0 20px 0; padding:0}
.block-bloc ul.list_without_note { margin: 0; }
.block-bloc ul.list li, .block-bloc ul.list_without_note li { font-size:12px; display:block; clear:both; float:none; padding:0 0 8px 0}
.block-bloc ul.list li span, .block-bloc ul.list_without_note li span {text-align:right; display:block; float:right; font-size:13px; font-weight:bold}
/* width:150px */
.box-note, .box-my-note { font-size:12px; font-weight:bold}
.box-note:after, .box-my-note:after { content:"."; display:block; height:0; clear:both; visibility:hidden}
.box-note p, .box-my-note p { width:140px; float:left; padding:3px 0 0 0; margin-right:-20px}
.box-note ul, .box-my-note ul { float:right;}
.box-note ul{width:160px;}
.box-note ul li { font-size:12px; font-weight:bold; width:16px; height:16px; display:block; float:left;   margin:0 0 0 3px}
.box-note ul li{background:url(/graph/steam/new/img/note.png) no-repeat 0 0;}
.box-note ul li   span { display:none}
.box-note ul li.note-full { background:url(/graph/steam/new/img/note_full.png) no-repeat 0 0}
.box-note ul li.note-demi { background:url(/graph/steam/new/img/note_demi.png) no-repeat 0 0}
.box-note ul li.note-empty { background:url(/graph/steam/new/img/note.png) no-repeat 0 0}
.more a { display:block; text-align:center; background:url(/graph/steam/new/img/sprite_global.png) no-repeat -66px -75px; position:absolute; right:0; bottom:0; z-index:9; width:178px; height:14px; padding:3px 0 0 0; color:#fff; background-color:inherit;  }
.more a:hover { background:url(/graph/steam/new/img/sprite_global.png) no-repeat -66px -92px; text-decoration:underline}

.btn {
	font: 20px/22px "HelveticaNeueLTStd-LtCn", "Arial", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: top;
	background: #31c1e6;
	color: #fff;
	padding: 4px 4px 2px;
	text-transform: uppercase;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	margin: 0 0 8px;
}

.btn:after {
	border: 7px solid transparent;
	border-left: 11px solid #fff;
	border-right: none;
	content: "";
	display: inline-block;
	vertical-align: top;
	margin: 3px 0 0 7px;
}

.btn:hover {
	text-decoration: none;
	background: #353535;
}

.videos-block,
.related-block {
	overflow: hidden;
}

.videos-block .more,
.related-block .more {
	float: right;
	font-size: 14px;
	line-height: 18px;
	color: #265a86;
	text-transform: uppercase;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	text-decoration: underline;
	margin: 0 2px 0 0;
}

.videos-block .more:hover,
.related-block .more:hover {
	text-decoration: none;
	color: #31c1e6;
}

.videos,
.related-article {
	overflow: hidden;
	margin: 0 -13px;
	letter-spacing: -.32em;
}

.videos a,
.related-article li {
	display: block;
}

.videos li,
.related-article li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	position: relative;
	padding: 0 13px;
	margin: 0 0 14px;
	letter-spacing: normal;
}

.videos li img,
.related-article li img {
	display: block;
	width: 100%;
	height: auto;
}

.related-article li a:first-child {
	display: table-cell;
	position: relative;
	height: 125px;
	margin-bottom:7px;
	vertical-align:middle;
}

.related-article li a:last-child {
	display: block;
	padding-top:5px;
}

.videos li .btn-play {
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/btn-play.png) no-repeat;
	width: 74px;
	height: 74px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	margin: -37px 0 0 -38px;
}

.videos li .btn-play:hover {
	opacity: .9;
}

.videos .description,
.related-article .description {
	display: block;
}

.popup-holder1 {
	position: relative;
	overflow: hidden;
	height: 0;
}

iframe {
	display: block;
	border: 0 !important;
}

#sidebar {
	overflow: hidden;
	padding: 0 0 0 10px;
}

.slider {
	position: relative;
}

.slider .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.slider .slideset {
	width: 99999px;
	float: left;
}

.slider .slide {
	float: left;
}

.slider .btn-prev,
.slider .btn-next {
	width: 38px;
	height: 26px;
	background: #0e719d;
	float: right;
	text-align: center;
	margin: 0 0 0 4px;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.slider .btn-prev:after,
.slider .btn-next:after {
	border: 7px solid transparent;
	border-left: 11px solid #fff;
	border-right: none;
	content: "";
	display: inline-block;
	vertical-align: top;
	margin: 6px 0 0 4px;
}

.slider .btn-prev.disabled,
.slider .btn-prev:hover,
.slider .btn-next.disabled,
.slider .btn-next:hover {
	text-decoration: none;
	background: #c8c8c8;
}

.slider .btn-prev {
	margin: 0;
}

.slider .btn-prev:after {
	border: 7px solid transparent;
	border-right: 11px solid #fff;
	border-left: none;
	margin: 6px 4px 0 0;
}

.games-list {
	margin: 0 0 7px;
}

.games-list li {
	overflow: hidden;
	border-bottom: 2px solid #fff;
}

.games-list li:nth-child(even) .txt-area {
	background: #e5e5e5;
}

.games-list .avatar-image {
	float: left;
}

.games-list .avatar-image a {
	display: block;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.games-list .avatar-image a:hover {
	opacity: .8;
}

.games-list .avatar-image a img {
	display: block;
}

.games-list .txt-area {
	overflow: hidden;
	font: 14px/18px "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
	color: #31c1e6;
	background: #f8f8f8;
	min-height: 27px;
	position: relative;
	padding: 4px 30px 3px 8px;
}

.games-list .txt-area a {
	font-size: 15px;
	font-family: "HelveticaNeueLTStd-Cn", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	color: #616161;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.games-list .txt-area a:hover {
	text-decoration: none;
	color: #31c1e6;
}

.games-list .txt-area .game-txt {
	display: inline-block;
	vertical-align: top;
}

.games-list .txt-area .comments {
	position: absolute;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	right: 6px;
	top: 4px;
	color: #31c1e6;
}

.games-list .txt-area .comments span {
	display: block;
	font-size: 18px;
	line-height: 18px;
}

.games-list .txt-area .comments:hover {
	text-decoration: none;
	color: #353535;
}

#mc_embed_signup .button {
	color: #fff;
	background: #31c1e6;
	border-radius: 0;
	font: 22px/39px "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
	height: 39px;
}

#mc_embed_signup .button:hover {
	background: #353535;
}

#mc_embed_signup .heading-area h2 {
	margin: 0 !important;
	font-size: 23px !important;
	font-weight: normal;
}

.widget-box {
	overflow: hidden;
	margin: 0px 0 18px;
}

.widget-box.highlight {
	background: #eee;
	padding: 8px 6px 10px 12px;
}

.widget-box .top-area {
	padding: 0 0 5px;
	margin: 0 0 18px;
}

.widget-box .top-area .heading-area {
	max-width: 100%;
}

.widget-box .top-area h2 {
	font-size: 23px;
}

.widget-box .top-area h2 span {
	font-size: 12px;
}

.comments-list {
	overflow: hidden;
	font: 14px/18px "HelveticaNeueLTStd-Cn", "Arial", "Helvetica", sans-serif;
	margin: 0 0 10px;
}

.comments-list li {
	margin: 0 0 6px;
}

.comments-list li a {
	color: #265a86;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.comments-list li a span {
	color: #545454;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.comments-list li a:hover {
	text-decoration: none;
	color: #31c1e6;
}

.comments-list li a:hover span {
	color: #31c1e6;
}

.bons-box {
	overflow: hidden;
	position: relative;
	margin: 0 0 5px;
}

.bons-box img {
	display: block;
	margin: 0 auto;
}

.play-info {
	background: #265a86;
	overflow: hidden;
	padding: 10px 10px 16px;
	max-width: 217px;
	margin: 0 auto 16px;
	position: relative;
	left: -2px;
	top: 3px;
}

.top-box {
	overflow: hidden;
	text-align: center;
}

.top-box .user-ip {
	display: block;
	font: 20px/24px "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
	color: #fff;
	margin: 0 0 13px;
}

.top-box img {
	display: block;
	margin: 0 auto 20px;
}

.info-list {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	font-family: "HelveticaNeueLTStd-Cn", "Arial", "Helvetica", sans-serif;
	margin: 0 -10px 0 0;
}

.info-list li {
	margin: 0 0 6px;
}

.info-list li .title {
	color: #2c2b2b;
	font-size: 14px;
	text-transform: uppercase;
}

.partners {
	text-align: center;
	margin: 0 0 33px;
}

.partners li {
	margin: -2px 0 11px;
}

.partners li a {
	display: inline-block;
	vertical-align: top;
}

.partners li img {
	display: block;
}

.support-box {
	overflow: hidden;
	text-align: center;
	background: #eee;
	padding: 10px 10px 19px;
	margin: 0 10px;
}

.support-box .title {
	display: block;
	color: #545454;
	font: 33px/35px "HelveticaNeueLTStd-ThCn", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
	margin: 0 0 9px 15px;
}

.support-box .btn {
	font: 22px/39px "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
	padding: 0 9px;
}

.support-box .btn:before {
	background: url(../images/bg-donate.png) no-repeat;
	width: 36px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
	content: "";
	margin: 6px 8px 0 0;
}

.support-box .btn:after {
	margin: 13px 0 0 8px;
}

#footer {
	overflow: hidden;
	padding: 24px 20px;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	border-top: 10px solid #31c1e6;
	color: #31c1e6;
	background: #232323 url(../images/bg-header.png);
}

#footer p {
	margin: 0 0 8px;
}

#footer p a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

#footer p a:hover {
	text-decoration: none;
	color: #fff;
}

.col-holder {
	text-align: left;
	overflow: hidden;
	margin: 0 -20px 62px;
}

.col-holder .col {
	float: left;
	width: 20%;
	padding: 0 4.2%;
}

.col-holder .col .title {
	display: block;
	font: 17px/20px "HelveticaNeueLTStd-MdCn", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #31c1e6;
	margin: 0 0 4px;
}

.list {
	font: 13px/16px "HelveticaNeueLTStd-Cn", "Arial", "Helvetica", sans-serif;
}

.list li {
	margin: 0 0 3px;
}

.list li small{margin: 0 3px;}

.list li a {
	color: #31c1e6;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.list li a:hover {
	
	text-decoration: none;
}

.footer-nav {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -.32em;
}

.footer-nav li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}

.footer-nav li a {
	color: #fff;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.footer-nav li a:hover {
	text-decoration: none;
	color: #31c1e6;
}

.footer-nav li:before {
	content: "-";
	color: #fff;
	padding: 0 2px;
}

.footer-nav li:first-child:before {
	display: none;
}

.resize-active #nav > ul,
.resize-active #nav,
.resize-active .portails-row,
.resize-active .portails-row,
.resize-active .portails-row > ul {
	-webkit-transition: none !important;
	transition: none !important;
}

/* inner page */

	/* A Propos */

#block-socialnetwork-txt p a:first-child{margin-right: 4px;}

	/* CounterStrike */

.field{margin: 8px 0;}

.short{},.pages{margin:2px 0;}

	/* Télécharger */

#download_fast_link li{float: left!important;}

#download_archive:first-child{
	font-size: 13pt;
	font-style: italic
}

#download_archive{
	clear:both!important;
	margin: 8px 0;
	height: auto!important;
}

#download_archive_txt form{padding: 12px;}

	/* Actuality */

.clear,
.clearer
{clear:both;}

.big-col .sheat{padding-top: 40px;}

.big-col .sheat h2{padding-left: 0px;} 

 .pages a{font-size: 10pt;}
.big-col .sheat p small{font-style: italic;}

.Big-col .sheet dl{margin-bottom: 21px;}

.action{margin-right: 5px;}

.action a{padding: 0 4px;}


.inner-page #main {
	padding: 10px 0 20px 22px;
}

.pages{margin-bottom: 6px;}

.pages a{margin-left: 4px;}

#pageMonth{margin-bottom: 17px;}

#pageyear{text-align: left!important;}

.basicsheet dt{margin-bottom: 10px;}

.basicsheet li{
	margin-bottom: 5px;
	list-style-type: none;
}

.long{
	clear: both; 
	text-align: justify;
	padding-top: 10px;
}

.members{clear: both;}

/*.members .profile{float:none;}*/

.commentaries h2 span small{display: block;}

h2.commentaries{
color: #31c1e6;
font: 26px/28px "HelveticaNeueLTStd-MdCn","Arial","Helvetica",sans-serif;
margin: 0 0 18px 0;
border-bottom: 1px solid #9a9a9a;
overflow: hidden;
text-transform: uppercase;}

h2.commentaries span small{
display: block;
color: #515151;
font: 14px/16px "HelveticaNeueLTStd-Cn","Arial","Helvetica",sans-serif;
text-transform: none;}

h2.commentaries span small:first-letter{
text-transform: uppercase;}

#search_jeu_extend{border-top: none!important;}

/*.f-ent{display: table;}*/
.f-ent{display: block;}

/*.f-ent label, .f-ent input{display: block;}*/

.f-ent .f-button{margin-top: 5px;}

.sheet h2{font-size: 13pt;}

.sheet dl{margin-bottom: 21px;}

.sheet dl dd{
	margin-left: 0px!important;
	margin-bottom: 5px;
}

/*Jeux*/

.univers_list ul li{
	float: none!important;
	display:inline-block!important;
}

/* article */

.inner-page .top-area {
	margin: 0 0 16px;
}

.inner-page #content {
	padding: 0 30px 0 0;
}

.inner-page .videos {
	font-size: 14px;
	line-height: 18px;
	margin: 0 -17px 0 -13px;
}

.inner-page .videos li {
	padding: 0 19px 0 13px;
}

.inner-page .videos-block {
	overflow: visible;
}

.inner-page #sidebar {
	padding: 0 19px 0 0;
}

.breadcrumbs-box {
	background: #272727;
	position: relative;
	padding: 7px 30px 9px 8px;
}

.breadcrumbs-box .img {
	position: absolute;
	top: 10px;
	right: 15px;
}

.breadcrumbs {
	letter-spacing: -.32em;
	font: 14px/16px "HelveticaNeueLTStd-Lt", "Arial", "Helvetica", sans-serif;
	color: #31c1e6;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	position: relative;
	padding: 0 8px 0 15px;
}

.breadcrumbs li:before {
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
}

.breadcrumbs li:first-child:before {
	display: none;
}

.breadcrumbs a {
	color: #fff;
	-webkit-transition: color .2s ease-in;
	transition: color .2s ease-in;
}

.breadcrumbs a:hover {
	text-decoration: none;
	color: #31c1e6;
}

.article-box {
	color: #515151;
}

.article-box .top-bar {
	letter-spacing: -.32em;
	margin: 0 0 19px -22px;
}

.article-box a.back {
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	width: 38px;
	height: 34px;
	background: #31c1e6;
	position: relative;
	-webkit-transition: background .2s ease-in;
	transition: background .2s ease-in;
}

.article-box a.back:hover {
	background: #275c88;
}

.article-box a.back:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border: 7px solid transparent;
	border-right: 12px solid #fff;
	margin: -7px 0 0 -14px;
}

.article-box .bottom-bar {
	overflow: hidden;
}

.article-box .bottom-bar .alignright {
	float: right;
	text-align: right;
}

.article-box .source {
	float: left;
	padding: 4px 0 0;
	width: 400px;
}

.article-box .source span {
	font-family: "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
}

.article-box .frame {
	overflow: hidden;
	font-size: 16px;
	line-height: 18px;
	margin: 0 4px 35px 0;
}

.article-box .frame .label {
	display: inline-block;
	vertical-align: middle;
	font: 15px/17px "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
	color: #0e719d;
}

.bottom-bar .social-icons {
	width: 105px;
}

.bottom-bar .social-icons li + li {
	margin: 0 0 0 7px;
}

.bottom-bar .social-icons a {
	height: 27px;
	width: 27px;
}

.bottom-bar .social-icons a.youtube {
	background-position: 0 -40px;
}

.bottom-bar .social-icons a.facebook {
	background-position: -34px -40px;
}

.bottom-bar .social-icons a.twitter {
	background-position: -68px -40px;
}

.bottom-bar .social-icons a.gplus {
	background-position: -102px -40px;
}

.btn-block {
	overflow: hidden;
	margin: 0 0 5px;
}

.btn-block .btn {
	font: 15px/17px "HelveticaNeueLTStd-Cn", "Arial", "Helvetica", sans-serif;
	text-transform: none;
}

.btn-block .btn strong {
	font: 16px/18px "HelveticaNeueLTStd-HvCn", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.btn-block .btn.prev {
	float: left;
	padding: 8px 19px 8px 4px;
	max-width: 48%;
	width:48%;
}

.btn-block .btn.prev:after {
	display: none;
}

.btn-block .btn.prev:before {
	border: 7px solid transparent;
	border-right: 11px solid #fff;
	border-left: none;
	content: "";
	display: inline-block;
	vertical-align: top;
	margin: 2px 13px 0 7px;
}

.btn-block .btn.next {
	float: right;
	padding: 8px 12px 8px 24px;
	max-width: 48%;
	width:48%;
	text-align:right;
}

/* journée news */

#bloc_titre_redac, #titre_redac, #art-head{
	background: #fff!important;
	border:none!important;
}

#bloc_titre_redac h1, #titre_redac, #art-head{
	color: #31C1E6;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.arthur-block {
	background: #eee;
	padding: 7px 8px;
	overflow: hidden;
	margin: 0 0 45px;
}

.arthur-block .img-holder {
	width: 102px;
	height: 102px;
	float: left;
	overflow: hidden;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .45);
	border: 4px solid #fff;
	border-radius: 100%;
}

.arthur-block .alignleft {
	float: left;
	width: 48%;
}

.arthur-block .text-area {
	overflow: hidden;
	padding: 0 0 0 11px;
	font-size: 14px;
	line-height: 14px;
}

.arthur-block h2 {
	font: 24px/26px "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
	margin: 0 0 5px;
}

.arthur-block .sub-text {
	display: block;
	margin: 0 0 12px;
}

.arthur-block p {
	margin: 0 0 10px 6px;
	text-indent: -6px;
}

.arthur-block .btn {
	background: #275c88;
	font: 13px/15px "HelveticaNeueLTStd-Cn", "Arial", "Helvetica", sans-serif;
	padding: 3px 10px 5px 10px;
	text-transform: none;
	margin: 0;
	margin-bottom: 4px;
	-webkit-transition: background .2s ease-in;
	transition: background .2s ease-in;
	position: relative;
	top: 0;
	left:0;
	display block;
}

.arthur-block .btn img{
	position: relative;
	top: 2px;
}

.arthur-block .btn:hover {
	background: #31c1e6;
	text-decoration: none;
}

.arthur-block .btn:after {
	display: none;
}

.arthur-block .alignright {
	width: 50%;
	padding: 4px 0 0;
}

.arthur-block .alignleft .text-area .btn{
	display: block;
	width: 150px;
}

.arthur-block .title {
	display: block;
	text-align: left;
	font-size: 19px;
	line-height: 21px;
	color: #275c88;
	margin: 0 0 5px;
}

.article-list {
	text-align: left;
	font: 14px/16px "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
}

.article-list li {
	margin: 0 0 4px;
}

.article-list time {
	color: #31c1e6;
	margin: 0 4px 0 0;
}

.article-list a {
	color: #616161;
	-webkit-transition: color .2s ease-in;
	transition: color .2s ease-in;
}

.univers_list ul li a{float: left!important;}

.jeu_galerie > div{clear:both;}

.tf2{margin-left: 5px;}

.article-list a:hover {
	color: #31c1e6;
	text-decoration: none;
}

.article-list .text {
	font-family: "HelveticaNeueLTStd-Cn", "Arial", "Helvetica", sans-serif;
}

.block-info{
	margin-right: 10px;
	overflow-y: auto;
}

.share-box {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	width: 74px;
	text-align: center;
	border-left: 1px solid #bdbdbd;
	height: 34px;
	padding: 0 5px;
	font: 23px/23px "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
	margin: -7px 0 0 23px;
}

.share-box span {
	font: 14px/16px "HelveticaNeueLTStd-Cn", "Arial", "Helvetica", sans-serif;
	display: block;
	margin: -3px 0 0 -3px;
}

.share-box a {
	color: #275c88;
	-webkit-transition: color .2s ease-in;
	transition: color .2s ease-in;
}

.share-box a:hover {
	text-decoration: none;
	color: #31c1e6;
}

.social-icons {
	display: inline-block;
	vertical-align: middle;
	width: 240px;
	letter-spacing: -.32em;
}

.social-icons li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	letter-spacing: normal;
}

.social-icons li + li {
	margin: 0 0 0 9px;
}

.social-icons a {
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(../images/sprite.png) no-repeat;
	width: 34px;
	height: 34px;
}

.social-icons a.youtube {
	background-position: 0 0;
}

.social-icons a.facebook {
	background-position: -43px 0;
}

.social-icons a.twitter {
	background-position: -85px 0;
}

.social-icons a.gplus {
	background-position: -128px 0;
}

.post {
	padding: 0 0 5px 0;
}

.post a {
	color: #4bc9e9;
}

.post strong {
	font-family: "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
}

footer ul li a{color: #fff;}
.post h1 {
	font-size: 30px;
	line-height: 36px;
	color: #31c1e6;
	text-transform: uppercase;
	margin: 0 0 4px;
}

.post .img-holder {
	margin: 0 0 19px;
}

.post .img-holder img {
	display: block;
	width: 100%;
}

.post p {
	margin: 0 0 18px;
}

.post-details {
	letter-spacing: -.32em;
	margin: 0 0 18px;
	border-bottom:1px solid #9A9A9A;
}

.post-details li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	position: relative;
}

.post-details li + li {
	padding: 0 0 0 15px;
	margin: 0 0 0 13px;
	position: relative;
}

.post-details li + li:before {
	height: 14px;
	width: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background: #939393;
	content: "";
}

.post-details .comments-link,
.post-details .views-link {
	color: #265a86;
	font: 16px/18px "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
	margin: 0 3px 0 0;
}

.post-details .comments-link:hover,
.post-details .views-link:hover {
	text-decoration: none;
	color: #31c1e6;
}

.post-details .views-link {
	font: 16px/18px "HelveticaNeueLTStd-Cn", "Arial", "Helvetica", sans-serif;
}

.post-details .icon-bubble {
	margin: 0 9px 0 0;
}

.post-details .icon-eye {
	font-size: 20px;
	line-height: 0;
	margin: 0 8px 0 5px;
	vertical-align: middle;
}

.video-holder {
	padding: 10px 0 0 2px;
}

.comments-box {
	margin: 0 0 0 -3px;
	padding: 19px 0 0;
	font: 14px/17px "HelveticaNeueLTStd-Lt", "Arial", "Helvetica", sans-serif;
}

.comments-box .comment-count {
	display: block;
	color: #31c1e6;
	font: 28px/30px "HelveticaNeueLTStd-ThCn", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
	padding: 0 0 7px 63px;
}

.comments-box .comments-add {
	overflow: hidden;
	padding:5px 10px;
	margin: 0 0 11px;
}

.comments-box .row {
	overflow: hidden;
	padding:10px;
	margin:0;
	border-bottom:1px solid #CCC;
}

.comments-box .row:nth-child(even) {
	background: #FAFAFA;
}

.comments-box .row:nth-child(odd) {
	background: #FEFEFE;
}

.comments-box .row:nth-last-child(2) {
	border-bottom: none;
}

.comments-box .img-holder {
	display: table-cell;
	width: 55px;
	border-right:1px dashed #DDD;
}

.comments-box .data-holder {
	display: table-cell;
	overflow: hidden;
	padding: 0 2px 0 8px;
	vertical-align: top;
}

.comments-box .read_more_comments {
	text-align:right;
	font-size:1.1em;
}

.comments-box .title {
	font: 17px/19px "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
	display: block;
	margin: 0 0 4px;
}

.comments-box .title time {
	font: 13px/15px "HelveticaNeueLTStd-Cn", "Arial", "Helvetica", sans-serif;
	color: #31c1e6;
}

.comments-box .title a {
	color: #275c88;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

.comments-box .title a:hover {
	color: #31c1e6;
	text-decoration: none;
}

.comments-box p {
	margin: 0 0 8px;
}

.comment-form textarea {
	resize: none;
	width: 100%;
	display: block;
	border: 1px solid #d1d0d0;
	height: 68px;
	padding: 6px 8px;
	margin: 0 0 5px;
	outline: none;
	box-shadow: none;
}

.comment-form textarea::-webkit-input-placeholder {
	color: #b5b5b5;
}

.comment-form textarea::-moz-placeholder {
	opacity: 1;
	color: #b5b5b5;
}

.comment-form textarea:-moz-placeholder {
	color: #b5b5b5;
}

.comment-form textarea:-ms-input-placeholder {
	color: #b5b5b5;
}

.comment-form textarea.placeholder {
	color: #b5b5b5;
}

.comment-form input[type="submit"] {
	font-size: 15px;
	line-height: 18px;
	display: block;
	background: #275c88;
	border: none;
	padding: 5px;
	vertical-align: bottom;
	color: #fff;
	min-height: 28px;
	width: 158px;
	margin: 0 0 0 auto;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
}

.comment-form input[type="submit"]:hover {
	background: #31c1e6;
}

.slider.inner {
	background: #eee;
	overflow: hidden;
	padding: 8px 6px 10px 12px;
}

.slider.inner .mask {
	margin: 0 0 5px -3px;
}

.slider.inner .btn-next {
	margin: 0 4px 0 5px;
}

.slider.inner h2 {
	text-transform: uppercase;
	font: 21px/24px "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
	margin: 0 0 10px;
	letter-spacing: -1px;
}



.slider.inner h3 {
	font: 27px/30px "HelveticaNeueLTStd-ThCn", "Arial", "Helvetica", sans-serif;
	color: #31c1e6;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.slider.inner dl {
	margin: 0 0 21px;
}

.slider.inner dl dt {
	float: left;
	margin: 0 3px 7px 0;
	font: 16px/18px "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
}

.slider.inner dl dd {
	overflow: hidden;
	margin: 0 0 7px;
	font: 16px/18px "HelveticaNeueLTStd-LtCn", "Arial", "Helvetica", sans-serif;
}

.slider.inner .count-holder {
	position: absolute;
	font: 14px/14px "HelveticaNeueLTStd-MdCn", "Arial", "Helvetica", sans-serif;
	bottom: 16px;
	margin: 0 0 0 -26px;
	left: 50%;
}

.widget-box.inner {
	overflow: visible;
	margin: -1px 0 25px;
}

.widget-box.inner .btn {
	/*margin: 0 -22px 23px 0;*/
	margin: 0 0 23px 0;
	font-size: 15px;
	line-height: 17px;
	padding: 9px 20px 7px 15px;
	text-transform: none;
}

.widget-box.inner .btn:after {
	margin: 1px 0 0 26px;
}

.widget-box.inner .btn strong {
	font: 16px/18px "HelveticaNeueLTStd-HvCn", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.widget-box.inner .article-list li {
	margin: 0 0 6px;
}



@media all and (min-width: 767px) {


	#nav {
		float: left;
	}
}

@media all and (min-width: 768px) and (max-width: 1169px) {
	.search-form {
		position: absolute;
		top: 1px;
		right: 10px;
	}
}

@media all and (min-width: 999px) {
	.portails-row .title {
		display: inline-block;
		vertical-align: top;
		float: none;
	}
}

@media all and (min-width: 1000px) {
	#nav > ul > li.active > a,
	#nav > ul > li:hover > a,
	#nav > ul > li.hover > a {
		background: #2393bb;
		background: -webkit-linear-gradient(top, #2393bb 0%, #259bc2 17%, #30bee3 68%, #31c1e6 76%, #31c1e6 100%);
		background: linear-gradient(to bottom, #2393bb 0%, #259bc2 17%, #30bee3 68%, #31c1e6 76%, #31c1e6 100%);
	}

	#nav > ul > li.active-desktop > a {
		text-decoration: none;
		background: #2393bb;
		background: -webkit-linear-gradient(top, #2393bb 0%, #259bc2 17%, #30bee3 68%, #31c1e6 76%, #31c1e6 100%);
		background: linear-gradient(to bottom, #2393bb 0%, #259bc2 17%, #30bee3 68%, #31c1e6 76%, #31c1e6 100%);
	}

	#nav > ul > li.active .drop,
	#nav > ul > li:hover .drop,
	#nav > ul > li.hover .drop,
	#nav > ul > li.active-desktop .drop {
		opacity: 1;
		visibility: visible;
		background: #31c1e6;
	}

	#nav > ul > li.active .drop .drop-holder,
	#nav > ul > li:hover .drop .drop-holder,
	#nav > ul > li.hover .drop .drop-holder,
	#nav > ul > li.active-desktop .drop .drop-holder {
		opacity: 1;
		visibility: visible;
	}

	.drop {
		visibility: hidden;
		opacity: 0;
		text-align: center;
	}

	.drop .drop-holder {
		visibility: hidden;
		opacity: 0;
	}

	.drop.slide {
		width: auto !important;
		top: 100% !important;
		left: 0 !important;
	}

	.portails-row .portails {
		display: inline-block;
		vertical-align: top;
		letter-spacing: -5px;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 1315px) {
	.social-networks {
		display: none;
	}
}

@media only screen and (max-width: 1210px) {
	#nav {
		padding: 0 0 0 10px;
	}

	#nav > ul {
		font-size: 16px;
	}

	#nav > ul > li > a {
		padding: 23px 8px 19px;
		min-height: 67px;
	}

	#nav > ul > li:first-child > a {
		letter-spacing: normal;
		padding: 21px 12px 19px;
	}
}

@media only screen and (max-width: 1200px) {
	.arthur-block .alignright {
		width: 266px;
	}

	.share-box {
		margin: 0 0 0 23px;
	}

	.widget-box.inner .btn:after {
		margin: 2px 0 0 12px;
	}
}

@media only screen and (max-width: 1170px) {
	#header > .holder {
		padding: 1px 10px 0;
	}

	.logo {
		margin: 12px 0 15px 6px;
	}

	.portails-row .portails li {
		padding: 0 10px 0 9px;
	}

	#content {
		width: 65%;
	}
}

@media only screen and (max-width: 1080px) {
	.logo {
		width: 218px;
	}
}

@media only screen and (max-width: 999px) {
	#nav {
		width: 100%;
		max-width: none;

	}

	.menu {
		padding: 9px 0 5px;
	}

	.portails-row {

		overflow: visible;
	}

	.portails-row .menu-opener {
		-webkit-transition: color .3s linear;
		transition: color .3s linear;
		display: inline-block;
		vertical-align: top;
		font: 14px/16px "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
		color: #fff;
		margin: 1px 0 0;
		position: relative;
		padding: 0 18px 0 0;
	}

	.menu-active .portails-row .menu-opener {
		color: #353535;
	}

	.portails-row .menu-opener:after {
		content: "";
		border-style: solid;
		position: absolute;
		right: 0;
		top: 0;
		margin: 5px 0 0 16px;
		-webkit-transition: border .3s linear;
		transition: border .3s linear;
		border: 6px solid transparent;
		border-top: 8px solid #fff;
	}

	.menu-active .portails-row .menu-opener:after {
		content: " ";
		border-top: none;
		border-bottom: 8px solid #353535;
	}

	.portails-row .menu-opener:hover {
		text-decoration: none;
		color: #353535;
	}

	.portails-row .menu-opener:hover:after {
		border-top-color: #353535;
	}

	.portails-row .title {
		display: none;
	}

	.portails-row .portails {
		padding: 0 15px 10px;










		background: #31c1e6;
	}

	.portails-row .portails li {

		display: block;

		padding: 0;
		margin: 0;
		border-top: 1px solid #fff;
	}

	.portails-row .portails li:after {
		display: none;
	}

	.portails-row .portails li:first-child {
		border: 0;
	}

	.portails-row .portails a {
		display: block;
		padding: 4px 0;
	}

	.social-networks {
		display: none;
	}

	.popup {
		margin: 26px 0 0;
	}

	.games {
		padding: 12px 6px 6px;
	}

	/*.games li {
		width: 50%;
	}*/

	.games li h1 {
		margin: 0;
		font: 18px/20px "HelveticaNeueLTStd-BdCn", "Arial", "Helvetica", sans-serif;
		text-transform: uppercase;
	}

	#content {
		float: none;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
		margin: 0 0 30px;
	}

	.pager li .current,
	.pager li a {
		padding: 2px 7px;
	}

	.pager li.next {
		margin: 2px 0 0 9px;
	}

	.btn {
		padding: 4px 8px;
		font-size: 16px;
	}

	.btn:after {
		margin: 4px 0 0 8px;
	}

	.videos .description {
		margin: 5px 0 0;
	}

	#sidebar {
		padding: 0;
		width: 100%;
	}

	.play-info {
		max-width: 280px;
	}

	.info-list li br {
		display: none;
	}

	.support-box .btn {
		padding: 2px 9px;
	}

	.col-holder {
		margin: 0 0 62px;
	}

	.col-holder .col {
		padding: 0 1%;
	}

	.article-box .top-bar {
		margin: 0 0 18px;
	}

	.btn-block .btn.prev:before {
		border-width: 5px 8px 5px medium;
		margin: 2px 8px 0 0;
	}

	.btn-block .btn.next {
		padding: 8px 12px 8px 16px;
	}

	.btn-block .btn.next:after {
		border-width: 5px medium 5px 8px;
		margin: 2px 0 0 8px;
	}

	.arthur-block .alignright {
		width: 330px;
	}

	.share-box {
		font-size: 20px;
	}

	.slider.inner {
		text-align: center;
	}

	.slider.inner img {
		margin: 0 auto 12px;
	}

	.slider.inner dl {
		max-width: 300px;
		margin: 0 auto 21px;
		text-align: left;
	}

	.widget-box.inner .btn:after {
		border-width: 5px medium 5px 8px;
		margin: 4px 0 0 15px;
	}

	.widget-box.inner .article-list {
		text-align: center;
	}
}




@media all and (max-width: 998px) {
	#header .holder {

		padding: 0 10px 15px;
		overflow: visible;
		position: relative;
	}

	#nav > ul > li.active-slide > a {
		text-decoration: none;
		background: #2393bb;
		background: -webkit-linear-gradient(top, #2393bb 0%, #259bc2 17%, #30bee3 68%, #31c1e6 76%, #31c1e6 100%);
		background: linear-gradient(to bottom, #2393bb 0%, #259bc2 17%, #30bee3 68%, #31c1e6 76%, #31c1e6 100%);
	}

	.active-slide .drop.slide {
		top: 100% !important;
		left: 0 !important;
	}

	.nav-opener {
		display: block;
		float: right;
		position: absolute;
		right: 0;
		top: 16px;
		background: #31c1e6;
		overflow: hidden;
		text-indent: -9999px;
		position: relative;
		width: 37px;
		height: 31px;
		z-index: 999;
	}

	.nav-opener:before,
	.nav-opener:after,
	.nav-opener span {
		background: #fff;
		position: absolute;
		top: 16px;
		left: 15%;
		right: 15%;
		height: 3px;
		margin-top: -2px; /* height/2 */
		-webkit-transition: all .2s linear;
		transition: all .2s linear;
	}

	.nav-opener:before,
	.nav-opener:after {
		content: "";
		top: 10px;
	}

	.nav-opener:after {
		top: 22px;
	}

	/* close button transition */

	.close-btn span,
	.nav-active .nav-opener span {
		opacity: 0;
	}

	.nav-opener:hover {
		opacity: .9;
	}

	.close-btn:after,
	.close-btn:before,
	.nav-active .nav-opener:after,
	.nav-active .nav-opener:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 16px;
		left: 15%;
		right: 15%;
	}

	.close-btn:after,
	.nav-active .nav-opener:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.logo {
		width: 220px;
		height: 35px;
		background-size: 220px 35px;
	}

	.search-form {
		max-width: 100%;
		width: 100%;
		float: none;
		overflow: hidden;
		clear: left;
	}

	#nav {
		position: absolute;
		left: 0;
		right: 0;

		top: 100%;
		z-index: 999;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity .5s linear, visibility .5s linear;
		transition: opacity .5s linear, visibility .5s linear;
		background: #232323 url(../images/bg-header.png);
		padding: 0;
	}

	#nav > ul {
		font-size: 16px;
		line-height: 18px;
	}

	#nav > ul > li {
		float: none;
		display: block;
	}

	#nav > ul > li > a {
		padding: 10px 12px;
		min-height: 0;
	}

	#nav > ul > li:first-child > a {
		padding: 10px 12px;
	}

	#nav > ul > li .icon-home {
		display: none;
	}

	#nav > ul > li .hide-txt {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	#header .holder {

		padding: 0 10px 15px;
		overflow: visible;
		position: relative;
	}

	.drop {
		position: relative;
	}

	.drop .drop-holder {
		padding: 0;
	}

	.profile-area {
		z-index: 40;
	}

	.games {
		display: none;
		/*text-align: center;*/
		/*letter-spacing: -.32em;*/
	}

	.games li {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		max-width: 350px;
		text-align: left;
		letter-spacing: normal;
		padding: 0;
		margin: 0 5px 10px;
	}

	#main {
		padding: 10px;
	}

	.carousel .slide img {
		max-width: 250%;
		width: 150%;
	}

	.carousel .caption {
		padding: 5px;
	}

	.carousel h1 {
		font-size: 16px;
		line-height: 20px;
	}

	.carousel .sub-txt {
		font-size: 12px;
		line-height: 14px;
	}

	.carousel .btn-next span,
	.carousel .btn-prev span {
		font-size: 20px;
		line-height: 20px;
	}

	.news-block .next {
		top: 11px;
	}

	.top-area.add .pager {
		margin: 5px 0 0;
	}

	.top-area.add .next {
		top: 15px;
	}

	.heading-area {
		max-width: 60%;
	}

	.news-box .alignleft {
		float: none;
		display: block;
		margin: 0 auto 20px;
		max-width: 320px;
		width: 100%;
	}

	.news-box .txt-box {
		padding: 0;
	}

	.videos {
		margin: 0;
		text-align: center;
	}

	.videos li {
		width: 100%;
		max-width: 300px;
	}

	iframe {
		width: 100%;
		height: auto;
	}

	.games-list .txt-area a {
		font-size: 13px;
	}

	.widget-box .top-area h2 {
		font-size: 20px;
	}

	#footer {
		padding: 24px 10px;
	}

	.col-holder .col {
		width: 33.33%;
		padding: 0 3%;
		margin: 0 0 20px;
	}

	.inner-page #main {
		padding: 10px;
	}

	.inner-page #content {
		padding: 0;
	}

	.inner-page #sidebar {
		padding: 0;
	}

	.inner-page .heading-area {
		max-width: 100%;
	}

	.article-box .bottom-bar .alignright {
		float: none;
		text-align: center;
		width: 100%;
	}

	.article-box .source {
		width: 100%;
		float: none;
		text-align: center;
		padding: 0 0 10px;
	}

	.btn-block .btn {
		display: block;
		float: none;
		width: 100%;
		font-size: 13px;
		line-height: 16px;
	}

	.btn-block .btn strong {
		font-size: 13px;
		line-height: 16px;
	}

	.btn-block .btn.prev {
		padding: 8px;
		max-width: 100%;
	}

	.btn-block .btn.next {
		padding: 8px;
		max-width: 100%;
	}

	.arthur-block .alignleft {
		float: none;
		width: 100%;
		padding: 0 0 10px;
	}

	.share-box {
		margin: 0 0 0 10px;
	}

	.social-icons {
		width: 170px;
	}

	.post h1 {
		font-size: 20px;
		line-height: 26px;
	}

	.post-details li {
		display: block;
		margin: 0 0 10px;
	}

	.post-details li + li {
		margin: 0 0 10px;
		padding: 0;
	}

	.post-details li + li:before {
		display: none;
	}

	.widget-box.inner .btn {
		padding: 10px;
		font-size: 13px;
		line-height: 15px;
		margin: 0 0 10px;
	}

	.widget-box.inner .btn:after {
		margin: 4px 0 0 7px;
	}
}

@media only screen and (max-width: 479px) {
	.games {
		display: none;
		padding: 10px;
	}

	/*.games li {
		width: 100%;
		padding: 0;
		margin: 0 0 10px;
	}*/

	.col-holder .col {
		width: 50%;
	}
}

#accordion .ui-accordion-content {
    width: 100%;
    font-size: 10pt;
    line-height: 12pt;
}

/* FORM */
select {
    max-width: 200px;
}
#textfield {
    padding-bottom: 5px;
}
#textfield textarea, textarea.f-text {
    width: 98%;
}
.f-ent {
    margin: 5px 0;
    text-align: right;
}
.f-ent .f-button {
    margin: 10px 0 3px;
}
.f-text {
    padding: 1px 2px;
    width: 230px;
}
.f-button {
    background-color: #f0f0d8;
    color: #8f9184;
}
label {
    clear: left;
    float: left;
    font-weight: 700;
}
label.label-simple {
    clear: none;
    float: none;
    font-weight: inherit;
}
.action {
    float: right;
    margin-left: 2px;
}

#modal_feedback {
	font-size: 0.7em;
}

.youtube_video { /* continer (responsive) */
  position: relative;
  cursor: pointer;
  background: #ccc no-repeat center center / cover; 
  padding-bottom: 56.25%; /* 16:9 */
  height: 420px;
  width: 680px;
  clear:both;
}

.youtube_video::before { /* play bubble */
  content: '';
  background: rgba(255, 255, 255, .6);
  height: 80px;
  width: 80px;
  display:block;
  margin: -40px 0 0 -40px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 20px 3px rgba(51, 51, 51, .8);
  transition: all .1s ease;
  z-index:1;
}

.youtube_video:hover::before { /* play bubble hover */
  background: rgba(238, 238, 238, .8);
  box-shadow: 0 0 10px 3px rgba(51, 51, 51, .8);
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}

.youtube_video::after { /* Play Triangle */
  content: '';
  width: 0;
  height: 0;
  line-height:0px;
  display:block;
  border-style: solid;
  border-width: 20px 0 20px 40px;
  margin: -20px 0 0 -15px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  z-index:2;
} 
.youtube_video iframe{ /* youtube embed (responsive) */
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:3;
}
/* END Fast & Agile YouTube Embed by Schoberg.net */


