/************************************************************************
*
*   G L O B A L  C S S
*
*   Author:  Blink Creative
*   Date:    19 September 2012
*   Web:     http://www.blinkcreative.com.au
*   Email:   breon@blinkcreative.com.au
*   Version: 1.0
*
*************************************************************************/


/*-----------------------------------------------------------------------
Reset
------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,input, textarea, button
{
    background:transparent;
    border:0;
    font-size:100%;
	list-style:none;
    margin:0;
    outline:0;
    padding:0;
    vertical-align:baseline;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary
{
    display:block;
}

nav ul
{
    list-style:none;
}

blockquote, q
{
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
    content:'';
    content:none;
}

a
{
    background:transparent;
    border:0;
    font-size:100%;
    margin:0;
    padding:0;
    vertical-align:baseline;
}

ins
{
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark
{
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del
{
    text-decoration: line-through;
}

abbr[title], dfn[title]
{
    border-bottom:1px dotted #000;
    cursor:help;
}

table
{
    border-collapse:collapse;
    border-spacing:0;
}

hr
{
    border:0;
    border-top:1px solid #cccccc;
    display:block;
    height:1px;
    margin:1em 0;
    padding:0;
}

input, select
{
    vertical-align:middle;
}

/*-----------------------------------------------------------------------
Control Panel
------------------------------------------------------------------------*/

html,
body
{
	height:100%;
	width:100%;
}


.float-left
{
	float:left !important;
}

.float-right
{
	float:right !important;
}

.clear
{
	clear:both;
}

.none
{
	display:none;
}

a
{
	color:#ffffff;
}

a:hover
{
	color:#ffffff;
}

/*-----------------------------------------------------------------------
Icons
------------------------------------------------------------------------*/

.icon-close
{
	background:url("../images/close.png");
	width:24px;
	height:24px;

}

.icon-navicon
{
	background:url("../images/navicon.png");
	width:30px;
	height:25px;
}

.icon-arrow-left
{
	width:12px;
	height:22px;
	background:url(../images/arrow-left.png) no-repeat 0 0;
}

.icon-arrow-right
{
	width:13px;
	height:22px;
	background:url(../images/arrow-right.png) no-repeat 0 0;
}



/*-----------------------------------------------------------------------
Global
------------------------------------------------------------------------*/

.frame-navigation
{
	background:#ffffff;
	padding:12px 24px;
	position:fixed;
	z-index:99;
	height:70px;
	width:100%;
}

.navigation-icon
{
	color:#ffffff;
	float:right;
	font-size:28px;
	padding:10px 0 0 0;
	cursor:pointer;
}

.logo
{
	float:left;
	color:#000000;
	font-size:32px;
	line-height:46px;
	font-family: "ltc-bodoni-175", serif;
	font-weight:normal;
	letter-spacing:-1px;
	text-transform:uppercase;
}

.frame-navigation.dark .navigation-icon,
.frame-navigation.dark .logo,
.frame-navigation.dark .logo a
{
	color:#000000;
}

#navigation-container
{
    bottom: 0;
    height: 380px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.logo a
{
	color:#000000;
}

.logo a:hover,
.logo a:focus,
.frame-navigation.dark .logo a:hover,
.frame-navigation.dark .logo a:focus
{
	outline:none;
	text-decoration:none;
}

/*--Menu--*/

#frame-overlay
{
	background:rgba(255,255,255,1);
	min-height:100%;
	display:none;
	width:100%;
	*width:auto;
	position:fixed;
	z-index:99999;
}


#main-navigation li
{
	font-family: proxima-nova, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:23px;
	line-height: 1.6;
	text-transform: uppercase;
	text-align:center;
}

#main-navigation li a
{
	color:#000000;
}

#main-navigation li:hover a
{
	color:#4d4d4d;
	text-decoration: none;
}

#main-navigation li:hover a::before {
    content: "{ ";
}

#main-navigation li:hover a::after {
    content: " }";
}


#sub-navigation li,
#social-nav a
{
	color:#000000;
	display:inline;
	font-size:16px;
	font-family: proxima-nova, sans-serif;
	font-style: normal;
	font-weight: normal;
}

