@charset "UTF-8";  
@font-face {
    font-family: 'corporate-light';
    src: url('../fonts/corporate-light.eot');
    src: url('../fonts/corporate-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/corporate-light.woff') format('woff'),
         url('../fonts/corporate-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@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;
}
.light{
    font-family: 'corporate-light';
}
.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,a,label{
	text-decoration: none;
	outline: none;
	color: inherit;
}
.a:hover,a:hover,label:hover{
	color: #00adef;
}
.a{
	cursor: pointer;
	display: inline;
}
hr{
	color: #000;
	height: 0;
	border: 0 none;
	border-top: solid 1px #000;
}
html,body{
	height: 100%;
}
*{
	text-rendering: optimizeLegibility;
}
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;*/
	/* coming soon */
	min-width: 875px;
	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']*/
#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%;
}
#desktop-nav{
	overflow: hidden;
}
.nav{
	height: 110px;
	padding: 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%);
	-webkit-box-shadow: 1px 0 0 #000, -1px 0 0 #000;
	-moz-box-shadow: 1px 0 0 #000, -1px 0 0 #000;
	box-shadow: 1px 0 0 #000, -1px 0 0 #000;
}
.nav menu{
	height: 110px;
}
.nav menu li{
	height: 110px;
}
menu,
.nav{
	color: #fff;
}
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{
	border-bottom-color: #00adef;
	background-color: #000;
}
.nav .img,
.nav .txt{
	width: 105px;
	height: 53px;
}
.nav .a:hover .img,
.nav .a:hover .txt{
	background-color: #000;
}
.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{
	opacity: 0;
}
.nav .img img:first-child,
.nav .a.active .img img:first-child{
	opacity: 1;
	position: absolute;
	left: 0;
	top: 0;
}
.nav .a:hover .img img{
	opacity: 1;
}
.nav .a:hover .img img:first-child{
	opacity: 0;
}
.nav .a.active .img img{
	opacity: 0 !important;
}
.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{
	color: #00adef;
}
.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{
	border-bottom-color: #00adef;
}
.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%;
	padding: 10px 10px 0 28px;
	font-size: 16px;
	line-height: 110%;
	color: #fff;
	background: url('../images/bg-logo.png') no-repeat left top;
}
.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(255,255,255,0);
	-moz-box-shadow: 0 0 10px rgba(255,255,255,0);
	box-shadow: 0 0 10px rgba(255,255,255,0);
}
.socials ul li a:hover img{
	-webkit-box-shadow: 0 0 10px rgba(255,255,255,0.5);
	-moz-box-shadow: 0 0 10px rgba(255,255,255,0.5);
	box-shadow: 0 0 10px rgba(255,255,255,0.5);
}
.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;
}
.premedgal.gallery .scroll{
	height: auto;
}
.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,
.video-gallery li.photo-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;
}
.video-gallery li.photo-li figure:after{
	display: none;
}
.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{
	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;
}
.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: 50%;
	margin-top: -24px;
	width: 48px;
	height: 48px;
	border: solid 1px #50524e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -24px 24px rgba(0,0,0,0.25), inset 0 0 1px #50524e;
	-moz-box-shadow: inset 0 -24px 24px rgba(0,0,0,0.25), inset 0 0 1px #50524e;
	box-shadow: inset 0 -24px 24px rgba(0,0,0,0.25), inset 0 0 1px #50524e;
}
.slider-nav:hover{
	opacity: 1;
}
#prev{
	left: 10px;
}
#next{
	right: 10px;
}
.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: 15px 10px 20px;
}
.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;
}
#more.remove,
#back.remove{
	opacity: 0 !important;
	width: 0 !important;
}
#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;
}

/* index-page  */

