/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

* { margin:0; padding:0; }
img { border:none; }

#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(//cdn-west.sqhk.co/51a630351563b509886c12fb/progress.gif) no-repeat center center;}

#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-1; height:100%; width:100%; margin:0; padding:0; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/

#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(//cdn-west.sqhk.co/51a630351563b509886c12fb/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline-block; }/*

Supersized - Fullscreen Slideshow jQuery Plugin
Version : 3.2.7
Site	: www.buildinternet.com/project/supersized

Theme 	: Shutter 1.2
Author	: Sam Dunn
Company : One Mighty Roar (www.onemightyroar.com)
License : MIT License / GPL License

*/

/* Controls Bar
----------------------------*/
#controls-wrapper { margin:0 auto; height:42px; width:100%; bottom:0px; left:0; z-index:4; background:url(//cdn-west.sqhk.co/51a630351563b509886c12fb/nav-bg.png) repeat-x; position:fixed; }
#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }
#slidecounter { float:left; color:#999; font:14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 0 -1px 0; margin:0px 10px 0 15px; line-height:42px; }
#slidecaption { overflow:hidden; float:left; color:#FFF; font:400 14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 1px 1px 2px; margin:0 20px 0 0; line-height:42px; }

#navigation { float:right; margin:0px 20px 0 0; }
#play-button{ float:left; margin-top:1px;border-right:1px solid #333; background:url('//cdn-west.sqhk.co/51a630351563b509886c12fb/bg-hover.png') repeat-x 0 44px; }
#play-button:hover{ background-position:0 1px; cursor:pointer; }

#prevslide, #nextslide{ position:absolute; height:43px; width:43px; top:50%; margin-top:-21px; opacity:0.6; }
#prevslide{ left:10px; background:url(//cdn-west.sqhk.co/51a630351563b509886c12fb/back.png); }
#nextslide{ right:10px; background:url(//cdn-west.sqhk.co/51a630351563b509886c12fb/forward.png); }
#prevslide:active, #nextslide:active{ margin-top:-19px; }
#prevslide:hover, #nextslide:hover{ cursor:pointer; }

ul#slide-list{ padding:15px 0; float:left; position:absolute; left:50%; }
ul#slide-list li{ list-style:none; width:12px; height:12px; float:left; margin:0 5px 0 0; }
ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ background-position:0 0px; }
ul#slide-list li a{ display:block; width:12px; height:12px; background:url('//cdn-west.sqhk.co/51a630351563b509886c12fb/nav-dot.png') no-repeat 0 -24px; }
ul#slide-list li a:hover{ background-position:0 -12px; cursor:pointer; }

#tray-button{ float:right; margin-top:1px; border-left:1px solid #333; background:url('//cdn-west.sqhk.co/51a630351563b509886c12fb/bg-hover.png') repeat-x 0 44px; }
#tray-button:hover{ background-position:0 1px; cursor:pointer; }


/* Progress Bar
----------------------------*/					
#progress-back{ z-index:5; position:fixed; bottom:42px; left:0; height:8px; width:100%; background:url('//cdn-west.sqhk.co/51a630351563b509886c12fb/progress-back.png') repeat-x; }
#progress-bar{ position:relative; height:8px; width:100%; background:url('//cdn-west.sqhk.co/51a630351563b509886c12fb/progress-bar.png') repeat-x; }


/* Thumbnail Navigation
----------------------------*/	
#nextthumb,#prevthumb { z-index:2; display:none; position:fixed; bottom:61px; height:75px; width:100px; overflow:hidden; background:#ddd; border:1px solid #fff; -webkit-box-shadow:0 0 5px #000; }
#nextthumb { right:12px; }
#prevthumb { left:12px; }
#nextthumb img, #prevthumb img { width:150px; height:auto;  }
#nextthumb:active, #prevthumb:active { bottom:59px; }
#nextthumb:hover, #prevthumb:hover { cursor:pointer; }


/* Thumbnail Tray
----------------------------*/			
#thumb-tray{ position:fixed; z-index:3; bottom:0; left:0; background:url(//cdn-west.sqhk.co/51a630351563b509886c12fb/bg-black.png); height:150px; width:100%; overflow:hidden; text-align:center; -moz-box-shadow: 0px 0px 4px #000; -webkit-box-shadow: 0px 0px 4px #000; box-shadow: 0px 0px 4px #000; }

#thumb-back, #thumb-forward{ position:absolute; z-index:5; bottom:42px; height:108px; width:40px; }
#thumb-back{ left:0; background: url('//cdn-west.sqhk.co/51a630351563b509886c12fb/thumb-back.png') no-repeat center center;}
#thumb-forward{ right:0; background:url('//cdn-west.sqhk.co/51a630351563b509886c12fb/thumb-forward.png') no-repeat center center;}
#thumb-back:hover, #thumb-forward:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
#thumb-back:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
#thumb-forward:hover{ border-left:1px solid rgba(256,256,256, 0.2); }


ul#thumb-list{ display:inline-block; list-style:none; position:relative; left:0px; padding:0 0px; }
ul#thumb-list li{ background:#111; list-style:none; display:inline; width:150px; height:108px; overflow:hidden; float:left; margin:0; }
ul#thumb-list li img { width:200px; height:auto; opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); -webkit-transition: all 100ms ease-in-out; -moz-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; -ms-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }
ul#thumb-list li:hover{ cursor:pointer; }
/* ==================================================
   Buttons
================================================== */

.button {
  	display: inline-block;
  	margin-bottom: 0;
  	padding: 16px 26px;
  	-webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  	background-color: #E0E0E0;
  	color: #55606A;
  	vertical-align: middle;
	line-height: 1em;
  	text-align: center;
  	text-transform: uppercase;
  	font-weight:500;
  	font-size: 16px;
  	cursor: pointer;
	border:none;
  
	-webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
         -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
  	*border: 0;
  	*zoom: 1;
}

/*--- Hover/Active/Focus State ---*/

.button:hover,
.button:active,
.button:focus {
	background-color: #FF7B3A;
	color:#FFFFFF;
}

/* --- Button Sizes --- */

.button.button-large {
  	padding: 20px 30px;
  	font-size: 18px;
}

.button.button-small {
  	padding: 8px 18px;
  	font-size: 14px;
}

.button.button-mini {
  	padding: 4px 12px;
  	font-size: 12px;
}

.button.button-block {
	padding-right: 0;
	padding-left: 0;
	width: 100%;	
}

.button + .button {
	margin-left: 10px;	
}

/* ==================================================
   Accordion & Toggle
================================================== */

.accordion {
  	margin-bottom: 20px;
}

