
/* ==========================================================================
   General
   ========================================================================== */

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  line-height: 1.6;
}

.space {
  padding-top: 84px;
}   
 
img {
  max-width: 100%;
  height: auto;
}

a:focus {
  color: white;
  text-align: center;
  text-decoration: none;
}
 
/* ==========================================================================
   Navigation
   ========================================================================== */


 
/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
  margin: 0;
  background-color: #0e6bae;
  text-align: center;
  right: 0;
  bottom: 0;
  left: 0;
}   
 

/* ==========================================================================
   Home Section
   ========================================================================== */ 




/* ==========================================================================
   About Section
   ========================================================================== */ 

section.about {
  width: 100%;
  padding: 0px 0px;
  top:0%;  
}

section.about h1 {
  font-size: 40px;
  font-weight: 400;
  color: #1a1a1a;
  text-align: left;
  padding: 50px 50px;
}

section.about h4 {
  font-size: 20px;
  font-weight: 375;
  color: #222222;
  text-align: left;
  font-style: italic;
  padding: 0px 50px;
}

section.about p {
  color: #262626;
  padding: 50px 50px;
}

section.about p::first-letter {
  font-size: 300%;
  color: #0e6bae;
  font-family: Georgia, serif;
  float : left;
  width : 1em; 
  line-height: 25px;
  padding-top: 13px; 
  padding-right: 3px;  
}

.abouttable {
  display: table;
  margin: auto; 
  margin: 0 auto;
  width:100%;   
}

.aboutrow {
  display: table-row;
  border: solid;
  margin: 0 auto;
}

.aboutcell {
  display: table-cell;
  margin: 0 auto;
  vertical-align: middle;
  width: 50%;
}


/* ==========================================================================
   Social
   ========================================================================== */
   
section.social {
  width: 100%;
  background-color: #0e6bae;
  padding: 10px 0px;
  text-align: center;  
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-name: socialchange;
  -webkit-animation-name: socialchange; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 10s; /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: infinite;  
   top:0%;  
}

@-webkit-keyframes socialchange {
    0%   {background-color:#0e6bae;}
    50%  {background-color:#666666;}
    100% {background-color:#0e6bae;}
}

@keyframes socialchange {
    0%   {background-color:#0e6bae;}
    50%  {background-color:#666666;}
    100% {background-color:#0e6bae;}
}

section.social img {
  border-radius: 50%;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform 1s ease-in-out;
}

section.social img:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.socialtable {
  display: table;
  margin: auto; 
  margin: 0 auto;
  width:100%;   
}

.socialrow {
  display: table-row;
  border: solid;
  margin: 0 auto;
}

.socialcell {
  display: table-cell;
  margin: 0 auto;
  vertical-align: middle;
  width: 33%;
}   
   

/* ==========================================================================
   Speaking
   ========================================================================== */

section.speaking {
  width: 100%;
  padding: 0px 0px;
  top:0%;
  background: url(../img/texture.png) no-repeat top center fixed;
  background-size: cover;
}

section.speaking h1 {
  font-size: 40px;
  font-weight: 400;
  color: #1a1a1a;
  text-align: center;
}

section.speaking h3 {
  font-weight: 400;
}

section.speaking h4 {
  font-size: 20px;
  font-weight: 375;
  color: #222222;
  text-align: left;
  font-style: italic;
  padding: 0px 50px;
}

section.speaking p {
  color: #262626;
  padding: 50px 125px 50px 0px;
}

section.speaking img {
  padding: 50px 0px 50px 0px;
}

.speakingtable {
  display: table;
  margin: auto; 
  margin: 0 auto;
  width: 100%;   
}

.speakingrow {
  display: table-row;
  border: solid;
  margin: 0 auto;
  width: 100%;  
}

.speakingcell {
  display: table-cell;
  margin: 0 auto;
  vertical-align: middle;
  width: 50%;
  text-align: center; 
}

.speakingcell-left {
  display: table-cell;
  margin: 0 auto;
  vertical-align: middle;
  width: 50%;
  text-align: left; 
}

.speakingcell-right {
  display: table-cell;
  margin: 0 auto;
  vertical-align: middle;
  width: 50%;
  text-align: center; 
  padding: 0px 0px 0px 200px;
}


/* ==========================================================================
   Testimonials
   ========================================================================== */
   
.reviews,.prices, .twitter-feed, .site-footer { 
  background: #F7F7F7;
}
.reviews.section-spacing  { 
  padding: 4.5em 0 7.5em;
}

.reviews h2 { 
  margin-bottom: 24px;
}

.reviews figure { 
  margin: .75em 0;
}

.review-slider {
  margin-bottom: 0;
  cursor: pointer;
}

.slick-dots li button:before {
  color: #3498db;
  opacity: .6;
}

.slick-dots li.slick-active button:before  { 
  opacity: 1; 
}

blockquote {
  font-size: 18px;
  border-left: none;
  margin: 0;
  padding: 24px;
  position: relative;
}

blockquote P { 
  color: #555; 
}

.slick-slide span {
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 1em;
}

blockquote .fa-quote-left, blockquote .fa-quote-right {
  position: absolute;
  color: #808080;
  font-size: 1em;
}

blockquote .fa-quote-left {
  left: 2px;
  top: 0;
  color: #808080;
}

blockquote .fa-quote-right {
  right: 2px;
  bottom: 0;
  color: #808080;
}

.reviews img { 
  margin-bottom: .75em; 
}

.reviews figure h4 { 
  font-weight: 400; 
}

.reviews figure p {
  margin-bottom: 0;
  font-style: italic;
}

.center-block { float: none; }

/* ==========================================================================
   Preloader styles
   ========================================================================== */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0e6bae;
  z-index: 9999;
  height: 100%;
  height: 100%;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/smalllogoload.png) no-repeat center center;
  /*margin: -170px 0 0 -100px;*/
}
