/* reset */

*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
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, font, img, ins, kbd, q, s, samp, small,
strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit;
font-size:100%; font-family:inherit; vertical-align:baseline;}
:focus {outline:0; outline-color:transparent;}
ol, ul {list-style:none;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
.clear {clear:both;height:0;overflow:hidden;}

/* main */

body {
	background: url("/images/bg.png") repeat fixed 0 0 rgba(0, 0, 0, 0);
    font-family: Arial, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #353535;
}
a {
    color: #034E7E;
}
a:hover {
    color: #BF202F;
}
.info {
	background: url(/images/details.png) no-repeat;
	width: 16px;
	height: 16px;
	display: block;
}
.section p {
	margin-bottom: 10px;
}
.wrapper {
    margin: 0 auto;
    width: 1180px;
}
.header {
    float: left;
    width: 189px;
    z-index: 1000;
}
.container {
    float: right;
    width: 960px;
}
.top-header {
    background-color: #353535;
    color: #C0C0C0;
    height: 40px;
    margin-bottom: 20px;
    overflow: hidden;
	font-size: 14px;
	line-height: 40px;
}
.top-left {
    float: left;
}
.share-top, .share-top-label {
    float: right;
}
.share-top-label {
	padding-right: 10px;
}
.logo {
    display: block;
    width: 215px;
    height: 240px;
    background: url(/images/logo.png?2) no-repeat;
}
.flexy-menu.vertical {
    width: 100%;
}
.flexy-menu {
    display: none;
    float: left;
    list-style: none outside none;
    margin: 10px 0 0;
    position: relative;
}
.flexy-menu.vertical li {
    width: 100%;
}
.flexy-menu li {
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 6px;
    padding: 0;
    position: relative;
    text-align: right;
}
.flexy-menu.vertical li a {
    display: inline-block !important;
}
.flexy-menu li a {
    background-color: #FFFFFF;
    border-radius: 5px;
    color: #353535;
    display: block;
    padding: 3px 15px !important;
    text-decoration: none;
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
    width: auto !important;
}
.flexy-menu li a:hover, .flexy-menu li a.current {
    background-color: #EC1F26 !important;
    color: #FFFFFF !important;
}
.footer {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.top-ads-wrapper, .middle-ads-wrapper {
    border-radius: 10px;
    overflow: hidden;
}
.top-ads-wrapper {
    background-color: #616667;
    padding: 30px 0;
}
.middle-ads-wrapper {
    background-color: #3AACB3;
    padding: 15px 0;
}
.ads728x15 {
	width: 728px;
	height: 15px;
	margin: 0 auto;
}
.ads {
	width: 728px;
	height: 90px;
	margin: 0 auto;
}
.ads-bottom {
	max-width: 728px;
	padding-top: 30px;
	overflow: hidden;
}
.ads-top {
	max-width: 728px;
	padding-bottom: 30px;
	overflow: hidden;
}
.section {
    background-color: #FFFFFF;
    border-radius: 10px;
    margin: 0 0 20px 0;
    padding: 20px;
    width: 100%;
    min-height: 600px;
}
.content-wrapper {
    min-height: 900px;
}
.section-title {
	display: block;
	text-align: center;
    color: #7A7A7A;
    font-size: 26px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}
.items {
	overflow: hidden;
	width: 101%;
}
.item-wrapper {
	width: 300px;
	height: 250px;
	margin: 0 auto;
	padding: 10px;
}
.item-thumb img {
	border: 1px solid #3F3F3F;
	width: 280px;
	height: 180px;
}
.item-date {
	height: 16px;
	line-height: 16px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.item-title {
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	color: #9d9d9d;
}
.item-extra {
	margin: -25px 10px 0 0;
}
.item-tags {
	margin-bottom: 2px;
}
.slot {
    float: left;
    width: 33%;
}
.button {
	display:  block;
    background-color: #4EBD4A;
    border: medium none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    transition: all 0.2s ease-in-out 0s;
    width: auto;
    text-decoration: none;
    text-align: center;
}
.button:hover {
    background-color: #4EBD4A;
    text-decoration: none;
}
.section .button {
    margin: 15px auto 0 auto;
    width: 200px;
}
.footer-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #4A4A4A;
    overflow: hidden;
}
.footer-bottom {
    background-color: #353535;
    height: 40px;
	line-height: 40px;
	text-align: center;
    overflow: hidden;
    font-size: 12px;
}
#footer-copy, #footer-copy a {
	color: #C0C0C0;
}
.copyright {
    color: #8A8A8A;
    float: left;
    padding-right: 20px;
    width: 50%;
    line-height: 40px;
}
.bottom-links {
    float: right;
    line-height: 40px;
}
.bottom-links ul {
    list-style: none outside none;
}
.bottom-links ul li {
    display: inline;
    margin-left: 12px;
}
.bottom-links a {
	color: #8A8A8A;
}
.flexy-menu > li.showhide {
    background: none repeat scroll 0 0 #353535;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #DEDEDE;
    cursor: pointer;
    display: none;
    height: 50px;
    width: 100%;
}
.flexy-menu > li.showhide span.title {
    display: none;
    float: left;
    margin: 16px 0 0 25px;
}
.flexy-menu > li.showhide span.icon {
    float: right;
    margin: 17px 20px;
}
.flexy-menu > li.showhide .icon em {
    background: none repeat scroll 0 0 #CCCCCC;
    display: block;
    height: 2px;
    margin-bottom: 3px;
    width: 20px;
}
.share-pstop {
    background: url("/css/share/images/social-icons-ps-top.png") no-repeat scroll left top transparent;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 0;
    margin: 0;
}
.share-pstop-twitter {
    background-position: 0px 0px;
}
.share-pstop-twitter:hover {
    background-position: 0px -40px;
}
.share-pstop-facebook {
    background-position: -40px 0px;
}
.share-pstop-facebook:hover {
    background-position: -40px -40px;
}
.share-pstop-googleplus {
    background-position: -80px 0px;
}
.share-pstop-googleplus:hover {
    background-position: -80px -40px;
}
.share-pstop-stumbleupon {
    background-position: -120px 0px;
}
.share-pstop-stumbleupon:hover {
    background-position: -120px -40px;
}
.share-pstop-reddit {
    background-position: -160px 0px;
}
.share-pstop-reddit:hover {
    background-position: -160px -40px;
}
.share-node {
    background: url("/css/share/images/social-icons-ps-node.png") no-repeat scroll left top transparent;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 0;
    margin: 0;
}
.share-node-twitter {
    background-position: 0px 0px;
}
.share-node-twitter:hover {
    background-position: 0px -40px;
}
.share-node-facebook {
    background-position: -40px 0px;
}
.share-node-facebook:hover {
    background-position: -40px -40px;
}
.share-node-pinterest {
    background-position: -80px 0px;
}
.share-node-pinterest:hover {
    background-position: -80px -40px;
}
.share-node-googleplus {
    background-position: -120px 0px;
}
.share-node-googleplus:hover {
    background-position: -120px -40px;
}
.share-node-stumbleupon {
    background-position: -160px 0px;
}
.share-node-stumbleupon:hover {
    background-position: -160px -40px;
}
.share-node-reddit {
    background-position: -200px 0px;
}
.share-node-reddit:hover {
    background-position: -200px -40px;
}
#pager {
	text-align: center;
}
.pagination {
	margin-top: 20px;
	cursor: default;
	width: auto;
}
.pagination li {
	display: inline-block;
	background-color: #F68A5E;
	border-radius: 5px;
	line-height: 34px;
	margin: 0 10px 10px 0;
	font-size: 16px;
	text-align: center;
}
.pagination li a {
	color: #FFFFFF;
	display: block;
	padding: 0 5px;
	text-align: center;
	min-width: 34px;
	text-decoration: none;
}
.pagination li:hover {
    background-color: #E38057;
    color: #FFFFFF;
}
.pagination li.current {
	padding: 0 5px;
	min-width: 36px;
	font-weight: bold;
	background-color: #3AACB3;
	color: #FFFFFF;
}
.pagination .next, .pagination .next-set,
.pagination .previous, .pagination .previous-set {
	font-weight: bold;
}
.node .image {
	position: relative;
	text-align: center;
}
.node .next {
	z-index: 10;
	position: absolute;
	top: 50%;
	right: 1.5%;
}
.node .previous {
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 1.5%;
}
.node .next, .node .previous {
	background-color: #F68A5E;
	border-radius: 5px;
	display: block;
	font-size: 28px;
	line-height: 35px;
	margin-top: -20px;
	text-align: center;
	width: 40px;
	height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.node .next:hover, .node .previous:hover {
	background-color: #E38057;
	color: #FFFFFF;
}
.node .title, .node .info {
	text-align: center;
}
.node .info {
	display: block;
	margin: 5px 0 15px 0;
}
.node img {
	max-width: 100%;
	border-radius: 5px;
	border: 6px solid #F68A5E;
}
.share-wrapper {
	border-radius: 5px;
	width: 310px;
	margin: 30px auto 0 auto;
	overflow: hidden;
}
.share-teaser {
    background-color: #F68A5E;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    width: 70px;
	line-height: 40px;
	float: left;
	text-align: center;
}
.share-buttons {
	float: left;
	width: 240px;
	height: 40px;
}
.nominheight {
	min-height: 0!important;
}
.node .image {
	margin-bottom: 20px;
}
.similar {
	width: 100%;
	overflow: hidden;
}
.similar #thumbs {
	width: 100%;
	overflow: hidden;
}
.similar .thumb {
	float: left;
	width: 24.9%;
	text-align: center;
}
.similar .thumb img {
	max-width: 95%;
}
.node .description {
	font-size: 15px;
	max-width: 600px;
	margin: 10px auto;
} 
.node .disqus {
	max-width: 728px;
	margin: 30px auto 0 auto;
}
.tag .description {
	font-size: 15px;
	text-align: center;
	margin: 10px 0;
}
.description p {
	margin: 10px 0;
}
.source {
	margin: 10px 0;
	text-align: center;
}
#extra-links-wrapper {
	width: 148px;
	margin: 20px 0;
	padding: 10px 0 5px 0;
	border: 1px solid #EAF4FD;
	float: right;
	background-color: #FFFFFF;
	border-radius: 5px;
	overflow: hidden;
}
#extra-links-label {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	padding: 0 15px 5px 15px;
}
#extra-links li {
	font-weight: bold;
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
}
#extra-links li a {
	display: block;
	color: #454545;
	height: 25px;
	line-height: 25px;
    text-decoration: none;
    outline: 0 none !important;
    padding: 0 15px;
	transition: color 0.2s linear 0s, background 0.2s linear 0s;
}
#extra-links li a:hover {
	background-color: #EC1F26;
	color: #FFFFFF;
}
.footer-top, .footer-bottom {
	color: #4EBD4A;
}
.footer-top a, .footer-bottom a {
	color: #FFFFFF;
}
#footer-wrapper {
	padding: 20px;
}
#footer-links {
	list-style: none outside none;
	margin: 0 auto;
}
.footer-box {
	width: 20%;
}
#footer-links li {
	float: left;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
