.small {
    font-size:12px;
    font-weight:bold;
}

.warning {
    color: red;
}

@-webkit-keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.5 ; }
}

.blink  {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}
/* Portfolio - Items - 10 Columns
-----------------------------------------------------------------*/

.portfolio.portfolio-10 { margin: 0 -6px -6px 0; }

.portfolio-10 .portfolio-item {
	width: 10%;
	padding: 0 6px 6px 0;
}

.portfolio-10 .portfolio-desc h3 { font-size: 15px; }

.portfolio-10 .portfolio-desc span { font-size: 12px; }


/* Portfolio - Items - 10 Columns - No Title
-----------------------------------------------------------------*/

.portfolio-10.portfolio-notitle .portfolio-desc {
	height: 68px;
	bottom: -69px;
}

.portfolio-10.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-10.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -68px; }

.portfolio-10.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -40px !important; }

/***************************************************************************************************/

.voted-url{
	font-size: 18px;
    color: #eb6f31 !important;
}

.container{
	padding-left:0 !important;
	padding-right:0 !important;
}

.footer-logo-container {
    display: flex;
    align-items: center;
}

.footer-logo-container img {
    max-width: 150px;
    height: auto;
    margin-right: 20px;
    font-size: 18px;
    text-align: center;
}

.footer-logo-container p {
    flex: 1;
    line-height: 28px;
    margin: 0 auto;
    color: #ffffff;
    text-align: justify;
    font-size: 20px;
    word-wrap: break-word;
    font-weight: 400;
}

.content-wrap{
	padding:20px 0;
}

header {
    width: 100%;
    height: 360px;
	color: #fff;
    background-size: cover;
    background: url('/img/header.jpg') no-repeat center center;
}

#newSideNavHeaderContent {
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
}

footer {
    background:url('/img/footer.jpg');
    font-family: "Poppins", Sans-serif;
    bottom: 0;
    color: #C4C4C4;
}

.footer-brand-section {
    display: block;
    margin-top: 30px;
}

.footer-brand-title {
    font-family: "Times New Roman", Sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: unset;
}

.footer-brand-description {
    font-size: 12px;
    font-weight: normal;
    color: #C4C4C4;
}

