@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700); /*font-family: 'PT Sans Narrow', sans-serif;*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:800); /*font-family: 'Open Sans', sans-serif;*/

body {
    /*padding-top: 138px;*/
}

#header {
    position: fixed;
    top: 0px;
    z-index: 99999;
    width: 100%;
    border-bottom: 1px #7F0400 solid;
}

#header .layer1 {
	background-color: #1C1C1C;
	padding: 5px 0 5px 0;
}

#header .layer2 {
	background-color: #E5E5E5;
}

#header .logo img {
    height: 70px;
    width: 290px;
}

#header .main-bar {
    transition: top 0.2s ease-in-out;
}

#header .main-nav {
    transition: top 0.2s ease-in-out;
}

/* Layer 1 */
#header .layer1 .social {
	padding-top: 5px;
}
#header .layer1 .social img {
	margin: 2px;
	width: 32px;
	height: 32px;
}

#header .layer1 .phone {
	margin: 2px 0 0 0;
	color: #fff;
	font-size: 16pt;
	font-family: 'PT Sans Narrow', sans-serif;
}

/* Layer 3 */
#header .layer2 .topmenu {
	padding-top: 5px;
	padding-bottom: 5px;
}

#header .layer2 .topmenu a {
	color: #7F0400;
	font-size: 16pt;
	padding: 0 25px 0 0;
	font-family: 'PT Sans Narrow', sans-serif;
}

#header .layer2 .topmenu ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
}

#header .layer2 .topmenu ul li{
	display: inline;
}

/* Home Page Content */
.content h1 {
    width: 100%;
    color: #7F0400;
    border-bottom: 5px solid #7F0400;
    margin-top: 0px;
    margin-bottom: 20px;
}

/* Home Page Carousel */
.carousel {
    height: 300px;
}

.carousel .item,
.carousel .item.active,
.carousel .carousel-inner {
    height: 100%;
}

.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.search-form .search-field {
	width: 185px;
	height: 25px;
	border: 1px solid #7F0400;
}

.search-form .search-submit {
	height: 25px;
	border: 1px solid #7F0400;
	background-color: #7F0400;
	color: #fff;
}

#slider {
	border-bottom: 1px solid #000;
}

/* Application form */
.application-form {
	height: 5650px;
	width: 100%;
}

/* Container */
@media (min-width: 768px) {
    .container {
        width: 760px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 980px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1190px;
    }
}

@media (min-width: 1360px) {
    .container {
        width: 1290px;
    }
}

@media (min-width: 1480px) {
    .container {
        width: 1390px;
    }
}


/* Content */
.container#home {
    margin: 10px auto 10px auto;
}

.container#page {
    background-color: #eee;
    margin: 50px auto 50px auto;
}

#content {
	background-color: #E5E5E5;/*262626*/
    display: inline-block;
    width: 100%;
    height: auto;
}

#content .container {
	text-align: justify;
}

#content article {
	/*min-height: 500px;*/
	padding: 0;
}

#content .containerwrapper .entry-header {
	background-color: #fff;
	height: 300px;
	box-shadow: inset 0px 0px 150px rgba(0, 0, 0, 0.8);
	top: 0;
	width: 100%;
	background-size: cover;
	background-position: 50%;
	opacity: 1;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#content .containerwrapper .entry-header h1 {
	font-weight: bold;
	font-size: 45pt;
	color: #fff;
	margin: 0 0 0 0;
	padding: 0;
	text-transform: uppercase;
	margin-top: 210px;
}

#content .content-header {
	width: 100%;
	color: #7F0400;
	border-bottom: 5px solid #7F0400;
	margin-top: 0px;
	margin-bottom: 20px;
}

#content .containerwrapper#page {
	width: 100%;	
}

#content .containerwrapper#news {
	width: 100%;
}

#content .container#home {	
	padding-top: 20px;
	padding-bottom: 20px;
}

#content .container#page {
	padding-top: 20px;
	padding-bottom: 20px;
}

#content .container#news {
	padding-top: 20px;
	padding-bottom: 20px;
}

#content .container#application .entry-content {
	padding: 0;
}

#content .container#application .entry-content .application-form {
	height: 5650px;
	width: 100%;
}

#content .container#news .posts {
	padding: 35px;
}

