/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll;}
body { background:#ffffff; font-size: 13px; color: #000; font-family: 'open_sansregular', Arial, Helvetica, sans-serif; margin:0; padding:0;}
ol, ul { list-style: none; margin: 0;}
ul li { margin: 0; padding: 0;}
h1 { font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif; margin-bottom: 10px; color: #427f86;}
h2 { font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif; margin-bottom: 10px; color: #000;}	
h3 { font-family: 'open_sansregular', Arial, Helvetica, sans-serif; margin-bottom: 10px; color: #000;}	
a, img { outline: none; border:none; color: #427f86; text-transform: uppercase; text-decoration:none;}
a:hover {color: #000;}
p { font-family: 'open_sansregular', Arial, Helvetica, sans-serif; margin: 0 0 10px; line-height: 1.4em; font-size: 1.2em;}
img { display: block; }
aside { }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
	}
body#home a#homenav,
	body#aboutus a#aboutusnav,
	body#contactus a#contactusnav {
	color:#000;
		}
iframe.blog{
width:100%;min-height:900px;margin:0 auto;background:#ffffff;
}

.clearfix {
clear:both;
}

.body_copy_link {
	color:#427f86;
	text-decoration:underline;
	text-transform:none;
        font-weight:bold;
	}
	
	.body_copy_link:hover {
	color:#8ebabf;
	}

.left-float-image-body-copy {
float:left;
clear:both;
padding:15px;
}


.right-float-image-body-copy {
float:right;
clear:both;
padding:15px;
}





	
/* Structure */
#wrapper {
	width: 100%;	
	margin: auto;
	} 
	
	#headerx {
	width: 100%;
	background: none repeat scroll 0 0 #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        position: relative;
        z-index: 9999;
	display:inline-block;
	float:left;
	
	}
	
	#header {
	width: 96%;	
	max-width: 920px;
	margin: auto;
	padding:1% 2%;
        display: block;
	}
	

	

	#main {
		width: 50%;
		margin-right: 5%;
		float: left;
		}		
		
	#aside {
		width: 45%;
		float: right;
                display:block;
		}
		
		#homepage_about #aside ul {
   		list-style:disc;
 		margin-bottom:35px;
		}
		
		#homepage_about #aside ul li {
		color:#fff;
		font-size:1.2em;
		margin-bottom:15px;
		}
		
		#homepage_about_second #main ul {
		list-style:disc;
		margin-bottom:35px;
                padding-left: 1.2em;
		}
		
		#homepage_about_second #main ul li {
		color:#000;
		font-size:1.2em;
		margin-bottom:15px;
		}

		#homepage_about_second #aside ul {
		list-style:disc;
		margin-bottom:35px;
                padding-left: 1.2em;
		}
		
		#homepage_about_second #aside ul li {
		color:#000;
		font-size:1.2em;
		margin-bottom:15px;
		}

/* Logo H1 */
#header h1 {
	height: 80px;
	width: 165px;
	float: left;
	display: block;
	background: url(/uploads/images/New5mRx_Images/5mRx_logo.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
		
/* Nav */
#header ul {
	float: right;
	margin-top: 20px; 
	}
	
	#header ul li {
		display: inline;
		margin-left: 25px;
		font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
		}
#header .menuactive {
color:#000;
}

/* Banner */
#bannerx {
	width: 100%;
	background: none repeat scroll 0 0 #fff;
    position: relative;
    z-index: 99;
	}
	
		
