/* Custom styles over template */


/* Custom loading gradient */

.bg-grad-animation-dark {
    background: #2BC0E4;
    background: -webkit-linear-gradient(-45deg, rgb(18, 52, 61), #2BC0E4,   #EAECC6);
    background: -o-linear-gradient(-45deg, rgb(18, 52, 61), #2BC0E4,   #EAECC6);
    background: -moz-linear-gradient(-45deg, rgb(18, 52, 61), #2BC0E4,   #EAECC6);
    background: linear-gradient(-45deg, rgb(18, 52, 61), #2BC0E4,   #EAECC6);
	background-size: 400% 400%;
	-webkit-animation: animation_dark 3s ease infinite;
	-moz-animation: animation_dark 3s ease infinite;
	animation: animation_dark 3s ease infinite;
}


@-webkit-keyframes animation_dark {
	0% { background-position: 0% 50% }
	50% { background-position: 100% 50% }
	100% { background-position: 0% 50% }
}

@-moz-keyframes animation_dark {
	0% { background-position: 0% 50% }
	50% { background-position: 100% 50% }
	100% { background-position: 0% 50% }
}

@keyframes animation_dark {
	0% { background-position: 0% 50% }
	50% { background-position: 100% 50% }
	100% { background-position: 0% 50% }
}




/* Custom nav-bar background */

.bg-grad-darkgray {
    background: #000;
    background: -webkit-linear-gradient(180deg,rgba(0, 0, 0, 1),rgba(0, 0, 0, 0.6),  rgba(0, 0, 0, 0));
    background: -o-linear-gradient(180deg,rgba(0, 0, 0, 1),rgba(0, 0, 0, 0.6),  rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(180deg,rgba(0, 0, 0, 1),rgba(0, 0, 0, 0.6),  rgba(0, 0, 0, 0));
    background: linear-gradient(180deg,rgba(0, 0, 0, 1),rgba(0, 0, 0, 0.6),  rgba(0, 0, 0, 0));

    border:0;
}



/* Reduce the font size of header animation when screens are small */
@media (max-width: 767px) {
    .intro-body {
        font-size: 10px;
    }
}


/* Overwrite the link template style */
#service a {
    font-weight: bold;
    color: #337AB7;
}
#service a:hover {
    color: #ff4530;
}

p.color-light a {
    font-weight: bold;
    color:#cce7ff;
}
p.color-light a:hover {
    color: #ff4530;
}



/* Legal gallery */
.legal_gallery a {
    color: #337AB7;
    font-size: 12px;
}


/* Custom centering */
.center-auto {
    margin-right: auto;
    margin-left: auto;
}




/* Excel */
#excel a {
    font-weight: bold;
    color: #337AB7;
}
#excel a:hover {
    color: #ff4530;
}

#excel p, 
#excel li {
    font-size: 16px;
}


.table_comparative {
    font-size: 16px;
}

.table_comparative td {
    padding: 15px;
    font-size: 16px;
    border: 1px solid #888;
}

.table_comparative thead td {
    font-size: 18px;
}

.table_comparative thead td:first-child {
    border: 0;
    background-color: #FFF;
} 


.table_comparative td:not(:first-child) {
    text-align: center;
}


.table_comparative td:first-child {
    background-color: #efefef;
}

.table_comparative td .fa {
    font-size: 20px
}