/*

Template: Indus - Industrial Bootstrap Templates
Author:	Jitu Chauhan


/* Table of Content
==================================================
	#Home 
	#About us
	#Blog 
		#Blog Details
	#Service Page
	#Project page
		#Project Details
	#Contact us 
	#Investor Page
		#Annual Report 
		#Quarterly Report 
		#Corporate Presentations
		#Investor Form
	#Page
		#Career
		#Board of Member
		#FAQ Page
		#Shortcode
		- Alert 
		- Columns 
		- Tabs Page
		- Accordion Toggle 
		- List Style 
		- Table
	#Shop
	#Shop-detail
	#View Cart
	#Check out
	#404 Error
		
=================================================
*/

 body {
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	font-size: 18px;
	color: #494743;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}
p {
	margin: 0 0 10px;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	font-weight: 300;
	color: #494743;
	margin-bottom: 30px;
	line-height: 31px;
}
.aviso {
	background-color: #F7F7F7;
	margin: 0 0 10px;
	margin-top: 30px;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	font-weight: 300;
	color: #AAA;
	padding: 10px;
	line-height: 20px;
}
a {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	color: #494743;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	text-decoration: none;
	color: #6CA437;
}
ul {
	margin:0px;
	padding: 0px;
	margin-bottom: 30px;
}
ul li {
	line-height: 31px;
	font-size: 18px;
	color: #494743;
	font-weight: 300;
	list-style: none;
}
ol li {
	line-height: 31px;
	font-size: 18px;
	color: #494743;
	font-weight: 300;
 
}
h1 {
	color: #32302b;
	font-size: 47px;
	letter-spacing: -1px;
	margin-bottom: 20px;
	margin-top: 0px;
}
h2 {
	color: #32302b;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 29px;
}
h3 {
	color: #32302b;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 23px;
	margin-bottom: 20px;
}
.minusculas {
	text-transform: lowercase;
}
.peq {
	font-size: 19px;
}
.peq2 {
	font-size: 15px;
}
.peq3 {
	font-size: 22px;
}
.peq4 {
	font-size: 37px;
}
.peq5 {
	font-size: 14px;
}
.submenu {
	text-transform: capitalize;
	font-weight: 300;
}

.apartado {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: capitalize;
	font-weight: 300;
	font-size: 17px;
	color: #494743;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cabecera {
	text-transform: lowercase;
	font-family: 'Arial', sans-serif;
	margin-right: 10px;
	font-weight: 300;
	color: #494743;
}
.cuestionario {
	font-size: 16px;
	font-weight: 500;
	color: #80BA27;
}

.verde {
	color: #6CA437;
}

.small {
	font-size: 16px;
}
::-moz-selection {
background: #6CA437;
color: #fff;
}
::selection {
background: #6CA437;
color: #fff;
}
.barrasocial {
position: fixed;
left: 0;
top: 177px;
z-index: 2000;
} 
.barrasocial ul {
list-style:none;
} 
.barrasocial ul li a {
display:inline-block;
color: #fff;
background: #000;
padding:10px 15px;
text-decoration:none;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;;
transition: all 500ms ease;
} 
.barrasocial ul li .icon-facebook {background: #3b5998;} 
.barrasocial ul li .icon-x {background: #000;} 
.barrasocial ul li .icon-linkedin2 {background: #0077B5;} 
.barrasocial ul li .icon-instagram {background: #F7852F;} 
.barrasocial ul li .icon-vimeo {background: #00abf0;} 
.barrasocial ul li .icon-youtube {background: #ff0000;} 
.barrasocial ul li a:hover {
padding:10px 30px;
background: #6CA437;
} 


/***************** Template Button Style *****************/
.btn-outlineA {
	color: #666;
	border:1px solid #D5D3CC;
	background: #fff;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	width: 100%;
	padding: 10px 10px;
}

.btn-outlineA:hover {
	background-color: #3F5AA7;
	border: 1px solid #3F5AA7;
	color: #fff;
}
.btn-outline {
	border:1px solid #D5D3CC;
	background-color: #fff;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	padding: 10px 20px;
}
.btn-outline:hover {
	background-color: #6CA437;
	border: 1px solid #6CA437;
	color: #fff;
}
.btn-outline2 {
	color: #666;
	border:1px solid #D5D3CC;
	background: #fff;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	width: 100%;
	padding: 10px 10px;
}
.btn-outline2:hover {
	background-color: #04AFCB;
	border: 1px solid #04AFCB;
	color: #fff;
}
.btn-outline3 {
	color: #666;
	border:1px solid #D5D3CC;
	background: #fff;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	width: 100%;
	padding: 10px 10px;
}
.btn-outline3:hover {
	background-color: #2EB04A;
	border: 1px solid #2EB04A;
	color: #fff;
}
.btn-outline4 {
	color: #666;
	border:1px solid #D5D3CC;
	background: #fff;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	width: 100%;
	padding: 10px 10px;
}
.btn-outline4:hover {
	background-color: #59B947;
	border: 1px solid #59B947;
	color: #000;
}
.btn-outline4a {
	color: #666;
	border:1px solid #D5D3CC;
	background: #fff;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	width: 40%;
	padding: 10px 10px;
}
.btn-outline4a:hover {
	background-color: #F4E607;
	border: 1px solid #F4E607;
	color: #000;
}
.btn-outline4b {
	color: #666;
	border:1px solid #D5D3CC;
	background: #fff;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	width: 27%;
	padding: 10px 10px;
}
.btn-outline4b:hover {
	background-color: #F4E607;
	border: 1px solid #F4E607;
	color: #000;
}
.btn-outline4c {
	color: #666;
	border:1px solid #D5D3CC;
	background: #fff;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	width: 29%;
	padding: 10px 10px;
}
.btn-outline4c:hover {
	background-color: #F4E607;
	border: 1px solid #F4E607;
	color: #000;
}
.btn-outline4d {
	color: #666;
	border:1px solid #D5D3CC;
	background: #fff;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	width: 62%;
	padding: 10px 10px;
}
.btn-outline4d:hover {
	background-color: #F4E607;
	border: 1px solid #F4E607;
	color: #000;
}
.btn-outline4e {
	color: #666;
	border:1px solid #D5D3CC;
	background: #fff;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	width: 36%;
	padding: 10px 10px;
}
.btn-outline4e:hover {
	background-color: #F4E607;
	border: 1px solid #F4E607;
	color: #000;
}
.btn-outline5 {
	color: #666;
	border:1px solid #D5D3CC;
	background: #fff;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	width: 100%;
	padding: 10px 10px;
}
.btn-outline5:hover {
	background-color: #80BA27;
	border: 1px solid #80BA27;
	color: #fff;
}
.btn-outline6 {
	color: #666;
	border:1px solid #D5D3CC;
	background: #fff;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	width: 100%;
	padding: 10px 10px;
}
.btn-outline6:hover {
	background-color: #2C9DD8;
	border: 1px solid #2C9DD8;
	color: #fff;
}
.btn-outline7 {
	background: #fff;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	padding: 10px 10px;
}
.btn-outline7:hover {
	background-color: #59B947;
}

.btn-outline8 {
	border:1px solid #D5D3CC;
	background-color: #fff;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	margin-bottom: 0px;
	padding: 10px 10px;
}
.btn-outline8:hover {
	background-color: #6CA437;
	border: 1px solid #6CA437;
	color: #fff;
}

/*********** Header Start**********/

.header-row {
	background-color: #FFFFFF;
	padding-bottom: 20px;
	padding-top: 20px;
}
.header-row .logo {
	padding: 0px;
	height: 60px;
}
.contact-info {
	text-align: right;
	padding-top: 50px;
	
}
.contact-info span.call-number {
	margin-right: 10px;
	font-weight: 400;
	color: #494743;
}
.contact-info span.call-number i {
	margin-right: 10px;
}
.contact-info span.mail-info {
	margin-right: 10px;
	font-weight: 400;
	color: #494743;
}
.contact-info span.mail-info i {
	margin-right: 10px;
}
.social-icon {
	padding-top: 30px;
}
.social-icon li {
	float: left;
	list-style: none;
	margin-left: 20px;
}
.social-icon li a {
	color: #BBB;
	font-size: 22px;
}
.social-icon li a:hover {
	color: #6CA437;
	font-size: 22px;
}
.tp-navigations {
}
.tp-navigations .navbar-default {
	background-color: #6CA437;
	border-color: #fff;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
}
.tp-navigations .navbar {
	border-radius: 0px;
	margin-bottom: 0px;
}
.tp-navigations .navbar-nav>li>a {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	padding-left: 7px;
	padding-right: 8px;
	border-right: 1px solid #269929;
}

.tp-navigations .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #eee;
	border-color: #269929;
}
.tp-navigations .navbar-default .navbar-nav>.active>a {
	color: #fff;
	background-color: #6CA437;
}
.tp-navigations .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #6CA437;
	background-color: #fff;
}
.tp-navigations .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #6CA437;
}
.tp-navigations .container>.navbar-collapse {
	margin-left: -15px!important;
}
.tp-navigations .navbar-form .input-group .form-control .form-control2 {
	border-color: #fff;
	background-color: #fff;
	border-radius: 0px 0px 0px 0px;
}
.tp-navigations .input-group-btn .btn-yellow {
	background-color: #fff;
	border-color: #fff;
	color: #000;
	border-radius: 0px;
}
.tp-navigations .navbar-form .input-group {
	margin-top: 6px;
}
.tp-navigations .navbar-nav>li>.dropdown-menu {
	background-color: #6CA437;
	border: 0px;
}
.tp-navigations .navbar-nav>li>.dropdown-menu>li>a {
	display: block;
	padding: 8px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #000;
	white-space: nowrap;
}
.tp-navigations .navbar-default .navbar-toggle {
border-color: #6CA437;
}
.tp-navigations .navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: #6CA437;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.tp-navigations .navbar-default .navbar-toggle .icon-bar {
background-color: #000;
}
.tp-navigations .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #fff;
}
.tp-navigations .navbar-collapse {
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
-webkit-overflow-scrolling: touch;
border-top: 1px solid #1a2733;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.tp-navigations .navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: transparent;
}

/******************** Header End ***************/

/***************** Template Camera Slider *****************/

#slider {
}
.slider-wrapper {
	position: relative;
	z-index: 0;
	top: 0;
	overflow: hidden;
}
#stripe-line {
	border-bottom: 9px
}
#stripe-line {
	-webkit-border-image: url(../images/stripe-line.jpg) 0 0 10 0 round; /* Safari 3.1-5 */
	-o-border-image: url(../images/stripe-line.jpg) 0 0 10 0 round; /* Opera 11-12.1 */
	border-image: url(../images/stripe-line.jpg) 0 0 10 0 round;
	margin-top: -6px;
}
.camera_caption {
	display: block;
	position: absolute;
	width: 100%;
	top: 25%;
	left: 20%;
	max-width: 650px;
}
.camera_caption > div {
	background:transparent!important;
}
.camera_caption h1 {
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
	
}
.camera_wrap a.btn-outline {
	background-color: #DC0924;
	border:3px solid #DC0924;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	padding: 10px 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
}
.camera_wrap a.btn-outline:hover {
	background-color: #fff;
	border:3px solid #fff;
	color: #DC0924;
}
.camera_wrap a.btn-outline-banner {
	background-color: #B1C800;
	border:3px solid #B1C800;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	padding: 10px 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
}
.camera_wrap a.btn-outline-banner:hover {
	background-color: #fff;
	border:3px solid #fff;
	color: #B1C800;
}
/***************** Template Camera Slider *****************/