#footer-links li ul {
	margin: 4px 0;
	height: 70px;
}
#footer-links li ul li {
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 3px;
	width: 100%;
}
.footer-proxies li {
	list-style: disc inside none;
	display: list-item !important;
}
#footer-contact div {
	background-color: #616667;
	border-radius: 4px 4px 4px 4px;
	font-size: 13px;
	font-weight: normal;
	padding: 12px 12px 14px 12px;
	color: #FFFFFF;
}
#footer-contact p {
	margin-bottom: 10px;
}
.btn {
	display: block;
	background-color: #4EBD4A;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	background-repeat: repeat-x;
	line-height: 20px;
	padding: 4px 12px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
}
.btn:hover {
	background-color: #4EBD4A;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}
#footer-contact .btn {
	font-weight: bold;
}
.section h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.section h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.section h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#about, #quick-list, .quick-items, .graph {
	float: left;
	width: 49%;
	overflow: hidden;
}
#about, #other {
	font-size: 15px;
	line-height: 130%;
}
#about {
	margin-right: 2%;
}
#box-a {
	margin: 30px 0;
}
#top-a {
	margin-bottom: 10px;
}
#bottom-a {
	margin-top: 20px;
}
.quick-items {
	margin-bottom: 10px;
}
.quick-items a {
	font-size: 13px;
}
.graph img {
	max-width: 350px;
	width: 100%;
	height: auto;
}
.proxy-list {
	font-size: 13px;
	font-weight: normal;
}
.add-proxy {
    margin: 20px 0;
    width: 100%;
}
.add-proxy thead tr {
    background-color: #BFF1BC;
}
.add-proxy th {
    font-weight: bold;
}
.add-proxy th, .add-proxy td {
	vertical-align: middle;
	padding: 8px;
}
.table {
    margin: 20px 0;
    width: 100%;
}
.table thead tr {
    background-color: #BFF1BC;
}
.table thead tr th.sb {
    background-color: #F1F1BC;
}
.table thead tr th {
    font-weight: bold;
}
.table th, .table td {
	vertical-align: middle;
	padding: 8px;
	text-align: center;
}
.table td.first, .table th.first {
	text-align: left;
	font-weight: bold;
}
.table th, .table td {
    border-left: 2px solid #FFFFFF;
}
.table thead tr {
    color: #454545;
}
.table-striped td {
    background-color: #F2F2F2;
}
.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #FCFCFC;
}
#top-r {
	float: left;
	padding-top: 10px;
}
.add-proxy {
	max-width: 600px;
	width: 100%;
}
.add-proxy td, .add-proxy th {
	text-align: left;
}
td.report-cell {
	border-left: none;
}
.off {
	color: #D3D4D8;
}
#bottom-r {
	margin: 20px auto 0 auto;
	font-size: 14px;
	width: 100%;
}
#bottom-r a {
    font-weight: normal;
    text-decoration: underline;
}
#bottom-r ul {
	margin: 5px 0;
}
#bottom-r ul li {
	list-style: disc inside none;
	display: list-item !important;
}
.content-list-pager-wrapper {
	height: 30px;
}
#content-list-info {
	float: left;
	padding-top: 10px;
}
.content-list-pager {
	float: right;
	font-weight: bold;
	overflow: hidden;
}
.content-list-pager li {
	display: block;
	float: left;
	width: 28px;
	font-size: 13px;
	text-align: center;
	line-height: 28px;
	margin-right: 2px;
	background-color: #F2F2F2;
	color: #454545;
}
.content-list-pager li:last-child {
	border-right: none;
}
li.pager-current, li.pager-item:hover {
    background-color: #F1F1BC;
    text-decoration: none;
}
li.pager-dots, li.pager-dots:hover {
	background-color: #FFFFFF;
}
.content-list-pager a {
	display: block;
	width: 28px;
	height: 28px;
	color: #454545;
	text-decoration: none;
}
li.pager-current a, .content-list-pager a:hover {
    text-decoration: none;
}
.vote-content {
	display: none;
	position: absolute;
	padding: 3px;
	background-color: #ffffd6;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}
.message {
	font-size: 1.1em;
	color: #EC1F26;
}
.a-wrapper {
	max-height: 90px;
	overflow: hidden;
}
.a-728x90 {
	float: left;
	max-width: 728px;
	width: 100%;
	overflow: hidden;
}
.a-160x90 {
	float: left;
	margin-left: 30px;
}
#other {
	margin-top: 20px;
}
#about, #quick-list {
	margin-bottom: 20px;
}
#left-a {
	float: right;
}

