/* CSS Document */
.header {
	margin-top: 0px;
}

.color-blue {
	color: #3498db;
}

.color-red {
	color: #e74c3c !important;	
}

.color-orange {
	color: #e67e22;
}

.red-font-b {
	color: #F00;
	font-weight: bold;
}

.badge-green {
	background: #2ecc71;
}

.width80 {
	width: 80% !important;
}

.margin-clear {
	margin: 0px !important;
	padding: 0px !important;
}

.padding-top-5 {
	padding-top: 5px !important;
}

.center-contents {
	text-align: center;
}

p a,
p a:focus, 
p a:active {
	color: #3498db;
	text-decoration: none;
}

p a:hover {
   color: #3498db;
   text-decoration: underline;
}

.img-box {
	margin: 20px auto;
	text-align: center;
	border: 1px solid #CCC;
}

.img-border {
	border: 1px solid #CCC;
}

.img-box-nomargin {
	margin: 0px auto;
	text-align: center;
	border: 1px solid #CCC;
}

.padding-top-5 {
	padding-top: 5px;
}

.min-height-150 {
	min-height: 250px;	
}

.link-blue a,
.link-blue a:focus,
.link-blue a:active {
	color: #3498db ;
	text-decoration: none;
}

.link-blue a:hover {
   color: #3498db;
   text-decoration: underline;
}

.set-color {
	color: #3498db ;
}

.set-badge-red {
	background: #E74C3C;	
}

/** li **/
.li-height25 li{
	line-height: 25px;
	padding: 3px 0px;
}

.li-style-none {
	list-style-type: none;
}

.li-style-circle {
	list-style-type: circle;	
}

.padding-bottom10 li {
	padding-bottom: 10px;
}

/** function-side-navi **/
.function-i {
	padding-right: 5px;
}

/** info-block-top **/
.desc h3 {
	font-size: 18px !important;
	font-weight: bold !important;
}

.service-alternative .service:hover a {
   color: #fcfcfc;
   text-decoration: underline;
}

.service {
	overflow: hidden; 
	margin-bottom: 0px;
	padding: 10px 10px 10px;
}

.service-alternative .service:hover h3 { 
	font-weight: bold !important;
	color: #fff;
}

.service-alternative .service .desc {
	padding-right: 0px;
}

.service-alternative .service .desc p {
	font-size: 12px;	
}

.icon-top {
	padding: 0px !important;
	font-size: 40px !important;
}


/** footer **/
.li-footer{
	padding-left: 10px;
}
.li-footer li {
	font-size: small;
	line-height: 15px;
	list-style-type: none;
	padding-left:0px;
}

.li-footer li a,
.li-footer li a:focus,
.li-footer li a:active {
	color: #DADADA;
	text-decoration: none;
}

.li-footer li a:hover {
	color: #fff;
	text-decoration: underline;
}

/** purchase **/
.pricing-padding {
	padding:10px 15px !important;
}

.pricing-btn a:hover {
	color: #fff;
}



