/*
Theme Name: CIC - Australia Custom Theme
Description: A Customized theme for Cambridge International College made from Bootstrap
Author: Search Opt Media Inc.
Author URI: http://www.searchoptmedia.com/;
Version: 1.0
*/

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

#ac a, #cwc a {
	background: #fff;
}

#ac a:hover, #cwc a:hover {
	background: #F5F5F5;
}

.location-content {
	height: 400px;
	overflow: auto;
}

.homeColumnImg {
   width: 100%;
   border: 8px solid #FFF;
   box-shadow: 2px 2px 2px 2px #EFEFEF;
   margin-bottom: 15px;
   margin-top: 15px;
}

.carousel-control.right .glyphicon-chevron-right {
   background: none repeat scroll 0% 0% #0957A4;
   margin: auto;
   padding: 10px;
   top: 40%;
   right: 20%;
   width: auto;
   height: auto;
}

.carousel-control.left .glyphicon-chevron-left {
   background: none repeat scroll 0% 0% #0957A4;
   margin: auto;
   padding: 10px;
   top: 40%;
   left: 20%;
   width: auto;
   height: auto;
}

.carousel-control.right, .carousel-control.left {
   background-image: none !important;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em !important;
    padding: 0.2em 1em !important;
    font-size: 17px !important;
    font-weight: bold !important;
    color: #F00 !important;
}

div.wpcf7 img.ajax-loader {
	position: absolute !important;
	bottom: 0px !important;
	right: 140px !important;
}

#pagingControls ul{display:inline;padding-left:0.5em}
#pagingControls .page{
display:inline;
padding: 5px 10px;
background: none repeat scroll 0% 0% #0957A4;
color: #FFF;
margin-right: 10px;
cursor: pointer;
}
.page.active {
background: #C7EAFB !important;
color: #000 !important;
}
#page2, #page3, #page4 {
display: none;
}
.form-section {
	overflow: hidden;
}

.introTxt p strong {
	color: #0957a4;
}

.dropdown:hover .dropdown-menu {
    display: block;
 }

.nav > li > a {
  padding-left: 6px !important;
  padding-right: 6px !important;
  font-size: 13px !important;
}

.menu-item, .menu-item-has-children {
}

.dropdown-menu li a {
  text-transform: none;
}

.keyFacts li {
  font-size: 16px;
  font-weight: bold;
  color: #FABE00;
}

.keyFacts span{
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}

td, th {
  padding: 10px !important;
}

.wpcf7-validation-errors, .wpcf7-response-output {
  text-align: center !important;
}

.pagination-centered {
  display: block;
  text-align: center;
}

.page-numbers {
  list-style: none outside none;
  font-size: 16px;
}

.page-numbers li {
  display: inline;
  padding: 5px 10px;
  background: none repeat scroll 0% 0% #EFEFEF;
}

.page-numbers li:last-child {
  background: none;
}

.post-pagination {
  margin-top: 25px;
  overflow: hidden;
}

.post-pagination a {
  background: none repeat scroll 0% 0% #FABE00;
  color: #FFF;
  padding: 10px 20px;
}

.post-pagination a:first-child {
  float: left;
}

.post-pagination a:last-child {
  float: right;
}