#main{
	padding-bottom: 111px;
}
.menu-subtitle{
	display: none;
}
#main-slider li{
	float: left;
	width: 1200px;
}
#main-slider li > img{
	width: 100%;
	max-height: none;
}
#nav-slider-pager,
#nav-slider-pager *{
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	color: transparent;
}
#main-slider li{
	position: relative;
}
#main-slider .breadcrumb{
	position: absolute;
	left: 0;	
	top: 0;
	margin: 0;
}
#main-slider .breadcrumb h1,
#main-slider .breadcrumb h2{
	display: inline-block;
	height: 60px;
	padding: 0 70px 0 40px;
	font-size: 40px;
	line-height: 60px;
	color: #fff;
	background: url('../images/bg-breadcrumb-blue-global.png') no-repeat right bottom;
}
.slide-info{
	position: absolute;
	left: 46%;
	top: 23%;
	width: 340px;
	color: #fff;
}
.slide-info.black{
	color: #000;
}
.slide-info.golf-article{
	left: 13%;
	top: 35%;
}
.slide-info.app-article{
	left: 43%;
}
.slide-info.c-classe-article{
	left: 9%;
	top: 19%;
}
.slide-info.testdrive-article,
.slide-info.service-article{
	left: 50%;
	top: 12%;
}
.slide-info.instagramm-article{
	left: auto;
	right: 6%;
	top: 12%;
}
.slide-info.ultimate-article{
	left: 12%;
	top: 19%;
	width: 580px;
}
.slide-info.ml-500-article{
	left: auto;
	right: 6%;
	top: 12%;
	width: 240px;
}
.slide-info.ml-500-gl-500-article{
	left: 13%;
	top: auto;
	bottom: 6%;
}
.slide-info h3{
	position: relative;
	font-size: 36px;
	line-height: 100%;
	margin: 0 0 10px;
}
.slide-info h3 img{
	position: absolute;
	right: 100%;
	top: 0;
	margin-right: 10px;
}
.slide-info p{
	font-size: 14px;
	line-height: 150%;
	margin: 0 0 20px;
}
.slide-info .button{
	font-size: 14px;
	margin: 0;
}
.black-container{
	padding: 0 10px;
	background: #000;
}
.additional-nav{
	overflow: hidden;
	height: 150px;
	padding: 48px 0 30px;
	border-bottom: solid 2px #00adef;
	background: #000 url('../images/arrow-down.png') no-repeat center 20px;
}
.width-fix{
	position: absolute;
	left: -10px;
	top: 0;
	width: 100%;
	padding: 0 10px;
}
.width-fixed{
	position: absolute;
	left: 0;
	top: 48px;
	width: 100%;
}
.additional-nav menu{
	width: 100%;
	height: 150px;
	table-layout: fixed;
	border-spacing: 20px 0;
}
.additional-nav li{
	width: 25%;
	height: 150px;
	background: url('../images/bg-additional-nav.png') no-repeat left top;
}
.additional-nav li a{
	display: block;
	height: 150px;
}
.additional-nav li a:hover{
	background: rgba(0,0,0,0.25);
}
.additional-nav .img{
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 43px;
	height: 43px;
	border: solid 1px #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.additional-nav .img .table{
	width: 43px;
	height: 43px;
}
.additional-nav li:hover .img img{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.additional-nav .title{
	display: block;
	padding: 20px 0 0 20px;
	color: #000;
	font-size: 36px;
	line-height: 100%;
	text-transform: uppercase;
	text-align: left;
	white-space: nowrap;
}
.additional-nav .description{
	display: block;
	padding: 0 10px 0 20px;
	font-size: 16px;
	line-height: 120%;
	text-align: left;
	color: #fff;
}
.additional-nav li a:hover img{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.bottom-mainpart{
	padding: 40px 0 0;
/*	border-bottom: solid 2px #00adef;*/
}
.facebook-block{
	width: 320px;
}
.fb-like-box{
	background: #fff;
}
.event-block{
	height: 108px;
	margin-right: 330px;
	padding: 20px 10px 26px;
	border-bottom: solid 1px #fff;
	background: #2c2c2c;
}
.event-block h2{
	margin: 0 162px 20px 0;
	padding: 0 0 10px;
	font-size: 14px;
	line-height: 120%;
	color: #ddd;
	text-transform: uppercase;
	border-bottom: solid 2px #000;
}
.event-block h3{
	margin-right: 162px;
	font-size: 20px;
	line-height: 120%;
	color: #fff;
	white-space: nowrap;
}
.event-block h4{
	margin-right: 162px;
	font-size: 30px;
	line-height: 120%;
	color: #00adef;
/*	white-space: nowrap;*/
}
#DC{
	overflow: hidden;
	position: absolute;
	right: 24px;
	top: 24px;
	width: 106px;
	height: 106px;
}
#DateCountdown{
	position: absolute;
	left: -13px;
	top: -13px;
	width: 300px;
	height: 132px;
}
#DateCountdown2{
	position: absolute;
	right: -73px;
	top: -5px;
	width: 300px;
	height: 116px;
}
.textDiv_Hours{
	display: none !important;
}
.i-gallery{
	padding: 5px 0 0;
	margin-right: 330px;
}
.i-gallery .logos{
	padding: 20px 0 10px;
/*	max-width: 650px;*/
}
.i-gallery .logos .right{
	margin-top: 11px;
}
.i-gallery iframe{
	width: 100% !important;
}
.white{
	color: #fff;
}
.breadcrumb{
	margin: 0;
	color: #000;
}
.breadcrumb h1,
.breadcrumb h2{
	background-image: url('../images/bg-breadcrumb-blue-global.png');
}
#innerpage .inside{
	padding: 30px 40px 120px;
	background: #ddd;
}
.blue-line{
	padding: 20px 0 0;
	margin: 0 10px;
	border-bottom: solid 2px #00adef;
}
#upslide{
	cursor: pointer;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
