/*
* COMPILED WITH LESS
*/
/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */
/* #Base 960 Grid
================================================== */

.boxed#top {
  margin: 0 auto;
  overflow: visible;
  /* position:relative; z-index: 3; */
}
.container {
  position: relative;
  width: 910px;
  margin: 0 auto;
  padding: 0px;
  clear: both;
}
/*no z-index for container_wrap or fixed bgs start disapearing when other elements transition -> weird chrome bug*/
.container_wrap {
  clear: both;
  position: relative;
  /* z-index: 1; */
  border-top-style: solid;
  border-top-width: 1px;
}
.unit,
.units {
  float: left;
  display: inline;
  margin-left: 50px;
  position: relative;
  z-index: 1;
  min-height: 1px;
}
.row {
  position: relative;
  margin-bottom: 20px;
  clear: both;
}
.boxed .container .stretch_full {
  position: relative;
  left: -50px;
}
.boxed#top {
  width: 1010px;
}
.boxed .container {
  margin: 0px 50px;
}
#wrap_all {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
/* Nested Column Classes */
body .unit.alpha,
body .units.alpha,
body div .first {
  margin-left: 0;
  clear: left;
}
body .unit.alpha,
body .units.alpha {
  width: 100%;
}
/* Base Grid */
.container .one.unit,
.container .one.units {
  width: 30px;
}
.container .two.units {
  width: 110px;
}
.container .three.units {
  width: 190px;
}
.container .four.units {
  width: 270px;
}
.container .five.units {
  width: 350px;
}
.container .six.units {
  width: 430px;
}
.container .seven.units {
  width: 510px;
}
.container .eight.units {
  width: 590px;
}
.container .nine.units {
  width: 670px;
}
.container .ten.units {
  width: 750px;
}
.container .eleven.units {
  width: 830px;
}
.container .twelve.units {
  margin-left: 0;
  width: 910px;
}
#top.boxed .stretch_full {
  width: 1010px;
}
/* Offsets */
#top .offset-by-one {
  padding-left: 80px;
}
#top .offset-by-two {
  padding-left: 160px;
}
#top .offset-by-three {
  padding-left: 240px;
}
#top .offset-by-four {
  padding-left: 320px;
}
#top .offset-by-five {
  padding-left: 400px;
}
#top .offset-by-six {
  padding-left: 480px;
}
#top .offset-by-seven {
  padding-left: 560px;
}
#top .offset-by-eight {
  padding-left: 640px;
}
#top .offset-by-nine {
  padding-left: 720px;
}
#top .offset-by-ten {
  padding-left: 800px;
}
#top .offset-by-eleven {
  padding-left: 880px;
}
/* #Desktop - Large
================================================== */@media only screen and (min-width: 1140px) {
  .responsive .boxed#top {
    width: 1130px;
  }
  .responsive .container {
    width: 1030px;
  }
  .responsive .container .one.unit,
  .responsive .container .one.units {
    width: 40px;
  }
  .responsive .container .two.units {
    width: 130px;
  }
  .responsive .container .three.units {
    width: 220px;
  }
  .responsive .container .four.units {
    width: 310px;
  }
  .responsive .container .five.units {
    width: 400px;
  }
  .responsive .container .six.units {
    width: 490px;
  }
  .responsive .container .seven.units {
    width: 580px;
  }
  .responsive .container .eight.units {
    width: 670px;
  }
  .responsive .container .nine.units {
    width: 760px;
  }
  .responsive .container .ten.units {
    width: 850px;
  }
  .responsive .container .eleven.units {
    width: 940px;
  }
  .responsive .container .twelve.units {
    width: 1030px;
  }
  .responsive #top.boxed .stretch_full {
    width: 1130px;
  }
  .responsive #top .offset-by-one {
    padding-left: 90px;
  }
  .responsive #top .offset-by-two {
    padding-left: 180px;
  }
  .responsive #top .offset-by-three {
    padding-left: 270px;
  }
  .responsive #top .offset-by-four {
    padding-left: 360px;
  }
  .responsive #top .offset-by-five {
    padding-left: 450px;
  }
  .responsive #top .offset-by-six {
    padding-left: 540px;
  }
  .responsive #top .offset-by-seven {
    padding-left: 630px;
  }
  .responsive #top .offset-by-eight {
    padding-left: 720px;
  }
  .responsive #top .offset-by-nine {
    padding-left: 810px;
  }
  .responsive #top .offset-by-ten {
    padding-left: 900px;
  }
  .responsive #top .offset-by-eleven {
    padding-left: 990px;
  }
}
/* #Desktop - Extra Large
================================================== */@media only screen and (min-width: 1340px) {
  .responsive_large .boxed#top {
    width: 1310px;
  }
  .responsive_large .container {
    width: 1210px;
  }
  .responsive_large .container .one.unit,
  .responsive_large .container .one.units {
    width: 55px;
  }
  .responsive_large .container .two.units {
    width: 160px;
  }
  .responsive_large .container .three.units {
    width: 265px;
  }
  .responsive_large .container .four.units {
    width: 370px;
  }
  .responsive_large .container .five.units {
    width: 475px;
  }
  .responsive_large .container .six.units {
    width: 580px;
  }
  .responsive_large .container .seven.units {
    width: 685px;
  }
  .responsive_large .container .eight.units {
    width: 790px;
  }
  .responsive_large .container .nine.units {
    width: 895px;
  }
  .responsive_large .container .ten.units {
    width: 1000px;
  }
  .responsive_large .container .eleven.units {
    width: 1105px;
  }
  .responsive_large .container .twelve.units {
    width: 1210px;
  }
  .responsive_large #top.boxed .stretch_full {
    width: 1310px;
  }
  .responsive_large #top .offset-by-one {
    padding-left: 105px;
  }
  .responsive_large #top .offset-by-two {
    padding-left: 210px;
  }
  .responsive_large #top .offset-by-three {
    padding-left: 315px;
  }
  .responsive_large #top .offset-by-four {
    padding-left: 420px;
  }
  .responsive_large #top .offset-by-five {
    padding-left: 525px;
  }
  .responsive_large #top .offset-by-six {
    padding-left: 630px;
  }
  .responsive_large #top .offset-by-seven {
    padding-left: 735px;
  }
  .responsive_large #top .offset-by-eight {
    padding-left: 840px;
  }
  .responsive_large #top .offset-by-nine {
    padding-left: 945px;
  }
  .responsive_large #top .offset-by-ten {
    padding-left: 1050px;
  }
  .responsive_large #top .offset-by-eleven {
    padding-left: 1155px;
  }
}
/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px, Gutter: 30px, Unit: 32px */
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .responsive #top {
    overflow-x: hidden;
  }
  .responsive .boxed#top {
    width: 782px;
  }
  .responsive .container {
    width: 682px;
  }
  .responsive .container .one.unit,
  .responsive .container .one.units {
    width: 11px;
  }
  .responsive .container .two.units {
    width: 72px;
  }
  .responsive .container .three.units {
    width: 133px;
  }
  .responsive .container .four.units {
    width: 194px;
  }
  .responsive .container .five.units {
    width: 255px;
  }
  .responsive .container .six.units {
    width: 316px;
  }
  .responsive .container .seven.units {
    width: 377px;
  }
  .responsive .container .eight.units {
    width: 438px;
  }
  .responsive .container .nine.units {
    width: 499px;
  }
  .responsive .container .ten.units {
    width: 560px;
  }
  .responsive .container .eleven.units {
    width: 621px;
  }
  .responsive .container .twelve.units {
    width: 682px;
  }
  .responsive #top.boxed .stretch_full {
    width: 782px;
  }
  .responsive #top .offset-by-one {
    padding-left: 61px;
  }
  .responsive #top .offset-by-two {
    padding-left: 122px;
  }
  .responsive #top .offset-by-three {
    padding-left: 183px;
  }
  .responsive #top .offset-by-four {
    padding-left: 244px;
  }
  .responsive #top .offset-by-five {
    padding-left: 305px;
  }
  .responsive #top .offset-by-six {
    padding-left: 366px;
  }
  .responsive #top .offset-by-seven {
    padding-left: 427px;
  }
  .responsive #top .offset-by-eight {
    padding-left: 488px;
  }
  .responsive #top .offset-by-nine {
    padding-left: 549px;
  }
  .responsive #top .offset-by-ten {
    padding-left: 610px;
  }
  .responsive #top .offset-by-eleven {
    padding-left: 671px;
  }
}
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .responsive #top {
    overflow-x: hidden;
  }
  .responsive .boxed#top {
    width: 100%;
  }
  .responsive .container {
    width: 268px;
    margin: 0 auto;
  }
  .responsive .units,
  .responsive .unit {
    margin: 0;
  }
  .responsive .container .one.unit,
  .responsive .container .one.units,
  .responsive .container .two.units,
  .responsive .container .three.units,
  .responsive .container .four.units,
  .responsive .container .five.units,
  .responsive .container .six.units,
  .responsive .container .seven.units,
  .responsive .container .eight.units,
  .responsive .container .nine.units,
  .responsive .container .ten.units,
  .responsive .container .eleven.units,
  .responsive .container .twelve.units,
  .responsive #top #wrap_all .flex_column {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .responsive #top.boxed .stretch_full {
    width: 100%;
  }
  /* Offsets */
  .responsive #top .offset-by-one,
  .responsive #top .offset-by-two,
  .responsive #top .offset-by-three,
  .responsive #top .offset-by-four,
  .responsive #top .offset-by-five,
  .responsive #top .offset-by-six,
  .responsive #top .offset-by-seven,
  .responsive #top .offset-by-eight,
  .responsive #top .offset-by-nine,
  .responsive #top .offset-by-ten,
  .responsive #top .offset-by-eleven {
    padding-left: 0;
  }
}
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive #top {
    overflow-x: hidden;
  }
  .responsive .boxed#top {
    width: 100%;
  }
  .responsive .container {
    width: 428px;
    margin: 0 auto;
  }
  .responsive .units,
  .responsive .unit {
    margin: 0;
  }
  .responsive .container .one.unit,
  .responsive .container .one.units,
  .responsive .container .two.units,
  .responsive .container .three.units,
  .responsive .container .four.units,
  .responsive .container .five.units,
  .responsive .container .six.units,
  .responsive .container .seven.units,
  .responsive .container .eight.units,
  .responsive .container .nine.units,
  .responsive .container .ten.units,
  .responsive .container .eleven.units,
  .responsive .container .twelve.units,
  .responsive #top #wrap_all .flex_column {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .responsive #top.boxed .stretch_full {
    width: 100%;
  }
}
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Use clearfix class on parent to clear nested units,
    or wrap each row of units in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.flex_column:before,
