@charset "utf-8";
/* CSS Document */

/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

@font-face{
    font-family:"SweetSansOnAir-Regular";
    src:url('../fonts/SweetSansOnAir-Regular.eot'); /* IE9 Compat Modes */
    src:url('../fonts/SweetSansOnAir-Regular.otf'), /* Modern Browsers */
	    url('../fonts/SweetSansOnAir-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/SweetSansOnAir-Regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/SweetSansOnAir-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/SweetSansOnAir-Regular.svg') format('svg'); /* Legacy iOS */
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:"SweetSansOnAir-Medium";
    src:url('../fonts/SweetSansOnAir-Medium.eot'); /* IE9 Compat Modes */
    src:url('../fonts/SweetSansOnAir-Medium.otf'), /* Modern Browsers */
	    url('../fonts/SweetSansOnAir-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/SweetSansOnAir-Medium.woff') format('woff'), /* Modern Browsers */
        url('../fonts/SweetSansOnAir-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/SweetSansOnAir-Medium.svg') format('svg'); /* Legacy iOS */
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:"SweetSansOnAir-Heavy";
    src:url('../fonts/SweetSansOnAir-Heavy.eot'); /* IE9 Compat Modes */
    src:url('../fonts/SweetSansOnAir-Heavy.otf'), /* Modern Browsers */
	    url('../fonts/SweetSansOnAir-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/SweetSansOnAir-Heavy.woff') format('woff'), /* Modern Browsers */
        url('../fonts/SweetSansOnAir-Heavy.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/SweetSansOnAir-Heavy.svg') format('svg'); /* Legacy iOS */
    font-weight:normal;
    font-style:normal;
}

