/* Add here all your css styles (customizations) */
.cm {
	color:#3498db;
}
.red{
	color:red;
}
.red-bold{
	color:red;
	font-weight:700
}
.revolution-ch1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 60px;
  text-transform:none;
}

.revolution-ch2 {
  font-size: 20px;
  line-height: 32px;
  position: relative;
  text-align: right;
}
.revolution-mch-1:after {
  background: rgba(0,0,0,0.01);
}
.orange{
	color:orange;
	font-style:italic;
	font-weight:800;
}

h6 {
	text-align:center;
	font-size:14px;
	font-weight:600;
}
h1 { text-transform: uppercase;
}
h2 { text-transform: uppercase;
	font-size:16px;
}
h3 {
	text-align:center;
	font-size:14px;
	font-weight:600;
	text-transform: uppercase;
	line-height: normal;
	
}

.btn-u.btn-brd.btn-u-coolmagic {
	color:blue;
	border-color:red;
}
.btn-u.btn-brd.btn-u-coolmagic:hover {
	border-color: blue;
}
.btn-u.btn-brd.btn-u-coolmagic.btn-brd-hover:hover {
 background: red;
 color: #555 !important;
}

.title-menu{
	text-align:center;
	font-size:16px;
	font-family:inherit;
	color:red;
	margin-top: 5px;
	margin-left:15px;
}
.green {
	color:green;
}
.white {
	color:white;
}
.green-bold {
	color: rgb(0,128,0);
	font-weight: bold;
}
.cm-logo {
	color:#00aeef;
	font-weight:bold;
		line-height: 10px;
}
.posts .dl-horizontal dd a {
	font-size: 16px;
	line-height: 16px !important;
}
.header-v6 .navbar-nav > li > a {
	font-size: 15px;
}
	.header-v6 .dropdown-menu li a { 
		font-size: 14px; 
	}
.n-i{
	font-weight:normal;
	font-style:italic
}
.orange-bold{
	color: rgb(255,102,0);
	font-weight:bold;
}
.yellow{
	color:rgb(255,255,0);
}
.acc-v1 .panel-heading a {
	font-size: 16px;
	font-weight:600;
}