#content .container#news .posts h1 {
	padding: 0;
	margin: 0;
}

#content .container#news .posts h2 {
	padding: 0;
	margin: 0;
}

#content .container#news .page-header {
	margin-top: 0;
}

.testimonial-listings {
	list-style: none;
}

.testimonial-listings li h3 {
	margin-bottom: 0;
}

.testimonial-listings li p .testimonial_title {
	font-style: italic;
    color: #777;
}

.popover {
	max-width: 500px;
}
/* Footer */
#footer {
	background-color: #666;
	padding: 20px 0 20px 0;
	color: #fff;
	font-size: 10pt;
	border-top: 1px solid #fff;
}

#footer a,.footerlinks a{
	color: #fff;
}

#footer ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer ul li{
	display: inline;
	padding-left: 10px;
}

/* Cards */
/* Fade In */
@keyframes fadein {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
}
@-moz-keyframes fadein {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
}
@-webkit-keyframes fadein {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
}
@-o-keyframes fadein {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
}
/* Fade Out */
@keyframes fadeout {
	from {
	  opacity: 1;
	}
	to {
	  opacity: 0;
	}
}
@-moz-keyframes fadeout {
	from {
	  opacity: 1;
	}
	to {
	  opacity: 0;
	}
}
@-webkit-keyframes fadeout {
	from {
	  opacity: 1;
	}
	to {
	  opacity: 0;
	}
}
@-o-keyframes fadeout {
	from {
	  opacity: 1;
	}
	to {
	  opacity: 0;
	}
}
.image-card__content h3,.image-card__content p, .pattern--image-cards ul, .pattern--image-cards li, .pattern--image-cards a, .pattern--image-cards img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.pattern {
  background-color: #fff;
  width: 100%;
  clear: both;
}
.pattern:after {
  content: "";
  display: table;
  clear: both;
}

.pattern--image-cards {
  background-color: #EEE;
}
.pattern--image-cards ul {
  list-style: none;
  margin: 0;
}
.pattern--image-cards ul li {
  float: left;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 30%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.pattern--image-cards ul li:before, .pattern--video-columns ul li:before {
  display: none;
}
.pattern--image-cards ul li a {
  display: block;
  position: absolute;
  top: 0;
  text-decoration: none;
  color: #fff;
  width: 100%;
  z-index: 5;
  padding-bottom: 60%;
  text-align: left;
  -moz-transition: filter 0.3s;
  -o-transition: filter 0.3s;
  -webkit-transition: filter 0.3s;
  transition: filter 0.3s;
}
.pattern--image-cards ul li a .image-card__image {
  box-shadow: inset 0px 0px 150px rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  opacity: 1;
  height: 100%;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ie8 .pattern--image-cards ul li a .image-card__image {
  -ms-filter: "alpha(opacity=100)";
}
.pattern--image-cards ul li a .image-card__content {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding: 10px 5%;
  opacity: 0;
  bottom: 0;
  background-color:rgba(93,4,4,0.8);
  -webkit-animation: fadein 0.3s;
  -moz-animation: fadein 0.3s;
  -ms-animation: fadein 0.3s;
  -o-animation: fadein 0.3s;
  animation: fadein 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.pattern--image-cards ul li a .image-card__content h3 {
  font-family: 'PT Sans Narrow', sans-serif;;
  font-size: 25px;
  line-height: 1.2;
}
.pattern--image-cards ul li a .image-card__content .image-card__category {
  color: #fff;
  font-family: 'PT Sans Narrow', sans-serif;;
  font-size: 14px;
  width: 100%;
  margin-bottom: 0;
}
.pattern--image-cards ul li a:hover .image-card__image {
  opacity: 0.5;
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}
.pattern--image-cards ul li a:hover .image-card__content {
	background: rgba(93,4,4,1);
}
.pattern--image-cards ul li a:hover .image-card__content .image-card__category {
	color: #fff;
}
.ie8 .pattern--image-cards ul li a:hover .image-card__image {
  -ms-filter: "alpha(opacity=50)";
}
.pattern--image-cards .image-cards--halves li {
  width: 50%;
}
@media (max-width: 767px) {
  .pattern--image-cards .image-cards--halves li {
    width: 50%;
    padding-bottom: 60%;
  }
}
.pattern--image-cards .image-cards--thirds li {
  width: 33.33%;
  padding-bottom: 20%;
}
@media (max-width: 1024px) {
  .pattern--image-cards .image-cards--thirds li {
    width: 50%;
    padding-bottom: 30%;
  }
}
@media (max-width: 767px) {
  .pattern--image-cards .image-cards--thirds li {
    width: 100%;
    padding-bottom: 60%;
  }
}

/* News */
#latestnews {
	display: block;
	background-color: #2D2D2D;
	height: 20%;
	margin: 1% 0 1% 0;
	padding: 10px;
}
#latestnews h3, #video-slider h3 {
	font-size: 24pt;
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
	border-bottom: 5px solid #7F0400;
	padding-top: 0; 
	margin-top: 0; 
	padding-bottom: 10px;
}
#latestnews ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 350px;
}
#latestnews ul li {
	display: inline-block;
	float: left;	
	height: 100%;
	margin: 5px;
	width: 32.33%;
}
@media (max-width: 992px) {
  #latestnews ul li {
    width: 100%;
  }
}
@media (min-width: 993px) {
  #latestnews ul li {
    width: 32.33%;
  }
}
@media (min-width: 994px) and (max-width: 1199px) {
  #latestnews ul li {
    width: 32%;
  }
}
#latestnews ul li img {
	width: 100%;
	height: 70%;
}
#latestnews ul li p {
	margin-bottom: 5px;
}
#latestnews ul li p, #latestnews ul li p a {
	font-size: 17pt;
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
}
#latestnews .news-params {
	font-size: 12pt;
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
}
#latestnews .news-image {
	box-shadow: inset 0px 0px 150px rgba(0, 0, 0, 0.8);
	position: relative;
	top: 0;
	width: 100%;
	background-size: cover;
	background-position: 50%;
	opacity: 1;
	height: 80%;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

