@charset "utf-8";

/*form*/
input[type=text],input[type=password],input[type=file],textarea,select{padding:11px 50px 11px 12px;color:#6a6a6a;background-color:#FFF !important;opacity:.7;letter-spacing:.06em;border:0;transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;-webkit-transition:opacity .2s ease-out}
input[type=button],input[type=submit],input[type=reset]{display:inline-block;outline:0;cursor:pointer;text-align:center;text-decoration:none;font-size:1.2rem;padding:8px 12px;border:0;text-transform:uppercase;margin:0 2px;color:#3e474e}
input:focus,textarea:focus,select:focus{outline:0;opacity:1}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: rgba(0,0,0,.5)}
input:-moz-placeholder, textarea:-moz-placeholder{color: rgba(0,0,0,.5)}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{color: rgba(0,0,0,.5)}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder{color: rgba(0,0,0,.3)}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder{color: rgba(0,0,0,.3)}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder{color: rrgba(0,0,0,.3)}

.isearch  { background:#FFF url(images/form/i-s.png)  no-repeat right !important;}
.isubscr  { background:#FFF url(images/form/i-sub.png)  no-repeat right !important;}


/* button styles*/
.blue {
	background: rgb(73,155,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,155,234,1)), color-stop(100%,rgba(32,124,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
}

.blue:hover {
	background: rgb(47,151,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(47,151,255,1) 0%, rgba(47,151,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,151,255,1)), color-stop(100%,rgba(47,151,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(47,151,255,1) 0%,rgba(47,151,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(47,151,255,1) 0%,rgba(47,151,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(47,151,255,1) 0%,rgba(47,151,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(47,151,255,1) 0%,rgba(47,151,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f97ff', endColorstr='#2f97ff',GradientType=0 ); /* IE6-9 */
}
.blue:active {
	background: rgb(47,151,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(47,151,255,1) 0%, rgba(47,151,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,151,255,1)), color-stop(100%,rgba(47,151,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(47,151,255,1) 0%,rgba(47,151,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(47,151,255,1) 0%,rgba(47,151,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(47,151,255,1) 0%,rgba(47,151,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(47,151,255,1) 0%,rgba(47,151,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f97ff', endColorstr='#2f97ff',GradientType=0 ); /* IE6-9 */
}



.grey {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

.grey:hover {
	background: rgb(237,237,237);
	background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(53%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
}
.grey:active {
	background: rgb(237,237,237);
	background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(53%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
}



/*grid*/
.grid_1000,.grid_700,.grid_500,.grid_350,.grid_333,.grid_310,.grid_300,.grid_250,.grid_650,.grid-cust{display:inline;float:left;position:relative; min-height:10px}
.grid_1000{	width: 1000px;}
.grid_650{width:650px}
.grid_700{width:700px}
.grid_500{width:500px}
.grid_350{width:350px}
.grid_333{width:333px}
.grid_310{width:310px}
.grid_300{width:300px}
.grid_250{width:250px}

.grid{display:inline;float:left;margin:0; min-height:30px}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:before,.clearfix:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both}
.clearfix{zoom:1}


/* menu */
ul#topnav{margin:0;padding:0;width:100%;list-style:none; font-weight:300;}
ul#topnav a:hover{text-decoration:none;color:#FFF}
ul#topnav li{float:left;position:relative;line-height:20px; }
ul#topnav>li:first-child {margin-left:0;}
ul#topnav li a{float:left;color:#FFF;font-size:1.54rem; text-transform:uppercase; padding:15px 25px;}
ul#topnav>li:hover a, ul#topnav>li a:hover{background:rgba(240,56,62, .99)}
ul#topnav li .sub{position:absolute; background:rgba(37,49,102, .9); top:50px;left:0;z-index:100;padding:0;float:left;display:none;-moz-box-shadow:0 5px 8px -1px rgba(0,0,0,0.3),0 -3px 0 0 #5f5f5f;-webkit-box-shadow:3px 3px 5px -1px rgba(0,0,0,0.3),0 0 0 0 #5f5f5f;-o-box-shadow:3px 3px 5px -1px rgba(0,0,0,0.3),0 0 0 0 #5f5f5f;box-shadow:3px 3px 5px -1px rgba(0,0,0,0.3),0 0 0 0 #5f5f5f}
ul#topnav li .row{clear:both;float:left;width:100%;margin-bottom:10px}
ul#topnav li .sub ul{list-style:none;margin:0;padding:0;width:250px;float:left;padding:10px 0; letter-spacing:normal}
ul#topnav .sub ul li{width:100%;line-height:normal; background:none !important;}
ul#topnav .sub ul li a{float:none;text-indent:0;height:auto;padding:8px 16px; background:none !important; display:block;font-size:1.4rem;text-decoration:none;  text-transform:none !important; color:#FFF;margin:0}
ul#topnav .sub ul li a:hover{color:#FFF; background:rgba(240,56,62, 1) !important;  }
ul#topnav .sub ul li:last-child a{border-bottom:none}

ul#topnav .sub .sub{left:200px; top:0px;}


/* home news slider */
#slides{padding:15px 5px 15px 5px}
.slides_container{width:990px;display:none;padding:0}
#slides:hover .next,#slides:hover .prev{opacity:1}
.slides_container div.slide{width:990px;height:300px;display:block}
.next,.prev{opacity:0;top:72px;right:5px;position:absolute;width:30px;height:50px;text-indent:-9999px;display:inline-block;background:rgba(240,56,62,.9) url(images/next.png) no-repeat center;z-index:99}
.prev{left:5px;background:rgba(240,56,62,.9) url(images/prev.png) no-repeat center}
.next:hover,.prev:hover {background-color:rgba(240,56,62,1)}
.pagination{list-style:none;margin:0;padding:0}
.pagination .current a{color:red;display:block}


/* top slider */
#full-width-slider{width:100%;color:#000}
.coloredBlock{padding:12px;background:rgba(255,0,0,0.6);color:#FFF;width:200px;left:20%;top:5%}
.infoBlock{position:absolute;right:20px;left:auto;max-width:30%;padding-bottom:0;background:#FFF;background:rgba(255,255,255,0.8);overflow:hidden;padding:15px}
.infoBlockLeftBlack{height:30%;bottom:20px;left:20px;color:#FFF;background:#000;background:rgba(0,0,0,0.65);right:auto}
.infoBlock h4{font-size:4rem;font-weight:normal;line-height:1.2;margin:0;padding-bottom:3px}
.infoBlock h5{font-size:2.6rem;line-height:1.2;margin:0;color:#f8b50f;padding-bottom:3px}
.infoBlock p{font-size:1.4rem;margin:4px 0 0}
.infoBlock a{color:#FFF;text-decoration:underline}
.photosBy{position:absolute;line-height:24px;font-size:1.2rem;background:#FFF;color:#000;padding:0 10px;position:absolute;left:12px;bottom:12px;top:auto;border-radius:2px;z-index:25}
.photosBy a{color:#000}
.fullWidth{max-width:988px}


.popup-gallery{  }
.image-news {margin:0 0 13px 0 !important; position:relative}
.image-news a {
	display:inline-block;	
}
.image-news:nth-child(2n-1) {
	margin-right:20px !important;
}
.image-news img {
	margin:0 !important;
	padding:1px !important;
}

.image-news .image-loop{
	transition: all .25s linear;
	-webkit-transition: all .25s linear;	
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear; 
	opacity:0;
	position:absolute; 
	top:50%; 
	left:50%; 
	background:url(images/zoom.png) no-repeat top center; 
	width:80px; 
	height:80px; 
	margin-top:-40px; 
	margin-left:-40px
}
.image-news a:hover .image-loop{opacity:1;}




/* magnific popup */
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}
.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}
.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}
.mfp-align-top .mfp-container:before{display:none}
.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}
.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}
.mfp-ajax-cur{cursor:progress}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}
.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}
.mfp-auto-cursor .mfp-content{cursor:auto}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}
.mfp-loading.mfp-figure{display:none}
.mfp-hide{display:none !important}
.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}
.mfp-preloader a{color:#ccc}
.mfp-preloader a:hover{color:white}
.mfp-s-ready .mfp-preloader{display:none}
.mfp-s-error .mfp-content{display:none}
button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}
button::-moz-focus-inner{padding:0;border:0}
.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:white;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}
.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100)}
.mfp-close:active{top:1px}
.mfp-close-btn-in .mfp-close{color:#333}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:white;right:-6px;text-align:right;padding-right:6px;width:100%}
.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}
.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}
.mfp-arrow:active{margin-top:-54px}
.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}
.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}
.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}
.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px}
.mfp-arrow-left{left:0}
.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid white;margin-left:31px}
.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3f3f3f}
.mfp-arrow-right{right:0}
.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid white;margin-left:39px}
.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3f3f3f}
.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}
.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}
.mfp-iframe-holder .mfp-close{top:-40px}
.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}
.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:black}
img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}
.mfp-figure{line-height:0}
.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}
.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}
.mfp-figure figure{margin:0}
.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}
.mfp-title{text-align:left;line-height:18px;font-size:1.5rem;color:#f3f3f3;word-wrap:break-word;padding-right:36px}
.mfp-image-holder .mfp-content{max-width:100%}
.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}
@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}
.mfp-img-mobile img.mfp-img{padding:0}
.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}
.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}
.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}
.mfp-img-mobile .mfp-counter{right:5px;top:3px}
.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}
}
@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}
.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}
.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}
.mfp-container{padding-left:6px;padding-right:6px}
}
.mfp-ie7 .mfp-img{padding:0}
.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}
.mfp-ie7 .mfp-container{padding:0}
.mfp-ie7 .mfp-content{padding-top:44px}
.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}



#facebook-dialog {
	background: rgba(255,255,255, 1);
	padding: 10px 20px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}



.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}


/**
 * Fade-move animation for facebook likebox dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
