/* 
 * 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 {
	background:url(../img/bkg2.jpg);
        background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 30px;

}

.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: 20px;
}

.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: 15px;
	line-height:24px;
}

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;
    color: #fff;
    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:#099ab1;
}


.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: #ff9900;
	color:#fff;
}
.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: #333;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.jumbo a:hover {
  color: #e13604!important;
}

.jumbo .cta a:hover {
  color: #fff!important;
}


.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 {
}

.header {
        z-index: 99;
}
h4 {
    color:#000;
}

.field-wrap label {
  display:none;
}

@media only screen and (min-width: 992px) {
	.jumbo h1 {
		margin-top: 35px;
		font-size: 35px;
	}
	.jumbo p {
        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: 20px 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;
}


.title-divider{
  position: relative;
}
.title-divider:after{
  content: "";
  width: 154px;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background: #dbd9da;
  margin-top:5px;
}
.title-divider:before{
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FF7F00;
  z-index: 9;
  right: 0;
  margin: auto;
  margin-top:5px;
}
.title-divider.text-left:after{
  right: inherit;
  left: 0;
  top: 100%;
}
.title-divider.text-left:before{
  right: inherit;
  left: 0;
  top: 100%;
}
.title-divider.text-right:after{
  right: 0;
  left: inherit;
  top: 100%;
}
.title-divider.text-right:before{
  right: 0;
  left: inherit;
  top: 100%;
}


        .cat_box, .exp_box {
        display: none;
        }
        .row.no-gutters {
        margin-right: 0px;
        margin-left: 0px;
        }
        
        .row.no-gutters>[class*=" col-"],
        .row.no-gutters>[class^=col-] {
        padding-right: 2px;
        padding-left: 2px;
        }
.work-process-box{
	border:2px dashed #cccccc;
	width: 100%;
	height: 200px;
	text-align:center;
	display: table;
}
/* Updated */
.work-process-box.square{
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius: 0;
}
.work-process-box .title{
	padding-bottom:10px;
	margin-bottom:5px;
}
.work-process-box .process-content{
	vertical-align:top;
    display: table-cell;
	padding:30px 10px 10px 10px;
	position:relative;
}
.work-process-box .item-number{
	position:absolute;
	padding:5px 0;
	right:0;
	left:0;
	margin:auto;
	top:-20px;
	content:"";
	width:40px;
	height:40px;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius: 100%;
}
.work-process-box .item-number
{
	background-color: #FF9900;
	color:#fff;
	font-size:20px;
}
/* Updated */
.work-process-box .item-number.square{
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius: 0;
}
.work-process-box.square .item-number.square{
	right:10px;
}
.testi{margin-top:70px;}
.test h3{text-align:right; margin-top:0px !important;}

@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {
	.testi{text-align:center;margin-top:0px !important;}
	.testi h4{text-align:center;}
	.test h3{text-align:center !important;margin-top:0px !important; font-size:20px;}
	.more .btn{display:block; margin:0 auto; float:left;}
	.programs-title h4{text-align:center;}
}
@media only screen 
and (min-width : 320px) 
and (max-width : 480px)
and (orientation : landscape)  {

	.testi{text-align:center;margin-top:0px !important;}
	.testi h4{text-align:center;}
	.test h3{text-align:center !important;margin-top:0px !important; font-size:20px;}
	.more .btn{display:block; margin:0 auto; float:left;}
	.programs-title h4{text-align:center;}
}


/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) 
and (max-width : 640px)
and (orientation : landscape)  {
	.testi{text-align:center;margin-top:0px !important;}
	.testi h4{text-align:center;}
	.test h3{text-align:center !important;margin-top:0px !important; font-size:20px;}
	.more .btn{display:block; margin:0 auto; float:left;}
	.programs-title h4{text-align:center;}

}


/* iPads (landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {

}

/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
	
}


.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 {
    border: 1px solid #ddd!important;
    padding: 12px;
}
.btn{ padding:6px 15px;}
.btn-primary {
    background-color: #337cbb;
    border-color: #2e6fa7;
    color: #fff;
}
.navbar{
	padding-top: 10px;
    padding-bottom: 5px;
}
.footer-bottom a{
	color: #1FB0C7;
}
#result:empty{
	display:none;
}
.contspacin{
	padding:0 15px;
}

@media only screen and (max-width: 767px) {
	.table-responsive{
		display:block;
		border:0px;
	}
	.navbar-toggle .icon-bar{
		background-color:#000;
	}
	.spacin-top-mobile{
		margin-top:30px;
		margin-bottom:30px;
	}
	.social{
		float: left;
    padding: 0;
    margin-top: 15px;
	}
	.btn-warning{
		margin-right:0;
	}
}
