/* Mobile first queries */

/* Larger than mobile */
@media (min-width: 0px) {
		#site #grid {
			width:100%;
		}
		#site {
			background:none;
		}
		
		#mainmenuul{
			display: none;
		}
		.dd-container{
			display: block;
		}			

		#fp-image {width: 100%;}
		
		section#content-home , section#content {
			font-size: 15px;
			
		  }
		  
		footer .last {
			margin-top:40px;
			clear: both;
			float:left;
			width:270px;
			font-size: 15px;
		}	
		
		footer .last .h3 {
			font-size: 15px;
		} 
		section#content aside#right .text {
			width: auto;
		  }
	
					  
		
}

/* Larger than mobile */
@media (min-width: 400px) {
		#site #grid {
			width:100%;
		}
		#site {
			background:none;
		}
		
		#mainmenuul{
			display: none;
		}
		
		.dd-container{
			display: block;
		}
		#fp-image {width: 100%;}		
		
		footer .last {
			margin-top:40px;
			clear: both;
			float:left;
		}		
		
		footer .last .h3 {
			font-size: 15px;
		} 
		
		section#content aside#right .text {
			width: auto;
		  }
				 	
		
}

/* Larger than phablet */
@media (min-width: 550px) {
		#site #grid {
			width:100%;
		}
		#site {
			background:none;
		}
		
		.dd-container{
			display: block;
		}
		#mainmenuul{
			display: none;
		}
		#fp-image {width: 300px;}		

		footer .last {
			margin-top:40px;
			clear: both;
			float:left;
		}		

		section#content aside#right .text {
			width: auto;
		  }		
}

/* Larger than tablet */
@media (min-width: 750px) {
		#site #grid {
			width:100%;
		}
		#site {
			background:none;
		}
		
		.dd-container{
			display: none;
		}
		#mainmenuul{
			display: block;
		}		
		#fp-image {width: 300px;}
		
		
		footer .last {
			margin-top:40px;
			clear: both;
			float:left;
		}		
		 
		section#content aside#right .text {
			width: auto;
		  }
		
		

		section#content-home , section#content {
			font-size: 13px;
			
		  }
		
		
}
@media (max-width: 1000px) {
	#site #grid {
		overflow: hidden;
		padding-bottom: 0px !important;
	}
	#site #grid .bot-site {
		display: none;
	}
}
/* Larger than desktop */
@media (min-width: 1000px) {
		#site #grid {
			width:1000px;
		}
		#site {
			background:url('/static/images/bg.png') repeat-y center center;
		}
		
		
		.dd-container{
			display: none;
		}
		#mainmenuul{
			display: block;
		}		
		
		footer .last {
			margin-top:0px;
			clear: none;
			float:right;
			width:220px;
			font-size: 12px;
			
		}	

		section#content aside#right .text {
			width: 422px;
		  }
			 
		

		
		#fp-image {width: 300px;}
		
		section#content-home , section#content {
			font-size: 13px;
			
		  }
		
		
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
			
}


.dd-container label, .dd-container a {
    color: #333333 !important;
}
.dd-select .dd-selected {
    font-weight: normal !important;
    display: block;
    font-weight: bold;
    overflow: hidden;  

 	left: 0px;
    padding: 0 10px 0 10px;
    position: absolute;
      
}


.dd-container .dd-select {
    line-height: 40px;
    text-align: left !important;
    width:100%;
    
    background-image: url("/static/images/mobile_menu_bg.png") !important;
    border-color: #dadada !important;
    border-radius: 0 !important;
    height: 42px;
    line-height: 42px;
    text-align: left !important;    
}
.dd-select {
    cursor: pointer;
 	border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
    position: relative;    
    box-sizing: border-box;
	  -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	  -moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	  box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */    
}
.dd-container {
    font-size: 18px !important;
    font-weight: normal !important;
	left: 0px;
    position: absolute !important; 
}


.dd-container .dd-pointer {
    background: url("/static/images/mobile_menu_icon.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: 0 none !important;
    height: 40px !important;
    margin: 0 !important;
    right: 0px;
    top: 0px;
    width: 48px;
}
.dd-pointer-down {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid;
    border-width: 5px;
}
.dd-pointer {
    height: 0;
    margin-top: -3px;
    position: absolute;
}
* {
    outline: medium none !important;
}
.dd-options {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-shadow: 0 1px 5px #ddd;
    overflow: auto;
    position: absolute;
    z-index: 2000;
    box-sizing: border-box;
	  -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	  -moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	  box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */        
}
.dd-options li {
	width: 100%;
    box-sizing: border-box;
	  -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	  -moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	  box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */    	
}

.dd-option, .dd-option-selected {
    width: 100%;
    box-sizing: border-box;
	  -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	  -moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	  box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */        
  
  }
  
  
a.dd-option:hover {
	border-bottom: 1px solid #ddd;
 
  
  }


.dd-options li:first-child {
    display:none !important;
    
  }
  
#site #grid {
    padding-bottom: 7px;
    position: relative;
  }
#site #grid .bot-site {
	bottom: 0px;
	padding-right: 20px;
}
#site {
    overflow: hidden;
}
