@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:400,300,700|Open+Sans:400,300,700|Lobster);
@import url(http://fonts.googleapis.com/css?family=Lobster);
/* Animations */
.animate {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translateZ(0) !important;
}
.fade-in {
	-webkit-animation-name: fadein;
	animation-name: fadein;
	opacity: 1;
	filter: alpha(opacity=100);
}
.fade-in-top {
	-webkit-animation-name: fadeintop;
	animation-name: fadeintop;
	opacity: 1;
	filter: alpha(opacity=100);
}
.fade-in-bottom {
	-webkit-animation-name: fadeinbottom;
	animation-name: fadeinbottom;
	opacity: 1;
	filter: alpha(opacity=100);
}
.fade-in-left {
	-webkit-animation-name: fadeinleft;
	animation-name: fadeinleft;
	opacity: 1;
	filter: alpha(opacity=100);
}
.fade-in-right {
	-webkit-animation-name: fadeinright;
	animation-name: fadeinright;
	opacity: 1;
	filter: alpha(opacity=100);
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeintop {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}
@-moz-keyframes fadeintop {
	from {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	to {
		opacity: 1;
		-moz-transform: translateY(0px);
	}
}
@-webkit-keyframes fadeintop {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0, 0, 0);
	}
}
@keyframes fadeinbottom {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}
@-moz-keyframes fadeinbottom {
	from {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	to {
		opacity: 1;
		-moz-transform: translateY(0px);
	}
}
@-webkit-keyframes fadeinbottom {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeinleft {
	from {
		opacity: 0;
		transform: translateX(-35px);
	}
	to {
		opacity: 1;
		transform: translateX(0px);
	}
}
@-moz-keyframes fadeinleft {
	from {
		opacity: 0;
		-moz-transform: translateX(-35px);
	}
	to {
		opacity: 1;
		-moz-transform: translateX(0px);
	}
}
@-webkit-keyframes fadeinleft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-35px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeinright {
	from {
		opacity: 0;
		transform: translateX(35px);
	}
	to {
		opacity: 1;
		transform: translateX(0px);
	}
}
@-moz-keyframes fadeinright {
	from {
		opacity: 0;
		-moz-transform: translateX(35px);
	}
	to {
		opacity: 1;
		-moz-transform: translateX(0px);
	}
}
@-webkit-keyframes fadeinright {
	from {
		opacity: 0;
		-webkit-transform: translate3d(35px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}
}
html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	max-width: 100%;
	font-family:Roboto, Arial, sans-serif;
}

#mc_embed_signup {
	margin-top: 54px;
	position: absolute;
	width: 90%;
	padding-bottom:50px;
}

.dropdown-menu {
	display: none !important;
	width:260px;
	left:inherit;
}
.open > .dropdown-menu {
	display: block !important;
}

section.doors {
	height:auto;
	padding-top: 80px;
}

h1.pattern {
	margin-bottom: 0;
	margin-top: 0;
}

.navbar-toggle .icon-bar {
	background: none repeat scroll 0 0 #000;
	border-radius: 1px;
	display: block;
	height: 4px;
	width: 32px;
}

.doorboxes {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	height: 400px;
	margin: auto;
	position: relative;
	text-align: center;
	vertical-align: middle;
	z-index: 3;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #fff;
	
}
.doorboxes a {
	display: block;
	position: relative;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width:100%;
	margin-top: 50px;
	padding-left: 40px;
	padding-right: 40px;
	transition:background-color 0.5s ease 0s;
}
.doorboxes a:hover {
	text-decoration:none;
}
.doorboxes a h1 {
	font-size: 32px;
	height: 85px;
	line-height: 100%;
	margin-top: -50px;
	position: relative;
	text-transform: uppercase;
	top: 50%;
}
.sticky-wrapper {
	position:absolute;
	width: 100%;
}
.col-caption {
	bottom: 24px;
	color: #fff;
	left: 35px;
	position: absolute;
	z-index: 100;
}

.centered {
	text-align:center;
}

#wrapper {
	height: 100%;
}
div.mc-image {
	background-size:cover !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#maximage img {
	min-width:100%;
	position:absolute;
	top:-50%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
	font-weight: 300;
}

h2 {
	color: rgb(200, 152, 40);
	font-size: 24px;
	font-weight: normal;
	line-height: 110%;
	margin-bottom: 30px;
	margin-top: 5px;
}

#stockists.gold {
	background-image:url(../img/noisy-texture.png);
	background-repeat:repeat;
}

.gold p {
	color: #fff;
}
section.gold {
	background:rgba(200, 152, 40, 1) !important;
}
.text {
	padding:30px 50px 30px 50px;
	border:1px solid #a7a7a7;
	border-radius:20px;
	box-shadow:4px 3px 0 rgb(200, 152, 40), 9px 8px 16px rgba(0, 0, 0, 0.15);
}

.container .text h1 {
	font-size: 16px;
}

.sponsors {
	color:rgb(200, 152, 40);
}

.aslogo {
	margin-left:auto;
	margin-right:auto;
	max-height:50px;
	display:block;
}

.text .hole {
	border:1px solid #a7a7a7;
	width:14px;
	height:14px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	border-radius:7px;
	margin-bottom:10px;
	background:#ededed;
}

.gold h1 {
	color: #fff;
}
.gold h2 {
	color: #333;
}

