/*------------------------------------------------------
	BASIC STYLES 
--------------------------------------------------------*/
body {
  background: white;
  font-size: 16px;
  font-family: "PT Serif", Georgia, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 28px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: #31373a;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
}

h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  line-height: 1.7;
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  font-family: "Raleway";
/*  margin: 0 0 15px 0;*/
}
p img {
  margin: 0;
}
p.lead {
  font-size: 28px;
  line-height: 36px;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
  color: #31373a;
}

a, a:visited {
  color: #E24234;
  text-decoration: none !important;
  outline: 0;
}

a:hover, a:focus, a:active {
  color: #777777;
}

p a, p a:visited {
  line-height: inherit;
}

::-moz-selection {
  background-color: #d3dde0;
  text-shadow: none;
}

::-webkit-selection {
  background-color: #d3dde0;
  text-shadow: none;
}

::selection {
  background-color: #d3dde0;
  text-shadow: none;
}

img::selection {
  background-color: transparent;
}

img::-moz-selection {
  background-color: transparent;
}

.subtract-bottom {
  margin-bottom: -40px !important;
}

.remove-bottom {
  margin-bottom: 0 !important;
}

.half-bottom {
  margin-bottom: 20px !important;
}

.add-bottom {
  margin-bottom: 40px !important;
}

.new_program {
   text-align: center;
}

.ad_program {
  /*background-color: #FEF2D2;*/
/*  padding: 3%;*/
  font-size: 15px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  text-align: left;
/*   margin-top: 5%;*/
}

.highlight {
  font-size: 21px;
  font-family: "Raleway", sans-serif;
  text-align: left;
}

.summer h1 {
  font-size: 18px;
  text-align: left;
  font-weight: 700;
  margin: 18px 0 0 0;
}

.summer img {
  padding-top: 0%;
}
.new_program {
    padding: 0;
}
.new_program img {
    width: 99px;
    margin: -11px;
    float: left;
}

.right_column_content .ad_program h3 {
    font-weight: bold;
    margin-top: 0;
    padding-top: 0;
    font-size: 18px;
    line-height: 1.8;
}

.ad_program h2 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 12px;
}

.ad_program p {
    margin: 0 0 11px 0;
    font-weight: 700;
    font-size: 16px;
}

.ad-button {
  padding-top: 12%;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.register-button {
  padding-top: 12%;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
#register {
  background-color: #E24234;
  color: white;
  font-size: 18px;
}

.ad-button.content-area {
  position: relative;
/*  top: 15px;*/
}

#register:hover {
  background-color: #31373a;
}

#register {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin: 1em auto;
    width: 60%;
    height: 60px;
    color: white;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
}

#register-form { 
  display: none;
  border: 1px solid grey;
  padding: 2em;
  width: 50%;
  text-align: center;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  
}

#register-form input, #register-form textarea { 
  margin: .8em auto;
  font-family: "Raleway";
  text-transform: inherit; 
  font-size: inherit;
  display: block; 
  width: 90%; 
  padding: .4em;
}

#register-form textarea { height: 80px; resize: none; }

#register-form .formBtn { 
  width: 30%;
  margin: 0 5px;
  display: inline-block;
  background: #E24234;
  color: #fff;
  font-weight: 100;
  font-size: 1.2em;
  border: none;
  font-family: 'Raleway';
  font-weight: 700;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 250ms ease-in;
  -moz-transition: background 250ms ease-in;
  -ms-transition: background 250ms ease-in;
  -o-transition: background 250ms ease-in;
  transition: background 250ms ease-in;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

ul.bullets {
  list-style: none;
  font-family: "Raleway";
  padding-left: 24px;
  text-align: left;
}

.bullets li {
  text-indent: -.7em;
  font-size: 36px;
}

.bullets li span {
 position: relative; left: 11px; 
 font-size: 16px;
 line-height: normal;
}

.bullets li::before {
  content: "• ";
  color: #E24234; 
  vertical-align: middle;
}

.contact-form, .jobs-form p {
  font-family: "Raleway";
  font-weight: bold;
  padding: 11px 0 0 0;
  text-align: left;
}

ul.main-bullets {
  list-style: none;
  font-family: "Raleway";
  padding-left: 0px;
  text-align: left;
}

ul.sub-bullet1 {
  list-style: none;
  font-family: "Raleway";
  padding-left: 24px;
  text-align: left;
}

.sub-bullet1 li {
  text-indent: -.7em;
  font-size: 36px;
}

.sub-bullet1 li span {
 position: relative; left: 11px; 
 font-size: 16px;
 line-height: normal;
 font-weight: bold;
}

.sub-bullet1 p {
  padding-left: 18px;
  margin-top: 5px;
  font-weight: 600;
}

.sub-bullet1 li::before {
  content: "• ";
  color: #E24234; 
  vertical-align: middle;
}


ul.sub-bullet2 {
  list-style: none;
  font-family: "Raleway";
  text-align: left;
  padding-left: 1em;
}

.sub-bullet2 li {
  font-size: 24px;
}

.sub-bullet2 li span {
 position: relative; left: 11px; 
 font-size: 15px;
 line-height: normal;
}

.sub-bullet2 li::before {
  content: "• ";
  color: #E24234; 
  vertical-align: middle;
}

