/* Add here all your css styles (customizations) */

/* Base */

#awwwards{
	position: absolute;
	top: 20px;
	width: 90px;
	height: 135px;
	text-indent: -666em;
	overflow: hidden;
	z-index: 999;

	-webkit-transition: all 1s ease;
    transition: all 1s ease; 
}
#awwwards.top{
	top: 20px;
}
#awwwards.left{
	left: 0;
}
#awwwards.right{
	right: 0;
}

#awwwards a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 90px;
	height: 135px;
	background-repeat: no-repeat;
	background-size: 90px 135px;
}

.frame {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 width: 400px;
	 height: 400px;
	 margin-top: -200px;
	 margin-left: -200px;
	 border-radius: 2px;
	 box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.13);
	 background: #f39c12;
	 color: #fff;
	 font-family: 'Open Sans', Helvetica, sans-serif;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
}
 .center {
	 position: absolute;
	 top: 49.5%;
	 left: 0;
	 right: 0;
	 margin-top: -22.5px;
}
 .carousel {
	 position: relative;
	 width: 100%;
	 text-align: center;
	 font-size: 30px;
	 line-height: 45px;
	 height: 45px;
}
 .carousel .pre {
	 position: absolute;
	 top: 0;
	 right: 56%;
	 height: 45px;
	 text-shadow: 2px 2px 2px #e67e22;
}
 .carousel .change_outer {
	 position: absolute;
	 top: 0;
	 left: 46%;
	 text-align: left;
	 height: 45px;
	 overflow: hidden;
}
 .carousel .change_outer .change_inner {
	 position: relative;
	 animation: rotate 8s ease-in-out infinite;
}
 .carousel .change_outer .element {
	 display: block;
	 font-weight: 700;
	 text-shadow: 2px 2px 2px #e67e22;
}
 @keyframes rotate {
	 0%, 20% {
		 transform: translateY(0);
	}
	 25%, 45% {
		 transform: translateY(-45px);
	}
	 50%, 70% {
		 transform: translateY(-90px);
	}
	 75%, 95% {
		 transform: translateY(-135px);
	}
	 100% {
		 transform: translateY(-180px);
	}
}
 

/* SOTD */

#awwwards.sotd.black.left a{
	background-image: url(ribbons/awwwards_sotd_black_left.png);
}
#awwwards.sotd.black.right a{
	background-image: url(ribbons/awwwards_sotd_black_right.png);
}
#awwwards.sotd.silver.left a{
	background-image: url(ribbons/awwwards_sotd_silver_left.png);
}
#awwwards.sotd.silver.right a{
	background-image: url(ribbons/awwwards_sotd_silver_right.png);
}
#awwwards.sotd.white.left a{
	background-image: url("assets/img/mcauliffe_left.png");
}
#awwwards.sotd.white.right a{
	background-image: url(ribbons/awwwards_sotd_white_right.png);
}
#awwwards.sotd.green.left a{
	background-image: url(ribbons/awwwards_sotd_green_left.png);
}
#awwwards.sotd.green.right a{
	background-image: url(ribbons/awwwards_sotd_green_right.png);
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2),	only screen and (min-device-pixel-ratio: 1.5) {

	/* SOTD */

	#awwwards.sotd.black.left a{
		background-image: url(ribbons/awwwards_sotd_black_left@2x.png);
	}
	#awwwards.sotd.black.right a{
		background-image: url(ribbons/awwwards_sotd_black_right@2x.png);
	}
	#awwwards.sotd.silver.left a{
		background-image: url(ribbons/awwwards_sotd_silver_left@2x.png);
	}
	#awwwards.sotd.silver.right a{
		background-image: url(ribbons/awwwards_sotd_silver_right@2x.png);
	}
	#awwwards.sotd.white.left a{
		background-image: url(assets/img/mcauliffe_left.png);
	}
	#awwwards.sotd.white.right a{
		background-image: url(ribbons/awwwards_sotd_white_right@2x.png);
	}
	#awwwards.sotd.green.left a{
		background-image: url(ribbons/awwwards_sotd_green_left@2x.png);
	}
	#awwwards.sotd.green.right a{
		background-image: url(ribbons/awwwards_sotd_green_right@2x.png);
	}

}