a h2.blogheadline {
	color: #000;
	min-height: 75px;
	overflow: hidden;
}
.homiesidebar  {
	padding-left:inherit;
}
.sidebar {
	padding-top:60px;
}
.homiesidebar p:nth-child(2) {
	font-family: 'Roboto Slab',"Helvetica Neue",sans-serif;
	font-size: 22px;
	line-height: 130%;
}
.homiesidebar h1 {
	margin-top:0;
	margin-bottom:20px;
}
.white, .white p {
	color: #ffffff !important;
}
.container.page.homeblog {
	padding-top: 0;
}
h1 {
	font-size: 38px;
	line-height: 130%;
	Font-family:Roboto, Arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
p {
	color: #333;
	font-size: 16px;
	line-height: 160%;
}
.imageintext {
	padding:50px 0;
}
.btn {
	border-radius: 0;
	max-width: 90%;
	white-space: normal;
}
.btn.btn-inverse {
	color: #ffffff;
	background-color: #555555;
	border-color: #444444;
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus,
.btn.btn-inverse:active,
.btn.btn-inverse.active,
.open .dropdown-toggle.btn.btn-inverse {
	color: #ffffff;
	background-color: #414141;
	border-color: #252525;
}
.btn.btn-inverse:active,
.btn.btn-inverse.active,
.open .dropdown-toggle.btn.btn-inverse {
	background-image: none;
}
.btn.btn-inverse.disabled,
.btn.btn-inverse[disabled],
fieldset[disabled] .btn.btn-inverse,
.btn.btn-inverse.disabled:hover,
.btn.btn-inverse[disabled]:hover,
fieldset[disabled] .btn.btn-inverse:hover,
.btn.btn-inverse.disabled:focus,
.btn.btn-inverse[disabled]:focus,
fieldset[disabled] .btn.btn-inverse:focus,
.btn.btn-inverse.disabled:active,
.btn.btn-inverse[disabled]:active,
fieldset[disabled] .btn.btn-inverse:active,
.btn.btn-inverse.disabled.active,
.btn.btn-inverse[disabled].active,
fieldset[disabled] .btn.btn-inverse.active {
	background-color: #555555;
	border-color: #444444;
}
hr.divider {
	margin-top: 35px;
}
.container.page > h1 {
	font-size: 30px;
	margin-bottom: 0;
	margin-top: 0;
}
a.homielink {
	min-height:250px;
	color:#000000 !important;
}

.homielink img {
	width:100%;
	height:auto;
}
.homielink h2 {
	font-size:18px;
	margin-top: 12px;
}


.socialbar {
	border-bottom:5px solid #fff;
	padding-top:30px;
	padding-bottom:90px;
}
.social.right {
	text-align:center;
	padding-left:0 !important;
	padding-right:0 !important;
}
.social.left {
	text-align:center;
	padding-left:0 !important;
	padding-right:0 !important;
}
#mc-embedded-subscribe-form {
	margin-top:2px;
	padding:0 !important;
}
.form-control {
	background: #eee;
	border-color: #eeeeee;
	border-radius: 0;
	color: #444;
}
.form-control,
.form-control:focus,
.form-control:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
h3.title {
	margin-top: 30px;
	margin-bottom: 20px;
}
aside h3.title {
	font-size: 20px !important;
}
img {
	height: auto;
	max-width: 100%;
}
i h2 {
	margin-top:0;
	font-size:20px;
	font-weight: bold;
}
blockquote {
	border: 0;
	position: relative;
	padding: 20px 20px 20px 50px;
	font-size: 18px;
	margin: 20px 0;
	color: #999999;
	background-color: #fafafa;
	border: 1px solid #f6f6f6;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
}
blockquote:before {
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80px;
	line-height: 80px;
	top: 4px;
	left: 10px;
	content: "\201C";
	opacity: 0.3;
	filter: alpha(opacity=30);
	font-style: normal;
}
blockquote cite {
	display: block;
	font-size: 14px;
	font-style: normal;
	margin-top: 5px;
}
#home {
	position: relative;
	background-attachment: fixed;
	background-position: top center;
	background-color: transparent;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: table;
	overflow: hidden;
	z-index: 5;
}
#home #maximage {
	display: block;
	position: absolute;
	width: 100% !important;
	height: 100%;
	z-index: 1;
	background-color: #000000;
	overflow: hidden;
}
#home.static #maximage {
	position: fixed;
}
#home .fullscreen-controls {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -64px;
	z-index: 5;
}
#home .fullscreen-controls .img-prev,
#home .fullscreen-controls .img-next {
	opacity: 0;
	filter: alpha(opacity=0);
	color: #ffffff;
	position: absolute;
}
#home .fullscreen-controls .img-prev:before,
#home .fullscreen-controls .img-next:before {
	font-family: 'FontAwesome';
	font-size: 64px;
}
#home .fullscreen-controls .img-prev:hover,
#home .fullscreen-controls .img-next:hover {
	cursor: pointer;
	text-decoration: none;
}
#home .fullscreen-controls .img-prev {
	left: 15px;
	-webkit-transition: opacity 0.3s, left 0.3s;
	transition: opacity 0.3s, left 0.3s;
}
#home .fullscreen-controls .img-prev:before {
	content: "\f104";
}
#home .fullscreen-controls .img-next {
	right: 15px;
	-webkit-transition: opacity 0.3s, right 0.3s;
	transition: opacity 0.3s, right 0.3s;
}
#home .fullscreen-controls .img-next:before {
	content: "\f105";
}
#home:hover .fullscreen-controls .img-prev,
#home:hover .fullscreen-controls .img-next {
	opacity: 1;
	filter: alpha(opacity=100);
}
#home:hover .fullscreen-controls .img-prev {
	left: 25px;
}
#home:hover .fullscreen-controls .img-next {
	right: 25px;
}
#home .home-wrapper {
	width: 100%;
	margin: auto;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 3;
	text-align: center;
}
#home .home-wrapper .logo h1 {
	font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	display: block;
	font-size: 23px;
	line-height: 100%;
	margin: 30px auto 10px;
	padding: 0 15px 20px;
	text-align: center;
	text-shadow: 0 -1px 0 #454545;
	text-transform:uppercase;
}

#home .home-wrapper .logo h1 img {
	margin-bottom:40px;
}

#home .home-wrapper .logo h1 .headdinghome {
	color: #df0000;
	font-size: 40px;
	line-height:normal;
	background:#fff;
	padding:10px 23px;
	margin-left: 40px;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.productdetails {
	position:absolute;
	display:block;
	height:100%;
	width:100%;
	background:#B80000;
	color:#fff;
}

.logo {
	max-width:1200px;
	display:block;
	margin:0 auto;
	text-align:left;
	padding-left:0;
}

.powered {
	color:#fff;
	font-size:18px;
	margin-top:25px;
	margin-left:55px;
}

small {
	font-size:12px;
	display:block;
	text-align:center;
	padding-top:5px;
}

.logosml {
	max-height: 18px;
}
section.dots {
	background:url(../img/dotted-bg.png) repeat top left;
}

.form-group > input[type="submit"] {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
}
.form-group > input[type="submit"]:hover {
	text-decoration:underline;
}

