@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
	background: #F3F3F3;	
}
.navbar {
  background-color: #fff;
  margin: 0;
}
.navbar .navbar-nav li a {
  color: #000;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 25px;
  margin: 27.5px 20px;
  padding: 0px;
  text-transform: uppercase;
}

.dropdown-list li > a {
  transition: all 0.3s ease;
}

.dropdown-list li:hover > a {
  color:#262626;
}

.dropdown-list h6 {
  margin-left:20px;
}

.spec {
  margin:20px 0;
}

.spec-title .heading{
  display:inline-block;
  margin-left:20px;
  margin:10px 20px;
  color: #205399;
}

.spec-title .heading-bottom {
  display: inline-block;
  margin-top:5px;
  font-size:12px;
  color: #205399;
}

.white {
  color:white;
}

.accent {
  color:#0f86ff;
}

.muted {
  color:#8d8d8d;
}

.spaced {
  letter-spacing: 6px !important;
}

p {
  font-size: 14px;
  font-family: Raleway;
  color: #8d8d8d;
  line-height: 30px;
  margin: 10px 0;
}

h1, h2, h3, h5, h6 {
  font-family: Montserrat, sans-serif;
  margin: 15px 0;
  text-transform: uppercase;
}

h4 {
  font-family: Montserrat, sans-serif;
  margin: 15px 0;
  text-transform: uppercase;
  color: #205399;
}

h4 {
  font-size: 18px;
}

ul.list li {
  text-transform: uppercase;
  margin: 30px 0;
  padding-left: 20px;
  transition: all 0.3s ease;
}

ul.list {
  list-style: none;
  padding: 0;
  font-family: "Montserrat";
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

.faq { overflow: hidden; padding: 45px 0 65px; background:#EDEDED;}
.faq h2 { font-weight: 900; margin-bottom: 12px; text-align: center; }
.faq p { font-size: 17px; font-weight: 300; text-align: center; }
.faq-questions {background:#fff; border:1px solid #C9C9C1; padding:0 15px 15px; margin-top:20px;}
.faq-questions h3.badge {border-radius:3px; padding:7px 12px; display:table; margin:0 auto; margin-top:-18px; font-size:18px;}
.faq .panel {border:0; box-shadow:0; }
.faq .panel-heading {border:0; box-shadow:0; background:#F2F2F2; color:#6E6E6E; border-radius:0!important; padding:12px; }
.faq .panel-heading h4.panel-title {font-size:14px; font-weight:normal; line-height: 1.3}
.faq .panel-body {padding:15px; margin:0;}
.faq .panel-body p {text-align: left; font-size:15px; padding:0; margin:0;}
.needsupport { padding: 0 0 45px; background:#fff;}
.needsupport h3.badge {border-radius:3px; padding:7px 12px; display:table; margin:0 auto; margin-top:-18px; font-size:18px;}
.needsupport h6 {margin-top:25px;}
.row { margin-bottom: 0; margin-left: auto; margin-right: auto; margin-top: 0; max-width: 1280px; width: 100%; }



.service {
  transition: all 1.7s ease;
  padding:40px;
  margin: 0 0 10px 0;
}

.service-holder:hover .service {
  transform: rotateY(360deg);
  padding:20px 40px;
  color:white;
  background:#262626;
  margin: 0 0 10px 0;
}


.service .icon {
  font-size:40px;
  margin-bottom:10px;
}

.service ul {
  list-style: none;
  padding:0;
  font-family:Raleway;
  font-size:14px;
  display:none;
}

.service-holder:hover ul {
  display:block;
}

.service ul li {
  margin:10px 0;
  color:white;
}



.sapatana {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .slides .slide-1
{
  height: 50vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(sap.jpg); 
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}


footer .footer-top {
	padding: 40px 0;
	background-color: #232323;
}
footer .footer-top h4{
	color: #fff;
	margin-top: 1em;
	font-size: 1.2em;
}

.footer-top a{
	color: #949494;
}
.footer-top a:hover{
	text-decoration: none;
}

.fa-3x {
	color: #205399;
}

.fa-2x {
	color: #205399;
}

.timer{
	margin: 15px auto 10px auto !important;
	width: 335px !important;
	float: center !important;
        position: relative;
}
.timer .days-wrapper,
.timer .hours-wrapper,
.timer .minutes-wrapper,
.timer .seconds-wrapper {
	display: inline-block;
	width: 70px;
	height: 70px;
	margin: 0 5px;
	padding-top: 20px;
	background: #0f5f7e; /* browsers that don't support rgba */
	background: rgba(45,45,45,0.30);
	font-size: 12px;
	text-align: center;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
	font-size: 25px;
	line-height: 10px;
}
.timer2{
	margin: 15px auto 10px auto !important;
	width: 335px !important;
	float: center !important;
        position: relative;
}
.timer2 .days-wrapper,
.timer2 .hours-wrapper,
.timer2 .minutes-wrapper,
.timer2 .seconds-wrapper {
	display: inline-block;
	width: 70px;
	height: 70px;
	margin: 0 5px;
	padding-top: 20px;
	background: #0f5f7e; /* browsers that don't support rgba */
	background: rgba(45,45,45,0.30);
	font-size: 12px;
	text-align: center;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
.timer2 .days,
.timer2 .hours,
.timer2 .minutes,
.timer2 .seconds {
	font-size: 25px;
	line-height: 10px;
}
.promo{
	//color: #2098c7 !important;
	font-weight: bold !important;
}