html,body
{
	font-size:16px;
	/*height:100%;*/
	font-family: 'Oswald', sans-serif;
}

/* Using border-box makes it easier to work with grids: 
   See http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


a
{
	text-decoration: none;
	color:#000;
}

h2
{
	font-family: 'Lobster', cursive;
}

h3
{
	font-family: 'Lobster', cursive;
	font-size:40px;
}

.logofont
{
	font-family: 'Lobster', cursive;
}

.paddbottom
{
	padding-bottom:10px;
}

#forcerotate
{
	width:100%;
	height:100%;
	position: fixed;
	background-color: rgba(0,0,0,0.9);
	color:#fff;
	z-index:9999;
	display:none;
}

.shouldrotate #forcerotate
{
	display:block;
}

@media (max-width: 567px) {

	/*#forcerotate
	{
		display:block;
	}*/
}

#forcerotate i
{
	position:absolute;
	left:50%;
	top:50%;
	font-size: 150px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#wrapper
{
	/*height:100%;*/
	width:100%;
	/*min-width:690px;
	min-width:468px;*/
	margin:0 auto;
	overflow:hidden;
}

#war
{
	position:relative;
	height:100%;
	width:100%;
	/*min-width:690px;
	min-width:468px;*/
	/*max-width:1200px;*/
	margin:0 auto;
	margin-top:69px;
	overflow:hidden;
}

.sk-spinner-pulse {
  width: 120px;
  height: 120px;
  margin: 120px auto;
  background-color: #000;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }



#loadingball
{
	position:absolute;
	left:50%;
	top:45%;
	text-align:center;
	/*background-color:#eee;*/
	color:#000;
	padding:20px;
	z-index:1500;
	font-family: 'Lobster', cursive;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	border-radius: 50%;
	font-size:75px;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity:0;
}

.loadingwars #loadingball, .loadingjson #loadingball, .loadingpics #loadingball
{
	opacity:1;
}

#declaring
{
	position:absolute;
	left:50%;
	top:45%;
	text-align:center;
	background-color:#000;
	
	color:#fff;
	
	padding:20px;
	z-index:1500;
	font-family: 'Lobster', cursive;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	font-size:26px;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity:0;
}

.loadingwars #declaring
{
	opacity:1;
}



#vs
{
	position:absolute;
	left:50%;
	top:45%;
	text-align:center;
	background-color:#000;
	
	color:#fff;
	
	padding:20px;
	z-index:1500;
	font-family: 'Lobster', cursive;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	font-size:26px;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity:0;
}

.tinyscreen #vs 
{
	padding:15px;
	font-size:16px;
}

.loadingpics #vs, .loadingpics #vs, .showingpics #vs
{
	opacity:1;
}

#clicktovote
{
	position:absolute;
	left:50%;
	top:55%;
	text-align:center;
		
	color:#000;
	
	padding:20px;
	z-index:1500;
	font-family: 'Lobster', cursive;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size:18px;
	-webkit-transition: opacity 0.5s ease 0s;
	transition: opacity 0.5s ease 0s;
	opacity:0;
	/*display:none;*/
}

.tinyscreen #clicktovote
{
	top:59%;
	font-size:12px;
}

#clicktovote i
{
	position:relative;
	left:0px;
	top:1px;
}

.showingpics #clicktovote
{
	
	/*display:block;*/
	-webkit-transition: opacity 0.5s ease 5s;
	transition: opacity 0.5s ease 5s;
	opacity:1;
}

#aname, #bname
{
	position:absolute;
	width:45%;
	top:45%;
	text-align:center;
	color:#000;
	padding:20px;
	z-index:1500;
	font-family: 'Lobster', cursive;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	font-size:26px;

	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity:0;
}

.tinyscreen #aname, .tinyscreen #bname
{
	font-size:16px;
}

.loadingpics #aname, .loadingpics #bname
{
	opacity:1;
}

#aname
{
	left:0px;
	text-align: right;
}

#bname
{
	left:55%;
	text-align: left;
}


#topbar
{
	background-color: #eee;
	position:fixed;
	padding:20px;
	width:100%;
	/*min-width:690px;
	min-width:468px;*/
	z-index:2000;
	font-size:26px;
}

.smallscreen #topbar
{
	font-size:16px;
	padding:15px;
}

.barleft, .barmid, .barright
{
	display:inline-block;
	vertical-align: top;
	
}

.barleft
{
	text-align: left;
	width:40%;
}

.barright
{
	text-align: right;
	width:40%;
}

.barmid
{
	text-align: center;
	width:20%;
}

.smallscreen .barleft
{
	
	width:35%;
}

.smallscreen .barright
{
	
	width:35%;
}

.smallscreen .barmid
{
	
	width:30%;
}

#logo
{
	font-family: 'Lobster', cursive;
	position:relative;
}

span.war
{
	display:inline-block;
	/*vertical-align: top;*/
	position:relative;
	top:0px;
	left:-0.2em;
}

#share i
{
	color:#999;
}

#share a i
{
	color:#000;
	margin-left:5px;
}

#share a.facebook:hover i
{
	color:#3b5998;
}

#share a.twitter:hover i
{
	color:#00aced;
}

#share a.google:hover i
{
	color:#dd4b39;
}

#sharecard.countryshare
{
	margin: 0 auto;
    text-align: center;
    width: 300px;
}

#toggle
{
	cursor: pointer;
}

#dropmenu
{
	position:absolute;
	width:100%;
	/*top:-1000px;*/
	top:0px;
	left:0px;
	padding:20px;
	padding-top:69px;
	
	padding-bottom:30px;
	padding-left:10px;
	background-color:#ddd;
	z-index:1999;

	/*-webkit-transform: translate(0%, -100%);
	-ms-transform: translate(0%, -100%);
	transform: translate(0%, -100%);

	-webkit-transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;*/

	/*-webkit-transform: translate3d(0, 0, 0);*/

	top:-10000px;

	-webkit-transition: top 0.5s ease;
	transition: top 0.5s ease;

}

#dropmenu.open
{
	/*-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%);*/
	top:0px;
}

#dropmenu ul
{
	display:inline-block;
	vertical-align: top;
	width:33%;
	padding-top:20px;
}

#dropmenu ul li
{
	margin:0px 0px 0px 0px;
	font-size:20px;
}

#dropmenu ul li a
{
	width:100%;
	background-color:#ddd;
	display:block;
	padding:10px;
}

#dropmenu ul li a i
{
	font-size: 26px;
	opacity:0;
	position:relative;
	left:0px;
	top:0px;

	-webkit-transition: opacity 0.5s ease, left 0.5s ease;
	transition: opacity 0.5s ease, left 0.5s ease;
}

#dropmenu ul li a:hover
{
	background-color:#ccc;
}

#dropmenu ul li a:hover i
{
	opacity:1;
	left:10px;
}


#dropmenu #siteinfo
{
	vertical-align: top;
	display:block;
	margin-top:20px;
	padding-left:10px;
	width:33%;
	text-align: left;
	font-size: 20px;
}

#dropmenu #siteinfo p
{
	margin-bottom:10px;
}

.virtuadescrlink
{
	color:#888;
}

.virtuadescrlink:hover
{
	color:#fff;
}


@media (max-width: 1024px) {

	#dropmenu #siteinfo, #dropmenu ul
	{
		width:100%;
	}

}




.ab
{
	position:relative;
	display:inline-block;
	vertical-align: top;
	width:50%;
	height:100%;
	text-align: center;

	transition: opacity 0.5s ease;
	opacity:0;
}

.showingpics .ab, .showingcard .ab, .babes .ab
{
	opacity:1;
}

.ab.blankedout
{
	opacity:0;
}

.babes #b
{
	left:50%;
	top:0px;
	position:absolute;
}


.voteab
{
	position:absolute;
	vertical-align: top;
	top:0px;
	left:0px;
	width:50%;
	height:100%;
	text-align: center;
	/*background-color:rgba(200,0,0,0.2);*/

	transition: opacity 0.5s ease;
	opacity:1;
	z-index:1800;
	cursor: pointer;
}

.voteab.unclickable
{
	cursor: auto;
}

#votea
{

}

#voteb
{
	left:50%;
	/*background-color:rgba(200,200,0,0.2);*/
}

.thumb
{
	position:absolute;
	left:50%;
	top:45%;
	text-align:center;
	background-color:#fff;
	color:#000;
	padding:50px;

	width:100px;
	height:100px;
	line-height:100px;
	z-index:1805;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	font-size:56px;
	opacity:0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	cursor: pointer;
}

.thumb i
{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.showingpics .voteab:hover .thumb
{
	opacity:1;
}

.touch .showingpics .voteab:hover .thumb
{
	opacity:0;
}

.voteab.unclickable .thumb
{
	cursor: auto;
}


#wina, #winb
{
	position:absolute;
	left:50%;
	left:0%;
	width:100%;
	top:45%;
	text-align:center;
	
	color:#000;
	font-size:30px;
	/*text-transform: uppercase;*/
	font-weight: 700;
	
	z-index:1805;
	/*-webkit-transform: translate(-50%, 350%);
	-ms-transform: translate(-50%, -350%);
	transform: translate(-50%, 350%);*/

	-webkit-transform: translate(0%, 350%);
	-ms-transform: translate(0%, -350%);
	transform: translate(0%, 350%);

	-webkit-transform: translate(0%, 350%);
	-ms-transform: translate(0%, -350%);
	transform: translate(0%, 350%);
	
	-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
	transition: opacity 0.5s ease, transform 0.5s ease;
	opacity:0;
}

.tinyscreen #wina, #winb
{
	font-size:20px;
}

.showingcard #wina, .showingcard #winb
{
	opacity:1;
	/*-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/

	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}


.winbig
{
	margin-top:5px;
	font-size:70px;
}

.tinyscreen .winbig
{
	font-size:50px;
}


.cardab
{
	position:absolute;
	vertical-align: top;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align: center;
	background-color:rgba(255,255,255,0.5);
	background-color:#fff;

	-webkit-transition: -webkit-transform 0.5s ease 2.5s;
	transition: transform 0.5s ease 2.5s;
	opacity:0;
	z-index:1810;
	/*cursor: pointer;*/
	overflow: hidden;

	-webkit-transform: translate(0%, -100%);
	-ms-transform: translate(0%, -100%);
	transform: translate(0%, -100%);
}

.cardab.showing
{
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	opacity:1;
}

#cardb
{

}

#carda
{
	
	
}

.cardab .cardcontent
{
	position:absolute;
	left:0%;
	top:45%;
	width:100%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.smallscreen .cardab .cardcontent
{
	position:relative;
	left:0%;
	top:0%;
	margin-top:20px;
	width:100%;
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}

.tinyscreen .cardab .cardcontent
{
	margin-top:10px;
}

.cardab .girlname
{
	margin-top:0px;
	text-align: right;
	font-size:30px;
	margin-right:10px;

}

.tinyscreen .cardab .girlname
{
	font-size:14px;
	margin-right:5px;

}

.cardab .cardname
{
	margin-top:2px;
	text-align: right;
	margin-right:10px;
}

.tinyscreen .cardab .cardname
{
	font-size:12px;
	margin-right:5px;

}

.cardab .statbox
{
	position:relative;
	background-color:#eee;
	padding:20px;
	margin-top:20px;
	width:100%;
	text-align: left;
}

.smallscreen .cardab .statbox
{
	padding:10px;
}

.tinyscreen .cardab .statbox
{
	margin-top:5px;
	padding:3px;
}

.cardab .statbox .stat
{
	display: inline-block;
	vertical-align: top;
	width:28%;
	padding-right:5px;
	text-align: center;
	font-size:36px;
	font-weight: 700;
}

.smallscreen .cardab .statbox .stat
{
	font-size:20px;
}

.tinyscreen .cardab .statbox .stat
{
	font-size:12px;
}

.cardab .statbox .stat .stathead
{
	text-transform: uppercase;
	font-weight: 400;
	font-size:20px;
	margin-bottom: 5px;
}

.smallscreen .cardab .statbox .stat .stathead
{
	font-size:14px;
}

.tinyscreen .cardab .statbox .stat .stathead
{
	font-size:10px;
}

.cardab .statbox .ord
{
	text-transform: lowercase;
	font-size:16px;
}

.smallscreen .cardab .statbox .ord
{
	font-size:12px;
}

.tinyscreen .cardab .statbox .ord
{
	font-size:9px;
}

.cardab .statbox .updown
{
	position:absolute;
	right:10px;
	top:50%;
	-webkit-transform: translate(0%, -52%);
	-ms-transform: translate(0%, -52%);
	transform: translate(0%, -52%);
	font-size:70px;
	color:#157200;
	color:#777;
}

.smallscreen .cardab .statbox .updown
{
	font-size:50px;
}

.tinyscreen .cardab .statbox .updown
{
	font-size:20px;
}

.cardab #overview
{
	position:relative;
	width:100%;
	/*height:170px;*/
	height:auto;

	text-align: left;
	margin-top:0px;

	background-image: url('/img/common/desktop.jpg');
	background-repeat: no-repeat;
	
	overflow:hidden;
	cursor: pointer;
}

.smallscreen .cardab #overview
{
	width:100%;
}

.tinyscreen .cardab #overview, .smallscreen .cardab #overview
{
	margin-top:0px;
	height:0px;
	padding-bottom: 56.0%;
	width: 100%;
	/*display:none;*/
}

.tinyscreen .cardab #overview video
{
	width: 100%;
}

.cardab #overview video
{
	width: 100%;
}



.cardab .olink
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1820;
	/*background-color:rgba(200,0,0,0.5);*/
}

.cardab .fore
{
	position:absolute;
	width:374px;
	width:220px;
	height:auto;
	top:-100px;
	top:2px;
	left:0px;
}

.cardab #dloadbox
{
	position:relative;
	
}

.cardab #dloadbutton
{
	position:absolute;
	right:0px;
	top:0px;
	width:calc(100% - 345px);
	width:120px;
	min-width:120px;
	height:170px;
	/*height:194px;*/
	background-color:#cd130b;
	color:#fff;
	text-transform: uppercase;
	padding:10px;
	font-size:18px;
	text-align: center;
	overflow:hidden;
	z-index: 1850;
}

.smallscreen .cardab #dloadbutton
{
	/*width:120px;*/
}

.tinyscreen .cardab #dloadbutton
{
	/*position: static;*/
	width:30%;
	min-width: 50px;
	background-color:transparent;
	height:auto;
	font-size:10px;
	padding:8px;
	margin-top:0px;



	display: block;
}


		

.cardab #dloadbutton .bigfree
{
	font-size:48px;
}

.cardab #dloadbutton .dloadicon
{
	font-size:60px;
	color:#000;
	text-align: center;
	position:absolute;
	bottom:5px;
	left:0px;
	width:100%;
}

.tinyscreen .cardab #dloadbutton .bigfree
{
	font-size:25px;
}

.tinyscreen .cardab #dloadbutton .dloadicon
{
	/*font-size:40px;
	bottom:5px;
	left:0px;
	width:100%;*/
	display:none;

}



.hidden
{
	display:none;

}



@media (max-width: 824px) {

    /*.cardab #dloadbutton
	{
		display:none;

	}

	.cardab #overview
	{
		
		width:100%;
	}*/

}




.cardab .flag
{
	position:absolute;
	left:0px;
	top:20px;
	top:0px;
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	width:50px;
	height:50px;
	/*z-index:1000;*/
}

.tinyscreen .cardab .flag
{
	
	width:20px;
	height:20px;
	/*z-index:1000;*/
}



.slide
{
	width:100%;
	height:100%;
	text-align: center;
}

.ab img
{
	height:100%;
	width:auto;
	/*margin: 0 auto;*/
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);

	position: absolute;
  	left: 50%;
  	top: 0%;
}

.ab .logo
{
	/*position:absolute;
	left:0px;
	top:0px;*/
	
}


button, .button, input[type=submit] {
	cursor: pointer;
	font-family: 'Oswald', sans-serif;
	font-family: 'Lobster', cursive;
	margin-top:10px;
	margin-left:-4px;
	border: 0;
	width:calc(100% - 5px);
	background: #157200;
	color: white;
	padding: 10px 5px;
	font-weight: normal;
	font-size: 40px;
	text-decoration: none;
	display: inline-block;
	/* needed for anchors */
	position: relative;
	box-shadow: 1px 0px #0a6900, 0px 1px #015900, 2px 1px #0a6900, 1px 2px #015900, 3px 2px #0a6900, 2px 3px #015900, 4px 3px #0a6900, 3px 4px #015900, 5px 4px #0a6900, 4px 5px #015900, 6px 5px #0a6900, 5px 6px #015900;
}

button:hover, button:focus, button.hover, button.focus, .button:hover, .button:focus, .button.hover, .button.focus, input[type=submit]:hover, input[type=submit]:focus, input[type=submit].hover, input[type=submit].focus {
  -webkit-transform: translate(2px, 2px);
  -ms-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
  box-shadow: 1px 0px #0a6900, 0px 1px #015900, 2px 1px #0a6900, 1px 2px #015900, 3px 2px #0a6900, 2px 3px #015900, 4px 3px #0a6900, 3px 4px #015900;
}

button:active, button.active, .button:active, .button.active, input[type=submit]:active, input[type=submit].active {
  -webkit-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  transform: translate(4px, 4px);
  box-shadow: 1px 0px #0a6900, 0px 1px #015900, 2px 1px #0a6900, 1px 2px #015900;
}

.smallscreen button, .smallscreen .button, .smallscreen input[type=submit]
{
	font-size: 24px;
}

.tinyscreen button, .tinyscreen .button, .tinyscreen input[type=submit]
{
	font-size: 14px;
	margin-top:5px;
	padding: 5px 5px;
}


#babeshare
{
	font-size:30px;
	margin-top:15px;
	color:#999;
}

#babeshare .sharehead
{
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	text-transform: uppercase;
	color:#555;
	margin-top: 10px;
}

.smallscreen #babeshare .sharehead
{
	font-size:10px;
	margin-top: 3px;
}

.tinyscreen #babeshare .sharehead
{
	font-size:7px;
	margin-top: 3px;
}

.tinyscreen #babeshare
{
	font-size:20px;
	margin-top:10px;
}

#babeshare a 
{
	margin: 0px 10px;
	opacity:0.9;
}

#babeshare a:hover
{
	opacity:1;
}

#babeshare .twitter
{
	color:#00aced;
}

#babeshare .facebook
{
	color:#3b5998;
}

#babeshare .google
{
	color:#dd4b39;
}



.babesection
{
	padding-top:30px;
}

.babesection.nopadd
{
	padding-top:0px;
}

.baberow
{
	width:100%;
	height:400px;

	position: relative;

	margin-top:20px;
}

.baberow.left-9
{
	left:5%;
}

.baberow.left-8
{
	left:10%;
}

.baberow.left-7
{
	left:15%;
}

.baberow.left-6
{
	left:20%;
}

.baberow.left-5
{
	left:25%;
}

.baberow.left-4
{
	left:30%;
}

.baberow.left-3
{
	left:35%;
}

.baberow.left-2
{
	left:40%;
}

.baberow.left-1
{
	left:45%;
}

.baberow .babelink
{
	position: absolute;
	top:0px;
	left:0%;
	height:100%;
	width:10%;
}

.baberow .babelink .babeinfo
{
	position: absolute;
	top:50%;
	left:50%;
	width:100%;
	padding:5px;
	padding-bottom:5px;
	background-color: rgba(255,255,255,1);
	color:#000;
	font-family: 'Lobster', cursive;
	text-align: center;
	z-index:100;
	font-size: 16px;
	opacity:0;


	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;


}

.baberow .babelink:hover .babeinfo
{
	opacity:1;
}

.baberow .babelink .flag
{
	height:20px;
	width:20px;
	margin:0 auto;
	position: absolute;
	top:5px;
	right:5px;
	z-index:100;

	opacity:0;

	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.baberow .babelink.countrylink .flag
{
	opacity:1;
	height:30px;
	width:30px;
}

.tinyscreen .baberow .babelink.countrylink .flag
{
	height:15px;
	width:15px;
	top:0px;
	right:0px;
}

.baberow .babelink:hover .flag
{
	opacity:1;
}

.babeinfo .babeset
{
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	margin-top:4px;
}

.baberow .babelink i
{
	font-size:30px;
	margin-top:5px;
}

.baberow .babeimage
{
	height:100%;
	width:auto;
	position: absolute;
	top:0px;
	left:50%;
	z-index:99;
	opacity:1;
	/*webkit-transition: opacity 1.0s ease,  -webkit-transform 1.0s ease;
	transition: opacity 1.0s ease, transform 1.0s ease;*/

	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);

}

.baberow .babeimage.loaded
{
	opacity:1;
	/*-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);*/
}

.baberow .p2
{
	left:10%;
}

.baberow .p3
{
	left:20%;
}

.baberow .p4
{
	left:30%;
}

.baberow .p5
{
	left:40%;
}

.baberow .p6
{
	left:50%;
}

.baberow .p7
{
	left:60%;
}

.baberow .p8
{
	left:70%;
}

.baberow .p9
{
	left:80%;
}

.baberow .p10
{
	left:90%;
}

#istripper
{
	max-width:960px; /* */
	margin:60px auto; /* */
}

#vidholder
{
	width:100%;
	margin:0 auto;
	position: relative;
    padding-bottom: 48.9%;
    height: 0;
    overflow: hidden;

}

#vidholder video 
{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

#vidholder #istripperlink
{
	position: absolute;
    top:0;
    left: 0;
	display: block;
	width: 100%;
    height: 100%;
    z-index: 9999;
    line-height: 0;
}


.dloadistripperbutton
{
	display: block;
	width:100%;
	max-width:300px;
	margin:20px auto;
	padding:20px 10px;
	background-color: #992222;
	color:#fff;
	font-size:20px;
	text-align: center;
}

.dloadistripperbutton:hover
{
	background-color: #ff2222;
}

.dloadistripperbutton i
{
	font-size:30px;
}

#adbar
{
	margin:20px auto;
	width:100%;
	max-width:900px;
	clear:both;
}


#adbar a
{
	display:block;
	float:left;
	width:33%;
}

#adbar a img
{
	width:100%;
	max-width:300px;
	margin:0 auto;
	height:auto;
}


@media (max-width: 1024px) {


	#vidholder #istripperlink
	{
		display:none;
	}

    .baberow
	{
		width:100%;
		height:400px;
		left:0%;
	}

	.baberow .babelink
	{
		position: absolute;
		top:0px;
		left:0%;
		height:50%;
		width:20%;
	}

	.baberow .p2
	{
		left:20%;
	}

	.baberow .p3
	{
		left:40%;
	}

	.baberow .p4
	{
		left:60%;
	}

	.baberow .p5
	{
		left:80%;
	}

	.baberow .p6
	{
		left:0%;
		top:200px;
	}

	.baberow .p7
	{
		left:20%;
		top:200px;
	}

	.baberow .p8
	{
		left:40%;
		top:200px;
	}

	.baberow .p9
	{
		left:60%;
		top:200px;
	}

	.baberow .p10
	{
		left:80%;
		top:200px;
	}

	/* 1 */

	.baberow.left-1
	{
		left:0%;
		height:200px;
	}

	.baberow.left-1 .babelink
	{
		height:100%;
	}

	.baberow.left-1 .p1
	{
		left:40%;
	}

	/* 2 */

	.baberow.left-2
	{
		left:0%;
		height:200px;
	}

	.baberow.left-2 .babelink
	{
		height:100%;
	}

	.baberow.left-2 .p1
	{
		left:30%;
	}

	.baberow.left-2 .p2
	{
		left:50%;
	}

	/* 3 */

	.baberow.left-3
	{
		left:0%;
		height:200px;
	}

	.baberow.left-3 .babelink
	{
		height:100%;
	}

	.baberow.left-3 .p1
	{
		left:20%;
	}

	.baberow.left-3 .p2
	{
		left:40%;
	}

	.baberow.left-3 .p3
	{
		left:60%;
	}

	/* 4 */

	.baberow.left-4
	{
		left:0%;
		height:200px;
	}

	.baberow.left-4 .babelink
	{
		height:100%;
	}

	.baberow.left-4 .p1
	{
		left:10%;
	}

	.baberow.left-4 .p2
	{
		left:30%;
	}

	.baberow.left-4 .p3
	{
		left:50%;
	}

	.baberow.left-4 .p4
	{
		left:70%;
	}

	/* 5 */

	.baberow.left-5
	{
		left:0%;
		height:200px;
	}

	.baberow.left-5 .babelink
	{
		height:100%;
	}

	/* 6 */

	.baberow.left-6
	{
		left:0%;
		height:400px;
	}
	
	.baberow.left-6 .p6
	{
		left:40%;
	}

	/* 7 */

	.baberow.left-7
	{
		left:0%;
		height:400px;
	}
	
	.baberow.left-7 .p6
	{
		left:30%;
	}

	.baberow.left-7 .p7
	{
		left:50%;
	}

	/* 8 */

	.baberow.left-8
	{
		left:0%;
		height:400px;
	}
	
	.baberow.left-8 .p6
	{
		left:20%;
	}

	.baberow.left-8 .p7
	{
		left:40%;
	}

	.baberow.left-8 .p8
	{
		left:60%;
	}

	/* 9 */

	.baberow.left-9
	{
		left:0%;
		height:400px;
	}
	
	.baberow.left-9 .p6
	{
		left:10%;
	}

	.baberow.left-9 .p7
	{
		left:30%;
	}

	.baberow.left-9 .p8
	{
		left:50%;
	}

	.baberow.left-9 .p9
	{
		left:70%;
	}

}











.sectiontitle
{
	width:100%;
	text-align: center;
	padding:5px;
	font-size: 40px;

}

.tinyscreen .sectiontitle
{
	font-size: 24px;
}

.seeall
{
	position: relative;
	display:block;
	width:5%;
	min-width:110px;
	text-align: center;
	padding:5px;
	font-size: 14px;
	background-color: #555;
    color: #fff;
    margin: 8px auto;
}

.seeall i
{
	font-size: 20px;
	position: relative;
	top:0px;
	left:0px;
}


.seeall:hover
{
	background-color: #222;
}

.seeall:hover i
{
	left:5px;
}

.viewrange
{
	width:100%;
	text-align: center;
	font-size: 14px;
	color: #000;
    margin: 8px auto;
}



.nextprev
{
	position: relative;
	display:inline-block;
	width:20%;
	min-width:200px;
	text-align: center;
	padding:10px;
	font-size: 20px;
	background-color: #555;
    color: #fff;
    margin: 8px 10px;
}

.nextprev i
{
	font-size: 26px;
	position: relative;
	top:0px;
	left:0px;
}


.nav
{
	margin: 40px 0;
	text-align: center;
}

.nextprev:hover
{
	background-color: #222;
}

.next:hover i
{
	left:5px;
}

.prev:hover i
{
	left:-5px;
}


#footer
{
	width:100%;
	background-color:#222;
	color:#777;
	padding:20px;
	padding-bottom:30px;
	text-align: center;
	line-height: 1.5;
	font-size:12px;
	margin-top:30px;
}

#footer a
{
	color:#aaa;
}

#footerlogo
{
	font-size:26px;
	margin-bottom:10px;
}

#footerlogo a
{
	color:#fff;
	margin-left: 0.2rem;
}


#errordisplay
{
	background-color:#992222;
	padding:10px;
	width:100%;
	text-align: center;
	color:#fff;
	line-height:20px;
	font-size:20px;
	margin-top:20px;
	margin-bottom:0px;

	display:none;
}

.tinyscreen #errordisplay
{
	margin-top:5px;
	line-height:14px;
	font-size:12px;
}

#errordisplay.inerror
{
	display:block;
}


#extrahowtovote
{
	font-family: 'Oswald', sans-serif;
	font-size:12px;
	text-transform: uppercase;
	color:#555;
	margin-top:5px;
}

.smallscreen #extrahowtovote
{
	font-size:10px;
}


.tinyscreen #extrahowtovote
{
	font-size:7px;
}


.ubertitle 
{
    font-family: "Lobster",cursive;

    font-size: 50px;
    padding: 20px 5px 5px 5px;
    text-align: center;
    width: 100%;
    margin-bottom:30px;
}

#TPoppingTool
{
	z-index:9999;
}


img.bigflag
{
	width:120px;
	height:auto;
}