.footer-brand-follow-us {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-brand-follow-us-title {
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
}

.footer-brand-follow-us-line {
    flex: 1;
    height: 1px;
    background-color: #FFFFFF;
}

.footer-top-web-card {
    background: linear-gradient(76deg, #010e2c, #01335f, #012956, #004692);
    animation: gradient-animation 20s ease infinite;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    width: 60% !important;
    margin-left: auto;
}

.footer-top-web-description {
    font-size: 12px;
    font-weight: 400;
    color: #C4C4C4;
    flex-grow: 1;
    display: flex;
    align-items: center;
    margin-bottom: unset;
    margin-left: 30px;
    margin-right: 20px;
}

.footer-top-web-logo {
    width: 71px;
    max-width: 71px;
    height: 92px;
}

.footer-top-web-link {
    width: 45px;
    height: 45px;
}

.footer-link-section {
    border-top: 2px solid #525252;
    padding: 20px 0;
    margin-top: 30px;
    display: block;
}

.no-row-margins {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-col-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.footer-link-1 {
    list-style: none;
    margin-bottom: 0;
}

.footer-link-1 li a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bolder;
    line-height: 30px;
    transition: all 0.6s ease-in-out;
}

.footer-link-1 li a:hover {
    color: #fdb514;
}

.footer-link-2 {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.footer-link-2 li {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bolder;
    line-height: 30px;
    transition: all 0.6s ease-in-out;
}

.footer-link-2 li a {
    color: #C4C4C4;
    font-weight: 400;
}

.footer-link-2 li a:hover {
    color: #fdb514;
}

.footer-link-2 li a::before {
    content: "→";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-right: 0.5em;
    margin-left: 1em;
}

.footer-help-main-title {
    font-size: 18px;
    font-weight: 600;
    color: #FDB514;
    margin-bottom: unset;
}

.footer-help-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #FFFFFF;
    margin-top: 10px;
}

.footer-copyright {
    display: block;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    border-top: 1px solid #2B2B2B;
}

.footer-copyright a{
    color:#fdb514;
}

.footer-copyright a:hover{
    color:#eb6f31;
    text-decoration:none;
}

@media (max-width: 768px) {
    .footer-copyright {
        text-align: center;
    }

    .footer-link-section-2, .footer-link-section-3, .footer-link-section-4 {
        margin-top: 20px;
    }

    .footer-brand-section {
        text-align: center;
    }

    .footer-top-web-logo {
        max-width: unset;
    }

}

@media (max-width: 992px) {
    .footer-top-web-card {
        margin-top: 30px;
        margin-left: unset;
        width: unset;
    }
}

.site-footer {
    background:url('/img/footer.jpg');
    font-family: 'Montserrat', sans-serif;
    margin-top: 250px;
}

.footer-ul-container, .footer-logo-container, .footer-contact-container {
    padding-top: 20px;
}

@media (max-width: 1200px) {
    .footer-ul-container {
        text-align: left !important;
        margin-left: 0.5em;
    }
}

.footer-contact-social a i {
    font-size: 22px;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    text-align: center;
    margin-right: 18px;
}

.footer-contact-social a i:hover {
    background-color: #F9B60D;
}

.footer-contact-container span {
    margin-left: 0.5em;
    line-height: 28px;
    color: #ffffff;
    text-align: justify;
    font-size: 20px;
    word-wrap: break-word;
    font-weight: 400;
}

.footer-contact-container a {
    color: #F9B60D;
}

.footer-area-wrap {
    background-color: #313131;
}
.invert {
    color: #fff;
}

.footer-ul-container {
    text-align: center;
}

.footer-ul-container ul {
    display: inline-block;
    padding: 0;
    text-align: left;
}

.footer-ul-container ul li {
    list-style: none;
    line-height: 28px;
}

.footer-ul-container ul a{
    list-style: none;
    color: #F9B60D !important;
    font-size: 20px !important;
    font-weight: 400;
}

.footer-container{
	margin-left: auto;
    margin-right: auto;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
}

.widget{
	padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
}

.widget-about-content {
	font-size: 14px;
    max-width: 300px;
    line-height: 1.75;
    text-align: center;
    margin: 0 auto;
    color:rgb(181,181,181);
}

.row{
	width:100% !important;
	max-width:100% !important;
}

.widget-about-logo{
	text-align: center;
    display: block;
    float: none;
    padding-bottom: 20px;
}

.site-footer .textwidget {
    max-width: 100%;
}

.widget .textwidget .info-block {
    display: table;
    font-size: 15px;
    color:rgb(181,181,181);
    margin-bottom:20px;
}

.info-block a{
	color:rgb(181,181,181);
}

.info-block a:hover{
	color:#eb6f31;
	text-decoration:none;
}

.textwidget .info-block i {
    display: table-cell;
    padding-right: 10px;
    color: #eb6f31
}

.site-footer .footer-bottom-container {
    border-color: #313131;
    border-top: 1px solid;
    padding: 12px 30px;
    border: none;
}

.site-info-wrapper{
	margin-left: auto;
    margin-right: auto;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
}




.social-list{
margin-bottom: 0px !important;
}
.social-list i{
font-size:16px;
color:#eb6f31;
margin-left:20px;
}

.social-list i:hover{
color:#fff;
}

.social-icons{
text-align:center;
}

.website-filter{
margin-bottom: 20px;
}

.copyright-div{
text-align:center;
margin-bottom:15px;
}
@media (min-width: 978px){
.textwidget-lkdlogo{
padding-top: 28px;
}

.textwidget-techcertlogo{
padding-top: 16px;
}
.textwidget-address-div{
position: relative;
}
.textwidget-address{
position: absolute;
padding-top: 20px;
left: 48%;
transform: translateX(-50%);
}



}


@media (max-width: 978px) {
.social-icons{
text-align:center;
}
.copyright-div{
text-align:center;
margin-bottom:10px;
}
.widget-about-logo{
text-align:left;
}
.widget-about-content{
text-align:left;
margin:0;
}
.widget{
padding-top:25px;
padding-bottom:25px;
}

.footer-container .row{
padding-left:50px
}
.textwidget-lkdlogo{
padding-bottom: 50px;
}

}



.form-box{
padding:10px 30px;
border:1px solid #eee;
border-radius:5px;
margin:10px 0;
}

label{
text-transform: uppercase;
font-size: 12px;
}

.checkbox{
margin-top:0;
}

.checkbox label{
font-size: 12px;
text-transform: capitalize
}
.checkbox input{
top:0px;
}

form div.input{
margin-bottom:15px;
}

.heading{
font-size:28px;
font-weight:bold;
padding:10px 0;
border-bottom: 1px solid#eee;
margin-bottom: 20px;
}

.btn{
padding: 10px 15px;
}

.btn-xs{
padding: 1px 5px !important;
}

.err{
background: #E52022 !important;
color: #fff !important;
padding: 5px !important;
text-align:center;
}

.error-message{
font-size:11px;
color:#D71717 !important;
font-weight:bold;
background:left !important;
}

.success{
background: #007900 !important;
color: #fff !important;
padding: 5px !important;
text-align:center;
}

.success:before{
color:#007900 !important;
}

.alert-warning{
background: #F87634 !important;
color: #fff !important;
padding: 5px !important;
text-align:center;
}

.alert-warning:before{
color:#F87634 !important;
}

#bottom-forgot-password-link{
font-size:13px;
}

@media (max-width: 500px){
.portfolio-item{
height:370px !important;
}
}
@media (min-width: 500px){
.portfolio-item{
height:320px !important;
}
}

.portfolio-desc h3 a:hover, .portfolio-desc h3 a:focus{
color:#eb6f31 !important;
}


.portfolio-overlay a.right-icon:hover{
color:#444 !important;
}


.thead-dark{
background:#eb6f31;
color:#fff;
}

.thead-dark a, .thead-dark a:hover{
background:#eb6f31;
color:#fff;
}

.websites-table td a{
color:#000 !important;
}

.voting-website-img{
box-shadow: 2px 2px 5px #ddd;
}

.portfolio-5 .portfolio-desc h3 {
font-size: 17px;
}

.modal-title a{
color:#000 !important;
}

.modal-btn{
margin-right:10px;
padding:6px 12px;
font-size:24px;
}

.btn-vote-us{
background:#eb6f31;
color:#fff;
float:right;
}

.btn-vote-us:hover,.btn-vote-us:focus{
color:#fff;
}

.modal-header{
padding:5px 15px;
}

.progress-div{
width: 100%;
height: 45px;
}

.progress-div .waitMe{
z-index:2000 !important;
text-align:left !important;
}

.portfolio-image .waitMe_progress{
width:100% !important;
}

.portfolio-image .waitMe_text{
font-weight: bold !important;
text-align: center;
margin: 0;
}

.center-icon{
margin-right:0 !important;
right:40% !important;
}

.voting-details{
font-size: 14px;
color: #ff6a16;
}

.voted-website{
position: absolute;
bottom: 0;
right: 15%;
width: 10%;
height: 10%;
opacity: 1;
z-index: 2;
text-align: center;
}

.gray-scal-img{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}

.logo-div{
    margin: 20px 50px;
}

.logo img{
    height: 150px;
}

.site-description{
font-size: 13px;
font-weight: 400;
letter-spacing: .5px;
margin: 0 0 0 5px;
opacity: 0.45;
color:#fff;
text-align:center;
}

.filter-icon{
padding: 5px;
height: 30px;
width: 30px;
line-height: 20px;
background:#eb6f31;
}

.filter-icon i{
margin:0;
}

.navbar-default{
background:none !important;
border:0 !important;
}


.navbar-default .navbar-nav > li > a.current-active{
color: #eb6f31 !important;
}

.navbar-default .navbar-nav > li > a{
color: #fff !important;
font-size:15px;
font-weight:700;
letter-spacing:0.8px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background:none !important;
border:0 !important;
color: #eb6f31 !important;
}

.dropdown-menu{
background:#313131 !important;
}

.navbar-default{
height:140px;
position:relative;
}

.nav-container{
width: 100% !important;
position: absolute !important;
bottom: 0;
}

.navbar-default .navbar-nav > .open .dropdown-menu > li > a{
color:#fff !important;
}

.navbar-default .navbar-nav > .open .dropdown-menu > li > a{
color:#fff !important;
letter-spacing:0.8px;
}

.navbar-default .navbar-nav > .open .dropdown-menu > li{
padding: 10px;
border-bottom: 1px solid #3e3e3e;
}

.navbar-default .navbar-nav > .open .dropdown-menu > li:last-child{
border-bottom: 0px;
}

.navbar-default .navbar-nav > .open .dropdown-menu > li > a:hover,.navbar-default .navbar-nav > .open .dropdown-menu > li > a:focus{
background:none !important;
border:0 !important;
color: #eb6f31 !important;
}


#logging-info{
color: #2a2a2b !important;
text-align: right;
font-size: 13px;
font-weight: bold;
}
#logging-info a{
color:#fff;
}