@media only screen and (max-width: 1180px) {
	.wrapper {
		width: 948px;
	}
	.container {
		width: 728px;
	}
	.table tr th.nsb:nth-child(6), .table tr th.nsb:nth-child(7), .table tr th.nsb:nth-child(8), .table tr th.nsb:nth-child(9),
	.table tr td.nsb:nth-child(7), .table tr td.nsb:nth-child(8), .table tr td.nsb:nth-child(9), .table tr td.nsb:nth-child(10), .table tr td.nsb:nth-child(11) {
		display: none;
	}
	.section {
		padding-left: 2%;
		padding-right: 2%;
	}
}
@media only screen and (max-width: 948px) {
	.top-header {
		display: none;
	}
	.wrapper {
		width: 100%;
	}
	.container {
		float: none;
		width: 100%;
		margin: 0 auto;
		padding-top: 70px;
	}
	.header {
		background-color: #FFFFFF;
		float: none;
		position: absolute;
		width: 100%;
	}
	.logo {
		width: 160px;
		height: 50px;
		left: 0;
		padding: 0;
		position: absolute;
		top: 0;
		z-index: 99999;
		background-image: url(/images/logo-min.png);
	}
	.flexy-menu {
		margin: 0;
	}
	.flexy-menu.vertical {
		width: 100%;
	}
	.flexy-menu li {
		display: block;
		margin-bottom: 0;
		text-align: left;
		width: 100%;
		font-size: 13px;
		line-height: 20px;
	}
	.flexy-menu li:last-child {
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	}
	.flexy-menu li:nth-child(2) {
		margin-top: 10px;
	}
	.flexy-menu li a {
		border-radius: 0;
		padding-bottom: 15px;
		padding-left: 25px;
		padding-top: 15px;
		width: 100% !important;
	}
	.flexy-menu a {
		width: 100%;
	}
	#extra-links-wrapper, #left-a {
		display: none;
	}
	#top-r, #content-list-info {
		display: none;
	}
}
@media only screen and (max-width: 640px) {
	#about, #quick-list, .graph {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	#footer-more, #footer-contact {
		display: none !important;
	}
	.footer-box {
		width: 32%;
	}
	li.footer-box:first-child {
		width: 36%;
	}
	.slot {
		width: 99%;
	}
	#pager .page-link, #pager .previous-set, #pager .next-set {
		display: none;
	}
	.node .next, .node .previous {
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
	.copyright {
		width: 100%;
	}
	.table tr th.nsb:nth-child(5), .table tr td.nsb:nth-child(6), .table tr th:nth-child(1), .table tr td:nth-child(1) {
		display: none;
	}
	td.report-cell {
		width: 0;
		padding: 0;
	}
	td.report-cell span {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.table tr th.nsb:nth-child(4), .table tr td.nsb:nth-child(5) {
		display: none;
	}
}

/* ############################# */

/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    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: 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: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.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;
    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: 0.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;
}
.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;
    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;
}
.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: 600px;
}
.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: #ffffff;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
/* 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: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 {
    line-height: 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;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.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;
    }
    /* The shadow behind the image */
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .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;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
}
@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;
}
