body {
    font-family: 'kingthings_trypewriter_2R';
	font-size: 13px;
    overflow-y: scroll;
    overflow-x: hidden;
}

body.noscroll {
	overflow-y: scroll !important;
}

body,
.container-table,
.inline-row,
.inline-row > div {
    height: 100%;
}

.container-table {
	display: flex;
	width: 100%;
}

.inline-row {
    display: table-row;
}

.inline-row > div > .row {
    height: 100%;
}

.grid-header {
	position: fixed;
	display: block;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background-image: linear-gradient(to top, #ddd, #fff);
}

.grid-content {
	position: absolute;	
	display: block;
	padding: 50px 30px 50px 30px;	
    left: 16.66666667%;
    background-color: #fff;
}

@media (max-width: 991px) {
	.grid-content {
        padding: 500px 15px 0 15px;
        top: 0;		
		left: 0;
		right: 0;
        max-height: 500px;
        background-image: url('../img/bg/bg.jpg');
        background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
	}
	.content {
		margin: 50px 20px 0px 20px;
	}
}	

.grid-slider {
	position: fixed;
	left: 50%;
}

.bg-img {
    display: flex;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.inline-row > div .bg-img-row > div {
    height: 100%;
}

.bg-home {
	margin:0;
	padding: 0;
    font-size: 13px;
	font-weight: normal;
    color: #000;
    text-align: left;
    background: transparent;	
}

.bg-home .centered  {
	position: absolute;
	top: 47.5%;
	left: 50%;
	transform: translate(-50%, -50%);	
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	line-height: 2;
}

@media (max-width: 991px) {
	.bg-home .centered {
		position: relative;
		margin: 0 auto;
		padding: 15px 0 100px 0;
		top: 0;	
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
		transform: none;		
		-ms-transform: none;
		-webkit-transform: none;
	}	
}

.bg-about {
	padding: 0 0 80px 0;
    font-size: 13px;
	font-weight: normal;
    color: #000;
    text-align: justify;
	line-height: 2;
	background: transparent;
}

.bg-about h3 {
    text-align: center;
}

.bg-publish {
	padding: 0 0 100px 0;
    font-size: 13px;
	font-weight: normal;
    color: #000;
    text-align: center;
	line-height: 2;
	background: transparent;
}

.bg-publish p {
    text-align: justify;
}

.bg-publish h3 {
    text-align: center;
}

.bg-poems {
	padding: 0 0 100px 0;
    font-size: 13px;
	font-weight: normal;
    color: #000;
    text-align: center;
	line-height: 2;
	background: transparent;
}

.bg-contact {
	padding: 0 0 80px 0;
    font-size: 13px;
	font-weight: normal;
    color: #000;
    text-align: center;
	line-height: 2;
	background: transparent;
}

.bg-info {
    font-size: 13px;
	color: #000;
    text-align: justify;
	background: transparent;
}

.bg-info h5 {
    text-align: left;
	font-weight: bold;
}

.bg-ef {
	padding: 0 0 80px 0;
    font-size: 13px;
	font-weight: normal;
    color: #000;
    text-align: justify;
	line-height: 2;
	background: transparent;	
}

.bg-entry {
	padding: 0 0 80px 0;
    font-size: 13px;
	font-weight: normal;
    color: #000;
    text-align: center;
	line-height: 2;
	background: transparent;
}

.bg-base {
	text-align: justify;
	background: transparent;
}

.bg-base h5 {
    text-align: left;
	font-weight: bold;
}

.bg-form {
    font-size: 13px;
    color: #000;
	text-align: left;
	background: transparent;
}

.bg-form h5 {
    text-align: left;
	font-weight: bold;
}

.bg-copyright {
	position: fixed;
	display: flex;
	bottom: 0;
	padding-top: 16px;
    left: 16.66666667%;
    min-width: 33.33333333%;
	height: 50px;
    font-size: 12px;
    color: #000;
	justify-content: center;
	border-top: solid 1px #ddd;
	background-color: #fff !important;
}

.bg-counter {
	position: absolute;
	display: flex;	
	right: 10px;
	width: 0;
	height: 38%;
	font-family: 'kingthings_trypewriter_2R';
	font-weight: normal;
	color: #fff;
	background: transparent;
	font-size: 10px;
	transform: rotate(-90deg);	
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	align-items: center;
	justify-content: center
}

.bg-map {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
	/* margin-top: 30px; #bg-map */
	/* margin-bottom: 50px; #bg-map */
}

.bg-map iframe {
    position: absolute;
	padding-top: 30px;
	padding-bottom: 50px;
    top: 0;
    left: 0;
    width: 100% !important;
    height:	100% !important;
}

.bg-border {
	position: relative;
	overflow: hidden;
}

.bg-border:after {
	position: absolute;
	display: block;
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	content: '';
	border: 1px dotted #ddd;
} 

@media (max-width: 991px) {
    .container-table {
        display: table-cell;
		padding: 0;
        width: 100%;
    }
	.grid-header {
		position: relative;
		left: 0;
	}
	.grid-slider {
		display: none;
	}
    .bg-img, .bg-img-slider,
	.bg-border {
		display: none;
    }
	.bg-copyright {
		margin: 0;
		left: 0;
		right: 0;
		width: 100%;
	}
}

.head {
    position: fixed;	
    display: block;	
    bottom: 45px;
    width: 50%;
    color: #fff;
    background: transparent;
}

.head-large {
	margin: 0 60px 0 60px;
    font-size: 16px;
	font-weight: normal;
	text-align: justify;
	text-align-last: center;	
    text-shadow: -0.1px 0 #000, 0 0.1px #000, 0.1px 0 #000, 0 -0.1px #000;
}

.head-small {
	margin: 10px 60px 0 60px;
    font-size: 13px;
	font-weight: normal;
	text-align: center;
    text-shadow: -0.1px 0 #000, 0 0.1px #000, 0.1px 0 #000, 0 -0.1px #000;
}

@media (max-width: 991px) {
    .head-large {
        display: none;
    }
    .head-small {
        display: none;
    }
}

.author {
	max-width: 300px;
	max-height: 262px
}

.publish {
	max-width: 140px;
	max-height: 200px
}

.spinner {
    position: fixed;	
    display: none;
    margin: -41px 0 0 -23px;
    top: 50%;
    left: 33.7%;
    width: 30px;
    height: 30px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #ff3333;
    border-radius: 50%;
    z-index: 1;
    -webkit-animation: spin 0.3s linear infinite;
    -moz-animation: spin 0.3s linear infinite;
    -o-animation: spin 0.3s linear infinite;
    -ms-animation: spin 0.3s linear infinite;
    animation: spin 0.3s linear infinite;
}

@media (max-width: 991px) {
    .spinner {
        margin: 0px 0 0 -12px;
        top: 520px;
        left: 50%;
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) {
	.navbar .navbar-nav {
		display: inline-block;
		float: right;
	}
	.navbar .navbar-collapse {
		text-align: center;
	}
	.navbar-brand {
		margin: 0 0 8px 10px;
		float: left;
		height: 80px;
		font-size: 16px;
		line-height: 20px;
	}
	.navbar-default .navbar-brand {
		color: #000;
	}
	.navbar-default .navbar-brand:hover,
	.navbar-default .navbar-brand:focus {
		color: #000;
		background-color: transparent;
	}
	.navbar-default .navbar-nav > li > a {
		color: #000;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:active {
		color: #000;
		background-color: transparent;
	}
}

@media (max-width: 991px) {
	.navbar-default {
		background-color: #fff;
		border-color: #ddd;
	}
	.navbar-brand {
		margin: 0 0 8px 10px;	
		float: left;
		height: 80px;
		font-size: 13px;
		line-height: 20px;
	}
	.navbar-default .navbar-brand {
		color: #000;
	}
	.navbar-default .navbar-brand:hover,
	.navbar-default .navbar-brand:focus {
		color: #000;
		background-color: transparent;
	}
	.navbar-brand:hover,
	.navbar-brand:focus {
		text-decoration: none;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 12px;
		color: #000;
		text-align: center;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
		color: #ff3333;
		background-color: transparent;
	}
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 10px;
		line-height: 10px;
	}
	.navbar-nav {
		margin: 25px 10px;
	}
}

@media (min-width:992px) {
	nav {
		display: none;
	}
	.navbar {
		display: block;
		position: relative;
		margin: 0 50px 50px;	
        left: 0;
		right: 0;
		clear: left;
		float: left;
        z-index: 1000;
		border: 0;
		background-color: transparent;
	}
	.navbar-brand {
		dispaly: block;
		position: relative;
		margin: 0 auto;
		top: 50px;
		left: 0;
		right: 0;
		clear: left;
		float: left;
		font-size: 20px;
		color: #000;
	}
    .navbar .navbar-nav {
        display: block;
		position: relative;
        margin-top: 150px;
        padding: 0;
		clear: left;
        list-style: none;
        overflow: hidden;
    }
    .navbar .navbar-nav .nav-item {
		position: relative;	
        display: block;
		margin: 0 auto;
		clear: left;
		float: left;
		text-align: left;
		font-size: 13px;
		color: #000;
		background-color: transparent;
    }
	.navbar-brand:hover {
		color: #000;
		background-color: transparent;
	}
	.navbar-nav > li > a {
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 1.4;
	}
	.navbar-nav > li > a:hover {
		color: #ff3333;
		background-color: transparent;
	}
	.col-lg-2, .col-md-2 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.navbar-toogle {
    display: none;
}

@media (max-width: 991px) {
    .navbar-toogle {
        position: relative;
        display: inline-block;	
        margin: 30px 0 0 0;
        padding: 0px 10px;
        float: right;
        font: inherit;
        color: inherit;
        text-transform: none;	
        border: 0;
        background-color: transparent !important;
        cursor: pointer;
        overflow: visible;
        transition-property: opacity, filter;
        -webkit-transition-property: opacity, filter;
        -o-transition-property: opacity, filter;
        transition-duration: 1ms;
        -webkit-transition-duration: 1ms;
        -o-transition-duration: 1ms;
        transition-timing-function: linear;
        -webkit-transition-timing-function: linear;
        -o-transition-timing-function: linear;
    }
    .navbar-toogle:hover {
        background: transparent !important;
    }
    .navbar-toogle:focus {
        outline: 0 !important;
    }
    .nav-toogle-box {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 24px;
    }
    .nav-toogle-inner {
        display: block;
        top: 50%;
        margin-top: 2px;
    }
    .nav-toogle-inner,
	.nav-toogle-inner::before,
	.nav-toogle-inner::after {
        position: absolute;
        width: 24px;
        height: 3px;
        background-color: #000;
        border-radius: 4px;
        transition-property: transform;
        -webkit-transition-property: transform;
        -o-transition-property: transform;
        transition-duration: 1ms;
        -webkit-transition-duration: 1ms;
        -o-transition-duration: 1ms;
        transition-timing-function: ease;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
    }
    .nav-toogle-inner::before,
	.nav-toogle-inner::after {
        display: block;
        content: '';
    }
    .nav-toogle-inner::before {
        top: -7px;
    }
    .nav-toogle-inner::after {
        bottom: -7px;
    }
    .nav-toogle-x .nav-toogle-inner,
	.nav-toogle-x .nav-toogle-inner::before,
	.nav-toogle-x .nav-toogle-inner::after {
        transition-property: none;
    }
    .nav-toogle-x.is-active .nav-toogle-inner {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }
    .nav-toogle-x.is-active .nav-toogle-inner::before {
        top: 0;
        opacity: 0;
    }
    .nav-toogle-x.is-active .nav-toogle-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
    }
}

.href {
	color: #ff3333 !important;
}

img {
	width: 100%;
    object-fit: fill;
}

h4 {
	font-weight: bold;
	line-height: 1.5;
}

h5 {
	font-size: 13px;
	line-height: 1.8;
}

.h5 {
	font-size: 14px;
	font-weight: bold;
}

.bottom-line {
    width: 100%;
    border-bottom: 1px solid #ddd;
	margin: 50px 0 50px 0;
}

.bottom-line-base {
    width: 100%;
    border-bottom: 1px solid #ddd;
	margin: 5px 0 20px 0;
}

.star-bk,
.star-r,
.star-b,
.star-g {
	position: relative;
	font-family: 'opensans-regular';
	font-size: 13px;
}

.star-bk {
	top: 0;
	color: #333;
}

.star-bk:after {
	content: '* * *';
}

.star-r {
	top: -2px;
	color: #ff0000;
}

.star-b {
	top: -2px;
	color: #436eee;
}

.star-g {
	top: -2px;
	color: #00cc66;
}

.star-ef {
	text-align: center;
	font-family: 'opensans-regular';
	font-size: 13px;
}

.star-ef:after {
	content: '*';
}

.star-r:after,
.star-b:after,
.star-g:after {
	content: '*';
}

.btn-submit,
.btn-submit:focus,
.btn-submit:active,
.btn-submit:visited {	
	margin-top: 5px;	
	font-size: 12px;
	font-weight: bold;
    color: #333;
    background-color: #fff;
	border-color: #ddd;

}

.btn-submit:hover {
    color: #ff3333;
	background-color: #fff;
	border-color: #ff3333;
}

.copyright,
.at {
	position: relative;
	top: 0;
	font-family: 'FontAwesome';
	font-size: 10px;
	color: #333;
}

.at:after {
	content: '\f1fa';
}

.copyright:after {
	content: '\f1f9';
}
	
input[type=button], button {
    outline: none !important;
    box-shadow: none !important
}

textarea {
	resize: vertical;
}

textarea.form-control {
    height: 180px
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
	box-shadow: none;	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;	
}

.form-control:focus {
    border: 1px solid #3366ff;
	outline: 0;
	box-shadow: none;	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;	
}

.form-control-feedback {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 34px;
    height: 34px;
    font-family: 'opensans-regular';
    font-size: 13px;
    color: #ff3333;
    text-align: center;
    line-height: 34px;
    pointer-events: none;
    z-index: 2;
}

.form-control-feedback:before {
    content: '*';
}

.form-control-feedback-no {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 34px;
    height: 34px;
    font-family: 'opensans-regular';
    font-size: 13px;
    color: #3366ff;
    text-align: center;
    line-height: 34px;
    pointer-events: none;
    z-index: 2;
}

.form-control-feedback-no:before {
    content: '*';
}

.form-control-feedback-captcha {
    display: block;
    position: absolute;
    top: 0;
    left: 249px;
    width: 34px;
    height: 34px;
    font-family: 'opensans-regular';
    font-size: 13px;
    color: #ff3333;
    text-align: center;
    line-height: 34px;
    pointer-events: none;
    z-index: 2;
}

@media (max-width: 333 px) {
	.form-control-feedback-captcha {
		top: 37px;
		left: 134px;
	}
}	

.form-control-feedback-captcha:before {
    content: '*';
}

.form-control-num {
    display: inline;
    height: 34px;
    padding: 6px 2px;
    font-size: 12px;
	text-align: center;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
	box-shadow: none;	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}

.form-control-num:focus {
    border: 1px dashed #bfbdbe;
	outline: 0;
	box-shadow: none;	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.num, 
.captcha {
	display: inline;
	margin-bottom: 5px;
}

.num {
	color: #ff3333;
	width: 35px;
	text-align: center;
	font-weight: bold;
}

.captcha {
	color: #555;
	width: 148px;
	text-align: center;
	font-weight: bold;
}

.captcha::placeholder {
	font-weight: normal;
}

.correct {
	font-family: 'kingthings_trypewriter_2R';
    font-size: 11px;
	font-style: normal;
    font-weight: normal;
	color: #008000;
    text-align: left;
}

.incorrect {	
	font-family: 'kingthings_trypewriter_2R';
    font-size: 11px;
	font-style: normal;
    font-weight: normal;
	color: #ff3333;
    text-align: left;
}

.form-notify {
	margin-top: 20px;
	margin-bottom: -5px;
	font-size: 11px;
}

.required-field {
	font-size: 10px;
	line-height: 1.2;
}

.form-required {
	margin-top: -10px;
}

.error .form-control {
    border: 1px dashed #ff3333;
}

.error .form-control:focus {
    border: 1px solid #ff3333;
    outline: 0;
}

.success .form-control {
    border: 1px dashed #008000;
}

.success .form-control:focus {
    border: 1px solid #008000;
    outline: 0;
}

.successfully .form-control {
    border: 1px dashed #bfbdbe;
}

.successfully .form-control:focus {
    border: 1px solid #3366ff;
    outline: 0;
}

.successfully .error .form-control {
    border: 1px dashed #ff3333;
}

.successfully .error .form-control:focus {
    border: 1px solid #ff3333;
    outline: 0;
}

.successfully .success .form-control {
    border: 1px dashed #008000;
}

.successfully .success .form-control:focus {
    border: 1px solid #008000;
    outline: 0;
}

.form-text-error {
    color: #ff3333;
}

.form-text-success {
    color: #008000;
}

.required-yes,
.required-no {
    position: relative;
    top: -2px;
    font-size: 13px;
    font-family: 'opensans-regular';
    font-weight: normal;
    text-align: left;
}

.required-yes {
    color: #ff3333;
}

.required-no {
    color: #3366ff;
}

.required-yes:before,
.required-no:before {
    content: '*';
}

.form-icon-success,
.form-icon-error,
.form-icon-failure {
    margin-right: 5px;
    font-family: 'FontAwesome';
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-align: left;
    line-height: 1.1;
    text-transform: none;
    letter-spacing: 0;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form-icon-success {
    color: #008000;
}

.form-icon-success:before {
    content: '\f00c';
}

.form-icon-error {
    color: #ff3333;
}

.form-icon-error:before {
    content: '\f00d';
}

.form-icon-failure {
    color: #ff3333;
}

.form-icon-failure:before {
    content: '\f12a';
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed !important;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed !important;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: fixed;
    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: pointer;
    /* cursor: -moz-zoom-out; */
    /* cursor: -webkit-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: #fff;
}

.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: 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;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: 'opensans-regular';
}

.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: #fff;
    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;
    white-space: nowrap;
}

.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: -55px;
}

.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:active {
    left: -2px;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #999;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:active {
    right: -2px;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #999;
}

.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: #000;
}

/* 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: #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 {
	position: absolute;	
    font-family: 'kingthings_trypewriter_2R';
    font-size: 12px;
    text-align: left;
    line-height: 18px;
    color: #ccc;
    word-wrap: break-word;
    padding-right: 45px;
}

.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;
}

/* slider Vegas */
.vegas-overlay,
.vegas-content-scrollable,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
}

.vegas-content-scrollable {
    position: relative;
    height: 100%;
    overflow: auto;
}

.vegas-overlay {
    opacity: 0.5;
    background: rgba(0, 0, 0, 1);
}

.vegas-timer {
    top: auto;
    bottom: 0;
    height: 2px;
}

.vegas-timer-progress {
    width: 0%;
    height: 100%;
    background: white;
    transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
    width: 100%;
}

.vegas-slide,
.vegas-slide-inner {
    margin: 0;
    padding: 0;
    background: transparent center center no-repeat;
    transform: translateZ(0);
    will-change: transform, opacity;
}

body .vegas-container {
    overflow: hidden !important;
    position: relative;
}

.vegas-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

body.vegas-container {
    overflow: auto;
    position: static;
    z-index: -2;
}

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
    position: fixed;
    z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */
/* blur transition */
.vegas-transition-blur,
.vegas-transition-blur2 {
    opacity: 0;
    filter: blur(32px) brightness(1.01);
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
    opacity: 1;
    filter: blur(0px) brightness(1.01);
}

.vegas-transition-blur2-out {
    opacity: 0;
}

/* burn transition */
.vegas-transition-burn,
.vegas-transition-burn2 {
    opacity: 0;
    filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
    opacity: 1;
    filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
    opacity: 0;
    filter: contrast(1000%) saturate(1000%);
}

/* fade transition */
.vegas-transition-fade,
.vegas-transition-fade2 {
    opacity: 0;
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
    opacity: 1;
}

.vegas-transition-fade2-out {
    opacity: 0;
}

/* flash transition */
.vegas-transition-flash,
.vegas-transition-flash2 {
    opacity: 0;
    filter: brightness(25);
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
    opacity: 1;
    filter: brightness(1);
}

.vegas-transition-flash2-out {
    opacity: 0;
    filter: brightness(25);
}

/* negative transition */
.vegas-transition-negative,
.vegas-transition-negative2 {
    opacity: 0;
    filter: invert(100%);
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
    opacity: 1;
    filter: invert(0);
}

.vegas-transition-negative2-out {
    opacity: 0;
    filter: invert(100%);
}

/* slideDown transition */
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
    transform: translateY(-100%);
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
    transform: translateY(0%);
}

.vegas-transition-slideDown2-out {
    transform: translateY(100%);
}

/* slideLeft transition */
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
    transform: translateX(100%);
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
    transform: translateX(0%);
}

.vegas-transition-slideLeft2-out {
    transform: translateX(-100%);
}

/* slideRight transition */
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
    transform: translateX(-100%);
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
    transform: translateX(0%);
}

.vegas-transition-slideRight2-out {
    transform: translateX(100%);
}

/* slideUp transition */
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
    transform: translateY(100%);
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
    transform: translateY(0%);
}

