@import url('validator.css');
@import url(https://fonts.googleapis.com/css?family=Hind);

html {
	position: relative;
	min-height: 100%;
	}

body {
	color:#333;
	font-family: 'Hind', sans-serif;
	font-weight:300;
	font-size: 15px;
	line-height: 20px;
	background: #ededed;
	
	
}
a{
color: #262e3a;	
}

a:hover, 
a:active, 
a:focus {
    color: #262e3a;
	text-decoration: underline;
}
a.blue{
color: #6699ff;	
}

a.blue:hover, 
a.blue:active, 
a.blue:focus {
    color: #6699ff;
	text-decoration: underline;
}

.container. {
	/*max-width:1320px;*/
	/* tmp 
	max-width:100%;
	width:100%;*/
}

@media (min-width: 1400px) {
.container {
    /*width: 1320px;*/
	/* tmp 
	width:100%;*/
}
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  
    padding-right: 9px;
    padding-left: 9px;
}

.row {
    margin-right: -9px;
    margin-left: -9px;
}
/*.container-fluid {
	padding-right: 10%;
    padding-left: 10%;
}*/
b, strong {
   
}
.form-control {
	font-size: 14px;
	color:#333;
}
.btn {
	font-size:15px;
	border-radius: 20px;
	vertical-align: middle;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	text-transform: uppercase;
	
	}
.btn:hover {
	text-decoration: none;
	color: #fff;
	background-color: #222a35;
	border-color:#222a35;
	}	
.btn-primary {
    color: #fff;
    background-color: #ed174b;
    border-color: #ed174b;
}
.btn-dark {
	color: #fff;
    background: #252d38;
    border-color: #252d38;
	}
.btn-transparent-dark {
    color: #333;
    background: none;
    border-color: #333;
	border-width: 2px;
}
.btn-transparent-white {
    color: #fff;
    background: none;
    border-color: #fff;
	border-width: 2px;
}

/*.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
 
    background-color: #cf0f3d;
    border-color: #cf0f3d;
}*/


/*.btn-transparent-white:hover {
    background: rgba(255,255,255,0.2);
	color: #fff;
}*/

/*.btn-transparent-dark:hover {
    background: #f8f8f8;
}*/


	
	

	

.btn-default {
	padding: 12px 20px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	}

.btn-lg {
	padding: 16px 25px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	}
.btn-md,.btn-default.btn-md {
	font-size: 16px;
    padding: 8px 16px 4px 16px;
	border-width: 2px;
}
.btn-xs {
	font-size: 12px;
    padding: 3px 10px 1px 10px;
	border-width: 1px;
}

.note-toolbar .btn-default {
	padding: 5px 10px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	}

.dropdown-menu, .alert { 
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-bottom:0;
	}
.form-control{ 
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.input-group-addon {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background: #fff;
	}
.img-thumbnail {
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	margin-bottom:15px;
}
.img-thumbnail.mb-15 {
	
	margin-bottom:15px;
}

.navbar {
	margin-top: 0px;
	margin-bottom: 0px;
	border:none;
	background: #fff;
	}
.navbar-toggle {
 
    padding: 9px 10px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
	font-size:20px;
   
}
.navbar-brand  {padding: 22px 15px 10px 20px;}
.navbar-brand  img{height: 22px;}
.navbar-nav > li > .dropdown-menu {
		border-left:none;
		border-right:none;
		border-bottom:none;
}
.nav > li > a {
    text-decoration: none;
    background-color: #fff;
	border-bottom: 3px solid #fff;
	padding:25px 15px 22px 15px;
	color:#333;
	/*font-weight: Semi-Bold;*/
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
	border-bottom-color: #ed174b;
	color: #ed174b;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #fff;
    border-color: #ed174b;
}

.navbar-left .dropdown {
    border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
  
}
.navbar-right .dropdown {
    border-left: 1px solid #cccccc;
  
}
.login-box {
	width: 300px;
	padding: 30px 20px 10px 20px;
	margin:-1px 0 0 0;
	
	
	
	}	

.dropdown-menu.login-box  {
	left: auto;
    right: 0;
	border-left:none;
	border-right:none;
	border-bottom:none;
	}
.login-box  .input-group{
	margin-bottom:12px;
	}
.login-box  hr{
	margin:10px 0;
	}
	
.login-box  .form-control{
	background: #fff;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	
	}
.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
.login-box .input-group-addon {
	background: #f8f8f8;
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	}
.login-box .btn {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.section {
	padding: 0 100px;
	position: relative;
	
	}
	
.nav-tabs.button-nav-tabs > li {
	margin:0 10px;
}
.nav-tabs.button-nav-tabs > li > a {

	font-size: 15px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
    vertical-align: middle;
	padding: 10px 15px; 
	color: #333;
    background: none;
    border-color: #333;
    border-width: 2px;
}
.nav-tabs.button-nav-tabs > li.active > a, .nav-tabs.button-nav-tabs > li.active > a:hover, .nav-tabs.button-nav-tabs > li.active > a:focus {
    border-width: 2px;
   	color: #fff;
	background-color: #222a35;
	border-color:#222a35;
}



/*.section h2, .section-header h2{
	color: #fff;
	font-size: 88px;
	font-weight:700;
	margin-top: 0;
	}*/
/*.section h3{
	font-size:33px;
	}*/

.section-title {
	font-size: 58px;
	font-weight:bold;
	color: #fff;
	}
.section-subtitle{
	color: #fff;
	font-size: 25px;
	margin-bottom: 50px;
	line-height: 30px;
	}
.txt-dark .section-title,.txt-dark .section-subtitle {
	color: #262e3a;
}

.section.section-dark {
	background: #222a35;
	color: #fff;
	}
.section.section-dark h3{
	color: #fff;
	}
	
.section-header {
	background: #222a35;
	padding: 30px 100px;
	margin-bottom:20px;
	}	
.section-header h2{
	margin-top:20px;
	margin-bottom:20px;
	}
.section-header p{
	color: #fff;
	font-size:16px;
	}

.box-search{
	padding: 8px 55px 8px 8px;
	background: rgba(255,255,255,0.2);
	border-radius: 3px;
	position: relative;
	
	}
.box-search .btn{
	position: absolute;
	right: 8px;
	top: 8px;
	border-radius: 3px;
	padding: 0px;
	width: 46px;
	height: 48px;
	}
.box-search .clear{
	clear: both;
	
	}
 .box-search .col-md-4, .section .box-search .col-md-3, .box-search .col-md-6{
	padding-left: 0px;
	padding-right: 5px;
	
	}
.box-search .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
}
 .box-search .input-lg {
	height: 48px;
	border: 1px solid #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}
 .box-search .form-group {
	margin: 0;
}
 .box-search .btn span{
	display:none;
	margin-left: 15px;
	}
/* /////////////////////   CATALOGUE SECTION   ///////////////////////// */
	
#catalogue {
	background:url("../_images/catalogue-bg1.jpg") no-repeat 50% 0;
	background-size: cover;
	padding: 100px 250px 200px 250px;
	}
#catalogue.section-lower {
	
	padding: 70px 250px 70px 250px;
}



/* /////////////////////   EVENTS SECTION   ///////////////////////// */
	
#events {
	background:url("../_images/catalogue-bg1.jpg") no-repeat 50% 0;
	background-size: cover;
	padding: 100px 250px 200px 250px;
	}
