@charset "UTF-8";  
@font-face {
    font-family: 'corporate-reg';
    src: url('../fonts/corporate-reg.eot');
    src: url('../fonts/corporate-reg.eot?#iefix') format('embedded-opentype'),
         url('../fonts/corporate-reg.woff') format('woff'),
         url('../fonts/corporate-reg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'corporate-demi';
    src: url('../fonts/corporate-demi.eot');
    src: url('../fonts/corporate-demi.eot?#iefix') format('embedded-opentype'),
         url('../fonts/corporate-demi.woff') format('woff'),
         url('../fonts/corporate-demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.font{
    font-family: 'corporate-reg';
}
.alternative{
    font-family: 'corporate-demi';
}
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td,figure,menu{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,main,nav,section{
	display: block;
}
table{
	border-spacing: 0;
}
img{
	border: none;
}
li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus,textarea:focus,select:focus{
	outline: none;
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
.a{
	cursor: pointer;
}
.a,a,label{
	text-decoration: none;
	outline: none;
	color: inherit;
}
.a:hover,a:hover,label:hover{
	color: #00adef;
}
*{
	text-rendering: optimizeLegibility;
}
hr{
	color: #000;
	height: 0;
	border: 0 none;
	border-top: solid 1px #000;
}
html,body{
	height: 100%;
}
body{
	font-family: Arial, sans-serif;
	overflow: auto;
	color: #333;
	font-size: 12px;
	line-height: 125%;
	background: #000 url('../images/bg.png') repeat-x center top;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after{
	float: none !important;
	content: ' ';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.animate{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.circle{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.blue{
	color: #00adef;
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.inline-table{
	display: inline-table;
	border-spacing: 0;
	width: auto;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	vertical-align: middle;
}
.img{
	font-size: 0;
	line-height: 0;
}
.img img{
	max-width: 100%;
	max-height: 100%;
}
h1,
.breadcrumb h2{
	font-size: 40px;
	line-height: 100%;
}
.plaintext h2{
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 100%;
	color: #000;
}
.plaintext p{
	font-size: 13px;
	line-height: 146%;
	margin: 0 0 20px;
}
.plaintext table{
	width: 100%;
	margin: 0 0 20px;
}
.plaintext table td{
	padding: 8px 20px;
	background: #ddd;
}
.plaintext table tr:nth-child(even) td{
	background: #eee;
}
.plaintext ul,
.plaintext ol{
	padding: 0 0 0 20px;
	margin: 0 0 20px;
}
.plaintext ul li,
.plaintext ol li{
	margin: 0 0 4px;
	list-style: square;
}
.plaintext ol li{
	list-style: decimal;
}
.plaintext ol ol li{
	list-style: upper-alpha;
}
.plaintext ol ol ol li,
.plaintext ul ol li{
	list-style: lower-alpha;
}
.plaintext ul li:first-child,
.plaintext ol li:first-child{
	margin: 0;
}
/* off */
#wrapper{
	min-width: 768px;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
/* header */
header{
	height: 50px;
	padding: 20px 0;
}
.logo{
	margin: 0 0 0 40px;
}
.logo-aa{
	margin: 5px 10px 0 0;
}
/* header off */

/* content */
.content{
	height: 504px;
	background: #fff;
}
[role='main']{
	height: 615px;
	background: #fff url('../images/blank.png') no-repeat center 40%;
	-webkit-background-size: 31px 31px;
	-moz-background-size: 31px 31px;
	-o-background-size: 31px 31px;
	background-size: 31px 31px;
}
[role='main'].ajax-loading{
	background-image: url('../images/ajax-loading.gif');
}
[role='main'] > .bottom{
	position: absolute;
	z-index: 11;
	left: 0;
	bottom: 0;
	width: 100%;
}
#main{
	height: 394px;
	padding: 110px 0 0;
	background: url('../images/main.jpg') no-repeat center top;
}
.main{
	padding: 25px 40px 10px;
	border-bottom: solid 8px #d5e4ce;
	background: #fff;
}
.secondary{
	width: 66.6%;
	height: 504px;
}
#tournament .secondary,
#rules-reg .secondary{
	width: 74.99%;
}
.logo-mt{
	font-size: 14px;
}
#main .info{
	max-width: 540px;
	margin: 0 0 0 240px; 
}
#main .info h1{
	margin: 0 0 10px;
	font-size: 34px;
	line-height: 100%;
}
.slider-overflow{
	overflow: hidden;
}
.nav{
	height: 110px;
	padding: 0 250px 0 0;
	border-bottom: solid 1px #fff;
	background: rgb(45,45,45);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkMmQyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTFkMjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgb(45,45,45) 0%, rgb(30,29,34) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(45,45,45)), color-stop(100%,rgb(30,29,34)));
	background: -webkit-linear-gradient(top, rgb(45,45,45) 0%,rgb(30,29,34) 100%);
	background: -o-linear-gradient(top, rgb(45,45,45) 0%,rgb(30,29,34) 100%);
	background: -ms-linear-gradient(top, rgb(45,45,45) 0%,rgb(30,29,34) 100%);
	background: linear-gradient(to bottom, rgb(45,45,45) 0%,rgb(30,29,34) 100%);
}
.nav menu{
	height: 110px;
}
.nav menu li{
	height: 110px;
}
menu,
.nav{
	color: #fff;
}
menu a.active,
.nav a.active,
menu .a.active,
.nav .a.active{
	cursor: default;
	color: #00adef;
}
.nav figure{
	padding: 10px 10px 0;
	width: 105px;
	height: 96px;
	border-bottom: solid 4px transparent;
	background: url('../images/bg-menu.png') no-repeat center 10px;
}
.nav a.active figure,
.nav .a.active figure{
	border-bottom-color: #00adef;
	background-color: #000;
}
.nav .img,
.nav .txt{
	width: 105px;
	height: 53px;
}
.nav a:hover .img,
.nav a:hover .txt,
.nav .a:hover .img,
.nav .a:hover .txt{
	background-color: #000;
}
.nav a.active .img,
.nav a.active .txt,
.nav .a.active .img,
.nav .a.active .txt{
	background-color: transparent;
}
.nav .img .relative{
	display: inline-block;
}
.nav .img img,
.nav a.active .img img,
.nav .a.active .img img{
	opacity: 0;
}
.nav .img img:first-child,
.nav a.active .img img:first-child,
.nav .a.active .img img:first-child{
	opacity: 1;
	position: absolute;
	left: 0;
	top: 0;
}
.nav a:hover .img img,
.nav .a:hover .img img{
	opacity: 1;
}
.nav a:hover .img img:first-child,
.nav .a:hover .img img:first-child{
	opacity: 0;
}
.nav a.active .img img,
.nav .a.active .img img{
	opacity: 0 !important;
}
.nav a.active .img img:first-child,
.nav .a.active .img img:first-child{
	opacity: 1 !important;
}
.nav figcaption{
	width: 105px;
	padding: 6px 0 0;
}
.button .arrow,
.nav figcaption .arrow,
.video-thumbs figcaption .arrow,
.photo-thumbs figcaption .arrow{
	font-size: 120%;
}
.button .text,
.nav figcaption .text,
.video-thumbs figcaption .text,
.photo-thumbs figcaption .text{
	display: block;
	margin: 0 0 0 8px;
}
.nav .month,
.nav .day{
	color: #000;
}
.nav a:hover .month,
.nav a:hover .day,
.nav .a:hover .month,
.nav .a:hover .day{
	color: #00adef;
}
.nav a.active .month,
.nav a.active .day,
.nav .a.active .month,
.nav .a.active .day{
	color: #000;
}
.nav .month{
	display: inline-block;
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 100%;
	border-bottom: solid 1px #000;
}
.nav a:hover .month,
.nav .a:hover .month{
	border-bottom-color: #00adef;
}
.nav a.active .month,
.nav .a.active .month{
	border-bottom-color: #000;
}
.nav .day{
	display: block;
	font-size: 30px;
	line-height: 60%;
}
.nav .day sup{
	position: relative;
	top: -8px;
	font-size: 70%;
}
.logo-mt-button{
	z-index: 1;
	width: 230px;
	height: 150px;
	margin: -50px 10px 0 0;
	background: url('../images/bg-logo.png') no-repeat left top;
}
.logo-mt-button > .img{
	width: 230px;
	height: 150px;
}
.logo-mt-button .img img{
	position: relative;
	z-index: 1;
}
.socials{
	position: absolute;
	right: 0;
	bottom: 100%;
	font-size: 16px;
	line-height: 110%;
}
.socials ul{
	padding: 7px 0 0;
}
.socials ul li{
	margin: 0 0 10px 10px;
}
.socials ul li:first-child{
	margin-left: 0;
}
.socials ul li img{
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.socials ul li a:hover img{
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.9);
	box-shadow: 0 0 10px rgba(0,0,0,0.9);
}
.breadcrumb{
	margin: 0 0 30px -40px;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
}
#video-page .breadcrumb,
#gallery-page .breadcrumb{
	background: #c3d8b9;
}
.breadcrumb h1,
.breadcrumb h2{
	display: inline-block;
	height: 60px;
	padding: 0 50px 0 40px;
	line-height: 60px;
	background: url('../images/bg-breadcrumb-global.png') no-repeat right bottom;
}
.breadcrumb h2{
	display: inline;
	line-height: normal;
	background: none;
}
aside.links{
	width: 33.3%;
	height: 504px;
	background: #d5e4ce;
}
#tournament aside.links,
#rules-reg aside.links{
	width: 25%;
}
aside.links .icon{
	width: 1200px;
	height: 504px;
}
aside.links .icon > *{
	margin-top: -60px;
}
menu.buttons{
	position: absolute;
	right: 10px;
	top: 15px;
	width: auto;
}
menu.buttons:hover,
menu.buttons.selected{
	z-index: 1;
}
menu.buttons > li{
	display: inline-block;
	width: 29px;
	height: 29px;
	margin: 0 0 0 10px;
}
.button,
menu.buttons > li > a{
	cursor: pointer;
	display: block;
	z-index: 1;
	width: 27px;
	height: 27px;
	margin: 0 0 0 10px;
	border: solid 1px #43b7ea;
	border-right-color: #0d516e;
	border-bottom-color: #0d516e;
	background: rgb(4,153,213);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0OTlkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODg4YmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgb(4,153,213) 0%, rgb(8,136,191) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(4,153,213)), color-stop(100%,rgb(8,136,191)));
	background: -webkit-linear-gradient(top,  rgb(4,153,213) 0%,rgb(8,136,191) 100%);
	background: -o-linear-gradient(top,  rgb(4,153,213) 0%,rgb(8,136,191) 100%);
	background: -ms-linear-gradient(top,  rgb(4,153,213) 0%,rgb(8,136,191) 100%);
	background: linear-gradient(to bottom,  rgb(4,153,213) 0%,rgb(8,136,191) 100%);
	-webkit-box-shadow: inset 0 0 1000px rgba(255,255,255,0);
	-moz-box-shadow: inset 0 0 1000px rgba(255,255,255,0);
	box-shadow: inset 0 0 1000px rgba(255,255,255,0);
}
.button{
	display: inline-block;
	width: auto;
	padding: 0 10px;
	line-height: 27px;
	color: #fff;
	white-space: nowrap;
}
.button.img{
	padding: 0;
}
.button:hover{
	color: #fff;
}
menu.buttons > li > a:first-child{
	margin: 0;
}
.button:hover,
menu.buttons > li > a:hover,
menu.buttons > li > a.active{
	border-color: #96dcfa;
	border-right-color: #137ba8;
	border-bottom-color: #137ba8;
	-webkit-box-shadow: inset 0 0 1000px rgba(255,255,255,0.25);
	-moz-box-shadow: inset 0 0 1000px rgba(255,255,255,0.25);
	box-shadow: inset 0 0 1000px rgba(255,255,255,0.25);
}
menu.buttons a#sound-button.active{
	border-color: #43b7ea;
	border-right-color: #0d516e;
	border-bottom-color: #0d516e;
	-webkit-box-shadow: inset 0 0 1000px rgba(255,255,255,0);
	-moz-box-shadow: inset 0 0 1000px rgba(255,255,255,0);
	box-shadow: inset 0 0 1000px rgba(255,255,255,0);
}
menu.buttons a#sound-button.active:hover{
	border-color: #96dcfa;
	border-right-color: #137ba8;
	border-bottom-color: #137ba8;
	-webkit-box-shadow: inset 0 0 1000px rgba(255,255,255,0.25);
	-moz-box-shadow: inset 0 0 1000px rgba(255,255,255,0.25);
	box-shadow: inset 0 0 1000px rgba(255,255,255,0.25);
}
menu.buttons .td,
.button .td{
	width: 27px;
	height: 27px;
} 
.button .td img{
	vertical-align: middle;
}
menu.buttons .td .block,
.button .td .block{
	display: inline-block;
}
menu.buttons .td .block img,
.button .td .block img{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
menu.buttons .td .block img:first-child,
.button .td .block img:first-child{
	opacity: 1;
	display: inline-block;
	position: static;
}
menu.buttons .active .td .block img,
.button.active .td .block img{
	opacity: 1;
}
menu.buttons .active .td .block img:first-child,
.button.active .td .block img:first-child{
	opacity: 0;
}
menu.buttons .socials{
	pointer-events: none;
	opacity: 0;
	width: 96px;
	margin: 0 0 0 -48px;
	padding: 7px 0;
	left: 50%;
	top: 34px;
	right: auto;
	bottom: auto;
	border: solid 1px #ddd;
	background: #fff;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
}
menu.buttons a.desktop:hover+.socials,
menu.buttons a.active+.socials,
menu.buttons .desktop+.socials:hover{
	pointer-events: auto;
	opacity: 1;
}
menu.buttons .socials:before{
	position: absolute;
	left: 50%;
	top: -40px;
	width: 29px;
	height: 29px;
	margin: 0 0 0 -20px;
	padding: 4px 4px 6px;
	content: ' ';
	border: solid 1px #ddd;
	border-bottom: 0 none;
	background: #fff;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
}
menu.buttons .socials:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 6px;
	content: ' ';
	background: #fff;
}
menu.buttons .socials h2{
	font-size: 12px;
	line-height: 100%;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
}
menu.buttons .socials ul{
	width: auto;
	height: auto;
}
menu.buttons .socials ul li{
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 0 0 10px;
}
menu.buttons .socials ul li:first-child{
	margin-left: 0;
}
menu.buttons .socials ul li img{
	opacity: 1;
	position: static;
}
.textpage{
	padding: 0 25px 0 40px;
}
.scroll{
	overflow: auto;
}
.secondary .scroll{
	padding-right: 15px;
}
.textpage .scroll{
	height: 384px;
}
.secondary > .textpage > .button:first-child{
	margin: 15px 0 0;
}
aside.links .icon .image{
	color: #000;
}
aside.links .icon .image,
aside.links .icon .image .top,
aside.links .icon .image .year{
	display: inline-block;
}
aside.links .icon .image hr{
	margin: 2px 0;
}
aside.links .icon .image .weekday{
	font-size: 26px;
	line-height: 100%;
}
aside.links .icon .image .month{
	margin: 0 0 15px;
	font-size: 50px;
	line-height: 100%;
}
aside.links .icon .image .day{
	margin: 0 0 0 -21px;
	font-size: 120px;
	line-height: 60%;
	color: #fff;
	text-shadow: 4px 4px 3px rgba(0,0,0,0.2);
}
aside.links .icon .image .day sup{
	position: relative;
	top: -35px;
	font-size: 80px;
}
aside.links .icon .image .year{
	font-size: 60px;
	line-height: 100%;
}
aside.links .icon .image img{
	margin-top: -40px;
}
#videos .breadcrumb,
#gallery .breadcrumb,
#video-page .breadcrumb,
#gallery-page .breadcrumb{
	margin: 0;
}
.gallery{
	padding: 10px 30px 15px;
	background: #ddd;
}
.gallery .scroll{
	height: 272px;
	white-space: nowrap;
}
.gallery h2{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	line-height: 100%;
}
.gallery li{
	display: inline-block;
	padding: 22px 0 0;
	margin: 0 40px 0 0;
	vertical-align: top;
}
.gallery li:last-child{
	margin: 0;
}
.gallery li figure{
	width: 260px;
	height: 215px;
	padding: 10px;
	white-space: normal;
	background: #000 url('../images/icon-movie.png') no-repeat right bottom;
/*	background: #000 url('../images/icon-movie.png') no-repeat right 10px bottom 10px;*/
}
.photo-gallery li figure{
	background-image: url('../images/icon-gallery.png');
}
.gallery li figure:before{
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	height: 36px;
	content: ' ';
	background: url('../images/conner-video.png') no-repeat right top;
}
.video-gallery li figure:after{
	opacity: 0.8;
	position: absolute;
	left: 50%;
	top: 39%;
	width: 72px;
	height: 72px;
	margin: -36px 0 0 -36px;
	content: ' ';
	background: url('../images/icon-overlay-play.png') no-repeat center center;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.video-gallery li figure:hover:after{
	opacity: 1;
}
.gallery li figure figcaption{
	padding: 10px 0 0;
	font-size: 14px;
	line-height: 120%;
	color: #fff;
}
.gallery li a:hover figure figcaption{
	color: #00adef;
}
.gallery li figure figcaption .text{
	margin: 0 25px 0 12px;
}
.year-select{
	position: absolute;
	left: 0;
	top: 100%;
	height: 27px;
	margin: 5px 0 0;
	padding: 7px 18px 0 30px;
	font-size: 20px;
	line-height: 100%;
	background: url('../images/bg-year-select.png') no-repeat -516px bottom;
}
.year-select a{
	margin: 0 0 0 30px;
	color: #00adef;
}
.year-select a:first-child{
	margin: 0;
}
.year-select a:hover,
.year-select a.active{
	color: #000;
}
.video-info {
	width: 225px;
	margin: 0 10px 0 0;
	padding: 20px 0 0;
}
.gallery-info{
	padding: 16px 0 0 40px;
}
.video-info .button{
	vertical-align: top;
	margin: 0 10px 20px 0;
}
.gallery-info .button{
	vertical-align: top;
	margin: 0 10px 0 0;
}
.video-info .scroll{
	max-height: 250px;
}
.movie{
	padding: 20px 0 0 30px;
	margin-right: 260px;
	height: 404px;
}
#movie{
	max-width: 100%;	
	max-height: 100%;
}
.photo-scroll{
	margin: 0 40px;
	padding: 10px 0 0;
	height: 334px;
	white-space: nowrap;
}
.photo-scroll li{
	margin: 0 10px 0 0;
	width: 145px;
	height: 320px;
	border-spacing: 0 10px;
}
.photo-scroll li:last-child{
	margin: 0;
}
.photo-scroll li .td{
	opacity: 0.8;
	width: 145px;
	height: 145px;
	background: #ddd;
}
.photo-scroll li a:hover .td{
	opacity: 1;
}
.photo-single{
	z-index: 0;
	overflow: hidden;
	height: 444px;
}
#images-slider.photo-single{
	overflow: visible;
}
.slider-box-cutter{
	position: absolute;
	left: 50%;
	top: 0;
	width: 4000px;
	min-height: 100%;
	max-height: 100%;
	margin: 0 0 0 -2000px;
	text-align: center;
	background: #ddd url('../images/ajax-loading.gif') no-repeat center center;
}
.slider-box-cutter .caroufredsel_wrapper,
#images-slider{
	min-height: 100%;
}
.slider-box-cutter .caroufredsel_wrapper{
	display: inline-block !important;
	overflow: visible !important;
}
#images-slider li{
	position: relative;
	z-index: 1;
	height: 444px;
	padding: 0 5px;
	text-align: center;
