@charset "utf-8";
/* ----------------------------------------------
	Mobile CSS Document - CMS Template Buddy
	Template No.: 009
	Version: 1.02
	
	www.cmstemplatebuddy.com

	Please read README_FIRST.txt
------------------------------------------------- */

/* #Media Queries
================================================== */

/*	#Tablet
================================================== */

	@media only screen and (max-width: 959px) {
		#pageWrapper {
 		   margin: 0 1%;
		   width: 98%;
		}
		#headerLeft, #headerRight {
			width: 49%;
		}
		#mainNav, #sliderWrapper {
			width: 100%;
		}
		#logo {
			width: 50%;
			display: inline-block;
		}
		#logo a {
			min-width: auto;
			width: auto;
			/*margin: 0;*/
		}
		#sliderWrapper	{
			width: 100%;
			height: auto;
		}
		.slogan {
			margin: 0 2%;
			float: none !important;
			width: 96%;
		}
		#mainNav {
			height: 46px;
		}
		#content {
			width: 100%;
		}
		#main {
			padding: 0 2% 10px;
		}
		.oneColumn {			
			width: 96%;
		}
		.twoColumns {
			width: 62%;
		}
		#sidebar {
			width: 30%;
			padding: 0 2%;
		}
		.threeBlocksWrapper {
			width: 100%;
		}
		.threeBlocks, #footerNav, .bottomBlock {
			width: 31%;
			margin-left: 2%;
		}
		.threeBlocksImage {
			width: 94%;
		}
		#bottomContent {
			width: 100%;
			padding: 20px 0;
		}
		.formbuddyfooter input[type="text"], .formbuddyfooter input[type="password"], .formbuddyfooter textarea {
			width: 92%;
			min-width: auto;
			display: block;
		}
		.specialBox {
			width: 92%;
			padding: 10px 2%;
			margin: 10px 2%;
		}
		.sf-menu a {
			padding: 1.15em 1em;
		}
		.sf-menu li li a {
			padding: 1em;
		}
		.sf-menu li:hover ul,
		.sf-menu li.sfHover ul {
			top: 3.7em;
		}
		a > .sf-sub-indicator {
			top:1.3em;
		}
	}
	
/*	#Navigation
================================================== */
	@media only screen and (max-width: 767px) {
 		#mainNav ul { display: none; }
		#mainNav { text-align: center; padding-top: 7px; height: 39px;}
	    #mainNav select { display: inline-block; padding: 4px; }
	    .nivo-controlNav, .nivo-caption {display: none !important;}
	    .nivo-directionNav a {opacity: 1;}
	}

/*	#Mobile
================================================== */
	
	@media only screen and (max-width: 480px) {
		.threeBlocks, .bottomBlock, #footerNav {
			float: none !important;
			width: 96%;
			margin: 25px 2%;
		}
		.threeBlocks {overflow: hidden;}
		.formbuddyfooter input[type="text"], .formbuddyfooter input[type="password"], .formbuddyfooter textarea {
			width: 97%;
		}
		#headerLeft, #headerRight {
			width: 100%;
			float: none !important;
			overflow: hidden;
			margin: 0 ;
			text-align: center;
		}
		#search { 
			top:10px;
			width: 90%;
			margin: 0 5%;
		}
		#search input {
			width: 82%;
		}
		#header {
			height: auto;
		}



		#logo {
			margin-top: 10px;
			width: auto;
		}
		#logo a {
			margin-left: 0;
		}
		.social-icons-block, .top-right-block {
			display: none;
		}
		#main {
			float: none !important;
		}
		.twoColumns {
			width: 96%;
		}
		#sidebar {
			float: none !important;
			width: 96%;
		}
	}	 
/* Stylesheet: tpl-buddy-009 // Mobile Modified On 2015-02-26 05:48:19 */
