@charset "utf-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body * {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
/* 	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif; */
}

h1, h2, h3, h4, h5, h6 {
	position: relative;
/* 	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif; */
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-weight: normal;
}

p, table, ol, ul {
	font-weight: 300;
	line-height: 1.5;
}

ol, ul {
	padding-left: 20px;
}

a {
	color: #63649F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

a.picture, a.photo {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-close {
	display: none;
}

.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
	
* html .group { zoom: 1; } /* IE6 */
*:first-child + html .group { zoom: 1; } /* IE7 */

/* toggle */

.toggle {
	display: block;
}

.toggle + .content {
	display: none;
	position: relative;
}

.toggle + .content .close {
	position: absolute;
	right: 0;
	bottom: 0;
}


/* table */

table {
	border-collapse: collapse;
}

.table_border * {
	border: 1px solid #000;
}

.even_odd tr:nth-child(odd) td {
	background: silver;
}

.even_odd tr:nth-child(even) td {
	
}

table span {
	border: none !important;
}


/* slideshow */

.fotorama__nav-wrap {
	position: absolute;
	bottom: 0;
}


/* ########## mobile ########## */

@media screen and (max-device-width: 480px) {
	
}


@media screen and (max-device-width: 480px) and (orientation: portrait) {
	
}


@media screen and (max-device-width: 480px) and (orientation: landscape) {
	
}


/* ########## tablet ########## */


@media screen and (min-device-width : 768px) and (max-device-width : 1024px) {

}


/* ########## desktop ########## */


@media screen and (min-device-width: 1224px) {

}