.accordion-group {
  	margin-bottom: 4px;
  	border: none;
  	-webkit-border-radius: 0;
       -moz-border-radius: 0;
          	border-radius: 0;
}

.accordion-heading {
  	border-bottom: 0 none;
}

.accordion-heading .accordion-toggle {
	position: relative;
  	display: block;
  	padding: 15px;
	background:#F1F1F1;
	color: #55606A;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

.accordion-toggle {
  	cursor: pointer;
}

.accordion-heading:hover .accordion-toggle,
.accordion-heading:hover .accordion-toggle.inactive {
	background:#FF8C53;
	color:#FFFFFF;
}

.accordion-heading .accordion-toggle.active {
	background:#FF8C53;
	color:#FFFFFF;
}

.accordion-heading .accordion-toggle.inactive {
	background:#F1F1F1;
}

.accordion-heading.accordionize .accordion-toggle span,
.accordion-heading.togglize .accordion-toggle span {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -8px 0 0 0;
    color: #55606A;
    font-size: 18px;
	
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

.accordion-heading:hover .accordion-toggle span {
	color: #FFFFFF;
}

.accordion-heading .accordion-toggle.active span,
.accordion-heading:hover .accordion-toggle.inactive span {
	color: #FFFFFF;	
}

.accordion-heading.accordionize .accordion-toggle.active span,
.accordion-heading.togglize .accordion-toggle.active span {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion-heading.togglize .accordion-toggle span {
	margin: -8px 0 0 0;
	font-size: 18px;
}

.accordion-heading.togglize .accordion-toggle.active span {
	opacity:0;
	filter: alpha(opacity=0);
}

.accordion-heading.togglize .accordion-toggle.active span + span {
	opacity:1;
	filter: alpha(opacity=100);
}

.accordion-inner {
	background: #F1F1F1;
  	padding: 16px 20px;
	border: none;
}

/* ==================================================
   Alerts
================================================== */

.alert {
  	margin-bottom: 20px;
  	padding: 15px 35px 15px 15px;
	border: none;
	text-shadow: none;
  	-webkit-border-radius: 0px;
       -moz-border-radius: 0px;
          	border-radius: 0px;
  	background-color: #DBA571;
}

.alert,
.alert h4 {
	color: #FFFFFF;
}

.alert h4 {
  	margin: 0;
}

.alert .close {
 	position: relative;
  	top: 2px;
  	right: -22px;
  	line-height: 20px;
	color: #FFFFFF;	
	text-shadow: none;
	
	-webkit-transition: opacity 0.1s linear 0s;
	-moz-transition: opacity 0.1s linear 0s;
	-ms-transition: opacity 0.1s linear 0s;
	-o-transition: opacity 0.1s linear 0s;
	transition: opacity 0.1s linear 0s;
}

.alert .close:hover {
	opacity: 1;	
}

.alert-standard {
  	background-color: #F1F1F1;
	color: #55606A;
}

.alert-standard .close {
	color: #55606A;
}

.alert-success {
  	background-color: #1F7F5C;
}

.alert-danger,
.alert-error {
  	background-color: #E56C69;
}

.alert-info {
  	background-color: #5A9AA8;
}


.alert-block {
  	padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  	margin-bottom: 0;
}

.alert-block p + p {
  	margin-top: 5px;
}

/* ==================================================
   Tabs
================================================== */

.nav {
 	margin-bottom: 0px;
  	margin-left: 0;
  	list-style: none;
}

.nav > li > a {
  	display: block;
  	color: #55606A;
  	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
  	-webkit-border-radius: 0;
       -moz-border-radius: 0;
          	border-radius: 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
  	background-color: #FF8C53;
	color: #FFFFFF;
  	text-decoration: none;
  	display: block;
}

.nav > li > a > img {
  	max-width: none;
}

.nav > .pull-right {
  	float: right;
}

.nav-tabs {
  	*zoom: 1;
}

.nav-tabs:before,
.nav-tabs:after {
  	display: table;
  	content: "";
  	line-height: 0;
}

.nav-tabs:after {
  	clear: both;
}

.nav-tabs {
  	border-bottom: none;
}

.nav-tabs > li {
	float: left;
	margin: 0 4px 0 0;
}

.nav-tabs > li > a {
	background: #F1F1F1;
	padding:15px;
  	line-height: 20px;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
	border: none;
  	background-color: #FF8C53;
	color: #FFFFFF;
  	cursor: default;
}

.tabbable {
  	*zoom: 1;
}

.tabbable:before,
.tabbable:after {
  	display: table;
  	content: "";
  	line-height: 0;
}

.tabbable:after {
  	clear: both;
}

.tab-content {
  	overflow: auto;
	padding: 20px;
	background: #F1F1F1;
}

.tab-content > .tab-pane {
  	display: none;
}

.tab-content > .active {
  	display: block;
}


/* ==================================================
   Blockquotes
================================================== */

blockquote {
  	padding: 15px 20px;
  	border-left: 2px solid #FF8C53;
}

blockquote p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

blockquote small {
  	display: block;
  	color: #65676c;
  	font-weight:400;
  	font-size: 13px;
  	line-height: 20px;
	margin-top: 10px;
}

blockquote small:before {
  	content: '';
}

/* ==================================================
   Tooltip
================================================== */

.tooltip {
  	position: absolute;
  	z-index: 999;
  	display: block;
  	visibility: visible;
  	padding: 5px;
  	font-weight:400;
  	font-size: 14px;
  	opacity: 0;
  	filter: alpha(opacity=0);
}

.tooltip.in {
  	opacity: 1;
  	filter: alpha(opacity=100);
}

.tooltip.top {
  	margin-top: -3px;
}

.tooltip.right {
  	margin-left: 3px;
}

.tooltip.bottom {
  	margin-top: 3px;
}

.tooltip.left {
  	margin-left: -3px;
}

.tooltip-inner {
  	padding: 16px;
  	max-width: 300px;
  	-webkit-border-radius: 0;
       -moz-border-radius: 0;
          	border-radius: 0;
  	background-color: #FF8C53;
  	color: #FFFFFF;
  	text-align: center;
  	text-decoration: none;
}

.tooltip-arrow {
  	position: absolute;
  	width: 0;
  	height: 0;
  	border-style: solid;
  	border-color: transparent;
}

.tooltip.top .tooltip-arrow {
  	bottom: 0;
  	left: 50%;
  	margin-left: -15px;
  	border-width: 10px 10px 0;
  	border-top-color: #FF8C53;
}

.tooltip.right .tooltip-arrow {
  	top: 50%;
  	left: 0;
  	margin-top: -15px;
  	border-width: 10px 10px 10px 0;
  	border-right-color: #FF8C53;
}

.tooltip.left .tooltip-arrow {
  	top: 50%;
  	right: 0;
  	margin-top: -15px;
  	border-width: 10px 0 10px 10px;
  	border-left-color: #FF8C53;
}

.tooltip.bottom .tooltip-arrow {
  	top: 0;
  	left: 50%;
  	margin-left: -15px;
  	border-width: 0 10px 10px;
  	border-bottom-color: #FF8C53;
}

/* ==================================================
   Info Block
================================================== */

.info-block {
    border-left: 2px solid #FF8C53;
    overflow: hidden;
    padding: 20px;
    position: relative;
}

.info-text {
    padding-right: 20%;
    position: relative;
}

.info-block h3 {
    font-size: 24px;
	line-height: 1.3em;
	text-transform: uppercase;
}

.info-block p {
	margin-bottom: 0;	
}

.info-block a.button {
    margin-top: -20px;
    position: absolute;
    right: 0;
    top: 50%;
}

/* ==================================================
   Video
================================================== */

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}

/* ==================================================
   Progress Bars
================================================== */

.page .progress {
	background-color: #E0E0E0;
}

.page-alternate .progress {
	background-color: #E0E0E0;
}

.progress-bar {
	margin: 26px 0 0;
}

.progress {
	position: relative;
	background-image: none;
	height: 46px;
	-webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
			
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false); 
	margin: 0;	
}

.progress .bar {
	background-color: #FF8C53;
	background-image: none;
	
	-webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
			
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
			
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false); 
}

