@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600'); @import url('timeline.css'); * { border:0px; list-style:none; margin:0px; padding:0px; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); -ms-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; transition: all 0.9s ease-in-out; -webkit-transition: all 0.9s ease-in-out; -moz-transition: all 0.9s ease; -o-transition: all 0.9s ease; -ms-transition: all 0.9s ease-in-out; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } html { font-size: 100%; } html, body { height:100%; } body {background: #FFF; margin: 0px; font-family: 'Open Sans', sans-serif; font-size:13px; line-height:22px; -webkit-text-size-adjust:100%; color:#000; letter-spacing: 0.05em; } a { text-decoration:none; outline:none; color:#000; text-overflow:ellipsis; } a:hover { color:#888; } b, strong { font-weight:600; } h1, h2, h3, h4 { line-height:normal; margin:0px; font-weight: 300; } h1 { text-align:center; margin-bottom:36px; text-transform:uppercase; font-weight:300; font-size:50px; } h2 { font-size:30px; text-transform:uppercase; margin-bottom:20px; font-weight:300; } h3 { font-size:18px; margin-bottom:10px; font-weight:300; } h4 { font-size:20px; } h4.section { font-size:14px; margin-bottom:20px; text-transform:uppercase; font-weight:600; } img { display:inline-block; } img.scale { width:100%; height:auto; } img.loading { background: url('../images/loading.gif') no-repeat center; } img.border { border:10px solid #EEE; } input, select, button { height:45px; } input, select, textarea { border-radius:0; color:#444; font-family: 'Open Sans', sans-serif; font-size:14px; padding: 12px; background-color: #F8F8F8; border-bottom: 1px solid #000; } input:focus, textarea:focus, select:focus { border-color: #000; } input.error, textarea.error, select.error { border-color:#FF0000; color:#FF0000; background:#F9CCCB; } label.vertical, .vertical-label label { display:block; margin: 5px 0; font-weight:bold; } label.error { color:#FF0000; font-size:0px; visibility:hidden; float:none; overflow:hidden; height:0px; display:none; line-height:0; padding:0px; margin:0px; letter-spacing: 0; } input[type='checkbox'] { padding:0; height:20px; width:20px; float:left; margin-right:10px; border: 1px solid #CCCCCC; } input[type='checkbox']:checked { background:#666; } .checkbox_container { min-height:30px; position: relative; padding: 0 0 0 35px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .checkbox_container input { position:absolute; left:0; top:0; } .checkbox_container input:checked ~ .checkmark:after { display: block; } .checkbox_container .checkmark:after { left: 8px; top: 4px; width: 3px; height: 8px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .checkbox_container a { text-decoration:underline; } .checkmark { position: absolute; top: 0; left: 0; height: 25px; width: 25px; } .checkmark:after { content: ""; position: absolute; display: none; } select::-ms-expand { display: none; } select { background: url('select_arrow.png') right center no-repeat #F8F8F8; padding: 12px 35px 12px 12px; -webkit-appearance: none; -moz-appearance: none; appearance: none;} legend { text-transform:uppercase; font-weight:400; padding: 10px 0; border-bottom:1px solid #DDD; margin:20px 0 10px 0; width:100%; display:block; font-weight:bold; } .button { margin:40px 0; text-align:center; } .placeholder { color: #FFF; text-transform:uppercase; } .vertical-form label { font-weight:bold; padding:5px 0; display:block; } .vertical-form label.checkbox_container { font-weight:normal; padding:0 0 0 35px; } .label { padding:10px 10px 0 0; text-align:right; } .label2 { padding:10px 0 0 10px; text-align:left; font-weight:bold; } form .row { margin-bottom:10px; } option { padding:0 5px; } .btn, input[type='submit'], input[type='button'], input[type='reset'], button { padding: 12px 20px; border:0px; font-weight:600; cursor:pointer; display:inline-block; color:#000; background:#EEE; line-height:normal; letter-spacing:1px; text-align:center; font-size: 12px; text-transform:uppercase;} .btn:hover, input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover, button:hover { color:#FFF; text-decoration:none; background: #777;} .btn-primary, input.btn-primary { background-color:#000; color:#FFF; } .btn-primary:hover, input.btn-primary:hover { color:#FFF; background:#222; } .warning { color:#FF0000; font-weight:600; background: url('../images/icon_warning.png') no-repeat left top; padding:5px 0 5px 22px; text-transform:uppercase; } .icon_info { margin-left:10px; cursor:pointer; font-size:11px; } .strike { text-decoration: line-through; font-weight:normal; } .strike { text-decoration: line-through; font-weight:normal; } .alert { margin-bottom: 20px; background:#F7B2B2; padding:10px 10px 10px 40px; position:relative; } .success { margin-bottom: 20px; background:#B9E190; padding:10px 10px 10px 40px; position:relative; } .waiting { margin-bottom: 20px; background:#FFD27F; padding:10px 10px 10px 40px; position:relative; } .reject { margin-bottom: 20px; background:#F7B2B2; padding:10px 10px 10px 40px; position:relative; } .alert::before { font-family: "Font Awesome 5 Free"; color: red; content: "\f06a"; font-weight: 900; position:absolute; left:15px; } .success::before { font-family: "Font Awesome 5 Free"; color: green; content: "\f058"; font-weight: 900; position:absolute; left:15px; } .waiting::before { font-family: "Font Awesome 5 Free"; color: orange; content: "\f058"; font-weight: 900; position:absolute; left:15px; } .reject::before { font-family: "Font Awesome 5 Free"; color: red; content: "\f00d"; font-weight: 900; position:absolute; left:15px; } ....msg_error { color:#FFF; margin-bottom:20px; display:block; background:#FF0000; padding: 5px 10px; border-radius: 5px; } ....msg_success { color:#FFF; margin-bottom:20px; display:block; background:#59B200; padding: 5px 10px; border-radius: 5px; } p.limit { margin: 10px 0; font-size:11px; } .videoWrapper { position: relative; padding-bottom: 56.25%; /* 56.25%; 16:9 */ padding-top: 25px; height: 0; } .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } iframe { width: 100%; } .nowrap { white-space: nowrap; } .phone_show, .nav-item.phone_show { display:none; } ul.list_border li:first-child { border-top:0px; } ul.list_border li { float:none; border-top:1px dotted #CCC; margin:0px; padding: 5px 0; color:#999; } ul.list_border li a { display:block; } ul.list_border li p a { display:inline; } ul.icon_right li a i { float:right; } ul.list_number li { list-style:decimal; margin:5px 0 5px 20px; } ul.list_disc li { list-style:disc; margin:0 0 10px 0; } ul.list_disc li li { list-style:circle; } .layout { position:relative; } .wrapper { width:100%; margin: 0 auto; min-width:720px; clear: both; } .content { max-width:1800px; margin: 0 auto; clear: both; padding:0 20px; position:relative; } .content-small { max-width:1200px; margin: 0 auto; clear: both; padding:0 20px; position:relative; } .content-box { max-width:450px; margin: 0 auto; clear: both; padding:20px; position:relative; } .align_left { text-align: left; } .align_right { text-align: right; } .align_center { text-align: center; } .hidden, .col.hidden { display:none; } .bold { font-weight:600; } .avatar { width:50px; height:50px; float:left; margin-right:10px; border-radius: 50%; } .separator { margin-top:40px; } .fa { margin-right:5px; } .fr { float:right; } .red { color:#FF0000; } .green { color:#59B200; } .gray, .gray a { color:#999; } .black, .black a { color:#000; } .fixed { position:fixed; } .hidden { display:none; } .block { display:block; } .mt100 { margin-top:100px; } .mt80 { margin-top:80px; } .mt60 { margin-top:60px; } .mt40 { margin-top:40px; } .mb40 { margin-bottom:40px; } .mt20 { margin-top:20px; } .mb20 { margin-bottom:20px; } .mb10 { margin-bottom:10px; } .pr40 { padding-right:40px; } .pl40 { padding-left:40px; } .pr80 { padding-right:80px; } .pl80 { padding-left:80px; } table { border-collapse: collapse; width:100%; } th, td { border-top: 1px solid #CCC; padding: 7px 5px; } thead td { background:#EEE; text-transform:uppercase; } tbody tr:hover { background:#EEE; } figure { overflow:hidden; } figure.zoom a:hover img { filter: none; transform: scale(1.2); } figure.fade a:hover img { opacity:0.8; background:#000; } .group:before, .group:after { content:""; display:table; } .group:after { clear:both; } .col { display: block; float:left; margin: 0 0 0 1.6%; } .col:first-child { margin-left: 0; } .span_1_of_2 { width: 49.2%; } .span_2_of_2 { width: 100%; } .span_1_of_3 { width: 32.2%; } .span_2_of_3 { width: 66.1%; } .span_3_of_3 { width: 100%; } .span_1_of_4 { width: 23.8%; } .span_2_of_4 { width: 49.2%; } .span_3_of_4 { width: 74.6%; } .span_4_of_4 { width: 100%; } .span_1_of_5 { width: 18.72%; } .span_2_of_5 { width: 39.04%; } .span_3_of_5 { width: 59.36%; } .span_4_of_5 { width: 79.68%; } .span_5_of_5 { width: 100%; } .span_1_of_6 { width: 15.33%; } .span_2_of_6 { width: 32.26%; } .span_3_of_6 { width: 49.2%; } .span_4_of_6 { width: 66.13%; } .span_5_of_6 { width: 83.06%; } .span_6_of_6 { width: 100%; } .span_1_of_8 { width: 11.1%; } .span_2_of_8 { width: 23.8%; } .span_3_of_8 { width: 36.5%;} .span_4_of_8 { width: 49.2%; } .span_5_of_8 { width: 61.9%; } .span_6_of_8 { width: 74.6%; } .span_7_of_8 { width: 87.3%; } .span_8_of_8 { width: 100%; } .span_1_of_10 { width: 8.56%; } .span_2_of_10 { width: 18.72%; } .span_3_of_10 { width: 28.88%; } .span_4_of_10 { width: 39.04%; } .span_5_of_10 { width: 49.2%; } .span_6_of_10 { width: 59.36%; } .span_7_of_10 { width: 69.52%; } .span_8_of_10 { width: 79.68%; } .span_9_of_10 { width: 89.84%; } .span_10_of_10 { width: 100%; } .iphone_show { display:none; } .bgcolor1 { background:#EEE; } .overlay h3 { font-size:20px; margin-bottom:10px; } .overlay { font-weight:normal; position:absolute; padding: 20px; text-align:left; line-height:20px; z-index:2; top:0; left:0; right:0; bottom:0; color:#FFF; background-color: rgba(0, 0, 0, 0.8); } .tabs { text-align:center; margin-bottom:20px; } .tabs li { display:inline; } .tabs li a { display:inline-block; padding:10px 20px; line-height:18px; font-size:13px; text-transform:uppercase; font-weight:bold; border-bottom:1px solid #CCC; text-align:center; } .tabs li a.selected, .tabs li a:hover { text-decoration:none; border-bottom:1px solid #000; } #header { line-height:normal; background:#FFF; position:fixed; width:100%; z-index: 200; position: fixed; left: 0; top: 0; border-bottom:1px solid #DDD; height:180px; } #header .logo { text-align:center; margin:20px 0 5px 0;} #header .logo img { height: 110px; width:auto; } #header .menu ul { margin: 0 auto; text-align:center; } #header.smaller { height:auto; } #header.smaller .logo { display:none; } #header .box_lang { position:absolute; top:10px; left:20px; text-transform:uppercase; } #header .box_lang li, #header .box_user li { float:left; margin:0 5px; } #header .box_lang li a.selected, #header .box_user li a.selected { color:#000; font-weight:700; } #header .box_user { position:absolute; top:10px; right:20px; } #header .box_user i { border-radius: 200px; background: #999; color:#FFF; padding:10px; width:35px; height:35px; text-align:center; font-size: 13px; } #footer { line-height:normal; padding: 40px 0; border-top:#DEDEDE; font-size:12px; } #footer .logo { display:none; } #footer h4 { font-size:13px; margin-bottom:10px; } #footer a { font-weight:normal; } #footer li { padding: 3px 0; } #footer .social li { padding:0px; display:inline-block; margin-right:5px; } #footer .social li i { font-weight:bold; width:30px; height:30px; text-align:center; margin:0px; font-size:16px; margin:0; padding:6px; } #footer .social li i:hover { color:#999; } #footer .credits { font-size:12px; text-align:center; margin-top:40px; } #main { margin-top:180px; } .box-register { max-width:600px; margin: 0 auto; padding: 0 20px; } .box-login { max-width:330px; margin: 0 auto; padding: 0 20px; } .text-login { margin-top:20px; text-align:center; line-height:20px; } .cover { display: flex; align-items: center; color:#FFF; position:relative; margin:0px; list-style:none; background-position:center center; background-repeat:no-repeat; background-size:cover; background-attachment: fixed; height: 400px; } .cover .text { font-size:18px; line-height:26px; width:100%; max-width:1200px; text-align:left; padding: 0px 40px 0 40px; margin:0 auto; text-align:center; z-index: 222; } .cover .text h1 { font-size:36px; margin-bottom:20px; font-weight:bold; text-transform:none; letter-spacing:0;} .cover .text a { color:#FFF; } .cover .text a::after { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105"; margin-left:5px; } .cover .text a.login::after { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f107"; margin-left:5px; } .cover .text .buttons { max-width:400px; margin:40px auto 0 auto; } .cover .text .buttons a { background:none; color:#FFF; border:1px solid #FFF; margin:10px 0; } .cover .text .buttons a:hover { background:#FFF; color:#000; } .cover .bg { opacity: 0.4; filter: alpha(opacity=40); } .cover222 .bg:hover { opacity: 0.7; filter: alpha(opacity=70); } .bg { width:100%; z-index:2; position:absolute; opacity: 0.2; filter: alpha(opacity=20); background:#000; position:absolute; top:0; left:0; bottom:0; top:0; } .bg:hover { opacity: 0.5; filter: alpha(opacity=50); } .share { margin-top:10px; } .share i {background:#EEE; padding:5px; width:23px; height:23px; margin:0px; text-align:center; } .share i:hover { background:#666; color:#EEE; } .pagination { margin: 20px 0 40px 0; } .pagination .page { text-align:right; } .pagination .page a, .pagination .page b { padding:10px 15px; display:inline-block; border:1px solid #DDD; } .pagination .page a:hover { background:#EEE; } .pagination .result { padding-top:10px; } .grid .span_1_of_2:nth-child(2n+1) { margin-left:0px; } .grid .span_1_of_3:nth-child(3n+1) { margin-left:0px; } .grid .span_1_of_4:nth-child(4n+1) { margin-left:0px; } .grid .span_1_of_5:nth-child(5n+1) { margin-left:0px; } .grid .span_1_of_6:nth-child(6n+1) { margin-left:0px; } .grid .col { margin-bottom:1.6%; } .grid img { display:block; } .span_25 { width:25%; margin:0px; line-height:normal; font-size:0px; } .global-site-notice { position:fixed; bottom:0; right:0; width:100%; max-width:400px; z-index:222; background: #000; color: #CCC; display:block; padding: 30px; font-size:13px; } .global-site-notice .notice-inner { max-width:960px; margin: 0 auto; text-align:left; float:none; position:relative; } .global-site-notice .notice-inner p { width: auto; padding-right: 30px; adding-left: 40px; display: block; } .global-site-notice .notice-inner a { font-weight:bold; color:#CCC; } .global-site-notice .notice-inner a:hover { text-decoration:underline; } #close-cookie-notice { position: absolute; right:0; top:0px; } .global-site-notice.hidden { display:none; } div.top { display: none; overflow: hidden; position: fixed; right:40px; bottom:60px; } div.top .fa { margin:0px; } div.top a { padding-top:7px; display:block; color:#444; cursor:pointer; font-size:20px; width:40px; height:40px; text-align:center; } div.top a:hover { color:#666; text-decoration:none; } .box_user { text-align:right; } .drop-menu i { font-size:16px; width:40px; height:30px; text-align:center; padding:2px 10px; } .drop-menu-content { position:relative; top:0px; right:10px; border:1px solid #CCC; padding:20px; border-radius:4px; background:#FFF; z-index:222; box-shadow: 1px 1px 5px #CCC; width:300px; } .drop-menu-content i { font-size:18px; height:55px; width:55px; text-align:center; border-radius:200px; padding: 17px; background: #999; color:#FFF; } #header .box_user .drop-menu-content li { float:none; text-align:center; padding: 5px 0; } header .nav-menu { position:relative; display:block; } header .nav .fa { margin-right:0px; } header .nav-item { display:inline-block; zoom:1; position:relative; margin-right:1px; } header .nav-item:last-child { padding:0; margin:0; border:0; } header .nav-item a { display:block; margin:0 10px; text-transform:uppercase; padding:10px 0; } header .nav-item a.selected { border-bottom:2px solid #000; } header .nav-item:hover .nav-submenu { display:block; text-decoration:none; } /* Navigation submenu */ header .nav-submenu { display:none; position:absolute; z-index:200; border:1px solid #DDD; border-top-color:#FFF; background:#FFF; width:250px; left:-15px; padding-bottom:15px; } header .nav-submenu-item a { color:#000; padding:7px 15px; display:block; width:100%; text-align:left; font-weight:normal; } /* Mobile navigation */ header .nav-mobile { display:none; position:absolute; top:50px; left:15px; text-align:center; font-size:22px; height:40px; width:40px; cursor:pointer; padding:7px 10px; border-radius:200px; } /* Mobile navigation, clickable area for revealing <ul> */ header .nav-click { position:absolute; top:0; right:0; display:none; height:39px; width:50px; cursor:pointer; text-align:center; } header .nav-click i { display:block; height:36px; width:40px; font-size:14px; padding:12px; } header .nav-rotate { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); } @media only screen and (max-width: 400px){ .box-register { max-width:100%; } .box-login { max-width:100%; } }