#outerwrap {
	overflow-x: hidden;
}

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.sqrnav {
	display: block;
	margin: 0;
	padding: 0;
	position: fixed;
	height: 100%;
	width: 320px;
	left: 0;
	top: 0;
	overflow: hidden;
	transform: translate3d(-320px,0,0);
	background: #09b1b7 url(design.fade.svg) repeat-y right top;
	transition: transform 0.3s;
}

#mainwrap {
	position: relative;
	background-color: #ffffff;
	transition: transform 0.3s;
    min-width: 100%;
    min-height: 100%;
    bottom: 0;
    top: 0;
    left: 0;
}

#logo {
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 20px 0 20px;
	box-sizing: border-box;
}

#logo>img {
	display: block;
	border: 0;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#logo>img {
		max-width: 260px;
		height: auto;
	}
}


#maincontainer {
	padding: 20px 0 0 0;
}

#sidebarleft,
#content,
#sidebarright {
	min-height: 1px;
}


#header {
	padding: 20px 0 0 0;
}


#footer {
	padding: 0 0 20px 0;
}

#main {
	padding: 20px 0;
}

.sqrnavmore {
	background: url(design.more.svg) no-repeat right center;
}

.sqrnavback {
	background: url(design.back.svg) no-repeat right center;
}

.sqropennav {
	background: #09b1b7 url(design.open.svg) no-repeat 0 0;
	width: 44px;
	height: 44px;
	position: fixed;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 800;
	transition: transform 0.5s;
}

.sqrclosenav {
	background: #09b1b7 url(design.close.svg) no-repeat 0 0;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 800;
}

.sqrmenuopen #mainwrap {
	transform: translate3d(320px,0,0);
}

.sqrmenuopen .sqrnav {
	transform: translate3d(0,0,0);
} 

.sqrmenuopen .sqropennav {
	transform: translate3d(44px,0,0);
}


.sqrnav ul {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	list-style: none;
	box-sizing: border-box;
}

.sqrnav>ul {
	transition: transform 0.3s;
}

.sqrnav li>ul {
	display: none;
}


.sqrnav li.active>ul {
	display: block;
}

.sqrnav li {
	display: block;
	margin: 0;
	padding: 0;
}

.sqrnav li a {
	display: block;
	padding: 12px 50px 12px 20px;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,0.08);
}

.sqrnav>ul ul {
	top: 0;
	left: 100%;
}

#sqrsearch {
	display: block;
	position: absolute;
	bottom: 0;
	width: 320px;
	padding: 20px;
	box-sizing: border-box;
	z-index: 2;
	background: #09b1b7 url(design.fade.svg) repeat-y right top;
}

#sqrsearch>input {
	border: 0;
	background: rgba(255,255,255,0.1) url(design.search.svg) no-repeat right center;
	box-sizing: border-box;
	padding: 8px 12px;
	width: 280px;
	font: 15px 'Open Sans',Verdana,Helvetica,sans-serif;
	line-height: 20px;
	color: #ffffff;
	outline: none;
}

header {
	position: relative;
	overflow: hidden;
	padding: 0;
	background-color: #ffffff;
}

header #headercontainer img, header #headercontainer video {
	width: 100%;
	display: block;
	border: 0;
	position: absolute;
	height: 100%;
}

header #headercontainer img.headersliderpri {
	z-index: 1;
	transition: none;
	-webkit-transition: none;
	opacity: 1;
}

header #headercontainer img.headerslidersec {
	z-index: 2;
	transition: none;
	opacity: 0;
}

header #headercontainer img.headerslidersecout {
	transition: opacity 0.5s, transform 0.5s;
	opacity: 1;
}

#headercontainer {
	position: absolute;
}

#sqrheaderbottombox {
	position: absolute;
	z-index: 10;
	width: 100%;
	bottom: 0px;
	padding: 0;
	margin: 0;
}

#sqrtobottom {
	height: 24px;
	width: 24px;
	background: url(design.down.svg) center center no-repeat;
	cursor: pointer;
	display: block;
	float: right;
	padding: 20px;
}

#sqrheaderbottombox>div {
	margin: 0 auto;
	max-width: 1100px;
}

#sqrheadertopbox {
	position: absolute;
	z-index: 9;
	width: 100%;
	top: 10%;
	padding: 0;
	margin: 0;
	height: 150px;
}

#headersliderbullets {
	box-sizing: border-box;
	padding: 20px;
	float: left;
}

#headersliderbullets:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#headersliderbullets a {
	width: 24px;
	height: 24px;
	background: url(design.nav.svg) no-repeat left top;
	float: left;
}

#headersliderbullets a.active {
	background-position: left bottom;
}

#sqrheadertopbox h1 {
	color: #ffffff;
	font-size: 64px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	font-weight: 300;
	max-width: 1100px;
	box-sizing: border-box;
}

#sqrheadertopbox>div {
	max-width: 1100px;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto;	
}

#sqrheadertopbox img {
	display: block;
	height: 90px;
	width: auto;
}

@media screen and (max-width: 767px) {
	#sqrheadertopbox h1 {
		font-size: 32px;
	}
	
	#sqrheadertopbox img {
		height: 40px;
	}
}

footer {
  margin: 0;
  padding: 30px 30px 0 30px;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

.sqrcommonlinks {
	border-top: 1px solid #dddddd;
	padding: 30px 0;
}

.sqrfootertext {
  padding: 0 0 30px 0;
}
.sqrcommonlinks a {
  text-decoration: none;
  color: #09b1b7;
  padding: 0 8px 8px 0;
  transition: color 0.3s;
}
.sqrcommonlinks a:hover {
  color: #999999;
}