
html {
    height: 100%;
}
html body {
  
    font-family: Roboto;
    color: #333;
    background-color: #eeeeee;
}

html body .container-fluid.body-content {
    position: absolute;
    top: 50px;
    bottom: 30px;
    right: 0;
    left: 0;
    overflow-y: auto;
    transform-origin: 50% 100%;
    transform: rotateX(45deg);
}

header {
    position: fixed;
    left: 0;
    right: 0;
    margin-top: 68px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Roboto;
}
p {
    line-height: 25px;
    font-size: 15px;
    text-align: left;
}
.wrapper {
    width: 100%;
    margin: 5px auto 0 auto;
}

.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1030;
}

.top-menu-bar {
    width: 100%;
    background-color: #17478a;
    color: #000;
    position: fixed;
    z-index:999;
    top:0;
    height: 40px;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) */
}

.top-menu-bar .container {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%
}

.top-left-bar {
    list-style-type: none;
    width: 50%;
    float: left;
    text-align: left;
}

.top-right-bar {
    list-style-type: none;
    margin: 0;
    width: 49.6%;
    float: left;
    text-align: right;
}

.top-left-bar ul.top-bar-info {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.top-left-bar ul.top-bar-info li {
    display: inline-block;
    line-height: 65px;
    vertical-align: middle;    
    padding: 0px 10px 0px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.top-left-bar ul.top-bar-info li > img {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 0px 0px 0px;
}

.top-left-bar ul.top-bar-info i.fa {
    color: #fff;
    vertical-align: middle;
    margin-bottom: 4px;
}
.top-left-bar ul.top-bar-info li > a{
    text-decoration:none;
    color: #fff;
    font-size: 18px;
    cursor:pointer;
}

.top-middle-bar ul.top-bar-info {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.top-middle-bar ul.top-bar-info li {
    display: inline-block;
    line-height: 65px;
    vertical-align: middle;    
    padding: 0px 10px 0px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.navigation-menu {
    width: 100%;
    background-color: #ffffff;
    height: 48px;
    margin-right: -15px;/*
	margin-top: -3px; */
}

.menu-bar {	
    color: #fff;
    margin: 25px 0px 10px 0px;
    height: 100%;
    padding-left:0px;
    padding-right: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.5s;
}

.menu-bar img{	
    width: 100%;
}

#closeButton {
    position: absolute;
    /*top: 40px;
    right: 30px;*/
    top:34px;
    right:23px;
    cursor: pointer;
    font-size: 24px;
    padding: 5px 8px 5px 8px;
    background-color: #fff;
    opacity: 0.4;
}

#scroll-notice {
    width: 8%;
    height: 42px;
    bottom:0;
    float: left;
    opacity: 0.8;
    position:absolute;
    font-size: 16px;
    padding: 15px 8px 0px 8px;
    color: #fff;
    background-color: #2f88d6;
    margin-top: 10px;
    cursor:pointer;
    border-right: 19px solid #ffffff;
}

#scroll-arrow {
    width: 0%;
    height: 42px;
    float: right;
    left: 45px;
    bottom:0;
    opacity: 0.8;
    position:absolute;
    font-size: 18px;
    padding: 13px 8px 0px 8px;
    color: #2f88d6;
    margin-top: 10px;
    cursor:pointer;
}

#scroll {
    width: 89.1%;
    height: 44px;
    left: 98px;
    bottom:0;
    float: right !important;
    opacity: 0.8;
    position:absolute;
    font-size: 15px;
    padding: 11px 8px 0px 18px;
    color: #000;
    background-color: #ffffff;
    cursor:pointer;
    padding-left: 10px solid red;
}

#scroll i {	
    margin-top: 15px;
    margin-left: 5px;
}

.arrow {
    left:74.3591% !important;
}

.popover {
    max-width: 380px !important;
    left:1019px !important;
    top: 55px !important;
    z-index: 9999;
}

.popover-content {
    padding-top: 14px;
    padding-bottom: 44px;
    transition: 0.3s;
}

a {
    text-decoration: none !important;
}

.position:hover {
    border: 1px solid #aaaaab;
}

.pop-image{
    width: 100%;
    text-align: center !important;
    margin-bottom: 7px;
}

.pop-para {
    font-size: 14px;
    text-align: center;
    line-height: 10px;
}

.position {
    text-align: center;
    padding-top: 10px;
    padding-bottom: -10px;
    margin-bottom: 16px;
}