#events.section-lower {
	
	padding: 70px 250px 70px 250px;
}
.datepicker {
    padding: 10px 16px;
     -webkit-border-radius: 0px; 
    -moz-border-radius: 0px;
    border-radius:0px;
  
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff; 
   
}
	
.panel {
    border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-color: #ccc;
  
}

/* /////////////////////   STATIC SECTION   ///////////////////////// */
	
#static {
	background:url("../_images/catalogue-bg1.jpg") no-repeat 50% 0;
	background-size: cover;
	padding: 130px 50px;
	margin-bottom: 80px;
	}
#static h1 {
	color:#fff;
	font-size: 70px;
}


/* /////////////////////   MAIN PAGE BANNERS   ///////////////////////// */
	
#main-banners {text-align:center; margin:0 0 20px 0;}

/* /////////////////////   GAME SECTION   ///////////////////////// */

.games-container {
	background:#f3f3f3 url("../_images/registration-bg.jpg") no-repeat 50% top;
	background-size: contain;
	padding-bottom: 70px;
	
}

.games .nav-tabs.button-nav-tabs {
	display:table; 
	margin:60px auto;
	border: none;
}
.games .nav-tabs.button-nav-tabs > li > a{
	padding-left:40px;
	padding-right:40px;
}

.game-data {
	background:#fff;
	color: #262e3a;
	margin-bottom: 30px;
	overflow: hidden;
	}
.game-data h2{
	line-height: 60px;
	margin-bottom:40px;
	font-size: 75px;
	}
.game-data .timer-container {
	text-align: center;
	
	
}
.game-data .timer-container .btn{
	margin-top: -35px;
}	
.game-data .timer{
	margin-top: 50px;
	font-size: 20px;
	
	display: block;
	}
.game-data .timer strong{
	font-size: 38px;
	display: block;
	margin-bottom: 20px;
	}
.game-data .timer strong a{
	
	}
.cell-info{
	text-align: center;
	font-size: 20px;
	margin-top: 40px;
	}
.cell-info .info-number{
	font-size: 35px;
	line-height: 40px;
	font-weight: bold;
}
.cmp-info {
	padding: 15px;
	/*margin-bottom: 20px;*/
	line-height: 25px;
}
.cmp-button {
	text-align: center;
	
}


.game-data .info-logo{
	margin-right: 15px;
	display: block;
	}
/*
.game-data .icons {
	margin-bottom:30px;
	}
.game-data .icon-text {
	font-size:25px;
	font-weight:bold;
	margin-left:10px;
	}
.list-wins {
	background: #fff;
}
.list-wins-header {
	border-bottom: 1px solid #ccc;
}
.list-wins-header, .list-wins-footer {
	font-size: 15px;
	padding: 15px;
}	
.list-wins-footer a{
	color: #6699ff;
	
}	
.list-wins-content {
	height: 157px;
	
}
.list-wins-content .row {
	margin: 0px;
} */ 
.game-prize {
	/*padding: 0px;*/
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	text-align: center;
	
}  
.prize-list .game-prize:nth-child(1), .prize-list .game-prize:nth-child(2), .prize-list .game-prize:nth-child(3)  {  
  border-top: 1px solid #fff;
}

.game-cmp-logo {
	border: 15px solid #fff;
	/*border-right-width: 5px;*/
}
.col-fix-height{
	height: 177px;
	border-left: 1px solid #e5e5e5;
}
/*.col-fix-height:after{
	
	
	content: '';
    display: block;
    position: absolute;
        top: 0; left: 0;
    width: 1px;
    height: 100%;
    background: #e0e0e0;
}*/

.game-grid {
	background: #fff;
	padding: 30px;
	
}

.game-grid .cell {
	float:left;
	width:5%;
	height: 50px;
	background: #f3f3f3;
	/*margin: 1.5px;*/
	font-size: 13px;
	text-align: center;
	line-height: 50px;
	
}
.game-grid .cell a{
	display: block;
	width:100%;
	height:100%;
	color:#262e3a;
	border: 1px solid #fff;
	
}
.game-grid .cell.reserved a{
	background:#262e3a;
	color:#fff;
}
.game-grid .cell.winner-cell {
	background-color: #ed174b;
	color:#fff;
}
.game-grid .cell.reserved i{
	margin-top:10px;
}



.game-grid .cell a:hover{
	background:#262e3a;
	color:#fff;
	text-decoration:none;
	
}

section h3.popover-title {font-size: 15px;}


/*#services  a {display: block;}*/

section.services {padding-top: 0; }

.services .col-md-4 {
	padding: 0;
}


.service-box-container {
	
	background: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
	margin-top: -80px;
	}
.service-box {
	text-align: center;
	padding: 50px;
	border-right: 1px solid #e5e5e5;
	}
.service-box.last{
	border-right: none;
	}
.service-box-icon{
	margin: 25px 0px;
	color:#b2b7bf;
	font-size: 58px;
	}