html, body{
	/*-webkit-text-size-adjust:none !important; /* Prevent font scaling (DONT USE UNLESS YOU HAVE TO!!!) */
	text-align:left;
	/*font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-size:100%;*/ /*font-size:16px;*/ /*font-size:1rem;*/ /*font-size:12pt;*/
	/*font-size:80%;*/ font-size:14px; /*font-size:0.8rem;*/ /*font-size:10pt;*/	
	margin:0;
    padding:0;
	border:none;
	/*May affect scrolling in IE7 and lower*/
    /*height:100%; /*CAUSES RESPONSIVE IFRAME TO BREAK*/
	/*Comment out Overflow so Social Sharing & Bottom Bar float*/
	overflow:auto;
	
	/*iOS Scrolling Issue*/
	-webkit-overflow-scrolling:touch;
	
	/*background-attachment:inherit; 
	background-image:url(../images/clouds.jpg); 
	background-repeat:repeat; 
	background-position:top;*/
	
	background-color:#efefef;
	/*background-attachment:fixed !important;
	background:-webkit-linear-gradient(top, #000000, #1f1f1f); /* for webkit browsers */
	/*background:-moz-linear-gradient(top, #000000, #1f1f1f); /* for firefox 3.6+ */
	/*background:-o-linear-gradient(top, #000000, #1f1f1f); /* for opera */
	/*background:-ms-linear-gradient(top, #000000, #1f1f1f); /* for msie */
	/*background:linear-gradient(top, #000000, #1f1f1f);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#1f1f1f'); /* for IE */
}
p{
	color:#000000;
}
a:link{
	color:#007ac3;
	text-decoration:none;
}
a:visited{
	color:#007ac3;
	text-decoration:none;
}
a:hover{
	color:#cccccc;	
	text-decoration:none;
}
img{
	display:block;	
}
div#master{
	display:table; /*Responsive Content Height*/
	table-layout:fixed; /*Responsive Content Height*/
	margin-right:auto; 
	margin-left:auto; 
	text-align:left;
	max-width:100%;
	min-width:320px;
	width:100%; /*Responsive Content Height*/
	height:100%; /*Responsive Content Height*/
	
	/*background-color:#009a75;*/

	position:relative;
	z-index:0;
	
	overflow-x:hidden;
	
	-webkit-transition:all 0.5s ease-in 0.1s;
	-moz-transition:all 0.5s ease-in 0.1s;
	-o-transition:all 0.5s ease-in 0.1s;
	-ms-transition:all 0.5s ease-in 0.1s;
	transition:all 0.5s ease-in 0.1s;
}
div#master_content{
	display:table-row; /*Responsive Content Height*/
	margin-right:auto; 
	margin-left:auto; 
	width:100%; /*Responsive Content Height*/
	height:100%; /*Responsive Content Height*/
}
div#header{
	margin-right:auto; 
	margin-left:auto; 
	max-width:900px;
	min-width:320px;
	
	background-attachment:inherit; 
	background-image:url(../images/beach_bg.jpg); 
	background-repeat:no-repeat; 
	background-position:top center;
	background-size:cover;
	
	border-bottom:1px solid #969696;
}
div#header_inner{
	display:table;
	table-layout:fixed; /*Responsive Content Height*/
	margin-right:auto; 
	margin-left:auto; 
	max-width:900px;
	width:100%;
}
@keyframes glow{
	0%{
		-webkit-filter:drop-shadow(0px 0px 0px rgba(255,255,255,0.20));
		-moz-filter:drop-shadow(0px 0px 0px rgba(255,255,255,0.20));
		-o-filter:drop-shadow(0px 0px 0px rgba(255,255,255,0.20));
		-ms-filter:drop-shadow(0px 0px 0px rgba(255,255,255,0.20));
		filter:drop-shadow(0px 0px 0px rgba(255,255,255,0.20));
	}
	15%, 30%{
		-webkit-filter:drop-shadow(0px 0px 10px rgba(255, 255, 192, 0.9));
		-moz-filter:drop-shadow(0px 0px 10px rgba(255, 255, 192, 0.9));
		-o-filter:drop-shadow(0px 0px 10px rgba(255, 255, 192, 0.9));
		-ms-filter:drop-shadow(0px 0px 10px rgba(255, 255, 192, 0.9));
		filter:drop-shadow(0px 0px 10px rgba(255, 255, 192, 0.9));
	}
	46%{
		-webkit-filter:drop-shadow(0px 0px 0px rgba(255,255,255,0.20));
		-moz-filter:drop-shadow(0px 0px 0px rgba(255,255,255,0.20));
		-o-filter:drop-shadow(0px 0px 0px rgba(255,255,255,0.20));
		-ms-filter:drop-shadow(0px 0px 0px rgba(255,255,255,0.20));
		filter:drop-shadow(0px 0px 0px rgba(255,255,255,0.20));
	}
}
div#logo{
	display:table-cell; /*Responsive Content Height*/
	vertical-align:middle; /*Responsive Content Height*/
	margin-right:auto; 
	margin-left:auto; 
	max-width:600px;
	width:30%;
	
	padding:10px;
	
	animation-name:glow; 
	animation-duration:10s;
	animation-iteration-count:infinite; 
	animation-timing-function:linear;
}
.logo{
	margin-right:auto; 
	margin-left:6%; 
	max-width:450px;
	
	-webkit-filter:drop-shadow(0px 0px 5px rgba(255,255,255,0.00));
	-moz-filter:drop-shadow(0px 0px 5px rgba(255,255,255,0.00));
	-o-filter:drop-shadow(0px 0px 5px rgba(255,255,255,0.00));
	-ms-filter:drop-shadow(0px 0px 5px rgba(255,255,255,0.00));
	filter:drop-shadow(0px 0px 5px rgba(255,255,255,0.00));
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	transition:all 0.5s linear;
}
div#title{
	display:table-cell; /*Responsive Content Height*/
	vertical-align:bottom; /*Responsive Content Height*/
	margin-right:auto; 
	margin-left:auto; 
	max-width:70%;
	
	font-family:"SweetSansOnAir-Heavy", Helvetica, Arial, sans-serif;
	text-align:right;
	font-size:60px;
	color:#002c54;
	letter-spacing:1px;
	
	padding:10px;
	padding-right:6%;
	overflow:hidden;
	
	position:relative;
	z-index:3;
}
div#content{
	display:table; /*Responsive Content Height*/
	table-layout:fixed; /*Responsive Content Height*/
	margin-right:auto; 
	margin-left:auto; 
	max-width:900px;
	width:100%; /*Responsive Content Height*/
	height:100%; /*Responsive Content Height*/
	
	text-align:center;
	
	overflow:auto;
	
	position:relative;
	z-index:0;
}
div#content_holder{
	display:table; /*Responsive Content Height*/
	table-layout:fixed; /*Responsive Content Height*/
	margin-right:auto; 
	margin-left:auto; 
	max-width:900px;
	width:100%; /*Responsive Content Height*/
	height:100%; /*Responsive Content Height*/
	
	background-color:#ffffff;
	
	overflow:hidden;
	overflow-y:hidden;
	
	position:relative;
	z-index:0;
	
	-webkit-transition:all 0.5s ease-in 0.1s;
	-moz-transition:all 0.5s ease-in 0.1s;
	-o-transition:all 0.5s ease-in 0.1s;
	-ms-transition:all 0.5s ease-in 0.1s;
	transition:all 0.5s ease-in 0.1s;
}
div#main_row{
	display:table;
	table-layout:fixed; /*Responsive Content Height*/
	margin-right:auto; 
	margin-left:auto;
	max-width:900px;
	width:calc(100% - 20px);
	
	font-family:"SweetSansOnAir-Medium", Helvetica, Arial, sans-serif;
	text-align:center;
	font-size:24px;
	color:#1f1f1f;
	letter-spacing:1px;
	
	padding:10px;
	
	-webkit-transition:all 0.3s ease-out 0.0s;
	-moz-transition:all 0.3s ease-out 0.0s;
	-o-transition:all 0.3s ease-out 0.0s;
	-ms-transition:all 0.3s ease-out 0.0s;
	transition:all 0.3s ease-out 0.0s;
}
.dynamic_row{
	display:table-row;
	margin-right:auto; 
	margin-left:auto;
	max-width:900px;
	width:100%;
	
	font-family:"SweetSansOnAir-Regular", Helvetica, Arial, sans-serif;
	text-align:center;
	font-size:20px;
	color:#1f1f1f;
	letter-spacing:1px;
	
	padding:10px;
	
	-webkit-transition:all 0.3s ease-out 0.0s;
	-moz-transition:all 0.3s ease-out 0.0s;
	-o-transition:all 0.3s ease-out 0.0s;
	-ms-transition:all 0.3s ease-out 0.0s;
	transition:all 0.3s ease-out 0.0s;
}
.country_column{
	display:table-cell; /*Responsive Content Height*/
	vertical-align:middle; /*Responsive Content Height*/
	margin-right:auto; 
	margin-left:auto; 
	max-width:50%;
	width:50%;
	
	text-align:left !important;
	
	padding:10px;
	
	/*border:1px solid red;*/
}
.gold_column{
	display:table-cell; /*Responsive Content Height*/
	vertical-align:middle; /*Responsive Content Height*/
	margin-right:auto; 
	margin-left:auto; 
	max-width:12%;
	width:12%;
	
	text-align:center !important;
	
	padding:10px;
	
	/*border:1px solid yellow;*/
}
.silver_column{
	display:table-cell; /*Responsive Content Height*/
	vertical-align:middle; /*Responsive Content Height*/
	margin-right:auto; 
	margin-left:auto; 
	max-width:12%;
	width:12%;
	
	text-align:center !important;
	
	padding:10px;
	
	/*border:1px solid blue;*/
}
.bronze_column{
	display:table-cell; /*Responsive Content Height*/
	vertical-align:middle; /*Responsive Content Height*/
	margin-right:auto; 
	margin-left:auto; 
	max-width:12%;
	width:12%;
	
	text-align:center !important;
	
	padding:10px;
	
	/*border:1px solid orange;*/
}
.total_column{
	display:table-cell; /*Responsive Content Height*/
	vertical-align:middle; /*Responsive Content Height*/
	margin-right:auto; 
	margin-left:auto; 
	max-width:20%;
	width:20%;
	
	text-align:center !important;
	
	font-family:"SweetSansOnAir-Medium", Helvetica, Arial, sans-serif !important;
	
	padding:10px;
	
	/*border:1px solid green;*/
}
.circle{
	display:inline-block;
	border-radius:50%;
	width:40px;
	height:40px;
	
	position:relative;
	overflow:hidden;
	top:4px;
}
@keyframes spin{
	from{
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	to{
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
@keyframes shine{
	0%{
		opacity:0;
		top:-110%;
  		left:-210%;
	}
	10%, 20%{
		opacity:1;
  		top:-30%;
  		left:-30%;
  		transition-property:left, top, opacity;
  		transition-duration:1.7s, 1.7s, 1.15s;
  		transition-timing-function:ease;
	}
	26%{
		opacity:0;
		top:110%;
  		left:210%;
	}
}
.gold{
	background-attachment:inherit; 
	background-image:url(../images/gold.png); 
	background-repeat:no-repeat; 
	background-position:center center;
	background-size:cover;
	
	/*background-image:-webkit-radial-gradient(45px 45px, circle cover, yellow, orange);
	background-image:-moz-radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
	background-image:-o-radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
	background-image:-ms-radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
	background-image:radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
	
	border:2px solid #dd9a2a;*/
	
	/*animation-name:spin; 
	animation-duration:2s;
	animation-iteration-count:infinite; 
	animation-timing-function:linear;*/
	
	position:relative;
	overflow:hidden;
}
.silver{
	background-attachment:inherit; 
	background-image:url(../images/silver.png); 
	background-repeat:no-repeat; 
	background-position:center center;
	background-size:cover;
	
	/*background-image:-webkit-radial-gradient(45px 45px, circle cover, #f5f5f5, #a7a7a7);
	background-image:-moz-radial-gradient(45px 45px 45deg, circle cover, #f5f5f5 0%, #a7a7a7 100%, #8b8b8b 95%);
	background-image:-o-radial-gradient(45px 45px 45deg, circle cover, #f5f5f5 0%, #a7a7a7 100%, #8b8b8b 95%);
	background-image:-ms-radial-gradient(45px 45px 45deg, circle cover, #f5f5f5 0%, #a7a7a7 100%, #8b8b8b 95%);
	background-image:radial-gradient(45px 45px 45deg, circle cover, #f5f5f5 0%, #a7a7a7 100%, #8b8b8b 95%);
	
	border:2px solid #aeaeae;*/
	
	/*animation-name:spin; 
	animation-duration:2s;
	animation-iteration-count:infinite; 
	animation-timing-function:linear;*/
	
	position:relative;
	overflow:hidden;
}
.bronze{
	background-attachment:inherit; 
	background-image:url(../images/bronze.png); 
	background-repeat:no-repeat; 
	background-position:center center;
	background-size:cover;
	
	/*background-image:-webkit-radial-gradient(45px 45px, circle cover, #e79f57, #a95125);
	background-image:-moz-radial-gradient(45px 45px 45deg, circle cover, #e79f57 0%, #a95125 100%, #95441d 95%);
	background-image:-o-radial-gradient(45px 45px 45deg, circle cover, #e79f57 0%, #a95125 100%, #95441d 95%);
	background-image:-ms-radial-gradient(45px 45px 45deg, circle cover, #e79f57 0%, #a95125 100%, #95441d 95%);
	background-image:radial-gradient(45px 45px 45deg, circle cover, #e79f57 0%, #a95125 100%, #95441d 95%);
	
	border:2px solid #975025;*/
	
	/*animation-name:spin; 
	animation-duration:2s;
	animation-iteration-count:infinite; 
	animation-timing-function:linear;*/
	
	position:relative;
	overflow:hidden;
}
.gold:after, .silver:after, .bronze:after{
	content:"";
	position:absolute;
	z-index:1;
	top:-110%;
	left:-210%;
	width:200%;
	height:200%;
	opacity:0;
	-webkit-transform:rotate(30deg);
	-moz-transform:rotate(30deg);
	-o-transform:rotate(30deg);
	-ms-transform:rotate(30deg);
	transform:rotate(30deg);
  
	/*background:rgba(255, 255, 255, 0.63);*/
	background:linear-gradient(to right, 
		rgba(255, 255, 255, 0.13) 0%,
		rgba(255, 255, 255, 0.13) 77%,
		rgba(255, 255, 255, 0.8) 92%,
		rgba(255, 255, 255, 0.0) 100%
	);
	
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
  
	animation-name:shine; 
	animation-duration:6s;
	animation-iteration-count:infinite; 
	animation-timing-function:linear;
}
.odd{
	background-color:#efefef;
	border-top:1px solid #969696;
	border-bottom:1px solid #969696;
}
.even{
	background-color:#ffffff;
}
div#myProgress{
    position:relative;
	display:table-row;
	margin-right:auto; 
	margin-left:auto;
	max-width:900px;
	width:calc(100% - 20px);
    height:30px;
    background-color:grey;
	
	overflow:hidden;
}
div#myBar{
    position:absolute;
	max-width:calc(100% - 20px);
    width:1%;
    height:30px;
    background-color:#002c54;
}
div#label{
    font-family:"SweetSansOnAir-Regular", Helvetica, Arial, sans-serif;
	text-align:center;
	font-size:20px;
	line-height:30px;
	color:#ffffff;
	letter-spacing:1px;
}
div#show_more{
	margin-right:auto; 
	margin-left:auto;
	max-width:900px;
	width:100%;
	
	background-color:#002c54;
	border-top:1px solid #969696;
	
	font-family:"SweetSansOnAir-Regular", Helvetica, Arial, sans-serif;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	letter-spacing:1px;
	
	padding:10px;
	
	cursor:pointer;
	
	-webkit-transition:all 0.3s ease-out 0.0s;
	-moz-transition:all 0.3s ease-out 0.0s;
	-o-transition:all 0.3s ease-out 0.0s;
	-ms-transition:all 0.3s ease-out 0.0s;
	transition:all 0.3s ease-out 0.0s;
}
div#show_more:hover{
	background-color:#969696;
	border-top:1px solid #969696;
	color:#002c54;
}


