body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Titillium Web', sans-serif;		
	background-color: #fafafa;	
}

.topline {
	width:100%;
	height:100px;
	background-image:url(images/menu-back.png);
	background-repeat:repeat-x;
	position:fixed;
	z-index:100;
}

.topcontent {
	width:1100px;
	height:85px;
	margin-left:auto;
	margin-right:auto;
}

.logo {
	width:213px;
	height:85px;
	float:left;		
}

/* Menu */

#ujmenu {
	float:right;
/*	font-size:24px;
	font-family: 'BenchNine', sans-serif;	*/
	font-size:20px;
	font-weight:bold;
}

#ujmenu ul {
  z-index:100;
  display: inline;
  margin: 0;
/*  padding: 25px 4px 17px 0;*/
  padding: 0px 0px 0px 0px;  
  list-style: none;
}

#ujmenu ul li {
/*  border-right:1px solid #dddddd;*/
  color:white;
  display: inline-block;
  margin-right: -4px;
  position: relative;
/*  padding: 29px 30px;*/
  height:85px;
  line-height:85px;
  padding-left:25px;
  padding-right:25px;  
  text-align:center;
/*  width:100px;*/
  cursor: pointer;
}

#ujmenu ul li:hover {
  background-color:#3262ac;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  
}
#ujmenu ul li ul {
  background-image:url(images/submenu-back.png);
  background-repeat:repeat;	
  padding: 0 0 0 0;
  position: absolute;
  top: 85px;
  left: 0;
  width: 220px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
#ujmenu ul li ul li {
	font-size:18px;
/*	padding-top:6px;
	padding-bottom:6px;*/
	width:220px;
  display: block; 
  color: #fff;
  border-bottom:1px solid #FFFFFF;
/*  text-shadow: 0 -1px 0 #000;*/
	border-right:none;
	opacity: 0.9;
  padding: 0 0 0 0;	
}
#ujmenu ul li ul li:hover { 
	/*background: #666; */
	background-color:#3262ac;
	opacity: 1.0;
}
#ujmenu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}




#ujmenu a{
	color:white;
	text-decoration:none;
}


/* Slider extra */
.bjqs-slide h1 {
	font-size:46px;
}

/* Menü vége*/

.header {
	width:100%;
	height:800px;
	background-repeat:no-repeat;
	background-position:center center;
}

.dummy {
	width:100%;
	height:100px;
}

.header-top {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	height:270px;
}

.header-left {
	width:308px;
	height:270px;
	float:left;	
}

.header-right {
	margin-right:40px;
	width:752px;
	height:270px;	
	float:right;
}

/* Graph */
#container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.63);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.63);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.63);
	padding-right:10px;
/*	height:520px;*/
}

.graph {
	width:auto;
	height:558px;
	background-repeat:repeat-x;
    margin-bottom:0px;
}

.bjqs-markers {
	display:none !important;
}

.content {
	width:1100px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	min-height:600px;
}

.leftcontent {
	width:830px;
	padding-right:10px;
	color:#333333;
	font-size:18px;
/*	line-height:30px;*/
	height:auto;
	float:left;
	text-align:justify;
}

.leftcontent h1 {
	color:#3262ac;
}

.leftcontent h2 {
	color:#e56606;
	margin-top:30px;
	margin-bottom:10px;
	font-size:24px;
}

.leftcontent a{
	color:#3262ac;
	text-decoration:underline;
}

.leftcontent a:hover{
	color:#699dee;
	text-decoration:underline;
}

.leftimg{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}

.rightcontent {
	width:250px;
	height:auto;
	float:right;
	margin-top:15px;
}

.footer {
	width:100%;
	height:113px;
	background-color:#2f5ea2;
	text-align:center;
}

.footer-cent {
	width:1100px;
	height:113px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/succes-man.jpg);
	background-repeat:no-repeat;
	background-position:right;	
}

.footer-logo {
	float:left;
	width:218px;
}