#innerpage .inside .info{
	width: 280px;
	font-size: 14px;
	line-height: 140%;
}
#innerpage .inside .info h2{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 16px;
}
#innerpage .inside .info p{
	margin: 0 0 16px;
}
#innerpage .table-form{
	margin: 0 0 0 330px;
}
.form table,
.text-table{
	width: 100%;
	text-align: left;
	table-layout: fixed;
	font-size: 14px;
}
.form table th{
	text-align: left;
}
.form table td,
.text-table td{
	width: 50%;
	padding: 10px 0 0 20px;
	vertical-align: top;
}
.form table td:first-child,
.text-table td:first-child{
	padding: 10px 20px 0 0;
}
.form table tr:first-child > *{
	padding: 0 0 10px;
	font-size: 16px;
}
.form table tr:first-child+tr td{
	padding-top: 16px;
	border-top: solid 1px #000;
}
.form table tr:last-child td{
	padding: 16px 0 0;
	text-align: right;
}
.input{
	display: block;
	margin: 4px 0 0;
	padding: 0 10px;
	border-top: solid 2px #71aed7;
	border-left: solid 2px #71aed7;
	background: #161817;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2MTgxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjJkMmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #161817 0%, #2b2d2c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#161817), color-stop(100%,#2b2d2c));
	background: -webkit-linear-gradient(top,  #161817 0%,#2b2d2c 100%);
	background: -o-linear-gradient(top,  #161817 0%,#2b2d2c 100%);
	background: -ms-linear-gradient(top,  #161817 0%,#2b2d2c 100%);
	background: linear-gradient(to bottom,  #161817 0%,#2b2d2c 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.input.select{
	padding: 0;
}
input:not([type='submit']){
	width: 100%;
	height: 28px;
	padding: 0;
	border: 0 none;
	color: #fff;
	background: none;
}
select{
	overflow: hidden;
	cursor: pointer;
	display: block;
	width: 100%;
	height: 28px;
	padding: 4px 6px 5px;
	border: 0 none;
	color: #fff;
	text-indent: 0.01px;
	text-overflow: '';
	background: url('../images/select.png') no-repeat right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-filter: blur(0px);
}
select::-ms-expand{
	display: none;
}
select option{
	color: #000;
}
button.button{
	margin: 6px 0 0;
	padding: 0 20px;
	line-height: 16px;
}
.form table table td{
	padding: 0 0 0 10px !important;
	font-size: 14px !important;
	text-align: left !important;
}
.form table table td:first-child{
	padding: 0 10px 0 0 !important;
}
.nowrap{
	max-width: 100%;
	white-space: nowrap;
}
.input.textarea{
	padding: 0 0 0 10px;
}
textarea{
	resize: none;
	display: block;
	width: 100%;
	height: 72px;
	padding: 4px 0;
	color: #fff;
	border: 0 none;
	background: none;
}
.form table td[colspan]{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.tab-nav{
	white-space: nowrap;
}
.tab-nav li{
	cursor: pointer;
	padding: 0 30px;
	margin: 0 1px 0 0;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	background: #474747;
	-webkit-box-shadow: inset 0 -30px 50px rgba(0,0,0,0.4), inset 0 0 3px rgba(0,0,0,0);
	-moz-box-shadow: inset 0 -30px 50px rgba(0,0,0,0.4), inset 0 0 3px rgba(0,0,0,0);
	box-shadow: inset 0 -30px 50px rgba(0,0,0,0.4), inset 0 0 3px rgba(0,0,0,0);
}
.contact-page .tab-nav li:last-child{
	padding: 0 16px;
}
.tab-nav li:hover,
.tab-nav li.active{
	color: #00adef;
	background: #000;
	-webkit-box-shadow: inset 0 -30px 50px rgba(0,0,0,0), inset 0 0 3px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0 -30px 50px rgba(0,0,0,0), inset 0 0 3px rgba(0,0,0,0.8);
	box-shadow: inset 0 -30px 50px rgba(0,0,0,0), inset 0 0 3px rgba(0,0,0,0.8);
}
.campain-page .tab-nav li:hover,
.campain-page .tab-nav li.active{
	background: #2a2a2a;
}
.tab-nav li.active{
	cursor: default;
}
.tab-nav li img{
	opacity: 0;
}
.tab-nav li img:first-child{
	opacity: 1;
	position: absolute;
	top: 8px;
}
.tab-nav li:hover img,
.tab-nav li.active img{
	opacity: 1;
}
.tab-nav li:hover img:first-child,
.tab-nav li.active img:first-child{
	opacity: 0;
}
.tabs{
	padding: 30px 0 0;
}
.tab{
	display: none;
}
.tab.active{
	display: block;
}
#innerpage .tab .table-form{
	width: 66.6%;
	margin: 0;
}
.text-table td,
.text-table td:first-child{
	padding-top: 0;
}
.text-table{
	font-size: 14px;
	line-height: 140%;
}
.text-table h2{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
}
.text-table h3{
	font-weight: bold;
}
.gray{
	color: #666;
}
.text-table .line{
	padding: 20px 0 !important;
}
.text-table .line hr{
	color: #fff;
	border: 0 none;
	border-top: solid 1px #fff;
	height: 0;
}
.text-table a{
	color: #00adef;
}
.fb-like-box iframe{
	background: #fff;
}
#videos.content{
	padding-bottom: 120px;
}
.campain-image{
	overflow: hidden;
	margin: -60px 0 0;
}
.black-bg.breadcrumb h1,
.black-bg.breadcrumb h2{
	background-image: url('../images/bg-breadcrumb-black-global.png');
}
.black-bg.breadcrumb h1{
	padding-right: 120px;
}
.campain-page .tab h2{
	font-size: 80px;
	line-height: 100%;
	margin: 0 0 30px;
}
.info-campain{
	max-width: 432px;
	font-size: 14px;
	line-height: 140%;
}
.info-campain p{
	margin: 0 0 20px;
}
.info-campain hr{
	margin: 10px 0;
	color: #fff;
	border-top: solid 1px #fff;
	height: 0;
}
.info-campain .button{
	margin: 20px 0 0;
	height: 40px;
	line-height: 38px;
	padding: 0 30px 0 10px;
}
.info-campain .price-info{
	font-size: 16px;
	line-height: 150%;
	width: 100px;
}
.arab-tab h2,
.arab-tab p{
	direction: rtl;
	text-align: right;
}
.arab-tab .info-campain .price-info{
	width: 130px;
	direction: rtl;
	text-align: right;
}
.info-campain .price{
	font-size: 50px;
	line-height: 100%;
}
.fb-like-box,
.fb-like-box span,
.fb-like-box iframe{
	width: 320px !important;
	height: 567px !important;
}
.form label{
	position: relative;
	display: block;
	font-size: 14px;
}
.form label sup{
	font-size: 16px;
}
.form label .arabic{
	position: absolute;
	right: 0;
	white-space: nowrap;
	direction: rtl;
	text-align: right;
}
.media-filter{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 0;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
}
.media-filter li{	
	cursor: pointer;
	display: inline-block;
	padding: 0 0 0 20px;
	margin: 0;
	font-size: 20px;
	line-height: 100%;
	color: #000;
	margin: 12px 0 0 20px !important;
}
.media-filter li:first-child{	
	margin-left: 0 !important;
}
.media-filter li:before{
	position: absolute;
	left: 0;
	top: 4px;
	width: 10px;
	height: 10px;
	content: ' ';
	border: solid 2px #000;
	background: #000;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.media-filter li.active{
	cursor: default;
}
.media-filter li.active:before{
	background: #00adef;
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.8);
	box-shadow: inset 0 0 4px rgba(0,0,0,0.8);
}
.breadcrumb a:hover{
	color: #fff;
}
#video-page .breadcrumb, #gallery-page .breadcrumb{
	background: #fff;
}
#gallery-page.single-page .breadcrumb{
	background: #ddd;
}
#gallery-page.single-page .breadcrumb h2{
	background: none;
}
#gallery-page.single-page .breadcrumb h2 a:hover{
	color: #00adef;
}
#video-page .movie{
	padding-bottom: 20px;
	height: auto;
}
.photo-gallery-scroll{
	padding-bottom: 40px;
}
.photo-single .slider-nav{
	top: 0;
	width: 80px;
	height: 100%;
	border: 0 none;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.photo-single .slider-nav#prev{
	left: 0;
}
.photo-single .slider-nav#next{
	right: 0;
}
main{
	z-index: 0;
}
#images-slider li{
	background: none;
}
.slider-box-cutter{
	background: transparent url('../images/ajax-loading.gif') no-repeat center center;
}
:focus::-webkit-input-placeholder{
   color: transparent;
}
:focus:-moz-placeholder{
   color: transparent;
}
:focus::-moz-placeholder{
   color: transparent;
}
:focus:-ms-input-placeholder{  
   color: transparent;
}
.video-thumbs.img{
	height: 273px;
}
.jspVerticalBar{
	display: none;
}
.video-info .jspVerticalBar{
	display: block;
}