/* Global */
.contents {
  padding: 30px 0;
  background: #FEC10D;
  color: #FFF;
  margin-bottom: 40px;
}
.contents ol a {
  font-size: 17px;
  color: #FFF;
}
* {
  font-family: 'Proxima Nova W01 Extrabold';
}
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
  color: #FEC10D;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top: 2px solid #AAA;
}
h1 {
  font-size: 28px;
}
h1, h2 {
  font-family: 'Proxima Nova W01 Extrabold';
  font-size: 25px;
  color: #111111;
  margin-bottom: 25px;
  letter-spacing: 0px;
}
h2 {
  color: #525252;
}
h3 {
  font-family: 'Proxima Nova W01 Extrabold';
  font-weight: normal;
  font-size: 23px;
  color: #525252;
  margin-bottom: 20px;
}
h4 {
  font-family: 'Proxima Nova W01 Extrabold';
  font-weight: normal;
  font-size: 20px;
  color: #525252;
  margin-bottom: 20px;
}
h2.topSectionh2 {
  font-family: 'Proxima Nova W01 Extrabold';
  font-weight: normal;
  font-size: 28px;
  color: #111111;
  margin-bottom: 25px;
}
h3.topSectionh3 {
  font-family: 'Proxima Nova W01 Extrabold';
  font-weight: normal;
  font-size: 22px;
  color: #111111;
  margin-bottom: 20px;
}
p {
  font-family: 'Proxima Nova W01 Semibold';
  font-size: 18px;
  line-height: 32px;
  color: #525252;
  margin-bottom: 25px;
}
p.introText {
  font-family: 'Proxima Nova W01 Bold';
  font-size: 19px;
  line-height: 34px;
  color: #525252;
  margin-bottom: 15px;
}
a {
  color: #39a0c9;
}
a:hover {
  color: #39a0c9;
}

/* Slider Content #1 */

.dark-theme li.active .nav-link {
  color: #39a0c9;	
}

.dark-theme:hover {
  color: #39a0c9;
}

.dark-theme .nav-link {
  color: #000;
}

.light-theme:hover {
  color: #39a0c9;
}

.light-theme li.active .nav-link {
  color: #39a0c9;
}

/* Quote */

.vl {
  border-left: 6px solid black;
}

.u-btn-outline-darkgray::before {
    background: #39a0c9;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 40px;
    height: 100%;
    transition: width .5s cubic-bezier(.77,0,.175,1);
    z-index: -1;
}

.u-btn-outline-darkgray::after {
    background-color: #39a0c9!important;
}




/* About Top Content #1 */
.aboutTopContent1 {
  background: #EEEEEE;
}
.g-padding-100 {
  padding: 120px 140px;
}
.aboutTopContent1 h2 {
  margin-bottom: 10px;
}
/* About Top Content #1 RESPONSIVE*/
@media (max-width: 1225px) {
  .g-padding-100 {
    padding: 80px 100px;
  }
}
@media (max-width: 770px) {
  .g-padding-100 {
    padding: 60px 80px;
  }
}
@media (max-width: 600px) {
  .btn-grey.g-mr-15 {
    margin-bottom: 15px;
  }
}
@media (max-width: 520px) {
  .g-padding-100 {
    padding: 40px 20px;
  }
}

/* The best in the business */

.facts span {
	color: black;
	font-size: 4rem;
	padding-bottom: -10px;
	height: 100px;
}

.facts div {
	border: 1px solid;
	padding: 30px 15px 45px 15px;
	border-color: #D9D9D9;
}

.image-test {
	min-height: 263.7px;
}

@media (max-width: 768px) {
  .image-test {
    padding: 0;
  }
}

/* Image/Logo Carousels #2 */
.imageCarousel2 {
  background: #EEEEEE;
  padding: 70px 0;
}
.imageCarousel2 h2 {
  font-size: 25px;
  color: #535353;
  margin-bottom: 15px;
}
.imageCarousel2 .g-top-minus-120 {
  top: -4.071rem;
}
.imageCarousel2 .slick-slide {
  background: #FFF;
}
.imageCarousel2.noPadding {
  padding: 0;
}

/* Footer Area #1 */

.footerGrey {
	background-color: #EEEEEE;
}

