@import url('demo.css');
@import url('../css/style.css');
@import url(http://weloveiconfonts.com/api/?family=entypo);


@font-face {
			  font-family: "iconmoon";
			  src: url('icomoon.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
			       url('icomoon.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
			}
@font-face {
  font-family: 'entypo-selected';
  src: url("../fonts/entypo-selected.eot");
  src: 
	  url("../fonts/entypo-selected.eot?#iefix") format('embedded-opentype'), 
	  url("../fonts/entypo-selected.woff") format('woff'), 
	  url("../fonts/entypo-selected.ttf") format('truetype'), 
	  url("../fonts/entypo-selected.svg#entypo-selected") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face{ 
					font-family: "Geotica Three";
					src: url('../fonts/Geotica_Three-webfont.eot');
					src: url('../fonts/Geotica_Three-webfont.eot?#iefix') format('embedded-opentype'),
			    		url('../fonts/Geotica_Three-webfont.woff') format('woff'),
			    		url('../fonts/Geotica_Three-webfont.ttf') format('truetype'),
			    		url('../fonts/Geotica_Three-webfont.svg#webfont') format('svg');
			}


/* Gamma Gallery Style */

.gamma-container {
	min-height: 200px;
}

.gamma-gallery {
	list-style-type: none;
	padding: 0;
	margin-top:0;
	width: 100%;
	position: relative;
}

/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.gamma-gallery:before,
.gamma-gallery:after {
    content: " ";
    display: table;
}

.gamma-gallery:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
.gamma-gallery {
    *zoom: 1;
}
 */

.gamma-gallery li {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	padding: 1px;
}

.gamma-gallery li img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

.gamma-description {
	background: rgba(34,49,63,0.98);
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	text-align: center;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

.no-touch .gamma-gallery li:hover .gamma-description {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 1;
}
 
.gamma-description:before {
	content: '';
	height: 100%;
}

.gamma-description:before,
.gamma-description h3 {
	display: inline-block;
	vertical-align: middle;
}

.gamma-description h3 {
	font-family: "Source Sans Pro", sans-serif;
	width: 100%;
	padding: 0 20px;
	color: white;
	font-weight: 200;
	text-transform: lowercase;
	font-size: 16px;
}
i{
	color: #ccc;
	font-size: 14px;
	font-family: 'Lora', serif
}

.gamma-buttons {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
}

.gamma-buttons button {
	float: left;
	background: #333;
	color: #fff;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 14px;
	margin-left: 5px;
	cursor: pointer;
	border: none;
	outline: none;
}

.gamma-buttons button:before,
.gamma-nav span:before {
	font-family: 'entypo-selected';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: block;
	text-align: center;
	opacity: 0.7;
	outline: none;
}

.no-touch .gamma-buttons button:hover {
	background: #666;
}

button.gamma-btn-close:before {
	content: '\2715';
}

button.gamma-btn-ssplay:before {
	content: '\25b6';
}

button.gamma-btn-sspause:before {
	content: '\2389';
}

.gamma-single-view {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	z-index: 10000;
	text-align: center;
	display:none;
}

.gamma-overlay{
	background: #0d1319;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: none;
	z-index: 9999;
}

.gamma-single-view img {
	position: absolute;
	cursor: pointer;
}

.gamma-description-wrapper {
	background: #0d1319;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	padding: 5px 0;
}

.gamma-single-view .gamma-description {
	background: transparent;
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	top: auto;
}

.gamma-single-view .gamma-description h3 {
	font-size: 15px;
	padding: 5px 0;
	color: #fff;
}

.gamma-nav span {
	position: absolute;
	display: block;
	width: 20px;
	height: 38px;
	top: 50%;
	margin-top: -19px;
	left: 20px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.gamma-nav span.gamma-next {
	left: auto;
	right: 20px;
}
.gamma-nav span.gamma-next, span.gamma-prev{
		z-index: 10001;
}
.gamma-nav span:before {
	color: #fff;
	opacity: 0.7;
	font-size: 40px;
}

.gamma-nav span:hover:before {
	opacity: 1;
}

.gamma-nav span:before {
	display: block;
	margin: 0;
	width: auto;
}

.gamma-nav span.gamma-prev:before {
	content: '\e75d';
}

.gamma-nav span.gamma-next:before {
	content: '\e75e';
}

.gamma-img-fly {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

/* Loaders */

.gamma-loading {
	background: transparent url(../images/loader_light.gif) no-repeat center center;
}

.gamma-single-view.gamma-loading {
	background: transparent url(../images/loader_dark.gif) no-repeat center center;
}

/* Make some things unselectable. Remove where selection is needed: */

.gamma-container img,
.gamma-nav span,
.gamma-buttons button,
.gamma-description-wrapper,
.gamma-description,
.gamma-description h3 {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.footer-extra{
	margin-top: 0;
	width: 100%;
	background: #ebeced;
}
	
	.footer-left{
		max-width: 1050px;
		width: 100%;
		margin: 0 auto 0 auto;
		padding: 25px 0;

		
	}
	.footer-left > div {
	    display: inline-block;
	    display: -moz-inline-box;
	    *display: inline; /* For IE7 */
	    zoom: 1; /* Trigger hasLayout */
	    width: 20%;
	    text-align: center;
	    box-sizing:border-box;
	    vertical-align: middle;
	}
	.footer-left #imgdiv{
		width: 18%;
	}
	.footer-left img{
		width:45px;
		margin: 0 auto;
	}

	.footer-left p{
		vertical-align: middle;
		color: #22313F;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 14px;
	}

	.footer-glyph{
		font-size: 10px;
		padding:0 10px;
	}
.col-1-3{
	width: 33%;
	height: 165px;
	display: inline-block;
	background-color:#1d0c1b;
}
.to-top{
	position: relative;
	left:8px;
}
#max-widthwrapper{
	max-width: 1050px;
	margin: 0 auto;
}
#footer {
	display: block;
	height: 210px;
	width: 100%;
	background-color:#1d0c1b;
	color: #000;
 	-webkit-transition: 0.2s margin ease-out;
	-moz-transition: 0.2s margin ease-out;
	-o-transition: 0.2s margin ease-out;
}	
	.col-1-3 p{
		padding: 90px 0 80px 0;
		display: inline-block;
		color: #8e858d;
		font-family: 'Source Sans Pro', sans-serif;
		-webkit-transition: 0.4s ease-out;
		-moz-transition: 0.4s ease-out;
		-o-transition: 0.4s ease-out;
	}

	.col-1-3 ul{
		display: inline-block;
		text-align: left;
		vertical-align: middle;
		padding: 20px 36px;
	}
	.col-1-3 li a{
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 16px;
		line-height: 30px;
		color: #8e858d;
		-webkit-transition: 0.4s ease-out;
		-moz-transition: 0.4s ease-out;
		-o-transition: 0.4s ease-out;
	}
	#footer div:nth-of-type(3){
		text-align: right;
	}
	.col-1-3 li a:hover{
		color: #ebeced
	}
	#to-top:hover{
		color: #ebeced
	}

@media screen and (max-width: 980px){
	h2{
		padding: 15px 0;
	}
	h1{
		padding: 30px 0;
	}
#footer{
        height:500px;
    }
    #footer div:nth-of-type(n+2){
    	height: 120px;
    }
    #footer div:nth-of-type(n){
    	text-align: center;
    }
    .col-1-3 p{
		padding: 90px 0;
	}
    .col-1-3 ul{
		margin-top: 30px;
	}
    .col-1-3{
		width: 100%;
	}
    .col-1-3 p{
		display:inline-block;
		color: #8e858d;
		font-family: 'Source Sans Pro', sans-serif;
	}

    .footer-left > div {
	    display: inline-block;
	    display: -moz-inline-box;
	    *display: inline; /* For IE7 */
	    zoom: 1; /* Trigger hasLayout */
	    width: 100%;
	    text-align: center;
	    box-sizing:border-box;
	    vertical-align: middle;
	}

}

@media screen and (max-width: 750px) {

	.gamma-description {
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 0px;
	}

	.gamma-description h3 {
		font-size: 16px;
		padding: 0 5px;
	}

}

@media screen and (max-width: 500px) {

	.gamma-buttons {
		float: left;
		clear: both;
	}

}
