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

  .grid_cell_img{
    width: 100%;
  }

  .grid_cell_img_abs{
  	position: relative;
    top: auto;
    left: auto;
    transform: translate(0,0);
  }

  .grid_cell_img img{
  	position: relative;
  	max-width:100% !important;
  	height:auto;
  }

  .toolTab{
    line-height: 110px;
  }

  .tabWrapperLine{
    display:none;
  }

  .tabContent{
    display:block !important;
    border:1px solid var(--accent-color);
  }

  .tabBigTitle{
    font-weight:bold;
    font-size:2.5em;
  }

  .buyTagline{
    font-size:1.5em;
  }

  .fe_btn{
    margin-left:auto !important;
  }

  #mobile_menu{
    display:block;
  }
  .pack_folder{
    width:50%;
  }

 #footer{
    display:none;
  }

  /* .frame_left{
    display:block;
    position:fixed;
    top:0;
    left:0;
    height:30px;
    width:100%;
    z-index:1;
  } */

.frame_left{
  display:none;
}

#footer{
  margin-bottom:100px;
  padding-bottom:100px;
}

/* #frame_right{
  padding-top:30px;
} */

.flexWidth{
  width:85%;
  padding:2px;
}

  #menu_left{
    height:30px;
    width:100%;
  }
  #menu_items{
  	height:46px;
    background-color: #0b0b0b;

  }

  .infoblockContent{
  	text-align: left;
    margin:0px !important;
    width:100%;
  }


  .blockLayout{
    width:100%;
  }
  .blockLayout .bleft,.blockLayout .bright{
    text-align: center;
    display:block;
    float:none;
    margin-left:auto;
    margin-right:auto;
    width:100%;
  }

  /* .frame_left .menu_item,.frame_left .submenu_item{
      display:inline-block;
      border-top:0px;
      border-bottom:1px solid #282828;
      border-left:1px solid #282828;
      border-right:1px solid #212121;
      padding:10px;
      background-color: #0b0b0b;
  } */

  .menu_item{
    position:relative;
  	display:inline-block;
  	cursor: pointer;
  	color:#FFFFFF;
  	overflow: hidden;
    height:100%;
    text-align: center;
  }

  .menu_item,.menu_item a,.menu_item a:hover,.menu_item a:active{
    color:#FFFFFF;
  }

  .top_logo_home{
  	padding-top:0px;
  	padding-bottom:0px;
  	padding:0px;
    width:60px;
  }
  .top_breadcrumb,.top_logo_home{
    display:none;
  }
  .halfWidth img{
    max-width:100%;
  }
  .scriptGif img,.youtubeThumb img{
    max-width:100%;
  }
  .youtubeFrame,.menu_title,.menu_accordion,.accordion,.mobileHide{
  	display:none !important;
  }

  .mobileShow{
    display:inline-block !important;
  }

  .youtubeThumb{
    cursor: pointer;
    display:block !important;
  }
  .scriptBody,.scriptsWrapper{
    padding:5px;
  }

  .scriptBody{
    width:100%;
  }

  .oneliner{
    width:100%;
  }
  .top_wrapper{
    padding:0px;
  }
  .grid_cell{
    padding: 5px;
    width:95% !important;
  }
  .grid_cell_img{
    max-height:400px;
  }
  .grid_cell_img img{
    position:relative;
    display:block;
  	max-width:400px;
  	max-height:280px;
    margin-top:5px;
  }

  #footer_bottom_right .footerIcons{
    display:inline-block;
    position:relative;
  }

  .smallBuy{
    text-align:center;
  }

  .smallBuyInner{
	   max-width:85%;
  }

  #footer_bottom_left{
	  left:50%;
	  -webkit-transform: translateX(-50%);
	  -ms-transform: translateX(-50%);
	  transform: translateX(-50%);
  }
  #footer_bottom_right{
    width:100%;
    bottom:50px;
    text-align:center;
  }
  #footer_bottom_right a{
  	font-size: 3em;
  	margin:0px;
    padding:0px 10px 0px 10px;
  }
  .fullWidthImg{
  	max-width:100% !important;
  }
  .download_block{
  	max-width:350px;
  	}
  .download_block_inner{
  	float:none;
  }
}

@media only screen and (max-width: 1350px) {
  .blockLayout .bleft,.blockLayout .bright{
      max-width:350px;
  }
  /* .youtubeFrame iframe{
  	width:800px;
  	height:450px;
  } */
}
