@charset "UTF-8";
/* CSS Document */

/*--City Styles--*/

* {
	font-family: 'industry', sans-serif !important;
}

.gradient-effect {
	position: relative;
	display: block;
	max-height: 500px;
	overflow: hidden;
}
.gradient-effect::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	right: 0;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0), #000) repeat left top;
}
.gradient-effect img{
	width: 100%;
	z-index: -1;
}
.caption {
        width:100%;
        top: 0%;
		left: 0%;
        position: absolute;
    }

    .thumbnail {
        border: 0 none;
        box-shadow: none;
        margin:0;
        padding:0;
    }

    .caption h3 {
        color: #fff;
		font-family: 'Open Sans', Sans-Serif !important;
		font-size: 30px;
		text-transform: uppercase;
		text-shadow: -2px 2px 0px rgba(0,0,0, 1.0);
		text-align: center;
    }
.caption-mobile{
	background-color: black;
}
.caption-mobile h3 {
        color: #fff;
		font-family: 'Open Sans', Sans-Serif !important;
		font-size: 24px;
		text-transform: uppercase;
		text-shadow: -2px 2px 0px rgba(0,0,0, 1.0);
		text-align: center;
    }
.itc-city-name {
	margin-top: 10px;
	font-weight: bold !important;
	letter-spacing: -1px;
}
.itc-city-date {
	font-size: 40px !important;
	font-weight: bold !important;
}
.itc-spots-left {
	font-size: 36px !important;
}
.caption-mobile .itc-city-date {
	font-size: 32px !important;
	font-weight: bold !important;
}
.caption-mobile .itc-spots-left {
	font-weight: 200 !important;
	font-size: 22px !important;
	margin-bottom: 10px;
}
.itc-course-name{
	color: #faac29 !important;
	font-weight: bold !important;
	margin: 20px 0px;
}
.itc-city-title {
	font-family: 'industry';
	background: -webkit-repeating-linear-gradient(-80deg, #e3202d, #e3202d 2px, #730202 6px, #8c141c 6px);
	background: -o-repeating-linear-gradient(-80deg, #e3202d, #e3202d 2px, #730202 6px, #8c141c 6px);
	background: -moz-repeating-linear-gradient(-80deg, #e3202d, #e3202d 2px, #730202 6px, #8c141c 6px);
	background: repeating-linear-gradient(-80deg, #e3202d, #e3202d 2px, #730202 6px, #8c141c 6px);
}
.itc-city-title h1 {
	font-family: 'industry';
	color: white;
	text-shadow: -2px 2px 0px rgba(0,0,0, 0.5);
	font-size: 45px;
	text-transform: capitalize;
	text-align: center;
	padding: 10px;
	letter-spacing: -1px;
}
.itc-city-description {
	background: #e3202d;
}
.itc-city-description p {
	color: white;
	font-size: 24px;
	font-family: "industry-n2", "industry", sans-serif;
	font-style: normal;
	font-weight: 200 !important;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	line-height: 1.1;
}
.glyphicon-ok {
	font-family: 'Glyphicons Halflings' !important;
	color: #e3202d;
	margin-right: 10px;
}
.itc h2 {
	font-style: normal;
	font-weight: 800 !important;
	color: black;
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 20px;
}
.itc ul {
	list-style-position: outside;
	padding-left: 26px;
}
.itc li {
	display: block;
	margin-bottom: 10px;
}
.itc li:before {
	/*Using a Bootstrap glyphicon as the bullet point*/
	content: "*";
	font-family: 'Glyphicons Halflings';
	font-size: 18px;
	float: left;
	margin-top: -2px;
	margin-left: -24px;
	color: #e3202d;
}
.itc {
	background: repeating-linear-gradient(-80deg, #f8e5e5, #f8e5e5 2px, #ebd8d8 6px, #ebd8d8 6px);
}
.itc-city-content {
	background-color: white;
	padding-bottom: 20px;
}
.itc-right-col {
	background-color: red !important;
}
.btn-itc-certification {
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	border-radius: 10px !important;
	text-shadow: -1px 1px 6px rgba(0,0,0, 1.0);
}
.footer {
	margin-top: 0;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */
    @media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }

    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		.itc-city-title h1{
			font-size: 36px;
			padding: 4px;
		}
		.caption h3{
			font-size: 24px;
		}
		.countdownHolder {
		height: 40px;
		margin: 0 auto;
		font: 30px/1.5 'industrylight_italic', sans-serif;
		letter-spacing: -30px;
		}

    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {

    }