/* eof */


.error-ico{
	background: url("../images/error.png") no-repeat right center !important;
}
textarea.error-ico{
	background-position: right 10px center !important;
}
.err-mess{
	opacity: 0.9;
    position: absolute;
    right: 34px;
	top: 50%;
	margin: -13px 0 0;
    padding: 5px;
	font-size:11px;
	color: #fff;
	border-bottom: 1px solid #a00;
	background: #f00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}





.instagram-gallery-ul{
	overflow: hidden;
	white-space: nowrap;
}
.instagram-gallery-ul.hidden{
	display: none;
	margin-top: 10px;
}
.instagram-gallery-ul.first{
	margin-bottom: 10px;
}
.instagram-thumb{
	opacity: 0.5;
	display: inline-block;
	width: 162px;
	margin-right: 10px;
}
.instagram-thumb:hover{
	opacity: 1;
}
.instagram-thumb img{
	width: 100%;
}
#ui-datepicker-div{
	margin: 0 0 0 -10px;
}




/* coming soon */
.slide-1{
	left: 0;
	top: 50%;
	width: 100%;
	font-size: 36px;
	line-height: 100%;
}
.slide-2{
	left: auto;
	right: 16%;
	top: 45%;
	width: auto;
	font-size: 36px;
	line-height: 100%;
}
.slide-3{
	left: 10%;
	top: 14%;
	width: auto;
	font-size: 36px;
	line-height: 100%;
}
.slide-3 .black{
	color: #000;
}
/* coming soon off */