ul.sub-bullet3 {
  list-style: none;
  font-family: "Raleway";
  text-align: left;
}

ul.sub-bullet4 {
  padding-left: 0;
}

ul.sub-bullet3 p {
  font-size: 15px;
  font-weight: normal;
  margin-left: 0px;
}

.sub-bullet3 li {
  font-size: 36px;
  margin-left: 30px;
}

.sub-bullet3 li span {
 position: relative; left: 11px; 
 font-size: 16px;
 line-height: normal;
}

.sub-bullet3 li::before {
  content: "• ";
  font-size: 24px;
  color: #E24234; 
  vertical-align: middle;
}

.bullets p {
  text-align: left;
}

.checkbox_container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: left;
  display: inline-block;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  margin-top: 9px;
  cursor: pointer;
  font-size: 15px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #F69874;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #E24234;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.sub-heading p {
  margin-bottom: 7px;
}

.footer-nav {
  float: left;
}
.footer-menu, .copyright-text {
  text-align: center;
}

.main-nav ul, .main_menu, .main_menu li ul, #filters, .pages, .project-single .meta-post, .archive-wrapper .archive-list, .categories ul, .thumbs, .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}



a, a:visited {
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.service-section, .first-widget {
  position: relative;
  margin-top: 145px;
}

.light-content, #blogPosts {
 /* margin-top: 30px;*/
}

/*---------  Notification/Annoucement bar ----------------*/

#hellobar-bar {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    /* height: 30px; */
    display: table;
    font-size: 30px;
    font-weight: 600;
    padding: .33em .5em;
    -webkit-font-smoothing: antialiased;
    color: #f59b23;
    /* position: fixed; */
    /*background-color: #fffbcc;
    box-shadow: 0 0.5px 3px 0.5px rgba(0,0,0,0.11);*/
}

#hellobar-bar.regular {
    height: 30px;
    font-size: 24px;
    padding: .6em .5em;
}
.hb-content-wrapper {
    text-align: center;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.hb-content-wrapper p {
    margin-top: 0;
    margin-bottom: 0;
}
.hb-text-wrapper {
    margin-right: .67em;
    display: inline-block;
    line-height: 1.3;
}
.hb-text-wrapper .hb-headline-text {
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
}
#hellobar-bar .hb-cta {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
    color: #ffffff;
    background-color: #22af73;
    border-color: #22af73
}
/*.hb-cta-button {
    opacity: 1;
    color: #fff;
    display: block;
    cursor: pointer;
    line-height: 1.5;
    max-width: 22.5em;
    text-align: center;
    position: relative;
    border-radius: 3px;
    white-space: nowrap;
    margin: 1.75em auto 0;
    text-decoration: none;
    padding: 0;
    overflow: hidden;
}
.hb-cta-button .hb-text-holder {
    border-radius: inherit;
    padding: 5px 15px;
}*/
/*.hb-close-wrapper {
    display: table-cell;
    width: 1.6em;
}
.hb-close-wrapper .icon-close {
    font-size: 14px;
    top: 15px;
    right: 25px;
    width: 15px;
    height: 15px;
    opacity: .3;
    color: #000;
    cursor: pointer;
    position: absolute;
    text-align: center;
    line-height: 15px;
    z-index: 1000;
    text-decoration: none;
}*/

/*---------  End Notification bar ----------------*/



/*------------------------------------------------------
	HEADER STYLES 
--------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  z-index: 9999;
  padding: 24px 0;
  overflow: visible;
  transition: padding 0.3s ease-in-out;
  -moz-transition: padding 0.3s ease-in-out;
  -webkit-transition: padding 0.3s ease-in-out;
}

.site-header.site-header-shrink {
  padding: 15px 0;
}

.main-navigation {
  padding-top: 2.1em;
  text-align: center;
  padding-left: 9%;
}

.main-nav ul li {
  float: left;
  display: block;
  margin-left: 30px;
  position: relative;
}
.main-nav ul li a {
  color: #31373a;
  font-size: 14px;
  letter-spacing: 0.11em;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  padding: 5px 15px;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.main-nav ul li a:hover {
  color: #E24234;
}
.main-nav ul li a i {
  margin-left: 7px;
}
.main-nav ul li.active a {
  color: #E24234;
  background-color: #f1f4f5;
}
.main-nav ul li ul {
  display: none;
  top: 100%;
  left: 0;
  margin-top: 5px;
  position: absolute;
  width: 270px;
  background-color: white;
  border: 2px solid #f1f4f5;
  text-align: left;
}
.main-nav ul li ul li {
  margin-left: 0;
  width: 100%;
  border-bottom: 1px solid #dce4e6;
}
.main-nav ul li ul li:last-child {
  border-bottom: none;
}
.main-nav ul li ul li a {
  background-color: transparent !important;
  color: #777777 !important;
  text-transform: capitalize;
  font-weight: 600;
}
.main-nav ul li ul li a:hover {
  color: #E24234 !important;
}
.main-nav ul li ul li:last-child a {
  border-bottom: none;
}

a.menu-toggle-btn {
  float: right;
  margin-right: 20px;
  color: #31373a;
  font-size: 14px;
  display: block;
}
a.menu-toggle-btn i {
  font-size: 18px;
}

.main_menu li {
  border-bottom: 1px solid #485156;
  padding: 10px 0;
}
.main_menu li:first-child {
  padding-top: 0;
}
.main_menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.main_menu li a {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  color: #bfbfbf;
  font-weight: 500;
}
.main_menu li ul li {
  margin-left: 20px;
}
.main_menu li ul li:first-child {
  border-top: 1px solid #485156;
  padding-top: 8px;
  margin-top: 10px;
}
.main_menu li ul li:before {
  content: '-';
  color: gray;
  margin-right: 10px;
}

.responsive_menu {
  padding: 20px;
  background-color: rgba(49, 55, 58, 0.98);
  display: none;
  position: relative;
  z-index: 9999;
}

/*------------------------------------------------------
	General Styling 
--------------------------------------------------------*/
.light-content {
  background-color: white;
  width: 100%;
}