.footer1 .footer {
  padding: 40px 0;
  vertical-align: middle;
  background: #FFF;
}
.footer1 .socialHeaderIcons {
  margin-bottom: 0;
}
.footer1 .footer .socialHeaderIcons {
  position: relative;
  top: 45%;
  right: 35%;
}
.footer1 .socialHeaderIcons li {
  display: inline;
  float: right;
}
.footer1 .footer .socialHeaderIcons li {
  margin: 0px 15px;
}
.footer1 .footer .socialHeaderIcons li a {
  color: #000;
  font-size: 26px;
  line-height: 22px;
}
.footer1 .u-icon-v1, .u-icon-v1 .u-icon__elem-regular, .u-icon-v1 .u-icon__elem-hover {
  width: 1.571rem;
  height: 1.571rem;
  font-size: 1.32857rem;
}
.footer1 ul.footerList {
  padding-left: 0;
  vertical-align: middle;
}
.footer1 ul.footerList {
  position: relative;
  top: 35%;
  left: 0%;
}
.footer1 ul.footerList li {
  margin: 0 25px;
}
.footer1 ul.footerList li {
  display: inline-block;
}
.footer1 ul.footerList li a {
  font-size: 16px;
  color: #000;
  font-family: 'Proxima Nova W01 Extrabold';
}
.footer1 .footerLogo {
  width: 50%;
}
.footer1 footer {
  background: #FFF;
  border-top: 2px solid #000;
  padding: 35px 0;
}
.footer1 .webDesignBy p {
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: middle;
  margin-left: 35px;
}
.footer1 .webDesignBy p a {
  font-size: 14px;
  font-family: 'Proxima Nova W01 Bold';
  color: #000;
  text-decoration: underline;
}
.footer1 .webDesignBy .img-responsive {
  display: inline-block;
  vertical-align: sub;
  margin-left: 5px;
}
.footer1 footer .copyright {
  text-align: right;
  margin-right: 50px;
  font-family: 'Proxima Nova W01 Bold';
  font-size: 14px;
  vertical-align: middle;
  color: #000;
  margin-bottom: 0;
}
.footer1 footer .copyright a {
  color: #000;
  text-decoration: underline;
  font-family: 'Proxima Nova W01 Bold';
}
/* Footer Area #1 RESPONSIVE*/
@media (max-width: 1025px) {
  .footer1 .footer .socialHeaderIcons {
    position: initial;
    float: none;
    margin-top: 40px;
  }
  .footer1 .footer .socialHeaderIcons li {
    margin: 0px 10px;
    display: inline-block;
    float: none;
  }
  .footer1 ul.footerList li {
    text-align: center;
  }
  .footer1 .footerLogo {
    position: relative;
    top: 0%;
    left: 0%;
  }
}
@media (max-width: 992px) {
  .footer1 .footerLogo {
    position: unset;
    margin: 10px auto;
  }
  .footer1 .footer .socialHeaderIcons li a {
    font-size: 21px;
    margin-right: 5px !important;
  }
  .footer1 .footer .socialHeaderIcons li {
    margin: 0px 4px;
  }
  .footer1 .footer .socialHeaderIcons {
    position: initial;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .footer1 .webDesignBy p {
    margin-left: 0;
  }
  .footer1 footer .copyright {
    margin-right: 0;
  }
  .footer1 ul.footerList {
    margin-top: 30px;
    position: unset;
    text-align: center;
  }
}
@media (max-width: 750px) {
  .footer1 .footer .socialHeaderIcons {
    margin: 0 auto;
    text-align: center;
  }
  .footer1 .footer .socialHeaderIcons li {
    display: inline;
    float: none;
  }
  .footer1 ul.footerList {
    position: unset;
    top: 0;
    left: 0;
    text-align: center;
  }
  .footer1 .footerLogo {
    margin: 25px auto;
  }
  .footer1 .webDesignBy p {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .footer1 footer .copyright {
    text-align: left;
  }
}
@media (max-width: 450px) {
  .footer1 .footer .socialHeaderIcons {
    padding-left: 0;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .footer1 footer .copyright {
    font-size: 16px;
  }
  .footer1 footer .copyright, .webDesignBy p {
    text-align: center;
  }
}

/* Product/Service Area #1 */
.servicesSection {
  padding: 75px 0px;
  background: #EEEEEE;
}
.servicesSection h2 {
  color: #545454;
  font-size: 25px;
}
.servicesSection h3 {
  color: #545454;
  margin-bottom: 15px;
  font-size: 24px;
}
.servicesSection img {
  margin-bottom: 20px;
  filter: grayscale(0);
}
.servicesSection img:hover {
  margin-bottom: 20px;
  filter: grayscale(100%);
  transition: all 0.5s ease-in-out 0s;
}
.servicesSection img::after {
  transition: all 0.5s ease-in-out 0s;
}
/* Product/Service #1 RESPONSIVE */
@media only screen and (max-width: 980px) {
  .servicesSection .col-md-4 {
    margin-bottom: 30px;
  }
}