/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
}*/



/*body {
    padding: 0;
    margin: 0;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}*/



.carousel{

    width: 100%;
    margin: 0 auto;
    position: relative;

}

.carousel-button {
    position: absolute;
    z-index: 500;
    cursor: pointer;
}

.carousel-left-button {
    left: 0;
}

.carousel-right-button {
    right: 0;
}

.carousel-item {
    padding: 12px;
    background-color: #ffffff;
    border: 1px solid #cacaca;
    position: absolute;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(50, 50, 50, 1);
    -moz-box-shadow:    0px 0px 15px 1px rgba(50, 50, 50, 1);
    box-shadow:         0px 0px 15px 1px rgba(50, 50, 50, 1);
}

.carousel-item img {
    width: 100%;
    height: auto;
}

.carousel-item h3 {
    color: #006BCF;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    padding: 6px 0 3px;
    display:none;
}

.carousel-item p {
    font-size: 13px;
    line-height: 1.2;
    display:none;
}

.hover-content {
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.hover-content > a{
    display: none;
}
.hover-content p {
    margin: 5px 0;
}

.hover-content .push-see-more-down{
    margin-top: 30px;
}

.hover-content .see-more {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #ea1b23;
    text-align: center;
    color: #ffffff;
    position: absolute;
    left: -1px;
    bottom: 0px;
    border: 1px solid #ea1b23;
    border-top: none;
    -webkit-box-shadow: 0px 7px 4px 0px rgba(50, 50, 50, 0.84);
    -moz-box-shadow:    0px 7px 4px 0px rgba(50, 50, 50, 0.84);
    box-shadow:         0px 7px 4px 0px rgba(50, 50, 50, 0.84);
}

.bottom-nav {
    position: absolute;
    left: 50%;
    top: -10px;
}

.bottom-nav .bottom-circle {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #0565c9;
    float: left;
    margin-right:  4px;
    cursor: pointer;
}

.bottom-nav div.highlighted-circle {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    margin-left: 2px;
    margin-top: -2px;
    background: #e94b1e;
    cursor: default;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.carousel-item.center {
		min-width: 80%;
	}
	.carousel {
		
	}
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.carousel {
		
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.carousel-item.center {
		min-width: auto;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.carousel-item {
    	width: 250px;
	}
}