/* For Slider */
div#n2-ss-2 .n2-font-73b0940eda58d3fd97958b3ef6ae2357-simple {
	display: table;
	margin: 0 auto;
}

@media (min-width: 1200px)
{
	div#n2-ss-2 .n2-font-73b0940eda58d3fd97958b3ef6ae2357-simple {
		width: 1170px;
	}
}

@media (min-width: 992px)
{
	div#n2-ss-2 .n2-font-73b0940eda58d3fd97958b3ef6ae2357-simple {
		width: 970px;
	}
}

@media (min-width: 768px)
{
	div#n2-ss-2 .n2-font-73b0940eda58d3fd97958b3ef6ae2357-simple {
		width: 750px;
	}
}


/* Menu */
#topmenu-cont {
	width: 100%;
	height: auto;
}
#menu-logo {
	display: none;
	margin-right: 5px;
}
#menu-logo a {
	margin: 0 !important;
	padding: 0 !important;
}
#top-menu {
  height:auto;
  width:auto;
  display: inline-block;
}
#top-menu ul {
}
#top-menu ul li {
  display:inline-block;
  float:left;
  position:relative;
  padding: 0 5px 0 5px;
}
#top-menu ul li a {
  display:inline-block;
  height:auto;
  text-align:left;
  text-decoration:none;
  width:auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*line-height:10px;*/
  /*border-right:#E4E4E4 1px solid;*/

}
#top-menu ul li a:hover{
	background: red;
}
#top-menu ul li ul li a {
  width:280px;
}
#top-menu ul li.current-menu-item > a, #top-menu ul li:hover > a {
  color:#000;
}
/*===>multi level menu */
#top-menu li ul {
  display:none;
  position:absolute;
  left:0;
  border:1px solid #ccc;
  z-index:300;
  width:280px;
  background:#f0f0f0;
}
#top-menu li:hover > ul {
  display:block;
}
#top-menu li ul ul {
  left:140px;
  top:10px;
}
#top-menu li li a {
  border:0;
  border-bottom:1px solid #ccc;
  width:150px;
}

.cebulp_form {
    background: #373737 url("http://www.iaft.net/wp-content/themes/iaft/cebu/img/map-image.png") no-repeat scroll 0 0 / cover ;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px 15px;
}
.cebulp_form .form-control {
    height: auto !important;
    padding: 10px;
}


