@charset "utf-8";
/* =Global Reset
------------------------------------------------------------- */

/*html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, ol, ul {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
}

body {
    font-family: Arial;
}*/

/* =Default
------------------------------------------------------------- */

/*html {
    overflow-y: scroll;
}

body {
    background: #FFF url(../images/footer_bg.png) 0 bottom repeat-x;
    text-align: center;
}

a, a:link, a:visited, a:active, a:focus, a:hover {
    border: none;
    color: #000000;
}

p {
    margin: 0;
}

ul, ol {
    list-style: none;
}

h1, h2, h3 {
    font-size: 17px;
    font-weight: 700;
}*/

/* =Common Class
------------------------------------------------------------- */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.clearboth {
    clear: both;
}

.centerd {
    text-align: center;
}

.smalltxt {
    font-size: 11px;
    line-height: 14px;
    text-decoration: none;
}

a.smalltxt:hover {
    text-decoration: underline;
}

/* =Basic Structure
------------------------------------------------------------- */

#header {
    width: 100%;
    height: 450px;
    background-image: url(../images/header_banner.jpg);
    background-size: cover;
    background-position: center;
}

#content {
    border: 1px solid #bdbcbd;
    background: #FFF url(../images/container_bg.png) 0 bottom repeat-x;
}

.h-clock-outer {
    margin: 30px 0px;
}

#footer {
    text-align: center;
    margin-bottom: 30px;
}

/*Content*/

.fixedpush {
    position: absolute;
    right: -210px;
}

.fixedadbox {
    position: absolute;
    z-index: 800;
    width: 200px;
    height: 300px;
    right: -210px;
    top: 396px;
}

.block-middle h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding: 15px 0px;
    margin: 0px;
    text-align: center;
}

.btm-mrg {
    margin-bottom: 30px;
}

.dropbox {
    width: 280px;
    padding: 0 0 19px 0;
    float: left;
    position: relative;
}

.h-dropbox {
    width: 280px;
    padding: 0 0 19px 0;
    margin: auto;
    position: relative;
}

.h-dropbox .dropdown {
    width: 280px;
    height: 35px;
}

.center {
    text-align: center;
}

.timedetails-home {
    padding: 0px 10px;
    width: 100%;
}

.h-timebox {
    height: 423px !important;
}

.dropbox1 {
    width: 280px;
    padding: 0 0 19px 0;
    float: left;
    position: relative;
    z-index: 4000;
}

.dropdown {
    background: url(../images/dropdown_bg.png) 0 0 no-repeat;
    width: 268px;
    height: 23px;
    padding: 6px;
    line-height: 23px;
}

.dropdown strong {
    padding: 0 0 0 3px;
    display: block;
    float: left;
    width: 240px;
    height: 23px;
    line-height: 23px;
    font-weight: 700;
}

.dropbtn {
    display: block;
    float: right;
    width: 20px;
    height: 25px;
    cursor: pointer;
}

ul.placelist {
    display: none;
    width: 278px;
    height: 450px;
    overflow-y: scroll;
    position: absolute;
    left: 0;
    top: 33px;
    z-index: 5000;
    background: #FFFFFF;
    border: 1px solid #cccccc;
    border-top: none;
    padding: 0 0 6px 0;
    line-height: 23px;
}

ul.placelist li {
    padding: 0 8px;
    cursor: pointer;
}

ul.placelist li:hover {
    background: #EDEDED;
}

.timebox {
    width: 280px;
    height: 404px;
    padding: 0 0 19px 0;
    margin: auto;
    clear: both;
    background: url(../images/timebox_bg.png) 0 0 no-repeat;
    text-align: center;
}

.timebox h2 {
    width: 280px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    padding: 0 0 19px 0;
}

.timedetails {
    float: left;
    clear: both;
    line-height: 18px;
    font-size: 11px;
}

.timedetails li {
    height: auto;
    overflow: hidden;
    float: left;
    clear: both;
    width: 100%;
    display: inline;
}

.timedetails span.descrp {
    width: 142px;
    padding: 0 7px 0 0;
    display: block;
    float: left;
    text-align: right;
}

