/*
 *
 *		CUSTOM.CSS
 *
 *	+ TYPOGRAPHY
 *  + HEADLINE
 *	+ ALERTS
 *	+ LISTS
 *	+ BUTTONS
 *  + DIVIDERS
 *	+ TEXT BOX
 *	+ IMAGE BOX
 *	+ ACCORDION
 *  + TABS
 *	+ MAPS
 *  + SOCIAL MEDIA
 *	+ PROCESS STEPS
 *	+ PIE CHARTS
 *	+ PROGRESS BARS
 *	+ COMPARISON BARS
 *  + COUNTER
 *	+ STATISTICS
 *	+ COUNTDOWN
 *	+ PRICE PLAN
 *  + TESTIMONIALS
 *  + ISOTOPE
 *  + FILTER
 *  + PAGINATION
 *  + FULL SECTIONS
 *  + VIDEO PLAYER
 *  + GO TOP
 *	+ SLIDERS
 *	+ ANIMATIONS
 *	+ WIDGETS
 *  + RESPONSIVE
 *	 - LARGE DISPLAY (>1200px)
 *	 - SMALL DISPLAY (TABLETS)
 *	 - EXTRA SMALL DISPLAY (PHONES PORTRAIT)
 *	 - EXTRA SMALL DISPLAY (PHONES LANDSCAPE)
 */
	