.crosshatch_overlay{
	overflow:auto;
	background:-webkit-repeating-radial-gradient(center center, circle closest-side, #fefefe 0%, #000000 100%); /* for webkit browsers */
	background:-moz-repeating-radial-gradient(center center, circle closest-side, #fefefe 0%, #000000 100%); /* for firefox 3.6+ */
	background:-o-repeating-radial-gradient(center center, circle closest-side, #fefefe 0%, #000000 100%); /* for opera */
	background:-ms-repeating-radial-gradient(center center, circle closest-side, #fefefe 0%, #000000 100%); /* for IE 9+ */
	background:repeating-radial-gradient(center center, circle closest-side, #fefefe 0%, #000000 100%);
	
    background-size:7px 7px;
    width:100%;
    height:100%;
	/*min-width:960px;
	min-height:760px;*/
	
	opacity:0.02;
	
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}


/*CSS3 Effects*/
.fade_effect{
	opacity:1;
	visibility:visible;
	pointer-events:auto;
	
	-webkit-transition:all 0.3s ease-out 0.0s;
	-moz-transition:all 0.3s ease-out 0.0s;
	-o-transition:all 0.3s ease-out 0.0s;
	-ms-transition:all 0.3s ease-out 0.0s;
	transition:all 0.3s ease-out 0.0s;
	
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.fade_effect:hover{
	opacity:1;
	visibility:visible;
	pointer-events:auto;
	
	-webkit-transform:scale(0.95);
	-moz-transform:scale(0.95);
	-o-transform:scale(0.95);
	-ms-transform:scale(0.95);
	transform:scale(0.95);
}
.BK_FadeOut{
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	
	-webkit-transition:all 0.5s ease-out 0.0s;
	-moz-transition:all 0.5s ease-out 0.0s;
	-o-transition:all 0.5s ease-out 0.0s;
	-ms-transition:all 0.5s ease-out 0.0s;
	transition:all 0.5s ease-out 0.0s;
}
.BK_DropDown{
	max-height:0px;
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	
	-webkit-transition:all 0.5s ease-out 0.0s;
	-moz-transition:all 0.5s ease-out 0.0s;
	-o-transition:all 0.5s ease-out 0.0s;
	-ms-transition:all 0.5s ease-out 0.0s;
	transition:all 0.5s ease-out 0.0s;
	/*
	-webkit-transition-property:all;
	-webkit-transition-duration:0.75s;
	-webkit-transition-timing-function:ease-in;
	-webkit-transition-delay:0.1s;
	-moz-transition-property:all;
	-moz-transition-duration:0.75s;
	-moz-transition-timing-function:ease-in;
	-moz-transition-delay:0.1s;
	-o-transition-property:all;
	-o-transition-duration:0.75s;
	-o-transition-timing-function:ease-in;
	-o-transition-delay:0.1s;
	-ms-transition-property:all;
	-ms-transition-duration:0.75s;
	-ms-transition-timing-function:ease-in;
	-ms-transition-delay:0.1s;
	transition-property:all;
	transition-duration:0.75s;
	transition-timing-function:ease-in;
	transition-delay:0.1s;
	*/
	
	overflow:hidden;
	
	position:relative;
	left:-999px;
}
.BK_Toggle{
	max-height:9999px;
	opacity:1;
	visibility:visible;
	pointer-events:auto;
	
	left:0;
}
.BK_ScaleDown{
	max-height:0px;
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	
	-webkit-transition:all 0.5s ease-out 0.0s;
	-moz-transition:all 0.5s ease-out 0.0s;
	-o-transition:all 0.5s ease-out 0.0s;
	-ms-transition:all 0.5s ease-out 0.0s;
	transition:all 0.5s ease-out 0.0s;
	
	-webkit-transform:scale(0.4);
	-moz-transform:scale(0.4);
	-o-transform:scale(0.4);
	-ms-transform:scale(0.4);
	transform:scale(0.4);
	
	overflow:hidden;
}
.BK_ToggleScale{
	max-height:9999px;
	opacity:1;
	visibility:visible;
	pointer-events:auto;
	
	-webkit-transform:scale(1.0);
	-moz-transform:scale(1.0);
	-o-transform:scale(1.0);
	-ms-transform:scale(1.0);
	transform:scale(1.0);
}
.BK_SlideDiv{
	max-width:0px;
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	
	-webkit-transition:all 0.3s ease-out 0.0.s;
	-moz-transition:all 0.3s ease-out 0.0s;
	-o-transition:all 0.3s ease-out 0.0s;
	-ms-transition:all 0.3s ease-out 0.0s;
	transition:all 0.3s ease-out 0.0s;
}
.BK_ToggleDiv{
	max-width:900px;
	opacity:1;
	visibility:visible;
	pointer-events:auto;
}

/*CSS3 BLINKING TRANSITION FIX*/
/*div#content, .fade_effect{*/
div#content{
	/*SAFARI, CHROME BLINKING TRANSITION FIX*/
	/*-webkit-transform:translate3d(0,0,0);*/
	-webkit-transform-style:preserve-3d;
	-webkit-backface-visibility:hidden;
	/*-webkit-perspective:1000;*/
	
	/*FIREFOX, IE BLINKING TRANSITION FIX*/
	/*transform:translate3d(0,0,0);*/
	transform-style:preserve-3d;
	backface-visibility:hidden;
	/*perspective:1000;*/
}
.safari{
	/*SAFARI, CHROME BLINKING TRANSITION FIX*/
	/*-webkit-transform:translate3d(0,0,0);*/
	-webkit-transform-style:preserve-3d;
	-webkit-backface-visibility:hidden;
	/*-webkit-perspective:1000;*/
	
	/*FIREFOX, IE BLINKING TRANSITION FIX*/
	/*transform:translate3d(0,0,0);*/
	transform-style:preserve-3d;
	backface-visibility:hidden;
	/*perspective:1000;*/   
}

/*Background Classes - add to body tag!!!*/
.perforated_pattern{
	overflow:auto;
	
	background:-webkit-radial-gradient(#33aadd 15%, transparent 16%) 0 0, -webkit-radial-gradient(#33aadd 15%, transparent 16%) 8px 8px, -webkit-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px, -webkit-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px; /*for webkit browsers*/ 
	background:-moz-radial-gradient(#33aadd 15%, transparent 16%) 0 0, -moz-radial-gradient(#33aadd 15%, transparent 16%) 8px 8px, -moz-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px, -moz-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px; /*for firefox 3.6+*/
	background:-o-radial-gradient(#33aadd 15%, transparent 16%) 0 0, -o-radial-gradient(#33aadd 15%, transparent 16%) 8px 8px, -o-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px, -o-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px; /*for opera*/
	background:-ms-radial-gradient(#33aadd 15%, transparent 16%) 0 0, -ms-radial-gradient(#33aadd 15%, transparent 16%) 8px 8px, -ms-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px, -ms-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px; /*for IE 9+*/
	background:radial-gradient(#33aadd 15%, transparent 16%) 0 0, radial-gradient(#33aadd 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33aadd', endColorstr='#2d9ac9'); /*for IE 6-8*/
	background-color:#2d9ac9;
	
    background-size:8px 8px;
    width:100%;
    height:100%;
	/*min-width:960px;
	min-height:760px;*/
}

/*Rounded Corner Images*/
.rounded-img{
	display:inline-block;
	/*border:solid 3px #000000;*/
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	/*
	-webkit-box-shadow:0 1px 3px 3px rgba(0,0,0,.4);
	-moz-box-shadow:0 1px 3px 3px rgba(0,0,0,.4);
	-o-box-shadow:0 1px 3px 3px rgba(0,0,0,.4);
	-ms-box-shadow:0 1px 3px 3px rgba(0,0,0,.4);
	box-shadow:0 1px 3px 3px rgba(0,0,0,.4);
	*/
}
.rounded-top{
	/*border:solid 1px #1f1f1f;*/
	-webkit-border-radius:8px 8px 0px 0px;
	-moz-border-radius:8px 8px 0px 0px;
	-o-border-radius:8px 8px 0px 0px;
	-ms-border-radius:8px 8px 0px 0px;
	border-radius:8px 8px 0px 0px;
	/*
	-webkit-box-shadow:0 1px 3px 3px rgba(0,0,0,.4);
	-moz-box-shadow:0 1px 3px 3px rgba(0,0,0,.4);
	-o-box-shadow:0 1px 3px 3px rgba(0,0,0,.4);
	-ms-box-shadow:0 1px 3px 3px rgba(0,0,0,.4);
	box-shadow:0 1px 3px 3px rgba(0,0,0,.4);
	*/
}
/*Drop Shadow on solid objects*/
.shadow{
	-webkit-box-shadow:6px 6px 8px 0px rgba(0,0,0,.3);
	-moz-box-shadow:6px 6px 8px 0px rgba(0,0,0,.3);
	-o-box-shadow:6px 6px 8px 0px rgba(0,0,0,.3);
	-ms-box-shadow:6px 6px 8px 0px rgba(0,0,0,.3);
	box-shadow:6px 6px 8px 0px rgba(0,0,0,.3);
	/* For IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 (Don't use!!!  May cause text to dissappear and display as a grey box)*/
	/*filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');*/
}
.shadow_left{
	-webkit-box-shadow:-3px 0px 3px 3px rgba(0,0,0,.2);
	-moz-box-shadow:-3px 0px 3px 3px rgba(0,0,0,.2);
	-o-box-shadow:-3px 0px 3px 3px rgba(0,0,0,.2);
	-ms-box-shadow:-3px 0px 3px 3px rgba(0,0,0,.2);
	box-shadow:-3px 0px 3px 3px rgba(0,0,0,.2);
	/* For IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 (Don't use!!!  May cause text to dissappear and display as a grey box)*/
	/*filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');*/
}
.top_bottom_shadow{
	-webkit-box-shadow:0px 3px 3px rgba(0,0,0,0.2), 0px -3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 3px 3px rgba(0,0,0,0.2), 0px -3px 3px rgba(0,0,0,0.2);
	-o-box-shadow:0px 3px 3px rgba(0,0,0,0.2), 0px -3px 3px rgba(0,0,0,0.2);
	-ms-box-shadow:0px 3px 3px rgba(0,0,0,0.2), 0px -3px 3px rgba(0,0,0,0.2);
	box-shadow:0px 3px 3px rgba(0,0,0,0.2), 0px -3px 3px rgba(0,0,0,0.2);
	/* For IE 8 */
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";*/
	/* For IE 5.5 - 7 (Don't use!!!  May cause text to dissappear and display as a grey box)*/
	/*filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');*/
}
.left_right_shadow{
	/*-webkit-box-shadow:10px -3px 10px -7px rgba(255,255,255,.3), -10px 3px 10px -7px rgba(255,255,255,.3);
	-moz-box-shadow:10px -3px 10px -7px rgba(255,255,255,.3), -10px 3px 10px -7px rgba(255,255,255,.3);
	-o-box-shadow:10px -3px 10px -7px rgba(255,255,255,.3), -10px 3px 10px -7px rgba(255,255,255,.3);
	-ms-box-shadow:10px -3px 10px -7px rgba(255,255,255,.3), -10px 3px 10px -7px rgba(255,255,255,.3);*/
	box-shadow:30px 0px 30px 0px rgba(255,255,255,.9), -30px 0px 30px 0px rgba(255,255,255,.9);
	/* For IE 8 */
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";*/
	/* For IE 5.5 - 7 (Don't use!!!  May cause text to dissappear and display as a grey box)*/
	/*filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');*/
}
.full_shadow{
	-webkit-box-shadow:0px 0px 3px 3px rgba(0,0,0,.2);
	-moz-box-shadow:0px 0px 3px 3px rgba(0,0,0,.2);
	-o-box-shadow:0px 0px 3px 3px rgba(0,0,0,.2);
	-ms-box-shadow:0px 0px 3px 3px rgba(0,0,0,.2);
	box-shadow:0px 0px 3px 3px rgba(0,0,0,.2);
	/* For IE 8 */
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";*/
	/* For IE 5.5 - 7 (Don't use!!!  May cause text to dissappear and display as a grey box)*/
	/*filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');*/
}
.center_shadow{
	-webkit-box-shadow:0px 10px 8px -8px rgba(0,0,0,.3);
	-moz-box-shadow:0px 10px 8px -8px rgba(0,0,0,.3);
	-o-box-shadow:0px 10px 8px -8px rgba(0,0,0,.3);
	-ms-box-shadow:0px 10px 8px -8px rgba(0,0,0,.3);
	box-shadow:0px 10px 8px -8px rgba(0,0,0,.3);
	/* For IE 8 */
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000')";*/
	/* For IE 5.5 - 7 (Don't use!!!  May cause text to dissappear and display as a grey box)*/
	/*filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000');*/
}
.center_shadow_up{
	-webkit-box-shadow1:0px -10px 8px -8px rgba(0,0,0,.3);
	-moz-box-shadow:0px -10px 8px -8px rgba(0,0,0,.3);
	-o-box-shadow:0px -10px 8px -8px rgba(0,0,0,.3);
	-ms-box-shadow:0px -10px 8px -8px rgba(0,0,0,.3);
	box-shadow:0px -10px 8px -8px rgba(0,0,0,.3);
	/* For IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000')";
	/* For IE 5.5 - 7 (Don't use!!!  May cause text to dissappear and display as a grey box)*/
	/*filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000');*/
}
.inner_shadow{
	-webkit-box-shadow:inset 0px 0px 8px 0px rgba(0,0,0,0.6);
	-moz-box-shadow:inset 0px 0px 8px 0px rgba(0,0,0,0.6);
	-o-box-shadow:inset 0px 0px 8px 0px rgba(0,0,0,0.6);
	-ms-box-shadow:inset 0px 0px 8px 0px rgba(0,0,0,0.6);
	box-shadow:inset 0px 0px 8px 0px rgba(0,0,0,0.6);
}
/*Bevel and Emboss*/
.embossed {
    -webkit-box-shadow: inset 0 2px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 2px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 2px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 2px 0 rgba(0,0,0,.1);
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 2px 0 rgba(0,0,0,.1);
	-ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 2px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 2px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 2px 0 rgba(0,0,0,.1);
}
/*HIDE IMAGE LINK OUTLINE (IE)*/
a:active, a:focus{ 
	outline:none; 
	ie-dummy:expression(this.hideFocus=true);
}
a{
	outline:none;
}
a img{
	outline:none;
}
img{
	border:0;
}
/*END HIDE IMAGE LINK OUTLINE (IE)*/

/*CUSTOM SCROLLBAR (CHROME & SAFARI)*/
div#content_holder::-webkit-scrollbar{
    width:10px;
}
div#content_holder::-webkit-scrollbar-track{	
	background-color:rgba(225,225,225,1);

    -webkit-box-shadow:inset 0 0 4px rgba(0,0,0,0.3); 
	-moz-box-shadow:inset 0 0 4px rgba(0,0,0,0.3); 
	-o-box-shadow:inset 0 0 4px rgba(0,0,0,0.3); 
	-ms-box-shadow:inset 0 0 4px rgba(0,0,0,0.3); 
	box-shadow:inset 0 0 4px rgba(0,0,0,0.3); 
    
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
}
div#content_holder::-webkit-scrollbar-thumb{
	background-color:rgba(0,154,117,1);
	
    -webkit-box-shadow:inset 0 0 4px rgba(0,0,0,0.5); 
	-moz-box-shadow:inset 0 0 4px rgba(0,0,0,0.5); 
	-o-box-shadow:inset 0 0 4px rgba(0,0,0,0.5); 
	-ms-box-shadow:inset 0 0 4px rgba(0,0,0,0.5); 
	box-shadow:inset 0 0 4px rgba(0,0,0,0.5); 
	
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
}
/*END CUSTOM SSCROLLBAR*/

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 785px) {
	
	div#title{
		font-size:50px;
	}

}

@media handheld, only screen and (max-width: 670px) {
	
	div#title{
		font-size:40px;
	}
	
	div#main_row{
		font-size:20px;
		
		padding:10px;
	}
	.dynamic_row{
		font-size:16px;
		
		padding:10px;
	}
	.circle{
		width:30px;
		height:30px;
		
		top:4px;
	}
	div#show_more{
		font-size:12px;
		
		padding:10px;
	}

}

@media handheld, only screen and (max-width: 540px) {
	
	div#title{
		font-size:30px;
	}
	
	div#main_row{
		font-size:18px;
		
		padding:6px;
	}
	.dynamic_row{
		font-size:14px;
		
		padding:6px;
	}
	.circle{
		width:20px;
		height:20px;
		
		top:2px;
	}
	div#show_more{
		font-size:10px;
		
		padding:6px;
	}

}

@media handheld, only screen and (max-width: 400px) {
	
	div#title{
		font-size:22px;
	}
	
	div#main_row{
		font-size:16px;
		
		padding:6px;
	}
	.dynamic_row{
		font-size:12px;
		
		padding:6px;
	}
	.country_column{
		max-width:47%;
		width:47%;
	}
	.gold_column{
		max-width:9%;
		width:9%;
	}
	.silver_column{
		max-width:9%;
		width:9%;
	}
	.bronze_column{
		max-width:9%;
		width:9%;
	}
	.total_column{
		max-width:26%;
		width:26%;
	}
	.circle{
		width:15px;
		height:15px;
		
		top:2px;
	}
	
}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}