.text-muted {
    color: #777;
}
.text-primary {
    color: #fed136;
}
p {
    font-size: 14px;
    line-height: 1.75;
}
p.large {
    font-size: 16px;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0 none;
}
a {
    color: #b92c28;
}
a:hover, a:focus, a:active, a.active {
    color: #fec503;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.workshop-header-wrapper {
    box-shadow: 0 7px 14px -1px rgba(0, 0, 0, 0.18);
}
.workshop-header-wrapper .bg, .workshop-header-wrapper .overlay {
    min-height: 500px;
}
.workshop-header-wrapper .overlay {
    background: rgba(0, 0, 0, 0) url("img/overlay.png") repeat scroll 0 0;
    position: absolute;
    width: 100%;
}
.workshop-header-wrapper .bg {
    background-attachment: scroll;
    background-image: url("img/bg.png");
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.workshop-content-wrapper {
    background-color: #f7f7f7;
    padding: 0;
}
.workshop-content-wrapper h2 {
    text-align: center;
}
.workshop-content-wrapper .workshop-intro {
    padding: 30px 0 0;
}
.workshop-content-wrapper .workshop-intro p {
    font-size: 14pt;
    line-height: 1.6em;
    margin-bottom: 15px;
}
.workshop-content-wrapper .workshop-intro .program-pop-box .modal p {
    font-size: 15pt;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 15px;
    text-align: justify;
}
.workshop-content-wrapper .workshop-intro blockquote {
    border-left: 5px solid #b2272c;
    font-size: 25px;
    padding: 5px 5px 5px 20px;
}
.workshop-content-wrapper .workshop-intro blockquote p {
    font-size: 25px;
    margin: 10px 0 0;
    padding: 0;
}
.workshop-content-wrapper .workshop-intro blockquote p:first-child {
    margin-top: 0;
}
.workshop-content-wrapper .workshop-intro ul {
    font-size: 16px;
    line-height: 1.6em;
    margin: 0 0 15px 25px;
    padding: 0;
}
.workshop-content-wrapper #advantage {
    padding-top: 20px;
}
.workshop-content-wrapper #advantage .row {
    padding-bottom: 15px;
}
.workshop-content-wrapper #advantage h4 {
    color: #b92c28;
    margin: 0 0 10px !important;
    padding: 0;
}
.workshop-content-wrapper .workshop-header-wrapper {
}
.workshop-content-wrapper .workshop-programs {
    background-color: #000000;
    padding: 20px 0;
}
.workshop-content-wrapper .workshop-programs .iaft-advantage {
    padding-bottom: 20px;
}
.workshop-content-wrapper .workshop-programs .workshop-info {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    padding: 20px;
}
.workshop-content-wrapper .workshop-programs .workshop-info table {
    width: 100%;
}
.workshop-content-wrapper .workshop-programs .workshop-info table th, .workshop-content-wrapper .workshop-programs .workshop-info table td {
    padding: 5px;
    vertical-align: top;
}
.workshop-content-wrapper .workshop-programs .workshop-info table th {
    text-align: right;
    width: 25%;
}
.workshop-content-wrapper .workshop-programs .workshop-info table td {
    width: 75%;
}
.workshop-content-wrapper .workshop-programs h2 {
    color: #b92c28;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
    margin: 0 0 15px;
    padding: 0;
    text-align: left;
}
.workshop-content-wrapper .workshop-programs h2 span {
    color: #333333;
    display: block;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
}
.workshop-content-wrapper .workshop-programs .duration {
    color: #575757;
    font-size: 14px;
    font-style: italic;
    margin: 0 0 20px;
    padding: 0;
}
.workshop-content-wrapper .workshop-programs .program-details {
    background-color: #ffffff;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 20px 25px;
}
.workshop-content-wrapper .workshop-programs h4 {
    text-transform: none !important;
}
.workshop-content-wrapper .workshop-programs .program-details-2 {
}
.workshop-content-wrapper .workshop-programs .program-details-2 h5 {
    color: #b92c28;
    font-size: 20px;
    font-weight: 200;
    text-decoration: underline;
}
.workshop-content-wrapper .workshop-programs .program-details-2 table {
    width: 100%;
}
.workshop-content-wrapper .workshop-programs .program-details-2 table th, .workshop-content-wrapper .workshop-programs .program-details-2 table td {
    font-size: 14px;
    padding: 5px;
    vertical-align: top;
}
.workshop-content-wrapper .workshop-programs .program-details-2 table th {
    font-weight: bold;
    text-align: right;
    width: 20%;
}
.workshop-content-wrapper .workshop-programs .program-details-2 table td {
    width: 80%;
}
.workshop-content-wrapper .workshop-programs .program-details-2 ul {
    list-style-type: square;
    margin: 0 0 0 10px;
    padding: 0;
}
.navbar-brand, .navbar-nav li a {
    height: 80px;
    line-height: 150px;
}
#btn-signup {
    font-size: 20px;
    margin-top: 15px;
    padding: 10px 15px;
}
.team-member {
    margin-bottom: 50px;
    text-align: center;
}
.team-member img {
    border: 7px solid #fff;
    margin: 0 auto;
}
.team-member h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 25px;
    text-transform: none;
}
.team-member h4 span {
    color: #777;
    font-size: 13px;
    text-transform: uppercase;
}
.team-member p {
    margin-top: 0;
}
.scrolled, nav.header {
    background-color: #000000;
    transition: all 0.3s ease 0s;
}
section#contact {
    background-color: #222;
    background-image: url("img/map-image.png");
    background-position: center center;
    background-repeat: no-repeat;
    padding: 30px;
}
section#contact .section-heading {
    color: #fff;
}
section#contact .form-group {
    margin-bottom: 25px;
}
section#contact .form-group input, section#contact .form-group textarea {
    padding: 20px;
}
.form-group select {
    border-radius: 2px;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    height: 50px;
    padding: 10px 0 10px 20px;
    text-transform: uppercase;
}
.form-group select option {
    font-weight: normal;
    text-transform: none !important;
}
section#contact .form-group input.form-control {
    height: auto;
}
section#contact .form-group textarea.form-control {
    height: 236px;
}
section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}
.form-group .form-control:-moz-placeholder {
    color: #bbb;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.form-group .form-control::-moz-placeholder {
    color: #bbb;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
section#contact .text-danger {
    color: #e74c3c;
}
section#contact .bootstrap-select .dropdown-toggle {
    color: #bbb;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    padding: 20px;
    text-transform: uppercase !important;
}
.footer {
    background-color: #333333;
    bottom: 0;
    height: 60px;
    position: absolute;
    width: 100%;
}
.workshop-acreditation {
    display: none;
    padding: 20px 0;
    text-align: center;
}
.workshop-details {
    background-color: #ffffff;
    border-radius: 3px;
    margin-top: 15px;
    padding: 10px;
}
.workshop-details table {
    width: 100%;
}
.workshop-details table th, .workshop-details table td {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    padding: 5px;
    vertical-align: top;
}
.workshop-details table th {
    text-align: right;
    width: 20%;
}
.workshop-details table td {
    text-align: left;
    width: 80%;
}
@media only screen and (min-width: 320px) {
header {
    text-align: center;
	
}
}
@media only screen and (min-width: 480px) {
header {
    text-align: center;
	
}
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 992px) {
}
@media only screen and (min-width: 1200px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 768px) {
.workshop-content-wrapper {
    padding: 0;
}
nav {
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease 0s;
}
.workshop-content-wrapper .workshop-programs h2 {
    font-size: 18px;
}
}
@media only screen and (max-width: 480px) {
.workshop-content-wrapper {
    padding: 0;
}
nav {
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease 0s;
}
.workshop-content-wrapper .workshop-programs h2 {
    font-size: 18px;
}
}
@media only screen and (max-width: 320px) {
.workshop-content-wrapper {
    padding: 0;
}
nav {
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease 0s;
}
}
#page-title {
    margin-top: 350px;
}
.workshop-intro h1, .workshop-header-wrapper .hidden-md h1 {
    color: #b92c28;
    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 30px;
    margin: 0 0 20px;
    padding: 0;
}
#page-new-zealand-students h1, #page-russian-students h1 {
    font-size: 29px;
}
.workshop-header-wrapper .hidden-md h1 {
    background-color: #373737;
    border-bottom: 1px solid #444444;
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: 200;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}
.tesda_usva {
    background-color: #161313;
    border-radius: 2px;
}
.tesda_usva img {
    margin: 0 auto;
}
/*.phone {
    color: #ffffff;
    display: inline-block;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-top: 25px;
}*/
.cebulp_form {
    background: #373737 url("http://www.iaft.net/wp-content/themes/iaft/cebu/img/map-image.png") no-repeat scroll 0 0 / cover ;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px 15px;
}
.cebulp_form .form-control {
    height: auto !important;
    padding: 10px;
}
.workshop-social {
    background-color: #373737;
    padding: 15px 0;
}
.workshop-social img {
    height: 50px;
    margin: 0 auto;
}
.workshop-social .btn-social {
    float: left;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    margin-left: 15px;
}
#cebu-intake-dates {
    padding-bottom: 15px;
}
#cebu-intake-dates .label {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 200;
}
#campus-contact {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    color: #222222;
    font-family: "Open Sans",sans-serif;
    padding: 20px 30px;
}
#campus-contact p {
    font-size: 16px;
    line-height: 1.3em;
    margin: 0 0 15px;
    padding: 0;
}
#campus-contact table {
    width: 100%;
}
#campus-contact table th, #campus-contact table td {
    font-family: "Open Sans",sans-serif !important;
    padding: 5px;
    vertical-align: top;
}
#campus-contact table th {
    text-align: right;
    width: 30%;
}
#campus-contact table td {
    width: 70%;
}
.new-header {
    color: #ffffff;
}
.new-header .acrreditation {
    padding-top: 10px;
}
.new-header .acrreditation img {
    height: 60px;
}
.new-header table {
    width: 100%;
}
.new-header table th, .new-header table td {
    padding: 0 0 5px;
}
.new-header table th {
    font-size: 20px;
    padding-right: 10px;
    text-align: right;
    width: 30%;
}
.new-header table td {
    font-family: "Open Sans",sans-serif !important;
    font-size: 13px;
    width: 70%;
}
#page-sinulog-workshop .bg, #page-sinulog-workshop-display .bg {
    background-attachment: scroll;
    background-color: #62b7e7;
    background-image: url("img/footer-bg.png");
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: auto auto;
}
#workshop-schedule {
    color: #b92c28;
    font-size: 15px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