#banner {
	width: 96%;	
	max-width: 920px;
	margin: auto;
	padding:0 2%;
	margin-bottom: 15px;

	
	}

	#banner img {
		width: 100%;
		}
	 
	 .banner h1, .banner h2 {
		font-size: 40px;
		line-height: 52px;
		margin-top:125px;
		color: #fff;
		
	}
	
	.banner p {
		margin: 0 0 10px; line-height: 1.4em; font-size: 1.4em;
		color: #fff;
		
	}
	
	.banner .btn {
    background: none repeat scroll 0 0 #8ebabf;
    border: 0 none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(255, 255, 255, 0.6) inset, 0 -1px 5px rgba(108, 156, 161, 1) inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.0em;
    font-weight: bold;
    letter-spacing: 0.3mm;
    padding: 10px 18px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
	margin-bottom:30px;
	}
	
	.banner .btn:hover {
    background: none repeat scroll 0 0 #6c9ca1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(255, 255, 255, 0.6) inset, 0 -1px 5px rgba(67, 121, 127, 1) inset;
    color: #fff;
	}
		
	.banner .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}
	
	.banner .dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
	}
		.banner .dots li {
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 4px;
			
			text-indent: -999em;
			
			border: 2px solid #fff;
			border-radius: 6px;
			
			cursor: pointer;
			opacity: .4;
			
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background: #fff;
				opacity: 1;
			}
	 
	 
	 
	 
	 
	 
	 
	 
/* Homepage About Section Styles */	 

#homepage_aboutx {
	width: 100%;
	display:inline-block;
	background: none repeat scroll 0 0 #427f86;
    position: relative;
    z-index: 999;
	float:left;
	padding:25px 0;
	
	}		


	#homepage_about {
	width: 96%;	
	max-width: 920px;
	margin: auto;
	padding:2%;
	margin-bottom: 15px;
	}
	
	#homepage_about h1 {
	color:#fff;
        font-size:22px;
        line-height:26px;
	}
	
	#homepage_about p {
	color:#fff;
	}

     

		#homepage_about .btn {
    background: none repeat scroll 0 0 #8ebabf;
    border: 0 none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(255, 255, 255, 0.6) inset, 0 -1px 5px rgba(108, 156, 161, 1) inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.0em;
    font-weight: bold;
    letter-spacing: 0.3mm;
    padding: 10px 18px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
	margin-bottom:30px;
	}
	
	#homepage_about .btn:hover {
    background: none repeat scroll 0 0 #6c9ca1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(255, 255, 255, 0.6) inset, 0 -1px 5px rgba(67, 121, 127, 1) inset;
    color: #fff;
	}
	
	
	#homepage_aboutx_second {
	width: 100%;
	display:inline-block;
	background: none repeat scroll 0 0 #fff;
    position: relative;
    z-index: 999;
	float:left;
	padding:25px 0;
	
	}		


	#homepage_about_second {
	width: 96%;	
	max-width: 920px;
	margin: auto;
	padding:2%;
	margin-bottom: 15px;
	}
	
	#homepage_about_second h1 {
	color:#427f86;
        font-size:22px;
        line-height:26px;
	}
	
	#homepage_about_second p {
	color:#000;
	}

		#homepage_about_second .btn {
    background: none repeat scroll 0 0 #8ebabf;
    border: 0 none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(255, 255, 255, 0.6) inset, 0 -1px 5px rgba(108, 156, 161, 1) inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.0em;
    font-weight: bold;
    letter-spacing: 0.3mm;
    padding: 10px 18px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
	margin-bottom:30px;
	}
	
	#homepage_about_second .btn:hover {
    background: none repeat scroll 0 0 #6c9ca1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(255, 255, 255, 0.6) inset, 0 -1px 5px rgba(67, 121, 127, 1) inset;
    color: #fff;
	}
	
	

/* Main Content Section Styles */

	#main_contentx {
	width: 100%;
	display:inline-block;
	background: none repeat scroll 0 0 #fff;
    position: relative;
    z-index: 999;
	float:left;
	padding:25px 0;
	
	}		


	#main_content {
	width: 96%;	
	max-width: 920px;
	margin: auto;
	padding:2%;
	margin-bottom: 15px;
	}

	#main_content h1 {
	font-size: 40px;
	line-height: 44px;
	color:#427f86;
        margin-bottom:25px;
	}
	
	#main_content h2 {
        margin-top:30px;
	color:#000;
        font-size:22px;
        line-height:26px;
	}
	
	#main_content p {
	color:#000;
	}

        #main_content ul {
        line-height: 1.4em;
        font-size: 1.2em;
        }
	
		#main_content .btn {
    background: none repeat scroll 0 0 #8ebabf;
    border: 0 none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(255, 255, 255, 0.6) inset, 0 -1px 5px rgba(108, 156, 161, 1) inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.0em;
    font-weight: bold;
    letter-spacing: 0.3mm;
    padding: 10px 18px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
	margin-bottom:30px;
	}
	
	#main_content .btn:hover {
    background: none repeat scroll 0 0 #6c9ca1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(255, 255, 255, 0.6) inset, 0 -1px 5px rgba(67, 121, 127, 1) inset;
    color: #fff;
	}