#home .home-wrapper #home-slider {
	max-width: 99% !important;
}
#home .home-wrapper #home-slider .star-line {
	height: 20px;
	width: 800px;
	margin: 0 auto;
	position: relative;
}
#home .home-wrapper #home-slider .star-line .icons {
	display: block;
	width: 76px;
	text-align: center;
	margin: 0 auto;
}
#home .home-wrapper #home-slider .star-line .icons:before,
#home .home-wrapper #home-slider .star-line .icons:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
#home .home-wrapper #home-slider .star-line .icons:after {
	clear: both;
}
#home .home-wrapper #home-slider .star-line .icons .glyphicon {
	color: #ffffff !important;
	font-size: 18px;
	display: block;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
#home .home-wrapper #home-slider .star-line .icons .glyphicon:first-child,
#home .home-wrapper #home-slider .star-line .icons .glyphicon:last-child {
	font-size: 14px;
	margin-top: 2px;
}
#home .home-wrapper #home-slider .star-line .line-pre,
#home .home-wrapper #home-slider .star-line .line-after {
	display: block;
	height: 1px;
	position: absolute;
	width: 340px;
	top: 9px;
}
#home .home-wrapper #home-slider .star-line .line-pre {
	left: 0;
	background-image: -webkit-gradient(linear, 0% top, 70% top, from(transparent), to(#ffffff));
	background-image: -webkit-linear-gradient(left, color-stop(transparent 0%), color-stop(#ffffff 70%));
	background-image: -moz-linear-gradient(left, transparent 0%, #ffffff 70%);
	background-image: linear-gradient(to right, transparent 0%, #ffffff 70%);
	background-repeat: repeat-x;
}
#home .home-wrapper #home-slider .star-line .line-after {
	right: 0;
	background-image: -webkit-gradient(linear, 30% top, 100% top, from(#ffffff), to(transparent));
	background-image: -webkit-linear-gradient(left, color-stop(#ffffff 30%), color-stop(transparent 100%));
	background-image: -moz-linear-gradient(left, #ffffff 30%, transparent 100%);
	background-image: linear-gradient(to right, #ffffff 30%, transparent 100%);
	background-repeat: repeat-x;
}
#home .home-wrapper #home-slider ul {
	margin: 0;
	padding: 0;
}
#home .home-wrapper #home-slider ul:before,
#home .home-wrapper #home-slider ul:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
#home .home-wrapper #home-slider ul:after {
	clear: both;
}
#home .home-wrapper #home-slider li {
	margin: 0;
	padding: 0;
}
#home .home-wrapper #home-slider h1 {
	color: #ffffff;
	line-height: 68px;
	font-size: 60px;
	font-weight: 700;
	font-family: 'Open Sans Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#home .home-wrapper .buttons {
	margin-top: 20px;
}
#home .home-wrapper .buttons .btn {
	position: relative;
	z-index: 6;
	border: 1px solid #ffffff;
	color: #ffffff;
	border-radius: 0;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 15px 20px;
}
#home .home-wrapper .buttons .btn:hover {
	background-color: #ffffff;
	color: #222222;
}
#home .home-wrapper .buttons .or {
	position: relative;
	z-index: 7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-color: #fff;
	padding: 6px 7px 7px;
	margin-left: -18.5px;
	margin-right: -18.5px;
	border-radius: 50%;
}
section {
	position: relative;
	z-index: 7;
	background: url(../img/noisy-texture.png) repeat #fff;
}
a.sectionlink {
	display:block;
	margin-bottom:80px;
}
h1.blogfeature {
	font-size:52px !important;
}

section.grey {
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	background-color: #f9f9f9;
}
section.dark {
	background-color: #444444;
}
section.blue {
	padding:50px;
	background-color: #269BD8;
	text-align:center;
}

section.infosheet a.btn {
	padding:17px 22px;
	font-size:18px;
	border-radius:15px;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 4px 0px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 4px 0px 0px rgba(50, 50, 50, 0.3);
	border:0;
}
.featurerow {
	margin-bottom:40px;
}
.featurebox {
	border:1px solid #b8b8b8;
	padding:20px 40px 20px 60px;
	position:relative;
	background:url(../img/featurequote.png) no-repeat 20px 20px;
}
.featurebox h3 {
	margin-top:0;
	color:#269bd8;
	font-weight:bold;
}

#clients.parallax {
	padding-top: 50px;
}

.blogheadline-sidebar {
	border-top: 1px dotted #898989;
	color: #000 !important;
	font-size: 18px;
	margin: 0;
	padding: 15px 0 15px 40px;
	background:url(../list-arrow.png) no-repeat 12px 17px;
	text-decoration:none !important;
}

a.blogsidebar-links {
	text-decoration:none !important;
}

.blogheadline-sidebar:hover {
	background-color:#f9f9f9;
	text-decoration:none !important;
}

a.active .blogheadline-sidebar {
	background-color:#f9f9f9;
	text-decoration:none !important;
}

.sidebar h2 {
	margin-top:0;
}
.container.page.blog {
	padding-top: 40px;
}
.container.page {
	padding-bottom: 60px;
	padding-top: 90px;
}
#buy .container.page {
	padding-top: 0;
}
.container.page.halfpadding {
	padding-top: 60px;
}
.blogsidebar {
	padding-left: 15px;
	padding-top:40px;
}
.topzero {
	padding-top: 0px;
	padding-bottom: 90px;
}
.section-title {
	bottom: 20px;
	position: absolute;
	text-align: left;
	width: inherit;
	z-index: 4;
	width:80%;
}
.section-title h1 {
	font-size: 32px;
	font-weight: 300;
	line-height:95%;
	text-shadow: 0 -1px #454545;
}

.section-title h2 {
	font-size: 18px;
}
.section-title h1.super-title {
	font-family: 'Open Sans Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	position: relative;
	font-size: 64px;
	line-height: 70px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.section-title h1.super-title:before,
.section-title h1.super-title:after {
	width: 90%;
	height: 10px;
	position: absolute;
	content: "";
	left: 5%;
	background-image: url(../img/lines.png);
}
.section-title h1.super-title:before {
	top: 0;
}
.section-title h1.super-title:after {
	bottom: 0;
}
.section-title h4 {
	background:url(../img/title-bottom.png) center bottom no-repeat;
	color: #666666;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 60px;
	margin-top: 0;
	padding-bottom: 25px;
}
.inverted .section-title h4 {
	color:#ffffff;
	background:url(../img/title-bottom-white.png) center bottom no-repeat;
}
.section-title h4 + h2 {
	margin-top: 0;
	padding-top: 0;
}
.section-title h2 {
	font-size: 18px;
	line-height: 100%;
}
.section-title hr {
	width: 120px;
	background-color: #dddddd;
	height: 1px;
	border-width: 0;
}
.section-title .subheading {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 75%;
	margin: 0 auto;
	color: #777777;
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;
}
.subheading.blue {
	color: #269BD8;
	font-size: 22px;
	font-weight: 400;
	margin-top: 40px;
}
.inverted .section-title .subheading {
	color:#fff;
}
aside {
	margin-bottom: 50px;
}
aside .search {
	position: relative;
	margin: 30px 0;
}
aside .search input[type=text] {
	padding-right: 30px;
}
aside .search input[type=submit],
aside .search button[type=submit] {
	position: absolute;
	right: 10px;
	top: 6.5px;
	color: #888888;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0;
}
aside .tags,
aside .categories {
	margin: 0;
	padding: 0;
	list-style: none;
}
aside .tags:before,
aside .categories:before,
aside .tags:after,
aside .categories:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
aside .tags:after,
aside .categories:after {
	clear: both;
}
aside .tags li {
	float: left;
}
aside .tags li a {
	font-size: 12px;
	display: block;
	padding: 4px 8px;
	color: #ffffff;
	margin: 0 5px 5px 0;
	border-radius: 3px;
	border: 0;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
aside .tags li a:hover {
	background-color: #000000 !important;
	text-decoration: none;
}
aside .categories li {
	border-top: 1px solid #eeeeee;
}
aside .categories li a {
	display: block;
	padding: 10px;
	color: #999999 !important;
}
aside .categories li a .fa {
	margin-right: 5px;
}
aside .categories li a:hover {
	text-decoration: none;
}
aside .categories li:first-child {
	border-top: 0;
}
#loader {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #333;
	z-index: 100;
	display:none;
}
#loader .windows8 {
	width: 45px;
	height: 45px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -22.5px 0 0 -22.5px;
}
#loader .windows8 .wBall {
	position: absolute;
	width: 43px;
	height: 43px;
	opacity: 0;
	-moz-transform: rotate(225deg);
	-moz-animation: orbit 7.15s infinite;
	-webkit-transform: rotate(225deg);
	-webkit-animation: orbit 7.15s infinite;
	-ms-transform: rotate(225deg);
	-ms-animation: orbit 7.15s infinite;
	-o-transform: rotate(225deg);
	-o-animation: orbit 7.15s infinite;
	transform: rotate(225deg);
	animation: orbit 7.15s infinite;
}
#loader .windows8 .wBall .wInnerBall {
	position: absolute;
	width: 6px;
	height: 6px;
	background: #FFFFFF;
	left: 0px;
	top: 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