.timedetails strong {
    font-size: 11px;
    display: block;
    float: left;
}

/*Clock CSS*/

.clockHolder {
    margin: 13px auto 15px auto;
    position: relative;
    z-index: 1;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 196px;
}

.clockHolder1 {
    margin: 13px auto 15px auto;
    position: relative;
    z-index: 1;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

#sec {
    display: block;
    position: absolute;
    z-index: 980;
}

#min {
    display: block;
    position: absolute;
    z-index: 970;
}

#hour {
    display: block;
    position: absolute;
    z-index: 960;
}

.rotatingWrapper {
    position: absolute;
    z-index: 950;
    width: 50px;
    height: 110px;
    top: 0px;
    left: 0px;
}

/*Footer*/

.footer-top {
    padding: 30px 0 13px 0;
}

.linkWrapper {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.linkWrapper a {
    color: #0000fe;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    padding: 0 7px;
}

/* 13-11-2013
------------------------------------------------------------- */

.content-main {
    margin-top: 20px;
    margin-bottom: 30px;
}

.time-zone-left {
    background: #ffffff;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
    /* IE6-8 */
    border: 1px solid #ebe7e7;
    width: 431px;
    height: 100%;
    float: left;
    padding: 20px;
}

.time-zone-right {
    background: #ffffff;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
    /* IE6-8 */
    border: 1px solid #ebe7e7;
    width: 420px;
    float: right;
    padding: 20px;
    min-height: 691px
}

.gradient {
    filter: none;
}

.text01 {
    font-size: 18px;
    color: #3481e1;
    font-weight: bold;
    padding-bottom: 10px;
}

.time-box {
    width: 194px;
    margin: 0px auto;
    background-color: #f4f4f4;
    border: 1px solid #e9e6e6;
    margin-bottom: 40px;
    margin-top: 10px !important;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
}

.box-headding {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #fff;
}

.box-headding1 {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #fff;
}

.time-body {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.text02 {
    border: 1px solid #e9e6e6;
    background-color: #fff;
    height: 130px;
    width: 386px;
    border-radius: 2px;
    font-size: 13px;
    color: #898787;
    padding: 15px;
}

@media all {
    #jPicker {
        margin: 0px 8px;
        text-align: left;
    }
    #jPicker ul {
        font-size: 15px;
        margin: 0px 0px 0px 15px;
        padding: 0px;
    }
    #jPicker ul li {
        list-style: disc;
        padding: 2px 0px;
    }
    #jPicker ul li ul {
        margin-bottom: 10px;
    }
    #jPicker ul li ul li {
        list-style: circle;
    }
    #jPicker p {
        font-size: 13px;
        padding: 0px 10px;
    }
    #jPicker hr {
        clear: both;
    }
    #jPicker h2.jPicker {
        font-size: 16px;
        padding: 20px 10px;
    }
    #jPicker code {
        color: #8bd;
        font-size: 14px;
        font-weight: bold;
    }
    #jPicker pre {
        background: #eee;
        border: 1px solid #000;
        color: #000;
        display: block;
        font-size: 11px;
        margin: 10px 5px;
        padding: 5px;
    }
    #jPicker span {
        font-size: 13px;
        text-align: center;
    }
    #jPicker a {
        color: #ff8050;
    }
    #jPicker input {
        font-size: 13px;
        padding: 2px 5px;
    }
    #jPicker h2 {
        font-size: 16px;
        margin: 10px 0px;
    }
}

.form01 {
    width: 268px;
    height: 23px;
    background-color: #fff !important;
    border: 1px solid #e9e6e6;
    padding: 6px;
    margin-right: 10px;
    color: #898787 !important;
}

.form02 {
    width: 280px;
    height: 38px;
    background-color: #fff !important;
    border: 1px solid #e9e6e6;
    padding: 6px;
    margin-right: 10px;
    color: #898787 !important;
}

.text03 {
    font-size: 15px;
    color: #202020;
    margin-bottom: 5px;
}

.form-control {
    margin-bottom: 15px;
}