#workshop-schedule span {
    display: block;
    font-size: 60px;
    font-weight: 700;
}
#openhouse-image {
    border-radius: 3px;
}
#page-openhouse .bg, #page-openhouse .bg {
    background-attachment: scroll;
    background-color: #b41f25;
    background-image: none !important;
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: auto auto;
}
#page-openhouse .workshop-intro {
    margin-bottom: 0;
    padding-bottom: 30px;
}
#page-openhouse .bg h3, #page-openhouse .bg h4, #page-openhouse .bg h5 {
    color: #ffffff;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
#page-openhouse .bg h3 {
    font-size: 80px;
    font-weight: 200;
    margin-top: -20px;
}
#page-openhouse .bg h4 {
    font-size: 30px;
    font-weight: 200;
}
#page-openhouse .bg h5 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
.contact-box {
    background: rgba(0, 0, 0, 0) url("http://www.iaft.net/wp-content/themes/iaft/img/gray-texture.jpg") repeat scroll 0 0;
    border-radius: 3px;
    color: #333333;
    padding: 20px 30px;
}
.contact-box h3 {
    color: #b92c28;
    margin: 0 0 15px;
    padding: 0;
}
.contact-box table {
    width: 100%;
}
.contact-box table th, .contact-box table td {
    padding: 5px;
    vertical-align: top;
}
.contact-box table th {
    width: 10%;
}
.contact-box table td {
    font-style: italic;
    width: 90%;
}
.contact-box a {
    color: #2d4373 !important;
}
.contact-box a:hover {
    color: #3b5998 !important;
}
.let-talk {
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
}
#hk_booknow {
    background-color: #b92828;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 26px;
    padding: 15px 20px;
    transition: all 0.5s ease 0s;
}
table #hk_booknow {
    color: #ffffff;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    margin-left: 0;
    margin-top: 0;
    padding: 8px 10px;
}
#hk_booknow:hover {
    background-color: #942020;
    text-decoration: none;
}
.program-pop-box {
    height: 360px;
    margin-bottom: 0;
}
.program-pop-box .program-pop-box-wrap {
    padding: 10px;
}
.program-pop-box a:hover .program-pop-box-content {
    background-color: #a1cff8;
}
.program-pop-box a:hover .program-pop-box-image {
    box-shadow: 0 0 150px rgba(0, 0, 0, 0.8) inset;
}
.program-pop-box-image {
    background-size: cover;
    border: 5px solid #fff;
    height: 360px;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
}
.program-pop-box-content {
    background-color: #bfdbf4;
    bottom: 0;
    opacity: 1;
    padding: 0 5%;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.program-pop-box-content h3 {
    color: #b92c28;
    font-family: "PT Sans Narrow",sans-serif;
    font-size: 30px;
    line-height: 1.2;
}
.program-pop-box-content h3.teen-pop {
    font-size: 17px;
}
.program-pop-box-content p {
    color: #b92c28;
    font-family: "PT Sans Narrow",sans-serif;
    font-size: 14px;
    margin-bottom: 0;
    width: 100%;
}
.landing-gallery {
    background-color: #000;
    padding-bottom: 50px;
}
#about-location-quicklinks {
    background-color: #2c2c2c;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.6);
    color: #ffffff;
}
#about-location-quicklinks #quicklink_3 img, #about-location-quicklinks #quicklink_2 img, #about-location-quicklinks #quicklink_1 img {
    border-radius: 3px;
    width: 100%;
}
#about-location-quicklinks .quicklink-widget {
    padding: 0;
}
#about-location-quicklinks .quicklink-widget {
    background-color: #1a1a1a;
    border-radius: 3px;
    max-height: 195px;
}
#about-location-quicklinks .row {
    padding: 20px 0 !important;
}
.location-iaft-advatange {
    list-style-type: none;
    margin: 0;
    padding: 30px 0 50px;
}
.location-iaft-advatange li {
    display: block;
    float: none;
    padding-bottom: 20px;
}
.location-iaft-advatange li::after {
    clear: both;
    content: "";
    display: table;
}
.location-iaft-advatange li .location-iaft-advatange-thumbnail {
    background-color: #ffffff;
    float: left;
    margin: 0 10px 5px 0;
    padding: 2px;
    width: 150px;
}
.location-iaft-advatange li .location-iaft-advatange-thumbnail img {
    width: 100%;
}
.location-iaft-advatange li h4 {
    color: #b2272c;
    font-size: 20px !important;
    margin: 0 0 60px;
    padding: 27px 0 0;
}
.modal-xl {
    width: 950px;
}
@media only screen and (max-width: 950px) {
.modal-xl {
    width: 100% !important;
}
.modal-dialog {
    margin: 0 !important;
    padding: 0 !important;
}
.workshop-intro .program-pop-box .modal p {
    font-size: 14pt !important;
    font-weight: 500 !important;
    line-height: 1.4em !important;
    margin-bottom: 8px !important;
}
}
@media only screen and (max-width: 768px) {
	.modal-xl {
		width: 100% !important;
	}
	.modal-dialog {
		margin: 0 !important;
		padding: 0 !important;
	}
	.workshop-intro .program-pop-box .modal p {
		font-size: 10pt !important;
		font-weight: 300 !important;
		line-height: 1em !important;
		margin-bottom: 5px !important;
	}
}
@media only screen and (max-width: 500px) {
	#top-menu ul li{
		width: 100%;
		text-align: left;
	}
	#header .layer2 .topmenu a {
		font-size: 16px;
	}
	#header .layer2 .topmenu ul li{
		float: left;
		width: 100%;
		text-align: left;
	}
	#header > div.layer2.main-nav > div > div > div > div.pull-right.quicklinks {
		float: none !important;
	}
	#header {
		position: relative !important;
	}
}