.service-box-title{
	margin: 25px 0px;
	color:#262e3a;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	}

.service-box-text{
	font-size: 17px;
	line-height:23px;
	color:#666;
	}

.section-cta {
	padding: 50px 100px;
	
	}
.section-text {
	padding: 50px 100px;
	background: #fff;
	}
.section-text h2{
	font-size: 60px;
	font-weight: bold;
	}
.section-text h2{
	font-size: 60px;
	font-weight: bold;
	}

.service-list {
	padding: 50px 100px;
	background:url("../_images/service-list-bg.jpg") no-repeat 50% 0;
	background-size: cover;
	}
.sli {
	padding-bottom:30px;
	color: #fff;
	}	
.sli-title{
	text-transform: uppercase;
	font-size: 27px;
	font-weight: bold;
	}	
.sli-text{
	font-size: 16px;
	}
	

.icon-box-list {
	padding: 50px;
	background: #fff;
	}
.icon-box {
	text-align: left;
	padding: 30px;
	}

.icon-box-icon{
	color:#b2b7bf;
	font-size: 40px;
	display: table-cell;
    vertical-align: top;
	}
.icon-box-content{
	display: table-cell;
	padding-left: 15px;
	padding-top:8px;
	}
.icon-box-title{
	margin: 0 0 15px 0px;
	color:#262e3a;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	}

.icon-box-text{
	font-size: 17px;
	line-height:23px;
	color:#666;
	}
	

.text-carousel {
	padding: 80px 250px 100px 250px;
	background: #ea1f4c; 
    background: -webkit-linear-gradient(left,#ea1f4c, #d2174f , #980558 ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right,#ea1f4c, #d2174f, #980558 ); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right,#ea1f4c, #d2174f , #980558 ); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right,#ea1f4c, #d2174f , #980558 ); /* Standard syntax */
	color: #fff;
}
.text-carousel .tc-text{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 25px;
}	
.text-carousel .tc-stext{
	font-size: 14px;
}

.text-carousel .carousel-indicators {
	bottom: -60px;
} 
.text-carousel .carousel-indicators li {
	background: #fff;
	width: 8px;
    height: 8px;
}
.text-carousel .carousel-indicators li.active {
	width: 11px;
    height: 11px;
}

/*//////////////// PRICE LIST ///////////////// */

.price-list {
	background:url("../_images/price-list-bg.jpg") no-repeat 50% 0;
	background-size: cover;
	padding: 70px 200px;
}
.price-list-title {
	color: #262e3a;
	font-size: 35px;
	margin: 0 0 20px 0;
	font-weight: bold;
	text-align: center;
}
.price-list-subtitle {
	color: #262e3a;
	font-size: 18px;
	margin-bottom: 50px;
	text-align: center;
}
.price-box-container {
	background: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
	}
.price-box {
	text-align: center;
	padding: 50px;
	border-right: 1px solid #e5e5e5;
	color: #262e3a;
	
	}
.price-box.last{
	border-right: none;
	}

.price-box-title{
	margin: 0 0 55px 0;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	}
.price-box-price{
	margin: 0 0 15px 0;
	font-size: 55px;
	font-weight: bold;
	text-transform: uppercase;
	}
.price-box-text{
	margin: 0 0 45px 0;
	font-size: 15px;
	
	}
.price-box ul {
	margin-bottom: 50px;
	}
.price-box ul li{
	text-align: left;
	margin-bottom: 8px;
	position: relative;
	}
.price-box ul li .fa{
	margin-right: 10px;
	color: #ea1f4c;
	position: absolute;
	left: -25px;
	}

.price-box-text{
	font-size: 17px;
	line-height:23px;
	color:#666;
	}
/*///////////////////// SECTION SOCIAL ////////////////////////////////*/

.section-social {
	padding: 40px 15px;
}
	
/* /////////////////////  SECTION NUMBERS //////////////////////////// */

.section-numbers {
	padding: 60px 0;
	background: #ea1f4c; 
    background: -webkit-linear-gradient(left,#ea1f4c, #d2174f , #980558 ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right,#ea1f4c, #d2174f, #980558 ); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right,#ea1f4c, #d2174f , #980558 ); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right,#ea1f4c, #d2174f , #980558 ); /* Standard syntax */
	color: #fff;
	text-align: center;
}	
.numbers-title {
	font-size: 50px;
	font-weight: bold;
	line-height: 60px;
}
.numbers-subtitle {
	font-size: 20px;
}
	
#actualities {
	padding:50px 0 120px 0;
	
	}
#actualities .section-title{
	margin-bottom:15px;
	font-weight: bold;
    font-size: 48px;
	color:#262e3a;
	}
#actualities .section-subtitle{
	margin-bottom:60px;
    font-size: 20px;
	color:#666;
	}
#actualities .carousel-indicators {
	bottom: -80px;
} 
#actualities .carousel-indicators li {
	background: #262e3a;
	width: 8px;
    height: 8px;
}
#actualities .carousel-indicators li.active {
	width: 11px;
    height: 11px;
}

#actualities .col-md-4 {
	padding-left: 20px;
	padding-right: 20px;
}
	
#contacts {
	padding-top:55px;
	padding-bottom:55px;
	background: #fff;
	
	}	
#contacts h3{
	margin-top:0px;
	margin-bottom:30px;
	font-weight: 300;
	font-size: 38px;
	}
	
.footer-info {
	font-size:13px;
	background: #28303e;
	color: #fff;
	padding: 15px;
	}	
.footer-info div{
	padding-top:10px;
	padding-bottom:20px;
	}
.footer-right {
	text-align: right;
	}
.footer-info .fa{
	font-size:19px;
	margin-right:15px;
	}	

.section-icons a {
	color:#6699ff;
	}
.section-icons h4 {
	    font-size: 15px;
    font-weight: 500;
	}

.icon-border {
    display: inline-block;
    width: 120px;
    height: 120px;
	line-height:120px;
    color: #222a35;
    border: solid 2px #222a35;
	font-size: 40pt;
    padding: 0px;
	text-align: center;
    -webkit-border-radius: 120px;
    -moz-border-radius:120px;
	border-radius: 120px;
}

.icon-border.sm{
    display: inline-block;
    width: 50px;
    height: 50px;
	line-height:45px;
    color: #fff;
    border: solid 3px #fff;
	font-size: 25px;
	font-weight:bold;
    -webkit-border-radius: 50px;
    -moz-border-radius:50px;
	border-radius: 50px;
}

.rotate {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
}
	

/* /////////////////////   LIST ITEM    ///////////////////////// */	


	
.list-item {
	position: relative;
	
	padding: 20px 0 20px 20px;
	background: #fff;
	/*overflow:hidden;*/
	margin-bottom: 20px;
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	
	}
/*.list-item:hover {
	box-shadow: 0 0 12px rgba(0,0,0,0.15);
	}*/
	
.list-item-left {
	height: 180px;
	display: flex;
    align-items: center;
	
	}	
.list-item-right {
	height: 180px;
	display: flex;
    align-items: center;
	text-align: center;
	border-left: 1px solid #d2d2d2;
	}
.list-item-right .btn {
	margin:0 auto;
	}	
.list-item-content {
	padding: 20px;
	
	}	
	
.list-item-title{
	font-size: 18px;
	font-weight: bold;
	margin:0 0 15px 0;
	line-height: 25px;
	}
	
.list-item-content p{
	
	margin-bottom:3px;
	}
	
.list-item-content a{
	
	color: #6699ff;
	}	
.list-item-content .content-text {
	height: 150px;
    overflow: hidden;
    margin-bottom: 10px;
	line-height: 25px;
	}
.list-item .toolbar{
	position: absolute;
	right:0;
	top: 0;
	padding: 4px;
	
}
.list-item .toolbar .btn{
	margin-left: 4px;
	
}

/* ////////////////////// VERTICAL LIST ITEM  /////////////////////// */

.v-list-item {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
	overflow: hidden;
}
.v-list-item-img {
	/*height:230px;*/
	overflow: hidden;
}
.v-list-item-content {
	padding: 25px;
}
.v-list-item-title {
	font-size: 20px;
	color: #262e3a;
	font-weight: bold;
	margin:0 0 5px 0;
	    height: 50px;
}
.v-list-item-text {
	font-size: 17px;
	line-height: 23px;
	color: #666;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
	height: 120px;
}


/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoYoutube:hover {
	background-color:#cc181e;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i, .social-network a.icoYoutube:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
	background: #fff;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #262e3a;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


/* /////////////////////   PAGINATION    ///////////////////////// */	
	
.pagination-simple {
	margin: 30px;
	font-size: 15px;
	color: #262e3a;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
	height: 40px;
	}	

.pagination-simple a, .pagination-simple span{
	padding:15px 15px;
	border-bottom: 3px solid rgba(0,0,0,0);
	}
.pagination-simple a:hover, .pagination-simple span {
    border-bottom-color: #262e3a;
	text-decoration:none;
}

/* /////////////////////   REGISTRATION    ///////////////////////// */	

.registration-container {
	background:#f3f3f3 url("../_images/registration-bg.jpg") no-repeat 50% top;
	background-size: contain;
	padding: 70px 200px;
}
#registration .section-title {
	color: #262e3a;
	font-size: 55px;
	font-weight: bold;
	}