/***************** Aboutus Section Start *****************/

.tp-aboutus {
	padding-top: 60px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.tp-about-dec {
	margin-top: 20px;
	
}
.tp-about-dec h1 {
	color: #32302b;
}
.tp-about-feature {
	margin-top: 20px;
}
.tp-about-feature .tp-about-block {
	margin-bottom: 30px;
}
.tp-about-feature .tp-about-block h2 span {
	color: #6CA437;
}
.tp-heading-title {
	text-align: center;
	margin-bottom: 20px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
	margin-bottom: 30px;
	background-color: rgba(25, 24, 22, 1);
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/***************** Aboutus Section End *****************/

/***************** Service Section Start *****************/

.tp-section-space {
	padding-top: 90px;
	padding-bottom: 80px;
}
.tp-service-section {
	background-image:url(../images/tp-pattern.png);
	background-repeat:repeat;
}
.tp-service-block {
	margin-bottom: 20px;
	margin-top: 10px;
}
.tp-service-block a h2 {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.tp-service-block a h2:hover {
	color: #6CA437;
	text-decoration: none;
}
.tp-thumb-pic {
	margin-bottom: 30px;
}
.tp-ser-dec {
}
/***************** Quote Section Start ****************/
#quote-section {
}
.quote-section {
	background-image:url(../images/bg-ptrn-yellow.jpg);
	background-repeat:repeat;
	padding-top: 100px;
	padding-bottom: 70px;
}
.quote-section .tp-heading-title h1 {
	color: #1a2733;
}
.quote-section .btn-outline {
	background-color: #fff;
	border: 3px solid #fff;
	padding:15px 40px;
	font-size: 29px;
	color: #32302b;
}
.quote-section .btn-outline:hover {
	background-color: #6CA437;
	border: 3px solid #1a2733;
	color: #1a2733;
}
/***************** Quote Section End ****************/

/***************** Project Section Start ****************/


#project-section h1 {
	color: #DC0924;

}
.situation {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

.meta-date {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	margin-right: 5px;
	padding-right: 10px;
	border-right: 1px solid #D5D3CC;
}
h1v {
	color: #6CA437;
	font-size: 47px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h1vl {
	color: #6CA437;
	font-size: 40px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h1a {
	color: #32302b;
	font-size: 47px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 20px;
	margin-top: 0px;
}
h1mb {
	color: #3F5AA7;
	font-size: 47px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 20px;
	margin-top: 0px;
	
}
.ue {
	color: #80BA27;	
}
.bluet {
	color: #2C9DD8;	
}

h1mc {
	color: #2EB04A;
	font-size: 47px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 20px;
	margin-top: 0px;
	
}
h1mp {
	color: #000000;
	font-size: 47px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 20px;
	margin-top: 0px;
	
}
h1mpb {
	color: #75C544;
	font-size: 47px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 20px;
	margin-top: 0px;
	
}
.project-section {
}

.project-section-space {
	padding-top: 100px;
	padding-bottom: 100px;
}
.project-block {
	margin-bottom: 20px;
	margin-top: 10px;
}
.project-block .pro-thumb {
	margin-bottom: 30px;
}
.project-block .pro-thumb a img {
	
	width: 100%;
}

.project-block .pro-dec {
}
.project-block .pro-dec a h2 {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.project-block .pro-dec a h2:hover {
	color: #6CA437;
	text-decoration: none;
}
.project-block .pro-dec .locations {
	color: #9B9891;
	margin-bottom: 10px;
	
}
.project-block .pro-dec .locations i {
	margin-right: 10px;
}

h4 {
	font-family: 'Arial', sans-serif;
	color: #04AFCB;
	font-weight: bold;
	margin: 0px;
	font-size: 30px;
	line-height: 40px;

}
h5 {
	font-family: 'Arial', sans-serif;
	color: #96DA97;
	margin: 0px;
	font-size: 18px;

}
.gris {
	color: #999;
}
.azul {
	color: #04AFCB;
}
/***************** Project Section End ****************/

/***************** News / Blog Section Start **********/

#news-section {
}
.tp-news-section {
	background-image:url(../images/tp-pattern.png);
	background-repeat:repeat;
	padding-top: 100px;
	padding-bottom: 100px;
}
.tp-news-block {
}
.tp-news-block a h2:hover {
	color: #6CA437;
	text-decoration: none;
}
.tp-news-block a h2 {
	line-height: 41px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.tp-news-block .meta-date {
	color: #6CA437;
}
.tp-news-block .meta-date i, .tp-news-block .meta i {
	font-size: 18px;
	margin-right: 10px;
}
.tp-news-block .meta {
	font-size: 10px;
	margin-bottom: 10px;
}
.tp-news-block .meta .meta-tags {
	margin-right: 10px;
}
.tp-news-block .meta .meta-comments {
}
.tp-news-section .btn-block {
	margin-top: 60px;
}
/********** News / Blog Section End *************/


/***************** Trusted Client Section **********/

#trusted {
}
.trusted-section {
	padding-bottom: 100px;
	padding-top: 100px;
}
#owl-demo .item {
	margin: 3px;
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
/***************** Trusted Client End **********/


/**************** Footer Start *************/
#footer {
}
.footer-section {
	background-color: #1d1c1a;
	padding-top: 100px;
	padding-bottom: 100px;

}
.footer-section h2{color: #fff;}
.footer-section h3{color: #fff;}
.tp-ft-about {
}
.footer-section p{color: #7d7b77;}
.tp-ft-about .address {
	margin-top: 30px;
}
.tp-ft-about .address ul li, .tp-investor-relation ul li, .tp-pages-link ul li, .tp-informations-link ul li {
	list-style: none;
	margin-bottom: 8px;
	font-family: 'Roboto', sans-serif;
	color: #7d7b77;
}
.tp-ft-about .address ul li a, .tp-investor-relation ul li a, .tp-pages-link ul li a, .tp-informations-link ul li a {
	list-style: none;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	text-transform: inherit;
	color: #7d7b77;
}
.tp-ft-about .address ul li a:hover, .tp-investor-relation ul li a:hover, .tp-pages-link ul li a:hover, .tp-informations-link ul li a:hover{color: #6CA437;}
.tp-ft-about .address ul li i, .tp-investor-relation ul li i, .tp-pages-link ul li i, .tp-informations-link ul li i {
	margin-right: 20px;
}
.tp-pages-link {
}
.tp-informations-link {
}
.tp-investor-relation, .tp-pages-link, .tp-informations-link {
	margin-top: 30px;
}
.tp-investor-relation h2, .tp-pages-link h2, .tp-informations-link h2 {
	margin-bottom: 30px;
}
.tp-ft-section-second {
	margin-top: 60px
}
.location-map {
}
.twitter-widget {
}
.twitter-widget ul li {
	margin-bottom: 20px;
	font-size: 14px;
	color: #7d7b77;
}
.link {
	font-size: 16px;
	text-transform: lowercase;
	margin-right: 10px;
	font-weight: 300;
	color: #494743;
}
.tp-ft-newsletter {
}
.tp-ft-newsletter .form-group .form-control .form-control2 {
	background-color: #272623;
	border: 1px solid #32312f;
	border-radius: 0px;
	height: 45px;
}
.btn-submit {
	background: #6CA437;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 0px;
	color: #0f1a25;
	padding:10px 20px;
}
#tiny-footer {
}
.tiny-footer {
	background: #191816;
	padding-top: 30px;
}
.tiny-footer .copyright-ct  {	
	font-size: 14px;
}
.pie {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 300;
}
.social-icon-ft li {
	float: left;
	margin-right: 10px;
}
.subir{
   	position:fixed; /*Importante*/
   	bottom:45%; right:20px; /*Lo ubicamos abajo y a la derecha*/
	width: 40px;
	height: 40px; 
}

.subir a {
	background-image: url(../images/subir.jpg);
}

.subir a:hover {
   	background-image: url(../images/subir_a.jpg);
}
/**************** Footer Start *************/



/*****************Common Page Class**********/
#main-wrapper {
}
.main-wrapper {
	padding-top: 60px;
	padding-bottom: 100px;
}
/************************************************
***************** ABOUT US PAGE *****************
*************************************************/

/************Page header start ***********/

.tp-page-header {
	background-image:url(../images/page-header.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom:33px;

}
.page-header-title  {
	margin-top:20px;
}
.page-header-title h2{color: #fff;}

.tp-page-header .page-header-title h2 {
	margin-bottom:5px;
}
.tp-page-header .breadcrumb {
	background:transparent;
	padding-left: 0px
}

.tp-page-header .breadcrumb li  {
	color:#fff;
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.tp-page-header a {
	color: #fff;
	font-size: 18px;
}
.tp-page-header a:hover {
	color: #6CA437;
}

.tp-page-header .breadcrumb>.active {
	color: #fff;
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
}

/************Page header end***********/

/************Company profile start ***********/

#tp-company-profile {
}
.tp-company-profile {
	padding-top: 80px;
	padding-bottom: 100px;
}
.highlight {
	color:#84B3DF;
	font-weight: 500;
}
.highlight2 {
	color:#3F5AA7;
	font-weight: 500;
}
.highlight3 {
	color:#EA8C22;
	font-weight: 500;
}
.highlight4 {
	color:#B9CCD7;
	font-weight: 500;
}
.highlight5 {
	color:#2EB04A;
	font-weight: 500;
}
.highlight6 {
	color:#59B947;
	font-weight: 500;
}
.highlight7 {
	color:#96DA97;
	font-weight: 500;
}
.highlight8 {
	color:#80BA27;
	font-weight: 500;
}
.highlight9 {
	color:#000000;
	font-weight: 500;
}
.tp-history-bg {
	background-color:#96DA97;
	padding:60px 60px;
}
.tp-heading h2 span {
	color: #6CA437;
}
h1h {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: #32302b;
	font-size: 47px;
	letter-spacing: -1px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.about-feature {
	margin-top: 80px;
}
#team-section {
}
.team-section {
	background-image:url(../images/tp-pattern.png);
	background-repeat:repeat;
	padding-top: 100px;
	padding-bottom: 100px;
}
.team-section .tp-team-block {
}
.team-section .tp-team-block .team-thumb {
	margin-bottom: 20px;
}
.team-section .tp-team-block .team-dec .desigation {
	color: #9B9891
}
.team-section .view-member {
	margin-top: 80px;
}
.job-section-title h1, .job-section-title p {
	color: #192530
}
.job-section .btn-outline {
	margin-top: 30px;
}
/********************************************************

*******************		Blog Page 	*************************

********************************************************/

.tp-blog {
	
}
.blog-post {
	margin-bottom: 30px;
}
.blog-post .blog-thumbnail {
	margin-bottom: 30px;
}
.blog-post .blog-thumbnail img {
	width: 100%;
}
.blog-post .blog-header {
}
.blog-post .blog-title a {
	font-size: 24px;
	color: #32302b;
}
.blog-post .blog-title a:hover {
	color: #6CA437;
}
.blog-post .meta {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}
.blog-post .meta a {
	font-size: 16px;
}
.blog-post .meta .meta-date i, .blog-post .meta .comments i, .blog-post .meta .author i, .blog-post .meta .tags i {
	margin-right: 10px;
	font-size: 14px;
}
.blog-post .meta .situation {
	padding-right: 5px;
	border-right: 1px solid #D5D3CC;
	font-size: 14px;
}
.blog-post .meta .author {
	padding-right: 20px;
	border-right: 1px solid #D5D3CC;
	margin-left: 20px;
}
.blog-post .meta .tags {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 5px;
	padding-left: 5px;
	
}
.blog-post .meta .meta-date {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #D5D3CC;
}

.blog-post .blog-content {
	border-bottom: 1px solid #D5D3CC;
	padding-bottom: 40px;

}
/******* Pagination *********/
.blog-pagination {
	text-align: center;
	margin-top: 60px;
}
.blog-pagination .pagination ul li a {
	border:3px solid #3c4f60;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	padding: 10px 20px;
}
.blog-pagination .pagination>li>a, .pagination>li>span {
	border:2px solid #D5D3CC;
	border-radius: 0px;
	position: relative;
	float: left;
	padding: 8px 16px;
	margin-left: 10px;
	line-height: 1.42857143;
	color: #494743;
	text-decoration: none;
	background-color: transparent;
}
.blog-pagination .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #14212e;
	background-color: #6CA437;
	border:2px solid #6CA437;
}
.blog-pagination .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index: 2;
	color: #14212e;
	background-color: #6CA437;
	border:2px solid #6CA437;
}
/*********** Blog right sidebar **************/
.widget {
	margin-bottom: 30px;
	border-bottom: 1px solid #D5D3CC;
	padding-bottom: 30px;
}
.widget-title {
	margin-bottom: 30px;
}
/******* Search post widget **********/
.search-widget {
}
.search-widget .input-group .form-control {
	/*background-color: #17222c;
	border: 1px solid #324656;*/
	border-radius: 0px;
	height: 45px;
	font-weight: 300;
}
.search-widget .btn-search {
	background: #6CA437;
	height: 45px;
	padding: 0px 20px;
	border: none;
	border-radius: 0px;
}
/******* Categories post widget **********/
.categories-widget {
}
.categories-widget ul li, .archive-widget ul li {
	margin-bottom: 10px;
}
.categories-widget ul li i, .archive-widget ul li i {
	margin-right: 10px;
}
.categories-widget ul li span {
	margin-left: 10px;
	color: #e3a50b;
}
.archive-widget {
}
/******* Recent post widget **********/
.recent-post-widget {
}
.recent-post-widget ul li {
	margin-bottom: 30px
}
.recent-post-widget .recent-title a {
	font-size: 23px;
	color: #32302b;
}
.recent-post-widget .recent-title a:hover {
	font-size: 23px;
	color: #6CA437;
}
.recent-post-widget .small-tumbnail {
	float: left;
	margin-right: 30px;
}

.recent-post-widget ul li .meta-date i {
	margin-right: 10px;
	font-size: 14px;
}
/******* Tags post widget **********/

.tags-widget a {
	margin-bottom: 5px;
	margin-right: 1px;
	font-size: 16px;
}
.tags-widget a.btn-outline {
	padding: 5px 10px;
}
/*************************************************
********************* Blog Details ***************
*************************************************/

.blog-content blockquote {
	background-color: #D5D3CC;
	color: #333029;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
	font-size: 18px;
	border-left: 5px solid #6CA437;
}
.blog-content ul {
	margin-bottom: 30px;
}
.blog-post .post-next-prev {
	margin-top: 30px;
	border-bottom: 1px solid #D5D3CC;
	padding-bottom: 10px;
}
.blog-post .post-next-prev .pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}
.blog-post .post-next-prev .pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: transparent;
	border: 3px solid #D5D3CC;
	border-radius: 0px;
}
.blog-post .post-next-prev .pager li>a:hover, .pager li>a:focus {
	text-decoration: none;
	background-color: #6CA437;
	color: #1f2d3a;
	border: 2px solid #6CA437;
}
/******************* Author Block *******************/
.author-block {
	margin-top: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #D5D3CC;
	padding-bottom: 40px;
}
.author-block .author-bg {
	background-color: #fff;
	padding: 40px 30px;
}
.author-dec h3 a.name-author {
	font-size: 23px;
	color: #32302b;
}
.author-dec h3 a.name-author:hover {
	color: #6CA437;
}
.author-block .author-bg .btn-outline {
	padding: 4px 20px;
}
/***************** Comments ****************/
#comments {
}
.comments {
	margin-top: 40px;
}
.comments .media {
	border-bottom: 1px solid #D5D3CC;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.comments .media .nested-media {
	border: none;
	margin-top: 60px;
	margin-bottom: 0px;
}
.comments .media a.media-left {
	padding-right: 30px;
}
.comments .media .media-body {
}
.comments .media .media-body h3.media-heading a {
	color: #32302c;
}
.comments .media .media-body h3.media-heading a:hover {
	color: #6CA437;
}
.comments .media .media-body p span {
	font-size: 14px;
	margin-right: 10px;
}
.comments .media .media-body .btn-outline {
	padding: 0px 15px;
}
.comments .media .media-body .btn-outline i {
	margin-right: 10px;
}
/****************** Leave comments section *******************/
#leave-comments {
}
.leave-comments {
}
.leave-comments form.leave-form {
	margin-top: 60px;
}
.leave-comments .form-group .form-control {
	/*background-color: #17222c;
	border: 1px solid #324656;*/
	border-radius: 0px;
	height: 55px;
	width: 65%;
	color: #90a3b5;
	font-size: 18px;
	font-weight: 300;
	padding-left: 20px;
}
.form-control:focus {
	border-color: #6CA437;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 3px rgba(150, 193, 28, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 3px rgba(150, 193, 28, .6);
}
.leave-comments .form-group textarea.form-control {
	width: 80%;
	height: auto;
}
/****************************************************
*******************  Service Page  ******************
****************************************************/
#service-page {
}
.tp-service-page {
}
.tp-service-page .service-list {
	margin-bottom: 60px;
}
.tp-service-page .tp-service-block .tp-ser-dec ul li a {
	font-family: 'Roboto', sans-serif;
	text-transform: inherit;
}
.tp-service-block ul li i {
	margin-right: 10px;
}
/****************************************************
*******************  Project Page  ******************
****************************************************/
#project-page {
}
.project-page {
}
.project-page .project-listing {
	margin-bottom: 60px;
}
/****************************************************
*******************  Project Details Page  ******************
****************************************************/
.project-details ul li {
	line-height: 31px;
	font-size: 18px;
	color: #494743;
	font-weight: 300;
	list-style: square inside;
}
.project-ventajas ul li {
	line-height: 28px;
	font-size: 15px;
	color: #494743;
	font-weight: 300;
	list-style: none;
}
.project-detail-page {
}
.project-heading {
}
.project-heading .btn-outline {
	padding: 5px 10px;
	font-size: 14px;
}
.project-detail-page .locations i {
	margin-right: 10px;
}
.project-detail-page .project-descriptions {
}
.project-info {
}
.info-box {
	background-color: #FFFFFF;
	border: 1px solid #EEEDE8;
	padding: 30px;
	margin-bottom: 30px;
}

