/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.3
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

.social-links li.xing a:hover,
.colored.social-links li.xing a {
	background-color: #006567;
	border-color: #006567;
	color: #fff;
}

.parallax-bg-4 {
	background: url("../images/parallax-bg-4.jpg") 50% 0px no-repeat;
}


.separator:after {
	width: 30px;
	height: 5px;
	background: #0d8609 !important;
	position: absolute;
	top: -1px;
	left: -1px;
	content: "";
}

@media print {
  ...
  a[href]:after {
    content: none !important;
  }
  ...
}


.team-image {
	float: left;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.product-image {
	max-width: 480px;
	float: left;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
    /* box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);  */  
}

.product-image-small {
	float: left;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
 /*   box-shadow: 0 0 8px rgba(0, 0, 0, .8);
 	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);    */
}

.testimonial-image i {
	font-size: 96px;
	padding-top: 15px;
}

.p-r-20 {
	padding-right: 20px;
}

.box-style-1 .height-300 {
	display: block;
	overflow: auto;
	min-height: 600px !important;
	height: 600px !important;
}