.flex_column:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.flex_column:after,
.clearfix:after {
  clear: both;
}
.row,
.clearfix {
  zoom: 1;
}
/* You can also use a <br class="clear" /> to clear units */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* Columns for better content separation
================================================== */
body div .first,
body div .no_margin {
  margin-left: 0;
}
div .flex_column {
  z-index: 1;
  float: left;
  position: relative;
  min-height: 1px;
  width: 100%;
}
div .av_one_fifth {
  margin-left: 6%;
  width: 15.2%;
}
div .av_one_fourth {
  margin-left: 6%;
  width: 20.5%;
}
div .av_one_third {;
  width: 33.333333333333332%;
}
div .av_two_fifth {
  margin-left: 6%;
  width: 36.4%;
}
div .av_one_half {
  width: 100%;
}
div .av_three_fifth {
  margin-left: 6%;
  width: 57.599999999999994%;
}
div .av_two_third {
  margin-left: 6%;
  width: 64.66666666666666%;
}
div .av_three_fourth {
  margin-left: 6%;
  width: 73.5%;
}
div .av_four_fifth {
  margin-left: 6%;
  width: 78.8%;
}
div .av_one_sixth {
 width: 100%;
}
div .av_one_seventh {
  margin-left: 6%;
  width: 9.142857142857142%;
}
div .av_one_eighth {
  margin-left: 6%;
  width: 7.25%;
}
div .av_one_nineth {
  margin-left: 6%;
  width: 5.777777777777778%;
}
div .av_one_tenth {
  margin-left: 6%;
  width: 4.6%;
}
.fullsize .grid-col-4 .grid-image{height: 161px;}
.div .av_one_third .grid-image{height: 249px;}
div .av_one_half .grid-image, .grid-image img{height: auto;}


	@media only screen and (min-width: 1140px) {

	.responsive .fullsize .grid-col-4 .grid-image{height: 183px;}
	div .av_one_third .grid-image{height: 276px;}
	div .av_one_half .grid-image, .grid-image img {height: auto;}

	}

	@media only screen and (min-width: 1340px) {

	.responsive_large .fullsize .grid-col-4 .grid-image{height: 215px;}
	div .av_one_third .grid-image{height: 325px;}
	div .av_one_half .grid-image, .grid-image img {height: auto;}

	}

	@media only screen and (min-width: 0px) and (max-width: 989px) {

	.responsive .fullsize .grid-col-4 .grid-image{height: 121px;}
	.div .av_one_third .grid-image{height: 183px;}
	div .av_one_half .grid-image, .grid-image img {height: auto;}

	}