.dark-content {
  background-color: #31373a;
  padding: 30px 0 21px 0;
  margin-bottom: -30px;
}
.dark-content .section-header .section-title {
  color: white;
}
.dark-content .section-header .section-desc {
  color: #939ea4;
}

.contact-mainpage p {
  font-family: Raleway;
  font-size: 24px;
  font-weight: bold;
  color: #E24234;
  letter-spacing: 0.6px;
}

.contact-mainpage span {
  color: dimgray;
}

.address {
  font-family: Raleway;
  font-size: 21px;
  color: white;
}

.phone_number {
  font-size: 33px;
  color: #E24234;
  font-weight: 700;
}

.section-header {
  padding-bottom: 30px;
  text-align: center;
}

.section-header .section-title {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.section-header .contact-heading {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.larger-text {
  font-size: 18px;
  line-height: 36px;
}

.light-text {
  color: #aaaaaa;
}

.large-button {
  padding: 15px 20px;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

a.large-button.white-color {
  color: white;
  background-color: #E24234;
  font-size: large;
}

.main-button {
  padding: 12px 15px;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

a.main-button.accent-color {
  background-color: #E24234;
  color: white;
  font-size: 18px;
  vertical-align: middle;
}

.enroll-button-container {
  line-height: 10ex;
}

a.main-button.content-area {
  position: relative;
/*  top: 15px;*/
}

a.main-button.accent-color:hover {
  background-color: #31373a;
}

.icon-button {
  margin-left: 15px;
}

.last-item-margin {
  margin-bottom: 100px;
}

label {
  font-weight: 600;
  color: #31373a;
}

.checkbox_container label {
  font-weight: normal;
}

#bilingual {
  padding-top: 15px;
}

#bilingual label {
  font-size: 16px;
  font-weight: 600;
  color: #E24234;
}


input, textarea {
  border: 0;
  color: #777777;
  padding: 8px 14px;
  background-color: #f1f4f5;
  border: 1px solid #f1f4f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

input:focus,
textarea:focus {
  background-color: white;
  border-color: #dce4e6;
}

.mainBtn {
  background-color: #E24234;
  padding: 7px 17px;
  margin-top: 15px;
  color: white;
  font-family: 'Raleway';
  font-weight: 700;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 250ms ease-in;
  -moz-transition: background 250ms ease-in;
  -ms-transition: background 250ms ease-in;
  -o-transition: background 250ms ease-in;
  transition: background 250ms ease-in;
}
.mainBtn:hover {
  background-color: #f28a4c;
}

button {
  outline: 0;
  border: 0;
}

input.mainBtn:focus,
input.mainBtn {
  background-color: #E24234;
  border: 0;
}

.top_banner {
  width: 100%;
  height: 150px;
}


/* slider start */

.img-container {
  height: 750px;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.img-container img {
  height: auto;
  left: 0;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: bottom;
}

.img-container img.next {
  opacity: 1;
  z-index: 1;
}

.img-container img.prev {
  opacity: 1;
  z-index: 2;
}
.img-container img.fade-out {
  opacity: 0;
  transition: visibility 0s .5s, opacity .5s linear;
  visibility: hidden;
}

/* slider end */



#homeIntro {
/*  background-image: url("../images/kids-arms-up.jpg");*/
  background-repeat: no-repeat;
  background-position: 50% 51px !important;
  background-attachment: fixed;
  background-size: cover;
}

#homeIntro2 {
  background-image: url("../images/homeintro2.png");
}

.flexslider {
  margin-top: 114px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.flex-direction-nav a {
  color: #444444;
  width: 40px;
  height: 40px;
  background-color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -20px 0 0 0;
  text-align: center;
  line-height: 40px;
}

.flex-caption {
  position: absolute;
  top: 39%;
  width: 100%;
  text-align: center;
  z-index: 999;
  color: white;
}
.flex-caption h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  margin-bottom: 45px;
}
.flex-caption p {
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  line-height: 28px;
}
.flex-caption span {
  background: url(../images/slider-dec.png) no-repeat;
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
}

.image_overlay {
/*    background-color: rgba(0, 0, 0, 0.24);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

#title_banner {
  background-image: url("../images/includes/banner_dark.png");
  background-repeat: no-repeat;  
  background-position: 0% 0%;
  padding-top: 75px;
/*  background-size: 100%;*/
}

#portfolioId {
  background-image: url("../images/includes/portfolioId.jpg");
}

#blogPosts {
  background-image: url("../images/includes/blogPosts.jpg");
}

