@charset "utf-8";

/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Home Construction Theme
Version:    1.0
Last change:    12.05.2017
-------------------------------------------------------------------

[Table of contents]

1. Body
2. Header / .top-header
3. Navigation / .navbar
4. Menu Tabs / .nav-tabs
5. Owl Carousel / .owl-carousel
6. Image Carousel / #myCarousel
7. Google Map / #mapkit-7453
8. Content / .content-section
9. Number scroll / .counter-div
10. Services Page / .services-main
11. Inner header / .inner-header
12. Blog Page / .blog-bg
13. Footer / .footer

-------------------------------------------------------------------

[Color codes]
Body-Font:  	#808080 {dark-Grey}
Background:		#ffffff (white)
Content:		#4b4b4b (light black)

a (standard):	#000 (black)
a (visited):	#bf0000 (dark yellow)
a (active):	 	#bf0000 (dark yellow)
 
-------------------------------------------------------------------

[Font Properties]
Body font:			14px Open sans,sans-serif;
Headers:			11px, 400, Open sans,sans-serif;
Input, textarea:	14px Open sans,sans-serif;

Notes:	decreasing heading by 0.4em with every subsequent heading level

-------------------------------------------------------------------*/

/*[Google Fonts]*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700,900');

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');

/*[Bootstrap Core CSS]*/
@import "../css/bootstrap.min.css";
@import "../css/style.min.css";

/*[basic CSS]*/
@import "../css/basic.css";

/*[Animation CSS]*/
@import "../css/animate.css";

/*[Hover effects CSS]*/
@import "../css/component-2.css";
@import "../css/hover.css";
@import "../css/modern-hover.css";

/*[Fonts CSS]*/
@import "../css/font-awesome/css/font-awesome.min.css";
@import "../css/flaticon.css";
@import "../font-icons/simple-line-icons/css/simple-line-icons.css";
@import "../font-icons/weather-icons/css/weather-icons.min.css";
@import "../font-icons/iconmind/iconmind.css";
@import "../font-icons/themify-icons/themify-icons.css";
@import "../font-icons/flag-icon-css/flag-icon.min.css";
@import "../font-icons/material-design-iconic-font/css/materialdesignicons.min.css";


/*[Hover effects CSS]*/
@import "../css/circle-hover.css";

/*[Shapes CSS]*/
@import "../css/shapes.css";

/*[OWL CAROUSEL CSS]*/
@import "../css/owlcarousel/owl.carousel.min.css";
@import "../css/owlcarousel/owl.theme.default.min.css";

/*[Auto Arrange div CSS]*/
@import "../css/mixitup.css";

/*[Number scroller CSS]*/
@import "../css/counter.css";

/*[Default Theme CSS]*/
@import "../css/style.css";

/*[Responsive CSS]*/
@import "../css/responsive.css";

/*------------------------------css ends here-------------------------------------*/
@font-face {
	font-family: 'ecoico';
	src:url('../fonts/timelineicons/ecoico.eot');
	src:url('../fonts/timelineicons/ecoico.eot?#iefix') format('embedded-opentype'),
		url('../fonts/timelineicons/ecoico.woff') format('woff'),
		url('../fonts/timelineicons/ecoico.ttf') format('truetype'),
		url('../fonts/timelineicons/ecoico.svg#ecoico') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/ */

.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #56e126;
	left: 20%;
	margin-left: -10px;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 1.0em;
	color: #76411f;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 2.9em;
	color: #1b9218;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #56e126;
}



/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 25%;
	background: #1b9218;
	color: #ffffff ;
	padding: 2em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: #56e126;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 { 
	color: #ffffff ;
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

.cbp_tmtimeline > li .cbp_tmlabel p { 
	color: #ffffff ;
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #1b9218;
	border-width: 10px;
	top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #56e126;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon01 {
	width: 40px;
	height: 40px;
	font-family: 'ecoico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: relative;
	color: #fff;
	background: #004d09;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #56e126;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 -30px -25px;
}
.cbp_tmicon01:before {
	content: url('icon01.png');
}



/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.cbp_tmtimeline10 > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline10:before {
		display: none;
	}

	.cbp_tmtimeline10 > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.cbp_tmtimeline10 > li .cbp_tmtime span {
		text-align: left;
	}

	.cbp_tmtimeline10 > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.cbp_tmtimeline10 > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #1b9218;
		top: -20px;
	}

	.cbp_tmtimeline10 > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #56e126;
	}

	.cbp_tmtimeline10 > li .cbp_tmicon01 {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}	
}

