body {
    line-height: normal;
    font-family: 'Adobe Clean', sans-serif;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cec-carousel{
    width: 445px;
    height: 239px;
    background-color: #eaeaea;
}

.cec-carousel .cec-product{
	padding-top: 40px;
	margin-bottom:20px;
	font-size: 14px;
	font-weight:bold;
    color:#645E5E;
    line-height: 25px;
}
.cec-carousel .cec-subText{
	margin-top: 15px;
	font-size :12px;
	color:#645E5E;
	font-weight:lighter;
	line-height: 20px;
	vertical-align: middle;
	text-align:center;
	padding: 1px 30px 5px 30px;
}

.cec-carousel .cec-learnMore .cec-btn {
    margin-top: 15px;
	margin-top: 4.125rem;
    font-weight: bold;
    font-size: 10px;
	font-size: 0.937rem;
    line-height: 1.22857143;
}

.cec-btn {
    text-decoration: none;
    display: inline-block;
    padding: 15px 15px;
	padding: 0.312rem 0.937rem;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 14px;
	font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
	border-radius: 0.187rem;
}

.cec-btn.active.focus, .cec-btn.active:focus, .cec-btn.focus, .cec-btn:active.focus, .cec-btn:active:focus, .cec-btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.cec-btn.focus, .cec-btn:focus, .cec-btn:hover {
    color: #333;
    text-decoration: none;
}

.cec-btn.active, .cec-btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.cec-btn.disabled, .cec-btn[disabled], fieldset[disabled] .cec-btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

a.cec-btn.disabled, fieldset[disabled] a.cec-btn {
    pointer-events: none;
}

.cec-btn-primary {
    color: #fff;
    background-color: #1373E6;
    border-color: #0373E6;
}

.cec-btn-primary.focus, .cec-btn-primary:focus {
    color: #fff;
    background-color: #0373E6;
    border-color: #0173E6;
}

.cec-btn-primary:hover {
    color: #fff;
    background-color: #0373E6;
    border-color: #1373E6;
}

.cec-btn-primary.active, .cec-btn-primary:active, .open > .dropdown-toggle.cec-btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.cec-btn-primary.active.focus, .cec-btn-primary.active:focus, .cec-btn-primary.active:hover, .cec-btn-primary:active.focus, .cec-btn-primary:active:focus, .cec-btn-primary:active:hover, .open > .dropdown-toggle.cec-btn-primary.focus, .open > .dropdown-toggle.cec-btn-primary:focus, .open > .dropdown-toggle.cec-btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.cec-btn-primary.active, .cec-btn-primary:active, .open > .dropdown-toggle.cec-btn-primary {
    background-image: none;
}

.cec-btn-primary.disabled, .cec-btn-primary.disabled.active, .cec-btn-primary.disabled.focus, .cec-btn-primary.disabled:active, .cec-btn-primary.disabled:focus, .cec-btn-primary.disabled:hover, .cec-btn-primary[disabled], .cec-btn-primary[disabled].active, .cec-btn-primary[disabled].focus, .cec-btn-primary[disabled]:active, .cec-btn-primary[disabled]:focus, .cec-btn-primary[disabled]:hover, fieldset[disabled] .cec-btn-primary, fieldset[disabled] .cec-btn-primary.active, fieldset[disabled] .cec-btn-primary.focus, fieldset[disabled] .cec-btn-primary:active, fieldset[disabled] .cec-btn-primary:focus, fieldset[disabled] .cec-btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.cec-btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

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

.cec-text-left {
    text-align: left;
}