/* Columns for better content separation (no margin)
================================================== */
#top div .no_margin {
  margin-left: 0;
  margin-top: 0;
}
#top .no_margin.av_one_fifth {
  width: 20%;
}
#top .no_margin.av_one_fourth {
  width: 25%;
}
#top .no_margin.av_one_third {
  width: 33.3%;
}
#top .no_margin.av_two_fifth {
  width: 40%;
}
#top .no_margin.av_one_half {
  width: 50%;
}
#top .no_margin.av_three_fifth {
  width: 60%;
}
#top .no_margin.av_two_third {
  width: 66.6%;
}
#top .no_margin.av_three_fourth {
  width: 75%;
}
#top .no_margin.av_four_fifth {
  width: 80%;
}
#top .no_margin.av_one_sixth {
  width: 16.666666666666668%;
}
#top .no_margin.av_one_seventh {
  width: 14.285714285714286%;
}
#top .no_margin.av_one_eighth {
  width: 12.5%;
}
#top .no_margin.av_one_nineth {
  width: 11.11111111111111%;
}
#top .no_margin.av_one_tenth {
  width: 10%;
}
/*breaking point logic for the common  1/4 element in ipads. makes sure that it converts to a 1/2 element in most cases*/
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .responsive .av_one_fourth.first.el_before_av_one_fourth,
  .responsive .av_one_fourth.first + .av_one_fourth,
  .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth,
  .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth,
  .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth,
  .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth + .av_one_fourth,
  .responsive .avia-content-slider-inner .av_one_fourth {
    margin-left: 4%;
    width: 48%;
  }
  .responsive .av_one_fourth.first.el_before_av_one_fourth,
  .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth,
  .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth,
  .responsive .av_one_fourth.first + .av_one_fourth + .av_one_half,
  .responsive .avia-content-slider-inner .av_one_fourth.first {
    margin-left: 0%;
    clear: both;
  }
  .responsive .av_one_half.first.el_before_av_one_fourth,
  .responsive .av_one_fourth.first + .av_one_fourth + .av_one_half,
  .responsive .avia-content-slider-inner .av_one_fourth {
    width: 100%;
  }
  .responsive .av_one_half.first + .av_one_fourth,
  .responsive .av_one_half.first + .av_one_fourth + .av_one_fourth,
  .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth,
  .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth,
  .responsive .av_one_fourth.first + .av_one_fourth + .av_one_half {
    margin-top: 30px;
  }
}


