/* 
 * Author: Career Launcher;
 * Author URI: http://www.careerlauncher.com/;
 */

/* Global */

.thumbnails li> .fff .caption {
    background: #fff !important;
    padding: 10px
}

ul.thumbnails {
    margin-bottom: 0px;
}


/* Carousel Control */

.control-box {
    text-align: right;
}

li {
    list-style-type: none;
}

.carousel .item img {
    min-width: 0%;
}

.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #ececec;
}

.footer ul li a {
    padding: 10px 0px 4px 0;
    display: block;
    border-bottom: 2px dotted #343233;
}

.footer a {
    color: #c9c9c9;
    transition: all 0.5s ease-in-out 0s;
}

.footer a:hover {
    color: #f86e58;
    text-decoration: none;
}

.social li {
    background: none repeat scroll 0 0 #18b0e2;
    border: 2px solid #0689b4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block;
    list-style: none;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}

.social li a {
    color: #000;
}

.social li:hover {
    border: 2px solid #2c3e50;
    background: #2c3e50;
}

.social li a i {
    font-size: 16px;
    margin: 8px 2px 0 5px;
    color: #EDEFF1 !important;
}

.footer-bottom {
    background: #2D2B2C;
    border-top: 1px solid #444141;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-bottom p.pull-left {
    padding-top: 6px;
}

.header {
	min-height:80px;
    padding-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
	background:#ffffff;
}

.jumbo {
	margin-top: 80px;
	background:url(../img/bkg2.jpg);
        background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 0px;

}

.jumbo h1, .jumbo h2, .jumbo h3, .jumbo p {
	color:#FFF;
}

.well {
	margin-top:20px;
	margin-bottom: 30px;
}
.navbar-default .navbar-nav>li>a {
    color:#000;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus  {
	color:#1FB0C7;
    font-weight: 600;
}

.radio label {
	margin-right: 5px;
}

.navbar-default .navbar-toggle {
    background-color: #1a242f;
}

.programs {
	    background: #1fb0c7;
}


.toppers {
	background:#fff;
}

.vacancies {
    background:#fff;
}

.services, .details {
    background: url(../img/bg.jpg) repeat;
}

.services h1, .services h2, .services h3, .services h4, .services h5, .services h6, .services p {
    color:#000;
}


.programs, .toppers, .services, .vacancies, .details{
	padding:20px 0 25px;
} 

.programs h2, .toppers h2 {
	padding-top: 0px;
}
.cta i {
	margin-right:5px;
}
.icon-head {
	margin-bottom:10px;
}

.icon-head h3 {
	text-align: left;
	margin-top: 14px;
}

.form-control {
    height: 40px;
    font-size: 13px;
}

.form-group {
	margin-bottom: 10px;
}

.box {
    background-color: #fff;
    height:auto;
        border-radius: 5px;
    text-align: center;
    padding:13px 15px 10px;

}

.person {
    text-align: left;
    padding:0 10px 10px;
}

.person-img {
    float:left;
    border:2px solid #c9c9c9;
}

.person-txt {
    float:left;
    padding:15px;
    color:#fff;    
}
.person-txt h5 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}


/*.testimonial {
	border: 1px solid #ccc;
	height:300px;
	padding:8px;
	-webkit-box-shadow: 1px 1px 4px #888888;
	-moz-box-shadow: 1px 1px 4px #888888;
	box-shadow: 1px 1px 4px #888888;
}*/

p {
	font-size: 1em;
}

h4 {
	text-align: left;
}

.icon-body h4 {
	font-size: 1.1em;
	color:#de350e;
	font-weight: 600;
}

.icon-link p a {
	color:#087cbd;
}

.toppers  {
	background:url(../img/graduation-bg.png);
}

.toppers h2 {
	color:#FFF;
}


.btn-success {
  color: #ffffff;
  background-color: #1FB0C7;
  border-color: #1FB0C7;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #1FB0C7;
  border-color: #0a4b3e;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #1FB0C7;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #1FB0C7;
  border-color: #11866f;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #0e6f5c;
  border-color: #0a4b3e;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #1FB0C7;
  border-color: #1FB0C7;
}
.btn-success .badge {
  color: #1FB0C7;
  background-color: #ffffff;
}