.st-box {
	background-color: #FFFFFF;
	border: 1px solid #EEEDE8;
	padding: 0;
	margin-bottom: 30px;
}
.formu-box {
	background-color: #ECF5DF;
	border: 1px solid #ECF5DF;
	padding: 15px 30px 30px 30px;
	
}
.project-details {
}
.project-details p, .project-details h3 {
	margin-bottom: 10px;
}
.project-details .project-title {
	margin-top: 60px;
}
.project-details .project-client {
}
.project-details .project-location {
}
.project-details .project-country {
	margin-bottom: 10px;
}
.project-details .project-country .btn-outline {
	padding: 5px 10px;
	margin-top: 10px;
}

.project-details>.project-title, .project-client, .project-location, .project-country {
	margin-bottom: 30px;
}
.performance-info {
}
.performance-info h3 {
	color: #6CA437;
}
.fact-info {
}
.fact-info .btn-outline {
	padding: 5px 15px 5px 10px;
	margin-top: 10px;
}
.fact-info .btn-outline i {
	margin-right: 10px;
	margin-left: 5px;
}

/****************************************************
*******************  Contact us Page  ******************
****************************************************/
#contact-page {
}
.contact-page {
}
.contact-heading {
	border-bottom: 1px solid #D5D3CC;
}
.contact-page .contact-form .form-control .form-control2 {
	/*background-color: #17222c;
	border: 1px solid #324656;*/
	border-radius: 0px;
	height: 55px;
	width: 65%;
	color: #90a3b5;
	font-size: 18px;
	font-weight: 300;
	padding-left: 20px;
}
.contact-page .contact-form label {
	font-weight: 300;
	color: #494743;
	margin-bottom: 15px;
}
.contact-page .contact-form textarea.form-control .form-control2 {
	width: 90%;
	height: auto;
}
.contact-form, .investor-info {
	margin-top: 60px;
}
.ct-support {
	margin-top: 60px;
}

