@charset "utf-8";
/* ----------------------------------------------
	Mobile CSS Document - CMS Template Buddy
	Template No.: 008
	Version: 1.02
	
	www.cmstemplatebuddy.com

	Please read README_FIRST.txt
------------------------------------------------- */

/* #Media Queries
================================================== */

/*	#Tablet
================================================== */

	@media only screen and (max-width: 1023px) {
		#pageWrapper {
 		   margin: 0 1%;
		   width: 98%;
		}
		#header {
 		   margin: 0;
		   width: 100%;
		}
		#mainNav {
			margin: 0;
		}
		#logo a {
			width: 160px;
			margin: 15px 0 0 16px;
		}
		#sliderWrapper	{
			width: 96%;
			margin: 20px 2%;
			height: auto;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		.sliderContainer {
			width: 60%;
		}
		#mainNav ul a, #mainNav ul li.sectionheader {
			padding: 25px 10px 22px 10px;
			font-size: 13px;
			}
		#content {
			width: 100%;
		}
		#main {
			padding: 0;
		}
		#bottomContent {
			width:96%;
			padding: 0 2%;
		}
		.oneColumn {			
			width: 96%;
			margin: 0 2%;
		}
		.twoColumns {
			width: 62%;
			margin: 0 0 0 2%;
		}
		#sidebar {
			width: 30%;
			padding: 0;
			margin: 50px 2% 0 2%;
		}
		.threeBlocksWrapper {
			width: 100%;
			margin: 10px 0;
		}
		.threeBlocks, .threeBlocks2, #footerNav, .bottomBlock {
			width: 31%;
			margin-left: 2%;
			margin-right: 0;
		}
		.threeBlocksImage {
			width: 100%;
		}
		#bottomContent {
			width: 100%;
			padding: 20px 0;
		}
		.formbuddyfooter input[type="text"], .formbuddyfooter input[type="password"], .formbuddyfooter textarea {
			width: 96%;
			display: block;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			min-width: inherit;
		}
		.specialBox {
			width: 92%;
			padding: 10px 2%;
			margin: 10px 2%;
		}
		.nivo-directionNav a, .nivo-controlNav { 
			display: none !important;
		}
		.nivo-caption { top: 0;}
		.nivo-caption h2 { padding: 0;}
		.breadcrumbs {
			margin: 10px 2%;
		}
		.search {
			width: 31%;
		}
		.search input {
			width: 80%;
		}
		a.readmore-slider { margin-top: 0; padding-top: 0;}
	}
	
/*	#Navigation
================================================== */
	@media only screen and (max-width: 767px) {
 		#mainNav ul { display: none; }
		#mainNav { text-align: center; padding-top: 7px; height: 39px; margin-right: 20px;}
	    #mainNav select { display: inline-block; padding: 4px; margin-top: 12px; }
	    .nivo-caption {display: none !important;}
	    .nivo-directionNav a {opacity: 1;}
	    .search { float: none; width: 99%; margin-bottom: 20px; }
	    .search input { width: 90%;	}
	    .sliderContainer {
	    	width: 96%;
	    	margin: 10px 2%;
	    }
	}

/*	#Mobile
================================================== */
	
	@media only screen and (max-width: 480px) {
		.threeBlocks, .threeBlocks2, .bottomBlock, #footerNav {
			float: none !important;
			width: 96%;
			margin: 25px 2%;
		}
		.threeBlocks, .threeBlocks2 {overflow: hidden;}
		.formbuddyfooter input[type="text"], .formbuddyfooter input[type="password"], .formbuddyfooter textarea {
			width: 100%;
			display: block;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		#headerLeft, #headerRight {
			width: 100%;
			float: none !important;
			overflow: hidden;
			margin: 0 0 20px 0;
			text-align: center;
		}
		.search { 
			top:10px;
			width: 98%;
			margin: 0 1% 14px 1%;
		}
		.search input {
			width: 84%;
		}
		#header {
			height: auto;
			overflow: hidden;
			text-align: center;
		}
		#logo {
			display: inline-block;
		}
		#logo a {
			margin-left: 0px;
			height: 40px;
		}
		.social-icons-block, .top-right-block {
			display: none;
		}
		#mainNav {
			height: 45px;
			padding-top: 0;
			float: none;
			margin: 0 0 10px 0;
		}
		#main {
			float: none !important;
		}
		.twoColumns {
			width: 96%;
		}
		#sidebar {
			float: none !important;
			width: 96%;
		}
		.threeBlocksMoreLink a {
			margin: 10px 0 30px 0;
		}	
	}	 
/* Stylesheet: tpl-buddy-008 // Mobile-008 Modified On 2014-08-24 15:26:50 */
