/* Makeshift CSS Reset */
{
	margin: 0;
	padding: 0;
}
/* Tell the browser to render HTML 5 elements as block */
header, footer, aside, nav, article{
	display: block;
}
body {
	width: 1080px;
	font: 12px/22px Helvetica, Arial, sans-serif;
	color:#999;
	margin-top: 5;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: bottom;
	background: #FFF;
}
div{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*border: 1px dotted #CCC;*/
}
img{
	border:0;
}
p {
	font-size: 12px;
	color: #999;
	text-align: justify;
	margin: 10px;
	line-height: 18px;
}
h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #333;
}
h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	color: #666;
	margin-left: 10px;
	text-transform: uppercase;
	letter-spacing: .4em;
}
h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #333;
}
h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	color: #000;
	margin-left: 10px;
	text-transform: uppercase;
	letter-spacing: .4em;
}
.modelBox {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #333;
	height: 41px;
	width: 270px;
	text-align: center;
	margin-bottom: 1px;
	margin-left: 1px;
	line-height: 35px;
}

.modelBox.last {
	height: 40px;
}
.modelInfo {
	font: Helvetica, Arial, sans-serif;;
	font-size: 14px;
	color: #666;
	text-align: center;
}

#table {
 display: table;
 border-spacing: 0.5em;
}
#table .cell {
 display: table-cell;
}
.cell {
 display: table-cell;
}
#opacity50 {
    filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}
a {
	color: #c09741;;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
#navContent {
	width: auto;
	float: right;
}
#navContent ul {
	list-style: none;
}
#navContent ul li {
	float: left;

	text-align: center;
	list-style: none;
	list-style-type: none;
	display: inline;
}
#navContent ul li a {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #333;
	text-decoration: none;
	text-align: right;
	letter-spacing: .2em;
	display: inline-block;
	margin-left: 25px;
	line-height: 30px;
	text-transform: uppercase;
	-webkit-transition: color .6s linear;
	-moz-transition: color .6s linear;
	-ms-transition: color .6s linear;
	-o-transition: color .6s linear;
	transition: color .6s linear;

}
#navContent ul li a:hover {
	color: #ccc;
	text-decoration: none;
}

#navContent ul li.on a {
	color: #c09741;;
}

navsubContent {
	width: auto;
	float: right;
}
navsubContent ul {
	list-style: none;
}
navsubContent ul li {
	float: left;
}
navsubContent ul li a {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 200;
	color: #666;
	text-decoration: none;
	text-align: right;
	letter-spacing: .1em;
	display: inline-block;
	margin-left: 30px;
	line-height: 30px;
	text-transform: uppercase;
	-webkit-transition: color .6s linear;
	-moz-transition: color .6s linear;
	-ms-transition: color .6s linear;
	-o-transition: color .6s linear;
	transition: color .6s linear;
}
navsubContent ul li a:hover {
	color: #c09741;;
	text-decoration: none;
}

navsubContent ul li.on a {
	color: #c09741;;
}


#hPoint ul{
  flot: left;
}

#hPoint li{
 display: inline-block;
 margin-left: 10px;
}
#intro {
	margin-top: 10px;
	height: auto;
}

.x-small {
	font-size: 10px !important;
	line-height: 14px !important;
}
.sp {
	font-size: 12px !important;
	line-height: 14px !important;
	color: #333; !important;
}


.left {
	float: left !important;
	text-align: left;
	vertical-align: top;
}
.right {
	float: right !important;
	text-align: right;
	vertical-align: top;
}
.color-999 {
	color: #999
}
.bot-border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.margin-top {
	margin-top: 2px;
}
.margin-bottom {
	margin-bottom: 2px;
}
.margin-left {
	margin-left: 2px;
}
.margin-right {
	padding-right: 2px;
}

.slideshow_left {

}

.slideshow_right {

}

.fade {
	opacity: 0;
   	transition: opacity .25s ease-in-out;
   	-moz-transition: opacity .25s ease-in-out;
   	-webkit-transition: opacity .25s ease-in-out;
}

.fade:hover {
	opacity: 0.5;
	cursor: hand;
	cursor: pointer;
}
.margin-left-10 {
	margin-left: 10px;
}
.margin-top-10 {
	margin-top: 10px;
}

#rd-corner {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #CCC;
}

.button {
	margin: 0;
	padding: 0 15px 0 20px;
	display: inline-block;
	width: auto;
	cursor: pointer;
	color: #FFF !important;
	width: 275px;
	min-height: 62px;
	line-height: 50px;
	font-family: 'GeosansLightRegular', Arial, Helvetica, sans-serif;
	text-decoration: none !important;
	text-transform: uppercase;
	text-align: center;
	font-size: 100%;
	letter-spacing: 4px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.6);
	border: 0;
}
.button:active {
	padding-top: 2px;
	margin: 0;
	height: 48px;
	line-height: 48px;

    text-shadow: 0 -1px 1px rgba(0,0,0,0.8);
}

.button.black {
	background: #000; /* old browsers */
	background: -moz-linear-gradient(top, #666 10%, #000 90%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#666), color-stop(90%,#000)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#000',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #666 10%,#000 90%); /* opera */
}
.button.black:hover {
	background: #999; /* old browsers */
	background: -moz-linear-gradient(top, #999 10%, #000 90%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#999), color-stop(90%,#000)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999', endColorstr='#000',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #999 10%,#000 90%); /* opera */

	opacity: .8;
   	transition: opacity .5s ease-in-out;
   	-moz-transition: opacity .5s ease-in-out;
   	-webkit-transition: opacity .5s ease-in-out;
}

#greyscale_backup {
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
}

.dateText {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 200;
	color: #fff;
	background-color: #000;
	padding-left: 10px;
	padding-right: 25px;
	opacity:0.7;
	-webkit-border-radius-bottomright:4px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

div.aspectcorrect {
	overflow: hidden;
	position: relative;
}

div.aspectcorrect > img{
    position: absolute;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}


img.grayscaleimg {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

img.grayscaleimg:hover {
    filter: none; /* IE6-9 */
    -webkit-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}


.modelThumb {
	border: 1px solid #333;
	display: inline-block;
	height: 240px;
	width: 167px;
	margin: 5px;
	transition: all .4s ease;
	transform-style: preserve-3d;
	transform-origin: center;
	position: relative;
}

.modelThumb .overlay {
	position: absolute;
	z-index: +1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
	background: rgba(0,0,0,1);
	opacity: 0;
}

.modelThumb .overlay .overlay-text {
	color: #FFF;
	font: 200 18px 'Raleway', sans-serif;.
	line-height: 27px;
	text-align: center;
	position: absolute;
	z-index: +2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 10px;
}

.modelThumb:hover img {

	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */

		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform-origin: center;
		transform-origin: center;
}

.modelThumb:hover .overlay  {

	opacity: .75;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.footer-links a {
	color: #999;
}


ul.insta-feed {
	margin: 0 0 50px 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

ul.insta-feed li {
	width: 245px;
	height: 245px;
	overflow: hidden;
}

ul.insta-feed li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