.website-cat-name{
font-size: 15px;
font-style: italic;
font-weight: normal;
}

.fb-login-button{
margin-top:7px;
}

.fb-connect-status{
font-size:12px;
}

/* Portfolio - Items - 10 Columns
-----------------------------------------------------------------*/

.portfolio.portfolio-10 { margin: 0 -6px -6px 0; }

.portfolio-10 .portfolio-item {
	width: 10%;
	padding: 0 6px 6px 0;
}

.portfolio-10 .portfolio-desc h3 { font-size: 15px; }

.portfolio-10 .portfolio-desc span { font-size: 12px; }


/* Portfolio - Items - 10 Columns - No Title
-----------------------------------------------------------------*/

.portfolio-10.portfolio-notitle .portfolio-desc {
	height: 68px;
	bottom: -69px;
}

.portfolio-10.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-10.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -68px; }

.portfolio-10.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -40px !important; }

/***************************************************************************************************/

/* Portfolio - Items - 8 Columns
-----------------------------------------------------------------*/

.portfolio.portfolio-8 { margin: 0 -6px -6px 0; }

.portfolio-8 .portfolio-item {
	width: 12.5%;
	padding: 0 6px 6px 0;
}

.portfolio-8 .portfolio-desc h3 { font-size: 15px; }