.footer-text {
	float:left;
	text-align:left;
	line-height:21px;
	font-size:14px;
	color:#6891d1;
	margin-top:20px;
}

.terms {
	float:right;
	text-align:right;
	line-height:113px;	
	color:#6891d1;	
}

.terms a{
	text-decoration:underline;
	color:#6891d1;		
}

.terms a:hover{
	color:#699dee;
}

.gomb {
    background-color: #3262ac;
    border: 1px solid #eeeeee;
	padding:10px;
    font-size: 16px;
    transition: color 1s linear 0.5s;
	color:white !important;
	text-decoration:none !important;
	text-shadow:none;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.63);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.63);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.63);
	font-size:18px;
}

.gomb:hover {
    background-color: #719dda;
    border-color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;	
}

.kisgomb {
    background-color: #3262ac;
	padding:8px;
    font-size: 16px;
    transition: color 1s linear 0.5s;
	color:white !important;
	text-decoration:none !important;
	text-shadow:none;
	font-size:18px;
}

.kisgomb:hover {
    background-color: #719dda;
    border-color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;	
}

.loginp {
    width: 80%;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.45);	
	
    background-color:#f2f2f2;
    border: 1px solid #CCCCCC;
    border-radius: 10 !important;
    color: #555555;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
	margin-left:10px;
}

.loginp:hover {
    border-color: #ffffff;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.45);	
}

.logkuld {
    background-color:#4373bd;
    box-shadow: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    transition: color 1s linear 0s;
    width: 49%;
	border:none;
	float:left
}
.logkuld:hover {
    background-color: #7097d8;
    border:none;
}

.regkuld {
	text-decoration:none;
    background-color:#4373bd;
    box-shadow: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
	line-height:40px;
    transition: color 1s linear 0s;
    width: 49%;
	border:none;
	float:right;
	text-align:center;
}
.regkuld:hover {
    background-color: #7097d8;
    border:none;
}

.fbrow {
/*	width:100%;*/
	width:250px;
	height:auto;
}

.fbimg {
	width:50px;
	height:auto;
	text-align:center;
	float:left;	
}

.fbsep {
	width:100%;
	clear:both;
	height:10px;
	border-bottom:1px solid #efefef;
	margin-bottom:10px;
}

.fbimg img {
	border:1px solid rgba(0, 0, 0, 0.1);
}

.fbtext {
	float:left;
	width:200px;	
}

.fbname {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#365899;
	padding-bottom:5px;	
}

.fbcomment {
	color:#90949c;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.38;
	font-family:Arial, Helvetica, sans-serif;
	width:200px;
}

.features {
	text-align:left;	
}

.features li {
	text-align:left;		
}

.count
{
  color:black;
  margin-left:30px;
  font-size:25px;
}

.hlight {
	text-align:center;
	font-size:30px;
	text-shadow: 0 0 8px rgba(0, 0, 0, 1);
	margin-top:15px;			
}

.yellowb {
/*	color:#3262ac;*/
	color:#e56606;
	font-weight:bold;
}

.btable {
	display:table;
	width:100%;	
}

.brow {
	display:table-row;	
/*    -webkit-transition: all 0.5s ease; 
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; /* Opera 
    transition: all 0.5s ease;		*/
}

.brow:hover {
/*    -webkit-transform:scale(1.33);
    -moz-transform:scale(1.33);
    -ms-transform:scale(1.33); 
    -o-transform:scale(1.33); 
     transform:scale(1.33);	
-webkit-box-shadow: 0px 0px 14px 0px rgba(153,153,153,1);
-moz-box-shadow: 0px 0px 14px 0px rgba(153,153,153,1);
box-shadow: 0px 0px 14px 0px rgba(153,153,153,1);	*/
}

.bcell {
	display:table-cell;
/*	border:1px solid #CCCCCC;
	border-collapse:inherit;*/
	font-size:14px;
	padding:3px;
	height:30px;
	overflow:hidden;
}

