/* umg_contest 1 | style.css */

/* @font-face */
@font-face { font-family:'webfont1'; src:url('../fonts/webfont1.eot'); src:url('../fonts/webfont1.eot?#iefix') format('embedded-opentype'), url('../fonts/webfont1.woff2') format('woff2'), url('../fonts/webfont1.woff') format('woff'), url('../fonts/webfont1.ttf') format('truetype'), url('../fonts/webfont1.svg#webfont1') format('svg'); font-weight:normal; font-style:normal; }
@font-face { font-family:'webfont2'; src:url('../fonts/webfont2.eot'); src:url('../fonts/webfont2.eot?#iefix') format('embedded-opentype'), url('../fonts/webfont2.woff2') format('woff2'), url('../fonts/webfont2.woff') format('woff'), url('../fonts/webfont2.ttf') format('truetype'), url('../fonts/webfont2.svg#webfont2') format('svg'); font-weight:normal; font-style:normal; }


/* reset etc. */
html, body { height:100%; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { color:inherit; margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
body, body div { line-height:1.3em; }
body, td { -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
ol, ul, li { margin:0; padding:0; list-style:none; list-style-type:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse:collapse; border-spacing:0; }
html { -webkit-text-size-adjust:100%; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:0; }


/* preloader */
#preloader { position:fixed; top:0; left:0; right:0; bottom:0; background:#f00; z-index:10001; }
#loading-animation { width:220px; height:220px; position:absolute; left:50%; top:50%; margin:-110px 0 0 -110px; cursor:pointer; }
#loading-animation .bgSpinner { position:absolute; left:0px; top:0px; z-index:1; -webkit-animation:spinner 0.5s linear infinite; -webkit-animation-direction:alternate; animation:spinner 0.5s linear infinite; animation-direction:alternate; }
@-webkit-keyframes spinner { 0% {-webkit-transform:translate(0,10px);transform:translate(0,10px);} 100% {-webkit-transform:translate(0,-10px);transform:translate(0,-10px);} }
@keyframes spinner { 0% {-webkit-transform:translate(0,10px);transform:translate(0,10px);} 100% {-webkit-transform:translate(0,-10px);transform:translate(0,-10px);} }


/* basics */
body { color:#333; font-family:'webfont1', Helvetica, Arial, sans-serif; font-size:17px; text-align:center; background:#fff; -ms-word-wrap:break-word; word-wrap:break-word; }
td, th, p, li, .text { font-family:'webfont1', Helvetica, Arial, sans-serif; font-size:17px; text-align:left; }
b, strong { font-family: 'webfont2', Impact, Helvetica, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 { line-height:1.1em; color:#000; font-weight:normal; margin:0px; padding:0px; text-rendering:optimizeLegibility; }
h1, h2, h3, h4, h5, h6 { overflow-wrap:break-word; word-wrap:break-word; -ms-word-break:break-all; word-break:break-all; word-break:break-word; -ms-hyphens:auto; -moz-hyphens:auto; -webkit-hyphens:auto; hyphens:auto; }
h1, h2, h3, h4, h5 { font-family: 'webfont2', Impact, Helvetica, Arial, sans-serif; text-transform:uppercase; }
h1 { font-size:48px; letter-spacing:2px; }
h2 { font-size:23px;text-align:center;margin:5px 0 10px 0;font-family: 'webfont1', Impact, Helvetica, Arial, sans-serif;}
h3 { font-size:56px; word-wrap:break-word; }
h4 { font-size:36px; }
h5 { font-size:30px; line-height:1.3em; margin:0 0 10px 0; text-transform:none; font-family:'webfont1', Impact, Helvetica, Arial, sans-serif; }
h6 { font-size:24px; margin:0 0 5px 0; }
td img, img { display:block; }

a:link, a:visited { color:#000; text-decoration:none; -moz-outline-style:none; outline:none; }
a:hover, a:active { color:#666; text-decoration:none; -moz-outline-style:none; outline:none; }


/* msg */
#msg { position:fixed; display:block; top:0; left:0; right:0; padding:30px; z-index:10002; }
#msg a.close { display:block; }


/* header_norm */
.header_norm { pointer-events:none; position:fixed; left:0px; top:0px; width:100%; height:50px; text-align:center; overflow:hidden; z-index:7000; background:none; }
.header_norm a { pointer-events:all; }

.header_norm .menu { display:none; position:absolute; text-align:center; width:60px; height:45px; left:20px; top:12px; z-index:11; }
.header_norm .menu a.btn { display:block; }

body.compact .header_norm .menu a.btn:hover .nav-icon span, body.compact .header_norm .menu a.btn:active .nav-icon span { background:#000; } 

.header_norm .menu {position:absolute;text-align:center;width:24px;height:19px;left: 20px;top: 15px;z-index:11;}
.header_norm .menu a.btn { display:block; }
.header_norm .menu a.btn .nav-icon { position:relative; width:24px; height:19px; display:block; }
.header_norm .menu a.btn .nav-icon span {position:absolute;height:3px;width:24px;display:block;background: #000;}
.header_norm .menu a.btn:hover .nav-icon span, .header_norm .menu a.btn:active .nav-icon span { background:#666; }
.header_norm .menu a.btn .nav-icon span:nth-child(1) { top:0px; }
.header_norm .menu a.btn .nav-icon span:nth-child(2) { top:8px; }
.header_norm .menu a.btn .nav-icon span:nth-child(3) { bottom:0px; }
.header_norm .menu a.btn .nav-icon span { -webkit-transition:all .3s cubic-bezier(.35,0,.25,1); transition:all .3s cubic-bezier(.35,0,.25,1); }

body.menu_on .header_norm { -moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; }
body.menu_on .header_norm .menu a.btn:link .nav-icon span, body.menu_on .header_norm .menu a.btn:visited .nav-icon span { }
body.menu_on .header_norm .menu a.btn:hover .nav-icon span, body.menu_on .header_norm .menu a.btn:active .nav-icon span { }
body.menu_on .header_norm .menu a.btn .nav-icon span:nth-child(1) { -webkit-transform: translate(0,8px) rotate(45deg); -ms-transform: translate(0,8px) rotate(45deg); transform: translate(0,8px) rotate(45deg); }
body.menu_on .header_norm .menu a.btn .nav-icon span:nth-child(2) { opacity: 0; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; }
body.menu_on .header_norm .menu a.btn .nav-icon span:nth-child(3) { -webkit-transform: translate(0,-8px) rotate(-45deg); -ms-transform: translate(0,-8px) rotate(-45deg); transform: translate(0,-8px) rotate(-45deg); }

body.menu_on .nav_overlay { display:table !important; top:-25% !important; }

.header_norm .social {position:absolute;right:10px;top: 5px;}
.header_norm .social ul { text-align:center; font-size:0; }
.header_norm .social ul li { float:none; display:inline-block; margin:0; }
.header_norm .social ul li a {text-align:center;font-size: 26px;line-height: 40px;width: 40px;height: 40px;display:block;}


/* header > nav_overlay */		
body .nav_overlay { display:none; position:fixed; left:0px; top:100%; width:100%; height:150%; overflow:hidden; padding:0px; background:#fff; animation:preloaderbgloop 0.3s infinite; z-index:1001; }
body .nav_overlay .nav_holder { display:table-cell; vertical-align:middle; }

.nav_overlay .nav_overlay_header { height:170px; }

.nav_overlay .tab ul { display:block; position:relative; text-transform:uppercase; font-size:0px; border-top:1px solid #eee; }
.nav_overlay .tab ul li { display:block; position:relative; margin:0; border-bottom:1px solid #eee; text-align:center; }
.nav_overlay .tab ul li:last-child { }
.nav_overlay .tab ul li a { font-family:'webfont2', Helvetica, Arial, sans-serif; text-transform:uppercase; line-height:1.2em; font-size:28px; letter-spacing:1px; padding:10px 0; display:block; }
.nav_overlay .tab ul li a:link, .nav_overlay .tab ul li a:visited { color:#666; }
.nav_overlay .tab ul li a:hover, .nav_overlay .tab ul li a:active, .nav_overlay .tab ul li.on a { color:#000; }

.nav_overlay .nav_social .social { display:none; }
.nav_overlay .nav_social .social ul { margin:0 auto; font-size:0; height:94px; overflow:hidden; }
.nav_overlay .nav_social .social li { display:inline-block; margin:10px 0px; border-bottom:0px none; overflow:hidden; }
.nav_overlay .nav_social .social li:last-child { border-right:0px none; }
.nav_overlay .nav_social .social li a { font-size:36px; line-height:74px; text-align:center; padding:0; width:64px; height:70px; display:block; overflow:hidden; }
.nav_overlay .nav_social .social li a:link, .nav_overlay .nav_social .social li a:visited { color:#000; }
.nav_overlay .nav_social .social li a:hover, .nav_overlay .nav_social .social li a:focus { color:#666; }
.nav_overlay .nav_social .social li a [class*=" icon-"]:before, .nav_overlay li.nav_social .social li a [class^=icon-]:before { margin-right:0em; margin-left:.1em; }

body.menu_on .header_norm { }


/* wrapper, article, section, hero, backgrounds */
.wrapper { min-width:360px; max-width:1080px; margin:0 auto; padding:0 20px; position:relative; }
article { z-index:100; min-width:360px; margin:0 auto; padding:0; position:relative; }
.body_section article { margin:40px auto 0 auto; }
section { width:100%; height:auto; padding:0; position:relative; display:block; overflow:hidden; border-bottom:0px solid #000; }
section .section_wrapper { position:relative; display:block; padding:80px 20px 70px 20px; }
section .section_content { position:relative; max-width:1080px; margin:0 auto; padding:0; }
section .section_content h3 { position:relative; display:block; margin:0 0 40px 0; padding:0 20px; }
/* section .section_content h3:before, section .section_content h3:after { background:#000; content:""; display:block; height:9px; position:absolute; top:50%; width:400%; } section .section_content h3:before { right:100%; } section .section_content h3:after { left:100%; } section .section_content .h3_container { margin:0 -1000px; position:relative; overflow:hidden; text-align:center; } */
section .section_content h4 { margin:0 0 20px 0; }
section .section_content .subheadline { font-size:14px; line-height:14px; letter-spacing:2px; font-family:"webfont2", "Helvetica Neue", "Trebuchet MS", Helvetica, Arial, sans-serif; text-transform:uppercase; text-align:center; margin:-25px auto 40px auto; }


/* backgrounds */
.bg1 { background:#fff; }
.bg1, .bg1 h1, .bg1 h2, .bg1 h3, .bg1 h4, .bg1 h5, .bg1 h6 { color:#333; }
.bg1 a:link, .bg1 a:visited { color:#000; }
.bg1 a:hover, .bg1 a:active { color:#666; }
.bg1 input.submit, .bg1 a.button, .bg1 a.button:link, .bg1 a.button:visited, .bg1 .button, .bg1 button, .bg1 input[type="submit"], .bg1 input[type="reset"], .bg1 input[type="button"] { color:#fff; background-color:#000; }
.bg1 .button:hover, .bg1 button:hover, .bg1 a.button:hover, .bg1 input[type="submit"]:hover, .bg1 input[type="reset"]:hover, .bg1 input[type="button"]:hover, .bg1 .button:active, .bg1 button:active, .bg1 a.button:active, .bg1 input[type="submit"]:active, .bg1 input[type="reset"]:active, .bg1 input[type="button"]:active { color:#fff; background-color:#000; }

.bg2 { background:#000; }
.bg2, .bg2 h1, .bg2 h2, .bg2 h3, .bg2 h4, .bg2 h5, .bg2 h6 { color:#eee; }
.bg2 a:link, .bg2 a:visited { color:#fff; }
.bg2 a:hover, .bg2 a:active { color:#666; }
.bg2 input.submit, .bg2 a.button, .bg2 a.button:link, .bg2 a.button:visited, .bg2 .button, .bg2 button, .bg2 input[type="submit"], .bg2 input[type="reset"], .bg2 input[type="button"] { color:#000; background-color:#fff; }
.bg2 .button:hover, .bg2 button:hover, .bg2 a.button:hover, .bg2 input[type="submit"]:hover, .bg2 input[type="reset"]:hover, .bg2 input[type="button"]:hover, .bg2 .button:active, .bg2 button:active, .bg2 a.button:active, .bg2 input[type="submit"]:active, .bg2 input[type="reset"]:active, .bg2 input[type="button"]:active { color:#000; background-color:#fff; }

.bg_image { background-color:#ccc; background-attachment:fixed; background-repeat:no-repeat; background-position:center 0px; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; }
body.device .bg_image { background-attachment:scroll; }
.bg_image .section_wrapper { background:rgba(0,0,0,0.5); }


/* intro */
.intro { width:100%; height:100%; position:relative; box-sizing:border-box; padding:0 20px; overflow:hidden;}
.intro.bg2 a:link, .intro.bg2 a:visited { color:#000; }
.intro.bg2 a:hover, .intro.bg2 a:active { color:#fff; }

/* intro-backgounds */
.bg_video_holder { position:absolute; overflow:hidden; left:0px; top:0px; width:100%; height:100%; z-index:0; }
.bg_video_holder { background-position:center center; background-attachment:scroll; background-repeat:no-repeat; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; }
.bg_video { position:absolute; left:0px; top:0px; z-index:0; -webkit-transition:opacity 2s ease-in-out; -moz-transition:opacity 2s ease-in-out; -o-transition:opacity 2s ease-in-out; transition:opacity 2s ease-in-out; }
.bg_video_off { display:none; filter:alpha(opacity=0); -moz-opacity:0; opacity:0; }
.bg_video_on { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
.fg_video {pointer-events:none;position:absolute;overflow:hidden;left:0px;top:0px;width:100%;height:100%;filter:alpha(opacity=30);-moz-opacity:0.3;/* opacity: 0.3; *//* background: url(../images/layout/bg_dark_noise.png?v=1); */}
.bg_video_blocker {/* background-image: linear-gradient(to bottom, transparent, #f00); */filter:alpha(opacity=40);-moz-opacity:0.4;/* opacity:0.4; */position:absolute;overflow:hidden;left:0px;top:0px;width:100%;height:100%;z-index:1;pointer-events:none;}

.intro .table { position:relative; width:100%; height:100%; min-height:100%; z-index:100; }
.intro .row, .intro .cell { position:relative; }
.intro .line { text-align:center; line-height:1.1em; }

.intro .row1 {height: 75%;}
.intro .row1 .cell1 { vertical-align:bottom; }
.intro .headlines { max-width:960px; margin:0 auto; }
.intro .row1 .cell1 .line2 { margin:20px auto 10px auto;text-transform:uppercase; }
.intro .row1 .cell1 .line3 { font-size:28px; }
.intro .row2 {height: 25%;min-height:200px;vertical-align:top;}
.intro .row2 .cell2 .headlines li { display:inline-block; margin:0 10px; }


/* info */
.info .text { margin: 0 auto 10px auto; }


/* create */
.create { margin:0 auto; padding:0; }
.create h3 { margin:20px 0; }
.create .cta { font-size:0.8em; width:80%; margin:0 auto 20px auto; }
.create .cta a { display:inline-block; border-bottom: 1px dotted; }
.create #btn_select { margin:0; cursor:pointer !important; }
.create #hint { max-width:280px; margin:0 auto 30px auto; }
.create #hint .desc { margin:0 auto 5px auto; font-size:0.8em; color:#666; }

.create .canvasborder .display { padding:0; }
.create #output { position:absolute; left:-9999px; top:0px; width:1px; height:1px; display:block; overflow:hidden; }
.create #progress_bar {position:relative;margin: 0 0 10px 0;padding:3px;border:1px solid #ccc;font-size: 14px;clear: both;opacity: 0;-moz-transition: opacity 1s linear;-o-transition: opacity 1s linear;-webkit-transition: opacity 1s linear;}
.create #progress_bar.loading_progress { opacity:1.0; }
.create #progress_bar .percent { background:#ddd; height:auto; width:0; }
.create #progress_bar .icon { position:absolute; right:0px; top:3px; }

.create { display:block; margin:20px auto; }
.create .table_checkbox { margin:0 0 20px 0; }
.create .table_checkbox * {text-align:left; }
.create .table_checkbox .warning, .create .table_checkbox .warning .icon, .create .table_checkbox .warning .icon:before { color:#f00; }
.create .table_checkbox a { display:inline-block; border-bottom:1px dotted; }
.create .cell_checkbox { width:50px; vertical-align:top; padding:5px 0 0 0; }


/* show */
.main_container .loading_item { margin-top:300px; }
.show {filter:alpha(opacity=0);-moz-opacity:0;opacity:0;transition:opacity 0.5s ease-in-out;-moz-transition:opacity 0.5s ease-in-out;-webkit-transition:opacity 0.5s ease-in-out;}
.show_on { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }

.show .nav a { color:#000; position:absolute; width:100px; height:100%; top:0px; background:rgba(255,255,255,0.0); }
.show .nav a.prev { left:0px; }
.show .nav a.next { right:0px; }
.show .nav a span.icon { font-size:64px; position:absolute; top:50%; margin:-32px 0 0 0; filter:alpha(opacity=1); -moz-opacity:1; opacity:1; }
.show .nav a:hover span.icon, .show .nav a:hover span.active { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
.show .nav a.prev span.icon { left:0px; }
.show .nav a.prev:hover span.icon, .show .nav a.prev:hover span.active { left:0px; }
.show .nav a.next span.icon { right:0px; }
.show .nav a.next:hover span.icon, .show .nav a.next:hover span.active { right:0px; }

.show .item_display { margin:0 auto 20px auto; text-align:center; }
.show .item_display .likes_count .loading { font-size:inherit; display:inline; margin:0; text-align:left; }

.show .item_display .item_image { position:relative; margin:0 auto 10px auto; display:block; }
.show .item_display .item_image .table { width:100%; }
.show .item_display .item_image .table .cell_prev { width:55px; text-align:left; }
.show .item_display .item_image .table .cell_next { width:55px; text-align:right; }
.show .item_display .item_image .table .cell_nav { display:none; }
.show .item_display .item_image .cell_img .img-full { box-sizing:border-box;width:100%;max-width:540px;margin:0 auto 20px auto;}
.show .item_display .item_image span { font-size:32px; }

.show .item_display .item_caption { max-width:540px; margin:0 auto; position:relative; }
.show .item_display .item_caption table { margin:0 auto 20px auto; width:100%; }
.show .item_display .item_caption table td { vertical-align:top; text-align:left; padding:0 0 10px 0; }
.show .item_display .item_caption table td.key_small, .show .item_show .item_caption table td.val_small { line-height: 1.5em; font-size:0.5em; padding:0 0 5px 0; }
.show .item_display .item_caption table td.key { width:36px; }
.show .item_display .item_caption table td.val_shoplink a { cursor:help; white-space:nowrap; }
.show .item_display .item_caption table td.val_static img, .show .item_show .item_caption table td.val_iframe iframe { width:100%; margin:10px 0 0 0; border:1px solid #ccc; box-sizing:border-box; }

.show .item_tools { max-width:540px;margin:0 auto;position:relative;}
.show .item_tools .share_options_holder { margin:10px 0 0 0; display:table; width:100%; }
.show .item_tools ul.share_options { display:table-row; }
.show .item_tools ul.share_options li { display:table-cell; width:19%; margin:0; text-align:center; }
.show .item_tools ul.share_options li.delimiter { width:1.25%; height:10px; }
.show .item_tools ul.share_options li a { font-size:36px; min-width:auto; width:100%; padding:15px 0px; }
.show .item_tools ul.share_options li a .caption { margin:5px 0 0 0; font-size:12px; }
.show .item_tools .infos { display:none; color:rgba(255,255,255,0.01); margin:10px 0 0 0; }
.show .item_tools .share_url_holder { text-align:left; margin:0 0 20px 0; }
.show .item_tools button.copy-button { float:right; font-size:16px; width:24%; margin:10px 0 20px 0; padding:10px; display:inline-block; }


/* footer */
.footer { z-index:100; padding:80px 20px; text-align:center; }
.footer a:link, .footer a:visited { color:#fff; }
.footer a:hover, .footer a:active { color:#ccc; }

.footer h5 { text-transform:uppercase; font-family:"webfont3", "Trebuchet MS", Helvetica, Arial, sans-serif; letter-spacing:3px; font-size:26px; line-height:26px; }
.footer h5 a:link, .footer h5 a:visited { border-bottom:none; }
.footer h5 a:hover, .footer h5 a:active { border-bottom:none; }

.footer .shop_url { margin:18px 0 0 0; }

.footer .social_networks { display:block; margin:0 auto 0 auto; padding:0 0 10px 0; }
.footer .social_networks .desc { text-align:center; margin:0 0 15px 0; }
.footer .social ul { position:relative; text-align:center; margin:0 auto; }
.footer .social li { margin:0 10px; display:inline-block; }
.footer .social li a { color:#fff; font-size:36px; line-height:80px; text-align:center; width:80px; height:80px; overflow:hidden; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
.footer .social li a:hover, .footer .social li a:focus { color:#000; }
.footer .social li { display:inline-block; margin:0 10px; padding:0; overflow:hidden; }

/* footer > credits */
.credits { color:#fff; padding:0 20px; }
.credits .delimiter { display:inline-block; margin:0 10px; color:rgba(255,255,255,0.75); }
.credits a:link, .credits a:visited { color:#fff; }
.credits a:hover, .credits a:active { color:#000; }


/* images */
.imageborder, .contentborder { position:relative; border:0px solid #999; }
a.imageborder { display:block; border:0px solid #999; }
a.imageborder:link, a.imageborder:visited, a:link .imageborder, a:visited .imageborder { border:0px solid #999; }
a.imageborder:hover, a.imageborder:active, a:hover .imageborder, a:active .imageborder { border:0px solid #fff; }

.imageborder_holder { margin:0 0 10px 0; position:relative; overflow:hidden; box-sizing:border-box; }
.imageborder_holder img { width:100%; height:auto !important; }
.imageborder_holder a img { box-sizing:border-box; position:relative; -webkit-transition:-webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.175), opacity 0.1s; transition:transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.175), opacity 0.1s; -webkit-transform:translateZ(0); -ms-transform:translateZ(0); transform:translateZ(0); -webkit-filter:blur(0); filter:blur(0); }
.imageborder_holder a { box-sizing:border-box; position:relative; width:100%; height:100%; display:block; }
.imageborder_holder a .icon {color:#fff;width:100%;height:100%;top:0px;text-align:center;font-size:32px;display:block;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;position:absolute;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.imageborder_holder a .icon:before { position:absolute; width:100%; text-align:center; top:50%; left:0; margin:-16px 0 0 0; padding:0; filter:alpha(opacity=0); -moz-opacity:0; opacity:0; }
.imageborder_holder a:hover .icon, .imageborder_holder a:focus .icon { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
.imageborder_holder a:hover .icon:before, .imageborder_holder a:focus .icon:before { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
.imageborder_holder a:hover img, .imageborder_holder a:focus img { filter:alpha(opacity=0.5); -moz-opacity:0.5; opacity:0.5; }

.imageborder_ratio a { position:absolute; top:0px; right:0px; bottom:0px; left:0px; width:100%; height:100%; display:block; }
.imageborder_ratio a .imageborder { position:relative; width:100%; height:100%; box-sizing:border-box; }
.imageborder_ratio a .imageborder .display { position:relative; top:0px; right:0px; bottom:0px; left:0px; display:block; overflow:hidden; width:100%; height:100%; -webkit-transform-style:preserve-3d; -moz-transform-style:preserve-3d; transform-style:preserve-3d; }
.imageborder_ratio a .imageborder .display img { position:relative; width:100%; top:50%; height:auto !important; -webkit-transform:translateY(-50%) translateZ(0); -ms-transform:translateY(-50%) translateZ(0); transform:translateY(-50%) translateZ(0); -webkit-filter:blur(0); filter:blur(0); }
@media screen and (-webkit-min-device-pixel-ratio:0) { /* safari 5.1-6.0 "only" override, stack->q=16348489 */ ::i-block-chrome,.imageborder_ratio a .imageborder .display img { position:absolute; top:0; bottom:0; margin:auto; -webkit-transform:translateY(0) translateZ(0); -ms-transform:translateY(0) translateZ(0); transform:translateY(0) translateZ(0); } }

.imageborder_ratio_s a .imageborder .display { background:#000; }
.imageborder_ratio_s a .imageborder .display img { max-height:100%; max-width:100%; width:auto; height:auto; position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; -webkit-transform:translateY(0) translateZ(0); -ms-transform:translateY(0) translateZ(0); transform:translateY(0) translateZ(0); }

img.contained { max-height:100%; max-width:100%; width:auto; height:auto; position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; }
img.fancybox { cursor:pointer; }
img.grayscale { -webkit-filter:grayscale(100%); filter:grayscale(100%); filter:gray; filter:url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); }


/* videos */
.videoborder { position:relative; border:0px solid #999; margin:0 0 10px 0; background:#666; }
.videoborder .display { width:100%; height:0; display:block; position:relative; padding-bottom:56.25%; background:#000; background:rgba(0,0,0,0.5); }
.videoborder .display iframe, .videoborder .display video { position:absolute; top:0; left:0; width:100%; height:100%; }
.videoborder .display .loading { position:absolute; left:50%; top:50%; margin:-25px 0 0 -25px; color:#666; }


/* canvas */
.canvasborder { position:relative; border:0px solid #999; margin:0 0 10px 0; background:#eee; }
.canvasborder .display { width:100%; height:0; display:block; position:relative; padding:0 0 56.25% 0; background:rgba(0,0,0,0.5); }
.canvasborder .display canvas { position:absolute; top:0; left:0; width:100%; height:100%; background:#333; }


/* member specials */
.loggedin { display:none; }
.notloggedin { text-align:center; }
.notloggedin .desc { text-align:center; width:66%; margin:15px auto; padding:15px; border:1px dotted #666; background:rgba(255,255,255,0.1); -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; }
.notloggedin .desc .icon { font-size:36px; margin:0 0 15px 0; }


/* misc */
.animated_manual_animation { -webkit-animation-duration:1s; animation-duration:1s; -webkit-animation-fill-mode:both; animation-fill-mode:both; }
.animated, .animated_manual { visibility:hidden; }
.visible { visibility:visible; }
body.device .onstart, body.device .animated { display:block; visibility:visible; }

.more { text-align:center; padding:15px 0 0 0; font-family:"webfont2", Impact, Helvetica, Arial, sans-serif; font-size:23px; line-height:27px; letter-spacing:1px; text-transform:uppercase; }
.more a { display:inline-block; padding:10px 0; }
.more .button { margin:0 auto; }
.more a:link, .more a:visited { }
.more a:hover, .more a:active { }
a.text_truncate_toggle { text-decoration:none; }
.text_truncate .more, a.bold, .project .project_container .texts .more { text-align:left; padding:10px 0; font-size:inherit; line-height:inherit; font-family:"webfont2", Impact, Helvetica, Arial, sans-serif; text-transform:uppercase; }

.blw { display:inline-block; width:0.1px; }
.icon-vk:before { margin-left:-7px !important; }
.nomore { margin:10px 0; font-size:12px; line-height:12px; text-transform:uppercase; }
.no_content { text-align:center; } 
#log { position:fixed; z-index:1000; left:5px; bottom:5px; background:#666; color:#fff; text-align:left; font-size:9px; line-height:18px; font-family:Helvetica, Arial, sans-serif; border:2px solid #000; padding:5px; width:500px; max-height:100px; overflow:scroll; overflow-x:hidden; overfow-y:scroll; }
#log .ctrl { position:absolute; right:5px; top:5px; }
.anchor { width:1px; height:1px; overflow:hidden; }
object, embed { -moz-outline-style:none; outline:none; display:block; margin:0; padding:0; }
.small { font-family:Arial, Helvetica, sans-serif; font-size:14px; }
.loading { font-size:24px; }
.loading .icon:before { line-height:2.5em; }

.round { -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
.shadow { -moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.7); -webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.7); box-shadow:0px 0px 15px rgba(0, 0, 0, 0.7); }
.transition_all { -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }
.engraved { text-shadow:0px 1px 0px rgba(255,255,255,.3); }
.dimmed { cursor:default; filter:alpha(opacity=50); -moz-opacity:0.50; opacity:0.50; }
.textshadow { text-shadow:0px 0px 3px rgba(0,0,0,.75); }
.table { display:table; }
.row { display:table-row; }
.cell { display:table-cell; vertical-align:middle; }
.v_center_parent { -webkit-transform-style:preserve-3d; -moz-transform-style:preserve-3d; transform-style:preserve-3d; }
.v_center_child { position:relative; top:50%; -webkit-transform:translateY(-50%) translateZ(0) !important; -ms-transform:translateY(-50%) translateZ(0) !important; transform:translateY(-50%) translateZ(0) !important; -webkit-filter:blur(0); filter:blur(0); }
.avoid-clicks { pointer-events:none; }
.h_divider_big { width:100%; height:7px; display:block; border-bottom:1px solid #654f33; background:rgba(0,0,0,0.3) url(../images/layout/bg_h_divider_big.png) center center repeat-x; } 
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }
hr { height:0; border:0; border-top:1px dotted #999; clear:both; margin:15px 0; }
.twocolumns { -webkit-columns:2; -moz-columns:2; columns:2; -webkit-column-gap:2em; -moz-column-gap:2em; column-gap:2em; /* -webkit-column-rule:1px dotted #999; -moz-column-rule:1px dotted #999; column-rule:1px dotted #999; */ }
.threecolumns { -webkit-column-count:3; -moz-column-count:3; column-count:3; -webkit-column-gap:2em; -moz-column-gap:2em; column-gap:2em; }


/* forms */
.form {width:80%;max-width: 540px;margin: 0 auto;box-sizing:border-box;}
.form0 { display:none !important; }
label { font-size:16px; text-align:left; display:block; margin:0 0 5px 0; }
label.warning { color:#f00; }

input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input, input.text, input.title, textarea, select { font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:18px; color:#444; width:100%; box-sizing:border-box; border:1px solid #ccc; background:#f5f5f5; margin:0 0 20px 0; padding:15px 10px; -moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px; }
select { padding:14px 10px; }
textarea {height: 100px;}
input.text:focus, input.title:focus, textarea:focus, select:focus { color:#000; background:#fff; }
input[type="text"]:disabled { cursor:not-allowed; }
input[type="checkbox"], .checkbox { width:30px; height:30px; display:block; float:left; margin:0; padding:0; }

input.submit, a.button, a.button:link, a.button:visited, .button, button, .button, button, input[type="submit"], input[type="reset"], input[type="button"] {font-family: 'webfont1', Arial, Helvetica, sans-serif;color:#fff;border:0px none;background-color:#000;font-size: 23px;letter-spacing:0px;text-shadow:none;text-transform:uppercase;text-decoration:none;display:inline-block;position:relative;cursor:pointer;overflow:hidden;margin:0 0 20px 0;padding: 18px 15px 15px 15px;box-sizing:border-box;text-align:center;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.button:hover, button:hover, a.button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:active, button:active, a.button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active { color:#fff; border:0px none; background-color:#666; text-shadow:none; }
.button_full { width:100%; display:block; }

input.warning { color:#f00; border:1px solid #c00; background-color:rgba(255,0,0,0.2); }
input.warning:focus { color:#f00; }
input.share_url { font-size:16px; float:left; width:73.6%; display:inline-block; box-sizing:border-box; background-image:url(../images/layout/bg_link.png); background-position:9px center; background-repeat:no-repeat; margin:10px 0 20px 0; padding:10px 10px 10px 30px; }

/*	
.feedback { margin:0 auto 20px auto; padding:20px; border:1px solid #b6b656; text-align:center; color:#000; background:#ffffdd; position:relative; -webkit-transition:all 0.7s ease-in-out; -moz-transition:all 0.7s ease-in-out; -o-transition:all 0.7s ease-in-out; transition:all 0.7s ease-in-out; }
.feedback_off { margin:0; padding:0; border:0px none; }
.feedback a { color:#000; text-decoration:underline; }
.feedback .icon { font-size:1.5em; line-height:1.1em; }
.feedback a.close { display:none; position:absolute; right:0px; top:5px; color:#5e5e2c; font-size:24px; text-decoration:none; }
.feedback a.close:hover, .feedback a.close:active { color:#000; }
*/
.feedback { display:none; border:1px solid #b6b656; margin:0 0 20px 0; padding:30px; text-align:center; color:#000 !important; background:#ffffdd; position:relative; }
.feedback h5, .feedback h6 { color:#000 !important; }
.feedback a { color:#000 !important; text-decoration:underline; }
.feedback a.close { display:none; position:absolute; right:5px; top:10px; color:#5e5e2c; font-size:36px; text-decoration:none; }
.feedback a.close:hover, .feedback a.close:active { color:#000; }


/* share */
.share_options {text-align:center;position:relative;margin:0 auto;display:table;overflow:hidden;}
.share_options .desc { vertical-align:middle; display:table-cell; }
.share_options .share_tools_big { vertical-align:middle; display:table-cell; padding:10px 0; }
.share_tools_big .share_tools { width:auto; text-align:center; }
.share_tools_big a { float:none; margin:0 5px !important; padding:0 !important; font-size:24px; line-height:48px; text-align:center; width:50px; height:50px; display:inline-block; overflow:hidden; -moz-border-radius:0px; -webkit-border-radius:0px; border-radius:0px; }
.share_tools_big a:link, .share_tools_big a:visited { }
.share_tools_big a:hover, .share_tools_big a:active { }


/* media-queries + device-switches */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

}

@media screen and (max-width:640px) and (orientation: portrait) {
	body, td, th, p, li { font-size:20px; }
}

@media screen and (max-height:700px) {
	.nav_overlay .tab ul li a { font-size:24px; padding:5px 0; }
}

@media screen and (max-width:1024px) {
}

@media screen and (max-width:960px) {

}

@media screen and (max-width:860px) {

}

@media screen and (max-width:768px) {
	.twocolumns { -webkit-columns:1; -moz-columns:1; columns:1; }
}


@media screen and (max-height:720px) {

}

@media screen and (max-width:680px) {
	.header_norm .social { display:none; }
	.nav_overlay .nav_social .social { display:block; }
}

@media screen and (max-width:640px) {
	.bg_image { background-attachment:scroll; }
	
	.threecolumns { -webkit-column-count:2; -moz-column-count:2; column-count:2; -webkit-column-gap:2em; -moz-column-gap:2em; column-gap:2em; }
	.form { width:100%; }
}

@media screen and (max-width:580px) {
	.footer .social li { padding:0; }

	.threecolumns { -webkit-column-count:1; -moz-column-count:1; column-count:1; -webkit-column-gap:0em; -moz-column-gap:0em; column-gap:0em; }
}

@media screen and (max-width:480px) {
	h3 { font-size:42px; }
}