.portfolio-8 .portfolio-desc span { font-size: 12px; }


/* Portfolio - Items - 10 Columns - No Title
-----------------------------------------------------------------*/

.portfolio-8.portfolio-notitle .portfolio-desc {
	height: 68px;
	bottom: -69px;
}

.portfolio-8.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-8.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -68px; }

.portfolio-8.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -40px !important; }

/***************************************************************************************************/

.voted-url{
	font-size: 18px;
    color: #eb6f31 !important;
}
/*

.voted-url:before{
	content:"<";
}

.voted-url:after{
	content:">";
}
*/

.navbar-toggle{
	background:#222;
	margin:0 !important;
}

.navbar-inverse{
	background:none !important;
	border:0 !important;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	background:#222 !important;
}


.navbar-collapse .navbar-nav > li > a.current-active{
	color: #eb6f31 !important;
}

.navbar-collapse .navbar-nav > li > a{
	color: #fff !important;
	font-size:15px;
	font-weight:700;
	letter-spacing:0.8px;
}

.navbar-collapse .navbar-nav > .open > a,
.navbar-collapse .navbar-nav > .open > a:hover,
.navbar-collapse .navbar-nav > .open > a:focus {
    background:none !important;
    border:0 !important;
    color: #eb6f31 !important;
}

.navbar-collapse .navbar-nav > li > a.dropdown-toggle:hover{
	color: #eb6f31 !important;
}

.navbar-collapse .navbar-nav > .open .dropdown-menu > li{
	padding: 10px;
    border-bottom: 1px solid #3e3e3e;
}

.navbar-collapse .navbar-nav > .open .dropdown-menu > li:last-child{
    border-bottom: 0px;
}
.navigate-icons{
	padding: 1px 0px;
    background: #eb6f31;
    margin-left: 2px;
    color: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
}

.navigate-icons:hover{
	color:#fff;
    background: #DD5917;
}

.voting-img{
	width:26px !important;
	height:26px !important;
	margin-top:5px;
	margin-left:8px;
}