.browhead {
	background-color:#3262ac;
	color:white;
	font-weight:bold;
}

.fb-login {
	width:250px;
	height:auto;
}

.reginp {
    background-color: transparent;
    border: 1px solid #CCCCCC;
    border-radius: 0 !important;
    box-shadow: none;
    color: #666666;
    font-size: 18px;
    height: 45px;
    line-height: 20px;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    width: 60%;
}

.reginp:hover {
    border-color: #3262ac;
    color: #3333333;
}

.sidebox {
	background-image:url(images/righsep.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-bottom:20px;
	margin-top:10px;
}

.errmsg {
	background-color:#fb402c;
	color:white;
/*	font-weight:bold;*/
	margin-left:auto;
	margin-right:auto;
	width:500px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 6px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 6px 0px rgba(50, 50, 50, 0.75);
	border:1px solid red;
	border-radius:8px;
	padding:20px;
}

.message {
	width:500px;
	margin-left:auto !important;
	margin-right:auto !important;
	font-size:22px;
	text-align:center;
	color:white !important;	
	padding:10px;
	border-radius:5px;
	background-color:#48b648;		
}


.pager {
	text-align:center;
	margin-top:35px;
	margin-bottom:35px;
	font-size:14px;
}

.pager a{
	text-decoration:none;
	padding-left:8px;
	padding-right:8px;
	padding-top:3px;
	padding-bottom:3px;
	margin-left:2px;
	margin-right:2px;
	background-color:#e8e8e8;
	border:1px solid #888888;
	color:#555555;
}

.pager a:hover{
	background-color:#f1f1f1;	
}

/* Contact */

.contact {
	font-size:18px;
	text-align:center;
}

.contsz {
	font-size:36px;
/*	font-weight:bold;	*/
	padding-bottom:0px;
	margin-bottom:0px;
}

.formbal {
	width:34%;
	height:auto;
	float:left;
/*	border:1px solid red;*/
}

.formjobb {
	width:64%;
	height:auto;
	float:right;
/*	border:1px solid blue;*/
}

.inp {
	width:90%;
	height:45px;
	font-size:18px;
	margin-bottom:15px;
	background-color: transparent;
	border:1px solid #999;
	border-radius: 0 !important;
	box-shadow: none;
	border-color:#999;
	line-height:20px;
	padding-left:20px;
	padding-right:20px;
	color:#666666;	
}

.inp:hover {
	border-color:#7097d8;
}

.kuld {
	width:150px;
	height:45px;
	font-size:18px;
	background-color: #4373bd;
	border:1px solid #666;
	border-radius: 0 !important;
	box-shadow: none;
	border-color:#666;
	line-height:20px;
	padding-left:20px;
	padding-right:20px;
	color:#FFFFFF;
	cursor:pointer;
	-o-transition: color 1s linear;
	-moz-transition: color 1s linear;
	-khtml-transition: color 1s linear;
	-webkit-transition: color 1s linear;
	-ms-transition: color 1s linear;
	transition: color 1s linear;	
}

.kuld:hover {
    background-color: #7097d8;
	color:#FFFFFF;
	-o-transition: color 1s linear;
	-moz-transition: color 1s linear;
	-khtml-transition: color 1s linear;
	-webkit-transition: color 1s linear;
	-ms-transition: color 1s linear;
	transition: color 1s linear;	
}

.tarea {
	resize:vertical;
	width:90%;
	height:135px;
	font-size:18px;
	background-color: transparent;
	border:1px solid #999;
	border-radius: 0 !important;
	box-shadow: none;
	border-color:#999;
	line-height:20px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:0px;
	color:#666666;	
}

.tarea:hover {
	border-color:#7097d8;
}

/* Contact end */

.team {
	width:100%;
	height:auto;
	text-align:center;
}

.member {
	display:inline-block;
	text-align:center;
	width:190px;
	height:250px;
}

/* Ext p up */
#exgirl {
	width:660px;
	padding-top:170px;
	height:327px;
	background-image:url(images/ex-tra.png);
	background-repeat:no-repeat;
	background-position:top center;
	color:#555555;
	font-size:22px;
}

