@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

	
/* Globals
----------------------------------------------- */	
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #002755;
	line-height: 140%;
	background: #fff;
	}

.section {	
    max-width: 100%;
    }
	
.blueFade {
	background: -moz-linear-gradient(top, rgba(72,93,170,1) 0%, rgba(72,93,170,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(72,93,170,1) 0%,rgba(72,93,170,0.5) 100%);
	background: linear-gradient(to bottom, rgba(72,93,170,1) 0%,rgba(72,93,170,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#485daa', endColorstr='#80485daa',GradientType=0 );
	}
	
.bodyContainer {
	/*padding-top: 4%;*/
	}
	
.main {
	max-width: 1440px;
	margin: 0 auto;
	}
	
h1 {
	font-size: 27px;
	color: #485DAA;
	}
	
a.button,
a.button:visited,
input.button,
input.button:visited {
	width: auto;
	height: auto;
	text-align: left;
	color: #fff;
	padding: 2px 55px 2px 8px;
	background: url('https://www.ultralitedocksanddoors.ca/themes/ultradoors2017/structure/button_arrow.png') 92% 50% no-repeat #61AA02;
	}
	
a.button:hover,
input.button:hover {
	background: url('https://www.ultralitedocksanddoors.ca/themes/ultradoors2017/structure/button_arrow.png') 92% 50% no-repeat #485DAA;
	}
	
/* Nav Classes
----------------------------------------------- */
.navWrap {
	width: 322px;
	height: 0;
	position: fixed;
	right: -175px;
	top: 3%;
	z-index: 3;
	}
	
.menuTrigger {
	width: 267px;
	line-height: 40px;
	color: #fff;
	padding: 2px 0 2px 55px;
	background: url('https://www.ultralitedocksanddoors.ca/themes/ultradoors2017/structure/button_arrow.png') 8px 50% no-repeat #61AA02;
	}
	
.menuTrigger.navActive {
	background: url('https://www.ultralitedocksanddoors.ca/themes/ultradoors2017/structure/button_arrow_l.png') 8px 50% no-repeat #61AA02;
	}
	
.menuTrigger:hover {
	cursor: pointer;
	background: url('https://www.ultralitedocksanddoors.ca/themes/ultradoors2017/structure/button_arrow.png') 8px 50% no-repeat #485DAA;
    }

.menuTrigger.navActive:hover {
	background: url('https://www.ultralitedocksanddoors.ca/themes/ultradoors2017/structure/button_arrow_l.png') 8px 50% no-repeat #485DAA;
	}
	
a.navForm {
	width: 267px;
	line-height: 40px;
	text-align: left;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 2px 0 2px 55px;
	background: rgb(60,122,2);
	background: -moz-linear-gradient(top, rgba(60,122,2,1) 0%, rgba(97,170,2,1) 100%);
	background: -webkit-linear-gradient(top, rgba(60,122,2,1) 0%,rgba(97,170,2,1) 100%);
	background: linear-gradient(to bottom, rgba(60,122,2,1) 0%,rgba(97,170,2,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7a02', endColorstr='#61aa02',GradientType=0 );
	}
	
a.navForm:hover {
	background: #485DAA;
	}
	
.navCurtain {
	width: 322px;
	height: 100%;
	text-align: right;
	padding: 0;
	position: relative;
	z-index: 3;
	opacity: 0;
	overflow: auto;
	background: rgba(40,51,104,0.75);
	}
	
.mainNav {
	width: 100%;
	height: auto;
	text-align: left;
	padding: 0;
	display: block;
	overflow: auto;
	}	
		
.navClose {
	width: 30px;
	height: 30px;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	line-height: 30px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 100%;
	position: absolute;
	top: 15px;
	right: 10px;
	z-index: 100;
	display: inline-block;
	}
	
.navClose:hover {
	transform: scale(1.1);
	}
	
.navClose:hover {
	cursor: pointer;
	}

.mainNav a {
	display: block;
	}

ul.treeview {
	margin: 20px 0 20px 34px;
	}
			
ul.treeview li {
	list-style: none;
	margin: 10px 0 15px 0;
	position: relative;
	}
		
.treeview .item1,
.treeview .item1:hover,
.treeview .item1.active,
.treeview .item1.active:hover {
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	line-height: 120%;
	padding-left: 20px;
	}
	
.treeview .item1:hover,
.treeview .item1.active:hover {	
	color: #61AA02;
	}

.treeview .item2,
.treeview .item2:hover,
.treeview .item2.active,
.treeview .item2.active:hover {
	font-size: 16px;
	color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
	padding: 0 0 0 33px;
	margin: 0;
	}
	
.treeview .item2:hover,
.treeview .item2.active,
.treeview .item2.active:hover {
	color: #61AA02;
	}
	
.treeview .treeview-submenu {
    z-index: -1;
	}
	
.treeview .treeview-submenu li.expandable ul {
	padding: 0 10px;
	display: block !important;
	}

.treeview .treeview-submenu-item.expandable ul.navMobile-submenu {
	background: none;
	}

.navMobile .navMobile-submenu-item.expandable ul.navMobile-submenu .item2,
.navMobile .navMobile-submenu-item.expandable ul.navMobile-submenu .item2:hover,
.navMobile .navMobile-submenu-item.expandable ul.navMobile-submenu .item2.active,
.navMobile .navMobile-submenu-item.expandable ul.navMobile-submenu .item2.active:hover {
	font-size: 11px;
	font-weight: normal;
	}
	
.hitarea.expandable-hitarea {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 4px;
	left: 0;
	background: url('https://www.ultralitedocksanddoors.ca/themes/ultradoors2017/structure/plusminus.png') no-repeat 0 -2px;
	z-index: 12;
	}
	
.hitarea.expandable-hitarea:hover {
	background: url('https://www.ultralitedocksanddoors.ca/themes/ultradoors2017/structure/plusminus.png') no-repeat 0 -2px;
	cursor: pointer;
	}
	
.hitarea.collapsable-hitarea {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 4px;
	left: 0;
	background: url('https://www.ultralitedocksanddoors.ca/themes/ultradoors2017/structure/plusminus.png') no-repeat 0 -18px;
	z-index: 12;
	}

.hitarea.collapsable-hitarea:hover {
	cursor: pointer;
	}

.collapsable .section li .hitarea.collapsable-hitarea,
.collapsable .section li .hitarea.expandable-hitarea {
	top: -3px;
	left: 10px;
	}
			
.navMobile .navMobile-submenu li .hitarea {
	display: none;
	}
	
.navMobile-submenu {
	margin: 0 10px;
	}
	
.navLogo {
	width: 100px;
	margin: 2px 0;
	float: right;
	}	

/* Header Classes
----------------------------------------------- */	
.header {
	width: 100%;
	z-index: 99;
	}
	
.header.fixed {
	left: 0;
	top: 0;
	}

.headlogo,
.byline {
	max-width: 300px;
	display: inline-block;
	vertical-align: bottom;
	}
	
.headlogo {
	}

.byline {
	padding-bottom: 1%;
	}
	
/* Home Classes
----------------------------------------------- */	
.doorItem {
	min-height: 250px;
	background: #fff;
	overflow: hidden;
	clear: both;
	z-index: 1;
	}
	
.doorItemBG {
	width: 100%;
	opacity: 0.25;
	z-index: -1;
	}
	
.doorItemGrad {
	width: 100%;
	height: 75px;
	opacity: 0.8;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 );
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	}
	
.itemContentLeft,
.itemContentRight {
	width: 48%;
	float: left;
	}
	
.itemContentLeft {
	padding-right: 2%;
	}
	
.itemContentRight {
	padding-left: 2%;
	}
	
.itemImg {
	width: 48%;
	display: block;
	padding-left: 2%;
	float: left;
	}
	
.doorItem .content {
	padding: 3%; 
	}
	


/* Slider Classes
----------------------------------------------- */
.bigBanner {
	position: relative;
	}

.flexslider {
	float: left;
	}
		 	
.flexslider ul,
.flexslider ol {
	margin: 0;
	}
	
.slideContent {
	width: 44%;
	font-size: 19px;
	color: #fff;
	padding: 2% 3%;
	background: rgba(40,51,104,0.75);
	position: absolute;
	bottom: 0;
	}
.slideContentBlank {
	width: 44%;
	font-size: 19px;
	color: #fff;
	padding: 2% 3%;
	background: rgba(40,51,104,0);
	position: absolute;
	bottom: 0;
	}
	
.slideContent h1 {
	font-size: 27px;
	color: #fff;
	}
	
.flexControls {
	width: auto;
	text-align: left;
	position: absolute;
	bottom: 3%;
	right: 3%; 
	z-index: 20;
	}
		
.flexDots {
	}
	
.flexControls ul,
.flexControls ol {
	margin: 0;
	list-style: none;
	}

.flex-control-nav {
	margin: 0 auto;
	position: relative !important;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	}

.flex-control-nav li {
	list-style: none;
	}
		
.flexDots .flex-control-nav li a,
.flexDots .flex-control-nav li a:visited {
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	background: #485DAA;
	-moz-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	-webkit-transition: all 0.3s ease; 
	transition: all 0.3s ease; 
	}
	
.flexDots .flex-control-nav li a:hover {
	background: #61AA02;
	}
	
.flexDots .flex-control-nav li a.flex-active {
	background: #fff;
	}
	
/* Footer Classes
----------------------------------------------- */
.footer h1,
.footer h2,
.footer a {
	color: #fff;
	line-height: 100%;
	}
	
.footLeft,
.footRight {
	color: #fff;
	padding-top: 3%;
	}
	
.footlogo,
.clopay {
	display: inline-block;
	vertical-align: top;
	}
	
.footlogo {
	max-width: 300px;
	}
	
.cloplay {
	width: 125px;
	margin-left: 2%;
	}

.footRibbon {
	position: absolute;
	right: 0;
	top: 0;
	}
		
.ribbonBG {
	min-height: 220px;
	background-image: url('https://www.ultralitedocksanddoors.ca/themes/ultradoors2017/structure/ribbon_repeaty.png');
	background-repeat: repeat-y;
	background-position: 100% 0%;
	}
	
.footRight {
	color: #fff;
	text-align: right;
	padding-right: 180px;
	}
	
a.socialIcon {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
	}
	
a.socialIcon:hover {
	opacity: 0.7;
	}

.botthalf {
	padding-top: 3%;
	}
		
.social,
.footAddy {
	display: inline-block;
	vertical-align: top;
	}
	
.social {
	padding: 0 3%;
	}

/* Forms Classes
----------------------------------------------- */
form {
	width: 60%;
	color: #fff;
	margin: 0 auto 30px auto;
	padding: 3%;
	background: -moz-linear-gradient(top, rgba(72,93,170,1) 0%, rgba(72,93,170,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(72,93,170,1) 0%,rgba(72,93,170,0.5) 100%);
	background: linear-gradient(to bottom, rgba(72,93,170,1) 0%,rgba(72,93,170,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#485daa', endColorstr='#80485daa',GradientType=0 );
	}
	
.extra_name {
	display: none;
	}

ol.form,
ol.form li {
	list-style: none;
	}
	
ol.form li {
	margin: 0 0 10px 0;
	}
	
ol.form li label,
ol.form li input {
	display: block;
	}

ol.form li label {
	margin-bottom: 3px;
	}
		
ol.form li input {
	width: 96%;
	padding: 1% 2%;
	border: none;
	}
	
ol.form select {
	width: 100%;
	height: 34px;
	display: block;
	padding: 1% 2%;
	border: none;
	background: #fff;
	}
	
ol.form option {
	}
	
ol.form select:focus {
    outline: none;
	}

form .submit input.button {
	float: right;
	margin-right: 4%;
	}
	
textarea {
	width: 96%;
	height: 200px;
	padding: 1% 2%;
	}

* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
@media handheld, only screen and (max-width: 1280px) {
/* Header Classes
----------------------------------------------- */	

	
.headlogo,
.byline {
	max-width: 200px; 
	}
	
/* Slider Classes
----------------------------------------------- */	
.slideContent {
	width: 60%;
	
	}
	
/* Footer Classes
----------------------------------------------- */
		
}

@media handheld, only screen and (max-width: 800px) {
/* Header Classes
----------------------------------------------- */
.header .sixcol {
	margin: 0;
	}
	
.headlogo,
.byline {
	max-width: 28%;
	}
	
.slideContent {
	width: 60%;
	font-size: 16px;
	}
	
.slideContent h1 {
	font-size: 19px;
	}
	
.doorItemBG {
	width: auto !important;
	}

/* Nav Classes
----------------------------------------------- */
.treeview .collapsable {
	background: none;
	}
	
.hitarea.expandable-hitarea,
.hitarea.collapsable-hitarea {
	top: 13px;
	}
	
/* Content Classes
----------------------------------------------- */
.content img {
	width: auto;
	max-width: 100%;
	display: block;
	float: none;
	}
	
/* Footer Classes
----------------------------------------------- */
.footer {
	text-align: center;
	}
}

@media handheld, only screen and (max-width: 1024px) {
/* Slider Classes
----------------------------------------------- */
.slideContent {
	width: 70%;
	}
}

@media handheld, only screen and (max-width: 768px) {
/* Header Classes
----------------------------------------------- */
.footRight {
	padding-right: 0;
	}
	
.headlogo,
.byline {
	padding-top: 2%;
	}
	
.navWrap {
	top: 0;
	} 
	
/* Slider Classes
----------------------------------------------- */
.flexslider {
	background: rgba(40,51,104,0.75);
	}
	
.slideContent {
	width: 94%;
	background: none;
	position: relative;
	padding-bottom: 6%;
	}
	
.bigBanner {
	background: rgba(40,51,104,0.75);
	}

/* Home Classes
----------------------------------------------- */
.itemContentLeft,
.itemContentRight {
	width: 100%;
	float: none;
	padding: 0;
	}
	
.itemImg {
	padding: 0 1%;
	}
	
/* form Classes
----------------------------------------------- */
form {
	width: 94%;
	}

	
/* Footer Classes
----------------------------------------------- */
a.cloplay {
	display: block;
	margin: 20px auto 0 auto;
	}

.footer h2 {
	font-size: 19px;
	}

.footer h2 {
	font-size: 16px;
	}
		
.footAddy,
.social {
	display: block;
	}
	
.social {
	margin: 3% 0;
	}

.footRight,
.copyright {
	width: 100%;
	text-align: center;
	}
	
.ribbonBG {
	background-image: none;
	}
	
.footRibbon {
	display: none;
	}

}
@media handheld, only screen and (max-width: 767px) {
.content {
	padding: 0;
	}
}