.btn-cta {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-cta:focus,
.btn-cta.focus,
.btn-cta:active,
.btn-cta.active,
.open > .btn-cta.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-cta:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-cta:active,
.btn-cta.active,
.open > .btn-cta.dropdown-toggle {
  background-image: none;
}

.btn-cta.disabled:focus,
.btn-cta.disabled.focus,
.btn-cta:disabled:focus,
.btn-cta:disabled.focus,
fieldset[disabled] .btn-cta:focus,
fieldset[disabled] .btn-cta.focus {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-cta.disabled:hover,
.btn-cta:disabled:hover,
fieldset[disabled] .btn-cta:hover {
  background-color: #0275d8;
  border-color: #0275d8;
}


.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #fff;
    border-color:#fff;
}

.btn-success.btn-outline {
    color: #fff;
    border-color:#fff;
}

.btn-info.btn-outline {
    color: #fff;
    border-color:#fff;
}

.btn-warning.btn-outline {
    color: #fff;
    border-color:#fff;
}

.btn-cta.btn-outline {
    color: #fff;
    border-color:#fff;
}

.btn-danger.btn-outline {
    color: #fff;
    border-color:#fff;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover,
.btn-cta.btn-outline:hover {
    color: #fff;
}

.btn-success.btn-outline:hover {
    border-color:#1FB0C7;
}


.btn-info.btn-outline:hover {
    border-color:#3498db;
}

.btn-warning.btn-outline:hover {
    border-color:#be780a;
}

legend {
    font-weight: 600;
    margin-bottom: 5px;
}

 ul.arrow {
    list-style: outside none none;
    margin: 0px 0 30px;
    padding-left: 0px;
}
ul.arrow li {
    background: url(../img/tick-white.png) no-repeat scroll 10px 5px;
    font-size: 0.97em;
    font-weight: 500;
    line-height: 23px;
    padding:1px 0 4px 34px;
}

ul.arrow.inline li {
    display:inline;
    float:left;
    margin-right: 10px;
}


ul.arrow_faq {
    list-style: outside none none;
    margin: 10px 0 30px;
    padding-left: 0px;
}

ul.arrow_faq li { 
    background: url(../img/next.png) no-repeat scroll 10px 9px;
    color:#000;
    font-size: 0.97em;
    font-weight: 500;
    line-height: 23px;
    padding: 4px 0 4px 42px;
}


table.arrow_pricing {
    list-style: outside none none;
    margin: 0px 0 0px;
    padding-left: 0px;
}

table.arrow_pricing td {
    background: url(../img/tick-blue.png) no-repeat scroll 10px 11px;
    color: #000;
    font-size: 0.97em;
    font-weight: 500;
    line-height: 23px;
    padding: 12px 12px 12px 42px!important;
}

.programs h1, .programs h2, .programs h3, .programs h4, .programs h5, .programs h6, .programs p {
    color:#fff;
}
.service-box {
    margin-bottom: 30px;
}


.service-box-icon {
    padding-right: 5px;
    padding-top: 5px;
}

.service-box-icon i {
    color: #fff;
    font-weight: 800;
    font-size: 38px;
    margin-right: 10px;
    margin-bottom: 3px;
}

.service-box-title h4 {
    font-size: 21px;
    margin-top: 7px;
    font-weight: 600;
}
.service-box-content p {
    margin-top: 15px;
    margin-bottom: 0;
}

.titlebar h3 {
    margin-bottom: 10px;
}

.prog_first p {
    font-size: 1em;
}
p.boost {
    margin-top: 30px;
}

.dates {
    margin-top:10px;
}

.vac_cnt {
    margin-top: 10px;
}

/*td, th {
    border:1px solid #ccc!important;
}*/

tr:nth-of-type(2n+1) {
    background-color:#f3f3f3;
}


.dates, .age, .relaxation {
    margin-left:5px;
}

.details {
    padding-top: 20px;
}
.titlebar {
    margin-bottom: 3px;
}
.titlebar p {
    font-size: 15px;

}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #000;
    background-color: #ffffff;
    font-weight: 500;
}
.nav-pills>li>a {
    color: #fff;
    background-color: #00cbff;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #00cbff;
}
.nav-stacked>li {
    margin-bottom: 5px;
}
.text-highlight {
    margin-left: 10px;
    margin-top: 6px;
    font-size: 24px;
}

.navbar-brand {
    margin-right: 10px;
}
.bg-grey {
        background: #1FB0C7;
    }
    
    .bg-grey p {
        color: #FFF;
    }


*,
*:before,
*:after {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/*html {
  overflow-y: scroll;
}

body {
  background: #c1bdba;
  font-family: 'Titillium Web', sans-serif;
}
*/
a {
  text-decoration: none;
  color: #1FB0C7;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.jumbo a:hover {
  color: #00CBFF!important;
}

.jumbo .cta a:hover {
  color: #fff!important;
}

.form {
  background: rgba(19, 35, 47, 0.9);
  padding: 15px 25px;
  max-width: 600px;
  margin: 20px auto 10px;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 10px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 17px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.tab-group li a:hover {
  background: #00CBFF;
  color: #ffffff!important;
}
.tab-group .active a {
  background: #1FB0C7;
  color: #ffffff;
}

.jumbo .tab-content > div:last-child {
  display: none;
}

label {
  position: absolute;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  left: 13px;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 13px;
  font-weight: 500;
  top:3px;
}
label .req {
  margin: 2px;
  color: #1FB0C7;
}

label.active {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    left: 2px;
    font-size: 14px;
}
label.active .req {
  opacity: 0;
}

label.highlight {
  color: #ffffff;
}

.field-wrap input, .field-wrap textarea {
  font-size: 18px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}
input:focus, textarea:focus {
  outline: 0;
  border-color: #1FB0C7;
}

textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.field-wrap {
  position: relative;
  margin-bottom: 20px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}

.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #1FB0C7;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.button:hover, .button:focus {
  background: #00CBFF;
}

.button-block {
  display: block;
  width: 100%;
}

.forgot {
  margin-top: -20px;
  text-align: right;
}

.h3_mark {
    padding-top: 0px;
    margin-top:0px;
}

.form-control {
        color: #333;
    background-color: #17242E;
}

.features-area-sec {
    width: 100%;
    height: auto;
    float: left;
}

#faq {
    padding-top: 30px;
    padding-bottom: 0px;
    background: url(../img/bg.jpg) repeat;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.question {
    margin-bottom: 40px;
}


.faq-question-label {
    color: #1FB0C7;
    font-size: 15px;
    font-weight: 900;
    padding-right: 5px;
}

.question h4 {
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.faq-answer-label {
    color: #000;
    font-weight: 900;
    padding-right: 5px;
}

.question p {
    color: #444;
    margin-bottom: 0;
}

.jumbo ul.arrow {
    margin-top: 10px;
}

.the-price {
    background-color: rgba(220,220,220,.17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0;
}

.panel-body {
    padding: 0px; 
}

.details .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding:12px;
}

.grid figure {
    width:90%!important;
}

.grid figure h3 {
    font-size: 24px;
    color:#000;
}

#testimonials, .details {
    padding:30px 0 35px;
}

.header {
        z-index: 99;
}
h4 {
    color:#000;
}

.field-wrap label {
  display:none;
}

@media only screen and (min-width: 992px) {
	.jumbo h1 {
		margin-top: 30px;
		font-size: 35px;
	}
	.jumbo p {
        margin-top: 20px;
        font-size: 15px;
    }
	.cta {
		margin-top: 50px;
	}
	/*.programs .container {
		width:970px;
	}*/
	.programs .titlebar, .toppers .titlebar {
		margin-bottom: 20px;
	}
	.prog_first {
		margin-bottom: 30px;
	}
	.box {
		height:auto;
		margin-bottom: 20px;
	}
}




@media only screen and (max-width: 991px) {

	.jumbo .marketing {
		margin-top: 20px;
	}

}


@media only screen and (max-width: 767px) {

	.jumbo .marketing {
		margin-top: 20px;
	}

	.testimonial {
		margin-bottom: 15px;
	}

}

@media (min-width: 768px) {
  .navbar-right {
      float: right !important;
      margin-right: 10px;
  }
}


.form {
      margin: 41px auto 10px;
}

.spec_offer .form-control {
  background-color: #fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
     background-color: #ffffff; 
     color: #000000; 
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
      color: #000;
  }
}


#cse-search-box .btn {
      padding: 6px 15px;
}