/*
=======================================
General Styles
=======================================
*/
body {
  background: #fff; }

.content {
  background: #ffffff; }

/*@font-face {
  font-family: 'FrutigerLT-Bold';
  src: url("fonts/FrutigerLTStd-BoldCn.otf"); }*/

@font-face {
    font-family: 'FrutigerLT-Bold';
    src: url('fonts/frutigerltstd-boldcn.eot');
    src: url('fonts/frutigerltstd-boldcn.eot') format('embedded-opentype'),
         url('fonts/frutigerltstd-boldcn.woff') format('woff'),
         url('fonts/frutigerltstd-boldcn.ttf') format('truetype'),
         url('fonts/frutigerltstd-boldcn.svg#FrutigerLT-Bold') format('svg');
}

/*@font-face {
  font-family: 'Petita-Medium';
  src: url("fonts/PetitaMedium_0.ttf"); }*/

@font-face {
    font-family: 'Petita-Medium';
    src: url('fonts/petitamedium_0.eot');
    src: url('fonts/petitamedium_0.eot') format('embedded-opentype'),
         url('fonts/petitamedium_0.woff') format('woff'),
         url('fonts/petitamedium_0.ttf') format('truetype'),
         url('fonts/petitamedium_0.svg#Petita-Medium') format('svg');
}

h1, h2, h3, h4, h5, .navbar-nav li a {
  font-family: 'FrutigerLT-Bold' !important; }

h1, h2, h3, h4, h5 {
  color: #0957a4; }

p, span,li {
  font-family: 'Petita-Medium'; }

a {
  outline: none; }

/*
=======================================
Header
=======================================
*/
.headWrap {
  background: #ffffff; }

header {
  margin-top: 10px; }

.headBtn {
  float: right; }
  .headBtn a {
    background: #fabe00;
    color: #0957a4;
    border: 0;
    border-radius: 0; }
  .headBtn a:hover {
    background: #fecb29;
    color: #0957a4;
    border: 0; }

/*
=======================================
Navigation
=======================================
*/
.navWrap {
  background: #0957a4;
  width: 100%; 
   margin-top:12px;  
}
  .navWrap .container {
    padding: 0; }
    .navWrap .container .col-md-12 {
      padding: 0; }
.navbar {
  margin-bottom: 0;
  border-radius: 0;
  border: none; }

.modalTitle, .contactTitle {
  font-family: 'Petita-Medium';
  color: #fabe00;
  font-size: 20px; }

#contactUs span {
  display: block; }
#contactUs .modalTitle {
  border-top: 1px dotted #959595;
  margin-top: 20px;
  padding-top: 10px; }

.modal-footer {
  clear: both; }
  .modal-footer .btn-primary {
    background: #ea5823;
    border: 0; }
  .modal-footer .btn-primary:hover {
    background: #E8440D;
    border: 0; }

/*
=======================================
Slider
=======================================
*/
.slider {
  margin-top: 20px;
  /*  For Large Screens  */ }
  .slider .carousel-caption {
    background: rgba(9, 87, 164, 0.75);

	background: #00603C\9; /* IE 8 and below */
	opacity: 0.75\9; /* IE 8 and below */

    /*  For Large Screens  */ }
    .slider .carousel-caption .captionTitle {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 10px; }
    .slider .carousel-caption .captionDetail {
      font-size: 16px;
      margin-bottom: 30px; }
    .slider .carousel-caption a {
      background: #fabe00;
      color: #ffffff;
      padding: 10px 20px; }
    .slider .carousel-caption a:hover {
      text-decoration: none; }
    .slider .carousel-caption span {
      display: block; }
  .slider .captionTriangle{
    width: 0px;
    height: 0px;
 
   
    border-color: #0957A4 transparent transparent transparent;
    opacity: 0.75;
    position: absolute;
    top: 130px;
    left: 425px;

    display:  none\9; /* IE 8 and below */
 }

/*
=======================================
Contents
=======================================
*/
.breadcrumb {
  background: #ffffff;
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 0; }
  .breadcrumb li a {
    color: #EA5823; }

.content {
  padding-bottom: 30px; }
  .content h4 {
    font-size: 26px; }
  .content p {
    text-align: justify;
    text-justify: inter-word;
    font-size: 16px; }
  .content .map {
    padding: 50px 20px;
    text-align: center; }
    .content .map img {
      margin: 0 auto; }
.tabfonts {
	color: #FABE00;
	font-weight: bold;
	font-family: 'Petita-Medium';
	font-size: 12px;
	}
	
.govtSites ul {
  margin: 0;
  padding: 0; }
  .govtSites ul li {
    list-style: none;
    margin: 5px 0;
    padding: 0; }

.locationTabs {
  margin-top: 30px; }
  .locationTabs .tab-content {
    padding: 20px;
    border-right: 1px solid #3D89D2;
    border-left: 1px solid #3D89D2;
    border-bottom: 1px solid #3D89D2; }

.coursesTabs {
  margin-top: 30px; }
  .coursesTabs .tab-content {
    padding: 20px;
    border-right: 1px solid #3D89D2;
    border-left: 1px solid #3D89D2;
    border-bottom: 1px solid #3D89D2; }

.locationMap img {
  width: 100%; }

.quickLinksWrap {
  clear: both; }

.quickLinks {
  margin-top: 20px; }
  .quickLinks a {
    text-align: center;
    color: #ffffff;
    display: block;
    background: #ea5823;
    padding: 15px 10px;
    font-family: 'FrutigerLT-Bold';
    font-size: 20px;
    border-radius: 4px; }
    .quickLinks a span {
      font-size: 16px;
      margin-left: 5px; }
  .quickLinks a:hover {
    text-decoration: none;
    background: #E8440D; }

.introTxt h1 {
  font-size: 26px; }

.eventList {
  margin: 0;
  padding: 0; }
  .eventList li {
    list-style: none;
    margin: 5px 0;
    border-bottom: 1px solid #E5E5E5;
    padding: 5px 0; }
    .eventList li span {
      display: block; }
    .eventList li .eventTitle {
      color: #ea5823;
      font-size: 16px;
      font-weight: bold; }
    .eventList li .eventDate {
      color: #555555; }

.newsList {
  margin: 0;
  padding: 0; }
  .newsList li {
    list-style: none;
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0; }
    .newsList li span {
      display: block; }
    .newsList li .newsTitle {
      color: #ea5823;
      font-size: 16px;
      font-weight: bold; }
    .newsList li .newsArticle {
      color: #555555;
      font-size: 12px; }
.imgThumbs .thumbnail {
  border: 0;
  margin: 0; }
.imgThumbs .row {
  padding: 0 10px; }
  .imgThumbs .row li {
    cursor: pointer; }

#myModal .modal-content {
  border-radius: 0; }
#myModal .modal-footer {
  border: 0; }
#myModal .next {
  float: right; }
#myModal .previous {
  float: left; }

.sideBar section {
  margin-bottom: 30px; }
.sideBar ul {
  margin: 0;
  padding: 0; }
  .sideBar ul li {
    list-style: none;
    margin: 5px 0;
    padding: 0; }
.sideBar .courseBtn a {
  background: #EA5823;
  color: #ffffff;
  display: block;
  font-family: 'FrutigerLT-Bold';
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px; }
.sideBar .courseBtn a:hover {
  text-decoration: none;
  background: #E8440D; }

/*
=======================================
Footer
=======================================
*/
.topFooterWrap {
  background: #c7eafb;
  padding: 20px 0; 
margin-top: 20px;
}
  .topFooterWrap .siteMap {
    margin: 0;
    padding: 0; }
    .topFooterWrap .siteMap li {
      list-style: none;
      margin: 5px 0; }
      .topFooterWrap .siteMap li .mainLink {
        font-size: 16px;
        font-weight: bold;
        text-decoration: underline; }
      .topFooterWrap .siteMap li .subLink {
        font-size: 14px; }
  .topFooterWrap .footerTitle {
    color: #0957a4;
    font-size: 20px;
    font-family: 'FrutigerLT-Bold'; }
  .topFooterWrap .socialIcons {
    margin: 0;
    padding: 0; }
    .topFooterWrap .socialIcons li {
      list-style: none;
      display: inline-block; }
    .topFooterWrap .socialIcons img {
      width: 38px;
      margin: 5px; }
  .topFooterWrap .applyBox {
    margin-top: 10px; }
    .topFooterWrap .applyBox a {
      text-align: center;
      color: #ffffff;
      display: block;
      background: #ea5823;
      padding: 10px;
      font-family: 'FrutigerLT-Bold';
      font-size: 14px; }
    .topFooterWrap .applyBox a:hover {
      text-decoration: none;
      background: #E8440D; }

.bottomFooterWrap {
  background: #0957a4;
  padding: 20px 0; }
  .bottomFooterWrap p {
    color: #ffffff;
    text-align: center;
    font-size: 12px; }
  .bottomFooterWrap .bottomFooter {
    text-align: center; }


/*ssample*/

.col-md-32 {
width:22%;
float:left;
}

/*override bootsrap styles*/
html .row {
    margin-left: 0px;
    margin-right: 0px;
}

div#modalSelectUserType {
    margin-top: 115px;
    color: #fff;
        overflow: hidden;
}

div#modalSelectUserType .modal-content{
  background-color: #ffffff;
   
}
div#modalSelectUserType .modal-header{
    color: #ffbd4a;
    text-align: center;
    padding: 0px 5px 160px 0px;
}
div#modalSelectUserType .modal-body {
    padding: 0px;
}
div#modalSelectUserType .modal-footer{
       margin-top: 0px;
        padding: 136px 20px 40px;
}