.main-banner {	
    color: #fff;
    margin: 25px 0px 0px 0px;
    height: 100%;
    padding-left:0px;
    padding-right: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.navigation-menu ul {
    width: 100%;
    height: 100%;
}

.menu-space {
    margin-left: -10px;
}

.navigation-menu ul, li {
    /*display: inline-block;*/
    line-height: 49px;
    vertical-align: middle;    
    padding: 0px 10px 0px 10px !important;
    color: #000;
    height: 100%;
    font-size: 16px;
    font-weight: 200;
    margin-top: -3px;
}
.border {
    border-top: 1px solid #fff !important;
}
.sidenav ul > li > a:hover{
    color:#fff;
}
li {
    line-height: 27px;
}
.navigation-menu li:hover {
    background-color: red;
    color: #fff;
}

/*.active {
    background-color: red;
    color: #fff;
}*/

.contact-icon {
    top: 46%;
    right:0;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index:9999;
    background-color: #3465aa;
    border-radius: 10%;
}

.fa-icon {
    font-size: 19px;
    color: #fff;
    padding: 10px 5px 5px 10px;
}

.top-menu {
    width: 100%;
    background-color: #3465aa;
    color: #000;
    position: fixed;
    z-index:999;
    top:0;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.top-menu .container {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%
}

.top-left {
    list-style-type: none;
    width: 50%;
    float: left;
    text-align: left;
}

.top-middle {
    list-style-type: none;
    width: 59.5%;
    float: left;
    text-align: left;
}

.top-right {
    list-style-type: none;
    margin: 0;
    width: 49.6%;
    float: left;
    text-align: right;
}

.top-left ul.top-bar-info {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.top-left ul.top-bar-info li {
    display: inline-block;
    line-height: 65px;
    vertical-align: middle;    
    padding: 0px 10px 0px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.top-left ul.top-bar-info li > img {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 0px 0px 0px;
}

.top-left ul.top-bar-info i.fa {
    color: #fff;
    vertical-align: middle;
    margin-bottom: 4px;
}
.top-left ul.top-bar-info li > a{
    text-decoration:none;
    color: #fff;
    font-size: 18px;
    cursor:pointer;
}

.top-middle ul.top-bar-info {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.top-middle ul.top-bar-info li {
    display: inline-block;
    line-height: 65px;
    vertical-align: middle;    
    padding: 0px 10px 0px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

/* search button 

.form-control {
    display: block;
    width: 100%;	
	margin-top: 7px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #3373ce;
    background-image: none;
    border: 2px solid #508ce0;
    border-radius: 2px;

} */

.icon-addon {
    position: relative;
    color: #14386b;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon, 
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 50px;
    font-size: 18px;
    padding: 10px 16px 10px 40px;
}

.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 14px;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
        color: red;
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color: #2580db;
}

.textbox {
    color: red;
    width: 100%;
}

/* .top-left ul.top-bar-info li:hover{
	background-color: #3465aa;
} */

.top-right ul.top-bar-info {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.top-right ul.top-bar-info li {
    display: inline-block;
    line-height: 65px;
    vertical-align: middle;    
    padding: 0px 10px 0px 10px;
    color: #fff;
    font-size: 13px;
}

.top-right ul.top-bar-info li > a > .label {
    position: absolute;
    top: 14px;
    right: 6px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.top-right ul.top-bar-info li > img {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 0px 0px 0px;
}

.top-right ul.top-bar-info i.fa {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
}
.top-right ul.top-bar-info li > a{
    text-decoration:none;
}

/* .top-right ul.top-bar-info li:hover{
	background-color: #3465aa;
} */

.sidebar {
    height: 420px;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 200px;
    right: 0;
    bottom: -60px;
    background-color: #414141;
    color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
}

.sidebar a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s	
}

.sidebar p {
    padding: 2px 2px 2px 2px;
    text-decoration: none;
    width: 100%;
    font-size: 18px;
    display: block;
    color: #fff;
    transition: 0.3s	
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 30px;
    margin-left: 50px;
}
.sidebar .title {   
    font-size: 20px;
    margin-left: 18px;
}

.form-info {
    margin-bottom:-20px;
}

.form-group {
    height: 20px;
}

.input-group {
    height: 20px;
    width: 100%;
    padding-bottom: 10px;
}

.form-control {
    padding: 7px 6px;
    width: 100%;
}

.table-align {
    margin-top:-40px;
}

#last-day {
	text-align: left !important;
}

#ex1Slider {
    margin-left: 9px;
    margin-bottom:30px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #1e282c;
    color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 70px;
}

.sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s	
}

.sidenav p {
    padding: 2px 2px 2px 2px;
    text-decoration: none;
    width: 100%;
    font-size: 18px;
    display: block;
    color: #fff;
    transition: 0.3s	
}

.sidenav p > img {
    vertical-align: middle;
    padding: 2px 60px 2px 60px;
}

.sidenav ul  {
    text-decoration: none;
    width: 100%;
    font-size: 14px;
    display: block;
    color: #fff;
    left:0;
    padding-left: 0px;
    border-left: 4px solid #c2c2ce;
    background-color: #657488;
    margin-left:0px;
}

.sidenav ul > li > a, span {
    padding-left: 0px;
}

.sidenav .length{
    width: 100%;
    line-height: 23px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 30px;
    margin-left: 50px;
}

/*.dropdown-menu {
    background-color: #f3f3f3; 
	margin-top: -1px;
	color: #000;
	width: 300px;
	height: 310px;
}*/

.dropdown-menu li {   
    width: 100%;
    padding-left: 0px;
    color: #000 !important;
    line-height: 2px !important;
    font-size: 15px !important;
    /*padding: 2px 7px 12px 7px !important;*/
    border-bottom: 1px solid #d5cece;
}

.dropdown-menu li .footer a {   
    float: right !important;
    color: #666666 !important;
}

.dropdown-menu li > span { 
    padding: 0px 5px 0px 0px;
    color: #666666 !important;
}

.dropdown-menu  li > span > i.fa {
    color: #666666 !important;
    font-weight:200 !important;
}

.dropdown-menu  li:hover {
    /*background-color: #f3f3f3 !important;*/
}

.user-menu > .dropdown-menu {    
    background-color: #3c8dbc; 
    margin-top: -1px;
    color: #000;
    width: 300px;
    height: 240px;
}

.user-menu > .dropdown-menu > li.user-header {
    height: 175px;
    padding-top: -4px;
    text-align: center;
    background-color: #3c8dbc;
}
.user-menu > .dropdown-menu > li:hover{
    background-color: #3c8dbc !important;
}
.user-menu > .dropdown-menu > li.user-header > img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}
.user-menu > .dropdown-menu > li.user-header > p {
    z-index: 5;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    margin-top: 20px;
    text-align: center;
}
.user-menu > .dropdown-menu > li.user-header > p > small {
    display: block;
    font-size: 13px;
}

.user-menu > .dropdown-menu > li.user-footer {
    padding-top: 10px !important;
    background-color: #f9f9f9;
}

.user-menu > .dropdown-menu > li.user-footer:hover{
    background-color: #f9f9f9 !important;
}

.user-menu > .dropdown-menu > .user-footer .btn-default{
    background-color: #dedede;
    font-size: 13px;
    border: 1px solid #dddddd;
}

.body-container {
    width: 100%;
    /*height: calc(100vh - 70px);*/
}
.left-side-bar {
    height: 100%;
    width: 25%;
    position: fixed;
    top: 9.5%;
    left: 0;    
    color: #fff;
    transition: 0.5s;
}
.left-side-bar .left-side-bar-cont{
    height: 100%;
    text-align: left;
    padding: 15px 25px 1px 25px;
}

.left-side-bar .left-side-bar-cont .profile-icon{
    width: 50px;
    margin-top: -25px;
    border: 2px solid #fff;
    margin-bottom: 19px;
}

.left-side-bar .left-side-bar-cont > h1{
    font-size:30px;
}

.heading-title {
	font-size: 22px !important;
	color:#fff;
}

.left-side-bar .left-side-bar-cont > h3{
    margin-bottom: 20px;
    line-height: 31px;
    color:#fff;
}

.left-side-bar .left-side-bar-cont > p{
    font-size:15px;
    text-align: left;
    text-shadow: none;
}

.left-side-bar  > footer{
    position: fixed;
    bottom: 0;
    height: 45px;
    left: 0;
    right: 75%;
    color: #fff;
    background-color: #636363;
}

.left-side-bar  > footer > .facebook{	
    color: #fff;
    background-color: #36538d;
    width: 12.5%;
    float: left;
}
.left-side-bar  > footer > .facebook > i {	
    padding: 17px 15px 20px 15px;
}

.left-side-bar  > footer > .twitter{	
    color: #fff;
    background-color: #00a0d0;
    width: 12.5%;
    float: left;
}
.left-side-bar  > footer > .twitter > i {	
    padding: 17px 15px 20px 15px;
}

.left-side-bar  > footer > .google-plus{	
    color: #fff;
    background-color: #db4a39;
    width: 12.5%;
    float: left;
}
.left-side-bar  > footer > .google-plus  > i {	
    padding: 17px 15px 20px 15px;
}

.left-side-bar  > footer > .youtube{	
    color: #fff;
    background-color: #c3181e;
    width: 12.5%;
    float: left;
}
.left-side-bar  > footer > .youtube  > i {	
    padding: 17px 15px 20px 14px;
}

.left-side-bar  > footer > .sound-cloud{	
    color: #fff;
    background-color: #fd3c1b;
    width: 12.5%;
    float: left;
}
.left-side-bar  > footer > .sound-cloud  > i {	
    padding: 17px 15px 20px 11px;
}

.left-side-bar  > footer > .pinterest{	
    color: #fff;
    background-color: #bd081c;
    width: 12.5%;
    float: left;
}
.left-side-bar  > footer > .pinterest  > i {	
    padding: 17px 15px 20px 15px;
}

.left-side-bar  > footer > .linkedIn {	
    color: #fff;
    background-color: #0077b5;
    width: 12.5%;
    float: left;
}
.left-side-bar  > footer > .linkedIn  > i {	 
    padding: 17px 15px 20px 15px;
}

.left-side-bar  > footer > .instagram {	
    color: #fff;
    background-color: #517fa4;
    width: 12.5%;
    float: left;
}
.left-side-bar  > footer > .instagram  > i {	 
    padding: 17px 15px 20px 15px;
}

.top-body {
    padding: 15px 0px 15px 0px;
}

.btn-bg-blue {	
    background-color: #4584f1;
    color: #fff;
}

.btn-bg-brown {
    background-color: #79371f;
    color: #fff;
}
/*
.btn {
	border: 1px solid #cae2b0;
	padding: 10px 10px 10px 10px;	
}*/

.btn-add {	
    padding: 10px 10px 10px 10px;
}

.btn-proceed {
    margin-bottom:30px;
}

.btn-confirm {
    height:60px;
    text-align:right!important;
}

.btn-pay {
    text-align:right!important;
    margin-bottom:-6px;
}

.email-notice {
    font-size:13px;
}

.total-amount {
    margin-top:20px;
}

.amount {
    width: 13%;
}

.btn-enabled {
    cursor:pointer;
    color:#fff !important;
}

.btn-disabled {
    cursor:not-allowed;
    color:#fff !important;
}

.btn-info{
    background-color: #4b5d4c;
    color: #fff;
}

.event-checkbox {
    display:none;
}

.checkbox-image {
    display:none;
}

.bg-green {	
    background-color: #378d3b;
}

.bg-white{
    background-color: white;
    color: #333;
}
.bg-gray {	
    background-color: #414141;
}
.bg-blue {	
    background-color: #5b6abf;
}
.bg-active-gray {	
    background-color: #778f9b;
}
.bg-light-green {	
    background-color: #00abc0;
}
.bg-light-gray {	
    background-color: #8c6d62;
}
.bg-light-blue {	
    background-color: #7d56c1;
}
.bg-navy {
    background-color: #001f3f !important;
}
.bg-teal {
    background-color: #39cccc !important;
}
.bg-olive {
    background-color: #3d9970 !important;
}
.bg-lime {
    background-color: #01ff70 !important;
}
.bg-orange {
    background-color: #ff6f42 !important;
}
.bg-fuchsia {
    background-color: #f012be !important;
}
.bg-purple {
    background-color: #605ca8 !important;
}
.bg-maroon {
    background-color: #d81b60 !important;
}
.bg-gray-active {
    color: #000;
    background-color: #b5bbc8 !important;
}
/* .box{
	padding: 10px 10px 10px 10px;
	height: 100%;
}
.homepage-image {
	border: 3px solid #a6a7a8;
	width: 100%;
	height: 660px;
	bottom: 70;	
} */
.border-space {
    margin-bottom: 30px;
    float:right;
}

.homepage-content {
    width: 100%;
    height: 100%;
}

.box-align {
    float:left;
}

#fixed {
    overflow: scroll;
}

.link {
	cursor:pointer;
}

.test-blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.events {	
    color: #000;
    margin-bottom: 25px;
    height: 100%;
    padding-left:0px;
    padding-right: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.event-disabled {
    opacity:0.5;
}

.event-name {
    height:56px;
}

.events-img {
    width: 100%;
    height: 100%;
}

.checkbox {
    width:30px;
    margin-bottom:-8px;
}

/*.events h3 {
    padding: 10px 10px 5px 12px;
    font-size: 17px;
    color:#000;
    line-height: 1.3 !important;
}*/

.events h4 {
    padding: 1px 10px 8px 10px;
    font-size: 14px;
    color:#000;
}

/*.events p {
	padding: 1px 10px 10px 10px;
	font-size: 13px;
	text-align:left;
	color:#000;
}*/

.paragraph-align {
    text-align: right !important;
    margin-right:-10px;
    padding-bottom: 6px !important;
}

.top-space-color {
    margin-top:15px;
    margin-bottom:-8px;
    color:#7b2b22;
}

.checkbox-align {
    text-align: right !important;
    margin-right:-11px;
    padding-bottom: 6px !important;
}

.profile-image {
    width: 50px;
    margin-top: -25px;
    margin-left: 5px;
    border: 2px solid #7f88b5;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.profile-image-slider {
    position: absolute;
    width: 50px;
    margin-top: -25px;
    margin-left: 5px;
    border: 2px solid #7f88b5;
    z-index: 5 !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.events .paragraph {
    padding: 10px 10px 10px 12px;
    font-size: 16px;
    height: 100%;
    text-align: left !important;
    line-height: 25px;
    text-align: left;
    margin:0px
}

.text-space {
    margin-top:-22px;
}

.paragrpah-space {
    margin-left:-12px;
}

.sloka {	
    color: #fff;
    margin: 25px 0px 0px 0px;
    height: 100%;
    padding-left:0px;
    padding-right: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sloka-img {
    width: 100%;
    height: 100%;
}

.sloka h3 {
    padding: 10px 10px 0px 10px;
    font-size: 17px;
}

.sloka p {
    padding: 10px 10px 10px 10px;
    font-size: 17px;
}
.center{
    text-align: center;
}

.sloka .paragraph {
    padding: 0px 10px 0px 10px;
    font-size: 13px;
    height: 30px;
    line-height: 18px;
    text-align: left;
}

.padding {
    padding-bottom: 10px;
}

.font-black {
    color: #352d2d;
}

.default {
    color:#352d2d;
}

.first {	
    color: #dbffb7;
}

.second {
    color: #fbfbfb;
}

.third {
    color: #cbd4da;
}

.fourth {
    color: #d1faff;
}

.fifth {	
    color: #f1e8e5;
}

.sixth {
    color: #e6def5;
}

.seventh {
    color: #e6eaec;
}

.eights {
    color: #d6d7dc;
}

.events p > a{
    text-decoration: none;
    color: #014c8c;
}

.events p > a:hover{
    font-weight: 200;
}
.validationError{
   height: 30px;
   font-size:12px !important;
}
.photo-view img{
    width:100%;
}
.photo-view .box-title{
    margin-bottom: 0px;
    background: #247ecb;
    color: #fff;
    padding-bottom: 5px;
        height: 100%;
    display: flow-root;
}
.btn-back{
    background-color:#fff;
    color:#000;
    cursor: pointer;
}
.note-text{
   
    color:red;
}
.text-box{
     padding:10px;
}
 #tcIdMobile{
     display:none !important;
 }
 .close:focus, .close:hover{
     color:#fff;
 }
 .title-text{
      margin-top: 5px;
 }
 .otp-message>li{
     color: #2d0baf !important;
    font-size: 14px !important;
        line-height: 25px;
 }
 .prize{
     margin-left: 0px;
 }
 .prize li{
     margin-left:25px;
     padding: 0px !important;
     line-height: 1.6;
 }
  .votes{
     color:#444 !important;
     background: trasparent !important;
     font-size:14px;

 }
 .card-body{
     width: 100%;
 }
 
 #iniLoad>img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 5%;
}
.page-load{
     display: block;
    width: 100%;
    padding: 100px;
}

.myvote-btn{
     margin-top: 0px;
    margin-right: 5px;
}

.myvote-btn>.btn{
     line-height:15px !important;
}

.myvote{  
        margin-bottom: 20px;
}

.myvote>.btn{
   line-height:15px !important;
 }

@media all and (max-width: 1142px) and (min-width: 913px){	
    .left-side-bar  > footer > .facebook > i {
        padding-left: 27%;
    }
    .left-side-bar  > footer > .twitter > i {
        padding-left: 27%;
    }
    .left-side-bar  > footer > .google-plus > i {
        padding-left: 27%;
    }
    .left-side-bar  > footer > .youtube > i {
        padding-left: 26%;
    }
    .left-side-bar  > footer > .sound-cloud > i {
        padding-left: 20%;
    }
    .left-side-bar  > footer > .pinterest > i {
        padding-left: 27%;
    }
    .left-side-bar  > footer > .linkedIn > i {
        padding-left: 27%;
    }
    .left-side-bar  > footer > .instagram > i {
        padding-left: 27%;
    }
    .left-side-bar > footer {
        height:43px;
    }
}

@media all and (max-width: 912px) and (min-width: 768px){
    .left-side-bar .left-side-bar-cont > h1 {
        font-size:24px;
    }
    .left-side-bar .left-side-bar-cont > p {
        font-size: 12px;
    }
    .left-side-bar  > footer > .facebook > i {
        padding-left: 27%;
        padding-top:58%;
    }
    .left-side-bar  > footer > .twitter > i {
        padding-left: 27%;
        padding-top:58%;
    }
    .left-side-bar  > footer > .google-plus > i {
        padding-left: 27%;
        padding-top:58%;
    }
    .left-side-bar  > footer > .youtube > i {
        padding-left: 21%;
        padding-top:58%;
    }
    .left-side-bar  > footer > .sound-cloud > i {
        padding-left: 7%;
        padding-top:58%;
    }
    .left-side-bar  > footer > .pinterest > i {
        padding-left: 27%;
        padding-top:58%;
    }
    .left-side-bar  > footer > .linkedIn > i {
        padding-left: 27%;
        padding-top:58%;
    }
    .left-side-bar  > footer > .instagram > i {
        padding-left: 27%;
        padding-top:58%;
    }
    .left-side-bar > footer {
        height:38px;
    }
}


@media all and (max-width: 767px) {
    .response  {
        width: 100%;
        height: 100%;
        position: relative;
        text-align: left;
        top: 14px;       
        margin-bottom: 12px;
    }
    .footer-response  {
        width:100%;
        position:absolute;
        text-align:left;
        bottom:0;
        z-index:9999;
    }
    .homepage-content {
        margin-bottom: 50px;
    }
    .left-side-bar  > footer > .facebook > i {
        padding-left: 40%;
    }
    .left-side-bar  > footer > .twitter > i {
        padding-left: 40%;
    }
    .left-side-bar  > footer > .google-plus > i {
        padding-left: 40%;
    }
    .left-side-bar  > footer > .youtube > i {
        padding-left: 39%;
    }
    .left-side-bar  > footer > .sound-cloud > i {
        padding-left: 36%;
    }
    .left-side-bar  > footer > .pinterest > i {
        padding-left: 40%;
    }
    .left-side-bar  > footer > .linkedIn > i {
        padding-left: 40%;
    }
    .left-side-bar  > footer > .instagram > i {
        padding-left: 40%;
    }
    .border-space{
        margin-bottom:10%;
    }
    #tcId{
        display:none; !important;
    }
    #tcIdMobile{
        display:block !important;
    }
}