#blog {
  background-image: url("../images/includes/blog.jpg");
}

#blogId {
  background-image: url("../images/includes/blogId.jpg");
  background-attachment: inherit;
}

#contact {
  background-image: url("../images/includes/contact.jpg");
}

.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

.parallax-overlay-home {
   position: relative;
   height: 750px;
/*  background-color: rgba(0, 0, 0, 0.65);*/
}

.parallax-overlay {
/*  background-color: rgba(0, 0, 0, 0.65);*/
}

.pageTitle {
  margin-top: 0px;
  margin-bottom: 36px;
}

.page-title {
  color: white;
  margin: 5px 0 0 0;
  font-size: 33px;
  font-weight: 800;
  letter-spacing: 1px;
}

.paypal {
    display: inline-block;
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    line-height: 1.3;
    padding: 7px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-weight: 500;
    color: #31373a;
}
#paypal2 {
    display: inline-block;
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    line-height: 1.3;
    padding: 7px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-weight: 500;
    color: #31373a;
}
.paypal_button {
    margin-top: 15px;
}

span.paypal {
    text-align: center;
}

.purchase input {
  border: none;
  padding: 0;
  margin-top: 5px; 
}

.home-intro-content {
    padding: 17em 27em 15% 0%;
    text-align: left;
    position: absolute;
    top: 24%;
    /* height: 1000px; */
    margin-top: -450px;

}
.home-intro-content h2 {
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.1em;
  color: black;
  margin: 0 0 11px 0;
  font-family: 'Exo 2', sans-serif;
  margin-top: 60px;
  width: 60%;
  text-shadow: 0px 2px 24px #fff;
}

.home-intro-content h3 {
  font-size: 1.1em;
  font-weight: 600;
  color: black;
  margin: 0 0 36px 0;
  font-family: 'Exo 2', sans-serif;
  width: 60%;
  text-shadow: 0px 2px 24px #fff;
}


.home-intro-content p {
  margin: 45px 0 3px 0;
  font-size: 18px;
  line-height: 32px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
}
.home-intro-content .large-button:hover {
  opacity: 0.8;
}

.blockquote {
  margin: 30px 0;
  display: block;
  color: #aaaaaa;
}


/*------------------------------------------------------
	Call To Action 
--------------------------------------------------------*/
.cta {
  padding: 15px 0;
  border-bottom: 1px solid #dce4e6;
  text-align: center;
  background-color: lightgrey;
  margin-top: 0px;
}

.cta .cta-title {
  display: inline-block;
/*  margin: 0 50px 0 0;*/
  font-size: 24px;
}

.cta .cta-title h2 {
  display: inline-block;
  font-size: 1.9em;
  font-weight: 600;
  line-height: 1.1em;
  color: black;
  margin: 9px 0 11px 0;
  font-family: 'Exo 2', sans-serif;
  text-shadow: 0px 2px 24px #fff;
}

.cta .cta-title h3 {
  font-size: 1.3em;
  font-weight: 600;
  color: black;
  margin: 0 0 24px 0;
  font-family: 'Exo 2', sans-serif;
}

.home-cta {
  padding: 15px 0;
  border-bottom: 1px solid #dce4e6;
  text-align: center;
  background-color: lightgrey;
/*  margin-top: -142px;*/
}

.home-cta .home-cta-title {
  display: inline-block;
/*  margin: 0 50px 0 0;*/
  font-size: 24px;
}

.home-cta .home-cta-title h2 {
  display: inline-block;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.1em;
  color: black;
  margin: 9px 0 11px 0;
  font-family: 'Exo 2', sans-serif;
  text-shadow: 0px 2px 24px #fff;
}

.home-cta .home-cta-title h3 {
  font-size: 0.9em;
  font-weight: 600;
  color: black;
  margin: 0 0 24px 0;
  font-family: 'Exo 2', sans-serif;
}


.ad_container {
  width: 1437px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.ad {
  padding: 9px 0 9px 0;
  border-bottom: 1px solid #dce4e6;
  text-align: center;
  /*background-color: #FDE5A5;*/
}
.ad #ad_left, .ad #ad_right, .ad #ad_center, .ad #ad-button {
  background-color: #FEF2D2;
  padding: 0;
}
.ad-subtitle strong {
  color: #E24234;
  font-size: 18px;
}
.ad h4 {
  margin: 0;
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.4;
}
.ad h3 {
  margin: 0;
  display: inline-block;
  font-size: 15px;
  line-height: 21px;
}
.ad h2 {
  margin: 0;
  display: inline-block;
  font-size: 15px;
  line-height: 21px;
}
.ad .ad-title {
  display: inline-block;
  font-size: 33px;
  font-weight: 700;
  color: #E24234;
  height: 120px;
  /* width: 461px; */
  margin: 0;
  padding-top: 9%;
}

.ad .ad-subtitle {
  display: inline-block;
  padding-top: 21px;
}

#ad_left, #ad_right, #ad_center, #ad-button {
  height: 115px;
}