.grid-sort-container{
clear: both;
position: relative;
z-index: 20;
}

.avia_sortable_active .isotope, .avia_sortable_active .isotope .isotope-item {
  /* change duration value to whatever you like */
	-webkit-transition-duration: 0.6s;
	   -moz-transition-duration: 0.6s;
			transition-duration: 0.6s;
}

.avia_sortable_active .isotope {

	-webkit-transition-property: height, width;
	   -moz-transition-property: height, width;
			transition-property: height, width;
}

.avia_sortable_active .isotope .isotope-item {

	-webkit-transition-property: -webkit-transform, opacity;
	   -moz-transition-property:    -moz-transform, opacity;
			transition-property:         transform, opacity;

}

#top .isotope.no-transition,
#top .isotope.no-transition .isotope-item,
#top .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}


.isotope_activated .isotope-item{
margin-left:0;
}

#top .isotope-item{
z-index: 2;
}

#top .isotope-hidden{
z-index: 1;
}


/*1 column entry*/
#top .isotope-item.av_fullwidth{
    margin-bottom: 20px;
}

/*special layout for 1 column entry*/
#top .isotope-item.special_av_fullwidth .av_table_col.grid-content{
    width: 30%;
}

#top .isotope-item.special_av_fullwidth .av_table_col .entry-title{
    margin: 10px 0 20px;
}