.voting-img-white{
	width: 30px !important;
    height: 30px !important;
    margin-top: -8px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltiptext-vote {
   visibility: hidden;
   width: 50px;
   background-color: #eb6f31;
   color: #fff !important;
   text-align: center;
   border-radius: 6px;
   padding: 4px 8px;
   /* position: absolute; */
   z-index: 1;
   font-size: 13px;
   line-height: 20px;
}
.tooltiptext-view-website {
   visibility: hidden;
   width: 80px;
   background-color: #317AC1;
   color: #fff !important;
   text-align: center;
   border-radius: 6px;
   padding: 4px 8px;
   /* position: absolute; */
   z-index: 1;
   font-size: 13px;
   line-height: 20px;
}

.gray-scal-img .tooltiptext-view-website{
	background-color: #317AC1;
}

.vote-us-icon:hover .tooltiptext-vote {
    visibility: visible;
}

.view-website-icon:hover .tooltiptext-view-website {
    visibility: visible;
}

.vote-us-icon{
	line-height: 58px !important;
}

.dialog-ovelay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 999999
}
.dialog-ovelay .dialog {
    width: 400px;
    margin: 100px auto 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    border-radius: 3px;
    overflow: hidden
}
.dialog-ovelay .dialog header {
    padding: 10px 8px;
    background-color: #f6f7f9;
    border-bottom: 1px solid #e5e5e5
}
.dialog-ovelay .dialog header h3 {
    font-size: 14px;
    margin: 0;
    color: #555;
    display: inline-block
}
.dialog-ovelay .dialog header .fa-close {
    float: right;
    color: #c4c5c7;
    cursor: pointer;
    transition: all .5s ease;
    padding: 0 2px;
    border-radius: 1px
}
.dialog-ovelay .dialog header .fa-close:hover {
    color: #b9b9b9
}
.dialog-ovelay .dialog header .fa-close:active {
    box-shadow: 0 0 5px #673AB7;
    color: #a2a2a2
}
.dialog-ovelay .dialog .dialog-msg {
    padding: 12px 10px
}
.dialog-ovelay .dialog .dialog-msg p{
    margin: 0;
    font-size: 15px;
    color: #333
}
.dialog-ovelay .dialog footer {
    border-top: 1px solid #e5e5e5;
    padding: 8px 10px
}
.dialog-ovelay .dialog footer .controls {
    direction: rtl
}
.dialog-ovelay .dialog footer .controls .button {
/*
    padding: 5px 15px;
    */
    border-radius: 3px;
    text-shadow:none !important;
}
.button {
  cursor: pointer
}
.button-default {
    background-color: rgb(248, 248, 248);
    border: 1px solid rgba(204, 204, 204, 0.5);
    color: #5D5D5D;
}
.button-yes {
    background-color: #F35A26;
    border: 1px solid #E1430D;
    color: #f5f5f5
}
.link {
  padding: 5px 10px;
  cursor: pointer
}

.thank-you-message{
	color: #000;
    background: #fde060;
    font-size: 19px;
    padding: 10px 5px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 1px #333;
}

#shareBtn{
	width: 75px !important;
    display: inline-block !important;
    vertical-align: middle;;
}

.voting-start-message{
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    color: #E1430D;
}

.footerlogo{
    max-width:30%;
}

.btnmargin-left{
    margin-left: 3px;
}

.sponsor-logo-techcert{
    max-width: 150px;
}

.sponsor-logo-lkdomains{
    max-width: 325px;
}


.sponsor-logo-bw{
    max-width: 100px;
}
.register-pwcontainer{

}
.register-pwcontainer .input{
    margin-bottom: 5px !important;
    width: 95%;
}
.fa-cog .tooltiptext {
    visibility: hidden;
    width: 240px;
    background-color: black;
    color: #fff;
    border-radius: 6px;
    padding: 5px 10px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
.fa-cog:hover .tooltiptext {
    visibility: visible;
}

.registerForm-label{
    text-transform: none !important;
}
.voteconfirm-btn{
    text-transform: capitalize !important;
}
.registerForm-label-pw{
    margin-bottom: 0px !important;
}

.registerForm-pwWarning{
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    margin-right: 5px;
}

.frmSearch {
    background-color: #f1f1f1;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 25px;
}
#website-list{float:left;list-style:none;margin-top:-3px;padding:0;width:190px;position: absolute;z-index: 999;}
#website-list li{
    padding: 10px;
    background: #f0f0f0;
    border-bottom: #bbb9b9 1px solid;
}
#website-list li:hover{background:#ece3d2;cursor: pointer;}
#website-list li a{
    color: #000000 !important;
}

#search-box{padding: 10px;border: #a8d4b1 1px solid;border-radius:4px;}

.new-side-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #FFB600;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.new-side-nav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #3c3c3c;
    display: block;
    transition: 0.3s;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.new-side-nav a:hover {
    color: #fff;
}

#newSideNavNavbarToggle {
    font-size: 40px;
    cursor: pointer;
    float: right;
    margin: 50px;
}

.close-btn {
    position: absolute;
    top: 25px;
    right: 25px;
    margin-left: 50px;
    transition: transform .25s, opacity .25s;
    opacity: .7;
    cursor: pointer;
    font-size: 2em;
    line-height: 1;
    color: #fff !important;
}

