html {  position: relative; width: 100%; }
html, body { margin: 0; padding: 0; min-height: 100%; height: 100%;}
body { width: 100%; font-family: 'Open Sans', sans-serif; font-size: 18px; background: #ffffff; color: #101e24; font-weight: 300; }
img { border: none; max-width: 100%; }
h2 { font-size: 16px; color: #101e24; margin: 0; padding: 0; display: inline-block; }
input[type=submit] { border-radius: 0; }


.container { float: left; width: 100%; }
.page { width: 1280px; max-width: 100%; margin: 0 auto; padding: 0 10px; box-sizing: border-box; }
.page-no-padding { width: 1280px; max-width: 100%; margin: 0 auto; box-sizing: border-box; }
.novecentosanswide-medium { font-family: Novecentosanswide-Medium, sans-serif; font-weight: normal; font-style: normal; letter-spacing: 0.04em; }
.novecentosanswide-normal { font-family: Novecentosanswide-Normal, sans-serif; font-weight: normal; font-style: normal; letter-spacing: 0.04em; }
.novecentosanswide-book { font-family: Novecentosanswide-Book, sans-serif; font-weight: normal; font-style: normal; letter-spacing: 0.04em; }
.didotltpro-italic { font-family: DidotLTPro-Italic, sans-serif; font-weight: normal;  font-style: normal; }
.gtsectra-bold { font-family: GTSectra-Bold, sans-serif; font-weight: bold;  font-style: normal; }
a.button { border: 1px solid #ff583c; font-size: 16px; color: #ff4400; text-decoration: none; box-sizing: border-box; padding: 10px 60px; display: inline-block; }
a.button:hover { border: 1px solid #ff583c; background: #ff4400; color: #ffffff; cursor: pointer; }
.errorMessage { width: 100%; text-align: center; padding: 2px 0; font-size: 12px; color: #FF0100; display: inline-block; }
.show-on-mobile { display: none; }
.show-605 { display: none; }

.info { width: 400px; max-width: 96%; position: fixed; top: 2%; right:0; left: 0; margin: auto; z-index: 999; }
.info .error, .info .success { padding: 31px; font-size: 16px; text-align: center; }
.info .error { background: #ffb2b2; color: #ff2323; }
.info .success { background: #c9ffb9; color: #1f801e; }

#top .page { width: 1144px; margin-top: 27px; margin-bottom: 21px; }

#logo { float: left; }

#menu { float: right; max-width: 100%; list-style: none; font-size: 14px; color: #101e24; padding: 20px 0 0 0; margin: 0; }
#menu li { float: left; padding: 0; margin: 0 0 0 40px; }
#menu li.first { margin-right: 40px; }
#menu li.margin1 { margin-left: 30px; }
#menu li.margin3 { margin-left: 70px; }
#menu li.margin3.logged { margin-right: 53px; }
#menu li.face { margin-left: 70px; }
#menu li.margin2 { margin-left: 5px; }
#menu li.novecentosanswide-medium { line-height: 150%; }
#menu li.didotltpro-italic { font-size: 18px; }
#menu li a { color: inherit; text-decoration: none; }
#menu li a:hover { color: #101e24; }
#menu li a:hover span { color: #101e24; }
#menu li a span:hover { color: #ff4400; }
#menu li a span.no-color:hover { color: #101e24; }
#menu li a.instagram { background: url('../img2/instagram-icon.svg'); width: 16px; height: 16px; text-indent: -99999px; display: block; float: left; margin-top: 5px; margin-left: 5px; }
#menu li a.instagram:hover { background: url('../img2/instagram-icon-active.svg'); }
#menu li a.facebook { background: url('../img2/facebook-icon.svg'); width: 16px; height: 16px; text-indent: -99999px; display: block; float: left; margin-top: 5px; }
#menu li a.facebook:hover { background: url('../img2/facebook-icon-active.svg'); }
#menu li:hover a { color: #ff4400; }
#menu li.active a { color: #ff4400; }

#mobile-menu { display: none; text-indent: -9999px; background: url('../img2/mobile-menu2.png'); width: 69px; height: 59px; }

#slider .page { width: 1280px; height: 578px; overflow: hidden; position: relative; }
#slider .page.subpage { height: auto; }
#slider { margin-bottom: 45px; }

#mainSlider { width: 2000px; position: relative; top: 0; left: 0; height: 578px; overflow: hidden; }
#mainSlider.subpage { height: auto; max-width: 100%; }
#mainSlider .item { float: left; }
#mainSlider .item .desc { font-size: 12px; color: #101e24; padding-bottom: 10px; background: #ffffff; }
#mainSlider .item img { margin-right: 2px; margin-bottom: 5px; }
#slider .nav-left { position: absolute; z-index: 400; top: 50%; left: 25px; -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); transform: translate(0, -50%); }
#slider .nav-left:hover, #slider .nav-right:hover { background-color: rgb(255, 255, 255); background-color: rgba(255, 255, 255, 0.2); }
#slider .nav-left a { width: 35px; height: 54px; background: url('../img2/prev_slider.png') center no-repeat; display: block; text-indent: -9999px; }
#slider .nav-right { position: absolute; top: 50%; right: 25px; z-index: 400; -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); transform: translate(0, -50%); }
#slider .nav-right a { width: 35px; height: 54px; background: url('../img2/next_slider.png') center no-repeat; display: block; text-indent: -9999px;  }
#slider .author { position: absolute; bottom: 15px; right: 30px; font-size: 14px; color: #ffffff; text-shadow: 0 0 5px rgba(16, 16, 16, 1); }

#slider .main-box { position: absolute; z-index: 400; background: #ffffff; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; padding: 60px; box-sizing: border-box; width: 930px; -webkit-box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); -moz-box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); }
#slider .main-box .close-button { color: #000000; font-size: 18px; position: absolute; top: 5px; right: 10px; }
.submit-entry .close-button { color: #000000; font-size: 18px; position: absolute; top: 7px; right: 13px; }
#slider .main-box .close-button a, .submit-entry .close-button a { color: inherit; text-decoration: none; }
#slider .main-box .close-button a:hover, .submit-entry .close-button a:hover { color: #ff4400; text-decoration: underline; }
#slider .main-box .description { color: #101e24; font-size: 18px; }
#slider .main-box a.button { margin-top: 30px; padding: 10px 10px; max-width: 320px; width: 100%; box-sizing: border-box; }
#slider .main-box.login  { padding: 35px 17px 25px 17px; display: none; }
#slider .main-box.login .box { width: 50%; box-sizing: border-box; float: left; }
#slider .main-box.login .box.left { padding: 0 47px; text-align: right; }
#slider .main-box.login .box.right { padding: 0 47px; text-align: left; }
#slider .main-box.login .box form { text-align: left; display: inline-block; width: 100%; box-sizing: border-box; max-width: 512px; }
#slider .main-box.login .box form .group { display: inline-block; box-sizing: border-box; font-size: 16px; width: 100%; }
#slider .main-box.login .box form .group.order2 .row { width: 100%; height: 40px; display: block; }
#slider .main-box.login .box form .group.order3.empty { width: 100%; height: 54px; display: block; }
#slider .main-box.login .box form .group.order5.empty { width: 100%; height: 18px; display: block; }
#slider .main-box.login .box form .group.notice { font-size: 14px; color: #000000; margin-top: 20px; margin-bottom: 30px; }
#slider .main-box.login .box form .group.notice .color { color: #ff4400; }
#slider .main-box.login .box form .group.forgotten-password { font-size: 14px; color: #101e24; margin-top: 20px; }
#slider .main-box.login .box form .group.forgotten-password a { color: #ff4400; text-decoration: none; }
#slider .main-box.login .box form .group.forgotten-password a:hover { text-decoration: underline; }
#slider .main-box.login .box form .group h2 { margin: 0; padding: 0; font-size: 16px; color: #ff4400; }
#slider .main-box.login .box form .group h3 { margin: 0; padding: 0; font-size: 16px; color: #101e24; }
#slider .main-box.login .box form .row { width: 100%; margin-bottom: 15px; position: relative; }
#slider .main-box.login .box form .row .errorMessage { color: red; width: 100%; font-size: 11px; text-align: right; }
#slider .main-box.login .box form input[type=text], #slider .main-box.login .box form input[type=password] { border-top: none; border-left: none; border-right: none; border-bottom: 1px solid #ff4400; width: 100%; box-sizing: border-box; padding-left: 0; padding-right: 0; font-size: 14px; height: 40px; }
#slider .main-box.login .box form input[type=submit] { border: 1px solid #ff4400; background: none; width: 100%; height: 50px; box-sizing: border-box; padding: 0; font-size: 16px; color: #ff4400; }
#slider .main-box.login .box form input[type=submit]:hover { background: #ff4400; color: #ffffff; cursor: pointer; }
#slider .main-box.login .box form .row.verification-code .left { margin-right: 131px; width: auto; }
#slider .main-box.login .box form .row.verification-code .right { float: right; width: 119px; position: absolute; top: 0; right: 0; }
#slider .main-box.login .box form .row.verification-code .right img { float: left; margin-top: 9px; width: 93px; height: 30px; display: block; }
#slider .main-box.login .box form .row.verification-code .right a { margin-top: 5px; float: right; height: 37px; width: 17px; display: block; background: url('../img2/refresh.png') no-repeat; text-indent: -9999px; }
#slider img.single { width: 100%; }

#auth { margin-bottom: 70px; }
#auth .page { padding-bottom: 80px; margin-top: 25px; background: linear-gradient(0, #101e24 57%, #ffffff 43%); }
#auth .box { width: 50%; box-sizing: border-box; float: left; }
#auth .box.left { padding: 0 11px; text-align: right; }
#auth .box.right { padding: 0 11px; text-align: left; }
#auth .box form { padding: 40px 48px; text-align: left; display: inline-block; width: 100%; box-sizing: border-box; max-width: 454px; background: #ffffff; -webkit-box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); -moz-box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); }
#auth .box form .group { display: inline-block; box-sizing: border-box; font-size: 16px; width: 100%; }
#auth .box form .group.order2 .row { width: 100%; height: 40px; display: block; }
#auth .box form .group.order3.empty { width: 100%; height: 51px; display: block; }
#auth .box form .group.order5.empty { width: 100%; height: 18px; display: block; }
#auth .box form .group.notice { font-size: 14px; color: #000000; margin-top: 20px; margin-bottom: 30px; }
#auth .box form .group.notice .color { color: #ff4400; }
#auth .box form .group.forgotten-password { font-size: 14px; color: #101e24; margin-top: 20px; }
#auth .box form .group.forgotten-password a { color: #ff4400; text-decoration: none; }
#auth .box form .group.forgotten-password a:hover { text-decoration: underline; }
#auth .box form .group h2 { margin: 0; padding: 0; font-size: 16px; color: #ff4400; }
#auth .box form .group h3 { margin: 0; padding: 0; font-size: 16px; color: #101e24; }
#auth .box form .row { width: 100%; margin-bottom: 15px; position: relative; }
#auth .box form .row .errorMessage { color: red; width: 100%; font-size: 11px; text-align: right; }
#auth .box form .row.verification-code .left { margin-right: 131px; width: auto; }
#auth .box form .row.verification-code .right { float: right; width: 119px; position: absolute; top: 0; right: 0; }
#auth .box form .row.verification-code .right img { float: left; margin-top: 9px; }
#auth .box form .row.verification-code .right a { margin-top: 5px; float: right; height: 37px; width: 17px; display: block; background: url('../img2/refresh.png') no-repeat; text-indent: -9999px; }
#auth .box form input[type=text], #auth .box form input[type=password] { border-top: none; border-left: none; border-right: none; border-bottom: 1px solid #ff4400; width: 100%; box-sizing: border-box; padding-left: 0; padding-right: 0; font-size: 14px; height: 40px; }
#auth .box form input[type=submit] { border: 1px solid #ff4400; background: none; width: 100%; height: 50px; box-sizing: border-box; padding: 0; font-size: 16px; color: #ff4400; }
#auth .box form input[type=submit]:hover { background: #ff4400; color: #ffffff; cursor: pointer; }

#auth-recovery { margin-bottom: 70px; }
#auth-recovery .page { background: url('../img2/auth-main-box-bg.png') #101e24 repeat-x; padding-bottom: 80px; margin-top: 25px; }
#auth-recovery .box { width: 100%; box-sizing: border-box; float: left; text-align: center; }
#auth-recovery .box form { padding: 40px 75px; text-align: left; display: inline-block; width: 100%; box-sizing: border-box; max-width: 512px; background: #ffffff; -webkit-box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); -moz-box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); }
#auth-recovery .box form .group { display: inline-block; box-sizing: border-box; font-size: 16px; width: 100%; }
#auth-recovery .box form .group.order2 { margin: 60px 0 100px 0; }
#auth-recovery .box form .row { width: 100%; margin-bottom: 15px; position: relative; }
#auth-recovery .box form .row .errorMessage { color: red; width: 100%; font-size: 11px; text-align: right; }
#auth-recovery .box form input[type=text], #auth-recovery .box form input[type=password] { border-top: none; border-left: none; border-right: none; border-bottom: 1px solid #ff4400; width: 100%; box-sizing: border-box; padding-left: 0; padding-right: 0; font-size: 14px; height: 40px; }
#auth-recovery .box form input[type=submit] { border: 1px solid #ff4400; background: none; width: 100%; height: 50px; box-sizing: border-box; padding: 0; font-size: 16px; color: #ff4400; }
#auth-recovery .box form input[type=submit]:hover { background: #ff4400; color: #ffffff; cursor: pointer; }
#auth-recovery .box form .group h2 { margin: 0; padding: 0; font-size: 16px; color: #ff4400; }
#auth-recovery .box form .group h3 { margin: 0; padding: 0; font-size: 16px; color: #101e24; }
#auth-recovery .box form .group a { color: #ff4400; font-weight: bold; text-decoration: none; }
#auth-recovery .box form .group a:hover { text-decoration: underline; }

#timer { margin-bottom: 45px; }
#timer a { color: #ff4400; text-decoration: none; }
#timer a:hover { text-decoration: underline; }
#timer .page { text-align: center; }
#timer .items { margin: 50px 0; word-spacing: 0; }
#timer .items .item { display: inline-block; border-left: 1px solid #ff583c; width: 174px; }
#timer .items .item:last-child { border-right: 1px solid #ff583c; }
#timer .items .item .value { font-size: 75px; color: #101e24; margin-top: -10px; display: inline-block; margin-bottom: 20px; }
#timer .items .item .label { font-size: 14px; display: inline-block; }

#newsletter .page { text-align: center; margin-top: 40px; }
#newsletter h2 { margin-bottom: 10px; }
#newsletter form { display: inline-block; padding: 0; margin: 30px 0; }
#newsletter form input[type="text"] { display: inline-block; margin: 0; width: 304px; height: 50px; box-sizing: border-box; border: 1px solid #ff4400; padding-left: 20px; padding-right: 20px; font-size: 14px; vertical-align: bottom; }
#newsletter form input[type="submit"] { display: inline-block; margin: 0 0 0 -5px; width: 49px; height: 50px; box-sizing: border-box; border: 1px solid #ff4400; border-left: none; text-indent: -9999px; background: url('../img2/newsletter_submit.png') center no-repeat; padding: 0; }
#newsletter form input[type="submit"]:hover { background: url('../img2/newsletter_submit_active.png') #ff4400 center no-repeat; cursor: pointer; }
#newsletter form input[type="text"]::-webkit-input-placeholder { font-size: 14px; color: #8f9699; }
#newsletter form input[type="text"]::-moz-placeholder { font-size: 14px; color: #8f9699; }
#newsletter form input[type="text"]:-ms-input-placeholder { font-size: 14px; color: #8f9699; }
#newsletter form input[type="text"]:-moz-placeholder { font-size: 14px; color: #8f9699; }

#bottom-banner { background-position: center; background-size: cover; background-repeat: no-repeat; height: 440px; }

#annual-contest { margin-top: 105px; }
#annual-contest .page { position: relative; background-image: url("../img2/annual_contest3.png"); background-position: center; background-size: cover; background-repeat: no-repeat; height: 489px; }
#annual-contest .content { position: absolute; width: 100%; text-align: center; left: 0; top: 50%; transform: translateY(-50%); }
#annual-contest .content h1 { color: #ffffff; font-size: 75px; display: inline-block; margin-bottom: 50px; line-height: 72px; margin-top: 0; }
#annual-contest .content a.btn { display: inline-block; }
#annual-contest .author { position: absolute; bottom: 15px; right: 30px; font-size: 14px; color: #ffffff; text-shadow: 0 0 5px rgba(16, 16, 16, 1); }

#prestige-exposure { margin-top: 75px; }
#prestige-exposure .page { text-align: center; }
#prestige-exposure .page span.description { max-width: 930px; width: 100%; display: inline-block; line-height: 165%; }
#prestige-exposure .page span.description span.color { color: #ff4400; }
#prestige-exposure h2 { margin-bottom: 65px; }

#awards { margin-top: 60px; }
#awards .page { text-align: center; background: #101e24 url('../img2/white-bg-1-380.png') repeat-x top; position: relative; }
#awards h2 { font-size: 75px; color: #000000; z-index: 3; margin-bottom: 50px; margin-top: 50px; }
#awards .items { word-spacing: 15px; z-index: 3; }
#awards .items .item { display: inline-block; width: 507px; height: 457px; box-sizing: border-box; vertical-align: top; background: #ffffff; padding: 50px 55px; text-align: center; margin-bottom: 15px; word-spacing: normal; -webkit-box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); -moz-box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); }
#awards .items .item .description { line-height: 165%; }
#awards .items .item .description .prize { font-size: 75px; line-height: 40px; }
#awards .items .item .header1 { font-size: 18px; color: #ff4400; line-height: 150%; }
#awards .items .item .header2 { font-size: 16px; color: #101e24; line-height: 150%; }
#awards a.button { margin: 70px 0 60px 0; }

#sponsor { margin-top: 75px; }
#sponsor h2 { margin-bottom: 45px; }
#sponsor .page { width: 100%; max-width: 950px; }
#sponsor .items { width: 100%; }
#sponsor .item { display: inline; }
#sponsor .item a { display: inline-block; height: 90px; text-indent: -9999px; background-position: 0 0; background-size: auto 180px !important; }
#sponsor .item.nd-magazine a { background: url('../img2/sponsor-nd-magazine.png'); width: 157px; }
#sponsor .item img { max-width: 100%; }

#media-partners { margin-top: 100px; }
#media-partners h2 { margin-bottom: 38px; }
#media-partners .page { width: 100%; max-width: 950px; }
#media-partners .items { width: 100%; text-align: justify; word-spacing: 55px; -moz-text-align-last: left; text-align-last: left; }
#media-partners .item { display: inline-block; margin-bottom: 22px; max-width: 100%; }
#media-partners .item a { max-width: 100%; display: block; height: 60px; text-indent: -9999px; background-position: 0 0; text-decoration: none; text-align: left; text-align-last: left;  background-size: auto 120px !important; }
#media-partners .item a:hover { background-position: 0 -60px !important; }
#media-partners .item.digital-camera-polska a { background: url('../img2/media-digital-camera-polska.png'); width: 117px; }
#media-partners .item.fs a { background: url('../img2/media-fs.png'); width: 36px; }
#media-partners .item.the-phoblographer a { background: url('../img2/media-the-phoblographer.png'); width: 189px; }
#media-partners .item.monovisions a { background: url('../img2/media-monovisions.png'); width: 155px; }
#media-partners .item.immagis a { background: url('../img2/media-immagis.png'); width: 77px; }
#media-partners .item.mcgaw-arphics a { background: url('../img2/media-mcgaw-arphics.png'); width: 70px; }
#media-partners .item.braun a { background: url('../img2/media-braun.png'); width: 79px; }
#media-partners .item.formatt-hitech a { background: url('../img2/media-formatt-hitech.png'); width: 82px; }
#media-partners .item.gilman-contemporary a { background: url('../img2/media-gilman-contemporary.png'); width: 100px; }
#media-partners .item.f-stop a { background: url('../img2/media-f-stop.png'); width: 78px; }
#media-partners .item.photography a { background: url('../img2/media-photography.png'); width: 158px; }
#media-partners .item.chroma a { background: url('../img2/media-chroma.png'); width: 39px; }
#media-partners .item.the-book-show a { background: url('../img/tbs_logo.png') center no-repeat; background-size: auto 28px !important; width: 113px; }
#media-partners .item.the-book-show a:hover { background: url('../img/tbs_logo.png') center no-repeat !important; background-size: auto 28px !important; }
#media-partners .item.swiat-obrazu a { background: url('../img2/media-swiat-obrazu.png'); width: 115px; }
#media-partners .item.yishushijie a { background: url('../img2/media-yishushijie.png'); width: 113px; }
#media-partners .item.asian-photography a { background: url('../img2/media-asian-photography.png'); width: 92px; }
#media-partners .item.av a { background: url('../img2/media-av.png'); width: 45px; }
#media-partners .item.kehrer a { background: url('../img2/media-kehrer.png'); width: 43px; }
#media-partners .item.a35mm a { background: url('../img2/media-35mm.png'); width: 97px; }
#media-partners .item.tokyo-arts-gallery a { background: url('../img2/media-tokyo-arts-gallery.png'); width: 43px; }
#media-partners .item.blog-times a { background: url('../img2/media-blog-times.png'); width: 82px; }
#media-partners .item.susan-spiritus-gallery a { background: url('../img2/media-susan-spiritus-gallery.png'); width: 37px; }
#media-partners .item.greenaway-art-gallery a { background: url('../img2/media-greenaway-art-gallery.png'); width: 111px; }
#media-partners .item.blur a { background: url('../img2/media-blur.png'); width: 65px; }
#media-partners .item.jm a { background: url('../img2/media-jm.png'); width: 39px; }
#media-partners .item.strother-fine-art a { background: url('../img2/media-strother-fine-art.png'); width: 58px; }
#media-partners .item.underwater-photography-magazine a { background: url('../img2/media-underwater-photography-magazine.png'); width: 83px; }
#media-partners .item.soura a { background: url('../img2/media-soura.png'); width: 71px; }
#media-partners .item.dodho-magazine a { background: url('../img2/media-dodho-magazine.png'); width: 42px; }
#media-partners .item.oitzarisme a { background: url('../img2/media-oitzarisme.png'); width: 137px; }
#media-partners .item.camerae a { background: url('../img2/media-camerae.png'); width: 82px; }
#media-partners .item.lenta-ru a { background: url('../img2/media-lenta-ru.png'); width: 95px; }
#media-partners .item.lartiere a { background: url('../img2/media-la.png'); width: 41px; }
#media-partners .item.yield a { background: url('../img2/media-yield.png'); width: 42px; }
#media-partners .item.snite-art a { background: url('../img2/media-snite-art.png'); width: 46px; }
#media-partners .item.newdawn a { background: url('../img2/media-newdawn.png'); width: 41px; }
#media-partners .item.archive a { background: url('../img2/archive_logo.png'); width: 69px; background-size: auto 60px !important; }
#media-partners .item.silvershotz a { background: url('../img2/silvershotz.png') center no-repeat; width: 41px; background-size: auto 41px !important; }
#media-partners .item.silvershotz a:hover { background: url('../img2/silvershotz.png') center no-repeat !important; background-size: auto 41px !important; }
#media-partners .item.getxophoto a { background: url('../img2/getxophoto.png'); width: 40px; }
#media-partners .item.photoreview a { background: url('../img2/the_photo_review.png'); width: 121px; }
#media-partners .item.thephotocloser a { background: url('../img2/tpc-logo.png'); width: 83px; }
#media-partners .item.zoomphotofestival a { background: url('../img2/zoom_photo.png'); width: 99px; }
#media-partners .item.internationalphotomag a { background: url('../img2/intl_photo_mag.png'); width: 85px; }
#media-partners .item.pellicola a { background: url('../img2/media-pellicola.png'); width: 41px; background-size: auto 60px !important; }
#media-partners .item.haida a { background: url('../img2/haida.png'); width: 111px; }
#media-partners .item.congressmgmt a { background: url('../img2/CongressMgmt.png') no-repeat center !important; width: 123px; background-size: auto 38px !important; }
#media-partners .item.congressmgmt a:hover {  background: url('../img2/CongressMgmt.png') no-repeat center !important; width: 123px; background-size: auto 38px !important; }
/*#media-partners .item.getxophoto a:hover { background-position: 0 15px !important; }*/

#bottom-banner { margin-top: 80px; position: relative; }
#bottom-banner img { width: 100%; }
#bottom-banner .author { position: absolute; bottom: 15px; right: 30px; font-size: 14px; color: #ffffff; text-shadow: 0 0 5px rgba(16, 16, 16, 1); }

#footer { background: #101e24; margin-top: -8px; }
#footer img { max-width: 100%; }
#footer .page { width: 1100px; margin-top: 40px; }
#footer .page .row { width: 100%; float: left; }
#footer .page .row .column { width: 50%; float: left; box-sizing: border-box; color: #ffffff; }
#footer .page .row .column.left { padding-right: 18px; }
#footer .page .row .column.right { padding-left: 18px; float: right; }
#footer .page .row .column.right.submission { font-size: 16px; }
#footer .page .row .column.right.submission a { color: #ff4400; text-decoration: none; }
#footer .page .row .column.right.submission a:hover { text-decoration: underline; }
#footer .page .logo-element { font-size: 14px; margin-top: 50px; }
#footer .page .logo-element div { display: inline-block; vertical-align: top; }
#footer .page .logo-element div.title { line-height: 62px; margin-left: 40px; }
#footer .page .logo-element a { text-decoration: none; color: inherit; }
#footer .page .logo-element a:hover { color: #ff4400; }
#footer .page .column.menu { margin-top: 45px; }
#footer .page .column.menu .group { font-size: 14px; line-height: 24px; float: left; }
#footer .page .column.menu .group1, #footer .page .column.menu .group2 { margin-right: 50px; }
#footer .page .column.menu .group a { text-decoration: none; color: inherit; }
#footer .page .column.menu .group a:hover { color: #ff4400; }
#footer .page .row.copy { color: #5e5e5e; font-size: 11px; margin-top: 90px; margin-bottom: 20px; }

.dropdown-menu { position: absolute; display: none; background: #ffffff; z-index: 999; width: 100%; padding-bottom: 20px; box-sizing: border-box; -webkit-box-shadow: 0 20px 29px -10px rgba(0,0,0,0.09); -moz-box-shadow: 0 20px 29px -10px rgba(0,0,0,0.09); box-shadow: 0 20px 29px -10px rgba(0,0,0,0.09); }
.dropdown-menu2 { background: #ffffff; width: 100%; padding-bottom: 20px; margin-bottom: 50px; box-sizing: border-box; -webkit-box-shadow: 0 60px 60px -10px rgba(0,0,0,0.04); -moz-box-shadow: 0 60px 60px -10px rgba(0,0,0,0.04); box-shadow: 0 60px 60px -10px rgba(0,0,0,0.04); }
#top .dropdown-menu .page { padding-top: 0; margin-top: 0; overflow: hidden; }
.dropdown-menu .submenu { list-style-type: none; margin: 0; padding: 0; font-size: 14px; }
.dropdown-menu .submenu li { margin: 3px 0; padding: 0; }
.dropdown-menu .submenu li a { text-decoration: none; color: #adadad; }
.dropdown-menu .submenu li a:hover { color: #ff4400; }
.dropdown-menu .submenu li a.active { color: #ff4400; }
.dropdown-menu ul { margin-top: -10px; }

.info-page-content { text-align: center; position: relative; z-index: 1; }
.info-page-content span, .info-page-content h2, .info-page-content h1.big, .info-page-content h1.title, .info-page-content h2.title, .info-page-content h1.title-color { display: inline-block; width: 100%; max-width: 930px; margin: 20px 0 30px 0; }
.info-page-content span.title-color, .info-page-content h1.title-color, .info-page-content h2.title { font-size: 16px; color: #ff4400; line-height: 160%; }
.info-page-content span.title, .info-page-content h1.title, .info-page-content h2.title { font-size: 16px; color: #101e24; line-height: 160%; }
.info-page-content span.title.country { color: #101e24; }
.info-page-content span.title.honor { color: #101e24; }
.info-page-content span.content { font-size: 18px; color: #282828; font-weight: 300; line-height: 165%; }
.info-page-content span.content .quote-text { font-family: DidotLTPro-Italic, sans-serif; font-weight: normal;  font-style: normal; color: #ff4400; font-size: 25px; line-height: 42px; }
.info-page-content h2, .info-page-content h1.big { margin: 20px 0 30px 0; font-size: 75px;}
.info-page-content strong { font-weight: 600; }
.info-page-content span.open-italic { font-weight: 300; font-style: italic; }
.info-page-content .img-box { width: 100%; position: relative; margin-bottom: 50px; }
.info-page-content .img-box img { width: 100%; display: inline-block; z-index: 1; }
.info-page-content .img-box .author { position: absolute; bottom: 15px; right: 30px; font-size: 14px; color: #ffffff; text-shadow: 0 0 5px rgba(16, 16, 16, 1); }
.info-page-content .img-box h2 { text-shadow: 0 0 5px rgba(16, 16, 16, 1); color: #ffffff; position: absolute; bottom: 30px; width: auto; margin: 0; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%);  }
.info-page-content.top-margin-minus-135 { margin-top: -135px; }
.info-page-content span.italic { font-size: 26px; color: #000000; }
.info-page-content .img-with-author { width: 100%; position: relative; margin-bottom: 30px; margin-top: 30px; }
.info-page-content .img-with-author img { width: 100%; display: inline-block; z-index: 1; }
.info-page-content .img-with-author .author { position: absolute; bottom: 15px; right: 30px; font-size: 14px; color: #ffffff; text-shadow: 0 0 5px rgba(16, 16, 16, 1); }
.info-page-content .submit-entry { background: #ffffff; position: relative; margin-top: 60px; z-index: 20; display: inline-block; padding: 40px 20px 20px 20px; width: 100%; box-sizing: border-box; max-width: 740px; -webkit-box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); -moz-box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); margin-bottom: -250px; }
.info-page-content .submit-entry h2 { font-size: 16px; margin: 20px 0 0 0; }
.info-page-content .submit-entry .description { color: #101e24; font-size: 18px; margin: 15px 0 30px 0; }
.info-page-content .submit-entry a.button { margin-top: 5px; margin-bottom: 40px;  padding-left: 20px; padding-right: 20px; }
.info-page-content .blue-white-bg { text-align: center; margin-top: 50px; }
.info-page-content .blue-white-bg .page { background: url('../img2/white-blue-box-bg.png') #101e24 repeat-x; }
.info-page-content .blue-white-bg .items { word-spacing: 15px; width: 100%; max-width: 1000px; text-align: center; display: inline-block; padding-bottom: 90px; }
.info-page-content .blue-white-bg .items.prizes { max-width: none; }
.info-page-content .blue-white-bg .item { word-spacing: normal; margin-bottom: 15px; width: 300px; max-width: 100%; height: 380px; display: inline-block; background: #ffffff; box-sizing: border-box; -webkit-box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); -moz-box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); line-height: 165%; vertical-align: top; }
.info-page-content .blue-white-bg .item .title-color { margin-top: 50px; margin-bottom: 5px; line-height: normal; }
.info-page-content .blue-white-bg .item.prizes { width: 507px; height: auto; padding-bottom: 50px; text-align: center; padding-left: 50px; padding-right: 50px; }
.info-page-content .blue-white-bg .item.prizes .title-color.didotltpro-italic { margin-bottom: 0; margin-top: 50px; }
.info-page-content .blue-white-bg .item.prizes .title { margin: 0; line-height: 150%; }
.info-page-content .blue-white-bg .item.prizes .prize { font-size: 75px; line-height: 40px; }
.info-page-content .blue-white-bg .item.prizes small { font-size: 14px; display: inline-block; }
.info-page-content .question { font-weight: 600; font-style: italic; margin: 0; }
.info-page-content .content a { text-decoration: none; color: #ff583c; }
.info-page-content .content a:hover { text-decoration: underline; }
.info-page-content .jurors { margin-top: 50px; word-spacing: 44px; }
.info-page-content .jurors .page { background: linear-gradient(0, #101e24 95%, #ffffff 5%); text-align: center; }
.info-page-content .jurors .item { box-sizing: border-box; padding: 37px; display: inline-block; width: 100%; max-width: 349px; vertical-align: top; word-spacing: normal; background: #ffffff; -webkit-box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); -moz-box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); text-align: left;  margin-bottom: 44px; }
.info-page-content .jurors .item .author { margin: 10px 0 0 0; font-size: 18px; }
.info-page-content .jurors .item .company { margin: 0; font-size: 16px; }
.info-page-content .jurors .item .link { width: 100%;display: inline-block; margin-top: 15px; }
.info-page-content .jurors .item .link a { color: #ff4400; font-size: 16px; text-decoration: none; }
.info-page-content .jurors .item .link a:hover { text-decoration: underline; }
.info-page-content .jurors .item img { width: 100%; }
.info-page-content .jurors .item a.details { width: 15px; height: 15px; display: block; background: url('../img2/information_iko.svg'); text-indent: -9999px; float: right; }
.info-page-content .jurors .item a.details:hover { background: url('../img2/information_iko_a.svg'); }

#newsletter .box { width: 100%; background: #ffffff; position: relative; margin-top: 60px; z-index: 20; display: inline-block; padding: 40px 20px 20px 20px; box-sizing: border-box; max-width: 930px; -webkit-box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); -moz-box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); }
#bottom-banner.margin-bottom-minus-135 { margin-top: -135px; }

.gallery .row { width: 100%; float: left; }
.gallery .details-title { margin-bottom: 0; margin-top: 10px; }
.gallery .name { margin-bottom: 0; }
.gallery .country { margin-top: 0; }
.gallery .images { width: 100%; word-spacing: 15px; }
.gallery .images .img-wrapper { object-fit: cover; width: 300px; margin-bottom: 15px; max-height: 450px; display: inline-block; overflow: hidden; font-size: 0; word-spacing: 0; }
.gallery .images img { width: 100%; position: relative; }
.gallery .details-wrapper { margin-top: 0; margin-bottom: 80px; }
.gallery .entry-title { margin-top: 40px; margin-bottom: 0; }
.gallery a.details { color: inherit; text-decoration: none; margin-top: 0; }
.gallery a.details:hover { text-decoration: underline; }
.gallery .row .element { display: inline-block; width: 300px; vertical-align: bottom; }
.gallery .row .element.description { vertical-align: top; text-align: left; word-spacing: normal; }
.gallery .row .element.description .author { margin: 0; }
.gallery .row .element.description .title { margin-bottom: 0; }
.gallery .row .element.description .title.didotltpro-italic { margin-top: 0; }
.gallery .row .element.image .image-wrap { position: relative; }
.gallery .row .element.image img.badge { position: absolute; bottom: -20px; right: 20px; width: auto; }
.gallery .row .images2, .gallery .row .desc { word-spacing: 15px; }
.gallery .row a.details { text-decoration: none; color: #ff4400; font-size: 16px; }
.gallery .row a.details:hover { text-decoration: underline; }
.gallery .row .show-605 { float: left; width: 100%; margin-bottom: 40px; }
.gallery .row .items { margin-bottom: 70px; }
.gallery .images.details { visibility: hidden; }
.gallery .images .main-image img { max-width: 100%; width: auto; }
.gallery .images .thumbs { width: 100%; word-spacing: 10px; margin-top: 30px; }
.gallery .images .thumbs a { display: inline-block; margin-bottom: 15px; }
.gallery .images .thumbs a img { width: auto; height: auto; max-width: 238px; max-height: 160px; vertical-align: top; }
.gallery.details .images { float: left; }
.gallery .entry-title { margin-top: 60px; margin-bottom: 0; }
.gallery .entry-header { margin-top: 50px; margin-bottom: 10px; }
.gallery .title-text { margin-bottom: 10px; }
.main-image .hide { display: none; }
.gallery .main-image img.resized { cursor: zoom-in; }

.fixed-menu { width: 100%; box-sizing: border-box; position: fixed; top: 0; background: #ffffff; z-index: 999; -webkit-box-shadow: 0 20px 29px -10px rgba(0,0,0,0.09); -moz-box-shadow: 0 20px 29px -10px rgba(0,0,0,0.09); box-shadow: 0 20px 29px -10px rgba(0,0,0,0.09); display: none; }
.fixed-menu #logo2 { display: block; float: left; }
.fixed-menu #logo2 img { width: 100%; }
.fixed-menu ul { list-style-type: none; margin: 7px 0 0 50px; padding: 0; font-size: 14px; float: left; }
.fixed-menu ul li { margin: 3px 0; padding: 0; }
.fixed-menu ul li.hide { display: none; }
.fixed-menu.open ul li.hide { display: block; }
.fixed-menu ul li a { text-decoration: none; color: #adadad; }
.fixed-menu ul li a:hover { color: #101e24; }
.fixed-menu ul.color li a:hover { color: #ff4400; }
.fixed-menu ul li.active a { color: #101e24; }
.fixed-menu ul.color li.active a { color: #ff4400; }
.fixed-menu .right { float: right; margin-left: 20px; margin-top: 19px; }
.fixed-menu a.toggle { text-indent: -9999px; width: 33px; height: 22px; background: url("../img2/fixed-menu-arrow.png"); display: block; }
.fixed-menu.open a.toggle { background-position: 0 22px; }
.fixed-menu a.didotltpro-italic { font-size: 18px; color: #000000; text-decoration: none; }
.fixed-menu a.didotltpro-italic:hover { color: #ff4400; }
#top .fixed-menu .page { margin-top: 21px; }

#zoom-image { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 999; background: #ffffff; overflow: hidden; display: none; }
#zoom-image .zoom-top { width: 100%; float: left; display: block; box-sizing: border-box; position: fixed; }
#zoom-image .zoom-top .right { float: right; text-align: right; }
#zoom-image .zoom-top a.logo img { width: 86px; }
#zoom-image .zoom-top .zoom-count { font-size: 14px; display: inline-block; color: #ff4400; line-height: 24px; }
#zoom-image .zoom-top .close { display: inline-block; margin-left: 45px; }
#zoom-image .zoom-top .close a { font-size: 18px; text-decoration: none; color: #000000; line-height: 24px; margin-top: 10px; }
#zoom-image .zoom-top .close a:hover { color: #ff4400; }
#zoom-image .zoom-left { position: fixed; left: 0; top: 0; width: 120px; height: 100%; }
#zoom-image .zoom-right { position: fixed; right: 0; top: 0; width: 120px; height: 100%; }
#zoom-image .zoom-bottom { width: 100%; position: absolute; left: 0; bottom: 0; text-align: center; font-size: 18px; padding-bottom: 40px; }

.info-page-content .contact-media { width: 100%; max-width: 950px; text-align: center; display: inline-block; word-spacing: 40px; margin-bottom: -20px; margin-top: 40px; }
.info-page-content .contact-media a { display: inline-block; height: 55px; margin-bottom: 30px; }
.info-page-content .contact-media a:hover { background-position: 0 55px !important; }
.info-page-content .contact-media a.guru { width: 200px; background: url('../img/contact-guru.png'); }
.info-page-content .contact-media a.concorsifotografici { width: 246px; background: url('../img2/concorsifotografici.png'); }
.info-page-content .contact-media a.photo-contest { width: 119px; background: url('../img2/photo-contest.png'); }
.info-page-content .contact-media a.photography-directory-project { width: 101px; background: url('../img2/photography-directory-project.png'); }
.info-page-content .contact-media a.free-photo-gallery { width: 148px; background: url('../img2/free-photo-gallery.png'); }
.info-page-content .contact-media a.the-artlist { width: 219px; background: url('../img2/the-artlist.png'); }
.info-page-content .contact-media a.photo-contest-deadlines { width: 160px; background: url('../img/contact-pcd.png'); }
.info-page-content .contact-media a.photo-contest-information { width: 99px; background: url('../img/contact-pci.png'); }
.info-page-content .contact-media a.all-about { width: 150px; background: url('../img/contact-p.png'); }
.info-page-content .contact-media a.photocontestspace { width: 195px; background: url('../img2/pcs_logo.png '); }

.info-page-content .sep-11 { margin-top: 0; margin-bottom: 25px; }

#contact-box { margin-bottom: 70px; }
#contact-box .page { padding-bottom: 80px; margin-top: 25px; text-align: center; background: linear-gradient(0, #101e24 80%, #ffffff 20%); }
#contact-box form { position: relative; padding: 40px 50px; text-align: left; display: inline-block; width: 100%; box-sizing: border-box; max-width: 945px; background: #ffffff; -webkit-box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); -moz-box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); }
#contact-box form .group { display: inline-block; box-sizing: border-box; font-size: 16px; width: 100%; }
#contact-box form .group.left { float: left; width: 296px; }
#contact-box form .group.right { float: none; margin-left: 340px; width: auto; display: block; }
#contact-box form .group.bottom { width: 296px; position: absolute; left: 50px; bottom: 40px; }
#contact-box form .row { width: 100%; margin-top: 15px; position: relative; }
#contact-box form .row.first { margin-top: 0; }
#contact-box form .row.verification-code { margin-top: 0; margin-bottom: 30px; }
#contact-box form .row .errorMessage { color: red; width: 100%; font-size: 11px; text-align: right; position: absolute; bottom: -18px; left: 0; }
#contact-box form input[type=text], #contact-box .box form input[type=password] { border-top: none; border-left: none; border-right: none; border-bottom: 1px solid #ff4400; width: 100%; box-sizing: border-box; padding-left: 0; padding-right: 0; font-size: 14px; height: 40px; }
#contact-box form input[type=submit] { border: 1px solid #ff4400; background: none; width: 100%; height: 50px; box-sizing: border-box; padding: 0; font-size: 16px; color: #ff4400; }
#contact-box form input[type=submit]:hover { background: #ff4400; color: #ffffff; cursor: pointer; }
#contact-box form .group h1 { margin: 0; padding: 0; font-size: 16px; color: #ff4400; }
#contact-box form .group h2 { margin: 0; padding: 0; font-size: 16px; color: #101e24; }
#contact-box form .group a { color: #ff4400; font-weight: bold; text-decoration: none; }
#contact-box form .group a:hover { text-decoration: underline; }
#contact-box form textarea { margin-top: 15px; border-top: none; border-left: none; border-right: none; border-bottom: 1px solid #ff4400; width: 100%; box-sizing: border-box; padding-left: 0; padding-right: 0; font-size: 14px; height: 130px; }
#contact-box .info-contact { margin-left: 600px; padding: 0 40px; position: relative; }
#contact-box .info-contact .absolute { position: absolute; top: 300px; left: 50%; transform: translate(-50%, 0); }
#contact-box .info-contact .absolute span { font-size: 16px; color: #ffffff; }
#contact-box .info-contact .absolute span.color { color: #ff5621; }

.info-page-content span.title.white { color: #ffffff; }
.info-page-content .content a.white { color: #ffffff; }

#contact-form .row.verification-code .left { margin-right: 131px; width: auto; }
#contact-form .row.verification-code .right { float: right; width: 119px; position: absolute; top: 0; right: 0; }
#contact-form .row.verification-code .right img { float: left; margin-top: 9px; width: 93px; height: 30px; display: block; }
#contact-form .row.verification-code .right a { margin-top: 5px; float: right; height: 37px; width: 17px; display: block; background: url('../img2/refresh.png') no-repeat; text-indent: -9999px; }

#winners-announced .page { text-align: center; }
#winners-announced a.color { font-size: 16px; color: #ff4400; text-decoration: none;}
#winners-announced a.color:hover { text-decoration: underline; }

.copy-desc { word-spacing: normal; display: none;opacity: 0.85; position: absolute; top: 0; left: 0; background: #ffffff; color: #000000; padding: 5px 10px; border-radius: 2px; font-size: 13px; z-index: 1111; }

#awards-info { text-align: center; margin-bottom: 30px; }
#awards-info .top { margin-top: 20px; text-align: center; font-size: 16px; color: #101e24; }
#awards-info .top a { color: #ff4400; text-decoration: none; }
#awards-info .description { margin-top: 60px; line-height: 170%; max-width: 785px; display: inline-block; }
#awards-info .description strong { font-weight: 600; }

input.hidden { display: none !important; }

#footer .mobile-button { display: none; }

input, textarea {  border-radius: 0; -webkit-appearance: none; }

.info-page-content span.title-color.didotltpro-italic { font-size: 18px; }
.info-page-content .blue-white-bg .item .title-color.didotltpro-italic { margin-top: 40px; }
.info-page-content h2.pro-cats { margin-top: 80px; }
.info-page-content h2.amt-cat { margin-top: 80px; }

#contact-box .info-page-content span.title { margin-top: 50px; }

#juror-details { margin-top: 80px; }
#juror-details .page { background: linear-gradient(0, #101e24 85%, #ffffff 15%); padding-bottom: 60px; }
#juror-details .juror-holder { width: 100%; max-width: 1030px; display: inline-block; background: #ffffff; padding: 38px 43px; box-sizing: border-box; -webkit-box-shadow: 0 0 29px 0 rgb(0 0 0 / 9%); -moz-box-shadow: 0 0 29px 0 rgba(0,0,0,0.09); box-shadow: 0 0 29px 0 rgb(0 0 0 / 9%); }
#juror-details .back-holder { width: 100%; max-width: 1030px; display: inline-block; text-align: left; margin-top: 30px; }
#juror-details .back-holder a { font-size: 18px; color: #ffffff; text-decoration: none; }
#juror-details .back-holder a:hover { color: #ff4400; }
#juror-details .juror-holder .left { float: left; width: 350px; }
#juror-details .juror-holder .right { margin-left: 390px; text-align: left; }
#juror-details .juror-holder .right .author { font-size: 18px; margin: 0; }
#juror-details .juror-holder .right .company { font-size: 16px; margin: 0; }
#juror-details .juror-holder .right .link { margin-top: 10px; }
#juror-details .juror-holder .right .link a { color: #ff4400; font-size: 16px; text-decoration: none; }
#juror-details .juror-holder .right .bio { line-height: 30px; margin-bottom: 0; }

.gallery-edition-menu { float: left; width: 314px; font-size: 14px; position: relative; margin-left: 205px; }
.gallery-edition-menu .selected { float: left; width: 100%; height: 49px; box-sizing: border-box; border: 1px solid #ff4400; line-height: 47px; padding: 0 55px 0 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background-image: url("../img2/arrow-desktop.png"); background-position: right top; background-repeat: no-repeat; cursor: pointer; }
.gallery-edition-menu.open .selected { background-position: right bottom; }
.gallery-edition-menu ul.editions { position: absolute; left: 0; top: 48px; z-index: 999; background: #ffffff; display: none; margin: 0; padding: 0; list-style: none; font-size: 14px; width: 100%; vertical-align: top; box-sizing: border-box; border: 1px solid #ff4400; }
.gallery-edition-menu ul.editions li { margin: 0; padding: 0; width: 100%; box-sizing: border-box; float: left; }
.gallery-edition-menu ul.editions li a { color: inherit; display: inline-block; float: left; text-decoration: none; width: 100%; height: 49px; line-height: 49px; box-sizing: border-box; padding-left: 20px; padding-right: 20px;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gallery-edition-menu ul.editions li a:hover, .gallery-edition-menu ul.editions li a.active { background: #f0f0f0; }
.gallery-edition-menu.open ul.editions { display: inline-block; }

ul.levels { margin: 0 0 0 70px; padding: 0; list-style: none; font-size: 14px; vertical-align: top; box-sizing: border-box; line-height: 18px; float: left; width: auto; }
ul.levels a { color: #b3b3b3; text-decoration: none; }
ul.levels a:hover, ul.levels a.active { color: #101e24; }

ul.categories { margin: 0 0 0 118px; padding: 0; list-style: none; font-size: 14px; vertical-align: top; box-sizing: border-box; line-height: 18px; float: left; width: auto; }
ul.categories li:last-child { padding-top: 17px; }
ul.categories a { color: #b3b3b3; text-decoration: none; }
ul.categories a:hover, ul.categories a.active { color: #101e24; }

.fixed-menu .gallery-edition-menu { width: 280px; margin-left: 50px; margin-top: 6px; }
.fixed-menu:not(.open) .gallery-edition-menu .selected { border-color: #ffffff; background: none; cursor: auto; }
.fixed-menu ul.levels { margin-left: 37px; width: 215px; margin-top: 17px; }
.fixed-menu.open ul.levels { margin-top: 0; }
.fixed-menu ul.categories  { margin-left: 50px; margin-top: 17px; }
.fixed-menu.open ul.categories  { margin-top: 0; }
.fixed-menu:not(.open) ul.categories li:last-child { padding-top: 0; }

.page.details-gallery { display: none; }
.fixed-menu.details-gallery { display: block; position: relative; padding-bottom: 1px; margin-bottom: 20px; }

.images.details .main-image { position: relative; }
.images.details .pagination { position: absolute; top: 50%; transform: perspective(1px) translateY(-50%); width: 32px; height: 62px; display: block; text-indent: -9999px; background-color: rgba(255, 255, 255, 0.6); }
.images.details .pagination a { display: block; width: 100%; height: 100%; }
.images.details .pagination.prev { left: 10px; }
.images.details .pagination.prev a { background: url(../img2/arrow-details-prev.png); }
.images.details .pagination.next { right: 10px; }
.images.details .pagination.next a { background: url(../img2/arrow-details-next.png); }

a.back-to-gallery { color: #000000; font-size: 18px; text-decoration: none; }
a.back-to-gallery:hover { color: #ff4400;  }

.zoom-top { -webkit-box-shadow: 0 20px 29px -10px rgb(0 0 0 / 9%); -moz-box-shadow: 0 20px 29px -10px rgba(0,0,0,0.09); box-shadow: 0 20px 29px -10px rgb(0 0 0 / 9%); }
.zoom-top .page { width: 1144px; margin-bottom: 21px; margin-top: 21px; }
.zoom-top .left { width: 200px; float: left; }
.zoom-top .right { width: 200px; float: left; margin-top: 15px; }
.zoom-top .center { margin-left: auto; margin-right: auto; text-align: center; font-size: 18px; line-height: 24px; padding-top: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

@media screen and (max-width: 1290px) {
    .gallery .images .thumbs a img { max-width: 200px; }
}

@media screen and (max-width: 1160px) {
    #menu li { margin: 0 0 0 25px; }
    #menu li.first { margin-right: 20px; }
    #menu li.margin1 { margin-left: 25px; }
    #menu li.margin3 { margin-left: 25px; }
    #menu li.face { margin-left: 25px; }



    #gallery-menu { text-align: center; word-spacing: 40px; }

    .gallery-edition-menu { float: none; display: inline-block; word-spacing: normal; margin: 0; text-align: left; }
    ul.levels { float: none; display: inline-block; margin: 0; word-spacing: normal; text-align: left; }
    ul.categories { float: none; display: inline-block; margin: 0; word-spacing: normal; text-align: left; }
    #menu li.margin3.logged { margin-right: 0; }

    .fixed-menu .gallery-edition-menu { float: left; margin-left: 20px; width: 210px; }
    .fixed-menu ul.levels { float: left; margin-left: 10px; }
    .fixed-menu ul.categories  { float: left; margin-left: 10px; }
}

@media screen and (max-width: 1100px) {
    #awards .items .item { width: 467px; height: 417px; padding: 30px 35px; }
    #slider .main-box { padding-left: 30px; padding-right: 30px; width: 730px; }

    #footer .page { margin-top: 0; }
    #footer .page .row .column { width: 100%; text-align: center; }
    #footer .page .row .column.left { display: inline-block; float: none; padding-right: 0; }
    #footer .page .row .column.right { display: inline-block; float: none; padding-left: 0; }
    #footer .page .row .column .group { float: none; display: inline-block; }
    #footer .page .row.copy { margin-top: 20px; }
    #footer .page .row .column.right.submission { padding-top: 30px; }

    #slider .main-box.login .box.left { padding: 0 20px; text-align: right; }
    #slider .main-box.login .box.right { padding: 0 20px; text-align: left; }
}

@media screen and (max-width: 1080px) {
    .info-page-content .blue-white-bg .item.prizes { width: 410px; padding-left: 15px; padding-right: 15px; }
}

@media screen and (max-width: 1070px) {
    #auth .box.left { padding: 0 11px; }
    #auth .box.right { padding: 0 11px; }
    /*#auth .box form { padding: 40px 40px; }*/
}

@media screen and (max-width: 1000px) {
    #mobile-menu { display: block; float: right; }
    #menu { padding-bottom: 20px; display: none; position: absolute; z-index: 999; top: 100px; left: 0; width: 100%; box-sizing: border-box; -webkit-box-shadow: 0 20px 29px -10px rgba(0,0,0,0.09); -moz-box-shadow: 0 20px 29px -10px rgba(0,0,0,0.09); box-shadow: 0 20px 29px -10px rgba(0,0,0,0.09); background: rgb(255,255,255); background: linear-gradient(0deg, rgba(249,249,249,1) 100%, rgba(255,255,255,1) 30%); }
    #menu li { float: left; margin: 0; width: 100%; text-align: center; padding: 1px 0; }
    #menu li.first { margin-bottom: 10px; }
    #menu li.margin1 { margin: 0; }
    #menu li.margin3 { margin: 13px 0; }
    #menu li.margin2 { margin-left: 0; }
    #menu li.separator { display: none; }
    #menu li a { width: 100%; display: inline-block; }
    #timer { margin-bottom: 0; }
    #awards .items .item { width: 447px; height: 397px; padding: 20px 25px; }
    .show-on-mobile { display: inline-block; }

    #contact-box .box { width: 100%; }
    #contact-box .info-contact { margin-left:0; width: 100%; text-align: center; margin-top: 40px; display: inline-block; padding: 0; }
    #contact-box .info-contact .absolute { position: relative; top: auto; left: auto; transform: translate(0, 0); }

    #menu li.face { margin-left: 0; }
    #menu li a.instagram { display: inline-block; float: none; }
    #menu li a.facebook { display: inline-block; float: none; }

    .page.details-gallery { display: block; }
    .fixed-menu.details-gallery { display: none; }
}

@media screen and (max-width: 980px) {
    .gallery .row .element { width: 175px; }
    .info-page-content.top-margin-minus-135 { margin-top: -80px; }
}

@media screen and (max-width: 950px) {
    #awards .items .item { max-width: 507px; width: 100%; padding: 50px 55px; height: auto; }
    #media-partners .items { word-spacing: 30px; }
    #annual-contest .page { height: 400px; }
    #bottom-banner { height: 380px; }
    .info-page-content .submit-entry { margin-bottom: -200px; }

    #juror-details .juror-holder .left { width: 280px; }
    #juror-details .juror-holder .right { margin-left: 320px; }
}

@media screen and (max-width: 910px) {
    #auth .box.left { padding: 0 11px; text-align: right; }
    #auth .box.right { padding: 0 11px; text-align: left; }
    #auth .box form { padding: 20px 20px; }
}

@media screen and (max-width: 900px) {
    #slider .nav-right { top: 173px; -ms-transform: none; -webkit-transform: none; -moz-transform: none; transform: none; }
    #slider .nav-left { top: 173px; -ms-transform: none; -webkit-transform: none; -moz-transform: none; transform: none; }
    #mainSlider { height: 400px; }
    #slider .main-box { width: 95%; top: auto; left: auto; margin: -100px 0 0 0; position: relative; -ms-transform: none; -webkit-transform: none; -moz-transform: none; transform: none; display: inline-block; }
    #slider .page { height: auto; padding-bottom: 20px; }
    #slider { margin-bottom: 0; text-align: center; }
    #slider .main-box.login .box { padding-left: 30px; padding-right: 30px; }
    #slider .item img { height: 400px; }
    #mainSlider .item .desc { display: none; }

    .gallery .images img { margin-bottom: 20px; }
    .gallery .images img.hide { display: inline-block; }
    .gallery .images .thumbs { display: none; }
    .images.details .pagination { display: none; }
}

@media screen and (max-width: 880px) {
    #annual-contest .content h1 { margin-bottom: 40px; }
}

@media screen and (max-width: 870px) {
    .info-page-content .blue-white-bg .item.prizes { width: 507px; padding-left: 50px; padding-right: 50px; }
}

@media screen and (max-width: 850px) {
    #annual-contest .page { background-image: url('../img2/annual_contest-mobile3.png'); }
    #contact-box form .group.left { width: 250px; }
    #contact-box form .group.right { margin-left: 290px; }
    #contact-box form .group.bottom { width: 250px; }

    #juror-details .juror-holder .left { width: 220px; }
    #juror-details .juror-holder .right { margin-left: 260px; }
}

@media screen and (max-width: 830px) {
    .fixed-menu .editions { display: none; }
    .fixed-menu .levels { display: none; }
    .fixed-menu .categories { display: none; }
    .fixed-menu .right.toggle { display: none; }
}

@media screen and (max-width: 810px) {
    #auth .box.left { padding: 0 10px 0 5px; text-align: right; }
    #auth .box.right { padding: 0 5px 0 10px; text-align: left; }
}

@media screen and (max-width: 800px) {
    .info-page-content.top-margin-minus-135 { margin-top: -60px; }
    .info-page-content span.italic { font-size: 22px; }
    #bottom-banner.margin-bottom-minus-135 { margin-top: 60px; }
    .info-page-content .submit-entry { margin-top: 40px; }
    .gallery-menu .page { text-align-last: justify; }
    .gallery-menu .page ul { text-align-last: auto; padding-right: 0; }

    .gallery-edition-menu { width: 200px; }
}

@media screen and (max-width: 790px) {
    #awards { margin-top: 30px; }
    #awards h1 { font-size: 50px; }
    #awards a.button { margin: 30px 0 40px 0; }
}

@media screen and (max-width: 780px) {
    #slider .main-box.login  { padding: 25px 5px 20px 5px; display: none; }
}

@media screen and (max-width: 770px) {
    #timer .items .item { width: 100px; }
    #timer .items .item .value { font-size: 45px; }
}

@media screen and (max-width: 760px) {
    #auth { margin-bottom: 50px; }
    #auth .box { width: 100%; }
    #auth .box.left { padding: 0 10px; text-align: center; margin-bottom: 40px; }
    #auth .box.right { padding: 0 10px; text-align: center; }
    #auth .box form { padding: 40px 40px; display: inline-block; float: none; max-width: 100%; }
    #auth .box form .group.order2 .row { height: auto; }
    #auth .box form .group.order3.empty { height: auto; }
    #auth .box form .group.order5.empty { height: auto; }
    #auth .box form .row .errorMessage { color: red; width: 100%; font-size: 11px; text-align: right; }
    #auth .page { background: linear-gradient(0, #101e24 85%, #ffffff 15%); }
    #auth .box form .group .row.empty { display: none; }
    #auth .box form .group h3 { margin-bottom: 20px; }
    #auth .box form .group.notice { text-align: center; }
    #auth .box form .group.forgotten-password { text-align: center; }

    #contact-box form { padding: 40px 40px; }
    #contact-box form .group.left { width: 100%; margin-bottom: 40px; }
    #contact-box form .group.right { width: 100%; display: block; margin-left: 0; }
    #contact-box form .group.bottom { position: relative; width: 100%; float: left; left: 0; bottom: 0; }
    #contact-box form .row.verification-code { margin-top: 15px; }
}

@media screen and (max-width: 750px) {
    #slider .main-box.login .box { width: 100%; }
    #slider .main-box.login  { padding: 25px 25px 20px 25px; display: none; }
    #slider .main-box.login .box.left { padding: 0 0; text-align: center; }
    #slider .main-box.login .box.right { padding: 0 0; text-align: center; }
    #slider .main-box.login .box form { max-width: 100%; }
    #slider .main-box.login .box form .group.order2 .row.empty { display: none; }
    #slider .main-box.login .box form .group.order3.empty { height: 20px; margin: 0; }
    #slider .main-box.login .box.right form .group h2 { margin-top: 30px; }
}

@media screen and (max-width: 700px) {
    #timer .slider-text { max-width: 220px; }
    #timer .items { margin: 30px 0; }
    #newsletter .page { margin-top: 10px; }
    #annual-contest { margin-top: 20px; }
    #annual-contest .page { height: 330px; }
    #bottom-banner { height: 330px; }
    #annual-contest .author { display: none; }
    #bottom-banner .author { display: none; }
    #prestige-exposure { margin-top: 30px; }
    #prestige-exposure h2 { margin-bottom: 10px; }
    #awards h2 { margin-top: 20px; margin-bottom: 40px; }
    #awards .items .item .header2 { font-size: 14px; }
    #awards .items .item .description .prize { font-size: 48px; line-height: 24px; }
    #awards .items .item { font-size: 16px; }
    #sponsor h2 { text-align: center; width: 100%; margin-bottom: 20px; }
    #media-partners h2 { text-align: center; width: 100%; }
    #sponsor { margin-top: 40px; }
    #sponsor .items { text-align: center; }
    #sponsor .item a { display: inline-block; height: 73px; text-indent: -9999px; background-position: 0 0; background-size: auto 146px !important; }
    #sponsor .item.nd-magazine a { background: url('../img2/sponsor-nd-magazine.png'); width: 127px; }
    #media-partners { margin-top: 40px; }

    #media-partners .item a { height: 48px; background-size: auto 96px !important; }
    #media-partners .item a:hover { background-position: 0 -48px !important; }
    #media-partners .item.digital-camera-polska a { width: 94px; }
    #media-partners .item.fs a { width: 29px; }
    #media-partners .item.the-phoblographer a { width: 151px; }
    #media-partners .item.monovisions a { width: 124px; }
    #media-partners .item.immagis a { width: 62px; }
    #media-partners .item.mcgaw-arphics a { width: 56px; }
    #media-partners .item.braun a { width: 63px; }
    #media-partners .item.formatt-hitech a { width: 66px; }
    #media-partners .item.gilman-contemporary a { width: 80px; }
    #media-partners .item.f-stop a { width: 62px; }
    #media-partners .item.photography a { width: 126px; }
    #media-partners .item.chroma a { width: 31px; }
    #media-partners .item.swiat-obrazu a { width: 92px; }
    #media-partners .item.yishushijie a { width: 90px; }
    #media-partners .item.asian-photography a { width: 74px; }
    #media-partners .item.av a { width: 36px; }
    #media-partners .item.kehrer a { width: 34px; }
    #media-partners .item.a35mm a { width: 78px; }
    #media-partners .item.tokyo-arts-gallery a { width: 34px; }
    #media-partners .item.blog-times a { width: 66px; }
    #media-partners .item.susan-spiritus-gallery a { width: 30px; }
    #media-partners .item.greenaway-art-gallery a { width: 89px; }
    #media-partners .item.blur a { width: 52px; }
    #media-partners .item.jm a { width: 31px; }
    #media-partners .item.strother-fine-art a { width: 46px; }
    #media-partners .item.underwater-photography-magazine a { width: 66px; }
    #media-partners .item.soura a { width: 57px; }
    #media-partners .item.dodho-magazine a { width: 34px; }
    #media-partners .item.oitzarisme a { width: 110px; }
    #media-partners .item.camerae a { width: 66px; }
    #media-partners .item.lenta-ru a { width: 76px; }
    #media-partners .item.lartiere a { width: 33px; }
    #media-partners .item.yield a { width: 34px; }
    #media-partners .item.snite-art a { width: 37px; }
    #media-partners .item.newdawn a { width: 33px; }
    #media-partners .item.archive a { width: 55px; background-size: auto 48px !important; }
    #media-partners .item.silvershotz a { width: 33px; background-size: auto 33px !important; }
    #media-partners .item.silvershotz a:hover { background-size: auto 33px !important; }
    #media-partners .item.getxophoto a { width: 32px; }
    #media-partners .item.photoreview a { width: 97px; }
    #media-partners .item.thephotocloser a { width: 66px; }
    #media-partners .item.zoomphotofestival a { width: 80px; }
    #media-partners .item.internationalphotomag a { width: 68px; }
    #media-partners .item.pellicola a { width: 33px; background-size: auto 48px !important; }
    #media-partners .item.haida a { width: 89px; }
    #media-partners .item.congressmgmt a { width: 98px; background-size: auto 30px !important; }
    #media-partners .item.congressmgmt a:hover {  width: 98px; background-size: auto 30px !important; }
    #media-partners .items { word-spacing: 12px; }

    #footer .page .row .column.right.submission { display: none; }
    #footer .bottom-logo-wrapper { width: 106px; float: left; }
    #footer .page .logo-element div.title { margin-left: 126px; float: none; display: block; line-height: normal; font-size: 14px; text-align: left; margin-top: 7px; }
    #footer .page .row .column.right { margin-left: 126px; float: none; display: block; line-height: normal; font-size: 14px; text-align: left; margin-top: 20px; width: auto; }
    #footer .page { padding-left: 30px; }
    #footer .page .row .column .group { margin: 0; width: 100%; box-sizing: border-box; }
    #footer .page .row.copy { font-size: 14px; text-align: center; }
    #footer .mobile-button { display: block; width: 100%; float: left; text-align: center; margin-top: 30px; }

    .info-page-content .img-box .author { display: none; }
    .info-page-content .img-with-author .author { display: none; }

    .info-page-content span.title, .info-page-content h1.title, .info-page-content h2.title { font-size: 14px; }
    .info-page-content span, .info-page-content h2, .info-page-content h1.big, .info-page-content h1.title, .info-page-content h2.title, .info-page-content h1.title-color { margin: 10px 0 20px 0; }
    .info-page-content .img-box { margin-bottom: 30px; }
    .info-page-content span.content .quote-text { font-size: 18px; line-height: 24px; }
    .info-page-content .submit-entry { margin-bottom: -280px; padding: 20px 30px 0 30px; }
    .info-page-content .submit-entry h2 { font-size: 14px; margin-bottom: 10px; }

    .info-page-content h2.pro-cats { margin-top: 10px; margin-bottom: 0; }
    .info-page-content h2.amt-cat { margin-top: 50px; margin-bottom: 0; }

    .info-page-content .blue-white-bg .item.prizes .prize { font-size: 48px; line-height: 24px; }
    .info-page-content .blue-white-bg { margin-top: 10px; }

    .info-page-content .contact-media a { height: 38px; background-size: auto 76px !important; }
    .info-page-content .contact-media a:hover { background-position: 0 -38px !important; }
    .info-page-content .contact-media a.guru { width: 139px; }
    .info-page-content .contact-media a.photo-contest-deadlines { width: 112px; }
    .info-page-content .contact-media a.photo-contest-information { width: 69px; }
    .info-page-content .contact-media a.all-about { width: 105px; }

    .info-page-content .jurors .item .company { font-size: 14px; }
    .info-page-content .jurors .item .link a { font-size: 14px; }

    #juror-details { margin-top: 40px; }
    #juror-details .page { padding-bottom: 27px; }
    #juror-details .juror-holder { padding: 38px 41px; }
    #juror-details .juror-holder .left { width: 100%; text-align: center; }
    #juror-details .juror-holder .right { width: 100%; float: left; text-align: center; margin: 18px 0 0; }
    #juror-details .juror-holder .right .link a { font-size: 14px; }
    #juror-details .juror-holder .right .bio { font-size: 16px; line-height: 27px; }
    #juror-details .back-holder { margin-top: 27px; text-align: center; font-size: 14px; }

    .gallery-edition-menu { float: left; display: block; width: 100%; margin-top: 10px; margin-bottom: 40px; }
    ul.levels { float: left; display: block; width: 100%; text-align: center; margin-bottom: 20px; }
    ul.categories { float: left; display: block; width: 100%; text-align: center; }

    .gallery-edition-menu.open ul.editions { position: relative; top: 0; margin-top: -1px; }
}

@media screen and (max-width: 660px) {
    .info-page-content .blue-white-bg .item { height: auto; padding-bottom: 40px; font-size: 16px; }
}

@media screen and (max-width: 605px) {
    .gallery .row .element { width: 300px; }
    .show-605 { display: inline-block; }
    .hide-605 { display: none; }
}

@media screen and (max-width: 600px) {
    #annual-contest .content h1 { font-size: 60px; line-height:58px; }
    #awards h2 { font-size: 60px; line-height:58px; }
    #slider .nav-right { top: 98px; }
    #slider .nav-left { top: 98px; }
    #slider .main-box { margin-top: -130px; padding: 40px; }
    .info-page-content span.content { font-size: 16px; }
    .info-page-content h2, .info-page-content h1.big { font-size: 46px; }
    #slider .main-box .close-button, .submit-entry .close-button { font-size: 14px; top: 10px; }
    h2 { font-size: 14px; }
    a.button { font-size: 14px; }
    #annual-contest .page { height: 295px; }
    #bottom-banner { height: 295px; }
    .info-page-content.top-margin-minus-135 { margin-top: -121px; }
}

@media screen and (max-width: 550px) {
    #awards-info .description { line-height: 165%; font-size: 16px; }
    #awards h1 { font-size: 40px; }
    #auth .box form { padding: 30px 40px; display: inline-block; float: none; max-width: 100%; }
    #contact-box form { padding: 30px 40px; }
    .gallery-menu .page { text-align-last: auto; }
    .gallery-menu .page ul { width: 100%; word-spacing: 20px; padding-bottom: 20px; }
    .gallery-menu .page ul li { display: inline-block; width: auto; word-spacing: normal; }
    .gallery-menu ul.categories li:last-child { margin-top:0; }
}

@media screen and (max-width: 520px) {
    #newsletter .description { font-size: 18px; max-width: 250px; display: inline-block; }
    #prestige-exposure .page span.description { font-size: 16px; }
    #auth-recovery .box form { padding: 30px 30px; }

    #contact-box .box form { padding-left: 40px; padding-right: 40px; }
}

@media screen and (max-width: 500px) {
    #auth .box form { padding: 35px 20px; }
    #auth .box form .group.forgotten-password { text-align: center; }
    #contact-box form { padding: 35px 20px; }
}

@media screen and (max-width: 470px) {
    #timer .items .item { width: 70px; }
    #timer .items .item .value { font-size: 35px; margin-bottom: 10px; }
    #timer .items .item .label { font-size: 10px; }
}

@media screen and (max-width: 460px) {
    #annual-contest .content h1 { font-size: 48px; line-height: 48px; }
    #awards h2 { font-size: 48px; line-height: 48px; }
}

@media screen and (max-width: 450px) {
    #awards .items .item { padding: 30px 30px; }
    #newsletter .box { padding: 30px 5px 10px 5px; margin-top: 30px; }
    .info-page-content .blue-white-bg .item.prizes { width: 507px; padding-left: 15px; padding-right: 15px; font-size: 16px; }
    #newsletter form input[type="text"] { width: 200px; }
}

@media screen and (max-width: 400px) {
    #auth .box.left { padding: 0 1px; }
    #auth .box.right { padding: 0 1px; }
    #auth .box form { padding: 20px 20px; display: inline-block; float: none; max-width: 100%; }
}

@media screen and (max-width: 349px) {
    #timer .items .item { width: 65px; }
    #timer .items .item .value { font-size: 32px; margin-bottom: 10px; }

    #contact-box .box form { padding-left: 15px; padding-right: 15px; }
}

@media screen and (max-width: 330px) {
    #newsletter form input[type="text"] { width: 190px; }
}