#loader .windows8 #wBall_1 {
	-moz-animation-delay: 1.56s;
	-webkit-animation-delay: 1.56s;
	-ms-animation-delay: 1.56s;
	-o-animation-delay: 1.56s;
	animation-delay: 1.56s;
}
#loader .windows8 #wBall_2 {
	-moz-animation-delay: 0.31s;
	-webkit-animation-delay: 0.31s;
	-ms-animation-delay: 0.31s;
	-o-animation-delay: 0.31s;
	animation-delay: 0.31s;
}
#loader .windows8 #wBall_3 {
	-moz-animation-delay: 0.62s;
	-webkit-animation-delay: 0.62s;
	-ms-animation-delay: 0.62s;
	-o-animation-delay: 0.62s;
	animation-delay: 0.62s;
}
#loader .windows8 #wBall_4 {
	-moz-animation-delay: 0.94s;
	-webkit-animation-delay: 0.94s;
	-ms-animation-delay: 0.94s;
	-o-animation-delay: 0.94s;
	animation-delay: 0.94s;
}
#loader .windows8 #wBall_5 {
	-moz-animation-delay: 1.25s;
	-webkit-animation-delay: 1.25s;
	-ms-animation-delay: 1.25s;
	-o-animation-delay: 1.25s;
	animation-delay: 1.25s;
}
@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin: 0%;
	}
	30% {
		opacity: 1;
		-webkit-transform: rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin: 7%;
	}
	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin: 30%;
	}
	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin: 39%;
	}
	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin: 70%;
	}
	76% {
		opacity: 0;
		-webkit-transform: rotate(900deg);
	}
	100% {
		opacity: 0;
		-webkit-transform: rotate(900deg);
	}
}
@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}
	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin: 0%;
	}
	30% {
		opacity: 1;
		-ms-transform: rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin: 7%;
	}
	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin: 30%;
	}
	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin: 39%;
	}
	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin: 70%;
	}
	76% {
		opacity: 0;
		-ms-transform: rotate(900deg);
	}
	100% {
		opacity: 0;
		-ms-transform: rotate(900deg);
	}
}
@keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}
	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin: 0%;
	}
	30% {
		opacity: 1;
		transform: rotate(410deg);
		animation-timing-function: ease-in-out;
		origin: 7%;
	}
	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin: 30%;
	}
	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin: 39%;
	}
	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin: 70%;
	}
	76% {
		opacity: 0;
		transform: rotate(900deg);
	}
	100% {
		opacity: 0;
		transform: rotate(900deg);
	}
}

nav {
	background: #fff;
	box-shadow: 0 1px 0 3px rgba(0, 0, 0, 0.05);
	float: right !important;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 10;
	padding-bottom: 10px;
}


nav:before,
nav:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
nav:after {
	clear: both;
}
nav .logo {
	float: left;
	height: auto;
}
nav .logo h1 {
	font-family: 'Lobster', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 36px;
	margin: 0 0 0 30px;
	padding: 0;
}
.logoimg {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100px;
}
nav .menu-trigger {
	display: none;
	font-size: 24px;
	position: absolute;
	top: 18px;
	right: 25px;
}
nav .menu-trigger a {
	color: #333333;
}
nav ul {
	float: right;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	height: 75px;
	vertical-align: middle;
	display: table;
}
ul.navbar-collapse.in {
	display: block;
}

nav ul:before,
nav ul:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
nav ul:after {
	clear: both;
}
nav ul li {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}