.container-width-image {
display:inline;
clear:both;
padding:0;
width:100%;
margin-bottom:25px;
}	
.inline-image {
display:inline;
float:right;
clear:both;
margin:2%;
}

/* FAQs Page Accordion Styles */

       #faqs { position:relative; }
       #faqs h3	{ cursor:pointer; font-size:16px; font-weight: normal; font-style:normal; line-height:20px; padding:25px 0 5px 0;}
       #faqs h3 span.plussign {color:#427f86; font-weight: bold; }
       #faqs h3.active { color:#427f86; font-weight: bold;}
       #faqs div { height:0; overflow:hidden; position:relative; background-color:#ebebeb; padding:30px; border: 1px solid #ccc;}
       #faqs div p { padding:0; margin-top:0; position:relative; color:#666;}
       #faqs div ul li { padding:0; margin-top:0; margin-bottom:10px; position:relative; color:#666; list-style:disc;}
       #faqs div ul { padding-left: 1.2em;}

/* Contact Us Styles */

ul.contact_info {
color: #000;
font-size: 1.2em;
margin-bottom: 15px;
padding:10px;
}
             #main ul.contact_info {
             border-left:5px solid #666;}
 
             #aside ul.contact_info {
             border-left:5px solid #BCBEC0;}



.contact_map {
width:85%;
height:auto;
margin-left:auto;
margin-right:auto;
}


	/* Footer Styles */
	
	#footerx {
	width: 100%;
	display:inline-block;
	background-color: none repeat scroll 0 0 #eee;
	background:url(/uploads/images/New5mRx_Images/footer_bg_maze_white.jpg);
    position: relative;
    z-index: 999;
	float:left;
	padding:25px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

	}		


	#footer {
	width: 96%;	
	max-width: 920px;
	margin: auto;
	padding:2%;
	margin-bottom: 15px;
	}
	
		/* Nav */
	#footer nav {
	float: right;
	margin-top: 0px; 
	}
	
	#footer nav li {
		display: inline;
		margin-left: 15px;
		font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
		}
		
		#footer nav li a { font-size:.8em;outline: none; border:none; color: #6c9ca1; text-transform: uppercase; text-decoration:none;}
		#footer nav li a:hover {color: #000;}
	
	#footer .copyright {
	float:left;
	}
	
	#footer p { font-size:.7em;outline: none; border:none; color: #666; text-decoration:none;}


/* Media Queries */
@media screen and (max-width: 850px) {

#header h1 {
	height: 103px;
	width: 190px;
	float: none;
	display: block;
	background: url(/uploads/images/New5mRx_Images/5mRx_logo_larger.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	margin:auto;
	}

#header ul, #main, #aside, #banner {
		float: left;
		clear: left;
		margin: 0 0 10px; 
		width: 100%;
		}
		
		#banner {
		float: left;
		clear: left;
		margin: 0 0 10px; 
		width: 96%;
		}
			
						/* Nav */
#header ul {
	float: right;
	margin-top: 10px;
	text-align:center; 
	}
	
	#header ul li {
		display: inline;
		margin-left: 25px;
		}
#homepage_about {
text-align:center;}
#aside img.icons {
                margin-left:auto;
                margin-right:auto;
                }
.homepage_video_mobile{
text-align:center;
margin-left:auto;
margin-right:auto;
}
}				

	