.ct-support i, .contact-address .ct-address p i {
	margin-right: 10px;
	
}
#contact-address {
}
.contact-address {
	background-image:url(../images/tp-pattern.png);
	background-repeat:repeat;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: 10px;
}
.contact-address .ct-address {
	color: #90a3b5;
	font-weight: 300;
}
.contact-address .ct-address p {
	margin-bottom: 10px;
}
.contact-address .ct-address .address-info {
	margin-top: 30px;
}
.contact-address .map-box {
	margin-top: 60px;
	opacity: .5
}
.contact-address .ct-address p i {
	color: #6CA437;
}
.respuesta {
	color: #6CA437;
}
/****************************************************
*******************  Investor Page  ******************
****************************************************/

#investor-page {
}
.investor-page {
	margin-bottom: 60px;
	padding-bottom: 60px;
	padding-top: 30px;
}
#report-sections {
}
.report-sections {
	background-image:url(../images/tp-pattern.png);
	background-repeat:repeat;
	padding-top: 100px;
	padding-bottom: 100px;
}
.report-sections .report-block {
	margin-bottom: 30px;
}
.report-sections .report-block img {
	margin-bottom: 30px;
}
/****************************************************
*******************  Annual Report Page  ******************
****************************************************/

#report-listing {
}
.listing-heading {
	border-bottom: 1px solid #D5D3CC;
	padding-top: 60px;
	padding-bottom: 60px;
}
.listing-heading-2 {
	padding-top: 60px;
	padding-bottom: 10px;
}
.listing-heading-3 {
	border-top: 1px solid #D5D3CC;
	margin-top: 20px;
	padding-top: 40px;
	padding-bottom: 10px;
}
.report-listing {
}
.report-listing .listing-block {
	border-bottom: 1px solid #D5D3CC;
	padding-top: 60px;
	padding-bottom: 60px;
}
.listing-heading-3 .report-decriptions {
	margin-top:10px;
	
}
.report-listing .report-decriptions .btn-outline i {
	margin-right: 10px;
}
.report-listing .report-decriptions small {
	margin-left: 20px;
	font-size: 12px;
}
.report-listing .report-decriptions small a.click-here {
	color: #e3a50b;
	font-size: 12px;
}
.meta .situation {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding-right: 5px;
	border-right: 1px solid #D5D3CC;
	font-size: 14px;
}