.progress .field {
	position: absolute;
	color: #FFFFFF;
	line-height: 44px;
	left: 20px;	
}

.progress .field-value {
	position: absolute;
	color: #FFFFFF;
	line-height: 44px;
	right: 20px;	
}

/* ==================================================
   LightBox Image / Video
================================================== */

.lightbox {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.lightbox a + img {
	width: 100%;	
}

.lightbox .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: opacity 250ms ease-out 0s;	
	   -moz-transition: opacity 250ms ease-out 0s;
		 -o-transition: opacity 250ms ease-out 0s;
		    transition: opacity 250ms ease-out 0s;
}

.lightbox:hover .hover-wrap,
.lightbox.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
}

.lightbox .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #FF8C53;
	
	opacity: 0.45;
	filter: alpha(opacity=45);
}

.lightbox .hover-wrap .overlay-img-thumb {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #FFFFFF;
	font-size: 32px;
	line-height: 1em;
	
	opacity: 1;
	filter: alpha(opacity=100);
}

/* ==================================================
   Icons Example
================================================== */

.icons-example ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.icons-example ul li {
	display: inline-block;
	margin: 15px;
	list-style: none;
	cursor: pointer;
}

.icons-example ul li a {
	display: block;
	width: 70px;
	height: 70px;

	background: transparent;
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
		  
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);	
}

.icons-example ul li a span {
	display: inline-block;
	margin: 0;
	color: #55606a;
	font-size: 32px;
	line-height: 70px;
	
	opacity: 0.3;
	filter: alpha(opacity=30);
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
		  
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

.icons-example ul li:hover a,
.icons-example ul li.active a {
	background-color: #FF8C53;	
	
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
		    transform: rotateY(180deg);
}

.icons-example ul li:hover a span,
.icons-example ul li.active a span {
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}/*
Theme Name: Chakra / Dark Version
Theme URI: //www.themes.alessioatzeni.com/html/chakra/
Author: Alessio Atzeni
Author URI: //www.alessioatzeni.com
Description: Responsive One Page HTML Template - Retina Ready
Version: 1.0
*/
/* general colors */
/* header less settings */
/* site name less settings */
/* tag line less settings */
/* menu less settings */
/* footer less settings */
/* Home Banner Less Settings */
/* Header Text Less Settings */
/* Header Description Less Settings */
/* Default Paragraph Less Settings */
/* Default Header Less Settings */
/* ==================================================
   Basic Styles
================================================== */
html,
body {
  height: 100%;
}
html,
hmtl a {
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background: #2f3238;
  color: #7F8289;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
}
a {
  color: #de5e60;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.1s linear 0s;
  -moz-transition: color 0.1s linear 0s;
  -o-transition: color 0.1s linear 0s;
  transition: color 0.1s linear 0s;
}
a:hover,
a:active,
a:focus {
  outline: 0;
  color: #FFFFFF;
  text-decoration: none;
}
a img {
  border: none;
}
a > img {
  vertical-align: bottom;
}
strong {
  font-weight: 700;
}
p {
  margin: 0 0 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
hr {
  border-style: dashed;
  border-color: #3C3F45;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin: 50px 0;
}
ul {
  list-style: circle;
}
li {
  line-height: 30px;
}
.align-left {
  float: left;
  margin: 0 25px 0 0px!important;
}
.align-right {
  float: right;
  margin: 0 0 0 25px!important;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.color-text {
  color: #de5e60;
}
.through {
  text-decoration: line-through;
}
input,
button,
select,
textarea {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  outline: 0;
}
input:focus,
textarea:focus,
input[type="text"]:focus {
  outline: 0;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7F8289;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7F8289;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7F8289;
}
/* ==================================================
   Code and Pre
================================================== */
code,
pre {
  padding: 0 3px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #232527;
  font-size: 12px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  border: 1px solid #dde4e9;
  background-color: #F6F6F6;
  color: #232527;
  white-space: nowrap;
}
pre {
  display: block;
  margin: 70px 50px;
  padding: 30px;
  border: 1px solid #dde4e9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FCFCFC;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 12px;
  line-height: 20px;
}
pre code {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
}
.pre-scrollable {
  overflow-y: scroll;
  max-height: 340px;
}
/* ==================================================
   Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  color: #FFFFFF;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
  font-style: normal;
  text-decoration: none;
  letter-spacing: inherit;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
h3.spec {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 30px;
  padding-top: 0.4em;
  text-transform: uppercase;
}
/* ==================================================
   Margin Bottom Sets
================================================== */
.margin-0 {
  margin-bottom: 0 !important;
}
.margin-10 {
  margin-bottom: 10px !important;
}
.margin-15 {
  margin-bottom: 15px !important;
}
.margin-20 {
  margin-bottom: 20px !important;
}
.margin-30 {
  margin-bottom: 30px !important;
}
.margin-40 {
  margin-bottom: 40px !important;
}
.margin-50 {
  margin-bottom: 50px !important;
}
.margin-60 {
  margin-bottom: 60px !important;
}
.margin-70 {
  margin-bottom: 70px !important;
}
.margin-80 {
  margin-bottom: 80px !important;
}
/* ==================================================
   Separator
================================================== */
.sep {
  margin: 0 0 70px;
  text-align: center;
}
.sep .separator {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('//cdn-west.sqhk.co/51a67f7d1563b509886c1390/seperator.png') no-repeat;
  vertical-align: text-top;
}
/* ==================================================
   Home Slider
================================================== */
#home-slider {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
#home-slider .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #26292e;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 0;
}
#home-slider .container {
  height: 100%;
}
#home-slider .container .row {
  position: absolute;
  bottom: 100px;
}
#home-slider .slider-text {
  position: relative;
  z-index: 2;
  text-align: center;
}
#home-slider #slidecaption {
  float: none;
  text-shadow: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 60px;
  font-style: none;
  font-weight: 300;
  color: #ffffff;
  background-color: transparent;
  letter-spacing: -2px;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