#top .isotope-item.special_av_fullwidth .av_table_col .grid-entry-excerpt {
    font-size: 12px;
    font-style: normal;
}

#top .isotope-item.special_av_fullwidth .av_table_col .avia-arrow {
z-index: 5;
margin: -5px 0 0 0;
top: 50%;
right: -5px;
left: auto;
}


/*single entries*/
.grid-entry{ padding-bottom:1px; overflow: visible;}
.grid-entry .avia-arrow{ border:none; top: -4px; }
.grid-entry .inner-entry {margin-right: 2px; /* box-shadow:0px 0px 0px 1px rgba(0, 0, 0, 0.1);  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2); */ position: relative;}
.grid-image {display:block; width:100%; position: relative; overflow: hidden; }
.grid-image img{width:100%; display: block;}
.grid-content{padding:20px; position: relative;}
.grid-entry-title{font-size:13px; margin:0; padding:0; font-weight: 500;}
.grid-entry-excerpt{font-size: 12px; font-style: italic; margin-bottom: -2px;}
.with-excerpt-container .grid-entry{text-align: center;}




.grid-circle .inner-entry {
margin: 0;
border-radius: 999px;
overflow: hidden;
}

.grid-circle .grid-content {
padding: 16px 35px 45px;
position: absolute;
bottom: 0; left: 0; right: 0;
text-align: center;
}

.pagination-portfolio .pagination{padding:20px 0;}


/*within color section*/
.avia-section .pagination-portfolio .pagination{padding:16px;}


/* pseudo 'ajax' portfolio */
.portfolio_preview_container{
position: relative;
clear: both;
width:100%;
overflow: hidden;
display:none;
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 17px 1px;
margin-bottom: 25px;
}

.portfolio-details-inner {
display: none;
clear: both;
width: 100%;
position: relative;
overflow: hidden;
border-style: solid;
border-width: 1px;
}

.portfolio-preview-title{
font-size: 22px;
}


.ajax_slide {
display: block;
clear: both;
width: 100%;
overflow: hidden;
position: absolute;
left: 120%;
top: 0;
z-index: 1;
}

.ajax_slide.open_slide {
display: block;
position: relative;
left: 0;
z-index: 2;
}


.ajax_slide .inner_slide{
display: table;
position: relative;
table-layout: fixed;
}

.av_table_col{
display: table-cell;
vertical-align: top;
position: relative;
}

.portfolio-preview-image{
width:66.6%;
}