#registration .section-subtitle {
	color: #262e3a;
	font-size: 22px;
	
	}
#registration-header {
	
	}
#registration .section {
	padding:50px 150px;
	background: #fff;
	}
#registration .section.last{
	margin-top: 30px;
	}
#registration .section h3{
	margin:0 0 50px 0;
	font-weight: bold;
	font-size: 35px;
	}
#registration .section a{
	color: #6699ff;
	text-decoration: underline;
	}
#registration .section .btn-submit {
	font-size:15px;
	padding: 18px 45px;
	}
/* /////////////////////  CONTACT ///////////////// */

.contact-box {
	padding: 25px;
    background: #fff;
    margin-bottom: 50px;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    box-shadow: 0 0 8px #ccc;
	-moz-box-shadow: 0 0 8px #ccc;
	-webkit-box-shadow: 0 0 8px #ccc;
}

.boxContent {
    padding: 0px;
 	/*background-color: #ededed;*/
	/*height: 190px;*/
	margin-top: 30px;
}	
.boxContent h2, .boxContent h3 {
    color: #333;
	font-size: 17px;
	font-weight: bold;
}
.boxContent p {
    color: #666;
}	
.boxContent a {
    border-bottom: 1px dotted #666;
}

.winner {
	border: 1px solid #eee;
}
.winner .boxContent {
   	margin-bottom: 0px;
}
.winner .boxContent p{
   	font-size: 14px;
}


.banner-lp1 {
    margin: -60px 0 10px 0px;
}
.banner-lp2 {
    margin: 30px 0 -70px 0;
}
    
	
/* Large Devices, .visible-lg-* */
@media (min-width: 1200px) {}


/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {

	
}


/* Small Devices, .visible-sm-* */
@media (max-width: 991px) {

.section, #catalogue, .section-cta, .section-text, .service-list, .icon-box-list, .registration-container {
	padding: 40px;
	}
#catalogue.section-lower {
	
	padding: 40px;
}

 .box-search{
	padding: 25px;
	}

.box-search .btn{
	margin-bottom: 20px;
	position: relative;
	display: block;
	top: auto;
	right: auto;
	width: 100%;
	}
.box-search .btn span{
	display: inline-block;
	}
#catalogue .col-md-4, #events .col-md-3,  #events .col-md-2,  #events .col-md-5{
	margin-bottom: 20px;
	padding-right: 0px;
	padding-left: 0;
	}
	


section.services {
	padding-top: 40px;
	}
.service-box-container {
	margin-top: 0;
	}
.service-box {
	border-right: none;
	padding: 20px;
	}
.icon-box{
	padding: 15px 0;
}

.text-carousel {
	padding: 30px 50px 70px 50px;
}
.text-carousel .carousel-indicators {
    bottom: -50px;
}
.price-box {
	border-right: none;
	border-bottom: 1px solid #e5e5e5;
	}
.price-box.last{
	border-bottom: none;
	}
.price-box ul li{
	text-align: center;
	}
.numbers-subtitle {
	margin-bottom: 20px;
}
.icon-border {
	margin-top: 20px;
	}
#contacts h3{
	margin-top:0px;

	}
#actualities .media{
	margin-bottom: 25px;
	
	}
#actualities .media-list {
	margin-bottom: 25px;
	}
#actualities-header {
	background-image:none;
	height: auto;
}

.section-title {
	font-size: 25px;
	}
	
.list-item {
	margin: 20px;
	padding: 20px;
	text-align: center;
	}
.list-item-content {
	padding: 20px 0;
}
.list-item .content-text {
	height: auto;
}
.list-item-left  {
	height: auto;
}
.list-item-left a {
	margin: 0 auto;
}
.list-item-right  {
	height:60px;
	border: none;
}
.game-data{
	padding: 40px;
	}
.list-wins {
	margin-bottom:25px;
}
.game-data .timer-container {
	margin-bottom:15px;
}
.list-wins-content {
	height: auto;
	overflow-y:none;
}

.game-grid .cell {
	width: 10%;
}



.banner-lp1 {
    margin: 0px 0 10px 0px;
}
.banner-lp2 {
    margin: 20px 0 20px 0;
}



}









/* Extra Small Devices, .visible-xs-* */
@media (max-width: 767px) {
.section h2{
	font-size: 43px;
	}
.section-header {
	padding: 30px;
	}
.section-header h2{
	font-size: 33px;
	}
.section-header p{
	font-size: 16px;
	}
.numbers-subtitle {
	margin-bottom: 20px;
}
#registration .section {
	padding:50px;
	}	
	
.footer-left, .footer-right {
	text-align: center;
	}
	
	.game-grid .cell {
	width: 20%;
}

}	
	
	


/* //////////////////////////// TOPNAV ////////////////////////////////////////*/
#topnav-shadow {
	-moz-box-shadow: 0px -1px 4px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px -1px 4px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px -1px 4px 1px rgba(0, 0, 0, 0.3);
	position:absolute;
	width: 99.5%;
	height:40px;
	z-index: 50;
	background-color: #FFF;
 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=true, ShadowOpacity=0.10);
	-ms-filter: 
 "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.10)";
	zoom: 1;
}
#topnav-bg {
	background-color:#FFF;
	position:relative;
	width: 100%;
	height:40px;
	z-index:51;
	-moz-box-shadow: 0px -1px 4px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px -1px 4px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px -1px 4px 1px rgba(0, 0, 0, 0.3);
}
#topnav {
	width:960px;
	height:40px;
	margin:0 auto;
	position:relative;
	z-index:52;
}
#topnav ul {
	margin-top:11px;
}
#topnav ul li {
	float:left;
	padding:0 15px 0 0;
	height:20px;
	line-height:20px;
}
#topnav ul li a {
	font-size:12px;
	text-transform:uppercase;
	height:20px;
	line-height:20px;
}
#topnav ul li.lang  {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";/* IE 8 */
    filter: alpha(opacity=40);/* IE 5-7 */
	-khtml-opacity: 0.4; /* Safari 1.x */
	opacity: 0.4;/* Good browsers */
}
#topnav ul li.active, #topnav ul li.lang:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* IE 8 */
    filter: alpha(opacity=100);/* IE 5-7 */
	-khtml-opacity: 1; /* Safari 1.x */
	opacity: 1;/* Good browsers */
}
#topnav ul li a.btn {
    background:#666;
	color:#FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:4px 7px;
}
#topnav ul.left {
	float:left;
}
#topnav ul.right {
	float:right;
}
#topnav ul.right img{
	margin-top:2px;
}
#topnav ul.right li {
	float:right;
	padding: 0 0 0 5px;
}
#topnav ul.right li a.login {
	color:#ee1d4c;
}
/* //////////////////////////// HEADER ////////////////////////////////////////*/

