/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {    margin: 0;  padding: 0; border: 0;  vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {    display: block;}body {  line-height: 1;}ol, ul {    list-style: none;}blockquote, q {   quotes: none;}blockquote:before, blockquote:after,q:before, q:after {   content: '';    content: none;}table {  border-collapse: collapse;  border-spacing: 0;}

.link-quote{ margin-top:0px; margin-bottom:7px; background:none; border:none;color:#f5831f;text-decoration:none; font-size:15px; font-weight:bold;cursor: pointer;}
.link-quote:hover{ margin-top:0px; margin-bottom:7px; background:none; border:none;color:#f5831f;text-decoration:underline; font-size:15px; font-weight:bold;}

.pr-button{padding-bottom:20px; float:left;}
.ne-button{padding-bottom:20px; margin-right:30px; float:right}

.gallery {
    font-size: 12px;
    margin: auto;
    max-width: 1050px;
    min-width: 420px;
	margin-top:10px;
}

.gallery:after{
  content: '';
  display: inline-block;
  width: 100%;
}

.gallery .gal-div1,
.gallery .gap{
  display: inline-block;
  width: 22%;
}

.gallery .gal-div1{
  text-align: center;
  margin-bottom: 3.5%;
  margin-right: 2.66%;
  vertical-align: top;
  -webkit-box-shadow: 0 10px 10px -10px #333;box-shadow: 0 10px 10px -10px #333;  
 }

.gallery__item {
    position: relative;
    display:-moz-inline-stack;
    display:inline-block;
    vertical-align:top;
    zoom: 1;
    *display:inline;
     max-width: 100%; display:block;height: auto; 
    /* margin: 0 3% 3% 0;
   -webkit-box-shadow: 0 10px 10px -10px #333;
    box-shadow: 0 10px 10px -10px #333;*/
	padding-bottom:0px;
	color:#646464;
}

.gallery__item:hover {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
	/*-webkit-box-shadow: 0 10px 10px -10px #333;
    box-shadow: 0 10px 10px -10px #333;*/
	color:#2b2b2b;	
}

.gallery__item-cover {
    display: none;
}

.gallery__item:hover .gallery__item-cover {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../gallery/zoom.png) 50% no-repeat;
    background: rgba(255, 255, 255, 0.2) url(../gallery/zoom.png) 50% no-repeat;
}

.gallery__item-img,
.slider__cur-img {
    width: 100%;
    height: auto !important;
    max-width: 100%;
}

.slider {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
	z-index:9999;
}

.slider__table {
    width: 100%;
    height: 100%;
    border: 0;
}

.slider__table-td {
    text-align: center;
    vertical-align: middle;  
}

.slider__table-td-inner {
    margin: auto;
    width: 100%;
    max-width: 690px;
}

.slider__table-td2 {
    text-align: center;
    vertical-align: middle;  
}

.slider__table-td-inner2 {
    margin: auto;
    width: 100%;
    max-width: 350px;
}


.slider__table-td3 {
    text-align: center;
    vertical-align: middle;  
}

.slider__table-td-inner3{
    margin: auto;
    width: 100%;
    max-width: 430px;
}

.slider__table-td4 {
    text-align: center;
    vertical-align: middle;  
}

.slider__table-td-inner4{
    margin: auto;
    width: 100%;
    max-width: 885px;
}


.slider__table-td-item-number {
    font: 700 20px Georgia;
    text-align: center;
    color: #fff;
    margin: -5px 0 5px;
}

.slider__table-td-item-title {
    width: 100%;
    max-width: 140px;
    margin: 5px auto 0;
    padding: 0 10px;
    font: 16px/1.2 Georgia;
    color: #fff;
    text-align: left;
}

.slider__btn {
   position: absolute;
   top: 0;
   bottom: 0;
   opacity: 0.2;
   text-decoration: none;
}

.slider__btn:hover {
    text-decoration: none;
    opacity: 1;
}

.slider__btn_prev {
    left: 0;
    width: 50%;
    z-index: 10;
    border-left: 40px solid transparent;
    background: url("../gallery/arr-left.png") 0 50% no-repeat;
    outline: 0;
}

.slider__btn_next {
    left: 50%;
    right: 0;
    z-index: 10;
    border-right: 40px solid transparent;
    background: url("../gallery/arr-right.png") 100% 50% no-repeat;
    outline: 0;
}

.slider__btn_close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 35px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    opacity: 0.2;
    background: url("../gallery/close.png") 50% no-repeat;
    z-index: 11;
}

.slider__btn_close:hover {
    opacity: 1;
}


@media handheld, only screen and (max-width: 853px) {
	
.gallery .gal-div1,
.gallery .gap{
  display: inline-block;
  width: 29%;
}

.gallery .gal-div1{
  text-align: center;
  margin-bottom: 4.5%;
  margin-right: 2.66%;
  vertical-align: top;
  -webkit-box-shadow: 0 10px 10px -10px #333;box-shadow: 0 10px 10px -10px #333;  
 }
	
.slider__table-td-inner {
    margin: auto;
    width: 100%;
    max-width: 460px;
}


.slider__table-td-inner2 {
    margin: auto;
    width: 100%;
    max-width: 240px;
}


.slider__table-td-inner3{
    margin: auto;
    width: 100%;
    max-width: 290px;
}

.slider__table-td-inner4{
    margin: auto;
    width: 100%;
    max-width: 560px;
}	
}



@media handheld, only screen and (max-width: 667px) {
	
.gallery .gal-div1,
.gallery .gap{
  display: inline-block;
  width: 30%;
}

.gallery .gal-div1{
  text-align: center;
  margin-bottom: 4.5%;
  margin-right: 2.66%;
  vertical-align: top;
  -webkit-box-shadow: 0 10px 10px -10px #333;box-shadow: 0 10px 10px -10px #333;  
 }
 
.slider__table-td-inner {
    margin: auto;
    width: 100%;
    max-width: 410px;
}


.slider__table-td-inner2 {
    margin: auto;
    width: 100%;
    max-width: 210px;
}


.slider__table-td-inner3{
    margin: auto;
    width: 100%;
    max-width: 250px;
}

.slider__table-td-inner4{
    margin: auto;
    width: 100%;
    max-width: 550px;
}	
	
		
	
}

@media handheld, only screen and (max-width: 568px) {
	
.gallery .gal-div1,
.gallery .gap{
  display: inline-block;
  width: 43%;
}

.gallery .gal-div1{
  text-align: center;
  margin-bottom: 6.5%;
  margin-right: 2.66%;
  vertical-align: top;
  -webkit-box-shadow: 0 10px 10px -10px #333;box-shadow: 0 10px 10px -10px #333;  
 }
 
.slider__table-td-inner {
    margin: auto;
    width: 100%;
    max-width: 350px;
}


.slider__table-td-inner2 {
    margin: auto;
    width: 100%;
    max-width: 180px;
}


.slider__table-td-inner3{
    margin: auto;
    width: 100%;
    max-width: 220px;
}

.slider__table-td-inner4{
    margin: auto;
    width: 100%;
    max-width: 460px;
}	
	
	
}

@media handheld, only screen and (max-width: 480px) {
	
	.pr-button{padding-bottom:20px; text-align:center; float:none;}
.ne-button{padding-bottom:20px;text-align:center; float:none; margin:0px;}

	
	
	.gallery {
    margin: auto;
    max-width: 90%;
    min-width: 90%;
	margin-top:10px;
}
	
	.gallery .gal-div1,
.gallery .gap{
  display: inline-block;
  width:90%;
}

.gallery .gal-div1{
  text-align: center;
  margin-bottom: 6.5%;
  margin: 4%;
  vertical-align: top;
  -webkit-box-shadow: 0 10px 10px -10px #333;box-shadow: 0 10px 10px -10px #333;  
 }
 
.slider__table-td-inner {
    margin: auto;
    width: 100%;
    max-width: 350px;
}


.slider__table-td-inner2 {
    margin: auto;
    width: 100%;
    max-width: 320px;
}


.slider__table-td-inner3{
    margin: auto;
    width: 100%;
    max-width: 320px;
}

.slider__table-td-inner4{
    margin: auto;
    width: 100%;
    max-width: 320px;
}	
	
	
}