#sub-navigation {
	padding:20px 0 0;
	margin:20px auto 0;
	text-align:center;
}

#social-nav {
	padding:20px 0 0;
	width:200px;
	margin:0 auto;
	text-align:center;
}

#sub-navigation li a
{
	color:#000000;
	font-weight: normal;
}

#sub-navigation li .divider
{
	margin:0 13px 0 20px;
}

#sub-navigation li:last-child .divider
{
	display:none;
}

#page-container
{
	display:none;
	padding:10% 0 2%;
	width:20%;
	margin: 0 auto;
	text-align: center;
}

#page-container h1
{
	color:#000000;
	font-size:25px;
	font-family: proxima-nova, sans-serif;
	font-style: normal;
	font-weight: 300;
	text-transform:uppercase;
	margin:0 0 25px;
}

#page-container p
{
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	font-size:15px;
	letter-spacing: 1px;
	line-height: 18px;
	color:#000000;
	margin:0 0 10px;
}

#page-container p a
{
	color:#000000;
}

#page-container .back
{
	color:#000000;
	cursor: pointer;
	font-size:16px;
	font-family: proxima-nova, sans-serif;
	font-style: normal;
	font-weight: 300;
	text-transform:uppercase;
	margin:30px 0;
}



/*-----------------------------------------------------------------------
Overview
------------------------------------------------------------------------*/

.subpage-overlay
{
	position:absolute;
	z-index:2;
}

#frame-content
{
   	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:1;
}

#frame-content.gallery-overview
{
	position:relative;
	top:70px;
}

#frame-content.gallery-overview .row
{
	position:relative;
	z-index:2;
}

/*-----------------------------------------------------------------------
Slider
------------------------------------------------------------------------*/

#close
{
	top: 32px;
    color: #000000;
    cursor: pointer;
    font-size: 24px;
    right: 32px;
    position: absolute;
    z-index: 9999999;
}

.center-gallery
{
	display:table;
	height:100%;
	width:100%;
}

#arrow-nav
{
	margin:20px auto;
	width:70px;
	z-index:999999;
	display: none;
}

#arrow-nav div
{
	cursor:pointer;
}

#arrow-nav .icon-arrow-left{float:left;}
#arrow-nav .icon-arrow-right{float:right;}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn,
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: initial;
}

.rsDefault .rsArrowRight .rsArrowIcn {
	background: url('../images/arrow-right.png');
	background-repeat: no-repeat;
}

.rsDefault .rsArrowLeft .rsArrowIcn {
	background: url('../images/arrow-left.png');
	background-repeat: no-repeat;
}

#gallery-container
{
	background:#ffffff;
	width:100%;
	height:100% !important;
	display:none;
	z-index:9999;
}

#gallery
{
	width:100%;
	position:relative;
	margin:110px 0 0;
	height:70% !important;
}

.gallery-content
{
	background:#ffffff;
	text-align: center;
	padding:20px;
	height: 400px;
}

.gallery-content h1
{
	color:#222222;
	font-size:23px;
	text-transform:uppercase;
	font-family: proxima-nova, sans-serif;
	font-style: normal;
	font-weight: 300;
}

.gallery-content .view
{
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	font-size:16px;
	letter-spacing: 1px;
	line-height: 18px;
	margin: 15px 0 0;
	text-transform:uppercase;
	color:#000000;
	cursor: pointer;
}

.gallery-content h3
{
	font-family: "proxima-nova-alt",sans-serif;
	font-size:15px;
	letter-spacing: 1px;
	line-height: 18px;
	margin: 15px 0 0;
	color:#000000;
}

.gallery-content p
{
	font-family: "proxima-nova",sans-serif;
	font-size:13px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 18px;
	color:#000000;
}

.gallery-table
{
	display:table;
	width:80%;
	margin:0 auto;
	height:400px;
}

.gallery-content
{
	display:table-row;
	width:100%;
	*width:auto;
}


.content-show
{
	text-align: center;
	display:none;
	position: relative;
	vertical-align: middle;
	*top:30%;
	height: 100%;
	width:100%;
}