.ad-button a {
  padding: 9px 11px;
/*  margin: 3%;*/
  font-size: 9px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

@keyframes blink {
  0% {opacity: 0}
  49%{opacity: 0}
  50% {opacity: 1}
}

blink {
  animation: blink 1.5s infinite;
  color: #E24234;
  font-weight: bold;
}

.ad-button.accent-color a {
  background-color: #F9BE1F;
  color: #000;
  font-size: 15px;
}

.ad-button.content-area a {
  position: relative;
/*  top: 15px;*/
}

.ad-button.accent-color:hover a {
  background-color: #FDE5A5;
}

/*------------------------------------------------------
	Services Styling 
--------------------------------------------------------*/
.service-box-wrap {
  text-align: center;
/*  margin-bottom: 30px;
*/}

.service-icon-wrap {
  display: block;
}
.service-icon-wrap i {
  color: #E24234;
}

.service-title {
  font-size: 27px;
  font-weight: 600;
  margin: 30px 0 20px 0;
  text-align: center;
}

.right_column_content p {
  text-align: left;
  margin-top: 3px;
}

.right_column_content h3 {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 7px;
}

.summer strong {
  margin-top: 30px;
}

.right_column_content p {
  line-height: 27px;
}

.left_column_content {
  vertical-align: middle;
  display: table-cell;
}

.left_column_content img {
  display: block;
  height: auto;
/*  width: auto;*/
  margin-bottom: 30px;
  margin-top: 30px;
} 

.program_left_column_content {
  vertical-align: middle;
  display: table-cell;
}

.program_left_column_content img {
  display: block;
  height: auto;
/*  width: auto;*/
  margin-bottom: 0px;
} 

.three_column_content img {
  display: block;
  height: 300px;
  width: auto;
  margin-bottom: 30px;
} 

.single_column_content {
  margin-bottom: 30px;
  text-align: center;
}

.single_column_content h1 {
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.5em;
}

.single_column_content h2 {
  text-align: left;
  margin-top: 3px;
  font-size: 1.0em;
  line-height: 1.5em;
}

.single_column_content h3 {
  text-align: left;
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5em;
}

.single_column_content p {
  text-align: left;
  margin-top: 11px;
  font-size: 1em;
}

.single_column_content a {
  margin: auto;
  font-size: 1em;
}

.image_in_maincontent img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
} 

/*------------------------------------------------------
	Portfolio Styling 
--------------------------------------------------------*/
.portfolio {
  margin-top: 40px;
}

#Grid .mix {
  display: none;
  opacity: 0;
}

#filters {
  margin: 100px 0 60px 0;
}
#filters li {
  display: inline;
  margin-right: 20px;
  cursor: pointer;
  color: #31373a;
}
#filters li:after {
  content: '/';
  color: #c3c3c3;
  margin-left: 20px;
}
#filters li:last-child:after {
  content: '';
}
#filters li.active {
  color: #E24234;
}

.pages {
  margin: 20px 0 100px 0;
}
.pages li {
  display: inline;
  margin-right: 10px;
}
.pages li a {
  padding: 10px 12px;
  background-color: #f1f4f5;
  color: #31373a;
}
.pages li a.active {
  color: #E24234;
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.portfolio-holder .item {
  margin: 0 1px 40px 1px;
}
.portfolio-holder .item img {
  display: block;
  width: 100%;
  height: auto;
}

.portfolio-post {
  overflow: hidden;
  margin-bottom: 30px;
}

.thumb-post {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb-post .overlay {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.thumb-post .overlay .overlay-inner {
  background: #E24234;
  height: 100%;
  position: relative;
}
.thumb-post:hover .overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.portfolio-infos {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.portfolio-infos a {
  color: white;
}
.portfolio-infos .portfolio-title {
  margin: 10px 0 0 0;
  font-weight: 600;
  font-size: 20px;
}
.portfolio-infos .meta-category {
  font-size: 14px;
  color: white;
}

.portfolio-expand {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
}
.portfolio-expand a {
  display: block;
  color: #31373a;
  opacity: 1;
}

.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 48;
  content: 'ddd';
  margin-right: 2px;
  margin-top: -25px;
}
.owl-next:after {
  font-family: 'FontAwesome';
  content: '\f054';
  color: #31373a;
  line-height: 48px;
  text-align: center;
}

.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 48px;
  margin-left: 1px;
  margin-top: -25px;
}
.owl-prev:after {
  font-family: 'FontAwesome';
  content: '\f053';
  color: #31373a;
  line-height: 48px;
  text-align: center;
}

.project-single {
  margin-top: 100px;
  margin-bottom: 100px;
}
.project-single .project-title {
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 35px 0;
  line-height: 36px;
}
.project-single .subtitle {
  font-size: 14px;
  color: #aaaaaa;
}
.project-single .description {
  margin-bottom: 40px;
}
.project-single .meta-post li {
  display: block;
  margin-bottom: 15px;
}
.project-single .meta-post li span {
  color: #31373a;
  margin-right: 10px;
}
.project-single .meta-post li a {
  color: #777777;
}
.project-single .meta-post li a:hover {
  color: #E24234;
}

.project-img {
  overflow: hidden;
}
.project-img img {
  width: 100%;
  height: auto;
}

.static-info-project {
  background-color: #f1f4f5;
  padding: 80px 0;
  text-align: center;
}

.related-projects {
  margin: 100px 0 60px 0;
}

.flex-direction-nav a {
  width: 40px;
  height: 44px;
}
.flex-direction-nav a:before {
  background-color: #31373a;
  display: block;
  color: white;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
}

.flex-direction-nav .flex-prev {
  left: 0px;
}

.flex-direction-nav .flex-next {
  right: 0px;
}

/*------------------------------------------------------
	Testimonials Styling 
--------------------------------------------------------*/
.testimonials-widget {
  background-color: #f1f4f5;
  padding: 80px 0;
}

.testimonial {
  text-align: center;
}

.testimonial-description {
  font-size: 20px;
  line-height: 1.8em;
  margin: 40px 0 50px 0;
}

.testimonial-content {
  width: 80%;
  margin: 0 auto;
}

.testimonial-author {
  margin-bottom: 40px;
  color: #aaaaaa;
}
.testimonial-author:before, .testimonial-author:after {
  content: "-";
  color: #c3c3c3;
  margin: 0 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  outline: 0;
  border: 2px solid #aaaaaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #E24234;
  border-color: #E24234;
}

/*------------------------------------------------------
	Our Team Styling 
--------------------------------------------------------*/
.member-role {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: white;
  padding: 5px 10px;
  font-size: 14px;
}

.member-name {
  font-size: 22px;
  font-weight: 500;
  margin-top: 25px;
  display: block;
}

.thumb-post {
  height: auto;
}
.thumb-post img {
  width: 100%;
  height: auto;
}


/*------------------------------------------------------
  CEO page Styling 
--------------------------------------------------------*/

.ceo-photo {
    max-width: 1000px;
    width: 30%;
    float: left;
    margin: 0 24px 8px 0;
}

/*------------------------------------------------------
	Blog Styling 
--------------------------------------------------------*/
#blogPosts .section-header {
  margin-top: 70px;
}
#blogPosts h2.section-title {
  color: white;
}