nav ul li a {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: normal;
	text-decoration: none !important;
	border: none;
	padding: 0 10px;
}

/*
nav ul li a,
nav ul li a:active,
nav ul li a:focus {
color: #000 !important;
}
*/

nav.small .logo,
nav.small ul {
	height: 45px;
}
nav.small .logo h1 {
	font-size: 20px;
	line-height: 45px;
}
nav.small .menu-trigger {
	top: 5px;
}
nav.small .menu-trigger a {
	font-size: 18px;
}
nav.small ul li a {
	font-size: 12px;
	line-height: 14px;
}
nav.dark {
	background-color: #333333;
}
nav.dark .logo h1 {
	color: #ffffff;
}
nav.dark .menu-trigger a {
	color: #ffffff;
}
nav.dark ul li a,
nav.dark ul li a:active,
nav.dark ul li a:focus {
	color: #ffffff;
}
nav.colored .logo h1 {
	color: #ffffff;
}
nav.colored .menu-trigger a {
	color: #ffffff;
}
nav.colored .menu-trigger a:hover {
	color: #ffffff !important;
	opacity: 0.7;
}
nav.colored ul li a,
nav.colored ul li a:active,
nav.colored ul li a:focus {
	color: #ffffff !important;
}
nav.colored ul li a:hover {
	color: #333333 !important;
}
nav.colored ul li a:hover:active,
nav.colored ul li a:hover:focus {
	color: #333333 !important;
}
nav.colored ul li.active a {
	color: #333333 !important;
}
nav.sticky {
	background:#fff;
}

nav.sticky nav ul li a {
	color:#333;
}

.phonebooth {
	background:#269BD8;
	float:right;
}

.phonebooth.sticky {
	position: fixed;
	top: 200px;
	width: 200px;
}
/* UI Elements Styles */
.feature-box {
	text-align: left;
	margin-top: 0;
	padding-left:84px;
	padding-right:20px;
	background:url(../img/bluetick.png) top left no-repeat;
	min-height:80px;
	
}
.feature-box .fa {
	border-radius: 50%;
	color: #FFFFFF;
	display: inline-block;
	font-size: 32px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin-bottom: 30px;
	position: relative;
}
.feature-box .fa:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 100%;
}
.feature-box h4 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #269bd8;
	font-size:24px;
	font-weight:bold;
}
.feature-box p {
	color: #888888;
	padding: 0 15px;
}
.feature-box:hover {
	cursor: default;
}
.feature-box:hover .fa:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#clients h1 {
	color: rgb(200, 152, 40) !important;
}

#clients p {
	color: #fff;
	font-size:22px;
}

.inline-button.btn {
	background: none repeat scroll 0 0 #efefef;
	border-radius: 5px;
	box-shadow: 0 4px #bcbcbc;
	font-size:26px;
	color: rgb(200, 152, 40);
	font-weight: bold;
	display:inline-block;
	width:auto;
}

.parallax {
	min-height: 300px !important;
	background-position: ;
	background-attachment: scroll;
	background-color: transparent;
	position: relative;
	background-size: cover;
	-webkit-background-size: cover;
	background-repeat: repeat;
	z-index: 6;
	-webkit-transform-style: preserve-3d;
}
#quote {
	background-image: url('../img/demo/bg_3.jpg');
}
hr {
	background-color: #dddddd;
	border-width: 0;
	height: 2px;
	width: 120px;
	margin-bottom: 30px;
	margin-top: 10px;
}
.pattern {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent url(../img/grid.png) repeat 0 0 fixed;
	z-index: 2;
}
.quote {
	position: relative;
	z-index: 2;
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
}
.quote h2 {
	font-family: 'Open Sans Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.quote.white,
.quote.white p {
	color: #ffffff;
}
.subscribe h2 {
	margin-top: 0;
}
.subscribe input[type=text] {
	margin: 35px auto;
	width: 360px;
	height: auto;
	text-align: center;
}
.social-media {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}
.social-media li {
	display: inline-block;
	margin: 20px 10px 0;
}
.social-media li a {
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	text-align: center;
	width: 70px;
	height: 70px;
	line-height: 68px;
	color: #ffffff !important;
	font-size: 36px;
	border-radius: 3px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.social-media li a:hover {
	background-color: rgba(0, 0, 0, 0.3);
}
.call-to h3 {
	text-align: center;
	margin: 0;
	padding: 40px 0;
}
.call-to .btn {
	margin-left: 50px;
	margin-top: -5px;
}

.contactblock {
	margin-top:40px;
}
.contactblock h4 {
	color:#269BD8;
}
.contact-details {
	position: relative;
	z-index: 2;
	text-align: center;
}
.contact-details .icon {
	margin-top: 45px;
	text-align: center;
	display: inline-block;
	border: 2px solid #ffffff;
	color: #ffffff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-size: 32px;
	line-height: 59px;
}
.contact-details .icon i {
	display: inline-block;
	margin-left: 3px;
}
.contact-details .phone-number h2 {
	font-family: 'Open Sans Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	margin: 30px 0 15px;
	padding: 10px 20px;
	font-size: 80px;
	font-weight: 700;
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.2);
}
.contact-details .company-address {
	margin-bottom: 45px;
}
.contact-details .company-address h2 {
	margin: 0;
	color: #ffffff;
	display: inline-block;
	font-family: 'Open Sans Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 52px;
}
.connect h2 {
	margin-top: 0;
}
#clients {
	padding-bottom:80px;
}
.clients .client {
	width: 100%;
	height: 150px;
	margin: 30px 0 0;
	display: table;
	position: relative;
	z-index: 4;
}
.clients .client a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.clients .client img {
	display: inline-block;
	max-height: 100px;
	max-width: 148px;
	height: auto;
}
#contact form {
	margin-top: 30px;
}
#contact textarea {
	height: 105px;
}
#location-map {
	height: 300px;
}
#location-map .map {
	width: 100%;
	height: 300px;
}
footer {
	background-color: #222222;
	text-align: center;
	position: relative;
	z-index: 8;
	padding-top:60px;
	border-top:4px solid #fff;
}