#header-bg {
	position:relative;
	width: 100%;
	/*background:url("../_images/bg.jpg") repeat-x left bottom;*/
	background: #eeeff2;
}
#header {
	width:960px;
	height:335px;
	margin:0 auto;
	position:relative;
	/*background:url("../_images/man.png") no-repeat right bottom;*/
}
#header-shadow {
	position:absolute;
	width: 960px;
	height:20px;
	left:0;
	bottom:0;
	background:url("../_images/header-shadow.png") no-repeat left bottom;
	z-index:14;
}

#middle {
	width:960px;
	margin:45px auto 0 auto;
	position:relative;
	/*z-index:110;*/
}
#logo {
	margin-top:40px;
	margin-bottom:40px;
	display:inline-block;
	z-index:16; 
	position:relative;
	
}

h1.title-hidden {text-indent:-999px; height:0px; margin:0; padding:0;}

#search {
	width:315px;
	
	}


#header h1 {
	
	font-size:55px;
	font-weight:normal;
	/*margin-bottom:20px;*/
	
}
#header p {
	
	font-size:14px;
	line-height:20px;
	width:350px;
	
}



/*  Slider */
 #header-slider {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%; 
	border:none; 
	height: 335px; 
	overflow: hidden;
	z-index:10;
	
	
}
#header-slider-content {
	text-align:center;
	z-index:11;
}



 #header-slider .fadenav { position: absolute; top: 300px; right: 50%; }
 #header-slider .fadenav a 
{ display: block;float: left; background-image: url("../_images/slider_nav.png");
  background-position: left bottom;  background-repeat: no-repeat; cursor: pointer; height:11px;
  margin-right: 3px; width: 11px; text-decoration:none;}
 #header-slider .fadenav a:hover { background-position: left -13px; }
 #header-slider .fadenav a.current { background-position: left top; }
#header-slider .slide{width:100%; height: 335px; background-repeat:no-repeat; background-position: center top;}


#header-content {z-index:15; position:relative;}

 .input {
	border: 1px solid;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	background-color: #FFF;
	border-color:#e5e5e5;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	background:url("../_images/line-bg.gif") repeat left top #FFF;
	border-top-color:#d1d1d1;
	border-left-color:#d1d1d1;
	color:#999;
	padding:11px 15px 11px 15px;
	outline: medium none;
	font-size:15px;
	width:295px;
}
/*.input input, .input textarea {
	background: none repeat scroll 0 center transparent;
	border: 0 none;
	color: #B7B7B7;
	font-size:15px;
	
	outline: medium none;
	padding:11px 5px 11px 15px;
	width:293px;
}*/
.input.short {width:105px;}


#header .input {margin-bottom:18px;}
.qsearch {
	position:relative;
	background: #666666;
	border:1px solid #585858;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 3px #444 inset;
	-moz-box-shadow: 1px 1px 3px #444 inset;
	-webkit-box-shadow: 1px 1px 3px #444 inset;
	width:325px;
}
 .qsearch input {
	color: #B7B7B7;
	width:260px;
	color:#FFF;
	background: none repeat scroll 0 center transparent;
	border: 0 none;
	padding:12px 50px 12px 15px;
}
  .input.qsearch {
	
	padding:0px;
 }

select.input { width:327px;}

.picker{position:relative; /*display:inline-block; */}


#location-picker{z-index:1000;}
#sector-picker{z-index:900;}

.picker .clear {
    
   top: 8px;
    right: 8px;
    display:none;
    position: absolute;
    width: 27px;
	height:27px;
	background:url("../_images/icon-clear.png") no-repeat right top;
	z-index: 506;
	cursor:pointer;
}

.picker input{z-index:300;}

.pick-content {
    
   top: 0px;
    left: 0px;
    display:none;
    position: absolute;
    width: 100%;
	height:270px;
	overflow-y:auto;
	z-index: 6000;
	background: #fff;
	border: 1px solid #ccc;
	padding:15px;
}
.pick-content .header{
    
   margin-bottom:10px;
}
.pick-content ul{
    
   margin:0px;
   padding: 0px;
   list-style: none;
}
.pick-content .header strong{
    
   color:#ee1d4c;
}
.pick-content .header a{
   color:#000; 
   float:right;
}

.pick-content ul li a{
    outline:none;
	display:block;
	padding:3px 5px;
   color:#000;
   }
.pick-content ul li a:hover{
    background:#eee;
	
	text-decoration:none;
}


 .qsearch input.qsubmit {
	width:34px;
	height:34px;
	position:absolute;
	top:4px;
	right:3px;
	background:url("../_images/qsearch-btn.png") no-repeat left top;
	cursor:pointer;
	padding:0px;
}
 .qsearch strong {
	
	position:absolute;
	top:13px;
	right:8px;
	color:#FFF;
}

.button {
	border:none;
	color:#FFF;
	padding:10px 15px;
	font-size:15px;
	
	clear:both;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-transform:uppercase;
	cursor:pointer;
	min-width:150px;
}

.submit {	
	background-color:#ee1d4c;
	}
.submit:hover {
	box-shadow: 1px 1px 3px #9f1937 inset;
	-moz-box-shadow: 1px 1px 3px #d5284f inset;
	-webkit-box-shadow: 1px 1px 3px #d5284f inset;
}

.cancel {	
	background-color:#666;
	}
.cancel:hover {
	box-shadow: 1px 1px 3px #333 inset;
	-moz-box-shadow: 1px 1px 3px #333 inset;
	-webkit-box-shadow: 1px 1px 3px #333 inset;
}




.check-line {
display: inline-block;
    margin-bottom:10px;
    vertical-align: top;
	position:relative;
	height:12px; line-height:12px;
}

.check-line input {
    
    display: block;
   float:left; margin:0 8px 0 0;
}

.check-line strong {
    -moz-user-select: none;
    color: #666666;
    font-weight: normal;
   
    
	
}


#info-panel {
	padding:15px;
	margin-bottom:35px;
	border:1px solid #dfdfdf;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background:url("../_images/line-bg.gif") repeat left top;
	overflow:hidden;
}

#info-panel p span {
	margin-right:15px;
	font-weight:bold;
	color:#ee1d4c;
}
#footer-top {
	width:960px;
	margin:45px auto 40px auto;
	position:relative;
	padding-top:45px;
	background:url("../_images/footer-shadow.jpg") no-repeat left top;
	z-index:100;
}
#footer-top.no-bg { background:none;}