.latest-posts {
  padding-bottom: 80px;
}
.latest-posts .thumb-post {
  overflow: hidden;
  width: 80px;
  height: 80px;
  border: 3px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.latest-posts .blog-post-content {
  overflow: hidden;
}
.latest-posts h4.post-title {
  margin: 0 0 10px 25px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}
.latest-posts h4.post-title a {
  color: white;
}
.latest-posts .meta-post-date {
  margin-left: 25px;
  font-size: 14px;
}

.contact-page {
/*  margin-top: 30px;*/
}

.post-blog {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dce4e6;
}
.post-blog .blog-image {
  overflow: hidden;
  margin-bottom: 20px;
}
.post-blog .blog-image img {
  width: 100%;
  height: auto;
}
.post-blog .blog-content span {
  color: #aaaaaa;
  margin-right: 10px;
  font-size: 14px;
}
.post-blog .blog-content span a {
  color: #aaaaaa;
}
.post-blog .blog-content span a:hover {
  color: #E24234;
}
.post-blog .blog-content h3 {
  margin: 10px 0 25px 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
.post-blog .blog-content h3 a {
  color: #31373a;
}
.post-blog .blog-content h3 a:hover {
  color: #E24234;
}

.meta-date:after, .meta-comments:after {
  content: '/';
  margin-left: 10px;
}

.tag-items {
  margin-top: 50px;
  display: block;
}
.tag-items a {
  padding: 8px 12px;
  background-color: #f1f4f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

#blog-author {
  border-bottom: 1px solid #dce4e6;
  padding-bottom: 20px;
}
#blog-author .blog-author-img {
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-right: 25px;
}
#blog-author .blog-author-img img {
  width: 100%;
  height: 100%;
}
#blog-author .blog-author-info {
  overflow: hidden;
}
#blog-author .blog-author-info h4.author-name {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 7px 0;
}
#blog-author .blog-author-info h4.author-name a {
  color: #31373a;
}

#blog-comments {
  margin-top: 60px;
  margin-bottom: 100px;
}
#blog-comments .blog-comments-content {
  margin-top: 50px;
}
#blog-comments .media {
  display: block;
  margin-top: 30px;
  border-bottom: 1px solid #dce4e6;
}
#blog-comments .media .media {
  padding-top: 30px;
  border-top: 1px solid #dce4e6;
  border-bottom: 0;
}
#blog-comments .media-object {
  margin-right: 10px;
}
#blog-comments .media-heading h4 {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 16px;
  font-weight: 600;
}
#blog-comments .media-heading a {
  color: #aaaaaa;
  font-size: 14px;
}
#blog-comments .media-heading a span:after {
  content: '/';
  color: #aaaaaa;
  font-size: 13px;
  margin: 0 10px;
}
#blog-comments .media-heading a span:last-of-type:after {
  content: '';
}

.comment-form {
  margin-bottom: 100px;
}
.comment-form .widget-inner {
  margin-top: 40px;
}
.comment-form #email-id, .comment-form #name-id, .comment-form #site-id, .comment-form textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.comment-form input.mainBtn {
  width: auto;
}

.archive-wrapper {
  margin-bottom: 100px;
}
.archive-wrapper .archive-title {
  font-size: 18px;
  font-weight: 700;
  margin: 40px 0 20px 0;
}
.archive-wrapper .archive-list {
  margin-top: 20px;
}
.archive-wrapper .archive-list li {
  line-height: 28px;
}
.archive-wrapper .archive-list li:before {
  content: '-';
  color: #aaaaaa;
  margin-right: 10px;
}

