/*@media ( min-width: 481px ) and (max-width: 767px ) {*/
@media ( min-width: 600px ) and (max-width: 767px ) {
	.col-st,
	.col-st-4,
	.col-st-6 {
    float: left;
  }
  .col-st-12 {
    width: 100%;
  }
  .col-st-11 {
    width: 91.66666667%;
  }
  .col-st-10 {
    width: 83.33333333%;
  }
  .col-st-9 {
    width: 75%;
  }
  .col-st-8 {
    width: 66.66666667%;
  }
  .col-st-7 {
    width: 58.33333333%;
  }
  .col-st-6 {
    width: 50%;
  }
  .col-st-5 {
    width: 41.66666667%;
  }
  .col-st-4 {
    width: 33.33333333%;
  }
  .col-st-3 {
    width: 25%;
  }
  .col-st-2 {
    width: 16.66666667%;
  }
  .col-st-1 {
    width: 8.33333333%;
  }
  .col-st-pull-12 {
    right: 100%;
  }
  .col-st-pull-11 {
    right: 91.66666667%;
  }
  .col-st-pull-10 {
    right: 83.33333333%;
  }
  .col-st-pull-9 {
    right: 75%;
  }
  .col-st-pull-8 {
    right: 66.66666667%;
  }
  .col-st-pull-7 {
    right: 58.33333333%;
  }
  .col-st-pull-6 {
    right: 50%;
  }
  .col-st-pull-5 {
    right: 41.66666667%;
  }
  .col-st-pull-4 {
    right: 33.33333333%;
  }
  .col-st-pull-3 {
    right: 25%;
  }
  .col-st-pull-2 {
    right: 16.66666667%;
  }
  .col-st-pull-1 {
    right: 8.33333333%;
  }
  .col-st-pull-0 {
    right: auto;
  }
  .col-st-push-12 {
    left: 100%;
  }
  .col-st-push-11 {
    left: 91.66666667%;
  }
  .col-st-push-10 {
    left: 83.33333333%;
  }
  .col-st-push-9 {
    left: 75%;
  }
  .col-st-push-8 {
    left: 66.66666667%;
  }
  .col-st-push-7 {
    left: 58.33333333%;
  }
  .col-st-push-6 {
    left: 50%;
  }
  .col-st-push-5 {
    left: 41.66666667%;
  }
  .col-st-push-4 {
    left: 33.33333333%;
  }
  .col-st-push-3 {
    left: 25%;
  }
  .col-st-push-2 {
    left: 16.66666667%;
  }
  .col-st-push-1 {
    left: 8.33333333%;
  }
  .col-st-push-0 {
    left: auto;
  }
  .col-st-offset-12 {
    margin-left: 100%;
  }
  .col-st-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-st-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-st-offset-9 {
    margin-left: 75%;
  }
  .col-st-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-st-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-st-offset-6 {
    margin-left: 50%;
  }
  .col-st-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-st-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-st-offset-3 {
    margin-left: 25%;
  }
  .col-st-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-st-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-st-offset-0 {
    margin-left: 0;
  }
  
  /* Customize Theme */
  .menu_today figure .fig_container,
  .masonary_blog figure .fig_container,
  .blog-grid figure .fig_container,
  .latest_news figure .fig_container {
		height:45%;
  }
  
	
}