@charset "utf-8";

.page-content {
	margin: auto;
	width: auto;
	max-width: none;
}

.dots-container, .business-partner-container, .boxes-content, header {
	max-width: 960px;
	margin: auto;
}



/* Boxes */

.boxes-container {
	background-color: #F2F2F2;
	display: table;
	content: "";
	clear: both;
	margin: auto;
	width: 100%;
	padding: 15px 13%;
}

.services-content > ul > li {
	list-style-type: square;
}

.boxes a {
	text-decoration: none;
	color: #3333FF;
}

.boxes {
	background-color: white;
	color: #202020;
	border: solid 1px #D0D0D0;
	border-radius: 15px;
	box-shadow: #D0D0D0 5px 5px 10px;
	margin: 10px;
	padding: 10px;
}

.boxes h2 {
	color: #FF3333;
	text-align: center;
}

.about-module, .support-module, .services-module, .contact-module {
	width: 180px;
	height: 245px;
	float: left;
  display: table-cell;
}

.boxes-table {
    /*display: table;
    float: left;*/
}

.testimonial-module {
	float: right;
  clear:right;
  max-width: 340px;
	}

.testimonial-content {
	clear: both;
	display: table;
	content: "";
}

.testimonial-content h5 {
	color: #FF3333;
}

.testimonial-content h6 {
	color: #A0A0A0;
}

.testimonial {
	line-height: 1em;
	padding: 0px 20px;
	clear: both;
	float: left;
}

/*.testimonial a {line-height:1em;}*/



/* Slideshow container */
.slideshow-container {
  width: 100%;
  height: 500px;
  position: relative;
  margin: auto;
  background-color: gray;
  overflow: hidden;
  clear: both;
}

/* Caption text */
.text {
  font-size: 5rem;
  font-weight: 500;
  line-height: 5rem;
  padding: 8px 12px;
  position: absolute;
  top: 8rem;
  text-align: center;
}

.left {left: 50px;}

.right {right: 50px;}

.text a {
  color: #FF3333;
  text-decoration: none;
}

.mySlides {
    display: none;
}



/* The dots/bullets/indicators */
.dot {
/*   cursor:pointer; */
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4;} 
  to {opacity: 1;}
}

@keyframes fade {
  from {opacity: .4;} 
  to {opacity: 1;}
}



/* Business Partners' Logos */

.business-partner-container {
	width:100%;
	margin: 30px auto;
	clear: both;
	display: table;
	content: "";
}

.logo-container {
	float: left;
	margin: auto 30px;
}

.myLogos {
  width: 170px;
	height: 90px;
}

.italics {
	font-style: italic;
}


/* If the browser window is smaller than 600px, make the columns stack on top of each other */
@media only screen and (max-width: 700px) {
    .about-module, .support-module, .services-module, .testimonial-module { 
        display: block;
        width: 100%;
    }
    .testimonial-module {
      float: none;
      display: table;
    }
    .testimonial-module .testimonial {display:table-cell;}
    .slideshow-container {height:200px;}
    .slideshow-container img {height:200px;}
}


