/** header **/

body
{
	background: #fff;
}

#header
{
	position: relative;
	top: 0;
	background-color: rgb(0, 0, 0);
}

.header-content
{
	font-family: issimFont;
	font-size: 1.8em;

	width: 90%;
	margin: 0 auto;

	z-index: 10;
}

/** sections **/

.column-3-1-2
{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-gap: 30px; /* Firefox */
	column-count: 2;

	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-gap: 30px;

	-webkit-column-fill: balance;
	-moz-column-fill: balance;
	column-fill: balance;

	width: 66%;
	float: left;

	line-height: 1.5em;
}


/** section footer **/

.s-footer
{
}

.footer-top-fix
{
	padding-top: 5px;
}

/** shared styles **/

.nav-selected
{
	border-bottom: 2px solid #fff!important;
}

.content
{
	padding-top: 20px;
	width: 90%;
	margin: 0 auto;
}

.wrapper-content
{
	margin: 20px -10px 0 0;
}

.s-work-nav
{
	font-family: issimFont;
}

.image-container
{
	width: 100%;
}

.full-image
{
	width: 100%;
	height: auto;
}

.half-image-text
{
	width: 100%;
}

.text-square
{
	background-color: #d9d9d9;
	height: 100%;
}

.text-field
{
	box-sizing: border-box;
	vertical-align: top;
	background-color: #d9d9d9;
	font-family: issimContact;
	font-weight: normal;
	line-height: 24px;
	color: #666;

	padding: 5px 15px;
}

.image-field
{
	width: 49.5%;
	float: none;
	display: table-cell;
	vertical-align: middle;
	text-align: right;

	background-color: black;
}

.grid-sizer,
.grid-item
{
	width: -webkit-calc(33.333333333333333% - 10px);
	width: calc(33.333333333333333% - 10px);
	margin-bottom: 10px;
	position: relative;
}

.darken
{
	background: black;
	cursor: zoom-in;
}

.darken img
{
    display: block;

    -webkit-transition: opacity 0.45s ease;
       -moz-transition: opacity 0.45s ease;
        -ms-transition: opacity 0.45s ease;
         -o-transition: opacity 0.45s ease;
            transition: opacity 0.45s ease;
}

.darken:hover img
{
    opacity: 0.7;
}

.grid-item:hover .zoom-image-icon
{
	display: block;
	visibility: visible;
}

.zoom-image-icon
{
	color: #fff;
	position: absolute;
	top: -webkit-calc(50% - 1.28571429em);
	left: -webkit-calc(50% - 1.28571429em);
	top: calc(50% - 1.28571429em);
	left: calc(50% - 1.28571429em);
	display: hidden;
	visibility: hidden;
	margin: auto auto;
	z-index: 100;

  -webkit-transition: visibility 0.1s ease;
     -moz-transition: visibility 0.1s ease;
      -ms-transition: visibility 0.1s ease;
       -o-transition: visibility 0.1s ease;
          transition: visibility 0.1s ease;
}

.nav-left,
.nav-menu,
.nav-right
{
	margin: 0;
	background-size: cover;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 7px;
}

.nav-left
{
	background-image: url("../img/arrow-left-black.png");
}
.nav-left:hover
{
	background-image: url("../img/arrow-left-red.png");
}

.nav-right
{
	background-image: url("../img/arrow-right-black.png");
}
.nav-right:hover
{
	background-image: url("../img/arrow-right-red.png");
}

.nav-menu
{
	background-image: url("../img/menu-black.png");
}
.nav-menu:hover
{
	background-image: url("../img/menu-red.png");
}

.nav-field
{
	margin: 16px 0 26px 0;
	text-align: center;
}

.nav-left,
.nav-right,
.nav-menu
{
	float: none;
	display: inline-block;
	margin-top: 0;
}

@media (max-width: 968px)
{
	.grid-sizer,
	.grid-item
	{
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
	}
}

@media (max-width: 493px)
{
	.grid-sizer,
	.grid-item
	{
		width: -webkit-calc(100% - 10px);
		width: calc(100% - 10px);
	}
}

.f-500
{
	background-image: url('../img/500_on.png');
}

/*
.f-500:hover
{
	background-image: url('../img/500.png');
}
*/

.f-fbook
{
	background-image: url('../img/fbook_on.png');
}

.f-be
{
	background-image: url('../img/be_on.png');
}

.f-flickr
{
	background-image: url('../img/flickr_on.png');
}

.f-instagram
{
	background-image: url('../img/instagram_on.png');
}

.f-pinterest
{
	background-image: url('../img/pinterest_on.png');
}

/* vim: set ts=2 sw=2 smarttab: */