.sub-menu-parent { 
	position: relative; 
}
.sub-menu { 
	visibility: hidden; /* hides sub-menu */
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	transform: translateY(-2em);
	z-index: -1;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub-menu-parent:hover .sub-menu {
	
	visibility: visible; /* shows sub-menu */
	opacity: 1;
	z-index: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

nav a,a:visited {
	color: #7F0400; 
	display: block; 
	padding: .5em 1em; 
	text-decoration: none; 
	width: auto;
	min-width: 100%;
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
nav a:hover { 
	color: #fff; 
	background:#7F0400;
	text-decoration: none;
}
nav ul,nav ul li { 
	list-style-type: none;
	padding: 0;
	margin: 0; 
}

nav > ul { 
	text-align: center; 
}
nav > ul > li { 
	display: inline-block; 
}
nav > ul > li:first-child { 
	border-left: none; 
	margin-left: -3px;
}
nav ul a.active{
	color: #fff; 
	background:#7F0400;
}
ul.sub-menu a{
	background: #c0c0c0;
	color:#7F0400;
	font-size: 15px !important;
	white-space: nowrap;
	text-align:left;
	width: auto;
	min-width: 165px;
	
}
.sub-menu li a:hover{
	background: #9d9d9d;
}
.accordion {
	color: #444;
}
.accordion:hover,.accordion:visited,.accordion:active,.accordion:focus{
	color: #666;
}
.careerBlock {
	margin-bottom: 40px;
}
.achievementBlock{
	margin-left: 40px;
}
.carrerAcievements {
	font-size: 18px;
}

.quoteRazo {
	color:#fff;
}
#countDown {
	background: url("http://www.study-film.com/wp-content/uploads/2017/11/christmas-countdown.jpg") no-repeat;
	width: 100%;
	height: 100px;
	margin-top: 15px;
	background-position:center;
}
#countDown .content p{
	text-align: center;
	vertical-align: middle;
	line-height: 100px;
	color:#fff;
	font-weight: bold;
	font-size: 42px;
	text-shadow: rgb(55, 0, 66) 3px 0px 0px, rgb(55, 0, 66) 2.83487px 0.981584px 0px, rgb(55, 0, 66) 2.35766px 1.85511px 0px, rgb(55, 0, 66) 1.62091px 2.52441px 0px, rgb(55, 0, 66) 0.705713px 2.91581px 0px, rgb(55, 0, 66) -0.287171px 2.98622px 0px, rgb(55, 0, 66) -1.24844px 2.72789px 0px, rgb(55, 0, 66) -2.07227px 2.16926px 0px, rgb(55, 0, 66) -2.66798px 1.37182px 0px, rgb(55, 0, 66) -2.96998px 0.42336px 0px, rgb(55, 0, 66) -2.94502px -0.571704px 0px, rgb(55, 0, 66) -2.59586px -1.50383px 0px, rgb(55, 0, 66) -1.96093px -2.27041px 0px, rgb(55, 0, 66) -1.11013px -2.78704px 0px, rgb(55, 0, 66) -0.137119px -2.99686px 0px, rgb(55, 0, 66) 0.850987px -2.87677px 0px, rgb(55, 0, 66) 1.74541px -2.43999px 0px, rgb(55, 0, 66) 2.44769px -1.73459px 0px, rgb(55, 0, 66) 2.88051px -0.838247px 0px;
}
#countDown .content p .days{
	font-size: 55px;
}
#latestnews {
	min-height: 484px;
}
ul.display-posts-listing {
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 30px;
}
ul.display-posts-listing li {
	margin-bottom: 30px;
    display: block;
    min-height: 190px;
    padding-bottom: 1em;
    border-bottom: 1px dashed #ddd;
}
ul.display-posts-listing li a.image img {
	float: left;
	margin-right: 30px;
	width: 230px;
	height: 170px;
}
ul.display-posts-listing a.title {
	float: left;
    width: 50%;
    font-size: 1.6em;
}
ul.display-posts-listing span {
	float: left;
	width: 74%;
}
ul.display-posts-listing span.excerpt-dash {
	display: none;
}
#header .layer1 .phone {
	font-size: 15pt;
}
@media only screen and (max-width:991px){
	#countDown .content p {
		font-size: 2.3em;
	}
}
@media only screen and (max-width:705px){
	#countDown .content p {
		font-size: 2em;
	}
	#countDown .content p .days {
		font-size: 40px;
	}
}
@media only screen and (max-width:422px){
	#countDown .content p {
		font-size: 1.2em;
	}
}