#home-slider .control-nav {
  position: absolute;
  width: 100%;
  background: #2f3238;
  height: 50px;
  bottom: 0;
  z-index: 2;
}
#home-slider #nextslide,
#home-slider #prevslide {
  background-image: none;
  background-color: #26292E;
  display: inline-block;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: background 0.1s linear 0s;
  -moz-transition: background 0.1s linear 0s;
  -o-transition: background 0.1s linear 0s;
  transition: background 0.1s linear 0s;
}
#home-slider #nextslide {
  margin-left: -3px;
}
#home-slider #nextsection {
  float: right;
}
#home-slider #nextslide:hover,
#home-slider #prevslide:hover {
  background-color: #de5e60;
}
#home-slider #nextslide i,
#home-slider #prevslide i {
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  line-height: 1em;
}
#home-slider #nextslide i {
  margin-left: -8px;
}
#home-slider #prevslide i {
  margin-left: -9px;
}
#home-slider ul#slide-list {
  top: 50%;
  padding: 0;
  margin: -6px 0 0 0;
}
#home-slider ul#slide-list li {
  margin-right: 12px;
}
#home-slider ul#slide-list li:last-child {
  margin-right: 0;
}
#home-slider ul#slide-list li a {
  background-color: #6E7074;
  background-image: none;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  -webkit-transition: background 0.1s linear 0s;
  -moz-transition: background 0.1s linear 0s;
  -o-transition: background 0.1s linear 0s;
  transition: background 0.1s linear 0s;
}
#home-slider ul#slide-list li a:hover {
  background-color: #FFFFFF;
}
#home-slider ul#slide-list li.current-slide a,
#home-slider ul#slide-list li.current-slide a:hover {
  background-color: #de5e60;
}
#home-slider #nextsection {
  background-color: #26292E;
  margin: 0;
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
  -webkit-transition: background 0.1s linear 0s;
  -moz-transition: background 0.1s linear 0s;
  -o-transition: background 0.1s linear 0s;
  transition: background 0.1s linear 0s;
}
#home-slider #nextsection:hover {
  background-color: #de5e60;
}
#home-slider #nextsection i {
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  line-height: 1em;
}
#home-slider #nextsection i {
  margin-left: -7px;
}
/* ==================================================
   Header
================================================== */
header {
  width: 100%;
  z-index: 99;
}
header .sticky-nav {
  position: relative;
  width: 100%;
  height: 60px;
  background: #26292e;
  z-index: 1001;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
header .sticky-nav.stuck {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
}
header #logo {
  float: left;
  padding: 15px 0;
  margin-left: 20px;
}
header #logo a {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #ffffff;
  background: transparent;
  font-weight: 500;
  font-size: 1.5em;
  line-height: auto;
  margin-top: 0;
  letter-spacing: normal;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: opacity 0.25s ease-in-out 0s;
  -moz-transition: opacity 0.25s ease-in-out 0s;
  -o-transition: opacity 0.25s ease-in-out 0s;
  transition: opacity 0.25s ease-in-out 0s;
}
header #logo a:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
header #logo a > img {
  max-height: 35px;
}
nav#menu {
  float: right;
  margin-right: 20px;
}
nav#menu #menu-nav {
  margin: 0;
  padding: 0 0;
  background: transparent;
}
nav#menu #menu-nav li {
  list-style: none;
  display: inline-block;
  margin-left: 0px;
}
nav#menu #menu-nav li:first-child {
  margin-left: 0;
}
nav#menu #menu-nav li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 60px;
  display: block;
  text-transform: uppercase;
  border-radius: 0px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