/* Media Queries */
@media screen and (max-width: 550px) {

	#headerx {
	width: 100%;
	min-height: 285px;
	}

	#header h1 {
	height: 103px;
	width: 190px;
	float: none;
	display: block;
	background: url(/uploads/images/New5mRx_Images/5mRx_logo_larger.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	margin:auto;
	margin-bottom:0px;
	}
	
	#header ul, #footer nav, #main, #aside {
		float: left;
		clear: left;
		margin: 0 0 10px; 
		width: 100%;
		}
		
		#banner {
		float: left;
		clear: left;
		margin: 0 0 10px; 
		width: 96%;
		}
			
		#header ul li {
			margin: 0;
			clear:both;
			display: block;
			margin-bottom: 3px;
			height: auto;
			}
			#header ul a {
				display: block;
				padding: 10px;
				text-align: center;
				
				}
				
		#aside ul {
		list-style-position:inside;
		}
                #aside img.icons {
                display:none;
                }
             
                iframe.youtube_homepage_video{
width:300px;
height:169px;
                }

             #main_content h1 {
	     font-size: 30px;
	     line-height: 34px;
	     color:#427f86;
	     }		
		
		#footer nav li {
			margin: 0;
			clear:both;
			display: block;
			margin-bottom: 3px;
			height: auto;
			}
			#footer nav a {
				display: block;
				padding: 10px;
				text-align: center;
				
				}	
				#footer .copyright {
				text-align:center;
				margin:auto;
				display:block;
				clear:both;
				width: 100%;
				}
}



/* Stylesheet: New5mRx Layout Modified On 2014-09-09 08:03:16 */
@font-face {
    font-family: 'open_sansregular';
    src: url('/uploads/fonts/OpenSans-Regular-webfont.eot');
    src: url('/uploads/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/uploads/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/uploads/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/uploads/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('/uploads/fonts/OpenSans-Semibold-webfont.eot');
    src: url('/uploads/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/uploads/fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('/uploads/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('/uploads/fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('/uploads/fonts/OpenSans-Bold-webfont.eot');
    src: url('/uploads/fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/uploads/fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('/uploads/fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('/uploads/fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'open_sansextrabold';
    src: url('/uploads/fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('/uploads/fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/uploads/fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('/uploads/fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('/uploads/fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}





/* Stylesheet: New5mRxFonts Modified On 2014-08-13 18:02:07 */
/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table#mpackadvantages { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	table#mpackadvantages tr:nth-of-type(odd) { 
		background: #eee; 
	}
	table#mpackadvantages th { 
		background: #427f86; 
		color: white; 
		font-weight: bold; 
	}
	table#mpackadvantages td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
	}


	
	
	@media 
	only screen and (max-width: 480px) {
	
		/* Force table to not be like tables anymore */
		table#mpackadvantages, #mpackadvantages thead, #mpackadvantages tbody, #mpackadvantages th, #mpackadvantages td, #mpackadvantages tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		table#mpackadvantages thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		tr { border: 1px solid #ccc; }
		
		table#mpackadvantages td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			padding-left: 50%; 
		}
		
		table#mpackadvantages td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
		
		/*
		Label the data
		*/
		table#mpackadvantages td:nth-of-type(1):before { content: "Area"; font-weight:bold; }
		table#mpackadvantages td:nth-of-type(2):before { content: "Round Vial"; font-weight:bold; }
		table#mpackadvantages td:nth-of-type(3):before { content: "m-pack"; font-weight:bold; }
		table#mpackadvantages td:nth-of-type(4):before { content: "Benefit m-pack"; font-weight:bold; }
		
	}
	
	
	

/* Stylesheet: New5mRxmpackTableStyles Modified On 2014-08-21 20:14:05 */
@charset "UTF-8";
/* CSS Document */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 91042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 91043;
  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: 91045; }

.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: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 91044; }
  .mfp-preloader a {
    color: #cccccc; }
    .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: none;
  padding: 0;
  z-index: 91046;
  -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: 0.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: #333333; }

.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: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.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;
    opacity: 0.7; }

.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; }

/* Main image in popup */
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; }

/* The shadow behind the image */
.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: #444444; }
  .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: center;
  line-height: 18px;
  color: #fff;
  word-wrap: break-word;
  margin:0 15px 0 15px; }

.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) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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;
    transform-origin: 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; }

/* Stylesheet: New5mRxMagnificPopUpImageEffect Modified On 2014-09-09 08:05:08 */