/*	background: #ddd;*/
}
#images-slider > li:last-child{
	position: absolute;
	z-index: 0;
	right: 100%;
}
#images-slider li img{
	opacity: 0.5;
	height: 444px;
	max-width: none;
}
.slider-nav{
	cursor: pointer;
	opacity: 0.8;
	position: absolute;
	z-index: 10;
	top: 0;
	width: 80px;
	height: 100%;
}
.slider-nav:hover{
	opacity: 1;
}
#prev{
	left: 0;
}
#next{
	right: 0;
}
.breadcrumb aside{
	display: inline-block;
	padding: 15px 0 0 20px;
	vertical-align: top;
}
#mobile-nav{
	display: none;
	z-index: 20;
	left: 0;
	top: -49px;
	width: 313px;
	height: auto;
	padding: 0;
	font-size: 14px;
	line-height: 125%;
	border: solid 1px #666;
}
#mobile-nav menu{
	display: none;
	position: absolute;
	left: -1px;
	top: 28px;
	width: 313px;
	height: auto;
	border: solid 1px #666;
	border-top: 0 none;
}
#mobile-nav menu li{
	height: auto;
	border-top: solid 1px #3e3e3e;
	background: #00adef url('../images/bg-li-mobile.png') no-repeat center bottom;
	-webkit-background-size: 313px 300px;
	-moz-background-size: 313px 300px;
	-o-background-size: 313px 300px;
	background-size: 313px 300px;
}
#mobile-nav menu li:first-child{
	border-top: 0 none;
}
#mobile-nav menu li:hover,
#mobile-nav menu li.active{
	background-image: url('../images/blank.png');
}
#mobile-nav menu li a:hover,
#mobile-nav menu li.active a:hover,
#mobile-nav menu li.active a,
#mobile-nav menu li.active a.active{
	color: #fff;
}
#mobile-nav menu li a:hover .month,
#mobile-nav menu li a:hover .day{
	color: #000;
}
#mobile-nav menu li a:hover .month{
	border-bottom-color: #000;
}
#mobile-nav figure{
	position: relative;
	height: auto;
	padding-bottom: 6px;
	background-color: transparent;
}
#mobile-nav figure figcaption{
	position: absolute;
	left: 125px;
	top: 3px;
	margin: 0;
	width: 178px;
}
#mobile-nav figure figcaption .text{
	margin-left: 10px;
}
#mobile-nav a:hover .img,
#mobile-nav a:hover .txt,
#mobile-nav li.active a .img,
#mobile-nav li.active a .txt{
	background-color: transparent;
}
#mobile-nav li.active a .img img,
#mobile-nav a:hover .img img{
	opacity: 0;
}
#mobile-nav li.active a .img img:first-child,
#mobile-nav a:hover .img img:first-child{
	opacity: 1;
}
#menu-show{
	cursor: pointer;
	padding: 0 10px;
	line-height: 27px;
	height: 27px;
	background: url('../images/bg-menu-show.png') repeat-x center bottom;
}
#menu-show b{
	font-size: 150%;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