div#modalSelectUserType .modal-content{
  border-radius: 0px;
}
div#modalSelectUserType  h4{
    color: #fabe00;
    font-size: 2em;
    text-transform: uppercase;
    text-align: left;
    font-weight: normal;
}
div#modalSelectUserType .modal-content, div#modalSelectUserType .modal-footer{
    text-align: center
}

div#modalSelectUserType .col-md-6{
padding: 0px;
margin: 0px;
}
div#modalSelectUserType .modal-content h2{
  color: #0456a2;
    font-size: 2em;
    text-align: left;
    text-transform: uppercase;
    font-weight: normal;
}
div#modalSelectUserType  .btn-default {
  color: #fff;
  background-color:#fabe00;
  border-color: #fabe00;
  border-radius: 0px;
  text-align: left;
  white-space: pre-wrap;
  padding: 10px 27px 0px 27px;
  line-height: 14px;
  font-weight: bold;
  margin-bottom: 2px;
  background-image: url(img/popup-bg-btn.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  width: 100%;
}
div#modalSelectUserType  .btn-default:last-child {
    margin-bottom: 0px;
  }
div#modalSelectUserType  .btn-default span{
    margin-bottom:0px;font-size: 10px;line-height: 12px;padding: 0px;color: #0456a2;
    letter-spacing: 1.2px;
}