/*------------------------------------------------------
	Sidebar Styling 
--------------------------------------------------------*/
.sidebar {
  margin-top: 100px;
  margin-bottom: 100px;
}

.sidebar-widget {
  margin-bottom: 60px;
}

.widget-title {
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 30px 0;
}

.last-post {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dce4e6;
}
.last-post .thumb {
  overflow: hidden;
  margin-right: 15px;
}
.last-post .thumb img {
  width: 100%;
}
.last-post .content {
  overflow: hidden;
}
.last-post .content span {
  color: #aaaaaa;
  font-size: 14px;
  margin: 0 0 10px 0;
  line-height: 14px;
}
.last-post .content h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.last-post .content h4 a {
  color: #31373a;
}
.last-post .content h4 a:hover {
  color: #E24234;
}

.categories ul li:before {
  content: '-';
  color: #aaaaaa;
  margin-right: 10px;
}

.thumbs {
  margin-left: -6px;
  overflow: hidden;
}

.thumbs li {
  list-style: none;
  float: left;
  margin: 6px;
  width: 76px;
  height: 76px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumbs li img {
  display: block;
  width: 100%;
  padding: 3px;
  background-color: #f1f4f5;
}

.thumbs li a img {
  border: none;
}

/*------------------------------------------------------
	Contact Page Styling 
--------------------------------------------------------*/
.contact-wrapper h3 {
  margin: 0 0 30px 0;
}

.maps-heading {
border-top: 1px solid #dce4e6;
}


.contact-map {
/*  margin-top: 30px;*/
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}

.contact-map p {
  text-align: center;
  font-weight: bold;
}

#map {
  height: 100%
}



.contact-form, .jobs-form {
/*  margin-top: 50px;*/
/*  margin-bottom: 30px;*/
/*  padding-top: 50px;*/
/*  border-top: 1px solid #dce4e6;*/
}
.contact-form h3, .jobs-form h3 {
  margin: 15px 0 0px 0;
  text-align: center;
  color: #E24234;
}
.contact-form .widget-inner, .jobs-form .widget-inner {
  margin-top: 40px;
  padding-left: 15%;
  padding-right: 15%;
  margin-left: auto;
  margin-right: auto;
}
.contact-form .widget-inner h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 11px;
  line-height: 1.3;
}
.contact-form .widget-inner h3 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 0;
  color: #E24234;
  font-weight: bold;
  line-height: 1.5;
}
.jobs-form .widget-inner h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 11px;
  line-height: 1.3;
  padding-left: 20px;
}
.jobs-form .widget-inner h3 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 0;
  color: #E24234;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 20px;
}

.contact-form, .contact-form #parentname, .contact-form #studentname, .contact-form #grade, .contact-form #homeaddress, .contact-form #email, .contact-form #phone, .contact-form textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.jobs-form #applicant_email, .jobs-form #applicant_name, .jobs-form #applicant_address, .jobs-form #credentials, .jobs-form #applicant_phone, .jobs-form #position, .jobs-form #content_area, .jobs-form #experience,.jobs-form textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

select#job_type, select#grade_level  {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(http://i62.tinypic.com/15xvbd5.png);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin: 9px;
   overflow: hidden;
   padding: 7px 0 7px 15px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 300px;
   background-color: #fff;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
}

.contact-form, .jobs-form input.mainBtn {
  width: auto;
}
.contact-form textarea, .jobs-form textarea {
  min-height: 160px;
}

#paypal input {
  background-color: transparent;
  border: 0px;
}

#result {
  margin-top: 30px;
  color: white;
}
#result .success {
  background-color: #84c333;
  padding: 14px 20px;
}
#result .error {
  background-color: #d15858;
  padding: 14px 20px;
}

.site-footer {
  background-color: #f1f4f5;
  padding: 36px 0;
  color: #aaaaaa;
  font-family: "Raleway", sans-serif;
  margin-top: 30px;
}