.portfolio-preview-content{
width:33.4%;
padding:63px 30px 30px 30px;
}

.portfolio_preview_container .portfolio-details-inner .no_portfolio_preview_gallery{
width:100%;
}

div .portfolio-preview-image .avia-slideshow{
margin:0;
}

div .portfolio-preview-image .avia-slideshow img{
border-radius:0;
}

#top .portfolio-preview-image .avia-gallery{
padding:0;
margin-bottom: -1px;
}

#top .portfolio-preview-image .avia-gallery .avia-gallery-big{
border-top:none;
border-left:none;
border-right:none;
position: relative;
margin-bottom: -1px;
padding:0;
border-radius:0;
}

#top .portfolio-preview-image .avia-gallery-thumb{
position: relative;
margin-right: -1px;
}

#top .portfolio-preview-image .avia-gallery-thumb img{
border-left:none;
}

#top .portolio-preview-list-image, #top .portolio-preview-list-image img{
display:block;
position: relative;
width:100%;
}

#top .portolio-preview-list-image{
border-bottom-style: solid;
border-bottom-width: 1px;
}


div .portfolio-preview-image{
border-right-style: solid;
border-right-width: 1px;
}

div .portfolio-preview-image:last-child{border:none;}

.portfolio-preview-content .avia-arrow {
top: 50%;
left: -1px;
margin-top: -6px;
border-right: none;
border-top: none;
z-index: 510;
}

.open_container, .open_container .portfolio-details-inner {
display: block;
height: auto;
}

.ajax_controlls{
position: absolute;
z-index: 100;
right:0;
top:0;
}

.ajax_controlls a {
text-decoration: none;
line-height: 40px;
width: 40px;
height: 40px;
display: block;
float: left;
margin-left: -1px;
overflow: hidden;
border-style: solid;
border-width: 1px;
border-radius: 0px;
text-align: center;
}

.avia_loading_icon{
background: #000 url("../images/layout/preload-dark-big.gif") no-repeat center center;
height:60px;
width:60px;
position: fixed;
top:50%;
left:50%;
margin-top:-30px;
margin-left:-30px;
display:none;
z-index: 10000;
border-radius: 			30px;
}



/*deactivate gallery animation*/
.avia_transform .portfolio-preview-image .avia-gallery-thumb img{
opacity: 1;
}

.avia_transform .portfolio-preview-image .avia-gallery-thumb  img.avia_start_animation{
-webkit-animation: none;
-moz-animation:    none;
animation:         none;
}


/*different portfolio sizes*/
.js_active .grid-image{opacity: 0;}

.fullsize .grid-col-4 .grid-image{height: 161px;}
.fullsize .grid-col-3 .grid-image{height: 249px;}


	@media only screen and (min-width: 1140px) {

	.responsive .fullsize .grid-col-4 .grid-image{height: 183px;}
	.responsive .fullsize .grid-col-3 .grid-image{height: 276px;}

	}

	@media only screen and (min-width: 1340px) {

	.responsive_large .fullsize .grid-col-4 .grid-image{height: 215px;}
	.responsive_large .fullsize .grid-col-3 .grid-image{height: 325px;}

	}

	@media only screen and (min-width: 768px) and (max-width: 989px) {

	.responsive .fullsize .grid-col-4 .grid-image{height: 121px;}
	.responsive .fullsize .grid-col-3 .grid-image{height: 183px;}

	}

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

	.responsive .fullsize .grid-col-4 .grid-image,
	.responsive .fullsize .grid-col-3 .grid-image{height: auto;}

	.responsive .portfolio-preview-image,
    .responsive .portfolio-preview-content{ display:block; width:100%; border-right:none;}
	.responsive .portfolio-preview-content{border-top-style: solid; border-top-width: 1px; }
	.responsive .ajax_slide .inner_slide{display:block;}
	.responsive .ajax_slide .av_table_col{display:block;padding: 30px;}
	}