#menu-show.opened b{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.mobile-mt{
	display: none;
}
#overlay{
	display: none;
	position: fixed;
	z-index: 19;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.25);
}
/* content off */

/* footer */
footer{
	height: 15px;
	padding: 10px 0;
}
.copy{
	font-size: 11px;
	color: #999;
}
.copy b{
	margin: 0 10px;
}
/* footer off */

/* jScrollPane */
.jspVerticalBar{
	right: 5px;
	width: 4px;
	background: none;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.jspVerticalBar:hover,
.jspVerticalBar:active{
	width: 8px;
}
.jspTrack{
	background: #ddd;
}
.jspDrag{
	background: #00adef;
}
.jspHorizontalBar{
	height: 4px;
	background: none;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.jspHorizontalBar:hover,
.jspHorizontalBar:active{
	height: 8px;
}
#videos .jspHorizontalBar .jspTrack,
#gallery .jspHorizontalBar .jspTrack{
	background: #fff;
}
/* jScrollPane off */








/* eof */
ul.photo-scroll-thumbs.img li{
	vertical-align: top;
}
ul.photo-scroll-thumbs.img{
		height: 320px;
		vertical-align: top;
}
.photo-scroll li .tr{
	width: 145px;
	height: 145px;
	text-align: center;
}
.gallery-thumb img{
 width: 145px;
 height: 145px;
 
}
#more,
#back{
	overflow: hidden;
	display: none;
	width: 125px;
	opacity: 1;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
#more.disabled,
#back.disabled,
#more.disabledImportant,
#back.disabledImportant{
	opacity: 0;
	width: 0;
}
#back img{
    -webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: 'FlipH';
}

.photo-scroll li .tr{
	overflow: hidden;
	display: block;
}
.menu-subtitle{
	display: none;
}
.winscroll td sup{
	position: relative;
	top: -4px;
}
.winscroll td:not([colspan]){
	width: 50%;
}