@font-face {
    font-family: 'Theinhardt-Regular';
    src: url('../webfonts/Theinhardt-Regular.eot');
    src: url('../webfonts/Theinhardt-Regular.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Theinhardt-Regular.woff2') format('woff2'),
        url('../webfonts/Theinhardt-Regular.woff') format('woff'),
        url('../webfonts/Theinhardt-Regular.ttf') format('truetype'),
        url('../webfonts/Theinhardt-Regular.svg#Theinhardt-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
section{
    display: block;
}
/*FORMER content-b*/
.fsb_content {
	/* background-color: #f2f2f2; */
	font-family: "Theinhardt-Regular";
	font-size: 100%;
	line-height: 24px;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 20px;
	width: 1000px;
	background-image: url(../images/BG-1020.png);  
	background-repeat: no-repeat;
	background-position:0px 0px; 
	/* display:table-cell;		
    position:relative; 
	vertical-align:middle;
	text-align:center; */
}

#options {
    position: relative;
    z-index: 100;
    margin-bottom: 40px;
}

header {
	display: inline-block;
	height: 135px;
	width: 1000px;
	position: relative;
    top: -70px;

}

.logo {
	display: inline-block;
	width: 201px;
	margin-left: -31px;
}

.title {
	display: inline-block;
	width: 584px;
}

.nav {
	display: inline-block;
	float: right;
	width: 230px;
	top: auto;
	padding-top: 93px;
	padding-right: 10px;
}

nav {
    text-align: right;
}

header h1 {
	font-family: "Theinhardt-Regular";
}

.button {
	display: inline-block;
	background-color: #000;
	border: none;
	text-align: left;
	font-family: "Theinhardt-Regular";
	font-size: 100%;
	line-height: 24px;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 0px;
	padding-bottom: 7px;
	width: 273px;
	transition: all 0.5s;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 16px;
	margin-bottom: 3px;
	outline: none;
	color: #6c6c6c;
}

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

.button span:after {
	font-size: 48px;
	background: url('../images/link.png') no-repeat center center;
	content: '_';
	position: absolute;
	opacity: 0;
	bottom: 0;
	right: -20px;
	transition: 0.5s;
	color: #000;
}

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

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

footer {
	border-top: 1px solid #CCC;
	font-size: 10px;
	position: relative;
	z-index: 100;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 40px;
}

hr {
	border: none;
	border-top: 1px solid #CCC;
	font-family: "Theinhardt-Regular";
}

figure {
    margin: 0;
}

code {
    font-family: 'Monaco', 'Menlo', monospace;
}

.container {
	width: 320px;
	height: 180px;
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	-o-perspective: 1000px;
	perspective: 1000px;
}
.cube {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -moz-transition: -moz-transform 0.4s ease-in-out;
    -ms-transition: -ms-transform 0.4s ease-in-out;
    -o-transition: -o-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}
.cube figure {
    display: block;
    position: absolute;
    height: 180px;
    width: 320px;
    border: 0px solid black;
    line-height: 196px;
    font-size: 20px;
    /*font-weight: bold;*/
    color: #6c6c6c;
    text-align: center;
    /*-webkit-box-shadow: 6px 6px 6px 2px rgba(235,235,235,1);
    -moz-box-shadow: 6px 6px 6px 2px rgba(235,235,235,1);
    box-shadow: 6px 6px 6px 2px rgba(235,235,235,1);*/
}
.cube.panels-backface-invisible figure {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cube .front {
    -webkit-transform: translateZ(55px);
    -moz-transform: translateZ(55px);
    -ms-transform: translateZ(55px);
    -o-transform: translateZ(55px);
    transform: translateZ(55px);
}
.cube .back {
    -webkit-transform: rotateX(-180deg) translateZ(55px);/*translateZ half of height of bottom */
    -moz-transform: rotateX(-180deg) translateZ(55px);
    -ms-transform: rotateX(-180deg) translateZ(55px);
    -o-transform: rotateX(-180deg) translateZ(55px);
    transform: rotateX(-180deg) translateZ(55px);
}
.cube .right {
    -webkit-transform: rotateY(90deg) translateZ(265px);
    -moz-transform: rotateY(90deg) translateZ(265px);
    -ms-transform: rotateY(90deg) translateZ(265px);
    -o-transform: rotateY(90deg) translateZ(265px);
    transform: rotateY(90deg) translateZ(265px);
}
.cube .left {
    -webkit-transform: rotateY(-90deg) translateZ(55px);
    -moz-transform: rotateY(-90deg) translateZ(55px);
    -ms-transform: rotateY(-90deg) translateZ(55px);
    -o-transform: rotateY(-90deg) translateZ(55px);
    transform: rotateY(-90deg) translateZ(55px);
}
.cube .top {
    -webkit-transform: rotateX(90deg) translateZ(55px);
    -moz-transform: rotateX(90deg) translateZ(55px);
    -ms-transform: rotateX(90deg) translateZ(55px);
    -o-transform: rotateX(90deg) translateZ(55px);
    transform: rotateX(90deg) translateZ(55px);
}
.cube .bottom {
    -webkit-transform: rotateX(-90deg) translateZ(124px);
    -moz-transform: rotateX(-90deg) translateZ(124px);
    -ms-transform: rotateX(-90deg) translateZ(124px);
    -o-transform: rotateX(-90deg) translateZ(124px);
    transform: rotateX(-90deg) translateZ(124px);
}
.cube.show-front {
    -webkit-transform: translateZ(-55px);
    -moz-transform: translateZ(-55px);
    -ms-transform: translateZ(-55px);
    -o-transform: translateZ(-55px);
    transform: translateZ(-55px);
}
.cube.show-back {
    -webkit-transform: translateZ(-120px) rotateX(-180deg);
    -moz-transform: translateZ(-120px) rotateX(-180deg);
    -ms-transform: translateZ(-120px) rotateX(-180deg);
    -o-transform: translateZ(-120px) rotateX(-180deg);
    transform: translateZ(-120px) rotateX(-180deg);
}
.cube.show-right {
    -webkit-transform: translateZ(-120px) rotateY(-90deg);
    -moz-transform: translateZ(-120px) rotateY(-90deg);
    -ms-transform: translateZ(-120px) rotateY(-90deg);
    -o-transform: translateZ(-120px) rotateY(-90deg);
    transform: translateZ(-120px) rotateY(-90deg);
}
.cube.show-left {
    -webkit-transform: translateZ(-120px) rotateY(90deg);
    -moz-transform: translateZ(-120px) rotateY(90deg);
    -ms-transform: translateZ(-120px) rotateY(90deg);
    -o-transform: translateZ(-120px) rotateY(90deg);
    transform: translateZ(-120px) rotateY(90deg);
}
.cube.show-top {
    -webkit-transform: translateZ(-120px) rotateX(-90deg);
    -moz-transform: translateZ(-120px) rotateX(-90deg);
    -ms-transform: translateZ(-120px) rotateX(-90deg);
    -o-transform: translateZ(-120px) rotateX(-90deg);
    transform: translateZ(-120px) rotateX(-90deg);
}
.cube.show-bottom {
    -webkit-transform: translateZ(-120px) rotateX(90deg); /*rotatex = ammount of transform eg 45 will give half rotation*/
    -moz-transform: translateZ(-120px) rotateX(90deg); /*translateZ = ammount of transform depth eg 500 zoomed right back*/
    -ms-transform: translateZ(-120px) rotateX(90deg);
    -o-transform: translateZ(-120px) rotateX(90deg);
    transform: translateZ(-120px) rotateX(90deg);
}
.cube .bottom {
    height: 90px;
    width: 300px;
    background-color: black;
    line-height: 20px;
    font-size: 18px;
    text-align: left;
    padding: 10px;
}
.cube .right {
    width: 110px;
    font-size: 20px;
}
.cube .left {
    width: 110px;
	font-size: 20px;
}
.cube .top {
    height: 110px;
    line-height: 90px;
}
.clear {
    clear: both;
}
.left {
    float: left;
}

.viewer {
    display: inline-block;
}

.positioner {
	display: inline-block;
	width: 595px;
}

.person {
    display: inline-block;
	float: right;
}

/*code for html pop*/



/* This adds padding from top and bottom */
.custom-popup-class .mfp-container {
	padding-top: 40px;
	padding-bottom: 40px;	
}

/* EXAMPLE01*/
/* This adds max-width to popup content*/
.custom-popup-class .mfp-content {
	width: 100%;
	max-width: 1920px;
	/* height: 100%;
	max-height: 1280px;*/
}
/* This makes "#popup-with-something" scale down proportionally */
#popup-with-something {
	width: 100%;
	height: 0;
	overflow: hidden;
	/* This is scale ratio */
	padding-top: 56.25%;
}
/* This shifts close button outside of the container */
#popup-with-something .mfp-close {
	top: -44px;
	color: #FFF;
	text-align: right;
	right: 1px;
}
/* This is an element itself */
.some-element {
	/*background: #D1005d;*/
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

/* EXAMPLE02*/
.custom-popup-class2 .mfp-content {
	width: 100%;
	max-width: 1920px;
	/* height: 100%;
	max-height: 1280px;*/
}
#popup-with-something2 {
	width: 100%;
	height: 0;
	overflow: hidden;
	/* This is scale ratio */
	padding-top: 56.25%;
}
#popup-with-something2 .mfp-close {
	top: -44px;
	color: #FFF;
	text-align: right;
	right: 1px;
}
.some-element2 {
	/*background: #EBE8E8;*/
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}



