/* program */
.programs-container {
    margin-top: 50px;
    margin-bottom: 80px;
}
.programs-container .title {
    /*padding: 0 5%;*/
    display: flex;
}
.programs-container .title img {
	width: 38px;
    height: 38px;
    margin-top: -3px;
    margin-right: 12px;
}
.programs-container .description {
    padding: 0;
}
.programs-container h1 {
    color: #0765b2;
    font-weight: bold;
    font-size: 350%;
    margin-top: -10px;
    margin-bottom: 30px;
    line-height: 1.1;
    font-family: 'Raleway', sans-serif;
}
.programs-container .description p {
    color: #66696b;
    font-size: 120%;
    margin-top: -5px;
    font-family: 'Raleway', sans-serif;
    padding: 0 5%;
    margin-bottom: 40px;
}
.programs-container .gallery {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0 auto 40px auto;
    width: 100%;
}
.programs-container .gallery {
    width: 100%;
}
.programs-container .gallery img {
    width: 100%;
    height: 260px;
}
.programs-container .contents .feature .header {
    display: flex;
    padding-top: 3px;
    border-bottom: 3px solid #049CE8;
}
.programs-container .contents .feature .header i {
    padding-right: 10px;
    color: #c64b49;
    padding-top: 8px;
    margin-left: -15px;
}
.programs-container .contents .feature .header h2 {
    color: #049CE8;
    font-weight: bold;
    margin: 0;
    margin-top: 6px;
    padding-bottom: 5px;
    font-size: 200%;
    font-family: 'Raleway', sans-serif;
}
.programs-container .contents .skill-icons .item h3 {
    font-family: 'Raleway', sans-serif;
    color: #049CE8;
    text-align: center;
}
.programs-container .contents .skill-icons .item p {
    font-family: 'Raleway', sans-serif;
    color: #66696b;
	margin-bottom: 20px;
}
.programs-container .contents .skill-icons {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0px;
}
.programs-container .contents .skill-icons .item img {
    width: 80px;
	height: 80px;
    display: block;
    margin: 10px auto -10px auto;
}
.programs-container .contents .contents .skill-icons .item h3 {
    font-family: 'Raleway', sans-serif;
    color: # #0073a8;;
    text-align: center;
}
.programs-container .contents .skill-icons .item p {
    font-family: 'Raleway', sans-serif;
    color: #66696b;
}
.programs-container .contents .feature .bg-icon img {
    margin-left: -40%;
    margin-top: -500px;
    height: 410px;
	width: 410px;
    opacity: 0.1;
}
.programs-container .contents .time-table {
    display: flex;
}
.programs-container .contents .time-table .header {
    display: flex;
    padding-top: 3px;
    border-bottom: 3px solid #049CE8;
}
.programs-container .contents .time-table .header i {
    padding-right: 10px;
    color: #c64b49;
    padding-top: 5px;
}
.programs-container .contents .time-table .header h2 {
    color: #049CE8;
    font-weight: bold;
    margin: 0;
    margin-top: 6px;
    margin-right: -50px;
    padding-bottom: 5px;
    font-size: 200%;
    font-family: 'Raleway', sans-serif;
}
.programs-container .contents .time-table .table {
    background-color: white;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 40px;
}
.programs-container .contents .time-table .table th {
    text-align: center;
    vertical-align: baseline;
    font-size: 120%;
    background-color: #049CE8;
    color: white;
    padding: 5px 0;
}
.programs-container .contents .program-facts .responsive {
	margin-left: 25%;
	display: none;
}
.programs-container .contents .program-facts .responsive table {
	color: #66696b;
	font-family: 'Raleway', sans-serif;
	border-bottom: 0px;
	margin: 0;
	padding: 0;
}
.programs-container .contents .program-facts .responsive th {
    font-weight: normal;
}
.programs-container .contents .program-facts .header {
    display: flex;
    padding-top: 3px;
    border-bottom: 3px solid #049CE8;
}
.programs-container .contents .program-facts .header i {
    padding-right: 10px;
    color: #c64b49;
    padding-top: 5px;
}
.programs-container .contents .program-facts .header h2 {
    color: #049CE8;
    font-weight: bold;
    margin: 0;
    margin-top: 6px;
    margin-right: -50px;
    padding-bottom: 5px;
    font-size: 200%;
    font-family: 'Raleway', sans-serif;
}
.programs-container .contents .program-facts p {
    font-family: 'Raleway', sans-serif;
    color: #66696b;
    margin: 10px 0 0 40px;
}
.programs-container .contents .program-facts .icon img {
    margin-top: -350px;
    height: 430px;
	width: 430px;
    opacity: 0.1;
}
.programs-container .register {
    display: flex;
    justify-content: center;
    position: relative;
}
.programs-container .register .btn {
    margin-top: 44px;
    height: 40px;
}
.programs-container .register .btn i {
    margin-right: 5px;
}
.programs-container .register .btn p {
    font-family: 'Raleway', sans-serif;
    color: white;
    font-weight: bold;
    font-size: 140%;
}
/* for responsive */
.programs-container .register-responsive {
    display: none;
}
.programs-container .register-responsive .btn {
    margin-top: 44px;
    height: 40px;
}
.programs-container .register-responsive .btn i {
    margin-top: 0;
    margin-right: 5px;
}
.programs-container .register-responsive .btn p {
    font-family: 'Raleway', sans-serif;
    color: white;
    font-weight: bold;
    font-size: 110%;
    margin-top: 4px;
}
.programs-container .register img {
    position: absolute;
    left: 101%;
    top: -60px;
    height: 144px;
    width: 25%;
    opacity: 0.8;
}