div.forselect:before {
    background: url("../images/arrow-select.jpg") no-repeat scroll 0 0 #FFFFFF;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    clear: both;
    content: "";
    display: block;
    float: right;
    height: 33px;
    padding-left: 8px;
    pointer-events: none;
    position: relative;
    right: 3px;
    top: 35px;
    width: 24px;
}

.dropdown strong {
    padding: 0 0 0 3px;
    display: block;
    float: none !important;
    width: 240px;
    height: 23px;
    line-height: 23px;
    font-weight: 700;
}

.dropbox {
    width: 280px;
    float: none !important;
    position: relative;
    padding: 0px !important;
}

.text04 {
    font-size: 12px;
    font-weight: normal !important;
    text-align: center;
    padding: 10px;
}

.text04 a {
    text-decoration: none;
}

.text04 a:hover {
    text-decoration: none;
    color: #1772bb;
}

.onoffswitch {
    position: relative;
    width: 85px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #E9E6E6;
    border-radius: 20px;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "På";
    padding-left: 10px;
    background-color: #3481E1;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "Av";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    border: 1px solid #E9E6E6;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.flo-left {
    float: left;
}

.flo-left1 {
    float: left;
    margin-right: 25px;
    margin-top: 9px;
    width: 120px;
}

.smalltxt a {
    font-size: 11px;
    line-height: 14px;
    text-decoration: none
}

.needle-clock {
    display: block;
    position: absolute;
}

.jPicker .Title {
    display: none;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    background-color: #38A5EA;
    border: 1px solid #0b3d88;
}

.mob-head {
    display: none;
}

.nav-bar-show-btn {
    background-color: transparent;
    border: 1px solid#000;
    padding: 6px 10px;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px 15px 5px 0px;
    display: inline-block;
    float: right;
}

.nav-bar-show-btn span {
    background-color: #000;
    width: 25px;
    height: 2px;
    margin: 4px 0px;
    display: block;
}

.no-padding-mob {
    padding: 0px !important;
}

.new-content {
    padding: 10px;
}

.r-width {
    width: 100% !important;
}

.dropdown_down {
    background-image: url(../images/dropdown_down.png);
    height: 35px;
    background-repeat: no-repeat;
    padding: 6px;
    position: relative;
    border: 1px solid #cccccc;
    background-position: 97% 50%;
}

