.tc-orange{
	color: #ed7623 !important;
}

.tc-white{
	color: white !important;
}

.tc-gray{
	color: #231f20 !important;
}

.bc-orange{
	border-color: #ed7623 !important;
}

.bg-orange{
	background-color: #ed7623 !important;
}

.bg-white{
	background-color: white !important;
}

.lh8{
	line-height: 24px !important;
}

label{
	font-size: 14px !important;
	margin-bottom:  2px !important;
}

.mr-16{
	margin-right: 16px !important;
}

.ml-16{
	margin-right: 16px !important;
}

.row-footer{
	margin-right: 0px !important;
    margin-left: 0px !important; 
}

.l-section{
	color: white !important;
	margin-left: 20px !important;
	padding-left: 5px !important;
	margin-right: 60px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	border-left: 1px solid white;
	font-size: 16px !important;
}

.s-section{
	display: inline-block !important;
	background-color: #ed7623 !important;
}

.mt-40{
	margin-top: 40px !important;
}

.mt-30{
	margin-top: 30px !important;
}

.mt-20{
	margin-top: 20px !important;
}

.mt-15{
	margin-top: 15px !important;
}

.mt-10{
	margin-top: 10px !important;
}

.mt-7{
	margin-top: 7px !important;
}

.mt-5{
	margin-top: 5px !important;
}

.pb-300{
	padding-bottom: 300px !important;
}

.pb-100{
	padding-bottom: 100px !important;
}

.mb-30{
	margin-bottom: 30px !important;
}

.mb-10{
	margin-bottom: 10px !important;
}

.mb-5{
	margin-bottom: 5px !important;
}


.fs-18{
	font-size: 18px !important;
}

.fs-17{
	font-size: 17px !important;
}

.fs-16{
	font-size: 16px !important;
}

.fs-15{
	font-size: 15px !important;
}

.fs-14{
	font-size: 14px !important;
}

.fs-13{
	font-size: 13px !important;
}

.fw-bold{
	font-weight: bold !important;
}

.ta-justify{
	text-align: justify !important;
}

.pr-30{
	padding-right: 30px !important
}

.pr-1{
	padding-right: 1px !important;
}

.pr-10{
	padding-right: 10px !important;
}

.pb-30{
	padding-bottom: 30px !important;
}

.tal-end{
	text-align-last: end !important;
}

.tal-start{
	text-align-last: start !important;
}

.tal-center{
	text-align-last: center !important;
}

.mlr-footer{
	margin-left: -10px !important;
    margin-right: -10px !important;
}

.of-header{
}

.carousel-caption{
	text-align: left !important;
}

.bb-orange{
	border-bottom: 3px solid;
}

.dropdown-menu a:hover, .dropdown-menu > a:focus {
 	background-color: #ed7623 !important;
 	color: white !important;
 }

.dropdown-item{
	font-size: 14px !important;
}

.dropdown-menu{
	border-radius: 0px !important;
}

.p-0{
	padding: 0px !important;
}

.jc-center{
	justify-content: center !important;
}

.btn-redes{
	width: 36px !important;
    height: 36px !important;
    padding: 9px !important;
}

.form-input{
    border-color: #ed7623 !important;
}

.strong{
	font-weight: bold !important;
}

.btn-orange{
	color: white !important;
	background-color: #ed7623 !important;
    border-color: #ed7623 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.b-orange{
	border: 1px solid #ed7623;
}

.form-btn{
    background-color: #ed7623 !important;
    color: white !important;
    font-weight: bold !important;  
}

.material-icons.md-24 { 
	font-size: 24px; 
	width: 24px !important;
	height: 24px !important;
	color: #ed7623 !important;
}

.containerCenter {
    min-height: 10em;
    display: table-cell;
    vertical-align: middle 
}


.lbl-contact{
	height: 100% !important;
    vertical-align: super !important;
}

ul.menu li:last-child {
  position: absolute;
  right: 0;
}

<<<<<<< Updated upstream
/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
    opacity: 0;
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.imgW-200{
	width: 200px !important;
}

 #map {
        height: 400px;  /* The height is 400 pixels */
        width: 100%;  /* The width is the width of the web page */
       }