@media all and (max-width: 742px) {
    .body-container {
        height: 100%;
        position:absolute;
    }
    .homepage-content {
        margin-bottom: 50px;
    }
    .response  {
        width: 100%;
        height: 100%;
        position: relative;
        text-align: left;
        top: 14px;
        margin-bottom: 12px;
    }
    .footer-response  {
        width:100%;
        position:absolute;
        text-align:left;
        bottom:0;
        z-index:9999;
    }
    .top-left {
        width: 50%;
        margin-left:0px;
    }
    .left-side-bar  > footer > .facebook > i {
        padding-left: 40%;
    }
    .left-side-bar  > footer > .twitter > i {
        padding-left: 40%;
    }
    .left-side-bar  > footer > .google-plus > i {
        padding-left: 40%;
    }
    .left-side-bar  > footer > .youtube > i {
        padding-left: 39%;
    }
    .left-side-bar  > footer > .sound-cloud > i {
        padding-left: 36%;
    }
    .left-side-bar  > footer > .pinterest > i {
        padding-left: 40%;
    }
    .left-side-bar  > footer > .linkedIn > i {
        padding-left: 40%;
    }
    .left-side-bar  > footer > .instagram > i {
        padding-left: 40%;
    }
}
@media all and (max-width: 481px) {
    .top-left {
        width: 70%;
        margin-left:0px;
    }.top-right {
        width: 30%;
        margin-left:0px;
    }
}
@media all and (max-width: 480px) {
    .body-container {
        height: 100%;
        position:absolute;
    }
    .response  {
        width:100%;
        height:100%;
        position:relative;
        text-align:left;
        top:14px;
        padding: 0px;
    }
    .footer-response  {
        width:100%;
        position:absolute;
        text-align:left;
        bottom:0;
    }
    .top-left {
        width: 55%;
        margin-left:0px;
    }.top-right {
        width: 45%;
        margin-left:0px;
    }
    #navi {
        display:none;
    }
    .left-side-bar  > footer > .facebook > i {
        padding: 17px 15px 20px 22px;
    }
    .left-side-bar  > footer > .twitter > i {
        padding: 17px 15px 20px 22px;
    }
    .left-side-bar  > footer > .google-plus > i {
        padding: 17px 15px 20px 22px;
    }
    .left-side-bar  > footer > .youtube > i {
        padding: 17px 15px 20px 19px;
    }
    .left-side-bar  > footer > .sound-cloud > i {
        padding: 17px 15px 20px 18px;
    }
    .left-side-bar  > footer > .pinterest > i {
        padding: 17px 15px 20px 22px;
    }
    .left-side-bar  > footer > .linkedIn > i {
        padding: 17px 15px 20px 21px;
    }
    .left-side-bar  > footer > .instagram > i {
        padding: 17px 15px 20px 21px;
    }
    .border-space{
        margin-bottom:20%;
        padding-right: 0;
        padding-left: 0;
    }
    .left-side-bar .left-side-bar-cont > h3 {
        font-size:20px;
    }
    #participantDispID{
        padding-left:0px;
        padding-right:0px;
    }
}

