

*/
{
  box-sizing: border-box;
}
body {

}
.content_pane {

  background-color: #FFEEEE;
  background: linear-gradient(#ffffff, #FFEEEE, #FFEEEE, #ffffff);
}
.header {

}
.main_area:before,
.main_area:after {

}
.main_area:after {

}
.main_area {

}
.left {

}
.right {

}
.middle {

}
.top-to-bottom-boarder {

  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C4292A), to(rgba(0, 0, 0, 0))) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#C4292A, rgba(0, 0, 0, 0)) 1 100%;
  -moz-border-image: -moz-linear-gradient(#C4292A, rgba(0, 0, 0, 0)) 1 100%;
  -o-border-image: -o-linear-gradient(#C4292A, rgba(0, 0, 0, 0)) 1 100%;
  border-image: linear-gradient(to bottom, #C4292A, rgba(0, 0, 0, 0)) 1 100%;
}
.left-to-right-border {

  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#C4292A), to(rgba(0, 0, 0, 0))) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(right, #C4292A, rgba(0, 0, 0, 0)) 1 100%;
  -moz-border-image: -moz-linear-gradient(right, #C4292A, rgba(0, 0, 0, 0)) 1 100%;
  -o-border-image: -o-linear-gradient(right, #C4292A, rgba(0, 0, 0, 0)) 1 100%;
  border-image: linear-gradient(to right, #C4292A, rgba(0, 0, 0, 0)) 1 100%;
}
.left-and-right-border {

  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#C4292A), to(rgba(0, 0, 0, 0))) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(right, #C4292A, rgba(0, 0, 0, 0)) 1 100%;
  -moz-border-image: -moz-linear-gradient(right, #C4292A, rgba(0, 0, 0, 0)) 1 100%;
  -o-border-image: -o-linear-gradient(right, #C4292A, rgba(0, 0, 0, 0)) 1 100%;
  border-image: linear-gradient(to right, #C4292A, rgba(0, 0, 0, 0)) 1 100%;
  /* border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0),@link_color, @link_color, rgba(0, 0, 0, 0) ) 1 100%; */
}
.footer {

}
.header-text {

  color: #C4292A;

}
.header-text ul {

}
.footer-text {
  color: #555;
}
.footer-text ul {

}
.infoHeader {

}
.theme-button {

}
.theme-button:hover {
	color:	#000;
}

.theme-button-selected:before {
  color: #fff;
}
.toggle-btn{
}
.toggle-btn:hover {
	color:	#000;
}
.toggle-btn-on:before{
  color: #fff;
}
.toggle-btn-off:before{
  color: #fff;
}

.position-right{

}
.position-left{

}
.info {
  color: #555;
}
.text {
  color: #999999;
}
.text_underlined {
  color: #999999;
}
.links {
  color: #555555;
}
.links h1 {
    color: 			#555555;
}
.links ul {

}

.links a:link, .links a:visited, .links a:hover, .links a:active {
    color: 			#C4292A;
}
.links a:hover, .links a:active {

}