#footer-top .column {
	width:220px;
	margin:0 25px 0 0;
	float:left;
}
#footer-top .column.last {
	margin-right:0px;
}
#footer-top .column h3 {
	padding:3px 0 12px 35px;
	font-size:16px;
	margin-bottom:10px;
	border-bottom:1px solid #cccccc;
}
#footer-top .column h3.icon-1 {
	background:url("../_images/icon-1.gif") no-repeat left top;
}
#footer-top .column h3.icon-2 {
	background:url("../_images/icon-2.gif") no-repeat left top;
}
#footer-top .column h3.icon-3 {
	background:url("../_images/icon-3.gif") no-repeat left top;
}
#footer-top .column h3.icon-4 {
	background:url("../_images/icon-4.gif") no-repeat left top;
}
ul.ls1 {
	margin-left:5px;
}
ul.ls1 li {
	padding:3px 0 3px 10px;
	background:url("../_images/list-1.gif") no-repeat left 10px;
}
ul.ls1 li span{
	color:#888;
}
ul.ls1 li a:hover {
	color:#ee1d4c;
	text-decoration:none;
}
#footer-bottom {
	width:960px;
	height:35px;
	margin:0 auto;
	position:relative;
	background:#333;
}
#footer-bg {
	background-color:#333;
	position:relative;
	width: 100%;
}
#footer-bottom .site-logo {
	float:left;
	margin-top:10px;
}
#footer-bottom .info {
	color:#FFF;
	float:right;
	margin-top:10px;
}
#middle table.intro {
	width:100%;
}
#middle table.intro td {
	text-align:center;
	padding:0 15px;
	background:url("../_images/v-line.gif") no-repeat right 50%;
}
#middle table.intro td.last {
	background:none;
}
#middle table.intro img {
	margin-bottom:18px;
}
#middle table.intro h2 {
	font-size:22px;
	margin-bottom:18px;
}
#middle table.intro p {
	line-height:19px;
}
#middle table.intro a.link {
	display:inline-block;
}
#middle table.intro a.link:hover {
	text-decoration:none;
}
#middle table.intro a.link:hover h2 {
	color:#ee1d4c;
}
#middle table.intro a.link:hover p {
	color:#666;
}

#middle table.intro a.more {
	color:#ee1d4c;
}



#content .h1 {
	padding:3px 0 12px 0;
	font-size:16px;
	margin-bottom:10px;
	border-bottom:1px solid #cccccc;
	position:relative;
	}
/*#content h1{
	padding-right:50px;
	}*/
#content .h1{
	border-color:#E8E8E8;
	margin-top:10px;
	}
#content h1 .icon{
	position:absolute; 
	width:25px; 
	height:25px; 
	bottom:0px; 
	right:20px; 
	border:1px solid #CCC; 
	border-bottom:none;
	border-radius: 3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;}
#content h1 .back{background:url("../_images/arrow-left.png") no-repeat 50% 50%;}

#content .h1 {font-weight:600;}

.h2 {
	padding:3px 0 12px 35px;
	font-size:16px;
	margin-bottom:30px;
	border-bottom:1px solid #cccccc;
}
#content .h2.icon-1 {
	background:url("../_images/icon-1.gif") no-repeat left top;
}
.h2.search {
	background:url("../_images/icon-5.gif") no-repeat left top;
	
}
.h2.way {
	background:url("../_images/icon-7.gif") no-repeat left top;
	
}
#content .h2.ok {
	background:url("../_images/icon-3.gif") no-repeat left top;
}
#content h1.pipe {
	background:url("../_images/icon-3.gif") no-repeat left top;
	padding-left:35px;
}
#content h1.flash {
	background:url("../_images/icon-1.gif") no-repeat left top;
	padding-left:35px;
}
#content h1.way {
	background:url("../_images/icon-7.gif") no-repeat left top;
	padding-left:35px;
	
}
#content h1.settings {
	background:url("../_images/icon-8.gif") no-repeat left top;
	padding-left:35px;
}
#content h1.graph {
	background:url("../_images/icon-6.gif") no-repeat left top;
	padding-left:35px;
}
#content .h2.n1 {
	background:url("../_images/icon-n1.gif") no-repeat left top;
}
#content .h2.n2 {
	background:url("../_images/icon-n2.gif") no-repeat left top;
}
#content .h2.n3 {
	background:url("../_images/icon-n3.gif") no-repeat left top;
}
#content .h2.n4 {
	background:url("../_images/icon-n4.png") no-repeat left top;
}

#content .thumb{border:1px solid #EBEBEB;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px; padding:5px;}
#content .txt{line-height:22px;}

#left  {
	float:left;
	width:80%;
}

#sidebar {float:right; width:20%;}
.sidebar-content {padding-left:25px;}
.sidebar-content .h2 {margin-bottom:15px;}
ul.sidebar-list {
	margin-left:5px;
}
ul.sidebar-list li {
	padding:3px 0 3px 10px;
	background:url("../_images/list-1.gif") no-repeat left center;
}
ul.sidebar-list li a {
	font-size:15px;
	
}
ul.sidebar-list li span {
	color:#999;
	
}
ul.sidebar-list li a:hover {
	color:#ee1d4c;
	text-decoration:none;
}
ul.sidebar-list li.selected a {
	font-weight:bold;
	color:#ee1d4c;
}

#sectors h2 {padding:5px 0 15px 15px; font-size:15px; border-bottom:none; margin-bottom:0px; margin-top:-15px; }
#sectors {padding:0 0 50px 0; margin-bottom:40px; background: url("../_images/footer-shadow.jpg") no-repeat center bottom; }
#sector-table {width:100%;}
#sector-table tr td{width:25%;}

#header #sectors {margin:0; padding:0 0 20px 0; background:none;}

table.form {width:100%;margin:25px 0 50px 0;}
table.form td{padding:7px 0 7px 20px;}
table.form label{font-weight:bold; margin-top:12px; display:inline-block; }
table.form label.simple{font-weight:normal; color:#666;}

table.form .info {
	padding:0 0 10px 30px;
	background:url("../_images/icon-info.gif") no-repeat left 5px;
	line-height:17px;
	text-align:left;
	}
.box {
	
	padding:20px;
	border:1px solid #dfdfdf;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background:url("../_images/line-bg.gif") repeat left top;
	color:#666;
	line-height:20px;
}
.box.invalid {
    background-color: #fedcdc;
	border-color:#bd2600;
	color:#000;
}
.box.valid {
    background-color: #dcebc5;
	border-color:#693;
	color:#000;
}




.company-box-pink {
	position:relative;
	padding:0 170px 0 0;
	margin:-20px 0 20px 0;
	border:1px solid #ed2051;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.company-box-pink .left{
	float:left;
	padding:15px;
	background:#fff;
	margin-right:10px;
}

.company-box-pink .left .logo{
	border:none;
	width:87px;
	height:87px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	background:#fff;
	box-shadow:0 1px 2px #ccc;
	-moz-box-shadow:0 1px 2px #ccc;
	-webkit-box-shadow:0 1px 2px #ccc;
	padding:10px;
}
.company-box-pink .title{
	display:inline-block;
	font-size:17px;
	color:#ed2051;
	margin-top:10px;
	margin-bottom:5px;
	font-weight:bold;
}
.company-box-pink .title:hover{
	text-decoration:underline;

}
.company-box-pink p{
	line-height:20px;
	color:#666;
}
.company-box-pink .more{
	margin-top:7px;
	color:#ed2051;
	display:inline-block;
	padding-right:15px;
	background:url("../_images/arrow-right-pink.png") no-repeat right center;
}

.company-box-pink   .right{
	position: absolute;
	right:0px;
	top:0px;
	bottom:0px;
	width:150px;
	line-height:20px;
	color:#fff;
	
	background:#ed2051 url("../_images/firma-mesiaca.png") no-repeat center 20px;
}

.company-box-pink   .right span{
	position: absolute;
	right:10px;
	left:10px;
	
	bottom:20px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	
}



.image-picker { cursor: pointer;
width:auto;
overflow: hidden;
position: relative;
margin:5px 0;
}

 .image-picker input {
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
	 filter: alpha(opacity=1);
-moz-opacity: 0.01;
opacity: 0.01;
font-size: 100px;
    }
    .image-picker .select {
   /* background-color: #fff;
  	
    cursor: pointer;
    width:auto;
    font-size: 16px;
    color:#333;
    padding: 15px 15px;
	border:none;
	text-align: center;
	border: 1px solid #ccc;*/
	
   
    }
	
#image-preview {
	position:relative;
	border:1px dashed #ccc;
	padding:8px;
	display:none;
	margin-top:15px;
	
	}