.content-title
{
	text-align: center;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	*top:40%;
	height: 100%;
	width:100%;
}


.seperator
{
	background:#000000;
	width:2%;
	margin:20px auto;
	height:1px;
	display:block;
}

.gallery-content:hover .content-title
{
	display:none;
}

.gallery-content:hover .content-show
{
	display:table-cell;
	*display:block;
}

.gallery-content:hover h1
{
	display:none;
}

.gallery-content:hover h3
{
	display:none;
}

/*--Slider--*/

.visibleNearby .rsSlide img {
  opacity: 0.45;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.visibleNearby .rsActiveSlide img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*-----------------------------------------------------------------------
Subpage
------------------------------------------------------------------------*/

#frame-content.subpage .wrapper
{
	margin:10% auto;
	background:rgba(0,0,0,0.7);
	float:none;
	padding:25px;
	width:940px;
}

#frame-content.subpage .wrapper h1
{
	color:#ffffff;
	font-weight:500;
	font-size:26px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	text-transform:uppercase;
	margin:0 0 20px;
}

#frame-content.subpage .wrapper .user-content
{
	color:#ffffff;
	font-size:14px;
	line-height:20px;
   -moz-column-count: 2;
   -moz-column-gap: 20px;
   -webkit-column-count: 2;
   -webkit-column-gap: 20px;
}

#frame-content.subpage .wrapper .user-content h2
{
	color:#ffffff;
	font-weight:600;
	font-size:18px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	text-transform:uppercase;
	margin:0 0 10px;
}


#frame-content.subpage .wrapper .user-content p
{
	margin:0 0 20px;
}


.rsGCaption
{
	display:none;
}



/*------------------------------------------------------
Grid Overlay
-------------------------------------------------------*/

.gallery-overview a
{
	background:#ffffff;
	display:block;
	margin: 0 3px 6px;
 }

.gallery-overview a:hover
{
	background:#000000;
 }

.gallery-overview a img:hover
{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity:0.5 !important;
	-moz-opacity:0.5 !important;
	-webkit-opacity:0.5 !important;
	filter:alpha(opacity=50) !important; /* For IE8 and earlier */
}

#siteby {
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

#siteby a {
    font-size: 15px;
    color: #d3d3d3;
}

@media (max-width: 1200px) {

	#page-container
	{
		width:60%;
	}


	#frame-content.subpage .wrapper
	{
		width:600px;
		margin:20% auto;
	}
}

@media (max-width: 767px) {

	#sub-navigation
	{
		margin:0 auto;
	}

	#social-nav {
		padding: 0;
	}


	#page-container h1
	{
		font-size:20px;
	}

	#page-container
	{
		width:80%;
	}

	#main-navigation li
	{
		font-size:20px;
		line-height: 35px;
	}


	#frame-content.subpage .wrapper
	{
		width:80%;
		margin:25% auto;
	}

	#frame-content.subpage .wrapper .user-content
	{
		color:#ffffff;
		font-size:14px;
		line-height:20px;
	   -moz-column-count: 1;
	   -moz-column-gap: 20px;
	   -webkit-column-count: 1;
	   -webkit-column-gap: 20px;
	}

	#navigation-container
	{
		top:70px;
	}

	.gallery-overview img {
   		padding: 0 3px 6px;
	}

}

@media (max-width:425px) {

    #siteby {
        display: none;
    }

    #navigation-container {
        top: 30px;
    }

    #main-navigation li {
        font-size: 20px;
        line-height: 35px;
    }

    .seperator {
        margin: 10px auto;
    }

    #main-navigation li:hover a::before {
        content: none;
    }

    #main-navigation li:hover a::after {
        content: none;
    }

}


@media (max-height: 380px) {

	#navigation-container
	{
		top:70px;
		position:static;
	}

	#main-navigation li
	{
		font-size:18px;
		line-height: 22px;
		top:10px;
	}

	.seperator
	{
		display:none;
	}

	.gallery-overview img {
   		padding: 0 3px 6px;
	}

}
