/*! http://responsiveslides.com v1.54 by @viljamis */

.ccm-image-slider {
	position: relative;
}
.ccm-image-slider-text {
	position: absolute;
	width: 45%;
	left: 0;
	top: 10%;
}
.ccm-image-slider-title {
	margin-top: auto;
}
.ccm-image-slider-container a.mega-link-overlay {
	position: absolute;
	z-index: 20;
	width: 100%;
	height: 100%;
	left: 0px;
}
.rslides {
	margin: 0 auto;
}
.desc {
	font-family: museo-slab, serif;
	font-size: 20px;
	min-height: 75px;
}
.desc p {
	margin-bottom: 0 !important;
}
.ccm-image-slider-text h2.ccm-image-slider-title {
	text-align: left;
	font-size: 30px;
	color: #fff !important;
	margin-top: 0;
	border-bottom:none !important;
}
.ccm-image-slider-inner {
	position: relative;
}
.rslides_tabs {
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.doty {
	position: absolute;
	bottom: 0;
	z-index: 7;
	width: 34%;
}
.doty .container {
	width: 100%;
}
.sec1 .doty { width:100%;}
.sec1 .doty .container {
	width: 1170px;
}

/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
.sec1 .doty .container {
	width: 970px;
}
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
.sec1 .doty .container {
	width: 750px;
}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }







