/* @override 
	http://ubiq.lamertoncreative.com/wp-content/themes/ubiq/style.css?ver=1.6.3
	http://ubiq.lamertoncreative.com/wp-content/themes/ubiq/style.css?ver=2.6 */

/*
 Theme Name:     UBIQ
 Author:         Gérald Morales, Webocube
 Template:       vantage
 Version:        1.0.0
*/

@import url("../vantage/style.css");


/* Header */
.ubiq_header {
	background-color: #00220B;
	padding: 20px 20px 0 0;
	border-bottom: 4px solid #CCCD00;
}

.ubiq_social {
	text-align: right;
}

.ubiq_social li{
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}

.ubiq_social li a:hover{
	opacity: 0.73;
	cursor: pointer;
}

div.ubiq_logo {
	display: inline-block;
	width: 200px;
	padding-bottom: 10px;
	padding-left: 60px;
	padding-top: 10px;
}

div.ubiq_menu {
	display: inline-block;
	float: right;
	position: relative;
}

div.ubiq_menu li{
	display: inline-block;
	list-style: none;
	padding-top: 68px;
	margin-right: -4px;
}
div.ubiq_menu li a{
	text-decoration: none;
	padding: 10px;
	color: #CCCD00;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.ubiq_menu li a:hover
{
	background-color: #CCCD00;
	color: #00220B;
}

.ubiq_menu li.current_page_item a
{
	background-color: #CCCD00;
	color: #00220B;
}

/* Pages */
.home #main.site-main {
	padding-top: 0;
}

/* UBIQ SUB */
#ubiq_sub_row{
	padding: 20px 0;
}


div.ubiq_sub_left{
	display: inline-block;
	width: 100%;
}

#ubiq_sub_right {
	border-left: 1px solid #00220B;
	padding-left: 20px;
}
#ubiq_sub_right h3{
	margin-top: 0;
	margin-bottom: 0;
}

div.ubiq_sub_left_txt{
	float: left;
	margin-right: 20px;
	text-align: right;
}

div.ubiq_sub_left_txt,
div.ubiq_sub_left_txt p {
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	width: 50%;
	line-height: 17px;
}


div.ubiq_sub_left_img  {
	display: inline-block;
}

#ubiq_testimonial{
	border-bottom: 4px solid #CCCD00;
	padding-bottom: 11px;
}