.footer-menu li {
  display: inline-block;
  margin: 0 39px;
}
.footer-menu li a {
  color: #777777;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
.footer-menu li a:hover {
  color: #E24234;
}
.social-icons {
  float: right;
  position: relative;
  left: -50%; /* or right 50% */
  text-align: left;
}
.social-icons > .child {
  position: relative;
  left: 50%;
}

/*Change social media icons size here*/
.social-icons .fa {
  font-size: 1.2em;
}
/*Change icons circle size and color here*/
.social-icons .fa {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa{ 
  border-radius: 50%;
}

.social-icons .fa:hover, .social-icons .fa:active {
  color: #FFF;
/*  -webkit-box-shadow: 1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333; */
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); 
}
.social-icons ul {
  padding-left: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}

.social-icons .fa-facebook,.social-icons .fa-facebook-square{background-color:#3C599F;}  
.social-icons .fa-linkedin,.social-icons .fa-linkedin-square{background-color:#0085AE;} 
.social-icons .fa-skype{background-color:#01AEF2;}
.social-icons .fa-twitter,.social-icons .fa-twitter-square{background-color:#32CCFE;} 

.copyright-text {
  margin-top: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  color: #aaaaaa;
}

/*------------------------------------------------------
	RESPONSIVE STYLES 
--------------------------------------------------------*/
@media (max-width: 1024px) {
  .main-nav ul li a {
    font-size: 12px;
  }

  .home-intro-content {
    padding: 0% 0 15% 1%;
    text-align: left;
    position: absolute;
    top: 0;
    bottom: 3%;
    margin-top: -11px;
  }

  .main-nav ul li {
    float: left;
    display: block;
    margin-left: 0px;
    position: relative;
  }
  .ad_container {
    width: auto;
  }
  .ad-subtitle strong {
      font-size: 15px;
  }
  .ad .ad-subtitle {
      padding-top: 12px;
  }
  .ad h3 {
      font-size: 13px;
      line-height: 21px;
  }
  .ad-button.accent-color a {
      font-size: 11px;
  }
  .ad .ad-title {
    font-size: 27px;
    padding-top: 15%;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .main-nav ul li a {
    font-size: 12px;
  }

  .parallax-overlay-home {
   position: relative;
   height: 36vw;
  }

  .home-intro-content {
    padding: 0% 0 15% 1%;
    text-align: left;
    position: absolute;
    top: 0;
    bottom: 3%;
    margin-top: -11px;
  }

  .ad_container {
    width: auto;
  }
  .ad-subtitle strong {
      font-size: 15px;
  }
  .ad .ad-subtitle {
      padding-top: 12px;
  }
  .ad h3 {
      font-size: 13px;
      line-height: 21px;
  }
  .ad-button.accent-color a {
      font-size: 11px;
  }
  .ad .ad-title {
    font-size: 27px;
    padding-top: 15%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .main-nav ul li a {
    font-size: 12px;
  }

  .parallax-overlay-home {
   position: relative;
   height: 38vw;
  }

  .ad_container {
    width: auto;
  }
  .ad-subtitle strong {
      font-size: 15px;
  }
  .ad .ad-subtitle {
      padding-top: 12px;
  }
  .ad h3 {
      font-size: 13px;
      line-height: 21px;
  }
  .ad-button.accent-color a {
      font-size: 11px;
  }
  .ad .ad-title {
    font-size: 27px;
    padding-top: 15%;
  }
}

@media (max-width: 991px) {
  .flexslider {
    margin-top: 100px;
  }

  .parallax-overlay-home {
   position: relative;
   height: 45vw;
  }

  .site-header {
    padding: 18px 0;
    position: relative !important;
  }

  .first-widget {
    margin-top: 0;
  }

  .blog-post .thumb-post {
    float: none;
  }

  .blog-post {
    margin-bottom: 50px;
    text-align: center;
  }

  .testimonial-content {
    width: 100%;
  }

  .blog-post .thumb-post {
    margin: 0 auto 40px auto;
  }

  .project-img {
    margin-bottom: 40px;
    display: block;
  }
}

@media (max-width: 767px) {
  .flex-caption {
    display: none !important;
  }

  .parallax-overlay-home {
   position: relative;
   height: 36vw;
  }

  .home-intro-content {
    padding: 0% 0 15% 1%;
    text-align: left;
    position: absolute;
    top: 0;
    bottom: 3%;
    margin-top: -390px;
  }

   .home-intro-content h2 {
  font-size: 1.5em; 
 }

  .hb-text-wrapper .hb-headline-text {
    font-size: 0.9em;
  }

  .logo img{
    width:  60%;
  }

  .parallax {
    background-position: center center !important;
    padding-top: 12px !important;
  }
  
  .cta .cta-title {
    display: block;
    margin-bottom: 30px;
  }

  .pageTitle {
    text-align: center;
    margin-top: 7%;
    margin-bottom: 7%;
  }

  .home-intro-content {
    padding: 0% 0 15% 1%;
    text-align: left;
    position: absolute;
    top: 0;
    bottom: 3%;
    margin-top: -11px;
  }

  .pageTitle .text-right {
    text-align: center;
  }

  .three_column_content img {
    height: auto;
    width: 100%;
}

  .paypal {
    display: inline-block;
  }

  .contact-page {
    padding: 0; 
  }
  .jobs-form .widget-inner h2, .contact-form .widget-inner h2 {
    font-size: 16px;
  }
  .jobs-form .widget-inner h3, .contact-form .widget-inner h3 {
    font-size: 16px;
    line-height: 1.2;
  }
  .contact-form .widget-inner, .jobs-form .widget-inner {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .paypal_button {
    display: none;
  }
  #register {
    font-size: 12px;
  }
  #register-form {
    padding: 1em;
    width: 77%;
  }
  #register-form .formBtn {
    font-size: 0.9em;
  }
  .ad_container {
    width: auto;
  }
  .ad-button {
    padding-top: 0;
  }
  .ad_program h3 {
    font-size: 18px;
  }
  .ad_program h2 {
    font-size: 15px;
  }
  #ad_left, #ad_right, #ad_center, #ad-button {
    height: auto;
  }
  .ad .ad-title {
    height: auto;
    font-size: 27px;
  }
  .ad h3 {
    font-size: 0.9em;
    line-height: 1.1;
  }
  .ad h4 {
    font-size: 1.1em;
    line-height: 1;
    margin: 5%;
  }
  .footer-menu li {
    margin: 0 11px;
  }
  .copyright-text {
    font-size: 11px;
  }
  .isotope-item {
    width: 100%;
    height: auto;
  }
}