#exgirl a {
	color:#4373bd;
	text-decoration:none;
}

#exgirl a:hover {
	text-decoration:underline;
}

.exghead {
	color:#b51927;
	font-size:36px;
	text-align:center;
	font-weight:bold;
	letter-spacing:10px;
	margin-top:20px;
}

.preload { background: url(images/ex-tra.png) no-repeat -9999px -9999px; width:0px; height:0px; overflow:hidden; }

.mobslider {
	display:none;
}

.hamburger{
	display:none;
}

.nodesktop {
	display:none;
}

.affiliate {
	width:100%;
	height:auto;
	background-color:#81a4da;
	color:#ffffff;
	overflow:hidden;
	line-height:24px;
	border-radius:10px;
}

.affleft {
/*	float:left;*/
	margin-top:30px;
	width:320px;
	height:320px;
    vertical-align: bottom;
    display: table-cell;	
}

.affleft img {
    vertical-align: bottom;	
}

.affright {
/*	float:right;*/
	display:table-cell;
	width:500px;
	padding-right:5px;
	padding-bottom:5px;
}

.example {
	width:550px;
	height:auto;
	background-color:#FF9;
	border:1px solid #FC6;
	padding:10px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;	
}

/** Social Button CSS **/

.share-btn {
    display: inline-block;
    color: #ffffff !important;
    border: none;
    padding: 0.5em;
    width: 4em;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
    outline: none;
    text-align: center;
	margin-bottom:10px;
}

.share-btn:hover {
  color: #eeeeee  !important;
}

.share-btn:active {
  position: relative;
  top: 2px;
  box-shadow: none;
  color: #e2e2e2;
  outline: none;
}

.share-btn.twitter     { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook    { background: #3B5998; }
.share-btn.stumbleupon { background: #EB4823; }
.share-btn.reddit      { background: #ff5700; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email       { background: #444444; }

.visitors {
	font-size:20px;
	font-weight:bold;
}

.red {
	color:#de252b !important;
	font-weight:bold;
}

.kozep {
	margin-left:auto;
	margin-right:auto;
}

.news {
    -webkit-box-shadow:inset 0px 0px 0px 1px #cccccc;
    -moz-box-shadow:inset 0px 0px 0px 1px #cccccc;
    box-shadow:inset 0px 0px 0px 1px #cccccc;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	background-color:#ffffff;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);	
}

.news:hover {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.3);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.3);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.3);
    transition: all 200ms ease-in;
    transform: scale(1.3);
}

.news img {
	width:100%;
	height:auto;
}

.news p {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
}

.newssidebox {
	background-image:url(images/righsep.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-bottom:20px;
	margin-top:10px;
}

.newssidebox a{
	text-decoration:none;
	color:#4373bd;
}


/* Arb calculator */
	
	.int-text-calc {
		width:40px;
		border-radius:4px;
		border:1px solid #CCCCCC;
		text-align:center;	
	}
	
	.arbform {
		display:table;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		margin-left:auto;
		margin-right:auto;
		text-align:center;				
	}		
	
	.arbhead {
		display:table-row;
		background-color:#efefef;		
	}
	
	.arbrow {
		display:table-row;
		background-color:#FFFFFF;		
	}
	
	.arbcell {
		display:table-cell;
		padding:4px;
		text-align:center;		
	}

	.surebet-calc-info-red {
		color:red;
	}

	.surebet-calc-info {
		color:green;
	}

	.income {
		font-weight:bold;
		font-size:20px;
		text-align:center;
	}
	
	.icalc, .icalc-result {
		border:none;
		width:60px;
		text-align:center;		
	}
	
	.outi {
		width:30px;
		font-size:16;
		border-radius:4px;
		border:1px solid #CCCCCC;				
	}
	
	.center {
		text-align:center !important;
	}