@charset "utf-8";


ul, ol { list-style: none; }

a {
  text-decoration: none;
  color: #939598;
}

a:hover { text-decoration: none; }

sup { vertical-align: text-top; } 

sub { vertical-align: text-bottom; }


legend { color: #000; } /* for ie6 */

fieldset, img { border: 0; } 

/*button, input, select, textarea { font-size: 100%; }*/


table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*clearfix*/

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after { clear: both; }

.clearfix { zoom: 1; }

/*jquery.picEyes*/

.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}

.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/close.png) no-repeat;
  z-index: 250;
  display: none;
}

.pictures_eyes_but {
  position: fixed;
  bottom: 0px;
  left: 0;
  text-align:center;
  display: inline-block;
  width: 100%;
  height: auto;
  z-index: 250;
  display: none;
}

.button {
  display: inline-block;
  border-radius: 50px;
  background-color: #ffb400;
  border: none;
  color: #313130;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  min-width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 15px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}


.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 15px;
  z-index: 199;
  display: none;
  padding-top: 0px;
  text-align: center;
}

.pictures_eyes_in {
  position: relative;
  text-align: center;
}

.pictures_eyes_in img { max-height: 500px;}


.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.pictures_eyes_in .prev {
  left: 10px;
  background: url(../images/gallery_lnav.png) no-repeat;
}

.pictures_eyes_in .next {
  right: 10px;
  background: url(../images/gallery_rnav.png) no-repeat;
}

.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 50px;
  width: 100%;
  text-align: center;
  z-index: 299;
}

.pictures_eyes_indicators a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 0px;
  box-shadow: 0 0 0px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}

.pictures_eyes_indicators img { height: 40px; }

.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}

.galthumb {border-radius: 20px; border-style: dotted; border-width:2px; border-color:#808080; }

.left{float:left;}
.right{float:right;}
.clear{clear:both;}

/*
@media (max-width: 639px) and (min-width: 480px){

.pictures_eyes_in img { max-height: 250px;}

}

@media (max-width: 479px) and (min-width: 320px){

.pictures_eyes_in img { max-height: 200px;}

{
*/

@media only screen and (min-device-width :801px) and (max-device-width : 1024px) {
	.pictures_eyes_in img {max-height: 500px;}
	.pictures_eyes {padding-top: 30px;}
}
@media only screen and (min-device-width : 769px) and (max-device-width : 800px) {
	.pictures_eyes_in img {max-height: 300px;}
	.pictures_eyes {padding-top: 30px;}
}
@media only screen and (min-device-width : 737px) and (max-device-width : 768px) {
	.pictures_eyes_in img {max-height: 350px;}
	.pictures_eyes {padding-top: 150px;}
}
@media only screen and (min-device-width : 640px) and (max-device-width : 736px) {
	.pictures_eyes_in img {max-height: 300px;}
}
@media only screen and (min-device-width : 600px) and (max-device-width : 639px) {
	.pictures_eyes_in img {max-height: 350px;}
	.gal > li img {width:230px; height:auto; margin:10px; cursor:pointer;}
	.pictures_eyes {padding-top: 150px;}
}

@media only screen and (min-device-width : 568px) and (max-device-width : 599px) {
	.pictures_eyes_in img {max-height: 250px;}
	.gal > li img {width:210px; height:150px; margin:10px; cursor:pointer;}
}

@media only screen and (min-device-width : 412px) and (max-device-width : 567px) {
	.pictures_eyes_in img {max-height: 250px;}
	.gal > li img {width:320px; height:200px; margin:10px; cursor:pointer;}
	.pictures_eyes {padding-top: 50px;}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 411px) {
	.pictures_eyes_in img {max-height: 220px;}
	.gal > li img {width:290px; height:auto; margin:10px; cursor:pointer;}
	.pictures_eyes {padding-top: 50px;}
}

@media only screen and (min-device-width : 360px) and (max-device-width : 374px) {
	.pictures_eyes_in img {max-height: 220px;}

	.gal > li img {width:280px; height:auto; margin:10px; cursor:pointer;}

	.pictures_eyes {padding-top: 50px;}
}

@media only screen and (min-device-width : 250px) and (max-device-width : 320px) {

	.pictures_eyes_in img {max-height: 200px;}

	.gal > li img {width:250px; height:auto; margin:10px; cursor:pointer;}

	.pictures_eyes {padding-top: 40px;}

}