nav#menu #menu-nav li.current a,
nav#menu #menu-nav li a:hover {
  color: #de5e60;
  background: transparent;
}
/* ==================================================
   Mobile Navigation
================================================== */
#mobile-nav {
  display: none;
}
.menu-nav {
  background: url('//cdn-west.sqhk.co/51a67f7d1563b509886c1390/menu-mobile.png') 0 0 no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  margin: 22px 0 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 250ms ease-out 0s;
  -moz-transition: -moz-transform 250ms ease-out 0s;
  -o-transition: -o-transform 250ms ease-out 0s;
  transition: transform 250ms ease-out 0s;
}
.menu-nav.open {
  background-position: 0 -16px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 250ms ease-out 0s;
  -moz-transition: -moz-transform 250ms ease-out 0s;
  -o-transition: -o-transform 250ms ease-out 0s;
  transition: transform 250ms ease-out 0s;
}
#navigation-mobile {
  display: none;
  text-align: right;
  width: 100%;
  background: #26292E;
  border-bottom: 1px solid #2f3238;
  position: relative;
  float: left;
  z-index: 9999;
}
#navigation-mobile li {
  list-style: none;
  padding: 0 20px;
  border-top: 1px solid #2f3238;
}
#navigation-mobile li a {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  padding: 20px 0;
}
/* ==================================================
   Section Page
================================================== */
.page {
  background: #2f3238;
  padding: 100px 0;
  position: relative;
  z-index: 99;
}
.page-alternate {
  background: #26292E;
  padding: 100px 0;
  position: relative;
  z-index: 99;
}
.title-page {
  margin-bottom: 80px;
}
.title-page .title {
  font-size: 48px;
  margin: 0 0 5px 0;
}
.title-page .title-description {
  font-size: 24px;
  font-weight: 200;
  margin: 0 0 30px 0;
}
/* ==================================================
   Section Portfolio
================================================== */
.work-nav {
  margin-bottom: 30px;
}
.type-work {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 1em;
  text-transform: uppercase;
}
.work-nav #filters {
  margin: 0;
  padding: 0;
  list-style: none;
}
.work-nav #filters li {
  display: inline-block;
  padding: 0;
  margin-right: 30px;
}
.work-nav #filters li a {
  color: #7F8289;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
}
.work-nav #filters li a:hover {
  color: #FFFFFF;
}
.work-nav #filters li a.selected {
  color: #de5e60;
}
#thumbs {
  margin: 0;
  padding: 0;
}
#thumbs li {
  list-style-type: none;
}
.item-thumbs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
}
.item-thumbs a + img {
  width: 100%;
}
.item-thumbs .hover-wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 250ms ease-out 0s;
  -moz-transition: opacity 250ms ease-out 0s;
  -o-transition: opacity 250ms ease-out 0s;
  transition: opacity 250ms ease-out 0s;
}
.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
}
.item-thumbs .hover-wrap .overlay-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #de5e60;
  opacity: 0.45;
  filter: alpha(opacity=45);
}
.item-thumbs .hover-wrap .overlay-img-thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 1em;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* Portfolio */
.portfolio li {
  display: inline !important;
  border: none !important;
}
.portfolio li a,
.portfolio li a:visited {
  color: #de5e60;
  font-size: 14px;
  text-shadow: none;
  padding: 5px 10px;
  margin: 0px 5px;
  font-family: 'Open Sans', sans-serif;
  background: transparent !important;
}
.portfolio li a:hover {
  color: #ab2b2d;
  background: transparent !important;
}
#portfolio {
  text-align: center;
}
#portfolio img {
  width: 90%;
  border: 1px solid #26292e;
  background: #26292e;
  box-shadow: 0px 0px 3px #000;
  padding: 5px;
  margin-bottom: 20px;
}
#portfolio .element {
  width: 23.404255319148934%;
}
#portfolio a {
  border: none;
  margin: 20px;
  overflow: hidden;
}
/* ==================================================
   About Section
================================================== */
.profile-name {
  margin-bottom: 15px;
}
.profile-description {
  margin-bottom: 25px;
}
.image-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  cursor: pointer;
}
.image-wrap img {
  width: 100%;
}
.image-wrap .hover-wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 250ms ease-out 0s;
  -moz-transition: opacity 250ms ease-out 0s;
  -o-transition: opacity 250ms ease-out 0s;
  transition: opacity 250ms ease-out 0s;
}
.image-wrap:hover .hover-wrap,
.image-wrap.active .hover-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
}
.image-wrap .hover-wrap .overlay-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #de5e60;
  opacity: 0.45;
  filter: alpha(opacity=45);
}
.image-wrap .hover-wrap .overlay-text-thumb {
  position: absolute;
  width: 100%;
  height: 32px;
  top: 50%;
  margin: -16px 0 0 0;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social-icons {
  margin: 0;
  padding: 0;
}
.social-icons li {
  display: inline-block;
  margin-left: 15px;
}
.social-icons li:first-child {
  margin-left: 0;
}
.social-icons li a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1em;
  width: 16px;
  height: 16px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: opacity 0.1s linear 0s;
  -moz-transition: opacity 0.1s linear 0s;
  -o-transition: opacity 0.1s linear 0s;
  transition: opacity 0.1s linear 0s;
}
.social-icons li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* ==================================================
   Big Blockquote
