@media (min-width: 240px) and (max-width: 768px) { 

	header {
		padding: 10px 0;
	}

	footer {
		padding: 20px 0;
	}

	.logo, .social, footer p, .partner {
		text-align: center !important;
		margin-bottom: 10px;
	}

	.topSplit {
		text-align: center !important;
		padding: 3% 0;
	}

	.social {
		margin: 15px 0 0 0 !important;
	}

	h1, h2, h3 {
		line-height: 18px !important;
		margin-bottom: 10px !important;
	}

	h1, h2, h3, .leftPages h1 {
		font-size: 100% !important;
		line-height: normal !important;
	}

	.navbar-toggle {
		background-color: #919d3a !important;
	}

	.navbar-brand {
		display: block;
		font-size: 100% !important;
		font-weight: bold !important;
		color: #919d3a !important;
	}

	.navbar-brand:hover {
		color: #f8aa00 !important;
	}

	.navbar-default .navbar-nav>li>a {
	    font-size: 100% !important;
	    color: #919d3a !important;
	} 

	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li.active>a,
	.navbar-default .navbar-nav>li.active>a:hover {
	    font-size: 100% !important;
	    color: #f8aa00 !important;
	} 

	.navbar-default .navbar-collapse, .navbar-default .navbar-form, .navbar-default .navbar-nav>li>a {
		border: 0 !important;
	}

	.navbar-nav {
		margin: 0 !important;
		float: none !important;
	}

	.carousel-inner>.item>img, .carousel-inner>.item>a>img {
		height: 170px !important;
	}

	.carousel-caption p {
	    font-family: 'latobold' !important;
	    color: #FFFFFF;
	    font-size: 14px !important;
	    text-transform: uppercase;
	    line-height: normal;
	    text-shadow: none !important;
	}

	.iconNavLeft {
		width: 42px;
		height: 42px;
		background-position: -14px -66px;
		margin-top: 100%;
	}

	.iconNavRight {
		width: 42px;
		height: 42px;
		background-position: -63px -66px;
		margin-top: 100%;
	}

	.iconTimeTabler, .iconAttendance, .iconWeb, .iconSupport {
		float: left;
		margin-right: 5px;
		margin-top: -4px;
	}

	.iconNumber {
		float: left;
		margin-right: 8px;
		margin-top: -9px;
	}

	.fullGrey, .fullSky {
		padding: 4% 0;
	}

	.fullGrey img, .fullSky img {
		margin: 10px 0;
	}

	p {
		font-size: 12px !important;
	}

	.iconPhone {
		float: none !important;
		display: inline-block !important;
	}

	.rslides li {
		/*height: 200px;*/
	}

	.rslides li img {
		height: 100%;
	}

	.btn-primary {
		font-size: 10px !important;
	}

	.caption p {
		font-size: 10px !important;
		margin-bottom: 5px !important;
	}

	.captionImg {
		display: none !important;
	}

	.caption {
		bottom: 15% !important;
	}
	
	.caption h1{
		margin-top:2% !important;
	}

	.checklist li {
		padding-left: 10%;
	}

	hr.curve {
		background-image: url(../images/curveMobile.png) !important;
		background-size: 100% 100%;
	}
	
	p {
		line-height:20px !important;
	}


}


@media (min-width: 768px) and (max-width: 1024px) { 

	.navbar-brand {
		display: none;
	}

	.captionImg {
		display: none !important;
	}

	.caption {
		bottom: 10% !important;
	}

	.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:hover {
	    font-family: 'ralewaybold' !important;
	    font-size: 12px !important;
	    text-transform: uppercase !important;
	}
	
}


@media (min-width: 240px) and (max-width: 368px) { 

.hideiphone {
	display:none;
}

}




