* {
}
body {
	font-family: 'Arial Regular', sans-serif;
	font-size: 13px;
	line-height: 20px;
	/*color: #999;*/
	color: #666;
	overflow-x: hidden;
	text-align: center;
}
a {
	text-decoration: none;
	transition-style: linear;
	transition-duration: 0.2s;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
section {
	padding: 30px 0px;
	width: 100%;
	float: left;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: 'Arial Regular', sans-serif;
}
ul, li {
	list-style: none;
}
img {
	max-width: 100%;
}
img.shadow {
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -357px;
}
.single {
}
.endvo-padding-top-10 .single {
}
.cl {
	clear: both;
}
.align-center {
	width: 100%;
	text-align: center;
}

/*
	form elements
*/

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #666;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #666;
   opacity:  1;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #666;
   opacity:  1;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #666;
}
input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #666;
}
textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #666;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #666;
   opacity:  1;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #666;
   opacity:  1;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #666;
}
textarea::-ms-input-placeholder { /* Microsoft Edge */
   color:    #666;
}
input:focus::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fafafa;
}
input:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fafafa;
   opacity:  1;
}
input:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fafafa;
   opacity:  1;
}
input:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fafafa;
}
input:focus::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fafafa;
}
textarea:focus::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fafafa;
}
textarea:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fafafa;
   opacity:  1;
}
textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fafafa;
   opacity:  1;
}
textarea:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fafafa;
}
textarea:focus::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fafafa;
}


form label {
	float: left;
	width: 150px;
	font-weight: normal;
	cursor: pointer;
	color: #54c1d1;
}
form label:hover {
	color: #333;
}
form p {
	width: 100%;
	display: inline-block;
}
input[type=text],
input[type=email],
input[type=file],
input[type=tel],
input[type=url],
input[type=password],
select, textarea {
	min-width: 200px;
	background-color: #f3f3f3;
	border: 1px solid #f3f3f3;
	line-height: 250%;
	padding: 0px 10px;
	height: 34px;
	/*border-radius: 3px;*/
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	transition-style: linear;
	transition-duration: 0.2s;
	color:#666;
}
select {
	border: 1px solid #54c1d1!important;
}
textarea {
	min-height: 50px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=file]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
select:focus, textarea:focus {
	background-color: #fafafa;
	outline: none;
	border-color: #54c1d1!important;
}
select {
	padding: 8px 0px;
}
textarea {
	line-height: 150%;
	padding: 10px;
}
input[type=submit], input[type=file], input[type=button], button[type=submit], button {
	transition-style: linear;
	transition-duration: 0.2s;
	height: 34px;
	padding: 0px 10px;
	border: none;
	background-color: #54c1d1;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.endvo-relative {
	position: relative;
	display: inline-block;
	width: 100%;
}
.jspVerticalBar {
	width: 5px;
}
.endvo-wrapper {
	width: 100%;
	position: relative;
	display: inline-block;
}
.endvo-header-sticked {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10001;
	background-color: rgba(255,255,255,1) !important;
}
.rivaslider-wrapper {
	overflow: hidden;
	width: 100%;
	display: inline-block;
}
.rivaslider-wrapper-inner {
	width: 10000px;
	position: absolute;
	left: 10px;
	top: 0px;
}
.endvo-section .rivaslider-wrapper {
	margin-top: 10px;
}

/*
	to-the-top
*/

#to-the-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	color: #fff;
	z-index: 10003;
	cursor: pointer;
	display: none;
}
#to-the-top:hover {
	transition-style: linear;
	transition-duration: 0.2s;
}
#to-the-top:hover {
	color: #333;
}
#to-the-top i {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}

/*
	padding classes
*/

.endvo-100 {
	width: 100%;
	display: inline-block;
	margin-top:  15px;
}
.endvo-padding-left-10 {
	padding-left: 10px;
}
.endvo-padding-left-20 {
	padding-left: 20px;
}
.endvo-padding-left-30 {
	padding-left: 30px;
}
.endvo-padding-left-40 {
	padding-left: 40px;
}
.endvo-padding-top-0 {
	padding-top: 0px !important;
}
.endvo-margin-top-0 {
	margin-top: 0px !important;
}
.endvo-padding-top-10 {
	padding-top: 10px !important;
}
.endvo-padding-top-20 {
	padding-top: 20px !important;
}
.endvo-padding-top-60 {
	padding-top: 60px !important;
}
.endvo-padding-bottom-0 {
	padding-bottom: 0px !important;
}
.endvo-padding-bottom-30 {
	padding-bottom: 30px;
}
.margin-left-0 {
	margin-left: 0px !important;
}

/*
	endvo-preload
*/

#endvo-preload {
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #f2f2f2;
	height: 100%;
	width: 100%;
	z-index: 20000;
}
#endvo-preload i.fa {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	margin-left: -50px;
	top: 50%;
	margin-top: -50px;
	line-height: 100px;
	text-align: center;
	font-size: 64px;
	border-radius: 200px;
	color: #fff;
}
#endvo-preload span {
	position: absolute;
	width: 200px;
	height: 40px;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -80px;
	text-align: center;
	letter-spacing: 4px;
	color: #333;
}

/*
	endvo-section
*/

.endvo-section {
	width: 100%;
	float: left;
	/*padding-top: 60px;
	padding-bottom: 60px;*/
}
.endvo-section p.block-description {
	font-size: 130%;
	line-height: 200%;
	font-style: italic;
}
.endvo-section h2, .endvo-section h1, .endvo-section h3, .endvo-section h4, .endvo-section h5 {
	text-transform: capitalize;
	margin-bottom: 20px;
	font-weight: normal;
}
.endvo-section h2 {
	text-transform: capitalize;
	margin-bottom: 20px;
	width: auto;
	display: inline-block;
}
.endvo-section .white {
	color: #fff;
}
.endvo-section-align-left {
	text-align: left;
}
.endvo-section-align-right {
	text-align: right;
}
.endvo-section-align-center {
	text-align: center;
	width: 100%;
}
.endvo-home-slider {
	padding: 0px;
	background: #f3f3f3;
}

@media (max-width: 480px){
	.endvo-home-slider{
		max-width: 100%!important;
    	margin-left: 0%;
    	background: none!important;
	}
	#banner-home-2-1{
		background-size: contain!important;
	}
	#banner-home-2-2{
		background-size: auto!important;
	}
	#home-2-2-mas{
		margin-right: 0px!Important;
	    width: 100%!important;
	    margin-top: -55px!important;
	    height: 120px!important;
	    padding-top: 70px!important;
	}
	.footer-input-email{
		min-width: 100px!important;
	}
	.google-maps-contacto{
		width: 100%!important;
	}
	.mobile-separator{
		margin-top: 65px!important;
	}
	#scroll{
		padding-left: 0px!important;
	}
	.div-iframe-yt iframe{
		width: 100%!important;
	}
}

/*
	Bootstrap carousel
*/

.endvo-home-slider .carousel {
}
.endvo-home-slider .carousel .item {
	max-height: 500px;
	overflow: hidden;
}
.endvo-home-slider .carousel .item img {
	min-width: 100%;
}
.endvo-home-slider .carousel .item .carousel-caption {
	font-size: 250%;
	margin-bottom: 30px;
}

/*
	Flex slider
*/

.endvo-home-slider .flexslider {
	border: 0px;
	margin: 0px;
}
.endvo-home-slider .flexslider .flex-viewport {
	max-height: 500px;
}
.endvo-home-slider .flexslider .flex-direction-nav a {
}
.endvo-home-slider .flexslider .flex-control-nav {
	bottom: 20px;
}

.endvo-section-st1 {
	background-color: #f2f2f2;
	border: 0px solid #e5e5e5;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.endvo-section-st2 {
	/*	background-color: primary color: */
}
.endvo-section-st3 {
	/*	background-color: primary color: */
	padding-top: 30px;
	padding-bottom: 30px;
}
.endvo-section-bg1 {
	background-image: url(../img/bg/bg1.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.endvo-section-bg2 {
	background-image: url(../img/bg/core-features-bg.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.endvo-section-bg3 {
	background-image: url(../img/bg/hosting-features-bg.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.endvo-section-bg4 {
	background-image: url(../img/bg/twitter-bg.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.endvo-section-bg5 {
	background-image: url(../img/bg/testimonials-bg.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.endvo-section-bg6 {
	background-image: url(../img/bg/testimonials-bg.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.endvo-section-bg7 {
	background-image: url(../img/bg/bg2.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.endvo-section-bg8 {
	background-image: url(../img/bg/bg3.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.endvo-section-bg9 {
	background-image: url(../img/bg/skills.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.endvo-section-bg10 {
	background-image: url(../img/bg/team-bg.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.endvo-content-404 {
	background-image: url(../images/bg/coming-soon-bg.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
	text-align: center !important;
}
.endvo-section-cta2 {
	padding-top: 30px;
	padding-bottom: 20px;
}
.endvo-section-cta2 p {
	text-align: center;
	color: #fff;
}
.endvo-section-cta2 p span {
	font-size: 180%;
	margin-right: 30px;
	display: inline-block;
}
.endvo-section-core {
}
.endvo-section-core h2 {
	color: #fff;
}
.endvo-section-core p {
	color: #fff;
	text-align: left;
}
.endvo-section-core ul {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
.endvo-section-core ul li {
	width: 50%;
	float: left;
	text-align: left;
	color: #fff;
	margin: 0px;
	padding: 0px;
	line-height: 200%;
}
.endvo-section-core ul li i {
	margin-right: 5px;
}

/*
	404
*/

.endvo-content-404 {
	text-align: center;
}
.endvo-content-404 .endvo-soc-buttons-list {
	position: absolute;
	z-index: 1000;
	bottom: 0px;
	left: 0px;
}
.endvo-content-404-gradient {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	width: 100%;
	opacity: 0.7;
}
.endvo-content-404-inner {
	z-index: 990;
	position: relative;
	max-width: 1000px;
	display: inline-block;
	border: 0px solid #f00;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 75px 0px;
}
.endvo-content-404-inner .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.endvo-content-404-inner .endvo-logo p.logo {
	color: #fff;
	font-size: 280%;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
}
.endvo-content-404-inner .endvo-logo p.tagline {
	color: #fff;
}
.endvo-content-404-inner a.logolink:hover {
	text-decoration: none !important;
}
.endvo-content-404-inner p.oops {
	font-size: 900%;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 150%;
}
.endvo-content-404-inner p.coming {
	font-size: 450%;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 110%;
	margin: 50px 0px;
}
.endvo-content-404-inner p.note {
	font-size: 150%;
	color: #fff;
	line-height: 150%;
}
.endvo-content-404-inner p.note a {
	text-transform: capitalize;
	color: #fff;
}

/*
	endvo-page-title-1
*/

.endvo-page-title-1 {
	width: 100%;
	float: left;
	background-image: url(../images/legrand_header_title.jpg);
	background-size: cover;
	/*background-color: transparent !important;*/
	    background-color: #494949;
	background-attachment: fixed;
	background-position: 33% -250px !important;
	background-repeat: no-repeat;
	/*position: relative;*/
	padding: 60px 0px;
}
.endvo-page-title-1 h1 {
	line-height: 40px;
	font-size: 270%;
	text-transform: uppercase;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	letter-spacing: 2px;
}
.endvo-page-title-1 .search {
	width: 100%;
	float: left;
}
.endvo-page-title-1 .search input[type=text] {
	width: 100%;
	background-color: rgba(255,255,255,0.3);
	border: 0px;
	transition-style: linear;
	transition-duration: 0.2s;
	margin-top: 3px;
}
.endvo-page-title-1 .search input[type=text]:focus {
	background-color: rgba(255,255,255,0.7);
}

/*
	endvo-desktop-breadscrubs
*/

.endvo-desktop-breadscrubs {
	padding: 0px;
	margin-top: -30px;
}
.endvo-desktop-breadscrubs-inner {
	width: auto;
	/*text-transform: capitalize;*/
	/*float: right;*/
	padding: 0px 30px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #a4a4a4;
	margin-top: 40px;
	font-weight: bold;
	font-family: Arial;
}
.endvo-desktop-breadscrubs-inner a {
	color: #a4a4a4;
	font-weight: lighter;
}
.endvo-desktop-breadscrubs-inner a:hover {
	color: #000;
}
.endvo-desktop-breadscrubs-inner i {
	margin: 0px 15px;
	color: #54c1d1;
	font-weight:bold;
}

.endvo-desktop-breadscrubs-inner i:before {
	content: "//";
}

/*
	endvo-mobile-breadscrubs
*/

.endvo-mobile-breadscrubs {
	width: 100%;
	float: left;
	padding: 30px 0px;
	color: #fff;
	display: none;
	text-transform: capitalize;
}
.endvo-mobile-breadscrubs a {
	color: #fff;
}
.endvo-mobile-breadscrubs a:hover {
	color: #fff;
}
.endvo-mobile-breadscrubs i {
	margin: 0px 15px;
}

/*
	endvo-content
*/

.endvo-content, .endvo-header, .endvo-footer {
	width: 100%;
	float: left;
	text-align: left;
}

/*
	endvo-btn
*/

.endvo-btn {
	width: auto;
	display: inline-block;
	border-radius: 3px;
	padding: 0px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border: 0px;
	text-transform: uppercase;
}
.endvo-btn:hover {
	text-decoration: none;
	color: #fff !important;
}
.endvo-btn-border-white {
	color: #fff;
	background-color: transparent;
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
}
.endvo-btn-border-white:hover {
	background-color: #fff !important;
	color: #333 !important;
}
.endvo-btn-small {
	font-size: 90%;
	line-height: 200%;
	text-transform: uppercase;
	padding: 0px 10px;
}
.endvo-btn-large {
	font-size: 150%;
	line-height: 200%;
	text-transform: uppercase;
}
.endvo-btn-normal {
	font-size: 100%;
	line-height: 250%;
	text-transform: uppercase;
}
.endvo-btn-primary, .endvo-btn-secondary {
	color: #fff;
}
.endvo-btn-primary-border, .endvo-btn-secondary-border {
	background-color: transparent;
	border-width: 2px;
	border-style: solid;
}
.endvo-btn-small.endvo-btn-secondary-border {
	border-width: 1px;
}

/*
	endvo header bg desktop navigation mega menu
*/

.endvo-mega {
	position: absolute;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	z-index: 10001;
	text-align: left;
}
.endvo-mega .endvo-mega-section {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}
.endvo-mega .endvo-mega-section h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100%;
	color: #333;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 100%;
}
.endvo-mega .endvo-mega-section ul {
	display: block !important;
	position: relative !important;
	left: auto !important;
	top: auto !important;
	width: 100% !important;
	border: 0px !important;
	float: left;
}
.endvo-mega .endvo-mega-section ul li {
	padding-left: 0px !important;
}
.endvo-mega .endvo-mega-section ul li a i {
	transition-style: linear;
	transition-duration: 0.2s;
	color: #ccc;
	margin-right: 5px;
}
.endvo-mega .endvo-mega-section p {
	font-size: 100%;
	line-height: 150%;
}

/*
	endvo mobile menu
*/

.endvo-mobile-menu {
	position: fixed;
	right: -200px;
	top: 0px;
	height: 100%;
	width: 200px;
	border-left-width: 2px;
	border-left-style: solid;
	z-index: 10009;
	display: none;
}
.endvo-mobile-menu nav {
	width: 100%;
	float: left;
	position: relative;
	overflow: auto;
}
.endvo-mobile-menu nav > ul {
	width: 100%;
	float: left;
}
.endvo-mobile-menu nav ul {
	margin: 0px;
	padding: 0px;
}
.endvo-mobile-menu nav ul {
	display: block;
}
.endvo-mobile-menu nav ul ul {
	display: none;
}
.endvo-mobile-menu nav ul li {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 1px;
	position: relative;
}
.endvo-mobile-menu nav ul li a {
	color: #fff;
	text-transform: capitalize;
	padding-left: 20px;
	float: left;
	line-height: 20px;
	margin: 10px 0px;
}
.endvo-mobile-menu .border, .endvo-mobile-cart-list .border {
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,0.1);
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
}
.endvo-mobile-menu nav ul li i.glyphicon-plus-sign {
	position: absolute;
	right: 20px;
	top: 0px;
	line-height: 40px;
	height: 40px;
	cursor: pointer;
	color: #fff;
}
.endvo-mobile-menu nav ul ul {
	background-color: rgba(000,000,000,0.2) !important;
	float: left;
	width: 100%;
}
.endvo-mobile-menu nav ul ul > li {
	border-bottom-width: 0px;
	padding-bottom: 0px;
	padding-top: 1px;
}
.endvo-mobile-menu nav ul li .border {
	bottom: 0px;
	left: 0px;
}
.endvo-mobile-menu nav ul ul > li .border {
	top: 0px;
	bottom: auto;
}
.endvo-mobile-menu nav > .border {
	top: 0px;
	bottom: auto;
}
.endvo-mobile-menu > i {
}
#endvo-mobile-menu-btn, #endvo-mobile-cart-btn {
	position: fixed;
	width: 40px !important;
	height: 40px;
	right: 0px;
	top: 46px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	z-index: 10008;
	display: none;
}
#endvo-mobile-cart-btn {
	top: 92px;
}

/*
	endvo-mobile-cart-list
*/

.endvo-mobile-cart-list {
	width: 100%;
	float: left;
	max-height: 300px;
	position: relative;
	padding-top: 1px;
}
.endvo-mobile-cart-list > .border {
	bottom: auto !important;
	top: 0px !important;
}
.endvo-mobile-cart-list p {
	width: 100%;
	float: left;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px !important;
	padding-bottom: 1px;
	position: relative;
	margin: 0px;
}
.endvo-mobile-cart-list p span.price {
	width: 100%;
	float: left;
}
.endvo-mobile-cart-list p a {
	color: #fff;
	text-transform: capitalize;
}

/*
	endvo scroller
*/

.endvo-scroller {
	width: 100%;
	float: left;
	display: none;
}
.endvo-scroller > i {
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	width: 50% !important;
	background-color: rgba(000,000,000,0.2);
	float: left;
	color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.endvo-mobile-menu h3 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 40px;
	text-transform: uppercase;
	padding-left: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 100%;
	position: relative;
}

/*
	endvo-layerslider
*/

.endvo-layerslider {
}

/*
	endvo-layerslider
*/

.endvo-layerslider {
	width: 100%;
	float: left;
}
.endvo-layerslider .ls-layer {
	width: 100%;
	float: left;
}
.endvo-layerslider img.ls-bg {
	width: 100%;
	float: left;
}
.endvo-layerslider .endvo-layerslider-block {
	width: 300px;
	height: 150px;
	padding: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.endvo-layerslider .endvo-layerslider-block h3 {
	font-size: 15px;
	line-height: 18px;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
}
.endvo-layerslider .endvo-layerslider-block h2 {
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
.endvo-layerslider .endvo-layerslider-block p {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}
.ls-label-secondary {
	width: 140px;
	height: 100px;
	border-radius: 200px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0px;
	position: relative;
	z-index: 10;
}
.ls-label-secondary span, .ls-label-secondary p {
	width: 100%;
	float: left;
	color: #fff;
}
.ls-label-secondary p {
	font-size: 24px;
}
.ls-label-secondary :first-child {
	margin-top: 10px;
}
.ls-label-primary {
	position: relative;
	z-index: 1;
	color: #fff;
	border-radius: 200px;
	width: 90px;
	height: 0px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 10px;
	text-transform: capitalize;
	font-size: 16px;
}
.ls-layer h1 {
	font-size: 52px;
	text-transform: uppercase;
}
.ls-layer p.color-text {
	font-size: 18px;
	text-transform: capitalize;
}
.ls-layer p.feature {
	color: #222;
}
.endvo-store-ls1, .endvo-store-ls2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #fff;
	text-transform: uppercase;
	width: 400px;
	text-align: center;
}
.endvo-store-ls1 {
	font-size: 32px;
}
.endvo-store-ls2 {
	font-size: 96px;
	border: 0px solid #fff;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.endvo-store-price-1 {
	width: 150px;
}
.endvo-store-price-1 p {
	width: 100%;
	float: left;
	text-align: center;
}
.endvo-store-price-1 p.pr1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 10px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 10px;
}
.endvo-store-price-1 p.pr2 {
	font-style: italic;
	color: #fff;
	font-size: 18px;
}
.endvo-store-price-1 p.pr3 {
	font-size: 64px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
}

/*
	endvo-navigation
*/

.endvo-navigation {
	width: 100%;
	float: left;
	height: 34px;
	text-align: center;
	margin-top: 20px;
}
.endvo-navigation a {
	display: inline-block;
	line-height: 34px;
	height: 34px;
	width: 34px;
	text-align: center;
	font-size: 18px;
	border-radius: 20px;
	border-width: 0px;
	border-style: solid;
	border-color: #fff;
	background-color: rgba(000,000,000,0.1);
}
.endvo-navigation a i {
	line-height: 30px;
	font-size: 12px;
	width: 100% !important;
	float: left;
	text-align: center;
}
.endvo-navigation-left {
	text-align: left;
}
.endvo-navigation-left a {
	float: left;
}
.endvo-navigation-left a.forward {
	margin-left: 5px;
}
.endvo-navigation-right {
	width: auto;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px;
}
.endvo-footer .endvo-navigation a {
	color: #fff;
	border-color: #fff;
}
.endvo-navigation a:hover {
	color: #fff !important;
}
.endvo-section-color .endvo-navigation a:hover {
	background-color: #fff !important;
}
.endvo-navigation-white a {
	background-color: rgba(255,255,255,0.3);
	color: #333;
}

.suscription-box{
	margin-bottom: 35px;
    display: inline-block;
    margin-top: 30px;
    float: right;
    /* width: 390px; */
   width: 50%;
}

@media(max-width:993px){
	.suscription-box{
	   width: 100%;
	}
}

.suscription-box h4{
	    color: #fff;
    font-size: 17px;
}

.footer-input-email{
	    padding: 19px 8px !important;
    width: 275px;
}

.button-1{
	height: 40px !important;
    border: none;
    background: #54c1d1;
    color: #fff;
    padding: 0 25px !important;
    font-weight: bold;
    margin-left: 10px;
}

/* endvo-controls */

.endvo-controls {
	width: 100%;
	float: left;
	height: 12px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 20px;
}
.endvo-controls span {
	cursor: pointer;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 20px;
	margin: 0px 2px;
}
.endvo-controls-left {
	text-align: left;
}
.endvo-controls-left span {
	margin: 0px;
	margin-right: 5px;
	float: left;
}

/*
	endvo-widget
*/

.endvo-widget {
}
.endvo-widget h3 {
	font-weight: lighter;
	margin-top:  0px;
}
.endvo-widget-inner {
	width: 100%;
	padding-top: 35px;
	color: #fff;
	padding-bottom: 10px;
}

.footer-enlaces{
	width: 100%;
	padding-top: 35px;
	color: #fff;
	padding-bottom: 10px;
}

.footer-enlaces a{
	color: #fff;
	text-decoration:none;
	line-height: 2.3em;
}

.footer-enlaces a:hover, .footer-enlaces a:focus{
	color: #9d9d9d !important;
	text-decoration:none;
}

.footer-bottom-line{
    background: #FFF;
    font-size: 12px;
}

.footer-bottom-line .container{
	padding:0;
}

.text-grey{
	color:#494949;
}

.text-blue{
	color:#54c1d1;
}

.text-blue a{
	color:#54c1d1;
	text-decoration:none;
}

.text-blue a:hover, .text-blue a:focus{
	color: #446069 !important;
	text-decoration:none;
}

.social-btns-footer{
	float:left;
	margin:0;
}
.social-btns-footer li{
    float: left;
    font-size: 20px;
    vertical-align: middle;
    padding: 0;
    margin-left: 20px;
}

.logo-footer-grey{
	width: 86px;
    float: right;
    background-image: url(../images/logo_legrand_grey.png);
    height: 21px;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-bottom-line .row{
	padding: 8px 15px 8px 15px;
}

.endvo-content .endvo-widget {
	margin-bottom: 60px;
	width: 100%;
	display: inline-block;
}
.endvo-content .endvo-widget h3 {
	text-transform: capitalize;
	margin-bottom: 20px;
}
.endvo-search-widget input[type=text] {
	width: 100%;
}

/*
	endvo-twiiter-widget
*/

.endvo-simple-twiiter-widget {
}
.endvo-simple-twiiter-widget ul, .endvo-simple-twiiter-widget ul li {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.endvo-simple-twiiter-widget ul li {
	text-align: left;
	line-height: inherit;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-bottom: 15px;
	padding-left: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.endvo-simple-twiiter-widget ul li i.fa-twitter {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	background-color: #f2f2f2;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 100px;
}
.endvo-simple-twiiter-widget ul li p.interact {
	background-color: #f2f2f2;
}
.endvo-simple-twiiter-widget ul li p.interact a {
	margin-left: 15px;
}

/*
	endvo-category-widget
*/

.endvo-category-widget {
}
.endvo-category-widget ul, .endvo-category-widget ul li, .endvo-category-widget ul li p, .endvo-category-widget ul li small {
	width: 100%;
	float: left;
	margin-bottom: 0px;
	padding: 0px;
	margin: 0px;
}
.endvo-category-widget ul li {
	border: 0px solid #e5e5e5;
	border-bottom-width: 1px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.endvo-category-widget ul li small {
	font-style: italic;
	line-height: normal;
}
.endvo-category-widget ul li p .glyphicon, .endvo-category-widget ul li p .fa {
	color: #ddd;
	margin-right: 5px;
	transition-style: linear;
	transition-duration: 0.2s;
}
.endvo-category-widget ul li p a {
	text-transform: capitalize;
	margin-right: 10px;
}
.endvo-category-widget ul li p span {
	width: auto;
	float: right;
	border-radius: 100px;
	background-color: #e5e5e5;
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	transition-style: linear;
	transition-duration: 0.2s;
}
.endvo-category-widget ul li p span.hovered {
	color: #fff;
}
.endvo-category-widget ul li a .fa-rss {
	color: #ff8300;
}
.endvo-category-widget ul li a .fa-rss:hover {
	color: #333 !important;
}
.endvo-category-widget ul :last-child {
	margin-bottom: 0px;
}

/*
	endvo-sidebar-post
*/

.endvo-sidebar-post {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 50px;
	min-height: 40px;
	position: relative;
	margin-bottom: 30px;
}
.endvo-sidebar-post figure {
	height: 40px;
	width: 40px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.endvo-sidebar-post figure img {
	position: absolute;
	max-width: none;
	max-height: none;
	min-height: none;
	min-width: none;
	max-height: 100%;
}
.endvo-sidebar-post p {
	margin-bottom: 0px !important;
}
.endvo-sidebar-post .meta {
	font-style: italic;
}

/*
	endvo-sidebar-comment
*/

.endvo-sidebar-comment {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.endvo-sidebar-comment p {
	margin-bottom: 0px !important;
}
.endvo-sidebar-comment p.comment {
	font-style: italic;
}

/*
	endvo-about-widget
*/

.endvo-about-widget p.links {
	margin-top: 20px;
}
.endvo-about-widget p.links a {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 100px;
	border: 1px solid #fff;
	display: inline-block;
	line-height: 30px;
}
.endvo-about-widget p.links a:hover {
	color: #fff;
}
.endvo-about-widget p.contacts {
	width: 100%;
	border: 0px solid rgba(000,000,000,0.2);
	border-top-width: 0px;
	border-bottom-width: 1px;
	padding: 10px 0px;
	padding-left: 20px;
	margin-bottom: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.endvo-about-widget p.contacts i {
	position: absolute;
	left: 0px;
	top: 13px;
}

/*
	endvo-latest-tweets-widget
*/

.endvo-latest-tweets-widget {
}
.endvo-latest-tweets-widget li.tweet-item {
	list-style: none;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 1px;
}
.endvo-latest-tweets-widget li.tweet-item .user {
	margin-bottom: 10px;
}
.endvo-latest-tweets-widget li.tweet-item .user img {
	margin-right: 10px;
}
.endvo-latest-tweets-widget li.tweet-item a:hover {
	color: #fff;
}
.endvo-latest-tweets-widget i.fa-twitter {
	width: 64px;
	height: 64px;
	background-color: #fff;
	text-align: center;
	line-height: 64px;
	font-size: 32px;
	border-radius: 100px;
	display: inline-block;
	margin-bottom: 30px;
}
.endvo-latest-tweets-widget p.interact {
	border: 0px solid rgba(000,000,000,0.2);
	border-top-width: 1px;
	padding-top: 10px;
}
.endvo-latest-tweets-widget p.interact a {
	margin: 0px 10px;
	margin-left: 0px;
}
.endvo-latest-tweets-widget p.interact a i {
	margin-right: 5px;
}

/*
	endvo-latest-news-2-widget
*/

.endvo-latest-news-2-widget {
}
.endvo-latest-news-2-widget ul {
	width: 100%;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.endvo-latest-news-2-widget ul li {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.endvo-latest-news-2-widget ul :last-child {
	margin-bottom: 0px;
}
.endvo-latest-news-2-widget ul li small {
	font-size: 75%;
	letter-spacing: 3px;
	margin-bottom: 10px;
	width: 100%;
	display: inline-block;
}
.endvo-latest-news-2-widget ul li p {
	margin-bottom: 0px;
}
.endvo-latest-news-2-widget ul li p.title {
	text-transform: capitalize;
}

/*
	endvo-testimonials-3
*/

.endvo-testimonials-3, .endvo-testimonials-3 .endvo-testimonials-3-inner {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: none;
	text-align: left;
}
.endvo-testimonials-3 .endvo-testimonials-3-inner {
	position: relative;
}
.endvo-testimonials-3 .endvo-testimonials-3-inner p.text {
	font-style: italic;
	background-color: #f2f2f2;
	padding: 30px;
	position: relative;
	margin-bottom: 10px;
}
.endvo-testimonials-3 .endvo-testimonials-3-inner p.text i.fa-quote-left {
	margin-right: 10px;
}
.endvo-testimonials-3 .endvo-testimonials-3-inner p.text i.fa-quote-right {
	margin-left: 10px;
}
.endvo-testimonials-3 .endvo-testimonials-3-inner .arrow {
	width: 15px;
	height: 15px;
	background-color: #f2f2f2;
	bottom: -5px;
	left: 23px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.endvo-testimonials-3 .endvo-testimonials-3-inner .author {
	width: 100%;
	float: left;
	position: relative;
	min-height: 64px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 80px;
}
.endvo-testimonials-3 .endvo-testimonials-3-inner .author .avatar {
	width: 64px;
	height: 64px;
	color: #fff;
	border-radius: 100px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.endvo-testimonials-3 .endvo-testimonials-3-inner .author .avatar i {
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 24px;
}
.endvo-testimonials-3 .endvo-testimonials-3-inner .author .avatar img {
	max-width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
}
.endvo-testimonials-3 .endvo-testimonials-3-inner .author p {
	line-height: 34px;
	float: left;
	width: 100%;
	font-size: 18px;
	color: #333;
}
.endvo-testimonials-3 .endvo-testimonials-3-inner .author small {
	line-height: 14px;
	float: left;
	width: 100%;
	font-size: inherit;
}
.endvo-testimonials-3 p {
	margin-bottom: 0px;
}

/*
	.endvo-footer .endvo-widget
*/

.endvo-footer {/*
	padding: 60px 0px;
	padding-top: 0px;*/
}
.endvo-footer .endvo-widget {
	width: 100%;
	float: left;
}
.endvo-footer .endvo-widget h3 {
	color: #fff;
	text-transform: capitalize;
	font-weight: lighter;
	margin-bottom: 30px;
	display: inline-block;
	width: auto;
	margin-top: 60px;
}
.endvo-footer .endvo-widget a {
	color: #fff;
}

/*
	endvo-tags-widget
*/

.endvo-tags-widget {
	text-align: left;
}
.endvo-tags-widget a {
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	line-height: 160%;
	margin-right: 5px;
	margin-bottom: 7px;
	padding: 0px 5px;
	text-transform: lowercase;
}
.endvo-footer .endvo-tags-widget a {
	border-color: rgba(255,255,255,0.2);
}
.endvo-tags-widget p {
	margin-top: 10px;
}
.endvo-tags-widget p > a {
	border: 0px;
	text-transform: uppercase;
}
.endvo-tags-widget a.endvo-tag-item:hover {
	text-decoration: none;
	color: #fff !important;
}

/*
	endvo-widget newsletters
*/

.endvo-widget .quick_newsletter {
	width: 100%;
	float: left;
	margin-top: 0px !important;
}
.endvo-widget .quick_newsletter input {
	width: 100%;
	margin-bottom: 10px;
}
.endvo-widget .quick_newsletter input[type=button] {
	margin-bottom: 0px;
	transition-style: linear;
	transition-duration: 0.2s;
}

/*
	endvo-links-widget
*/

.endvo-links-widget ul, .endvo-links-widget ul li {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.endvo-links-widget ul li {
	padding-bottom: 1px;
	position: relative;
}
.endvo-links-widget ul li a {
	font-size: 110%;
	text-transform: capitalize;
	line-height: 40px;
	float: left;
}
.endvo-links-widget ul li .border {
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(000,000,000,0.2);
}
.endvo-footer .endvo-links-widget ul li .border {
	background-color: rgba(255,255,255,0.1);
}

/*
	endvo-flick-widget
*/

.endvo-flick-widget img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.endvo-flick-widget img:hover {
	border-width: 3px;
	border-style: solid;
}

/*
	endvo-contacts-widget
*/

.endvo-contacts-widget p {
	width: 100%;
	float: left;
	position: relative;
	padding-top: 45px;
	margin-bottom: 15px;
}
.endvo-contacts-widget p .fa, .endvo-contacts-widget p .glyphicon {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 32px;
}
.endvo-contacts-widget p a {
	color: #fff;
}

/*
	endvo-contacts-widget
*/

.endvo-contacts-2-widget {
	width: 100%;
	float: left;
}
.endvo-contacts-2-widget img {
	max-width: 100%;
	max-height: 150px;
	float: left;
}
.endvo-contacts-2-widget p {
	width: 100%;
	float: left;
	margin-top: 15px;
}

/*
	endvo-copyrights
*/

.endvo-copyright-widget {
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 30px;
	margin-top: 60px;
	display: inline-block;
}
.endvo-copyright-widget a {
	color: #fff;
	text-transform: uppercase;
}
.endvo-copyright-widget p {
	width: 49%;
	float: left;
	display: inline-block;
	margin-bottom: 0px;
}
.endvo-copyright-widget p:last-child {
	float: right;
	text-align: right;
}

/*
	endvo-widget newsletters
*/

.endvo-widget .quick_newsletter {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.endvo-widget .quick_newsletter input {
	width: 100%;
	margin-bottom: 10px;
}
.endvo-widget .quick_newsletter input[type=button] {
	margin-bottom: 0px;
}

/*
	endvo-post-preview
*/

.endvo-post-preview {
	width: 100%;
	float: left;
	margin-left: 1px;
}
.endvo-post-preview, .endvo-post-preview .header {
	width: 100%;
	float: left;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.endvo-post-preview .endvo-post-preview-inner {
	width: 100%;
	float: left;
}
.endvo-post-preview .endvo-post-preview-inner-padding-left {
}
.endvo-post-preview .header {
	padding-left: 80px;
	min-height: 50px;
	margin-bottom: 15px;
}
.endvo-post-preview .header a {
	line-height: 25px;
	font-size: 18px;
	float: left;
	text-align: left;
	text-transform: capitalize;
}
.endvo-post-preview .header .date {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 50px;
}
.endvo-post-preview .header .date span {
	width: 100%;
	float: left;
	line-height: 35px;
	text-align: center;
}
.endvo-post-preview .header .date span.month {
	line-height: 15px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-top-width: 1px;
	border-top-style: solid;
}
.endvo-post-preview .header .date span.day {
	font-size: 24px;
	font-weight: 600;
	color: #333;
}
.endvo-post-preview figure {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.endvo-post-preview figure img {
	float: left;
}
.endvo-post-preview figure figcaption {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	display: none;
}
.endvo-post-preview figure figcaption i {
	display: inline-block;
	position: absolute;
	font-size: 24px;
	background-color: #fff;
	text-align: center;
	line-height: 64px;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	top: 0;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
}
.endvo-post-preview figure figcaption i:hover {
	color: #fff;
	transition-duration: 0.2s;
	transition-style: linear;
}
.endvo-footer .endvo-widget .endvo-post-preview .header span {
	color: #fff;
}
.endvo-footer .endvo-widget .endvo-post-preview .header a {
	color: #fff;
}

/*
	endvo-feature
*/

.endvo-feature {
	width: 100%;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.endvo-feature .endvo-feature-inner {
	width: 100%;
	float: left;
	border: 0px solid #f00;
}
.endvo-feature span.bg {
	position: absolute;
}
.endvo-feature :last-child {
	margin-bottom: 0px;
}
.endvo-feature header {
	line-height: 60px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 80px;
	color: #333;
	text-transform: capitalize;
	font-size: 180%;
	width: 100%;
	float: left;
	margin-bottom: 30px;
	text-align: left;
}
.arrow-color {
	position: absolute;
	left: 15px;
	top: 30px;
	width: 30px;
	height: 30px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.endvo-feature header i {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 32px;
	line-height: 60px;
	text-align: center;
	z-index: 10;
}
.endvo-feature p {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	text-align: left !important;
	font-size: 100%;
}
.endvo-section-hosting-bg .endvo-feature p, .endvo-section-hosting-bg .endvo-feature header, .endvo-section-hosting-bg .endvo-feature p a:hover {
	color: #fff;
}
.endvo-section-hosting-bg {
}

/*
	endvo-feature-2
*/

.endvo-feature-2 {
	width: 100%;
	float: left;
	border: 0px solid #f00;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
}
.endvo-feature-2, .endvo-feature-2 header {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	color: #fff;
}
.endvo-feature-2 header {
	padding-top: 90px;
	margin-bottom: 30px;
	text-transform: capitalize;
	font-size: 24px;
}
.endvo-feature-2 header.i-color i {
	color: #fff !important;
}
.endvo-feature-2 header .arrow {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	background-color: #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.endvo-feature-2 header .fa, .endvo-feature-2 header .glyphicon {
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 0px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	color: #333;
	font-size: 36px;
	z-index: 10;
}
.endvo-feature-2 p {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}
.endvo-feature-2 p a:hover {
	color: #fff;
}
.endvo-feature-2-color header i {
	color: #fff !important;
}

/*
	endvo-feature-store
*/

.endvo-feature-store {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 50px;
	min-height: 40px;
	position: relative;
	margin: 0px !important;
}
.endvo-feature-store span {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.endvo-feature-store span i {
}
.endvo-feature-store p {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	font-weight: lighter;
	margin-bottom: 0px;
}
.endvo-feature-store p strong {
	font-weight: bold;
}
.endvo-feature-store span.arrow {
	width: 15px;
	height: 15px;
	position: absolute;
	left: 28px;
	top: 13px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.endvo-feature-store-white {
	color: #fff;
}
.endvo-feature-store-white span {
	background-color: #fff;
}
.endvo-feature-store-white span.arrow {
	background-color: #fff;
}
.endvo-feature-store-white strong {
	color: #fff !important;
}
.endvo-feature-store-dark {
	color: #333;
}
.endvo-feature-store-dark p {
	font-weight: normal;
}
.endvo-feature-store-dark {
	margin-top: 20px;
	margin-bottom: 10px;
}
.endvo-feature-store-dark span i {
	color: #fff;
	line-height: 40px;
}
.endvo-feature-store-dark span i {
	color: #fff !important;
}

/*
	endvo-feature-3
*/

#submenu-sobre-legrand {
	padding-top: 100px;
	margin-top: 70px;
}

.endvo-feature-3 {
	width: 100%;
	float: left;
	border: 1px solid #e5e5e5;
	padding: 30px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background-color: #fff;
	margin-bottom: 10px;
	margin-top: 20px;
	height: 250px;
}
.endvo-feature-3 span {
	position: absolute;
	/*width: 60px;
	height: 60px;*/
	width: 120px;
	height: 120px;
	left: 50%;
	margin-left: -60px;
	top: -60px;
	border-radius: 100px;
}
.endvo-feature-3 span .fa, .endvo-feature-3 span .glyphicon {
	width: 100%;
	float: left;
	width: 120px;
	height: 120px;
	color: #fff;
	line-height: 55px;
	font-size: 60px;
	padding-top: 30px;
	border-radius: 100px;
}
.endvo-feature-3 h3 {
	font-size: 17px;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 40px!important;
	min-height: 36px;
}
.endvo-feature-3 p {
	margin-top: 15px;
}

/* endvo-feature-4 */

.endvo-feature-4 {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
.endvo-feature-4 h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.endvo-feature-4 p {
	margin-bottom: 0px;
}
.endvo-feature-4 figure {
	margin-bottom: 15px;
}

/*
	endvo-project
*/

.endvo-project {
	/*float: left;*/
	background-color: #fff;
	text-align: left !important;
}
.endvo-project .endvo-project-inner {
	width: 100%;
	float: left;
	border: 1px solid #e5e5e5;
	height:350px !important;
}
.endvo-project .endvo-project-inner figure {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.endvo-project .endvo-project-inner figure img {
	left: 0px;
	top: 0px;
	max-width: 100%;
	z-index: 1;
}
.endvo-project figure {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.endvo-project figure img {
	left: 0px;
	top: 0px;
	max-height: none !important;
	max-width: none !important;
	min-width: none !important;
	min-height: none !important;
	width: 100%;
}
.endvo-project figure figcaption {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow: hidden;
	display: none;
}
.endvo-project figure figcaption i {
	display: inline-block;
	position: absolute;
	font-size: 24px;
	background-color: #fff;
	text-align: center;
	line-height: 64px;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	top: 0;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
}
.endvo-project figure figcaption i:hover {
	color: #fff;
	transition-duration: 0.2s;
	transition-style: linear;
}
.endvo-project .endvo-project-inner .endvo-project-details {
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	width: 100%;
	float: left;
}
.endvo-project .endvo-project-inner .endvo-project-details p {
	width: 100%;
	float: left;
	margin-top: 30px;
	line-height: 20px;
	margin-bottom: 0px;
}
.endvo-project .endvo-project-inner .endvo-project-details p.link {
	font-size: 130%;
	min-height:90px;
	text-align:center;
}
.endvo-project .endvo-project-inner .endvo-project-details p.link a {
	text-transform: uppercase;
	color:#484848;
	font-size:19px;
}
.endvo-project .endvo-project-inner .endvo-project-details p.filter {
	margin-top: 0px;
	/*margin-bottom: 30px;*/
	font-style: italic;
}
.endvo-project .endvo-project-inner .endvo-project-details .endvo-project-likes {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	padding: 30px 20px;
	color: #333;
	font-size: 130%;
}
.endvo-project .endvo-project-inner .endvo-project-details .endvo-project-likes .fa,
.endvo-project .endvo-project-inner .endvo-project-details .endvo-project-likes .glyphicon {
	font-size: 100%;
	line-height: 200%;
}

/*
	endvo-latest-tweets
*/

.endvo-section-twitter-1 li.tweet-item {
	list-style: none;
	float: left;
	color: #fff;
}
.endvo-section-twitter-1 li.tweet-item a:hover {
	color: #fff;
}
.endvo-section-twitter-1 i.fa-twitter {
	width: 64px;
	height: 64px;
	background-color: #fff;
	text-align: center;
	line-height: 64px;
	font-size: 32px;
	border-radius: 100px;
	display: inline-block;
	margin-bottom: 30px;
}
.endvo-section-twitter-1 p.interact a {
	margin: 0px 10px;
}
.endvo-section-twitter-1 p.interact a i {
	margin-right: 5px;
}
.endvo-section-color li.tweet-item {
	color: #fff;
}
.endvo-section-color li.tweet-item a {
}

/*
	endvo-testimonials-1
*/

.endvo-testimonials-1 {
	width: 100%;
	float: left;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	min-height: 60px;
}
.endvo-testimonials-1 i.fa, .endvo-testimonials-1 i.glyphicon {
	width: 60px;
	height: 60px;
	position: absolute;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	top: 50%;
	margin-top: -30px;
}
.endvo-testimonials-1 i.fa-quote-left {
	left: 0px;
}
.endvo-testimonials-1 i.fa-quote-right {
	right: 0px;
}
.endvo-testimonials-1 p {
	width: 100%;
	float: left;
	text-align: center;
	padding: 30px 0px;
	margin-bottom: 0px;
}
.endvo-testimonials-1 p.author {
	padding-top: 0px;
	color: #333;
}
.endvo-testimonials-inner {
	width: 100%;
	float: left;
	padding: 0px 80px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*
	endvo-testimonials-2
*/

.endvo-testimonials-2 {
	width: 100%;
	float: left;
	position: relative;
	min-height: 60px;
	text-align: left !important;
}
.endvo-testimonials-2-inner {
	padding: 30px 60px;
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 10px;
}
.endvo-testimonials-2 .arrow {
	width: 20px;
	height: 20px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 100%;
    margin-top: -15px;
    left: 60px;
    position: absolute;
}
.endvo-testimonials-2 .fa, .endvo-testimonials-2 .glyphicon {
	position: absolute;
	right: 0px;
	top: 30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
}
.endvo-testimonials-2 .fa:nth-child(odd), .endvo-testimonials-2 .glyphicon:nth-child(odd) {
	right: auto;
	left: 0px;
}
.endvo-testimonials-2 p {
	font-style: italic;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.endvo-testimonials-2 p.author {
	margin-bottom: 0px;
	font-style: normal;
	color: #fff;
}

/*
	endvo-estate-form
*/

.endvo-estate {
	padding: 30px 0px
}
.endvo-estate-form, .endvo-estate-form .endvo-estate-form-item {
	width: 100%;
	display: inline-block;
}
.endvo-estate-form p.elabel {
	color: #fff;
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.endvo-estate-form .endvo-estate-form-item {
	background-color: #fff;
	line-height: 34px;
	height: 34px;
	padding: 0px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	position: relative;
}
.endvo-estate-form .endvo-estate-form-item span.val {
	margin-left: 10px;
	text-transform: capitalize;
}
.endvo-estate-form .endvo-estate-form-item input[type=text] {
	padding: 0px 10px;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid #f00;
	min-width: 100% !important;
	width: 100% !important;
}
.endvo-estate-form .endvo-estate-form-item i.fa-caret-down {
	cursor: pointer;
	float: right;
	width: 18px;
	height: 18px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	margin: 8px 0px;
	margin-right: 8px;
	position: relative;
	z-index: 999;
}
.endvo-estate-form .endvo-estate-form-item .endvo-efi-list {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 100%;
	max-height: 215px;
	background-color: #fff;
	border: 1px solid #f2f2f2;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	z-index: 1000;
	box-shadow: #ddd 2px 2px 2px;
	box-shadow: rgba(000,000,000,0.2) 2px 2px 2px;
	display: none;
}
.endvo-estate-form .endvo-estate-form-item .endvo-efi-list p {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}
.endvo-estate-form .endvo-estate-form-item .endvo-efi-list p input[type=checkbox] {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-right: 10px; 
	line-height: normal;
	height: 20px;
}
.endvo-estate-form .endvo-estate-form-item .endvo-efi-list p label {
	float: left;
	line-height: 20px;
	font-weight: normal;
	width: auto;
	color: #333;
	text-transform: capitalize;
	cursor: pointer;
}
.endvo-estate-form input[type=submit] {
	padding: 0px 0px;
	width: 100%;
	transition-style: linear;
	transition-duration: 0.2s;
}
.endvo-estate-form .endvo-estate-form-item-t1 {
	width: 45%;	
	float: left;
}
.endvo-estate-form .endvo-estate-form-item-t2 {
	width: 45%;	
	float: right;
}
.endvo-estate-form .endvo-estate-search-type {
	width: auto;
	float: right;
	margin-right: 15px;
	margin-top: -60px;
	position: relative;
	z-index: 1001;
}
.endvo-estate-form .endvo-estate-search-type span {
	line-height: 30px;
	float: left;
	padding: 0px 10px;
	color: #999;
	text-transform: uppercase;
	cursor: pointer;
	transition-style: linear;
	transition-duration: 0.2s;
}
.endvo-estate-form .endvo-estate-search-type span.active {
	color: #fff;
}

/*
	endvo-property-1
*/

.endvo-property-1 {
	display: inline-block;
	float: left;
}
.endvo-property-1-inner {
	width: 100%;
	float: left;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	position: relative;
	z-index: 1;
}
.endvo-property-1 span {
	position: absolute;
	z-index: 10;
	line-height: 30px;
	height: 30px;
	padding: 0px 20px;
	color: #fff;
	font-size: 16px;
	left: 0px;
	top: 0px;
}
.endvo-property-1 figure {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.endvo-property-1 figure img {
	float: left;
}
.endvo-property-1 figure figcaption {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	display: none;
}
.endvo-property-1 figure figcaption i {
	display: inline-block;
	position: absolute;
	font-size: 24px;
	background-color: #fff;
	text-align: center;
	line-height: 64px;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	top: 0;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
}
.endvo-property-1 figure figcaption i:hover {
	color: #fff;
	transition-duration: 0.2s;
	transition-style: linear;
}
.endvo-property-1 p {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0px 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0px;
}
.endvo-property-1 p.link a {
	margin: 30px 0px;
	text-transform: capitalize;
	font-size: inherit;
	width: 100%;
	display: inline-block;
}
.endvo-property-1 p a {
}
.endvo-property-1 p.title {
	font-size: 130%;
	margin-bottom: 15px;
	line-height: 24px;
	float: left;
	min-height: 48px;
}
.endvo-property-1 p.type span {
	background-color: #e5e5e5;
	border-radius: 3px;
	font-size: 80%;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	position: relative;
	line-height: 150%;
	height: auto;
	margin-bottom: 15px;
	padding: 0px 10px;
	float: left;
}
.endvo-property-1 ul {
	margin-top: 30px;
	float: left;
	width: 100%;
	padding: 0px 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.endvo-property-1 ul li {
	width: 33%;
	float: left;
	text-align: center;
	line-height: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
}
.endvo-property-1 ul li span {
	position: relative;
	font-size: 100%;
	padding: 0px;
	background-color: transparent !important;
	display: none;
}
.endvo-property-1 ul li img {
	margin-right: 0px;
	opacity: 0.3;
}

/*
	endvo-property-2, .endvo-property-3
*/

.endvo-property-2 {
	width: 50% !important;
}
.endvo-property-3 {
	width: 100% !important;
}
.endvo-property-2 .endvo-property-1-inner, .endvo-property-3 .endvo-property-1-inner {
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 300px;
}
.endvo-property-2 .endvo-property-1-inner figure, .endvo-property-3 .endvo-property-1-inner figure {
	width: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.endvo-property-2 p.title, .endvo-property-3 p.title {
	margin-top: 30px;
	line-height: 24px;
	min-height: 24px;
}
.endvo-property-2 ul, .endvo-property-3 ul {
	margin-top: 15px;
}
.endvo-property-2 ul li, .endvo-property-3 ul li {
	border-top-width: 0px;
	float: left;
	width: auto;
	text-align: left;
	margin-right: 15px;
	line-height: normal;
}

/*
	endvo-domain-search
*/

.endvo-domain-search {
	width: 100%;
	float: left;
	margin-bottom: 0px;
}
.endvo-domain-search > p {
	color: #fff;
	margin-bottom: 0px;
}
.endvo-domain-search > p a:hover {
	color: #fff;
}
.endvo-domain-search form {
	width: 100%;
	float: left;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 90px;
	margin-bottom: 10px;
}
.endvo-domain-search form input[type=submit] {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0px 10px !important;
	transition-style: linear;
	transition-duration: 0.2s;
}
.endvo-domain-search form .endvo-domain-search-inner {
	width: 100%;
	float: left;
	background-color: #fff;
	border-radius: 3px;
	height: 34px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 100px;
}
.endvo-domain-search form .endvo-domain-search-inner > input[type=text] {
	border: 0px !important;
	width: 100%;
}
.endvo-domain-search form .endvo-domain-search-inner div.zone {
	width: 90px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	position: absolute;
	right: 10px;
	top: 0px;
	height: 34px;
	line-height: 34px;
	color: #222;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
}
.endvo-domain-search form .endvo-domain-search-inner div.zone > span {
	float: left;
	width: auto;
}
.endvo-domain-search form .endvo-domain-search-inner div.zone ul {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 100px;
	max-height: 200px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: #ddd 2px 2px 2px;
	box-shadow: rgba(000,000,000,0.2) 2px 2px 2px;
	padding: 10px;
	display: none;
	z-index: 1000;
	margin: 0px;
	padding: 10px;
}
.endvo-domain-search form .endvo-domain-search-inner div.zone ul li {
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	line-height: 200%;
}
.endvo-domain-search form .endvo-domain-search-inner div.zone i {
	cursor: pointer;
	float: right;
	width: 18px;
	height: 18px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	margin: 8px 0px;
	position: relative;
	z-index: 999;
}

/*
	endvo-domain-price
*/

.endvo-domain-price {
	width: 25%;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	height: 100%;
	text-align: center;
	padding: 10px 0px;
	margin-bottom: 0px;
}
.endvo-domain-price p {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 0px;
}
.endvo-domain-price small {
	color: #fff;
	font-size: 13px;
}

/*
	endvo-pricing-1
*/

.endvo-pricing-1 {
	text-align: center;
	border: 1px solid #e5e5e5;
	width: 100%;
	display: inline-block;
}
.endvo-pricing-1 > p {
	margin: 30px 0px;
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 30px;
}
.endvo-pricing-1 > ul {
	width: 100%;
	float: left;
	margin-bottom: 0px;
	margin: 0px;
	padding: 0px;
}
.endvo-pricing-1 > ul li {
	line-height: 40px;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	color: #222;
}
.endvo-pricing-1 > ul :nth-child(odd) {
	background-color: #f2f2f2;
}
.endvo-pricing-1 header {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 80px;
	position: relative;
}
.endvo-pricing-1 header p, .endvo-pricing-1 header small {
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
}
.endvo-pricing-1 header .plan-title {
	width: 100%;
	float: left;
	padding: 20px 0px;
}
.endvo-pricing-1 header .plan-title p {
	font-size: 24px;
	text-transform: capitalize;
}
.endvo-pricing-1 header .plan-title small {
	font-size: 13px;
	text-transform: capitalize;
}
.endvo-pricing-1 header .plan-price {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 80px;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0px;
	z-index: 8;
}
.endvo-pricing-1 header .plan-price p {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	z-index: 8;
}
.endvo-pricing-1 header .plan-price small {
	font-size: 13px;
	z-index: 8;
}
.endvo-pricing-1 header .plan-price .arrow {
	width: 16px;
	height: 16px;
	z-index: 1;
	position: absolute;
	left: -3px;
	top: 50%;
	margin-top: -8px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*
	endvo-pricing-2
*/

.endvo-pricing-2 {
	width: 100%;
	float: left;
}
.endvo-pricing-2 .endvo-pricing-2-item {
	float: left;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-right-width: 0px;
	text-align: center !important;
	position: relative;
	z-index: 1;
	margin-top: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.endvo-pricing-2 .endvo-pricing-2-item .plan {
	width: 100%;
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}
.endvo-pricing-2 .endvo-pricing-2-item .plan p {
	position: relative;
	z-index: 10;
	line-height: 40px;
	font-size: 18px;
	width: 100%;
	float: left;
	margin-bottom: 0px;
}
.endvo-pricing-2 .endvo-pricing-2-item .plan .arrow {
	width: 16px;
	height: 16px;
	z-index: 1;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: 11px;
	margin-top: -8px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.endvo-pricing-2 .endvo-pricing-2-item .price, .endvo-pricing-2 .endvo-pricing-2-item .price p, .endvo-pricing-2 .endvo-pricing-2-item .price small {
	width: 100%;
	float: left;
}
.endvo-pricing-2 .endvo-pricing-2-item .price {
	padding: 15px 0px;
}
.endvo-pricing-2 .endvo-pricing-2-item .price p {
	font-size: 36px
}
.endvo-pricing-2 .endvo-pricing-2-item p.pr-btn {
	margin-bottom: 30px;
	width: 100%;
	float: left;
}
.endvo-pricing-2 .endvo-pricing-2-item .price small {
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
}
.endvo-pricing-2 .endvo-pricing-2-item ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	border: 0px solid #e5e5e5;
	border-top-width: 1px;
	float: left;
	width: 100%;
}
.endvo-pricing-2 .endvo-pricing-2-item ul li {
	margin: 0px;
	padding: 0px;
	border: 0px solid #e5e5e5;
	border-bottom-width: 1px;
	color: #333;
	line-height: 40px;
}
.endvo-pricing-2 .endvo-pricing-2-item-featured {
	box-shadow: #ccc 0px 0px 10px;
	box-shadow: rgba(000,000,000,0.25) 0px 0px 10px;
	z-index: 100;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	margin-top: 0px;
}
.endvo-pricing-2 .endvo-pricing-2-item-featured .price {
	padding: 15px 0px;
	margin-top: 15px;
}
.endvo-pricing-2 .endvo-pricing-2-item-featured ul {
	margin: 15px 0px;
	margin-bottom: 45px;
}
.endvo-pricing-2 .endvo-pricing-2-item-featured p.pr-btn {
	margin-bottom: 45px;
}
.endvo-pricing-2-v2 .endvo-pricing-2-item .plan p {
	background-color: transparent !important;
	color: #333;
}
.endvo-pricing-2-v2 .endvo-pricing-2-item .plan .arrow {
	display: none !important;
}
.endvo-pricing-2-v2 .endvo-pricing-2-item .price {
	padding-top: 0px;
}

/*
	endvo-partner-logo
*/

.endvo-partner-logo {
	margin: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	text-align: center;
}
.endvo-partner-logo .endvo-partner-logo-inner {
	padding: 0px 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	height: 100%;
}
.endvo-partner-logo img {
	float: left;
}
.endvo-partner-logo .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/*
	endvo-store-search-1
*/

.endvo-store-search-1 {
	width: 100%;
	float: left;
	position: relative;
	padding-right: 90px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 50px;
}
.endvo-store-search-1-inner {
	width: 100%;
	float: left;
	min-height: 34px;
	background-color: #fff;
	border-radius: 3px;
}
.endvo-store-search-1 input[type=submit] {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0px !important;
	width: 80px;
	transition-style: linear;
	transition-duration: 0.2s;
	border: 0px !important;
}
.endvo-store-search-1 input[type=text] {
	width: 100%;
	float: left;
}

/*
	endvo-product-1
*/

.endvo-product-1 {
	display: inline-block;
	float: left;
}
.endvo-product-1-inner {
	width: 100%;
	float: left;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	position: relative;
	z-index: 1;
	padding-bottom: 15px;
}
.endvo-product-1 figure {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 15px;
}
.endvo-product-1 figure img {
	float: left;
}
.endvo-product-1 figure figcaption {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	display: none;
}
.endvo-product-1 figure figcaption i {
	display: inline-block;
	position: absolute;
	font-size: 24px;
	background-color: #fff;
	text-align: center;
	line-height: 64px;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	top: 0;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
}
.endvo-product-1 figure figcaption i:hover {
	color: #fff;
	transition-duration: 0.2s;
	transition-style: linear;
}
.endvo-product-1 p.title {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: left;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	width: 100%;
	display: inline-block;
}
.endvo-product-1 p.title a {
	font-size: 100%;
	text-transform: capitalize;
}
.endvo-product-1 p.cart-btn {
	width: 100%;
}
.endvo-product-1 p.cart-btn a {
	display: inline-block;
	float: none;
}
.endvo-product-1 p {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 30px;
	margin-bottom: 0px;
}
.endvo-product-1 .details {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 30px;
	margin-bottom: 15px;
}
.endvo-product-1 .details span {
	border-top-width: 0px;
	border-top-style: solid;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	width: 50%;
	float: left;
	text-align: left;
}
.endvo-product-1 .details :first-child {
	font-size: 16px;
}
.endvo-product-1 .details :last-child {
}

/*
	endvo-call-to-action-3
*/

.endvo-call-to-action-3 {
	width: 100%;
	float: left;
	padding: 30px;
	background-color: #f2f2f2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left-width: 3px;
	border-left-style: solid;
	position: relative;
}
.endvo-call-to-action-3 .row {
	margin-top: 0px !important;
}
.endvo-call-to-action-3 h3 {
	text-transform: capitalize;
	text-align: left;
	margin: 0px;
	font-weight: lighter;
}
.endvo-call-to-action-3 p {
	margin-bottom: 0px;
}
.endvo-call-to-action-3 .endvo-btn {
	width: 100%;
	margin-top: 6px;
	text-align: center;
}

/*
	ul
*/

ul.e-color-list {
	margin: 0px;
	padding: 0px;
}
ul.e-color-list li {
	padding: 5px 0px;
}
ul.e-border-list {
	border: 1px solid #e5e5e5;
	border-left-width: 0px;
	border-right-width: 0px;
	margin: 30px 0px !important;
	padding:  15px 0px !important;
}
ul.endvo-property-options {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
ul.endvo-property-options li {
	width: 25%;
	color: #333;
	line-height: 30px;
	float: left;
	margin: 0px;
	padding: 0px;
}
ul.endvo-property-options li .fa {
	margin-right: 10px;
}

/*
	endvo-tabs
*/

.endvo-tabs {
	width: 100%;
	float: left;
	text-align: left;
}
.endvo-tabs header {
	width: 100%;
	float: left;
	background-color: #e5e5e5;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}
.endvo-tabs header span {
	width: auto;
	float: left;
	padding: 0px 30px;
	line-height: 35px;
	cursor: pointer;
}
.endvo-tabs header span:hover {
	color: #333;
}
.endvo-tabs header span.active {
	border-top-width: 2px;
	border-top-style: solid;
	color: #fff;
	position: relative;
	z-index: 10;
}
.endvo-tabs header span.active div.arrow {
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -3px;
	width: 10px;
	height: 10px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    display: none;
}
.endvo-tabs header span.active div.arrow {
	display: block !important;
}
.endvo-tabs article {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	padding-bottom: 0px;
	width: 100%;
	float: left;
	border: 1px solid #e5e5e5;
	display: none;
}
.endvo-tabs article p {
	margin-bottom: 30px;
}
.endvo-tabs article > .fa, .endvo-tabs article > .glyphicon, .dropcap {
	float: left;
	width: 54px;
	height: 54px;
	border-radius: 100px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 24px;
	margin-right: 10px;
	margin-bottom: 5px;
	border-width: 2px;
	border-style: solid;
}
.dropcap {
	line-height: 54px;
}

/*
	endvo-toggle
*/

.endvo-toggle {
	width: 100%;
	display: inline-block;
	text-align: left;
}
.endvo-toggle article {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.endvo-toggle article header {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	line-height: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 30px;
	color: #333;
	text-transform: capitalize;
	cursor: pointer;
	transition-style: linear;
	transition-duration: 0.2s;
}
.endvo-toggle article header i {
	line-height: 40px;
	margin-right: 5px;
	float: left;
}
.endvo-toggle article header .glyphicon {
	line-height: 36px;
}
.endvo-toggle article p {
	background-color: #f2f2f2;
	padding: 30px;
	float: left;
	width: 100%;
}
.endvo-toggle article header .fa-plus {
	float: right;
	line-height: 40px;
	margin-right: 0px;
}
.endvo-toggle article header.active {
	color: #fff;
	border-top-width: 2px;
	border-top-style: solid;
}

/*
	endvo-skill-1
*/

.endvo-skill-1 {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 45px;
	position: relative;
	margin-bottom: 30px;
}
.endvo-skill-1 .color-1, .endvo-skill-1 .color-2 {
	width: 100%;
	float: left;
	border-radius: 300px;
}
.endvo-skill-1 .color-2-wrapper {
	position: absolute;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	width: 100%;
	height: 0px;
}
.endvo-skill-1 .color-2 {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.endvo-skill-1 .inner {
	background-color: #fff;
	background-color: rgba(255,255,255,0.2);
	text-align: center;
	border-radius: 300px;
	position: absolute;
	top: 55px;
	left: 10px;
	border-radius: 300px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.endvo-skill-1 .value {
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 0px;
	width: 100px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.endvo-skill-1 .value p {
	margin-bottom: 0px;
	position: relative;
	z-index: 10;
}
.endvo-skill-1 .value .arrow {
	position: absolute;
	left: 50%;
	margin-left: -7px;
	bottom: -2px;
	width: 15px;
	height: 15px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

/*
	endvo-skill-2
*/

.endvo-skill-2 {
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
	height: 30px;
	background-color: #f2f2f2;
	position: relative;
}
.endvo-skill-2 p {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 30px;
	line-height: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 30px;
	color: #fff;
}
.endvo-skill-2 span.color {
	float: left;
	height: 30px;
	line-height: 30px;
	position: relative;
}
.endvo-skill-2 span.bg {
	background-image: url(../img/skills-2-bg.png);
	position: absolute;
	left: 0px;
	top: 0px;
	height: 30px;
	width: 100%;
}

/*
	endvo-call-to-action-2
*/

.endvo-call-to-action-2 {
	padding: 60px 0px;
}
.endvo-call-to-action-2-inner {
	width: 100%;
	float: left;
	padding: 30px;
	background-color: #f2f2f2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left-width: 3px;
	border-left-style: solid;
	position: relative;
}
.endvo-call-to-action-2-inner h3 {
	text-transform: capitalize;
	text-align: left;
	margin: 0px;
}
.endvo-call-to-action-2-inner .endvo-btn {
	width: 100%;
	text-align: center;
}

/*
	endvo-soc-buttons-list
*/

.endvo-soc-buttons-list {
	padding: 60px 0px;
	text-align: center;
	z-index: 1000;
	position: relative;
}
.endvo-soc-buttons-list h2 {
	color:  #fff;
}
.endvo-social-button-2 {
	width: 60px;
	height: 60px;
	position: relative;
	margin: 0px 20px;
	border-radius: 100px;
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	transition-style: linear;
	transition-duration: 0.2s;
}
.endvo-social-button-2 .esb-main {
	width: 100%;
	float: left;
}
.endvo-social-button-2 .esb-main i {
	width: 100%;
	float: left;
	line-height: 60px;
	font-size: 24px;
}
.endvo-social-button-2-white {
	border-color: #fff;
	color: #fff;
}
.endvo-social-button-2-white:hover {
	background-color: #fff;
}
.endvo-social-button-2-white .esb-main i {
	color: #fff;
}
.endvo-social-button-2 .esb-tooltip .arrow {
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0px;
	width: 30px;
	height: 30px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.endvo-social-button-2 .esb-tooltip p {
	position: relative;
	z-index: 10;
	text-transform: capitalize;
	margin-bottom: 0px;
}
.endvo-social-button-2 .esb-tooltip {
	position: absolute;
	width: 100px;
	color: #fff;
	line-height: 40px;
	top: -50px;
	left: 50%;
	margin-left: -50px;
	z-index: 10;
	display: none;
}

/*
	endvo-team-1
*/

.endvo-team-1 {
	float: left;
	text-align: left !important;
}
.endvo-team-1 .endvo-team-1-inner {
	background-color: #fff;
	width: 100%;
	float: left;
}
.endvo-team-1 header {
	width: 100%;
	float: left;
	height: 100px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-left: 100px;
}
.endvo-team-1 header .name {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
}
.endvo-team-1 header .name small {
	color: #333;
	width: 100%;
	float: left;
	margin-top: 15px;
}
.endvo-team-1 header .name p {
	font-size: 18px;
	text-transform: capitalize;
	color: #fff;
}
.endvo-team-1 header figure {
	width: 100px;
	height: 100px;
	position: absolute;
	max-width: none;
	max-height: none;
	min-height: none;
	min-width: none;
	max-height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.endvo-team-1 .endvo-team-1-details {
	border: 1px solid #e5e5e5;
	border-top-width: 0px;
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	color: inherit !important;
}
.endvo-team-1 .endvo-team-1-details p.role {
	font-style: italic;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.endvo-team-1 p {
	width: 100%;
	float: left;
	margin-bottom: 0px;
}
.endvo-team-1 p.links {
	border: 0px solid #e5e5e5;
	border-top-width: 1px;
	padding-top: 30px;
	margin-top: 30px;
}
.endvo-team-1 p.links a {
	margin-right: 15px;
}

/*
	blockquote
*/

blockquote {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	border: 0px;
	padding-left: 60px;
}
blockquote .blockquote-inner {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f2f2f2;
	border-left-width: 2px;
	border-left-style: solid;
	padding: 30px;
	font-style: italic;
	color: #333;
}
blockquote .blockquote-inner .fa-quote-left {
	margin-right: 15px;
}
blockquote .blockquote-inner .fa-quote-right {
	margin-left: 15px;
}

/*
	#map-canvas
*/

#map-canvas {
	height: 500px;
	width: 100%;
	display: inline-block;
}
#map-canvas-2 {
	height: 300px;
	width: 100%;
	display: inline-block;
}

/*
	p.contact-item
*/

p.contact-item {
	position: relative;
	padding-left: 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
p.contact-item i {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	text-align: center;
	border-radius: 100px;
}

/*
	endvo-side-navi
*/

.endvo-side-navi, .endvo-side-navi ul, .endvo-side-navi ul li {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
}
.endvo-side-navi {
	float: none;
	display: inline-block;
}
.endvo-side-navi ul {
	border: 1px solid #e5e5e5;
	border-top-width: 0px;
}
.endvo-side-navi ul li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 15px;
	line-height: 40px;
	border: 0px solid #e5e5e5;
	border-top-width: 1px;
}
.endvo-side-navi ul li i {
	transition-style: linear;
	transition-duration: 0.2s;
	color: #ddd;
}
.endvo-side-navi ul li.active {
	border-top-width: 2px;
}
.endvo-side-navi ul li.active a {
	color: #fff;
}

/*
	endvo-f1
*/

.endvo-f1 {
	width: 100%;
	display: inline-block;
	border-top-width: 0px;
	border-top-style: solid;
}
.endvo-f1 input[type=submit], .endvo-f1 button {
	margin-left: 150px;
}
p.no-margin input[type=submit], p.no-margin button {
	margin-left: 0px;
}
.endvo-f1 input.sec {
	margin-left: 150px;
}
.endvo-f1 input.wide, .endvo-f1 textarea {
	min-width: 400px;
}
.endvo-f1 label.wide {
	width: 100%;
}
.endvo-f1 textarea {
	min-height: 100px;
}
.endvo-f1 textarea[id="drop-message"] {
	min-width: 100%;
}

/*
	endvo-partner-1
*/

.endvo-partner-1 {
	width: 100%;
	float: left;
	border: 0px solid #e5e5e5;
	border-top-width: 1px;
	border-bottom-width: 0px;
	padding: 60px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 260px;
	position: relative;
}
.endvo-partner-1 figure {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 60px;
}
.endvo-partner-1 p.desc {
	margin-bottom: 0px;
}
.endvo-partner-1 p.title {
	font-size: 24px;
}

/*
	endvo-career-1
*/

.endvo-career-1, .endvo-career-1 header {
	width: 100%;
	float: left;
}
.endvo-career-1 {
	padding: 60px 0px;
	border: 0px solid #e5e5e5;
	border-top-width: 1px;
}
.endvo-career-1 header {
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 0px;
	padding-left: 130px;
	height: 100px;
	margin-bottom: 30px;
}
.endvo-career-1 header i {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #333;
	background-color: #f2f2f2;
	font-size: 38px;
	border-radius: 100px;
}
.endvo-career-1 header small {
	line-height: 16px;
}
.endvo-career-1 header p {
	line-height: 34px;
	font-size: 24px;
	color:  #333;
}
.endvo-career-1 .details {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	display: none;
}

/*
	endvo-404-search-form
*/

.endvo-404-search-form {
	max-width: 500px;
	display: inline-block;
	float: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.2);
}
.endvo-404-search-form input {
	width: 100%;
	float: left;
}

/*
	riva-countdown
*/

.riva-countdown {
	text-align: center;
	width: 100%;
	float: left;
}
.riva-countdown .riva-countdown-item {
	margin: 0px 5px;
	display: inline-block;
	width: 90px;
}
.riva-countdown .riva-countdown-item .value, .riva-countdown .riva-countdown-item .label {
	width: 100%;
	float: left;
}
.riva-countdown .riva-countdown-item .value {
	background: #555555; /* Old browsers */
	background: -moz-linear-gradient(top,  #555555 0%, #151515 50%, #353535 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#353535), color-stop(50%,#151515), color-stop(100%,#353535)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #555555 0%,#151515 50%,#353535 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #555555 0%,#151515 50%,#353535 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #555555 0%,#151515 50%,#353535 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #555555 0%,#151515 50%,#353535 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#353535',GradientType=0 ); /* IE6-9 */
	text-align: center;
	padding: 15px 10px;
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	line-height: normal;
	border: 1px solid #555555;
	box-shadow: inset #151515 0px 0px 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: bold;
	position: relative;
}
.riva-countdown .riva-countdown-item .value p {
	margin-bottom: 0px;
}
.riva-countdown .riva-countdown-item .value span.line {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 35px;
	left: 0px;
	background-color: #151515;
	box-shadow: #555 0px 0px 2px;
}
.riva-countdown .riva-countdown-item .label {
	font-size: 13px;
	text-transform: capitalize;
	border-radius: 0px;
	font-weight: normal;
}

p.contacts-soon-1 {
	width: 50% !important;
	text-align: right !important;
	margin: 0px !important;
	float: left !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 15px;
}
p.contacts-soon-2 {
	width: 50% !important;
	text-align: left !important;
	margin: 0px !important;
	float: left !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
}

/*
	endvo-sorting
*/

.endvo-sorting {
	width: 100%;
	float: left;
}
.endvo-sorting .endvo-sorting-filters {
	width: 100%;
	float: left;
	background-color: #f3f3f3;
	margin-bottom: 30px;
	margin-top: 20px;
}
.endvo-sorting .endvo-sorting-filters span {
text-align: center;
    /* line-height: 12px; */
    max-width: 270px;
    font-size: 17px;
    border: 0 !important;
    line-height: 20px;
    padding: 0 12px;
    float: left;
    width: auto;
    cursor: pointer;
    transition-style: linear;
    transition-duration: 0.2s;
    background-color: #f3f3f3;
}

 .endvo-sorting .endvo-sorting-filters span.active{
	background-color:#54c1d1 !important;
}

.endvo-project figure figcaption{
	background-color:rgba(84,193,209,0.8) !important;
}

.endvo-sorting .endvo-sorting-filters span:hover {
	transition-style: linear;
	transition-duration: 0.2s;
	color: #333;
}
.endvo-sorting .endvo-sorting-filters span.active {
	border-top-width: 2px;
	border-top-style: solid;
	color: #fff;
}

/*
	endvo-qa
*/

.endvo-qa {
	width: 100%;
	display: inline-block;
	margin-top: 30px;
}
.endvo-qa .q, .endvo-qa .a {
	width: 100%;
	float: left;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 40px;
}
.endvo-qa .q {
}
.endvo-qa .lbl {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
}
.endvo-qa .q .arrow, .endvo-qa .a .arrow {
	width: 10px;
	height: 10px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 22px;
    top: 10px;
    z-index: 100;
}
.endvo-qa .q p {
	font-size: 120%;
	font-weight: bold;
	text-transform: capitalize;
	color: #333;
	line-height: 30px;
}

/*
	endvo-featured-box
*/

.endvo-featured-box {
	width: 100%;
	float: left;
	background-color: #f2f2f2;
	padding: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.endvo-featured-box h3 {
	text-transform: capitalize;
	margin-top: 0px;
}
.endvo-featured-box :last-child {
	margin-bottom: 0px;
}

/*
	endvo-msg
*/

.endvo-msg {
	width: 100%;
	float: left;
	border-width: 1px;
	border-style: solid;
}
.endvo-msg header {
	width: 100%;
	float: left;
	line-height: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-transform: capitalize;
	font-weight: bold;
}
.endvo-msg header .fa {
	float: right;
	line-height: 40px;
	cursor: pointer;
}
.endvo-msg p {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0px;
	padding: 30px;
	color: #333;
}
.endvo-msg-success {
	background-color: #f6faee;
	border-color: #d3dbc6;
}
.endvo-msg-success header {
	color: #688438;
	border-bottom-color: #d3dbc6;
}
.endvo-msg-error {
	background-color: #faeeee;
	border-color: #dbc6c6;
}
.endvo-msg-error header {
	color: #843838;
	border-bottom-color: #dbc6c6;
}
.endvo-msg-attention {
	background-color: #faf8ee;
	border-color: #dbd7c6;
}
.endvo-msg-attention header {
	color: #847738;
	border-bottom-color: #dbd7c6;
}
.endvo-msg-info {
	background-color: #eef5fa;
	border-color: #c6d1db;
}
.endvo-msg-info header {
	color: #386384;
	border-bottom-color: #c6d1db;
}

/*
	endvo-projects-listing
*/

.endvo-projects-listing {
	display: inline-block;
	border: 0px solid #f00;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.endvo-projects-listing .endvo-project {
	display: inline-block;
}

/*
	endvo-pagination
*/

.endvo-pagination {
	width: auto;
	display: inline-block;
}
.endvo-pagination .page-numbers {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border: 1px solid #e5e5e5;
}
.endvo-pagination .page-numbers:hover {
	text-decoration: none;
	color: #fff;
}
.endvo-pagination .next, .endvo-pagination .prev {
	width: auto;
	padding: 0px 10px;
}
.endvo-pagination .current {
	color: #fff;
}

p.project-date {
	color: #333;
	width: 100%;
	display: inline-block;
}
p.used-skills {
	width: 100%;
	display: inline-block;
}
p.used-skills span {
	margin-right: 30px;
	text-transform: capitalize;
	color: #333;
	word-wrap: normal;
	float: left;
	line-height: 200%;
}
p.used-skills span i {
	margin-right: 5px;
}

/*
	endvo-single-estate
*/

.endvo-single-estate {
}
.endvo-single-estate div.header {
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 0px;
	padding-right: 180px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.endvo-single-estate p.price {
	width: 180px;
	font-size: 200%;
	font-weight: bold;
	line-height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
	line-height: 30px;
}
.endvo-single-estate p.type {
	width: 180px;
	display: inline-block;
	margin-bottom: 0px;
	position: absolute;
	right: 0px;
	top: 30px;
	text-align: center;
}
.endvo-single-estate p.type span {
	border-radius: 3px;
	font-size: 80%;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	position: relative;
	line-height: 150%;
	height: auto;
	margin-bottom: 15px;
	padding: 0px 10px;
	display: inline-block;
}
.endvo-single-estate .endvo-propert-details {
	float: left;
}
.endvo-single-estate .endvo-propert-details h3 {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.endvo-single-estate .endvo-propert-details .inner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
}
.endvo-single-estate .endvo-propert-details ul, .endvo-single-estate .endvo-propert-details ul li {
	padding: 0px;
	margin: 0px;
}
.endvo-single-estate .endvo-propert-details ul li {
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	color: #333;
}
.endvo-single-estate .endvo-propert-details ul li span {
	float: right;
	font-weight: bold;
}
.endvo-single-estate .endvo-propert-details .agent {
	width: 100%;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 120px;
	min-height: 100px;
	position: relative;
	font-size: 200%;
	line-height: 120%;
	color: #333;
	padding-top: 15px;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.endvo-single-estate .endvo-propert-details .agent figure {
	width: 100px;
	height: 100px;
	background-color: #e5e5e5;
	overflow: hidden;
	border-radius: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.endvo-single-estate .endvo-propert-details .fa {
	color: #ccc;
}
.endvo-single-estate .endvo-propert-details p.agent-cosial {
	width: 100%;
	display: inline-block;
}
.endvo-single-estate .endvo-propert-details p.agent-cosial a {
	float: left;
	line-height: 30px;
	height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 100px;
	margin-right: 5px;
}
.endvo-single-estate .endvo-propert-details p.agent-cosial a .fa {
	color: #fff;
}
.endvo-single-estate .endvo-propert-details #endvo-property-map {
	width: 100%;
	display: inline-block;
	height: 200px;
}

/*
	endvo-store-filters
*/

.endvo-store-filters {
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 30px;
	border: 0px solid #e5e5e5;
	border-bottom-width: 1px;
	border-top-width: 1px;
}
.endvo-store-filters p {
	width: auto;
	float: left;
	color: #333;
	margin-right: 30px;
	line-height: normal;
	line-height: 40px;
	margin-bottom: 0px;
}
.endvo-store-filters p i {
	margin-left: 5px;
	cursor: pointer;
}

/*
	endvo-single-product
*/

.endvo-single-product {
	width: 100%;
}
.endvo-single-product div.price {
	font-size: 200%;
	margin: 15px 0px;
	margin-top: 0px;
	width: 100%;
	display: inline-block;
	float: left;
}
.endvo-single-product ul.product-options {
	padding: 0px;
	margin: 15px 0px;
}
.endvo-single-product ul.product-options li {
	line-height: 200%;
	width: 100%;
	display: inline-block;
}
.endvo-single-product ul.product-options li span {
	color: #333;
	font-weight: bold;
}
.endvo-single-product p.qty {
	width: 100%;
	display: inline-block;
	margin: 15px 0px;
	color: #333;
	font-weight: bold;
}
.endvo-single-product p.qty span.qty-fld {
	text-align: center;
	width: 40px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	line-height: 20px;
	padding: 5px 10px;
	display: inline-block;
	font-weight: bold;
	color: #333;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 20px;
}
.endvo-single-product p.qty i.fa {
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	transition-style: linear;
	transition-duration: 0.2s;
}
.endvo-single-product p.qty i.fa-plus {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-left: 15px;
}
.endvo-single-product p.qty i.fa-minus {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/*
	h3-2
*/

h3.h3-2 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100%;
	color: #333;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 100%;
	display: inline-block;
}
p.blog-cat {
	font-size: 140%;
	color: #333;
	margin-bottom: 30px;
}

/*
	endvo-section-cart
*/

.endvo-section-cart {
}
.endvo-section-cart p.incart {
	font-size: 150%;
	color: #333;
}
.endvo-section-cart p.incart span {
	border-radius: 100px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	color: #fff;
	margin: 0px 5px;
	display: inline-block;
}
.endvo-section-cart .shoppin-cart-table {
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
	margin: 15px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e5e5;
}
.endvo-section-cart .shoppin-cart-table thead {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.endvo-section-cart .shoppin-cart-table thead td {
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.endvo-section-cart .shoppin-cart-table tr {
	width: 100%;
}
.endvo-section-cart .shoppin-cart-table td {
	padding: 0px;
	border-collapse: collapse;
}
.endvo-section-cart .shoppin-cart-table td.id {
	width: 5%;
}
.endvo-section-cart .shoppin-cart-table td.item {
	width: 65%;
}
.endvo-section-cart .shoppin-cart-table td.price {
	width: 10%;
}
.endvo-section-cart .shoppin-cart-table td.qty {
	width: 10%;
}
.endvo-section-cart .shoppin-cart-table td.total {
	width: 10%;
}
.endvo-section-cart .shoppin-cart-table tbody td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.endvo-section-cart .shoppin-cart-table tbody tr.hover {
	background-color: #f2f2f2;
}
.endvo-section-cart .shoppin-cart-table tbody td .total {
	color: #333;
	font-weight: bold;
	font-size: 150%;
}
.endvo-section-cart .shoppin-cart-table tbody td .price {
	color: #333;
	font-size: 150%;
}
.endvo-section-cart .shoppin-cart-table tbody td p.qty {
	width: 100%;
	display: inline-block;
	margin: 15px 0px;
	color: #333;
	font-weight: bold;
}
.endvo-section-cart .shoppin-cart-table tbody td p.qty span.qty-fld {
	text-align: center;
	width: 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	line-height: 20px;
	display: inline-block;
	font-weight: bold;
	color: #333;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.endvo-section-cart .shoppin-cart-table tbody td p.qty i.fa {
	width: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	transition-style: linear;
	transition-duration: 0.2s;
	font-size: 70%;
}
.endvo-section-cart .shoppin-cart-table tbody td p.qty i.fa-plus {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.endvo-section-cart .shoppin-cart-table tbody td p.qty i.fa-minus {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.endvo-section-cart ul.order-total {
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}
.endvo-section-cart ul.order-total li {
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	border: 0px solid #e5e5e5;
	border-bottom-width: 1px;
}
.endvo-section-cart ul.order-total li span {
	float: right;
	color: #333;
	font-size: 130%;
}
.endvo-section-cart ul.order-total li strong {
	color: #333;
	font-weight: bold;
}
.endvo-section-cart ul.order-total li span.total {
	font-weight: bold;
}

/*
	riva-toggle-tab
*/

.riva-toggle-tab h2 {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

/*
	payment-option
*/

.payment-option {
	width: 33.33333333%;
	display: inline-block;
	text-align: center;
	float: left;
}
.payment-option span {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin-bottom: 10px;
	border-radius: 100px;
	border-width: 10px;
	border-style: solid;
	border-color: #e5e5e5;
	font-size: 300%;
	font-weight: bold;
	line-height: 80px;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.payment-option p {
	color: #333;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
}
.payment-option small {
	line-height: 100%;
}

/*
	endvo-post
*/

.endvo-post {
	width: 100%;
	display: inline-block;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 75px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border: 0px solid #e5e5e5;
	border-bottom-width: 1px;
}
.endvo-post .img {
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
}
.endvo-post figure {
	margin-bottom: 30px;
	width: 100%;
	float: left;
	max-height: 200px;
	overflow: hidden;
	position: relative;
}
.nvor-post figure img {
	position: absolute;
	max-width: 100%;
	left: 0px;
	top: auto;
}
.endvo-post figure figcaption {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	display: none;
}
.endvo-post figure figcaption i {
	display: inline-block;
	position: absolute;
	font-size: 24px;
	background-color: #fff;
	text-align: center;
	line-height: 64px;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	top: 0;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
}
.endvo-post figure figcaption i:hover {
	color: #fff;
	transition-duration: 0.2s;
	transition-style: linear;
}
.endvo-post header {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
}
.endvo-post header h3 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: inline-block;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 40px;
}
.endvo-post header h3 a, .endvo-post header h3 span {
	display: inline-block;
	float: left;
	line-height: 30px;
}
.endvo-post header h3 .fa {
	width: 30px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	font-size: 60%;
	color: #fff;
	text-align: center;
	float: left;
	display: inline-block;
	margin-right: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.endvo-post header p {
	margin: 0px;
	padding: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 80%;
	width: 100%;
	float: left;
}
.endvo-post .date {
	position: absolute;
	width: 60px;
	left: 0px;
	top: 0px;
}
.endvo-post .date span {
	width: 100%;
	float: left;
	text-align: center;
	line-height: 30px;
}
.endvo-post .date span.day {
	font-size: 180%;
	color: #333;
	font-weight: bold;
}
.endvo-post .date span.month {
	letter-spacing: 2px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 80%;
}
.endvo-post .likes {
	position: absolute;
	width: 60px;
	left: 0px;
	top: 75px;
}
.endvo-post .likes span {
	width: 100%;
	float: left;
	text-align: center;
	line-height: 30px;
}
.endvo-post .likes span.month {
	letter-spacing: 2px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 80%;
}
.endvo-post .likes span .fa {
	font-size: 180%;
	color: #333;
	font-weight: bold;
}
.endvo-post-2 {
	padding-left: 390px;
	min-height: 200px;
}
.endvo-post-2 figure {
	max-width: 300px;
	position: absolute;
	left: 75px;
	top: 0px;
}
.endvo-post p.tags {
	margin-bottom: 0px;
}
.endvo-post p.tags a {
	margin-right: 10px;
}
.endvo-post p.tags i.fa {
	color: #ddd;
}

/*
	endvo-post-author
*/

.endvo-post-author, .endvo-comment .inner {
	width: 100%;
	display: inline-block;
	padding: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	padding-left: 160px;
	min-height: 160px;
	position: relative;
}
.endvo-post-author figure, .endvo-comment figure, .endvo-comment i.fa {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	position: absolute;
	overflow: hidden;
	left: 30px;
	top: 30px;
	border: 3px solid #fff;
}
.endvo-post-author p {
	margin-bottom:  0px;
}
.endvo-post-author p.name {
	margin-bottom: 10px;
	font-size: 140%;
	font-weight: bold;
}
.endvo-post-author p.role {
	margin-bottom: 10px;
	color: #333;
	font-style: italic;
}

/*
	endvo-comment
*/

.endvo-comment {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.endvo-comment .endvo-comment {
	padding-left: 60px;
}
.endvo-comment .inner {
	border: 1px solid #e5e5e5;
	color: inherit;
	margin-bottom: 30px;
}
.endvo-comment figure {
	border: 0px;
}
.endvo-comment p.meta {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 100%;
	display: inline-block;
}
.endvo-comment p.meta .author {
	font-size: 140%;
	float: left;
}
.endvo-comment p.meta .date {
	float: right;
	text-transform: capitalize;
}
.endvo-comment i.fa {
	color: #fff;
	font-size: 250%;
	line-height: 100px;
	text-align: center;
}

/*
	boxed
*/

.endvo-boxed {
	margin: 0px auto;
}
.endvo-boxed .endvo-boxed-wrapper {
	width: 100%;
	float: left;
	background-color: #fff;
}
.endvo-boxed-bg {
	width: 100%;
	float: left;
	background-color: #eee;
}

/*
	endvo-post-masonry
*/
.endvo-post-masonry {
	width: 33.33333333333%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 10px;
	border-bottom-width: 0px;
	margin-bottom: 20px;
}
.endvo-post-masonry .inner {
	border: 1px solid #e5e5e5;
	padding: 10px;
}
.endvo-post-masonry .inner header h3 a {
	font-size: 18px;
	line-height: normal;
	margin-bottom: 15px;
}
.endvo-post-masonry .inner figure {
	margin-bottom: 15px;
}
.endvo-post-masonry .inner figure {
	position: relative;
}
.endvo-post-masonry .inner figure img {
	position: relative;
	width: auto;
	height: auto;
}

/*
	cbp_tmlabel
*/
.cbp_tmlabel .endvo-post {
	margin-bottom: 0px;
	border-bottom-width: 0px;
	padding-bottom: 0px;
}
.cbp_tmlabel .endvo-post figure {
	margin-bottom: 15px;
}
.cbp_tmlabel .endvo-post header h3 {
	padding-left: 0px;
}
.cbp_tmtimeline {
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
}

/* contacts-ajax */

.contacts-ajax {
	width: 100%;
	float: left;
}
.contacts-ajax form div {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.contacts-ajax legend {
	padding-bottom: 20px;
}

#home-submenu-1 .submenu-block {
	display: inline-block!important;
    /*background-color: #f3f3f3;*/
   background-color: #fff;
    height: 230px;
    margin: 0px;
    padding: 0px;
    background-size: 100%;
    background-repeat: no-repeat;
}
#home-submenu-1 .block-25 {
	width: 25%;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
#home-submenu-1 .block-25-left {
	background-image: url('../images/menu/1.png');
}
#home-submenu-1 .block-25-right {
	background-image: url('../images/menu/5.png');	
}
#home-submenu-1 .block-15 {
	width: 16%;
    border-top: 1px solid #54c1d1;
    /*border-bottom: 1px solid #54c1d1;*/
} 
#home-submenu-1 .block-left {
	margin-right: -3px;
	background-image: url('../images/menu/2.png');
    border-left: 1px solid #54c1d1;
} 
#home-submenu-1 .block-center {
	background-image: url('../images/menu/3.png');	
}
#home-submenu-1 .block-right {
	margin-left: -3px;
    border-right: 1px solid #000;
	background-image: url('../images/menu/4.png');
    border-right: 1px solid #54c1d1;
}
#home-submenu-1 .submenu-block .submenu-text {
	/*display: table-cell;*/
	display: none;
    width: 25%;
    background-color: #54c1d1;
    height: 275px;
    vertical-align: middle;
    padding: 0px 70px;
    text-align: center;
    opacity: 0.9;
    font-family: 'Arial Regular', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 15px;
}
#home-submenu-1 .submenu-block:hover .submenu-text {
	display: table-cell;
}
#home-submenu-1 .submenu-block .submenu-text a {
	color: #54c1d1;
	display: block;
	background-color: #FFF;
	padding: 20px;
	margin-top: 30px;
	text-decoration: none;
}
#home-submenu-1b {
	/*background-color: #fff;
    width: 98.5%; */
    margin-top: -6px;
}
#home-submenu-1b .submenu-block {
	padding: 15px 0px 10px 15px;
    display: inline-block!important;
    background-color: #fff;
}
#home-submenu-1b .submenu-block .submenu-subtitle {
	font-weight: bold;
}
#home-submenu-1b .block-25 {
	width: 25%;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	color: #000;
}
#home-submenu-1b .block-15 {
	width: 16%;
	color: #54c1d1;
	border-bottom: 1px solid #54c1d1;
}
#home-submenu-1b .block-left {
	border-left: 1px solid #54c1d1;
}
#home-submenu-1b .block-right {
	border-right: 1px solid #54c1d1;
}
#home-submenu-1b .block-center, #home-submenu-1b .block-right {
	margin-left: -3px;
} 

.scroll-section{
	padding:0;
}

.scroll-section .container .row {
	height: 40px;
}

.product-subtipo h2{
	font-size:15px !important;
	color:#999;
	font-weight:bold;
}

.scroll-section .container .row h2{
	padding:0;
	margin:0;
	margin-top:10px;
	font-size:17px;
	font-weight:bold;
	float:left;
	display:inline-block;
}

#scrolltext {
	width: 88%;
	display:inline-block;
	margin-top:8px;
	margin-left:10px;
}

#banner-home-2-1-1{
	padding:0;
}

.product-text p a {
	color: #54c1d1;
}

.product-text p a:hover {
	color: #333;
}

#banner-home-2-1{
	display:block;
    min-height: 120px;
    background-image: url(../images/home-2/home-2-1.png);
    background-repeat: no-repeat;
	background-size: cover;
}

#banner-home-2-2{
    background-position-x: 5px;
    background-size: cover;
    min-height: 120px;
    background-image: url(../images/home-2/home-2-2.jpg);
    background-repeat: no-repeat;
	    padding-right: 25px;
}

.text-grey-medium{
	color: #484848;
    font-size: 13px;
    font-weight: bold;
}

.text-blue-big{
	    color: #54c1d1;
    font-size: 29px;
    font-weight: bold;
}

#home-2-2-mas{
	margin-top: 60px;
    margin-right: -139px;
}

.dos-ver-mas{
	color: #54c1d1;
    padding-top: 10px;
    display: flex;
    float: right;
}

.dos-ver-mas a{
	text-decoration:none;
	color: #54c1d1;
}

.dos-ver-mas a:hover, .dos-ver-mas a:focus{
	text-decoration:none;
	color: #446069;
}

#banner-home-2-3{
	height:120px;
	padding: 0;
}

#banner-home-2-3-1{
    width: 130px;
    height: 100%;
    background: #54c1d1;
	text-align:center;
	display: table;
}

#banner-home-2-3-1:hover, #banner-home-2-3-1:focus{
	background:#fff;
	border: 1px solid #54c1d1;
}

#banner-home-2-3-2{
    float: right;
    width: 130px;
    margin-right: 15px;
	text-align:center;
	background:#446069;
	height: 100%;
	display: table;
}

#banner-home-2-3-2:hover, #banner-home-2-3-2:focus{
	background:#fff;
	border: 1px solid #446069;
}

.central-text-icon{
	    display: table-cell;
    vertical-align: middle;
}

.button-1:hover, .button-1:focus{
	background:#446069;
}

#icon-head{
background-size: contain;
    height: 39px;
    margin-bottom: 5px;
    background-position: center center;
    background-image: url(../images/home-2/icon-head-2.png);
    background-repeat: no-repeat;
}

#banner-home-2-3-1:hover #icon-head, #banner-home-2-3-1:focus #icon-head{
	background-image:url(../images/home-2/icon-head.png);
}

#banner-home-2-3-1:hover .text-icon-banner, #banner-home-2-3-1:focus .text-icon-banner{
	text-decoration:none !important;
	color: #54c1d1;
}

#icon-location{
	background-image:url(../images/home-2/icon-ubicacion-2.png);
	background-size: contain;
    height: 39px;
    margin-bottom: 5px;
    background-position: center center;
	background-repeat: no-repeat;
}

#banner-home-2-3-2:hover #icon-location, #banner-home-2-3-2:hover a #icon-location{
	background-image:url(../images/home-2/icon-ubicacion.png);
}

#banner-home-2-3-2:hover .text-icon-banner, #banner-home-2-3-2:focus .text-icon-banner{
	text-decoration:none !important;
	color: #446069;
}

#banner-home-2-3 a{
	text-decoration:none !important;
}

#banner-home-2-3 a:hover, #banner-home-2-3 a:focus{
	text-decoration:none !important;
}

.text-icon-banner{
	color:#fff;
	text-decoration:none;
}
.section-full-bg {
	width: 200%;
	margin-left: -50%;
}

.product-video{
	width:100%;
	min-height:312px;
}

@media(min-width:1000px){
	.product-video{
		width:75%!important;
		/*min-height:410px!important;*/
		min-height:481px!important;
	}
}
@media(max-width:1200px){
	.product-video{
		width:91%!important;
	}
}
@media (max-width: 991px){
	.product-video {
    	width: 77%!important;
    }
}

.boton-legrand {
	background-color: #54c1d1;
	    font-weight: bold;
    color: #fff;
    border-radius: 0px;
    padding: 7px 20px;
}
a.boton-legrand:hover, a.boton-legrand:focus {
	background-color: #446069;
}
.height-60 {
	min-height: 60px;
}
.font-32 {
	font-size: 32px;
}
.font-15 {
	font-size: 15px;
}
.font-15 a:hover {
	color: #000;
}
.font-18 {
	font-size: 18px;
}
.font-18 a:hover {
	color: #000;
}
.font-13 {
	font-size: 13px;
}
.font-13 a:hover {
	color: #000;
}
.font-13 span {
	margin-top: 0px!important;
}
.active-trail a{
	color: #54c1d1;
}

.leaf a{
	text-decoration:none !important;
}

.button-2{
	margin: 0 auto;
	width:130px;
	text-transform:uppercase;
	text-align:center;
    border: none;
    background: #54c1d1;
    color: #fff;
    padding: 14px 6px !important;
    font-weight: bold;
	font-style:normal;
}

.p-mas-solu{
	    margin-top: 0 !important;
    text-align: center;
}

.justify {
	text-align: justify;
}

.xl-pro{
	padding-top:23px !important;
}

.xl-pro:before{
	font-family:Calibri;
	font-size:30px;
	font-weight:bold;
	content:"XL PRO³";
}

.after-spans{
	margin-top:30px !important;
	float:left;
}

.box-colors-menu-span{
    max-width: 206px;
    float: left;
    padding: 7px 2px;
    /*min-height: 82px;*/
    /*height: 55px;*/
    height: 74px;
    display: table;
    position: relative;
}
.link-right-button {
	color: #54c1d1;
	float: right;
	margin-right: 30px;
	padding-top: 10px;
	margin-top: 10px;
	width: 125px;
}
.link-right-button:hover, .link-right-button:focus {
	color: #666;
	text-decoration: none;
}
.link-right-button span, .link-more-button span {
	-webkit-box-sizing: border-box;
	background: url(../../../modules/md_slider/images/md-arrow.png) no-repeat 0 0;
    background-position-x: -40px;
    background-position-y: 0px;
	width: 40px;
	height: 40px;
	position: absolute;
	cursor: pointer;
	margin-left: 10px;
	margin-top: -10px;
}
.link-right-button span:hover, .link-more-button span:hover {
	background: url(../../../modules/md_slider/images/md-arrow_hover.png) no-repeat 0 0;
    background-position-x: -40px;
}
.link-more-button {
	color: #54c1d1;
}
.link-more-button:hover, .link-more-button:focus {
	color: #666;
	text-decoration: none;
}

.blue {
	color: #54c1d1;
	text-transform: none!important;
	font-weight: bold!important;
}

.black {
	color: #000000;
}

.marker {
	display: inline-block;
	width: 32px;
	height: 35px;
	background-repeat: no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.marker-text {
	display: inline-block;
	vertical-align: middle;
}
.marker-text a:hover {
	color:#000;
}
.marker-location {
	background-image: url(../images/contact_location.png);
}
.marker-fax {
	background-image: url(../images/contact_fax.png);
}
.marker-phone {
	background-image: url(../images/contact_phone.png);
}
.marker-mail {
	background-image: url(../images/contact_mail.png);
}
.separator {
	border-top: 1px solid #9b9b9b !important;
	clear: left;
}
.enter-10 {
	clear: left;
	padding-bottom: 10px;
}

.enter-50 {
	clear: left;
	padding-bottom: 50px;
}
.blue-link {
	color: #54c1d1;
}
.blue-link:hover, .blue-link:focus {
	color: #000;
	text-decoration: none;
}

.div-generes-sol-int{
	display:table-cell;
	vertical-align:middle;
}

.endvo-sorting .endvo-sorting-filters-2 {
	width: 100%;
	float: left;
	background-color: #f3f3f3;
	/* margin-bottom: 30px;
	margin-top: 20px; */
	margin: -30px 0 0px 0;
}
.endvo-sorting .endvo-sorting-filters-2 span {
text-align: center;
    /* line-height: 12px; */
    max-width: 270px;
    font-size: 17px;
    border: 0 !important;
    line-height: 20px;
    padding: 0 12px;
    float: left;
    width: auto;
    cursor: pointer;
    transition-style: linear;
    transition-duration: 0.2s;
}

 .active-item-menu-subc{
	background-color:#54c1d1 !important;
	color:#fff;
	/*height: 55px;*/
	height: 74px;
}

.superior-menu-header{
	text-align:center;
	background-color: #54c1d1;
	z-index: 2;
    position: relative;
}

.item-menu-header{
	float:left;
	margin:0 auto;
	text-align:center;
	display: flex;
	height:100%;
	padding:16px 15px;
	color:#fff;
	font-weight: 100;
	font-size:15px;
}

.item-menu-header:hover, .item-menu-header:focus{
	color:#fff;
	text-decoration:underline;
}

.field-superior-header{
	top:-122px;
	position:absolute;
}

.right-white{
	border-right:1px solid #fff;
}
.share-button {
	z-index:1;
display:inline-block;
width:150px;
height:50px;
background-image: url(../images/legrand_share.png);
background-repeat: no-repeat;
position: absolute;
right: 0px;
cursor:pointer;
}
.share-button-hover {
display:none;
width:150px;
height:130px;
background-image: url(../images/legrand_share_hover.png);
background-repeat: no-repeat;
position: absolute;
right: 0px;
cursor:pointer;
}
.share-button:hover .share-button-hover {
display:inline-block;
}
@media(max-width:991px){
	.share-button {
		/*margin-top: 120px!important;*/
		margin-top: -60px!important;
	}
	.newsletter-share-button{
		margin-top: 7px!important;
	}
}
.share-button-link {
width: 100%;
display: block;
}
.share-border-link {
height:45px;
}
.share-center-link {
height:40px;
}
.full-label {
	float: none!important;
	width: 100%;
}
.width-auto {
	width: auto;
}
.max-width-200 {
	max-width: 200px;
}
#empleo-ficha div h5 {
	text-align: left;
	font-size: 18px;
}
#empleo-ficha div strong {
	text-align: center;
	font-size: 18px;
}
#empleo-ficha div h5 strong {
	text-align: center;
	font-size: 20px;
}
#empleo-ficha div ul li {
	text-align: justify;
	font-size: 15px;
}
#empleo-ficha div ul {
	padding-left:15px;
}
#empleo-ficha div ul li {
	padding-bottom:8px;
	list-style-type: disc;
}

.blue-list {
	font-size: 15px;
    padding-left: 15px;
    color: #54c1d1;	
}
.blue-list li {
	padding-bottom:8px;
	list-style-type: disc;
}
.blue-list li span {
	color: #999;
}
#promociones div h2 {
	font-size: 18px;
	color: #999;
}
#promociones div p {
	font-size: 15px;
	text-align: justify;
}
/*#promociones div p strong {
	color: #000;
}*/

.right-nov{
	color:#9d9d9d;
	font-size:14px;
	text-align:left;
}

.right-nov h1, h5{
	color:#484848;
}

.right-nov h1{
	font-size:27px;
}

.right-nov h5{
	font-size:17px;
	line-height:23px;
}

.right-nov h2{
	font-size: 20px !important;
}

.right-nov iframe{
	width: 85%;
    min-height: 375px;
    text-align: center;
}
.no-capitalize {
	text-transform: none !important;
}

.div-iframe-yt{
	padding-bottom: 50px;
	text-align:center;
	margin-bottom:15px;
}

.cat-button{
	width:190px;
}

.cat-button span{
	background:url(../images/document.png) no-repeat 0 0;
	width:54px;
	height:54px;
	margin-top:-15px;
}

.cat-button span:hover{
	background:url(../images/document_hover.png) no-repeat 0 0;
}
.product-text div {
	height: auto!important;
}
.product-text a {
	text-align:left;
}
.product-text div img {
	float: none!important;
}
.product-text h2 {
	font-size:20px;
	text-transform:none;
	width: 100%;
	font-weight: bold;
}
.product-text ul {
	font-size:15px;
	padding-left:15px;
	color:#54c1d1;	
	margin-left: 0px!important;
}
.product-text ul li {
	/*padding-bottom:8px;*/
	padding-bottom:5px;
	list-style-type:disc;
	/*color:#999;*/
	color:#666;	
}
.product-subtipo h2 strong{
	font-size: 18px;
	text-transform: none;
	text-align: left;
}
.product-subtipo p{
	font-size: 15px;
	text-align: justify;
}
.display-block {
	display: block;
}

.product-subtipo p a:hover, .product-subtipo ul li a:hover, .product-subtipo p ul li a:hover{
	color: #54c1d1;
}

.subproduct-video{
	width:100%;
	min-height:202px;
}
.product-text ol, .product.subtipo ol {
	font-size: 15px;
}
.product-text ol li, .product.subtipo ol li {
	list-style-type: decimal;
}
.product-text table tr td {
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	text-align: left;
}
.product-text table tr td ul li {
	list-style: none;
}

#portfolio-sorting .row .col-lg-12 .endvo-projects-listing article {
	max-width: 24.5%;
}

#banner-home-1m-1, #banner-home-1m-2, #banner-home-1m-3{
	background-color:#fff;
	padding:0;
}

.part-bottom-text-banner-home-1m{
	padding:10px;
	font-weight:bold;
}

#banner-home-1m-1-1, #banner-home-1m-2-1-1, #banner-home-1m-2-2-1, #banner-home-1m-2-3-1, #banner-home-1m-3-1{
	height:236px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	margin:0;
}

#home-submenu-1m a{
	width:100%;
	height:100%;
	display:block;
	cursor:pointer;
	text-decoration:none;
	color:#000;
}

#home-submenu-1m a:hover{
	text-decoration:none;
	color:#000;
}

#banner-home-1m-1-1{
	background-image: url(../images/menu/1.png);
}

#banner-home-1m-2-1-1{
	background-image: url(../images/menu/2.png);
}
#banner-home-1m-2-2-1{
	background-image: url(../images/menu/3.png);
}
#banner-home-1m-2-3-1{
	background-image: url(../images/menu/4.png);
}

#banner-home-1m-3-1{
	background-image: url(../images/menu/5.png);
}

@media(max-width:992px) {
	#portfolio-sorting .row .col-lg-12 .endvo-projects-listing article {
		max-width: 49%!important;
	}
}

@media(max-width:785px) {
	#portfolio-sorting .row .col-lg-12 .endvo-projects-listing article {
		max-width: 100%!important;
	}
}

.gestorbutton {
	background-color: #494949;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	margin-left: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.gestorbutton:hover {
	background-color: #54c1d1;
	text-decoration: none;
	color: #fff;
}
.width-100 {
	width:100%;
}
.gestor-form input {
	margin-top: 10px;
}
 .gestor-form label {
	margin-top: 20px;
}
.gestor-form textarea{
	height: 100px;
}

.artcl-catalogo {
	min-height: 275px;
}

.newsletter-figure a img{
	/* col-lg-3 = col-lg-2 || col-lg-7 = col-lg-8 
	max-height: 200px!important;
    object-fit: contain;
    margin-bottom: 10px;
    */
}

.section-custom-header {
    display: block;
    position: absolute;
    width: 180%;
    height: 160px;
    margin-top: -108px;
    z-index: 1;
    margin-left: -40%;
    background-size: cover;
    background-position: center;
}

.custom-header-proyectos {
    background-image: url('../images/legrand_header_title.jpg');
}

.custom-header-empleo {
    background-image: url('../images/legrand_header_title.jpg');
}

.section-custom-header h1 {
    display: block;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    padding-left: 22%;
    font-weight: bold;
    margin-top: 60px!important;
    letter-spacing: 2px;
}

@media(max-width:992px){
	.section-custom-header{
		display: none;
	}
}

.solution-link {
	color: #999;
	outline: none;
}

.solution-link:hover {
	text-decoration: none;
	color: #000;
}

.about-submenu-icon {
	border: none;
    width: 200px;
}

.about-submenu-icon span {
	top: 25px!important;
}

@media(max-width:767px){
	.about-submenu-icon span {
		top: -60px!important;
	}
}

.about-submenu-icon span i {
	padding-top: 33px!important;
}

.select-fa{
	font-size: 26px;
    height: 50px;
}

.small-title {
	padding: 20px 0px!important;
}

.margin-10{
	margin-bottom: 10px;
}

.column-image-100 {
	width: 100%;
    object-fit: cover;
}

.inline-block {
	display: inline-block;
}

.five-columns {
	width: 19%;
	vertical-align: top;
}

@media(max-width: 767px){
	.five-columns {
		width: 100%!important;
	}
}

.important-left, .important-left p {
	text-align: left!important;
}

.video-3-columns, .video-2-columns, .video-1-column {
	display: inline-block;
    padding: 0 5px;
}

.video-3-columns iframe {
	width: 360px;
}


.video-2-columns iframe {
	width: 450px;
	height: 250px;
}

.video-1-column iframe {
 	width: 600px;
    height: 335px;
}

@media(max-width: 1200px) {
	.video-3-columns iframe {
		width: 300px;
   	 	min-height: 100px!important;
    	height: 167px;
	}
}


@media(max-width: 993px) {
	.video-3-columns iframe {
	    width: 450px;
	    min-height: 100px!important;
	    height: 250px;
	}
	.video-1-column iframe {
	    width: 450px;
	    min-height: 100px!important;
	    height: 250px;
	}
}

.block-left {
	text-align: left;
	display: block!important;
}


.lightbox {
  background-color: fade(black, 80%);  
  overflow: hidden;
  position: fixed;
  display: none;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  
  &-container {
    position: relative;
    max-width: 960px;
    margin: 7% auto;
    display: block;    
    padding: 0 3%;
    height: auto;
    z-index: 10;
    
    // Increasing top margin for mobile
    @media screen and (max-width: 768px) { margin-top: 10%; }
    @media screen and (max-width: 414px) { margin-top: 13%; }
  }
    
  &-content {
    box-shadow: 0 1px 6px fade(black, 70%);
  }
  
  &-close {
    text-transform: uppercase;    
    background: transparent;
    position: absolute; 
    font-weight: 300;      
    font-size: 12px;
    display: block;
    border: none;
    color: white;
    top: -22px;
    right: 3%;
  }
}

.video-container {  
    padding-bottom: 56.25%;
    position: relative;  
    padding-top: 30px; 
    overflow: hidden;
    height: 0; 
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    height: 100%;  
    width: 100%;  
    left: 0;  
    top: 0;
}
@media (max-width: 768px) { 
	.video-container iframe,
	.video-container object,
	.video-container embed {
	    position: absolute;
	    height: 100%!important;  
	    width: 100%!important;  
	    margin-left:0px!important;
	}
}
@media (min-width: 769px) { 
	.video-container iframe,
	.video-container object,
	.video-container embed {
	    width:700px!important;
	    height:394px!important;
	    margin-top: 10%;
	    margin-left: 33%;
	}
}

@media (max-width: 767px){
	.image-container-lightbox {
		height: auto!important;
	}
	#youtube{
		margin-top: 0%!important;
    	margin-left: 2%!important;
	}
}


.contacto-bottom-bar {
	padding: 10px 0;
    min-height: 160px;
    border-bottom: 1px solid #9b9b9b;
    margin-bottom: 10px;
}

.top-10 {
	margin-top: 10px!important;
}
.item-border-document {
	border: 1px solid #9b9b9b;
    padding-top: 25px;
    padding-bottom: 100px;
    margin-bottom: 50px;
}
.menu-header-active {
    background-color: #446069;
}
.facebook-timeline-social {
	width: 100%;
	display: block;
	height: auto;
	text-align: center;
}
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:85px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:99999;
}

@media(max-width:993px){
	#barraaceptacion {
		min-height: 130px;
	}
}
 
#barraaceptacion .inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:15%;
}
 
#barraaceptacion .inner a.ok {
    padding:4px;
    color:#00ff2e;
    text-decoration:none;
}
 
#barraaceptacion .inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#faff00;
}

.modal-content{
	margin-top:100px;
}

.modal-title{
	color: #666!important;
}

.modal-body{
	display: inline-block!important;
    height: 100%!important;
    width: 100%!important;
}

#politica-table tr td{
	 padding: 5px;
}

@media(max-width:1200px){
	.footer-newsletter{
		display: inline-table;
	}
}
.item-header-active{
	background-color: #406069!important;
}

.blue-button-default{
	display: inline-block;
    background-color: #54c1d1;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 15px;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 0.5px;
}
.blue-button-default:hover{
	background-color: #406069!important;
    text-decoration: none!important;
    color: #fff!important;
}

#playlist .modal-dialog{
	min-width: 800px;
}

#playlist .modal-dialog .modal-content{
	width: 800px;
}

#playlistframe{
	width: 100%;
    height: 426px;
}

@media(max-width:900px){
	#playlist .modal-dialog{
		min-width: 400px;
	}
	
	#playlist .modal-dialog .modal-content{
		width: 400px;
		margin-left:25%;
	}
	
	#playlistframe{
		width: 100%;
	    height: 213px;
	}	
}
.footer-left-menu{
 padding-left:0px;
}
.footer-left-menu li{
	padding-bottom:10px;
}
.footer-left-menu li a:hover {
	color: #9d9d9d !important;
    text-decoration: none;
}
.link-submenu-click, .link-submenu-click:hover {
	color: #666;
	text-decoration: none;
}
.link-submenu-click:active, .link-submenu-click:focus, .active-item-menu-subc .link-submenu-click {
	color: white;
}