@media all and (max-width: 400px) {	
	#last-day{
		margin-top:10px;
		margin-bottom:10px;
	}
	
    .left-side-bar  > footer > .facebook > i {
        padding: 18px;
    }
    .left-side-bar  > footer > .twitter > i {
        padding: 18px;
    }
    .left-side-bar  > footer > .google-plus > i {
        padding: 18px;
    }
    .left-side-bar  > footer > .youtube > i {
        padding: 18px 18px 18px 15px;
    }
    .left-side-bar  > footer > .sound-cloud > i {
        padding: 18px 18px 18px 13px;
    }
    .left-side-bar  > footer > .pinterest > i {
        padding: 18px;
    }
    .left-side-bar  > footer > .linkedIn > i {
        padding: 18px;
    }
    .left-side-bar  > footer > .instagram > i {
        padding: 18px;
    }
    .left-side-bar > footer {
        height:46px;
    }
    .top-left {
        width: 60%;
        margin-left:0px;
    }.top-right {
        width: 40%;
        margin-left:0px;
    }
    .btn-back{
        font-size:12px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .myvote-btn{
        float: left !important;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 370px) {
    .top-left {
        width: 60%;
        margin-left:0px;
    }.top-right {
        width: 40%;
        margin-left:0px;
    }
}
@media all and (max-width: 338px) {
    .top-left ul.top-bar-info li{
        line-height: 35px;
    }
}
@media all and (max-width: 320px) {
    .left-side-bar  > footer > .facebook > i {
        padding: 12px;
    }
    .left-side-bar  > footer > .twitter > i {
        padding: 12px;
    }
    .left-side-bar  > footer > .google-plus > i {
        padding: 12px;
    }
    .left-side-bar  > footer > .youtube > i {
        padding: 12px 12px 12px 10px;
    }
    .left-side-bar  > footer > .sound-cloud > i {
        padding: 12px 12px 12px 7px;
    }
    .left-side-bar  > footer > .pinterest > i {
        padding: 12px;
    }
    .left-side-bar  > footer > .linkedIn > i {
        padding: 12px;
    }
    .left-side-bar  > footer > .instagram > i {
        padding: 12px;
    }
    .left-side-bar > footer {
        height:38px;
    }
    .top-left {
        width: 60%;
        margin-left:0px;
    }.top-right {
        width: 40%;
        margin-left:0px;
    }
}

@media all and (max-width: 285px) {
    .top-left {
        width: 50%;
        margin-left:0px;
    }.top-right {
        width: 50%;
        margin-left:0px;
    }
}

.card-view{
    padding:15px;
}
.btn{
    border-radius: 0px;
    white-space: normal;
}
/*.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}*/
.no-pad{
    padding: 0px !important;
}
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0px;
    border: solid 2px transparent;
    border-color: #3465aa;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 0.75em;
    text-decoration: none;
    width: 100%;
}
.first-create-account-label {
    margin-top:20px !important;
}
/*.box-header{
    border: 1px solid #3465aa;
    background: #3465aa;
    color: #fff;
}*/
/*.box-header h3{
    color: #fff;
}*/
.box-body{
    padding:10px;
    position: relative;
    /*overflow: auto;*/
}
.box-footer{
    padding: 40px 0px;
    text-align: right;
}
.btn-space-bottom{
    margin-bottom:20px;
}
.error-text{
    font-size: 12px;
    color: red;
}
.footer-msg{
    left: 0;
    position: absolute;
    padding-left: 15px;
}
.image-width {
    width: 30px;
}
.profile {
    float: right !important;
    margin-top: 20px;
}
.profile-back{
    float: right !important;
    margin-top: 16px;
}
.dropdown-profile {
    position: absolute;
    top: 100%;
    right: 0 !important;
    z-index: 1000;
    display: none;
    float: right !important;
    min-width: 10rem;
    padding: 0rem 0 !important;
    margin: .125rem 0 0;
    margin-top: 0.125rem;
    margin-right: 0px;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0rem;
    margin-right: 16px !important;
    margin-top: 13px !important;
    left: auto;
    width: 200px;
}
.change-password-option {
    height: 40px;
    background-color: #3971cf !important;
    margin: 7px;
    border-bottom: 1px solid #fff;
    height: 30px;
    padding-top: 1px;
    width: auto !important;
    color: #fff !important;
    padding: 8px 5px !important;
}
.logout {
    height: 40px;
    background-color: #3971cf;
    margin: 7px;
    height: 30px;
    padding-top: 2px;
    width: auto !important;
    color: #fff !important;
    padding: 8px 5px !important;
}
.change-password-option>a, .logout>a {
    color: #fff !important;
    width: auto !important;
}
.change-password-option>li:hover, .logout>li:hover {
    color: #fff !important;
    background-color: #3971cf !important;
    padding: 8px 5px !important;
    width: auto !important;
}
.dropdown-text {
    color: #fff !important;
    font-size: 14px;
    padding: 10px 5px !important;
    margin-top: 20px;
    width: 100%;
}

.tab-field {
	width:10%
}

.tab-field-width {
	width: 20%;
}

.edit {
	width:1.5%;
}

.editTask {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-view a{
    color:#3192A9;
}
.card-view p a{
    color:#3192A9;
}
.last-child-no-bottom{
    margin-bottom:0px !important;
}
.container .content {
    display: none;
    padding : 5px;
}
@media screen and (max-width:400px){
    .mobile-view-hide{
		 display:none !important;
	}
}
.apply-btn{
    padding-bottom: 35px;
    padding-top: 15px;
}
.card-list{
    margin:0px;
    padding:10px !important;
}
.card-title{
    margin-bottom:5px;
}
.control-group{
    margin-bottom:15px;
}
.card-list-left{
    padding-left: 5px;
    padding-right: 0px;
}
.card-list-right{
    padding-left: 0px;
    padding-right: 5px;
}
.reg-text{
    padding-left: 5px;
}
.card-start{
    margin-top:25px;
}
.profile-back li a {
    color: #fff !important
}
.profile li a {
    color: #fff !important
}
.box-nospace{
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
@media all and (max-width:261px){
    .top-left ul.top-bar-info li{
        line-height: 30px;
        padding:0px;
    }
}
.left-padding{
    padding-left:0px;
    width:50%;
    float:left;
    padding-right:15px;
}
.right-padding{
    padding-right:0px;
    width:50%;
    float:left;
    padding-left:15px;
}
.search-text{
    margin-bottom: 25px;
}
.btn-count{
    background: #555;
    color: #fff;
}
.btn-default{
    border:1px solid #d1d1d1;
        background: transparent;
}
.create-account-label{
    margin-top:15px;
}
.modal-content{
    border-radius: 0px;
}
.modal-header{
    background: #3867b6;
    color: #fff;
}
button.close{
    color: #fff;
    opacity: 0.8;
}
.btn-success{
      cursor: pointer;
}
.otp-message{
    color: #2d0baf !important;
    font-size: 14px !important;
}
.tc-lable{
    margin-top:10px;
    width:50%;
    float:left;
}
.otp-resend{
   text-align: left;
    margin-top: 15px;
}
.pagination>li {
    display: inline;
    padding: 0px !important;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
  margin-top: 4px;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}
.antispam { display:none;}


.bottom-event-para {
	text-align: center;
	color: #ffffe6;
	padding-top: 10px;
	font-size: 18px;
}

.bottom-event-button {
	text-align: center;
	height: 61px;
	margin-top: 29px;
}

.bottom-event {
	background-color: #414141;
}
.event-custom-image {
    width:100%;
}

.events-custom {
    color: #000;
        margin-top: 25px;
width: 100%;
    margin-bottom: 25px;
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* Updated Today */

.custom-header {
	height: 63px;
}

.custom-close {
        color: #fff;
    opacity: 2;
}


button.close {
    padding:0px !important;
}

button:hover, button:focus, .button:hover, .button:focus {
    background-color: #01549b !important;
}

.verify-btn {
    margin-bottom: 0px;
    border: none !important;
    width: 73px;
height: 38px;
padding-top: 11px;
font-weight: 601;
text-align:center;
    
}
.custom-footer {
    height: 66px;
}
.verify-btn:hover {
    width: 73px;
height: 38px;
border: none !important;
}

.email-height {
    height: 41px !important;
}