#image-preview .clear{
	display: block;
	height: 35px;
	width: 35px;
	position: absolute;
	top:-17px;
	right: -17px;
	font-size:35px;
	cursor:pointer;
	
	}
#image-preview img {height:100px;}


.company {
	position:relative;
	padding:0 60px 0 0;
	margin-top:20px;
}
.company .left{
	float:left;
	padding:15px;
	background:url("../_images/clist-shadow.png") no-repeat right top transparent;
	margin-right:20px;
}

.company .left .logo{
	border:1px dashed #CCC;
	width:70px;
	height:70px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	background:#fff;
}
.company .title{
	display:inline-block;
	font-size:16px;
	color:#333;
	margin-top:10px;
	margin-bottom:5px;
	font-weight:bold;
}
.company .title:hover{
	text-decoration:none;
	color:#ef2552;
}
.company p{
	line-height:20px;
	color:#666;
}
.company .flag{
	display:inline-block;
	vertical-align:text-bottom;
	margin-left:10px;
}
.company .arrow{
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	top:42px;
	right: 17px;
	background:url("../_images/clist-arrow.gif") no-repeat 50% 50% transparent;
	cursor:pointer;
	
	}
	
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:4000;
  background-color:#555;
  opacity:0.2;
  display:none;
}
  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  
  display:none;
  z-index:4050;
  padding:20px;
}

#boxes .window .close{
  position:absolute;
  right:-16px;
  top:-13px;
  width:32px;
  height:32px;
  background: url("../_images/x-button.png") 0 0 no-repeat;
  cursor:pointer;
}
/*
#login-box {
  padding:10px 20px 20px 20px;
  background-color:#ffffff;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
   box-shadow: 0 0 5px #555555;
  -moz-box-shadow: 0 0 5px #555555;
  -webkit-box-shadow: 0 0 5px #555555;}
 #login-box input{margin-top:8px;} 
 #login-box table td{padding-bottom:15px;} 
 #login-box .title {
    color: #333;
    font-size: 26px;
    margin:10px 0 20px 0;
	font-size:16px;
	/
}
#login-message {margin:5px 0; color:#C00;}

#middle #login-box {
	width:330px;
	margin:0 auto;
	text-align:center;
   box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  
  }*/

/* //////////////////////////////////// PAGINATION //////////////////////////////// */

#pager {
	padding:25px 0 10px 0;
	/*border-top:1px dotted #a0a0a0;*/
	clear:both;
	margin:0 0 0 0;
	position:relative;
}

#pager ul.paging {
	text-align:center;
	font-size:13px;
	float:right;
}
#pager ul.paging li {
	display:inline;
}
#pager ul.paging li a, ul.paging li span {
	position:relative;
	display:inline-block;
	width:34px;
	height:34px;
	line-height:34px;
	background:#fff;
	text-decoration:none;
	text-align:center;
	margin:0;
	color:#333;
	border:1px solid #dfdfdf;
	  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
	
}
#pager ul.paging li a:hover, ul.paging li span {
	background:#fafafa;
}

/* CSS for checklists */
ul.checklist {
	border: 1px solid #dfdfdf;
	list-style: none;
	height: 215px;
	overflow-x: hidden;
	overflow-y:scroll;
	width:325px;
	font-size:12px;
}
ul.checklist,  ul.checklist li {
	margin-left: 0;
	padding: 0;
}
ul.checklist li {
	background: none;
	height:28px;
	line-height:28px;
	
	width:100%;
	_width:95%;
}
ul.checklist label {
	display: block;
	height:28px;
	line-height:28px;
	width:100%;
	text-align:left;
	padding-left:10px;
	margin:0px;
	font-size:12px;
	overflow:hidden;
}
ul.checklist label:hover {
	background: #F2F2F2;
	color: #333;
	cursor:pointer;
}

ul.checklist li input[type=checkbox] {
	line-height:30px;
	height:30px;
	width:14px;
	margin:0 7px 0 5px;
	float:left;
}
ul.checklist li label:hover {
	background: #666;
	color: #FFF;
}
ul.checklist li.group  {
	height:35px;
	line-height:35px;
	
}

ul.checklist li.group label {
	background: none;
	color: #EE1D4C;
	font-weight:bold;
	padding-left:15px;
	height:35px;
	line-height:35px;
	cursor:default;
}
ul.checklist li.other label {
	cursor:pointer;
	
}

.results-filters {float:left;}
.results-filters .count{margin:0 30px 0 0;}
.results-filters .input {padding:6px 5px 6px 7px; width:60px; margin-left:7px;}