/**
  MEDIA QUERIES
*/
@media (max-width: 1199px) {
    .programs-container .title {
        justify-content: center;
		margin-top: -10px;
    }
    .contents .header {
        margin: 10%;
    }
	.programs-container .gallery .responsive1 {
        display: none;
    }
	.programs-container .contents .feature .header {
        justify-content: center;
        border-bottom: none;
        margin: 0 0 10px 0;
        font-size: 100%;
    }
    .programs-container .contents .feature .header i {
        font-size: 200%;
        margin: -6px 0 0 0;
    }
    .programs-container .contents .feature .header h2 {
        font-size: 200%;
        margin: 0;
    }
	.programs-container .contents .feature {
        margin: 0 5% 40px 5%;
    }
	.programs-container .contents .feature .item {
        width: 100%;
    }
	.programs-container .contents .feature .bg-icon {
        display: none;
    }
	.programs-container .contents .time-table {
		margin: -30px 5% -10px 0;
    }
	.programs-container .contents .time-table table {
		margin-top: 30px;
    }
	.programs-container .contents .program-facts {
		margin-top: -30px;
		margin-bottom: 30px;
    }
	.programs-container .contents .program-facts .info {
		margin-top: 30px;
    }
    .programs-container .contents .program-facts .icon img {
        margin-left: 20%;
		margin-top: -250px;
		height: 300px;
    }
    .register .register {
        display: none;
    }
    .programs-container .register-responsive {
        display: flex;
        justify-content: center;
        margin-bottom: -30px;
    }
    .programs-container .register img {
        display: none;
    }
}
@media (max-width: 991px) {
    .programs-container .gallery .responsive {
        display: none;
    }
	.programs-container .contents .time-table {
		display: block;
        justify-content: center;
		margin: -10px 3% -10px 3%;
    }
    .programs-container .contents .time-table .header {
        justify-content: center;
        border-bottom: none;
        margin: 0 0 -10px 0;
        font-size: 100%;
    }
    .programs-container .contents .time-table .header i {
        font-size: 200%;
        margin: -6px 0 0 0;
    }
    .programs-container .contents .time-table .header h2 {
        font-size: 200%;
        margin: 0 0 -5px 0;
    }
	.programs-container .contents .program-facts .header {
        justify-content: center;
        border-bottom: none;
        margin: 20px 0 10px 0;
        font-size: 100%;
    }
    .programs-container .contents .program-facts .header i {
        font-size: 200%;
        margin: -6px 0 0 0;
    }
    .programs-container .contents .program-facts .header h2 {
        font-size: 200%;
        margin: 0;
    }
	.programs-container .contents .program-facts .info {
	    display: none;
	}
	.programs-container .contents .program-facts .responsive {
		display: block;
	}
	.programs-container .contents .program-facts .responsive .table th, .programs-container .contents .program-facts .responsive .table td {
	    border: 1px !important;
	}
    .program-facts .icon {
        display: none;
    }
}
@media (max-width: 800px) {
	.programs-container .title {
		margin-top: -20px;
		margin-bottom: -10px;
	}
	.programs-container .title img {
		width: 27px;
		height: 27px;
		margin-top: -5px;
		margin-right: 8px;
	}
	.programs-container h1 {
		font-size: 250%;
	}
	.programs-container .contents .feature .header i {
        font-size: 160%;
        margin-top: -5px;
    }
	.programs-container .contents .feature .skill-icons img {
		margin-bottom: -10px;
    }
    .programs-container .contents .feature .header h2 {
        font-size: 160%;
    }
	.programs-container .contents .feature .skill-icons h3 {
        font-size: 120%;
    }
    .programs-container .contents .time-table .header i {
        font-size: 160%;
        margin-top: -5px;
    }
    .programs-container .contents .program-facts .header h2 {
        font-size: 160%;
    }
    .programs-container .contents .program-facts .header i {
        font-size: 160%;
        margin-top: -5px;
    }
	.programs-container .contents .program-facts .responsive {
		margin-left: 15%;
    }
    .programs-container .contents .time-table .header h2 {
        font-size: 160%;
    }
	.programs-container .gallery .responsive2 {
        display: none;
    }
}
@media (max-width: 650px) {
	.programs-container .gallery {
        display: none;
	}
	.programs-container .contents .feature .skill-icons {
		display: block;
	}
	.programs-container .contents .program-facts .responsive {
		margin-left: 10%;
    }
}
@media (max-width: 560px) {
	.programs-container .title {
		margin-left: 8%;
	}
    .programs-container .description p {
        font-size: 100%;
    }
	.programs-container .feature .skill-icons p {
		font-size: 90%;
	}
	.programs-container .contents .time-table {
        margin: 0;
    }
	.programs-container .contents .program-facts .responsive {
		margin-left: 5%;
    }
}
@media (max-width: 520px) {
	.programs-container .contents .time-table .table td {
        font-size: 85%;
    }
	.programs-container .contents .program-facts .responsive {
		margin-left: 4%;
		font-size: 80%;
    }
}
@media (max-width: 440px) {
	.programs-container .title {
		margin-left: 10%;
	}
	.programs-container .title img {
		width: 22px;
        height: 22px;
        margin-top: -7px;
		margin-right: 6px;
    }
    .programs-container .title h1 {
        font-size: 200%;
    }
}
@media (max-width: 400px) {
	.programs-container .contents .time-table .header i {
        font-size: 140%;
        margin-top: -5px;
    }
    .programs-container .contents .program-facts .header h2 {
        font-size: 140%;
    }
    .programs-container .contents .program-facts .header i {
        font-size: 140%;
        margin-top: -5px;
    }
    .programs-container .contents .time-table .header h2 {
        font-size: 140%;
    }
	.programs-container .contents .time-table .table td {
        font-size: 78%;
    }
	.programs-container .contents .program-facts .responsive {
		margin-left: 5%;
		font-size: 72%;
    }
}
@media (max-width: 370px) {
	.programs-container .title {
		padding-left: 4%;
	}
	.programs-container .title img {
        width: 20px;
        height: 20px;
    }
    .programs-container .title h1 {
        font-size: 170%;
    }
}
@media (max-width: 338px) {
	.programs-container .contents .program-facts .responsive {
		margin-left: 5%;
    }
}