/***********************************************************************************
 *	+ TYPOGRAPHY
 ***********************************************************************************/
 
	body {
		/*font-family: 'museo_sans500';*/

		font: 14px/25px 'Roboto', Arial, sans-serif;
		letter-spacing: 0.25px;
		background-color: #fff;
		color: #1E2023;
	}
	
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 0;
		color: #EE3A26;
	}
	
	h1 {
		font-size: 36px;
		line-height: 54px;
		font-weight: 500;
		margin-bottom: 16px;
	}
	
	/*h2 {
		font-size: 30px;
		line-height: 45px;
		font-weight: 300;
		margin-bottom: 14px;
	}*/
	

	h2 {

		font-size: 24px;
		line-height: 36px;
		font-weight: 500;
		margin-bottom: 12px;
	}
	h3 {

		font-size: 18px;
		line-height: 28px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	
	h4 {
		font-size: 18px;
		line-height: 28px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	
	h5 {
		font-size: 16px;
		line-height: 24px;
		font-weight: 700;
		margin-bottom: 8px;
	}
	
	h6 {
		font-size: 14px;
		line-height: 21px;
		font-weight: 700;
		margin-bottom: 6px;
	}
	
	h1 a, 
	h2 a, 
	h3 a, 
	h4 a, 
	h5 a, 
	h6 a { 
		text-decoration: none;
		color: #1E2023;
	}
	
	h1 a:hover, 
	h2 a:hover, 
	h3 a:hover, 
	h4 a:hover, 
	h5 a:hover, 
	h6 a:hover {
		text-decoration: none;
	}
	
	p { 
		margin-bottom: 20px; 
	}
	
	a {
		color: #EE3A26;
		-webkit-transition: color 0.3s;
				transition: color 0.3s;
	}
	
	a:hover,
	a:focus { 
		outline: 0;
		color: #EE3A26;
	}
	
	img {
		max-width: 100%; 
	}
	
	ul,
	ol {
		padding: 0;
		list-style-position: inside;
	}
	
	ul ul,
	ol ol,
	ul ol 
	ol ul {
		margin-left: 20px;
	}
	
	dl {
		margin-bottom: 20px;
	}
	
	.lead {
		font-size: 18px;
	}
	
	.last { 
		margin-bottom: 0; 
	}
	
	blockquote {
		border-left: none;
		font: inherit;
		padding: 0;
	}
	
	label {
		font-weight: normal;
	}
	
	input,
	select,
	textarea {
		display: block;		
		max-width: 100%;
		padding: 8px 25px;
		margin-bottom: 20px;
		
		background-color: transparent;
		border: 2px solid #e1e1e1;
	}
	
	select {
		border-radius: 3px;
		width: 100%;
	}
	
	textarea:focus,
	input[type="url"]:focus,
	input[type="tel"]:focus,
	input[type="date"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="week"]:focus,
	input[type="month"]:focus,
	input[type="text"]:focus,
	input[type="color"]:focus,
	input[type="email"]:focus,
	input[type="image"]:focus,
	input[type="number"]:focus,
	input[type="search"]:focus,
	input[type="password"]:focus	{
		box-shadow: none;
		outline: 0;
		border-color: #6e6e6e;
	}
	
	input[type="reset"],
	input[type="submit"],
	input[type="button"] {
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	input[type="reset"]:focus,
	input[type="submit"]:focus,
	input[type="button"]:focus {
		box-shadow: none;
		outline: 0;
	}
	
	input[type="reset"]:hover,
	input[type="submit"]:hover,
	input[type="button"]:hover {
		background-color: #1E2023;
		color: #fff;
	}
	
	
	/* COLORS */
	.text-default {
		color: #fff;
	}
	
	.text-green {
		color: #00e095;
	}
	
	.text-blue {
		color: #00d2ed;
	}
	
/***********************************************************************************
 *	+ HEADLINE
 ***********************************************************************************/
	
	.headline {
		position: relative;
		text-align: center;
		margin-bottom: 65px;
		margin-top: 40px;
		font-size: 16px;
		font-family: 'Montserrat', sans-serif;
	}
	
	.headline h2 {
		position: relative;

font-size: 40px;

font-weight: 700;

color: #2d2d2d;

line-height: 130%;

margin-bottom: 10px;
	}
	
	.headline h1 {
		margin-bottom: 0;
		font-size: 92px;
		line-height: 72px;
		font-family: 'Montserrat', sans-serif;
	}
	
	.headline:after,
	.headline:before {
		position: absolute;
		bottom: -25px;
		left: 50%;
		display: block;
		width: 35px;
		border-bottom: 2px solid;
		content: "";
	}
	
	.headline:before {
		margin-left: -37px;
		border-color: #EE3A26;
	}
	
	.headline:after {
		margin-left: 3px;
		border-color: #EE3A26;

	}

/***********************************************************************************
 *	+ ALERTS
 ***********************************************************************************/
	
	.alert {
		padding: 12px 30px;
		border: 2px solid #060C17;
		border-radius: 0px;
		color: #060C17;
	}
	
	.alert:after {
		float: right;
		
	}
	
	.alert.alert-info {
		background-color: #282e3a;
	}
	
	.alert.alert-danger {
		background-color: #EE3A26;
	}
	
	.alert.alert-success {
		background-color: #00e095;
	}
	
	.alert.alert-warning {
		background-color: #00d2ed;
	}

/***********************************************************************************
 *	+ LISTS
 ***********************************************************************************/
	
	/* CHECK LIST */
	.check-list { 
		list-style: none;
		margin-bottom: 20px;
	}
	
	.check-list li {
		margin-bottom: 10px;
	}
	
	.check-list li:last-child {
		margin-bottom: 0;
	}
	
	.check-list li:before {
		display: inline-block;
		width: 20px;
		height: 20px;
		text-align: center;
		vertical-align: middle;
		font-family: "mt-icons";
		font-size: 18px;
		line-height: 17px;
		content: "\e631";
		margin-right: 10px;
		border-radius: 50%;
		/*border: 2px solid #282e3a;*/
		color: #fff;
	}
	.check_ofirmie li:before{
		font-size: 10px !important;
	}

	
	
	/* COLORS */
	.check-list.default li:before {
		border: 2px solid #EE3A26;
		color: #EE3A26;
	}
	
	.check-list.blue li:before {
		border: 2px solid #00d2ed;
		color: #00d2ed;
	}
	.check-list.whitecolor li:before {
		border: 2px solid #fff;
		color: #fff;
	}
	
	.check-list.green li:before {
		border: 2px solid #00e095;
		color: #00e095;
	}
	
	
	/* ARROW LIST */
	.arrow-list { 
		list-style: none;
		margin-bottom: 20px;
	}
	
	.arrow-list li {
		margin-bottom: 10px;
	}
	
	.arrow-list li:last-child {
		margin-bottom: 0;
	}
	
	.arrow-list li:before {
		display: inline-block;
		width: 20px;
		height: 20px;
		padding-left: 2px;
		text-align: center;
		vertical-align: middle;
		font-family: "mt-icons";
		font-size: 10px;
		line-height: 19px;
		content: "\e60c";
		margin-right: 10px;
		border-radius: 50%;
		border: 1px solid #ee3a26;
		/*background-color: #282e3a;*/
		color: #ee3a26;
	}
	
	
	/* COLORS */
	.arrow-list.default li:before {
		background-color: #EE3A26;
	}
	
	.arrow-list.blue li:before {
		background-color: #00d2ed;
	}
	
	.arrow-list.green li:before {
		background-color: #00e095;
	}

/***********************************************************************************
 *	+ BUTTONS
 ***********************************************************************************/
	
	.btn {
		position: relative;
		overflow: hidden;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
		padding: 10px 30px 10px 31px;
		margin-bottom: 20px;
		border-radius: 0px;
		border: none;
		backface-visibility: hidden;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: color 0.3s;
				transition: color 0.3s;
	}
	
	.btn + .btn {
		margin-left: 5px;
	}
	
	.btn:focus,
	.btn:active {
		outline: 0 !important;
		box-shadow: none;
	}
	
	.btn:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		content: "";
		border-radius:0px;
		z-index: -1;
		background-color: #060C17;
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.btn:hover:before {
		-webkit-transform: scale(1.2);
			-ms-transform: scale(1.2);
				transform: scale(1.2);
	}
	
	.btn:hover {
		color: #fff;
	}
	
	.btn-lg {
		padding: 12px 35px 12px 36px;
		font-size: 15px;
	}
	
	.btn-xs {
		padding: 7px 20px;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0.25px;
		text-transform: none;
	}
	
	
	/* DEFAULT BUTTON */	
	.btn-default, 
	.btn-default:hover, 
	.btn-default:focus,
	.btn-default:active,
	.btn-default:active:focus {
		background-color: #060C17;
		color: #fff;
	}
	
	
	/* BLUE BUTTON */	
	.btn-blue, 
	.btn-blue:hover, 
	.btn-blue:focus,
	.btn-blue:active,
	.btn-blue:active:focus {
		background-color: #00d2ed;
		color: #fff;
	}
	
	
	/* GREEN BUTTON */	
	.btn-green, 
	.btn-green:hover, 
	.btn-green:focus,
	.btn-green:active,
	.btn-green:active:focus {
		background-color: #00e095;
		color: #fff;
	}
	
	/* BALCK BUTTON */	
	.btn-black, 
	.btn-black:hover, 
	.btn-black:focus,
	.btn-black:active,
	.btn-black:active:focus {
		background-color: #282e3a;
		color: #fff;
	}
	
	.btn-black:before {
		background-color: #6e6e6e;
	}
	
	
	/* WHITE BUTTON */	
	.btn-white,
	.btn-white:focus, 
	.btn-white:active {
		padding: 8px 28px 8px 29px;
		border: 2px solid #282e3a;
		background-color: #fff;
		color: #282e3a;
	}
	
	.btn-white:hover,
	.btn-white:active:focus {
		background-color: #fff;
		color: #fff;
	}


/***********************************************************************************
 *	+ DIVIDERS
 ***********************************************************************************/
	
	.hr {
		margin: 30px 0;
		border-top: 1px solid #e1e1e1;
	}
	
	/* COLORS */
	.hr.default {
		border-top-color: #EE3A26;
	}
	
	.hr.blue {
		border-top-color: #00d2ed;
	}
	
	.hr.green {
		border-top-color: #00e095;
	}
	
/***********************************************************************************
 *	+ TEXT BOX
 ***********************************************************************************/
	
	.text-box {
		margin-bottom: 40px;
		padding: 50px;
		border-radius: 2px;
		background-color: #282e3a;
		color: #fff;
	}
	
	.text-box.rounded {
		border-radius: 20px;
	}
	
	.text-box > *:last-child {
		margin-bottom: 0;
	}
	
	/* COLORS */
	.text-box.default {
		background-color: #EE3A26;
	}
	
	.text-box.blue {
		background-color: #00d2ed;
	}
	
	.text-box.green {
		background-color: #00e095;
	}
	
/***********************************************************************************
 *	+ IMAGE BOX
 ***********************************************************************************/
	
	.image-box {
		margin-bottom: 50px;
		padding: 0 25px 10px;
		box-shadow: 7px 30px 20px 0 rgba(0, 0, 0, 0.3);
		background-color: #fff;
		color: #6e6e6e;
	}
	
	.image-box-thumbnail {
		margin: 0 -25px 20px;
	}
	
/***********************************************************************************
 *	+ ACCORDION
 ***********************************************************************************/
	
	.panel {
		box-shadow: none;
		background-color: transparent;
	}
	
	.panel-heading {
		border: none;
		border-radius: 0;
		background-color: transparent;
		padding: 0;
	}
	
	.panel-title a,
	.panel-title a:focus {
		position: relative;
		display: block;
		text-decoration: none;
		padding: 10px 25px;
		margin-bottom: 15px;
		border-radius: 4px;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
		background-color: #282e3a;
		color: #fff;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.panel-title a:before {
		position: absolute;
		top: 0;
		right: 20px;
		content: "+";
		font-size: 18px;
		line-height: 47px;
		font-weight: 400;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.panel-title a:hover,
	.panel-title a[aria-expanded="true"] {
		background-color: #EE3A26;
	}
	
	.panel-title a[aria-expanded="true"]:before {
		content: "-";
	}
	
	.panel-group .panel + .panel {
		margin-top: 0;
	}
	
	.panel-group .panel-heading + .panel-collapse > .list-group, 
	.panel-group .panel-heading + .panel-collapse > .panel-body {
		border: none;
		padding: 10px 25px 25px;;
	}
	
	.panel-body > *:last-child {
		margin-bottom: 0;
	}
	
	
	/* COLORS */
	.panel-title.default a {
		background-color: #EE3A26;
	}
	
	.panel-title.blue a {
		background-color: #00d2ed;
	}
	
	.panel-title.green a  {
		background-color: #00e095;
	}
 
/***********************************************************************************
 *	+ TABS
 ***********************************************************************************/
	
	/* HORIZONTAL TABS */
	.horizontal-tabs {
		margin-bottom: 30px;
	}
	
	.nav-tabs {
		border-bottom: none 
	}
	
	.nav-tabs > li {
		margin-left: -3px;
	}
	
	.nav-tabs > li:first-child {
		margin-left: 0;
	}
	
	.nav-tabs > li > a {

		font-size: 14px;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
		padding: 10px 20px;
		border-radius: 0;
		border-color: #e1e1e1;
		color: #1E2023;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.nav-tabs > li > a:focus,
	.nav-tabs > li > a:hover {
		border-color: #e1e1e1;
		background-color: #EE3A26;
		color: #fff;
	}
	
	.nav-tabs > li > a:focus {
		background-color: transparent;
	}
	
	.nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover,
	.nav-tabs > li.active > a:focus {
		color: #fff;
		background-color: #EE3A26;
	
	}
	
/*	.tab-content {
		margin: 40px 0;
	}*/
	.tab-content {
		padding: 15px;
		border: 1px solid #f0f0f0;
		background-color: #fafafa;
	}
	.tab-content p{
		text-align: justify;
		text-indent: 30px;
		/*padding: 0 40px 0 0;*/
		   
		margin: 0;
	}
	.tab-content p span{
		font-weight: 900;
		font-size: 16px;
	}
	
	.tab-content:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	.horizontal-tabs.big-tabs {
		margin-bottom: 50px;
	}
	
	.horizontal-tabs.big-tabs .nav-tabs {
		text-align: center;
		margin-bottom: 100px;
		border-bottom: 1px solid #e1e1e1;
	}
	
	.horizontal-tabs.big-tabs .nav-tabs > li {
		float: none;
		display: inline-block;
		margin-right: -4px;
	}
	
	.horizontal-tabs.big-tabs .nav-tabs > li > a {
		padding: 25px 35px;
	}
	
	.horizontal-tabs.big-tabs .nav-tabs > li > a i {
		position: relative;
		top: 6px;
		font-size: 24px;
		margin-right: 10px;
	}
	
	.horizontal-tabs.big-tabs .tab-content {
		padding: 0 100px;
	}
	
	
	/* VERTICAL TABS */
	.vertical-tabs {
		margin-bottom: 30px;
	}
	
	.vertical-tabs .nav-tabs {
		float: left;
		width: 200px;
		border-bottom: none;
	}
	
	.vertical-tabs .nav-tabs li {
		float: none;
		margin-left: 0;
	}
	
	.vertical-tabs .nav-tabs > li > a {
		padding: 20px 30px;
		margin-right: 0;
		border: solid #e1e1e1;
		border-width: 1px 0;
	}
	
	.vertical-tabs .nav-tabs > li:first-child > a {
		border-top: none;
	}
	
	.vertical-tabs .nav-tabs > li.active > a {
		border-color: #e1e1e1;
		border-width: 1px 0;
	}
	
	.vertical-tabs .tab-content {
		border-left: 1px solid #e1e1e1;
		margin-top: 0;
		margin-left: 199px;
		padding: 10px 10px 0 40px;
	}
	
	.vertical-tabs .tab-pane > p:last-child {
		margin-bottom: 0;
	}
	
	.vertical-tabs.big-tabs .nav-tabs > li > a {
		padding: 25px;
	}
	
	.vertical-tabs.big-tabs .nav-tabs > li > a i {
		position: relative;
		top: 6px;
		font-size: 24px;
		margin-right: 10px;
	}
	
	/* SQUARE TABS */
	.squares-tabs {
		margin-bottom: 50px;
	}
	
	.squares-tabs .nav-tabs {
		float: left;
		width: 50%;
		margin: -15px;
	}
	
	.squares-tabs .nav-tabs > li {
		float: left;
		width: 33.333333%;
		padding: 15px;
		text-align: center;
	}
	
	.squares-tabs .nav-tabs > li > a {
		padding: 33.333333% 0;
		border: 2px solid #282e3a;
		color: #282e3a;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.squares-tabs .nav-tabs > li > a:hover,
	.squares-tabs .nav-tabs > li.active > a {
		border: 2px solid #EE3A26;
		background-color: #EE3A26;
		color: #fff;
	}
	
	.squares-tabs .nav-tabs > li > a > i {
		font-size: 42px;
		line-height: 42px;
	}
	
	.squares-tabs .tab-content {
		float: left;
		width: 50%;
		padding-left: 30px;
	}
	
	.squares-tabs:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

/***********************************************************************************
 *	+ MAPS
 ***********************************************************************************/
 
	
#map {
	height: 400px;
}
#map2 {
	height: 600px;
}


	
/***********************************************************************************
 *	+ SOCIAL MEDIA
 ***********************************************************************************/
	
	.social-media {
		margin-bottom: 20px;
	}
	
	.social-media a {
		display: inline-block;
		font-size: 16px;
		line-height: 16px;
		text-decoration: none;
		margin: 5px 20px 5px 0;
		color: #6e6e6e;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.social-media a:last-child {
		margin-right: 0;
	}
	
	.social-media a.adobe-reader:hover { color: #a42222 !important; }
	.social-media a.amazon:hover { color: #fe9608 !important; }
	.social-media a.android:hover { color: #a4c639 !important; }
	.social-media a.apple:hover { color: #d6d7cf !important; }
	.social-media a.badoo:hover { color: #f17834 !important; }
	.social-media a.behance:hover { color: #1e69e1 !important; }
	.social-media a.blogger:hover { color: #f26c37 !important; }
	.social-media a.blueetooth:hover { color: #0a3d91 !important; }
	.social-media a.chrome:hover { color: #ecc31d !important; }
	.social-media a.css:hover { color: #14a0dd !important; }
	.social-media a.deezer:hover { color: #ff0090 !important; }
	.social-media a.delicious:hover { color: #4088da !important; }
	.social-media a.deviantart:hover { color: #b6ca2a !important; }
	.social-media a.digg:hover { color: #006094 !important; }
	.social-media a.dribble:hover { color: #f26798 !important; }
	.social-media a.dropbox:hover { color: #007de4 !important; }
	.social-media a.drupal:hover { color: #3677ad !important; }
	.social-media a.email:hover { color: #000000 !important; }
	.social-media a.facebook:hover { color: #3b5998 !important; }
	.social-media a.firefox:hover { color: #3194cb !important; }
	.social-media a.flickr:hover { color: #0062dd !important; }
	.social-media a.google:hover { color: #c63427 !important; }
	.social-media a.html:hover { color: #f06129 !important; }
	.social-media a.instagram:hover { color: #a07459 !important; }
	.social-media a.internet-explorer:hover { color: #20bcee !important; }
	.social-media a.itunes:hover { color: #169bf0 !important; }
	.social-media a.java:hover { color: #e66e00 !important; }
	.social-media a.joomla:hover { color: #5aa526 !important; }
	.social-media a.last-fm:hover { color: #f73600 !important; }
	.social-media a.linkedin:hover { color: #0077b5 !important; }
	.social-media a.linux:hover { color: #000000 !important; }
	.social-media a.myspace:hover { color: #003399 !important; }
	.social-media a.opera:hover { color: #c10d0c !important; }
	.social-media a.outlook:hover { color: #0073c6 !important; }
	.social-media a.paypal:hover { color: #193866 !important; }
	.social-media a.picasa:hover { color: #8b689f !important; }
	.social-media a.pinterest:hover { color: #f71819 !important; }
	.social-media a.reddit:hover { color: #ff4500 !important; }
	.social-media a.rss:hover { color: #fb7629 !important; }
	.social-media a.safari:hover { color: #00a9ec !important; }
	.social-media a.share:hover { color: #010101 !important; }
	.social-media a.skype:hover { color: #00abeb !important; }
	.social-media a.soundcloud:hover { color: #ff3b00 !important; }
	.social-media a.spotify:hover { color: #9ac600 !important; }
	.social-media a.steam:hover { color: #020202 !important; }
	.social-media a.tumblr:hover { color: #34465d !important; }
	.social-media a.twitter:hover { color: #5ea9dd !important; }
	.social-media a.utorent:hover { color: #269036 !important; }
	.social-media a.vimeo:hover { color: #1ca7cc !important; }
	.social-media a.vine:hover { color: #02c594 !important; }
	.social-media a.vk:hover { color: #4c75a3 !important; }
	.social-media a.weibo:hover { color: #d52b2b !important; }
	.social-media a.weixin:hover { color: #f03c48 !important; }
	.social-media a.whatsapp:hover { color: #11ae09 !important; }
	.social-media a.wikipedia:hover { color: #363636 !important; }
	.social-media a.windows:hover { color: #00abf3 !important; }
	.social-media a.word:hover { color: #2a5699 !important; }
	.social-media a.wordpress:hover { color: #464646 !important; }
	.social-media a.xing:hover { color: #005d5e !important; }
	.social-media a.yahoo:hover { color: #44029a !important; }
	.social-media a.youtube:hover { color: #e22d24 !important; }
	
	
	/* COLORS */
	.social-media.color-default a:hover { color: #EE3A26 !important; }
	.social-media.color-blue a:hover { color: #00d2ed !important; }
	.social-media.color-green a:hover { color: #00e095 !important; }
	
/***********************************************************************************
 *	+ PROCESS STEPS
 ***********************************************************************************/
	
	.process-steps {
		position: relative;
		margin-bottom: 50px;
	}
	
	.process-steps .step {
		float: left;
		width: 33.333333%;
		text-align: center;
	}
	
	.process-steps.process-4-steps .step {
		width: 25%;
	}
	
	.process-steps.process-3-steps .step {
		width: 33.333333%;
	}
	
	.process-steps .step > i {
		position: relative;
		overflow: hidden;
		display: block;
		width: 90px;
		height: 90px;
		font-size: 32px;
		line-height: 90px;
		text-align: center;
		margin: 0 auto 40px;
		border-radius: 50%;
		border: 2px solid #EE3A26;
		color: #EE3A26;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: all 0.4s;
				transition: all 0.4s;
	}
	
	.process-steps .step > i:after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		content: "";
		border-radius: 50%;
		z-index: -1;
		background-color: #EE3A26;
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-webkit-transition: all 0.4s;
				transition: all 0.4s;
	}
	
	.process-steps .step-details {
		padding: 0 15px;
	}
	
	.process-steps .step-details h6 {
		margin-bottom: 15px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	
	.process-steps .step:hover > i {
		background-color: #EE3A26;
		color: #fff;
	}
	
	.process-steps .step:hover > i:after {
		-webkit-transform: scale(1.2);
			-ms-transform: scale(1.2);
				transform: scale(1.2);
	}
	
	.process-steps:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	
	/* COLORS */
	.process-steps.default .step > i {
		border-color: #EE3A26;
		color: #EE3A26;
	}
	
	.process-steps.blue .step > i {
		border-color: #00d2ed;
		color: #00d2ed;
	}
	
	.process-steps.green .step > i {
		border-color: #00e095;
		color: #00e095;
	}
	
	.process-steps.default .step > i:after {
		background-color: #EE3A26;
	}
	
	.process-steps.blue .step > i:after {
		background-color: #00d2ed;
	}
	
	.process-steps.green .step > i:after {
		background-color: #00e095;
	}
	
	.process-steps.default .step:hover > i {
		background-color: #EE3A26;
		color: #fff;
	}
	
	.process-steps.blue .step:hover > i {
		background-color: #00d2ed;
		color: #fff;
	}
	
	.process-steps.green .step:hover > i {
		background-color: #00e095;
		color: #fff;
	}
	
/***********************************************************************************
 *	+ PIE CHARTS
 ***********************************************************************************/
		
	.pie-chart-container {
		margin-bottom: 50px;
		padding-bottom: 100px;
	}
	
	.pie-chart {
		position: relative;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.pie-chart canvas {
		max-width: 100%;
	}
	
	.pie-chart > i {
		position: absolute;
		top: 50%;
		left: 50%;
		font-size: 32px;
		line-height: 32px;
		color: #EE3A26;
		-webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
	}
	
	.pie-chart-details {
		position: absolute;
		bottom: -120px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	
	.pie-chart-details h6 {
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	
	.pie-chart-details h1 {
		margin-bottom: 10px;
		font-size: 48px;
		font-weight: 500;
	}
	
	/* COLORS */
	.pie-chart.default > i {
		color: #EE3A26;
	}
	
	.pie-chart.blue > i {
		color: #00d2ed;
	}
	
	.pie-chart.green > i {
		color: #00e095;
	}

/***********************************************************************************
 *	+ PROGRESS BARS
 ***********************************************************************************/
 
	.progress {
		overflow: visible;
		height: 3px;
		box-shadow: none;
		border-radius: 0;
		background-color: #e1e1e1;
	}
	
	.progress-bar {
		position: relative;
		text-align: right;
		background-color: #EE3A26;
	}
	
	.progress-bar-title {
		margin-bottom: 15px;
	}
	
	.progress-bar span {
		position: absolute;
		top: -38px;
		right: 0;
		color: #6e6e6e;
	}
	
	
	/* COLORS */
	.progress-bar.default {
		background-color: #EE3A26;
	}
	
	.progress-bar.green {
		background-color: #00e095;
	}
	
	.progress-bar.blue {
		background-color: #00d2ed;
	}

/***********************************************************************************
 *	+ COMPARISON BARS
 ***********************************************************************************/
	
	.comparison-bars {
		margin-bottom: 30px;
	}
	
	.comparison-bars .progress {
		position: relative;
	}
	
	.comparison-bars .progress-bar {
		position: absolute;
		top: 0;
		bottom: 0;
		background-color: #EE3A26;
	}
	
	.comparison-bars .progress-bar span {
		right: auto;
		-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
				transform: translateX(-50%);
	}
	
	.comparison-bars .progress-bar-title-before {
		float: left;
		width: 15%;
	}
		
	.comparison-bars .progress-bar-title-after {
		float: right;
		width: 15%;
		text-align: right;
	}
	
	.comparison-bars .progress-bar-title-after i,
	.comparison-bars .progress-bar-title-before i {
		font-size: 32px;
		line-height: 32px;
		color: #EE3A26;
	}
	
	.comparison-bars .progress-bar-title-before i {
		float: left;
		margin-right: 10px;
	}
	
	.comparison-bars .progress-bar-title-after i {
		float: right;
		margin-left: 10px;
	}
	
	.comparison-bars .progress-bar-title-after h2,
	.comparison-bars .progress-bar-title-before h2 {
		display: inline-block;
		margin-bottom: 0;
		line-height: 18px;
	}
	
	.comparison-bars .progress-bar-title-after h2 small,
	.comparison-bars .progress-bar-title-before h2 small {
		font-size: 14px;
		color: #6e6e6e;
	}
	
	.comparison-bars .progress {
		float: left;
		width: 70%;
		margin-top: 15px;
	}
	
	.comparison-bars:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	
	/* COLORS */
	.comparison-bars.default .progress-bar {
		background-color: #EE3A26;
	}
	
	.comparison-bars.blue .progress-bar {
		background-color: #00d2ed;
	}
	
	.comparison-bars.green .progress-bar {
		background-color: #00e095;
	}
	
	.comparison-bars.default .progress-bar-title-after i,
	.comparison-bars.default .progress-bar-title-before i {
		color: #EE3A26;
	}
	
	.comparison-bars.green .progress-bar-title-after i,
	.comparison-bars.green .progress-bar-title-before i {
		color: #00e095;
	}
	
	.comparison-bars.blue .progress-bar-title-after i,
	.comparison-bars.blue .progress-bar-title-before i {
		color: #00d2ed;
	}
	
/***********************************************************************************
 *	+ COUNTER
 ***********************************************************************************/
 
	.counter {
		margin-bottom: 40px;
		text-align: center;
	}
	
	.counter > i {
		display: inline-block;
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 20px;
		color: #EE3A26;
	}
	
	.counter-value {
		font-size: 48px;
		line-height: 48px;
		font-weight: 700;
		color: #282e3a;
	}
	
	.counter-details {
		margin-top: 15px;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	
	/* COLORS */
	.counter.default > i {
		color: #EE3A26;
	}
	
	.counter.blue > i {
		color: #00d2ed;
	}
	
	.counter.green > i {
		color: #00e095;
	}
	
/***********************************************************************************
 *	+ STATISTICS
 ***********************************************************************************/
	
	.statistics-container {
		margin-bottom: 50px;
	}
	
	.legend {
		list-style: none;
		margin-bottom: 50px;
	}
	
	.legend li {
		display: inline-block;
		margin-right: 30px;
	}
	
	.legend li:last-child {
		margin-right: 0;
	}
	
	.legend li:before {
		display: inline-block;
		width: 25px;
		height: 25px;
		margin-right: 15px;
		border-radius: 3px;
		content: "";
		vertical-align: sub;
	}
	
	.legend li:nth-child(1):before {
		background-color: #EE3A26;
	}
	
	.legend li:nth-child(2):before {
		background-color: #00d2ed;
	}
	
	.legend li:nth-child(3):before {
		background-color: #00e095;
	}
	
	.legend li:nth-child(4):before {
		background-color: #e1e1e1;
	}

/***********************************************************************************
 *	+ COUNTDOWN
 ***********************************************************************************/
	
	.countdown {
		margin: 50px 0;
	}
	
	.countdown > div {
		position: relative;
		float: left;
		min-width: 100px;
		font-size: 36px;
		line-height: 42px;
		font-weight: 700;
		text-align: center;
		color: #282e3a;
	}
	
	.countdown > div:after {
		position: absolute;
		top: 0;
		right: -5px;
		content: ":";
		color: #EE3A26;
	}
	
	.countdown > div:last-child:after {
		content: none;
	}
	
	.countdown > div > span {
		display: block;
		font-size: 14px;
		text-transform: uppercase;
		color: #d1d1d1;
	}
	
	.countdown:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
/***********************************************************************************
 *	+ PRICE PLAN
 ***********************************************************************************/
 
	.price-plan {
		overflow: hidden;
		margin-bottom: 20px;
		text-align: center;
		border-radius: 30px;
		border: 2px solid #e1e1e1;
		-webkit-transition: color 0.3s, background-color 0.3s;
				transition: color 0.3s, background-color 0.3s;
	}
	
	.price-plan-header {
		margin-bottom: 0;
		padding: 25px 0;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
		background-color: #EE3A26;
		color: #fff;
	}
	
	.price-plan .price {
		margin-bottom: 0;
		padding: 45px 0;
		font-size: 72px;
		background-color: #282e3a;
		color: #fff;
	}
	
	.price-plan .price sub {
		font-size: 24px;
		margin-right: -20px;
	}
	
	.price-plan .price small {
		font-size: 14px;
		color: #fff;
		margin-left: -20px;
	}
	
	.price-plan ul {
		list-style: none;
		padding-left: 0;
		margin-bottom: 0;
	}
	
	.price-plan ul li {
		padding: 15px 0;
	}
	
	.price-plan ul li:nth-child(odd) {
		background-color: #f0f0f0;
		color: #6e6e6e;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.price-plan ul li:nth-child(even) {
		padding: 13px 0;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}
	
	.price-plan-footer {
		padding: 30px 0;
		background-color: #f0f0f0;
		-webkit-transition: background-color 0.3s;
				transition: background-color 0.3s;
	}
	
	.price-plan:hover,
	.price-plan:hover ul li:nth-child(odd), 
	.price-plan:hover .price-plan-footer {
		background-color: #EE3A26;
		color: #fff;
	}
	
	
	/* COLORS */
	.price-plan.default .price-plan-header, 
	.price-plan.default:hover,
	.price-plan.default:hover ul li:nth-child(odd), 
	.price-plan.default:hover .price-plan-footer {
		background-color: #EE3A26;
	}
	
	.price-plan.blue .price-plan-header, 
	.price-plan.blue:hover,
	.price-plan.blue:hover ul li:nth-child(odd), 
	.price-plan.blue:hover .price-plan-footer {
		background-color: #00d2ed;
	}
	
	.price-plan.green .price-plan-header, 
	.price-plan.green:hover,
	.price-plan.green:hover ul li:nth-child(odd), 
	.price-plan.green:hover .price-plan-footer {
		background-color: #00e095;
	}
	
/***********************************************************************************
 *	+ TESTIMONIALS
 ***********************************************************************************/
	
	.testimonial {
		text-align: center;	
		    margin-top: 20px;	
		margin-bottom: 20px;
	}
	
	.testimonial:before {
		content: "\201c";
		font-size: 32px;
		line-height: 48px;
		display: block;
		width: 32px;
		height: 32px;
		margin: 0 auto 40px auto;
		border-radius: 50%;
		background-color: #EE3A26;
		color: #fff;
	}
	
	.testimonial blockquote {
		border: none;
		padding: 0;
		font-size: 16px;
		font-style: italic;
	}
	
	.testimonial blockquote > *:last-child {
		margin-bottom: 0;
	}
	
	.testimonial > h6 {
		text-transform: uppercase;
		letter-spacing: 3px;
		line-height: 40px;
		color: #EE3A26;
	}
	
	.testimonial > h6 small {
		display: block;
		margin-bottom: 35px;
		font-size: 12px;
		letter-spacing: 0.25px;
		text-transform: none;
		color: #6e6e6e;
	}
	
	.testimonial > img {
		border-radius: 50%;
	}

/***********************************************************************************
 *	+ ISOTOPE
 ***********************************************************************************/
	.produkty-pelletowe{
		background-image: url('../../images/produkty/pelletowe.png');
		height: 200px;
		width: 200px;
	}
	.produkty-pelletowe:hover{
		background-image: url('../../images/produkty/pelletowe_h.png');
		height: 200px;
		width: 200px;
	}
	.isotope {
		margin-bottom: 50px;
	}
	.wlacz{
		visibility: hidden !important;
	}
	
	.isotope.gutter {
		margin: -15px -15px 50px;
	}
	
	.isotope .isotope-item {
		float: left;
		width: 25%;
	}
	
	.isotope.gutter .isotope-item {
		padding: 15px;
	}
	
	.isotope.col-2 .isotope-item {
		width: 50%;
	}
	
	.isotope.col-3 .isotope-item {
		width: 33.333333%;
	}
	
	.isotope.col-4 .isotope-item {
		width: 25%;
	}
	
	.isotope.col-5 .isotope-item {
		width: 25%;
	}
	
	.isotope:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	
/***********************************************************************************
 *	+ FILTER
 ***********************************************************************************/
 
	.filter {
		list-style: none;
		margin-bottom: 50px;
	}
	
	.filter li {
		display: inline-block;
		margin-right: 15px;
		text-align: center;
	}
	
	.filter li:last-child {
		margin-right: 0;
	}
	
	.filter li a {
		position: relative;
		overflow: hidden;
		display: block;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
		text-decoration: none;
		padding: 2px 25px;
		
		border: 2px solid #e1e1e1;
		color: #6e6e6e;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.filter li a:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		content: "";
		
		z-index: -1;
		background-color: #EE3A26;
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.filter li a:hover:before {
		-webkit-transform: scale(1.2);
			-ms-transform: scale(1.2);
				transform: scale(1.2);
	}
	
	.filter li a:hover,
	.filter li a.active {
		border-color: #EE3A26;
		background-color: #EE3A26;
		color: #fff;
	}

/***********************************************************************************
 *	+ PAGINATION
 ***********************************************************************************/
 
	.pagination {
		display: block;
		margin-top: 0;
		margin-bottom: 50px;
	}
	
	.pagination li {
		display: inline-block;
		margin-right: 7px;
	}
	
	.pagination li:last-child {
		margin-right: 0;
	}
	
	.pagination li a {
		display: block;
		width: 36px;
		height: 36px;
		line-height: 34px;
		padding: 0;
		text-align: center;
		border-radius: 10px;
		border: 2px solid #e1e1e1;
		background-color: transparent;
		color: #6e6e6e;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.pagination > li:last-child > a, 
	.pagination > li:first-child > a, 
	.pagination > li:last-child > span
	.pagination > li:first-child > span {
		border-radius: 10px;
	}
	
	.pagination li a:hover,
	.pagination li.active a,
	.pagination li.active a:hover {
		border-color: #EE3A26;
		background-color: #EE3A26;
		color: #fff;
	}
	
/***********************************************************************************
 *	+ FULL SECTIONS
 ***********************************************************************************/
	
	.full-section {
		position: relative;
		overflow: hidden;
		z-index: 1;
		/*margin-bottom: 100px;*/
		padding: 50px 0 0 0;
		background: no-repeat center center;
	}
	
	.full-section .container-fluid {
		padding: 0;
	}
	
	.full-section-pattern {
		position: absolute;
		z-index: 3;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		opacity: 0.5;
		background: url(../images/pattern.png) repeat top left;
	}
	
	.full-section-overlay-color {
		position: absolute;
		z-index: 2;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		opacity: 0.6;
		background-color: #1D1D1B;
	}
	.full-section-overlay-color3{
		position: absolute;
		z-index: 2;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		opacity: 0.5;
		background-color: #1D1D1B;
	}
	.full-section-overlay-color2 {
		position: absolute;
		z-index: 2;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		opacity: 0.6;
		background-color: #1D1D1B;
	}
	
	.full-section-shadow-top {
		position: absolute;
		z-index: 5;
		top: 0;
		left: 0;
		right: 0;
		height: 90px;
		opacity: 0.31;
		background: -webkit-linear-gradient(#000, transparent);
		background: 		linear-gradient(#000, transparent);
	}
	
	.full-section-shadow-bottom {
		position: absolute;
		z-index: 5;
		bottom: 0;
		left: 0;
		right: 0;
		height: 50px;
		opacity: 0.05;
		background: -webkit-linear-gradient(transparent, #000);
		background: 		linear-gradient(transparent, #000);
	}
	
	.full-section-container {
		position: relative;
		z-index: 6;
	}
	
	.full-section-container p{
		font-size: 14px;
	}
	.full-screen .full-section-container {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.parallax-multilayer {
		position: absolute;
		z-index: 4;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.parallax-multilayer .parallax-layer  {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.half-image {
		position: absolute;
		z-index: 0;
		top: 0;
		width: 50%;
		height: 100%;
		background: no-repeat bottom right;
	}
	
	.half-image-left .half-image { left: -7%; }
	.half-image-right .half-image { right: 0; }
	
	.half-image img { display: none; }
	
	.parallax { 
		background-attachment: fixed !important;
		-webkit-background-size: cover !important;
				background-size: cover !important;	
	}
	
	.full-section.dark-section {
		background-color: #555;
		color: #fff;
	}
	
	.full-section.dark-section a {
		color: #EE3A26;
	}
	
	.full-section.dark-section a,
	.full-section.dark-section h1,
	.full-section.dark-section h2,
	.full-section.dark-section h3,
	.full-section.dark-section h4,
	.full-section.dark-section h5,
	.full-section.dark-section h6, 
	.full-section.dark-section a:hover,
	.full-section.dark-section input[type="reset"]:hover,
	.full-section.dark-section input[type="submit"]:hover,
	.full-section.dark-section input[type="button"]:hover,
	.full-section.dark-section .filter li a,
	.full-section.dark-section .pagination li a,
	.full-section.dark-section .counter-value,
	.full-section.dark-section .progress-bar span, 
	.full-section.dark-section .comparison-bars .progress-bar-title-after h2 small,
	.full-section.dark-section .comparison-bars .progress-bar-title-before h2 small,
	.full-section.dark-section .countdown > div,
	.full-section.dark-section .testimonial > h6 small, 
	.full-section.dark-section .blog-article-author h6 span, 
	.full-section.dark-section .widget-tags a,
	.full-section.dark-section .widget-recent-posts ul li .read-more,
	.full-section.dark-section .widget-recent-posts ul li .post-title {
		color: inherit;
	}
	
	.full-section.dark-section a:hover {
		color: #EE3A26;
	}
	
	.full-section.dark-section .text-box {
		background-color: #fff;
		color: #6e6e6e;
	}
	
	.full-section.dark-section .btn {
		color: #fff;
	}
	
	.full-section.dark-section .btn:before {
		background-color: #fff;
	}
	
	.full-section.dark-section .btn:hover {
		color: #282e3a;
	}
	
	.full-section.dark-section .btn-white {
		border-color: #fff;
		color: #282e3a;
	}
	
	.full-section.dark-section .btn-white:hover {
		color: #fff;
	}
	
	.full-section.dark-section .btn-white:before {
		background-color: #282e3a;
	}
	
	.full-section.dark-section .panel-title a, 
	.full-section.dark-section .panel-title a:focus{
		color: #fff;
	}
	
	.full-section.dark-section .service-box.style-4 i {
		box-shadow: 7px 30px 40px 0 rgba(255, 255, 255, 0.2);
	}
	
	.full-section.dark-section .slider-navigation span {
		border-color: #fff;
	}
	
	.full-section.dark-section .widget-search input[type="submit"] {
		background-image: url(../images/search2.png);
	}
	
	.full-section.dark-section .widget-newsletter input[type="email"] {
		border-color: #fff;
	}
	
	
	/* BACKROUNDS AND STYLE FOR FULL SECTIONS */
	#section-1 {
		margin-bottom: 0;
		padding: 150px 0 30px;
		background-color: #fafafa;
	}
	
	#section-2 {
		padding: 80px 0 70px;
		background-image: url(../../images/backgrounds/bg-2.jpg);
	}
	
	#section-3 {
		margin-top: 80px;
		padding: 120px 0 100px;
	}
	
	#section-4 {
		margin-top: 80px;
		padding: 100px 0;
		background-image: url(../../images/backgrounds/bg-3.jpg);
	}
	
	#section-5 {
		margin-top: 70px;
		padding: 80px 0 60px;
		background-color: #EE3A26;
	}
	
	#section-6 {
		margin-top: 60px;
		padding: 50px 0;
	}
	#section-24 {
		background-color: #EAE3E3;
		padding: 50px 0;

	}
	
	#section-7 {
		margin-top: 50px;
		padding-top: 120px; 
		padding-bottom: 0;
		background-color: #290b2f;
	}
	
	#section-8{
		margin-top: 50px;
		padding: 120px 0; 
		background-color: #060c17;
	}
	
	#section-9 {
		margin-top: 80px;
		margin-bottom: 0;
		padding-top: 80px; 
		padding-bottom: 0;
		background-color: #f6f6f6;
	}
	
	#section-10 {
		padding-top: 0;
		padding-bottom: 80px;
		background-image: url(../../images/backgrounds/bg-5.jpg);
	}
	
	#section-11 {
		margin-top: 80px;
		padding: 100px 0 80px;
		background-image: url(../../images/backgrounds/bg-6.jpg);
	}
	
	#section-12 {
		margin-top: 60px;
		padding: 100px 0 80px;
		background-color: #f4f4f4;
	}
	
	#section-13 {
		margin-top: 50px;
		margin-bottom: 0;
		background-image: url(../../images/backgrounds/bg-7.jpg);
	}
	
	#section-13 h5 {
		margin-bottom: 0;
	}
	
	#section-14 {
		margin-bottom: 0;
		background-image: url(../../images/backgrounds/bg-8.jpg);
	}
	
	#section-14 h5 {
		margin-bottom: 0;
	}
	
	#section-15 {
		margin-bottom: 0;
		background-image: url(../../images/backgrounds/bg-9.jpg);
	}
	
	#section-15 h5 {
		margin-bottom: 0;
	}
	
	#section-16 {
		background-image: url(../../images/backgrounds/bg-10.jpg);
	}
	
	#section-16 h5 {
		margin-bottom: 0;
	}
	
	#section-17 {
		margin-top: 80px;
		padding: 100px 0 80px;
		background-image: url(../../images/backgrounds/bg-11.jpg);
	}
	
	#section-18 {
		margin-top: 50px;
		margin-bottom: 0;
		padding: 100px 0 50px;
		background-color: #f8f8f8;
	}
	
	#section-19 {
		margin-bottom: -70px;
		padding: 100px 0 80px;
		background-color: #232f43;
	}
	
	#section-20 {
		padding: 180px 0;
		background-color: #232f43;
	}
	
	#section-21 {
		margin-bottom: -70px;
		-webkit-background-size: cover;
				background-size: cover;	
		background-image: url(../../images/backgrounds/bg-12.jpg);
	}
	
	#section-22 {
		margin-top: 80px;
		margin-bottom: 0;
		padding-top: 120px;
	}
	
	#section-23 {
		margin-top: 80px;
		margin-bottom: -70px;
		padding: 100px 0 80px;
		background-image: url(../../images/backgrounds/bg-6.jpg);
	}

/***********************************************************************************
 *	+ VIDEO PLAYER
 ***********************************************************************************/	
	
	#local-video-section,
	#youtube-video-section, 
	#youtube-video-section2, 
	#youtube-video-section3,
	#youtube-video-section4 {
		position: absolute;
		overflow: hidden;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#youtube-video-section4{
		width: 98%;
	}
	#youtube-video-section3 {
		margin-bottom: 5px;
		width: 103%;
		height: 104%;
	}
	#local-video-section video {
		width: 100%;
	}
	
	#video-section {
		padding: 0;
		margin-top: 80px;
		height: 635px;
	}
	#video-sectionpop {
		padding: 0;
		height: 700px;
		width: 100%;

	}
	
	.youtube-player {
		display: none;
	}
	
	#video-section .full-section-container {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		z-index: 2;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
/***********************************************************************************
 *	+ GO TOP
 ***********************************************************************************/
	
	#go-top {
		z-index: 7000;
		display: none;
		position: fixed;
		bottom: 50px;
		right: 50px;
		width: 42px;
		height: 42px;
		border-radius: 50%;
		font-size: 20px;
		line-height: 44px;
		text-decoration: none;
		cursor: pointer;
		text-align: center;
		background-color: #282e3a;
		color: #fff;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	#go-top:hover {
		background-color: #EE3A26;
	}

/***********************************************************************************
 *	+ SLIDERS
 ***********************************************************************************/
	
	/* REVOLUTION SLIDER */
	.bannercontainer {
		width: 100%;
		position: relative;
		padding: 0;
		
	}
	 
	.banner{
		width: 100%;
		position: relative;
	}
	
	.tp-leftarrow.default,
	.tp-rightarrow.default {
		width: 36px;
		height: 36px;
		border-radius: 5px;
		background: #282e3a no-repeat center center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.tp-leftarrow.default:hover,
	.tp-rightarrow.default:hover {
		background-color: #EE3A26;
	}
	
	.tp-leftarrow.default {
		background-image: url(../images/prev.png);
	}
	
	.tp-rightarrow.default {
		background-image: url(../images/next.png);
	}
	
	.tp-bullets.simplebullets.round .bullet {
		width: 10px;
		height: 10px;
		margin: 0 3px;
		border-radius: 50%;
		border: 2px solid B61924;
		background: transparent;
	}
	
	.tp-bullets.simplebullets.round .bullet:hover,
	.tp-bullets.simplebullets.round .bullet.selected { background-color: B61924; }
	
	.banner .pattern {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: url(../images/pattern.png) repeat top left;
		opacity: 0.3;
	}
	
	.tp-caption.title {
		font-size: 36px;
		line-height: 48px;
		font-weight: 500;
		color: #fff;
	}
	
	.tp-caption.title-small {
		font-size: 30px;
		line-height: 40px;
		font-weight: 500;
		color: #fff;
	}
	
	.tp-caption.title-big {
		font-size: 86px;
		line-height: 100px;
		font-weight: 500;
		color: #282e3a;
	}
	
	.tp-caption.text {
		font-size: 14px;
		line-height: 24px;
		color: #fff;
	}
	
	.tp-caption .btn, 
	.tp-caption .btn:hover {
		color: #fff;
	}
	
	/* OWL Carousel */
	
	.owl-carousel {
		/*margin-bottom: 50px;*/
	}
	
	.owl-pagination {
		position: absolute;
		bottom: 10px;
		left: 0;
		width: 100%; 
		text-align: center;
	}
	
	.owl-page {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin-right: 5px;
		border-radius: 50%;
		border: 2px solid #EE3A26;
		background-color: transparent;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.owl-page:hover,
	.owl-page.active {
		background-color: #EE3A26;
	}
	
	.owl-page:last-child {
		margin-right: 0;
	}
	
	.owl-prev,
	.owl-next {
		position: absolute;
		top: 50%;
		width: 32px;
		height: 32px;
		
		background: #282e3a no-repeat center center;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.owl-prev {
		left: -150px;
		background-image: url(../images/prev.png);
	}
	
	.owl-next {
		right: -150px;
		background-image: url(../images/next.png);
	}
	
	.owl-prev:hover,
	.owl-next:hover {
		background-color: #EE3A26;
	}
	
	.slider-navigation {}
	
	.slider-navigation span {
		display: inline-block;
		width: 32px;
		height: 32px;
		text-align: center;
		font-size: 12px;
		line-height: 30px;
		margin: 0 5px;
		border-radius: 5px;
		border: 2px solid #6e6e6e;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.slider-navigation span:hover {
		cursor: pointer;
		border-color: #282e3a;
		background-color: #282e3a;
		color: #fff;
	}
	
	
	/* TESTIMONIALS SLIDER */
	.testimonials-slider .owl-pagination {
		bottom: -30px; 
		display: none;
	}
	
	
	/* LOGOS SLIDER */
	.logos-slider {
		margin: 30px 0;
		text-align: center;
	}
	
	.logos-slider:hover {
		cursor: move;
	}
	
	
	/* IMAGES SLIDER */
	.images-slider { 
		text-align: center;
		margin-bottom: 50px;
	}
	
	.images-slider:hover {
		cursor: move;
	}
	

/***********************************************************************************
 *	+ ANIMATIONS
 ***********************************************************************************/
	
	.wow {
		visibility: hidden;
	}
	
	.wow.animated {
		visibility: visible;
	}
	
/***********************************************************************************
 *	+ WIDGETS
 ***********************************************************************************/
	
	.widget {
		margin-bottom: 70px;
	}
	
	.widget-title {
		text-transform: uppercase;
		letter-spacing: 1px;
		margin-bottom: 40px;
	}
	
	/* WIDGET TEXT */
	.widget-text {}
	
	.widget-text div > *:last-child {
		margin-bottom: 0;
	}
	
	.widget-text .widget-text-newsletter h2 {
		margin-bottom: 0;
	}
	
	
	/* WIDGET SERACH */
	.widget-search {}
	
	.widget-search form {
		position: relative;
	}
	
	.widget-search input[type="search"] {
		width: 100%;
		padding-left: 40px;
		margin-bottom: 0;
	}
	
	.widget-search input[type="submit"] {
		border: none;
		position: absolute;
		top: 2px;
		left: 0;
		background: url(../images/search.png) no-repeat center center;
	}
	
	
	/* WIDGET CATEGORIES */
	.widget-categories {}
	
	.widget-categories ul {
		list-style: none;
		margin-left: 20px;
		margin-bottom: 0;
	}
	
	.widget-categories ul li {
		margin-bottom: 10px;
	}
	
	.widget-categories ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-categories ul li a {
		color: #282e3a;
	}
	
	.widget-categories ul li a:before {
		content: "";
		position: relative;
		top: -1px;
		display: inline-block;
		width: 8px;
		height: 8px;
		margin-right: 10px;
		border-radius: 50%;
		border: 2px solid #EE3A26;
		-webkit-transition: background-color 0.3s;
				transition: background-color 0.3s;
	}
	
	.widget-categories ul li a:hover {
		text-decoration: none;
		color: #EE3A26;
	}
	
	.widget-categories ul li a:hover:before {
		background-color: #EE3A26;
	}
	
	
	/* WIDGET CATEGORIES DROPDOWN */
	.widget-categories-dropdown {}
	
	.widget-categories-dropdown select {
		width: 100%;
	}
	
	
	/* WIDGET ARCHIVES */
	.widget-archives {}
	
	.widget-archives ul {
		list-style: none;
		margin-left: 20px;
		margin-bottom: 0;
	}
	
	.widget-archives ul li {
		margin-bottom: 10px;
	}
	
	.widget-archives ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-archives ul li a {
		color: #282e3a;
	}
	
	.widget-archives ul li a:before {
		content: "";
		position: relative;
		top: -1px;
		display: inline-block;
		width: 8px;
		height: 8px;
		margin-right: 10px;
		border-radius: 50%;
		border: 2px solid #EE3A26;
		-webkit-transition: background-color 0.3s;
				transition: background-color 0.3s;
	}
	
	.widget-archives ul li a:hover {
		text-decoration: none;
		color: #EE3A26;
	}
	
	.widget-archives ul li a:hover:before {
		background-color: #EE3A26;
	}
	
	
	/* WIDGET ARCHIVES DROPDOWN */
	.widget-archives-dropdown {}
	
	.widget-archives-dropdown select {
		width: 100%;
	}
	
	
	/* WIDGET PAGES */
	.widget-pages {}
	
	.widget-pages ul {
		list-style: none;
		margin-left: 20px;
		margin-bottom: 0;
	}
	
	.widget-pages ul li {
		margin-bottom: 10px;
	}
	
	.widget-pages ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-pages ul li a {
		color: #282e3a;
	}
	
	.widget-pages ul li a:before {
		content: "";
		position: relative;
		top: -1px;
		display: inline-block;
		width: 8px;
		height: 8px;
		margin-right: 10px;
		border-radius: 50%;
		border: 2px solid #EE3A26;
		-webkit-transition: background-color 0.3s;
				transition: background-color 0.3s;
	}
	
	.widget-pages ul li a:hover {
		text-decoration: none;
		color: #EE3A26;
	}
	
	.widget-pages ul li a:hover:before {
		background-color: #EE3A26;
	}
	
	
	/* WIDGET METADATA */
	.widget-metadata {}
	
	.widget-metadata ul {
		list-style: none;
		margin-left: 20px;
		margin-bottom: 0;
	}
	
	.widget-metadata ul li {
		margin-bottom: 10px;
	}
	
	.widget-metadata ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-metadata ul li a {
		color: #282e3a;
	}
	
	.widget-metadata ul li a:before {
		content: "";
		position: relative;
		top: -1px;
		display: inline-block;
		width: 8px;
		height: 8px;
		margin-right: 10px;
		border-radius: 50%;
		border: 2px solid #EE3A26;
		-webkit-transition: background-color 0.3s;
				transition: background-color 0.3s;
	}
	
	.widget-metadata ul li a:hover {
		text-decoration: none;
		color: #EE3A26;
	}
	
	.widget-metadata ul li a:hover:before {
		background-color: #EE3A26;
	}
	
	
	/* WIDGET TAGS */
	.widget-tags {}
	
	.widget-tags a {
		position: relative;
		overflow: hidden;
		display: inline-block;
		padding: 5px 20px;
		margin-bottom: 10px;
		margin-right: 5px;
		border-radius: 20px;
		text-decoration: none;
		backface-visibility: hidden;
		background-color: #282e3a;
		color: #fff;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: color 0.3s;
				transition: color 0.3s;
	}
	
	.widget-tags a:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		content: "";
		border-radius:20px;
		z-index: -1;
		background-color: #EE3A26;
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-tags a:hover:before {
		-webkit-transform: scale(1.2);
			-ms-transform: scale(1.2);
				transform: scale(1.2);
	}
	
	
	/* WIDGET NEWSLETTER */
	.widget-newsletter {}
	
	.widget-newsletter form {
		position: relative;
	}
	
	.widget-newsletter input[type="email"] {
		width: 100%;
		height: 45px;
		padding-right: 150px;
		margin-bottom: 0;
		border-color: #282e3a;
	}
	
	.widget-newsletter input[type="email"]:focus {
		border-color: #EE3A26;
	}
	
	.widget-newsletter input[type="submit"] {
		position: absolute;
		top: 2px;
		right: 0;
		height: 41px;
		border-radius: 0 20px 20px 0;
	}
	
	
	/* WIDGET RECENT POSTS */
	.widget-recent-posts {}
	
	.widget-recent-posts ul {
		list-style: none;
		margin-bottom: 0;
	}
	
	.widget-recent-posts ul li {
		margin-bottom: 15px;
	}
	
	.widget-recent-posts ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-recent-posts ul li img {
		float: left;
		margin-right: 15px;
	}
	
	.widget-recent-posts ul li .post-title {
		color: #282e3a;
	}
	
	.widget-recent-posts ul li .post-title:hover {
		text-decoration: none;
		color: #EE3A26;
	}
	
	.widget-recent-posts ul li .post-date {
		font-size:  11px;
	}
	
	.widget-recent-posts ul li .read-more {
		font-size:  11px;
		font-style: italic;
		color: #6e6e6e;
	}
	
	.widget-recent-posts ul li:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	
	/* WIDGET RECENT COMMENTS */
	.widget-recent-comments {}
	
	.widget-recent-comments ul {
		list-style: none;
		margin-bottom: 0;
	}
	
	.widget-recent-comments ul li {
		margin-bottom: 10px;
	}
	
	.widget-recent-comments ul li:last-child {
		margin-bottom: 0;
	}
	
	
	/* WIDGET CALENDAR */
	.widget-calendar {}
	
	.widget-calendar table {
		width: 100%;
		text-align: center;
	}
	
	.widget-calendar caption {
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 700;
		color: inherit;
	}
	
	.widget-calendar table th, 
	.widget-calendar table td {
		padding: 5px;
		text-align: center;
		border-top: 1px solid #e1e1e1;
		border-left: 1px solid #e1e1e1;
	}
	
	.widget-calendar table th:last-child, 
	.widget-calendar table td:last-child {
		border-right: 1px solid #e1e1e1;
	}
	
	.widget-calendar table tr:last-child td {
		border-bottom: 1px solid #e1e1e1;
	}
	
	.widget-calendar table tfoot td,
	.widget-calendar table tfoot td:last-child,
	.widget-calendar table tfoot tr:last-child td {
		border: none;
	}
	
	.widget-calendar table td#today {
		background-color: #EE3A26;
		color: #fff;
	}
	
	
	/* WIDGET FLICKR */
	.widget-flickr {}
	
	.flickr-photos {
		margin: -5px;
	}
	
	.flickr_badge_image {
		float: left;
		padding: 5px;
	}
	
	.flickr_badge_image img {
		width: 80px;
		height: auto;
	}
	
	.flickr-photos:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	
	/* WIDGET INSTAGRAM */
	.widget-instagram {}
	
	#instafeed {
		margin: -5px;
	}
	
	#instafeed a {
		float: left;
		display: block;
		width: 25%;
		padding: 5px;
	}
	
	#instafeed a img {
		display: block; 
		width: 100%;
		height: auto;		
	}
	
	#instafeed:after {
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}
	
	
	/* WIDGET CONTACT */
	.widget-contact {}
	
	.widget-contact ul {
		list-style: none;
		margin-bottom: 0;
	}
	
	.widget-contact ul li {
		font-weight: 400;
		position: relative;
		padding-left: 30px;
		margin-bottom: 15px;
	}
	
	.widget-contact ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-contact ul li i {
		position: absolute;
		top: 6px;
		left: 0;
		color: #E0858B;
	}
	
	.widget-contact ul li a {
		color: #6e6e6e;
	}
	
	
	/* WIDGET SOCIAL */
	.widget-social {}
	
	.widget-social .social-media {
		margin-bottom: 0;
	}
	
/***********************************************************************************
 *	+ RESPONSIVE
 ***********************************************************************************/
/***********************************************************************************
 *	- LARGE DISPLAY (>1200px)
 ***********************************************************************************/

	@media (min-width: 1200px) {
		
		.isotope.col-5 .isotope-item {
			width: 20%;
		}
		
	}
	
/***********************************************************************************
 *	- SMALL DISPLAY (TABLETS)
 ***********************************************************************************/
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.text-box {
			padding: 30px;
		}
		
		.nav-tabs > li {
			float: none;
			margin-left: 0;
		}
		
		.horizontal-tabs.big-tabs .nav-tabs {
			margin-bottom: 50px;
		}
		
		.horizontal-tabs.big-tabs .nav-tabs > li {
			display: block;
		}
		
		.nav-tabs > li.active:last-child a {
			border-bottom: 1px solid #e1e1e1;
		}
		
		.horizontal-tabs.big-tabs .tab-content {
			padding: 0 50px;
		}
		
		.vertical-tabs .nav-tabs {
			float: none;
			width: 100%;
			margin-bottom: 30px;
		}
		
		.vertical-tabs .nav-tabs > li > a, 
		.vertical-tabs .nav-tabs > li:first-child > a {
			border-top: 1px solid #e1e1e1;
		}
		
		.vertical-tabs .nav-tabs > li:last-child > a {
			border-bottom: 1px solid #e1e1e1;
		}
		
		.vertical-tabs .tab-content {
			margin-left: 0;
			border-left: none;
			padding: 0;
		}
		
		.squares-tabs .nav-tabs {
			margin: -5px;
		}
		
		.squares-tabs .nav-tabs > li {
			padding: 5px;
		}
		
		.squares-tabs .tab-content {
			margin-top: 0;
		}
		
		.comparison-bars .progress-bar-title-after,
		.comparison-bars .progress-bar-title-before {
			width: 25%;
		}
		
		.comparison-bars .progress {
			width: 50%;
		}
		
		.isotope.col-4 .isotope-item {
			width: 33.333333%;
		}
		
		
		.isotope.col-5 .isotope-item {
			width: 33.333333%;
		}
		
		.tp-caption .btn {
			padding: 7px 20px; 
			font-size: 10px;
		}
		
		.owl-prev {
			left: -100px;
		}
		
		.owl-next {
			right: -100px;
		}
		
		.widget-newsletter input[type="email"] {
			margin-bottom: 5px;
			padding-right: 25px;
		} 
		
		.widget-newsletter input[type="submit"] {
			position: relative;
			margin-bottom: 0;
			border-radius: 20px;
		}
		
		#instafeed a {
			width: 33.333333%;
		}
		
	}
	
/***********************************************************************************
 *	- EXTRA SMALL DISPLAY (PHONES PORTRAIT)
 ***********************************************************************************/
 
	@media (max-width: 767px) {
		
		.text-box {
			padding: 30px;
		}
		
		.nav-tabs > li {
			float: none;
			margin-left: 0;
		}
		
		.horizontal-tabs.big-tabs .nav-tabs {
			margin-bottom: 50px;
		}
		
		.horizontal-tabs.big-tabs .nav-tabs > li {
			display: block;
		}
		
		.nav-tabs > li.active:last-child a {
			border-bottom: 1px solid #e1e1e1;
		}
		
		.horizontal-tabs.big-tabs .nav-tabs > li > a {
			padding: 25px 0;
		}
		
		.horizontal-tabs.big-tabs .tab-content {
			padding: 0 20px;
		}
		
		.vertical-tabs .nav-tabs {
			float: none;
			width: 100%;
			margin-bottom: 30px;
		}
		
		.vertical-tabs .nav-tabs > li > a, 
		.vertical-tabs .nav-tabs > li:first-child > a {
			border-top: 1px solid #e1e1e1;
		}
		
		.vertical-tabs .nav-tabs > li:last-child > a {
			border-bottom: 1px solid #e1e1e1;
		}
		
		.vertical-tabs .tab-content {
			margin-left: 0;
			border-left: none;
			padding: 0;
		}
		
		.squares-tabs .nav-tabs, 
		.squares-tabs .tab-content {
			float: none;
			width: 100%;
		}
		
		.squares-tabs .nav-tabs {
			margin: -5px;
		}
		
		.squares-tabs .nav-tabs > li {
			padding: 5px;
		}
		
		.squares-tabs .tab-content {
			padding-left: 0;
		}
		
		.process-steps .step {
			float: none;
			width: 100%;
		}
		
		.process-steps.process-4-steps .step {
			width: 100%;
		}
		
		.process-steps.process-3-steps .step {
			width: 100%;
		}
		
		.comparison-bars .progress-bar-title-after,
		.comparison-bars .progress-bar-title-before {
			width: 25%;
		}
		
		.comparison-bars .progress-bar-title-after i,
		.comparison-bars .progress-bar-title-before i {
			display: block;
			float: none;
			margin-right: 0;
			margin-bottom: 10px;
		}
		
		.comparison-bars .progress {
			width: 50%;
			margin-top: 40px;
		}
		
		.countdown > div {
			font-size: 24px;
			line-height: 32px;
			min-width: 70px;
		}
		
		.legend li {
			display: block;
			margin: 10px 0;
		}
		
		.testimonials-slider .owl-pagination {
			display: block;
		}
		
		.isotope .isotope-item {
			float: none;
			width: 100%;
		}
		
		.isotope.col-2 .isotope-item, 
		.isotope.col-3 .isotope-item, 
		.isotope.col-4 .isotope-item,
		.isotope.col-5 .isotope-item {
			width: 100%;
		}
		
		.filter li {
			display: block;
			margin-right: 0;
			margin-bottom: 15px;
		}
		
		.filter li:last-child {
			margin-bottom: 0;
		}
		
		.full-screen .full-section-container {
			position: relative;
			top: 0;
			-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
					transform: translateY(0);
		}
		
		.half-image {
			position: relative;
			width: 100%;
			background: none !important;		 
		}
		
		.half-image img { 
			display: block;
			margin-bottom: 20px;
		}
		
		.half-image-left .half-image { left: 0; }
		.half-image-right .half-image { right: 0; }
		
		.tp-leftarrow.default,
		.tp-rightarrow.default {
			display: none;
		}
		
		.tp-caption .btn {
			padding: 3px 10px; 
			font-size: 5px;
			line-height: 12px;
		}
		
	}
	
/***********************************************************************************
 *	- EXTRA SMALL DISPLAY (PHONES LANDSCAPE)
 ***********************************************************************************/
 
	@media only screen and (min-width: 480px) and (max-width: 767px) {
			
		.isotope .isotope-item {
			float: left;
			width: 50%;
		}
		
		.isotope.col-2 .isotope-item, 
		.isotope.col-3 .isotope-item, 
		.isotope.col-4 .isotope-item,
		.isotope.col-5 .isotope-item {
			width: 50%;
		}
			
	}
#partners {
	background: #EE3A26;
   
	text-align: center;
	padding: 40px 0 20px 0;
}
#partners h3 {
	font-size: 33px;
	color: #e2a5a9;
	font-weight: 300;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	line-height: 1.2em;
	padding: 0px 1.6% 0px 0px;
	font-size: 2.5vw;
}

#partners p {
	display: inline-block;
	vertical-align: middle;
	padding: 0px 1.6%;
	border-left: 1px solid #bf6369;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#partners p:nth-child(6) {
	width: 15.1%;
	max-width: 239px;
	padding: 0.7% 1.6%;
}
#partners p:nth-child(2) {
	width: 8%;
	max-width: 128px;
	padding: 0.3% 1.6%;
	border-left:0;
}
#partners p:nth-child(3) {
	width: 16.3%;
	max-width: 260px;
	padding: 0.9% 1.6%;
}
#partners p:nth-child(4) {
	width: 9.4%;
	max-width: 151px;
	padding: 0.7% 1.6%;
}
#partners p:nth-child(5) {
	width: 4.9%;
	max-width: 79px;
	padding: 0.5% 1.6%;
}
.full-section-container h2{
	font-size: 32px;
}
.footer-dofinansowanie{
	padding: 20px;
}
#footer-top p{
	font-size: 16px;
	font-style: italic;
}
.purple i{
	color:#670777;
}
.megamenu h2{
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: -0.75px;

}
.paral{
	color: #fff !important;
}
.sidebar_products a{
	color: #333;
}
.sidebar_products2 i{
	font-size: 20px;
	padding-right: 5px;
}
.sidebar_products2{
	margin-top: 20px;
}
.sidebar_products h2  {  
	color: #EE3A26;
	font-weight: 700;
    margin-bottom: 0px;
    font-size: 15px;
    text-transform: uppercase;
    /*background-color: rgb(182, 25, 36);*/
    padding: 5px 10px;
}
.sidebar_products{
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
	margin-bottom: 15px;
	padding: 0;
}
.sidebar_products .nav-pills>li.active>a{
		background-color: #EE3A26;
}
.sidebar_products .nav>li>a:focus,.sidebar_products .nav>li>a:hover,.sidebar_products .nav>li>a:active {
	text-decoration: none;
    color: #fff;
    background: url(../../images/blog/bullet-white.png) no-repeat 10px center #b5b5b5;
    padding-left: 35px;
    transition: all 0.2s;
}
.sidebar_products2 .nav>li>a {
	font-size: 18px;
}

#DaneTechniczne table span {
	float: right;
	font-size: 0.8em;
}
#DaneTechniczne table {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}
.videoHome{
	padding-left: 0;
	margin-top: 50px;
}
.kotlyHome{
	padding-right: 60px;
}
.slaskieTabOff,.malopolskieTabOff,.dolnoslaskieTabOff,.swietokrzyskieTabOff,.LubelskieTabOff,.LodzkieTabOff{
	display: none;
}
/*.malopolskieTabOff{
	display: none;
}
.dolnoslaskieTabOff{
	display: none;
}
.swietokrzyskieTabOff{
	display: none;
}
.LubelskieTabOff{
	display: none;
}
.LodzkieTabOff{
	display: none;
}*/
.kolorTla{
	background-color: #EE3A26;
}
.odstep{
		padding: 50px 5px 50px 100px;
}
.odstepDystNag{
		margin-top: 40px;
}
.odstepDyst{
		margin-bottom: 80px;
}
.odstepDystNag h3{
	text-transform: uppercase;
	font-size: 20px;
}
.odstep h6, .odstep li{
	color: #fff;
}
.ofirmie h6 {
	font-size: 20px;
	line-height: 21px;
	font-weight: 700;
	margin-bottom: 10px;
}
.marginesh6{
	margin-top: 40px;
}
.wide{
	background-color: #F3F3F3;
}
.kontaktMargin{
	margin-bottom: 40px; 
}
.kontaktBackg{
	background-color: #060C17;
	color: #fff;
}
.kontakt{
	color: #fff;
}
.kolorai .widget-contact ul li i {
		position: absolute;
		top: 6px;
		left: 0;
		color: #fff;;
	}
	
	
.kolorai .widget-contact ul li a {
		color: #fff;;
	}
.kontaktBackg input, textarea{
	border-radius: 0;
}
.kontaktBackg #contact-form label.error {
	color: #fff;  
}
.table-hover>tbody>tr:hover {
	background-color: #EE3A26;
	color: #fff;
}
.ser .table-hover>tbody>tr:hover {
	background-color: #282F3C;
	color: #fff;
}
.ser .table-hover>tbody>tr:hover a {
	background-color: #282F3C;
	color: #fff;
}
.ser .table-hover>tbody>tr>td>a {

	color: #333;
}
/*.head{
	color: #444444;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	font-weight: 900;
	letter-spacing: -.05em;
	font-size: 44px;
	text-transform: uppercase;
	background-color: #aaa;
	padding: 70px 100px;
}*/
.menu li.dropdown ul li a{
	text-transform: uppercase;
}
.modal{
	top: 100px;
}
.btnkont{
	border: 2px solid #fff;
}
.nowosc h1{
	font-size: 50px;
	font-weight: 500;
}
.nowosc p{
	font-size: 14px;
}
.btn{
	border-radius: 0;
}
nav li a{
	font-size: 14px;
}
.image-box p {
	font-size: 13px;
	line-height: 18px;
	color: #333;
}
thead{
	background-color: #282F3C;
	color: #e1e1e1;
}

#contact-form2{
	color:#333;
}
.products-hover{
	text-transform: uppercase;
	
}
.products-margin{
	margin-top: 40px;
}
.products-margin .images-slider{
	border-left: 5px solid #EE3A26;
}


.widget-contact img{
	margin-bottom: 10px;
	margin-top: -10px;
}
#wys{
	background: url('../../images/about/f_s.png') no-repeat scroll 0 0 transparent;
	padding: 10px;
	width: 260px;
	height:400px;
	position: fixed;
	margin-top: -100px; /*połowa wysokości panelu w górę */ left: 0px;
	top: 50%;
	z-index: 9999;
	}
	.zamknij{
	background-position: 0px 0px -242px 0px;
	}
#yt{
	background: url('../../images/about/yt_s.png') no-repeat scroll 0 0 transparent;
	width: 179px;
	height:53px;
	position: fixed;
	margin-top: -97px; /*połowa wysokości panelu w górę */ 
	left: 0px;
	top: 45%;
	z-index: 9999;
	}
	.zamknij2{
	background-position: 0px 0px -139px 0px;
	}
#ft{
	background: url('../../images/about/f_s.png') no-repeat scroll 0 0 transparent;
	width: 57px;
	height:53px;
	position: fixed;
	 /*połowa wysokości panelu w górę */ 
	left: -10px;
	top: 200px;
	z-index: 9999;
	}
#ytn{
	background: url('../../images/about/yt_s.png') no-repeat scroll 0 0 transparent;
	width: 57px;
	height:53px;
	position: fixed;
	 /*połowa wysokości panelu w górę */ 
	left: -10px;
	top: 260px;
	z-index: 9999;
	}
#prp{
	background: url('../../images/about/prp.png') no-repeat scroll 0 0 transparent;
	width: 155px;
	height:70px;
	position: fixed;
	 /*połowa wysokości panelu w górę */ 
	left: -108px;
	top: 380px;
	z-index: 9999;
	}
	#prp:hover{
	left:0;

}

#ft:hover,#ytn:hover,#eut:hover{
	left:-5px;

}
	#eut{
	background: url('../../images/about/eut_s.png') no-repeat scroll 0 0 transparent;
	width: 57px;
	height:53px;
	position: fixed;
	 /*połowa wysokości panelu w górę */ 
	left: -10px;
	top: 320px;
	z-index: 9999;
	}

.nowosc .portfolio-item.portfolio-classic .portfolio-item-thumbnail {
		float: left;
		width: 90%;
	}
.paragraf{
	font-size: 12px;
	line-height: 12px;
	color: #666;
	padding: 20px 0 40px 0;
}
.grubeh2 h2{
	font-family: 'Archivo Black', sans-serif;
	font-size: 36px; 
	text-transform: uppercase;
	font-weight: 800;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
	color: #060C17;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.kont{
	padding-top: 50px;
}
.iko{
	font-size: 40px;
	color: #000;
	padding: 20px 0 0 500px;
}

.info{
	margin-bottom: 15px;
	
	padding: 10px;
	
	

}
.info img{
	    float: left;
    margin-right: 15px;
    position: relative;
}


.granat{
	
	background-color: #282F3C;
	color: #fff;
	min-height: 150px;


}
.granat2{
	background-color: #282F3C;
    color: #fff;
    min-height: 200px;
    padding: 15px 5px 0px 15px;
    line-height: 35px;
}
.czerwony{
	background-color: #EE3A26;
    color: #fff;
    min-height: 150px;
}
.czerwony img{
	vertical-align: middle;
	margin: 12px;
}
.granat img{
	vertical-align: middle;
	margin: 12px;
}
.czerwony p{
	padding-top: 20px;
}
.granat p{
	padding-top: 20px;
}
.czerwony2{
	background-color: #EE3A26;
    color: #fff;
    padding: 15px;
    line-height: 30px;
    min-height: 200px;
}
.czerwony2 h2, .czerwony2 h3, .czerwony2 a{

    color: #fff;
}
.czerwony2 span{
	font-size: 36px;
}
.granat2 span{
	font-size: 24px;
}
.szary {
    background-color: #f3f3f3;
  	border: 1px solid #e1e1e1;
    min-height: 200px;
    padding: 10px 15px;
}
.podkreslenie_czerwone{
	    border-bottom: 2px solid #EE3A26;
    letter-spacing: 2px;
}
.podkreslenie_granat{
	    border-bottom: 2px solid #5F5F5F;
    letter-spacing: 2px;
}
.szary2{
	    background-color: #060C17;
    border-left: 15px solid #fff;
    padding: 15px;
    color: #FFF;
    text-indent: 30px;
    text-align: justify;
}
.nav-pills>li>a {
     border-radius: 0px; 
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    font-weight: 400;
}

.distrH5 caption {
    padding-top: 8px;
    padding-bottom: 0;
    color: #777;
    text-align: center;
}
.distrH5 h5 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0px;
    background-color: #00e095;
    color: #fff;
    padding: 8px;
}


 
.pieczatka5-klasa, .pieczatkajestem-eko
{ display: inline-block; background: url('../../images/png.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.pieczatka5-klasa { background-position: -5px -0px; width: 120px; height: 120px; }
.pieczatkajestem-eko { background-position: -5px -125px; width: 120px; height: 120px; }

.post-left{
	padding-left: 0;
}
.post-image{
	margin-bottom: 20px;
}
.post-left .day {
    display: block;
    color: #fff;
    font-size: 48px;
}
.day {
    color: #fff;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 4px;
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
}
.post-info {
    background: #EE3A26;
    opacity: .7;
}
.post-info-bar {
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: normal;
}
.post-info-bar span {
  float: right;
}
.post-left .month {
    display: block;
    color: #fff;
    font-size: 18px;
}
.month {
    color: #fff;
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.blog h3 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 10px;
    color:#141414;;
}
.blog a {
   text-decoration: none;
}
.info-item i{
	 color: #cc5e66;
	}   


.widget-area li, .md_widget_recent li, .category-list li {
    display: block;
    background: url(../../images/blog/bullet.png) no-repeat 20px center;
    padding: 15px;
    padding-left: 50px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.widget-area ul li:hover, .md_widget_recent ul li:hover, .category-list li:hover 
    border-bottom: 1px solid #f1f1f1;
    background: url(../../images/blog/bullet-white.png) no-repeat 25px center #f1f1f1;
    opacity: 0.7; 
    color:#fff;


}
.widget-area ol, .widget-area ul {
    list-style: none;
}
.md_widget_recent span {
    display: block;
    font-size: 10px;
    color: #999;
}
.md_widget_recent ul li a{
	color:#444 !important;

}

.widget-title{
	color:#555;
}


.post-content {
    margin-bottom: 75px;
}
.kontakt{
	color:#fff;
}
.readmore{
	margin-bottom: 120px;
}

.nav-pills>li:last-child {
    margin-bottom: 30px;
}

.nav>li>a {
    padding: 8px 20px;
}
.sidebar_products .nav>li>a {
    padding: 0px 20px;
}
	.modal-dialog {
  width: 80%;
  
  padding: 0;
}

.modal-content {
  height: 99%;
}
#popup .modal-content {

    background-color: transparent;
  
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
	
}

#popup .popupfilm{
	text-align: center;
	
	width: 80%;
	margin: 0 auto;
	position: absolute;
	top: 10%;
	left: 10%;
	opacity: 0.8;

}
#popup .film{
	background-color: #fff;
	font-size: 50px;
	padding: 5px 5px;
	color: #EE3A26;
	line-height: 65px;
}

#popup .popupfilm a{
	
	color: #fff;

}
#popup .popupfilm p{
	opacity: 1;
	color: #EE3A26;
	font-weight: 700;
}
#popup .popupfilm span {
    margin-top: 26px;
    font-size: 60px;
    opacity: 1;
    margin-left: 6px;
}
#circle {
	width: 120px;
	height: 120px;
	background-color: #EE3A26;
	border-radius: 100%;
	margin: 40px auto 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #222;
    /* text-shadow: 0 1px 0 #fff; */
    filter: alpha(opacity=70);
    opacity: .7;
}
.tytul h1{

	font-size: 2.2em;
    background-color: #EE3A26;
    color: #fff;
    padding: 10px 30px;
    font-weight: 700;
   
}
.border-img{
	border: 1px solid #eee;
margin-bottom: 40px;
}
.title-region{
	padding: 15px 0;
}
.title-region h2{
	
	font-size: 28px;

}
.title-region p{
	font-size: 16px;
}
.demo-agents-list ul li p span{
	font-size: 24px;
	color: #222;
	font-weight: 500;
}
.demo-agents-list img{
	float: left;
	border: 1px solid #aaa;
	
}
.demo-agents-list p{
	margin-left: 155px;
	margin-top: 45px;
	font-size: 16px;
	color: #666;

}
.demo-agents-list h3{
	font-size: 28px;
	line-height: 10px;

}
.cssmap-visible-list-container{
	font-size: 12px;
	letter-spacing: -1px;
}
.menu h2 a{
	font-size: 24px;
		line-height: 36px;
		font-weight: 500;
		margin-bottom: 12px;
	
    text-decoration: none;
    color: #EE3A26 !important;
    background-color: #F0F0F0 !important;
}
.categories h2 a{
	color: #EE3A26;
}

.blog ul ul, .blog ul ul ul{
	margin-left: 60px;
}
.blog ul li a:hover, .blog ul ul li a:hover, .blog ul ul ul li a:hover{
	color: #444;
	}

.signature-img{
	font-size: 12px;
color: #666;
font-style: italic;

}
.pop span {
    color: red;
    font-weight: 700;
}

.pop span a{
	text-decoration: underline;
    color: red;
    font-weight: 700;
}
.error{
	color:red;

}
.home-ul-price ul{
	line-height: 35px;
}
.form-control {
    display: block;
    width: 100%;
    
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.zgl select{
	border-radius: 3px;
	padding: 10px 10px;
}
.alert-zgl {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-zgl-2 {
    color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}

.polityka span{
	color:#EE3A26;
	font-weight: 700;
}
#intro{
	padding: 20px;
}
#produkty{
	padding: 20px;
}
#realizacje{
	padding: 20px;
}
.home-o-firmie{
	padding: 20px;
	font-weight: 300;
font-size: 16px;
font-style: italic;
line-height: 35px;
}
.logo-footer{
	padding: 75px 0;
}

.serwis h1{
	
	color: #fff;
}

	
	
	.serwis {
		position: relative;
		text-align: center;
	
	}
	
	

.serwis:after,
	.serwis:before {
		position: absolute;
		bottom: -25px;
		left: 50%;
		display: block;
		width: 35px;
		border-bottom: 2px solid;
		content: "";
	}
	
	.serwis:before {
		margin-left: -37px;
		border-color: #fff;
	}
	
	.serwis:after {
		margin-left: 3px;
		border-color: #fff;

	}

.produkt-serwis span{
	color: #ee3a26;

font-weight: 700;

font-size: 20px;

}
.produkt-serwis p{
font-size: 16px;

line-height: 30px;


}
.produkt-serwis{
	padding: 30px 0 70px 0;
}
.kontakt-dane{
	padding: 30px 0 70px 0;
	font-weight: 500;
}
.kontakt-dane ul{
	list-style: none;
		margin-bottom: 0;
}
.kontakt-dane h5{
	

    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 18px;


}
.kontakt-dane ul li a, .kontakt-dane li{
	color:#060c17;
	font-size: 16px;

line-height: 32px;
}
.kont h2{
	font-size:24px;
}

.kont .btn-default,.kont .btn-default:hover, .kont.btn-default:focus,.kont .btn-default:active, .kont.btn-default:active:focus {

    background-color: #060C1700;
    color: #fff;

}

.specjalisci{
	padding-top: 28px;
}



/**********************************************************
***********************************************************
***********************************************************



   SOME MORE LAYER EXAMPLES, USE ONLY WHICH YOU NEED,
   TO SAVE LOAD TIME 



***********************************************************
***********************************************************
***********************************************************/





.tp-caption.medium_grey {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
padding:2px 4px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#888;
white-space:nowrap;
}

.tp-caption.small_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:14px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:40px;
line-height:40px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.very_large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
letter-spacing:-2px;
}

.tp-caption.very_big_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#000;
}

.tp-caption.very_big_black {
position:absolute;
color:#000;
text-shadow:none;
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#fff;
}

.tp-caption.modern_medium_fat {
position:absolute;
color:#000;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_fat_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_light {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_big_bluebg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#4e5b6c;
letter-spacing:0;
}

.tp-caption.modern_big_redbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
padding-top:1px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#de543e;
letter-spacing:0;
}

.tp-caption.modern_small_text_dark {
position:absolute;
color:#555;
text-shadow:none;
font-size:14px;
line-height:22px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.boxshadow {
-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
color:#000;
text-shadow:none;
}

.tp-caption.noshadow {
text-shadow:none;
}

.tp-caption.thinheadline_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:30px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.thintext_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:16px;
line-height:26px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.largeblackbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#000;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largepinkbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#db4360;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largewhitebg {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#fff;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largegreenbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#67ae73;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.excerpt {
font-size:36px;
line-height:36px;
font-weight:700;
font-family:Arial;
color:#ffffff;
text-decoration:none;
background-color:rgba(0, 0, 0, 1);
text-shadow:none;
margin:0px;
letter-spacing:-1.5px;
padding:1px 4px 0px 4px;
width:150px;
white-space:normal !important;
height:auto;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large_bold_grey {
font-size:60px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_thin_grey {
font-size:34px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_thin_grey {
font-size:18px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(117, 117, 117);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_darkblue {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_darkblue {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(52, 73, 94);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_red {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_red {
font-size:21px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_red {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(227, 58, 12);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_orange {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(243, 156, 18);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_orange {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.grassfloor {
text-decoration:none;
background-color:rgba(160, 179, 151, 1);
width:4000px;
height:150px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_white {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_white {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white_center {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:#ffffff;
text-decoration:none;
background-color:transparent;
padding:0px 0px 0px 0px;
text-align:center;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_asbestos {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(127, 140, 141);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_black {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.large_bold_black {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_darkblue {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_light_white {
font-size:17px;
line-height:28px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.roundedimage {
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bg_black {
font-size:40px;
line-height:40px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:10px 20px 15px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumwhitebg {
font-size:30px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:rgb(255, 255, 255);
padding:5px 15px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.large_bold_white_25 {
font-size:55px;
line-height:65px;
font-weight:700;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0px 5px 10px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.medium_text_shadow {
font-size:25px;
line-height:25px;
font-weight:600;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0px 5px 10px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.black_heavy_60 {
font-size:60px;
line-height:60px;
font-weight:900;
font-family:Raleway;
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.white_heavy_40 {
font-size:40px;
line-height:40px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.grey_heavy_72 {
font-size:72px;
line-height:72px;
font-weight:900;
font-family:Raleway;
color:rgb(213, 210, 210);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.grey_regular_18 {
font-size:18px;
line-height:26px;
font-family:"Open Sans";
color:rgb(119, 119, 119);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.black_thin_34 {
font-size:35px;
line-height:35px;
font-weight:100;
font-family:Raleway;
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.arrowicon {
line-height:1px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.light_heavy_60 {
font-size:60px;
line-height:60px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.black_bold_40 {
font-size:40px;
line-height:40px;
font-weight:800;
font-family:Raleway;
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.light_heavy_70 {
font-size:70px;
line-height:70px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.black_heavy_70 {
font-size:70px;
line-height:70px;
font-weight:900;
font-family:Raleway;
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.black_bold_bg_20 {
font-size:20px;
line-height:20px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:5px 8px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.greenbox30 {
line-height:30px;
text-decoration:none;
background-color:rgb(134, 181, 103);
padding:0px 14px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.blue_heavy_60 {
font-size:60px;
line-height:60px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(49, 165, 203);
padding:3px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.green_bold_bg_20 {
font-size:20px;
line-height:20px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(134, 181, 103);
padding:5px 8px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.whitecircle_600px {
line-height:1px;
width:800px;
height:800px;
text-decoration:none;
background:linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
filter:progid;
background-color:transparent;
border-radius:400px 400px 400px 400px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.fullrounded {
border-radius:400px 400px 400px 400px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.light_heavy_40 {
font-size:40px;
line-height:40px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.white_thin_34 {
font-size:35px;
line-height:35px;
font-weight:200;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.fullbg_gradient {
width:100%;
height:100%;
text-decoration:none;
background-color:#490202;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.light_medium_30 {
font-size:30px;
line-height:40px;
font-weight:700;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.red_bold_bg_20 {
font-size:20px;
line-height:20px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(224, 51, 0);
padding:5px 8px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.blue_bold_bg_20 {
font-size:20px;
line-height:20px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(53, 152, 220);
padding:5px 8px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.white_bold_bg_20 {
font-size:20px;
line-height:20px;
font-weight:900;
font-family:Raleway;
color:rgb(0, 0, 0);
text-decoration:none;
background-color:rgb(255, 255, 255);
padding:5px 8px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.white_heavy_70 {
font-size:70px;
line-height:70px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.light_heavy_70_shadowed {
font-size:70px;
line-height:70px;
font-weight:900;
font-family:Raleway;
color:#ffffff;
text-decoration:none;
background-color:transparent;
text-shadow:0px 0px 7px rgba(0, 0, 0, 0.25);
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.light_medium_30_shadowed {
font-size:30px;
line-height:40px;
font-weight:700;
font-family:Raleway;
color:#ffffff;
text-decoration:none;
background-color:transparent;
text-shadow:0px 0px 7px rgba(0, 0, 0, 0.25);
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.blackboxed_heavy {
font-size:70px;
line-height:70px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:5px 20px;
text-shadow:rgba(0, 0, 0, 0.14902) 0px 0px 7px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.bignumbers_white {
color:#ffffff;
background-color:rgba(0, 0, 0, 0);
font-size:84px;
line-height:84px;
font-weight:800;
font-family:Raleway;
text-decoration:none;
padding:0px 0px 0px 0px;
text-shadow:rgba(0, 0, 0, 0.247059) 0px 0px 7px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none solid none none;
}

.tp-caption.whiteline_long {
line-height:1px;
min-width:660px;
background-color:transparent;
text-decoration:none;
border-width:2px 0px 0px 0px;
border-color:rgb(255, 255, 255) rgb(34, 34, 34) rgb(34, 34, 34) rgb(34, 34, 34);
border-style:solid none none none;
}

.tp-caption.light_medium_20_shadowed {
font-size:20px;
line-height:30px;
font-weight:700;
font-family:Raleway;
color:#ffffff;
text-decoration:none;
background-color:transparent;
text-shadow:0px 0px 7px rgba(0, 0, 0, 0.25);
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.fullgradient_overlay {
background:linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
filter:progid;
width:100%;
height:100%;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.light_medium_20 {
font-size:20px;
line-height:30px;
font-weight:700;
font-family:Raleway;
color:#ffffff;
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.reddishbg_heavy_70 {
font-size:70px;
line-height:70px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgba(100, 1, 24, 0.8);
padding:50px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.borderbox_725x130 {
min-width:725px;
min-height:130px;
background-color:transparent;
text-decoration:none;
border-width:2px;
border-color:rgb(255, 255, 255);
border-style:solid;
}

.tp-caption.light_heavy_34 {
font-size:34px;
line-height:34px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.black_thin_30 {
font-size:30px;
line-height:30px;
font-weight:100;
font-family:Raleway;
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.black_thin_whitebg_30 {
font-size:30px;
line-height:30px;
font-weight:300;
font-family:Raleway;
color:rgb(0, 0, 0);
text-decoration:none;
background-color:rgb(255, 255, 255);
padding:5px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.white_heavy_60 {
font-size:60px;
line-height:60px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.black_thin_blackbg_30 {
font-size:30px;
line-height:30px;
font-weight:300;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:5px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.light_thin_60 {
font-size:60px;
line-height:60px;
font-weight:100;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.greenbgfull {
background-color:#85b85f;
width:100%;
height:100%;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.bluebgfull {
text-decoration:none;
width:100%;
height:100%;
background-color:rgb(61, 164, 207);
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.blackbgfull {
text-decoration:none;
width:100%;
height:100%;
background-color:rgba(0, 0, 0, 0.247059);
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.wave_repeat1 {
width:100%;
height:600px;
background-repeat:repeat-x;
background-color:transparent;
text-decoration:none;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.wavebg2 {
width:200%;
height:300px;
text-decoration:none;
background-image:url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave21.png);
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.wavebg1 {
width:200%;
height:300px;
text-decoration:none;
background-image:url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave11.png);
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.wavebg3 {
width:200%;
height:300px;
text-decoration:none;
background-image:url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave3.png);
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.wavebg4 {
width:200%;
height:300px;
text-decoration:none;
background-image:url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave4.png);
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.greenishbg_heavy_70 {
font-size:70px;
line-height:70px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
padding:50px;
text-shadow:none;
background-color:rgba(40, 67, 62, 0.8);
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.wavebg5 {
width:200%;
height:300px;
text-decoration:none;
background-image:url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave51.png);
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.deepblue_sea {
width:100%;
height:1000px;
background-color:rgba(30, 46, 59, 1);
text-decoration:none;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}


.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}

.largeredbtn {  
font-family: "Raleway", sans-serif;
font-weight: 900;
font-size: 16px;
line-height: 60px;
color: #fff !important;
text-decoration: none;
padding-left: 40px;
padding-right: 80px;
padding-top: 22px;
padding-bottom: 22px;
background: rgb(234,91,31); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(234,91,31,1) 0%, rgba(227,58,12,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,91,31,1)), color-stop(100%,rgba(227,58,12,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5b1f', endColorstr='#e33a0c',GradientType=0 ); /* IE6-9 */
}

.largeredbtn:hover {
background: rgb(227,58,12); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(227,58,12,1) 0%, rgba(234,91,31,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,58,12,1)), color-stop(100%,rgba(234,91,31,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e33a0c', endColorstr='#ea5b1f',GradientType=0 ); /* IE6-9 */      
}

.fullrounded img {
   -webkit-border-radius: 400px;
-moz-border-radius: 400px;
border-radius: 400px; 
  }