.meta .tags {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 5px;
	padding-left: 5px;
}
.meta .meta-date {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #D5D3CC;
}
/****************************************************
*******************  Quarterly Report Page  ******************
****************************************************/
.quater-report-list {
	margin-top: 30px;
}
.quater-report-list li {
	margin-bottom: 20px;
}
.quater-report-list li i {
	margin-right: 10px;
}
.quater-report-list li a.btn-outline {
	margin-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.pdf-red {
	color: #d22f2f;
}

.presentation-list {
	margin-top: 30px;
	display: -webkit-box;
	border-bottom: #D5D3CC solid 1px;
}
.presentation-list i {
	margin-right: 10px;
}
.presentation-list span {
	margin-left: 30px;
	display: -webkit-box;
	color: #e3a50b;
	font-size: 16px;
}
.presentation-list .btn-outline {
	margin-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 15px
}
/****************************************************
*******************  Investor Form Page  ******************
****************************************************/

.invest-form {
	margin-top: 30px;
}
.invest-form .form-control {
	/*background-color: #17222c;
	border: 1px solid #324656;*/
	border-radius: 0px;
	height: 55px;
	color: #494743;
	font-size: 18px;
	font-weight: 300;
	padding-left: 20px;
}
.invest-form textarea.form-control {
	min-height: 120px;
}
.invest-form .control-label {
	color: #494743;
	font-weight: 300;
	text-align: left;
}
.invest-form .atrisk {
	color: red;
	padding-left: 3px;
}
.report-blocks {
	margin-top: 25px;
}
.report-blocks .row {
	margin-bottom:20px;
}
/****************************************************
*******************  Career Page  ******************
****************************************************/
#career-page {
}
.career-page {
}
.career-descriptions {
}
.career-descriptions img {
	margin-bottom: 30px;
}
.job-listing {
}
.job-listing .panel-group {
	margin-top: 60px;
}
.job-listing .panel {
	border: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
}
.job-listing .panel-default>.panel-heading {
	background-color: #D5D3CC;
	border:none;
	padding: 17px 20px;
	color: #32302b;
	border-radius: 0px;
}
.job-listing .panel-default>.panel-heading+.panel-collapse>.panel-body {
	background-color: #fff;
	border: none;
}
.panel-title>a {
	font-size: 20px;
	text-decoration: none;
}
.panel-title>a:hover{
	font-size: 20px;
	color: #6CA437;
	text-decoration: none;
}
/*** HR informations ****/
.hr-info {
}
.hr-info ul li i {
	margin-right: 10px;
	color: #6CA437;
}
.hr-info ul {
	margin-bottom: 0px;
}
/**** career-form ****/

