/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: StreamGuys
Author URI: https://www.streamguys.com
Author e-mail: dev@streamguys.com
Version: 1.2.1
Created: October 2015
*/


/* Disable news plugin's default pagination on home page news preview */
#side-news .pagination{
	display:none;
}

.square_logo{
	max-height: 85%;
	max-width: 85%;
}

.client img{
    padding-left: 15px;
    padding-right: 15px;
}

label {
    font-weight: normal;
}

.tparrows{
    display: none !important;
}

/* Better mobile responsive super header */

/* IE fix for svg sizing */
.responsive-header img {
    width: 100%;
}


.header{
    border-bottom: 0;
}


.header-top{
    border-bottom: 0;
}

.headerBar{
    height: 20px;
    background-color: rgb(255, 198, 39);
}

@media(max-width: 1200px){
    .headerBar{
        height: 15px;
    }
}

@media(max-width: 767px){
    .headerBar{
        height: 10px;
    }
}

/* Commented out orange header to test thin bar above menu */

/*
.fixed-header-on .header.fixed{
    background-color: rgb(255, 198, 39);
    background-color: rgba(255, 198, 39, 0.8);
    border-bottom: 0px;
}*/

.header .navbar.navbar-default{
    margin: 0 0 0 0;
    border: 0;
    background-color: transparent;
}
/*
@media(max-width: 769px){
    .header{
        background: linear-gradient(to bottom, #FFC627 0%, #FFC627 30%, #ffffff 30%, #ffffff 100%);
        background: -moz-linear-gradient(top, #FFC627 0%, #FFC627 30%, #ffffff 30%, #ffffff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFC627), color-stop(30%, #FFC627), color-stop(30%, #ffffff), color-stop(100%, #ffffff));
        background: -webkit-linear-gradient(top, #FFC627 0%, #FFC627 30%, #ffffff 30%, #ffffff 100%);
        background: -o-linear-gradient(top, #FFC627 0%, #FFC627 30%, #ffffff 30%, #ffffff 100%);
        background: -ms-linear-gradient(top, #FFC627 0%, #FFC627 15%, #ffffff 15%, #ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC627', endColorstr='#ffffff',GradientType=0 );
        border-bottom: 0px;
    }
    .header{
        background: linear-gradient(to bottom, #FFC627 0%, #FFC627 30%, #ffffff 30%, #ffffff 100%);
        background: -moz-linear-gradient(top, #FFC627 0%, #FFC627 30%, #ffffff 30%, #ffffff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFC627), color-stop(30%, #FFC627), color-stop(30%, #ffffff), color-stop(100%, #ffffff));
        background: -webkit-linear-gradient(top, #FFC627 0%, #FFC627 30%, #ffffff 30%, #ffffff 100%);
        background: -o-linear-gradient(top, #FFC627 0%, #FFC627 30%, #ffffff 30%, #ffffff 100%);
        background: -ms-linear-gradient(top, #FFC627 0%, #FFC627 15%, #ffffff 15%, #ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC627', endColorstr='#ffffff',GradientType=0 );
        background-size: auto 60px;
        background-repeat: repeat-x;
        border-bottom: 0px;
    }
    .header .navbar.navbar-default{
        background-color: rgb(255, 198, 39);
        border-color: rgb(255, 198, 39);
    }
     .header .navbar.navbar-default{
        background: transparent;
        
    }
    .header .navbar-toggle{
        background-color: #ffffff;
    }
}
*/


.home-link{
	height: inherit;
	width: 30%;
	position: relative;
	float: left;
}

.banner {
	background-color: #ffffff;
	border-bottom: 0px;
}

.skinnyh1 {
    margin-top: 10px;
}

.slideshow-boxed .slider-banner-container{
    border: 0px;
}

/* Owl Carousel Chrome rendering fixes */
.owl-item {
height: 170px;
position: relative;
}

.owl-item img {
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translate(0,-50%);
transform: translate3d(0,-50%,0);
margin: 0 auto;
}

#service_section_homepage{
    padding-top: 60px;
    padding-bottom: 20px;
}
#whoWeHelp{
    padding-top: 100px;
    padding-bottom: 0px;
}
@media(max-width: 767px){
    #service_section_homepage{
        padding-top: 0px;
    }
    #whoWeHelp{
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
@media (max-width: 829px){
	#kayako_sitebadgeholder{
		display:none;
	}
}

@media (max-width: 767px){
	#sgcopy{
		text-align: center;
	}
}
/* CSS from Bliss.StreamGuys to help enable mobile footer */
#footer .sprite {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
#footer .top {
	height: 110px;
}
#footer .top .sky {
	height: 100%;
	padding-top: 50px;
}
#footer .top .grass {
	height: 50px;
	padding-top: 60px;
	background-color:#D6DE23;
}
#footer .top .schoolhouse {
	height: 100px;
	position: relative;
	bottom: 110px;
}
#footer .top .schoolhouse div {
	height: inherit;
}
#footer .top .schoolhouse .schoolslice {
	background-image: url('/storage/app/media/schoolslice.png');
}
#footer .ground .groundslice {
	height: 100%;
	padding-top: 57px;
	background-image: url('/storage/app/media/groundslice.png');
	background-position: center top;
	background-repeat: repeat-x;
	background-size: inherit;
}
#footer .cave {
	height: 100%;
	background-color: #666666;
}
#mobilelost {
	text-align: center;
	line-height: 30px;
	padding-bottom: 5px;
	font-family: "Ubuntu Condensed";
	color: #CCCCCC;
}

#footer_school_ground{
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 15%, #CCCC33 15%, #CCCC33 45%, #666666 45%, #666666 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 15%, #CCCC33 15%, #CCCC33 45%, #666666 45%, #666666 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(15%, #ffffff), color-stop(15%, #CCCC33), color-stop(45%, #CCCC33), color-stop(45%, #666666), color-stop(100%, #666666));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 15%, #CCCC33 15%, #CCCC33 45%, #666666 45%, #666666 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 15%, #CCCC33 15%, #CCCC33 45%, #666666 45%, #666666 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 15%, #CCCC33 15%, #CCCC33 45%, #666666 45%, #666666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#666666',GradientType=0 );
}

#footer_extra{
    max-height: 0px;
}

.footer-cave-text{
	position: relative;
	bottom: 170px;
	left: 125%;
	text-align: center;
	font-family: "Ubuntu Condensed";
	color: #CCCCCC;
	font-size: 22px;
}

@media(max-width: 1285px){
    .footer-cave-text{
        bottom: 160px;
    }
}

@media(max-width: 1000px){
    .footer-cave-text{
        bottom: 150px;
        left: 130%;
    }
}

@media(max-width: 925px){
    .footer-cave-text{
        font-size: 17px;
        bottom: 110px;
    }
}

@media(max-width: 766px){
    .footer-cave-text{
        left: 70%;
        bottom: 100px;
        font-size: 16px;
    }
}

@media(max-width: 645px){
    .footer-cave-text{
        bottom: 90px;
    }
}

@media(max-width: 560px){
    .footer-cave-text{
        display: none;
    }
    .footer-text-small{
        display: block !important;
        position: relative;
    	bottom: 40px;
    	left: 70%;
    	text-align: center;
    	font-family: "Ubuntu Condensed";
    	color: #CCCCCC;
    	font-size: 22px;
    }
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src*=".svg"] {
    width: 100%; 
}

.ie9 object[data*=".svg"]{
    width: 100%;
}

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
      width: 100%; 
  }
  object[data*=".svg"]{
      width: 100%;
  }
}