footer h4 {
	color: rgb(200, 152, 40);
	font-size: 24px;
	margin-bottom: 30px;
}
footer p {
	font-size:12px;
	color: #676767;
}
footer h3 img {
	
}
.footernav {
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.footernav a {
	color: #fff !important;
	display: inline-block;
	font-family: 'Roboto Slab',helvetica,sans-serif;
	font-size: 20px;
	margin: 0 37px;
	text-transform: uppercase;
}
footer h3 {
	color: #ffffff;
	display: inline-block;
	font-family: 'Lobster', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	font-size: 36px;
	padding: 20px 0;
}

#mc_embed_signup {
	width: inherit !important;
}

#mce-EMAIL {
	padding: 10px;
	font-size: 20px;
	vertical-align:top;
}

#mc-embedded-subscribe {
	display: inline-block;
	height: 55px;
	vertical-align: top;
	background: rgb(200, 152, 40);
	border: 0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
}

@-webkit-keyframes loader {
	0% {
		background-color: transparent;
		box-shadow: 0 -45px 1px #dddddd, 45px 30px 1px #dddddd, -45px 30px 1px #dddddd;
	}
	33% {
		background-color: transparent;
		box-shadow: 45px 30px 1px #dddddd, -45px 30px 1px #dddddd, 0px -45px 1px #dddddd;
	}
	66% {
		background-color: transparent;
		box-shadow: -45px 30px 1px #dddddd, 0 -45px 1px #dddddd, 45px 30px 1px #dddddd;
	}
}
@-moz-keyframes loader {
	0% {
		background-color: transparent;
		box-shadow: 0 -45px 1px #dddddd, 45px 30px 1px #dddddd, -45px 30px 1px #dddddd;
	}
	33% {
		background-color: transparent;
		box-shadow: 45px 30px 1px #dddddd, -45px 30px 1px #dddddd, 0px -45px 1px #dddddd;
	}
	66% {
		background-color: transparent;
		box-shadow: -45px 30px 1px #dddddd, 0 -45px 1px #dddddd, 45px 30px 1px #dddddd;
	}
}
@keyframes loader {
	0% {
		background-color: transparent;
		box-shadow: 0 -45px 1px #dddddd, 45px 30px 1px #dddddd, -45px 30px 1px #dddddd;
	}
	33% {
		background-color: transparent;
		box-shadow: 45px 30px 1px #dddddd, -45px 30px 1px #dddddd, 0px -45px 1px #dddddd;
	}
	66% {
		background-color: transparent;
		box-shadow: -45px 30px 1px #dddddd, 0 -45px 1px #dddddd, 45px 30px 1px #dddddd;
	}
}
.post {
	margin-top: 45px;
}
.post .post-image {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.post .post-image .overlay {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	text-align: center;
	z-index: 2;
}
.post .post-image .overlay i {
	-webkit-transition: opacity 0.3s ease 0.09s, transform 0.3s ease 0.09s;
	transition: opacity 0.3s ease 0.09s, transform 0.3s ease 0.09s;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateY(20px);
	position: relative;
	display: inline-block;
	top: 50%;
	color: #ffffff;
	font-size: 48px;
	line-height: 48px;
	margin-top: -24px;
}
.post .post-image img {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}
.post .post-image:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}
.post .post-image:hover .overlay i {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateY(0px);
}
.post .post-title {
	margin: 20px 0 5px;
	padding: 0;
}
.post .post-title a {
	color: #333333;
}
.post .post-title a:hover {
	text-decoration: none;
}
.post .post-meta {
	display: block;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 10px;
}
.post .post-meta,
.post .post-meta a,
.post .post-meta a:hover {
	color: #aaaaaa;
}
.post .post-meta a:hover {
	text-decoration: underline;
}
.post .post-meta .meta-by {
	margin-left: 5px;
}
.post .post-meta .meta-by:before {
	content: "by ";
}
.post p {
	color: #666666;
	line-height: 22px;
}
.post .post-read-more {
	padding-top: 10px;
	text-align: center;
}
.post .social-media {
	text-align: center;
}
.post .social-media li {
	margin: 10px 5px 10px 0;
}
.post .social-media li a {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	background-color: #f6f6f6;
	color: #999999 !important;
}
.post .social-media li a:hover {
	color: #ffffff !important;
}

.social a {
	display:inline-block;
	width:30px;
	height:29px;
	
}
.social a:hover {
	background-position:0 -29px;
	text-decoration:none;
}

.page.blog a:hover, .page.blog a:focus {
	text-decoration:none !important;
}

.blog {
	padding-top: 70px;
}

.blogdetail p:nth-child(1) {
	font-family: 'Roboto Slab',"Helvetica Neue",sans-serif;
	font-size: 22px;
	line-height: 130%;
	text-transform:none;
}

.blog .post {
	margin-top: 30px;
}


#project, #edition {
	overflow-x: hidden;
	padding-bottom: 45px;
}

#stockists {
	background:rgb(200, 152, 40);
}

.cols {
	padding-left:4%;
	padding-right:4%;
	padding-bottom:50px;
}

/* entire container, keeps perspective */
.flip-container{
	-webkit-perspective:1000;
	-moz-perspective:1000;
	-ms-perspective:1000;
	-o-perspective:1000;
	perspective:1000;
	
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	-o-transform-style:preserve-3d;
	transform-style:preserve-3d;
	
	-moz-transform:perspective(1000px);
	-ms-transform:perspective(1000px);
	-o-transform:perspective(1000px);
	transform:perspective(1000px);
	display:block;
	float:left;
	padding:0;
}
/*  UPDATED! flip the pane when hovered */
.flip-container:hover .back{
	-webkit-transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	-ms-transform:rotateY(0deg);
	-o-transform:rotateY(0deg);
	transform:rotateY(0deg);
}
.flip-container:hover .front{
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
	transform:rotateY(180deg);
}
.flip-container, .front, .back{
	height:300px;
	text-align:center;
}

.front, .back{
	height:300px;
	text-align:center;
	width:100%;
}