================================================== */
.big-quote {
  text-align: center;
}
.big-quote p {
  font-size: 36px;
  color: #FFFFFF;
  line-height: 48px;
}
.big-quote span {
  font-size: 32px;
  color: #de5e60;
}
/* ==================================================
   Service Section
================================================== */
.services-box {
  text-align: center;
}
.services-box .icon {
  background: #de5e60;
  display: inline-block;
  height: 160px;
  position: relative;
  width: 160px;
  margin-bottom: 40px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
.services-box .icon span {
  color: #FFFFFF;
  font-size: 60px;
  line-height: 160px;
}
/* ==================================================
   Map
================================================== */
#map-area {
  width: 100%;
}
.map {
  height: 600px;
}
/* ==================================================
   Blog Section
================================================== */
.post {
  border-top: 1px dashed #3C3F45;
  margin-top: 50px;
  padding-top: 60px;
  position: relative;
}
.post:first-child {
  border-top: none;
  margin: 0;
  padding: 0;
}
.post-thumb {
  margin-bottom: 30px;
}
.post-thumb a {
  position: relative;
  display: block;
}
.post-thumb img {
  width: 100%;
}
.entry-title,
.entry-title a {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.5em;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.entry-title a:hover {
  color: #de5e60;
}
.entry-meta,
.entry-meta a {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
.entry-meta a:hover {
  color: #de5e60;
}
.entry-meta {
  margin-bottom: 20px;
}
.entry-meta .divider {
  margin: 0 6px;
}
.entry-content .more-link {
  display: block;
}
.entry-meta.entry-footer {
  padding-top: 20px;
}
[id^=___plusone] {
  width: 60px !important;
}
.twitter-share-button {
  width: 75px !important;
}
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
  width: 100% !important;
}
.blog-pic {
  max-height: 225px;
  margin-bottom: 30px;
}
/* Blog Sidebar
-------------------------------------------------- */
.blog-sidebar {
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  background: #26292e;
}
.blog-sidebar > h4 {
  font-weight: 400;
}
.blog-sidebar ul {
  list-style: none;
  margin: 0px;
}
.blog-sidebar ul > li a {
  display: block;
  font-weight: 400;
  border-bottom: 1px solid #000005;
  padding: 10px 0px;
  color: #7f8289;
}
.blog-sidebar ul > li a:hover {
  text-decoration: none;
  color: #de5e60;
}
.blog-sidebar ul > li:last-child a {
  border-bottom: none;
}
/* ==================================================
   Comments
================================================== */
#comments {
  margin: 100px 0 0;
}
.comments-title,
#reply-title {
  border-bottom: 1px dashed #3C3F45;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
  margin: 0 0 50px;
  padding: 0 0 20px;
}
.commentlist {
  list-style-type: none;
  margin: 20px 0 90px;
}
.comment {
  position: relative;
}
.comment-side {
  float: left;
  margin: 0 30px 0 0;
}
.comment-side .avatar {
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  display: block;
  height: 50px;
  width: 50px;
}
.comment .comment-cont {
  margin-left: 80px;
}
.comment-author cite,
.comment-author cite a {
  color: #FFFFFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
}
.comment-author cite a:hover {
  color: #de5e60;
}
.comment-meta {
  margin: 8px 0 15px;
}
.comment-meta,
.comment-meta a {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
}
.comment-meta a:hover {
  color: #de5e60;
}
.comment-body {
  border-bottom: 1px dashed #3C3F45;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.comment-body p {
  line-height: 30px;
}
.children {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.children .comment {
  padding-left: 90px;
}
/* ==================================================
   Respond
================================================== */
#contact-form {
  margin-bottom: 0;
}
#contact-form p {
  margin-bottom: 1px;
}
#contact-form input,
#contact-form textarea {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #2f3238;
  color: #FFFFFF;
  font-size: 16px;
  height: auto;
  padding: 15px;
  margin: 0;
  resize: none;
}
#contact-form input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form textarea {
  width: 100%;
  resize: vertical;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form .submit {
  background: #3C3F45;
  color: #23262C;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 40px;
  text-align: center;
  vertical-align: middle;
  width: auto;
  margin-top: 30px;
  border: none;
  -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;
  -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
  -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
  transition: background 0.1s linear 0s, color 0.1s linear 0s;
}
#contact-form .submit:hover {
  background: #de5e60;
  color: #FFFFFF;
}
#contact-form .error {
  color: #ff0000;
}
#response {
  margin-top: 20px;
  color: #55606A;
}
/* ==================================================
   Navigation Blog
================================================== */
.navigation {
  border-top: 1px dashed #3C3F45;
  font-size: 14px;
  margin: 50px 0 55px;
  padding-top: 100px;
  text-align: center;
}
.navigation .prev,
.navigation .next {
  background-color: #26292e;
  color: #FFFFFF;
  font-weight: 400;
  display: inline-block;
  margin: 2px 1px;
  position: relative;
  padding: 10px 24px;
  -webkit-transition: background 0.1s linear 0s;
  -moz-transition: background 0.1s linear 0s;
  -o-transition: background 0.1s linear 0s;
  transition: background 0.1s linear 0s;
}
.navigation .number {
  background-color: #26292e;
  display: inline-block;
  margin: 1px;
  position: relative;
  color: #FFFFFF;
  font-weight: 400;
  padding: 10px 24px;
  -webkit-transition: background 0.1s linear 0s;
  -moz-transition: background 0.1s linear 0s;
  -o-transition: background 0.1s linear 0s;
  transition: background 0.1s linear 0s;
}
.navigation .prev:hover,
.navigation .next:hover,
.navigation .number:hover,
.navigation .current {
  background-color: #de5e60;
}
/* ==================================================
   Contact Section
================================================== */
.contact-details h3 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1em;
  text-transform: uppercase;
}
.contact-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-details ul li {
  margin: 0 0 20px;
  line-height: 28px;
  padding: 0;
}
#contact-form {
  margin-bottom: 0;
}
#contact-form p {
  margin-bottom: 1px;
}
#contact-form input,
#contact-form textarea {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #26292E;
  color: #FFFFFF;
  font-size: 16px;
  height: auto;
  padding: 15px;
  margin: 0;
  resize: none;
}
#contact-form input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form textarea {
  width: 100%;
  resize: vertical;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form .submit {
  background: #3C3F45;
  color: #23262C;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 40px;
  text-align: center;
  vertical-align: middle;
  width: auto;
  margin-top: 30px;
  -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;
  -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
  -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
  transition: background 0.1s linear 0s, color 0.1s linear 0s;
}
#contact-form .submit:hover {
  background: #de5e60;
  color: #FFFFFF;
}
#response {
  margin-top: 20px;
  color: #FFFFFF;
}
.contact-form-success,
.contact-form-success p {
  background: #de5e60;
  padding: 5px;
  color: #fff;
}
/* ==================================================
   Twitter Feed
================================================== */
#twitter-feed {
  padding: 100px 0 90px;
  text-align: center;
}
#twitter-feed .follow {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -8px;
  font-size: 16px;
}
#ticker .tweet_list {
  margin: 0;
  padding: 0;
  height: 64px;
  list-style: none;
  overflow-y: hidden;
}
#ticker .tweet_list li {
  font-size: 18px;
  height: 64px;
  line-height: 28px;
  overflow: hidden;
}
#ticker .tweet_list .tweet_time a {
  color: #7f8289;
  font-size: 14px;
  font-style: italic;
  margin-left: 10px;
}
#ticker .tweet_list .tweet_time a:hover {
  color: #FFFFFF;
}
/* ==================================================
   Social Area
================================================== */
#social-area {
  text-align: center;
}
#social-area #social ul {
  margin: 0;
  padding: 0;
}
#social-area #social ul li {
  display: inline-block;
  margin-left: 30px;
  list-style: none;
  cursor: pointer;
}
#social-area #social ul li:first-child {
  margin-left: 0;
}
#social ul li a {
  display: block;
  width: 70px;
  height: 70px;
  background: #26292E;
  -webkit-transition: all 400ms ease-out 0s;
  -moz-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
#social ul li a span {
  display: inline-block;
  margin: 0;
  color: #55606a;
  font-size: 32px;
  line-height: 70px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: all 400ms ease-out 0s;
  -moz-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
#social ul li:hover a,
#social ul li.active a {
  background-color: #de5e60;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#social ul li:hover a span,
#social ul li.active a span {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* ==================================================
   Footer
