@font-face { font-family: 'xolonium';src: url('../fonts/xolonium.bold.otf'); }

html {width: 100%; height: 100%; position: relative;}
body {text-rendering: optimizeLegibility; background: #fff; color: #333; border: 0; margin: 0; padding: 0; font-size: 1.1rem; line-height:1.3}
.popover, .tooltip {text-rendering: optimizeLegibility;}
body, input, textarea, select, button {-webkit-font-smoothing: antialiased;}

h1,h2,h3,h4,h5,h6 {color: #1c1c1c; font-weight: 700;}
h1 {font-size: 36px; line-height: 48px;}
h2 {font-size: 28px; line-height: 36px;}
h3 {font-size: 24px; margin-bottom: 20px;}
h4 {font-size: 18px; line-height: 28px;}
h5 {font-size: 14px; line-height: 24px;}
a:link, a:visited {text-decoration: none;}
a:hover {text-decoration: none; color: #000;}
a:focus {outline: 0;}
ol, ul {margin-bottom: 20px;}
hr{background-color:#e7e7e7;background-color: #dadada; border-bottom: 1px solid #fff; border-top: 0;height:1px;}
dt {font-weight:400; color: #616161;}
dt span {font-weight:600;}
.gap-60 {clear: both; height: 60px;}
.gap-50 {clear: both; height: 50px;}
.gap-40 {clear: both; height: 40px;}
.gap-30 {clear: both; height: 30px;}
.gap-20 {clear: both; height: 20px;}
.gap, .gapH {width: 100%}
.gap {height: 30px}
.gapH {height: 15px}
.zindex-1 {z-index: 1;}
.zindex-2 {z-index: 2;}
.zindex-3 {z-index: 3;}
.zindex-4 {z-index: 4;}
.zindex-5 {z-index: 5;}

.counter { font-family: xolonium; }

/** loading process **/
#UpdateProgress {width:100%; height: calc(100vh); background-color:#fff;z-index:10001; position:absolute;}
.loading {position: fixed; top:45%; left:0; width: 100%; height:34px; text-align: center; z-index:10002; }
.loading .sk-child {width: 16px; height: 16px; background-color: #676767; border-radius: 0; display: inline-block; -webkit-animation: loading 1.4s ease-in-out 0s infinite both; animation: loading 1.4s ease-in-out 0s infinite both;}
.loading .sk-bounce1 {-webkit-animation-delay: -0.48s; animation-delay: -0.48s;}
.loading .sk-bounce2 {-webkit-animation-delay: -0.32s; animation-delay: -0.32s;}
.loading .sk-bounce3 {-webkit-animation-delay: -0.16s; animation-delay: -0.16s;}
@-webkit-keyframes loading {
  0%, 80%, 100% {-webkit-transform: scale(0); transform: scale(0); }
  40% {-webkit-transform: scale(1); transform: scale(1); }
}
@keyframes loading {
  0%, 80%, 100% {-webkit-transform: scale(0); transform: scale(0); }
  40% {-webkit-transform: scale(1); transform: scale(1); }
}

#body-inner {position: relative; overflow: hidden;}
.unstyled {list-style: none; margin: 0; padding: 0;}

.wow {visibility: hidden}
.clear {clear: both}

#brandlogo {max-height: 35px; width:330px;}

#back-to-top{position:fixed;right:25px;bottom:0;z-index:10;backface-visibility:hidden;display:none}
#back-to-top.affix{bottom:0}
#back-to-top .btn{width:40px;height:35px;line-height:30px;font-weight:700;font-size:16px;padding:0;border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;border:0;color: #fff; background-color: #0075dc;}
#back-to-top .btn:hover{color:#fff;background:#007fef}

/* Video responsive */
.embed-responsive{padding-bottom:56.25%;position:relative;display:block;height:0;overflow:hidden}
.embed-responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}

/* Main navigation */
.site-nav-inner {position: relative}
.main-nav.dark-nav{z-index:10000;position:absolute;width:100%;border:0;background-color:#fff;box-shadow: rgba(0,0,0,.2) 0 10px 20px 0; -webkit-box-shadow: rgba(0,0,0,.2) 0 10px 20px 0;}
.main-nav.dark-nav>.container>.row{background:#fff}
.navbar{border-radius:0;border:0;margin-bottom:0;padding:0}
.navbar-toggler{float:right;margin-top:10px;margin-bottom:10px;padding:0;border-radius:0;margin-right:5px;height:30px;width:35px}
.navbar-toggler .icon-bar{position:relative;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:block;background-color:#696969;width:22px;height:2px;border-radius:1px;top:-5px}
.navbar-toggler .icon-bar:nth-of-type(2) {top: 0px;}
.navbar-toggler .icon-bar:nth-of-type(3) {top: 5px;}
.navbar-toggler.active .icon-bar:nth-of-type(1) { top: 2px; transform: rotate(225deg); }
.navbar-toggler.active .icon-bar:nth-of-type(2) { background-color: transparent; transform: rotate(360eg); }
.navbar-toggler.active .icon-bar:nth-of-type(3) { top: -2px; transform: rotate(-225deg); }
.navbar-toggle .i-bar {background: #fff;}
ul.navbar-nav {float: left;}
ul.navbar-nav>li {float: none; display: inline-block;}
ul.navbar-nav>li { padding: 0; position: relative;}
ul.navbar-nav>.nav-item>.nav-link{display:inline-block;padding:0 15px;line-height:60px;font-size:14px;font-weight:600;color:#484848;margin:0;position:relative;-webkit-transition:350ms;-moz-transition:350ms;-o-transition:350ms;transition:350ms;}
ul.navbar-nav>li>a:hover, ul.navbar-nav>li>a:focus {background: none;}
ul.navbar-nav>li>a i {font-weight: 700;}

/* Dropdown */
.dropdown-toggle::after{display:none}
.dropdown-menu{text-align:left;font-size:13px;background:#fff;z-index:100;padding:0;margin-top:0;border: 1px solid #595959;border-radius: 2px;min-width:12rem}
.navbar-nav>li>.dropdown-menu>li.active>a {background: #383838;}
.navbar-nav .dropdown-menu>li>a:before {content: "\f0da";display:inline-block; width:18px;text-align:center;font:normal normal normal 13px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;}
.dropdown-menu li a{display:block;font-size:14px;font-weight:400;line-height:normal;text-decoration:none;padding:10px 10px 10px 6px;border-bottom:1px solid #595959;color:#000}
.dropdown-menu li:last-child>a {border-bottom: 0;}
.dropdown-menu li a:hover {padding-left:10px;}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > .dropdown-menu > .active > a {background: #007fef;color: #fff;}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {background: #777777; color: #fff !important;}

.navbar-icon-link {display: flex; -ms-flex-align: center; align-items: center; padding: 5px 5px 0; margin: 0 .5rem; text-decoration: none !important; cursor: pointer; font-size: 1.3rem; line-height: 1.5;color: rgba(0,0,0,0.65);}
#socialmed_link .nav-item:not(:last-child) {background-image: url(../images/nav-devider.png); background-position: right 75%; background-repeat: no-repeat;}

/*---------------------------
 Accordion 01
------------------------------*/
.accordion-01 .acco-group {background: #ffffff; }
.accordion-01 .acco-group .acco-heading {padding: 12px 0; border-bottom: 1px solid #eee; display: inline-block; vertical-align: top; width: 100%; color: #011638; font-weight: 600; position: relative; }
.accordion-01 .acco-group .acco-des { padding: 15px 0; }

/*---------------------------
 Accordion 02
------------------------------*/
.accordion-02 .acco-group {border-bottom: 5px solid transparent; background: #ffffff; }
.accordion-02 .acco-group + .acco-group {margin-top: -1px; }
.accordion-02 .acco-group .acco-heading {padding: 13px 40px 13px 30px; display: inline-block; background: #32b8da; vertical-align: top; width: 100%; color: #fff; text-indent:-12px; font-weight: 500; position: relative;}
.accordion-02 .acco-group .acco-heading:after {content: ""; width: 7px; height: 7px; border-top: 2px solid #fff; border-left: 2px solid #fff; -moz-transition: ease all 0.3s; -o-transition: ease all 0.3s; -webkit-transition: ease all 0.3s; transition: ease all 0.3s; -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); position: absolute; top: 20px; right: 20px; }
.accordion-02 .acco-group .acco-des {border-top: 1px solid #eee; padding: 20px; }
.accordion-02 .acco-group.acco-active .acco-heading:after { top: 25px; -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }

hr-w{background-color:#fff;border:0;height:5px;margin:0}
.wrap100, .wrap100gray {width:100%;height:100%;margin:0;padding:0;}
.wrap100>.d-flex {height:100%;}
.wrap100gray {position: absolute; background-color: #083154; z-index: 1; opacity: 0;}
.h100 {height:100%;}

#smbt_fb {font-size: 1.1rem; padding-top: 8px;}
.copyright-info {text-align: center}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {

}

.floating {animation-name: floating; animation-iteration-count: infinite; animation-timing-function: ease-in-out; animation-duration: 3s;}
@keyframes floating {
    0%,to {transform: translate(0%,0%);}
    25% {transform: translate(1px,5px)}
    50% {transform: translate(2px,0px)}
    75% {transform: translate(0%,5px)}
}
.noborder {box-shadow: none; background: 0 0; border: 0;}
.text-white { color: #fff;}
.text-puretor {color: #60ac34;}
.text-yellow {color: #fff100;}
.text-puretor-dk {color: #007318;}
.text-pink {color: #953e90;}
.text-pink-lt {color: #ba79ad;}
.text-shadow-w {text-shadow: 0 0 2px #b7b7b7, 0 0 1px #ffffff; color: #fff;}

.btn-grey-empty {color: #484847 !important; background-color: #fff; border: 1px solid #484847; border-radius: 20px !important; padding: 8px 20px; font-size: 15px; font-weight: 700;}
.btn-grey-empty:hover {color: #fff!important; background-color: #1d1d1d; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out;}
.bt_w {
    background-color: #fff;
    border-radius: 2px;
    padding: 12px 20px;
    font-size: 16px;
    text-align: center;
    background-position: 15px 10px;
    background-repeat: no-repeat;
    margin: 20px auto 10px auto;
    border: 1px solid;
    max-width: 180px;
}
.flipInX {-webkit-backface-visibility: visible !important; backface-visibility: visible !important; animation-name: flipInX}
.animated {animation-duration: 1s; animation-fill-mode: both}
.animated.hinge {animation-duration: 2s}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {animation-duration: .75s}
.modal-backdrop.show { filter: alpha(opacity=85); opacity: .85}

.container-slide .item {background-size: auto 100%; background-repeat: no-repeat; background-position: bottom center;}
.container-slide {width:100%;}
.owl-carousel, .owl-stage-outer {width:100%; height:100%;}
.owl-stage, .owl-item, .item {height:100%;display:block;}
.owl-theme .owl-nav [class*=owl-] {width: 50px; height: 50px; position: absolute; text-align: center; top: 45%; font-weight: bold; text-shadow: 0 0 10px #fff, 0 0 1px #fff; opacity: .7; padding:10px;margin: 0;background: #000; border-radius: 50%;}
.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover {background: #000; opacity:1;}
.owl-theme .owl-nav {-webkit-transition: opacity 150ms; transition: opacity 150ms; transition-timing-function: cubic-bezier(.65,.05,.36,1);}
.owl-theme .owl-nav .disabled {opacity: 0.2;}
.owl-theme .owl-nav .owl-next {right: 20px;}
.owl-theme .owl-nav .owl-prev{left: 20px;}
.owl-theme .owl-nav .owl-next > i {margin-left: 3px;}
.owl-theme .owl-nav .owl-prev > i {margin-right: 3px;}

@keyframes fadin1 {
    0% {opacity: 0; background-position-y: 100%}
    20% {opacity: .5; background-position-y: 90%}
    to {opacity: 1; background-position-y: 85%}
}

@keyframes fadin02 {
    from {opacity: 0; animation-timing-function: linear}
    to {opacity: .1}
}

/*-- Copyright --*/
.copyright{background:#214c7b;color:#fff;padding:15px 0;position:relative;z-index:1;font-weight:600;font-size:14px}
.footer-menu{float:right}
.footer-menu ul li{display:inline-block;line-height:20px;padding: 0 10px;border-right: 1px solid #fff}
.footer-menu ul li:last-child{border:0}
.footer-menu ul.nav li a{background:0 0;color:#fff;padding:0}

/**	Resets **/
button::-moz-focus-inner, input::-moz-focus-inner { border: 0;	padding: 0;}
	::selection {color:#fff; text-shadow:none; background: #333;}
	::-moz-selection { color:#fff; text-shadow:none; background: #333; /* Firefox */ }
	::-webkit-selection { color:#fff; text-shadow:none; background: #333; /* Safari */	}	

button { background: none; border: 0; margin: 0; padding: 0; cursor: pointer;}
img { border: 0; vertical-align: top;}
input:-webkit-autofill {color: #ffffff !important;}
textarea {resize: none;}
textarea, input, button, *:focus { outline:none !important;}
textarea {resize: vertical;}

select{border:2px solid #e5e7e9;height:46px;padding:12px;outline:0;line-height:1!important}
label {	font-weight:400;}
iframe, fieldset {border: 0; margin: 0;	padding: 0;}
audio, canvas, img, video {	vertical-align: middle;}

p{display:block;-webkit-margin-before:.1em;-webkit-margin-after:.1em;-webkit-margin-start:0;-webkit-margin-end:0}
a{behavior:expression(this.onFocus=this.blur());-moz-user-select:none;-khtml-user-select:none;-moz-outline-style:none;-webkit-transition:all .15s cubic-bezier(.45,.05,.55,.95);-moz-transition:all .15s;-o-transition:all .15s;transition:all .15s ease-in-out}
a:link { text-decoration: none !important;}
a:hover { text-decoration: none !important;}
a:active { outline: none;}
a:focus, .btn:focus,input[type="text"]:focus { -moz-outline:none; outline:none; }
a, a:focus, a:hover, a:active { outline: 0;  cursor:pointer;}

input[type="image"] {outline:none;}
input[type="image"]::-moz-focus-inner { border: 0;}
input:focus {outline: none !important; border:1px solid #b5b5b5 !important;}
::-webkit-input-placeholder {color:#c3c3c3 !important;}
:-moz-placeholder {color:#c3c3c3 !important; opacity: 1;}
::-moz-placeholder {color:#c3c3c3 !important; opacity: 1;}
:-ms-input-placeholder {color:#c3c3c3 !important;}
*::-ms-backdrop {border-collapse:separate !important;}

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form { margin-bottom: 20px; }
canvas {width: 100% !important;	height: auto !important;}
:active, :focus { outline: 0 !important; }
dd {margin-bottom: 10px;}
select:focus, textarea:focus, input:focus { outline: 0 none; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; -o-box-shadow: none !important; box-shadow: none !important;}
.form-control {color:#777; border-radius:2px;}
.form-control:focus {border-color: #aaaaaa; -webkit-box-shadow: none; box-shadow: none;}
.form-group label {margin-left: 2px; margin-bottom: 2px;}
.input-group-addon {border-radius: 2px;}
.btn {border-radius: 2px;}
.popover {top: 20px !important; background-color: #000;}
.popover-body {color: #fff;}
.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {border-top-color: #000;}
.well {border-radius:2px;}
.nav-tabs, .nav-pills { position: relative;}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {background-color: unset !important; border-color: unset !important;}
.clear {clear:both;}

.panel-group .panel, .panel-heading {border-radius: 0;}
.panel-group .panel { margin-bottom: -1px;}
.panel-default {border-color: #ddd;}
.panel {margin-bottom: 20px; background-color: #fff; border: 1px solid #dedede;}
.panel-default > .panel-heading + .panel-collapse > .panel-body {border-top-color: #ddd;}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {border-top: 1px solid #ddd;}
.panel-body {padding: 15px; font-size: 14px}
.panel-group .panel-title > a {display: block;padding: 10px 15px;color: #6d6d6d;}
.panel-title a:active, .panel-title a:hover, .panel-title a:link, .panel-title a:visited, a {text-decoration: none;}
.panel-default > .panel-heading {background-color: #fdfdfd;border-top: 0}
.panel-body p {font-size:inherit;margin-bottom:5px;}
.panel-body ol, .panel-body ul {margin: 0; padding-left: 25px;}
.panel-title { margin-bottom: 0;margin-top: 0;padding-bottom: 0;font-size: 15px;line-height: 20px}
.panel-title a:active, .panel-title a:hover, .panel-title a:link, .panel-title a:visited, a {text-decoration: none}
.panel-group .panel, .panel-heading {border-radius: 0}
.panel-group .panel-heading {padding: 0}
.panel-group .panel-title > a {display: block;padding: 12px 15px 10px;color: #6d6d6d}
.panel-heading:hover {background-color: #fbfbfb !important}
.panel-heading a:before {font-family: FontAwesome;content: "\f147";float: right;color: #989898;font-size: 14px;line-height: 18px;display: inline-block;width: 12px;margin-right: -7px}
.panel-heading a.collapsed:before {content: "\f196"}

/**	response **/
@media (min-width: 1920px) {

}

@media (min-width: 992px) and (max-width:1599px) {

}

@media (min-width: 1200px) {
    .navbar-nav li:hover .dropdown-menu {display: block}  
    .accordion-02 .acco-group .acco-heading {font-size: 1.1rem;}
}

@media (max-width:1199px) {
    
}

@media (min-width: 992px) and (max-width:1199px) {
    .navbar-nav li:hover .dropdown-menu {display: block}   
    ul.navbar-nav > li {padding: 0 6px}
    ul.navbar-nav > li > a {padding: 0}
    ul.navbar-nav > li > a, .dropdown-menu li a {font-size: 12px}    
    .footer-menu {float: none}
    #back-to-top.affix {bottom: 35px}
    #back-to-top {right: 15px}    
    .accordion-02 .acco-group .acco-heading {font-size: 1rem;}
}


@media (min-width: 992px) {
    #logo {padding-left: 20px;}

    .site-nav-inner {padding-right: 30px;}
    .navbar-expand-lg .navbar-nav {margin-right: 0 !important;}
    ul.navbar-nav>.nav-item>.nav-link {padding: 4px 15px 0 15px;}
    ul.navbar-nav>li:hover, ul.navbar-nav>li.active {background: rgba(0,0,0,.65);}
    ul.navbar-nav>li:hover>a, ul.navbar-nav>li.active>a {color: #fff !important;}
    #navbarCollapse .dropdown:hover>a>.fa-angle-down {-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}    
}

@media (max-width: 991px) {
    #logo {padding-left: 10px;}
    #brandlogo {max-height: 34px;}   
    .navbar-toggler{margin-top: 13px;}  
    .site-nav-inner, .navbar-collapse, ul.navbar-nav, ul.navbar-nav li, .nav-link {width: 100%;}
    ul.navbar-nav {border-top: 1px solid #bbb;}
    ul.navbar-nav li a { border-bottom: 1px solid #bbb !important;}
    ul.navbar-nav > .nav-item > .nav-link {padding: 10px 10px 8px 15px;font-size: 14px;}    
    ul.navbar-nav > .nav-item:last-child > .nav-link {border-bottom:0 !important}
    ul.navbar-nav li.nav-item.show > a > i {-ms-transform: rotate(180deg);-webkit-transform: rotate(180deg);transform: rotate(180deg);}
    #back-to-top.affix {bottom: 78px}
    .body-inner {margin: 0 auto}    
    #navbarCollapse > ul.navbar-nav {border-bottom: 1px solid #bbb;}
    #socialmed_link {width: 80px; height: 50px; float:right;}
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-fixed {position: relative; animation: none; box-shadow: none}  
    .main-nav>.container {max-width: 100%;}
    ul.navbar-nav > li {float: none; display: block}   
    ul.navbar-nav {padding: 0 0 3px}
    ul.navbar-nav li {float: none}
    ul.navbar-nav li a {line-height: 1.5 !important;padding: 10px 0; display: block;}          
    ul.navbar-nav li a i {float: right; width: 36px; line-height: 24px; text-align: center;}
    ul.navbar-nav > .nav-item:last-child > .nav-link {border-bottom:0 !important}
    ul.navbar-nav .dropdown-menu {float: none; position: relative; border: 0; margin: 0; padding: 0}
    ul.navbar-nav .dropdown-menu li a {padding-left: 20px !important}  
    ul.navbar-nav .dropdown-menu {box-shadow: none; border-top: 0; background: none}
    .accordion-02 .acco-group .acco-heading, .accordion-02 .acco-group .acco-des {font-size: 15px;}
    .copyright {text-align: center}
    .copyright .footer-menu {float: none; text-align: center}
    .copyright .nav {display: inline-block}  
    .md-px5 {padding-right: 5px; padding-left: 5px;}
    .md-px10 {padding-right: 10px; padding-left: 10px;} 
}

@media (min-width: 768px) {
    hr { margin: 40px 0}
}

@media (min-width: 576px) and (max-width: 767px) {
    .main-nav>.container {max-width: 100%;}    
}

@media (max-width: 767px) {    
    .navbar-fixed {position: relative; animation: none; box-shadow: none}
    .site-nav-inner {background: none; width: 100%}
    ul.navbar-nav > li {display: block}
    ul.navbar-nav > li > a:before {border-bottom: 0}    
    ul.navbar-nav {width: 100%; padding: 0}
    ul.navbar-nav > li {float: none}
    ul.navbar-nav li a {line-height: 1.6 !important; padding: 10px 0; display: block;}   
    ul.navbar-nav li a i {float: right; width: 36px; padding: 3px; text-align: center;}       
    ul.navbar-nav .dropdown-menu {box-shadow: none; border-top: 0; background: none; border: 0;}
    ul.navbar-nav .dropdown-menu > li > a {padding-left: 15px;color: #484848;}
    .bt_w {font-size: 15px;}  
    .owl-theme .owl-nav [class*=owl-] {width: 40px; height: 40px; padding: 5px;}
    .accordion-02 .acco-group .acco-heading, .accordion-02 .acco-group .acco-des {font-size: 14px;}
    .footer-menu {float: none; text-align: center}
    .footer-menu .nav {display: inline-block}
    #back-to-top {bottom: 0; right: 20px}
    .container.max-sw {max-width: calc(100vw - 30px);}
}

@media (max-width: 538px) {
    body {font-size: 1rem;}    
    h1, h2, h3, h4, h5, h6 {font-weight: 600; line-height:1.1} 
    .owl-theme .owl-nav .owl-prev {left: 10px;}
    .owl-theme .owl-nav .owl-next {right: 10px;}
    .owl-theme .owl-nav [class*=owl-] {width: 30px; height: 30px; padding: 2px;font-size:13px;}
    .popwrap {padding-top: 32px;}  
    #icon_Q {max-width: 90px !important;}
    .gapH {height: 10px;}
    .modal.show .modal-dialog {width: 100%; padding: 0; border: 0;}
 }

@media (max-width: 420px) {
    body {font-size: 13px;}
    #s1_2 .h2 { font-size: 18px !important;}
    #brandlogo {width: calc(60vw);}
    ul {margin-left: -0.5em; margin-right: 0.75em;}
    dl {margin-left:1em; margin-right: 1.5em;}
    .copyright-info {font-size:12px;}
    #back-to-top {right: 10px;}
}