
/* PALETTE */
.white {color:#FFFFFF;}
.black {color:#000000;}
.yellowm4{color:#F6B602;}
.greydark{color:#231F20;}
.greylight{color:#414042;}
.bluelight{color:#00A79D;}

.bg_greydark {background-color:#231F20;}


.f_light {font-family: "museo-sans", sans-serif; font-weight:100;}
.f_regular {font-family: "museo-sans", sans-serif; font-weight:300;}
.f_bold {font-family: "museo-sans", sans-serif; font-weight:500;}
.f_xbold {font-family: "museo-sans", sans-serif; font-weight:700;}
.f_xxbold {font-family: "museo-sans", sans-serif; font-weight:900;}


.fa-cont {
    display: inline-block;
    height:50px;
    padding-top: 10px;
}

.fa {
	padding-right:10px;
	padding-bottom:5px;
	vertical-align:middle;
	font-size:30px;
}

.fa-label {line-height: 30px !important;}

a:link {color:#FFFFFF; -webkit-transition: color .2s ease-in; transition: color .2s ease-in;}
a:visited {color:#FFFFFF; }
a:hover {color:#F6B602; -webkit-transition: color .2s ease-in; transition: color .2s ease-in;}


body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "museo-sans", sans-serif!important; font-weight:300;}

.loading{position: absolute; top:0; left: 0; width: 100%; height: 100%; background-color: #231F20; z-index:5;}

/*
.container {
  animation-duration: 3s;
  -webkit-duration: 3s;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}


.renovating {
  animation-duration: 2s;
  -webkit-duration: 2s;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}


.contacts {
  animation-duration: 2s;
  -webkit-duration: 2s;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}
*/

.email-us {
  animation-duration: 2s;
  -webkit-duration: 2s;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}

.call-us {
  animation-duration: 2s;
  -webkit-duration: 2s;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}

.visit-us {
  animation-duration: 2s;
  -webkit-duration: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}


.fa-envelope-o {
  animation-duration: 1s;
  -webkit-duration: 1s;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	

	
}

/* Medium devices (desktops, 992px and up) */ 
@media (min-width: 992px) { 

	.visit-us {padding-left:40px;}
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
	.visit-us {padding-left:60px;}
	
}