.career-form .form-control {
	/*background-color: #17222c;
	border: 1px solid #324656;*/
	border-radius: 0px;
	height: 55px;
	color: #90a3b5;
	font-size: 18px;
	font-weight: 300;
	padding-left: 20px;
}
.career-form .control-label {
	color: #494743;
	font-weight: 300;
	text-align: left;
	margin-bottom: 10px;
	
}
.career-form .atrisk {
	color: red;
	padding-left: 3px;
}
/****************************************************
*******************  Board of Member Page  ******************
****************************************************/
#board-member {
}
.board-member {
}
.board-title {
	margin-bottom: 30px;
}
.member-block {
	margin-bottom: 60px;
}
.member-section .tp-team-block .team-thumb {
	margin-bottom: 30px;
}
.desigation {
	color: #9B9891;
}
#member-section {
}
.member-section {
	padding-top: 60px;
	margin-bottom: 20px;
}
.member-section .tp-team-block {
	margin-bottom: 30px;
	margin-top: 30px;
}
/****************************************************
*******************  FAQ Page  ******************
****************************************************/
#faq-page {
}
.faq-page {
}
.faq-collpase {
}
.faq-collpase .panel {
	background-color: #fff;
	border: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
}
.faq-collpase .panel-group {
	margin-top: 30px;
}
.job-listing .panel {
	border: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
}
.faq-collpase .panel-default>.panel-heading {
	background-color: #D5D3CC;
	border:none;
	padding: 17px 20px;
	color: #494743;
	border-radius: 0px;
}
.faq-collpase .panel-default>.panel-heading+.panel-collapse in>.panel-body {
	background-color: #1f2d3a;
	border: none;
}
.faq-collpase .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: 0px;
	padding: 30px;
}
.investor-faq {
	margin-top: 60px;
}
/****************************************************
*******************  Shortcode Alert Page  ******************
****************************************************/
#st-page {
}
.st-page {
}
.st-page .st-alerts {
	margin-top: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
}
.st-page .st-alerts .alert {
	border-radius: 0px;
}
.st-page .st-alerts .alert-success {
	color: #034d26;
	background-color: #14b35f;
	border:none;
}
.st-page .st-alerts .alert-info {
	color: #02476b;
	background-color: #1f96d4;
	border:none;
}
.st-page .st-alerts .alert-warning {
	color: #766404;
	background-color: #e0cd67;
	border:none;
}
.st-page .st-alerts .alert-danger {
	color: #7d0808;
	background-color: #dd4242;
	border:none;
}
.st-page .st-alerts .alert-notice {
	color: #232c36;
	background-color: #6f8fae;
	border:none;
}
.boxed-alert {
	margin-top: 60px;
}
.alert-box {
	padding: 40px;
	text-align: center;
}
.st-page .st-alerts .alert-success h1 {
	color: #034d26;
}
.st-page .st-alerts .alert-info h1 {
	color: #02476b;
}
.st-page .st-alerts .alert-warning h1 {
	color: #766404;
}
.st-page .st-alerts .alert-danger h1 {
	color: #7d0808;
}
.st-page .st-alerts .alert-notice h1 {
	color: #232c36;
}
/****************************************************
*******************  Shortcode Columns Page  ******************
****************************************************/
#st-column-page {
}
.st-column-page {
}
.st-column-page .column-title {
	margin-bottom: 30px;
}
.st-column-page .row {
	margin-bottom: 30px;
}
/****************************************************
*******************  Shortcode Tabs Page  ******************
****************************************************/
#st-tabs-page {
}
.st-tabs-page {
}
.tab-section {
	margin-top: 30px;
	margin-bottom: 30px;
}
.tabs-title {
	margin-bottom: 30px;
	margin-top: 30px
}
.st-tabs .tab-content {
	background-color: #fff;
	border: 5px solid #D5D3CC;
	border-top: none;
	padding: 40px;
}
.st-tabs .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #6CA437;
	cursor: default;
	background-color: #fff;
	border: 5px solid #D5D3CC;
	border-bottom-color: transparent;
	padding: 15px 60px;
}
.st-tabs .nav-tabs>li>a {
	padding: 15px 60px;
	border: 5px solid #D5D3CC;
	margin-right: -5px;
	border-radius: 0px;
}
.st-tabs .nav-tabs>li>a:hover {
	border-color: #6CA437;
	padding: 15px 60px;
}
.st-tabs .nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #6CA437;
	color: #253340;
}
.st-tabs .nav-tabs {
	border-bottom: 5px solid #D5D3CC;
}
.st-tabs .nav-tabs>li {
	float: left;
	margin-bottom: -5px;
}
/* Tabs panel */
.st-tab-two {
	background-image:url(../images/tp-pattern.png);
	background-repeat:repeat;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: 60px;
}
.tabbable-panel {
}
/* Default mode */
.tabbable-line > .nav-tabs {
	border: none;
	margin: 0px;
	background-color: #D5D3CC;
}
.tabbable-line > .nav-tabs > li {
	margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
	border: 0;
	margin-right: 0;
	padding: 15px 30px;
}
.tabbable-panel .nav-tabs>li>a:hover {
	border-top: none;
	border: none;
}
.tabbable-line > .nav-tabs > li > a > i {
	color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
	border-bottom: 4px solid #6CA437;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
	border: 0;
	background: none !important;
	color: #6CA437;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
	color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
	margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
	border-bottom: 4px solid #6CA437;
	position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
	border: 0;
	color: #6CA437;
	padding: 15px 30px;
	background: #fff;
	border-radius: 0px;
}
.tabbable-line > .nav-tabs > li.active > a > i {
	color: #404040;
}
.tabbable-line > .tab-content {
	margin-top: -3px;
	background-color:	transparent;
	border: 0;
	border:none;
	padding:40px 0px;
}
.tabbable-line .nav-tabs>li.active>a:hover{color: #6CA437;
cursor: default;
background-color: #1f2d3a;
border: none;
border-bottom-color: transparent;
padding: 15px 30px;}