/* flip speed goes here */
.flipper{
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	-o-transform-style:preserve-3d;
	transform-style:preserve-3d;
	position:relative;
}
/* hide back of pane during swap */
.front .cont, .back .cont {
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
}
.front, .back{
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	-o-transform-style:preserve-3d;
	transform-style:preserve-3d;
	position:absolute;
	top:0;
	left:0;
	padding:30px;
	transition:all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s !important
}
/*  UPDATED! front pane, placed above back */
.front {
	z-index:2;
	-webkit-transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	-ms-transform:rotateY(0deg);
	-o-transform:rotateY(0deg);
	transform:rotateY(0deg);
	background:#fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	z-index: 2;
}
.flip-container:last-child .front {
	border-right: 1px solid #ccc;
}
/* back, initially hidden pane */
.back{
	-webkit-transform:rotateY(-180deg);
	-moz-transform:rotateY(-180deg);
	-ms-transform:rotateY(-180deg);
	-o-transform:rotateY(-180deg);
	transform:rotateY(-180deg);
	background:rgb(200, 152, 40) !important;
	font-size:16px;
	line-height:175%;
	color:#fff;
	padding-left:16%;
	padding-right:16%;
}
.back img {
	display:block;
	max-height:45px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

/* 
Some vertical flip updates 
*/
.vertical.flip-container{
	position:relative;
}

.clients .row  {
	text-align:center;
}

.clients .row	> div {
	display: inline-block !important;
	float: none;
}



@media (max-width: 768px) {
	.container {
		padding-left: 10%;
		padding-right: 10%;
	}
	h1.blogfeature {
		font-size: 38px !important;
	}
	h1 {
		font-size:22px;
	}
	.gold .text {
		padding:0 20px;
	}
}

@media (max-width: 400px) {
	#home .fullscreen-controls {
		margin-top: -23px;
	}
	#home .fullscreen-controls .img-prev:before,
	#home .fullscreen-controls .img-next:before {
		font-size: 23px;
	}
	#home .home-wrapper .logo h1 {
		font-size: 32px;
		line-height: 36px;
		padding-bottom: 0;
	}
	
	#home .home-wrapper #home-slider h1 {
		margin-top: 10px;
		font-size: 16px;
		line-height: 20px;
	}
	.subscribe input[type=text] {
		margin: 35px auto;
		width: 80%;
	}
	.section-title h1.super-title {
		font-size: 28px;
		line-height: 34px;
		padding-top: 25px;
		padding-bottom: 25px;
		margin-bottom: 20px;
	}
	.section-title .subheading {
		font-size: 12px;
		line-height: 16px;
	}
	nav ul {
		overflow-y: auto;
		max-height: 100%;
	}
	.quote {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.quote h2 {
		font-size: 18px;
	}
	.page {
		padding-top: 30px;
		padding-bottom: 30px;
		background:transparent;
	}
	
	.portfolio-grid {
		margin-bottom: -30px;
	}
	
}

@media (min-width: 401px) and (max-width: 767px) {
	#home .fullscreen-controls {
		margin-top: -30px;
	}
	#home .fullscreen-controls .img-prev:before,
	#home .fullscreen-controls .img-next:before {
		font-size: 30px;
	}
	#home .home-wrapper .logo h1 {
		font-size: 36px;
		line-height: 38px;
		padding-bottom: 5px;
	}
	#home .home-wrapper #home-slider h1 {
		margin-top: 10px;
		font-size: 26px;
		line-height: 32px;
	}
}


@media (max-width: 767px) {
	
	#home {
		background-attachment: scroll !important;
	}
	#home .home-wrapper #home-slider .star-line {
		width: 300px;
	}
	#home .home-wrapper #home-slider .star-line .line-pre,
	#home .home-wrapper #home-slider .star-line .line-after {
		width: 100px;
	}
	nav:before,
	nav:after {
		content: " ";
		/* 1 */
		display: table;
		/* 2 */
	}
	nav:after {
		clear: both;
	}
	nav .menu-trigger {
		display: block;
	}
	nav ul {
		position: relative;
		height: auto;
		float: none;
		display: none;
		margin: 70px 0 0;
		width: 100%;
	}
	nav ul li {
		margin: 0;
		padding: 0;
		background-color: #fff;
		display: block;
	}
	nav ul li a {
		width: auto;
		border-top: 1px solid #eeeeee;
		display: block;
		padding: 15px 15px;
		font-size: 16px;
		margin: 0 25px;
	}
	nav.colored ul li a {
		border-top-color: rgba(0, 0, 0, 0.05);
	}
	nav.dark ul li {
		background-color: #333;
	}
	nav.dark ul li a {
		border-top-color: rgba(255, 255, 255, 0.05);
	}
	nav.small ul {
		margin: 45px 0 0;
		height: auto;
	}
	.contact-details .phone-number h2,
	.contact-details .company-address h2 {
		font-size: 36px;
	}
	
}
@media (min-width: 768px) and (max-width: 991px) {
	#home .fullscreen-controls {
		margin-top: -40px;
	}
	#home .fullscreen-controls .img-prev:before,
	#home .fullscreen-controls .img-next:before {
		font-size: 40px;
	}
	#home .home-wrapper .logo h1 {
		font-size: 56px;
		line-height: 64px;
		padding-bottom: 10px;
	}
	#home .home-wrapper #home-slider .star-line {
		width: 470px;
	}
	#home .home-wrapper #home-slider .star-line .line-pre,
	#home .home-wrapper #home-slider .star-line .line-after {
		width: 180px;
	}
	#home .home-wrapper #home-slider h1 {
		font-size: 36px;
		line-height: 40px;
	}
	
	/*
	.container {
	padding-right: 340px;
}
	*/
	
	/* ////////////////////////////////////////////////////////////////////////////////// */
	
}
@media (max-width: 991px) {
	#home > .home-wrapper {
		opacity: 1 !important;
	}
	.animate {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.portfolio-grid .portfolio-item .og-expander .og-fullimg {
		display: none;
	}
	.portfolio-grid .portfolio-item .og-expander .og-details {
		width: 100%;
	}
	
}

@media (max-width: 1024px) {
	.parallax {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin-top: 0;
		top: 80px;
		background-attachment: scroll !important;
		display: block !important;
		min-height: 70% !important;
		position: relative;
	}
}

/* ////////////////////////////////////////////////////////////////////////////////// */