.placelist {
    background-image: url(../images/dropdown_down.png);
    height: 35px;
    width: 100%;
    background-repeat: no-repeat;
    padding: 6px;
    position: relative;
    border: 1px solid #cccccc;
    background-position: 97% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.rotatingWrapper {
    width: 100% !important;
}

.r-width ul.placelist {
    width: 100% !important;
}

.new-timebox {
    border: 1px solid #cccccc;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,ffffff+36,ffffff+56,f3f3f3+100 */
    background: rgb(243, 243, 243);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 56%, rgba(243, 243, 243, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 56%, rgba(243, 243, 243, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 56%, rgba(243, 243, 243, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f3f3f3', GradientType=1);
    /* IE6-9 */
}

.new-timebox h2 {
    background: rgb(236, 236, 236);
    background: -moz-radial-gradient(center, ellipse cover, rgba(236, 236, 236, 1) 0%, rgba(237, 237, 237, 1) 37%, rgba(237, 237, 237, 1) 56%, rgba(227, 227, 227, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(236, 236, 236, 1) 0%, rgba(237, 237, 237, 1) 37%, rgba(237, 237, 237, 1) 56%, rgba(227, 227, 227, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(236, 236, 236, 1) 0%, rgba(237, 237, 237, 1) 37%, rgba(237, 237, 237, 1) 56%, rgba(227, 227, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#e3e3e3', GradientType=1);
    height: 47px;
    text-align: center;
    line-height: 47px;
    border-bottom: 1px solid #cccccc;
}

.new-timebox .timebox-row {
    text-align: center;
}

.dropdown_down_outer {
    background: rgb(243, 243, 243);
    background: -moz-linear-gradient(top, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=0);
    padding: 0px;
    margin: 0px 0px 19px 0px;
}

.half-width {
    width: 49%;
}

.half-width .time-box {
    width: 237px;
}

.half-width .dropdown {
    width: 280px;
    height: 35px;
}

.half-width .onoffswitch-switch {
    height: 18px;
}

.half-width input[type="text"] {
    height: 37px;
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
    .block-middle .adsbygoogle {
        margin: 0px auto 15px auto !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .mob-hide {
        display: none;
    }
    .mob-head {
        display: block;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    }
    .mob-head ul {
        display: none;
        padding: 0px;
        margin: 0px 15px;
    }
    .mob-head ul li {}
    .mob-head ul li a {
        display: block;
        padding: 7px 0px;
        font-size: 16px;
    }
    .logo {
        text-transform: uppercase;
        font-size: 23px;
        font-weight: bold;
        margin: 15px;
        display: inline-block;
    }
    .mob-rotate {
        display: block;
        margin-top: 18px;
    }
    .mob-rotate img:first-child {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        position: absolute;
        left: 0;
        bottom: 33px;
    }
    .mob-rotate img:last-child {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        right: 0;
        position: absolute;
        bottom: 33px;
    }
    .mob-rotate h3 {
        display: inline-block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #header {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        height: 310px;
    }
}

/* 1-8-2018 */

.padding-10 {
    padding: 10px;
}

.mrg-top-15 {
    margin-top: 15px;
}

.timezone-box p {
    font-size: 14px;
}

.timezone-box h3 {
    font-size: 24px;
    margin: 10px 0px 15px 0px;
}

.timezone-box h2 {
    font-size: 20px;
    padding: 11px 5px;
    background: rgb(236, 236, 236);
    background: -moz-radial-gradient(center, ellipse cover, rgba(236, 236, 236, 1) 0%, rgba(237, 237, 237, 1) 37%, rgba(237, 237, 237, 1) 56%, rgba(227, 227, 227, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(236, 236, 236, 1) 0%, rgba(237, 237, 237, 1) 37%, rgba(237, 237, 237, 1) 56%, rgba(227, 227, 227, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(236, 236, 236, 1) 0%, rgba(237, 237, 237, 1) 37%, rgba(237, 237, 237, 1) 56%, rgba(227, 227, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#e3e3e3', GradientType=1);
    border-bottom: 1px solid #cccccc;
    text-align: center;
    margin: 0px 0px 30px 0px;
}

.timezone-box .center {
    text-align: center;
}

.timezone-box .center p {
    font-size: 14px;
}

ul.child-lists {}

ul.child-lists li {
    display: block;
    padding: 8px 8px;
}

ul.child-lists li a {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    display: inline-block;
}

ul.child-lists li span {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    /*background-color: #ccc;*/
    margin-right: 10px;
}

ul.child-lists li ul {
    padding: 0px 0px 0px 30px;
}

ul.child-lists li ul li {}

ul.child-lists li ul li ul {
    padding: 0px 0px 0px 30px;
}

ul.child-lists li ul li ul li {}

ul.other-time-list li {
    display: inline-block;
    padding: 5px 6px;
}

ul.other-time-list li a {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.timezone-box {
    margin-top: 30px;
}

ul.Timezones li {
    /* display: inline-block; */
}

ul.Timezones li a {
    padding: 5px 6px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .timezone-box h3 {
        font-size: 20px;
        margin: 5px 0px 15px 0px;
    }
    .timezone-box h2 {
        font-size: 18px;
        margin: 0px 0px 15px 0px;
    }
    ul.child-lists li ul {
        padding: 0px 0px 0px 15px;
    }
    ul.child-lists li ul li ul {
        padding: 0px 0px 0px 15px;
    }
}

/* 20-8-18 */

.center-time {
    width: 255px;
    margin: auto;
    text-align: center;
}

ul.child-lists li ul li a {
    font-size: 14px;
}

p.mrg-5 {
    margin: 10px 0px 0px 0px;
}

ul.child-lists li span img {
    width: 100%;
}

ul.child-lists>li:nth-child(even) {
    background: #fbfbfb;
}

ul.child-lists>li:nth-child(odd) {
    background: #f1f1f1;
}