.portlet .tabbable-line > .tab-content {
	padding-bottom: 0;
}
/******Tabs style 3 *****/
.st-tabs-second .tab-content {
	background-color: #fff;
	/*border: 5px solid #253340;*/
	border-top: none;
	padding: 40px;
}
.st-tabs-second .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #32302b;
	cursor: default;
	background-color: #6CA437;
	border: 5px solid #6CA437;
	border-bottom-color: transparent;
	padding: 13px 60px;
}

.st-tabs-second .nav-tabs>li>a {
	padding: 15px 60px;
	/*border: 5px solid #253340;*/
	margin-right: 5px;
	border-radius: 0px;
	background-color: #D5D3CC;
}

.st-tabs-second .nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #6CA437;
	color: #253340;
}
.st-tabs-second .nav-tabs {
	border-bottom: 5px solid #6CA437;
}
.st-tabs-second .nav-tabs>li {
	float: left;
	margin-bottom: -5px;
}
/****************************************************
*******************  Accordion Toggle Page  ******************
****************************************************/
#toggle-page {
}
.toggle-page {
}
.toggle-page-collpase {
}
.toggle-page .panel {
	background-color: #fff;
	border: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
}
.toggle-page .panel-group {
	margin-top: 0px;
}
.job-listing .panel {
	border: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
}
.toggle-page .panel-default>.panel-heading {
	background-color: #D5F0D6;
	border:none;
	padding: 10px 40px;
	color: #32302b;
	border-radius: 5px;
}
.toggle-page .panel-default>.panel-heading+.panel-collapse in>.panel-body {
	background-color: #1f2d3a;
	border: none;
}
.toggle-page .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: 0px;
	padding-left: 65px;
}
/****************************************************
*******************  List Style Page  ******************
****************************************************/
#st-list-page .st-list-page {
}
.st-list {
	margin-bottom: 80px;
	padding-top: 60px;
}
.st-list-space {
	padding-top: 100px;
}
.st-list-block {
}
.st-list-block ul li i {
	color: #6CA437;
	margin-right: 10px;
	font-size: 14px;
}
.list-section {
	background-image:url(../images/tp-pattern.png);
	background-repeat:repeat;
	padding-top: 100px;
	padding-bottom: 100px;
}
/****************************************************
*******************  Shortcode Table Page  ******************
****************************************************/

#st-tables-page {
}

