﻿.d-none {
    display: none !important
}

a.project-name {
	cursor:default !important;
}

.text-center {
	text-align: center !important;
}

.mt-50 {
	margin-top: 50px
}

.sectionWrapper .block.fx.animated p {
    color: #b9b9b9;
}

.list li {
    color: #b9b9b9;
}

.bg-cloud {
    background: #fff url(../images/page-titles/cloud-cover.jpg) no-repeat 50% 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

/* Fix hidden Scrolbar
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
*/

.list-warning li:before {
    content: "\f071";
}

.font-20 {
    font-size: 20px !important;
}

.top-bar li i.fa-mobile {
    font-size: 23px;
    vertical-align: sub;
}

.footer-contact i.fa-mobile {
    font-size: 23px;
    line-height: 0.9;
}

.invi-phone {
    margin-bottom: 0;
    line-height: 2;
}