.vegas-transition-slideUp2-out {
    transform: translateY(-100%);
}

/* swirlLeft transition */
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
    transform: scale(2) rotate(35deg);
    opacity: 0;
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

.vegas-transition-swirlLeft2-out {
    transform: scale(2) rotate(-35deg);
    opacity: 0;
}

/* swirlRight transition */
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
    transform: scale(2) rotate(-35deg);
    opacity: 0;
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

.vegas-transition-swirlRight2-out {
    transform: scale(2) rotate(35deg);
    opacity: 0;
}

/* zoomIn transition */
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
    transform: scale(0);
    opacity: 0;
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
    transform: scale(1);
    opacity: 1;
}

.vegas-transition-zoomIn2-out {
    transform: scale(2);
    opacity: 0;
}

/* zoomOut transition */
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
    transform: scale(2);
    opacity: 0;
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
    transform: scale(1);
    opacity: 1;
}

.vegas-transition-zoomOut2-out {
    transform: scale(0);
    opacity: 0;
}

/* kenburns animation */
.vegas-animation-kenburns {
    -webkit-animation: kenburns ease-out;
    animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
    0% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes kenburns {
    0% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

/* kenburnsDownLeft animation */
.vegas-animation-kenburnsDownLeft {
    -webkit-animation: kenburnsDownLeft ease-out;
    animation: kenburnsDownLeft ease-out;
}

@-webkit-keyframes kenburnsDownLeft {
    0% {
        transform: scale(1.5) translate(10%, -10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDownLeft {
    0% {
        transform: scale(1.5) translate(10%, -10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

/* kenburnsDownRight animation */
.vegas-animation-kenburnsDownRight {
    -webkit-animation: kenburnsDownRight ease-out;
    animation: kenburnsDownRight ease-out;
}

@-webkit-keyframes kenburnsDownRight {
    0% {
        transform: scale(1.5) translate(-10%, -10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDownRight {
    0% {
        transform: scale(1.5) translate(-10%, -10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

/* kenburnsDown animation */
.vegas-animation-kenburnsDown {
    -webkit-animation: kenburnsDown ease-out;
    animation: kenburnsDown ease-out;
}

@-webkit-keyframes kenburnsDown {
    0% {
        transform: scale(1.5) translate(0, -10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDown {
    0% {
        transform: scale(1.5) translate(0, -10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

/* kenburnsLeft animation */
.vegas-animation-kenburnsLeft {
    -webkit-animation: kenburnsLeft ease-out;
    animation: kenburnsLeft ease-out;
}

@-webkit-keyframes kenburnsLeft {
    0% {
        transform: scale(1.5) translate(10%, 0);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsLeft {
    0% {
        transform: scale(1.5) translate(10%, 0);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

/* kenburnsRight animation */
.vegas-animation-kenburnsRight {
    -webkit-animation: kenburnsRight ease-out;
    animation: kenburnsRight ease-out;
}

@-webkit-keyframes kenburnsRight {
    0% {
        transform: scale(1.5) translate(-10%, 0);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsRight {
    0% {
        transform: scale(1.5) translate(-10%, 0);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

/* kenburnsUpLeft animation */
.vegas-animation-kenburnsUpLeft {
    -webkit-animation: kenburnsUpLeft ease-out;
    animation: kenburnsUpLeft ease-out;
}

@-webkit-keyframes kenburnsUpLeft {
    0% {
        transform: scale(1.5) translate(10%, 10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUpLeft {
    0% {
        transform: scale(1.5) translate(10%, 10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

/* kenburnsUpRight animation */
.vegas-animation-kenburnsUpRight {
    -webkit-animation: kenburnsUpRight ease-out;
    animation: kenburnsUpRight ease-out;
}

@-webkit-keyframes kenburnsUpRight {
    0% {
        transform: scale(1.5) translate(-10%, 10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUpRight {
    0% {
        transform: scale(1.5) translate(-10%, 10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

/* kenburnsUp animation */
.vegas-animation-kenburnsUp {
    -webkit-animation: kenburnsUp ease-out;
    animation: kenburnsUp ease-out;
}

@-webkit-keyframes kenburnsUp {
    0% {
        transform: scale(1.5) translate(0, 10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUp {
    0% {
        transform: scale(1.5) translate(0, 10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}