.big-font {font-size:65px; color:#333; text-align:center; margin:30px 0;}
.big-font span{font-size:30px; color:#ee1d4c; line-height:50px;}



#content-slider{width:956px;overflow:hidden;}
#content-slider #slides{height:486px;width:956px;overflow:hidden;}
#content-slider .slide{	float:left;}

#content-slider .nav { text-align:center;margin:30px 0 20px 0;}
#content-slider .nav ul { display:inline-block;}
#content-slider .nav li { display: block; background-image: url("../_images/slider_nav.png"); 
  background-position: left bottom;  background-repeat: no-repeat; cursor: pointer; height:11px;
  margin-right: 1px; width: 11px; text-decoration:none; list-style:none; float:left; margin-left:5px;}
#content-slider .nav li:hover  { background-position: left -13px; }
#content-slider .nav li.act  { background-position: left top; }



.validator_simple_invalid {
	background-color: #fedcdc;
	border-color:#bd2600;
	color:#000;
}

.validator_default_invalid, ul.checklist.validator_default_invalid {
	background-color: #fedcdc;
	border-color:#bd2600;
	color:#000;
}


.references  {
    margin: 30px 0;
  
}
.references  li {
    background-color: #FFFFFF;
    border: 1px dashed #A9A9A9;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    float: left;
    height: 70px;
    margin: 7px;
    width: 70px;
}
.references  li a {
    display: block;
    height: 70px;
    padding: 0px;
    position: relative;
    width: 70px;
}
.references li a img {
    bottom: 5px;
    margin: auto;
    position: absolute;
    top: 5px;
    vertical-align: middle;
    width: 60px;
	left:5px;
}

.actualities  a{color:#ee1d4c;}

/* ////////////////  GAME ////////////////////*/

#header-slider.game-slider .fadenav { /*display: none;*/ top:290px; right:47%; z-index:1000; }
.game-banner {margin-bottom:30px;}

.game-steps {
	background: url("../_images/footer-shadow.jpg") no-repeat center bottom;
	padding-bottom:60px;
	margin-bottom:50px;
}

.game-steps  table{
	width:100%;
	
}
.game-steps table tr td {
	text-align:center;
	color:#333;
	font-size:25px;
	font-weight:bold;
}

.game-info {
	background: url("../_images/footer-shadow.jpg") no-repeat center bottom;
	padding-bottom:110px;
}
.game-info h1 {
	text-align:center; 
	font-size:35px;
	text-transform:uppercase;
	margin-bottom:20px;
	line-height:30px;
	font-family: Arial;
	}
.game-info p {
	text-align:center; 
	font-size:20px;
	line-height:28px;
	
	}
.game-info p.text {
	margin-top:25px;
	
	}
.game-info p.logo {
	font-size:33px;
	
	}
.game-info p  a{
	color: #f05e31; 
	text-decoration:underline;
	}

.game-buttons {
	background: url("../_images/game/arrow.png") no-repeat 595px 40px;
	padding-bottom:60px;
	margin-bottom:25px;
	text-align:center;
	margin-top:-40px;
}	

.game-buttons .button {
	background:#231f20;
	color:#fff;
	padding:13px 20px;
	font-size:20px;
	text-transform:uppercase;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	margin-bottom:20px;
}	
.game-buttons p  a{
	color: #f05e31; 
	text-decoration:underline;
	font-size:20px;
	}

	.divider {width:100%; height:15px; background: url("../_images/footer-shadow.jpg") no-repeat center top; display:block; margin: 20px 0;}
	
	
	
	.our-team-title {text-align:left;margin-bottom:20px;}
	.our-team-title  h2{font-size:18px; margin-bottom:5px;}
	.our-team-title  p{font-size:13px; color:#888;}
	
	.our-team-container {
    position: relative;
    width: 100%;
	background:#f3f3f3 url("../_images/shadow-down.png") no-repeat center bottom;
	
	}
	
	.our-team {
    margin: 0 auto 0 auto;
    position: relative;
    width: 960px;
	padding:20px 0;
	 background: url("../_images/shadow-up.png") no-repeat center top;
	
}	

.contact-text {color:#888; font-size:13px; padding:20px 0 0 0; line-height:19px;}
.contact-text  b{color:#000; font-size:15px; margin-bottom:20px;}

.our-team  ul li{width:180px; float:left; margin:0 12px 15px 0;}
.our-team  ul li.last{margin-right:0px;}
.our-team ul  li img{width:100%; margin:0; border:0; display:block;}
.our-team  ul  li .data-box{padding:15px; height:65px;
background:#fff;
border-bottom:4px solid #ed2051;
}

.our-team ul  li .data-box h3{color:#000; font-size:14px;}
.our-team  ul li .data-box p{ color:#666; font-size:12px;}

.our-team  .arrow{width:65px; height:33px; position:absolute; top:-32px; left:46.5%; background: url("../_images/arrow-up-big.png") no-repeat 0 0; }


.dealer-map {
    background: url("../_images/contact-map.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 335px;
    position: relative;
    width: 550px;
    z-index: 3000;
}


.dealer-map .arrow-text {
    background: url("../_images/map-arrow.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    display: block;
    height: 50px;
	padding-bottom:50px;
    position: absolute;
    width: 150px;
    z-index: 3000;
	text-align:center;
	left:10px;
	top:10px;
	color:#999;
	line-height:18px;
	font-size:13px;
}

.dealer-map .point {
    background: url("../_images/point.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border-radius: 0;
    cursor: pointer;
    height: 10px;
    position: absolute;
    width: 10px;
}
.dealer-map .point:hover {
    background-image: url("../_images/point-hover.png");
}

.dealer-map .point.trnava {
  left:105px;
  bottom:105px;
}

.dealer-map .point.dunajska-streda {
  left:79px;
  bottom:44px;
}

.dealer-map .point.sala {
  left:135px;
  bottom:68px;
 }

.dealer-map .point.nove-zamky {
  left:170px;
  bottom:53px;
}

.dealer-map .point.levice {
  left:232px;
  bottom:107px;
}

.dealer-map .point.nitra {
  left:166px;
  bottom:101px;
}

.dealer-map .point.piestany {
  left:118px;
  bottom:143px;
}

.dealer-map .point.pezinok {
  left:62px;
  bottom:90px;
}

.dealer-map .point.komarno {
  left:160px;
  bottom:17px;
}

.dealer-map .point.galanta {
   left:121px;
   bottom:77px;
}

.dealer-map .point.senec {
  left:71px;
  bottom:71px;
}


.popup-box {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 6px 6px 5px 1px rgba(0, 0, 0, 0.2);
    color: #666;
    display: none;
    height: auto;
    position: absolute;
    width: 300px;
    z-index: 3010;
	bottom:10px;
	left:10px;
}

.dealer-map .point:hover .popup-box {
  display: block;
}
.popup-box .contact {
    background: none repeat scroll 0 0 #ffffff;
    clear:both;
	
}


.popup-box .contact .image {
    width:95px;
	height:95px;
	float:left;
	
}
.popup-box .contact  .text {

   height:92px;
  
   border-bottom:3px solid #ed2051;
	
}
.popup-box .contact  .text-inner {

  display:inline-block;
   padding:10px;
   
	
}
.popup-box .contact  .text-inner  h3{
   font-size:13px;
   color:#000;
   margin-bottom:5px;
	
}

#msg-bg {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: black;
}

.msg-content {
  -webkit-background-clip: padding-box;
  padding: 15px;
}

.result-true .msg-content {
  background: #60B044;
  color: #FFF;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-box-shadow: 5px 5px 30px 0 black;
  -moz-box-shadow: 5px 5px 30px 0 black;
  box-shadow: 5px 5px 30px 0 black;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
 }

.result-false .msg-content {
   background: #F90;
  color: #FFF;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-box-shadow: 5px 5px 30px 0 black;
  -moz-box-shadow: 5px 5px 30px 0 black;
  box-shadow: 5px 5px 30px 0 black;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.default .msg-content {
  background: white;
  color: #333333;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-box-shadow: 5px 5px 30px 0 black;
  -moz-box-shadow: 5px 5px 30px 0 black;
  box-shadow: 5px 5px 30px 0 black;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -khtml-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;

}


/* tmp GASTROFEST */
/*@media (min-width: 1200px) {
.container {
    width: 100%;
}
}
@media (min-width: 992px) {
.container {
    width: 100%;
}
}
@media (min-width: 768px) {
.container {
    width: 100%;
}
}
body > .container {
	padDing-left:0;
	padding-right: 0;
}*/