================================================== */
footer {
  position: relative;
  width: 100%;
  height: auto;
  background: #26292E;
  text-align: center;
  z-index: 99;
  margin-top: 0;
}
footer .credits {
  color: #ffffff;
  background: transparent;
  font-size: 13px;
  margin-bottom: 0;
  padding: 20px 0;
  text-transform: uppercase;
}
footer a:hover {
  color: #de5e60;
}
/* ==================================================
   Back to Top
================================================== */
#back-to-top {
  display: none;
  background-color: #3C3F45;
  margin: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 99;
  -webkit-transition: background 0.1s linear 0s;
  -moz-transition: background 0.1s linear 0s;
  -o-transition: background 0.1s linear 0s;
  transition: background 0.1s linear 0s;
}
#back-to-top:hover {
  background-color: #de5e60;
}
#back-to-top i {
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  line-height: 1em;
}
#back-to-top i {
  margin-left: -7px;
}
/* ==================================================
   Preloader
================================================== */
#jpreOverlay,
#jSplash {
  background-color: #2f3238;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 700;
}
#jpreSlide {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
}
#jpreLoader {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
}
#jprePercentage {
  width: 50px;
  height: 50px !important;
  line-height: 50px;
  position: absolute !important;
  text-align: center;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  z-index: 800;
  font-size: 24px;
  color: #FFFFFF;
  -webkit-animation: circle 1s infinite forwards;
  -moz-animation: circle 1s infinite forwards;
  -ms-animation: circle 1s infinite forwards;
  -o-animation: circle 1s infinite forwards;
  animation: circle 1s infinite forwards;
}
#circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
  background: #de5e60;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  -webkit-animation: circle 1s infinite forwards;
  -moz-animation: circle 1s infinite forwards;
  -ms-animation: circle 1s infinite forwards;
  animation: circle 1s infinite forwards;
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: rotateY(180deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes circle {
  0% {
    -moz-transform: rotateY(0deg);
  }
  50% {
    -moz-transform: rotateY(180deg);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: rotateY(0deg);
    -moz-animation-timing-function: ease-in;
  }
}
@-ms-keyframes circle {
  0% {
    -ms-transform: rotateY(0deg);
    -ms-animation-timing-function: ease-in;
  }
  50% {
    -ms-transform: rotateY(180deg);
    -ms-animation-timing-function: ease-out;
  }
  100% {
    -ms-transform: rotateY(0deg);
    -ms-animation-timing-function: ease-in;
  }
}
@-o-keyframes circle {
  0% {
    -o-transform: rotateY(0deg);
    -o-animation-timing-function: ease-in;
  }
  50% {
    -o-transform: rotateY(180deg);
    -o-animation-timing-function: ease-out;
  }
  100% {
    -o-transform: rotateY(0deg);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes circle {
  0% {
    transform: rotateY(0deg);
    animation-timing-function: ease-in;
  }
  50% {
    transform: rotateY(180deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
/* ==================================================
  eCommerce theme styling
================================================== */
.products-container {
  margin-top: 0px;
  background: #26292E;
  padding: 15px;
}
.product-name h2 {
  color: #de5e60;
}
.product-name h2:hover {
  color: #3C3F45;
}
.add-to-cart-button button {
  background: #2f3238;
  border: none;
  color: #23262C;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 40px;
  text-align: center;
  vertical-align: middle;
  width: auto;
  margin-top: 30px;
  -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;
  -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
  -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
  transition: background 0.1s linear 0s, color 0.1s linear 0s;
}
.control-group .controls button {
  border-radius: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-shadow: none;
  box-shadow: none;
  border: none;
  background: none repeat scroll 0% 0% #2f3238;
  color: #55606a;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
}
.add-to-cart-button button:hover,
.control-group .controls button:hover {
  background: none repeat scroll 0% 0% #de5e60;
  color: #ffffff;
}
.products-container .span5 h2 {
  line-height: 40px;
}
.carousel-control {
  background-image: none;
}
.product-right p {
  color: #fff;
}
/* ==================================================
   Isotope Filtering
================================================== */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #2F3238;
	color: #7F8289;
	text-shadow: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('//cdn-west.sqhk.co/51a67f7d1563b509886c1390/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('//cdn-west.sqhk.co/51a67f7d1563b509886c1390/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 9000;
	background-image: none;
	background-color: #26292E;
	
	opacity: 0.5;
	
	-webkit-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
		    transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
}

.fancybox-close i {
	left: 50%;
	top: 50%;
	margin: -11px 0 0 -11px;
	font-size: 22px;
	line-height: 1em;
	position: absolute;
	color: #FFFFFF;
}

.fancybox-close:hover {
	opacity: 1;
	background-color:#DE5E60;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('//cdn-west.sqhk.co/51a67f7d1563b509886c1390/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev,
.fancybox-prev span {
	left: 0;
}

.fancybox-next,
.fancybox-next span {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	cursor: pointer;
	z-index: 8040;
	background-image: none;
	background-color: #26292E;
	
	opacity: 0.5;
	
	-webkit-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
		    transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
}

.fancybox-prev span i {
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -17px;
	font-size: 30px;
	line-height: 1em;
	position: absolute;
	color: #FFFFFF;
}


.fancybox-next span i {
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
	font-size: 30px;
	line-height: 1em;
	position: absolute;
	color: #FFFFFF;
}

.fancybox-nav:hover span {
	opacity: 1;
	background-color:#DE5E60;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	margin: 0!important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden !important;
	display: none;
	z-index: 8010;
	background: url('//cdn-west.sqhk.co/51a67f7d1563b509886c1390/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-opened .fancybox-title h4{
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 10px;	
}

.fancybox-opened .fancybox-title p{
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0;	
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding: 25px 30px 30px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

@media (max-width: 480px) {
	.fancybox-nav span,
	.fancybox-nav:hover span,
	.fancybox-close,
	.fancybox-close:hover {
		background: transparent;	
	}
	
	.fancybox-close i {
		left: 70px;
		top: 10px;	
	}
}

@media (max-width: 320px) {
	.fancybox-close i {
		left: 30px;
		top: 20px;	
	}
}@media (min-width: 768px) and (max-width: 979px) {
	#menu {
		display: none;	
	}
	
	#mobile-nav {
    	display: block;
		float: right;
	}
	
	#menu-nav-mobile {
		margin: 0;
	}
	
	header .sticky-nav #mobile-nav,
	header .sticky-nav.stuck #mobile-nav {
		margin-right: 20px;	
	}
	
	#social-area #social ul li {
		margin-left: 15px;
	}
	
	#social-area #social ul li a {
		width: 50px;
		height: 50px;
	}
	
	#social-area #social ul li a span {
		font-size: 24px;
		line-height: 50px;
	}
	
	#twitter-feed {
		padding-top: 110px;
		padding-bottom: 110px;	
	}
	
	.info-block a.button {
    	margin-top: 20px;
    	position: inherit;
	}
	
	.info-text {
		padding-right: 0;	
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	#back-to-top {
		display: none !important;	
	}
	
	#home-slider {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	header .sticky-nav,
	header .sticky-nav.stuck {
		position: relative;	
	}
	
	#home-slider .container .row {
		width: 100%;	
	}
	
	#home-slider #slidecaption {
		font-size: 42px;	
	}
	
	header .sticky-nav,
	#navigation-mobile,
	.page,
	.page-alternate,
	.map,
	#twitter-feed,
	footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;	
	}
	
	header .sticky-nav #logo {
		margin-left: 0;
	}
	
	header .sticky-nav #menu {
		margin-right: 0;
	}
	
	header .sticky-nav.stuck #menu {
		margin-right: 20px;	
	}
	
	#menu {
		display: none;	
	}
	
	#mobile-nav {
    	display: block;
		float: right;
	}
	
	#menu-nav-mobile {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 0;
	}
	
	.work-nav {
		margin-bottom: 30px;	
	}
	
	.type-work {
		background: url(//cdn-west.sqhk.co/51a630351563b509886c12fb/filter-icon.png) no-repeat;
		width: 16px;
		height: 16px;
		display: inline-block;
		text-indent: -9999px;
		margin-bottom: 0;
		position: relative;
		line-height: 10px;
	}
	
	.work-nav #filters,
	.work-nav #filters li {
		display: inline-block;
	}
	
	.work-nav #filters li {
		margin:0 10px 0 0;	
	}
	
	#about .profile {
		margin-bottom: 30px;	
	}
	
	#about .profile:last-child {
		margin-bottom: 0;	
	}
	
	#response {
		margin-bottom: 30px;	
	}
	
	.contact-details {
		border-top: 1px dashed #E0E0E0;
		padding-top: 30px;
		text-align: center;	
	}
	
	#contact-form .submit,
	#comment-form .submit {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
	}
	
	#social-area #social ul li:first-child,
	#social-area #social ul li {
		margin: 15px;
	}
	
	#social-area #social ul li a {
		width: 50px;
		height: 50px;
	}
	
	#social-area #social ul li a span {
		font-size: 24px;
		line-height: 50px;
	}
	
	#twitter-feed {
		padding-top: 90px;
		padding-bottom: 100px;	
	}
	
	#ticker .tweet_list li {
		font-size: 16px;
		line-height: 24px;
	}
	
	#ticker .tweet_list .tweet_time a {
		font-size: 13px;
		margin-left: 5px;	
	}
	
	.info-block a.button {
    	margin-top: 20px;
    	position: inherit;
		display: block;
	}
	
	.info-text {
		padding-right: 0;	
	}
}