@media (min-width: 768px) {
	.homiesidebar  {
		padding-left:60px;
	}
	.sidebar {
		padding-top:0;
	}
	#mc_embed_signup {
		margin-top: 0;
		position: relative;
		width: inherit;
		width:33%;
	}
	.social.right {
		text-align:right;
	}
	.social.left {
		text-align:left;
	}
	.container h1 {
		font-size: 28px;
		letter-spacing: 3px;
		line-height: normal;
		margin-bottom: 0;
		margin-top: 0;
		padding-bottom: 12px;
		text-transform: uppercase;
	}
	h2, .h2 {
		font-size: 34px;
	}
	
	h3, .h3 {
		font-size: 22px;
		font-weight: normal;
		line-height: 130%;
		margin-bottom:20px;
	}
	
	.front .cont, .back .cont {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.container.page {
		padding-top:140px;
	}
	.container.page.homeblog {
		padding-top:20px;
	}
	.socialbar {
		padding-bottom:30px;
	}
	.logoimg {
		max-width: inherit;
	}
	.parallax {
		background-position: center center !important;
		background-attachment: fixed;
		display:block !important;
		position:relative;
	}
	a.sectionlink {
		margin-bottom: 0;
	}
	.section-title {
		bottom: 120px;
	}
	.section-title h2 {
		font-size: 32px;
	}
	.blogsidebar {
		padding-left: 60px;
		padding-top:0;
	}
	section.doors {
		padding-top: 40px;
	}
}

/* ////////////////////////////////////////////////////////////////////////////////// */

@media (min-width: 990px) {
	
	.doorboxes {
		height: 100%;
	}
	
	section.doors {
		height:100%;
	}
	.inverted.doors.detail {
		height:70%;
	}
	
	.section-title {
		bottom: 40px;
	}
	
	.section-title h1 {
		font-size: 68px;
	}
}

/* ////////////////////////////////////////////////////////////////////////////////// */

@media (min-width: 1200px) {
	
	/*
	.container {
	padding-right: 340px;
}
	*/
	
	.boxed #wrapper {
		position: relative;
		width: 1174px;
		margin: 0 auto;
		overflow: hidden !important;
		-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	}
	.boxed nav.sticky {
		width: 1174px;
	}
}

body[data-color="turquoise"] .btn-primary {
	background-color: #565656;
	border: medium none;
	border-radius: 8px;
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	margin: 9px;
	padding: 13px;
	text-shadow: 0 -1px #454545;
	width: auto;
	letter-spacing:1px;
}
body[data-color="turquoise"] .btn-primary.white {
	background:#fff;
	color:#4a5659 !important;
	text-shadow: 0 -1px #adadad;
}

body[data-color="turquoise"] .btn-primary:hover,
body[data-color="turquoise"] .btn-primary:focus,
body[data-color="turquoise"] .btn-primary:active,
body[data-color="turquoise"] .btn-primary.active,
.open .dropdown-togglebody[data-color="turquoise"] .btn-primary {
	color: #ffffff;
	background-color: #b80000;
	border-color: none;
}
body[data-color="turquoise"] .btn-primary:active,
body[data-color="turquoise"] .btn-primary.active,
.open .dropdown-togglebody[data-color="turquoise"] .btn-primary {
	background-image: none;
}
body[data-color="turquoise"] .btn-primary.disabled,
body[data-color="turquoise"] .btn-primary[disabled],
fieldset[disabled] body[data-color="turquoise"] .btn-primary,
body[data-color="turquoise"] .btn-primary.disabled:hover,
body[data-color="turquoise"] .btn-primary[disabled]:hover,
fieldset[disabled] body[data-color="turquoise"] .btn-primary:hover,
body[data-color="turquoise"] .btn-primary.disabled:focus,
body[data-color="turquoise"] .btn-primary[disabled]:focus,
fieldset[disabled] body[data-color="turquoise"] .btn-primary:focus,
body[data-color="turquoise"] .btn-primary.disabled:active,
body[data-color="turquoise"] .btn-primary[disabled]:active,
fieldset[disabled] body[data-color="turquoise"] .btn-primary:active,
body[data-color="turquoise"] .btn-primary.disabled.active,
body[data-color="turquoise"] .btn-primary[disabled].active,
fieldset[disabled] body[data-color="turquoise"] .btn-primary.active {
	background-color: #269bd8;
	border-color: #269bd8;
}
body[data-color="turquoise"] input[type=text]:focus,
body[data-color="turquoise"] input[type=password]:focus,
body[data-color="turquoise"] textarea:focus {
	border-color: #269bd8;
}
body[data-color="turquoise"] nav a {
	color: #333 !important;
}
body[data-color="turquoise"] nav a, body[data-color="turquoise"] nav a:hover {
	border:0;
	outline:none;
}
body[data-color="turquoise"] nav ul li a:hover,
body[data-color="turquoise"] nav.dark ul li a:hover {
	border: 1px dotted #bdbdbd;
	
}
body[data-color="turquoise"] nav ul li a:hover:active,
body[data-color="turquoise"] nav.dark ul li a:hover:active,
body[data-color="turquoise"] nav ul li a:hover:focus,
body[data-color="turquoise"] nav.dark ul li a:hover:focus {
	border: 1px dotted #787878;
}
body[data-color="turquoise"] nav ul li.active a,
body[data-color="turquoise"] nav.dark ul li.active a {
	color:rgb(200, 152, 40) !important;
}
body[data-color="turquoise"] nav.colored {
	background-color: #269bd8;
}
body[data-color="turquoise"] nav .menu-trigger a:hover {
	color: #269bd8;
}
body[data-color="turquoise"] .section-title h2 {
	color: #269bd8;
}
body[data-color="turquoise"] .inverted .section-title h2 {
	color: #ffffff;
}
body[data-color="turquoise"] .feature-box .fa {
	background-color: #269bd8;
}
body[data-color="turquoise"] .feature-box .fa:after {
	box-shadow: 0 0 0 3px #269bd8;
}

body[data-color="turquoise"] .portfolio-grid-controls .filter:hover,
body[data-color="turquoise"] .portfolio-grid-controls .filter.active {
	border-color: #269bd8;
	background-color: #269bd8;
}

body[data-color="turquoise"] .post .social-media li a:hover {
	background-color: #269bd8;
}
body[data-color="turquoise"] .process .process-circle {
	border-color: #269bd8;
}
body[data-color="turquoise"] .clients .client a {
	background-color: rgba(200, 152, 40, 1) !important;
}
body[data-color="turquoise"] .clients .client a:hover {
	background-color: #269bd8;
}
body[data-color="turquoise"] aside .tags li a {
	background-color: #269bd8;
}

}