/*
Theme Name: ubeo-standard
Theme URL: http://www.ubeo.ca
Description: Custom theme developped by Ubeo
Version: 1.1.0
Author: Ubeo team
Author URL: http://www.ubeo.ca/
Details URI: http://www.ubeo.ca/
Tags: ubeo design wordpress
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, hr, blockquote, pre,
a, a img, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, input, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin:0;padding:0;border:0;font-size:100%; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:'';content:none; }
table { border-collapse:collapse;border-spacing:0; }
::-moz-selection { background:#ccc;color:#000;text-shadow:none; }
::selection      { background:#ccc;color:#000;text-shadow:none; }
html { -webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-x:hidden; }
body { -webkit-font-smoothing:antialiased;overflow-x:hidden; }
img { max-width:100%;height:auto;vertical-align:middle;border:0;outline:0; }
sup { font-size:0.7em;line-height:0.7em;}
/*------------------------------------------------------------------------*\
    Generic styles
\*------------------------------------------------------------------------*/
.bold { font-weight:bold !important; }
.normal { font-weight:normal !important; }
.italic { font-style:italic !important; }
.text_uppercase { text-transform:uppercase !important; }
.text_lowercase { text-transform:lowercase !important; }
.text_right { text-align:right !important; }
.text_center { text-align:center !important; }
.text_justify { text-align:justify !important; }
.floatL { float:left; }
.floatR { float:right; }
.pos_rel { position:relative; }
.margB_0 { margin-bottom:0 !important; }
.margB_3 { margin-bottom:3px !important; }
.margB_8 { margin-bottom:8px !important; }
.margB_20 { margin-bottom:20px !important; }
.margB_30 { margin-bottom:30px !important; }
.margB_45 { margin-bottom:45px !important; }
.valignM { vertical-align:middle !important; }
.clearfix:before, .clearfix:after { content:"";display:table; }
.clearfix:after { clear:both; }
.clearfix { zoom:1; }
.clear { clear:both;float:none !important; }
.top_td td { vertical-align:top; }
.bottom_td td { vertical-align:bottom; }
.for_print { display:none; }
/*------------------------------------------*\
    Form elements
\*------------------------------------------*/
textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	-webkit-appearance: none;
	-moz-appearance: none;
    outline: none;
	background: #fff;
	width: 96%;
	min-height: 24px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 2%;
	webkit-box-shadow: inset 0 4px 12px #e9e9e9;
	-moz-box-shadow: inset 0 4px 12px #e9e9e9;
	box-shadow: inset 0 4px 12px #e9e9e9;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea {
	resize: none;
	height: 80px;
}
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border-color: #999999;
	-webkit-box-shadow: inset 0 1px 1px #e9e9e9, 0 0 6px #c0c0c0;
	-moz-box-shadow: inset 0 1px 1px #e9e9e9, 0 0 6px #c0c0c0;
	box-shadow: inset 0 1px 1px #e9e9e9, 0 0 6px #c0c0c0;
}
select {
	width: 100%;
	padding: 8px 0;
	text-indent: 2px;
	background: #fff url(images/arrow_select.png) right center no-repeat;
}
select::-ms-expand {
	display: none;
}
select optgroup {
	background: #f4f4f4;
}
select option {
	background: #fff;
}
.form_button {
	display: inline-block;
	padding: 4px 16px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#e6e6e6', GradientType=0);
	-webkit-box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.form_button:hover {
	color: #000;
	border: 1px solid #b1b1b1;
	background-color: #d0d0d0;
	background-image: -moz-linear-gradient(top, #ffffff, #d0d0d0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d0d0d0));
	background-image: -webkit-linear-gradient(top, #ffffff, #d0d0d0);
	background-image: -o-linear-gradient(top, #ffffff, #d0d0d0);
	background-image: linear-gradient(to bottom, #ffffff, #d0d0d0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d0d0d0', GradientType=0);
}
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
span.wpcf7-not-valid-tip, label.error {
    color: #C00 !important;
    font-size: 12px !important;
	line-height: 14px !important;
}
select.error, input.error, textarea.error {
	border: solid 1px #C00 !important;
}
.wpcf7-submit {
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.form_left, .form_right, .form_full {
	padding-bottom: 15px;
}
/*------------------------------------------------------------------------*\
    Phone
\*------------------------------------------------------------------------*/
body { 
	font-family: Arial;
	font-size: 16px;
	line-height: 24px;
	color: #444;
	background: #fff;
}
p, hr, ul, ol {
	margin: 0 0 24px 0;
}
ul, ol {
	padding: 0 0 0 16px;
}
li {
	margin: 0 0 3px 0;
}
hr {
	height: 1px;
	border: none;
	background: #ccc;
}
a {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	color: #06F;
	text-decoration: none;
}
a:hover {
	color: #93C;
}
.tel_link {
	cursor: text;
}
#top_page {
	width: 100%;
	height: 0px;
	overflow: hidden;
}
#header {
	width: 100%;
}
#btn_top {
	display: none;
	position: fixed;
	right: 0px;
	top: 0px;
	width: 58px;
	height: 39px;
	padding-top: 3px;
	color: #fff !important;
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	background: #1c89c4;
	background: -moz-linear-gradient(top,  #1f9bde 0%, #1c89c4 100%);
	background: -webkit-linear-gradient(top,  #1f9bde 0%,#1c89c4 100%);
	background: linear-gradient(to bottom,  #1f9bde 0%,#1c89c4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f9bde', endColorstr='#1c89c4',GradientType=0 );
	border: solid 1px #1c89c4;
	z-index: 345;
	text-indent: 3px;
	-webkit-box-shadow: -1px 1px 4px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: -1px 1px 4px 0px rgba(0,0,0,0.4);
	box-shadow: -1px 1px 4px 0px rgba(0,0,0,0.4);
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-left-radius: 30px;
}
/*------------------------------------------*\
    Menu
\*------------------------------------------*/
#menu {
	width: 100%;
	background: #777;
}
#menu .window_padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.nav {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 50px;
	opacity: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	overflow-x: hidden;
	z-index: 111;
}
.nav li {
	list-style: none;
	margin: 0;
}
.nav-list {
	padding: 0;
	margin: 0;
}
.menu-item {
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: center;
	border-top: solid 1px #666;
	float: none;
	z-index: 11;
	zoom: 1;
}
.menu-item a {
	display: block;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
	padding: 12px 10px;
}
.menu-item > a:hover, .nav-list > li:hover > a {
	background: #333;
}
.menu-item a.btn_sub_menu {
	color: #999;
	cursor: default;
}
ul.sub-menu {
	display: none;
	padding: 0px;
	margin: 0px;
	background: #555;
}
ul.sub-menu li {
	display: block;
	width: 100%;
}
ul.sub-menu a {
	display: block;
}
ul.sub-menu a:hover {
	background: #777;
}
/*------------------------------------------*\
    Hamburger
\*------------------------------------------*/
.nav-mobile {
	display: block;
	position: absolute;
	top: 0;
	right: 5.7%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 38px;
	height: 50px;
	font-size: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
.nav-mobile:focus {
	outline: none;
}
.nav-mobile span {
	display: block;
	position: absolute;
	top: 24px;
	left: 5px;
	right: 5px;
	height: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
}
.nav-mobile span::before,
.nav-mobile span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	content: "";
}
.nav-mobile span::before {
	top: -9px;
}
.nav-mobile span::after {
	bottom: -9px;
}
/*-------------------------------*\
\*-------------------------------*/
.nav-mobile--htx {
	background-color: transparent;
}
.nav-mobile--htx span {
	-webkit-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}
.nav-mobile--htx span::before,
.nav-mobile--htx span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
}
.nav-mobile--htx span::before {
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}
.nav-mobile--htx span::after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
}
/*-------------------------------*\
\*-------------------------------*/
.nav-mobile--htx.is-active {
	background-color: transparent;
}
.nav-mobile--htx.is-active span {
	background: none;
}
.nav-mobile--htx.is-active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-mobile--htx.is-active span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-mobile--htx.is-active span::before,
.nav-mobile--htx.is-active span::after {
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}
/*-------------------------------*\
\*-------------------------------*/
.nav-click {
	display: none;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.nav-click i {
	display: block;
	height: 50px;
	float: right;
	width: 50px;
	line-height: 50px;
	font-size: 26px;
	color: #fff;
	margin-right: 4%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
i.nav-rotate {
	margin-right: 4.8%;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*------------------*\
    Desktop
\*------------------*/
.nav-list {
	display: none;
}
.nav-click {
	display: block;
}
.menu-item:hover .sub-menu {
	display: none;
}
/*--------------------*\
    BX
\*--------------------*/
#main_banner {
	position: relative;
	z-index: 1;
}
#position_banner {
	width: 100%;
	z-index: 2;
}
#position_banner ul, #position_banner ul li {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none !important;
}
.bx-wrapper {
	position: relative;
	margin: 0px !important;
	padding: 0px !important;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	height: auto;
	display: block;
}
.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	top: 0px;
	width: 100%;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: #fff url(images/loading.gif) center center no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}
.bx-wrapper .bx-pager {
	padding-top: 1px;
	text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	margin: 0 5px;
	outline: 0;
	font: 0/0 a;
	color: transparent;
	width: 20px;
	height: 20px;
	border: solid 2px #fff;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background: #ccc;
	text-shadow: none;
	text-decoration: none;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #999;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #111;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 20px;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	/* IE 8 */-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */ filter: alpha(opacity=70);
	/* Netscape */ -moz-opacity: 0.7;
	/* Safari 1.x */ -khtml-opacity: 0.7;
	/* Good browsers */ opacity: 0.7;
	z-index: 9999;
}
.bx-wrapper .bx-prev {
	left: 10px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background: #000;
}
.bx-wrapper .bx-next {
	right: 10px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background: #000;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
	/* IE 8 */-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */ filter: alpha(opacity=100);
	/* Netscape */ -moz-opacity: 1.0;
	/* Safari 1.x */ -khtml-opacity: 1.0;
	/* Good browsers */ opacity: 1.0;
}
.bx-wrapper .bx-controls-direction a.disabled {
	/* IE 8 */-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	/* IE 5-7 */ filter: alpha(opacity=30);
	/* Netscape */ -moz-opacity: 0.3;
	/* Safari 1.x */ -khtml-opacity: 0.3;
	/* Good browsers */ opacity: 0.3;
	cursor: default;
}
.bx-wrapper .bx-controls-direction a.disabled,
.bx-wrapper .bx-controls-auto {
	display: none;
}
.banniere-title {
	padding: 15px 7%;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #fff;
	background: #000;
}
.banniere-subtitle {
	padding: 15px 7%;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	background: #555;
}
.panel-row-style {
	padding-left: 6.5% !important;
	padding-right: 6.5% !important;
    margin-left: 0px !important;
	margin-right: 0px !important;
}
.window_padding {
	padding-left: 7% !important;
	padding-right: 7% !important;
}
@media screen and (min-width: 666px) {
	.panel-row-style {
		padding-left: 3.5% !important;
		padding-right: 3.5% !important;
	}
	.window_padding {
		padding-left: 4% !important;
		padding-right: 4% !important;
	}
	.absolute_left {
		left: 4%;
	}
	.absolute_right {
		right: 4%;
	}
	.banniere-title, .banniere-subtitle {
		padding: 15px 4%;
	}
	.nav-mobile {
		right: 3.3%;
	}
	.nav-click i {
		margin-right: 2.5%;
	}
}
@media screen and (min-width: 768px) {
	.half_left, .form_left {
		width: 48%;
		float: left;
	}
	.half_right, .form_right {
		width: 48%;
		float: right;
	}
}