/* EXAMPLE03
.custom-popup-class3 .mfp-content {
	width: 100%;
	max-width: 1920px;
	/* height: 100%;
	max-height: 1280px;
}
#popup-with-something3 {
	width: 100%;
	height: 0;
	overflow: hidden;
	This is scale ratio
	padding-top: 56.25%;
}
#popup-with-something3 .mfp-close {
	top: -44px;
	color: #FFF;
	text-align: right;
	right: 1px;
}
.some-element3 {
	background: #EBE8E8;
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}*/



/* EXAMPLE04
.custom-popup-class4 .mfp-content {
	width: 100%;
	max-width: 1920px;
	height: 100%;
	max-height: 1280px;
}
#popup-with-something4 {
	width: 100%;
	height: 0;
	overflow: hidden;
	This is scale ratio
	padding-top: 56.25%;
}
#popup-with-something4 .mfp-close {
	top: -44px;
	color: #FFF;
	text-align: right;
	right: 1px;
}
.some-element4 {
	background: #EBE8E8;
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}*/




/*style for html pop end*/


/* unvisited link */
a:link {
    color: #6c6c6c;
}

/* visited link */
a:visited {
    color: #6c6c6c;
}

a {
	outline : none;
}


@media only screen and (max-width: 1067px) {
	.fsb_content {
	/* background-color: #f2f2f2; */
	font-family: "Theinhardt-Regular";
	font-size: 100%;
	line-height: 24px;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 20px;
	width: 671px; 
	background-image: url(../images/BG-1370.png);
	background-repeat: no-repeat;
	background-position:0px 0px; 
	/* display:table-cell;		
    position:relative;
	vertical-align:middle;
	text-align:center; */
}

.title {
	display: inline-block;
	width: 255px;
}

header {
	height: 135px;
	width: 671px;
	position: relative;
    top: -70px;

} }

@media only screen and (max-width: 721px) {
	.fsb_content {
	/* background-color: #f2f2f2; */
	font-family: "Theinhardt-Regular";
	font-size: 100%;
	line-height: 24px;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 20px;
	width: 341px; 
	background-image: url(../images/BG-2545.png);
	background-repeat: no-repeat;
	background-position:0px 0px; 
	/* display:table-cell;		
    position:relative;
	vertical-align:middle;
	text-align:center; */
}

.title {
	display: inline-block;
	width: 5px;
}

header {
	height: 135px;
	width: 341px;
	position: relative;
    top: -70px;
}

.nav {
    display: inline-block;
    width: 150px;

} }