.close-btn:before {
    content: "\d7";
}
.close-btn:hover {
    opacity: 1;
    transform: rotate(180deg);
}

#main {
    transition: margin-right .5s;
    padding: 16px;
    z-index: 1;
    min-height: 60vh;
}

.new-side-nav .dropdown-menu {
    background-color: unset !important;
    border: none !important;
    border-radius: unset !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    margin: unset !important;
    padding: unset !important;
    margin-left: 4rem !important;
    position: relative !important;
}

.new-side-nav .dropdown-menu li a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
}

.new-side-nav .dropdown-menu li a:hover {
    background-color: unset !important;
    color: #fff !important;
}

.new-side-nav .dropdown .caret {
    float: right !important;
    margin-right: 3rem !important;
    margin-left: unset !important;
    margin-top: 6px !important;
}

.new-side-nav li, .new-side-nav ul {
    list-style: none !important;
}

.new-side-nav-sticky {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    height: 100px;
    color: #333 !important;
    background-size: unset;
    position: sticky;
    transition: 0.5s;
}

.new-side-nav-sticky .logo-div .logo img {
    max-height: 70px;
}

.new-side-nav-sticky #newSideNavNavbarToggle {
    font-size: 35px;
    margin: 30px 50px 30px 30px;
}

.footer-contact-container li {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin-bottom: 20px;
}

.footer-contact-container .list-image {
    height: 40px;
    width: 40px;
    margin-right: 10px;
}

@media (max-width: 978px) {
    .footer-logo-container img {
        margin-right: unset;
        text-align: center;
        margin-top: 20px;
    }

    .footer-logo-container {
        display: unset;
    }

    .header-menu-section-contacts {
        padding: 10px 0 10px 20px !important;
    }

    .header-menu-section-contacts span {
        display: none;
    }

    .header-logo-wrapper {
        gap: unset;
    }
}

#star-rating span {
    transition: color 0.2s;
}

.login-skip-btn {
    margin-right: 7px;
}

.header-menu-section-contacts {
    padding: 30px 0 30px 20px;
}

.header-menu-section-contacts-logo-img {
    width: 14px;
    height: 14px;
    fill: #FFFFFF;
    margin-left: 20px;
    margin-right: 10px;
}

.header-menu-section-contacts span {
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #FFFDFD;
}

.header-menu-section-contacts span:hover {
    color: #FDB514;
}

.header-logo-section {
    display: flex;
    justify-content: center;
}

.header-logo-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    font-size: clamp(6rem, 10vw, 14rem);
    width: clamp(85%, 95vw, 100%);
    margin: 0 auto;
    flex-direction: row;
}

.header-logo-img {
    height: 1.1em;
    width: auto;
    display: block;
    margin: 0 auto;
}

.header-logo-title {
    font-family: "Times New Roman", Sans-serif;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-text-stroke: 0.8px #FFB60045;
    stroke: #FFB60045;
    stroke-width: 0.8px;
    color: #6EC1E400;
    line-height: 1;
}

@media (max-width: 768px) {
    .header-logo-wrapper {
        flex-direction: column;
        font-size: 4rem;
    }

    .header-logo-img {
        height: 3.5em;
    }
}

.header-menu-section-links {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    font-family: "Poppins", sans-serif;
}

.header-menu-wrapper {
    display: flex;
    background-color: #202020;
    padding: 5px 10px;
}

.header-menu-section-links-item {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
}

.header-menu-section-links-item a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    height: 100%;
    white-space: nowrap;
    box-sizing: border-box;
}

.header-menu-section-links-item:hover a {
    color: #FDB514;
}

.header-menu-section-links-item:hover {
    border-bottom: 2px solid #FDB514;
}

.header-menu-section-links-item-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #FFF !important;
    min-width: 180px;
    z-index: 1000;
    padding: unset !important;
    border-radius: unset !important;
}

.header-menu-section-links-item-dropdown-menu a {
    display: block;
    padding: 14px 18px;
    color: #33373d !important;
    text-decoration: none;
    white-space: nowrap;
    line-height: 20px;
}

.header-menu-section-links-item-dropdown-menu a:hover {
    background-color: #fdb514;
}

.header-menu-section-links-item:hover .header-menu-section-links-item-dropdown-menu {
    display: block;
}

.menu-toggle {
    background-color: #fdb514;
    display: flex;
    align-items: center;
    padding: 13px 20px;
    box-sizing: border-box;
}

