/* Terrasigna Website Stylesheet
----------------------------------------------------------------------------------------------------*/
body {
}

a { color:#52ae32; text-decoration:none; }
a:visited { color:#52ae32; text-decoration:none; }
a:hover { color:#52ae32; text-decoration:underline; }

.red { color:#b00000; }
.green { color:#52ae32; }
.blink {
  animation: blink 2s steps(5, start) infinite;
  -webkit-animation: blink 2s steps(5, start) infinite;
}
@keyframes blink { to { visibility: hidden; } }
@-webkit-keyframes blink { to { visibility: hidden; } }

.floatLeft { float:left; }
.floatRight { float:right; }
.hide { display:none; }
.header {
	height:170px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

#sidebar_left_content {
    /*
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	*/
	height: auto;
	/*overflow: hidden;*/
	position: absolute;
    z-index: 100;
	background-color: rgba(255, 255, 255, 0.7);
	padding:20px 20px 20px 10px;
	float: left;
	font-size: 1.1em;
	width:320px;
	top:70px;
	left:0px;
}
.cb_services_demo_wrapper {
	margin-bottom:15px;
	
}
.cb_services_demo_wrapper label {
	cursor:pointer;
}
