#jcl-demo .carousel {
   /* border: 1px solid #bababa;
    border-radius: 10px;*/
    /*background-color: ghostwhite;*/
    /*float: left;*/
    /*padding-left: 10px;*/

    /* Needed for rendering without flicker */
    position: relative;
    visibility: hidden;
    left: -5000px;
	width: 100%!important;
	/*margin: 20px 0 0 0;*/
}

    /* Styling for image based carousel content. Only width and height are mandatory */
    
.carousel li {
    width: 1140px!important;
}	
	
#jcl-demo .carousel > ul > li > img {
    margin: 0;
    vertical-align: middle;
    float: right;
    width: 744px;
	height: 571px;
}

    /* Styling for text based carousel content. Only width and height are mandatory */
    
/*#jcl-demo .carousel > ul > li > p {
    background-color: #fff;
    border-radius: 0;
    line-height: normal;
	color: #8b8b8b;
    margin: 0;
    padding: 0 15px;
    font-family: raleway;
    font-weight: 400;
    font-size: 13px;
	line-height: 24px;
	text-align: center;
}*/

/* Styles for PREV and NEXT anchor buttons */
#jcl-demo a.prev, #jcl-demo a.next, #jcl-demo a.go {
    display: block;
    /*width: 26px;
    height: 30px;*/
    line-height: 1;

    /*background-color: #333333;*/
    color: ghostwhite;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 25px;

    border-radius: 8px;
    float: left;
}
   /* #jcl-demo a.prev.disabled, #jcl-demo a.next.disabled,
    #jcl-demo a.prev.disabled:hover, #jcl-demo a.next.disabled:hover {
        background-color: #8d8d8d;
        cursor: default;
    }
    #jcl-demo a.go.highlight {
        background-color: #dedede;
        color: #000;
    }*/
    #jcl-demo a.prev {
        margin: 0px 5px 0 0;
        /*text-indent: 7px;*/
    }
    #jcl-demo a.next {
        margin: 0;
		float: right;
        /*text-indent: 10px;*/
    }
        /*#jcl-demo a.prev:hover, #jcl-demo a.next:hover, #jcl-demo a.go:hover {
            background-color: #666666;
        }*/

/* Additional carousel styles for external controls, slider, widget, mid etc. */

#jcl-demo .externalControl button,
#jcl-demo .imageSliderExt button {
    margin: 5px 5px 0 0;
}
#jcl-demo .externalControl a.next, #jcl-demo .externalControl a.prev, #jcl-demo .externalControl a.go,
#jcl-demo .imageSliderExt a.next, #jcl-demo .imageSliderExt a.prev, #jcl-demo .imageSliderExt a.go
{
    margin: 0 5px 0 0;
    padding: 7px 5px 0 5px;
    font-size: 15px;
    text-align: center;
    border-radius: 3px;
}

#jcl-demo .widget img {
    cursor: pointer;
}
#jcl-demo .mid {
    margin-left: 50px;
    width: 400px;
    height: 300px;
}
#jcl-demo .vertical {
    margin-left: 170px;
}

#jcl-demo .imageSlider .carousel>ul>li>img,
#jcl-demo .imageSliderExt .carousel>ul>li>img {
    width: 400px;
    height: 300px;
}
#jcl-demo .imageSlider .carousel>ul>li>p,
#jcl-demo .imageSliderExt .carousel>ul>li>p {
    width: 380px;
    height: 280px;
}

/* Other common styles */

.clear {
    clear: both;
}
/*.carousel li {
    width: 255px!important;
	height: auto!important;
	margin: 0 10px;
}
.carousel h4 {
	font-family: "Raleway",sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #e21010;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.carousel li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #0086f0;
	text-align: center;
	display: block;
	height: auto;
	width: 130px;
	margin: 10px auto 0;
	padding: 6px 0;
}*/
.custom-container.widget {
    max-width: 1880px;
    margin: 0 auto;
}
/*.custom-container h3 {
    border-bottom: 1px solid #a6c9f2;
    color: #253b51;
    font-family: "Raleway",sans-serif;
    font-size: 22px;
    font-weight: 600;
	line-height: 34px;
    margin: 0;
    padding: 10px 0;
}*/

.nav_box {
    float: none;
    width: 100%;
	 display: none;
}

/*@media (min-width:250px) and (max-width: 1150px) {
#jcl-demo .carousel {
    width: 820px !important;
    margin: 20px auto 0;
    float: none;
}
}*/

.custom-container.widget2 {
    position: relative;
}
.custom-container.widget2 .nav_box {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 50%;
}
.custom-container.widget2 .nav_box a.prev {
    left: -5%;
    position: relative;
}
.custom-container.widget2 .nav_box a.next {
    left: 5%;
    position: relative;
}












@media (min-width:250px) and (max-width: 1880px) {
.custom-container.widget {
    margin: 0 auto;
    max-width: 1495px;
}	
}

@media (min-width:250px) and (max-width: 1510px) {
.custom-container.widget {
    margin: 0 auto;
    max-width: 1130px;
}	
}

@media (min-width:250px) and (max-width: 1240px) {
.custom-container.widget {
    margin: 0 auto;
    max-width: 755px;
}
}

@media (min-width:250px) and (max-width: 800px) {
.custom-container.widget {
    margin: 0 auto;
    max-width: 380px;
}	
}

@media (min-width:250px) and (max-width: 420px) {
#media_bg li {
    width: 250px !important;
}
.custom-container.widget {
    margin: 0 auto;
    max-width: 280px;
}	
}

/*********************************CAROUSEL 2*********************************/

@media (min-width:250px) and (max-width: 1300px) {
.custom-container.widget2 .carousel img {
    width: 570px!important;
	height: auto!important;
}	
.custom-container.widget2 {
    position: relative;
    max-width: 990px;
    margin: 0 auto;
}
.chit_description h3 {
    font-size: 24px;
}
.carousel li {
    width: 990px !important;
}
}

@media (min-width:250px) and (max-width: 1120px) {
.custom-container.widget2 {
    margin: 0 auto;
    max-width: 780px;
}
.custom-container.widget2 .carousel img {
    display: block;
    margin: 0 auto !important;
    width: 75%!important;
    float: none!important;
}
.carousel li {
    width: 780px !important;
}
}

@media (min-width:250px) and (max-width: 890px) {
.custom-container.widget2 {
    margin: 0 auto;
    max-width: 590px;
}
.carousel li {
    width: 590px !important;
}	
}

@media (min-width:250px) and (max-width: 680px) {
.custom-container.widget2 .nav_box {
    top: 25%;
}
.custom-container.widget2 {
    margin: 0 auto;
    max-width: 400px;
}
.carousel li {
    width: 400px !important;
}
}

@media (min-width:250px) and (max-width: 470px) {
.custom-container.widget2 {
    margin: 0 auto;
    max-width: 250px;
}	
.chit_description h3 {
    font-size: 18px;
}
.custom-container.widget2 .nav_box {
    display: none;
}
.carousel li {
    width: 250px !important;
}
.custom-container.widget2 .carousel img {
    display: block;
    margin: 0 auto !important;
    width: 100%!important;
    float: none!important;
}
.chit_description {
    margin: 0 0 25px!important;
}
}

/*********************************CAROUSEL 2_END*********************************/