.login {
    background: url(../images/cinicobackground.jpg)no-repeat center center fixed;
    align-content: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    animation: slide 3s;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* Reset End */

.clr {
    clear: both;
}

body {
    background: #FFFFFF;
    margin: 0 auto;
    padding: 0 auto;
    font-family: 'OpenSans-Semibold', sans-serif;
    color: #777;
    font-weight: 300;
    font-size: 14px;
}

#wrapper {
    margin: 60px auto;
    width: 350px auto;
    height: 6000px auto;
    background: rgba(245, 245, 245, 0.9);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-bottom: solid 5px #4fba73;
    border-top: solid 5px #21858f;
    border-left: solid 1px #4fba73;
    border-right: solid 1px #4fba73;
    border-radius: 25px;
    padding: 30px;
}

.join {
    color: #21858f;
    font-size: 44px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #4fba73;
}

.lock {
    float: right;
    background: url(../images/lock.png) no-repeat;
    width: 14px;
    height: 18px;
    margin-top: 12px;
}

.login-options {
    margin-top: 15px;
    color: #4fba73;
    margin-bottom: 25px;
}

.clr hr {
    border: 1px solid #e9e9e9;
    margin: 25px 0;
}

.forms {
    margin-top: 20px auto;
    width: 375px auto;
}

.forms input {
    border: 1px solid #4fba73 !important;
    color: #4fba73;
    padding: 7px 0px 7px 50px;
    outline: none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    margin-bottom: 15px;
}

.forms input:focus {
    color: black;
    font-weight: bold;
    box-shadow: 0 0 5px rgba(48, 168, 218, 1);
    -webkit-box-shadow: 0 0 5px rgba(48, 168, 218, 1);
    -moz-box-shadow: 0 0 5px rgba(48, 168, 218, 1);
    border: 1px solid rgba(48, 168, 218, 1) !important;
}

.forms #username {
    background: url(../images/user.png) no-repeat left center;
    background-position: 12px 10px;
    border-right: 1px solid #f1f1f1;
    width: 75%;
}

.forms #password {
    background: url(../images/key.png) no-repeat left center;
    background-position: 12px 10px;
    border-right: 1px solid #f1f1f1;
    width: 75%;
}

.create-acc {
    display: inline-block;
    text-align: center;
    width: 40%;
    padding: 0px 0px;
    border: 0px solid #4fba73;
    border-radius: 7px;
    background: -webkit-gradient(linear, left top, left bottom, from(#21858f), to(#4fba73));
    background: -moz-linear-gradient(top, #21858f, #4fba73);
    background: linear-gradient(to bottom, #21858f, #4fba73);
    font-family: 'OpenSans-Semibold', sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.create-acc:hover,
.create-acc:focus {
    border: 0px solid #21858f;
    background: -webkit-gradient(linear, left top, left bottom, from(#4fba73), to(#21858f));
    background: -moz-linear-gradient(top, #4fba73, #21858f);
    background: linear-gradient(to bottom, #4fba73, #21858f);
    color: #ffffff;
    text-decoration: none;
    width: 40%;
}

.create-acc:active {
    background: #982727;
    background: -webkit-gradient(linear, left top, left bottom, from(#4fba73), to(#21858f));
    background: -moz-linear-gradient(top, #4fba73, #21858f);
    background: linear-gradient(to bottom, #4fba73, #21858f);
    width: 40%;
}

ul.footer_nav li,
ul.footer_nav li a,
ul.footer_nav1 li,
ul.footer_nav1 li a,
.cont_footer,
.cont_footer a,
.h3_title,
.click_annual a,
.mobile_nav li,
.mobile_nav li a,
.ddsmoothmenu ul li ul li.selected li a,
.bx-wrapper .bx-caption span,
.MobileUser a {
    color: #fff;
}

.footer_bg {
    background: #007876;
}

.footer_bg {
    float: left;
    width: 100%;
}

.cont_text_footer {
    color: #ce831c !important;
}

.cont_text_footer {
    font-size: 18px;
    text-decoration: none;
    float: left;
    margin: 4px 0 0 10px;
}

.footer_cell_icn {
    background: url(../images/sprite.png) no-repeat -141px -2px;
}

.footer_cell_icn {
    width: 32px;
    height: 32px;
    float: left;
}

ul.footer_nav {
    padding: 0;
    margin-bottom: 0;
}

ul.footer_nav li a:hover,
ul.footer_nav li.selected a,
ul.footer_nav1 li a:hover,
ul.footer_nav1 li.selected a {
    color: #d38022;
}

ul {
    list-style: none outside;
}

.footer_part,
.footer_part1 {
    border-top: 1px solid #ce831e;
}

.footer_part1 {
    width: 20%;
    margin-right: 5%;
    float: left;
    margin: 2.5% 6.5% 0 0;
    word-wrap: break-word;
}

ul.footer_nav1 {
    padding: 0px;
    margin-bottom: 0px;
}

ul {
    list-style: none outside;
}

.footer_part,
.footer_part1 {
    border-top: 1px solid #ce831e;
}

.footer_part {
    width: 20%;
    margin-right: 5%;
    float: left;
    margin: 2.5% 6.5% 0 0;
    word-wrap: break-word;
}

.cont_footer {
    font-size: 18px;
    margin: 5% 0 10% 0;
    word-wrap: break-word;
}

.clear {
    clear: both;
}

.footer_part,
.footer_part1 {
    border-top: 1px solid #ce831e;
}

.mgr_last {
    margin-right: 0px;
    width: 204px;
}

.footer_part {
    width: 150px;
    margin-right: 4%;
    float: left;
    margin: 2.5% 6.5% 0 0;
    word-wrap: break-word;
}

.cont_footer {
    font-size: 18px;
    margin: 5% 0 10% 0;
    word-wrap: break-word;
}

.brd_org {
    border-bottom: 1px solid #ce8419;
}

.brd_org {
    margin: 10px 0 15px 0;
}

.copy_right,
.web_site {
    color: #9eacb5;
}

.copy_right {
    font-size: 11px;
    float: left;
    margin: 0 0 15px 0;
    min-width: 225px;
}

.header_bg {
    background: url(../images/header_bg.png) repeat-x;
}

.header_bg {
    height: 42px;
}

@media only screen and (max-width: 800px) {
    .header_bg {
        display: none;
    }
}

.header_part ul {
    margin: 0px;
    padding: 0px;
}

.home_icon {
    background-image: url(../images/sprite.png);
}

.home_icon {
    background-position: -1px -1px !important;
    width: 16px;
    height: 16px;
    float: left;
    margin: 14px 21px 0 0;
}

.gallery_icn {
    background-image: url(../images/gallery_icon.png);
    width: 16px;
    height: 16px;
    float: left;
    margin: 1px 6px 0 0px;
}

.header_part ul li .forms_icn {
    background: url(../images/sprite.png) no-repeat -101px -1px;
}

.header_part ul li .forms_icn {
    float: left;
    width: 16px;
    height: 16px;
    margin: 1px 6px 0;
}

.header_part ul li .redeem_icn {
    float: left;
    height: 16px;
    margin: 0px 6px 0;
    width: 16px;
    background-image: url(../images/redeem.png);
}

.header_part ul li .Logprovider_icn {
    background: url(../images/sprite.png) no-repeat -11px -377px;
}

.header_part ul li .Logprovider_icn {
    float: left;
    height: 18px;
    margin: 0px 6px 0;
    width: 17px;
}

#drpdown span.drpdown {
    border-bottom: 0px;
    text-align: left;
    margin: 0px;
    display: block;
    float: right;
    height: 22px;
    color: #fff;
    font-size: 14px;
    right: 0px;
    width: 151px;
}

.header_part ul li,
.header_part ul li a {
    color: #fff;
    font-family: 'OpenSans-Semibold';
    font-size: 13px;
}

.header_part ul li a {
    text-decoration: none;
}

a.signin1 {
    position: relative;
}

a.signin1.menu-open1 span {
    background: url(../images/up-arrow.png) no-repeat right 6px;
}

a.signin1 span {
    background: url(../images/down-arrow.png) no-repeat right 6px;
    display: block;
    height: 20px;
    width: 155px;
    font-size: 13px;
    font-family: 'OpenSans-Semibold';
}

.menu-open1 {
    background: #666666 !important;
    color: #fff !important;
}

#signin_menu1 {
    display: none;
    position: center;
    width: 180px;
    z-index: 9;
    text-align: left;
    font-size: 12px;
    padding: 10px;
    top: 30px;
    border: none;
    background: #9fdbf8;
    right: -10px;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #ce831c;
    outline: 0;
}

.top-menu li a {
    background-image: none !important
}

#jPanelMenu-menu li ul.top-menu li a {
    display: block;
    padding: 18px 11.7px 12px 35px;
    outline: none;
    font-size: 16px;
    border-bottom: 1px solid #388acc;
    color: #fff
}

#jPanelMenu-menu li ul.top-menu li li a {
    font-size: 14px
}

header,
.container,
body {
    -webkit-transition: opacity 0.3s ease-out 0s;
    -moz-transition: opacity 0.3s ease-out 0s;
    -o-transition: opacity 0.3s ease-out 0s;
    -ms-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
    background:
}

.header_part ul li {
    float: left;
    list-style: none;
    font-size: 12px;
    margin: 12px 7px 0 0;
    padding: 0 0 10px 0;
}

li {
    line-height: 18px;
    vertical-align: top;
}

form {
    padding: 0;
    margin: 0;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    font-family: 'OpenSans-Semibold';
    border: 0;
    outline: none;
}

button.login_btn_header {
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: 'OpenSans-Semibold';
    font-size: 15px;
    line-height: 20px;
    margin: 0 10px 5px 0;
    padding: 11px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    background-color: #0079C2;
    color: #fff;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    color: #d38022;
    outline: none;
    border: none;
}

#drpdown {
    z-index: 998;
    position: relative;
    width: 155px;
}

.member_option a {
    background: url(../images/right_arrow.png) no-repeat left;
}

.member_option a {
    color: #09278a !important;
    width: 100%;
    display: block;
    line-height: 14px;
    padding-left: 12px;
    margin-bottom: 8px;
}

.header_part ul li a:hover,
.header_part ul li a.selected {
    color: #d38022;
}

a:hover {
    color: #0079c2;
}

.drpdown a:hover {
    color: #d38022;
    float: left;
}

.drpdown .dropbtn a:hover {
    color: #d38022
}

.drpdown .dropbtn {
    cursor: pointer;
    font-size: 13px;
    border: none;
    outline: none;
    color: white;
    padding: 0px 0px 0px;
    background-color: inherit;
}

.drpdown-content {
    display: none;
    position: absolute;
    background-color: #A7D6FF;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.drpdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.drpdown-content a:hover {
    background-color: #ce831c;
}

.show {
    display: block;
}

.membericon {
    background-image: url(../images/memberservices.png);
    width: 16px;
    height: 16px;
    float: left;
    margin: 1px 6px 0 0px;
}