.menu-toggle a {
    display: flex;
    align-items: center;
    color: #33373d !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    font-weight: bold;
}

.menu-toggle img {
    margin-left: 20px;
    height: 20px;
}

.side-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 380px;
    height: 100vh;
    background: linear-gradient(300deg, #231f20, #3b3b3b, #656464);
    animation: dark-gradient-animation 18s ease infinite;
    z-index: 999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    align-items: flex-start;
}

.side-menu.active {
    transform: translateX(0);
}

.menu-toggle-internal {
    position: absolute;
    top: 0;
    right: 0;
}

.menu-toggle-internal button {
    border-radius: 0;
    background-color: #FDB514;
    padding: 23px 21px 23px 21px;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    border: none;
}

.menu-toggle-internal:hover {
    background-color: unset;
    color: unset;
}

.menu-list {
    list-style: none;
    padding-left: 20px;
    margin: 0;
    width: 100%;
    text-align: left;
}

.menu-list li a {
    color: #fff;
    padding: 12px 0;
    display: block;
    text-decoration: none;
    transition: color 0.3s;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.menu-list li a:hover {
    color: #FDB514;
}

.social-section {
    margin-top: 40px;
    text-align: left;
    padding-left: 20px;
}

.social-section span {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
}

.mobile-menu.active {
    display: block;
}

.mobile-menu {
    background: #fff;
    width: 100%;
    font-family: sans-serif;
    z-index: 999999;
    position: absolute;
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-list li {
    border-top: 1px solid #eee;
}

.mobile-menu-list a {
    display: block;
    padding: 12px;
    text-decoration: none;
    color: #333;
}

.mobile-menu-dropdown-menu {
    display: none;
    padding-left: 20px;
    background-color: #f9f9f9;
}

.mobile-menu-dropdown.open .mobile-menu-dropdown-menu {
    display: block;
}

.caret {
    float: right;
}

@media (max-width: 978px) {
    .menu-toggle span {
        display: none;
    }

    .header-menu-wrapper {
        display: none;
    }

    .menu-toggle img {
        margin-left: 0;
    }
}

.votes-view-table-admin td {
    padding: 10px;
}

.recaptcha-container {
    margin-top: 10px;
    height: 100px;
}

@media (max-width: 768px) {
    .recaptcha-container {
        height: 150px;
    }
}

#ratingSummaryModal {
    text-align: center;
    padding: 0 !important;
}

#ratingSummaryModal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

#ratingSummaryModal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.rating-summary-modal-table-container .table {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin-bottom: unset !important;
}

.rating-summary-modal-table-container th {
    background-color: #f9f9f9;
    font-weight: bold;
    width: 50%;
}

.rating-summary-modal-table-container td,
.rating-summary-modal-table-container th {
    padding: 10px;
    vertical-align: middle;
}

.jconfirm-content label {
    margin-bottom: unset;
}

.login-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.rating-rules ul li {
    margin-bottom: 10px;
    margin-left: 20px;
}

.rating-login-box-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
}

.rating-login-box {
    vertical-align: middle;
    text-align: center;
}

.rating-login-box-form {
    text-align: left !important;
}

.rating-login-box-content-verify-button, .rating-login-box-content-guest-button {
    padding: 5px 40px;
    border: none;
    border-radius: 4px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.rating-login-box-content-verify-button {
    background: #ffbe00;
}

.rating-login-box-content-guest-button {
    background-color: #33373d;
}

.rating-equal-height-wrapper {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.rating-equal-height-wrapper > div {
    display: table-cell;
    vertical-align: top;
    padding: 15px;
    border: 1px solid #ccc;
}

.rating-equal-height-wrapper > div + div {
    border-left: none;
}

.rating-equal-height-wrapper .rating-login-box-content {
    text-align: center;
}

@media (max-width: 978px) {
    .rating-equal-height-wrapper {
        display: block;
    }

    .rating-equal-height-wrapper > div {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #eee;
    }

    .rating-equal-height-wrapper > div:last-child {
        border-bottom: none;
    }
}

#countdown {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    font-family: sans-serif;
}

.count-block {
    text-align: center;
    line-height: 1.1;
}

.count-value {
    font-size: 36px;
    font-weight: bold;
}

.count-label {
    font-size: 12px;
    font-weight: normal;
    color: #555;
    margin-top: 2px;
}

.colon {
    font-size: 36px;
    line-height: 1.1;
    display: flex;
    align-items: center;
}
