/*****************************************************
Layout: >2000px
******************************************************/
@media only screen and (min-width: 2000px) {
  .logo > a {
    left: -200px;
    right: unset;
  }

}

/*****************************************************
Layout: 992px - 1200px
******************************************************/
@media only screen and (max-width: 1200px) {         	
	
	
}

/*****************************************************
 Full width container if min-width 300
******************************************************/
@media only screen and (min-width: 300px) {     	
  
  .full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; 
    background: repeat scroll center bottom / cover;
    padding: 70px 0;
  }
  
  body { 	
    overflow-x: hidden;   
  }                                                 
  
}

@media only screen and (min-width: 920px) {  
.container {
  width: 920px;
}
}


/*****************************************************
 Tablet Layout: 768px- 991px 
******************************************************/


@media only screen and (max-width: 991px) {

  h2 {
  font-size: 30px;
  }
    
  .logo img {
    height:120px;
  }
  
  .logo > a {
    top: 44px;
  }
  
 .innerwrap {
  width: 768px;
  }
  
  .nav li a {
    font-size: 14px;
  }
  .nav > li > ul {
    top: 44px;
  }
  .nav li ul li a {
    font-size: 14px;
  }
  .nav ul ul {
    left: 0;
    top: 100%;
  }
  .nav ul li.sub-parent::before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid #3b6331;
    margin-top: -3px;
  }
  #slider .item h2 {
    width: 750px;
  }

}



/*****************************************************
 Mobile Layout: 481px to 767px
******************************************************/
@media only screen and (max-width: 767px) {

.navbar-fixed-top {
display:none;
}
  #tx-indexedsearch-searchbox-sword {
  width:100%;
  }

  .ce-div {
  padding:15px 0;
  }
  h2 {
  font-size: 26px;
  }
  
  h2.underline, h3.underline {
    border-bottom: 2px solid #aec750;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
    
  .logo img {
    height:100px;
    width:auto;
  }
  
  .logo > a {
    position: static;
    width: 85px;
  }
  
  .innerwrap {
  width: auto;
  }
  
  
  .navbar-toggle {
    margin-right: -8px;
    margin-top: 8px;
  }
  .navbar-toggle .icon-bar {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    height: 4px;
    margin-bottom: 5px;
    width: 35px;
  }
  header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 15;
  }
  
  .mainmenu {
    background: #f9f5ee none repeat scroll 0 0;
    min-height: 0;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 22;
  }
  .navbar-collapse {
    border-top: 0 solid transparent;
  }
  .mainmenu ul {
    margin: 0;
  }
  .nav li {
    width: 100%;
  }
  .nav li.has-children::before {
    bottom: auto;
    top: 36px;
  }
  .nav li ul {
    position: static;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .nav > li:hover > ul {
    height: auto;
    overflow: visible;
  }
  .nav ul li.sub-parent::before {
    margin-top: 0;
    top: 12px;
  }
  .nav ul ul {
    border-right: 5px solid transparent;
  }
  .nav ul li:hover ul {
    height: auto;
    overflow: visible;
  }
  	
  #slider .item img {
    margin-left: -25%;
    max-width: none;
    width: 200%;
  }
  #slider .carousel-content {
    top: 45%;
  }
  #slider .item h2 {
    margin-left: auto;
    margin-right: 0;
    width: 200px;
  }
  #slider .item h2 span {
    background: #aec750 none repeat scroll 0 0;
    display: inline;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 42px;
    padding: 2px 5px;
  }
  
  #wilderness {
    padding: 25px 0;
  }
  .wilderness-block h2,
  .research-details > h2,
  .news-title > h2 {
    font-size: 26px;
  }
  .wilderness-block h3 {
    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .testimonial p {
    margin-top: 15px;
  }
  #research {
    padding: 40px 0 0;
  }
  .research-map {
    padding: 0 60px;
    text-align: center;
  }
  .stamp h4 {
    font-size: 14px;
    height: 100px;
    margin: -30px 0 30px;
    position: relative;
    top: -40px;
    width: 100px;
  }
  .research-details {
    background: #f9f5ee none repeat scroll 0 0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
  }
  .research-details > h3 {
    font-size: 16px;
  }
  #news {
    padding: 20px 0 0;
  }
  .news-item {
    padding-left: 0;
    padding-right: 0;
  }
  .news-item-block > h4 {
    bottom: 30px;
    font-size: 26px;
  }
  .owl-controls.clickable {
    bottom: 45px;
    position: absolute;
    width: 100%;
  }
  .owl-pagination {
    display: block;
  }
  	
  .footer-nav {
    text-align: center;
  }
  .footer-nav ul li a {
    border-right: 2px solid #fff;
    font-size: 14px;
    margin-left: -4px;
    padding: 0 15px;
  }
	
	
}



/*****************************************************
Mobile Layout: 321px to 480px
******************************************************/
@media only screen and (max-width: 480px) {

.innerwrap {
    margin-left:15px;
}
  .ce-div {
  padding:0px;
  }
  
  #slider .item h2 {
    width: 150px;
  }
  #slider .item h2 span {
    line-height: 1;
    font-size: 20px;
  }
  .stamp h4 {
    top: 0;
  }
  .footer-nav ul li a {
    border-right: 1px solid #fff;
    font-size: 12px;
    padding:0px 3px 0px 8px;
  }	
}    