@media (max-width: 480px) {
	#back-to-top {
		display: none !important;	
	}
	
	#home-slider {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	#home-slider ul#slide-list {
		display: none;	
	}
	
	#home-slider .container .row {
		width: 100%;	
	}
	
	#home-slider #slidecaption {
		font-size: 28px;	
	}
	
	header .sticky-nav,
	header .sticky-nav.stuck {
		position: relative;	
	}
	
	header .sticky-nav,
	#navigation-mobile,
	.page,
	.page-alternate,
	.map,
	#twitter-feed,
	footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;	
	}
	
	.map {
		height: 320px;	
	}
	
	header .sticky-nav #logo {
		margin-left: 0;
	}
	
	header .sticky-nav #menu {
		margin-right: 0;
	}
	
	header .sticky-nav.stuck #menu {
		margin-right: 20px;	
	}
	
	#menu {
		display: none;	
	}
	
	#mobile-nav {
    	display: block;
		float: right;
	}
	
	#menu-nav-mobile {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 0;
	}
	
	.work-nav {
		margin-bottom: 30px;	
	}
	
	.type-work {
		background: url(//cdn-west.sqhk.co/51a630351563b509886c12fb/filter-icon.png) no-repeat;
		width: 16px;
		height: 16px;
		display: inline-block;
		text-indent: -9999px;
		margin-bottom: 0;
		position: relative;
		line-height: 10px;
	}
	
	.work-nav #filters li:first-child {
		margin-left: 0;	
	}
	
	.work-nav #filters,
	.work-nav #filters li {
		display: inline-block;
	}
	
	.work-nav #filters li {
		margin:0 10px 0 0;	
	}
	
	#about .profile {
		margin-bottom: 30px;	
	}
	
	#about .profile:last-child {
		margin-bottom: 0;	
	}
	
	#response {
		margin-bottom: 30px;	
	}
	
	.contact-details {
		border-top: 1px dashed #E0E0E0;
		padding-top: 30px;
		text-align: center;	
	}
	
	#contact-form .submit,
	#comment-form .submit {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
	}
	
	#social-area #social ul li:first-child,
	#social-area #social ul li {
		margin: 15px;
	}
	
	#social-area #social ul li a {
		width: 50px;
		height: 50px;
	}
	
	#social-area #social ul li a span {
		font-size: 24px;
		line-height: 50px;
	}
	
	#twitter-feed {
		padding-top: 90px;
		padding-bottom: 100px;	
	}
	
	#ticker .tweet_list li {
		font-size: 14px;
		line-height: 22px;
	}
	
	#ticker .tweet_list .tweet_time a {
		font-size: 12px;
		margin-left: 3px;	
	}
	
	.info-block a.button {
    	margin-top: 20px;
    	position: inherit;
		display: block;
	}
	
	.info-text {
		padding-right: 0;	
	}
}

@media (max-width: 320px) {
	
	#navigation-mobile li a {
		padding: 20px 0;
	}
	
	.work-nav #filters li a {
		font-size: 12px;
	}
	
	.children .comment {
		padding-left: 0;	
	}
	
	#twitter-feed {
		padding-top: 90px;
		padding-bottom: 120px;	
	}
}


/* Retina Display */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
 	only screen and (-moz-min-device-pixel-ratio: 2),
  	only screen and (-o-min-device-pixel-ratio: 2/1),
  	only screen and (min-device-pixel-ratio: 2),
  	only screen and (min-resolution: 2dppx) {
		
		header #logo a {
		}
		
		.menu-nav {
			background-image: url(//cdn-west.sqhk.co/51a630351563b509886c12fb/menu-mobile_@2x.png);
			background-size: 16px 32px;
		}
		
		.type-work {
			background-image: url(//cdn-west.sqhk.co/51a630351563b509886c12fb/filter-icon_@2x.png);
			background-size: 16px 16px;
		}
		
		.sep .separator {
			background-image: url(//cdn-west.sqhk.co/51a630351563b509886c12fb/seperator_@2x.png);
			background-size: 24px 24px;
		}
	}


   #slides {
      display: none;
    }

    #slides .slidesjs-navigation {
      margin-top:3px;
    }

    #slides .slidesjs-previous {
      margin-right: 5px;
      float: left;
    }

    #slides .slidesjs-next {
      margin-right: 5px;
      float: left;
    }

    .slidesjs-pagination {
      margin: 6px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url("//cdn-west.sqhk.co/51b620571563b50544d666c1/pagination.png");
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px;
    }

    #slides a:link,
    #slides a:visited {
      color: #333;
    }

    #slides a:hover,
    #slides a:active {
      color: #000;
    }

 
  <!-- End SlidesJS Optional-->

  <!-- SlidesJS Required: These styles are required if you'd like a responsive slideshow -->
 
    #slides {
      display: none;
    }



    /* For tablets & smart phones */
    @media (max-width: 767px) {
      body {
        padding-left: 20px;
        padding-right: 20px;
      }
      .container {
        width: auto;
      }
    }

    /* For smartphones */
    @media (max-width: 480px) {
      .container {
        width: auto;
      }
    }

    /* For smaller displays like laptops */
    @media (min-width: 768px) and (max-width: 979px) {
      .container {
        width: 724px;
      }
    }

    /* For larger displays */
    @media (min-width: 1200px) {
      .container {
        width: 1170px;
      }
    }