div#modalSelectUserType .modal-footer, div#modalSelectUserType .modal-header{
    border: none;
}
div#modalSelectUserType .modal-dialog{
    width: 960px;
}
div#modalSelectUserType .modal-dialog  .bg-image{
  background-image: url(img/popup-bg.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 50%;
}
div#modalSelectUserType h1, div#modalSelectUserType h2, div#modalSelectUserType h3, div#modalSelectUserType h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.modal-backdrop.in.select-type {
 
    margin-top: 84px;
}

.modal-backdrop.in {
    opacity: .7;
    filter: alpha(opacity=70);
}
#custom-bg{
    height: 280px;
    margin-top: 10px;
    background-size: cover;
    background-position: top center;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    margin-top: 0px;
}

form.form-user-type .btn-default {
    color: #fff;
    background-color: #fabe00;
    border-color: #fabe00;
    border-radius: 0px;
}

.nav.vet-tabs li a {
    padding-left: 4px !important;
    padding-right: 4px !important;
}
ul.nav.nav-tabs.policy-tabs li a {
    padding: 4px 3px !important;
}
/*
=======================================
Custom Media Queries
=======================================
*/
@media (max-width: 992px) {
  .navbar-nav > li > a {
    font-size: 12px;
    padding: 5px 10px; }

  .navbar {
    min-height: 0; }

  .headBtn {
    margin-bottom: 10px;
    float: none;
    text-align: center; }
    .headBtn a {
      display: block;
      margin: 10px auto; }

  .logo {
    text-align: center; } 

    div#modalSelectUserType .modal-header{
        padding: 0px 5px 60px 0px;
    }

    div#modalSelectUserType .modal-footer{
            padding: 19px 20px 60px;
    } 
    div#modalSelectUserType .modal-dialog{
        width: 600px;
    }
    div#modalSelectUserType .modal-content h2 {
        font-size: 2em;
    }
    div#modalSelectUserType h1, div#modalSelectUserType h2, div#modalSelectUserType h3, div#modalSelectUserType h4 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 750px) {
  .navbar {
    padding-left: 10px;
    padding-right: 10px; } 
}

@media (min-width: 750px) {
  .carousel-caption {
    width: 325px;
    position: absolute;
    top: 130px;
    left: 100px;
    padding: 20px;
    text-align: left; } 
}

@media (max-width: 749px) {
    .carousel-caption {
        bottom: 20px; 
    }

    .captionTriangle {
        display: none; 
    } 

    div#modalSelectUserType {
        overflow: scroll;
    }
}

@media (max-width: 600px) {
  .carousel-caption {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0; }

  .carousel-indicators {
    display: none; } 
   
    div#modalSelectUserType .modal-dialog{
        width: 97%;
    }
}