#innerpage.prereg .inside,
.prereg#videos{
	padding-bottom: 0;
	background: #fff url('../content/prereg-bg.jpg') no-repeat right bottom;
/*	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;*/
}
.prereg#videos{
	padding-bottom: 232px;
}
#innerpage.prereg .table-form{
	margin: 0 300px 0 0;
	max-width: 600px;
}
#innerpage.prereg .form table tr:last-child td{
	text-align: left;
}
.prereg-right{
/*	margin: 0 0 -120px;*/
}
.show-gallery{
	margin: 50px 0 0;
}
@-moz-document url-prefix(){ 
	.show-gallery{
		margin: 30px 0 0;
	}
}
.move-top{
	position: absolute;
	right: 0;
	bottom: 100%;
}
.move-soc .socials{
	right: 10px;
	bottom: 10px;
	width: 230px;
	padding: 45px 0;
}
.move-soc .socials ul li img {
	-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);
}
.move-soc .socials ul li a:hover img {
	-webkit-box-shadow: 0 0 10px rgba(255,255,255,0.5);
	-moz-box-shadow: 0 0 10px rgba(255,255,255,0.5);
	box-shadow: 0 0 10px rgba(255,255,255,0.5);
}
.prereg .breadcrumb h1{
	background-image: url('../images/bg-breadcrumb-navi-global.png');
}
#favoriteDrive{
	display: block;
	padding: 4px 0 0;
}