.st-tables-page {
}
.st-tables-page .basic-table {
	font-family: 'Lato', sans-serif;
	max-width: 100%;
    height: auto;
	margin-bottom: 60px;
}
.st-tables-page .basic-table h2 {
	margin-bottom: 60px;
}
.st-tables-page .basic-table .table tr th, .data-table .table tr th {
	background-color: #96DA97;
	border: 1px solid #fff;
	font-size: 15px;
	color: #000;
	font-weight: 300;
}
.st-tables-page .basic-table .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 12px 10px;
	line-height: 1.42857143;   
	vertical-align: middle;
	border: 1px solid #fff;
	font-size: 15px;
	text-align: center;
}
.st-tables-page .basic-table .table tr td {
	border: 1px solid #fff;
}
 .st-tables-page .basic-table .table-striped>tbody>tr:nth-child(odd) {
background-color: #fff;
}
 .st-tables-page .basic-table .table-striped>tbody>tr:nth-child(even) {
background-color: #D5F0D6;
}
.st-tables-page .basic-table .desta {
background-color: #96DA97;
}
.st-tables-page .basic-table .sepa1 {
background-color: #fff;
padding: 1px;
}
.st-tables-page .basic-table .sepa2 {
background-color: #fff;
padding: 2px;
}
.st-tables-page .basic-table .seccion {
background-color: #96DA97;
padding: 2px;
}
.st-tables-page .basic-table .seccion2 {
background-color: #AEF507;
padding: 2px;
}
.st-tables-page .basic-table .final {
background-color: #96DA97;
padding: 1px;
}
.basic-table label {
	color: #000;
	font-weight: 300;
}
.basic-table .dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding:0px;
	margin-left: 0px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	border: none;
}
.basic-table .pagination ul li a {
	border: 3px solid #D5D3CC;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	padding: 10px 20px;
}

.basic-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: none;
	border: none;
}

.dataTables_wrapper .dataTables_filter input {
	background-color: #fff;
	border: 1px solid #324656;
	border-radius: 0px;
	height: 42px;
	color: #90a3b5;
	font-size: 18px;
	font-weight: 300;
	padding-left: 20px;
	margin-bottom: 20px;
}
.basic-table .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
	color: #494743!important;
}
table.dataTable.no-footer{border: none!important;}

.order {
	font-size: 0.5px;
	color: transparent;
}
#st-tables-page2 {
}
.st-tables-page2 {
}
.st-tables-page2 .basic-table2 {
	font-family: 'Lato', sans-serif;
	max-width: 100%;
    height: auto;
	margin-bottom: 60px;
}
.st-tables-page2 .basic-table2 h2 {
	margin-bottom: 60px;
}
.st-tables-page2 .basic-table2 .table2 tr th, .data-table2 .table2 tr th {
	background-color: #96DA97;
	border: 1px solid #fff;
	font-size: 11px;
	color: #000;
	font-weight: 300;
}
.st-tables-page2 .basic-table2 .table2>thead>tr>th, .table2>tbody>tr>th, .table2>tfoot>tr>th, .table2>thead>tr>td, .table2>tbody>tr>td, .table2>tfoot>tr>td {
	padding: 12px 10px;
	line-height: 1.42857143;   
	vertical-align: middle;
	border: 1px solid #fff;
	font-size: 11px;
	text-align: center;
}

#st-tables-page3 {
}
.st-tables-page3 {
}
.st-tables-page3 .basic-table3 {
	font-family: 'Lato', sans-serif;
	max-width: 100%;
    height: auto;
	margin-bottom: 60px;
}
.st-tables-page3 .basic-table3 h2 {
	margin-bottom: 60px;
}
.st-tables-page3 .basic-table3 .table3 tr th, .data-table3 .table3 tr th {
	background-color: #96DA97;
	border: 1px solid #fff;
	font-size: 13px;
	color: #000;
	font-weight: 300;
}
.st-tables-page3 .basic-table3 .table3>thead>tr>th, .table3>tbody>tr>th, .table3>tfoot>tr>th, .table3>thead>tr>td, .table3>tbody>tr>td, .table3>tfoot>tr>td {
	padding: 12px 10px;
	line-height: 1.42857143;   
	vertical-align: middle;
	border: 1px solid #fff;
	font-size: 13px;
	text-align: center;
	
}
.st-tables-page3 .basic-table3 .table3 tr td {
	border: 1px solid #fff;
}
 .st-tables-page3 .basic-table3 .table-striped3>tbody>tr:nth-child(odd) {
background-color: #fff;
}
 .st-tables-page3 .basic-table3 .table-striped3>tbody>tr:nth-child(even) {
background-color: #D5F0D6;
}



/****************************************************
*******************  404 Error  ******************
****************************************************/



#error-page {
}
.error-page {
	background:url(../images/404.jpg) no-repeat bottom center scroll;
	height: 839px;
}
.error-content {
	padding-top: 250px;
}
.error-content .lead {
	font-size: 29px;
}
.error-heading {
	font-size: 350px;
	line-height: 245px;
}
/****************************************************
*******************  cookies   ******************
****************************************************/

#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:50px;
    background-color: rgba(25, 24, 22, 1);
    color:#ccc;
    z-index:99999;
}
 
.inner {
	width:100%;
	position:absolute;
	padding-left:5px;
	padding-right:5px;
	font-family:Roboto;
	font-size:12px;
	line-height: 12px;
	top:20%;
}
 
.inner a.ok {
	font-size:13px;
    padding:10px;
    color:#6CA437;
	text-transform: capitalize;
}
 
.inner a.info {
	font-size:13px;
    padding-left:10px;
    color:#666;
	text-transform: capitalize;

}



/********** Mobile CSS  ****************/
@media(max-width:767px) {
.barrasocial {
display: none;
} 

/****** Social icon header  *******/
.social-icon, .contact-info span.mail-info{
	display: none;
}
span.call-number {
	font-size: 13px;
}

/************Company profile start ***********/

#tp-company-profile {
}
h1h {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: #32302b;
	font-size: 25px;
	letter-spacing: -1px;
	margin-bottom: 20px;
	margin-top: 0px;
}

/*****Contact infor******/
.contact-info {
text-align: right;
padding-top: 0px;
}
/******Camera slider heading size *********/
.camera_caption h1 {
color: #fff;
text-shadow: 0px 1px 1px rgba(15, 26, 36, 1);
font-size: 26px;
}

.camera_caption {
display: block;
position: absolute;
width: 100%;
top: 20%;
left: 0;
max-width: 550px;
}
.camera_wrap a.btn-outline {
	border:1px solid #DC0924;
	font-size: 11px;
	padding: 0px 5px;
}
.camera_wrap a.btn-outline:hover {
	border:1px solid #fff;
}
.camera_wrap a.btn-outline-banner {
	border:1px solid #B1C800;
	font-size: 11px;
	padding: 0px 5px;
}
.camera_wrap a.btn-outline-banner:hover {
	border:1px solid #B1C800;
	
}
.contact-page .contact-form .form-control{width: 100%;}
.blog-pagination .pagination>li>a, .pagination>li>span {
border: 2px solid #3c4f60;
border-radius: 0px;
position: relative;
float: left;
padding: 8px 16px;
margin-left: 5px;
line-height: 1.42857143;
color: #90a3b5;
text-decoration: none;
background-color: transparent;
}


}
